mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-14 14:26:59 -04:00
Convert double-quoted string keys and values to single quotes across app/Language/ar-EG/Common.php and app/Language/ar-LB/Common.php for consistency with existing single-quoted entries (e.g. export_all, export_page) already present in these files. - No functional or translation content changes, quoting style only - Aligns with project coding standard preferring single quotes for non-interpolated strings Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
92 lines
4.9 KiB
PHP
92 lines
4.9 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' => 'detail',
|
|
'download_import_template' => 'Unduh yang Diimpor dalam format CSV (CSV)',
|
|
'edit' => 'ubah',
|
|
'email' => 'Surel',
|
|
'email_invalid_format' => 'Alamat surel tidak dalam format yang benar.',
|
|
'export_csv' => 'Ekspor ke CSV',
|
|
'export_csv_no' => 'Tidak',
|
|
'export_csv_yes' => 'Ya',
|
|
'export_all' => 'Ekspor Semua',
|
|
'export_page' => 'Ekspor Halaman',
|
|
'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' => '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',
|
|
];
|