jam-cloud/jam-ui/node_modules/react-timeago/lib/language-strings/vi.js

27 lines
604 B
JavaScript
Executable File

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
// Vietnamese
var strings = {
prefixAgo: 'cách đây',
prefixFromNow: null,
suffixAgo: null,
suffixFromNow: 'trước',
seconds: 'chưa đến 1 phút',
minute: 'khoảng 1 phút',
minutes: '%d phút',
hour: 'khoảng 1 tiếng',
hours: 'khoảng %d tiếng',
day: '1 ngày',
days: '%d ngày',
month: 'khoảng 1 tháng',
months: '%d tháng',
year: 'khoảng 1 năm',
years: '%d năm',
wordSeparator: ' '
};
var _default = strings;
exports["default"] = _default;