65 lines
2.5 KiB
PHP
65 lines
2.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Product Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used for Product related operations.
|
|
|
|
|
*/
|
|
|
|
'exc_of_tax' => 'Exc. pajak',
|
|
'inc_of_tax' => 'Inc. pajak',
|
|
'profit_percent' => 'x Margin(%)',
|
|
'add_new_product' => 'Tambahkan produk baru',
|
|
'add_product_for_labels' => 'Tambahkan produk untuk membuat Label',
|
|
'product_type' => 'Jenis Produk',
|
|
'category' => 'Kategori',
|
|
'sub_category' => 'Sub kategori',
|
|
'unit' => 'Unit',
|
|
'brand' => 'Merek',
|
|
'tax' => 'Pajak',
|
|
'sku' => 'SKU',
|
|
'alert_quantity' => 'Peringatan kwantitas',
|
|
'product_name' => 'Nama Produk',
|
|
'auto_generate' => 'Generate otomatis',
|
|
'manage_stock' => 'Mengelola stok?',
|
|
'enable_stock_help' => 'Aktifkan manajemen stok di tingkat produk',
|
|
'barcode_type' => 'Jenis Barcode',
|
|
'applicable_tax' => 'Pajak yang berlaku',
|
|
'selling_price_tax_type' => 'Jenis Pajak Harga Jual',
|
|
'inclusive' => 'Termasuk',
|
|
'exclusive' => 'Tidak termasuk',
|
|
'edit_product' => 'Edit Produk',
|
|
'default_purchase_price' => 'Harga Pembelian Default',
|
|
'default_selling_price' => 'Harga Jual Default',
|
|
'value' => 'Nilai',
|
|
'variation_name' => 'Nama Varian',
|
|
'variation_values' => 'Nilai Varian',
|
|
'use_template' => 'Gunakan Template',
|
|
'variation_values' => 'Nilai Varian',
|
|
'add_variation' => 'Tambahkan Varian',
|
|
'product_added_success' => 'Produk berhasil ditambahkan',
|
|
'product_updated_success' => 'Produk berhasil diperbarui',
|
|
'enable_product_expiry' => 'Aktifkan Kadaluwarsa Produk',
|
|
'expiry_period' => 'Periode Kadaluwarsa',
|
|
'expires_in' => 'Kadaluarsa dalam',
|
|
'not_applicable' => 'Tak dapat diterapkan',
|
|
'months' => 'Bulan',
|
|
'days' => 'Hari',
|
|
'mfg_date' => 'Tanggal MFG',
|
|
'exp_date' => 'Tanggal EXP',
|
|
'view_product' => 'Lihat Produk',
|
|
'add_product' => 'Tambah Produk',
|
|
'variations' => 'Varian',
|
|
'import_products' => 'Impor Produk',
|
|
'file_to_import' => 'File Untuk Diimpor',
|
|
'file_imported_successfully' => 'File berhasil diimpor',
|
|
'variation_sku_format_help_text' => 'Format SKU Variasi - Ketika SKU variasi kosong, format ini akan digunakan untuk menghasilkan SKU untuk variasi.',
|
|
'sku_number' => 'Nomor SKU (Contoh -> ABC-1, ABC-2)',
|
|
'sku_variation_number' => 'Variasi SKU (Contoh -> ABCS, ABCM)'
|
|
];
|