|
357 | 357 | "sourceFilterEmptySubheadline": "There are no sources available at the moment.",
|
358 | 358 | "@sourceFilterEmptySubheadline": {
|
359 | 359 | "description": "Subheadline for empty state on source filter page"
|
360 |
| - } |
| 360 | + }, |
| 361 | + "settingsTitle": "Settings", |
| 362 | + "@settingsTitle": { "description": "Title for the main settings page" }, |
| 363 | + "settingsLoadingHeadline": "Loading Settings...", |
| 364 | + "@settingsLoadingHeadline": { "description": "Headline shown while settings are loading" }, |
| 365 | + "settingsLoadingSubheadline": "Please wait while we fetch your preferences.", |
| 366 | + "@settingsLoadingSubheadline": { "description": "Subheadline shown while settings are loading" }, |
| 367 | + "settingsErrorDefault": "Could not load settings.", |
| 368 | + "@settingsErrorDefault": { "description": "Default error message when settings fail to load" }, |
| 369 | + "settingsAppearanceTitle": "Appearance", |
| 370 | + "@settingsAppearanceTitle": { "description": "Title for the appearance settings section/page" }, |
| 371 | + "settingsFeedDisplayTitle": "Feed Display", |
| 372 | + "@settingsFeedDisplayTitle": { "description": "Title for the feed display settings section/page" }, |
| 373 | + "settingsArticleDisplayTitle": "Article Display", |
| 374 | + "@settingsArticleDisplayTitle": { "description": "Title for the article display settings section/page" }, |
| 375 | + "settingsNotificationsTitle": "Notifications", |
| 376 | + "@settingsNotificationsTitle": { "description": "Title for the notification settings section/page" }, |
| 377 | + "settingsAppearanceThemeModeLight": "Light", |
| 378 | + "@settingsAppearanceThemeModeLight": { "description": "Label for the light theme mode option" }, |
| 379 | + "settingsAppearanceThemeModeDark": "Dark", |
| 380 | + "@settingsAppearanceThemeModeDark": { "description": "Label for the dark theme mode option" }, |
| 381 | + "settingsAppearanceThemeModeSystem": "System", |
| 382 | + "@settingsAppearanceThemeModeSystem": { "description": "Label for the system theme mode option" }, |
| 383 | + "settingsAppearanceThemeNameRed": "Red", |
| 384 | + "@settingsAppearanceThemeNameRed": { "description": "Label for the red color scheme option" }, |
| 385 | + "settingsAppearanceThemeNameBlue": "Blue", |
| 386 | + "@settingsAppearanceThemeNameBlue": { "description": "Label for the blue color scheme option" }, |
| 387 | + "settingsAppearanceThemeNameGrey": "Grey", |
| 388 | + "@settingsAppearanceThemeNameGrey": { "description": "Label for the grey color scheme option" }, |
| 389 | + "settingsAppearanceFontSizeSmall": "Small", |
| 390 | + "@settingsAppearanceFontSizeSmall": { "description": "Label for the small font size option" }, |
| 391 | + "settingsAppearanceFontSizeLarge": "Large", |
| 392 | + "@settingsAppearanceFontSizeLarge": { "description": "Label for the large font size option" }, |
| 393 | + "settingsAppearanceFontSizeMedium": "Medium", |
| 394 | + "@settingsAppearanceFontSizeMedium": { "description": "Label for the medium font size option" }, |
| 395 | + "settingsAppearanceThemeModeLabel": "Theme Mode", |
| 396 | + "@settingsAppearanceThemeModeLabel": { "description": "Label for the theme mode selection dropdown" }, |
| 397 | + "settingsAppearanceThemeNameLabel": "Color Scheme", |
| 398 | + "@settingsAppearanceThemeNameLabel": { "description": "Label for the color scheme selection dropdown" }, |
| 399 | + "settingsAppearanceAppFontSizeLabel": "App Font Size", |
| 400 | + "@settingsAppearanceAppFontSizeLabel": { "description": "Label for the app font size selection dropdown" }, |
| 401 | + "settingsAppearanceAppFontTypeLabel": "App Font", |
| 402 | + "@settingsAppearanceAppFontTypeLabel": { "description": "Label for the app font selection dropdown" }, |
| 403 | + "settingsFeedTileTypeImageTop": "Image Top", |
| 404 | + "@settingsFeedTileTypeImageTop": { "description": "Label for the feed tile type with image on top" }, |
| 405 | + "settingsFeedTileTypeImageStart": "Image Start", |
| 406 | + "@settingsFeedTileTypeImageStart": { "description": "Label for the feed tile type with image at the start" }, |
| 407 | + "settingsFeedTileTypeTextOnly": "Text Only", |
| 408 | + "@settingsFeedTileTypeTextOnly": { "description": "Label for the feed tile type with text only" }, |
| 409 | + "settingsFeedTileTypeLabel": "Feed Tile Layout", |
| 410 | + "@settingsFeedTileTypeLabel": { "description": "Label for the feed tile layout selection dropdown" }, |
| 411 | + "settingsArticleFontSizeLabel": "Article Font Size", |
| 412 | + "@settingsArticleFontSizeLabel": { "description": "Label for the article font size selection dropdown" }, |
| 413 | + "settingsNotificationsEnableLabel": "Enable Notifications", |
| 414 | + "@settingsNotificationsEnableLabel": { "description": "Label for the switch to enable/disable notifications" }, |
| 415 | + "settingsNotificationsCategoriesLabel": "Followed Categories", |
| 416 | + "@settingsNotificationsCategoriesLabel": { "description": "Label for the section to select notification categories" }, |
| 417 | + "settingsNotificationsSourcesLabel": "Followed Sources", |
| 418 | + "@settingsNotificationsSourcesLabel": { "description": "Label for the section to select notification sources" }, |
| 419 | + "settingsNotificationsCountriesLabel": "Followed Countries", |
| 420 | + "@settingsNotificationsCountriesLabel": { "description": "Label for the section to select notification countries" } |
361 | 421 | }
|
0 commit comments