Merge remote-tracking branch 'origin/pr/222'
This commit is contained in:
commit
dd9ebdc46b
30
isso/js/app/i18n/vi.js
Normal file
30
isso/js/app/i18n/vi.js
Normal file
@ -0,0 +1,30 @@
|
||||
define({
|
||||
"postbox-text": "Nhập bình luận tại đây (tối thiểu 3 ký tự)",
|
||||
"postbox-author": "Tên (tùy chọn)",
|
||||
"postbox-email": "E-mail (tùy chọn)",
|
||||
"postbox-website": "Website (tùy chọn)",
|
||||
"postbox-submit": "Gửi",
|
||||
|
||||
"num-comments": "Một bình luận\n{{ n }} bình luận",
|
||||
"no-comments": "Chưa có bình luận nào",
|
||||
|
||||
"comment-reply": "Trả lời",
|
||||
"comment-edit": "Sửa",
|
||||
"comment-save": "Lưu",
|
||||
"comment-delete": "Xóa",
|
||||
"comment-confirm": "Xác nhận",
|
||||
"comment-close": "Đóng",
|
||||
"comment-cancel": "Hủy",
|
||||
"comment-deleted": "Đã xóa bình luận.",
|
||||
"comment-queued": "Bình luận đang chờ duyệt",
|
||||
"comment-anonymous": "Nặc danh",
|
||||
"comment-hidden": "{{ n }} đã ẩn",
|
||||
|
||||
"date-now": "vừa mới",
|
||||
"date-minute": "một phút trước\n{{ n }} phút trước",
|
||||
"date-hour": "một giờ trước\n{{ n }} giờ trước",
|
||||
"date-day": "Hôm qua\n{{ n }} ngày trước",
|
||||
"date-week": "Tuần qua\n{{ n }} tuần trước",
|
||||
"date-month": "Tháng trước\n{{ n }} tháng trước",
|
||||
"date-year": "Năm trước\n{{ n }} năm trước"
|
||||
});
|
Loading…
Reference in New Issue
Block a user