-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(i18n): add missing translations [CDS 207]
Signed-off-by: CDS Translator Agent <[email protected]>
- Loading branch information
Showing
7 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
packages/manager-react-components/src/components/order/translations/Messages_de_DE.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"order_configuration_cancel": "Abbrechen", | ||
"order_configuration_order": "Bestellen", | ||
"order_summary_finish": "Beenden", | ||
"order_summary_product_default_label": "Dienst", | ||
"order_summary_order_initiated_title": "Bestellung Ihres {{product}} initiiert", | ||
"order_summary_order_initiated_subtitle": "Wenn Sie Ihre Bestellung nicht abschließen konnten, füllen Sie bitte diese aus, indem Sie auf den <OrderLink label='lien suivant' />", | ||
"order_summary_order_initiated_info": "Wir werden Sie per E-Mail über die Verfügbarkeit Ihres {{product}} informieren." | ||
} |
9 changes: 9 additions & 0 deletions
9
packages/manager-react-components/src/components/order/translations/Messages_en_GB.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"order_configuration_cancel": "Cancel", | ||
"order_configuration_order": "Order now", | ||
"order_summary_finish": "Finish", | ||
"order_summary_product_default_label": "service", | ||
"order_summary_order_initiated_title": "Order for your {{product}} initiated", | ||
"order_summary_order_initiated_subtitle": "If you were unable to complete your order, please complete it by clicking on the <OrderLink label='lien suivant' />", | ||
"order_summary_order_initiated_info": "We will notify you of the availability of your {{product}} by email." | ||
} |
9 changes: 9 additions & 0 deletions
9
packages/manager-react-components/src/components/order/translations/Messages_es_ES.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"order_configuration_cancel": "Cancelar", | ||
"order_configuration_order": "Contratar", | ||
"order_summary_finish": "Finalizar", | ||
"order_summary_product_default_label": "servicio", | ||
"order_summary_order_initiated_title": "Contratación de su {{product}} iniciada", | ||
"order_summary_order_initiated_subtitle": "Si no ha podido finalizar el pedido, cumplimente los campos haciendo clic en el <OrderLink label='lien suivant' />", | ||
"order_summary_order_initiated_info": "Le informaremos de la disponibilidad de su {{product}} por correo electrónico." | ||
} |
9 changes: 9 additions & 0 deletions
9
packages/manager-react-components/src/components/order/translations/Messages_fr_CA.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"order_configuration_cancel": "Annuler", | ||
"order_configuration_order": "Commander", | ||
"order_summary_finish": "Terminer", | ||
"order_summary_product_default_label": "service", | ||
"order_summary_order_initiated_title": "Commande de votre {{product}} initiée", | ||
"order_summary_order_initiated_subtitle": "Si vous n'avez pas pu finaliser votre commande, merci de la compléter en cliquant sur le <OrderLink label='lien suivant' />", | ||
"order_summary_order_initiated_info": "Nous vous informerons de la disponibilité de votre {{product}} par e-mail." | ||
} |
9 changes: 9 additions & 0 deletions
9
packages/manager-react-components/src/components/order/translations/Messages_it_IT.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"order_configuration_cancel": "Annulla", | ||
"order_configuration_order": "Ordina", | ||
"order_summary_finish": "Termina", | ||
"order_summary_product_default_label": "servizio", | ||
"order_summary_order_initiated_title": "Ordine del {{product}} avviato", | ||
"order_summary_order_initiated_subtitle": "Se non sei riuscito a completare l'ordine, clicca sul <OrderLink label='lien suivant' />", | ||
"order_summary_order_initiated_info": "Ti informeremo della disponibilità del tuo {{product}} via email." | ||
} |
9 changes: 9 additions & 0 deletions
9
packages/manager-react-components/src/components/order/translations/Messages_pl_PL.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"order_configuration_cancel": "Anuluj", | ||
"order_configuration_order": "Zamów", | ||
"order_summary_finish": "Zakończ", | ||
"order_summary_product_default_label": "usługa", | ||
"order_summary_order_initiated_title": "Zamówienie dla {{product}} zostało zainicjowane", | ||
"order_summary_order_initiated_subtitle": "Jeśli nie jesteś w stanie sfinalizować zamówienia, uzupełnij je, klikając na <OrderLink label='lien suivant' />", | ||
"order_summary_order_initiated_info": "Powiadomimy Cię e-mailem o dostępności {{product}}." | ||
} |
9 changes: 9 additions & 0 deletions
9
packages/manager-react-components/src/components/order/translations/Messages_pt_PT.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"order_configuration_cancel": "Anular", | ||
"order_configuration_order": "Encomendar", | ||
"order_summary_finish": "Terminer", | ||
"order_summary_product_default_label": "serviço", | ||
"order_summary_order_initiated_title": "Encomenda do seu {{product}} iniciada", | ||
"order_summary_order_initiated_subtitle": "Se não conseguiu finalizar a sua encomenda, agradecemos que a complete clicando no <OrderLink label='lien suivant' />", | ||
"order_summary_order_initiated_info": "Receberá por e-mail a informação da disponibilidade do seu {{product}}." | ||
} |