workadventure/front/translations/en-US/warning.en-US.json

14 lines
585 B
JSON
Raw Normal View History

2021-12-19 16:01:51 +01:00
{
"warning": {
"title": "Warning!",
"content": "This world is close to its limit!. You can upgrade its capacity <a href={{upgradeLink}} target=\"_blank\">here</a>",
"limit": "This world is close to its limit!",
"access-denied": {
"camera": "Camera access denied. Click here and check your browser permissions.",
"screen-sharing": "Screen sharing denied. Click here and check your browser permissions."
}
},
"important-message": "Important message",
"connection-lost": "Connection lost. Reconnecting..."
}