Merge pull request #3018 from ONLYOFFICE/fix/translation

Fix/translation
This commit is contained in:
Julia Radzhabova
2024-05-30 17:53:01 +03:00
committed by GitHub
4 changed files with 10 additions and 4 deletions

View File

@ -174,7 +174,7 @@
"DE.Views.ApplicationView.textPaste": "Paste",
"DE.Views.ApplicationView.textPrintSel": "Print selection",
"DE.Views.ApplicationView.textRedo": "Redo",
"DE.Views.ApplicationView.textSubmit": "Submit",
"DE.Views.ApplicationView.textSubmit": "Complete & Submit",
"DE.Views.ApplicationView.textUndo": "Undo",
"DE.Views.ApplicationView.textZoom": "Zoom",
"DE.Views.ApplicationView.tipRedo": "Redo",

View File

@ -2312,7 +2312,7 @@
"DE.Views.FormsTab.capBtnRadioBox": "Radio Button",
"DE.Views.FormsTab.capBtnSaveForm": "Save As PDF",
"DE.Views.FormsTab.capBtnSaveFormDesktop": "Save As...",
"DE.Views.FormsTab.capBtnSubmit": "Submit",
"DE.Views.FormsTab.capBtnSubmit": "Complete & Submit",
"DE.Views.FormsTab.capBtnText": "Text Field",
"DE.Views.FormsTab.capBtnView": "View Form",
"DE.Views.FormsTab.capCreditCard": "Credit Card",

View File

@ -156,7 +156,9 @@ define([
'None': this.txtNone,
'Slicer': this.txtSlicer,
'Info': this.txtInfo,
'Picture': this.txtPicture
'Picture': this.txtPicture,
'PivotTable': this.txtPivotTable,
'View': this.txtView
};
styleNames.forEach(function(item){
@ -3992,7 +3994,9 @@ define([
txtScheme_Violet_II: 'Violet II',
txtScheme_Violet: 'Violet',
txtScheme_Yellow_Orange: 'Yellow Orange',
txtScheme_Yellow: 'Yellow'
txtScheme_Yellow: 'Yellow',
txtPivotTable: 'PivotTable',
txtView: 'View'
}
})(), SSE.Controllers.Main || {}))
});

View File

@ -1427,6 +1427,8 @@
"SSE.Controllers.Main.txtScheme_Violet": "Violet",
"SSE.Controllers.Main.txtScheme_Yellow_Orange": "Yellow Orange",
"SSE.Controllers.Main.txtScheme_Yellow": "Yellow",
"SSE.Controllers.Main.txtPivotTable": "PivotTable",
"SSE.Controllers.Main.txtView": "View",
"SSE.Controllers.PivotTable.strSheet": "Sheet",
"SSE.Controllers.Print.strAllSheets": "All Sheets",
"SSE.Controllers.Print.textFirstCol": "First column",