-
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.
- Loading branch information
Showing
8 changed files
with
229 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
// This file was generated by silverstripe/cow from client/lang/src/fr.json. | ||
// See https://github.com/tractorcow/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('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": "Archive", | ||
"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" | ||
}); | ||
} |
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,33 @@ | ||
// This file was generated by silverstripe/cow from client/lang/src/nl.json. | ||
// See https://github.com/tractorcow/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('nl', { | ||
"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", | ||
"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" | ||
}); | ||
} |
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,25 @@ | ||
{ | ||
"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", | ||
"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" | ||
} |
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,25 @@ | ||
{ | ||
"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", | ||
"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" | ||
} |
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 @@ | ||
fi: | ||
DNADesign\Elemental\Models\BaseElement: | ||
BlockType: Palikka | ||
CUSTOM_STYLES: 'Valitse tyyli..' | ||
ExtraCssClassesLabel: 'Omat CSS-luokat' | ||
ExtraCssClassesPlaceholder: 'oma_luokka toinen_luokka' | ||
MainTabLabel: Sisältö | ||
PLURALNAME: palikat | ||
PLURALS: | ||
one: Palikka | ||
other: '{count} palikkaa' | ||
SINGULARNAME: palikka | ||
STYLE: Tyylivariaatio | ||
ShowTitleLabel: Näytetään | ||
TitleLabel: 'Otsikko (näytetään jos valittu)' | ||
DNADesign\Elemental\Models\ElementContent: | ||
BlockType: Sisältö | ||
ContentLabel: Sisältö | ||
PLURALNAME: sisältöpalikat | ||
PLURALS: | ||
one: Sisältöpalikka | ||
other: '{count} sisältöpalikkaa' | ||
SINGULARNAME: sisältöpalikka | ||
DNADesign\Elemental\Models\ElementalArea: | ||
PLURALNAME: Elementtialueet | ||
PLURALS: | ||
one: Elementtialue | ||
other: '{count} elementtialuetta' | ||
SINGULARNAME: Elementtialue | ||
DNADesign\Elemental\Reports\ElementTypeReport: | ||
Title: Sisältöpalikkatyypit | ||
Total: Yhteensä | ||
Type: Sisältötyyppi | ||
DNADesign\Elemental\Reports\ElementsInUseReport: | ||
None: 'Ei yhtään' | ||
Page: Sivu | ||
ReportTitle: 'Sisältöpalikat käytössä' | ||
Summary: Yhteenveto | ||
Title: Otsikko | ||
Type: Tyyppi |
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,31 @@ | ||
hr: | ||
DNADesign\Elemental\Models\BaseElement: | ||
BlockType: Blok | ||
CUSTOM_STYLES: 'Odaberi stil...' | ||
ExtraCssClassesLabel: 'Dodatne CSS klase' | ||
ExtraCssClassesPlaceholder: 'my_class another_class' | ||
MainTabLabel: Sadržaj | ||
PLURALNAME: blokovi | ||
SINGULARNAME: blok | ||
STYLE: 'Stil varijanta' | ||
ShowTitleLabel: Prikazano | ||
TitleLabel: 'Naslov (vidljiv ako je odabran)' | ||
DNADesign\Elemental\Models\ElementContent: | ||
BlockType: Sadržaj | ||
ContentLabel: Sadržaj | ||
PLURALNAME: 'sadržajni blokovi' | ||
SINGULARNAME: 'sadržajni blok' | ||
DNADesign\Elemental\Models\ElementalArea: | ||
PLURALNAME: 'Elemental zone' | ||
SINGULARNAME: 'Elemental zona' | ||
DNADesign\Elemental\Reports\ElementTypeReport: | ||
Title: 'Tipovi sadržajnih blokova' | ||
Total: Ukupno | ||
Type: 'Tip sadržaja' | ||
DNADesign\Elemental\Reports\ElementsInUseReport: | ||
None: Nijedan | ||
Page: Stranica | ||
ReportTitle: 'Sadržajni blokovi u uporabi' | ||
Summary: Sažetak | ||
Title: Naslov | ||
Type: Tip |
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,42 @@ | ||
nl: | ||
DNADesign\Elemental\Controllers\ElementalAreaController: | ||
MENUTITLE: 'Pagina Bewerken' | ||
DNADesign\Elemental\Models\BaseElement: | ||
BlockType: Blok | ||
CUSTOM_STYLES: 'Selecteer een stijl...' | ||
ExtraCssClassesLabel: 'Aangepaste CSS klassen' | ||
ExtraCssClassesPlaceholder: 'my_class another_class' | ||
MainTabLabel: Inhoud | ||
PLURALNAME: blokken | ||
PLURALS: | ||
one: 'Een blok' | ||
other: '{count} blokken' | ||
SINGULARNAME: blok | ||
STYLE: 'Stijl variatie' | ||
ShowTitleLabel: Weergegeven | ||
TitleLabel: 'Titel (tonen indien actief)' | ||
DNADesign\Elemental\Models\ElementContent: | ||
BlockType: Inhoud | ||
ContentLabel: Inhoud | ||
PLURALNAME: 'inhoud blokken' | ||
PLURALS: | ||
one: 'Een inhoud blok' | ||
other: '{aantal} inhoud blokken' | ||
SINGULARNAME: 'inhoud blok' | ||
DNADesign\Elemental\Models\ElementalArea: | ||
PLURALNAME: 'Elemental Gebieden' | ||
PLURALS: | ||
one: 'Een Elemental Gebied' | ||
other: '{count} Elemental gebieden' | ||
SINGULARNAME: 'Elemental Gebied' | ||
DNADesign\Elemental\Reports\ElementTypeReport: | ||
Title: 'Inhoud blokken typen' | ||
Total: Totaal | ||
Type: 'Content Type' | ||
DNADesign\Elemental\Reports\ElementsInUseReport: | ||
None: Geen | ||
Page: Pagina | ||
ReportTitle: 'Inhoud blokken in gebruik' | ||
Summary: Samenvatting | ||
Title: Titel | ||
Type: Type |