mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 17:39:14 +00:00
9 lines
163 B
JavaScript
9 lines
163 B
JavaScript
define(
|
|
"dijit/nls/th/common", ({
|
|
buttonOk: "ตกลง",
|
|
buttonCancel: "ยกเลิก",
|
|
buttonSave: "บันทึก",
|
|
itemClose: "ปิด"
|
|
})
|
|
);
|