1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
2 | "analytics", |
||
3 | { |
||
4 | "Delete" : "Padam", |
||
5 | "OK" : "OK", |
||
6 | "Cancel" : "Batal", |
||
7 | "Add" : "Tambah", |
||
8 | "Remove from favorites" : "Remove from favorites", |
||
9 | "Add to favorites" : "Add to favorites", |
||
10 | "Share" : "Kongsi", |
||
11 | "Save" : "Simpan", |
||
12 | "Download" : "Muat turun", |
||
13 | "New" : "Baru", |
||
14 | "Share link" : "Share link", |
||
15 | "Type" : "Jenis", |
||
16 | "Date" : "Date", |
||
17 | "Search" : "Search", |
||
18 | "Yes" : "Yes", |
||
19 | "No" : "No", |
||
20 | "Password" : "Kata laluan", |
||
21 | "Favorites" : "Favorites", |
||
22 | "Back" : "Kembali", |
||
23 | "Settings" : "Tetapan", |
||
24 | "Name" : "Nama", |
||
25 | "Advanced" : "Maju", |
||
26 | "Update" : "Kemaskini", |
||
27 | "Export" : "Eksport", |
||
28 | "Description" : "Keterangan", |
||
29 | "Import" : "Import", |
||
30 | "Title" : "Judul", |
||
31 | "Daily" : "Setiap hari", |
||
32 | "Hourly" : "Setiap jam", |
||
33 | "Password protection" : "Password protection", |
||
34 | "Create" : "Buat" |
||
35 | }, |
||
36 | "nplurals=1; plural=0;"); |
||
37 |
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.