Skip to content

Commit

Permalink
add strapi-plugin-documentation thai translation (#8141)
Browse files Browse the repository at this point in the history
* init thai template

Signed-off-by: themaxaboy <themaxaboy@hotmail.com>

* translate strapi-plugin-documentation

Signed-off-by: themaxaboy <themaxaboy@hotmail.com>
  • Loading branch information
themaxaboy committed Oct 2, 2020
1 parent 915743a commit 4000896
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import pl from './pl.json';
import ptBR from './pt-BR.json';
import pt from './pt.json';
import ru from './ru.json';
import th from './th.json';
import tr from './tr.json';
import uk from './uk.json';
import vi from './vi.json';
Expand All @@ -34,6 +35,7 @@ const trads = {
'pt-BR': ptBR,
pt,
ru,
th,
tr,
uk,
vi,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"components.Row.generatedDate": "การสร้างล่าสุด",
"components.Row.open": "เปิด",
"components.Row.regenerate": "สร้างใหม่",
"containers.HomePage.Block.title": "เวอร์ชัน",
"containers.HomePage.Button.open": "เปิดเอกสารคู่มือ",
"containers.HomePage.Button.update": "อัพเดต",
"containers.HomePage.PluginHeader.description": "กำหนดค่าปลั๊กอินเอกสารคู่มือ",
"containers.HomePage.PluginHeader.title": "เอกสารคู่มือ - การตั้งค่า",
"containers.HomePage.PopUpWarning.confirm": "ฉันเข้าใจ",
"containers.HomePage.PopUpWarning.message": "คุณแน่ใจว่าต้องการลบเวอร์ชันนี้หรือไม่?",
"containers.HomePage.copied": "โทเค็นคัดลอกไปยังคลิปบอร์ด",
"containers.HomePage.form.jwtToken": "รับโทเค็น jwt ของคุณ",
"containers.HomePage.form.jwtToken.description": "คัดลอกโทเค็นนี้และใช้ใน swagger เพื่อทำการร้องขอ",
"containers.HomePage.form.password": "รหัสผ่าน",
"containers.HomePage.form.password.inputDescription": "ตั้งค่ารหัสผ่านเพื่อเข้าถึงเอกสารคู่มือ",
"containers.HomePage.form.restrictedAccess": "การเข้าถึงแบบจำกัด",
"containers.HomePage.form.restrictedAccess.inputDescription": "ทำให้จุดปลายเอกสารคู่มือเป็นแบบส่วนตัว โดยพื้นฐานการเข้าถึงเป็นแบบสาธารณะ",
"containers.HomePage.form.showGeneratedFiles": "แสดงไฟล์ที่สร้าง",
"containers.HomePage.form.showGeneratedFiles.inputDescription": "มีประโยชน์เมื่อคุณต้องการแทนที่เอกสารคู่มือที่สร้างขึ้น \nปลั๊กอินจะสร้างไฟล์ที่แบ่งตามโมเดลและปลั๊กอิน \nโดยการเปิดใช้งานอ็อพชันนี้จะเป็นการง่ายที่จะปรับแต่งเอกสารคู่มือของคุณ",
"error.deleteDoc.versionMissing": "เวอร์ชันที่คุณกำลังพยายามลบไม่มีอยู่",
"error.noVersion": "จำเป็นต้องมีเวอร์ชัน",
"error.regenerateDoc": "มีข้อผิดพลาดเกิดขึ้นขณะสร้างเอกสารใหม่",
"error.regenerateDoc.versionMissing": "เวอร์ชันที่คุณกำลังพยายามสร้างไม่มีอยู่",
"notification.update.success": "อัปเดตการตั้งค่าเสร็จเรียบร้อย",
"plugin.name": "เอกสารคู่มือ"
}

0 comments on commit 4000896

Please sign in to comment.