Issues (496)

l10n/oc.js (1 issue)

Languages
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" : "Enregistrat",
6
    "Are you sure?" : "Ne sètz segur ?",
7
    "Select file" : "Seleccionar fichièr",
8
    "Delete" : "Suprimir",
9
    "Loading" : "Cargament",
10
    "equal to" : "egal a ",
11
    "less than" : "mens de",
12
    "OK" : "D’acòrdi",
13
    "Cancel" : "Anullar",
14
    "Add" : "Apondre",
15
    "Secondary" : "Segondari",
16
    "Line" : "Linha",
17
    "Overview" : "Vista d’ensemble",
18
    "Remove from favorites" : "Tirar dels favorits",
19
    "Delete folder" : "Suprimir dossièr",
20
    "Add to favorites" : "Apondre als favorits",
21
    "Share" : "Partejar",
22
    "Save" : "Enregistrar",
23
    "Download" : "Teledescargar",
24
    "New" : "Nòu",
25
    "Add share link" : "Apondre ligam de partatge",
26
    "Share link" : "Partejar lo ligam",
27
    "Link copied" : "Ligam copiat",
28
    "Delete data" : "Suprimir donada",
29
    "Type" : "Tipe",
30
    "none" : "pas cap",
31
    "Green" : "Verd",
32
    "Notification" : "Notificacion",
33
    "Red" : "Roge",
34
    "Yellow" : "Jaune",
35
    "Object" : "Objècte",
36
    "Date" : "Data",
37
    "Year" : "Annada",
38
    "New in" : "Nòu dins",
39
    "View changelog" : "Veire jornal de modificacions",
40
    "Search" : "Recercar",
41
    "Yes" : "Òc",
42
    "No" : "Non",
43
    "HTTP method" : "Metòde HTTP",
44
    "Authentication" : "Autentificacion",
45
    "Version" : "Version",
46
    "Local" : "Local",
47
    "File" : "Fichier",
48
    "Sheet" : "Fuèlh",
49
    "Announcements" : "Anóncias",
50
    "No data" : "Cap de donada",
51
    "copy" : "copiar",
52
    "The password is wrong. Try again." : "Lo senhal es incorrècte. Ensajatz tornamai.",
53
    "Password" : "Senhal",
54
    "Options" : "Opcions",
55
    "Favorites" : "Favorits",
56
    "Translate" : "Tradurre",
57
    "Back" : "Retorn",
58
    "1 min" : "1 min",
59
    "10 min" : "10 min",
60
    "30 min" : "30 min",
61
    "Settings" : "Paramètres",
62
    "Name" : "Nom",
63
    "Saved Data" : "Donadas enregistradas",
64
    "Visualization" : "Visualizacion",
65
    "Display" : "Afichatge",
66
    "Table" : "Tablèu",
67
    "Open documentation" : "Dobrir la documentacion",
68
    "Update" : "Actualizar",
69
    "Export" : "Exportar",
70
    "Description" : "Descripcion",
71
    "Import" : "Importar",
72
    "> greater" : "> superior",
73
    "< less" : "< mens",
74
    "Severity" : "Severitat",
75
    "Selection" : "Seleccion",
76
    "Setting" : "Paramètres",
77
    "Title" : "Títol",
78
    "Execution" : "Execucion",
79
    "Daily" : "Quotidian",
80
    "Hourly" : "Cada ora",
81
    "Basic settings" : "Paramètres de basa",
82
    "Unshare" : "Partejar pas mai",
83
    "Password protection" : "Proteccion per senhal",
84
    "Copy link" : "Copiar lo ligam",
85
    "Color" : "Color",
86
    "General information" : "Informacions generalas",
87
    "No Table" : "Cap de tablèu",
88
    "Create" : "Crear"
89
},
90
"nplurals=2; plural=(n > 1);");
91