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}"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue