mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
@@ -525,6 +525,7 @@ return [
|
|||||||
'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.',
|
'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_account' => 'Please select more than one account',
|
||||||
'select_more_than_one_category' => 'Please select more than one category',
|
'select_more_than_one_category' => 'Please select more than one category',
|
||||||
|
'select_more_than_one_budget' => 'Please select more than one budget',
|
||||||
|
|
||||||
// categories:
|
// categories:
|
||||||
'new_category' => 'Neue Kategorie',
|
'new_category' => 'Neue Kategorie',
|
||||||
@@ -633,6 +634,7 @@ return [
|
|||||||
'report_default' => 'Standard Finanzbericht für :start bis :end',
|
'report_default' => 'Standard Finanzbericht für :start bis :end',
|
||||||
'report_audit' => 'Transaction history overview for :start until :end',
|
'report_audit' => 'Transaction history overview for :start until :end',
|
||||||
'report_category' => 'Category report for :start until :end',
|
'report_category' => 'Category report for :start until :end',
|
||||||
|
'report_budget' => 'Budget report for :start until :end',
|
||||||
'quick_link_reports' => 'Schnellzugriff',
|
'quick_link_reports' => 'Schnellzugriff',
|
||||||
'quick_link_default_report' => 'Standard Finanzbericht',
|
'quick_link_default_report' => 'Standard Finanzbericht',
|
||||||
'quick_link_audit_report' => 'Transaction history overview',
|
'quick_link_audit_report' => 'Transaction history overview',
|
||||||
@@ -679,6 +681,7 @@ return [
|
|||||||
'report_type_default' => 'Default financial report',
|
'report_type_default' => 'Default financial report',
|
||||||
'report_type_audit' => 'Transaction history overview (audit)',
|
'report_type_audit' => 'Transaction history overview (audit)',
|
||||||
'report_type_category' => 'Category report',
|
'report_type_category' => 'Category report',
|
||||||
|
'report_type_budget' => 'Budget report',
|
||||||
'report_type_meta-history' => 'Übersicht über Kategorien, Budgets und Rechnungen',
|
'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.',
|
'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',
|
'report_included_accounts' => 'Eingezogene Konten',
|
||||||
@@ -698,11 +701,14 @@ return [
|
|||||||
'reports_submit' => 'Zeige Bericht',
|
'reports_submit' => 'Zeige Bericht',
|
||||||
'end_after_start_date' => 'End date of report must be after start date.',
|
'end_after_start_date' => 'End date of report must be after start date.',
|
||||||
'select_category' => 'Select one or more categories.',
|
'select_category' => 'Select one or more categories.',
|
||||||
|
'select_budget' => 'Select one or more budgets.',
|
||||||
'income_per_category' => 'Income per category',
|
'income_per_category' => 'Income per category',
|
||||||
'expense_per_category' => 'Expense per category',
|
'expense_per_category' => 'Expense per category',
|
||||||
|
'expense_per_budget' => 'Expense per budget',
|
||||||
'income_per_account' => 'Income per account',
|
'income_per_account' => 'Income per account',
|
||||||
'expense_per_account' => 'Expense per account',
|
'expense_per_account' => 'Expense per account',
|
||||||
'include_not_in_category' => 'Include transactions not selected for this report',
|
'include_not_in_category' => 'Include categories not selected for this report',
|
||||||
|
'include_not_in_budget' => 'Include budgets not selected for this report',
|
||||||
'everything_else' => 'Der Rest',
|
'everything_else' => 'Der Rest',
|
||||||
'income_and_expenses' => 'Einkommen und Ausgaben',
|
'income_and_expenses' => 'Einkommen und Ausgaben',
|
||||||
'spent_average' => 'Ausgaben (Durchschnitt)',
|
'spent_average' => 'Ausgaben (Durchschnitt)',
|
||||||
@@ -825,6 +831,7 @@ return [
|
|||||||
'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as wel, assuming they can reach it (when it is connected to the internet).',
|
'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as wel, assuming they can reach it (when it is connected to the internet).',
|
||||||
'store_configuration' => 'Store configuration',
|
'store_configuration' => 'Store configuration',
|
||||||
'single_user_administration' => 'User administration for :email',
|
'single_user_administration' => 'User administration for :email',
|
||||||
|
'edit_user' => 'Edit user :email',
|
||||||
'hidden_fields_preferences' => 'Zur Zeit sind nicht alle Felder sichtbar. Sie müssen in den <a href=":link">Einstellungen</a> aktiviert werden.',
|
'hidden_fields_preferences' => 'Zur Zeit sind nicht alle Felder sichtbar. Sie müssen in den <a href=":link">Einstellungen</a> aktiviert werden.',
|
||||||
'user_data_information' => 'User data',
|
'user_data_information' => 'User data',
|
||||||
'user_information' => 'User information',
|
'user_information' => 'User information',
|
||||||
|
@@ -525,6 +525,7 @@ return [
|
|||||||
'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.',
|
'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_account' => 'Please select more than one account',
|
||||||
'select_more_than_one_category' => 'Please select more than one category',
|
'select_more_than_one_category' => 'Please select more than one category',
|
||||||
|
'select_more_than_one_budget' => 'Please select more than one budget',
|
||||||
|
|
||||||
// categories:
|
// categories:
|
||||||
'new_category' => 'Nouvelle catégorie',
|
'new_category' => 'Nouvelle catégorie',
|
||||||
@@ -633,6 +634,7 @@ return [
|
|||||||
'report_default' => 'Rapport financier par défaut du :start au :end',
|
'report_default' => 'Rapport financier par défaut du :start au :end',
|
||||||
'report_audit' => 'Historique des transactions du :start au :end',
|
'report_audit' => 'Historique des transactions du :start au :end',
|
||||||
'report_category' => 'Category report for :start until :end',
|
'report_category' => 'Category report for :start until :end',
|
||||||
|
'report_budget' => 'Budget report for :start until :end',
|
||||||
'quick_link_reports' => 'Liens rapides',
|
'quick_link_reports' => 'Liens rapides',
|
||||||
'quick_link_default_report' => 'Rapport financier par défaut',
|
'quick_link_default_report' => 'Rapport financier par défaut',
|
||||||
'quick_link_audit_report' => 'Historique des transactions',
|
'quick_link_audit_report' => 'Historique des transactions',
|
||||||
@@ -679,6 +681,7 @@ return [
|
|||||||
'report_type_default' => 'Rapport financier par défaut',
|
'report_type_default' => 'Rapport financier par défaut',
|
||||||
'report_type_audit' => 'Historique des transactions',
|
'report_type_audit' => 'Historique des transactions',
|
||||||
'report_type_category' => 'Category report',
|
'report_type_category' => 'Category report',
|
||||||
|
'report_type_budget' => 'Budget report',
|
||||||
'report_type_meta-history' => 'Vue d’ensemble des budgets, des catégories et des factures',
|
'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.',
|
'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',
|
'report_included_accounts' => 'Comptes inclus',
|
||||||
@@ -698,11 +701,14 @@ return [
|
|||||||
'reports_submit' => 'View report',
|
'reports_submit' => 'View report',
|
||||||
'end_after_start_date' => 'End date of report must be after start date.',
|
'end_after_start_date' => 'End date of report must be after start date.',
|
||||||
'select_category' => 'Select one or more categories.',
|
'select_category' => 'Select one or more categories.',
|
||||||
|
'select_budget' => 'Select one or more budgets.',
|
||||||
'income_per_category' => 'Income per category',
|
'income_per_category' => 'Income per category',
|
||||||
'expense_per_category' => 'Expense per category',
|
'expense_per_category' => 'Expense per category',
|
||||||
|
'expense_per_budget' => 'Expense per budget',
|
||||||
'income_per_account' => 'Income per account',
|
'income_per_account' => 'Income per account',
|
||||||
'expense_per_account' => 'Expense per account',
|
'expense_per_account' => 'Expense per account',
|
||||||
'include_not_in_category' => 'Include transactions not selected for this report',
|
'include_not_in_category' => 'Include categories not selected for this report',
|
||||||
|
'include_not_in_budget' => 'Include budgets not selected for this report',
|
||||||
'everything_else' => 'Everything else',
|
'everything_else' => 'Everything else',
|
||||||
'income_and_expenses' => 'Income and expenses',
|
'income_and_expenses' => 'Income and expenses',
|
||||||
'spent_average' => 'Spent (average)',
|
'spent_average' => 'Spent (average)',
|
||||||
@@ -825,6 +831,7 @@ return [
|
|||||||
'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as wel, assuming they can reach it (when it is connected to the internet).',
|
'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as wel, assuming they can reach it (when it is connected to the internet).',
|
||||||
'store_configuration' => 'Store configuration',
|
'store_configuration' => 'Store configuration',
|
||||||
'single_user_administration' => 'User administration for :email',
|
'single_user_administration' => 'User administration for :email',
|
||||||
|
'edit_user' => 'Edit user :email',
|
||||||
'hidden_fields_preferences' => 'Not all fields are visible right now. You must enable them in your <a href=":link">settings</a>.',
|
'hidden_fields_preferences' => 'Not all fields are visible right now. You must enable them in your <a href=":link">settings</a>.',
|
||||||
'user_data_information' => 'User data',
|
'user_data_information' => 'User data',
|
||||||
'user_information' => 'User information',
|
'user_information' => 'User information',
|
||||||
|
@@ -525,6 +525,7 @@ return [
|
|||||||
'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.',
|
'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_account' => 'Please select more than one account',
|
||||||
'select_more_than_one_category' => 'Please select more than one category',
|
'select_more_than_one_category' => 'Please select more than one category',
|
||||||
|
'select_more_than_one_budget' => 'Please select more than one budget',
|
||||||
|
|
||||||
// categories:
|
// categories:
|
||||||
'new_category' => 'New category',
|
'new_category' => 'New category',
|
||||||
@@ -633,6 +634,7 @@ return [
|
|||||||
'report_default' => 'Default financial report for :start until :end',
|
'report_default' => 'Default financial report for :start until :end',
|
||||||
'report_audit' => 'Transaction history overview for :start until :end',
|
'report_audit' => 'Transaction history overview for :start until :end',
|
||||||
'report_category' => 'Category report for :start until :end',
|
'report_category' => 'Category report for :start until :end',
|
||||||
|
'report_budget' => 'Budget report for :start until :end',
|
||||||
'quick_link_reports' => 'Quick links',
|
'quick_link_reports' => 'Quick links',
|
||||||
'quick_link_default_report' => 'Default financial report',
|
'quick_link_default_report' => 'Default financial report',
|
||||||
'quick_link_audit_report' => 'Transaction history overview',
|
'quick_link_audit_report' => 'Transaction history overview',
|
||||||
@@ -679,6 +681,7 @@ return [
|
|||||||
'report_type_default' => 'Default financial report',
|
'report_type_default' => 'Default financial report',
|
||||||
'report_type_audit' => 'Transaction history overview (audit)',
|
'report_type_audit' => 'Transaction history overview (audit)',
|
||||||
'report_type_category' => 'Category report',
|
'report_type_category' => 'Category report',
|
||||||
|
'report_type_budget' => 'Budget report',
|
||||||
'report_type_meta-history' => 'Categories, budgets and bills overview',
|
'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.',
|
'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',
|
'report_included_accounts' => 'Included accounts',
|
||||||
@@ -698,11 +701,14 @@ return [
|
|||||||
'reports_submit' => 'View report',
|
'reports_submit' => 'View report',
|
||||||
'end_after_start_date' => 'End date of report must be after start date.',
|
'end_after_start_date' => 'End date of report must be after start date.',
|
||||||
'select_category' => 'Select one or more categories.',
|
'select_category' => 'Select one or more categories.',
|
||||||
|
'select_budget' => 'Select one or more budgets.',
|
||||||
'income_per_category' => 'Income per category',
|
'income_per_category' => 'Income per category',
|
||||||
'expense_per_category' => 'Expense per category',
|
'expense_per_category' => 'Expense per category',
|
||||||
|
'expense_per_budget' => 'Expense per budget',
|
||||||
'income_per_account' => 'Income per account',
|
'income_per_account' => 'Income per account',
|
||||||
'expense_per_account' => 'Expense per account',
|
'expense_per_account' => 'Expense per account',
|
||||||
'include_not_in_category' => 'Include transactions not selected for this report',
|
'include_not_in_category' => 'Include categories not selected for this report',
|
||||||
|
'include_not_in_budget' => 'Include budgets not selected for this report',
|
||||||
'everything_else' => 'Everything else',
|
'everything_else' => 'Everything else',
|
||||||
'income_and_expenses' => 'Income and expenses',
|
'income_and_expenses' => 'Income and expenses',
|
||||||
'spent_average' => 'Spent (average)',
|
'spent_average' => 'Spent (average)',
|
||||||
@@ -825,6 +831,7 @@ return [
|
|||||||
'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as wel, assuming they can reach it (when it is connected to the internet).',
|
'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as wel, assuming they can reach it (when it is connected to the internet).',
|
||||||
'store_configuration' => 'Store configuration',
|
'store_configuration' => 'Store configuration',
|
||||||
'single_user_administration' => 'User administration for :email',
|
'single_user_administration' => 'User administration for :email',
|
||||||
|
'edit_user' => 'Edit user :email',
|
||||||
'hidden_fields_preferences' => 'Not all fields are visible right now. You must enable them in your <a href=":link">settings</a>.',
|
'hidden_fields_preferences' => 'Not all fields are visible right now. You must enable them in your <a href=":link">settings</a>.',
|
||||||
'user_data_information' => 'User data',
|
'user_data_information' => 'User data',
|
||||||
'user_information' => 'User information',
|
'user_information' => 'User information',
|
||||||
|
@@ -525,6 +525,7 @@ return [
|
|||||||
'no_data_for_chart' => 'Er is (nog) niet genoeg informatie om deze grafiek te tekenen.',
|
'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_account' => 'Selecteer meer dan één rekening',
|
||||||
'select_more_than_one_category' => 'Selecteer meer dan één categorie',
|
'select_more_than_one_category' => 'Selecteer meer dan één categorie',
|
||||||
|
'select_more_than_one_budget' => 'Please select more than one budget',
|
||||||
|
|
||||||
// categories:
|
// categories:
|
||||||
'new_category' => 'Nieuwe categorie',
|
'new_category' => 'Nieuwe categorie',
|
||||||
@@ -633,6 +634,7 @@ return [
|
|||||||
'report_default' => 'Standaard financieel rapport (:start tot :end)',
|
'report_default' => 'Standaard financieel rapport (:start tot :end)',
|
||||||
'report_audit' => 'Transactiehistorie-overzicht van :start tot :end',
|
'report_audit' => 'Transactiehistorie-overzicht van :start tot :end',
|
||||||
'report_category' => 'Categorierapport van :start tot :end',
|
'report_category' => 'Categorierapport van :start tot :end',
|
||||||
|
'report_budget' => 'Budget report for :start until :end',
|
||||||
'quick_link_reports' => 'Snelle links',
|
'quick_link_reports' => 'Snelle links',
|
||||||
'quick_link_default_report' => 'Standaard financieel rapport',
|
'quick_link_default_report' => 'Standaard financieel rapport',
|
||||||
'quick_link_audit_report' => 'Transactiehistorie-overzicht',
|
'quick_link_audit_report' => 'Transactiehistorie-overzicht',
|
||||||
@@ -679,6 +681,7 @@ return [
|
|||||||
'report_type_default' => 'Standard financieel rapport',
|
'report_type_default' => 'Standard financieel rapport',
|
||||||
'report_type_audit' => 'Transactiehistorie-overzicht (audit)',
|
'report_type_audit' => 'Transactiehistorie-overzicht (audit)',
|
||||||
'report_type_category' => 'Categorierapport',
|
'report_type_category' => 'Categorierapport',
|
||||||
|
'report_type_budget' => 'Budget report',
|
||||||
'report_type_meta-history' => 'Overzicht van categorieën, budgetten en contracten',
|
'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.',
|
'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',
|
'report_included_accounts' => 'Accounts in rapport',
|
||||||
@@ -698,11 +701,14 @@ return [
|
|||||||
'reports_submit' => 'Bekijk overzicht',
|
'reports_submit' => 'Bekijk overzicht',
|
||||||
'end_after_start_date' => 'Einddatum moet na begindatum liggen.',
|
'end_after_start_date' => 'Einddatum moet na begindatum liggen.',
|
||||||
'select_category' => 'Selecteer minstens één categorie.',
|
'select_category' => 'Selecteer minstens één categorie.',
|
||||||
|
'select_budget' => 'Select one or more budgets.',
|
||||||
'income_per_category' => 'Inkomen per categorie',
|
'income_per_category' => 'Inkomen per categorie',
|
||||||
'expense_per_category' => 'Uitgaven per categorie',
|
'expense_per_category' => 'Uitgaven per categorie',
|
||||||
|
'expense_per_budget' => 'Expense per budget',
|
||||||
'income_per_account' => 'Inkomen per rekening',
|
'income_per_account' => 'Inkomen per rekening',
|
||||||
'expense_per_account' => 'Uitgaven per rekening',
|
'expense_per_account' => 'Uitgaven per rekening',
|
||||||
'include_not_in_category' => 'Laat ook transacties buiten deze categorieën zien',
|
'include_not_in_category' => 'Include categories not selected for this report',
|
||||||
|
'include_not_in_budget' => 'Include budgets not selected for this report',
|
||||||
'everything_else' => 'De rest',
|
'everything_else' => 'De rest',
|
||||||
'income_and_expenses' => 'Inkomsten en uitgaven',
|
'income_and_expenses' => 'Inkomsten en uitgaven',
|
||||||
'spent_average' => 'Uitgegeven (gemiddeld)',
|
'spent_average' => 'Uitgegeven (gemiddeld)',
|
||||||
@@ -825,6 +831,7 @@ return [
|
|||||||
'setting_single_user_mode_explain' => 'Standaard accepteert Firefly III maar één (1) gebruiker: jijzelf. Dit is een veiligheidsmaatregel, zodat anderen niet zomaar jouw installatie kunnen gebruiken, tenzij je dit aanzet. Toekomstige registraties zijn nu geblokkeerd. Als je dit vinkje uitzet kunnen anderen jouw installatie ook gebruiken, gegeven dat ze er bij kunnen (je installatie hangt aan het internet).',
|
'setting_single_user_mode_explain' => 'Standaard accepteert Firefly III maar één (1) gebruiker: jijzelf. Dit is een veiligheidsmaatregel, zodat anderen niet zomaar jouw installatie kunnen gebruiken, tenzij je dit aanzet. Toekomstige registraties zijn nu geblokkeerd. Als je dit vinkje uitzet kunnen anderen jouw installatie ook gebruiken, gegeven dat ze er bij kunnen (je installatie hangt aan het internet).',
|
||||||
'store_configuration' => 'Configuratie opslaan',
|
'store_configuration' => 'Configuratie opslaan',
|
||||||
'single_user_administration' => 'Gebruikersadministratie voor :email',
|
'single_user_administration' => 'Gebruikersadministratie voor :email',
|
||||||
|
'edit_user' => 'Edit user :email',
|
||||||
'hidden_fields_preferences' => 'Niet alle velden zijn zichtbaar. Zet ze aan in je <a href=":link">instellingen</a>.',
|
'hidden_fields_preferences' => 'Niet alle velden zijn zichtbaar. Zet ze aan in je <a href=":link">instellingen</a>.',
|
||||||
'user_data_information' => 'Gebruikersgegevens',
|
'user_data_information' => 'Gebruikersgegevens',
|
||||||
'user_information' => 'Gebruikersinformatie',
|
'user_information' => 'Gebruikersinformatie',
|
||||||
|
@@ -525,6 +525,7 @@ return [
|
|||||||
'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.',
|
'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.',
|
||||||
'select_more_than_one_account' => 'Por favor, selecione mais de uma conta',
|
'select_more_than_one_account' => 'Por favor, selecione mais de uma conta',
|
||||||
'select_more_than_one_category' => 'Por favor, selecione mais de uma categoria',
|
'select_more_than_one_category' => 'Por favor, selecione mais de uma categoria',
|
||||||
|
'select_more_than_one_budget' => 'Please select more than one budget',
|
||||||
|
|
||||||
// categories:
|
// categories:
|
||||||
'new_category' => 'Nova categoria',
|
'new_category' => 'Nova categoria',
|
||||||
@@ -633,6 +634,7 @@ return [
|
|||||||
'report_default' => 'Relatório financeiro padrão de :start até :end',
|
'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_audit' => 'Visão geral do histórico de transação de :start até :end',
|
||||||
'report_category' => 'Category report for :start until :end',
|
'report_category' => 'Category report for :start until :end',
|
||||||
|
'report_budget' => 'Budget report for :start until :end',
|
||||||
'quick_link_reports' => 'Ligações rápidas',
|
'quick_link_reports' => 'Ligações rápidas',
|
||||||
'quick_link_default_report' => 'Relatório financeiro padrão',
|
'quick_link_default_report' => 'Relatório financeiro padrão',
|
||||||
'quick_link_audit_report' => 'Visão geral do histórico de transação',
|
'quick_link_audit_report' => 'Visão geral do histórico de transação',
|
||||||
@@ -679,6 +681,7 @@ return [
|
|||||||
'report_type_default' => 'Relatório financeiro padrão',
|
'report_type_default' => 'Relatório financeiro padrão',
|
||||||
'report_type_audit' => 'Visão geral do histórico de transação (auditoria)',
|
'report_type_audit' => 'Visão geral do histórico de transação (auditoria)',
|
||||||
'report_type_category' => 'Relatório por Categorias',
|
'report_type_category' => 'Relatório por Categorias',
|
||||||
|
'report_type_budget' => 'Budget report',
|
||||||
'report_type_meta-history' => 'Visão geral de categorias, orçamentos e faturas',
|
'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.',
|
'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',
|
'report_included_accounts' => 'Contas incluídas',
|
||||||
@@ -698,11 +701,14 @@ return [
|
|||||||
'reports_submit' => 'Visualizar relatório',
|
'reports_submit' => 'Visualizar relatório',
|
||||||
'end_after_start_date' => 'Data de término do relatório deve ser depois da data de início.',
|
'end_after_start_date' => 'Data de término do relatório deve ser depois da data de início.',
|
||||||
'select_category' => 'Selecione uma ou mais categorias.',
|
'select_category' => 'Selecione uma ou mais categorias.',
|
||||||
|
'select_budget' => 'Select one or more budgets.',
|
||||||
'income_per_category' => 'Receitas por categoria',
|
'income_per_category' => 'Receitas por categoria',
|
||||||
'expense_per_category' => 'Despesa por categoria',
|
'expense_per_category' => 'Despesa por categoria',
|
||||||
|
'expense_per_budget' => 'Expense per budget',
|
||||||
'income_per_account' => 'Rendimento por conta',
|
'income_per_account' => 'Rendimento por conta',
|
||||||
'expense_per_account' => 'Por conta de despesas',
|
'expense_per_account' => 'Por conta de despesas',
|
||||||
'include_not_in_category' => 'Incluir transações não selecionadas para este relatório',
|
'include_not_in_category' => 'Include categories not selected for this report',
|
||||||
|
'include_not_in_budget' => 'Include budgets not selected for this report',
|
||||||
'everything_else' => 'Todo o resto',
|
'everything_else' => 'Todo o resto',
|
||||||
'income_and_expenses' => 'Receitas e despesas',
|
'income_and_expenses' => 'Receitas e despesas',
|
||||||
'spent_average' => 'Gastos (média)',
|
'spent_average' => 'Gastos (média)',
|
||||||
@@ -825,6 +831,7 @@ return [
|
|||||||
'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as wel, assuming they can reach it (when it is connected to the internet).',
|
'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as wel, assuming they can reach it (when it is connected to the internet).',
|
||||||
'store_configuration' => 'Configuração da Loja',
|
'store_configuration' => 'Configuração da Loja',
|
||||||
'single_user_administration' => 'User administration for :email',
|
'single_user_administration' => 'User administration for :email',
|
||||||
|
'edit_user' => 'Edit user :email',
|
||||||
'hidden_fields_preferences' => 'Not all fields are visible right now. You must enable them in your <a href=":link">settings</a>.',
|
'hidden_fields_preferences' => 'Not all fields are visible right now. You must enable them in your <a href=":link">settings</a>.',
|
||||||
'user_data_information' => 'Dados de usuário',
|
'user_data_information' => 'Dados de usuário',
|
||||||
'user_information' => 'Informações do usuário',
|
'user_information' => 'Informações do usuário',
|
||||||
|
@@ -525,6 +525,7 @@ return [
|
|||||||
'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.',
|
'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_account' => 'Please select more than one account',
|
||||||
'select_more_than_one_category' => 'Please select more than one category',
|
'select_more_than_one_category' => 'Please select more than one category',
|
||||||
|
'select_more_than_one_budget' => 'Please select more than one budget',
|
||||||
|
|
||||||
// categories:
|
// categories:
|
||||||
'new_category' => 'New category',
|
'new_category' => 'New category',
|
||||||
@@ -633,6 +634,7 @@ return [
|
|||||||
'report_default' => 'Default financial report for :start until :end',
|
'report_default' => 'Default financial report for :start until :end',
|
||||||
'report_audit' => 'Transaction history overview for :start until :end',
|
'report_audit' => 'Transaction history overview for :start until :end',
|
||||||
'report_category' => 'Category report for :start until :end',
|
'report_category' => 'Category report for :start until :end',
|
||||||
|
'report_budget' => 'Budget report for :start until :end',
|
||||||
'quick_link_reports' => 'Quick links',
|
'quick_link_reports' => 'Quick links',
|
||||||
'quick_link_default_report' => 'Default financial report',
|
'quick_link_default_report' => 'Default financial report',
|
||||||
'quick_link_audit_report' => 'Transaction history overview',
|
'quick_link_audit_report' => 'Transaction history overview',
|
||||||
@@ -679,6 +681,7 @@ return [
|
|||||||
'report_type_default' => 'Default financial report',
|
'report_type_default' => 'Default financial report',
|
||||||
'report_type_audit' => 'Transaction history overview (audit)',
|
'report_type_audit' => 'Transaction history overview (audit)',
|
||||||
'report_type_category' => 'Category report',
|
'report_type_category' => 'Category report',
|
||||||
|
'report_type_budget' => 'Budget report',
|
||||||
'report_type_meta-history' => 'Categories, budgets and bills overview',
|
'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.',
|
'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',
|
'report_included_accounts' => 'Included accounts',
|
||||||
@@ -698,11 +701,14 @@ return [
|
|||||||
'reports_submit' => 'View report',
|
'reports_submit' => 'View report',
|
||||||
'end_after_start_date' => 'End date of report must be after start date.',
|
'end_after_start_date' => 'End date of report must be after start date.',
|
||||||
'select_category' => 'Select one or more categories.',
|
'select_category' => 'Select one or more categories.',
|
||||||
|
'select_budget' => 'Select one or more budgets.',
|
||||||
'income_per_category' => 'Income per category',
|
'income_per_category' => 'Income per category',
|
||||||
'expense_per_category' => 'Expense per category',
|
'expense_per_category' => 'Expense per category',
|
||||||
|
'expense_per_budget' => 'Expense per budget',
|
||||||
'income_per_account' => 'Income per account',
|
'income_per_account' => 'Income per account',
|
||||||
'expense_per_account' => 'Expense per account',
|
'expense_per_account' => 'Expense per account',
|
||||||
'include_not_in_category' => 'Include transactions not selected for this report',
|
'include_not_in_category' => 'Include categories not selected for this report',
|
||||||
|
'include_not_in_budget' => 'Include budgets not selected for this report',
|
||||||
'everything_else' => 'Everything else',
|
'everything_else' => 'Everything else',
|
||||||
'income_and_expenses' => 'Income and expenses',
|
'income_and_expenses' => 'Income and expenses',
|
||||||
'spent_average' => 'Spent (average)',
|
'spent_average' => 'Spent (average)',
|
||||||
@@ -825,6 +831,7 @@ return [
|
|||||||
'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as wel, assuming they can reach it (when it is connected to the internet).',
|
'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as wel, assuming they can reach it (when it is connected to the internet).',
|
||||||
'store_configuration' => 'Store configuration',
|
'store_configuration' => 'Store configuration',
|
||||||
'single_user_administration' => 'User administration for :email',
|
'single_user_administration' => 'User administration for :email',
|
||||||
|
'edit_user' => 'Edit user :email',
|
||||||
'hidden_fields_preferences' => 'Not all fields are visible right now. You must enable them in your <a href=":link">settings</a>.',
|
'hidden_fields_preferences' => 'Not all fields are visible right now. You must enable them in your <a href=":link">settings</a>.',
|
||||||
'user_data_information' => 'User data',
|
'user_data_information' => 'User data',
|
||||||
'user_information' => 'User information',
|
'user_information' => 'User information',
|
||||||
|
@@ -525,6 +525,7 @@ return [
|
|||||||
'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.',
|
'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_account' => 'Please select more than one account',
|
||||||
'select_more_than_one_category' => 'Please select more than one category',
|
'select_more_than_one_category' => 'Please select more than one category',
|
||||||
|
'select_more_than_one_budget' => 'Please select more than one budget',
|
||||||
|
|
||||||
// categories:
|
// categories:
|
||||||
'new_category' => 'New category',
|
'new_category' => 'New category',
|
||||||
@@ -633,6 +634,7 @@ return [
|
|||||||
'report_default' => 'Default financial report for :start until :end',
|
'report_default' => 'Default financial report for :start until :end',
|
||||||
'report_audit' => 'Transaction history overview for :start until :end',
|
'report_audit' => 'Transaction history overview for :start until :end',
|
||||||
'report_category' => 'Category report for :start until :end',
|
'report_category' => 'Category report for :start until :end',
|
||||||
|
'report_budget' => 'Budget report for :start until :end',
|
||||||
'quick_link_reports' => 'Quick links',
|
'quick_link_reports' => 'Quick links',
|
||||||
'quick_link_default_report' => 'Default financial report',
|
'quick_link_default_report' => 'Default financial report',
|
||||||
'quick_link_audit_report' => 'Transaction history overview',
|
'quick_link_audit_report' => 'Transaction history overview',
|
||||||
@@ -679,6 +681,7 @@ return [
|
|||||||
'report_type_default' => 'Default financial report',
|
'report_type_default' => 'Default financial report',
|
||||||
'report_type_audit' => 'Transaction history overview (audit)',
|
'report_type_audit' => 'Transaction history overview (audit)',
|
||||||
'report_type_category' => 'Category report',
|
'report_type_category' => 'Category report',
|
||||||
|
'report_type_budget' => 'Budget report',
|
||||||
'report_type_meta-history' => '類別、 預算與賬單的概覽',
|
'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.',
|
'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',
|
'report_included_accounts' => 'Included accounts',
|
||||||
@@ -698,11 +701,14 @@ return [
|
|||||||
'reports_submit' => 'View report',
|
'reports_submit' => 'View report',
|
||||||
'end_after_start_date' => 'End date of report must be after start date.',
|
'end_after_start_date' => 'End date of report must be after start date.',
|
||||||
'select_category' => 'Select one or more categories.',
|
'select_category' => 'Select one or more categories.',
|
||||||
|
'select_budget' => 'Select one or more budgets.',
|
||||||
'income_per_category' => 'Income per category',
|
'income_per_category' => 'Income per category',
|
||||||
'expense_per_category' => 'Expense per category',
|
'expense_per_category' => 'Expense per category',
|
||||||
|
'expense_per_budget' => 'Expense per budget',
|
||||||
'income_per_account' => 'Income per account',
|
'income_per_account' => 'Income per account',
|
||||||
'expense_per_account' => 'Expense per account',
|
'expense_per_account' => 'Expense per account',
|
||||||
'include_not_in_category' => 'Include transactions not selected for this report',
|
'include_not_in_category' => 'Include categories not selected for this report',
|
||||||
|
'include_not_in_budget' => 'Include budgets not selected for this report',
|
||||||
'everything_else' => 'Everything else',
|
'everything_else' => 'Everything else',
|
||||||
'income_and_expenses' => 'Income and expenses',
|
'income_and_expenses' => 'Income and expenses',
|
||||||
'spent_average' => 'Spent (average)',
|
'spent_average' => 'Spent (average)',
|
||||||
@@ -825,6 +831,7 @@ return [
|
|||||||
'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as wel, assuming they can reach it (when it is connected to the internet).',
|
'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as wel, assuming they can reach it (when it is connected to the internet).',
|
||||||
'store_configuration' => 'Store configuration',
|
'store_configuration' => 'Store configuration',
|
||||||
'single_user_administration' => 'User administration for :email',
|
'single_user_administration' => 'User administration for :email',
|
||||||
|
'edit_user' => 'Edit user :email',
|
||||||
'hidden_fields_preferences' => 'Not all fields are visible right now. You must enable them in your <a href=":link">settings</a>.',
|
'hidden_fields_preferences' => 'Not all fields are visible right now. You must enable them in your <a href=":link">settings</a>.',
|
||||||
'user_data_information' => 'User data',
|
'user_data_information' => 'User data',
|
||||||
'user_information' => 'User information',
|
'user_information' => 'User information',
|
||||||
|
Reference in New Issue
Block a user