From 4041f2181055fafc2b011d023c5ed4099ae947e3 Mon Sep 17 00:00:00 2001 From: Chinnawat <2522806+chinkung@users.noreply.github.com> Date: Fri, 10 Sep 2021 02:31:49 +0700 Subject: Added Thai translation --- i18n/th.toml | 197 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 197 insertions(+) create mode 100644 i18n/th.toml diff --git a/i18n/th.toml b/i18n/th.toml new file mode 100644 index 0000000..7ba14ed --- /dev/null +++ b/i18n/th.toml @@ -0,0 +1,197 @@ +# Translations for Thai +# คำแปลภาษาไทย +# https://gohugo.io/content-management/multilingual/#translation-of-strings + +# === baseof == +[backToTop] +other = "กลับไปด้านบนสุด" + +[viewComments] +other = "ดูความคิดเห็น" +# === baseof == + +# === Post === +[posts] +other = "โพสต์" + +[navNext] +other = "บทความถัดไป" + +[navPrev] +other = "บบความก่อนหน้า" +# === Post === + +# === Taxonomy === +[allSome] +other = "ทั้งหมด {{ .Some }}" + +[tag] +other = "แท็ก" + +[tags] +other = "แท็ก" + +[category] +other = "หมวดหมู่" + +[categories] +other = "หมวดหมู่" +# === Taxonomy === + +# === Pagination === +[more] +other = "เพิ่มเติม" +# === Pagination === + +# === partials/header.html === +[selectLanguage] +other = "เลือกภาษา" + +[switchTheme] +other = "เปลี่ยนธีม" +# === partials/header.html === + +# === partials/footer.html === +[poweredBySome] +other = "เว็บนี้สร้างโดย {{ .Hugo }} | ธีม - {{ .Theme }}" +# === partials/footer.html === + +# === partials/comment.html === +[valineLang] +other = "th" + +[valinePlaceholder] +other = "ความคิดเห็นของคุณ ..." + +[facebookLanguageCode] +other = "th_TH" +# === partials/comment.html === + +# === partials/assets.html === +[search] +other = "ค้นหา" + +[searchPlaceholder] +other = "ค้นหาด้วย 'หัวข้อ' หรือ 'เนื้อหา'..." + +[clear] +other = "ล้าง" + +[cancel] +other = "ยกเลิก" + +[noResultsFound] +other = "ไม่พบเนื้อหา" + +[lunrLanguageCode] +other = "th" + +[lunrLanguageLib] +other = "lib/lunr/lunr.th.js" + +[copyToClipboard] +other = "คัดลอกไปยังคลิปบอร์ด" + +[cookieconsentMessage] +other = "เว็บไซต์นี้มีการใช้คุกกี้เพื่อปรับปรุงประสิทธิภาพการแสดงผล." + +[cookieconsentDismiss] +other = "เข้าใจแล้ว!" + +[cookieconsentLink] +other = "เรียนรู้เพิ่มเติม" +# === partials/assets.html === + +# === partials/plugin/share.html === +[shareOn] +other = "แชร์ไปยัง" +# === partials/plugin/share.html === + +# === posts/single.html === +[contents] +other = "เนื้อหา" + +[wordCount] +one = "1 คำ" +other = "{{ .Count }} คำ" + +[readingTime] +one = "1 นาที" +other = "{{ .Count }} นาที" + +[views] +other = "ครั้ง" + +[author] +other = "ผู้เขียน" + +[updatedOnDate] +other = "ปรับปรุงล่าสุดเมื่อ {{ .Date }}" + +[readMarkdown] +other = "ดูโค้ด Markdown ของหน้านี้" + +[back] +other = "กลับ" + +[home] +other = "หน้าหลัก" + +# === posts/single.html === + +# === 404.html === +[pageNotFound] +other = "ไม่พบหน้าที่ค้นหา" + +[pageNotFoundText] +other = "เสียใจด้วย! เราไม่พบหน้าที่คุณพยายามค้นหา." +# === 404.html === + +# === shortcodes/admonition.html === +[note] +other = "โน๊ต" + +[abstract] +other = "บทคัดย่อ" + +[info] +other = "ข้อมูล" + +[tip] +other = "ทิป" + +[success] +other = "สำเร็จ" + +[question] +other = "คำถาม" + +[warning] +other = "คำเตือน" + +[failure] +other = "ล้มเหลว" + +[danger] +other = "อันตราย" + +[bug] +other = "บั๊ก" + +[example] +other = "ตัวอย่าง" + +[quote] +other = "อ้างถึง" +# === shortcodes/admonition.html === + +# === shortcodes/version.html === +[new] +other = "ใหม่" + +[changed] +other = "เปลี่ยนแปลง" + +[deleted] +other = "ลบ" +# === shortcodes/version.html === -- cgit v1.2.3