mirror of
https://github.com/langgenius/dify.git
synced 2026-03-25 13:11:54 +08:00
9 lines
156 B
TypeScript
9 lines
156 B
TypeScript
const translation = {
|
|
sidebar: {
|
|
expandSidebar: '사이드바 확장',
|
|
collapseSidebar: '사이드바 축소',
|
|
},
|
|
}
|
|
|
|
export default translation
|