mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-05-26 10:25: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).
10 lines
263 B
PHP
10 lines
263 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'failed' => 'Šie dati neatbilst mūsu reģistram.',
|
|
'password' => 'Parole ir nepareiza.',
|
|
'throttle' => 'Pārāk daudz pieteikšanās mēģinājumu. Lūdzu mēģiniet vēlreiz pēc :seconds sekundēm.',
|
|
];
|