From eaec84fcd3b3305ea51816704809a592945224b7 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sun, 10 Apr 2016 14:21:40 +0200 Subject: [PATCH] Uncommented translated ES lines Also, turn yaml lint into a more versbose check --- .travis.yml | 2 +- .../Resources/translations/messages.es.yml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc9a38c2..324b236a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,4 +58,4 @@ script: - ant prepare-$DB - bin/phpunit -v - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; - - if [ "$VALIDATE_TRANSLATION_FILE" = "run" ]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations ; fi; + - if [ "$VALIDATE_TRANSLATION_FILE" = "run" ]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi; diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml index 3b615256..3e847b35 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml @@ -62,12 +62,12 @@ config: items_per_page_label: 'Número de artículos por página' language_label: 'Idioma' reading_speed: - # label: 'Velocidad de leer' - # help_message: 'Se puede usar las técnicas para calcular su velocidad de leer:' - # 100_word: 'Leo ~100 palabras por minuto' - # 200_word: 'Leo ~200 palabras por minuto' - # 300_word: 'Leo ~300 palabras por minuto' - # 400_word: 'Leo ~400 palabras por minuto' + label: 'Velocidad de leer' + help_message: 'Se puede usar las técnicas para calcular su velocidad de leer:' + 100_word: 'Leo ~100 palabras por minuto' + 200_word: 'Leo ~200 palabras por minuto' + 300_word: 'Leo ~300 palabras por minuto' + 400_word: 'Leo ~400 palabras por minuto' form_rss: description: 'Los feeds RSS de wallabag permiten leer los artículos guardados con su lector RSS favorito. Necesita generar un token primero' token_label: 'RSS token' @@ -100,7 +100,7 @@ config: tagging_rules_definition_title: '¿Qué significa reglas de etiquetado autómaticas?' tagging_rules_definition_description: 'Son las reglas usadas por Wallabag para etiquetar automáticamente los nuevos artículos.
Cada vez que un nuevo artículo sea añadido, todas las reglas de etiquetado automáticas serán usadas para etiquetarlo, ayudándole a clasificar automáticamente los artículos.' how_to_use_them_title: '¿Cómo se utilizan?' - # how_to_use_them_description: 'Supongamos que quiere etiquetar nuevos artículos como « lectura corta » cuando el tiempo de leer sea menos de 3 minutos. < br /> En este caso, debe poner Let assume you want to tag new entries as « short reading » when the reading time is inferior to 3 minutes.
In that case, you should put « readingTime <= 3 » in the Rule field and « short reading » in the Tags field.
Several tags can added simultaneously by separating them by a comma: « short reading, must read »
Complex rules can be written by using predefined operators: if « readingTime >= 5 AND domainName = "github.com" » then tag as « long reading, github »' + how_to_use_them_description: 'Supongamos que quiere etiquetar nuevos artículos como « lectura corta » cuando el tiempo de leer sea menos de 3 minutos.
En este caso, debe poner Let assume you want to tag new entries as « short reading » when the reading time is inferior to 3 minutes.
In that case, you should put « readingTime <= 3 » in the Rule field and « short reading » in the Tags field.
Several tags can added simultaneously by separating them by a comma: « short reading, must read »
Complex rules can be written by using predefined operators: if « readingTime >= 5 AND domainName = "github.com" » then tag as « long reading, github »' variables_available_title: '¿Qué variables y operadores se pueden utilizar para escribir las reglas?' variables_available_description: 'Las siguientes variables y operadores se pueden utilizar para crear las reglas de etiquetado automáticas:' meaning: 'Significado' @@ -301,9 +301,9 @@ quickstart: gitter: 'En Gitter' tag: - page_title: 'Tags' + page_title: 'Etiquetas' list: - number_on_the_page: '{0} No hay ningun tag.|{1} Hay un tag.|]1,Inf[ Hay %count% tags.' + number_on_the_page: '{0} No hay ningun etiqueta.|{1} Hay un etiqueta.|]1,Inf[ Hay %count% etiquetas.' import: page_title: 'Importar' -- 2.41.0