Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Diego Jose Sosa Diaz
2017-04-06 23:12:05 +0200
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
b488e969bb6f010965a7ab95f7d2d92637b05151
b488e969
1 parent
1377296e
Reaching 100 % Spanish translation
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
resources/lang/es/validation.php
resources/lang/es/validation.php
View file @
b488e96
...
...
@@ -28,7 +28,7 @@ return [
'array'
=>
'El :attribute debe estar entre :min y :max items.'
,
],
'boolean'
=>
'El campo :attribute debe ser true o false.'
,
'confirmed'
=>
'
El :attribute confirmaciÃn
no concuerda.'
,
'confirmed'
=>
'
La confirmaciÃn de :attribute
no concuerda.'
,
'date'
=>
'El :attribute no es una fecha vÃlida.'
,
'date_format'
=>
'El :attribute no coincide con el formato :format.'
,
'different'
=>
':attribute y :other deben ser diferentes.'
,
...
...
@@ -57,23 +57,23 @@ return [
'not_in'
=>
':attribute seleccionado es inválio.'
,
'numeric'
=>
':attribute debe ser numérico.'
,
'regex'
=>
':attribute con formato invÃlido'
,
'required'
=>
'
The :attribute field is required
.'
,
'required_if'
=>
'
The :attribute field is required when :other is
:value.'
,
'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
.'
,
'required'
=>
'
:attribute es requerido
.'
,
'required_if'
=>
'
:attribute es requerido cuando :other vale
:value.'
,
'required_with'
=>
'
El campo :attribute es requerido cuando se encuentre entre los valores :values
.'
,
'required_with_all'
=>
'
El campo :attribute es requerido cuando los valores sean :values
.'
,
'required_without'
=>
'
:attribute es requerido cuando no se encuentre entre los valores :values
.'
,
'required_without_all'
=>
'
:attribute es requerido cuando ninguno de los valores :values estÃn presentes
.'
,
'same'
=>
'
:attribute y :other deben coincidir
.'
,
'size'
=>
[
'numeric'
=>
'
The :attribute must be
:size.'
,
'file'
=>
'
The :attribute must be
:size kilobytes.'
,
'string'
=>
'
The :attribute must be :size character
s.'
,
'array'
=>
'
The :attribute must contain
:size items.'
,
'numeric'
=>
'
:attribute debe ser
:size.'
,
'file'
=>
'
:attribute debe ser
:size kilobytes.'
,
'string'
=>
'
:attribute debe ser :size caractere
s.'
,
'array'
=>
'
:attribute debe contener
: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
.'
,
'string'
=>
'
El atributo :attribute debe ser una cadena
.'
,
'timezone'
=>
'
El atributo :attribute debe ser una zona vÃlida
.'
,
'unique'
=>
'
El atributo :attribute ya ha sido tomado
.'
,
'url'
=>
'
El atributo :attribute tiene un formato invÃlido¡
.'
,
/*
|--------------------------------------------------------------------------
...
...
@@ -88,7 +88,7 @@ return [
'custom'
=>
[
'password-confirm'
=>
[
'required_with'
=>
'
Password confirmation required
'
,
'required_with'
=>
'
ConfirmaciÃn de Password requerida
'
,
],
],
...
...
Please
register
or
sign in
to post a comment