From 785285190b0929b57b2b7010dc1e7b8e26712978 Mon Sep 17 00:00:00 2001 From: Abdullah Khaled Date: Sun, 10 Aug 2025 00:30:20 +0200 Subject: [PATCH] Translated using Weblate (Arabic) Currently translated at 100.0% (500 of 500 strings) Translation: DonutWare/Fladder Translate-URL: https://hosted.weblate.org/projects/fladder/fladder/ar/ --- lib/l10n/app_ar.arb | 52 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/lib/l10n/app_ar.arb b/lib/l10n/app_ar.arb index 2b3a789..980bc7a 100644 --- a/lib/l10n/app_ar.arb +++ b/lib/l10n/app_ar.arb @@ -1413,5 +1413,55 @@ "usePostersForLibraryIconsDesc": "عرض الملصقات بدلاً من الأيقونات للمكتبات", "@usePostersForLibraryIconsDesc": {}, "offline": "غير متصل", - "@offline": {} + "@offline": {}, + "shortCuts": "الاختصارات", + "@shortCuts": {}, + "skipForwardLength": "مدة التقديم", + "@skipForwardLength": {}, + "skipBackLength": "مدة الإرجاع", + "@skipBackLength": {}, + "playPause": "تشغيل/إيقاف مؤقت", + "@playPause": {}, + "seekForward": "تقديم", + "@seekForward": {}, + "seekBack": "إرجاع", + "@seekBack": {}, + "mute": "كتم الصوت", + "@mute": {}, + "volumeUp": "رفع الصوت", + "@volumeUp": {}, + "volumeDown": "خفض الصوت", + "@volumeDown": {}, + "nextVideo": "الفيديو التالي", + "@nextVideo": {}, + "prevVideo": "الفيديو السابق", + "@prevVideo": {}, + "nextChapter": "الفصل التالي", + "@nextChapter": {}, + "prevChapter": "الفصل السابق", + "@prevChapter": {}, + "fullScreen": "ملئ الشاشة", + "@fullScreen": {}, + "skipMediaSegment": "تخطي مقطع الوسائط", + "@skipMediaSegment": {}, + "exit": "خروج", + "@exit": {}, + "shortCutAlreadyAssigned": "تم تعيين الاختصار '{hotKey}' بالفعل", + "@shortCutAlreadyAssigned": { + "placeholders": { + "hotKey": { + "type": "String" + } + } + }, + "blurred": "ضبابي", + "@blurred": {}, + "volumeIndicator": "مستوى الصوت: {volume}", + "@volumeIndicator": { + "placeholders": { + "volume": { + "type": "int" + } + } + } }