Skip to content

Commit 0a86eb9

Browse files
committed
fix: Back to main translation
1 parent 67e5d08 commit 0a86eb9

5 files changed

Lines changed: 142 additions & 122 deletions

File tree

app/configurator/components/configurator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const ConfigureChartStep = () => {
143143
startIcon={<SvgIcChevronLeft />}
144144
onClick={handleClosePanel}
145145
>
146-
Back to main
146+
<Trans id="controls.nav.back-to-main">Back to main</Trans>
147147
</Button>
148148
</BackContainer>
149149
{isAnnotationField(state.activeField) ? (

app/locales/de/messages.po

Lines changed: 36 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ msgstr ""
1313
"Language-Team: \n"
1414
"Plural-Forms: \n"
1515

16-
#: app/configurator/components/chart-configurator.tsx:629
16+
#: app/configurator/components/chart-configurator.tsx:628
1717
msgid "Add filter"
1818
msgstr "Filter hinzufügen"
1919

20-
#: app/configurator/components/chart-configurator.tsx:602
20+
#: app/configurator/components/chart-configurator.tsx:601
2121
msgid "Drag filters to reorganize"
2222
msgstr "Ziehen Sie die Filter per Drag & Drop, um sie neu zu organisieren"
2323

24-
#: app/configurator/components/chart-configurator.tsx:599
24+
#: app/configurator/components/chart-configurator.tsx:598
2525
msgid "Move filter down"
2626
msgstr "Filter nach unten verschieben"
2727

28-
#: app/configurator/components/chart-configurator.tsx:596
28+
#: app/configurator/components/chart-configurator.tsx:595
2929
msgid "Move filter up"
3030
msgstr "Filter nach oben verschieben"
3131

32-
#: app/configurator/components/dataset-browse.tsx:1048
32+
#: app/configurator/components/dataset-browse.tsx:1046
3333
msgid "No results"
3434
msgstr "Kein Ergebnis"
3535

@@ -41,11 +41,11 @@ msgstr "[ Ohne Beschreibung ]"
4141
msgid "annotation.add.title"
4242
msgstr "[ Ohne Titel ]"
4343

44-
#: app/configurator/components/dataset-browse.tsx:979
44+
#: app/configurator/components/dataset-browse.tsx:977
4545
msgid "browse-panel.organizations"
4646
msgstr "Organisationen"
4747

48-
#: app/configurator/components/dataset-browse.tsx:961
48+
#: app/configurator/components/dataset-browse.tsx:959
4949
msgid "browse-panel.themes"
5050
msgstr "Kategorien"
5151

@@ -69,23 +69,23 @@ msgstr "Erkunden Sie die vom LINDAS Linked Data Service bereitgestellten Datens
6969
msgid "button.copy.visualization"
7070
msgstr "Diese Visualisierung kopieren und editieren"
7171

72-
#: app/components/data-download.tsx:193
72+
#: app/components/data-download.tsx:195
7373
msgid "button.download"
7474
msgstr "Herunterladen"
7575

76-
#: app/components/data-download.tsx:183
76+
#: app/components/data-download.tsx:185
7777
msgid "button.download.data"
7878
msgstr "Daten herunterladen"
7979

80-
#: app/components/data-download.tsx:213
80+
#: app/components/data-download.tsx:215
8181
msgid "button.download.data.all"
8282
msgstr "Vollständiger Datensatz"
8383

84-
#: app/components/data-download.tsx:204
84+
#: app/components/data-download.tsx:206
8585
msgid "button.download.data.visible"
8686
msgstr "Gefilterter Datensatz"
8787

88-
#: app/components/data-download.tsx:366
88+
#: app/components/data-download.tsx:368
8989
msgid "button.download.runsparqlquery.visible"
9090
msgstr "SPARQL-Abfrage ausführen"
9191

@@ -122,7 +122,7 @@ msgstr "Teilen"
122122
msgid "chart.map.layers.area"
123123
msgstr "Flächen"
124124

125-
#: app/configurator/components/chart-configurator.tsx:678
125+
#: app/configurator/components/chart-configurator.tsx:677
126126
#: app/configurator/components/chart-options-selector.tsx:986
127127
#: app/configurator/components/field-i18n.ts:31
128128
msgid "chart.map.layers.base"
@@ -327,31 +327,31 @@ msgstr "Beschreibung hinzufügen"
327327
msgid "controls.dimensionvalue.none"
328328
msgstr "Kein Filter"
329329

330-
#: app/configurator/components/filters.tsx:407
330+
#: app/configurator/components/filters.tsx:400
331331
msgid "controls.filter.nb-elements"
332332
msgstr "{0} von {1}"
333333

334-
#: app/configurator/components/filters.tsx:189
334+
#: app/configurator/components/filters.tsx:194
335335
msgid "controls.filter.select.all"
336336
msgstr "Alle auswählen"
337337

338-
#: app/configurator/components/filters.tsx:196
338+
#: app/configurator/components/filters.tsx:201
339339
msgid "controls.filter.select.none"
340340
msgstr "Alle abwählen"
341341

342342
#: app/configurator/components/filters.tsx:358
343-
msgid "controls.filters.select.filters"
344-
msgstr "Filter"
343+
#~ msgid "controls.filters.select.filters"
344+
#~ msgstr "Filter"
345345

346-
#: app/configurator/components/filters.tsx:388
346+
#: app/configurator/components/filters.tsx:381
347347
msgid "controls.filters.select.refresh-colors"
348348
msgstr "Farben auffrischen"
349349

350-
#: app/configurator/components/filters.tsx:372
350+
#: app/configurator/components/filters.tsx:365
351351
msgid "controls.filters.select.reset-colors"
352352
msgstr "Farben zurücksetzen"
353353

354-
#: app/configurator/components/filters.tsx:365
354+
#: app/configurator/components/filters.tsx:358
355355
msgid "controls.filters.select.selected-filters"
356356
msgstr "Ausgewählte Filter"
357357

@@ -437,9 +437,13 @@ msgstr "Italienisch"
437437
msgid "controls.measure"
438438
msgstr "Messwert"
439439

440+
#: app/configurator/components/configurator.tsx:146
441+
msgid "controls.nav.back-to-main"
442+
msgstr "Zurück zur Übersicht"
443+
440444
#: app/configurator/components/configurator.tsx:110
441445
msgid "controls.nav.back-to-preview"
442-
msgstr ""
446+
msgstr "Zurück zur Vorschau"
443447

444448
#: app/configurator/interactive-filters/interactive-filters-config-options.tsx:292
445449
msgid "controls.none"
@@ -469,7 +473,7 @@ msgstr "Suche zurücksetzen"
469473
msgid "controls.section.additional-information"
470474
msgstr "Zusätzliche Informationen"
471475

472-
#: app/configurator/components/chart-configurator.tsx:526
476+
#: app/configurator/components/chart-configurator.tsx:525
473477
msgid "controls.section.chart.options"
474478
msgstr "Diagramm-Einstellungen"
475479

@@ -481,7 +485,7 @@ msgstr "Spalten"
481485
msgid "controls.section.columnstyle"
482486
msgstr "Spaltenstil"
483487

484-
#: app/configurator/components/chart-configurator.tsx:544
488+
#: app/configurator/components/chart-configurator.tsx:543
485489
msgid "controls.section.data.filters"
486490
msgstr "Filter"
487491

@@ -543,7 +547,7 @@ msgstr "Tabellenoptionen"
543547
msgid "controls.section.title.warning"
544548
msgstr "Fügen Sie einen Titel oder eine Beschreibung hinzu"
545549

546-
#: app/configurator/components/chart-configurator.tsx:518
550+
#: app/configurator/components/chart-configurator.tsx:517
547551
#: app/configurator/components/chart-type-selector.tsx:131
548552
#: app/configurator/table/table-chart-configurator.tsx:123
549553
msgid "controls.select.chart.type"
@@ -603,15 +607,16 @@ msgstr "Messwert auswählen"
603607
#~ msgid "controls.select.optional"
604608
#~ msgstr "optional"
605609

606-
#: app/configurator/components/filters.tsx:760
610+
#: app/configurator/components/filters.tsx:353
611+
#: app/configurator/components/filters.tsx:767
607612
msgid "controls.set-filters"
608613
msgstr "Filter bearbeiten"
609614

610-
#: app/configurator/components/filters.tsx:768
615+
#: app/configurator/components/filters.tsx:775
611616
msgid "controls.set-filters-caption"
612617
msgstr "Für beste Ergebnisse wählen Sie nicht mehr als 7 Werte für die Visualisierung aus"
613618

614-
#: app/configurator/components/filters.tsx:808
619+
#: app/configurator/components/filters.tsx:814
615620
msgid "controls.set-values-apply"
616621
msgstr "Filter anwenden"
617622

@@ -715,7 +720,7 @@ msgstr "Suche anzeigen"
715720
msgid "controls.title"
716721
msgstr "Titel hinzufügen"
717722

718-
#: app/components/select-tree.tsx:230
723+
#: app/components/select-tree.tsx:227
719724
msgid "controls.tree.select-value"
720725
msgstr "Auswählen"
721726

@@ -826,7 +831,7 @@ msgstr "Name, Organisation, Stichwort..."
826831
msgid "dataset.sortby"
827832
msgstr "Sortieren nach"
828833

829-
#: app/configurator/components/dataset-browse.tsx:1157
834+
#: app/configurator/components/dataset-browse.tsx:1155
830835
msgid "dataset.tag.draft"
831836
msgstr "Entwurf"
832837

@@ -989,7 +994,7 @@ msgid "publication.share.mail.subject"
989994
msgstr "visualize.admin.ch"
990995

991996
#: app/configurator/components/dataset-browse.tsx:378
992-
#: app/configurator/components/filters.tsx:777
997+
#: app/configurator/components/filters.tsx:784
993998
msgid "select.controls.filters.search"
994999
msgstr "Suche"
9951000

0 commit comments

Comments
 (0)