diff --git a/apps/spreadsheeteditor/mobile/app/template/EditCell.template b/apps/spreadsheeteditor/mobile/app/template/EditCell.template index d73ce65d4..54dd1700e 100644 --- a/apps/spreadsheeteditor/mobile/app/template/EditCell.template +++ b/apps/spreadsheeteditor/mobile/app/template/EditCell.template @@ -16,9 +16,9 @@
diff --git a/apps/spreadsheeteditor/mobile/app/template/EditText.template b/apps/spreadsheeteditor/mobile/app/template/EditText.template index 442503886..821c1d5ad 100644 --- a/apps/spreadsheeteditor/mobile/app/template/EditText.template +++ b/apps/spreadsheeteditor/mobile/app/template/EditText.template @@ -16,9 +16,9 @@
diff --git a/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js b/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js index 23f1f5fe4..9a417511c 100644 --- a/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js +++ b/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js @@ -293,7 +293,10 @@ define([ textEuro: 'Euro', textPound: 'Pound', textRouble: 'Rouble', - textYen: 'Yen' + textYen: 'Yen', + textСharacterBold: 'B', + textСharacterItalic: 'I', + textСharacterUnderline: 'U' } })(), SSE.Views.EditCell || {})) }); diff --git a/apps/spreadsheeteditor/mobile/app/view/edit/EditText.js b/apps/spreadsheeteditor/mobile/app/view/edit/EditText.js index a06ded6f2..e854ef683 100644 --- a/apps/spreadsheeteditor/mobile/app/view/edit/EditText.js +++ b/apps/spreadsheeteditor/mobile/app/view/edit/EditText.js @@ -177,7 +177,10 @@ define([ textFonts: 'Fonts', textTextColor: 'Text Color', textFillColor: 'Fill Color', - textSize: 'Size' + textSize: 'Size', + textСharacterBold: 'B', + textСharacterItalic: 'I', + textСharacterUnderline: 'U' } })(), SSE.Views.EditText || {})) }); \ No newline at end of file diff --git a/apps/spreadsheeteditor/mobile/locale/ru.json b/apps/spreadsheeteditor/mobile/locale/ru.json index 321be60a3..5b276366e 100644 --- a/apps/spreadsheeteditor/mobile/locale/ru.json +++ b/apps/spreadsheeteditor/mobile/locale/ru.json @@ -375,6 +375,9 @@ "SSE.Views.EditCell.textTopBorder": "Верхняя граница", "SSE.Views.EditCell.textWrapText": "Перенос текста", "SSE.Views.EditCell.textYen": "Иена", + "SSE.Views.EditCell.textСharacterBold": "Ж", + "SSE.Views.EditCell.textСharacterItalic": "К", + "SSE.Views.EditCell.textСharacterUnderline": "Ч", "SSE.Views.EditChart.textAuto": "Авто", "SSE.Views.EditChart.textAxisCrosses": "Пересечение с осью", "SSE.Views.EditChart.textAxisOptions": "Параметры оси", @@ -473,6 +476,9 @@ "SSE.Views.EditText.textFonts": "Шрифты", "SSE.Views.EditText.textSize": "Размер", "SSE.Views.EditText.textTextColor": "Цвет текста", + "SSE.Views.EditText.textСharacterBold": "Ж", + "SSE.Views.EditText.textСharacterItalic": "К", + "SSE.Views.EditText.textСharacterUnderline": "Ч", "SSE.Views.Search.textDone": "Готово", "SSE.Views.Search.textFind": "Поиск", "SSE.Views.Search.textFindAndReplace": "Поиск и замена",