Skip to content

Commit b32fba6

Browse files
committed
feat(i18n): update description for days between views setting
- Clarify the behavior of the days between views setting for both Arabic and English localizations - Specify that the decorator will only be shown again if the associated task has not been completed
1 parent 7e497ef commit b32fba6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lib/l10n/app_localizations.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1811,7 +1811,7 @@ abstract class AppLocalizations {
18111811
/// Description for days between views input for feed decorators
18121812
///
18131813
/// In en, this message translates to:
1814-
/// **'Minimum number of days that must pass before this decorator can be shown again to a user with this specific role.'**
1814+
/// **'This setting determines the minimum number of days that must pass before a decorator can be shown again to a user, provided the associated task has not yet been completed.'**
18151815
String get daysBetweenViewsDescription;
18161816

18171817
/// Localized name for FeedDecoratorType.linkAccount

lib/l10n/app_localizations_ar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ class AppLocalizationsAr extends AppLocalizations {
956956

957957
@override
958958
String get daysBetweenViewsDescription =>
959-
'الحد الأدنى لعدد الأيام التي يجب أن تمر قبل أن يمكن عرض هذه الزينة مرة أخرى لمستخدم بهذا الدور المحدد.';
959+
'يحدد هذا الإعداد الحد الأدنى لعدد الأيام التي يجب أن تمر قبل أن يمكن عرض هذه الزينة مرة أخرى للمستخدم، شريطة ألا يكون قد أكمل المهمة المرتبطة بها بعد.';
960960

961961
@override
962962
String get feedDecoratorTypeLinkAccount => 'ربط الحساب';

lib/l10n/app_localizations_en.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ class AppLocalizationsEn extends AppLocalizations {
955955

956956
@override
957957
String get daysBetweenViewsDescription =>
958-
'Minimum number of days that must pass before this decorator can be shown again to a user with this specific role.';
958+
'This setting determines the minimum number of days that must pass before a decorator can be shown again to a user, provided the associated task has not yet been completed.';
959959

960960
@override
961961
String get feedDecoratorTypeLinkAccount => 'Link Account';

lib/l10n/arb/app_ar.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@
11881188
"@daysBetweenViewsLabel": {
11891189
"description": "تسمية حقل الأيام بين المشاهدات"
11901190
},
1191-
"daysBetweenViewsDescription": "الحد الأدنى لعدد الأيام التي يجب أن تمر قبل أن يمكن عرض هذه الزينة مرة أخرى لمستخدم بهذا الدور المحدد.",
1191+
"daysBetweenViewsDescription": "يحدد هذا الإعداد الحد الأدنى لعدد الأيام التي يجب أن تمر قبل أن يمكن عرض هذه الزينة مرة أخرى للمستخدم، شريطة ألا يكون قد أكمل المهمة المرتبطة بها بعد.",
11921192
"@daysBetweenViewsDescription": {
11931193
"description": "وصف حقل الأيام بين المشاهدات لزينة الموجز"
11941194
},

lib/l10n/arb/app_en.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@
11831183
"@daysBetweenViewsLabel": {
11841184
"description": "Label for days between views input"
11851185
},
1186-
"daysBetweenViewsDescription": "Minimum number of days that must pass before this decorator can be shown again to a user with this specific role.",
1186+
"daysBetweenViewsDescription": "This setting determines the minimum number of days that must pass before a decorator can be shown again to a user, provided the associated task has not yet been completed.",
11871187
"@daysBetweenViewsDescription": {
11881188
"description": "Description for days between views input for feed decorators"
11891189
},

0 commit comments

Comments
 (0)