mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
New Crowdin translations (#2004)
* New translations errors.php (Russian) * New translations settings.php (Portuguese, Brazilian) * New translations auth.php (Russian) * New translations entities.php (Russian) * New translations settings.php (Russian) * New translations settings.php (Slovak) * New translations settings.php (Persian) * New translations settings.php (Portuguese) * New translations settings.php (Polish) * New translations settings.php (Korean) * New translations settings.php (Swedish) * New translations validation.php (Swedish) * New translations errors.php (Turkish) * New translations settings.php (Turkish) * New translations entities.php (Swedish) * New translations settings.php (Ukrainian) * New translations errors.php (Swedish) * New translations entities.php (Slovenian) * New translations errors.php (Slovenian) * New translations pagination.php (Slovenian) * New translations passwords.php (Slovenian) * New translations settings.php (Slovenian) * New translations validation.php (Slovenian) * New translations settings.php (Spanish) * New translations settings.php (Spanish, Argentina) * New translations settings.php (Czech) * New translations pagination.php (Danish) * New translations settings.php (Danish) * New translations settings.php (Dutch) * New translations settings.php (Arabic) * New translations settings.php (Chinese Simplified) * New translations settings.php (Chinese Traditional) * New translations settings.php (Hungarian) * New translations errors.php (French) * New translations errors.php (Italian) * New translations settings.php (Italian) * New translations settings.php (Japanese) * New translations settings.php (French) * New translations errors.php (German) * New translations settings.php (German) * New translations settings.php (Hebrew) * New translations auth.php (Hebrew) * New translations validation.php (Hebrew) * New translations errors.php (Hebrew) * New translations entities.php (Hebrew) * New translations common.php (Hebrew) * New translations settings.php (German Informal) * New translations errors.php (German Informal) * New translations settings.php (Vietnamese)
This commit is contained in:
@ -30,19 +30,19 @@ return [
|
||||
'digits' => ':attribute måste vara :digits siffror.',
|
||||
'digits_between' => ':attribute måste vara mellan :min och :max siffror.',
|
||||
'email' => ':attribute måste vara en giltig e-postadress.',
|
||||
'ends_with' => 'The :attribute must end with one of the following: :values',
|
||||
'ends_with' => ':attribute måste sluta med något av följande: :values',
|
||||
'filled' => ':attribute är obligatoriskt.',
|
||||
'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.',
|
||||
'numeric' => ':attribute måste vara större än :value.',
|
||||
'file' => ':attribute måste vara större än :value kilobytes.',
|
||||
'string' => ':attribute måste vara större än :value tecken.',
|
||||
'array' => ':attribute måste ha mer än :value objekt.',
|
||||
],
|
||||
'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.',
|
||||
'numeric' => ':attribute måste vara större än eller likamed :value.',
|
||||
'file' => ':attribute måste vara större än eller lika med :value kilobytes.',
|
||||
'string' => ':attribute måste vara större än eller lika med :value tecken.',
|
||||
'array' => ':attribute måste ha :value objekt eller mer.',
|
||||
],
|
||||
'exists' => 'Valt värde för :attribute är ogiltigt.',
|
||||
'image' => ':attribute måste vara en bild.',
|
||||
@ -50,20 +50,20 @@ return [
|
||||
'in' => 'Vald :attribute är ogiltigt.',
|
||||
'integer' => ':attribute måste vara en integer.',
|
||||
'ip' => ':attribute måste vara en giltig IP-adress.',
|
||||
'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.',
|
||||
'ipv4' => ':attribute måste vara en giltig IPv4-adress.',
|
||||
'ipv6' => ':attribute måste vara en giltig IPv6-adress.',
|
||||
'json' => ':attribute måste vara en giltig JSON-sträng.',
|
||||
'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.',
|
||||
'numeric' => ':attribute måste vara mindre än :value.',
|
||||
'file' => ':attribute måste vara mindre än :value kilobytes.',
|
||||
'string' => ':attribute måste vara mindre än :value tecken.',
|
||||
'array' => ':attribute måste ha mindre än :value objekt.',
|
||||
],
|
||||
'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.',
|
||||
'numeric' => ':attribute måste vara mindre än eller lika :value.',
|
||||
'file' => ':attribute måste vara mindre än eller lika med :value kilobytes.',
|
||||
'string' => ':attribute måste vara mindre än eller lika med :value tecken.',
|
||||
'array' => ':attribute får inte innehålla mer än :max objekt.',
|
||||
],
|
||||
'max' => [
|
||||
'numeric' => ':attribute får inte vara större än :max.',
|
||||
@ -80,7 +80,7 @@ return [
|
||||
],
|
||||
'no_double_extension' => ':attribute får bara ha ett filtillägg.',
|
||||
'not_in' => 'Vald :attribute är inte giltig',
|
||||
'not_regex' => 'The :attribute format is invalid.',
|
||||
'not_regex' => 'Formatet på :attribute är ogiltigt.',
|
||||
'numeric' => ':attribute måste vara ett nummer.',
|
||||
'regex' => ':attribute har ett ogiltigt format.',
|
||||
'required' => ':attribute är obligatoriskt.',
|
||||
|
Reference in New Issue
Block a user