From 74f22b4474dc50475efe2df60f1e4fb2d9abd6e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=BF=E3=82=82=E3=81=A1?= Date: Sat, 19 Oct 2024 07:36:45 +0000 Subject: [PATCH] chore(i18n): Translated using Weblate (Japanese) Currently translated at 100.0% (397 of 397 strings) Translation: th-ch/youtube-music/i18n Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/ja/ --- src/i18n/resources/ja.json | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/src/i18n/resources/ja.json b/src/i18n/resources/ja.json index cf7640e4..066cbbca 100644 --- a/src/i18n/resources/ja.json +++ b/src/i18n/resources/ja.json @@ -279,6 +279,49 @@ }, "name": "アンビエント モード" }, + "api-server": { + "description": "プレイヤーを制御するAPIサーバーを追加", + "dialog": { + "request": { + "buttons": { + "allow": "許可", + "deny": "拒否" + }, + "message": "{{ID}}が{{origin}}にアクセスすることを許可しますか?", + "title": "API承認リクエスト" + } + }, + "menu": { + "auth-strategy": { + "label": "許可方法", + "submenu": { + "auth-at-first": { + "label": "初回リクエスト時に承認" + }, + "none": { + "label": "不許可" + } + } + }, + "hostname": { + "label": "ホスト名" + }, + "port": { + "label": "ポート" + } + }, + "name": "APIサーバー(Beta)", + "prompt": { + "hostname": { + "label": "APIサーバーのポート名(0.0.0.0など)を入力:", + "title": "ホスト名" + }, + "port": { + "label": "APIサーバーのポートを入力:", + "title": "ポート" + } + } + }, "audio-compressor": { "description": "オーディオにコンプレッサーを適用します(信号での一番大きい部分の音量を下げ、小さい部分の音量を上げる)", "name": "オーディオコンプレッサー"