[SSE mobile] Translation, append Disign key.
This commit is contained in:
parent
681aae7ff1
commit
048b9d9c3b
|
@ -6,7 +6,7 @@
|
|||
<a id="chart-style" class="item-link" data-page="#edit-chart-style">
|
||||
<div class="item-content">
|
||||
<div class="item-inner">
|
||||
<div class="item-title"><%= scope.textStyle %></div>
|
||||
<div class="item-title"><%= scope.textDesign %></div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
@ -126,7 +126,7 @@
|
|||
<div class="navbar">
|
||||
<div class="navbar-inner edit-chart-style" data-page="edit-chart-style">
|
||||
<div class="left sliding"><a href="#" class="back link"><i class="icon icon-back"></i><% if (!android) { %><span><%= scope.textBack %></span><% } %></a></div>
|
||||
<div class="center sliding"><%= scope.textStyle %></div>
|
||||
<div class="center sliding"><%= scope.textDesign %></div>
|
||||
<div class="right"><% if (phone) { %><a href="#" class="link icon-only close-picker"><i class="icon icon-expand-down"></i></a><% } %></div>
|
||||
<% if (!android) { %>
|
||||
<div class="edit-chart-style subnavbar categories">
|
||||
|
|
|
@ -222,6 +222,7 @@ define([
|
|||
textForward: 'Move Forward',
|
||||
textBackward: 'Move Backward',
|
||||
textStyle: 'Style',
|
||||
textDesign: 'Design',
|
||||
textLayout: 'Layout',
|
||||
textVerAxis: 'Vertical Axis',
|
||||
textHorAxis: 'Horizontal Axis',
|
||||
|
|
|
@ -334,6 +334,7 @@
|
|||
"SSE.Views.EditChart.textRotated": "Rotated",
|
||||
"SSE.Views.EditChart.textSize": "Size",
|
||||
"SSE.Views.EditChart.textStyle": "Style",
|
||||
"SSE.Views.EditChart.textDesign": "Design",
|
||||
"SSE.Views.EditChart.textTickOptions": "Tick Options",
|
||||
"SSE.Views.EditChart.textToBackground": "Send to Background",
|
||||
"SSE.Views.EditChart.textToForeground": "Bring to Foreground",
|
||||
|
|
|
@ -334,6 +334,7 @@
|
|||
"SSE.Views.EditChart.textRotated": "Повернутое",
|
||||
"SSE.Views.EditChart.textSize": "Размер",
|
||||
"SSE.Views.EditChart.textStyle": "Стиль",
|
||||
"SSE.Views.EditChart.textDesign": "Design",
|
||||
"SSE.Views.EditChart.textTickOptions": "Параметры делений",
|
||||
"SSE.Views.EditChart.textToBackground": "Перенести на задний план",
|
||||
"SSE.Views.EditChart.textToForeground": "Перенести на передний план",
|
||||
|
|
Loading…
Reference in a new issue