Refactor translation keys
This commit is contained in:
parent
40876783bf
commit
5532776532
@ -1,5 +1,6 @@
|
||||
export default {
|
||||
"mobileApp.portals.list.empty.label": "Add your first portal.",
|
||||
"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",
|
||||
@ -7,7 +8,7 @@ export default {
|
||||
"mobileApp.portals.fields.url.placeholder": "https://demo.bigbluebutton.org",
|
||||
"mobileApp.portals.addPortalPopup.confirm.button.label": "Save",
|
||||
"mobileApp.portals.drawerNavigation.button.label": "Portals",
|
||||
"mobileApp.portals.addPortalPopup.validation.emptyFilds": "Empty Fields",
|
||||
"mobileApp.portals.addPortalPopup.validation.emptyFields": "Empty 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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user