diff --git a/bigbluebutton-html5/public/locales/en.json b/bigbluebutton-html5/public/locales/en.json index a842816557..2065b932a6 100755 --- a/bigbluebutton-html5/public/locales/en.json +++ b/bigbluebutton-html5/public/locales/en.json @@ -970,5 +970,15 @@ "app.learningDashboard.statusTimelineTable.title": "Timeline", "app.learningDashboard.statusTimelineTable.thumbnail": "Presentation thumbnail", "app.learningDashboard.errors.invalidToken": "Invalid session token", - "app.learningDashboard.errors.dataUnavailable": "Data is no longer available" + "app.learningDashboard.errors.dataUnavailable": "Data is no longer available", + "mobileApp.portals.list.empty.label": "There aren't portals.", + "mobileApp.portals.list.add.button.label": "New Portal", + "mobileApp.portals.fields.name.label": "Portal Name", + "mobileApp.portals.fields.name.placeholder": "BigBlueButton demo", + "mobileApp.portals.fields.url.label": "Server URL", + "mobileApp.portals.fields.url.placeholder": "https://demo.bigbluebutton.org", + "mobileApp.portals.addPortalPopup.confirm.button.label": "Add Portal", + "mobileApp.portals.drawerNavigation.button.label": "Portals", + "mobileApp.portals.addPortalPopup.validation.emptyFilds": "Empty Fields", + "mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "Name Already Exists" }