From 852d3600bbda049b694acb6136d4f633c5835444 Mon Sep 17 00:00:00 2001 From: KarolisJasadKK <38495063+KarolisJasad@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:05:03 +0200 Subject: [PATCH 1/6] Validation fix --- app/templates/check_email.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/check_email.html b/app/templates/check_email.html index da2ebff..ddc452a 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 %}
-
- + spinner-waiting-img
{% trans %}Waiting for the message to be received{% endtrans %}

From 533f4a6a08cc8961ed3fca2b0ffb4ff920f74680 Mon Sep 17 00:00:00 2001 From: KarolisJasadKK <38495063+KarolisJasad@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:06:02 +0200 Subject: [PATCH 2/6] Validation fixes The True is not needed with required --- app/templates/check_domain.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} From d1fe4f2e005b2065bea208dd022f448225612572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Zaj=C4=85c?= Date: Wed, 21 Feb 2024 10:17:43 +0100 Subject: [PATCH 3/6] translated --- app/templates/check_email.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 ++++ 5 files changed, 17 insertions(+), 1 deletion(-) diff --git a/app/templates/check_email.html b/app/templates/check_email.html index ddc452a..24ea955 100644 --- a/app/templates/check_email.html +++ b/app/templates/check_email.html @@ -53,7 +53,7 @@
{% trans %}Check configuration by sending an e-mail{% end
- spinner-waiting-img + {% trans %}Waiting{% endtrans %}
{% trans %}Waiting for the message to be received{% endtrans %}

diff --git a/app/translations/en_US/LC_MESSAGES/messages.po b/app/translations/en_US/LC_MESSAGES/messages.po index 33ac716..a34950f 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 +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..e595db4 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 +msgid "Waiting" +msgstr "Laukimas" + #: 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..a34950f 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 +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..dd5627f 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 +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" From 18101f770f57ddadd97554dfa77693135689f360 Mon Sep 17 00:00:00 2001 From: KarolisJasadKK <38495063+KarolisJasad@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:08:40 +0200 Subject: [PATCH 4/6] Translated alt name --- app/templates/check_running.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}
From 5af922619078c5bdd71a5b4b169c896450aefd87 Mon Sep 17 00:00:00 2001 From: KarolisJasadKK <38495063+KarolisJasad@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:10:34 +0200 Subject: [PATCH 5/6] Translation update --- app/translations/lt_LT/LC_MESSAGES/messages.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/translations/lt_LT/LC_MESSAGES/messages.po b/app/translations/lt_LT/LC_MESSAGES/messages.po index e595db4..89684be 100644 --- a/app/translations/lt_LT/LC_MESSAGES/messages.po +++ b/app/translations/lt_LT/LC_MESSAGES/messages.po @@ -48,7 +48,7 @@ msgstr "" #: app/templates/check_email.html:56 msgid "Waiting" -msgstr "Laukimas" +msgstr "Luktelkite" #: app/templates/check_email.html:57 msgid "Waiting for the message to be received" From 6cceb675d28856a7e64f57a8ce7a686cfc671d9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Zaj=C4=85c?= Date: Wed, 21 Feb 2024 11:13:25 +0100 Subject: [PATCH 6/6] . --- app/translations/en_US/LC_MESSAGES/messages.po | 2 +- app/translations/lt_LT/LC_MESSAGES/messages.po | 2 +- app/translations/messages.pot | 2 +- app/translations/pl_PL/LC_MESSAGES/messages.po | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/translations/en_US/LC_MESSAGES/messages.po b/app/translations/en_US/LC_MESSAGES/messages.po index a34950f..62ed391 100644 --- a/app/translations/en_US/LC_MESSAGES/messages.po +++ b/app/translations/en_US/LC_MESSAGES/messages.po @@ -44,7 +44,7 @@ msgid "" "shown below:" msgstr "" -#: app/templates/check_email.html:56 +#: app/templates/check_email.html:56 app/templates/check_running.html:12 msgid "Waiting" msgstr "" diff --git a/app/translations/lt_LT/LC_MESSAGES/messages.po b/app/translations/lt_LT/LC_MESSAGES/messages.po index 89684be..1e7cc3f 100644 --- a/app/translations/lt_LT/LC_MESSAGES/messages.po +++ b/app/translations/lt_LT/LC_MESSAGES/messages.po @@ -46,7 +46,7 @@ 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_email.html:56 app/templates/check_running.html:12 msgid "Waiting" msgstr "Luktelkite" diff --git a/app/translations/messages.pot b/app/translations/messages.pot index a34950f..62ed391 100644 --- a/app/translations/messages.pot +++ b/app/translations/messages.pot @@ -44,7 +44,7 @@ msgid "" "shown below:" msgstr "" -#: app/templates/check_email.html:56 +#: app/templates/check_email.html:56 app/templates/check_running.html:12 msgid "Waiting" msgstr "" diff --git a/app/translations/pl_PL/LC_MESSAGES/messages.po b/app/translations/pl_PL/LC_MESSAGES/messages.po index dd5627f..82f7723 100644 --- a/app/translations/pl_PL/LC_MESSAGES/messages.po +++ b/app/translations/pl_PL/LC_MESSAGES/messages.po @@ -46,7 +46,7 @@ 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_email.html:56 app/templates/check_running.html:12 msgid "Waiting" msgstr "Oczekiwanie"