mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
[web] Fix styles to comply with Bulma 1.0
This commit is contained in:
@@ -241,6 +241,7 @@
|
||||
"compiled-with": "Compiliert mit Unterstützung von {options}.",
|
||||
"library": "Bibliothek",
|
||||
"more": "mehr",
|
||||
"name": "Name",
|
||||
"total-playtime": "Gesamte Spielzeit",
|
||||
"tracks": "Tracks",
|
||||
"update": "Neu einlesen",
|
||||
@@ -407,8 +408,8 @@
|
||||
"count": "{count} Track|{count} Track|{count} Tracks",
|
||||
"edit": "Bearbeiten",
|
||||
"hide-previous": "Vorherige verbergen",
|
||||
"title": "Warteschlange",
|
||||
"save": "Speichern"
|
||||
"save": "Speichern",
|
||||
"title": "Warteschlange"
|
||||
},
|
||||
"radio": {
|
||||
"count": "{count} Station|{count} Station|{count} Stationen",
|
||||
@@ -445,6 +446,7 @@
|
||||
"discogs": "Discogs",
|
||||
"explanation-1": "OwnTone verarbeitet PNG- und JPEG-Artwork, welches in einer eigenen Datei in der Bibliothek, in die Dateien eingebettet oder online von Radiostationen bereitgestellt werden kann.",
|
||||
"explanation-2": "Zusätzlich kann auf folgende Artwork-Anbieter zugegriffen werden:",
|
||||
"show-coverart": "Zeige Cover-Artwork in der Albumliste",
|
||||
"spotify": "Spotify",
|
||||
"streaming": "Bereitgestellte Artwork von Radiostationen ignorieren"
|
||||
},
|
||||
@@ -460,7 +462,6 @@
|
||||
"verify": "Verifizieren"
|
||||
},
|
||||
"general": {
|
||||
"album-lists": "Album-Listen",
|
||||
"audiobooks": "Hörbücher",
|
||||
"files": "Dateien",
|
||||
"genres": "Genres",
|
||||
@@ -473,17 +474,16 @@
|
||||
"playlists": "Playlisten",
|
||||
"podcasts": "Podcasts",
|
||||
"radio": "Radio",
|
||||
"recently-added-page-info": "Beschränkte die Zahl der Alben auf der \"kürzlich hinzugefügt\"-Seite",
|
||||
"recently-added-page-info": "Beschränkte die Zahl der Alben",
|
||||
"recently-added-page": "Kürzlich hinzugefügt-Seite",
|
||||
"search": "Suche",
|
||||
"show-composer-genres-info-1": "Komma-separierte Liste der Genres, wo der Komponist auf der \"Aktuell läuft\"-Seite angezeigt werden soll",
|
||||
"show-composer-genres-info-2": "Leer lassen, um ihn immer anzuzeigen.",
|
||||
"show-composer-genres-info-1": "Komma getrennte Liste der Genres, für die der Komponist angezeigt werden soll.",
|
||||
"show-composer-genres-info-2": "Leer lassen, um den Komponisten immer anzuzeigen.",
|
||||
"show-composer-genres-info-3": "Der Genre-Tag des aktuellen Tracks wird abgeglichen als Teil-String des Genre-Tags. Z.B. \"classical, soundtrack\" wird den Komponisten beim Genre-Tag \"Contemporary Classical\" anzeigen",
|
||||
"show-composer-genres": "Zeige den Komponisten für die aufgelisteten Genres an",
|
||||
"show-composer-info": "Wenn aktiviert, wird der Komponist auf der \"Aktuell läuft\"-Seite angezeigt.",
|
||||
"show-composer-info": "Wenn aktiviert, wird der Komponist angezeigt.",
|
||||
"show-composer": "Komponisten anzeigen",
|
||||
"show-coverart": "Zeige Cover-Artwork in der Albumliste",
|
||||
"show-path": "Dateipfad auf der \"Aktuell läuft\"-Seite anzeigen"
|
||||
"show-path": "Dateipfad anzeigen"
|
||||
},
|
||||
"services": {
|
||||
"lastfm": {
|
||||
@@ -495,8 +495,7 @@
|
||||
"spotify": {
|
||||
"no-support": "OwnTone wurde entweder ohne Unterstützung für Spotify erstellt oder libspotify ist nicht installiert.",
|
||||
"logged-as": "Angemeldet als ",
|
||||
"requirements": "Spotify Premium Abo erforderlich.",
|
||||
"scopes": "Zugriff auf die Spotify Web-Api ermöglicht scannen der Spotify-Blibliothek. Erforderliche scopes sind: ",
|
||||
"requirements": "Spotify Premium Abo erforderlich. Zugriff auf die Spotify Web-Api ermöglicht scannen der Spotify-Blibliothek. Erforderliche scopes sind: ",
|
||||
"user": "Zugriff gestattet für ",
|
||||
"authorize": "Authorisiere Web-API-Zugriff",
|
||||
"grant-access": "Zugriff auf die Spotify Web-API gestatten",
|
||||
@@ -572,10 +571,6 @@
|
||||
"toggle-lyrics": "Liedtexte anzeigen/verbergen"
|
||||
}
|
||||
},
|
||||
"setting": {
|
||||
"not-saved": " (Fehler beim Speichern der Einstellungen)",
|
||||
"saved": " (Einstellungen gesichert)"
|
||||
},
|
||||
"server": {
|
||||
"connection-failed": "Fehler bei Verbindung zum OwnTone-Server",
|
||||
"request-failed": "Anfrage gescheitert (Status: {status} {cause} {url})",
|
||||
|
||||
@@ -241,6 +241,7 @@
|
||||
"compiled-with": "Compiled with support for {options}.",
|
||||
"library": "Library",
|
||||
"more": "more",
|
||||
"name": "Name",
|
||||
"total-playtime": "Total playtime",
|
||||
"tracks": "Tracks",
|
||||
"update": "Update",
|
||||
@@ -407,8 +408,8 @@
|
||||
"count": "{count} track|{count} track|{count} tracks",
|
||||
"edit": "Edit",
|
||||
"hide-previous": "Hide previous",
|
||||
"title": "Queue",
|
||||
"save": "Save"
|
||||
"save": "Save",
|
||||
"title": "Queue"
|
||||
},
|
||||
"radio": {
|
||||
"count": "{count} station|{count} station|{count} stations",
|
||||
@@ -473,16 +474,16 @@
|
||||
"playlists": "Playlists",
|
||||
"podcasts": "Podcasts",
|
||||
"radio": "Radio",
|
||||
"recently-added-page-info": "Limit the number of albums shown on the \"Recently Added\" page",
|
||||
"recently-added-page-info": "Limit the number of albums displayed",
|
||||
"recently-added-page": "Recently added page",
|
||||
"search": "Search",
|
||||
"show-composer-genres-info-1": "Comma separated list of genres the composer should be displayed on the \"Now playing page\"",
|
||||
"show-composer-genres-info-2": "Leave empty to always show the composer.",
|
||||
"show-composer-genres-info-1": "Comma-separated list of genres, for which the composer must be displayed",
|
||||
"show-composer-genres-info-2": "Leave empty to always show the composer",
|
||||
"show-composer-genres-info-3": "The genre tag of the current track is matched by checking, if one of the defined genres are included. For example setting to \"classical, soundtrack\" will show the composer for tracks with a genre tag of \"Contemporary Classical\"",
|
||||
"show-composer-genres": "Show composer only for listed genres",
|
||||
"show-composer-info": "If enabled the composer of the current playing track is shown on the \"Now playing page\"",
|
||||
"show-composer-info": "If enabled, the composer of the current playing track is displayed",
|
||||
"show-composer": "Show composer",
|
||||
"show-path": "Show filepath on the \"Now playing\" page"
|
||||
"show-path": "Show filepath"
|
||||
},
|
||||
"services": {
|
||||
"lastfm": {
|
||||
@@ -494,8 +495,7 @@
|
||||
"spotify": {
|
||||
"no-support": "OwnTone was either built without support for Spotify or libspotify is not installed.",
|
||||
"logged-as": "Logged in as ",
|
||||
"requirements": "You must have a Spotify premium account.",
|
||||
"scopes": "Access to the Spotify Web API enables scanning of your Spotify library. Required scopes are: ",
|
||||
"requirements": "You must have a Spotify premium account. Access to the Spotify Web API enables scanning of your Spotify library. Required scopes are: ",
|
||||
"user": "Access granted for ",
|
||||
"authorize": "Authorize Web API access",
|
||||
"grant-access": "Grant access to the Spotify Web API",
|
||||
@@ -571,10 +571,6 @@
|
||||
"toggle-lyrics": "Toggle lyrics"
|
||||
}
|
||||
},
|
||||
"setting": {
|
||||
"not-saved": " (error saving setting)",
|
||||
"saved": " (setting saved)"
|
||||
},
|
||||
"server": {
|
||||
"connection-failed": "Failed to connect to OwnTone server",
|
||||
"request-failed": "Request failed (status: {status} {cause} {url})",
|
||||
|
||||
@@ -241,6 +241,7 @@
|
||||
"compiled-with": "Compilé avec les options {options}.",
|
||||
"library": "Bibliothèque",
|
||||
"more": "plus",
|
||||
"name": "Nom",
|
||||
"total-playtime": "Durée totale de lecture",
|
||||
"tracks": "Pistes",
|
||||
"update": "Actualiser",
|
||||
@@ -407,8 +408,8 @@
|
||||
"count": "{count} piste|{count} piste|{count} pistes",
|
||||
"edit": "Éditer",
|
||||
"hide-previous": "Masquer l’historique",
|
||||
"queue": "File d’attente",
|
||||
"save": "Enregistrer"
|
||||
"save": "Enregistrer",
|
||||
"title": "File d’attente"
|
||||
},
|
||||
"radio": {
|
||||
"count": "{count} station|{count} station|{count} stations",
|
||||
@@ -473,16 +474,16 @@
|
||||
"playlists": "Listes de lecture",
|
||||
"podcasts": "Podcasts",
|
||||
"radio": "Radio",
|
||||
"recently-added-page-info": "Limiter le nombre d’albums affichés dans la section « Ajouts récents »",
|
||||
"recently-added-page-info": "Limiter le nombre d’albums affichés",
|
||||
"recently-added-page": "Page « Ajouts récents »",
|
||||
"search": "Recherche",
|
||||
"show-composer-genres-info-1": "Liste des genres, séparés par des virgules, que le compositeur doit afficher sur la page « En cours de lecture ».",
|
||||
"show-composer-genres-info-1": "Liste de genres séparés par des virgules pour lesquels le compositeur doit être affiché.",
|
||||
"show-composer-genres-info-2": "Laissez vide pour toujours afficher le compositeur.",
|
||||
"show-composer-genres-info-3": "L’étiquette de genre de la piste actuelle est comparée en vérifiant si l’un des genres définis est inclus. Par exemple, en choisissant \"classique, bande sonore\", le compositeur pour les pistes dont l’étiquette de genre est \"classique contemporain\" sera affiché.",
|
||||
"show-composer-genres": "Afficher le compositeur uniquement pour les genres listés",
|
||||
"show-composer-info": "Si actif, le compositeur de la piste en cours de lecture est affiché sur la page « En cours de lecture »",
|
||||
"show-composer-info": "Si actif, le compositeur de la piste en cours de lecture est affiché",
|
||||
"show-composer": "Afficher le compositeur",
|
||||
"show-path": "Afficher le chemin du fichier sur la page « En cours de lecture »"
|
||||
"show-path": "Afficher le chemin du fichier"
|
||||
},
|
||||
"services": {
|
||||
"lastfm": {
|
||||
@@ -494,8 +495,7 @@
|
||||
"spotify": {
|
||||
"no-support": "L’option Spotify n’est pas présente.",
|
||||
"logged-as": "Connecté en tant que ",
|
||||
"requirements": "Vous devez posséder un compte Spotify Premium.",
|
||||
"scopes": "L’accès à l’API de Spotify permet l’analyse de votre bibliothèque Spotify. Les champs d’application requis sont les suivants :",
|
||||
"requirements": "Vous devez posséder un compte Spotify Premium. L’accès à l’API de Spotify permet l’analyse de votre bibliothèque Spotify. Les champs d’application requis sont les suivants :",
|
||||
"user": "Accès autorisé pour ",
|
||||
"authorize": "Autoriser l’accès à l’API",
|
||||
"grant-access": "Accordez l’accès à l’API de Spotify",
|
||||
@@ -571,10 +571,6 @@
|
||||
"toggle-lyrics": "Voir/Cacher les paroles"
|
||||
}
|
||||
},
|
||||
"setting": {
|
||||
"not-saved": " (erreur à l’enregistrement du réglage)",
|
||||
"saved": " (réglage enregistré)"
|
||||
},
|
||||
"server": {
|
||||
"connection-failed": "Échec de connexion au serveur",
|
||||
"request-failed": "La requête a échoué (status: {status} {cause} {url})",
|
||||
|
||||
@@ -241,6 +241,7 @@
|
||||
"compiled-with": "编译支持来自于 {options}",
|
||||
"library": "资料库",
|
||||
"more": "更多",
|
||||
"name": "名称",
|
||||
"total-playtime": "总播放时长",
|
||||
"tracks": "曲目总数",
|
||||
"update": "更新",
|
||||
@@ -407,8 +408,8 @@
|
||||
"count": "{count} 只曲目|{count} 只曲目",
|
||||
"edit": "编辑",
|
||||
"hide-previous": "隐藏历史",
|
||||
"title": "清单",
|
||||
"save": "保存"
|
||||
"save": "保存",
|
||||
"title": "清单"
|
||||
},
|
||||
"radio": {
|
||||
"count": "{count} 个电台|{count} 个电台",
|
||||
@@ -473,16 +474,16 @@
|
||||
"playlists": "播放列表",
|
||||
"podcasts": "播客",
|
||||
"radio": "广播电台",
|
||||
"recently-added-page-info": "限制“最近添加”页面上显示的专辑数量",
|
||||
"recently-added-page-info": "限制显示的相册数量",
|
||||
"recently-added-page": "“最近添加”页面",
|
||||
"search": "搜索",
|
||||
"show-composer-genres-info-1": "以逗号分隔流派,作曲家会在“正在播放的页面”上显示",
|
||||
"show-composer-genres-info-1": "以逗号分隔的流派列表,必须显示作曲家所属的流派",
|
||||
"show-composer-genres-info-2": "留空以始终显示作曲家",
|
||||
"show-composer-genres-info-3": "通过检查是否包含定义的流派之一来匹配当前曲目的流派标签。例如,设置为“古典、原声带”将显示流派标签为“当代古典”的曲目的作曲家",
|
||||
"show-composer-genres": "仅显示列出的流派的作曲家",
|
||||
"show-composer-info": "如果启用,当前播放曲目的作曲家将显示在“正在播放页面”上",
|
||||
"show-composer-info": "如果启用,则会显示当前播放曲目的作曲家",
|
||||
"show-composer": "显示作曲家",
|
||||
"show-path": "在“正在播放”页面显示文件路径"
|
||||
"show-path": "显示文件路径"
|
||||
},
|
||||
"services": {
|
||||
"lastfm": {
|
||||
@@ -494,8 +495,7 @@
|
||||
"spotify": {
|
||||
"no-support": "OwnTone的构建没有来自 Spotify 官方的支持,也未安装 libspotify",
|
||||
"logged-as": "登录为 ",
|
||||
"requirements": "您必须拥有 Spotify付费帐户",
|
||||
"scopes": "访问 Spotify Web API 可以扫描您的 Spotify库。所需范围是:",
|
||||
"requirements": "您必须拥有 Spotify付费帐户。访问 Spotify Web API 可以扫描您的 Spotify库。所需范围是:",
|
||||
"user": "授予访问权限",
|
||||
"authorize": "授权 Web API 访问",
|
||||
"grant-access": "授予对 Spotify Web API 的访问权限",
|
||||
@@ -571,10 +571,6 @@
|
||||
"toggle-lyrics": "显示/隐藏歌词"
|
||||
}
|
||||
},
|
||||
"setting": {
|
||||
"not-saved": " (设置保存错误)",
|
||||
"saved": " (设置已保存)"
|
||||
},
|
||||
"server": {
|
||||
"connection-failed": "无法连接到 OwnTone 服务器",
|
||||
"request-failed": "请求失败 (状态:{status} {cause} {url})",
|
||||
|
||||
@@ -241,6 +241,7 @@
|
||||
"compiled-with": "編譯支持來自於 {options}",
|
||||
"library": "資料庫",
|
||||
"more": "更多",
|
||||
"name": "名稱",
|
||||
"total-playtime": "總播放時長",
|
||||
"tracks": "曲目總數",
|
||||
"update": "更新",
|
||||
@@ -407,8 +408,8 @@
|
||||
"count": "{count} 首曲目|{count} 首曲目",
|
||||
"edit": "編輯",
|
||||
"hide-previous": "隱藏歷史",
|
||||
"title": "清單",
|
||||
"save": "儲存"
|
||||
"save": "儲存",
|
||||
"title": "清單"
|
||||
},
|
||||
"radio": {
|
||||
"count": "{count} 個電台|{count} 個電台",
|
||||
@@ -473,16 +474,16 @@
|
||||
"playlists": "播放列表",
|
||||
"podcasts": "Podcast",
|
||||
"radio": "電台",
|
||||
"recently-added-page-info": "限制“最近新增”頁面上顯示的專輯數量",
|
||||
"recently-added-page-info": "限制顯示的相簿數量",
|
||||
"recently-added-page": "“最近新增”頁面",
|
||||
"search": "搜尋",
|
||||
"show-composer-genres-info-1": "以逗號分隔音樂類型,作曲家會在“正在播放的頁面”上顯示",
|
||||
"show-composer-genres-info-1": "以逗號分隔的音樂類型清單,將顯示作曲家的音樂類型",
|
||||
"show-composer-genres-info-2": "留空以始終顯示作曲家",
|
||||
"show-composer-genres-info-3": "通過檢查是否包含定義的音樂類型之一來匹配當前曲目的音樂類型標籤。例如,設定為“古典、原聲帶”將顯示音樂類型標籤為“當代古典”的曲目的作曲家",
|
||||
"show-composer-genres": "僅顯示列出的音樂類型的作曲家",
|
||||
"show-composer-info": "如果啓用,當前播放曲目的作曲家將顯示在“正在播放頁面”上",
|
||||
"show-composer-info": "如果啟用,則會顯示目前播放曲目的作曲家",
|
||||
"show-composer": "顯示作曲家",
|
||||
"show-path": "在“正在播放”頁面顯示文件路徑"
|
||||
"show-path": "顯示檔案路徑"
|
||||
},
|
||||
"services": {
|
||||
"lastfm": {
|
||||
@@ -494,8 +495,7 @@
|
||||
"spotify": {
|
||||
"no-support": "OwnTone並無 Spotify 官方的支持,也未安裝 libspotify",
|
||||
"logged-as": "登入為 ",
|
||||
"requirements": "您必須擁有 Spotify付費帳戶",
|
||||
"scopes": "訪問 Spotify Web API 可以掃描您的 Spotify庫。所需範圍是:",
|
||||
"requirements": "您必須擁有 Spotify付費帳戶。訪問 Spotify Web API 可以掃描您的 Spotify庫。所需範圍是:",
|
||||
"user": "授予訪問權限",
|
||||
"authorize": "授權 Web API 訪問",
|
||||
"grant-access": "授予對 Spotify Web API 的訪問權限",
|
||||
@@ -571,10 +571,6 @@
|
||||
"toggle-lyrics": "顯示/隱藏歌詞"
|
||||
}
|
||||
},
|
||||
"setting": {
|
||||
"not-saved": " (設定儲存錯誤)",
|
||||
"saved": " (設定已儲存)"
|
||||
},
|
||||
"server": {
|
||||
"connection-failed": "無法連接到 OwnTone 伺服器",
|
||||
"request-failed": "請求失敗 (狀態:{status} {cause} {url})",
|
||||
|
||||
Reference in New Issue
Block a user