diff options
author | 0neGal <mail@0negal.com> | 2024-12-20 13:09:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-20 13:09:12 +0100 |
commit | 28130f46eb9c167671994b47b77b926386002ac2 (patch) | |
tree | 26185cbcba747df98e6de6d7e225777093c6720c /src/lang/zh.json | |
parent | 8fddf38701f50015ee8f61ce7bc8978f1dcebfd3 (diff) | |
parent | b9c0243d6433550784116fac7eec462cc5ae2a79 (diff) | |
download | Viper-28130f46eb9c167671994b47b77b926386002ac2.tar.gz Viper-28130f46eb9c167671994b47b77b926386002ac2.zip |
Merge pull request #248 from Jan200101/PR/protocol
feat: support thunderstore ror2mm protocol for installing mods
Diffstat (limited to 'src/lang/zh.json')
-rw-r--r-- | src/lang/zh.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lang/zh.json b/src/lang/zh.json index be8cfbb..43df3b0 100644 --- a/src/lang/zh.json +++ b/src/lang/zh.json @@ -96,6 +96,8 @@ "install": "安装", "launch": "启动", "mods": { + "cant_find_specific": "无法找到模组%s-%s!", + "cant_find_version": "无法找到%s版的模组%s-%s!", "confirm_dependencies": "此包含有依赖项, 以下展示, 点击 \"Ok\" 将会安装此包和它的依赖项.\n\n", "confirm_plugins": { "description": "Native插件比普通的模组拥有更多对系统的访问权限, 如果安装了恶意插件可能会导致您的计算机受到损害. 如果这个插件是来自于一位信任的开发者或您知道自己在干什么, 那么请忽略这条信息.", @@ -284,6 +286,7 @@ "settings": "设置" }, "viper": { + "already_running": "Viper已在运行中", "info": { "credits": "鸣谢", "discord": "加入Discord:", |