l10n/kn.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 35
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 34
mnd 0
bc 0
fnc 0
dl 0
loc 35
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
    "OK" : "ಸರಿ",
7
    "Cancel" : "ರದ್ದು",
8
    "Add" : "ಸೇರಿಸಿ",
9
    "Remove from favorites" : "Remove from favorites",
10
    "Add to favorites" : "Add to favorites",
11
    "Share" : "ಹಂಚಿಕೊಳ್ಳಿ",
12
    "Save" : "ಉಳಿಸಿ",
13
    "Download" : "ಪ್ರತಿಯನ್ನು ಸ್ಥಳೀಯವಾಗಿ ಉಳಿಸಿಕೊಳ್ಳಿ",
14
    "New" : "ಹೊಸ",
15
    "Share link" : "ಸಂಪರ್ಕ ಕೊಂಡಿಯನ್ನು  ಹಂಚಿಕೊಳ್ಳಬಹುದು",
16
    "Type" : "Type",
17
    "Date" : "Date",
18
    "Search" : "Search",
19
    "Yes" : "Yes",
20
    "No" : "No",
21
    "Version" : "ಆವೃತ್ತಿ",
22
    "Local" : "ಸ್ಥಳೀಯ",
23
    "Password" : "ಗುಪ್ತ ಪದ",
24
    "Favorites" : "ಅಚ್ಚುಮೆಚ್ಚಿನ",
25
    "Settings" : "ಆಯ್ಕೆ",
26
    "Name" : "ಹೆಸರು",
27
    "Export" : "ರಫ್ತು",
28
    "Import" : "ಆಮದು",
29
    "Title" : "ಶೀರ್ಷಿಕೆ",
30
    "Copy" : "ನಕಲಿಸಿ",
31
    "Unshare" : "ಹಂಚಿಕೆಯನ್ನು ಹಿಂತೆಗೆ",
32
    "Password protection" : "Password protection",
33
    "Create" : "ಸೃಷ್ಟಿಸಿ"
34
},
35
"nplurals=2; plural=(n > 1);");
36