From f4afb9e315b01b87b367b95f77097a699efd98bb Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Sun, 10 May 2026 15:31:57 +0200 Subject: [PATCH] Translated using Weblate (Arabic) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 4.0% (1 of 25 strings) Translated using Weblate (Arabic) Currently translated at 13.8% (14 of 101 strings) Translated using Weblate (Arabic) Currently translated at 0.1% (1 of 792 strings) Translated using Weblate (Arabic) Currently translated at 9.0% (2 of 22 strings) Translated using Weblate (Arabic) Currently translated at 2.5% (1 of 40 strings) Translated using Weblate (Arabic) Currently translated at 0.0% (0 of 59 strings) Translated using Weblate (Arabic) Currently translated at 0.4% (2 of 471 strings) Added translation using Weblate (Arabic) Added translation using Weblate (Arabic) Added translation using Weblate (Arabic) Co-authored-by: Hosted Weblate Co-authored-by: Languages add-on Co-authored-by: محمد الخوالده Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/ar/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/ar/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/ar/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-groups/ar/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-validation/ar/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-chat/ar/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-motionsearch/ar/ Translation: Frigate NVR/Config - Cameras Translation: Frigate NVR/Config - Global Translation: Frigate NVR/Config - Groups Translation: Frigate NVR/Config - Validation Translation: Frigate NVR/components-dialog Translation: Frigate NVR/views-chat Translation: Frigate NVR/views-motionSearch --- web/public/locales/ar/components/dialog.json | 3 ++- web/public/locales/ar/config/cameras.json | 5 ++++- web/public/locales/ar/config/global.json | 7 ++++++- web/public/locales/ar/config/groups.json | 3 ++- web/public/locales/ar/config/validation.json | 5 ++++- web/public/locales/ar/views/chat.json | 3 +++ web/public/locales/ar/views/motionSearch.json | 3 +++ web/public/locales/ar/views/replay.json | 1 + 8 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 web/public/locales/ar/views/chat.json create mode 100644 web/public/locales/ar/views/motionSearch.json create mode 100644 web/public/locales/ar/views/replay.json diff --git a/web/public/locales/ar/components/dialog.json b/web/public/locales/ar/components/dialog.json index 42918739f9..acc4c8b1a1 100644 --- a/web/public/locales/ar/components/dialog.json +++ b/web/public/locales/ar/components/dialog.json @@ -6,7 +6,8 @@ "title": "يتم إعادة تشغيل فرايجيت", "content": "العد التنازلي", "button": "فرض إعادة التحميل الآن" - } + }, + "description": "هذا سيؤدي لإيقاف Frigate مؤقتا أثناء إعادة تشغيلها" }, "explore": { "plus": { diff --git a/web/public/locales/ar/config/cameras.json b/web/public/locales/ar/config/cameras.json index a5ec98238e..8cf9fb07b6 100644 --- a/web/public/locales/ar/config/cameras.json +++ b/web/public/locales/ar/config/cameras.json @@ -1,3 +1,6 @@ { - "label": "اعدادات الكاميرا" + "label": "اعدادات الكاميرا", + "name": { + "label": "إسم الكاميرا" + } } diff --git a/web/public/locales/ar/config/global.json b/web/public/locales/ar/config/global.json index 0967ef424b..a663ff699b 100644 --- a/web/public/locales/ar/config/global.json +++ b/web/public/locales/ar/config/global.json @@ -1 +1,6 @@ -{} +{ + "version": { + "label": "إصدار الإعدادات الحالية", + "description": "نسحة عددية أو نصية من الإعدادات الحالية الفعالة للمساعدة على اكتشاف الانتقال أو التغير في الصِّيَغ" + } +} diff --git a/web/public/locales/ar/config/groups.json b/web/public/locales/ar/config/groups.json index 2254e03084..ff73d6a171 100644 --- a/web/public/locales/ar/config/groups.json +++ b/web/public/locales/ar/config/groups.json @@ -1,7 +1,8 @@ { "audio": { "global": { - "detection": "التحري العام" + "detection": "التحري العام", + "sensitivity": "الحساسية العامة" } } } diff --git a/web/public/locales/ar/config/validation.json b/web/public/locales/ar/config/validation.json index 0967ef424b..fef7af713e 100644 --- a/web/public/locales/ar/config/validation.json +++ b/web/public/locales/ar/config/validation.json @@ -1 +1,4 @@ -{} +{ + "minimum": "يجب أن تكون {{limit}} على الأقل", + "maximum": "يجب أن تكون {{limit}} كحد أقصى" +} diff --git a/web/public/locales/ar/views/chat.json b/web/public/locales/ar/views/chat.json new file mode 100644 index 0000000000..961cd84043 --- /dev/null +++ b/web/public/locales/ar/views/chat.json @@ -0,0 +1,3 @@ +{ + "documentTitle": "المحادثات - Frigate" +} diff --git a/web/public/locales/ar/views/motionSearch.json b/web/public/locales/ar/views/motionSearch.json new file mode 100644 index 0000000000..119c06ea2d --- /dev/null +++ b/web/public/locales/ar/views/motionSearch.json @@ -0,0 +1,3 @@ +{ + "documentTitle": "البحث عن الحركة - Frigate" +} diff --git a/web/public/locales/ar/views/replay.json b/web/public/locales/ar/views/replay.json new file mode 100644 index 0000000000..0967ef424b --- /dev/null +++ b/web/public/locales/ar/views/replay.json @@ -0,0 +1 @@ +{}