mirror of https://github.com/sualko/cloud_bbb
Compare commits
43 Commits
4e30b61d11
...
7dd3aed75d
Author | SHA1 | Date |
---|---|---|
Jonas | 7dd3aed75d | |
Nextcloud bot | 8046c8c426 | |
Nextcloud bot | 6232cd03dd | |
Thibaut | 670579e34f | |
Thibaut | d86e6ce8f3 | |
Nextcloud bot | 787b0bd7eb | |
Nextcloud bot | 519c83a511 | |
Nextcloud bot | 397ffdb8fa | |
Sebastien Marinier | 7a27041500 | |
Sebastien Marinier | aa709d5f03 | |
Sébastien Marinier | 5a0aad717e | |
Baptiste Fotia | 71b2ac3e3e | |
Sébastien Marinier | a9319bb696 | |
Sebastien Marinier | 7032a68700 | |
Sebastien Marinier | a88c802eaa | |
Sebastien Marinier | accd65f6e1 | |
Sebastien Marinier | 2b9267d04a | |
Thibaut | 33f6701713 | |
Sebastien Marinier | e5b069c565 | |
Sebastien Marinier | e681474807 | |
Sebastien Marinier | 2e82e3bd01 | |
Thibaut | 2dfa811937 | |
Nextcloud bot | b6b0f9feb4 | |
Sebastien Marinier | 3b6eeb264c | |
Sebastien Marinier | 3934f1171c | |
Thibaut | e5bfcc8ec8 | |
Thibaut | dede2b2857 | |
Thibaut | 3c45a93ece | |
Nextcloud bot | 31bc8aeea1 | |
Thibaut | ad65b6803f | |
Sebastien Marinier | a00708ffa3 | |
Sebastien Marinier | 95f9425a80 | |
Sebastien Marinier | 1b15353dcb | |
Sebastien Marinier | 79518b9bac | |
Sebastien Marinier | ab80d613e7 | |
Sebastien Marinier | da0cc79b9e | |
Sebastien Marinier | 71fe272888 | |
Sebastien Marinier | 323e9df9f4 | |
Thibaut | 7233d21a85 | |
Sebastien Marinier | a9082d3a46 | |
Nextcloud bot | b7a864c658 | |
Nextcloud bot | 2f288e34c0 | |
brtbr | d63c4dbba3 |
|
@ -1,3 +0,0 @@
|
|||
# These are supported funding model platforms
|
||||
|
||||
ko_fi: sualko
|
|
@ -28,12 +28,13 @@ feature request and follow the guidelines below:
|
|||
Every code contribution is considered valuable, independent from there size and
|
||||
small changes can also be contributed directly via Github:
|
||||
|
||||
1. Browse to the desired file via
|
||||
[Github](https://github.com/sualko/cloud_bbb/).
|
||||
1. Browse to the desired file via [Github].
|
||||
2. Click on the :pencil2: on the top right corner of the file.
|
||||
3. Make your changes.
|
||||
4. Add a meaning full commit message, prefixed with either `fix:` or `feat:`
|
||||
(e.g. `fix: room recordings`).
|
||||
(e.g. `fix: room recordings`).<br/>
|
||||
*type must be one of 'l10n', 'release', 'build', 'ci', 'chore', 'docs', 'feat'
|
||||
, 'fix', 'perf', 'refactor', 'revert', 'style', 'test', 'example'*
|
||||
5. Submit your changes.
|
||||
|
||||
If you want to contribute larger changes, we recommend the following approach
|
||||
|
@ -62,8 +63,7 @@ If you like to sponsor a specific feature, bug fix or the project in general you
|
|||
can also contact any maintainer of this application to support open source
|
||||
development.
|
||||
|
||||
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/sualko)
|
||||
|
||||
[open a new issue]: https://github.com/sualko/cloud_bbb/issues
|
||||
[Github]: https://github.com/littleredbutton/cloud_bbb/
|
||||
[open a new issue]: https://github.com/littleredbutton/cloud_bbb/issues
|
||||
[Conventional Commits]: https://www.conventionalcommits.org
|
||||
[Nextclouds Transifex]: https://www.transifex.com/nextcloud/nextcloud/
|
||||
[Nextclouds Transifex]: https://app.transifex.com/nextcloud/nextcloud/bbb/
|
||||
|
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: [7.4, 8.0, 8.1]
|
||||
php-versions: [8.0, 8.1, 8.2]
|
||||
name: php${{ matrix.php-versions }} lint
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
@ -11,13 +11,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: ['7.4', '8']
|
||||
nextcloud-versions: ['stable25', 'stable26', 'stable27']
|
||||
exclude:
|
||||
- php-versions: '7.4'
|
||||
nextcloud-versions: 'stable26'
|
||||
- php-versions: '7.4'
|
||||
nextcloud-versions: 'stable27'
|
||||
php-versions: ['8.0', '8.1', '8.2']
|
||||
nextcloud-versions: ['stable26', 'stable27', 'stable28']
|
||||
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
|
||||
env:
|
||||
CI: true
|
||||
|
@ -47,4 +42,4 @@ jobs:
|
|||
run: php -f nextcloud/occ app:enable bbb
|
||||
- name: Run tests
|
||||
working-directory: nextcloud/apps/bbb
|
||||
run: composer run test
|
||||
run: composer run test
|
||||
|
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
ocp-version: [ 'dev-stable27', 'dev-stable26', 'dev-stable25' ]
|
||||
ocp-version: [ '^28', '^27', '^26']
|
||||
name: Nextcloud ${{ matrix.ocp-version }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: composer i
|
||||
- name: Install dependencies
|
||||
run: composer require --dev nextcloud/ocp:${{ matrix.ocp-version }} psr/container symfony/service-contracts
|
||||
run: composer require --dev nextcloud/ocp:${{ matrix.ocp-version }} symfony/service-contracts
|
||||
- name: Run coding standards check
|
||||
run: composer run psalm
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
|
|||
## Enforcement
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||
reported by contacting the project team at klaus@jsxc.org. All
|
||||
reported by contacting the project team at cloud_bbb@arawa.fr or web form [contact]. All
|
||||
complaints will be reviewed and investigated and will result in a response that
|
||||
is deemed necessary and appropriate to the circumstances. The project team is
|
||||
obligated to maintain confidentiality with regard to the reporter of an incident.
|
||||
|
@ -71,6 +71,7 @@ This Code of Conduct is adapted from the [Contributor Covenant][homepage], versi
|
|||
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
|
||||
|
||||
[homepage]: https://www.contributor-covenant.org
|
||||
[contact]: https://www.arawa.fr/contact/
|
||||
|
||||
For answers to common questions about this code of conduct, see
|
||||
https://www.contributor-covenant.org/faq
|
||||
https://www.contributor-covenant.org/faq
|
||||
|
|
5
Makefile
5
Makefile
|
@ -62,8 +62,11 @@ clean:
|
|||
|
||||
clean-dev:
|
||||
rm -rf node_modules
|
||||
git checkout composer.json
|
||||
git checkout composer.lock
|
||||
rm -rf vendor
|
||||
|
||||
pack:
|
||||
pack: install-composer-deps
|
||||
mkdir -p archive
|
||||
tar --exclude='./Makefile' --exclude='./webpack*' --exclude='./.*' --exclude='./ts' --exclude='./tests' --exclude='./node_modules' --exclude='./archive' -zcvf ./archive/cloud_bbb.tar.gz . --transform s/^./bbb/
|
||||
|
||||
|
|
56
README.md
56
README.md
|
@ -1,20 +1,18 @@
|
|||
# BigBlueButton™ integration for Nextcloud
|
||||
|
||||
![Static analysis](https://github.com/sualko/cloud_bbb/workflows/Static%20analysis/badge.svg)
|
||||
![PHP Tests](https://github.com/sualko/cloud_bbb/workflows/PHP%20Tests/badge.svg)
|
||||
![Lint](https://github.com/sualko/cloud_bbb/workflows/Lint/badge.svg)
|
||||
![Downloads](https://img.shields.io/github/downloads/sualko/cloud_bbb/total.svg)
|
||||
![GitHub release](https://img.shields.io/github/release/sualko/cloud_bbb.svg)
|
||||
|
||||
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/sualko)
|
||||
![Static analysis](https://github.com/littleredbutton/cloud_bbb/workflows/Static%20analysis/badge.svg)
|
||||
![PHP Tests](https://github.com/littleredbutton/cloud_bbb/workflows/PHP%20Tests/badge.svg)
|
||||
![Lint](https://github.com/littleredbutton/cloud_bbb/workflows/Lint/badge.svg)
|
||||
![Downloads](https://img.shields.io/github/downloads/littleredbutton/cloud_bbb/total.svg)
|
||||
![GitHub release](https://img.shields.io/github/release/littleredbutton/cloud_bbb.svg)
|
||||
|
||||
This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).
|
||||
|
||||
:clap: Developer wanted! If you have time it would be awesome if you could help to enhance this application.
|
||||
:clap: Contributors are welcome! If you have time it would be awesome if you could help to enhance this application.
|
||||
|
||||
__This app uses BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.__
|
||||
|
||||
![Screenshot configuration](https://github.com/sualko/cloud_bbb/raw/master/docs/screenshot-configuration.png)
|
||||
![Screenshot configuration](https://github.com/littleredbutton/cloud_bbb/raw/master/docs/screenshot-configuration.png)
|
||||
|
||||
## :heart_eyes: Features
|
||||
This integration provides the following features:
|
||||
|
@ -37,7 +35,7 @@ To install it change into your Nextcloud's apps directory:
|
|||
|
||||
Then run:
|
||||
|
||||
git clone https://github.com/sualko/cloud_bbb.git bbb
|
||||
git clone https://github.com/littleredbutton/cloud_bbb.git bbb
|
||||
|
||||
Then install the dependencies using:
|
||||
|
||||
|
@ -61,7 +59,7 @@ $ sudo bbb-conf --secret
|
|||
Enter these values in the additional settings section on the admin
|
||||
configuration page of your Nextcloud instance.
|
||||
|
||||
![Screenshot admin section](https://github.com/sualko/cloud_bbb/raw/master/docs/screenshot-admin.png)
|
||||
![Screenshot admin section](https://github.com/littleredbutton/cloud_bbb/raw/master/docs/screenshot-admin.png)
|
||||
|
||||
### Manual configuration (for experts)
|
||||
If you prefer not to use the web interface for configuration, you will find all
|
||||
|
@ -123,14 +121,11 @@ command (example use: `./occ bbb:clear-avatar-cache`).
|
|||
Go to the BigBlueButton section inside your personal settings page and enter a
|
||||
room name. That's it. You can now distribute the room url.
|
||||
|
||||
### Enter a room from files
|
||||
Use the ... menu and select the desired BBB configuration to enter the room.
|
||||
Beware that if the room is already running the presentation will **not** be
|
||||
updated. Entering a room with a defined presentation works only if link shares
|
||||
are enabled and do not require authentication. See [#1](https://github.com/sualko/cloud_bbb/issues/1)
|
||||
for details.
|
||||
### Share a room
|
||||
Edit your room configuration and select groups or users you wish to share your room with. You can define the access level for your shared room (admin, moderator or simple user).
|
||||
|
||||
![Screenshot file browser](https://github.com/sualko/cloud_bbb/raw/master/docs/screenshot-file-browser.png)
|
||||
|
||||
![Screenshot sharing room](https://github.com/littleredbutton/cloud_bbb/raw/master/docs/screenshot-config-share.png)
|
||||
|
||||
## :notebook: Notes
|
||||
- By using the [Link Editor](https://apps.nextcloud.com/apps/files_linkeditor)
|
||||
|
@ -140,7 +135,7 @@ for details.
|
|||
- Before installing, make sure your BBB is running correctly
|
||||
- If the room doesn't appear in the ... menu of files, a browser/cache reload
|
||||
might help
|
||||
- To share an audio (mp3) or video (mp4) file with your audience follow these steps (more info in [#148](https://github.com/sualko/cloud_bbb/issues/148#issuecomment-827338650)):
|
||||
- To share an audio (mp3) or video (mp4) file with your audience follow these steps (more info in [#148](https://github.com/littleredbutton/cloud_bbb/issues/148#issuecomment-827338650)):
|
||||
- create a public share of the exact file
|
||||
- copy the location of the share from the share information screen into your clipboard
|
||||
- open big blue button, press the plus icon in the lower left corner
|
||||
|
@ -152,22 +147,23 @@ for details.
|
|||
Writing such an application is a lot of work and therefore we are specially
|
||||
thankful for people and organisations who are sponsoring features or bug fixes:
|
||||
|
||||
- [Arawa](https://arawa.fr/) Share moderators and users ([#281]), Bug fixes, UX audit
|
||||
- [Medienwerkstatt Minden-Lübbecke e.V.](https://www.medienwerkstatt.org) manage recordings ([#19])
|
||||
- [Deutscher Bundesjugendring](https://www.dbjr.de) version [0.4.0], version [0.5.0]
|
||||
- [Graz University of Technology](https://www.tugraz.at) form action ([#47]), navigation entry ([#31]), restrictions ([#43], [#53]), circles ([#61])
|
||||
- [Arawa](https://www.arawa.fr) UX audit
|
||||
- [Niedersächsisches Landesinstitut für schulische Qualitätsentwicklung – Netzwerk Medienberatung](https://nlq.niedersachsen.de/) moderator url, UX improvements
|
||||
- [Niedersächsisches Landesinstitut für schulische Qualitätsentwicklung - Netzwerk Medienberatung](https://nlq.niedersachsen.de/) moderator url, UX improvements
|
||||
- [Integrierte Gesamtschule Lengede](http://www.igs-lengede.de/) theme, join options
|
||||
|
||||
If you are looking for other ways to contribute to this project, you are welcome
|
||||
to look at our [contributor guidelines]. Every contribution is valuable :tada:.
|
||||
|
||||
[contributor guidelines]: https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md
|
||||
[#19]: https://github.com/sualko/cloud_bbb/issues/19
|
||||
[#47]: https://github.com/sualko/cloud_bbb/issues/47
|
||||
[#31]: https://github.com/sualko/cloud_bbb/issues/31
|
||||
[#43]: https://github.com/sualko/cloud_bbb/issues/43
|
||||
[#53]: https://github.com/sualko/cloud_bbb/issues/53
|
||||
[#61]: https://github.com/sualko/cloud_bbb/issues/61
|
||||
[0.4.0]: https://github.com/sualko/cloud_bbb/releases/tag/v0.4.0
|
||||
[0.5.0]: https://github.com/sualko/cloud_bbb/releases/tag/v0.5.0
|
||||
[contributor guidelines]: https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md
|
||||
[#19]: https://github.com/littleredbutton/cloud_bbb/issues/19
|
||||
[#47]: https://github.com/littleredbutton/cloud_bbb/issues/47
|
||||
[#31]: https://github.com/littleredbutton/cloud_bbb/issues/31
|
||||
[#43]: https://github.com/littleredbutton/cloud_bbb/issues/43
|
||||
[#53]: https://github.com/littleredbutton/cloud_bbb/issues/53
|
||||
[#61]: https://github.com/littleredbutton/cloud_bbb/issues/61
|
||||
[#281]: https://github.com/littleredbutton/cloud_bbb/pull/281
|
||||
[0.4.0]: https://github.com/littleredbutton/cloud_bbb/releases/tag/v0.4.0
|
||||
[0.5.0]: https://github.com/littleredbutton/cloud_bbb/releases/tag/v0.5.0
|
||||
|
|
|
@ -14,17 +14,18 @@
|
|||
* **Restrictions** Restrict room creation to certain groups
|
||||
* **Activities** Get an overview of your room activities
|
||||
|
||||
Quick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).
|
||||
Quick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).
|
||||
Do you like this application? Give something back to the open source community and checkout our
|
||||
[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).
|
||||
[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).
|
||||
|
||||
Developer wanted! If you have time it would be awesome if you could help to enhance this application.
|
||||
Contributors are welcome! If you have time it would be awesome if you could help to enhance this application.
|
||||
|
||||
*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*
|
||||
]]></description>
|
||||
<version>2.7.2</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="klaus@jsxc.org">Klaus Herberth</author>
|
||||
<author mail="cloud_bbb@arawa.fr" homepage="https://arawa.fr/">Arawa</author>
|
||||
<author>Klaus Herberth</author>
|
||||
<namespace>BigBlueButton</namespace>
|
||||
<types>
|
||||
<prevent_group_restriction/>
|
||||
|
@ -32,18 +33,18 @@ Developer wanted! If you have time it would be awesome if you could help to enha
|
|||
<category>social</category>
|
||||
<category>multimedia</category>
|
||||
<category>integration</category>
|
||||
<website>https://github.com/sualko/cloud_bbb/</website>
|
||||
<bugs>https://github.com/sualko/cloud_bbb/issues</bugs>
|
||||
<repository>https://github.com/sualko/cloud_bbb/</repository>
|
||||
<screenshot>https://raw.githubusercontent.com/sualko/cloud_bbb/master/docs/screenshot-file-browser.png</screenshot>
|
||||
<screenshot>https://raw.githubusercontent.com/sualko/cloud_bbb/master/docs/screenshot-configuration.png</screenshot>
|
||||
<screenshot>https://raw.githubusercontent.com/sualko/cloud_bbb/master/docs/screenshot-configuration2.png</screenshot>
|
||||
<screenshot>https://raw.githubusercontent.com/sualko/cloud_bbb/master/docs/screenshot-join.png</screenshot>
|
||||
<website>https://github.com/littleredbutton/cloud_bbb/</website>
|
||||
<bugs>https://github.com/littleredbutton/cloud_bbb/issues</bugs>
|
||||
<repository>https://github.com/littleredbutton/cloud_bbb/</repository>
|
||||
<screenshot>https://raw.githubusercontent.com/littleredbutton/cloud_bbb/master/docs/screenshot-configuration.png</screenshot>
|
||||
<screenshot>https://raw.githubusercontent.com/littleredbutton/cloud_bbb/master/docs/screenshot-configuration2.png</screenshot>
|
||||
<screenshot>https://raw.githubusercontent.com/littleredbutton/cloud_bbb/master/docs/screenshot-join.png</screenshot>
|
||||
<screenshot>https://raw.githubusercontent.com/littleredbutton/cloud_bbb/master/docs/screenshot-config-share.png</screenshot>
|
||||
<dependencies>
|
||||
<lib>curl</lib>
|
||||
<lib>mbstring</lib>
|
||||
<lib>SimpleXML</lib>
|
||||
<nextcloud min-version="25" max-version="28"/>
|
||||
<nextcloud min-version="26" max-version="28"/>
|
||||
</dependencies>
|
||||
<commands>
|
||||
<command>OCA\BigBlueButton\Command\ClearAvatarCache</command>
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
{
|
||||
"name": "sualko/bigbluebutton",
|
||||
"name": "littleredbutton/bigbluebutton",
|
||||
"description": "Nextcloud Integration for BigBlueButton",
|
||||
"type": "project",
|
||||
"license": "AGPL",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Klaus Herberth",
|
||||
"email": "klaus@jsxc.org"
|
||||
"name": "Klaus Herberth"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
|
@ -18,7 +17,8 @@
|
|||
"nextcloud/coding-standard": "^1.0.0",
|
||||
"phpstan/phpstan": "^0.12.29",
|
||||
"nextcloud/ocp": "^25.0 || ^26.0 || ^27.0",
|
||||
"vimeo/psalm": "^4.5"
|
||||
"vimeo/psalm": "^5.0",
|
||||
"psr/container": "^1.1.2"
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "feb9af8a85a0a6dd2511e8dfb2546e38",
|
||||
"content-hash": "03db1510cedc92e20b34bbd26ffdddbc",
|
||||
"packages": [
|
||||
{
|
||||
"name": "littleredbutton/bigbluebutton-api-php",
|
||||
|
@ -301,79 +301,6 @@
|
|||
],
|
||||
"time": "2021-03-30T17:13:30+00:00"
|
||||
},
|
||||
{
|
||||
"name": "composer/package-versions-deprecated",
|
||||
"version": "1.11.99.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/composer/package-versions-deprecated.git",
|
||||
"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
|
||||
"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"composer-plugin-api": "^1.1.0 || ^2.0",
|
||||
"php": "^7 || ^8"
|
||||
},
|
||||
"replace": {
|
||||
"ocramius/package-versions": "1.11.99"
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/composer": "^1.9.3 || ^2.0@dev",
|
||||
"ext-zip": "^1.13",
|
||||
"phpunit/phpunit": "^6.5 || ^7"
|
||||
},
|
||||
"type": "composer-plugin",
|
||||
"extra": {
|
||||
"class": "PackageVersions\\Installer",
|
||||
"branch-alias": {
|
||||
"dev-master": "1.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PackageVersions\\": "src/PackageVersions"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Marco Pivetta",
|
||||
"email": "ocramius@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Jordi Boggiano",
|
||||
"email": "j.boggiano@seld.be"
|
||||
}
|
||||
],
|
||||
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
|
||||
"support": {
|
||||
"issues": "https://github.com/composer/package-versions-deprecated/issues",
|
||||
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://packagist.com",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/composer",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-01-17T14:14:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "composer/pcre",
|
||||
"version": "3.0.0",
|
||||
|
@ -949,6 +876,67 @@
|
|||
},
|
||||
"time": "2022-03-02T22:36:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fidry/cpu-core-counter",
|
||||
"version": "0.5.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/theofidry/cpu-core-counter.git",
|
||||
"reference": "b58e5a3933e541dc286cc91fc4f3898bbc6f1623"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/b58e5a3933e541dc286cc91fc4f3898bbc6f1623",
|
||||
"reference": "b58e5a3933e541dc286cc91fc4f3898bbc6f1623",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.2 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"fidry/makefile": "^0.2.0",
|
||||
"phpstan/extension-installer": "^1.2.0",
|
||||
"phpstan/phpstan": "^1.9.2",
|
||||
"phpstan/phpstan-deprecation-rules": "^1.0.0",
|
||||
"phpstan/phpstan-phpunit": "^1.2.2",
|
||||
"phpstan/phpstan-strict-rules": "^1.4.4",
|
||||
"phpunit/phpunit": "^9.5.26 || ^8.5.31",
|
||||
"theofidry/php-cs-fixer-config": "^1.0",
|
||||
"webmozarts/strict-phpunit": "^7.5"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Fidry\\CpuCoreCounter\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Théo FIDRY",
|
||||
"email": "theo.fidry@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Tiny utility to get the number of CPU cores.",
|
||||
"keywords": [
|
||||
"CPU",
|
||||
"core"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/theofidry/cpu-core-counter/issues",
|
||||
"source": "https://github.com/theofidry/cpu-core-counter/tree/0.5.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/theofidry",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2022-12-24T12:35:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "friendsofphp/php-cs-fixer",
|
||||
"version": "v3.12.0",
|
||||
|
@ -1191,16 +1179,16 @@
|
|||
},
|
||||
{
|
||||
"name": "nextcloud/ocp",
|
||||
"version": "v26.0.4",
|
||||
"version": "v26.0.9",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud-deps/ocp.git",
|
||||
"reference": "6f0ffec5ace13e71f50d0735c0258fc37f4ca562"
|
||||
"reference": "43bc0a0267d97b02966e0270e00e9d51192564af"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/6f0ffec5ace13e71f50d0735c0258fc37f4ca562",
|
||||
"reference": "6f0ffec5ace13e71f50d0735c0258fc37f4ca562",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/43bc0a0267d97b02966e0270e00e9d51192564af",
|
||||
"reference": "43bc0a0267d97b02966e0270e00e9d51192564af",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1228,9 +1216,9 @@
|
|||
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
|
||||
"support": {
|
||||
"issues": "https://github.com/nextcloud-deps/ocp/issues",
|
||||
"source": "https://github.com/nextcloud-deps/ocp/tree/v26.0.4"
|
||||
"source": "https://github.com/nextcloud-deps/ocp/tree/v26.0.9"
|
||||
},
|
||||
"time": "2023-07-17T09:26:46+00:00"
|
||||
"time": "2023-11-10T00:31:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
|
@ -1288,59 +1276,6 @@
|
|||
},
|
||||
"time": "2022-09-04T07:30:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "openlss/lib-array2xml",
|
||||
"version": "1.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nullivex/lib-array2xml.git",
|
||||
"reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
|
||||
"reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.2"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"LSS": ""
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"Apache-2.0"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Bryan Tong",
|
||||
"email": "bryan@nullivex.com",
|
||||
"homepage": "https://www.nullivex.com"
|
||||
},
|
||||
{
|
||||
"name": "Tony Butler",
|
||||
"email": "spudz76@gmail.com",
|
||||
"homepage": "https://www.nullivex.com"
|
||||
}
|
||||
],
|
||||
"description": "Array2XML conversion library credit to lalit.org",
|
||||
"homepage": "https://www.nullivex.com",
|
||||
"keywords": [
|
||||
"array",
|
||||
"array conversion",
|
||||
"xml",
|
||||
"xml conversion"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/nullivex/lib-array2xml/issues",
|
||||
"source": "https://github.com/nullivex/lib-array2xml/tree/master"
|
||||
},
|
||||
"time": "2019-03-29T20:06:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phar-io/manifest",
|
||||
"version": "2.0.3",
|
||||
|
@ -3262,6 +3197,74 @@
|
|||
],
|
||||
"time": "2020-09-28T06:39:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/array-to-xml",
|
||||
"version": "3.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/array-to-xml.git",
|
||||
"reference": "f56b220fe2db1ade4c88098d83413ebdfc3bf876"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/array-to-xml/zipball/f56b220fe2db1ade4c88098d83413ebdfc3bf876",
|
||||
"reference": "f56b220fe2db1ade4c88098d83413ebdfc3bf876",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-dom": "*",
|
||||
"php": "^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^1.2",
|
||||
"pestphp/pest": "^1.21",
|
||||
"spatie/pest-plugin-snapshots": "^1.1"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "3.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Spatie\\ArrayToXml\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Freek Van der Herten",
|
||||
"email": "freek@spatie.be",
|
||||
"homepage": "https://freek.dev",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "Convert an array to xml",
|
||||
"homepage": "https://github.com/spatie/array-to-xml",
|
||||
"keywords": [
|
||||
"array",
|
||||
"convert",
|
||||
"xml"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/spatie/array-to-xml/tree/3.3.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://spatie.be/open-source/support-us",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/spatie",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-05-01T10:20:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
"version": "v6.0.14",
|
||||
|
@ -4332,33 +4335,30 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/service-contracts",
|
||||
"version": "v2.5.2",
|
||||
"version": "v3.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/service-contracts.git",
|
||||
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
|
||||
"reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
|
||||
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
|
||||
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
|
||||
"reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.2.5",
|
||||
"psr/container": "^1.1",
|
||||
"symfony/deprecation-contracts": "^2.1|^3"
|
||||
"php": ">=8.1",
|
||||
"psr/container": "^1.1|^2.0",
|
||||
"symfony/deprecation-contracts": "^2.5|^3"
|
||||
},
|
||||
"conflict": {
|
||||
"ext-psr": "<1.1|>=2"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/service-implementation": ""
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "2.5-dev"
|
||||
"dev-main": "3.5-dev"
|
||||
},
|
||||
"thanks": {
|
||||
"name": "symfony/contracts",
|
||||
|
@ -4368,7 +4368,10 @@
|
|||
"autoload": {
|
||||
"psr-4": {
|
||||
"Symfony\\Contracts\\Service\\": ""
|
||||
}
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"/Test/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
|
@ -4395,7 +4398,7 @@
|
|||
"standards"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
|
||||
"source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -4411,7 +4414,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-05-30T19:17:29+00:00"
|
||||
"time": "2024-04-18T09:32:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/stopwatch",
|
||||
|
@ -4612,24 +4615,24 @@
|
|||
},
|
||||
{
|
||||
"name": "vimeo/psalm",
|
||||
"version": "4.29.0",
|
||||
"version": "5.13.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vimeo/psalm.git",
|
||||
"reference": "7ec5ffbd5f68ae03782d7fd33fff0c45a69f95b3"
|
||||
"reference": "086b94371304750d1c673315321a55d15fc59015"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/vimeo/psalm/zipball/7ec5ffbd5f68ae03782d7fd33fff0c45a69f95b3",
|
||||
"reference": "7ec5ffbd5f68ae03782d7fd33fff0c45a69f95b3",
|
||||
"url": "https://api.github.com/repos/vimeo/psalm/zipball/086b94371304750d1c673315321a55d15fc59015",
|
||||
"reference": "086b94371304750d1c673315321a55d15fc59015",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"amphp/amp": "^2.4.2",
|
||||
"amphp/byte-stream": "^1.5",
|
||||
"composer/package-versions-deprecated": "^1.8.0",
|
||||
"composer-runtime-api": "^2",
|
||||
"composer/semver": "^1.4 || ^2.0 || ^3.0",
|
||||
"composer/xdebug-handler": "^1.1 || ^2.0 || ^3.0",
|
||||
"composer/xdebug-handler": "^2.0 || ^3.0",
|
||||
"dnoegel/php-xdg-base-dir": "^0.1.1",
|
||||
"ext-ctype": "*",
|
||||
"ext-dom": "*",
|
||||
|
@ -4638,35 +4641,35 @@
|
|||
"ext-mbstring": "*",
|
||||
"ext-simplexml": "*",
|
||||
"ext-tokenizer": "*",
|
||||
"felixfbecker/advanced-json-rpc": "^3.0.3",
|
||||
"felixfbecker/language-server-protocol": "^1.5",
|
||||
"felixfbecker/advanced-json-rpc": "^3.1",
|
||||
"felixfbecker/language-server-protocol": "^1.5.2",
|
||||
"fidry/cpu-core-counter": "^0.4.1 || ^0.5.1",
|
||||
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
|
||||
"nikic/php-parser": "^4.13",
|
||||
"openlss/lib-array2xml": "^1.0",
|
||||
"php": "^7.1|^8",
|
||||
"sebastian/diff": "^3.0 || ^4.0",
|
||||
"symfony/console": "^3.4.17 || ^4.1.6 || ^5.0 || ^6.0",
|
||||
"symfony/polyfill-php80": "^1.25",
|
||||
"webmozart/path-util": "^2.3"
|
||||
"nikic/php-parser": "^4.14",
|
||||
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
|
||||
"sebastian/diff": "^4.0 || ^5.0",
|
||||
"spatie/array-to-xml": "^2.17.0 || ^3.0",
|
||||
"symfony/console": "^4.1.6 || ^5.0 || ^6.0",
|
||||
"symfony/filesystem": "^5.4 || ^6.0"
|
||||
},
|
||||
"provide": {
|
||||
"psalm/psalm": "self.version"
|
||||
},
|
||||
"require-dev": {
|
||||
"bamarni/composer-bin-plugin": "^1.2",
|
||||
"brianium/paratest": "^4.0||^6.0",
|
||||
"amphp/phpunit-util": "^2.0",
|
||||
"bamarni/composer-bin-plugin": "^1.4",
|
||||
"brianium/paratest": "^6.9",
|
||||
"ext-curl": "*",
|
||||
"mockery/mockery": "^1.5",
|
||||
"nunomaduro/mock-final-classes": "^1.1",
|
||||
"php-parallel-lint/php-parallel-lint": "^1.2",
|
||||
"phpdocumentor/reflection-docblock": "^5",
|
||||
"phpmyadmin/sql-parser": "5.1.0||dev-master",
|
||||
"phpspec/prophecy": ">=1.9.0",
|
||||
"phpstan/phpdoc-parser": "1.2.* || 1.6.4",
|
||||
"phpunit/phpunit": "^9.0",
|
||||
"psalm/plugin-phpunit": "^0.16",
|
||||
"slevomat/coding-standard": "^7.0",
|
||||
"squizlabs/php_codesniffer": "^3.5",
|
||||
"symfony/process": "^4.3 || ^5.0 || ^6.0",
|
||||
"weirdan/prophecy-shim": "^1.0 || ^2.0"
|
||||
"phpstan/phpdoc-parser": "^1.6",
|
||||
"phpunit/phpunit": "^9.6",
|
||||
"psalm/plugin-mockery": "^1.1",
|
||||
"psalm/plugin-phpunit": "^0.18",
|
||||
"slevomat/coding-standard": "^8.4",
|
||||
"squizlabs/php_codesniffer": "^3.6",
|
||||
"symfony/process": "^4.4 || ^5.0 || ^6.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-curl": "In order to send data to shepherd",
|
||||
|
@ -4682,17 +4685,14 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "4.x-dev",
|
||||
"dev-master": "5.x-dev",
|
||||
"dev-4.x": "4.x-dev",
|
||||
"dev-3.x": "3.x-dev",
|
||||
"dev-2.x": "2.x-dev",
|
||||
"dev-1.x": "1.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/functions.php",
|
||||
"src/spl_object_id.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"Psalm\\": "src/Psalm/"
|
||||
}
|
||||
|
@ -4710,13 +4710,14 @@
|
|||
"keywords": [
|
||||
"code",
|
||||
"inspection",
|
||||
"php"
|
||||
"php",
|
||||
"static analysis"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/vimeo/psalm/issues",
|
||||
"source": "https://github.com/vimeo/psalm/tree/4.29.0"
|
||||
"source": "https://github.com/vimeo/psalm/tree/5.13.1"
|
||||
},
|
||||
"time": "2022-10-11T17:09:17+00:00"
|
||||
"time": "2023-06-27T16:39:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webmozart/assert",
|
||||
|
@ -4775,57 +4776,6 @@
|
|||
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
|
||||
},
|
||||
"time": "2022-06-03T18:03:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webmozart/path-util",
|
||||
"version": "2.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/webmozart/path-util.git",
|
||||
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
|
||||
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.3",
|
||||
"webmozart/assert": "~1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.6",
|
||||
"sebastian/version": "^1.0.1"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.3-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Webmozart\\PathUtil\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Bernhard Schussek",
|
||||
"email": "bschussek@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
|
||||
"support": {
|
||||
"issues": "https://github.com/webmozart/path-util/issues",
|
||||
"source": "https://github.com/webmozart/path-util/tree/2.3.0"
|
||||
},
|
||||
"abandoned": "symfony/filesystem",
|
||||
"time": "2015-12-17T08:42:14+00:00"
|
||||
}
|
||||
],
|
||||
"aliases": [],
|
||||
|
@ -4835,5 +4785,5 @@
|
|||
"prefer-lowest": false,
|
||||
"platform": [],
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "2.3.0"
|
||||
"plugin-api-version": "2.2.0"
|
||||
}
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Binary file not shown.
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 89 KiB |
22
l10n/ar.js
22
l10n/ar.js
|
@ -19,10 +19,10 @@ OC.L10N.register(
|
|||
"Waiting room for all users" : "غرفة انتظار لجميع المستخدمين",
|
||||
"Internal" : "داخلي",
|
||||
"Internal restricted" : "داخلي محظور",
|
||||
"API URL or secret not configured. Please contact your administrator." : "API URL أو الكلمة السرية لم تتم تهيئتها. رجاءً، اتصل بمشرف النظام عندك.",
|
||||
"API URL or secret not configured. Please contact your administrator." : "API URL أو الكلمة السرية لم تتم تهيئتها. رجاءً، اتصل بمسؤول النظام عندك.",
|
||||
"BigBlueButton Integration" : "مُكاملة \"بيغ بلو بوتون\" BigBlueButton ",
|
||||
"BigBlueButton integration for Nextcloud" : "مُكاملة \"بيغ بلو بوتون\" BigBlueButton مع نكست كلاود",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "يسمح هذا التطبيق بإنشاء اجتماعات من خلال تنصيب خارجي لـ\"بيغ بلو بوتون\" [BigBlueButton] (https://bigbluebutton.org) . \n\n* ** إعداد الغرفة ** إنشاء تكوينات متعددة للغرف بالاسم ورسالة الترحيب ... \n* ** مشاركة رابط الضيف ** مشاركة رابط الغرفة مع جميع ضيوفك \n* ** مشاركة رابط الوسيط ** دعوة المشرفين إلى الغرفة \n* ** مشاركة الغرف ** مشاركة الغرف مع الأعضاء أو المجموعات أو الدوائر \n* ** عرض تقديمي مخصص ** ابدأ غرفة بعرض تقديمي محدد من متصفح الملفات الخاص بك \n* ** إدارة التسجيلات ** عرض ومشاركة وحذف التسجيلات الخاصة بغرفك \n* ** القيود ** قصر إنشاء الغرفة على مجموعات معينة \n* ** الأنشطة ** احصل على نظرة عامة حول أنشطة غرفتك. \n\nدليل البدء السريع والمزيد من المعلومات في [الملف التمهيدي] (https://github.com/sualko/cloud_bbb) . \n\nهل يعجبك هذا التطبيق؟ قدم شيئًا لمجتمع المصادر المفتوحة واطلع على [طرق المساهمة] (https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md). \n\nإذا كان لديك الوقت، فسيكون من الرائع إذا كان بإمكانك المساعدة في تحسين هذا التطبيق. \n\n* هذا التطبيق يدمج BigBlueButton ولم يتم اعتماده أو اعتماده من قبل BigBlueButton Inc..",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "يتيح لك هذا التطبيق إنشاء اجتماعات بتثبيت خارجي لـ [BigBlueButton](https://bigbluebutton.org).\n\n* **إعداد الغرفة** إنشاء تكوينات متعددة للغرفة باسم ورسالة ترحيب...\n* **مشاركة رابط الضيف** مشاركة رابط الغرفة مع جميع ضيوفك\n* **مشاركة رابط المشرف** دعوة المشرفين إلى الغرفة\n* **مشاركة الغرف** مشاركة الغرف مع الأعضاء أو المجموعات أو الدوائر\n* **عرض تقديمي مخصص** ابدأ غرفة بعرض تقديمي محدد من متصفح الملفات الخاص بك\n* **إدارة التسجيلات** عرض ومشاركة وحذف التسجيلات الخاصة بغرفك\n* **القيود** تقييد إنشاء الغرفة على مجموعات معينة\n* **الأنشطة** احصل على نظرة عامة على أنشطة غرفتك\n\nدليل البدء السريع والمزيد من المعلومات في [ملف readme](https://github.com/littleredbutton/cloud_bbb).\nهل يعجبك هذا التطبيق؟ قدم شيئًا لمجتمع المصادر المفتوحة وتحقق من\n[طرق المساهمة](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nنرحب بالمساهمين! إذا كان لديك الوقت، فسيكون من الرائع أن تساعد في تحسين هذا التطبيق.\n\n*يدمج هذا التطبيق BigBlueButton ولا يتم اعتماده أو اعتماده من قبل BigBlueButton Inc. BigBlueButton وشعار BigBlueButton علامتان تجاريتان لشركة BigBlueButton Inc.*",
|
||||
"Room not found" : "الغرفة غير موجودة",
|
||||
"The room could not be found. Maybe it was deleted?" : "الغرفة غير موجودة. هل يمكن أن تكون محذوفة؟",
|
||||
"Back to %s" : "العودة إلى %s",
|
||||
|
@ -56,7 +56,7 @@ OC.L10N.register(
|
|||
"Group" : "المجموعة",
|
||||
"Searching" : "بحث",
|
||||
"No matches" : "لا يوجد تطابق",
|
||||
"admin" : "مشرف",
|
||||
"admin" : "مدير",
|
||||
"moderator" : "مشرف",
|
||||
"user" : "مستخدِم",
|
||||
"Name" : "الاسم",
|
||||
|
@ -71,11 +71,11 @@ OC.L10N.register(
|
|||
"Descriptive name of this room." : "اسم يصف هذه الغرفة.",
|
||||
"This message is shown to all users in the chat area after they joined." : "هذه الرسالة تعرض على كل المستخدمين في مساحة الدردشة بعد الانضمام.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "عيّن حدّاً أقصى لعدد المشاركين في الغرفة. صفر تعني أنه لا يوجد حد.",
|
||||
"If enabled, the moderator is able to start the recording." : "إذا تمّ التمكين فهذا يعني أن المنسق moderator يستطيع تشغيل التسجيل.",
|
||||
"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." : "شرح المفاهيم الأساسية التي تشكل خيارات الوصول :<br>- عمومي: أي شخص لديه الرابط يمكنه الانضمام.- <br>داخلي: مستخدمو نكست كلاود فقط يمكنهم الانضمام.- <br>كلمة مرور: فقط الأشخاص الذين يعرفون كلمة المرور يمكنهم الانضمام.- <br>غرفة انتظار: يجب أن يقوم المنسق بقبول كل ضيف قبل أن يستطيع الانضمام.-<br> مُقيّد: فقط الأشخاص و المجموعات المحددة يمكنهم الوصول إلى هذه الغرفة.",
|
||||
"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." : "يمكن للمنسّق إدارة جميع المشاركين في الاجتماع بما في ذلك الطرد أو كتم الصوت أو اختيار مقدم العرض. يمكن للمستخدمين الذين يلعبون دور المشرف أيضًا إغلاق اجتماع أو تغيير الإعدادات الافتراضية.",
|
||||
"If enabled, normal users have to wait until a moderator is in the room." : "إذا تمّ التمكين، فيجب على المستخدمين العاديين الانتظار حتى يدخل منسق إلى الغرفة.",
|
||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "إذا تمّ التمكين، سيتم توليد رابط URL منسّق يُمكّن من الدخول بصلاحيات منسّق.",
|
||||
"If enabled, the moderator is able to start the recording." : "إذا تمّ التمكين فهذا يعني أن المشرف يستطيع تشغيل التسجيل.",
|
||||
"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." : "شرح المفاهيم الأساسية التي تشكل خيارات الوصول :<br>- عمومي: أي شخص لديه الرابط يمكنه الانضمام.- <br>داخلي: مستخدمو نكست كلاود فقط يمكنهم الانضمام.- <br>كلمة مرور: فقط الأشخاص الذين يعرفون كلمة المرور يمكنهم الانضمام.- <br>غرفة انتظار: يجب أن يقوم المشرف بقبول كل ضيف قبل أن يستطيع الانضمام.-<br> مُقيّد: فقط الأشخاص و المجموعات المحددة يمكنهم الوصول إلى هذه الغرفة.",
|
||||
"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." : "يمكن للمشرف إدارة جميع المشاركين في الاجتماع بما في ذلك الطرد أو كتم الصوت أو اختيار مقدم العرض. يمكن للمستخدمين الذين يلعبون دور المشرف أيضًا إغلاق اجتماع أو تغيير الإعدادات الافتراضية.",
|
||||
"If enabled, normal users have to wait until a moderator is in the room." : "إذا تمّ التمكين، فيجب على المستخدمين العاديين الانتظار حتى يدخل المشرف إلى الغرفة.",
|
||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "إذا تمّ التمكين، سيتم توليد رابط URL منسّق يُمكّن من الدخول بصلاحيات المشرف.",
|
||||
"Only selected users and groups are allowed to access the room." : "فقط المستخدمون و المجموعات المختارة مسموح لهم بالدخول إلى الغرفة.",
|
||||
"If disabled, a microphone is needed to join the conference." : "إذا لم يتم التمكين، لا بد من لاقط صوت microphone للانضمام للاجتماع.",
|
||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "إذا تمّ التمكين، لا يحتاج المستخدم لاختبار الصوت echo call أو الكاميرا webcam preview عند أول دخول (مُتاحٌ بداية من الإصدار BBB server 2.3).",
|
||||
|
@ -86,11 +86,11 @@ OC.L10N.register(
|
|||
"Welcome" : "مرحباً",
|
||||
"Participant limit" : "الحد الأقصى للمشاركين",
|
||||
"Sharing" : "المشاركة",
|
||||
"Every participant is moderator" : "كل مشارك هو منسق",
|
||||
"Moderator access via URL" : "وصول المنسق عن طريق العنوان URL",
|
||||
"Every participant is moderator" : "كل مشارك هو مشرف",
|
||||
"Moderator access via URL" : "وصول المشرف عن طريق العنوان URL",
|
||||
"Miscellaneous" : "متنوع",
|
||||
"Recording" : "تسجيل",
|
||||
"Require moderator to start room" : "لا بد من وجود منسق لفتح الغرفة",
|
||||
"Require moderator to start room" : "لا بد من وجود المشرف لفتح الغرفة",
|
||||
"Listen only option" : "خيار الاستماع فقط",
|
||||
"Skip media check before usage" : "تجاوز اختبار لاقط الصوت و الكاميرا قبل الاستعمال",
|
||||
"Clean layout" : "تخطيط واضح و مريح clean layout",
|
||||
|
|
22
l10n/ar.json
22
l10n/ar.json
|
@ -17,10 +17,10 @@
|
|||
"Waiting room for all users" : "غرفة انتظار لجميع المستخدمين",
|
||||
"Internal" : "داخلي",
|
||||
"Internal restricted" : "داخلي محظور",
|
||||
"API URL or secret not configured. Please contact your administrator." : "API URL أو الكلمة السرية لم تتم تهيئتها. رجاءً، اتصل بمشرف النظام عندك.",
|
||||
"API URL or secret not configured. Please contact your administrator." : "API URL أو الكلمة السرية لم تتم تهيئتها. رجاءً، اتصل بمسؤول النظام عندك.",
|
||||
"BigBlueButton Integration" : "مُكاملة \"بيغ بلو بوتون\" BigBlueButton ",
|
||||
"BigBlueButton integration for Nextcloud" : "مُكاملة \"بيغ بلو بوتون\" BigBlueButton مع نكست كلاود",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "يسمح هذا التطبيق بإنشاء اجتماعات من خلال تنصيب خارجي لـ\"بيغ بلو بوتون\" [BigBlueButton] (https://bigbluebutton.org) . \n\n* ** إعداد الغرفة ** إنشاء تكوينات متعددة للغرف بالاسم ورسالة الترحيب ... \n* ** مشاركة رابط الضيف ** مشاركة رابط الغرفة مع جميع ضيوفك \n* ** مشاركة رابط الوسيط ** دعوة المشرفين إلى الغرفة \n* ** مشاركة الغرف ** مشاركة الغرف مع الأعضاء أو المجموعات أو الدوائر \n* ** عرض تقديمي مخصص ** ابدأ غرفة بعرض تقديمي محدد من متصفح الملفات الخاص بك \n* ** إدارة التسجيلات ** عرض ومشاركة وحذف التسجيلات الخاصة بغرفك \n* ** القيود ** قصر إنشاء الغرفة على مجموعات معينة \n* ** الأنشطة ** احصل على نظرة عامة حول أنشطة غرفتك. \n\nدليل البدء السريع والمزيد من المعلومات في [الملف التمهيدي] (https://github.com/sualko/cloud_bbb) . \n\nهل يعجبك هذا التطبيق؟ قدم شيئًا لمجتمع المصادر المفتوحة واطلع على [طرق المساهمة] (https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md). \n\nإذا كان لديك الوقت، فسيكون من الرائع إذا كان بإمكانك المساعدة في تحسين هذا التطبيق. \n\n* هذا التطبيق يدمج BigBlueButton ولم يتم اعتماده أو اعتماده من قبل BigBlueButton Inc..",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "يتيح لك هذا التطبيق إنشاء اجتماعات بتثبيت خارجي لـ [BigBlueButton](https://bigbluebutton.org).\n\n* **إعداد الغرفة** إنشاء تكوينات متعددة للغرفة باسم ورسالة ترحيب...\n* **مشاركة رابط الضيف** مشاركة رابط الغرفة مع جميع ضيوفك\n* **مشاركة رابط المشرف** دعوة المشرفين إلى الغرفة\n* **مشاركة الغرف** مشاركة الغرف مع الأعضاء أو المجموعات أو الدوائر\n* **عرض تقديمي مخصص** ابدأ غرفة بعرض تقديمي محدد من متصفح الملفات الخاص بك\n* **إدارة التسجيلات** عرض ومشاركة وحذف التسجيلات الخاصة بغرفك\n* **القيود** تقييد إنشاء الغرفة على مجموعات معينة\n* **الأنشطة** احصل على نظرة عامة على أنشطة غرفتك\n\nدليل البدء السريع والمزيد من المعلومات في [ملف readme](https://github.com/littleredbutton/cloud_bbb).\nهل يعجبك هذا التطبيق؟ قدم شيئًا لمجتمع المصادر المفتوحة وتحقق من\n[طرق المساهمة](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nنرحب بالمساهمين! إذا كان لديك الوقت، فسيكون من الرائع أن تساعد في تحسين هذا التطبيق.\n\n*يدمج هذا التطبيق BigBlueButton ولا يتم اعتماده أو اعتماده من قبل BigBlueButton Inc. BigBlueButton وشعار BigBlueButton علامتان تجاريتان لشركة BigBlueButton Inc.*",
|
||||
"Room not found" : "الغرفة غير موجودة",
|
||||
"The room could not be found. Maybe it was deleted?" : "الغرفة غير موجودة. هل يمكن أن تكون محذوفة؟",
|
||||
"Back to %s" : "العودة إلى %s",
|
||||
|
@ -54,7 +54,7 @@
|
|||
"Group" : "المجموعة",
|
||||
"Searching" : "بحث",
|
||||
"No matches" : "لا يوجد تطابق",
|
||||
"admin" : "مشرف",
|
||||
"admin" : "مدير",
|
||||
"moderator" : "مشرف",
|
||||
"user" : "مستخدِم",
|
||||
"Name" : "الاسم",
|
||||
|
@ -69,11 +69,11 @@
|
|||
"Descriptive name of this room." : "اسم يصف هذه الغرفة.",
|
||||
"This message is shown to all users in the chat area after they joined." : "هذه الرسالة تعرض على كل المستخدمين في مساحة الدردشة بعد الانضمام.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "عيّن حدّاً أقصى لعدد المشاركين في الغرفة. صفر تعني أنه لا يوجد حد.",
|
||||
"If enabled, the moderator is able to start the recording." : "إذا تمّ التمكين فهذا يعني أن المنسق moderator يستطيع تشغيل التسجيل.",
|
||||
"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." : "شرح المفاهيم الأساسية التي تشكل خيارات الوصول :<br>- عمومي: أي شخص لديه الرابط يمكنه الانضمام.- <br>داخلي: مستخدمو نكست كلاود فقط يمكنهم الانضمام.- <br>كلمة مرور: فقط الأشخاص الذين يعرفون كلمة المرور يمكنهم الانضمام.- <br>غرفة انتظار: يجب أن يقوم المنسق بقبول كل ضيف قبل أن يستطيع الانضمام.-<br> مُقيّد: فقط الأشخاص و المجموعات المحددة يمكنهم الوصول إلى هذه الغرفة.",
|
||||
"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." : "يمكن للمنسّق إدارة جميع المشاركين في الاجتماع بما في ذلك الطرد أو كتم الصوت أو اختيار مقدم العرض. يمكن للمستخدمين الذين يلعبون دور المشرف أيضًا إغلاق اجتماع أو تغيير الإعدادات الافتراضية.",
|
||||
"If enabled, normal users have to wait until a moderator is in the room." : "إذا تمّ التمكين، فيجب على المستخدمين العاديين الانتظار حتى يدخل منسق إلى الغرفة.",
|
||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "إذا تمّ التمكين، سيتم توليد رابط URL منسّق يُمكّن من الدخول بصلاحيات منسّق.",
|
||||
"If enabled, the moderator is able to start the recording." : "إذا تمّ التمكين فهذا يعني أن المشرف يستطيع تشغيل التسجيل.",
|
||||
"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." : "شرح المفاهيم الأساسية التي تشكل خيارات الوصول :<br>- عمومي: أي شخص لديه الرابط يمكنه الانضمام.- <br>داخلي: مستخدمو نكست كلاود فقط يمكنهم الانضمام.- <br>كلمة مرور: فقط الأشخاص الذين يعرفون كلمة المرور يمكنهم الانضمام.- <br>غرفة انتظار: يجب أن يقوم المشرف بقبول كل ضيف قبل أن يستطيع الانضمام.-<br> مُقيّد: فقط الأشخاص و المجموعات المحددة يمكنهم الوصول إلى هذه الغرفة.",
|
||||
"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." : "يمكن للمشرف إدارة جميع المشاركين في الاجتماع بما في ذلك الطرد أو كتم الصوت أو اختيار مقدم العرض. يمكن للمستخدمين الذين يلعبون دور المشرف أيضًا إغلاق اجتماع أو تغيير الإعدادات الافتراضية.",
|
||||
"If enabled, normal users have to wait until a moderator is in the room." : "إذا تمّ التمكين، فيجب على المستخدمين العاديين الانتظار حتى يدخل المشرف إلى الغرفة.",
|
||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "إذا تمّ التمكين، سيتم توليد رابط URL منسّق يُمكّن من الدخول بصلاحيات المشرف.",
|
||||
"Only selected users and groups are allowed to access the room." : "فقط المستخدمون و المجموعات المختارة مسموح لهم بالدخول إلى الغرفة.",
|
||||
"If disabled, a microphone is needed to join the conference." : "إذا لم يتم التمكين، لا بد من لاقط صوت microphone للانضمام للاجتماع.",
|
||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "إذا تمّ التمكين، لا يحتاج المستخدم لاختبار الصوت echo call أو الكاميرا webcam preview عند أول دخول (مُتاحٌ بداية من الإصدار BBB server 2.3).",
|
||||
|
@ -84,11 +84,11 @@
|
|||
"Welcome" : "مرحباً",
|
||||
"Participant limit" : "الحد الأقصى للمشاركين",
|
||||
"Sharing" : "المشاركة",
|
||||
"Every participant is moderator" : "كل مشارك هو منسق",
|
||||
"Moderator access via URL" : "وصول المنسق عن طريق العنوان URL",
|
||||
"Every participant is moderator" : "كل مشارك هو مشرف",
|
||||
"Moderator access via URL" : "وصول المشرف عن طريق العنوان URL",
|
||||
"Miscellaneous" : "متنوع",
|
||||
"Recording" : "تسجيل",
|
||||
"Require moderator to start room" : "لا بد من وجود منسق لفتح الغرفة",
|
||||
"Require moderator to start room" : "لا بد من وجود المشرف لفتح الغرفة",
|
||||
"Listen only option" : "خيار الاستماع فقط",
|
||||
"Skip media check before usage" : "تجاوز اختبار لاقط الصوت و الكاميرا قبل الاستعمال",
|
||||
"Clean layout" : "تخطيط واضح و مريح clean layout",
|
||||
|
|
|
@ -22,7 +22,6 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "URL адресът или API тайна не са конфигурирани. Моля, свържете се с вашия администратор.",
|
||||
"BigBlueButton Integration" : " Интеграция с BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Интеграция с BigBlueButton за Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Това приложение позволява да се създават срещи с външно инсталиране на [BigBlueButton](https://bigbluebutton.org).\n\n* **Настройка на стаята** Създайте множество конфигурации на стаите с име, приветствено съобщение ...\n* ** Споделяне на връзка за гости** Споделяне на връзка към стаята с всички ваши гости\n* **Споделяне на модераторска връзка** Поканете модератори в стаята\n* **Споделете стаи** Споделете стаи с членове, групи или кръгове\n* **Персонализирана презентация** Започнете стая с избрана презентация от вашия файлов браузър\n* **Управление на записи** Преглед, споделяне и изтриване на записи за вашите стаи\n* **Ограничения** Ограничаване на създаването на стаи за определени групи\n* **Активности** Преглед на вашите стаи и активности\n\nБързо ръководство за начало и допълнителна информация в нашето [readme](https://github.com/sualko/cloud_bbb).\nХаресва ли ви това приложение? Направете нещо за общността с отворен код и разгледайте нашите\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nТърси се разработчик! Ако имате време, би било страхотно, ако можете да помогнете за подобряването на това приложение.\n\n*Това приложение интегрира BigBlueButton и не е одобрено или сертифицирано от BigBlueButton Inc. Логото на BigBlueButton и на BigBlueButtonса търговски марки на BigBlueButton Inc.*",
|
||||
"Room not found" : "Стаята не е намерена ",
|
||||
"The room could not be found. Maybe it was deleted?" : "Стаята не можа да бъде намерена. Може би е изтрита?",
|
||||
"Back to %s" : "Обратно към %s",
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "URL адресът или API тайна не са конфигурирани. Моля, свържете се с вашия администратор.",
|
||||
"BigBlueButton Integration" : " Интеграция с BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Интеграция с BigBlueButton за Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Това приложение позволява да се създават срещи с външно инсталиране на [BigBlueButton](https://bigbluebutton.org).\n\n* **Настройка на стаята** Създайте множество конфигурации на стаите с име, приветствено съобщение ...\n* ** Споделяне на връзка за гости** Споделяне на връзка към стаята с всички ваши гости\n* **Споделяне на модераторска връзка** Поканете модератори в стаята\n* **Споделете стаи** Споделете стаи с членове, групи или кръгове\n* **Персонализирана презентация** Започнете стая с избрана презентация от вашия файлов браузър\n* **Управление на записи** Преглед, споделяне и изтриване на записи за вашите стаи\n* **Ограничения** Ограничаване на създаването на стаи за определени групи\n* **Активности** Преглед на вашите стаи и активности\n\nБързо ръководство за начало и допълнителна информация в нашето [readme](https://github.com/sualko/cloud_bbb).\nХаресва ли ви това приложение? Направете нещо за общността с отворен код и разгледайте нашите\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nТърси се разработчик! Ако имате време, би било страхотно, ако можете да помогнете за подобряването на това приложение.\n\n*Това приложение интегрира BigBlueButton и не е одобрено или сертифицирано от BigBlueButton Inc. Логото на BigBlueButton и на BigBlueButtonса търговски марки на BigBlueButton Inc.*",
|
||||
"Room not found" : "Стаята не е намерена ",
|
||||
"The room could not be found. Maybe it was deleted?" : "Стаята не можа да бъде намерена. Може би е изтрита?",
|
||||
"Back to %s" : "Обратно към %s",
|
||||
|
|
|
@ -22,7 +22,6 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "Adreça URL o secret de l'API no configurat. Poseu-vos en contacte amb l'administrador.",
|
||||
"BigBlueButton Integration" : "Integració de BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Integració de BigBlueButton per Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Aquesta aplicació permet crear reunions amb una instal·lació externa de [BigBlueButton](https://bigbluebutton.org).\n\n* **Configuració de sala** Creeu diverses configuracions de sala amb nom, missatge de benvinguda …\n* **Comparteix l'enllaç de convidat** Comparteix l'enllaç de la sala amb tots els teus convidats\n* **Comparteix l'enllaç del moderador** Convida moderadors a la sala\n* **Comparteix sales** Comparteix sales amb membres, grups o cercles\n* **Presentació personalitzada** Inicieu una sala amb una presentació seleccionada des del vostre navegador de fitxers\n* **Gestiona les gravacions** Consulta, comparteix i suprimeix les gravacions de les teves sales\n* **Restriccions** Restringeix la creació de sales a determinats grups\n* **Activitats** Obteniu una visió general de les activitats de la vostra sala\n\nGuia d'inici ràpid i més informació al nostre [readme](https://github.com/sualko/cloud_bbb).\nT'agrada aquesta aplicació? Retorna alguna cosa a la comunitat de codi obert i consulta les nostres\n[maneres de contribuir](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nBusquem desenvolupador! Si tens temps, seria fantàstic si poguéssiu ajudar a millorar aquesta aplicació.\n\n*Aquesta aplicació integra BigBlueButton i no està avalada ni certificada per BigBlueButton Inc. BigBlueButton i el logotip de BigBlueButton són marques comercials de BigBlueButton Inc.*",
|
||||
"Room not found" : "No s'ha trobat la sala",
|
||||
"The room could not be found. Maybe it was deleted?" : "No s'ha trobat la sala. Potser s'ha suprimit?",
|
||||
"Back to %s" : "Tornar a %s",
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "Adreça URL o secret de l'API no configurat. Poseu-vos en contacte amb l'administrador.",
|
||||
"BigBlueButton Integration" : "Integració de BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Integració de BigBlueButton per Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Aquesta aplicació permet crear reunions amb una instal·lació externa de [BigBlueButton](https://bigbluebutton.org).\n\n* **Configuració de sala** Creeu diverses configuracions de sala amb nom, missatge de benvinguda …\n* **Comparteix l'enllaç de convidat** Comparteix l'enllaç de la sala amb tots els teus convidats\n* **Comparteix l'enllaç del moderador** Convida moderadors a la sala\n* **Comparteix sales** Comparteix sales amb membres, grups o cercles\n* **Presentació personalitzada** Inicieu una sala amb una presentació seleccionada des del vostre navegador de fitxers\n* **Gestiona les gravacions** Consulta, comparteix i suprimeix les gravacions de les teves sales\n* **Restriccions** Restringeix la creació de sales a determinats grups\n* **Activitats** Obteniu una visió general de les activitats de la vostra sala\n\nGuia d'inici ràpid i més informació al nostre [readme](https://github.com/sualko/cloud_bbb).\nT'agrada aquesta aplicació? Retorna alguna cosa a la comunitat de codi obert i consulta les nostres\n[maneres de contribuir](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nBusquem desenvolupador! Si tens temps, seria fantàstic si poguéssiu ajudar a millorar aquesta aplicació.\n\n*Aquesta aplicació integra BigBlueButton i no està avalada ni certificada per BigBlueButton Inc. BigBlueButton i el logotip de BigBlueButton són marques comercials de BigBlueButton Inc.*",
|
||||
"Room not found" : "No s'ha trobat la sala",
|
||||
"The room could not be found. Maybe it was deleted?" : "No s'ha trobat la sala. Potser s'ha suprimit?",
|
||||
"Back to %s" : "Tornar a %s",
|
||||
|
|
|
@ -22,7 +22,6 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "Není nastavená URL adresa aplikačního programového rozhraní (API) nebo tajemství. Obraťte se na svého správce.",
|
||||
"BigBlueButton Integration" : "Napojení na BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Napojení na BigBlueButton pro Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Tato aplikace umožňuje vytvářet schůzky s externí instalací [BigBlueButton](https://bigbluebutton.org).\n\n* **Vytvoření místnosti** Vytvářejte vícero nastavení pro místnosti s názvem, uvítací zprávou, …\n* **Sdílení odkazem pro hosta** Sdílejte odkaz na místnost se všemi vašimi hosty\n* **Sdílení moderátorským odkazem** Pozvětě moderátory do místnosti\n* **Sdílení místností** Sdílejte místnosti se členy, skupinami nebo okruhy\n* **Uživatelsky určená prezentace** Zahajte místnost s vybranou prezentací z prohlížeče souborů\n* **Správa nahrávek** Zobrazujte, sdílejte a mažte nahrávky z vašich místnosti\n\n* **Omezování** Omezte vytváření místností jen na určité skupiny\n\n* **Aktivity** Dostávejte přehledy o aktivitě vaší místnosti\n\nPříručka pro rychlé seznámení a další informace v našem [čti mě](https://github.com/sualko/cloud_bbb).\nLíbí se vám tato aplikace? Vraťte něco open source komunitě zpět a podívejte se na\n[způsoby jak přispět](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\nHledáme vývojáře! Pokud máte čas, bylo by skvělé pokud byste pomohli s vylepšováním této aplikace.\n\n*Tato aplikace integruje BigBlueButton a není doporučována ani ceritfikována BigBlueButton Inc. BigBlueButton a logo BigBlueButton jsou registrované obchodní značky společnosti BigBlueButton Inc.*",
|
||||
"Room not found" : "Místnost nenalezena",
|
||||
"The room could not be found. Maybe it was deleted?" : "Místnost se nepodařilo nalézt. Možná byla smazána?",
|
||||
"Back to %s" : "Zpět na %s",
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "Není nastavená URL adresa aplikačního programového rozhraní (API) nebo tajemství. Obraťte se na svého správce.",
|
||||
"BigBlueButton Integration" : "Napojení na BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Napojení na BigBlueButton pro Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Tato aplikace umožňuje vytvářet schůzky s externí instalací [BigBlueButton](https://bigbluebutton.org).\n\n* **Vytvoření místnosti** Vytvářejte vícero nastavení pro místnosti s názvem, uvítací zprávou, …\n* **Sdílení odkazem pro hosta** Sdílejte odkaz na místnost se všemi vašimi hosty\n* **Sdílení moderátorským odkazem** Pozvětě moderátory do místnosti\n* **Sdílení místností** Sdílejte místnosti se členy, skupinami nebo okruhy\n* **Uživatelsky určená prezentace** Zahajte místnost s vybranou prezentací z prohlížeče souborů\n* **Správa nahrávek** Zobrazujte, sdílejte a mažte nahrávky z vašich místnosti\n\n* **Omezování** Omezte vytváření místností jen na určité skupiny\n\n* **Aktivity** Dostávejte přehledy o aktivitě vaší místnosti\n\nPříručka pro rychlé seznámení a další informace v našem [čti mě](https://github.com/sualko/cloud_bbb).\nLíbí se vám tato aplikace? Vraťte něco open source komunitě zpět a podívejte se na\n[způsoby jak přispět](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\nHledáme vývojáře! Pokud máte čas, bylo by skvělé pokud byste pomohli s vylepšováním této aplikace.\n\n*Tato aplikace integruje BigBlueButton a není doporučována ani ceritfikována BigBlueButton Inc. BigBlueButton a logo BigBlueButton jsou registrované obchodní značky společnosti BigBlueButton Inc.*",
|
||||
"Room not found" : "Místnost nenalezena",
|
||||
"The room could not be found. Maybe it was deleted?" : "Místnost se nepodařilo nalézt. Možná byla smazána?",
|
||||
"Back to %s" : "Zpět na %s",
|
||||
|
|
|
@ -22,7 +22,7 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "API-URL oder secret (geheime Phrase) nicht konfiguriert. Bitte wende dich an den Administrator.",
|
||||
"BigBlueButton Integration" : "BigBlueButton-Einbindung",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton-Einbindung für Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Diese App ermöglicht das Erstellen von Meetings mit einer externen Installation von [BigBlueButton](https://bigbluebutton.org).\n\n* **Raumeinrichtung** Erstelle mehrere Raumkonfigurationen mit Namen, Begrüßungsnachricht …\n* **Gast-Link teilen** Teile den Raum-Link mit allen deinen Gästen\n* **Moderatoren-Link freigeben** Moderatoren in den Raum einladen\n* **Räume freigeben** Räume für Mitglieder, Gruppen oder Kreise freigeben\n* **Benutzerdefinierte Präsentation** Einen Raum mit einer ausgewählten Präsentation aus deinem Dateibrowser starten\n* Aufnahmen verwalten** Aufnahmen für deine Räume ansehen, freigeben und löschen\n* **Einschränkungen** Beschränke die Erstellung von Räumen auf bestimmte Gruppen\n* **Aktivitäten** Verschaffe dir einen Überblick über deine Raumaktivitäten\n\nSchnellstartanleitung und weitere Informationen in unserer [readme](https://github.com/sualko/cloud_bbb).\nGefällt dir diese Anwendung? Gib der Open-Source-Gemeinschaft etwas zurück und schaue dir unsere\n[Wege zur Mitarbeit](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md) an.\n\nEntwickler gesucht! Wenn du Zeit hast, wäre es großartig, wenn du helfen könntest, diese Anwendung zu verbessern.\n\n*Diese App integriert BigBlueButton und wird nicht von BigBlueButton Inc. unterstützt oder zertifiziert. BigBlueButton und das BigBlueButton Logo sind Warenzeichen von BigBlueButton Inc.",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Diese App ermöglicht das Erstellen von Meetings mit einer externen Installation von [BigBlueButton](https://bigbluebutton.org).\n\n* **Raumeinrichtung** Erstelle mehrere Raumkonfigurationen mit Namen, Willkommensnachricht …\n\n* **Gästelink teilen** Teile den Raumlink mit all deinen Gästen\n* **Moderatorlink teilen** Lade Moderatoren in den Raum ein\n* **Räume teilen** Teile Räume mit Mitgliedern, Gruppen oder Kreisen\n* **Benutzerdefinierte Präsentation** Starte einen Raum mit einer ausgewählten Präsentation aus deinem Dateibrowser\n* **Aufzeichnungen verwalten** Anzeigen, Teilen und Löschen von Aufzeichnungen für deine Räume\n* **Einschränkungen** Beschränke die Raumerstellung auf bestimmte Gruppen\n* **Aktivitäten** Erhalte einen Überblick über deine Raumaktivitäten\n\nKurzanleitung und weitere Informationen in unserer [Readme](https://github.com/littleredbutton/cloud_bbb).\nGefällt dir diese Anwendung? Gib der Open-Source-Community etwas zurück und sieh dir unsere\n[Möglichkeiten zum Beitragen](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md) an.\n\nMitwirkende sind willkommen! Wenn du Zeit hast, wäre es großartig, wenn du helfen könntest, diese Anwendung zu verbessern.\n\n*Diese App integriert BigBlueButton und wird nicht von BigBlueButton Inc. unterstützt oder zertifiziert. BigBlueButton und das BigBlueButton-Logo sind Marken von BigBlueButton Inc.*",
|
||||
"Room not found" : "Raum nicht gefunden",
|
||||
"The room could not be found. Maybe it was deleted?" : "Der Raum konnte nicht gefunden werden. Möglicherweise wurde er gelöscht?",
|
||||
"Back to %s" : "Zurück zu %s",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "API-URL oder secret (geheime Phrase) nicht konfiguriert. Bitte wende dich an den Administrator.",
|
||||
"BigBlueButton Integration" : "BigBlueButton-Einbindung",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton-Einbindung für Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Diese App ermöglicht das Erstellen von Meetings mit einer externen Installation von [BigBlueButton](https://bigbluebutton.org).\n\n* **Raumeinrichtung** Erstelle mehrere Raumkonfigurationen mit Namen, Begrüßungsnachricht …\n* **Gast-Link teilen** Teile den Raum-Link mit allen deinen Gästen\n* **Moderatoren-Link freigeben** Moderatoren in den Raum einladen\n* **Räume freigeben** Räume für Mitglieder, Gruppen oder Kreise freigeben\n* **Benutzerdefinierte Präsentation** Einen Raum mit einer ausgewählten Präsentation aus deinem Dateibrowser starten\n* Aufnahmen verwalten** Aufnahmen für deine Räume ansehen, freigeben und löschen\n* **Einschränkungen** Beschränke die Erstellung von Räumen auf bestimmte Gruppen\n* **Aktivitäten** Verschaffe dir einen Überblick über deine Raumaktivitäten\n\nSchnellstartanleitung und weitere Informationen in unserer [readme](https://github.com/sualko/cloud_bbb).\nGefällt dir diese Anwendung? Gib der Open-Source-Gemeinschaft etwas zurück und schaue dir unsere\n[Wege zur Mitarbeit](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md) an.\n\nEntwickler gesucht! Wenn du Zeit hast, wäre es großartig, wenn du helfen könntest, diese Anwendung zu verbessern.\n\n*Diese App integriert BigBlueButton und wird nicht von BigBlueButton Inc. unterstützt oder zertifiziert. BigBlueButton und das BigBlueButton Logo sind Warenzeichen von BigBlueButton Inc.",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Diese App ermöglicht das Erstellen von Meetings mit einer externen Installation von [BigBlueButton](https://bigbluebutton.org).\n\n* **Raumeinrichtung** Erstelle mehrere Raumkonfigurationen mit Namen, Willkommensnachricht …\n\n* **Gästelink teilen** Teile den Raumlink mit all deinen Gästen\n* **Moderatorlink teilen** Lade Moderatoren in den Raum ein\n* **Räume teilen** Teile Räume mit Mitgliedern, Gruppen oder Kreisen\n* **Benutzerdefinierte Präsentation** Starte einen Raum mit einer ausgewählten Präsentation aus deinem Dateibrowser\n* **Aufzeichnungen verwalten** Anzeigen, Teilen und Löschen von Aufzeichnungen für deine Räume\n* **Einschränkungen** Beschränke die Raumerstellung auf bestimmte Gruppen\n* **Aktivitäten** Erhalte einen Überblick über deine Raumaktivitäten\n\nKurzanleitung und weitere Informationen in unserer [Readme](https://github.com/littleredbutton/cloud_bbb).\nGefällt dir diese Anwendung? Gib der Open-Source-Community etwas zurück und sieh dir unsere\n[Möglichkeiten zum Beitragen](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md) an.\n\nMitwirkende sind willkommen! Wenn du Zeit hast, wäre es großartig, wenn du helfen könntest, diese Anwendung zu verbessern.\n\n*Diese App integriert BigBlueButton und wird nicht von BigBlueButton Inc. unterstützt oder zertifiziert. BigBlueButton und das BigBlueButton-Logo sind Marken von BigBlueButton Inc.*",
|
||||
"Room not found" : "Raum nicht gefunden",
|
||||
"The room could not be found. Maybe it was deleted?" : "Der Raum konnte nicht gefunden werden. Möglicherweise wurde er gelöscht?",
|
||||
"Back to %s" : "Zurück zu %s",
|
||||
|
|
|
@ -22,7 +22,7 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "API-URL oder Secret (geheime Phrase) nicht konfiguriert. Bitte wenden Sie sich an den Administrator.",
|
||||
"BigBlueButton Integration" : "BigBlueButton-Einbindung",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton-Einbindung für Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Diese App ermöglicht das Erstellen von Meetings mit einer externen Installation von [BigBlueButton](https://bigbluebutton.org).\n\n* **Raumeinrichtung** Erstellen Sie mehrere Raumkonfigurationen mit Namen, Begrüßungsnachricht …\n* **Gast-Link teilen** Teilen Sie den Raum-Link mit allen Ihren Gästen\n* **Moderatoren-Link freigeben** Moderatoren in den Raum einladen\n* **Räume freigeben** Räume für Mitglieder, Gruppen oder Kreise freigeben\n* **Benutzerdefinierte Präsentation** Einen Raum mit einer ausgewählten Präsentation aus Ihrem Dateibrowser starten\n* Aufnahmen verwalten** Aufnahmen für Ihre Räume ansehen, freigeben und löschen\n* **Einschränkungen** Beschränken Sie die Erstellung von Räumen auf bestimmte Gruppen\n* **Aktivitäten** Verschaffen Sie sich einen Überblick über Ihre Raumaktivitäten\n\nSchnellstartanleitung und weitere Informationen in unserer [readme](https://github.com/sualko/cloud_bbb).\nGefällt Ihnen diese Anwendung? Geben Sie der Open-Source-Gemeinschaft etwas zurück und schauen Sie sich unsere\n[Wege zur Mitarbeit](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nEntwickler gesucht! Wenn Sie Zeit haben, wäre es großartig, wenn Sie helfen könnten, diese Anwendung zu verbessern.\n\n*Diese App integriert BigBlueButton und wird nicht von BigBlueButton Inc. unterstützt oder zertifiziert. BigBlueButton und das BigBlueButton Logo sind Warenzeichen von BigBlueButton Inc.",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Diese App ermöglicht das Erstellen von Meetings mit einer externen Installation von [BigBlueButton](https://bigbluebutton.org).\n\n* **Raumeinrichtung** Erstellen Sie mehrere Raumkonfigurationen mit Namen, Willkommensnachricht …\n\n* **Gästelink teilen** Teilen Sie den Raumlink mit all Ihren Gästen\n* **Moderatorlink teilen** Laden Sie Moderatoren in den Raum ein\n* **Räume teilen** Teilen Sie Räume mit Mitgliedern, Gruppen oder Kreisen\n* **Benutzerdefinierte Präsentation** Starten Sie einen Raum mit einer ausgewählten Präsentation aus Ihrem Dateibrowser\n* **Aufzeichnungen verwalten** Anzeigen, Teilen und Löschen von Aufzeichnungen für Ihre Räume\n* **Einschränkungen** Beschränken Sie die Raumerstellung auf bestimmte Gruppen\n* **Aktivitäten** Erhalten Sie einen Überblick über Ihre Raumaktivitäten\n\nKurzanleitung und weitere Informationen in unserer [Readme](https://github.com/littleredbutton/cloud_bbb).\nGefällt Ihnen diese Anwendung? Geben Sie der Open-Source-Community etwas zurück und sehen Sie sich unsere\n[Möglichkeiten zum Beitragen](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md) an.\n\nMitwirkende sind willkommen! Wenn Sie Zeit haben, wäre es großartig, wenn Sie helfen könnten, diese Anwendung zu verbessern.\n\n*Diese App integriert BigBlueButton und wird nicht von BigBlueButton Inc. unterstützt oder zertifiziert. BigBlueButton und das BigBlueButton-Logo sind Marken von BigBlueButton Inc.*",
|
||||
"Room not found" : "Raum nicht gefunden",
|
||||
"The room could not be found. Maybe it was deleted?" : "Der Raum konnte nicht gefunden werden. Möglicherweise wurde er gelöscht?",
|
||||
"Back to %s" : "Zurück zu %s",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "API-URL oder Secret (geheime Phrase) nicht konfiguriert. Bitte wenden Sie sich an den Administrator.",
|
||||
"BigBlueButton Integration" : "BigBlueButton-Einbindung",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton-Einbindung für Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Diese App ermöglicht das Erstellen von Meetings mit einer externen Installation von [BigBlueButton](https://bigbluebutton.org).\n\n* **Raumeinrichtung** Erstellen Sie mehrere Raumkonfigurationen mit Namen, Begrüßungsnachricht …\n* **Gast-Link teilen** Teilen Sie den Raum-Link mit allen Ihren Gästen\n* **Moderatoren-Link freigeben** Moderatoren in den Raum einladen\n* **Räume freigeben** Räume für Mitglieder, Gruppen oder Kreise freigeben\n* **Benutzerdefinierte Präsentation** Einen Raum mit einer ausgewählten Präsentation aus Ihrem Dateibrowser starten\n* Aufnahmen verwalten** Aufnahmen für Ihre Räume ansehen, freigeben und löschen\n* **Einschränkungen** Beschränken Sie die Erstellung von Räumen auf bestimmte Gruppen\n* **Aktivitäten** Verschaffen Sie sich einen Überblick über Ihre Raumaktivitäten\n\nSchnellstartanleitung und weitere Informationen in unserer [readme](https://github.com/sualko/cloud_bbb).\nGefällt Ihnen diese Anwendung? Geben Sie der Open-Source-Gemeinschaft etwas zurück und schauen Sie sich unsere\n[Wege zur Mitarbeit](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nEntwickler gesucht! Wenn Sie Zeit haben, wäre es großartig, wenn Sie helfen könnten, diese Anwendung zu verbessern.\n\n*Diese App integriert BigBlueButton und wird nicht von BigBlueButton Inc. unterstützt oder zertifiziert. BigBlueButton und das BigBlueButton Logo sind Warenzeichen von BigBlueButton Inc.",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Diese App ermöglicht das Erstellen von Meetings mit einer externen Installation von [BigBlueButton](https://bigbluebutton.org).\n\n* **Raumeinrichtung** Erstellen Sie mehrere Raumkonfigurationen mit Namen, Willkommensnachricht …\n\n* **Gästelink teilen** Teilen Sie den Raumlink mit all Ihren Gästen\n* **Moderatorlink teilen** Laden Sie Moderatoren in den Raum ein\n* **Räume teilen** Teilen Sie Räume mit Mitgliedern, Gruppen oder Kreisen\n* **Benutzerdefinierte Präsentation** Starten Sie einen Raum mit einer ausgewählten Präsentation aus Ihrem Dateibrowser\n* **Aufzeichnungen verwalten** Anzeigen, Teilen und Löschen von Aufzeichnungen für Ihre Räume\n* **Einschränkungen** Beschränken Sie die Raumerstellung auf bestimmte Gruppen\n* **Aktivitäten** Erhalten Sie einen Überblick über Ihre Raumaktivitäten\n\nKurzanleitung und weitere Informationen in unserer [Readme](https://github.com/littleredbutton/cloud_bbb).\nGefällt Ihnen diese Anwendung? Geben Sie der Open-Source-Community etwas zurück und sehen Sie sich unsere\n[Möglichkeiten zum Beitragen](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md) an.\n\nMitwirkende sind willkommen! Wenn Sie Zeit haben, wäre es großartig, wenn Sie helfen könnten, diese Anwendung zu verbessern.\n\n*Diese App integriert BigBlueButton und wird nicht von BigBlueButton Inc. unterstützt oder zertifiziert. BigBlueButton und das BigBlueButton-Logo sind Marken von BigBlueButton Inc.*",
|
||||
"Room not found" : "Raum nicht gefunden",
|
||||
"The room could not be found. Maybe it was deleted?" : "Der Raum konnte nicht gefunden werden. Möglicherweise wurde er gelöscht?",
|
||||
"Back to %s" : "Zurück zu %s",
|
||||
|
|
|
@ -22,7 +22,7 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "API URL or secret not configured. Please contact your administrator.",
|
||||
"BigBlueButton Integration" : "BigBlueButton Integration",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton integration for Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*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 allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*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 allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*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 allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*",
|
||||
"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" : "Back to %s",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "API URL or secret not configured. Please contact your administrator.",
|
||||
"BigBlueButton Integration" : "BigBlueButton Integration",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton integration for Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*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 allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*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 allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*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 allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*",
|
||||
"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" : "Back to %s",
|
||||
|
|
|
@ -22,7 +22,6 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "URL de la API o secreto no configurado. Por favor, contacta con tu administrador.",
|
||||
"BigBlueButton Integration" : "Integración BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Integración BigBlueButton para Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Esta app permite crear reuniones con una instalación externa de [BigBlueButton](https://bigbluebutton.org).\n* **Configuración de salas** Crea múltiples configuraciones con nombre, mensaje de bienvenida…\n* **Comparte enlaces de invitados** Comparte el enlace de la sala con todos tus invitados\n* **Comparte salas** Comparte salas con miembros, grupos o círculos\n* **Presentación personalizada** inicia una sala con una presentación seleccionada desde tu navegador de archivos\n* **Maneja grabaciones** Ve, comparte y borra grabaciones de tus salas\n* **Restricciones** Restringe la creación de salas a ciertos grupos.\n* **Actividades** Obtén una vista general de las actividades de tus salas\n\nVea la guía rápida e información adicional en nuestro [readme](https://github.com/sualko/cloud_bbb).\n¿Le gusta esta aplicación? Devuelva algo a la comunidad de fuente abierta y revise nuestro\n[formas de contribuir](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\n¡Buscamos desarrolladores!\" Si tienes tiempo, sería genial que pudieras ayudarnos a mejorar esta aplicación.\n\n*Esta app integra BigBlueButton y no está apoyada ni certificada por BigBlueButton Inc. BigBlueButton y el logo de BigBlueButton son marcas comerciales de BigBlueButton Inc.*",
|
||||
"Room not found" : "Sala no encontrada",
|
||||
"The room could not be found. Maybe it was deleted?" : "No se ha podido encontrar la sala. ¿Quizás ha sido eliminada?",
|
||||
"Back to %s" : "Volver a %s",
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "URL de la API o secreto no configurado. Por favor, contacta con tu administrador.",
|
||||
"BigBlueButton Integration" : "Integración BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Integración BigBlueButton para Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Esta app permite crear reuniones con una instalación externa de [BigBlueButton](https://bigbluebutton.org).\n* **Configuración de salas** Crea múltiples configuraciones con nombre, mensaje de bienvenida…\n* **Comparte enlaces de invitados** Comparte el enlace de la sala con todos tus invitados\n* **Comparte salas** Comparte salas con miembros, grupos o círculos\n* **Presentación personalizada** inicia una sala con una presentación seleccionada desde tu navegador de archivos\n* **Maneja grabaciones** Ve, comparte y borra grabaciones de tus salas\n* **Restricciones** Restringe la creación de salas a ciertos grupos.\n* **Actividades** Obtén una vista general de las actividades de tus salas\n\nVea la guía rápida e información adicional en nuestro [readme](https://github.com/sualko/cloud_bbb).\n¿Le gusta esta aplicación? Devuelva algo a la comunidad de fuente abierta y revise nuestro\n[formas de contribuir](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\n¡Buscamos desarrolladores!\" Si tienes tiempo, sería genial que pudieras ayudarnos a mejorar esta aplicación.\n\n*Esta app integra BigBlueButton y no está apoyada ni certificada por BigBlueButton Inc. BigBlueButton y el logo de BigBlueButton son marcas comerciales de BigBlueButton Inc.*",
|
||||
"Room not found" : "Sala no encontrada",
|
||||
"The room could not be found. Maybe it was deleted?" : "No se ha podido encontrar la sala. ¿Quizás ha sido eliminada?",
|
||||
"Back to %s" : "Volver a %s",
|
||||
|
|
|
@ -22,7 +22,6 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "URL de API o clave no configuradas. Por favor, contacta a tu administrador.",
|
||||
"BigBlueButton Integration" : "Integración con BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Integración de BigBlueButton para Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Esta aplicación permite crear reuniones con una instalación externa de [BigBlueButton](https://bigbluebutton.org).\n \n * **Configuración de la sala** Crea múltiples configuraciones de sala con nombre, mensaje de bienvenida...\n * **Compartir enlace para invitados** Comparte el enlace de la sala con todos tus invitados.\n * **Compartir enlace para moderadores** Invita moderadores a la sala.\n * **Compartir salas** Comparte salas con miembros, grupos o círculos.\n * **Presentación personalizada** Inicia una sala con una presentación seleccionada desde tu explorador de archivos.\n * **Gestionar grabaciones** Ver, compartir y eliminar grabaciones de tus salas.\n * **Restricciones** Restringe la creación de salas a ciertos grupos.\n * **Actividades** Obtén una visión general de las actividades de tus salas.\n \n Guía de inicio rápido e información adicional en nuestro [readme](https://github.com/sualko/cloud_bbb).\n ¿Te gusta esta aplicación? Devuelve algo a la comunidad de código abierto y consulta nuestras\n [formas de contribuir](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n \n ¡Se busca desarrollador! Si tienes tiempo, sería genial si pudieras ayudar a mejorar esta aplicación.\n \n *Esta aplicación integra BigBlueButton y no está respaldada ni certificada por BigBlueButton Inc. BigBlueButton y el logotipo de BigBlueButton son marcas registradas de BigBlueButton Inc.*",
|
||||
"Room not found" : "No se encontró la sala",
|
||||
"The room could not be found. Maybe it was deleted?" : "No se pudo encontrar la sala. ¿Quizás fue eliminada?",
|
||||
"Back to %s" : "Volver a %s",
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "URL de API o clave no configuradas. Por favor, contacta a tu administrador.",
|
||||
"BigBlueButton Integration" : "Integración con BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Integración de BigBlueButton para Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Esta aplicación permite crear reuniones con una instalación externa de [BigBlueButton](https://bigbluebutton.org).\n \n * **Configuración de la sala** Crea múltiples configuraciones de sala con nombre, mensaje de bienvenida...\n * **Compartir enlace para invitados** Comparte el enlace de la sala con todos tus invitados.\n * **Compartir enlace para moderadores** Invita moderadores a la sala.\n * **Compartir salas** Comparte salas con miembros, grupos o círculos.\n * **Presentación personalizada** Inicia una sala con una presentación seleccionada desde tu explorador de archivos.\n * **Gestionar grabaciones** Ver, compartir y eliminar grabaciones de tus salas.\n * **Restricciones** Restringe la creación de salas a ciertos grupos.\n * **Actividades** Obtén una visión general de las actividades de tus salas.\n \n Guía de inicio rápido e información adicional en nuestro [readme](https://github.com/sualko/cloud_bbb).\n ¿Te gusta esta aplicación? Devuelve algo a la comunidad de código abierto y consulta nuestras\n [formas de contribuir](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n \n ¡Se busca desarrollador! Si tienes tiempo, sería genial si pudieras ayudar a mejorar esta aplicación.\n \n *Esta aplicación integra BigBlueButton y no está respaldada ni certificada por BigBlueButton Inc. BigBlueButton y el logotipo de BigBlueButton son marcas registradas de BigBlueButton Inc.*",
|
||||
"Room not found" : "No se encontró la sala",
|
||||
"The room could not be found. Maybe it was deleted?" : "No se pudo encontrar la sala. ¿Quizás fue eliminada?",
|
||||
"Back to %s" : "Volver a %s",
|
||||
|
|
|
@ -22,7 +22,6 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "API URLa edo URL sekretua konfiguratu gabe. Jarri harremanetan zure administratzailearekin.",
|
||||
"BigBlueButton Integration" : "BigBlueButton integrazioa",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton integrazioa Nextclouderako",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Aplikazio honek aukera ematen du [BigBlueButton]-eko kanpoko instalazio batekin bilerak sortzeko (https://bigbluebutton.org).\n*** Konfiguratu gela** Gelaren konfigurazio ugari sortzen ditu, izenarekin, ongietorri-mezuarekin...\n*** Partekatu gonbidatuen esteka** Partekatu gelaren esteka gonbidatu guztiekin\n*** Partekatu moderatzailearen esteka** Moderatzaileak gonbidatu aretora \n*** Partekatu gelak** Gelak kide, talde edo zirkuluekin partekatu\n*** Pertsonalizatu aurkezpena ** Hasi gela bat zure artxibo-arakatzailetik hautatutako aurkezpen batekin\n*** Kudeatu grabazioak** Ikusi, partekatu eta ezabatu zure geletako grabazioak\n*** Murrizketak** Talde jakin batzuei aretoak sortzea murriztu\n*** Jarduerak** Zure logelako jardueren deskribapen orokorra lortu\n\nHasiera azkarreko gida eta informazio gehiago hemen: [irakurri] (https://github.com/sualko/cloud_bbb).\nAtsegin duzu aplikazio hau? Itzuli zerbait kode irekiko komunitateari eta kontsultatu\n[Ekarpenak egiteko moduak] (https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nGaratzailea behar da! Denbora baduzu, bikaina izango litzateke aplikazio hau hobetzen laguntzea.\n\n* Aplikazio honek BigBlueButton integratzen du, eta BigBlueButton Inc-ek ez du ez babesten ez ziurtatzen. BigBlueButton eta BigBlueButtonen logotipoa BigBlueButton Inc-en marka komertzialak dira.*",
|
||||
"Room not found" : "Ez da gela aurkitu",
|
||||
"The room could not be found. Maybe it was deleted?" : "Ezin izan da gela aurkitu. Agian, ezabatua izan da?",
|
||||
"Back to %s" : "Itzuli %s(e)ra",
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "API URLa edo URL sekretua konfiguratu gabe. Jarri harremanetan zure administratzailearekin.",
|
||||
"BigBlueButton Integration" : "BigBlueButton integrazioa",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton integrazioa Nextclouderako",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Aplikazio honek aukera ematen du [BigBlueButton]-eko kanpoko instalazio batekin bilerak sortzeko (https://bigbluebutton.org).\n*** Konfiguratu gela** Gelaren konfigurazio ugari sortzen ditu, izenarekin, ongietorri-mezuarekin...\n*** Partekatu gonbidatuen esteka** Partekatu gelaren esteka gonbidatu guztiekin\n*** Partekatu moderatzailearen esteka** Moderatzaileak gonbidatu aretora \n*** Partekatu gelak** Gelak kide, talde edo zirkuluekin partekatu\n*** Pertsonalizatu aurkezpena ** Hasi gela bat zure artxibo-arakatzailetik hautatutako aurkezpen batekin\n*** Kudeatu grabazioak** Ikusi, partekatu eta ezabatu zure geletako grabazioak\n*** Murrizketak** Talde jakin batzuei aretoak sortzea murriztu\n*** Jarduerak** Zure logelako jardueren deskribapen orokorra lortu\n\nHasiera azkarreko gida eta informazio gehiago hemen: [irakurri] (https://github.com/sualko/cloud_bbb).\nAtsegin duzu aplikazio hau? Itzuli zerbait kode irekiko komunitateari eta kontsultatu\n[Ekarpenak egiteko moduak] (https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nGaratzailea behar da! Denbora baduzu, bikaina izango litzateke aplikazio hau hobetzen laguntzea.\n\n* Aplikazio honek BigBlueButton integratzen du, eta BigBlueButton Inc-ek ez du ez babesten ez ziurtatzen. BigBlueButton eta BigBlueButtonen logotipoa BigBlueButton Inc-en marka komertzialak dira.*",
|
||||
"Room not found" : "Ez da gela aurkitu",
|
||||
"The room could not be found. Maybe it was deleted?" : "Ezin izan da gela aurkitu. Agian, ezabatua izan da?",
|
||||
"Back to %s" : "Itzuli %s(e)ra",
|
||||
|
|
|
@ -22,7 +22,7 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "L'adresse ou le secret de l'API n'est pas configuré. Veuillez contacter votre administrateur.",
|
||||
"BigBlueButton Integration" : "Intégration de BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Intégration de BigBlueButton pour Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Cette application permet de créer des réunions avec une installation externe de [BigBlueButton] (https://bigbluebutton.org).\n\n* ** Configuration de la salle ** Créez plusieurs configurations de salle avec nom, message de bienvenue…\n* ** Partager le lien invité ** Partager le lien de la salle avec tous vos invités\n* ** Partager le lien du modérateur ** Inviter des modérateurs dans la salle\n* ** Partager des salles ** Partager des salles avec des membres, des groupes ou des cercles\n* ** Présentation personnalisée ** Démarrer une salle avec une présentation sélectionnée à partir de votre navigateur de fichiers\n* ** Gérez les enregistrements ** Affichez, partagez et supprimez les enregistrements de vos salles\n* ** Restrictions ** Restreindre la création de salles à certains groupes\n* ** Activités ** Obtenez un aperçu des activités de votre salle\n\nGuide de démarrage rapide et plus d'informations dans notre [readme] (https://github.com/sualko/cloud_bbb).\nAimez-vous cette application ? Donnez quelque chose à la communauté open source et consultez notre\n[façons de contribuer] (https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDéveloppeur recherché ! Si vous aviez le temps, ce serait génial si vous pouviez aider à améliorer cette application.\n\n* Cette application intègre BigBlueButton et n'est ni approuvée ni certifiée par BigBlueButton Inc. BigBlueButton et le logo BigBlueButton sont des marques commerciales de BigBlueButton Inc. *",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Cette application permet de créer des réunions avec une installation externe de [BigBlueButton](https://bigbluebutton.org).\n\n* **Configuration de la salle** Créez plusieurs configurations de salle avec nom, message de bienvenue…\n* **Partager un lien invité** Partagez un lien de la salle avec tous vos invités\n* **Partager le lien du modérateur** Inviter des modérateurs dans la salle\n* **Partager des salles** Partagez des salles avec des membres, des groupes ou des cercles\n* **Présentation personnalisée** Démarrez une salle avec une présentation sélectionnée à partir de votre navigateur de fichiers\n* **Gérer les enregistrements** Affichez, partagez et supprimez les enregistrements de vos salles\n* **Restrictions** Restreindre la création de salles à certains groupes\n* **Activités** Obtenez un aperçu des activités de votre salle\n\nGuide de démarrage rapide et informations complémentaires dans notre [lisser moi](https://github.com/littleredbutton/cloud_bbb).\nAimez-vous cette application? Redonnez quelque chose à la communauté open source et consultez notre\n[façons de contribuer](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nLes contributeurs sont les bienvenus! Si vous avez le temps, ce serait génial si vous pouviez contribuer à améliorer cette application.\n\n*Cette application intègre BigBlueButton et n'est ni approuvée ni certifiée par BigBlueButton Inc. BigBlueButton et le logo BigBlueButton sont des marques commerciales de BigBlueButton Inc.*",
|
||||
"Room not found" : "Salle non trouvée",
|
||||
"The room could not be found. Maybe it was deleted?" : "Impossible de trouver cette salle. Peut-être a-t-elle été supprimée ?",
|
||||
"Back to %s" : "Retourner à %s",
|
||||
|
@ -72,7 +72,7 @@ OC.L10N.register(
|
|||
"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.",
|
||||
"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.",
|
||||
"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, a moderator URL is generated which allows access with moderator permission." : "Si activé, une URL de modérateur est générée pour permettre l'accès avec les droits de modération.",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "L'adresse ou le secret de l'API n'est pas configuré. Veuillez contacter votre administrateur.",
|
||||
"BigBlueButton Integration" : "Intégration de BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Intégration de BigBlueButton pour Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Cette application permet de créer des réunions avec une installation externe de [BigBlueButton] (https://bigbluebutton.org).\n\n* ** Configuration de la salle ** Créez plusieurs configurations de salle avec nom, message de bienvenue…\n* ** Partager le lien invité ** Partager le lien de la salle avec tous vos invités\n* ** Partager le lien du modérateur ** Inviter des modérateurs dans la salle\n* ** Partager des salles ** Partager des salles avec des membres, des groupes ou des cercles\n* ** Présentation personnalisée ** Démarrer une salle avec une présentation sélectionnée à partir de votre navigateur de fichiers\n* ** Gérez les enregistrements ** Affichez, partagez et supprimez les enregistrements de vos salles\n* ** Restrictions ** Restreindre la création de salles à certains groupes\n* ** Activités ** Obtenez un aperçu des activités de votre salle\n\nGuide de démarrage rapide et plus d'informations dans notre [readme] (https://github.com/sualko/cloud_bbb).\nAimez-vous cette application ? Donnez quelque chose à la communauté open source et consultez notre\n[façons de contribuer] (https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDéveloppeur recherché ! Si vous aviez le temps, ce serait génial si vous pouviez aider à améliorer cette application.\n\n* Cette application intègre BigBlueButton et n'est ni approuvée ni certifiée par BigBlueButton Inc. BigBlueButton et le logo BigBlueButton sont des marques commerciales de BigBlueButton Inc. *",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Cette application permet de créer des réunions avec une installation externe de [BigBlueButton](https://bigbluebutton.org).\n\n* **Configuration de la salle** Créez plusieurs configurations de salle avec nom, message de bienvenue…\n* **Partager un lien invité** Partagez un lien de la salle avec tous vos invités\n* **Partager le lien du modérateur** Inviter des modérateurs dans la salle\n* **Partager des salles** Partagez des salles avec des membres, des groupes ou des cercles\n* **Présentation personnalisée** Démarrez une salle avec une présentation sélectionnée à partir de votre navigateur de fichiers\n* **Gérer les enregistrements** Affichez, partagez et supprimez les enregistrements de vos salles\n* **Restrictions** Restreindre la création de salles à certains groupes\n* **Activités** Obtenez un aperçu des activités de votre salle\n\nGuide de démarrage rapide et informations complémentaires dans notre [lisser moi](https://github.com/littleredbutton/cloud_bbb).\nAimez-vous cette application? Redonnez quelque chose à la communauté open source et consultez notre\n[façons de contribuer](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nLes contributeurs sont les bienvenus! Si vous avez le temps, ce serait génial si vous pouviez contribuer à améliorer cette application.\n\n*Cette application intègre BigBlueButton et n'est ni approuvée ni certifiée par BigBlueButton Inc. BigBlueButton et le logo BigBlueButton sont des marques commerciales de BigBlueButton Inc.*",
|
||||
"Room not found" : "Salle non trouvée",
|
||||
"The room could not be found. Maybe it was deleted?" : "Impossible de trouver cette salle. Peut-être a-t-elle été supprimée ?",
|
||||
"Back to %s" : "Retourner à %s",
|
||||
|
@ -70,7 +70,7 @@
|
|||
"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.",
|
||||
"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.",
|
||||
"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, a moderator URL is generated which allows access with moderator permission." : "Si activé, une URL de modérateur est générée pour permettre l'accès avec les droits de modération.",
|
||||
|
|
|
@ -22,7 +22,7 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "URL API nó rún gan a bheith cumraithe. Déan teagmháil le do riarthóir le do thoil.",
|
||||
"BigBlueButton Integration" : "Comhtháthú BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Comhtháthú BigBlueButton do Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Ligeann an aip seo cruinnithe a chruthú le suiteáil sheachtrach de [BigBlueButton] (https://bigbluebutton.org).\n\n* **Socrú seomra** Cruthaigh cumraíochtaí seomra iolracha leis an ainm, an teachtaireacht fáilte ...\n* **Comhroinn nasc aoi** Roinn nasc an tseomra le d’aíonna go léir\n* **Comhroinn nasc modhnóra** Tabhair cuireadh do mhodhnóirí teacht chuig an seomra\n* **Comhroinn seomraí** Roinn seomraí le baill, grúpaí nó ciorcail\n* **Cuir i láthair saincheaptha** Tosaigh seomra le cur i láthair roghnaithe ó do bhrabhsálaí comhad\n* **Bainistigh taifeadtaí** Féach, roinn agus scrios taifeadtaí do do sheomraí\n* **Srianta** Cuir srian le cruthú seomra do ghrúpaí áirithe\n* **Gníomhaíochtaí** Faigh forbhreathnú ar do ghníomhaíochtaí seomra\n\nTreoir tosaigh tapa agus tuilleadh faisnéise inár [readme](https://github.com/sualko/cloud_bbb).\nAn maith leat an feidhmchlár seo? Tabhair rud éigin ar ais don phobal foinse oscailte agus seiceáil amach ár\n[bealaí le rannchuidiú]( https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md ).\n\nFhorbróir theastaigh! Má tá am agat bheadh sé iontach dá bhféadfá cabhrú leis an bhfeidhmchlár seo a fheabhsú.\n\n*Comhtháthaíonn an aip seo BigBlueButton agus níl sé formhuinithe ná deimhnithe ag BigBlueButton Inc. Is trádmharcanna de chuid BigBlueButton Inc. iad BigBlueButton agus an BigBlueButton Logo.*",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Ligeann an aip seo cruinnithe a chruthú le suiteáil sheachtrach de [BigBlueButton] (https://bigbluebutton.org).\n\n* **Socrú seomra** Cruthaigh cumraíochtaí seomra iolracha leis an ainm, an teachtaireacht fáilte ...\n* **Comhroinn nasc aoi** Roinn nasc an tseomra le d’aíonna go léir\n* **Comhroinn nasc modhnóra** Tabhair cuireadh do mhodhnóirí teacht chuig an seomra\n* **Comhroinn seomraí** Roinn seomraí le baill, grúpaí nó ciorcail\n* **Cuir i láthair saincheaptha** Tosaigh seomra le cur i láthair roghnaithe ó do bhrabhsálaí comhad\n* **Bainistigh taifeadtaí** Féach, roinn agus scrios taifeadtaí do do sheomraí\n* **Srianta** Cuir srian le cruthú seomra do ghrúpaí áirithe\n* **Gníomhaíochtaí** Faigh forbhreathnú ar do ghníomhaíochtaí seomra\n\nTreoir tosaigh tapa agus tuilleadh faisnéise inár [readme](https://github.com/littleredbutton/cloud_bbb).\nAn maith leat an feidhmchlár seo? Tabhair rud éigin ar ais don phobal foinse oscailte agus seiceáil amach ár\n[bealaí le rannchuidiú]( https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md ).\n\nTá fáilte roimh rannpháirtithe! Má tá am agat bheadh sé iontach dá bhféadfá cabhrú leis an bhfeidhmchlár seo a fheabhsú.\n\n*Comhtháthaíonn an aip seo BigBlueButton agus níl sé formhuinithe ná deimhnithe ag BigBlueButton Inc. Is trádmharcanna de chuid BigBlueButton Inc. iad BigBlueButton agus an BigBlueButton Logo.*",
|
||||
"Room not found" : "Seomra gan aimsiú",
|
||||
"The room could not be found. Maybe it was deleted?" : "Níorbh fhéidir an seomra a aimsiú. B'fhéidir gur scriosadh é?",
|
||||
"Back to %s" : "Ar ais go dtí %s",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "URL API nó rún gan a bheith cumraithe. Déan teagmháil le do riarthóir le do thoil.",
|
||||
"BigBlueButton Integration" : "Comhtháthú BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Comhtháthú BigBlueButton do Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Ligeann an aip seo cruinnithe a chruthú le suiteáil sheachtrach de [BigBlueButton] (https://bigbluebutton.org).\n\n* **Socrú seomra** Cruthaigh cumraíochtaí seomra iolracha leis an ainm, an teachtaireacht fáilte ...\n* **Comhroinn nasc aoi** Roinn nasc an tseomra le d’aíonna go léir\n* **Comhroinn nasc modhnóra** Tabhair cuireadh do mhodhnóirí teacht chuig an seomra\n* **Comhroinn seomraí** Roinn seomraí le baill, grúpaí nó ciorcail\n* **Cuir i láthair saincheaptha** Tosaigh seomra le cur i láthair roghnaithe ó do bhrabhsálaí comhad\n* **Bainistigh taifeadtaí** Féach, roinn agus scrios taifeadtaí do do sheomraí\n* **Srianta** Cuir srian le cruthú seomra do ghrúpaí áirithe\n* **Gníomhaíochtaí** Faigh forbhreathnú ar do ghníomhaíochtaí seomra\n\nTreoir tosaigh tapa agus tuilleadh faisnéise inár [readme](https://github.com/sualko/cloud_bbb).\nAn maith leat an feidhmchlár seo? Tabhair rud éigin ar ais don phobal foinse oscailte agus seiceáil amach ár\n[bealaí le rannchuidiú]( https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md ).\n\nFhorbróir theastaigh! Má tá am agat bheadh sé iontach dá bhféadfá cabhrú leis an bhfeidhmchlár seo a fheabhsú.\n\n*Comhtháthaíonn an aip seo BigBlueButton agus níl sé formhuinithe ná deimhnithe ag BigBlueButton Inc. Is trádmharcanna de chuid BigBlueButton Inc. iad BigBlueButton agus an BigBlueButton Logo.*",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Ligeann an aip seo cruinnithe a chruthú le suiteáil sheachtrach de [BigBlueButton] (https://bigbluebutton.org).\n\n* **Socrú seomra** Cruthaigh cumraíochtaí seomra iolracha leis an ainm, an teachtaireacht fáilte ...\n* **Comhroinn nasc aoi** Roinn nasc an tseomra le d’aíonna go léir\n* **Comhroinn nasc modhnóra** Tabhair cuireadh do mhodhnóirí teacht chuig an seomra\n* **Comhroinn seomraí** Roinn seomraí le baill, grúpaí nó ciorcail\n* **Cuir i láthair saincheaptha** Tosaigh seomra le cur i láthair roghnaithe ó do bhrabhsálaí comhad\n* **Bainistigh taifeadtaí** Féach, roinn agus scrios taifeadtaí do do sheomraí\n* **Srianta** Cuir srian le cruthú seomra do ghrúpaí áirithe\n* **Gníomhaíochtaí** Faigh forbhreathnú ar do ghníomhaíochtaí seomra\n\nTreoir tosaigh tapa agus tuilleadh faisnéise inár [readme](https://github.com/littleredbutton/cloud_bbb).\nAn maith leat an feidhmchlár seo? Tabhair rud éigin ar ais don phobal foinse oscailte agus seiceáil amach ár\n[bealaí le rannchuidiú]( https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md ).\n\nTá fáilte roimh rannpháirtithe! Má tá am agat bheadh sé iontach dá bhféadfá cabhrú leis an bhfeidhmchlár seo a fheabhsú.\n\n*Comhtháthaíonn an aip seo BigBlueButton agus níl sé formhuinithe ná deimhnithe ag BigBlueButton Inc. Is trádmharcanna de chuid BigBlueButton Inc. iad BigBlueButton agus an BigBlueButton Logo.*",
|
||||
"Room not found" : "Seomra gan aimsiú",
|
||||
"The room could not be found. Maybe it was deleted?" : "Níorbh fhéidir an seomra a aimsiú. B'fhéidir gur scriosadh é?",
|
||||
"Back to %s" : "Ar ais go dtí %s",
|
||||
|
|
|
@ -22,7 +22,7 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "URL ou segredo da API sen configurar. Póñase en contacto coa administración desta instancia.",
|
||||
"BigBlueButton Integration" : "Integración de BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Integración de BigBlueButton en Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Esta aplicación permite crear xuntanzas cunha instalación externa de [BigBlueButton] (https://bigbluebutton.org).\n\n* **Configuración de salas** Crear múltiples configuracións de salas con nome, mensaxe de benvida …\n* **Compartir a ligazón de convidados** Compartir a ligazón da sala con todos os seus convidados\n* **Compartir ligazón de moderador** Convida moderadores á sala\n* **Compartir salas** Compartir salas con membros, grupos ou círculos\n* **Presentación personalizada** Inicie unha sala cunha presentación seleccionada dende o seu navegador de ficheiros\n* **Xestionar as gravacións** Ver, compartir e eliminar as gravacións das súas salas\n* **Restricións** Restrinxir a creación de salas a determinados grupos\n* ** Actividades** Obteña unha vista xeral das actividades da súa sala\n\nGuía de inicio rápido e máis información no noso [léame](https://github.com/sualko/cloud_bbb).\nGústalle esta aplicación? Devolva algo á comunidade de código aberto e consulte as nosas\n[formas de colaborar](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nBúscase programador! Se ten tempo, sería incríbel que puidese axudar a mellorar esta aplicación.\n\n*Esta aplicación integra BigBlueButton e non está aprobada nin certificada por BigBlueButton Inc. BigBlueButton e o logotipo de BigBlueButton son marcas comerciais de BigBlueButton Inc.*",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Esta aplicación permite crear xuntanzas cunha instalación externa de [BigBlueButton] (https://bigbluebutton.org).\n\n* **Configuración de salas** Crear múltiples configuracións de salas con nome, mensaxe de benvida …\n* **Compartir a ligazón de convidados** Compartir a ligazón da sala con todos os seus convidados\n* **Compartir ligazón de moderador** Convida moderadores á sala\n* **Compartir salas** Compartir salas con membros, grupos ou círculos\n* **Presentación personalizada** Inicie unha sala cunha presentación seleccionada dende o seu navegador de ficheiros\n* **Xestionar as gravacións** Ver, compartir e eliminar as gravacións das súas salas\n* **Restricións** Restrinxir a creación de salas a determinados grupos\n* ** Actividades** Obteña unha vista xeral das actividades da súa sala\n\nGuía de inicio rápido e máis información no noso [léame](https://github.com/littleredbutton/cloud_bbb).\nGústalle esta aplicación? Devolva algo á comunidade de código aberto e consulte as nosas\n[formas de colaborar](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nAgradecemos a chegada de colaboradores! Se ten tempo, sería magnífico que puidese axudar a mellorar esta aplicación.\n\n*Esta aplicación integra BigBlueButton e non está aprobada nin certificada por BigBlueButton Inc. BigBlueButton e o logotipo de BigBlueButton son marcas comerciais de BigBlueButton Inc.*",
|
||||
"Room not found" : "Non se atopou a sala",
|
||||
"The room could not be found. Maybe it was deleted?" : "Non foi posíbel atopar a sala. Quizais foi eliminada.",
|
||||
"Back to %s" : "Volver a %s",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "URL ou segredo da API sen configurar. Póñase en contacto coa administración desta instancia.",
|
||||
"BigBlueButton Integration" : "Integración de BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Integración de BigBlueButton en Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Esta aplicación permite crear xuntanzas cunha instalación externa de [BigBlueButton] (https://bigbluebutton.org).\n\n* **Configuración de salas** Crear múltiples configuracións de salas con nome, mensaxe de benvida …\n* **Compartir a ligazón de convidados** Compartir a ligazón da sala con todos os seus convidados\n* **Compartir ligazón de moderador** Convida moderadores á sala\n* **Compartir salas** Compartir salas con membros, grupos ou círculos\n* **Presentación personalizada** Inicie unha sala cunha presentación seleccionada dende o seu navegador de ficheiros\n* **Xestionar as gravacións** Ver, compartir e eliminar as gravacións das súas salas\n* **Restricións** Restrinxir a creación de salas a determinados grupos\n* ** Actividades** Obteña unha vista xeral das actividades da súa sala\n\nGuía de inicio rápido e máis información no noso [léame](https://github.com/sualko/cloud_bbb).\nGústalle esta aplicación? Devolva algo á comunidade de código aberto e consulte as nosas\n[formas de colaborar](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nBúscase programador! Se ten tempo, sería incríbel que puidese axudar a mellorar esta aplicación.\n\n*Esta aplicación integra BigBlueButton e non está aprobada nin certificada por BigBlueButton Inc. BigBlueButton e o logotipo de BigBlueButton son marcas comerciais de BigBlueButton Inc.*",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Esta aplicación permite crear xuntanzas cunha instalación externa de [BigBlueButton] (https://bigbluebutton.org).\n\n* **Configuración de salas** Crear múltiples configuracións de salas con nome, mensaxe de benvida …\n* **Compartir a ligazón de convidados** Compartir a ligazón da sala con todos os seus convidados\n* **Compartir ligazón de moderador** Convida moderadores á sala\n* **Compartir salas** Compartir salas con membros, grupos ou círculos\n* **Presentación personalizada** Inicie unha sala cunha presentación seleccionada dende o seu navegador de ficheiros\n* **Xestionar as gravacións** Ver, compartir e eliminar as gravacións das súas salas\n* **Restricións** Restrinxir a creación de salas a determinados grupos\n* ** Actividades** Obteña unha vista xeral das actividades da súa sala\n\nGuía de inicio rápido e máis información no noso [léame](https://github.com/littleredbutton/cloud_bbb).\nGústalle esta aplicación? Devolva algo á comunidade de código aberto e consulte as nosas\n[formas de colaborar](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nAgradecemos a chegada de colaboradores! Se ten tempo, sería magnífico que puidese axudar a mellorar esta aplicación.\n\n*Esta aplicación integra BigBlueButton e non está aprobada nin certificada por BigBlueButton Inc. BigBlueButton e o logotipo de BigBlueButton son marcas comerciais de BigBlueButton Inc.*",
|
||||
"Room not found" : "Non se atopou a sala",
|
||||
"The room could not be found. Maybe it was deleted?" : "Non foi posíbel atopar a sala. Quizais foi eliminada.",
|
||||
"Back to %s" : "Volver a %s",
|
||||
|
|
|
@ -21,7 +21,6 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "Nije konfiguriran URL ili tajna API-ja. Obratite se svom administratoru.",
|
||||
"BigBlueButton Integration" : "Integracija aplikacije BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Integracija aplikacije BigBlueButton u Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Ova aplikacija omogućuje stvaranje sastanaka putem vanjske instalacije aplikacije [BigBlueButton](https://bigbluebutton.org).\n\n* **Postav sobe** Stvorite višestruke konfiguracije soba s nazivom, porukom dobrodošlice...\n* **Dijelite poveznicu s gostima** Dijelite poveznicu na sobu sa svim gostima\n* **Dijelite poveznicu moderatorima** Pozovite moderatore u sobu\n* **Dijelite sobe** Dijelite sobe s članovima, grupama ili krugovima\n* **Prilagođena prezentacija** Postavite odabranu prezentaciju iz preglednika datoteka u sobu\n* **Upravljajte snimkama** Pregledajte, dijelite i izbrišite snimke iz svojih soba\n* **Ograničenja** Ograničite stvaranje soba na određene grupe\n* **Aktivnosti** Pregledajte aktivnosti u svojim sobama\n\nVodič za brzo pokretanje i više informacija možete pronaći u našoj datoteci [readme](https://github.com/sualko/cloud_bbb).\nSviđa vam se ova aplikacija? Zahvalite se zajednici otvorenog koda i saznajte\n[kako možete pomoći](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nTraže se razvojni programeri! Ako imate vremena, pomozite nam poboljšati ovu aplikaciju.\n\n*Ova aplikacija integrira aplikaciju BigBlueButton i nije povezana s tvrtkom BigBlueButton Inc. BigBlueButton i logotip BigBlueButton žigovi su tvrtke BigBlueButton Inc.*",
|
||||
"Room not found" : "Soba nije pronađena",
|
||||
"The room could not be found. Maybe it was deleted?" : "Soba nije pronađena. Možda je izbrisana?",
|
||||
"Back to %s" : "Natrag na %s",
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "Nije konfiguriran URL ili tajna API-ja. Obratite se svom administratoru.",
|
||||
"BigBlueButton Integration" : "Integracija aplikacije BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Integracija aplikacije BigBlueButton u Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Ova aplikacija omogućuje stvaranje sastanaka putem vanjske instalacije aplikacije [BigBlueButton](https://bigbluebutton.org).\n\n* **Postav sobe** Stvorite višestruke konfiguracije soba s nazivom, porukom dobrodošlice...\n* **Dijelite poveznicu s gostima** Dijelite poveznicu na sobu sa svim gostima\n* **Dijelite poveznicu moderatorima** Pozovite moderatore u sobu\n* **Dijelite sobe** Dijelite sobe s članovima, grupama ili krugovima\n* **Prilagođena prezentacija** Postavite odabranu prezentaciju iz preglednika datoteka u sobu\n* **Upravljajte snimkama** Pregledajte, dijelite i izbrišite snimke iz svojih soba\n* **Ograničenja** Ograničite stvaranje soba na određene grupe\n* **Aktivnosti** Pregledajte aktivnosti u svojim sobama\n\nVodič za brzo pokretanje i više informacija možete pronaći u našoj datoteci [readme](https://github.com/sualko/cloud_bbb).\nSviđa vam se ova aplikacija? Zahvalite se zajednici otvorenog koda i saznajte\n[kako možete pomoći](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nTraže se razvojni programeri! Ako imate vremena, pomozite nam poboljšati ovu aplikaciju.\n\n*Ova aplikacija integrira aplikaciju BigBlueButton i nije povezana s tvrtkom BigBlueButton Inc. BigBlueButton i logotip BigBlueButton žigovi su tvrtke BigBlueButton Inc.*",
|
||||
"Room not found" : "Soba nije pronađena",
|
||||
"The room could not be found. Maybe it was deleted?" : "Soba nije pronađena. Možda je izbrisana?",
|
||||
"Back to %s" : "Natrag na %s",
|
||||
|
|
|
@ -22,7 +22,6 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "Az API webcíme vagy titka nincs beállítva. Lépjen kapcsolatba a rendszergazdával.",
|
||||
"BigBlueButton Integration" : "BigBlueButton integráció",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton integráció a Nextcloudhoz",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Ez az alkalmazás lehetővé teszi találkozók létrehozását a [BigBlueButton(https://bigbluebutton.org)] külső telepítésével .\n\n* ** Szoba beállítása ** Hozzon létre több szobakonfigurációt névvel, üdvözlő üzenettel ...\n* ** Vendég link megosztása ** A szoba hivatkozásának megosztása az összes vendéggel\n* ** Moderátor link megosztása ** Moderátorok meghívása a szobába\n* ** Szobák megosztása ** Szobák megosztása tagokkal, csoportokkal vagy körökkel\n* ** Egyéni prezentáció ** Indítson el egy szobát a fájlböngészőből kiválasztott prezentációval\n* ** Felvételek kezelése ** A szobák felvételeinek megtekintése, megosztása és törlése\n* ** Korlátozások ** A szoba létrehozását bizonyos csoportokra korlátozza\n* ** Tevékenységek ** Áttekintés a szobai tevékenységekről\n\nGyors útmutató és további információk itt: [readme(https://github.com/sualko/cloud_bbb)].\nTetszik ez az alkalmazás? Adjon valamit vissza a nyílt forráskódú közösségnek, és nézze meg webhelyünket [a hozzájárulás módjai] (https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nFejlesztő kerestetik! Ha van ideje, félelmetes lenne, ha tudna segíteni az alkalmazás fejlesztésében.\n\n* Ez az alkalmazás integrálja a BigBlueButton alkalmazást, és azt a BigBlueButton Inc. nem hagyta jóvá vagy hitelesítette. A BigBlueButton és a BigBlueButton embléma a BigBlueButton Inc. védjegyei.*",
|
||||
"Room not found" : "A szoba nem található",
|
||||
"The room could not be found. Maybe it was deleted?" : "A szoba nem található. Lehet, hogy törölték?",
|
||||
"Back to %s" : "Vissza ide: %s",
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "Az API webcíme vagy titka nincs beállítva. Lépjen kapcsolatba a rendszergazdával.",
|
||||
"BigBlueButton Integration" : "BigBlueButton integráció",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton integráció a Nextcloudhoz",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Ez az alkalmazás lehetővé teszi találkozók létrehozását a [BigBlueButton(https://bigbluebutton.org)] külső telepítésével .\n\n* ** Szoba beállítása ** Hozzon létre több szobakonfigurációt névvel, üdvözlő üzenettel ...\n* ** Vendég link megosztása ** A szoba hivatkozásának megosztása az összes vendéggel\n* ** Moderátor link megosztása ** Moderátorok meghívása a szobába\n* ** Szobák megosztása ** Szobák megosztása tagokkal, csoportokkal vagy körökkel\n* ** Egyéni prezentáció ** Indítson el egy szobát a fájlböngészőből kiválasztott prezentációval\n* ** Felvételek kezelése ** A szobák felvételeinek megtekintése, megosztása és törlése\n* ** Korlátozások ** A szoba létrehozását bizonyos csoportokra korlátozza\n* ** Tevékenységek ** Áttekintés a szobai tevékenységekről\n\nGyors útmutató és további információk itt: [readme(https://github.com/sualko/cloud_bbb)].\nTetszik ez az alkalmazás? Adjon valamit vissza a nyílt forráskódú közösségnek, és nézze meg webhelyünket [a hozzájárulás módjai] (https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nFejlesztő kerestetik! Ha van ideje, félelmetes lenne, ha tudna segíteni az alkalmazás fejlesztésében.\n\n* Ez az alkalmazás integrálja a BigBlueButton alkalmazást, és azt a BigBlueButton Inc. nem hagyta jóvá vagy hitelesítette. A BigBlueButton és a BigBlueButton embléma a BigBlueButton Inc. védjegyei.*",
|
||||
"Room not found" : "A szoba nem található",
|
||||
"The room could not be found. Maybe it was deleted?" : "A szoba nem található. Lehet, hogy törölték?",
|
||||
"Back to %s" : "Vissza ide: %s",
|
||||
|
|
11
l10n/it.js
11
l10n/it.js
|
@ -22,7 +22,7 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "URL API o segreto non configurato. Contatta il tuo amministratore.",
|
||||
"BigBlueButton Integration" : "Integrazione BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Integrazione BigBlueButton per Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Questa applicazione consente di creare riunioni con un'installazione esterna di [BigBlueButton](https://bigbluebutton.org).\n\n* **Configurazione stanze** Creare configurazioni di più stanze con nome, messaggio di benvenuto ...\n* **Condivisione collegamento ospite** Condividere il collegamento della stanza con tutti i propri ospiti\n **Condivisione collegamento moderatore** Invitare moderatori alla stanza\n* **Condivisione stanze** Condividere le stanze con membri, gruppi o cerchie\n* **Presentazione personalizzata** Avviare una stanza con una presentazione selezionata dal proprio gestore dei file\n* **Gestire le registrazioni** Visualizzare, condividere ed eliminare le registrazioni per le proprie stanze\n* **Restrizioni** Limitare la creazione di stanze a determinati gruppi\n* **Attività** Ottenere una panoramica delle attività delle proprie stanze\n\nGuida rapida e ulteriori informazioni nel nostro [readme](https://github.com/sualko/cloud_bbb).\nTi piace questa applicazione? Restituisci qualcosa alla comunità open source e dai un'occhiata al nostro \n[come contribuire](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nCerchiamo uno sviluppatore! Se hai tempo, potresti aiutarci a migliorare questa applicazione.\n\n*Questa applicazione integra BigBlueButton e non è sponsorizzata o certificata da BigBlueButton Inc. BigBlueButton e il logo BigBlueButton sono marchi registrati di BigBlueButton Inc.*",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "TQuesta app consente di creare riunioni con un'installazione esterna di [BigBlueButton](https://bigbluebutton.org).\n\n* **Configurazione della stanza** Crea più configurazioni di stanza con nome, messaggio di benvenuto...\n* **Condividi link ospite** Condividi il link della stanza con tutti i tuoi ospiti\n* **Condividi link moderatore** Invita moderatori nella stanza\n* **Condividi stanze** Condividi stanze con membri, gruppi o cerchie\n* **Presentazione personalizzata** Avvia una stanza con una presentazione selezionata dal tuo file browser\n* **Gestisci registrazioni** Visualizza, condividi ed elimina registrazioni per le tue stanze\n* **Restrizioni** Limita la creazione di stanze a determinati gruppi\n* **Attività** Ottieni una panoramica delle attività della tua stanza\n\nGuida rapida e ulteriori informazioni nel nostro [readme](https://github.com/littleredbutton/cloud_bbb).\nTi piace questa applicazione? Restituisci qualcosa alla comunità open source e dai un'occhiata ai nostri\n[modi per contribuire](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nI collaboratori sono benvenuti! Se hai tempo, sarebbe fantastico se potessi aiutare a migliorare questa applicazione.\n\n*Questa app integra BigBlueButton e non è approvata o certificata da BigBlueButton Inc. BigBlueButton e il logo BigBlueButton sono marchi di BigBlueButton Inc.*",
|
||||
"Room not found" : "Stanza non trovata",
|
||||
"The room could not be found. Maybe it was deleted?" : "La stanza non può essere trovata. Forse è stata eliminata?",
|
||||
"Back to %s" : "Torna a %s",
|
||||
|
@ -58,6 +58,7 @@ OC.L10N.register(
|
|||
"No matches" : "Nessuna corrispondenza",
|
||||
"admin" : "amministratore",
|
||||
"moderator" : "moderatore",
|
||||
"user" : "utente",
|
||||
"Name" : "Nome",
|
||||
"Access" : "Accesso",
|
||||
"Max" : "Massimo",
|
||||
|
@ -71,6 +72,7 @@ OC.L10N.register(
|
|||
"This message is shown to all users in the chat area after they joined." : "Questo messaggio è mostrato a tutti gli utenti nell'area di chat dopo il loro ingresso.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Imposta un limite sul numero di partecipanti per questa stanza. Zero significa che non ci sono limiti.",
|
||||
"If enabled, the moderator is able to start the recording." : "Se abilitata, il moderatore è in grado di avviare la registrazione.",
|
||||
"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." : "Spiegazione dei diversi concetti che costituiscono l'accesso :<br>- Pubblico: chiunque abbia il link può partecipare.-<br>Interno: possono partecipare solo gli utenti Nextcloud.-<br>Password: possono partecipare solo gli ospiti che hanno la password..- <br>Sala d'attesa: un moderatore deve accettare ogni ospite prima che possa partecipare.- <br>Limitato: solo gli utenti e i gruppi selezionati possono accedere a questa stanza.",
|
||||
"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 moderatore è in grado di gestire tutti i partecipanti a una riunione, inclusa l'espulsione, il silenziamento o la selezione di un relatore. Gli utenti con il ruolo di moderatore possono anche chiudere una riunione o modificare le impostazioni predefinite.",
|
||||
"If enabled, normal users have to wait until a moderator is in the room." : "Se abilitata, gli utenti normali devono attendere fino a quando un moderatore è nella stanza.",
|
||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Se abilitata, viene generato un URL moderatore che consente l'accesso con l'autorizzazione del moderatore.",
|
||||
|
@ -114,7 +116,10 @@ OC.L10N.register(
|
|||
"Delete?" : "Vuoi eliminare?",
|
||||
"Could not delete record" : "Impossibile eliminare il record",
|
||||
"Server error" : "Errore del server",
|
||||
"Could not modify publishing state" : "Impossibile modificare lo stato di pubblicazione",
|
||||
"Open room" : "Stanza aperta",
|
||||
"Start" : "Avvia",
|
||||
"Clone room" : "Clona stanza",
|
||||
"Loading" : "Caricamento",
|
||||
"You are not allowed to change this option, because this room is shared with you." : "Non ti è consentito modificare questa opzione, poiché questa stanza è condivisa con te.",
|
||||
"Max. rooms" : "Num. massimo stanze",
|
||||
|
@ -130,8 +135,12 @@ OC.L10N.register(
|
|||
"URL has to start with HTTPS" : "L'URL deve iniziare con HTTPS",
|
||||
"URL has to contain the {token} placeholder" : "L'URL deve contenere il segnaposto {token}",
|
||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "L'URL deve iniziare con https: // e contenere {token}. Inoltre è possibile utilizzare il segnaposto {user}.",
|
||||
"The file \"{filename}\" was uploaded to your room." : "Il file \"{filename}\" è stato caricato nella tua stanza.",
|
||||
"The file \"{filename}\" could not be uploaded to your room." : "Il file \"{filename}\" non è stato possibile caricarlo nella tua stanza.",
|
||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "Il file \"{filename}\" non può essere caricato nella tua stanza. Forse il tuo server BigBlueButton non supporta questa azione.",
|
||||
"Send file to BBB" : "Invia file a BBB",
|
||||
"Send to" : "Invia a",
|
||||
"Start with" : "Inizia con",
|
||||
"Please select the room in which you like to use the file \"{filename}\"." : "Seleziona la stanza in cui vorresti usare il file \"{filename}\".",
|
||||
"No rooms available!" : "Nessuna stanza disponibile",
|
||||
"Send to BBB" : "Invia a BBB",
|
||||
|
|
11
l10n/it.json
11
l10n/it.json
|
@ -20,7 +20,7 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "URL API o segreto non configurato. Contatta il tuo amministratore.",
|
||||
"BigBlueButton Integration" : "Integrazione BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Integrazione BigBlueButton per Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Questa applicazione consente di creare riunioni con un'installazione esterna di [BigBlueButton](https://bigbluebutton.org).\n\n* **Configurazione stanze** Creare configurazioni di più stanze con nome, messaggio di benvenuto ...\n* **Condivisione collegamento ospite** Condividere il collegamento della stanza con tutti i propri ospiti\n **Condivisione collegamento moderatore** Invitare moderatori alla stanza\n* **Condivisione stanze** Condividere le stanze con membri, gruppi o cerchie\n* **Presentazione personalizzata** Avviare una stanza con una presentazione selezionata dal proprio gestore dei file\n* **Gestire le registrazioni** Visualizzare, condividere ed eliminare le registrazioni per le proprie stanze\n* **Restrizioni** Limitare la creazione di stanze a determinati gruppi\n* **Attività** Ottenere una panoramica delle attività delle proprie stanze\n\nGuida rapida e ulteriori informazioni nel nostro [readme](https://github.com/sualko/cloud_bbb).\nTi piace questa applicazione? Restituisci qualcosa alla comunità open source e dai un'occhiata al nostro \n[come contribuire](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nCerchiamo uno sviluppatore! Se hai tempo, potresti aiutarci a migliorare questa applicazione.\n\n*Questa applicazione integra BigBlueButton e non è sponsorizzata o certificata da BigBlueButton Inc. BigBlueButton e il logo BigBlueButton sono marchi registrati di BigBlueButton Inc.*",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "TQuesta app consente di creare riunioni con un'installazione esterna di [BigBlueButton](https://bigbluebutton.org).\n\n* **Configurazione della stanza** Crea più configurazioni di stanza con nome, messaggio di benvenuto...\n* **Condividi link ospite** Condividi il link della stanza con tutti i tuoi ospiti\n* **Condividi link moderatore** Invita moderatori nella stanza\n* **Condividi stanze** Condividi stanze con membri, gruppi o cerchie\n* **Presentazione personalizzata** Avvia una stanza con una presentazione selezionata dal tuo file browser\n* **Gestisci registrazioni** Visualizza, condividi ed elimina registrazioni per le tue stanze\n* **Restrizioni** Limita la creazione di stanze a determinati gruppi\n* **Attività** Ottieni una panoramica delle attività della tua stanza\n\nGuida rapida e ulteriori informazioni nel nostro [readme](https://github.com/littleredbutton/cloud_bbb).\nTi piace questa applicazione? Restituisci qualcosa alla comunità open source e dai un'occhiata ai nostri\n[modi per contribuire](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nI collaboratori sono benvenuti! Se hai tempo, sarebbe fantastico se potessi aiutare a migliorare questa applicazione.\n\n*Questa app integra BigBlueButton e non è approvata o certificata da BigBlueButton Inc. BigBlueButton e il logo BigBlueButton sono marchi di BigBlueButton Inc.*",
|
||||
"Room not found" : "Stanza non trovata",
|
||||
"The room could not be found. Maybe it was deleted?" : "La stanza non può essere trovata. Forse è stata eliminata?",
|
||||
"Back to %s" : "Torna a %s",
|
||||
|
@ -56,6 +56,7 @@
|
|||
"No matches" : "Nessuna corrispondenza",
|
||||
"admin" : "amministratore",
|
||||
"moderator" : "moderatore",
|
||||
"user" : "utente",
|
||||
"Name" : "Nome",
|
||||
"Access" : "Accesso",
|
||||
"Max" : "Massimo",
|
||||
|
@ -69,6 +70,7 @@
|
|||
"This message is shown to all users in the chat area after they joined." : "Questo messaggio è mostrato a tutti gli utenti nell'area di chat dopo il loro ingresso.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Imposta un limite sul numero di partecipanti per questa stanza. Zero significa che non ci sono limiti.",
|
||||
"If enabled, the moderator is able to start the recording." : "Se abilitata, il moderatore è in grado di avviare la registrazione.",
|
||||
"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." : "Spiegazione dei diversi concetti che costituiscono l'accesso :<br>- Pubblico: chiunque abbia il link può partecipare.-<br>Interno: possono partecipare solo gli utenti Nextcloud.-<br>Password: possono partecipare solo gli ospiti che hanno la password..- <br>Sala d'attesa: un moderatore deve accettare ogni ospite prima che possa partecipare.- <br>Limitato: solo gli utenti e i gruppi selezionati possono accedere a questa stanza.",
|
||||
"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 moderatore è in grado di gestire tutti i partecipanti a una riunione, inclusa l'espulsione, il silenziamento o la selezione di un relatore. Gli utenti con il ruolo di moderatore possono anche chiudere una riunione o modificare le impostazioni predefinite.",
|
||||
"If enabled, normal users have to wait until a moderator is in the room." : "Se abilitata, gli utenti normali devono attendere fino a quando un moderatore è nella stanza.",
|
||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Se abilitata, viene generato un URL moderatore che consente l'accesso con l'autorizzazione del moderatore.",
|
||||
|
@ -112,7 +114,10 @@
|
|||
"Delete?" : "Vuoi eliminare?",
|
||||
"Could not delete record" : "Impossibile eliminare il record",
|
||||
"Server error" : "Errore del server",
|
||||
"Could not modify publishing state" : "Impossibile modificare lo stato di pubblicazione",
|
||||
"Open room" : "Stanza aperta",
|
||||
"Start" : "Avvia",
|
||||
"Clone room" : "Clona stanza",
|
||||
"Loading" : "Caricamento",
|
||||
"You are not allowed to change this option, because this room is shared with you." : "Non ti è consentito modificare questa opzione, poiché questa stanza è condivisa con te.",
|
||||
"Max. rooms" : "Num. massimo stanze",
|
||||
|
@ -128,8 +133,12 @@
|
|||
"URL has to start with HTTPS" : "L'URL deve iniziare con HTTPS",
|
||||
"URL has to contain the {token} placeholder" : "L'URL deve contenere il segnaposto {token}",
|
||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "L'URL deve iniziare con https: // e contenere {token}. Inoltre è possibile utilizzare il segnaposto {user}.",
|
||||
"The file \"{filename}\" was uploaded to your room." : "Il file \"{filename}\" è stato caricato nella tua stanza.",
|
||||
"The file \"{filename}\" could not be uploaded to your room." : "Il file \"{filename}\" non è stato possibile caricarlo nella tua stanza.",
|
||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "Il file \"{filename}\" non può essere caricato nella tua stanza. Forse il tuo server BigBlueButton non supporta questa azione.",
|
||||
"Send file to BBB" : "Invia file a BBB",
|
||||
"Send to" : "Invia a",
|
||||
"Start with" : "Inizia con",
|
||||
"Please select the room in which you like to use the file \"{filename}\"." : "Seleziona la stanza in cui vorresti usare il file \"{filename}\".",
|
||||
"No rooms available!" : "Nessuna stanza disponibile",
|
||||
"Send to BBB" : "Invia a BBB",
|
||||
|
|
|
@ -22,7 +22,6 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "APIのURLまたはシークレットが設定されていません。管理者にお問い合わせください。",
|
||||
"BigBlueButton Integration" : "BigBlueButton統合",
|
||||
"BigBlueButton integration for Nextcloud" : "Nextcould向けBigBlueButton統合",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "このアプリは、別にセットアップされた[BigBlueButton](https://bigbluebutton.org)を通じて会議室を作成することができます。\n\n* **会議室の開設** 会議室に名前やウェルカムメッセージなどを設定しましょう\n* **ゲスト参加のリンクを共有** すべてのゲストに会議室へのリンクをおくりましょう\n* **司会者参加のリンクを共有** 司会者として会議室に招待しましょう\n* **会議室を共有** 会議室をメンバーやグループ、サークルの仲間と共有しましょう\n* **デフォルトのプレゼン** ファイルブラウザから自分のプレゼンファイルを事前登録して会議を始めましょう\n* **会議録画の操作** 会議室の録画を視聴したり、共有したり、消去したりしましょう\n* **会議室の限定開設** 会議室の開設をあるグループに限定しましょう\n* **アクティビティ** 会議室のアクティビティをざっくりとらえましょう\n\nクイックスタートガイドと詳しい情報はこちらの [お読みください](https://github.com/sualko/cloud_bbb)にあります。\nこのアプリはいかがでしたか? 下の情報を参考に、オープンソースコミュニティに貢献しませんか?\n[貢献するには](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md)\n\n開発者求む!もし時間があれば、このアプリの改善に力を貸してください。\n\n*このアプリはBigBlueButtonを統合していますが、BigBlueButton Inc.に公式に承認されているわけでも、保証があるわけでもありません。 BigBlueButtonとBigBlueButtonロゴはBigBlueButton Inc.の商標です。*",
|
||||
"Room not found" : "会議室が見つかりません",
|
||||
"The room could not be found. Maybe it was deleted?" : "会議室が見つかりませんでした。もしかすると削除されたかもしれません。",
|
||||
"Back to %s" : "%s に戻る",
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "APIのURLまたはシークレットが設定されていません。管理者にお問い合わせください。",
|
||||
"BigBlueButton Integration" : "BigBlueButton統合",
|
||||
"BigBlueButton integration for Nextcloud" : "Nextcould向けBigBlueButton統合",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "このアプリは、別にセットアップされた[BigBlueButton](https://bigbluebutton.org)を通じて会議室を作成することができます。\n\n* **会議室の開設** 会議室に名前やウェルカムメッセージなどを設定しましょう\n* **ゲスト参加のリンクを共有** すべてのゲストに会議室へのリンクをおくりましょう\n* **司会者参加のリンクを共有** 司会者として会議室に招待しましょう\n* **会議室を共有** 会議室をメンバーやグループ、サークルの仲間と共有しましょう\n* **デフォルトのプレゼン** ファイルブラウザから自分のプレゼンファイルを事前登録して会議を始めましょう\n* **会議録画の操作** 会議室の録画を視聴したり、共有したり、消去したりしましょう\n* **会議室の限定開設** 会議室の開設をあるグループに限定しましょう\n* **アクティビティ** 会議室のアクティビティをざっくりとらえましょう\n\nクイックスタートガイドと詳しい情報はこちらの [お読みください](https://github.com/sualko/cloud_bbb)にあります。\nこのアプリはいかがでしたか? 下の情報を参考に、オープンソースコミュニティに貢献しませんか?\n[貢献するには](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md)\n\n開発者求む!もし時間があれば、このアプリの改善に力を貸してください。\n\n*このアプリはBigBlueButtonを統合していますが、BigBlueButton Inc.に公式に承認されているわけでも、保証があるわけでもありません。 BigBlueButtonとBigBlueButtonロゴはBigBlueButton Inc.の商標です。*",
|
||||
"Room not found" : "会議室が見つかりません",
|
||||
"The room could not be found. Maybe it was deleted?" : "会議室が見つかりませんでした。もしかすると削除されたかもしれません。",
|
||||
"Back to %s" : "%s に戻る",
|
||||
|
|
|
@ -22,7 +22,6 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "API URL 또는 비밀번호가 구성되지 않았습니다. 관리자에게 문의하세요.",
|
||||
"BigBlueButton Integration" : "BigBlueButton 통합",
|
||||
"BigBlueButton integration for Nextcloud" : "Nextcloud를 위한 BigBlueButton 통합",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "이 앱을 사용하면 [BigBlueButton](https://bigbluebutton.org)의 외부 설치로 회의를 만들 수 있습니다.\n\n* **방 설정** 이름, 환영 메시지가 포함된 여러 방 구성 만들기…\n* **게스트 링크 공유** 모든 게스트와 방 링크 공유\n* **조정자 링크 공유** 방에 조정자를 초대합니다.\n* **방 공유** 회원, 그룹, 서클과 방 공유\n* **사용자 정의 프레젠테이션** 파일 브라우저에서 선택한 프레젠테이션으로 회의를 시작하세요\n* **녹화 관리** 회의 녹음 보기, 공유 및 삭제\n* **제한사항** 방 생성을 특정 그룹으로 제한\n* **활동** 회의 활동에 대한 개요를 확인하세요.\n\n빠른 시작 가이드 및 자세한 내용은 [readme](https://github.com/sualko/cloud_bbb)를 참조하세요.\n이 응용 프로그램이 마음에 드시나요? 오픈 소스 커뮤니티에 무언가를 돌려주고 우리를 확인해 보세요.\n[기여 방법](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\n개발자를 원해요! 시간이 있다면 이 애플리케이션을 향상시키는 데 도움을 줄 수 있다면 정말 좋을 것입니다.\n\n*이 앱은 BigBlueButton을 통합하며 BigBlueButton Inc.의 보증 또는 인증을 받지 않습니다. BigBlueButton 및 BigBlueButton 로고는 BigBlueButton Inc.의 상표입니다.*",
|
||||
"Room not found" : "대화방을 찾을 수 없음",
|
||||
"The room could not be found. Maybe it was deleted?" : "대화방을 찾을 수 없습니다. 삭제된 것 같습니다.",
|
||||
"Back to %s" : "%s(으)로 돌아가기",
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "API URL 또는 비밀번호가 구성되지 않았습니다. 관리자에게 문의하세요.",
|
||||
"BigBlueButton Integration" : "BigBlueButton 통합",
|
||||
"BigBlueButton integration for Nextcloud" : "Nextcloud를 위한 BigBlueButton 통합",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "이 앱을 사용하면 [BigBlueButton](https://bigbluebutton.org)의 외부 설치로 회의를 만들 수 있습니다.\n\n* **방 설정** 이름, 환영 메시지가 포함된 여러 방 구성 만들기…\n* **게스트 링크 공유** 모든 게스트와 방 링크 공유\n* **조정자 링크 공유** 방에 조정자를 초대합니다.\n* **방 공유** 회원, 그룹, 서클과 방 공유\n* **사용자 정의 프레젠테이션** 파일 브라우저에서 선택한 프레젠테이션으로 회의를 시작하세요\n* **녹화 관리** 회의 녹음 보기, 공유 및 삭제\n* **제한사항** 방 생성을 특정 그룹으로 제한\n* **활동** 회의 활동에 대한 개요를 확인하세요.\n\n빠른 시작 가이드 및 자세한 내용은 [readme](https://github.com/sualko/cloud_bbb)를 참조하세요.\n이 응용 프로그램이 마음에 드시나요? 오픈 소스 커뮤니티에 무언가를 돌려주고 우리를 확인해 보세요.\n[기여 방법](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\n개발자를 원해요! 시간이 있다면 이 애플리케이션을 향상시키는 데 도움을 줄 수 있다면 정말 좋을 것입니다.\n\n*이 앱은 BigBlueButton을 통합하며 BigBlueButton Inc.의 보증 또는 인증을 받지 않습니다. BigBlueButton 및 BigBlueButton 로고는 BigBlueButton Inc.의 상표입니다.*",
|
||||
"Room not found" : "대화방을 찾을 수 없음",
|
||||
"The room could not be found. Maybe it was deleted?" : "대화방을 찾을 수 없습니다. 삭제된 것 같습니다.",
|
||||
"Back to %s" : "%s(으)로 돌아가기",
|
||||
|
|
|
@ -22,7 +22,6 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "API URL eller hemmelighet ikke konfigurert. Kontakt administratoren din.",
|
||||
"BigBlueButton Integration" : "BigBlueButton-integrasjon",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton-integrasjon for Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Denne appen lar deg opprette møter med en ekstern installasjon av [BigBlueButton](https://bigbluebutton.org).\n\n* **Romoppsett** Lag flere romkonfigurasjoner med navn, velkomstmelding …\n* **Del gjestelink** Del romlenken med alle gjestene dine\n* **Del moderatorlink** Inviter moderatorer til rommet\n* **Del rom** Del rom med medlemmer, grupper eller kretser\n* **Egendefinert presentasjon** Start et rom med en valgt presentasjon fra filnettleseren\n* **Administrer opptak** Se, del og slett opptak for rommene dine\n* **Restriksjoner** Begrens romoppretting til visse grupper\n* **Aktiviteter** Få en oversikt over romaktivitetene dine\n\nHurtigstartguide og mer informasjon i vår [readme](https://github.com/sualko/cloud_bbb).\nLiker du denne applikasjonen? Gi noe tilbake til åpen kildekode-fellesskapet og sjekk ut vår\n[måter å bidra på](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nUtvikler søkes! Hvis du har tid ville det vært kjempebra om du kunne bidra til å forbedre denne applikasjonen.\n\n*Denne appen integrerer BigBlueButton og er ikke godkjent eller sertifisert av BigBlueButton Inc. BigBlueButton og BigBlueButton-logoen er varemerker for BigBlueButton Inc.*",
|
||||
"Room not found" : "Rom ikke funnet",
|
||||
"The room could not be found. Maybe it was deleted?" : "Rommet ble ikke funnet. Kanskje den ble slettet?",
|
||||
"Back to %s" : "Tilbake til %s",
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "API URL eller hemmelighet ikke konfigurert. Kontakt administratoren din.",
|
||||
"BigBlueButton Integration" : "BigBlueButton-integrasjon",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton-integrasjon for Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Denne appen lar deg opprette møter med en ekstern installasjon av [BigBlueButton](https://bigbluebutton.org).\n\n* **Romoppsett** Lag flere romkonfigurasjoner med navn, velkomstmelding …\n* **Del gjestelink** Del romlenken med alle gjestene dine\n* **Del moderatorlink** Inviter moderatorer til rommet\n* **Del rom** Del rom med medlemmer, grupper eller kretser\n* **Egendefinert presentasjon** Start et rom med en valgt presentasjon fra filnettleseren\n* **Administrer opptak** Se, del og slett opptak for rommene dine\n* **Restriksjoner** Begrens romoppretting til visse grupper\n* **Aktiviteter** Få en oversikt over romaktivitetene dine\n\nHurtigstartguide og mer informasjon i vår [readme](https://github.com/sualko/cloud_bbb).\nLiker du denne applikasjonen? Gi noe tilbake til åpen kildekode-fellesskapet og sjekk ut vår\n[måter å bidra på](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nUtvikler søkes! Hvis du har tid ville det vært kjempebra om du kunne bidra til å forbedre denne applikasjonen.\n\n*Denne appen integrerer BigBlueButton og er ikke godkjent eller sertifisert av BigBlueButton Inc. BigBlueButton og BigBlueButton-logoen er varemerker for BigBlueButton Inc.*",
|
||||
"Room not found" : "Rom ikke funnet",
|
||||
"The room could not be found. Maybe it was deleted?" : "Rommet ble ikke funnet. Kanskje den ble slettet?",
|
||||
"Back to %s" : "Tilbake til %s",
|
||||
|
|
|
@ -21,7 +21,6 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "API URL of geheim niet geconfigureerd. Neem contact op met uw beheerder.",
|
||||
"BigBlueButton Integration" : "BigBlueButton Integratie",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton integratie voor Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Deze app maakt het mogelijk om vergaderingen te beleggen met een externe installatie van [BigBlueButton] (https://bigbluebutton.org).\n\n* ** Kameropstelling ** Maak meerdere kameropstellingen met naam, welkomstbericht ...\n* ** Gastlink delen ** Deel de link naar de kamer met al je gasten\n* ** Deel moderatorlink ** Nodig moderators uit in de ruimte\n* ** Kamers delen ** Kamers delen met leden, groepen of kringen\n* ** Aangepaste presentatie ** Start een ruimte met een geselecteerde presentatie vanuit je bestandsbrowser\n* ** Beheer opnames ** Bekijk, deel en verwijder opnames voor je kamers\n* ** Beperkingen ** Beperk het maken van kamers tot bepaalde groepen\n* ** Activiteiten ** Krijg een overzicht van je kameractiviteiten\n\nSnelstartgids en meer informatie in onze [readme] (https://github.com/sualko/cloud_bbb).\nVind je deze applicatie leuk? Geef iets terug aan de open source-gemeenschap en bekijk onze\n[manieren om bij te dragen] (https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nOntwikkelaar gezocht! Als je tijd hebt, zou het geweldig zijn als je zou kunnen helpen om deze applicatie te verbeteren.\n\n* Deze app integreert BigBlueButton en wordt niet erkend of gecertificeerd door BigBlueButton Inc. BigBlueButton en het BigBlueButton-logo zijn handelsmerken van BigBlueButton Inc. *",
|
||||
"Room not found" : "Ruimte niet gevonden",
|
||||
"The room could not be found. Maybe it was deleted?" : "De ruimte kon niet gevonden worden. Misschien is die recent verwijderd?",
|
||||
"Back to %s" : "Terug naar %s",
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "API URL of geheim niet geconfigureerd. Neem contact op met uw beheerder.",
|
||||
"BigBlueButton Integration" : "BigBlueButton Integratie",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton integratie voor Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Deze app maakt het mogelijk om vergaderingen te beleggen met een externe installatie van [BigBlueButton] (https://bigbluebutton.org).\n\n* ** Kameropstelling ** Maak meerdere kameropstellingen met naam, welkomstbericht ...\n* ** Gastlink delen ** Deel de link naar de kamer met al je gasten\n* ** Deel moderatorlink ** Nodig moderators uit in de ruimte\n* ** Kamers delen ** Kamers delen met leden, groepen of kringen\n* ** Aangepaste presentatie ** Start een ruimte met een geselecteerde presentatie vanuit je bestandsbrowser\n* ** Beheer opnames ** Bekijk, deel en verwijder opnames voor je kamers\n* ** Beperkingen ** Beperk het maken van kamers tot bepaalde groepen\n* ** Activiteiten ** Krijg een overzicht van je kameractiviteiten\n\nSnelstartgids en meer informatie in onze [readme] (https://github.com/sualko/cloud_bbb).\nVind je deze applicatie leuk? Geef iets terug aan de open source-gemeenschap en bekijk onze\n[manieren om bij te dragen] (https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nOntwikkelaar gezocht! Als je tijd hebt, zou het geweldig zijn als je zou kunnen helpen om deze applicatie te verbeteren.\n\n* Deze app integreert BigBlueButton en wordt niet erkend of gecertificeerd door BigBlueButton Inc. BigBlueButton en het BigBlueButton-logo zijn handelsmerken van BigBlueButton Inc. *",
|
||||
"Room not found" : "Ruimte niet gevonden",
|
||||
"The room could not be found. Maybe it was deleted?" : "De ruimte kon niet gevonden worden. Misschien is die recent verwijderd?",
|
||||
"Back to %s" : "Terug naar %s",
|
||||
|
|
|
@ -22,7 +22,6 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "Adres URL interfejsu API lub tajny klucz nie jest skonfigurowany. Skontaktuj się z administratorem.",
|
||||
"BigBlueButton Integration" : "BigBlueButton Integration",
|
||||
"BigBlueButton integration for Nextcloud" : "Integracja BigBlueButton dla Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Aplikacja pozwala na tworzenie spotkań z zewnętrzną instalacją [BigBlueButton](https://bigbluebutton.org).\n\n* **Konfiguracja pokoju** Utwórz wiele konfiguracji pokoju z nazwą, wiadomością powitalną…\n* **Udostępnij link dla gościa** Udostępnij link do pokoju wszystkim swoim gościom\n* **Udostępnij link moderatora** Zaproś moderatorów do pokoju\n* **Udostępnianie pokoi** Udostępnianie pokoi członkom, grupom lub kręgom\n* **Własna prezentacja** Rozpocznij pokój z wybraną prezentacją w przeglądarce plików\n* **Zarządzaj nagraniami** Przeglądaj, udostępniaj i usuwaj nagrania do swoich pokoi\n* **Ograniczenia** Ogranicz tworzenie pokoi dla określonych grup\n* **Zajęcia** Przejrzyj ogólny zarys swoich zajęć w pokoju\n\nSkrócony przewodnik i dalsze informacje w naszym [readme](https://github.com/sualko/cloud_bbb)\nPodoba się Tobie aplikacja? Daj coś społeczności otwartego źródła i sprawdź nasze\n[sposoby współtworzenia](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nPoszukiwany deweloper! Jeśli masz czas, byłoby wspaniale, gdybyś mógł pomóc ulepszyć aplikację.\n\n*Ta aplikacja integruje BigBlueButton i nie jest zatwierdzona ani certyfikowana przez BigBlueButton Inc. BigBlueButton i logo BigBlueButton są znakami towarowymi firmy BigBlueButton Inc.*",
|
||||
"Room not found" : "Nie znaleziono pokoju",
|
||||
"The room could not be found. Maybe it was deleted?" : "Nie można znaleźć pokoju. Może został usunięty?",
|
||||
"Back to %s" : "Powrót do %s",
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "Adres URL interfejsu API lub tajny klucz nie jest skonfigurowany. Skontaktuj się z administratorem.",
|
||||
"BigBlueButton Integration" : "BigBlueButton Integration",
|
||||
"BigBlueButton integration for Nextcloud" : "Integracja BigBlueButton dla Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Aplikacja pozwala na tworzenie spotkań z zewnętrzną instalacją [BigBlueButton](https://bigbluebutton.org).\n\n* **Konfiguracja pokoju** Utwórz wiele konfiguracji pokoju z nazwą, wiadomością powitalną…\n* **Udostępnij link dla gościa** Udostępnij link do pokoju wszystkim swoim gościom\n* **Udostępnij link moderatora** Zaproś moderatorów do pokoju\n* **Udostępnianie pokoi** Udostępnianie pokoi członkom, grupom lub kręgom\n* **Własna prezentacja** Rozpocznij pokój z wybraną prezentacją w przeglądarce plików\n* **Zarządzaj nagraniami** Przeglądaj, udostępniaj i usuwaj nagrania do swoich pokoi\n* **Ograniczenia** Ogranicz tworzenie pokoi dla określonych grup\n* **Zajęcia** Przejrzyj ogólny zarys swoich zajęć w pokoju\n\nSkrócony przewodnik i dalsze informacje w naszym [readme](https://github.com/sualko/cloud_bbb)\nPodoba się Tobie aplikacja? Daj coś społeczności otwartego źródła i sprawdź nasze\n[sposoby współtworzenia](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nPoszukiwany deweloper! Jeśli masz czas, byłoby wspaniale, gdybyś mógł pomóc ulepszyć aplikację.\n\n*Ta aplikacja integruje BigBlueButton i nie jest zatwierdzona ani certyfikowana przez BigBlueButton Inc. BigBlueButton i logo BigBlueButton są znakami towarowymi firmy BigBlueButton Inc.*",
|
||||
"Room not found" : "Nie znaleziono pokoju",
|
||||
"The room could not be found. Maybe it was deleted?" : "Nie można znaleźć pokoju. Może został usunięty?",
|
||||
"Back to %s" : "Powrót do %s",
|
||||
|
|
|
@ -22,7 +22,7 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "URL ou senha da API não configurada. Entre em contato com o administrador.",
|
||||
"BigBlueButton Integration" : "Integração BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Integração BigBlueButton para Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Este aplicativo permite criar reuniões com uma instalação externa de [BigBlueButton] (https://bigbluebutton.org). \n\n* **Configuração da sala** Crie várias configurações de sala com nome, mensagem de boas-vindas ...\n* **Compartilhe o link de convidado** Compartilhe o link da sala com todos os seus convidados\n* **Compartilhe o link de moderador** Convide moderadores para a sala\n* **Compartilhe salas** Compartilhe salas com membros, grupos ou círculos\n* **Apresentação personalizada** Comece uma sala com uma apresentação selecionada em seu navegador de arquivos\n* **Gerencie as gravações** Visualize, compartilhe e exclua as gravações das suas salas\n* **Restrições** Restrinja a criação de salas a certos grupos\n* **Atividades** Obtenha uma visão geral de suas atividades de sala\n\nGuia de início rápido e mais informações em nosso [leiame] (https://github.com/sualko/cloud_bbb).\nVocê gosta deste aplicativo? Dê algo em troca para a comunidade de código aberto e confira nosso guia \n[formas de contribuir] (https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nProcura-se desenvolvedor! Se tiver tempo, seria incrível se você pudesse ajudar a melhorar este aplicativo.\n\n* Este aplicativo integra BigBlueButton e não é endossado ou certificado por BigBlueButton Inc. BigBlueButton e o logotipo de BigBlueButton são marcas registradas de BigBlueButton Inc.*",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Este aplicativo permite criar reuniões com uma instalação externa de [bigbluebutton] (https://bigbluebutton.org) .\n\n*** Configuração da sala ** Crie várias configurações de salas com nome, mensagem de boas -vindas… \n*** Compartilhe o link do convidado ** Compartilhe o link da sala com todos os seus convidados\n*** Link do moderador de compartilhamento ** Convide moderadores para a sala\n*** Compartilhe quartos ** Compartilhe quartos com membros, grupos ou círculos\n*** Apresentação personalizada ** Inicie uma sala com uma apresentação selecionada do seu navegador de arquivos\n*** Gerenciar gravações ** Visualizar, compartilhar e excluir gravações para seus quartos\n*** Restrições ** Restrinja a criação da sala a certos grupos\n*** Atividades ** Obtenha uma visão geral das atividades do seu quarto\n\nGuia de início rápido e informações adicionais em nosso [ReadMe] (https://github.com/littleredbutton/cloud_bbb).\nVocê gosta deste aplicativo? Devolver algo à comunidade de código aberto e check -out nossa \n[maneiras de contribuir] (https://github.com/littleredbutton/cloud_bb/blob/master/.github/contributing.md) .\n\nOs colaboradores são bem -vindos! Se você tiver tempo, seria incrível se você pudesse ajudar a aprimorar este aplicativo.\n\n*Este aplicativo integra o BigBluebutton e não é endossado ou certificado pelo BigBluebutton Inc. BigBluebutton e o logotipo BigBluebutton são marcas comerciais da BigBluebutton Inc.*",
|
||||
"Room not found" : "Sala não encontrada",
|
||||
"The room could not be found. Maybe it was deleted?" : "A sala não foi encontrada. Foi excluída?",
|
||||
"Back to %s" : "Voltar para %s",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "URL ou senha da API não configurada. Entre em contato com o administrador.",
|
||||
"BigBlueButton Integration" : "Integração BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Integração BigBlueButton para Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Este aplicativo permite criar reuniões com uma instalação externa de [BigBlueButton] (https://bigbluebutton.org). \n\n* **Configuração da sala** Crie várias configurações de sala com nome, mensagem de boas-vindas ...\n* **Compartilhe o link de convidado** Compartilhe o link da sala com todos os seus convidados\n* **Compartilhe o link de moderador** Convide moderadores para a sala\n* **Compartilhe salas** Compartilhe salas com membros, grupos ou círculos\n* **Apresentação personalizada** Comece uma sala com uma apresentação selecionada em seu navegador de arquivos\n* **Gerencie as gravações** Visualize, compartilhe e exclua as gravações das suas salas\n* **Restrições** Restrinja a criação de salas a certos grupos\n* **Atividades** Obtenha uma visão geral de suas atividades de sala\n\nGuia de início rápido e mais informações em nosso [leiame] (https://github.com/sualko/cloud_bbb).\nVocê gosta deste aplicativo? Dê algo em troca para a comunidade de código aberto e confira nosso guia \n[formas de contribuir] (https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nProcura-se desenvolvedor! Se tiver tempo, seria incrível se você pudesse ajudar a melhorar este aplicativo.\n\n* Este aplicativo integra BigBlueButton e não é endossado ou certificado por BigBlueButton Inc. BigBlueButton e o logotipo de BigBlueButton são marcas registradas de BigBlueButton Inc.*",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Este aplicativo permite criar reuniões com uma instalação externa de [bigbluebutton] (https://bigbluebutton.org) .\n\n*** Configuração da sala ** Crie várias configurações de salas com nome, mensagem de boas -vindas… \n*** Compartilhe o link do convidado ** Compartilhe o link da sala com todos os seus convidados\n*** Link do moderador de compartilhamento ** Convide moderadores para a sala\n*** Compartilhe quartos ** Compartilhe quartos com membros, grupos ou círculos\n*** Apresentação personalizada ** Inicie uma sala com uma apresentação selecionada do seu navegador de arquivos\n*** Gerenciar gravações ** Visualizar, compartilhar e excluir gravações para seus quartos\n*** Restrições ** Restrinja a criação da sala a certos grupos\n*** Atividades ** Obtenha uma visão geral das atividades do seu quarto\n\nGuia de início rápido e informações adicionais em nosso [ReadMe] (https://github.com/littleredbutton/cloud_bbb).\nVocê gosta deste aplicativo? Devolver algo à comunidade de código aberto e check -out nossa \n[maneiras de contribuir] (https://github.com/littleredbutton/cloud_bb/blob/master/.github/contributing.md) .\n\nOs colaboradores são bem -vindos! Se você tiver tempo, seria incrível se você pudesse ajudar a aprimorar este aplicativo.\n\n*Este aplicativo integra o BigBluebutton e não é endossado ou certificado pelo BigBluebutton Inc. BigBluebutton e o logotipo BigBluebutton são marcas comerciais da BigBluebutton Inc.*",
|
||||
"Room not found" : "Sala não encontrada",
|
||||
"The room could not be found. Maybe it was deleted?" : "A sala não foi encontrada. Foi excluída?",
|
||||
"Back to %s" : "Voltar para %s",
|
||||
|
|
|
@ -22,7 +22,6 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "API URL или секрет не настроен. Пожалуйста, свяжитесь с вашим администратором.",
|
||||
"BigBlueButton Integration" : "Интеграция BigBlueButton (\"большая голубая кнопка\")",
|
||||
"BigBlueButton integration for Nextcloud" : "Интеграция BigBlueButton (\"большая голубая кнопка\") для Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Это приложение позволяет создавать встречи с помощью внешней установки [BigBlueButton](https://bigbluebutton.org).\n\n* **Настройка комнаты** Создание нескольких конфигураций комнаты с названием, приветственным сообщением ...\n* **Общая ссылка для гостей** Поделитесь ссылкой комнаты со всеми вашими гостями.\n* **Поделиться ссылкой с модератором** Пригласить модераторов в комнату\n* **Поделиться комнатами** Поделитесь комнатами с участниками, группами или кругами.\n* **Настройка презентации** Запустите комнату, выбрав презентацию через браузер.\n* **Управление записями** Просмотр, совместное использование и удаление записей для ваших комнат\n* **Ограничения** Ограничьте создание комнаты определёнными группами\n* **Активность** Получите обзор активность вашей комнаты.\n\nКраткое руководство по запуску и дополнительная информация в [readme](https://github.com/sualko/cloud_bbb).\nВам нравится это приложение? Внесите свой вклад в сообщество с открытым исходным кодом и ознакомьтесь с нашими\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nТребуется разработчик! Если у вас есть время, было бы здорово, если бы вы могли помочь улучшить это приложение.\n\n*Это приложение интегрирует BigBlueButton и не является одобренным или сертифицированным BigBlueButton Inc. BigBlueButton и логотип BigBlueButton являются торговыми марками BigBlueButton Inc.*.",
|
||||
"Room not found" : "Комната не найдена",
|
||||
"The room could not be found. Maybe it was deleted?" : "Не удалось найти комнату. Возможно она была удалена?",
|
||||
"Back to %s" : "Вернуться к %s",
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "API URL или секрет не настроен. Пожалуйста, свяжитесь с вашим администратором.",
|
||||
"BigBlueButton Integration" : "Интеграция BigBlueButton (\"большая голубая кнопка\")",
|
||||
"BigBlueButton integration for Nextcloud" : "Интеграция BigBlueButton (\"большая голубая кнопка\") для Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Это приложение позволяет создавать встречи с помощью внешней установки [BigBlueButton](https://bigbluebutton.org).\n\n* **Настройка комнаты** Создание нескольких конфигураций комнаты с названием, приветственным сообщением ...\n* **Общая ссылка для гостей** Поделитесь ссылкой комнаты со всеми вашими гостями.\n* **Поделиться ссылкой с модератором** Пригласить модераторов в комнату\n* **Поделиться комнатами** Поделитесь комнатами с участниками, группами или кругами.\n* **Настройка презентации** Запустите комнату, выбрав презентацию через браузер.\n* **Управление записями** Просмотр, совместное использование и удаление записей для ваших комнат\n* **Ограничения** Ограничьте создание комнаты определёнными группами\n* **Активность** Получите обзор активность вашей комнаты.\n\nКраткое руководство по запуску и дополнительная информация в [readme](https://github.com/sualko/cloud_bbb).\nВам нравится это приложение? Внесите свой вклад в сообщество с открытым исходным кодом и ознакомьтесь с нашими\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nТребуется разработчик! Если у вас есть время, было бы здорово, если бы вы могли помочь улучшить это приложение.\n\n*Это приложение интегрирует BigBlueButton и не является одобренным или сертифицированным BigBlueButton Inc. BigBlueButton и логотип BigBlueButton являются торговыми марками BigBlueButton Inc.*.",
|
||||
"Room not found" : "Комната не найдена",
|
||||
"The room could not be found. Maybe it was deleted?" : "Не удалось найти комнату. Возможно она была удалена?",
|
||||
"Back to %s" : "Вернуться к %s",
|
||||
|
|
|
@ -21,7 +21,6 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "API URL o segretu non cunfiguradu. Cuntata s'amministratzione tua.",
|
||||
"BigBlueButton Integration" : "Integratzione de BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Integratzione de BigBlueButton pro Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Custa aplicatzione permitit de creare addòbios cun un'installatzione esterna de [BigBlueButton](https://bigbluebutton.org).\n\n* **Cunfiguratzione istantza** Creat cunfiguratziones de istantzas mùltiplas cun nùmene, messàgiu de benebènnida …\n* **Cumpartzi ligòngiu pro s'ospite** Cumpartzi su ligòngiu de s'istantza cun totu is òspites\n* **Cumpartzi ligòngiu moderadore** Invita a persones chi mòderant in s'istantza\n* **Cumpartzi istantzas** Cumpartzi istantzas cun persones, grupos o chircos\n* **Personaliza presentatzione** Incarrera un'istantza cun una presentatzione seletzionada dae su navigadore de documentos\n* **Manìgia registratziones** Visualiza, cumpartzi e cantzella registratziones in s'istantza tua\n* **Restritziones** Lìmita sa creatzione de istantzas a tzertos grupos\n* **Atividades** Otene una panoràmica de is atividades de s'istantza tua\n\nGhia de incarrerada e àteras informatziones in [leghe·mi](https://github.com/sualko/cloud_bbb).\nTi praghet custa aplicatzione? Nara·ddu a sa comunidade aberta e càstia su\n[maneras pro contribuire] nostru (https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nChircamus a persones pro isvilupare! Si tenes tempus, diat èssere bellu a nos agiudare a megiorare s'aplicatzione.\n\n*Custa aplicatzione ìntegrat BigBlueButton e no est sustènnida o tzertificada dae BigBlueButton Inc. BigBlueButton e su logo BigBlueButton sunt de propiedade de BigBlueButton Inc.*",
|
||||
"Room not found" : "Istantza no agatada",
|
||||
"The room could not be found. Maybe it was deleted?" : "No at fatu a agatare s'istantza. Mancari est istada cantzellada?",
|
||||
"Back to %s" : "A coa a %s",
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "API URL o segretu non cunfiguradu. Cuntata s'amministratzione tua.",
|
||||
"BigBlueButton Integration" : "Integratzione de BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Integratzione de BigBlueButton pro Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Custa aplicatzione permitit de creare addòbios cun un'installatzione esterna de [BigBlueButton](https://bigbluebutton.org).\n\n* **Cunfiguratzione istantza** Creat cunfiguratziones de istantzas mùltiplas cun nùmene, messàgiu de benebènnida …\n* **Cumpartzi ligòngiu pro s'ospite** Cumpartzi su ligòngiu de s'istantza cun totu is òspites\n* **Cumpartzi ligòngiu moderadore** Invita a persones chi mòderant in s'istantza\n* **Cumpartzi istantzas** Cumpartzi istantzas cun persones, grupos o chircos\n* **Personaliza presentatzione** Incarrera un'istantza cun una presentatzione seletzionada dae su navigadore de documentos\n* **Manìgia registratziones** Visualiza, cumpartzi e cantzella registratziones in s'istantza tua\n* **Restritziones** Lìmita sa creatzione de istantzas a tzertos grupos\n* **Atividades** Otene una panoràmica de is atividades de s'istantza tua\n\nGhia de incarrerada e àteras informatziones in [leghe·mi](https://github.com/sualko/cloud_bbb).\nTi praghet custa aplicatzione? Nara·ddu a sa comunidade aberta e càstia su\n[maneras pro contribuire] nostru (https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nChircamus a persones pro isvilupare! Si tenes tempus, diat èssere bellu a nos agiudare a megiorare s'aplicatzione.\n\n*Custa aplicatzione ìntegrat BigBlueButton e no est sustènnida o tzertificada dae BigBlueButton Inc. BigBlueButton e su logo BigBlueButton sunt de propiedade de BigBlueButton Inc.*",
|
||||
"Room not found" : "Istantza no agatada",
|
||||
"The room could not be found. Maybe it was deleted?" : "No at fatu a agatare s'istantza. Mancari est istada cantzellada?",
|
||||
"Back to %s" : "A coa a %s",
|
||||
|
|
|
@ -22,7 +22,6 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "Nie je nastavená URL API alebo API tajomstvo. Kontaktujte svojho správcu.",
|
||||
"BigBlueButton Integration" : "Integrácia BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Integrácia BigBlueButton pre Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Táto aplikácia umožňuje vytvárať schôdze s externou inštaláciou [BigBlueButton] (https://bigbluebutton.org).\n\n*** Nastavenie miestnosti ** Vytvorte viacero konfigurácií miestností s názvom, uvítacou správou ...\n*** Zdieľajte odkaz pre hostí ** Zdieľajte odkaz na izbu so všetkými svojimi hosťami\n*** Zdieľať odkaz na moderátora ** Pozvite moderátorov do miestnosti\n*** Zdieľať miestnosti ** Zdieľať miestnosti s členmi, skupinami alebo kruhmi\n*** Vlastná prezentácia ** Začnite miestnosť zvolenou prezentáciou v prehliadači súborov\n*** Správa záznamov ** Zobrazenie, zdieľanie a odstraňovanie záznamov pre vaše miestnosti\n*** Obmedzenia ** Obmedzenie vytvárania miestnosti na určité skupiny\n*** Aktivity ** Získajte prehľad o svojich aktivitách v miestnosti\n\nStručný sprievodca a ďalšie informácie v našom [readme] (https://github.com/sualko/cloud_bbb).\nPáči sa vám táto aplikácia? Vráťte niečo komunite s otvoreným zdrojovým kódom a vyskúšajte\n[spôsoby, ako prispieť] (https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nHľadáme vývojárov! Ak máte čas, bolo by úžasné, ak ste mohli pomôcť vylepšiť túto aplikáciu.\n\n*Táto aplikácia integruje BigBlueButton a nie je schválená ani certifikovaná spoločnosťou BigBlueButton Inc. BigBlueButton a logo BigBlueButton sú ochranné známky spoločnosti BigBlueButton Inc.*",
|
||||
"Room not found" : "Miestnosť nenájdená",
|
||||
"The room could not be found. Maybe it was deleted?" : "Miestnosť sa nepodarilo nájsť. Možno bola odstránená?",
|
||||
"Back to %s" : "Späť na %s",
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "Nie je nastavená URL API alebo API tajomstvo. Kontaktujte svojho správcu.",
|
||||
"BigBlueButton Integration" : "Integrácia BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Integrácia BigBlueButton pre Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Táto aplikácia umožňuje vytvárať schôdze s externou inštaláciou [BigBlueButton] (https://bigbluebutton.org).\n\n*** Nastavenie miestnosti ** Vytvorte viacero konfigurácií miestností s názvom, uvítacou správou ...\n*** Zdieľajte odkaz pre hostí ** Zdieľajte odkaz na izbu so všetkými svojimi hosťami\n*** Zdieľať odkaz na moderátora ** Pozvite moderátorov do miestnosti\n*** Zdieľať miestnosti ** Zdieľať miestnosti s členmi, skupinami alebo kruhmi\n*** Vlastná prezentácia ** Začnite miestnosť zvolenou prezentáciou v prehliadači súborov\n*** Správa záznamov ** Zobrazenie, zdieľanie a odstraňovanie záznamov pre vaše miestnosti\n*** Obmedzenia ** Obmedzenie vytvárania miestnosti na určité skupiny\n*** Aktivity ** Získajte prehľad o svojich aktivitách v miestnosti\n\nStručný sprievodca a ďalšie informácie v našom [readme] (https://github.com/sualko/cloud_bbb).\nPáči sa vám táto aplikácia? Vráťte niečo komunite s otvoreným zdrojovým kódom a vyskúšajte\n[spôsoby, ako prispieť] (https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nHľadáme vývojárov! Ak máte čas, bolo by úžasné, ak ste mohli pomôcť vylepšiť túto aplikáciu.\n\n*Táto aplikácia integruje BigBlueButton a nie je schválená ani certifikovaná spoločnosťou BigBlueButton Inc. BigBlueButton a logo BigBlueButton sú ochranné známky spoločnosti BigBlueButton Inc.*",
|
||||
"Room not found" : "Miestnosť nenájdená",
|
||||
"The room could not be found. Maybe it was deleted?" : "Miestnosť sa nepodarilo nájsť. Možno bola odstránená?",
|
||||
"Back to %s" : "Späť na %s",
|
||||
|
|
|
@ -21,7 +21,6 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "Naslov URL API oziroma koda povezave ni nastavljena. Stopite v stik s skrbnikom sistema.",
|
||||
"BigBlueButton Integration" : "Podpora BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Podpora Nextcloud za BigBlueButton",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Program omogoča ustvarjanje srečanj na zunanji namestitvi strežnika [BigBlueButton](https://bigbluebutton.org).\n\n* **Nastavitve sob** Ustvariti je mogoče več sob z različnimi nazivi, pozdravnimi sporočili ...\n* **Objava povezave za goste** Objava povezave za udeležbo tudi zunanjih sogovornikov\n* **Souporaba med moderatorji** Enostavno povabilo moderatorjem za sodelovanje\n* **Souporaba sob** Souporaba s člani, skupinami in krogi\n* **Predstavitve po meri** Možnost začetka prestavitve z izbrano predstavitvijo iz datoteke\n* **Upravljanje s posnetki** Pregled, souporaba in urejanje posnetkov sob\n* **Omejitve** Omejitev ustvarjanja sob za določene skupine\n* **Dejavnosti** Možnost pregleda dejavnosti v sobah \n\nKratka navodila in druge podrobnosti so na voljo v datoteki [readme](https://github.com/sualko/cloud_bbb).\nVam je program sicer všeč? Če želite pri projektu sodelovati, ali kako drugače pomagati, možnosti so zbrane na [spletni strani](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nIščejo se razvijalci! Če imate čas, lahko pomagate pri razvoju programa.\n\n*Ta program ni podprt s strani skupine BigBlueButton. Ime in logotip podjetja BigBlueButton sta blagovni znamki BigBlueButton Inc.*",
|
||||
"Room not found" : "Sobe ni mogoče najti",
|
||||
"The room could not be found. Maybe it was deleted?" : "Sobe ni mogoče najti. Ali je bila morda izbrisana?",
|
||||
"Back to %s" : "Nazaj na %s",
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "Naslov URL API oziroma koda povezave ni nastavljena. Stopite v stik s skrbnikom sistema.",
|
||||
"BigBlueButton Integration" : "Podpora BigBlueButton",
|
||||
"BigBlueButton integration for Nextcloud" : "Podpora Nextcloud za BigBlueButton",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Program omogoča ustvarjanje srečanj na zunanji namestitvi strežnika [BigBlueButton](https://bigbluebutton.org).\n\n* **Nastavitve sob** Ustvariti je mogoče več sob z različnimi nazivi, pozdravnimi sporočili ...\n* **Objava povezave za goste** Objava povezave za udeležbo tudi zunanjih sogovornikov\n* **Souporaba med moderatorji** Enostavno povabilo moderatorjem za sodelovanje\n* **Souporaba sob** Souporaba s člani, skupinami in krogi\n* **Predstavitve po meri** Možnost začetka prestavitve z izbrano predstavitvijo iz datoteke\n* **Upravljanje s posnetki** Pregled, souporaba in urejanje posnetkov sob\n* **Omejitve** Omejitev ustvarjanja sob za določene skupine\n* **Dejavnosti** Možnost pregleda dejavnosti v sobah \n\nKratka navodila in druge podrobnosti so na voljo v datoteki [readme](https://github.com/sualko/cloud_bbb).\nVam je program sicer všeč? Če želite pri projektu sodelovati, ali kako drugače pomagati, možnosti so zbrane na [spletni strani](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nIščejo se razvijalci! Če imate čas, lahko pomagate pri razvoju programa.\n\n*Ta program ni podprt s strani skupine BigBlueButton. Ime in logotip podjetja BigBlueButton sta blagovni znamki BigBlueButton Inc.*",
|
||||
"Room not found" : "Sobe ni mogoče najti",
|
||||
"The room could not be found. Maybe it was deleted?" : "Sobe ni mogoče najti. Ali je bila morda izbrisana?",
|
||||
"Back to %s" : "Nazaj na %s",
|
||||
|
|
|
@ -22,7 +22,6 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "API URL или тајна није подешена. Молимо вас да се обратите свом администратору.",
|
||||
"BigBlueButton Integration" : "BigBlueButton интеграција",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton интеграција за Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Ова апликација вам омогућава да креирате састанке помоћу спољне инсталације [BigBlueButton](https://bigbluebutton.org).\n\n* **Подешавање собе** Креирајте више конфигурација соба са називом, поздравном подуком …\n* **Делите линк за госта** Поделите линк на собу са свим својим гостима\n* **Делите линк модератора** Позовите модераторе у собу\n* **Делите собе** Делите собе са члановима, групама или круговима\n* **Прилагођена презентација** Покрените собу са презентацијом изабраном у вашем истраживачу фајлова\n* **Управљајте снимањима** Прегледајте, делите и бришите снимке ваших соба\n* **Ограничења** Ограничите могућност креирања соба на неке групе\n* **Активности** Примајте преглед активности у вашим собама\n\nВодич за брзи почетак и додатне информације у нашем [readme](https://github.com/sualko/cloud_bbb).\nДа ли вам се допада ова апликација? Вратите нешто заједници отвореног кода и прочитајте наше\n[начине за давање доприноса](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nТражи се програмер! Ако имате слободног времена, било би одлично да нам помогнете да унапредимо ову апликацију.\n\n*Ова апликација интегрише BigBlueButton и не подржава је или је не сертификује компанија BigBlueButton Inc. BigBlueButton и BigBlueButton лого су тржишне марке компаније BigBlueButton Inc.*",
|
||||
"Room not found" : "Није пронађена соба",
|
||||
"The room could not be found. Maybe it was deleted?" : "Соба не може да се пронађе. Да није обрисана?",
|
||||
"Back to %s" : "Назад на %s",
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "API URL или тајна није подешена. Молимо вас да се обратите свом администратору.",
|
||||
"BigBlueButton Integration" : "BigBlueButton интеграција",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton интеграција за Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Ова апликација вам омогућава да креирате састанке помоћу спољне инсталације [BigBlueButton](https://bigbluebutton.org).\n\n* **Подешавање собе** Креирајте више конфигурација соба са називом, поздравном подуком …\n* **Делите линк за госта** Поделите линк на собу са свим својим гостима\n* **Делите линк модератора** Позовите модераторе у собу\n* **Делите собе** Делите собе са члановима, групама или круговима\n* **Прилагођена презентација** Покрените собу са презентацијом изабраном у вашем истраживачу фајлова\n* **Управљајте снимањима** Прегледајте, делите и бришите снимке ваших соба\n* **Ограничења** Ограничите могућност креирања соба на неке групе\n* **Активности** Примајте преглед активности у вашим собама\n\nВодич за брзи почетак и додатне информације у нашем [readme](https://github.com/sualko/cloud_bbb).\nДа ли вам се допада ова апликација? Вратите нешто заједници отвореног кода и прочитајте наше\n[начине за давање доприноса](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nТражи се програмер! Ако имате слободног времена, било би одлично да нам помогнете да унапредимо ову апликацију.\n\n*Ова апликација интегрише BigBlueButton и не подржава је или је не сертификује компанија BigBlueButton Inc. BigBlueButton и BigBlueButton лого су тржишне марке компаније BigBlueButton Inc.*",
|
||||
"Room not found" : "Није пронађена соба",
|
||||
"The room could not be found. Maybe it was deleted?" : "Соба не може да се пронађе. Да није обрисана?",
|
||||
"Back to %s" : "Назад на %s",
|
||||
|
|
|
@ -12,6 +12,7 @@ OC.L10N.register(
|
|||
"Create" : "Napravi",
|
||||
"Delete" : "Obriši",
|
||||
"Error" : "Error",
|
||||
"Loading" : "Loading"
|
||||
"Loading" : "Loading",
|
||||
"Unexpected error occurred" : "Desila se neočekivana greška"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"Create" : "Napravi",
|
||||
"Delete" : "Obriši",
|
||||
"Error" : "Error",
|
||||
"Loading" : "Loading"
|
||||
"Loading" : "Loading",
|
||||
"Unexpected error occurred" : "Desila se neočekivana greška"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
}
|
|
@ -22,7 +22,6 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "API adresi ya da parolası yapılandırılmamış. Lütfen BT yöneticiniz ile görüşün.",
|
||||
"BigBlueButton Integration" : "BigBlueButton bütünleştirmesi",
|
||||
"BigBlueButton integration for Nextcloud" : "Nextcloud için BigBlueButton bütünleştirmesi",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Bu uygulama bir dış [BigBlueButton](https://bigbluebutton.org) kurulumu ile toplantı yapılabilmesini sağlar.\n\n* **Oda kurulumu** Ad ve hoş geldiniz iletisi ile birçok oda yapılandırması oluşturulabilir, ...\n* **Konuk bağlantısı paylaşımı** Toplantı bağlantısı tüm konuklar ile paylaşılabilir\n* **Sorumlu bağlantısı paylaşımı** Odaya sorumlular davet edilebilir\n* **Oda paylaşımı** Odalar üyeler, gruplar ve takımlar ile paylaşılabilir\n* **Özel sunum** Oda, dosya gezgininizden seçebileceğiniz bir sunum ile başlatılabilir\n* **Kayıt yönetimi** Oda kayıtları görülebilir, paylaşılabilir ve silinebilir\n* **Kısıtlamalar** Yalnızca belirli grupların oda oluşturması sağlanabilir\n* **İşlemler** Oda işlemlerinin özeti görülebilir\n\nHIzlı başlangıç ve ayrıntılı bilgiler için [readme](https://github.com/sualko/cloud_bbb) dosyasına bakabilirsiniz.\nBu uygulama hoşunuza gitti mi? Destek olmak için açık kaynak topluluğuna\n[katkıda bulunma yollarına ](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md) bakabilirsiniz.\n\nGeliştiriciler aranıyor! Zamanınız varsa ve bu uygulamayı geliştirmemize yardım edebilirseniz harika olur.\n\n*Bu uygulama BigBlueButton ile bütünleştirme sağlar ve BigBlueButton Inc. tarafından herhangi bir onay ya da sertifika almamıştır. BigBlueButton ve BigBlueButton Logosu, BigBlueButton Inc. kuruluşunun tescilli ticari markalarıdır.*",
|
||||
"Room not found" : "Oda bulunamadı",
|
||||
"The room could not be found. Maybe it was deleted?" : "Oda bulunamadı. Silinmiş olabilir mi?",
|
||||
"Back to %s" : "%s ögesine dön",
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "API adresi ya da parolası yapılandırılmamış. Lütfen BT yöneticiniz ile görüşün.",
|
||||
"BigBlueButton Integration" : "BigBlueButton bütünleştirmesi",
|
||||
"BigBlueButton integration for Nextcloud" : "Nextcloud için BigBlueButton bütünleştirmesi",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Bu uygulama bir dış [BigBlueButton](https://bigbluebutton.org) kurulumu ile toplantı yapılabilmesini sağlar.\n\n* **Oda kurulumu** Ad ve hoş geldiniz iletisi ile birçok oda yapılandırması oluşturulabilir, ...\n* **Konuk bağlantısı paylaşımı** Toplantı bağlantısı tüm konuklar ile paylaşılabilir\n* **Sorumlu bağlantısı paylaşımı** Odaya sorumlular davet edilebilir\n* **Oda paylaşımı** Odalar üyeler, gruplar ve takımlar ile paylaşılabilir\n* **Özel sunum** Oda, dosya gezgininizden seçebileceğiniz bir sunum ile başlatılabilir\n* **Kayıt yönetimi** Oda kayıtları görülebilir, paylaşılabilir ve silinebilir\n* **Kısıtlamalar** Yalnızca belirli grupların oda oluşturması sağlanabilir\n* **İşlemler** Oda işlemlerinin özeti görülebilir\n\nHIzlı başlangıç ve ayrıntılı bilgiler için [readme](https://github.com/sualko/cloud_bbb) dosyasına bakabilirsiniz.\nBu uygulama hoşunuza gitti mi? Destek olmak için açık kaynak topluluğuna\n[katkıda bulunma yollarına ](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md) bakabilirsiniz.\n\nGeliştiriciler aranıyor! Zamanınız varsa ve bu uygulamayı geliştirmemize yardım edebilirseniz harika olur.\n\n*Bu uygulama BigBlueButton ile bütünleştirme sağlar ve BigBlueButton Inc. tarafından herhangi bir onay ya da sertifika almamıştır. BigBlueButton ve BigBlueButton Logosu, BigBlueButton Inc. kuruluşunun tescilli ticari markalarıdır.*",
|
||||
"Room not found" : "Oda bulunamadı",
|
||||
"The room could not be found. Maybe it was deleted?" : "Oda bulunamadı. Silinmiş olabilir mi?",
|
||||
"Back to %s" : "%s ögesine dön",
|
||||
|
|
|
@ -48,7 +48,7 @@ OC.L10N.register(
|
|||
"Display name" : "显示名称",
|
||||
"Password" : "密码",
|
||||
"Join" : "加入",
|
||||
"Have an account? Log in." : "有一个账户吗?登录。",
|
||||
"Have an account? Log in." : "有一个账号?登录。",
|
||||
"Hello %s" : "%s 你好",
|
||||
"Name, group …" : "名称、群组 ...",
|
||||
"Group" : "群组",
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"Display name" : "显示名称",
|
||||
"Password" : "密码",
|
||||
"Join" : "加入",
|
||||
"Have an account? Log in." : "有一个账户吗?登录。",
|
||||
"Have an account? Log in." : "有一个账号?登录。",
|
||||
"Hello %s" : "%s 你好",
|
||||
"Name, group …" : "名称、群组 ...",
|
||||
"Group" : "群组",
|
||||
|
|
|
@ -22,7 +22,7 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "未設定 API URL 或密碼。請聯絡您的管理員。",
|
||||
"BigBlueButton Integration" : "BigBlueButton 整合",
|
||||
"BigBlueButton integration for Nextcloud" : "Nextcloud 的 BigBlueButton 整合",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "此應用程式讓您可以使用外部安裝的 [BigBlueButton](https://bigbluebutton.org)建立會議。\n\n* **聊天室設定** 使用名稱、歡迎訊息等設定建立多個聊天室\n* **分享訪客連結** 與您所有的訪客分享聊天室連結\n* **分享主持人連結** 邀請主持人至聊天室\n* **分享聊天室** 與成員、群組或小圈圈分享聊天室\n* **自訂簡報** 使用從您的檔案瀏覽程式選擇的簡報開始聊天室\n* **管理錄製** 檢視、分享與刪除您聊天室的錄製\n* **限制** 限制僅特定群組可建立聊天室\n* **活動** 取得您聊天室活動的概覽\n\n我們的[讀我檔案](https://github.com/sualko/cloud_bbb)有新手指南與進一步的資訊。\n您喜歡此應用程式嗎?給開源社群一些東西並看看我們的\n[貢獻方式](https://github.com/sualko/cloud_bbb/blob/master/。github/contributing.md)。\n\n需要開發者!如果您有時間,並想要協助強化此應用程式,那就太棒了。\n\n*此應用程式整合了 BigBlueButton,但未經 BigBlueButton 公司認可或認證。BigBlueButton 與 BigBlueButton 圖示是 BigBlueButton 公司的商標。*",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "這個應用程式允許與外部的 [BigBlueButton](https://bigbluebutton.org) 安裝創建會議。\n\n* **房間設置**:創建多個房間配置,包括名稱、歡迎信息等。\n* **分享來賓鏈接**:將房間鏈接分享給所有來賓。\n* **分享主持人鏈接**:邀請主持人進入房間。\n* **分享房間**:與成員、群組或圈子分享房間。\n* **自訂簡報**:從文件瀏覽器中選擇簡報啟動房間。\n* **管理錄音**:查看、分享和刪除房間的錄音。\n* **限制**:限制某些群組創建房間。\n* **活動**:獲取房間活動的概覽。\n\n快速入門指南和更多信息請參見我們的 [readme](https://github.com/littleredbutton/cloud_bbb)。\n\n您喜歡這個應用程式嗎?回饋開源社群,查看我們的 [貢獻方式](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md)。\n\n歡迎貢獻者!如果您有時間,請幫助我們提升這個應用程式。\n\n*此應用程式整合了 BigBlueButton,並未獲得 BigBlueButton Inc. 的認可或認證。BigBlueButton 和 BigBlueButton 標誌是 BigBlueButton Inc. 的商標。*",
|
||||
"Room not found" : "找不到聊天室",
|
||||
"The room could not be found. Maybe it was deleted?" : "找不到聊天室。或許它已經被刪除了?",
|
||||
"Back to %s" : "回到 %s",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "未設定 API URL 或密碼。請聯絡您的管理員。",
|
||||
"BigBlueButton Integration" : "BigBlueButton 整合",
|
||||
"BigBlueButton integration for Nextcloud" : "Nextcloud 的 BigBlueButton 整合",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "此應用程式讓您可以使用外部安裝的 [BigBlueButton](https://bigbluebutton.org)建立會議。\n\n* **聊天室設定** 使用名稱、歡迎訊息等設定建立多個聊天室\n* **分享訪客連結** 與您所有的訪客分享聊天室連結\n* **分享主持人連結** 邀請主持人至聊天室\n* **分享聊天室** 與成員、群組或小圈圈分享聊天室\n* **自訂簡報** 使用從您的檔案瀏覽程式選擇的簡報開始聊天室\n* **管理錄製** 檢視、分享與刪除您聊天室的錄製\n* **限制** 限制僅特定群組可建立聊天室\n* **活動** 取得您聊天室活動的概覽\n\n我們的[讀我檔案](https://github.com/sualko/cloud_bbb)有新手指南與進一步的資訊。\n您喜歡此應用程式嗎?給開源社群一些東西並看看我們的\n[貢獻方式](https://github.com/sualko/cloud_bbb/blob/master/。github/contributing.md)。\n\n需要開發者!如果您有時間,並想要協助強化此應用程式,那就太棒了。\n\n*此應用程式整合了 BigBlueButton,但未經 BigBlueButton 公司認可或認證。BigBlueButton 與 BigBlueButton 圖示是 BigBlueButton 公司的商標。*",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "這個應用程式允許與外部的 [BigBlueButton](https://bigbluebutton.org) 安裝創建會議。\n\n* **房間設置**:創建多個房間配置,包括名稱、歡迎信息等。\n* **分享來賓鏈接**:將房間鏈接分享給所有來賓。\n* **分享主持人鏈接**:邀請主持人進入房間。\n* **分享房間**:與成員、群組或圈子分享房間。\n* **自訂簡報**:從文件瀏覽器中選擇簡報啟動房間。\n* **管理錄音**:查看、分享和刪除房間的錄音。\n* **限制**:限制某些群組創建房間。\n* **活動**:獲取房間活動的概覽。\n\n快速入門指南和更多信息請參見我們的 [readme](https://github.com/littleredbutton/cloud_bbb)。\n\n您喜歡這個應用程式嗎?回饋開源社群,查看我們的 [貢獻方式](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md)。\n\n歡迎貢獻者!如果您有時間,請幫助我們提升這個應用程式。\n\n*此應用程式整合了 BigBlueButton,並未獲得 BigBlueButton Inc. 的認可或認證。BigBlueButton 和 BigBlueButton 標誌是 BigBlueButton Inc. 的商標。*",
|
||||
"Room not found" : "找不到聊天室",
|
||||
"The room could not be found. Maybe it was deleted?" : "找不到聊天室。或許它已經被刪除了?",
|
||||
"Back to %s" : "回到 %s",
|
||||
|
|
|
@ -22,7 +22,7 @@ OC.L10N.register(
|
|||
"API URL or secret not configured. Please contact your administrator." : "未設定 API URL 或密碼。請聯絡您的管理員。",
|
||||
"BigBlueButton Integration" : "BigBlueButton 整合",
|
||||
"BigBlueButton integration for Nextcloud" : "Nextcloud 的 BigBlueButton 整合",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "此應用程式讓您可以使用外部安裝的 [BigBlueButton](https://bigbluebutton.org) 建立會議。\n\n* **聊天室設定** 使用名稱、歡迎訊息等設定建立多個聊天室\n* **分享訪客連結** 與您所有的訪客分享聊天室連結\n* **分享主持人連結** 邀請主持人至聊天室\n* **分享聊天室** 與成員、群組或小圈圈分享聊天室\n* **自訂簡報** 使用從您的檔案瀏覽程式選取的簡報開始聊天室\n* **管理錄製** 檢視、分享與刪除您聊天室的錄製\n* **限制** 限制僅特定群組可建立聊天室\n* **活動** 取得您聊天室活動的概覽\n\n我們的[讀我檔案](https://github.com/sualko/cloud_bbb)有新手指南與進一步的資訊。\n您喜歡此應用程式嗎?給開源社群一些東西並看看我們的\n[貢獻方式](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md)。\n\n需要開發者!如果您有時間,並想要協助強化此應用程式,那就太棒了。\n\n*此應用程式整合了 BigBlueButton,但未經 BigBlueButton 公司認可或認證。BigBlueButton 與 BigBlueButton 圖示是 BigBlueButton 公司的商標。*",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "此應用程式讓您可以使用外部安裝的 [BigBlueButton](https://bigbluebutton.org) 建立會議。\n\n* **聊天室設定** 使用名稱、歡迎訊息等設定建立多個聊天室\n* **分享訪客連結** 與您所有的訪客分享聊天室連結\n* **分享主持人連結** 邀請主持人至聊天室\n* **分享聊天室** 與成員、群組或小圈圈分享聊天室\n* **自訂簡報** 使用從您的檔案瀏覽程式選取的簡報開始聊天室\n* **管理錄製** 檢視、分享與刪除您聊天室的錄製\n* **限制** 限制僅特定群組可建立聊天室\n* **活動** 取得您聊天室活動的概覽\n\n我們的[讀我檔案](https://github.com/littleredbutton/cloud_bbb)有新手指南與進一步的資訊。\n您喜歡此應用程式嗎?給開源社群一些東西並看看我們的\n[貢獻方式](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md)。\n\n歡迎貢獻!如果您有時間,並想要協助強化此應用程式,那就太棒了。\n\n*此應用程式整合了 BigBlueButton,但未經 BigBlueButton 公司認可或認證。BigBlueButton 與 BigBlueButton 圖示是 BigBlueButton 公司的商標。*",
|
||||
"Room not found" : "找不到聊天室",
|
||||
"The room could not be found. Maybe it was deleted?" : "找不到聊天室。或許它已經被刪除了?",
|
||||
"Back to %s" : "回到 %s",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"API URL or secret not configured. Please contact your administrator." : "未設定 API URL 或密碼。請聯絡您的管理員。",
|
||||
"BigBlueButton Integration" : "BigBlueButton 整合",
|
||||
"BigBlueButton integration for Nextcloud" : "Nextcloud 的 BigBlueButton 整合",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "此應用程式讓您可以使用外部安裝的 [BigBlueButton](https://bigbluebutton.org) 建立會議。\n\n* **聊天室設定** 使用名稱、歡迎訊息等設定建立多個聊天室\n* **分享訪客連結** 與您所有的訪客分享聊天室連結\n* **分享主持人連結** 邀請主持人至聊天室\n* **分享聊天室** 與成員、群組或小圈圈分享聊天室\n* **自訂簡報** 使用從您的檔案瀏覽程式選取的簡報開始聊天室\n* **管理錄製** 檢視、分享與刪除您聊天室的錄製\n* **限制** 限制僅特定群組可建立聊天室\n* **活動** 取得您聊天室活動的概覽\n\n我們的[讀我檔案](https://github.com/sualko/cloud_bbb)有新手指南與進一步的資訊。\n您喜歡此應用程式嗎?給開源社群一些東西並看看我們的\n[貢獻方式](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md)。\n\n需要開發者!如果您有時間,並想要協助強化此應用程式,那就太棒了。\n\n*此應用程式整合了 BigBlueButton,但未經 BigBlueButton 公司認可或認證。BigBlueButton 與 BigBlueButton 圖示是 BigBlueButton 公司的商標。*",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "此應用程式讓您可以使用外部安裝的 [BigBlueButton](https://bigbluebutton.org) 建立會議。\n\n* **聊天室設定** 使用名稱、歡迎訊息等設定建立多個聊天室\n* **分享訪客連結** 與您所有的訪客分享聊天室連結\n* **分享主持人連結** 邀請主持人至聊天室\n* **分享聊天室** 與成員、群組或小圈圈分享聊天室\n* **自訂簡報** 使用從您的檔案瀏覽程式選取的簡報開始聊天室\n* **管理錄製** 檢視、分享與刪除您聊天室的錄製\n* **限制** 限制僅特定群組可建立聊天室\n* **活動** 取得您聊天室活動的概覽\n\n我們的[讀我檔案](https://github.com/littleredbutton/cloud_bbb)有新手指南與進一步的資訊。\n您喜歡此應用程式嗎?給開源社群一些東西並看看我們的\n[貢獻方式](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md)。\n\n歡迎貢獻!如果您有時間,並想要協助強化此應用程式,那就太棒了。\n\n*此應用程式整合了 BigBlueButton,但未經 BigBlueButton 公司認可或認證。BigBlueButton 與 BigBlueButton 圖示是 BigBlueButton 公司的商標。*",
|
||||
"Room not found" : "找不到聊天室",
|
||||
"The room could not be found. Maybe it was deleted?" : "找不到聊天室。或許它已經被刪除了?",
|
||||
"Back to %s" : "回到 %s",
|
||||
|
|
|
@ -6,11 +6,15 @@ use OCA\BigBlueButton\AppInfo\Application;
|
|||
use OCA\BigBlueButton\Event\MeetingEndedEvent;
|
||||
use OCA\BigBlueButton\Event\MeetingStartedEvent;
|
||||
use OCA\BigBlueButton\Event\RecordingReadyEvent;
|
||||
use OCA\BigBlueButton\Event\RoomEvent;
|
||||
use OCP\Activity\IManager as IActivityManager;
|
||||
use OCP\EventDispatcher\Event;
|
||||
use OCP\EventDispatcher\IEventListener;
|
||||
use OCP\IUserSession;
|
||||
|
||||
/**
|
||||
* @template-implements IEventListener<RoomEvent>
|
||||
*/
|
||||
class MeetingListener implements IEventListener {
|
||||
/** @var IActivityManager */
|
||||
private $activityManager;
|
||||
|
|
|
@ -5,10 +5,14 @@ namespace OCA\BigBlueButton\Activity;
|
|||
use OCA\BigBlueButton\AppInfo\Application;
|
||||
use OCA\BigBlueButton\Event\RoomCreatedEvent;
|
||||
use OCA\BigBlueButton\Event\RoomDeletedEvent;
|
||||
use OCA\BigBlueButton\Event\RoomEvent;
|
||||
use OCP\Activity\IManager as IActivityManager;
|
||||
use OCP\EventDispatcher\Event;
|
||||
use OCP\EventDispatcher\IEventListener;
|
||||
|
||||
/**
|
||||
* @template-implements IEventListener<RoomEvent>
|
||||
*/
|
||||
class RoomListener implements IEventListener {
|
||||
/** @var IActivityManager */
|
||||
private $activityManager;
|
||||
|
|
|
@ -5,6 +5,7 @@ namespace OCA\BigBlueButton\Activity;
|
|||
use OCA\BigBlueButton\AppInfo\Application;
|
||||
use OCA\BigBlueButton\Db\Room;
|
||||
use OCA\BigBlueButton\Db\RoomShare;
|
||||
use OCA\BigBlueButton\Event\RoomEvent;
|
||||
use OCA\BigBlueButton\Event\RoomShareCreatedEvent;
|
||||
use OCA\BigBlueButton\Event\RoomShareDeletedEvent;
|
||||
use OCA\BigBlueButton\Service\RoomService;
|
||||
|
@ -13,6 +14,9 @@ use OCP\EventDispatcher\Event;
|
|||
use OCP\EventDispatcher\IEventListener;
|
||||
use OCP\IGroupManager;
|
||||
|
||||
/**
|
||||
* @template-implements IEventListener<RoomEvent>
|
||||
*/
|
||||
class RoomShareListener implements IEventListener {
|
||||
/** @var IActivityManager */
|
||||
private $activityManager;
|
||||
|
|
|
@ -35,6 +35,9 @@ class Application extends App implements IBootstrap {
|
|||
parent::__construct(self::ID, $urlParams);
|
||||
}
|
||||
|
||||
/**
|
||||
* @psalm-suppress InvalidArgument
|
||||
*/
|
||||
public function register(IRegistrationContext $context): void {
|
||||
if ((@include_once __DIR__ . '/../../vendor/autoload.php') === false) {
|
||||
throw new \Exception('Cannot include autoload. Did you run install dependencies using composer?');
|
||||
|
@ -56,6 +59,8 @@ class Application extends App implements IBootstrap {
|
|||
|
||||
$context->registerMiddleware(JoinMiddleware::class);
|
||||
$context->registerMiddleware(HookMiddleware::class);
|
||||
|
||||
$context->registerCapability(Capabilities::class);
|
||||
}
|
||||
|
||||
public function boot(IBootContext $context): void {
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
<?php
|
||||
|
||||
namespace OCA\BigBlueButton\AppInfo;
|
||||
|
||||
use OCA\BigBlueButton\Permission;
|
||||
use OCP\App\IAppManager;
|
||||
use OCP\Capabilities\ICapability;
|
||||
use OCP\IUserSession;
|
||||
|
||||
class Capabilities implements ICapability {
|
||||
public function __construct(private IUserSession $userSession, private IAppManager $appManager, private Permission $permission) {
|
||||
}
|
||||
|
||||
public function getCapabilities(): array {
|
||||
$user = $this->userSession->getUser();
|
||||
if (!$user) {
|
||||
return [];
|
||||
}
|
||||
$restriction = $this->permission->getRestriction($user->getUID());
|
||||
$capabilities = array_filter($restriction->jsonSerialize(), function ($key) {
|
||||
return in_array($key, ['maxRooms', 'maxParticipants', 'allowRecording']);
|
||||
}, ARRAY_FILTER_USE_KEY);
|
||||
|
||||
return [
|
||||
Application::ID => array_merge([
|
||||
'appVersion' => $this->appManager->getAppVersion(Application::ID),
|
||||
'isAllowedToCreateRoom' => $this->permission->isAllowedToCreateRoom($user->getUID()),
|
||||
], $capabilities)
|
||||
];
|
||||
}
|
||||
}
|
|
@ -16,11 +16,13 @@ use OCP\AppFramework\Db\Entity;
|
|||
* @method void setMaxRooms(int $number)
|
||||
* @method void setMaxParticipants(int $number)
|
||||
* @method void setAllowRecording(bool $allow)
|
||||
* @method void setGroupName(string $groupName)
|
||||
*/
|
||||
class Restriction extends Entity implements JsonSerializable {
|
||||
public const ALL_ID = '';
|
||||
|
||||
protected $groupId;
|
||||
protected $groupName;
|
||||
protected $maxRooms = -1;
|
||||
protected $roomTypes = '[]';
|
||||
protected $maxParticipants = -1;
|
||||
|
@ -32,10 +34,15 @@ class Restriction extends Entity implements JsonSerializable {
|
|||
$this->addType('allowRecording', 'boolean');
|
||||
}
|
||||
|
||||
public function setGroupName(string $groupName) {
|
||||
$this->groupName = $groupName;
|
||||
}
|
||||
|
||||
public function jsonSerialize(): array {
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'groupId' => $this->groupId,
|
||||
'groupName' => $this->groupName,
|
||||
'maxRooms' => (int) $this->maxRooms,
|
||||
'roomTypes' => \json_decode($this->roomTypes),
|
||||
'maxParticipants' => (int) $this->maxParticipants,
|
||||
|
|
|
@ -7,6 +7,9 @@ use OCP\AppFramework\Db\QBMapper;
|
|||
use OCP\DB\QueryBuilder\IQueryBuilder;
|
||||
use OCP\IDBConnection;
|
||||
|
||||
/**
|
||||
* @template-extends QBMapper<Restriction>
|
||||
*/
|
||||
class RestrictionMapper extends QBMapper {
|
||||
public function __construct(IDBConnection $db) {
|
||||
parent::__construct($db, 'bbb_restrictions', Restriction::class);
|
||||
|
@ -19,8 +22,9 @@ class RestrictionMapper extends QBMapper {
|
|||
public function find(int $id): Restriction {
|
||||
/* @var $qb IQueryBuilder */
|
||||
$qb = $this->db->getQueryBuilder();
|
||||
$qb->select('*')
|
||||
->from($this->tableName)
|
||||
$qb->select('r.*', 'g.displayname as groupName')
|
||||
->from($this->tableName, 'r')
|
||||
->leftJoin('r', 'groups', 'g', $qb->expr()->eq('r.group_id', 'g.gid'))
|
||||
->where($qb->expr()->eq('id', $qb->createNamedParameter($id, IQueryBuilder::PARAM_INT)));
|
||||
|
||||
return $this->findEntity($qb);
|
||||
|
@ -33,8 +37,9 @@ class RestrictionMapper extends QBMapper {
|
|||
public function findByGroupId(string $groupId): Restriction {
|
||||
/* @var $qb IQueryBuilder */
|
||||
$qb = $this->db->getQueryBuilder();
|
||||
$qb->select('*')
|
||||
->from($this->tableName)
|
||||
$qb->select('r.*', 'g.displayname as groupName')
|
||||
->from($this->tableName, 'r')
|
||||
->leftJoin('r', 'groups', 'g', $qb->expr()->eq('r.group_id', 'g.gid'))
|
||||
->where($qb->expr()->eq('group_id', $qb->createNamedParameter($groupId)));
|
||||
|
||||
return $this->findEntity($qb);
|
||||
|
@ -46,8 +51,9 @@ class RestrictionMapper extends QBMapper {
|
|||
public function findByGroupIds(array $groupIds): array {
|
||||
/* @var $qb IQueryBuilder */
|
||||
$qb = $this->db->getQueryBuilder();
|
||||
$qb->select('*')
|
||||
->from($this->tableName)
|
||||
$qb->select('r.*', 'g.displayname as groupName')
|
||||
->from($this->tableName, 'r')
|
||||
->leftJoin('r', 'groups', 'g', $qb->expr()->eq('r.group_id', 'g.gid'))
|
||||
->where($qb->expr()->in('group_id', $qb->createNamedParameter($groupIds, IQueryBuilder::PARAM_STR_ARRAY)));
|
||||
|
||||
/** @var array<Restriction> */
|
||||
|
@ -60,8 +66,9 @@ class RestrictionMapper extends QBMapper {
|
|||
public function findAll(): array {
|
||||
/* @var $qb IQueryBuilder */
|
||||
$qb = $this->db->getQueryBuilder();
|
||||
$qb->select('*')
|
||||
->from($this->tableName);
|
||||
$qb->select('r.*', 'g.displayname as groupName')
|
||||
->from($this->tableName, 'r')
|
||||
->leftJoin('r', 'groups', 'g', $qb->expr()->eq('r.group_id', 'g.gid'));
|
||||
|
||||
/** @var array<Restriction> */
|
||||
return $this->findEntities($qb);
|
||||
|
|
|
@ -7,6 +7,9 @@ use OCP\AppFramework\Db\QBMapper;
|
|||
use OCP\DB\QueryBuilder\IQueryBuilder;
|
||||
use OCP\IDBConnection;
|
||||
|
||||
/**
|
||||
* @template-extends QBMapper<Room>
|
||||
*/
|
||||
class RoomMapper extends QBMapper {
|
||||
public function __construct(IDBConnection $db) {
|
||||
parent::__construct($db, 'bbb_rooms', Room::class);
|
||||
|
|
|
@ -7,6 +7,9 @@ use OCP\AppFramework\Db\QBMapper;
|
|||
use OCP\DB\QueryBuilder\IQueryBuilder;
|
||||
use OCP\IDBConnection;
|
||||
|
||||
/**
|
||||
* @template-extends QBMapper<RoomShare>
|
||||
*/
|
||||
class RoomShareMapper extends QBMapper {
|
||||
public function __construct(IDBConnection $db) {
|
||||
parent::__construct($db, 'bbb_room_shares', RoomShare::class);
|
||||
|
|
|
@ -9,6 +9,9 @@ use OCP\EventDispatcher\Event;
|
|||
use OCP\EventDispatcher\IEventListener;
|
||||
use OCP\User\Events\UserDeletedEvent;
|
||||
|
||||
/**
|
||||
* @template-implements IEventListener<UserDeletedEvent>
|
||||
*/
|
||||
class UserDeletedListener implements IEventListener {
|
||||
/** @var IActivityManager */
|
||||
private $activityManager;
|
||||
|
|
|
@ -55,10 +55,13 @@ class Permission {
|
|||
}
|
||||
|
||||
public function isAllowedToCreateRoom(string $uid): bool {
|
||||
$numberOfCreatedRooms = count($this->roomService->findAll($uid, [], []));
|
||||
$restriction = $this->getRestriction($uid);
|
||||
if ($restriction->getMaxRooms() < 0) {
|
||||
return true;
|
||||
}
|
||||
$numberOfCreatedRooms = count($this->roomService->findByUserId($uid));
|
||||
|
||||
return $restriction->getMaxRooms() < 0 || $restriction->getMaxRooms() > $numberOfCreatedRooms;
|
||||
return $restriction->getMaxRooms() > $numberOfCreatedRooms;
|
||||
}
|
||||
|
||||
public function isUser(Room $room, ?string $uid): bool {
|
||||
|
|
|
@ -9,13 +9,18 @@ use OCA\BigBlueButton\Db\RestrictionMapper;
|
|||
|
||||
use OCP\AppFramework\Db\DoesNotExistException;
|
||||
use OCP\AppFramework\Db\MultipleObjectsReturnedException;
|
||||
use OCP\IGroupManager;
|
||||
|
||||
class RestrictionService {
|
||||
/** @var RestrictionMapper */
|
||||
private $mapper;
|
||||
|
||||
public function __construct(RestrictionMapper $mapper) {
|
||||
/** @var IGroupManager */
|
||||
private $groupManager;
|
||||
|
||||
public function __construct(RestrictionMapper $mapper, IGroupManager $groupManager) {
|
||||
$this->mapper = $mapper;
|
||||
$this->groupManager = $groupManager;
|
||||
}
|
||||
|
||||
public function findAll(): array {
|
||||
|
@ -78,6 +83,10 @@ class RestrictionService {
|
|||
$restriction = new Restriction();
|
||||
|
||||
$restriction->setGroupId($groupId);
|
||||
$group = $this->groupManager->get($groupId);
|
||||
if ($group) {
|
||||
$restriction->setGroupName($group->getDisplayName());
|
||||
}
|
||||
|
||||
return $this->mapper->insert($restriction);
|
||||
}
|
||||
|
|
12
package.json
12
package.json
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"name": "@sualko/cloud_bbb",
|
||||
"name": "@littleredbutton/cloud_bbb",
|
||||
"description": "Nextcloud Integration for BigBlueButton",
|
||||
"version": "2.7.2",
|
||||
"author": "Klaus Herberth <klaus@jsxc.org>",
|
||||
"author": "Klaus Herberth",
|
||||
"bugs": {
|
||||
"url": "https://github.com/sualko/cloud_bbb/issues"
|
||||
"url": "https://github.com/littleredbutton/cloud_bbb/issues"
|
||||
},
|
||||
"repository": {
|
||||
"url": "https://github.com/sualko/cloud_bbb",
|
||||
"url": "https://github.com/littleredbutton/cloud_bbb",
|
||||
"type": "git"
|
||||
},
|
||||
"homepage": "https://github.com/sualko/cloud_bbb",
|
||||
"homepage": "https://github.com/littleredbutton/cloud_bbb",
|
||||
"license": "agpl",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -109,7 +109,7 @@
|
|||
"stylelint-config-recommended-scss": "^5.0.2",
|
||||
"stylelint-scss": "^4.2.0",
|
||||
"ts-loader": "^9.2.8",
|
||||
"typescript": "^4.0.2",
|
||||
"typescript": "^4.9.3",
|
||||
"url-loader": "^4.0.0",
|
||||
"webpack": "^5.70.0",
|
||||
"webpack-cli": "^4.9.2",
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
xmlns="https://getpsalm.org/schema/config"
|
||||
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
||||
errorBaseline="tests/psalm-baseline.xml"
|
||||
findUnusedCode="false"
|
||||
findUnusedBaselineEntry="false"
|
||||
>
|
||||
<projectFiles>
|
||||
<directory name="lib" />
|
||||
|
|
|
@ -1,4 +1,11 @@
|
|||
/* eslint-disable @typescript-eslint/no-var-requires */
|
||||
/**
|
||||
* npm run release:build [--dry-run] [--stable]
|
||||
*
|
||||
* --dry-run don't commit CHANGELOG.md
|
||||
* --stable generate changelog
|
||||
*
|
||||
*/
|
||||
const colors = require('colors');
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
@ -155,6 +162,11 @@ async function commitChangeLog() {
|
|||
|
||||
|
||||
function createArchive(appId, fileBaseName) {
|
||||
const archivesPath = path.normalize(__dirname + '/../archives/');
|
||||
if (!fs.existsSync(archivesPath)){
|
||||
fs.mkdirSync(archivesPath);
|
||||
}
|
||||
|
||||
const fileName = `${fileBaseName}.tar.gz`;
|
||||
const filePath = path.normalize(__dirname + `/../archives/${fileName}`);
|
||||
const output = fs.createWriteStream(filePath);
|
||||
|
|
|
@ -83,7 +83,8 @@ class PermissionTest extends TestCase {
|
|||
|
||||
$this->roomService
|
||||
->expects($this->once())
|
||||
->method('findAll')
|
||||
->method('findByUserId')
|
||||
->with('foobar')
|
||||
->willReturn([
|
||||
$this->createRoom(1, 'foo'),
|
||||
$this->createRoom(2, 'bar'),
|
||||
|
|
|
@ -8,16 +8,19 @@ use OCA\BigBlueButton\Db\Restriction;
|
|||
use OCA\BigBlueButton\Db\RestrictionMapper;
|
||||
use OCA\BigBlueButton\Db\Room;
|
||||
use OCA\BigBlueButton\Service\RestrictionService;
|
||||
use OCP\IGroupManager;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class RestrictionServiceTest extends TestCase {
|
||||
protected $mapper;
|
||||
protected $groupManager;
|
||||
protected $service;
|
||||
|
||||
public function setUp(): void {
|
||||
$this->mapper = $this->createMock(RestrictionMapper::class);
|
||||
$this->groupManager = $this->createMock(IGroupManager::class);
|
||||
|
||||
$this->service = new RestrictionService($this->mapper);
|
||||
$this->service = new RestrictionService($this->mapper, $this->groupManager);
|
||||
}
|
||||
|
||||
public function testFindByGroupIds() {
|
||||
|
|
|
@ -20,6 +20,7 @@ export enum Access {
|
|||
export interface Restriction {
|
||||
id: number;
|
||||
groupId: string;
|
||||
groupName: string;
|
||||
maxRooms: number;
|
||||
roomTypes: string[];
|
||||
maxParticipants: number;
|
||||
|
|
|
@ -16,7 +16,22 @@
|
|||
|
||||
.oc-dialog.bbb-dialog {
|
||||
max-height: calc(100% - 70px);
|
||||
margin-top: 25px;
|
||||
margin-top: 0;
|
||||
padding: 4px 24px;
|
||||
}
|
||||
|
||||
.bbb-dialog {
|
||||
|
||||
.oc-dialog-title {
|
||||
font-size: 21px;
|
||||
text-align: center;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.oc-dialog-close {
|
||||
padding: 0;
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.bbb-mb-1 {
|
||||
|
@ -37,6 +52,36 @@
|
|||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.bbb-qrcode-container {
|
||||
display: block;
|
||||
height: 34px;
|
||||
width: 34px;
|
||||
margin: 3px;
|
||||
position: relative;
|
||||
cursor: zoom-in;
|
||||
|
||||
canvas {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
display: none;
|
||||
|
||||
&:checked + canvas {
|
||||
max-width: none;
|
||||
max-height: none;
|
||||
box-shadow: 0 0 10px;
|
||||
box-shadow: 0 0 5px var(--color-box-shadow);
|
||||
cursor: zoom-out;
|
||||
border: 5px solid #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#bbb-root, #bbb-app {
|
||||
width: 100%;
|
||||
background-color: var(--color-main-background);
|
||||
|
@ -95,10 +140,6 @@ pre {
|
|||
}
|
||||
}
|
||||
|
||||
#bbb-react-root table tbody tr td {
|
||||
border-bottom: 1px solid var(--color-border-dark);
|
||||
}
|
||||
|
||||
#bbb-react-root,
|
||||
#bbb-restrictions {
|
||||
#bbb-warning,
|
||||
|
@ -194,6 +235,7 @@ pre {
|
|||
padding: 0 6px;
|
||||
position: relative;
|
||||
display: table-cell;
|
||||
border-bottom: 1px solid var(--color-border-dark);
|
||||
|
||||
& > form {
|
||||
margin: -10px;
|
||||
|
@ -298,39 +340,9 @@ pre {
|
|||
}
|
||||
|
||||
.bbb-simple-menu {
|
||||
min-width: auto;
|
||||
min-width: auto;
|
||||
}
|
||||
|
||||
.bbb-input-container {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.bbb-qrcode-container {
|
||||
display: block;
|
||||
height: 34px;
|
||||
width: 34px;
|
||||
margin: 3px;
|
||||
position: relative;
|
||||
cursor: zoom-in;
|
||||
|
||||
canvas {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
display: none;
|
||||
|
||||
&:checked + canvas {
|
||||
max-width: none;
|
||||
max-height: none;
|
||||
box-shadow: 0 0 10px;
|
||||
box-shadow: 0 0 5px var(--color-box-shadow);
|
||||
cursor: zoom-out;
|
||||
border: 5px solid #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -146,7 +146,8 @@ const App: React.FC<Props> = () => {
|
|||
}
|
||||
|
||||
const maxRooms = restriction?.maxRooms || 0;
|
||||
const quota = maxRooms < 0 ? t('bbb', 'unlimited') : rooms.filter(room => room.userId === OC.currentUser).length + ' / ' + maxRooms;
|
||||
const ownRoomsLength = rooms.filter(room => room.userId === OC.currentUser).length;
|
||||
const quota = maxRooms < 0 ? t('bbb', 'unlimited') : ownRoomsLength + ' / ' + maxRooms;
|
||||
|
||||
return (
|
||||
<div id="bbb-react-root"
|
||||
|
@ -188,7 +189,7 @@ const App: React.FC<Props> = () => {
|
|||
{!isLoaded && <span className="icon icon-loading-small icon-visible"></span>}
|
||||
</td>
|
||||
<td>
|
||||
{(maxRooms > rows.length || maxRooms < 0) ?
|
||||
{(maxRooms > ownRoomsLength || maxRooms < 0) ?
|
||||
<NewRoomForm addRoom={addRoom} /> :
|
||||
<p className="text-muted">{maxRooms === 0 ?
|
||||
t('bbb', 'You are not permitted to create a room.') :
|
||||
|
|
|
@ -89,7 +89,7 @@ const EditRoomDialog: React.FC<Props> = ({ room, restriction, updateProperty, op
|
|||
return <option key={key} value={key}>{label}</option>;
|
||||
})}
|
||||
</select>
|
||||
{(value === Access.Password && room.password) && <CopyToClipboard text={room.password}><input type="text" readOnly={true} className="icon-clippy" value={room.password} /></CopyToClipboard>}
|
||||
{(value === Access.Password && room.password) && <CopyToClipboard text={room.password} options={{format:'text/plain'}}><input type="text" readOnly={true} className="icon-clippy" value={room.password} /></CopyToClipboard>}
|
||||
{descriptions[field] && <em>{descriptions[field]}</em>}
|
||||
</div>
|
||||
);
|
||||
|
|
|
@ -35,7 +35,7 @@ const RecordingRow: React.FC<Props> = ({recording, isAdmin, deleteRecording, sto
|
|||
</a>
|
||||
</td>
|
||||
<td className="share icon-col">
|
||||
<CopyToClipboard text={recording.url}>
|
||||
<CopyToClipboard text={recording.url} options={{format:'text/plain'}}>
|
||||
<button className="action-item copy-to-clipboard" title={t('bbb', 'Copy to clipboard')}>
|
||||
<span className="icon icon-clippy icon-visible" ></span>
|
||||
</button>
|
||||
|
|
|
@ -180,7 +180,7 @@ const RoomRow: React.FC<Props> = (props) => {
|
|||
function accessToIcon(access: string) {
|
||||
switch(access) {
|
||||
case Access.Public:
|
||||
return <span className="icon icon-visible icon-link" title={AccessOptions[access]} />;
|
||||
return <span className="icon icon-visible icon-public" title={AccessOptions[access]} />;
|
||||
case Access.Password:
|
||||
return <span className="icon icon-visible icon-password" title={AccessOptions[access]} />;
|
||||
case Access.Internal:
|
||||
|
@ -188,6 +188,7 @@ const RoomRow: React.FC<Props> = (props) => {
|
|||
case Access.InternalRestricted:
|
||||
return <span className="icon icon-visible icon-user" title={AccessOptions[access]} />;
|
||||
case Access.WaitingRoom:
|
||||
case Access.WaitingRoomAll:
|
||||
return <span className="icon icon-visible icon-timezone" title={AccessOptions[access]} />;
|
||||
}
|
||||
|
||||
|
@ -229,7 +230,7 @@ const RoomRow: React.FC<Props> = (props) => {
|
|||
</a>
|
||||
</td>
|
||||
<td className="share icon-col">
|
||||
<CopyToClipboard text={api.getRoomUrl(room)}>
|
||||
<CopyToClipboard text={api.getRoomUrl(room)} options={{format:'text/plain'}}>
|
||||
<button className="action-item copy-to-clipboard" title={t('bbb', 'Copy to clipboard')}>
|
||||
<span className="icon icon-clippy icon-visible" ></span>
|
||||
</button>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue