mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-31 19:27:51 -06:00
833 lines
66 KiB
PHP
833 lines
66 KiB
PHP
<?php
|
|
/**
|
|
* firefly.php
|
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
|
*
|
|
* This software may be modified and distributed under the terms
|
|
* of the MIT license. See the LICENSE file for details.
|
|
*/
|
|
|
|
return [
|
|
// general stuff:
|
|
'language_incomplete' => 'This language is not yet fully translated',
|
|
'test' => 'You have selected English.',
|
|
'close' => 'Close',
|
|
'pleaseHold' => 'Please hold...',
|
|
'actions' => 'Actions',
|
|
'edit' => 'Edit',
|
|
'delete' => 'Delete',
|
|
'welcomeBack' => 'What\'s playing?',
|
|
'everything' => 'Everything',
|
|
'customRange' => 'Custom range',
|
|
'apply' => 'Apply',
|
|
'cancel' => 'Cancel',
|
|
'from' => 'From',
|
|
'to' => 'To',
|
|
'total_sum' => 'Total sum',
|
|
'period_sum' => 'Sum for period',
|
|
'showEverything' => 'Show everything',
|
|
'never' => 'Never',
|
|
'search_results_for' => 'Search results for ":query"',
|
|
'bounced_error' => 'The message sent to :email bounced, so no access for you.',
|
|
'deleted_error' => 'These credentials do not match our records.',
|
|
'general_blocked_error' => 'Your account has been disabled, so you cannot login.',
|
|
'expired_error' => 'Your account has expired, and can no longer be used.',
|
|
'unbalanced_error' => 'Your transactions are unbalanced. This means a withdrawal, deposit or transfer was not stored properly. Please check your accounts and transactions for errors (unbalanced amount :amount).',
|
|
'removed_amount' => 'Removed :amount',
|
|
'added_amount' => 'Added :amount',
|
|
'asset_account_role_help' => 'Any extra options resulting from your choice can be set later.',
|
|
'Opening balance' => 'Opening balance',
|
|
'create_new_stuff' => 'Create new stuff',
|
|
'new_withdrawal' => 'New withdrawal',
|
|
'new_deposit' => 'New deposit',
|
|
'new_transfer' => 'New transfer',
|
|
'new_asset_account' => 'New asset account',
|
|
'new_expense_account' => 'New expense account',
|
|
'new_revenue_account' => 'New revenue account',
|
|
'new_budget' => 'New budget',
|
|
'new_bill' => 'New bill',
|
|
'block_account_logout' => 'You have been logged out. Blocked accounts cannot use this site. Did you register with a valid email address?',
|
|
'flash_success' => 'Success!',
|
|
'flash_info' => 'Message',
|
|
'flash_warning' => 'Warning!',
|
|
'flash_error' => 'Error!',
|
|
'flash_info_multiple' => 'There is one message|There are :count messages',
|
|
'flash_error_multiple' => 'There is one error|There are :count errors',
|
|
'net_worth' => 'Net worth',
|
|
'route_has_no_help' => 'There is no help for this route, or there is no help available in your language.',
|
|
'two_factor_welcome' => 'Hello, :user!',
|
|
'two_factor_enter_code' => 'To continue, please enter your two factor authentication code. Your application can generate it for you.',
|
|
'two_factor_code_here' => 'Enter code here',
|
|
'two_factor_title' => 'Two factor authentication',
|
|
'authenticate' => 'Authenticate',
|
|
'two_factor_forgot_title' => 'Lost two factor authentication',
|
|
'two_factor_forgot' => 'I forgot my two-factor thing.',
|
|
'two_factor_lost_header' => 'Lost your two factor authentication?',
|
|
'two_factor_lost_intro' => 'Unfortunately, this is not something you can reset from the web interface. You have two choices.',
|
|
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, check the logs in <code>storage/logs</code> for instructions.',
|
|
'two_factor_lost_fix_owner' => 'Otherwise, email the site owner, <a href="mailto::site_owner">:site_owner</a> and ask them to reset your two factor authentication.',
|
|
'warning_much_data' => ':days days of data may take a while to load.',
|
|
'registered' => 'You have registered successfully!',
|
|
'search' => 'Search',
|
|
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
|
|
|
|
// repeat frequencies:
|
|
'repeat_freq_monthly' => 'monthly',
|
|
'weekly' => 'weekly',
|
|
'quarterly' => 'quarterly',
|
|
'half-year' => 'every half year',
|
|
'yearly' => 'yearly',
|
|
// account confirmation:
|
|
'confirm_account_header' => 'Please confirm your account',
|
|
'confirm_account_intro' => 'An email has been sent to the address you used during your registration. Please check it out for further instructions. If you did not get this message, you can have Firefly send it again.',
|
|
'confirm_account_resend_email' => 'Send me the confirmation message I need to activate my account.',
|
|
'account_is_confirmed' => 'Your account has been confirmed!',
|
|
'invalid_activation_code' => 'It seems the code you are using is not valid, or has expired.',
|
|
'confirm_account_is_resent_header' => 'The confirmation has been resent',
|
|
'confirm_account_is_resent_text' => 'The confirmation message has been resent. If you still did not receive the confirmation message, please contact the site owner at <a href="mailto::owner">:owner</a> or check the log files to see what went wrong.',
|
|
'confirm_account_is_resent_go_home' => 'Go to the index page of Firefly',
|
|
'confirm_account_not_resent_header' => 'Something went wrong :(',
|
|
'confirm_account_not_resent_intro' => 'The confirmation message has been not resent. If you still did not receive the confirmation message, please contact the site owner at <a href="mailto::owner">:owner</a> instead. Possibly, you have tried to resend the activation message too often. You can have Firefly III try to resend the confirmation message every hour.',
|
|
'confirm_account_not_resent_go_home' => 'Go to the index page of Firefly',
|
|
|
|
// export data:
|
|
'import_and_export' => 'Import and export',
|
|
'export_data' => 'Export data',
|
|
'export_data_intro' => 'For backup purposes, when migrating to another system or when migrating to another Firefly III installation.',
|
|
'export_format' => 'Export format',
|
|
'export_format_csv' => 'Comma separated values (CSV file)',
|
|
'export_format_mt940' => 'MT940 compatible format',
|
|
'export_included_accounts' => 'Export transactions from these accounts',
|
|
'include_config_help' => 'For easy re-import into Firefly III',
|
|
'include_old_uploads_help' => 'Firefly III does not throw away the original CSV files you have imported in the past. You can include them in your export.',
|
|
'do_export' => 'Export',
|
|
'export_status_never_started' => 'The export has not started yet',
|
|
'export_status_make_exporter' => 'Creating exporter thing...',
|
|
'export_status_collecting_journals' => 'Collecting your transactions...',
|
|
'export_status_collected_journals' => 'Collected your transactions!',
|
|
'export_status_converting_to_export_format' => 'Converting your transactions...',
|
|
'export_status_converted_to_export_format' => 'Converted your transactions!',
|
|
'export_status_creating_journal_file' => 'Creating the export file...',
|
|
'export_status_created_journal_file' => 'Created the export file!',
|
|
'export_status_collecting_attachments' => 'Collecting all your attachments...',
|
|
'export_status_collected_attachments' => 'Collected all your attachments!',
|
|
'export_status_collecting_old_uploads' => 'Collecting all your previous uploads...',
|
|
'export_status_collected_old_uploads' => 'Collected all your previous uploads!',
|
|
'export_status_creating_config_file' => 'Creating a configuration file...',
|
|
'export_status_created_config_file' => 'Created a configuration file!',
|
|
'export_status_creating_zip_file' => 'Creating a zip file...',
|
|
'export_status_created_zip_file' => 'Created a zip file!',
|
|
'export_status_finished' => 'Export has succesfully finished! Yay!',
|
|
'export_data_please_wait' => 'Please wait...',
|
|
'attachment_explanation' => 'The file called \':attachment_name\' (#:attachment_id) was originally uploaded to :type \':description\' (#:journal_id) dated :date for the amount of :amount.',
|
|
|
|
// rules
|
|
'rules' => 'Rules',
|
|
'rules_explanation' => 'Here you can manage rules. Rules are triggered when a transaction is created or updated. Then, if the transaction has certain properties (called "triggers") Firefly will execute the "actions". Combined, you can make Firefly respond in a certain way to new transactions.',
|
|
'rule_name' => 'Name of rule',
|
|
'rule_triggers' => 'Rule triggers when',
|
|
'rule_actions' => 'Rule will',
|
|
'new_rule' => 'New rule',
|
|
'new_rule_group' => 'New rule group',
|
|
'rule_priority_up' => 'Give rule more priority',
|
|
'rule_priority_down' => 'Give rule less priority',
|
|
'make_new_rule_group' => 'Make new rule group',
|
|
'store_new_rule_group' => 'Store new rule group',
|
|
'created_new_rule_group' => 'New rule group ":title" stored!',
|
|
'updated_rule_group' => 'Successfully updated rule group ":title".',
|
|
'edit_rule_group' => 'Edit rule group ":title"',
|
|
'delete_rule_group' => 'Delete rule group ":title"',
|
|
'deleted_rule_group' => 'Deleted rule group ":title"',
|
|
'update_rule_group' => 'Update rule group',
|
|
'no_rules_in_group' => 'There are no rules in this group',
|
|
'move_rule_group_up' => 'Move rule group up',
|
|
'move_rule_group_down' => 'Move rule group down',
|
|
'save_rules_by_moving' => 'Save these rule(s) by moving them to another rule group:',
|
|
'make_new_rule' => 'Make new rule in rule group ":title"',
|
|
'rule_help_stop_processing' => 'When you check this box, later rules in this group will not be executed.',
|
|
'rule_help_active' => 'Inactive rules will never fire.',
|
|
'stored_new_rule' => 'Stored new rule with title ":title"',
|
|
'deleted_rule' => 'Deleted rule with title ":title"',
|
|
'store_new_rule' => 'Store new rule',
|
|
'updated_rule' => 'Updated rule with title ":title"',
|
|
'default_rule_group_name' => 'Default rules',
|
|
'default_rule_group_description' => 'All your rules not in a particular group.',
|
|
'default_rule_name' => 'Your first default rule',
|
|
'default_rule_description' => 'This rule is an example. You can safely delete it.',
|
|
'default_rule_trigger_description' => 'The Man Who Sold the World',
|
|
'default_rule_trigger_from_account' => 'David Bowie',
|
|
'default_rule_action_prepend' => 'Bought the world from ',
|
|
'default_rule_action_set_category' => 'Large expenses',
|
|
'trigger' => 'Trigger',
|
|
'trigger_value' => 'Trigger on value',
|
|
'stop_processing_other_triggers' => 'Stop processing other triggers',
|
|
'add_rule_trigger' => 'Add new trigger',
|
|
'action' => 'Action',
|
|
'action_value' => 'Action value',
|
|
'stop_executing_other_actions' => 'Stop executing other actions',
|
|
'add_rule_action' => 'Add new action',
|
|
'edit_rule' => 'Edit rule ":title"',
|
|
'delete_rule' => 'Delete rule ":title"',
|
|
'update_rule' => 'Update rule',
|
|
'test_rule_triggers' => 'See matching transactions',
|
|
'warning_transaction_subset' => 'For performance reasons this list is limited to :max_num_transactions and may only show a subset of matching transactions',
|
|
'warning_no_matching_transactions' => 'No matching transactions found. Please note that for performance reasons, only the last :num_transactions transactions have been checked.',
|
|
'warning_no_valid_triggers' => 'No valid triggers provided.',
|
|
'execute_on_existing_transactions' => 'Execute for existing transactions',
|
|
'execute_on_existing_transactions_intro' => 'When a rule or group has been changed or added, you can execute it for existing transactions',
|
|
'execute_on_existing_transactions_short' => 'Existing transactions',
|
|
'executed_group_on_existing_transactions' => 'Executed group ":title" for existing transactions',
|
|
'execute_group_on_existing_transactions' => 'Execute group ":title" for existing transactions',
|
|
'include_transactions_from_accounts' => 'Include transactions from these accounts',
|
|
'execute' => 'Execute',
|
|
|
|
// actions and triggers
|
|
'rule_trigger_user_action' => 'User action is ":trigger_value"',
|
|
'rule_trigger_from_account_starts' => 'Source account starts with ":trigger_value"',
|
|
'rule_trigger_from_account_ends' => 'Source account ends with ":trigger_value"',
|
|
'rule_trigger_from_account_is' => 'Source account is ":trigger_value"',
|
|
'rule_trigger_from_account_contains' => 'Source account contains ":trigger_value"',
|
|
'rule_trigger_to_account_starts' => 'Destination account starts with ":trigger_value"',
|
|
'rule_trigger_to_account_ends' => 'Destination account ends with ":trigger_value"',
|
|
'rule_trigger_to_account_is' => 'Destination account is ":trigger_value"',
|
|
'rule_trigger_to_account_contains' => 'Destination account contains ":trigger_value"',
|
|
'rule_trigger_transaction_type' => 'Transaction is of type ":trigger_value"',
|
|
'rule_trigger_amount_less' => 'Amount is less than :trigger_value',
|
|
'rule_trigger_amount_exactly' => 'Amount is :trigger_value',
|
|
'rule_trigger_amount_more' => 'Amount is more than :trigger_value',
|
|
'rule_trigger_description_starts' => 'Description starts with ":trigger_value"',
|
|
'rule_trigger_description_ends' => 'Description ends with ":trigger_value"',
|
|
'rule_trigger_description_contains' => 'Description contains ":trigger_value"',
|
|
'rule_trigger_description_is' => 'Description is ":trigger_value"',
|
|
'rule_trigger_from_account_starts_choice' => 'Source account starts with..',
|
|
'rule_trigger_from_account_ends_choice' => 'Source account ends with..',
|
|
'rule_trigger_from_account_is_choice' => 'Source account is..',
|
|
'rule_trigger_from_account_contains_choice' => 'Source account contains..',
|
|
'rule_trigger_to_account_starts_choice' => 'Destination account starts with..',
|
|
'rule_trigger_to_account_ends_choice' => 'Destination account ends with..',
|
|
'rule_trigger_to_account_is_choice' => 'Destination account is..',
|
|
'rule_trigger_to_account_contains_choice' => 'Destination account contains..',
|
|
'rule_trigger_transaction_type_choice' => 'Transaction is of type..',
|
|
'rule_trigger_amount_less_choice' => 'Amount is less than..',
|
|
'rule_trigger_amount_exactly_choice' => 'Amount is..',
|
|
'rule_trigger_amount_more_choice' => 'Amount is more than..',
|
|
'rule_trigger_description_starts_choice' => 'Description starts with..',
|
|
'rule_trigger_description_ends_choice' => 'Description ends with..',
|
|
'rule_trigger_description_contains_choice' => 'Description contains..',
|
|
'rule_trigger_description_is_choice' => 'Description is..',
|
|
'rule_trigger_store_journal' => 'When a journal is created',
|
|
'rule_trigger_update_journal' => 'When a journal is updated',
|
|
'rule_action_set_category' => 'Set category to ":action_value"',
|
|
'rule_action_clear_category' => 'Clear category',
|
|
'rule_action_set_budget' => 'Set budget to ":action_value"',
|
|
'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_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"',
|
|
'rule_action_set_category_choice' => 'Set category to..',
|
|
'rule_action_clear_category_choice' => 'Clear any category',
|
|
'rule_action_set_budget_choice' => 'Set budget to..',
|
|
'rule_action_clear_budget_choice' => 'Clear any budget',
|
|
'rule_action_add_tag_choice' => 'Add tag..',
|
|
'rule_action_remove_tag_choice' => 'Remove tag..',
|
|
'rule_action_remove_all_tags_choice' => 'Remove all tags',
|
|
'rule_action_set_description_choice' => 'Set description to..',
|
|
'rule_action_append_description_choice' => 'Append description with..',
|
|
'rule_action_prepend_description_choice' => 'Prepend description with..',
|
|
|
|
// tags
|
|
'store_new_tag' => 'Store new tag',
|
|
'update_tag' => 'Update tag',
|
|
'no_location_set' => 'No location set.',
|
|
'meta_data' => 'Meta data',
|
|
'location' => 'Location',
|
|
|
|
// preferences
|
|
'pref_home_screen_accounts' => 'Home screen accounts',
|
|
'pref_home_screen_accounts_help' => 'Which accounts should be displayed on the home page?',
|
|
'pref_budget_settings' => 'Budget settings',
|
|
'pref_budget_settings_help' => 'What\'s the maximum amount of money a budget envelope may contain?',
|
|
'pref_view_range' => 'View range',
|
|
'pref_view_range_help' => 'Some charts are automatically grouped in periods. What period would you prefer?',
|
|
'pref_1D' => 'One day',
|
|
'pref_1W' => 'One week',
|
|
'pref_1M' => 'One month',
|
|
'pref_3M' => 'Three months (quarter)',
|
|
'pref_6M' => 'Six months',
|
|
'pref_1Y' => 'One year',
|
|
'pref_languages' => 'Languages',
|
|
'pref_languages_help' => 'Firefly III supports several languages. Which one do you prefer?',
|
|
'pref_custom_fiscal_year' => 'Fiscal year settings',
|
|
'pref_custom_fiscal_year_label' => 'Enabled',
|
|
'pref_custom_fiscal_year_help' => 'In countries that use a financial year other than January 1 to December 31, you can switch this on and specify start / end days of the fiscal year',
|
|
'pref_fiscal_year_start_label' => 'Fiscal year start date',
|
|
'pref_two_factor_auth' => '2-step verification',
|
|
'pref_two_factor_auth_help' => 'When you enable 2-step verification (also known as two-factor authentication), you add an extra layer of security to your account. You sign in with something you know (your password) and something you have (a verification code). Verification codes are generated by an application on your phone, such as Authy or Google Authenticator.',
|
|
'pref_enable_two_factor_auth' => 'Enable 2-step verification',
|
|
'pref_two_factor_auth_disabled' => '2-step verification code removed and disabled',
|
|
'pref_two_factor_auth_remove_it' => 'Don\'t forget to remove the account from your authentication app!',
|
|
'pref_two_factor_auth_code' => 'Verify code',
|
|
'pref_two_factor_auth_code_help' => 'Scan the QR code with an application on your phone such as Authy or Google Authenticator and enter the generated code.',
|
|
'pref_two_factor_auth_reset_code' => 'Reset verification code',
|
|
'pref_two_factor_auth_remove_code' => 'Remove verification code',
|
|
'pref_two_factor_auth_remove_will_disable' => '(this will also disable two-factor authentication)',
|
|
'pref_save_settings' => 'Save settings',
|
|
'saved_preferences' => 'Preferences saved!',
|
|
'transaction_page_size_title' => 'Page size',
|
|
'transaction_page_size_help' => 'Any list of transactions shows at most this many transactions',
|
|
'transaction_page_size_label' => 'Page size',
|
|
'budget_maximum' => 'Budget maximum',
|
|
'between_dates' => '(:start and :end)',
|
|
|
|
// profile:
|
|
'change_your_password' => 'Change your password',
|
|
'delete_account' => 'Delete account',
|
|
'current_password' => 'Current password',
|
|
'new_password' => 'New password',
|
|
'new_password_again' => 'New password (again)',
|
|
'delete_your_account' => 'Delete your account',
|
|
'delete_your_account_help' => 'Deleting your account will also delete any accounts, transactions, <em>anything</em> you might have saved into Firefly III. It\'ll be GONE.',
|
|
'delete_your_account_password' => 'Enter your password to continue.',
|
|
'password' => 'Password',
|
|
'are_you_sure' => 'Are you sure? You cannot undo this.',
|
|
'delete_account_button' => 'DELETE your account',
|
|
'invalid_current_password' => 'Invalid current password!',
|
|
'password_changed' => 'Password changed!',
|
|
'should_change' => 'The idea is to change your password.',
|
|
'invalid_password' => 'Invalid password!',
|
|
|
|
|
|
// attachments
|
|
'nr_of_attachments' => 'One attachment|:count attachments',
|
|
'attachments' => 'Attachments',
|
|
'edit_attachment' => 'Edit attachment ":name"',
|
|
'update_attachment' => 'Update attachment',
|
|
'delete_attachment' => 'Delete attachment ":name"',
|
|
'attachment_deleted' => 'Deleted attachment ":name"',
|
|
'attachment_updated' => 'Updated attachment ":name"',
|
|
'upload_max_file_size' => 'Maximum file size: :size',
|
|
|
|
// tour:
|
|
'prev' => 'Prev',
|
|
'next' => 'Next',
|
|
'end-tour' => 'End tour',
|
|
'pause' => 'Pause',
|
|
|
|
// transaction index
|
|
'title_expenses' => 'Expenses',
|
|
'title_withdrawal' => 'Expenses',
|
|
'title_revenue' => 'Revenue / income',
|
|
'title_deposit' => 'Revenue / income',
|
|
'title_transfer' => 'Transfers',
|
|
'title_transfers' => 'Transfers',
|
|
|
|
|
|
// csv import:
|
|
'csv_import' => 'Import CSV file',
|
|
'csv' => 'CSV',
|
|
'csv_index_title' => 'Upload and import a CSV file',
|
|
'csv_define_column_roles' => 'Define column roles',
|
|
'csv_map_values' => 'Map found values to existing values',
|
|
'csv_download_config' => 'Download CSV configuration file.',
|
|
'csv_index_text' => 'This form allows you to import a CSV file with transactions into Firefly. It is based on the excellent CSV importer made by the folks at <a href="https://www.atlassian.com/">Atlassian</a>. Simply upload your CSV file and follow the instructions. If you would like to learn more, please click on the <i class="fa fa-question-circle"></i> button at the top of this page.',
|
|
'csv_index_beta_warning' => 'This tool is very much in beta. Please proceed with caution',
|
|
'csv_header_help' => 'Check this box when your CSV file\'s first row consists of column names, not actual data',
|
|
'csv_date_help' => 'Date time format in your CSV. Follow the format like <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">this page</a> indicates. The default value will parse dates that look like this: :dateExample.',
|
|
'csv_csv_file_help' => 'Select the CSV file here. You can only upload one file at a time',
|
|
'csv_csv_config_file_help' => 'Select your CSV import configuration here. If you do not know what this is, ignore it. It will be explained later.',
|
|
'csv_upload_button' => 'Start importing CSV',
|
|
'csv_column_roles_title' => 'Define column roles',
|
|
'csv_column_roles_text' => 'Firefly does not know what each column means. You need to indicate what every column is. Please check out the example data if you\'re not sure yourself. Click on the question mark (top right of the page) to learn what each column means. If you want to map imported data onto existing data in Firefly, use the checkbox. The next step will show you what this button does.',
|
|
'csv_column_roles_table' => 'Column roles',
|
|
'csv_column' => 'CSV column',
|
|
'csv_column_name' => 'CSV column name',
|
|
'csv_column_example' => 'Column example data',
|
|
'csv_column_role' => 'Column contains?',
|
|
'csv_do_map_value' => 'Map value?',
|
|
'csv_continue' => 'Continue to the next step',
|
|
'csv_go_back' => 'Go back to the previous step',
|
|
'csv_map_title' => 'Map found values to existing values',
|
|
'csv_map_text' => 'This page allows you to map the values from the CSV file to existing entries in your database. This ensures that accounts and other things won\'t be created twice.',
|
|
'csv_field_value' => 'Field value from CSV',
|
|
'csv_field_mapped_to' => 'Must be mapped to...',
|
|
'csv_do_not_map' => 'Do not map this value',
|
|
'csv_download_config_title' => 'Download CSV configuration',
|
|
'csv_download_config_text' => 'Everything you\'ve just set up can be downloaded as a configuration file. Click the button to do so.',
|
|
'csv_more_information_text' => 'If the import fails, you can use this configuration file so you don\'t have to start all over again. But, if the import succeeds, it will be easier to upload similar CSV files.',
|
|
'csv_do_download_config' => 'Download configuration file.',
|
|
'csv_empty_description' => '(empty description)',
|
|
'csv_upload_form' => 'CSV upload form',
|
|
'csv_index_unsupported_warning' => 'The CSV importer is yet incapable of doing the following:',
|
|
'csv_unsupported_map' => 'The importer cannot map the column ":columnRole" to existing values in the database.',
|
|
'csv_unsupported_value' => 'The importer does not know how to handle values in columns marked as ":columnRole".',
|
|
'csv_cannot_store_value' => 'The importer has not reserved space for columns marked ":columnRole" and will be incapable of processing them.',
|
|
'csv_process_title' => 'CSV import finished!',
|
|
'csv_process_text' => 'The CSV importer has finished and has processed :rows rows',
|
|
'csv_row' => 'Row',
|
|
'csv_import_with_errors' => 'There was one error.|There were :errors errors.',
|
|
'csv_error_see_logs' => 'Check the log files to see details.',
|
|
'csv_process_new_entries' => 'Firefly has created :imported new transaction(s).',
|
|
'csv_start_over' => 'Import again',
|
|
'csv_to_index' => 'Back home',
|
|
'csv_upload_not_writeable' => 'Cannot write to the path mentioned here. Cannot upload',
|
|
'csv_column__ignore' => '(ignore this column)',
|
|
'csv_column_account-iban' => 'Asset account (IBAN)',
|
|
'csv_column_account-id' => 'Asset account ID (matching Firefly)',
|
|
'csv_column_account-name' => 'Asset account (name)',
|
|
'csv_column_amount' => 'Amount',
|
|
'csv_column_amount-comma-separated' => 'Amount (comma as decimal separator)',
|
|
'csv_column_bill-id' => 'Bill ID (matching Firefly)',
|
|
'csv_column_bill-name' => 'Bill name',
|
|
'csv_column_budget-id' => 'Budget ID (matching Firefly)',
|
|
'csv_column_budget-name' => 'Budget name',
|
|
'csv_column_category-id' => 'Category ID (matching Firefly)',
|
|
'csv_column_category-name' => 'Category name',
|
|
'csv_column_currency-code' => 'Currency code (ISO 4217)',
|
|
'csv_column_currency-id' => 'Currency ID (matching Firefly)',
|
|
'csv_column_currency-name' => 'Currency name (matching Firefly)',
|
|
'csv_column_currency-symbol' => 'Currency symbol (matching Firefly)',
|
|
'csv_column_date-rent' => 'Rent calculation date',
|
|
'csv_column_date-transaction' => 'Date',
|
|
'csv_column_description' => 'Description',
|
|
'csv_column_opposing-iban' => 'Opposing account (IBAN)',
|
|
'csv_column_opposing-id' => 'Opposing account ID (matching Firefly)',
|
|
'csv_column_opposing-name' => 'Opposing account (name)',
|
|
'csv_column_rabo-debet-credit' => 'Rabobank specific debet/credit indicator',
|
|
'csv_column_ing-debet-credit' => 'ING specific debet/credit indicator',
|
|
'csv_column_sepa-ct-id' => 'SEPA Credit Transfer end-to-end ID',
|
|
'csv_column_sepa-ct-op' => 'SEPA Credit Transfer opposing account',
|
|
'csv_column_sepa-db' => 'SEPA Direct Debet',
|
|
'csv_column_tags-comma' => 'Tags (comma separated)',
|
|
'csv_column_tags-space' => 'Tags (space separated)',
|
|
'csv_column_account-number' => 'Asset account (account number)',
|
|
'csv_column_opposing-number' => 'Opposing account (account number)',
|
|
'csv_specifix_RabobankDescription' => 'Select this when you\'re importing Rabobank CSV export files.',
|
|
'csv_specifix_AbnAmroDescription' => 'Select this when you\'re importing ABN AMRO CSV export files.',
|
|
'csv_specifix_Dummy' => 'Checking this has no effect whatsoever.',
|
|
'csv_import_account_help' => 'If your CSV file does NOT contain information about your asset account(s), use this dropdown to select to which account the transactions in the CSV belong to.',
|
|
'csv_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
|
|
'csv_date_parse_error' => 'Could not parse a valid date from ":value", using the format ":format". Are you sure your CSV is correct?',
|
|
'could_not_recover' => 'Could not continue from the previous step. Your progress has been lost :(. The log files will tell you what happened.',
|
|
'must_select_roles' => 'You must select some roles for your file content, or the process cannot continue.',
|
|
'invalid_mapping' => 'You have submitted an invalid mapping. The process cannot continue.',
|
|
'no_file_uploaded' => 'It seems you did not upload a file.',
|
|
|
|
|
|
// create new stuff:
|
|
'create_new_withdrawal' => 'Create new withdrawal',
|
|
'create_new_deposit' => 'Create new deposit',
|
|
'create_new_transfer' => 'Create new transfer',
|
|
'create_new_asset' => 'Create new asset account',
|
|
'create_new_expense' => 'Create new expense account',
|
|
'create_new_revenue' => 'Create new revenue account',
|
|
'create_new_piggy_bank' => 'Create new piggy bank',
|
|
'create_new_bill' => 'Create new bill',
|
|
|
|
// currencies:
|
|
'create_currency' => 'Create a new currency',
|
|
'edit_currency' => 'Edit currency ":name"',
|
|
'store_currency' => 'Store new currency',
|
|
'update_currency' => 'Update currency',
|
|
'new_default_currency' => ':name is now the default currency.',
|
|
'cannot_delete_currency' => 'Cannot delete :name because there are still transactions attached to it!',
|
|
'deleted_currency' => 'Currency :name deleted',
|
|
'created_currency' => 'Currency :name created',
|
|
'updated_currency' => 'Currency :name updated',
|
|
'ask_site_owner' => 'Please ask :owner to add, remove or edit currencies.',
|
|
'currencies_intro' => 'Firefly III supports various currencies which you can set and enable here.',
|
|
'make_default_currency' => 'make default',
|
|
'default_currency' => 'default',
|
|
|
|
// new user:
|
|
'submit' => 'Submit',
|
|
'getting_started' => 'Getting started',
|
|
'to_get_started' => 'To get started with Firefly, please enter your current bank\'s name, and the balance of your checking account:',
|
|
'savings_balance_text' => 'If you have a savings account, please enter the current balance of your savings account:',
|
|
'cc_balance_text' => 'If you have a credit card, please enter your credit card\'s limit.',
|
|
'stored_new_account_new_user' => 'Yay! Your new account has been stored.',
|
|
'stored_new_accounts_new_user' => 'Yay! Your new accounts have been stored.',
|
|
|
|
// forms:
|
|
'mandatoryFields' => 'Mandatory fields',
|
|
'optionalFields' => 'Optional fields',
|
|
'options' => 'Options',
|
|
'something' => 'Something!',
|
|
|
|
// budgets:
|
|
'create_new_budget' => 'Create a new budget',
|
|
'store_new_budget' => 'Store new budget',
|
|
'stored_new_budget' => 'Stored new budget ":name"',
|
|
'availableIn' => 'Available in :date',
|
|
'available_between' => 'Available between :start and :end',
|
|
'transactionsWithoutBudget' => 'Expenses without budget',
|
|
'transactionsWithoutBudgetDate' => 'Expenses without budget in :date',
|
|
'transactions_no_budget' => 'Expenses without budget between :start and :end',
|
|
'spent_between' => 'Spent between :start and :end',
|
|
'createBudget' => 'New budget',
|
|
'inactiveBudgets' => 'Inactive budgets',
|
|
'without_budget_between' => 'Transactions without a budget between :start and :end',
|
|
'budget_in_month' => ':name in :month',
|
|
'delete_budget' => 'Delete budget ":name"',
|
|
'deleted_budget' => 'Deleted budget ":name"',
|
|
'edit_budget' => 'Edit budget ":name"',
|
|
'updated_budget' => 'Updated budget ":name"',
|
|
'update_amount' => 'Update amount',
|
|
'update_budget' => 'Update budget',
|
|
'update_budget_amount_range' => 'Update (expected) available amount between :start and :end',
|
|
|
|
// bills:
|
|
'matching_on' => 'Matching on',
|
|
'between_amounts' => 'between :low and :high.',
|
|
'repeats' => 'Repeats',
|
|
'connected_journals' => 'Connected transactions',
|
|
'auto_match_on' => 'Automatically matched by Firefly',
|
|
'auto_match_off' => 'Not automatically matched by Firefly',
|
|
'next_expected_match' => 'Next expected match',
|
|
'delete_bill' => 'Delete bill ":name"',
|
|
'deleted_bill' => 'Deleted bill ":name"',
|
|
'edit_bill' => 'Edit bill ":name"',
|
|
'more' => 'More',
|
|
'rescan_old' => 'Rescan old transactions',
|
|
'update_bill' => 'Update bill',
|
|
'updated_bill' => 'Updated bill ":name"',
|
|
'store_new_bill' => 'Store new bill',
|
|
'stored_new_bill' => 'Stored new bill ":name"',
|
|
'cannot_scan_inactive_bill' => 'Inactive bills cannot be scanned.',
|
|
'rescanned_bill' => 'Rescanned everything.',
|
|
'bill_date_little_relevance' => 'The only part of this date used by Firefly is the day. It is only useful when your bill arrives at exactly the same date every month. If the payment date of your bills varies, simply use the first of the month.',
|
|
|
|
// accounts:
|
|
'details_for_asset' => 'Details for asset account ":name"',
|
|
'details_for_expense' => 'Details for expense account ":name"',
|
|
'details_for_revenue' => 'Details for revenue account ":name"',
|
|
'details_for_cash' => 'Details for cash account ":name"',
|
|
'store_new_asset_account' => 'Store new asset account',
|
|
'store_new_expense_account' => 'Store new expense account',
|
|
'store_new_revenue_account' => 'Store new revenue account',
|
|
'edit_asset_account' => 'Edit asset account ":name"',
|
|
'edit_expense_account' => 'Edit expense account ":name"',
|
|
'edit_revenue_account' => 'Edit revenue account ":name"',
|
|
'delete_asset_account' => 'Delete asset account ":name"',
|
|
'delete_expense_account' => 'Delete expense account ":name"',
|
|
'delete_revenue_account' => 'Delete revenue account ":name"',
|
|
'asset_deleted' => 'Successfully deleted asset account ":name"',
|
|
'expense_deleted' => 'Successfully deleted expense account ":name"',
|
|
'revenue_deleted' => 'Successfully deleted revenue account ":name"',
|
|
'update_asset_account' => 'Update asset account',
|
|
'update_expense_account' => 'Update expense account',
|
|
'update_revenue_account' => 'Update revenue account',
|
|
'make_new_asset_account' => 'Create a new asset account',
|
|
'make_new_expense_account' => 'Create a new expense account',
|
|
'make_new_revenue_account' => 'Create a new revenue account',
|
|
'asset_accounts' => 'Asset accounts',
|
|
'expense_accounts' => 'Expense accounts',
|
|
'revenue_accounts' => 'Revenue accounts',
|
|
'cash_accounts' => 'Cash accounts',
|
|
'Cash account' => 'Cash account',
|
|
'accountExtraHelp_asset' => '',
|
|
'accountExtraHelp_expense' => '',
|
|
'accountExtraHelp_revenue' => '',
|
|
'account_type' => 'Account type',
|
|
'save_transactions_by_moving' => 'Save these transaction(s) by moving them to another account:',
|
|
'stored_new_account' => 'New account ":name" stored!',
|
|
'updated_account' => 'Updated account ":name"',
|
|
'credit_card_options' => 'Credit card options',
|
|
|
|
// categories:
|
|
'new_category' => 'New category',
|
|
'create_new_category' => 'Create a new category',
|
|
'without_category' => 'Without a category',
|
|
'update_category' => 'Update category',
|
|
'updated_category' => 'Updated category ":name"',
|
|
'categories' => 'Categories',
|
|
'edit_category' => 'Edit category ":name"',
|
|
'no_category' => '(no category)',
|
|
'category' => 'Category',
|
|
'delete_category' => 'Delete category ":name"',
|
|
'deleted_category' => 'Deleted category ":name"',
|
|
'store_category' => 'Store new category',
|
|
'stored_category' => 'Stored new category ":name"',
|
|
'without_category_between' => 'Without category between :start and :end',
|
|
|
|
// transactions:
|
|
'update_withdrawal' => 'Update withdrawal',
|
|
'update_deposit' => 'Update deposit',
|
|
'update_transfer' => 'Update transfer',
|
|
'updated_withdrawal' => 'Updated withdrawal ":description"',
|
|
'updated_deposit' => 'Updated deposit ":description"',
|
|
'updated_transfer' => 'Updated transfer ":description"',
|
|
'delete_withdrawal' => 'Delete withdrawal ":description"',
|
|
'delete_deposit' => 'Delete deposit ":description"',
|
|
'delete_transfer' => 'Delete transfer ":description"',
|
|
'deleted_withdrawal' => 'Successfully deleted withdrawal ":description"',
|
|
'deleted_deposit' => 'Successfully deleted deposit ":description"',
|
|
'deleted_transfer' => 'Successfully deleted transfer ":description"',
|
|
'stored_journal' => 'Successfully created new transaction ":description"',
|
|
'select_transactions' => 'Select transactions',
|
|
'stop_selection' => 'Stop selecting transactions',
|
|
'edit_selected' => 'Edit selected',
|
|
'delete_selected' => 'Delete selected',
|
|
'mass_delete_journals' => 'Delete a number of transactions',
|
|
'mass_edit_journals' => 'Edit a number of transactions',
|
|
'cannot_edit_other_fields' => 'You cannot mass-edit other fields than the ones here, because there is no room to show them. Please follow the link and edit them by one-by-one, if you need to edit these fields.',
|
|
'perm-delete-many' => 'Deleting many items in one go can be very disruptive. Please be cautious.',
|
|
'mass_deleted_transactions_success' => 'Deleted :amount transaction(s).',
|
|
'mass_edited_transactions_success' => 'Updated :amount transaction(s)',
|
|
|
|
|
|
// new user:
|
|
'welcome' => 'Welcome to Firefly!',
|
|
'createNewAsset' => 'Create a new asset account to get started. ' .
|
|
'This will allow you to create transactions and start your financial management',
|
|
'createNewAssetButton' => 'Create new asset account',
|
|
|
|
// home page:
|
|
'yourAccounts' => 'Your accounts',
|
|
'budgetsAndSpending' => 'Budgets and spending',
|
|
'savings' => 'Savings',
|
|
'markAsSavingsToContinue' => 'Mark your asset accounts as "Savings account" to fill this panel',
|
|
'createPiggyToContinue' => 'Create piggy banks to fill this panel.',
|
|
'newWithdrawal' => 'New expense',
|
|
'newDeposit' => 'New deposit',
|
|
'newTransfer' => 'New transfer',
|
|
'moneyIn' => 'Money in',
|
|
'moneyOut' => 'Money out',
|
|
'billsToPay' => 'Bills to pay',
|
|
'billsPaid' => 'Bills paid',
|
|
'viewDetails' => 'View details',
|
|
'divided' => 'divided',
|
|
'toDivide' => 'left to divide',
|
|
|
|
// menu and titles, should be recycled as often as possible:
|
|
'toggleNavigation' => 'Toggle navigation',
|
|
'currency' => 'Currency',
|
|
'preferences' => 'Preferences',
|
|
'logout' => 'Logout',
|
|
'searchPlaceholder' => 'Search...',
|
|
'dashboard' => 'Dashboard',
|
|
'currencies' => 'Currencies',
|
|
'accounts' => 'Accounts',
|
|
'Asset account' => 'Asset account',
|
|
'Default account' => 'Asset account',
|
|
'Expense account' => 'Expense account',
|
|
'Revenue account' => 'Revenue account',
|
|
'Initial balance account' => 'Initial balance account',
|
|
'budgets' => 'Budgets',
|
|
'tags' => 'Tags',
|
|
'reports' => 'Reports',
|
|
'transactions' => 'Transactions',
|
|
'expenses' => 'Expenses',
|
|
'income' => 'Revenue / income',
|
|
'transfers' => 'Transfers',
|
|
'moneyManagement' => 'Money management',
|
|
'piggyBanks' => 'Piggy banks',
|
|
'bills' => 'Bills',
|
|
'createNew' => 'Create new',
|
|
'withdrawal' => 'Withdrawal',
|
|
'deposit' => 'Deposit',
|
|
'account' => 'Account',
|
|
'transfer' => 'Transfer',
|
|
'Withdrawal' => 'Withdrawal',
|
|
'Deposit' => 'Deposit',
|
|
'Transfer' => 'Transfer',
|
|
'bill' => 'Bill',
|
|
'yes' => 'Yes',
|
|
'no' => 'No',
|
|
'amount' => 'Amount',
|
|
'newBalance' => 'New balance',
|
|
'overview' => 'Overview',
|
|
'saveOnAccount' => 'Save on account',
|
|
'unknown' => 'Unknown',
|
|
'daily' => 'Daily',
|
|
'weekly' => 'Weekly',
|
|
'monthly' => 'Monthly',
|
|
'quarterly' => 'Quarterly',
|
|
'half-year' => 'Every six months',
|
|
'yearly' => 'Yearly',
|
|
'profile' => 'Profile',
|
|
|
|
// reports:
|
|
'report_default' => 'Default financial report for :start until :end',
|
|
'report_audit' => 'Transaction history overview for :start until :end',
|
|
'quick_link_reports' => 'Quick links',
|
|
'quick_link_default_report' => 'Default financial report',
|
|
'report_this_month_quick' => 'Current month, all accounts',
|
|
'report_this_year_quick' => 'Current year, all accounts',
|
|
'report_this_fiscal_year_quick' => 'Current fiscal year, all accounts',
|
|
'report_all_time_quick' => 'All-time, all accounts',
|
|
'reports_can_bookmark' => 'Remember that reports can be bookmarked.',
|
|
'incomeVsExpenses' => 'Income vs. expenses',
|
|
'accountBalances' => 'Account balances',
|
|
'balanceStartOfYear' => 'Balance at start of year',
|
|
'balanceEndOfYear' => 'Balance at end of year',
|
|
'balanceStartOfMonth' => 'Balance at start of month',
|
|
'balanceEndOfMonth' => 'Balance at end of month',
|
|
'balanceStart' => 'Balance at start of period',
|
|
'balanceEnd' => 'Balance at end of period',
|
|
'reportsOwnAccounts' => 'Reports for your own accounts',
|
|
'reportsOwnAccountsAndShared' => 'Reports for your own accounts and shared accounts',
|
|
'splitByAccount' => 'Split by account',
|
|
'balancedByTransfersAndTags' => 'Balanced by transfers and tags',
|
|
'coveredWithTags' => 'Covered with tags',
|
|
'leftUnbalanced' => 'Left unbalanced',
|
|
'expectedBalance' => 'Expected balance',
|
|
'outsideOfBudgets' => 'Outside of budgets',
|
|
'leftInBudget' => 'Left in budget',
|
|
'sumOfSums' => 'Sum of sums',
|
|
'noCategory' => '(no category)',
|
|
'notCharged' => 'Not charged (yet)',
|
|
'inactive' => 'Inactive',
|
|
'active' => 'Active',
|
|
'difference' => 'Difference',
|
|
'in' => 'In',
|
|
'out' => 'Out',
|
|
'topX' => 'top :number',
|
|
'showTheRest' => 'Show everything',
|
|
'hideTheRest' => 'Show only the top :number',
|
|
'sum_of_year' => 'Sum of year',
|
|
'sum_of_years' => 'Sum of years',
|
|
'average_of_year' => 'Average of year',
|
|
'average_of_years' => 'Average of years',
|
|
'categories_earned_in_year' => 'Categories (by earnings)',
|
|
'categories_spent_in_year' => 'Categories (by spendings)',
|
|
'report_type' => 'Report type',
|
|
'report_type_default' => 'Default financial report',
|
|
'report_type_audit' => 'Transaction history overview (audit)',
|
|
'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',
|
|
'report_date_range' => 'Date range',
|
|
'report_include_help' => 'In all cases, transfers to shared accounts count as expenses, and transfers from shared accounts count as income.',
|
|
'report_preset_ranges' => 'Pre-set ranges',
|
|
'shared' => 'Shared',
|
|
'fiscal_year' => 'Fiscal year',
|
|
'income_entry' => 'Income from account ":name" between :start and :end',
|
|
'expense_entry' => 'Expenses to account ":name" between :start and :end',
|
|
'category_entry' => 'Expenses in category ":name" between :start and :end',
|
|
'budget_spent_amount' => 'Expenses in budget ":budget" between :start and :end',
|
|
'balance_amount' => 'Expenses in budget ":budget" paid from account ":account" between :start and :end',
|
|
'no_audit_activity' => 'No activity was recorded on account <a href=":url" title=":account_name">:account_name</a> between :start and :end.',
|
|
'audit_end_balance' => 'Account balance of <a href=":url" title=":account_name">:account_name</a> at the end of :end was: :balance',
|
|
|
|
// charts:
|
|
'chart' => 'Chart',
|
|
'dayOfMonth' => 'Day of the month',
|
|
'month' => 'Month',
|
|
'budget' => 'Budget',
|
|
'spent' => 'Spent',
|
|
'earned' => 'Earned',
|
|
'overspent' => 'Overspent',
|
|
'left' => 'Left',
|
|
'no_budget' => '(no budget)',
|
|
'maxAmount' => 'Maximum amount',
|
|
'minAmount' => 'Minumum amount',
|
|
'billEntry' => 'Current bill entry',
|
|
'name' => 'Name',
|
|
'date' => 'Date',
|
|
'paid' => 'Paid',
|
|
'unpaid' => 'Unpaid',
|
|
'day' => 'Day',
|
|
'budgeted' => 'Budgeted',
|
|
'period' => 'Period',
|
|
'balance' => 'Balance',
|
|
'summary' => 'Summary',
|
|
'sum' => 'Sum',
|
|
'average' => 'Average',
|
|
'balanceFor' => 'Balance for :name',
|
|
|
|
// piggy banks:
|
|
'piggy_bank' => 'Piggy bank',
|
|
'new_piggy_bank' => 'Create new piggy bank',
|
|
'store_piggy_bank' => 'Store new piggy bank',
|
|
'stored_piggy_bank' => 'Store new piggy bank ":name"',
|
|
'account_status' => 'Account status',
|
|
'left_for_piggy_banks' => 'Left for piggy banks',
|
|
'sum_of_piggy_banks' => 'Sum of piggy banks',
|
|
'saved_so_far' => 'Saved so far',
|
|
'left_to_save' => 'Left to save',
|
|
'add_money_to_piggy_title' => 'Add money to piggy bank ":name"',
|
|
'remove_money_from_piggy_title' => 'Remove money from piggy bank ":name"',
|
|
'add' => 'Add',
|
|
'remove' => 'Remove',
|
|
'max_amount_add' => 'The maximum amount you can add is',
|
|
'max_amount_remove' => 'The maximum amount you can remove is',
|
|
'update_piggy_button' => 'Update piggy bank',
|
|
'update_piggy_title' => 'Update piggy bank ":name"',
|
|
'updated_piggy_bank' => 'Updated piggy bank ":name"',
|
|
'details' => 'Details',
|
|
'events' => 'Events',
|
|
'target_amount' => 'Target amount',
|
|
'start_date' => 'Start date',
|
|
'target_date' => 'Target date',
|
|
'no_target_date' => 'No target date',
|
|
'todo' => 'to do',
|
|
'table' => 'Table',
|
|
'piggy_bank_not_exists' => 'Piggy bank no longer exists.',
|
|
'add_any_amount_to_piggy' => 'Add money to this piggy bank to reach your target of :amount.',
|
|
'add_set_amount_to_piggy' => 'Add :amount to fill this piggy bank on :date',
|
|
'delete_piggy_bank' => 'Delete piggy bank ":name"',
|
|
'cannot_add_amount_piggy' => 'Could not add :amount to ":name".',
|
|
'deleted_piggy_bank' => 'Deleted piggy bank ":name"',
|
|
'added_amount_to_piggy' => 'Added :amount to ":name"',
|
|
'removed_amount_from_piggy' => 'Removed :amount from ":name"',
|
|
'cannot_remove_amount_piggy' => 'Could not remove :amount from ":name".',
|
|
|
|
// tags
|
|
'regular_tag' => 'Just a regular tag.',
|
|
'balancing_act' => 'The tag takes at most two transactions; an expense and a transfer. They\'ll balance each other out.',
|
|
'advance_payment' => 'The tag accepts one expense and any number of deposits aimed to repay the original expense.',
|
|
'delete_tag' => 'Delete tag ":tag"',
|
|
'deleted_tag' => 'Deleted tag ":tag"',
|
|
'new_tag' => 'Make new tag',
|
|
'edit_tag' => 'Edit tag ":tag"',
|
|
'updated_tag' => 'Updated tag ":tag"',
|
|
'created_tag' => 'Tag ":tag" has been created!',
|
|
'no_year' => 'No year set',
|
|
'no_month' => 'No month set',
|
|
'tag_title_nothing' => 'Default tags',
|
|
'tag_title_balancingAct' => 'Balancing act tags',
|
|
'tag_title_advancePayment' => 'Advance payment tags',
|
|
'tags_introduction' => 'Usually tags are singular words, designed to quickly band items together using things like <span class="label label-info">expensive</span>, <span class="label label-info">bill</span> or <span class="label label-info">for-party</span>. In Firefly III, tags can have more properties such as a date, description and location. This allows you to join transactions together in a more meaningful way. For example, you could make a tag called <span class="label label-success"> Christmas dinner with friends</span> and add information about the restaurant. Such tags are "singular", you would only use them for a single occasion, perhaps with multiple transactions.',
|
|
'tags_group' => 'Tags group transactions together, which makes it possible to store reimbursements (in case you front money for others) and other "balancing acts" where expenses are summed up (the payments on your new TV) or where expenses and deposits are cancelling each other out (buying something with saved money). It\'s all up to you. Using tags the old-fashioned way is of course always possible.',
|
|
'tags_start' => 'Create a tag to get started or enter tags when creating new transactions.',
|
|
|
|
|
|
// administration
|
|
'administration' => 'Administration',
|
|
'user_administration' => 'User administration',
|
|
'list_all_users' => 'All users',
|
|
'all_users' => 'All users',
|
|
|
|
// split a transaction:
|
|
'transaction_meta_data' => 'Transaction meta-data',
|
|
'transaction_dates' => 'Transaction dates',
|
|
'splits' => 'Splits',
|
|
'split_title_withdrawal' => 'Split your new withdrawal',
|
|
'split_intro_one_withdrawal' => 'Firefly supports the "splitting" of a withdrawal.',
|
|
'split_intro_two_withdrawal' => 'It means that the amount of money you\'ve spent is divided between several destination expense accounts, budgets or categories.',
|
|
'split_intro_three_withdrawal' => 'For example: you could split your :total groceries so you pay :split_one from your "daily groceries" budget and :split_two from your "cigarettes" budget.',
|
|
'split_table_intro_withdrawal' => 'Split your withdrawal in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.',
|
|
'store_splitted_withdrawal' => 'Store splitted withdrawal',
|
|
|
|
'split_title_deposit' => 'Split your new deposit',
|
|
'split_intro_one_deposit' => 'Firefly supports the "splitting" of a deposit.',
|
|
'split_intro_two_deposit' => 'It means that the amount of money you\'ve earned is divided between several source revenue accounts or categories.',
|
|
'split_intro_three_deposit' => 'For example: you could split your :total salary so you get :split_one as your base salary and :split_two as a reimbursment for expenses made.',
|
|
'split_table_intro_deposit' => 'Split your deposit in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.',
|
|
'store_splitted_deposit' => 'Store splitted deposit',
|
|
|
|
'split_title_transfer' => 'Split your new transfer',
|
|
'split_intro_one_transfer' => 'Firefly supports the "splitting" of a transfer.',
|
|
'split_intro_two_transfer' => 'It means that the amount of money you\'re moving is divided between several categories or piggy banks.',
|
|
'split_intro_three_transfer' => 'For example: you could split your :total move so you get :split_one in one piggy bank and :split_two in another.',
|
|
'split_table_intro_transfer' => 'Split your transfer in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.',
|
|
'store_splitted_transfer' => 'Store splitted transfer',
|
|
|
|
|
|
'add_another_split' => 'Add another split',
|
|
|
|
];
|