-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4dac0e6
commit 7404d42
Showing
8 changed files
with
82 additions
and
46 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,7 +87,19 @@ | |
"tableDescription": "A list of your shopping cart items.", | ||
"backToStorage": "Back to storage", | ||
"cartEmpty": "Your shopping cart is empty.", | ||
"clearCart": "Empty shopping cart" | ||
"clearCart": "Empty shopping cart", | ||
"borrowNow": "Borrow now" | ||
}, | ||
"loanForm": { | ||
"name": "Name", | ||
"nameDescription": "Person lending the item(s).", | ||
"email": "Email", | ||
"emailExample": "[email protected]", | ||
"phoneNumber": "Phone number", | ||
"phoneNumberDescription": "Phone number for contact. Include country code if the number isn't Norwegian.", | ||
"returnBy": "Return by", | ||
"returnByDescription": "Select how long you would like to borrow the item for.", | ||
"submit": "Submit" | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -87,7 +87,19 @@ | |
"tableDescription": "En liste over handlekurven din.", | ||
"backToStorage": "Tilbake til lageret", | ||
"cartEmpty": "Handlekurven din er tom.", | ||
"clearCart": "Tøm handlekurven" | ||
"clearCart": "Tøm handlekurven", | ||
"borrowNow": "Lån nå" | ||
}, | ||
"loanForm": { | ||
"name": "Navn", | ||
"nameDescription": "Personen som låner gjenstanden(e).", | ||
"email": "Epost", | ||
"emailExample": "[email protected]", | ||
"phoneNumber": "Mobilnummer", | ||
"phoneNumberDescription": "Mobilnummer for kontakt. Inkluder landskode hvis mobilnummeret er ikke norsk.", | ||
"returnBy": "Lån fram til", | ||
"returnByDescription": "Velg hvor lenge du ønsker å låne gjenstanden(e)", | ||
"submit": "Send" | ||
} | ||
} | ||
} |
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 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 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 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 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