diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index bea565081..1f3275a2b 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -2394,5 +2394,14 @@ "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.Spellcheck.txtSpelling": "Spelling", + "SSE.Views.Spellcheck.noSuggestions": "No spelling suggestions", + "SSE.Views.Spellcheck.textChange": "Change", + "SSE.Views.Spellcheck.textChangeAll": "Change All", + "SSE.Views.Spellcheck.textIgnore": "Ignore", + "SSE.Views.Spellcheck.textIgnoreAll": "Ignore All", + "SSE.Views.Spellcheck.txtAddToDictionary": "Add To Dictionary", + "SSE.Views.Spellcheck.txtDictionaryLanguage": "Dictionary Language", + "SSE.Views.Spellcheck.txtComplete": "Spellcheck has been complete" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json index adc39ba89..24f87d2aa 100644 --- a/apps/spreadsheeteditor/main/locale/ru.json +++ b/apps/spreadsheeteditor/main/locale/ru.json @@ -2322,5 +2322,14 @@ "SSE.Views.Top10FilterDialog.txtItems": "Элемент", "SSE.Views.Top10FilterDialog.txtPercent": "Процент", "SSE.Views.Top10FilterDialog.txtTitle": "Наложение условия по списку", - "SSE.Views.Top10FilterDialog.txtTop": "Наибольшие" + "SSE.Views.Top10FilterDialog.txtTop": "Наибольшие", + "SSE.Views.Spellcheck.txtSpelling": "Орфография", + "SSE.Views.Spellcheck.noSuggestions": "Вариатов нет", + "SSE.Views.Spellcheck.textChange": "Заменить", + "SSE.Views.Spellcheck.textChangeAll": "Заменить все", + "SSE.Views.Spellcheck.textIgnore": "Пропустить", + "SSE.Views.Spellcheck.textIgnoreAll": "Пропустить все", + "SSE.Views.Spellcheck.txtAddToDictionary": "Добавить в словарь", + "SSE.Views.Spellcheck.txtDictionaryLanguage": "Язык словаря", + "SSE.Views.Spellcheck.txtComplete": "Проверка орфографии закончена" } \ No newline at end of file