feat(sms): added portuguese translation
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
parent
6ff7e7b9f2
commit
692927a3eb
|
@ -197,16 +197,16 @@ async function send() {
|
||||||
<i18n>
|
<i18n>
|
||||||
en:
|
en:
|
||||||
CustomerDefaultLanguage: This customer uses <strong>{locale}</strong> as their default language
|
CustomerDefaultLanguage: This customer uses <strong>{locale}</strong> as their default language
|
||||||
en: English
|
|
||||||
es: Spanish
|
|
||||||
fr: French
|
|
||||||
templates:
|
templates:
|
||||||
pendingPayment: 'Your order is pending of payment.
|
pendingPayment: 'Your order is pending of payment.
|
||||||
Please, enter the website and make the payment with a credit card. Thank you.'
|
Please, enter the website and make the payment with a credit card. Thank you.'
|
||||||
minAmount: 'A minimum amount of 50€ (VAT excluded) is required for your order
|
minAmount: 'A minimum amount of 50€ (VAT excluded) is required for your order
|
||||||
{ orderId } of { shipped } to receive it without additional shipping costs.'
|
{ orderId } of { shipped } to receive it without additional shipping costs.'
|
||||||
orderChanges: 'Order {orderId} of { shipped }\r
|
orderChanges: 'Order {orderId} of { shipped }: { changes }'
|
||||||
{ changes }'
|
en: English
|
||||||
|
es: Spanish
|
||||||
|
fr: French
|
||||||
|
pt: Portuguese
|
||||||
es:
|
es:
|
||||||
Send SMS: Enviar SMS
|
Send SMS: Enviar SMS
|
||||||
CustomerDefaultLanguage: Este cliente utiliza <strong>{locale}</strong> como idioma por defecto
|
CustomerDefaultLanguage: Este cliente utiliza <strong>{locale}</strong> como idioma por defecto
|
||||||
|
@ -219,11 +219,11 @@ es:
|
||||||
Por favor, entre en la página web y efectue el pago con tarjeta. Muchas gracias.'
|
Por favor, entre en la página web y efectue el pago con tarjeta. Muchas gracias.'
|
||||||
minAmount: 'Es necesario un importe mínimo de 50€ (Sin IVA) en su pedido
|
minAmount: 'Es necesario un importe mínimo de 50€ (Sin IVA) en su pedido
|
||||||
{ orderId } del día { shipped } para recibirlo sin portes adicionales.'
|
{ orderId } del día { shipped } para recibirlo sin portes adicionales.'
|
||||||
orderChanges: 'Pedido {orderId} día { shipped }
|
orderChanges: 'Pedido {orderId} día { shipped }: { changes }'
|
||||||
{ changes }'
|
|
||||||
en: Inglés
|
en: Inglés
|
||||||
es: Español
|
es: Español
|
||||||
fr: Francés
|
fr: Francés
|
||||||
|
pt: Portugués
|
||||||
fr:
|
fr:
|
||||||
Send SMS: Envoyer SMS
|
Send SMS: Envoyer SMS
|
||||||
CustomerDefaultLanguage: Ce client utilise l'{locale} comme langue par défaut
|
CustomerDefaultLanguage: Ce client utilise l'{locale} comme langue par défaut
|
||||||
|
@ -236,8 +236,26 @@ fr:
|
||||||
Veuillez vous connecter sur le site web et effectuer le paiement par carte. Merci beaucoup.'
|
Veuillez vous connecter sur le site web et effectuer le paiement par carte. Merci beaucoup.'
|
||||||
minAmount: 'Un montant minimum de 50€ (TVA non incluse) est requis pour votre commande
|
minAmount: 'Un montant minimum de 50€ (TVA non incluse) est requis pour votre commande
|
||||||
{ orderId } du { shipped } afin de la recevoir sans frais de port supplémentaires.'
|
{ orderId } du { shipped } afin de la recevoir sans frais de port supplémentaires.'
|
||||||
orderChanges: 'Commande { orderId } du { shipped }\r { changes }'
|
orderChanges: 'Commande { orderId } du { shipped }: { changes }'
|
||||||
en: Anglais
|
en: Anglais
|
||||||
es: Espagnol
|
es: Espagnol
|
||||||
fr: Français
|
fr: Français
|
||||||
|
pt: Portugais
|
||||||
|
pt:
|
||||||
|
Send SMS: Enviar SMS
|
||||||
|
CustomerDefaultLanguage: Este cliente utiliza o <strong>{locale}</strong> como seu idioma padrão
|
||||||
|
Language: Linguagem
|
||||||
|
Phone: Móvel
|
||||||
|
Subject: Assunto
|
||||||
|
Message: Mensagem
|
||||||
|
templates:
|
||||||
|
pendingPayment: 'Seu pedido está pendente de pagamento.
|
||||||
|
Por favor, acesse o site e faça o pagamento com cartão. Muito obrigado.'
|
||||||
|
minAmount: 'É necessário um valor mínimo de 50€ (sem IVA) em seu pedido
|
||||||
|
{ orderId } do dia { shipped } para recebê-lo sem custos de envio adicionais.'
|
||||||
|
orderChanges: 'Pedido { orderId } dia { shipped }: { changes }'
|
||||||
|
en: Inglês
|
||||||
|
es: Espanhol
|
||||||
|
fr: Francês
|
||||||
|
pt: Português
|
||||||
</i18n>
|
</i18n>
|
||||||
|
|
Loading…
Reference in New Issue