mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-26 21:37:40 +00:00
feat: lang setting
This commit is contained in:
parent
70dc475aa4
commit
3b6a5bd602
@ -37,12 +37,12 @@ export const TemplateFlowModa: React.FC<Props> = ({
|
|||||||
}
|
}
|
||||||
const columns: TableProps<DataType>['columns'] = [
|
const columns: TableProps<DataType>['columns'] = [
|
||||||
{
|
{
|
||||||
title: 'Name',
|
title: t('BringName'),
|
||||||
dataIndex: 'name',
|
dataIndex: 'name',
|
||||||
key: 'name',
|
key: 'name',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Action',
|
title:t('BringAction'),
|
||||||
key: 'action',
|
key: 'action',
|
||||||
render: (_, record) => (
|
render: (_, record) => (
|
||||||
<Space size="middle">
|
<Space size="middle">
|
||||||
|
@ -7,6 +7,8 @@ export const FlowEn = {
|
|||||||
Export_Flow_Success: 'Export flow success',
|
Export_Flow_Success: 'Export flow success',
|
||||||
Import_Flow_Success: 'Import flow success',
|
Import_Flow_Success: 'Import flow success',
|
||||||
BringTemplate: 'Bring In Template',
|
BringTemplate: 'Bring In Template',
|
||||||
|
BringName: 'Bring Name',
|
||||||
|
BringAction: 'Bring Action',
|
||||||
Import: 'Import',
|
Import: 'Import',
|
||||||
Export: 'Export',
|
Export: 'Export',
|
||||||
Import_Flow: 'Import Flow',
|
Import_Flow: 'Import Flow',
|
||||||
|
@ -7,8 +7,10 @@ export const FlowZn = {
|
|||||||
Export_Flow_Success: '导出工作流成功',
|
Export_Flow_Success: '导出工作流成功',
|
||||||
Import_Flow_Success: '导入工作流成功',
|
Import_Flow_Success: '导入工作流成功',
|
||||||
BringTemplate: '引入模版',
|
BringTemplate: '引入模版',
|
||||||
|
BringAction: '操作',
|
||||||
Import: '导入',
|
Import: '导入',
|
||||||
Export: '导出',
|
Export: '导出',
|
||||||
|
BringName: '模版名称',
|
||||||
Import_Flow: '导入工作流',
|
Import_Flow: '导入工作流',
|
||||||
Export_Flow: '导出工作流',
|
Export_Flow: '导出工作流',
|
||||||
LeadTemplate: '引入模版',
|
LeadTemplate: '引入模版',
|
||||||
|
Loading…
Reference in New Issue
Block a user