{locale === "id" ? "Penanganan sisa regrade" : "Regrade remainder handling"}
{locale === "id" - ? <>Masih ada sisa {unusedSourceRemainderQty.toFixed(3)} kg dari lot sumber yang tidak dipakai untuk regrade. Pilih apakah sisa tetap berada di grade asal atau dicatat sebagai susut.> - : <>There is still {unusedSourceRemainderQty.toFixed(3)} kg remaining from the source lot that was not used for regrade. Choose whether the remainder stays in the original grade or is recorded as shrinkage.>} + ? <>Masih ada sisa {formatKilogram(unusedSourceRemainderQty, locale)} dari lot sumber yang tidak dipakai untuk regrade. Pilih apakah sisa tetap berada di grade asal atau dicatat sebagai susut.> + : <>There is still {formatKilogram(unusedSourceRemainderQty, locale)} remaining from the source lot that was not used for regrade. Choose whether the remainder stays in the original grade or is recorded as shrinkage.>}
{locale === "id" ? "Penanganan selisih hasil ubah grade" : "Regrade output difference handling"}
{locale === "id" - ? <>Total output masih kurang {outputLossQty.toFixed(3)} kg dari qty yang dipakai untuk regrade. Anda tidak bisa menyimpan sebelum selisih ini ditangani.> - : <>Total output is still short by {outputLossQty.toFixed(3)} kg compared with the qty used for regrade. You cannot save before this difference is handled.>} + ? <>Total output masih kurang {formatKilogram(outputLossQty, locale)} dari qty yang dipakai untuk regrade. Anda tidak bisa menyimpan sebelum selisih ini ditangani.> + : <>Total output is still short by {formatKilogram(outputLossQty, locale)} compared with the qty used for regrade. You cannot save before this difference is handled.>}