mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
10 lines
263 B
PHP
10 lines
263 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'failed' => 'Nämä tiedot eivät vastaa tietueitamme.',
|
|
'password' => 'Annettu salasana on virheellinen.',
|
|
'throttle' => 'Liian monta kirjautumisyritystä. Yritä uudelleen :seconds sekunnin kuluttua.',
|
|
];
|