From 4b42fe3fb303e9162fd8f3af06f4325e6b9f8e12 Mon Sep 17 00:00:00 2001 From: KarolisJasadKK <38495063+KarolisJasad@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:29:13 +0200 Subject: [PATCH] Validation fixes (#47) --- app/templates/check_domain.html | 2 +- app/templates/check_email.html | 4 ++-- app/templates/check_running.html | 2 +- app/translations/en_US/LC_MESSAGES/messages.po | 4 ++++ app/translations/lt_LT/LC_MESSAGES/messages.po | 4 ++++ app/translations/messages.pot | 4 ++++ app/translations/pl_PL/LC_MESSAGES/messages.po | 4 ++++ 7 files changed, 20 insertions(+), 4 deletions(-) diff --git a/app/templates/check_domain.html b/app/templates/check_domain.html index 2760d29..f040a1a 100644 --- a/app/templates/check_domain.html +++ b/app/templates/check_domain.html @@ -10,7 +10,7 @@
{% trans %}Check domain{% endtrans %}
- + {% trans %}Don't put the entire e-mail address here, only the part after "@"{% endtrans %} diff --git a/app/templates/check_email.html b/app/templates/check_email.html index da2ebff..24ea955 100644 --- a/app/templates/check_email.html +++ b/app/templates/check_email.html @@ -43,7 +43,7 @@
{% trans %}Check configuration by sending an e-mail{% endtrans %}
-
- + {% trans %}Waiting{% endtrans %}
{% trans %}Waiting for the message to be received{% endtrans %}

diff --git a/app/templates/check_running.html b/app/templates/check_running.html index 852c7c5..08939e1 100644 --- a/app/templates/check_running.html +++ b/app/templates/check_running.html @@ -9,7 +9,7 @@

{% trans %}Configuration analysis is running{% endtrans %}

- + {% trans %}Waiting{% endtrans %}
{% trans %}Waiting for the analysis to finish{% endtrans %}
{% trans %}This page will refresh automatically.{% endtrans %}
diff --git a/app/translations/en_US/LC_MESSAGES/messages.po b/app/translations/en_US/LC_MESSAGES/messages.po index 33ac716..62ed391 100644 --- a/app/translations/en_US/LC_MESSAGES/messages.po +++ b/app/translations/en_US/LC_MESSAGES/messages.po @@ -44,6 +44,10 @@ msgid "" "shown below:" msgstr "" +#: app/templates/check_email.html:56 app/templates/check_running.html:12 +msgid "Waiting" +msgstr "" + #: app/templates/check_email.html:57 msgid "Waiting for the message to be received" msgstr "" diff --git a/app/translations/lt_LT/LC_MESSAGES/messages.po b/app/translations/lt_LT/LC_MESSAGES/messages.po index dabe874..1e7cc3f 100644 --- a/app/translations/lt_LT/LC_MESSAGES/messages.po +++ b/app/translations/lt_LT/LC_MESSAGES/messages.po @@ -46,6 +46,10 @@ msgstr "" "Kad patikrinti el-pašto konfiguraciją, reikia išsiųsti bet kokį laišką " "adresatui nurodytam žemiau:" +#: app/templates/check_email.html:56 app/templates/check_running.html:12 +msgid "Waiting" +msgstr "Luktelkite" + #: app/templates/check_email.html:57 msgid "Waiting for the message to be received" msgstr "Laukiama kada el-laiškas bus gautas" diff --git a/app/translations/messages.pot b/app/translations/messages.pot index 33ac716..62ed391 100644 --- a/app/translations/messages.pot +++ b/app/translations/messages.pot @@ -44,6 +44,10 @@ msgid "" "shown below:" msgstr "" +#: app/templates/check_email.html:56 app/templates/check_running.html:12 +msgid "Waiting" +msgstr "" + #: app/templates/check_email.html:57 msgid "Waiting for the message to be received" msgstr "" diff --git a/app/translations/pl_PL/LC_MESSAGES/messages.po b/app/translations/pl_PL/LC_MESSAGES/messages.po index b176f49..82f7723 100644 --- a/app/translations/pl_PL/LC_MESSAGES/messages.po +++ b/app/translations/pl_PL/LC_MESSAGES/messages.po @@ -46,6 +46,10 @@ msgstr "" "Aby zweryfikować konfigurację poczty, wyślij dowolną wiadomość e-mail na " "adres podany poniżej:" +#: app/templates/check_email.html:56 app/templates/check_running.html:12 +msgid "Waiting" +msgstr "Oczekiwanie" + #: app/templates/check_email.html:57 msgid "Waiting for the message to be received" msgstr "Oczekiwanie na odbiór wiadomości"