File tree Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -1922,6 +1922,12 @@ abstract class AppLocalizations {
19221922 /// **'Filter source list'**
19231923 String get sourceListFilterPageFilterButtonTooltip;
19241924
1925+ /// Title for the page where users filter sources by headquarters country.
1926+ ///
1927+ /// In en, this message translates to:
1928+ /// **'Headquarters location'**
1929+ String get sourceListFilterByHeadquartersPageTitle;
1930+
19251931 /// The title for the list tile on the account page that navigates to the saved filters management page.
19261932 ///
19271933 /// In en, this message translates to:
Original file line number Diff line number Diff line change @@ -1009,6 +1009,9 @@ class AppLocalizationsAr extends AppLocalizations {
10091009 @override
10101010 String get sourceListFilterPageFilterButtonTooltip => 'تصفية قائمة المصادر' ;
10111011
1012+ @override
1013+ String get sourceListFilterByHeadquartersPageTitle => 'مكان المقر' ;
1014+
10121015 @override
10131016 String get accountSavedFiltersTile => 'الفلاتر المحفوظة' ;
10141017
Original file line number Diff line number Diff line change @@ -1010,6 +1010,9 @@ class AppLocalizationsEn extends AppLocalizations {
10101010 @override
10111011 String get sourceListFilterPageFilterButtonTooltip => 'Filter source list' ;
10121012
1013+ @override
1014+ String get sourceListFilterByHeadquartersPageTitle => 'Headquarters location' ;
1015+
10131016 @override
10141017 String get accountSavedFiltersTile => 'Saved Filters' ;
10151018
Original file line number Diff line number Diff line change 14261426 "@failedToLoadMoreSources": {
14271427 "description": "رسالة خطأ عند فشل تحميل المزيد من المصادر في صفحة التفاصيل"
14281428 },
1429+ "sourceListFilterByHeadquartersPageTitle": "مكان المقر",
1430+ "@sourceListFilterByHeadquartersPageTitle": {
1431+ "description": "عنوان الصفحة التي يقوم فيها المستخدمون بتصفية المصادر حسب بلد المقر."
1432+ },
14291433 "sourceTypeNewsAgency": "وكالة أنباء",
14301434 "@sourceTypeNewsAgency": {
14311435 "description": "نوع المصدر لوكالة أنباء"
Original file line number Diff line number Diff line change 13221322 "@sourceListFilterPageFilterButtonTooltip": {
13231323 "description": "Tooltip for the button that opens the source list filter page."
13241324 },
1325+ "sourceListFilterByHeadquartersPageTitle": "Headquarters location",
1326+ "@sourceListFilterByHeadquartersPageTitle": {
1327+ "description": "Title for the page where users filter sources by headquarters country."
1328+ },
13251329 "accountSavedFiltersTile": "Saved Filters",
13261330 "@accountSavedFiltersTile": {
13271331 "description": "The title for the list tile on the account page that navigates to the saved filters management page."
You can’t perform that action at this time.
0 commit comments