mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 13:05:53 +08:00
11 lines
137 B
TypeScript
11 lines
137 B
TypeScript
const translation = {
|
|
plugins: {
|
|
title: '插件',
|
|
},
|
|
discover: {
|
|
title: '探索市场',
|
|
},
|
|
}
|
|
|
|
export default translation
|