Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 36 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | OC.L10N.register( |
||
|
|||
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 |
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.