Skip to content

Commit 10a92b6

Browse files
committed
build(l10n): sync
1 parent b30e9a3 commit 10a92b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/l10n/app_localizations.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3293,7 +3293,7 @@ abstract class AppLocalizations {
32933293
/// Description for the initial prompt cooldown input field.
32943294
///
32953295
/// In en, this message translates to:
3296-
/// **'If a user dismisses the prompt, wait this many days before they are eligible to see it again. Note: The \'Rate App\' decorator in the Feed section controls its own separate display frequency.'**
3296+
/// **'The number of days to wait before showing the enjoyment prompt for the first time, This cooldown ensures users are not asked until they used the app enough.'**
32973297
String get initialPromptCooldownDescription;
32983298

32993299
/// Label for the switch to request a store review after positive feedback.

lib/l10n/app_localizations_ar.dart

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

17751775
@override
17761776
String get initialPromptCooldownDescription =>
1777-
'إذا رفض المستخدم الموجه، انتظر هذا العدد من الأيام قبل أن يكون مؤهلاً لرؤيته مرة أخرى. ملاحظة: تتحكم زينة \'تقييم التطبيق\' في قسم الموجز في تردد عرضها المنفصل.';
1777+
'عدد الأيام التي يجب الانتظار فيها قبل إظهار مطالبة الاستمتاع للمرة الأولى. تضمن فترة التهدئة هذه عدم سؤال المستخدمين حتى يستخدموا التطبيق بما فيه الكفاية.';
17781778

17791779
@override
17801780
String get requestStoreReviewLabel => 'طلب مراجعة المتجر بعد \'نعم\'';

lib/l10n/app_localizations_en.dart

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

17781778
@override
17791779
String get initialPromptCooldownDescription =>
1780-
'If a user dismisses the prompt, wait this many days before they are eligible to see it again. Note: The \'Rate App\' decorator in the Feed section controls its own separate display frequency.';
1780+
'The number of days to wait before showing the enjoyment prompt for the first time, This cooldown ensures users are not asked until they used the app enough.';
17811781

17821782
@override
17831783
String get requestStoreReviewLabel => 'Request Store Review After \'Yes\'';

0 commit comments

Comments
 (0)