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}"
},
"question": {
"ca": "Quin tipus d'animació té aquest element?",
"es": "Que tipo de animació tiene este elemento?",
"en": "Wich type of animation has this feature?"
"ca": "Aquest element canvia automàticaent d'anuncis?",
"es": "¿Este elemento canvia automáticamente de anuncios?",
"en": "Does this feature cycle through multiple advertisements automatically?"
},
"freeform": {
"key": "animated"
@ -479,30 +479,6 @@
"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": {
"and": [
@ -562,6 +538,18 @@
"es": "<b>Rota</b> sobre si mismo",
"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"
}
}
]
},