Skip to content

Commit c293e0d

Browse files
committed
feat: add search localization strings
- Added search model types - Added search hint texts
1 parent 45943f3 commit c293e0d

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,5 +589,38 @@
589589
"headlinesFeedFilterNoSourcesMatch": "لا توجد مصادر تطابق الفلاتر المحددة.",
590590
"@headlinesFeedFilterNoSourcesMatch": {
591591
"description": "Message shown when no sources match the selected filters"
592+
},
593+
594+
"searchModelTypeHeadline": "العناوين الرئيسية",
595+
"@searchModelTypeHeadline": {
596+
"description": "Dropdown display name for Headline search type"
597+
},
598+
"searchModelTypeCategory": "الفئات",
599+
"@searchModelTypeCategory": {
600+
"description": "Dropdown display name for Category search type"
601+
},
602+
"searchModelTypeSource": "المصادر",
603+
"@searchModelTypeSource": {
604+
"description": "Dropdown display name for Source search type"
605+
},
606+
"searchModelTypeCountry": "الدول",
607+
"@searchModelTypeCountry": {
608+
"description": "Dropdown display name for Country search type"
609+
},
610+
"searchHintTextHeadline": "مثال: تطورات الذكاء الاصطناعي, مركبة المريخ...",
611+
"@searchHintTextHeadline": {
612+
"description": "Hint text for searching headlines"
613+
},
614+
"searchHintTextCategory": "مثال: تكنولوجيا, رياضة, مالية...",
615+
"@searchHintTextCategory": {
616+
"description": "Hint text for searching categories"
617+
},
618+
"searchHintTextSource": "مثال: بي بي سي نيوز, تك كرانش, رويترز...",
619+
"@searchHintTextSource": {
620+
"description": "Hint text for searching sources"
621+
},
622+
"searchHintTextCountry": "مثال: الولايات المتحدة, اليابان, البرازيل...",
623+
"@searchHintTextCountry": {
624+
"description": "Hint text for searching countries"
592625
}
593626
}

lib/l10n/arb/app_en.arb

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,5 +589,38 @@
589589
"headlinesFeedFilterNoSourcesMatch": "No sources match your selected filters.",
590590
"@headlinesFeedFilterNoSourcesMatch": {
591591
"description": "Message shown when no sources match the selected filters"
592+
},
593+
594+
"searchModelTypeHeadline": "Headlines",
595+
"@searchModelTypeHeadline": {
596+
"description": "Dropdown display name for Headline search type"
597+
},
598+
"searchModelTypeCategory": "Categories",
599+
"@searchModelTypeCategory": {
600+
"description": "Dropdown display name for Category search type"
601+
},
602+
"searchModelTypeSource": "Sources",
603+
"@searchModelTypeSource": {
604+
"description": "Dropdown display name for Source search type"
605+
},
606+
"searchModelTypeCountry": "Countries",
607+
"@searchModelTypeCountry": {
608+
"description": "Dropdown display name for Country search type"
609+
},
610+
"searchHintTextHeadline": "e.g., AI advancements, Mars rover...",
611+
"@searchHintTextHeadline": {
612+
"description": "Hint text for searching headlines"
613+
},
614+
"searchHintTextCategory": "e.g., Technology, Sports, Finance...",
615+
"@searchHintTextCategory": {
616+
"description": "Hint text for searching categories"
617+
},
618+
"searchHintTextSource": "e.g., BBC News, TechCrunch, Reuters...",
619+
"@searchHintTextSource": {
620+
"description": "Hint text for searching sources"
621+
},
622+
"searchHintTextCountry": "e.g., USA, Japan, Brazil...",
623+
"@searchHintTextCountry": {
624+
"description": "Hint text for searching countries"
592625
}
593626
}

0 commit comments

Comments
 (0)