Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php return [ /* |-------------------------------------------------------------..
Decoded Output download
<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| such as the size rules. Feel free to tweak each of these messages.
|
*/
'accepted' => 'Je poteba potvrdit :attribute.',
'active_url' => ':attribute nen platnou URL.',
'after' => ':attribute neme bt dve ne :date.',
'after_or_equal' => 'Atribut mus mt datum nsledujc nebo rovn: datum.',
'alpha' => ':attribute me obsahovat pouze psmena.',
'alpha_dash' => ':attribute me obsahovat pouze psmena, sla, a pomlky.',
'alpha_num' => ':attribute me obsahovat pouze psmena sla.',
'array' => 'Atribut mus bt atribut.',
'before' => ':attribute neme bt pozdji ne :date.',
'before_or_equal' => 'Atribut: mus mt datum ped datem nebo se rovnat: datum.',
'between' => [
'numeric' => ':attribute mus bt mezi :min - :max.',
'file' => ':attribute mus bt mezi :min - :max kilobajt.',
'string' => ':attribute sm obsahovat pouze :min - :max znak.',
'array' => 'Atribut: mus obsahovat poloky: min a max.',
],
'boolean' => ':attribute mus bt true nebo false.',
'confirmed' => 'Potvrzen :attribute se neshoduje.',
'date' => ':attribute nen platnm datem.',
'date_format' => 'Atribut :attribute nesouhlas s formtem :format.',
'different' => ':attribute a :other se mus liit.',
'digits' => ':attribute mus bt :digits slo.',
'digits_between' => ':attribute mus bt mezi hodnotami :min a :max.',
'dimensions' => 'Atribut: m neplatn kty obrzku.',
'distinct' => 'Pole atributu: atribut m duplicitn hodnotu.',
'email' => 'Formt :attribute je neplatn.',
'exists' => 'Zvolen :attribute je neplatn.',
'file' => 'Atribut: mus bt soubor.',
'filled' => 'Pole atributu: mus mt hodnotu.',
'image' => ':attribute mus bt obrzek.',
'import_field_empty' => 'Hodnota pro :fieldname neme bt null.',
'in' => 'Zvolen :attribute je neplatn.',
'in_array' => 'Pole atributu neexistuje v: jin.',
'integer' => ':attribute mus bt celoseln.',
'ip' => ':attribute mus bt platn IP adresa.',
'ipv4' => 'Atribut: mus mt platnou adresu IPv4.',
'ipv6' => 'Atribut: mus bt platn adresa IPv6.',
'is_unique_department' => ':attribute mus bt uniktn pro tuto lokalitu spolenosti',
'json' => 'Atribut: mus bt platn etzec JSON.',
'max' => [
'numeric' => ':attribute nesm bt vt ne :max.',
'file' => ':attribute nesm bt vt ne :max kilobajt.',
'string' => ':attribute nesm bt vt ne :max znak.',
'array' => 'Atribut: Atribut nesm mt vce ne: max poloky.',
],
'mimes' => ':attribute mus bt soubor typu: :values.',
'mimetypes' => 'Atribut: mus bt soubor typu:: values.',
'min' => [
'numeric' => ':attribute mus bt minimlne :min.',
'file' => ':attribute mus bt minimln :min kilobajt.',
'string' => ':attribute mus mt minimln :min znak.',
'array' => 'Atribut mus mt alespo: min poloky.',
],
'starts_with' => ':attribute mus konit jednou z nsledujcch hodnot: :values.',
'ends_with' => ':attribute mus konit jednm z tchto znak: :values.',
'not_in' => 'Zvolen :attribute je neplatn.',
'numeric' => ':attribute mus bt slo.',
'present' => 'Pole atributu mus bt ptomno.',
'valid_regex' => 'Toto nen platn regulrn vraz. ',
'regex' => 'Formt :attribute je neplatn.',
'required' => 'Pole :attribute je poadovno.',
'required_if' => 'Poloka :attribute je vyadovna, kdy :other je :value.',
'required_unless' => 'Pole atributu: je povinn, pokud: jin nen v: hodnoty.',
'required_with' => 'Hodnota :attribute je vyadovna, kdy je ptomno :values.',
'required_with_all' => 'Pole atributu: je poadovno, kdy: jsou ptomny hodnoty.',
'required_without' => 'Hodnota :attribute je vyadovna, kdy nen ptomno :values.',
'required_without_all' => 'Pole atributu: je vyadovno, pokud nejsou dn hodnoty: existuj.',
'same' => ':attribute a :other se mus shodovat.',
'size' => [
'numeric' => ':attribute mus bt :size.',
'file' => ':attribute mus bt :size kilobajt.',
'string' => ':attribute mus mt :size znak.',
'array' => 'Atribut: mus obsahovat: poloky velikosti.',
],
'string' => 'Atribut: mus bt etzec.',
'timezone' => 'Atribut: mus bt platnou znou.',
'two_column_unique_undeleted' => ':attribute mus bt uniktn nap :table1 a :table2. ',
'unique' => ':attribute byl ji vybrn.',
'uploaded' => 'Atribut: se nepodailo nahrt.',
'url' => 'Formt :attribute je neplatn.',
'unique_undeleted' => 'Je teba, aby se :attribute neopakoval.',
'non_circular' => ':attribute nesm vytvoit kruhov odkaz.',
'not_array' => ':attribute neme bt pole.',
'disallow_same_pwd_as_user_fields' => 'Heslo neme bt stejn jako uivatelsk jmno.',
'letters' => 'Heslo mus obsahovat nejmn jedno psmeno.',
'numbers' => 'Heslo mus obsahovat alespo jednu slici.',
'case_diff' => 'Heslo mus pout smen znaky.',
'symbols' => 'Heslo mus obsahovat symboly.',
'gte' => [
'numeric' => 'Hodnota neme bt zporn'
],
'checkboxes' => ':attribute obsahuje neplatn monosti.',
'radio_buttons' => ':attribute je neplatn.',
/*
|--------------------------------------------------------------------------
| 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' => [
'alpha_space' => 'Pole atributu: atribut obsahuje znak, kter nen povolen.',
'email_array' => 'Jedna nebo vce e-mailovch adres je neplatn.',
'hashed_pass' => 'Vae souasn heslo je nesprvn',
'dumbpwd' => 'Toto heslo je pli bn.',
'statuslabel_type' => 'Muste vybrat platn typ ttku stavu',
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
// people won't know how to format.
'purchase_date.date_format' => ':attribute mus bt platn datum ve formtu RRRR-MM-DD',
'last_audit_date.date_format' => ':attribute mus bt platn datum ve formtu RRRR-MM-DD hh:mm:ss',
'expiration_date.date_format' => ':attribute mus bt platn datum ve formtu RRRR-MM-DD',
'termination_date.date_format' => ':attribute mus bt platn datum ve formtu RRRR-MM-DD',
'expected_checkin.date_format' => ':attribute mus bt platn datum ve formtu RRRR-MM-DD',
'start_date.date_format' => ':attribute mus bt platn datum ve formtu RRRR-MM-DD',
'end_date.date_format' => ':attribute mus bt platn datum ve formtu RRRR-MM-DD',
],
/*
|--------------------------------------------------------------------------
| 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' => [],
/*
|--------------------------------------------------------------------------
| Generic Validation Messages
|--------------------------------------------------------------------------
*/
'invalid_value_in_field' => 'Neplatn hodnota zahrnut v tomto poli',
];
?>
Did this file decode correctly?
Original Code
<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| such as the size rules. Feel free to tweak each of these messages.
|
*/
'accepted' => 'Je poteba potvrdit :attribute.',
'active_url' => ':attribute nen platnou URL.',
'after' => ':attribute neme bt dve ne :date.',
'after_or_equal' => 'Atribut mus mt datum nsledujc nebo rovn: datum.',
'alpha' => ':attribute me obsahovat pouze psmena.',
'alpha_dash' => ':attribute me obsahovat pouze psmena, sla, a pomlky.',
'alpha_num' => ':attribute me obsahovat pouze psmena sla.',
'array' => 'Atribut mus bt atribut.',
'before' => ':attribute neme bt pozdji ne :date.',
'before_or_equal' => 'Atribut: mus mt datum ped datem nebo se rovnat: datum.',
'between' => [
'numeric' => ':attribute mus bt mezi :min - :max.',
'file' => ':attribute mus bt mezi :min - :max kilobajt.',
'string' => ':attribute sm obsahovat pouze :min - :max znak.',
'array' => 'Atribut: mus obsahovat poloky: min a max.',
],
'boolean' => ':attribute mus bt true nebo false.',
'confirmed' => 'Potvrzen :attribute se neshoduje.',
'date' => ':attribute nen platnm datem.',
'date_format' => 'Atribut :attribute nesouhlas s formtem :format.',
'different' => ':attribute a :other se mus liit.',
'digits' => ':attribute mus bt :digits slo.',
'digits_between' => ':attribute mus bt mezi hodnotami :min a :max.',
'dimensions' => 'Atribut: m neplatn kty obrzku.',
'distinct' => 'Pole atributu: atribut m duplicitn hodnotu.',
'email' => 'Formt :attribute je neplatn.',
'exists' => 'Zvolen :attribute je neplatn.',
'file' => 'Atribut: mus bt soubor.',
'filled' => 'Pole atributu: mus mt hodnotu.',
'image' => ':attribute mus bt obrzek.',
'import_field_empty' => 'Hodnota pro :fieldname neme bt null.',
'in' => 'Zvolen :attribute je neplatn.',
'in_array' => 'Pole atributu neexistuje v: jin.',
'integer' => ':attribute mus bt celoseln.',
'ip' => ':attribute mus bt platn IP adresa.',
'ipv4' => 'Atribut: mus mt platnou adresu IPv4.',
'ipv6' => 'Atribut: mus bt platn adresa IPv6.',
'is_unique_department' => ':attribute mus bt uniktn pro tuto lokalitu spolenosti',
'json' => 'Atribut: mus bt platn etzec JSON.',
'max' => [
'numeric' => ':attribute nesm bt vt ne :max.',
'file' => ':attribute nesm bt vt ne :max kilobajt.',
'string' => ':attribute nesm bt vt ne :max znak.',
'array' => 'Atribut: Atribut nesm mt vce ne: max poloky.',
],
'mimes' => ':attribute mus bt soubor typu: :values.',
'mimetypes' => 'Atribut: mus bt soubor typu:: values.',
'min' => [
'numeric' => ':attribute mus bt minimlne :min.',
'file' => ':attribute mus bt minimln :min kilobajt.',
'string' => ':attribute mus mt minimln :min znak.',
'array' => 'Atribut mus mt alespo: min poloky.',
],
'starts_with' => ':attribute mus konit jednou z nsledujcch hodnot: :values.',
'ends_with' => ':attribute mus konit jednm z tchto znak: :values.',
'not_in' => 'Zvolen :attribute je neplatn.',
'numeric' => ':attribute mus bt slo.',
'present' => 'Pole atributu mus bt ptomno.',
'valid_regex' => 'Toto nen platn regulrn vraz. ',
'regex' => 'Formt :attribute je neplatn.',
'required' => 'Pole :attribute je poadovno.',
'required_if' => 'Poloka :attribute je vyadovna, kdy :other je :value.',
'required_unless' => 'Pole atributu: je povinn, pokud: jin nen v: hodnoty.',
'required_with' => 'Hodnota :attribute je vyadovna, kdy je ptomno :values.',
'required_with_all' => 'Pole atributu: je poadovno, kdy: jsou ptomny hodnoty.',
'required_without' => 'Hodnota :attribute je vyadovna, kdy nen ptomno :values.',
'required_without_all' => 'Pole atributu: je vyadovno, pokud nejsou dn hodnoty: existuj.',
'same' => ':attribute a :other se mus shodovat.',
'size' => [
'numeric' => ':attribute mus bt :size.',
'file' => ':attribute mus bt :size kilobajt.',
'string' => ':attribute mus mt :size znak.',
'array' => 'Atribut: mus obsahovat: poloky velikosti.',
],
'string' => 'Atribut: mus bt etzec.',
'timezone' => 'Atribut: mus bt platnou znou.',
'two_column_unique_undeleted' => ':attribute mus bt uniktn nap :table1 a :table2. ',
'unique' => ':attribute byl ji vybrn.',
'uploaded' => 'Atribut: se nepodailo nahrt.',
'url' => 'Formt :attribute je neplatn.',
'unique_undeleted' => 'Je teba, aby se :attribute neopakoval.',
'non_circular' => ':attribute nesm vytvoit kruhov odkaz.',
'not_array' => ':attribute neme bt pole.',
'disallow_same_pwd_as_user_fields' => 'Heslo neme bt stejn jako uivatelsk jmno.',
'letters' => 'Heslo mus obsahovat nejmn jedno psmeno.',
'numbers' => 'Heslo mus obsahovat alespo jednu slici.',
'case_diff' => 'Heslo mus pout smen znaky.',
'symbols' => 'Heslo mus obsahovat symboly.',
'gte' => [
'numeric' => 'Hodnota neme bt zporn'
],
'checkboxes' => ':attribute obsahuje neplatn monosti.',
'radio_buttons' => ':attribute je neplatn.',
/*
|--------------------------------------------------------------------------
| 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' => [
'alpha_space' => 'Pole atributu: atribut obsahuje znak, kter nen povolen.',
'email_array' => 'Jedna nebo vce e-mailovch adres je neplatn.',
'hashed_pass' => 'Vae souasn heslo je nesprvn',
'dumbpwd' => 'Toto heslo je pli bn.',
'statuslabel_type' => 'Muste vybrat platn typ ttku stavu',
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
// people won't know how to format.
'purchase_date.date_format' => ':attribute mus bt platn datum ve formtu RRRR-MM-DD',
'last_audit_date.date_format' => ':attribute mus bt platn datum ve formtu RRRR-MM-DD hh:mm:ss',
'expiration_date.date_format' => ':attribute mus bt platn datum ve formtu RRRR-MM-DD',
'termination_date.date_format' => ':attribute mus bt platn datum ve formtu RRRR-MM-DD',
'expected_checkin.date_format' => ':attribute mus bt platn datum ve formtu RRRR-MM-DD',
'start_date.date_format' => ':attribute mus bt platn datum ve formtu RRRR-MM-DD',
'end_date.date_format' => ':attribute mus bt platn datum ve formtu RRRR-MM-DD',
],
/*
|--------------------------------------------------------------------------
| 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' => [],
/*
|--------------------------------------------------------------------------
| Generic Validation Messages
|--------------------------------------------------------------------------
*/
'invalid_value_in_field' => 'Neplatn hodnota zahrnut v tomto poli',
];
Function Calls
None |
Stats
MD5 | 11fdeb783068677e4067dca93fa15ef3 |
Eval Count | 0 |
Decode Time | 93 ms |