From 6a3e3ce291fcd0ab84da86dae343c8807cf79224 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 28 Mar 2025 12:58:43 +0100 Subject: [PATCH] Chore: translation reset --- langs/layers/ca.json | 12 -------- langs/layers/cs.json | 12 -------- langs/layers/de.json | 13 +++++++-- langs/layers/en.json | 67 ++++++++++++++++++++++++++++++++++++++------ langs/themes/en.json | 2 +- 5 files changed, 69 insertions(+), 37 deletions(-) diff --git a/langs/layers/ca.json b/langs/layers/ca.json index d72063678..82e2bfb2d 100644 --- a/langs/layers/ca.json +++ b/langs/layers/ca.json @@ -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": { diff --git a/langs/layers/cs.json b/langs/layers/cs.json index d10322c5d..5f2374ac0 100644 --- a/langs/layers/cs.json +++ b/langs/layers/cs.json @@ -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": { diff --git a/langs/layers/de.json b/langs/layers/de.json index c45c6d671..63239fdfb 100644 --- a/langs/layers/de.json +++ b/langs/layers/de.json @@ -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": { diff --git a/langs/layers/en.json b/langs/layers/en.json index 504fa0a38..6f9771553 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -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 {denomination}" }, "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 Ave Maria" + }, + "2": { + "then": "The inscription is I.N.R.I." + } + }, + "question": "Is there an inscription?", + "render": "The inscription is {inscription}" + }, "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 {name}" + "question": "What's the name of this {title()}?", + "render": "The name of this {title()} is {name}" } }, "title": { - "render": "Wayside Shrine {name}" + "mappings": { + "0": { + "then": "Wayside Shrine {name}" + }, + "1": { + "then": "Wayside Cross {name}" + } + } } }, "windturbine": { diff --git a/langs/themes/en.json b/langs/themes/en.json index 74aba6a92..bf5720e34 100644 --- a/langs/themes/en.json +++ b/langs/themes/en.json @@ -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": {