mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-05 02:38:01 +00:00
50 lines
1.5 KiB
TOML
50 lines
1.5 KiB
TOML
|
|
# The translations are partially generated by copilot
|
|
|
|
[tinymist-project.validate-error.root-path-not-absolute]
|
|
en = "rootPath or typstExtraArgs.root must be an absolute path: {root:?}"
|
|
zh = "rootPath 或 typstExtraArgs.root 必须是绝对路径:{root:?}"
|
|
|
|
[tinymist-query.code-action.exportHtml]
|
|
en = "Export HTML"
|
|
zh = "导出 HTML"
|
|
|
|
[tinymist-query.code-action.exportPdf]
|
|
en = "Export PDF"
|
|
zh = "导出 PDF"
|
|
|
|
[tinymist-query.code-action.more]
|
|
en = "More .."
|
|
zh = "更多 .."
|
|
|
|
[tinymist-query.code-action.preview]
|
|
en = "Preview"
|
|
zh = "预览"
|
|
|
|
[tinymist-query.code-action.profile]
|
|
en = "Profile"
|
|
zh = "性能分析"
|
|
|
|
[tinymist.config.badCompileStatus]
|
|
en = "compileStatus must be either `\"enable\"` or `\"disable\"`, got {value}"
|
|
zh = "compileStatus 必须是`\"enable\"`(打开)或 `\"disable\"`(关闭),得到 {value}"
|
|
|
|
[tinymist.config.badHoverPeriscope]
|
|
en = "failed to parse hoverPeriscope: {err}"
|
|
zh = "解析 hoverPeriscope 失败:{err}"
|
|
|
|
[tinymist.config.badServerConfig]
|
|
en = "bad server configuration: {warning}"
|
|
zh = "服务器配置错误:{warning}"
|
|
|
|
[tinymist.config.badTypstExtraArgs]
|
|
en = "failed to parse typstExtraArgs: {err}, args: {args}"
|
|
zh = "解析 typstExtraArgs 失败:{err},参数:{args}"
|
|
|
|
[tinymist.config.deserializeError]
|
|
en = "failed to deserialize \"{key}\": {err}"
|
|
zh = "配置“{key}”的格式错误:{err}"
|
|
|
|
[tinymist.config.invalidObject]
|
|
en = "invalid configuration object: {object}"
|
|
zh = "无效的配置对象:{object}"
|