Skip to content

Commit

Permalink
Merge pull request #508 from GraphScope/update-internation
Browse files Browse the repository at this point in the history
feat: add internation
  • Loading branch information
pomelo-nwu authored Sep 24, 2024
2 parents ef6b9a4 + 9fd9e74 commit 1a5f8e2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/studio-importor/src/locales/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ export default {
'Click or drag file to this area to parse it': 'Click or drag file to this area to parse it',
'If you already have CSV data, feel free to parse it here, and the system will automatically infer possible graph models for you.':
'If you already have CSV data, feel free to parse it here, and the system will automatically infer possible graph models for you.',
'Data source binding': 'Data source binding',
};
1 change: 1 addition & 0 deletions packages/studio-importor/src/locales/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ export default {
'Click or drag file to this area to parse it': '单击或拖动文件到此区域进行解析',
'If you already have CSV data, feel free to parse it here, and the system will automatically infer possible graph models for you.':
'如果您已经有 CSV 数据,请随时将其放置到此处,系统将自动为您推断可能的图模型。',
'Data source binding': '数据绑定',
};
3 changes: 3 additions & 0 deletions packages/studio-website/src/locales/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export default {
'Select or customize your UI theme': 'Select or customize your UI theme',
'Rounded corners': 'Rounded corners',
'Corner radians': 'Corner radians',
'Appearance Setting': 'Appearance Setting',
'Change how Untitled UI looks and feels in your browser': 'Change how Untitled UI looks and feels in your browser',
'Select navigation style': 'Select navigation style',
'Navigation Style': 'Navigation Style',
Expand Down Expand Up @@ -234,6 +235,8 @@ export default {
'Querying data': 'Querying data',
Stopped: 'Stopped',
Running: 'Running',
'Graph id': 'Graph id',
'Process id': 'Process id',
/** query */
Connect: 'Connect',
Cancel: 'Cancel',
Expand Down
2 changes: 2 additions & 0 deletions packages/studio-website/src/locales/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ export default {
'Querying data': '查询数据',
Stopped: '已停止',
Running: '运行中',
'Graph id': 'Graph id',
'Process id': 'Process id',
/** query */
Connect: '连接',
Cancel: '取消',
Expand Down

0 comments on commit 1a5f8e2

Please sign in to comment.