Skip to content

Commit 8180b0c

Browse files
committed
feat: add localization strings for new features
- Added auth flow strings - Added saved headlines strings - Added followed categories strings
1 parent 0171804 commit 8180b0c

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

lib/l10n/arb/app_en.arb

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,5 +843,73 @@
843843
"noFollowedItemsForFilterSnackbar": "You are not following any categories or sources to apply as a filter.",
844844
"@noFollowedItemsForFilterSnackbar": {
845845
"description": "Snackbar message shown when user tries to apply followed filters but has none."
846+
},
847+
"requestCodePageHeadline": "Enter Your Email",
848+
"@requestCodePageHeadline": {
849+
"description": "Headline for the request code page"
850+
},
851+
"requestCodePageSubheadline": "We'll send a secure code to your email to verify your identity.",
852+
"@requestCodePageSubheadline": {
853+
"description": "Subheadline for the request code page"
854+
},
855+
"requestCodeEmailLabel": "Email Address",
856+
"@requestCodeEmailLabel": {
857+
"description": "Label for the email input on the request code page"
858+
},
859+
"requestCodeEmailHint": "[email protected]",
860+
"@requestCodeEmailHint": {
861+
"description": "Hint text for the email input on the request code page"
862+
},
863+
"requestCodeSendCodeButton": "Send Code",
864+
"@requestCodeSendCodeButton": {
865+
"description": "Button text to send the verification code"
866+
},
867+
"entityDetailsCategoryTitle": "Category",
868+
"@entityDetailsCategoryTitle": {
869+
"description": "Title for category entity type"
870+
},
871+
"entityDetailsSourceTitle": "Source",
872+
"@entityDetailsSourceTitle": {
873+
"description": "Title for source entity type"
874+
},
875+
"entityDetailsCountryTitle": "Country",
876+
"@entityDetailsCountryTitle": {
877+
"description": "Title for country entity type"
878+
},
879+
"savedHeadlinesLoadingHeadline": "Loading Saved Headlines...",
880+
"@savedHeadlinesLoadingHeadline": {
881+
"description": "Headline for loading state on saved headlines page"
882+
},
883+
"savedHeadlinesLoadingSubheadline": "Please wait while we fetch your saved articles.",
884+
"@savedHeadlinesLoadingSubheadline": {
885+
"description": "Subheadline for loading state on saved headlines page"
886+
},
887+
"savedHeadlinesErrorHeadline": "Could Not Load Saved Headlines",
888+
"@savedHeadlinesErrorHeadline": {
889+
"description": "Error message when saved headlines fail to load"
890+
},
891+
"savedHeadlinesEmptyHeadline": "No Saved Headlines",
892+
"@savedHeadlinesEmptyHeadline": {
893+
"description": "Headline for empty state on saved headlines page"
894+
},
895+
"savedHeadlinesEmptySubheadline": "You haven't saved any articles yet. Start exploring!",
896+
"@savedHeadlinesEmptySubheadline": {
897+
"description": "Subheadline for empty state on saved headlines page"
898+
},
899+
"followedCategoriesLoadingHeadline": "Loading Followed Categories...",
900+
"@followedCategoriesLoadingHeadline": {
901+
"description": "Headline for loading state on followed categories page"
902+
},
903+
"followedCategoriesErrorHeadline": "Could Not Load Followed Categories",
904+
"@followedCategoriesErrorHeadline": {
905+
"description": "Error message when followed categories fail to load"
906+
},
907+
"followedCategoriesEmptyHeadline": "No Followed Categories",
908+
"@followedCategoriesEmptyHeadline": {
909+
"description": "Headline for empty state on followed categories page"
910+
},
911+
"followedCategoriesEmptySubheadline": "Start following categories to see them here.",
912+
"@followedCategoriesEmptySubheadline": {
913+
"description": "Subheadline for empty state on followed categories page"
846914
}
847915
}

0 commit comments

Comments
 (0)