2FAuth/resources/lang/bg/titles.php
2023-12-19 14:35:04 +01:00

49 lines
1.7 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
/*
|--------------------------------------------------------------------------
| Titles Language Lines
|--------------------------------------------------------------------------
|
*/
'start' => 'Нов профил',
'capture' => 'Заснеми QR',
'accounts' => 'Профили',
'createAccount' => 'Създай профил',
'importAccounts' => 'Импортиране на профили',
'editAccount' => 'Промени профил',
'showQRcode' => 'Профил като QR код',
'groups' => 'Групи',
'createGroup' => 'Създай група',
'editGroup' => 'Промяна на група',
'settings' => [
'options' => 'Опции',
'account' => 'Потребителски профил',
'oauth' => [
'tokens' => 'OAuth токени',
'generatePAT' => 'Нов персонален токен',
],
'webauthn' => [
'editCredential' => 'Редакция на устройство',
'devices' => 'WebAuthn устройства',
],
],
'login' => 'Вход',
'register' => 'Регистрация',
'autolock' => 'Авт. заключване',
'password' => [
'request' => 'Нулиране на паролата',
'reset' => 'Нова парола',
],
'webauthn' => [
'lost' => 'Възстановяване на профил',
'recover' => 'Регистриране на устройство',
],
'flooded' => 'Наводнение',
'genericError' => 'Грешка',
'404' => 'Записът не е намерен',
'about' => 'Относно',
];