mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
10 lines
424 B
PHP
10 lines
424 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'failed' => 'यी प्रमाणहरू हाम्रो रेकर्ड संग मेल खादैनन्।',
|
|
'password' => 'पासवर्ड गलत छ।',
|
|
'throttle' => 'धेरै लगिन प्रयास भयो :seconds सेकेन्ड पछि फेरि प्रयास गर्नुहोस्।',
|
|
];
|