diff --git a/client/lang/cs.js b/client/lang/cs.js index c03d8608..a64c71fe 100644 --- a/client/lang/cs.js +++ b/client/lang/cs.js @@ -1,5 +1,5 @@ // This file was generated by silverstripe/cow from client/lang/src/cs.json. -// See https://github.com/tractorcow/cow for details +// 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 @@ -9,6 +9,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementArchiveAction.CONFIRM_DELETE": "Jste si jistí, že chcete blok odeslat do archivu?", "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Varování: Tento blok bude před odesláním do archivu označen jako nezveřejněný. Opravdu chcete pokračovat?", "ElementArchiveAction.ARCHIVE": "Archiv", + "ElementArchiveAction.DUPLICATE": "Duplicate", "ElementHeader.NOTITLE": "Nepojmenovaný {type} blok", "ElementPublishAction.SUCCESS_NOTIFICATION": "Úspěšně zveřejněno '{title}'", "ElementPublishAction.ERROR_NOTIFICATION": "Chyba při zveřejnění '{title}'", @@ -28,6 +29,12 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementHeader.EXPAND": "Zobrazit editovatelná pole", "ElementEditForm.ERROR_NOTIFICATION": "Chyba při zobrazení formuláře úprav tohoto bloku", "ElementSummary.NO_PREVIEW": "Náhled není k dispozici", - "HistoricElementView.BLOCK_HISTORY": "Zobrazit blok" + "HistoricElementView.BLOCK_HISTORY": "Zobrazit 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" }); } \ No newline at end of file diff --git a/client/lang/de.js b/client/lang/de.js index 2c98a378..e72b0840 100644 --- a/client/lang/de.js +++ b/client/lang/de.js @@ -1,5 +1,5 @@ // This file was generated by silverstripe/cow from client/lang/src/de.json. -// See https://github.com/tractorcow/cow for details +// 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 @@ -9,6 +9,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementArchiveAction.CONFIRM_DELETE": "Sind Sie sicher, dass Sie diesen Block archivieren wollen?", "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Warnung: Dieser Block wird von der veröffentlichten Seite entfernt, bevor er archiviert wird. Wollen Sie fortfahren?", "ElementArchiveAction.ARCHIVE": "Archiv", + "ElementArchiveAction.DUPLICATE": "Duplicate", "ElementHeader.NOTITLE": "{type} block ohne Titel", "ElementPublishAction.SUCCESS_NOTIFICATION": "'{title}' erfolgreich veröffentlicht", "ElementPublishAction.ERROR_NOTIFICATION": "Fehler beim Veröffentlichen von '{title}'", @@ -28,6 +29,12 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementHeader.EXPAND": "Zeige editierbare Felder", "ElementEditForm.ERROR_NOTIFICATION": "Fehler beim Bearbeitungsformular für diesen Block", "ElementSummary.NO_PREVIEW": "Keine Vorschau verfügbar", - "HistoricElementView.BLOCK_HISTORY": "Block anzeigen" + "HistoricElementView.BLOCK_HISTORY": "Block anzeigen", + "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" }); } \ No newline at end of file diff --git a/client/lang/en.js b/client/lang/en.js index 2e9c7388..fcffd708 100644 --- a/client/lang/en.js +++ b/client/lang/en.js @@ -1,5 +1,5 @@ // This file was generated by silverstripe/cow from client/lang/src/en.json. -// See https://github.com/tractorcow/cow for details +// 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 @@ -9,26 +9,32 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementArchiveAction.CONFIRM_DELETE": "Are you sure you want to send this block to the archive?", "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Warning: This block will be unpublished before being sent to the archive. Are you sure you want to proceed?", "ElementArchiveAction.ARCHIVE": "Archive", + "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", "ElementArchiveAction.DUPLICATE": "Duplicate", + "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", "ElementHeader.NOTITLE": "Untitled {type} block", "ElementPublishAction.SUCCESS_NOTIFICATION": "Published '{title}' successfully", "ElementPublishAction.ERROR_NOTIFICATION": "Error publishing '{title}'", "ElementPublishAction.PUBLISH": "Publish", + "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", "ElementSaveAction.SUCCESS_NOTIFICATION": "Saved '{title}' successfully", "ElementSaveAction.ERROR_NOTIFICATION": "Error saving '{title}'", "ElementSaveAction.SAVE": "Save", "ElementUnpublishAction.SUCCESS_NOTIFICATION": "Removed '{title}' from the published page", "ElementUnpublishAction.ERROR_NOTIFICATION": "Error unpublishing '{title}'", "ElementUnpublishAction.UNPUBLISH": "Unpublish", + "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", "ElementAddElementPopover.SEARCH_BLOCKS": "Search blocks", "ElementAddNewButton.ADD_BLOCK": "Add block", "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", "ElementHeader.STATE_DRAFT": "Item has not been published yet", "ElementHeader.STATE_MODIFIED": "Item has unpublished changes", "ElementHeader.EXPAND": "Show editable fields", "ElementEditForm.ERROR_NOTIFICATION": "Error displaying the edit form for this block", "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/fi.js b/client/lang/fi.js index c8806eb9..f587df19 100644 --- a/client/lang/fi.js +++ b/client/lang/fi.js @@ -1,5 +1,5 @@ // This file was generated by silverstripe/cow from client/lang/src/fi.json. -// See https://github.com/tractorcow/cow for details +// 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 @@ -28,6 +28,13 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementHeader.EXPAND": "Näytä muokattavat kentät", "ElementEditForm.ERROR_NOTIFICATION": "Virhe näytettäessä muokkauskenttää tälle palikalle", "ElementSummary.NO_PREVIEW": "Ei esikatselua", - "HistoricElementView.BLOCK_HISTORY": "Näytä palikka" + "HistoricElementView.BLOCK_HISTORY": "Näytä palikka", + "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", + "ElementArchiveAction.DUPLICATE": "Duplicate", + "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" }); } \ No newline at end of file diff --git a/client/lang/fr.js b/client/lang/fr.js index f20cb539..a4d1e633 100644 --- a/client/lang/fr.js +++ b/client/lang/fr.js @@ -1,5 +1,5 @@ // This file was generated by silverstripe/cow from client/lang/src/fr.json. -// See https://github.com/tractorcow/cow for details +// 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 @@ -8,8 +8,8 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { ss.i18n.addDictionary('fr', { "ElementArchiveAction.CONFIRM_DELETE": "Êtes-vous sûr de vouloir envoyer ce bloc aux archives ?", "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Attention: Ce bloc sera dépublié avant d'être envoyé aux archives. Êtes-vous sûr de vouloir continuer ?", - "ElementArchiveAction.ARCHIVE": "Archiver", - "ElementArchiveAction.DUPLICATE": "Dupliquer", + "ElementArchiveAction.ARCHIVE": "Archive", + "ElementArchiveAction.DUPLICATE": "Duplicate", "ElementHeader.NOTITLE": "Bloc {type} sans titre", "ElementPublishAction.SUCCESS_NOTIFICATION": "'{title}' publié avec succès", "ElementPublishAction.ERROR_NOTIFICATION": "Erreur à la publication de '{title}'", @@ -29,6 +29,12 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementHeader.EXPAND": "Montrer les champs éditables", "ElementEditForm.ERROR_NOTIFICATION": "Erreur à l'affichage du formulaire d'édition pour ce bloc", "ElementSummary.NO_PREVIEW": "Aucune prévisualisation disponible", - "HistoricElementView.BLOCK_HISTORY": "Voir bloc" + "HistoricElementView.BLOCK_HISTORY": "Voir bloc", + "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" }); } \ No newline at end of file diff --git a/client/lang/it.js b/client/lang/it.js index 6576b596..58dba7c2 100644 --- a/client/lang/it.js +++ b/client/lang/it.js @@ -1,5 +1,5 @@ // This file was generated by silverstripe/cow from client/lang/src/it.json. -// See https://github.com/tractorcow/cow for details +// 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 @@ -28,6 +28,13 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementHeader.EXPAND": "Mostra campi modificabili", "ElementEditForm.ERROR_NOTIFICATION": "Errore durante la visualizzazione del modulo di modifica per questo blocco", "ElementSummary.NO_PREVIEW": "Nessuna anteprima disponibile", - "HistoricElementView.BLOCK_HISTORY": "Visualizza il blocco" + "HistoricElementView.BLOCK_HISTORY": "Visualizza il blocco", + "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", + "ElementArchiveAction.DUPLICATE": "Duplicate", + "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" }); } \ No newline at end of file diff --git a/client/lang/nl.js b/client/lang/nl.js index af2355fb..d3902478 100644 --- a/client/lang/nl.js +++ b/client/lang/nl.js @@ -1,5 +1,5 @@ // This file was generated by silverstripe/cow from client/lang/src/nl.json. -// See https://github.com/tractorcow/cow for details +// 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 @@ -9,8 +9,8 @@ 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": "Duplicaat", - "ElementHeader.NOTITLE": "Onbenoemd {type} blok", + "ElementArchiveAction.DUPLICATE": "Duplicate", + "ElementHeader.NOTITLE": "Nieuw: {type}", "ElementPublishAction.SUCCESS_NOTIFICATION": "'{title}' succesvol gepubliceerd", "ElementPublishAction.ERROR_NOTIFICATION": "Fout bij het publiceren van '{title}'", "ElementPublishAction.PUBLISH": "Publiceer", @@ -29,6 +29,12 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementHeader.EXPAND": "Toon bewerkbare velden", "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" + "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" }); } \ No newline at end of file diff --git a/client/lang/sl.js b/client/lang/sl.js new file mode 100644 index 00000000..1f842e0d --- /dev/null +++ b/client/lang/sl.js @@ -0,0 +1,40 @@ +// This file was generated by silverstripe/cow from client/lang/src/sl.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('sl', { + "ElementArchiveAction.CONFIRM_DELETE": "Želite arhivirati izbrani gradnik?", + "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Opozorilo: Gradnik bo umaknjen iz objave preden ga bomo arhivirali. Želite nadaljevati?", + "ElementArchiveAction.ARCHIVE": "Arhiv", + "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", + "ElementArchiveAction.DUPLICATE": "Duplicate", + "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", + "ElementHeader.NOTITLE": "{type} gradnik brez naslova", + "ElementPublishAction.SUCCESS_NOTIFICATION": "Objavili smo '{title}'", + "ElementPublishAction.ERROR_NOTIFICATION": "Napaka pri objavi '{title}'", + "ElementPublishAction.PUBLISH": "Objavi", + "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", + "ElementSaveAction.SUCCESS_NOTIFICATION": "Shranili smo '{title}'", + "ElementSaveAction.ERROR_NOTIFICATION": "Napaka pri shranjevanju '{title}'", + "ElementSaveAction.SAVE": "Shrani", + "ElementUnpublishAction.SUCCESS_NOTIFICATION": "Z objavljene strani smo odstranili '{title}'", + "ElementUnpublishAction.ERROR_NOTIFICATION": "Napaka pri umiku '{title}' iz objave", + "ElementUnpublishAction.UNPUBLISH": "Umakni iz objave", + "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", + "ElementAddElementPopover.SEARCH_BLOCKS": "Najdi gradnik", + "ElementAddNewButton.ADD_BLOCK": "Dodaj gradnik", + "ElementalElement.TITLE": "Urejanje gradnika {type}", + "ElementalElement.CHILD_RENDERING_ERROR": "Something went wrong with this block. Please try saving and refreshing the CMS.", + "ElementList.ADD_BLOCKS": "Dodajte gradnik z vsebino", + "ElementHeader.STATE_DRAFT": "Ta gradnik še ni objavljen", + "ElementHeader.STATE_MODIFIED": "Spremembe za ta gradnik še niso shranjene ", + "ElementHeader.EXPAND": "Prikaži polja, ki jih je mogoče urejati", + "ElementEditForm.ERROR_NOTIFICATION": "Napaka pri prikazu obrazca za urejanje tega gradnika", + "ElementSummary.NO_PREVIEW": "Predogled ni na voljo", + "HistoricElementView.VIEW_BLOCK_HISTORY": "Block history", + "HistoricElementView.BLOCK_HISTORY": "Prikaži gradnik" +}); +} \ No newline at end of file diff --git a/client/lang/src/cs.json b/client/lang/src/cs.json index 6e6c7303..46d96077 100644 --- a/client/lang/src/cs.json +++ b/client/lang/src/cs.json @@ -1,26 +1,32 @@ { - "ElementArchiveAction.CONFIRM_DELETE": "Jste si jistí, že chcete blok odeslat do archivu?", - "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Varování: Tento blok bude před odesláním do archivu označen jako nezveřejněný. Opravdu chcete pokračovat?", - "ElementArchiveAction.ARCHIVE": "Archiv", - "ElementArchiveAction.DUPLICATE": "Duplikát", - "ElementHeader.NOTITLE": "Nepojmenovaný {type} blok", - "ElementPublishAction.SUCCESS_NOTIFICATION": "Úspěšně zveřejněno '{title}'", - "ElementPublishAction.ERROR_NOTIFICATION": "Chyba při zveřejnění '{title}'", - "ElementPublishAction.PUBLISH": "Zveřejnit", - "ElementSaveAction.SUCCESS_NOTIFICATION": "Úspěšně uloženo '{title}'", - "ElementSaveAction.ERROR_NOTIFICATION": "Chyba při ukládání '{title}'", - "ElementSaveAction.SAVE": "Uložit", - "ElementUnpublishAction.SUCCESS_NOTIFICATION": "'{title}' odstraněno ze zveřejněných stránek", - "ElementUnpublishAction.ERROR_NOTIFICATION": "Chyba při zrušení zveřejnění '{title}'", - "ElementUnpublishAction.UNPUBLISH": "Nezveřejnit", - "ElementAddElementPopover.SEARCH_BLOCKS": "Prohledat bloky", - "ElementAddNewButton.ADD_BLOCK": "Přidat blok", - "ElementalElement.TITLE": "Upravit blok {type}", - "ElementList.ADD_BLOCKS": "Přidat bloky a umístit obsah", - "ElementHeader.STATE_DRAFT": "Položka dosud nebyla zveřejněna", - "ElementHeader.STATE_MODIFIED": "Položka obsahuje nezveřejněné úpravy", - "ElementHeader.EXPAND": "Zobrazit editovatelná pole", - "ElementEditForm.ERROR_NOTIFICATION": "Chyba při zobrazení formuláře úprav tohoto bloku", - "ElementSummary.NO_PREVIEW": "Náhled není k dispozici", - "HistoricElementView.BLOCK_HISTORY": "Zobrazit blok" -} + "ElementArchiveAction.CONFIRM_DELETE": "Jste si jistí, že chcete blok odeslat do archivu?", + "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Varování: Tento blok bude před odesláním do archivu označen jako nezveřejněný. Opravdu chcete pokračovat?", + "ElementArchiveAction.ARCHIVE": "Archiv", + "ElementArchiveAction.DUPLICATE": "Duplicate", + "ElementHeader.NOTITLE": "Nepojmenovaný {type} blok", + "ElementPublishAction.SUCCESS_NOTIFICATION": "Úspěšně zveřejněno '{title}'", + "ElementPublishAction.ERROR_NOTIFICATION": "Chyba při zveřejnění '{title}'", + "ElementPublishAction.PUBLISH": "Zveřejnit", + "ElementSaveAction.SUCCESS_NOTIFICATION": "Úspěšně uloženo '{title}'", + "ElementSaveAction.ERROR_NOTIFICATION": "Chyba při ukládání '{title}'", + "ElementSaveAction.SAVE": "Uložit", + "ElementUnpublishAction.SUCCESS_NOTIFICATION": "'{title}' odstraněno ze zveřejněných stránek", + "ElementUnpublishAction.ERROR_NOTIFICATION": "Chyba při zrušení zveřejnění '{title}'", + "ElementUnpublishAction.UNPUBLISH": "Nezveřejnit", + "ElementAddElementPopover.SEARCH_BLOCKS": "Prohledat bloky", + "ElementAddNewButton.ADD_BLOCK": "Přidat blok", + "ElementalElement.TITLE": "Upravit blok {type}", + "ElementList.ADD_BLOCKS": "Přidat bloky a umístit obsah", + "ElementHeader.STATE_DRAFT": "Položka dosud nebyla zveřejněna", + "ElementHeader.STATE_MODIFIED": "Položka obsahuje nezveřejněné úpravy", + "ElementHeader.EXPAND": "Zobrazit editovatelná pole", + "ElementEditForm.ERROR_NOTIFICATION": "Chyba při zobrazení formuláře úprav tohoto bloku", + "ElementSummary.NO_PREVIEW": "Náhled není k dispozici", + "HistoricElementView.BLOCK_HISTORY": "Zobrazit 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" +} \ No newline at end of file diff --git a/client/lang/src/de.json b/client/lang/src/de.json index ad5af243..d342a879 100644 --- a/client/lang/src/de.json +++ b/client/lang/src/de.json @@ -1,26 +1,32 @@ { - "ElementArchiveAction.CONFIRM_DELETE": "Sind Sie sicher, dass Sie diesen Block archivieren wollen?", - "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Warnung: Dieser Block wird von der veröffentlichten Seite entfernt, bevor er archiviert wird. Wollen Sie fortfahren?", - "ElementArchiveAction.ARCHIVE": "Archiv", - "ElementArchiveAction.DUPLICATE": "Duplikat", - "ElementHeader.NOTITLE": "{type} block ohne Titel", - "ElementPublishAction.SUCCESS_NOTIFICATION": "'{title}' erfolgreich veröffentlicht", - "ElementPublishAction.ERROR_NOTIFICATION": "Fehler beim Veröffentlichen von '{title}'", - "ElementPublishAction.PUBLISH": "Veröffentlichen", - "ElementSaveAction.SUCCESS_NOTIFICATION": "'{title}' erfolgreich gespeichert", - "ElementSaveAction.ERROR_NOTIFICATION": "Fehler beim Speichern von '{title}'", - "ElementSaveAction.SAVE": "Speichern", - "ElementUnpublishAction.SUCCESS_NOTIFICATION": "'{title}' wurde von der veröffentlichten Seite entfernt.", - "ElementUnpublishAction.ERROR_NOTIFICATION": "Fehler beim zurücknehmen der Veröffentlichung von '{title}'", - "ElementUnpublishAction.UNPUBLISH": "Veröffentlichung zurücknehmen", - "ElementAddElementPopover.SEARCH_BLOCKS": "Blöcke suchen", - "ElementAddNewButton.ADD_BLOCK": "Block hinzufügen", - "ElementalElement.TITLE": "Diesen {type} Block bearbeiten", - "ElementList.ADD_BLOCKS": "Fügen Sie Blöcke für den Inhalt hinzu", - "ElementHeader.STATE_DRAFT": "Dieses Element wurde noch nicht veröffentlicht", - "ElementHeader.STATE_MODIFIED": "Dieses Element hat noch nicht veröffentlichte Änderungen", - "ElementHeader.EXPAND": "Zeige editierbare Felder", - "ElementEditForm.ERROR_NOTIFICATION": "Fehler beim Bearbeitungsformular für diesen Block", - "ElementSummary.NO_PREVIEW": "Keine Vorschau verfügbar", - "HistoricElementView.BLOCK_HISTORY": "Block anzeigen" -} + "ElementArchiveAction.CONFIRM_DELETE": "Sind Sie sicher, dass Sie diesen Block archivieren wollen?", + "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Warnung: Dieser Block wird von der veröffentlichten Seite entfernt, bevor er archiviert wird. Wollen Sie fortfahren?", + "ElementArchiveAction.ARCHIVE": "Archiv", + "ElementArchiveAction.DUPLICATE": "Duplicate", + "ElementHeader.NOTITLE": "{type} block ohne Titel", + "ElementPublishAction.SUCCESS_NOTIFICATION": "'{title}' erfolgreich veröffentlicht", + "ElementPublishAction.ERROR_NOTIFICATION": "Fehler beim Veröffentlichen von '{title}'", + "ElementPublishAction.PUBLISH": "Veröffentlichen", + "ElementSaveAction.SUCCESS_NOTIFICATION": "'{title}' erfolgreich gespeichert", + "ElementSaveAction.ERROR_NOTIFICATION": "Fehler beim Speichern von '{title}'", + "ElementSaveAction.SAVE": "Speichern", + "ElementUnpublishAction.SUCCESS_NOTIFICATION": "'{title}' wurde von der veröffentlichten Seite entfernt.", + "ElementUnpublishAction.ERROR_NOTIFICATION": "Fehler beim zurücknehmen der Veröffentlichung von '{title}'", + "ElementUnpublishAction.UNPUBLISH": "Veröffentlichung zurücknehmen", + "ElementAddElementPopover.SEARCH_BLOCKS": "Blöcke suchen", + "ElementAddNewButton.ADD_BLOCK": "Block hinzufügen", + "ElementalElement.TITLE": "Diesen {type} Block bearbeiten", + "ElementList.ADD_BLOCKS": "Fügen Sie Blöcke für den Inhalt hinzu", + "ElementHeader.STATE_DRAFT": "Dieses Element wurde noch nicht veröffentlicht", + "ElementHeader.STATE_MODIFIED": "Dieses Element hat noch nicht veröffentlichte Änderungen", + "ElementHeader.EXPAND": "Zeige editierbare Felder", + "ElementEditForm.ERROR_NOTIFICATION": "Fehler beim Bearbeitungsformular für diesen Block", + "ElementSummary.NO_PREVIEW": "Keine Vorschau verfügbar", + "HistoricElementView.BLOCK_HISTORY": "Block anzeigen", + "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" +} \ No newline at end of file diff --git a/client/lang/src/en.json b/client/lang/src/en.json index 2bcd974a..eb542e83 100644 --- a/client/lang/src/en.json +++ b/client/lang/src/en.json @@ -1,31 +1,32 @@ { - "ElementArchiveAction.CONFIRM_DELETE": "Are you sure you want to send this block to the archive?", - "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Warning: This block will be unpublished before being sent to the archive. Are you sure you want to proceed?", - "ElementArchiveAction.ARCHIVE": "Archive", - "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", - "ElementArchiveAction.DUPLICATE": "Duplicate", - "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", - "ElementHeader.NOTITLE": "Untitled {type} block", - "ElementPublishAction.SUCCESS_NOTIFICATION": "Published '{title}' successfully", - "ElementPublishAction.ERROR_NOTIFICATION": "Error publishing '{title}'", - "ElementPublishAction.PUBLISH": "Publish", - "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", - "ElementSaveAction.SUCCESS_NOTIFICATION": "Saved '{title}' successfully", - "ElementSaveAction.ERROR_NOTIFICATION": "Error saving '{title}'", - "ElementSaveAction.SAVE": "Save", - "ElementUnpublishAction.SUCCESS_NOTIFICATION": "Removed '{title}' from the published page", - "ElementUnpublishAction.ERROR_NOTIFICATION": "Error unpublishing '{title}'", - "ElementUnpublishAction.UNPUBLISH": "Unpublish", - "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", - "ElementAddElementPopover.SEARCH_BLOCKS": "Search blocks", - "ElementAddNewButton.ADD_BLOCK": "Add block", - "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", - "ElementHeader.STATE_DRAFT": "Item has not been published yet", - "ElementHeader.STATE_MODIFIED": "Item has unpublished changes", - "ElementHeader.EXPAND": "Show editable fields", - "ElementEditForm.ERROR_NOTIFICATION": "Error displaying the edit form for this block", - "ElementSummary.NO_PREVIEW": "No preview available", - "HistoricElementView.VIEW_BLOCK_HISTORY": "Block history" -} + "ElementArchiveAction.CONFIRM_DELETE": "Are you sure you want to send this block to the archive?", + "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Warning: This block will be unpublished before being sent to the archive. Are you sure you want to proceed?", + "ElementArchiveAction.ARCHIVE": "Archive", + "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", + "ElementArchiveAction.DUPLICATE": "Duplicate", + "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", + "ElementHeader.NOTITLE": "Untitled {type} block", + "ElementPublishAction.SUCCESS_NOTIFICATION": "Published '{title}' successfully", + "ElementPublishAction.ERROR_NOTIFICATION": "Error publishing '{title}'", + "ElementPublishAction.PUBLISH": "Publish", + "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", + "ElementSaveAction.SUCCESS_NOTIFICATION": "Saved '{title}' successfully", + "ElementSaveAction.ERROR_NOTIFICATION": "Error saving '{title}'", + "ElementSaveAction.SAVE": "Save", + "ElementUnpublishAction.SUCCESS_NOTIFICATION": "Removed '{title}' from the published page", + "ElementUnpublishAction.ERROR_NOTIFICATION": "Error unpublishing '{title}'", + "ElementUnpublishAction.UNPUBLISH": "Unpublish", + "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", + "ElementAddElementPopover.SEARCH_BLOCKS": "Search blocks", + "ElementAddNewButton.ADD_BLOCK": "Add block", + "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", + "ElementHeader.STATE_DRAFT": "Item has not been published yet", + "ElementHeader.STATE_MODIFIED": "Item has unpublished changes", + "ElementHeader.EXPAND": "Show editable fields", + "ElementEditForm.ERROR_NOTIFICATION": "Error displaying the edit form for this block", + "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/fi.json b/client/lang/src/fi.json index 9fcb10c4..20e2194a 100644 --- a/client/lang/src/fi.json +++ b/client/lang/src/fi.json @@ -1,25 +1,32 @@ { - "ElementArchiveAction.CONFIRM_DELETE": "Haluatko varmasti siirtää tämän palikan arkistoon?", - "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Varoitus: tämä palikka poistetaan julkaisusta ennen kuin se siirretään arkistoon. Haluatko varmasti jatkaa?", - "ElementArchiveAction.ARCHIVE": "Arkistoi", - "ElementHeader.NOTITLE": "Nimetön {type} palikka", - "ElementPublishAction.SUCCESS_NOTIFICATION": "Julkaistiin '{title}' onnistuneesti", - "ElementPublishAction.ERROR_NOTIFICATION": "Virhe julkaistaessa '{title}'", - "ElementPublishAction.PUBLISH": "Julkaise", - "ElementSaveAction.SUCCESS_NOTIFICATION": "Tallennettiin '{title}' onnistuneesti", - "ElementSaveAction.ERROR_NOTIFICATION": "Virhe tallennettaessa '{title}'", - "ElementSaveAction.SAVE": "Tallenna", - "ElementUnpublishAction.SUCCESS_NOTIFICATION": "Poistettiin '{title}' julkaistulta sivulta", - "ElementUnpublishAction.ERROR_NOTIFICATION": "Virhe poistettaessa julkaisua » '{title}'", - "ElementUnpublishAction.UNPUBLISH": "Poista julkaisusta", - "ElementAddElementPopover.SEARCH_BLOCKS": "Etsi palikoita", - "ElementAddNewButton.ADD_BLOCK": "Lisää palikka", - "ElementalElement.TITLE": "Muokkaa {type} palikkaa", - "ElementList.ADD_BLOCKS": "Lisää palikoita julkaistaksesi sisältöä", - "ElementHeader.STATE_DRAFT": "Kohdetta ei ole vielä julkaistu", - "ElementHeader.STATE_MODIFIED": "Kohteella on tallentamattomia muutoksia", - "ElementHeader.EXPAND": "Näytä muokattavat kentät", - "ElementEditForm.ERROR_NOTIFICATION": "Virhe näytettäessä muokkauskenttää tälle palikalle", - "ElementSummary.NO_PREVIEW": "Ei esikatselua", - "HistoricElementView.BLOCK_HISTORY": "Näytä palikka" -} + "ElementArchiveAction.CONFIRM_DELETE": "Haluatko varmasti siirtää tämän palikan arkistoon?", + "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Varoitus: tämä palikka poistetaan julkaisusta ennen kuin se siirretään arkistoon. Haluatko varmasti jatkaa?", + "ElementArchiveAction.ARCHIVE": "Arkistoi", + "ElementHeader.NOTITLE": "Nimetön {type} palikka", + "ElementPublishAction.SUCCESS_NOTIFICATION": "Julkaistiin '{title}' onnistuneesti", + "ElementPublishAction.ERROR_NOTIFICATION": "Virhe julkaistaessa '{title}'", + "ElementPublishAction.PUBLISH": "Julkaise", + "ElementSaveAction.SUCCESS_NOTIFICATION": "Tallennettiin '{title}' onnistuneesti", + "ElementSaveAction.ERROR_NOTIFICATION": "Virhe tallennettaessa '{title}'", + "ElementSaveAction.SAVE": "Tallenna", + "ElementUnpublishAction.SUCCESS_NOTIFICATION": "Poistettiin '{title}' julkaistulta sivulta", + "ElementUnpublishAction.ERROR_NOTIFICATION": "Virhe poistettaessa julkaisua » '{title}'", + "ElementUnpublishAction.UNPUBLISH": "Poista julkaisusta", + "ElementAddElementPopover.SEARCH_BLOCKS": "Etsi palikoita", + "ElementAddNewButton.ADD_BLOCK": "Lisää palikka", + "ElementalElement.TITLE": "Muokkaa {type} palikkaa", + "ElementList.ADD_BLOCKS": "Lisää palikoita julkaistaksesi sisältöä", + "ElementHeader.STATE_DRAFT": "Kohdetta ei ole vielä julkaistu", + "ElementHeader.STATE_MODIFIED": "Kohteella on tallentamattomia muutoksia", + "ElementHeader.EXPAND": "Näytä muokattavat kentät", + "ElementEditForm.ERROR_NOTIFICATION": "Virhe näytettäessä muokkauskenttää tälle palikalle", + "ElementSummary.NO_PREVIEW": "Ei esikatselua", + "HistoricElementView.BLOCK_HISTORY": "Näytä palikka", + "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", + "ElementArchiveAction.DUPLICATE": "Duplicate", + "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" +} \ No newline at end of file diff --git a/client/lang/src/fr.json b/client/lang/src/fr.json index 316713e0..0872d9e5 100644 --- a/client/lang/src/fr.json +++ b/client/lang/src/fr.json @@ -1,26 +1,32 @@ { - "ElementArchiveAction.CONFIRM_DELETE": "Êtes-vous sûr de vouloir envoyer ce bloc aux archives ?", - "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Attention: Ce bloc sera dépublié avant d'être envoyé aux archives. Êtes-vous sûr de vouloir continuer ?", - "ElementArchiveAction.ARCHIVE": "Archiver", - "ElementArchiveAction.DUPLICATE": "Dupliquer", - "ElementHeader.NOTITLE": "Bloc {type} sans titre", - "ElementPublishAction.SUCCESS_NOTIFICATION": "'{title}' publié avec succès", - "ElementPublishAction.ERROR_NOTIFICATION": "Erreur à la publication de '{title}'", - "ElementPublishAction.PUBLISH": "Publier", - "ElementSaveAction.SUCCESS_NOTIFICATION": "'{title}' sauvegardé avec succès", - "ElementSaveAction.ERROR_NOTIFICATION": "Erreur à la sauvegarde de '{title}'", - "ElementSaveAction.SAVE": "Sauvegarder", - "ElementUnpublishAction.SUCCESS_NOTIFICATION": "'{title}' retiré de la page publiée", - "ElementUnpublishAction.ERROR_NOTIFICATION": "Erreur à la dépublication de '{title}'", - "ElementUnpublishAction.UNPUBLISH": "Dépublier", - "ElementAddElementPopover.SEARCH_BLOCKS": "Chercher blocs", - "ElementAddNewButton.ADD_BLOCK": "Ajouter bloc", - "ElementalElement.TITLE": "Éditer ce bloc {type}", - "ElementList.ADD_BLOCKS": "Ajouter des blocs pour placer votre contenu", - "ElementHeader.STATE_DRAFT": "L'élément n'a pas encore été publié", - "ElementHeader.STATE_MODIFIED": "L'élément a des changements non publiés", - "ElementHeader.EXPAND": "Montrer les champs éditables", - "ElementEditForm.ERROR_NOTIFICATION": "Erreur à l'affichage du formulaire d'édition pour ce bloc", - "ElementSummary.NO_PREVIEW": "Aucune prévisualisation disponible", - "HistoricElementView.BLOCK_HISTORY": "Voir bloc" -} + "ElementArchiveAction.CONFIRM_DELETE": "Êtes-vous sûr de vouloir envoyer ce bloc aux archives ?", + "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Attention: Ce bloc sera dépublié avant d'être envoyé aux archives. Êtes-vous sûr de vouloir continuer ?", + "ElementArchiveAction.ARCHIVE": "Archive", + "ElementArchiveAction.DUPLICATE": "Duplicate", + "ElementHeader.NOTITLE": "Bloc {type} sans titre", + "ElementPublishAction.SUCCESS_NOTIFICATION": "'{title}' publié avec succès", + "ElementPublishAction.ERROR_NOTIFICATION": "Erreur à la publication de '{title}'", + "ElementPublishAction.PUBLISH": "Publier", + "ElementSaveAction.SUCCESS_NOTIFICATION": "'{title}' sauvegardé avec succès", + "ElementSaveAction.ERROR_NOTIFICATION": "Erreur à la sauvegarde de '{title}'", + "ElementSaveAction.SAVE": "Sauvegarder", + "ElementUnpublishAction.SUCCESS_NOTIFICATION": "'{title}' retiré de la page publiée", + "ElementUnpublishAction.ERROR_NOTIFICATION": "Erreur à la dépublication de '{title}'", + "ElementUnpublishAction.UNPUBLISH": "Dépublier", + "ElementAddElementPopover.SEARCH_BLOCKS": "Chercher blocs", + "ElementAddNewButton.ADD_BLOCK": "Ajouter bloc", + "ElementalElement.TITLE": "Éditer ce bloc {type}", + "ElementList.ADD_BLOCKS": "Ajouter des blocs pour placer votre contenu", + "ElementHeader.STATE_DRAFT": "L'élément n'a pas encore été publié", + "ElementHeader.STATE_MODIFIED": "L'élément a des changements non publiés", + "ElementHeader.EXPAND": "Montrer les champs éditables", + "ElementEditForm.ERROR_NOTIFICATION": "Erreur à l'affichage du formulaire d'édition pour ce bloc", + "ElementSummary.NO_PREVIEW": "Aucune prévisualisation disponible", + "HistoricElementView.BLOCK_HISTORY": "Voir bloc", + "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" +} \ No newline at end of file diff --git a/client/lang/src/it.json b/client/lang/src/it.json index 1b2e3ffd..d366239b 100644 --- a/client/lang/src/it.json +++ b/client/lang/src/it.json @@ -1,25 +1,32 @@ { - "ElementArchiveAction.CONFIRM_DELETE": "Sei sicuro di voler inviare questo blocco all'archivio?", - "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Attenzione: questo blocco non sarà pubblicato prima di essere inviato all'archivio. Sei sicuro di voler procedere?", - "ElementArchiveAction.ARCHIVE": "Archivio", - "ElementHeader.NOTITLE": "Blocco {type} senza titolo", - "ElementPublishAction.SUCCESS_NOTIFICATION": "Pubblicato '{title}' con successo", - "ElementPublishAction.ERROR_NOTIFICATION": "Errore di pubblicazione '{title}'", - "ElementPublishAction.PUBLISH": "Pubblica", - "ElementSaveAction.SUCCESS_NOTIFICATION": "Salvato '{title}' con successo", - "ElementSaveAction.ERROR_NOTIFICATION": "Errore durante il salvataggio '{title}'", - "ElementSaveAction.SAVE": "Salva", - "ElementUnpublishAction.SUCCESS_NOTIFICATION": "Rimosso '{title}' dalla pagina pubblicata", - "ElementUnpublishAction.ERROR_NOTIFICATION": "Errore di annullamento della pubblicazione '{title}'", - "ElementUnpublishAction.UNPUBLISH": "Non pubblicato", - "ElementAddElementPopover.SEARCH_BLOCKS": "Cerca blocchi", - "ElementAddNewButton.ADD_BLOCK": "Aggiungi blocco", - "ElementalElement.TITLE": "Modifica questo blocco {type} ", - "ElementList.ADD_BLOCKS": "Aggiungi blocchi per posizionare il tuo contenuto", - "ElementHeader.STATE_DRAFT": "L'articolo non è stato ancora pubblicato", - "ElementHeader.STATE_MODIFIED": "L'articolo ha modifiche non pubblicate", - "ElementHeader.EXPAND": "Mostra campi modificabili", - "ElementEditForm.ERROR_NOTIFICATION": "Errore durante la visualizzazione del modulo di modifica per questo blocco", - "ElementSummary.NO_PREVIEW": "Nessuna anteprima disponibile", - "HistoricElementView.BLOCK_HISTORY": "Visualizza il blocco" -} + "ElementArchiveAction.CONFIRM_DELETE": "Sei sicuro di voler inviare questo blocco all'archivio?", + "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Attenzione: questo blocco non sarà pubblicato prima di essere inviato all'archivio. Sei sicuro di voler procedere?", + "ElementArchiveAction.ARCHIVE": "Archivio", + "ElementHeader.NOTITLE": "Blocco {type} senza titolo", + "ElementPublishAction.SUCCESS_NOTIFICATION": "Pubblicato '{title}' con successo", + "ElementPublishAction.ERROR_NOTIFICATION": "Errore di pubblicazione '{title}'", + "ElementPublishAction.PUBLISH": "Pubblica", + "ElementSaveAction.SUCCESS_NOTIFICATION": "Salvato '{title}' con successo", + "ElementSaveAction.ERROR_NOTIFICATION": "Errore durante il salvataggio '{title}'", + "ElementSaveAction.SAVE": "Salva", + "ElementUnpublishAction.SUCCESS_NOTIFICATION": "Rimosso '{title}' dalla pagina pubblicata", + "ElementUnpublishAction.ERROR_NOTIFICATION": "Errore di annullamento della pubblicazione '{title}'", + "ElementUnpublishAction.UNPUBLISH": "Non pubblicato", + "ElementAddElementPopover.SEARCH_BLOCKS": "Cerca blocchi", + "ElementAddNewButton.ADD_BLOCK": "Aggiungi blocco", + "ElementalElement.TITLE": "Modifica questo blocco {type} ", + "ElementList.ADD_BLOCKS": "Aggiungi blocchi per posizionare il tuo contenuto", + "ElementHeader.STATE_DRAFT": "L'articolo non è stato ancora pubblicato", + "ElementHeader.STATE_MODIFIED": "L'articolo ha modifiche non pubblicate", + "ElementHeader.EXPAND": "Mostra campi modificabili", + "ElementEditForm.ERROR_NOTIFICATION": "Errore durante la visualizzazione del modulo di modifica per questo blocco", + "ElementSummary.NO_PREVIEW": "Nessuna anteprima disponibile", + "HistoricElementView.BLOCK_HISTORY": "Visualizza il blocco", + "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", + "ElementArchiveAction.DUPLICATE": "Duplicate", + "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" +} \ No newline at end of file diff --git a/client/lang/src/nl.json b/client/lang/src/nl.json index 4868aef3..48e34236 100644 --- a/client/lang/src/nl.json +++ b/client/lang/src/nl.json @@ -1,26 +1,32 @@ { - "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": "Duplicaat", - "ElementHeader.NOTITLE": "Onbenoemd {type} blok", - "ElementPublishAction.SUCCESS_NOTIFICATION": "'{title}' succesvol gepubliceerd", - "ElementPublishAction.ERROR_NOTIFICATION": "Fout bij het publiceren van '{title}'", - "ElementPublishAction.PUBLISH": "Publiceer", - "ElementSaveAction.SUCCESS_NOTIFICATION": " '{title}' succesvol opgeslagen", - "ElementSaveAction.ERROR_NOTIFICATION": "Fout bij opslaan '{title}'", - "ElementSaveAction.SAVE": "Opslaan", - "ElementUnpublishAction.SUCCESS_NOTIFICATION": " '{title}' verwijderd van gepubliceerde pagina", - "ElementUnpublishAction.ERROR_NOTIFICATION": "Fout bij het terugzetten van '{title}' naar ongepubliceerd ", - "ElementUnpublishAction.UNPUBLISH": "Ga terug naar draft", - "ElementAddElementPopover.SEARCH_BLOCKS": "Zoek binnen blokken", - "ElementAddNewButton.ADD_BLOCK": "Voeg blok toe", - "ElementalElement.TITLE": "Bewerk dit {type} blok", - "ElementList.ADD_BLOCKS": "Voeg blokken toe om je inhoud te plaatsen", - "ElementHeader.STATE_DRAFT": "Item is nog niet gepubliceerd", - "ElementHeader.STATE_MODIFIED": "Item heeft ongepubliceerde veranderingen", - "ElementHeader.EXPAND": "Toon bewerkbare velden", - "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.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", + "ElementHeader.NOTITLE": "Nieuw: {type}", + "ElementPublishAction.SUCCESS_NOTIFICATION": "'{title}' succesvol gepubliceerd", + "ElementPublishAction.ERROR_NOTIFICATION": "Fout bij het publiceren van '{title}'", + "ElementPublishAction.PUBLISH": "Publiceer", + "ElementSaveAction.SUCCESS_NOTIFICATION": " '{title}' succesvol opgeslagen", + "ElementSaveAction.ERROR_NOTIFICATION": "Fout bij opslaan '{title}'", + "ElementSaveAction.SAVE": "Opslaan", + "ElementUnpublishAction.SUCCESS_NOTIFICATION": " '{title}' verwijderd van gepubliceerde pagina", + "ElementUnpublishAction.ERROR_NOTIFICATION": "Fout bij het terugzetten van '{title}' naar ongepubliceerd ", + "ElementUnpublishAction.UNPUBLISH": "Ga terug naar draft", + "ElementAddElementPopover.SEARCH_BLOCKS": "Zoek binnen blokken", + "ElementAddNewButton.ADD_BLOCK": "Voeg blok toe", + "ElementalElement.TITLE": "Bewerk dit {type} blok", + "ElementList.ADD_BLOCKS": "Voeg blokken toe om je inhoud te plaatsen", + "ElementHeader.STATE_DRAFT": "Item is nog niet gepubliceerd", + "ElementHeader.STATE_MODIFIED": "Item heeft ongepubliceerde veranderingen", + "ElementHeader.EXPAND": "Toon bewerkbare velden", + "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" +} \ No newline at end of file diff --git a/client/lang/src/sl.json b/client/lang/src/sl.json new file mode 100644 index 00000000..0a7253f1 --- /dev/null +++ b/client/lang/src/sl.json @@ -0,0 +1,32 @@ +{ + "ElementArchiveAction.CONFIRM_DELETE": "Želite arhivirati izbrani gradnik?", + "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Opozorilo: Gradnik bo umaknjen iz objave preden ga bomo arhivirali. Želite nadaljevati?", + "ElementArchiveAction.ARCHIVE": "Arhiv", + "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", + "ElementArchiveAction.DUPLICATE": "Duplicate", + "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", + "ElementHeader.NOTITLE": "{type} gradnik brez naslova", + "ElementPublishAction.SUCCESS_NOTIFICATION": "Objavili smo '{title}'", + "ElementPublishAction.ERROR_NOTIFICATION": "Napaka pri objavi '{title}'", + "ElementPublishAction.PUBLISH": "Objavi", + "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", + "ElementSaveAction.SUCCESS_NOTIFICATION": "Shranili smo '{title}'", + "ElementSaveAction.ERROR_NOTIFICATION": "Napaka pri shranjevanju '{title}'", + "ElementSaveAction.SAVE": "Shrani", + "ElementUnpublishAction.SUCCESS_NOTIFICATION": "Z objavljene strani smo odstranili '{title}'", + "ElementUnpublishAction.ERROR_NOTIFICATION": "Napaka pri umiku '{title}' iz objave", + "ElementUnpublishAction.UNPUBLISH": "Umakni iz objave", + "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", + "ElementAddElementPopover.SEARCH_BLOCKS": "Najdi gradnik", + "ElementAddNewButton.ADD_BLOCK": "Dodaj gradnik", + "ElementalElement.TITLE": "Urejanje gradnika {type}", + "ElementalElement.CHILD_RENDERING_ERROR": "Something went wrong with this block. Please try saving and refreshing the CMS.", + "ElementList.ADD_BLOCKS": "Dodajte gradnik z vsebino", + "ElementHeader.STATE_DRAFT": "Ta gradnik še ni objavljen", + "ElementHeader.STATE_MODIFIED": "Spremembe za ta gradnik še niso shranjene ", + "ElementHeader.EXPAND": "Prikaži polja, ki jih je mogoče urejati", + "ElementEditForm.ERROR_NOTIFICATION": "Napaka pri prikazu obrazca za urejanje tega gradnika", + "ElementSummary.NO_PREVIEW": "Predogled ni na voljo", + "HistoricElementView.VIEW_BLOCK_HISTORY": "Block history", + "HistoricElementView.BLOCK_HISTORY": "Prikaži gradnik" +} \ No newline at end of file diff --git a/lang/de.yml b/lang/de.yml index c1752a6b..cf6ee865 100644 --- a/lang/de.yml +++ b/lang/de.yml @@ -4,6 +4,8 @@ de: DNADesign\Elemental\Forms\TextCheckboxGroupField: ShowTitleLabel: 'Wird angezeigt' TitleLabel: 'Titel (angezeigt, wenn ausgewählt)' + DISPLAYED: 'Wird angezeigt' + NOT_DISPLAYED: 'Wird nicht angezeigt' DNADesign\Elemental\Models\BaseElement: BlockType: Block CUSTOM_STYLES: 'Stil auswählen...' diff --git a/lang/en.yml b/lang/en.yml index ca8d31ef..36103a73 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -5,7 +5,8 @@ en: DISPLAYED: Displayed NOT_DISPLAYED: 'Not displayed' ShowTitleLabel: Displayed - Title: 'Title' + Title: Title + TitleLabel: 'Title (displayed if checked)' DNADesign\Elemental\Models\BaseElement: BlockType: Block CUSTOM_STYLES: 'Select a style..' diff --git a/lang/fi.yml b/lang/fi.yml index 88d1b906..02ba221c 100644 --- a/lang/fi.yml +++ b/lang/fi.yml @@ -4,6 +4,8 @@ fi: DNADesign\Elemental\Forms\TextCheckboxGroupField: ShowTitleLabel: Näytetään TitleLabel: 'Otsikko (näytetään, jos valittu)' + DISPLAYED: Näytetään + NOT_DISPLAYED: 'Ei näytetä' DNADesign\Elemental\Models\BaseElement: BlockType: Palikka CUSTOM_STYLES: 'Valitse tyyli..' diff --git a/lang/nl.yml b/lang/nl.yml index e2a5cec9..363f8b48 100644 --- a/lang/nl.yml +++ b/lang/nl.yml @@ -13,6 +13,7 @@ nl: other: '{count} blokken' SINGULARNAME: blok STYLE: 'Stijl variatie' + SettingsTabLabel: Instellingen DNADesign\Elemental\Models\ElementContent: BlockType: Inhoud ContentLabel: Inhoud @@ -38,3 +39,8 @@ nl: Summary: Samenvatting Title: Titel Type: Type + DNADesign\Elemental\Forms\TextCheckboxGroupField: + DISPLAYED: Weergegeven + NOT_DISPLAYED: 'Niet weergegeven' + ShowTitleLabel: Weergegeven + TitleLabel: 'Titel (aanvinken om te tonen)' diff --git a/lang/sl.yml b/lang/sl.yml new file mode 100644 index 00000000..4370dd20 --- /dev/null +++ b/lang/sl.yml @@ -0,0 +1,52 @@ +sl: + DNADesign\Elemental\Controllers\ElementalAreaController: + MENUTITLE: 'Uredi stran' + DNADesign\Elemental\Forms\TextCheckboxGroupField: + DISPLAYED: Prikazano + NOT_DISPLAYED: Skrito + ShowTitleLabel: Prikazan + TitleLabel: 'Naslov (označite)' + DNADesign\Elemental\Models\BaseElement: + BlockType: Gradnik + CUSTOM_STYLES: 'Izberite stil ...' + ExtraCssClassesLabel: 'Dodatni razredi CSS' + ExtraCssClassesPlaceholder: 'class_ena, class_dve, ...' + MainTabLabel: Vsebina + PLURALNAME: gradniki + PLURALS: + one: Gradnik + two: '{count} gradnika' + few: '{count} gradnikov' + other: '{count} gradnikov' + SINGULARNAME: Gradnik + STYLE: 'Stilna različica' + SettingsTabLabel: Nastavitve + DNADesign\Elemental\Models\ElementContent: + BlockType: Besedilo + ContentLabel: Oznaka + PLURALNAME: Besedila + PLURALS: + one: Besedilo + two: '{count} besedili' + few: '{count} besedil' + other: '{count} besedil' + SINGULARNAME: Besedilo + DNADesign\Elemental\Models\ElementalArea: + PLURALNAME: Bloki + PLURALS: + one: Blok + two: '{count} bloka' + few: '{count} blokov' + other: '{count} blokov' + SINGULARNAME: Blok + DNADesign\Elemental\Reports\ElementTypeReport: + Title: 'Tipi gradnikov' + Total: Skupaj + Type: 'Tip gradnika' + DNADesign\Elemental\Reports\ElementsInUseReport: + None: 'Ni uporabljen' + Page: Stran + ReportTitle: 'Gradniki v uporabi' + Summary: Povzetek + Title: Naslov + Type: 'Tip gradnika'