Files
jellyfin-audio-player/src/localisation/types.ts

83 lines
1.6 KiB
TypeScript
Raw Normal View History

2020-11-02 22:43:11 +01:00
export type LocaleKeys = 'play-next'
| 'play-album'
| 'queue'
| 'add-to-queue'
| 'clear-queue'
| 'no-results'
| 'album'
| 'albums'
| 'all-albums'
| 'search'
| 'music'
| 'now-playing'
| 'onboarding-welcome'
| 'onboarding-intro'
| 'onboarding-cta'
| 'set-jellyfin-server'
| 'set-jellyfin-server-instruction'
| 'settings'
| 'jellyfin-library'
| 'jellyfin-server-url'
| 'jellyfin-access-token'
| 'jellyfin-user-id'
| 'setting-cache'
| 'setting-cache-description'
| 'reset-cache'
| 'recent-albums'
| 'error-reporting'
| 'error-reporting-description'
| 'error-reporting-rationale'
| 'why-use-tracking'
| 'why-use-tracking-description'
| 'what-data-is-gathered'
| 'what-data-is-gathered-description'
| 'where-is-data-stored'
| 'where-is-data-stored-description'
| 'enable-error-reporting'
| 'enable-error-reporting-description'
| 'enable'
| 'disable'
2021-04-24 14:50:43 +02:00
| 'more-info'
2022-01-01 19:09:21 +01:00
| 'track'
| 'playlists'
| 'playlist'
| 'play-playlist'
| 'shuffle-album'
2022-01-02 02:28:52 +01:00
| 'shuffle-playlist'
| 'downloads'
| 'download-track'
| 'download-album'
| 'download-playlist'
| 'delete-album'
| 'delete-playlist'
2022-01-02 19:16:12 +01:00
| 'delete-track'
2024-02-08 22:11:43 +01:00
| 'delete-all-tracks'
| 'confirm-delete-all-tracks'
2022-01-02 02:28:52 +01:00
| 'total-download-size'
2022-01-02 19:16:12 +01:00
| 'no-downloads'
2022-01-02 23:03:15 +01:00
| 'retry-failed-downloads'
| 'you-are-offline-message'
| 'playing-on'
| 'local-playback'
| 'streaming'
2023-04-23 22:06:39 +02:00
| 'total-duration'
2023-04-27 15:08:10 +02:00
| 'similar-albums'
| 'playback-reporting'
| 'playback-reporting-description'
| 'color-scheme'
| 'color-scheme-description'
| 'color-scheme-system'
| 'color-scheme-light'
2023-04-28 23:35:06 +02:00
| 'color-scheme-dark'
2023-06-13 23:07:40 +02:00
| 'artists'
| 'privacy-policy'
| 'sleep-timer'
| 'delete'
| 'cancel'
| 'disc'
2024-07-25 17:12:23 +02:00
| 'lyrics'
| 'direct-play'
| 'transcoded'
| 'khz'
| 'kbps'