aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-theme-stack/i18n/vi.yaml
blob: 13dc624a502a0858cb620272821ce79836d38b2b (plain) (blame)
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
toggleMenu:
  other: Hiển thị Menu

darkMode:
  other: Chế độ nền tối

list:
  page:
    one: "{{ .Count }} trang"
    other: "{{ .Count }} trang"

  section:
    other: Section

  subsection:
    one: Subsection
    other: Subsections

article:
  back:
    other: Trở lại

  tableOfContents:
    other: Mục lục

  relatedContent:
    other: Bài viết liên quan

  lastUpdatedOn:
    other: Cập nhật lần cuối

  readingTime:
    one: "{{ .Count }} phút đọc"
    other: "{{ .Count }} phút đọc"

notFound:
  title:
    other: Không tìm thấy

  subtitle:
    other: Trang này không tồn tại

widget:
  archives:
    title:
      other: Lưu trữ

    more:
      other: Còn nữa

  tagCloud:
    title:
      other: Nhãn dán

  categoriesCloud:
    title:
      other: Chuỗi bài

search:
  title:
    other: Tìm kiếm

  placeholder:
    other: Nhập từ khoá ...

  resultTitle:
    other: "#PAGES_COUNT trang (#TIME_SECONDS giây)"

footer:
  builtWith:
    other: Built with {{ .Generator }}

  designedBy:
    other: Theme {{ .Theme }} thiết kế bởi {{ .DesignedBy }}