Themes(ghostsigns): streamline ghostsigns theme, fix #2168, fix #2167

This commit is contained in:
Pieter Vander Vennet 2024-09-24 15:14:33 +02:00
parent d5e0d23c79
commit 392fe3b190
16 changed files with 348 additions and 514 deletions

View file

@ -902,11 +902,7 @@
},
"mappings": [
{
"if": {
"and": [
"advertising=billboard"
]
},
"if": "advertising=billboard",
"then": {
"ca": "Açò és una tanca publicitària",
"es": "Esto es una valla publicitaria",
@ -926,11 +922,7 @@
}
},
{
"if": {
"and": [
"advertising=board"
]
},
"if": "advertising=board",
"then": {
"ca": "Açò és un tauló d'anuncis",
"es": "Esto es un tablón de anuncios",
@ -949,11 +941,7 @@
}
},
{
"if": {
"and": [
"advertising=column"
]
},
"if": "advertising=column",
"then": {
"ca": "Açò és una columna",
"es": "Esto es una columna",
@ -973,11 +961,7 @@
}
},
{
"if": {
"and": [
"advertising=flag"
]
},
"if": "advertising=flag",
"then": {
"ca": "Açò és una bandera",
"es": "Esto es una bndera",
@ -998,11 +982,7 @@
}
},
{
"if": {
"and": [
"advertising=poster_box"
]
},
"if": "advertising=poster_box",
"then": {
"ca": "Açò és un mupi",
"es": "Esto es un mupi",
@ -1021,11 +1001,7 @@
}
},
{
"if": {
"and": [
"advertising=screen"
]
},
"if": "advertising=screen",
"then": {
"ca": "Açò és una pantalla",
"es": "Esto es una pantalla",
@ -1044,11 +1020,7 @@
}
},
{
"if": {
"and": [
"advertising=sculpture"
]
},
"if": "advertising=sculpture",
"then": {
"ca": "Açò és una esculptura",
"es": "Esto es una escultura",
@ -1067,11 +1039,7 @@
}
},
{
"if": {
"and": [
"advertising=sign"
]
},
"if": "advertising=sign",
"then": {
"ca": "Açò és un cartell",
"es": "Esto es un cartel",
@ -1090,11 +1058,7 @@
}
},
{
"if": {
"and": [
"advertising=tarp"
]
},
"if": "advertising=tarp",
"then": {
"ca": "Açò és una lona (una peça de tèxtil impermeable amb un missatge publicitari)",
"es": "Esto es una lona (una pieza de tela resistente a la intemperie con un mensaje publicitario)",
@ -1113,11 +1077,7 @@
}
},
{
"if": {
"and": [
"advertising=totem"
]
},
"if": "advertising=totem",
"then": {
"ca": "Açò és un tòtem",
"es": "Esto es un tótem",
@ -1136,11 +1096,7 @@
}
},
{
"if": {
"and": [
"advertising=wall_painting"
]
},
"if": "advertising=wall_painting",
"then": {
"ca": "Açò és una paret pintada",
"es": "Esto es una pared pintada",
@ -1157,6 +1113,18 @@
"path": "./assets/themes/advertising/wall_painting.svg",
"class": "medium"
}
},
{
"if": "advertising=tilework",
"then": {
"en": "This is tilework - the advertisement is painted on tiles"
}
},
{
"if": "advertising=relief",
"then": {
"en": "This is a relief"
}
}
]
},
@ -1671,6 +1639,29 @@
"advertising!=sign"
]
}
},
{
"id": "historic",
"question": {
"en": "Is this sign for a business that no longer exists or no longer being maintained?",
"de": "Ist dieses Schild für ein Geschäft, das nicht mehr existiert oder nicht mehr gepflegt wird?",
"es": "¿Es este rótulo de un negocio que ya no existe o que ya no se mantiene?"
},
"mappings": [
{
"if": "historic=advertising",
"alsoShowIf": "historic=yes",
"then": {
"en": "This is a historic advertisement sign (an advertisement for a business that no longer exists or a very old sign with heritage value)"
}
},
{
"if": "historic=",
"then": {
"en": "This advertisement sign has no historic value (the business still exists and has no heritage value)"
}
}
]
}
],
"deletion": true,