snipe-it/resources/lang/fr-FR/account/general.php

12 lines
673 B
PHP
Raw Normal View History

<?php
return array(
'personal_api_keys' => 'Clés personnelles d\'API',
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'L\'URL de base de l\'API est situé à:',
'api_base_url_endpoint' => '/&lt;endpoint&gt;',
'api_token_expiration_time' => 'Les jetons d\'API sont configurés pour expirer après:',
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);