Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 51 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | OC.L10N.register( |
||
|
|||
2 | "analytics", |
||
3 | { |
||
4 | "Saved" : "Saxlanıldı", |
||
5 | "Delete" : "Sil", |
||
6 | "Done" : "Edildi", |
||
7 | "OK" : "Oldu", |
||
8 | "Cancel" : "Dayandır", |
||
9 | "Add" : "Əlavə etmək", |
||
10 | "Overview" : "İcmal", |
||
11 | "Remove from favorites" : "Remove from favorites", |
||
12 | "Delete folder" : "Qovluğu sil", |
||
13 | "Add to favorites" : "Add to favorites", |
||
14 | "Share" : "Paylaş", |
||
15 | "Save" : "Saxla", |
||
16 | "Download" : "Yüklə", |
||
17 | "New" : "Yeni", |
||
18 | "Share link" : "Linki yayımla", |
||
19 | "Link copied" : "Link kopyalandı", |
||
20 | "Type" : "Type", |
||
21 | "Date" : "Date", |
||
22 | "Search" : "Axtarış", |
||
23 | "Yes" : "Yes", |
||
24 | "No" : "No", |
||
25 | "Authentication" : "Autentifikasiya", |
||
26 | "Version" : "Versiya", |
||
27 | "Local" : "Yerli", |
||
28 | "The password is wrong. Try again." : "Şifrə yalnışdır. Yenidən cəhd edin.", |
||
29 | "Password" : "Şifrə", |
||
30 | "Favorites" : "Sevimlilər", |
||
31 | "Back" : "Geri", |
||
32 | "Settings" : "Quraşdırmalar", |
||
33 | "Name" : "Ad", |
||
34 | "Display" : "Ekran", |
||
35 | "Advanced" : "İrəliləmiş", |
||
36 | "Open documentation" : "Sənədləri aç", |
||
37 | "Update" : "Yenilənmə", |
||
38 | "Export" : "Çıxarış", |
||
39 | "Description" : "Açıqlanma", |
||
40 | "Import" : "Əlavə et", |
||
41 | "Title" : "Başlıq", |
||
42 | "Copy" : "Kopyala", |
||
43 | "Daily" : "Günlük", |
||
44 | "Hourly" : "Saatlıq", |
||
45 | "Basic settings" : "İlkin parametrlər", |
||
46 | "Unshare" : "Paylaşımı durdur", |
||
47 | "Password protection" : "Password protection", |
||
48 | "Copy link" : "linki nüsxələ", |
||
49 | "Create" : "Yarat" |
||
50 | }, |
||
51 | "nplurals=2; plural=(n != 1);"); |
||
52 |
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.