Skip to content

Commit c204c8b

Browse files
committed
Added vietnamese language file to source directory
1 parent b9013ea commit c204c8b

36 files changed

+94
-52
lines changed

form-validator/brazil.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/date.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/file.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/html5.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/jquery.form-validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/** File generated by Grunt -- do not modify
1818
* JQUERY-FORM-VALIDATOR
1919
*
20-
* @version 2.3.37
20+
* @version 2.3.39
2121
* @website http://formvalidator.net/
2222
* @author Victor Jonsson, http://victorjonsson.se
2323
* @license MIT

form-validator/jquery.form-validator.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/jsconf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** File generated by Grunt -- do not modify
22
* JQUERY-FORM-VALIDATOR
33
*
4-
* @version 2.3.37
4+
* @version 2.3.39
55
* @website http://formvalidator.net/
66
* @author Victor Jonsson, http://victorjonsson.se
77
* @license MIT

form-validator/lang/ca.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/lang/cs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/lang/cz.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

form-validator/lang/da.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/lang/de.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/lang/dk.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

form-validator/lang/es.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/lang/fr.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/lang/it.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/lang/nl.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/lang/no.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/lang/pl.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/lang/pt.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/lang/ro.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/lang/ru.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/lang/sv.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/lang/vi.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/location.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/logic.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/poland.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/sanitize.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/security.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/sepa.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/sweden.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/toggleDisabled.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/uk.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

formvalidator.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"validation",
88
"validator"
99
],
10-
"version": "2.3.37",
10+
"version": "2.3.39",
1111
"author": {
1212
"name": "Victor Jonsson",
1313
"url": "http://victorjonsson.se",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-form-validator",
33
"description": "With this feature rich jQuery plugin it becomes easy to validate user input while keeping your HTML markup clean from javascript code. Even though this plugin has a wide range of validation functions it's designed to require as little bandwidth as possible. This is achieved by grouping together validation functions in \"modules\", making it possible for the programmer to load only those functions that's needed to validate a particular form.",
4-
"version": "2.3.37",
4+
"version": "2.3.39",
55
"main": "./form-validator/jquery.form-validator.min.js",
66
"keywords": [
77
"form",

src/lang/vi.js

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
/**
2+
* jQuery Form Validator
3+
* ------------------------------------------
4+
*
5+
* Vietnamese language package
6+
*
7+
* @website http://formvalidator.net/
8+
* @license MIT
9+
*/
10+
(function($, window) {
11+
12+
'use strict';
13+
14+
$(window).bind('validatorsLoaded', function() {
15+
16+
$.formUtils.LANG = {
17+
errorTitle: 'Có lỗi trong qua trình gửi dữ liệu!',
18+
requiredFields: 'Bạn chưa nhập đủ các thông tin bắt buộc',
19+
badTime: 'Thời gian chưa chính xác',
20+
badEmail: 'Địa chỉ email chưa chính xác',
21+
badTelephone: 'Số điện thoại chưa chính xác',
22+
badSecurityAnswer: 'Câu hỏi bảo mật chưa chính xác',
23+
badDate: 'Ngày tháng chưa chính xác',
24+
lengthBadStart: 'Yêu cầu nhập từ ',
25+
lengthBadEnd: ' ký tự',
26+
lengthTooLongStart: 'Dữ liệu quá dài, yêu cầu ít hơn ',
27+
lengthTooShortStart: 'Dữ liệu quá ngắn, yêu cầu nhiều hơn ',
28+
notConfirmed: 'Dữ liệu không được xác nhận',
29+
badDomain: 'Tên miền chưa chính xác',
30+
badUrl: 'Địa chỉ website chưa chính xác',
31+
badCustomVal: 'Dữ liệu chưa chính xác',
32+
andSpaces: ' và các khoảng cách ',
33+
badInt: 'Yêu cầu chỉ nhập số',
34+
badSecurityNumber: 'Mã bảo mật chưa chính xác',
35+
badUKVatAnswer: 'UK VAT chưa chính xác',
36+
badStrength: 'Mật khẩu chưa đủ độ phức tạp',
37+
badNumberOfSelectedOptionsStart: 'Bạn cần tích chọn ít nhất ',
38+
badNumberOfSelectedOptionsEnd: ' lựa chọn',
39+
badAlphaNumeric: 'Yêu cầu chỉ nhập chữ hoặc số ',
40+
badAlphaNumericExtra: ' và ',
41+
wrongFileSize: 'File của bạn quá lớn (chỉ chấp nhận file không quá %s)',
42+
wrongFileType: 'Chỉ cho phép các định dạng file sau: %s',
43+
groupCheckedRangeStart: 'Vui lòng tích chọn từ ',
44+
groupCheckedTooFewStart: 'Vui lòng tích chọn ít nhất ',
45+
groupCheckedTooManyStart: 'Vui lòng tích chọn nhiều nhất ',
46+
groupCheckedEnd: ' lựa chọn',
47+
badCreditCard: 'Mã thẻ chưa chính xác',
48+
badCVV: 'Mã bảo mật (CVV) chưa chính xác',
49+
wrongFileDim: 'Kích thước ảnh chưa chính xác,',
50+
imageTooTall: 'Chiều cao ảnh không được vượt quá',
51+
imageTooWide: 'Chiều rộng ảnh không được vượt quá',
52+
imageTooSmall: 'Kích thước ảnh quá nhỏ',
53+
min: 'nhỏ nhất',
54+
max: 'lớn nhất',
55+
imageRatioNotAccepted: 'Tỷ lệ ảnh chưa chính xác'
56+
};
57+
58+
});
59+
60+
})(jQuery, window);

0 commit comments

Comments
 (0)