l10n/es_CO.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 63
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 62
mnd 0
bc 0
fnc 0
dl 0
loc 63
bpm 0
cpm 0
noi 1
c 0
b 0
f 0
1
OC.L10N.register(
0 ignored issues
show
Bug introduced by
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
    "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