snipe-it/resources/lang/id/admin/suppliers/table.php

28 lines
1 KiB
PHP
Raw Normal View History

2016-06-22 14:39:19 -07:00
<?php
return array(
2016-12-03 17:10:05 -08:00
'about_suppliers_title' => 'About Suppliers',
'about_suppliers_text' => 'Suppliers are used to track the source of items',
2016-08-25 17:43:07 -07:00
'address' => 'Alamat pemasok',
'assets' => 'Aset',
'city' => 'Kota',
'contact' => 'Nama Kontak',
'country' => 'Negara',
'create' => 'Membuat pemasok',
2016-06-22 14:39:19 -07:00
'email' => 'Email',
2016-08-25 17:43:07 -07:00
'fax' => 'Faks',
2016-06-22 14:39:19 -07:00
'id' => 'ID',
2016-08-25 17:43:07 -07:00
'licenses' => 'Lisensi',
'name' => 'Nama Pemasok',
'notes' => 'Catatan',
'phone' => 'Telepon',
'state' => 'Provinsi',
'suppliers' => 'Pemasok',
'update' => 'Perbarui Pemasok',
2016-06-22 14:39:19 -07:00
'url' => 'URL',
2016-08-25 17:43:07 -07:00
'view' => 'Tampilkan Pemasok',
'view_assets_for' => 'Tampilkan Aset untuk',
'zip' => 'Kode Pos',
2016-06-22 14:39:19 -07:00
);