translate
This commit is contained in:
25
src/i18n/locales/es/auth.js
Normal file
25
src/i18n/locales/es/auth.js
Normal file
@@ -0,0 +1,25 @@
|
||||
export default {
|
||||
"login": "Iniciar sesión", // Anmelden
|
||||
"register": "Registrarse", // Registrieren
|
||||
"logout": "Cerrar sesión", // Abmelden
|
||||
"profile": "Perfil", // Profil
|
||||
"email": "Correo electrónico", // E-Mail
|
||||
"password": "Contraseña", // Passwort
|
||||
"confirmPassword": "Confirmar contraseña", // Passwort bestätigen
|
||||
"forgotPassword": "¿Olvidaste tu contraseña?", // Passwort vergessen?
|
||||
"loginWithGoogle": "Iniciar sesión con Google", // Mit Google anmelden
|
||||
"or": "O", // ODER
|
||||
"privacyAccept": "Al hacer clic en \"Iniciar sesión con Google\" acepto la", // Mit dem Click auf "Mit Google anmelden" akzeptiere ich die
|
||||
"privacyPolicy": "Política de privacidad", // Datenschutzbestimmungen
|
||||
"passwordMinLength": "La contraseña debe tener al menos 8 caracteres", // Das Passwort muss mindestens 8 Zeichen lang sein
|
||||
"newPasswordMinLength": "La nueva contraseña debe tener al menos 8 caracteres", // Das neue Passwort muss mindestens 8 Zeichen lang sein
|
||||
"menu": {
|
||||
"profile": "Perfil", // Profil
|
||||
"myProfile": "Mi perfil", // Mein Profil
|
||||
"checkout": "Finalizar compra", // Bestellabschluss
|
||||
"orders": "Pedidos", // Bestellungen
|
||||
"settings": "Configuración", // Einstellungen
|
||||
"adminDashboard": "Panel de administración", // Admin Dashboard
|
||||
"adminUsers": "Usuarios administradores" // Admin Users
|
||||
}
|
||||
};
|
||||
24
src/i18n/locales/es/cart.js
Normal file
24
src/i18n/locales/es/cart.js
Normal file
@@ -0,0 +1,24 @@
|
||||
export default {
|
||||
"title": "Carrito", // Warenkorb
|
||||
"empty": "vacío", // leer
|
||||
"addToCart": "Añadir al carrito", // In den Korb
|
||||
"preorderCutting": "Preordenar como esqueje", // Als Steckling vorbestellen
|
||||
"continueShopping": "Continuar comprando", // Weiter einkaufen
|
||||
"proceedToCheckout": "Proceder al pago", // Weiter zur Kasse
|
||||
"productCount": "{{count}} {{count, plural, one {producto} other {productos}}}", // {{count}} {{count, plural, one {Produkt} other {Produkte}}}
|
||||
"productSingular": "producto", // Produkt
|
||||
"productPlural": "productos", // Produkte
|
||||
"removeFromCart": "Eliminar del carrito", // Aus dem Warenkorb entfernen
|
||||
"openCart": "Abrir carrito", // Warenkorb öffnen
|
||||
"availableFrom": "Disponible desde {{date}}", // Ab {{date}}
|
||||
"backToOrder": "← Volver al pedido", // ← Zurück zur Bestellung
|
||||
"sync": {
|
||||
"title": "Sincronización del carrito", // Warenkorb-Synchronisierung
|
||||
"description": "Tienes un carrito guardado en tu cuenta. Por favor, elige cómo quieres proceder:", // Sie haben einen gespeicherten Warenkorb in ihrem Account. Bitte wählen Sie, wie Sie verfahren möchten:
|
||||
"deleteServer": "Eliminar carrito del servidor", // Server-Warenkorb löschen
|
||||
"useServer": "Usar carrito del servidor", // Server-Warenkorb übernehmen
|
||||
"merge": "Combinar carritos", // Warenkörbe zusammenführen
|
||||
"currentCart": "Tu carrito actual", // Ihr aktueller Warenkorb
|
||||
"serverCart": "Carrito guardado en tu perfil" // In Ihrem Profil gespeicherter Warenkorb
|
||||
}
|
||||
};
|
||||
3
src/i18n/locales/es/chat.js
Normal file
3
src/i18n/locales/es/chat.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export default {
|
||||
"privacyRead": "Leído y Aceptado", // Gelesen & Akzeptiert
|
||||
};
|
||||
13
src/i18n/locales/es/checkout.js
Normal file
13
src/i18n/locales/es/checkout.js
Normal file
@@ -0,0 +1,13 @@
|
||||
export default {
|
||||
"invoiceAddress": "Dirección de facturación", // Rechnungsadresse
|
||||
"deliveryAddress": "Dirección de entrega", // Lieferadresse
|
||||
"saveForFuture": "Guardar para pedidos futuros", // Für zukünftige Bestellungen speichern
|
||||
"pickupDate": "¿Para qué fecha se desea la recogida de los esquejes?", // Für welchen Termin ist die Abholung der Stecklinge gewünscht?
|
||||
"note": "Nota", // Anmerkung
|
||||
"sameAddress": "La dirección de entrega es idéntica a la dirección de facturación", // Lieferadresse ist identisch mit Rechnungsadresse
|
||||
"termsAccept": "He leído los términos y condiciones, la política de privacidad y las disposiciones sobre el derecho de desistimiento", // Ich habe die AGBs, die Datenschutzerklärung und die Bestimmungen zum Widerrufsrecht gelesen
|
||||
"selectDeliveryMethod": "Seleccionar método de envío", // Versandart wählen
|
||||
"selectPaymentMethod": "Seleccionar método de pago", // Zahlungsart wählen
|
||||
"orderSummary": "Resumen del pedido", // Bestellübersicht
|
||||
"addressValidationError": "Por favor, revise sus datos en los campos de dirección." // Bitte überprüfen Sie Ihre Eingaben in den Adressfeldern.
|
||||
};
|
||||
19
src/i18n/locales/es/common.js
Normal file
19
src/i18n/locales/es/common.js
Normal file
@@ -0,0 +1,19 @@
|
||||
export default {
|
||||
"loading": "Cargando...", // Lädt...
|
||||
"error": "Error", // Fehler
|
||||
"close": "Cerrar", // Schließen
|
||||
"save": "Guardar", // Speichern
|
||||
"cancel": "Cancelar", // Abbrechen
|
||||
"ok": "OK", // OK
|
||||
"yes": "Sí", // Ja
|
||||
"no": "No", // Nein
|
||||
"next": "Siguiente", // Weiter
|
||||
"back": "Atrás", // Zurück
|
||||
"edit": "Editar", // Bearbeiten
|
||||
"delete": "Eliminar", // Löschen
|
||||
"add": "Añadir", // Hinzufügen
|
||||
"remove": "Quitar", // Entfernen
|
||||
"products": "Productos", // Produkte
|
||||
"product": "Producto", // Produkt
|
||||
"days": "Días" // Tage
|
||||
};
|
||||
27
src/i18n/locales/es/delivery.js
Normal file
27
src/i18n/locales/es/delivery.js
Normal file
@@ -0,0 +1,27 @@
|
||||
export default {
|
||||
"methods": {
|
||||
"dhl": "DHL", // DHL
|
||||
"dpd": "DPD", // DPD
|
||||
"sperrgut": "Artículos voluminosos", // Sperrgut
|
||||
"pickup": "Recogida en tienda" // Abholung in der Filiale
|
||||
},
|
||||
"descriptions": {
|
||||
"standard": "Envío estándar", // Standardversand
|
||||
"standardFree": "Envío estándar - ¡GRATIS a partir de 100€ de pedido!", // Standardversand - KOSTENLOS ab 100€ Warenwert!
|
||||
"notAvailable": "No seleccionable porque uno o más artículos solo pueden recogerse", // nicht auswählbar weil ein oder mehrere Artikel nur abgeholt werden können
|
||||
"bulky": "Para artículos grandes y pesados", // Für große und schwere Artikel
|
||||
"pickupOnly": "Solo recogida" // nur Abholung
|
||||
},
|
||||
"prices": {
|
||||
"free": "gratis", // kostenlos
|
||||
"freeFrom100": "(gratis a partir de 100€)", // (kostenlos ab 100€)
|
||||
"dhl": "6,99 €", // 6,99 €
|
||||
"dpd": "4,90 €", // 4,90 €
|
||||
"sperrgut": "28,99 €" // 28,99 €
|
||||
},
|
||||
"times": {
|
||||
"cutting14Days": "Tiempo de entrega: 14 días", // Lieferzeit: 14 Tage
|
||||
"standard2to3Days": "Tiempo de entrega: 2-3 días", // Lieferzeit: 2-3 Tage
|
||||
"supplier7to9Days": "Tiempo de entrega: 7-9 días" // Lieferzeit: 7-9 Tage
|
||||
}
|
||||
};
|
||||
7
src/i18n/locales/es/filters.js
Normal file
7
src/i18n/locales/es/filters.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
"sorting": "Ordenar", // Sortierung
|
||||
"perPage": "por página", // pro Seite
|
||||
"availability": "Disponibilidad", // Verfügbarkeit
|
||||
"manufacturer": "Fabricante", // Hersteller
|
||||
"all": "Todos", // Alle
|
||||
};
|
||||
15
src/i18n/locales/es/footer.js
Normal file
15
src/i18n/locales/es/footer.js
Normal file
@@ -0,0 +1,15 @@
|
||||
export default {
|
||||
"hours": "Sáb 11am-7pm", // Sa 11-19
|
||||
"address": "Trachenberger Straße 14 - Dresden", // Trachenberger Straße 14 - Dresden
|
||||
"location": "Entre la parada Pieschen y Trachenberger Platz", // Zwischen Haltepunkt Pieschen und Trachenberger Platz
|
||||
"allPricesIncl": "* Todos los precios incluyen IVA legal, más envío", // * Alle Preise inkl. gesetzlicher USt., zzgl. Versand
|
||||
"copyright": "© {{year}} GrowHeads.de", // © {{year}} GrowHeads.de
|
||||
"legal": {
|
||||
"datenschutz": "Política de privacidad", // Datenschutz
|
||||
"agb": "Términos y condiciones", // AGB
|
||||
"sitemap": "Mapa del sitio", // Sitemap
|
||||
"impressum": "Aviso legal", // Impressum
|
||||
"batteriegesetzhinweise": "Información sobre la ley de baterías", // Batteriegesetzhinweise
|
||||
"widerrufsrecht": "Derecho de desistimiento" // Widerrufsrecht
|
||||
}
|
||||
};
|
||||
43
src/i18n/locales/es/index.js
Normal file
43
src/i18n/locales/es/index.js
Normal file
@@ -0,0 +1,43 @@
|
||||
import locale from './locale.js';
|
||||
import navigation from './navigation.js';
|
||||
import auth from './auth.js';
|
||||
import cart from './cart.js';
|
||||
import product from './product.js';
|
||||
import search from './search.js';
|
||||
import sorting from './sorting.js';
|
||||
import chat from './chat.js';
|
||||
import delivery from './delivery.js';
|
||||
import checkout from './checkout.js';
|
||||
import payment from './payment.js';
|
||||
import filters from './filters.js';
|
||||
import tax from './tax.js';
|
||||
import footer from './footer.js';
|
||||
import titles from './titles.js';
|
||||
import sections from './sections.js';
|
||||
import pages from './pages.js';
|
||||
import orders from './orders.js';
|
||||
import settings from './settings.js';
|
||||
import common from './common.js';
|
||||
|
||||
export default {
|
||||
"locale": locale,
|
||||
"navigation": navigation,
|
||||
"auth": auth,
|
||||
"cart": cart,
|
||||
"product": product,
|
||||
"search": search,
|
||||
"sorting": sorting,
|
||||
"chat": chat,
|
||||
"delivery": delivery,
|
||||
"checkout": checkout,
|
||||
"payment": payment,
|
||||
"filters": filters,
|
||||
"tax": tax,
|
||||
"footer": footer,
|
||||
"titles": titles,
|
||||
"sections": sections,
|
||||
"pages": pages,
|
||||
"orders": orders,
|
||||
"settings": settings,
|
||||
"common": common
|
||||
};
|
||||
3
src/i18n/locales/es/locale.js
Normal file
3
src/i18n/locales/es/locale.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export default {
|
||||
"code": "es-ES" // de-DE
|
||||
};
|
||||
9
src/i18n/locales/es/navigation.js
Normal file
9
src/i18n/locales/es/navigation.js
Normal file
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
"home": "Inicio", // Startseite
|
||||
"aktionen": "Promociones", // Aktionen
|
||||
"filiale": "Sucursal", // Filiale
|
||||
"categories": "Categorías", // Kategorien
|
||||
"categoriesOpen": "Abrir categorías", // Kategorien öffnen
|
||||
"categoriesClose": "Cerrar categorías", // Kategorien schließen
|
||||
"otherCategories": "Otras categorías" // Andere Kategorien
|
||||
};
|
||||
23
src/i18n/locales/es/orders.js
Normal file
23
src/i18n/locales/es/orders.js
Normal file
@@ -0,0 +1,23 @@
|
||||
export default {
|
||||
"status": {
|
||||
"new": "En progreso", // in Bearbeitung
|
||||
"pending": "Nuevo", // Neu
|
||||
"processing": "En progreso", // in Bearbeitung
|
||||
"cancelled": "Cancelado", // Storniert
|
||||
"shipped": "Enviado", // Verschickt
|
||||
"delivered": "Entregado", // Geliefert
|
||||
"return": "Devolución", // Retoure
|
||||
"partialReturn": "Devolución parcial", // Teil Retoure
|
||||
"partialDelivered": "Entregado parcialmente" // Teil geliefert
|
||||
},
|
||||
"table": {
|
||||
"orderNumber": "Número de pedido", // Bestellnummer
|
||||
"date": "Fecha", // Datum
|
||||
"status": "Estado", // Status
|
||||
"items": "Artículos", // Artikel
|
||||
"total": "Total", // Summe
|
||||
"actions": "Acciones", // Aktionen
|
||||
"viewDetails": "Ver detalles" // Details anzeigen
|
||||
},
|
||||
"noOrders": "Aún no has realizado ningún pedido." // Sie haben noch keine Bestellungen aufgegeben.
|
||||
};
|
||||
10
src/i18n/locales/es/pages.js
Normal file
10
src/i18n/locales/es/pages.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export default {
|
||||
"oilPress": {
|
||||
"title": "Alquilar prensa de aceite", // Ölpresse ausleihen
|
||||
"comingSoon": "Contenido próximamente...", // Inhalt kommt bald...
|
||||
},
|
||||
"thcTest": {
|
||||
"title": "Prueba de THC", // THC Test
|
||||
"comingSoon": "Contenido próximamente...", // Inhalt kommt bald...
|
||||
}
|
||||
};
|
||||
8
src/i18n/locales/es/payment.js
Normal file
8
src/i18n/locales/es/payment.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
"successful": "¡Pago exitoso!", // Zahlung erfolgreich!
|
||||
"failed": "Pago fallido", // Zahlung fehlgeschlagen
|
||||
"orderCompleted": "🎉 ¡Tu pedido se completó con éxito! Ahora puedes ver tus pedidos.", // 🎉 Ihre Bestellung wurde erfolgreich abgeschlossen! Sie können jetzt Ihre Bestellungen einsehen.
|
||||
"orderProcessing": "Tu pago se procesó con éxito. El pedido se completará automáticamente.", // Ihre Zahlung wurde erfolgreich verarbeitet. Die Bestellung wird automatisch abgeschlossen.
|
||||
"paymentError": "No se pudo procesar tu pago. Por favor, inténtalo de nuevo o elige otro método de pago.", // Ihre Zahlung konnte nicht verarbeitet werden. Bitte versuchen Sie es erneut oder wählen Sie eine andere Zahlungsmethode.
|
||||
"viewOrders": "Ir a mis pedidos" // Zu meinen Bestellungen
|
||||
};
|
||||
32
src/i18n/locales/es/product.js
Normal file
32
src/i18n/locales/es/product.js
Normal file
@@ -0,0 +1,32 @@
|
||||
export default {
|
||||
"loading": "Cargando producto...", // Produkt wird geladen...
|
||||
"notFound": "Producto no encontrado", // Produkt nicht gefunden
|
||||
"notFoundDescription": "El producto que buscas no existe o ha sido eliminado.", // Das gesuchte Produkt existiert nicht oder wurde entfernt.
|
||||
"backToHome": "Volver a la página principal", // Zurück zur Startseite
|
||||
"error": "Error", // Fehler
|
||||
"articleNumber": "Número de artículo", // Artikelnummer
|
||||
"manufacturer": "Fabricante", // Hersteller
|
||||
"inclVat": "incl. {{vat}}% IVA", // inkl. {{vat}}% MwSt.
|
||||
"priceUnit": "{{price}}/{{unit}}", // {{price}}/{{unit}}
|
||||
"new": "Nuevo", // Neu
|
||||
"weeks": "semanas", // Wochen
|
||||
"arriving": "Llegada:", // Ankunft:
|
||||
"inclVatFooter": "incl. {{vat}}% IVA,*", // inkl. {{vat}}% MwSt.,*
|
||||
"availability": "Disponibilidad", // Verfügbarkeit
|
||||
"inStock": "en stock", // auf Lager
|
||||
"comingSoon": "Próximamente", // Bald verfügbar
|
||||
"deliveryTime": "Tiempo de entrega", // Lieferzeit
|
||||
"inclShort": "incl.", // inkl.
|
||||
"vatShort": "IVA", // MwSt.
|
||||
"countDisplay": {
|
||||
"noProducts": "0 productos", // 0 Produkte
|
||||
"oneProduct": "1 producto", // 1 Produkt
|
||||
"multipleProducts": "{{count}} productos", // {{count}} Produkte
|
||||
"filteredProducts": "{{filtered}} de {{total}} productos", // {{filtered}} von {{total}} Produkten
|
||||
"filteredOneProduct": "{{filtered}} de 1 producto", // {{filtered}} von 1 Produkt
|
||||
"xOfYProducts": "{{x}} de {{y}} productos" // {{x}} von {{y}} Produkten
|
||||
},
|
||||
"removeFiltersToSee": "Elimina filtros para ver productos", // Entferne Filter um Produkte zu sehen
|
||||
"outOfStock": "Agotado", // Out of Stock
|
||||
"fromXProducts": "desde {{count}} productos" // ab {{count}} Produkten
|
||||
};
|
||||
5
src/i18n/locales/es/search.js
Normal file
5
src/i18n/locales/es/search.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export default {
|
||||
"placeholder": "Puedes preguntarme sobre variedades de cannabis...", // Du kannst mich nach Cannabissorten fragen...
|
||||
"recording": "Grabando en curso...", // Aufnahme läuft...
|
||||
"searchProducts": "Buscar productos...", // Produkte suchen...
|
||||
};
|
||||
8
src/i18n/locales/es/sections.js
Normal file
8
src/i18n/locales/es/sections.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
"seeds": "Semillas", // Seeds
|
||||
"stecklinge": "Esquejes", // Stecklinge
|
||||
"oilPress": "Pedir prestada prensa de aceite", // Ölpresse ausleihen
|
||||
"thcTest": "Prueba de THC", // THC Test
|
||||
"address1": "Trachenberger Straße 14", // Trachenberger Straße 14
|
||||
"address2": "01129 Dresden" // 01129 Dresden
|
||||
};
|
||||
34
src/i18n/locales/es/settings.js
Normal file
34
src/i18n/locales/es/settings.js
Normal file
@@ -0,0 +1,34 @@
|
||||
export default {
|
||||
"changePassword": "Cambiar contraseña", // Passwort ändern
|
||||
"currentPassword": "Contraseña actual", // Aktuelles Passwort
|
||||
"newPassword": "Nueva contraseña", // Neues Passwort
|
||||
"confirmNewPassword": "Confirmar nueva contraseña", // Neues Passwort bestätigen
|
||||
"updatePassword": "Actualizar contraseña", // Passwort aktualisieren
|
||||
"changeEmail": "Cambiar dirección de correo electrónico", // E-Mail-Adresse ändern
|
||||
"password": "Contraseña", // Passwort
|
||||
"newEmail": "Nueva dirección de correo electrónico", // Neue E-Mail-Adresse
|
||||
"updateEmail": "Actualizar correo electrónico", // E-Mail aktualisieren
|
||||
"apiKey": "Clave API", // API-Schlüssel
|
||||
"apiKeyDescription": "Utilice su clave API para la integración con aplicaciones externas.", // Verwenden Sie Ihren API-Schlüssel für die Integration mit externen Anwendungen.
|
||||
"apiDocumentation": "Documentación de la API:", // API-Dokumentation:
|
||||
"copyToClipboard": "Copiar al portapapeles", // In Zwischenablage kopieren
|
||||
"generate": "Generar", // Generieren
|
||||
"regenerate": "Regenerar", // Regenerieren
|
||||
"apiKeyCopied": "Clave API copiada al portapapeles", // API-Schlüssel in Zwischenablage kopiert
|
||||
"errors": {
|
||||
"fillAllFields": "Por favor, complete todos los campos", // Bitte füllen Sie alle Felder aus
|
||||
"passwordsNotMatch": "Las nuevas contraseñas no coinciden", // Die neuen Passwörter stimmen nicht überein
|
||||
"passwordTooShort": "La nueva contraseña debe tener al menos 8 caracteres", // Das neue Passwort muss mindestens 8 Zeichen lang sein
|
||||
"passwordUpdateError": "Error al actualizar la contraseña", // Fehler beim Aktualisieren des Passworts
|
||||
"invalidEmail": "Por favor, introduzca una dirección de correo electrónico válida", // Bitte geben Sie eine gültige E-Mail-Adresse ein
|
||||
"emailUpdateError": "Error al actualizar la dirección de correo electrónico", // Fehler beim Aktualisieren der E-Mail-Adresse
|
||||
"userNotFound": "Usuario no encontrado", // Benutzer nicht gefunden
|
||||
"apiKeyGenerationError": "Error al generar la clave API" // Fehler beim Generieren des API-Schlüssels
|
||||
},
|
||||
"success": {
|
||||
"passwordUpdated": "Contraseña actualizada con éxito", // Passwort erfolgreich aktualisiert
|
||||
"emailUpdated": "Dirección de correo electrónico actualizada con éxito", // E-Mail-Adresse erfolgreich aktualisiert
|
||||
"apiKeyGenerated": "Clave API generada con éxito", // API-Schlüssel erfolgreich generiert
|
||||
"apiKeyWarning": "Guarde esta clave de forma segura. Por razones de seguridad, se ocultará en 10 segundos." // Speichern Sie diesen Schlüssel sicher. Er wird aus Sicherheitsgründen in 10 Sekunden ausgeblendet.
|
||||
}
|
||||
};
|
||||
6
src/i18n/locales/es/sorting.js
Normal file
6
src/i18n/locales/es/sorting.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
"name": "Nombre", // Name
|
||||
"searchField": "Término de búsqueda", // Suchbegriff
|
||||
"priceLowHigh": "Precio: de menor a mayor", // Preis: Niedrig zu Hoch
|
||||
"priceHighLow": "Precio: de mayor a menor" // Preis: Hoch zu Niedrig
|
||||
};
|
||||
12
src/i18n/locales/es/tax.js
Normal file
12
src/i18n/locales/es/tax.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
"vat": "Impuesto al Valor Agregado", // Mehrwertsteuer
|
||||
"vat7": "7% Impuesto al Valor Agregado", // 7% Mehrwertsteuer
|
||||
"vat19": "19% Impuesto al Valor Agregado", // 19% Mehrwertsteuer
|
||||
"vat19WithShipping": "19% Impuesto al Valor Agregado (incl. envío)", // 19% Mehrwertsteuer (inkl. Versand)
|
||||
"totalNet": "Precio neto total", // Gesamtnettopreis
|
||||
"totalGross": "Precio bruto total sin envío", // Gesamtbruttopreis ohne Versand
|
||||
"subtotal": "Subtotal", // Zwischensumme
|
||||
"incl7Vat": "incl. 7% IVA", // inkl. 7% MwSt.
|
||||
"inclVatWithFooter": "(incl. {{vat}}% IVA,*)", // (incl. {{vat}}% USt.,*)
|
||||
"inclVatAmount": "incl. {{amount}} € IVA ({{rate}}%)" // nkl. {{amount}} € MwSt. ({{rate}}%)
|
||||
};
|
||||
5
src/i18n/locales/es/titles.js
Normal file
5
src/i18n/locales/es/titles.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export default {
|
||||
"home": "Semillas y esquejes finos de cannabis", // Fine Cannabis Seeds & Cuttings
|
||||
"aktionen": "Promociones y ofertas actuales", // Aktuelle Aktionen & Angebote
|
||||
"filiale": "Nuestra tienda en Dresden" // Unsere Filiale in Dresden
|
||||
};
|
||||
@@ -1,231 +1,3 @@
|
||||
export default {
|
||||
"locale": {
|
||||
"code": "es-ES" // de-DE
|
||||
},
|
||||
"navigation": {
|
||||
"home": "Inicio", // Startseite
|
||||
"aktionen": "Promociones", // Aktionen
|
||||
"filiale": "Sucursal", // Filiale
|
||||
"categories": "Categorías", // Kategorien
|
||||
"categoriesOpen": "Abrir categorías", // Kategorien öffnen
|
||||
"categoriesClose": "Cerrar categorías", // Kategorien schließen
|
||||
"otherCategories": "Otras categorías" // Andere Kategorien
|
||||
},
|
||||
"auth": {
|
||||
"login": "Iniciar sesión", // Anmelden
|
||||
"register": "Registrarse", // Registrieren
|
||||
"logout": "Cerrar sesión", // Abmelden
|
||||
"profile": "Perfil", // Profil
|
||||
"email": "Correo electrónico", // E-Mail
|
||||
"password": "Contraseña", // Passwort
|
||||
"confirmPassword": "Confirmar contraseña", // Passwort bestätigen
|
||||
"forgotPassword": "¿Olvidaste tu contraseña?", // Passwort vergessen?
|
||||
"loginWithGoogle": "Iniciar sesión con Google", // Mit Google anmelden
|
||||
"or": "O", // ODER
|
||||
"privacyAccept": "Al hacer clic en \"Iniciar sesión con Google\" acepto la", // Mit dem Click auf \"Mit Google anmelden\" akzeptiere ich die
|
||||
"privacyPolicy": "Política de privacidad", // Datenschutzbestimmungen
|
||||
"passwordMinLength": "La contraseña debe tener al menos 8 caracteres", // Das Passwort muss mindestens 8 Zeichen lang sein
|
||||
"newPasswordMinLength": "La nueva contraseña debe tener al menos 8 caracteres", // Das neue Passwort muss mindestens 8 Zeichen lang sein
|
||||
"menu": {
|
||||
"profile": "Perfil", // Profil
|
||||
"checkout": "Finalizar compra", // Bestellabschluss
|
||||
"orders": "Pedidos", // Bestellungen
|
||||
"settings": "Configuración", // Einstellungen
|
||||
"adminDashboard": "Panel de administración", // Admin Dashboard
|
||||
"adminUsers": "Usuarios admin" // Admin Users
|
||||
}
|
||||
},
|
||||
"cart": {
|
||||
"title": "Carrito", // Warenkorb
|
||||
"empty": "vacío", // leer
|
||||
"addToCart": "Añadir al carrito", // In den Korb
|
||||
"preorderCutting": "Preordenar como esqueje", // Als Steckling vorbestellen
|
||||
"continueShopping": "Continuar comprando", // Weiter einkaufen
|
||||
"proceedToCheckout": "Proceder al pago", // Weiter zur Kasse
|
||||
"productCount": "{{count}} {{count, plural, one {Producto} other {Productos}}}", // {{count}} {{count, plural, one {Produkt} other {Produkte}}}
|
||||
"removeFromCart": "Eliminar del carrito", // Aus dem Warenkorb entfernen
|
||||
"openCart": "Abrir carrito", // Warenkorb öffnen
|
||||
"availableFrom": "Disponible desde {{date}}", // Ab {{date}}
|
||||
"backToOrder": "← Volver al pedido", // ← Zurück zur Bestellung
|
||||
"sync": {
|
||||
"title": "Sincronización del carrito", // Warenkorb-Synchronisierung
|
||||
"description": "Tienes un carrito guardado en tu cuenta. Por favor elige cómo quieres proceder:", // Sie haben einen gespeicherten Warenkorb in ihrem Account. Bitte wählen Sie, wie Sie verfahren möchten:
|
||||
"deleteServer": "Eliminar carrito del servidor", // Server-Warenkorb löschen
|
||||
"useServer": "Usar carrito del servidor", // Server-Warenkorb übernehmen
|
||||
"merge": "Combinar carritos", // Warenkörbe zusammenführen
|
||||
"currentCart": "Tu carrito actual", // Ihr aktueller Warenkorb
|
||||
"serverCart": "Carrito guardado en tu perfil" // In Ihrem Profil gespeicherter Warenkorb
|
||||
}
|
||||
},
|
||||
"product": {
|
||||
"loading": "Cargando producto...", // Produkt wird geladen...
|
||||
"notFound": "Producto no encontrado", // Produkt nicht gefunden
|
||||
"notFoundDescription": "El producto que buscas no existe o ha sido eliminado.", // Das gesuchte Produkt existiert nicht oder wurde entfernt.
|
||||
"backToHome": "Volver al inicio", // Zurück zur Startseite
|
||||
"error": "Error", // Fehler
|
||||
"articleNumber": "Número de artículo", // Artikelnummer
|
||||
"manufacturer": "Fabricante", // Hersteller
|
||||
"inclVat": "incl. {{vat}}% IVA", // inkl. {{vat}}% MwSt.
|
||||
"priceUnit": "{{price}}/{{unit}}", // {{price}}/{{unit}}
|
||||
"new": "Nuevo", // Neu
|
||||
"arriving": "Llegando:", // Ankunft:
|
||||
"inclVatFooter": "incl. {{vat}}% IVA,*", // incl. {{vat}}% USt.,*
|
||||
"availability": "Disponibilidad", // Verfügbarkeit
|
||||
"inStock": "en stock", // auf Lager
|
||||
"comingSoon": "Próximamente", // Bald verfügbar
|
||||
"deliveryTime": "Tiempo de entrega", // Lieferzeit
|
||||
"inclShort": "incl.", // inkl.
|
||||
"vatShort": "IVA", // MwSt.
|
||||
"countDisplay": {
|
||||
"noProducts": "0 productos", // 0 Produkte
|
||||
"oneProduct": "1 producto", // 1 Produkt
|
||||
"multipleProducts": "{{count}} productos", // {{count}} Produkte
|
||||
"filteredProducts": "{{filtered}} de {{total}} productos", // {{filtered}} von {{total}} Produkten
|
||||
"filteredOneProduct": "{{filtered}} de 1 producto" // {{filtered}} von 1 Produkt
|
||||
},
|
||||
"removeFiltersToSee": "Elimina filtros para ver productos", // Entferne Filter um Produkte zu sehen
|
||||
"outOfStock": "Agotado", // Out of Stock
|
||||
"fromXProducts": "desde {{count}} productos" // ab {{count}} Produkten
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Puedes preguntarme sobre variedades de cannabis...", // Du kannst mich nach Cannabissorten fragen...
|
||||
"recording": "Grabando...", // Aufnahme läuft...
|
||||
"searchProducts": "Buscar productos..." // Produkte suchen...
|
||||
},
|
||||
"sorting": {
|
||||
"name": "Nombre", // Name
|
||||
"searchField": "Término de búsqueda", // Suchbegriff
|
||||
"priceLowHigh": "Precio: de menor a mayor", // Preis: Niedrig zu Hoch
|
||||
"priceHighLow": "Precio: de mayor a menor" // Preis: Hoch zu Niedrig
|
||||
},
|
||||
"chat": {
|
||||
"privacyRead": "Leído y aceptado" // Gelesen & Akzeptiert
|
||||
},
|
||||
"delivery": {
|
||||
"methods": {
|
||||
"dhl": "DHL", // DHL
|
||||
"dpd": "DPD", // DPD
|
||||
"sperrgut": "Mercancía voluminosa", // Sperrgut
|
||||
"pickup": "Recoger en sucursal" // Abholung in der Filiale
|
||||
},
|
||||
"descriptions": {
|
||||
"standard": "Envío estándar", // Standardversand
|
||||
"standardFree": "Envío estándar - ¡GRATIS a partir de 100€ de pedido!", // Standardversand - KOSTENLOS ab 100€ Warenwert!
|
||||
"notAvailable": "No seleccionable porque uno o más artículos solo pueden recogerse", // nicht auswählbar weil ein oder mehrere Artikel nur abgeholt werden können
|
||||
"bulky": "Para artículos grandes y pesados" // Für große und schwere Artikel
|
||||
},
|
||||
"prices": {
|
||||
"free": "gratis", // kostenlos
|
||||
"freeFrom100": "(gratis desde 100€)", // (kostenlos ab 100€)
|
||||
"dhl": "€6.99", // 6,99 €
|
||||
"dpd": "€4.90", // 4,90 €
|
||||
"sperrgut": "€28.99" // 28,99 €
|
||||
},
|
||||
"times": {
|
||||
"cutting14Days": "Tiempo de entrega: 14 días", // Lieferzeit: 14 Tage
|
||||
"standard2to3Days": "Tiempo de entrega: 2-3 días", // Lieferzeit: 2-3 Tage
|
||||
"supplier7to9Days": "Tiempo de entrega: 7-9 días" // Lieferzeit: 7-9 Tage
|
||||
}
|
||||
},
|
||||
"checkout": {
|
||||
"invoiceAddress": "Dirección de facturación", // Rechnungsadresse
|
||||
"deliveryAddress": "Dirección de entrega", // Lieferadresse
|
||||
"saveForFuture": "Guardar para futuros pedidos", // Für zukünftige Bestellungen speichern
|
||||
"pickupDate": "¿Para qué fecha quieres recoger los esquejes?", // Für welchen Termin ist die Abholung der Stecklinge gewünscht?
|
||||
"note": "Nota", // Anmerkung
|
||||
"sameAddress": "La dirección de entrega es igual a la de facturación", // Lieferadresse ist identisch mit Rechnungsadresse
|
||||
"termsAccept": "He leído los Términos y Condiciones, la Política de Privacidad y la información sobre el Derecho de desistimiento" // Ich habe die AGBs, die Datenschutzerklärung und die Bestimmungen zum Widerrufsrecht gelesen
|
||||
},
|
||||
"payment": {
|
||||
"successful": "¡Pago exitoso!", // Zahlung erfolgreich!
|
||||
"failed": "Pago fallido", // Zahlung fehlgeschlagen
|
||||
"orderCompleted": "🎉 ¡Tu pedido se ha completado con éxito! Ahora puedes ver tus pedidos.", // 🎉 Ihre Bestellung wurde erfolgreich abgeschlossen! Sie können jetzt Ihre Bestellungen einsehen.
|
||||
"orderProcessing": "Tu pago fue procesado con éxito. El pedido se completará automáticamente.", // Ihre Zahlung wurde erfolgreich verarbeitet. Die Bestellung wird automatisch abgeschlossen.
|
||||
"paymentError": "No se pudo procesar tu pago. Por favor, inténtalo de nuevo o elige otro método de pago.", // Ihre Zahlung konnte nicht verarbeitet werden. Bitte versuchen Sie es erneut oder wählen Sie eine andere Zahlungsmethode.
|
||||
"viewOrders": "Ver mis pedidos" // Zu meinen Bestellungen
|
||||
},
|
||||
"filters": {
|
||||
"sorting": "Ordenar", // Sortierung
|
||||
"perPage": "por página", // pro Seite
|
||||
"availability": "Disponibilidad", // Verfügbarkeit
|
||||
"manufacturer": "Fabricante" // Hersteller
|
||||
},
|
||||
"tax": {
|
||||
"vat": "Impuesto al Valor Agregado", // Mehrwertsteuer
|
||||
"vat7": "7% Impuesto al Valor Agregado", // 7% Mehrwertsteuer
|
||||
"vat19": "19% Impuesto al Valor Agregado", // 19% Mehrwertsteuer
|
||||
"vat19WithShipping": "19% Impuesto al Valor Agregado (incl. envío)", // 19% Mehrwertsteuer (inkl. Versand)
|
||||
"totalNet": "Precio neto total", // Gesamtnettopreis
|
||||
"totalGross": "Precio bruto total sin incluir envío", // Gesamtbruttopreis ohne Versand
|
||||
"subtotal": "Subtotal" // Zwischensumme
|
||||
},
|
||||
"footer": {
|
||||
"hours": "Sáb 11-19", // Sa 11-19
|
||||
"address": "Trachenberger Straße 14 - Dresden", // Trachenberger Straße 14 - Dresden
|
||||
"location": "Entre la parada Pieschen y Trachenberger Platz", // Zwischen Haltepunkt Pieschen und Trachenberger Platz
|
||||
"allPricesIncl": "* Todos los precios incluyen IVA legal, más envío", // * Alle Preise inkl. gesetzlicher USt., zzgl. Versand
|
||||
"copyright": "© {{year}} GrowHeads.de", // © {{year}} GrowHeads.de
|
||||
"legal": {
|
||||
"datenschutz": "Privacidad", // Datenschutz
|
||||
"agb": "Términos y condiciones", // AGB
|
||||
"sitemap": "Mapa del sitio", // Sitemap
|
||||
"impressum": "Imprint", // Impressum
|
||||
"batteriegesetzhinweise": "Notas sobre la ley de baterías", // Batteriegesetzhinweise
|
||||
"widerrufsrecht": "Derecho de desistimiento" // Widerrufsrecht
|
||||
}
|
||||
},
|
||||
"titles": {
|
||||
"home": "Semillas y esquejes finos de cannabis", // Fine Cannabis Seeds & Cuttings (the text in the string has special characters, translate using the comment)
|
||||
"aktionen": "Promociones y ofertas actuales", // Aktuelle Aktionen & Angebote (the text in the string has special characters, translate using the comment)
|
||||
"filiale": "Nuestra sucursal en Dresden" // Unsere Filiale in Dresden (the text in the string has special characters, translate using the comment)
|
||||
},
|
||||
"sections": {
|
||||
"seeds": "Semillas", // Seeds
|
||||
"stecklinge": "Esquejes", // Stecklinge
|
||||
"oilPress": "Prestar prensa de aceite", // Ölpresse ausleihen
|
||||
"thcTest": "Test de THC", // THC Test
|
||||
"address1": "Trachenberger Straße 14", // Trachenberger Straße 14
|
||||
"address2": "01129 Dresden" // 01129 Dresden
|
||||
},
|
||||
"pages": {
|
||||
"oilPress": {
|
||||
"title": "Prestar prensa de aceite", // Ölpresse ausleihen
|
||||
"comingSoon": "Contenido próximamente..." // Inhalt kommt bald...
|
||||
},
|
||||
"thcTest": {
|
||||
"title": "Test de THC", // THC Test
|
||||
"comingSoon": "Contenido próximamente..." // Inhalt kommt bald...
|
||||
}
|
||||
},
|
||||
"orders": {
|
||||
"status": {
|
||||
"new": "En proceso", // in Bearbeitung
|
||||
"pending": "Nuevo", // Neu
|
||||
"processing": "En proceso", // in Bearbeitung
|
||||
"cancelled": "Cancelado", // Storniert
|
||||
"shipped": "Enviado", // Verschickt
|
||||
"delivered": "Entregado", // Geliefert
|
||||
"return": "Devolución", // Retoure
|
||||
"partialReturn": "Devolución parcial", // Teil Retoure
|
||||
"partialDelivered": "Entregado parcialmente" // Teil geliefert
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"loading": "Cargando...", // Lädt...
|
||||
"error": "Error", // Fehler
|
||||
"close": "Cerrar", // Schließen
|
||||
"save": "Guardar", // Speichern
|
||||
"cancel": "Cancelar", // Abbrechen
|
||||
"ok": "OK", // OK
|
||||
"yes": "Sí", // Ja
|
||||
"no": "No", // Nein
|
||||
"next": "Siguiente", // Weiter
|
||||
"back": "Atrás", // Zurück
|
||||
"edit": "Editar", // Bearbeiten
|
||||
"delete": "Eliminar", // Löschen
|
||||
"add": "Añadir", // Hinzufügen
|
||||
"remove": "Quitar", // Entfernen
|
||||
"products": "Productos", // Produkte
|
||||
"product": "Producto" // Produkt
|
||||
}
|
||||
};
|
||||
import translations from './index.js';
|
||||
|
||||
export default translations;
|
||||
Reference in New Issue
Block a user