Browse Source

Added toml file for Vietnamese translation (#199)

Vu Truong 4 years ago
parent
commit
ccd72079bd
1 changed files with 51 additions and 0 deletions
  1. 51 0
      i18n/vn.toml

+ 51 - 0
i18n/vn.toml

@@ -0,0 +1,51 @@
+# More documentation here: https://github.com/nicksnyder/go-i18n
+[home]
+other = "Trang chủ"
+
+[posts]
+other = "Bài viết"
+
+[toc_heading]
+other = "Mục lục"
+
+[at]
+other = "tại"
+
+[resume]
+other = "Sơ yếu lý lịch của tôi"
+
+[navigation]
+other = "Điều hướng"
+
+[contact_me]
+other = "Liên hệ với tôi"
+
+[email]
+other = "Email"
+
+[phone]
+other = "Điện thoại"
+
+[newsletter_text]
+other = "Nhận email cập nhật thông tin"
+
+[newsletter_input_placeholder]
+other = "Nhập email"
+
+[newsletter_warning]
+other = "Chúng tôi sẽ không bao giờ chia sẻ email của bạn."
+
+[submit]
+other = "Gửi"
+
+[hugoAttributionText]
+other = "Được cung cấp bởi"
+
+[prev]
+other = "Trước"
+
+[next]
+other = "Tiếp theo"
+
+[improve_this_page]
+other = "Cải thiện trang này"