feat: support i18n namespace

This commit is contained in:
ReaJason
2025-08-13 23:53:40 +08:00
parent a5f6411444
commit 3f5a2ddb6b
41 changed files with 987 additions and 663 deletions
+37
View File
@@ -0,0 +1,37 @@
{
"about": "About",
"basicInfo": "BasicInfo",
"byPassJavaModule": "Bypass JavaModule",
"cancel": "Cancel",
"copyLabelSuccess": "Copy {{label}} successfully",
"copySuccess": "Copy successfully",
"debug": "Debug Mode",
"download": "Downlaod",
"encryptor": "Encryptor",
"feedback": "Feedback",
"generateResult": "Generate Result",
"generator": "Generator",
"headerName": "HeaderName",
"headerValue": "HeaderValue",
"implementationClass": "ImplementationClass",
"loading": "Loading...",
"mainConfig.title": "Main Config",
"MemShellGenerator": "MemShellGenerator",
"optional": "(Optional)",
"packerConfig.title": "Package Config",
"packerMethod": "Package Method",
"paramName": "ParamName",
"placeholders.input": "Please input",
"placeholders.select": "Please select",
"ProbeShellGenerator": "ProbeShellGenerator",
"quickUsage.title": "Quick Usage",
"server": "Server",
"serverVersion": "Server Version",
"shrink": "Shrink",
"toast.generateError": "Generation failed, {{error}}",
"toast.generateSuccess": "Generation successful",
"urlPattern": "URL Pattern",
"usage": "Usage",
"version.updateAvailable": "Update Available",
"version.updateAvailableTooltip": "Click to Open Github Release Page ( v{{currentVersion}} -> v{{latestVersion}})"
}
+37
View File
@@ -0,0 +1,37 @@
{
"about": "关于",
"basicInfo": "基本信息",
"byPassJavaModule": "绕过 Java 模块限制",
"cancel": "取消",
"copyLabelSuccess": "复制 {{label}} 成功",
"copySuccess": "复制成功",
"debug": "调试模式",
"download": "下载",
"encryptor": "加密器",
"feedback": "反馈",
"generateResult": "生成结果",
"generator": "生成器",
"headerName": "请求头名称",
"headerValue": "请求头值",
"implementationClass": "实现类",
"loading": "加载中...",
"mainConfig.title": "核心配置",
"MemShellGenerator": "内存马生成器",
"optional": "(可选)",
"packerConfig.title": "打包配置",
"packerMethod": "打包方式",
"paramName": "参数名称",
"placeholders.input": "请输入",
"placeholders.select": "请选择",
"ProbeShellGenerator": "探测马生成器",
"quickUsage.title": "快速使用",
"server": "服务类型",
"serverVersion": "服务版本",
"shrink": "缩小字节码",
"toast.generateError": "生成失败,{{error}}",
"toast.generateSuccess": "生成成功",
"urlPattern": "请求路径",
"usage": "使用指南",
"version.updateAvailable": "有可用升级",
"version.updateAvailableTooltip": "点击前往 GitHub Release ( v{{currentVersion}} -> v{{latestVersion}})"
}