Issues (496)

l10n/uz.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
    "Saved" : "Saved",
5
    "Delete" : "Delete",
6
    "Done" : "Done",
7
    "Loading" : "Loading",
8
    "OK" : "OK",
9
    "Cancel" : "Cancel",
10
    "Add" : "Add",
11
    "Delete folder" : "Delete folder",
12
    "Download" : "Download",
13
    "Do you want to create a new group folder?" : "Do you want to create a new group folder?",
14
    "New" : "New",
15
    "Share link" : "Share link",
16
    "Search" : "Search",
17
    "Total" : "Total",
18
    "Yes" : "Yes",
19
    "No" : "No",
20
    "Local" : "Local",
21
    "File" : "File",
22
    "copy" : "copy",
23
    "Password" : "Password",
24
    "Favorites" : "Favorites",
25
    "Settings" : "Settings",
26
    "Name" : "Name",
27
    "Open documentation" : "Hujjatlarni ochish",
28
    "Update" : "Update",
29
    "Unshare" : "Unshare"
30
},
31
"nplurals=1; plural=0;");
32