mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-08 15:51:48 +08:00
11 lines
145 B
TypeScript
11 lines
145 B
TypeScript
const translation = {
|
|
plugins: {
|
|
title: 'Plugins',
|
|
},
|
|
discover: {
|
|
title: 'Explore Marketplace',
|
|
},
|
|
}
|
|
|
|
export default translation
|