File tree Expand file tree Collapse file tree 3 files changed +22
-6
lines changed Expand file tree Collapse file tree 3 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 3
3
* @Author : Wang Chao
4
4
* @Date : 2024-08-21 22:29
5
5
* @LastAuthor : Wang Chao
6
- * @LastTime : 2024-08-28 14:14
6
+ * @LastTime : 2024-08-28 15:56
7
7
* @desc :
8
8
-->
9
9
<!--
@@ -1095,7 +1095,7 @@ function handleSpecialIcon() {
1095
1095
1096
1096
<span
1097
1097
v-if =" showIcon"
1098
- :title =" isSpecialIcon ? '默认图标' : '特殊图标' "
1098
+ :title =" isSpecialIcon ? t('tong-yong-tu-biao') : t('bian-cheng-tu-biao') "
1099
1099
@click =" handleSpecialIcon"
1100
1100
>
1101
1101
<svg
@@ -1137,7 +1137,10 @@ function handleSpecialIcon() {
1137
1137
</svg >
1138
1138
</span >
1139
1139
1140
- <span :title =" onlyEdit ? '恢复默认' : '仅编辑区'" @click =" handleOnlyEdit" >
1140
+ <span
1141
+ :title =" onlyEdit ? t('hui-fu-mo-ren') : t('jin-bian-ji-qu')"
1142
+ @click =" handleOnlyEdit"
1143
+ >
1141
1144
<svg
1142
1145
class =" tools-icon"
1143
1146
width =" 24"
@@ -1168,7 +1171,10 @@ function handleSpecialIcon() {
1168
1171
</svg >
1169
1172
</span >
1170
1173
1171
- <span :title =" onlyPreview ? '恢复默认' : '仅预览区'" @click =" handleOnlyPreview" >
1174
+ <span
1175
+ :title =" onlyPreview ? t('hui-fu-mo-ren') : t('jin-yu-lan-qu')"
1176
+ @click =" handleOnlyPreview"
1177
+ >
1172
1178
<svg
1173
1179
class =" tools-icon"
1174
1180
width =" 24"
Original file line number Diff line number Diff line change 93
93
"zhong-zhi" : " Reset" ,
94
94
"zhong-zhi-cheng-gong" : " Reset successful" ,
95
95
"que-ding" : " Confirm" ,
96
- "qu-xiao" : " Cancel"
96
+ "qu-xiao" : " Cancel" ,
97
+ "tong-yong-tu-biao" : " Universal Icons" ,
98
+ "bian-cheng-tu-biao" : " Programming Icons" ,
99
+ "hui-fu-mo-ren" : " Restore Defaults" ,
100
+ "jin-bian-ji-qu" : " Edit area only" ,
101
+ "jin-yu-lan-qu" : " Preview area only"
97
102
}
Original file line number Diff line number Diff line change 93
93
"zhong-zhi" : " 重置" ,
94
94
"zhong-zhi-cheng-gong" : " 重置成功" ,
95
95
"que-ding" : " 确定" ,
96
- "qu-xiao" : " 取消"
96
+ "qu-xiao" : " 取消" ,
97
+ "tong-yong-tu-biao" : " 通用图标" ,
98
+ "bian-cheng-tu-biao" : " 编程图标" ,
99
+ "hui-fu-mo-ren" : " 恢复默认" ,
100
+ "jin-bian-ji-qu" : " 仅编辑区" ,
101
+ "jin-yu-lan-qu" : " 仅预览区"
97
102
}
You can’t perform that action at this time.
0 commit comments