Update translations (#1134)
* Update de.json (POEditor.com) * Update ja.json (POEditor.com) * Update cs.json (POEditor.com) * Update nl.json (POEditor.com) * Update fr.json (POEditor.com) * Update de.json (POEditor.com) * Update es.json (POEditor.com) * Update uk.json (POEditor.com) * Update sl.json (POEditor.com) * Update fr.json (POEditor.com) * Update it.json (POEditor.com) * Update it.json (POEditor.com) * Update cs.json (POEditor.com) * Update sl.json (POEditor.com) * Update de.json (POEditor.com) * Update pt.json (POEditor.com) * Update it.json (POEditor.com) * Update pt.json (POEditor.com) * Update zh-Hans.json (POEditor.com) * Update nl.json (POEditor.com) * Update es.json (POEditor.com) * Update cs.json (POEditor.com) * Update zh-Hans.json (POEditor.com) * Update de.json (POEditor.com) * Update fr.json (POEditor.com) * Update sl.json (POEditor.com) * Update ja.json (POEditor.com) * Update uk.json (POEditor.com) * Update cs.json (POEditor.com) * Update nl.json (POEditor.com)
This commit is contained in:
+27
-13
@@ -23,7 +23,8 @@
|
||||
"comment": "コメント",
|
||||
"rating": "レート",
|
||||
"quality": "品質",
|
||||
"bpm": ""
|
||||
"bpm": "BPM",
|
||||
"playDate": "最後の再生"
|
||||
},
|
||||
"actions": {
|
||||
"addToQueue": "最後に再生",
|
||||
@@ -88,17 +89,17 @@
|
||||
"name": "名前",
|
||||
"password": "パスワード",
|
||||
"createdAt": "作成日",
|
||||
"changePassword": "",
|
||||
"currentPassword": "",
|
||||
"newPassword": ""
|
||||
"changePassword": "パスワードを変更しますか?",
|
||||
"currentPassword": "現在のパスワード",
|
||||
"newPassword": "新しいパスワード"
|
||||
},
|
||||
"helperTexts": {
|
||||
"name": ""
|
||||
"name": "名前の変更は次回ログイン以降反映されます"
|
||||
},
|
||||
"notifications": {
|
||||
"created": "",
|
||||
"updated": "",
|
||||
"deleted": ""
|
||||
"created": "ユーザーが作成されました",
|
||||
"updated": "ユーザーが更新されました",
|
||||
"deleted": "ユーザーが削除されました"
|
||||
}
|
||||
},
|
||||
"player": {
|
||||
@@ -110,7 +111,8 @@
|
||||
"client": "クライアント",
|
||||
"userName": "ユーザ名",
|
||||
"lastSeen": "最後の利用",
|
||||
"reportRealPath": "実際のファイルパスを返す"
|
||||
"reportRealPath": "実際のファイルパスを返す",
|
||||
"scrobbleEnabled": "Last.fmへscrobbleする"
|
||||
}
|
||||
},
|
||||
"transcoding": {
|
||||
@@ -173,7 +175,7 @@
|
||||
"email": "メールアドレスである必要があります",
|
||||
"oneOf": "次のいずれかである必要があります: %{options}",
|
||||
"regex": "次の正規表現形式にする必要があります: %{pattern}",
|
||||
"unique": ""
|
||||
"unique": "一意である必要があります"
|
||||
},
|
||||
"action": {
|
||||
"add_filter": "検索条件",
|
||||
@@ -277,7 +279,14 @@
|
||||
"data_provider_error": "dataProviderエラー。詳細はコンソールを確認してください",
|
||||
"i18n_error": "翻訳ファイルが読み込めませんでした",
|
||||
"canceled": "元に戻しました",
|
||||
"logged_out": "認証に失敗しました。再度ログインしてください"
|
||||
"logged_out": "認証に失敗しました。再度ログインしてください",
|
||||
"new_version": "新しいバージョンが利用可能です!ページを更新してください。"
|
||||
},
|
||||
"toggleFieldsMenu": {
|
||||
"columnsToDisplay": "表示列",
|
||||
"layout": "レイアウト",
|
||||
"grid": "グリッド",
|
||||
"table": "テーブル"
|
||||
}
|
||||
},
|
||||
"message": {
|
||||
@@ -289,7 +298,11 @@
|
||||
"delete_user_title": "'%{name}' を削除",
|
||||
"delete_user_content": "このユーザーとその全てのデータ(プレイリストや設定)を削除してもよろしいですか?",
|
||||
"notifications_blocked": "ブラウザの設定でこのサイトの通知がブロックされています",
|
||||
"notifications_not_available": "このブラウザはデスクトップ通知をサポートしていません"
|
||||
"notifications_not_available": "このブラウザはデスクトップ通知をサポートしていません",
|
||||
"lastfmLinkSuccess": "Last.fmとリンクしscrobbleが有効になりました",
|
||||
"lastfmLinkFailure": "Last.fmとリンクできませんでした",
|
||||
"lastfmUnlinkSuccess": "設定が解除され、Last.fmへのscrobbleは無効になっています",
|
||||
"lastfmUnlinkFailure": "Last.fmとリンクできませんでした"
|
||||
},
|
||||
"menu": {
|
||||
"library": "ライブラリ",
|
||||
@@ -302,7 +315,8 @@
|
||||
"theme": "テーマ",
|
||||
"language": "言語",
|
||||
"defaultView": "デフォルト画面",
|
||||
"desktop_notifications": "デスクトップ通知"
|
||||
"desktop_notifications": "デスクトップ通知",
|
||||
"lastfmScrobbling": "Last.fmへscrobbleする"
|
||||
}
|
||||
},
|
||||
"albumList": "アルバム",
|
||||
|
||||
Reference in New Issue
Block a user