mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
12 lines
370 B
PHP
12 lines
370 B
PHP
<?php
|
||
|
||
declare(strict_types=1);
|
||
|
||
return [
|
||
'reset' => 'Parolanız sıfırlandı!',
|
||
'sent' => 'Parola sıfırlama bağlantınız e-posta ile gönderildi!',
|
||
'throttled' => 'Tekrar denemeden önce lütfen bekleyin.',
|
||
'token' => 'Parola sıfırlama kodu geçersiz.',
|
||
'user' => 'Bu e-posta adresi ile kayıtlı bir üye bulunamadı.',
|
||
];
|