Modify optimize i18ns

This commit is contained in:
2023-04-27 21:31:35 +08:00
parent 023b432c0b
commit c7e160c2fc
2 changed files with 22 additions and 22 deletions

View File

@@ -99,7 +99,7 @@
</div>
<div class="mdui-textfield" id="new_xshare_prefs_div">
<i class="mdui-icon material-icons">style</i>
<label class="mdui-textfield-label i18n">{{declarationNewXSharePrefs}}</label>
<label class="mdui-textfield-label i18n">{{useNewXSharedPreferences}}</label>
<select class="mdui-select" id="new_xshare_prefs_select">
<option class="i18n" value="0">{{notConfigure}}</option>
<option class="i18n" value="1">{{yesOfConfigure}}</option>
@@ -117,7 +117,7 @@
onclick="moduleScope.showAddDialog()"
style="margin-left: 40px;width: 92%">
<i class="mdui-icon material-icons" style="margin-bottom: 4px;margin-right: 4px">add</i>
<span class="i18n" style="text-transform: none">{{addApps}}</span>
<span class="i18n" style="text-transform: none">{{addNewApp}}</span>
</button>
</div>
<div style="margin-top: 15px"></div>
@@ -198,7 +198,7 @@
</button>
</div>
<div class="mdui-dialog" id="module_scope_dialog" style="max-width: 500px">
<div class="mdui-dialog-title i18n">{{addApps}}</div>
<div class="mdui-dialog-title i18n">{{addNewApp}}</div>
<div>
<span class="i18n" style="margin-left: 24px">{{selectScopeAppsOrEnterOnceTip}}</span>
<select class="mdui-select" id="module_scope_select" style="margin-left: 26px;margin-top: 10px">

View File

@@ -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",