Skip to content

Commit 595893b

Browse files
committed
feat(l10n): add push notification settings translations
- Add Arabic and English translations for push notification settings - Include labels, descriptions, and titles for various notification-related UI elements - Cover translations for Firebase and OneSignal providers
1 parent 351a182 commit 595893b

File tree

2 files changed

+89
-0
lines changed

2 files changed

+89
-0
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1903,5 +1903,49 @@
19031903
"breakingNewsFilterNonBreakingOnly": "غير العاجلة فقط",
19041904
"@breakingNewsFilterNonBreakingOnly": {
19051905
"description": "تسمية شريحة الاختيار 'غير العاجلة فقط' في مرشح الأخبار العاجلة."
1906+
},
1907+
"notificationsTab": "الإشعارات",
1908+
"@notificationsTab": {
1909+
"description": "عنوان تبويب إعدادات الإشعارات"
1910+
},
1911+
"pushNotificationSettingsTitle": "إعدادات الإشعارات الفورية",
1912+
"@pushNotificationSettingsTitle": {
1913+
"description": "عنوان قسم إعدادات الإشعارات الفورية"
1914+
},
1915+
"pushNotificationSettingsDescription": "إدارة الإعدادات العامة لنظام الإشعارات الفورية، بما في ذلك المزود الأساسي وأنواع الإشعارات النشطة.",
1916+
"@pushNotificationSettingsDescription": {
1917+
"description": "وصف قسم إعدادات الإشعارات الفورية"
1918+
},
1919+
"pushNotificationSystemStatusTitle": "نظام الإشعارات الفورية",
1920+
"@pushNotificationSystemStatusTitle": {
1921+
"description": "عنوان قسم حالة نظام الإشعارات الفورية"
1922+
},
1923+
"pushNotificationSystemStatusDescription": "مفتاح عام لتمكين أو تعطيل نظام الإشعارات الفورية بأكمله.",
1924+
"@pushNotificationSystemStatusDescription": {
1925+
"description": "وصف قسم حالة نظام الإشعارات الفورية"
1926+
},
1927+
"pushNotificationPrimaryProviderTitle": "المزود الأساسي",
1928+
"@pushNotificationPrimaryProviderTitle": {
1929+
"description": "عنوان قسم المزود الأساسي للإشعارات الفورية"
1930+
},
1931+
"pushNotificationPrimaryProviderDescription": "اختر مزود الخدمة الأساسي لإرسال الإشعارات الفورية.",
1932+
"@pushNotificationPrimaryProviderDescription": {
1933+
"description": "وصف قسم المزود الأساسي للإشعارات الفورية"
1934+
},
1935+
"pushNotificationDeliveryTypesTitle": "أنواع التسليم",
1936+
"@pushNotificationDeliveryTypesTitle": {
1937+
"description": "عنوان قسم أنواع تسليم الإشعارات الفورية"
1938+
},
1939+
"pushNotificationDeliveryTypesDescription": "تمكين أو تعطيل أنواع معينة من الإشعارات الفورية.",
1940+
"@pushNotificationDeliveryTypesDescription": {
1941+
"description": "وصف قسم أنواع تسليم الإشعارات الفورية"
1942+
},
1943+
"pushNotificationProviderFirebase": "Firebase",
1944+
"@pushNotificationProviderFirebase": {
1945+
"description": "تسمية مزود الإشعارات الفورية Firebase"
1946+
},
1947+
"pushNotificationProviderOneSignal": "OneSignal",
1948+
"@pushNotificationProviderOneSignal": {
1949+
"description": "تسمية مزود الإشعارات الفورية OneSignal"
19061950
}
19071951
}

lib/l10n/arb/app_en.arb

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1899,4 +1899,49 @@
18991899
"@breakingNewsFilterNonBreakingOnly": {
19001900
"description": "Label for the 'Non-Breaking Only' choice chip in the breaking news filter."
19011901
}
1902+
,
1903+
"notificationsTab": "Notifications",
1904+
"@notificationsTab": {
1905+
"description": "Tab title for Notifications settings"
1906+
},
1907+
"pushNotificationSettingsTitle": "Push Notification Settings",
1908+
"@pushNotificationSettingsTitle": {
1909+
"description": "Title for the Push Notification Settings section"
1910+
},
1911+
"pushNotificationSettingsDescription": "Manage global settings for the push notification system, including the primary provider and which notification types are active.",
1912+
"@pushNotificationSettingsDescription": {
1913+
"description": "Description for the Push Notification Settings section"
1914+
},
1915+
"pushNotificationSystemStatusTitle": "Push Notification System",
1916+
"@pushNotificationSystemStatusTitle": {
1917+
"description": "Title for the Push Notification System status section"
1918+
},
1919+
"pushNotificationSystemStatusDescription": "A global switch to enable or disable the entire push notification system.",
1920+
"@pushNotificationSystemStatusDescription": {
1921+
"description": "Description for the Push Notification System status section"
1922+
},
1923+
"pushNotificationPrimaryProviderTitle": "Primary Provider",
1924+
"@pushNotificationPrimaryProviderTitle": {
1925+
"description": "Title for the Push Notification Primary Provider section"
1926+
},
1927+
"pushNotificationPrimaryProviderDescription": "Select the primary service provider for sending push notifications.",
1928+
"@pushNotificationPrimaryProviderDescription": {
1929+
"description": "Description for the Push Notification Primary Provider section"
1930+
},
1931+
"pushNotificationDeliveryTypesTitle": "Delivery Types",
1932+
"@pushNotificationDeliveryTypesTitle": {
1933+
"description": "Title for the Push Notification Delivery Types section"
1934+
},
1935+
"pushNotificationDeliveryTypesDescription": "Globally enable or disable specific types of push notifications.",
1936+
"@pushNotificationDeliveryTypesDescription": {
1937+
"description": "Description for the Push Notification Delivery Types section"
1938+
},
1939+
"pushNotificationProviderFirebase": "Firebase",
1940+
"@pushNotificationProviderFirebase": {
1941+
"description": "Label for the Firebase push notification provider"
1942+
},
1943+
"pushNotificationProviderOneSignal": "OneSignal",
1944+
"@pushNotificationProviderOneSignal": {
1945+
"description": "Label for the OneSignal push notification provider"
1946+
}
19021947
}

0 commit comments

Comments
 (0)