chore: translate i18n files (#7965)

Co-authored-by: JohnJyong <76649700+JohnJyong@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Hanqing Zhao <sherry9277@gmail.com>
Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
github-actions[bot]
2024-09-04 17:45:12 +08:00
committed by GitHub
parent 15791510c8
commit fb113a9479
136 changed files with 2953 additions and 1375 deletions

View File

@@ -69,6 +69,14 @@ const translation = {
manageInTools: '訪問工具頁',
workflowAsToolTip: '工作流更新後需要重新配置工具參數',
viewDetailInTracingPanel: '查看詳細信息',
importDSL: '導入 DSL',
backupCurrentDraft: 'Backup Current Draft',
overwriteAndImport: '覆蓋和導入',
importSuccess: '導入成功',
chooseDSL: '選擇 DSLyml 檔',
syncingData: '同步數據,只需幾秒鐘。',
importDSLTip: '當前草稿將被覆蓋。在導入之前將工作流匯出為備份。',
importFailure: '匯入失敗',
},
env: {
envPanelTitle: '環境變數',
@@ -142,6 +150,7 @@ const translation = {
noteAdd: '註釋已添加',
noteChange: '註釋已更改',
edgeDelete: '區塊已斷開連接',
noteDelete: '註釋已刪除',
},
errorMsg: {
fieldRequired: '{{field}} 不能為空',
@@ -177,6 +186,7 @@ const translation = {
'transform': '轉換',
'utilities': '工具',
'noResult': '未找到匹配項',
'searchTool': '搜索工具',
},
blocks: {
'start': '開始',
@@ -406,6 +416,7 @@ const translation = {
enterValue: '輸入值',
addCondition: '添加條件',
conditionNotSetup: '條件未設置',
selectVariable: '選擇變數...',
},
variableAssigner: {
title: '變量賦值',
@@ -501,6 +512,25 @@ const translation = {
iteration_other: '{{count}}個迭代',
currentIteration: '當前迭代',
},
note: {
editor: {
link: '連結',
openLink: '打開',
medium: '中等',
small: '小',
invalidUrl: 'URL 無效',
italic: '斜體的',
bulletList: '項目符號清單',
large: '大',
unlink: '取消連結',
enterUrl: '輸入網址...',
bold: '大膽',
showAuthor: '顯示作者',
strikethrough: '刪除線',
placeholder: '寫下您的筆記...',
},
addNote: '添加註釋',
},
},
tracing: {
stopBy: '由{{user}}終止',