Skip to content

Commit

Permalink
New translations en.json (Norwegian)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheilagomes committed Mar 15, 2022
1 parent d9568e2 commit c58cce9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions messages/no-NO.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 {# tilgjengelig produkt} other {# tilgjengelige produkter}}",
"store/product-list.unavailableItems": "{quantity, plural, one {# tilgjengelig produkt} other {# tilgjengelige produkter}}",
"store/product-list.message.cantBeDelivered": "Dette produktet kan ikke leveres til den oppgitte adressen.",
"store/product-list.message.noLongerAvailable": "Produktet er ikke lenger tilgjengelig.",
"store/product-list.message.remove": "fjern",
"store/product-list.quantity-selector.remove": "Fjern",
"store/product-list.quantity-label": "{quantity} un.",
"store/product-list.delete-button.default-label": "Fjern produkt",
"store/product-list.priceChanged": "Endret",
"store/product-list.priceOptions": "Prisalternativer",
"store/product-list.changePrice": "Endre pris",
"store/product-list.revertToOriginal": "Gå tilbake til originalen",
"store/product-list.originalPrice": "Opprinnelig pris",
"store/product-list.changeTo": "Endre til",
"store/product-list.manualPricePlaceholder": "Skriv inn en pengeverdi",
"store/product-list.applyManualPrice": "ok",
"store/product-list.quantitySelector.label": "{quantity} {measurementUnit}",
"store/product-list.quantitySelector.maxValueLabel": "{quantity} {measurementUnit} +",
"store/product-list.quantityUnitMultiplierMismatch": "Dette produktet selges i brøkdeler av {unitMultiplier}{measurementUnit}. Gitt at det innsatte antallet har blitt avrundet til {roundedValue}{measurementUnit}.",
"store/product-list.quantityStepper.label": "Produktantall",
"store/product-list.quantityStepper.increaseQuantity": "Øk antall",
"store/product-list.quantityStepper.decreaseQuantity": "Reduser antall"
}

0 comments on commit c58cce9

Please sign in to comment.