File tree 3 files changed +9
-3
lines changed
effects/layouts/src/widgets/preferences/blocks/layout
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ const handleCheckboxChange = () => {
79
79
</SwitchItem >
80
80
<CheckboxItem
81
81
:items =" [
82
- { label: '收缩按钮' , value: 'collapsed' },
83
- { label: '固定按钮' , value: 'fixed' },
82
+ { label: $t('preferences.sidebar.buttonCollapsed') , value: 'collapsed' },
83
+ { label: $t('preferences.sidebar.buttonFixed') , value: 'fixed' },
84
84
]"
85
85
multiple
86
86
v-model =" sidebarButtons"
87
87
:on-btn-click =" handleCheckboxChange"
88
88
>
89
- 按钮配置
89
+ {{ $t('preferences.sidebar.buttons') }}
90
90
</CheckboxItem >
91
91
<NumberFieldItem
92
92
v-model =" sidebarWidth"
Original file line number Diff line number Diff line change 45
45
"fixed" : " Fixed"
46
46
},
47
47
"sidebar" : {
48
+ "buttons" : " Show Buttons" ,
49
+ "buttonFixed" : " Fixed" ,
50
+ "buttonCollapsed" : " Collapsed" ,
48
51
"title" : " Sidebar" ,
49
52
"width" : " Width" ,
50
53
"visible" : " Show Sidebar" ,
Original file line number Diff line number Diff line change 45
45
"fixed" : " 固定"
46
46
},
47
47
"sidebar" : {
48
+ "buttons" : " 显示按钮" ,
49
+ "buttonFixed" : " 固定按钮" ,
50
+ "buttonCollapsed" : " 折叠按钮" ,
48
51
"title" : " 侧边栏" ,
49
52
"width" : " 宽度" ,
50
53
"visible" : " 显示侧边栏" ,
You can’t perform that action at this time.
0 commit comments