From 95bddfb0cd043fedfa2dbf2029ca6dec806ab099 Mon Sep 17 00:00:00 2001 From: Ramon Souza Date: Wed, 13 Apr 2022 15:37:12 -0300 Subject: [PATCH] update locales --- react-native/app/translations/resources/ar.ts | 11 ---- react-native/app/translations/resources/ca.ts | 11 ---- react-native/app/translations/resources/de.ts | 11 ---- .../app/translations/resources/el_GR.ts | 9 ---- react-native/app/translations/resources/en.ts | 12 +++-- react-native/app/translations/resources/et.ts | 11 ---- react-native/app/translations/resources/eu.ts | 11 ---- react-native/app/translations/resources/fr.ts | 11 ---- react-native/app/translations/resources/gl.ts | 11 ---- .../app/translations/resources/hu_HU.ts | 11 ---- react-native/app/translations/resources/hy.ts | 11 ---- .../app/translations/resources/index.ts | 54 ++----------------- react-native/app/translations/resources/ja.ts | 11 ---- react-native/app/translations/resources/nl.ts | 11 ---- .../app/translations/resources/pt_BR.ts | 13 +++++ .../app/translations/resources/zh_TW.ts | 11 ---- 16 files changed, 23 insertions(+), 197 deletions(-) delete mode 100644 react-native/app/translations/resources/ar.ts delete mode 100644 react-native/app/translations/resources/ca.ts delete mode 100644 react-native/app/translations/resources/de.ts delete mode 100644 react-native/app/translations/resources/el_GR.ts delete mode 100644 react-native/app/translations/resources/et.ts delete mode 100644 react-native/app/translations/resources/eu.ts delete mode 100644 react-native/app/translations/resources/fr.ts delete mode 100644 react-native/app/translations/resources/gl.ts delete mode 100644 react-native/app/translations/resources/hu_HU.ts delete mode 100644 react-native/app/translations/resources/hy.ts delete mode 100644 react-native/app/translations/resources/ja.ts delete mode 100644 react-native/app/translations/resources/nl.ts create mode 100644 react-native/app/translations/resources/pt_BR.ts delete mode 100644 react-native/app/translations/resources/zh_TW.ts diff --git a/react-native/app/translations/resources/ar.ts b/react-native/app/translations/resources/ar.ts deleted file mode 100644 index 956dcda..0000000 --- a/react-native/app/translations/resources/ar.ts +++ /dev/null @@ -1,11 +0,0 @@ -export default { - "mobileApp.portals.list.empty.label": "الرجاء إضافة بوابات.", - "mobileApp.portals.list.add.button.label": "بوابة جديدة", - "mobileApp.portals.fields.name.label": "اسم البوابة", - "mobileApp.portals.fields.name.placeholder": "BigBlueButton التجريبي", - "mobileApp.portals.fields.url.label": "عنوان رابط للخادم", - "mobileApp.portals.addPortalPopup.confirm.button.label": "أضف بوابة", - "mobileApp.portals.drawerNavigation.button.label": "البوابات", - "mobileApp.portals.addPortalPopup.validation.emptyFilds": "الحقول الفارغة", - "mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "الاسم موجود بالفعل" -} diff --git a/react-native/app/translations/resources/ca.ts b/react-native/app/translations/resources/ca.ts deleted file mode 100644 index 71598ba..0000000 --- a/react-native/app/translations/resources/ca.ts +++ /dev/null @@ -1,11 +0,0 @@ -export default { - "mobileApp.portals.list.empty.label": "Si us plau, afegeixi portals.", - "mobileApp.portals.list.add.button.label": "Nou portal", - "mobileApp.portals.fields.name.label": "Nom del portal", - "mobileApp.portals.fields.name.placeholder": "BigBlueButton demo", - "mobileApp.portals.fields.url.label": "URL del servidor", - "mobileApp.portals.addPortalPopup.confirm.button.label": "Afegir portal", - "mobileApp.portals.drawerNavigation.button.label": "Portals", - "mobileApp.portals.addPortalPopup.validation.emptyFilds": "Camps buits", - "mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "El nom ja existeix" -} diff --git a/react-native/app/translations/resources/de.ts b/react-native/app/translations/resources/de.ts deleted file mode 100644 index 0abddbf..0000000 --- a/react-native/app/translations/resources/de.ts +++ /dev/null @@ -1,11 +0,0 @@ -export default { - "mobileApp.portals.list.empty.label": "Bitte Portale hinzufügen.", - "mobileApp.portals.list.add.button.label": "Neues Portal", - "mobileApp.portals.fields.name.label": "Portalname", - "mobileApp.portals.fields.name.placeholder": "BigBlueButton Demo", - "mobileApp.portals.fields.url.label": "Server-URL", - "mobileApp.portals.addPortalPopup.confirm.button.label": "Portal hinzufügen", - "mobileApp.portals.drawerNavigation.button.label": "Portale", - "mobileApp.portals.addPortalPopup.validation.emptyFilds": "Leere Felder", - "mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "Name existiert bereits" -} diff --git a/react-native/app/translations/resources/el_GR.ts b/react-native/app/translations/resources/el_GR.ts deleted file mode 100644 index 73a3e41..0000000 --- a/react-native/app/translations/resources/el_GR.ts +++ /dev/null @@ -1,9 +0,0 @@ -export default { - "mobileApp.portals.list.add.button.label": "Νέα πύλη", - "mobileApp.portals.fields.name.label": "Όνομα πύλης", - "mobileApp.portals.fields.name.placeholder": "Δοκιμή BigBlueButton", - "mobileApp.portals.fields.url.label": "URL διακομιστή", - "mobileApp.portals.addPortalPopup.confirm.button.label": "Προσθήκη πύλης", - "mobileApp.portals.addPortalPopup.validation.emptyFilds": "Κενά πεδία", - "mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "Το όνομα υπάρχει ήδη" -} diff --git a/react-native/app/translations/resources/en.ts b/react-native/app/translations/resources/en.ts index a84cc13..88435b9 100644 --- a/react-native/app/translations/resources/en.ts +++ b/react-native/app/translations/resources/en.ts @@ -1,11 +1,13 @@ export default { - "mobileApp.portals.list.empty.label": "Please add portals.", - "mobileApp.portals.list.add.button.label": "New 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", "mobileApp.portals.fields.url.label": "Server URL", - "mobileApp.portals.addPortalPopup.confirm.button.label": "Add Portal", + "mobileApp.portals.addPortalPopup.confirm.button.label": "Save", "mobileApp.portals.drawerNavigation.button.label": "Portals", - "mobileApp.portals.addPortalPopup.validation.emptyFilds": "Empty Fields", - "mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "Name Already Exists" + "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" } diff --git a/react-native/app/translations/resources/et.ts b/react-native/app/translations/resources/et.ts deleted file mode 100644 index a2490c4..0000000 --- a/react-native/app/translations/resources/et.ts +++ /dev/null @@ -1,11 +0,0 @@ -export default { - "mobileApp.portals.list.empty.label": "Palun lisa portaal.", - "mobileApp.portals.list.add.button.label": "Uus portaal", - "mobileApp.portals.fields.name.label": "Portaali nimi", - "mobileApp.portals.fields.name.placeholder": "BigBlueButtoni demo", - "mobileApp.portals.fields.url.label": "Serveri URL", - "mobileApp.portals.addPortalPopup.confirm.button.label": "Lisa portaal", - "mobileApp.portals.drawerNavigation.button.label": "Portaalid", - "mobileApp.portals.addPortalPopup.validation.emptyFilds": "Tühjad väljad", - "mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "Nimi on juba olemas" -} diff --git a/react-native/app/translations/resources/eu.ts b/react-native/app/translations/resources/eu.ts deleted file mode 100644 index 91a172f..0000000 --- a/react-native/app/translations/resources/eu.ts +++ /dev/null @@ -1,11 +0,0 @@ -export default { - "mobileApp.portals.list.empty.label": "Gehitu atariak.", - "mobileApp.portals.list.add.button.label": "Atari berria", - "mobileApp.portals.fields.name.label": "Atariaren izena", - "mobileApp.portals.fields.name.placeholder": "BigBlueButton demo", - "mobileApp.portals.fields.url.label": "Zerbitzariaren URLa", - "mobileApp.portals.addPortalPopup.confirm.button.label": "Gehitu ataria", - "mobileApp.portals.drawerNavigation.button.label": "Atariak", - "mobileApp.portals.addPortalPopup.validation.emptyFilds": "Eremu hutsak", - "mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "Izen hori dagoeneko badago" -} diff --git a/react-native/app/translations/resources/fr.ts b/react-native/app/translations/resources/fr.ts deleted file mode 100644 index 8c528b9..0000000 --- a/react-native/app/translations/resources/fr.ts +++ /dev/null @@ -1,11 +0,0 @@ -export default { - "mobileApp.portals.list.empty.label": "Veuillez ajouter des portails.", - "mobileApp.portals.list.add.button.label": "Nouveau portail", - "mobileApp.portals.fields.name.label": "Nom du portail", - "mobileApp.portals.fields.name.placeholder": "Démo BigBlueButton", - "mobileApp.portals.fields.url.label": "URL du serveur", - "mobileApp.portals.addPortalPopup.confirm.button.label": "Ajouter le portail", - "mobileApp.portals.drawerNavigation.button.label": "Portails", - "mobileApp.portals.addPortalPopup.validation.emptyFilds": "Champs vides", - "mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "Nom déjà existant" -} diff --git a/react-native/app/translations/resources/gl.ts b/react-native/app/translations/resources/gl.ts deleted file mode 100644 index 92548dc..0000000 --- a/react-native/app/translations/resources/gl.ts +++ /dev/null @@ -1,11 +0,0 @@ -export default { - "mobileApp.portals.list.empty.label": "Engada portais.", - "mobileApp.portals.list.add.button.label": "Novo portal", - "mobileApp.portals.fields.name.label": "Nome do portal", - "mobileApp.portals.fields.name.placeholder": "Demostración de BigBlueButton", - "mobileApp.portals.fields.url.label": "URL do servidor", - "mobileApp.portals.addPortalPopup.confirm.button.label": "Engadir portal", - "mobileApp.portals.drawerNavigation.button.label": "Portais", - "mobileApp.portals.addPortalPopup.validation.emptyFilds": "Campos baleiros", - "mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "Ese nome xa existe" -} diff --git a/react-native/app/translations/resources/hu_HU.ts b/react-native/app/translations/resources/hu_HU.ts deleted file mode 100644 index d213dbd..0000000 --- a/react-native/app/translations/resources/hu_HU.ts +++ /dev/null @@ -1,11 +0,0 @@ -export default { - "mobileApp.portals.list.empty.label": "Portálok hozzáadása.", - "mobileApp.portals.list.add.button.label": "Új portál", - "mobileApp.portals.fields.name.label": "Portál neve", - "mobileApp.portals.fields.name.placeholder": "BigBlueButton demo", - "mobileApp.portals.fields.url.label": "Szerver URL-je", - "mobileApp.portals.addPortalPopup.confirm.button.label": "Portál hozzáadása", - "mobileApp.portals.drawerNavigation.button.label": "Portálok", - "mobileApp.portals.addPortalPopup.validation.emptyFilds": "Üres mezők", - "mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "Ez a név már létezik" -} diff --git a/react-native/app/translations/resources/hy.ts b/react-native/app/translations/resources/hy.ts deleted file mode 100644 index bdbde40..0000000 --- a/react-native/app/translations/resources/hy.ts +++ /dev/null @@ -1,11 +0,0 @@ -export default { - "mobileApp.portals.list.empty.label": "Խնդրում ենք ավելացրեք պորտալներ։", - "mobileApp.portals.list.add.button.label": "Նոր պորտալ", - "mobileApp.portals.fields.name.label": "Պորտալի անվանում", - "mobileApp.portals.fields.name.placeholder": "Փորձնական", - "mobileApp.portals.fields.url.label": "Սերվերի հասցեն", - "mobileApp.portals.addPortalPopup.confirm.button.label": "Ավելացնել պորտալ", - "mobileApp.portals.drawerNavigation.button.label": "Պորտալներ", - "mobileApp.portals.addPortalPopup.validation.emptyFilds": "Դատարկ դաշտեր", - "mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "Անունն արդեն կա" -} diff --git a/react-native/app/translations/resources/index.ts b/react-native/app/translations/resources/index.ts index 7cfb9d9..f0fda05 100644 --- a/react-native/app/translations/resources/index.ts +++ b/react-native/app/translations/resources/index.ts @@ -1,59 +1,11 @@ -import ar from "./ar"; -import ca from "./ca"; -import de from "./de"; -import elGR from "./el_GR"; import en from "./en"; -import et from "./et"; -import eu from "./eu"; -import fr from "./fr"; -import gl from "./gl"; -import huHU from "./hu_HU"; -import hy from "./hy"; -import ja from "./ja"; -import nl from "./nl"; -import zhTW from "./zh_TW"; +import ptBR from "./pt_BR"; export default { - 'ar': { - translation: ar - }, - 'ca': { - translation: ca - }, - 'de': { - translation: de - }, - 'el-GR': { - translation: elGR - }, 'en': { translation: en }, - 'et': { - translation: et - }, - 'eu': { - translation: eu - }, - 'fr': { - translation: fr - }, - 'gl': { - translation: gl - }, - 'hu-HU': { - translation: huHU - }, - 'hy': { - translation: hy - }, - 'ja': { - translation: ja - }, - 'nl': { - translation: nl - }, - 'zh-TW': { - translation: zhTW + 'pt-BR': { + translation: ptBR }, } diff --git a/react-native/app/translations/resources/ja.ts b/react-native/app/translations/resources/ja.ts deleted file mode 100644 index 556969e..0000000 --- a/react-native/app/translations/resources/ja.ts +++ /dev/null @@ -1,11 +0,0 @@ -export default { - "mobileApp.portals.list.empty.label": "ポータルを追加してください。", - "mobileApp.portals.list.add.button.label": "新規ポータル", - "mobileApp.portals.fields.name.label": "ポータルの名前", - "mobileApp.portals.fields.name.placeholder": "BigBlueButton demo", - "mobileApp.portals.fields.url.label": "サーバーのURL", - "mobileApp.portals.addPortalPopup.confirm.button.label": "ポータルを追加", - "mobileApp.portals.drawerNavigation.button.label": "ポータル", - "mobileApp.portals.addPortalPopup.validation.emptyFilds": "フィールドを空にする", - "mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "既に同じ名前があります" -} diff --git a/react-native/app/translations/resources/nl.ts b/react-native/app/translations/resources/nl.ts deleted file mode 100644 index 47ebbbd..0000000 --- a/react-native/app/translations/resources/nl.ts +++ /dev/null @@ -1,11 +0,0 @@ -export default { - "mobileApp.portals.list.empty.label": "Voeg portalen toe.", - "mobileApp.portals.list.add.button.label": "Nieuw portaal", - "mobileApp.portals.fields.name.label": "Portaalnaam", - "mobileApp.portals.fields.name.placeholder": "BigBlueButton demo", - "mobileApp.portals.fields.url.label": "Server URL", - "mobileApp.portals.addPortalPopup.confirm.button.label": "Voeg portaal toe", - "mobileApp.portals.drawerNavigation.button.label": "Portalen", - "mobileApp.portals.addPortalPopup.validation.emptyFilds": "Lege velden", - "mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "Naam bestaat al" -} diff --git a/react-native/app/translations/resources/pt_BR.ts b/react-native/app/translations/resources/pt_BR.ts new file mode 100644 index 0000000..5456e8c --- /dev/null +++ b/react-native/app/translations/resources/pt_BR.ts @@ -0,0 +1,13 @@ +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_TW.ts b/react-native/app/translations/resources/zh_TW.ts deleted file mode 100644 index 4e578e0..0000000 --- a/react-native/app/translations/resources/zh_TW.ts +++ /dev/null @@ -1,11 +0,0 @@ -export default { - "mobileApp.portals.list.empty.label": "請添加門戶", - "mobileApp.portals.list.add.button.label": "新門戶", - "mobileApp.portals.fields.name.label": "門戶名稱", - "mobileApp.portals.fields.name.placeholder": "BigBlueButton demo", - "mobileApp.portals.fields.url.label": "伺服器URL", - "mobileApp.portals.addPortalPopup.confirm.button.label": "添加門戶", - "mobileApp.portals.drawerNavigation.button.label": "門戶", - "mobileApp.portals.addPortalPopup.validation.emptyFilds": "空字段", - "mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "名稱已經存在" -}