1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
2 | "analytics", |
||
3 | { |
||
4 | "Value" : "අගය", |
||
5 | "Loading" : "පූරණය වෙමින්", |
||
6 | "OK" : "හරි", |
||
7 | "Cancel" : "අවලංගු කරන්න", |
||
8 | "Filter" : "පෙරහන", |
||
9 | "Add" : "එකතු කරන්න", |
||
10 | "Share" : "බෙදාගන්න", |
||
11 | "Download" : "බාගන්න", |
||
12 | "New" : "නව", |
||
13 | "Link copied" : "සබැඳිය පිටපත් කළා", |
||
14 | "Date" : "දිනය", |
||
15 | "Year" : "වර්ෂය", |
||
16 | "Search" : "සොයන්න", |
||
17 | "Yes" : "ඔව්", |
||
18 | "No" : "නැහැ", |
||
19 | "Authentication" : "සත්යාපනය", |
||
20 | "Version" : "අනුවාදය", |
||
21 | "File" : "ගොනුව", |
||
22 | "Announcements" : "නිවේදන", |
||
23 | "copy" : "පිටපත්", |
||
24 | "Password" : "මුර පදය", |
||
25 | "Favorites" : "ප්රියතම", |
||
26 | "Translate" : "පරිවර්තනය", |
||
27 | "Back" : "ආපසු", |
||
28 | "Settings" : "සැකසුම්", |
||
29 | "Name" : "නම", |
||
30 | "Update" : "යාවත්කාල", |
||
31 | "Description" : "විස්තරය", |
||
32 | "Others" : "වෙනත්", |
||
33 | "Daily" : "දිනපතා", |
||
34 | "Password protection" : "මුරපද ආරක්ෂාව", |
||
35 | "Copy link" : "සබැඳිය පිටපත් කරන්න", |
||
36 | "Create" : "සාදන්න" |
||
37 | }, |
||
38 | "nplurals=2; plural=(n != 1);"); |
||
39 |
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.