mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations.
This commit is contained in:
parent
3948cb8e6c
commit
5cf0131d75
@ -472,7 +472,7 @@ return [
|
||||
'matching_on' => 'Matching on',
|
||||
'between_amounts' => 'between :low and :high.',
|
||||
'repeats' => 'Repeats',
|
||||
'connected_journals' => 'Connected transaction journals',
|
||||
'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',
|
||||
@ -561,7 +561,7 @@ return [
|
||||
'edit_selected' => 'Edit selected',
|
||||
'delete_selected' => 'Delete selected',
|
||||
'mass_delete_journals' => 'Delete a number of transactions',
|
||||
'perm-delete-many' => 'Deleting many items in one go can be very disruptive. Please be catious.',
|
||||
'perm-delete-many' => 'Deleting many items in one go can be very disruptive. Please be cautious.',
|
||||
|
||||
|
||||
// new user:
|
||||
|
@ -116,7 +116,7 @@ return [
|
||||
'tag_areYouSure' => 'Are you sure you want to delete the tag ":tag"?',
|
||||
'permDeleteWarning' => 'Deleting stuff from Firely is permanent and cannot be undone.',
|
||||
'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.',
|
||||
'delete_all_permanently' => 'Delete all permanently',
|
||||
'delete_all_permanently' => 'Delete selected permanently',
|
||||
'also_delete_transactions' => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.',
|
||||
'also_delete_rules' => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.',
|
||||
'also_delete_piggyBanks' => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.',
|
||||
|
@ -17,4 +17,5 @@ return [
|
||||
'quarter_of_year' => '%B %Y',
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
|
||||
];
|
||||
|
@ -31,6 +31,8 @@ return [
|
||||
'bounced_error' => 'Le message envoyé à :email a été rejeté, donc pas d\'accès pour vous.',
|
||||
'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' => 'Supprimé :amount',
|
||||
'added_amount' => 'Ajouté :amount',
|
||||
'asset_account_role_help' => 'Any extra options resulting from your choice can be set later.',
|
||||
@ -52,6 +54,41 @@ return [
|
||||
'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 six months',
|
||||
'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',
|
||||
@ -237,6 +274,7 @@ return [
|
||||
'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!',
|
||||
|
||||
// profile:
|
||||
'change_your_password' => 'Change your password',
|
||||
@ -255,6 +293,7 @@ return [
|
||||
'should_change' => 'The idea is to change your password.',
|
||||
'invalid_password' => 'Invalid password!',
|
||||
|
||||
|
||||
// attachments
|
||||
'nr_of_attachments' => 'One attachment|:count attachments',
|
||||
'attachments' => 'Attachments',
|
||||
@ -262,6 +301,7 @@ return [
|
||||
'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:
|
||||
@ -278,6 +318,7 @@ return [
|
||||
'title_transfer' => 'Transferts',
|
||||
'title_transfers' => 'Transferts',
|
||||
|
||||
|
||||
// csv import:
|
||||
'csv_import' => 'Import CSV file',
|
||||
'csv' => 'CSV',
|
||||
@ -363,6 +404,11 @@ return [
|
||||
'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' => 'Creer un nouveau retrait',
|
||||
@ -395,6 +441,8 @@ return [
|
||||
'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',
|
||||
@ -404,7 +452,8 @@ return [
|
||||
|
||||
// budgets:
|
||||
'create_new_budget' => 'Create a new budget',
|
||||
'store_new_budget' => ' Store new budget',
|
||||
'store_new_budget' => 'Store new budget',
|
||||
'stored_new_budget' => 'Stored new budget ":name"',
|
||||
'availableIn' => 'Available in :date',
|
||||
'transactionsWithoutBudget' => 'Expenses without budget',
|
||||
'transactionsWithoutBudgetDate' => 'Expenses without budget in :date',
|
||||
@ -413,15 +462,32 @@ return [
|
||||
'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',
|
||||
|
||||
// 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"',
|
||||
@ -449,32 +515,54 @@ return [
|
||||
'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' => 'Wijzig categorie',
|
||||
'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',
|
||||
'perm-delete-many' => 'Deleting many items in one go can be very disruptive. Please be cautious.',
|
||||
|
||||
|
||||
// new user:
|
||||
'welcome' => 'Welcome to Firefly!',
|
||||
@ -578,6 +666,7 @@ return [
|
||||
'noCategory' => '(no category)',
|
||||
'notCharged' => 'Not charged (yet)',
|
||||
'inactive' => 'Inactive',
|
||||
'active' => 'Active',
|
||||
'difference' => 'Difference',
|
||||
'in' => 'In',
|
||||
'out' => 'Out',
|
||||
@ -593,14 +682,24 @@ return [
|
||||
'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',
|
||||
@ -608,7 +707,7 @@ return [
|
||||
'earned' => 'Earned',
|
||||
'overspent' => 'Overspent',
|
||||
'left' => 'Left',
|
||||
'noBudget' => '(no budget)',
|
||||
'no_budget' => '(no budget)',
|
||||
'maxAmount' => 'Maximum amount',
|
||||
'minAmount' => 'Minumum amount',
|
||||
'billEntry' => 'Current bill entry',
|
||||
@ -629,6 +728,7 @@ return [
|
||||
'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',
|
||||
@ -642,6 +742,7 @@ return [
|
||||
'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',
|
||||
@ -654,14 +755,22 @@ return [
|
||||
'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' => 'Supprimer le tag ":tag"',
|
||||
'deleted_tag' => 'Deleted tag ":tag"',
|
||||
'new_tag' => 'Make new tag',
|
||||
'edit_tag' => 'Editer le 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',
|
||||
@ -671,4 +780,10 @@ return [
|
||||
'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',
|
||||
];
|
||||
|
@ -74,7 +74,6 @@ return [
|
||||
'add_new_deposit' => 'Add a new deposit',
|
||||
'add_new_transfer' => 'Add a new transfer',
|
||||
'noPiggybank' => '(no piggy bank)',
|
||||
'noBudget' => '(no budget)',
|
||||
'title' => 'Title',
|
||||
'notes' => 'Notes',
|
||||
'filename' => 'File name',
|
||||
@ -113,8 +112,11 @@ return [
|
||||
'currency_areYouSure' => 'Are you sure you want to delete the currency named ":name"?',
|
||||
'piggyBank_areYouSure' => 'Are you sure you want to delete the piggy bank named ":name"?',
|
||||
'journal_areYouSure' => 'Are you sure you want to delete the transaction described ":description"?',
|
||||
'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?',
|
||||
'tag_areYouSure' => 'Are you sure you want to delete the tag ":tag"?',
|
||||
'permDeleteWarning' => 'Deleting stuff from Firely is permanent and cannot be undone.',
|
||||
'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.',
|
||||
'delete_all_permanently' => 'Delete selected permanently',
|
||||
'also_delete_transactions' => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.',
|
||||
'also_delete_rules' => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.',
|
||||
'also_delete_piggyBanks' => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.',
|
||||
|
@ -10,22 +10,22 @@
|
||||
return [
|
||||
|
||||
// tour!
|
||||
'main-content-title' => 'Bienvenue sur Firefly III',
|
||||
'main-content-text' => 'Do yourself a favor and follow this short guide to make sure you know your way around.',
|
||||
'sidebar-toggle-title' => 'Sidebar to create stuff',
|
||||
'sidebar-toggle-text' => 'Hidden under the plus icon are all the buttons to create new stuff. Accounts, transactions, everything!',
|
||||
'account-menu-title' => 'All your accounts',
|
||||
'account-menu-text' => 'Here you can find all the accounts you\'ve made.',
|
||||
'budget-menu-title' => 'Budgets',
|
||||
'budget-menu-text' => 'Use this page to organise your finances and limit spending.',
|
||||
'report-menu-title' => 'Rapport',
|
||||
'report-menu-text' => 'Check this out when you want a solid overview of your fiances.',
|
||||
'transaction-menu-title' => 'Transactions',
|
||||
'transaction-menu-text' => 'Toutes les transactions que vous avez créé peuvent être trouvées ici.',
|
||||
'option-menu-title' => 'Options',
|
||||
'option-menu-text' => 'C\'est assez explicite.',
|
||||
'main-content-end-title' => 'Fin !',
|
||||
'main-content-end-text' => 'N\'oubliez pas que chaque page a un petit point d\'interrogation en haut à droite. Cliquez dessus pour obtenir de l\'aide concernant la page actuelle.',
|
||||
'main-content-title' => 'Bienvenue sur Firefly III',
|
||||
'main-content-text' => 'Do yourself a favor and follow this short guide to make sure you know your way around.',
|
||||
'sidebar-toggle-title' => 'Sidebar to create stuff',
|
||||
'sidebar-toggle-text' => 'Hidden under the plus icon are all the buttons to create new stuff. Accounts, transactions, everything!',
|
||||
'account-menu-title' => 'All your accounts',
|
||||
'account-menu-text' => 'Here you can find all the accounts you\'ve made.',
|
||||
'budget-menu-title' => 'Budgets',
|
||||
'budget-menu-text' => 'Use this page to organise your finances and limit spending.',
|
||||
'report-menu-title' => 'Rapport',
|
||||
'report-menu-text' => 'Check this out when you want a solid overview of your finances.',
|
||||
'transaction-menu-title' => 'Transactions',
|
||||
'transaction-menu-text' => 'Toutes les transactions que vous avez créé peuvent être trouvées ici.',
|
||||
'option-menu-title' => 'Options',
|
||||
'option-menu-text' => 'C\'est assez explicite.',
|
||||
'main-content-end-title' => 'Fin !',
|
||||
'main-content-end-text' => 'N\'oubliez pas que chaque page a un petit point d\'interrogation en haut à droite. Cliquez dessus pour obtenir de l\'aide concernant la page actuelle.',
|
||||
'index' => 'index',
|
||||
'home' => 'home',
|
||||
'accounts-index' => 'accounts.index',
|
||||
|
@ -8,34 +8,48 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'name' => 'Nom',
|
||||
'role' => 'Rôle',
|
||||
'currentBalance' => 'Solde courant',
|
||||
'active' => 'Actif ?',
|
||||
'lastActivity' => 'Activité récente',
|
||||
'balanceDiff' => 'Difference solde entre :start et :end',
|
||||
'matchedOn' => 'Matched on',
|
||||
'matchesOn' => 'Matched on',
|
||||
'matchingAmount' => 'Montant',
|
||||
'lastMatch' => 'Last match',
|
||||
'expectedMatch' => 'Expected match',
|
||||
'automatch' => 'Auto match?',
|
||||
'repeat_freq' => 'Repeats',
|
||||
'description' => 'Description',
|
||||
'amount' => 'Amount',
|
||||
'date' => 'Date',
|
||||
'interest_date' => 'Interest date',
|
||||
'book_date' => 'Book date',
|
||||
'process_date' => 'Processing date',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'budget' => 'Budget',
|
||||
'category' => 'Category',
|
||||
'bill' => 'Bill',
|
||||
'withdrawal' => 'Withdrawal',
|
||||
'deposit' => 'Deposit',
|
||||
'transfer' => 'Transfer',
|
||||
'type' => 'Type',
|
||||
'completed' => 'Completed',
|
||||
'iban' => 'IBAN',
|
||||
'buttons' => 'Buttons',
|
||||
'icon' => 'Icon',
|
||||
'create_date' => 'Created at',
|
||||
'update_date' => 'Updated at',
|
||||
'balance_before' => 'Balance before',
|
||||
'balance_after' => 'Balance after',
|
||||
'name' => 'Nom',
|
||||
'role' => 'Rôle',
|
||||
'currentBalance' => 'Solde courant',
|
||||
'active' => 'Actif ?',
|
||||
'lastActivity' => 'Activité récente',
|
||||
'balanceDiff' => 'Difference solde entre :start et :end',
|
||||
'matchedOn' => 'Matched on',
|
||||
'matchesOn' => 'Matched on',
|
||||
'matchingAmount' => 'Montant',
|
||||
'lastMatch' => 'Last match',
|
||||
'expectedMatch' => 'Expected match',
|
||||
'automatch' => 'Auto match?',
|
||||
'repeat_freq' => 'Repeats',
|
||||
'description' => 'Description',
|
||||
'amount' => 'Amount',
|
||||
'date' => 'Date',
|
||||
'interest_date' => 'Interest date',
|
||||
'book_date' => 'Book date',
|
||||
'process_date' => 'Processing date',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'budget' => 'Budget',
|
||||
'category' => 'Category',
|
||||
'bill' => 'Bill',
|
||||
'withdrawal' => 'Withdrawal',
|
||||
'deposit' => 'Deposit',
|
||||
'transfer' => 'Transfer',
|
||||
'type' => 'Type',
|
||||
'completed' => 'Completed',
|
||||
'iban' => 'IBAN',
|
||||
'paid_current_period' => 'Paid this period',
|
||||
'email' => 'Email',
|
||||
'registered_at' => 'Registered at',
|
||||
'is_activated' => 'Is activated',
|
||||
'is_blocked' => 'Is blocked',
|
||||
'is_admin' => 'Is admin',
|
||||
'has_two_factor' => 'Has 2FA',
|
||||
'blocked_code' => 'Block code',
|
||||
];
|
||||
|
@ -17,4 +17,5 @@ return [
|
||||
'quarter_of_year' => '%B %Y',
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
|
||||
];
|
||||
|
@ -31,8 +31,8 @@ return [
|
||||
'bounced_error' => 'Het emailtje naar :email kwam nooit aan.',
|
||||
'deleted_error' => 'Deze gegevens zijn niet correct.',
|
||||
'general_blocked_error' => 'Je account is uitgeschakeld, je kan helaas niet inloggen.',
|
||||
'expired_error' => 'Je account is verlopen, je kan helaas niet inloggen.',
|
||||
'unbalanced_error' => 'Je kasboek is uit balans. Dat betekent dat er een uitgave, inkomsten of overschrijving niet netjes is opgeslagen. Kijk goed of je ergens een fout kan vinden (afwijkend bedrag: :amount).',
|
||||
'expired_error' => 'Je account is verlopen en kan niet meer worden gebruikt.',
|
||||
'unbalanced_error' => 'Je transacties zijn uit balans. Eén of meerdere overschrijvingen, uitgaves of inkomsten zijn niet goed opgeslagen. Controleer je rekeningen en transacties (je bent :amount uit balans).',
|
||||
'removed_amount' => ':amount weggehaald',
|
||||
'added_amount' => ':amount toegevoegd',
|
||||
'asset_account_role_help' => 'Voorkeuren die voortkomen uit je keuze hier kan je later aangeven.',
|
||||
@ -69,7 +69,14 @@ return [
|
||||
'warning_much_data' => 'Het kan even duren voor :days dagen aan gegevens geladen zijn.',
|
||||
'registered' => 'Je bent geregistreerd!',
|
||||
'search' => 'Zoeken',
|
||||
'no_budget_pointer' => 'Je hebt nog geen budgetten. Maak er een aantal op de <a href="/budgets">budgetten</a>-pagina. Met budgetten kan je je uitgaven beter bijhouden.',
|
||||
|
||||
// repeat frequencies:
|
||||
'repeat_freq_monthly' => 'maandelijks',
|
||||
'weekly' => 'Wekelijks',
|
||||
'quarterly' => 'Elk kwartaal',
|
||||
'half-year' => 'Elk half jaar',
|
||||
'yearly' => 'Jaarlijks',
|
||||
// account confirmation:
|
||||
'confirm_account_header' => 'Bevestig je account',
|
||||
'confirm_account_intro' => 'TIjdens het registreren heb je een mailtje gehad. Kijk daar in voor instructies. Als je het mailtje niet hebt gehad, kan Firefly je een nieuwe sturen.',
|
||||
@ -311,6 +318,7 @@ return [
|
||||
'title_transfer' => 'Overboekingen',
|
||||
'title_transfers' => 'Overboekingen',
|
||||
|
||||
|
||||
// csv import:
|
||||
'csv_import' => 'Importeer CSV-bestand',
|
||||
'csv' => 'CSV',
|
||||
@ -461,9 +469,18 @@ return [
|
||||
'update_budget' => 'Budget bijwerken',
|
||||
|
||||
// bills:
|
||||
'matching_on' => 'Wordt herkend',
|
||||
'between_amounts' => 'tussen :low en :high.',
|
||||
'repeats' => 'Herhaalt',
|
||||
'connected_journals' => 'Verbonden transacties',
|
||||
'auto_match_on' => 'Automatisch herkend door Firefly',
|
||||
'auto_match_off' => 'Niet automatisch herkend door Firefly',
|
||||
'next_expected_match' => 'Volgende verwachte transactie',
|
||||
'delete_bill' => 'Verwijder contract ":name"',
|
||||
'deleted_bill' => 'Contract ":name" verwijderd',
|
||||
'edit_bill' => 'Wijzig contract ":name"',
|
||||
'more' => 'Meer',
|
||||
'rescan_old' => 'Scan oude transacties opnieuw',
|
||||
'update_bill' => 'Wijzig contract',
|
||||
'updated_bill' => 'Contract ":name" geüpdatet',
|
||||
'store_new_bill' => 'Sla nieuw contract op',
|
||||
@ -507,6 +524,7 @@ return [
|
||||
'save_transactions_by_moving' => 'Bewaar deze transacties door ze aan een andere rekening te koppelen:',
|
||||
'stored_new_account' => 'Nieuwe rekening ":name" opgeslagen!',
|
||||
'updated_account' => 'Rekening ":name" geüpdatet',
|
||||
'credit_card_options' => 'Opties voor credit cards',
|
||||
|
||||
// categories:
|
||||
'new_category' => 'Nieuwe categorie',
|
||||
@ -538,6 +556,13 @@ return [
|
||||
'deleted_deposit' => 'Inkomsten ":description" verwijderd',
|
||||
'deleted_transfer' => 'Overschrijving ":description" verwijderd',
|
||||
'stored_journal' => 'Nieuw transactie ":description" opgeslagen',
|
||||
'select_transactions' => 'Selecteer transacties',
|
||||
'stop_selection' => 'Stop met selecteren',
|
||||
'edit_selected' => 'Wijzig geselecteerden',
|
||||
'delete_selected' => 'Verwijder geselecteerden',
|
||||
'mass_delete_journals' => 'Verwijder een aantal transacties',
|
||||
'perm-delete-many' => 'Veel items in één keer verwijderen kan zeer storend zijn. Wees voorzichtig.',
|
||||
|
||||
|
||||
// new user:
|
||||
'welcome' => 'Welkom bij Firefly!',
|
||||
@ -641,6 +666,7 @@ return [
|
||||
'noCategory' => '(zonder categorie)',
|
||||
'notCharged' => '(Nog) niet betaald',
|
||||
'inactive' => 'Niet actief',
|
||||
'active' => 'Actief',
|
||||
'difference' => 'Verschil',
|
||||
'in' => 'In',
|
||||
'out' => 'Uit',
|
||||
@ -655,9 +681,9 @@ return [
|
||||
'categories_spent_in_year' => 'Categorieën (uitgaven)',
|
||||
'report_type' => 'Rapporttype',
|
||||
'report_type_default' => 'Standard financieel rapport',
|
||||
'more_info_help' => 'Meer informatie over deze rapportages vind je in de helppagina\'s. Klik op de (?) in de rechterbovenhoek.',
|
||||
'report_type_audit' => 'Transactiehistorie-overzicht (audit)',
|
||||
'report_type_meta-history' => 'Categorieën, budgetten en contractenoverzicht',
|
||||
'report_type_meta-history' => 'Overzicht van categorieën, budgetten en contracten',
|
||||
'more_info_help' => 'Meer informatie over deze rapporten vind je in de hulppagina\'s. Klik daarvoor op het (?) icoontje rechtsboven.',
|
||||
'report_included_accounts' => 'Accounts in rapport',
|
||||
'report_date_range' => 'Datumbereik',
|
||||
'report_include_help' => 'Overboekingen naar gedeelde rekeningen tellen als uitgave. Overboekingen van gedeelde rekeningen tellen als inkomsten.',
|
||||
@ -673,6 +699,7 @@ return [
|
||||
'audit_end_balance' => 'Aan het einde van de dag, :end, was het saldo van betaalrekening <a href=":url" title=":account_name">:account_name</a> :balance',
|
||||
|
||||
// charts:
|
||||
'chart' => 'Diagram',
|
||||
'dayOfMonth' => 'Dag vd maand',
|
||||
'month' => 'Maand',
|
||||
'budget' => 'Budget',
|
||||
|
@ -112,8 +112,11 @@ return [
|
||||
'currency_areYouSure' => 'Weet je zeker dat je de valuta met naam ":name" wilt verwijderen?',
|
||||
'piggyBank_areYouSure' => 'Weet je zeker dat je het spaarpotje met naam ":name" wilt verwijderen?',
|
||||
'journal_areYouSure' => 'Weet je zeker dat je de transactie met naam ":description" wilt verwijderen?',
|
||||
'mass_journal_are_you_sure' => 'Weet je zeker dat je al deze transacties wilt verwijderen?',
|
||||
'tag_areYouSure' => 'Weet je zeker dat je de tag met naam ":tag" wilt verwijderen?',
|
||||
'permDeleteWarning' => 'Dingen verwijderen uit Firefly is permanent en kan niet ongedaan gemaakt worden.',
|
||||
'mass_make_selection' => 'Je kan items alsnog redden van de ondergang door het vinkje weg te halen.',
|
||||
'delete_all_permanently' => 'Verwijder geselecteerde items permanent',
|
||||
'also_delete_transactions' => 'Ook de enige transactie verbonden aan deze rekening wordt verwijderd.|Ook alle :count transacties verbonden aan deze rekening worden verwijderd.',
|
||||
'also_delete_rules' => 'De enige regel in deze regelgroep wordt ook verwijderd.|Alle :count regels in deze regelgroep worden ook verwijderd.',
|
||||
'also_delete_piggyBanks' => 'Ook het spaarpotje verbonden aan deze rekening wordt verwijderd.|Ook alle :count spaarpotjes verbonden aan deze rekening worden verwijderd.',
|
||||
|
0
resources/lang/nl_NL/validation.php
Executable file → Normal file
0
resources/lang/nl_NL/validation.php
Executable file → Normal file
@ -13,8 +13,9 @@ return [
|
||||
'month_and_day' => '%e de %B de %Y',
|
||||
'date_time' => '%B %e, %Y, @ %T',
|
||||
'specific_day' => '%e %B %Y',
|
||||
'week_in_year' => 'Week %W, %Y',
|
||||
'week_in_year' => 'Semana %W, %Y',
|
||||
'quarter_of_year' => '%B %Y',
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
|
||||
];
|
||||
|
@ -9,14 +9,14 @@
|
||||
|
||||
return [
|
||||
// general stuff:
|
||||
'language_incomplete' => 'This language is not yet fully translated',
|
||||
'language_incomplete' => 'Este idioma não está totalmente traduzido',
|
||||
'test' => 'Você selecionou Inglês',
|
||||
'close' => 'Fechar',
|
||||
'pleaseHold' => 'Por favor espere...',
|
||||
'actions' => 'Ações',
|
||||
'edit' => 'Editar',
|
||||
'delete' => 'Apagar',
|
||||
'welcomeBack' => 'What\'s playing?',
|
||||
'welcomeBack' => 'O que está passando?',
|
||||
'everything' => 'Tudo',
|
||||
'customRange' => 'Intervalo Personalizado',
|
||||
'apply' => 'Aplicar',
|
||||
@ -26,11 +26,13 @@ return [
|
||||
'total_sum' => 'Soma Total',
|
||||
'period_sum' => 'Soma por período',
|
||||
'showEverything' => 'Mostrar tudo',
|
||||
'never' => 'Never',
|
||||
'never' => 'Nunca',
|
||||
'search_results_for' => 'Pesquisar resultados por ":query"',
|
||||
'bounced_error' => 'A mensagem enviado para :email ressaltado, não tem acesso para você.',
|
||||
'deleted_error' => 'Estas credenciais não correspondem aos nossos registros.',
|
||||
'general_blocked_error' => 'Sua conta foi desativada, você não pode entrar.',
|
||||
'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' => ':amount removido',
|
||||
'added_amount' => ':amount adicionada',
|
||||
'asset_account_role_help' => 'Quaisquer opções extras resultantes da sua escolha pode ser definido mais tarde.',
|
||||
@ -44,108 +46,143 @@ return [
|
||||
'new_revenue_account' => 'Nova conta de receita',
|
||||
'new_budget' => 'Novo orçamento',
|
||||
'new_bill' => 'Nova fatura',
|
||||
'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',
|
||||
'block_account_logout' => 'Você foi desconectado. Contas bloqueadas não podem usar este site. Você se registrou com um email válido?',
|
||||
'flash_success' => 'Sucesso!',
|
||||
'flash_info' => 'Mensagem',
|
||||
'flash_warning' => 'Atenção!',
|
||||
'flash_error' => 'Erro!',
|
||||
'flash_info_multiple' => 'Há uma mensagem|Existem :count mensagens',
|
||||
'flash_error_multiple' => 'Houve um erro|Houve :count erros',
|
||||
'net_worth' => 'Valor Líquido',
|
||||
'route_has_no_help' => 'Não existe ajuda para esta rota, ou não existe ajuda disponível em seu idioma.',
|
||||
'two_factor_welcome' => 'Olá, :user!',
|
||||
'two_factor_enter_code' => 'Para continuar, por favor, digite seu código de autenticação em duas etapas. Seu aplicativo pode gerá-lo para você.',
|
||||
'two_factor_code_here' => 'Insira o código aqui',
|
||||
'two_factor_title' => 'Autenticação em duas etapas',
|
||||
'authenticate' => 'Autenticar',
|
||||
'two_factor_forgot_title' => 'Perdeu autenticação em duas etapas',
|
||||
'two_factor_forgot' => 'Esqueci minha autenticação em duas etapas.',
|
||||
'two_factor_lost_header' => 'Perdeu sua autenticação em duas etapas?',
|
||||
'two_factor_lost_intro' => 'Infelizmente, isso não é algo que você pode redefinir a partir da interface web. Você tem duas opções.',
|
||||
'two_factor_lost_fix_self' => 'Se você executar sua própria instância do Firefly III, verifique os logs no <code>storage/logs</code> para obter instruções.',
|
||||
'two_factor_lost_fix_owner' => 'Caso contrário, o proprietário do site <a href="mailto::site_owner">:site_owner</a> e peça para redefinir a sua autenticação de duas etapas.',
|
||||
'warning_much_data' => ':days dias de dados podem demorar um pouco para carregar.',
|
||||
'registered' => 'Você se registrou com sucesso!',
|
||||
'search' => 'Pesquisa',
|
||||
'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' => 'Semanal',
|
||||
'quarterly' => 'Trimestral',
|
||||
'half-year' => 'Semestral',
|
||||
'yearly' => 'Anual',
|
||||
// account confirmation:
|
||||
'confirm_account_header' => 'Por favor, confirme sua conta',
|
||||
'confirm_account_intro' => 'Um e-mail foi enviado para o endereço que você usou durante o seu registro. Por favor confira-o para mais instruções. Se não recebeu esta mensagem, podemos enviá-lo novamente.',
|
||||
'confirm_account_resend_email' => 'Envie-me a mensagem de confirmação para eu ativar minha conta.',
|
||||
'account_is_confirmed' => 'Sua conta foi confirmada!',
|
||||
'invalid_activation_code' => 'Parece que você está usando o código não é válido ou expirado.',
|
||||
'confirm_account_is_resent_header' => 'A confirmação foi reenviada',
|
||||
'confirm_account_is_resent_text' => 'A mensagem de confirmação foi reenviada. Se ainda não receber a mensagem de confirmação, entre em contato com o proprietário do site em <a href="mailto::owner">:owner</a> ou verifique os arquivos de log para ver o que deu errado.',
|
||||
'confirm_account_is_resent_go_home' => 'Vá para a página de índice do Firefly',
|
||||
'confirm_account_not_resent_header' => 'Algo deu errado :(',
|
||||
'confirm_account_not_resent_intro' => 'A mensagem de confirmação não foi reenviada. Se ainda não recebeu a mensagem de confirmação, entre em contato com o proprietário do site através do email <a href="mailto::owner">:owner</a>. Possivelmente, você já tentou reenviar a mensagem de ativação, muitas vezes. Firefly III tentará reenviar a mensagem de confirmação a cada hora.',
|
||||
'confirm_account_not_resent_go_home' => 'Vá para a página de índice do 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.',
|
||||
'import_and_export' => 'Importar / Exportar',
|
||||
'export_data' => 'Exportar dados',
|
||||
'export_data_intro' => 'Para fins de backup, ao migrar para outro sistema ou ao migrar para outra instalação de Firefly III.',
|
||||
'export_format' => 'Formato de exportação',
|
||||
'export_format_csv' => 'Valores separados por vírgula (arquivo CSV)',
|
||||
'export_format_mt940' => 'Compatível com formato MT940',
|
||||
'export_included_accounts' => 'Operações de exportação destas contas',
|
||||
'include_config_help' => 'Para fácil re-importar para Firefly III',
|
||||
'include_old_uploads_help' => 'O Firefly III não joga fora os arquivos CSV originais que você importou no passado. Você pode incluí-los em sua exportação.',
|
||||
'do_export' => 'Exportar',
|
||||
'export_status_never_started' => 'A exportação ainda não foi iniciada',
|
||||
'export_status_make_exporter' => 'Criar o exportador...',
|
||||
'export_status_collecting_journals' => 'Coletando suas transações...',
|
||||
'export_status_collected_journals' => 'Suas transações foram coletadas!',
|
||||
'export_status_converting_to_export_format' => 'Convertendo suas transações...',
|
||||
'export_status_converted_to_export_format' => 'Suas transações foram convertidas!',
|
||||
'export_status_creating_journal_file' => 'Criando o arquivo de exportação...',
|
||||
'export_status_created_journal_file' => 'Criado o arquivo de exportação!',
|
||||
'export_status_collecting_attachments' => 'Recolher todos os seus anexos...',
|
||||
'export_status_collected_attachments' => 'Recolhidos todos os seus anexos!',
|
||||
'export_status_collecting_old_uploads' => 'Recolher todos os seus envios anteriores...',
|
||||
'export_status_collected_old_uploads' => 'Recolhidos todos os seus envios anteriores!',
|
||||
'export_status_creating_config_file' => 'Criando um arquivo de configuração...',
|
||||
'export_status_created_config_file' => 'Criado um arquivo de configuração!',
|
||||
'export_status_creating_zip_file' => 'Criando um arquivo zip...',
|
||||
'export_status_created_zip_file' => 'Criado um arquivo zip!',
|
||||
'export_status_finished' => 'Exportação terminou com sucesso! Yay!',
|
||||
'export_data_please_wait' => 'Por favor aguarde...',
|
||||
'attachment_explanation' => 'O arquivo chamado \':attachment_name\' (#:attachment_id) foi originalmente enviado para: tipo \':description\' (#:journal_id) datado em :date para a quantia de :amount.',
|
||||
|
||||
// rules
|
||||
'rules' => 'Rules',
|
||||
'rules' => 'Regras',
|
||||
'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',
|
||||
'rule_name' => 'Nome da regra',
|
||||
'rule_triggers' => 'Regra dispara quando',
|
||||
'rule_actions' => 'Regra será',
|
||||
'new_rule' => 'Nova regra',
|
||||
'new_rule_group' => 'Novo grupo de regras',
|
||||
'rule_priority_up' => 'Dar mais prioridade a regra',
|
||||
'rule_priority_down' => 'Dar a regra menos prioridade',
|
||||
'make_new_rule_group' => 'Fazer o novo grupo de regras',
|
||||
'store_new_rule_group' => 'Gravar novo grupo de regras',
|
||||
'created_new_rule_group' => 'Novo grupo de regras ":title" armazenado!',
|
||||
'updated_rule_group' => 'Grupo de regras atualizado com sucesso ":title".',
|
||||
'edit_rule_group' => 'Editar grupo de regra ": título"',
|
||||
'delete_rule_group' => 'Excluir grupo de regra ":title"',
|
||||
'deleted_rule_group' => 'Removido grupo de regra ":title"',
|
||||
'update_rule_group' => 'Atualizar um grupo de regra',
|
||||
'no_rules_in_group' => 'Não existem regras neste grupo',
|
||||
'move_rule_group_up' => 'Subir o grupo de regras',
|
||||
'move_rule_group_down' => 'Descer grupo de regras',
|
||||
'save_rules_by_moving' => 'Salve essas regra(s), movendo-os para outro grupo de regra:',
|
||||
'make_new_rule' => 'Fazer nova regra no grupo de regras ":title"',
|
||||
'rule_help_stop_processing' => 'Quando você marcar essa caixa, regras posteriores deste grupo não serão executadas.',
|
||||
'rule_help_active' => 'Regras inativas nunca serão disparadas.',
|
||||
'stored_new_rule' => 'Armazenado a nova regra com o título ":title"',
|
||||
'deleted_rule' => 'Regra excluída com o título ":title"',
|
||||
'store_new_rule' => 'Armazenar nova regra',
|
||||
'updated_rule' => 'Regra atualizada com o título ":title"',
|
||||
'default_rule_group_name' => 'Regras padrão',
|
||||
'default_rule_group_description' => 'Todas as suas regras, não estão em um grupo específico.',
|
||||
'default_rule_name' => 'Sua primeira regra padrão',
|
||||
'default_rule_description' => 'Esta regra é um exemplo. Você pode excluí-la com segurança.',
|
||||
'default_rule_trigger_description' => 'O homem que vendeu o mundo',
|
||||
'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',
|
||||
'default_rule_action_prepend' => 'Comprei o mundo a partir ',
|
||||
'default_rule_action_set_category' => 'Grandes despesas',
|
||||
'trigger' => 'Disparo',
|
||||
'trigger_value' => 'Disparo no valor',
|
||||
'stop_processing_other_triggers' => 'Parar o processamento de outros gatilhos',
|
||||
'add_rule_trigger' => 'Adicionar novo disparador',
|
||||
'action' => 'Ação',
|
||||
'action_value' => 'Valor da ação',
|
||||
'stop_executing_other_actions' => 'Parar de executar outras ações',
|
||||
'add_rule_action' => 'Adicionar nova ação',
|
||||
'edit_rule' => 'Editar regra ":title"',
|
||||
'delete_rule' => 'Excluir a regra ":title"',
|
||||
'update_rule' => 'Atualizar Regra',
|
||||
'test_rule_triggers' => 'Veja transações equivalentes',
|
||||
'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',
|
||||
'warning_no_valid_triggers' => 'Sem gatilhos válidos fornecidos.',
|
||||
'execute_on_existing_transactions' => 'Executar transações existentes',
|
||||
'execute_on_existing_transactions_intro' => 'Quando uma regra ou um grupo for alterado ou adicionado, você pode executá-lo para transações existentes',
|
||||
'execute_on_existing_transactions_short' => 'Transações existentes',
|
||||
'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',
|
||||
'execute' => 'Executar',
|
||||
|
||||
// actions and triggers
|
||||
'rule_trigger_user_action' => 'User action is ":trigger_value"',
|
||||
'rule_trigger_user_action' => 'Ação do usuário é ":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"',
|
||||
@ -156,50 +193,50 @@ return [
|
||||
'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_exactly' => 'Quantia é: 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..',
|
||||
'rule_trigger_from_account_starts_choice' => 'Conta de origem começa com..',
|
||||
'rule_trigger_from_account_ends_choice' => 'Conta de origem termina com..',
|
||||
'rule_trigger_from_account_is_choice' => 'Conta de origem é..',
|
||||
'rule_trigger_from_account_contains_choice' => 'Conta de origem contém..',
|
||||
'rule_trigger_to_account_starts_choice' => 'Conta de destino começa com..',
|
||||
'rule_trigger_to_account_ends_choice' => 'Conta de destino termina com..',
|
||||
'rule_trigger_to_account_is_choice' => 'Conta de destino é..',
|
||||
'rule_trigger_to_account_contains_choice' => 'Conta de destino contém..',
|
||||
'rule_trigger_transaction_type_choice' => 'Transação é do tipo..',
|
||||
'rule_trigger_amount_less_choice' => 'Quantia é inferior a..',
|
||||
'rule_trigger_amount_exactly_choice' => 'Quantia é..',
|
||||
'rule_trigger_amount_more_choice' => 'Quantia é mais do que..',
|
||||
'rule_trigger_description_starts_choice' => 'Descrição começa com..',
|
||||
'rule_trigger_description_ends_choice' => 'Descrição termina com..',
|
||||
'rule_trigger_description_contains_choice' => 'Descrição contém..',
|
||||
'rule_trigger_description_is_choice' => 'Descrição é..',
|
||||
'rule_trigger_store_journal' => 'Quando um período é criado',
|
||||
'rule_trigger_update_journal' => 'Quando um período é atualizado',
|
||||
'rule_action_set_category' => 'Definir categoria para ":action_value"',
|
||||
'rule_action_clear_category' => 'Limpar categoria',
|
||||
'rule_action_set_budget' => 'Definir orçamento para ":action_value"',
|
||||
'rule_action_clear_budget' => 'Limpar orçamento',
|
||||
'rule_action_add_tag' => 'Adicionar tag ":action_value"',
|
||||
'rule_action_remove_tag' => 'Remover tag ":action_value"',
|
||||
'rule_action_remove_all_tags' => 'Remover todas as tags',
|
||||
'rule_action_set_description' => 'Definir descrição para ":action_value"',
|
||||
'rule_action_append_description' => 'Acrescentar a descrição com ":action_value"',
|
||||
'rule_action_prepend_description' => 'Preceder a descrição com ":action_value"',
|
||||
'rule_action_set_category_choice' => 'Definir a categoria para..',
|
||||
'rule_action_clear_category_choice' => 'Limpar qualquer categoria',
|
||||
'rule_action_set_budget_choice' => 'Definir orçamento para..',
|
||||
'rule_action_clear_budget_choice' => 'Limpar qualquer orçamento',
|
||||
'rule_action_add_tag_choice' => 'Adicionar tag..',
|
||||
'rule_action_remove_tag_choice' => 'Remover tag..',
|
||||
'rule_action_remove_all_tags_choice' => 'Remover todas as tags',
|
||||
'rule_action_set_description_choice' => 'Definir descrição para..',
|
||||
'rule_action_append_description_choice' => 'Acrescentar a descrição com..',
|
||||
'rule_action_prepend_description_choice' => 'Preceder a descrição com..',
|
||||
|
||||
// tags
|
||||
'store_new_tag' => 'Armazenar nova tag',
|
||||
@ -222,21 +259,22 @@ return [
|
||||
'pref_6M' => 'Semestral',
|
||||
'pref_languages' => 'Idiomas',
|
||||
'pref_languages_help' => 'Firefly III suporta muitos idiomas. Qual você prefere?',
|
||||
'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_custom_fiscal_year' => 'Configurações de ano fiscal',
|
||||
'pref_custom_fiscal_year_label' => 'Habilitado',
|
||||
'pref_custom_fiscal_year_help' => 'Nos países que usam um exercício diferente de 1 de Janeiro a 31 de Dezembro, você pode ativar isto e especificar início / fim do ano fiscal',
|
||||
'pref_fiscal_year_start_label' => 'Data de início de ano fiscal',
|
||||
'pref_two_factor_auth' => 'Verificação em duas etapas',
|
||||
'pref_two_factor_auth_help' => 'Quando você habilitar verificação em 2-passos (também conhecido como Two Factor Authentication), você adicionar uma camada extra de segurança para sua conta. Você entra com alguma coisa que você sabe (sua senha) e algo que você tem (um código de verificação). Os códigos de verificação são gerados por um aplicativo em seu telefone, como Authy ou Google Authenticator.',
|
||||
'pref_enable_two_factor_auth' => 'Habilitar a verificação de 2 etapas',
|
||||
'pref_two_factor_auth_disabled' => 'código de verificação em 2 etapas removido e desativado',
|
||||
'pref_two_factor_auth_remove_it' => 'Não se esqueça de remover a conta de seu aplicativo de autenticação!',
|
||||
'pref_two_factor_auth_code' => 'Verificar código',
|
||||
'pref_two_factor_auth_code_help' => 'Scaneie o código QR com um aplicativo em seu telefone como Authy ou Google Authenticator e insira o código gerado.',
|
||||
'pref_two_factor_auth_reset_code' => 'Redefinir o código de verificação',
|
||||
'pref_two_factor_auth_remove_code' => 'Remover o código de verificação',
|
||||
'pref_two_factor_auth_remove_will_disable' => '(isso também irá desativar a autenticação de duas etapas)',
|
||||
'pref_save_settings' => 'Salvar definições',
|
||||
'saved_preferences' => 'Preferências salvas!',
|
||||
|
||||
// profile:
|
||||
'change_your_password' => 'Alterar sua senha',
|
||||
@ -245,7 +283,7 @@ return [
|
||||
'new_password' => 'Nova senha',
|
||||
'new_password_again' => 'Nova senha (novamente)',
|
||||
'delete_your_account' => 'Apagar sua conta',
|
||||
'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_help' => 'Excluindo sua conta também vai apagar quaisquer contas, transações, <em>qualquer coisa</em> que você pode ter salvo no Firefly III. Tudo será perdido.',
|
||||
'delete_your_account_password' => 'Coloque sua senha para continuar.',
|
||||
'password' => 'Senha',
|
||||
'are_you_sure' => 'Você tem certeza? Você não poderá desfazer isso.',
|
||||
@ -255,6 +293,7 @@ return [
|
||||
'should_change' => 'A idéia é alterar sua senha.',
|
||||
'invalid_password' => 'Senha inválida!',
|
||||
|
||||
|
||||
// attachments
|
||||
'nr_of_attachments' => 'Um anexo|:count anexos',
|
||||
'attachments' => 'Anexos',
|
||||
@ -262,6 +301,7 @@ return [
|
||||
'update_attachment' => 'Atualizar anexo',
|
||||
'delete_attachment' => 'Apagar anexo ":name"',
|
||||
'attachment_deleted' => 'Anexo apagado ":name"',
|
||||
'attachment_updated' => 'Anexo atualizado ":name"',
|
||||
'upload_max_file_size' => 'Tamanho máximo do arquivo: :size',
|
||||
|
||||
// tour:
|
||||
@ -278,6 +318,7 @@ return [
|
||||
'title_transfer' => 'Transferências',
|
||||
'title_transfers' => 'Transferências',
|
||||
|
||||
|
||||
// csv import:
|
||||
'csv_import' => 'Importar arquivo CSV',
|
||||
'csv' => 'CSV',
|
||||
@ -285,12 +326,12 @@ return [
|
||||
'csv_define_column_roles' => 'Definir papeis da coluna',
|
||||
'csv_map_values' => 'Valores mapeados encontrados para valores existentes',
|
||||
'csv_download_config' => 'Download do arquivo CSV de configuração.',
|
||||
'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_text' => 'Este formulário permite você importar um arquivo CSV com transações para dentro do Firefly. É baseado no excelente importador CSV feito pelo pessoal da <a href="https://www.atlassian.com/">Atlassian</a>. Basta fazer upload de seu arquivo CSV e siga as instruções. Se você gostaria de aprender mais, por favor clique sobre o <i class="fa fa-question-circle"></i> botão na parte superior desta página.',
|
||||
'csv_index_beta_warning' => 'Esta ferramenta está em beta. Por favor proceder com cautela',
|
||||
'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_header_help' => 'Selecione esta caixa quando a primeira linha do arquivo CSV consiste em nomes de colunas, os dados não reais',
|
||||
'csv_date_help' => 'Formato de hora de data em seu CSV. Siga o formato como indica <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">esta página</a>. O valor padrão analisará datas que se parecem com isso: :dateExample.',
|
||||
'csv_csv_file_help' => 'Selecione o arquivo CSV aqui. Você só pode carregar um arquivo de cada vez',
|
||||
'csv_csv_config_file_help' => 'Selecione a configuração de importação CSV aqui. Se você não sabe o que é isso, ignore. Será explicado mais tarde.',
|
||||
'csv_upload_button' => 'Iniciando importação do CSV',
|
||||
'csv_column_roles_title' => 'Definir papeis da coluna',
|
||||
'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.',
|
||||
@ -325,13 +366,13 @@ return [
|
||||
'csv_process_new_entries' => 'Firefly criou :imported nova(s) transação(ões)',
|
||||
'csv_start_over' => 'Importar novamente',
|
||||
'csv_to_index' => 'Voltar para tela inicial',
|
||||
'csv_upload_not_writeable' => 'Cannot write to the path mentioned here. Cannot upload',
|
||||
'csv_upload_not_writeable' => 'Não é possível gravar no caminho mencionado aqui. Não pode fazer o upload',
|
||||
'csv_column__ignore' => '(ignorar esta coluna)',
|
||||
'csv_column_account-iban' => 'Conta de Ativo (IBAN)',
|
||||
'csv_column_account-id' => 'ID da Conta de Ativo (correspondente Firefly)',
|
||||
'csv_column_account-name' => 'Conta de Ativo (nome)',
|
||||
'csv_column_amount' => 'Valor',
|
||||
'csv_column_amount-comma-separated' => 'Amount (comma as decimal separator)',
|
||||
'csv_column_amount-comma-separated' => 'Auantia (vírgula como separador decimal)',
|
||||
'csv_column_bill-id' => 'ID Fatura (correspondente Firefly)',
|
||||
'csv_column_bill-name' => 'Nom da Fatura',
|
||||
'csv_column_budget-id' => 'ID do Orçamento (correspondente Firefly)',
|
||||
@ -342,12 +383,12 @@ return [
|
||||
'csv_column_currency-id' => 'ID da Moeda (correspondente Firefly)',
|
||||
'csv_column_currency-name' => 'Nome da Moeda (correspondente Firefly)',
|
||||
'csv_column_currency-symbol' => 'Símbolo da Moeda (correspondente Firefly)',
|
||||
'csv_column_date-rent' => 'Rent calculation date',
|
||||
'csv_column_date-rent' => 'Data de cálculo da renda',
|
||||
'csv_column_date-transaction' => 'Data',
|
||||
'csv_column_description' => 'Descrição',
|
||||
'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_opposing-iban' => 'Opondo-se conta (IBAN)',
|
||||
'csv_column_opposing-id' => 'ID da conta opostas (Firefly equivalente)',
|
||||
'csv_column_opposing-name' => 'Opondo-se conta (nome)',
|
||||
'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',
|
||||
@ -355,7 +396,7 @@ return [
|
||||
'csv_column_sepa-db' => 'SEPA Direct Debet',
|
||||
'csv_column_tags-comma' => 'Tags (separadas por vírgula)',
|
||||
'csv_column_tags-space' => 'Tags (separadas por espaço)',
|
||||
'csv_column_account-number' => 'Asset account (account number)',
|
||||
'csv_column_account-number' => 'Conta de ativo (número da conta)',
|
||||
'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.',
|
||||
@ -363,6 +404,11 @@ return [
|
||||
'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' => 'Parece que você não enviou um arquivo.',
|
||||
|
||||
|
||||
// create new stuff:
|
||||
'create_new_withdrawal' => 'Criar nova retirada',
|
||||
@ -379,15 +425,15 @@ return [
|
||||
'edit_currency' => 'Editar moeda ":name"',
|
||||
'store_currency' => 'Armazenar nova moeda',
|
||||
'update_currency' => 'Atualizar moeda',
|
||||
'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_default_currency' => 'Agora :name é a moeda padrão.',
|
||||
'cannot_delete_currency' => 'Não é possível excluir :name porque ainda existem transações anexadas a ela!',
|
||||
'deleted_currency' => 'Moeda :name excluída',
|
||||
'created_currency' => 'Moeda :name criada',
|
||||
'updated_currency' => 'Moeda :name atualizada',
|
||||
'ask_site_owner' => 'Por favor, pergunte ao :owner para adicionar, remover ou editar moedas.',
|
||||
'currencies_intro' => 'Firefly III oferece suporte a várias moedas que você pode definir e ativar aqui.',
|
||||
'make_default_currency' => 'tornar padrão',
|
||||
'default_currency' => 'padrão',
|
||||
|
||||
// new user:
|
||||
'submit' => 'Enviar',
|
||||
@ -395,6 +441,8 @@ return [
|
||||
'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' => 'Campos obrigatórios',
|
||||
@ -405,115 +453,155 @@ return [
|
||||
// budgets:
|
||||
'create_new_budget' => 'Criar um novo orçamento',
|
||||
'store_new_budget' => 'Armazenar novo orçamento',
|
||||
'stored_new_budget' => 'Novo orçamento armazenado ":name"',
|
||||
'availableIn' => 'Disponível em :date',
|
||||
'transactionsWithoutBudget' => 'Despesas sem orçamentos',
|
||||
'transactionsWithoutBudgetDate' => 'Despesas sem orçamentos em :date',
|
||||
'createBudget' => 'Novo orçamento',
|
||||
'inactiveBudgets' => 'Orçamentos inativos',
|
||||
'without_budget_between' => 'Transactions without a budget between :start and :end',
|
||||
'without_budget_between' => 'Transações sem um orçamento entre :start e :end',
|
||||
'budget_in_month' => ':name no :month',
|
||||
'delete_budget' => 'Delete budget ":name"',
|
||||
'edit_budget' => 'Edit budget ":name"',
|
||||
'update_amount' => 'Update amount',
|
||||
'update_budget' => 'Update budget',
|
||||
'delete_budget' => 'Excluir orçamento ":name"',
|
||||
'deleted_budget' => 'Orçamento ":name" excluído',
|
||||
'edit_budget' => 'Editar orçamento ":name"',
|
||||
'updated_budget' => 'Orçamento atualizado ":name"',
|
||||
'update_amount' => 'Atualizar quantia',
|
||||
'update_budget' => 'Atualizar Orçamento',
|
||||
|
||||
// bills:
|
||||
'delete_bill' => 'Delete bill ":name"',
|
||||
'edit_bill' => 'Edit bill ":name"',
|
||||
'update_bill' => 'Update bill',
|
||||
'store_new_bill' => 'Store new bill',
|
||||
'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' => 'Apagar fatura ":name"',
|
||||
'deleted_bill' => 'Fatura apagada ":name"',
|
||||
'edit_bill' => 'Editar fatura ":name"',
|
||||
'more' => 'More',
|
||||
'rescan_old' => 'Rescan old transactions',
|
||||
'update_bill' => 'Atualizar fatura',
|
||||
'updated_bill' => 'Fatura atualizada ":name"',
|
||||
'store_new_bill' => 'Armazenar nova fatura',
|
||||
'stored_new_bill' => 'Nova fatura armazenada ":name"',
|
||||
'cannot_scan_inactive_bill' => 'Faturas inativas não podem ser verificadas.',
|
||||
'rescanned_bill' => 'Tudo examinado novamente.',
|
||||
'bill_date_little_relevance' => 'A única parte desta data usado pelo Firefly é o dia. Só é útil quando a conta chega exatamente na mesma data, todo mês. Se a data de pagamento de suas contas varia, basta usar o primeiro dia do mês.',
|
||||
|
||||
// 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',
|
||||
'details_for_asset' => 'Detalhes para a conta de ativo ":name"',
|
||||
'details_for_expense' => 'Detalhes para a conta de despesas ":name"',
|
||||
'details_for_revenue' => 'Detalhes para a conta de receitas ":name"',
|
||||
'details_for_cash' => 'Detalhes para a conta de dinheiro ":name"',
|
||||
'store_new_asset_account' => 'Armazenar nova conta de ativo',
|
||||
'store_new_expense_account' => 'Armazenar nova conta de despesa',
|
||||
'store_new_revenue_account' => 'Armazenar nova conta de receita',
|
||||
'edit_asset_account' => 'Editar conta de ativo ":name"',
|
||||
'edit_expense_account' => 'Editar conta de despesa ":name"',
|
||||
'edit_revenue_account' => 'Editar conta de receitas ":name"',
|
||||
'delete_asset_account' => 'Excluir conta do activo ":name"',
|
||||
'delete_expense_account' => 'Excluir conta de despesas ":name"',
|
||||
'delete_revenue_account' => 'Excluir conta de receitas ":name"',
|
||||
'asset_deleted' => 'Conta de ativo ":name" excluído com sucesso',
|
||||
'expense_deleted' => 'Conta de despesa ":name" excluída com sucesso',
|
||||
'revenue_deleted' => 'Conta de receitas ":name" excluída com sucesso',
|
||||
'update_asset_account' => 'Atualizar de conta de ativo',
|
||||
'update_expense_account' => 'Atualizar conta de despesas',
|
||||
'update_revenue_account' => 'Atualizar conta de receita',
|
||||
'make_new_asset_account' => 'Criar uma nova conta de ativo',
|
||||
'make_new_expense_account' => 'Criar uma nova conta de despesa',
|
||||
'make_new_revenue_account' => 'Criar uma nova conta de receita',
|
||||
'asset_accounts' => 'Contas de ativo',
|
||||
'expense_accounts' => 'Contas de despesas',
|
||||
'revenue_accounts' => 'Contas de receitas',
|
||||
'cash_accounts' => 'Contas Correntes',
|
||||
'Cash account' => 'Conta Corrente',
|
||||
'accountExtraHelp_asset' => '',
|
||||
'accountExtraHelp_expense' => '',
|
||||
'accountExtraHelp_revenue' => '',
|
||||
'account_type' => 'Account type',
|
||||
'save_transactions_by_moving' => 'Save these transaction(s) by moving them to another account:',
|
||||
'account_type' => 'Tipo de conta',
|
||||
'save_transactions_by_moving' => 'Salve essas transações, movendo-os para outra conta:',
|
||||
'stored_new_account' => 'Nova conta ":name" armazenado!',
|
||||
'updated_account' => 'Conta ":name" atualizada',
|
||||
'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' => 'Wijzig categorie',
|
||||
'categories' => 'Categories',
|
||||
'edit_category' => 'Edit category ":name"',
|
||||
'no_category' => '(no category)',
|
||||
'category' => 'Category',
|
||||
'delete_category' => 'Delete category ":name"',
|
||||
'store_category' => 'Store new category',
|
||||
'without_category_between' => 'Without category between :start and :end',
|
||||
'new_category' => 'Nova categoria',
|
||||
'create_new_category' => 'Criar uma nova categoria',
|
||||
'without_category' => 'Sem uma categoria',
|
||||
'update_category' => 'Atualizar Categoria',
|
||||
'updated_category' => 'Atualizado categoria ":name"',
|
||||
'categories' => 'Categorias',
|
||||
'edit_category' => 'Editar categoria ":name"',
|
||||
'no_category' => '(sem categoria)',
|
||||
'category' => 'Categoria',
|
||||
'delete_category' => 'Excluir categoria ":name"',
|
||||
'deleted_category' => 'Categoria ":name" excluída',
|
||||
'store_category' => 'Armazenar nova categoria',
|
||||
'stored_category' => 'Armazenada nova categoria ":name"',
|
||||
'without_category_between' => 'Sem categoria entre :start e :end',
|
||||
|
||||
// transactions:
|
||||
'update_withdrawal' => 'Update withdrawal',
|
||||
'update_deposit' => 'Update deposit',
|
||||
'update_transfer' => 'Update transfer',
|
||||
'delete_withdrawal' => 'Delete withdrawal ":description"',
|
||||
'delete_deposit' => 'Delete deposit ":description"',
|
||||
'delete_transfer' => 'Delete transfer ":description"',
|
||||
'update_withdrawal' => 'Atualizar retirada',
|
||||
'update_deposit' => 'Atualizar de depósito',
|
||||
'update_transfer' => 'Atualizar transferência',
|
||||
'updated_withdrawal' => 'Retirada Atualizada ":description"',
|
||||
'updated_deposit' => 'Depósito atualizado ":description"',
|
||||
'updated_transfer' => 'Transferência atualizada ":description"',
|
||||
'delete_withdrawal' => 'Excluir a retirada ":description"',
|
||||
'delete_deposit' => 'Apagar depósito ":description"',
|
||||
'delete_transfer' => 'Apagar transferência ":description"',
|
||||
'deleted_withdrawal' => 'Retirada ":description" excluída com sucesso',
|
||||
'deleted_deposit' => 'Depósito ":description" excluído com sucesso',
|
||||
'deleted_transfer' => 'Transferência ":description" excluída com sucesso',
|
||||
'stored_journal' => 'Transação ":description" excluída com sucesso',
|
||||
'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',
|
||||
'perm-delete-many' => 'Deleting many items in one go can be very disruptive. Please be cautious.',
|
||||
|
||||
|
||||
// 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',
|
||||
'welcome' => 'Bem Vindo ao Firefly!',
|
||||
'createNewAsset' => 'Criar uma conta de ativo para começar. ' .
|
||||
'Isso permitirá que você crie transações e inicie a sua gestão financeira',
|
||||
'createNewAssetButton' => 'Criar nova conta de ativo',
|
||||
|
||||
// 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',
|
||||
'yourAccounts' => 'Suas contas',
|
||||
'budgetsAndSpending' => 'Orçamentos e despesas',
|
||||
'savings' => 'Poupanças',
|
||||
'markAsSavingsToContinue' => 'Marque suas contas de activo como "Poupança" para preencher este painel',
|
||||
'createPiggyToContinue' => 'Crie cofrinhos para preencher este painel.',
|
||||
'newWithdrawal' => 'Nova despesa',
|
||||
'newDeposit' => 'Novo depósito',
|
||||
'newTransfer' => 'Nova transferência',
|
||||
'moneyIn' => 'Money in',
|
||||
'moneyOut' => 'Money out',
|
||||
'billsToPay' => 'Bills to pay',
|
||||
'billsPaid' => 'Bills paid',
|
||||
'viewDetails' => 'View details',
|
||||
'divided' => 'divided',
|
||||
'toDivide' => 'left to divide',
|
||||
'moneyIn' => 'Dinheiro entra',
|
||||
'moneyOut' => 'Dinheiro sai',
|
||||
'billsToPay' => 'Faturas a pagar',
|
||||
'billsPaid' => 'Faturas pagas',
|
||||
'viewDetails' => 'Ver Detalhes',
|
||||
'divided' => 'dividida',
|
||||
'toDivide' => 'esquerda para dividir',
|
||||
|
||||
// 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',
|
||||
'toggleNavigation' => 'Ativar/desativar navegação',
|
||||
'currency' => 'Moeda',
|
||||
'preferences' => 'Preferências',
|
||||
'logout' => 'Desconectar',
|
||||
'searchPlaceholder' => 'Pesquisar...',
|
||||
'dashboard' => 'Painel de Controle',
|
||||
'currencies' => 'Moedas',
|
||||
'accounts' => 'Contas',
|
||||
'Asset account' => 'Conta de ativo',
|
||||
'Default account' => 'Conta de ativo',
|
||||
'Expense account' => 'Conta de Despesa',
|
||||
'Revenue account' => 'Conta de Receita',
|
||||
'Initial balance account' => 'Initial balance account',
|
||||
'budgets' => 'Budgets',
|
||||
'Initial balance account' => 'Saldo inicial da conta',
|
||||
'budgets' => 'Orçamentos',
|
||||
'tags' => 'Tags',
|
||||
'reports' => 'Relatórios',
|
||||
'transactions' => 'Transações',
|
||||
@ -548,70 +636,81 @@ return [
|
||||
'profile' => 'Perfil',
|
||||
|
||||
// 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.',
|
||||
'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',
|
||||
'quick_link_reports' => 'Ligações rápidas',
|
||||
'quick_link_default_report' => 'Relatório financeiro padrão',
|
||||
'report_this_month_quick' => 'Mês atual, todas as contas',
|
||||
'report_this_year_quick' => 'Ano atual, todas as contas',
|
||||
'report_this_fiscal_year_quick' => 'Ano fiscal atual, todas as contas',
|
||||
'report_all_time_quick' => 'Todos os tempos, todas as contas',
|
||||
'reports_can_bookmark' => 'Lembre-se que relatórios podem ser marcados.',
|
||||
'incomeVsExpenses' => 'Renda vs. Despesas',
|
||||
'accountBalances' => 'Saldos de Contas',
|
||||
'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',
|
||||
'balanceStartOfYear' => 'Saldo no início do ano',
|
||||
'balanceEndOfYear' => 'Saldo no final do ano',
|
||||
'balanceStartOfMonth' => 'Saldo no início do mês',
|
||||
'balanceEndOfMonth' => 'Saldo no final do mês',
|
||||
'balanceStart' => 'Saldo no início do período',
|
||||
'balanceEnd' => 'Saldo no final do período',
|
||||
'reportsOwnAccounts' => 'Relatórios para suas próprias contas',
|
||||
'reportsOwnAccountsAndShared' => 'Relatórios para suas próprias contas e contas compartilhadas',
|
||||
'splitByAccount' => 'Dividir por conta',
|
||||
'balancedByTransfersAndTags' => 'Balanço por transferências e tags',
|
||||
'coveredWithTags' => 'Coberto com tags',
|
||||
'leftUnbalanced' => 'Left unbalanced',
|
||||
'expectedBalance' => 'Saldo Experado',
|
||||
'outsideOfBudgets' => 'Fora do orçamento',
|
||||
'leftInBudget' => 'Deixou no orçamento',
|
||||
'sumOfSums' => 'Soma dos montantes',
|
||||
'noCategory' => '(no category)',
|
||||
'noCategory' => '(sem categoria)',
|
||||
'notCharged' => 'Não cobrado (ainda)',
|
||||
'inactive' => 'Inativo',
|
||||
'active' => 'Active',
|
||||
'difference' => 'Diferente',
|
||||
'in' => 'Entrada',
|
||||
'out' => 'Saída',
|
||||
'topX' => 'top :number',
|
||||
'topX' => 'topo :number',
|
||||
'showTheRest' => 'Mostrar tudo',
|
||||
'hideTheRest' => 'Mostrar apenas os top :number',
|
||||
'sum_of_year' => 'Soma do ano',
|
||||
'sum_of_years' => 'Sum of years',
|
||||
'sum_of_years' => 'Soma dos anos',
|
||||
'average_of_year' => 'Média do ano',
|
||||
'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_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',
|
||||
'average_of_years' => 'Média dos anos',
|
||||
'categories_earned_in_year' => 'Categorias (por lucro)',
|
||||
'categories_spent_in_year' => 'Categorias (por gastos)',
|
||||
'report_type' => 'Tipo de relatório',
|
||||
'report_type_default' => 'Relatório financeiro padrão',
|
||||
'report_type_audit' => 'Visão geral do histórico de transação (auditoria)',
|
||||
'report_type_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' => 'Contas incluídas',
|
||||
'report_date_range' => 'Período',
|
||||
'report_include_help' => 'Em todos os casos, as transferências para contas compartilhadas contam como despesas e transferências de contas compartilhadas contam como renda.',
|
||||
'report_preset_ranges' => 'Intervalos pré-definidos',
|
||||
'shared' => 'Compartilhado',
|
||||
'fiscal_year' => 'Ano fiscal',
|
||||
'income_entry' => 'Rendimento da conta ":name" entre :start e :end',
|
||||
'expense_entry' => 'Despesas da conta ":name" entre :start e :end',
|
||||
'category_entry' => 'Despesas na categoria ":name" entre :start e :end',
|
||||
'budget_spent_amount' => 'Despesas no orçamento ":name" entre :start e :end',
|
||||
'balance_amount' => 'Despesas no orçamento ":budget" pagas por conta":account" entre :start e :end',
|
||||
'no_audit_activity' => 'Nenhuma atividade foi registrada na conta <a href=":url" title=":account_name">:account_name</a> entre :start e :end.',
|
||||
'audit_end_balance' => 'Saldo da conta <a href=":url" title=":account_name">: account_name</a> no final de :end foi :balance',
|
||||
|
||||
// charts:
|
||||
'chart' => 'Chart',
|
||||
'dayOfMonth' => 'Dia do mês',
|
||||
'month' => 'Mês',
|
||||
'budget' => 'Orçamento',
|
||||
'spent' => 'Gasto',
|
||||
'earned' => 'Ganho',
|
||||
'overspent' => 'Gasto excedido',
|
||||
'left' => 'Left',
|
||||
'noBudget' => '(sem orçamento)',
|
||||
'left' => 'Esquerda',
|
||||
'no_budget' => '(sem orçamento)',
|
||||
'maxAmount' => 'Valor Máximo',
|
||||
'minAmount' => 'Valor Mínimo',
|
||||
'billEntry' => 'Current bill entry',
|
||||
'billEntry' => 'Entrada de fatura atual',
|
||||
'name' => 'Nome',
|
||||
'date' => 'Data',
|
||||
'paid' => 'Pago',
|
||||
@ -628,20 +727,22 @@ return [
|
||||
// piggy banks:
|
||||
'piggy_bank' => 'Cofrinho',
|
||||
'new_piggy_bank' => 'Criar novo cofrinho',
|
||||
'store_piggy_bank' => 'Store new piggy bank',
|
||||
'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"',
|
||||
'store_piggy_bank' => 'Armazenar novo cofrinho',
|
||||
'stored_piggy_bank' => 'Armazenar novo cofrinho ":name"',
|
||||
'account_status' => 'Status da Conta',
|
||||
'left_for_piggy_banks' => 'Deixar para cofrinhos',
|
||||
'sum_of_piggy_banks' => 'Soma dos cofrinhos',
|
||||
'saved_so_far' => 'Salvo até agora',
|
||||
'left_to_save' => 'Esquerda para salvar',
|
||||
'add_money_to_piggy_title' => 'Adicionar dinheiro ao cofrinho ":name"',
|
||||
'remove_money_from_piggy_title' => 'Retire o dinheiro do cofrinho ":name"',
|
||||
'add' => 'Adicionar',
|
||||
'remove' => 'Remover',
|
||||
'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"',
|
||||
'max_amount_add' => 'É a quantidade máxima que você pode adicionar é',
|
||||
'max_amount_remove' => 'É a quantidade máxima que você pode remover é',
|
||||
'update_piggy_button' => 'Atualizar cofrinho',
|
||||
'update_piggy_title' => 'Atualizar cofrinho ":name"',
|
||||
'updated_piggy_bank' => 'Cofrinho ":name" atualizado',
|
||||
'details' => 'Detalhes',
|
||||
'events' => 'Eventos',
|
||||
'target_amount' => 'Valor alvo',
|
||||
@ -650,18 +751,26 @@ return [
|
||||
'no_target_date' => 'Nenhum data',
|
||||
'todo' => 'A fazer',
|
||||
'table' => 'Tabela',
|
||||
'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',
|
||||
'piggy_bank_not_exists' => 'Cofrinho não existe mais.',
|
||||
'add_any_amount_to_piggy' => 'Adicionar dinheiro a este cofrinho para atingir sua meta de :amount.',
|
||||
'add_set_amount_to_piggy' => 'Adicionar :amount para encher este cofrinho em :date',
|
||||
'delete_piggy_bank' => 'Apagar cofrinho ":name"',
|
||||
'cannot_add_amount_piggy' => 'Não foi possível adicionar :amount a ":name".',
|
||||
'deleted_piggy_bank' => 'Apagar cofrinho ":name"',
|
||||
'added_amount_to_piggy' => 'Adicionado :amount de ":name"',
|
||||
'removed_amount_from_piggy' => 'Removido :amount de ":name"',
|
||||
'cannot_remove_amount_piggy' => 'Não foi possível remover :amount de ":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.',
|
||||
'regular_tag' => 'Apenas uma tag regular.',
|
||||
'balancing_act' => 'A tag leva no máximo duas transações; um gasto e uma transferência. Eles vão equilibrar um ao outro.',
|
||||
'advance_payment' => 'A tag aceita uma despesa e qualquer número de depósitos destinados para pagar a despesa original.',
|
||||
'delete_tag' => 'Apagar tag ":tag"',
|
||||
'deleted_tag' => 'Apagar tag ":tag"',
|
||||
'new_tag' => 'Fazer nova tag',
|
||||
'edit_tag' => 'Editar tag ":tag"',
|
||||
'updated_tag' => 'Tag atualizada ":tag"',
|
||||
'created_tag' => 'Tag ":tag" foi criada!',
|
||||
'no_year' => 'Nenhum ano definido',
|
||||
'no_month' => 'Nenhum mês definido',
|
||||
'tag_title_nothing' => 'Tags padrões',
|
||||
@ -669,6 +778,12 @@ return [
|
||||
'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.',
|
||||
'tags_start' => 'Crie uma tag para começar ou insira tags ao criar novas transações.',
|
||||
|
||||
|
||||
// administration
|
||||
'administration' => 'Administração',
|
||||
'user_administration' => 'Administração de usuários',
|
||||
'list_all_users' => 'Todos os usuários',
|
||||
'all_users' => 'Todos os usuários',
|
||||
];
|
||||
|
@ -9,11 +9,12 @@
|
||||
|
||||
return [
|
||||
|
||||
// new user:
|
||||
'bank_name' => 'Nome do banco',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Salda da Poupança',
|
||||
'credit_card_limit' => 'Limite do Cartão de Crédito',
|
||||
'automatch' => 'Match automatically',
|
||||
'automatch' => 'Equivale automaticamente',
|
||||
'skip' => 'Pular',
|
||||
'name' => 'Nome',
|
||||
'active' => 'Ativar',
|
||||
@ -23,15 +24,15 @@ return [
|
||||
'repeat_freq' => 'Repetições',
|
||||
'account_from_id' => 'da conta',
|
||||
'account_to_id' => 'para conta',
|
||||
'account_id' => 'Asset account',
|
||||
'account_id' => 'Conta de ativo',
|
||||
'budget_id' => 'Orçamento',
|
||||
'openingBalance' => 'Saldo inicial',
|
||||
'tagMode' => 'Tag mode',
|
||||
'tagPosition' => 'Tag location',
|
||||
'tagMode' => 'Modo de tag',
|
||||
'tagPosition' => 'Localização de tag',
|
||||
'virtualBalance' => 'Saldo virtual',
|
||||
'longitude_latitude' => 'Localização',
|
||||
'targetamount' => 'Valor alvo',
|
||||
'accountRole' => 'Account role',
|
||||
'accountRole' => 'Tipo de conta',
|
||||
'openingBalanceDate' => 'Data do Saldo inicial',
|
||||
'ccType' => 'Plano de pagamento do Cartão de Crédito',
|
||||
'ccMonthlyPaymentDate' => 'Data do pagamento mensal do Cartão de Crédito',
|
||||
@ -44,9 +45,9 @@ return [
|
||||
'revenue_account' => 'Conta de Receita',
|
||||
'amount' => 'Valor',
|
||||
'date' => 'Data',
|
||||
'interest_date' => 'Interest date',
|
||||
'book_date' => 'Book date',
|
||||
'process_date' => 'Processing date',
|
||||
'interest_date' => 'Data de interesse',
|
||||
'book_date' => 'Data reserva',
|
||||
'process_date' => 'Data de processamento',
|
||||
'category' => 'Categoria',
|
||||
'tags' => 'Etiquetas',
|
||||
'deletePermanently' => 'Apagar permanentemente',
|
||||
@ -57,68 +58,70 @@ return [
|
||||
'symbol' => 'Símbolo',
|
||||
'code' => 'Código',
|
||||
'iban' => 'IBAN',
|
||||
'accountNumber' => 'Account number',
|
||||
'accountNumber' => 'Número de conta',
|
||||
'csv' => 'Arquivo CSV',
|
||||
'has_headers' => 'Cabeçalhos',
|
||||
'date_format' => 'Formato da Data',
|
||||
'csv_config' => 'Importar CSV de configuração',
|
||||
'specifix' => 'Bank- or file specific fixes',
|
||||
'csv_import_account' => 'Default import account',
|
||||
'csv_delimiter' => 'CSV field delimiter',
|
||||
'specifix' => 'Banco- ou arquivo específico corrigídos',
|
||||
'csv_import_account' => 'Conta de importação padrão',
|
||||
'csv_delimiter' => 'Delimitador de campo CSV',
|
||||
'attachments[]' => 'Anexos',
|
||||
'store_new_withdrawal' => 'Store new withdrawal',
|
||||
'store_new_deposit' => 'Store new deposit',
|
||||
'store_new_transfer' => 'Store new transfer',
|
||||
'add_new_withdrawal' => 'Add a new withdrawal',
|
||||
'add_new_deposit' => 'Add a new deposit',
|
||||
'add_new_transfer' => 'Add a new transfer',
|
||||
'noPiggybank' => '(no piggy bank)',
|
||||
'noBudget' => '(sem orçamento)',
|
||||
'store_new_withdrawal' => 'Armazenar nova retirada',
|
||||
'store_new_deposit' => 'Armazenar novo depósito',
|
||||
'store_new_transfer' => 'Armazenar nova transferência',
|
||||
'add_new_withdrawal' => 'Adicionar uma nova retirada',
|
||||
'add_new_deposit' => 'Adicionar um novo depósito',
|
||||
'add_new_transfer' => 'Adicionar uma nova transferência',
|
||||
'noPiggybank' => '(nenhum cofrinho)',
|
||||
'title' => 'Título',
|
||||
'notes' => 'Notas',
|
||||
'filename' => 'Nome do arquivo',
|
||||
'mime' => 'Mime type',
|
||||
'mime' => 'Tipo do Arquivo (MIME)',
|
||||
'size' => 'Tamanho',
|
||||
'trigger' => 'Trigger',
|
||||
'stop_processing' => 'Stop processing',
|
||||
'start_date' => 'Start of range',
|
||||
'end_date' => 'End of range',
|
||||
'export_start_range' => 'Start of export range',
|
||||
'export_end_range' => 'End of export range',
|
||||
'export_format' => 'File format',
|
||||
'include_attachments' => 'Include uploaded attachments',
|
||||
'include_config' => 'Include configuration file',
|
||||
'include_old_uploads' => 'Include imported data',
|
||||
'accounts' => 'Export transactions from these accounts',
|
||||
'csv_comma' => 'A comma (,)',
|
||||
'csv_semicolon' => 'A semicolon (;)',
|
||||
'csv_tab' => 'A tab (invisible)',
|
||||
'trigger' => 'Disparo',
|
||||
'stop_processing' => 'Parar processamento',
|
||||
'start_date' => 'Início do intervalo',
|
||||
'end_date' => 'Final do intervalo',
|
||||
'export_start_range' => 'Início do intervalo de exportação',
|
||||
'export_end_range' => 'Fim do intervalo de exportação',
|
||||
'export_format' => 'Formato do arquivo',
|
||||
'include_attachments' => 'Incluir anexos enviados',
|
||||
'include_config' => 'Incluir o arquivo de configuração',
|
||||
'include_old_uploads' => 'Incluir dados importados',
|
||||
'accounts' => 'Exportar transações destas contas',
|
||||
'csv_comma' => 'Uma vírgula (,)',
|
||||
'csv_semicolon' => 'Um ponto e vírgula (;)',
|
||||
'csv_tab' => 'Um Tab (invisível)',
|
||||
'delete_account' => 'Apagar conta ":name"',
|
||||
'delete_bill' => 'Apagar fatura ":name"',
|
||||
'delete_budget' => 'Delete budget ":name"',
|
||||
'delete_category' => 'Delete category ":name"',
|
||||
'delete_currency' => 'Delete currency ":name"',
|
||||
'delete_journal' => 'Delete transaction with description ":description"',
|
||||
'delete_budget' => 'Excluir o orçamento ":name"',
|
||||
'delete_category' => 'Excluir categoria ":name"',
|
||||
'delete_currency' => 'Excluir moeda ":moeda"',
|
||||
'delete_journal' => 'Excluir a transação com a descrição ":description"',
|
||||
'delete_attachment' => 'Apagar anexo ":name"',
|
||||
'delete_rule' => 'Delete rule ":title"',
|
||||
'delete_rule_group' => 'Delete rule group ":title"',
|
||||
'attachment_areYouSure' => 'Are you sure you want to delete the attachment named ":name"?',
|
||||
'account_areYouSure' => 'Are you sure you want to delete the account named ":name"?',
|
||||
'delete_rule' => 'Excluir regra ":title"',
|
||||
'delete_rule_group' => 'Exclua o grupo de regras ":title"',
|
||||
'attachment_areYouSure' => 'Tem certeza que deseja excluir o anexo denominado ":name"?',
|
||||
'account_areYouSure' => 'Tem certeza que deseja excluir a conta denominada ":name"?',
|
||||
'bill_areYouSure' => 'Você tem certeza que quer apagar a fatura ":name"?',
|
||||
'rule_areYouSure' => 'Are you sure you want to delete the rule titled ":title"?',
|
||||
'ruleGroup_areYouSure' => 'Are you sure you want to delete the rule group titled ":title"?',
|
||||
'budget_areYouSure' => 'Are you sure you want to delete the budget named ":name"?',
|
||||
'category_areYouSure' => 'Are you sure you want to delete the category named ":name"?',
|
||||
'currency_areYouSure' => 'Are you sure you want to delete the currency named ":name"?',
|
||||
'piggyBank_areYouSure' => 'Are you sure you want to delete the piggy bank named ":name"?',
|
||||
'journal_areYouSure' => 'Are you sure you want to delete the transaction described ":description"?',
|
||||
'rule_areYouSure' => 'Tem certeza que deseja excluir a regra intitulada ":title"?',
|
||||
'ruleGroup_areYouSure' => 'Tem certeza que deseja excluir o grupo de regras intitulado ":title"?',
|
||||
'budget_areYouSure' => 'Tem certeza que deseja excluir o orçamento chamado ":name"?',
|
||||
'category_areYouSure' => 'Tem certeza que deseja excluir a categoria com o nome ":name"?',
|
||||
'currency_areYouSure' => 'Tem certeza que deseja excluir a moeda chamada ":name"?',
|
||||
'piggyBank_areYouSure' => 'Tem certeza que deseja excluir o cofrinho chamado ":name"?',
|
||||
'journal_areYouSure' => 'Tem certeza que deseja excluir a transação descrita ":description"?',
|
||||
'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?',
|
||||
'tag_areYouSure' => 'Você tem certeza que quer apagar a tag ":tag"?',
|
||||
'permDeleteWarning' => 'Deleting stuff from Firely is permanent and cannot be undone.',
|
||||
'also_delete_transactions' => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.',
|
||||
'also_delete_rules' => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.',
|
||||
'also_delete_piggyBanks' => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.',
|
||||
'bill_keep_transactions' => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will spared deletion.',
|
||||
'budget_keep_transactions' => 'The only transaction connected to this budget will not be deleted.|All :count transactions connected to this budget will spared deletion.',
|
||||
'category_keep_transactions' => 'The only transaction connected to this category will not be deleted.|All :count transactions connected to this category will spared deletion.',
|
||||
'tag_keep_transactions' => 'The only transaction connected to this tag will not be deleted.|All :count transactions connected to this tag will spared deletion.',
|
||||
'permDeleteWarning' => 'Exclusão de dados do Firely são permanentes e não podem ser desfeitos.',
|
||||
'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.',
|
||||
'delete_all_permanently' => 'Delete selected permanently',
|
||||
'also_delete_transactions' => 'A única transação ligada a essa conta será excluída também.|Todas as :count transações ligadas a esta conta serão excluídas também.',
|
||||
'also_delete_rules' => 'A única regra que ligado a este grupo de regras será excluída também.|Todos as :count regras ligadas a este grupo de regras serão excluídas também.',
|
||||
'also_delete_piggyBanks' => 'O único cofrinho conectado a essa conta será excluído também.|Todos os :count cofrinhos conectados a esta conta serão excluídos também.',
|
||||
'bill_keep_transactions' => 'A única transação a esta conta não será excluída.|Todos as :count transações conectadas a esta fatura não serão excluídos.',
|
||||
'budget_keep_transactions' => 'A única transação conectada a este orçamento não será excluída.|Todos :count transações ligadas a este orçamento não serão excluídos.',
|
||||
'category_keep_transactions' => 'A única transação ligada a esta categoria não será excluída.|Todos :count transações ligadas a esta categoria não serão excluídos.',
|
||||
'tag_keep_transactions' => 'A única transação ligada a essa marca não será excluída.|Todos :count transações ligadas a essa marca não serão excluídos.',
|
||||
];
|
||||
|
@ -9,24 +9,25 @@
|
||||
|
||||
return [
|
||||
|
||||
// tour!
|
||||
'main-content-title' => 'Bem Vindo ao Firefly III',
|
||||
'main-content-text' => 'Do yourself a favor and follow this short guide to make sure you know your way around.',
|
||||
'sidebar-toggle-title' => 'Sidebar to create stuff',
|
||||
'sidebar-toggle-text' => 'Hidden under the plus icon are all the buttons to create new stuff. Accounts, transactions, everything!',
|
||||
'account-menu-title' => 'All your accounts',
|
||||
'account-menu-text' => 'Here you can find all the accounts you\'ve made.',
|
||||
'budget-menu-title' => 'Budgets',
|
||||
'budget-menu-title' => 'Orçamentos',
|
||||
'budget-menu-text' => 'Use this page to organise your finances and limit spending.',
|
||||
'report-menu-title' => 'Relatórios',
|
||||
'report-menu-text' => 'Check this out when you want a solid overview of your fiances.',
|
||||
'report-menu-text' => 'Check this out when you want a solid overview of your finances.',
|
||||
'transaction-menu-title' => 'Transações',
|
||||
'transaction-menu-text' => 'All transactions you\'ve created can be found here.',
|
||||
'option-menu-title' => 'Opções',
|
||||
'option-menu-text' => 'This is pretty self-explanatory.',
|
||||
'main-content-end-title' => 'Fim!',
|
||||
'main-content-end-text' => 'Remember that every page has a small question mark at the right top. Click it to get help about the page you\'re on.',
|
||||
'index' => 'index',
|
||||
'home' => 'home',
|
||||
'index' => 'índice',
|
||||
'home' => 'casa',
|
||||
'accounts-index' => 'accounts.index',
|
||||
'accounts-create' => 'accounts.create',
|
||||
'accounts-edit' => 'accounts.edit',
|
||||
|
@ -8,34 +8,48 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'name' => 'Nome',
|
||||
'role' => 'Papel',
|
||||
'currentBalance' => 'Saldo atual',
|
||||
'active' => 'Está ativo?',
|
||||
'lastActivity' => 'Última atividade',
|
||||
'balanceDiff' => 'Saldo diferente entre :start e :end',
|
||||
'matchedOn' => 'Coincide',
|
||||
'matchesOn' => 'Correspondido em',
|
||||
'matchingAmount' => 'Total',
|
||||
'lastMatch' => 'Último equivalente',
|
||||
'expectedMatch' => 'Equivalente esperado',
|
||||
'automatch' => 'Auto match?',
|
||||
'repeat_freq' => 'Repetições',
|
||||
'description' => 'Descrição',
|
||||
'amount' => 'Total',
|
||||
'date' => 'Data',
|
||||
'interest_date' => 'Interest date',
|
||||
'book_date' => 'Book date',
|
||||
'process_date' => 'Processing date',
|
||||
'from' => 'De',
|
||||
'to' => 'Até',
|
||||
'budget' => 'Orçamento',
|
||||
'category' => 'Categoria',
|
||||
'bill' => 'Fatura',
|
||||
'withdrawal' => 'Retirada',
|
||||
'deposit' => 'Depósito',
|
||||
'transfer' => 'Transferência',
|
||||
'type' => 'Tipo',
|
||||
'completed' => 'Completo',
|
||||
'iban' => 'IBAN',
|
||||
'buttons' => 'Botões',
|
||||
'icon' => 'Ícone',
|
||||
'create_date' => 'Criado em',
|
||||
'update_date' => 'Atualizado em',
|
||||
'balance_before' => 'Saldo Antes',
|
||||
'balance_after' => 'Saldo depois',
|
||||
'name' => 'Nome',
|
||||
'role' => 'Papel',
|
||||
'currentBalance' => 'Saldo atual',
|
||||
'active' => 'Está ativo?',
|
||||
'lastActivity' => 'Última atividade',
|
||||
'balanceDiff' => 'Saldo diferente entre :start e :end',
|
||||
'matchedOn' => 'Coincide',
|
||||
'matchesOn' => 'Correspondido em',
|
||||
'matchingAmount' => 'Total',
|
||||
'lastMatch' => 'Último equivalente',
|
||||
'expectedMatch' => 'Equivalente esperado',
|
||||
'automatch' => 'Auto match?',
|
||||
'repeat_freq' => 'Repetições',
|
||||
'description' => 'Descrição',
|
||||
'amount' => 'Total',
|
||||
'date' => 'Data',
|
||||
'interest_date' => 'Data de interesse',
|
||||
'book_date' => 'Data reserva',
|
||||
'process_date' => 'Data de processamento',
|
||||
'from' => 'De',
|
||||
'to' => 'Até',
|
||||
'budget' => 'Orçamento',
|
||||
'category' => 'Categoria',
|
||||
'bill' => 'Fatura',
|
||||
'withdrawal' => 'Retirada',
|
||||
'deposit' => 'Depósito',
|
||||
'transfer' => 'Transferência',
|
||||
'type' => 'Tipo',
|
||||
'completed' => 'Completo',
|
||||
'iban' => 'IBAN',
|
||||
'paid_current_period' => 'Pago este período',
|
||||
'email' => 'Email',
|
||||
'registered_at' => 'Registrado em',
|
||||
'is_activated' => 'Está ativo',
|
||||
'is_blocked' => 'Está bloqueado',
|
||||
'is_admin' => 'É admin',
|
||||
'has_two_factor' => 'Tem 2FA',
|
||||
'blocked_code' => 'Bloco de código',
|
||||
];
|
||||
|
@ -8,10 +8,10 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'password' => 'Passwords must be at least six characters and match the confirmation.',
|
||||
'user' => 'We can\'t find a user with that e-mail address.',
|
||||
'token' => 'This password reset token is invalid.',
|
||||
'sent' => 'We have e-mailed your password reset link!',
|
||||
'reset' => 'Your password has been reset!',
|
||||
'blocked' => 'Nice try though.',
|
||||
'password' => 'A senha precisa ter no mínimo seis caracteres e tem que ser igual à confirmação de senha.',
|
||||
'user' => 'Não foi possível encontrar o usuário com este e-mail.',
|
||||
'token' => 'Este token de redefinição de senha é inválido.',
|
||||
'sent' => 'Nós te enviamos um email com um link para trocar a senha!',
|
||||
'reset' => 'Sua senha foi redefinida!',
|
||||
'blocked' => 'Boa tentativa.',
|
||||
];
|
||||
|
@ -8,8 +8,8 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'iban' => 'This is not a valid IBAN.',
|
||||
'unique_account_number_for_user' => 'It looks like this account number is already in use.',
|
||||
'iban' => 'Este não é um válido IBAN.',
|
||||
'unique_account_number_for_user' => 'Parece que este número de conta já está em uso.',
|
||||
'rule_trigger_value' => 'Este valor é inválido para o disparo selecionado.',
|
||||
'rule_action_value' => 'Este valor é inválido para a ação selecionada.',
|
||||
'invalid_domain' => 'Devido a restrições de segurança, você não pode registrar deste domínio.',
|
||||
@ -75,5 +75,5 @@ return [
|
||||
'string' => 'O campo :attribute deve ser uma string.',
|
||||
'url' => 'O formato do URL indicado para o campo :attribute é inválido.',
|
||||
'timezone' => 'O campo :attribute deverá ter um fuso horário válido.',
|
||||
'2fa_code' => 'The :attribute field is invalid.',
|
||||
'2fa_code' => 'O campo :attribute é inválido.',
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user