Files
hugo-theme-stack/i18n/vi.toml
T
JimmyandGitHub 3a0d70ebbd feat(i18n): add i18n support for Markdown alert (#1269)
* docs: add blockquote with custom alert title

* feat: add alert types to i18n and update blockquote rendering

* fix: wrong translation key

* feat: add alert title translation for all supported languages

Done by AI
2026-02-18 20:07:59 +01:00

55 lines
1.3 KiB
TOML

toggleMenu = "Hiển thị Menu"
darkMode = "Chế độ nền tối"
[list]
section = "Section"
[list.page]
one = "{{ .Count }} trang"
other = "{{ .Count }} trang"
[list.subsection]
one = "Subsection"
other = "Subsections"
[article]
back = "Trở lại"
tableOfContents = "Mục lục"
relatedContent = "Bài viết liên quan"
lastUpdatedOn = "Cập nhật lần cuối"
[article.readingTime]
one = "{{ .Count }} phút đọc"
other = "{{ .Count }} phút đọc"
[article.alert]
note = "Ghi chú"
tip = "Mẹo"
important = "Quan trọng"
warning = "Cảnh báo"
caution = "Thận trọng"
[notFound]
title = "Không tìm thấy"
subtitle = "Trang này không tồn tại"
[widget]
[widget.archives]
title = "Lưu trữ"
more = "Còn nữa"
[widget.tagCloud]
title = "Nhãn dán"
[widget.categoriesCloud]
title = "Chuỗi bài"
[search]
title = "Tìm kiếm"
placeholder = "Nhập từ khoá ..."
resultTitle = "#PAGES_COUNT trang (#TIME_SECONDS giây)"
[footer]
builtWith = "Built with {{ .Generator }}"
designedBy = "Theme {{ .Theme }} thiết kế bởi {{ .DesignedBy }}"