Skip to content

Commit 9e5a82b

Browse files
committed
feat(l10n): add descriptions for notification subscription limits
- Add Arabic and English descriptions for breaking news, daily digest, and weekly roundup notification subscription limits - Update app_ar.arb and app_en.arb files with new localization entries
1 parent 5aaee6b commit 9e5a82b

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2089,5 +2089,17 @@
20892089
"userLimitsTitle": "حدود المستخدم",
20902090
"@userLimitsTitle": {
20912091
"description": "عنوان قسم حدود المستخدم القابل للتوسيع."
2092+
},
2093+
"notificationSubscriptionBreakingOnlyDescription": "حد الاشتراكات التي ترسل تنبيهات فورية للأخبار العاجلة للعناوين المطابقة.",
2094+
"@notificationSubscriptionBreakingOnlyDescription": {
2095+
"description": "وصف لحد اشتراك إشعارات الأخبار العاجلة."
2096+
},
2097+
"notificationSubscriptionDailyDigestDescription": "حد الاشتراكات التي ترسل ملخصًا يوميًا للعناوين المطابقة.",
2098+
"@notificationSubscriptionDailyDigestDescription": {
2099+
"description": "وصف لحد اشتراك إشعارات الملخص اليومي."
2100+
},
2101+
"notificationSubscriptionWeeklyRoundupDescription": "حد الاشتراكات التي ترسل ملخصًا أسبوعيًا للعناوين المطابقة.",
2102+
"@notificationSubscriptionWeeklyRoundupDescription": {
2103+
"description": "وصف لحد اشتراك إشعارات الحصاد الأسبوعي."
20922104
}
20932105
}

lib/l10n/arb/app_en.arb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2085,5 +2085,17 @@
20852085
"userLimitsTitle": "User Limits",
20862086
"@userLimitsTitle": {
20872087
"description": "Title for the User Limits expansion tile."
2088+
},
2089+
"notificationSubscriptionBreakingOnlyDescription": "Limit for subscriptions that send immediate alerts for matching headlines.",
2090+
"@notificationSubscriptionBreakingOnlyDescription": {
2091+
"description": "Description for the breaking news notification subscription limit."
2092+
},
2093+
"notificationSubscriptionDailyDigestDescription": "Limit for subscriptions that send a daily summary of matching headlines.",
2094+
"@notificationSubscriptionDailyDigestDescription": {
2095+
"description": "Description for the daily digest notification subscription limit."
2096+
},
2097+
"notificationSubscriptionWeeklyRoundupDescription": "Limit for subscriptions that send a weekly summary of matching headlines.",
2098+
"@notificationSubscriptionWeeklyRoundupDescription": {
2099+
"description": "Description for the weekly roundup notification subscription limit."
20882100
}
20892101
}

0 commit comments

Comments
 (0)