l10n/hy.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 44
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 43
mnd 0
bc 0
fnc 0
dl 0
loc 44
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
    "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