From bbcaa099fbae18ad3d07b953fb888860e476feda Mon Sep 17 00:00:00 2001 From: Quan Nguyen Date: Tue, 6 Oct 2020 16:44:34 +0700 Subject: [PATCH] Added Vietnamese to locales --- config/locales/vi.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 config/locales/vi.yml diff --git a/config/locales/vi.yml b/config/locales/vi.yml new file mode 100644 index 0000000..8c769a4 --- /dev/null +++ b/config/locales/vi.yml @@ -0,0 +1,29 @@ +# Sample localization file for Vietnamese. Add more files in this directory for other locales. +vi: + spree: + activemodel: + attributes: + contact_us/contact: + name: "Tên" + email: "Email" + message: "Tin nhắn" + subject: "Tiêu đề" + contact_us_title: "Liên Hệ Với Chúng Tôi" + send: Gửi + sent_by_contact_form: "Được gửi bởi Form Liên Hệ từ %{email}" + sent_by_name: "Gửi bởi %{name} từ %{email}" + subject: "Tin nhắn liên hệ với chúng tôi từ %{email}" + submit: "Gửi" + + spree_contact_us: + address_line1: địa chỉ thứ 1 + address_line2: địa chỉ thứ 2 + call_us: Gọi cho chúng tôi ngay bây giờ + call_us_number: 135645352 + email: Email + header: tiêu đề + left_title: tiêu đề bên trái + message_placeholder: Tin nhắn + notices: + success: "Email liên hệ đã được gửi thành công." +