Issues (496)

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