mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
FEATURE: add Thai language
This commit is contained in:
27
public/403.th.html
Normal file
27
public/403.th.html
Normal file
@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>คุณทำแบบนั้นไม่ได้ ( 403 )</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
||||
div.dialog {
|
||||
width: 25em;
|
||||
padding: 0 4em;
|
||||
margin: 4em auto 0 auto;
|
||||
border: 1px solid #ccc;
|
||||
border-right-color: #999;
|
||||
border-bottom-color: #999;
|
||||
}
|
||||
h1 { font-size: 400%; color: #f00; line-height: 1em; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="dialog">
|
||||
<h1>403</h1>
|
||||
<p>คุณไม่สามารถดูข้อมูลส่วนนี้!</p>
|
||||
|
||||
<p>สิ่งนี้จะถูกแทนที่ด้วยหน้า Discourse 403 แบบกำหนดเอง</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
26
public/422.th.html
Normal file
26
public/422.th.html
Normal file
@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>การเปลี่ยนแปลงของคุณถูกปฏิเสธ ( 422 )</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
||||
div.dialog {
|
||||
width: 25em;
|
||||
padding: 0 4em;
|
||||
margin: 4em auto 0 auto;
|
||||
border: 1px solid #ccc;
|
||||
border-right-color: #999;
|
||||
border-bottom-color: #999;
|
||||
}
|
||||
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- This file lives in public/422.html -->
|
||||
<div class="dialog">
|
||||
<h1>การเปลี่ยนแปลงของคุณถูกปฏิเสธ</h1>
|
||||
<p>บางทีคุณอาจพยายามที่จะเปลี่ยนในสิ่งที่คุณไม่ได้รับอนุญาต</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
13
public/500.th.html
Normal file
13
public/500.th.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>อุ๊บส์ - ผิดพลาด 500</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>อุ๊บส์</h1>
|
||||
<p>ซอฟต์แวร์ฟอรั่มนี้พบปัญหาที่ไม่คาดคิด ขออภัยในความไม่สะดวก</p>
|
||||
<p>รายละเอียดของปัญหานี้ได้ถูกบันทึกไว้แล้ว เราจะตรวจสอบแก้ไขให้เร็วที่สุดเท่าที่จะทำได้</p>
|
||||
<p>ไม่จำเป็นต้องดำเนินการอะไรเพิ่มเติม แต่ถ้าข้อผิดพลาดยังคงอยู่ คุณสามารถให้รายละเอียดเพิ่มเติม รวมถึงขั้นตอนที่ทำให้เกิดข้อผิดพลาด โดยการโพสต์กระทู้ในหมวดหมู่ feedback ของเว็บไซต์ได้</p>
|
||||
</body>
|
||||
</html>
|
12
public/503.th.html
Normal file
12
public/503.th.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>เว็บไซต์อยู่ในระหว่างการปรับปรุง - Discourse.org</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>เรากำลังดำเนินการปิดเว็บไซต์เพื่อปรับปรุง</h1>
|
||||
<p>กรุณาลองใหม่ <span id="when-to-check-back">เร็วๆนี้</span>.</p>
|
||||
<p id="apology">ขออภัยในความไม่สะดวก</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user