Refactor translation keys

This commit is contained in:
Tiago Jacobs 2022-04-13 11:56:56 -03:00 committed by GitHub
parent 40876783bf
commit 5532776532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}