mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-11 14:22:19 -06:00
Add translate capabilities to QRMessages in CW
This commit is contained in:
5
src/utils/translations/en.json
Normal file
5
src/utils/translations/en.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"qrgeneratedsuccesfully": "QRCode successfully generated!",
|
||||
"scanqr": "Scan this QR code within the next 40 seconds.",
|
||||
"qrlimitreached": "QRCode generation limit reached, to generate a new QRCode, send the 'init' message again."
|
||||
}
|
||||
5
src/utils/translations/pt-BR.json
Normal file
5
src/utils/translations/pt-BR.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"qrgeneratedsuccesfully": "QRCode gerado com sucesso!",
|
||||
"scanqr": "Escanei o QRCode com o Whatsapp nos próximos 40 segundos.",
|
||||
"qrlimitreached": "Limite de geração de QRCode atingido! Para gerar um novo QRCode, envie o texto 'init' nesta conversa."
|
||||
}
|
||||
Reference in New Issue
Block a user