feat: translate graph list #918 (#1426)

### What problem does this PR solve?

feat: translate graph list #918

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-07-08 18:14:34 +08:00
committed by GitHub
parent 98295caffe
commit 1eb1f7ad33
5 changed files with 10 additions and 2 deletions

View File

@@ -581,6 +581,8 @@ The above is the content you need to summarize.`,
promptText: `Please summarize the following paragraphs. Be careful with the numbers, do not make things up. Paragraphs as following:
{input}
The above is the content you need to summarize.`,
create: 'Create graph',
createFromTemplates: 'Create from templates',
},
footer: {
profile: 'All rights reserved @ React',

View File

@@ -541,6 +541,8 @@ export default {
promptText: `請總結以下段落。注意數字,不要胡編亂造。段落如下:
{input}
以上就是你需要總結的內容。`,
createGraph: '建立圖表',
createFromTemplates: '從模板創建',
},
footer: {
profile: '“保留所有權利 @ react”',

View File

@@ -560,6 +560,8 @@ export default {
promptText: `请总结以下段落。注意数字,不要胡编乱造。段落如下:
{input}
以上就是你需要总结的内容。`,
createGraph: '创建图表',
createFromTemplates: '从模板创建',
},
footer: {
profile: 'All rights reserved @ React',