Improved quests

I've moved animated=yes to the last position, deleted animated=screen and improved phrasing for "Does this feature cycle through multiple advertisements automatically?"
This commit is contained in:
paunofu 2023-02-20 11:13:34 +01:00
parent 05b0342ef6
commit 287bd85c0d

View file

@ -459,9 +459,9 @@
"en": "Animated with {animated}" "en": "Animated with {animated}"
}, },
"question": { "question": {
"ca": "Quin tipus d'animació té aquest element?", "ca": "Aquest element canvia automàticaent d'anuncis?",
"es": "Que tipo de animació tiene este elemento?", "es": "¿Este elemento canvia automáticamente de anuncios?",
"en": "Wich type of animation has this feature?" "en": "Does this feature cycle through multiple advertisements automatically?"
}, },
"freeform": { "freeform": {
"key": "animated" "key": "animated"
@ -479,30 +479,6 @@
"en": "<b>Static</b>, without animation" "en": "<b>Static</b>, without animation"
} }
}, },
{
"if": {
"and": [
"animated=yes"
]
},
"then": {
"ca": "Si, però sense especificar",
"es": "Si, pero sin especificar",
"en": "Yes, but without specifying"
}
},
{
"if": {
"and": [
"animated=screen"
]
},
"then": {
"ca": "una <b>Pantalla</b>",
"es": "una <b>Pantalla</b>",
"en": "a <b>screen</b>"
}
},
{ {
"if": { "if": {
"and": [ "and": [
@ -562,6 +538,18 @@
"es": "<b>Rota</b> sobre si mismo", "es": "<b>Rota</b> sobre si mismo",
"en": "<b>Rotates</b> on itself" "en": "<b>Rotates</b> on itself"
} }
},
{
"if": {
"and": [
"animated=yes"
]
},
"then": {
"ca": "Si, però sense especificar",
"es": "Si, pero sin especificar",
"en": "Yes, but without specifying"
}
} }
] ]
}, },