Update japanese.js (#608)

This commit is contained in:
maboroshin 2023-03-18 13:42:08 +09:00 committed by GitHub
parent 871d841ebd
commit 405531a03b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 23 deletions

View File

@ -5,8 +5,8 @@ module.exports = {
home: "ホーム",
subscriptions: "登録チャンネル",
library: "ライブラリ",
restart: "Restart",
later: "Later",
restart: "再起動",
later: "後で",
settingRestart:
"変更を適用するためにアプリの再起動が必要です。",
okay: "OK",
@ -27,26 +27,26 @@ module.exports = {
plugins: "プラグイン",
startup: "起動時",
theme: "テーマ",
tweaks: "Tweaks",
tweaks: "調整",
updates: "アップデート"
},
index: {
connecting: "Connecting",
plugins: "Loading Plugins",
launching: "Launching",
connecting: "接続中",
plugins: "プラグインを読み込み",
launching: "起動中",
},
settings: {
general: "全般",
theme: "テーマ",
player: "プレーヤー",
uitweaker: "UI Tweaker",
uitweaker: "UI 設定",
startupoptions: "起動時の設定",
plugins: "プラグイン",
updates: "アップデート",
logs: "ログ",
about: "About",
about: "情報",
devmode: "開発者モード",
},
@ -59,15 +59,15 @@ module.exports = {
},
theme: {
normal: "通常",
adaptive: "Adaptive",
adaptive: "適応的",
custom: "カスタム",
dark: "ダーク",
black: "Black",
black: "ブラック",
darkmode: "ダークモード",
darkmodetagline: "Bravo Six, Going Dark.(ブラボー6 通信を終了する)",
},
tweaks: {
fullscreen: "フルスクリーン",
fullscreen: "全画面",
navbarblur: "ナビゲーションバーをぼかす",
roundedcorners: "角丸",
roundthumbnails: "丸みを帯びたサムネイル",
@ -88,14 +88,14 @@ module.exports = {
installed: "インストール済のバージョン",
latest: "最新バージョン",
published: "Published",
users: "Users",
size: "Update Size",
published: "公開日",
users: "利用数",
size: "更新サイズ",
okay: "OK",
refresh: "Refresh",
update: "Update",
later: "Later",
refresh: "更新",
update: "アップデート",
later: "後で",
},
logs: {
more: "詳細",
@ -119,8 +119,8 @@ module.exports = {
createentryfull: "レジストリのエントリを作成",
cancel: "キャンセル",
create: "作成",
key: "Key",
value: "Value",
key: "キー",
value: "",
confirmdelete: "削除を確認",
areyousure: "本当に削除しますか?",
delete: "削除",
@ -130,17 +130,17 @@ module.exports = {
events: {
welcome: "ようこそVueTubeへ",
tagline: "The future of video streaming",
tagline: "動画ストリーミングの未来形",
next: "次へ",
updated: "VueTubeはアップデートされました。",
awesome: "Awesome",
awesome: "ナイス",
langsetup: "言語を選択",
featuresetup: "いくつかの機能を選択",
enableryd: "Return YouTube Dislikeを有効化",
enablespb: "SponsorBlockを有効化",
thanks: "VueTubeをご利用いただきありがとうございます。",
enjoy: "素晴らしい体験になるよう願っています",
packageinstaller: "Select a Package to Download",
packageinstaller: "ダウンロードしたいパッケージを選択",
},
};