1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Updated the Swedish language files

This commit is contained in:
vagrant
2019-05-07 21:29:30 +00:00
parent 7ef059e254
commit 8051558d3a
5 changed files with 56 additions and 17 deletions

View File

@ -12,7 +12,6 @@ return [
| as the size rules. Feel free to tweak each of these messages here.
|
*/
'accepted' => ':attribute måste godkännas.',
'active_url' => ':attribute är inte en giltig URL.',
'after' => ':attribute måste vara efter :date.',
@ -76,6 +75,7 @@ return [
'timezone' => ':attribute måste vara en giltig tidszon.',
'unique' => ':attribute är upptaget',
'url' => 'Formatet på :attribute är ogiltigt.',
'uploaded' => 'Filen kunde inte laddas upp. Servern kanske inte tillåter filer med denna storlek.',
/*
|--------------------------------------------------------------------------
@ -87,7 +87,6 @@ return [
| specify a specific custom language line for a given attribute rule.
|
*/
'custom' => [
'password-confirm' => [
'required_with' => 'Lösenordet måste bekräftas',
@ -104,7 +103,6 @@ return [
| of "email". This simply helps us make messages a little cleaner.
|
*/
'attributes' => [],
];