aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjami7 <jhigashilee@gmail.com>2016-04-04 18:51:41 -1000
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-04-10 14:18:03 +0200
commit661d5ae0cf1dc1218c0e03c430411002d616a845 (patch)
treeddec2a9158ede4a8d9a90a853aca1a205daf22a9
parentdd4997d705adb066dfbbe0f4dd96d56f1e8bc475 (diff)
downloadwallabag-661d5ae0cf1dc1218c0e03c430411002d616a845.tar.gz
wallabag-661d5ae0cf1dc1218c0e03c430411002d616a845.tar.zst
wallabag-661d5ae0cf1dc1218c0e03c430411002d616a845.zip
Update messages.es.yml
On line 103, I'm not sure what symbol that is that looks like this (<<) but it looks smaller? Where is that? Should I just copy and paste it? And just to clarity, please look at line 101 too cause I'm not too sure if/how I change the stuff within <...> I stopped mid line in 103 just until I get clarification on this. Thanks.
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.es.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
index e9f8a789..3b615256 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
@@ -90,17 +90,17 @@ config:
90 new_password_label: 'Nueva contraseña' 90 new_password_label: 'Nueva contraseña'
91 repeat_new_password_label: 'Confirmar la nueva contraseña' 91 repeat_new_password_label: 'Confirmar la nueva contraseña'
92 form_rules: 92 form_rules:
93 # if_label: 'if' 93 if_label: 'si'
94 # then_tag_as_label: 'then tag as' 94 then_tag_as_label: 'Etiquete como'
95 # delete_rule_label: 'delete' 95 delete_rule_label: 'Borre'
96 rule_label: 'Regla' 96 rule_label: 'Regla'
97 tags_label: 'Tags' 97 tags_label: 'Etiquetas'
98 faq: 98 faq:
99 title: 'FAQ' 99 title: 'FAQ'
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 />Cáda vez que un nuevo artículo es añadido, todas las reglas de etiquetado automáticas serán usadas para etiquetarlo, ayudandote 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: '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 &lt;= 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 &gt;= 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 &lt;= 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 &gt;= 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'