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

9 lines
181 B
TypeScript

const translation = {
sidebar: {
expandSidebar: 'サイドバーを展開する',
collapseSidebar: 'サイドバーを折りたたむ',
},
}
export default translation