Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 44 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | OC.L10N.register( |
||
|
|||
2 | "analytics", |
||
3 | { |
||
4 | "Dataset" : "Տվյալների հավաքածու", |
||
5 | "Data" : "Տվյալ", |
||
6 | "Automation" : "Ավտոմատացում", |
||
7 | "Saved" : "Պահված", |
||
8 | "Delete" : "հեռացնել", |
||
9 | "OK" : "Լավ", |
||
10 | "Cancel" : "ընդհատել", |
||
11 | "Add" : "Ավելացնել", |
||
12 | "Remove from favorites" : "Remove from favorites", |
||
13 | "Add to favorites" : "Add to favorites", |
||
14 | "Share" : "Կիսվել", |
||
15 | "Save" : "Պահպանել", |
||
16 | "Download" : "Ներբեռնել", |
||
17 | "New" : "Նոր", |
||
18 | "Share link" : "Կիսվել հղմամբ", |
||
19 | "Type" : "Տիպ", |
||
20 | "Notification" : "Ծանուցում", |
||
21 | "Date" : "Date", |
||
22 | "Search" : "Search", |
||
23 | "Yes" : "Yes", |
||
24 | "No" : "No", |
||
25 | "Version" : "Տարբերակ", |
||
26 | "Password" : "Գաղտնաբառ", |
||
27 | "Favorites" : "Սիրվածներ", |
||
28 | "Translate" : "Թարգմանել", |
||
29 | "Settings" : "կարգավորումներ", |
||
30 | "Name" : "Անուն", |
||
31 | "Update" : "Թարմացնել", |
||
32 | "Export" : "Արտահանում", |
||
33 | "Description" : "Նկարագրություն", |
||
34 | "Import" : "Ներմուծում", |
||
35 | "Title" : "Վերնագիր", |
||
36 | "Copy" : "Պատճենել", |
||
37 | "Daily" : "Օրական", |
||
38 | "Hourly" : "Ժամային", |
||
39 | "Unshare" : "Չկիսվել", |
||
40 | "Password protection" : "Password protection", |
||
41 | "Copy link" : "Պատճենել հղումը", |
||
42 | "Create" : "Ստեղծել" |
||
43 | }, |
||
44 | "nplurals=2; plural=(n != 1);"); |
||
45 |
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.