Skip to content

Commit 5ced3f1

Browse files
committed
feat(l10n): add Arabic translations for saved filters feature
- Add Arabic translations for new strings related to saved filters - Include translations for account page, saved filters management page, and empty state messages - Add Arabic translations for popup menu options in saved filter items
1 parent b73c10b commit 5ced3f1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,5 +1321,29 @@
13211321
"sourceListFilterPageFilterButtonTooltip": "تصفية قائمة المصادر",
13221322
"@sourceListFilterPageFilterButtonTooltip": {
13231323
"description": "Tooltip for the button that opens the source list filter page."
1324+
},
1325+
"accountSavedFiltersTile": "الفلاتر المحفوظة",
1326+
"@accountSavedFiltersTile": {
1327+
"description": "The title for the list tile on the account page that navigates to the saved filters management page."
1328+
},
1329+
"savedFiltersPageTitle": "الفلاتر المحفوظة",
1330+
"@savedFiltersPageTitle": {
1331+
"description": "The title for the app bar on the saved filters management page."
1332+
},
1333+
"savedFiltersEmptyHeadline": "لا توجد فلاتر محفوظة",
1334+
"@savedFiltersEmptyHeadline": {
1335+
"description": "The main headline text displayed on the saved filters page when the user has no saved filters."
1336+
},
1337+
"savedFiltersEmptySubheadline": "الفلاتر التي تحفظها من الموجز ستظهر هنا.",
1338+
"@savedFiltersEmptySubheadline": {
1339+
"description": "The sub-headline text displayed on the saved filters page when the user has no saved filters."
1340+
},
1341+
"savedFiltersMenuRename": "إعادة تسمية",
1342+
"@savedFiltersMenuRename": {
1343+
"description": "The text for the 'Rename' option in the popup menu on a saved filter item."
1344+
},
1345+
"savedFiltersMenuDelete": "حذف",
1346+
"@savedFiltersMenuDelete": {
1347+
"description": "The text for the 'Delete' option in the popup menu on a saved filter item."
13241348
}
13251349
}

0 commit comments

Comments
 (0)