From a0a54f2153f065fe0e1cd6767a6941be1b614462 Mon Sep 17 00:00:00 2001 From: "Re*Index. (ot_inc)" <32851879+reindex-ot@users.noreply.github.com> Date: Sat, 5 Jul 2025 12:30:22 +0900 Subject: [PATCH] add: `ja_JP` translation to WebUI (#195) This commit adds Japanese translation to ReZygisk WebUI. Signed-off-by: Re*Index. (ot_inc) <32851879+reindex-ot@users.noreply.github.com> --- TRANSLATOR.md | 2 +- webroot/lang/ja_JP.json | 93 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 webroot/lang/ja_JP.json diff --git a/TRANSLATOR.md b/TRANSLATOR.md index b2e6453..fde0a41 100644 --- a/TRANSLATOR.md +++ b/TRANSLATOR.md @@ -6,7 +6,7 @@ - **es_ES** by [@LuchoModzzz](https://github.com/Lxchoooo) - **es_MX** by [@LuchoModzzz](https://github.com/Lxchoooo) - **fr_FR** by [@GhostFRR](https://github.com/GhostFRR) -- **ja_JP** by [@Fyphen1223](https://github.com/Fyphen1223) +- **ja_JP** by [@Fyphen1223](https://github.com/Fyphen1223) & [@reindex-ot](https://github.com/reindex-ot) - **id_ID** by [@bpanca05](https://github.com/bpanca05) & [@LuckyKiddos](https://github.com/GuitarHeroStyles) - **it_IT** by [@thasave14](https://github.com/thasave14) - **pt_BR** by [@ThePedroo](https://github.com/ThePedroo) diff --git a/webroot/lang/ja_JP.json b/webroot/lang/ja_JP.json new file mode 100644 index 0000000..ebdee94 --- /dev/null +++ b/webroot/lang/ja_JP.json @@ -0,0 +1,93 @@ +{ + "langName": "日本語", + "global": { + "unknown": "不明" + }, + "smallPage": { + "language": { + "header": "言語を選択してください" + }, + "theme": { + "header": "テーマを選択してください", + "dark": "ダーク", + "light": "ライト", + "system": "システムベース" + }, + "errorh": { + "buttons": { + "copy": "コピー", + "clear": "すべてのログを消去" + }, + "header": "エラーの履歴", + "placeholder": "エラーログは記録されていません!" + } + }, + "page": { + "home": { + "header": "ホーム", + "status": { + "notWorking": "動作していません", + "ok": "動作中", + "partially": "部分的に動作中" + }, + "info": { + "version": "バージョン", + "root": "Root の実装", + "zygote": { + "injected": "インジェクト済み", + "notInjected": "未インジェクト", + "unknown": "不明" + } + } + }, + "modules": { + "header": "モジュール", + "notAvaliable": "Zygisk を使用するモジュールはありません。", + "arch": "アーキテクチャ: " + }, + "actions": { + "header": "アクション", + "monitorButton": { + "start": "開始", + "stop": "停止", + "pause": "一時停止" + }, + "monitor": "監視", + "status": { + "tracing": "トレース中", + "stopping": "停止中", + "stopped": "停止済み", + "exiting": "終了中", + "unknown": "不明" + } + }, + "settings": { + "header": "設定", + "font": { + "header": "システムフォントを有効化", + "description": "現在の WebUI でシステムフォントの使用を有効化します。注意: FlipFont との互換性がない場合があります" + }, + "theme": { + "header": "システムテーマ", + "description": "WebUI のシステムテーマを変更します" + }, + "language": { + "header": "言語の変更", + "description": "言語を変更します" + }, + "logs": { + "header": "エラーの履歴", + "description": "すべてのエラーログを表示します" + }, + "credits": { + "module": "モジュールの開発者", + "original": "オリジナルの開発者", + "web": "WebUI の開発者" + }, + "license": { + "module": "モジュールのライセンス", + "web": "WebUI のライセンス" + } + } + } +}