mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 12:37:20 +08:00
11 lines
137 B
TypeScript
11 lines
137 B
TypeScript
const translation = {
|
|
plugins: {
|
|
title: '插件',
|
|
},
|
|
discover: {
|
|
title: '探索市场',
|
|
},
|
|
}
|
|
|
|
export default translation
|