diff options
author | 0neGal <mail@0negal.com> | 2024-12-20 18:24:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-20 18:24:40 +0100 |
commit | 4db50da2c75968f8c5ca6804e332da8de401a3e0 (patch) | |
tree | def65ef730f3ef794de06f46a003aa2685997cb0 /src/lang/zh.json | |
parent | 558ef98614b8ad34ba4fb35a8f0b6fe94211f938 (diff) | |
parent | fab59ba8b8b1c567ee158b9681c5b373fb7303e4 (diff) | |
download | Viper-4db50da2c75968f8c5ca6804e332da8de401a3e0.tar.gz Viper-4db50da2c75968f8c5ca6804e332da8de401a3e0.zip |
Merge branch 'main' into PR/onLine-event
Diffstat (limited to 'src/lang/zh.json')
-rw-r--r-- | src/lang/zh.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lang/zh.json b/src/lang/zh.json index 2976eed..43df3b0 100644 --- a/src/lang/zh.json +++ b/src/lang/zh.json @@ -43,6 +43,7 @@ "current": "当前版本:", "download_done": "下载完毕!解压中...", "downloading": "下载中...", + "failed": "安装/更新 失败!", "finished": "安装/更新 完成!", "no_internet": "无互联网连接", "uptodate": "最新版本 (%s) 已安装, 跳过更新.", @@ -95,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插件比普通的模组拥有更多对系统的访问权限, 如果安装了恶意插件可能会导致您的计算机受到损害. 如果这个插件是来自于一位信任的开发者或您知道自己在干什么, 那么请忽略这条信息.", @@ -283,6 +286,7 @@ "settings": "设置" }, "viper": { + "already_running": "Viper已在运行中", "info": { "credits": "鸣谢", "discord": "加入Discord:", |