Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeblate (bot) <hosted@weblate.org>2022-04-19 00:55:35 +0300
committerGitHub <noreply@github.com>2022-04-19 00:55:35 +0300
commit05da97ba5fc3ffbae226f95e0d85388fab26902d (patch)
tree2376304d962cb9db7ed71bbca3c6c16e0ba2ac78 /plugins/TwoFactorAuth
parent667bf6f6c732b1083d0938bf0a4d46cd3c463d30 (diff)
Translations update from Hosted Weblate (#19101)
* Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin CustomDimensions Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-customdimensions/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin Diagnostics Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-diagnostics/ [ci skip]
Diffstat (limited to 'plugins/TwoFactorAuth')
-rw-r--r--plugins/TwoFactorAuth/lang/bg.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/plugins/TwoFactorAuth/lang/bg.json b/plugins/TwoFactorAuth/lang/bg.json
index 0967ef424b..b712ca1684 100644
--- a/plugins/TwoFactorAuth/lang/bg.json
+++ b/plugins/TwoFactorAuth/lang/bg.json
@@ -1 +1,15 @@
-{}
+{
+ "TwoFactorAuth": {
+ "AuthenticationCode": "Код за автентикация",
+ "ConfigureDifferentDevice": "Конфигурирайте друго устройство",
+ "RequiredToSetUpTwoFactorAuthentication": "От Вас се изисква да настроите двуфакторна автентикация, преди да можете да влезете",
+ "SetUpTwoFactorAuthentication": "Настройте двуфакторната автентикация (2FA)",
+ "TwoFAShort": "2-факторна автентикация",
+ "TwoFactorAuthentication": "Двуфакторна автентикация",
+ "TwoFactorAuthenticationIntro": "%1$sДвуфакторната автентикация %2$s повишава сигурността на Вашия акаунт, като добавя допълнителен слой за проверка, когато влизате. Всеки път, когато влезете, не само ще бъдете помолени да предоставите Вашето потребителско име и парола, но и допълнителен идентификационен токен, който се променя периодично и се генерира например на Вашето мобилно устройство. Това означава, че дори когато някой знае Вашето потребителско име и парола, той пак няма да може да влезе, освен ако няма достъп и до Вашето мобилно устройство например.",
+ "TwoFactorAuthenticationIsDisabled": "В момента двуфакторната автентикация е деактивирана.",
+ "TwoFactorAuthenticationIsEnabled": "В момента е активирана двуфакторна автентикация.",
+ "TwoFactorAuthenticationRequired": "Двуфакторната автентикация е необходимо да бъде активирана за всички, не можете да я деактивирате.",
+ "Verify": "Потвърдете"
+ }
+}