Skip to content

Commit 5988b74

Browse files
committed
feat(l10n): add app status and updates localization
- Add Arabic and English translations for app status and updates section - Include labels and descriptions for forced updates feature - Add translations for application URLs section
1 parent 540c091 commit 5988b74

File tree

2 files changed

+40
-8
lines changed

2 files changed

+40
-8
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2066,10 +2066,6 @@
20662066
"@appUpdateManagementTitle": {
20672067
"description": "عنوان قسم إدارة تحديثات التطبيق القابل للتوسيع."
20682068
},
2069-
"appLegalInformationTitle": "المعلومات القانونية والعامة",
2070-
"@appLegalInformationTitle": {
2071-
"description": "عنوان قسم المعلومات القانونية والعامة القابل للتوسيع."
2072-
},
20732069
"feedItemClickBehaviorTitle": "سلوك النقر على عنصر الموجز",
20742070
"@feedItemClickBehaviorTitle": {
20752071
"description": "عنوان إعداد سلوك النقر على عنصر الموجز."
@@ -2101,5 +2097,25 @@
21012097
"notificationSubscriptionWeeklyRoundupDescription": "حد الاشتراكات التي ترسل ملخصًا أسبوعيًا للعناوين المطابقة.",
21022098
"@notificationSubscriptionWeeklyRoundupDescription": {
21032099
"description": "وصف لحد اشتراك إشعارات الحصاد الأسبوعي."
2100+
},
2101+
"appStatusAndUpdatesTitle": "حالة التطبيق والتحديثات",
2102+
"@appStatusAndUpdatesTitle": {
2103+
"description": "عنوان قسم حالة التطبيق والتحديثات القابل للتوسيع."
2104+
},
2105+
"enableForcedUpdatesLabel": "تفعيل التحديثات الإجبارية",
2106+
"@enableForcedUpdatesLabel": {
2107+
"description": "تسمية مفتاح تفعيل التحديثات الإجبارية."
2108+
},
2109+
"enableForcedUpdatesDescription": "عند التفعيل، يمكنك تحديد الحد الأدنى للإصدار المطلوب للتطبيق.",
2110+
"@enableForcedUpdatesDescription": {
2111+
"description": "وصف مفتاح تفعيل التحديثات الإجبارية."
2112+
},
2113+
"appUrlsTitle": "روابط التطبيق",
2114+
"@appUrlsTitle": {
2115+
"description": "عنوان قسم روابط التطبيق القابل للتوسيع."
2116+
},
2117+
"appUrlsDescription": "إدارة الروابط الخارجية والداخلية المستخدمة داخل التطبيق.",
2118+
"@appUrlsDescription": {
2119+
"description": "وصف قسم روابط التطبيق القابل للتوسيع."
21042120
}
21052121
}

lib/l10n/arb/app_en.arb

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2062,10 +2062,6 @@
20622062
"@appUpdateManagementTitle": {
20632063
"description": "Title for the Application Update Management expansion tile."
20642064
},
2065-
"appLegalInformationTitle": "Legal & General Information",
2066-
"@appLegalInformationTitle": {
2067-
"description": "Title for the Legal & General Information expansion tile."
2068-
},
20692065
"feedItemClickBehaviorTitle": "Feed Item Click Behavior",
20702066
"@feedItemClickBehaviorTitle": {
20712067
"description": "Title for the feed item click behavior setting."
@@ -2097,5 +2093,25 @@
20972093
"notificationSubscriptionWeeklyRoundupDescription": "Limit for subscriptions that send a weekly summary of matching headlines.",
20982094
"@notificationSubscriptionWeeklyRoundupDescription": {
20992095
"description": "Description for the weekly roundup notification subscription limit."
2096+
},
2097+
"appStatusAndUpdatesTitle": "App Status & Updates",
2098+
"@appStatusAndUpdatesTitle": {
2099+
"description": "Title for the App Status & Updates expansion tile."
2100+
},
2101+
"enableForcedUpdatesLabel": "Enable Forced Updates",
2102+
"@enableForcedUpdatesLabel": {
2103+
"description": "Label for the switch to enable forced updates."
2104+
},
2105+
"enableForcedUpdatesDescription": "When enabled, you can specify a minimum required version for the app.",
2106+
"@enableForcedUpdatesDescription": {
2107+
"description": "Description for the switch to enable forced updates."
2108+
},
2109+
"appUrlsTitle": "Application URLs",
2110+
"@appUrlsTitle": {
2111+
"description": "Title for the Application URLs expansion tile."
2112+
},
2113+
"appUrlsDescription": "Manage external and internal URLs used within the application.",
2114+
"@appUrlsDescription": {
2115+
"description": "Description for the Application URLs expansion tile."
21002116
}
21012117
}

0 commit comments

Comments
 (0)