mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
commit
570373e875
@ -624,6 +624,7 @@ return [
|
||||
// reports:
|
||||
'report_default' => 'Standard Finanzbericht für :start bis :end',
|
||||
'report_audit' => 'Transaction history overview for :start until :end',
|
||||
'report_category' => 'Category report for :start until :end',
|
||||
'quick_link_reports' => 'Schnellzugriff',
|
||||
'quick_link_default_report' => 'Standard Finanzbericht',
|
||||
'quick_link_audit_report' => 'Transaction history overview',
|
||||
@ -669,6 +670,7 @@ return [
|
||||
'report_type' => 'Typ des Berichts',
|
||||
'report_type_default' => 'Default financial report',
|
||||
'report_type_audit' => 'Transaction history overview (audit)',
|
||||
'report_type_category' => 'Category report',
|
||||
'report_type_meta-history' => 'Übersicht über Kategorien, Budgets und Rechnungen',
|
||||
'more_info_help' => 'Weitere Informationen über diese Art von Berichten finden Sie in der Hilfe. Drücken Sie hierfür das (?)-Symbol in der oberen rechten Ecke.',
|
||||
'report_included_accounts' => 'Eingezogene Konten',
|
||||
@ -688,6 +690,12 @@ return [
|
||||
'reports_submit' => 'View report',
|
||||
'end_after_start_date' => 'End date of report must be after start date.',
|
||||
'select_category' => 'Select one or more categories.',
|
||||
'income_per_category' => 'Income per category',
|
||||
'expense_per_category' => 'Expense per category',
|
||||
'income_per_account' => 'Income per account',
|
||||
'expense_per_account' => 'Expense per account',
|
||||
'include_not_in_category' => 'Include transactions not selected for this report',
|
||||
'everything_else' => 'Everything else',
|
||||
|
||||
// charts:
|
||||
'chart' => 'Chart',
|
||||
|
@ -624,6 +624,7 @@ return [
|
||||
// reports:
|
||||
'report_default' => 'Rapport financier par défaut du :start au :end',
|
||||
'report_audit' => 'Historique des transactions du :start au :end',
|
||||
'report_category' => 'Category report for :start until :end',
|
||||
'quick_link_reports' => 'Liens rapides',
|
||||
'quick_link_default_report' => 'Rapport financier par défaut',
|
||||
'quick_link_audit_report' => 'Historique des transactions',
|
||||
@ -669,6 +670,7 @@ return [
|
||||
'report_type' => 'Type de rapport',
|
||||
'report_type_default' => 'Rapport financier par défaut',
|
||||
'report_type_audit' => 'Historique des transactions',
|
||||
'report_type_category' => 'Category report',
|
||||
'report_type_meta-history' => 'Vue d’ensemble des budgets, des catégories et des factures',
|
||||
'more_info_help' => 'Plus d’informations sur ces types de rapports se trouvent dans les pages d’aide. Appuyez sur l’icône ( ?) dans le coin supérieur droit.',
|
||||
'report_included_accounts' => 'Comptes inclus',
|
||||
@ -688,6 +690,12 @@ return [
|
||||
'reports_submit' => 'View report',
|
||||
'end_after_start_date' => 'End date of report must be after start date.',
|
||||
'select_category' => 'Select one or more categories.',
|
||||
'income_per_category' => 'Income per category',
|
||||
'expense_per_category' => 'Expense per category',
|
||||
'income_per_account' => 'Income per account',
|
||||
'expense_per_account' => 'Expense per account',
|
||||
'include_not_in_category' => 'Include transactions not selected for this report',
|
||||
'everything_else' => 'Everything else',
|
||||
|
||||
// charts:
|
||||
'chart' => 'Chart',
|
||||
|
@ -624,6 +624,7 @@ return [
|
||||
// reports:
|
||||
'report_default' => 'Default financial report for :start until :end',
|
||||
'report_audit' => 'Transaction history overview for :start until :end',
|
||||
'report_category' => 'Category report for :start until :end',
|
||||
'quick_link_reports' => 'Quick links',
|
||||
'quick_link_default_report' => 'Default financial report',
|
||||
'quick_link_audit_report' => 'Transaction history overview',
|
||||
@ -669,6 +670,7 @@ return [
|
||||
'report_type' => 'Report type',
|
||||
'report_type_default' => 'Default financial report',
|
||||
'report_type_audit' => 'Transaction history overview (audit)',
|
||||
'report_type_category' => 'Category report',
|
||||
'report_type_meta-history' => 'Categories, budgets and bills overview',
|
||||
'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.',
|
||||
'report_included_accounts' => 'Included accounts',
|
||||
@ -688,6 +690,12 @@ return [
|
||||
'reports_submit' => 'View report',
|
||||
'end_after_start_date' => 'End date of report must be after start date.',
|
||||
'select_category' => 'Select one or more categories.',
|
||||
'income_per_category' => 'Income per category',
|
||||
'expense_per_category' => 'Expense per category',
|
||||
'income_per_account' => 'Income per account',
|
||||
'expense_per_account' => 'Expense per account',
|
||||
'include_not_in_category' => 'Include transactions not selected for this report',
|
||||
'everything_else' => 'Everything else',
|
||||
|
||||
// charts:
|
||||
'chart' => 'Chart',
|
||||
|
@ -624,6 +624,7 @@ return [
|
||||
// reports:
|
||||
'report_default' => 'Standaard financieel rapport (:start tot :end)',
|
||||
'report_audit' => 'Transactiehistorie-overzicht van :start tot :end',
|
||||
'report_category' => 'Category report for :start until :end',
|
||||
'quick_link_reports' => 'Snelle links',
|
||||
'quick_link_default_report' => 'Standaard financieel rapport',
|
||||
'quick_link_audit_report' => 'Transactiehistorie-overzicht',
|
||||
@ -669,6 +670,7 @@ return [
|
||||
'report_type' => 'Rapporttype',
|
||||
'report_type_default' => 'Standard financieel rapport',
|
||||
'report_type_audit' => 'Transactiehistorie-overzicht (audit)',
|
||||
'report_type_category' => 'Category report',
|
||||
'report_type_meta-history' => 'Overzicht van categorieën, budgetten en contracten',
|
||||
'more_info_help' => 'Meer informatie over deze rapporten vind je in de hulppagina\'s. Klik daarvoor op het (?) icoontje rechtsboven.',
|
||||
'report_included_accounts' => 'Accounts in rapport',
|
||||
@ -688,6 +690,12 @@ return [
|
||||
'reports_submit' => 'Bekijk overzicht',
|
||||
'end_after_start_date' => 'End date of report must be after start date.',
|
||||
'select_category' => 'Select one or more categories.',
|
||||
'income_per_category' => 'Income per category',
|
||||
'expense_per_category' => 'Expense per category',
|
||||
'income_per_account' => 'Income per account',
|
||||
'expense_per_account' => 'Expense per account',
|
||||
'include_not_in_category' => 'Include transactions not selected for this report',
|
||||
'everything_else' => 'Everything else',
|
||||
|
||||
// charts:
|
||||
'chart' => 'Diagram',
|
||||
|
@ -624,6 +624,7 @@ return [
|
||||
// reports:
|
||||
'report_default' => 'Relatório financeiro padrão de :start até :end',
|
||||
'report_audit' => 'Visão geral do histórico de transação de :start até :end',
|
||||
'report_category' => 'Category report for :start until :end',
|
||||
'quick_link_reports' => 'Ligações rápidas',
|
||||
'quick_link_default_report' => 'Relatório financeiro padrão',
|
||||
'quick_link_audit_report' => 'Visão geral do histórico de transação',
|
||||
@ -669,6 +670,7 @@ return [
|
||||
'report_type' => 'Tipo de relatório',
|
||||
'report_type_default' => 'Relatório financeiro padrão',
|
||||
'report_type_audit' => 'Visão geral do histórico de transação (auditoria)',
|
||||
'report_type_category' => 'Category report',
|
||||
'report_type_meta-history' => 'Visão geral de categorias, orçamentos e faturas',
|
||||
'more_info_help' => 'Mais informações sobre esses tipos de relatórios podem ser encontradas nas páginas de ajuda. Pressione o ícone (?) no canto superior direito.',
|
||||
'report_included_accounts' => 'Contas incluídas',
|
||||
@ -688,6 +690,12 @@ return [
|
||||
'reports_submit' => 'View report',
|
||||
'end_after_start_date' => 'End date of report must be after start date.',
|
||||
'select_category' => 'Select one or more categories.',
|
||||
'income_per_category' => 'Income per category',
|
||||
'expense_per_category' => 'Expense per category',
|
||||
'income_per_account' => 'Income per account',
|
||||
'expense_per_account' => 'Expense per account',
|
||||
'include_not_in_category' => 'Include transactions not selected for this report',
|
||||
'everything_else' => 'Everything else',
|
||||
|
||||
// charts:
|
||||
'chart' => 'Gráfico',
|
||||
|
@ -624,6 +624,7 @@ return [
|
||||
// reports:
|
||||
'report_default' => 'Default financial report for :start until :end',
|
||||
'report_audit' => 'Transaction history overview for :start until :end',
|
||||
'report_category' => 'Category report for :start until :end',
|
||||
'quick_link_reports' => 'Quick links',
|
||||
'quick_link_default_report' => 'Default financial report',
|
||||
'quick_link_audit_report' => 'Transaction history overview',
|
||||
@ -669,6 +670,7 @@ return [
|
||||
'report_type' => 'Report type',
|
||||
'report_type_default' => 'Default financial report',
|
||||
'report_type_audit' => 'Transaction history overview (audit)',
|
||||
'report_type_category' => 'Category report',
|
||||
'report_type_meta-history' => 'Categories, budgets and bills overview',
|
||||
'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.',
|
||||
'report_included_accounts' => 'Included accounts',
|
||||
@ -688,6 +690,12 @@ return [
|
||||
'reports_submit' => 'View report',
|
||||
'end_after_start_date' => 'End date of report must be after start date.',
|
||||
'select_category' => 'Select one or more categories.',
|
||||
'income_per_category' => 'Income per category',
|
||||
'expense_per_category' => 'Expense per category',
|
||||
'income_per_account' => 'Income per account',
|
||||
'expense_per_account' => 'Expense per account',
|
||||
'include_not_in_category' => 'Include transactions not selected for this report',
|
||||
'everything_else' => 'Everything else',
|
||||
|
||||
// charts:
|
||||
'chart' => 'Chart',
|
||||
|
@ -624,6 +624,7 @@ return [
|
||||
// reports:
|
||||
'report_default' => 'Default financial report for :start until :end',
|
||||
'report_audit' => 'Transaction history overview for :start until :end',
|
||||
'report_category' => 'Category report for :start until :end',
|
||||
'quick_link_reports' => 'Quick links',
|
||||
'quick_link_default_report' => 'Default financial report',
|
||||
'quick_link_audit_report' => 'Transaction history overview',
|
||||
@ -669,6 +670,7 @@ return [
|
||||
'report_type' => 'Report type',
|
||||
'report_type_default' => 'Default financial report',
|
||||
'report_type_audit' => 'Transaction history overview (audit)',
|
||||
'report_type_category' => 'Category report',
|
||||
'report_type_meta-history' => '類別、 預算與賬單的概覽',
|
||||
'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.',
|
||||
'report_included_accounts' => 'Included accounts',
|
||||
@ -688,6 +690,12 @@ return [
|
||||
'reports_submit' => 'View report',
|
||||
'end_after_start_date' => 'End date of report must be after start date.',
|
||||
'select_category' => 'Select one or more categories.',
|
||||
'income_per_category' => 'Income per category',
|
||||
'expense_per_category' => 'Expense per category',
|
||||
'income_per_account' => 'Income per account',
|
||||
'expense_per_account' => 'Expense per account',
|
||||
'include_not_in_category' => 'Include transactions not selected for this report',
|
||||
'everything_else' => 'Everything else',
|
||||
|
||||
// charts:
|
||||
'chart' => 'Chart',
|
||||
|
Loading…
Reference in New Issue
Block a user