Skip to content

Commit a60e907

Browse files
authoredJun 12, 2023
feat(i18n): add Thai locale file (mmistakes#1087)
1 parent fa32578 commit a60e907

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed
 

‎_data/locales/th.yml

+91
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
# The layout text of site
2+
3+
# ----- Commons label -----
4+
5+
layout:
6+
post: โพสต์
7+
category: หมวดหมู่
8+
tag: แท็ก
9+
10+
# The tabs of sidebar
11+
tabs:
12+
# format: <filename_without_extension>: <value>
13+
home: หน้าแรก
14+
categories: หมวดหมู่
15+
tags: แท็ก
16+
archives: คลังเก็บ
17+
about: เกี่ยวกับ
18+
19+
# the text displayed in the search bar & search results
20+
search:
21+
hint: ค้นหา
22+
cancel: ยกเลิก
23+
no_results: โอ๊ะ! ไม่พบผลลัพธ์
24+
25+
panel:
26+
lastmod: อัปเดตล่าสุด
27+
trending_tags: แท็กยอดนิยม
28+
toc: เนื้อหา
29+
30+
copyright:
31+
# Shown at the bottom of the post
32+
license:
33+
template: โพสต์นี้อยู่ภายใต้การอนุญาต :LICENSE_NAME โดยผู้เขียน
34+
name: CC BY 4.0
35+
link: https://creativecommons.org/licenses/by/4.0/
36+
37+
# Displayed in the footer
38+
brief: สงวนลิขสิทธิ์เป็นบางส่วน
39+
verbose: >-
40+
เว้นแต่ว่าจะระบุเป็นอย่างอื่น โพสต์บนเว็บไซต์นี้อยู่ภายใต้
41+
สัญญาอนุญาตครีเอทีฟคอมมอนส์แบบ 4.0 นานาชาติ (CC BY 4.0) โดยผู้เขียน
42+
43+
meta: กำลังใช้ธีมของ :PLATFORM ชื่อ :THEME
44+
45+
not_found:
46+
statment: ขออภัย เราวาง URL นั้นไว้ผิดที่ หรือมันชี้ไปยังสิ่งที่ไม่มีอยู่
47+
48+
notification:
49+
update_found: มีเวอร์ชันใหม่ของเนื้อหา
50+
update: อัปเดต
51+
52+
# ----- Posts related labels -----
53+
54+
post:
55+
written_by: โดย
56+
posted: โพสต์เมื่อ
57+
updated: อัปเดตเมื่อ
58+
words: คำ
59+
pageview_measure: ครั้ง
60+
read_time:
61+
unit: นาที
62+
prompt: อ่าน
63+
relate_posts: อ่านต่อ
64+
share: แชร์
65+
button:
66+
next: ใหม่กว่า
67+
previous: เก่ากว่า
68+
copy_code:
69+
succeed: คัดลอกแล้ว!
70+
share_link:
71+
title: คัดลอกลิงก์
72+
succeed: คัดลอกลิงก์เรียบร้อยแล้ว!
73+
74+
# Date time format.
75+
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
76+
df:
77+
post:
78+
strftime: "%b %e, %Y"
79+
dayjs: "ll"
80+
archives:
81+
strftime: "%b"
82+
dayjs: "MMM"
83+
84+
# categories page
85+
categories:
86+
category_measure:
87+
singular: หมวดหมู่
88+
plural: หมวดหมู่
89+
post_measure:
90+
singular: โพสต์
91+
plural: โพสต์

0 commit comments

Comments
 (0)
Please sign in to comment.