mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-05-20 20:55:36 +00:00
35ddad365c
- ➕ 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.
12 lines
373 B
PHP
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.',
|
|
];
|