add bg lang

This commit is contained in:
HolgerHatGarKeineNode
2023-05-04 20:21:13 +02:00
parent 82b5a6e7c1
commit 30b2e4072f
28 changed files with 1374 additions and 65 deletions

View File

@@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
return [
'failed' => 'Неуспешно удостоверяване на потребител.',
'password' => 'Паролата е грешна.',
'throttle' => 'Твърде много опити за вход. Моля, опитайте отново след :seconds секунди.',
];