mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #3265
This commit is contained in:
@@ -717,12 +717,12 @@ return [
|
||||
'profile_authorized_clients' => 'Clients autorisés',
|
||||
'profile_scopes' => 'Permissions',
|
||||
'profile_revoke' => 'Révoquer',
|
||||
'profile_oauth_client_secret_title' => 'Client Secret',
|
||||
'profile_oauth_client_secret_expl' => 'Here is your new client secret. This is the only time it will be shown so don\'t lose it! You may now use this secret to make API requests.',
|
||||
'profile_oauth_client_secret_title' => 'Secret du client',
|
||||
'profile_oauth_client_secret_expl' => 'Voici votre nouveau secret de client. C\'est la seule fois qu\'il sera affiché, donc ne le perdez pas ! Vous pouvez maintenant utiliser ce secret pour faire des requêtes d\'API.',
|
||||
'profile_personal_access_tokens' => 'Jetons d\'accès personnels',
|
||||
'profile_personal_access_token' => 'Jeton d\'accès personnel',
|
||||
'profile_oauth_confidential' => 'Confidential',
|
||||
'profile_oauth_confidential_help' => 'Require the client to authenticate with a secret. Confidential clients can hold credentials in a secure way without exposing them to unauthorized parties. Public applications, such as native desktop or JavaScript SPA applications, are unable to hold secrets securely.',
|
||||
'profile_oauth_confidential' => 'Confidentiel',
|
||||
'profile_oauth_confidential_help' => 'Exiger que le client s\'authentifie avec un secret. Les clients confidentiels peuvent détenir des informations d\'identification de manière sécurisée sans les exposer à des tiers non autorisés. Les applications publiques, telles que les applications de bureau natif ou les SPA JavaScript, ne peuvent pas tenir des secrets en toute sécurité.',
|
||||
'profile_personal_access_token_explanation' => 'Voici votre nouveau jeton d’accès personnel. Ceci est la seule fois où vous pourrez le voir, ne le perdez pas ! Vous pouvez dès à présent utiliser ce jeton pour lancer des requêtes avec l’API.',
|
||||
'profile_no_personal_access_token' => 'Vous n’avez pas encore créé de jeton d’accès personnel.',
|
||||
'profile_create_new_token' => 'Créer un nouveau jeton',
|
||||
@@ -733,6 +733,10 @@ return [
|
||||
'profile_something_wrong' => 'Une erreur s\'est produite !',
|
||||
'profile_try_again' => 'Une erreur s’est produite. Merci d’essayer à nouveau.',
|
||||
'amounts' => 'Montants',
|
||||
'multi_account_warning_unknown' => 'Depending on the type of transaction you create, the source and/or destination account of subsequent splits may be overruled by whatever is defined in the first split of the transaction.',
|
||||
'multi_account_warning_withdrawal' => 'Keep in mind that the source account of subsequent splits will be overruled by whatever is defined in the first split of the withdrawal.',
|
||||
'multi_account_warning_deposit' => 'Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.',
|
||||
'multi_account_warning_transfer' => 'Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer.',
|
||||
|
||||
// export data:
|
||||
'export_data_title' => 'Exporter des données depuis Firefly III',
|
||||
|
||||
Reference in New Issue
Block a user