Skip to content

Commit 5a7d490

Browse files
committed
chore: Update translations
1 parent 9ec43c9 commit 5a7d490

File tree

4 files changed

+41
-33
lines changed

4 files changed

+41
-33
lines changed

app/locales/de/messages.po

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ msgstr "Scatterplot"
535535
msgid "controls.chart.type.table"
536536
msgstr "Tabelle"
537537

538+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
538539
#: app/configurator/components/chart-options-selector.tsx
539540
#: app/configurator/components/field-i18n.ts
540541
msgid "controls.color"
@@ -618,23 +619,23 @@ msgstr "Gruppiert"
618619
msgid "controls.column.stacked"
619620
msgstr "Gestapelt"
620621

621-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
622+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
622623
msgid "controls.convert-unit"
623624
msgstr "Einheitenumrechnung"
624625

625-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
626+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
626627
msgid "controls.convert-unit.custom-labels"
627628
msgstr "Benutzerdefinierte Einheitenbeschriftungen"
628629

629-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
630+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
630631
msgid "controls.convert-unit.enable"
631632
msgstr "Einheitenumrechnung aktivieren"
632633

633-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
634-
msgid "controls.convert-unit.factor"
635-
msgstr "Multiplikationsfaktor"
634+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
635+
msgid "controls.convert-unit.multiplier"
636+
msgstr "Multiplikator"
636637

637-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
638+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
638639
msgid "controls.convert-unit.original"
639640
msgstr "Ursprüngliche Einheit: {0}"
640641

@@ -962,7 +963,7 @@ msgstr "Zurück zum Editieren"
962963
msgid "controls.nav.back-to-preview"
963964
msgstr "Zurück zur Vorschau"
964965

965-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
966+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
966967
#: app/configurator/components/chart-options-selector.tsx
967968
#: app/configurator/components/chart-options-selector.tsx
968969
#: app/configurator/components/field.tsx
@@ -1308,6 +1309,7 @@ msgstr "Für beste Ergebnisse wählen Sie nicht mehr als 7 Werte für die Visual
13081309
msgid "controls.set-values-apply"
13091310
msgstr "Filter anwenden"
13101311

1312+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
13111313
#: app/configurator/components/chart-options-selector.tsx
13121314
msgid "controls.size"
13131315
msgstr "Grösse"

app/locales/en/messages.po

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ msgstr "Scatterplot"
535535
msgid "controls.chart.type.table"
536536
msgstr "Table"
537537

538+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
538539
#: app/configurator/components/chart-options-selector.tsx
539540
#: app/configurator/components/field-i18n.ts
540541
msgid "controls.color"
@@ -618,23 +619,23 @@ msgstr "Grouped"
618619
msgid "controls.column.stacked"
619620
msgstr "Stacked"
620621

621-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
622+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
622623
msgid "controls.convert-unit"
623624
msgstr "Unit Conversion"
624625

625-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
626+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
626627
msgid "controls.convert-unit.custom-labels"
627628
msgstr "Custom unit labels"
628629

629-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
630+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
630631
msgid "controls.convert-unit.enable"
631632
msgstr "Enable unit conversion"
632633

633-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
634-
msgid "controls.convert-unit.factor"
635-
msgstr "Multiplying factor"
634+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
635+
msgid "controls.convert-unit.multiplier"
636+
msgstr "Multiplier"
636637

637-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
638+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
638639
msgid "controls.convert-unit.original"
639640
msgstr "Original unit: {0}"
640641

@@ -962,7 +963,7 @@ msgstr "Back to editing"
962963
msgid "controls.nav.back-to-preview"
963964
msgstr "Back to preview"
964965

965-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
966+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
966967
#: app/configurator/components/chart-options-selector.tsx
967968
#: app/configurator/components/chart-options-selector.tsx
968969
#: app/configurator/components/field.tsx
@@ -1308,6 +1309,7 @@ msgstr "For best results, do not select more than 7 values in the visualization.
13081309
msgid "controls.set-values-apply"
13091310
msgstr "Apply filters"
13101311

1312+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
13111313
#: app/configurator/components/chart-options-selector.tsx
13121314
msgid "controls.size"
13131315
msgstr "Size"

app/locales/fr/messages.po

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ msgstr "Nuage de points"
535535
msgid "controls.chart.type.table"
536536
msgstr "Tableau"
537537

538+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
538539
#: app/configurator/components/chart-options-selector.tsx
539540
#: app/configurator/components/field-i18n.ts
540541
msgid "controls.color"
@@ -618,23 +619,23 @@ msgstr "groupées"
618619
msgid "controls.column.stacked"
619620
msgstr "empilées"
620621

621-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
622+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
622623
msgid "controls.convert-unit"
623624
msgstr "Conversion d'unités"
624625

625-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
626+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
626627
msgid "controls.convert-unit.custom-labels"
627628
msgstr "Étiquettes d'unités personnalisées"
628629

629-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
630+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
630631
msgid "controls.convert-unit.enable"
631632
msgstr "Activer la conversion d'unité"
632633

633-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
634-
msgid "controls.convert-unit.factor"
635-
msgstr "Facteur multiplicateur"
634+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
635+
msgid "controls.convert-unit.multiplier"
636+
msgstr "Multiplicateur"
636637

637-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
638+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
638639
msgid "controls.convert-unit.original"
639640
msgstr "Unité d'origine : {0}"
640641

@@ -962,7 +963,7 @@ msgstr "Retour à l'édition"
962963
msgid "controls.nav.back-to-preview"
963964
msgstr "Retour à l'aperçu"
964965

965-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
966+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
966967
#: app/configurator/components/chart-options-selector.tsx
967968
#: app/configurator/components/chart-options-selector.tsx
968969
#: app/configurator/components/field.tsx
@@ -1308,6 +1309,7 @@ msgstr "Pour de meilleurs résultats, ne sélectionnez pas plus de 7 valeurs dan
13081309
msgid "controls.set-values-apply"
13091310
msgstr "Appliquer les filtres"
13101311

1312+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
13111313
#: app/configurator/components/chart-options-selector.tsx
13121314
msgid "controls.size"
13131315
msgstr "Taille"
@@ -2064,7 +2066,7 @@ msgstr "Semaine"
20642066

20652067
#: app/configurator/components/ui-helpers.ts
20662068
msgid "time-units.Year"
2067-
msgstr "Entrez l'URL d'un fournisseur WMTS"
2069+
msgstr "Année"
20682070

20692071
#: app/charts/map/wms-wmts-providers-autocomplete.tsx
20702072
msgid "wmts-providers-autocomplete.placeholder"

app/locales/it/messages.po

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ msgstr "Scatterplot"
535535
msgid "controls.chart.type.table"
536536
msgstr "Tabella"
537537

538+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
538539
#: app/configurator/components/chart-options-selector.tsx
539540
#: app/configurator/components/field-i18n.ts
540541
msgid "controls.color"
@@ -618,23 +619,23 @@ msgstr "raggruppate"
618619
msgid "controls.column.stacked"
619620
msgstr "impilate"
620621

621-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
622+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
622623
msgid "controls.convert-unit"
623624
msgstr "Conversione di unità"
624625

625-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
626+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
626627
msgid "controls.convert-unit.custom-labels"
627628
msgstr "Etichette unità personalizzate"
628629

629-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
630+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
630631
msgid "controls.convert-unit.enable"
631632
msgstr "Abilita conversione unità"
632633

633-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
634-
msgid "controls.convert-unit.factor"
635-
msgstr "Fattore moltiplicativo"
634+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
635+
msgid "controls.convert-unit.multiplier"
636+
msgstr "Moltiplicatore"
636637

637-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
638+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
638639
msgid "controls.convert-unit.original"
639640
msgstr "Unità originale: {0}"
640641

@@ -962,7 +963,7 @@ msgstr "Torniamo alla modifica"
962963
msgid "controls.nav.back-to-preview"
963964
msgstr "Torna all'anteprima"
964965

965-
#: app/configurator/components/chart-options-selector/convert-unit.tsx
966+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
966967
#: app/configurator/components/chart-options-selector.tsx
967968
#: app/configurator/components/chart-options-selector.tsx
968969
#: app/configurator/components/field.tsx
@@ -1308,6 +1309,7 @@ msgstr "Pour de meilleurs résultats, ne sélectionnez pas plus de 7 valeurs dan
13081309
msgid "controls.set-values-apply"
13091310
msgstr "Appliquer les filtres"
13101311

1312+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
13111313
#: app/configurator/components/chart-options-selector.tsx
13121314
msgid "controls.size"
13131315
msgstr "Grandezza"

0 commit comments

Comments
 (0)