add: japanese translation

This commit is contained in:
Fyphen
2024-07-07 11:51:23 +07:00
committed by ThePedroo
parent 6952bf1888
commit f4b7c3bd9b
3 changed files with 46 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
# 🌎 Translator
- **en_US** by [@PerformanC (The PerformanC Organization)](https://github.com/PerformanC)
- **ja_JP** by [@Fyphen1223](https://github.com/Fyphen1223)
- **pt_BR** by [@ThePedroo](https://github.com/ThePedroo)
- **ro_RO** by [@ExtremeXT](https://github.com/ExtremeXT)
- **ru_RU** by [@Emulond](https://github.com/Emulond)
+2
View File
@@ -130,8 +130,10 @@ export async function getTranslations(locate) {
return await translateData.json()
}
/* INFO: This list is in alphabetical order. */
export const avaliableLanguages = [
"en_US", /* INFO: Translated by @PerformanC (The PerformanC Organization) */
"ja_JP", /* INFO: Translated by @Fyphen1223 */
"pt_BR", /* INFO: Translated by @ThePedroo */
"ro_RO", /* INFO: Translated by @ExtremeXT */
"ru_RU", /* INFO: Translated by Emulond Argent (@Emulond) */
+43
View File
@@ -0,0 +1,43 @@
{
"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": "不明"
}
}