Update Translations (#1471)

* Update zh-Hans.json (POEditor.com)

* Update zh-Hant.json (POEditor.com)

* Update cs.json (POEditor.com)

* Update da.json (POEditor.com)

* Update nl.json (POEditor.com)

* Update eo.json (POEditor.com)

* Update fr.json (POEditor.com)

* Update de.json (POEditor.com)

* Update it.json (POEditor.com)

* Update ja.json (POEditor.com)

* Update fa.json (POEditor.com)

* Update pl.json (POEditor.com)

* Update pt.json (POEditor.com)

* Update ru.json (POEditor.com)

* Update sl.json (POEditor.com)

* Update es.json (POEditor.com)

* Update th.json (POEditor.com)

* Update tr.json (POEditor.com)

* Update uk.json (POEditor.com)

* Update fi.json (POEditor.com)
This commit is contained in:
Deluan Quintão
2021-11-18 17:52:12 -05:00
committed by GitHub
parent d4447e373f
commit 8c7d95c135
20 changed files with 970 additions and 556 deletions
+18 -6
View File
@@ -95,7 +95,8 @@
"createdAt": "作成日",
"changePassword": "パスワードを変更しますか?",
"currentPassword": "現在のパスワード",
"newPassword": "新しいパスワード"
"newPassword": "新しいパスワード",
"token": "トークン"
},
"helperTexts": {
"name": "名前の変更は次回ログイン以降反映されます"
@@ -104,6 +105,10 @@
"created": "ユーザーが作成されました",
"updated": "ユーザーが更新されました",
"deleted": "ユーザーが削除されました"
},
"message": {
"listenBrainzToken": "ListenBrainzユーザートークンを入力",
"clickHereForToken": "ここをクリックしトークンを入手"
}
},
"player": {
@@ -116,7 +121,7 @@
"userName": "ユーザ名",
"lastSeen": "最後の利用",
"reportRealPath": "実際のファイルパスを返す",
"scrobbleEnabled": "Last.fmへscrobbleする"
"scrobbleEnabled": "他のサービスへscrobbleする"
}
},
"transcoding": {
@@ -145,7 +150,9 @@
"actions": {
"selectPlaylist": "プレイリストを選択",
"addNewPlaylist": "'%{name}' を作成",
"export": "エクスポート"
"export": "エクスポート",
"makePublic": "公開する",
"makePrivate": "非公開にする"
},
"message": {
"duplicate_song": "重複する曲を追加",
@@ -311,7 +318,11 @@
"lastfm": "Last.fmで開く",
"musicbrainz": "MusicBrainzで開く"
},
"lastfmLink": "続きを読む"
"lastfmLink": "続きを読む",
"listenBrainzLinkSuccess": "%{user} へのscrobbling設定に成功しました",
"listenBrainzLinkFailure": "ListenBrainzとのリンクに失敗しました: %{error}",
"listenBrainzUnlinkSuccess": "ListenBrainzとのリンクとscrobblingを無効化しました。",
"listenBrainzUnlinkFailure": "ListenBrainzとのリンクを解除できませんでした"
},
"menu": {
"library": "ライブラリ",
@@ -325,7 +336,8 @@
"language": "言語",
"defaultView": "デフォルト画面",
"desktop_notifications": "デスクトップ通知",
"lastfmScrobbling": "Last.fmへscrobbleする"
"lastfmScrobbling": "Last.fmへscrobbleする",
"listenBrainzScrobbling": "ListenBrainzへscrobble"
}
},
"albumList": "アルバム",
@@ -386,4 +398,4 @@
"toggle_love": "星の付け外し"
}
}
}
}