update translations

This commit is contained in:
xiaomlove
2026-02-01 01:26:00 +07:00
parent 8dec50fc6d
commit f07e0a5013
438 changed files with 6061 additions and 1717 deletions
+5 -5
View File
@@ -3,9 +3,9 @@
declare(strict_types=1);
return [
'reset' => 'Heslo bylo obnoveno!',
'sent' => 'E-mail s instrukcemi k obnovení hesla byl odeslán!',
'throttled' => 'Počkejte prosím a zkuste to znovu.',
'token' => 'Klíč pro obnovu hesla je nesprávný.',
'user' => 'Nepodařilo se najít uživatele s touto e-mailovou adresou.',
'reset' => 'Vaše heslo bylo obnoveno.',
'sent' => 'Zaslali jsme e-mail s odkazem pro obnovení hesla.',
'throttled' => 'Počkejte prosím před dalším pokusem.',
'token' => 'Tento token pro obnovení hesla je neplatný.',
'user' => 'Nelze najít uživatele s touto e-mailovou adresou.',
];