From 17747368e1db9b4149e94fb923194d6045ae0c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90inh=20Xu=C3=A2n=20S=C3=A2m?= Date: Fri, 1 Jan 2016 10:48:36 +0700 Subject: [PATCH 1/3] Created new branch for translation: vietnamese. Added Vietnamese translation. --- isso/js/app/i18n/vi.js | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 isso/js/app/i18n/vi.js diff --git a/isso/js/app/i18n/vi.js b/isso/js/app/i18n/vi.js new file mode 100644 index 0000000..ec4b4d0 --- /dev/null +++ b/isso/js/app/i18n/vi.js @@ -0,0 +1,30 @@ +define({ + "postbox-text": "Type Comment Here (at least 3 chars)", + "postbox-author": "Name (optional)", + "postbox-email": "E-mail (optional)", + "postbox-website": "Website (optional)", + "postbox-submit": "Submit", + + "num-comments": "One Comment\n{{ n }} Comments", + "no-comments": "No Comments Yet", + + "comment-reply": "Reply", + "comment-edit": "Edit", + "comment-save": "Save", + "comment-delete": "Delete", + "comment-confirm": "Confirm", + "comment-close": "Close", + "comment-cancel": "Cancel", + "comment-deleted": "Comment deleted.", + "comment-queued": "Comment in queue for moderation.", + "comment-anonymous": "Anonymous", + "comment-hidden": "{{ n }} Hidden", + + "date-now": "right now", + "date-minute": "a minute ago\n{{ n }} minutes ago", + "date-hour": "an hour ago\n{{ n }} hours ago", + "date-day": "Yesterday\n{{ n }} days ago", + "date-week": "last week\n{{ n }} weeks ago", + "date-month": "last month\n{{ n }} months ago", + "date-year": "last year\n{{ n }} years ago" +}); From f1a8aed320ec0f9871f4972333d073605d8c0b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90inh=20Xu=C3=A2n=20S=C3=A2m?= Date: Fri, 1 Jan 2016 10:50:31 +0700 Subject: [PATCH 2/3] Completed Vietnamese translation. --- isso/js/app/i18n/vi.js | 50 +++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/isso/js/app/i18n/vi.js b/isso/js/app/i18n/vi.js index ec4b4d0..0cf0f7d 100644 --- a/isso/js/app/i18n/vi.js +++ b/isso/js/app/i18n/vi.js @@ -1,30 +1,30 @@ define({ - "postbox-text": "Type Comment Here (at least 3 chars)", - "postbox-author": "Name (optional)", - "postbox-email": "E-mail (optional)", - "postbox-website": "Website (optional)", - "postbox-submit": "Submit", + "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": "One Comment\n{{ n }} Comments", - "no-comments": "No Comments Yet", + "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": "Reply", - "comment-edit": "Edit", - "comment-save": "Save", - "comment-delete": "Delete", - "comment-confirm": "Confirm", - "comment-close": "Close", - "comment-cancel": "Cancel", - "comment-deleted": "Comment deleted.", - "comment-queued": "Comment in queue for moderation.", - "comment-anonymous": "Anonymous", - "comment-hidden": "{{ n }} Hidden", + "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": "right now", - "date-minute": "a minute ago\n{{ n }} minutes ago", - "date-hour": "an hour ago\n{{ n }} hours ago", - "date-day": "Yesterday\n{{ n }} days ago", - "date-week": "last week\n{{ n }} weeks ago", - "date-month": "last month\n{{ n }} months ago", - "date-year": "last year\n{{ n }} years ago" + "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ướ", + "date-month": "Tháng trước\n{{ n }} tháng trước", + "date-year": "Năm trước\n{{ n }} năm trước" }); From 5ce7084f59641c66ff9c8aa126661e156dc2e77e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90inh=20Xu=C3=A2n=20S=C3=A2m?= Date: Fri, 1 Jan 2016 10:55:12 +0700 Subject: [PATCH 3/3] =?UTF-8?q?Fix=20typo:=20s/tr=C6=B0=E1=BB=9B/tr=C6=B0?= =?UTF-8?q?=E1=BB=9Bc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- isso/js/app/i18n/vi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isso/js/app/i18n/vi.js b/isso/js/app/i18n/vi.js index 0cf0f7d..72a3092 100644 --- a/isso/js/app/i18n/vi.js +++ b/isso/js/app/i18n/vi.js @@ -24,7 +24,7 @@ define({ "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ướ", + "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" });