mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 10:57:52 +02:00
Update: Spanish translation (partial)
This commit is contained in:
parent
77f27eb7da
commit
733c28ff77
@ -34,7 +34,7 @@ $content['LN_ADMINMENU_USEROPT'] = "Usuarios";
|
||||
$content['LN_ADMINMENU_GROUPOPT'] = "Grupos";
|
||||
$content['LN_ADMINMENU_CHARTOPT'] = "Gráficos";
|
||||
$content['LN_ADMINMENU_FIELDOPT'] = "Campos";
|
||||
$content['LN_ADMINMENU_DBMAPPINGOPT'] = "DBMappings";
|
||||
$content['LN_ADMINMENU_DBMAPPINGOPT'] = "Mapeos DB";
|
||||
$content['LN_ADMINMENU_MSGPARSERSOPT'] = "Analizadores de Mensajes";
|
||||
$content['LN_ADMINMENU_REEPORTSOPT'] = "Informes";
|
||||
$content['LN_ADMIN_CENTER'] = "Centro de Administración";
|
||||
@ -225,31 +225,33 @@ $content['LN_VIEWS_HASBEENEDIT'] = "La Vista Personalizada '%1' se ha editado co
|
||||
$content['LN_VIEWS_'] = "";
|
||||
|
||||
// Custom DBMappings center
|
||||
$content['LN_DBMP_CENTER'] = "Database Field Mappings Options";
|
||||
$content['LN_DBMP_CENTER'] = "Opciones de Mapeado de Base de Datos";
|
||||
$content['LN_DBMP_ID'] = "ID";
|
||||
$content['LN_DBMP_NAME'] = "Database Mappingname";
|
||||
$content['LN_DBMP_DBMAPPINGS'] = "Database Mappings";
|
||||
$content['LN_DBMP_ADD'] = "Add new Database Mapping";
|
||||
$content['LN_DBMP_EDIT'] = "Edit Database Mapping";
|
||||
$content['LN_DBMP_DELETE'] = "Delete Database Mapping";
|
||||
$content['LN_DBMP_ERROR_IDNOTFOUND'] = "A Database Mapping with ID '%1' could not be found.";
|
||||
$content['LN_DBMP_ERROR_INVALIDID'] = "The Database Mapping with ID '%1' is not a valid Database Mapping.";
|
||||
$content['LN_DBMP_WARNDELETEMAPPING'] = "Are you sure that you want to delete the Database Mapping '%1'? This cannot be undone!";
|
||||
$content['LN_DBMP_ERROR_DELSEARCH'] = "Deleting of the Database Mapping with id '%1' failed!";
|
||||
$content['LN_DBMP_ERROR_HASBEENDEL'] = "The Database Mapping '%1' has been successfully deleted!";
|
||||
$content['LN_DBMP_ADDEDIT'] = "Add / Edit Database Mapping";
|
||||
$content['LN_DBMP_DBMAPPINGSLIST'] = "Configured Mappings";
|
||||
$content['LN_DBMP_ADDMAPPING'] = "Add Field Mapping into list";
|
||||
$content['LN_DBMP_ERROR_DISPLAYNAMEEMPTY'] = "The DisplayName cannot be empty.";
|
||||
$content['LN_DBMP_MAPPING'] = "Mapping";
|
||||
$content['LN_DBMP_MAPPING_REMOVE'] = "Remove Mapping";
|
||||
$content['LN_DBMP_MAPPING_EDIT'] = "Edit Mapping";
|
||||
$content['LN_DBMP_HASBEENADDED'] = "The Custom Database Mapping '%1' has been successfully added.";
|
||||
$content['LN_DBMP_ERROR_NOCOLUMNS'] = "You need to add at least one column in order to add a new Custom Database Mapping.";
|
||||
$content['LN_DBMP_HASBEENEDIT'] = "The Custom Database Mapping '%1' has been successfully edited.";
|
||||
$content['LN_DBMP_ERROR_MISSINGFIELDNAME'] = "Missing mapping for the '%1' field.";
|
||||
$content['LN_SOURCES_FILTERSTRING'] = "Custom Searchfilter";
|
||||
$content['LN_SOURCES_FILTERSTRING_HELP'] = "Use the same syntax as in the search field. For example if you want to show only messages from 'server1', use this searchfilter: source:=server1";
|
||||
$content['LN_DBMP_NAME'] = "Nombre de Mapeado de Base de Datos";
|
||||
$content['LN_DBMP_DBMAPPINGS'] = "Mapeo de Bases de Datos";
|
||||
$content['LN_DBMP_ADD'] = "Agregar Nuevo Mapeo de Base de Datos";
|
||||
$content['LN_DBMP_EDIT'] = "Modificar Mapeo de Base de Datos";
|
||||
$content['LN_DBMP_DELETE'] = "Eliminar Mapeo de Base de Datos";
|
||||
$content['LN_DBMP_ERROR_IDNOTFOUND'] = "No se pudo encontrar una Mapeo de Base de Datos con ID '%1'.";
|
||||
$content['LN_DBMP_ERROR_INVALIDID'] = "La Mapeo de Base de Datos con ID '%1' no es una Mapeo de Base de Datos válida.";
|
||||
$content['LN_DBMP_WARNDELETEMAPPING'] = "¿Está seguro de que desea eliminar el Mapeo de Base de Datos '%1'? ¡Esto no se puede deshacer!";
|
||||
$content['LN_DBMP_ERROR_DELSEARCH'] = "¡Falló la eliminación del Mapeo de Base de Datos con ID '%1'!";
|
||||
$content['LN_DBMP_ERROR_HASBEENDEL'] = "¡El Mapeo de Base de Datos '%1' se ha eliminado con éxito!";
|
||||
$content['LN_DBMP_ADDEDIT'] = "Agregar/Editar Mapeo de Base de Datos";
|
||||
$content['LN_DBMP_DBMAPPINGSLIST'] = "Asignaciones Configuradas";
|
||||
$content['LN_DBMP_ADDMAPPING'] = "Agregar Asignación de Campo a la lista";
|
||||
$content['LN_DBMP_ERROR_DISPLAYNAMEEMPTY'] = "El Nombre de Mapeado de Base de Datos no puede estar vacío";
|
||||
$content['LN_DBMP_MAPPING'] = "Asignación";
|
||||
$content['LN_DBMP_MAPPING_REMOVE'] = "Eliminar Asignación";
|
||||
$content['LN_DBMP_MAPPING_EDIT'] = "Editar Asignación";
|
||||
$content['LN_DBMP_MAPPING_MOVEUP'] = "Mover Asignación Arriba";
|
||||
$content['LN_DBMP_MAPPING_MOVEDOWN'] = "Mover Asignación Abajo";
|
||||
$content['LN_DBMP_HASBEENADDED'] = "El Mapeo de Base de Datos personalizado '%1' se ha agregado correctamente.";
|
||||
$content['LN_DBMP_ERROR_NOCOLUMNS'] = "Debe agregar al menos una columna para agregar un nuevo Mapeo de Base de Datos personalizado.";
|
||||
$content['LN_DBMP_HASBEENEDIT'] = "El Mapeo de Base de Datos personalizado '%1' se ha editado correctamente.";
|
||||
$content['LN_DBMP_ERROR_MISSINGFIELDNAME'] = "La Asignación del campo '%1' no está definida.";
|
||||
$content['LN_SOURCES_FILTERSTRING'] = "Filtro de Búsqueda Personalizado";
|
||||
$content['LN_SOURCES_FILTERSTRING_HELP'] = "Use la misma sintaxis que en el campo de búsqueda. Por ejemplo, si desea mostrar solo mensajes de 'servidor1', use este filtro de búsqueda: source:=server1";
|
||||
|
||||
// Custom Sources center
|
||||
$content['LN_SOURCES_CENTER'] = "Opciones de Fuentes";
|
||||
|
Loading…
x
Reference in New Issue
Block a user