l10n/bn_BD.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 46
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 45
mnd 0
bc 0
fnc 0
dl 0
loc 46
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
    "Saved" : "সংরক্ষণ করা হলো",
5
    "Delete" : "মুছে",
6
    "Done" : "শেষ হলো",
7
    "OK" : "তথাস্তু",
8
    "Cancel" : "বাতির",
9
    "Add" : "যোগ করুন",
10
    "Remove from favorites" : "Remove from favorites",
11
    "Delete folder" : "ফোল্ডার মোছ",
12
    "Add to favorites" : "Add to favorites",
13
    "Share" : "ভাগাভাগি কর",
14
    "Save" : "সংরক্ষণ",
15
    "Download" : "ডাউনলোড",
16
    "New" : "নতুন",
17
    "Share link" : "লিংক ভাগাভাগি করেন",
18
    "Type" : "ধরণ",
19
    "Notification" : "নোটিফিকেশন ",
20
    "Date" : "Date",
21
    "Search" : "Search",
22
    "Yes" : "Yes",
23
    "No" : "No",
24
    "Version" : "ভার্সন",
25
    "Local" : "স্থানীয়",
26
    "The password is wrong. Try again." : "কুটশব্দটি ভুল। আবার চেষ্টা করুন।",
27
    "Password" : "কূটশব্দ",
28
    "Favorites" : "প্রিয়জন",
29
    "Back" : "পেছনে যাও",
30
    "Settings" : "সেটিংস",
31
    "Name" : "নাম",
32
    "Display" : "প্রদর্শন কর",
33
    "Advanced" : "সুচারু",
34
    "Update" : "পরিবর্ধন",
35
    "Export" : "রপ্তানি",
36
    "Description" : "বিবরণ",
37
    "Import" : "আমদানি",
38
    "Title" : "শিরোনাম",
39
    "Daily" : "দৈনিক",
40
    "Hourly" : "ঘনটাভিততিক",
41
    "Unshare" : "ভাগাভাগি বাতিল ",
42
    "Password protection" : "Password protection",
43
    "Copy link" : "লিঙ্ক কপি করো",
44
    "Create" : "তৈরী কর"
45
},
46
"nplurals=2; plural=(n != 1);");
47