Issues (496)

l10n/es_419.js (1 issue)

Labels
Severity
1
OC.L10N.register(
0 ignored issues
show
The variable OC seems to be never declared. If this is a global, consider adding a /** global: OC */ comment.

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.

Loading history...
2
    "analytics",
3
    {
4
    "Dataset" : "Conjunto de datos",
5
    "Data" : "Datos",
6
    "Automation" : "Automatización",
7
    "Filter by" : "Filtrar por",
8
    "Operator" : "Operador",
9
    "Value" : "Valor",
10
    "Please select data source" : "Por favor selecciona la fuente de datos",
11
    "Saved" : "Guardado",
12
    "Delete data load" : "Eliminar carga de datos",
13
    "Are you sure?" : "¿Estás seguro?",
14
    "Delete" : "Borrar",
15
    "OK" : "OK",
16
    "Cancel" : "Cancelar",
17
    "Filter" : "Filtrar",
18
    "Add" : "Agregar",
19
    "Overview" : "Resumen",
20
    "Remove from favorites" : "Eliminar de favoritos",
21
    "Delete folder" : "Borrar carpeta",
22
    "Add to favorites" : "Agregar a tus favoritos",
23
    "Share" : "Compartir",
24
    "Save" : "Guardar",
25
    "Download" : "Descargar",
26
    "New" : "Nuevo",
27
    "Share link" : "Compartir liga",
28
    "Type" : "Tipo",
29
    "Notification" : "Notificación",
30
    "Date" : "Fecha",
31
    "Search" : "Buscar",
32
    "Total" : "Total",
33
    "Yes" : "Sí",
34
    "No" : "No",
35
    "Authentication" : "Autenticación",
36
    "Version" : "Versión",
37
    "Local" : "Local",
38
    "File" : "Archivo",
39
    "Announcements" : "Anuncios",
40
    "The password is wrong. Try again." : "Error en la contraseña. Inténtalo de nuevo.",
41
    "Password" : "Contraseña",
42
    "Favorites" : "Favoritos",
43
    "Translate" : "Traducir",
44
    "Back" : "Atrás",
45
    "Settings" : "Ajustes",
46
    "Name" : "Nombre",
47
    "Display" : "Mostrar",
48
    "Open documentation" : "Abrir documentación",
49
    "Update" : "Actualizar",
50
    "Export" : "Exportar",
51
    "Description" : "Descripción",
52
    "Import" : "Importar",
53
    "Setting" : "Configuración",
54
    "Title" : "Título",
55
    "Daily" : "Diariamente",
56
    "Hourly" : "Cada hora",
57
    "Basic settings" : "Configuraciones  básicas",
58
    "Unshare" : "Dejar de compartir",
59
    "Password protection" : "Protección con contraseña",
60
    "Copy link" : "Copiar liga",
61
    "Color" : "Color",
62
    "Create" : "Crear"
63
},
64
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
65