1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
2 | "analytics", |
||
3 | { |
||
4 | "Saved" : "Konservita", |
||
5 | "Delete" : "Forigi", |
||
6 | "Done" : "Farita", |
||
7 | "Loading" : "Ŝargado", |
||
8 | "OK" : "Bone", |
||
9 | "Cancel" : "Nuligi", |
||
10 | "Add" : "Aldoni", |
||
11 | "Overview" : "Superrigardo", |
||
12 | "Remove from favorites" : "Forigi el pliŝataĵoj", |
||
13 | "Delete folder" : "Forigi dosierujon", |
||
14 | "Add to favorites" : "Aldoni al pliŝataĵoj", |
||
15 | "Share" : "Kunhavigi", |
||
16 | "Save" : "Konservi", |
||
17 | "Download" : "Elŝuti", |
||
18 | "New" : "Nova", |
||
19 | "Share link" : "Kunhavigi ligilon", |
||
20 | "Link copied" : "Ligilo kopiita", |
||
21 | "Type" : "Tipo", |
||
22 | "Notification" : "Atentigo", |
||
23 | "Date" : "Date", |
||
24 | "New in" : "Nova en", |
||
25 | "View changelog" : "Vidi ŝanĝoprotokolon", |
||
26 | "Search" : "Serĉi", |
||
27 | "Total" : "Sumo", |
||
28 | "Yes" : "Yes", |
||
29 | "No" : "No", |
||
30 | "Authentication" : "Aŭtentigo", |
||
31 | "Version" : "Versio", |
||
32 | "Local" : "Loka", |
||
33 | "File" : "Dosiero", |
||
34 | "Announcements" : "Anoncoj", |
||
35 | "copy" : "kopio", |
||
36 | "The password is wrong. Try again." : "La pasvorto malĝustas. Provu denove.", |
||
37 | "Password" : "Pasvorto", |
||
38 | "Favorites" : "Pliŝataĵoj", |
||
39 | "Translate" : "Traduku", |
||
40 | "Back" : "Antaŭen", |
||
41 | "Settings" : "Agordoj", |
||
42 | "Name" : "Nomo", |
||
43 | "Display" : "Montrilo", |
||
44 | "Advanced" : "Progresinta", |
||
45 | "Open documentation" : "Malfermi la dokumentaron", |
||
46 | "Update" : "Ĝisdatigi", |
||
47 | "Export" : "Eksporti", |
||
48 | "Description" : "Priskribo", |
||
49 | "Import" : "Importi", |
||
50 | "Others" : "Aliaj", |
||
51 | "Title" : "Titolo", |
||
52 | "Daily" : "Ĉiutage", |
||
53 | "Hourly" : "Ĉiuhore", |
||
54 | "Basic settings" : "Baza agordo", |
||
55 | "Unshare" : "Malkunhavigi", |
||
56 | "Password protection" : "Protektita per pasvorto", |
||
57 | "Copy link" : "Kopii ligilon", |
||
58 | "Color" : "Koloro", |
||
59 | "Get more information" : "Pli da informoj", |
||
60 | "Create" : "Krei" |
||
61 | }, |
||
62 | "nplurals=2; plural=(n != 1);"); |
||
63 |
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.