-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations en.json (Indonesian)
- Loading branch information
1 parent
c58cce9
commit 1030788
Showing
5 changed files
with
29 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file was deleted.
Oops, something went wrong.