Themes: add operator question, use it in a few layers

This commit is contained in:
Robin van der Linde 2025-07-22 13:04:57 +02:00
parent 9c73406915
commit a168f67ccb
30 changed files with 814 additions and 802 deletions

View file

@ -410,34 +410,32 @@
"condition": "indoor=yes"
},
{
"id": "public_bookcase-operator",
"question": {
"en": "Who maintains this public bookcase?",
"nl": "Wie is verantwoordelijk voor dit boekenruilkastje?",
"de": "Wer betreibt den Bücherschrank?",
"fr": "Qui entretien cette microbibliothèque ?",
"it": "Chi mantiene questa libreria pubblica?",
"hu": "Ki tartja fenn ezt a nyilvános könyvespolcot?",
"ca": "Qui gestiona aquesta prestatgeria pública?",
"cs": "Kdo tuto veřejnou knihobudku spravuje?",
"es": "¿Quién mantiene este librero público?",
"da": "Hvem står for at vedligeholde dette bogbytteskab?"
},
"render": {
"en": "Operated by {operator}",
"nl": "Onderhouden door {operator}",
"de": "Betrieben von {operator}",
"fr": "Entretenue par {operator}",
"it": "Gestita da {operator}",
"hu": "Üzemeltető: {operator}",
"ca": "Gestionant per {operator}",
"cs": "Provozuje {operator}",
"es": "Operado por {operator}",
"da": "Drevet af {operator}"
},
"freeform": {
"type": "string",
"key": "operator"
"builtin": "operator",
"override": {
"question": {
"en": "Who maintains this public bookcase?",
"nl": "Wie is verantwoordelijk voor dit boekenruilkastje?",
"de": "Wer betreibt den Bücherschrank?",
"fr": "Qui entretien cette microbibliothèque ?",
"it": "Chi mantiene questa libreria pubblica?",
"hu": "Ki tartja fenn ezt a nyilvános könyvespolcot?",
"ca": "Qui gestiona aquesta prestatgeria pública?",
"cs": "Kdo tuto veřejnou knihobudku spravuje?",
"es": "¿Quién mantiene este librero público?",
"da": "Hvem står for at vedligeholde dette bogbytteskab?"
},
"render": {
"en": "This public bookcase is operated by {operator}",
"nl": "Onderhouden door {operator}",
"de": "Betrieben von {operator}",
"fr": "Entretenue par {operator}",
"it": "Gestita da {operator}",
"hu": "Üzemeltető: {operator}",
"ca": "Gestionant per {operator}",
"cs": "Provozuje {operator}",
"es": "Operado por {operator}",
"da": "Drevet af {operator}"
}
}
},
{
@ -735,4 +733,4 @@
"neededChangesets": 5
},
"allowMove": true
}
}