You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
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>
This commit is contained in:
committed by
GitHub
parent
295a62b649
commit
a0a54f2153
@@ -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)
|
||||
|
||||
93
webroot/lang/ja_JP.json
Normal file
93
webroot/lang/ja_JP.json
Normal file
@@ -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 のライセンス"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user