New translations.

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole
2016-10-22 12:03:11 +02:00
parent a147e9b74a
commit 5bff509346
25 changed files with 1215 additions and 955 deletions

View File

@@ -25,6 +25,7 @@ return [
'matchedOn' => 'Correspond à',
'matchesOn' => 'Correspond à',
'account_type' => 'Type de compte',
'created_at' => 'Created at',
'new_balance' => 'Nouveau solde',
'account' => 'Compte',
'matchingAmount' => 'Montant',
@@ -71,4 +72,17 @@ return [
'blocked_code' => 'Code de blocage',
'domain' => 'Domaine',
'registration_attempts' => 'Registration attempts',
'source_account' => 'Source account',
'destination_account' => 'Destination account',
'accounts_count' => 'Number of accounts',
'journals_count' => 'Number of journals',
'attachments_count' => 'Number of attachments',
'bills_count' => 'Number of bills',
'categories_count' => 'Number of categories',
'export_jobs_count' => 'Number of export jobs',
'import_jobs_count' => 'Number of import jobs',
'budget_count' => 'Number of budgets',
'rule_and_groups_count' => 'Number of rules and rule groups',
'tags_count' => 'Number of tags',
];