From dd1ba30c480e2cad0325b3ee59f9da1d0b6f7c5e Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 14 Dec 2016 19:12:18 +0100 Subject: [PATCH 1/9] Approved. Step name: Proofread --- resources/lang/nl_NL/firefly.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 8c5ea49f08..a9851fbba8 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -235,8 +235,8 @@ return [ 'rule_trigger_description_ends_choice' => 'Omschrijving eindigt op..', 'rule_trigger_description_contains_choice' => 'Omschrijving bevat..', 'rule_trigger_description_is_choice' => 'Omschrijving is..', - 'rule_trigger_store_journal' => 'When a transaction is created', - 'rule_trigger_update_journal' => 'When a transaction is updated', + 'rule_trigger_store_journal' => 'Als een transactie wordt gemaakt', + 'rule_trigger_update_journal' => 'Als een transactie wordt bijgewerkt', 'rule_action_set_category' => 'Verander categorie naar ":action_value"', 'rule_action_clear_category' => 'Maak categorie-veld leeg', 'rule_action_set_budget' => 'Sla op onder budget ":action_value"', @@ -846,13 +846,13 @@ 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', + 'setting_send_email_notifications' => 'Stuur e-mail notificaties', + 'setting_send_email_explain' => 'Firefly III kan je email notificaties sturen over allerhande zaken. Deze worden gestuurd naar : site_owner. Dat e-mailadres kan je instellen in het .env-bestand.', + 'mail_for_lockout_help' => 'Als een user tijdelijk niet mag inloggen', + 'mail_for_blocked_domain_help' => 'Als een gebruiker wil registreren met een geblokkeerd domein', + 'mail_for_blocked_email_help' => 'Als een gebruiker wil registreren met een geblokkeerd e-mailadres', + 'mail_for_bad_login_help' => 'Als een user met de verkeerde gegevens probeert in te loggen', + 'mail_for_blocked_login_help' => 'Als een geblokkeerde gebruiker probeert in te loggen', // split a transaction: From 4b2e4afca53d7d3f9412699050a739a1aeed7335 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 14 Dec 2016 19:12:27 +0100 Subject: [PATCH 2/9] Approved. Step name: Proofread --- resources/lang/nl_NL/form.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/nl_NL/form.php b/resources/lang/nl_NL/form.php index 098e6654ed..a976726e74 100644 --- a/resources/lang/nl_NL/form.php +++ b/resources/lang/nl_NL/form.php @@ -155,11 +155,11 @@ 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', + 'mail_for_lockout' => 'Tijdelijk niet inloggen', + 'mail_for_blocked_domain' => 'Geblokkeerd domein', + 'mail_for_blocked_email' => 'Geblokkeerd e-mailadres', + 'mail_for_bad_login' => 'Mislukte login', + 'mail_for_blocked_login' => 'Geblokkeerde gebruiker', // import From f4d9b5788793b41ae31301bf84414d14b2ab15a7 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 14 Dec 2016 19:12:39 +0100 Subject: [PATCH 3/9] Approved. Step name: Proofread --- resources/lang/nl_NL/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/nl_NL/list.php b/resources/lang/nl_NL/list.php index 8628dd2e11..ced437cc40 100644 --- a/resources/lang/nl_NL/list.php +++ b/resources/lang/nl_NL/list.php @@ -76,7 +76,7 @@ return [ 'destination_account' => 'Doelrekening', 'accounts_count' => 'Aantal rekeningen', - 'journals_count' => 'Number of transactions', + 'journals_count' => 'Aantal transacties', 'attachments_count' => 'Aantal bijlagen', 'bills_count' => 'Aantal contracten', 'categories_count' => 'Aantal categorieën', From 89cbd91204e4bdb46e313878512c1a981de0f049 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 14 Dec 2016 19:12:46 +0100 Subject: [PATCH 4/9] New translations --- resources/lang/pt_BR/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 3de214d7d3..d3a27c9068 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -847,7 +847,7 @@ return [ '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.', + 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :site_owner. 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', From 0d2f9864e2b504908b0bb30174a953cae74c3061 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 14 Dec 2016 19:12:59 +0100 Subject: [PATCH 5/9] New translations --- resources/lang/zh_HK/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/zh_HK/firefly.php b/resources/lang/zh_HK/firefly.php index 04c11ceee4..080a5b33ba 100644 --- a/resources/lang/zh_HK/firefly.php +++ b/resources/lang/zh_HK/firefly.php @@ -847,7 +847,7 @@ return [ '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.', + 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :site_owner. 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', From 17fa8fcb2c1a2a61347247c3c5eb7b1cd87296a2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 14 Dec 2016 19:13:06 +0100 Subject: [PATCH 6/9] New translations --- resources/lang/zh_TW/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index e23f595db3..2d58c97ccd 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -847,7 +847,7 @@ return [ '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.', + 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :site_owner. 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', From cf2842840dc234f64288063eb411ac4aa5ecc375 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 14 Dec 2016 19:13:18 +0100 Subject: [PATCH 7/9] New translations --- resources/lang/fr_FR/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 5f8d175aaf..b4197eef0b 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -847,7 +847,7 @@ return [ '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.', + 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :site_owner. 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', From e40260bd9cfaeaeb38dc4b8ff00c42d9549a3e55 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 14 Dec 2016 19:13:25 +0100 Subject: [PATCH 8/9] New translations --- resources/lang/de_DE/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 4c57556ae8..031a67dede 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -848,7 +848,7 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', '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.', + 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :site_owner. 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', From 0b513665267840ec536252ea2afd2659a50710d2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 14 Dec 2016 19:13:32 +0100 Subject: [PATCH 9/9] New translations --- resources/lang/hr_HR/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/hr_HR/firefly.php b/resources/lang/hr_HR/firefly.php index 04c11ceee4..080a5b33ba 100644 --- a/resources/lang/hr_HR/firefly.php +++ b/resources/lang/hr_HR/firefly.php @@ -847,7 +847,7 @@ return [ '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.', + 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :site_owner. 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',