diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php
index b894e7ecb6..f2e88b023d 100644
--- a/resources/lang/de_DE/firefly.php
+++ b/resources/lang/de_DE/firefly.php
@@ -846,6 +846,14 @@ return [
'configuration_updated' => 'Die Konfiguration wurde aktualisiert',
'setting_is_demo_site' => 'Demonstrationsseite',
'setting_is_demo_site_explain' => 'Wenn sie diese Option auswählen, wird sich diese Installation wie eine Demonstrationsseite verhalten, was ungwollte Auswirkungen haben kann.',
+ 'setting_send_email_notifications' => 'Send email notifications',
+ 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :email
. This email address can be set in the .env
file.',
+ 'mail_for_lockout_help' => 'When a user is locked out',
+ 'mail_for_blocked_domain_help' => 'When a user tries to register using a blocked domain',
+ 'mail_for_blocked_email_help' => 'When a user tries to register using a blocked email address',
+ 'mail_for_bad_login_help' => 'When a user fails to login',
+ 'mail_for_blocked_login_help' => 'When a blocked user tries to login',
+
// split a transaction:
'transaction_meta_data' => 'Transaktions Metadaten',
diff --git a/resources/lang/de_DE/form.php b/resources/lang/de_DE/form.php
index 1c7253ad19..7ee04add23 100644
--- a/resources/lang/de_DE/form.php
+++ b/resources/lang/de_DE/form.php
@@ -155,6 +155,12 @@ return [
'single_user_mode' => 'Einzelnutzermodus',
'must_confirm_account' => 'Erstanwender müssen ihr Konto aktivieren',
'is_demo_site' => 'Ist eine Demonstrationsseite',
+ 'mail_for_lockout' => 'Locked out',
+ 'mail_for_blocked_domain' => 'Blocked domain',
+ 'mail_for_blocked_email' => 'Blocked email address',
+ 'mail_for_bad_login' => 'Login failure',
+ 'mail_for_blocked_login' => 'Blocked user',
+
// import
'import_file' => 'Datei importieren',
diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php
index 2ba27cee2f..9f5dce0533 100644
--- a/resources/lang/fr_FR/firefly.php
+++ b/resources/lang/fr_FR/firefly.php
@@ -846,6 +846,14 @@ return [
'configuration_updated' => 'The configuration has been updated',
'setting_is_demo_site' => 'Demo site',
'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.',
+ 'setting_send_email_notifications' => 'Send email notifications',
+ 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :email
. This email address can be set in the .env
file.',
+ 'mail_for_lockout_help' => 'When a user is locked out',
+ 'mail_for_blocked_domain_help' => 'When a user tries to register using a blocked domain',
+ 'mail_for_blocked_email_help' => 'When a user tries to register using a blocked email address',
+ 'mail_for_bad_login_help' => 'When a user fails to login',
+ 'mail_for_blocked_login_help' => 'When a blocked user tries to login',
+
// split a transaction:
'transaction_meta_data' => 'Transaction meta-data',
diff --git a/resources/lang/fr_FR/form.php b/resources/lang/fr_FR/form.php
index b0d37f901b..da3a9b3a66 100644
--- a/resources/lang/fr_FR/form.php
+++ b/resources/lang/fr_FR/form.php
@@ -155,6 +155,12 @@ return [
'single_user_mode' => 'Mode utilisateur unique',
'must_confirm_account' => 'New users must activate account',
'is_demo_site' => 'Is demo site',
+ 'mail_for_lockout' => 'Locked out',
+ 'mail_for_blocked_domain' => 'Blocked domain',
+ 'mail_for_blocked_email' => 'Blocked email address',
+ 'mail_for_bad_login' => 'Login failure',
+ 'mail_for_blocked_login' => 'Blocked user',
+
// import
'import_file' => 'Fichier à importer',
diff --git a/resources/lang/hr_HR/firefly.php b/resources/lang/hr_HR/firefly.php
index 6362b7ec9e..f2af2c70e5 100644
--- a/resources/lang/hr_HR/firefly.php
+++ b/resources/lang/hr_HR/firefly.php
@@ -846,6 +846,14 @@ return [
'configuration_updated' => 'The configuration has been updated',
'setting_is_demo_site' => 'Demo site',
'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.',
+ 'setting_send_email_notifications' => 'Send email notifications',
+ 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :email
. This email address can be set in the .env
file.',
+ 'mail_for_lockout_help' => 'When a user is locked out',
+ 'mail_for_blocked_domain_help' => 'When a user tries to register using a blocked domain',
+ 'mail_for_blocked_email_help' => 'When a user tries to register using a blocked email address',
+ 'mail_for_bad_login_help' => 'When a user fails to login',
+ 'mail_for_blocked_login_help' => 'When a blocked user tries to login',
+
// split a transaction:
'transaction_meta_data' => 'Transaction meta-data',
diff --git a/resources/lang/hr_HR/form.php b/resources/lang/hr_HR/form.php
index 9e644c52f6..bcb6e0c3b2 100644
--- a/resources/lang/hr_HR/form.php
+++ b/resources/lang/hr_HR/form.php
@@ -155,6 +155,12 @@ return [
'single_user_mode' => 'Single user mode',
'must_confirm_account' => 'New users must activate account',
'is_demo_site' => 'Is demo site',
+ 'mail_for_lockout' => 'Locked out',
+ 'mail_for_blocked_domain' => 'Blocked domain',
+ 'mail_for_blocked_email' => 'Blocked email address',
+ 'mail_for_bad_login' => 'Login failure',
+ 'mail_for_blocked_login' => 'Blocked user',
+
// import
'import_file' => 'Import file',
diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php
index 94e685da7d..e6e3f0ebd8 100644
--- a/resources/lang/nl_NL/firefly.php
+++ b/resources/lang/nl_NL/firefly.php
@@ -846,6 +846,14 @@ return [
'configuration_updated' => 'De configuratie is bijgewerkt',
'setting_is_demo_site' => 'Demo website',
'setting_is_demo_site_explain' => 'Als je dit aanzet doet jouw installatie alsof het een demo-site is, en dat kan problemen opleveren.',
+ 'setting_send_email_notifications' => 'Send email notifications',
+ 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :email
. This email address can be set in the .env
file.',
+ 'mail_for_lockout_help' => 'When a user is locked out',
+ 'mail_for_blocked_domain_help' => 'When a user tries to register using a blocked domain',
+ 'mail_for_blocked_email_help' => 'When a user tries to register using a blocked email address',
+ 'mail_for_bad_login_help' => 'When a user fails to login',
+ 'mail_for_blocked_login_help' => 'When a blocked user tries to login',
+
// split a transaction:
'transaction_meta_data' => 'Transactie meta-data',
diff --git a/resources/lang/nl_NL/form.php b/resources/lang/nl_NL/form.php
index f2ec1de019..098e6654ed 100644
--- a/resources/lang/nl_NL/form.php
+++ b/resources/lang/nl_NL/form.php
@@ -155,6 +155,12 @@ return [
'single_user_mode' => 'Enkele gebruiker-modus',
'must_confirm_account' => 'Nieuwe gebruikers moeten hun account activeren',
'is_demo_site' => 'Is demo website',
+ 'mail_for_lockout' => 'Locked out',
+ 'mail_for_blocked_domain' => 'Blocked domain',
+ 'mail_for_blocked_email' => 'Blocked email address',
+ 'mail_for_bad_login' => 'Login failure',
+ 'mail_for_blocked_login' => 'Blocked user',
+
// import
'import_file' => 'Importbestand',
diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php
index d90404dacb..d10918dd27 100644
--- a/resources/lang/pt_BR/firefly.php
+++ b/resources/lang/pt_BR/firefly.php
@@ -846,6 +846,14 @@ return [
'configuration_updated' => 'A configuração foi atualizada',
'setting_is_demo_site' => 'Site demo',
'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.',
+ 'setting_send_email_notifications' => 'Send email notifications',
+ 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :email
. This email address can be set in the .env
file.',
+ 'mail_for_lockout_help' => 'When a user is locked out',
+ 'mail_for_blocked_domain_help' => 'When a user tries to register using a blocked domain',
+ 'mail_for_blocked_email_help' => 'When a user tries to register using a blocked email address',
+ 'mail_for_bad_login_help' => 'When a user fails to login',
+ 'mail_for_blocked_login_help' => 'When a blocked user tries to login',
+
// split a transaction:
'transaction_meta_data' => 'Dados de transação',
diff --git a/resources/lang/pt_BR/form.php b/resources/lang/pt_BR/form.php
index 1b24d4419f..9745c121c8 100644
--- a/resources/lang/pt_BR/form.php
+++ b/resources/lang/pt_BR/form.php
@@ -155,6 +155,12 @@ return [
'single_user_mode' => 'Modo de usuário único',
'must_confirm_account' => 'Novos usuários devem ativar a conta',
'is_demo_site' => 'É o site de demonstração',
+ 'mail_for_lockout' => 'Locked out',
+ 'mail_for_blocked_domain' => 'Blocked domain',
+ 'mail_for_blocked_email' => 'Blocked email address',
+ 'mail_for_bad_login' => 'Login failure',
+ 'mail_for_blocked_login' => 'Blocked user',
+
// import
'import_file' => 'Importar arquivo',
diff --git a/resources/lang/zh_HK/firefly.php b/resources/lang/zh_HK/firefly.php
index 6362b7ec9e..f2af2c70e5 100644
--- a/resources/lang/zh_HK/firefly.php
+++ b/resources/lang/zh_HK/firefly.php
@@ -846,6 +846,14 @@ return [
'configuration_updated' => 'The configuration has been updated',
'setting_is_demo_site' => 'Demo site',
'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.',
+ 'setting_send_email_notifications' => 'Send email notifications',
+ 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :email
. This email address can be set in the .env
file.',
+ 'mail_for_lockout_help' => 'When a user is locked out',
+ 'mail_for_blocked_domain_help' => 'When a user tries to register using a blocked domain',
+ 'mail_for_blocked_email_help' => 'When a user tries to register using a blocked email address',
+ 'mail_for_bad_login_help' => 'When a user fails to login',
+ 'mail_for_blocked_login_help' => 'When a blocked user tries to login',
+
// split a transaction:
'transaction_meta_data' => 'Transaction meta-data',
diff --git a/resources/lang/zh_HK/form.php b/resources/lang/zh_HK/form.php
index 9e644c52f6..bcb6e0c3b2 100644
--- a/resources/lang/zh_HK/form.php
+++ b/resources/lang/zh_HK/form.php
@@ -155,6 +155,12 @@ return [
'single_user_mode' => 'Single user mode',
'must_confirm_account' => 'New users must activate account',
'is_demo_site' => 'Is demo site',
+ 'mail_for_lockout' => 'Locked out',
+ 'mail_for_blocked_domain' => 'Blocked domain',
+ 'mail_for_blocked_email' => 'Blocked email address',
+ 'mail_for_bad_login' => 'Login failure',
+ 'mail_for_blocked_login' => 'Blocked user',
+
// import
'import_file' => 'Import file',
diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php
index 7fd5fc32fa..e5208ade7e 100644
--- a/resources/lang/zh_TW/firefly.php
+++ b/resources/lang/zh_TW/firefly.php
@@ -846,6 +846,14 @@ return [
'configuration_updated' => 'The configuration has been updated',
'setting_is_demo_site' => 'Demo site',
'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.',
+ 'setting_send_email_notifications' => 'Send email notifications',
+ 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :email
. This email address can be set in the .env
file.',
+ 'mail_for_lockout_help' => 'When a user is locked out',
+ 'mail_for_blocked_domain_help' => 'When a user tries to register using a blocked domain',
+ 'mail_for_blocked_email_help' => 'When a user tries to register using a blocked email address',
+ 'mail_for_bad_login_help' => 'When a user fails to login',
+ 'mail_for_blocked_login_help' => 'When a blocked user tries to login',
+
// split a transaction:
'transaction_meta_data' => 'Transaction meta-data',
diff --git a/resources/lang/zh_TW/form.php b/resources/lang/zh_TW/form.php
index 7c3b46d8db..8cba160c13 100644
--- a/resources/lang/zh_TW/form.php
+++ b/resources/lang/zh_TW/form.php
@@ -155,6 +155,12 @@ return [
'single_user_mode' => 'Single user mode',
'must_confirm_account' => 'New users must activate account',
'is_demo_site' => 'Is demo site',
+ 'mail_for_lockout' => 'Locked out',
+ 'mail_for_blocked_domain' => 'Blocked domain',
+ 'mail_for_blocked_email' => 'Blocked email address',
+ 'mail_for_bad_login' => 'Login failure',
+ 'mail_for_blocked_login' => 'Blocked user',
+
// import
'import_file' => '匯入檔案',