mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-05-25 22:15:35 +00:00
e244c14f55
- ➕ Added and synced new translations across `pt`, `nl`, `de`, and `lv` language files. - 🛠️ Fixed missing and duplicate strings in multilingual JSON files. - ✅ Standardized formatting and indentation of `validation.php` (Latvian).
12 lines
391 B
PHP
12 lines
391 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'reset' => 'Jūsu parole ir atjaunināta!',
|
|
'sent' => 'Mēs nosūtījām paroles maiņas saiti uz jūsu e-pastu.',
|
|
'throttled' => 'Lūdzu, uzgaidiet pirms atkārtotas mēģināšanas!',
|
|
'token' => 'Paroles nomaiņas talons ir nederīgs.',
|
|
'user' => 'Mēs nevaram atrast lietotāju ar tādu e-pasta adresi.',
|
|
];
|