Merge pull request #541 from tkymmm/main

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