mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* [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
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"CORE": {
|
|
"PAGINATION": {
|
|
"ITEMS_RANGE": "Visualizzazione di {{ range }} su {{ total }}",
|
|
"ITEMS_PER_PAGE": "Elementi per pagina",
|
|
"CURRENT_PAGE": "Pagina {{ number }}",
|
|
"TOTAL_PAGES": "di {{ total }}"
|
|
},
|
|
"FOLDER_DIALOG": {
|
|
"CREATE_FOLDER_TITLE": "Crea nuova cartella",
|
|
"EDIT_FOLDER_TITLE": "Modifica cartella",
|
|
"FOLDER_NAME": {
|
|
"LABEL": "Nome",
|
|
"ERRORS": {
|
|
"REQUIRED": "Nome cartella obbligatorio",
|
|
"SPECIAL_CHARACTERS": "Il nome della cartella non può contenere questi caratteri * \" < > \\ / ? : |",
|
|
"ENDING_DOT": "Il nome della cartella non può terminare con un punto.",
|
|
"ONLY_SPACES": "Il nome della cartella non può contenere solo spazi"
|
|
}
|
|
},
|
|
"FOLDER_DESCRIPTION": {
|
|
"LABEL": "Descrizione"
|
|
},
|
|
"CREATE_BUTTON": {
|
|
"LABEL": "Crea"
|
|
},
|
|
"UPDATE_BUTTON": {
|
|
"LABEL": "Aggiorna"
|
|
},
|
|
"CANCEL_BUTTON": {
|
|
"LABEL": "Annulla"
|
|
}
|
|
},
|
|
"MESSAGES": {
|
|
"ERRORS": {
|
|
"GENERIC": "Azione non eseguita correttamente. Riprovare o contattare il team IT.",
|
|
"EXISTENT_FOLDER": "Esiste già una cartella con questo nome. Provare un nome diverso."
|
|
}
|
|
},
|
|
"HOST_SETTINGS": {
|
|
"TITLE": "Impostazioni",
|
|
"CS-HOST": "Configurazione URL host Content Services",
|
|
"BP-HOST": "Configurazione URL host Process Services",
|
|
"BACK": "Indietro",
|
|
"APPLY": "APPLICA"
|
|
}
|
|
}
|
|
}
|