mirror of
https://github.com/langgenius/dify.git
synced 2026-04-18 04:16:28 +08:00
9 lines
164 B
TypeScript
9 lines
164 B
TypeScript
const translation = {
|
|
common: {
|
|
goToAddDocuments: 'Go to add documents',
|
|
publishAs: 'Publish as a Knowledge Pipeline',
|
|
},
|
|
}
|
|
|
|
export default translation
|