2d73124fed
[skip ci]
88 lines
4.7 KiB
YAML
88 lines
4.7 KiB
YAML
---
|
|
#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.'
|
|
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.'
|
|
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.'
|
|
filled: 'El campo :attribute es obligatorio.'
|
|
image: 'El campo :attribute debe ser una imagen.'
|
|
in: 'El campo :attribute seleccionado no es vá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.'
|
|
json: 'El campo :attribute debe ser una cadena JSON válida.'
|
|
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.'
|
|
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.'
|
|
present: 'El campo :attribute debe estar presente.'
|
|
recaptcha: 'Falló la validación de reCAPTCHA.'
|
|
regex: 'El formato de :attribute no es vá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_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.'
|
|
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.'
|
|
#--------------------------------------------------------------------------
|
|
#Custom Validation Language Lines
|
|
#--------------------------------------------------------------------------
|
|
#Here you may specify custom validation messages for attributes using the
|
|
#convention "attribute.rule" to name the lines. This makes it quick to
|
|
#specify a specific custom language line for a given attribute rule.
|
|
#custom:
|
|
#attribute-name:
|
|
#rule-name: custom-message
|
|
#--------------------------------------------------------------------------
|
|
#Custom Validation Attributes
|
|
#--------------------------------------------------------------------------
|
|
#The following language lines are used to swap attribute place-holders
|
|
#with something more reader friendly such as E-Mail Address instead
|
|
#of "email". This simply helps us make messages a little cleaner.
|
|
attributes:
|
|
player_name: nombre del jugador
|
|
new_player_name: nombre del jugador
|
|
identification: email o nombre del jugador
|
|
sitename: nombre del sitio
|