[SSE] Add translations
This commit is contained in:
parent
5a51a8d85f
commit
802ed94a99
|
@ -2367,7 +2367,7 @@ define([
|
|||
capInsertTable: 'Table',
|
||||
tipInsertTable: 'Insert table',
|
||||
textTabFormula: 'Formula',
|
||||
capBtnScale: 'Scale',
|
||||
tipScale: 'Scale'
|
||||
capBtnScale: 'Scale to Fit',
|
||||
tipScale: 'Scale to Fit'
|
||||
}, SSE.Views.Toolbar || {}));
|
||||
});
|
|
@ -2422,6 +2422,8 @@
|
|||
"SSE.Views.Toolbar.txtTime": "Time",
|
||||
"SSE.Views.Toolbar.txtUnmerge": "Unmerge Cells",
|
||||
"SSE.Views.Toolbar.txtYen": "¥ Yen",
|
||||
"SSE.Views.Toolbar.capBtnScale": "Scale to Fit",
|
||||
"SSE.Views.Toolbar.tipScale": "Scale to Fit",
|
||||
"SSE.Views.Top10FilterDialog.cancelButtonText": "Cancel",
|
||||
"SSE.Views.Top10FilterDialog.okButtonText": "OK",
|
||||
"SSE.Views.Top10FilterDialog.textType": "Show",
|
||||
|
@ -2429,5 +2431,12 @@
|
|||
"SSE.Views.Top10FilterDialog.txtItems": "Item",
|
||||
"SSE.Views.Top10FilterDialog.txtPercent": "Percent",
|
||||
"SSE.Views.Top10FilterDialog.txtTitle": "Top 10 AutoFilter",
|
||||
"SSE.Views.Top10FilterDialog.txtTop": "Top"
|
||||
"SSE.Views.Top10FilterDialog.txtTop": "Top",
|
||||
"SSE.Views.ScaleDialog.textTitle": "Scale Settings",
|
||||
"SSE.Views.ScaleDialog.cancelButtonText": "Cancel",
|
||||
"SSE.Views.ScaleDialog.okButtonText": "Ok",
|
||||
"SSE.Views.ScaleDialog.textWidth": "Width",
|
||||
"SSE.Views.ScaleDialog.textHeight": "Height",
|
||||
"SSE.Views.ScaleDialog.textPages": "page(s)",
|
||||
"SSE.Views.ScaleDialog.textScale": "Scale"
|
||||
}
|
Loading…
Reference in a new issue