mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Cleaned up translation files.
This commit is contained in:
@@ -1,60 +1,45 @@
|
||||
<?php
|
||||
/**
|
||||
* breadcrumbs.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
'home' => 'Home',
|
||||
|
||||
// accounts
|
||||
'cash_accounts' => 'Cash accounts',
|
||||
'edit_account' => 'Edit account ":name"',
|
||||
|
||||
// currencies
|
||||
'edit_currency' => 'Edit currencies ":name"',
|
||||
'delete_currency' => 'Delete currencies ":name"',
|
||||
|
||||
// piggy banks
|
||||
'newPiggyBank' => 'Create a new piggy bank',
|
||||
'edit_piggyBank' => 'Edit piggy bank ":name"',
|
||||
|
||||
// top menu
|
||||
'preferences' => 'Preferences',
|
||||
'profile' => 'Profile',
|
||||
'changePassword' => 'Change your password',
|
||||
|
||||
// bills
|
||||
'bills' => 'Bills',
|
||||
'newBill' => 'New bill',
|
||||
'edit_bill' => 'Edit bill ":name"',
|
||||
'delete_bill' => 'Delete bill ":name"',
|
||||
|
||||
// reports
|
||||
'reports' => 'Reports',
|
||||
'monthly_report' => 'Monthly report for :date',
|
||||
'monthly_report_shared' => 'Monthly report for :date (including shared accounts)',
|
||||
'yearly_report' => 'Yearly report for :date',
|
||||
'yearly_report_shared' => 'Yearly report for :date (including shared accounts)',
|
||||
'budget_report' => 'Budget report for :date',
|
||||
|
||||
// search
|
||||
'searchResult' => 'Search for ":query"',
|
||||
|
||||
// transaction lists.
|
||||
'withdrawal_list' => 'Expenses',
|
||||
'deposit_list' => 'Revenue, income and deposits',
|
||||
'transfer_list' => 'Transfers',
|
||||
'transfers_list' => 'Transfers',
|
||||
|
||||
// create transactions
|
||||
'create_withdrawal' => 'Create new withdrawal',
|
||||
'create_deposit' => 'Create new deposit',
|
||||
'create_transfer' => 'Create new transfer',
|
||||
|
||||
// edit transactions
|
||||
'edit_journal' => 'Edit transaction ":description"',
|
||||
'delete_journal' => 'Delete transaction ":description"',
|
||||
|
||||
// tags
|
||||
'tags' => 'Tags',
|
||||
'createTag' => 'Create new tag',
|
||||
'edit_tag' => 'Edit tag ":tag"',
|
||||
'delete_tag' => 'Delete tag ":tag"',
|
||||
|
||||
];
|
||||
|
@@ -1,4 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* config.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
'locale' => 'en, English, en_US, en_US.utf8',
|
||||
|
@@ -1,4 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* firefly.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
// general stuff:
|
||||
@@ -46,7 +53,6 @@ return [
|
||||
'flash_error_multiple' => 'There is one error|There are :count errors',
|
||||
'net_worth' => 'Net worth',
|
||||
|
||||
|
||||
// export data:
|
||||
'import_and_export' => 'Import and export',
|
||||
'export_data' => 'Export data',
|
||||
@@ -115,7 +121,6 @@ return [
|
||||
'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',
|
||||
@@ -127,12 +132,10 @@ return [
|
||||
'edit_rule' => 'Edit rule ":title"',
|
||||
'delete_rule' => 'Delete rule ":title"',
|
||||
'update_rule' => 'Update rule',
|
||||
|
||||
'test_rule_triggers' => 'See matching transactions',
|
||||
'warning_transaction_subset' => 'For performance reasons this list is limited to :max_num_transactions and may only show a subset of matching transactions',
|
||||
'warning_no_matching_transactions' => 'No matching transactions found. Please note that for performance reasons, only the last :num_transactions transactions have been checked.',
|
||||
'warning_no_valid_triggers' => 'No valid triggers provided.',
|
||||
|
||||
'execute_on_existing_transactions' => 'Execute for existing transactions',
|
||||
'execute_on_existing_transactions_intro' => 'When a rule or group has been changed or added, you can execute it for existing transactions',
|
||||
'execute_on_existing_transactions_short' => 'Existing transactions',
|
||||
@@ -159,7 +162,6 @@ return [
|
||||
'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..',
|
||||
@@ -176,10 +178,8 @@ return [
|
||||
'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"',
|
||||
@@ -190,7 +190,6 @@ return [
|
||||
'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..',
|
||||
|
@@ -1,4 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* form.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
|
||||
// new user:
|
||||
@@ -83,12 +91,9 @@ return [
|
||||
'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)',
|
||||
|
||||
|
||||
'delete_account' => 'Delete account ":name"',
|
||||
'delete_bill' => 'Delete bill ":name"',
|
||||
'delete_budget' => 'Delete budget ":name"',
|
||||
@@ -98,7 +103,6 @@ return [
|
||||
'delete_attachment' => 'Delete attachment ":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"?',
|
||||
'bill_areYouSure' => 'Are you sure you want to delete the bill named ":name"?',
|
||||
@@ -110,7 +114,6 @@ return [
|
||||
'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"?',
|
||||
'tag_areYouSure' => 'Are you sure you want to delete the 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.',
|
||||
|
@@ -1,4 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* help.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
|
||||
// tour!
|
||||
@@ -18,8 +26,6 @@ return [
|
||||
'option-menu-text' => 'This is pretty self-explanatory.',
|
||||
'main-content-end-title' => 'The end!',
|
||||
'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',
|
||||
'accounts-index' => 'accounts.index',
|
||||
|
@@ -1,6 +1,11 @@
|
||||
<?php
|
||||
|
||||
// all table headers.
|
||||
/**
|
||||
* list.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
'name' => 'Name',
|
||||
|
@@ -1,19 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
/**
|
||||
* pagination.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
'previous' => '« Previous',
|
||||
'next' => 'Next »',
|
||||
|
||||
];
|
||||
|
@@ -1,22 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
/**
|
||||
* passwords.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
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.',
|
||||
|
||||
];
|
||||
|
@@ -1,4 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* validation.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
'iban' => 'This is not a valid IBAN.',
|
||||
|
31
resources/lang/fr_FR/breadcrumbs.php
Normal file → Executable file
31
resources/lang/fr_FR/breadcrumbs.php
Normal file → Executable file
@@ -1,60 +1,45 @@
|
||||
<?php
|
||||
/**
|
||||
* breadcrumbs.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
'home' => 'Accueil',
|
||||
|
||||
// accounts
|
||||
'cash_accounts' => 'Cash accounts',
|
||||
'edit_account' => 'Editer le compte : ":name"',
|
||||
|
||||
// currencies
|
||||
'edit_currency' => 'Editer la devise : ";name"',
|
||||
'delete_currency' => 'Supprimer la devise ":name"',
|
||||
|
||||
// piggy banks
|
||||
'newPiggyBank' => 'Create a new piggy bank',
|
||||
'edit_piggyBank' => 'Edit piggy bank ":name"',
|
||||
|
||||
// top menu
|
||||
'preferences' => 'Preferences',
|
||||
'profile' => 'Profil',
|
||||
'changePassword' => 'Modifier le mot de passe',
|
||||
|
||||
// bills
|
||||
'bills' => 'Factures',
|
||||
'newBill' => 'Nouvelle facture',
|
||||
'edit_bill' => 'Editer la facture : ":name"',
|
||||
'delete_bill' => 'Supprimer la facture ":name"',
|
||||
|
||||
// reports
|
||||
'reports' => 'Rapport',
|
||||
'monthly_report' => 'Rapport mensuel pour :date',
|
||||
'monthly_report_shared' => 'Rapport mensuel pour :date (avec les comptes joints)',
|
||||
'yearly_report' => 'Rapport annuel pour :date',
|
||||
'yearly_report_shared' => 'Rapport annuel pour :date (avec les comptes joints)',
|
||||
'budget_report' => 'Rapport budgetaire pour :date',
|
||||
|
||||
// search
|
||||
'searchResult' => 'Resultat de recherche pour ":query"',
|
||||
|
||||
// transaction lists.
|
||||
'withdrawal_list' => 'Dépenses',
|
||||
'deposit_list' => 'Revenue, Salaire et depots ',
|
||||
'transfer_list' => 'Transferts',
|
||||
'transfers_list' => 'Transferts',
|
||||
|
||||
// create transactions
|
||||
'create_withdrawal' => 'Creer un nouveau retrait',
|
||||
'create_deposit' => 'Create new deposit',
|
||||
'create_transfer' => 'Creer un nouveau transfert',
|
||||
|
||||
// edit transactions
|
||||
'edit_journal' => 'Editer la transaction ":description"',
|
||||
'delete_journal' => 'Supprimer la transaction ":description"',
|
||||
|
||||
// tags
|
||||
'tags' => 'Tags',
|
||||
'createTag' => 'Créer un nouveau tag',
|
||||
'edit_tag' => 'Editer le tag ":tag"',
|
||||
'delete_tag' => 'Supprimer le tag ":tag"',
|
||||
|
||||
];
|
||||
|
1
resources/lang/fr_FR/config.php
Normal file → Executable file
1
resources/lang/fr_FR/config.php
Normal file → Executable file
@@ -17,5 +17,4 @@ return [
|
||||
'quarter_of_year' => '%B %Y',
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
|
||||
];
|
||||
|
16
resources/lang/fr_FR/firefly.php
Normal file → Executable file
16
resources/lang/fr_FR/firefly.php
Normal file → Executable file
@@ -1,4 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* firefly.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
// general stuff:
|
||||
@@ -46,7 +53,6 @@ return [
|
||||
'flash_error_multiple' => 'There is one error|There are :count errors',
|
||||
'net_worth' => 'Net worth',
|
||||
|
||||
|
||||
// export data:
|
||||
'import_and_export' => 'Import and export',
|
||||
'export_data' => 'Export data',
|
||||
@@ -115,7 +121,6 @@ return [
|
||||
'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',
|
||||
@@ -127,12 +132,10 @@ return [
|
||||
'edit_rule' => 'Edit rule ":title"',
|
||||
'delete_rule' => 'Delete rule ":title"',
|
||||
'update_rule' => 'Update rule',
|
||||
|
||||
'test_rule_triggers' => 'See matching transactions',
|
||||
'warning_transaction_subset' => 'For performance reasons this list is limited to :max_num_transactions and may only show a subset of matching transactions',
|
||||
'warning_no_matching_transactions' => 'No matching transactions found. Please note that for performance reasons, only the last :num_transactions transactions have been checked.',
|
||||
'warning_no_valid_triggers' => 'No valid triggers provided.',
|
||||
|
||||
'execute_on_existing_transactions' => 'Execute for existing transactions',
|
||||
'execute_on_existing_transactions_intro' => 'When a rule or group has been changed or added, you can execute it for existing transactions',
|
||||
'execute_on_existing_transactions_short' => 'Existing transactions',
|
||||
@@ -159,7 +162,6 @@ return [
|
||||
'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..',
|
||||
@@ -176,10 +178,8 @@ return [
|
||||
'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"',
|
||||
@@ -190,7 +190,6 @@ return [
|
||||
'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..',
|
||||
@@ -256,7 +255,6 @@ return [
|
||||
'should_change' => 'The idea is to change your password.',
|
||||
'invalid_password' => 'Invalid password!',
|
||||
|
||||
|
||||
// attachments
|
||||
'nr_of_attachments' => 'One attachment|:count attachments',
|
||||
'attachments' => 'Attachments',
|
||||
|
16
resources/lang/fr_FR/form.php
Normal file → Executable file
16
resources/lang/fr_FR/form.php
Normal file → Executable file
@@ -1,4 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* form.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
|
||||
// new user:
|
||||
@@ -37,6 +45,9 @@ return [
|
||||
'revenue_account' => 'Revenue account',
|
||||
'amount' => 'Amount',
|
||||
'date' => 'Date',
|
||||
'interest_date' => 'Interest date',
|
||||
'book_date' => 'Book date',
|
||||
'process_date' => 'Processing date',
|
||||
'category' => 'Category',
|
||||
'tags' => 'Tags',
|
||||
'deletePermanently' => 'Delete permanently',
|
||||
@@ -80,12 +91,9 @@ return [
|
||||
'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)',
|
||||
|
||||
|
||||
'delete_account' => 'Delete account ":name"',
|
||||
'delete_bill' => 'Supprimer la facture ":name"',
|
||||
'delete_budget' => 'Delete budget ":name"',
|
||||
@@ -95,7 +103,6 @@ return [
|
||||
'delete_attachment' => 'Delete attachment ":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"?',
|
||||
'bill_areYouSure' => 'Are you sure you want to delete the bill named ":name"?',
|
||||
@@ -107,7 +114,6 @@ return [
|
||||
'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"?',
|
||||
'tag_areYouSure' => 'Are you sure you want to delete the 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.',
|
||||
|
10
resources/lang/fr_FR/help.php
Normal file → Executable file
10
resources/lang/fr_FR/help.php
Normal file → Executable file
@@ -1,4 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* help.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
|
||||
// tour!
|
||||
@@ -18,8 +26,6 @@ return [
|
||||
'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',
|
||||
|
12
resources/lang/fr_FR/list.php
Normal file → Executable file
12
resources/lang/fr_FR/list.php
Normal file → Executable file
@@ -1,6 +1,11 @@
|
||||
<?php
|
||||
|
||||
// all table headers.
|
||||
/**
|
||||
* list.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
'name' => 'Nom',
|
||||
@@ -19,6 +24,9 @@ return [
|
||||
'description' => 'Description',
|
||||
'amount' => 'Amount',
|
||||
'date' => 'Date',
|
||||
'interest_date' => 'Interest date',
|
||||
'book_date' => 'Book date',
|
||||
'process_date' => 'Processing date',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'budget' => 'Budget',
|
||||
|
20
resources/lang/fr_FR/pagination.php
Normal file → Executable file
20
resources/lang/fr_FR/pagination.php
Normal file → Executable file
@@ -1,19 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
/**
|
||||
* pagination.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
'previous' => '« Precedent',
|
||||
'next' => 'Suivant »',
|
||||
|
||||
];
|
||||
|
12
resources/lang/fr_FR/passwords.php
Normal file → Executable file
12
resources/lang/fr_FR/passwords.php
Normal file → Executable file
@@ -8,22 +8,10 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'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.',
|
||||
|
||||
];
|
||||
|
7
resources/lang/fr_FR/validation.php
Normal file → Executable file
7
resources/lang/fr_FR/validation.php
Normal file → Executable file
@@ -1,4 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* validation.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
'iban' => 'This is not a valid IBAN.',
|
||||
|
31
resources/lang/nl_NL/breadcrumbs.php
Normal file → Executable file
31
resources/lang/nl_NL/breadcrumbs.php
Normal file → Executable file
@@ -1,60 +1,45 @@
|
||||
<?php
|
||||
/**
|
||||
* breadcrumbs.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
'home' => 'Home',
|
||||
|
||||
// accounts
|
||||
'cash_accounts' => 'Contant geldrekeningen',
|
||||
'edit_account' => 'Wijzig rekening ":name"',
|
||||
|
||||
// currencies
|
||||
'edit_currency' => 'Wijzig valuta ":name"',
|
||||
'delete_currency' => 'Verwijder valuta ":name"',
|
||||
|
||||
// piggy banks
|
||||
'newPiggyBank' => 'Nieuw spaarpotje',
|
||||
'edit_piggyBank' => 'Wijzig spaarpotje ":name"',
|
||||
|
||||
// top menu
|
||||
'preferences' => 'Voorkeuren',
|
||||
'profile' => 'Profiel',
|
||||
'changePassword' => 'Verander je wachtwoord',
|
||||
|
||||
// bills
|
||||
'bills' => 'Contracten',
|
||||
'newBill' => 'Nieuw contract',
|
||||
'edit_bill' => 'Wijzig contract ":name"',
|
||||
'delete_bill' => 'Verwijder contract ":name"',
|
||||
|
||||
// reports
|
||||
'reports' => 'Overzichten',
|
||||
'monthly_report' => 'Maandoverzicht :date',
|
||||
'monthly_report_shared' => 'Maandoverzicht :date (inclusief gedeelde rekeningen)',
|
||||
'yearly_report' => 'Jaaroverzicht :date',
|
||||
'yearly_report_shared' => 'Jaaroverzicht :date (inclusief gedeelde rekeningen)',
|
||||
'budget_report' => 'Budgetoverzicht :date',
|
||||
|
||||
// search
|
||||
'searchResult' => 'Zoeken naar ":query"',
|
||||
|
||||
// transaction lists.
|
||||
'withdrawal_list' => 'Uitgaven',
|
||||
'deposit_list' => 'Inkomsten',
|
||||
'transfer_list' => 'Overschrijvingen',
|
||||
'transfers_list' => 'Overschrijvingen',
|
||||
|
||||
// create transactions
|
||||
'create_withdrawal' => 'Sla nieuwe uitgave op',
|
||||
'create_deposit' => 'Sla nieuwe inkomsten op',
|
||||
'create_transfer' => 'Sla nieuwe overschrijving op',
|
||||
|
||||
// edit transactions
|
||||
'edit_journal' => 'Wijzig transactie ":description"',
|
||||
'delete_journal' => 'Verwijder transactie ":description"',
|
||||
|
||||
// tags
|
||||
'tags' => 'Tags',
|
||||
'createTag' => 'Maak nieuwe tag',
|
||||
'edit_tag' => 'Wijzig tag ":tag"',
|
||||
'delete_tag' => 'Verwijder tag ":tag"',
|
||||
|
||||
];
|
||||
|
1
resources/lang/nl_NL/config.php
Normal file → Executable file
1
resources/lang/nl_NL/config.php
Normal file → Executable file
@@ -17,5 +17,4 @@ return [
|
||||
'quarter_of_year' => '%B %Y',
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
|
||||
];
|
||||
|
15
resources/lang/nl_NL/firefly.php
Normal file → Executable file
15
resources/lang/nl_NL/firefly.php
Normal file → Executable file
@@ -1,4 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* firefly.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
// general stuff:
|
||||
@@ -46,7 +53,6 @@ return [
|
||||
'flash_error_multiple' => 'Er is één fout|Er zijn :count fouten',
|
||||
'net_worth' => 'Kapitaal',
|
||||
|
||||
|
||||
// export data:
|
||||
'import_and_export' => 'Import en export',
|
||||
'export_data' => 'Exporteren',
|
||||
@@ -115,7 +121,6 @@ return [
|
||||
'default_rule_trigger_from_account' => 'David Bowie',
|
||||
'default_rule_action_prepend' => 'Kocht de wereld van ',
|
||||
'default_rule_action_set_category' => 'Grote uitgaven',
|
||||
|
||||
'trigger' => 'Trigger',
|
||||
'trigger_value' => 'Trigger bij waarde',
|
||||
'stop_processing_other_triggers' => 'Reageer niet meer op andere triggers',
|
||||
@@ -127,12 +132,10 @@ return [
|
||||
'edit_rule' => 'Wijzig regel ":title"',
|
||||
'delete_rule' => 'Verwijder regel ":title"',
|
||||
'update_rule' => 'Werk regel bij',
|
||||
|
||||
'test_rule_triggers' => 'Bekijk welke transacties hieraan voldoen',
|
||||
'warning_transaction_subset' => 'Je ziet hier maximaal :max_num_transactions transacties omdat je anders veel te lang moet wachten',
|
||||
'warning_no_matching_transactions' => 'Niks gevonden in je laatste :num_transactions transacties.',
|
||||
'warning_no_valid_triggers' => 'Geen geldige triggers gevonden.',
|
||||
|
||||
'execute_on_existing_transactions' => 'Toepassen op bestaande transacties',
|
||||
'execute_on_existing_transactions_intro' => 'Wanneer een regel of groep is veranderd of toegevoegd, kun je hem hier uitvoeren voor bestaande transacties',
|
||||
'execute_on_existing_transactions_short' => 'Bestaande transacties',
|
||||
@@ -159,7 +162,6 @@ return [
|
||||
'rule_trigger_description_ends' => 'Omschrijving eindigt op ":trigger_value"',
|
||||
'rule_trigger_description_contains' => 'Omschrijving bevat ":trigger_value"',
|
||||
'rule_trigger_description_is' => 'Omschrijving is ":trigger_value"',
|
||||
|
||||
'rule_trigger_from_account_starts_choice' => 'Bronrekening naam begint met..',
|
||||
'rule_trigger_from_account_ends_choice' => 'Bronrekening eindigt op..',
|
||||
'rule_trigger_from_account_is_choice' => 'Bronrekening is..',
|
||||
@@ -176,10 +178,8 @@ return [
|
||||
'rule_trigger_description_ends_choice' => 'Omschrijving eindigt op..',
|
||||
'rule_trigger_description_contains_choice' => 'Omschrijving bevat..',
|
||||
'rule_trigger_description_is_choice' => 'Omschrijving is..',
|
||||
|
||||
'rule_trigger_store_journal' => 'Als een transactie wordt gemaakt',
|
||||
'rule_trigger_update_journal' => 'Als een transactie wordt bewerkt',
|
||||
|
||||
'rule_action_set_category' => 'Verander categorie naar ":action_value"',
|
||||
'rule_action_clear_category' => 'Maak categorie-veld leeg',
|
||||
'rule_action_set_budget' => 'Sla op onder budget ":action_value"',
|
||||
@@ -190,7 +190,6 @@ return [
|
||||
'rule_action_set_description' => 'Geef omschrijving ":action_value"',
|
||||
'rule_action_append_description' => 'Zet ":action_value" voor de omschrijving',
|
||||
'rule_action_prepend_description' => 'Zet ":action_value" voor de omschrijving',
|
||||
|
||||
'rule_action_set_category_choice' => 'Geef categorie..',
|
||||
'rule_action_clear_category_choice' => 'Geef geen categorie',
|
||||
'rule_action_set_budget_choice' => 'Sla op onder budget..',
|
||||
|
18
resources/lang/nl_NL/form.php
Normal file → Executable file
18
resources/lang/nl_NL/form.php
Normal file → Executable file
@@ -1,7 +1,13 @@
|
||||
<?php
|
||||
return [
|
||||
/**
|
||||
* form.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
// new user:
|
||||
return [
|
||||
'bank_name' => 'Banknaam',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Saldo van spaarrekening',
|
||||
@@ -37,6 +43,9 @@ return [
|
||||
'revenue_account' => 'Debiteur',
|
||||
'amount' => 'Bedrag',
|
||||
'date' => 'Datum',
|
||||
'interest_date' => 'Rentedatum',
|
||||
'book_date' => 'Boekdatum',
|
||||
'process_date' => 'Verwerkingsdatum',
|
||||
'category' => 'Categorie',
|
||||
'tags' => 'Tags',
|
||||
'deletePermanently' => 'Verwijderen',
|
||||
@@ -80,12 +89,9 @@ return [
|
||||
'include_config' => 'Sla ook een configuratiebestand ook',
|
||||
'include_old_uploads' => 'Sla ook geïmporteerde bestanden op',
|
||||
'accounts' => 'Exporteer boekingen van deze rekeningen',
|
||||
|
||||
'csv_comma' => 'Een komma (,)',
|
||||
'csv_semicolon' => 'Een puntkomma (;)',
|
||||
'csv_tab' => 'Een tab (onzichtbaar)',
|
||||
|
||||
|
||||
'delete_account' => 'Verwijder rekening ":name"',
|
||||
'delete_bill' => 'Verwijder contract ":name"',
|
||||
'delete_budget' => 'Verwijder budget ":name"',
|
||||
@@ -95,7 +101,6 @@ return [
|
||||
'delete_attachment' => 'Verwijder bijlage ":name"',
|
||||
'delete_rule' => 'Verwijder regel ":title"',
|
||||
'delete_rule_group' => 'Verwijder regelgroep ":title"',
|
||||
|
||||
'attachment_areYouSure' => 'Weet je zeker dat je de bijlage met naam ":name" wilt verwijderen?',
|
||||
'account_areYouSure' => 'Weet je zeker dat je de rekening met naam ":name" wilt verwijderen?',
|
||||
'bill_areYouSure' => 'Weet je zeker dat je het contract met naam ":name" wilt verwijderen?',
|
||||
@@ -107,7 +112,6 @@ return [
|
||||
'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?',
|
||||
'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.',
|
||||
'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.',
|
||||
|
12
resources/lang/nl_NL/help.php
Normal file → Executable file
12
resources/lang/nl_NL/help.php
Normal file → Executable file
@@ -1,7 +1,13 @@
|
||||
<?php
|
||||
return [
|
||||
/**
|
||||
* help.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
// tour!
|
||||
return [
|
||||
'main-content-title' => 'Welkom bij Firefly III',
|
||||
'main-content-text' => 'Doe jezelf een lol en volg deze korte tour. Je weet dan precies hoe alles werkt.',
|
||||
'sidebar-toggle-title' => 'Sidebar om nieuwe dingen te maken',
|
||||
@@ -18,8 +24,6 @@ return [
|
||||
'option-menu-text' => 'Hier vind je alle opties.',
|
||||
'main-content-end-title' => 'Einde!',
|
||||
'main-content-end-text' => 'Elke pagina heeft een vraagtekentje rechtsboven. Gebruik deze voor meer hulp. Veel plezier!',
|
||||
|
||||
|
||||
'index' => 'index',
|
||||
'home' => 'home',
|
||||
'accounts-index' => 'rekeningen',
|
||||
|
12
resources/lang/nl_NL/list.php
Normal file → Executable file
12
resources/lang/nl_NL/list.php
Normal file → Executable file
@@ -1,6 +1,11 @@
|
||||
<?php
|
||||
|
||||
// all table headers.
|
||||
/**
|
||||
* list.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
'name' => 'Naam',
|
||||
@@ -19,6 +24,9 @@ return [
|
||||
'description' => 'Omschrijving',
|
||||
'amount' => 'Bedrag',
|
||||
'date' => 'Datum',
|
||||
'interest_date' => 'Rentedatum',
|
||||
'book_date' => 'Boekdatum',
|
||||
'process_date' => 'Verwerkingsdatum',
|
||||
'from' => 'Van',
|
||||
'to' => 'Naar',
|
||||
'budget' => 'Budget',
|
||||
|
20
resources/lang/nl_NL/pagination.php
Normal file → Executable file
20
resources/lang/nl_NL/pagination.php
Normal file → Executable file
@@ -1,19 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
/**
|
||||
* pagination.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
'previous' => '« Vorige',
|
||||
'next' => 'Volgende »',
|
||||
|
||||
];
|
||||
|
12
resources/lang/nl_NL/passwords.php
Normal file → Executable file
12
resources/lang/nl_NL/passwords.php
Normal file → Executable file
@@ -8,22 +8,10 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'password' => 'Wachtwoorden moeten zes karakters lang zijn, en natuurlijk 2x hetzelfde invoeren.',
|
||||
'user' => 'Geen gebruiker met dat e-mailadres.',
|
||||
'token' => 'Ongeldig token! Sorry.',
|
||||
'sent' => 'Je krijgt een mailtje met een linkje om je wachtwoord te herstellen!',
|
||||
'reset' => 'Je wachtwoord is hersteld!',
|
||||
'blocked' => 'Leuk geprobeerd wel.',
|
||||
|
||||
];
|
||||
|
0
resources/lang/nl_NL/validation.php
Normal file → Executable file
0
resources/lang/nl_NL/validation.php
Normal file → Executable file
31
resources/lang/pt_BR/breadcrumbs.php
Normal file → Executable file
31
resources/lang/pt_BR/breadcrumbs.php
Normal file → Executable file
@@ -1,60 +1,45 @@
|
||||
<?php
|
||||
/**
|
||||
* breadcrumbs.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
'home' => 'Início',
|
||||
|
||||
// accounts
|
||||
'cash_accounts' => 'Contas Correntes',
|
||||
'edit_account' => 'Editar conta ":name"',
|
||||
|
||||
// currencies
|
||||
'edit_currency' => 'Editar moedas ":name"',
|
||||
'delete_currency' => 'Apagar moedas ":name"',
|
||||
|
||||
// piggy banks
|
||||
'newPiggyBank' => 'Criar um novo cofrinho',
|
||||
'edit_piggyBank' => 'Editar cofrinho ":name"',
|
||||
|
||||
// top menu
|
||||
'preferences' => 'Preferências',
|
||||
'profile' => 'Perfil',
|
||||
'changePassword' => 'Alterar sua senha',
|
||||
|
||||
// bills
|
||||
'bills' => 'Faturas',
|
||||
'newBill' => 'Nova fatura',
|
||||
'edit_bill' => 'Editar fatura ":name"',
|
||||
'delete_bill' => 'Apagar fatura ":name"',
|
||||
|
||||
// reports
|
||||
'reports' => 'Relatórios',
|
||||
'monthly_report' => 'Relatório Mensal para :date',
|
||||
'monthly_report_shared' => 'Relatório mensal para :date (incluindo contas compartilhadas)',
|
||||
'yearly_report' => 'Relatório Anual para :date',
|
||||
'yearly_report_shared' => 'Relatório anual para :date (incluindo contas compartilhadas)',
|
||||
'budget_report' => 'Relatório Orçamentário para :date',
|
||||
|
||||
// search
|
||||
'searchResult' => 'Pesquisa por ":query"',
|
||||
|
||||
// transaction lists.
|
||||
'withdrawal_list' => 'Despesas',
|
||||
'deposit_list' => 'Receitas, renda e depósitos',
|
||||
'transfer_list' => 'Transferências',
|
||||
'transfers_list' => 'Transferências',
|
||||
|
||||
// create transactions
|
||||
'create_withdrawal' => 'Criar uma nova retirada',
|
||||
'create_deposit' => 'Criar um novo depósito',
|
||||
'create_transfer' => 'Criar nova transferência',
|
||||
|
||||
// edit transactions
|
||||
'edit_journal' => 'Editar transação ":description"',
|
||||
'delete_journal' => 'Apagar transação ":description"',
|
||||
|
||||
// tags
|
||||
'tags' => 'Etiquetas',
|
||||
'createTag' => 'Criar nova etiqueta',
|
||||
'edit_tag' => 'Editar etiqueta ":tag"',
|
||||
'delete_tag' => 'Apagar etiqueta ":tag"',
|
||||
|
||||
];
|
||||
|
1
resources/lang/pt_BR/config.php
Normal file → Executable file
1
resources/lang/pt_BR/config.php
Normal file → Executable file
@@ -17,5 +17,4 @@ return [
|
||||
'quarter_of_year' => '%B %Y',
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
|
||||
];
|
||||
|
16
resources/lang/pt_BR/firefly.php
Normal file → Executable file
16
resources/lang/pt_BR/firefly.php
Normal file → Executable file
@@ -1,4 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* firefly.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
// general stuff:
|
||||
@@ -46,7 +53,6 @@ return [
|
||||
'flash_error_multiple' => 'There is one error|There are :count errors',
|
||||
'net_worth' => 'Net worth',
|
||||
|
||||
|
||||
// export data:
|
||||
'import_and_export' => 'Import and export',
|
||||
'export_data' => 'Export data',
|
||||
@@ -115,7 +121,6 @@ return [
|
||||
'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',
|
||||
@@ -127,12 +132,10 @@ return [
|
||||
'edit_rule' => 'Edit rule ":title"',
|
||||
'delete_rule' => 'Delete rule ":title"',
|
||||
'update_rule' => 'Update rule',
|
||||
|
||||
'test_rule_triggers' => 'See matching transactions',
|
||||
'warning_transaction_subset' => 'For performance reasons this list is limited to :max_num_transactions and may only show a subset of matching transactions',
|
||||
'warning_no_matching_transactions' => 'No matching transactions found. Please note that for performance reasons, only the last :num_transactions transactions have been checked.',
|
||||
'warning_no_valid_triggers' => 'No valid triggers provided.',
|
||||
|
||||
'execute_on_existing_transactions' => 'Execute for existing transactions',
|
||||
'execute_on_existing_transactions_intro' => 'When a rule or group has been changed or added, you can execute it for existing transactions',
|
||||
'execute_on_existing_transactions_short' => 'Existing transactions',
|
||||
@@ -159,7 +162,6 @@ return [
|
||||
'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..',
|
||||
@@ -176,10 +178,8 @@ return [
|
||||
'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"',
|
||||
@@ -190,7 +190,6 @@ return [
|
||||
'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..',
|
||||
@@ -256,7 +255,6 @@ return [
|
||||
'should_change' => 'A idéia é alterar sua senha.',
|
||||
'invalid_password' => 'Senha inválida!',
|
||||
|
||||
|
||||
// attachments
|
||||
'nr_of_attachments' => 'Um anexo|:count anexos',
|
||||
'attachments' => 'Anexos',
|
||||
|
17
resources/lang/pt_BR/form.php
Normal file → Executable file
17
resources/lang/pt_BR/form.php
Normal file → Executable file
@@ -1,7 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* form.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
|
||||
// new user:
|
||||
'bank_name' => 'Nome do banco',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Salda da Poupança',
|
||||
@@ -37,6 +44,9 @@ return [
|
||||
'revenue_account' => 'Conta de Receita',
|
||||
'amount' => 'Valor',
|
||||
'date' => 'Data',
|
||||
'interest_date' => 'Interest date',
|
||||
'book_date' => 'Book date',
|
||||
'process_date' => 'Processing date',
|
||||
'category' => 'Categoria',
|
||||
'tags' => 'Etiquetas',
|
||||
'deletePermanently' => 'Apagar permanentemente',
|
||||
@@ -80,12 +90,9 @@ return [
|
||||
'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)',
|
||||
|
||||
|
||||
'delete_account' => 'Apagar conta ":name"',
|
||||
'delete_bill' => 'Apagar fatura ":name"',
|
||||
'delete_budget' => 'Delete budget ":name"',
|
||||
@@ -95,7 +102,6 @@ return [
|
||||
'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"?',
|
||||
'bill_areYouSure' => 'Você tem certeza que quer apagar a fatura ":name"?',
|
||||
@@ -107,7 +113,6 @@ return [
|
||||
'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"?',
|
||||
'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.',
|
||||
|
11
resources/lang/pt_BR/help.php
Normal file → Executable file
11
resources/lang/pt_BR/help.php
Normal file → Executable file
@@ -1,7 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* help.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
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',
|
||||
@@ -18,8 +25,6 @@ return [
|
||||
'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',
|
||||
'accounts-index' => 'accounts.index',
|
||||
|
12
resources/lang/pt_BR/list.php
Normal file → Executable file
12
resources/lang/pt_BR/list.php
Normal file → Executable file
@@ -1,6 +1,11 @@
|
||||
<?php
|
||||
|
||||
// all table headers.
|
||||
/**
|
||||
* list.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
'name' => 'Nome',
|
||||
@@ -19,6 +24,9 @@ return [
|
||||
'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',
|
||||
|
20
resources/lang/pt_BR/pagination.php
Normal file → Executable file
20
resources/lang/pt_BR/pagination.php
Normal file → Executable file
@@ -1,19 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
/**
|
||||
* pagination.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
'previous' => '« Anterior',
|
||||
'next' => 'Próximo »',
|
||||
|
||||
];
|
||||
|
19
resources/lang/pt_BR/passwords.php
Normal file → Executable file
19
resources/lang/pt_BR/passwords.php
Normal file → Executable file
@@ -1,22 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
/**
|
||||
* passwords.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
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.',
|
||||
|
||||
];
|
||||
|
7
resources/lang/pt_BR/validation.php
Normal file → Executable file
7
resources/lang/pt_BR/validation.php
Normal file → Executable file
@@ -1,4 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* validation.php
|
||||
* Copyright (C) 2016 Sander Dorigo
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
'iban' => 'This is not a valid IBAN.',
|
||||
|
Reference in New Issue
Block a user