2017-05-25 16:20:07 +02:00
< ? php
2017-08-12 10:42:06 +02:00
declare ( strict_types = 1 );
2017-05-25 16:20:07 +02:00
/**
* firefly . php
* Copyright ( C ) 2016 thegrumpydictator @ gmail . com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution - ShareAlike 4.0 International License .
*
* See the LICENSE file for details .
*/
return [
// general stuff:
'close' => 'Cerrar' ,
'actions' => 'Acciones' ,
'edit' => 'Editar' ,
'delete' => 'Eliminar' ,
'welcomeBack' => '¿Qué está tocando?' ,
'everything' => 'Todo' ,
'customRange' => 'Rango personalizado' ,
'apply' => 'Aplicar' ,
2017-08-17 19:50:08 +02:00
'select_date' => 'Seleccionar fecha...' ,
2017-05-25 16:20:07 +02:00
'cancel' => 'Cancelar' ,
'from' => 'Desde' ,
'to' => 'Hasta' ,
'showEverything' => 'Mostrar todo' ,
'never' => 'Nunca' ,
2017-08-17 19:50:08 +02:00
'no_results_for_empty_search' => 'Su búsqueda estaba vacía, por lo que no se encontró nada.' ,
2017-05-25 16:20:07 +02:00
'removed_amount' => 'Eliminado: cantidad' ,
'added_amount' => 'Agregado: cantidad' ,
'asset_account_role_help' => 'Las opciones extras como resultado de su elección se pueden establecer más tarde.' ,
'Opening balance' => 'Balance inicial' ,
'create_new_stuff' => 'Crear nueva etiqueta' ,
'new_withdrawal' => 'Nuevo retiro' ,
'new_deposit' => 'Nuevo depósito' ,
'new_transfer' => 'Nueva transferencia' ,
'new_asset_account' => 'Nueva cuenta de activo' ,
'new_expense_account' => 'Nueva cuenta de gastos' ,
'new_revenue_account' => 'Nueva cuenta de ingresos' ,
'new_budget' => 'Nuevo presupuesto' ,
'new_bill' => 'Nueva factura' ,
'block_account_logout' => 'Tu sesión ha sido cerrada. Las cuentas bloqueadas no pueden utilizar este sitio. ¿Registrarte con una dirección válida de correo electrónico?' ,
'flash_success' => '¡Operación correcta!' ,
'flash_info' => 'Mensaje' ,
'flash_warning' => '¡Atención!' ,
'flash_error' => '¡Error!' ,
'flash_info_multiple' => 'Hay un mensaje | Hay: mensajes de la cuenta' ,
'flash_error_multiple' => 'Hay un error | Hay: contar errores' ,
'net_worth' => 'Valor Neto' ,
2017-05-25 16:30:08 +02:00
'route_has_no_help' => 'No hay datos en este registro.' ,
'two_factor_welcome' => 'Hola %{user}!' ,
'two_factor_enter_code' => 'Para continuar, introduce tu código de autenticación de dos pasos. La aplicación puede generarlo para usted.' ,
'two_factor_code_here' => 'Ingresar código aquí' ,
'two_factor_title' => 'Autenticación en dos pasos' ,
'authenticate' => 'Autentificar' ,
'two_factor_forgot_title' => 'Autenticación en dos pasos perdida' ,
2017-08-25 07:08:13 +02:00
'two_factor_forgot' => '' ,
'two_factor_lost_header' => '' ,
2017-08-17 20:00:16 +02:00
'two_factor_lost_intro' => 'Por desgracia, esto no es algo que se pueda restablecer desde la interfaz web. Tienes dos opciones.' ,
2017-08-25 07:08:13 +02:00
'two_factor_lost_fix_self' => '' ,
'two_factor_lost_fix_owner' => '' ,
'warning_much_data' => '' ,
2017-08-17 20:00:16 +02:00
'registered' => '¡Te has registrado con éxito!' ,
2017-08-25 07:08:13 +02:00
'Default asset account' => '' ,
'no_budget_pointer' => '' ,
'Savings account' => '' ,
'Credit card' => '' ,
'source_accounts' => '' ,
'destination_accounts' => '' ,
'user_id_is' => '' ,
'field_supports_markdown' => '' ,
'need_more_help' => '' ,
'reenable_intro_text' => '' ,
'intro_boxes_after_refresh' => '' ,
'show_all_no_filter' => '' ,
'expenses_by_category' => '' ,
'expenses_by_budget' => '' ,
'income_by_category' => '' ,
'expenses_by_asset_account' => '' ,
'expenses_by_expense_account' => '' ,
'cannot_redirect_to_account' => '' ,
'sum_of_expenses' => '' ,
'sum_of_income' => '' ,
'total_sum' => '' ,
'spent_in_specific_budget' => '' ,
'sum_of_expenses_in_budget' => '' ,
'left_in_budget_limit' => '' ,
'cannot_reset_demo_user' => '' ,
'current_period' => '' ,
'show_the_current_period_and_overview' => '' ,
'pref_languages_locale' => '' ,
'budget_in_period' => '' ,
'chart_budget_in_period' => '' ,
'chart_account_in_period' => '' ,
'chart_category_in_period' => '' ,
'chart_category_all' => '' ,
'clone_withdrawal' => '' ,
'clone_deposit' => '' ,
'clone_transfer' => '' ,
'multi_select_no_selection' => '' ,
'multi_select_all_selected' => '' ,
'multi_select_filter_placeholder' => '' ,
'between_dates_breadcrumb' => '' ,
'all_journals_without_budget' => '' ,
'journals_without_budget' => '' ,
'all_journals_without_category' => '' ,
'journals_without_category' => '' ,
'all_journals_for_account' => '' ,
'chart_all_journals_for_account' => '' ,
'journals_in_period_for_account' => '' ,
'transferred' => '' ,
'all_withdrawal' => '' ,
'all_transactions' => '' ,
'title_withdrawal_between' => '' ,
'all_deposit' => '' ,
'title_deposit_between' => '' ,
'all_transfers' => '' ,
'title_transfers_between' => '' ,
'all_transfer' => '' ,
'all_journals_for_tag' => '' ,
'title_transfer_between' => '' ,
'all_journals_for_category' => '' ,
'all_journals_for_budget' => '' ,
'chart_all_journals_for_budget' => '' ,
'journals_in_period_for_category' => '' ,
'journals_in_period_for_tag' => '' ,
'not_available_demo_user' => '' ,
'exchange_rate_instructions' => '' ,
'transfer_exchange_rate_instructions' => '' ,
'transaction_data' => '' ,
2017-05-25 16:20:07 +02:00
2017-07-15 17:30:35 +02:00
// search
2017-08-25 07:08:13 +02:00
'search' => '' ,
'search_found_transactions' => '' ,
'general_search_error' => '' ,
'search_box' => '' ,
'search_box_intro' => '' ,
'search_error' => '' ,
'search_searching' => '' ,
2017-07-15 17:30:35 +02:00
2017-05-25 16:20:07 +02:00
// repeat frequencies:
2017-08-25 07:08:13 +02:00
'repeat_freq_yearly' => '' ,
'repeat_freq_monthly' => '' ,
'weekly' => '' ,
'quarterly' => '' ,
'half-year' => '' ,
'yearly' => '' ,
2017-05-25 16:20:07 +02:00
// export data:
2017-08-25 07:08:13 +02:00
'import_and_export' => '' ,
'export_data' => '' ,
'export_data_intro' => '' ,
'export_format' => '' ,
'export_format_csv' => '' ,
'export_format_mt940' => '' ,
'export_included_accounts' => '' ,
'include_old_uploads_help' => '' ,
'do_export' => '' ,
'export_status_never_started' => '' ,
'export_status_make_exporter' => '' ,
'export_status_collecting_journals' => '' ,
'export_status_collected_journals' => '' ,
'export_status_converting_to_export_format' => '' ,
'export_status_converted_to_export_format' => '' ,
'export_status_creating_journal_file' => '' ,
'export_status_created_journal_file' => '' ,
'export_status_collecting_attachments' => '' ,
'export_status_collected_attachments' => '' ,
'export_status_collecting_old_uploads' => '' ,
'export_status_collected_old_uploads' => '' ,
'export_status_creating_config_file' => '' ,
'export_status_created_config_file' => '' ,
'export_status_creating_zip_file' => '' ,
'export_status_created_zip_file' => '' ,
'export_status_finished' => '' ,
'export_data_please_wait' => '' ,
2017-05-25 16:20:07 +02:00
// rules
2017-08-25 07:08:13 +02:00
'rules' => '' ,
'rule_name' => '' ,
'rule_triggers' => '' ,
'rule_actions' => '' ,
'new_rule' => '' ,
'new_rule_group' => '' ,
'rule_priority_up' => '' ,
'rule_priority_down' => '' ,
'make_new_rule_group' => '' ,
'store_new_rule_group' => '' ,
'created_new_rule_group' => '' ,
'updated_rule_group' => '' ,
'edit_rule_group' => '' ,
'delete_rule_group' => '' ,
'deleted_rule_group' => '' ,
'update_rule_group' => '' ,
'no_rules_in_group' => '' ,
'move_rule_group_up' => '' ,
'move_rule_group_down' => '' ,
'save_rules_by_moving' => '' ,
'make_new_rule' => '' ,
'rule_help_stop_processing' => '' ,
'rule_help_active' => '' ,
'stored_new_rule' => '' ,
'deleted_rule' => '' ,
'store_new_rule' => '' ,
'updated_rule' => '' ,
'default_rule_group_name' => '' ,
'default_rule_group_description' => '' ,
'default_rule_name' => '' ,
'default_rule_description' => '' ,
'default_rule_trigger_description' => '' ,
'default_rule_trigger_from_account' => '' ,
'default_rule_action_prepend' => '' ,
'default_rule_action_set_category' => '' ,
'trigger' => '' ,
'trigger_value' => '' ,
'stop_processing_other_triggers' => '' ,
'add_rule_trigger' => '' ,
'action' => '' ,
'action_value' => '' ,
'stop_executing_other_actions' => '' ,
'add_rule_action' => '' ,
'edit_rule' => '' ,
'delete_rule' => '' ,
'update_rule' => '' ,
'test_rule_triggers' => '' ,
'warning_transaction_subset' => '' ,
'warning_no_matching_transactions' => '' ,
'warning_no_valid_triggers' => '' ,
'apply_rule_selection' => '' ,
'apply_rule_selection_intro' => '' ,
'include_transactions_from_accounts' => '' ,
'applied_rule_selection' => '' ,
'execute' => '' ,
'apply_rule_group_selection' => '' ,
'apply_rule_group_selection_intro' => '' ,
'applied_rule_group_selection' => '' ,
2017-05-25 16:20:07 +02:00
// actions and triggers
2017-08-25 07:08:13 +02:00
'rule_trigger_user_action' => '' ,
'rule_trigger_from_account_starts' => '' ,
'rule_trigger_from_account_ends' => '' ,
'rule_trigger_from_account_is' => '' ,
'rule_trigger_from_account_contains' => '' ,
'rule_trigger_to_account_starts' => '' ,
'rule_trigger_to_account_ends' => '' ,
'rule_trigger_to_account_is' => '' ,
'rule_trigger_to_account_contains' => '' ,
'rule_trigger_transaction_type' => '' ,
'rule_trigger_category_is' => '' ,
'rule_trigger_amount_less' => '' ,
'rule_trigger_amount_exactly' => '' ,
'rule_trigger_amount_more' => '' ,
'rule_trigger_description_starts' => '' ,
'rule_trigger_description_ends' => '' ,
'rule_trigger_description_contains' => '' ,
'rule_trigger_description_is' => '' ,
'rule_trigger_from_account_starts_choice' => '' ,
'rule_trigger_from_account_ends_choice' => '' ,
'rule_trigger_from_account_is_choice' => '' ,
'rule_trigger_from_account_contains_choice' => '' ,
'rule_trigger_to_account_starts_choice' => '' ,
'rule_trigger_to_account_ends_choice' => '' ,
'rule_trigger_to_account_is_choice' => '' ,
'rule_trigger_to_account_contains_choice' => '' ,
'rule_trigger_transaction_type_choice' => '' ,
'rule_trigger_amount_less_choice' => '' ,
'rule_trigger_amount_exactly_choice' => '' ,
'rule_trigger_amount_more_choice' => '' ,
'rule_trigger_description_starts_choice' => '' ,
'rule_trigger_description_ends_choice' => '' ,
'rule_trigger_description_contains_choice' => '' ,
'rule_trigger_description_is_choice' => '' ,
'rule_trigger_category_is_choice' => '' ,
'rule_trigger_budget_is_choice' => '' ,
'rule_trigger_tag_is_choice' => '' ,
'rule_trigger_has_attachments_choice' => '' ,
'rule_trigger_has_attachments' => '' ,
'rule_trigger_store_journal' => '' ,
'rule_trigger_update_journal' => '' ,
'rule_action_set_category' => '' ,
'rule_action_clear_category' => '' ,
'rule_action_set_budget' => '' ,
'rule_action_clear_budget' => '' ,
'rule_action_add_tag' => '' ,
'rule_action_remove_tag' => '' ,
'rule_action_remove_all_tags' => '' ,
'rule_action_set_description' => '' ,
'rule_action_append_description' => '' ,
'rule_action_prepend_description' => '' ,
'rule_action_set_category_choice' => '' ,
'rule_action_clear_category_choice' => '' ,
'rule_action_set_budget_choice' => '' ,
'rule_action_clear_budget_choice' => '' ,
'rule_action_add_tag_choice' => '' ,
'rule_action_remove_tag_choice' => '' ,
'rule_action_remove_all_tags_choice' => '' ,
'rule_action_set_description_choice' => '' ,
'rule_action_append_description_choice' => '' ,
'rule_action_prepend_description_choice' => '' ,
'rule_action_set_source_account_choice' => '' ,
'rule_action_set_source_account' => '' ,
'rule_action_set_destination_account_choice' => '' ,
'rule_action_set_destination_account' => '' ,
2017-05-25 16:20:07 +02:00
// tags
2017-08-25 07:08:13 +02:00
'store_new_tag' => '' ,
'update_tag' => '' ,
'no_location_set' => '' ,
'meta_data' => '' ,
'location' => '' ,
2017-05-25 16:20:07 +02:00
// preferences
2017-08-25 07:08:13 +02:00
'pref_home_screen_accounts' => '' ,
'pref_home_screen_accounts_help' => '' ,
'pref_view_range' => '' ,
'pref_view_range_help' => '' ,
'pref_1D' => '' ,
'pref_1W' => '' ,
'pref_1M' => '' ,
'pref_3M' => '' ,
'pref_6M' => '' ,
'pref_1Y' => '' ,
'pref_languages' => '' ,
'pref_languages_help' => '' ,
'pref_custom_fiscal_year' => '' ,
'pref_custom_fiscal_year_label' => '' ,
'pref_custom_fiscal_year_help' => '' ,
'pref_fiscal_year_start_label' => '' ,
'pref_two_factor_auth' => '' ,
'pref_two_factor_auth_help' => '' ,
'pref_enable_two_factor_auth' => '' ,
'pref_two_factor_auth_disabled' => '' ,
'pref_two_factor_auth_remove_it' => '' ,
'pref_two_factor_auth_code' => '' ,
'pref_two_factor_auth_code_help' => '' ,
'pref_two_factor_auth_reset_code' => '' ,
'pref_two_factor_auth_remove_code' => '' ,
'pref_two_factor_auth_remove_will_disable' => '' ,
'pref_save_settings' => '' ,
'saved_preferences' => '' ,
'preferences_general' => '' ,
'preferences_frontpage' => '' ,
'preferences_security' => '' ,
'preferences_layout' => '' ,
'pref_home_show_deposits' => '' ,
'pref_home_show_deposits_info' => '' ,
'pref_home_do_show_deposits' => '' ,
'successful_count' => '' ,
'transaction_page_size_title' => '' ,
'transaction_page_size_help' => '' ,
'transaction_page_size_label' => '' ,
'between_dates' => '' ,
'pref_optional_fields_transaction' => '' ,
'pref_optional_fields_transaction_help' => '' ,
'optional_tj_date_fields' => '' ,
'optional_tj_business_fields' => '' ,
'optional_tj_attachment_fields' => '' ,
'pref_optional_tj_interest_date' => '' ,
'pref_optional_tj_book_date' => '' ,
'pref_optional_tj_process_date' => '' ,
'pref_optional_tj_due_date' => '' ,
'pref_optional_tj_payment_date' => '' ,
'pref_optional_tj_invoice_date' => '' ,
'pref_optional_tj_internal_reference' => '' ,
'pref_optional_tj_notes' => '' ,
'pref_optional_tj_attachments' => '' ,
'optional_field_meta_dates' => '' ,
'optional_field_meta_business' => '' ,
'optional_field_attachments' => '' ,
'optional_field_meta_data' => '' ,
2017-05-25 16:20:07 +02:00
// profile:
2017-08-25 07:08:13 +02:00
'change_your_password' => '' ,
'delete_account' => '' ,
'current_password' => '' ,
'new_password' => '' ,
'new_password_again' => '' ,
'delete_your_account' => '' ,
'delete_your_account_help' => '' ,
'delete_your_account_password' => '' ,
'password' => '' ,
'are_you_sure' => '' ,
'delete_account_button' => '' ,
'invalid_current_password' => '' ,
'password_changed' => '' ,
'should_change' => '' ,
'invalid_password' => '' ,
'what_is_pw_security' => '' ,
'secure_pw_title' => '' ,
'secure_pw_history' => '' ,
'secure_pw_check_box' => '' ,
'secure_pw_sha1' => '' ,
'secure_pw_hash_speed' => '' ,
'secure_pw_hash_security' => '' ,
'secure_pw_should' => '' ,
'secure_pw_long_password' => '' ,
'secure_pw_short' => '' ,
2017-05-25 16:20:07 +02:00
// attachments
2017-08-25 07:08:13 +02:00
'nr_of_attachments' => '' ,
'attachments' => '' ,
'edit_attachment' => '' ,
'update_attachment' => '' ,
'delete_attachment' => '' ,
'attachment_deleted' => '' ,
'attachment_updated' => '' ,
'upload_max_file_size' => '' ,
2017-05-25 16:20:07 +02:00
// transaction index
2017-08-25 07:08:13 +02:00
'title_expenses' => '' ,
'title_withdrawal' => '' ,
'title_revenue' => '' ,
'title_deposit' => '' ,
'title_transfer' => '' ,
'title_transfers' => '' ,
2017-05-25 16:20:07 +02:00
// convert stuff:
2017-08-25 07:08:13 +02:00
'convert_is_already_type_Withdrawal' => '' ,
'convert_is_already_type_Deposit' => '' ,
'convert_is_already_type_Transfer' => '' ,
'convert_to_Withdrawal' => '' ,
'convert_to_Deposit' => '' ,
'convert_to_Transfer' => '' ,
'convert_options_WithdrawalDeposit' => '' ,
'convert_options_WithdrawalTransfer' => '' ,
'convert_options_DepositTransfer' => '' ,
'convert_options_DepositWithdrawal' => '' ,
'convert_options_TransferWithdrawal' => '' ,
'convert_options_TransferDeposit' => '' ,
'transaction_journal_convert_options' => '' ,
'convert_Withdrawal_to_deposit' => '' ,
'convert_Withdrawal_to_transfer' => '' ,
'convert_Deposit_to_withdrawal' => '' ,
'convert_Deposit_to_transfer' => '' ,
'convert_Transfer_to_deposit' => '' ,
'convert_Transfer_to_withdrawal' => '' ,
'convert_please_set_revenue_source' => '' ,
'convert_please_set_asset_destination' => '' ,
'convert_please_set_expense_destination' => '' ,
'convert_please_set_asset_source' => '' ,
'convert_explanation_withdrawal_deposit' => '' ,
'convert_explanation_withdrawal_transfer' => '' ,
'convert_explanation_deposit_withdrawal' => '' ,
'convert_explanation_deposit_transfer' => '' ,
'convert_explanation_transfer_withdrawal' => '' ,
'convert_explanation_transfer_deposit' => '' ,
'converted_to_Withdrawal' => '' ,
'converted_to_Deposit' => '' ,
'converted_to_Transfer' => '' ,
2017-05-25 16:20:07 +02:00
// create new stuff:
2017-08-25 07:08:13 +02:00
'create_new_withdrawal' => '' ,
'create_new_deposit' => '' ,
'create_new_transfer' => '' ,
'create_new_asset' => '' ,
'create_new_expense' => '' ,
'create_new_revenue' => '' ,
'create_new_piggy_bank' => '' ,
'create_new_bill' => '' ,
2017-05-25 16:20:07 +02:00
// currencies:
2017-08-25 07:08:13 +02:00
'create_currency' => '' ,
'store_currency' => '' ,
'update_currency' => '' ,
'new_default_currency' => '' ,
'cannot_delete_currency' => '' ,
'deleted_currency' => '' ,
'created_currency' => '' ,
'updated_currency' => '' ,
'ask_site_owner' => '' ,
'currencies_intro' => '' ,
'make_default_currency' => '' ,
'default_currency' => '' ,
2017-05-25 16:20:07 +02:00
// forms:
2017-08-25 07:08:13 +02:00
'mandatoryFields' => '' ,
'optionalFields' => '' ,
'options' => '' ,
2017-05-25 16:20:07 +02:00
// budgets:
2017-08-25 07:08:13 +02:00
'create_new_budget' => '' ,
'store_new_budget' => '' ,
'stored_new_budget' => '' ,
'available_between' => '' ,
'transactionsWithoutBudget' => '' ,
'transactions_no_budget' => '' ,
'spent_between' => '' ,
'createBudget' => '' ,
'inactiveBudgets' => '' ,
'without_budget_between' => '' ,
'delete_budget' => '' ,
'deleted_budget' => '' ,
'edit_budget' => '' ,
'updated_budget' => '' ,
'update_amount' => '' ,
'update_budget' => '' ,
'update_budget_amount_range' => '' ,
'budget_period_navigator' => '' ,
2017-05-25 16:20:07 +02:00
// bills:
2017-08-25 07:08:13 +02:00
'matching_on' => '' ,
'between_amounts' => '' ,
'repeats' => '' ,
'connected_journals' => '' ,
'auto_match_on' => '' ,
'auto_match_off' => '' ,
'next_expected_match' => '' ,
'delete_bill' => '' ,
'deleted_bill' => '' ,
'edit_bill' => '' ,
'more' => '' ,
'rescan_old' => '' ,
'update_bill' => '' ,
'updated_bill' => '' ,
'store_new_bill' => '' ,
'stored_new_bill' => '' ,
'cannot_scan_inactive_bill' => '' ,
'rescanned_bill' => '' ,
'average_bill_amount_year' => '' ,
'average_bill_amount_overall' => '' ,
'not_or_not_yet' => '' ,
'not_expected_period' => '' ,
'bill_is_active' => '' ,
'bill_will_automatch' => '' ,
2017-05-25 16:20:07 +02:00
// accounts:
2017-08-25 07:08:13 +02:00
'details_for_asset' => '' ,
'details_for_expense' => '' ,
'details_for_revenue' => '' ,
'details_for_cash' => '' ,
'store_new_asset_account' => '' ,
'store_new_expense_account' => '' ,
'store_new_revenue_account' => '' ,
'edit_asset_account' => '' ,
'edit_expense_account' => '' ,
'edit_revenue_account' => '' ,
'delete_asset_account' => '' ,
'delete_expense_account' => '' ,
'delete_revenue_account' => '' ,
'asset_deleted' => '' ,
'expense_deleted' => '' ,
'revenue_deleted' => '' ,
'update_asset_account' => '' ,
'update_expense_account' => '' ,
'update_revenue_account' => '' ,
'make_new_asset_account' => '' ,
'make_new_expense_account' => '' ,
'make_new_revenue_account' => '' ,
'asset_accounts' => '' ,
'expense_accounts' => '' ,
'revenue_accounts' => '' ,
'cash_accounts' => '' ,
'Cash account' => '' ,
'account_type' => '' ,
'save_transactions_by_moving' => '' ,
'stored_new_account' => '' ,
'updated_account' => '' ,
'credit_card_options' => '' ,
'no_transactions_account' => '' ,
'no_data_for_chart' => '' ,
'select_more_than_one_account' => '' ,
'select_more_than_one_category' => '' ,
'select_more_than_one_budget' => '' ,
'select_more_than_one_tag' => '' ,
'account_default_currency' => '' ,
2017-05-25 16:20:07 +02:00
// categories:
2017-08-25 07:08:13 +02:00
'new_category' => '' ,
'create_new_category' => '' ,
'without_category' => '' ,
'update_category' => '' ,
'updated_category' => '' ,
'categories' => '' ,
'edit_category' => '' ,
'no_category' => '' ,
'category' => '' ,
'delete_category' => '' ,
'deleted_category' => '' ,
'store_category' => '' ,
'stored_category' => '' ,
'without_category_between' => '' ,
2017-05-25 16:20:07 +02:00
// transactions:
2017-08-25 07:08:13 +02:00
'update_withdrawal' => '' ,
'update_deposit' => '' ,
'update_transfer' => '' ,
'updated_withdrawal' => '' ,
'updated_deposit' => '' ,
'updated_transfer' => '' ,
'delete_withdrawal' => '' ,
'delete_deposit' => '' ,
'delete_transfer' => '' ,
'deleted_withdrawal' => '' ,
'deleted_deposit' => '' ,
'deleted_transfer' => '' ,
'stored_journal' => '' ,
'select_transactions' => '' ,
'stop_selection' => '' ,
'edit_selected' => '' ,
'delete_selected' => '' ,
'mass_delete_journals' => '' ,
'mass_edit_journals' => '' ,
'cannot_edit_other_fields' => '' ,
'perm-delete-many' => '' ,
'mass_deleted_transactions_success' => '' ,
'mass_edited_transactions_success' => '' ,
2017-05-25 16:20:07 +02:00
// new user:
2017-08-25 07:08:13 +02:00
'welcome' => '' ,
'submit' => '' ,
'getting_started' => '' ,
'to_get_started' => '' ,
'savings_balance_text' => '' ,
'finish_up_new_user' => '' ,
'stored_new_accounts_new_user' => '' ,
2017-05-25 16:20:07 +02:00
// home page:
2017-08-25 07:08:13 +02:00
'yourAccounts' => '' ,
'budgetsAndSpending' => '' ,
'savings' => '' ,
'newWithdrawal' => '' ,
'newDeposit' => '' ,
'newTransfer' => '' ,
'moneyIn' => '' ,
'moneyOut' => '' ,
'billsToPay' => '' ,
'billsPaid' => '' ,
2017-05-25 16:20:07 +02:00
// menu and titles, should be recycled as often as possible:
2017-08-25 07:08:13 +02:00
'currency' => '' ,
'preferences' => '' ,
'logout' => '' ,
'searchPlaceholder' => '' ,
'dashboard' => '' ,
'currencies' => '' ,
'accounts' => '' ,
'Asset account' => '' ,
'Default account' => '' ,
'Expense account' => '' ,
'Revenue account' => '' ,
'Initial balance account' => '' ,
'budgets' => '' ,
'tags' => '' ,
'reports' => '' ,
'transactions' => '' ,
'expenses' => '' ,
'income' => '' ,
'transfers' => '' ,
'moneyManagement' => '' ,
'piggyBanks' => '' ,
'bills' => '' ,
'withdrawal' => '' ,
'deposit' => '' ,
'account' => '' ,
'transfer' => '' ,
'Withdrawal' => '' ,
'Deposit' => '' ,
'Transfer' => '' ,
'bill' => '' ,
'yes' => '' ,
'no' => '' ,
'amount' => '' ,
'overview' => '' ,
'saveOnAccount' => '' ,
'unknown' => '' ,
'daily' => '' ,
'monthly' => '' ,
'profile' => '' ,
'errors' => '' ,
2017-05-25 16:20:07 +02:00
// reports:
2017-08-25 07:08:13 +02:00
'report_default' => '' ,
'report_audit' => '' ,
'report_category' => '' ,
'report_budget' => '' ,
'report_tag' => '' ,
'quick_link_reports' => '' ,
'quick_link_default_report' => '' ,
'quick_link_audit_report' => '' ,
'report_this_month_quick' => '' ,
'report_this_year_quick' => '' ,
'report_this_fiscal_year_quick' => '' ,
'report_all_time_quick' => '' ,
'reports_can_bookmark' => '' ,
'incomeVsExpenses' => '' ,
'accountBalances' => '' ,
'balanceStart' => '' ,
'balanceEnd' => '' ,
'splitByAccount' => '' ,
'coveredWithTags' => '' ,
'leftUnbalanced' => '' ,
'leftInBudget' => '' ,
'sumOfSums' => '' ,
'noCategory' => '' ,
'notCharged' => '' ,
'inactive' => '' ,
'active' => '' ,
'difference' => '' ,
'in' => '' ,
'out' => '' ,
'topX' => '' ,
'show_full_list' => '' ,
'show_only_top' => '' ,
'report_type' => '' ,
'report_type_default' => '' ,
'report_type_audit' => '' ,
'report_type_category' => '' ,
'report_type_budget' => '' ,
'report_type_tag' => '' ,
'more_info_help' => '' ,
'report_included_accounts' => '' ,
'report_date_range' => '' ,
'report_preset_ranges' => '' ,
'shared' => '' ,
'fiscal_year' => '' ,
'income_entry' => '' ,
'expense_entry' => '' ,
'category_entry' => '' ,
'budget_spent_amount' => '' ,
'balance_amount' => '' ,
'no_audit_activity' => '' ,
'audit_end_balance' => '' ,
'reports_extra_options' => '' ,
'report_has_no_extra_options' => '' ,
'reports_submit' => '' ,
'end_after_start_date' => '' ,
'select_category' => '' ,
'select_budget' => '' ,
'select_tag' => '' ,
'income_per_category' => '' ,
'expense_per_category' => '' ,
'expense_per_budget' => '' ,
'income_per_account' => '' ,
'expense_per_account' => '' ,
'expense_per_tag' => '' ,
'income_per_tag' => '' ,
'include_expense_not_in_budget' => '' ,
'include_expense_not_in_account' => '' ,
'include_expense_not_in_category' => '' ,
'include_income_not_in_category' => '' ,
'include_income_not_in_account' => '' ,
'include_income_not_in_tags' => '' ,
'include_expense_not_in_tags' => '' ,
'everything_else' => '' ,
'income_and_expenses' => '' ,
'spent_average' => '' ,
'income_average' => '' ,
'transaction_count' => '' ,
'average_spending_per_account' => '' ,
'average_income_per_account' => '' ,
'total' => '' ,
'description' => '' ,
'sum_of_period' => '' ,
'average_in_period' => '' ,
'account_role_defaultAsset' => '' ,
'account_role_sharedAsset' => '' ,
'account_role_savingAsset' => '' ,
'account_role_ccAsset' => '' ,
2017-05-25 16:20:07 +02:00
// charts:
2017-08-25 07:08:13 +02:00
'chart' => '' ,
'month' => '' ,
'budget' => '' ,
'spent' => '' ,
'spent_in_budget' => '' ,
'left_to_spend' => '' ,
'earned' => '' ,
'overspent' => '' ,
'left' => '' ,
'no_budget' => '' ,
'max-amount' => '' ,
'min-amount' => '' ,
'journal-amount' => '' ,
'name' => '' ,
'date' => '' ,
'paid' => '' ,
'unpaid' => '' ,
'day' => '' ,
'budgeted' => '' ,
'period' => '' ,
'balance' => '' ,
'sum' => '' ,
'average' => '' ,
'balanceFor' => '' ,
2017-05-25 16:20:07 +02:00
// piggy banks:
2017-08-25 07:08:13 +02:00
'add_money_to_piggy' => '' ,
'piggy_bank' => '' ,
'new_piggy_bank' => '' ,
'store_piggy_bank' => '' ,
'stored_piggy_bank' => '' ,
'account_status' => '' ,
'left_for_piggy_banks' => '' ,
'sum_of_piggy_banks' => '' ,
'saved_so_far' => '' ,
'left_to_save' => '' ,
'suggested_amount' => '' ,
'add_money_to_piggy_title' => '' ,
'remove_money_from_piggy_title' => '' ,
'add' => '' ,
'remove' => '' ,
'max_amount_add' => '' ,
'max_amount_remove' => '' ,
'update_piggy_button' => '' ,
'update_piggy_title' => '' ,
'updated_piggy_bank' => '' ,
'details' => '' ,
'events' => '' ,
'target_amount' => '' ,
'start_date' => '' ,
'target_date' => '' ,
'no_target_date' => '' ,
'table' => '' ,
'delete_piggy_bank' => '' ,
'cannot_add_amount_piggy' => '' ,
'cannot_remove_from_piggy' => '' ,
'deleted_piggy_bank' => '' ,
'added_amount_to_piggy' => '' ,
'removed_amount_from_piggy' => '' ,
2017-05-25 16:20:07 +02:00
// tags
2017-08-25 07:08:13 +02:00
'regular_tag' => '' ,
'balancing_act' => '' ,
'advance_payment' => '' ,
'delete_tag' => '' ,
'deleted_tag' => '' ,
'new_tag' => '' ,
'edit_tag' => '' ,
'updated_tag' => '' ,
'created_tag' => '' ,
'transaction_journal_information' => '' ,
'transaction_journal_meta' => '' ,
'total_amount' => '' ,
'number_of_decimals' => '' ,
2017-05-25 16:20:07 +02:00
// administration
2017-08-25 07:08:13 +02:00
'administration' => '' ,
'user_administration' => '' ,
'list_all_users' => '' ,
'all_users' => '' ,
'instance_configuration' => '' ,
'firefly_instance_configuration' => '' ,
'setting_single_user_mode' => '' ,
'setting_single_user_mode_explain' => '' ,
'store_configuration' => '' ,
'single_user_administration' => '' ,
'edit_user' => '' ,
'hidden_fields_preferences' => '' ,
'user_data_information' => '' ,
'user_information' => '' ,
'total_size' => '' ,
'budget_or_budgets' => '' ,
'budgets_with_limits' => '' ,
'rule_or_rules' => '' ,
'rulegroup_or_groups' => '' ,
'configuration_updated' => '' ,
'setting_is_demo_site' => '' ,
'setting_is_demo_site_explain' => '' ,
'block_code_bounced' => '' ,
'block_code_expired' => '' ,
'no_block_code' => '' ,
2017-08-20 14:50:55 +02:00
// links
2017-08-25 07:08:13 +02:00
'journal_link_configuration' => '' ,
'create_new_link_type' => '' ,
'store_new_link_type' => '' ,
'update_link_type' => '' ,
'edit_link_type' => '' ,
'updated_link_type' => '' ,
'delete_link_type' => '' ,
'deleted_link_type' => '' ,
'stored_new_link_type' => '' ,
'cannot_edit_link_type' => '' ,
'link_type_help_name' => '' ,
'link_type_help_inward' => '' ,
'link_type_help_outward' => '' ,
'save_connections_by_moving' => '' ,
'do_not_save_connection' => '' ,
'link_transaction' => '' ,
'link_to_other_transaction' => '' ,
'select_transaction_to_link' => '' ,
'this_transaction' => '' ,
'transaction' => '' ,
'comments' => '' ,
'to_link_not_found' => '' ,
'invalid_link_data' => '' ,
'journals_linked' => '' ,
'journals_error_linked' => '' ,
'journal_links' => '' ,
'this_withdrawal' => '' ,
'this_deposit' => '' ,
'this_transfer' => '' ,
'overview_for_link' => '' ,
'delete_journal_link' => '' ,
'deleted_link' => '' ,
2017-08-22 14:10:21 +02:00
2017-05-25 16:20:07 +02:00
// split a transaction:
2017-08-25 07:08:13 +02:00
'splits' => '' ,
'add_another_split' => '' ,
'split-transactions' => '' ,
'do_split' => '' ,
'split_this_withdrawal' => '' ,
'split_this_deposit' => '' ,
'split_this_transfer' => '' ,
'cannot_edit_multiple_source' => '' ,
'cannot_edit_multiple_dest' => '' ,
'cannot_edit_opening_balance' => '' ,
'no_edit_multiple_left' => '' ,
2017-05-25 16:20:07 +02:00
2017-06-24 07:30:23 +02:00
// import bread crumbs and titles:
2017-08-25 07:08:13 +02:00
'import' => '' ,
'import_data' => '' ,
2017-06-24 07:30:23 +02:00
// import index page:
2017-08-25 07:08:13 +02:00
'import_index_title' => '' ,
'import_index_sub_title' => '' ,
'import_general_index_intro' => '' ,
'import_index_intro' => '' ,
'import_index_file' => '' ,
'import_index_config' => '' ,
'import_index_type' => '' ,
'import_index_start' => '' ,
2017-06-24 07:30:23 +02:00
// supported file types:
2017-08-25 07:08:13 +02:00
'import_file_type_csv' => '' ,
2017-06-24 07:30:23 +02:00
// import configuration routine:
2017-08-25 07:08:13 +02:00
'import_config_sub_title' => '' ,
'import_config_bread_crumb' => '' ,
2017-06-24 07:30:23 +02:00
// import status page:
2017-08-25 07:08:13 +02:00
'import_status_bread_crumb' => '' ,
'import_status_sub_title' => '' ,
'import_status_wait_title' => '' ,
'import_status_wait_text' => '' ,
'import_status_ready_title' => '' ,
'import_status_ready_text' => '' ,
'import_status_ready_config' => '' ,
'import_status_ready_start' => '' ,
'import_status_ready_share' => '' ,
'import_status_running_title' => '' ,
'import_status_running_placeholder' => '' ,
'import_status_errors_title' => '' ,
'import_status_errors_single' => '' ,
'import_status_errors_multi' => '' ,
'import_status_fatal_title' => '' ,
'import_status_fatal_text' => '' ,
'import_status_fatal_more' => '' ,
'import_status_finished_title' => '' ,
'import_status_finished_text' => '' ,
'import_status_finished_job' => '' ,
'import_with_key' => '' ,
2017-06-24 07:30:23 +02:00
2017-05-25 16:20:07 +02:00
// sandstorm.io errors and messages:
2017-08-25 07:08:13 +02:00
'sandstorm_not_available' => '' ,
2017-05-25 16:20:07 +02:00
// empty lists? no objects? instructions:
2017-08-25 07:08:13 +02:00
'no_transactions_in_period' => '' ,
'no_accounts_title_asset' => '' ,
'no_accounts_intro_asset' => '' ,
'no_accounts_imperative_asset' => '' ,
'no_accounts_create_asset' => '' ,
'no_accounts_title_expense' => '' ,
'no_accounts_intro_expense' => '' ,
'no_accounts_imperative_expense' => '' ,
'no_accounts_create_expense' => '' ,
'no_accounts_title_revenue' => '' ,
'no_accounts_intro_revenue' => '' ,
'no_accounts_imperative_revenue' => '' ,
'no_accounts_create_revenue' => '' ,
'no_budgets_title_default' => '' ,
'no_budgets_intro_default' => '' ,
'no_budgets_imperative_default' => '' ,
'no_budgets_create_default' => '' ,
'no_categories_title_default' => '' ,
'no_categories_intro_default' => '' ,
'no_categories_imperative_default' => '' ,
'no_categories_create_default' => '' ,
'no_tags_title_default' => '' ,
'no_tags_intro_default' => '' ,
'no_tags_imperative_default' => '' ,
'no_tags_create_default' => '' ,
'no_transactions_title_withdrawal' => '' ,
'no_transactions_intro_withdrawal' => '' ,
'no_transactions_imperative_withdrawal' => '' ,
'no_transactions_create_withdrawal' => '' ,
'no_transactions_title_deposit' => '' ,
'no_transactions_intro_deposit' => '' ,
'no_transactions_imperative_deposit' => '' ,
'no_transactions_create_deposit' => '' ,
'no_transactions_title_transfers' => '' ,
'no_transactions_intro_transfers' => '' ,
'no_transactions_imperative_transfers' => '' ,
'no_transactions_create_transfers' => '' ,
'no_piggies_title_default' => '' ,
'no_piggies_intro_default' => '' ,
'no_piggies_imperative_default' => '' ,
'no_piggies_create_default' => '' ,
'no_bills_title_default' => '' ,
'no_bills_intro_default' => '' ,
'no_bills_imperative_default' => '' ,
'no_bills_create_default' => '' ,
2017-05-25 16:20:07 +02:00
];