mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
46 lines
2.2 KiB
TypeScript
46 lines
2.2 KiB
TypeScript
export const connection = {
|
|
connected: 'Connected',
|
|
connectedTo: 'Connected to {{server}}',
|
|
disconnected: 'Disconnected',
|
|
disconnectedFrom: 'Cannot reach {{server}} — click to check settings',
|
|
checking: 'Connecting…',
|
|
extern: 'Extern',
|
|
offlineTitle: 'No server connection',
|
|
offlineSubtitle: 'Cannot reach {{server}}. Check your network or server.',
|
|
offlineModeBanner: 'Offline Mode — playing from local cache',
|
|
offlineNoCacheBanner: 'No server connection — cannot reach {{server}}',
|
|
offlineLibraryTitle: 'Offline Library',
|
|
offlineLibraryDiskLabel: 'On disk',
|
|
offlineLibraryDiskUsage: 'On disk: {{size}}',
|
|
offlineLibraryDiskUsageLoading: 'On disk: …',
|
|
offlineLibraryDiskTierLibrary: 'Offline library (media/library): {{size}}',
|
|
offlineLibraryDiskTierFavorites: 'Favorites (media/favorites): {{size}}',
|
|
offlineLibraryEmpty: 'No albums cached yet. Go online, open an album and click "Make available offline".',
|
|
offlinePlaybackUnavailable: 'Local files for this album are missing or not indexed.',
|
|
offlineCachedOnServer: 'On {{server}}',
|
|
offlineAlbumCount: '{{n}} album',
|
|
offlineAlbumCount_plural: '{{n}} albums',
|
|
offlineFilterAll: 'All',
|
|
offlineFilterAlbums: 'Albums',
|
|
offlineFilterPlaylists: 'Playlists',
|
|
offlineFilterArtists: 'Discographies',
|
|
offlineCacheQueueTitle: 'Queue cache',
|
|
offlineCacheQueueSubtitle: '{{n}} tracks in media/cache — shuffle and play',
|
|
offlineCacheQueuePlayAria: 'Shuffle and play all cached tracks',
|
|
offlineFavoritesQueueTitle: 'Favorites',
|
|
offlineFavoritesQueuePlayAria: 'Shuffle and play all favorites saved offline',
|
|
retry: 'Retry',
|
|
serverSettings: 'Server Settings',
|
|
switchServerTitle: 'Switch server',
|
|
switchServerHint: 'Click to choose another saved server.',
|
|
manageServers: 'Manage servers…',
|
|
switchFailed: 'Could not switch — server unreachable.',
|
|
queueSynced: 'Queue is in sync with the server',
|
|
queuePullHint: 'Click to pull the play queue from {{server}}',
|
|
queuePulling: 'Pulling play queue…',
|
|
queuePullSuccess: 'Play queue updated from server',
|
|
queuePullEmpty: 'The server play queue is empty',
|
|
queuePullFailed: 'Could not pull play queue from server',
|
|
queuePullAria: 'Sync play queue from server',
|
|
};
|