Another sanity check, another bunch of fixed layers; add tagrendering-steal possibility, add some styling to TV-theme

This commit is contained in:
Pieter Vander Vennet 2021-11-10 18:42:31 +01:00
parent 10ac6a72e2
commit 746273f594
57 changed files with 602 additions and 940 deletions

View file

@ -128,7 +128,7 @@
"it": "Questo luogo è chiamato {name}",
"ru": "Это место называется {name}",
"ja": "この場所は {name} と呼ばれています",
"fr": "Cet endroit s'appelle {nom}",
"fr": "Cet endroit s'appelle {name}",
"zh_Hant": "這個地方叫做 {name}",
"nl": "Deze plaats heet {name}",
"pt_BR": "Este lugar é chamado de {name}",

View file

@ -1335,7 +1335,7 @@
"it": "Qual è il livello della via più difficile qua, secondo il sistema di classificazione francese?"
},
"render": {
"de": "Die schwerste Route hat hier die Schwierigkeit {climbing:grade:french:min} (französisch/belgisches System)",
"de": "Die schwerste Route hat hier die Schwierigkeit {climbing:grade:french:max} (französisch/belgisches System)",
"en": "The maximal difficulty is {climbing:grade:french:max} according to the french/belgian system",
"nl": "De maximale klimmoeilijkheid is {climbing:grade:french:max} volgens het Franse/Belgische systeem",
"ja": "フランス/ベルギーのランク評価システムでは、最大の難易度は{climbing:grade:french:max}です",

View file

@ -102,7 +102,7 @@
},
"render": {
"en": "The hydrant color is {colour}",
"ja": "消火栓の色は{color}です",
"ja": "消火栓の色は{colour}です",
"nb_NO": "Brannhydranter er {colour}",
"ru": "Цвет гидранта {colour}",
"fr": "La borne est {colour}",
@ -262,22 +262,12 @@
{
"id": "hydrant-state",
"question": {
"en": "Update the lifecycle status of the hydrant.",
"en": "Is this hydrant still working?",
"ja": "消火栓のライフサイクルステータスを更新します。",
"fr": "Mettre à jour létat de la borne.",
"de": "Aktualisieren Sie den Lebenszyklusstatus des Hydranten.",
"it": "Aggiorna lo stato di funzionamento dellidrante."
},
"render": {
"en": "Lifecycle status",
"ja": "ライフサイクルステータス",
"fr": "État",
"de": "Lebenszyklus-Status",
"it": "Stato di funzionamento"
},
"freeform": {
"key": "disused:emergency"
},
"mappings": [
{
"if": {
@ -286,7 +276,7 @@
]
},
"then": {
"en": "The hydrant is (fully or partially) working.",
"en": "The hydrant is (fully or partially) working",
"ja": "消火栓は(完全にまたは部分的に)機能しています。",
"ru": "Гидрант (полностью или частично) в рабочем состоянии.",
"fr": "La borne est en état, ou partiellement en état, de fonctionner.",
@ -302,7 +292,7 @@
]
},
"then": {
"en": "The hydrant is unavailable.",
"en": "The hydrant is unavailable",
"ja": "消火栓は使用できません。",
"fr": "La borne est hors-service.",
"de": "Der Hydrant ist nicht verfügbar.",
@ -317,7 +307,7 @@
]
},
"then": {
"en": "The hydrant has been removed.",
"en": "The hydrant has been removed",
"ja": "消火栓が撤去されました。",
"ru": "Гидрант демонтирован.",
"fr": "La borne a été retirée.",

View file

@ -0,0 +1,3 @@
.technical.questions {
display: none
}

View file

@ -3,6 +3,7 @@
"credits": "Commissioned theme for <a href='https://www.toerismevlaanderen.be/'>Toerisme Vlaandere</a>",
"maintainer": "MapComplete",
"version": "0.0.1",
"customCss": "./assets/themes/toerisme_vlaanderen/custom.css",
"language": [
"en",
"nl"

View file

@ -325,7 +325,7 @@
},
{
"id": "fixme",
"render": "<b>Fixme description</b>{render}",
"render": "<b>Fixme description</b>{fixme}",
"question": {
"en": "What should be fixed here? Please explain"
},