From 287bd85c0d239ff036388c1b45cdc0574163bfe0 Mon Sep 17 00:00:00 2001 From: paunofu Date: Mon, 20 Feb 2023 11:13:34 +0100 Subject: [PATCH] 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?" --- assets/themes/advertising/advertising.json | 42 ++++++++-------------- 1 file changed, 15 insertions(+), 27 deletions(-) diff --git a/assets/themes/advertising/advertising.json b/assets/themes/advertising/advertising.json index df9c699524..54187bbfe5 100644 --- a/assets/themes/advertising/advertising.json +++ b/assets/themes/advertising/advertising.json @@ -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": "Static, 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 Pantalla", - "es": "una Pantalla", - "en": "a screen" - } - }, { "if": { "and": [ @@ -562,6 +538,18 @@ "es": "Rota sobre si mismo", "en": "Rotates on itself" } + }, + { + "if": { + "and": [ + "animated=yes" + ] + }, + "then": { + "ca": "Si, però sense especificar", + "es": "Si, pero sin especificar", + "en": "Yes, but without specifying" + } } ] },