mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2024-11-23 07:47:54 -05:00
Added Vietnamese (vi) locale
This commit is contained in:
parent
ed44a62689
commit
300555d699
1 changed files with 20 additions and 0 deletions
20
locales/jquery.timeago.vi.js
Normal file
20
locales/jquery.timeago.vi.js
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
// Vietnamese
|
||||||
|
jQuery.timeago.settings.strings = {
|
||||||
|
prefixAgo: 'cách đây',
|
||||||
|
prefixFromNow: null,
|
||||||
|
suffixAgo: null,
|
||||||
|
suffixFromNow: "trước",
|
||||||
|
seconds: "chưa đến một phút",
|
||||||
|
minute: "khoảng một phút",
|
||||||
|
minutes: "%d phút",
|
||||||
|
hour: "khoảng một tiếng",
|
||||||
|
hours: "khoảng %d tiếng",
|
||||||
|
day: "một ngày",
|
||||||
|
days: "%d ngày",
|
||||||
|
month: "khoảng một tháng",
|
||||||
|
months: "%d tháng",
|
||||||
|
year: "khoảng một năm",
|
||||||
|
years: "%d năm",
|
||||||
|
wordSeparator: " ",
|
||||||
|
numbers: []
|
||||||
|
};
|
Loading…
Reference in a new issue