1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
2 | "analytics", |
||
3 | { |
||
4 | "Delete" : "حذف کریں", |
||
5 | "OK" : "اوکے", |
||
6 | "Cancel" : "منسوخ کریں", |
||
7 | "Add" : "شامل کریں", |
||
8 | "Remove from favorites" : "Remove from favorites", |
||
9 | "Add to favorites" : "Add to favorites", |
||
10 | "Share" : "تقسیم", |
||
11 | "Save" : "حفظ", |
||
12 | "Download" : "ڈاؤن لوڈ", |
||
13 | "Share link" : "اشتراک لنک", |
||
14 | "Type" : "Type", |
||
15 | "Date" : "Date", |
||
16 | "Search" : "Search", |
||
17 | "Yes" : "Yes", |
||
18 | "No" : "No", |
||
19 | "Password" : "پاسورڈ", |
||
20 | "Favorites" : "Favorites", |
||
21 | "Settings" : "سیٹینگز", |
||
22 | "Name" : "اسم", |
||
23 | "Advanced" : "ایڈوانسڈ", |
||
24 | "Description" : "تصریح", |
||
25 | "Title" : "عنوان", |
||
26 | "Unshare" : "شئیرنگ ختم کریں", |
||
27 | "Password protection" : "Password protection" |
||
28 | }, |
||
29 | "nplurals=2; plural=(n != 1);"); |
||
30 |
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.