mirror of
https://github.com/langgenius/dify.git
synced 2026-04-08 09:16:41 +08:00
7 lines
125 B
TypeScript
7 lines
125 B
TypeScript
const translation = {
|
|
from: 'From',
|
|
endpointsEnabled: '{{num}} sets of endpoints enabled',
|
|
}
|
|
|
|
export default translation
|