Skip to content

Commit

Permalink
1.4.5 Greek Locale
Browse files Browse the repository at this point in the history
  • Loading branch information
stuyam committed Feb 21, 2020
1 parent f74df7d commit a0e42e4
Show file tree
Hide file tree
Showing 23 changed files with 77 additions and 24 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simple-react-validator",
"description": "A simple react form validator inspired by Laravel validation.",
"main": "dist/simple-react-validator.min.js",
"version": "1.4.4",
"version": "1.4.5",
"authors": [
"Stuart Yamartino"
],
Expand Down
51 changes: 51 additions & 0 deletions dist/locale/el.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
// Simple React Validator v1.4.5 | 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.SimpleReactValidatorLocaleEl = factory(root.SimpleReactValidator);
}
}(this, function(SimpleReactValidator) {
"use strict";

// Greek
SimpleReactValidator.addLocale('el', {
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 πρέπει να είναι array.',
before: 'Η ημ/νία πρέπει να είναι πριν από :date.',
before_or_equal: 'Η ημ/νία πρέπει να είναι πριν ή ίση με :date.',
between: 'Η τιμή του πεδίου :attribute πρέπει να βρίσκεται ανάμεσα από :min - :max:type.',
"boolean": 'Το πεδίο :attribute πρέπει να είναι boolean',
card_exp: 'To πεδίο :attribute πρέπει να είναι μια έγκυρη ημ/νία.',
card_num: 'Το πεδίο :attribute πρέπει να είναι ένας έγκυρος αριθμός κάρτας.',
currency: 'Το πεδίο :attribute πρέπει να έιναι ένα έγκυρο ποσό',
date: 'Το πεδίο :attribute πρέπει να είναι μια έγκυρη ημ/νία.',
date_equals: 'Η ημ/νία :attribute πρέπει να είναι ίδια με :date.',
email: 'Το πεδίο :attribute πρέπει να είναι ένα έγκυρο email.',
"in": 'To πεδίο :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 πρέπει να ειναι string',
"typeof": 'Η τιμή του πεδίου :attribute δεν ταιρίαζει με τον τύπο :type.',
url: 'Η τιμή του πεδίου :attribute πρέπει να είναι της μορφής λινκ(url).'
});
return null;
}));
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.4.4 | Created By Dockwa | MIT License | 2017 - Present
// Simple React Validator v1.4.5 | 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.4.4 | Created By Dockwa | MIT License | 2017 - Present
// Simple React Validator v1.4.5 | 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.4.4 | Created By Dockwa | MIT License | 2017 - Present
// Simple React Validator v1.4.5 | 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.4.4 | Created By Dockwa | MIT License | 2017 - Present
// Simple React Validator v1.4.5 | 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: 2 additions & 0 deletions 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 a0e42e4

Please sign in to comment.