forked from MapComplete/MapComplete
Another sanity check, another bunch of fixed layers; add tagrendering-steal possibility, add some styling to TV-theme
This commit is contained in:
parent
10ac6a72e2
commit
746273f594
57 changed files with 602 additions and 940 deletions
|
@ -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}",
|
||||
|
|
|
@ -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}です",
|
||||
|
|
|
@ -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 dell’idrante."
|
||||
},
|
||||
"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.",
|
||||
|
|
3
assets/themes/toerisme_vlaanderen/custom.css
Normal file
3
assets/themes/toerisme_vlaanderen/custom.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.technical.questions {
|
||||
display: none
|
||||
}
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue