Rello /
analytics
| 1 | OC.L10N.register( |
||
|
0 ignored issues
–
show
|
|||
| 2 | "analytics", |
||
| 3 | { |
||
| 4 | "Value" : "Waarde", |
||
| 5 | "Saved" : "Bewaar", |
||
| 6 | "Delete" : "Skrap", |
||
| 7 | "OK" : "Goed", |
||
| 8 | "Cancel" : "Kanselleer", |
||
| 9 | "Filter" : "Filter", |
||
| 10 | "Add" : "Voeg by", |
||
| 11 | "Remove from favorites" : "Verwyder uit gunstelinge", |
||
| 12 | "Delete folder" : "Skrap vouer", |
||
| 13 | "Add to favorites" : "Voeg by gunstelinge", |
||
| 14 | "Share" : "Deel", |
||
| 15 | "Save" : "Stoor", |
||
| 16 | "Download" : "Laai af", |
||
| 17 | "New" : "Nuut", |
||
| 18 | "Share link" : "Deel skakel", |
||
| 19 | "Link copied" : "Skakel gekopieer", |
||
| 20 | "Type" : "Tipe", |
||
| 21 | "Notification" : "Kennisgewing", |
||
| 22 | "Date" : "Datum", |
||
| 23 | "Search" : "Soek", |
||
| 24 | "Total" : "Totaal", |
||
| 25 | "Yes" : "Ja", |
||
| 26 | "No" : "Nee", |
||
| 27 | "Version" : "Weergawe", |
||
| 28 | "File" : "LĂȘer", |
||
| 29 | "Announcements" : "Aankondigings", |
||
| 30 | "copy" : "kopie", |
||
| 31 | "The password is wrong. Try again." : "Die wagwoord is verkeerd. Probeer weer.", |
||
| 32 | "Password" : "Wagwoord", |
||
| 33 | "Favorites" : "Gunstelinge", |
||
| 34 | "Back" : "Terug", |
||
| 35 | "Settings" : "Instellings", |
||
| 36 | "Name" : "Naam", |
||
| 37 | "Advanced" : "Gevorderd", |
||
| 38 | "Open documentation" : "Open dokumentasie", |
||
| 39 | "Update" : "Werk by", |
||
| 40 | "Export" : "Voer uit", |
||
| 41 | "Description" : "Beskrywing", |
||
| 42 | "Import" : "Voer In", |
||
| 43 | "Others" : "Ander", |
||
| 44 | "Setting" : "Instelling", |
||
| 45 | "Title" : "Titel", |
||
| 46 | "Daily" : "Daagliks", |
||
| 47 | "Hourly" : "Uurliks", |
||
| 48 | "Unshare" : "Ontdeel", |
||
| 49 | "Copy link" : "Kopieer skakel", |
||
| 50 | "Color" : "Kleur", |
||
| 51 | "Nextcloud forum" : "Nextcloud-forum", |
||
| 52 | "Create" : "Skep" |
||
| 53 | }, |
||
| 54 | "nplurals=2; plural=(n != 1);"); |
||
| 55 |
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.