1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

New Crowdin updates (#2892)

* New translations entities.php (Spanish, Argentina)

* New translations entities.php (German Informal)

* New translations activities.php (Lithuanian)

* New translations settings.php (Lithuanian)

* New translations passwords.php (Lithuanian)

* New translations errors.php (Lithuanian)

* New translations entities.php (Lithuanian)

* New translations common.php (Lithuanian)

* New translations auth.php (Lithuanian)

* New translations validation.php (Spanish, Argentina)

* New translations settings.php (Spanish, Argentina)

* New translations common.php (Spanish, Argentina)

* New translations auth.php (Spanish, Argentina)

* New translations activities.php (Spanish, Argentina)

* New translations validation.php (Lithuanian)
This commit is contained in:
Dan Brown
2021-08-21 20:24:31 +01:00
committed by GitHub
parent a274406038
commit 73ebe571a1
15 changed files with 148 additions and 79 deletions

View File

@ -15,6 +15,7 @@ return [
'alpha_dash' => ':attribute turi būti sudarytas tik iš raidžių, skaičių, brūkšnelių ir pabraukimų.',
'alpha_num' => ':attribute turi būti sudarytas tik iš raidžių ir skaičių.',
'array' => ':attribute turi būti masyvas.',
'backup_codes' => 'The provided code is not valid or has already been used.',
'before' => ':attribute turi būti data anksčiau negu :date.',
'between' => [
'numeric' => ':attribute turi būti tarp :min ir :max.',
@ -98,6 +99,7 @@ return [
],
'string' => ':attribute turi būti eilutė.',
'timezone' => ':attribute turi būti tinkama zona.',
'totp' => 'The provided code is not valid or has expired.',
'unique' => ':attribute jau yra paimtas.',
'url' => ':attribute formatas yra klaidingas.',
'uploaded' => 'Šis failas negali būti įkeltas. Serveris gali nepriimti tokio dydžio failų.',