dify/web/i18n/ko-KR/layout.ts
2025-09-05 13:12:40 +08:00

9 lines
156 B
TypeScript

const translation = {
sidebar: {
expandSidebar: '사이드바 확장',
collapseSidebar: '사이드바 축소',
},
}
export default translation