Skip to content

Commit 8405113

Browse files
committed
feat: Add account and email code labels
- Added account page labels - Added email code labels - Added font weight labels
1 parent 89b47cc commit 8405113

File tree

2 files changed

+292
-62
lines changed

2 files changed

+292
-62
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 146 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,24 @@
8080
"@accountBackupTile": {
8181
"description": "Title for the tile prompting anonymous users to create an account"
8282
},
83+
"accountContentPreferencesTile": "تفضيلات المحتوى",
84+
"@accountContentPreferencesTile": {
85+
"description": "Title for the content preferences navigation tile in the account page"
86+
},
87+
"accountSavedHeadlinesTile": "العناوين المحفوظة",
88+
"@accountSavedHeadlinesTile": {
89+
"description": "Title for the saved headlines navigation tile in the account page"
90+
},
91+
"accountRoleLabel": "الدور: {role}",
92+
"@accountRoleLabel": {
93+
"description": "Label displaying the user's role in the account header",
94+
"placeholders": {
95+
"role": {
96+
"type": "String",
97+
"example": "admin"
98+
}
99+
}
100+
},
83101
"authenticationEmailSentSuccess": "تحقق من بريدك الإلكتروني للحصول على رابط تسجيل الدخول.",
84102
"@authenticationEmailSentSuccess": {
85103
"description": "Success message shown after sending an email sign-in link on the authentication page"
@@ -359,72 +377,169 @@
359377
"description": "Button text shown in the user header for anonymous users to initiate sign-in/sign-up"
360378
},
361379
"settingsTitle": "الإعدادات",
362-
"@settingsTitle": { "description": "Title for the main settings page" },
380+
"@settingsTitle": {
381+
"description": "Title for the main settings page"
382+
},
363383
"settingsLoadingHeadline": "جارٍ تحميل الإعدادات...",
364-
"@settingsLoadingHeadline": { "description": "Headline shown while settings are loading" },
384+
"@settingsLoadingHeadline": {
385+
"description": "Headline shown while settings are loading"
386+
},
365387
"settingsLoadingSubheadline": "يرجى الانتظار بينما نقوم بجلب تفضيلاتك.",
366-
"@settingsLoadingSubheadline": { "description": "Subheadline shown while settings are loading" },
388+
"@settingsLoadingSubheadline": {
389+
"description": "Subheadline shown while settings are loading"
390+
},
367391
"settingsErrorDefault": "تعذر تحميل الإعدادات.",
368-
"@settingsErrorDefault": { "description": "Default error message when settings fail to load" },
392+
"@settingsErrorDefault": {
393+
"description": "Default error message when settings fail to load"
394+
},
369395
"settingsAppearanceTitle": "المظهر",
370-
"@settingsAppearanceTitle": { "description": "Title for the appearance settings section/page" },
396+
"@settingsAppearanceTitle": {
397+
"description": "Title for the appearance settings section/page"
398+
},
371399
"settingsFeedDisplayTitle": "عرض الموجز",
372-
"@settingsFeedDisplayTitle": { "description": "Title for the feed display settings section/page" },
400+
"@settingsFeedDisplayTitle": {
401+
"description": "Title for the feed display settings section/page"
402+
},
373403
"settingsArticleDisplayTitle": "عرض المقال",
374-
"@settingsArticleDisplayTitle": { "description": "Title for the article display settings section/page" },
404+
"@settingsArticleDisplayTitle": {
405+
"description": "Title for the article display settings section/page"
406+
},
375407
"settingsNotificationsTitle": "الإشعارات",
376-
"@settingsNotificationsTitle": { "description": "Title for the notification settings section/page" },
408+
"@settingsNotificationsTitle": {
409+
"description": "Title for the notification settings section/page"
410+
},
377411
"settingsAppearanceThemeModeLight": "فاتح",
378-
"@settingsAppearanceThemeModeLight": { "description": "Label for the light theme mode option" },
412+
"@settingsAppearanceThemeModeLight": {
413+
"description": "Label for the light theme mode option"
414+
},
379415
"settingsAppearanceThemeModeDark": "داكن",
380-
"@settingsAppearanceThemeModeDark": { "description": "Label for the dark theme mode option" },
416+
"@settingsAppearanceThemeModeDark": {
417+
"description": "Label for the dark theme mode option"
418+
},
381419
"settingsAppearanceThemeModeSystem": "النظام",
382-
"@settingsAppearanceThemeModeSystem": { "description": "Label for the system theme mode option" },
420+
"@settingsAppearanceThemeModeSystem": {
421+
"description": "Label for the system theme mode option"
422+
},
383423
"settingsAppearanceThemeNameRed": "أحمر",
384-
"@settingsAppearanceThemeNameRed": { "description": "Label for the red color scheme option" },
424+
"@settingsAppearanceThemeNameRed": {
425+
"description": "Label for the red color scheme option"
426+
},
385427
"settingsAppearanceThemeNameBlue": "أزرق",
386-
"@settingsAppearanceThemeNameBlue": { "description": "Label for the blue color scheme option" },
428+
"@settingsAppearanceThemeNameBlue": {
429+
"description": "Label for the blue color scheme option"
430+
},
387431
"settingsAppearanceThemeNameGrey": "رمادي",
388-
"@settingsAppearanceThemeNameGrey": { "description": "Label for the grey color scheme option" },
432+
"@settingsAppearanceThemeNameGrey": {
433+
"description": "Label for the grey color scheme option"
434+
},
389435
"settingsAppearanceFontSizeSmall": "صغير",
390-
"@settingsAppearanceFontSizeSmall": { "description": "Label for the small font size option" },
436+
"@settingsAppearanceFontSizeSmall": {
437+
"description": "Label for the small font size option"
438+
},
391439
"settingsAppearanceFontSizeLarge": "كبير",
392-
"@settingsAppearanceFontSizeLarge": { "description": "Label for the large font size option" },
440+
"@settingsAppearanceFontSizeLarge": {
441+
"description": "Label for the large font size option"
442+
},
393443
"settingsAppearanceFontSizeMedium": "متوسط",
394-
"@settingsAppearanceFontSizeMedium": { "description": "Label for the medium font size option" },
444+
"@settingsAppearanceFontSizeMedium": {
445+
"description": "Label for the medium font size option"
446+
},
395447
"settingsAppearanceThemeModeLabel": "وضع المظهر",
396-
"@settingsAppearanceThemeModeLabel": { "description": "Label for the theme mode selection dropdown" },
448+
"@settingsAppearanceThemeModeLabel": {
449+
"description": "Label for the theme mode selection dropdown"
450+
},
397451
"settingsAppearanceThemeNameLabel": "نظام الألوان",
398-
"@settingsAppearanceThemeNameLabel": { "description": "Label for the color scheme selection dropdown" },
452+
"@settingsAppearanceThemeNameLabel": {
453+
"description": "Label for the color scheme selection dropdown"
454+
},
399455
"settingsAppearanceAppFontSizeLabel": "حجم خط التطبيق",
400-
"@settingsAppearanceAppFontSizeLabel": { "description": "Label for the app font size selection dropdown" },
456+
"@settingsAppearanceAppFontSizeLabel": {
457+
"description": "Label for the app font size selection dropdown"
458+
},
401459
"settingsAppearanceAppFontTypeLabel": "خط التطبيق",
402-
"@settingsAppearanceAppFontTypeLabel": { "description": "Label for the app font selection dropdown" },
460+
"@settingsAppearanceAppFontTypeLabel": {
461+
"description": "Label for the app font selection dropdown"
462+
},
463+
"settingsAppearanceFontWeightLabel": "وزن الخط",
464+
"@settingsAppearanceFontWeightLabel": {
465+
"description": "Label for the font weight setting."
466+
},
403467
"settingsFeedTileTypeImageTop": "صورة في الأعلى",
404-
"@settingsFeedTileTypeImageTop": { "description": "Label for the feed tile type with image on top" },
468+
"@settingsFeedTileTypeImageTop": {
469+
"description": "Label for the feed tile type with image on top"
470+
},
405471
"settingsFeedTileTypeImageStart": "صورة في البداية",
406-
"@settingsFeedTileTypeImageStart": { "description": "Label for the feed tile type with image at the start" },
472+
"@settingsFeedTileTypeImageStart": {
473+
"description": "Label for the feed tile type with image at the start"
474+
},
407475
"settingsFeedTileTypeTextOnly": "نص فقط",
408-
"@settingsFeedTileTypeTextOnly": { "description": "Label for the feed tile type with text only" },
476+
"@settingsFeedTileTypeTextOnly": {
477+
"description": "Label for the feed tile type with text only"
478+
},
409479
"settingsFeedTileTypeLabel": "تخطيط عنصر الموجز",
410-
"@settingsFeedTileTypeLabel": { "description": "Label for the feed tile layout selection dropdown" },
480+
"@settingsFeedTileTypeLabel": {
481+
"description": "Label for the feed tile layout selection dropdown"
482+
},
411483
"settingsArticleFontSizeLabel": "حجم خط المقال",
412-
"@settingsArticleFontSizeLabel": { "description": "Label for the article font size selection dropdown" },
484+
"@settingsArticleFontSizeLabel": {
485+
"description": "Label for the article font size selection dropdown"
486+
},
413487
"settingsNotificationsEnableLabel": "تفعيل الإشعارات",
414-
"@settingsNotificationsEnableLabel": { "description": "Label for the switch to enable/disable notifications" },
488+
"@settingsNotificationsEnableLabel": {
489+
"description": "Label for the switch to enable/disable notifications"
490+
},
415491
"settingsNotificationsCategoriesLabel": "الفئات المتابعة",
416-
"@settingsNotificationsCategoriesLabel": { "description": "Label for the section to select notification categories" },
492+
"@settingsNotificationsCategoriesLabel": {
493+
"description": "Label for the section to select notification categories"
494+
},
417495
"settingsNotificationsSourcesLabel": "المصادر المتابعة",
418-
"@settingsNotificationsSourcesLabel": { "description": "Label for the section to select notification sources" },
496+
"@settingsNotificationsSourcesLabel": {
497+
"description": "Label for the section to select notification sources"
498+
},
419499
"settingsNotificationsCountriesLabel": "البلدان المتابعة",
420-
"@settingsNotificationsCountriesLabel": { "description": "Label for the section to select notification countries" },
421-
500+
"@settingsNotificationsCountriesLabel": {
501+
"description": "Label for the section to select notification countries"
502+
},
422503
"unknownError": "حدث خطأ غير معروف.",
423504
"@unknownError": {
424505
"description": "Generic error message shown when an operation fails unexpectedly"
425506
},
426507
"loadMoreError": "فشل تحميل المزيد من العناصر.",
427508
"@loadMoreError": {
428509
"description": "Error message shown when pagination fails to load the next set of items"
510+
},
511+
"settingsAppearanceFontSizeExtraLarge": "كبير جداً",
512+
"@settingsAppearanceFontSizeExtraLarge": {
513+
"description": "Label for the extra large font size option"
514+
},
515+
"settingsAppearanceFontFamilySystemDefault": "افتراضي النظام",
516+
"@settingsAppearanceFontFamilySystemDefault": {
517+
"description": "Label for the system default font family option"
518+
},
519+
"emailCodeSentPageTitle": "أدخل الرمز",
520+
"@emailCodeSentPageTitle": {
521+
"description": "AppBar title for the email code verification page"
522+
},
523+
"emailCodeSentConfirmation": "تم إرسال رمز التحقق إلى {email}. يرجى إدخاله أدناه.",
524+
"@emailCodeSentConfirmation": {
525+
"description": "Confirmation message shown after the email code has been sent",
526+
"placeholders": {
527+
"email": {
528+
"type": "String",
529+
"example": "[email protected]"
530+
}
531+
}
532+
},
533+
"emailCodeSentInstructions": "أدخل الرمز المكون من 6 أرقام الذي تلقيته.",
534+
"@emailCodeSentInstructions": {
535+
"description": "Instructions for the user to enter the verification code"
536+
},
537+
"emailCodeVerificationHint": "رمز مكون من 6 أرقام",
538+
"@emailCodeVerificationHint": {
539+
"description": "Hint text for the email code input field"
540+
},
541+
"emailCodeVerificationButtonLabel": "تحقق من الرمز",
542+
"@emailCodeVerificationButtonLabel": {
543+
"description": "Label for the button to verify the email code"
429544
}
430545
}

0 commit comments

Comments
 (0)