diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php
index 92cdaa539c..c1997f2fb1 100644
--- a/resources/lang/de_DE/firefly.php
+++ b/resources/lang/de_DE/firefly.php
@@ -76,9 +76,9 @@ return [
'tagbalancingAct' => 'Balancing act',
'tagadvancePayment' => 'Advance payment',
'tagnothing' => '',
- 'Default asset account' => 'Default asset account',
+ 'Default asset account' => 'Standard-Anlagekonto',
'no_budget_pointer' => 'Sie scheinen keine Budgets festgelegt zu haben. Sie sollten welche auf der Budget-Seite erstellen. Budgets können Ihnen helfen ihre Ausgaben zu verfolgen.',
- 'Savings account' => 'Savings account',
+ 'Savings account' => 'Sparkonto',
'Credit card' => 'Kreditkarte',
'source_accounts' => 'Herkunftskonto',
'destination_accounts' => 'Zielkonto',
@@ -87,9 +87,9 @@ return [
'need_more_help' => 'If you need more help using Firefly III, please open a ticker on Github.',
'nothing_to_display' => 'There are no transactions to show you',
'show_all_no_filter' => 'Show all transactions without grouping them by date.',
- 'expenses_by_category' => 'Expenses by category',
+ 'expenses_by_category' => 'Ausgaben nach Kategorie',
'expenses_by_budget' => 'Expenses by budget',
- 'income_by_category' => 'Income by category',
+ 'income_by_category' => 'Einkommen nach Kategorie',
'cannot_redirect_to_account' => 'Firefly III cannot redirect you to the correct page. Apologies.',
// repeat frequencies:
'repeat_freq_yearly' => 'Jährlich',
@@ -243,7 +243,7 @@ return [
'rule_action_clear_budget' => 'Clear budget',
'rule_action_add_tag' => 'Add tag ":action_value"',
'rule_action_remove_tag' => 'Remove tag ":action_value"',
- 'rule_action_remove_all_tags' => 'Remove all tags',
+ 'rule_action_remove_all_tags' => 'Alle Tags entfernen',
'rule_action_set_description' => 'Set description to ":action_value"',
'rule_action_append_description' => 'Append description with ":action_value"',
'rule_action_prepend_description' => 'Prepend description with ":action_value"',
@@ -524,6 +524,7 @@ return [
'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',
+ 'select_more_than_one_category' => 'Please select more than one category',
// categories:
'new_category' => 'Neue Kategorie',
diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php
index 84455320f0..a9eef1e64d 100644
--- a/resources/lang/fr_FR/firefly.php
+++ b/resources/lang/fr_FR/firefly.php
@@ -524,6 +524,7 @@ return [
'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',
+ 'select_more_than_one_category' => 'Please select more than one category',
// categories:
'new_category' => 'Nouvelle catégorie',
diff --git a/resources/lang/hr_HR/firefly.php b/resources/lang/hr_HR/firefly.php
index 4dad596d1f..96d876df40 100644
--- a/resources/lang/hr_HR/firefly.php
+++ b/resources/lang/hr_HR/firefly.php
@@ -524,6 +524,7 @@ return [
'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',
+ 'select_more_than_one_category' => 'Please select more than one category',
// categories:
'new_category' => 'New category',
diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php
index 377b866e0d..92134a0c73 100644
--- a/resources/lang/nl_NL/firefly.php
+++ b/resources/lang/nl_NL/firefly.php
@@ -524,6 +524,7 @@ return [
'no_transactions_account' => 'Betaalrekening ":name" heeft geen geen transacties (in deze periode).',
'no_data_for_chart' => 'Er is (nog) niet genoeg informatie om deze grafiek te tekenen.',
'select_more_than_one_account' => 'Selecteer meer dan één rekening',
+ 'select_more_than_one_category' => 'Selecteer meer dan één categorie',
// categories:
'new_category' => 'Nieuwe categorie',
diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php
index 1237122e05..92ae96e895 100644
--- a/resources/lang/pt_BR/firefly.php
+++ b/resources/lang/pt_BR/firefly.php
@@ -524,6 +524,7 @@ return [
'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',
+ 'select_more_than_one_category' => 'Please select more than one category',
// categories:
'new_category' => 'Nova categoria',
diff --git a/resources/lang/zh_HK/firefly.php b/resources/lang/zh_HK/firefly.php
index 4dad596d1f..96d876df40 100644
--- a/resources/lang/zh_HK/firefly.php
+++ b/resources/lang/zh_HK/firefly.php
@@ -524,6 +524,7 @@ return [
'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',
+ 'select_more_than_one_category' => 'Please select more than one category',
// categories:
'new_category' => 'New category',
diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php
index 0084a811db..111ff06b35 100644
--- a/resources/lang/zh_TW/firefly.php
+++ b/resources/lang/zh_TW/firefly.php
@@ -524,6 +524,7 @@ return [
'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',
+ 'select_more_than_one_category' => 'Please select more than one category',
// categories:
'new_category' => 'New category',