mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
New Crowdin updates (#2915)
* New translations auth.php (Spanish) * New translations activities.php (Italian) * New translations settings.php (Italian) * New translations entities.php (Italian) * New translations validation.php (Italian) * New translations activities.php (Danish) * New translations auth.php (Danish) * New translations common.php (Danish) * New translations settings.php (Danish) * New translations entities.php (Danish) * New translations auth.php (Danish) * New translations common.php (Danish) * New translations errors.php (Danish) * New translations validation.php (Danish) * New translations activities.php (Russian) * New translations auth.php (French) * New translations auth.php (French) * New translations settings.php (French) * New translations entities.php (French) * New translations auth.php (French)
This commit is contained in:
@ -15,7 +15,7 @@ return [
|
||||
'alpha_dash' => ':attribute må kun bestå af bogstaver, tal, binde- og under-streger.',
|
||||
'alpha_num' => ':attribute må kun indeholde bogstaver og tal.',
|
||||
'array' => ':attribute skal være et array.',
|
||||
'backup_codes' => 'The provided code is not valid or has already been used.',
|
||||
'backup_codes' => 'Den angivne kode er ikke gyldig eller er allerede brugt.',
|
||||
'before' => ':attribute skal være en dato før :date.',
|
||||
'between' => [
|
||||
'numeric' => ':attribute skal være mellem :min og :max.',
|
||||
@ -99,7 +99,7 @@ return [
|
||||
],
|
||||
'string' => ':attribute skal være tekst.',
|
||||
'timezone' => ':attribute skal være en gyldig zone.',
|
||||
'totp' => 'The provided code is not valid or has expired.',
|
||||
'totp' => 'Den angivne kode er ikke gyldig eller er udløbet.',
|
||||
'unique' => ':attribute er allerede i brug.',
|
||||
'url' => ':attribute-formatet er ugyldigt.',
|
||||
'uploaded' => 'Filen kunne ikke oploades. Serveren accepterer muligvis ikke filer af denne størrelse.',
|
||||
|
Reference in New Issue
Block a user