Skip to content

Commit 30186fd

Browse files
committed
chore(l10n): update app authentication page translations
- Update headline and subheadline translations for multiple languages - Replace "Headlines Toolkit" with "Veritas" as the new app name - Adjust subheadline to emphasize trusted, unfiltered news from around the world
1 parent 89819d6 commit 30186fd

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

lib/l10n/app_localizations.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,13 +455,13 @@ abstract class AppLocalizations {
455455
/// Headline for the authentication page during standard sign-in
456456
///
457457
/// In en, this message translates to:
458-
/// **'Headlines Toolkit'**
458+
/// **'Veritas'**
459459
String get authenticationSignInHeadline;
460460

461461
/// Subheadline for the authentication page during standard sign-in
462462
///
463463
/// In en, this message translates to:
464-
/// **'Develop News Headlines Apps Rapidly & Reliably.'**
464+
/// **'Unfiltered news from trusted sources around the world.'**
465465
String get authenticationSignInSubheadline;
466466

467467
/// AppBar title for the email sign-in page

lib/l10n/app_localizations_ar.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,11 @@ class AppLocalizationsAr extends AppLocalizations {
194194
'إحفظ إعداداتك، تفضيلات المحتوى والمزيد عبر مختلف الأجهزة.';
195195

196196
@override
197-
String get authenticationSignInHeadline => 'هادلاينز تولكيت';
197+
String get authenticationSignInHeadline => 'فيريتاس';
198198

199199
@override
200200
String get authenticationSignInSubheadline =>
201-
'طور التطبيقات الإخبارية بسرعة وبشكل موثوق.';
201+
'أخبار غير مصفاة من مصادر موثوقة حول العالم.';
202202

203203
@override
204204
String get emailSignInPageTitle => 'تسجيل الدخول بالبريد الإلكتروني';

lib/l10n/app_localizations_en.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,11 @@ class AppLocalizationsEn extends AppLocalizations {
196196
'save your settings, content preferences and more across devices.';
197197

198198
@override
199-
String get authenticationSignInHeadline => 'Headlines Toolkit';
199+
String get authenticationSignInHeadline => 'Veritas';
200200

201201
@override
202202
String get authenticationSignInSubheadline =>
203-
'Develop News Headlines Apps Rapidly & Reliably.';
203+
'Unfiltered news from trusted sources around the world.';
204204

205205
@override
206206
String get emailSignInPageTitle => 'Sign in with Email';

lib/l10n/arb/app_ar.arb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,11 @@
242242
"@authenticationLinkingSubheadline": {
243243
"description": "عنوان فرعي يشرح فائدة ربط حساب مجهول"
244244
},
245-
"authenticationSignInHeadline": "هادلاينز تولكيت",
245+
"authenticationSignInHeadline": "فيريتاس",
246246
"@authenticationSignInHeadline": {
247247
"description": "عنوان صفحة المصادقة أثناء تسجيل الدخول القياسي"
248248
},
249-
"authenticationSignInSubheadline": "طور التطبيقات الإخبارية بسرعة وبشكل موثوق.",
249+
"authenticationSignInSubheadline": "أخبار غير مصفاة من مصادر موثوقة حول العالم.",
250250
"@authenticationSignInSubheadline": {
251251
"description": "عنوان فرعي لصفحة المصادقة أثناء تسجيل الدخول القياسي"
252252
},

lib/l10n/arb/app_en.arb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,11 @@
242242
"@authenticationLinkingSubheadline": {
243243
"description": "Subheadline explaining the benefit of linking an anonymous account"
244244
},
245-
"authenticationSignInHeadline": "Headlines Toolkit",
245+
"authenticationSignInHeadline": "Veritas",
246246
"@authenticationSignInHeadline": {
247247
"description": "Headline for the authentication page during standard sign-in"
248248
},
249-
"authenticationSignInSubheadline": "Develop News Headlines Apps Rapidly & Reliably.",
249+
"authenticationSignInSubheadline": "Unfiltered news from trusted sources around the world.",
250250
"@authenticationSignInSubheadline": {
251251
"description": "Subheadline for the authentication page during standard sign-in"
252252
},

0 commit comments

Comments
 (0)