From ad4c33f260efe69ca0d4320a8fd9f550532b2bc4 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 15 Mar 2019 14:38:55 +0300 Subject: [PATCH] [Mobile] Update translations for style buttons --- .../mobile/app/template/EditText.template | 8 ++++---- apps/documenteditor/mobile/app/view/edit/EditText.js | 8 ++++---- apps/documenteditor/mobile/locale/en.json | 4 ++++ apps/documenteditor/mobile/locale/ru.json | 8 ++++---- .../mobile/app/template/EditText.template | 8 ++++---- .../mobile/app/view/edit/EditText.js | 8 ++++---- apps/presentationeditor/mobile/locale/en.json | 4 ++++ apps/presentationeditor/mobile/locale/ru.json | 8 ++++---- .../mobile/app/template/EditCell.template | 6 +++--- .../mobile/app/template/EditText.template | 6 +++--- .../mobile/app/view/edit/EditCell.js | 6 +++--- .../mobile/app/view/edit/EditText.js | 6 +++--- apps/spreadsheeteditor/mobile/locale/en.json | 6 ++++++ apps/spreadsheeteditor/mobile/locale/ru.json | 12 ++++++------ 14 files changed, 56 insertions(+), 42 deletions(-) diff --git a/apps/documenteditor/mobile/app/template/EditText.template b/apps/documenteditor/mobile/app/template/EditText.template index 56d48d190..75c5898ef 100644 --- a/apps/documenteditor/mobile/app/template/EditText.template +++ b/apps/documenteditor/mobile/app/template/EditText.template @@ -16,10 +16,10 @@
diff --git a/apps/documenteditor/mobile/app/view/edit/EditText.js b/apps/documenteditor/mobile/app/view/edit/EditText.js index 9fd095eba..98903fc77 100644 --- a/apps/documenteditor/mobile/app/view/edit/EditText.js +++ b/apps/documenteditor/mobile/app/view/edit/EditText.js @@ -249,10 +249,10 @@ define([ textBullets: 'Bullets', textNone: 'None', textNumbers: 'Numbers', - textСharacterBold: 'B', - textСharacterItalic: 'I', - textСharacterUnderline: 'U', - textСharacterStrikethrough: 'S' + textCharacterBold: 'B', + textCharacterItalic: 'I', + textCharacterUnderline: 'U', + textCharacterStrikethrough: 'S' } })(), DE.Views.EditText || {})) }); \ No newline at end of file diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index 298bd97c0..09d4cf460 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -358,6 +358,10 @@ "DE.Views.EditText.textSmallCaps": "Small Caps", "DE.Views.EditText.textStrikethrough": "Strikethrough", "DE.Views.EditText.textSubscript": "Subscript", + "DE.Views.EditText.textCharacterBold": "B", + "DE.Views.EditText.textCharacterItalic": "I", + "DE.Views.EditText.textCharacterUnderline": "U", + "DE.Views.EditText.textCharacterStrikethrough": "S", "DE.Views.Search.textCase": "Case sensitive", "DE.Views.Search.textDone": "Done", "DE.Views.Search.textFind": "Find", diff --git a/apps/documenteditor/mobile/locale/ru.json b/apps/documenteditor/mobile/locale/ru.json index 61063abb0..7f9f5cbc5 100644 --- a/apps/documenteditor/mobile/locale/ru.json +++ b/apps/documenteditor/mobile/locale/ru.json @@ -353,10 +353,10 @@ "DE.Views.EditText.textLineSpacing": "Междустрочный интервал", "DE.Views.EditText.textNone": "Нет", "DE.Views.EditText.textNumbers": "Нумерация", - "DE.Views.EditText.textСharacterBold": "Ж", - "DE.Views.EditText.textСharacterItalic": "К", - "DE.Views.EditText.textСharacterUnderline": "Ч", - "DE.Views.EditText.textСharacterStrikethrough": "Т", + "DE.Views.EditText.textCharacterBold": "Ж", + "DE.Views.EditText.textCharacterItalic": "К", + "DE.Views.EditText.textCharacterUnderline": "Ч", + "DE.Views.EditText.textCharacterStrikethrough": "Т", "DE.Views.EditText.textSize": "Размер", "DE.Views.EditText.textSmallCaps": "Малые прописные", "DE.Views.EditText.textStrikethrough": "Зачеркнутый", diff --git a/apps/presentationeditor/mobile/app/template/EditText.template b/apps/presentationeditor/mobile/app/template/EditText.template index dea0be4ca..dfecf30b2 100644 --- a/apps/presentationeditor/mobile/app/template/EditText.template +++ b/apps/presentationeditor/mobile/app/template/EditText.template @@ -12,10 +12,10 @@
  • diff --git a/apps/presentationeditor/mobile/app/view/edit/EditText.js b/apps/presentationeditor/mobile/app/view/edit/EditText.js index c0bf1530f..61ab71b4b 100644 --- a/apps/presentationeditor/mobile/app/view/edit/EditText.js +++ b/apps/presentationeditor/mobile/app/view/edit/EditText.js @@ -239,10 +239,10 @@ define([ textBullets: 'Bullets', textNone: 'None', textNumbers: 'Numbers', - textСharacterBold: 'B', - textСharacterItalic: 'I', - textСharacterUnderline: 'U', - textСharacterStrikethrough: 'S' + textCharacterBold: 'B', + textCharacterItalic: 'I', + textCharacterUnderline: 'U', + textCharacterStrikethrough: 'S' } })(), PE.Views.EditText || {})) }); \ No newline at end of file diff --git a/apps/presentationeditor/mobile/locale/en.json b/apps/presentationeditor/mobile/locale/en.json index d340cb468..c8b7d9d27 100644 --- a/apps/presentationeditor/mobile/locale/en.json +++ b/apps/presentationeditor/mobile/locale/en.json @@ -429,6 +429,10 @@ "PE.Views.EditText.textSmallCaps": "Small Caps", "PE.Views.EditText.textStrikethrough": "Strikethrough", "PE.Views.EditText.textSubscript": "Subscript", + "PE.Views.EditText.textCharacterBold": "B", + "PE.Views.EditText.textCharacterItalic": "I", + "PE.Views.EditText.textCharacterUnderline": "U", + "PE.Views.EditText.textCharacterStrikethrough": "S", "PE.Views.Search.textCase": "Case sensitive", "PE.Views.Search.textDone": "Done", "PE.Views.Search.textFind": "Find", diff --git a/apps/presentationeditor/mobile/locale/ru.json b/apps/presentationeditor/mobile/locale/ru.json index 86131d4fd..0c352bbad 100644 --- a/apps/presentationeditor/mobile/locale/ru.json +++ b/apps/presentationeditor/mobile/locale/ru.json @@ -427,10 +427,10 @@ "PE.Views.EditText.textSmallCaps": "Малые прописные", "PE.Views.EditText.textStrikethrough": "Зачеркнутый", "PE.Views.EditText.textSubscript": "Подстрочные", - "PE.Views.EditText.textСharacterBold": "Ж", - "PE.Views.EditText.textСharacterItalic": "К", - "PE.Views.EditText.textСharacterUnderline": "Ч", - "PE.Views.EditText.textСharacterStrikethrough": "Т", + "PE.Views.EditText.textCharacterBold": "Ж", + "PE.Views.EditText.textCharacterItalic": "К", + "PE.Views.EditText.textCharacterUnderline": "Ч", + "PE.Views.EditText.textCharacterStrikethrough": "Т", "PE.Views.Search.textCase": "С учетом регистра", "PE.Views.Search.textDone": "Готово", "PE.Views.Search.textFind": "Поиск", diff --git a/apps/spreadsheeteditor/mobile/app/template/EditCell.template b/apps/spreadsheeteditor/mobile/app/template/EditCell.template index 54dd1700e..51f383f9b 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 821c1d5ad..89b6e59e5 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 9a417511c..20bd1f724 100644 --- a/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js +++ b/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js @@ -294,9 +294,9 @@ define([ textPound: 'Pound', textRouble: 'Rouble', textYen: 'Yen', - textСharacterBold: 'B', - textСharacterItalic: 'I', - textСharacterUnderline: 'U' + textCharacterBold: 'B', + textCharacterItalic: 'I', + textCharacterUnderline: '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 e854ef683..459bf5d92 100644 --- a/apps/spreadsheeteditor/mobile/app/view/edit/EditText.js +++ b/apps/spreadsheeteditor/mobile/app/view/edit/EditText.js @@ -178,9 +178,9 @@ define([ textTextColor: 'Text Color', textFillColor: 'Fill Color', textSize: 'Size', - textСharacterBold: 'B', - textСharacterItalic: 'I', - textСharacterUnderline: 'U' + textCharacterBold: 'B', + textCharacterItalic: 'I', + textCharacterUnderline: 'U' } })(), SSE.Views.EditText || {})) }); \ No newline at end of file diff --git a/apps/spreadsheeteditor/mobile/locale/en.json b/apps/spreadsheeteditor/mobile/locale/en.json index e41c049cb..086c4f38e 100644 --- a/apps/spreadsheeteditor/mobile/locale/en.json +++ b/apps/spreadsheeteditor/mobile/locale/en.json @@ -377,6 +377,9 @@ "SSE.Views.EditCell.textTopBorder": "Top Border", "SSE.Views.EditCell.textWrapText": "Wrap Text", "SSE.Views.EditCell.textYen": "Yen", + "SSE.Views.EditCell.textCharacterBold": "B", + "SSE.Views.EditCell.textCharacterItalic": "I", + "SSE.Views.EditCell.textCharacterUnderline": "U", "SSE.Views.EditChart.textAuto": "Auto", "SSE.Views.EditChart.textAxisCrosses": "Axis Crosses", "SSE.Views.EditChart.textAxisOptions": "Axis Options", @@ -475,6 +478,9 @@ "SSE.Views.EditText.textFonts": "Fonts", "SSE.Views.EditText.textSize": "Size", "SSE.Views.EditText.textTextColor": "Text Color", + "SSE.Views.EditText.textCharacterBold": "B", + "SSE.Views.EditText.textCharacterItalic": "I", + "SSE.Views.EditText.textCharacterUnderline": "U", "SSE.Views.Search.textDone": "Done", "SSE.Views.Search.textFind": "Find", "SSE.Views.Search.textFindAndReplace": "Find and Replace", diff --git a/apps/spreadsheeteditor/mobile/locale/ru.json b/apps/spreadsheeteditor/mobile/locale/ru.json index 4e493bd2c..5fc0b4cb8 100644 --- a/apps/spreadsheeteditor/mobile/locale/ru.json +++ b/apps/spreadsheeteditor/mobile/locale/ru.json @@ -375,9 +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.EditCell.textCharacterBold": "Ж", + "SSE.Views.EditCell.textCharacterItalic": "К", + "SSE.Views.EditCell.textCharacterUnderline": "Ч", "SSE.Views.EditChart.textAuto": "Авто", "SSE.Views.EditChart.textAxisCrosses": "Пересечение с осью", "SSE.Views.EditChart.textAxisOptions": "Параметры оси", @@ -476,9 +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.EditText.textCharacterBold": "Ж", + "SSE.Views.EditText.textCharacterItalic": "К", + "SSE.Views.EditText.textCharacterUnderline": "Ч", "SSE.Views.Search.textDone": "Готово", "SSE.Views.Search.textFind": "Поиск", "SSE.Views.Search.textFindAndReplace": "Поиск и замена",