feat: add modular i18n foundation
This commit is contained in:
14
src/i18n/modules/common/th-TH.ts
Normal file
14
src/i18n/modules/common/th-TH.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export default {
|
||||
actions: {
|
||||
cancel: "ยกเลิก",
|
||||
confirm: "ยืนยัน",
|
||||
retry: "ลองอีกครั้ง",
|
||||
},
|
||||
errors: {
|
||||
network: "เครือข่ายผิดพลาด โปรดลองอีกครั้งในภายหลัง",
|
||||
},
|
||||
state: {
|
||||
empty: "ไม่มีข้อมูล",
|
||||
loading: "กำลังโหลด...",
|
||||
},
|
||||
} as const;
|
||||
Reference in New Issue
Block a user