From d30c5acf0dfd6190246120de320888132a9988ef Mon Sep 17 00:00:00 2001 From: 109247019824 Date: Mon, 6 Mar 2023 05:32:51 +0000 Subject: [PATCH] Translated using Weblate (Bulgarian) Currently translated at 69.8% (239 of 342 strings) Translation: ntfy/Web app Translate-URL: https://hosted.weblate.org/projects/ntfy/web/bg/ --- web/public/static/langs/bg.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/web/public/static/langs/bg.json b/web/public/static/langs/bg.json index 11987f86..ab5d9a19 100644 --- a/web/public/static/langs/bg.json +++ b/web/public/static/langs/bg.json @@ -228,5 +228,14 @@ "account_basics_username_description": "Хей, това сте вие ❤", "account_basics_username_admin_tooltip": "Вие сте администратор", "account_basics_password_title": "Парола", - "account_delete_dialog_label": "Парола" + "account_delete_dialog_label": "Парола", + "account_basics_password_dialog_title": "Смяна на парола", + "account_basics_password_dialog_current_password_label": "Текуща парола", + "account_basics_password_dialog_new_password_label": "Нова парола", + "account_basics_password_dialog_confirm_password_label": "Парола отново", + "account_basics_password_dialog_button_submit": "Смяна на парола", + "account_usage_title": "Употреба", + "account_usage_of_limit": "от {{limit}}", + "account_usage_unlimited": "Неограничено", + "account_usage_limits_reset_daily": "Ограниченията се нулират всеки ден в полунощ (UTC)" }