snipe-it/resources/lang/de/admin/locations/table.php

41 lines
2.1 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2017-01-10 17:53:06 -08:00
'about_locations_title' => 'Über Standorte',
'about_locations' => 'Standorte werden verwendet, um Standortinformationen für Benutzer, Assets und andere Elemente zu verfolgen',
2016-12-03 17:10:05 -08:00
'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Zugewiesene Assets',
'id' => 'ID',
'city' => 'Stadt',
'state' => 'Bundesland',
'country' => 'Land',
'create' => 'Standort erstellen',
'update' => 'Standort aktualisieren',
'print_assigned' => 'Zugewiesene drucken',
'print_all_assigned' => 'Alles zugewiesene drucken',
2016-12-03 17:10:05 -08:00
'name' => 'Standortname',
'address' => 'Adresse',
'zip' => 'Postleitzahl',
'locations' => 'Standorte',
'parent' => 'Übergeordneter Standort',
2016-12-03 17:10:05 -08:00
'currency' => 'Landeswährung',
2017-07-07 13:14:51 -07:00
'ldap_ou' => 'LDAP OU Suche',
'user_name' => 'Benutzername',
'department' => 'Abteilung',
'location' => 'Standort',
'asset_tag' => 'Asset-Tag',
'asset_name' => 'Name',
'asset_category' => 'Kategorie',
'asset_manufacturer' => 'Hersteller',
'asset_model' => 'Modell',
'asset_serial' => 'Seriennummer',
'asset_location' => 'Standort',
'asset_checked_out' => 'Herausgegeben',
'asset_expected_checkin' => 'Erwartete Rückgabe',
'date' => 'Datum:',
'signed_by_asset_auditor' => 'Unterschrieben von (Assetprüfer):',
'signed_by_finance_auditor' => 'Unterschrieben von (Finanzprüfer):',
'signed_by_location_manager' => 'Unterschrieben von (Standortmanager):',
'signed_by' => 'Unterschrieben von:',
];