mirror of https://github.com/sualko/cloud_bbb
Compare commits
13 Commits
7946e90e64
...
c9b444ec2d
Author | SHA1 | Date |
---|---|---|
|
c9b444ec2d | |
|
d6bb7130ff | |
|
4d25b69544 | |
|
7b2b2f000c | |
|
62a1fd10fe | |
|
c3a41bcc4c | |
|
93688851a7 | |
|
6395b36926 | |
|
a4eff086a8 | |
|
d8fb52b2b0 | |
|
f18c63a109 | |
|
e99f688900 | |
|
64e01bfc36 |
|
@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## 2.7.2 (2024-10-08)
|
||||||
|
### Misc
|
||||||
|
- rebuild frontend client
|
||||||
|
- update dependencies
|
||||||
|
- update translations
|
||||||
|
|
||||||
## 2.7.1 (2024-09-18)
|
## 2.7.1 (2024-09-18)
|
||||||
### Misc
|
### Misc
|
||||||
- fix composer install in build script
|
- fix composer install in build script
|
||||||
|
|
|
@ -22,7 +22,7 @@ Developer wanted! If you have time it would be awesome if you could help to enha
|
||||||
|
|
||||||
*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*
|
*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*
|
||||||
]]></description>
|
]]></description>
|
||||||
<version>2.7.1</version>
|
<version>2.7.2</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="klaus@jsxc.org">Klaus Herberth</author>
|
<author mail="klaus@jsxc.org">Klaus Herberth</author>
|
||||||
<namespace>BigBlueButton</namespace>
|
<namespace>BigBlueButton</namespace>
|
||||||
|
|
10
l10n/ar.js
10
l10n/ar.js
|
@ -26,12 +26,12 @@ OC.L10N.register(
|
||||||
"Room not found" : "الغرفة غير موجودة",
|
"Room not found" : "الغرفة غير موجودة",
|
||||||
"The room could not be found. Maybe it was deleted?" : "الغرفة غير موجودة. هل يمكن أن تكون محذوفة؟",
|
"The room could not be found. Maybe it was deleted?" : "الغرفة غير موجودة. هل يمكن أن تكون محذوفة؟",
|
||||||
"Back to %s" : "العودة إلى %s",
|
"Back to %s" : "العودة إلى %s",
|
||||||
"Get your API URL and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "تحصّل على API URL و كلمة السر بإعطاء الأمر \"sudo bbb-conf --secret\" على خادوم BBB.",
|
"Get your API URL and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "تحصّل على API URL و كلمة المرور بإعطاء الأمر \"sudo bbb-conf --secret\" على خادوم BBB.",
|
||||||
"API URL" : "عنوان واجهة برمجة التطبيقات API URL",
|
"API URL" : "عنوان واجهة برمجة التطبيقات API URL",
|
||||||
"API secret" : "كلمة السر لواجهة برمجة التطبيقات API secret",
|
"API secret" : "كلمة المرور لواجهة برمجة التطبيقات API secret",
|
||||||
"Save" : "حفظ",
|
"Save" : "حفظ",
|
||||||
"Show room manager in app navigation instead of settings page." : "عرض مدير الغرفة في صفحةتصفح التطبيق بدلأً عن صفحة الإعدادات.",
|
"Show room manager in app navigation instead of settings page." : "عرض مدير الغرفة في صفحةتصفح التطبيق بدلأً عن صفحة الإعدادات.",
|
||||||
"Use Nextcloud theme in BigBlueButton." : "ثيمة نكست كلاود في \"بيغ بلو بوتون\" BBB",
|
"Use Nextcloud theme in BigBlueButton." : "سمة نكست كلاود في \"بيغ بلو بوتون\" BBB",
|
||||||
"Default Room Settings" : "الإعدادات التلقائية للغرفة",
|
"Default Room Settings" : "الإعدادات التلقائية للغرفة",
|
||||||
"Below you can change some default values, which are used to create a new room." : "يُمكنك أدناه تعديل بعض القيم التلقائية التي تستخدم عند إنشاء غرفة جديدة.",
|
"Below you can change some default values, which are used to create a new room." : "يُمكنك أدناه تعديل بعض القيم التلقائية التي تستخدم عند إنشاء غرفة جديدة.",
|
||||||
"Perform media check before usage" : "قم باختيار الوسائط media قبل الاستعمال",
|
"Perform media check before usage" : "قم باختيار الوسائط media قبل الاستعمال",
|
||||||
|
@ -47,8 +47,8 @@ OC.L10N.register(
|
||||||
"Please enter your name!" : "أدخِل اسمك من فضلك!",
|
"Please enter your name!" : "أدخِل اسمك من فضلك!",
|
||||||
"The name must be at least 3 characters long." : "الاسم يجب ألّا يقل عن 3 حروف.",
|
"The name must be at least 3 characters long." : "الاسم يجب ألّا يقل عن 3 حروف.",
|
||||||
"You have to provide the correct password to join the meeting." : "يجب أن تُدخَل كلمة المرور الصحيحة ليمكنك المشاركة في الاجتماع.",
|
"You have to provide the correct password to join the meeting." : "يجب أن تُدخَل كلمة المرور الصحيحة ليمكنك المشاركة في الاجتماع.",
|
||||||
"Display name" : "الاسم المعروض",
|
"Display name" : "اسم العرض",
|
||||||
"Password" : "كلمة السر",
|
"Password" : "كلمة المرور",
|
||||||
"Join" : "إنضم",
|
"Join" : "إنضم",
|
||||||
"Have an account? Log in." : "عندك حساب؟ أُدخُل.",
|
"Have an account? Log in." : "عندك حساب؟ أُدخُل.",
|
||||||
"Hello %s" : "أهلاً %s",
|
"Hello %s" : "أهلاً %s",
|
||||||
|
|
10
l10n/ar.json
10
l10n/ar.json
|
@ -24,12 +24,12 @@
|
||||||
"Room not found" : "الغرفة غير موجودة",
|
"Room not found" : "الغرفة غير موجودة",
|
||||||
"The room could not be found. Maybe it was deleted?" : "الغرفة غير موجودة. هل يمكن أن تكون محذوفة؟",
|
"The room could not be found. Maybe it was deleted?" : "الغرفة غير موجودة. هل يمكن أن تكون محذوفة؟",
|
||||||
"Back to %s" : "العودة إلى %s",
|
"Back to %s" : "العودة إلى %s",
|
||||||
"Get your API URL and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "تحصّل على API URL و كلمة السر بإعطاء الأمر \"sudo bbb-conf --secret\" على خادوم BBB.",
|
"Get your API URL and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "تحصّل على API URL و كلمة المرور بإعطاء الأمر \"sudo bbb-conf --secret\" على خادوم BBB.",
|
||||||
"API URL" : "عنوان واجهة برمجة التطبيقات API URL",
|
"API URL" : "عنوان واجهة برمجة التطبيقات API URL",
|
||||||
"API secret" : "كلمة السر لواجهة برمجة التطبيقات API secret",
|
"API secret" : "كلمة المرور لواجهة برمجة التطبيقات API secret",
|
||||||
"Save" : "حفظ",
|
"Save" : "حفظ",
|
||||||
"Show room manager in app navigation instead of settings page." : "عرض مدير الغرفة في صفحةتصفح التطبيق بدلأً عن صفحة الإعدادات.",
|
"Show room manager in app navigation instead of settings page." : "عرض مدير الغرفة في صفحةتصفح التطبيق بدلأً عن صفحة الإعدادات.",
|
||||||
"Use Nextcloud theme in BigBlueButton." : "ثيمة نكست كلاود في \"بيغ بلو بوتون\" BBB",
|
"Use Nextcloud theme in BigBlueButton." : "سمة نكست كلاود في \"بيغ بلو بوتون\" BBB",
|
||||||
"Default Room Settings" : "الإعدادات التلقائية للغرفة",
|
"Default Room Settings" : "الإعدادات التلقائية للغرفة",
|
||||||
"Below you can change some default values, which are used to create a new room." : "يُمكنك أدناه تعديل بعض القيم التلقائية التي تستخدم عند إنشاء غرفة جديدة.",
|
"Below you can change some default values, which are used to create a new room." : "يُمكنك أدناه تعديل بعض القيم التلقائية التي تستخدم عند إنشاء غرفة جديدة.",
|
||||||
"Perform media check before usage" : "قم باختيار الوسائط media قبل الاستعمال",
|
"Perform media check before usage" : "قم باختيار الوسائط media قبل الاستعمال",
|
||||||
|
@ -45,8 +45,8 @@
|
||||||
"Please enter your name!" : "أدخِل اسمك من فضلك!",
|
"Please enter your name!" : "أدخِل اسمك من فضلك!",
|
||||||
"The name must be at least 3 characters long." : "الاسم يجب ألّا يقل عن 3 حروف.",
|
"The name must be at least 3 characters long." : "الاسم يجب ألّا يقل عن 3 حروف.",
|
||||||
"You have to provide the correct password to join the meeting." : "يجب أن تُدخَل كلمة المرور الصحيحة ليمكنك المشاركة في الاجتماع.",
|
"You have to provide the correct password to join the meeting." : "يجب أن تُدخَل كلمة المرور الصحيحة ليمكنك المشاركة في الاجتماع.",
|
||||||
"Display name" : "الاسم المعروض",
|
"Display name" : "اسم العرض",
|
||||||
"Password" : "كلمة السر",
|
"Password" : "كلمة المرور",
|
||||||
"Join" : "إنضم",
|
"Join" : "إنضم",
|
||||||
"Have an account? Log in." : "عندك حساب؟ أُدخُل.",
|
"Have an account? Log in." : "عندك حساب؟ أُدخُل.",
|
||||||
"Hello %s" : "أهلاً %s",
|
"Hello %s" : "أهلاً %s",
|
||||||
|
|
|
@ -45,11 +45,13 @@ OC.L10N.register(
|
||||||
"Room URL" : "URL de la sala",
|
"Room URL" : "URL de la sala",
|
||||||
"Welcome" : "Afáyate",
|
"Welcome" : "Afáyate",
|
||||||
"Participant limit" : "Llende de participantes",
|
"Participant limit" : "Llende de participantes",
|
||||||
|
"Sharing" : "Compartición",
|
||||||
"Every participant is moderator" : "Tolos participantes son llendadores",
|
"Every participant is moderator" : "Tolos participantes son llendadores",
|
||||||
"Miscellaneous" : "Miscelanea",
|
"Miscellaneous" : "Miscelanea",
|
||||||
"Clean layout" : "Distribución llimpia",
|
"Clean layout" : "Distribución llimpia",
|
||||||
"Room name" : "Nome de la sala",
|
"Room name" : "Nome de la sala",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
|
"Published" : "Espublizóse",
|
||||||
"Open recording" : "Abrir la grabación",
|
"Open recording" : "Abrir la grabación",
|
||||||
"Copy to clipboard" : "Copiar nel cartafueyu",
|
"Copy to clipboard" : "Copiar nel cartafueyu",
|
||||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||||
|
|
|
@ -43,11 +43,13 @@
|
||||||
"Room URL" : "URL de la sala",
|
"Room URL" : "URL de la sala",
|
||||||
"Welcome" : "Afáyate",
|
"Welcome" : "Afáyate",
|
||||||
"Participant limit" : "Llende de participantes",
|
"Participant limit" : "Llende de participantes",
|
||||||
|
"Sharing" : "Compartición",
|
||||||
"Every participant is moderator" : "Tolos participantes son llendadores",
|
"Every participant is moderator" : "Tolos participantes son llendadores",
|
||||||
"Miscellaneous" : "Miscelanea",
|
"Miscellaneous" : "Miscelanea",
|
||||||
"Clean layout" : "Distribución llimpia",
|
"Clean layout" : "Distribución llimpia",
|
||||||
"Room name" : "Nome de la sala",
|
"Room name" : "Nome de la sala",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
|
"Published" : "Espublizóse",
|
||||||
"Open recording" : "Abrir la grabación",
|
"Open recording" : "Abrir la grabación",
|
||||||
"Copy to clipboard" : "Copiar nel cartafueyu",
|
"Copy to clipboard" : "Copiar nel cartafueyu",
|
||||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||||
|
|
|
@ -8,7 +8,9 @@ OC.L10N.register(
|
||||||
"Group" : "Qrup",
|
"Group" : "Qrup",
|
||||||
"Name" : "Ad",
|
"Name" : "Ad",
|
||||||
"Edit" : "Dəyişiklik et",
|
"Edit" : "Dəyişiklik et",
|
||||||
|
"Sharing" : "Paylaşılır",
|
||||||
"Create" : "Yarat",
|
"Create" : "Yarat",
|
||||||
|
"Published" : "Nəşr edilmiş",
|
||||||
"Delete" : "Sil",
|
"Delete" : "Sil",
|
||||||
"Error" : "Səhv",
|
"Error" : "Səhv",
|
||||||
"Loading" : "Loading",
|
"Loading" : "Loading",
|
||||||
|
|
|
@ -6,7 +6,9 @@
|
||||||
"Group" : "Qrup",
|
"Group" : "Qrup",
|
||||||
"Name" : "Ad",
|
"Name" : "Ad",
|
||||||
"Edit" : "Dəyişiklik et",
|
"Edit" : "Dəyişiklik et",
|
||||||
|
"Sharing" : "Paylaşılır",
|
||||||
"Create" : "Yarat",
|
"Create" : "Yarat",
|
||||||
|
"Published" : "Nəşr edilmiş",
|
||||||
"Delete" : "Sil",
|
"Delete" : "Sil",
|
||||||
"Error" : "Səhv",
|
"Error" : "Səhv",
|
||||||
"Loading" : "Loading",
|
"Loading" : "Loading",
|
||||||
|
|
|
@ -114,6 +114,7 @@ OC.L10N.register(
|
||||||
"Delete?" : "Изтриване?",
|
"Delete?" : "Изтриване?",
|
||||||
"Could not delete record" : "Записът не можа да се изтрие",
|
"Could not delete record" : "Записът не можа да се изтрие",
|
||||||
"Server error" : "Сървърна грешка",
|
"Server error" : "Сървърна грешка",
|
||||||
|
"Start" : "Начало",
|
||||||
"Loading" : "Зареждане",
|
"Loading" : "Зареждане",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Нямате право да променяте тази опция, защото тази стая е споделена с вас.",
|
"You are not allowed to change this option, because this room is shared with you." : "Нямате право да променяте тази опция, защото тази стая е споделена с вас.",
|
||||||
"Max. rooms" : "Макс. стаи",
|
"Max. rooms" : "Макс. стаи",
|
||||||
|
|
|
@ -112,6 +112,7 @@
|
||||||
"Delete?" : "Изтриване?",
|
"Delete?" : "Изтриване?",
|
||||||
"Could not delete record" : "Записът не можа да се изтрие",
|
"Could not delete record" : "Записът не можа да се изтрие",
|
||||||
"Server error" : "Сървърна грешка",
|
"Server error" : "Сървърна грешка",
|
||||||
|
"Start" : "Начало",
|
||||||
"Loading" : "Зареждане",
|
"Loading" : "Зареждане",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Нямате право да променяте тази опция, защото тази стая е споделена с вас.",
|
"You are not allowed to change this option, because this room is shared with you." : "Нямате право да променяте тази опция, защото тази стая е споделена с вас.",
|
||||||
"Max. rooms" : "Макс. стаи",
|
"Max. rooms" : "Макс. стаи",
|
||||||
|
|
|
@ -58,6 +58,7 @@ OC.L10N.register(
|
||||||
"No matches" : "Žádné shody",
|
"No matches" : "Žádné shody",
|
||||||
"admin" : "správce",
|
"admin" : "správce",
|
||||||
"moderator" : "moderátor",
|
"moderator" : "moderátor",
|
||||||
|
"user" : "uživatel",
|
||||||
"Name" : "Název",
|
"Name" : "Název",
|
||||||
"Access" : "Přístup",
|
"Access" : "Přístup",
|
||||||
"Max" : "Nejvýše",
|
"Max" : "Nejvýše",
|
||||||
|
@ -71,6 +72,7 @@ OC.L10N.register(
|
||||||
"This message is shown to all users in the chat area after they joined." : "Tato zpráva je zobrazena všem uživatelům v chatu, poté co se připojí.",
|
"This message is shown to all users in the chat area after they joined." : "Tato zpráva je zobrazena všem uživatelům v chatu, poté co se připojí.",
|
||||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Nastaví limit na počet účastníků pro tuto místnost. Nula znamená bez omezení.",
|
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Nastaví limit na počet účastníků pro tuto místnost. Nula znamená bez omezení.",
|
||||||
"If enabled, the moderator is able to start the recording." : "Pokud je zapnuto, moderátor může spustit nahrávání.",
|
"If enabled, the moderator is able to start the recording." : "Pokud je zapnuto, moderátor může spustit nahrávání.",
|
||||||
|
"Explanation of the different concepts that constitute access options :<br>- Public: Anyone who has the link can join.- <br>Internal: Only Nextcloud users can join.- <br>Password: Only guests who have the password can join..- <br>Waiting room: A moderator must accept each guest before they can join.- <br>Restricted : Only selected users and groups can access this room." : "Vysvětlení různých pojmů, které tvoří možnosti přístupu :<br>- Veřejné: Kdokoli kdo má dokaz se může přidat.- <br>Interní: Připojit se mohou pouze uživatelé z Nextcloud.- <br>Heslo: Připojit se mohou pouze hosté, kteří mají heslo.- <br>Čekací místnost: Než se host bude moci připojit je třeba, aby každého zvlášť přijal moderátor.- <br>Omezené : K této místnosti budou mít přístup pouze vybraní uživatelé a skupiny.",
|
||||||
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Moderátor může spravovat všechny účastníky schůzky, včetně odpojení, ztlumení nebo výběru prezentujícího. Uživatelé s rolí moderátor také mohou schůzku ukončit nebo měnit výchozí nastavení.",
|
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Moderátor může spravovat všechny účastníky schůzky, včetně odpojení, ztlumení nebo výběru prezentujícího. Uživatelé s rolí moderátor také mohou schůzku ukončit nebo měnit výchozí nastavení.",
|
||||||
"If enabled, normal users have to wait until a moderator is in the room." : "Pokud je zapnuto, běžní uživatelé budou muset počkat, než se do místnosti přihlásí moderátor.",
|
"If enabled, normal users have to wait until a moderator is in the room." : "Pokud je zapnuto, běžní uživatelé budou muset počkat, než se do místnosti přihlásí moderátor.",
|
||||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Po povolení bude vygenerován moderátorský URL umožňující přístup s moderátorskými právy.",
|
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Po povolení bude vygenerován moderátorský URL umožňující přístup s moderátorskými právy.",
|
||||||
|
@ -114,7 +116,10 @@ OC.L10N.register(
|
||||||
"Delete?" : "Smazat?",
|
"Delete?" : "Smazat?",
|
||||||
"Could not delete record" : "Záznam se nedaří smazat",
|
"Could not delete record" : "Záznam se nedaří smazat",
|
||||||
"Server error" : "Chyba serveru",
|
"Server error" : "Chyba serveru",
|
||||||
|
"Could not modify publishing state" : "Nepodařilo se změnit stav zvěřejnění",
|
||||||
|
"Open room" : "Otevřít místnost",
|
||||||
"Start" : "Spustit",
|
"Start" : "Spustit",
|
||||||
|
"Clone room" : "Klonovat místnost",
|
||||||
"Loading" : "Načítání",
|
"Loading" : "Načítání",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Nemáte oprávnění měnit tuto volbu, protože tato místnost je vám jen nasdílena.",
|
"You are not allowed to change this option, because this room is shared with you." : "Nemáte oprávnění měnit tuto volbu, protože tato místnost je vám jen nasdílena.",
|
||||||
"Max. rooms" : "Nejvýše místností",
|
"Max. rooms" : "Nejvýše místností",
|
||||||
|
|
|
@ -56,6 +56,7 @@
|
||||||
"No matches" : "Žádné shody",
|
"No matches" : "Žádné shody",
|
||||||
"admin" : "správce",
|
"admin" : "správce",
|
||||||
"moderator" : "moderátor",
|
"moderator" : "moderátor",
|
||||||
|
"user" : "uživatel",
|
||||||
"Name" : "Název",
|
"Name" : "Název",
|
||||||
"Access" : "Přístup",
|
"Access" : "Přístup",
|
||||||
"Max" : "Nejvýše",
|
"Max" : "Nejvýše",
|
||||||
|
@ -69,6 +70,7 @@
|
||||||
"This message is shown to all users in the chat area after they joined." : "Tato zpráva je zobrazena všem uživatelům v chatu, poté co se připojí.",
|
"This message is shown to all users in the chat area after they joined." : "Tato zpráva je zobrazena všem uživatelům v chatu, poté co se připojí.",
|
||||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Nastaví limit na počet účastníků pro tuto místnost. Nula znamená bez omezení.",
|
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Nastaví limit na počet účastníků pro tuto místnost. Nula znamená bez omezení.",
|
||||||
"If enabled, the moderator is able to start the recording." : "Pokud je zapnuto, moderátor může spustit nahrávání.",
|
"If enabled, the moderator is able to start the recording." : "Pokud je zapnuto, moderátor může spustit nahrávání.",
|
||||||
|
"Explanation of the different concepts that constitute access options :<br>- Public: Anyone who has the link can join.- <br>Internal: Only Nextcloud users can join.- <br>Password: Only guests who have the password can join..- <br>Waiting room: A moderator must accept each guest before they can join.- <br>Restricted : Only selected users and groups can access this room." : "Vysvětlení různých pojmů, které tvoří možnosti přístupu :<br>- Veřejné: Kdokoli kdo má dokaz se může přidat.- <br>Interní: Připojit se mohou pouze uživatelé z Nextcloud.- <br>Heslo: Připojit se mohou pouze hosté, kteří mají heslo.- <br>Čekací místnost: Než se host bude moci připojit je třeba, aby každého zvlášť přijal moderátor.- <br>Omezené : K této místnosti budou mít přístup pouze vybraní uživatelé a skupiny.",
|
||||||
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Moderátor může spravovat všechny účastníky schůzky, včetně odpojení, ztlumení nebo výběru prezentujícího. Uživatelé s rolí moderátor také mohou schůzku ukončit nebo měnit výchozí nastavení.",
|
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Moderátor může spravovat všechny účastníky schůzky, včetně odpojení, ztlumení nebo výběru prezentujícího. Uživatelé s rolí moderátor také mohou schůzku ukončit nebo měnit výchozí nastavení.",
|
||||||
"If enabled, normal users have to wait until a moderator is in the room." : "Pokud je zapnuto, běžní uživatelé budou muset počkat, než se do místnosti přihlásí moderátor.",
|
"If enabled, normal users have to wait until a moderator is in the room." : "Pokud je zapnuto, běžní uživatelé budou muset počkat, než se do místnosti přihlásí moderátor.",
|
||||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Po povolení bude vygenerován moderátorský URL umožňující přístup s moderátorskými právy.",
|
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Po povolení bude vygenerován moderátorský URL umožňující přístup s moderátorskými právy.",
|
||||||
|
@ -112,7 +114,10 @@
|
||||||
"Delete?" : "Smazat?",
|
"Delete?" : "Smazat?",
|
||||||
"Could not delete record" : "Záznam se nedaří smazat",
|
"Could not delete record" : "Záznam se nedaří smazat",
|
||||||
"Server error" : "Chyba serveru",
|
"Server error" : "Chyba serveru",
|
||||||
|
"Could not modify publishing state" : "Nepodařilo se změnit stav zvěřejnění",
|
||||||
|
"Open room" : "Otevřít místnost",
|
||||||
"Start" : "Spustit",
|
"Start" : "Spustit",
|
||||||
|
"Clone room" : "Klonovat místnost",
|
||||||
"Loading" : "Načítání",
|
"Loading" : "Načítání",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Nemáte oprávnění měnit tuto volbu, protože tato místnost je vám jen nasdílena.",
|
"You are not allowed to change this option, because this room is shared with you." : "Nemáte oprávnění měnit tuto volbu, protože tato místnost je vám jen nasdílena.",
|
||||||
"Max. rooms" : "Nejvýše místností",
|
"Max. rooms" : "Nejvýše místností",
|
||||||
|
|
|
@ -71,7 +71,7 @@ OC.L10N.register(
|
||||||
"Descriptive name of this room." : "Nom descriptif de cette salle.",
|
"Descriptive name of this room." : "Nom descriptif de cette salle.",
|
||||||
"This message is shown to all users in the chat area after they joined." : "Ce message est affiché à tous les utilisateurs de l’espace de discussion après qu’ils l’ont rejoint.",
|
"This message is shown to all users in the chat area after they joined." : "Ce message est affiché à tous les utilisateurs de l’espace de discussion après qu’ils l’ont rejoint.",
|
||||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Fixe une limite au nombre de participants pour cette salle. Zéro signifie qu’il n’y a pas de limite.",
|
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Fixe une limite au nombre de participants pour cette salle. Zéro signifie qu’il n’y a pas de limite.",
|
||||||
"If enabled, the moderator is able to start the recording." : "Si activé, le modérateur peut démarrer l'enregistrement.",
|
"If enabled, the moderator is able to start the recording." : "Si activé, le modérateur peut lancer l'enregistrement.",
|
||||||
"Explanation of the different concepts that constitute access options :<br>- Public: Anyone who has the link can join.- <br>Internal: Only Nextcloud users can join.- <br>Password: Only guests who have the password can join..- <br>Waiting room: A moderator must accept each guest before they can join.- <br>Restricted : Only selected users and groups can access this room." : "Explication des différents concepts qui constituent les options d’accès :<br>- Public : Toute personne possédant le lien peut rejoindre la conversation.- <br>Interne : Seuls les utilisateurs Nextcloud peuvent rejoindre la conversation.- <br>Mot de passe : Seuls les invités possédant le mot de passe peuvent rejoindre la conversation..- <br>Salle d’attente : Un modérateur doit accepter chaque invité avant qu’il ne puisse rejoindre la conversation.- <br>Restreint : Seuls les utilisateurs et groupes sélectionnés peuvent accéder à cette conversation.",
|
"Explanation of the different concepts that constitute access options :<br>- Public: Anyone who has the link can join.- <br>Internal: Only Nextcloud users can join.- <br>Password: Only guests who have the password can join..- <br>Waiting room: A moderator must accept each guest before they can join.- <br>Restricted : Only selected users and groups can access this room." : "Explication des différents concepts qui constituent les options d’accès :<br>- Public : Toute personne possédant le lien peut rejoindre la conversation.- <br>Interne : Seuls les utilisateurs Nextcloud peuvent rejoindre la conversation.- <br>Mot de passe : Seuls les invités possédant le mot de passe peuvent rejoindre la conversation..- <br>Salle d’attente : Un modérateur doit accepter chaque invité avant qu’il ne puisse rejoindre la conversation.- <br>Restreint : Seuls les utilisateurs et groupes sélectionnés peuvent accéder à cette conversation.",
|
||||||
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Un modérateur est en mesure de gérer tous les participants d'une réunion, incluant leur éjection de la salle, leur mise en sourdine ou la désignation d'un présentateur. Les utilisateurs ayant le rôle de modérateur peuvent également mettre fin à une réunion ou modifier les paramètres par défaut.",
|
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Un modérateur est en mesure de gérer tous les participants d'une réunion, incluant leur éjection de la salle, leur mise en sourdine ou la désignation d'un présentateur. Les utilisateurs ayant le rôle de modérateur peuvent également mettre fin à une réunion ou modifier les paramètres par défaut.",
|
||||||
"If enabled, normal users have to wait until a moderator is in the room." : "Si activé, les utilisateurs devront attendre qu'un modérateur rejoigne la salle.",
|
"If enabled, normal users have to wait until a moderator is in the room." : "Si activé, les utilisateurs devront attendre qu'un modérateur rejoigne la salle.",
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
"Descriptive name of this room." : "Nom descriptif de cette salle.",
|
"Descriptive name of this room." : "Nom descriptif de cette salle.",
|
||||||
"This message is shown to all users in the chat area after they joined." : "Ce message est affiché à tous les utilisateurs de l’espace de discussion après qu’ils l’ont rejoint.",
|
"This message is shown to all users in the chat area after they joined." : "Ce message est affiché à tous les utilisateurs de l’espace de discussion après qu’ils l’ont rejoint.",
|
||||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Fixe une limite au nombre de participants pour cette salle. Zéro signifie qu’il n’y a pas de limite.",
|
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Fixe une limite au nombre de participants pour cette salle. Zéro signifie qu’il n’y a pas de limite.",
|
||||||
"If enabled, the moderator is able to start the recording." : "Si activé, le modérateur peut démarrer l'enregistrement.",
|
"If enabled, the moderator is able to start the recording." : "Si activé, le modérateur peut lancer l'enregistrement.",
|
||||||
"Explanation of the different concepts that constitute access options :<br>- Public: Anyone who has the link can join.- <br>Internal: Only Nextcloud users can join.- <br>Password: Only guests who have the password can join..- <br>Waiting room: A moderator must accept each guest before they can join.- <br>Restricted : Only selected users and groups can access this room." : "Explication des différents concepts qui constituent les options d’accès :<br>- Public : Toute personne possédant le lien peut rejoindre la conversation.- <br>Interne : Seuls les utilisateurs Nextcloud peuvent rejoindre la conversation.- <br>Mot de passe : Seuls les invités possédant le mot de passe peuvent rejoindre la conversation..- <br>Salle d’attente : Un modérateur doit accepter chaque invité avant qu’il ne puisse rejoindre la conversation.- <br>Restreint : Seuls les utilisateurs et groupes sélectionnés peuvent accéder à cette conversation.",
|
"Explanation of the different concepts that constitute access options :<br>- Public: Anyone who has the link can join.- <br>Internal: Only Nextcloud users can join.- <br>Password: Only guests who have the password can join..- <br>Waiting room: A moderator must accept each guest before they can join.- <br>Restricted : Only selected users and groups can access this room." : "Explication des différents concepts qui constituent les options d’accès :<br>- Public : Toute personne possédant le lien peut rejoindre la conversation.- <br>Interne : Seuls les utilisateurs Nextcloud peuvent rejoindre la conversation.- <br>Mot de passe : Seuls les invités possédant le mot de passe peuvent rejoindre la conversation..- <br>Salle d’attente : Un modérateur doit accepter chaque invité avant qu’il ne puisse rejoindre la conversation.- <br>Restreint : Seuls les utilisateurs et groupes sélectionnés peuvent accéder à cette conversation.",
|
||||||
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Un modérateur est en mesure de gérer tous les participants d'une réunion, incluant leur éjection de la salle, leur mise en sourdine ou la désignation d'un présentateur. Les utilisateurs ayant le rôle de modérateur peuvent également mettre fin à une réunion ou modifier les paramètres par défaut.",
|
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Un modérateur est en mesure de gérer tous les participants d'une réunion, incluant leur éjection de la salle, leur mise en sourdine ou la désignation d'un présentateur. Les utilisateurs ayant le rôle de modérateur peuvent également mettre fin à une réunion ou modifier les paramètres par défaut.",
|
||||||
"If enabled, normal users have to wait until a moderator is in the room." : "Si activé, les utilisateurs devront attendre qu'un modérateur rejoigne la salle.",
|
"If enabled, normal users have to wait until a moderator is in the room." : "Si activé, les utilisateurs devront attendre qu'un modérateur rejoigne la salle.",
|
||||||
|
|
|
@ -30,7 +30,7 @@ OC.L10N.register(
|
||||||
"API URL" : "URL da API",
|
"API URL" : "URL da API",
|
||||||
"API secret" : "Segredo da API",
|
"API secret" : "Segredo da API",
|
||||||
"Save" : "Gardar",
|
"Save" : "Gardar",
|
||||||
"Show room manager in app navigation instead of settings page." : "Amosar o xestor de sala na navegación da aplicación no canto de na páxina de axustes.",
|
"Show room manager in app navigation instead of settings page." : "Amosar o xestor de sala na navegación da aplicación en troques de na páxina de axustes.",
|
||||||
"Use Nextcloud theme in BigBlueButton." : "Usar o tema Nextcloud en BigBlueButton.",
|
"Use Nextcloud theme in BigBlueButton." : "Usar o tema Nextcloud en BigBlueButton.",
|
||||||
"Default Room Settings" : "Axustes predeterminados da sala",
|
"Default Room Settings" : "Axustes predeterminados da sala",
|
||||||
"Below you can change some default values, which are used to create a new room." : "A continuación pode cambiar algúns valores predeterminados, que se usan para crear unha nova sala.",
|
"Below you can change some default values, which are used to create a new room." : "A continuación pode cambiar algúns valores predeterminados, que se usan para crear unha nova sala.",
|
||||||
|
@ -133,8 +133,8 @@ OC.L10N.register(
|
||||||
"API URL is invalid" : "O URL da API é incorrecto",
|
"API URL is invalid" : "O URL da API é incorrecto",
|
||||||
"API secret is invalid" : "O segredo da API é incorrecto",
|
"API secret is invalid" : "O segredo da API é incorrecto",
|
||||||
"URL has to start with HTTPS" : "O URL ten que comezar con HTTPS",
|
"URL has to start with HTTPS" : "O URL ten que comezar con HTTPS",
|
||||||
"URL has to contain the {token} placeholder" : "O URL ten que conter o marcador de posición {token}",
|
"URL has to contain the {token} placeholder" : "O URL ten que conter o marcador de substitución {token}",
|
||||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "O URL ten que comezar con https:// e conter {token}. Ademais pódese usar o marcador de posición de {user}.",
|
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "O URL ten que comezar con https:// e conter {token}. Ademais pódese usar o marcador de substitución de {user}.",
|
||||||
"The file \"{filename}\" was uploaded to your room." : "O ficheiro «{filename}» foi enviado á súa sala.",
|
"The file \"{filename}\" was uploaded to your room." : "O ficheiro «{filename}» foi enviado á súa sala.",
|
||||||
"The file \"{filename}\" could not be uploaded to your room." : "Non foi posíbel enviar o ficheiro «{filename}» á súa sala.",
|
"The file \"{filename}\" could not be uploaded to your room." : "Non foi posíbel enviar o ficheiro «{filename}» á súa sala.",
|
||||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "Non foi posíbel enviar o ficheiro «{filename}» á súa sala. Quizais o seu servidor BigBlueButton non admita esta acción.",
|
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "Non foi posíbel enviar o ficheiro «{filename}» á súa sala. Quizais o seu servidor BigBlueButton non admita esta acción.",
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
"API URL" : "URL da API",
|
"API URL" : "URL da API",
|
||||||
"API secret" : "Segredo da API",
|
"API secret" : "Segredo da API",
|
||||||
"Save" : "Gardar",
|
"Save" : "Gardar",
|
||||||
"Show room manager in app navigation instead of settings page." : "Amosar o xestor de sala na navegación da aplicación no canto de na páxina de axustes.",
|
"Show room manager in app navigation instead of settings page." : "Amosar o xestor de sala na navegación da aplicación en troques de na páxina de axustes.",
|
||||||
"Use Nextcloud theme in BigBlueButton." : "Usar o tema Nextcloud en BigBlueButton.",
|
"Use Nextcloud theme in BigBlueButton." : "Usar o tema Nextcloud en BigBlueButton.",
|
||||||
"Default Room Settings" : "Axustes predeterminados da sala",
|
"Default Room Settings" : "Axustes predeterminados da sala",
|
||||||
"Below you can change some default values, which are used to create a new room." : "A continuación pode cambiar algúns valores predeterminados, que se usan para crear unha nova sala.",
|
"Below you can change some default values, which are used to create a new room." : "A continuación pode cambiar algúns valores predeterminados, que se usan para crear unha nova sala.",
|
||||||
|
@ -131,8 +131,8 @@
|
||||||
"API URL is invalid" : "O URL da API é incorrecto",
|
"API URL is invalid" : "O URL da API é incorrecto",
|
||||||
"API secret is invalid" : "O segredo da API é incorrecto",
|
"API secret is invalid" : "O segredo da API é incorrecto",
|
||||||
"URL has to start with HTTPS" : "O URL ten que comezar con HTTPS",
|
"URL has to start with HTTPS" : "O URL ten que comezar con HTTPS",
|
||||||
"URL has to contain the {token} placeholder" : "O URL ten que conter o marcador de posición {token}",
|
"URL has to contain the {token} placeholder" : "O URL ten que conter o marcador de substitución {token}",
|
||||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "O URL ten que comezar con https:// e conter {token}. Ademais pódese usar o marcador de posición de {user}.",
|
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "O URL ten que comezar con https:// e conter {token}. Ademais pódese usar o marcador de substitución de {user}.",
|
||||||
"The file \"{filename}\" was uploaded to your room." : "O ficheiro «{filename}» foi enviado á súa sala.",
|
"The file \"{filename}\" was uploaded to your room." : "O ficheiro «{filename}» foi enviado á súa sala.",
|
||||||
"The file \"{filename}\" could not be uploaded to your room." : "Non foi posíbel enviar o ficheiro «{filename}» á súa sala.",
|
"The file \"{filename}\" could not be uploaded to your room." : "Non foi posíbel enviar o ficheiro «{filename}» á súa sala.",
|
||||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "Non foi posíbel enviar o ficheiro «{filename}» á súa sala. Quizais o seu servidor BigBlueButton non admita esta acción.",
|
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "Non foi posíbel enviar o ficheiro «{filename}» á súa sala. Quizais o seu servidor BigBlueButton non admita esta acción.",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@sualko/cloud_bbb",
|
"name": "@sualko/cloud_bbb",
|
||||||
"description": "Nextcloud Integration for BigBlueButton",
|
"description": "Nextcloud Integration for BigBlueButton",
|
||||||
"version": "2.7.1",
|
"version": "2.7.2",
|
||||||
"author": "Klaus Herberth <klaus@jsxc.org>",
|
"author": "Klaus Herberth <klaus@jsxc.org>",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/sualko/cloud_bbb/issues"
|
"url": "https://github.com/sualko/cloud_bbb/issues"
|
||||||
|
|
|
@ -74,15 +74,15 @@ async function createRelease(appId) {
|
||||||
console.log(composerDev.stdout, composerDev.stderr);
|
console.log(composerDev.stdout, composerDev.stderr);
|
||||||
console.log('✔ composer dev dependencies installed'.green);
|
console.log('✔ composer dev dependencies installed'.green);
|
||||||
|
|
||||||
await execa('yarn', ['lint']);
|
await execa('yarn lint');
|
||||||
console.log('✔ linters are happy'.green);
|
console.log('✔ linters are happy'.green);
|
||||||
|
|
||||||
const composerNoDev = await execa('composer install --no-dev');
|
const composerNoDev = await execa('composer install --no-dev');
|
||||||
console.log(composerNoDev.stdout, composerNoDev.stderr);
|
console.log(composerNoDev.stdout, composerNoDev.stderr);
|
||||||
console.log('✔ composer dependencies installed'.green);
|
console.log('✔ composer dependencies installed'.green);
|
||||||
|
|
||||||
await execa('yarn', ['build']);
|
await execa('yarn build');
|
||||||
console.log('✔ scripts built'.green);
|
console.log('✔ webpack done'.green);
|
||||||
|
|
||||||
await updateChangelog();
|
await updateChangelog();
|
||||||
|
|
||||||
|
|
|
@ -250,7 +250,7 @@ async function run() {
|
||||||
await pull();
|
await pull();
|
||||||
console.log('✔ pulled latest changes'.green);
|
console.log('✔ pulled latest changes'.green);
|
||||||
|
|
||||||
await execa('yarn', ['composer:install:dev']);
|
await execa('yarn composer:install:dev');
|
||||||
console.log('✔ composer dev dependencies installed'.green);
|
console.log('✔ composer dev dependencies installed'.green);
|
||||||
|
|
||||||
await notAlreadyTagged();
|
await notAlreadyTagged();
|
||||||
|
|
|
@ -2420,9 +2420,9 @@ camelcase@^5.3.1:
|
||||||
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
||||||
|
|
||||||
caniuse-lite@^1.0.30001317:
|
caniuse-lite@^1.0.30001317:
|
||||||
version "1.0.30001425"
|
version "1.0.30001667"
|
||||||
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001425.tgz"
|
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001667.tgz"
|
||||||
integrity sha512-/pzFv0OmNG6W0ym80P3NtapU0QEiDS3VuYAZMGoLLqiC7f6FJFe1MjpQDREGApeenD9wloeytmVDj+JLXPC6qw==
|
integrity sha512-7LTwJjcRkzKFmtqGsibMeuXmvFDfZq/nzIjnmgCGzKKRVzjD72selLDK1oPF/Oxzmt4fNcPvTDvGqSDG4tCALw==
|
||||||
|
|
||||||
caseless@~0.12.0:
|
caseless@~0.12.0:
|
||||||
version "0.12.0"
|
version "0.12.0"
|
||||||
|
|
Loading…
Reference in New Issue