diff options
Diffstat (limited to '_vendor/github.com/adityatelange/hugo-PaperMod/i18n/vi.yaml')
-rw-r--r-- | _vendor/github.com/adityatelange/hugo-PaperMod/i18n/vi.yaml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/_vendor/github.com/adityatelange/hugo-PaperMod/i18n/vi.yaml b/_vendor/github.com/adityatelange/hugo-PaperMod/i18n/vi.yaml new file mode 100644 index 0000000..2eb05d0 --- /dev/null +++ b/_vendor/github.com/adityatelange/hugo-PaperMod/i18n/vi.yaml @@ -0,0 +1,33 @@ +- id: prev_page + translation: "Trang trước" + +- id: next_page + translation: "Trang tiếp theo" + +- id: read_time + translation: + one: "1 phút" + other: "{{ .Count }} phút" + +- id: words + translation: + one: "từ" + other: "{{ .Count }} từ" + +- id: toc + translation: "Mục lục" + +- id: translations + translation: "Bản dịch" + +- id: home + translation: "Trang chủ" + +- id: edit_post + translation: "Chỉnh sửa" + +- id: code_copy + translation: "Sao chép" + +- id: code_copied + translation: "Đã sao chép!" |