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 los datos no es posible para este tipo de reporte", |
||
8 | "Choose a data source from the dropdown and press \"+\"" : "Seleccione un origen de datos desde el desplegable y presione \"+\"", |
||
9 | "Choose a data load from the list to change its settings" : "Seleccione una carga de datos desde una lista para cambiar sus ajustes", |
||
10 | "Value" : "Valor", |
||
11 | "Saved" : "Guardado", |
||
12 | "Delete" : "Borrar", |
||
13 | "Loading" : "Cargando", |
||
14 | "OK" : "OK", |
||
15 | "Cancel" : "Cancelar", |
||
16 | "Filter" : "Filtrar", |
||
17 | "Add" : "Agregar", |
||
18 | "Overview" : "Generalidades", |
||
19 | "Remove from favorites" : "Eliminar de favoritos", |
||
20 | "Delete folder" : "Borrar carpeta", |
||
21 | "Add to favorites" : "Agregar a tus favoritos", |
||
22 | "Share" : "Compartir", |
||
23 | "Save" : "Guardar", |
||
24 | "New" : "Nuevo", |
||
25 | "Share link" : "Compartir liga", |
||
26 | "Type" : "Tipo", |
||
27 | "Notification" : "Notificación", |
||
28 | "Date" : "Fecha", |
||
29 | "Search" : "Buscar", |
||
30 | "Total" : "Total", |
||
31 | "Yes" : "Sí", |
||
32 | "No" : "No", |
||
33 | "Authentication" : "Autenticación", |
||
34 | "Version" : "Versión", |
||
35 | "Local" : "Local", |
||
36 | "File" : "Archivo", |
||
37 | "Announcements" : "Anuncios", |
||
38 | "The password is wrong. Try again." : "La contraseña está equivoada. Por favor vuelve a intentarlo. ", |
||
39 | "Password" : "Contraseña", |
||
40 | "Favorites" : "Favoritos", |
||
41 | "Translate" : "Traducir", |
||
42 | "Back" : "Atrás", |
||
43 | "Settings" : "Configuraciones ", |
||
44 | "Name" : "Nombre", |
||
45 | "Display" : "Mostrar", |
||
46 | "Open documentation" : "Abrir la documentación", |
||
47 | "Update" : "Actualizar", |
||
48 | "Export" : "Exportar", |
||
49 | "Description" : "Descripción", |
||
50 | "Import" : "Importar", |
||
51 | "Setting" : "Configuración", |
||
52 | "Title" : "Título", |
||
53 | "Daily" : "Diariamente", |
||
54 | "Hourly" : "Cada hora", |
||
55 | "Basic settings" : "Configuraciones básicas", |
||
56 | "Unshare" : "Dejar de compartir", |
||
57 | "Password protection" : "Protección con contraseña", |
||
58 | "Copy link" : "Copiar liga", |
||
59 | "Color" : "Color", |
||
60 | "Get more information" : "Obten más información", |
||
61 | "Create" : "Crear" |
||
62 | }, |
||
63 | "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |
||
64 |
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.