l10n/es_GT.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 59
Function Count 0

Duplication

Duplicated Lines 59
Ratio 100 %

Importance

Changes 0
Metric Value
wmc 0
eloc 58
mnd 0
bc 0
fnc 0
dl 59
loc 59
bpm 0
cpm 0
noi 1
c 0
b 0
f 0

How to fix   Duplicated Code   

Duplicated Code

Duplicate code is one of the most pungent code smells. A rule that is often used is to re-structure code once it is duplicated in three or more places.

Common duplication problems, and corresponding solutions are:

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