diff options
Diffstat (limited to 'js/dojo/dijit/nls/th')
| -rw-r--r-- | js/dojo/dijit/nls/th/common.js | 12 | ||||
| -rw-r--r-- | js/dojo/dijit/nls/th/loading.js | 10 |
2 files changed, 22 insertions, 0 deletions
diff --git a/js/dojo/dijit/nls/th/common.js b/js/dojo/dijit/nls/th/common.js new file mode 100644 index 0000000..ef2c381 --- /dev/null +++ b/js/dojo/dijit/nls/th/common.js @@ -0,0 +1,12 @@ +//>>built +define( +"dijit/nls/th/common", //begin v1.x content +({ + buttonOk: "ตกลง", + buttonCancel: "ยกเลิก", + buttonSave: "บันทึก", + itemClose: "ปิด" +}) + +//end v1.x content +); diff --git a/js/dojo/dijit/nls/th/loading.js b/js/dojo/dijit/nls/th/loading.js new file mode 100644 index 0000000..2ca5e17 --- /dev/null +++ b/js/dojo/dijit/nls/th/loading.js @@ -0,0 +1,10 @@ +//>>built +define( +"dijit/nls/th/loading", //begin v1.x content +({ + loadingState: "กำลังโหลด...", + errorState: "ขออภัย เกิดข้อผิดพลาด" +}) + +//end v1.x content +); |
