Translated using Weblate (Arabic)

Currently translated at 44.4% (4 of 9 strings)

Translated using Weblate (Arabic)

Currently translated at 16.6% (4 of 24 strings)

Translated using Weblate (Arabic)

Currently translated at 5.0% (4 of 80 strings)

Translated using Weblate (Arabic)

Currently translated at 3.4% (4 of 115 strings)

Translated using Weblate (Arabic)

Currently translated at 16.0% (4 of 25 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: mikealanni <mikealanni@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-auth/ar/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-player/ar/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/ar/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/ar/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/ar/
Translation: Frigate NVR/components-auth
Translation: Frigate NVR/components-player
Translation: Frigate NVR/views-events
Translation: Frigate NVR/views-explore
Translation: Frigate NVR/views-live
This commit is contained in:
Hosted Weblate 2025-07-12 03:30:37 +02:00 committed by Blake Blackshear
parent 4db703cc3d
commit fea9901ae5
5 changed files with 18 additions and 5 deletions

View File

@ -2,6 +2,9 @@
"form": {
"password": "كلمة السر",
"user": "أسم المستخدم",
"login": "تسجيل الدخول"
"login": "تسجيل الدخول",
"errors": {
"usernameRequired": "اسم المستخدم مطلوب"
}
}
}

View File

@ -1,5 +1,8 @@
{
"noRecordingsFoundForThisTime": "لا يوجد تسجيلات في هذا التوقيت",
"noPreviewFound": "لا يوجد معاينة",
"noPreviewFoundFor": "لا يوجد معاينة لـ{{cameraName}}"
"noPreviewFoundFor": "لا يوجد معاينة لـ{{cameraName}}",
"submitFrigatePlus": {
"title": "هل ترغب بإرسال هذه الصوره الى Frigate+؟"
}
}

View File

@ -2,6 +2,7 @@
"detections": "الإكتشافات",
"alerts": "الإنذارات",
"motion": {
"label": "الحركة"
"label": "الحركة",
"only": "حركة فقط"
}
}

View File

@ -1,5 +1,8 @@
{
"exploreMore": "اكتشف المزيد من أجسام {{label}}",
"documentTitle": "اكتشف - فرايجيت",
"generativeAI": "ذكاء اصطناعي مولد"
"generativeAI": "ذكاء اصطناعي مولد",
"exploreIsUnavailable": {
"title": "المتصفح غير متاح"
}
}

View File

@ -1,5 +1,8 @@
{
"documentTitle": "بث حي - فرايجيت",
"documentTitle.withCamera": "{{camera}} - بث حي - فرايجيت",
"lowBandwidthMode": "وضع موفر للبيانات"
"lowBandwidthMode": "وضع موفر للبيانات",
"twoWayTalk": {
"enable": "تفعيل المكالمات ثنائية الاتجاه"
}
}