1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
2 | "analytics", |
||
3 | { |
||
4 | "Dataset" : "Conjunto de datos", |
||
5 | "Data" : "Datos", |
||
6 | "Automation" : "Automatización", |
||
7 | "Data maintenance is not possible for this type of report" : "El mantenimiento de datos no es posible para este tipo de informe", |
||
8 | "Choose a data source from the dropdown and press \"+\"" : "Seleccione una fuente de datos desde el menú desplegable y presione \"+\"", |
||
9 | "Choose a data load from the list to change its settings" : "Seleccione una carga de datos de la lista para cambiar su configuración", |
||
10 | "Filter by" : "Filtrar por", |
||
11 | "Operator" : "Operador", |
||
12 | "Value" : "Valor", |
||
13 | "Please select data source" : "Seleccione una fuente de datos", |
||
14 | "Saved" : "Guardado", |
||
15 | "Data load copied" : "Carga de datos copiados", |
||
16 | "Parameter missing" : "Falta parámetro", |
||
17 | "Delete data load" : "Eliminar carga de datos", |
||
18 | "Are you sure?" : "¿Está seguro?", |
||
19 | "Data source simulation" : "Simulación de fuente de datos", |
||
20 | "Load started" : "Carga iniciada", |
||
21 | "records inserted" : "registros insertados", |
||
22 | "records updated" : "registros actualizados", |
||
23 | "errors" : "errores", |
||
24 | "deletions" : "eliminados", |
||
25 | "Select file" : "Seleccione archivo", |
||
26 | "No changes possible" : "No hay cambios posibles", |
||
27 | "This dataset is not used!" : "¡Este conjunto de datos no está en uso!", |
||
28 | "Delete" : "Eliminar", |
||
29 | "All data including all reports will be deleted!" : "¡Todos los datos y todos los informes serán eliminados!", |
||
30 | "The dataset name is missing" : "Falta el nombre del conjunto de datos", |
||
31 | "Reset zoom" : "Restablecer zoom", |
||
32 | "Translation error. Possibly wrong ISO code?" : "Error de traducción. ¿Es posible que el código ISO sea incorrecto?", |
||
33 | "Choose language" : "Seleccionar idioma", |
||
34 | "Trend" : "Tendencia", |
||
35 | "Aggregation" : "Agregación", |
||
36 | "Disaggregation" : "Desagregación", |
||
37 | "Loading" : "Cargando", |
||
38 | "Please select" : "Por favor, seleccione", |
||
39 | "Data source not available anymore" : "La fuente de datos no está disponible", |
||
40 | "Column Picker" : "Selector de columnas", |
||
41 | "Add custom column" : "Agregar columna personalizada", |
||
42 | "Select the required columns.<br>Rearrange the sequence with drag & drop.<br>Remove all selections to reset.<br>Add custom columns including text variables for dates. See the {linkstart}Wiki{linkend}." : "Seleccionar las columnas requeridas. <br> Reorganizar la secuencia con arrastrar y soltar. <br> Eliminar todas las selecciones a restablecer. <br> Agregar columnas personalizadas, incluyendo variables de texto para fechas. Consulta la {linkstart}Wiki{linkend}.", |
||
43 | "Previous Values: " : "Valores previos:", |
||
44 | "OK" : "OK", |
||
45 | "Cancel" : "Cancelar", |
||
46 | "Filter" : "Filtrar", |
||
47 | "Add" : "Agregar", |
||
48 | "Overview" : "Generalidades", |
||
49 | "Remove from favorites" : "Eliminar de favoritos", |
||
50 | "Delete folder" : "Borrar carpeta", |
||
51 | "Add to favorites" : "Agregar a tus favoritos", |
||
52 | "Share" : "Compartir", |
||
53 | "Save" : "Guardar", |
||
54 | "Download" : "Descargar", |
||
55 | "New" : "Nuevo", |
||
56 | "Share link" : "Compartir liga", |
||
57 | "Type" : "Tipo", |
||
58 | "Notification" : "Notificación", |
||
59 | "Date" : "Fecha", |
||
60 | "Search" : "Buscar", |
||
61 | "Total" : "Total", |
||
62 | "Yes" : "Sí", |
||
63 | "No" : "No", |
||
64 | "Authentication" : "Autenticación", |
||
65 | "Version" : "Versión", |
||
66 | "Local" : "Local", |
||
67 | "File" : "Archivo", |
||
68 | "Announcements" : "Anuncios", |
||
69 | "The password is wrong. Try again." : "La contraseña está equivoada. Por favor vuelve a intentarlo. ", |
||
70 | "Password" : "Contraseña", |
||
71 | "Favorites" : "Favoritos", |
||
72 | "Translate" : "Traducir", |
||
73 | "Back" : "Atrás", |
||
74 | "Settings" : "Configuraciones ", |
||
75 | "Name" : "Nombre", |
||
76 | "Display" : "Mostrar", |
||
77 | "Advanced" : "Avanzado", |
||
78 | "Open documentation" : "Abrir la documentación", |
||
79 | "Update" : "Actualizar", |
||
80 | "Export" : "Exportar", |
||
81 | "Description" : "Descripción", |
||
82 | "Import" : "Importar", |
||
83 | "Setting" : "Configuración", |
||
84 | "Title" : "Título", |
||
85 | "Daily" : "Diariamente", |
||
86 | "Hourly" : "Cada hora", |
||
87 | "Basic settings" : "Configuraciones básicas", |
||
88 | "Unshare" : "Dejar de compartir", |
||
89 | "Password protection" : "Protección con contraseña", |
||
90 | "Copy link" : "Copiar liga", |
||
91 | "Color" : "Color", |
||
92 | "Get more information" : "Obten más información", |
||
93 | "Create" : "Crear" |
||
94 | }, |
||
95 | "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |
||
96 |
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.