Files
urbanLifeline/dify/web/i18n/en-US/layout.ts
2025-12-01 17:21:38 +08:00

9 lines
148 B
TypeScript

const translation = {
sidebar: {
expandSidebar: 'Expand Sidebar',
collapseSidebar: 'Collapse Sidebar',
},
}
export default translation