tinymist-assets 0.15.2-rc4

Provides assets for tinymist.
Documentation

# The translations are partially generated by copilot

[inlay-hint.package.up-to-date]
en = "√ latest"

[inlay-hint.package.up-to-date-tooltip]
en = "Up to date (latest version)"
zh = "已是最新版本"

[inlay-hint.package.upgradable]
en = "→ {version} available"
zh = "→ {version} 可用"

[inlay-hint.package.upgradable-tooltip]
en = "Newer version available: {version}"
zh = "有更新版本可用:{version}"

[inlay-hint.package.version-not-found]
en = "version not found"
zh = "版本不存在"

[inlay-hint.package.version-not-found-tooltip]
en = "Version {version} not found"
zh = "未找到版本 {version}"

[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.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-query.code-action.wrapFigureCaption]
en = "Wrap {func_name} in figure with a caption"
zh = "将 {func_name} 包裹在 figure 中,并添加一个标题"

[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}"