[SSE mobile] Add translations
This commit is contained in:
parent
c0e2658561
commit
50270676ca
|
@ -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 || {}))
|
||||||
});
|
});
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue