mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Translated using Weblate (Hungarian)
Currently translated at 97.7% (905 of 926 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 99.4% (921 of 926 strings) Translated using Weblate (French) Currently translated at 99.5% (922 of 926 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (926 of 926 strings) Translated using Weblate (Czech) Currently translated at 100.0% (926 of 926 strings) Translated using Weblate (Polish) Currently translated at 100.0% (926 of 926 strings) Translated using Weblate (Polish) Currently translated at 100.0% (924 of 924 strings) Translated using Weblate (Polish) Currently translated at 100.0% (924 of 924 strings) Translated using Weblate (Polish) Currently translated at 99.3% (918 of 924 strings) Translated using Weblate (Swedish) Currently translated at 35.1% (325 of 924 strings) Translated using Weblate (Czech) Currently translated at 100.0% (913 of 913 strings) Translated using Weblate (Swedish) Currently translated at 35.1% (321 of 913 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (913 of 913 strings) Co-authored-by: Fjuro <fjuro@alius.cz> Co-authored-by: Fordas <fordas15@gmail.com> Co-authored-by: Fredrik Wastring <fredrik.was@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Soderes Sanyi <kennex@protonmail.com> Co-authored-by: Vincent <clawd31@yahoo.fr> Co-authored-by: linger <linger0517@gmail.com> Co-authored-by: skajmer <skajmer@protonmail.com> Translate-URL: https://hosted.weblate.org/projects/feishin/translation/cs/ Translate-URL: https://hosted.weblate.org/projects/feishin/translation/es/ Translate-URL: https://hosted.weblate.org/projects/feishin/translation/fr/ Translate-URL: https://hosted.weblate.org/projects/feishin/translation/hu/ Translate-URL: https://hosted.weblate.org/projects/feishin/translation/pl/ Translate-URL: https://hosted.weblate.org/projects/feishin/translation/sv/ Translate-URL: https://hosted.weblate.org/projects/feishin/translation/zh_Hant/ Translation: feishin/Translation
This commit is contained in:
+38
-10
@@ -14,7 +14,7 @@
|
|||||||
"shuffle": "přehrát (náhodně)",
|
"shuffle": "přehrát (náhodně)",
|
||||||
"playbackFetchNoResults": "nenalezeny žádné skladby",
|
"playbackFetchNoResults": "nenalezeny žádné skladby",
|
||||||
"playbackFetchInProgress": "načítání skladeb…",
|
"playbackFetchInProgress": "načítání skladeb…",
|
||||||
"addNext": "přidat jako další",
|
"addNext": "další",
|
||||||
"playbackSpeed": "rychlost přehrávání",
|
"playbackSpeed": "rychlost přehrávání",
|
||||||
"playbackFetchCancel": "chvíli to trvá… zavřete oznámení pro zrušení akce",
|
"playbackFetchCancel": "chvíli to trvá… zavřete oznámení pro zrušení akce",
|
||||||
"play": "přehrát",
|
"play": "přehrát",
|
||||||
@@ -26,18 +26,20 @@
|
|||||||
"queue_moveToTop": "přesunout vybrané dolů",
|
"queue_moveToTop": "přesunout vybrané dolů",
|
||||||
"queue_moveToBottom": "přesunout vybrané nahoru",
|
"queue_moveToBottom": "přesunout vybrané nahoru",
|
||||||
"shuffle_off": "náhodně zakázáno",
|
"shuffle_off": "náhodně zakázáno",
|
||||||
"addLast": "přidat poslední",
|
"addLast": "poslední",
|
||||||
"mute": "ztlumit",
|
"mute": "ztlumit",
|
||||||
"skip_forward": "přeskočit dopředu",
|
"skip_forward": "přeskočit dopředu",
|
||||||
"playSimilarSongs": "přehrát podobné skladby",
|
"playSimilarSongs": "přehrát podobné skladby",
|
||||||
"viewQueue": "zobrazit frontu",
|
"viewQueue": "zobrazit frontu",
|
||||||
"addLastShuffled": "přidat jako poslední (náhodně)",
|
"addLastShuffled": "poslední (náhodně)",
|
||||||
"addNextShuffled": "přidat jako další (náhodně)",
|
"addNextShuffled": "další (náhodně)",
|
||||||
"queueType": "typ fronty",
|
"queueType": "typ fronty",
|
||||||
"queueType_default": "výchozí",
|
"queueType_default": "výchozí",
|
||||||
"queueType_priority": "priorita",
|
"queueType_priority": "priorita",
|
||||||
"holdToShuffle": "podržte pro zamíchání",
|
"holdToShuffle": "podržte pro zamíchání",
|
||||||
"lyrics": "texty"
|
"lyrics": "texty",
|
||||||
|
"restoreQueueFromServer": "obnovit frontu ze serveru",
|
||||||
|
"saveQueueToServer": "uložit frontu na server"
|
||||||
},
|
},
|
||||||
"setting": {
|
"setting": {
|
||||||
"crossfadeStyle_description": "vyberte způsob prolnutí u přehrávače zvuku",
|
"crossfadeStyle_description": "vyberte způsob prolnutí u přehrávače zvuku",
|
||||||
@@ -345,7 +347,9 @@
|
|||||||
"logLevel_optionDebug": "ladění",
|
"logLevel_optionDebug": "ladění",
|
||||||
"logLevel_optionError": "chyba",
|
"logLevel_optionError": "chyba",
|
||||||
"logLevel_optionInfo": "informace",
|
"logLevel_optionInfo": "informace",
|
||||||
"logLevel_optionWarn": "varování"
|
"logLevel_optionWarn": "varování",
|
||||||
|
"useThemeAccentColor": "použít barvu motivu",
|
||||||
|
"useThemeAccentColor_description": "použít primární barvu definovanou ve zvoleném motivu namísto vlastní barvy rozhraní"
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"editPlaylist": "upravit $t(entity.playlist_one)",
|
"editPlaylist": "upravit $t(entity.playlist_one)",
|
||||||
@@ -379,7 +383,9 @@
|
|||||||
"moveUp": "posunout nahoru",
|
"moveUp": "posunout nahoru",
|
||||||
"moveDown": "posunout dolů",
|
"moveDown": "posunout dolů",
|
||||||
"holdToMoveToTop": "podržte pro přesunutí nahoru",
|
"holdToMoveToTop": "podržte pro přesunutí nahoru",
|
||||||
"holdToMoveToBottom": "podržte pro přesunutí dolů"
|
"holdToMoveToBottom": "podržte pro přesunutí dolů",
|
||||||
|
"createRadioStation": "vytvořit $t(entity.radioStation_one)",
|
||||||
|
"deleteRadioStation": "odstranit $t(entity.radioStation_one)"
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"backward": "zpátky",
|
"backward": "zpátky",
|
||||||
@@ -626,7 +632,9 @@
|
|||||||
"networkError": "vyskytla se chyba sítě",
|
"networkError": "vyskytla se chyba sítě",
|
||||||
"openError": "nepodařilo se otevřít soubor",
|
"openError": "nepodařilo se otevřít soubor",
|
||||||
"badValue": "neplatná možnost „{{value}}“. tato možnost již neexistuje",
|
"badValue": "neplatná možnost „{{value}}“. tato možnost již neexistuje",
|
||||||
"notificationDenied": "oprávnění k posílání oznámení byla zamítnuta. toto nastavení nemá žádný vliv"
|
"notificationDenied": "oprávnění k posílání oznámení byla zamítnuta. toto nastavení nemá žádný vliv",
|
||||||
|
"multipleServerSaveQueueError": "fronta přehrávání má jednu nebo více skladeb, které nejsou z aktuálního serveru. tato funkce není podporována",
|
||||||
|
"saveQueueFailed": "nepodařilo se uložit frontu"
|
||||||
},
|
},
|
||||||
"filter": {
|
"filter": {
|
||||||
"mostPlayed": "nejvíce přehráváno",
|
"mostPlayed": "nejvíce přehráváno",
|
||||||
@@ -688,7 +696,8 @@
|
|||||||
"albumArtists": "$t(entity.albumArtist_other)",
|
"albumArtists": "$t(entity.albumArtist_other)",
|
||||||
"shared": "$t(entity.playlist_other) sdíleny",
|
"shared": "$t(entity.playlist_other) sdíleny",
|
||||||
"myLibrary": "moje knihovna",
|
"myLibrary": "moje knihovna",
|
||||||
"favorites": "$t(entity.favorite_other)"
|
"favorites": "$t(entity.favorite_other)",
|
||||||
|
"radio": "$t(entity.radioStation_other)"
|
||||||
},
|
},
|
||||||
"fullscreenPlayer": {
|
"fullscreenPlayer": {
|
||||||
"config": {
|
"config": {
|
||||||
@@ -858,6 +867,9 @@
|
|||||||
},
|
},
|
||||||
"folderList": {
|
"folderList": {
|
||||||
"title": "$t(entity.folder_other)"
|
"title": "$t(entity.folder_other)"
|
||||||
|
},
|
||||||
|
"radioList": {
|
||||||
|
"title": "stanice rádia"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"form": {
|
"form": {
|
||||||
@@ -948,6 +960,16 @@
|
|||||||
"input_played_optionAll": "všechny skladby",
|
"input_played_optionAll": "všechny skladby",
|
||||||
"input_played_optionUnplayed": "pouze nepřehrané skladby",
|
"input_played_optionUnplayed": "pouze nepřehrané skladby",
|
||||||
"input_played_optionPlayed": "pouze přehrané skladby"
|
"input_played_optionPlayed": "pouze přehrané skladby"
|
||||||
|
},
|
||||||
|
"saveQueue": {
|
||||||
|
"success": "fronta přehrávání uložena na server"
|
||||||
|
},
|
||||||
|
"createRadioStation": {
|
||||||
|
"success": "stanice rádia úspěšně vytvořena",
|
||||||
|
"title": "vytvořit stanici rádia",
|
||||||
|
"input_homepageUrl": "adresa domovské stránky",
|
||||||
|
"input_name": "název",
|
||||||
|
"input_streamUrl": "adresa streamu"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"entity": {
|
"entity": {
|
||||||
@@ -1002,7 +1024,13 @@
|
|||||||
"play_other": "{{count}} přehrání",
|
"play_other": "{{count}} přehrání",
|
||||||
"song_one": "píseň",
|
"song_one": "píseň",
|
||||||
"song_few": "písničky",
|
"song_few": "písničky",
|
||||||
"song_other": "písní"
|
"song_other": "písní",
|
||||||
|
"radioStation_one": "stanice rádia",
|
||||||
|
"radioStation_few": "stanice rádia",
|
||||||
|
"radioStation_other": "stanice rádia",
|
||||||
|
"radioStationWithCount_one": "{{count}} stanice rádia",
|
||||||
|
"radioStationWithCount_few": "{{count}} stanice rádia",
|
||||||
|
"radioStationWithCount_other": "{{count}} stanic rádia"
|
||||||
},
|
},
|
||||||
"dragDropZone": {
|
"dragDropZone": {
|
||||||
"error_oneFileOnly": "Vyberte prosím pouze 1 soubor",
|
"error_oneFileOnly": "Vyberte prosím pouze 1 soubor",
|
||||||
|
|||||||
+38
-10
@@ -14,7 +14,7 @@
|
|||||||
"shuffle": "Reproducir (mezclado)",
|
"shuffle": "Reproducir (mezclado)",
|
||||||
"playbackFetchNoResults": "ninguna canción encontrada",
|
"playbackFetchNoResults": "ninguna canción encontrada",
|
||||||
"playbackFetchInProgress": "cargando canciones…",
|
"playbackFetchInProgress": "cargando canciones…",
|
||||||
"addNext": "añadir siguiente",
|
"addNext": "Siguiente",
|
||||||
"playbackSpeed": "velocidad de reproducción",
|
"playbackSpeed": "velocidad de reproducción",
|
||||||
"playbackFetchCancel": "esto está tomando un tiempo... cierra la notificación para cancelar",
|
"playbackFetchCancel": "esto está tomando un tiempo... cierra la notificación para cancelar",
|
||||||
"play": "reproducir",
|
"play": "reproducir",
|
||||||
@@ -25,19 +25,21 @@
|
|||||||
"queue_moveToTop": "mover seleccionado al final",
|
"queue_moveToTop": "mover seleccionado al final",
|
||||||
"queue_moveToBottom": "mover seleccionado al principio",
|
"queue_moveToBottom": "mover seleccionado al principio",
|
||||||
"shuffle_off": "mezclar desactivado",
|
"shuffle_off": "mezclar desactivado",
|
||||||
"addLast": "añadir último",
|
"addLast": "Al final",
|
||||||
"mute": "silencio",
|
"mute": "silencio",
|
||||||
"skip_forward": "saltar hacia delante",
|
"skip_forward": "saltar hacia delante",
|
||||||
"pause": "pausa",
|
"pause": "pausa",
|
||||||
"playSimilarSongs": "Reproducir canciones similares",
|
"playSimilarSongs": "Reproducir canciones similares",
|
||||||
"viewQueue": "ver cola",
|
"viewQueue": "ver cola",
|
||||||
"addLastShuffled": "Añadir al final (mezclado)",
|
"addLastShuffled": "Al final (mezclado)",
|
||||||
"addNextShuffled": "Añadir al siguiente (mezclado)",
|
"addNextShuffled": "Al siguiente (mezclado)",
|
||||||
"queueType": "Tipo de cola",
|
"queueType": "Tipo de cola",
|
||||||
"queueType_default": "Predeterminado",
|
"queueType_default": "Predeterminado",
|
||||||
"queueType_priority": "Prioridad",
|
"queueType_priority": "Prioridad",
|
||||||
"holdToShuffle": "Mantener para mezclar",
|
"holdToShuffle": "Mantener para mezclar",
|
||||||
"lyrics": "Letras"
|
"lyrics": "Letras",
|
||||||
|
"restoreQueueFromServer": "Restaurar cola del servidor",
|
||||||
|
"saveQueueToServer": "Guardar cola en el servidor"
|
||||||
},
|
},
|
||||||
"setting": {
|
"setting": {
|
||||||
"crossfadeStyle_description": "selecciona el estilo de crossfade a usar por el reproductor de audio",
|
"crossfadeStyle_description": "selecciona el estilo de crossfade a usar por el reproductor de audio",
|
||||||
@@ -345,7 +347,9 @@
|
|||||||
"logLevel_optionDebug": "Depuración",
|
"logLevel_optionDebug": "Depuración",
|
||||||
"logLevel_optionError": "Error",
|
"logLevel_optionError": "Error",
|
||||||
"logLevel_optionInfo": "Información",
|
"logLevel_optionInfo": "Información",
|
||||||
"logLevel_optionWarn": "Advertencia"
|
"logLevel_optionWarn": "Advertencia",
|
||||||
|
"useThemeAccentColor": "Usar color de acentuación de tema",
|
||||||
|
"useThemeAccentColor_description": "Usa el color principal definido en el tema seleccionado en lugar del color de acentuación personalizado"
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"editPlaylist": "editar $t(entity.playlist_one)",
|
"editPlaylist": "editar $t(entity.playlist_one)",
|
||||||
@@ -379,7 +383,9 @@
|
|||||||
"holdToMoveToBottom": "Mantener pulsado para desplazar hacia abajo",
|
"holdToMoveToBottom": "Mantener pulsado para desplazar hacia abajo",
|
||||||
"holdToMoveToTop": "Mantener pulsado para desplazar hacia arriba",
|
"holdToMoveToTop": "Mantener pulsado para desplazar hacia arriba",
|
||||||
"moveUp": "Desplazar hacia arriba",
|
"moveUp": "Desplazar hacia arriba",
|
||||||
"moveDown": "Desplazar hacia abajo"
|
"moveDown": "Desplazar hacia abajo",
|
||||||
|
"createRadioStation": "Crear $t(entity.radioStation_one)",
|
||||||
|
"deleteRadioStation": "Borrar $t(entity.radioStation_one)"
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"backward": "hacia atrás",
|
"backward": "hacia atrás",
|
||||||
@@ -522,7 +528,9 @@
|
|||||||
"networkError": "Ocurrió un error de red",
|
"networkError": "Ocurrió un error de red",
|
||||||
"openError": "No se pudo abrir el archivo",
|
"openError": "No se pudo abrir el archivo",
|
||||||
"badValue": "Opción inválida \"{{value}}\". Este valor ya no existe",
|
"badValue": "Opción inválida \"{{value}}\". Este valor ya no existe",
|
||||||
"notificationDenied": "Se denegaron los permisos para notificaciones. Esta configuración no tiene efecto"
|
"notificationDenied": "Se denegaron los permisos para notificaciones. Esta configuración no tiene efecto",
|
||||||
|
"saveQueueFailed": "Error al guardar la cola",
|
||||||
|
"multipleServerSaveQueueError": "La cola de reproducción tiene una o más canciones que no son del servidor actual. Esto no está soportado"
|
||||||
},
|
},
|
||||||
"filter": {
|
"filter": {
|
||||||
"mostPlayed": "más reproducido",
|
"mostPlayed": "más reproducido",
|
||||||
@@ -584,7 +592,8 @@
|
|||||||
"albumArtists": "$t(entity.albumArtist_other)",
|
"albumArtists": "$t(entity.albumArtist_other)",
|
||||||
"shared": "compartido $t(entity.playlist_other)",
|
"shared": "compartido $t(entity.playlist_other)",
|
||||||
"myLibrary": "Mi biblioteca",
|
"myLibrary": "Mi biblioteca",
|
||||||
"favorites": "$t(entity.favorite_other)"
|
"favorites": "$t(entity.favorite_other)",
|
||||||
|
"radio": "$t(entity.radioStation_other)"
|
||||||
},
|
},
|
||||||
"appMenu": {
|
"appMenu": {
|
||||||
"selectServer": "seleccionar servidor",
|
"selectServer": "seleccionar servidor",
|
||||||
@@ -754,6 +763,9 @@
|
|||||||
},
|
},
|
||||||
"folderList": {
|
"folderList": {
|
||||||
"title": "$t(entity.folder_other)"
|
"title": "$t(entity.folder_other)"
|
||||||
|
},
|
||||||
|
"radioList": {
|
||||||
|
"title": "Estaciones de radio"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"form": {
|
"form": {
|
||||||
@@ -844,6 +856,16 @@
|
|||||||
"input_played_optionAll": "Todas las pistas",
|
"input_played_optionAll": "Todas las pistas",
|
||||||
"input_played_optionUnplayed": "Solo las pistas sin reproducir",
|
"input_played_optionUnplayed": "Solo las pistas sin reproducir",
|
||||||
"input_played_optionPlayed": "Solo las pistas reproducidas"
|
"input_played_optionPlayed": "Solo las pistas reproducidas"
|
||||||
|
},
|
||||||
|
"saveQueue": {
|
||||||
|
"success": "Cola de reproducción guardada en el servidor"
|
||||||
|
},
|
||||||
|
"createRadioStation": {
|
||||||
|
"success": "Estación de radio creada con éxito",
|
||||||
|
"title": "Crear estación de radio",
|
||||||
|
"input_homepageUrl": "URL de la página de inicio",
|
||||||
|
"input_name": "Nombre",
|
||||||
|
"input_streamUrl": "URL de la transmisión"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"table": {
|
"table": {
|
||||||
@@ -1002,7 +1024,13 @@
|
|||||||
"play_other": "{{count}} reproducciones",
|
"play_other": "{{count}} reproducciones",
|
||||||
"song_one": "canción",
|
"song_one": "canción",
|
||||||
"song_many": "canciones",
|
"song_many": "canciones",
|
||||||
"song_other": "canciones"
|
"song_other": "canciones",
|
||||||
|
"radioStation_one": "Estación de radio",
|
||||||
|
"radioStation_many": "Estaciones de radio",
|
||||||
|
"radioStation_other": "Estaciones de radio",
|
||||||
|
"radioStationWithCount_one": "{{count}} estación de radio",
|
||||||
|
"radioStationWithCount_many": "{{count}} estaciones de radio",
|
||||||
|
"radioStationWithCount_other": "{{count}} estaciones de radio"
|
||||||
},
|
},
|
||||||
"dragDropZone": {
|
"dragDropZone": {
|
||||||
"error_oneFileOnly": "Por favor selecciona un solo archivo",
|
"error_oneFileOnly": "Por favor selecciona un solo archivo",
|
||||||
|
|||||||
@@ -37,7 +37,9 @@
|
|||||||
"queueType_default": "défaut",
|
"queueType_default": "défaut",
|
||||||
"queueType_priority": "priorité",
|
"queueType_priority": "priorité",
|
||||||
"holdToShuffle": "maintenir pour mélanger",
|
"holdToShuffle": "maintenir pour mélanger",
|
||||||
"lyrics": "paroles"
|
"lyrics": "paroles",
|
||||||
|
"restoreQueueFromServer": "restaurer la file d'attente depuis le serveur",
|
||||||
|
"saveQueueToServer": "enregistrer la file d'attente sur le serveur"
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"editPlaylist": "éditer $t(entity.playlist_one)",
|
"editPlaylist": "éditer $t(entity.playlist_one)",
|
||||||
@@ -71,7 +73,9 @@
|
|||||||
"moveUp": "monter",
|
"moveUp": "monter",
|
||||||
"moveDown": "descendre",
|
"moveDown": "descendre",
|
||||||
"holdToMoveToTop": "Maintenir pour déplacer en haut",
|
"holdToMoveToTop": "Maintenir pour déplacer en haut",
|
||||||
"holdToMoveToBottom": "Maintenir pour déplacer en bas"
|
"holdToMoveToBottom": "Maintenir pour déplacer en bas",
|
||||||
|
"createRadioStation": "créer $t(entity.radioStation_one)",
|
||||||
|
"deleteRadioStation": "supprimer $t(entity.radioStation_one)"
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"backward": "en arrière",
|
"backward": "en arrière",
|
||||||
@@ -217,7 +221,9 @@
|
|||||||
"networkError": "une erreur de réseau est survenue",
|
"networkError": "une erreur de réseau est survenue",
|
||||||
"badAlbum": "vous voyez cette page parce que cette chanson ne fait pas parti d'un album. vous rencontrez probablement cette erreur si vous avez une chanson qui n'est pas dans votre répertoire de musique. Jellyfin gère les chansons uniquement si elles sont dans un sous-dossier, qui est lui-même dans un dossier \"Musique(s)\"",
|
"badAlbum": "vous voyez cette page parce que cette chanson ne fait pas parti d'un album. vous rencontrez probablement cette erreur si vous avez une chanson qui n'est pas dans votre répertoire de musique. Jellyfin gère les chansons uniquement si elles sont dans un sous-dossier, qui est lui-même dans un dossier \"Musique(s)\"",
|
||||||
"badValue": "option {{value}} invalide. Cette valeur n'existe plus",
|
"badValue": "option {{value}} invalide. Cette valeur n'existe plus",
|
||||||
"notificationDenied": "les autorisations pour les notifications ont été refusées. ce paramètre n'a aucun effet"
|
"notificationDenied": "les autorisations pour les notifications ont été refusées. ce paramètre n'a aucun effet",
|
||||||
|
"multipleServerSaveQueueError": "la file d'attente de lecture contient un ou plusieurs morceaux qui ne proviennent pas du serveur actuel. Ceci n'est pas prise en charge",
|
||||||
|
"saveQueueFailed": "échec de l'enregistrement de la file d'attente"
|
||||||
},
|
},
|
||||||
"filter": {
|
"filter": {
|
||||||
"mostPlayed": "plus joués",
|
"mostPlayed": "plus joués",
|
||||||
@@ -279,7 +285,8 @@
|
|||||||
"albumArtists": "$t(entity.albumArtist_other)",
|
"albumArtists": "$t(entity.albumArtist_other)",
|
||||||
"shared": "partagé $t(entity.playlist_other)",
|
"shared": "partagé $t(entity.playlist_other)",
|
||||||
"myLibrary": "Bibliothèque",
|
"myLibrary": "Bibliothèque",
|
||||||
"favorites": "$t(entity.favorite_other)"
|
"favorites": "$t(entity.favorite_other)",
|
||||||
|
"radio": "$t(entity.radioStation_other)"
|
||||||
},
|
},
|
||||||
"fullscreenPlayer": {
|
"fullscreenPlayer": {
|
||||||
"config": {
|
"config": {
|
||||||
@@ -449,6 +456,9 @@
|
|||||||
},
|
},
|
||||||
"folderList": {
|
"folderList": {
|
||||||
"title": "$t(entity.folder_other)"
|
"title": "$t(entity.folder_other)"
|
||||||
|
},
|
||||||
|
"radioList": {
|
||||||
|
"title": "stations radio"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"setting": {
|
"setting": {
|
||||||
@@ -757,7 +767,9 @@
|
|||||||
"logLevel_optionWarn": "avertissement",
|
"logLevel_optionWarn": "avertissement",
|
||||||
"playerFilters": "filtrer les tires de la file d'attente",
|
"playerFilters": "filtrer les tires de la file d'attente",
|
||||||
"playerFilters_description": "exclure les titres de la file d'attente selon les critères suivants",
|
"playerFilters_description": "exclure les titres de la file d'attente selon les critères suivants",
|
||||||
"playerbarSlider_description": "la forme d'onde n'est pas recommandée sur une connexion lente ou limitée"
|
"playerbarSlider_description": "la forme d'onde n'est pas recommandée sur une connexion lente ou limitée",
|
||||||
|
"useThemeAccentColor": "utiliser la couleur d'accent du thème",
|
||||||
|
"useThemeAccentColor_description": "utiliser la couleur principale définie dans le thème sélectionné au lieu de la couleur d'accent personnalisée"
|
||||||
},
|
},
|
||||||
"form": {
|
"form": {
|
||||||
"deletePlaylist": {
|
"deletePlaylist": {
|
||||||
@@ -847,6 +859,16 @@
|
|||||||
"input_played_optionAll": "toutes les pistes",
|
"input_played_optionAll": "toutes les pistes",
|
||||||
"input_played_optionUnplayed": "seulement les pistes non jouées",
|
"input_played_optionUnplayed": "seulement les pistes non jouées",
|
||||||
"input_played_optionPlayed": "seulement les pistes jouées"
|
"input_played_optionPlayed": "seulement les pistes jouées"
|
||||||
|
},
|
||||||
|
"createRadioStation": {
|
||||||
|
"success": "station radio créée avec succès",
|
||||||
|
"title": "créer une station radio",
|
||||||
|
"input_homepageUrl": "lien de la page d'accueil",
|
||||||
|
"input_name": "nom",
|
||||||
|
"input_streamUrl": "lien du flux en direct"
|
||||||
|
},
|
||||||
|
"saveQueue": {
|
||||||
|
"success": "file d'attente de lecture enregistrée sur le serveur"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"entity": {
|
"entity": {
|
||||||
@@ -901,7 +923,13 @@
|
|||||||
"play_other": "{{count}} écoutes",
|
"play_other": "{{count}} écoutes",
|
||||||
"song_one": "titre",
|
"song_one": "titre",
|
||||||
"song_many": "titres",
|
"song_many": "titres",
|
||||||
"song_other": "titres"
|
"song_other": "titres",
|
||||||
|
"radioStation_one": "station radio",
|
||||||
|
"radioStation_many": "stations radios",
|
||||||
|
"radioStation_other": "",
|
||||||
|
"radioStationWithCount_one": "{{count}} station radio",
|
||||||
|
"radioStationWithCount_many": "{{count}} stations radios",
|
||||||
|
"radioStationWithCount_other": ""
|
||||||
},
|
},
|
||||||
"table": {
|
"table": {
|
||||||
"config": {
|
"config": {
|
||||||
|
|||||||
@@ -182,7 +182,9 @@
|
|||||||
"play_one": "{{count}} lejátszás",
|
"play_one": "{{count}} lejátszás",
|
||||||
"play_other": "{{count}} lejátszások",
|
"play_other": "{{count}} lejátszások",
|
||||||
"trackWithCount_one": "{{count}} sáv",
|
"trackWithCount_one": "{{count}} sáv",
|
||||||
"trackWithCount_other": "{{count}} sávok"
|
"trackWithCount_other": "{{count}} sávok",
|
||||||
|
"radioStation_one": "rádió állomás",
|
||||||
|
"radioStation_other": "rádió állomások"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"apiRouteError": "a kérést nem sikerült célba juttatni",
|
"apiRouteError": "a kérést nem sikerült célba juttatni",
|
||||||
|
|||||||
@@ -31,7 +31,9 @@
|
|||||||
"moveUp": "przenieś wyżej",
|
"moveUp": "przenieś wyżej",
|
||||||
"moveDown": "przenieś niżej",
|
"moveDown": "przenieś niżej",
|
||||||
"holdToMoveToTop": "przytrzymaj aby, przesunąć na górę",
|
"holdToMoveToTop": "przytrzymaj aby, przesunąć na górę",
|
||||||
"holdToMoveToBottom": "przytrzymaj aby, przesunąć na dół"
|
"holdToMoveToBottom": "przytrzymaj aby, przesunąć na dół",
|
||||||
|
"createRadioStation": "utwórz $t(entity.radioStation_one)",
|
||||||
|
"deleteRadioStation": "usuń $t(entity.radioStation_one)"
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"increase": "zwiększ",
|
"increase": "zwiększ",
|
||||||
@@ -202,7 +204,13 @@
|
|||||||
"play_many": "{{count}} odtworzeń",
|
"play_many": "{{count}} odtworzeń",
|
||||||
"song_one": "piosenka",
|
"song_one": "piosenka",
|
||||||
"song_few": "piosenki",
|
"song_few": "piosenki",
|
||||||
"song_many": "piosenek"
|
"song_many": "piosenek",
|
||||||
|
"radioStation_one": "stacja radiowa",
|
||||||
|
"radioStation_few": "stacje radiowe",
|
||||||
|
"radioStation_many": "stacji radiowych",
|
||||||
|
"radioStationWithCount_one": "{{count}} stacja radiowa",
|
||||||
|
"radioStationWithCount_few": "{{count}} stacje radiowe",
|
||||||
|
"radioStationWithCount_many": "{{count}} stacji radiowych"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"remotePortWarning": "uruchom ponownie serwer aby używać nowego portu",
|
"remotePortWarning": "uruchom ponownie serwer aby używać nowego portu",
|
||||||
@@ -368,6 +376,13 @@
|
|||||||
},
|
},
|
||||||
"saveQueue": {
|
"saveQueue": {
|
||||||
"success": "zapisano kolejkę odtwarzania na serwerze"
|
"success": "zapisano kolejkę odtwarzania na serwerze"
|
||||||
|
},
|
||||||
|
"createRadioStation": {
|
||||||
|
"success": "stacja radiowa utworzona pomyślnie",
|
||||||
|
"title": "utwórz stację radiową",
|
||||||
|
"input_homepageUrl": "url strony głównej",
|
||||||
|
"input_name": "nazwa",
|
||||||
|
"input_streamUrl": "url strumienia"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"page": {
|
"page": {
|
||||||
@@ -472,7 +487,8 @@
|
|||||||
"albumArtists": "$t(entity.albumArtist_other)",
|
"albumArtists": "$t(entity.albumArtist_other)",
|
||||||
"shared": "udostępnione $t(entity.playlist_other)",
|
"shared": "udostępnione $t(entity.playlist_other)",
|
||||||
"myLibrary": "Moja biblioteka",
|
"myLibrary": "Moja biblioteka",
|
||||||
"favorites": "$t(entity.favorite_other)"
|
"favorites": "$t(entity.favorite_other)",
|
||||||
|
"radio": "$t(entity.radioStation_other)"
|
||||||
},
|
},
|
||||||
"home": {
|
"home": {
|
||||||
"mostPlayed": "najczęściej odtwarzane",
|
"mostPlayed": "najczęściej odtwarzane",
|
||||||
@@ -555,6 +571,9 @@
|
|||||||
},
|
},
|
||||||
"folderList": {
|
"folderList": {
|
||||||
"title": "$t(entity.folder_other)"
|
"title": "$t(entity.folder_other)"
|
||||||
|
},
|
||||||
|
"radioList": {
|
||||||
|
"title": "stacje radiowe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"player": {
|
"player": {
|
||||||
@@ -572,7 +591,7 @@
|
|||||||
"shuffle": "odtwarzaj (losowo)",
|
"shuffle": "odtwarzaj (losowo)",
|
||||||
"playbackFetchNoResults": "nie znaleziono utworów",
|
"playbackFetchNoResults": "nie znaleziono utworów",
|
||||||
"playbackFetchInProgress": "wczytywanie utworów…",
|
"playbackFetchInProgress": "wczytywanie utworów…",
|
||||||
"addNext": "dodaj następny",
|
"addNext": "następne",
|
||||||
"playbackSpeed": "prędkość odtwarzania",
|
"playbackSpeed": "prędkość odtwarzania",
|
||||||
"playbackFetchCancel": "to potrwa chwilę... zamknij powiadomienie aby anulować",
|
"playbackFetchCancel": "to potrwa chwilę... zamknij powiadomienie aby anulować",
|
||||||
"play": "odtwarzaj",
|
"play": "odtwarzaj",
|
||||||
@@ -584,13 +603,13 @@
|
|||||||
"queue_moveToTop": "przesuń zaznaczone na dół",
|
"queue_moveToTop": "przesuń zaznaczone na dół",
|
||||||
"queue_moveToBottom": "przesuń zaznaczone na górę",
|
"queue_moveToBottom": "przesuń zaznaczone na górę",
|
||||||
"shuffle_off": "losowa kolejność wyłączona",
|
"shuffle_off": "losowa kolejność wyłączona",
|
||||||
"addLast": "dodaj na końcu",
|
"addLast": "ostatnie",
|
||||||
"mute": "wycisz",
|
"mute": "wycisz",
|
||||||
"skip_forward": "przeskocz do przodu",
|
"skip_forward": "przeskocz do przodu",
|
||||||
"viewQueue": "zobacz kolejkę",
|
"viewQueue": "zobacz kolejkę",
|
||||||
"playSimilarSongs": "odtwarzaj podobne",
|
"playSimilarSongs": "odtwarzaj podobne",
|
||||||
"addLastShuffled": "dodaj ostatnie (wylosowane)",
|
"addLastShuffled": "ostatnie (wylosowane)",
|
||||||
"addNextShuffled": "dodaj następne (wylosowane)",
|
"addNextShuffled": "następne (wylosowane)",
|
||||||
"queueType": "typ kolejki",
|
"queueType": "typ kolejki",
|
||||||
"queueType_default": "domyślna",
|
"queueType_default": "domyślna",
|
||||||
"queueType_priority": "priorytetowa",
|
"queueType_priority": "priorytetowa",
|
||||||
@@ -905,7 +924,9 @@
|
|||||||
"logLevel_optionDebug": "debugowanie",
|
"logLevel_optionDebug": "debugowanie",
|
||||||
"logLevel_optionError": "błędy",
|
"logLevel_optionError": "błędy",
|
||||||
"logLevel_optionInfo": "info",
|
"logLevel_optionInfo": "info",
|
||||||
"logLevel_optionWarn": "ostrzeżenia"
|
"logLevel_optionWarn": "ostrzeżenia",
|
||||||
|
"useThemeAccentColor": "używaj koloru akcentu motywu",
|
||||||
|
"useThemeAccentColor_description": "używaj głównego koloru ustawionego w wybranym motywie zamiast niestandardowego koloru akcentu"
|
||||||
},
|
},
|
||||||
"table": {
|
"table": {
|
||||||
"config": {
|
"config": {
|
||||||
|
|||||||
@@ -16,7 +16,24 @@
|
|||||||
"moveToBottom": "flytta till botten",
|
"moveToBottom": "flytta till botten",
|
||||||
"setRating": "sätt betyg",
|
"setRating": "sätt betyg",
|
||||||
"toggleSmartPlaylistEditor": "växla $t(entity.smartPlaylist) redigerare",
|
"toggleSmartPlaylistEditor": "växla $t(entity.smartPlaylist) redigerare",
|
||||||
"removeFromFavorites": "ta bort från $t(entity.favorite_other)"
|
"removeFromFavorites": "ta bort från $t(entity.favorite_other)",
|
||||||
|
"downloadStarted": "startade nedladdning av {{count}} objekt",
|
||||||
|
"moveToNext": "flytta till nästa",
|
||||||
|
"moveUp": "flytta upp",
|
||||||
|
"moveDown": "flytta ner",
|
||||||
|
"holdToMoveToTop": "håll för att flytta till toppen",
|
||||||
|
"holdToMoveToBottom": "håll för att flytta till botten",
|
||||||
|
"moveItems": "flytta objekt",
|
||||||
|
"shuffle": "slumpa",
|
||||||
|
"shuffleAll": "slumpa alla",
|
||||||
|
"shuffleSelected": "slumpa valda",
|
||||||
|
"viewMore": "visa mer",
|
||||||
|
"openIn": {
|
||||||
|
"lastfm": "Öppna i Last.fm",
|
||||||
|
"musicbrainz": "Öppna i MusicBrainz"
|
||||||
|
},
|
||||||
|
"createRadioStation": "skapa $t(entity.radioStation_one)",
|
||||||
|
"deleteRadioStation": "ta bort $t(entity.radioStation_one)"
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"backward": "bakåt",
|
"backward": "bakåt",
|
||||||
@@ -96,7 +113,37 @@
|
|||||||
"size": "storlek",
|
"size": "storlek",
|
||||||
"biography": "biografi",
|
"biography": "biografi",
|
||||||
"note": "anteckning",
|
"note": "anteckning",
|
||||||
"center": "center"
|
"center": "center",
|
||||||
|
"explicitStatus": "olämplig status",
|
||||||
|
"additionalParticipants": "ytterligare medverkare",
|
||||||
|
"newVersion": "en ny version har installerats {{version}}",
|
||||||
|
"viewReleaseNotes": "se utgåveinformation",
|
||||||
|
"bitDepth": "bitdjup",
|
||||||
|
"close": "stäng",
|
||||||
|
"codec": "kodek",
|
||||||
|
"doNotShowAgain": "visa inte detta igen",
|
||||||
|
"view": "visa",
|
||||||
|
"externalLinks": "externa länkar",
|
||||||
|
"faster": "snabbare",
|
||||||
|
"mbid": "MusicBrainz ID",
|
||||||
|
"noFilters": "inga filter konfigurerade",
|
||||||
|
"preview": "förhandsvisa",
|
||||||
|
"private": "privat",
|
||||||
|
"public": "allmän",
|
||||||
|
"recordLabel": "skivbolag",
|
||||||
|
"releaseType": "utgåvetyp",
|
||||||
|
"reload": "ladda om",
|
||||||
|
"sampleRate": "samplingstakt",
|
||||||
|
"slower": "långsammare",
|
||||||
|
"share": "dela",
|
||||||
|
"sort": "sortera",
|
||||||
|
"tags": "taggar",
|
||||||
|
"translation": "översättning",
|
||||||
|
"explicit": "olämplig",
|
||||||
|
"clean": "städad",
|
||||||
|
"gridRows": "rutnätsrader",
|
||||||
|
"tableColumns": "tabellkolumner",
|
||||||
|
"itemsMore": "{{count}} fler"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"remotePortWarning": "starta om servern för att tillämpa den nya porten",
|
"remotePortWarning": "starta om servern för att tillämpa den nya porten",
|
||||||
@@ -117,7 +164,9 @@
|
|||||||
"mpvRequired": "MPV krävs",
|
"mpvRequired": "MPV krävs",
|
||||||
"audioDeviceFetchError": "ett fel uppstod vid hämtning av ljudenheter",
|
"audioDeviceFetchError": "ett fel uppstod vid hämtning av ljudenheter",
|
||||||
"invalidServer": "ogiltig server",
|
"invalidServer": "ogiltig server",
|
||||||
"loginRateError": "för många inloggningsförsök, försök igen om några sekunder"
|
"loginRateError": "för många inloggningsförsök, försök igen om några sekunder",
|
||||||
|
"badAlbum": "du ser denna sidan eftersom denna låten inte är en del av ett album. du ser troligtvis detta problemet för att du har en låt på toppnivån i din musikmapp. Jellyfin grupperar bara låtar om de finns i en mapp",
|
||||||
|
"badValue": "felaktigt alternativ \"{{value}}\". detta värde existerar inte längre"
|
||||||
},
|
},
|
||||||
"filter": {
|
"filter": {
|
||||||
"mostPlayed": "mest spelade",
|
"mostPlayed": "mest spelade",
|
||||||
@@ -317,7 +366,22 @@
|
|||||||
"track_one": "spår",
|
"track_one": "spår",
|
||||||
"track_other": "spår",
|
"track_other": "spår",
|
||||||
"trackWithCount_one": "{{count}} spår",
|
"trackWithCount_one": "{{count}} spår",
|
||||||
"trackWithCount_other": "{{count}} spår"
|
"trackWithCount_other": "{{count}} spår",
|
||||||
|
"artistWithCount_one": "{{count}} artist",
|
||||||
|
"artistWithCount_other": "{{count}} artister",
|
||||||
|
"genre_one": "genre",
|
||||||
|
"genre_other": "genrer",
|
||||||
|
"genreWithCount_one": "{{count}} genre",
|
||||||
|
"genreWithCount_other": "{{count}} genrer",
|
||||||
|
"play_one": "{{count}} spelning",
|
||||||
|
"play_other": "{{count}} spelningar",
|
||||||
|
"smartPlaylist": "smart $t(entity.playlist_one)",
|
||||||
|
"song_one": "låt",
|
||||||
|
"song_other": "låtar",
|
||||||
|
"radioStation_one": "radiostation",
|
||||||
|
"radioStation_other": "radiostationer",
|
||||||
|
"radioStationWithCount_one": "{{count}} radiostation",
|
||||||
|
"radioStationWithCount_other": "{{count}} radiostationer"
|
||||||
},
|
},
|
||||||
"player": {
|
"player": {
|
||||||
"repeat_all": "repetera alla",
|
"repeat_all": "repetera alla",
|
||||||
|
|||||||
@@ -132,7 +132,9 @@
|
|||||||
"badValue": "無效選項“{{value}}”。該值不再存在",
|
"badValue": "無效選項“{{value}}”。該值不再存在",
|
||||||
"networkError": "發生網路錯誤",
|
"networkError": "發生網路錯誤",
|
||||||
"notificationDenied": "通知權限被拒絕。此設定無效",
|
"notificationDenied": "通知權限被拒絕。此設定無效",
|
||||||
"openError": "無法開啟檔案"
|
"openError": "無法開啟檔案",
|
||||||
|
"multipleServerSaveQueueError": "播放佇列中包含不是來自目前伺服器的歌曲,此操作不受支援",
|
||||||
|
"saveQueueFailed": "儲存播放佇列失敗"
|
||||||
},
|
},
|
||||||
"page": {
|
"page": {
|
||||||
"contextMenu": {
|
"contextMenu": {
|
||||||
@@ -280,7 +282,8 @@
|
|||||||
"playlists": "$t(entity.playlist_other)",
|
"playlists": "$t(entity.playlist_other)",
|
||||||
"myLibrary": "我的資料庫",
|
"myLibrary": "我的資料庫",
|
||||||
"shared": "已分享 $t(entity.playlist_other)",
|
"shared": "已分享 $t(entity.playlist_other)",
|
||||||
"favorites": "$t(entity.favorite_other)"
|
"favorites": "$t(entity.favorite_other)",
|
||||||
|
"radio": "$t(entity.radioStation_other)"
|
||||||
},
|
},
|
||||||
"trackList": {
|
"trackList": {
|
||||||
"title": "$t(entity.track_other)",
|
"title": "$t(entity.track_other)",
|
||||||
@@ -319,12 +322,15 @@
|
|||||||
},
|
},
|
||||||
"folderList": {
|
"folderList": {
|
||||||
"title": "$t(entity.folder_other)"
|
"title": "$t(entity.folder_other)"
|
||||||
|
},
|
||||||
|
"radioList": {
|
||||||
|
"title": "電台"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"player": {
|
"player": {
|
||||||
"playbackFetchInProgress": "正在載入歌曲…",
|
"playbackFetchInProgress": "正在載入歌曲…",
|
||||||
"addLast": "新增到尾端",
|
"addLast": "新增至尾端",
|
||||||
"addNext": "新增到下一首",
|
"addNext": "新增至下一首",
|
||||||
"favorite": "收藏",
|
"favorite": "收藏",
|
||||||
"mute": "靜音",
|
"mute": "靜音",
|
||||||
"muted": "已靜音",
|
"muted": "已靜音",
|
||||||
@@ -353,13 +359,15 @@
|
|||||||
"queue_moveToTop": "使所選置底",
|
"queue_moveToTop": "使所選置底",
|
||||||
"playSimilarSongs": "播放相似歌曲",
|
"playSimilarSongs": "播放相似歌曲",
|
||||||
"viewQueue": "檢視佇列",
|
"viewQueue": "檢視佇列",
|
||||||
"addLastShuffled": "新增到尾端 (隨機)",
|
"addLastShuffled": "新增至尾端 (隨機)",
|
||||||
"addNextShuffled": "新增到下一首 (隨機)",
|
"addNextShuffled": "新增至下一首 (隨機)",
|
||||||
"queueType": "佇列類型",
|
"queueType": "佇列類型",
|
||||||
"queueType_default": "預設",
|
"queueType_default": "預設",
|
||||||
"queueType_priority": "優先",
|
"queueType_priority": "優先",
|
||||||
"holdToShuffle": "按住以隨機",
|
"holdToShuffle": "按住以隨機",
|
||||||
"lyrics": "歌詞"
|
"lyrics": "歌詞",
|
||||||
|
"restoreQueueFromServer": "從伺服器還原播放佇列",
|
||||||
|
"saveQueueToServer": "將播放佇列儲存至伺服器"
|
||||||
},
|
},
|
||||||
"setting": {
|
"setting": {
|
||||||
"audioPlayer_description": "選擇用於播放的音訊播放器",
|
"audioPlayer_description": "選擇用於播放的音訊播放器",
|
||||||
@@ -476,10 +484,10 @@
|
|||||||
"sidebarConfiguration": "側邊欄設定",
|
"sidebarConfiguration": "側邊欄設定",
|
||||||
"sidebarConfiguration_description": "選擇側邊欄包含的項目與順序",
|
"sidebarConfiguration_description": "選擇側邊欄包含的項目與順序",
|
||||||
"sidebarPlaylistList_description": "顯示或隱藏側邊欄歌單清單",
|
"sidebarPlaylistList_description": "顯示或隱藏側邊欄歌單清單",
|
||||||
"sidePlayQueueStyle": "側邊播放清單樣式",
|
"sidePlayQueueStyle": "側邊播放佇列樣式",
|
||||||
"sidePlayQueueStyle_description": "設置側邊播放清單樣式",
|
"sidePlayQueueStyle_description": "設置側邊播放佇列樣式",
|
||||||
"sidePlayQueueStyle_optionAttached": "吸附",
|
"sidePlayQueueStyle_optionAttached": "吸附",
|
||||||
"sidePlayQueueStyle_optionDetached": "不吸附",
|
"sidePlayQueueStyle_optionDetached": "分離",
|
||||||
"skipDuration": "跳過時長",
|
"skipDuration": "跳過時長",
|
||||||
"skipDuration_description": "設置每次按下跳過按鈕將會跳過的時長",
|
"skipDuration_description": "設置每次按下跳過按鈕將會跳過的時長",
|
||||||
"skipPlaylistPage": "跳過播放清單頁面",
|
"skipPlaylistPage": "跳過播放清單頁面",
|
||||||
@@ -667,7 +675,9 @@
|
|||||||
"logLevel_optionDebug": "Debug",
|
"logLevel_optionDebug": "Debug",
|
||||||
"logLevel_optionError": "Error",
|
"logLevel_optionError": "Error",
|
||||||
"logLevel_optionInfo": "Info",
|
"logLevel_optionInfo": "Info",
|
||||||
"logLevel_optionWarn": "Warn"
|
"logLevel_optionWarn": "Warn",
|
||||||
|
"useThemeAccentColor": "使用主題強調色",
|
||||||
|
"useThemeAccentColor_description": "使用所選主題中定義的主要顏色,而非自訂的強調色"
|
||||||
},
|
},
|
||||||
"table": {
|
"table": {
|
||||||
"config": {
|
"config": {
|
||||||
@@ -805,7 +815,9 @@
|
|||||||
"moveUp": "向上移動",
|
"moveUp": "向上移動",
|
||||||
"moveDown": "向下移動",
|
"moveDown": "向下移動",
|
||||||
"holdToMoveToTop": "按住以移動至頂部",
|
"holdToMoveToTop": "按住以移動至頂部",
|
||||||
"holdToMoveToBottom": "按住以移動至底部"
|
"holdToMoveToBottom": "按住以移動至底部",
|
||||||
|
"createRadioStation": "創建 $t(entity.radioStation_one)",
|
||||||
|
"deleteRadioStation": "刪除 $t(entity.radioStation_one)"
|
||||||
},
|
},
|
||||||
"entity": {
|
"entity": {
|
||||||
"album_other": "專輯",
|
"album_other": "專輯",
|
||||||
@@ -825,7 +837,9 @@
|
|||||||
"trackWithCount_other": "{{count}} 首曲目",
|
"trackWithCount_other": "{{count}} 首曲目",
|
||||||
"albumWithCount_other": "{{count}} 張專輯",
|
"albumWithCount_other": "{{count}} 張專輯",
|
||||||
"play_other": "{{count}}次播放",
|
"play_other": "{{count}}次播放",
|
||||||
"song_other": "歌曲"
|
"song_other": "歌曲",
|
||||||
|
"radioStation_other": "電台",
|
||||||
|
"radioStationWithCount_other": "{{count}} 個電台"
|
||||||
},
|
},
|
||||||
"filter": {
|
"filter": {
|
||||||
"albumCount": "$t(entity.album_other)數",
|
"albumCount": "$t(entity.album_other)數",
|
||||||
@@ -947,7 +961,7 @@
|
|||||||
"title": "私人模式"
|
"title": "私人模式"
|
||||||
},
|
},
|
||||||
"largeFetchConfirmation": {
|
"largeFetchConfirmation": {
|
||||||
"title": "將項目加入佇列",
|
"title": "將項目加入播放佇列",
|
||||||
"description": "此操作將新增目前篩選檢視中的所有項目"
|
"description": "此操作將新增目前篩選檢視中的所有項目"
|
||||||
},
|
},
|
||||||
"shuffleAll": {
|
"shuffleAll": {
|
||||||
@@ -960,6 +974,16 @@
|
|||||||
"input_played_optionAll": "所有曲目",
|
"input_played_optionAll": "所有曲目",
|
||||||
"input_played_optionUnplayed": "僅未播放的曲目",
|
"input_played_optionUnplayed": "僅未播放的曲目",
|
||||||
"input_played_optionPlayed": "僅播放過的曲目"
|
"input_played_optionPlayed": "僅播放過的曲目"
|
||||||
|
},
|
||||||
|
"createRadioStation": {
|
||||||
|
"success": "電台創建成功",
|
||||||
|
"title": "創建電台",
|
||||||
|
"input_homepageUrl": "首頁連結",
|
||||||
|
"input_name": "名稱",
|
||||||
|
"input_streamUrl": "串流網址"
|
||||||
|
},
|
||||||
|
"saveQueue": {
|
||||||
|
"success": "已將播放佇列儲存至伺服器"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"releaseType": {
|
"releaseType": {
|
||||||
|
|||||||
Reference in New Issue
Block a user