Files
ReZygisk/webroot/lang/ja_JP.json
2024-11-12 00:08:49 -03:00

53 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"langName": "日本語 (日本)",
"langModal": {
"header": "言語を選択してください"
},
"infoCard": {
"status": {
"unknown": "ReZygiskのステータスが不明です",
"notWorking": "ReZygiskが機能していません",
"ok": "ReZygiskは完全に機能しています",
"partially": "ReZygiskは部分的に機能しています"
},
"version": "バージョン",
"root": "root権限実装",
"zygote": {
"injected": "改変完了",
"notInjected": "未改変",
"unknown": "不明"
}
},
"moduleCard": {
"header": "モジュール",
"arch": "アーキテクチャー: "
},
"settings": {
"header": "設定",
"daemonButton": {
"start": "スタート",
"stop": "ストップ",
"exit": "終了"
}
},
"cmdErrors": {
"ptrace64": "zygisk-ptrace64を実行している間にエラーが発生しました。",
"ptrace32": "zygisk-ptrace32を実行している間にエラーが発生しました。",
"ls": "zygiskフォルダ内のモジュールをリストする間にエラーが発生しました。",
"cat": "モジュールのmoudle.propを読み込んでいる最中にエラーが発生しました。",
"find": "zygiskモジュールを検索している間にエラーが発生しました。"
},
"global": {
"unknown": "不明"
},
"errorHistory": {
"header": "Error History",
"placeholder": "No error log recorded here!"
},
"switcher": {
"font": {
"header": "Enable system font",
"description": "This option will enable system font in current WebUI. NOTE: May not be compatible with FlipFont"
}
}
}