Skip to content

Commit c0f2405

Browse files
committed
feat(l10n): add new translations
- Added missing translations - Updated Arabic translations
1 parent 3b4018b commit c0f2405

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -808,28 +808,36 @@
808808
"@similarHeadlinesEmpty": {
809809
"description": "Message shown when no similar headlines are found"
810810
},
811-
"detailsPageTitle": "[AR] Details",
811+
"detailsPageTitle": "التفاصيل",
812812
"@detailsPageTitle": {
813813
"description": "Title for the category/source details page"
814814
},
815-
"followButtonLabel": "[AR] Follow",
815+
"followButtonLabel": "متابعة",
816816
"@followButtonLabel": {
817817
"description": "Label for the follow button"
818818
},
819-
"unfollowButtonLabel": "[AR] Unfollow",
819+
"unfollowButtonLabel": "إلغاء المتابعة",
820820
"@unfollowButtonLabel": {
821821
"description": "Label for the unfollow button"
822822
},
823-
"noHeadlinesFoundMessage": "[AR] No headlines found for this item.",
823+
"noHeadlinesFoundMessage": "لم يتم العثور على عناوين لهذا العنصر.",
824824
"@noHeadlinesFoundMessage": {
825825
"description": "Message displayed when no headlines are available for a category/source"
826826
},
827-
"failedToLoadMoreHeadlines": "[AR] Failed to load more headlines.",
827+
"failedToLoadMoreHeadlines": "فشل تحميل المزيد من العناوين.",
828828
"@failedToLoadMoreHeadlines": {
829829
"description": "Error message when loading more headlines fails on details page"
830830
},
831-
"headlinesSectionTitle": "[AR] Headlines",
831+
"headlinesSectionTitle": "العناوين الرئيسية",
832832
"@headlinesSectionTitle": {
833833
"description": "Title for the headlines section on details page"
834+
},
835+
"headlinesFeedFilterApplyFollowedLabel": "تطبيق الفئات والمصادر المتابَعة",
836+
"@headlinesFeedFilterApplyFollowedLabel": {
837+
"description": "Label for the checkbox to apply followed items as filters"
838+
},
839+
"mustBeLoggedInToUseFeatureError": "يجب عليك تسجيل الدخول لاستخدام هذه الميزة.",
840+
"@mustBeLoggedInToUseFeatureError": {
841+
"description": "Error message shown when a logged-in user is required for a feature"
834842
}
835843
}

lib/l10n/arb/app_en.arb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -831,5 +831,13 @@
831831
"headlinesSectionTitle": "Headlines",
832832
"@headlinesSectionTitle": {
833833
"description": "Title for the headlines section on details page"
834+
},
835+
"headlinesFeedFilterApplyFollowedLabel": "Apply my followed categories & sources",
836+
"@headlinesFeedFilterApplyFollowedLabel": {
837+
"description": "Label for the checkbox to apply followed items as filters"
838+
},
839+
"mustBeLoggedInToUseFeatureError": "You must be logged in to use this feature.",
840+
"@mustBeLoggedInToUseFeatureError": {
841+
"description": "Error message shown when a logged-in user is required for a feature"
834842
}
835843
}

0 commit comments

Comments
 (0)