mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-05 16:07:55 -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
26 lines
1.3 KiB
PHP
26 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
"account_number" => "Nomor Akun Pemasok",
|
|
"agency_name" => "Nama",
|
|
"cannot_be_deleted" => "Tidak bisa dihapus pemasok yang dipilih, satu atau lebih dari pemasok yang dipilih memiliki penjualan.",
|
|
"category" => "Kategori",
|
|
"company_name" => "Nama Perusahaan",
|
|
"company_name_required" => "Nama Perusahaan wajib diisi.",
|
|
"confirm_delete" => "Apakah Anda yakin ingin menghapus pemasok yang dipilih?",
|
|
"confirm_restore" => "Anda yakin ingin mengembalikan Pemasok terpilih?",
|
|
"cost" => "Biaya Pemasok",
|
|
"error_adding_updating" => "Kesalahan Menambah / memperbarui data pemasok.",
|
|
"goods" => "Pemasok Barang",
|
|
"new" => "Pemasok Baru",
|
|
"none_selected" => "Anda belum memilih pemasok untuk dihapus.",
|
|
"one_or_multiple" => "Pemasok",
|
|
"successful_adding" => "Anda telah berhasil menambahkan data pemasok",
|
|
"successful_deleted" => "Berhasil menghapus Kartu Hadiah",
|
|
"successful_updating" => "Anda telah berhasil memperbarui data pemasok",
|
|
"supplier" => "Pemasok",
|
|
"supplier_id" => "ID",
|
|
"tax_id" => "ID Pajak",
|
|
"update" => "Ubah data Pemasok",
|
|
];
|