mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-03 06:57:54 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
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",
|
|
];
|