Skip to content

Commit 83a6ca4

Browse files
committed
build(l10n): sync
1 parent 162d4ae commit 83a6ca4

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

lib/l10n/app_localizations.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1742,12 +1742,6 @@ abstract class AppLocalizations {
17421742
/// **'Sign In'**
17431743
String get anonymousLimitButton;
17441744

1745-
/// Title for the bottom sheet when a standard user hits a content limit.
1746-
///
1747-
/// In en, this message translates to:
1748-
/// **'Unlock More Access'**
1749-
String get standardLimitTitle;
1750-
17511745
/// Body text for the bottom sheet when a standard user hits a content limit.
17521746
///
17531747
/// In en, this message translates to:

lib/l10n/app_localizations_ar.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -915,9 +915,6 @@ class AppLocalizationsAr extends AppLocalizations {
915915
@override
916916
String get anonymousLimitButton => 'تسجيل الدخول';
917917

918-
@override
919-
String get standardLimitTitle => 'افتح الوصول غير المحدود';
920-
921918
@override
922919
String get standardLimitBody =>
923920
'لقد وصلت إلى الحد الأقصى للباقة المجانية. قم بالترقية لحفظ ومتابعة المزيد.';

lib/l10n/app_localizations_en.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -916,9 +916,6 @@ class AppLocalizationsEn extends AppLocalizations {
916916
@override
917917
String get anonymousLimitButton => 'Sign In';
918918

919-
@override
920-
String get standardLimitTitle => 'Unlock More Access';
921-
922919
@override
923920
String get standardLimitBody =>
924921
'You\'ve reached your limit for the free plan. Upgrade to save and follow more.';

0 commit comments

Comments
 (0)