Spaces:
Runtime error
Runtime error
File size: 1,700 Bytes
5e518ea |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
{
"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.",
"cw.inbox.connected": "π Connection successfully established!",
"cw.inbox.disconnect": "π¨ Disconnecting WhatsApp from inbox *{{inboxName}}*.",
"cw.inbox.alreadyConnected": "π¨ {{inboxName}} instance is connected.",
"cw.inbox.clearCache": "β
{{inboxName}} instance cache cleared.",
"cw.inbox.notFound": "β οΈ {{inboxName}} instance not found.",
"cw.inbox.status": "β οΈ {{inboxName}} instance status: *{{state}}*.",
"cw.import.startImport": "π¬ Starting to import messages. Please wait...",
"cw.import.importingMessages": "π¬ Importing messages. More one moment...",
"cw.import.messagesImported": "π¬ {{totalMessagesImported}} messages imported. Refresh page to see the new messages.",
"cw.import.messagesException": "π¬ Something went wrong in importing messages.",
"cw.locationMessage.location": "Location",
"cw.locationMessage.latitude": "Latitude",
"cw.locationMessage.longitude": "Longitude",
"cw.locationMessage.locationName": "Name",
"cw.locationMessage.locationAddress": "Address",
"cw.locationMessage.locationUrl": "URL",
"cw.contactMessage.contact": "Contact",
"cw.contactMessage.name": "Name",
"cw.contactMessage.number": "Number",
"cw.message.notsent": "π¨ The message could not be sent. Please check your connection. {{error}}",
"cw.message.numbernotinwhatsapp": "π¨ The message was not sent as the contact is not a valid Whatsapp number.",
"cw.message.edited": "Edited Message"
} |