ajout app
This commit is contained in:
42
SNIPE-IT/resources/lang/sv-SE/admin/locations/table.php
Normal file
42
SNIPE-IT/resources/lang/sv-SE/admin/locations/table.php
Normal file
@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_locations_title' => 'Om platser',
|
||||
'about_locations' => 'Platser används för att spåra platsinformation för användare, tillgångar och andra objekt',
|
||||
'assets_rtd' => 'Tillgångar', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
||||
'assets_checkedout' => 'Tilldelade tillgångar',
|
||||
'id' => 'ID',
|
||||
'city' => 'Stad',
|
||||
'state' => 'stat',
|
||||
'country' => 'Land',
|
||||
'create' => 'Skapa plats',
|
||||
'update' => 'Uppdatera plats',
|
||||
'print_assigned' => 'Skriv ut tilldelade',
|
||||
'print_all_assigned' => 'Skriv ut alla tilldelade',
|
||||
'name' => 'Platsnamn',
|
||||
'address' => 'Adress',
|
||||
'address2' => 'Adressrad 2',
|
||||
'zip' => 'postnummer',
|
||||
'locations' => 'platser',
|
||||
'parent' => 'Förälder',
|
||||
'currency' => 'Platsvaluta',
|
||||
'ldap_ou' => 'LDAP-sökning OU',
|
||||
'user_name' => 'Användarnamn',
|
||||
'department' => 'Avdelning',
|
||||
'location' => 'Plats',
|
||||
'asset_tag' => 'Stöldnummer',
|
||||
'asset_name' => 'Namn',
|
||||
'asset_category' => 'Kategori',
|
||||
'asset_manufacturer' => 'Tillverkare',
|
||||
'asset_model' => 'Modell',
|
||||
'asset_serial' => 'Serienummer',
|
||||
'asset_location' => 'Plats',
|
||||
'asset_checked_out' => 'Checkat ut',
|
||||
'asset_expected_checkin' => 'Förväntad incheckning',
|
||||
'date' => 'Datum:',
|
||||
'phone' => 'Plats Telefon',
|
||||
'signed_by_asset_auditor' => 'Signerad av (Asset Auditor):',
|
||||
'signed_by_finance_auditor' => 'Undertecknad av (Finansrevisor):',
|
||||
'signed_by_location_manager' => 'Undertecknad av (Platschef):',
|
||||
'signed_by' => 'Undertecknad av:',
|
||||
];
|
Reference in New Issue
Block a user