Skip to content

Commit 5b6c8cf

Browse files
committed
i18n: new strings (commented out until features are ready).
1 parent af0054f commit 5b6c8cf

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

js/i18n/EN.js

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,18 @@ Evol.i18n = {
4444
//Selection: 'Selection',
4545
bExport: 'Export',
4646
bImport: 'Import',
47-
bCharts: 'Charts',
4847
//SearchRes: 'Search Result',
4948
//MassUpdate: 'Mass Update',
5049
bDelete: 'Delete',
5150
//bAll: 'All',
5251
bList: 'List',
53-
bFilter: 'Filter',
54-
bBubbles: 'Bubbles',
5552
bCards: 'Cards',
5653
bJSON: 'JSON',
54+
bFilter: 'Filter',
55+
bBubbles: 'Bubbles',
56+
//bSunburst: 'Sunburst',
57+
//bScatter:'Scatter',
58+
bCharts: 'Charts',
5759
//bRefresh: 'Refresh',
5860
//bPrint: 'Print',
5961
bSave: 'Save',
@@ -66,6 +68,10 @@ Evol.i18n = {
6668
vizColorBy: 'Color by',
6769
vizSizeBy: 'Size by',
6870

71+
//xAxis: 'X Axis',
72+
//yAxis: 'Y Axis',
73+
//zAxis: 'Z Axis',
74+
6975
// --- wizard ---
7076
prev: 'Previous',
7177
next: 'Next',

0 commit comments

Comments
 (0)