mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-27 11:37: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
90 lines
4.8 KiB
PHP
90 lines
4.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
"address_1" => "Alamat 1",
|
|
"address_2" => "Alamat 2",
|
|
"admin" => "",
|
|
"city" => "Kota",
|
|
"clerk" => "",
|
|
"close" => "Tutup",
|
|
"color" => "",
|
|
"comments" => "Komentar",
|
|
"common" => "umum",
|
|
"confirm_search" => "Anda telah memilih satu atau beberapa baris, ini tidak akan dipilih lagi setelah pencarian Anda. Apakah Anda yakin ingin mengirimkan pencarian ini?",
|
|
"copyrights" => "© 2010 - {0}",
|
|
"correct_errors" => "Silahkan perbaiki kesalahan sebelum menyimpan",
|
|
"country" => "Negara",
|
|
"dashboard" => "",
|
|
"date" => "Tanggal",
|
|
"delete" => "Hapus",
|
|
"det" => "detil",
|
|
"download_import_template" => "Unduh yang Diimpor dalam format CSV (CSV)",
|
|
"edit" => "ubah",
|
|
"email" => "Email",
|
|
"email_invalid_format" => "Alamat email tidak dalam format yang benar.",
|
|
"export_csv" => "Ekspor ke CSV",
|
|
"export_csv_no" => "Tidak",
|
|
"export_csv_yes" => "Ya",
|
|
"fields_required_message" => "Bagian yang berwarna merah harus diisi",
|
|
"fields_required_message_unique" => "",
|
|
"first_name" => "Nama Depan",
|
|
"first_name_required" => "Nama Depan harus diisi.",
|
|
"first_page" => "Pertama",
|
|
"gender" => "Jenis Kelamin",
|
|
"gender_female" => "P",
|
|
"gender_male" => "L",
|
|
"gender_undefined" => "",
|
|
"icon" => "ikon",
|
|
"id" => "Nomor ID",
|
|
"import" => "Impor",
|
|
"import_change_file" => "Ubah",
|
|
"import_csv" => "Impor dari CSV",
|
|
"import_full_path" => "Diperlukan alamat lengkap file CSV",
|
|
"import_remove_file" => "Hapus",
|
|
"import_select_file" => "Pilih file",
|
|
"inv" => "Persediaan",
|
|
"last_name" => "Nama Belakang",
|
|
"last_name_required" => "Nama belakang harus diisi.",
|
|
"last_page" => "Akhir",
|
|
"learn_about_project" => "Untuk mempelajari informasi terbaru tentang proyek ini.",
|
|
"list_of" => "Daftar",
|
|
"logo" => "Logo",
|
|
"logo_mark" => "Tanda",
|
|
"logout" => "Keluar",
|
|
"manager" => "",
|
|
"migration_needed" => "Migrasi data ke {0} akan dimulai setelah masuk.",
|
|
"new" => "Baru",
|
|
"no" => "Tidak",
|
|
"no_persons_to_display" => "Tidak ada orang yang ditampilkan.",
|
|
"none_selected_text" => "[Pilih]",
|
|
"or" => "ATAU",
|
|
"people" => "",
|
|
"phone_number" => "Nomor Telepon",
|
|
"phone_number_required" => "Nomer Telepon Wajib Diisi",
|
|
"please_visit_my" => "Silahkan kunjungi",
|
|
"position" => "",
|
|
"powered_by" => "Diberdayakan oleh",
|
|
"price" => "Harga",
|
|
"print" => "Cetak",
|
|
"remove" => "Hapus",
|
|
"required" => "Diperlukan",
|
|
"restore" => "Kembalikan",
|
|
"return_policy" => "Kebijakan Retur",
|
|
"search" => "Cari",
|
|
"search_options" => "Pilihan pencarian",
|
|
"searched_for" => "Mencari untuk",
|
|
"software_short" => "OSPOS",
|
|
"software_title" => "Sumber Terbuka Titik Penjualan",
|
|
"state" => "Provinsi",
|
|
"submit" => "Kirim",
|
|
"total_spent" => "Total",
|
|
"unknown" => "Tidak diketahui",
|
|
"view_recent_sales" => "Lihat Penjualan Terkini",
|
|
"website" => "Situs",
|
|
"welcome" => "Selamat Datang",
|
|
"welcome_message" => "Selamat Datang di OSPOS, klik modul di bawah ini untuk memulai.",
|
|
"yes" => "Iya",
|
|
"you_are_using_ospos" => "Anda menggunakan Open Source Point Of Sale Versi",
|
|
"zip" => "Kode POS",
|
|
];
|