Files
opensourcepos/app/Language/id/Module.php
T
objecttothis b4db867ca1 feat(lang): add job queue translations across all locales
Add localized strings for new Job Queue feature.

- Add 'jobs'/'jobs_desc' entries to each locale's Module.php for
  module listing/description.
- Add new per-locale Jobs.php language files covering mode
  selection (auto/web/manual), throttle settings, web mode max
  time, job selection/processing actions, and save
  success/failure messages.
- Covers all supported locales (ar-EG, ar-LB, az, bg, bs, ckb, cs,
  da, de-CH, de-DE, el, en, en-GB, es-ES, es-MX, fa, fr, and more)
  to keep the feature fully localized app-wide.

Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
2026-09-17 15:13:02 +04:00

52 lines
2.0 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' => "Kartu Hadiah",
'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.",
'jobs' => "Antrean Tugas",
'jobs_desc' => "Konfigurasi dan kelola antrean tugas latar belakang.",
'messages' => "Pesan",
'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' => "",
];