mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-27 03:27: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
51 lines
2.4 KiB
PHP
51 lines
2.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
"amount" => "Jumlah",
|
|
"amount_number" => "Jumlah harus berupa angka",
|
|
"amount_required" => "Jumlah harus diisi.",
|
|
"cancel_cashups" => "",
|
|
"cancel_cashups_enter" => "",
|
|
"cannot_be_deleted" => "Kasir tidak dapat dihapus",
|
|
"cash_difference" => "",
|
|
"close_date" => "Tutup Tanggal",
|
|
"close_employee" => "Ditutup Oleh",
|
|
"closed_amount_card" => "Kartu",
|
|
"closed_amount_cash" => "Uang Ditutup",
|
|
"closed_amount_check" => "Cek",
|
|
"closed_amount_due" => "Iuran",
|
|
"closed_amount_giftcard" => "",
|
|
"closed_amount_total" => "Total",
|
|
"closed_date" => "Tanggal Tutup",
|
|
"confirm_delete" => "Apakah anda yakin ingin menghapus Kasir yang dipilih?",
|
|
"confirm_restore" => "Apakah Anda yakin ingin memulihkan Kasir yang dipilih?",
|
|
"confirm_submit" => "",
|
|
"date_number" => "Tanggal harus berupa angka",
|
|
"date_required" => "Tanggal harus diisi",
|
|
"description" => "Deskripsi",
|
|
"enable_expected" => "",
|
|
"error_adding_updating" => "Galat ketika menambahkan/perbarui Kasir",
|
|
"giftcard" => "",
|
|
"id" => "ID",
|
|
"info" => "Info",
|
|
"info_employee" => "",
|
|
"is_deleted" => "Dihapus",
|
|
"new" => "Kasir Baru",
|
|
"no_cashups_to_display" => "Tidak ada Kasir yang ditampilkan",
|
|
"none_selected" => "Anda tidak memilih Kasir manapun",
|
|
"note" => "Catatan",
|
|
"one_or_multiple" => "Kasir",
|
|
"open_amount_cash" => "Buka Kasir",
|
|
"open_date" => "Tanggal Buka",
|
|
"open_employee" => "Dibuka oleh",
|
|
"opened_date" => "Tanggal Dibuka",
|
|
"successful_adding" => "Kasir berhasil ditambahkan",
|
|
"successful_deleted" => "Kasir berhasil dihapus",
|
|
"successful_updating" => "Kasir berhasil diperbaharui",
|
|
"total" => "Total",
|
|
"transfer_amount_cash" => "Kas Masuk/Keluar",
|
|
"transfer_amount_cash_minus" => "",
|
|
"update" => "Perbaharui Kasir",
|
|
"warning" => "",
|
|
];
|