-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from jhqwqmc/v3
- Loading branch information
Showing
11 changed files
with
262 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"animpreview": { | ||
"title": "动画预览", | ||
"subtitle": "在无需放入游戏中的情况下预览TAB动画", | ||
"yamlInput": "YAML 输入" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"animtab": { | ||
"title": "动画TAB", | ||
"subtitle": "TAB插件渐变动画创建器", | ||
"animationName": "动画名称", | ||
"speed": "速度", | ||
"outputFormat": "输出格式", | ||
"outputType": "输出类型", | ||
"length": "渐变长度" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"animtexture": { | ||
"title": "动画纹理", | ||
"subtitle": "轻松合并材质以创建资源包动画", | ||
"textureName": "材质名称", | ||
"cumulative": "累积(如果 GIF 帧断裂,请打开此选项)", | ||
"generate": "生成", | ||
"downloadPNG": "下载 PNG", | ||
"downloadMCMETA": "下载 MCMETA" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"nav": { | ||
"gradients": "渐变", | ||
"hexGradient": "十六进制渐变", | ||
"animatedTAB": "TAB动画", | ||
"tabAnimationPreviewer": "TAB动画预览器", | ||
"analysis": "分析", | ||
"sparkProfile": "Spark Profile", | ||
"paperTimings": "Paper Timings", | ||
"misc": "其他", | ||
"animatedTextures": "动画纹理", | ||
"flags": "标志", | ||
"colorCodeStripper": "颜色代码去除器", | ||
"presetTools": "预设工具", | ||
"privacyPolicy": "隐私政策" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"color": { | ||
"output": "输出", | ||
"outputSubtitle": "这是你在聊天中输入的内容。点击它以复制。", | ||
"colorAmount": "颜色数量", | ||
"hexColor": "十六进制颜色", | ||
"inputText": "输入文本", | ||
"presets": "预设", | ||
"exportedPreset": "成功导出预设到剪贴板!", | ||
"importedPreset": "成功导入预设!", | ||
"invalidPreset": "无效的预设!\n如果这是一个旧的预设,请使用<a class=\"text-blue-500\" href=\"/PresetTools\">预设工具</a>页面更新它,如果不是,请报告给<a class=\"text-blue-500\" href=\"https://discord.simplymc.art/\">开发者</a>。", | ||
"export": "导出", | ||
"import": "导入(粘贴到这里)", | ||
"bold": "粗体", | ||
"strikethrough": "删除线", | ||
"underline": "下划线", | ||
"italic": "斜体", | ||
"customFormat": "自定义格式", | ||
"custom": "自定义", | ||
"placeholders": "占位符:", | ||
"formatting": "格式", | ||
"character": "字符", | ||
"formatCharacter": "格式字符", | ||
"colorPreset": "颜色预设", | ||
"colorFormat": "颜色格式" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"colorstrip": { | ||
"title": "颜色代码去除器", | ||
"subtitle": "从文本中去除所有颜色/格式代码", | ||
"inputText": "输入文本", | ||
"output": "输出", | ||
"colorCodeType": "颜色代码类型" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,145 @@ | ||
{ | ||
"flags": { | ||
"title": "标志生成器", | ||
"subtitle": "一个简单的脚本生成器,用于以最佳标志启动Minecraft服务器。", | ||
"software": { | ||
"label": "软件", | ||
"description": "您的Minecraft服务器将在其上运行的软件。" | ||
}, | ||
"config": { | ||
"label": "配置", | ||
"description": "可以添加和修改启动脚本的各种设置。" | ||
}, | ||
"result": "结果", | ||
"environments": { | ||
"label": "操作系统", | ||
"description": "服务器运行的操作系统。", | ||
"linux": { | ||
"label": "Linux", | ||
"description": "用于服务器的最常见操作系统" | ||
}, | ||
"windows": { | ||
"label": "Windows", | ||
"description": "用于家庭桌面的最常见操作系统" | ||
}, | ||
"macos": { | ||
"label": "macOS", | ||
"description": "苹果的操作系统" | ||
}, | ||
"pterodactyl": { | ||
"label": "Pterodactyl", | ||
"description": "大多数主机使用的基于Web的服务器管理平台" | ||
}, | ||
"command": { | ||
"label": "命令", | ||
"description": "仅启动服务器所需的java命令" | ||
} | ||
}, | ||
"serverType": { | ||
"paper": { | ||
"label": "Paper", | ||
"description": "基于Bukkit的插件加载器" | ||
}, | ||
"purpur": { | ||
"label": "Purpur", | ||
"description": "基于Bukkit的插件加载器,但更多功能" | ||
}, | ||
"velocity": { | ||
"label": "Velocity", | ||
"description": "带有插件加载器的代理" | ||
}, | ||
"forge": { | ||
"label": "Forge", | ||
"description": "模组加载器" | ||
}, | ||
"fabric": { | ||
"label": "Fabric", | ||
"description": "更好的模组加载器" | ||
}, | ||
"waterfall": { | ||
"label": "Waterfall", | ||
"description": "已弃用的代理" | ||
} | ||
}, | ||
"gui": { | ||
"label": "使用GUI", | ||
"description": "是否显示内置的服务器管理GUI。" | ||
}, | ||
"autoRestart": { | ||
"label": "自动重启", | ||
"description": "是否在停止后自动重新启动。" | ||
}, | ||
"variables": { | ||
"label": "使用变量", | ||
"description": "是否在脚本中使用环境变量来定义内存、文件名和其他常常更改的元素。" | ||
}, | ||
"fileName": { | ||
"label": "文件名", | ||
"description": "将用于启动服务器的文件的名称。" | ||
}, | ||
"script": { | ||
"label": "脚本", | ||
"description": "生成的脚本,可用于启动服务器。将此文件放在与{{fileName}}相同的位置,然后执行它!" | ||
}, | ||
"flags": { | ||
"label": "标志", | ||
"description": "通常优化服务器性能的启动参数集合。", | ||
"none": { | ||
"label": "无", | ||
"description": "用于您的服务器的空白板。" | ||
}, | ||
"aikars": { | ||
"label": "Aikar的标志", | ||
"description": "用于提高服务器性能的经典可靠标志。" | ||
}, | ||
"benchmarkedG1GC": { | ||
"label": "基准测试(G1GC)", | ||
"description": "由基准测试支持的性能标志。使用G1GC,类似于Aikar的标志。" | ||
}, | ||
"benchmarkedZGC": { | ||
"label": "基准测试(ZGC)", | ||
"description": "由基准测试支持的性能标志。使用ZGC,在不同系统之间可能不太可靠。" | ||
}, | ||
"benchmarkedShenandoah": { | ||
"label": "基准测试(Shenandoah)", | ||
"description": "由基准测试支持的性能标志。使用Shenandoah,类似于hilltty的标志。" | ||
}, | ||
"hillttys": { | ||
"label": "hilltty的标志", | ||
"description": "基于Shenandoah GC的实验性能标志。可能需要额外的设置。" | ||
}, | ||
"obyduxs": { | ||
"label": "Obydux的标志", | ||
"description": "基于Etil的标志和基准测试(G1GC)的实验性能标志,仅限于Linux用户。可能需要额外的设置。" | ||
}, | ||
"etils": { | ||
"label": "Etil的标志", | ||
"description": "基于Aikar的标志的实验性和存档性能标志,仅限于Linux用户。" | ||
}, | ||
"proxy": { | ||
"label": "代理", | ||
"description": "大多数代理服务器软件的通用性能标志。" | ||
} | ||
}, | ||
"extraFlags": { | ||
"label": "额外标志", | ||
"description": "可能改善性能或更改功能的附加标志。", | ||
"vectors": { | ||
"label": "现代矢量", | ||
"description": "启用SIMD操作,以优化Pufferfish及其分支上的地图项目渲染。" | ||
}, | ||
"benchmarkedGraalVM": { | ||
"label": "基准测试(GraalVM)", | ||
"description": "基准测试(G1GC)的额外性能标志,仅限于GraalVM用户。" | ||
} | ||
}, | ||
"memory": { | ||
"label": "内存", | ||
"description": "分配给服务器的内存(RAM)量。", | ||
"warning": { | ||
"low": "建议增加分配给服务器的内存量。", | ||
"high": "建议减少分配给服务器的内存量。" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"gradient": { | ||
"title": "十六进制渐变", | ||
"subtitle": "创建十六进制颜色渐变", | ||
"prefix": "前缀(通常用于命令)", | ||
"prefixPlaceholder": "示例:'/nick '" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"home": { | ||
"subtitle": "Minecraft多功能工具,适用于", | ||
"typerWords": "开发者、服主、玩家、您", | ||
"kofi": "如果这对您有帮助,请考虑赞助我们" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"presettools": { | ||
"title": "预设更新工具", | ||
"subtitle": "这将把旧版本的预设更新到最新版本。", | ||
"input": "预设输入", | ||
"output": "输出" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"privacypolicy": { | ||
"title": "<span class=\"text-purple-500\">SimplyMC</span>隐私政策", | ||
"1": "我们对SimplyMC的访问者的隐私非常重视。", | ||
"2": "在SimplyMC,我们意识到您的个人信息的隐私很重要。在您使用和访问SimplyMC时,我们收集和接收的个人信息类型以及我们如何保护您的信息的信息在这里。我们绝不将您的个人信息出售给第三方。", | ||
"3": "Cookies(Cookie)", | ||
"4": "我们使用Cookie存储信息,例如您在访问我们网站时的个人偏好。这可能包括仅在您访问中显示一次弹出窗口,或登录到我们的某些功能(如论坛)的能力。", | ||
"5": "遥测数据", | ||
"6": "为了改善我们的服务,我们使用<a href=\"https://clarity.microsoft.com/\" class=\"text-blue-400\">Microsoft Clarity</a>工具收集匿名的遥测数据。这些数据用于改善我们的服务,并且不会出售给第三方。要选择退出,请<a href=\"/Privacy/optout\" class=\"text-blue-400\">点击这里</a>。", | ||
"optedout": "您已选择在接下来的30天内不收集遥测数据。" | ||
} | ||
} |