From e292224adf5e30dd49f230fc775b6f130ae25b24 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 6 Mar 2019 12:48:13 +0300 Subject: [PATCH] Update translations --- apps/documenteditor/main/locale/en.json | 20 +++++++++++++++++++- apps/documenteditor/main/locale/it.json | 1 + apps/documenteditor/main/locale/ru.json | 21 ++++++++++++++++++++- apps/presentationeditor/main/locale/en.json | 8 ++++---- apps/presentationeditor/main/locale/ru.json | 8 ++++---- apps/spreadsheeteditor/main/locale/en.json | 6 +++--- apps/spreadsheeteditor/main/locale/ru.json | 6 +++--- 7 files changed, 54 insertions(+), 16 deletions(-) diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 05725de56..176fe765e 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -342,6 +342,7 @@ "DE.Controllers.Main.errorDefaultMessage": "Error code: %1", "DE.Controllers.Main.errorEditingDownloadas": "An error occurred during the work with the document.
Use the 'Download as...' option to save the file backup copy to your computer hard drive.", "DE.Controllers.Main.errorEditingSaveas": "An error occurred during the work with the document.
Use the 'Save as...' option to save the file backup copy to your computer hard drive.", + "DE.Controllers.Main.errorEmailClient": "No email client could be found.", "DE.Controllers.Main.errorFilePassProtect": "The file is password protected and cannot be opened.", "DE.Controllers.Main.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to your computer hard drive or try again later.", "DE.Controllers.Main.errorKeyEncrypt": "Unknown key descriptor", @@ -420,16 +421,22 @@ "DE.Controllers.Main.txtCurrentDocument": "Current Document", "DE.Controllers.Main.txtDiagramTitle": "Chart Title", "DE.Controllers.Main.txtEditingMode": "Set editing mode...", + "DE.Controllers.Main.txtEndOfFormula": "Unexpected End of Formula", "DE.Controllers.Main.txtErrorLoadHistory": "History loading failed", "DE.Controllers.Main.txtEvenPage": "Even Page ", "DE.Controllers.Main.txtFiguredArrows": "Figured Arrows", "DE.Controllers.Main.txtFirstPage": "First Page ", "DE.Controllers.Main.txtFooter": "Footer", + "DE.Controllers.Main.txtFormulaNotInTable": "The Formula Not In Table", "DE.Controllers.Main.txtHeader": "Header", + "DE.Controllers.Main.txtIndTooLarge": "Index Too Large", "DE.Controllers.Main.txtLines": "Lines", "DE.Controllers.Main.txtMath": "Math", + "DE.Controllers.Main.txtMissArg": "Missing Argument", + "DE.Controllers.Main.txtMissOperator": "Missing Operator", "DE.Controllers.Main.txtNeedSynchronize": "You have updates", "DE.Controllers.Main.txtNoTableOfContents": "No table of contents entries found.", + "DE.Controllers.Main.txtNotInTable": "Is Not In Table", "DE.Controllers.Main.txtOddPage": "Odd Page ", "DE.Controllers.Main.txtOnPage": "on page ", "DE.Controllers.Main.txtRectangles": "Rectangles", @@ -625,9 +632,14 @@ "DE.Controllers.Main.txtStyle_Quote": "Quote", "DE.Controllers.Main.txtStyle_Subtitle": "Subtitle", "DE.Controllers.Main.txtStyle_Title": "Title", + "DE.Controllers.Main.txtSyntaxError": "Syntax Error", + "DE.Controllers.Main.txtTableInd": "Table Index Cannot be Zero", "DE.Controllers.Main.txtTableOfContents": "Table of Contents", + "DE.Controllers.Main.txtTooLarge": "Number Too Large To Format", + "DE.Controllers.Main.txtUndefBookmark": "Undefined Bookmark", "DE.Controllers.Main.txtXAxis": "X Axis", "DE.Controllers.Main.txtYAxis": "Y Axis", + "DE.Controllers.Main.txtZeroDivide": "Zero Divide", "DE.Controllers.Main.unknownErrorText": "Unknown error.", "DE.Controllers.Main.unsupportedBrowserErrorText ": "Your browser is not supported.", "DE.Controllers.Main.uploadImageExtMessage": "Unknown image format.", @@ -643,7 +655,6 @@ "DE.Controllers.Main.warnNoLicense": "This version of ONLYOFFICE Editors has certain limitations for concurrent connections to the document server.
If you need more please consider purchasing a commercial license.", "DE.Controllers.Main.warnNoLicenseUsers": "This version of ONLYOFFICE Editors has certain limitations for concurrent users.
If you need more please consider purchasing a commercial license.", "DE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.", - "DE.Controllers.Main.errorEmailClient": "No email client could be found.", "DE.Controllers.Navigation.txtBeginning": "Beginning of document", "DE.Controllers.Navigation.txtGotoBeginning": "Go to the beginning of the document", "DE.Controllers.Statusbar.textHasChanges": "New changes have been tracked", @@ -1809,6 +1820,13 @@ "DE.Views.StyleTitleDialog.textTitle": "Title", "DE.Views.StyleTitleDialog.txtEmpty": "This field is required", "DE.Views.StyleTitleDialog.txtNotEmpty": "Field must not be empty", + "DE.Views.TableFormulaDialog.cancelButtonText": "Cancel", + "DE.Views.TableFormulaDialog.okButtonText ": "Ok", + "DE.Views.TableFormulaDialog.textBookmark": "Paste Bookmark", + "DE.Views.TableFormulaDialog.textFormat": "Number Format", + "DE.Views.TableFormulaDialog.textFormula": "Formula", + "DE.Views.TableFormulaDialog.textInsertFunction": "Paste Function", + "DE.Views.TableFormulaDialog.textTitle": "Formula Settings", "DE.Views.TableOfContentsSettings.cancelButtonText": "Cancel", "DE.Views.TableOfContentsSettings.okButtonText ": "Ok", "DE.Views.TableOfContentsSettings.strAlign": "Right align page numbers", diff --git a/apps/documenteditor/main/locale/it.json b/apps/documenteditor/main/locale/it.json index dd336fb4c..a29c716ea 100644 --- a/apps/documenteditor/main/locale/it.json +++ b/apps/documenteditor/main/locale/it.json @@ -448,6 +448,7 @@ "DE.Controllers.Main.txtShape_actionButtonSound": "Pulsante Suono", "DE.Controllers.Main.txtShape_arc": "Arco", "DE.Controllers.Main.txtShape_bentArrow": "Freccia piegata", + "DE.Controllers.Main.txtShape_bentUpArrow": "Freccia curva in alto", "DE.Controllers.Main.txtShape_bevel": "Smussato", "DE.Controllers.Main.txtShape_chevron": "Gallone", "DE.Controllers.Main.txtShape_circularArrow": "Freccia circolare", diff --git a/apps/documenteditor/main/locale/ru.json b/apps/documenteditor/main/locale/ru.json index 04fde443a..417c32412 100644 --- a/apps/documenteditor/main/locale/ru.json +++ b/apps/documenteditor/main/locale/ru.json @@ -342,6 +342,7 @@ "DE.Controllers.Main.errorDefaultMessage": "Код ошибки: %1", "DE.Controllers.Main.errorEditingDownloadas": "В ходе работы с документом произошла ошибка.
Используйте опцию 'Скачать как...', чтобы сохранить резервную копию файла на жесткий диск компьютера.", "DE.Controllers.Main.errorEditingSaveas": "В ходе работы с документом произошла ошибка.
Используйте опцию 'Сохранить как...', чтобы сохранить резервную копию файла на жесткий диск компьютера.", + "DE.Controllers.Main.errorEmailClient": "Не найден почтовый клиент", "DE.Controllers.Main.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.", "DE.Controllers.Main.errorForceSave": "При сохранении файла произошла ошибка. Используйте опцию 'Скачать как', чтобы сохранить файл на жестком диске компьютера или повторите попытку позже.", "DE.Controllers.Main.errorKeyEncrypt": "Неизвестный дескриптор ключа", @@ -420,16 +421,22 @@ "DE.Controllers.Main.txtCurrentDocument": "Текущий документ", "DE.Controllers.Main.txtDiagramTitle": "Заголовок диаграммы", "DE.Controllers.Main.txtEditingMode": "Установка режима редактирования...", + "DE.Controllers.Main.txtEndOfFormula": "Непредвиденное завершение формулы", "DE.Controllers.Main.txtErrorLoadHistory": "Не удалось загрузить историю", "DE.Controllers.Main.txtEvenPage": "Четная страница", "DE.Controllers.Main.txtFiguredArrows": "Фигурные стрелки", "DE.Controllers.Main.txtFirstPage": "Первая страница", "DE.Controllers.Main.txtFooter": "Нижний колонтитул", + "DE.Controllers.Main.txtFormulaNotInTable": "Формула не в таблице", "DE.Controllers.Main.txtHeader": "Верхний колонтитул", + "DE.Controllers.Main.txtIndTooLarge": "Индекс слишком большой", "DE.Controllers.Main.txtLines": "Линии", "DE.Controllers.Main.txtMath": "Математические знаки", + "DE.Controllers.Main.txtMissArg": "Отсутствует аргумент", + "DE.Controllers.Main.txtMissOperator": "Отсутствует оператор", "DE.Controllers.Main.txtNeedSynchronize": "Есть обновления", "DE.Controllers.Main.txtNoTableOfContents": "Элементов оглавления не найдено.", + "DE.Controllers.Main.txtNotInTable": "Не в таблице", "DE.Controllers.Main.txtOddPage": "Нечетная страница", "DE.Controllers.Main.txtOnPage": "на странице", "DE.Controllers.Main.txtRectangles": "Прямоугольники", @@ -625,9 +632,14 @@ "DE.Controllers.Main.txtStyle_Quote": "Цитата", "DE.Controllers.Main.txtStyle_Subtitle": "Подзаголовок", "DE.Controllers.Main.txtStyle_Title": "Название", + "DE.Controllers.Main.txtSyntaxError": "Синтаксическая ошибка", + "DE.Controllers.Main.txtTableInd": "Индекс таблицы не может быть нулевым", "DE.Controllers.Main.txtTableOfContents": "Оглавление", + "DE.Controllers.Main.txtTooLarge": "Число слишком большое для форматирования", + "DE.Controllers.Main.txtUndefBookmark": "Закладка не определена", "DE.Controllers.Main.txtXAxis": "Ось X", "DE.Controllers.Main.txtYAxis": "Ось Y", + "DE.Controllers.Main.txtZeroDivide": "Деление на ноль", "DE.Controllers.Main.unknownErrorText": "Неизвестная ошибка.", "DE.Controllers.Main.unsupportedBrowserErrorText ": "Ваш браузер не поддерживается.", "DE.Controllers.Main.uploadImageExtMessage": "Неизвестный формат изображения.", @@ -643,7 +655,6 @@ "DE.Controllers.Main.warnNoLicense": "Эта версия редакторов ONLYOFFICE имеет некоторые ограничения по количеству одновременных подключений к серверу документов.
Если требуется больше, рассмотрите вопрос о покупке коммерческой лицензии.", "DE.Controllers.Main.warnNoLicenseUsers": "Эта версия редакторов ONLYOFFICE имеет некоторые ограничения по числу одновременно работающих пользователей.
Если требуется больше, рассмотрите вопрос о покупке коммерческой лицензии.", "DE.Controllers.Main.warnProcessRightsChange": "Вам было отказано в праве на редактирование этого файла.", - "DE.Controllers.Main.errorEmailClient": "Не найден почтовый клиент.", "DE.Controllers.Navigation.txtBeginning": "Начало документа", "DE.Controllers.Navigation.txtGotoBeginning": "Перейти в начало документа", "DE.Controllers.Statusbar.textHasChanges": "Отслежены новые изменения", @@ -1809,6 +1820,13 @@ "DE.Views.StyleTitleDialog.textTitle": "Название", "DE.Views.StyleTitleDialog.txtEmpty": "Это поле необходимо заполнить", "DE.Views.StyleTitleDialog.txtNotEmpty": "Поле не может быть пустым", + "DE.Views.TableFormulaDialog.cancelButtonText": "Отмена", + "DE.Views.TableFormulaDialog.okButtonText ": "Ok", + "DE.Views.TableFormulaDialog.textBookmark": "Вставить закладку", + "DE.Views.TableFormulaDialog.textFormat": "Формат числа", + "DE.Views.TableFormulaDialog.textFormula": "Формула", + "DE.Views.TableFormulaDialog.textInsertFunction": "Вставить функцию", + "DE.Views.TableFormulaDialog.textTitle": "Настройки формулы", "DE.Views.TableOfContentsSettings.cancelButtonText": "Отмена", "DE.Views.TableOfContentsSettings.okButtonText ": "Ok", "DE.Views.TableOfContentsSettings.strAlign": "Номера страниц по правому краю", @@ -1844,6 +1862,7 @@ "DE.Views.TableSettings.splitCellsText": "Разделить ячейку...", "DE.Views.TableSettings.splitCellTitleText": "Разделить ячейку", "DE.Views.TableSettings.strRepeatRow": "Повторять как заголовок на каждой странице", + "DE.Views.TableSettings.textAddFormula": "Добавить формулу", "DE.Views.TableSettings.textAdvanced": "Дополнительные параметры", "DE.Views.TableSettings.textBackColor": "Цвет фона", "DE.Views.TableSettings.textBanded": "Чередовать", diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index 56aab1ec8..1bdeacb34 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -258,6 +258,7 @@ "PE.Controllers.Main.errorDefaultMessage": "Error code: %1", "PE.Controllers.Main.errorEditingDownloadas": "An error occurred during the work with the document.
Use the 'Download as...' option to save the file backup copy to your computer hard drive.", "PE.Controllers.Main.errorEditingSaveas": "An error occurred during the work with the document.
Use the 'Save as...' option to save the file backup copy to your computer hard drive.", + "PE.Controllers.Main.errorEmailClient": "No email client could be found.", "PE.Controllers.Main.errorFilePassProtect": "The file is password protected and cannot be opened.", "PE.Controllers.Main.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to your computer hard drive or try again later.", "PE.Controllers.Main.errorKeyEncrypt": "Unknown key descriptor", @@ -584,7 +585,6 @@ "PE.Controllers.Main.warnNoLicense": "This version of ONLYOFFICE Editors has certain limitations for concurrent connections to the document server.
If you need more please consider purchasing a commercial license.", "PE.Controllers.Main.warnNoLicenseUsers": "This version of ONLYOFFICE Editors has certain limitations for concurrent users.
If you need more please consider purchasing a commercial license.", "PE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.", - "PE.Controllers.Main.errorEmailClient": "No email client could be found.", "PE.Controllers.Statusbar.zoomText": "Zoom {0}%", "PE.Controllers.Toolbar.confirmAddFontName": "The font you are going to save is not available on the current device.
The text style will be displayed using one of the system fonts, the saved font will be used when it is available.
Do you want to continue?", "PE.Controllers.Toolbar.textAccent": "Accents", @@ -1173,6 +1173,7 @@ "PE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "Other users will see your changes at once", "PE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "You will need to accept changes before you can see them", "PE.Views.FileMenuPanels.Settings.strFast": "Fast", + "PE.Views.FileMenuPanels.Settings.strFontRender": "Font Hinting", "PE.Views.FileMenuPanels.Settings.strForcesave": "Always save to server (otherwise save to server on document close)", "PE.Views.FileMenuPanels.Settings.strInputMode": "Turn on hieroglyphs", "PE.Views.FileMenuPanels.Settings.strShowChanges": "Real-time Collaboration Changes", @@ -1197,11 +1198,10 @@ "PE.Views.FileMenuPanels.Settings.txtInch": "Inch", "PE.Views.FileMenuPanels.Settings.txtInput": "Alternate Input", "PE.Views.FileMenuPanels.Settings.txtLast": "View Last", - "PE.Views.FileMenuPanels.Settings.txtPt": "Point", - "PE.Views.FileMenuPanels.Settings.txtSpellCheck": "Spell Checking", - "PE.Views.FileMenuPanels.Settings.strFontRender": "Font Hinting", "PE.Views.FileMenuPanels.Settings.txtMac": "as OS X", "PE.Views.FileMenuPanels.Settings.txtNative": "Native", + "PE.Views.FileMenuPanels.Settings.txtPt": "Point", + "PE.Views.FileMenuPanels.Settings.txtSpellCheck": "Spell Checking", "PE.Views.FileMenuPanels.Settings.txtWin": "as Windows", "PE.Views.HyperlinkSettingsDialog.cancelButtonText": "Cancel", "PE.Views.HyperlinkSettingsDialog.okButtonText": "OK", diff --git a/apps/presentationeditor/main/locale/ru.json b/apps/presentationeditor/main/locale/ru.json index 3687c0cb3..b6b79b4ba 100644 --- a/apps/presentationeditor/main/locale/ru.json +++ b/apps/presentationeditor/main/locale/ru.json @@ -258,6 +258,7 @@ "PE.Controllers.Main.errorDefaultMessage": "Код ошибки: %1", "PE.Controllers.Main.errorEditingDownloadas": "В ходе работы с документом произошла ошибка.
Используйте опцию 'Скачать как...', чтобы сохранить резервную копию файла на жесткий диск компьютера.", "PE.Controllers.Main.errorEditingSaveas": "В ходе работы с документом произошла ошибка.
Используйте опцию 'Сохранить как...', чтобы сохранить резервную копию файла на жесткий диск компьютера.", + "PE.Controllers.Main.errorEmailClient": "Не найден почтовый клиент", "PE.Controllers.Main.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.", "PE.Controllers.Main.errorForceSave": "При сохранении файла произошла ошибка. Используйте опцию 'Скачать как', чтобы сохранить файл на жестком диске компьютера или повторите попытку позже.", "PE.Controllers.Main.errorKeyEncrypt": "Неизвестный дескриптор ключа", @@ -584,7 +585,6 @@ "PE.Controllers.Main.warnNoLicense": "Эта версия редакторов ONLYOFFICE имеет некоторые ограничения по количеству одновременных подключений к серверу документов.
Если требуется больше, рассмотрите вопрос о покупке коммерческой лицензии.", "PE.Controllers.Main.warnNoLicenseUsers": "Эта версия редакторов ONLYOFFICE имеет некоторые ограничения по числу одновременно работающих пользователей.
Если требуется больше, рассмотрите вопрос о покупке коммерческой лицензии.", "PE.Controllers.Main.warnProcessRightsChange": "Вам было отказано в праве на редактирование этого файла.", - "PE.Controllers.Main.errorEmailClient": "Не найден почтовый клиент.", "PE.Controllers.Statusbar.zoomText": "Масштаб {0}%", "PE.Controllers.Toolbar.confirmAddFontName": "Шрифт, который вы хотите сохранить, недоступен на этом устройстве.
Стиль текста будет отображаться с помощью одного из системных шрифтов. Сохраненный шрифт будет использоваться, когда он станет доступен.
Вы хотите продолжить?", "PE.Controllers.Toolbar.textAccent": "Диакритические знаки", @@ -1173,6 +1173,7 @@ "PE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "Другие пользователи будут сразу же видеть ваши изменения", "PE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "Прежде чем вы сможете увидеть изменения, их надо будет принять", "PE.Views.FileMenuPanels.Settings.strFast": "Быстрый", + "PE.Views.FileMenuPanels.Settings.strFontRender": "Хинтинг шрифтов", "PE.Views.FileMenuPanels.Settings.strForcesave": "Всегда сохранять на сервере (в противном случае сохранять на сервере при закрытии документа)", "PE.Views.FileMenuPanels.Settings.strInputMode": "Включить иероглифы", "PE.Views.FileMenuPanels.Settings.strShowChanges": "Отображать изменения при совместной работе", @@ -1197,11 +1198,10 @@ "PE.Views.FileMenuPanels.Settings.txtInch": "Дюйм", "PE.Views.FileMenuPanels.Settings.txtInput": "Альтернативный ввод", "PE.Views.FileMenuPanels.Settings.txtLast": "Последние", - "PE.Views.FileMenuPanels.Settings.txtPt": "Пункт", - "PE.Views.FileMenuPanels.Settings.txtSpellCheck": "Проверка орфографии", - "PE.Views.FileMenuPanels.Settings.strFontRender": "Хинтинг шрифтов", "PE.Views.FileMenuPanels.Settings.txtMac": "как OS X", "PE.Views.FileMenuPanels.Settings.txtNative": "Собственный", + "PE.Views.FileMenuPanels.Settings.txtPt": "Пункт", + "PE.Views.FileMenuPanels.Settings.txtSpellCheck": "Проверка орфографии", "PE.Views.FileMenuPanels.Settings.txtWin": "как Windows", "PE.Views.HyperlinkSettingsDialog.cancelButtonText": "Отмена", "PE.Views.HyperlinkSettingsDialog.okButtonText": "OK", diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index e517a20ee..882cea6de 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -414,6 +414,7 @@ "SSE.Controllers.Main.errorDefaultMessage": "Error code: %1", "SSE.Controllers.Main.errorEditingDownloadas": "An error occurred during the work with the document.
Use the 'Download as...' option to save the file backup copy to your computer hard drive.", "SSE.Controllers.Main.errorEditingSaveas": "An error occurred during the work with the document.
Use the 'Save as...' option to save the file backup copy to your computer hard drive.", + "SSE.Controllers.Main.errorEmailClient": "No email client could be found.", "SSE.Controllers.Main.errorFilePassProtect": "The file is password protected and cannot be opened.", "SSE.Controllers.Main.errorFileRequest": "External error.
File request error. Please contact support in case the error persists.", "SSE.Controllers.Main.errorFileVKey": "External error.
Incorrect security key. Please contact support in case the error persists.", @@ -507,6 +508,7 @@ "SSE.Controllers.Main.txtFiguredArrows": "Figured Arrows", "SSE.Controllers.Main.txtLines": "Lines", "SSE.Controllers.Main.txtMath": "Math", + "SSE.Controllers.Main.txtPrintArea": "Print_Area", "SSE.Controllers.Main.txtRectangles": "Rectangles", "SSE.Controllers.Main.txtSeries": "Series", "SSE.Controllers.Main.txtShape_accentBorderCallout1": "Line Callout 1 (Border and Accent Bar)", @@ -702,6 +704,7 @@ "SSE.Controllers.Main.txtStyle_Title": "Title", "SSE.Controllers.Main.txtStyle_Total": "Total", "SSE.Controllers.Main.txtStyle_Warning_Text": "Warning Text", + "SSE.Controllers.Main.txtTable": "Table", "SSE.Controllers.Main.txtXAxis": "X Axis", "SSE.Controllers.Main.txtYAxis": "Y Axis", "SSE.Controllers.Main.unknownErrorText": "Unknown error.", @@ -719,9 +722,6 @@ "SSE.Controllers.Main.warnNoLicense": "This version of ONLYOFFICE Editors has certain limitations for concurrent connections to the document server.
If you need more please consider purchasing a commercial license.", "SSE.Controllers.Main.warnNoLicenseUsers": "This version of ONLYOFFICE Editors has certain limitations for concurrent users.
If you need more please consider purchasing a commercial license.", "SSE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.", - "SSE.Controllers.Main.errorEmailClient": "No email client could be found.", - "SSE.Controllers.Main.txtPrintArea": "Print_Area", - "SSE.Controllers.Main.txtTable": "Table", "SSE.Controllers.Print.strAllSheets": "All Sheets", "SSE.Controllers.Print.textWarning": "Warning", "SSE.Controllers.Print.txtCustom": "Custom", diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json index be5d52122..dc3790f7e 100644 --- a/apps/spreadsheeteditor/main/locale/ru.json +++ b/apps/spreadsheeteditor/main/locale/ru.json @@ -414,6 +414,7 @@ "SSE.Controllers.Main.errorDefaultMessage": "Код ошибки: %1", "SSE.Controllers.Main.errorEditingDownloadas": "В ходе работы с документом произошла ошибка.
Используйте опцию 'Скачать как...', чтобы сохранить резервную копию файла на жесткий диск компьютера.", "SSE.Controllers.Main.errorEditingSaveas": "В ходе работы с документом произошла ошибка.
Используйте опцию 'Сохранить как...', чтобы сохранить резервную копию файла на жесткий диск компьютера.", + "SSE.Controllers.Main.errorEmailClient": "Не найден почтовый клиент", "SSE.Controllers.Main.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.", "SSE.Controllers.Main.errorFileRequest": "Внешняя ошибка.
Ошибка запроса файла. Если ошибка повторяется, пожалуйста, обратитесь в службу поддержки.", "SSE.Controllers.Main.errorFileVKey": "Внешняя ошибка.
Неверный ключ безопасности. Если ошибка повторяется, пожалуйста, обратитесь в службу поддержки.", @@ -507,6 +508,7 @@ "SSE.Controllers.Main.txtFiguredArrows": "Фигурные стрелки", "SSE.Controllers.Main.txtLines": "Линии", "SSE.Controllers.Main.txtMath": "Математические знаки", + "SSE.Controllers.Main.txtPrintArea": "Область_печати", "SSE.Controllers.Main.txtRectangles": "Прямоугольники", "SSE.Controllers.Main.txtSeries": "Ряд", "SSE.Controllers.Main.txtShape_accentBorderCallout1": "Выноска 1 (граница и черта)", @@ -702,6 +704,7 @@ "SSE.Controllers.Main.txtStyle_Title": "Название", "SSE.Controllers.Main.txtStyle_Total": "Итог", "SSE.Controllers.Main.txtStyle_Warning_Text": "Текст предупреждения", + "SSE.Controllers.Main.txtTable": "Таблица", "SSE.Controllers.Main.txtXAxis": "Ось X", "SSE.Controllers.Main.txtYAxis": "Ось Y", "SSE.Controllers.Main.unknownErrorText": "Неизвестная ошибка.", @@ -719,9 +722,6 @@ "SSE.Controllers.Main.warnNoLicense": "Эта версия редакторов ONLYOFFICE имеет некоторые ограничения по количеству одновременных подключений к серверу документов.
Если требуется больше, рассмотрите вопрос о покупке коммерческой лицензии.", "SSE.Controllers.Main.warnNoLicenseUsers": "Эта версия редакторов ONLYOFFICE имеет некоторые ограничения по числу одновременно работающих пользователей.
Если требуется больше, рассмотрите вопрос о покупке коммерческой лицензии.", "SSE.Controllers.Main.warnProcessRightsChange": "Вам было отказано в праве на редактирование этого файла.", - "SSE.Controllers.Main.errorEmailClient": "Не найден почтовый клиент.", - "SSE.Controllers.Main.txtPrintArea": "Область_печати", - "SSE.Controllers.Main.txtTable": "Таблица", "SSE.Controllers.Print.strAllSheets": "Все листы", "SSE.Controllers.Print.textWarning": "Предупреждение", "SSE.Controllers.Print.txtCustom": "Пользовательская",