You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
1.0 KiB

export default {
"mobileApp.portals.list.empty.addFirstPortal.label": "Add your first portal using the button above,",
"mobileApp.portals.list.empty.orUseOurDemoServer.label": "or use our demo server.",
"mobileApp.portals.list.add.button.label": "Add portal",
"mobileApp.portals.fields.name.label": "Portal Name",
"mobileApp.portals.fields.name.placeholder": "BigBlueButton demo",
"mobileApp.portals.fields.url.label": "Server URL",
"mobileApp.portals.addPortalPopup.confirm.button.label": "Save",
"mobileApp.portals.drawerNavigation.button.label": "Portals",
"mobileApp.portals.addPortalPopup.validation.emptyFields": "Required Fields",
"mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "Name already in use",
"mobileApp.portals.addPortalPopup.validation.urlInvalid": "Error trying to load the page - check URL and network connection",
"mobileApp.portals.namePortal.deepLink": "Linked Portal",
"mobileApp.portals.handleWithoutURL": "Dont have link, you was redirected to list portals home.",
}