Files
ReZygisk/webroot/lang/ja_JP.json
T
ThePedroo 32579a2ebc fix: translations by reverting some to English
This commit reverts the translations done by Google Translator to English, waiting for natives to translate them.
2024-11-12 00:09:08 -03:00

73 lines
2.1 KiB
JSON

{
"langName": "日本語 (日本)",
"cmdErrors": {
"ptrace64": "zygisk-ptrace64を実行している間にエラーが発生しました。",
"ptrace32": "zygisk-ptrace32を実行している間にエラーが発生しました。",
"ls": "zygiskフォルダ内のモジュールをリストする間にエラーが発生しました。",
"cat": "モジュールのmodule.propを読み込んでいる最中にエラーが発生しました。",
"find": "zygiskモジュールを検索している間にエラーが発生しました。"
},
"global": {
"unknown": "不明"
},
"modal": {
"logs": {
"header": "Error History",
"placeholder": "No error log recorded here!"
},
"language": {
"header": "言語を選択してください"
}
},
"page": {
"home": {
"header": "Home",
"status": {
"unknown": "Unknown",
"notWorking": "Not Working",
"ok": "Working",
"partially": "Partially Working"
},
"info": {
"version": "バージョン",
"root": "root権限実装",
"zygote": {
"injected": "改変完了",
"notInjected": "未改変",
"unknown": "不明"
}
}
},
"modules": {
"header": "モジュール",
"arch": "アーキテクチャー: "
},
"action": {
"header": "設定",
"daemonButton": {
"start": "スタート",
"stop": "ストップ",
"exit": "終了"
}
},
"settings": {
"header": "設定",
"font": {
"header": "Enable system font",
"description": "This option will enable system font in current WebUI. NOTE: May not be compatible with FlipFont"
},
"theme": {
"header": "Enable light theme",
"description": "This option will enable light theme for WebUI"
},
"language": {
"header": "Change language",
"description": "Change to your new language"
},
"logs": {
"header": "Error History",
"description": "View all of your error log"
}
}
}
}