Files
alfresco-ng2-components/ng2-components/ng2-alfresco-core/src/i18n/fr.json
suzanadirla 5dabc39841 [ADF-1774] Extend "Create Folder" and add "Edit Folder" dialogs to ADF (#2585)
* [ADF-1774] Extend "Create Folder" and add "Edit Folder" dialogs to ADF

- added create and edit folder directives and used them inside the demo-shell file component
- added FolderDialogComponent for edit/create actions with name validators: forbidSpecialCharacters, forbidEndingDot and forbidOnlySpaces
- updated the translation files
- added unit tests for the new components
- removed the CreateFolderDialogComponent and its usage inside demo-shell
- added documentation files for FolderCreateDirective and FolderEditDirective

* [ADF-1774] fix messed up translation files because of previous commit

* [ADF-1774] changes required on code review comments
2017-11-03 14:45:42 +00:00

49 lines
1.5 KiB
JSON

{
"CORE": {
"PAGINATION": {
"ITEMS_RANGE": "Affichage de {{ range }} sur {{ total }}",
"ITEMS_PER_PAGE": "Éléments par page",
"CURRENT_PAGE": "Page {{ number }}",
"TOTAL_PAGES": "sur {{ total }}"
},
"FOLDER_DIALOG": {
"CREATE_FOLDER_TITLE": "Créer un nouveau filtre",
"EDIT_FOLDER_TITLE": "Modifier le dossier",
"FOLDER_NAME": {
"LABEL": "Nom",
"ERRORS": {
"REQUIRED": "Nom de dossier requis",
"SPECIAL_CHARACTERS": "Un nom de dossier ne peut pas contenir les caractères * \" < > \\ / ? : |",
"ENDING_DOT": "Un nom de dossier ne peut pas se terminer par un point .",
"ONLY_SPACES": "Un nom de dossier ne peut pas contenir uniquement des espaces"
}
},
"FOLDER_DESCRIPTION": {
"LABEL": "Description"
},
"CREATE_BUTTON": {
"LABEL": "Créer"
},
"UPDATE_BUTTON": {
"LABEL": "Mis à jour"
},
"CANCEL_BUTTON": {
"LABEL": "Annuler"
}
},
"MESSAGES": {
"ERRORS": {
"GENERIC": "L'action a échoué. Réessayez ou contactez le service informatique.",
"EXISTENT_FOLDER": "Un dossier du même nom existe déjà. Essayez avec un nom différent."
}
},
"HOST_SETTINGS": {
"TITLE": "Paramètres",
"CS-HOST": "Configuration de l'URL de l'hôte de Content Services",
"BP-HOST": "Configuration de l'URL de l'hôte de Process Services",
"BACK": "Retour",
"APPLY": "APPLIQUER"
}
}
}