PHP Classes

File: public/asset/vendor/select2/src/js/select2/i18n/vi.js

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/select2/src/js/select2/i18n/vi.js   Download  
File: public/asset/vendor/select2/src/js/select2/i18n/vi.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 971 bytes
 

Contents

Class file image Download
define(function () { // Vietnamese return { inputTooLong: function (args) { var overChars = args.input.length - args.maximum; var message = 'Vui lòng xóa b?t ' + overChars + ' ký t?'; return message; }, inputTooShort: function (args) { var remainingChars = args.minimum - args.input.length; var message = 'Vui lòng nh?p thêm t? ' + remainingChars + ' ký t? tr? lên'; 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?'; }, removeAllItems: function () { return 'Xóa t?t c? các m?c'; } }; });