Translation reset

This commit is contained in:
Pieter Vander Vennet 2021-11-08 00:45:57 +01:00
parent b928bcda6f
commit 7535d56d76
8 changed files with 37 additions and 41 deletions

View file

@ -59,6 +59,23 @@
"phone": {
"question": "What is the phone number of {name}?"
},
"service:electricity": {
"mappings": {
"0": {
"then": "There are plenty of domestic sockets available to customers seated indoors, where they can charge their electronics"
},
"1": {
"then": "There are a few domestic sockets available to customers seated indoors, where they can charge their electronics"
},
"2": {
"then": "There are no sockets available indoors to customers, but charging might be possible if the staff is asked"
},
"3": {
"then": "There are a no domestic sockets available to customers seated indoors"
}
},
"question": "Does this amenity have electrical outlets, available to customers when they are inside?"
},
"website": {
"question": "What is the website of {name}?"
},

View file

@ -59,6 +59,23 @@
"phone": {
"question": "Wat is het telefoonnummer van {name}?"
},
"service:electricity": {
"mappings": {
"0": {
"then": "Er zijn binnen veel stekkers beschikbaar voor klanten die electronica wensen op te laden"
},
"1": {
"then": "Er zijn binnen enkele stekkers beschikbaar voor klanten die electronica wensen op te laden"
},
"2": {
"then": "Er zijn binnen geen stekkers beschikbaar, maar electronica opladen kan indien men dit aan het personeel vraagt"
},
"3": {
"then": "Er zijn binnen geen stekkers beschikbaar"
}
},
"question": "Zijn er stekkers beschikbaar voor klanten die binnen zitten?"
},
"website": {
"question": "Wat is de website van {name}?"
},