Skip to content

Commit cbfc8bb

Browse files
Cyrille Bourgoisjleveugle
authored andcommitted
fix(overthebox): retrieve i18n translations
1 parent dc06b76 commit cbfc8bb

17 files changed

+51
-34
lines changed

packages/manager/modules/overthebox/src/order/translations/Messages_cs_CZ.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"order_overTheBox_price_ttc": "vč. DPH",
2222
"order_overTheBox_orderDone": "Votre commande a bien été prise en compte. <a href=\"{{bcUrl}}\" target=\"_blank\">Cliquez ici pour accéder au bon de commande et le valider</a>.",
2323
"order_overTheBox_offers_error": "Impossible de charger la liste des offres. Veuillez réessayer plus tard.",
24-
"order_overTheBox_sure_want_to_order": "Nous avons détecté qu'une de vos OverTheBox n'est liée à aucun service et qu'au moins un de vos services ne gère pas d'OverTheBox."
25-
}
24+
"order_overTheBox_sure_want_to_order": "Nous avons détecté qu'une de vos OverTheBox n'est liée à aucun service et qu'au moins un de vos services ne gère pas d'OverTheBox.",
25+
"overTheBox_order_generate_order": "Generovat objednávku"
26+
}

packages/manager/modules/overthebox/src/order/translations/Messages_de_DE.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"order_overTheBox_price_ttc": "including VAT. ",
2222
"order_overTheBox_orderDone": "Votre commande a bien été prise en compte. <a href=\"{{bcUrl}}\" target=\"_blank\">Cliquez ici pour accéder au bon de commande et le valider</a>.",
2323
"order_overTheBox_offers_error": "Impossible de charger la liste des offres. Veuillez réessayer plus tard.",
24-
"order_overTheBox_sure_want_to_order": "Nous avons détecté qu'une de vos OverTheBox n'est liée à aucun service et qu'au moins un de vos services ne gère pas d'OverTheBox."
25-
}
24+
"order_overTheBox_sure_want_to_order": "Nous avons détecté qu'une de vos OverTheBox n'est liée à aucun service et qu'au moins un de vos services ne gère pas d'OverTheBox.",
25+
"overTheBox_order_generate_order": "Bestellschein erstellen"
26+
}

packages/manager/modules/overthebox/src/order/translations/Messages_en_ASIA.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"order_overTheBox_price_ttc": "incl. VAT. ",
2222
"order_overTheBox_orderDone": "Your order has been processed. <a href=\"{{bcUrl}}\" target=\"_blank\">Click here to access and confirm the purchase order</a>.",
2323
"order_overTheBox_offers_error": "Unable to change list of services. Please try again later. ",
24-
"order_overTheBox_sure_want_to_order": "We detected that one of your OverTheBox is not associated with any service and that at least one of your services does not support OverTheBox."
25-
}
24+
"order_overTheBox_sure_want_to_order": "We detected that one of your OverTheBox is not associated with any service and that at least one of your services does not support OverTheBox.",
25+
"overTheBox_order_generate_order": "Generate purchase order"
26+
}

packages/manager/modules/overthebox/src/order/translations/Messages_en_AU.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"order_overTheBox_price_ttc": "incl. VAT. ",
2222
"order_overTheBox_orderDone": "Your order has been processed. <a href=\"{{bcUrl}}\" target=\"_blank\">Click here to access and confirm the purchase order</a>.",
2323
"order_overTheBox_offers_error": "Unable to change list of services. Please try again later. ",
24-
"order_overTheBox_sure_want_to_order": "We detected that one of your OverTheBox is not associated with any service and that at least one of your services does not support OverTheBox."
25-
}
24+
"order_overTheBox_sure_want_to_order": "We detected that one of your OverTheBox is not associated with any service and that at least one of your services does not support OverTheBox.",
25+
"overTheBox_order_generate_order": "Generate purchase order"
26+
}

packages/manager/modules/overthebox/src/order/translations/Messages_en_CA.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"order_overTheBox_price_ttc": "incl. VAT. ",
2222
"order_overTheBox_orderDone": "Your order has been processed. <a href=\"{{bcUrl}}\" target=\"_blank\">Click here to access and confirm the purchase order</a>.",
2323
"order_overTheBox_offers_error": "Unable to change list of services. Please try again later. ",
24-
"order_overTheBox_sure_want_to_order": "We detected that one of your OverTheBox is not associated with any service and that at least one of your services does not support OverTheBox."
25-
}
24+
"order_overTheBox_sure_want_to_order": "We detected that one of your OverTheBox is not associated with any service and that at least one of your services does not support OverTheBox.",
25+
"overTheBox_order_generate_order": "Generate purchase order"
26+
}

packages/manager/modules/overthebox/src/order/translations/Messages_en_GB.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"order_overTheBox_price_ttc": "incl. VAT. ",
2222
"order_overTheBox_orderDone": "Your order has been processed. <a href=\"{{bcUrl}}\" target=\"_blank\">Click here to access and confirm the purchase order</a>.",
2323
"order_overTheBox_offers_error": "Unable to change list of services. Please try again later. ",
24-
"order_overTheBox_sure_want_to_order": "We detected that one of your OverTheBox is not associated with any service and that at least one of your services does not support OverTheBox."
25-
}
24+
"order_overTheBox_sure_want_to_order": "We detected that one of your OverTheBox is not associated with any service and that at least one of your services does not support OverTheBox.",
25+
"overTheBox_order_generate_order": "Generate purchase order"
26+
}

packages/manager/modules/overthebox/src/order/translations/Messages_en_SG.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"order_overTheBox_price_ttc": "incl. VAT. ",
2222
"order_overTheBox_orderDone": "Your order has been processed. <a href=\"{{bcUrl}}\" target=\"_blank\">Click here to access and confirm the purchase order</a>.",
2323
"order_overTheBox_offers_error": "Unable to change list of services. Please try again later. ",
24-
"order_overTheBox_sure_want_to_order": "We detected that one of your OverTheBox is not associated with any service and that at least one of your services does not support OverTheBox."
25-
}
24+
"order_overTheBox_sure_want_to_order": "We detected that one of your OverTheBox is not associated with any service and that at least one of your services does not support OverTheBox.",
25+
"overTheBox_order_generate_order": "Generate purchase order"
26+
}

packages/manager/modules/overthebox/src/order/translations/Messages_en_US.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"order_overTheBox_price_ttc": "incl. VAT. ",
2222
"order_overTheBox_orderDone": "Your order has been processed. <a href=\"{{bcUrl}}\" target=\"_blank\">Click here to access and confirm the purchase order</a>.",
2323
"order_overTheBox_offers_error": "Unable to change list of services. Please try again later. ",
24-
"order_overTheBox_sure_want_to_order": "We detected that one of your OverTheBox is not associated with any service and that at least one of your services does not support OverTheBox."
25-
}
24+
"order_overTheBox_sure_want_to_order": "We detected that one of your OverTheBox is not associated with any service and that at least one of your services does not support OverTheBox.",
25+
"overTheBox_order_generate_order": "Generate purchase order"
26+
}

packages/manager/modules/overthebox/src/order/translations/Messages_es_ES.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"order_overTheBox_price_ttc": "IVA incl.",
2222
"order_overTheBox_orderDone": "El pedido se ha enviado. <a href=\"{{bcUrl}}\" target=\"_blank\">Haga clic aquí para acceder a la orden de pedido y validarla</a>.",
2323
"order_overTheBox_offers_error": "No se ha podido cargar la lista de ofertas. Por favor, vuelva a intentarlo más tarde.",
24-
"order_overTheBox_sure_want_to_order": "Hemos detectado que uno de sus OverTheBox no está asociado a ningún servicio y que al menos uno de sus servicios no gestiona ningún OverTheBox."
25-
}
24+
"order_overTheBox_sure_want_to_order": "Hemos detectado que uno de sus OverTheBox no está asociado a ningún servicio y que al menos uno de sus servicios no gestiona ningún OverTheBox.",
25+
"overTheBox_order_generate_order": "Generar la orden de pedido"
26+
}

packages/manager/modules/overthebox/src/order/translations/Messages_es_US.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"order_overTheBox_price_ttc": "TTC.",
2222
"order_overTheBox_orderDone": "Votre commande a bien été prise en compte. <a href=\"{{bcUrl}}\" target=\"_blank\">Cliquez ici pour accéder au bon de commande et le valider</a>.",
2323
"order_overTheBox_offers_error": "Impossible de charger la liste des offres. Veuillez réessayer plus tard.",
24-
"order_overTheBox_sure_want_to_order": "Nous avons détecté qu'une de vos OverTheBox n'est liée à aucun service et qu'au moins un de vos services ne gère pas d'OverTheBox."
25-
}
24+
"order_overTheBox_sure_want_to_order": "Nous avons détecté qu'une de vos OverTheBox n'est liée à aucun service et qu'au moins un de vos services ne gère pas d'OverTheBox.",
25+
"overTheBox_order_generate_order": "Generar la orden de pedido"
26+
}

0 commit comments

Comments
 (0)