From 6d9da8e99055d34f1eb77b925ed6dc08987c7d95 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Thu, 10 Nov 2022 01:56:21 +0000 Subject: [PATCH] Update translations --- client/lang/en.js | 4 ++++ client/lang/nl.js | 14 +++++------ client/lang/pl.js | 40 +++++++++++++++++++++++++++++++ client/lang/src/en.json | 2 +- client/lang/src/nl.json | 14 +++++------ client/lang/src/pl.json | 32 +++++++++++++++++++++++++ lang/fr.yml | 3 +++ lang/it.yml | 3 +++ lang/nl.yml | 1 + lang/pl.yml | 53 +++++++++++++++++++++++++++++++++++++++++ 10 files changed, 151 insertions(+), 15 deletions(-) create mode 100644 client/lang/pl.js create mode 100644 client/lang/src/pl.json create mode 100644 lang/pl.yml diff --git a/client/lang/en.js b/client/lang/en.js index fcffd708..83f870e9 100644 --- a/client/lang/en.js +++ b/client/lang/en.js @@ -12,6 +12,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", "ElementArchiveAction.DUPLICATE": "Duplicate", "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", + "ElementHeader.BROKEN": "This element is of obsolete type {type}.", "ElementHeader.NOTITLE": "Untitled {type} block", "ElementPublishAction.SUCCESS_NOTIFICATION": "Published '{title}' successfully", "ElementPublishAction.ERROR_NOTIFICATION": "Error publishing '{title}'", @@ -26,6 +27,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", "ElementAddElementPopover.SEARCH_BLOCKS": "Search blocks", "ElementAddNewButton.ADD_BLOCK": "Add block", + "ElementalElement.ARCHIVE_BROKEN": "Archive this block", + "ElementalElement.BROKEN_DESCRIPTION": "This block is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", + "ElementalElement.BROKEN_DESCRIPTION_TITLE": "This block had the title \"{title}\". It is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", "ElementalElement.TITLE": "Edit this {type} block", "ElementalElement.CHILD_RENDERING_ERROR": "Something went wrong with this block. Please try saving and refreshing the CMS.", "ElementList.ADD_BLOCKS": "Add blocks to place your content", diff --git a/client/lang/nl.js b/client/lang/nl.js index d3902478..e45bcc86 100644 --- a/client/lang/nl.js +++ b/client/lang/nl.js @@ -9,7 +9,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementArchiveAction.CONFIRM_DELETE": "Weet je zeker dat je dit blok wil archiveren?", "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Waarschuwing: Dit blok wordt teruggezet naar draft voordat het gearchiveerd word. Wilt u doorgaan?", "ElementArchiveAction.ARCHIVE": "Archiveren", - "ElementArchiveAction.DUPLICATE": "Duplicate", + "ElementArchiveAction.DUPLICATE": "Dupliceren", "ElementHeader.NOTITLE": "Nieuw: {type}", "ElementPublishAction.SUCCESS_NOTIFICATION": "'{title}' succesvol gepubliceerd", "ElementPublishAction.ERROR_NOTIFICATION": "Fout bij het publiceren van '{title}'", @@ -30,11 +30,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementEditForm.ERROR_NOTIFICATION": "Fout bij het laten zien van het bewerkformulier van dit blok", "ElementSummary.NO_PREVIEW": "Geen voorbeeld beschikbaar", "HistoricElementView.BLOCK_HISTORY": "Toon blok", - "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", - "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", - "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", - "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", - "ElementalElement.CHILD_RENDERING_ERROR": "Something went wrong with this block. Please try saving and refreshing the CMS.", - "HistoricElementView.VIEW_BLOCK_HISTORY": "Block history" + "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Geen rechten om te archiveren", + "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Geen rechten om te dupliceren", + "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Geen rechten om te publiceren", + "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Geen rechten om te depubliceren", + "ElementalElement.CHILD_RENDERING_ERROR": "Er is iets misgegaan met dit blok. Probeer het op te slaan en het CMS te verversen.", + "HistoricElementView.VIEW_BLOCK_HISTORY": "Bewerk-historie van blok" }); } \ No newline at end of file diff --git a/client/lang/pl.js b/client/lang/pl.js new file mode 100644 index 00000000..16e93ba7 --- /dev/null +++ b/client/lang/pl.js @@ -0,0 +1,40 @@ +// This file was generated by silverstripe/cow from client/lang/src/pl.json. +// See https://github.com/silverstripe/cow for details +if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { + if (typeof(console) !== 'undefined') { // eslint-disable-line no-console + console.error('Class ss.i18n not defined'); // eslint-disable-line no-console + } +} else { + ss.i18n.addDictionary('pl', { + "ElementArchiveAction.CONFIRM_DELETE": "Czy na pewno chcesz wysłać ten blok do archiwum?", + "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Ostrzeżenie: ten blok będzie szkicem przed wysłaniem do archiwum. Na pewno chcesz kontynuować?", + "ElementArchiveAction.ARCHIVE": "Archiwum", + "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archiwum, niewystarczające uprawnienia", + "ElementArchiveAction.DUPLICATE": "Duplikat", + "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplikat, niewystarczające uprawnienia", + "ElementHeader.NOTITLE": "Nienazwany {type} blok", + "ElementPublishAction.SUCCESS_NOTIFICATION": "Opublikowano „{title}” pomyślnie", + "ElementPublishAction.ERROR_NOTIFICATION": "Błąd podczas publikowania „{title}”", + "ElementPublishAction.PUBLISH": "Publikuj", + "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publikuj, niewystarczające uprawnienia", + "ElementSaveAction.SUCCESS_NOTIFICATION": "Opublikowano „{title}” pomyślnie", + "ElementSaveAction.ERROR_NOTIFICATION": "Błąd podczas zapisywania „{title}”", + "ElementSaveAction.SAVE": "Zapisz", + "ElementUnpublishAction.SUCCESS_NOTIFICATION": "Usunięto „{title}” z opublikowanej strony", + "ElementUnpublishAction.ERROR_NOTIFICATION": "Błąd podczas cofania publikacji „{title}”", + "ElementUnpublishAction.UNPUBLISH": "Cofnij publikację", + "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Cofnij publikację, niewystarczające uprawnienia", + "ElementAddElementPopover.SEARCH_BLOCKS": "Wyszukaj", + "ElementAddNewButton.ADD_BLOCK": "Dodaj blok", + "ElementalElement.TITLE": "Edytuj {type} blok", + "ElementalElement.CHILD_RENDERING_ERROR": "Coś poszło nie tak z tym blokiem. Prosimy raz jeszcze zapisz, potem odświeżmy przeglądarkę – zakładkę z CMSem.", + "ElementList.ADD_BLOCKS": "Dodaj bloki, aby umieścić swoją treść", + "ElementHeader.STATE_DRAFT": "Przedmiot nie został jeszcze opublikowany", + "ElementHeader.STATE_MODIFIED": "Element ma nieopublikowane zmiany", + "ElementHeader.EXPAND": "Pokaż pola możliwe do edycji", + "ElementEditForm.ERROR_NOTIFICATION": "Błąd podczas wyświetlania formularza edycji dla tego bloku", + "ElementSummary.NO_PREVIEW": "Brak możliwego podglądu", + "HistoricElementView.VIEW_BLOCK_HISTORY": "Historia", + "HistoricElementView.BLOCK_HISTORY": "Widok bloku" +}); +} \ No newline at end of file diff --git a/client/lang/src/en.json b/client/lang/src/en.json index e1d395ae..78d314ef 100644 --- a/client/lang/src/en.json +++ b/client/lang/src/en.json @@ -33,4 +33,4 @@ "ElementSummary.NO_PREVIEW": "No preview available", "HistoricElementView.VIEW_BLOCK_HISTORY": "Block history", "HistoricElementView.BLOCK_HISTORY": "View block" -} +} \ No newline at end of file diff --git a/client/lang/src/nl.json b/client/lang/src/nl.json index 48e34236..8d5e9e44 100644 --- a/client/lang/src/nl.json +++ b/client/lang/src/nl.json @@ -2,7 +2,7 @@ "ElementArchiveAction.CONFIRM_DELETE": "Weet je zeker dat je dit blok wil archiveren?", "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Waarschuwing: Dit blok wordt teruggezet naar draft voordat het gearchiveerd word. Wilt u doorgaan?", "ElementArchiveAction.ARCHIVE": "Archiveren", - "ElementArchiveAction.DUPLICATE": "Duplicate", + "ElementArchiveAction.DUPLICATE": "Dupliceren", "ElementHeader.NOTITLE": "Nieuw: {type}", "ElementPublishAction.SUCCESS_NOTIFICATION": "'{title}' succesvol gepubliceerd", "ElementPublishAction.ERROR_NOTIFICATION": "Fout bij het publiceren van '{title}'", @@ -23,10 +23,10 @@ "ElementEditForm.ERROR_NOTIFICATION": "Fout bij het laten zien van het bewerkformulier van dit blok", "ElementSummary.NO_PREVIEW": "Geen voorbeeld beschikbaar", "HistoricElementView.BLOCK_HISTORY": "Toon blok", - "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", - "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", - "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", - "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", - "ElementalElement.CHILD_RENDERING_ERROR": "Something went wrong with this block. Please try saving and refreshing the CMS.", - "HistoricElementView.VIEW_BLOCK_HISTORY": "Block history" + "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Geen rechten om te archiveren", + "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Geen rechten om te dupliceren", + "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Geen rechten om te publiceren", + "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Geen rechten om te depubliceren", + "ElementalElement.CHILD_RENDERING_ERROR": "Er is iets misgegaan met dit blok. Probeer het op te slaan en het CMS te verversen.", + "HistoricElementView.VIEW_BLOCK_HISTORY": "Bewerk-historie van blok" } \ No newline at end of file diff --git a/client/lang/src/pl.json b/client/lang/src/pl.json new file mode 100644 index 00000000..966643e1 --- /dev/null +++ b/client/lang/src/pl.json @@ -0,0 +1,32 @@ +{ + "ElementArchiveAction.CONFIRM_DELETE": "Czy na pewno chcesz wysłać ten blok do archiwum?", + "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Ostrzeżenie: ten blok będzie szkicem przed wysłaniem do archiwum. Na pewno chcesz kontynuować?", + "ElementArchiveAction.ARCHIVE": "Archiwum", + "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archiwum, niewystarczające uprawnienia", + "ElementArchiveAction.DUPLICATE": "Duplikat", + "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplikat, niewystarczające uprawnienia", + "ElementHeader.NOTITLE": "Nienazwany {type} blok", + "ElementPublishAction.SUCCESS_NOTIFICATION": "Opublikowano „{title}” pomyślnie", + "ElementPublishAction.ERROR_NOTIFICATION": "Błąd podczas publikowania „{title}”", + "ElementPublishAction.PUBLISH": "Publikuj", + "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publikuj, niewystarczające uprawnienia", + "ElementSaveAction.SUCCESS_NOTIFICATION": "Opublikowano „{title}” pomyślnie", + "ElementSaveAction.ERROR_NOTIFICATION": "Błąd podczas zapisywania „{title}”", + "ElementSaveAction.SAVE": "Zapisz", + "ElementUnpublishAction.SUCCESS_NOTIFICATION": "Usunięto „{title}” z opublikowanej strony", + "ElementUnpublishAction.ERROR_NOTIFICATION": "Błąd podczas cofania publikacji „{title}”", + "ElementUnpublishAction.UNPUBLISH": "Cofnij publikację", + "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Cofnij publikację, niewystarczające uprawnienia", + "ElementAddElementPopover.SEARCH_BLOCKS": "Wyszukaj", + "ElementAddNewButton.ADD_BLOCK": "Dodaj blok", + "ElementalElement.TITLE": "Edytuj {type} blok", + "ElementalElement.CHILD_RENDERING_ERROR": "Coś poszło nie tak z tym blokiem. Prosimy raz jeszcze zapisz, potem odświeżmy przeglądarkę – zakładkę z CMSem.", + "ElementList.ADD_BLOCKS": "Dodaj bloki, aby umieścić swoją treść", + "ElementHeader.STATE_DRAFT": "Przedmiot nie został jeszcze opublikowany", + "ElementHeader.STATE_MODIFIED": "Element ma nieopublikowane zmiany", + "ElementHeader.EXPAND": "Pokaż pola możliwe do edycji", + "ElementEditForm.ERROR_NOTIFICATION": "Błąd podczas wyświetlania formularza edycji dla tego bloku", + "ElementSummary.NO_PREVIEW": "Brak możliwego podglądu", + "HistoricElementView.VIEW_BLOCK_HISTORY": "Historia", + "HistoricElementView.BLOCK_HISTORY": "Widok bloku" +} \ No newline at end of file diff --git a/lang/fr.yml b/lang/fr.yml index d5c027e3..56c896d4 100644 --- a/lang/fr.yml +++ b/lang/fr.yml @@ -9,6 +9,7 @@ fr: PLURALS: one: 'Un bloc' other: '{count} blocs' + many: '{count} blocs' SINGULARNAME: bloc STYLE: 'Variation de style' DNADesign\Elemental\Models\ElementContent: @@ -18,12 +19,14 @@ fr: PLURALS: one: 'Un bloc contenu' other: '{count} blocs contenu' + many: '{count} blocs contenu' SINGULARNAME: 'bloc contenu' DNADesign\Elemental\Models\ElementalArea: PLURALNAME: 'Elemental Areas' PLURALS: one: 'An Elemental Area' other: '{count} Elemental Areas' + many: '{count} Elemental Areas' SINGULARNAME: 'Elemental Area' DNADesign\Elemental\Reports\ElementTypeReport: Title: 'Types de blocs' diff --git a/lang/it.yml b/lang/it.yml index 8816cf1d..ea7f38ab 100644 --- a/lang/it.yml +++ b/lang/it.yml @@ -14,6 +14,7 @@ it: PLURALS: one: 'Un blocco' other: '{count} blocchi' + many: '{count} blocchi' SettingsTabLabel: Impostazioni SINGULARNAME: blocco STYLE: 'Variazione di stile' @@ -24,12 +25,14 @@ it: PLURALS: one: 'Un blocco di contenuto' other: '{count} blocchi dei contenuti' + many: '{count} blocchi dei contenuti' SINGULARNAME: 'blocchi dei contenuti' DNADesign\Elemental\Models\ElementalArea: PLURALNAME: 'Aree Elementi' PLURALS: one: 'Un''Area Elementi' other: '{count} Aree Elementali' + many: '{count} Aree Elementali' SINGULARNAME: 'Area Elementi' DNADesign\Elemental\Reports\ElementTypeReport: Title: 'Tipi di blocchi dei contenuti' diff --git a/lang/nl.yml b/lang/nl.yml index 363f8b48..f007c5e9 100644 --- a/lang/nl.yml +++ b/lang/nl.yml @@ -44,3 +44,4 @@ nl: NOT_DISPLAYED: 'Niet weergegeven' ShowTitleLabel: Weergegeven TitleLabel: 'Titel (aanvinken om te tonen)' + Title: Titel diff --git a/lang/pl.yml b/lang/pl.yml new file mode 100644 index 00000000..4f36b656 --- /dev/null +++ b/lang/pl.yml @@ -0,0 +1,53 @@ +pl: + DNADesign\Elemental\Controllers\ElementalAreaController: + MENUTITLE: 'Edytuj stronę' + DNADesign\Elemental\Forms\TextCheckboxGroupField: + DISPLAYED: Wyświetlany + NOT_DISPLAYED: 'Nie wyświetlony' + ShowTitleLabel: Pokazany + Title: Tytuł + TitleLabel: 'Tytuł (zaznacz aby pokazać)' + DNADesign\Elemental\Models\BaseElement: + BlockType: Blok + CUSTOM_STYLES: 'Wybierz styl...' + ExtraCssClassesLabel: 'Dodaj niestandardowe klasy CSS' + ExtraCssClassesPlaceholder: 'my_class another_class' + MainTabLabel: Zawartość + PLURALNAME: bloki + PLURALS: + one: Blok + few: 'Bloków {count}' + many: 'Bloków {count}' + other: 'Bloki {count}' + SINGULARNAME: blok + STYLE: 'Opcje dla style' + SettingsTabLabel: Preferencje + DNADesign\Elemental\Models\ElementContent: + BlockType: Zawartość + ContentLabel: Zawartość + PLURALNAME: 'zawartość bloków' + PLURALS: + one: 'Blok treści' + few: 'Bloków treści {count}' + many: 'Bloków treści {count}' + other: 'Bloki treści {count}' + SINGULARNAME: zawartość + DNADesign\Elemental\Models\ElementalArea: + PLURALNAME: 'Elemental Areas' + PLURALS: + one: 'Elemental Areas' + few: 'Kilka Elemental Areas {count}' + many: 'Wiele Elemental Areas {count}' + other: 'Inne Elemental Areas {count}' + SINGULARNAME: 'Elemental Area' + DNADesign\Elemental\Reports\ElementTypeReport: + Title: 'Typy zawartość bloków ' + Total: Razem + Type: 'Typ zawartości' + DNADesign\Elemental\Reports\ElementsInUseReport: + None: None + Page: Strona + ReportTitle: 'Bloki treści w użyciu' + Summary: Podsumowanie + Title: Tytuł + Type: Typ