mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-31 11:48:39 -04:00
43 lines
2.1 KiB
PHP
43 lines
2.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'add_item' => 'Tambah Item Barang',
|
|
'all' => 'Semua',
|
|
'cannot_be_deleted' => 'Item Paket tidak dapat dihapus.',
|
|
'confirm_delete' => 'Apakah Anda yakin ingin menghapus Item Paket dipilih?',
|
|
'confirm_restore' => 'Apakah Anda yakin untuk mengembalikan Kit Item yang terpilih?',
|
|
'description' => 'Deskripsi Item Paket',
|
|
'discount' => 'Diskon',
|
|
'discount_fixed' => 'Diskon Tetap',
|
|
'discount_percent' => 'Persentase Diskon',
|
|
'discount_type' => 'Jenis Diskon',
|
|
'error_adding_updating' => 'Tambah/Ubah Item Paket tidak berhasil.',
|
|
'find_kit_item' => 'Paket Item',
|
|
'info' => 'Item Paket Info',
|
|
'item' => 'Item Barang',
|
|
'item_kit_number' => 'Kode bar',
|
|
'item_kit_number_duplicate' => 'Nomor Paket Item telah ada di basis data.',
|
|
'item_number' => '',
|
|
'item_number_duplicate' => '',
|
|
'items' => 'Item Barang',
|
|
'kit' => 'ID Paket',
|
|
'kit_and_components' => 'Kit dan komponen',
|
|
'kit_and_stock' => 'Kit dan Stok',
|
|
'kit_only' => 'Hanya Kit',
|
|
'name' => 'Nama Item Paket',
|
|
'new' => 'Item Paket Baru',
|
|
'no_item_kits_to_display' => 'Tidak ada Item Paket yang ditampilkan.',
|
|
'none_selected' => 'Anda belum memilih satupun Item Paket.',
|
|
'one_or_multiple' => 'Item Paket',
|
|
'price_option' => 'Opsi Harga',
|
|
'priced_only' => 'Hanya Harga',
|
|
'print_option' => 'Opsi Cetak',
|
|
'quantity' => 'Jumlah',
|
|
'sequence' => 'Urutan',
|
|
'successful_adding' => 'Item Paket Baru berhasil ditambahkan',
|
|
'successful_deleted' => 'Berhasil menghapus Kartu Hadiah',
|
|
'successful_updating' => 'Item Paket berhasil dirubah',
|
|
'unit_price' => '',
|
|
'update' => 'Ubah Item Paket',
|
|
];
|