Skip to content

Commit

Permalink
Add log-related text to English and Chinese locales
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonBY committed Sep 23, 2024
1 parent 90c4401 commit 85eecbf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/locales/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ export default {
'new_version': 'New version {version} {releaseDatetime}',
'about_vectorvein': 'About VectorVein',
'about_vectorvein_description': '### Build Your Automated Workflow with the Power of AI\n#### Create powerful workflows with drag-and-drop functionality, no programming required.\n\nThe open-source version of VectorVein, developed by MakerBi, is available for personal use only and cannot be used for commercial purposes.',
'view_logs': 'View logs',
},
},
markdownEditor: {
Expand Down Expand Up @@ -1749,6 +1750,11 @@ export default {
documentModal: {
'load_error': 'Load failed',
},
logModal: {
'load_error': 'Load failed',
'auto_refresh': 'Auto refresh',
'stop_refresh': 'Stop refresh',
},
},
},
layouts: {
Expand Down
6 changes: 6 additions & 0 deletions frontend/src/locales/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ export default {
'new_version': '新版本 {version} {releaseDatetime}',
'about_vectorvein': '关于向量脉络',
'about_vectorvein_description': '### 利用 AI 的力量构建您的自动化工作流程\n#### 无需编程,只需拖拽即可创建强大的工作流,自动化所有任务。\n\n向量脉络(VectorVein)开源版由 Maker毕 开发,可用于个人使用,不可用于商业使用。',
'view_logs': '查看日志',
},
},
markdownEditor: {
Expand Down Expand Up @@ -1749,6 +1750,11 @@ export default {
documentModal: {
'load_error': '加载失败',
},
logModal: {
'load_error': '加载失败',
'auto_refresh': '自动刷新',
'stop_refresh': '停止刷新',
},
},
},
layouts: {
Expand Down

0 comments on commit 85eecbf

Please sign in to comment.