-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '4.10-release' into 4.10
- Loading branch information
Showing
10 changed files
with
151 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
}); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |