Update seller product actions and stock price flow
This commit is contained in:
@ -358,6 +358,7 @@ export const id = {
|
||||
loading: "Memuat produk...",
|
||||
empty: "Tidak ada produk ditemukan.",
|
||||
edit: "Edit",
|
||||
editStockPrice: "Edit Stok & Harga",
|
||||
detail: "Detail",
|
||||
publish: "Publish",
|
||||
publishing: "Memproses...",
|
||||
@ -392,6 +393,22 @@ export const id = {
|
||||
processing: "Memproses...",
|
||||
errorGeneric: "Gagal unpublish produk",
|
||||
},
|
||||
stockPriceDialog: {
|
||||
title: "Edit Stok dan Harga",
|
||||
message: "Perbarui stok dan harga produk yang dipilih.",
|
||||
productLabel: "Produk terpilih",
|
||||
currentPrice: "Harga Sekarang",
|
||||
currentStock: "Stok Sekarang",
|
||||
newPrice: "Harga Baru",
|
||||
newStock: "Stok Baru",
|
||||
cancel: "Batal",
|
||||
confirm: "Submit",
|
||||
processing: "Memproses...",
|
||||
loadError: "Gagal memuat detail produk",
|
||||
targetError: "Identitas model atau warehouse produk tidak ditemukan",
|
||||
invalidValueError: "Harga dan stok harus bernilai 0 atau lebih",
|
||||
updateError: "Gagal memperbarui stok dan harga produk",
|
||||
},
|
||||
restoreError: "Gagal restore produk",
|
||||
publishError: "Gagal publish produk",
|
||||
tabs: {
|
||||
|
||||
Reference in New Issue
Block a user