@@ -26,7 +26,6 @@ function Strings( config ) {
2626 'menubar/edit' : 'Edit' ,
2727 'menubar/edit/undo' : 'Undo (Ctrl+Z)' ,
2828 'menubar/edit/redo' : 'Redo (Ctrl+Shift+Z)' ,
29- 'menubar/edit/clear_history' : 'Clear History' ,
3029 'menubar/edit/center' : 'Center' ,
3130 'menubar/edit/clone' : 'Clone' ,
3231 'menubar/edit/delete' : 'Delete (Del)' ,
@@ -338,7 +337,8 @@ function Strings( config ) {
338337 'sidebar/settings/shortcuts/focus' : 'Focus' ,
339338
340339 'sidebar/history' : 'History' ,
341- 'sidebar/history/persistent' : 'persistent' ,
340+ 'sidebar/history/clear' : 'Clear' ,
341+ 'sidebar/history/persistent' : 'Persistent' ,
342342
343343 'toolbar/translate' : 'Translate' ,
344344 'toolbar/rotate' : 'Rotate' ,
@@ -377,7 +377,6 @@ function Strings( config ) {
377377 'menubar/edit' : 'Edition' ,
378378 'menubar/edit/undo' : 'Annuler (Ctrl+Z)' ,
379379 'menubar/edit/redo' : 'Refaire (Ctrl+Shift+Z)' ,
380- 'menubar/edit/clear_history' : 'Supprimer Historique' ,
381380 'menubar/edit/center' : 'Center' ,
382381 'menubar/edit/clone' : 'Cloner' ,
383382 'menubar/edit/delete' : 'Supprimer (Supp)' ,
@@ -687,7 +686,8 @@ function Strings( config ) {
687686 'sidebar/settings/shortcuts/focus' : 'Focus' ,
688687
689688 'sidebar/history' : 'Historique' ,
690- 'sidebar/history/persistent' : 'permanent' ,
689+ 'sidebar/history/clear' : 'Supprimer' ,
690+ 'sidebar/history/persistent' : 'Permanent' ,
691691
692692 'toolbar/translate' : 'Position' ,
693693 'toolbar/rotate' : 'Rotation' ,
@@ -726,7 +726,6 @@ function Strings( config ) {
726726 'menubar/edit' : '编辑' ,
727727 'menubar/edit/undo' : '撤销 (Ctrl+Z)' ,
728728 'menubar/edit/redo' : '重做 (Ctrl+Shift+Z)' ,
729- 'menubar/edit/clear_history' : '清空历史记录' ,
730729 'menubar/edit/center' : '居中' ,
731730 'menubar/edit/clone' : '拷贝' ,
732731 'menubar/edit/delete' : '删除 (Del)' ,
@@ -1036,6 +1035,7 @@ function Strings( config ) {
10361035 'sidebar/settings/shortcuts/focus' : '聚焦' ,
10371036
10381037 'sidebar/history' : '历史记录' ,
1038+ 'sidebar/history/clear' : '清空' ,
10391039 'sidebar/history/persistent' : '本地存储' ,
10401040
10411041 'toolbar/translate' : '移动' ,
0 commit comments