mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-27 12:11:28 +00:00
7 lines
167 B
JavaScript
7 lines
167 B
JavaScript
define(
|
|
"dijit/nls/th/loading", ({
|
|
loadingState: "กำลังโหลด...",
|
|
errorState: "ขออภัย เกิดข้อผิดพลาด"
|
|
})
|
|
);
|