mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
11 lines
145 B
TypeScript
11 lines
145 B
TypeScript
const translation = {
|
|
plugins: {
|
|
title: 'Plugins',
|
|
},
|
|
discover: {
|
|
title: 'Explore Marketplace',
|
|
},
|
|
}
|
|
|
|
export default translation
|