Skip to content

Commit

Permalink
Merge branch '4.10-release' into 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Dec 19, 2022
2 parents 4374a69 + 6d9da8e commit de83bcb
Show file tree
Hide file tree
Showing 10 changed files with 151 additions and 15 deletions.
4 changes: 4 additions & 0 deletions client/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}'",
Expand All @@ -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",
Expand Down
14 changes: 7 additions & 7 deletions client/lang/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}'",
Expand All @@ -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"
});
}
40 changes: 40 additions & 0 deletions client/lang/pl.js
Original file line number Diff line number Diff line change
@@ -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"
});
}
2 changes: 1 addition & 1 deletion client/lang/src/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
"ElementSummary.NO_PREVIEW": "No preview available",
"HistoricElementView.VIEW_BLOCK_HISTORY": "Block history",
"HistoricElementView.BLOCK_HISTORY": "View block"
}
}
14 changes: 7 additions & 7 deletions client/lang/src/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}'",
Expand All @@ -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"
}
32 changes: 32 additions & 0 deletions client/lang/src/pl.json
Original file line number Diff line number Diff line change
@@ -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"
}
3 changes: 3 additions & 0 deletions lang/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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'
Expand Down
3 changes: 3 additions & 0 deletions lang/it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ it:
PLURALS:
one: 'Un blocco'
other: '{count} blocchi'
many: '{count} blocchi'
SettingsTabLabel: Impostazioni
SINGULARNAME: blocco
STYLE: 'Variazione di stile'
Expand All @@ -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'
Expand Down
1 change: 1 addition & 0 deletions lang/nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ nl:
NOT_DISPLAYED: 'Niet weergegeven'
ShowTitleLabel: Weergegeven
TitleLabel: 'Titel (aanvinken om te tonen)'
Title: Titel
53 changes: 53 additions & 0 deletions lang/pl.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit de83bcb

Please sign in to comment.