forked from MapComplete/MapComplete
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:
parent
05b0342ef6
commit
287bd85c0d
1 changed files with 15 additions and 27 deletions
|
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue