-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20e01fc
commit 43a637a
Showing
4 changed files
with
69 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
// 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', { | ||
"HistoryViewer.NEXT": "Następny", | ||
"HistoryViewer.PREVIOUS": "Poprzedni", | ||
"HistoryViewer.COMPARE_MODE": "Compare mode", | ||
"HistoryViewer.SELECT_PROMPT": "Zaznacz dwie wersje", | ||
"HistoryViewer.EXIT": "Wyjdź", | ||
"HistoryViewerHeading.COMPARE_VERSIONS": "Porównaj dwie wersje", | ||
"HistoryViewer.Record": "Rekord", | ||
"HistoryViewer.Author": "Autor", | ||
"HistoryViewerToolbar.REVERT_UNAVAILABLE": "Niedostępne w obecnej wersji", | ||
"HistoryViewerToolbar.REVERT_TO_VERSION": "Wróć do tej wersji", | ||
"HistoryViewerToolbar.REVERTED_MESSAGE": "Pomyślnie przywrócono do wersji %s", | ||
"HistoryViewerVersion.COMPARE": "Porównaj", | ||
"HistoryViewerVersion.CLOSE": "Zamknij", | ||
"HistoryViewerVersion.SELECTED": "Już zaznaczono", | ||
"HistoryViewerVersion.GO_TO_VERSION": "Wróć do wersji {version}", | ||
"HistoryViewerVersionList.CLOSE": "Zamknij", | ||
"HistoryViewer.Published": "Opublikowano", | ||
"HistoryViewer.Saved": "Zapisano", | ||
"HistoryViewer.BadgeLive": "Na żywo" | ||
}); | ||
} |
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,21 @@ | ||
{ | ||
"HistoryViewer.NEXT": "Następny", | ||
"HistoryViewer.PREVIOUS": "Poprzedni", | ||
"HistoryViewer.COMPARE_MODE": "Compare mode", | ||
"HistoryViewer.SELECT_PROMPT": "Zaznacz dwie wersje", | ||
"HistoryViewer.EXIT": "Wyjdź", | ||
"HistoryViewerHeading.COMPARE_VERSIONS": "Porównaj dwie wersje", | ||
"HistoryViewer.Record": "Rekord", | ||
"HistoryViewer.Author": "Autor", | ||
"HistoryViewerToolbar.REVERT_UNAVAILABLE": "Niedostępne w obecnej wersji", | ||
"HistoryViewerToolbar.REVERT_TO_VERSION": "Wróć do tej wersji", | ||
"HistoryViewerToolbar.REVERTED_MESSAGE": "Pomyślnie przywrócono do wersji %s", | ||
"HistoryViewerVersion.COMPARE": "Porównaj", | ||
"HistoryViewerVersion.CLOSE": "Zamknij", | ||
"HistoryViewerVersion.SELECTED": "Już zaznaczono", | ||
"HistoryViewerVersion.GO_TO_VERSION": "Wróć do wersji {version}", | ||
"HistoryViewerVersionList.CLOSE": "Zamknij", | ||
"HistoryViewer.Published": "Opublikowano", | ||
"HistoryViewer.Saved": "Zapisano", | ||
"HistoryViewer.BadgeLive": "Na żywo" | ||
} |
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 |
---|---|---|
@@ -1,5 +1,18 @@ | ||
pl: | ||
SilverStripe\VersionedAdmin\ArchiveAdmin: | ||
MENUTITLE: Archiwum | ||
COLUMN_ARCHIVEDBY: 'Zarchiwizowane przez' | ||
COLUMN_DATEARCHIVED: 'Data archiwizacji' | ||
COLUMN_ORIGIN: Źródło | ||
COLUMN_TITLE: Tytuł | ||
COLUMN_TYPE: Typ | ||
SELECT_EMPTY: Wybierz... | ||
SELECT_TYPE: 'Wybierz rodzaj treści' | ||
TAB_OTHERS: Inny | ||
SilverStripe\VersionedAdmin\Controllers\CMSPageHistoryViewerController: | ||
MENUTITLE: 'Edytuj stronę' | ||
MENUTITLE: Edytuj | ||
SilverStripe\VersionedAdmin\Controllers\HistoryViewerController: | ||
ErrorItemViewPermissionDenied: 'Nie masz niezbędnych uprawnień, aby wyświetlić {ObjectTitle}' | ||
MENUTITLE: HistoryViewer | ||
SilverStripe\VersionedAdmin\Forms\DiffField: | ||
NO_DIFF_AVAILABLE: 'Nie znaleziono różnic w stronach' |