diff --git a/react-native/app/translations/resources/ar.ts b/react-native/app/translations/resources/ar.ts new file mode 100644 index 0000000..956dcda --- /dev/null +++ b/react-native/app/translations/resources/ar.ts @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..71598ba --- /dev/null +++ b/react-native/app/translations/resources/ca.ts @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..0abddbf --- /dev/null +++ b/react-native/app/translations/resources/de.ts @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..73a3e41 --- /dev/null +++ b/react-native/app/translations/resources/el_GR.ts @@ -0,0 +1,9 @@ +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-US.ts b/react-native/app/translations/resources/en-US.ts deleted file mode 100644 index 04b798c..0000000 --- a/react-native/app/translations/resources/en-US.ts +++ /dev/null @@ -1,13 +0,0 @@ -export default { - "mobileApp.portals.list.empty.label": "Add your first portal.", - "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.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.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/en.ts b/react-native/app/translations/resources/en.ts new file mode 100644 index 0000000..a84cc13 --- /dev/null +++ b/react-native/app/translations/resources/en.ts @@ -0,0 +1,11 @@ +export default { + "mobileApp.portals.list.empty.label": "Please add portals.", + "mobileApp.portals.list.add.button.label": "New 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.drawerNavigation.button.label": "Portals", + "mobileApp.portals.addPortalPopup.validation.emptyFilds": "Empty Fields", + "mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "Name Already Exists" +} diff --git a/react-native/app/translations/resources/et.ts b/react-native/app/translations/resources/et.ts new file mode 100644 index 0000000..a2490c4 --- /dev/null +++ b/react-native/app/translations/resources/et.ts @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..91a172f --- /dev/null +++ b/react-native/app/translations/resources/eu.ts @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..8c528b9 --- /dev/null +++ b/react-native/app/translations/resources/fr.ts @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..92548dc --- /dev/null +++ b/react-native/app/translations/resources/gl.ts @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..d213dbd --- /dev/null +++ b/react-native/app/translations/resources/hu_HU.ts @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..bdbde40 --- /dev/null +++ b/react-native/app/translations/resources/hy.ts @@ -0,0 +1,11 @@ +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 a797dc2..7cfb9d9 100644 --- a/react-native/app/translations/resources/index.ts +++ b/react-native/app/translations/resources/index.ts @@ -1,11 +1,59 @@ -import enUS from "./en-US"; -import ptBR from "./pt-BR"; +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"; export default { - 'en-US': { - translation: enUS - }, - 'pt-BR': { - translation: ptBR - } + '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 + }, } diff --git a/react-native/app/translations/resources/ja.ts b/react-native/app/translations/resources/ja.ts new file mode 100644 index 0000000..556969e --- /dev/null +++ b/react-native/app/translations/resources/ja.ts @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..47ebbbd --- /dev/null +++ b/react-native/app/translations/resources/nl.ts @@ -0,0 +1,11 @@ +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 deleted file mode 100644 index 2d8451c..0000000 --- a/react-native/app/translations/resources/pt-BR.ts +++ /dev/null @@ -1,13 +0,0 @@ -export default { - "mobileApp.portals.list.empty.label": "Não há portais.", - "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.fields.url.placeholder": "https://demo.bigbluebutton.org", - "mobileApp.portals.addPortalPopup.confirm.button.label": "Adicionar Portal", - "mobileApp.portals.drawerNavigation.button.label": "Portais", - "mobileApp.portals.addPortalPopup.validation.emptyFilds": "Campos Vazios", - "mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "Nome Já Existe", - "mobileApp.portals.addPortalPopup.validation.urlInvalid": "Erro ao testar carregar a página, cheque se o endereço esta correto ou se sua internet esta conectada" -} \ No newline at end of file diff --git a/react-native/app/translations/resources/zh_TW.ts b/react-native/app/translations/resources/zh_TW.ts new file mode 100644 index 0000000..4e578e0 --- /dev/null +++ b/react-native/app/translations/resources/zh_TW.ts @@ -0,0 +1,11 @@ +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": "名稱已經存在" +}