feat: add modular i18n foundation

This commit is contained in:
duanshuwen
2026-05-26 14:37:32 +08:00
parent a9b00627e2
commit b05d5a72cd
24 changed files with 606 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
export default {
actions: {
cancel: "ยกเลิก",
confirm: "ยืนยัน",
retry: "ลองอีกครั้ง",
},
errors: {
network: "เครือข่ายผิดพลาด โปรดลองอีกครั้งในภายหลัง",
},
state: {
empty: "ไม่มีข้อมูล",
loading: "กำลังโหลด...",
},
} as const;