1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
2 | "analytics", |
||
3 | { |
||
4 | "Data" : "Datos", |
||
5 | "Value" : "Balore", |
||
6 | "Saved" : "Sarvadu", |
||
7 | "Are you sure?" : "A beru boles sighire?", |
||
8 | "Delete" : "Cantzella", |
||
9 | "Loading" : "Carrighende", |
||
10 | "OK" : "AB", |
||
11 | "Cancel" : "Annulla", |
||
12 | "Filter" : "Filtru", |
||
13 | "Add" : "Agiunghe", |
||
14 | "Bar" : "Tzilleri", |
||
15 | "Overview" : "Panoràmica", |
||
16 | "Remove from favorites" : "Boga·nche dae preferidos", |
||
17 | "Delete folder" : "Cantzella sa cartella", |
||
18 | "Add to favorites" : "Agiunghe a is preferidos", |
||
19 | "Share" : "Cumpartzidura", |
||
20 | "Save" : "Sarva", |
||
21 | "Download" : "Iscàrriga", |
||
22 | "Report" : "Signala", |
||
23 | "New" : "Nou", |
||
24 | "Share link" : "Cumpartzi ligòngiu", |
||
25 | "Link copied" : "Ligòngiu copiadu", |
||
26 | "Type" : "Genia", |
||
27 | "Notification" : "Notìfica", |
||
28 | "Date" : "Data", |
||
29 | "Year" : "Annu", |
||
30 | "New in" : "Prima borta in", |
||
31 | "View changelog" : "Càstia su registru de is càmbios", |
||
32 | "Search" : "Chirca", |
||
33 | "Showing 0 to 0 of 0 entries" : "Mustrende 0 a 0 de 0 elementos", |
||
34 | "Total" : "Totale", |
||
35 | "External" : "De foras", |
||
36 | "Yes" : "Si", |
||
37 | "No" : "No", |
||
38 | "Authentication" : "Autenticatzione", |
||
39 | "Version" : "Versione", |
||
40 | "Local" : "Locale", |
||
41 | "File" : "Archìviu", |
||
42 | "Announcements" : "Comunicatziones", |
||
43 | "No data" : "Perunu datu", |
||
44 | "copy" : "còpia", |
||
45 | "The password is wrong. Try again." : "Sa crae est isballiada. Torra a proare.", |
||
46 | "Password" : "Crae", |
||
47 | "Options" : "Optziones", |
||
48 | "Favorites" : "Preferidos", |
||
49 | "Translate" : "Borta", |
||
50 | "Back" : "In segus", |
||
51 | "Settings" : "Cunfiguratzione", |
||
52 | "Do you like this app?" : "Ti praghet cust'aplicatzione?", |
||
53 | "More information …" : "Àteras informatziones ... ", |
||
54 | "Name" : "Nùmene", |
||
55 | "Display" : "Ischermu", |
||
56 | "Chart" : "Gràficu", |
||
57 | "Advanced" : "Connoschèntzia avantzada", |
||
58 | "Open documentation" : "Aberi sa documentatzione", |
||
59 | "Update" : "Agiorna", |
||
60 | "Export" : "Esporta", |
||
61 | "Description" : "Descritzione", |
||
62 | "Import" : "Importa", |
||
63 | "Others" : "Àtere", |
||
64 | "Selection" : "Seletzione", |
||
65 | "Title" : "Tìtulu", |
||
66 | "Copy" : "Còpia", |
||
67 | "Daily" : "Ogni die", |
||
68 | "Hourly" : "Ogni ora", |
||
69 | "Basic settings" : "Cunfiguratzione de base", |
||
70 | "Unshare" : "Annulla sa cumpartzidura", |
||
71 | "Password protection" : "Bardiadura de sa crae", |
||
72 | "Copy link" : "Còpia ligòngiu", |
||
73 | "Color" : "Colore", |
||
74 | "Get more information" : "Otene àteras informatziones", |
||
75 | "Nextcloud forum" : "Forum de Nextcloud", |
||
76 | "Create" : "Crea" |
||
77 | }, |
||
78 | "nplurals=2; plural=(n != 1);"); |
||
79 |
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.