[Mobile] Update translations for style buttons

This commit is contained in:
Julia Radzhabova 2019-03-15 14:38:55 +03:00
parent 26138b9cdc
commit ad4c33f260
14 changed files with 56 additions and 42 deletions

View file

@ -16,10 +16,10 @@
<div class="item-content buttons"> <div class="item-content buttons">
<div class="item-inner"> <div class="item-inner">
<div class="row"> <div class="row">
<a id="font-bold" class="button"><b><%= scope.textСharacterBold %></b></a> <a id="font-bold" class="button"><b><%= scope.textCharacterBold %></b></a>
<a id="font-italic" class="button"><i><%= scope.textСharacterItalic %></i></a> <a id="font-italic" class="button"><i><%= scope.textCharacterItalic %></i></a>
<a id="font-underline" class="button" style="text-decoration: underline;"><%= scope.textСharacterUnderline %></a> <a id="font-underline" class="button" style="text-decoration: underline;"><%= scope.textCharacterUnderline %></a>
<a id="font-strikethrough" class="button" style="text-decoration: line-through"><%= scope.textСharacterStrikethrough %></a> <a id="font-strikethrough" class="button" style="text-decoration: line-through"><%= scope.textCharacterStrikethrough %></a>
</div> </div>
</div> </div>
</div> </div>

View file

@ -249,10 +249,10 @@ define([
textBullets: 'Bullets', textBullets: 'Bullets',
textNone: 'None', textNone: 'None',
textNumbers: 'Numbers', textNumbers: 'Numbers',
textСharacterBold: 'B', textCharacterBold: 'B',
textСharacterItalic: 'I', textCharacterItalic: 'I',
textСharacterUnderline: 'U', textCharacterUnderline: 'U',
textСharacterStrikethrough: 'S' textCharacterStrikethrough: 'S'
} }
})(), DE.Views.EditText || {})) })(), DE.Views.EditText || {}))
}); });

View file

@ -358,6 +358,10 @@
"DE.Views.EditText.textSmallCaps": "Small Caps", "DE.Views.EditText.textSmallCaps": "Small Caps",
"DE.Views.EditText.textStrikethrough": "Strikethrough", "DE.Views.EditText.textStrikethrough": "Strikethrough",
"DE.Views.EditText.textSubscript": "Subscript", "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.textCase": "Case sensitive",
"DE.Views.Search.textDone": "Done", "DE.Views.Search.textDone": "Done",
"DE.Views.Search.textFind": "Find", "DE.Views.Search.textFind": "Find",

View file

@ -353,10 +353,10 @@
"DE.Views.EditText.textLineSpacing": "Междустрочный интервал", "DE.Views.EditText.textLineSpacing": "Междустрочный интервал",
"DE.Views.EditText.textNone": "Нет", "DE.Views.EditText.textNone": "Нет",
"DE.Views.EditText.textNumbers": "Нумерация", "DE.Views.EditText.textNumbers": "Нумерация",
"DE.Views.EditText.textСharacterBold": "Ж", "DE.Views.EditText.textCharacterBold": "Ж",
"DE.Views.EditText.textСharacterItalic": "К", "DE.Views.EditText.textCharacterItalic": "К",
"DE.Views.EditText.textСharacterUnderline": "Ч", "DE.Views.EditText.textCharacterUnderline": "Ч",
"DE.Views.EditText.textСharacterStrikethrough": "Т", "DE.Views.EditText.textCharacterStrikethrough": "Т",
"DE.Views.EditText.textSize": "Размер", "DE.Views.EditText.textSize": "Размер",
"DE.Views.EditText.textSmallCaps": "Малые прописные", "DE.Views.EditText.textSmallCaps": "Малые прописные",
"DE.Views.EditText.textStrikethrough": "Зачеркнутый", "DE.Views.EditText.textStrikethrough": "Зачеркнутый",

View file

@ -12,10 +12,10 @@
<li><div class="item-content buttons"> <li><div class="item-content buttons">
<div class="item-inner"> <div class="item-inner">
<div class="row"> <div class="row">
<a id="font-bold" class="button"><b><%= scope.textСharacterBold %></b></a> <a id="font-bold" class="button"><b><%= scope.textCharacterBold %></b></a>
<a id="font-italic" class="button"><i><%= scope.textСharacterItalic %></i></a> <a id="font-italic" class="button"><i><%= scope.textCharacterItalic %></i></a>
<a id="font-underline" class="button" style="text-decoration: underline;"><%= scope.textСharacterUnderline %></a> <a id="font-underline" class="button" style="text-decoration: underline;"><%= scope.textCharacterUnderline %></a>
<a id="font-strikethrough" class="button" style="text-decoration: line-through"><%= scope.textСharacterStrikethrough %></a> <a id="font-strikethrough" class="button" style="text-decoration: line-through"><%= scope.textCharacterStrikethrough %></a>
</div> </div>
</div> </div>
</div></li> </div></li>

View file

@ -239,10 +239,10 @@ define([
textBullets: 'Bullets', textBullets: 'Bullets',
textNone: 'None', textNone: 'None',
textNumbers: 'Numbers', textNumbers: 'Numbers',
textСharacterBold: 'B', textCharacterBold: 'B',
textСharacterItalic: 'I', textCharacterItalic: 'I',
textСharacterUnderline: 'U', textCharacterUnderline: 'U',
textСharacterStrikethrough: 'S' textCharacterStrikethrough: 'S'
} }
})(), PE.Views.EditText || {})) })(), PE.Views.EditText || {}))
}); });

View file

@ -429,6 +429,10 @@
"PE.Views.EditText.textSmallCaps": "Small Caps", "PE.Views.EditText.textSmallCaps": "Small Caps",
"PE.Views.EditText.textStrikethrough": "Strikethrough", "PE.Views.EditText.textStrikethrough": "Strikethrough",
"PE.Views.EditText.textSubscript": "Subscript", "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.textCase": "Case sensitive",
"PE.Views.Search.textDone": "Done", "PE.Views.Search.textDone": "Done",
"PE.Views.Search.textFind": "Find", "PE.Views.Search.textFind": "Find",

View file

@ -427,10 +427,10 @@
"PE.Views.EditText.textSmallCaps": "Малые прописные", "PE.Views.EditText.textSmallCaps": "Малые прописные",
"PE.Views.EditText.textStrikethrough": "Зачеркнутый", "PE.Views.EditText.textStrikethrough": "Зачеркнутый",
"PE.Views.EditText.textSubscript": "Подстрочные", "PE.Views.EditText.textSubscript": "Подстрочные",
"PE.Views.EditText.textСharacterBold": "Ж", "PE.Views.EditText.textCharacterBold": "Ж",
"PE.Views.EditText.textСharacterItalic": "К", "PE.Views.EditText.textCharacterItalic": "К",
"PE.Views.EditText.textСharacterUnderline": "Ч", "PE.Views.EditText.textCharacterUnderline": "Ч",
"PE.Views.EditText.textСharacterStrikethrough": "Т", "PE.Views.EditText.textCharacterStrikethrough": "Т",
"PE.Views.Search.textCase": "С учетом регистра", "PE.Views.Search.textCase": "С учетом регистра",
"PE.Views.Search.textDone": "Готово", "PE.Views.Search.textDone": "Готово",
"PE.Views.Search.textFind": "Поиск", "PE.Views.Search.textFind": "Поиск",

View file

@ -16,9 +16,9 @@
<div class="item-content buttons"> <div class="item-content buttons">
<div class="item-inner"> <div class="item-inner">
<div class="row"> <div class="row">
<a id="font-bold" class="button"><b><%= scope.textСharacterBold %></b></a> <a id="font-bold" class="button"><b><%= scope.textCharacterBold %></b></a>
<a id="font-italic" class="button"><i><%= scope.textСharacterItalic %></i></a> <a id="font-italic" class="button"><i><%= scope.textCharacterItalic %></i></a>
<a id="font-underline" class="button" style="text-decoration: underline;"><%= scope.textСharacterUnderline %></a> <a id="font-underline" class="button" style="text-decoration: underline;"><%= scope.textCharacterUnderline %></a>
</div> </div>
</div> </div>
</div> </div>

View file

@ -16,9 +16,9 @@
<div class="item-content buttons"> <div class="item-content buttons">
<div class="item-inner"> <div class="item-inner">
<div class="row"> <div class="row">
<a id="font-bold" class="button"><b><%= scope.textСharacterBold %></b></a> <a id="font-bold" class="button"><b><%= scope.textCharacterBold %></b></a>
<a id="font-italic" class="button"><i><%= scope.textСharacterItalic %></i></a> <a id="font-italic" class="button"><i><%= scope.textCharacterItalic %></i></a>
<a id="font-underline" class="button" style="text-decoration: underline;"><%= scope.textСharacterUnderline %></a> <a id="font-underline" class="button" style="text-decoration: underline;"><%= scope.textCharacterUnderline %></a>
</div> </div>
</div> </div>
</div> </div>

View file

@ -294,9 +294,9 @@ define([
textPound: 'Pound', textPound: 'Pound',
textRouble: 'Rouble', textRouble: 'Rouble',
textYen: 'Yen', textYen: 'Yen',
textСharacterBold: 'B', textCharacterBold: 'B',
textСharacterItalic: 'I', textCharacterItalic: 'I',
textСharacterUnderline: 'U' textCharacterUnderline: 'U'
} }
})(), SSE.Views.EditCell || {})) })(), SSE.Views.EditCell || {}))
}); });

View file

@ -178,9 +178,9 @@ define([
textTextColor: 'Text Color', textTextColor: 'Text Color',
textFillColor: 'Fill Color', textFillColor: 'Fill Color',
textSize: 'Size', textSize: 'Size',
textСharacterBold: 'B', textCharacterBold: 'B',
textСharacterItalic: 'I', textCharacterItalic: 'I',
textСharacterUnderline: 'U' textCharacterUnderline: 'U'
} }
})(), SSE.Views.EditText || {})) })(), SSE.Views.EditText || {}))
}); });

View file

@ -377,6 +377,9 @@
"SSE.Views.EditCell.textTopBorder": "Top Border", "SSE.Views.EditCell.textTopBorder": "Top Border",
"SSE.Views.EditCell.textWrapText": "Wrap Text", "SSE.Views.EditCell.textWrapText": "Wrap Text",
"SSE.Views.EditCell.textYen": "Yen", "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.textAuto": "Auto",
"SSE.Views.EditChart.textAxisCrosses": "Axis Crosses", "SSE.Views.EditChart.textAxisCrosses": "Axis Crosses",
"SSE.Views.EditChart.textAxisOptions": "Axis Options", "SSE.Views.EditChart.textAxisOptions": "Axis Options",
@ -475,6 +478,9 @@
"SSE.Views.EditText.textFonts": "Fonts", "SSE.Views.EditText.textFonts": "Fonts",
"SSE.Views.EditText.textSize": "Size", "SSE.Views.EditText.textSize": "Size",
"SSE.Views.EditText.textTextColor": "Text Color", "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.textDone": "Done",
"SSE.Views.Search.textFind": "Find", "SSE.Views.Search.textFind": "Find",
"SSE.Views.Search.textFindAndReplace": "Find and Replace", "SSE.Views.Search.textFindAndReplace": "Find and Replace",

View file

@ -375,9 +375,9 @@
"SSE.Views.EditCell.textTopBorder": "Верхняя граница", "SSE.Views.EditCell.textTopBorder": "Верхняя граница",
"SSE.Views.EditCell.textWrapText": "Перенос текста", "SSE.Views.EditCell.textWrapText": "Перенос текста",
"SSE.Views.EditCell.textYen": "Иена", "SSE.Views.EditCell.textYen": "Иена",
"SSE.Views.EditCell.textСharacterBold": "Ж", "SSE.Views.EditCell.textCharacterBold": "Ж",
"SSE.Views.EditCell.textСharacterItalic": "К", "SSE.Views.EditCell.textCharacterItalic": "К",
"SSE.Views.EditCell.textСharacterUnderline": "Ч", "SSE.Views.EditCell.textCharacterUnderline": "Ч",
"SSE.Views.EditChart.textAuto": "Авто", "SSE.Views.EditChart.textAuto": "Авто",
"SSE.Views.EditChart.textAxisCrosses": "Пересечение с осью", "SSE.Views.EditChart.textAxisCrosses": "Пересечение с осью",
"SSE.Views.EditChart.textAxisOptions": "Параметры оси", "SSE.Views.EditChart.textAxisOptions": "Параметры оси",
@ -476,9 +476,9 @@
"SSE.Views.EditText.textFonts": "Шрифты", "SSE.Views.EditText.textFonts": "Шрифты",
"SSE.Views.EditText.textSize": "Размер", "SSE.Views.EditText.textSize": "Размер",
"SSE.Views.EditText.textTextColor": "Цвет текста", "SSE.Views.EditText.textTextColor": "Цвет текста",
"SSE.Views.EditText.textСharacterBold": "Ж", "SSE.Views.EditText.textCharacterBold": "Ж",
"SSE.Views.EditText.textСharacterItalic": "К", "SSE.Views.EditText.textCharacterItalic": "К",
"SSE.Views.EditText.textСharacterUnderline": "Ч", "SSE.Views.EditText.textCharacterUnderline": "Ч",
"SSE.Views.Search.textDone": "Готово", "SSE.Views.Search.textDone": "Готово",
"SSE.Views.Search.textFind": "Поиск", "SSE.Views.Search.textFind": "Поиск",
"SSE.Views.Search.textFindAndReplace": "Поиск и замена", "SSE.Views.Search.textFindAndReplace": "Поиск и замена",