Payments and Addresses add- and removeable
This commit is contained in:
@@ -68,7 +68,10 @@
|
||||
"managingAccount": "Account verwalten",
|
||||
"addresses": "Adressen",
|
||||
"payments": "Bezahlarten",
|
||||
"masterData": "Stammdaten"
|
||||
"masterData": "Stammdaten",
|
||||
"noAddresses": "Keine Adressen gefunden",
|
||||
"noPayments": "Keine Bezahlarten gefunden",
|
||||
"newPayment": "New Payment"
|
||||
},
|
||||
"bannerMessages": {
|
||||
"loginSuccessful": "Login erfolgreich!",
|
||||
@@ -122,5 +125,7 @@
|
||||
"passwordToShort": "Passwort zu kurz",
|
||||
"onlyDigitsAllowed": "Nur Zahlen erlaubt",
|
||||
"noOrders": "Keine Bestellungen gefunden",
|
||||
"noOrdersText": "Bisher wurden keine Bestellungen von diesem Account getätigt. Gehe zum Warenkorb und bestelle!"
|
||||
"noOrdersText": "Bisher wurden keine Bestellungen von diesem Account getätigt. Gehe zum Warenkorb und bestelle!",
|
||||
"add": "Hinzufügen",
|
||||
"remove": "Entfernen"
|
||||
}
|
||||
|
||||
@@ -68,7 +68,10 @@
|
||||
"managingAccount": "Managing Account",
|
||||
"addresses": "Addresses",
|
||||
"payments": "Payments",
|
||||
"masterData": "Master data"
|
||||
"masterData": "Master data",
|
||||
"noAddresses": "No Addresses found",
|
||||
"noPayments": "No payments found",
|
||||
"newPayment": "New Payment"
|
||||
},
|
||||
"bannerMessages": {
|
||||
"loginSuccessful": "Login erfolgreich!",
|
||||
@@ -122,5 +125,7 @@
|
||||
"passwordToShort": "Password too short",
|
||||
"onlyDigitsAllowed": "Only digits are allowed",
|
||||
"noOrders": "No orders found",
|
||||
"noOrdersText": "There are no orders with this account until now. Go to the basket page and order something!"
|
||||
"noOrdersText": "There are no orders with this account until now. Go to the basket page and order something!",
|
||||
"add": "Add",
|
||||
"remove": "Remove"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user