]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
Merge remote-tracking branch 'origin/master' into 2.2
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / translations / messages.es.yml
1 security:
2 login:
3 page_title: '¡Bienvenido a wallabag !'
4 keep_logged_in: 'Manténgame conectado'
5 forgot_password: '¿Se ha olvidado de su contraseña?'
6 submit: 'Conectarse'
7 register: 'Registrarse'
8 username: 'Nombre de usuario'
9 password: 'Contraseña'
10 cancel: 'Cancelar'
11 resetting:
12 description: "Introduzca su dirección del correo electrónico y le enviaremos las instrucciones para reiniciar la contraseña"
13 register:
14 page_title: 'Crear una cuenta'
15 go_to_account: 'Acceder su cuenta'
16
17 menu:
18 left:
19 unread: 'Sin leer'
20 starred: 'Favoritos'
21 archive: 'Archivo'
22 all_articles: 'Todos artículos'
23 config: 'Configuración'
24 tags: 'Etiquetas'
25 internal_settings: 'Configuración interna'
26 import: 'Importar'
27 howto: 'Ayuda'
28 developer: 'Promotor'
29 logout: 'Desconectarse'
30 about: 'Acerca de'
31 search: 'Buscar'
32 save_link: 'Archivar un enlace'
33 back_to_unread: 'Volver a los artículos sin leer'
34 # users_management: 'Users management'
35 top:
36 add_new_entry: 'Añadir un nuevo artículo'
37 search: 'Buscar'
38 filter_entries: 'Filtrar los artículos'
39 export: 'Exportar'
40 search_form:
41 input_label: 'Introduzca su búsqueda aquí'
42
43 footer:
44 wallabag:
45 elsewhere: 'Lleve wallabag consigo'
46 social: 'Social'
47 powered_by: 'funciona por'
48 about: 'Acerca de'
49 # stats: Since %user_creation% you read %nb_archives% articles. That is about %per_day% a day!
50
51 config:
52 page_title: 'Configuración'
53 tab_menu:
54 settings: 'Configuración'
55 rss: 'RSS'
56 user_info: 'Información de usuario'
57 password: 'Contraseña'
58 rules: 'Reglas de etiquetado automáticas'
59 new_user: 'Añadir un usuario'
60 form:
61 save: 'Guardar'
62 form_settings:
63 theme_label: 'Tema'
64 items_per_page_label: 'Número de artículos por página'
65 language_label: 'Idioma'
66 reading_speed:
67 label: 'Velocidad de leer'
68 help_message: 'Se puede usar las técnicas para calcular su velocidad de leer:'
69 100_word: 'Leo ~100 palabras por minuto'
70 200_word: 'Leo ~200 palabras por minuto'
71 300_word: 'Leo ~300 palabras por minuto'
72 400_word: 'Leo ~400 palabras por minuto'
73 # pocket_consumer_key_label: Consumer key for Pocket to import contents
74 form_rss:
75 description: 'Los feeds RSS de wallabag permiten leer los artículos guardados con su lector RSS favorito. Necesita generar un token primero'
76 token_label: 'RSS token'
77 no_token: 'No token'
78 token_create: 'Crear token'
79 token_reset: 'Reiniciar token'
80 rss_links: 'URL de su feed RSS'
81 rss_link:
82 unread: 'sin leer'
83 starred: 'favoritos'
84 archive: 'archivo'
85 rss_limit: 'Límite de artículos en feed RSS'
86 form_user:
87 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"
88 name_label: 'Nombre'
89 email_label: 'Direccion e-mail'
90 twoFactorAuthentication_label: 'Autentificación de dos factores'
91 delete:
92 # title: Delete my account (danger zone !)
93 # description: If you remove your account, ALL your articles, ALL your tags, ALL your annotations and your account will be PERMANENTLY removed (it can't be UNDONE). You'll then be logged out.
94 # confirm: Are you really sure? (it can't be UNDONE)
95 # button: Delete my account
96 form_password:
97 old_password_label: 'Contraseña actual'
98 new_password_label: 'Nueva contraseña'
99 repeat_new_password_label: 'Confirmar la nueva contraseña'
100 form_rules:
101 if_label: 'si'
102 then_tag_as_label: 'Etiquete como'
103 delete_rule_label: 'Borre'
104 # edit_rule_label: 'edit'
105 rule_label: 'Regla'
106 tags_label: 'Etiquetas'
107 faq:
108 title: 'FAQ'
109 tagging_rules_definition_title: '¿Qué significa reglas de etiquetado autómaticas?'
110 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.'
111 how_to_use_them_title: '¿Cómo se utilizan?'
112 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 ese caso, debe poner « tiempo de leer &lt;= 3 » en el <i>Regla</i> campo y « <i>lectura corta</i> » en el <i>Etiquetas</i> campo.<br />Algunas etiquetas se pueden ser añadidas al mismo tiempo por separarlas con una coma: « <i>lectura corta, debe leer</i> »<br />Reglas complejas se pueden ser escritas por usar operadores predefinidos: si « <i>tiempo de leer &gt;= 5 Y nombre del dominio = "github.com"</i> » entonces etiquete como « <i>lectura larga, github </i> »'
113 variables_available_title: '¿Qué variables y operadores se pueden utilizar para escribir las reglas?'
114 variables_available_description: 'Las siguientes variables y operadores se pueden utilizar para crear las reglas de etiquetado automáticas:'
115 meaning: 'Significado'
116 variable_description:
117 label: 'Variable'
118 title: 'Titúlo del artículo'
119 url: 'URL del artículo'
120 isArchived: 'El artículo está guardado o no'
121 isStarred: 'Si el artículo es un favorito o no'
122 content: "El contenido del artículo"
123 language: "El idioma del artículo"
124 mimetype: "Tipo MIME del artículo"
125 readingTime: "El tiempo estimado de lectura del artículo, en minutos"
126 domainName: 'El dominio del artículo'
127 operator_description:
128 label: 'Operador'
129 less_than: 'Menos que…'
130 strictly_less_than: 'Estrictámente menos que…'
131 greater_than: 'Más que…'
132 strictly_greater_than: 'Estrictámente mas que…'
133 equal_to: 'Egual a…'
134 not_equal_to: 'Diferente de…'
135 or: 'Una regla U otra'
136 and: 'Una regla Y la otra'
137 matches: 'Pruebe si un <i>sujeto</i> corresponde a una <i>búsqueda</i> (insensible a mayusculas).<br />Ejemplo : <code>título coincide "football"</code>'
138
139 entry:
140 page_titles:
141 unread: 'Artículos no leídos'
142 starred: 'Artículos favoritos'
143 archived: 'Artículos archivados'
144 filtered: 'Artículos filtrados'
145 # filtered_tags: 'Filtered by tags'
146 # untagged: 'Untagged entries'
147 list:
148 number_on_the_page: '{0} No hay artículos.|{1} Hay un artículo.|]1,Inf[ Hay %count% artículos.'
149 reading_time: 'tiempo estimado de lectura'
150 reading_time_minutes: 'tiempo estimado de lectura: %readingTime% min'
151 reading_time_less_one_minute: 'tiempo estimado de lectura: <small class="inferieur">&lt;</small> 1 min'
152 # number_of_tags: '{1}and one other tag|]1,Inf[and %count% other tags'
153 reading_time_minutes_short: '%readingTime% min'
154 reading_time_less_one_minute_short: '<small class="inferieur">&lt;</small> 1 min'
155 original_article: 'original'
156 toogle_as_read: 'Marcar como leído/ no leído'
157 toogle_as_star: 'Marcar como favorito/ no favorito'
158 delete: 'Suprimir'
159 export_title: 'Exportar'
160 filters:
161 title: 'Filtros'
162 status_label: 'Estatus'
163 archived_label: 'Archivado'
164 starred_label: 'Favorito'
165 unread_label: 'Sin leer'
166 preview_picture_label: 'Hay una foto'
167 preview_picture_help: 'Foto de preview'
168 language_label: 'Idioma'
169 reading_time:
170 label: 'Duración de lectura en minutos'
171 from: 'de'
172 to: 'a'
173 domain_label: 'Nombre de dominio'
174 created_at:
175 label: 'Fecha de creación'
176 from: 'de'
177 to: 'a'
178 action:
179 clear: 'Limpiar'
180 filter: 'Filtrar'
181 view:
182 left_menu:
183 back_to_top: 'Regrese al principio'
184 back_to_homepage: 'Regrese a la página principal'
185 set_as_read: 'Marcar como leído'
186 set_as_unread: 'Marcar como no leído'
187 set_as_starred: 'Marcar como favorito'
188 view_original_article: 'Artículo original'
189 re_fetch_content: 'Redescargar el contenido'
190 delete: 'Suprimir'
191 add_a_tag: 'Añadir una etiqueta'
192 share_content: 'Compartir'
193 share_email_label: 'Dirección e-mail'
194 # public_link: 'public link'
195 # delete_public_link: 'delete public link'
196 download: 'Descargar'
197 print: 'Imprimir'
198 problem:
199 label: '¿Algún problema?'
200 description: '¿Este artículo no se muestra bien?'
201 edit_title: 'Modificar el título'
202 original_article: 'original'
203 annotations_on_the_entry: '{0} Sin anotaciones|{1} Una anotación|]1,Inf[ %count% anotaciones'
204 created_at: 'Fecha de creación'
205 new:
206 page_title: 'Guardar un nuevo artículo'
207 placeholder: 'http://website.com'
208 form_new:
209 url_label: Url
210 edit:
211 page_title: 'Editar un artículo'
212 title_label: 'Título'
213 url_label: 'Url'
214 is_public_label: 'Es Público'
215 save_label: 'Guardar'
216 public:
217 # shared_by_wallabag: "This article has been shared by <a href='%wallabag_instance%'>wallabag</a>"
218
219 about:
220 page_title: 'Acerca de'
221 top_menu:
222 who_behind_wallabag: 'Equipo del desarrollo de wallabag'
223 getting_help: 'Pedir ayuda'
224 helping: 'Ayudar a wallabag'
225 contributors: 'Colaboradores'
226 third_party: 'Librerías de terceros'
227 who_behind_wallabag:
228 developped_by: 'Desarrollado por'
229 website: 'Sitio web'
230 many_contributors: 'Y muchos otros colaboradores ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">en Github</a>'
231 project_website: 'Sitio web del proyecto'
232 license: 'Licencia'
233 version: 'Versión'
234 getting_help:
235 documentation: 'Documentación'
236 bug_reports: 'Reporte de errores'
237 support: '<a href="https://support.wallabag.org">En nuestra web de apoyo website</a> o <a href="https://github.com/wallabag/wallabag/issues">en GitHub</a>'
238 helping:
239 description: 'wallabag es libre y gratuito. Usted puede ayudarnos :'
240 by_contributing: 'contribuyendo al proyecto :'
241 by_contributing_2: 'nuestras necesidades están en un ticket'
242 by_paypal: 'via Paypal'
243 contributors:
244 description: 'Gracias a los colaboradores de la aplicación web de wallabag'
245 third_party:
246 description: 'Aquí está la lista de las dependencias utilizadas por wallabag (con sus licencias) :'
247 package: 'Paquete'
248 license: 'Licencia'
249
250 howto:
251 page_title: 'Ayuda'
252 page_description: 'Hay muchas maneras para guardar un artículo:'
253 top_menu:
254 browser_addons: 'Extensiones de navigador'
255 mobile_apps: 'Aplicaciones para smartphone'
256 bookmarklet: 'Bookmarklet'
257 form:
258 description: 'Gracias a este formulario'
259 browser_addons:
260 firefox: 'Extensión Firefox'
261 chrome: 'Extensión Chrome'
262 mobile_apps:
263 android:
264 via_f_droid: 'via F-Droid'
265 via_google_play: 'via Google Play'
266 ios: 'por la tienda de iTunes'
267 windows: 'por la tienda de Microsoft'
268 bookmarklet:
269 description: 'Desplazar y soltar este link en la barra de marcadores :'
270
271 quickstart:
272 page_title: 'Comienzo rápido'
273 # more: 'More…'
274 intro:
275 title: 'Bienvenido a wallabag !'
276 paragraph_1: "Le acompañaremos a su visita de wallabag y le mostraremos algunas características que le pueden interesar."
277 paragraph_2: '¡Síganos!'
278 configure:
279 title: 'Configure la aplicación'
280 # description: 'In order to have an application which suits you, have a look into the configuration of wallabag.'
281 language: 'Cambie el idioma y el diseño de la aplicación'
282 rss: 'Activar los feeds RSS'
283 tagging_rules: 'Escribir reglas para etiquetear automaticamente sus artículos'
284 admin:
285 title: 'Administración'
286 description: 'Como administrador, tiene privilegios por wallabag. Se puede:'
287 new_user: 'Crear un nuevo usuario'
288 analytics: 'Configure analíticas'
289 sharing: 'Active unos parámetros de compartir artículos'
290 export: 'Configure exportación'
291 import: 'Configure importación'
292 first_steps:
293 title: 'Primeros pasos'
294 # description: "Now wallabag is well configured, it's time to archive the web. You can click on the top right sign + to add a link."
295 new_article: 'Guarde su primer artículo'
296 unread_articles: '¡Y clasifíquelo!'
297 migrate:
298 title: 'Migrar de un servicio existente'
299 description: "¿Está usando otro servicio? Le ayudaremos a migrar sus datos a wallabag."
300 pocket: 'Migrar desde Pocket'
301 wallabag_v1: 'Migrar desde wallabag v1'
302 wallabag_v2: 'Migrar desde wallabag v2'
303 readability: 'Migrar desde Readability'
304 instapaper: 'Migrar desde Instapaper'
305 developer:
306 title: 'Promotores'
307 # description: 'We also thought to the developers: Docker, API, translations, etc.'
308 create_application: 'Cree su tercera aplicación'
309 # use_docker: 'Use Docker to install wallabag'
310 docs:
311 title: 'Documentación completa'
312 # description: "There are so much features in wallabag. Don't hesitate to read the manual to know them and to learn how to use them."
313 annotate: 'Anote su artículo'
314 export: 'Convierta sus artículos a ePub o a PDF'
315 search_filters: 'Aprenda a utilizar el buscador y los filtros para encontrar el artículo que le interese'
316 fetching_errors: '¿Qué puedo hacer si un artículo encuentra errores por la búsqueda?'
317 all_docs: '¡Y muchos más artículos!'
318 support:
319 title: 'Apoyo'
320 description: 'Si necesita ayuda, estamos disponibles para usted.'
321 github: 'En GitHub'
322 email: 'Por email'
323 gitter: 'En Gitter'
324
325 tag:
326 page_title: 'Etiquetas'
327 list:
328 number_on_the_page: '{0} No hay ninguna etiqueta.|{1} Hay una etiqueta.|]1,Inf[ Hay %count% etiquetas.'
329 # see_untagged_entries: 'See untagged entries'
330
331 import:
332 page_title: 'Importar'
333 page_description: 'Bienvenido al útil de migración de wallabag. Seleccione el servicio previo del que usted quiera migrar.'
334 action:
335 import_contents: 'Importar los contenidos'
336 form:
337 mark_as_read_title: '¿Marcar todos como leídos?'
338 mark_as_read_label: 'Marcar todos artículos importados como leídos'
339 file_label: 'Fichero'
340 save_label: 'Importar el fichero'
341 pocket:
342 page_title: 'Importar > Pocket'
343 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."
344 config_missing:
345 description: "La importación de Pocket no está configurada."
346 admin_message: 'Debe definir %keyurls%una clava del API Pocket%keyurle%.'
347 user_message: 'El administrador de su servidor debe definir una clave API Pocket.'
348 authorize_message: 'Puede importar sus datos desde su cuenta de Pocket. Sólo tiene que oprimir el botón para autorizar que wallabag se conecte a getpocket.com.'
349 connect_to_pocket: 'Conéctese a Pocket para importar los datos'
350 wallabag_v1:
351 page_title: 'Importar > Wallabag v1'
352 description: 'Va a importar sus artículos de wallabag v1. En su configuración de wallabag v1, oprima "Exportar JSON" dentro de la sección "Exportar sus datos de wallabag". Usted tendrá un fichero "wallabag-export-1-xxxx-xx-xx.json".'
353 how_to: 'Seleccione el fichero de su exportación de wallabag v1 y oprima el botón para subirlo y importarlo.'
354 wallabag_v2:
355 page_title: 'Importar > Wallabag v2'
356 description: 'Va a importar sus artículos de otra instancia de wallabag v2. Vaya a Todos los artículos, entonces, en la barra lateral, oprima en "JSON". Usted tendrá un fichero "All articles.json"'
357 readability:
358 page_title: 'Importar > Readability'
359 # description: 'This importer will import all your Readability articles. On the tools (https://www.readability.com/tools/) page, click on "Export your data" in the "Data Export" section. You will received an email to download a json (which does not end with .json in fact).'
360 # how_to: 'Please select your Readability export and click on the below button to upload and import it.'
361 worker:
362 # enabled: "Import is made asynchronously. Once the import task is started, an external worker will handle jobs one at a time. The current service is:"
363 firefox:
364 page_title: 'Importar > Firefox'
365 # description: "This importer will import all your Firefox bookmarks. Just go to your bookmarks (Ctrl+Maj+O), then into \"Import and backup\", choose \"Backup...\". You will obtain a .json file."
366 # how_to: "Please choose the bookmark backup file and click on the button below to import it. Note that the process may take a long time since all articles have to be fetched."
367 chrome:
368 page_title: 'Importar > Chrome'
369 # description: "This importer will import all your Chrome bookmarks. The location of the file depends on your operating system : <ul><li>On Linux, go into the <code>~/.config/chromium/Default/</code> directory</li><li>On Windows, it should be at <code>%LOCALAPPDATA%\\Google\\Chrome\\User Data\\Default</code></li><li>On OS X, it should be at <code>~/Library/Application Support/Google/Chrome/Default/Bookmarks</code></li></ul>Once you got there, copy the Bookmarks file someplace you'll find.<em><br>Note that if you have Chromium instead of Chrome, you'll have to correct paths accordingly.</em></p>"
370 # how_to: "Please choose the bookmark backup file and click on the button below to import it. Note that the process may take a long time since all articles have to be fetched."
371 instapaper:
372 page_title: 'Importar > Instapaper'
373 # description: 'This importer will import all your Instapaper articles. On the settings (https://www.instapaper.com/user) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like "instapaper-export.csv").'
374 # how_to: 'Please select your Instapaper export and click on the below button to upload and import it.'
375
376 developer:
377 page_title: 'Promotor'
378 welcome_message: 'Bienvenido a wallabag API'
379 documentation: 'Documentación'
380 how_to_first_app: 'Cómo crear mi primera aplicación'
381 full_documentation: 'Ver documentación de API entera'
382 list_methods: 'Hacer una lista de métodos API'
383 clients:
384 title: 'Clientes'
385 create_new: 'Crear un nuevo cliente'
386 existing_clients:
387 title: 'Clientes actuales'
388 field_id: 'identificación del cliente'
389 field_secret: 'Cliente secreto'
390 field_uris: 'Redirigir los URI'
391 field_grant_types: 'Conceder manera permitida'
392 no_client: 'No cliente todavía.'
393 remove:
394 warn_message_1: 'Se puede quitar este cliente. ¡Está acción no se puede ser irreversible !'
395 warn_message_2: "Si lo elimine, cada aplicación configurada con ese cliente no se puede ser autorizada por su wallbag."
396 action: 'Quite este cliente'
397 client:
398 page_title: 'Promotor > Nuevo cliente'
399 page_description: 'Va a crear un nuevo cliente. Por favor, llene el campo abajo para URI redirigido de su aplicación.'
400 form:
401 # name_label: 'Name of the client'
402 redirect_uris_label: 'los URI redirigidos'
403 save_label: 'Crear un nuevo cliente'
404 action_back: 'Atrás'
405 client_parameter:
406 page_title: 'Promotor > Parámetros del cliente'
407 page_description: 'Aquí hay sus parámetros del cliente.'
408 # field_name: 'Client name'
409 field_id: 'Identificación del cliente'
410 field_secret: 'Cliente secreto'
411 back: 'Atrás'
412 read_howto: 'Leer el howto "Crear mi primera aplicación"'
413 howto:
414 page_title: 'Promotor > Cómo crear mi primera aplicación'
415 description:
416 paragraph_1: 'Los siguientes comandos se usan el <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Esté seguro de que se instalen en sus sistema antes de usarlos.'
417 paragraph_2: 'Necesita un token para comunicar entre su tercera aplicación y wallabag API.'
418 paragraph_3: 'Para crear este token, necesita <a href="%link%">to create a new client</a>.'
419 paragraph_4: 'Ahora, cree su token (reemplace cliente_id, cliente_secreto, usuario y contraseñ con las buenas entradas):'
420 paragraph_5: 'Este API devolverá una respuestas así:'
421 paragraph_6: 'El acceso_token es útil para hacer una llamada al final API. Por ejempolo:'
422 paragraph_7: 'Esta llamada devolverá todos los artículos para su usuario.'
423 paragraph_8: 'Si quiere ver todos los fines de API, se puede ver <a href="%link%">a nuestra documentación API</a>.'
424 back: 'Atrás'
425
426 user:
427 # page_title: Users management
428 # new_user: Create a new user
429 # edit_user: Edit an existing user
430 # description: "Here you can manage all users (create, edit and delete)"
431 # list:
432 # actions: Actions
433 # edit_action: Edit
434 # yes: Yes
435 # no: No
436 # create_new_one: Create a new user
437 form:
438 username_label: 'Nombre de usuario'
439 # name_label: 'Name'
440 password_label: 'Contraseña'
441 repeat_new_password_label: 'Confirmar la nueva contraseña'
442 plain_password_label: '????'
443 email_label: 'Email'
444 # enabled_label: 'Enabled'
445 # locked_label: 'Locked'
446 # last_login_label: 'Last login'
447 # twofactor_label: Two factor authentication
448 # save: Save
449 # delete: Delete
450 # delete_confirm: Are you sure?
451 # back_to_list: Back to list
452
453 flashes:
454 config:
455 notice:
456 config_saved: 'Configuración guardada. Algunos parámetros serán recargados cuando se vuelva a conectar.'
457 password_updated: 'Contraseña actualizada'
458 password_not_updated_demo: "En modo demo, no puede cambiar la contraseña del usuario."
459 user_updated: 'Su información personal ha sido actualizada'
460 rss_updated: 'La configuración de los feeds RSS ha sido actualizada'
461 tagging_rules_updated: 'Regla de etiquetado borrada'
462 tagging_rules_deleted: 'Regla de etiquetado actualizada'
463 user_added: 'Usuario "%username%" añadido'
464 rss_token_updated: 'RSS token actualizado'
465 entry:
466 notice:
467 entry_already_saved: 'Entrada ya guardada por %fecha%'
468 entry_saved: 'Entrada guardada'
469 # entry_saved_failed: 'Entry saved but fetching content failed'
470 entry_updated: 'Entrada actualizada'
471 entry_reloaded: 'Entrada recargada'
472 # entry_reloaded_failed: 'Entry reloaded but fetching content failed'
473 entry_archived: 'Artículo archivado'
474 entry_unarchived: 'Artículo desarchivado'
475 entry_starred: 'Artículo guardado en los favoritos'
476 entry_unstarred: 'Artículo retirado de los favoritos'
477 entry_deleted: 'Artículo suprimido'
478 tag:
479 notice:
480 tag_added: 'Etiqueta añadida'
481 import:
482 notice:
483 failed: 'Importación reprobada, por favor inténtelo de nuevo.'
484 failed_on_file: 'Se ocurre un error por procesar importación. Por favor verifique su archivo importado.'
485 summary: 'Resúmen importado: %importado% importado, %saltados% ya guardado.'
486 # summary_with_queue: 'Import summary: %queued% queued.'
487 error:
488 # redis_enabled_not_installed: Redis is enabled for handle asynchronous import but it looks like <u>we can't connect to it</u>. Please check Redis configuration.
489 # rabbit_enabled_not_installed: RabbitMQ is enabled for handle asynchronous import but it looks like <u>we can't connect to it</u>. Please check RabbitMQ configuration.
490 developer:
491 notice:
492 client_created: 'Nuevo cliente creado.'
493 client_deleted: 'Cliente suprimido'