diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-04-10 14:21:40 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-04-10 14:21:42 +0200 |
commit | eaec84fcd3b3305ea51816704809a592945224b7 (patch) | |
tree | 4d896752fae4412ea18f68e4ca17e7154bb17fdc | |
parent | 661d5ae0cf1dc1218c0e03c430411002d616a845 (diff) | |
download | wallabag-eaec84fcd3b3305ea51816704809a592945224b7.tar.gz wallabag-eaec84fcd3b3305ea51816704809a592945224b7.tar.zst wallabag-eaec84fcd3b3305ea51816704809a592945224b7.zip |
Uncommented translated ES lines
Also, turn yaml lint into a more versbose check
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | src/Wallabag/CoreBundle/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: | |||
58 | - ant prepare-$DB | 58 | - ant prepare-$DB |
59 | - bin/phpunit -v | 59 | - bin/phpunit -v |
60 | - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; | 60 | - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; |
61 | - if [ "$VALIDATE_TRANSLATION_FILE" = "run" ]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations ; fi; | 61 | - 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: | |||
62 | items_per_page_label: 'Número de artículos por página' | 62 | items_per_page_label: 'Número de artículos por página' |
63 | language_label: 'Idioma' | 63 | language_label: 'Idioma' |
64 | reading_speed: | 64 | reading_speed: |
65 | # label: 'Velocidad de leer' | 65 | label: 'Velocidad de leer' |
66 | # help_message: 'Se puede usar las técnicas para calcular su velocidad de leer:' | 66 | help_message: 'Se puede usar las técnicas para calcular su velocidad de leer:' |
67 | # 100_word: 'Leo ~100 palabras por minuto' | 67 | 100_word: 'Leo ~100 palabras por minuto' |
68 | # 200_word: 'Leo ~200 palabras por minuto' | 68 | 200_word: 'Leo ~200 palabras por minuto' |
69 | # 300_word: 'Leo ~300 palabras por minuto' | 69 | 300_word: 'Leo ~300 palabras por minuto' |
70 | # 400_word: 'Leo ~400 palabras por minuto' | 70 | 400_word: 'Leo ~400 palabras por minuto' |
71 | form_rss: | 71 | form_rss: |
72 | description: 'Los feeds RSS de wallabag permiten leer los artículos guardados con su lector RSS favorito. Necesita generar un token primero' | 72 | description: 'Los feeds RSS de wallabag permiten leer los artículos guardados con su lector RSS favorito. Necesita generar un token primero' |
73 | token_label: 'RSS token' | 73 | token_label: 'RSS token' |
@@ -100,7 +100,7 @@ config: | |||
100 | tagging_rules_definition_title: '¿Qué significa reglas de etiquetado autómaticas?' | 100 | tagging_rules_definition_title: '¿Qué significa reglas de etiquetado autómaticas?' |
101 | tagging_rules_definition_description: 'Son las reglas usadas por Wallabag para etiquetar automáticamente los nuevos artículos.<br />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.' | 101 | tagging_rules_definition_description: 'Son las reglas usadas por Wallabag para etiquetar automáticamente los nuevos artículos.<br />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.' |
102 | how_to_use_them_title: '¿Cómo se utilizan?' | 102 | how_to_use_them_title: '¿Cómo se utilizan?' |
103 | # how_to_use_them_description: 'Supongamos que quiere etiquetar nuevos artículos como « <i>lectura corta</i> » 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 « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime <= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime >= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »' | 103 | how_to_use_them_description: 'Supongamos que quiere etiquetar nuevos artículos como « <i>lectura corta</i> » 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 « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime <= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime >= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »' |
104 | variables_available_title: '¿Qué variables y operadores se pueden utilizar para escribir las reglas?' | 104 | variables_available_title: '¿Qué variables y operadores se pueden utilizar para escribir las reglas?' |
105 | variables_available_description: 'Las siguientes variables y operadores se pueden utilizar para crear las reglas de etiquetado automáticas:' | 105 | variables_available_description: 'Las siguientes variables y operadores se pueden utilizar para crear las reglas de etiquetado automáticas:' |
106 | meaning: 'Significado' | 106 | meaning: 'Significado' |
@@ -301,9 +301,9 @@ quickstart: | |||
301 | gitter: 'En Gitter' | 301 | gitter: 'En Gitter' |
302 | 302 | ||
303 | tag: | 303 | tag: |
304 | page_title: 'Tags' | 304 | page_title: 'Etiquetas' |
305 | list: | 305 | list: |
306 | number_on_the_page: '{0} No hay ningun tag.|{1} Hay un tag.|]1,Inf[ Hay %count% tags.' | 306 | number_on_the_page: '{0} No hay ningun etiqueta.|{1} Hay un etiqueta.|]1,Inf[ Hay %count% etiquetas.' |
307 | 307 | ||
308 | import: | 308 | import: |
309 | page_title: 'Importar' | 309 | page_title: 'Importar' |