Skip to content

Commit

Permalink
Reset translations
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinLinde committed Jun 27, 2023
1 parent 51292cc commit f938ad3
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 35 deletions.
14 changes: 7 additions & 7 deletions langs/layers/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -2047,6 +2047,13 @@
"question": "Åbent nu"
}
}
},
"7": {
"options": {
"0": {
"question": "Gratis at bruge"
}
}
}
}
},
Expand Down Expand Up @@ -2232,13 +2239,6 @@
"question": "Har et puslebord"
}
}
},
"2": {
"options": {
"0": {
"question": "Gratis at bruge"
}
}
}
},
"name": "Toiletter",
Expand Down
14 changes: 7 additions & 7 deletions langs/layers/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -4474,6 +4474,13 @@
"question": "Bio-Produkte im Angebot"
}
}
},
"7": {
"options": {
"0": {
"question": "Nutzung kostenlos"
}
}
}
}
},
Expand Down Expand Up @@ -8226,13 +8233,6 @@
"question": "Mit Wickeltisch"
}
}
},
"2": {
"options": {
"0": {
"question": "Nutzung kostenlos"
}
}
}
},
"name": "Toiletten",
Expand Down
104 changes: 97 additions & 7 deletions langs/layers/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4480,6 +4480,13 @@
"question": "Has organic options"
}
}
},
"7": {
"options": {
"0": {
"question": "Free to use"
}
}
}
}
},
Expand Down Expand Up @@ -7512,6 +7519,76 @@
"render": "Shop"
}
},
"shower": {
"description": "A layer showing (public) showers",
"filter": {
"1": {
"options": {
"0": {
"question": "Hot water available"
}
}
}
},
"name": "Shower",
"presets": {
"0": {
"description": "A (public) shower",
"title": "a shower"
}
},
"tagRenderings": {
"access": {
"mappings": {
"0": {
"then": "Anyone can use this shower"
},
"1": {
"then": "Only customers can use this shower"
},
"2": {
"then": "Accesible, but one has to ask for a key"
}
},
"question": "Who can use this shower?"
},
"charge": {
"freeform": {
"placeholder": "e.g. 1 EUR"
},
"question": "How much does it cost to use this shower?",
"render": "It costs {charge} to use this shower"
},
"fee": {
"mappings": {
"0": {
"then": "There is a fee for using this shower"
},
"1": {
"then": "This shower is free to use"
}
},
"question": "Is there a fee for using this shower?"
},
"hot_water": {
"mappings": {
"0": {
"then": "Hot water is available here"
},
"1": {
"then": "Hot water is available here, but there is a fee"
},
"2": {
"then": "There is no hot water available here"
}
},
"question": "Does this shower have hot water available?"
}
},
"title": {
"render": "Shower"
}
},
"slow_roads": {
"description": "All carfree roads",
"tagRenderings": {
Expand Down Expand Up @@ -7666,6 +7743,23 @@
}
},
"tagRenderings": {
"basketball-hoops": {
"mappings": {
"0": {
"then": "This basketball pitch has a single hoop"
},
"1": {
"then": "This basketball pitch has two hoops"
},
"2": {
"then": "This basketball pitch has four hoops"
},
"3": {
"then": "This basketball pitch has {hoops} hoops"
}
},
"question": "How much basketball hoops does this pitch have?"
},
"sport-pitch-access": {
"mappings": {
"0": {
Expand Down Expand Up @@ -8277,13 +8371,6 @@
"question": "Has a changing table"
}
}
},
"2": {
"options": {
"0": {
"question": "Free to use"
}
}
}
},
"name": "Toilets",
Expand Down Expand Up @@ -8342,6 +8429,9 @@
"render": "The changing table is located at {changing_table:location}"
},
"toilet-charge": {
"freeform": {
"placeholder": "e.g. 0.50 EUR"
},
"question": "How much does one have to pay for these toilets?",
"render": "The fee is {charge}"
},
Expand Down
14 changes: 7 additions & 7 deletions langs/layers/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -3153,6 +3153,13 @@
"question": "Sans information sur le revêtement podotactile"
}
}
},
"7": {
"options": {
"0": {
"question": "Utilisation gratuite"
}
}
}
}
},
Expand Down Expand Up @@ -5064,13 +5071,6 @@
"question": "A une table à langer"
}
}
},
"2": {
"options": {
"0": {
"question": "Utilisation gratuite"
}
}
}
},
"name": "Toilettes",
Expand Down
17 changes: 10 additions & 7 deletions langs/layers/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -4365,6 +4365,13 @@
"question": "Heeft biologische opties"
}
}
},
"7": {
"options": {
"0": {
"question": "Gratis toegankelijk"
}
}
}
}
},
Expand Down Expand Up @@ -7895,13 +7902,6 @@
"question": "Heeft een luiertafel"
}
}
},
"2": {
"options": {
"0": {
"question": "Gratis toegankelijk"
}
}
}
},
"name": "Toiletten",
Expand Down Expand Up @@ -7960,6 +7960,9 @@
"render": "De luiertafel bevindt zich in {changing_table:location}"
},
"toilet-charge": {
"freeform": {
"placeholder": "bijv. 0,50 EUR"
},
"question": "Hoeveel moet men betalen om deze toiletten te gebruiken?",
"render": "De toiletten gebruiken kost {charge}"
},
Expand Down

0 comments on commit f938ad3

Please sign in to comment.