1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
2 | "analytics", |
||
3 | { |
||
4 | "Delete" : "ລຶບ", |
||
5 | "OK" : "ຕົກລົງ", |
||
6 | "Cancel" : "ຍົກເລີກ", |
||
7 | "Add" : "ເພີ່ມ", |
||
8 | "Remove from favorites" : "ຍ້າຍຈາກລາຍການທີ່ມັກ", |
||
9 | "Delete folder" : "ລຶບໂຟນເດີ", |
||
10 | "Add to favorites" : "ເພີ່ມລາຍການທີ່ມັກ", |
||
11 | "Share" : "ແບ່ງປັນ", |
||
12 | "Save" : "ບັນທຶກ", |
||
13 | "Download" : "ດາວໂຫລດ", |
||
14 | "Report" : "ລາຍງານ", |
||
15 | "Share link" : "ແບ່ງປັນລິງ", |
||
16 | "Link copied" : "ສຳເນົາລິງ", |
||
17 | "Type" : "ພິມ", |
||
18 | "Notification" : "ແຈ້ງການ", |
||
19 | "Date" : "ວັນທີ", |
||
20 | "New in" : "ໃຫມ່", |
||
21 | "View changelog" : "ເບິ່ງການປ່ຽນແປງ", |
||
22 | "Search" : "ຄົ້ນຫາ", |
||
23 | "Yes" : "ແມ່ນແລ້ວ", |
||
24 | "No" : "ບໍ່", |
||
25 | "File" : "ຟາຍ", |
||
26 | "The password is wrong. Try again." : "ລະຫັດບໍ່ຖືກຕ້ອງ. ລອງໃໝ່ອີກຄັ້ງ.", |
||
27 | "Password" : "ລະຫັດຜ່ານ", |
||
28 | "Favorites" : "ລາຍການທີ່ມັກ", |
||
29 | "Translate" : "ແປ", |
||
30 | "Back" : "ຫຼັງ", |
||
31 | "Settings" : "ການຕັ້ງຄ່າ", |
||
32 | "Name" : "ຊື່", |
||
33 | "Copy" : "ສຳເນົາ", |
||
34 | "Daily" : "ລາຍວັນ", |
||
35 | "Hourly" : "ຊົ່ວໂມງ", |
||
36 | "Unshare" : "ຍົກເລີກການແບ່ງປັນ", |
||
37 | "Password protection" : "ລະຫັດປ້ອງກັນ", |
||
38 | "Copy link" : "ສຳເນົາລິງ", |
||
39 | "Create" : "ສ້າງ" |
||
40 | }, |
||
41 | "nplurals=1; plural=0;"); |
||
42 |
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.