Rello /
analytics
| 1 | OC.L10N.register( |
||
|
0 ignored issues
–
show
|
|||
| 2 | "analytics", |
||
| 3 | { |
||
| 4 | "Dataset" : "ชุดข้อมูล", |
||
| 5 | "Data" : "ข้อมูล", |
||
| 6 | "Automation" : "อัตโนมัติ", |
||
| 7 | "Saved" : "บันทึกแล้ว", |
||
| 8 | "Are you sure?" : "คุณแน่ใจหรือไม่?", |
||
| 9 | "Delete" : "ลบ", |
||
| 10 | "Loading" : "กำลังโหลด", |
||
| 11 | "OK" : "ตกลง", |
||
| 12 | "Cancel" : "ยกเลิก", |
||
| 13 | "Filter" : "ตัวกรอง", |
||
| 14 | "Add" : "เพิ่ม", |
||
| 15 | "Remove from favorites" : "เอาออกจากรายการโปรด", |
||
| 16 | "Delete folder" : "ลบโฟลเดอร์", |
||
| 17 | "Add to favorites" : "เพิ่มในรายการโปรด", |
||
| 18 | "Share" : "แชร์", |
||
| 19 | "Save" : "บันทึก", |
||
| 20 | "Download" : "ดาวน์โหลด", |
||
| 21 | "Report" : "รายงาน", |
||
| 22 | "New" : "สร้างใหม่", |
||
| 23 | "Share link" : "แชร์ลิงก์", |
||
| 24 | "Link copied" : "คัดลอกลิงก์แล้ว", |
||
| 25 | "Type" : "ประเภท", |
||
| 26 | "Notification" : "การแจ้งเตือน", |
||
| 27 | "Date" : "วันที่", |
||
| 28 | "Year" : "ปี", |
||
| 29 | "New in" : "ใหม่ใน", |
||
| 30 | "View changelog" : "ดูบันทึกการเปลี่ยนแปลง", |
||
| 31 | "Search" : "ค้นหา", |
||
| 32 | "Yes" : "ใช่", |
||
| 33 | "No" : "ไม่", |
||
| 34 | "Authentication" : "การตรวจสอบสิทธิ์", |
||
| 35 | "Version" : "รุ่น", |
||
| 36 | "Local" : "ต้นทาง", |
||
| 37 | "File" : "ไฟล์", |
||
| 38 | "Announcements" : "ประกาศ", |
||
| 39 | "copy" : "คัดลอก", |
||
| 40 | "The password is wrong. Try again." : "รหัสผ่านไม่ถูกต้อง กรุณาลองอีกครั้ง", |
||
| 41 | "Password" : "รหัสผ่าน", |
||
| 42 | "Options" : "ตัวเลือก", |
||
| 43 | "Favorites" : "รายการโปรด", |
||
| 44 | "Translate" : "แปลภาษา", |
||
| 45 | "Back" : "ย้อนกลับ", |
||
| 46 | "Settings" : "การตั้งค่า", |
||
| 47 | "Do you like this app?" : "คุณชอบแอพนี้หรือไม่?", |
||
| 48 | "More information …" : "ข้อมูลเพิ่มเติม ...", |
||
| 49 | "Name" : "ชื่อ", |
||
| 50 | "Display" : "แสดงผล", |
||
| 51 | "Advanced" : "ขั้นสูง", |
||
| 52 | "Open documentation" : "เปิดเอกสารประกอบ", |
||
| 53 | "Update" : "อัปเดต", |
||
| 54 | "Export" : "ส่งออก", |
||
| 55 | "Description" : "คำอธิบาย", |
||
| 56 | "Import" : "นำเข้า", |
||
| 57 | "Title" : "ชื่อเรื่อง", |
||
| 58 | "Copy" : "คัดลอก", |
||
| 59 | "Daily" : "รายวัน", |
||
| 60 | "Hourly" : "รายชั่วโมง", |
||
| 61 | "Unshare" : "เลิกแชร์", |
||
| 62 | "Password protection" : "ป้องกันด้วยรหัสผ่าน", |
||
| 63 | "Copy link" : "คัดลอกลิงก์", |
||
| 64 | "Color" : "สี", |
||
| 65 | "Get more information" : "รับข้อมูลเพิ่มเติม", |
||
| 66 | "Create" : "สร้าง" |
||
| 67 | }, |
||
| 68 | "nplurals=1; plural=0;"); |
||
| 69 |
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.