ok
This commit is contained in:
12
Production/SNIPE-IT/resources/lang/sv-SE/account/general.php
Normal file
12
Production/SNIPE-IT/resources/lang/sv-SE/account/general.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'personal_api_keys' => 'Personliga API-nycklar',
|
||||
'api_key_warning' => 'När du genererar en API-token, se till att kopiera den omedelbart eftersom de
|
||||
inte kommer att vara synliga för dig igen.',
|
||||
'api_base_url' => 'Din API-bas-url finns på:',
|
||||
'api_base_url_endpoint' => '/<endpoint>',
|
||||
'api_token_expiration_time' => 'API-tokens är inställda på att gå ut om:',
|
||||
'api_reference' => 'Vänligen kontrollera <a href="https://snipe-it.readme.io/reference" target="_blank">API-referensen</a> för att
|
||||
hitta specifika API-slutpunkter och ytterligare API-dokumentation.',
|
||||
);
|
Reference in New Issue
Block a user