ajout app
This commit is contained in:
26
SNIPE-IT/resources/lang/en-ID/admin/suppliers/table.php
Normal file
26
SNIPE-IT/resources/lang/en-ID/admin/suppliers/table.php
Normal file
@ -0,0 +1,26 @@
|
||||
<?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',
|
||||
'view' => 'Lihat pemasok',
|
||||
'view_assets_for' => 'Lihat Aset untuk',
|
||||
'zip' => 'Kode pos',
|
||||
|
||||
);
|
Reference in New Issue
Block a user