mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-24 18:17:53 -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
50 lines
2.6 KiB
PHP
50 lines
2.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
"admin_cashups" => "",
|
|
"admin_cashups_desc" => "",
|
|
"attributes" => "Atribut",
|
|
"attributes_desc" => "Tambah, Perbaharui, Hapus dan Cari atribut.",
|
|
"both" => "Keduanya",
|
|
"cashups" => "Kasir",
|
|
"cashups_desc" => "Tambah, Perbaharui, Hapus dan Cari Uang Tunai.",
|
|
"config" => "Konfigurasi",
|
|
"config_desc" => "Ubah Konfigurasi Toko.",
|
|
"customers" => "Pelanggan",
|
|
"customers_desc" => "Tambah, ubah, hapus, dan cari Pelanggan.",
|
|
"employees" => "Karyawan",
|
|
"employees_desc" => "Tambah, ubah, hapus, dan cari Karyawan.",
|
|
"expenses" => "Biaya",
|
|
"expenses_categories" => "Kategori Biaya",
|
|
"expenses_categories_desc" => "Tambah, Edit, dan Hapus Kategori Biaya.",
|
|
"expenses_desc" => "Tambah, ubah, hapus, dan cari Biaya.",
|
|
"giftcards" => "Gift Card",
|
|
"giftcards_desc" => "Tambah, ubah, hapus dan cari Gift Card.",
|
|
"home" => "Beranda",
|
|
"home_desc" => "Daftar modul menu Beranda.",
|
|
"item_kits" => "Item Paket",
|
|
"item_kits_desc" => "Tambah, ubah, hapus, dan cari Item Paket.",
|
|
"items" => "Item Barang",
|
|
"items_desc" => "Tambah, ubah, hapus, dan cari Item.",
|
|
"messages" => "Messages",
|
|
"messages_desc" => "Kirim pesan pada Pelanggan, Pemasok, dan Karyawan.",
|
|
"migrate" => "Migrasi",
|
|
"migrate_desc" => "Perbaharui basis data OSPOS.",
|
|
"office" => "Kantor",
|
|
"office_desc" => "Daftar modul menu Kantor.",
|
|
"receivings" => "Penerimaan",
|
|
"receivings_desc" => "Proses Pesanan Pembelian.",
|
|
"reports" => "Laporan",
|
|
"reports_desc" => "Lihat dan Cetak Laporan.",
|
|
"sales" => "Penjualan",
|
|
"sales_desc" => "Proses Penjualan dan Retur.",
|
|
"suppliers" => "Pemasok",
|
|
"suppliers_desc" => "Tambah, ubah, hapus dan cari Pemasok.",
|
|
"taxes" => "Pajak",
|
|
"taxes_desc" => "Konfigurasi Pajak Penjualan.",
|
|
"timeclocks" => "",
|
|
"timeclocks_categories" => "",
|
|
"timeclocks_categories_desc" => "",
|
|
"timeclocks_desc" => "",
|
|
];
|