Skip to content

Commit

Permalink
Longer tld support and japanese locale
Browse files Browse the repository at this point in the history
  • Loading branch information
stuyam committed Jul 23, 2021
1 parent 83804c0 commit f3fc2f3
Show file tree
Hide file tree
Showing 29 changed files with 90 additions and 39 deletions.
2 changes: 1 addition & 1 deletion dist/locale/el.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Simple React Validator v1.6.0 | Created By Dockwa | MIT License | 2017 - Present
// Simple React Validator v1.6.1 | Created By Dockwa | MIT License | 2017 - Present
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['simple-react-validator'], factory);
Expand Down
2 changes: 1 addition & 1 deletion dist/locale/es.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Simple React Validator v1.6.0 | Created By Dockwa | MIT License | 2017 - Present
// Simple React Validator v1.6.1 | Created By Dockwa | MIT License | 2017 - Present
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['simple-react-validator'], factory);
Expand Down
2 changes: 1 addition & 1 deletion dist/locale/fa.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Simple React Validator v1.6.0 | Created By Dockwa | MIT License | 2017 - Present
// Simple React Validator v1.6.1 | Created By Dockwa | MIT License | 2017 - Present
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['simple-react-validator'], factory);
Expand Down
2 changes: 1 addition & 1 deletion dist/locale/fr.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Simple React Validator v1.6.0 | Created By Dockwa | MIT License | 2017 - Present
// Simple React Validator v1.6.1 | Created By Dockwa | MIT License | 2017 - Present
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['simple-react-validator'], factory);
Expand Down
2 changes: 1 addition & 1 deletion dist/locale/id.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Simple React Validator v1.6.0 | Created By Dockwa | MIT License | 2017 - Present
// Simple React Validator v1.6.1 | Created By Dockwa | MIT License | 2017 - Present
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['simple-react-validator'], factory);
Expand Down
2 changes: 1 addition & 1 deletion dist/locale/it.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Simple React Validator v1.6.0 | Created By Dockwa | MIT License | 2017 - Present
// Simple React Validator v1.6.1 | Created By Dockwa | MIT License | 2017 - Present
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['simple-react-validator'], factory);
Expand Down
51 changes: 51 additions & 0 deletions dist/locale/ja.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
// Simple React Validator v1.6.1 | Created By Dockwa | MIT License | 2017 - Present
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['simple-react-validator'], factory);
} else if (typeof exports === 'object') {
module.exports = factory(require('simple-react-validator'));
} else {
root.SimpleReactValidatorLocaleJa = factory(root.SimpleReactValidator);
}
}(this, function(SimpleReactValidator) {
"use strict";

// Japanese
SimpleReactValidator.addLocale('ja', {
accepted: ':attributeを受け入れる必要があります。',
after: ':attributeは:dateより後でなければなりません。',
after_or_equal: ':attributeは:date以降である必要があります。',
alpha: ':attributeには文字のみを含めることができます。',
alpha_space: ':attributeには文字とスペースのみを含めることができます。',
alpha_num: ':attributeには文字と数字のみを含めることができます。',
alpha_num_space: ':attributeには文字、数字、およびスペースのみを含めることができます。',
alpha_num_dash: ':attributeには文字、数字、ダッシュ、およびアンダースコアのみを含めることができます。',
alpha_num_dash_space: ':attributeには文字、数字、ダッシュ、アンダースコア、およびスペースのみを含めることができます。',
array: ':attributeは配列でなければなりません。',
before: ':attributeは:dateより前でなければなりません。',
before_or_equal: ':attributeは:dateより前か:dateである必要があります。',
between: ':attributeは:minと:max:typeの間でなければなりません。',
"boolean": ':attributeはブール値である必要があります。',
card_exp: ':attributeは有効な有効期限である必要があります。',
card_num: ':attributeは有効なクレジットカード番号である必要があります。',
currency: ':attributeは有効な通貨である必要があります。',
date: ':attributeは日付でなければなりません。',
date_equals: ':attributeは:dateである必要があります。',
email: ':attributeは有効なメールアドレスである必要があります。',
"in": ':attributeは:valuesのいずれかと一致する必要があります。',
integer: ':attributeは整数でなければなりません。',
max: ':attributeは:max:typeを超えてはなりません。',
min: ':attributeは:min:type未満であってはなりません。',
not_in: ':attributeは:valuesのいずれかと一致してはなりません。',
not_regex: ':attributeは形式が無効です。',
numeric: ':attributeは数値でなければなりません。',
phone: ':attributeは有効な電話番号である必要があります。',
regex: ':attributeは形式が無効です。',
required: ':attributeは必須です。',
size: ':attributeは:size:typeである必要があります。',
string: ':attributeは文字列でなければなりません。',
"typeof": ':attributeは:typeの正しいタイプではありません。',
url: ':attributeは有効なURLである必要があります。'
});
return null;
}));
2 changes: 1 addition & 1 deletion dist/locale/min/el.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/locale/min/es.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/locale/min/fa.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/locale/min/fr.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/locale/min/id.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f3fc2f3

Please sign in to comment.