-
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 158]
Signed-off-by: CDS Translator Agent <[email protected]>
- Loading branch information
1 parent
f0745cd
commit 10cb27d
Showing
21 changed files
with
125 additions
and
17 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
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
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
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
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
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
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
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
12 changes: 12 additions & 0 deletions
12
packages/manager/modules/vrack/src/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,12 @@ | ||
{ | ||
"vrack_order_title": "vRack bestellen", | ||
"vrack_order_price": "Preis: {{price}} inkl. MwSt", | ||
"vrack_order_price_free": "Die Bestellung eines vRack ist vollkommen kostenlos", | ||
"vrack_order_contracts_title": "Annahme der Nutzungsbedingungen", | ||
"vrack_order_contracts_description": "Um mit der Bestellung Ihres vRacks fortzufahren, lesen und akzeptieren Sie bitte die folgenden Verträge:", | ||
"vrack_order_contracts_checkbox": "Ich habe die folgenden Vertragsbedingungen zur Kenntnis genommen und akzeptiere diese:", | ||
"vrack_order_contracts_agreed": "Sie haben die zuvor festgelegten Bedingungen bereits akzeptiert.", | ||
"vrack_order_confirm_label": "Mein vRack bestellen", | ||
"vrack_order_cancel_label": "Abbrechen", | ||
"vrack_order_error": "Bei der Bestellung Ihres vRacks ist ein Fehler aufgetreten <br> {{message}} <br> request-id: {{queryId}}" | ||
} |
12 changes: 12 additions & 0 deletions
12
packages/manager/modules/vrack/src/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,12 @@ | ||
{ | ||
"vrack_order_title": "Order a vRack", | ||
"vrack_order_price": "Price: {{price}} incl. VAT", | ||
"vrack_order_price_free": "Ordering a vRack is completely free", | ||
"vrack_order_contracts_title": "Acceptance of the terms of use", | ||
"vrack_order_contracts_description": "To continue ordering your vRack, please read and accept the terms and conditions below:", | ||
"vrack_order_contracts_checkbox": "I have read and accept the terms of the following contracts:", | ||
"vrack_order_contracts_agreed": "You have already accepted the terms and conditions previously defined.", | ||
"vrack_order_confirm_label": "Order my vRack", | ||
"vrack_order_cancel_label": "Cancel", | ||
"vrack_order_error": "An error has occurred ordering your vRack <br> {{message}} <br> request-id: {{queryId}}" | ||
} |
12 changes: 12 additions & 0 deletions
12
packages/manager/modules/vrack/src/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,12 @@ | ||
{ | ||
"vrack_order_title": "Contratar un vRack", | ||
"vrack_order_price": "Precio: {{price}} IVA incl.", | ||
"vrack_order_price_free": "Contratar un vRack es totalmente gratuito", | ||
"vrack_order_contracts_title": "Aceptación de las condiciones de uso", | ||
"vrack_order_contracts_description": "Para continuar con el pedido de su vRack, lea y acepte los siguientes contratos:", | ||
"vrack_order_contracts_checkbox": "He leído y acepto los términos de los siguientes contratos:", | ||
"vrack_order_contracts_agreed": "Ya ha aceptado los términos y condiciones anteriormente definidos.", | ||
"vrack_order_confirm_label": "Contratar mi vRack", | ||
"vrack_order_cancel_label": "Cancelar", | ||
"vrack_order_error": "Se ha producido un error al contratar el vRack <br> {{message}} <br> request-id: {{queryId}}" | ||
} |
12 changes: 12 additions & 0 deletions
12
packages/manager/modules/vrack/src/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,12 @@ | ||
{ | ||
"vrack_order_title": "Commander un vRack", | ||
"vrack_order_price": "Prix: {{price}}TTC", | ||
"vrack_order_price_free": "La commande d'un vRack est entièrement gratuite", | ||
"vrack_order_contracts_title": "Acceptation des conditions d'utilisation", | ||
"vrack_order_contracts_description": "Pour continuer la commande de votre vRack, merci de lire et d'accepter le(s) contrat(s) ci-dessous :", | ||
"vrack_order_contracts_checkbox": "J'ai pris connaissance et j'accepte les termes des contrats suivants :", | ||
"vrack_order_contracts_agreed": "Vous avez déjà accepté les termes et conditions précédemment définis.", | ||
"vrack_order_confirm_label": "Commander mon vRack", | ||
"vrack_order_cancel_label": "Annuler", | ||
"vrack_order_error": "Une erreur est survenue lors de la commande de votre vRack <br> {{message}} <br> request-id: {{queryId}}" | ||
} |
12 changes: 12 additions & 0 deletions
12
packages/manager/modules/vrack/src/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,12 @@ | ||
{ | ||
"vrack_order_title": "Ordina una vRack", | ||
"vrack_order_price": "Prezzo: {{price}} IVA incl.", | ||
"vrack_order_price_free": "L'ordine di una vRack è totalmente gratuito", | ||
"vrack_order_contracts_title": "Accettazione delle condizioni di utilizzo", | ||
"vrack_order_contracts_description": "Per proseguire con l’ordine della vRack è necessario leggere e accettare i seguenti contratti:", | ||
"vrack_order_contracts_checkbox": "Ho preso visione e accetto i termini dei seguenti contratti:", | ||
"vrack_order_contracts_agreed": "I termini e le condizioni precedentemente definiti sono già stati accettati.", | ||
"vrack_order_confirm_label": "Ordina la tua vRack", | ||
"vrack_order_cancel_label": "Annulla", | ||
"vrack_order_error": "Si è verificato un errore durante l'ordine della vRack <br> {{message}} <br> request-id: {{queryId}}" | ||
} |
12 changes: 12 additions & 0 deletions
12
packages/manager/modules/vrack/src/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,12 @@ | ||
{ | ||
"vrack_order_title": "Zamów usługę vRack", | ||
"vrack_order_price": "Cena: {{price}} brutto", | ||
"vrack_order_price_free": "Zamówienie usługi vRack jest bezpłatne", | ||
"vrack_order_contracts_title": "Akceptacja warunków świadczenia usługi", | ||
"vrack_order_contracts_description": "Aby kontynuować zamawianie usługi vRack, przeczytaj i zaakceptuj poniższą(e) umowę(y):", | ||
"vrack_order_contracts_checkbox": "Zapoznałem się i akceptuję regulamin usług:", | ||
"vrack_order_contracts_agreed": "Zaakceptowałeś już wcześniej zdefiniowane warunki.", | ||
"vrack_order_confirm_label": "Zamów usługę vRack", | ||
"vrack_order_cancel_label": "Anuluj", | ||
"vrack_order_error": "Wystąpił błąd podczas zamawiania usługi vRack <br> {{message}} <br> request-id: {{queryId}}" | ||
} |
12 changes: 12 additions & 0 deletions
12
packages/manager/modules/vrack/src/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,12 @@ | ||
{ | ||
"vrack_order_title": "Encomendar um vRack", | ||
"vrack_order_price": "Preço: {{price}}IVA", | ||
"vrack_order_price_free": "A encomenda de um vRack é inteiramente gratuita", | ||
"vrack_order_contracts_title": "Aceitar as condições de utilização", | ||
"vrack_order_contracts_description": "Para continuar a encomenda do seu vRack, leia e aceite o(s) contrato(s) abaixo :", | ||
"vrack_order_contracts_checkbox": "Li e aceito os termos dos seguintes contratos:", | ||
"vrack_order_contracts_agreed": "Já aceitou os termos e condições definidos anteriormente.", | ||
"vrack_order_confirm_label": "Encomendar o meu vRack", | ||
"vrack_order_cancel_label": "Anular", | ||
"vrack_order_error": "Ocorreu um erro aquando da encomenda do seu vRack <br> {{message}} <br> request-id: {{queryId}}" | ||
} |