Issues (496)

l10n/es_HN.js (1 issue)

Labels
Severity
1 View Code Duplication
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
    "Value" : "Valor",
5
    "Saved" : "Guardado",
6
    "Delete" : "Borrar",
7
    "Loading" : "Cargando",
8
    "OK" : "OK",
9
    "Cancel" : "Cancelar",
10
    "Filter" : "Filtrar",
11
    "Add" : "Agregar",
12
    "Remove from favorites" : "Eliminar de favoritos",
13
    "Delete folder" : "Borrar carpeta",
14
    "Add to favorites" : "Agregar a tus favoritos",
15
    "Share" : "Compartir",
16
    "Save" : "Guardar",
17
    "Download" : "Descargar",
18
    "New" : "Nuevo",
19
    "Share link" : "Compartir liga",
20
    "Type" : "Tipo",
21
    "Notification" : "Notificación",
22
    "Date" : "Fecha",
23
    "Search" : "Buscar",
24
    "Total" : "Total",
25
    "Yes" : "Sí",
26
    "No" : "No",
27
    "Authentication" : "Autenticación",
28
    "Version" : "Versión",
29
    "Local" : "Local",
30
    "File" : "Archivo",
31
    "Announcements" : "Anuncios",
32
    "The password is wrong. Try again." : "La contraseña está equivoada. Por favor vuelve a intentarlo. ",
33
    "Password" : "Contraseña",
34
    "Favorites" : "Favoritos",
35
    "Translate" : "Traducir",
36
    "Back" : "Atrás",
37
    "Settings" : "Configuraciones ",
38
    "Name" : "Nombre",
39
    "Display" : "Mostrar",
40
    "Open documentation" : "Abrir la documentación",
41
    "Update" : "Actualizar",
42
    "Export" : "Exportar",
43
    "Description" : "Descripción",
44
    "Import" : "Importar",
45
    "Setting" : "Configuración",
46
    "Title" : "Título",
47
    "Daily" : "Diariamente",
48
    "Hourly" : "Cada hora",
49
    "Basic settings" : "Configuraciones  básicas",
50
    "Unshare" : "Dejar de compartir",
51
    "Password protection" : "Protección con contraseña",
52
    "Copy link" : "Copiar liga",
53
    "Color" : "Color",
54
    "Create" : "Crear"
55
},
56
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
57