From be2e0d04e1ab2044bfdab900ef6bc9c5f36ebd1e Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sun, 19 Feb 2023 23:10:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'react-native/app/translat?= =?UTF-8?q?ions/resources/zh=5FCN.ts'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- react-native/app/translations/resources/pt_BR.ts | 13 ------------- react-native/app/translations/resources/zh_CN.ts | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 13 deletions(-) delete mode 100644 react-native/app/translations/resources/pt_BR.ts create mode 100644 react-native/app/translations/resources/zh_CN.ts 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.", +}