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

41 lines
2 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2017-10-17 18:52:20 -07:00
'about_locations_title' => 'Despre Locații',
'about_locations' => 'Locațiile sunt utilizate pentru a urmări informațiile despre locație pentru utilizatori, active și alte elemente',
'assets_rtd' => 'bunuri', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
2016-12-03 17:10:05 -08:00
'assets_checkedout' => 'Assets Assigned',
'id' => 'ID',
'city' => 'Oras',
'state' => 'Judet',
'country' => 'Tara',
'create' => 'Creeaza locatie',
'update' => 'Actualizeaza locatie',
'print_assigned' => 'Tipărește active atribuite',
'print_all_assigned' => 'Tipărește toate activele atribuite',
2016-12-03 17:10:05 -08:00
'name' => 'Nume locatie',
'address' => 'Adresa',
'zip' => 'Cod postal',
'locations' => 'Locatii',
2017-10-17 18:52:20 -07:00
'parent' => 'Mamă',
'currency' => 'Locație Monedă',
'ldap_ou' => 'LDAP Căutați OU',
'user_name' => 'Nume utilizator',
'department' => 'Departament',
'location' => 'Locatie',
'asset_tag' => 'Eticheta activului',
'asset_name' => 'Nume',
'asset_category' => 'Categorie',
'asset_manufacturer' => 'Producator',
'asset_model' => 'Model',
'asset_serial' => 'Serie',
'asset_location' => 'Locatie',
'asset_checked_out' => 'Checked Out',
'asset_expected_checkin' => 'Expected Checkin',
'date' => 'Date:',
'signed_by_asset_auditor' => 'Signed By (Asset Auditor):',
'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
'signed_by_location_manager' => 'Signed By (Location Manager):',
'signed_by' => 'Signed Off By:',
];