9 lines
148 B
TypeScript
9 lines
148 B
TypeScript
|
|
const translation = {
|
||
|
|
sidebar: {
|
||
|
|
expandSidebar: '展開側邊欄',
|
||
|
|
collapseSidebar: '摺疊側邊欄',
|
||
|
|
},
|
||
|
|
}
|
||
|
|
|
||
|
|
export default translation
|