Files
jellyfin-audio-player/src/localisation/types.ts
Lei Nelissen a6452f0a5e feat: Emby support (#234)
* fix: support credential extraction from Emby

* fix: minor compatibility with emby for retrieving albums

* fix: rename credentials and save credentials type

* fix: weird issue when changing libraries

* fix: correctly map platform names in auth header

* chore: properly carry over old settings

* fix: only enable playlists on jellyfin

* fix: remove jellyfin mentions

* fix: incorporate jellyfin and emby as mentions
2024-07-25 23:37:00 +02:00

83 lines
1.5 KiB
TypeScript

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-server'
| 'set-server-instruction'
| 'settings'
| 'library'
| 'server-url'
| 'access-token'
| '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'
| 'more-info'
| 'track'
| 'playlists'
| 'playlist'
| 'play-playlist'
| 'shuffle-album'
| 'shuffle-playlist'
| 'downloads'
| 'download-track'
| 'download-album'
| 'download-playlist'
| 'delete-album'
| 'delete-playlist'
| 'delete-track'
| 'delete-all-tracks'
| 'confirm-delete-all-tracks'
| 'total-download-size'
| 'no-downloads'
| 'retry-failed-downloads'
| 'you-are-offline-message'
| 'playing-on'
| 'local-playback'
| 'streaming'
| 'total-duration'
| 'similar-albums'
| 'playback-reporting'
| 'playback-reporting-description'
| 'color-scheme'
| 'color-scheme-description'
| 'color-scheme-system'
| 'color-scheme-light'
| 'color-scheme-dark'
| 'artists'
| 'privacy-policy'
| 'sleep-timer'
| 'delete'
| 'cancel'
| 'disc'
| 'lyrics'
| 'direct-play'
| 'transcoded'
| 'khz'
| 'kbps'