Update ja.json

This commit is contained in:
tkymmm
2025-01-28 15:09:26 +09:00
committed by GitHub
parent 00153029c7
commit a71a7964d2
+23 -3
View File
@@ -17,6 +17,7 @@
"All": "すべて", "All": "すべて",
"All Tracks": "すべての曲", "All Tracks": "すべての曲",
"Alt. URL": "代替URL", "Alt. URL": "代替URL",
"An error occurred adding tracks to the playlist": "プレイリストにトラックを追加する際にエラーが発生しました",
"Are you sure you want to delete the server": "サーバーを削除してもよろしいですか?", "Are you sure you want to delete the server": "サーバーを削除してもよろしいですか?",
"Artist": "アーティスト", "Artist": "アーティスト",
"Artist (A-Z)": "アーティスト (A-Z)", "Artist (A-Z)": "アーティスト (A-Z)",
@@ -27,6 +28,7 @@
"Audiobook": "オーディオブック", "Audiobook": "オーディオブック",
"Authentication failed": "認証に失敗しました", "Authentication failed": "認証に失敗しました",
"Auto": "自動", "Auto": "自動",
"Autoplay": "自動再生",
"Autoselect device": "デバイスを自動選択", "Autoselect device": "デバイスを自動選択",
"Back": "戻る", "Back": "戻る",
"Bit rate": "ビットレート", "Bit rate": "ビットレート",
@@ -69,6 +71,7 @@
"Enter": "入力", "Enter": "入力",
"EP": "EP", "EP": "EP",
"Equalizer": "イコライザー", "Equalizer": "イコライザー",
"Error": "エラー",
"Exclusive mode": "排他モード", "Exclusive mode": "排他モード",
"Favorites": "お気に入り", "Favorites": "お気に入り",
"Field Recording": "フィールドレコーディング", "Field Recording": "フィールドレコーディング",
@@ -104,6 +107,7 @@
"min": "分", "min": "分",
"minutes of track have been played": "トラックの再生時間", "minutes of track have been played": "トラックの再生時間",
"Mixtape": "ミックステープ", "Mixtape": "ミックステープ",
"Mode": "モード",
"Mute": "ミュート", "Mute": "ミュート",
"My Server": "自分のサーバー", "My Server": "自分のサーバー",
"Name": "名前", "Name": "名前",
@@ -155,7 +159,7 @@
"Restart required": "再起動が必要です", "Restart required": "再起動が必要です",
"Save play queue on exit": "終了時に再生キューを保存する", "Save play queue on exit": "終了時に再生キューを保存する",
"Saved at": "保存場所", "Saved at": "保存場所",
"Scrobble when": "Scrobble when", "Scrobble when": "スクロールすると",
"Search Everywhere": "全体から検索", "Search Everywhere": "全体から検索",
"Search page": "検索ページ", "Search page": "検索ページ",
"Search playlists or new playlist name": "プレイリストを検索または新しいプレイリスト名", "Search playlists or new playlist name": "プレイリストを検索または新しいプレイリスト名",
@@ -182,10 +186,12 @@
"Size": "サイズ", "Size": "サイズ",
"Skip duplicate tracks": "重複トラックをスキップ", "Skip duplicate tracks": "重複トラックをスキップ",
"Skip this version": "このバージョンをスキップ", "Skip this version": "このバージョンをスキップ",
"Sort": "ソート",
"Soundtrack": "サウンドトラック", "Soundtrack": "サウンドトラック",
"Spoken Word": "スポークン・ワード", "Spoken Word": "スポークン・ワード",
"Startup page": "起動時のページ", "Startup page": "起動時のページ",
"Stopped": "停止", "Stopped": "停止",
"Success": "成功",
"Support the project": "プロジェクトを支援する", "Support the project": "プロジェクトを支援する",
"Switch Servers": "サーバーの切替", "Switch Servers": "サーバーの切替",
"Testing connection": "接続テスト", "Testing connection": "接続テスト",
@@ -204,6 +210,8 @@
"Track peak": "トラックピーク", "Track peak": "トラックピーク",
"tracks": "トラック", "tracks": "トラック",
"UI Scaling": "UIスケーリング", "UI Scaling": "UIスケーリング",
"Unable to play artist radio": "アーティストラジオを再生できません",
"Unable to play random tracks": "ランダムトラックを再生できません",
"URL": "URL", "URL": "URL",
"Use legacy authentication": "レガシー認証を使用する", "Use legacy authentication": "レガシー認証を使用する",
"Username": "ユーザー名", "Username": "ユーザー名",
@@ -229,9 +237,21 @@
"Play song radio": "曲をラジオで再生", "Play song radio": "曲をラジオで再生",
"to":"to", "to":"to",
"by":"by", "by":"by",
"Jan": "1月",
"Feb": "2月",
"Mar": "3月",
"Apr": "4月",
"May": "5月",
"Jun": "6月",
"Jul": "7月",
"Aug": "8月",
"Sept": "9月",
"Oct": "10月",
"Nov": "11月",
"Dec": "12月",
"playlist.addedtracks": { "playlist.addedtracks": {
"one": "Added {{.trackCount}} track to playlist", "one": "プレイリストにトラックを追加しました",
"other": "Added {{.trackCount}} tracks to playlist" "other": "プレイリストに{{.trackCount}}個のトラックを追加しました"
} }
} }