UNPKG

@brightspace-ui/intl

Version:

Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.

44 lines (43 loc) 4.43 kB
export default { "intl-common:actions:add": "เพิ่ม", // add action (in Title Case) "intl-common:actions:apply": "ใช้", // apply action (in Title Case) "intl-common:actions:browse": "เรียกดู", // browse action (in Title Case) "intl-common:actions:cancel": "ยกเลิก", // cancel action (in Title Case) "intl-common:actions:clear": "ล้าง", // clear action (in Title Case) "intl-common:actions:close": "ปิด", // close action (in Title Case) "intl-common:actions:confirm": "ยืนยัน", // confirm action (in Title Case) "intl-common:actions:copy": "คัดลอก", // copy action (in Title Case) "intl-common:actions:create": "สร้าง", // create action (in Title Case) "intl-common:actions:delete": "ลบ", // delete action (in Title Case) "intl-common:actions:done": "เสร็จสิ้น", // done action (in Title Case) "intl-common:actions:edit": "แก้ไข", // edit action (in Title Case) "intl-common:actions:finish": "เสร็จสิ้น", // finish action (in Title Case) "intl-common:actions:print": "พิมพ์", // print action (in Title Case) "intl-common:actions:remove": "ลบ", // remove action (in Title Case) "intl-common:actions:save": "บันทึก", // save action (in Title Case) "intl-common:actions:saveAndClose": "บันทึกและปิด", // save and close action (in Title Case) "intl-common:actions:saveAndNew": "บันทึกและสร้างใหม่", // save and new action (in Title Case) "intl-common:actions:search": "ค้นหา", // search action (in Title Case) "intl-common:actions:submit": "ส่ง", // submit action (in Title Case) "intl-common:actions:update": "อัปเดต", // update action (in Title Case) "intl-common:characters:ampersand": "และ", // short name or description of the "&" character "intl-common:characters:apostrophe": "เครื่องหมายแสดงความเป็นเจ้าของ/ย่อ", // short name or description of the "'" character "intl-common:characters:asterisk": "เครื่องหมายดอกจัน", // short name or description of the "*" character "intl-common:characters:backslash": "เครื่องหมายทับกลับ", // short name or description of the "\" character "intl-common:characters:colon": "เครื่องหมายทวิภาค", // short name or description of the ":" character "intl-common:characters:comma": "เครื่องหมายจุลภาค", // short name or description of the "," character "intl-common:characters:greaterThan": "เครื่องหมายมากกว่า", // short name or description of the ">" character "intl-common:characters:lessThan": "เครื่องหมายน้อยกว่า", // short name or description of the "<" character "intl-common:characters:numberSign": "เครื่องหมายจำนวน", // short name or description of the "#" character "intl-common:characters:percentSign": "เครื่องหมายร้อยละ", // short name or description of the "%" character "intl-common:characters:pipe": "เครื่องหมายขีดตั้ง", // short name or description of the "|" character "intl-common:characters:questionMark": "เครื่องหมายคำถาม", // short name or description of the "?" character "intl-common:characters:quotationMark": "เครื่องหมายคำพูด", // short name or description of the '"' character "intl-common:confirm:no": "ไม่", // no response to a question (in Title Case) "intl-common:confirm:ok": "ตกลง", // okay response to a question "intl-common:confirm:yes": "ใช่", // yes response to a question (in Title Case) "intl-common:navigation:back:title": "ย้อนกลับ", // term for navigating back to the previous page (in Title Case) "intl-common:navigation:continue:title": "ดำเนินการต่อ", // continue action (in Title Case) "intl-common:navigation:next:title": "ถัดไป", // term for navigating to the next page or item (in Title Case) "intl-common:navigation:previous:title": "ก่อนหน้า", // term for navigating to the previous page or item (in Title Case) };