[DE] Add translation for default role

This commit is contained in:
Julia Radzhabova 2022-12-28 21:21:04 +03:00
parent 36b346d53e
commit 271b467e64
3 changed files with 6 additions and 2 deletions

View file

@ -148,7 +148,8 @@ define([
"None": this.txtNone,
"No table of figures entries found.": this.txtNoTableOfFigures,
"table of figures": this.txtTableOfFigures,
"TOC Heading": this.txtTOCHeading
"TOC Heading": this.txtTOCHeading,
"Anyone": this.textAnyone
};
styleNames.forEach(function(item){
translate[item] = me['txtStyle_' + item.replace(/ /g, '_')] || item;
@ -3372,7 +3373,8 @@ define([
errorInconsistentExtPdf: 'An error has occurred while opening the file.<br>The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.',
errorInconsistentExt: 'An error has occurred while opening the file.<br>The file content does not match the file extension.',
errorCannotPasteImg: 'We can\'t paste this image from the Clipboard, but you can save it to your device and \ninsert it from there, or you can copy the image without text and paste it into the document.',
textTryQuickPrint: 'You have selected Quick print: the entire document will be printed on the last selected or default printer.<br>Do you want to continue?'
textTryQuickPrint: 'You have selected Quick print: the entire document will be printed on the last selected or default printer.<br>Do you want to continue?',
textAnyone: 'Anyone'
}
})(), DE.Controllers.Main || {}))
});

View file

@ -819,6 +819,7 @@
"DE.Controllers.Main.splitMaxColsErrorText": "The number of columns must be less than %1.",
"DE.Controllers.Main.splitMaxRowsErrorText": "The number of rows must be less than %1.",
"DE.Controllers.Main.textAnonymous": "Anonymous",
"DE.Controllers.Main.textAnyone": "Anyone",
"DE.Controllers.Main.textApplyAll": "Apply to all equations",
"DE.Controllers.Main.textBuyNow": "Visit website",
"DE.Controllers.Main.textChangesSaved": "All changes saved",

View file

@ -819,6 +819,7 @@
"DE.Controllers.Main.splitMaxColsErrorText": "Число столбцов должно быть меньше, чем %1.",
"DE.Controllers.Main.splitMaxRowsErrorText": "Число строк должно быть меньше, чем %1.",
"DE.Controllers.Main.textAnonymous": "Аноним",
"DE.Controllers.Main.textAnyone": "Любой",
"DE.Controllers.Main.textApplyAll": "Применить ко всем уравнениям",
"DE.Controllers.Main.textBuyNow": "Перейти на сайт",
"DE.Controllers.Main.textChangesSaved": "Все изменения сохранены",