mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-09 19:52:28 +01:00
Merge pull request #3 from PhysikOnline/phraseapp-locales
Updated translations from PhraseApp
This commit is contained in:
commit
60f188fcdc
@ -1,9 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'buildinfo' => [
|
||||
'release' => 'Veröffentlichungsdatum: :reldate',
|
||||
],
|
||||
|
||||
];
|
||||
return array(
|
||||
"buildinfo" => array(
|
||||
"release" => "Veröffentlichungsdatum: :reldate",
|
||||
),
|
||||
);
|
10
resources/lang/de/account.php
Normal file
10
resources/lang/de/account.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
return array(
|
||||
"forgot" => array(
|
||||
"question" => "Passwort vergessen?",
|
||||
"resetpasswd" => "Zurücksetzen",
|
||||
),
|
||||
"register" => array(
|
||||
"title" => "Registrierung",
|
||||
),
|
||||
);
|
@ -1,9 +1,22 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'public' => 'Öffentlich',
|
||||
'private' => 'Privat',
|
||||
'short' => 'Kürzen',
|
||||
|
||||
];
|
||||
return array(
|
||||
"about" => "Über uns",
|
||||
"buildinfo" => array(
|
||||
"release" => "Veröffentlichungsdatum: :reldate",
|
||||
),
|
||||
"forgot" => array(
|
||||
"question" => "Passwort vergessen?",
|
||||
"resetpasswd" => "Zurücksetzen",
|
||||
),
|
||||
"linkoptions" => "Weitere Optionen ",
|
||||
"logout" => "Ausloggen",
|
||||
"private" => "Privat",
|
||||
"public" => "Öffentlich",
|
||||
"register" => array(
|
||||
"title" => "Registrierung",
|
||||
),
|
||||
"settings" => "Einstellungen ",
|
||||
"short" => "Kürzen",
|
||||
"signin" => "Einloggen",
|
||||
"signup" => "Registrieren",
|
||||
);
|
8
resources/lang/de/snippets.php
Normal file
8
resources/lang/de/snippets.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return array(
|
||||
"about" => "Über uns",
|
||||
"logout" => "Ausloggen",
|
||||
"settings" => "Einstellungen ",
|
||||
"signin" => "Einloggen",
|
||||
"signup" => "Registrieren",
|
||||
);
|
3
resources/lang/de/validation.php
Normal file
3
resources/lang/de/validation.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
return array(
|
||||
);
|
@ -1,18 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'buildinfo' => [
|
||||
'title' => 'Build Information',
|
||||
'version' => 'Version: :ver',
|
||||
'release' => 'Release date: :reldate',
|
||||
'appinstall' => 'App Install: :appname on :appaddress on :genat',
|
||||
'admin' => 'You are seeing the information above because you are logged in as an administrator.',
|
||||
],
|
||||
'about' => [
|
||||
'powered' => ':app is powered by Polr 2, an open source, minimalist link shortening platform.',
|
||||
'learnmore' => 'Learn more at <a href="https://github.com/Cydrobolt/polr">its GitHub page</a> or its <a href="//project.polr.me">project site</a>.',
|
||||
'license' => 'Polr is licensed under the GNU GPL License.',
|
||||
],
|
||||
'moreinfo' => 'More Information',
|
||||
];
|
||||
return array(
|
||||
"about" => array(
|
||||
"learnmore" => "Learn more at <a href=\"https://github.com/Cydrobolt/polr\">its GitHub page</a> or its <a href=\"//project.polr.me\">project site</a>.",
|
||||
"license" => "Polr is licensed under the GNU GPL License.",
|
||||
"powered" => ":app is powered by Polr 2, an open source, minimalist link shortening platform.",
|
||||
),
|
||||
"buildinfo" => array(
|
||||
"admin" => "You are seeing the information above because you are logged in as an administrator.",
|
||||
"appinstall" => "App Install: :appname on :appaddress on :genat",
|
||||
"release" => "Release date: :reldate",
|
||||
"title" => "Build Information",
|
||||
"version" => "Version: :ver",
|
||||
),
|
||||
"moreinfo" => "More Information",
|
||||
);
|
@ -1,43 +1,40 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'register' => [
|
||||
'title' => 'Register',
|
||||
'question' => 'Don\'t have an account?',
|
||||
'register' => 'Register',
|
||||
'registerbtn' => 'Register',
|
||||
'form' => [
|
||||
'username' => [
|
||||
'label' => 'Username:',
|
||||
'placeholder' => 'Username',
|
||||
'help' => 'The username you will use to login to :app.',
|
||||
],
|
||||
'password' => [
|
||||
'label' => 'Password:',
|
||||
'placeholder' => 'Password',
|
||||
'help' => 'The secure password you will use to login to :app.',
|
||||
],
|
||||
'email' => [
|
||||
'label' => 'Email:',
|
||||
'placeholder' => 'Email',
|
||||
'help' => 'The email you will use to verify your account or to recover your account.',
|
||||
],
|
||||
],
|
||||
],
|
||||
'login' => [
|
||||
'question' => 'Already have an account?',
|
||||
'login' => 'Login',
|
||||
'title' => 'Login',
|
||||
'loginbtn' => 'Login',
|
||||
'form' => [
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
],
|
||||
],
|
||||
'forgot' => [
|
||||
'question' => 'Forgot your password?',
|
||||
'resetpasswd' => 'Reset',
|
||||
],
|
||||
|
||||
];
|
||||
return array(
|
||||
"forgot" => array(
|
||||
"question" => "Forgot your password?",
|
||||
"resetpasswd" => "Reset",
|
||||
),
|
||||
"login" => array(
|
||||
"form" => array(
|
||||
"password" => "Password",
|
||||
"username" => "Username",
|
||||
),
|
||||
"login" => "Login",
|
||||
"loginbtn" => "Login",
|
||||
"question" => "Already have an account?",
|
||||
"title" => "Login",
|
||||
),
|
||||
"register" => array(
|
||||
"form" => array(
|
||||
"email" => array(
|
||||
"help" => "The email you will use to verify your account or to recover your account.",
|
||||
"label" => "Email:",
|
||||
"placeholder" => "Email",
|
||||
),
|
||||
"password" => array(
|
||||
"help" => "The secure password you will use to login to :app.",
|
||||
"label" => "Password:",
|
||||
"placeholder" => "Password",
|
||||
),
|
||||
"username" => array(
|
||||
"help" => "The username you will use to login to :app.",
|
||||
"label" => "Username:",
|
||||
"placeholder" => "Username",
|
||||
),
|
||||
),
|
||||
"question" => "Don't have an account?",
|
||||
"register" => "Register",
|
||||
"registerbtn" => "Register",
|
||||
"title" => "Register",
|
||||
),
|
||||
);
|
@ -1,12 +1,152 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'public' => 'public',
|
||||
'private' => 'private',
|
||||
'checkavailability' => 'check availability',
|
||||
'linkoptions' => 'link options',
|
||||
'short' => 'shorten',
|
||||
'loadingtips' => 'Loading tips...'
|
||||
|
||||
];
|
||||
return array(
|
||||
"about" => array(
|
||||
"learnmore" => "Learn more at <a href=\"https://github.com/Cydrobolt/polr\">its GitHub page</a> or its <a href=\"//project.polr.me\">project site</a>.",
|
||||
"license" => "Polr is licensed under the GNU GPL License.",
|
||||
"powered" => ":app is powered by Polr 2, an open source, minimalist link shortening platform.",
|
||||
),
|
||||
"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.",
|
||||
"attributes" => array(
|
||||
"link-url" => "link URL",
|
||||
),
|
||||
"before" => "The :attribute must be a date before :date.",
|
||||
"between" => array(
|
||||
"array" => "The :attribute must have between :min and :max items.",
|
||||
"file" => "The :attribute must be between :min and :max kilobytes.",
|
||||
"numeric" => "The :attribute must be between :min and :max.",
|
||||
"string" => "The :attribute must be between :min and :max characters.",
|
||||
),
|
||||
"boolean" => "The :attribute field must be true or false.",
|
||||
"buildinfo" => array(
|
||||
"admin" => "You are seeing the information above because you are logged in as an administrator.",
|
||||
"appinstall" => "App Install: :appname on :appaddress on :genat",
|
||||
"release" => "Release date: :reldate",
|
||||
"title" => "Build Information",
|
||||
"version" => "Version: :ver",
|
||||
),
|
||||
"checkavailability" => "check availability",
|
||||
"close" => "Close",
|
||||
"confirmed" => "The :attribute confirmation does not match.",
|
||||
"custom" => array(
|
||||
"attribute-name" => array(
|
||||
"rule-name" => "custom-message",
|
||||
),
|
||||
),
|
||||
"dashboard" => "Dashboard",
|
||||
"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.",
|
||||
"email" => "The :attribute must be a valid email address.",
|
||||
"exists" => "The selected :attribute is invalid.",
|
||||
"filled" => "The :attribute field is required.",
|
||||
"forgot" => array(
|
||||
"question" => "Forgot your password?",
|
||||
"resetpasswd" => "Reset",
|
||||
),
|
||||
"image" => "The :attribute must be an image.",
|
||||
"in" => "The selected :attribute is invalid.",
|
||||
"integer" => "The :attribute must be an integer.",
|
||||
"ip" => "The :attribute must be a valid IP address.",
|
||||
"linkoptions" => "link options",
|
||||
"linktable" => array(
|
||||
"clicks" => "Clicks",
|
||||
"creator" => "Creator",
|
||||
"date" => "Date",
|
||||
"delete" => "Delete",
|
||||
"disable" => "Disable",
|
||||
"linkending" => "Link Ending",
|
||||
"longlink" => "Long Link",
|
||||
),
|
||||
"loadingtips" => "Loading tips...",
|
||||
"login" => array(
|
||||
"form" => array(
|
||||
"password" => "Password",
|
||||
"username" => "Username",
|
||||
),
|
||||
"login" => "Login",
|
||||
"loginbtn" => "Login",
|
||||
"question" => "Already have an account?",
|
||||
"title" => "Login",
|
||||
),
|
||||
"logout" => "Logout",
|
||||
"max" => array(
|
||||
"array" => "The :attribute may not have more than :max items.",
|
||||
"file" => "The :attribute may not be greater than :max kilobytes.",
|
||||
"numeric" => "The :attribute may not be greater than :max.",
|
||||
"string" => "The :attribute may not be greater than :max characters.",
|
||||
),
|
||||
"mimes" => "The :attribute must be a file of type: :values.",
|
||||
"min" => array(
|
||||
"array" => "The :attribute must have at least :min items.",
|
||||
"file" => "The :attribute must be at least :min kilobytes.",
|
||||
"numeric" => "The :attribute must be at least :min.",
|
||||
"string" => "The :attribute must be at least :min characters.",
|
||||
),
|
||||
"moreinfo" => "More Information",
|
||||
"not_in" => "The selected :attribute is invalid.",
|
||||
"numeric" => "The :attribute must be a number.",
|
||||
"private" => "private",
|
||||
"public" => "public",
|
||||
"regex" => "The :attribute format is invalid.",
|
||||
"register" => array(
|
||||
"form" => array(
|
||||
"email" => array(
|
||||
"help" => "The email you will use to verify your account or to recover your account.",
|
||||
"label" => "Email:",
|
||||
"placeholder" => "Email",
|
||||
),
|
||||
"password" => array(
|
||||
"help" => "The secure password you will use to login to :app.",
|
||||
"label" => "Password:",
|
||||
"placeholder" => "Password",
|
||||
),
|
||||
"username" => array(
|
||||
"help" => "The username you will use to login to :app.",
|
||||
"label" => "Username:",
|
||||
"placeholder" => "Username",
|
||||
),
|
||||
),
|
||||
"question" => "Don't have an account?",
|
||||
"register" => "Register",
|
||||
"registerbtn" => "Register",
|
||||
"title" => "Register",
|
||||
),
|
||||
"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_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.",
|
||||
"required_with_all" => "The :attribute field is required when :values is present.",
|
||||
"same" => "The :attribute and :other must match.",
|
||||
"settings" => "Settings",
|
||||
"short" => "shorten",
|
||||
"signin" => "Sign In",
|
||||
"signup" => "Sign Up",
|
||||
"size" => array(
|
||||
"array" => "The :attribute must contain :size items.",
|
||||
"file" => "The :attribute must be :size kilobytes.",
|
||||
"numeric" => "The :attribute must be :size.",
|
||||
"string" => "The :attribute must be :size characters.",
|
||||
),
|
||||
"timezone" => "The :attribute must be a valid zone.",
|
||||
"togglenav" => "Toggle navigation",
|
||||
"unique" => "The :attribute has already been taken.",
|
||||
"url" => "The :attribute format is invalid.",
|
||||
"usertable" => array(
|
||||
"activated" => "Activated",
|
||||
"api" => "API",
|
||||
"createdat" => "Created At",
|
||||
"delete" => "Delete",
|
||||
"email" => "Email",
|
||||
"role" => "Role",
|
||||
"username" => "Username",
|
||||
),
|
||||
);
|
@ -1,32 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'togglenav' => 'Toggle navigation',
|
||||
'about' => 'About',
|
||||
'signin' => 'Sign In',
|
||||
'signup' => 'Sign Up',
|
||||
'dashboard' => 'Dashboard',
|
||||
'settings' => 'Settings',
|
||||
'logout' => 'Logout',
|
||||
'login' => 'Login',
|
||||
'close' => 'Close',
|
||||
'linktable' => [
|
||||
'linkending' => 'Link Ending',
|
||||
'longlink' => 'Long Link',
|
||||
'clicks' => 'Clicks',
|
||||
'date' => 'Date',
|
||||
'creator' => 'Creator',
|
||||
'disable' => 'Disable',
|
||||
'delete' => 'Delete',
|
||||
],
|
||||
'usertable' => [
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'createdat' => 'Created At',
|
||||
'activated' => 'Activated',
|
||||
'api' => 'API',
|
||||
'role' => 'Role',
|
||||
'delete' => 'Delete',
|
||||
],
|
||||
];
|
||||
return array(
|
||||
"about" => "About",
|
||||
"close" => "Close",
|
||||
"dashboard" => "Dashboard",
|
||||
"linktable" => array(
|
||||
"clicks" => "Clicks",
|
||||
"creator" => "Creator",
|
||||
"date" => "Date",
|
||||
"delete" => "Delete",
|
||||
"disable" => "Disable",
|
||||
"linkending" => "Link Ending",
|
||||
"longlink" => "Long Link",
|
||||
),
|
||||
"login" => "Login",
|
||||
"logout" => "Logout",
|
||||
"settings" => "Settings",
|
||||
"signin" => "Sign In",
|
||||
"signup" => "Sign Up",
|
||||
"togglenav" => "Toggle navigation",
|
||||
"usertable" => array(
|
||||
"activated" => "Activated",
|
||||
"api" => "API",
|
||||
"createdat" => "Created At",
|
||||
"delete" => "Delete",
|
||||
"email" => "Email",
|
||||
"role" => "Role",
|
||||
"username" => "Username",
|
||||
),
|
||||
);
|
@ -1,109 +1,71 @@
|
||||
<?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
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
'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.',
|
||||
'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.',
|
||||
'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.',
|
||||
'email' => 'The :attribute must be a valid email address.',
|
||||
'filled' => 'The :attribute field is required.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'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.',
|
||||
'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.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'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.',
|
||||
'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.',
|
||||
],
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| 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' => [
|
||||
'link-url' => 'link URL'
|
||||
],
|
||||
|
||||
];
|
||||
return array(
|
||||
"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.",
|
||||
"attributes" => array(
|
||||
"link-url" => "link URL",
|
||||
),
|
||||
"before" => "The :attribute must be a date before :date.",
|
||||
"between" => array(
|
||||
"array" => "The :attribute must have between :min and :max items.",
|
||||
"file" => "The :attribute must be between :min and :max kilobytes.",
|
||||
"numeric" => "The :attribute must be between :min and :max.",
|
||||
"string" => "The :attribute must be between :min and :max characters.",
|
||||
),
|
||||
"boolean" => "The :attribute field must be true or false.",
|
||||
"confirmed" => "The :attribute confirmation does not match.",
|
||||
"custom" => array(
|
||||
"attribute-name" => array(
|
||||
"rule-name" => "custom-message",
|
||||
),
|
||||
),
|
||||
"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.",
|
||||
"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.",
|
||||
"integer" => "The :attribute must be an integer.",
|
||||
"ip" => "The :attribute must be a valid IP address.",
|
||||
"max" => array(
|
||||
"array" => "The :attribute may not have more than :max items.",
|
||||
"file" => "The :attribute may not be greater than :max kilobytes.",
|
||||
"numeric" => "The :attribute may not be greater than :max.",
|
||||
"string" => "The :attribute may not be greater than :max characters.",
|
||||
),
|
||||
"mimes" => "The :attribute must be a file of type: :values.",
|
||||
"min" => array(
|
||||
"array" => "The :attribute must have at least :min items.",
|
||||
"file" => "The :attribute must be at least :min kilobytes.",
|
||||
"numeric" => "The :attribute must be at least :min.",
|
||||
"string" => "The :attribute must be at least :min characters.",
|
||||
),
|
||||
"not_in" => "The selected :attribute is invalid.",
|
||||
"numeric" => "The :attribute must be a number.",
|
||||
"regex" => "The :attribute format is invalid.",
|
||||
"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_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.",
|
||||
"required_with_all" => "The :attribute field is required when :values is present.",
|
||||
"same" => "The :attribute and :other must match.",
|
||||
"size" => array(
|
||||
"array" => "The :attribute must contain :size items.",
|
||||
"file" => "The :attribute must be :size kilobytes.",
|
||||
"numeric" => "The :attribute must be :size.",
|
||||
"string" => "The :attribute must be :size characters.",
|
||||
),
|
||||
"timezone" => "The :attribute must be a valid zone.",
|
||||
"unique" => "The :attribute has already been taken.",
|
||||
"url" => "The :attribute format is invalid.",
|
||||
);
|
Loading…
Reference in New Issue
Block a user