5
0
legacy-script-engine-quickjs/legacy-script-engine-quickjs/lang/zh_CN.json
2024-08-10 16:38:22 +08:00

51 lines
1.8 KiB
JSON

{
"Failed to enable: {0}": "启用 {0} 失败",
"Failed to load: {0}": "{0} 加载失败",
"Cannot save default configurations to {0}": "无法将默认配置保存到 {0}",
"Failed to read BaseLib at {0}": "无法读取 位于 {0} 的BaseLib",
"Failed to register plugin manager": "注册插件管理器失败",
"Failed to load plugin code": "加载插件代码失败",
"Failed to read plugin entry at {0}": "在 {0} 读取插件条目失败",
"Failed to load plugin {0}: {1}\\n{2}": "加载插件 {0} 失败: {1}\\n{2}",
"Failed to unload plugin {0}: {1}": "卸载插件 {0} 失败: {1}",
"Migrating legacy plugin at {0}": "正在迁移旧版插件到 {0}",
"Failed to migrate legacy plugin at {0}: {1} already exists": "迁移旧版插件失败 {0}: {1} 已经存在",
"Failed to create directory {0}": "无法创建目录 {0}",
"Migrating legacy plugins": {
"": {
"": {
"": "正在迁移旧版插件..."
}
}
},
"Legacy plugins have been migrated, please restart the server to load them!": "旧版插件已迁移,请重启服务器加载!",
"Overworld": "主世界",
"Nether": "下界",
"End": "末地",
"Other dimension": "其他维度",
"JSON parse error": "JSON 解析错误",
"Npm finished successfully": {
"": "Npm 命令成功完成"
},
"Executing \"npm install\" for plugin {name}": {
"": {
"": {
"": "为插件 {name} 执行 \"npm install\"..."
}
}
},
"Error occurred": {
" Exit code: {code}": "发生错误。退出代码: {code}"
},
"Executing \"pip install\" for plugin {name}": {
"": {
"": {
"": "为插件 {name} 执行 \"pip install\"..."
}
}
},
"Pip finished successfully": {
"": "Pip 命令成功完成"
}
}