Jul 13 - Optimize code 2

This commit is contained in:
2026-07-13 17:07:30 -04:00
parent 00a9ba7770
commit a5c800e87c
6 changed files with 182 additions and 161 deletions
+75 -75
View File
@@ -20,313 +20,313 @@ msgstr ""
#: app/blueprints/auth/routes.py:28
msgid "Verify your email"
msgstr ""
msgstr "Verifica tu correo electrónico"
#: app/blueprints/auth/routes.py:29
#, python-format
msgid "Confirm your account: %(link)s"
msgstr ""
msgstr "Confirma tu cuenta: %(link)s"
#: app/blueprints/auth/routes.py:40
msgid "Captcha verification failed."
msgstr ""
msgstr "La verificación de Captcha falló."
#: app/blueprints/auth/routes.py:45
msgid "An account with that email already exists."
msgstr ""
msgstr "Ya existe una cuenta con ese correo electrónico."
#: app/blueprints/auth/routes.py:59
msgid "Account created. Check your email to verify."
msgstr ""
msgstr "Cuenta creada. Revisa tu correo para verificar."
#: app/blueprints/auth/routes.py:74
msgid "Invalid email or password."
msgstr ""
msgstr "Correo o contraseña no válidos."
#: app/blueprints/auth/routes.py:77
msgid "This account is suspended."
msgstr ""
msgstr "Esta cuenta está suspendida."
#: app/blueprints/auth/routes.py:93
msgid "Signed out."
msgstr ""
msgstr "Sesión cerrada."
#: app/blueprints/auth/routes.py:102
msgid "Verification link is invalid or expired."
msgstr ""
msgstr "El enlace de verificación no es válido o ha caducado."
#: app/blueprints/auth/routes.py:111
msgid "Email verified. You're all set."
msgstr ""
msgstr "Correo verificado. Todo listo."
#: app/blueprints/auth/routes.py:124
msgid "Reset your password"
msgstr ""
msgstr "Restablece tu contraseña"
#: app/blueprints/auth/routes.py:125
#, python-format
msgid "Reset link: %(link)s"
msgstr ""
msgstr "Enlace de restablecimiento: %(link)s"
#: app/blueprints/auth/routes.py:127
msgid "If that email exists, a reset link has been sent."
msgstr ""
msgstr "Si ese correo existe, se ha enviado un enlace de restablecimiento."
#: app/blueprints/auth/routes.py:137
msgid "Reset link is invalid or expired."
msgstr ""
msgstr "El enlace de restablecimiento no es válido o ha caducado."
#: app/blueprints/auth/routes.py:146
msgid "Password updated. Sign in."
msgstr ""
msgstr "Contraseña actualizada. Inicia sesión."
#: app/blueprints/listings/routes.py:72
msgid "ZIP not found; showing all results."
msgstr ""
msgstr "Código postal no encontrado; mostrando todos los resultados."
#: app/blueprints/listings/routes.py:103
msgid "You've reached your plan's active-listing limit."
msgstr ""
msgstr "Has alcanzado el límite de anuncios activos de tu plan."
#: app/blueprints/listings/routes.py:125 app/blueprints/listings/routes.py:171
#, python-format
msgid "%(f)s: %(m)s"
msgstr ""
msgstr "%(f)s: %(m)s"
#: app/blueprints/listings/routes.py:133
msgid "Listing published."
msgstr ""
msgstr "Anuncio publicado."
#: app/blueprints/listings/routes.py:176
msgid "Listing updated."
msgstr ""
msgstr "Anuncio actualizado."
#: app/blueprints/listings/routes.py:194
msgid "Listing deleted."
msgstr ""
msgstr "Anuncio eliminado."
#: app/blueprints/listings/routes.py:207
msgid "Marked as sold."
msgstr ""
msgstr "Marcado como vendido."
#: app/blueprints/listings/routes.py:236
msgid "Photo removed."
msgstr ""
msgstr "Foto eliminada."
#: app/blueprints/listings/routes.py:258
#, python-format
msgid "Photo limit (%(n)s) reached for your plan."
msgstr ""
msgstr "Se alcanzó el límite de fotos (%(n)s) de tu plan."
#: app/blueprints/listings/routes.py:265
#, python-format
msgid "Image skipped: %(m)s"
msgstr ""
msgstr "Imagen omitida: %(m)s"
#: app/templates/base.html:15
msgid "Browse"
msgstr ""
msgstr "Explorar"
#: app/templates/base.html:17
msgid "Post"
msgstr ""
msgstr "Publicar"
#: app/templates/base.html:18 app/templates/listings/mine.html:2
#: app/templates/listings/mine.html:6
msgid "My listings"
msgstr ""
msgstr "Mis anuncios"
#: app/templates/base.html:20
msgid "Sign out"
msgstr ""
msgstr "Cerrar sesión"
#: app/templates/auth/login.html:3 app/templates/auth/login.html:6
#: app/templates/base.html:22
msgid "Sign in"
msgstr ""
msgstr "Iniciar sesión"
#: app/templates/auth/register.html:3 app/templates/base.html:23
msgid "Register"
msgstr ""
msgstr "Registrarse"
#: app/templates/index.html:2
msgid "Classifieds — Home"
msgstr ""
msgstr "Clasificados — Inicio"
#: app/templates/index.html:5
msgid "Find what you need. Post what you offer."
msgstr ""
msgstr "Encuentra lo que necesitas. Publica lo que ofreces."
#: app/templates/index.html:6
msgid "Buy, sell, request, hire, and connect across your community."
msgstr ""
msgstr "Compra, vende, solicita, contrata y conecta en tu comunidad."
#: app/templates/index.html:7 app/templates/listings/browse.html:2
msgid "Browse listings"
msgstr ""
msgstr "Explorar anuncios"
#: app/templates/index.html:9
msgid "Get started"
msgstr ""
msgstr "Comenzar"
#: app/templates/auth/login.html:15
msgid "Forgot password?"
msgstr ""
msgstr "¿Olvidaste tu contraseña?"
#: app/templates/auth/login.html:16 app/templates/auth/register.html:6
msgid "Create account"
msgstr ""
msgstr "Crear cuenta"
#: app/templates/auth/register.html:16
msgid "Already have an account? Sign in"
msgstr ""
msgstr "¿Ya tienes una cuenta? Inicia sesión"
#: app/templates/auth/reset.html:3 app/templates/auth/reset.html:6
msgid "Set new password"
msgstr ""
msgstr "Establecer nueva contraseña"
#: app/templates/auth/reset_request.html:3
#: app/templates/auth/reset_request.html:6
msgid "Reset password"
msgstr ""
msgstr "Restablecer contraseña"
#: app/templates/errors/403.html:3
msgid "Forbidden — you do not have access."
msgstr ""
msgstr "Prohibido: no tienes acceso."
#: app/templates/errors/403.html:3 app/templates/errors/404.html:3
#: app/templates/errors/500.html:3
msgid "Back home"
msgstr ""
msgstr "Volver al inicio"
#: app/templates/errors/404.html:3
msgid "Not found."
msgstr ""
msgstr "No encontrado."
#: app/templates/errors/500.html:3
msgid "Something went wrong."
msgstr ""
msgstr "Algo salió mal."
#: app/templates/listings/browse.html:6
msgid "Filter"
msgstr ""
msgstr "Filtrar"
#: app/templates/listings/browse.html:9
msgid "Keyword"
msgstr ""
msgstr "Palabra clave"
#: app/templates/listings/browse.html:13
msgid "Category"
msgstr ""
msgstr "Categoría"
#: app/templates/listings/browse.html:15
msgid "All"
msgstr ""
msgstr "Todos"
#: app/templates/listings/browse.html:21
msgid "State"
msgstr ""
msgstr "Estado"
#: app/templates/listings/browse.html:24
msgid "Min $"
msgstr ""
msgstr "Mín $"
#: app/templates/listings/browse.html:26
msgid "Max $"
msgstr ""
msgstr "Máx $"
#: app/templates/listings/browse.html:30
msgid "Near ZIP"
msgstr ""
msgstr "Cerca del código postal"
#: app/templates/listings/browse.html:32
msgid "Radius (mi)"
msgstr ""
msgstr "Radio (mi)"
#: app/templates/listings/browse.html:35
msgid "Apply"
msgstr ""
msgstr "Aplicar"
#: app/templates/listings/browse.html:40
#, python-format
msgid "%(n)s results within %(r)s mi of %(z)s"
msgstr ""
msgstr "%(n)s resultados dentro de %(r)s mi de %(z)s"
#: app/templates/listings/browse.html:41
msgid "No listings found."
msgstr ""
msgstr "No se encontraron anuncios."
#: app/templates/listings/browse.html:46
msgid "No photo"
msgstr ""
msgstr "Sin foto"
#: app/templates/listings/browse.html:51
msgid "Featured"
msgstr ""
msgstr "Destacado"
#: app/templates/listings/browse.html:63
msgid "Prev"
msgstr ""
msgstr "Anterior"
#: app/templates/listings/browse.html:64
msgid "Next"
msgstr ""
msgstr "Siguiente"
#: app/templates/listings/detail.html:14
#, python-format
msgid "%(n)s views"
msgstr ""
msgstr "%(n)s vistas"
#: app/templates/listings/detail.html:41
msgid "Verified"
msgstr ""
msgstr "Verificado"
#: app/templates/listings/detail.html:44 app/templates/listings/mine.html:19
msgid "Edit"
msgstr ""
msgstr "Editar"
#: app/templates/listings/detail.html:47
msgid "Mark sold"
msgstr ""
msgstr "Marcar vendido"
#: app/templates/listings/detail.html:51
msgid "Delete this listing?"
msgstr ""
msgstr "¿Eliminar este anuncio?"
#: app/templates/listings/detail.html:52
msgid "Delete"
msgstr ""
msgstr "Eliminar"
#: app/templates/listings/detail.html:55
msgid "Messaging arrives in Phase 3."
msgstr ""
msgstr "La mensajería llega en la Fase 3."
#: app/templates/listings/form.html:3 app/templates/listings/form.html:6
msgid "Edit listing"
msgstr ""
msgstr "Editar anuncio"
#: app/templates/listings/form.html:3 app/templates/listings/form.html:6
msgid "New listing"
msgstr ""
msgstr "Nuevo anuncio"
#: app/templates/listings/form.html:47
msgid "Current photos"
msgstr ""
msgstr "Fotos actuales"
#: app/templates/listings/mine.html:7
#, python-format
msgid "Active: %(a)s"
msgstr ""
msgstr "Activos: %(a)s"
#: app/templates/listings/mine.html:8
msgid "Post new"
msgstr ""
msgstr "Publicar nuevo"
#: app/templates/listings/mine.html:10
msgid "No listings yet."
msgstr ""
msgstr "Aún no hay anuncios."
#: app/templates/listings/mine.html:18
msgid "views"
msgstr ""
msgstr "vistas"