l10n/ta.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 41
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 40
mnd 0
bc 0
fnc 0
dl 0
loc 41
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
    "Value" : "Value",
5
    "Delete" : "நீக்குக",
6
    "Done" : "Done",
7
    "Loading" : "Loading",
8
    "OK" : "சரி ",
9
    "Cancel" : "இரத்து செய்க",
10
    "Add" : "சேர்க்க",
11
    "Remove from favorites" : "Remove from favorites",
12
    "Delete folder" : "கோப்பை அழிக்க",
13
    "Add to favorites" : "Add to favorites",
14
    "Share" : "பகிர்வு",
15
    "Save" : "சேமிக்க ",
16
    "Download" : "பதிவிறக்குக",
17
    "New" : "புதிய",
18
    "Share link" : "Share link",
19
    "Type" : "வகை",
20
    "Date" : "Date",
21
    "Search" : "Search",
22
    "Yes" : "Yes",
23
    "No" : "No",
24
    "File" : "File",
25
    "Password" : "கடவுச்சொல்",
26
    "Favorites" : "விருப்பங்கள்",
27
    "Translate" : "Translate",
28
    "Back" : "பின்னுக்கு",
29
    "Settings" : "அமைப்புகள்",
30
    "Name" : "பெயர்",
31
    "Advanced" : "உயர்ந்த",
32
    "Update" : "இற்றைப்படுத்தல்",
33
    "Export" : "ஏற்றுமதி",
34
    "Description" : "விவரிப்பு",
35
    "Import" : "இறக்குமதி",
36
    "Title" : "தலைப்பு",
37
    "Unshare" : "பகிரப்படாதது",
38
    "Password protection" : "Password protection",
39
    "Create" : "உருவாக்குக"
40
},
41
"nplurals=2; plural=(n != 1);");
42