Created new branch for translation: vietnamese.
Added Vietnamese translation.
This commit is contained in:
parent
2137441958
commit
17747368e1
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": "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"
|
||||
});
|
Loading…
Reference in New Issue
Block a user