mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
28 lines
1,018 B
PHP
28 lines
1,018 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_suppliers_title' => 'Tentang Pemasok',
|
|
'about_suppliers_text' => 'Pemasok digunakan untuk melacak sumber barang',
|
|
'address' => 'Alamat pemasok',
|
|
'assets' => 'Aset',
|
|
'city' => 'Kota',
|
|
'contact' => 'Nama Kontak',
|
|
'country' => 'Negara',
|
|
'create' => 'Buat pemasok',
|
|
'email' => 'Email',
|
|
'fax' => 'Fax',
|
|
'id' => 'ID',
|
|
'licenses' => 'Lisensi',
|
|
'name' => 'Nama pemasok',
|
|
'notes' => 'Catatan',
|
|
'phone' => 'Telepon',
|
|
'state' => 'Negara',
|
|
'suppliers' => 'Pemasok',
|
|
'update' => 'Perbarui pemasok',
|
|
'url' => 'URL',
|
|
'view' => 'Lihat pemasok',
|
|
'view_assets_for' => 'Lihat Aset untuk',
|
|
'zip' => 'Kode pos',
|
|
|
|
);
|