portal-www
Version:
Nova Portal Website. Based on Next starter by Ueno
49 lines (48 loc) • 1.24 kB
JSON
{
"shared": {
"cardId": "Card ID",
"name": "Name",
"phone": "Phone number",
"ssn": "Security Social Number",
"expiryDate": "Card valid until",
"list": "Members list",
"submit": "Submit",
"description": "Description",
"selectCard": "Select a card"
},
"index": {
"cards": "Loyalty cards"
},
"subNavigation": {
"cards": "Cards",
"users": "Members",
"uploadList": "Upload CSV file",
"addUser": "Add a member"
},
"upload": {
"copy": "Choose your CSV file to upload"
},
"delete": {
"heading": "Remove a member",
"dropdown": "Select a card",
"copy": "The card will disappear from the user's Wallet and the user can no longer use the benefits offered with the card.",
"button": "Confirm"
},
"cards": {
"emptyTitle": "No cards",
"emptyDescription": "No card was found linked to your user.",
"cardValid": "Valid until",
"cardUser": "members",
"cardButton": "See card"
},
"users": {
"emptyTitle": "No members",
"emptyDescription": "No members was found for your admin account."
},
"benefit": {
"discount": "Discount",
"website": "Website",
"addresses": "Addresses",
"phone": "Phone number"
}
}