l10n/ug.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 36
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 35
mnd 0
bc 0
fnc 0
dl 0
loc 36
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
    "Delete" : "ئۆچۈر",
5
    "OK" : "جەزملە",
6
    "Cancel" : "ۋاز كەچ",
7
    "Add" : "قوش",
8
    "Remove from favorites" : "Remove from favorites",
9
    "Delete folder" : "قىسقۇچ ئۆچۈر",
10
    "Add to favorites" : "Add to favorites",
11
    "Share" : "ھەمبەھىر",
12
    "Save" : "ساقلا",
13
    "Download" : "چۈشۈر",
14
    "New" : "يېڭى",
15
    "Share link" : "Share link",
16
    "Type" : "Type",
17
    "Date" : "Date",
18
    "Search" : "Search",
19
    "Yes" : "Yes",
20
    "No" : "No",
21
    "Version" : "نەشرى",
22
    "Password" : "ئىم",
23
    "Favorites" : "يىغقۇچ",
24
    "Settings" : "تەڭشەكلەر",
25
    "Name" : "ئاتى",
26
    "Advanced" : "ئالىي",
27
    "Update" : "يېڭىلا",
28
    "Export" : "چىقار",
29
    "Description" : "چۈشەندۈرۈش",
30
    "Import" : "ئەكىر",
31
    "Title" : "ماۋزۇ",
32
    "Unshare" : "ھەمبەھىرلىمە",
33
    "Password protection" : "Password protection",
34
    "Create" : "قۇر"
35
},
36
"nplurals=2; plural=(n != 1);");
37