Files
einundzwanzig-app/lang/lv/passwords.php
T
HolgerHatGarKeineNode 35ddad365c **Add Latvian translations and enhance localization support**
-  Added Latvian (`lv`) JSON translations and validation/password localization files.
- 🛠️ Updated `lang-country` config to include `lv-LV` and centralized language definitions.
- 🌐 Extended sidebar and navigation with new translatable strings.
-  Introduced 72px width customization for the sidebar layout.
-  Improved timezone mapping in Nostr publishing commands (added `Europe/Riga`).
- 🛠️ Refactored language selector to dynamically source available languages from the config.
2026-05-20 11:45:50 +02:00

12 lines
373 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.',
];