From f344d0319ced8bc80aa80a794e127d5c8596dfc8 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 13 Dec 2016 21:01:50 +0100 Subject: [PATCH 01/14] Approved. Step name: Proofread --- resources/lang/nl_NL/firefly.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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', From b7b2206262bde1904ddc00709d414d8ef3183c88 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 13 Dec 2016 21:02:01 +0100 Subject: [PATCH 02/14] Approved. Step name: Proofread --- resources/lang/nl_NL/form.php | 6 ++++++ 1 file changed, 6 insertions(+) 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', From 91e40c14f9743e62dedd7c394bfa33db35c36229 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 13 Dec 2016 21:02:09 +0100 Subject: [PATCH 03/14] Translated --- resources/lang/pt_BR/form.php | 6 ++++++ 1 file changed, 6 insertions(+) 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', From d14889bd27ad01cce97b266991c1cddca3fc1e55 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 13 Dec 2016 21:02:11 +0100 Subject: [PATCH 04/14] Translated --- resources/lang/de_DE/form.php | 6 ++++++ 1 file changed, 6 insertions(+) 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', From 07f68d2b1447efcd54eac5ab1368ea6efee63a41 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 13 Dec 2016 21:02:22 +0100 Subject: [PATCH 05/14] New translations --- resources/lang/pt_BR/firefly.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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', From befd79cf148e80e1392b3b54d1c0dee657070932 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 13 Dec 2016 21:02:26 +0100 Subject: [PATCH 06/14] New translations --- resources/lang/zh_HK/form.php | 6 ++++++ 1 file changed, 6 insertions(+) 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', From b075d6db5e6aec060ea1a90c5e30cb4ccfc69ebe Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 13 Dec 2016 21:02:32 +0100 Subject: [PATCH 07/14] New translations --- resources/lang/zh_HK/firefly.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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', From bd9e0ac281d3c1e2fa60b0f94086a73ad883d014 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 13 Dec 2016 21:02:34 +0100 Subject: [PATCH 08/14] New translations --- resources/lang/zh_TW/form.php | 6 ++++++ 1 file changed, 6 insertions(+) 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' => '匯入檔案', From 40862579838f704ccc17f2d419e97643b6eebed1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 13 Dec 2016 21:02:37 +0100 Subject: [PATCH 09/14] New translations --- resources/lang/zh_TW/firefly.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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', From fff17ac6c1e76b380499538af45718cc3a51ecfd Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 13 Dec 2016 21:02:44 +0100 Subject: [PATCH 10/14] New translations --- resources/lang/fr_FR/form.php | 6 ++++++ 1 file changed, 6 insertions(+) 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', From b99982d02bfe895924d73d57da1ab8798a50b81b Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 13 Dec 2016 21:02:48 +0100 Subject: [PATCH 11/14] New translations --- resources/lang/fr_FR/firefly.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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', From 1dab45d493084f95cf8aea2f0d4967c133a7b5d0 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 13 Dec 2016 21:02:54 +0100 Subject: [PATCH 12/14] New translations --- resources/lang/de_DE/firefly.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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', From d752edd6251ec4d9a4e68496a6802844c33a0698 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 13 Dec 2016 21:02:58 +0100 Subject: [PATCH 13/14] New translations --- resources/lang/hr_HR/form.php | 6 ++++++ 1 file changed, 6 insertions(+) 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', From 28ebd683e49bf6ce1e8a578487ebc9530b98f791 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 13 Dec 2016 21:03:02 +0100 Subject: [PATCH 14/14] New translations --- resources/lang/hr_HR/firefly.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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',