JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "vi.js"
Full Path: /var/www/html/ctctaxi/public/assets/vendor_components/select2/src/js/select2/i18n/vi.js
File size: 925 bytes
MIME-type: text/plain
Charset: utf-8
define(function () {
// Vietnamese
return {
inputTooLong: function (args) {
var overChars = args.input.length - args.maximum;
var message = 'Vui lòng nhập ít hơn ' + overChars + ' ký tự';
if (overChars != 1) {
message += 's';
}
return message;
},
inputTooShort: function (args) {
var remainingChars = args.minimum - args.input.length;
var message = 'Vui lòng nhập nhiều hơn ' + remainingChars + ' ký tự"';
return message;
},
loadingMore: function () {
return 'Đang lấy thêm kết quả…';
},
maximumSelected: function (args) {
var message = 'Chỉ có thể chọn được ' + args.maximum + ' lựa chọn';
return message;
},
noResults: function () {
return 'Không tìm thấy kết quả';
},
searching: function () {
return 'Đang tìm…';
}
};
});