mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* ALL LANGUAGES: This includes all ADF UI files localised into 10 languages as indicated in JIRA ADF-1706: Translate ADF i18n strings into all supported languages * ITALIAN: Small amends to Italian strings as part of previous commit to complete ADF-1706 * Add multilanguages * Load the languages from the app config file * Fix it json * Simplify the adf menu languages * Removed unused code * Basic documentation * Fix unit test
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"SEARCH": {
|
|
"CONTROL": {},
|
|
"RESULTS": {
|
|
"SUMMARY": "{{numResults}} resultados encontrados para {{searchTerm}}",
|
|
"NONE": "No se han encontrado resultados para {{searchTerm}}",
|
|
"ERROR": "Se ha producido un problema durante la búsqueda; vuelva a intentarlo.",
|
|
"COLUMNS": {
|
|
"NAME": "Nombre a mostrar",
|
|
"MODIFIED_BY": "Modificado por",
|
|
"MODIFIED_AT": "Modificado a las"
|
|
}
|
|
},
|
|
"ICONS": {
|
|
"ft_ic_raster_image": "Fichero de imagen",
|
|
"ft_ic_pdf": "Documento PDF",
|
|
"ft_ic_ms_excel": "Fichero de Microsoft Excel",
|
|
"ft_ic_ms_word": "Documento de Microsoft Word",
|
|
"ft_ic_ms_powerpoint": "Fichero de Microsoft PowerPoint",
|
|
"ft_ic_video": "Fichero de vídeo",
|
|
"ft_ic_document": "Fichero de documento",
|
|
"ft_ic_website": "Recurso web",
|
|
"ft_ic_archive": "Fichero de archivo",
|
|
"ft_ic_presentation": "Fichero de presentación",
|
|
"ft_ic_spreadsheet": "Fichero de hoja de cálculo"
|
|
},
|
|
"DOCUMENT_LIST": {
|
|
"COLUMNS": {
|
|
"DISPLAY_NAME": "Nombre a mostrar",
|
|
"CREATED_BY": "Creado por",
|
|
"CREATED_ON": "Creado"
|
|
},
|
|
"ACTIONS": {
|
|
"FOLDER": {
|
|
"DELETE": "Eliminar"
|
|
},
|
|
"DOCUMENT": {
|
|
"DOWNLOAD": "Descargar",
|
|
"DELETE": "Eliminar"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"PERMISSON": {
|
|
"LACKOF": "No tiene permiso {{permission}} para {{action}} el {{type}}"
|
|
}
|
|
} |