33 lines
1.1 KiB
PHP
33 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Printer Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used for Printer CRUD operations.
|
|
|
|
|
*/
|
|
|
|
'printers' => 'Printer',
|
|
'add_printer' => 'Tambah Printer',
|
|
'name' => 'Nama Printer',
|
|
'connection_type' => 'Jenis Koneksi',
|
|
'capability_profile' => 'Profil Kemampuan',
|
|
'ip_address' => 'Alamat IP',
|
|
'port' => 'Port',
|
|
'path' => 'Path',
|
|
'added_success' => 'Printer berhasil ditambahkan',
|
|
'manage_your_printers' => 'Mengelola Printer Anda',
|
|
'all_your_printer' => 'Semua Printer yang dikonfigurasi',
|
|
'deleted_success' => 'Printer berhasil dihapus',
|
|
'edit_printer_setting' => 'Edit Konfigurasi Printer',
|
|
'receipt_printers' => 'Printer Receipt',
|
|
'character_per_line' => 'Karakter per baris',
|
|
'printer_name' => 'Nama Printer',
|
|
'updated_success' => 'Printer berhasil diperbarui',
|
|
'edit_printer' => 'Edit Printer',
|
|
];
|