Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Nov 10, 2022
1 parent 20e01fc commit 43a637a
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 1 deletion.
29 changes: 29 additions & 0 deletions client/lang/pl.js
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"
});
}
21 changes: 21 additions & 0 deletions client/lang/src/pl.json
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"
}
5 changes: 5 additions & 0 deletions lang/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ en:
MENUTITLE: SilverStripe\VersionedAdmin\Controllers\HistoryViewerController
SilverStripe\VersionedAdmin\Forms\DiffField:
NO_DIFF_AVAILABLE: 'No diff available'
SilverStripe\Versioned\RestoreAction:
RESTORE: 'Restore to draft'
RESTORE_DESC: 'Restore the archived version to draft'
RESTORE_TO_ROOT: 'Restore to draft at top level'
RESTORE_TO_ROOT_DESC: 'Restore the archived version to draft as a top level item'
15 changes: 14 additions & 1 deletion lang/pl.yml
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'

0 comments on commit 43a637a

Please sign in to comment.