From a90e00d5774f3accb12829de42174c097b6b6cc5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 11 Apr 2017 17:20:40 +0200 Subject: [PATCH 001/115] New translations csv.php (Polish) --- resources/lang/pl_PL/csv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pl_PL/csv.php b/resources/lang/pl_PL/csv.php index d9b1b88c79..72961b5ab5 100644 --- a/resources/lang/pl_PL/csv.php +++ b/resources/lang/pl_PL/csv.php @@ -9,7 +9,7 @@ * See the LICENSE file for details. */ -declare(strict_types = 1); +declare(strict_types=1); return [ From 2d0673e1bce8053ad53769380ab82979e89d235b Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 11 Apr 2017 17:20:59 +0200 Subject: [PATCH 002/115] New translations csv.php (Portuguese, Brazilian) --- resources/lang/pt_BR/csv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pt_BR/csv.php b/resources/lang/pt_BR/csv.php index a1b92485f2..06ed873ac8 100644 --- a/resources/lang/pt_BR/csv.php +++ b/resources/lang/pt_BR/csv.php @@ -9,7 +9,7 @@ * See the LICENSE file for details. */ -declare(strict_types = 1); +declare(strict_types=1); return [ From c16cbd5bc8e4c14ed920ab2e9de6424985077046 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 11 Apr 2017 17:21:02 +0200 Subject: [PATCH 003/115] New translations csv.php (Spanish) --- resources/lang/es_ES/csv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/es_ES/csv.php b/resources/lang/es_ES/csv.php index 4acb52efdc..4424610191 100644 --- a/resources/lang/es_ES/csv.php +++ b/resources/lang/es_ES/csv.php @@ -9,7 +9,7 @@ * See the LICENSE file for details. */ -declare(strict_types = 1); +declare(strict_types=1); return [ From a0220eb5f82ae727973e61a8fe5718c5856bcc99 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 11 Apr 2017 17:21:08 +0200 Subject: [PATCH 004/115] New translations csv.php (Russian) --- resources/lang/ru_RU/csv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ru_RU/csv.php b/resources/lang/ru_RU/csv.php index 37e4e88998..0bfa2c13e0 100644 --- a/resources/lang/ru_RU/csv.php +++ b/resources/lang/ru_RU/csv.php @@ -9,7 +9,7 @@ * See the LICENSE file for details. */ -declare(strict_types = 1); +declare(strict_types=1); return [ From fb23108f4eebb4d90bb72be38dfbf0a10562f89f Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 11 Apr 2017 17:21:20 +0200 Subject: [PATCH 005/115] New translations csv.php (German) --- resources/lang/de_DE/csv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/de_DE/csv.php b/resources/lang/de_DE/csv.php index fca9ee7d0f..71a33e1fc8 100644 --- a/resources/lang/de_DE/csv.php +++ b/resources/lang/de_DE/csv.php @@ -9,7 +9,7 @@ * See the LICENSE file for details. */ -declare(strict_types = 1); +declare(strict_types=1); return [ From 8e811da967ee944bbb2a4dfe6e2801a0c6b6d90e Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 11 Apr 2017 17:21:30 +0200 Subject: [PATCH 006/115] New translations csv.php (Croatian) --- resources/lang/hr_HR/csv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/hr_HR/csv.php b/resources/lang/hr_HR/csv.php index 4acb52efdc..4424610191 100644 --- a/resources/lang/hr_HR/csv.php +++ b/resources/lang/hr_HR/csv.php @@ -9,7 +9,7 @@ * See the LICENSE file for details. */ -declare(strict_types = 1); +declare(strict_types=1); return [ From 5e1fe157b6b3928ca83dfb5d2effd79f5d47cde0 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 11 Apr 2017 17:21:37 +0200 Subject: [PATCH 007/115] New translations csv.php (Chinese Traditional, Hong Kong) --- resources/lang/zh_HK/csv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/zh_HK/csv.php b/resources/lang/zh_HK/csv.php index 4acb52efdc..4424610191 100644 --- a/resources/lang/zh_HK/csv.php +++ b/resources/lang/zh_HK/csv.php @@ -9,7 +9,7 @@ * See the LICENSE file for details. */ -declare(strict_types = 1); +declare(strict_types=1); return [ From 63acbb222d159fa8217b0bc0376fab333f3cebc7 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 11 Apr 2017 17:21:44 +0200 Subject: [PATCH 008/115] New translations csv.php (Chinese Traditional) --- resources/lang/zh_TW/csv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/zh_TW/csv.php b/resources/lang/zh_TW/csv.php index e94574c27b..c55b9cea43 100644 --- a/resources/lang/zh_TW/csv.php +++ b/resources/lang/zh_TW/csv.php @@ -9,7 +9,7 @@ * See the LICENSE file for details. */ -declare(strict_types = 1); +declare(strict_types=1); return [ From d3637de0c3cee17ecc826c95c8dd9611f13af88a Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 11 Apr 2017 17:21:56 +0200 Subject: [PATCH 009/115] New translations csv.php (French) --- resources/lang/fr_FR/csv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/csv.php b/resources/lang/fr_FR/csv.php index b5bbae3400..4c2cd1a072 100644 --- a/resources/lang/fr_FR/csv.php +++ b/resources/lang/fr_FR/csv.php @@ -9,7 +9,7 @@ * See the LICENSE file for details. */ -declare(strict_types = 1); +declare(strict_types=1); return [ From d5fdce02fa57d9f5644e681ad32048895e05cba9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 11 Apr 2017 17:22:26 +0200 Subject: [PATCH 010/115] New translations csv.php (Dutch) --- resources/lang/nl_NL/csv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/nl_NL/csv.php b/resources/lang/nl_NL/csv.php index 876ca796a4..5de8d082fd 100644 --- a/resources/lang/nl_NL/csv.php +++ b/resources/lang/nl_NL/csv.php @@ -9,7 +9,7 @@ * See the LICENSE file for details. */ -declare(strict_types = 1); +declare(strict_types=1); return [ From afb1e9f230826bab1c7289134d5705317acbc1c6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:40:22 +0200 Subject: [PATCH 011/115] New translations firefly.php (Portuguese, Brazilian) --- 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 816766373b..91fa4a3798 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'anual', From dad3dc71cae6df19e11ac5e7ea7a9689e3d76011 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:40:23 +0200 Subject: [PATCH 012/115] New translations form.php (Portuguese, Brazilian) --- resources/lang/pt_BR/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/pt_BR/form.php b/resources/lang/pt_BR/form.php index 90925a9c09..c8930acb38 100644 --- a/resources/lang/pt_BR/form.php +++ b/resources/lang/pt_BR/form.php @@ -64,6 +64,8 @@ return [ 'expense_account' => 'Conta de Despesa', 'revenue_account' => 'Conta de Receita', 'decimal_places' => 'Casas décimais', + 'exchange_rate_instruction' => 'Foreign currencies', + 'exchanged_amount' => 'Exchanged amount', 'revenue_account_source' => 'Conta de receita (fonte)', 'source_account_asset' => 'Conta de origem (conta de ativo)', From 1cbbf3fa5d4980895f69d5760307c9e12e189f6e Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:40:25 +0200 Subject: [PATCH 013/115] New translations form.php (Polish) --- resources/lang/pl_PL/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/pl_PL/form.php b/resources/lang/pl_PL/form.php index e5466680b7..b27ef1743d 100644 --- a/resources/lang/pl_PL/form.php +++ b/resources/lang/pl_PL/form.php @@ -64,6 +64,8 @@ return [ 'expense_account' => 'Konto wydatków', 'revenue_account' => 'Konto przychodów', 'decimal_places' => 'Miejsca dziesiętne', + 'exchange_rate_instruction' => 'Foreign currencies', + 'exchanged_amount' => 'Exchanged amount', 'revenue_account_source' => 'Konto przychodów (źródło)', 'source_account_asset' => 'Konto źródłowe (konto aktywów)', From d4f5aa1578846ec4dedff328f2db4ca6bb2e81c7 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:40:30 +0200 Subject: [PATCH 014/115] New translations firefly.php (German) --- 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 9035091089..ba9cb637a4 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'Jährlich', From ea1e9e407f56f663ba7cd2c099ca6e7f670a6ec7 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:40:32 +0200 Subject: [PATCH 015/115] New translations form.php (German) --- resources/lang/de_DE/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/de_DE/form.php b/resources/lang/de_DE/form.php index a5e6307e0d..e513ec6c04 100644 --- a/resources/lang/de_DE/form.php +++ b/resources/lang/de_DE/form.php @@ -64,6 +64,8 @@ return [ 'expense_account' => 'Debitor (Ausgabe)', 'revenue_account' => 'Kreditor (Einnahme)', 'decimal_places' => 'Decimal places', + 'exchange_rate_instruction' => 'Foreign currencies', + 'exchanged_amount' => 'Exchanged amount', 'revenue_account_source' => 'Ertragskonto (Quelle)', 'source_account_asset' => 'Quellkonto (Bestandskonto)', From 6faacd3781e61bb8c0864eab2a19e2d52eed9abc Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:40:36 +0200 Subject: [PATCH 016/115] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index c07c056d08..cfe266f839 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'rocznie', From 81c0ea8f5c8fed1d7132fa643b852db395bc1068 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:40:44 +0200 Subject: [PATCH 017/115] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 7ff99bfc73..87878ab05d 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'yearly', From 93afb754f3fb163b101bd6386bbba71b6296e1a8 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:40:45 +0200 Subject: [PATCH 018/115] New translations form.php (Spanish) --- resources/lang/es_ES/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/es_ES/form.php b/resources/lang/es_ES/form.php index ff44cbf9ef..dc5725d489 100644 --- a/resources/lang/es_ES/form.php +++ b/resources/lang/es_ES/form.php @@ -64,6 +64,8 @@ return [ 'expense_account' => 'Expense account', 'revenue_account' => 'Revenue account', 'decimal_places' => 'Decimal places', + 'exchange_rate_instruction' => 'Foreign currencies', + 'exchanged_amount' => 'Exchanged amount', 'revenue_account_source' => 'Revenue account (source)', 'source_account_asset' => 'Source account (asset account)', From 55b092e7a03e21c1c001a46c920cf787f53d78aa Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:40:49 +0200 Subject: [PATCH 019/115] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 51ed43bf3d..d5ca6c88b3 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'Alle transacties in categorie :name', 'journals_in_period_for_category' => 'Alle transacties in categorie :name tussen :start en :end', 'not_available_demo_user' => 'De functie die je probeert te gebruiken is niet beschikbaar voor gebruikers van de demo.', - + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'jaarlijks', From 1407d6cc666d98fa540296fe2688ccd49bdd3a28 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:40:53 +0200 Subject: [PATCH 020/115] New translations form.php (Russian) --- resources/lang/ru_RU/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/ru_RU/form.php b/resources/lang/ru_RU/form.php index ff44cbf9ef..dc5725d489 100644 --- a/resources/lang/ru_RU/form.php +++ b/resources/lang/ru_RU/form.php @@ -64,6 +64,8 @@ return [ 'expense_account' => 'Expense account', 'revenue_account' => 'Revenue account', 'decimal_places' => 'Decimal places', + 'exchange_rate_instruction' => 'Foreign currencies', + 'exchanged_amount' => 'Exchanged amount', 'revenue_account_source' => 'Revenue account (source)', 'source_account_asset' => 'Source account (asset account)', From 4919d730c81574fb5598e00e076aa9ea62707abe Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:40:56 +0200 Subject: [PATCH 021/115] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 7ff99bfc73..87878ab05d 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'yearly', From 1595afce6833039d4f43a0f47075071d1b64148f Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:41:07 +0200 Subject: [PATCH 022/115] New translations firefly.php (Chinese Traditional, Hong Kong) --- 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 7ff99bfc73..87878ab05d 100644 --- a/resources/lang/zh_HK/firefly.php +++ b/resources/lang/zh_HK/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'yearly', From a0ee924aeb80dae5a3b6c80f4bbea5e2f204454c Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:41:09 +0200 Subject: [PATCH 023/115] New translations form.php (Chinese Traditional, Hong Kong) --- resources/lang/zh_HK/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/zh_HK/form.php b/resources/lang/zh_HK/form.php index ff44cbf9ef..dc5725d489 100644 --- a/resources/lang/zh_HK/form.php +++ b/resources/lang/zh_HK/form.php @@ -64,6 +64,8 @@ return [ 'expense_account' => 'Expense account', 'revenue_account' => 'Revenue account', 'decimal_places' => 'Decimal places', + 'exchange_rate_instruction' => 'Foreign currencies', + 'exchanged_amount' => 'Exchanged amount', 'revenue_account_source' => 'Revenue account (source)', 'source_account_asset' => 'Source account (asset account)', From 2a05517a30b9cd6124081ccee31602a171d5419c Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:41:13 +0200 Subject: [PATCH 024/115] New translations firefly.php (Croatian) --- 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 7ff99bfc73..87878ab05d 100644 --- a/resources/lang/hr_HR/firefly.php +++ b/resources/lang/hr_HR/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'yearly', From 09221363898d71bab8a72b5935254d9ab68da11c Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:41:17 +0200 Subject: [PATCH 025/115] New translations form.php (Chinese Traditional) --- resources/lang/zh_TW/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/zh_TW/form.php b/resources/lang/zh_TW/form.php index 1c04418238..3db424a90e 100644 --- a/resources/lang/zh_TW/form.php +++ b/resources/lang/zh_TW/form.php @@ -64,6 +64,8 @@ return [ 'expense_account' => '支出帳戶', 'revenue_account' => '收入帳戶', 'decimal_places' => 'Decimal places', + 'exchange_rate_instruction' => 'Foreign currencies', + 'exchanged_amount' => 'Exchanged amount', 'revenue_account_source' => '收入帳戶 (源頭)', 'source_account_asset' => '來源帳戶 (資產帳戶)', From e38cb263aab80fa4587a64d8716e411d541d9c5d Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:41:19 +0200 Subject: [PATCH 026/115] New translations firefly.php (Chinese Traditional) --- 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 dbdca6c0b4..2f8ebd47f8 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'yearly', From ad4e2c0a85b2e262bbf9b007c1e55ab2e16530fc Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:41:26 +0200 Subject: [PATCH 027/115] New translations form.php (Croatian) --- resources/lang/hr_HR/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/hr_HR/form.php b/resources/lang/hr_HR/form.php index ff44cbf9ef..dc5725d489 100644 --- a/resources/lang/hr_HR/form.php +++ b/resources/lang/hr_HR/form.php @@ -64,6 +64,8 @@ return [ 'expense_account' => 'Expense account', 'revenue_account' => 'Revenue account', 'decimal_places' => 'Decimal places', + 'exchange_rate_instruction' => 'Foreign currencies', + 'exchanged_amount' => 'Exchanged amount', 'revenue_account_source' => 'Revenue account (source)', 'source_account_asset' => 'Source account (asset account)', From fdb98133c801574ac8a6eb6e0f82debc80214aa5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:41:29 +0200 Subject: [PATCH 028/115] New translations firefly.php (French) --- 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 bcc8d70580..e470b7c86f 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'yearly', From 135153ff9c4b9fb2746bae4eb70b3b52cec4a72a Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:41:30 +0200 Subject: [PATCH 029/115] New translations form.php (French) --- resources/lang/fr_FR/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/fr_FR/form.php b/resources/lang/fr_FR/form.php index 478804413e..a80ad1b908 100644 --- a/resources/lang/fr_FR/form.php +++ b/resources/lang/fr_FR/form.php @@ -64,6 +64,8 @@ return [ 'expense_account' => 'Compte de dépenses', 'revenue_account' => 'Compte de recettes', 'decimal_places' => 'Decimal places', + 'exchange_rate_instruction' => 'Foreign currencies', + 'exchanged_amount' => 'Exchanged amount', 'revenue_account_source' => 'Revenue account (source)', 'source_account_asset' => 'Source account (asset account)', From ee96311222e75b473275d500e29a495368a535ed Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 14:41:44 +0200 Subject: [PATCH 030/115] New translations form.php (Dutch) --- resources/lang/nl_NL/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/nl_NL/form.php b/resources/lang/nl_NL/form.php index c3a5997cea..8af275eb6f 100644 --- a/resources/lang/nl_NL/form.php +++ b/resources/lang/nl_NL/form.php @@ -64,6 +64,8 @@ return [ 'expense_account' => 'Crediteur', 'revenue_account' => 'Debiteur', 'decimal_places' => 'Aantal decimalen', + 'exchange_rate_instruction' => 'Foreign currencies', + 'exchanged_amount' => 'Exchanged amount', 'revenue_account_source' => 'Debiteur (bron)', 'source_account_asset' => 'Bronrekening (betaalrekening)', From ff06a4ed0d029e6ba654d6fa71817b6d915ebb19 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 15:50:21 +0200 Subject: [PATCH 031/115] New translations firefly.php (Portuguese, Brazilian) --- 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 91fa4a3798..944a83839b 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'anual', From 569e51afbedac4180d070328fe263b906f1c7a1f Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 15:50:35 +0200 Subject: [PATCH 032/115] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index cfe266f839..26f053d718 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'rocznie', From 1dd213d5875dc3b2e581d936ba4e5057a288e5db Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 15:50:48 +0200 Subject: [PATCH 033/115] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index d5ca6c88b3..d6f0bae5d3 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'Alle transacties in categorie :name', 'journals_in_period_for_category' => 'Alle transacties in categorie :name tussen :start en :end', 'not_available_demo_user' => 'De functie die je probeert te gebruiken is niet beschikbaar voor gebruikers van de demo.', - 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'jaarlijks', From a0f6f13650ddb087ed0839fcf1ba5fbfb9c55a43 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 15:50:51 +0200 Subject: [PATCH 034/115] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 87878ab05d..957fdf7409 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'yearly', From d6477ff9ff2e91c5ae5a363506b79b6a4856b11c Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 15:50:56 +0200 Subject: [PATCH 035/115] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 87878ab05d..957fdf7409 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'yearly', From 22303eb2ff18bac1afb7a791a7716a9bc3dd529e Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 15:51:06 +0200 Subject: [PATCH 036/115] New translations firefly.php (German) --- 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 ba9cb637a4..e8daadaff9 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'Jährlich', From 8fc233e4362dd0ac27d4e88566046d0b9e25f487 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 15:51:12 +0200 Subject: [PATCH 037/115] New translations firefly.php (Chinese Traditional, Hong Kong) --- 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 87878ab05d..957fdf7409 100644 --- a/resources/lang/zh_HK/firefly.php +++ b/resources/lang/zh_HK/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'yearly', From fc5feb054df73fb9491e132e27201a6d79ba088c Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 15:51:18 +0200 Subject: [PATCH 038/115] New translations firefly.php (Croatian) --- 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 87878ab05d..957fdf7409 100644 --- a/resources/lang/hr_HR/firefly.php +++ b/resources/lang/hr_HR/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'yearly', From 3e56803e95d28f5f806b8640509658824e4f2c55 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 15:51:26 +0200 Subject: [PATCH 039/115] New translations firefly.php (Chinese Traditional) --- 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 2f8ebd47f8..58247f35b5 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'yearly', From 9f1c346365cb4511b2c7397da59a207ba28876d4 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 15:51:37 +0200 Subject: [PATCH 040/115] New translations firefly.php (French) --- 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 e470b7c86f..7f70cf877c 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -135,7 +135,7 @@ return [ 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @account_currency. If you wish to use @transaction_currency instead, make sure that the amount in @account_currency is known as well:', + 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', // repeat frequencies: 'repeat_freq_yearly' => 'yearly', From aba78c97767d9a36f622c13cbb88d3dfeab8ed33 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:00:19 +0200 Subject: [PATCH 041/115] New translations firefly.php (Portuguese, Brazilian) --- resources/lang/pt_BR/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 944a83839b..b9703ccf9e 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -136,6 +136,7 @@ return [ 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', + 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', // repeat frequencies: 'repeat_freq_yearly' => 'anual', From 813432f386db668ffca75c2074beb10c8102a2e6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:00:23 +0200 Subject: [PATCH 042/115] New translations form.php (Portuguese, Brazilian) --- resources/lang/pt_BR/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/pt_BR/form.php b/resources/lang/pt_BR/form.php index c8930acb38..bebe3d74e2 100644 --- a/resources/lang/pt_BR/form.php +++ b/resources/lang/pt_BR/form.php @@ -66,6 +66,8 @@ return [ 'decimal_places' => 'Casas décimais', 'exchange_rate_instruction' => 'Foreign currencies', 'exchanged_amount' => 'Exchanged amount', + 'source_amount' => 'Amount (source)', + 'destination_amount' => 'Amount (destination)', 'revenue_account_source' => 'Conta de receita (fonte)', 'source_account_asset' => 'Conta de origem (conta de ativo)', From 10481895e6c15002d6bc6b0a8ad71c976a517075 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:00:29 +0200 Subject: [PATCH 043/115] New translations form.php (German) --- resources/lang/de_DE/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/de_DE/form.php b/resources/lang/de_DE/form.php index e513ec6c04..6b34a3c920 100644 --- a/resources/lang/de_DE/form.php +++ b/resources/lang/de_DE/form.php @@ -66,6 +66,8 @@ return [ 'decimal_places' => 'Decimal places', 'exchange_rate_instruction' => 'Foreign currencies', 'exchanged_amount' => 'Exchanged amount', + 'source_amount' => 'Amount (source)', + 'destination_amount' => 'Amount (destination)', 'revenue_account_source' => 'Ertragskonto (Quelle)', 'source_account_asset' => 'Quellkonto (Bestandskonto)', From d87a033f29557fc81696855c8d1b0ea0974cd48d Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:00:33 +0200 Subject: [PATCH 044/115] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 26f053d718..0974aee4ce 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -136,6 +136,7 @@ return [ 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', + 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', // repeat frequencies: 'repeat_freq_yearly' => 'rocznie', From 57e6e0945ff7fe063910b568b1a8390c542be571 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:00:35 +0200 Subject: [PATCH 045/115] New translations form.php (Polish) --- resources/lang/pl_PL/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/pl_PL/form.php b/resources/lang/pl_PL/form.php index b27ef1743d..d75ff2db40 100644 --- a/resources/lang/pl_PL/form.php +++ b/resources/lang/pl_PL/form.php @@ -66,6 +66,8 @@ return [ 'decimal_places' => 'Miejsca dziesiętne', 'exchange_rate_instruction' => 'Foreign currencies', 'exchanged_amount' => 'Exchanged amount', + 'source_amount' => 'Amount (source)', + 'destination_amount' => 'Amount (destination)', 'revenue_account_source' => 'Konto przychodów (źródło)', 'source_account_asset' => 'Konto źródłowe (konto aktywów)', From 9424aa337850ff904341b8563d919d2a761229d3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:00:42 +0200 Subject: [PATCH 046/115] New translations form.php (Spanish) --- resources/lang/es_ES/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/es_ES/form.php b/resources/lang/es_ES/form.php index dc5725d489..d0ea1a1516 100644 --- a/resources/lang/es_ES/form.php +++ b/resources/lang/es_ES/form.php @@ -66,6 +66,8 @@ return [ 'decimal_places' => 'Decimal places', 'exchange_rate_instruction' => 'Foreign currencies', 'exchanged_amount' => 'Exchanged amount', + 'source_amount' => 'Amount (source)', + 'destination_amount' => 'Amount (destination)', 'revenue_account_source' => 'Revenue account (source)', 'source_account_asset' => 'Source account (asset account)', From e0c1f07f926a6a7426d1ee1044dc3cb4767b37db Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:00:45 +0200 Subject: [PATCH 047/115] New translations form.php (Dutch) --- resources/lang/nl_NL/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/nl_NL/form.php b/resources/lang/nl_NL/form.php index 8af275eb6f..27cd3d84a8 100644 --- a/resources/lang/nl_NL/form.php +++ b/resources/lang/nl_NL/form.php @@ -66,6 +66,8 @@ return [ 'decimal_places' => 'Aantal decimalen', 'exchange_rate_instruction' => 'Foreign currencies', 'exchanged_amount' => 'Exchanged amount', + 'source_amount' => 'Amount (source)', + 'destination_amount' => 'Amount (destination)', 'revenue_account_source' => 'Debiteur (bron)', 'source_account_asset' => 'Bronrekening (betaalrekening)', From 23fc25f926ca68725bc124d7f3319582cf7730af Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:00:48 +0200 Subject: [PATCH 048/115] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index d6f0bae5d3..bb210cdafd 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -136,6 +136,7 @@ return [ 'journals_in_period_for_category' => 'Alle transacties in categorie :name tussen :start en :end', 'not_available_demo_user' => 'De functie die je probeert te gebruiken is niet beschikbaar voor gebruikers van de demo.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', + 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', // repeat frequencies: 'repeat_freq_yearly' => 'jaarlijks', From 687603ae84410f0c8d5c9cdd24189a1c090d4976 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:00:50 +0200 Subject: [PATCH 049/115] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 957fdf7409..8d9f33dc6e 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -136,6 +136,7 @@ return [ 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', + 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', // repeat frequencies: 'repeat_freq_yearly' => 'yearly', From 7197830edc587dd9e3170ea9d5df6b13d067bb36 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:00:53 +0200 Subject: [PATCH 050/115] New translations form.php (Russian) --- resources/lang/ru_RU/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/ru_RU/form.php b/resources/lang/ru_RU/form.php index dc5725d489..d0ea1a1516 100644 --- a/resources/lang/ru_RU/form.php +++ b/resources/lang/ru_RU/form.php @@ -66,6 +66,8 @@ return [ 'decimal_places' => 'Decimal places', 'exchange_rate_instruction' => 'Foreign currencies', 'exchanged_amount' => 'Exchanged amount', + 'source_amount' => 'Amount (source)', + 'destination_amount' => 'Amount (destination)', 'revenue_account_source' => 'Revenue account (source)', 'source_account_asset' => 'Source account (asset account)', From e65fb7d9955e8ddede3358a9a5f6bc6173a05b34 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:00:56 +0200 Subject: [PATCH 051/115] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 957fdf7409..8d9f33dc6e 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -136,6 +136,7 @@ return [ 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', + 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', // repeat frequencies: 'repeat_freq_yearly' => 'yearly', From 9e4b9b98abff3675764328d2b8e86d1238121ab7 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:01:03 +0200 Subject: [PATCH 052/115] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index e8daadaff9..1cd916af59 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -136,6 +136,7 @@ return [ 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', + 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', // repeat frequencies: 'repeat_freq_yearly' => 'Jährlich', From 3a2ed202adb8292f81c134577253fc2c2667d0dd Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:01:09 +0200 Subject: [PATCH 053/115] New translations firefly.php (Chinese Traditional, Hong Kong) --- resources/lang/zh_HK/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/zh_HK/firefly.php b/resources/lang/zh_HK/firefly.php index 957fdf7409..8d9f33dc6e 100644 --- a/resources/lang/zh_HK/firefly.php +++ b/resources/lang/zh_HK/firefly.php @@ -136,6 +136,7 @@ return [ 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', + 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', // repeat frequencies: 'repeat_freq_yearly' => 'yearly', From 9d7e16b3908b6045666ad2ba82be6d39f9320ce0 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:01:10 +0200 Subject: [PATCH 054/115] New translations form.php (Chinese Traditional, Hong Kong) --- resources/lang/zh_HK/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/zh_HK/form.php b/resources/lang/zh_HK/form.php index dc5725d489..d0ea1a1516 100644 --- a/resources/lang/zh_HK/form.php +++ b/resources/lang/zh_HK/form.php @@ -66,6 +66,8 @@ return [ 'decimal_places' => 'Decimal places', 'exchange_rate_instruction' => 'Foreign currencies', 'exchanged_amount' => 'Exchanged amount', + 'source_amount' => 'Amount (source)', + 'destination_amount' => 'Amount (destination)', 'revenue_account_source' => 'Revenue account (source)', 'source_account_asset' => 'Source account (asset account)', From 8ae3182e1ccc23a90758dcccd151a9b75ea47f27 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:01:14 +0200 Subject: [PATCH 055/115] New translations firefly.php (Croatian) --- resources/lang/hr_HR/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/hr_HR/firefly.php b/resources/lang/hr_HR/firefly.php index 957fdf7409..8d9f33dc6e 100644 --- a/resources/lang/hr_HR/firefly.php +++ b/resources/lang/hr_HR/firefly.php @@ -136,6 +136,7 @@ return [ 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', + 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', // repeat frequencies: 'repeat_freq_yearly' => 'yearly', From 72afaddd7c4911757f168ba51a8d29883eee7879 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:01:18 +0200 Subject: [PATCH 056/115] New translations form.php (Chinese Traditional) --- resources/lang/zh_TW/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/zh_TW/form.php b/resources/lang/zh_TW/form.php index 3db424a90e..3914036954 100644 --- a/resources/lang/zh_TW/form.php +++ b/resources/lang/zh_TW/form.php @@ -66,6 +66,8 @@ return [ 'decimal_places' => 'Decimal places', 'exchange_rate_instruction' => 'Foreign currencies', 'exchanged_amount' => 'Exchanged amount', + 'source_amount' => 'Amount (source)', + 'destination_amount' => 'Amount (destination)', 'revenue_account_source' => '收入帳戶 (源頭)', 'source_account_asset' => '來源帳戶 (資產帳戶)', From 9afc5d67a4abbbaa0a4934f17d54bddbb2e4ea54 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:01:21 +0200 Subject: [PATCH 057/115] New translations firefly.php (Chinese Traditional) --- resources/lang/zh_TW/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index 58247f35b5..f9244ba14e 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -136,6 +136,7 @@ return [ 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', + 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', // repeat frequencies: 'repeat_freq_yearly' => 'yearly', From 4b8919420d1faebb7d87438d5e29310142275cfd Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:01:27 +0200 Subject: [PATCH 058/115] New translations form.php (Croatian) --- resources/lang/hr_HR/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/hr_HR/form.php b/resources/lang/hr_HR/form.php index dc5725d489..d0ea1a1516 100644 --- a/resources/lang/hr_HR/form.php +++ b/resources/lang/hr_HR/form.php @@ -66,6 +66,8 @@ return [ 'decimal_places' => 'Decimal places', 'exchange_rate_instruction' => 'Foreign currencies', 'exchanged_amount' => 'Exchanged amount', + 'source_amount' => 'Amount (source)', + 'destination_amount' => 'Amount (destination)', 'revenue_account_source' => 'Revenue account (source)', 'source_account_asset' => 'Source account (asset account)', From a7e1f85c4def46ffe797609b4f4096f1b82f0003 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:01:29 +0200 Subject: [PATCH 059/115] New translations form.php (French) --- resources/lang/fr_FR/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/fr_FR/form.php b/resources/lang/fr_FR/form.php index a80ad1b908..823700921d 100644 --- a/resources/lang/fr_FR/form.php +++ b/resources/lang/fr_FR/form.php @@ -66,6 +66,8 @@ return [ 'decimal_places' => 'Decimal places', 'exchange_rate_instruction' => 'Foreign currencies', 'exchanged_amount' => 'Exchanged amount', + 'source_amount' => 'Amount (source)', + 'destination_amount' => 'Amount (destination)', 'revenue_account_source' => 'Revenue account (source)', 'source_account_asset' => 'Source account (asset account)', From ed8cf8c4319af9a6c235614d632537a065b44882 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Apr 2017 23:01:32 +0200 Subject: [PATCH 060/115] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 7f70cf877c..a594adbb44 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -136,6 +136,7 @@ return [ 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', + 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', // repeat frequencies: 'repeat_freq_yearly' => 'yearly', From 7f198cbd501c61cefa630fb4416e027594ac651a Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 08:20:19 +0200 Subject: [PATCH 061/115] New translations form.php (Portuguese, Brazilian) --- resources/lang/pt_BR/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/pt_BR/form.php b/resources/lang/pt_BR/form.php index bebe3d74e2..4536965016 100644 --- a/resources/lang/pt_BR/form.php +++ b/resources/lang/pt_BR/form.php @@ -68,6 +68,7 @@ return [ 'exchanged_amount' => 'Exchanged amount', 'source_amount' => 'Amount (source)', 'destination_amount' => 'Amount (destination)', + 'native_amount' => 'Native amount', 'revenue_account_source' => 'Conta de receita (fonte)', 'source_account_asset' => 'Conta de origem (conta de ativo)', From 1e84bc37431196c4b655ef24fbb932194da19664 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 08:20:24 +0200 Subject: [PATCH 062/115] New translations form.php (German) --- resources/lang/de_DE/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/de_DE/form.php b/resources/lang/de_DE/form.php index 6b34a3c920..4e19eb84ac 100644 --- a/resources/lang/de_DE/form.php +++ b/resources/lang/de_DE/form.php @@ -68,6 +68,7 @@ return [ 'exchanged_amount' => 'Exchanged amount', 'source_amount' => 'Amount (source)', 'destination_amount' => 'Amount (destination)', + 'native_amount' => 'Native amount', 'revenue_account_source' => 'Ertragskonto (Quelle)', 'source_account_asset' => 'Quellkonto (Bestandskonto)', From 20f3322e5a4db9cf7899d7ada02dd49ed4ae0b1f Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 08:20:28 +0200 Subject: [PATCH 063/115] New translations form.php (Polish) --- resources/lang/pl_PL/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/pl_PL/form.php b/resources/lang/pl_PL/form.php index d75ff2db40..5d7cc9dbed 100644 --- a/resources/lang/pl_PL/form.php +++ b/resources/lang/pl_PL/form.php @@ -68,6 +68,7 @@ return [ 'exchanged_amount' => 'Exchanged amount', 'source_amount' => 'Amount (source)', 'destination_amount' => 'Amount (destination)', + 'native_amount' => 'Native amount', 'revenue_account_source' => 'Konto przychodów (źródło)', 'source_account_asset' => 'Konto źródłowe (konto aktywów)', From ee5db4e4cc38beb50550b4f106224986bdead71c Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 08:20:34 +0200 Subject: [PATCH 064/115] New translations form.php (Spanish) --- resources/lang/es_ES/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/es_ES/form.php b/resources/lang/es_ES/form.php index d0ea1a1516..20be49e75a 100644 --- a/resources/lang/es_ES/form.php +++ b/resources/lang/es_ES/form.php @@ -68,6 +68,7 @@ return [ 'exchanged_amount' => 'Exchanged amount', 'source_amount' => 'Amount (source)', 'destination_amount' => 'Amount (destination)', + 'native_amount' => 'Native amount', 'revenue_account_source' => 'Revenue account (source)', 'source_account_asset' => 'Source account (asset account)', From a84b6f377f21a9b53ce10fe86d31cf2022c0f9eb Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 08:20:37 +0200 Subject: [PATCH 065/115] New translations form.php (Dutch) --- resources/lang/nl_NL/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/nl_NL/form.php b/resources/lang/nl_NL/form.php index 27cd3d84a8..63fa28dfe4 100644 --- a/resources/lang/nl_NL/form.php +++ b/resources/lang/nl_NL/form.php @@ -68,6 +68,7 @@ return [ 'exchanged_amount' => 'Exchanged amount', 'source_amount' => 'Amount (source)', 'destination_amount' => 'Amount (destination)', + 'native_amount' => 'Native amount', 'revenue_account_source' => 'Debiteur (bron)', 'source_account_asset' => 'Bronrekening (betaalrekening)', From 69b334ed8a76923281192356b6f83be81e98c98c Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 08:20:44 +0200 Subject: [PATCH 066/115] New translations form.php (Russian) --- resources/lang/ru_RU/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/ru_RU/form.php b/resources/lang/ru_RU/form.php index d0ea1a1516..20be49e75a 100644 --- a/resources/lang/ru_RU/form.php +++ b/resources/lang/ru_RU/form.php @@ -68,6 +68,7 @@ return [ 'exchanged_amount' => 'Exchanged amount', 'source_amount' => 'Amount (source)', 'destination_amount' => 'Amount (destination)', + 'native_amount' => 'Native amount', 'revenue_account_source' => 'Revenue account (source)', 'source_account_asset' => 'Source account (asset account)', From 6e6311a1a1499abba7ad02eecfbb7ebd1581ea47 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 08:20:57 +0200 Subject: [PATCH 067/115] New translations form.php (Chinese Traditional, Hong Kong) --- resources/lang/zh_HK/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/zh_HK/form.php b/resources/lang/zh_HK/form.php index d0ea1a1516..20be49e75a 100644 --- a/resources/lang/zh_HK/form.php +++ b/resources/lang/zh_HK/form.php @@ -68,6 +68,7 @@ return [ 'exchanged_amount' => 'Exchanged amount', 'source_amount' => 'Amount (source)', 'destination_amount' => 'Amount (destination)', + 'native_amount' => 'Native amount', 'revenue_account_source' => 'Revenue account (source)', 'source_account_asset' => 'Source account (asset account)', From 89c82d9be95ab6eb8f83291aff52a4523e114df5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 08:21:04 +0200 Subject: [PATCH 068/115] New translations form.php (Chinese Traditional) --- resources/lang/zh_TW/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/zh_TW/form.php b/resources/lang/zh_TW/form.php index 3914036954..bd66c25928 100644 --- a/resources/lang/zh_TW/form.php +++ b/resources/lang/zh_TW/form.php @@ -68,6 +68,7 @@ return [ 'exchanged_amount' => 'Exchanged amount', 'source_amount' => 'Amount (source)', 'destination_amount' => 'Amount (destination)', + 'native_amount' => 'Native amount', 'revenue_account_source' => '收入帳戶 (源頭)', 'source_account_asset' => '來源帳戶 (資產帳戶)', From a3933cb307dc2e1f596066831e0e182d102cd919 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 08:21:12 +0200 Subject: [PATCH 069/115] New translations form.php (Croatian) --- resources/lang/hr_HR/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/hr_HR/form.php b/resources/lang/hr_HR/form.php index d0ea1a1516..20be49e75a 100644 --- a/resources/lang/hr_HR/form.php +++ b/resources/lang/hr_HR/form.php @@ -68,6 +68,7 @@ return [ 'exchanged_amount' => 'Exchanged amount', 'source_amount' => 'Amount (source)', 'destination_amount' => 'Amount (destination)', + 'native_amount' => 'Native amount', 'revenue_account_source' => 'Revenue account (source)', 'source_account_asset' => 'Source account (asset account)', From a388313e1ce8a4a3e86b28eb435c6f7dccf9360b Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 08:21:13 +0200 Subject: [PATCH 070/115] New translations form.php (French) --- resources/lang/fr_FR/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/fr_FR/form.php b/resources/lang/fr_FR/form.php index 823700921d..f1308fa9c9 100644 --- a/resources/lang/fr_FR/form.php +++ b/resources/lang/fr_FR/form.php @@ -68,6 +68,7 @@ return [ 'exchanged_amount' => 'Exchanged amount', 'source_amount' => 'Amount (source)', 'destination_amount' => 'Amount (destination)', + 'native_amount' => 'Native amount', 'revenue_account_source' => 'Revenue account (source)', 'source_account_asset' => 'Source account (asset account)', From ff33267296f48ea09eea805b4defa99d225550aa Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 23:00:20 +0200 Subject: [PATCH 071/115] New translations firefly.php (Portuguese, Brazilian) --- resources/lang/pt_BR/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index b9703ccf9e..a90e7e19ec 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -287,6 +287,8 @@ return [ 'rule_trigger_category_is_choice' => 'Category is..', 'rule_trigger_budget_is_choice' => 'Budget is..', 'rule_trigger_tag_is_choice' => '(A) tag is..', + 'rule_trigger_has_attachments_choice' => 'Has at least this many attachments', + 'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)', 'rule_trigger_store_journal' => 'When a transaction is created', 'rule_trigger_update_journal' => 'When a transaction is updated', 'rule_action_set_category' => 'Definir categoria para ":action_value"', From 3cf9a40c42144b41136b7c753ea0a8e5dc91963e Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 23:00:33 +0200 Subject: [PATCH 072/115] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 0974aee4ce..4e77b00179 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -287,6 +287,8 @@ return [ 'rule_trigger_category_is_choice' => 'Category is..', 'rule_trigger_budget_is_choice' => 'Budget is..', 'rule_trigger_tag_is_choice' => '(A) tag is..', + 'rule_trigger_has_attachments_choice' => 'Has at least this many attachments', + 'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)', 'rule_trigger_store_journal' => 'Po utworzeniu transakcji', 'rule_trigger_update_journal' => 'Po zmodyfikowaniu transakcji', 'rule_action_set_category' => 'Ustaw kategorię na ":action_value"', From 102d9f3510b011a27e5c1e0eaee609d038e976ba Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 23:00:44 +0200 Subject: [PATCH 073/115] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index bb210cdafd..ec02a00d16 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -135,8 +135,8 @@ return [ 'all_journals_for_category' => 'Alle transacties in categorie :name', 'journals_in_period_for_category' => 'Alle transacties in categorie :name tussen :start en :end', 'not_available_demo_user' => 'De functie die je probeert te gebruiken is niet beschikbaar voor gebruikers van de demo.', - 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', - 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', + 'exchange_rate_instructions' => 'Betaalrekening "@naam" accepteert alleen boekingen in @native_currency. Als je @foreign_currency wilt gebruiken moet je ook het bedrag in @native_currency opgeven:', + 'transfer_exchange_rate_instructions' => 'Bronbetaalrekening "@source_name" accepteert alleen overschrijvingen in @source_currency. Doelbetaalrekening "@dest_name: accepteert alleen overschrijvingen in @dest_currency. Je moet het juiste bedrag in beide valuta opgeven.', // repeat frequencies: 'repeat_freq_yearly' => 'jaarlijks', @@ -287,6 +287,8 @@ return [ 'rule_trigger_category_is_choice' => 'Categorie is..', 'rule_trigger_budget_is_choice' => 'Budget is..', 'rule_trigger_tag_is_choice' => '(Een) tag is..', + 'rule_trigger_has_attachments_choice' => 'Has at least this many attachments', + 'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)', '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"', From 03fe0c8fff89549a196ea0a75081127bd2124986 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 23:00:49 +0200 Subject: [PATCH 074/115] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 8d9f33dc6e..2089b1930d 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -287,6 +287,8 @@ return [ 'rule_trigger_category_is_choice' => 'Category is..', 'rule_trigger_budget_is_choice' => 'Budget is..', 'rule_trigger_tag_is_choice' => '(A) tag is..', + 'rule_trigger_has_attachments_choice' => 'Has at least this many attachments', + 'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)', 'rule_trigger_store_journal' => 'When a transaction is created', 'rule_trigger_update_journal' => 'When a transaction is updated', 'rule_action_set_category' => 'Set category to ":action_value"', From 463c866cfa1c3dcd1d09929f1fd368f10ab48ef5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 23:00:54 +0200 Subject: [PATCH 075/115] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 8d9f33dc6e..2089b1930d 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -287,6 +287,8 @@ return [ 'rule_trigger_category_is_choice' => 'Category is..', 'rule_trigger_budget_is_choice' => 'Budget is..', 'rule_trigger_tag_is_choice' => '(A) tag is..', + 'rule_trigger_has_attachments_choice' => 'Has at least this many attachments', + 'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)', 'rule_trigger_store_journal' => 'When a transaction is created', 'rule_trigger_update_journal' => 'When a transaction is updated', 'rule_action_set_category' => 'Set category to ":action_value"', From a9bf405a657810a68387d147a4dd19acabaa20f5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 23:01:01 +0200 Subject: [PATCH 076/115] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 1cd916af59..222d39a4fb 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -287,6 +287,8 @@ return [ 'rule_trigger_category_is_choice' => 'Kategorie ist..', 'rule_trigger_budget_is_choice' => 'Budget ist..', 'rule_trigger_tag_is_choice' => '(A) Tag ist..', + 'rule_trigger_has_attachments_choice' => 'Has at least this many attachments', + 'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)', 'rule_trigger_store_journal' => 'Wenn eine Transaktion erstellt wird', 'rule_trigger_update_journal' => 'Wenn eine Transaktion aktualisiert wird', 'rule_action_set_category' => 'Kategorie zu ":action_value" festlegen', From 04f858a355d761b1b7f5c10bf213667b930692f3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 23:01:07 +0200 Subject: [PATCH 077/115] New translations firefly.php (Chinese Traditional, Hong Kong) --- resources/lang/zh_HK/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/zh_HK/firefly.php b/resources/lang/zh_HK/firefly.php index 8d9f33dc6e..2089b1930d 100644 --- a/resources/lang/zh_HK/firefly.php +++ b/resources/lang/zh_HK/firefly.php @@ -287,6 +287,8 @@ return [ 'rule_trigger_category_is_choice' => 'Category is..', 'rule_trigger_budget_is_choice' => 'Budget is..', 'rule_trigger_tag_is_choice' => '(A) tag is..', + 'rule_trigger_has_attachments_choice' => 'Has at least this many attachments', + 'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)', 'rule_trigger_store_journal' => 'When a transaction is created', 'rule_trigger_update_journal' => 'When a transaction is updated', 'rule_action_set_category' => 'Set category to ":action_value"', From 9bdf2c887710be070792d90d5deff49929446d5e Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 23:01:12 +0200 Subject: [PATCH 078/115] New translations firefly.php (Croatian) --- resources/lang/hr_HR/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/hr_HR/firefly.php b/resources/lang/hr_HR/firefly.php index 8d9f33dc6e..2089b1930d 100644 --- a/resources/lang/hr_HR/firefly.php +++ b/resources/lang/hr_HR/firefly.php @@ -287,6 +287,8 @@ return [ 'rule_trigger_category_is_choice' => 'Category is..', 'rule_trigger_budget_is_choice' => 'Budget is..', 'rule_trigger_tag_is_choice' => '(A) tag is..', + 'rule_trigger_has_attachments_choice' => 'Has at least this many attachments', + 'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)', 'rule_trigger_store_journal' => 'When a transaction is created', 'rule_trigger_update_journal' => 'When a transaction is updated', 'rule_action_set_category' => 'Set category to ":action_value"', From 054fd229d2a0b4ba254392621841fa45703334cb Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 23:01:18 +0200 Subject: [PATCH 079/115] New translations firefly.php (Chinese Traditional) --- resources/lang/zh_TW/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index f9244ba14e..95b6e5e187 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -287,6 +287,8 @@ return [ 'rule_trigger_category_is_choice' => 'Category is..', 'rule_trigger_budget_is_choice' => 'Budget is..', 'rule_trigger_tag_is_choice' => '(A) tag is..', + 'rule_trigger_has_attachments_choice' => 'Has at least this many attachments', + 'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)', 'rule_trigger_store_journal' => 'When a transaction is created', 'rule_trigger_update_journal' => 'When a transaction is updated', 'rule_action_set_category' => 'Set category to ":action_value"', From 2e5b8418ae9e6e2c20232feff6701a64df7a0ac0 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Apr 2017 23:01:27 +0200 Subject: [PATCH 080/115] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index a594adbb44..990b863b24 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -287,6 +287,8 @@ return [ 'rule_trigger_category_is_choice' => 'Category is..', 'rule_trigger_budget_is_choice' => 'Budget is..', 'rule_trigger_tag_is_choice' => '(A) tag is..', + 'rule_trigger_has_attachments_choice' => 'Has at least this many attachments', + 'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)', 'rule_trigger_store_journal' => 'When a transaction is created', 'rule_trigger_update_journal' => 'When a transaction is updated', 'rule_action_set_category' => 'Définir la catégorie à ":action_value"', From 10cfde6cab2d98cf52dcc342c3915ca16a677083 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 16 Apr 2017 22:20:15 +0200 Subject: [PATCH 081/115] New translations firefly.php (Portuguese, Brazilian) --- resources/lang/pt_BR/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index a90e7e19ec..680fb7e831 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -131,9 +131,11 @@ return [ 'all_transfers' => 'All transfers', 'title_transfers_between' => 'All transfers between :start and :end', 'all_transfer' => 'All transfers', + 'all_journals_for_tag' => 'All transactions for tag ":tag"', 'title_transfer_between' => 'All transfers between :start and :end', 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', + 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', From 448dc7b5c36c8ff8ee044dbb91fee3435dc1f7d2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 16 Apr 2017 22:20:25 +0200 Subject: [PATCH 082/115] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 4e77b00179..0bb5c437c9 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -131,9 +131,11 @@ return [ 'all_transfers' => 'All transfers', 'title_transfers_between' => 'All transfers between :start and :end', 'all_transfer' => 'All transfers', + 'all_journals_for_tag' => 'All transactions for tag ":tag"', 'title_transfer_between' => 'All transfers between :start and :end', 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', + 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', From 589cafc64fea1bd3ea7b1c3fce24a3c56612ff01 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 16 Apr 2017 22:20:37 +0200 Subject: [PATCH 083/115] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index ec02a00d16..744b458a18 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -131,9 +131,11 @@ return [ 'all_transfers' => 'Alle overschrijvingen', 'title_transfers_between' => 'Alle overschrijvingen tussen :start en :end', 'all_transfer' => 'Alle overschrijvingen', + 'all_journals_for_tag' => 'All transactions for tag ":tag"', 'title_transfer_between' => 'Alle overschrijvingen tussen :start en :end', 'all_journals_for_category' => 'Alle transacties in categorie :name', 'journals_in_period_for_category' => 'Alle transacties in categorie :name tussen :start en :end', + 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'De functie die je probeert te gebruiken is niet beschikbaar voor gebruikers van de demo.', 'exchange_rate_instructions' => 'Betaalrekening "@naam" accepteert alleen boekingen in @native_currency. Als je @foreign_currency wilt gebruiken moet je ook het bedrag in @native_currency opgeven:', 'transfer_exchange_rate_instructions' => 'Bronbetaalrekening "@source_name" accepteert alleen overschrijvingen in @source_currency. Doelbetaalrekening "@dest_name: accepteert alleen overschrijvingen in @dest_currency. Je moet het juiste bedrag in beide valuta opgeven.', From 0b8c2f6f8d4cc8ebdded468a7370057c398255d1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 16 Apr 2017 22:20:40 +0200 Subject: [PATCH 084/115] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 2089b1930d..6750a1c50f 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -131,9 +131,11 @@ return [ 'all_transfers' => 'All transfers', 'title_transfers_between' => 'All transfers between :start and :end', 'all_transfer' => 'All transfers', + 'all_journals_for_tag' => 'All transactions for tag ":tag"', 'title_transfer_between' => 'All transfers between :start and :end', 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', + 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', From 86d13060bcc52aff3ebdfb09ba9fb4959879a367 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 16 Apr 2017 22:20:45 +0200 Subject: [PATCH 085/115] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 2089b1930d..6750a1c50f 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -131,9 +131,11 @@ return [ 'all_transfers' => 'All transfers', 'title_transfers_between' => 'All transfers between :start and :end', 'all_transfer' => 'All transfers', + 'all_journals_for_tag' => 'All transactions for tag ":tag"', 'title_transfer_between' => 'All transfers between :start and :end', 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', + 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', From f95edb06a9595e40fd444227323e910fa503d1e4 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 16 Apr 2017 22:20:52 +0200 Subject: [PATCH 086/115] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 222d39a4fb..ed17904657 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -131,9 +131,11 @@ return [ 'all_transfers' => 'All transfers', 'title_transfers_between' => 'All transfers between :start and :end', 'all_transfer' => 'All transfers', + 'all_journals_for_tag' => 'All transactions for tag ":tag"', 'title_transfer_between' => 'All transfers between :start and :end', 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', + 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', From cb3a1f2ff6c5579a9e722a315dcd456606e9d1aa Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 16 Apr 2017 22:20:56 +0200 Subject: [PATCH 087/115] New translations firefly.php (Chinese Traditional, Hong Kong) --- resources/lang/zh_HK/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/zh_HK/firefly.php b/resources/lang/zh_HK/firefly.php index 2089b1930d..6750a1c50f 100644 --- a/resources/lang/zh_HK/firefly.php +++ b/resources/lang/zh_HK/firefly.php @@ -131,9 +131,11 @@ return [ 'all_transfers' => 'All transfers', 'title_transfers_between' => 'All transfers between :start and :end', 'all_transfer' => 'All transfers', + 'all_journals_for_tag' => 'All transactions for tag ":tag"', 'title_transfer_between' => 'All transfers between :start and :end', 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', + 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', From 5844e9548823bb4d454aa3ce538abe9462049238 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 16 Apr 2017 22:21:01 +0200 Subject: [PATCH 088/115] New translations firefly.php (Croatian) --- resources/lang/hr_HR/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/hr_HR/firefly.php b/resources/lang/hr_HR/firefly.php index 2089b1930d..6750a1c50f 100644 --- a/resources/lang/hr_HR/firefly.php +++ b/resources/lang/hr_HR/firefly.php @@ -131,9 +131,11 @@ return [ 'all_transfers' => 'All transfers', 'title_transfers_between' => 'All transfers between :start and :end', 'all_transfer' => 'All transfers', + 'all_journals_for_tag' => 'All transactions for tag ":tag"', 'title_transfer_between' => 'All transfers between :start and :end', 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', + 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', From e3403dc87f83a0e8f72abd03a3e551ee6e804b3f Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 16 Apr 2017 22:21:07 +0200 Subject: [PATCH 089/115] New translations firefly.php (Chinese Traditional) --- resources/lang/zh_TW/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index 95b6e5e187..c3c5d16f59 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -131,9 +131,11 @@ return [ 'all_transfers' => 'All transfers', 'title_transfers_between' => 'All transfers between :start and :end', 'all_transfer' => 'All transfers', + 'all_journals_for_tag' => 'All transactions for tag ":tag"', 'title_transfer_between' => 'All transfers between :start and :end', 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', + 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', From 8e195bf8115fd4c2d9d4c215d15c91e72776d2c5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 16 Apr 2017 22:21:16 +0200 Subject: [PATCH 090/115] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 990b863b24..6167192839 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -131,9 +131,11 @@ return [ 'all_transfers' => 'All transfers', 'title_transfers_between' => 'All transfers between :start and :end', 'all_transfer' => 'All transfers', + 'all_journals_for_tag' => 'All transactions for tag ":tag"', 'title_transfer_between' => 'All transfers between :start and :end', 'all_journals_for_category' => 'All transactions for category :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', + 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', From 665f1f470a4cd25067ec2f927031fd0c3c718731 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 19 Apr 2017 00:20:16 +0200 Subject: [PATCH 091/115] New translations firefly.php (German) --- 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 ed17904657..913b884ac7 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -115,7 +115,7 @@ return [ 'multi_select_no_selection' => 'Nichts ausgewählt', 'multi_select_all_selected' => 'Alle ausgewählt', 'multi_select_filter_placeholder' => 'Suche..', - 'between_dates_breadcrumb' => 'Between :start and :end', + 'between_dates_breadcrumb' => 'Zwischen :start und :end', 'all_journals_without_budget' => 'All transactions without a budget', 'journals_without_budget' => 'Transactions without a budget', 'all_journals_without_category' => 'All transactions without a category', From d7fb6f83b8581263465a3e3a046a3b3a10932da7 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 19 Apr 2017 00:30:15 +0200 Subject: [PATCH 092/115] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 913b884ac7..c74fb3f602 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -123,18 +123,18 @@ return [ 'all_journals_for_account' => 'All transactions for account :name', 'journals_in_period_for_account' => 'All transactions for account :name between :start and :end', 'transferred' => 'Transferred', - 'all_withdrawal' => 'All expenses', - 'all_transactions' => 'All transactions', - 'title_withdrawal_between' => 'All expenses between :start and :end', - 'all_deposit' => 'All revenue', - 'title_deposit_between' => 'All revenue between :start and :end', - 'all_transfers' => 'All transfers', - 'title_transfers_between' => 'All transfers between :start and :end', - 'all_transfer' => 'All transfers', - 'all_journals_for_tag' => 'All transactions for tag ":tag"', - 'title_transfer_between' => 'All transfers between :start and :end', - 'all_journals_for_category' => 'All transactions for category :name', - 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', + 'all_withdrawal' => 'Alle Ausgaben', + 'all_transactions' => 'Alle Transaktionen', + 'title_withdrawal_between' => 'Alle Ausgabe zwischen :start und :end', + 'all_deposit' => 'Alle Einnahmen', + 'title_deposit_between' => 'Alle Einnahmen zwischen :start und :end', + 'all_transfers' => 'Alle Transfers', + 'title_transfers_between' => 'Alle Transfers zwischen :start und :end', + 'all_transfer' => 'Alle Transfers', + 'all_journals_for_tag' => 'Alle Transaktionen für Tag ":tag"', + 'title_transfer_between' => 'Alle Transfers zwischen :start und :end', + 'all_journals_for_category' => 'Alle Transaktionen für Kategorie :name', + 'journals_in_period_for_category' => 'Alle Transaktionen für Kategorie :name zwischen :start und :end', 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', From be1ed56d42c71d9e3faa0c387f8755c6e40e670c Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 19 Apr 2017 01:50:14 +0200 Subject: [PATCH 093/115] New translations form.php (German) --- resources/lang/de_DE/form.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/de_DE/form.php b/resources/lang/de_DE/form.php index 4e19eb84ac..9cfe603302 100644 --- a/resources/lang/de_DE/form.php +++ b/resources/lang/de_DE/form.php @@ -63,11 +63,11 @@ return [ 'description' => 'Beschreibung', 'expense_account' => 'Debitor (Ausgabe)', 'revenue_account' => 'Kreditor (Einnahme)', - 'decimal_places' => 'Decimal places', - 'exchange_rate_instruction' => 'Foreign currencies', + 'decimal_places' => 'Nachkommastellen', + 'exchange_rate_instruction' => 'Ausländische Währungen', 'exchanged_amount' => 'Exchanged amount', - 'source_amount' => 'Amount (source)', - 'destination_amount' => 'Amount (destination)', + 'source_amount' => 'Betrag (Quelle)', + 'destination_amount' => 'Betrag (Ziel)', 'native_amount' => 'Native amount', 'revenue_account_source' => 'Ertragskonto (Quelle)', @@ -156,8 +156,8 @@ return [ 'category_keep_transactions' => 'Die eine Überweisungen, die mit dieser Kategorie verknüpft ist, wird nicht gelöscht. | Keine der :count Kategorien, die mit dieser Rechnung verknüpft sind, werden gelöscht.', 'tag_keep_transactions' => 'Die einzige Überweisung, die mit diesem Tag verknüpft ist, wird nicht gelöscht. | Keiner der :count Tags, die mit dieser Rechnung verknüpft sind, werden gelöscht.', - 'email' => 'Email address', - 'password' => 'Password', + 'email' => 'Email-Addresse', + 'password' => 'Passwort', 'password_confirmation' => 'Password (again)', 'blocked' => 'Is blocked?', 'blocked_code' => 'Reason for block', From 99606ba936789fa21dcf624ec46fb1fd8fbbd50d Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 19 Apr 2017 08:40:15 +0200 Subject: [PATCH 094/115] New translations form.php (German) --- resources/lang/de_DE/form.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/de_DE/form.php b/resources/lang/de_DE/form.php index 9cfe603302..b38fbfaf6c 100644 --- a/resources/lang/de_DE/form.php +++ b/resources/lang/de_DE/form.php @@ -65,7 +65,7 @@ return [ 'revenue_account' => 'Kreditor (Einnahme)', 'decimal_places' => 'Nachkommastellen', 'exchange_rate_instruction' => 'Ausländische Währungen', - 'exchanged_amount' => 'Exchanged amount', + 'exchanged_amount' => 'Ausgetauschter Betrag', 'source_amount' => 'Betrag (Quelle)', 'destination_amount' => 'Betrag (Ziel)', 'native_amount' => 'Native amount', @@ -158,9 +158,9 @@ return [ 'email' => 'Email-Addresse', 'password' => 'Passwort', - 'password_confirmation' => 'Password (again)', - 'blocked' => 'Is blocked?', - 'blocked_code' => 'Reason for block', + 'password_confirmation' => 'Passwort (nochmal)', + 'blocked' => 'Ist blockiert?', + 'blocked_code' => 'Grund für Block', // admin From 16182fec6c730f2ef23fe1d6ba46418909516573 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 19 Apr 2017 08:40:18 +0200 Subject: [PATCH 095/115] New translations validation.php (German) --- resources/lang/de_DE/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/de_DE/validation.php b/resources/lang/de_DE/validation.php index 56ca0aa328..02952cb05d 100644 --- a/resources/lang/de_DE/validation.php +++ b/resources/lang/de_DE/validation.php @@ -23,7 +23,7 @@ return [ 'belongs_to_user' => 'Der Wert von :attribute ist nicht bekannt', 'accepted' => ':attribute muss akzeptiert werden.', 'bic' => 'Dies ist kein gültiger BIC.', - 'more' => ':attribute must be larger than zero.', + 'more' => ':attribute muss größer als Null sein.', 'active_url' => ':attribute ist keine gültige URL.', 'after' => ':attribute muss ein Datum nach :date sein.', 'alpha' => ':attribute darf nur Buchstaben enthalten.', From 93f4006c9eb20eaf3fcc82a708adc3bb4e39ae5e Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 19 Apr 2017 08:50:21 +0200 Subject: [PATCH 096/115] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index c74fb3f602..bdde75e8ca 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -116,12 +116,12 @@ return [ 'multi_select_all_selected' => 'Alle ausgewählt', 'multi_select_filter_placeholder' => 'Suche..', 'between_dates_breadcrumb' => 'Zwischen :start und :end', - 'all_journals_without_budget' => 'All transactions without a budget', - 'journals_without_budget' => 'Transactions without a budget', - 'all_journals_without_category' => 'All transactions without a category', - 'journals_without_category' => 'Transactions without a category', - 'all_journals_for_account' => 'All transactions for account :name', - 'journals_in_period_for_account' => 'All transactions for account :name between :start and :end', + 'all_journals_without_budget' => 'Alle Transaktionen ohne Budget', + 'journals_without_budget' => 'Transaktionen ohne Budget', + 'all_journals_without_category' => 'Alle Transaktionen ohne Kategorie', + 'journals_without_category' => 'Transaktionen ohne Kategorie', + 'all_journals_for_account' => 'Alle Transaktionen für Konto :name', + 'journals_in_period_for_account' => 'Alle Transaktionen für Konto :name zwischen :start und :end', 'transferred' => 'Transferred', 'all_withdrawal' => 'Alle Ausgaben', 'all_transactions' => 'Alle Transaktionen', @@ -135,9 +135,9 @@ return [ 'title_transfer_between' => 'Alle Transfers zwischen :start und :end', 'all_journals_for_category' => 'Alle Transaktionen für Kategorie :name', 'journals_in_period_for_category' => 'Alle Transaktionen für Kategorie :name zwischen :start und :end', - 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', - 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', + 'journals_in_period_for_tag' => 'Alle Transaktionen für Tag :tag zwischen :start und :end', + 'not_available_demo_user' => 'Die Funktionen, auf welche sie zugreifen wollen, steht Demo-Benutzer nicht zur Verfügung.', + 'exchange_rate_instructions' => 'Das Girokonto "@name" akzeptiert nur Transaktionen in @native_currency. Wenn Sie stattdessen @foreign_currency verwenden wollen, sollten Sie sicherstellen, dass der Betrag auch in @native_currency angengeben ist:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', // repeat frequencies: @@ -576,16 +576,16 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'account_type' => 'Kontotyp', 'save_transactions_by_moving' => 'Speichern Sie diese Transaktion(en), indem Sie sie auf ein anderes Konto verschieben:', 'stored_new_account' => 'Neues Konto ":name" gespeichert!', - 'updated_account' => 'Updated account ":name"', + 'updated_account' => 'Konto ":name" aktualisiert', 'credit_card_options' => 'Kreditkartenoptionen', 'no_transactions_account' => 'Es gibt keine Transaktionen (in dieser Zeit) für Girokonto ":name".', 'no_data_for_chart' => 'Es gibt derzeit (noch) nicht genügend Informationen, um dieses Diagramm zu generieren.', 'select_more_than_one_account' => 'Bitte mehr als ein Konto wählen', 'select_more_than_one_category' => 'Bitte mehr als eine Kategorie wählen', 'select_more_than_one_budget' => 'Bitte mehr als ein Budget wählen', - 'select_more_than_one_tag' => 'Please select more than one tag', + 'select_more_than_one_tag' => 'Bitte wählen Sie mehr als einen Tag aus', 'from_to' => 'Von :start bis :end', - 'from_to_breadcrumb' => 'from :start to :end', + 'from_to_breadcrumb' => 'von :start bis :end', 'account_default_currency' => 'If you select another currency, new transactions from this account will have this currency pre-selected.', // categories: From 15d93145037e6cb7ca5601c93c527f4edd774c2e Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 19 Apr 2017 09:00:38 +0200 Subject: [PATCH 097/115] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index bdde75e8ca..d1f234bb78 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -138,7 +138,7 @@ return [ 'journals_in_period_for_tag' => 'Alle Transaktionen für Tag :tag zwischen :start und :end', 'not_available_demo_user' => 'Die Funktionen, auf welche sie zugreifen wollen, steht Demo-Benutzer nicht zur Verfügung.', 'exchange_rate_instructions' => 'Das Girokonto "@name" akzeptiert nur Transaktionen in @native_currency. Wenn Sie stattdessen @foreign_currency verwenden wollen, sollten Sie sicherstellen, dass der Betrag auch in @native_currency angengeben ist:', - 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', + 'transfer_exchange_rate_instructions' => 'Das Quellkonto "@source_name" akzeptiert nur Transaktionen in @source_currency. Das Zielkonto "@dest_name" akzeptiert nur Transaktionen in @dest_currency. Sie müssen den Betrag in beiden Währungen korrenkt angeben.', // repeat frequencies: 'repeat_freq_yearly' => 'Jährlich', @@ -262,7 +262,7 @@ return [ 'rule_trigger_to_account_is' => 'Das Zielkonto ist ":trigger_value"', 'rule_trigger_to_account_contains' => 'Zielkonto enthält ":trigger_value"', 'rule_trigger_transaction_type' => 'Transaktion ist vom Typ ": Trigger_value"', - 'rule_trigger_category_is' => 'Category is ":trigger_value"', + 'rule_trigger_category_is' => 'Kategorie ist ":trigger_value"', 'rule_trigger_amount_less' => 'Betrag ist kleiner als :trigger_value', 'rule_trigger_amount_exactly' => 'Betrag ist :trigger_value', 'rule_trigger_amount_more' => 'Betrag ist größer als :trigger_value', @@ -289,8 +289,8 @@ return [ 'rule_trigger_category_is_choice' => 'Kategorie ist..', 'rule_trigger_budget_is_choice' => 'Budget ist..', 'rule_trigger_tag_is_choice' => '(A) Tag ist..', - 'rule_trigger_has_attachments_choice' => 'Has at least this many attachments', - 'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)', + 'rule_trigger_has_attachments_choice' => 'Hat zumindest so viele Anhänge', + 'rule_trigger_has_attachments' => 'Hat zumindest :trigger_value Anhäng(e)', 'rule_trigger_store_journal' => 'Wenn eine Transaktion erstellt wird', 'rule_trigger_update_journal' => 'Wenn eine Transaktion aktualisiert wird', 'rule_action_set_category' => 'Kategorie zu ":action_value" festlegen', From 1346b25fc75a6b1745d19aef6f947eea9a38fd44 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 19 Apr 2017 09:10:18 +0200 Subject: [PATCH 098/115] New translations firefly.php (German) --- 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 d1f234bb78..a29fa3c40e 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -453,7 +453,7 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'convert_please_set_asset_destination' => 'Bitte wählen Sie ein Bestandskonto aus wo das Geld hingehen wird.', 'convert_please_set_expense_destination' => 'Bitte wählen Sie ein Spesenkonto wo das Geld hingehen wird.', 'convert_please_set_asset_source' => 'Bitte wählen Sie ein Bestandskonto wo das Geld herkommen wird.', - 'convert_explanation_withdrawal_deposit' => 'If you convert this withdrawal into a deposit, :amount will be deposited into :sourceName instead of taken from it.', + 'convert_explanation_withdrawal_deposit' => 'Wenn sie diese Ausgabe in eine Einlage konvertieren, wird :amount in sourceName eingezahlt statt davon abgezogen zu werden.', 'convert_explanation_withdrawal_transfer' => 'If you convert this withdrawal into a transfer, :amount will be transferred from :sourceName to a new asset account, instead of being paid to :destinationName.', 'convert_explanation_deposit_withdrawal' => 'If you convert this deposit into a withdrawal, :amount will be removed from :destinationName instead of added to it.', 'convert_explanation_deposit_transfer' => 'If you convert this deposit into a transfer, :amount will be transferred from an asset account of your choice into :destinationName.', From d7ca7ed6322244cdd48f6e2c5a3a8e6393408a6f Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 19 Apr 2017 09:20:18 +0200 Subject: [PATCH 099/115] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index a29fa3c40e..7d3f9047ca 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -454,9 +454,9 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'convert_please_set_expense_destination' => 'Bitte wählen Sie ein Spesenkonto wo das Geld hingehen wird.', 'convert_please_set_asset_source' => 'Bitte wählen Sie ein Bestandskonto wo das Geld herkommen wird.', 'convert_explanation_withdrawal_deposit' => 'Wenn sie diese Ausgabe in eine Einlage konvertieren, wird :amount in sourceName eingezahlt statt davon abgezogen zu werden.', - 'convert_explanation_withdrawal_transfer' => 'If you convert this withdrawal into a transfer, :amount will be transferred from :sourceName to a new asset account, instead of being paid to :destinationName.', - 'convert_explanation_deposit_withdrawal' => 'If you convert this deposit into a withdrawal, :amount will be removed from :destinationName instead of added to it.', - 'convert_explanation_deposit_transfer' => 'If you convert this deposit into a transfer, :amount will be transferred from an asset account of your choice into :destinationName.', + 'convert_explanation_withdrawal_transfer' => 'Wenn sie diese Ausgabe in eine Überweisung konvertieren, wird :amount von :sourceName auf ein neues Girokonto überwiesen, statt :destinationName zu bezahlen.', + 'convert_explanation_deposit_withdrawal' => 'Wenn Sie diese Einlage in eine Ausgabe konvertieren, wird :amount von :destinationName abgezogen statt darauf eingezahlt zu werden.', + 'convert_explanation_deposit_transfer' => 'Wenn sie diese Einlage in eine Überweisung konvertieren, wird :amount von einem Girokonto Ihrer Wahl auf :destinationName überweisen.', 'convert_explanation_transfer_withdrawal' => 'If you convert this transfer into a withdrawal, :amount will go from :sourceName to a new destination as an expense, instead of to :destinationName as a transfer.', 'convert_explanation_transfer_deposit' => 'If you convert this transfer into a deposit, :amount will be deposited into account :destinationName instead of being transferred there.', 'converted_to_Withdrawal' => 'Die Transaktion wurde in eine Ausgabe konvertiert', From 8b9e4d25390de7c0044b011da5060bb9c72881d1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 19 Apr 2017 09:31:52 +0200 Subject: [PATCH 100/115] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 7d3f9047ca..917b7d3ce9 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -453,12 +453,12 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'convert_please_set_asset_destination' => 'Bitte wählen Sie ein Bestandskonto aus wo das Geld hingehen wird.', 'convert_please_set_expense_destination' => 'Bitte wählen Sie ein Spesenkonto wo das Geld hingehen wird.', 'convert_please_set_asset_source' => 'Bitte wählen Sie ein Bestandskonto wo das Geld herkommen wird.', - 'convert_explanation_withdrawal_deposit' => 'Wenn sie diese Ausgabe in eine Einlage konvertieren, wird :amount in sourceName eingezahlt statt davon abgezogen zu werden.', - 'convert_explanation_withdrawal_transfer' => 'Wenn sie diese Ausgabe in eine Überweisung konvertieren, wird :amount von :sourceName auf ein neues Girokonto überwiesen, statt :destinationName zu bezahlen.', - 'convert_explanation_deposit_withdrawal' => 'Wenn Sie diese Einlage in eine Ausgabe konvertieren, wird :amount von :destinationName abgezogen statt darauf eingezahlt zu werden.', - 'convert_explanation_deposit_transfer' => 'Wenn sie diese Einlage in eine Überweisung konvertieren, wird :amount von einem Girokonto Ihrer Wahl auf :destinationName überweisen.', - 'convert_explanation_transfer_withdrawal' => 'If you convert this transfer into a withdrawal, :amount will go from :sourceName to a new destination as an expense, instead of to :destinationName as a transfer.', - 'convert_explanation_transfer_deposit' => 'If you convert this transfer into a deposit, :amount will be deposited into account :destinationName instead of being transferred there.', + 'convert_explanation_withdrawal_deposit' => 'Falls Sie diese Ausgabe in eine Einlage konvertieren, wird :amount in sourceName eingezahlt statt davon abgezogen zu werden.', + 'convert_explanation_withdrawal_transfer' => 'Falls Sie diese Ausgabe in eine Überweisung konvertieren, wird :amount von :sourceName auf ein neues Girokonto überwiesen, statt :destinationName zu bezahlen.', + 'convert_explanation_deposit_withdrawal' => 'Falls Sie diese Einlage in eine Ausgabe konvertieren, wird :amount von :destinationName abgezogen statt darauf eingezahlt zu werden.', + 'convert_explanation_deposit_transfer' => 'Falls Sie diese Einlage in eine Überweisung konvertieren, wird :amount von einem Girokonto Ihrer Wahl auf :destinationName überweisen.', + 'convert_explanation_transfer_withdrawal' => 'Falls sie diese Überweisung in Ausgabe konvertieren, wird :amount von :sourceName zu einem neuen Ziel geleitet, statt auf :destinationName überwiesen zu werden.', + 'convert_explanation_transfer_deposit' => 'Falls sie diese Überweisung in eine Einlage konvertieren, wird :amount auf das Konto :destinationName eingezahlt statt dorthin überwisen zu werden.', 'converted_to_Withdrawal' => 'Die Transaktion wurde in eine Ausgabe konvertiert', 'converted_to_Deposit' => 'Die Transaktion wurde in eine Einzahlung konvertiert', 'converted_to_Transfer' => 'Die Transaktion wurde in eine Überweisung konvertiert', @@ -549,7 +549,7 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'details_for_asset' => 'Details für Girokonto ":name"', 'details_for_expense' => 'Details für Debitor ":name"', 'details_for_revenue' => 'Details für Schuldner ":name"', - 'details_for_cash' => 'Details for cash account ":name"', + 'details_for_cash' => 'Details für das Bargeldkonto ":name"', 'store_new_asset_account' => 'Speichere neues Girokonto', 'store_new_expense_account' => 'Speichere neuen Debitor (Ausgabe)', 'store_new_revenue_account' => 'Speichere neuen Schuldner', From c0a0aa465248c09ed57d098fca87e1a3a3fa9b65 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 22 Apr 2017 07:10:15 +0200 Subject: [PATCH 101/115] New translations firefly.php (Portuguese, Brazilian) --- resources/lang/pt_BR/firefly.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 680fb7e831..80ecd9bdaa 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -92,9 +92,12 @@ return [ 'expenses_by_category' => 'Despesa por categoria', 'expenses_by_budget' => 'Despesas pelo orçamento', 'income_by_category' => 'Receitas por categoria', + 'expenses_by_asset_account' => 'Expenses by asset account', + 'expenses_by_expense_account' => 'Expenses by expense account', 'cannot_redirect_to_account' => 'Firefly III não pode redirecioná-lo para a página correta. Minhas desculpas.', 'sum_of_expenses' => 'Sum of expenses', 'sum_of_income' => 'Sum of income', + 'total_sum' => 'Total sum', 'spent_in_specific_budget' => 'Spent in budget ":budget"', 'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"', 'left_in_budget_limit' => 'Left to spend according to budgeting', @@ -121,6 +124,7 @@ return [ 'all_journals_without_category' => 'All transactions without a category', 'journals_without_category' => 'Transactions without a category', 'all_journals_for_account' => 'All transactions for account :name', + 'chart_all_journals_for_account' => 'Chart of all transactions for account :name', 'journals_in_period_for_account' => 'All transactions for account :name between :start and :end', 'transferred' => 'Transferred', 'all_withdrawal' => 'All expenses', @@ -134,6 +138,8 @@ return [ 'all_journals_for_tag' => 'All transactions for tag ":tag"', 'title_transfer_between' => 'All transfers between :start and :end', 'all_journals_for_category' => 'All transactions for category :name', + 'all_journals_for_budget' => 'All transactions for budget :name', + 'chart_all_journals_for_budget' => 'Chart of all transactions for budget :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', From 04a1d785bf90e4102a13610fed57416437d15273 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 22 Apr 2017 07:10:24 +0200 Subject: [PATCH 102/115] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 0bb5c437c9..35494b299f 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -92,9 +92,12 @@ return [ 'expenses_by_category' => 'Wydatki wg kategorii', 'expenses_by_budget' => 'Wydatki wg budżetu', 'income_by_category' => 'Dochody wg kategorii', + 'expenses_by_asset_account' => 'Expenses by asset account', + 'expenses_by_expense_account' => 'Expenses by expense account', 'cannot_redirect_to_account' => 'Firefly III cannot redirect you to the correct page. Apologies.', 'sum_of_expenses' => 'Suma wydatków', 'sum_of_income' => 'Suma dochodów', + 'total_sum' => 'Total sum', 'spent_in_specific_budget' => 'Wydatki w budżecie ":budget"', 'sum_of_expenses_in_budget' => 'Wydano łącznie w budżecie ":budget"', 'left_in_budget_limit' => 'Left to spend according to budgeting', @@ -121,6 +124,7 @@ return [ 'all_journals_without_category' => 'All transactions without a category', 'journals_without_category' => 'Transactions without a category', 'all_journals_for_account' => 'All transactions for account :name', + 'chart_all_journals_for_account' => 'Chart of all transactions for account :name', 'journals_in_period_for_account' => 'All transactions for account :name between :start and :end', 'transferred' => 'Transferred', 'all_withdrawal' => 'All expenses', @@ -134,6 +138,8 @@ return [ 'all_journals_for_tag' => 'All transactions for tag ":tag"', 'title_transfer_between' => 'All transfers between :start and :end', 'all_journals_for_category' => 'All transactions for category :name', + 'all_journals_for_budget' => 'All transactions for budget :name', + 'chart_all_journals_for_budget' => 'Chart of all transactions for budget :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', From 2c2d4449068a6d15db19e331b72faac3d14bff9d Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 22 Apr 2017 07:10:32 +0200 Subject: [PATCH 103/115] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 744b458a18..e2279056b9 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -92,9 +92,12 @@ return [ 'expenses_by_category' => 'Uitgaven per categorie', 'expenses_by_budget' => 'Uitgaven per budget', 'income_by_category' => 'Inkomsten per categorie', + 'expenses_by_asset_account' => 'Expenses by asset account', + 'expenses_by_expense_account' => 'Expenses by expense account', 'cannot_redirect_to_account' => 'Firefly III kan je niet naar de goede pagina doorsturen. Sorry!', 'sum_of_expenses' => 'Som van uitgaven', 'sum_of_income' => 'Som van inkomsten', + 'total_sum' => 'Total sum', 'spent_in_specific_budget' => 'Uitgegeven in budget ":budget"', 'sum_of_expenses_in_budget' => 'Totaal uitgegeven in budget ":budget"', 'left_in_budget_limit' => 'Nog uit te geven volgens budgettering', @@ -121,6 +124,7 @@ return [ 'all_journals_without_category' => 'Alle transacties zonder categorie', 'journals_without_category' => 'Transacties zonder categorie', 'all_journals_for_account' => 'Alle transacties voor rekening :name', + 'chart_all_journals_for_account' => 'Chart of all transactions for account :name', 'journals_in_period_for_account' => 'Alle transacties voor rekening :name tussen :start en :end', 'transferred' => 'Overgeschreven', 'all_withdrawal' => 'Alle uitgaven', @@ -134,6 +138,8 @@ return [ 'all_journals_for_tag' => 'All transactions for tag ":tag"', 'title_transfer_between' => 'Alle overschrijvingen tussen :start en :end', 'all_journals_for_category' => 'Alle transacties in categorie :name', + 'all_journals_for_budget' => 'All transactions for budget :name', + 'chart_all_journals_for_budget' => 'Chart of all transactions for budget :name', 'journals_in_period_for_category' => 'Alle transacties in categorie :name tussen :start en :end', 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'De functie die je probeert te gebruiken is niet beschikbaar voor gebruikers van de demo.', From 39129d8cd05f809449849892649617df79382b05 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 22 Apr 2017 07:10:34 +0200 Subject: [PATCH 104/115] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 6750a1c50f..6a794a9a95 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -92,9 +92,12 @@ return [ 'expenses_by_category' => 'Expenses by category', 'expenses_by_budget' => 'Expenses by budget', 'income_by_category' => 'Income by category', + 'expenses_by_asset_account' => 'Expenses by asset account', + 'expenses_by_expense_account' => 'Expenses by expense account', 'cannot_redirect_to_account' => 'Firefly III cannot redirect you to the correct page. Apologies.', 'sum_of_expenses' => 'Sum of expenses', 'sum_of_income' => 'Sum of income', + 'total_sum' => 'Total sum', 'spent_in_specific_budget' => 'Spent in budget ":budget"', 'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"', 'left_in_budget_limit' => 'Left to spend according to budgeting', @@ -121,6 +124,7 @@ return [ 'all_journals_without_category' => 'All transactions without a category', 'journals_without_category' => 'Transactions without a category', 'all_journals_for_account' => 'All transactions for account :name', + 'chart_all_journals_for_account' => 'Chart of all transactions for account :name', 'journals_in_period_for_account' => 'All transactions for account :name between :start and :end', 'transferred' => 'Transferred', 'all_withdrawal' => 'All expenses', @@ -134,6 +138,8 @@ return [ 'all_journals_for_tag' => 'All transactions for tag ":tag"', 'title_transfer_between' => 'All transfers between :start and :end', 'all_journals_for_category' => 'All transactions for category :name', + 'all_journals_for_budget' => 'All transactions for budget :name', + 'chart_all_journals_for_budget' => 'Chart of all transactions for budget :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', From 221adbf3db86c90580953b7f410ec9edcc533559 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 22 Apr 2017 07:10:38 +0200 Subject: [PATCH 105/115] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 6750a1c50f..6a794a9a95 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -92,9 +92,12 @@ return [ 'expenses_by_category' => 'Expenses by category', 'expenses_by_budget' => 'Expenses by budget', 'income_by_category' => 'Income by category', + 'expenses_by_asset_account' => 'Expenses by asset account', + 'expenses_by_expense_account' => 'Expenses by expense account', 'cannot_redirect_to_account' => 'Firefly III cannot redirect you to the correct page. Apologies.', 'sum_of_expenses' => 'Sum of expenses', 'sum_of_income' => 'Sum of income', + 'total_sum' => 'Total sum', 'spent_in_specific_budget' => 'Spent in budget ":budget"', 'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"', 'left_in_budget_limit' => 'Left to spend according to budgeting', @@ -121,6 +124,7 @@ return [ 'all_journals_without_category' => 'All transactions without a category', 'journals_without_category' => 'Transactions without a category', 'all_journals_for_account' => 'All transactions for account :name', + 'chart_all_journals_for_account' => 'Chart of all transactions for account :name', 'journals_in_period_for_account' => 'All transactions for account :name between :start and :end', 'transferred' => 'Transferred', 'all_withdrawal' => 'All expenses', @@ -134,6 +138,8 @@ return [ 'all_journals_for_tag' => 'All transactions for tag ":tag"', 'title_transfer_between' => 'All transfers between :start and :end', 'all_journals_for_category' => 'All transactions for category :name', + 'all_journals_for_budget' => 'All transactions for budget :name', + 'chart_all_journals_for_budget' => 'Chart of all transactions for budget :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', From 8b7000681cd00583c41509c3f6a0f4e2a8f7795b Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 22 Apr 2017 07:10:43 +0200 Subject: [PATCH 106/115] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 917b7d3ce9..7352e9f079 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -92,9 +92,12 @@ return [ 'expenses_by_category' => 'Ausgaben nach Kategorie', 'expenses_by_budget' => 'Ausgaben nach Budget', 'income_by_category' => 'Einkommen nach Kategorie', + 'expenses_by_asset_account' => 'Expenses by asset account', + 'expenses_by_expense_account' => 'Expenses by expense account', 'cannot_redirect_to_account' => 'Entschuldigung. Firefly III kann Sie nicht zur richtigen Seite weiterleiten.', 'sum_of_expenses' => 'Summe von Ausgaben', 'sum_of_income' => 'Summe von Einnahmen', + 'total_sum' => 'Total sum', 'spent_in_specific_budget' => 'Ausgegeben in Budget ":budget"', 'sum_of_expenses_in_budget' => 'Vollkommen ausgegeben in Budget ":budget"', 'left_in_budget_limit' => 'Übrig zum ausgeben aufgrund der Budgetierung', @@ -121,6 +124,7 @@ return [ 'all_journals_without_category' => 'Alle Transaktionen ohne Kategorie', 'journals_without_category' => 'Transaktionen ohne Kategorie', 'all_journals_for_account' => 'Alle Transaktionen für Konto :name', + 'chart_all_journals_for_account' => 'Chart of all transactions for account :name', 'journals_in_period_for_account' => 'Alle Transaktionen für Konto :name zwischen :start und :end', 'transferred' => 'Transferred', 'all_withdrawal' => 'Alle Ausgaben', @@ -134,6 +138,8 @@ return [ 'all_journals_for_tag' => 'Alle Transaktionen für Tag ":tag"', 'title_transfer_between' => 'Alle Transfers zwischen :start und :end', 'all_journals_for_category' => 'Alle Transaktionen für Kategorie :name', + 'all_journals_for_budget' => 'All transactions for budget :name', + 'chart_all_journals_for_budget' => 'Chart of all transactions for budget :name', 'journals_in_period_for_category' => 'Alle Transaktionen für Kategorie :name zwischen :start und :end', 'journals_in_period_for_tag' => 'Alle Transaktionen für Tag :tag zwischen :start und :end', 'not_available_demo_user' => 'Die Funktionen, auf welche sie zugreifen wollen, steht Demo-Benutzer nicht zur Verfügung.', From 30ed25f80a91c8fe52246fb601578b8ae30d05e4 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 22 Apr 2017 07:10:47 +0200 Subject: [PATCH 107/115] New translations firefly.php (Chinese Traditional, Hong Kong) --- resources/lang/zh_HK/firefly.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/zh_HK/firefly.php b/resources/lang/zh_HK/firefly.php index 6750a1c50f..6a794a9a95 100644 --- a/resources/lang/zh_HK/firefly.php +++ b/resources/lang/zh_HK/firefly.php @@ -92,9 +92,12 @@ return [ 'expenses_by_category' => 'Expenses by category', 'expenses_by_budget' => 'Expenses by budget', 'income_by_category' => 'Income by category', + 'expenses_by_asset_account' => 'Expenses by asset account', + 'expenses_by_expense_account' => 'Expenses by expense account', 'cannot_redirect_to_account' => 'Firefly III cannot redirect you to the correct page. Apologies.', 'sum_of_expenses' => 'Sum of expenses', 'sum_of_income' => 'Sum of income', + 'total_sum' => 'Total sum', 'spent_in_specific_budget' => 'Spent in budget ":budget"', 'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"', 'left_in_budget_limit' => 'Left to spend according to budgeting', @@ -121,6 +124,7 @@ return [ 'all_journals_without_category' => 'All transactions without a category', 'journals_without_category' => 'Transactions without a category', 'all_journals_for_account' => 'All transactions for account :name', + 'chart_all_journals_for_account' => 'Chart of all transactions for account :name', 'journals_in_period_for_account' => 'All transactions for account :name between :start and :end', 'transferred' => 'Transferred', 'all_withdrawal' => 'All expenses', @@ -134,6 +138,8 @@ return [ 'all_journals_for_tag' => 'All transactions for tag ":tag"', 'title_transfer_between' => 'All transfers between :start and :end', 'all_journals_for_category' => 'All transactions for category :name', + 'all_journals_for_budget' => 'All transactions for budget :name', + 'chart_all_journals_for_budget' => 'Chart of all transactions for budget :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', From aad4df159686dad35ff7a6f70e9efbdcb036985f Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 22 Apr 2017 07:10:51 +0200 Subject: [PATCH 108/115] New translations firefly.php (Croatian) --- resources/lang/hr_HR/firefly.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/hr_HR/firefly.php b/resources/lang/hr_HR/firefly.php index 6750a1c50f..6a794a9a95 100644 --- a/resources/lang/hr_HR/firefly.php +++ b/resources/lang/hr_HR/firefly.php @@ -92,9 +92,12 @@ return [ 'expenses_by_category' => 'Expenses by category', 'expenses_by_budget' => 'Expenses by budget', 'income_by_category' => 'Income by category', + 'expenses_by_asset_account' => 'Expenses by asset account', + 'expenses_by_expense_account' => 'Expenses by expense account', 'cannot_redirect_to_account' => 'Firefly III cannot redirect you to the correct page. Apologies.', 'sum_of_expenses' => 'Sum of expenses', 'sum_of_income' => 'Sum of income', + 'total_sum' => 'Total sum', 'spent_in_specific_budget' => 'Spent in budget ":budget"', 'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"', 'left_in_budget_limit' => 'Left to spend according to budgeting', @@ -121,6 +124,7 @@ return [ 'all_journals_without_category' => 'All transactions without a category', 'journals_without_category' => 'Transactions without a category', 'all_journals_for_account' => 'All transactions for account :name', + 'chart_all_journals_for_account' => 'Chart of all transactions for account :name', 'journals_in_period_for_account' => 'All transactions for account :name between :start and :end', 'transferred' => 'Transferred', 'all_withdrawal' => 'All expenses', @@ -134,6 +138,8 @@ return [ 'all_journals_for_tag' => 'All transactions for tag ":tag"', 'title_transfer_between' => 'All transfers between :start and :end', 'all_journals_for_category' => 'All transactions for category :name', + 'all_journals_for_budget' => 'All transactions for budget :name', + 'chart_all_journals_for_budget' => 'Chart of all transactions for budget :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', From 9629ba916e3e17fcec6154f076dff54ecf31d676 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 22 Apr 2017 07:10:55 +0200 Subject: [PATCH 109/115] New translations firefly.php (Chinese Traditional) --- resources/lang/zh_TW/firefly.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index c3c5d16f59..1234cc4014 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -92,9 +92,12 @@ return [ 'expenses_by_category' => 'Expenses by category', 'expenses_by_budget' => 'Expenses by budget', 'income_by_category' => 'Income by category', + 'expenses_by_asset_account' => 'Expenses by asset account', + 'expenses_by_expense_account' => 'Expenses by expense account', 'cannot_redirect_to_account' => 'Firefly III cannot redirect you to the correct page. Apologies.', 'sum_of_expenses' => 'Sum of expenses', 'sum_of_income' => 'Sum of income', + 'total_sum' => 'Total sum', 'spent_in_specific_budget' => 'Spent in budget ":budget"', 'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"', 'left_in_budget_limit' => 'Left to spend according to budgeting', @@ -121,6 +124,7 @@ return [ 'all_journals_without_category' => 'All transactions without a category', 'journals_without_category' => 'Transactions without a category', 'all_journals_for_account' => 'All transactions for account :name', + 'chart_all_journals_for_account' => 'Chart of all transactions for account :name', 'journals_in_period_for_account' => 'All transactions for account :name between :start and :end', 'transferred' => 'Transferred', 'all_withdrawal' => 'All expenses', @@ -134,6 +138,8 @@ return [ 'all_journals_for_tag' => 'All transactions for tag ":tag"', 'title_transfer_between' => 'All transfers between :start and :end', 'all_journals_for_category' => 'All transactions for category :name', + 'all_journals_for_budget' => 'All transactions for budget :name', + 'chart_all_journals_for_budget' => 'Chart of all transactions for budget :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', From e58ea4d0c7bfeb57b213abb590d48f649f118220 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 22 Apr 2017 07:11:03 +0200 Subject: [PATCH 110/115] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 6167192839..6a0898c9c4 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -92,9 +92,12 @@ return [ 'expenses_by_category' => 'Dépenses par catégorie', 'expenses_by_budget' => 'Dépenses par budget', 'income_by_category' => 'Revenu par catégorie', + 'expenses_by_asset_account' => 'Expenses by asset account', + 'expenses_by_expense_account' => 'Expenses by expense account', 'cannot_redirect_to_account' => 'Firefly III n\'est pas en mesure de vous rediriger vers la bonne page. Veuillez nous en excuser.', 'sum_of_expenses' => 'Montant des dépenses', 'sum_of_income' => 'Montant des revenus', + 'total_sum' => 'Total sum', 'spent_in_specific_budget' => 'Spent in budget ":budget"', 'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"', 'left_in_budget_limit' => 'Left to spend according to budgeting', @@ -121,6 +124,7 @@ return [ 'all_journals_without_category' => 'All transactions without a category', 'journals_without_category' => 'Transactions without a category', 'all_journals_for_account' => 'All transactions for account :name', + 'chart_all_journals_for_account' => 'Chart of all transactions for account :name', 'journals_in_period_for_account' => 'All transactions for account :name between :start and :end', 'transferred' => 'Transferred', 'all_withdrawal' => 'All expenses', @@ -134,6 +138,8 @@ return [ 'all_journals_for_tag' => 'All transactions for tag ":tag"', 'title_transfer_between' => 'All transfers between :start and :end', 'all_journals_for_category' => 'All transactions for category :name', + 'all_journals_for_budget' => 'All transactions for budget :name', + 'chart_all_journals_for_budget' => 'Chart of all transactions for budget :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', From 6d508e61a041b6f921a5d702c0c0cddaaad89da6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 23 Apr 2017 09:40:28 +0200 Subject: [PATCH 111/115] New translations form.php (Dutch) --- 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 63fa28dfe4..bed5859214 100644 --- a/resources/lang/nl_NL/form.php +++ b/resources/lang/nl_NL/form.php @@ -64,11 +64,11 @@ return [ 'expense_account' => 'Crediteur', 'revenue_account' => 'Debiteur', 'decimal_places' => 'Aantal decimalen', - 'exchange_rate_instruction' => 'Foreign currencies', - 'exchanged_amount' => 'Exchanged amount', - 'source_amount' => 'Amount (source)', - 'destination_amount' => 'Amount (destination)', - 'native_amount' => 'Native amount', + 'exchange_rate_instruction' => 'Vreemde valuta', + 'exchanged_amount' => 'Uitgewisseld bedrag', + 'source_amount' => 'Bronbedrag', + 'destination_amount' => 'Doelbedrag', + 'native_amount' => 'Origineel bedrag', 'revenue_account_source' => 'Debiteur (bron)', 'source_account_asset' => 'Bronrekening (betaalrekening)', From 47a7729358d1021e2765750efe3b294bcaad43e3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 23 Apr 2017 09:40:30 +0200 Subject: [PATCH 112/115] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index e2279056b9..0364fd06d6 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -92,12 +92,12 @@ return [ 'expenses_by_category' => 'Uitgaven per categorie', 'expenses_by_budget' => 'Uitgaven per budget', 'income_by_category' => 'Inkomsten per categorie', - 'expenses_by_asset_account' => 'Expenses by asset account', - 'expenses_by_expense_account' => 'Expenses by expense account', + 'expenses_by_asset_account' => 'Uitgaven per betaalrekening', + 'expenses_by_expense_account' => 'Uitgaven per crediteur', 'cannot_redirect_to_account' => 'Firefly III kan je niet naar de goede pagina doorsturen. Sorry!', 'sum_of_expenses' => 'Som van uitgaven', 'sum_of_income' => 'Som van inkomsten', - 'total_sum' => 'Total sum', + 'total_sum' => 'Totaalbedrag', 'spent_in_specific_budget' => 'Uitgegeven in budget ":budget"', 'sum_of_expenses_in_budget' => 'Totaal uitgegeven in budget ":budget"', 'left_in_budget_limit' => 'Nog uit te geven volgens budgettering', @@ -124,7 +124,7 @@ return [ 'all_journals_without_category' => 'Alle transacties zonder categorie', 'journals_without_category' => 'Transacties zonder categorie', 'all_journals_for_account' => 'Alle transacties voor rekening :name', - 'chart_all_journals_for_account' => 'Chart of all transactions for account :name', + 'chart_all_journals_for_account' => 'Grafiek van alle transacties voor rekening :name', 'journals_in_period_for_account' => 'Alle transacties voor rekening :name tussen :start en :end', 'transferred' => 'Overgeschreven', 'all_withdrawal' => 'Alle uitgaven', @@ -135,13 +135,13 @@ return [ 'all_transfers' => 'Alle overschrijvingen', 'title_transfers_between' => 'Alle overschrijvingen tussen :start en :end', 'all_transfer' => 'Alle overschrijvingen', - 'all_journals_for_tag' => 'All transactions for tag ":tag"', + 'all_journals_for_tag' => 'Alle transacties voor tag ":tag"', 'title_transfer_between' => 'Alle overschrijvingen tussen :start en :end', 'all_journals_for_category' => 'Alle transacties in categorie :name', - 'all_journals_for_budget' => 'All transactions for budget :name', - 'chart_all_journals_for_budget' => 'Chart of all transactions for budget :name', + 'all_journals_for_budget' => 'Alle transacties voor budget :name', + 'chart_all_journals_for_budget' => 'Grafiek van alle transacties voor budget :name', 'journals_in_period_for_category' => 'Alle transacties in categorie :name tussen :start en :end', - 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', + 'journals_in_period_for_tag' => 'Alle transacties voor tag :tag tussen :start en :end', 'not_available_demo_user' => 'De functie die je probeert te gebruiken is niet beschikbaar voor gebruikers van de demo.', 'exchange_rate_instructions' => 'Betaalrekening "@naam" accepteert alleen boekingen in @native_currency. Als je @foreign_currency wilt gebruiken moet je ook het bedrag in @native_currency opgeven:', 'transfer_exchange_rate_instructions' => 'Bronbetaalrekening "@source_name" accepteert alleen overschrijvingen in @source_currency. Doelbetaalrekening "@dest_name: accepteert alleen overschrijvingen in @dest_currency. Je moet het juiste bedrag in beide valuta opgeven.', @@ -295,8 +295,8 @@ return [ 'rule_trigger_category_is_choice' => 'Categorie is..', 'rule_trigger_budget_is_choice' => 'Budget is..', 'rule_trigger_tag_is_choice' => '(Een) tag is..', - 'rule_trigger_has_attachments_choice' => 'Has at least this many attachments', - 'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)', + 'rule_trigger_has_attachments_choice' => 'Heeft minstens zoveel bijlagen', + 'rule_trigger_has_attachments' => 'Heeft minstens :trigger_value bijlage(n)', '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"', From 50cc455f0fbefdce016a5450ef0600fb68f966bd Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 23 Apr 2017 18:10:18 +0200 Subject: [PATCH 113/115] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 6a0898c9c4..bc460094b6 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -118,12 +118,12 @@ return [ 'multi_select_no_selection' => 'None selected', 'multi_select_all_selected' => 'All selected', 'multi_select_filter_placeholder' => 'Find..', - 'between_dates_breadcrumb' => 'Between :start and :end', - 'all_journals_without_budget' => 'All transactions without a budget', - 'journals_without_budget' => 'Transactions without a budget', - 'all_journals_without_category' => 'All transactions without a category', - 'journals_without_category' => 'Transactions without a category', - 'all_journals_for_account' => 'All transactions for account :name', + 'between_dates_breadcrumb' => 'Entre :start et :end', + 'all_journals_without_budget' => 'Toutes les transactions sans budget', + 'journals_without_budget' => 'Transactions sans budget', + 'all_journals_without_category' => 'Toutes les transactions sans catégorie', + 'journals_without_category' => 'Transactions sans catégorie', + 'all_journals_for_account' => 'Toutes les transactions pour le compte :name', 'chart_all_journals_for_account' => 'Chart of all transactions for account :name', 'journals_in_period_for_account' => 'All transactions for account :name between :start and :end', 'transferred' => 'Transferred', From 0171831ebb4967bca0d7ba2b4131fb1ab94dce86 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 23 Apr 2017 18:10:19 +0200 Subject: [PATCH 114/115] New translations form.php (French) --- resources/lang/fr_FR/form.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/fr_FR/form.php b/resources/lang/fr_FR/form.php index f1308fa9c9..c649240ef4 100644 --- a/resources/lang/fr_FR/form.php +++ b/resources/lang/fr_FR/form.php @@ -64,10 +64,10 @@ return [ 'expense_account' => 'Compte de dépenses', 'revenue_account' => 'Compte de recettes', 'decimal_places' => 'Decimal places', - 'exchange_rate_instruction' => 'Foreign currencies', + 'exchange_rate_instruction' => 'Devises étrangères', 'exchanged_amount' => 'Exchanged amount', - 'source_amount' => 'Amount (source)', - 'destination_amount' => 'Amount (destination)', + 'source_amount' => 'Montant (source)', + 'destination_amount' => 'Montant (destination)', 'native_amount' => 'Native amount', 'revenue_account_source' => 'Revenue account (source)', @@ -84,7 +84,7 @@ return [ 'amount' => 'Montant', 'date' => 'Date', 'interest_date' => 'Interest date', - 'book_date' => 'Book date', + 'book_date' => 'Date de réservation', 'process_date' => 'Date de traitement', 'category' => 'Catégorie', 'tags' => 'Mots-clés', @@ -182,7 +182,7 @@ return [ 'csv_config' => 'Configuration d\'importation CSV', - 'due_date' => 'Due date', + 'due_date' => 'Échéance', 'payment_date' => 'Date de paiement', 'invoice_date' => 'Date de facturation', 'internal_reference' => 'Référence interne', From 87bcf293aa4d72a9148329eded14bf0f333ccd81 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 23 Apr 2017 18:20:17 +0200 Subject: [PATCH 115/115] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index bc460094b6..68b157b7e3 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -81,7 +81,7 @@ return [ 'Default asset account' => 'Default asset account', 'no_budget_pointer' => 'Vous semblez n’avoir encore aucun budget. Vous devez en créer sur la page des budgets. Les budgets peuvent vous aider à garder une trace des dépenses.', 'Savings account' => 'Savings account', - 'Credit card' => 'Credit card', + 'Credit card' => 'Carte de Crédit', 'source_accounts' => 'Compte(s) source', 'destination_accounts' => 'Compte(s) de destination', 'user_id_is' => 'Votre identifiant d’utilisateur est :user', @@ -297,8 +297,8 @@ return [ 'rule_trigger_tag_is_choice' => '(A) tag is..', 'rule_trigger_has_attachments_choice' => 'Has at least this many attachments', 'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)', - 'rule_trigger_store_journal' => 'When a transaction is created', - 'rule_trigger_update_journal' => 'When a transaction is updated', + 'rule_trigger_store_journal' => 'Lorsqu’une transaction est créée', + 'rule_trigger_update_journal' => 'Lorsqu’une transaction est mise à jour', 'rule_action_set_category' => 'Définir la catégorie à ":action_value"', 'rule_action_clear_category' => 'Supprimer la catégorie', 'rule_action_set_budget' => 'Définir le budget à ":action_value"',