From 99aeaabf7d298e3fe04040aefea956aab24e8347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deluan=20Quint=C3=A3o?= Date: Fri, 13 Aug 2021 20:27:18 -0400 Subject: [PATCH] Update translations (#1285) * Update es.json (POEditor.com) * Update zh-Hans.json (POEditor.com) * Update zh-Hant.json (POEditor.com) * Update cs.json (POEditor.com) * Update nl.json (POEditor.com) * Update fr.json (POEditor.com) * Update de.json (POEditor.com) * Update it.json (POEditor.com) * Update ja.json (POEditor.com) * Update pl.json (POEditor.com) * Update pt.json (POEditor.com) * Update sl.json (POEditor.com) * Update es.json (POEditor.com) * Update th.json (POEditor.com) * Update uk.json (POEditor.com) --- resources/i18n/cs.json | 9 +++++++-- resources/i18n/de.json | 9 +++++++-- resources/i18n/es.json | 9 +++++++-- resources/i18n/fr.json | 11 ++++++++--- resources/i18n/it.json | 12 +++++++++--- resources/i18n/ja.json | 9 +++++++-- resources/i18n/nl.json | 11 ++++++++--- resources/i18n/pl.json | 31 +++++++++++++++++++++++++------ resources/i18n/pt.json | 12 +++++++++--- resources/i18n/sl.json | 9 +++++++-- resources/i18n/th.json | 31 +++++++++++++++++++++++++------ resources/i18n/uk.json | 9 +++++++-- resources/i18n/zh-Hans.json | 11 ++++++++--- resources/i18n/zh-Hant.json | 31 +++++++++++++++++++++++++------ 14 files changed, 159 insertions(+), 45 deletions(-) diff --git a/resources/i18n/cs.json b/resources/i18n/cs.json index f4d6e040..009bb5d0 100644 --- a/resources/i18n/cs.json +++ b/resources/i18n/cs.json @@ -76,7 +76,8 @@ "albumCount": "Počet alb", "songCount": "Počet skladeb", "playCount": "Přehrání", - "rating": "Hodnocení" + "rating": "Hodnocení", + "genre": "Žánr" } }, "user": { @@ -302,7 +303,11 @@ "lastfmLinkSuccess": "Last.fm úspěšně připojeno a ukládání zapnuto", "lastfmLinkFailure": "Last.fm nemohlo být připojeno", "lastfmUnlinkSuccess": "Last.fm odpojeno a ukládání vypnuto", - "lastfmUnlinkFailure": "Last.fm nemohlo být odpojeno" + "lastfmUnlinkFailure": "Last.fm nemohlo být odpojeno", + "openIn": { + "lastfm": "", + "musicbrainz": "" + } }, "menu": { "library": "Knihovna", diff --git a/resources/i18n/de.json b/resources/i18n/de.json index 7a6f0136..ad78843e 100644 --- a/resources/i18n/de.json +++ b/resources/i18n/de.json @@ -76,7 +76,8 @@ "albumCount": "Albumanzahl", "songCount": "Songanzahl", "playCount": "Wiedergaben", - "rating": "Bewertung" + "rating": "Bewertung", + "genre": "Genre" } }, "user": { @@ -302,7 +303,11 @@ "lastfmLinkSuccess": "Last.fm Verbindung hergestellt und scrobbling aktiviert", "lastfmLinkFailure": "Last.fm konnte nicht verbunden werden", "lastfmUnlinkSuccess": "Last.fm Verbindung entfernt und scrobbling deaktiviert", - "lastfmUnlinkFailure": "Last.fm Verbindung konnte nicht entfernt werden" + "lastfmUnlinkFailure": "Last.fm Verbindung konnte nicht entfernt werden", + "openIn": { + "lastfm": "Auf Last.fm anzeigen", + "musicbrainz": "Auf MusicBrainz anzeigen" + } }, "menu": { "library": "Bibliothek", diff --git a/resources/i18n/es.json b/resources/i18n/es.json index d649c257..55d5b098 100644 --- a/resources/i18n/es.json +++ b/resources/i18n/es.json @@ -76,7 +76,8 @@ "albumCount": "Número de álbumes", "songCount": "Número de canciones", "playCount": "Reproducciones", - "rating": "Calificación" + "rating": "Calificación", + "genre": "Género" } }, "user": { @@ -302,7 +303,11 @@ "lastfmLinkSuccess": "Last.fm esta conectado y el scrobbling esta activado", "lastfmLinkFailure": "No se pudo conectar con Last.fm", "lastfmUnlinkSuccess": "Last.fm se ha desconectado y el scrobbling se desactivo", - "lastfmUnlinkFailure": "No se pudo desconectar Last.fm" + "lastfmUnlinkFailure": "No se pudo desconectar Last.fm", + "openIn": { + "lastfm": "Ver en Last.fm", + "musicbrainz": "Ver en MusicBrainz" + } }, "menu": { "library": "Biblioteca", diff --git a/resources/i18n/fr.json b/resources/i18n/fr.json index d4ffb9c3..4a376378 100644 --- a/resources/i18n/fr.json +++ b/resources/i18n/fr.json @@ -76,7 +76,8 @@ "albumCount": "Nombre d'albums", "songCount": "Nombre de pistes", "playCount": "Lectures", - "rating": "Classement" + "rating": "Classement", + "genre": "Genre" } }, "user": { @@ -302,7 +303,11 @@ "lastfmLinkSuccess": "Last.fm a été correctement relié et le scrobble a été activé", "lastfmLinkFailure": "Last.fm n'a pas pu être correctement relié", "lastfmUnlinkSuccess": "Last.fm n'est plus relié et le scrobble a été désactivé", - "lastfmUnlinkFailure": "Erreur pendant la suppression du lien avec Last.fm" + "lastfmUnlinkFailure": "Erreur pendant la suppression du lien avec Last.fm", + "openIn": { + "lastfm": "Ouvrir dans Last.fm", + "musicbrainz": "Ouvrir dans MusicBrainz" + } }, "menu": { "library": "Bibliothèque", @@ -316,7 +321,7 @@ "language": "Langue", "defaultView": "Vue par défaut", "desktop_notifications": "Notifications de bureau", - "lastfmScrobbling": "Scrobble vers Last.fm" + "lastfmScrobbling": "Scrobbler vers Last.fm" } }, "albumList": "Albums", diff --git a/resources/i18n/it.json b/resources/i18n/it.json index 20cdefe9..ced05834 100644 --- a/resources/i18n/it.json +++ b/resources/i18n/it.json @@ -76,7 +76,8 @@ "albumCount": "Album", "songCount": "Numero tracce", "playCount": "Riproduzioni", - "rating": "Valutazione" + "rating": "Valutazione", + "genre": "Genere" } }, "user": { @@ -111,7 +112,8 @@ "client": "Applicazione", "userName": "Nome utente", "lastSeen": "Ultimo accesso", - "reportRealPath": "Mostra percorso reale" + "reportRealPath": "Mostra percorso reale", + "scrobbleEnabled": "Manda gli scrobble a Last.fm" } }, "transcoding": { @@ -301,7 +303,11 @@ "lastfmLinkSuccess": "Collegamento a Last.fm riuscito e scrobbling abilitato", "lastfmLinkFailure": "Non è stato possible collegare Last.fm", "lastfmUnlinkSuccess": "Lo scrobbling è stato disabilitato e Last.fm è stato disconnesso", - "lastfmUnlinkFailure": "Non è stato possibile scollegare Last.fm" + "lastfmUnlinkFailure": "Non è stato possibile scollegare Last.fm", + "openIn": { + "lastfm": "Apri in Last.fm", + "musicbrainz": "Apri in MusicBrainz" + } }, "menu": { "library": "Libreria", diff --git a/resources/i18n/ja.json b/resources/i18n/ja.json index c79a42a2..8057fcd5 100644 --- a/resources/i18n/ja.json +++ b/resources/i18n/ja.json @@ -76,7 +76,8 @@ "albumCount": "アルバム枚数", "songCount": "曲数", "playCount": "再生数", - "rating": "レート" + "rating": "レート", + "genre": "ジャンル" } }, "user": { @@ -302,7 +303,11 @@ "lastfmLinkSuccess": "Last.fmとリンクしscrobbleが有効になりました", "lastfmLinkFailure": "Last.fmとリンクできませんでした", "lastfmUnlinkSuccess": "設定が解除され、Last.fmへのscrobbleは無効になっています", - "lastfmUnlinkFailure": "Last.fmとリンクできませんでした" + "lastfmUnlinkFailure": "Last.fmとリンクできませんでした", + "openIn": { + "lastfm": "Last.fmで開く", + "musicbrainz": "MusicBrainzで開く" + } }, "menu": { "library": "ライブラリ", diff --git a/resources/i18n/nl.json b/resources/i18n/nl.json index df2975f4..4424af9f 100644 --- a/resources/i18n/nl.json +++ b/resources/i18n/nl.json @@ -76,7 +76,8 @@ "albumCount": "Aantal albums", "songCount": "Aantal nummers", "playCount": "Afgespeeld", - "rating": "Beoordeling" + "rating": "Beoordeling", + "genre": "Genre" } }, "user": { @@ -302,7 +303,11 @@ "lastfmLinkSuccess": "Last.fm succesvol gekoppeld en scrobbling actief", "lastfmLinkFailure": "Last.fm kon niet worden gekoppeld", "lastfmUnlinkSuccess": "Last.fm ontkoppeld en scrobbling uitgezet", - "lastfmUnlinkFailure": "Last.fm kon niet worden ontkoppeld" + "lastfmUnlinkFailure": "Last.fm kon niet worden ontkoppeld", + "openIn": { + "lastfm": "", + "musicbrainz": "" + } }, "menu": { "library": "Bibliotheek", @@ -316,7 +321,7 @@ "language": "Taal", "defaultView": "Standaard weergave", "desktop_notifications": "Bureaubladmeldingen", - "lastfmScrobbling": "Scrobbling naar Last.fm" + "lastfmScrobbling": "Scrobble naar Last.fm" } }, "albumList": "Albums", diff --git a/resources/i18n/pl.json b/resources/i18n/pl.json index 34e580b9..da1fad64 100644 --- a/resources/i18n/pl.json +++ b/resources/i18n/pl.json @@ -23,7 +23,8 @@ "comment": "Komentarz", "rating": "Ocena", "quality": "Jakość", - "bpm": "" + "bpm": "", + "playDate": "" }, "actions": { "addToQueue": "Odtwarzaj Później", @@ -75,7 +76,8 @@ "albumCount": "Liczba Albumów", "songCount": "Liczba Utworów", "playCount": "Liczba Odtworzeń", - "rating": "Ocena" + "rating": "Ocena", + "genre": "Gatunek" } }, "user": { @@ -110,7 +112,8 @@ "client": "Klient", "userName": "Nazwa użytkownika", "lastSeen": "Ostatnio Widziany", - "reportRealPath": "Zgłoś Rzeczywistą Ścieżkę" + "reportRealPath": "Zgłoś Rzeczywistą Ścieżkę", + "scrobbleEnabled": "" } }, "transcoding": { @@ -277,7 +280,14 @@ "data_provider_error": "Błąd dostawcy danych. Sprawdź konsolę, aby uzyskać szczegółowe informacje.", "i18n_error": "Nie można załadować tłumaczenia dla tego języka", "canceled": "Akcja anulowana", - "logged_out": "Twoja sesja została zakończona, proszę o ponowne połączenie." + "logged_out": "Twoja sesja została zakończona, proszę o ponowne połączenie.", + "new_version": "" + }, + "toggleFieldsMenu": { + "columnsToDisplay": "", + "layout": "", + "grid": "", + "table": "" } }, "message": { @@ -289,7 +299,15 @@ "delete_user_title": "Usuń użytkownika '%{name}'", "delete_user_content": "Czy jesteś pewien, że chcesz usunąć tego użytkownika oraz wszystkie jego dane (wliczając w to listy odtwarzania oraz ustawienia)?", "notifications_blocked": "Zablokowałeś Powiadomienia w ustawieniach swojej przeglądarki", - "notifications_not_available": "Ta przeglądarka nie obsługuje powiadomień" + "notifications_not_available": "Ta przeglądarka nie obsługuje powiadomień", + "lastfmLinkSuccess": "", + "lastfmLinkFailure": "", + "lastfmUnlinkSuccess": "", + "lastfmUnlinkFailure": "", + "openIn": { + "lastfm": "", + "musicbrainz": "" + } }, "menu": { "library": "Biblioteka", @@ -302,7 +320,8 @@ "theme": "Wygląd", "language": "Język", "defaultView": "Widok Podstawowy", - "desktop_notifications": "Powiadomienia" + "desktop_notifications": "Powiadomienia", + "lastfmScrobbling": "" } }, "albumList": "Albumy", diff --git a/resources/i18n/pt.json b/resources/i18n/pt.json index ea56d6a7..8e5f2de0 100644 --- a/resources/i18n/pt.json +++ b/resources/i18n/pt.json @@ -76,7 +76,8 @@ "albumCount": "Total de Álbuns", "songCount": "Total de Músicas", "playCount": "Execuções", - "rating": "Classificação" + "rating": "Classificação", + "genre": "Gênero" } }, "user": { @@ -111,7 +112,8 @@ "client": "Cliente", "userName": "Usuário", "lastSeen": "Últ. acesso", - "reportRealPath": "Use paths reais" + "reportRealPath": "Use paths reais", + "scrobbleEnabled": "Enviar scrobbles para Last.fm" } }, "transcoding": { @@ -301,7 +303,11 @@ "lastfmLinkSuccess": "Sua conta em Last.fm foi conectada com sucesso", "lastfmLinkFailure": "Sua conta em Last.fm não pode ser conectada", "lastfmUnlinkSuccess": "Sua conta em Last.fm foi desconectada", - "lastfmUnlinkFailure": "Sua conta em Last.fm não pode ser desconectada" + "lastfmUnlinkFailure": "Sua conta em Last.fm não pode ser desconectada", + "openIn": { + "lastfm": "Abrir em Last.fm", + "musicbrainz": "Abrir em MusicBrainz" + } }, "menu": { "library": "Biblioteca", diff --git a/resources/i18n/sl.json b/resources/i18n/sl.json index 93ea2c6f..3d6f3179 100644 --- a/resources/i18n/sl.json +++ b/resources/i18n/sl.json @@ -76,7 +76,8 @@ "albumCount": "# albumov", "songCount": "# pesmi", "playCount": "# predvajanj", - "rating": "Ocena" + "rating": "Ocena", + "genre": "Žanr" } }, "user": { @@ -302,7 +303,11 @@ "lastfmLinkSuccess": "Last.fm uspešno povezan in 'scrobbling' omogočen", "lastfmLinkFailure": "Last.fm ni uspešno povezan", "lastfmUnlinkSuccess": "Last.fm povezava prekinjena in 'scrobbling' onemogočen", - "lastfmUnlinkFailure": "Last.fm povezava neuspešno prekinjena" + "lastfmUnlinkFailure": "Last.fm povezava neuspešno prekinjena", + "openIn": { + "lastfm": "Odpri v Last.fm", + "musicbrainz": "Odpri v MusicBrainz" + } }, "menu": { "library": "Knjižnica", diff --git a/resources/i18n/th.json b/resources/i18n/th.json index 1ee7d8f3..985bdb76 100644 --- a/resources/i18n/th.json +++ b/resources/i18n/th.json @@ -23,7 +23,8 @@ "comment": "ความคิดเห็น", "rating": "Rating", "quality": "คุณภาพ", - "bpm": "BPM" + "bpm": "BPM", + "playDate": "" }, "actions": { "addToQueue": "เล่นหลังสุด", @@ -75,7 +76,8 @@ "albumCount": "อัลบั้ม", "songCount": "จำนวนเพลง", "playCount": "เล่น", - "rating": "Rating" + "rating": "Rating", + "genre": "ประเภท" } }, "user": { @@ -110,7 +112,8 @@ "client": "Client", "userName": "ชื่อผู้ใช้งาน", "lastSeen": "ใช้งานล่าสุดเมื่อ", - "reportRealPath": "รายงาน Real Path" + "reportRealPath": "รายงาน Real Path", + "scrobbleEnabled": "" } }, "transcoding": { @@ -277,7 +280,14 @@ "data_provider_error": "dataProviderผิดพลาด โปรดตรวจสอบคอนโซลเพื่อดูรายละเอียด", "i18n_error": "ไม่สามารถเรียกคำแปลของภาษาที่เลือกได้", "canceled": "ยกเลิกการกระทำแล้ว", - "logged_out": "เซสชั่นของท่านสิ้นสุดแล้ว โปรดเชื่อมต่ออีกครั้ง" + "logged_out": "เซสชั่นของท่านสิ้นสุดแล้ว โปรดเชื่อมต่ออีกครั้ง", + "new_version": "" + }, + "toggleFieldsMenu": { + "columnsToDisplay": "", + "layout": "", + "grid": "", + "table": "" } }, "message": { @@ -289,7 +299,15 @@ "delete_user_title": "ลบผู้ใช้ '%{name}'", "delete_user_content": "คุณแน่ใจที่จะลบผู้ใช้นี้และข้อมูลทั้งหมด(รวมถึงเพลย์ลิสท์และตั้งค่าต่างๆ)?", "notifications_blocked": "คุณบล็อกการแจ้งเตือนสำหรับเว็บไซต์นี้", - "notifications_not_available": "เบราเซอร์นี้ไม่รองรับการแจ้งเตือน Desktop หรือคุณไม่ได้เข้าถึง Navidrome ผ่าน https" + "notifications_not_available": "เบราเซอร์นี้ไม่รองรับการแจ้งเตือน Desktop หรือคุณไม่ได้เข้าถึง Navidrome ผ่าน https", + "lastfmLinkSuccess": "", + "lastfmLinkFailure": "", + "lastfmUnlinkSuccess": "", + "lastfmUnlinkFailure": "", + "openIn": { + "lastfm": "", + "musicbrainz": "" + } }, "menu": { "library": "ไลบรารี่", @@ -302,7 +320,8 @@ "theme": "ธีม", "language": "ภาษา", "defaultView": "หน้าเริ่มต้น", - "desktop_notifications": "การแจ่งเตือน Desktop" + "desktop_notifications": "การแจ่งเตือน Desktop", + "lastfmScrobbling": "" } }, "albumList": "อัลบั้ม", diff --git a/resources/i18n/uk.json b/resources/i18n/uk.json index d3e2680a..14d6b1c5 100644 --- a/resources/i18n/uk.json +++ b/resources/i18n/uk.json @@ -76,7 +76,8 @@ "albumCount": "Кількість альбомів", "songCount": "Кількість пісень", "playCount": "Відтворено", - "rating": "Рейтинг" + "rating": "Рейтинг", + "genre": "Жанр" } }, "user": { @@ -302,7 +303,11 @@ "lastfmLinkSuccess": "", "lastfmLinkFailure": "", "lastfmUnlinkSuccess": "", - "lastfmUnlinkFailure": "" + "lastfmUnlinkFailure": "", + "openIn": { + "lastfm": "", + "musicbrainz": "" + } }, "menu": { "library": "Бібліотека", diff --git a/resources/i18n/zh-Hans.json b/resources/i18n/zh-Hans.json index 8cdd533f..1174a271 100644 --- a/resources/i18n/zh-Hans.json +++ b/resources/i18n/zh-Hans.json @@ -66,7 +66,7 @@ "recentlyPlayed": "最近播放", "mostPlayed": "最多播放", "starred": "收藏", - "topRated": "最高评分" + "topRated": "排行榜" } }, "artist": { @@ -76,7 +76,8 @@ "albumCount": "专辑数", "songCount": "歌曲数", "playCount": "播放次数", - "rating": "评分" + "rating": "评分", + "genre": "类型" } }, "user": { @@ -302,7 +303,11 @@ "lastfmLinkSuccess": "Last.fm已关联并启用喜好记录", "lastfmLinkFailure": "Last.fm无法关联", "lastfmUnlinkSuccess": "Last.fm未关联并禁止喜好记录", - "lastfmUnlinkFailure": "Last.fm无法取消关联" + "lastfmUnlinkFailure": "Last.fm无法取消关联", + "openIn": { + "lastfm": "", + "musicbrainz": "" + } }, "menu": { "library": "曲库", diff --git a/resources/i18n/zh-Hant.json b/resources/i18n/zh-Hant.json index 6cabe0b8..b2a8cc5f 100644 --- a/resources/i18n/zh-Hant.json +++ b/resources/i18n/zh-Hant.json @@ -23,7 +23,8 @@ "comment": "註釋", "rating": "評分", "quality": "品質", - "bpm": "" + "bpm": "", + "playDate": "" }, "actions": { "addToQueue": "加入至播放佇列", @@ -75,7 +76,8 @@ "albumCount": "專輯數", "songCount": "歌曲數", "playCount": "播放次數", - "rating": "評分" + "rating": "評分", + "genre": "類型" } }, "user": { @@ -110,7 +112,8 @@ "client": "用戶端", "userName": "使用者名稱", "lastSeen": "上次瀏覽", - "reportRealPath": "回報實際路徑" + "reportRealPath": "回報實際路徑", + "scrobbleEnabled": "" } }, "transcoding": { @@ -277,7 +280,14 @@ "data_provider_error": "dataProvider錯誤. 請檢查console的詳細訊息.", "i18n_error": "無法載入所選語言", "canceled": "操作已取消", - "logged_out": "您的Session已結束,請重新登入。" + "logged_out": "您的Session已結束,請重新登入。", + "new_version": "" + }, + "toggleFieldsMenu": { + "columnsToDisplay": "", + "layout": "", + "grid": "", + "table": "" } }, "message": { @@ -289,7 +299,15 @@ "delete_user_title": "刪除使用者 %{name}", "delete_user_content": "您確定要刪除該使用者及其相關數據(包括播放清單和使用者配置)嗎?", "notifications_blocked": "您已在瀏覽器的設置中封鎖了此網站的通知", - "notifications_not_available": "此瀏覽器不支援桌面通知" + "notifications_not_available": "此瀏覽器不支援桌面通知", + "lastfmLinkSuccess": "", + "lastfmLinkFailure": "", + "lastfmUnlinkSuccess": "", + "lastfmUnlinkFailure": "", + "openIn": { + "lastfm": "", + "musicbrainz": "" + } }, "menu": { "library": "音樂庫", @@ -302,7 +320,8 @@ "theme": "主題", "language": "語言", "defaultView": "預設畫面", - "desktop_notifications": "桌面通知" + "desktop_notifications": "桌面通知", + "lastfmScrobbling": "" } }, "albumList": "專輯",