New translations [skip ci]

This commit is contained in:
James Cole
2018-06-27 21:37:16 +02:00
parent a8e666db34
commit d378e7e897
56 changed files with 1727 additions and 1527 deletions

View File

@@ -465,6 +465,7 @@ return [
'pref_two_factor_auth_code_help' => 'Scanner le code QR avec une application sur votre téléphone comme Authy ou Google Authenticator et entrez le code généré.',
'pref_two_factor_auth_reset_code' => 'Réinitialiser le code de vérification',
'pref_two_factor_auth_disable_2fa' => 'Désactiver l\'authentification en deux étapes',
'2fa_use_secret_instead' => 'If you cannot scan the QR code, feel free to use the secret instead: :secret.',
'pref_save_settings' => 'Enregistrer les paramètres',
'saved_preferences' => 'Préférences enregistrées!',
'preferences_general' => 'Général',
@@ -900,7 +901,6 @@ return [
'balanceEnd' => 'Solde à la fin de la période',
'splitByAccount' => 'Divisé par compte',
'coveredWithTags' => 'Recouvert de tags',
'leftUnbalanced' => 'Restant déséquilibré',
'leftInBudget' => 'Budget restant',
'sumOfSums' => 'Montant des sommes',
'noCategory' => '(aucune catégorie)',
@@ -1260,4 +1260,15 @@ return [
'update_recurrence' => 'Update recurring transaction',
'updated_recurrence' => 'Updated recurring transaction ":title"',
'recurrence_is_inactive' => 'This recurring transaction is not active and will not generate new transactions.',
'delete_recurring' => 'Delete recurring transaction ":title"',
'new_recurring_transaction' => 'New recurring transaction',
'help_weekend' => 'What should Firefly III do when the recurring transaction falls on a Saturday or Sunday?',
'do_nothing' => 'Just create the transaction',
'skip_transaction' => 'Skip the occurence',
'jump_to_friday' => 'Create the transaction on the previous Friday instead',
'jump_to_monday' => 'Create the transaction on the next Monday instead',
'will_jump_friday' => 'Will be created on Friday instead of the weekends.',
'will_jump_monday' => 'Will be created on Monday instead of the weekends.',
'except_weekends' => 'Except weekends',
'recurrence_deleted' => 'Recurring transaction ":title" deleted',
];