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

57 lines
1.1 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'
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'