Skip to content

Commit

Permalink
Migrate from SubscriptionOrder to SubscriptionExecution
Browse files Browse the repository at this point in the history
  • Loading branch information
salesfelipe committed Jun 3, 2020
1 parent 2219e93 commit 44e2dd8
Show file tree
Hide file tree
Showing 25 changed files with 225 additions and 224 deletions.
32 changes: 16 additions & 16 deletions messages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,32 +84,32 @@
"store/subscription.change.status.modal.cancelation": "Nein",
"store/subcription.add.new.card": "Neue Karte hinzufügen",
"store/subscription.manage.orderNow": "Bestellen Sie nochmals",
"store/subscription.order.again.description": "Diese Bestellung wirkt sich nicht auf Ihre Abonnements für die nächsten Einkäufe und deren Termine aus.",
"store/subscription.order.again.confirmation": "Zur Kasse gehen",
"store/subscription.execution.again.description": "Diese Bestellung wirkt sich nicht auf Ihre Abonnements für die nächsten Einkäufe und deren Termine aus.",
"store/subscription.execution.again.confirmation": "Zur Kasse gehen",
"store/subscription.shipping-address.error.message": "Ungültige Adresse, wählen Sie eine neue gültige Adresse für diese Bestellung.",
"store/subscription.shipping-address.error.action": "Ändern Sie die Adresse",
"store/subscription.shipping-address.error.no-action": "Die ausgewählte Adresse existiert nicht mehr.",
"store/subscription.purchase-settings.error.message": "Ungültige Zahlungsmethode, wählen Sie eine neue gültige Zahlung für diese Bestellung aus.",
"store/subscription.purchase-settings.error.action": "Ändern Sie die Zahlungsmethode",
"store/subscription.purchase-settings.error.no-action": "Die gewählte Zahlungsmethode ist nicht mehr verfügbar.",
"store/subscription.history": "Historie",
"store/subscription.order.status.TRIGGERED": "Wird bearbeitet",
"store/subscription.order.status.IN_PROCESS": "Wird bearbeitet",
"store/subscription.order.status.FAILURE": "Es ist ein Problem bei der Bearbeitung Ihrer Bestellung aufgetreten",
"store/subscription.order.status.ORDER_ERROR": "Es ist ein Problem bei der Bearbeitung Ihrer Bestellung aufgetreten",
"store/subscription.order.status.SUCCESS": "Bestellung erfolgreich abgeschlossen",
"store/subscription.order.status.EXPIRED": "Mitgliedschaft abgelaufen",
"store/subscription.order.status.PAYMENT_ERROR": "Fehler bei der Bezahlung",
"store/subscription.order.status.SKIPED": "Übersprungener Zyklus",
"store/subscription.order.status.SUCCESS_WITH_NO_ORDER": "Wir haben versucht, Ihre Bestellung abzuwickeln, aber die Produkte waren nicht auf Lager",
"store/subscription.order.status.SUCCESS_WITH_PARTIAL_ORDER": "Wir können Ihre Bestellung bearbeiten, aber ein oder mehrere Artikel waren nicht auf Lager",
"store/subscription.order.status.RE_TRIGGERED": "Nach gescheiterten Versuch wird erneut versucht, Ihre Bestellung zu bearbeiten",
"store/subscription.order.no-order": "Es liegen noch keine Bestellungen vor",
"store/subscription.order.awaiting-first-cycle": "Warten auf den ersten Zyklus",
"store/subscription.execution.status.TRIGGERED": "Wird bearbeitet",
"store/subscription.execution.status.IN_PROCESS": "Wird bearbeitet",
"store/subscription.execution.status.FAILURE": "Es ist ein Problem bei der Bearbeitung Ihrer Bestellung aufgetreten",
"store/subscription.execution.status.ORDER_ERROR": "Es ist ein Problem bei der Bearbeitung Ihrer Bestellung aufgetreten",
"store/subscription.execution.status.SUCCESS": "Bestellung erfolgreich abgeschlossen",
"store/subscription.execution.status.EXPIRED": "Mitgliedschaft abgelaufen",
"store/subscription.execution.status.PAYMENT_ERROR": "Fehler bei der Bezahlung",
"store/subscription.execution.status.SKIPED": "Übersprungener Zyklus",
"store/subscription.execution.status.SUCCESS_WITH_NO_ORDER": "Wir haben versucht, Ihre Bestellung abzuwickeln, aber die Produkte waren nicht auf Lager",
"store/subscription.execution.status.SUCCESS_WITH_PARTIAL_ORDER": "Wir können Ihre Bestellung bearbeiten, aber ein oder mehrere Artikel waren nicht auf Lager",
"store/subscription.execution.status.RE_TRIGGERED": "Nach gescheiterten Versuch wird erneut versucht, Ihre Bestellung zu bearbeiten",
"store/subscription.execution.no-order": "Es liegen noch keine Bestellungen vor",
"store/subscription.execution.awaiting-first-cycle": "Warten auf den ersten Zyklus",
"store/subscription.products.card.title": "Gekaufte Produkte",
"store/subscription.products.card.remove.success": "Produkt erfolgreich entfernt!",
"store/subscription.products.card.remove.error": "Beim Entfernen des Produktes ist ein Fehler aufgetreten: Versuchejn Sie es später noch einmal.",
"store/subscription.products.card.remove.confirm": "Entfernen",
"store/subscription.products.card.remove.title": "Dieses Produkt entfernen?",
"store/subscription.products.card.remove.desc": "Bei Entfernung wird es im Abonnement nicht mehr bestellt."
}
}
30 changes: 15 additions & 15 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,28 +84,28 @@
"store/subscription.change.status.modal.cancelation": "No",
"store/subcription.add.new.card": "Add new card",
"store/subscription.manage.orderNow": "Order Again",
"store/subscription.order.again.description": "This order won't interfere in your subscriptions next purchases and its dates.",
"store/subscription.order.again.confirmation": "Go to checkout",
"store/subscription.execution.again.description": "This order won't interfere in your subscriptions next purchases and its dates.",
"store/subscription.execution.again.confirmation": "Go to checkout",
"store/subscription.shipping-address.error.message": "Invalid address, select a new valid address for this subscription.",
"store/subscription.shipping-address.error.action": "Change address",
"store/subscription.shipping-address.error.no-action": "The selected address is not available anymore.",
"store/subscription.purchase-settings.error.message": "Invalid payment method, select a new valid payment for this subscription.",
"store/subscription.purchase-settings.error.action": "Change payment method",
"store/subscription.purchase-settings.error.no-action": "The selected payment method is not available anymore.",
"store/subscription.history": "History",
"store/subscription.order.status.TRIGGERED": "Processing",
"store/subscription.order.status.IN_PROCESS": "Processing",
"store/subscription.order.status.FAILURE": "A problem has occurred while generating your order",
"store/subscription.order.status.ORDER_ERROR": "A problem has occurred while generating your order",
"store/subscription.order.status.SUCCESS": "Order successfully generated",
"store/subscription.order.status.EXPIRED": "Subscription expired",
"store/subscription.order.status.PAYMENT_ERROR": "Payment Error",
"store/subscription.order.status.SKIPED": "Skipped cycle",
"store/subscription.order.status.SUCCESS_WITH_NO_ORDER": "We tried to generate your order, but the products weren't in stock",
"store/subscription.order.status.SUCCESS_WITH_PARTIAL_ORDER": "We're able to generate your order, but one or more items weren't in stock",
"store/subscription.order.status.RE_TRIGGERED": "After an unsuccessful attempt, we're trying to generate your order again",
"store/subscription.order.no-order": "There are no orders yet",
"store/subscription.order.awaiting-first-cycle": "Awaiting the first cycle",
"store/subscription.execution.status.TRIGGERED": "Processing",
"store/subscription.execution.status.IN_PROCESS": "Processing",
"store/subscription.execution.status.FAILURE": "A problem has occurred while generating your order",
"store/subscription.execution.status.ORDER_ERROR": "A problem has occurred while generating your order",
"store/subscription.execution.status.SUCCESS": "Order successfully generated",
"store/subscription.execution.status.EXPIRED": "Subscription expired",
"store/subscription.execution.status.PAYMENT_ERROR": "Payment Error",
"store/subscription.execution.status.SKIPED": "Skipped cycle",
"store/subscription.execution.status.SUCCESS_WITH_NO_ORDER": "We tried to generate your order, but the products weren't in stock",
"store/subscription.execution.status.SUCCESS_WITH_PARTIAL_ORDER": "We're able to generate your order, but one or more items weren't in stock",
"store/subscription.execution.status.RE_TRIGGERED": "After an unsuccessful attempt, we're trying to generate your order again",
"store/subscription.execution.no-order": "There are no orders yet",
"store/subscription.execution.awaiting-first-cycle": "Awaiting the first cycle",
"store/subscription.products.card.title": "Subscribed Products",
"store/subscription.products.card.remove.success": "Product removed with succcess!",
"store/subscription.products.card.remove.error": "An error occurred trying to remove this product, try again later.",
Expand Down
32 changes: 16 additions & 16 deletions messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,32 +84,32 @@
"store/subscription.change.status.modal.cancelation": "No",
"store/subcription.add.new.card": "Agregar nueva tarjeta",
"store/subscription.manage.orderNow": "Solicitar de nuevo",
"store/subscription.order.again.description": "Este pedido no interferirá en sus próximas compras y sus fechas.",
"store/subscription.order.again.confirmation": "Ir al proceso de pago",
"store/subscription.execution.again.description": "Este pedido no interferirá en sus próximas compras y sus fechas.",
"store/subscription.execution.again.confirmation": "Ir al proceso de pago",
"store/subscription.shipping-address.error.message": "Dirección no válida, seleccione una nueva dirección válida para esta suscripción.",
"store/subscription.shipping-address.error.action": "Cambiar dirección",
"store/subscription.shipping-address.error.no-action": "La dirección seleccionada ya no está disponible.",
"store/subscription.purchase-settings.error.message": "Método de pago no válido, seleccione un nuevo pago válido para esta suscripción.",
"store/subscription.purchase-settings.error.action": "Cambiar método de pago",
"store/subscription.purchase-settings.error.no-action": "El método de pago seleccionado ya no está disponible.",
"store/subscription.history": "Historial",
"store/subscription.order.status.TRIGGERED": "En procesamiento",
"store/subscription.order.status.IN_PROCESS": "En procesamiento",
"store/subscription.order.status.FAILURE": "Se produjo un error al generar su pedido",
"store/subscription.order.status.ORDER_ERROR": " Se produjo un error al generar su pedido",
"store/subscription.order.status.SUCCESS": "Pedido generado con éxito",
"store/subscription.order.status.EXPIRED": "Suscripción vencida",
"store/subscription.order.status.PAYMENT_ERROR": "Error de pago",
"store/subscription.order.status.SKIPED": "Ciclo omitido",
"store/subscription.order.status.SUCCESS_WITH_NO_ORDER": "Intentamos generar su pedido pero no hay productos disponibles para compra",
"store/subscription.order.status.SUCCESS_WITH_PARTIAL_ORDER": "Conseguimos generar su pedido pero uno o más ítems no estaban disponibles para compra en este ciclo",
"store/subscription.order.status.RE_TRIGGERED": "Después de un intento fallido, estamos intentando efectuar el pedido nuevamente",
"store/subscription.order.no-order": "No hay pedido todavía",
"store/subscription.order.awaiting-first-cycle": ". Esperando el primer ciclo",
"store/subscription.execution.status.TRIGGERED": "En procesamiento",
"store/subscription.execution.status.IN_PROCESS": "En procesamiento",
"store/subscription.execution.status.FAILURE": "Se produjo un error al generar su pedido",
"store/subscription.execution.status.ORDER_ERROR": " Se produjo un error al generar su pedido",
"store/subscription.execution.status.SUCCESS": "Pedido generado con éxito",
"store/subscription.execution.status.EXPIRED": "Suscripción vencida",
"store/subscription.execution.status.PAYMENT_ERROR": "Error de pago",
"store/subscription.execution.status.SKIPED": "Ciclo omitido",
"store/subscription.execution.status.SUCCESS_WITH_NO_ORDER": "Intentamos generar su pedido pero no hay productos disponibles para compra",
"store/subscription.execution.status.SUCCESS_WITH_PARTIAL_ORDER": "Conseguimos generar su pedido pero uno o más ítems no estaban disponibles para compra en este ciclo",
"store/subscription.execution.status.RE_TRIGGERED": "Después de un intento fallido, estamos intentando efectuar el pedido nuevamente",
"store/subscription.execution.no-order": "No hay pedido todavía",
"store/subscription.execution.awaiting-first-cycle": ". Esperando el primer ciclo",
"store/subscription.products.card.title": "Productos suscritos",
"store/subscription.products.card.remove.success": "Producto eliminado con éxito!",
"store/subscription.products.card.remove.error": "Se produjo un error al intentar eliminar este producto, ¡intente nuevamente más tarde.",
"store/subscription.products.card.remove.confirm": "Retirar",
"store/subscription.products.card.remove.title": "Eliminar este producto?",
"store/subscription.products.card.remove.desc": "Si lo elimina, ya no se pedirá en la suscripción."
}
}
32 changes: 16 additions & 16 deletions messages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,32 +84,32 @@
"store/subscription.change.status.modal.cancelation": "Non",
"store/subcription.add.new.card": "Ajouter une nouvelle carte",
"store/subscription.manage.orderNow": "Nouvelle commande",
"store/subscription.order.again.description": "Cette commande n'interférera pas avec vos prochains abonnements et ses dates",
"store/subscription.order.again.confirmation": "Finaliser l'achat",
"store/subscription.execution.again.description": "Cette commande n'interférera pas avec vos prochains abonnements et ses dates",
"store/subscription.execution.again.confirmation": "Finaliser l'achat",
"store/subscription.shipping-address.error.message": "Adresse invalide, sélectionnez une nouvelle adresse valide pour cet abonnement.",
"store/subscription.shipping-address.error.action": "Changement d'adresse",
"store/subscription.shipping-address.error.no-action": "L'adresse sélectionnée n'est plus disponible.",
"store/subscription.purchase-settings.error.message": "Méthode de paiement invalide, sélectionnez un nouveau paiement valide pour cet abonnement.",
"store/subscription.purchase-settings.error.action": "Changer la méthode de paiement",
"store/subscription.purchase-settings.error.no-action": "Le mode de paiement sélectionné n'est plus disponible.",
"store/subscription.history": "Historique",
"store/subscription.order.status.TRIGGERED": "Commande éffectuée",
"store/subscription.order.status.IN_PROCESS": "En traitement",
"store/subscription.order.status.FAILURE": "Erreur lors de la commande",
"store/subscription.order.status.ORDER_ERROR": "Erreur lors de la génération de la commande",
"store/subscription.order.status.SUCCESS": "Commande passée avec succès",
"store/subscription.order.status.EXPIRED": "Abonnement expiré",
"store/subscription.order.status.PAYMENT_ERROR": "Problèmes de Paiement",
"store/subscription.order.status.SKIPED": "L'étape d'exécution de la commande a été ignorée",
"store/subscription.order.status.SUCCESS_WITH_NO_ORDER": "Nous avons essayé de créer votre commande, mais aucun produit n'est disponible",
"store/subscription.order.status.SUCCESS_WITH_PARTIAL_ORDER": "Commande passée avec succès, mais un ou plusieurs produits ne sont pas disponibles dans ce cycle d'achat",
"store/subscription.order.status.RE_TRIGGERED": "Tentative infructueuse, nous essayons de passer la commande à nouveau",
"store/subscription.order.no-order": "Il n'y a pas encore de commande",
"store/subscription.order.awaiting-first-cycle": "En attente du premier cycle",
"store/subscription.execution.status.TRIGGERED": "Commande éffectuée",
"store/subscription.execution.status.IN_PROCESS": "En traitement",
"store/subscription.execution.status.FAILURE": "Erreur lors de la commande",
"store/subscription.execution.status.ORDER_ERROR": "Erreur lors de la génération de la commande",
"store/subscription.execution.status.SUCCESS": "Commande passée avec succès",
"store/subscription.execution.status.EXPIRED": "Abonnement expiré",
"store/subscription.execution.status.PAYMENT_ERROR": "Problèmes de Paiement",
"store/subscription.execution.status.SKIPED": "L'étape d'exécution de la commande a été ignorée",
"store/subscription.execution.status.SUCCESS_WITH_NO_ORDER": "Nous avons essayé de créer votre commande, mais aucun produit n'est disponible",
"store/subscription.execution.status.SUCCESS_WITH_PARTIAL_ORDER": "Commande passée avec succès, mais un ou plusieurs produits ne sont pas disponibles dans ce cycle d'achat",
"store/subscription.execution.status.RE_TRIGGERED": "Tentative infructueuse, nous essayons de passer la commande à nouveau",
"store/subscription.execution.no-order": "Il n'y a pas encore de commande",
"store/subscription.execution.awaiting-first-cycle": "En attente du premier cycle",
"store/subscription.products.card.title": "Produits souscrits",
"store/subscription.products.card.remove.success": "Produit retiré avec succès!",
"store/subscription.products.card.remove.error": "Une erreur s'est produite lors de la tentative de suppression de ce produit, réessayez plus tard.",
"store/subscription.products.card.remove.confirm": "Retirer",
"store/subscription.products.card.remove.title": "Retirer ce produit?",
"store/subscription.products.card.remove.desc": "Si vous le supprimez, il ne sera plus commandé lors de l'abonnement."
}
}
Loading

0 comments on commit 44e2dd8

Please sign in to comment.