mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
28 lines
1 KiB
PHP
28 lines
1 KiB
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'about_suppliers_title' => 'Amdan cyflenwyr',
|
||
|
'about_suppliers_text' => 'Defnyddir cyflenwyr i olrhain ffynhonnell eitemau',
|
||
|
'address' => 'Cyfeiriad Cyflenwr',
|
||
|
'assets' => 'Asedau',
|
||
|
'city' => 'Dinas',
|
||
|
'contact' => 'Enw Cyswllt',
|
||
|
'country' => 'Gwlad',
|
||
|
'create' => 'Creu Cyflenwr',
|
||
|
'email' => 'Ebost',
|
||
|
'fax' => 'Ffacs',
|
||
|
'id' => 'Rhif Unigryw',
|
||
|
'licenses' => 'Trwyddedau',
|
||
|
'name' => 'Enw Cyflenwr',
|
||
|
'notes' => 'Nodiadau',
|
||
|
'phone' => 'Ffôn',
|
||
|
'state' => 'Talaith',
|
||
|
'suppliers' => 'Cyflenwyr',
|
||
|
'update' => 'Diweddaru Cyflenwr',
|
||
|
'url' => 'URL',
|
||
|
'view' => 'Gweld Cyflenwr',
|
||
|
'view_assets_for' => 'Gweld asedau ar gyfer',
|
||
|
'zip' => 'Côd Post',
|
||
|
|
||
|
);
|