mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 23:41:10 +00:00
Include new line at the end of the file.
This commit is contained in:
@@ -25,4 +25,4 @@ return [
|
||||
'failed' => 'Ces identifiants n\'ont aucune correspondance.',
|
||||
'throttle' => 'Trop de tentatives de connexion. Veuillez essayer à nouveau dans :seconds secondes.',
|
||||
|
||||
];
|
||||
];
|
||||
|
||||
@@ -38,4 +38,4 @@ return [
|
||||
'createTag' => 'Créer un nouveau tag',
|
||||
'edit_tag' => 'Éditer le tag ":tag"',
|
||||
'delete_tag' => 'Supprimer le tag ":tag"',
|
||||
];
|
||||
];
|
||||
|
||||
@@ -20,4 +20,4 @@ return [
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
|
||||
];
|
||||
];
|
||||
|
||||
@@ -77,4 +77,4 @@ return [
|
||||
'column_tags-space' => 'Tags(séparé par des espaces)',
|
||||
'column_account-number' => 'Compte d’actif (numéro de compte)',
|
||||
'column_opposing-number' => 'Compte destination (numéro de compte)',
|
||||
];
|
||||
];
|
||||
|
||||
@@ -21,4 +21,4 @@ return [
|
||||
'import-index' => 'Of course, any CSV file can be imported into Firefly III ',
|
||||
'import-configure-security' => 'Because of security concerns, your upload has been replaced with a local file.',
|
||||
'import-configure-configuration' => 'The configuration you see below is correct for the local file.',
|
||||
];
|
||||
];
|
||||
|
||||
@@ -959,4 +959,4 @@ return [
|
||||
'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.',
|
||||
'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".',
|
||||
'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.',
|
||||
];
|
||||
];
|
||||
|
||||
@@ -181,4 +181,4 @@ return [
|
||||
'payment_date' => 'Date de paiement',
|
||||
'invoice_date' => 'Date de facturation',
|
||||
'internal_reference' => 'Référence interne',
|
||||
];
|
||||
];
|
||||
|
||||
@@ -30,4 +30,4 @@ return [
|
||||
'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' => 'accueil',
|
||||
];
|
||||
];
|
||||
|
||||
@@ -86,4 +86,4 @@ return [
|
||||
'budget_count' => 'Number of budgets',
|
||||
'rule_and_groups_count' => 'Number of rules and rule groups',
|
||||
'tags_count' => 'Number of tags',
|
||||
];
|
||||
];
|
||||
|
||||
@@ -14,4 +14,4 @@ return [
|
||||
'previous' => '« Précédent',
|
||||
'next' => 'Suivant »',
|
||||
|
||||
];
|
||||
];
|
||||
|
||||
@@ -16,4 +16,4 @@ return [
|
||||
'sent' => 'Nous vous avons envoyé par e-mail un lien de réinitialisation de votre mot de passe !',
|
||||
'reset' => 'Votre mot de passe a été réinitialisé !',
|
||||
'blocked' => 'Bien essayé cependant.',
|
||||
];
|
||||
];
|
||||
|
||||
@@ -88,4 +88,4 @@ return [
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'amount_zero' => 'The total amount cannot be zero',
|
||||
];
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user