Welcome to mirror list, hosted at ThFree Co, Russian Federation.

vi.yaml « i18n - github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56a14ac68f2231d13776b7819738f5b4bf5dc4cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
## GLOBAL ##
- id: "global.home"
  translation: "Trang chủ"

- id: "global.categories"
  translation: "Danh mục"

- id: "global.category"
  translation: "Mục"

- id: "global.tags"
  translation: "Thẻ thông tin"

- id: "global.tag"
  translation: "Thẻ"

- id: "global.archives"
  translation: "Lưu trữ"

- id: "global.search"
  translation: "Tìm kiếm"

- id: "global.about"
  translation: "Thông tin"

- id: "global.author_picture"
  translation: "Ảnh đại diện"

- id: "global.share_on"
  translation: "Chia sẻ với %s"

- id: "global.mail"
  translation: "Thư"

- id: "global.rss"
  translation: "RSS"

- id: "global.search_category"
  translation: "Tìm kiếm danh mục"

- id: "global.search_tag"
  translation: "Tìm kiếm thẻ"

- id: "global.search_date"
  translation: "Tìm theo ngày (YYYY/MM/DD)"

- id: "global.read_more_about_author"
  translation: "Tìm hiểu thêm về tác giả"

- id: "global.zoom_in_on_picture"
  translation: "Phóng to hình ảnh"

- id: "global.go_to_homepage"
  translation: "Tới trang chủ"

- id: "global.open_link"
  translation: "Mở liên kết"

- id: "global.open_post"
  translation: "Mở bài"

## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
  translation: "không tìm thấy kết quả"

- id: "global.posts_found.one"
  translation: "tìm thấy 1 kết quả "

- id: "global.posts_found.other"
  translation: "tìm thấy {n} kết quả"

## GLOBAL.CATEGORIES_FOUND ##
- id: "global.categories_found.zero"
  translation: "không tìm thấy kết quả"

- id: "global.categories_found.one"
  translation: "tìm thấy 1 kết quả"

- id: "global.categories_found.other"
  translation: "tìm thấy {n} kết quả"

## GLOBAL.TAGS_FOUND ##
- id: "global.tags_found.zero"
  translation: "không tìm thấy kết quả"

- id: "global.tags_found.one"
  translation: "tìm thấy 1 thẻ"

- id: "global.tags_found.other"
  translation: "tìm thấy {n} thẻ"

## PAGINATION ##
- id: "pagination.page"
  translation: "trang thứ {{ .Paginator.PageNumber }}"

- id: "pagination.of"
  translation: "trong {{ .Paginator.TotalPages }} trang."

- id: "pagination.newer_posts"
  translation: "Trang trước"

- id: "pagination.older_posts"
  translation: "Trang sau"

- id: "pagination.previous"
  translation: "Trước"

- id: "pagination.next"
  translation: "Tiếp"

## POST ##
- id: "post.no_title"
  translation: "Vô đề"

- id: "post.categorized_in"
  translation: "mục"

- id: "post.tagged_in"
  translation: "THẺ ĐÁNH DẤU"

- id: "post.toc"
  translation: "Mục lục"

- id: "post.read_more"
  translation: "Đọc tiếp..."

- id: "post.go_to_website"
  translation: "Chuyển tới trang"

- id: "post.comment_and_share"
  translation: "Bình luận và chia sẻ"

- id: "post.comment"
  translation: "Để lại một bình luận"

- id: "post.back_to_top"
  translation: "Trở lại đầu trang"

- id: "post.share"
  translation: "Chia sẻ bài viết này"

- id: "post.gallery"
  translation: "Bộ sưu tập"

## POST.IMAGE ##

- id: "post.image.one"
  translation: "image"

- id: "post.image.other"
  translation: "{n} images"

## FOOTER ##
- id: "footer.all_rights_reserved"
  translation: "All Rights Reserved"

## DATE ##
- id: "date.month.january"
  translation: "tháng 1"

- id: "date.month.february"
  translation: "tháng 2"

- id: "date.month.march"
  translation: "tháng 3"

- id: "date.month.april"
  translation: "tháng 4"

- id: "date.month.may"
  translation: "tháng 5"

- id: "date.month.june"
  translation: "tháng 6"

- id: "date.month.july"
  translation: "tháng 7"

- id: "date.month.august"
  translation: "tháng 8"

- id: "date.month.september"
  translation: "tháng 9"

- id: "date.month.october"
  translation: "tháng 10"

- id: "date.month.november"
  translation: "tháng 11"

- id: "date.month.december"
  translation: "tháng 12"