mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
Added an editor tool to export and preview documents, with all configurable options. Not supported: output path customization (requires changes in server) <img width="1381" height="1458" alt="image" src="https://github.com/user-attachments/assets/d27e6e19-bcf4-4d1a-a20e-9bea0258be24" /> <img width="1392" height="877" alt="image" src="https://github.com/user-attachments/assets/53d93601-3e05-4e36-b4fd-26384fda1347" /> --------- Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com>
50 lines
1.7 KiB
TOML
50 lines
1.7 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.export]
|
|
en = "Export"
|
|
zh = "导出"
|
|
|
|
[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.badSyntaxOnly]
|
|
en = "syntaxOnly must be either `\"enable\"`, `\"disable\", `\"onPowerSaving\"`, or `\"auto\"`, got {value}"
|
|
zh = "syntaxOnly 必须是`\"enable\"`(打开)或 `\"disable\"`(关闭), `\"onPowerSaving\"`(省电模式下开启)或 `\"auto\"`(自动),得到 {value}"
|
|
|
|
[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}"
|