1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
2 | "analytics", |
||
3 | { |
||
4 | "Saved" : "Salvestatud", |
||
5 | "Delete" : "Kustuta", |
||
6 | "Done" : "Valmis", |
||
7 | "OK" : "OK", |
||
8 | "Cancel" : "Loobu", |
||
9 | "Filter" : "Filter", |
||
10 | "Add" : "Lisa", |
||
11 | "Overview" : "Ülevaade", |
||
12 | "Remove from favorites" : "Eemalda lemmikutest", |
||
13 | "Delete folder" : "Kustuta kaust", |
||
14 | "Add to favorites" : "Lisa lemmikutesse", |
||
15 | "Share" : "Jaga", |
||
16 | "Save" : "Salvesta", |
||
17 | "Download" : "Laadi alla", |
||
18 | "New" : "Uus", |
||
19 | "Share link" : "Jaga link", |
||
20 | "Link copied" : "Link kopeeritud", |
||
21 | "Delete data" : "Kustuta andmed", |
||
22 | "Type" : "Tüüp", |
||
23 | "Notification" : "Teavitus", |
||
24 | "Date" : "Kuupäev", |
||
25 | "Year" : "Aasta", |
||
26 | "Search" : "Otsi", |
||
27 | "Total" : "Kokku", |
||
28 | "Yes" : "Jah", |
||
29 | "No" : "Ei", |
||
30 | "Authentication" : "Autentimine", |
||
31 | "Version" : "Versioon", |
||
32 | "Local" : "Kohalik", |
||
33 | "File" : "Fail", |
||
34 | "Announcements" : "Teated", |
||
35 | "copy" : "koopia", |
||
36 | "The password is wrong. Try again." : "Parool on vale. Proovi uuesti.", |
||
37 | "Password" : "Parool", |
||
38 | "Favorites" : "Lemmikud", |
||
39 | "Translate" : "Tõlgi", |
||
40 | "Back" : "Tagasi", |
||
41 | "Settings" : "Seaded", |
||
42 | "Name" : "Nimi", |
||
43 | "Display" : "Vaade", |
||
44 | "Advanced" : "Täpsem", |
||
45 | "Open documentation" : "Ava dokumentatsioon", |
||
46 | "Update" : "Uuenda", |
||
47 | "Export" : "Ekspordi", |
||
48 | "Description" : "Kirjeldus", |
||
49 | "Import" : "Impordi", |
||
50 | "Title" : "Pealkiri", |
||
51 | "Daily" : "Iga päev", |
||
52 | "Hourly" : "Iga tund", |
||
53 | "Basic settings" : "Põhiseaded", |
||
54 | "Unshare" : "Lõpeta jagamine", |
||
55 | "Password protection" : "Password protection", |
||
56 | "Copy link" : "Kopeeri link", |
||
57 | "Color" : "Värv", |
||
58 | "Create" : "Loo" |
||
59 | }, |
||
60 | "nplurals=2; plural=(n != 1);"); |
||
61 |
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.