File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -449,13 +449,13 @@ abstract class AppLocalizations {
449
449
/// Headline for the authentication page when linking an anonymous account
450
450
///
451
451
/// In en, this message translates to:
452
- /// **'Connect Your Account '**
452
+ /// **'Sync Your Data '**
453
453
String get authenticationLinkingHeadline;
454
454
455
455
/// Subheadline explaining the benefit of linking an anonymous account
456
456
///
457
457
/// In en, this message translates to:
458
- /// **'Sign in with Google or Email to save your preferences and reading history across devices.'**
458
+ /// **'save your settings, content preferences and more across devices.'**
459
459
String get authenticationLinkingSubheadline;
460
460
461
461
/// Headline for the authentication page during standard sign-in
Original file line number Diff line number Diff line change @@ -190,11 +190,11 @@ class AppLocalizationsAr extends AppLocalizations {
190
190
String get authenticationEmailSignInButton => 'متابعة بالبريد الإلكتروني' ;
191
191
192
192
@override
193
- String get authenticationLinkingHeadline => 'ربط حسابك ' ;
193
+ String get authenticationLinkingHeadline => 'زامن بياناتك ' ;
194
194
195
195
@override
196
196
String get authenticationLinkingSubheadline =>
197
- 'سجل الدخول باستخدام جوجل أو البريد الإلكتروني لحفظ تفضيلاتك وسجل القراءة عبر الأجهزة.' ;
197
+ 'إحفظ إعداداتك، تفضيلات المحتوى والمزيد عبر الأجهزة.' ;
198
198
199
199
@override
200
200
String get authenticationSignInHeadline => 'تسجيل الدخول' ;
Original file line number Diff line number Diff line change @@ -192,11 +192,11 @@ class AppLocalizationsEn extends AppLocalizations {
192
192
String get authenticationEmailSignInButton => 'Continue with Email' ;
193
193
194
194
@override
195
- String get authenticationLinkingHeadline => 'Connect Your Account ' ;
195
+ String get authenticationLinkingHeadline => 'Sync Your Data ' ;
196
196
197
197
@override
198
198
String get authenticationLinkingSubheadline =>
199
- 'Sign in with Google or Email to save your preferences and reading history across devices.' ;
199
+ 'save your settings, content preferences and more across devices.' ;
200
200
201
201
@override
202
202
String get authenticationSignInHeadline => 'Sign In' ;
Original file line number Diff line number Diff line change 238
238
"@authenticationEmailSignInButton": {
239
239
"description": "نص زر بدء تدفق تسجيل الدخول بالبريد الإلكتروني"
240
240
},
241
- "authenticationLinkingHeadline": "ربط حسابك ",
241
+ "authenticationLinkingHeadline": "زامن بياناتك ",
242
242
"@authenticationLinkingHeadline": {
243
243
"description": "عنوان صفحة المصادقة عند ربط حساب مجهول"
244
244
},
245
- "authenticationLinkingSubheadline": "سجل الدخول باستخدام جوجل أو البريد الإلكتروني لحفظ تفضيلاتك وسجل القراءة عبر الأجهزة.",
245
+ "authenticationLinkingSubheadline": "إحفظ إعداداتك، تفضيلات المحتوى والمزيد عبر الأجهزة.",
246
246
"@authenticationLinkingSubheadline": {
247
247
"description": "عنوان فرعي يشرح فائدة ربط حساب مجهول"
248
248
},
Original file line number Diff line number Diff line change 238
238
"@authenticationEmailSignInButton": {
239
239
"description": "Button text for initiating email sign-in flow"
240
240
},
241
- "authenticationLinkingHeadline": "Connect Your Account ",
241
+ "authenticationLinkingHeadline": "Sync Your Data ",
242
242
"@authenticationLinkingHeadline": {
243
243
"description": "Headline for the authentication page when linking an anonymous account"
244
244
},
245
- "authenticationLinkingSubheadline": "Sign in with Google or Email to save your preferences and reading history across devices.",
245
+ "authenticationLinkingSubheadline": "save your settings, content preferences and more across devices.",
246
246
"@authenticationLinkingSubheadline": {
247
247
"description": "Subheadline explaining the benefit of linking an anonymous account"
248
248
},
You can’t perform that action at this time.
0 commit comments