mirror of
https://github.com/langgenius/dify.git
synced 2026-03-23 11:51:14 +08:00
9 lines
205 B
TypeScript
9 lines
205 B
TypeScript
const translation = {
|
|
sidebar: {
|
|
collapseSidebar: 'ยุบแถบด้านข้าง',
|
|
expandSidebar: 'ขยายแถบด้านข้าง',
|
|
},
|
|
}
|
|
|
|
export default translation
|