Rello /
analytics
| 1 | OC.L10N.register( |
||
|
0 ignored issues
–
show
|
|||
| 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 |
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.