-
Notifications
You must be signed in to change notification settings - Fork 98
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 3713]
Signed-off-by: CDS Translator Agent <[email protected]>
- Loading branch information
Showing
7 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
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
4 changes: 2 additions & 2 deletions
4
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"order_configuration_cancel": "Cancel", | ||
"order_configuration_order": "Order now", | ||
"order_configuration_order": "Order", | ||
"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_subtitle": "If you have been unable to complete your order, please complete it by clicking on <OrderLink label=\"lien suivant\">{{label}}</OrderLink>", | ||
"order_summary_order_initiated_info": "We will notify you of the availability of your {{product}} by email." | ||
} |
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
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
10 changes: 5 additions & 5 deletions
10
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"order_configuration_cancel": "Annulla", | ||
"order_configuration_order": "Ordina", | ||
"order_summary_finish": "Termina", | ||
"order_configuration_cancel": "Annullare", | ||
"order_configuration_order": "Ordinare", | ||
"order_summary_finish": "Terminare", | ||
"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_title": "Ordine del tuo {{product}} avviato", | ||
"order_summary_order_initiated_subtitle": "Se non hai potuto finalizzare l’ordine, completalo cliccando su <OrderLink label=\"lien suivant\">{{label}}</OrderLink>", | ||
"order_summary_order_initiated_info": "Ti informeremo della disponibilità del tuo {{product}} via email." | ||
} |
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
4 changes: 2 additions & 2 deletions
4
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"order_configuration_cancel": "Anular", | ||
"order_configuration_order": "Encomendar", | ||
"order_summary_finish": "Terminer", | ||
"order_summary_finish": "Concluir", | ||
"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_subtitle": "Se não conseguiu finalizar a sua encomenda, complete-a clicando em <OrderLink label=\"lien suivant\">{{label}}</OrderLink>", | ||
"order_summary_order_initiated_info": "Receberá por e-mail a informação da disponibilidade do seu {{product}}." | ||
} |