The prior code used `form.addToPlaylist`, not `.success`. Also fixes English pluralization and uses the correct `entity.track` as opposed to `entity.song` for other languages (I am not sure if the en syntax could be applied to other languages, so I will just leave pluralization as-is for now).
619 lines
29 KiB
JSON
619 lines
29 KiB
JSON
{
|
|
"action": {
|
|
"addToFavorites": "add to $t(entity.favorite_other)",
|
|
"addToPlaylist": "add to $t(entity.playlist_one)",
|
|
"clearQueue": "clear queue",
|
|
"createPlaylist": "create $t(entity.playlist_one)",
|
|
"deletePlaylist": "delete $t(entity.playlist_one)",
|
|
"deselectAll": "deselect all",
|
|
"editPlaylist": "edit $t(entity.playlist_one)",
|
|
"goToPage": "go to page",
|
|
"moveToBottom": "move to bottom",
|
|
"moveToTop": "move to top",
|
|
"refresh": "$t(common.refresh)",
|
|
"removeFromFavorites": "remove from $t(entity.favorite_other)",
|
|
"removeFromPlaylist": "remove from $t(entity.playlist_one)",
|
|
"removeFromQueue": "remove from queue",
|
|
"setRating": "set rating",
|
|
"toggleSmartPlaylistEditor": "toggle $t(entity.smartPlaylist) editor",
|
|
"viewPlaylists": "view $t(entity.playlist_other)"
|
|
},
|
|
"common": {
|
|
"action_one": "action",
|
|
"action_other": "actions",
|
|
"add": "add",
|
|
"areYouSure": "are you sure?",
|
|
"ascending": "ascending",
|
|
"backward": "backward",
|
|
"biography": "biography",
|
|
"bitrate": "bitrate",
|
|
"bpm": "bpm",
|
|
"cancel": "cancel",
|
|
"center": "center",
|
|
"channel_one": "channel",
|
|
"channel_other": "channels",
|
|
"clear": "clear",
|
|
"collapse": "collapse",
|
|
"comingSoon": "coming soon…",
|
|
"configure": "configure",
|
|
"confirm": "confirm",
|
|
"create": "create",
|
|
"currentSong": "current $t(entity.track_one)",
|
|
"decrease": "decrease",
|
|
"delete": "delete",
|
|
"descending": "descending",
|
|
"description": "description",
|
|
"disable": "disable",
|
|
"disc": "disc",
|
|
"dismiss": "dismiss",
|
|
"duration": "duration",
|
|
"edit": "edit",
|
|
"enable": "enable",
|
|
"expand": "expand",
|
|
"favorite": "favorite",
|
|
"filter_one": "filter",
|
|
"filter_other": "filters",
|
|
"filters": "filters",
|
|
"forceRestartRequired": "restart to apply changes… close the notification to restart",
|
|
"forward": "forward",
|
|
"gap": "gap",
|
|
"home": "home",
|
|
"increase": "increase",
|
|
"left": "left",
|
|
"limit": "limit",
|
|
"manage": "manage",
|
|
"maximize": "maximize",
|
|
"menu": "menu",
|
|
"minimize": "minimize",
|
|
"modified": "modified",
|
|
"name": "name",
|
|
"no": "no",
|
|
"none": "none",
|
|
"noResultsFromQuery": "the query returned no results",
|
|
"note": "note",
|
|
"ok": "ok",
|
|
"owner": "owner",
|
|
"path": "path",
|
|
"playerMustBePaused": "player must be paused",
|
|
"previousSong": "previous $t(entity.track_one)",
|
|
"quit": "quit",
|
|
"random": "random",
|
|
"rating": "rating",
|
|
"refresh": "refresh",
|
|
"reset": "reset",
|
|
"resetToDefault": "reset to default",
|
|
"restartRequired": "restart required",
|
|
"right": "right",
|
|
"save": "save",
|
|
"saveAndReplace": "save and replace",
|
|
"saveAs": "save as",
|
|
"search": "search",
|
|
"setting": "setting",
|
|
"setting_one": "setting",
|
|
"setting_other": "settings",
|
|
"size": "size",
|
|
"sortOrder": "order",
|
|
"title": "title",
|
|
"trackNumber": "track",
|
|
"unknown": "unknown",
|
|
"version": "version",
|
|
"year": "year",
|
|
"yes": "yes"
|
|
},
|
|
"entity": {
|
|
"album_one": "album",
|
|
"album_other": "albums",
|
|
"albumArtist_one": "album artist",
|
|
"albumArtist_other": "album artists",
|
|
"albumArtistCount_one": "{{count}} album artist",
|
|
"albumArtistCount_other": "{{count}} album artists",
|
|
"albumWithCount_one": "{{count}} album",
|
|
"albumWithCount_other": "{{count}} albums",
|
|
"artist_one": "artist",
|
|
"artist_other": "artists",
|
|
"artistWithCount_one": "{{count}} artist",
|
|
"artistWithCount_other": "{{count}} artists",
|
|
"favorite_one": "favorite",
|
|
"favorite_other": "favorites",
|
|
"folder_one": "folder",
|
|
"folder_other": "folders",
|
|
"folderWithCount_one": "{{count}} folder",
|
|
"folderWithCount_other": "{{count}} folders",
|
|
"genre_one": "genre",
|
|
"genre_other": "genres",
|
|
"genreWithCount_one": "{{count}} genre",
|
|
"genreWithCount_other": "{{count}} genres",
|
|
"playlist_one": "playlist",
|
|
"playlist_other": "playlists",
|
|
"playlistWithCount_one": "{{count}} playlist",
|
|
"playlistWithCount_other": "{{count}} playlists",
|
|
"smartPlaylist": "smart $t(entity.playlist_one)",
|
|
"track_one": "track",
|
|
"track_other": "tracks",
|
|
"trackWithCount_one": "{{count}} track",
|
|
"trackWithCount_other": "{{count}} tracks"
|
|
},
|
|
"error": {
|
|
"apiRouteError": "unable to route request",
|
|
"audioDeviceFetchError": "an error occurred when trying to get audio devices",
|
|
"authenticationFailed": "authentication failed",
|
|
"credentialsRequired": "credentials required",
|
|
"endpointNotImplementedError": "endpoint {{endpoint}} is not implemented for {{serverType}}",
|
|
"genericError": "an error occurred",
|
|
"invalidServer": "invalid server",
|
|
"localFontAccessDenied": "access denied to local fonts",
|
|
"loginRateError": "too many login attempts, please try again in a few seconds",
|
|
"mpvRequired": "MPV required",
|
|
"networkError": "a network error occurred",
|
|
"playbackError": "an error occurred when trying to play the media",
|
|
"remoteDisableError": "an error occurred when trying to $t(common.disable) the remote server",
|
|
"remoteEnableError": "an error occurred when trying to $t(common.enable) the remote server",
|
|
"remotePortError": "an error occurred when trying to set the remote server port",
|
|
"remotePortWarning": "restart the server to apply the new port",
|
|
"serverNotSelectedError": "no server selected",
|
|
"serverRequired": "server required",
|
|
"sessionExpiredError": "your session has expired",
|
|
"systemFontError": "an error occurred when trying to get system fonts"
|
|
},
|
|
"filter": {
|
|
"album": "$t(entity.album_one)",
|
|
"albumArtist": "$t(entity.albumArtist_one)",
|
|
"albumCount": "$t(entity.album_other) count",
|
|
"artist": "$t(entity.artist_one)",
|
|
"biography": "biography",
|
|
"bitrate": "bitrate",
|
|
"bpm": "bpm",
|
|
"channels": "$t(common.channel_other)",
|
|
"comment": "comment",
|
|
"communityRating": "community rating",
|
|
"criticRating": "critic rating",
|
|
"dateAdded": "date added",
|
|
"disc": "disc",
|
|
"duration": "duration",
|
|
"favorited": "favorited",
|
|
"fromYear": "from year",
|
|
"genre": "$t(entity.genre_one)",
|
|
"id": "id",
|
|
"isCompilation": "is compilation",
|
|
"isFavorited": "is favorited",
|
|
"isPublic": "is public",
|
|
"isRated": "is rated",
|
|
"isRecentlyPlayed": "is recently played",
|
|
"lastPlayed": "last played",
|
|
"mostPlayed": "most played",
|
|
"name": "name",
|
|
"note": "note",
|
|
"owner": "$t(common.owner)",
|
|
"path": "path",
|
|
"playCount": "play count",
|
|
"random": "random",
|
|
"rating": "rating",
|
|
"recentlyAdded": "recently added",
|
|
"recentlyPlayed": "recently played",
|
|
"recentlyUpdated": "recently updated",
|
|
"releaseDate": "release date",
|
|
"releaseYear": "release year",
|
|
"search": "search",
|
|
"songCount": "song count",
|
|
"title": "title",
|
|
"toYear": "to year",
|
|
"trackNumber": "track"
|
|
},
|
|
"form": {
|
|
"addServer": {
|
|
"error_savePassword": "an error occurred when trying to save the password",
|
|
"ignoreCors": "ignore cors ($t(common.restartRequired))",
|
|
"ignoreSsl": "ignore ssl ($t(common.restartRequired))",
|
|
"input_legacyAuthentication": "enable legacy authentication",
|
|
"input_name": "server name",
|
|
"input_password": "password",
|
|
"input_savePassword": "save password",
|
|
"input_url": "url",
|
|
"input_username": "username",
|
|
"success": "server added successfully",
|
|
"title": "add server"
|
|
},
|
|
"addToPlaylist": {
|
|
"input_playlists": "$t(entity.playlist_other)",
|
|
"input_skipDuplicates": "skip duplicates",
|
|
"success": "added $t(entity.trackWithCount, {\"count\": {{message}} }) to $t(entity.playlistWithCount, {\"count\": {{numOfPlaylists}} })",
|
|
"title": "add to $t(entity.playlist_one)"
|
|
},
|
|
"createPlaylist": {
|
|
"input_description": "$t(common.description)",
|
|
"input_name": "$t(common.name)",
|
|
"input_owner": "$t(common.owner)",
|
|
"input_public": "public",
|
|
"success": "$t(entity.playlist_one) created successfully",
|
|
"title": "create $t(entity.playlist_one)"
|
|
},
|
|
"deletePlaylist": {
|
|
"input_confirm": "type the name of the $t(entity.playlist_one) to confirm",
|
|
"success": "$t(entity.playlist_one) deleted successfully",
|
|
"title": "delete $t(entity.playlist_one)"
|
|
},
|
|
"editPlaylist": {
|
|
"title": "edit $t(entity.playlist_one)"
|
|
},
|
|
"lyricSearch": {
|
|
"input_artist": "$t(entity.artist_one)",
|
|
"input_name": "$t(common.name)",
|
|
"title": "lyric search"
|
|
},
|
|
"queryEditor": {
|
|
"input_optionMatchAll": "match all",
|
|
"input_optionMatchAny": "match any"
|
|
},
|
|
"updateServer": {
|
|
"success": "server updated successfully",
|
|
"title": "update server"
|
|
}
|
|
},
|
|
"page": {
|
|
"albumArtistList": {
|
|
"title": "$t(entity.albumArtist_other)"
|
|
},
|
|
"albumDetail": {
|
|
"moreFromArtist": "more from this $t(entity.artist_one)",
|
|
"moreFromGeneric": "more from {{item}}"
|
|
},
|
|
"albumList": {
|
|
"title": "$t(entity.album_other)"
|
|
},
|
|
"appMenu": {
|
|
"collapseSidebar": "collapse sidebar",
|
|
"expandSidebar": "expand sidebar",
|
|
"goBack": "go back",
|
|
"goForward": "go forward",
|
|
"manageServers": "manage servers",
|
|
"openBrowserDevtools": "open browser devtools",
|
|
"quit": "$t(common.quit)",
|
|
"selectServer": "select server",
|
|
"settings": "$t(common.setting_other)",
|
|
"version": "version {{version}}"
|
|
},
|
|
"contextMenu": {
|
|
"addFavorite": "$t(action.addToFavorites)",
|
|
"addLast": "$t(player.addLast)",
|
|
"addNext": "$t(player.addNext)",
|
|
"addToFavorites": "$t(action.addToFavorites)",
|
|
"addToPlaylist": "$t(action.addToPlaylist)",
|
|
"createPlaylist": "$t(action.createPlaylist)",
|
|
"deletePlaylist": "$t(action.deletePlaylist)",
|
|
"deselectAll": "$t(action.deselectAll)",
|
|
"moveToBottom": "$t(action.moveToBottom)",
|
|
"moveToTop": "$t(action.moveToTop)",
|
|
"numberSelected": "{{count}} selected",
|
|
"play": "$t(player.play)",
|
|
"removeFromFavorites": "$t(action.removeFromFavorites)",
|
|
"removeFromPlaylist": "$t(action.removeFromPlaylist)",
|
|
"removeFromQueue": "$t(action.removeFromQueue)",
|
|
"setRating": "$t(action.setRating)"
|
|
},
|
|
"fullscreenPlayer": {
|
|
"config": {
|
|
"dynamicBackground": "dynamic background",
|
|
"followCurrentLyric": "follow current lyric",
|
|
"lyricAlignment": "lyric alignment",
|
|
"lyricGap": "lyric gap",
|
|
"lyricSize": "lyric size",
|
|
"opacity": "opacity",
|
|
"showLyricMatch": "show lyric match",
|
|
"showLyricProvider": "show lyric provider",
|
|
"synchronized": "synchronized",
|
|
"unsynchronized": "unsynchronized",
|
|
"useImageAspectRatio": "use image aspect ratio"
|
|
},
|
|
"lyrics": "lyrics",
|
|
"related": "related",
|
|
"upNext": "up next"
|
|
},
|
|
"genreList": {
|
|
"title": "$t(entity.genre_other)"
|
|
},
|
|
"globalSearch": {
|
|
"commands": {
|
|
"goToPage": "go to page",
|
|
"searchFor": "search for {{query}}",
|
|
"serverCommands": "server commands"
|
|
},
|
|
"title": "commands"
|
|
},
|
|
"home": {
|
|
"explore": "explore from your library",
|
|
"mostPlayed": "most played",
|
|
"newlyAdded": "newly added releases",
|
|
"recentlyPlayed": "recently played",
|
|
"title": "$t(common.home)"
|
|
},
|
|
"playlistList": {
|
|
"title": "$t(entity.playlist_other)"
|
|
},
|
|
"setting": {
|
|
"generalTab": "general",
|
|
"hotkeysTab": "hotkeys",
|
|
"playbackTab": "playback",
|
|
"windowTab": "window"
|
|
},
|
|
"sidebar": {
|
|
"albumArtists": "$t(entity.albumArtist_other)",
|
|
"albums": "$t(entity.album_other)",
|
|
"artists": "$t(entity.artist_other)",
|
|
"folders": "$t(entity.folder_other)",
|
|
"genres": "$t(entity.genre_other)",
|
|
"home": "$t(common.home)",
|
|
"nowPlaying": "now playing",
|
|
"playlists": "$t(entity.playlist_other)",
|
|
"search": "$t(common.search)",
|
|
"settings": "$t(common.setting_other)",
|
|
"tracks": "$t(entity.track_other)"
|
|
},
|
|
"trackList": {
|
|
"title": "$t(entity.track_other)"
|
|
}
|
|
},
|
|
"player": {
|
|
"addLast": "add last",
|
|
"addNext": "add next",
|
|
"favorite": "favorite",
|
|
"mute": "mute",
|
|
"muted": "muted",
|
|
"next": "next",
|
|
"play": "play",
|
|
"playbackFetchCancel": "this is taking a while… close the notification to cancel",
|
|
"playbackFetchInProgress": "loading songs…",
|
|
"playbackFetchNoResults": "no songs found",
|
|
"playbackSpeed": "playback speed",
|
|
"playRandom": "play random",
|
|
"previous": "previous",
|
|
"queue_clear": "clear queue",
|
|
"queue_moveToBottom": "move selected to top",
|
|
"queue_moveToTop": "move selected to bottom",
|
|
"queue_remove": "remove selected",
|
|
"repeat": "repeat",
|
|
"repeat_all": "repeat all",
|
|
"repeat_off": "repeat disabled",
|
|
"repeat_one": "repeat one",
|
|
"repeat_other": "",
|
|
"shuffle": "shuffle",
|
|
"shuffle_off": "shuffle disabled",
|
|
"skip": "skip",
|
|
"skip_back": "skip backwards",
|
|
"skip_forward": "skip forwards",
|
|
"stop": "stop",
|
|
"toggleFullscreenPlayer": "toggle fullscreen player",
|
|
"unfavorite": "unfavorite",
|
|
"pause": "pause"
|
|
},
|
|
"setting": {
|
|
"accentColor": "accent color",
|
|
"accentColor_description": "sets the accent color for the application",
|
|
"applicationHotkeys": "application hotkeys",
|
|
"applicationHotkeys_description": "configure application hotkeys. toggle the checkbox to set as a global hotkey (desktop only)",
|
|
"audioDevice": "audio device",
|
|
"audioDevice_description": "select the audio device to use for playback (web player only)",
|
|
"audioExclusiveMode": "audio exclusive mode",
|
|
"audioExclusiveMode_description": "enable exclusive output mode. In this mode, the system is usually locked out, and only mpv will be able to output audio",
|
|
"audioPlayer": "audio player",
|
|
"audioPlayer_description": "select the audio player to use for playback",
|
|
"crossfadeDuration": "crossfade duration",
|
|
"crossfadeDuration_description": "sets the duration of the crossfade effect",
|
|
"crossfadeStyle": "crossfade style",
|
|
"crossfadeStyle_description": "select the crossfade style to use for the audio player",
|
|
"customFontPath": "custom font path",
|
|
"customFontPath_description": "sets the path to the custom font to use for the application",
|
|
"disableAutomaticUpdates": "disable automatic updates",
|
|
"disableLibraryUpdateOnStartup": "disable checking for new versions on startup",
|
|
"discordApplicationId": "{{discord}} application id",
|
|
"discordApplicationId_description": "the application id for {{discord}} rich presence (defaults to {{defaultId}})",
|
|
"discordIdleStatus": "show rich presence idle status",
|
|
"discordIdleStatus_description": "when enabled, update status while player is idle",
|
|
"discordRichPresence": "{{discord}} rich presence",
|
|
"discordRichPresence_description": "enable playback status in {{discord}} rich presence. Image keys are: {{icon}}, {{playing}}, and {{paused}} ",
|
|
"discordUpdateInterval": "{{discord}} rich presence update interval",
|
|
"discordUpdateInterval_description": "the time in seconds between each update (minimum 15 seconds)",
|
|
"enableRemote": "enable remote control server",
|
|
"enableRemote_description": "enables the remote control server to allow other devices to control the application",
|
|
"exitToTray": "exit to tray",
|
|
"exitToTray_description": "exit the application to the system tray",
|
|
"floatingQueueArea": "show floating queue hover area",
|
|
"floatingQueueArea_description": "display a hover icon on the right side of the screen to view the play queue",
|
|
"followLyric": "follow current lyric",
|
|
"followLyric_description": "scroll the lyric to the current playing position",
|
|
"font": "font",
|
|
"font_description": "sets the font to use for the application",
|
|
"fontType": "font type",
|
|
"fontType_description": "built-in font selects one of the fonts provided by Feishin. system font allows you to select any font provided by your operating system. custom allows you to provide your own font",
|
|
"fontType_optionBuiltIn": "built-in font",
|
|
"fontType_optionCustom": "custom font",
|
|
"fontType_optionSystem": "system font",
|
|
"gaplessAudio": "gapless audio",
|
|
"gaplessAudio_description": "sets the gapless audio setting for mpv",
|
|
"gaplessAudio_optionWeak": "weak (recommended)",
|
|
"globalMediaHotkeys": "global media hotkeys",
|
|
"globalMediaHotkeys_description": "enable or disable the usage of your system media hotkeys to control playback",
|
|
"hotkey_browserBack": "browser back",
|
|
"hotkey_browserForward": "browser forward",
|
|
"hotkey_favoriteCurrentSong": "favorite $t(common.currentSong)",
|
|
"hotkey_favoritePreviousSong": "favorite $t(common.previousSong)",
|
|
"hotkey_globalSearch": "global search",
|
|
"hotkey_localSearch": "in-page search",
|
|
"hotkey_playbackNext": "next track",
|
|
"hotkey_playbackPause": "pause",
|
|
"hotkey_playbackPlay": "play",
|
|
"hotkey_playbackPlayPause": "play / pause",
|
|
"hotkey_playbackPrevious": "previous track",
|
|
"hotkey_playbackStop": "stop",
|
|
"hotkey_rate0": "rating clear",
|
|
"hotkey_rate1": "rating 1 star",
|
|
"hotkey_rate2": "rating 2 stars",
|
|
"hotkey_rate3": "rating 3 stars",
|
|
"hotkey_rate4": "rating 4 stars",
|
|
"hotkey_rate5": "rating 5 stars",
|
|
"hotkey_skipBackward": "skip backward",
|
|
"hotkey_skipForward": "skip forward",
|
|
"hotkey_toggleCurrentSongFavorite": "toggle $t(common.currentSong) favorite",
|
|
"hotkey_toggleFullScreenPlayer": "toggle full screen player",
|
|
"hotkey_togglePreviousSongFavorite": "toggle $t(common.previousSong) favorite",
|
|
"hotkey_toggleQueue": "toggle queue",
|
|
"hotkey_toggleRepeat": "toggle repeat",
|
|
"hotkey_toggleShuffle": "toggle shuffle",
|
|
"hotkey_unfavoriteCurrentSong": "unfavorite $t(common.currentSong)",
|
|
"hotkey_unfavoritePreviousSong": "unfavorite $t(common.previousSong)",
|
|
"hotkey_volumeDown": "volume down",
|
|
"hotkey_volumeMute": "volume mute",
|
|
"hotkey_volumeUp": "volume up",
|
|
"hotkey_zoomIn": "zoom in",
|
|
"hotkey_zoomOut": "zoom out",
|
|
"language": "language",
|
|
"language_description": "sets the language for the application ($t(common.restartRequired))",
|
|
"lyricFetch": "fetch lyrics from the internet",
|
|
"lyricFetch_description": "fetch lyrics from various internet sources",
|
|
"lyricFetchProvider": "providers to fetch lyrics from",
|
|
"lyricFetchProvider_description": "select the providers to fetch lyrics from. the order of the providers is the order in which they will be queried",
|
|
"lyricOffset": "lyric offset (ms)",
|
|
"lyricOffset_description": "offset the lyric by the specified amount of milliseconds",
|
|
"minimizeToTray": "minimize to tray",
|
|
"minimizeToTray_description": "minimize the application to the system tray",
|
|
"minimumScrobblePercentage": "minimum scrobble duration (percentage)",
|
|
"minimumScrobblePercentage_description": "the minimum percentage of the song that must be played before it is scrobbled",
|
|
"minimumScrobbleSeconds": "minimum scrobble (seconds)",
|
|
"minimumScrobbleSeconds_description": "the minimum duration in seconds of the song that must be played before it is scrobbled",
|
|
"mpvExecutablePath": "mpv executable path",
|
|
"mpvExecutablePath_description": "sets the path to the mpv executable",
|
|
"mpvExecutablePath_help": "one per line",
|
|
"mpvExtraParameters": "mpv parameters",
|
|
"playbackStyle": "playback style",
|
|
"playbackStyle_description": "select the playback style to use for the audio player",
|
|
"playbackStyle_optionCrossFade": "crossfade",
|
|
"playbackStyle_optionNormal": "normal",
|
|
"playButtonBehavior": "play button behavior",
|
|
"playButtonBehavior_description": "sets the default behavior of the play button when adding songs to the queue",
|
|
"playButtonBehavior_optionAddLast": "$t(player.addLast)",
|
|
"playButtonBehavior_optionAddNext": "$t(player.addNext)",
|
|
"playButtonBehavior_optionPlay": "$t(player.play)",
|
|
"remotePassword": "remote control server password",
|
|
"remotePassword_description": "sets the password for the remote control server. These credentials are by default transferred insecurely, so you should use a unique password that you do not care about",
|
|
"remotePort": "remote control server port",
|
|
"remotePort_description": "sets the port for the remote control server",
|
|
"remoteUsername": "remote control server username",
|
|
"remoteUsername_description": "sets the username for the remote control server. if both username and password are empty, authentication will be disabled",
|
|
"replayGainClipping": "{{ReplayGain}} clipping",
|
|
"replayGainClipping_description": "Prevent clipping caused by {{ReplayGain}} by automatically lowering the gain",
|
|
"replayGainFallback": "{{ReplayGain}} fallback",
|
|
"replayGainFallback_description": "gain in db to apply if the file has no {{ReplayGain}} tags",
|
|
"replayGainMode": "{{ReplayGain}} mode",
|
|
"replayGainMode_description": "adjust volume gain according to {{ReplayGain}} values stored in the file metadata",
|
|
"replayGainMode_optionAlbum": "$t(entity.album_one)",
|
|
"replayGainMode_optionNone": "$t(common.none)",
|
|
"replayGainMode_optionTrack": "$t(entity.track_one)",
|
|
"replayGainPreamp": "{{ReplayGain}} preamp (dB)",
|
|
"replayGainPreamp_description": "adjust the preamp gain applied to the {{ReplayGain}} values",
|
|
"sampleRate": "sample rate",
|
|
"sampleRate_description": "select the output sample rate to be used if the sample frequency selected is different from that of the current media. a value less than 8000 will use the default frequency",
|
|
"savePlayQueue": "save play queue",
|
|
"savePlayQueue_description": "save the play queue when the application is closed and restore it when the application is opened",
|
|
"scrobble": "scrobble",
|
|
"scrobble_description": "scrobble plays to your media server",
|
|
"showSkipButton": "show skip buttons",
|
|
"showSkipButton_description": "show or hide the skip buttons on the player bar",
|
|
"showSkipButtons": "show skip buttons",
|
|
"showSkipButtons_description": "show or hide the skip buttons on the player bar",
|
|
"sidebarCollapsedNavigation": "sidebar (collapsed) navigation",
|
|
"sidebarCollapsedNavigation_description": "show or hide the navigation in the collapsed sidebar",
|
|
"sidebarConfiguration": "sidebar configuration",
|
|
"sidebarConfiguration_description": "select the items and order in which they appear in the sidebar",
|
|
"sidebarPlaylistList": "sidebar playlist list",
|
|
"sidebarPlaylistList_description": "show or hide the playlist list in the sidebar",
|
|
"sidePlayQueueStyle": "side play queue style",
|
|
"sidePlayQueueStyle_description": "sets the style of the side play queue",
|
|
"sidePlayQueueStyle_optionAttached": "attached",
|
|
"sidePlayQueueStyle_optionDetached": "detached",
|
|
"skipDuration": "skip duration",
|
|
"skipDuration_description": "sets the duration to skip when using the skip buttons on the player bar",
|
|
"skipPlaylistPage": "skip playlist page",
|
|
"skipPlaylistPage_description": "when navigating to a playlist, go to the playlist song list page instead of the default page",
|
|
"theme": "theme",
|
|
"theme_description": "sets the theme to use for the application",
|
|
"themeDark": "theme (dark)",
|
|
"themeDark_description": "sets the dark theme to use for the application",
|
|
"themeLight": "theme (light)",
|
|
"themeLight_description": "sets the light theme to use for the application",
|
|
"useSystemTheme": "use system theme",
|
|
"useSystemTheme_description": "follow the system-defined light or dark preference",
|
|
"volumeWheelStep": "volume wheel step",
|
|
"volumeWheelStep_description": "the amount of volume to change when scrolling the mouse wheel on the volume slider",
|
|
"windowBarStyle": "window bar style",
|
|
"windowBarStyle_description": "select the style of the window bar",
|
|
"zoom": "zoom percentage",
|
|
"zoom_description": "sets the zoom percentage for the application"
|
|
},
|
|
"table": {
|
|
"column": {
|
|
"album": "album",
|
|
"albumArtist": "album artist",
|
|
"albumCount": "$t(entity.album_other)",
|
|
"artist": "$t(entity.artist_one)",
|
|
"biography": "biography",
|
|
"bitrate": "bitrate",
|
|
"bpm": "bpm",
|
|
"channels": "$t(common.channel_other)",
|
|
"comment": "comment",
|
|
"dateAdded": "date added",
|
|
"discNumber": "disc",
|
|
"favorite": "favorite",
|
|
"genre": "$t(entity.genre_one)",
|
|
"lastPlayed": "last played",
|
|
"path": "path",
|
|
"playCount": "plays",
|
|
"rating": "rating",
|
|
"releaseDate": "release date",
|
|
"releaseYear": "year",
|
|
"songCount": "$t(entity.track_other)",
|
|
"title": "title",
|
|
"trackNumber": "track"
|
|
},
|
|
"config": {
|
|
"general": {
|
|
"autoFitColumns": "auto fit columns",
|
|
"displayType": "display type",
|
|
"gap": "$t(common.gap)",
|
|
"size": "$t(common.size)",
|
|
"tableColumns": "table columns"
|
|
},
|
|
"label": {
|
|
"actions": "$t(common.action_other)",
|
|
"album": "$t(entity.album_one)",
|
|
"albumArtist": "$t(entity.albumArtist_one)",
|
|
"artist": "$t(entity.artist_one)",
|
|
"biography": "$t(common.biography)",
|
|
"bitrate": "$t(common.bitrate)",
|
|
"bpm": "$t(common.bpm)",
|
|
"channels": "$t(common.channel_other)",
|
|
"dateAdded": "date added",
|
|
"discNumber": "disc number",
|
|
"duration": "$t(common.duration)",
|
|
"favorite": "$t(common.favorite)",
|
|
"genre": "$t(entity.genre_one)",
|
|
"lastPlayed": "last played",
|
|
"note": "$t(common.note)",
|
|
"owner": "$t(common.owner)",
|
|
"path": "$t(common.path)",
|
|
"playCount": "play count",
|
|
"rating": "$t(common.rating)",
|
|
"releaseDate": "release date",
|
|
"rowIndex": "row index",
|
|
"size": "$t(common.size)",
|
|
"title": "$t(common.title)",
|
|
"titleCombined": "$t(common.title) (combined)",
|
|
"trackNumber": "track number",
|
|
"year": "$t(common.year)"
|
|
},
|
|
"view": {
|
|
"card": "card",
|
|
"poster": "poster",
|
|
"table": "table"
|
|
}
|
|
}
|
|
}
|
|
}
|