mirror of
https://github.com/HighCapable/YukiHookAPI-ProjectBuilder.git
synced 2025-09-08 19:44:19 +08:00
Modify optimize i18ns
This commit is contained in:
@@ -107,26 +107,26 @@ const locale = {
|
||||
"agpVersion": "Android Gradle Plugin Version",
|
||||
"kotlinVersion": "Kotlin Version",
|
||||
"yukiHookApiVersion": "YukiHookAPI Version",
|
||||
"createDefaultActivity": "Create default Activity (with active state)",
|
||||
"createBlankActivity": "Create a blank Activity",
|
||||
"withoutUiComponents": "No UI components required",
|
||||
"createDefaultActivity": "Create Default Activity (with active state)",
|
||||
"createBlankActivity": "Create Blank Activity",
|
||||
"withoutUiComponents": "No UI Components",
|
||||
"appMinApiVersion": "App Min API Version",
|
||||
"appTargetApiVersion": "App Target API Version",
|
||||
"xposedMinApiVersion": "Xposed Min API Version",
|
||||
"targetXposedPlatform": "Target Xposed Platform",
|
||||
"universal": "Universal",
|
||||
"nativeXposed": "Native Xposed",
|
||||
"declarationNewXSharePrefs": "Declaration New XShare Prefs (Xposed Min API ≥ 93 was optional)",
|
||||
"useNewXSharedPreferences": "Use New XSharedPreferences (Xposed Min API ≥ 93 was optional)",
|
||||
"moduleScope": "Module Scope",
|
||||
"addApps": "Add apps",
|
||||
"entryClassName": "Entry class name (When blank use the default value)",
|
||||
"addResourcesHookSupport": "Add Resources Hook support",
|
||||
"debugLogTagName": "Debug log TAG name (Default is YukiHookAPI)",
|
||||
"enableDebugMode": "Enable debug mode",
|
||||
"enableDebugLog": "Enable debug log output",
|
||||
"enableModuleResourcesCache": "Enable module Resources caching",
|
||||
"enableModuleStatus": "Enable module activation status listening",
|
||||
"enableYukiHookDataChannel": "Enable YukiHookDataChannel feature",
|
||||
"addNewApp": "Add New App",
|
||||
"entryClassName": "Entry Class Name (When blank use the default value)",
|
||||
"addResourcesHookSupport": "Add Resources Hook Support",
|
||||
"debugLogTagName": "Debug Log TAG Name (Default is YukiHookAPI)",
|
||||
"enableDebugMode": "Enable Debug Mode",
|
||||
"enableDebugLog": "Enable Debug Log Output",
|
||||
"enableModuleResourcesCache": "Enable Module Resources Cache",
|
||||
"enableModuleStatus": "Enable Module Activate Status Listener",
|
||||
"enableYukiHookDataChannel": "Enable YukiHookDataChannel",
|
||||
"selectScopeAppsOrEnterOnceTip": "Please select the app you need to add to the scope from the list",
|
||||
"customize": "Customize",
|
||||
"systemFramework": "System Framework",
|
||||
@@ -176,8 +176,8 @@ const locale = {
|
||||
"close": "Close",
|
||||
"done": "Done",
|
||||
"later": "Later",
|
||||
"notConfigure": "Not configured",
|
||||
"notConfigureDefYes": "Not configured (Default Yes/Enabled)",
|
||||
"notConfigure": "Not Configured",
|
||||
"notConfigureDefYes": "Not Configured (Default Yes/Enabled)",
|
||||
"yesOfConfigure": "Yes/Enabled",
|
||||
"noOfConfigure": "No/Disabled",
|
||||
"version": "Version",
|
||||
@@ -249,9 +249,9 @@ const locale = {
|
||||
"targetXposedPlatform": "目标 Xposed 平台",
|
||||
"universal": "通用",
|
||||
"nativeXposed": "原生 Xposed",
|
||||
"declarationNewXSharePrefs": "声明 New XShare Prefs (Xposed 最低 API ≥ 93 无需声明)",
|
||||
"useNewXSharedPreferences": "使用 New XSharedPreferences (Xposed 最低 API ≥ 93 无需声明)",
|
||||
"moduleScope": "模块作用域",
|
||||
"addApps": "添加应用",
|
||||
"addNewApp": "添加应用",
|
||||
"entryClassName": "入口类名 (不填使用默认值生成)",
|
||||
"addResourcesHookSupport": "添加 Resources Hook 支持",
|
||||
"debugLogTagName": "调试日志 TAG 名称 (不填默认为 YukiHookAPI)",
|
||||
@@ -382,9 +382,9 @@ const locale = {
|
||||
"targetXposedPlatform": "ターゲットXposedプラットフォーム",
|
||||
"universal": "ユニバーサル",
|
||||
"nativeXposed": "ネイティブXposed",
|
||||
"declarationNewXSharePrefs": "宣言新しいXShare設定(Xposed最小API≥93宣言は不要)",
|
||||
"useNewXSharedPreferences": "使い New XSharedPreferences (Xposed 最小 API ≥ 93 使いない)",
|
||||
"moduleScope": "モジュールスコープ",
|
||||
"addApps": "アプリを追加",
|
||||
"addNewApp": "アプリを追加",
|
||||
"entryClassName": "エントリクラス名(デフォルトを使用するには空)",
|
||||
"addResourcesHookSupport": "リソースフックのサポートを追加",
|
||||
"debugLogTagName": "デバッググロタグ名(デフォルトはYukiHookAPI)",
|
||||
|
Reference in New Issue
Block a user