Skip to content

Commit 2233ffc

Browse files
committed
refactor(l10n): adjust content limits section titles in Arabic
- Change "userContentLimitsTitle" from "حدود المحتوى للمستخدم" to "حدود المحتوى" - Modify "savedFeedFiltersLimitLabel" from "حد المرشحات المحفوظة" to "حدود المرشحات"
1 parent 429055c commit 2233ffc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/l10n/app_localizations_ar.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class AppLocalizationsAr extends AppLocalizations {
118118
String get generalTab => 'عام';
119119

120120
@override
121-
String get userContentLimitsTitle => 'حدود المحتوى للمستخدم';
121+
String get userContentLimitsTitle => 'حدود المحتوى';
122122

123123
@override
124124
String get userContentLimitsDescription =>
@@ -826,7 +826,7 @@ class AppLocalizationsAr extends AppLocalizations {
826826
'الحد الأقصى لعدد البلدان أو مصادر الأخبار أو المواضيع التي يمكن لهذا الدور المستخدم متابعتها (لكل نوع حد خاص به).';
827827

828828
@override
829-
String get savedFeedFiltersLimitLabel => 'حد المرشحات المحفوظة';
829+
String get savedFeedFiltersLimitLabel => 'حدود المرشحات';
830830

831831
@override
832832
String get savedFeedFiltersLimitDescription =>

lib/l10n/arb/app_ar.arb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"@generalTab": {
144144
"description": "عنوان تبويب الإعدادات العامة"
145145
},
146-
"userContentLimitsTitle": "حدود المحتوى للمستخدم",
146+
"userContentLimitsTitle": "حدود المحتوى",
147147
"@userContentLimitsTitle": {
148148
"description": "عنوان قسم حدود المحتوى للمستخدم"
149149
},
@@ -1022,7 +1022,7 @@
10221022
"@followedItemsLimitDescription": {
10231023
"description": "وصف حد العناصر المتابعة"
10241024
},
1025-
"savedFeedFiltersLimitLabel": "حد المرشحات المحفوظة",
1025+
"savedFeedFiltersLimitLabel": "حدود المرشحات",
10261026
"@savedFeedFiltersLimitLabel": {
10271027
"description": "تسمية حد مرشحات موجز الأخبار المحفوظة"
10281028
},

0 commit comments

Comments
 (0)