Chore: translation reset

This commit is contained in:
Pieter Vander Vennet 2025-03-28 12:58:43 +01:00
parent 3b7fc6a188
commit 6a3e3ce291
5 changed files with 69 additions and 37 deletions

View file

@ -2345,18 +2345,6 @@
"question": "Quantes persones poden quedar-se aquí?",
"render": "{capacity:persons} persones poden quedar-se aquí"
},
"fee": {
"mappings": {
"0": {
"then": "El càmping és gratuït"
},
"1": {
"then": "Aquí es cobra una tarifa."
}
},
"question": "Aquí es cobra alguna tarifa?",
"render": "S'ha de pagar una tarifa de {charge} aquí"
},
"group_only": {
"mappings": {
"0": {

View file

@ -2402,18 +2402,6 @@
"question": "Kolik lidí tu může pobývat?",
"render": "Může tu pobývat {capacity:persons} lidí"
},
"fee": {
"mappings": {
"0": {
"then": "Kempování je zdarma"
},
"1": {
"then": "Platí se tu poplatek."
}
},
"question": "Platí se tu poplatek?",
"render": "Platí se tu poplatek {charge}"
},
"group_only": {
"mappings": {
"0": {

View file

@ -2297,17 +2297,24 @@
"question": "Wie viele Personen können hier übernachten?",
"render": "Hier können {capacity:persons} Personen übernachten"
},
"charge_day": {
"question": "Was ist die Gebühr pro Tag?",
"render": "Gebühr pro Tag: {charge}"
},
"charge_person_day": {
"question": "Was ist die Gebühr pro Person pro Tag?",
"render": "Gebühr pro Person pro Tag: {charge}"
},
"fee": {
"mappings": {
"0": {
"then": "Der Zeltplatz ist kostenlos"
},
"1": {
"then": "Hier wird eine Gebühr erhoben."
"then": "Es gibt eine Gebühr."
}
},
"question": "Wird hier eine Gebühr erhoben?",
"render": "Hier wird eine Gebühr von {charge} erhoben"
"question": "Gibt es hier eine Gebühr?"
},
"group_only": {
"mappings": {

View file

@ -2414,17 +2414,24 @@
"question": "How many people can stay here?",
"render": "{capacity:persons} people can stay here"
},
"charge_day": {
"question": "What is the charge per day?",
"render": "Charge per day: {charge}"
},
"charge_person_day": {
"question": "What is the charge per person per day?",
"render": "Charge per person per day: {charge}"
},
"fee": {
"mappings": {
"0": {
"then": "The campsite is free of charge"
},
"1": {
"then": "A fee is charged here."
"then": "There is a fee."
}
},
"question": "Is a fee charged here?",
"render": "A fee of {charge} should be paid for here"
"question": "Is there a fee?"
},
"group_only": {
"mappings": {
@ -5031,6 +5038,18 @@
"question": "What is the width of this elevator?",
"render": "This elevator has a width of {canonical(width)}"
},
"handrail": {
"mappings": {
"0": {
"then": "This elevator has a handrail in the cabin"
},
"1": {
"then": "This elevator does not have a handrail"
}
},
"question": "Is there a handrail in the cabin?",
"questionHint": "A handrail can help people with reduced mobility to get in or out of the elevator"
},
"operational_status": {
"mappings": {
"0": {
@ -13994,8 +14013,8 @@
}
},
"wayside_shrine": {
"description": "Shrines are religious places that are dedicated to specific deities, saints and other figures of religious importance. Typically, the contain religious depictions and people frequently leave offerings at those places. Wayside shrines are small shrines that can be found next to a road or pathway and are frequented by travellers passing by.",
"name": "Wayside Shrines",
"description": "Shrines are religious places that are dedicated to specific deities, saints and other figures of religious importance. Typically, the contain religious depictions and people frequently leave offerings at those places. Wayside shrines are small shrines that can be found next to a road or pathway and are frequented by travellers passing by. Wayside crosses can be seen as a sub-type of a wayside shrine, typically in the form of a Christian cross at the side of the road, typically without votive offerings.",
"name": "Wayside Shrines and Crosses",
"presets": {
"0": {
"description": "A wayside shrine typically shows a religious depiction, usually placed by a road or pathway. ",
@ -14004,6 +14023,14 @@
"1": {
"description": "A wayside shrine typically shows a religious depiction, usually placed by a road or pathway. This shrine is mounted on a wall",
"title": "a wayside shrine mounted on a wall"
},
"2": {
"description": "A wayside cross is a christian cross that is placed by a road or pathway.",
"title": "a wayside cross"
},
"3": {
"description": "A wayside cross is a christian cross that is placed by a road or pathway. This cross is mounted on a wall",
"title": "a wayside cross mounted on a wall"
}
},
"tagRenderings": {
@ -14040,7 +14067,7 @@
"then": "The religious subdenomination is evangelical"
}
},
"question": "What's the Christian denomination of the shrine?",
"question": "What's the Christian denomination of this {title()}?",
"render": "The religious denomination is <b>{denomination}</b>"
},
"denomination_jewish": {
@ -14080,6 +14107,21 @@
"question": "What's the denomination of this shrine?",
"render": "The denomination of this shrine is {denomination}"
},
"inscription": {
"mappings": {
"0": {
"then": "No inscription"
},
"1": {
"then": "The inscription is <b>Ave Maria</b>"
},
"2": {
"then": "The inscription is <b>I.N.R.I.</b>"
}
},
"question": "Is there an inscription?",
"render": "The inscription is <b>{inscription}</b>"
},
"religion": {
"mappings": {
"0": {
@ -14125,12 +14167,19 @@
"then": "This shrine does not have a name"
}
},
"question": "What's the name of this shrine?",
"render": "The name of this shrine is <b>{name}</b>"
"question": "What's the name of this {title()}?",
"render": "The name of this {title()} is <b>{name}</b>"
}
},
"title": {
"render": "Wayside Shrine {name}"
"mappings": {
"0": {
"then": "Wayside Shrine {name}"
},
"1": {
"then": "Wayside Cross {name}"
}
}
}
},
"windturbine": {

View file

@ -1425,7 +1425,7 @@
"title": "Waste Baskets"
},
"wayside_shrines": {
"description": "This map shows shrines found on the side of roads and paths, and allows adding new ones",
"description": "This map shows shrines and crosses found on the side of roads and paths, and allows adding new ones",
"title": "Wayside shrines"
},
"winter_service": {