This commit is contained in:
Gregory Letellier
2023-11-28 12:13:50 +01:00
commit d5b3ccabd9
537 changed files with 32146 additions and 0 deletions

11
lang/is/passwords.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
declare(strict_types=1);
return [
'reset' => 'Lykilorðið þitt hefur verið endurstillt!',
'sent' => 'Við sendum þér tölvupóst með slóð til að endurheimta lykilorðið þitt.',
'throttled' => 'Vinsamlegast bíðið áður en reyni aftur.',
'token' => 'Kóðinn til að endurheimta lykilorðið er rangur.',
'user' => 'Notandi með þetta netfang finnst ekki.',
];