Rello /
analytics
| 1 | OC.L10N.register( |
||
|
0 ignored issues
–
show
|
|||
| 2 | "analytics", |
||
| 3 | { |
||
| 4 | "Dataset" : "Conjunto de datos", |
||
| 5 | "Data" : "Datos", |
||
| 6 | "Data maintenance is not possible for this type of report" : "El mantenimiento de datos no es posible para este tipo de informe", |
||
| 7 | "Value" : "Valor", |
||
| 8 | "Saved" : "Guardado", |
||
| 9 | "Are you sure?" : "¿Estás seguro?", |
||
| 10 | "Select file" : "Seleccionar archivo", |
||
| 11 | "Delete" : "Borrar", |
||
| 12 | "OK" : "OK", |
||
| 13 | "Cancel" : "Cancelar", |
||
| 14 | "Filter" : "Filtrar", |
||
| 15 | "Add" : "Agregar", |
||
| 16 | "Overview" : "Generalidades", |
||
| 17 | "Remove from favorites" : "Eliminar de favoritos", |
||
| 18 | "Delete folder" : "Borrar carpeta", |
||
| 19 | "Add to favorites" : "Agregar a tus favoritos", |
||
| 20 | "Share" : "Compartir", |
||
| 21 | "Save" : "Guardar", |
||
| 22 | "New" : "Nuevo", |
||
| 23 | "Share link" : "Compartir enlace", |
||
| 24 | "Link copied" : "Enlace copiado", |
||
| 25 | "Type" : "Tipo", |
||
| 26 | "Notification" : "Notificación", |
||
| 27 | "Date" : "Fecha", |
||
| 28 | "Search" : "Buscar", |
||
| 29 | "Total" : "Total", |
||
| 30 | "Yes" : "Sí", |
||
| 31 | "No" : "No", |
||
| 32 | "Authentication" : "Autenticación", |
||
| 33 | "Version" : "Versión", |
||
| 34 | "Local" : "Local", |
||
| 35 | "File" : "Archivo", |
||
| 36 | "Announcements" : "Anuncios", |
||
| 37 | "copy" : "Copiar", |
||
| 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 enlace", |
||
| 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.