diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-11-16 19:32:18 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-11-17 01:28:57 +0300 |
commit | 239d68f94c6250276850fbe95eaa6cdd5c38fb26 (patch) | |
tree | c576da169afc442f51eae6213ad0ff749ed86589 /themes/hugo-theme-stack/i18n/vi.yaml | |
parent | 8e79098193fd0a8b65305dd8054cf7c424c60bc5 (diff) |
Своя тема, полностью всё переделал
Diffstat (limited to 'themes/hugo-theme-stack/i18n/vi.yaml')
-rw-r--r-- | themes/hugo-theme-stack/i18n/vi.yaml | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/themes/hugo-theme-stack/i18n/vi.yaml b/themes/hugo-theme-stack/i18n/vi.yaml deleted file mode 100644 index 13dc624..0000000 --- a/themes/hugo-theme-stack/i18n/vi.yaml +++ /dev/null @@ -1,74 +0,0 @@ -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 }} |