🌐 **Add and enhance localizations for multiple languages**

-  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).
This commit is contained in:
HolgerHatGarKeineNode
2026-05-24 21:57:40 +02:00
parent 35ddad365c
commit e244c14f55
14 changed files with 830 additions and 1822 deletions
+4 -4
View File
@@ -3,9 +3,9 @@
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.',
'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.',
'token' => 'Paroles nomaiņas talons ir nederīgs.',
'user' => 'Mēs nevaram atrast lietotāju ar tādu e-pasta adresi.',
];