[SSE mobile] Add translations

This commit is contained in:
Julia Radzhabova 2018-05-23 13:27:23 +03:00
parent c0e2658561
commit 50270676ca
2 changed files with 3 additions and 1 deletions

View file

@ -263,7 +263,8 @@ define([
textLabelOptions: 'Label Options', textLabelOptions: 'Label Options',
textLabelPos: 'Label Position', textLabelPos: 'Label Position',
textAxisPosition: 'Axis Position', textAxisPosition: 'Axis Position',
textNone: 'None' textNone: 'None',
textGridlines: 'Gridlines'
} }
})(), SSE.Views.EditChart || {})) })(), SSE.Views.EditChart || {}))
}); });

View file

@ -410,6 +410,7 @@
"SSE.Views.EditChart.textValReverseOrder": "Values in Reverse Order", "SSE.Views.EditChart.textValReverseOrder": "Values in Reverse Order",
"SSE.Views.EditChart.textVerAxis": "Vertical Axis", "SSE.Views.EditChart.textVerAxis": "Vertical Axis",
"SSE.Views.EditChart.textVertical": "Vertical", "SSE.Views.EditChart.textVertical": "Vertical",
"SSE.Views.EditChart.textGridlines": "Gridlines",
"SSE.Views.EditHyperlink.textBack": "Back", "SSE.Views.EditHyperlink.textBack": "Back",
"SSE.Views.EditHyperlink.textDisplay": "Display", "SSE.Views.EditHyperlink.textDisplay": "Display",
"SSE.Views.EditHyperlink.textEditLink": "Edit Link", "SSE.Views.EditHyperlink.textEditLink": "Edit Link",