mirror of
https://github.com/langgenius/dify.git
synced 2026-04-21 23:38:53 +08:00
9 lines
150 B
TypeScript
9 lines
150 B
TypeScript
const translation = {
|
|
common: {
|
|
goToAddDocuments: '去添加文档',
|
|
publishAs: '发布为知识管道',
|
|
},
|
|
}
|
|
|
|
export default translation
|