feat: explore i18n
parent
899159c92a
commit
392a66be98
@ -0,0 +1,13 @@
|
||||
const translation = {
|
||||
sidebar: {
|
||||
discovery: 'Discovery',
|
||||
workspace: 'Workspace',
|
||||
},
|
||||
apps: {
|
||||
title: 'Explore Apps by Dify',
|
||||
description: 'Use these template apps instantly or customize your own apps based on the templates.',
|
||||
allCategories: 'All Categories',
|
||||
}
|
||||
}
|
||||
|
||||
export default translation
|
||||
@ -0,0 +1,13 @@
|
||||
const translation = {
|
||||
sidebar: {
|
||||
discovery: '发现',
|
||||
workspace: '工作区',
|
||||
},
|
||||
apps: {
|
||||
title: '探索 Dify 的应用',
|
||||
description: '使用这些模板应用程序,或根据模板自定义您自己的应用程序。',
|
||||
allCategories: '所有类别',
|
||||
}
|
||||
}
|
||||
|
||||
export default translation
|
||||
Loading…
Reference in New Issue