2022-08-08 15:29:28 -07:00
< ? php
return array (
'personal_api_keys' => 'Persönliche API-Schlüssel' ,
2024-06-20 06:23:15 -07:00
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.' ,
2022-10-04 17:48:43 -07:00
'api_base_url' => 'Deine API Basis-URL befindet sich unter:' ,
2022-08-08 15:29:28 -07:00
'api_base_url_endpoint' => '/<Endpunkt>' ,
'api_token_expiration_time' => 'API-Token sollen ablaufen in:' ,
2024-06-20 06:23:15 -07:00
'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.' ,
2024-06-03 12:44:40 -07:00
'profile_updated' => 'Konto erfolgreich aktualisiert' ,
2022-08-08 15:29:28 -07:00
);