Skip to content

Commit 30b4dec

Browse files
KevinKhiKevin KhindaRomanTsukanov
authored
German translation fixes (#641)
* German translation fixes * German translation fixes --------- Co-authored-by: Kevin Khinda <[email protected]> Co-authored-by: RomanTsukanov <[email protected]>
1 parent 2aa5410 commit 30b4dec

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

src/analytics-localization/german.ts

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export var germanStrings = {
2424
// "Remove rows"
2525
removeRows: "Zeilen entfernen",
2626
// "Show"
27-
showLabel: "anzeigen",
27+
showLabel: "Anzeigen",
2828
// "entries"
2929
entriesLabel: "Einträge",
3030
// "Texts in table"
@@ -36,13 +36,13 @@ export var germanStrings = {
3636
// "Average"
3737
visualizer_number: "Durchschnitt",
3838
// "Table"
39-
visualizer_choices: "Liste",
39+
visualizer_choices: "Tabelle",
4040
// "Chart"
4141
visualizer_selectBase: "Diagrammtyp",
4242
// [Auto-translated] "Chart"
4343
visualizer_matrix: "Diagramm",
44-
// [Auto-translated] "Bar"
45-
chartType_bar: "Stab",
44+
// "Bar"
45+
chartType_bar: "Balkendiagramm",
4646
// "Vertical Bar"
4747
chartType_vbar: "Balkendiagramm vertikal",
4848
// "Stacked Bar"
@@ -102,7 +102,7 @@ export var germanStrings = {
102102
// "CSV"
103103
csvDownloadCaption: "CSV",
104104
// "Download plot as a PNG file"
105-
saveDiagramAsPNG: "Diagramm als png herunterladen",
105+
saveDiagramAsPNG: "Diagramm als PNG herunterladen",
106106
// "Hide empty answers"
107107
hideEmptyAnswers: "Leere Antworten ausblenden",
108108
// "Show empty answers"
@@ -120,7 +120,7 @@ export var germanStrings = {
120120
// "Show missing answers"
121121
showMissingAnswers: "Fehlende Antworten anzeigen",
122122
// "Missing answers"
123-
missingAnswersLabel: "Fehlede Antworten",
123+
missingAnswersLabel: "Fehlende Antworten",
124124
// "This question type is not visualized yet"
125125
noVisualizerForQuestion: "Für diesen Fragetyp gibt es noch keine Visualisierung.",
126126
// "There are no results yet"
@@ -141,20 +141,20 @@ export var germanStrings = {
141141
statistics_chart: "Diagramm",
142142
// "Responses"
143143
responses: "Antworten",
144-
// [Auto-translated] "NPS"
145-
visualizer_nps: "NPS (NPS)",
144+
// "NPS"
145+
visualizer_nps: "NPS",
146146
// [Auto-translated] "Chart"
147147
visualizer_boolean: "Diagramm",
148-
// [Auto-translated] "Table"
149-
visualizer_options: "Tisch",
150-
// [Auto-translated] "NPS"
151-
npsScore: "NPS (NPS)",
152-
// [Auto-translated] "Promoters"
148+
// "Table"
149+
visualizer_options: "Tabelle",
150+
// "NPS"
151+
npsScore: "NPS",
152+
// "Promoters"
153153
npsPromoters: "Promotoren",
154-
// [Auto-translated] "Passives"
155-
npsPassives: "Passive Fähigkeiten",
156-
// [Auto-translated] "Detractors"
157-
npsDetractors: "Kritiker",
154+
// "Passives"
155+
npsPassives: "Passive",
156+
// "Detractors"
157+
npsDetractors: "Detraktoren",
158158
// [Auto-translated] "Category (X Axis):"
159159
axisXSelectorTitle: "Kategorie (X-Achse):",
160160
// [Auto-translated] "Legend (Series):"

0 commit comments

Comments
 (0)