Skip to content

Commit

Permalink
New translations en.json (Indonesian)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheilagomes committed Aug 14, 2022
1 parent c58cce9 commit bb6740d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions messages/id-ID.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"store/product-list.pricePerUnit": "{price} {perMeasurementUnit}",
"store/product-list.pricePerUnit.measurementUnit": "per {unitMultiplier} {measurementUnit}.",
"store/product-list.availableItems": "{quantity, plural, one {# produk tersedia} other {# produk tersedia}}",
"store/product-list.unavailableItems": "{quantity, plural, one {# produk tersedia} other {# produk tersedia}}",
"store/product-list.message.cantBeDelivered": "Produk ini tidak dapat dikirim ke alamat yang diberikan.",
"store/product-list.message.noLongerAvailable": "Produk ini tidak tersedia lagi.",
"store/product-list.message.remove": "hapus",
"store/product-list.quantity-selector.remove": "Hapus",
"store/product-list.quantity-label": "{quantity} unit",
"store/product-list.delete-button.default-label": "Hapus Produk",
"store/product-list.priceChanged": "Berubah",
"store/product-list.priceOptions": "Opsi harga",
"store/product-list.changePrice": "Ubah harga",
"store/product-list.revertToOriginal": "Kembalikan ke aslinya",
"store/product-list.originalPrice": "Harga asli",
"store/product-list.changeTo": "Ubah ke",
"store/product-list.manualPricePlaceholder": "Ketik nilai uang",
"store/product-list.applyManualPrice": "oke",
"store/product-list.quantitySelector.label": "{quantity} {measurementUnit}",
"store/product-list.quantitySelector.maxValueLabel": "{quantity} {measurementUnit} +",
"store/product-list.quantityUnitMultiplierMismatch": "Produk ini dijual berdasarkan pecahan {unitMultiplier}{measurementUnit}. Karenanya, jumlah yang dimasukkan telah dibulatkan ke {roundedValue}{measurementUnit}.",
"store/product-list.quantityStepper.label": "Jumlah produk",
"store/product-list.quantityStepper.increaseQuantity": "Naikkan jumlah",
"store/product-list.quantityStepper.decreaseQuantity": "Turunkan jumlah"
}

0 comments on commit bb6740d

Please sign in to comment.