mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-16 02:24:09 -08:00
5fb3cea0bb
Signed-off-by: snipe <snipe@snipe.net>
12 lines
625 B
PHP
12 lines
625 B
PHP
<?php
|
|
|
|
return array(
|
|
'personal_api_keys' => 'Chiavi API Personali',
|
|
'api_key_warning' => 'Quando si genera un token API, copialo immediatamente perché dopo non sarà più visibile.',
|
|
'api_base_url' => 'Il tuo URL di base API è:',
|
|
'api_base_url_endpoint' => '/<endpoint>',
|
|
'api_token_expiration_time' => 'I token API scadranno fra:',
|
|
'api_reference' => 'Controlla la <a href="https://snipe-it.readme.io/reference" target="_blank">Guida di Riferimento delle API</a> per trovare specifici endpoint API e documentazione aggiuntiva.',
|
|
'profile_updated' => 'Account aggiornato con successo',
|
|
);
|