New Crowdin translations (#179)
This commit is contained in:
parent
d09fcc0f96
commit
d991db1640
|
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
#Blessing Skin
|
||||
model: 'The :attribute must be steve, alex or cape.'
|
||||
accepted: 'The :attribute must be accepted.'
|
||||
active_url: 'The :attribute is not a valid URL.'
|
||||
after: 'The :attribute must be a date after :date.'
|
||||
after_or_equal: 'The :attribute must be a date after or equal to :date.'
|
||||
alpha: 'The :attribute may only contain letters.'
|
||||
alpha_dash: 'The :attribute may only contain letters, numbers, and dashes.'
|
||||
alpha_dash: 'The :attribute may only contain letters, numbers, dashes and underscores.'
|
||||
alpha_num: 'The :attribute may only contain letters and numbers.'
|
||||
array: 'The :attribute must be an array.'
|
||||
before: 'The :attribute must be a date before :date.'
|
||||
before_or_equal: 'The :attribute must be a date before or equal to :date.'
|
||||
between:
|
||||
numeric: 'The :attribute must be between :min and :max.'
|
||||
file: 'The :attribute must be between :min and :max kilobytes.'
|
||||
|
|
@ -18,33 +18,62 @@ boolean: 'The :attribute field must be true or false.'
|
|||
captcha: 'Incorrect captcha.'
|
||||
confirmed: 'The :attribute confirmation does not match.'
|
||||
date: 'The :attribute is not a valid date.'
|
||||
date_equals: 'The :attribute must be a date equal to :date.'
|
||||
date_format: 'The :attribute does not match the format :format.'
|
||||
different: 'The :attribute and :other must be different.'
|
||||
digits: 'The :attribute must be :digits digits.'
|
||||
digits_between: 'The :attribute must be between :min and :max digits.'
|
||||
dimensions: 'The :attribute has invalid image dimensions.'
|
||||
distinct: 'The :attribute field has a duplicate value.'
|
||||
email: 'The :attribute must be a valid email address.'
|
||||
ends_with: 'The :attribute must end with one of the following: :values.'
|
||||
exists: 'The selected :attribute is invalid.'
|
||||
filled: 'The :attribute field is required.'
|
||||
file: 'The :attribute must be a file.'
|
||||
filled: 'The :attribute field must have a value.'
|
||||
gt:
|
||||
numeric: 'The :attribute must be greater than :value.'
|
||||
file: 'The :attribute must be greater than :value kilobytes.'
|
||||
string: 'The :attribute must be greater than :value characters.'
|
||||
array: 'The :attribute must have more than :value items.'
|
||||
gte:
|
||||
numeric: 'The :attribute must be greater than or equal :value.'
|
||||
file: 'The :attribute must be greater than or equal :value kilobytes.'
|
||||
string: 'The :attribute must be greater than or equal :value characters.'
|
||||
array: 'The :attribute must have :value items or more.'
|
||||
image: 'The :attribute must be an image.'
|
||||
in: 'The selected :attribute is invalid.'
|
||||
in_array: 'The :attribute field does not exist in :other.'
|
||||
integer: 'The :attribute must be an integer.'
|
||||
ip: 'The :attribute must be a valid IP address.'
|
||||
ipv4: 'The :attribute must be a valid IPv4 address.'
|
||||
ipv6: 'The :attribute must be a valid IPv6 address.'
|
||||
json: 'The :attribute must be a valid JSON string.'
|
||||
lt:
|
||||
numeric: 'The :attribute must be less than :value.'
|
||||
file: 'The :attribute must be less than :value kilobytes.'
|
||||
string: 'The :attribute must be less than :value characters.'
|
||||
array: 'The :attribute must have less than :value items.'
|
||||
lte:
|
||||
numeric: 'The :attribute must be less than or equal :value.'
|
||||
file: 'The :attribute must be less than or equal :value kilobytes.'
|
||||
string: 'The :attribute must be less than or equal :value characters.'
|
||||
array: 'The :attribute must not have more than :value items.'
|
||||
max:
|
||||
numeric: 'The :attribute may not be greater than :max.'
|
||||
file: 'The :attribute may not be greater than :max kilobytes.'
|
||||
string: 'The :attribute may not be greater than :max characters.'
|
||||
array: 'The :attribute may not have more than :max items.'
|
||||
mimes: 'The :attribute must be a file of type: :values.'
|
||||
mimetypes: 'The :attribute must be a file of type: :values.'
|
||||
min:
|
||||
numeric: 'The :attribute must be at least :min.'
|
||||
file: 'The :attribute must be at least :min kilobytes.'
|
||||
string: 'The :attribute must be at least :min characters.'
|
||||
array: 'The :attribute must have at least :min items.'
|
||||
not_in: 'The selected :attribute is invalid.'
|
||||
not_regex: 'The :attribute format is invalid.'
|
||||
numeric: 'The :attribute must be a number.'
|
||||
password: The password is incorrect.
|
||||
present: 'The :attribute field must be present.'
|
||||
recaptcha: 'reCAPTCHA validation failed.'
|
||||
regex: 'The :attribute format is invalid.'
|
||||
|
|
@ -52,7 +81,7 @@ required: 'The :attribute field is required.'
|
|||
required_if: 'The :attribute field is required when :other is :value.'
|
||||
required_unless: 'The :attribute field is required unless :other is in :values.'
|
||||
required_with: 'The :attribute field is required when :values is present.'
|
||||
required_with_all: 'The :attribute field is required when :values is present.'
|
||||
required_with_all: 'The :attribute field is required when :values are present.'
|
||||
required_without: 'The :attribute field is required when :values is not present.'
|
||||
required_without_all: 'The :attribute field is required when none of :values are present.'
|
||||
same: 'The :attribute and :other must match.'
|
||||
|
|
@ -61,10 +90,13 @@ size:
|
|||
file: 'The :attribute must be :size kilobytes.'
|
||||
string: 'The :attribute must be :size characters.'
|
||||
array: 'The :attribute must contain :size items.'
|
||||
starts_with: 'The :attribute must start with one of the following: :values.'
|
||||
string: 'The :attribute must be a string.'
|
||||
timezone: 'The :attribute must be a valid zone.'
|
||||
unique: 'The :attribute has already been taken.'
|
||||
uploaded: 'The :attribute failed to upload.'
|
||||
url: 'The :attribute format is invalid.'
|
||||
uuid: 'The :attribute must be a valid UUID.'
|
||||
#--------------------------------------------------------------------------
|
||||
#Custom Validation Language Lines
|
||||
#--------------------------------------------------------------------------
|
||||
|
|
@ -81,7 +113,11 @@ url: 'The :attribute format is invalid.'
|
|||
#with something more reader friendly such as E-Mail Address instead
|
||||
#of "email". This simply helps us make messages a little cleaner.
|
||||
attributes:
|
||||
name: name
|
||||
player_name: player name
|
||||
new_player_name: player name
|
||||
identification: email or player name
|
||||
sitename: site name
|
||||
email: email
|
||||
password: password
|
||||
password_confirmation: 'password confirmation'
|
||||
title: title
|
||||
content: content
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
#Blessing Skin
|
||||
model: 'The :attribute must be steve, alex or cape.'
|
||||
accepted: 'The :attribute must be accepted.'
|
||||
active_url: 'The :attribute is not a valid URL.'
|
||||
after: 'The :attribute must be a date after :date.'
|
||||
after_or_equal: 'The :attribute must be a date after or equal to :date.'
|
||||
alpha: 'The :attribute may only contain letters.'
|
||||
alpha_dash: 'The :attribute may only contain letters, numbers, and dashes.'
|
||||
alpha_dash: 'The :attribute may only contain letters, numbers, dashes and underscores.'
|
||||
alpha_num: 'The :attribute may only contain letters and numbers.'
|
||||
array: 'The :attribute must be an array.'
|
||||
before: 'The :attribute must be a date before :date.'
|
||||
before_or_equal: 'The :attribute must be a date before or equal to :date.'
|
||||
between:
|
||||
numeric: 'The :attribute must be between :min and :max.'
|
||||
file: 'The :attribute must be between :min and :max kilobytes.'
|
||||
|
|
@ -18,33 +18,62 @@ boolean: 'The :attribute field must be true or false.'
|
|||
captcha: 'Incorrect captcha.'
|
||||
confirmed: 'The :attribute confirmation does not match.'
|
||||
date: 'The :attribute is not a valid date.'
|
||||
date_equals: 'The :attribute must be a date equal to :date.'
|
||||
date_format: 'The :attribute does not match the format :format.'
|
||||
different: 'The :attribute and :other must be different.'
|
||||
digits: 'The :attribute must be :digits digits.'
|
||||
digits_between: 'The :attribute must be between :min and :max digits.'
|
||||
dimensions: 'The :attribute has invalid image dimensions.'
|
||||
distinct: 'The :attribute field has a duplicate value.'
|
||||
email: 'The :attribute must be a valid email address.'
|
||||
ends_with: 'The :attribute must end with one of the following: :values.'
|
||||
exists: 'The selected :attribute is invalid.'
|
||||
filled: 'The :attribute field is required.'
|
||||
file: 'The :attribute must be a file.'
|
||||
filled: 'The :attribute field must have a value.'
|
||||
gt:
|
||||
numeric: 'The :attribute must be greater than :value.'
|
||||
file: 'The :attribute must be greater than :value kilobytes.'
|
||||
string: 'The :attribute must be greater than :value characters.'
|
||||
array: 'The :attribute must have more than :value items.'
|
||||
gte:
|
||||
numeric: 'The :attribute must be greater than or equal :value.'
|
||||
file: 'The :attribute must be greater than or equal :value kilobytes.'
|
||||
string: 'The :attribute must be greater than or equal :value characters.'
|
||||
array: 'The :attribute must have :value items or more.'
|
||||
image: 'The :attribute must be an image.'
|
||||
in: 'The selected :attribute is invalid.'
|
||||
in_array: 'The :attribute field does not exist in :other.'
|
||||
integer: 'The :attribute must be an integer.'
|
||||
ip: 'The :attribute must be a valid IP address.'
|
||||
ipv4: 'The :attribute must be a valid IPv4 address.'
|
||||
ipv6: 'The :attribute must be a valid IPv6 address.'
|
||||
json: 'The :attribute must be a valid JSON string.'
|
||||
lt:
|
||||
numeric: 'The :attribute must be less than :value.'
|
||||
file: 'The :attribute must be less than :value kilobytes.'
|
||||
string: 'The :attribute must be less than :value characters.'
|
||||
array: 'The :attribute must have less than :value items.'
|
||||
lte:
|
||||
numeric: 'The :attribute must be less than or equal :value.'
|
||||
file: 'The :attribute must be less than or equal :value kilobytes.'
|
||||
string: 'The :attribute must be less than or equal :value characters.'
|
||||
array: 'The :attribute must not have more than :value items.'
|
||||
max:
|
||||
numeric: 'The :attribute may not be greater than :max.'
|
||||
file: 'The :attribute may not be greater than :max kilobytes.'
|
||||
string: 'The :attribute may not be greater than :max characters.'
|
||||
array: 'The :attribute may not have more than :max items.'
|
||||
mimes: 'The :attribute must be a file of type: :values.'
|
||||
mimetypes: 'The :attribute must be a file of type: :values.'
|
||||
min:
|
||||
numeric: 'The :attribute must be at least :min.'
|
||||
file: 'The :attribute must be at least :min kilobytes.'
|
||||
string: 'The :attribute must be at least :min characters.'
|
||||
array: 'The :attribute must have at least :min items.'
|
||||
not_in: 'The selected :attribute is invalid.'
|
||||
not_regex: 'The :attribute format is invalid.'
|
||||
numeric: 'The :attribute must be a number.'
|
||||
password: The password is incorrect.
|
||||
present: 'The :attribute field must be present.'
|
||||
recaptcha: 'reCAPTCHA validation failed.'
|
||||
regex: 'The :attribute format is invalid.'
|
||||
|
|
@ -52,7 +81,7 @@ required: 'The :attribute field is required.'
|
|||
required_if: 'The :attribute field is required when :other is :value.'
|
||||
required_unless: 'The :attribute field is required unless :other is in :values.'
|
||||
required_with: 'The :attribute field is required when :values is present.'
|
||||
required_with_all: 'The :attribute field is required when :values is present.'
|
||||
required_with_all: 'The :attribute field is required when :values are present.'
|
||||
required_without: 'The :attribute field is required when :values is not present.'
|
||||
required_without_all: 'The :attribute field is required when none of :values are present.'
|
||||
same: 'The :attribute and :other must match.'
|
||||
|
|
@ -61,10 +90,13 @@ size:
|
|||
file: 'The :attribute must be :size kilobytes.'
|
||||
string: 'The :attribute must be :size characters.'
|
||||
array: 'The :attribute must contain :size items.'
|
||||
starts_with: 'The :attribute must start with one of the following: :values.'
|
||||
string: 'The :attribute must be a string.'
|
||||
timezone: 'The :attribute must be a valid zone.'
|
||||
unique: 'The :attribute has already been taken.'
|
||||
uploaded: 'The :attribute failed to upload.'
|
||||
url: 'The :attribute format is invalid.'
|
||||
uuid: 'The :attribute must be a valid UUID.'
|
||||
#--------------------------------------------------------------------------
|
||||
#Custom Validation Language Lines
|
||||
#--------------------------------------------------------------------------
|
||||
|
|
@ -81,7 +113,11 @@ url: 'The :attribute format is invalid.'
|
|||
#with something more reader friendly such as E-Mail Address instead
|
||||
#of "email". This simply helps us make messages a little cleaner.
|
||||
attributes:
|
||||
name: name
|
||||
player_name: player name
|
||||
new_player_name: player name
|
||||
identification: email or player name
|
||||
sitename: site name
|
||||
email: email
|
||||
password: password
|
||||
password_confirmation: 'password confirmation'
|
||||
title: title
|
||||
content: content
|
||||
|
|
|
|||
|
|
@ -1,70 +1,102 @@
|
|||
---
|
||||
#Blessing Skin
|
||||
model: 'El campo :attribute debe ser steve, alex o capa.'
|
||||
accepted: 'El campo :attribute debe ser aceptado.'
|
||||
active_url: 'El campo :attribute no es un URL válido.'
|
||||
after: 'El campo :attribute debe ser una fecha después de :date.'
|
||||
alpha: 'El campo :attribute sólo puede contener letras.'
|
||||
alpha_dash: 'El campo :attribute sólo puede contener letras, números y guiones.'
|
||||
alpha_num: 'El campo :attribute sólo puede contener letras y números.'
|
||||
array: 'El campo :attribute debe ser una matriz.'
|
||||
before: 'El campo :attribute debe ser una fecha antes de :date.'
|
||||
accepted: ':attribute debe ser aceptado.'
|
||||
active_url: ':attribute no es una URL válida.'
|
||||
after: ':attribute debe ser una fecha posterior a :date.'
|
||||
after_or_equal: ':attribute debe ser una fecha posterior o igual a :date.'
|
||||
alpha: ':attribute sólo debe contener letras.'
|
||||
alpha_dash: ':attribute sólo debe contener letras, números, guiones y guiones bajos.'
|
||||
alpha_num: ':attribute sólo debe contener letras y números.'
|
||||
array: ':attribute debe ser un conjunto.'
|
||||
before: ':attribute debe ser una fecha anterior a :date.'
|
||||
before_or_equal: ':attribute debe ser una fecha anterior o igual a :date.'
|
||||
between:
|
||||
numeric: 'El campo :attribute debe estar entre :min y :max.'
|
||||
file: 'El campo :attribute debe tener entre :min y :max kilobytes.'
|
||||
string: 'El campo :attribute debe tener entre :min y :max caracteres.'
|
||||
array: 'El campo :attribute debe tener entre :min y :max elementos.'
|
||||
boolean: 'El campo :attribute debe ser verdadero o falso.'
|
||||
numeric: ':attribute tiene que estar entre :min - :max.'
|
||||
file: ':attribute debe pesar entre :min - :max kilobytes.'
|
||||
string: ':attribute tiene que tener entre :min - :max caracteres.'
|
||||
array: ':attribute tiene que tener entre :min - :max elementos.'
|
||||
boolean: 'El campo :attribute debe tener un valor verdadero o falso.'
|
||||
captcha: 'Captcha incorrecta.'
|
||||
confirmed: 'La confirmación del campo :attribute no coincide.'
|
||||
date: 'El campo :attribute no es una fecha válida.'
|
||||
date_format: 'El campo :attribute no coincide con el formato :format.'
|
||||
different: 'El campo :attribute y :other deben ser diferentes.'
|
||||
digits: 'El campo :attribute debe ser :digits dígitos.'
|
||||
digits_between: 'El campo :attribute debe tener entre :min y :max dígitos.'
|
||||
distinct: 'El campo :attribute tiene un valor duplicado.'
|
||||
email: 'El campo :attribute debe ser una dirección de correo electrónico válida.'
|
||||
exists: 'El campo :attribute seleccionado no es válido.'
|
||||
confirmed: 'La confirmación de :attribute no coincide.'
|
||||
date: ':attribute no es una fecha válida.'
|
||||
date_equals: ':attribute debe ser una fecha igual a :date.'
|
||||
date_format: ':attribute no corresponde al formato :format.'
|
||||
different: ':attribute y :other deben ser diferentes.'
|
||||
digits: ':attribute debe tener :digits dígitos.'
|
||||
digits_between: ':attribute debe tener entre :min y :max dígitos.'
|
||||
dimensions: 'Las dimensiones de la imagen :attribute no son válidas.'
|
||||
distinct: 'El campo :attribute contiene un valor duplicado.'
|
||||
email: ':attribute no es un correo válido.'
|
||||
ends_with: 'El campo :attribute debe finalizar con uno de los siguientes valores: :values'
|
||||
exists: ':attribute es inválido.'
|
||||
file: 'El campo :attribute debe ser un archivo.'
|
||||
filled: 'El campo :attribute es obligatorio.'
|
||||
image: 'El campo :attribute debe ser una imagen.'
|
||||
in: 'El campo :attribute seleccionado no es válido.'
|
||||
gt:
|
||||
numeric: 'El campo :attribute debe ser mayor que :value.'
|
||||
file: 'El campo :attribute debe tener más de :value kilobytes.'
|
||||
string: 'El campo :attribute debe tener más de :value caracteres.'
|
||||
array: 'El campo :attribute debe tener más de :value elementos.'
|
||||
gte:
|
||||
numeric: 'El campo :attribute debe ser como mínimo :value.'
|
||||
file: 'El campo :attribute debe tener como mínimo :value kilobytes.'
|
||||
string: 'El campo :attribute debe tener como mínimo :value caracteres.'
|
||||
array: 'El campo :attribute debe tener como mínimo :value elementos.'
|
||||
image: ':attribute debe ser una imagen.'
|
||||
in: ':attribute es inválido.'
|
||||
in_array: 'El campo :attribute no existe en :other.'
|
||||
integer: 'El campo :attribute debe ser un entero.'
|
||||
ip: 'El campo :attribute debe ser una dirección IP válida.'
|
||||
integer: ':attribute debe ser un número entero.'
|
||||
ip: ':attribute debe ser una dirección IP válida.'
|
||||
ipv4: ':attribute debe ser un dirección IPv4 válida.'
|
||||
ipv6: ':attribute debe ser un dirección IPv6 válida.'
|
||||
json: 'El campo :attribute debe ser una cadena JSON válida.'
|
||||
lt:
|
||||
numeric: 'El campo :attribute debe ser menor que :value.'
|
||||
file: 'El campo :attribute debe tener menos de :value kilobytes.'
|
||||
string: 'El campo :attribute debe tener menos de :value caracteres.'
|
||||
array: 'El campo :attribute debe tener menos de :value elementos.'
|
||||
lte:
|
||||
numeric: 'El campo :attribute debe ser como máximo :value.'
|
||||
file: 'El campo :attribute debe tener como máximo :value kilobytes.'
|
||||
string: 'El campo :attribute debe tener como máximo :value caracteres.'
|
||||
array: 'El campo :attribute debe tener como máximo :value elementos.'
|
||||
max:
|
||||
numeric: 'El campo :attribute no puede ser mayor que :max.'
|
||||
file: 'El campo :attribute no puede ser mayor que :max kilobytes.'
|
||||
string: 'El campo :attribute no puede ser mayor que :max caracteres.'
|
||||
array: 'El campo :attribute no puede tener más de :max elementos.'
|
||||
mimes: 'El campo :attribute debe ser un archivo de tipo: :values.'
|
||||
numeric: ':attribute no debe ser mayor que :max.'
|
||||
file: ':attribute no debe ser mayor que :max kilobytes.'
|
||||
string: ':attribute no debe ser mayor que :max caracteres.'
|
||||
array: ':attribute no debe tener más de :max elementos.'
|
||||
mimes: ':attribute debe ser un archivo con formato: :values.'
|
||||
mimetypes: ':attribute debe ser un archivo con formato: :values.'
|
||||
min:
|
||||
numeric: 'El campo :attribute debe tener al menos :min.'
|
||||
file: 'El campo :attribute debe tener al menos :min kilobytes.'
|
||||
string: 'El campo :attribute debe tener al menos :min caracteres.'
|
||||
array: 'El campo :attribute debe tener al menos :min elementos.'
|
||||
not_in: 'El campo :attribute seleccionado no es válido.'
|
||||
numeric: 'El campo :attribute debe ser un número.'
|
||||
numeric: 'El tamaño de :attribute debe ser de al menos :min.'
|
||||
file: 'El tamaño de :attribute debe ser de al menos :min kilobytes.'
|
||||
string: ':attribute debe contener al menos :min caracteres.'
|
||||
array: ':attribute debe tener al menos :min elementos.'
|
||||
not_in: ':attribute es inválido.'
|
||||
not_regex: 'El formato del campo :attribute no es válido.'
|
||||
numeric: ':attribute debe ser numérico.'
|
||||
password: La contraseña es incorrecta.
|
||||
present: 'El campo :attribute debe estar presente.'
|
||||
recaptcha: 'Falló la validación de reCAPTCHA.'
|
||||
regex: 'El formato de :attribute no es válido.'
|
||||
regex: 'El formato de :attribute es inválido.'
|
||||
required: 'El campo :attribute es obligatorio.'
|
||||
required_if: 'El campo :attribute es obligatorio cuando :other es :value.'
|
||||
required_unless: 'El campo :attribute es obligatorio a menos que :other esté en :values.'
|
||||
required_with: 'El campo :attribute es obligatorio cuando :values está presente.'
|
||||
required_with_all: 'El campo :attribute es obligatorio cuando :values está presente.'
|
||||
required_with_all: 'El campo :attribute es obligatorio cuando :values están presentes.'
|
||||
required_without: 'El campo :attribute es obligatorio cuando :values no está presente.'
|
||||
required_without_all: 'El campo :attribute es obligatorio cuando ninguno de :values están presentes.'
|
||||
same: 'El campo :attribute y :other deben coincidir.'
|
||||
required_without_all: 'El campo :attribute es obligatorio cuando ninguno de :values está presente.'
|
||||
same: ':attribute y :other deben coincidir.'
|
||||
size:
|
||||
numeric: 'El campo :attribute debe ser :size.'
|
||||
file: 'El campo :attribute debe tener :size kilobytes.'
|
||||
string: 'El campo :attribute debe tener :size caracteres.'
|
||||
array: 'El campo :attribute debe contener :size elementos.'
|
||||
string: 'El campo :attribute debe ser un string.'
|
||||
timezone: 'El campo :attribute debe ser una zona válida.'
|
||||
unique: 'El campo :attribute ya ha sido usado.'
|
||||
url: 'El formato de :attribute no es válido.'
|
||||
numeric: 'El tamaño de :attribute debe ser :size.'
|
||||
file: 'El tamaño de :attribute debe ser :size kilobytes.'
|
||||
string: ':attribute debe contener :size caracteres.'
|
||||
array: ':attribute debe contener :size elementos.'
|
||||
starts_with: 'El campo :attribute debe comenzar con uno de los siguientes valores: :values'
|
||||
string: 'El campo :attribute debe ser una cadena de caracteres.'
|
||||
timezone: 'El :attribute debe ser una zona válida.'
|
||||
unique: 'El campo :attribute ya ha sido registrado.'
|
||||
uploaded: 'Subir :attribute ha fallado.'
|
||||
url: 'El formato :attribute es inválido.'
|
||||
uuid: 'El campo :attribute debe ser un UUID válido.'
|
||||
#--------------------------------------------------------------------------
|
||||
#Custom Validation Language Lines
|
||||
#--------------------------------------------------------------------------
|
||||
|
|
@ -81,7 +113,11 @@ url: 'El formato de :attribute no es válido.'
|
|||
#with something more reader friendly such as E-Mail Address instead
|
||||
#of "email". This simply helps us make messages a little cleaner.
|
||||
attributes:
|
||||
name: nombre
|
||||
player_name: nombre del jugador
|
||||
new_player_name: nombre del jugador
|
||||
identification: email o nombre del jugador
|
||||
sitename: nombre del sitio
|
||||
email: correo electrónico
|
||||
password: contraseña
|
||||
password_confirmation: 'confirmación de la contraseña'
|
||||
title: título
|
||||
content: contenido
|
||||
|
|
|
|||
|
|
@ -1,70 +1,102 @@
|
|||
---
|
||||
#Blessing Skin
|
||||
model: 'The :attribute must be steve, alex or cape.'
|
||||
accepted: 'The :attribute must be accepted.'
|
||||
active_url: 'The :attribute is not a valid URL.'
|
||||
after: 'The :attribute must be a date after :date.'
|
||||
alpha: 'The :attribute may only contain letters.'
|
||||
alpha_dash: 'The :attribute may only contain letters, numbers, and dashes.'
|
||||
alpha_num: 'The :attribute may only contain letters and numbers.'
|
||||
array: 'The :attribute must be an array.'
|
||||
before: 'The :attribute must be a date before :date.'
|
||||
accepted: 'Le champ :attribute doit être accepté.'
|
||||
active_url: 'Le champ :attribute n''est pas une URL valide.'
|
||||
after: 'Le champ :attribute doit être une date postérieure au :date.'
|
||||
after_or_equal: 'Le champ :attribute doit être une date postérieure ou égale au :date.'
|
||||
alpha: 'Le champ :attribute doit contenir uniquement des lettres.'
|
||||
alpha_dash: 'Le champ :attribute doit contenir uniquement des lettres, des chiffres et des tirets.'
|
||||
alpha_num: 'Le champ :attribute doit contenir uniquement des chiffres et des lettres.'
|
||||
array: 'Le champ :attribute doit être un tableau.'
|
||||
before: 'Le champ :attribute doit être une date antérieure au :date.'
|
||||
before_or_equal: 'Le champ :attribute doit être une date antérieure ou égale au :date.'
|
||||
between:
|
||||
numeric: 'The :attribute must be between :min and :max.'
|
||||
file: 'The :attribute must be between :min and :max kilobytes.'
|
||||
string: 'The :attribute must be between :min and :max characters.'
|
||||
array: 'The :attribute must have between :min and :max items.'
|
||||
boolean: 'The :attribute field must be true or false.'
|
||||
numeric: 'La valeur de :attribute doit être comprise entre :min et :max.'
|
||||
file: 'La taille du fichier de :attribute doit être comprise entre :min et :max kilo-octets.'
|
||||
string: 'Le texte :attribute doit contenir entre :min et :max caractères.'
|
||||
array: 'Le tableau :attribute doit contenir entre :min et :max éléments.'
|
||||
boolean: 'Le champ :attribute doit être vrai ou faux.'
|
||||
captcha: 'Incorrect captcha.'
|
||||
confirmed: 'The :attribute confirmation does not match.'
|
||||
date: 'The :attribute is not a valid date.'
|
||||
date_format: 'The :attribute does not match the format :format.'
|
||||
different: 'The :attribute and :other must be different.'
|
||||
digits: 'The :attribute must be :digits digits.'
|
||||
digits_between: 'The :attribute must be between :min and :max digits.'
|
||||
distinct: 'The :attribute field has a duplicate value.'
|
||||
email: 'The :attribute must be a valid email address.'
|
||||
exists: 'The selected :attribute is invalid.'
|
||||
filled: 'The :attribute field is required.'
|
||||
image: 'The :attribute must be an image.'
|
||||
in: 'The selected :attribute is invalid.'
|
||||
in_array: 'The :attribute field does not exist in :other.'
|
||||
integer: 'The :attribute must be an integer.'
|
||||
ip: 'The :attribute must be a valid IP address.'
|
||||
json: 'The :attribute must be a valid JSON string.'
|
||||
confirmed: 'Le champ de confirmation :attribute ne correspond pas.'
|
||||
date: 'Le champ :attribute n''est pas une date valide.'
|
||||
date_equals: 'Le champ :attribute doit être une date égale à :date.'
|
||||
date_format: 'Le champ :attribute ne correspond pas au format :format.'
|
||||
different: 'Les champs :attribute et :other doivent être différents.'
|
||||
digits: 'Le champ :attribute doit contenir :digits chiffres.'
|
||||
digits_between: 'Le champ :attribute doit contenir entre :min et :max chiffres.'
|
||||
dimensions: 'La taille de l''image :attribute n''est pas conforme.'
|
||||
distinct: 'Le champ :attribute a une valeur en double.'
|
||||
email: 'Le champ :attribute doit être une adresse email valide.'
|
||||
ends_with: 'Le champ :attribute doit se terminer par une des valeurs suivantes : :values'
|
||||
exists: 'Le champ :attribute sélectionné est invalide.'
|
||||
file: 'Le champ :attribute doit être un fichier.'
|
||||
filled: 'Le champ :attribute doit avoir une valeur.'
|
||||
gt:
|
||||
numeric: 'La valeur de :attribute doit être supérieure à :value.'
|
||||
file: 'La taille du fichier de :attribute doit être supérieure à :value kilo-octets.'
|
||||
string: 'Le texte :attribute doit contenir plus de :value caractères.'
|
||||
array: 'Le tableau :attribute doit contenir plus de :value éléments.'
|
||||
gte:
|
||||
numeric: 'La valeur de :attribute doit être supérieure ou égale à :value.'
|
||||
file: 'La taille du fichier de :attribute doit être supérieure ou égale à :value kilo-octets.'
|
||||
string: 'Le texte :attribute doit contenir au moins :value caractères.'
|
||||
array: 'Le tableau :attribute doit contenir au moins :value éléments.'
|
||||
image: 'Le champ :attribute doit être une image.'
|
||||
in: 'Le champ :attribute est invalide.'
|
||||
in_array: 'Le champ :attribute n''existe pas dans :other.'
|
||||
integer: 'Le champ :attribute doit être un entier.'
|
||||
ip: 'Le champ :attribute doit être une adresse IP valide.'
|
||||
ipv4: 'Le champ :attribute doit être une adresse IPv4 valide.'
|
||||
ipv6: 'Le champ :attribute doit être une adresse IPv6 valide.'
|
||||
json: 'Le champ :attribute doit être un document JSON valide.'
|
||||
lt:
|
||||
numeric: 'La valeur de :attribute doit être inférieure à :value.'
|
||||
file: 'La taille du fichier de :attribute doit être inférieure à :value kilo-octets.'
|
||||
string: 'Le texte :attribute doit contenir moins de :value caractères.'
|
||||
array: 'Le tableau :attribute doit contenir moins de :value éléments.'
|
||||
lte:
|
||||
numeric: 'La valeur de :attribute doit être inférieure ou égale à :value.'
|
||||
file: 'La taille du fichier de :attribute doit être inférieure ou égale à :value kilo-octets.'
|
||||
string: 'Le texte :attribute doit contenir au plus :value caractères.'
|
||||
array: 'Le tableau :attribute doit contenir au plus :value éléments.'
|
||||
max:
|
||||
numeric: 'The :attribute may not be greater than :max.'
|
||||
file: 'The :attribute may not be greater than :max kilobytes.'
|
||||
string: 'The :attribute may not be greater than :max characters.'
|
||||
array: 'The :attribute may not have more than :max items.'
|
||||
mimes: 'The :attribute must be a file of type: :values.'
|
||||
numeric: 'La valeur de :attribute ne peut être supérieure à :max.'
|
||||
file: 'La taille du fichier de :attribute ne peut pas dépasser :max kilo-octets.'
|
||||
string: 'Le texte de :attribute ne peut contenir plus de :max caractères.'
|
||||
array: 'Le tableau :attribute ne peut contenir plus de :max éléments.'
|
||||
mimes: 'Le champ :attribute doit être un fichier de type : :values.'
|
||||
mimetypes: 'Le champ :attribute doit être un fichier de type : :values.'
|
||||
min:
|
||||
numeric: 'The :attribute must be at least :min.'
|
||||
file: 'The :attribute must be at least :min kilobytes.'
|
||||
string: 'The :attribute must be at least :min characters.'
|
||||
array: 'The :attribute must have at least :min items.'
|
||||
not_in: 'The selected :attribute is invalid.'
|
||||
numeric: 'The :attribute must be a number.'
|
||||
present: 'The :attribute field must be present.'
|
||||
numeric: 'La valeur de :attribute doit être supérieure ou égale à :min.'
|
||||
file: 'La taille du fichier de :attribute doit être supérieure à :min kilo-octets.'
|
||||
string: 'Le texte :attribute doit contenir au moins :min caractères.'
|
||||
array: 'Le tableau :attribute doit contenir au moins :min éléments.'
|
||||
not_in: 'Le champ :attribute sélectionné n''est pas valide.'
|
||||
not_regex: 'Le format du champ :attribute n''est pas valide.'
|
||||
numeric: 'Le champ :attribute doit contenir un nombre.'
|
||||
password: Le mot de passe est incorrect
|
||||
present: 'Le champ :attribute doit être présent.'
|
||||
recaptcha: 'reCAPTCHA validation failed.'
|
||||
regex: 'The :attribute format is invalid.'
|
||||
required: 'The :attribute field is required.'
|
||||
required_if: 'The :attribute field is required when :other is :value.'
|
||||
required_unless: 'The :attribute field is required unless :other is in :values.'
|
||||
required_with: 'The :attribute field is required when :values is present.'
|
||||
required_with_all: 'The :attribute field is required when :values is present.'
|
||||
required_without: 'The :attribute field is required when :values is not present.'
|
||||
required_without_all: 'The :attribute field is required when none of :values are present.'
|
||||
same: 'The :attribute and :other must match.'
|
||||
regex: 'Le format du champ :attribute est invalide.'
|
||||
required: 'Le champ :attribute est obligatoire.'
|
||||
required_if: 'Le champ :attribute est obligatoire quand la valeur de :other est :value.'
|
||||
required_unless: 'Le champ :attribute est obligatoire sauf si :other est :values.'
|
||||
required_with: 'Le champ :attribute est obligatoire quand :values est présent.'
|
||||
required_with_all: 'Le champ :attribute est obligatoire quand :values sont présents.'
|
||||
required_without: 'Le champ :attribute est obligatoire quand :values n''est pas présent.'
|
||||
required_without_all: 'Le champ :attribute est requis quand aucun de :values n''est présent.'
|
||||
same: 'Les champs :attribute et :other doivent être identiques.'
|
||||
size:
|
||||
numeric: 'The :attribute must be :size.'
|
||||
file: 'The :attribute must be :size kilobytes.'
|
||||
string: 'The :attribute must be :size characters.'
|
||||
array: 'The :attribute must contain :size items.'
|
||||
string: 'The :attribute must be a string.'
|
||||
timezone: 'The :attribute must be a valid zone.'
|
||||
unique: 'The :attribute has already been taken.'
|
||||
url: 'The :attribute format is invalid.'
|
||||
numeric: 'La valeur de :attribute doit être :size.'
|
||||
file: 'La taille du fichier de :attribute doit être de :size kilo-octets.'
|
||||
string: 'Le texte de :attribute doit contenir :size caractères.'
|
||||
array: 'Le tableau :attribute doit contenir :size éléments.'
|
||||
starts_with: 'Le champ :attribute doit commencer avec une des valeurs suivantes : :values'
|
||||
string: 'Le champ :attribute doit être une chaîne de caractères.'
|
||||
timezone: 'Le champ :attribute doit être un fuseau horaire valide.'
|
||||
unique: 'La valeur du champ :attribute est déjà utilisée.'
|
||||
uploaded: 'Le fichier du champ :attribute n''a pu être téléversé.'
|
||||
url: 'Le format de l''URL de :attribute n''est pas valide.'
|
||||
uuid: 'Le champ :attribute doit être un UUID valide'
|
||||
#--------------------------------------------------------------------------
|
||||
#Custom Validation Language Lines
|
||||
#--------------------------------------------------------------------------
|
||||
|
|
@ -81,7 +113,11 @@ url: 'The :attribute format is invalid.'
|
|||
#with something more reader friendly such as E-Mail Address instead
|
||||
#of "email". This simply helps us make messages a little cleaner.
|
||||
attributes:
|
||||
name: nom
|
||||
player_name: player name
|
||||
new_player_name: player name
|
||||
identification: email or player name
|
||||
sitename: site name
|
||||
email: adresse email
|
||||
password: mot de passe
|
||||
password_confirmation: 'confirmation du mot de passe'
|
||||
title: titre
|
||||
content: contenu
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
#Blessing Skin
|
||||
model: 'The :attribute must be steve, alex or cape.'
|
||||
accepted: 'The :attribute must be accepted.'
|
||||
active_url: 'The :attribute is not a valid URL.'
|
||||
after: 'The :attribute must be a date after :date.'
|
||||
after_or_equal: 'The :attribute must be a date after or equal to :date.'
|
||||
alpha: 'The :attribute may only contain letters.'
|
||||
alpha_dash: 'The :attribute may only contain letters, numbers, and dashes.'
|
||||
alpha_dash: 'The :attribute may only contain letters, numbers, dashes and underscores.'
|
||||
alpha_num: 'The :attribute may only contain letters and numbers.'
|
||||
array: 'The :attribute must be an array.'
|
||||
before: 'The :attribute must be a date before :date.'
|
||||
before_or_equal: 'The :attribute must be a date before or equal to :date.'
|
||||
between:
|
||||
numeric: 'The :attribute must be between :min and :max.'
|
||||
file: 'The :attribute must be between :min and :max kilobytes.'
|
||||
|
|
@ -18,33 +18,62 @@ boolean: 'The :attribute field must be true or false.'
|
|||
captcha: 'Incorrect captcha.'
|
||||
confirmed: 'The :attribute confirmation does not match.'
|
||||
date: 'The :attribute is not a valid date.'
|
||||
date_equals: 'The :attribute must be a date equal to :date.'
|
||||
date_format: 'The :attribute does not match the format :format.'
|
||||
different: 'The :attribute and :other must be different.'
|
||||
digits: 'The :attribute must be :digits digits.'
|
||||
digits_between: 'The :attribute must be between :min and :max digits.'
|
||||
dimensions: 'The :attribute has invalid image dimensions.'
|
||||
distinct: 'The :attribute field has a duplicate value.'
|
||||
email: 'The :attribute must be a valid email address.'
|
||||
ends_with: 'The :attribute must end with one of the following: :values.'
|
||||
exists: 'The selected :attribute is invalid.'
|
||||
filled: 'The :attribute field is required.'
|
||||
file: 'The :attribute must be a file.'
|
||||
filled: 'The :attribute field must have a value.'
|
||||
gt:
|
||||
numeric: 'The :attribute must be greater than :value.'
|
||||
file: 'The :attribute must be greater than :value kilobytes.'
|
||||
string: 'The :attribute must be greater than :value characters.'
|
||||
array: 'The :attribute must have more than :value items.'
|
||||
gte:
|
||||
numeric: 'The :attribute must be greater than or equal :value.'
|
||||
file: 'The :attribute must be greater than or equal :value kilobytes.'
|
||||
string: 'The :attribute must be greater than or equal :value characters.'
|
||||
array: 'The :attribute must have :value items or more.'
|
||||
image: 'The :attribute must be an image.'
|
||||
in: 'The selected :attribute is invalid.'
|
||||
in_array: 'The :attribute field does not exist in :other.'
|
||||
integer: 'The :attribute must be an integer.'
|
||||
ip: 'The :attribute must be a valid IP address.'
|
||||
ipv4: 'The :attribute must be a valid IPv4 address.'
|
||||
ipv6: 'The :attribute must be a valid IPv6 address.'
|
||||
json: 'The :attribute must be a valid JSON string.'
|
||||
lt:
|
||||
numeric: 'The :attribute must be less than :value.'
|
||||
file: 'The :attribute must be less than :value kilobytes.'
|
||||
string: 'The :attribute must be less than :value characters.'
|
||||
array: 'The :attribute must have less than :value items.'
|
||||
lte:
|
||||
numeric: 'The :attribute must be less than or equal :value.'
|
||||
file: 'The :attribute must be less than or equal :value kilobytes.'
|
||||
string: 'The :attribute must be less than or equal :value characters.'
|
||||
array: 'The :attribute must not have more than :value items.'
|
||||
max:
|
||||
numeric: 'The :attribute may not be greater than :max.'
|
||||
file: 'The :attribute may not be greater than :max kilobytes.'
|
||||
string: 'The :attribute may not be greater than :max characters.'
|
||||
array: 'The :attribute may not have more than :max items.'
|
||||
mimes: 'The :attribute must be a file of type: :values.'
|
||||
mimetypes: 'The :attribute must be a file of type: :values.'
|
||||
min:
|
||||
numeric: 'The :attribute must be at least :min.'
|
||||
file: 'The :attribute must be at least :min kilobytes.'
|
||||
string: 'The :attribute must be at least :min characters.'
|
||||
array: 'The :attribute must have at least :min items.'
|
||||
not_in: 'The selected :attribute is invalid.'
|
||||
not_regex: 'The :attribute format is invalid.'
|
||||
numeric: 'The :attribute must be a number.'
|
||||
password: The password is incorrect.
|
||||
present: 'The :attribute field must be present.'
|
||||
recaptcha: 'reCAPTCHA validation failed.'
|
||||
regex: 'The :attribute format is invalid.'
|
||||
|
|
@ -52,7 +81,7 @@ required: 'The :attribute field is required.'
|
|||
required_if: 'The :attribute field is required when :other is :value.'
|
||||
required_unless: 'The :attribute field is required unless :other is in :values.'
|
||||
required_with: 'The :attribute field is required when :values is present.'
|
||||
required_with_all: 'The :attribute field is required when :values is present.'
|
||||
required_with_all: 'The :attribute field is required when :values are present.'
|
||||
required_without: 'The :attribute field is required when :values is not present.'
|
||||
required_without_all: 'The :attribute field is required when none of :values are present.'
|
||||
same: 'The :attribute and :other must match.'
|
||||
|
|
@ -61,10 +90,13 @@ size:
|
|||
file: 'The :attribute must be :size kilobytes.'
|
||||
string: 'The :attribute must be :size characters.'
|
||||
array: 'The :attribute must contain :size items.'
|
||||
starts_with: 'The :attribute must start with one of the following: :values.'
|
||||
string: 'The :attribute must be a string.'
|
||||
timezone: 'The :attribute must be a valid zone.'
|
||||
unique: 'The :attribute has already been taken.'
|
||||
uploaded: 'The :attribute failed to upload.'
|
||||
url: 'The :attribute format is invalid.'
|
||||
uuid: 'The :attribute must be a valid UUID.'
|
||||
#--------------------------------------------------------------------------
|
||||
#Custom Validation Language Lines
|
||||
#--------------------------------------------------------------------------
|
||||
|
|
@ -81,7 +113,11 @@ url: 'The :attribute format is invalid.'
|
|||
#with something more reader friendly such as E-Mail Address instead
|
||||
#of "email". This simply helps us make messages a little cleaner.
|
||||
attributes:
|
||||
name: name
|
||||
player_name: player name
|
||||
new_player_name: player name
|
||||
identification: email or player name
|
||||
sitename: site name
|
||||
email: email
|
||||
password: password
|
||||
password_confirmation: 'password confirmation'
|
||||
title: title
|
||||
content: content
|
||||
|
|
|
|||
|
|
@ -1,70 +1,102 @@
|
|||
---
|
||||
#Blessing Skin
|
||||
model: 'The :attribute must be steve, alex or cape.'
|
||||
accepted: 'The :attribute must be accepted.'
|
||||
active_url: 'The :attribute is not a valid URL.'
|
||||
after: 'The :attribute must be a date after :date.'
|
||||
alpha: 'The :attribute may only contain letters.'
|
||||
alpha_dash: 'The :attribute may only contain letters, numbers, and dashes.'
|
||||
alpha_num: 'The :attribute may only contain letters and numbers.'
|
||||
array: 'The :attribute must be an array.'
|
||||
before: 'The :attribute must be a date before :date.'
|
||||
accepted: ':attributeを承認してください。'
|
||||
active_url: ':attributeは、有効なURLではありません。'
|
||||
after: ':attributeには、:dateより後の日付を指定してください。'
|
||||
after_or_equal: ':attributeには、:date以降の日付を指定してください。'
|
||||
alpha: ':attributeには、アルファベッドのみ使用できます。'
|
||||
alpha_dash: ':attributeには、英数字(''A-Z'',''a-z'',''0-9'')とハイフンと下線(''-'',''_'')が使用できます。'
|
||||
alpha_num: ':attributeには、英数字(''A-Z'',''a-z'',''0-9'')が使用できます。'
|
||||
array: ':attributeには、配列を指定してください。'
|
||||
before: ':attributeには、:dateより前の日付を指定してください。'
|
||||
before_or_equal: ':attributeには、:date以前の日付を指定してください。'
|
||||
between:
|
||||
numeric: 'The :attribute must be between :min and :max.'
|
||||
file: 'The :attribute must be between :min and :max kilobytes.'
|
||||
string: 'The :attribute must be between :min and :max characters.'
|
||||
array: 'The :attribute must have between :min and :max items.'
|
||||
boolean: 'The :attribute field must be true or false.'
|
||||
numeric: ':attributeには、:minから、:maxまでの数字を指定してください。'
|
||||
file: ':attributeには、:min KBから:max KBまでのサイズのファイルを指定してください。'
|
||||
string: ':attributeは、:min文字から:max文字にしてください。'
|
||||
array: ':attributeの項目は、:min個から:max個にしてください。'
|
||||
boolean: ':attributeには、''true''か''false''を指定してください。'
|
||||
captcha: 'Incorrect captcha.'
|
||||
confirmed: 'The :attribute confirmation does not match.'
|
||||
date: 'The :attribute is not a valid date.'
|
||||
date_format: 'The :attribute does not match the format :format.'
|
||||
different: 'The :attribute and :other must be different.'
|
||||
digits: 'The :attribute must be :digits digits.'
|
||||
digits_between: 'The :attribute must be between :min and :max digits.'
|
||||
distinct: 'The :attribute field has a duplicate value.'
|
||||
email: 'The :attribute must be a valid email address.'
|
||||
exists: 'The selected :attribute is invalid.'
|
||||
filled: 'The :attribute field is required.'
|
||||
image: 'The :attribute must be an image.'
|
||||
in: 'The selected :attribute is invalid.'
|
||||
in_array: 'The :attribute field does not exist in :other.'
|
||||
integer: 'The :attribute must be an integer.'
|
||||
ip: 'The :attribute must be a valid IP address.'
|
||||
json: 'The :attribute must be a valid JSON string.'
|
||||
confirmed: ':attributeと:attribute確認が一致しません。'
|
||||
date: ':attributeは、正しい日付ではありません。'
|
||||
date_equals: ':attributeは:dateに等しい日付でなければなりません。'
|
||||
date_format: ':attributeの形式は、'':format''と合いません。'
|
||||
different: ':attributeと:otherには、異なるものを指定してください。'
|
||||
digits: ':attributeは、:digits桁にしてください。'
|
||||
digits_between: ':attributeは、:min桁から:max桁にしてください。'
|
||||
dimensions: ':attributeの画像サイズが無効です'
|
||||
distinct: ':attributeの値が重複しています。'
|
||||
email: ':attributeは、有効なメールアドレス形式で指定してください。'
|
||||
ends_with: ':attributeは、次のうちのいずれかで終わらなければなりません。: :values'
|
||||
exists: '選択された:attributeは、有効ではありません。'
|
||||
file: ':attributeはファイルでなければいけません。'
|
||||
filled: ':attributeは必須です。'
|
||||
gt:
|
||||
numeric: ':attributeは、:valueより大きくなければなりません。'
|
||||
file: ':attributeは、:value KBより大きくなければなりません。'
|
||||
string: ':attributeは、:value文字より大きくなければなりません。'
|
||||
array: ':attributeの項目数は、:value個より大きくなければなりません。'
|
||||
gte:
|
||||
numeric: ':attributeは、:value以上でなければなりません。'
|
||||
file: ':attributeは、:value KB以上でなければなりません。'
|
||||
string: ':attributeは、:value文字以上でなければなりません。'
|
||||
array: ':attributeの項目数は、:value個以上でなければなりません。'
|
||||
image: ':attributeには、画像を指定してください。'
|
||||
in: '選択された:attributeは、有効ではありません。'
|
||||
in_array: ':attributeが:otherに存在しません。'
|
||||
integer: ':attributeには、整数を指定してください。'
|
||||
ip: ':attributeには、有効なIPアドレスを指定してください。'
|
||||
ipv4: ':attributeはIPv4アドレスを指定してください。'
|
||||
ipv6: ':attributeはIPv6アドレスを指定してください。'
|
||||
json: ':attributeには、有効なJSON文字列を指定してください。'
|
||||
lt:
|
||||
numeric: ':attributeは、:valueより小さくなければなりません。'
|
||||
file: ':attributeは、:value KBより小さくなければなりません。'
|
||||
string: ':attributeは、:value文字より小さくなければなりません。'
|
||||
array: ':attributeの項目数は、:value個より小さくなければなりません。'
|
||||
lte:
|
||||
numeric: ':attributeは、:value以下でなければなりません。'
|
||||
file: ':attributeは、:value KB以下でなければなりません。'
|
||||
string: ':attributeは、:value文字以下でなければなりません。'
|
||||
array: ':attributeの項目数は、:value個以下でなければなりません。'
|
||||
max:
|
||||
numeric: 'The :attribute may not be greater than :max.'
|
||||
file: 'The :attribute may not be greater than :max kilobytes.'
|
||||
string: 'The :attribute may not be greater than :max characters.'
|
||||
array: 'The :attribute may not have more than :max items.'
|
||||
mimes: 'The :attribute must be a file of type: :values.'
|
||||
numeric: ':attributeには、:max以下の数字を指定してください。'
|
||||
file: ':attributeには、:max KB以下のファイルを指定してください。'
|
||||
string: ':attributeは、:max文字以下にしてください。'
|
||||
array: ':attributeの項目は、:max個以下にしてください。'
|
||||
mimes: ':attributeには、:valuesタイプのファイルを指定してください。'
|
||||
mimetypes: ':attributeには、:valuesタイプのファイルを指定してください。'
|
||||
min:
|
||||
numeric: 'The :attribute must be at least :min.'
|
||||
file: 'The :attribute must be at least :min kilobytes.'
|
||||
string: 'The :attribute must be at least :min characters.'
|
||||
array: 'The :attribute must have at least :min items.'
|
||||
not_in: 'The selected :attribute is invalid.'
|
||||
numeric: 'The :attribute must be a number.'
|
||||
present: 'The :attribute field must be present.'
|
||||
numeric: ':attributeには、:min以上の数字を指定してください。'
|
||||
file: ':attributeには、:min KB以上のファイルを指定してください。'
|
||||
string: ':attributeは、:min文字以上にしてください。'
|
||||
array: ':attributeの項目は、:min個以上にしてください。'
|
||||
not_in: '選択された:attributeは、有効ではありません。'
|
||||
not_regex: ':attributeの形式が無効です。'
|
||||
numeric: ':attributeには、数字を指定してください。'
|
||||
password: パスワードが正しくありません。
|
||||
present: ':attributeが存在している必要があります。'
|
||||
recaptcha: 'reCAPTCHA validation failed.'
|
||||
regex: 'The :attribute format is invalid.'
|
||||
required: 'The :attribute field is required.'
|
||||
required_if: 'The :attribute field is required when :other is :value.'
|
||||
required_unless: 'The :attribute field is required unless :other is in :values.'
|
||||
required_with: 'The :attribute field is required when :values is present.'
|
||||
required_with_all: 'The :attribute field is required when :values is present.'
|
||||
required_without: 'The :attribute field is required when :values is not present.'
|
||||
required_without_all: 'The :attribute field is required when none of :values are present.'
|
||||
same: 'The :attribute and :other must match.'
|
||||
regex: ':attributeには、有効な正規表現を指定してください。'
|
||||
required: ':attributeは、必ず指定してください。'
|
||||
required_if: ':otherが:valueの場合、:attributeを指定してください。'
|
||||
required_unless: ':otherが:values以外の場合、:attributeを指定してください。'
|
||||
required_with: ':valuesが指定されている場合、:attributeも指定してください。'
|
||||
required_with_all: ':valuesが全て指定されている場合、:attributeも指定してください。'
|
||||
required_without: ':valuesが指定されていない場合、:attributeを指定してください。'
|
||||
required_without_all: ':valuesが全て指定されていない場合、:attributeを指定してください。'
|
||||
same: ':attributeと:otherが一致しません。'
|
||||
size:
|
||||
numeric: 'The :attribute must be :size.'
|
||||
file: 'The :attribute must be :size kilobytes.'
|
||||
string: 'The :attribute must be :size characters.'
|
||||
array: 'The :attribute must contain :size items.'
|
||||
string: 'The :attribute must be a string.'
|
||||
timezone: 'The :attribute must be a valid zone.'
|
||||
unique: 'The :attribute has already been taken.'
|
||||
url: 'The :attribute format is invalid.'
|
||||
numeric: ':attributeには、:sizeを指定してください。'
|
||||
file: ':attributeには、:size KBのファイルを指定してください。'
|
||||
string: ':attributeは、:size文字にしてください。'
|
||||
array: ':attributeの項目は、:size個にしてください。'
|
||||
starts_with: ':attributeは、次のいずれかで始まる必要があります。:values'
|
||||
string: ':attributeには、文字を指定してください。'
|
||||
timezone: ':attributeには、有効なタイムゾーンを指定してください。'
|
||||
unique: '指定の:attributeは既に使用されています。'
|
||||
uploaded: ':attributeのアップロードに失敗しました。'
|
||||
url: ':attributeは、有効なURL形式で指定してください。'
|
||||
uuid: ':attributeは、有効なUUIDでなければなりません。'
|
||||
#--------------------------------------------------------------------------
|
||||
#Custom Validation Language Lines
|
||||
#--------------------------------------------------------------------------
|
||||
|
|
@ -81,7 +113,11 @@ url: 'The :attribute format is invalid.'
|
|||
#with something more reader friendly such as E-Mail Address instead
|
||||
#of "email". This simply helps us make messages a little cleaner.
|
||||
attributes:
|
||||
name: name
|
||||
player_name: player name
|
||||
new_player_name: player name
|
||||
identification: email or player name
|
||||
sitename: site name
|
||||
email: email
|
||||
password: password
|
||||
password_confirmation: 'password confirmation'
|
||||
title: title
|
||||
content: content
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
#Blessing Skin
|
||||
model: 'The :attribute must be steve, alex or cape.'
|
||||
accepted: 'The :attribute must be accepted.'
|
||||
active_url: 'The :attribute is not a valid URL.'
|
||||
after: 'The :attribute must be a date after :date.'
|
||||
after_or_equal: 'The :attribute must be a date after or equal to :date.'
|
||||
alpha: 'The :attribute may only contain letters.'
|
||||
alpha_dash: 'The :attribute may only contain letters, numbers, and dashes.'
|
||||
alpha_dash: 'The :attribute may only contain letters, numbers, dashes and underscores.'
|
||||
alpha_num: 'The :attribute may only contain letters and numbers.'
|
||||
array: 'The :attribute must be an array.'
|
||||
before: 'The :attribute must be a date before :date.'
|
||||
before_or_equal: 'The :attribute must be a date before or equal to :date.'
|
||||
between:
|
||||
numeric: 'The :attribute must be between :min and :max.'
|
||||
file: 'The :attribute must be between :min and :max kilobytes.'
|
||||
|
|
@ -18,33 +18,62 @@ boolean: 'The :attribute field must be true or false.'
|
|||
captcha: 'Incorrect captcha.'
|
||||
confirmed: 'The :attribute confirmation does not match.'
|
||||
date: 'The :attribute is not a valid date.'
|
||||
date_equals: 'The :attribute must be a date equal to :date.'
|
||||
date_format: 'The :attribute does not match the format :format.'
|
||||
different: 'The :attribute and :other must be different.'
|
||||
digits: 'The :attribute must be :digits digits.'
|
||||
digits_between: 'The :attribute must be between :min and :max digits.'
|
||||
dimensions: 'The :attribute has invalid image dimensions.'
|
||||
distinct: 'The :attribute field has a duplicate value.'
|
||||
email: 'The :attribute must be a valid email address.'
|
||||
ends_with: 'The :attribute must end with one of the following: :values.'
|
||||
exists: 'The selected :attribute is invalid.'
|
||||
filled: 'The :attribute field is required.'
|
||||
file: 'The :attribute must be a file.'
|
||||
filled: 'The :attribute field must have a value.'
|
||||
gt:
|
||||
numeric: 'The :attribute must be greater than :value.'
|
||||
file: 'The :attribute must be greater than :value kilobytes.'
|
||||
string: 'The :attribute must be greater than :value characters.'
|
||||
array: 'The :attribute must have more than :value items.'
|
||||
gte:
|
||||
numeric: 'The :attribute must be greater than or equal :value.'
|
||||
file: 'The :attribute must be greater than or equal :value kilobytes.'
|
||||
string: 'The :attribute must be greater than or equal :value characters.'
|
||||
array: 'The :attribute must have :value items or more.'
|
||||
image: 'The :attribute must be an image.'
|
||||
in: 'The selected :attribute is invalid.'
|
||||
in_array: 'The :attribute field does not exist in :other.'
|
||||
integer: 'The :attribute must be an integer.'
|
||||
ip: 'The :attribute must be a valid IP address.'
|
||||
ipv4: 'The :attribute must be a valid IPv4 address.'
|
||||
ipv6: 'The :attribute must be a valid IPv6 address.'
|
||||
json: 'The :attribute must be a valid JSON string.'
|
||||
lt:
|
||||
numeric: 'The :attribute must be less than :value.'
|
||||
file: 'The :attribute must be less than :value kilobytes.'
|
||||
string: 'The :attribute must be less than :value characters.'
|
||||
array: 'The :attribute must have less than :value items.'
|
||||
lte:
|
||||
numeric: 'The :attribute must be less than or equal :value.'
|
||||
file: 'The :attribute must be less than or equal :value kilobytes.'
|
||||
string: 'The :attribute must be less than or equal :value characters.'
|
||||
array: 'The :attribute must not have more than :value items.'
|
||||
max:
|
||||
numeric: 'The :attribute may not be greater than :max.'
|
||||
file: 'The :attribute may not be greater than :max kilobytes.'
|
||||
string: 'The :attribute may not be greater than :max characters.'
|
||||
array: 'The :attribute may not have more than :max items.'
|
||||
mimes: 'The :attribute must be a file of type: :values.'
|
||||
mimetypes: 'The :attribute must be a file of type: :values.'
|
||||
min:
|
||||
numeric: 'The :attribute must be at least :min.'
|
||||
file: 'The :attribute must be at least :min kilobytes.'
|
||||
string: 'The :attribute must be at least :min characters.'
|
||||
array: 'The :attribute must have at least :min items.'
|
||||
not_in: 'The selected :attribute is invalid.'
|
||||
not_regex: 'The :attribute format is invalid.'
|
||||
numeric: 'The :attribute must be a number.'
|
||||
password: The password is incorrect.
|
||||
present: 'The :attribute field must be present.'
|
||||
recaptcha: 'reCAPTCHA validation failed.'
|
||||
regex: 'The :attribute format is invalid.'
|
||||
|
|
@ -52,7 +81,7 @@ required: 'The :attribute field is required.'
|
|||
required_if: 'The :attribute field is required when :other is :value.'
|
||||
required_unless: 'The :attribute field is required unless :other is in :values.'
|
||||
required_with: 'The :attribute field is required when :values is present.'
|
||||
required_with_all: 'The :attribute field is required when :values is present.'
|
||||
required_with_all: 'The :attribute field is required when :values are present.'
|
||||
required_without: 'The :attribute field is required when :values is not present.'
|
||||
required_without_all: 'The :attribute field is required when none of :values are present.'
|
||||
same: 'The :attribute and :other must match.'
|
||||
|
|
@ -61,10 +90,13 @@ size:
|
|||
file: 'The :attribute must be :size kilobytes.'
|
||||
string: 'The :attribute must be :size characters.'
|
||||
array: 'The :attribute must contain :size items.'
|
||||
starts_with: 'The :attribute must start with one of the following: :values.'
|
||||
string: 'The :attribute must be a string.'
|
||||
timezone: 'The :attribute must be a valid zone.'
|
||||
unique: 'The :attribute has already been taken.'
|
||||
uploaded: 'The :attribute failed to upload.'
|
||||
url: 'The :attribute format is invalid.'
|
||||
uuid: 'The :attribute must be a valid UUID.'
|
||||
#--------------------------------------------------------------------------
|
||||
#Custom Validation Language Lines
|
||||
#--------------------------------------------------------------------------
|
||||
|
|
@ -81,7 +113,11 @@ url: 'The :attribute format is invalid.'
|
|||
#with something more reader friendly such as E-Mail Address instead
|
||||
#of "email". This simply helps us make messages a little cleaner.
|
||||
attributes:
|
||||
name: name
|
||||
player_name: player name
|
||||
new_player_name: player name
|
||||
identification: email or player name
|
||||
sitename: site name
|
||||
email: email
|
||||
password: password
|
||||
password_confirmation: 'password confirmation'
|
||||
title: title
|
||||
content: content
|
||||
|
|
|
|||
|
|
@ -1,70 +1,102 @@
|
|||
---
|
||||
#Blessing Skin
|
||||
model: 'The :attribute must be steve, alex or cape.'
|
||||
accepted: 'The :attribute must be accepted.'
|
||||
active_url: 'The :attribute is not a valid URL.'
|
||||
after: 'The :attribute must be a date after :date.'
|
||||
alpha: 'The :attribute may only contain letters.'
|
||||
alpha_dash: 'The :attribute may only contain letters, numbers, and dashes.'
|
||||
alpha_num: 'The :attribute may only contain letters and numbers.'
|
||||
array: 'The :attribute must be an array.'
|
||||
before: 'The :attribute must be a date before :date.'
|
||||
accepted: ':Attribute moet geaccepteerd zijn.'
|
||||
active_url: ':Attribute is geen geldige URL.'
|
||||
after: ':Attribute moet een datum na :date zijn.'
|
||||
after_or_equal: ':Attribute moet een datum na of gelijk aan :date zijn.'
|
||||
alpha: ':Attribute mag alleen letters bevatten.'
|
||||
alpha_dash: ':Attribute mag alleen letters, nummers, underscores (_) en streepjes (-) bevatten.'
|
||||
alpha_num: ':Attribute mag alleen letters en nummers bevatten.'
|
||||
array: ':Attribute moet geselecteerde elementen bevatten.'
|
||||
before: ':Attribute moet een datum voor :date zijn.'
|
||||
before_or_equal: ':Attribute moet een datum voor of gelijk aan :date zijn.'
|
||||
between:
|
||||
numeric: 'The :attribute must be between :min and :max.'
|
||||
file: 'The :attribute must be between :min and :max kilobytes.'
|
||||
string: 'The :attribute must be between :min and :max characters.'
|
||||
array: 'The :attribute must have between :min and :max items.'
|
||||
boolean: 'The :attribute field must be true or false.'
|
||||
numeric: ':Attribute moet tussen :min en :max zijn.'
|
||||
file: ':Attribute moet tussen :min en :max kilobytes zijn.'
|
||||
string: ':Attribute moet tussen :min en :max karakters zijn.'
|
||||
array: ':Attribute moet tussen :min en :max items bevatten.'
|
||||
boolean: ':Attribute moet ja of nee zijn.'
|
||||
captcha: 'Incorrect captcha.'
|
||||
confirmed: 'The :attribute confirmation does not match.'
|
||||
date: 'The :attribute is not a valid date.'
|
||||
date_format: 'The :attribute does not match the format :format.'
|
||||
different: 'The :attribute and :other must be different.'
|
||||
digits: 'The :attribute must be :digits digits.'
|
||||
digits_between: 'The :attribute must be between :min and :max digits.'
|
||||
distinct: 'The :attribute field has a duplicate value.'
|
||||
email: 'The :attribute must be a valid email address.'
|
||||
exists: 'The selected :attribute is invalid.'
|
||||
filled: 'The :attribute field is required.'
|
||||
image: 'The :attribute must be an image.'
|
||||
in: 'The selected :attribute is invalid.'
|
||||
in_array: 'The :attribute field does not exist in :other.'
|
||||
integer: 'The :attribute must be an integer.'
|
||||
ip: 'The :attribute must be a valid IP address.'
|
||||
json: 'The :attribute must be a valid JSON string.'
|
||||
confirmed: ':Attribute bevestiging komt niet overeen.'
|
||||
date: ':Attribute moet een datum bevatten.'
|
||||
date_equals: ':Attribute moet een datum gelijk aan :date zijn.'
|
||||
date_format: ':Attribute moet een geldig datum formaat bevatten.'
|
||||
different: ':Attribute en :other moeten verschillend zijn.'
|
||||
digits: ':Attribute moet bestaan uit :digits cijfers.'
|
||||
digits_between: ':Attribute moet bestaan uit minimaal :min en maximaal :max cijfers.'
|
||||
dimensions: ':Attribute heeft geen geldige afmetingen voor afbeeldingen.'
|
||||
distinct: ':Attribute heeft een dubbele waarde.'
|
||||
email: ':Attribute is geen geldig e-mailadres.'
|
||||
ends_with: ':Attribute moet met één van de volgende waarden eindigen: :values'
|
||||
exists: ':Attribute bestaat niet.'
|
||||
file: ':Attribute moet een bestand zijn.'
|
||||
filled: ':Attribute is verplicht.'
|
||||
gt:
|
||||
numeric: 'De :attribute moet groter zijn dan :value.'
|
||||
file: 'De :attribute moet groter zijn dan :value kilobytes.'
|
||||
string: 'De :attribute moet meer dan :value tekens bevatten.'
|
||||
array: 'De :attribute moet meer dan :value waardes bevatten.'
|
||||
gte:
|
||||
numeric: 'De :attribute moet groter of gelijk zijn aan :value.'
|
||||
file: 'De :attribute moet groter of gelijk zijn aan :value kilobytes.'
|
||||
string: 'De :attribute moet minimaal :value tekens bevatten.'
|
||||
array: 'De :attribute moet :value waardes of meer bevatten.'
|
||||
image: ':Attribute moet een afbeelding zijn.'
|
||||
in: ':Attribute is ongeldig.'
|
||||
in_array: ':Attribute bestaat niet in :other.'
|
||||
integer: ':Attribute moet een getal zijn.'
|
||||
ip: ':Attribute moet een geldig IP-adres zijn.'
|
||||
ipv4: ':Attribute moet een geldig IPv4-adres zijn.'
|
||||
ipv6: ':Attribute moet een geldig IPv6-adres zijn.'
|
||||
json: ':Attribute moet een geldige JSON-string zijn.'
|
||||
lt:
|
||||
numeric: 'De :attribute moet kleiner zijn dan :value.'
|
||||
file: 'De :attribute moet kleiner zijn dan :value kilobytes.'
|
||||
string: 'De :attribute moet minder dan :value tekens bevatten.'
|
||||
array: 'De :attribute moet minder dan :value waardes bevatten.'
|
||||
lte:
|
||||
numeric: 'De :attribute moet kleiner of gelijk zijn aan :value.'
|
||||
file: 'De :attribute moet kleiner of gelijk zijn aan :value kilobytes.'
|
||||
string: 'De :attribute moet maximaal :value tekens bevatten.'
|
||||
array: 'De :attribute moet :value waardes of minder bevatten.'
|
||||
max:
|
||||
numeric: 'The :attribute may not be greater than :max.'
|
||||
file: 'The :attribute may not be greater than :max kilobytes.'
|
||||
string: 'The :attribute may not be greater than :max characters.'
|
||||
array: 'The :attribute may not have more than :max items.'
|
||||
mimes: 'The :attribute must be a file of type: :values.'
|
||||
numeric: ':Attribute mag niet hoger dan :max zijn.'
|
||||
file: ':Attribute mag niet meer dan :max kilobytes zijn.'
|
||||
string: ':Attribute mag niet uit meer dan :max tekens bestaan.'
|
||||
array: ':Attribute mag niet meer dan :max items bevatten.'
|
||||
mimes: ':Attribute moet een bestand zijn van het bestandstype :values.'
|
||||
mimetypes: ':Attribute moet een bestand zijn van het bestandstype :values.'
|
||||
min:
|
||||
numeric: 'The :attribute must be at least :min.'
|
||||
file: 'The :attribute must be at least :min kilobytes.'
|
||||
string: 'The :attribute must be at least :min characters.'
|
||||
array: 'The :attribute must have at least :min items.'
|
||||
not_in: 'The selected :attribute is invalid.'
|
||||
numeric: 'The :attribute must be a number.'
|
||||
present: 'The :attribute field must be present.'
|
||||
numeric: ':Attribute moet minimaal :min zijn.'
|
||||
file: ':Attribute moet minimaal :min kilobytes zijn.'
|
||||
string: ':Attribute moet minimaal :min tekens zijn.'
|
||||
array: ':Attribute moet minimaal :min items bevatten.'
|
||||
not_in: 'Het formaat van :attribute is ongeldig.'
|
||||
not_regex: 'De :attribute formaat is ongeldig.'
|
||||
numeric: ':Attribute moet een nummer zijn.'
|
||||
password: Wachtwoord is onjuist.
|
||||
present: ':Attribute moet bestaan.'
|
||||
recaptcha: 'reCAPTCHA validation failed.'
|
||||
regex: 'The :attribute format is invalid.'
|
||||
required: 'The :attribute field is required.'
|
||||
required_if: 'The :attribute field is required when :other is :value.'
|
||||
required_unless: 'The :attribute field is required unless :other is in :values.'
|
||||
required_with: 'The :attribute field is required when :values is present.'
|
||||
required_with_all: 'The :attribute field is required when :values is present.'
|
||||
required_without: 'The :attribute field is required when :values is not present.'
|
||||
required_without_all: 'The :attribute field is required when none of :values are present.'
|
||||
same: 'The :attribute and :other must match.'
|
||||
regex: ':Attribute formaat is ongeldig.'
|
||||
required: ':Attribute is verplicht.'
|
||||
required_if: ':Attribute is verplicht indien :other gelijk is aan :value.'
|
||||
required_unless: ':Attribute is verplicht tenzij :other gelijk is aan :values.'
|
||||
required_with: ':Attribute is verplicht i.c.m. :values'
|
||||
required_with_all: ':Attribute is verplicht i.c.m. :values'
|
||||
required_without: ':Attribute is verplicht als :values niet ingevuld is.'
|
||||
required_without_all: ':Attribute is verplicht als :values niet ingevuld zijn.'
|
||||
same: ':Attribute en :other moeten overeenkomen.'
|
||||
size:
|
||||
numeric: 'The :attribute must be :size.'
|
||||
file: 'The :attribute must be :size kilobytes.'
|
||||
string: 'The :attribute must be :size characters.'
|
||||
array: 'The :attribute must contain :size items.'
|
||||
string: 'The :attribute must be a string.'
|
||||
timezone: 'The :attribute must be a valid zone.'
|
||||
unique: 'The :attribute has already been taken.'
|
||||
url: 'The :attribute format is invalid.'
|
||||
numeric: ':Attribute moet :size zijn.'
|
||||
file: ':Attribute moet :size kilobyte zijn.'
|
||||
string: ':Attribute moet :size tekens zijn.'
|
||||
array: ':Attribute moet :size items bevatten.'
|
||||
starts_with: ':Attribute moet starten met een van de volgende: :values'
|
||||
string: ':Attribute moet een tekst zijn.'
|
||||
timezone: ':Attribute moet een geldige tijdzone zijn.'
|
||||
unique: ':Attribute is al in gebruik.'
|
||||
uploaded: 'Het uploaden van :attribute is mislukt.'
|
||||
url: ':Attribute moet een geldig URL zijn.'
|
||||
uuid: ':Attribute moet een geldig UUID zijn.'
|
||||
#--------------------------------------------------------------------------
|
||||
#Custom Validation Language Lines
|
||||
#--------------------------------------------------------------------------
|
||||
|
|
@ -81,7 +113,11 @@ url: 'The :attribute format is invalid.'
|
|||
#with something more reader friendly such as E-Mail Address instead
|
||||
#of "email". This simply helps us make messages a little cleaner.
|
||||
attributes:
|
||||
name: naam
|
||||
player_name: player name
|
||||
new_player_name: player name
|
||||
identification: email or player name
|
||||
sitename: site name
|
||||
email: e-mailadres
|
||||
password: wachtwoord
|
||||
password_confirmation: 'wachtwoordbevestiging'
|
||||
title: titel
|
||||
content: inhoud
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
#Blessing Skin
|
||||
model: 'The :attribute must be steve, alex or cape.'
|
||||
accepted: 'The :attribute must be accepted.'
|
||||
active_url: 'The :attribute is not a valid URL.'
|
||||
after: 'The :attribute must be a date after :date.'
|
||||
after_or_equal: 'The :attribute must be a date after or equal to :date.'
|
||||
alpha: 'The :attribute may only contain letters.'
|
||||
alpha_dash: 'The :attribute may only contain letters, numbers, and dashes.'
|
||||
alpha_dash: 'The :attribute may only contain letters, numbers, dashes and underscores.'
|
||||
alpha_num: 'The :attribute may only contain letters and numbers.'
|
||||
array: 'The :attribute must be an array.'
|
||||
before: 'The :attribute must be a date before :date.'
|
||||
before_or_equal: 'The :attribute must be a date before or equal to :date.'
|
||||
between:
|
||||
numeric: 'The :attribute must be between :min and :max.'
|
||||
file: 'The :attribute must be between :min and :max kilobytes.'
|
||||
|
|
@ -18,33 +18,62 @@ boolean: 'The :attribute field must be true or false.'
|
|||
captcha: 'Incorrect captcha.'
|
||||
confirmed: 'The :attribute confirmation does not match.'
|
||||
date: 'The :attribute is not a valid date.'
|
||||
date_equals: 'The :attribute must be a date equal to :date.'
|
||||
date_format: 'The :attribute does not match the format :format.'
|
||||
different: 'The :attribute and :other must be different.'
|
||||
digits: 'The :attribute must be :digits digits.'
|
||||
digits_between: 'The :attribute must be between :min and :max digits.'
|
||||
dimensions: 'The :attribute has invalid image dimensions.'
|
||||
distinct: 'The :attribute field has a duplicate value.'
|
||||
email: 'The :attribute must be a valid email address.'
|
||||
ends_with: 'The :attribute must end with one of the following: :values.'
|
||||
exists: 'The selected :attribute is invalid.'
|
||||
filled: 'The :attribute field is required.'
|
||||
file: 'The :attribute must be a file.'
|
||||
filled: 'The :attribute field must have a value.'
|
||||
gt:
|
||||
numeric: 'The :attribute must be greater than :value.'
|
||||
file: 'The :attribute must be greater than :value kilobytes.'
|
||||
string: 'The :attribute must be greater than :value characters.'
|
||||
array: 'The :attribute must have more than :value items.'
|
||||
gte:
|
||||
numeric: 'The :attribute must be greater than or equal :value.'
|
||||
file: 'The :attribute must be greater than or equal :value kilobytes.'
|
||||
string: 'The :attribute must be greater than or equal :value characters.'
|
||||
array: 'The :attribute must have :value items or more.'
|
||||
image: 'The :attribute must be an image.'
|
||||
in: 'The selected :attribute is invalid.'
|
||||
in_array: 'The :attribute field does not exist in :other.'
|
||||
integer: 'The :attribute must be an integer.'
|
||||
ip: 'The :attribute must be a valid IP address.'
|
||||
ipv4: 'The :attribute must be a valid IPv4 address.'
|
||||
ipv6: 'The :attribute must be a valid IPv6 address.'
|
||||
json: 'The :attribute must be a valid JSON string.'
|
||||
lt:
|
||||
numeric: 'The :attribute must be less than :value.'
|
||||
file: 'The :attribute must be less than :value kilobytes.'
|
||||
string: 'The :attribute must be less than :value characters.'
|
||||
array: 'The :attribute must have less than :value items.'
|
||||
lte:
|
||||
numeric: 'The :attribute must be less than or equal :value.'
|
||||
file: 'The :attribute must be less than or equal :value kilobytes.'
|
||||
string: 'The :attribute must be less than or equal :value characters.'
|
||||
array: 'The :attribute must not have more than :value items.'
|
||||
max:
|
||||
numeric: 'The :attribute may not be greater than :max.'
|
||||
file: 'The :attribute may not be greater than :max kilobytes.'
|
||||
string: 'The :attribute may not be greater than :max characters.'
|
||||
array: 'The :attribute may not have more than :max items.'
|
||||
mimes: 'The :attribute must be a file of type: :values.'
|
||||
mimetypes: 'The :attribute must be a file of type: :values.'
|
||||
min:
|
||||
numeric: 'The :attribute must be at least :min.'
|
||||
file: 'The :attribute must be at least :min kilobytes.'
|
||||
string: 'The :attribute must be at least :min characters.'
|
||||
array: 'The :attribute must have at least :min items.'
|
||||
not_in: 'The selected :attribute is invalid.'
|
||||
not_regex: 'The :attribute format is invalid.'
|
||||
numeric: 'The :attribute must be a number.'
|
||||
password: The password is incorrect.
|
||||
present: 'The :attribute field must be present.'
|
||||
recaptcha: 'reCAPTCHA validation failed.'
|
||||
regex: 'The :attribute format is invalid.'
|
||||
|
|
@ -52,7 +81,7 @@ required: 'The :attribute field is required.'
|
|||
required_if: 'The :attribute field is required when :other is :value.'
|
||||
required_unless: 'The :attribute field is required unless :other is in :values.'
|
||||
required_with: 'The :attribute field is required when :values is present.'
|
||||
required_with_all: 'The :attribute field is required when :values is present.'
|
||||
required_with_all: 'The :attribute field is required when :values are present.'
|
||||
required_without: 'The :attribute field is required when :values is not present.'
|
||||
required_without_all: 'The :attribute field is required when none of :values are present.'
|
||||
same: 'The :attribute and :other must match.'
|
||||
|
|
@ -61,10 +90,13 @@ size:
|
|||
file: 'The :attribute must be :size kilobytes.'
|
||||
string: 'The :attribute must be :size characters.'
|
||||
array: 'The :attribute must contain :size items.'
|
||||
starts_with: 'The :attribute must start with one of the following: :values.'
|
||||
string: 'The :attribute must be a string.'
|
||||
timezone: 'The :attribute must be a valid zone.'
|
||||
unique: 'The :attribute has already been taken.'
|
||||
uploaded: 'The :attribute failed to upload.'
|
||||
url: 'The :attribute format is invalid.'
|
||||
uuid: 'The :attribute must be a valid UUID.'
|
||||
#--------------------------------------------------------------------------
|
||||
#Custom Validation Language Lines
|
||||
#--------------------------------------------------------------------------
|
||||
|
|
@ -81,7 +113,11 @@ url: 'The :attribute format is invalid.'
|
|||
#with something more reader friendly such as E-Mail Address instead
|
||||
#of "email". This simply helps us make messages a little cleaner.
|
||||
attributes:
|
||||
name: name
|
||||
player_name: player name
|
||||
new_player_name: player name
|
||||
identification: email or player name
|
||||
sitename: site name
|
||||
email: email
|
||||
password: password
|
||||
password_confirmation: 'password confirmation'
|
||||
title: title
|
||||
content: content
|
||||
|
|
|
|||
|
|
@ -1,70 +1,102 @@
|
|||
---
|
||||
#Blessing Skin
|
||||
model: ':attribute должен быть Стив, Алекс или плащ.'
|
||||
accepted: ':attribute должен быть принят.'
|
||||
active_url: ':attribute не является допустимым URL-адресом.'
|
||||
after: 'Значение :attribute должно быть дата после :date.'
|
||||
alpha: ':attribute может содержать только буквы.'
|
||||
alpha_dash: ':attribute может содержать только латинские буквы, цифры и дефис.'
|
||||
alpha_num: ':attribute может содержать только латинские буквы, цифры.'
|
||||
array: ':attribute должен быть массивом.'
|
||||
before: ':attribute должен быть датой до :date.'
|
||||
accepted: 'Вы должны принять :attribute.'
|
||||
active_url: 'Поле :attribute содержит недействительный URL.'
|
||||
after: 'В поле :attribute должна быть дата после :date.'
|
||||
after_or_equal: 'В поле :attribute должна быть дата после или равняться :date.'
|
||||
alpha: 'Поле :attribute может содержать только буквы.'
|
||||
alpha_dash: 'Поле :attribute может содержать только буквы, цифры, дефис и нижнее подчеркивание.'
|
||||
alpha_num: 'Поле :attribute может содержать только буквы и цифры.'
|
||||
array: 'Поле :attribute должно быть массивом.'
|
||||
before: 'В поле :attribute должна быть дата до :date.'
|
||||
before_or_equal: 'В поле :attribute должна быть дата до или равняться :date.'
|
||||
between:
|
||||
numeric: ':attribute должен быть между :min и :max.'
|
||||
file: ':attribute должен быть от :min до :max килобайт.'
|
||||
string: ':attribute должно быть между :min и :max символов.'
|
||||
numeric: 'Поле :attribute должно быть между :min и :max.'
|
||||
file: 'Размер файла в поле :attribute должен быть между :min и :max Килобайт(а).'
|
||||
string: 'Количество символов в поле :attribute должно быть между :min и :max.'
|
||||
array: 'Количество элементов в поле :attribute должно быть между :min и :max.'
|
||||
boolean: 'Значение поля :attribute должно быть правда или ложь.'
|
||||
boolean: 'Поле :attribute должно иметь значение логического типа.'
|
||||
captcha: 'Некорректная капча.'
|
||||
confirmed: 'Подтверждение :attribute не совпадает.'
|
||||
date: ':attribute не является допустимой датой.'
|
||||
date_format: ':attribute не совпадает с форматом :format.'
|
||||
confirmed: 'Поле :attribute не совпадает с подтверждением.'
|
||||
date: 'Поле :attribute не является датой.'
|
||||
date_equals: 'Поле :attribute должно быть датой равной :date.'
|
||||
date_format: 'Поле :attribute не соответствует формату :format.'
|
||||
different: 'Поля :attribute и :other должны различаться.'
|
||||
digits: 'The :attribute must be :digits digits.'
|
||||
digits_between: 'The :attribute must be between :min and :max digits.'
|
||||
distinct: 'The :attribute field has a duplicate value.'
|
||||
email: 'The :attribute must be a valid email address.'
|
||||
exists: 'The selected :attribute is invalid.'
|
||||
filled: 'The :attribute field is required.'
|
||||
image: 'The :attribute must be an image.'
|
||||
in: 'The selected :attribute is invalid.'
|
||||
in_array: 'The :attribute field does not exist in :other.'
|
||||
integer: 'The :attribute must be an integer.'
|
||||
ip: 'The :attribute must be a valid IP address.'
|
||||
json: 'The :attribute must be a valid JSON string.'
|
||||
digits: 'Длина цифрового поля :attribute должна быть :digits.'
|
||||
digits_between: 'Длина цифрового поля :attribute должна быть между :min и :max.'
|
||||
dimensions: 'Поле :attribute имеет недопустимые размеры изображения.'
|
||||
distinct: 'Поле :attribute содержит повторяющееся значение.'
|
||||
email: 'Поле :attribute должно быть действительным электронным адресом.'
|
||||
ends_with: 'Поле :attribute должно заканчиваться одним из следующих значений: :values'
|
||||
exists: 'Выбранное значение для :attribute некорректно.'
|
||||
file: 'Поле :attribute должно быть файлом.'
|
||||
filled: 'Поле :attribute обязательно для заполнения.'
|
||||
gt:
|
||||
numeric: 'Поле :attribute должно быть больше :value.'
|
||||
file: 'Размер файла в поле :attribute должен быть больше :value Килобайт(а).'
|
||||
string: 'Количество символов в поле :attribute должно быть больше :value.'
|
||||
array: 'Количество элементов в поле :attribute должно быть больше :value.'
|
||||
gte:
|
||||
numeric: 'Поле :attribute должно быть больше или равно :value.'
|
||||
file: 'Размер файла в поле :attribute должен быть больше или равен :value Килобайт(а).'
|
||||
string: 'Количество символов в поле :attribute должно быть больше или равно :value.'
|
||||
array: 'Количество элементов в поле :attribute должно быть больше или равно :value.'
|
||||
image: 'Поле :attribute должно быть изображением.'
|
||||
in: 'Выбранное значение для :attribute ошибочно.'
|
||||
in_array: 'Поле :attribute не существует в :other.'
|
||||
integer: 'Поле :attribute должно быть целым числом.'
|
||||
ip: 'Поле :attribute должно быть действительным IP-адресом.'
|
||||
ipv4: 'Поле :attribute должно быть действительным IPv4-адресом.'
|
||||
ipv6: 'Поле :attribute должно быть действительным IPv6-адресом.'
|
||||
json: 'Поле :attribute должно быть JSON строкой.'
|
||||
lt:
|
||||
numeric: 'Поле :attribute должно быть меньше :value.'
|
||||
file: 'Размер файла в поле :attribute должен быть меньше :value Килобайт(а).'
|
||||
string: 'Количество символов в поле :attribute должно быть меньше :value.'
|
||||
array: 'Количество элементов в поле :attribute должно быть меньше :value.'
|
||||
lte:
|
||||
numeric: 'Поле :attribute должно быть меньше или равно :value.'
|
||||
file: 'Размер файла в поле :attribute должен быть меньше или равен :value Килобайт(а).'
|
||||
string: 'Количество символов в поле :attribute должно быть меньше или равно :value.'
|
||||
array: 'Количество элементов в поле :attribute должно быть меньше или равно :value.'
|
||||
max:
|
||||
numeric: 'The :attribute may not be greater than :max.'
|
||||
file: 'The :attribute may not be greater than :max kilobytes.'
|
||||
string: 'The :attribute may not be greater than :max characters.'
|
||||
array: 'The :attribute may not have more than :max items.'
|
||||
mimes: 'The :attribute must be a file of type: :values.'
|
||||
numeric: 'Поле :attribute не может быть более :max.'
|
||||
file: 'Размер файла в поле :attribute не может быть более :max Килобайт(а).'
|
||||
string: 'Количество символов в поле :attribute не может превышать :max.'
|
||||
array: 'Количество элементов в поле :attribute не может превышать :max.'
|
||||
mimes: 'Поле :attribute должно быть файлом одного из следующих типов: :values.'
|
||||
mimetypes: 'Поле :attribute должно быть файлом одного из следующих типов: :values.'
|
||||
min:
|
||||
numeric: 'The :attribute must be at least :min.'
|
||||
file: 'The :attribute must be at least :min kilobytes.'
|
||||
string: 'The :attribute must be at least :min characters.'
|
||||
array: 'The :attribute must have at least :min items.'
|
||||
not_in: 'The selected :attribute is invalid.'
|
||||
numeric: 'The :attribute must be a number.'
|
||||
present: 'The :attribute field must be present.'
|
||||
numeric: 'Поле :attribute должно быть не менее :min.'
|
||||
file: 'Размер файла в поле :attribute должен быть не менее :min Килобайт(а).'
|
||||
string: 'Количество символов в поле :attribute должно быть не менее :min.'
|
||||
array: 'Количество элементов в поле :attribute должно быть не менее :min.'
|
||||
not_in: 'Выбранное значение для :attribute ошибочно.'
|
||||
not_regex: 'Выбранный формат для :attribute ошибочный.'
|
||||
numeric: 'Поле :attribute должно быть числом.'
|
||||
password: Неверный пароль.
|
||||
present: 'Поле :attribute должно присутствовать.'
|
||||
recaptcha: 'reCAPTCHA validation failed.'
|
||||
regex: 'The :attribute format is invalid.'
|
||||
required: 'The :attribute field is required.'
|
||||
required_if: 'The :attribute field is required when :other is :value.'
|
||||
required_unless: 'The :attribute field is required unless :other is in :values.'
|
||||
required_with: 'The :attribute field is required when :values is present.'
|
||||
required_with_all: 'The :attribute field is required when :values is present.'
|
||||
required_without: 'The :attribute field is required when :values is not present.'
|
||||
required_without_all: 'The :attribute field is required when none of :values are present.'
|
||||
same: 'The :attribute and :other must match.'
|
||||
regex: 'Поле :attribute имеет ошибочный формат.'
|
||||
required: 'Поле :attribute обязательно для заполнения.'
|
||||
required_if: 'Поле :attribute обязательно для заполнения, когда :other равно :value.'
|
||||
required_unless: 'Поле :attribute обязательно для заполнения, когда :other не равно :values.'
|
||||
required_with: 'Поле :attribute обязательно для заполнения, когда :values указано.'
|
||||
required_with_all: 'Поле :attribute обязательно для заполнения, когда :values указано.'
|
||||
required_without: 'Поле :attribute обязательно для заполнения, когда :values не указано.'
|
||||
required_without_all: 'Поле :attribute обязательно для заполнения, когда ни одно из :values не указано.'
|
||||
same: 'Значения полей :attribute и :other должны совпадать.'
|
||||
size:
|
||||
numeric: 'The :attribute must be :size.'
|
||||
file: 'The :attribute must be :size kilobytes.'
|
||||
string: 'The :attribute must be :size characters.'
|
||||
array: 'The :attribute must contain :size items.'
|
||||
string: 'The :attribute must be a string.'
|
||||
timezone: 'The :attribute must be a valid zone.'
|
||||
unique: 'The :attribute has already been taken.'
|
||||
url: 'The :attribute format is invalid.'
|
||||
numeric: 'Поле :attribute должно быть равным :size.'
|
||||
file: 'Размер файла в поле :attribute должен быть равен :size Килобайт(а).'
|
||||
string: 'Количество символов в поле :attribute должно быть равным :size.'
|
||||
array: 'Количество элементов в поле :attribute должно быть равным :size.'
|
||||
starts_with: 'Поле :attribute должно начинаться из одного из следующих значений: :values'
|
||||
string: 'Поле :attribute должно быть строкой.'
|
||||
timezone: 'Поле :attribute должно быть действительным часовым поясом.'
|
||||
unique: 'Такое значение поля :attribute уже существует.'
|
||||
uploaded: 'Загрузка поля :attribute не удалась.'
|
||||
url: 'Поле :attribute имеет ошибочный формат.'
|
||||
uuid: 'Поле :attribute должно быть корректным UUID.'
|
||||
#--------------------------------------------------------------------------
|
||||
#Custom Validation Language Lines
|
||||
#--------------------------------------------------------------------------
|
||||
|
|
@ -81,7 +113,11 @@ url: 'The :attribute format is invalid.'
|
|||
#with something more reader friendly such as E-Mail Address instead
|
||||
#of "email". This simply helps us make messages a little cleaner.
|
||||
attributes:
|
||||
name: Имя
|
||||
player_name: player name
|
||||
new_player_name: player name
|
||||
identification: email or player name
|
||||
sitename: site name
|
||||
email: E-Mail адрес
|
||||
password: Пароль
|
||||
password_confirmation: 'Подтверждение пароля'
|
||||
title: Наименование
|
||||
content: Контент
|
||||
|
|
|
|||
|
|
@ -1,50 +1,79 @@
|
|||
---
|
||||
#Blessing Skin
|
||||
model: ':attribute 的值必须为 steve、alex 或 cape。'
|
||||
accepted: ':attribute 必须接受。'
|
||||
accepted: '您必须接受 :attribute。'
|
||||
active_url: ':attribute 不是一个有效的网址。'
|
||||
after: ':attribute 必须是一个在 :date 之后的日期。'
|
||||
after: ':attribute 必须要晚于 :date。'
|
||||
after_or_equal: ':attribute 必须要等于 :date 或更晚。'
|
||||
alpha: ':attribute 只能由字母组成。'
|
||||
alpha_dash: ':attribute 只能由字母、数字和斜杠组成。'
|
||||
alpha_dash: ':attribute 只能由字母、数字、短划线(-)和下划线(_)组成。'
|
||||
alpha_num: ':attribute 只能由字母和数字组成。'
|
||||
array: ':attribute 必须是一个数组。'
|
||||
before: ':attribute 必须是一个在 :date 之前的日期。'
|
||||
before: ':attribute 必须要早于 :date。'
|
||||
before_or_equal: ':attribute 必须要等于 :date 或更早。'
|
||||
between:
|
||||
numeric: ':attribute 必须介于 :min - :max 之间。'
|
||||
file: ':attribute 必须介于 :min - :max kb 之间。'
|
||||
file: ':attribute 必须介于 :min - :max KB 之间。'
|
||||
string: ':attribute 必须介于 :min - :max 个字符之间。'
|
||||
array: ':attribute 必须只有 :min - :max 个单元。'
|
||||
boolean: ':attribute 必须为布尔值。'
|
||||
captcha: '验证码不正确。'
|
||||
confirmed: ':attribute 两次输入不一致。'
|
||||
date: ':attribute 不是一个有效的日期。'
|
||||
date_equals: ':attribute 必须要等于 :date。'
|
||||
date_format: ':attribute 的格式必须为 :format。'
|
||||
different: ':attribute 和 :other 必须不同。'
|
||||
digits: ':attribute 必须是 :digits 位的数字。'
|
||||
digits_between: ':attribute 必须是介于 :min 和 :max 位的数字。'
|
||||
dimensions: ':attribute 图片尺寸不正确。'
|
||||
distinct: ':attribute 已经存在。'
|
||||
email: ':attribute 不是一个合法的邮箱。'
|
||||
ends_with: ':attribute 必须以 :values 为结尾。'
|
||||
exists: ':attribute 不存在。'
|
||||
file: ':attribute 必须是文件。'
|
||||
filled: ':attribute 不能为空。'
|
||||
gt:
|
||||
numeric: ':attribute 必须大于 :value。'
|
||||
file: ':attribute 必须大于 :value KB。'
|
||||
string: ':attribute 必须多于 :value 个字符。'
|
||||
array: ':attribute 必须多于 :value 个元素。'
|
||||
gte:
|
||||
numeric: ':attribute 必须大于或等于 :value。'
|
||||
file: ':attribute 必须大于或等于 :value KB。'
|
||||
string: ':attribute 必须多于或等于 :value 个字符。'
|
||||
array: ':attribute 必须多于或等于 :value 个元素。'
|
||||
image: ':attribute 必须是图片。'
|
||||
in: '已选的属性 :attribute 非法。'
|
||||
in_array: ':attribute 没有在 :other 中。'
|
||||
integer: ':attribute 必须是整数。'
|
||||
ip: ':attribute 必须是有效的 IP 地址。'
|
||||
ipv4: ':attribute 必须是有效的 IPv4 地址。'
|
||||
ipv6: ':attribute 必须是有效的 IPv6 地址。'
|
||||
json: ':attribute 必须是正确的 JSON 格式。'
|
||||
lt:
|
||||
numeric: ':attribute 必须小于 :value。'
|
||||
file: ':attribute 必须小于 :value KB。'
|
||||
string: ':attribute 必须少于 :value 个字符。'
|
||||
array: ':attribute 必须少于 :value 个元素。'
|
||||
lte:
|
||||
numeric: ':attribute 必须小于或等于 :value。'
|
||||
file: ':attribute 必须小于或等于 :value KB。'
|
||||
string: ':attribute 必须少于或等于 :value 个字符。'
|
||||
array: ':attribute 必须少于或等于 :value 个元素。'
|
||||
max:
|
||||
numeric: ':attribute 不能大于 :max。'
|
||||
file: ':attribute 不能大于 :max kb。'
|
||||
file: ':attribute 不能大于 :max KB。'
|
||||
string: ':attribute 不能大于 :max 个字符。'
|
||||
array: ':attribute 最多只有 :max 个单元。'
|
||||
mimes: ':attribute 必须是一个 :values 类型的文件。'
|
||||
mimetypes: ':attribute 必须是一个 :values 类型的文件。'
|
||||
min:
|
||||
numeric: ':attribute 必须大于等于 :min。'
|
||||
file: ':attribute 大小不能小于 :min kb。'
|
||||
file: ':attribute 大小不能小于 :min KB。'
|
||||
string: ':attribute 至少为 :min 个字符。'
|
||||
array: ':attribute 至少有 :min 个单元。'
|
||||
not_in: '已选的属性 :attribute 非法。'
|
||||
not_regex: ':attribute 的格式错误。'
|
||||
numeric: ':attribute 必须是一个数字。'
|
||||
password: 密码错误
|
||||
present: ':attribute 必须存在。'
|
||||
recaptcha: '未能通过 reCAPTCHA 的验证。'
|
||||
regex: ':attribute 格式不正确。'
|
||||
|
|
@ -58,13 +87,16 @@ required_without_all: '当 :values 都不存在时 :attribute 不能为空。'
|
|||
same: ':attribute 和 :other 必须相同。'
|
||||
size:
|
||||
numeric: ':attribute 大小必须为 :size。'
|
||||
file: ':attribute 大小必须为 :size kb。'
|
||||
file: ':attribute 大小必须为 :size KB。'
|
||||
string: ':attribute 必须是 :size 个字符。'
|
||||
array: ':attribute 必须为 :size 个单元。'
|
||||
starts_with: ':attribute 必须以 :values 为开头。'
|
||||
string: ':attribute 必须是一个字符串。'
|
||||
timezone: ':attribute 必须是一个合法的时区值。'
|
||||
unique: ':attribute 已经被占用。'
|
||||
uploaded: ':attribute 上传失败。'
|
||||
url: ':attribute 格式不正确。'
|
||||
uuid: ':attribute 必须是有效的 UUID。'
|
||||
#--------------------------------------------------------------------------
|
||||
#Custom Validation Language Lines
|
||||
#--------------------------------------------------------------------------
|
||||
|
|
@ -81,7 +113,11 @@ url: ':attribute 格式不正确。'
|
|||
#with something more reader friendly such as E-Mail Address instead
|
||||
#of "email". This simply helps us make messages a little cleaner.
|
||||
attributes:
|
||||
name: 名称
|
||||
player_name: 角色名
|
||||
new_player_name: 新角色名
|
||||
identification: 邮箱或角色名
|
||||
sitename: 站点名称
|
||||
email: 邮箱
|
||||
password: 密码
|
||||
password_confirmation: '确认密码'
|
||||
title: 标题
|
||||
content: 内容
|
||||
|
|
|
|||
|
|
@ -1,70 +1,102 @@
|
|||
---
|
||||
#Blessing Skin
|
||||
model: 'The :attribute must be steve, alex or cape.'
|
||||
accepted: 'The :attribute must be accepted.'
|
||||
active_url: 'The :attribute is not a valid URL.'
|
||||
after: 'The :attribute must be a date after :date.'
|
||||
alpha: 'The :attribute may only contain letters.'
|
||||
alpha_dash: 'The :attribute may only contain letters, numbers, and dashes.'
|
||||
alpha_num: 'The :attribute may only contain letters and numbers.'
|
||||
array: 'The :attribute must be an array.'
|
||||
before: 'The :attribute must be a date before :date.'
|
||||
accepted: '必須接受 :attribute。'
|
||||
active_url: ':attribute 不是有效的網址。'
|
||||
after: ':attribute 必須要晚於 :date。'
|
||||
after_or_equal: ':attribute 必須要等於 :date 或更晚。'
|
||||
alpha: ':attribute 只能以字母組成。'
|
||||
alpha_dash: ':attribute 只能以字母、數字、連接線(-)及底線(_)組成。'
|
||||
alpha_num: ':attribute 只能以字母及數字組成。'
|
||||
array: ':attribute 必須為陣列。'
|
||||
before: ':attribute 必須要早於 :date。'
|
||||
before_or_equal: ':attribute 必須要等於 :date 或更早。'
|
||||
between:
|
||||
numeric: 'The :attribute must be between :min and :max.'
|
||||
file: 'The :attribute must be between :min and :max kilobytes.'
|
||||
string: 'The :attribute must be between :min and :max characters.'
|
||||
array: 'The :attribute must have between :min and :max items.'
|
||||
boolean: 'The :attribute field must be true or false.'
|
||||
numeric: ':attribute 必須介於 :min 至 :max 之間。'
|
||||
file: ':attribute 必須介於 :min 至 :max KB 之間。 '
|
||||
string: ':attribute 必須介於 :min 至 :max 個字元之間。'
|
||||
array: ':attribute: 必須有 :min - :max 個元素。'
|
||||
boolean: ':attribute 必須為布林值。'
|
||||
captcha: 'Incorrect captcha.'
|
||||
confirmed: 'The :attribute confirmation does not match.'
|
||||
date: 'The :attribute is not a valid date.'
|
||||
date_format: 'The :attribute does not match the format :format.'
|
||||
different: 'The :attribute and :other must be different.'
|
||||
digits: 'The :attribute must be :digits digits.'
|
||||
digits_between: 'The :attribute must be between :min and :max digits.'
|
||||
distinct: 'The :attribute field has a duplicate value.'
|
||||
email: 'The :attribute must be a valid email address.'
|
||||
exists: 'The selected :attribute is invalid.'
|
||||
filled: 'The :attribute field is required.'
|
||||
image: 'The :attribute must be an image.'
|
||||
in: 'The selected :attribute is invalid.'
|
||||
in_array: 'The :attribute field does not exist in :other.'
|
||||
integer: 'The :attribute must be an integer.'
|
||||
ip: 'The :attribute must be a valid IP address.'
|
||||
json: 'The :attribute must be a valid JSON string.'
|
||||
confirmed: ':attribute 確認欄位的輸入不一致。'
|
||||
date: ':attribute 不是有效的日期。'
|
||||
date_equals: ':attribute 必須等於 :date。'
|
||||
date_format: ':attribute 不符合 :format 的格式。'
|
||||
different: ':attribute 與 :other 必須不同。'
|
||||
digits: ':attribute 必須是 :digits 位數字。'
|
||||
digits_between: ':attribute 必須介於 :min 至 :max 位數字。'
|
||||
dimensions: ':attribute 圖片尺寸不正確。'
|
||||
distinct: ':attribute 已經存在。'
|
||||
email: ':attribute 必須是有效的 E-mail。'
|
||||
ends_with: ':attribute 結尾必須包含下列之一::values'
|
||||
exists: ':attribute 不存在。'
|
||||
file: ':attribute 必須是有效的檔案。'
|
||||
filled: ':attribute 不能留空。'
|
||||
gt:
|
||||
numeric: ':attribute 必須大於 :value。'
|
||||
file: ':attribute 必須大於 :value KB。'
|
||||
string: ':attribute 必須多於 :value 個字元。'
|
||||
array: ':attribute 必須多於 :value 個元素。'
|
||||
gte:
|
||||
numeric: ':attribute 必須大於或等於 :value。'
|
||||
file: ':attribute 必須大於或等於 :value KB。'
|
||||
string: ':attribute 必須多於或等於 :value 個字元。'
|
||||
array: ':attribute 必須多於或等於 :value 個元素。'
|
||||
image: ':attribute 必須是一張圖片。'
|
||||
in: '所選擇的 :attribute 選項無效。'
|
||||
in_array: ':attribute 沒有在 :other 中。'
|
||||
integer: ':attribute 必須是一個整數。'
|
||||
ip: ':attribute 必須是一個有效的 IP 位址。'
|
||||
ipv4: ':attribute 必須是一個有效的 IPv4 位址。'
|
||||
ipv6: ':attribute 必須是一個有效的 IPv6 位址。'
|
||||
json: ':attribute 必須是正確的 JSON 字串。'
|
||||
lt:
|
||||
numeric: ':attribute 必須小於 :value。'
|
||||
file: ':attribute 必須小於 :value KB。'
|
||||
string: ':attribute 必須少於 :value 個字元。'
|
||||
array: ':attribute 必須少於 :value 個元素。'
|
||||
lte:
|
||||
numeric: ':attribute 必須小於或等於 :value。'
|
||||
file: ':attribute 必須小於或等於 :value KB。'
|
||||
string: ':attribute 必須少於或等於 :value 個字元。'
|
||||
array: ':attribute 必須少於或等於 :value 個元素。'
|
||||
max:
|
||||
numeric: 'The :attribute may not be greater than :max.'
|
||||
file: 'The :attribute may not be greater than :max kilobytes.'
|
||||
string: 'The :attribute may not be greater than :max characters.'
|
||||
array: 'The :attribute may not have more than :max items.'
|
||||
mimes: 'The :attribute must be a file of type: :values.'
|
||||
numeric: ':attribute 不能大於 :max。'
|
||||
file: ':attribute 不能大於 :max KB。'
|
||||
string: ':attribute 不能多於 :max 個字元。'
|
||||
array: ':attribute 最多有 :max 個元素。'
|
||||
mimes: ':attribute 必須為 :values 的檔案。'
|
||||
mimetypes: ':attribute 必須為 :values 的檔案。'
|
||||
min:
|
||||
numeric: 'The :attribute must be at least :min.'
|
||||
file: 'The :attribute must be at least :min kilobytes.'
|
||||
string: 'The :attribute must be at least :min characters.'
|
||||
array: 'The :attribute must have at least :min items.'
|
||||
not_in: 'The selected :attribute is invalid.'
|
||||
numeric: 'The :attribute must be a number.'
|
||||
present: 'The :attribute field must be present.'
|
||||
numeric: ':attribute 不能小於 :min。'
|
||||
file: ':attribute 不能小於 :min KB。'
|
||||
string: ':attribute 不能小於 :min 個字元。'
|
||||
array: ':attribute 至少有 :min 個元素。'
|
||||
not_in: '所選擇的 :attribute 選項無效。'
|
||||
not_regex: ':attribute 的格式錯誤。'
|
||||
numeric: ':attribute 必須為一個數字。'
|
||||
password: 密碼錯誤
|
||||
present: ':attribute 必須存在。'
|
||||
recaptcha: 'reCAPTCHA validation failed.'
|
||||
regex: 'The :attribute format is invalid.'
|
||||
required: 'The :attribute field is required.'
|
||||
required_if: 'The :attribute field is required when :other is :value.'
|
||||
required_unless: 'The :attribute field is required unless :other is in :values.'
|
||||
required_with: 'The :attribute field is required when :values is present.'
|
||||
required_with_all: 'The :attribute field is required when :values is present.'
|
||||
required_without: 'The :attribute field is required when :values is not present.'
|
||||
required_without_all: 'The :attribute field is required when none of :values are present.'
|
||||
same: 'The :attribute and :other must match.'
|
||||
regex: ':attribute 的格式錯誤。'
|
||||
required: ':attribute 不能留空。'
|
||||
required_if: '當 :other 是 :value 時 :attribute 不能留空。'
|
||||
required_unless: '當 :other 不是 :values 時 :attribute 不能留空。'
|
||||
required_with: '當 :values 出現時 :attribute 不能留空。'
|
||||
required_with_all: '當 :values 出現時 :attribute 不能為空。'
|
||||
required_without: '當 :values 留空時 :attribute field 不能留空。'
|
||||
required_without_all: '當 :values 都不出現時 :attribute 不能留空。'
|
||||
same: ':attribute 與 :other 必須相同。'
|
||||
size:
|
||||
numeric: 'The :attribute must be :size.'
|
||||
file: 'The :attribute must be :size kilobytes.'
|
||||
string: 'The :attribute must be :size characters.'
|
||||
array: 'The :attribute must contain :size items.'
|
||||
string: 'The :attribute must be a string.'
|
||||
timezone: 'The :attribute must be a valid zone.'
|
||||
unique: 'The :attribute has already been taken.'
|
||||
url: 'The :attribute format is invalid.'
|
||||
numeric: ':attribute 的大小必須是 :size。'
|
||||
file: ':attribute 的大小必須是 :size KB。'
|
||||
string: ':attribute 必須是 :size 個字元。'
|
||||
array: ':attribute 必須是 :size 個元素。'
|
||||
starts_with: ':attribute 開頭必須包含下列之一::values'
|
||||
string: ':attribute 必須是一個字串。'
|
||||
timezone: ':attribute 必須是一個正確的時區值。'
|
||||
unique: ':attribute 已經存在。'
|
||||
uploaded: ':attribute 上傳失敗。'
|
||||
url: ':attribute 的格式錯誤。'
|
||||
uuid: ':attribute 必須是有效的 UUID。'
|
||||
#--------------------------------------------------------------------------
|
||||
#Custom Validation Language Lines
|
||||
#--------------------------------------------------------------------------
|
||||
|
|
@ -81,7 +113,11 @@ url: 'The :attribute format is invalid.'
|
|||
#with something more reader friendly such as E-Mail Address instead
|
||||
#of "email". This simply helps us make messages a little cleaner.
|
||||
attributes:
|
||||
name: 名稱
|
||||
player_name: player name
|
||||
new_player_name: player name
|
||||
identification: email or player name
|
||||
sitename: site name
|
||||
email: E-mail
|
||||
password: 密碼
|
||||
password_confirmation: '確認密碼'
|
||||
title: 標題
|
||||
content: 內容
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user