mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
chore: lint for i18n place holder (#31283)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
This commit is contained in:
@ -81,7 +81,7 @@
|
||||
"debugInfo.title": "調試",
|
||||
"debugInfo.viewDocs": "查看文件",
|
||||
"deprecated": "不推薦使用的",
|
||||
"detailPanel.actionNum": "{{num}}{{作}}包括",
|
||||
"detailPanel.actionNum": "{{num}} {{action}} 包括",
|
||||
"detailPanel.categoryTip.debugging": "調試插件",
|
||||
"detailPanel.categoryTip.github": "從 Github 安裝",
|
||||
"detailPanel.categoryTip.local": "本地插件",
|
||||
@ -116,7 +116,7 @@
|
||||
"detailPanel.operation.update": "更新",
|
||||
"detailPanel.operation.viewDetail": "查看詳情",
|
||||
"detailPanel.serviceOk": "服務正常",
|
||||
"detailPanel.strategyNum": "{{num}}{{策略}}包括",
|
||||
"detailPanel.strategyNum": "{{num}} {{strategy}} 包括",
|
||||
"detailPanel.switchVersion": "Switch 版本",
|
||||
"detailPanel.toolSelector.auto": "自動",
|
||||
"detailPanel.toolSelector.descriptionLabel": "工具描述",
|
||||
@ -236,7 +236,7 @@
|
||||
"task.installSuccess": "{{successLength}} plugins installed successfully",
|
||||
"task.installed": "Installed",
|
||||
"task.installedError": "{{errorLength}} 個插件安裝失敗",
|
||||
"task.installing": "安裝 {{installingLength}} 個插件,0 個完成。",
|
||||
"task.installing": "正在安裝插件。",
|
||||
"task.installingWithError": "安裝 {{installingLength}} 個插件,{{successLength}} 成功,{{errorLength}} 失敗",
|
||||
"task.installingWithSuccess": "安裝 {{installingLength}} 個插件,{{successLength}} 成功。",
|
||||
"task.runningPlugins": "Installing Plugins",
|
||||
|
||||
Reference in New Issue
Block a user