snipe-it/resources/lang/bg/auth/message.php

46 lines
2.1 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 array(
'account_already_exists' => 'Потребител с този email вече е регистриран.',
'account_not_found' => 'Невалиден потребител или парола.',
'account_not_activated' => 'Потребителят все още не е активиран.',
'account_suspended' => 'Потребителят е временно спрян.',
'account_banned' => 'Потребителят е неактивен.',
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
'success' => 'You have successfully logged in.',
'code_required' => 'Two-factor code is required.',
'invalid_code' => 'Two-factor code is invalid.',
),
'signin' => array(
'error' => 'Проблем при входа в системата. Моля опитайте отново.',
'success' => 'Успешен вход в системата.',
),
'logout' => array(
'error' => 'There was a problem while trying to log you out, please try again.',
'success' => 'You have successfully logged out.',
),
'signup' => array(
'error' => 'Проблем при създаването на потребителя. Моля опитайте отново.',
'success' => 'Потребителят създаден успешно.',
),
'forgot-password' => array(
'error' => 'Проблем при извличането на код за възстановяване на паролата. Моля опитайте отново.',
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
),
'forgot-password-confirm' => array(
'error' => 'Проблем при промяна на паролата. Моля опитайте отново.',
'success' => 'Паролата променена успешно.',
),
);