Skip to content

Commit 81eb632

Browse files
authored
german->english
1 parent f5aaa38 commit 81eb632

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

assets/js/scutter.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ var _d3;
3636
return d;
3737
}
3838
if (d <= 1.5) {
39-
return "Sehr gering";
39+
return "Very low";
4040
}
4141
if (d <= 2.5) {
42-
return "Gering";
42+
return "Low";
4343
}
4444
if (d <= 3.5) {
45-
return "Mittel";
45+
return "Medium";
4646
}
4747
if (d <= 4.5) {
48-
return "Hoch"
48+
return "High"
4949
}
5050
if (d <= 5) {
51-
return "Sehr Hoch";
51+
return "Very High";
5252
}
5353
return "";
5454
}
@@ -106,4 +106,4 @@ var _d3;
106106
});
107107
}
108108
}
109-
109+

0 commit comments

Comments
 (0)