]>
Commit | Line | Data |
---|---|---|
f92b5de7 JB |
1 | security: |
2 | login: | |
3 | page_title: 'Bienvenido a wallabag !' | |
4 | keep_logged_in: 'Mantenme conectado' | |
5 | forgot_password: '¿Ha olvidado su contraseña?' | |
6 | submit: 'Conectarse' | |
7 | register: 'Registrarse' | |
8 | username: 'Nombre de usuario' | |
9 | password: 'Contraseña' | |
10 | # cancel: 'Cancel' | |
11 | resetting: | |
12 | description: "Introduce tu dirección de email y le enviaremos las instrucciones para resetear la contraseña" | |
13 | register: | |
14 | # page_title: 'Create an account' | |
15 | # go_to_account: 'Go to your account' | |
0e576d21 | 16 | |
f92b5de7 JB |
17 | menu: |
18 | left: | |
19 | unread: 'Sin leer' | |
20 | starred: 'Favoritos' | |
21 | archive: 'Archivo' | |
22 | all_articles: 'Todos los artículos' | |
23 | config: 'Configuración' | |
24 | tags: 'Tags' | |
25 | internal_settings: 'Configuración interna' | |
26 | import: 'Importar' | |
27 | howto: 'Ayuda' | |
28 | # developer: 'Developer' | |
29 | logout: 'Desconectarse' | |
30 | about: 'Acerca de' | |
31 | search: 'Buscar' | |
32 | # save_link: 'Save a link' | |
33 | back_to_unread: 'Volver a los artículos sin leer' | |
34 | top: | |
35 | add_new_entry: 'Añadir un nuevo artículo' | |
36 | search: 'Buscar' | |
37 | filter_entries: 'Filtrar los artículos' | |
38 | export: 'Exportar' | |
39 | search_form: | |
40 | input_label: 'Introduce tu búsqueda aquí' | |
0e576d21 | 41 | |
f92b5de7 JB |
42 | footer: |
43 | wallabag: | |
44 | elsewhere: 'Llevate wallabag contigo' | |
45 | social: 'Social' | |
46 | # powered_by: 'powered by' | |
47 | about: 'Acerca de' | |
0e576d21 | 48 | |
f92b5de7 JB |
49 | config: |
50 | page_title: 'Configuración' | |
51 | tab_menu: | |
52 | settings: 'Configuración' | |
53 | rss: 'RSS' | |
54 | user_info: 'Información de usuario' | |
55 | password: 'Contraseña' | |
56 | rules: 'Reglas de etiquetado automáticas' | |
57 | new_user: 'Añadir un usuario' | |
58 | form: | |
59 | save: 'Guardar' | |
60 | form_settings: | |
61 | theme_label: 'Tema' | |
62 | items_per_page_label: 'Número de artículos por página' | |
63 | language_label: 'Idioma' | |
f3e49264 JB |
64 | reading_speed: |
65 | # label: 'Reading speed' | |
66 | # help_message: 'You can use online tools to estimate your reading speed:' | |
67 | # 100_word: 'I read ~100 words per minute' | |
68 | # 200_word: 'I read ~200 words per minute' | |
69 | # 300_word: 'I read ~300 words per minute' | |
70 | # 400_word: 'I read ~400 words per minute' | |
f92b5de7 JB |
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' | |
73 | token_label: 'RSS token' | |
74 | # no_token: 'No token' | |
75 | token_create: 'Crear token' | |
76 | token_reset: 'Resetear token' | |
77 | rss_links: 'URL de su feed RSS' | |
78 | rss_link: | |
79 | unread: 'sin leer' | |
80 | starred: 'favoritos' | |
81 | archive: 'archivo' | |
82 | rss_limit: 'Límite de artículos en feed RSS' | |
83 | form_user: | |
84 | two_factor_description: "Con la autentificación de dos factores recibirá código mediante email en cada nueva conexión que no sea de confianza" | |
85 | name_label: 'Nombre' | |
86 | email_label: 'Direccion e-mail' | |
87 | twoFactorAuthentication_label: 'Autentificación de dos factores' | |
88 | form_password: | |
89 | old_password_label: 'Contraseña actual' | |
90 | new_password_label: 'Nueva contraseña' | |
91 | repeat_new_password_label: 'Confirmar la nueva contraseña' | |
92 | form_rules: | |
93 | # if_label: 'if' | |
94 | # then_tag_as_label: 'then tag as' | |
95 | # delete_rule_label: 'delete' | |
96 | rule_label: 'Regla' | |
97 | tags_label: 'Tags' | |
98 | faq: | |
99 | title: 'FAQ' | |
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.' | |
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 <= 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?' | |
105 | variables_available_description: 'Las siguientes variables y operadores se pueden utilizar para crear las reglas de etiquetado automáticas:' | |
106 | meaning: 'Significado' | |
107 | variable_description: | |
108 | label: 'Variable' | |
109 | title: 'Titúlo del artículo' | |
110 | url: 'URL del artículo' | |
111 | isArchived: 'El artículo está guardado o no' | |
112 | isStarred: 'Si el artículo es un favorito o no' | |
113 | content: "El contenido del artículo" | |
114 | language: "El idoma del artículo" | |
115 | mimetype: "Tipo MIME del artículo" | |
116 | readingTime: "El tiempo estimado de lectura del artículo, en minutos" | |
117 | domainName: 'El dominio del artículo' | |
118 | operator_description: | |
119 | label: 'Operador' | |
120 | less_than: 'Menos que…' | |
121 | strictly_less_than: 'Estrictámente menos que…' | |
122 | greater_than: 'Más que…' | |
123 | strictly_greater_than: 'Estrictámente mas que…' | |
124 | equal_to: 'Egual a…' | |
125 | not_equal_to: 'Diferente de…' | |
126 | or: 'Una regla O otra' | |
127 | and: 'Una regla Y la otra' | |
128 | matches: 'Prueba si un <i>sujeto</i> corresponde a una <i>busqueda</i> (insensible a mayusculas).<br />Ejemplo : <code>título coincide "football"</code>' | |
129 | form_new_user: | |
130 | username_label: 'Nombre de usuario' | |
131 | password_label: 'Contraseña' | |
132 | repeat_new_password_label: 'Confirmar la nueva contraseña' | |
133 | plain_password_label: '????' | |
134 | email_label: 'Email' | |
0e576d21 | 135 | |
f92b5de7 JB |
136 | entry: |
137 | page_titles: | |
138 | # unread: 'Unread entries' | |
139 | # starred: 'Starred entries' | |
140 | # archive: 'Archived entries' | |
141 | # filtered: 'Filtered entries' | |
142 | list: | |
143 | number_on_the_page: '{0} No hay artículos.|{1} Hay un artículo.|]1,Inf[ Hay %count% artículos.' | |
144 | reading_time: 'tiempo estimado de lectura' | |
145 | reading_time_minutes: 'tiempo estimado de lectura: %readingTime% min' | |
146 | reading_time_less_one_minute: 'tiempo estimado de lectura: <small class="inferieur"><</small> 1 min' | |
147 | original_article: 'original' | |
148 | toogle_as_read: 'Marcar cómo leído/ no leído' | |
149 | toogle_as_star: 'Marcar cómo favorito/ no favorito' | |
150 | delete: 'Suprimir' | |
151 | export_title: 'Exportar' | |
152 | filters: | |
153 | title: 'Filtros' | |
154 | status_label: 'Estatus' | |
155 | archived_label: 'Archivado' | |
156 | starred_label: 'Favorito' | |
157 | preview_picture_label: 'Hay una foto' | |
158 | preview_picture_help: 'Foto de preview' | |
159 | language_label: 'Idioma' | |
160 | reading_time: | |
161 | label: 'Duración de lectura en minutos' | |
162 | from: 'de' | |
163 | to: 'a' | |
164 | domain_label: 'Nombre de dominio' | |
165 | created_at: | |
166 | label: 'Fecha de creación' | |
167 | from: 'de' | |
168 | to: 'a' | |
169 | action: | |
170 | clear: 'Limpiar' | |
171 | filter: 'Filtrar' | |
172 | view: | |
173 | left_menu: | |
174 | # back_to_top: 'Back to top' | |
175 | back_to_homepage: 'Volver' | |
176 | set_as_read: 'Marcar como leído' | |
177 | # set_as_unread: 'Mark as unread' | |
178 | set_as_favorite: 'Marcar cómo favorito' | |
179 | view_original_article: 'Artículo original' | |
180 | re_fetch_content: 'Redescargar el contenido' | |
181 | delete: 'Suprimir' | |
182 | add_a_tag: 'Añadir una etiqueta' | |
183 | share_content: 'Compartir' | |
184 | share_email_label: 'Direccion e-mail' | |
185 | download: 'Descargar' | |
186 | # print: 'Print' | |
187 | problem: | |
188 | label: '¿Algún problema?' | |
189 | description: '¿Este artículo no se muestra bien?' | |
190 | edit_title: 'Modificar el título' | |
191 | original_article: 'original' | |
192 | annotations_on_the_entry: '{0} Sin anotaciones|{1} Una anotación|]1,Inf[ %nbAnnotations% anotaciones' | |
193 | new: | |
194 | page_title: 'Guardar un nuevo artículo' | |
195 | placeholder: 'http://website.com' | |
196 | form_new: | |
197 | url_label: Url | |
198 | edit: | |
199 | page_title: 'Editar una artículo' | |
200 | title_label: 'Título' | |
201 | url_label: 'Url' | |
202 | is_public_label: 'Es Público' | |
203 | save_label: 'Guardar' | |
0e576d21 | 204 | |
f92b5de7 JB |
205 | about: |
206 | page_title: 'Acerca de' | |
207 | top_menu: | |
208 | who_behind_wallabag: 'Equipo de desarrollo de wallabag' | |
209 | getting_help: 'Conseguir ayuda' | |
210 | helping: 'Ayudar a wallabag' | |
211 | contributors: 'Contribuidores' | |
212 | third_party: 'Librerías de terceeros' | |
213 | who_behind_wallabag: | |
214 | developped_by: 'Desarrollado por' | |
215 | website: 'Sitio web' | |
216 | many_contributors: 'Y muchos otros contribuidores ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">en Github</a>' | |
217 | project_website: 'Web del proyecto' | |
218 | license: 'Licencia' | |
219 | version: 'Version' | |
220 | getting_help: | |
221 | documentation: 'Documentación' | |
222 | bug_reports: 'Reporte de errores' | |
223 | support: '<a href="https://support.wallabag.org">En nuestra web de soporte website</a> o <a href="https://github.com/wallabag/wallabag/issues">en GitHub</a>' | |
224 | helping: | |
225 | description: 'wallabag es libre y gratuito. Usted puede ayudarnos :' | |
226 | by_contributing: 'contribuyendo al proyecto :' | |
227 | by_contributing_2: 'nuestras necesidades están en un ticket' | |
228 | by_paypal: 'via Paypal' | |
229 | contributors: | |
230 | description: 'Gradias a los contribuidores de la aplicación web de wallabag' | |
231 | third_party: | |
232 | description: 'Aquí está la lista de las dependencias utilizadas por wallabag (con sus licencias) :' | |
233 | package: 'Paquete' | |
234 | license: 'Licencia' | |
0e576d21 | 235 | |
f92b5de7 JB |
236 | howto: |
237 | page_title: 'Ayuda' | |
238 | # page_description: 'There are several ways to save an article:' | |
239 | top_menu: | |
240 | browser_addons: 'Extensiones de navigador' | |
241 | mobile_apps: 'Applicaciones para smartphone' | |
242 | bookmarklet: 'Bookmarklet' | |
243 | form: | |
244 | description: 'Gracias a este formulario' | |
245 | browser_addons: | |
246 | firefox: 'Extensión Firefox' | |
247 | chrome: 'Extensión Chrome' | |
248 | mobile_apps: | |
249 | android: | |
250 | via_f_droid: 'via F-Droid' | |
251 | via_google_play: 'via Google Play' | |
252 | # ios: 'on the iTunes Store' | |
253 | # windows: 'on the Microsoft Store' | |
254 | bookmarklet: | |
255 | description: 'Desplazar y soltar este link en la barra de marcadores :' | |
0e576d21 | 256 | |
f92b5de7 JB |
257 | quickstart: |
258 | page_title: 'Comienzo rápido' | |
259 | intro: | |
260 | title: 'Bienvenido a wallabag !' | |
261 | paragraph_1: "Le acompañaremos a su visita de wallabag y le mostraremos algunas características que le pueden interesar." | |
262 | paragraph_2: '¡Siganos!' | |
263 | configure: | |
264 | title: 'Configure la aplicación' | |
265 | language: 'Cambie el idoma y el diseño de la aplicación' | |
266 | rss: 'Activar los feeds RSS' | |
267 | # tagging_rules: 'Write rules to automatically tag your articles' | |
268 | admin: | |
269 | # title: 'Administration' | |
270 | # description: 'As an administrator, you have privileges on wallabag. You can:' | |
271 | # new_user: 'Create a new user' | |
272 | # analytics: 'Configure analytics' | |
273 | # sharing: 'Enable some parameters about article sharing' | |
274 | # export: 'Configure export' | |
275 | # import: 'Configure import' | |
276 | first_steps: | |
277 | title: 'Prieros pasos' | |
278 | new_article: 'Guarde su primer artículo' | |
279 | unread_articles: '¡Y clasifiquelo!' | |
280 | migrate: | |
281 | title: 'Migrar de un servicio existente' | |
282 | description: "¿Está usando otro servicio? Le ayudaremos a migrar sus datos a wallabag." | |
283 | pocket: 'Migrar desde Pocket' | |
284 | wallabag_v1: 'Migrar desde wallabag v1' | |
285 | wallabag_v2: 'Migrar desde wallabag v2' | |
286 | developer: | |
287 | # title: 'Developers' | |
288 | # create_application: 'Create your third application' | |
289 | docs: | |
290 | title: 'Documentación completa' | |
291 | # annotate: 'Annotate your article' | |
292 | export: 'Convierta sus artículos a ePub o a PDF' | |
293 | search_filters: 'Aprenda a utilizar el buscador y los filtros para encontrar el artículo que le interese' | |
294 | # fetching_errors: 'What can I do if an article encounters errors during fetching?' | |
295 | all_docs: '¡Y muchos más artículos!' | |
296 | support: | |
297 | title: 'Soporte' | |
298 | description: 'Sí necesita ayuda, estamos disponibles para usted.' | |
299 | github: 'En GitHub' | |
300 | email: 'Por email' | |
301 | gitter: 'En Gitter' | |
0e576d21 | 302 | |
f92b5de7 JB |
303 | tag: |
304 | page_title: 'Tags' | |
305 | list: | |
306 | number_on_the_page: '{0} No hay ningun tag.|{1} Hay un tag.|]1,Inf[ Hay %count% tags.' | |
0e576d21 | 307 | |
f92b5de7 JB |
308 | import: |
309 | page_title: 'Importar' | |
310 | page_description: 'Bienvenido al útil de migración de wallabag. Seleccione el servicio previo del que usted quiera migrar.' | |
311 | action: | |
312 | import_contents: 'Importar los contenidos' | |
313 | form: | |
314 | # mark_as_read_title: 'Mark all as read?' | |
315 | # mark_as_read_label: 'Mark all imported entries as read' | |
316 | file_label: 'Fichero' | |
317 | save_label: 'Importar el fichero' | |
318 | pocket: | |
319 | page_title: 'Importar > Pocket' | |
320 | description: "Va a importar sus datos de Pocket. Pocket no nos permite descargar el contenido de su servicio, así que el contenido de cada artículo será redescargado por wallabag." | |
321 | config_missing: | |
322 | description: "La importación de Pocket no está configurada." | |
323 | admin_message: 'Debe definir %keyurls%una clava del API Pocket%keyurle%.' | |
324 | user_message: 'El administrador de vuestro servidor debe definir una clave API Pocket.' | |
325 | authorize_message: 'Puedes importar sus datos desde su cuenta de Pocket. Sólo tienes que pulsar en el botón para autrizar que wallabag se conecte a getpocket.com.' | |
326 | connect_to_pocket: 'Conectese a Pocket para importar los datos' | |
327 | wallabag_v1: | |
328 | page_title: 'Importar > Wallabag v1' | |
329 | description: 'Va a importar sus artículos de wallabag v1. En su configuración de wallabag v1, pulse sobre "Exportar JSON" dentro de la sección "Exportar sus datos de wallabag". Usted tendrá un fichero "wallabag-export-1-xxxx-xx-xx.json".' | |
330 | how_to: 'Seleccione el fichero de su exportación de wallabag v1 y puelse en el botón para subirla y importarla.' | |
331 | wallabag_v2: | |
332 | page_title: 'Importar > Wallabag v2' | |
333 | description: 'Va a importar sus artículos de otra instancia de wallabag v2. Vaya a Todos los artículos, entonces, en la barra lateral, clickee en "JSON". Usted tendrá un fichero "All articles.json"' | |
0e576d21 | 334 | |
f92b5de7 JB |
335 | developer: |
336 | # page_title: 'Developer' | |
337 | # welcome_message: 'Welcome to the wallabag API' | |
338 | # documentation: 'Documentation' | |
339 | # how_to_first_app: 'How to create my first application' | |
340 | # full_documentation: 'View full API documentation' | |
341 | # clients: | |
342 | # title: 'Clients' | |
343 | # create_new: 'Create a new client' | |
344 | # existing_clients: | |
345 | # title: 'Existing clients' | |
346 | # field_id: 'Client ID' | |
347 | # field_secret: 'Client secret' | |
348 | # field_uris: 'Redirect URIs' | |
349 | # field_grant_types: 'Grant type allowed' | |
350 | # no_client: 'No client yet.' | |
351 | # remove: | |
352 | # warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' | |
353 | # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." | |
354 | # action: 'Remove this client' | |
355 | # client: | |
356 | # page_title: 'Developer > New client' | |
357 | # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' | |
358 | # form: | |
359 | # redirect_uris_label: 'Redirect URIs' | |
360 | # save_label: 'Create a new client' | |
361 | # action_back: 'Back' | |
362 | # client_parameter: | |
363 | # page_title: 'Developer > Client parameters' | |
364 | # page_description: 'Here are your client parameters.' | |
365 | # field_id: 'Client ID' | |
366 | # field_secret: 'Client secret' | |
367 | # back: 'Back' | |
368 | # read_howto: 'Read the howto "Create my first application"' | |
369 | # howto: | |
370 | # page_title: 'Developer > How to create my first application' | |
371 | # description: | |
372 | # paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.' | |
373 | # paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' | |
374 | # paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.' | |
375 | # paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):' | |
376 | # paragraph_5: 'The API will return a response like this:' | |
377 | # paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:' | |
378 | # paragraph_7: 'This call will return all the entries for your user.' | |
379 | # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.' | |
380 | # back: 'Back' | |
0e576d21 | 381 | |
f92b5de7 JB |
382 | validator: |
383 | password_must_match: 'Las contraseñas no coinciden' | |
384 | password_too_short: 'La contraseña debe tener al menos 8 carácteres' | |
385 | # password_wrong_value: 'Wrong value for your current password' | |
386 | # item_per_page_too_high: 'This will certainly kill the app' | |
387 | # rss_limit_too_hight: 'This will certainly kill the app' | |
0e576d21 | 388 | |
f92b5de7 JB |
389 | flashes: |
390 | config: | |
391 | notice: | |
392 | config_saved: 'Configuración guardada. Algunos parámetros serán recargados cuando se vuelva a conectar.' | |
393 | password_updated: 'Contraseña actualizada' | |
394 | password_not_updated_demo: "En modo demo, no puedes cambiar la contraseña del usuario." | |
395 | user_updated: 'Su información personal ha sido actualizada' | |
396 | rss_updated: 'La configuración de los feeds RSS ha sido actualizada' | |
397 | tagging_rules_updated: 'Regla de etiquetado borrada' | |
398 | tagging_rules_deleted: 'Regla de etiquetado actualizada' | |
399 | user_added: 'Usuario "%username%" añadido' | |
400 | rss_token_updated: 'RSS token actualizado' | |
401 | entry: | |
402 | notice: | |
403 | # entry_already_saved: 'Entry already saved on %date%' | |
404 | # entry_saved: 'Entry saved' | |
405 | # entry_updated: 'Entry updated' | |
406 | # entry_reloaded: 'Entry reloaded' | |
407 | # entry_reload_failed: 'Failed to reload entry' | |
408 | entry_archived: 'Artículo archivado' | |
409 | entry_unarchived: 'Artículo desarchivado' | |
410 | entry_starred: 'Artículo guardado en los favoritos' | |
411 | entry_unstarred: 'Artículo retirado de los favoritos' | |
412 | entry_deleted: 'Artículo suprimido' | |
413 | tag: | |
414 | notice: | |
415 | tag_added: 'Etiqueta añadida' | |
416 | import: | |
417 | notice: | |
418 | # failed: 'Import failed, please try again.' | |
419 | # failed_on_file: 'Error while processing import. Please verify your import file.' | |
420 | # summary: 'Import summary: %imported% imported, %skipped% already saved.' | |
421 | developer: | |
422 | notice: | |
423 | # client_created: 'New client created.' | |
424 | # client_deleted: 'Client deleted' |