diff --git a/react-native/app/translations/resources/pt_BR.ts b/react-native/app/translations/resources/pt_BR.ts deleted file mode 100644 index 5456e8c..0000000 --- a/react-native/app/translations/resources/pt_BR.ts +++ /dev/null @@ -1,13 +0,0 @@ -export default { - "mobileApp.portals.list.empty.addFirstPortal.label": "Adicione seu primeiro portal utilizando o botão acima,", - "mobileApp.portals.list.empty.orUseOurDemoServer.label": "ou utilize nosso servidor demo.", - "mobileApp.portals.list.add.button.label": "Novo portal", - "mobileApp.portals.fields.name.label": "Nome do portal", - "mobileApp.portals.fields.name.placeholder": "BigBlueButton demo", - "mobileApp.portals.fields.url.label": "URL do servidor", - "mobileApp.portals.addPortalPopup.confirm.button.label": "Adicionar portal", - "mobileApp.portals.drawerNavigation.button.label": "Portais", - "mobileApp.portals.addPortalPopup.validation.emptyFields": "Campos obrigatórios", - "mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "Este nome já está sendo utilizado", - "mobileApp.portals.addPortalPopup.validation.urlInvalid": "Erro ao tentar carregar a página, verifique o endereço e sua conexão com a internet" -} diff --git a/react-native/app/translations/resources/zh_CN.ts b/react-native/app/translations/resources/zh_CN.ts new file mode 100644 index 0000000..3a08dc8 --- /dev/null +++ b/react-native/app/translations/resources/zh_CN.ts @@ -0,0 +1,15 @@ +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": "添加门户", + "mobileApp.portals.fields.name.label": "名称", + "mobileApp.portals.fields.name.placeholder": "jingweiHT demo", + "mobileApp.portals.fields.url.label": "Server URL", + "mobileApp.portals.addPortalPopup.confirm.button.label": "保存", + "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.", +}