mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
9db0b038a5
Signed-off-by: snipe <snipe@snipe.net>
41 lines
2 KiB
PHP
41 lines
2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_locations_title' => 'Amdan Lleoliadau',
|
|
'about_locations' => 'Defnyddir lleoliadau i cofnodi manylder lleoliad ar gyfer defnyddwyr, asedau a eitemau eraill',
|
|
'assets_rtd' => 'Asedau', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
|
'assets_checkedout' => 'Asedau Wedi clustnodi',
|
|
'id' => 'Rhif Unigryw',
|
|
'city' => 'Dinas',
|
|
'state' => 'Talaith',
|
|
'country' => 'Gwlad',
|
|
'create' => 'Creu Lleoliad',
|
|
'update' => 'Diweddaru Lleoliad',
|
|
'print_assigned' => 'Print Assigned',
|
|
'print_all_assigned' => 'Print All Assigned',
|
|
'name' => 'Enw Lleoliad',
|
|
'address' => 'Cyfeiriad',
|
|
'zip' => 'Côd Post',
|
|
'locations' => 'Lleoliadau',
|
|
'parent' => 'Rhiant',
|
|
'currency' => 'Arian y Lleoliad',
|
|
'ldap_ou' => 'OU a denyddir wrth chwilio LDAP',
|
|
'user_name' => 'User Name',
|
|
'department' => 'Adran',
|
|
'location' => 'Lleoliad',
|
|
'asset_tag' => 'Assets Tag',
|
|
'asset_name' => 'Name',
|
|
'asset_category' => 'Category',
|
|
'asset_manufacturer' => 'Manufacturer',
|
|
'asset_model' => 'Model',
|
|
'asset_serial' => 'Serial',
|
|
'asset_location' => 'Location',
|
|
'asset_checked_out' => 'Checked Out',
|
|
'asset_expected_checkin' => 'Expected Checkin',
|
|
'date' => 'Dyddiad:',
|
|
'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:',
|
|
];
|