From c3584ad20cada972c885da699c97e03f5bee951b Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Nov 2016 17:01:25 +0100 Subject: [PATCH 01/14] New translations --- resources/lang/pt_BR/firefly.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index d0b3e69be9..1237122e05 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -521,6 +521,9 @@ return [ 'stored_new_account' => 'Nova conta ":name" armazenado!', 'updated_account' => 'Conta ":name" atualizada', 'credit_card_options' => 'Opções de cartão de crédito', + 'no_transactions_account' => 'There are no transactions (in this period) for asset account ":name".', + 'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.', + 'select_more_than_one_account' => 'Please select more than one account', // categories: 'new_category' => 'Nova categoria', From f937a74507f7e42656342dffa699fcc8017c330b Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Nov 2016 17:01:27 +0100 Subject: [PATCH 02/14] New translations --- 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 c4afdc705c..591903e4ba 100644 --- a/resources/lang/pt_BR/form.php +++ b/resources/lang/pt_BR/form.php @@ -25,6 +25,8 @@ return [ 'match' => 'Corresponde em', 'repeat_freq' => 'Repetições', 'journal_currency_id' => 'Moeda', + 'currency_id' => 'Currency', + 'attachments' => 'Attachments', 'journal_amount' => 'Quantia', 'journal_asset_source_account' => 'Conta de ativo (fonte)', 'journal_source_account_name' => 'Conta de receita (fonte)', From d92a0753a6e00d4579e0f782292276fcf1c98542 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Nov 2016 17:01:35 +0100 Subject: [PATCH 03/14] Translated --- 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 ba8de52dd8..de51dbcb88 100644 --- a/resources/lang/de_DE/form.php +++ b/resources/lang/de_DE/form.php @@ -25,6 +25,8 @@ return [ 'match' => 'Reagiert auf', 'repeat_freq' => 'Wiederholungen', 'journal_currency_id' => 'Währung', + 'currency_id' => 'Currency', + 'attachments' => 'Attachments', 'journal_amount' => 'Betrag', 'journal_asset_source_account' => 'Girokonto (Quelle)', 'journal_source_account_name' => 'Kreditor (Quelle)', From 5ae01b382e5f8a3559cc07ef7bbc1d9e36407a33 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Nov 2016 17:01:40 +0100 Subject: [PATCH 04/14] Approved. Step name: Proofread --- 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 1f7407f45c..28b6453685 100644 --- a/resources/lang/nl_NL/form.php +++ b/resources/lang/nl_NL/form.php @@ -25,6 +25,8 @@ return [ 'match' => 'Reageert op', 'repeat_freq' => 'Herhaling', 'journal_currency_id' => 'Valuta', + 'currency_id' => 'Currency', + 'attachments' => 'Attachments', 'journal_amount' => 'Bedrag', 'journal_asset_source_account' => 'Betaalrekening (bron)', 'journal_source_account_name' => 'Debiteur (bron)', From 9b2d2e16b07ee3d52ef8629f5c88f30998be0594 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Nov 2016 17:01:48 +0100 Subject: [PATCH 05/14] New translations --- 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 ee7d217c09..914cc98944 100644 --- a/resources/lang/zh_HK/form.php +++ b/resources/lang/zh_HK/form.php @@ -25,6 +25,8 @@ return [ 'match' => 'Matches on', 'repeat_freq' => 'Repeats', 'journal_currency_id' => 'Currency', + 'currency_id' => 'Currency', + 'attachments' => 'Attachments', 'journal_amount' => 'Amount', 'journal_asset_source_account' => 'Asset account (source)', 'journal_source_account_name' => 'Revenue account (source)', From 71206e395e6b032f2b2339f945f6cd3f792fa157 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Nov 2016 17:01:53 +0100 Subject: [PATCH 06/14] New translations --- resources/lang/zh_HK/firefly.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/zh_HK/firefly.php b/resources/lang/zh_HK/firefly.php index 83bf1042af..4dad596d1f 100644 --- a/resources/lang/zh_HK/firefly.php +++ b/resources/lang/zh_HK/firefly.php @@ -521,6 +521,9 @@ return [ 'stored_new_account' => 'New account ":name" stored!', 'updated_account' => 'Updated account ":name"', 'credit_card_options' => 'Credit card options', + 'no_transactions_account' => 'There are no transactions (in this period) for asset account ":name".', + 'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.', + 'select_more_than_one_account' => 'Please select more than one account', // categories: 'new_category' => 'New category', From 85be218f926989e6e03b9d53e0580cbc29de0abc Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Nov 2016 17:01:55 +0100 Subject: [PATCH 07/14] New translations --- 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 e6c08d8ea6..bea7ff864f 100644 --- a/resources/lang/zh_TW/form.php +++ b/resources/lang/zh_TW/form.php @@ -25,6 +25,8 @@ return [ 'match' => '匹配於', 'repeat_freq' => '循環週期', 'journal_currency_id' => '貨幣', + 'currency_id' => 'Currency', + 'attachments' => 'Attachments', 'journal_amount' => '金額', 'journal_asset_source_account' => '資產帳戶 (源頭)', 'journal_source_account_name' => '收入帳戶 (源頭)', From 7b91e98d46cfc9f2db173aea8d49b5293c36c9cd Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Nov 2016 17:01:58 +0100 Subject: [PATCH 08/14] New translations --- resources/lang/zh_TW/firefly.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index c1bd4a5b04..0084a811db 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -521,6 +521,9 @@ return [ 'stored_new_account' => 'New account ":name" stored!', 'updated_account' => 'Updated account ":name"', 'credit_card_options' => 'Credit card options', + 'no_transactions_account' => 'There are no transactions (in this period) for asset account ":name".', + 'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.', + 'select_more_than_one_account' => 'Please select more than one account', // categories: 'new_category' => 'New category', From e46fc7501e574be1b697b48098bdb031e77f9569 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Nov 2016 17:02:06 +0100 Subject: [PATCH 09/14] New translations --- resources/lang/fr_FR/firefly.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index e59f9726b5..84455320f0 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -521,6 +521,9 @@ return [ 'stored_new_account' => 'Nouveau compte ":name" créé !', 'updated_account' => 'Nom du compte ":name"', 'credit_card_options' => 'Cartes de crédit', + 'no_transactions_account' => 'There are no transactions (in this period) for asset account ":name".', + 'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.', + 'select_more_than_one_account' => 'Please select more than one account', // categories: 'new_category' => 'Nouvelle catégorie', From 618aad54326f96474f9975709e02c14f42f6414d Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Nov 2016 17:02:08 +0100 Subject: [PATCH 10/14] New translations --- 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 b0014b005c..979a26a180 100644 --- a/resources/lang/fr_FR/form.php +++ b/resources/lang/fr_FR/form.php @@ -25,6 +25,8 @@ return [ 'match' => 'Correspondre à', 'repeat_freq' => 'Répétitions', 'journal_currency_id' => 'Devise', + 'currency_id' => 'Currency', + 'attachments' => 'Attachments', 'journal_amount' => 'Montant', 'journal_asset_source_account' => 'Compte d’actif (source)', 'journal_source_account_name' => 'Compte de recettes (source)', From 4ba9ff05b0b91acb460378cda165c21913501c2e Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Nov 2016 17:02:12 +0100 Subject: [PATCH 11/14] New translations --- resources/lang/de_DE/firefly.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index b08a1ae483..92cdaa539c 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -521,6 +521,9 @@ return [ 'stored_new_account' => 'New account ":name" stored!', 'updated_account' => 'Updated account ":name"', 'credit_card_options' => 'Kreditkartenoptionen', + 'no_transactions_account' => 'There are no transactions (in this period) for asset account ":name".', + 'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.', + 'select_more_than_one_account' => 'Please select more than one account', // categories: 'new_category' => 'Neue Kategorie', From dd8638ca9810c24cd75488aa7317ab0204ecf2c8 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Nov 2016 17:02:17 +0100 Subject: [PATCH 12/14] New translations --- 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 ee7d217c09..914cc98944 100644 --- a/resources/lang/hr_HR/form.php +++ b/resources/lang/hr_HR/form.php @@ -25,6 +25,8 @@ return [ 'match' => 'Matches on', 'repeat_freq' => 'Repeats', 'journal_currency_id' => 'Currency', + 'currency_id' => 'Currency', + 'attachments' => 'Attachments', 'journal_amount' => 'Amount', 'journal_asset_source_account' => 'Asset account (source)', 'journal_source_account_name' => 'Revenue account (source)', From 1f41f7bd0f2afa66095bfef1268e3aa0185e156e Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Nov 2016 17:02:20 +0100 Subject: [PATCH 13/14] New translations --- resources/lang/hr_HR/firefly.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/hr_HR/firefly.php b/resources/lang/hr_HR/firefly.php index 83bf1042af..4dad596d1f 100644 --- a/resources/lang/hr_HR/firefly.php +++ b/resources/lang/hr_HR/firefly.php @@ -521,6 +521,9 @@ return [ 'stored_new_account' => 'New account ":name" stored!', 'updated_account' => 'Updated account ":name"', 'credit_card_options' => 'Credit card options', + 'no_transactions_account' => 'There are no transactions (in this period) for asset account ":name".', + 'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.', + 'select_more_than_one_account' => 'Please select more than one account', // categories: 'new_category' => 'New category', From d25665f843fd7841c25d18cbbbac6535df11f24e Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Nov 2016 17:02:24 +0100 Subject: [PATCH 14/14] New translations --- resources/lang/nl_NL/firefly.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 571536167d..633d4a69a6 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -521,6 +521,9 @@ return [ 'stored_new_account' => 'Nieuwe rekening ":name" opgeslagen!', 'updated_account' => 'Rekening ":name" geüpdatet', 'credit_card_options' => 'Opties voor credit cards', + 'no_transactions_account' => 'There are no transactions (in this period) for asset account ":name".', + 'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.', + 'select_more_than_one_account' => 'Please select more than one account', // categories: 'new_category' => 'Nieuwe categorie',