l10n/tk.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 30
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 29
mnd 0
bc 0
fnc 0
dl 0
loc 30
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" : "Pozmak",
5
    "OK" : "Bolýar",
6
    "Cancel" : "ýatyrmak",
7
    "Add to favorites" : "Saýlananlara goşuň",
8
    "Share" : "Paýlaş",
9
    "Save" : "Saklamak",
10
    "Download" : "Göçürip almak",
11
    "Report" : "Hasabat ugradyň",
12
    "Share link" : "Baglanyşyk paýlaş",
13
    "Link copied" : "Link-yň nusgasy alyndy",
14
    "Type" : "Görnüşi",
15
    "Search" : "Gözlemek",
16
    "Yes" : "Hawa",
17
    "No" : "Ýok",
18
    "File" : "Faýl",
19
    "Password" : "Açarsöz",
20
    "Favorites" : "Halanýanlar",
21
    "Translate" : "Terjime et",
22
    "Back" : "Yzyna",
23
    "Settings" : "Sazlamalar",
24
    "Name" : "Ady",
25
    "Copy" : "Göçüriň",
26
    "Unshare" : "Paýlaşma",
27
    "Copy link" : "Link-y nusgalaň",
28
    "Create" : "Dörediň"
29
},
30
"nplurals=2; plural=(n != 1);");
31