mirror of https://github.com/sualko/cloud_bbb
Compare commits
79 Commits
Author | SHA1 | Date |
---|---|---|
|
5deddb8d9a | |
|
079679601d | |
|
5d52731db7 | |
|
36eb3a7225 | |
|
bae9ab4e2a | |
|
a86601d6ac | |
|
d023ffa331 | |
|
834e2a7800 | |
|
e2c58cd791 | |
|
4d280b46e1 | |
|
c2e61304c1 | |
|
b60d1e77a6 | |
|
c5f8eab5e5 | |
|
fadcf438c9 | |
|
84f7fdbc0e | |
|
632ea4a0f5 | |
|
e70ddcc322 | |
|
652e18b2f3 | |
|
7e29e80282 | |
|
9f2716c0a3 | |
|
8046c8c426 | |
|
6232cd03dd | |
|
6226921652 | |
|
bbf0abfa75 | |
|
63982ac2e7 | |
|
9f2d820d63 | |
|
9fd051ac3b | |
|
670579e34f | |
|
d86e6ce8f3 | |
|
787b0bd7eb | |
|
519c83a511 | |
|
397ffdb8fa | |
|
7a27041500 | |
|
aa709d5f03 | |
|
5a0aad717e | |
|
71b2ac3e3e | |
|
a9319bb696 | |
|
7032a68700 | |
|
a88c802eaa | |
|
accd65f6e1 | |
|
2b9267d04a | |
|
33f6701713 | |
|
e5b069c565 | |
|
e681474807 | |
|
2e82e3bd01 | |
|
2dfa811937 | |
|
b6b0f9feb4 | |
|
3b6eeb264c | |
|
3934f1171c | |
|
e5bfcc8ec8 | |
|
dede2b2857 | |
|
3c45a93ece | |
|
31bc8aeea1 | |
|
ad65b6803f | |
|
a00708ffa3 | |
|
95f9425a80 | |
|
1b15353dcb | |
|
79518b9bac | |
|
ab80d613e7 | |
|
da0cc79b9e | |
|
71fe272888 | |
|
323e9df9f4 | |
|
7233d21a85 | |
|
a9082d3a46 | |
|
b7a864c658 | |
|
2f288e34c0 | |
|
d6bb7130ff | |
|
4d25b69544 | |
|
7b2b2f000c | |
|
62a1fd10fe | |
|
c3a41bcc4c | |
|
93688851a7 | |
|
6395b36926 | |
|
a4eff086a8 | |
|
d8fb52b2b0 | |
|
f18c63a109 | |
|
e99f688900 | |
|
64e01bfc36 | |
|
4932c18f1a |
|
@ -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.
|
||||
|
||||
[](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,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: ['7.4', '8']
|
||||
nextcloud-versions: ['stable25', 'stable26', 'stable27']
|
||||
php-versions: ['8.0', '8.1', '8.2']
|
||||
nextcloud-versions: ['stable26', 'stable27', 'stable28', 'stable29', 'stable30']
|
||||
exclude:
|
||||
- php-versions: '7.4'
|
||||
nextcloud-versions: 'stable26'
|
||||
- php-versions: '7.4'
|
||||
nextcloud-versions: 'stable27'
|
||||
- php-versions: '8.0'
|
||||
nextcloud-versions: 'stable30'
|
||||
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
|
||||
env:
|
||||
CI: true
|
||||
|
@ -47,4 +45,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,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
ocp-version: [ 'dev-stable27', 'dev-stable26', 'dev-stable25' ]
|
||||
ocp-version: [ "^30", "^29", '^28', '^27', '^26']
|
||||
include:
|
||||
- psrcontainer: "psr/container"
|
||||
- psrcontainer: "psr/container:^1.1.2"
|
||||
ocp-version: '^26'
|
||||
name: Nextcloud ${{ matrix.ocp-version }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -21,7 +25,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 }} ${{ matrix.psrcontainer }} symfony/service-contracts
|
||||
- name: Run coding standards check
|
||||
run: composer run psalm
|
||||
|
||||
|
|
31
CHANGELOG.md
31
CHANGELOG.md
|
@ -6,6 +6,37 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 2.7.3 (2024-12-03)
|
||||
### Added
|
||||
|
||||
- missing icon and adapt dialog style to NC30 by @smarinier in [#304](https://github.com/littleredbutton/cloud_bbb/pull/304)
|
||||
|
||||
### Changed
|
||||
|
||||
- readme, screenshots and project files. by @smarinier in [#300](https://github.com/littleredbutton/cloud_bbb/pull/300)
|
||||
- remove NC25 support by @smarinier in [#302](https://github.com/littleredbutton/cloud_bbb/pull/302)
|
||||
|
||||
### Fix
|
||||
|
||||
- max number of rooms shloud take only owned rooms in account by @smarinier in [#296](https://github.com/littleredbutton/cloud_bbb/pull/296)
|
||||
- admin interface displays groups gid instead of displayname by @smarinier in [#295](https://github.com/littleredbutton/cloud_bbb/pull/295)
|
||||
- style lint warnings and typescript compiler need upgrade by @smarinier in [#294](https://github.com/littleredbutton/cloud_bbb/pull/294)
|
||||
|
||||
### Misc
|
||||
|
||||
- psalm github actions by @smarinier in [#298](https://github.com/littleredbutton/cloud_bbb/pull/298)
|
||||
- update php versions for tests in github actions by @smarinier in [#297](https://github.com/littleredbutton/cloud_bbb/pull/297)
|
||||
- expose app capabilities by @smarinier in [#293](https://github.com/littleredbutton/cloud_bbb/pull/293)
|
||||
- make clean-dev and release:build by @smarinier in [#303](https://github.com/littleredbutton/cloud_bbb/pull/303)
|
||||
- psalm bump 5.0 by @smarinier in [#301](https://github.com/littleredbutton/cloud_bbb/pull/301)
|
||||
- Release/2.7.3 by @smarinier in [#307](https://github.com/littleredbutton/cloud_bbb/pull/307)
|
||||
|
||||
## 2.7.2 (2024-10-08)
|
||||
### Misc
|
||||
- rebuild frontend client
|
||||
- update dependencies
|
||||
- update translations
|
||||
|
||||
## 2.7.1 (2024-09-18)
|
||||
### Misc
|
||||
- fix composer install in build script
|
||||
|
|
|
@ -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
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
[](https://ko-fi.com/sualko)
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
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.__
|
||||
|
||||

|
||||

|
||||
|
||||
## :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.
|
||||
|
||||

|
||||

|
||||
|
||||
### 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).
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## :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.1</version>
|
||||
<version>2.7.3</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="30"/>
|
||||
</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 || ^2.0.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 |
34
l10n/ar.js
34
l10n/ar.js
|
@ -19,19 +19,19 @@ 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",
|
||||
"Get your API URL and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "تحصّل على API URL و كلمة السر بإعطاء الأمر \"sudo bbb-conf --secret\" على خادوم BBB.",
|
||||
"Get your API URL and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "تحصّل على API URL و كلمة المرور بإعطاء الأمر \"sudo bbb-conf --secret\" على خادوم BBB.",
|
||||
"API URL" : "عنوان واجهة برمجة التطبيقات API URL",
|
||||
"API secret" : "كلمة السر لواجهة برمجة التطبيقات API secret",
|
||||
"API secret" : "كلمة المرور لواجهة برمجة التطبيقات API secret",
|
||||
"Save" : "حفظ",
|
||||
"Show room manager in app navigation instead of settings page." : "عرض مدير الغرفة في صفحةتصفح التطبيق بدلأً عن صفحة الإعدادات.",
|
||||
"Use Nextcloud theme in BigBlueButton." : "ثيمة نكست كلاود في \"بيغ بلو بوتون\" BBB",
|
||||
"Use Nextcloud theme in BigBlueButton." : "سمة نكست كلاود في \"بيغ بلو بوتون\" BBB",
|
||||
"Default Room Settings" : "الإعدادات التلقائية للغرفة",
|
||||
"Below you can change some default values, which are used to create a new room." : "يُمكنك أدناه تعديل بعض القيم التلقائية التي تستخدم عند إنشاء غرفة جديدة.",
|
||||
"Perform media check before usage" : "قم باختيار الوسائط media قبل الاستعمال",
|
||||
|
@ -47,8 +47,8 @@ OC.L10N.register(
|
|||
"Please enter your name!" : "أدخِل اسمك من فضلك!",
|
||||
"The name must be at least 3 characters long." : "الاسم يجب ألّا يقل عن 3 حروف.",
|
||||
"You have to provide the correct password to join the meeting." : "يجب أن تُدخَل كلمة المرور الصحيحة ليمكنك المشاركة في الاجتماع.",
|
||||
"Display name" : "الاسم المعروض",
|
||||
"Password" : "كلمة السر",
|
||||
"Display name" : "اسم العرض",
|
||||
"Password" : "كلمة المرور",
|
||||
"Join" : "إنضم",
|
||||
"Have an account? Log in." : "عندك حساب؟ أُدخُل.",
|
||||
"Hello %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",
|
||||
|
@ -98,7 +98,7 @@ OC.L10N.register(
|
|||
"Room name" : "اسم الغرفة",
|
||||
"Create" : "إنشاء",
|
||||
"Published" : "منشورةٌ",
|
||||
"Open recording" : "إفتح التسجيل",
|
||||
"Open recording" : "فتح التسجيل",
|
||||
"Copy to clipboard" : "نسخ الرابط",
|
||||
"Save as file" : "حفظ كملف",
|
||||
"_%n participant_::_%n participants_" : ["%n مشاركين","%n مشارك","%n مشاركين","%n مشاركين","%n مشاركين","%n مشاركين"],
|
||||
|
|
34
l10n/ar.json
34
l10n/ar.json
|
@ -17,19 +17,19 @@
|
|||
"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",
|
||||
"Get your API URL and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "تحصّل على API URL و كلمة السر بإعطاء الأمر \"sudo bbb-conf --secret\" على خادوم BBB.",
|
||||
"Get your API URL and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "تحصّل على API URL و كلمة المرور بإعطاء الأمر \"sudo bbb-conf --secret\" على خادوم BBB.",
|
||||
"API URL" : "عنوان واجهة برمجة التطبيقات API URL",
|
||||
"API secret" : "كلمة السر لواجهة برمجة التطبيقات API secret",
|
||||
"API secret" : "كلمة المرور لواجهة برمجة التطبيقات API secret",
|
||||
"Save" : "حفظ",
|
||||
"Show room manager in app navigation instead of settings page." : "عرض مدير الغرفة في صفحةتصفح التطبيق بدلأً عن صفحة الإعدادات.",
|
||||
"Use Nextcloud theme in BigBlueButton." : "ثيمة نكست كلاود في \"بيغ بلو بوتون\" BBB",
|
||||
"Use Nextcloud theme in BigBlueButton." : "سمة نكست كلاود في \"بيغ بلو بوتون\" BBB",
|
||||
"Default Room Settings" : "الإعدادات التلقائية للغرفة",
|
||||
"Below you can change some default values, which are used to create a new room." : "يُمكنك أدناه تعديل بعض القيم التلقائية التي تستخدم عند إنشاء غرفة جديدة.",
|
||||
"Perform media check before usage" : "قم باختيار الوسائط media قبل الاستعمال",
|
||||
|
@ -45,8 +45,8 @@
|
|||
"Please enter your name!" : "أدخِل اسمك من فضلك!",
|
||||
"The name must be at least 3 characters long." : "الاسم يجب ألّا يقل عن 3 حروف.",
|
||||
"You have to provide the correct password to join the meeting." : "يجب أن تُدخَل كلمة المرور الصحيحة ليمكنك المشاركة في الاجتماع.",
|
||||
"Display name" : "الاسم المعروض",
|
||||
"Password" : "كلمة السر",
|
||||
"Display name" : "اسم العرض",
|
||||
"Password" : "كلمة المرور",
|
||||
"Join" : "إنضم",
|
||||
"Have an account? Log in." : "عندك حساب؟ أُدخُل.",
|
||||
"Hello %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",
|
||||
|
@ -96,7 +96,7 @@
|
|||
"Room name" : "اسم الغرفة",
|
||||
"Create" : "إنشاء",
|
||||
"Published" : "منشورةٌ",
|
||||
"Open recording" : "إفتح التسجيل",
|
||||
"Open recording" : "فتح التسجيل",
|
||||
"Copy to clipboard" : "نسخ الرابط",
|
||||
"Save as file" : "حفظ كملف",
|
||||
"_%n participant_::_%n participants_" : ["%n مشاركين","%n مشارك","%n مشاركين","%n مشاركين","%n مشاركين","%n مشاركين"],
|
||||
|
|
|
@ -45,11 +45,13 @@ OC.L10N.register(
|
|||
"Room URL" : "URL de la sala",
|
||||
"Welcome" : "Afáyate",
|
||||
"Participant limit" : "Llende de participantes",
|
||||
"Sharing" : "Compartición",
|
||||
"Every participant is moderator" : "Tolos participantes son llendadores",
|
||||
"Miscellaneous" : "Miscelanea",
|
||||
"Clean layout" : "Distribución llimpia",
|
||||
"Room name" : "Nome de la sala",
|
||||
"Create" : "Crear",
|
||||
"Published" : "Espublizóse",
|
||||
"Open recording" : "Abrir la grabación",
|
||||
"Copy to clipboard" : "Copiar nel cartafueyu",
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||
|
|
|
@ -43,11 +43,13 @@
|
|||
"Room URL" : "URL de la sala",
|
||||
"Welcome" : "Afáyate",
|
||||
"Participant limit" : "Llende de participantes",
|
||||
"Sharing" : "Compartición",
|
||||
"Every participant is moderator" : "Tolos participantes son llendadores",
|
||||
"Miscellaneous" : "Miscelanea",
|
||||
"Clean layout" : "Distribución llimpia",
|
||||
"Room name" : "Nome de la sala",
|
||||
"Create" : "Crear",
|
||||
"Published" : "Espublizóse",
|
||||
"Open recording" : "Abrir la grabación",
|
||||
"Copy to clipboard" : "Copiar nel cartafueyu",
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||
|
|
|
@ -8,7 +8,9 @@ OC.L10N.register(
|
|||
"Group" : "Qrup",
|
||||
"Name" : "Ad",
|
||||
"Edit" : "Dəyişiklik et",
|
||||
"Sharing" : "Paylaşılır",
|
||||
"Create" : "Yarat",
|
||||
"Published" : "Nəşr edilmiş",
|
||||
"Delete" : "Sil",
|
||||
"Error" : "Səhv",
|
||||
"Loading" : "Loading",
|
||||
|
|
|
@ -6,7 +6,9 @@
|
|||
"Group" : "Qrup",
|
||||
"Name" : "Ad",
|
||||
"Edit" : "Dəyişiklik et",
|
||||
"Sharing" : "Paylaşılır",
|
||||
"Create" : "Yarat",
|
||||
"Published" : "Nəşr edilmiş",
|
||||
"Delete" : "Sil",
|
||||
"Error" : "Səhv",
|
||||
"Loading" : "Loading",
|
||||
|
|
|
@ -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",
|
||||
|
@ -114,6 +113,7 @@ OC.L10N.register(
|
|||
"Delete?" : "Изтриване?",
|
||||
"Could not delete record" : "Записът не можа да се изтрие",
|
||||
"Server error" : "Сървърна грешка",
|
||||
"Start" : "Начало",
|
||||
"Loading" : "Зареждане",
|
||||
"You are not allowed to change this option, because this room is shared with you." : "Нямате право да променяте тази опция, защото тази стая е споделена с вас.",
|
||||
"Max. rooms" : "Макс. стаи",
|
||||
|
|
|
@ -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",
|
||||
|
@ -112,6 +111,7 @@
|
|||
"Delete?" : "Изтриване?",
|
||||
"Could not delete record" : "Записът не можа да се изтрие",
|
||||
"Server error" : "Сървърна грешка",
|
||||
"Start" : "Начало",
|
||||
"Loading" : "Зареждане",
|
||||
"You are not allowed to change this option, because this room is shared with you." : "Нямате право да променяте тази опция, защото тази стая е споделена с вас.",
|
||||
"Max. rooms" : "Макс. стаи",
|
||||
|
|
|
@ -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",
|
||||
|
@ -58,6 +57,7 @@ OC.L10N.register(
|
|||
"No matches" : "Žádné shody",
|
||||
"admin" : "správce",
|
||||
"moderator" : "moderátor",
|
||||
"user" : "uživatel",
|
||||
"Name" : "Název",
|
||||
"Access" : "Přístup",
|
||||
"Max" : "Nejvýše",
|
||||
|
@ -71,6 +71,7 @@ OC.L10N.register(
|
|||
"This message is shown to all users in the chat area after they joined." : "Tato zpráva je zobrazena všem uživatelům v chatu, poté co se připojí.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Nastaví limit na počet účastníků pro tuto místnost. Nula znamená bez omezení.",
|
||||
"If enabled, the moderator is able to start the recording." : "Pokud je zapnuto, moderátor může spustit nahrávání.",
|
||||
"Explanation of the different concepts that constitute access options :<br>- Public: Anyone who has the link can join.- <br>Internal: Only Nextcloud users can join.- <br>Password: Only guests who have the password can join..- <br>Waiting room: A moderator must accept each guest before they can join.- <br>Restricted : Only selected users and groups can access this room." : "Vysvětlení různých pojmů, které tvoří možnosti přístupu :<br>- Veřejné: Kdokoli kdo má dokaz se může přidat.- <br>Interní: Připojit se mohou pouze uživatelé z Nextcloud.- <br>Heslo: Připojit se mohou pouze hosté, kteří mají heslo.- <br>Čekací místnost: Než se host bude moci připojit je třeba, aby každého zvlášť přijal moderátor.- <br>Omezené : K této místnosti budou mít přístup pouze vybraní uživatelé a skupiny.",
|
||||
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Moderátor může spravovat všechny účastníky schůzky, včetně odpojení, ztlumení nebo výběru prezentujícího. Uživatelé s rolí moderátor také mohou schůzku ukončit nebo měnit výchozí nastavení.",
|
||||
"If enabled, normal users have to wait until a moderator is in the room." : "Pokud je zapnuto, běžní uživatelé budou muset počkat, než se do místnosti přihlásí moderátor.",
|
||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Po povolení bude vygenerován moderátorský URL umožňující přístup s moderátorskými právy.",
|
||||
|
@ -114,7 +115,10 @@ OC.L10N.register(
|
|||
"Delete?" : "Smazat?",
|
||||
"Could not delete record" : "Záznam se nedaří smazat",
|
||||
"Server error" : "Chyba serveru",
|
||||
"Could not modify publishing state" : "Nepodařilo se změnit stav zvěřejnění",
|
||||
"Open room" : "Otevřít místnost",
|
||||
"Start" : "Spustit",
|
||||
"Clone room" : "Klonovat místnost",
|
||||
"Loading" : "Načítání",
|
||||
"You are not allowed to change this option, because this room is shared with you." : "Nemáte oprávnění měnit tuto volbu, protože tato místnost je vám jen nasdílena.",
|
||||
"Max. rooms" : "Nejvýše místností",
|
||||
|
|
|
@ -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",
|
||||
|
@ -56,6 +55,7 @@
|
|||
"No matches" : "Žádné shody",
|
||||
"admin" : "správce",
|
||||
"moderator" : "moderátor",
|
||||
"user" : "uživatel",
|
||||
"Name" : "Název",
|
||||
"Access" : "Přístup",
|
||||
"Max" : "Nejvýše",
|
||||
|
@ -69,6 +69,7 @@
|
|||
"This message is shown to all users in the chat area after they joined." : "Tato zpráva je zobrazena všem uživatelům v chatu, poté co se připojí.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Nastaví limit na počet účastníků pro tuto místnost. Nula znamená bez omezení.",
|
||||
"If enabled, the moderator is able to start the recording." : "Pokud je zapnuto, moderátor může spustit nahrávání.",
|
||||
"Explanation of the different concepts that constitute access options :<br>- Public: Anyone who has the link can join.- <br>Internal: Only Nextcloud users can join.- <br>Password: Only guests who have the password can join..- <br>Waiting room: A moderator must accept each guest before they can join.- <br>Restricted : Only selected users and groups can access this room." : "Vysvětlení různých pojmů, které tvoří možnosti přístupu :<br>- Veřejné: Kdokoli kdo má dokaz se může přidat.- <br>Interní: Připojit se mohou pouze uživatelé z Nextcloud.- <br>Heslo: Připojit se mohou pouze hosté, kteří mají heslo.- <br>Čekací místnost: Než se host bude moci připojit je třeba, aby každého zvlášť přijal moderátor.- <br>Omezené : K této místnosti budou mít přístup pouze vybraní uživatelé a skupiny.",
|
||||
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Moderátor může spravovat všechny účastníky schůzky, včetně odpojení, ztlumení nebo výběru prezentujícího. Uživatelé s rolí moderátor také mohou schůzku ukončit nebo měnit výchozí nastavení.",
|
||||
"If enabled, normal users have to wait until a moderator is in the room." : "Pokud je zapnuto, běžní uživatelé budou muset počkat, než se do místnosti přihlásí moderátor.",
|
||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Po povolení bude vygenerován moderátorský URL umožňující přístup s moderátorskými právy.",
|
||||
|
@ -112,7 +113,10 @@
|
|||
"Delete?" : "Smazat?",
|
||||
"Could not delete record" : "Záznam se nedaří smazat",
|
||||
"Server error" : "Chyba serveru",
|
||||
"Could not modify publishing state" : "Nepodařilo se změnit stav zvěřejnění",
|
||||
"Open room" : "Otevřít místnost",
|
||||
"Start" : "Spustit",
|
||||
"Clone room" : "Klonovat místnost",
|
||||
"Loading" : "Načítání",
|
||||
"You are not allowed to change this option, because this room is shared with you." : "Nemáte oprávnění měnit tuto volbu, protože tato místnost je vám jen nasdílena.",
|
||||
"Max. rooms" : "Nejvýše místností",
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"Delete?" : "Slet?",
|
||||
"Server error" : "Serverfejl",
|
||||
"Loading" : "Indlæser",
|
||||
"Settings saved" : "Indstillinger gemt"
|
||||
"Settings saved" : "Indstillinger gemt",
|
||||
"Unexpected error occurred" : "En uventet fejl opstod"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"Delete?" : "Slet?",
|
||||
"Server error" : "Serverfejl",
|
||||
"Loading" : "Indlæser",
|
||||
"Settings saved" : "Indstillinger gemt"
|
||||
"Settings saved" : "Indstillinger gemt",
|
||||
"Unexpected error occurred" : "En uventet fejl opstod"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -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",
|
||||
|
@ -71,8 +71,8 @@ OC.L10N.register(
|
|||
"Descriptive name of this room." : "Nom descriptif de cette salle.",
|
||||
"This message is shown to all users in the chat area after they joined." : "Ce message est affiché à tous les utilisateurs de l’espace de discussion après qu’ils l’ont rejoint.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Fixe une limite au nombre de participants pour cette salle. Zéro signifie qu’il n’y a pas de limite.",
|
||||
"If enabled, the moderator is able to start the recording." : "Si activé, le modérateur peut démarrer l'enregistrement.",
|
||||
"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.",
|
||||
"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. ",
|
||||
"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",
|
||||
|
@ -69,8 +69,8 @@
|
|||
"Descriptive name of this room." : "Nom descriptif de cette salle.",
|
||||
"This message is shown to all users in the chat area after they joined." : "Ce message est affiché à tous les utilisateurs de l’espace de discussion après qu’ils l’ont rejoint.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Fixe une limite au nombre de participants pour cette salle. Zéro signifie qu’il n’y a pas de limite.",
|
||||
"If enabled, the moderator is able to start the recording." : "Si activé, le modérateur peut démarrer l'enregistrement.",
|
||||
"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.",
|
||||
"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. ",
|
||||
"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",
|
||||
|
|
10
l10n/gl.js
10
l10n/gl.js
|
@ -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 desde 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",
|
||||
|
@ -30,7 +30,7 @@ OC.L10N.register(
|
|||
"API URL" : "URL da API",
|
||||
"API secret" : "Segredo da API",
|
||||
"Save" : "Gardar",
|
||||
"Show room manager in app navigation instead of settings page." : "Amosar o xestor de sala na navegación da aplicación no canto de na páxina de axustes.",
|
||||
"Show room manager in app navigation instead of settings page." : "Amosar o xestor de sala na navegación da aplicación en troques de na páxina de axustes.",
|
||||
"Use Nextcloud theme in BigBlueButton." : "Usar o tema Nextcloud en BigBlueButton.",
|
||||
"Default Room Settings" : "Axustes predeterminados da sala",
|
||||
"Below you can change some default values, which are used to create a new room." : "A continuación pode cambiar algúns valores predeterminados, que se usan para crear unha nova sala.",
|
||||
|
@ -78,7 +78,7 @@ OC.L10N.register(
|
|||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Se está activado, xérase un URL de moderador que permite o acceso con permisos de moderador.",
|
||||
"Only selected users and groups are allowed to access the room." : "Só os usuarios e grupos seleccionados teñen permiso para acceder á sala.",
|
||||
"If disabled, a microphone is needed to join the conference." : "Se está desactivado, é necesario un micrófono para unirse á conferencia.",
|
||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Se está activado, o usuario non ten que realizar unha proba de eco nin unha vista previa da cámara web na primeira unión (dispoñíbel dende o BBB servidor 2.3).",
|
||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Se está activado, o usuario non ten que realizar unha proba de eco nin unha vista previa da cámara web na primeira unión (dispoñíbel desde o BBB servidor 2.3).",
|
||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Se está activado, a lista de usuarios, a área de parolas e a presentación están agochadas de xeito predeterminado.",
|
||||
"If enabled, all users will join the meeting muted." : "Se está activado, todos os usuarios uniranse á xuntanza enmudecidos.",
|
||||
"Edit \"{room}\"" : "Editar «{room}»",
|
||||
|
@ -133,8 +133,8 @@ OC.L10N.register(
|
|||
"API URL is invalid" : "O URL da API é incorrecto",
|
||||
"API secret is invalid" : "O segredo da API é incorrecto",
|
||||
"URL has to start with HTTPS" : "O URL ten que comezar con HTTPS",
|
||||
"URL has to contain the {token} placeholder" : "O URL ten que conter o marcador de posición {token}",
|
||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "O URL ten que comezar con https:// e conter {token}. Ademais pódese usar o marcador de posición de {user}.",
|
||||
"URL has to contain the {token} placeholder" : "O URL ten que conter o marcador de substitución {token}",
|
||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "O URL ten que comezar con https:// e conter {token}. Ademais pódese usar o marcador de substitución de {user}.",
|
||||
"The file \"{filename}\" was uploaded to your room." : "O ficheiro «{filename}» foi enviado á súa sala.",
|
||||
"The file \"{filename}\" could not be uploaded to your room." : "Non foi posíbel enviar o ficheiro «{filename}» á súa sala.",
|
||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "Non foi posíbel enviar o ficheiro «{filename}» á súa sala. Quizais o seu servidor BigBlueButton non admita esta acción.",
|
||||
|
|
10
l10n/gl.json
10
l10n/gl.json
|
@ -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 desde 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",
|
||||
|
@ -28,7 +28,7 @@
|
|||
"API URL" : "URL da API",
|
||||
"API secret" : "Segredo da API",
|
||||
"Save" : "Gardar",
|
||||
"Show room manager in app navigation instead of settings page." : "Amosar o xestor de sala na navegación da aplicación no canto de na páxina de axustes.",
|
||||
"Show room manager in app navigation instead of settings page." : "Amosar o xestor de sala na navegación da aplicación en troques de na páxina de axustes.",
|
||||
"Use Nextcloud theme in BigBlueButton." : "Usar o tema Nextcloud en BigBlueButton.",
|
||||
"Default Room Settings" : "Axustes predeterminados da sala",
|
||||
"Below you can change some default values, which are used to create a new room." : "A continuación pode cambiar algúns valores predeterminados, que se usan para crear unha nova sala.",
|
||||
|
@ -76,7 +76,7 @@
|
|||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Se está activado, xérase un URL de moderador que permite o acceso con permisos de moderador.",
|
||||
"Only selected users and groups are allowed to access the room." : "Só os usuarios e grupos seleccionados teñen permiso para acceder á sala.",
|
||||
"If disabled, a microphone is needed to join the conference." : "Se está desactivado, é necesario un micrófono para unirse á conferencia.",
|
||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Se está activado, o usuario non ten que realizar unha proba de eco nin unha vista previa da cámara web na primeira unión (dispoñíbel dende o BBB servidor 2.3).",
|
||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Se está activado, o usuario non ten que realizar unha proba de eco nin unha vista previa da cámara web na primeira unión (dispoñíbel desde o BBB servidor 2.3).",
|
||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Se está activado, a lista de usuarios, a área de parolas e a presentación están agochadas de xeito predeterminado.",
|
||||
"If enabled, all users will join the meeting muted." : "Se está activado, todos os usuarios uniranse á xuntanza enmudecidos.",
|
||||
"Edit \"{room}\"" : "Editar «{room}»",
|
||||
|
@ -131,8 +131,8 @@
|
|||
"API URL is invalid" : "O URL da API é incorrecto",
|
||||
"API secret is invalid" : "O segredo da API é incorrecto",
|
||||
"URL has to start with HTTPS" : "O URL ten que comezar con HTTPS",
|
||||
"URL has to contain the {token} placeholder" : "O URL ten que conter o marcador de posición {token}",
|
||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "O URL ten que comezar con https:// e conter {token}. Ademais pódese usar o marcador de posición de {user}.",
|
||||
"URL has to contain the {token} placeholder" : "O URL ten que conter o marcador de substitución {token}",
|
||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "O URL ten que comezar con https:// e conter {token}. Ademais pódese usar o marcador de substitución de {user}.",
|
||||
"The file \"{filename}\" was uploaded to your room." : "O ficheiro «{filename}» foi enviado á súa sala.",
|
||||
"The file \"{filename}\" could not be uploaded to your room." : "Non foi posíbel enviar o ficheiro «{filename}» á súa sala.",
|
||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "Non foi posíbel enviar o ficheiro «{filename}» á súa sala. Quizais o seu servidor BigBlueButton non admita esta acción.",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -17,6 +17,7 @@ OC.L10N.register(
|
|||
"Welcome" : "Velkomin",
|
||||
"Sharing" : "Deiling",
|
||||
"Miscellaneous" : "Ýmislegt",
|
||||
"Room name" : "Heiti fundarsalar",
|
||||
"Create" : "Búa til",
|
||||
"Published" : "Útgefið",
|
||||
"Copy to clipboard" : "Afrita á klippispjald",
|
||||
|
@ -25,6 +26,7 @@ OC.L10N.register(
|
|||
"Server error" : "Villa frá þjóni",
|
||||
"Start" : "Byrjun",
|
||||
"Loading" : "Hleð inn",
|
||||
"Settings saved" : "Stillingar vistaðar"
|
||||
"Settings saved" : "Stillingar vistaðar",
|
||||
"Unexpected error occurred" : "Óvænt villa kom upp"
|
||||
},
|
||||
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
"Welcome" : "Velkomin",
|
||||
"Sharing" : "Deiling",
|
||||
"Miscellaneous" : "Ýmislegt",
|
||||
"Room name" : "Heiti fundarsalar",
|
||||
"Create" : "Búa til",
|
||||
"Published" : "Útgefið",
|
||||
"Copy to clipboard" : "Afrita á klippispjald",
|
||||
|
@ -23,6 +24,7 @@
|
|||
"Server error" : "Villa frá þjóni",
|
||||
"Start" : "Byrjun",
|
||||
"Loading" : "Hleð inn",
|
||||
"Settings saved" : "Stillingar vistaðar"
|
||||
"Settings saved" : "Stillingar vistaðar",
|
||||
"Unexpected error occurred" : "Óvænt villa kom upp"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
|
||||
}
|
13
l10n/it.js
13
l10n/it.js
|
@ -16,13 +16,13 @@ OC.L10N.register(
|
|||
"Public" : "Pubblica",
|
||||
"Internal + Password protection for guests" : "Interni + Protezione con password per gli ospiti",
|
||||
"Internal + Waiting room for guests" : "Interni + Sala d'attesa per gli ospiti",
|
||||
"Waiting room for all users" : "In attesa di tutti gli utenti",
|
||||
"Waiting room for all users" : "Tutti gli utenti in Sala d'attesa",
|
||||
"Internal" : "Interni",
|
||||
"Internal restricted" : "Limitato agli interni",
|
||||
"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",
|
||||
|
|
13
l10n/it.json
13
l10n/it.json
|
@ -14,13 +14,13 @@
|
|||
"Public" : "Pubblica",
|
||||
"Internal + Password protection for guests" : "Interni + Protezione con password per gli ospiti",
|
||||
"Internal + Waiting room for guests" : "Interni + Sala d'attesa per gli ospiti",
|
||||
"Waiting room for all users" : "In attesa di tutti gli utenti",
|
||||
"Waiting room for all users" : "Tutti gli utenti in Sala d'attesa",
|
||||
"Internal" : "Interni",
|
||||
"Internal restricted" : "Limitato agli interni",
|
||||
"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(으)로 돌아가기",
|
||||
|
|
|
@ -9,7 +9,7 @@ OC.L10N.register(
|
|||
"Community" : "Kopiena",
|
||||
"Please enter your name!" : "Ludzu ieraksties savu vārdu@",
|
||||
"The name must be at least 3 characters long." : "Vārdam jābūt vismaz 3 rakstzīmes garam.",
|
||||
"Display name" : "Ekrāna vārds",
|
||||
"Display name" : "Attēlojamais vārds",
|
||||
"Password" : "Parole",
|
||||
"Join" : "Pievienoties",
|
||||
"Hello %s" : "Sveiki, %s",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"Community" : "Kopiena",
|
||||
"Please enter your name!" : "Ludzu ieraksties savu vārdu@",
|
||||
"The name must be at least 3 characters long." : "Vārdam jābūt vismaz 3 rakstzīmes garam.",
|
||||
"Display name" : "Ekrāna vārds",
|
||||
"Display name" : "Attēlojamais vārds",
|
||||
"Password" : "Parole",
|
||||
"Join" : "Pievienoties",
|
||||
"Hello %s" : "Sveiki, %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,7 @@ 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.*",
|
||||
"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.*" : "Táto aplikácia umožňuje vytvárať stretnutia s externou inštaláciou [BigBlueButton] (https://bigbluebutton.org).\n\n* **Nastavenie miestnosti** Vytvorte viacero konfigurácií izieb s názvom, uvítacou správou…\n* **Zdieľať odkaz hosťa** Zdieľajte odkaz na izbu so všetkými svojimi hosťami\n* **Zdieľať odkaz moderátora** Pozvite moderátorov do miestnosti\n* **Zdieľať miestnosti** Zdieľať miestnosti s členmi, skupinami alebo kruhmi\n* **Vlastná prezentácia** Spustite miestnosť s vybranou prezentáciou z prehliadača súborov\n* **Správa nahrávok** Zobrazte, zdieľajte a odstráňte nahrávky pre svoje izby\n* **Obmedzenia** Obmedzte vytváranie miestností na určité skupiny\n* **Aktivity** Získajte prehľad o aktivitách v miestnosti\n\nSprievodca rýchlym spustením a ďalšie informácie v našom [readme](https://github.com/littleredbutton/cloud_bbb).\nPáči sa vám táto aplikácia? Vráťte niečo komunite open source a pozrite si naše\n[spôsoby prispievania](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nPrispievatelia sú vítaní! Ak máte čas, bolo by úžasné, keby ste pomohli 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",
|
||||
|
@ -58,6 +58,7 @@ OC.L10N.register(
|
|||
"No matches" : "Žiadne zhody",
|
||||
"admin" : "správca",
|
||||
"moderator" : "moderátor",
|
||||
"user" : "užívateľ",
|
||||
"Name" : "Názov",
|
||||
"Access" : "Prístup",
|
||||
"Max" : "Max",
|
||||
|
@ -71,6 +72,7 @@ OC.L10N.register(
|
|||
"This message is shown to all users in the chat area after they joined." : "Táto správa sa po pripojení zobrazí všetkým používateľom v oblasti četu.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Nastavuje limit počtu účastníkov v tejto miestnosti. Nula znamená, že je bez limitu.",
|
||||
"If enabled, the moderator is able to start the recording." : "Ak je povolené, moderátor môže spustiť nahrávanie.",
|
||||
"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." : "Vysvetlenie rôznych pojmov, ktoré tvoria možnosti prístupu:<br>- Verejné: Každý, kto má odkaz, sa môže pripojiť.- <br>Interný: Pripojiť sa môžu iba užívatelia Nextcloud.- <br>Heslo: Pripojiť sa môžu iba hostia, ktorí majú heslo.- <br>Čakáreň: Moderátor musí prijať každého hosťa skôr, ako sa bude môcť pripojiť.- <br>Obmedzené: Do tejto miestnosti majú prístup iba vybraní užívatelia a skupiny.",
|
||||
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Moderátor je schopný riadiť všetkých účastníkov stretnutia, vrátane kopania, stlmenia alebo výberu prezentéra. Používatelia s úlohou moderátora môžu tiež uzavrieť stretnutie alebo zmeniť predvolené nastavenia.",
|
||||
"If enabled, normal users have to wait until a moderator is in the room." : "Ak je zapnuté, bežní používatelia musia počkať, kým do miestnosti nevstúpi moderátor.",
|
||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Ak je zapnuté, generuje sa adresa URL moderátora, ktorá umožňuje prístup s povolením moderátora.",
|
||||
|
@ -114,7 +116,10 @@ OC.L10N.register(
|
|||
"Delete?" : "Zmazať?",
|
||||
"Could not delete record" : "Záznam sa nepodarilo odstrániť",
|
||||
"Server error" : "Chyba servera",
|
||||
"Could not modify publishing state" : "Stav zverejnenia sa nepodarilo upraviť",
|
||||
"Open room" : "Otvoriť miestnosť",
|
||||
"Start" : "Začiatok",
|
||||
"Clone room" : "Klonovať miestnosť",
|
||||
"Loading" : "Načítava sa...",
|
||||
"You are not allowed to change this option, because this room is shared with you." : "Túto možnosť nemôžete zmeniť, pretože táto miestnosť je s vami zdieľaná.",
|
||||
"Max. rooms" : "Maximálny počet miestností",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"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.*",
|
||||
"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.*" : "Táto aplikácia umožňuje vytvárať stretnutia s externou inštaláciou [BigBlueButton] (https://bigbluebutton.org).\n\n* **Nastavenie miestnosti** Vytvorte viacero konfigurácií izieb s názvom, uvítacou správou…\n* **Zdieľať odkaz hosťa** Zdieľajte odkaz na izbu so všetkými svojimi hosťami\n* **Zdieľať odkaz moderátora** Pozvite moderátorov do miestnosti\n* **Zdieľať miestnosti** Zdieľať miestnosti s členmi, skupinami alebo kruhmi\n* **Vlastná prezentácia** Spustite miestnosť s vybranou prezentáciou z prehliadača súborov\n* **Správa nahrávok** Zobrazte, zdieľajte a odstráňte nahrávky pre svoje izby\n* **Obmedzenia** Obmedzte vytváranie miestností na určité skupiny\n* **Aktivity** Získajte prehľad o aktivitách v miestnosti\n\nSprievodca rýchlym spustením a ďalšie informácie v našom [readme](https://github.com/littleredbutton/cloud_bbb).\nPáči sa vám táto aplikácia? Vráťte niečo komunite open source a pozrite si naše\n[spôsoby prispievania](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nPrispievatelia sú vítaní! Ak máte čas, bolo by úžasné, keby ste pomohli 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",
|
||||
|
@ -56,6 +56,7 @@
|
|||
"No matches" : "Žiadne zhody",
|
||||
"admin" : "správca",
|
||||
"moderator" : "moderátor",
|
||||
"user" : "užívateľ",
|
||||
"Name" : "Názov",
|
||||
"Access" : "Prístup",
|
||||
"Max" : "Max",
|
||||
|
@ -69,6 +70,7 @@
|
|||
"This message is shown to all users in the chat area after they joined." : "Táto správa sa po pripojení zobrazí všetkým používateľom v oblasti četu.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Nastavuje limit počtu účastníkov v tejto miestnosti. Nula znamená, že je bez limitu.",
|
||||
"If enabled, the moderator is able to start the recording." : "Ak je povolené, moderátor môže spustiť nahrávanie.",
|
||||
"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." : "Vysvetlenie rôznych pojmov, ktoré tvoria možnosti prístupu:<br>- Verejné: Každý, kto má odkaz, sa môže pripojiť.- <br>Interný: Pripojiť sa môžu iba užívatelia Nextcloud.- <br>Heslo: Pripojiť sa môžu iba hostia, ktorí majú heslo.- <br>Čakáreň: Moderátor musí prijať každého hosťa skôr, ako sa bude môcť pripojiť.- <br>Obmedzené: Do tejto miestnosti majú prístup iba vybraní užívatelia a skupiny.",
|
||||
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Moderátor je schopný riadiť všetkých účastníkov stretnutia, vrátane kopania, stlmenia alebo výberu prezentéra. Používatelia s úlohou moderátora môžu tiež uzavrieť stretnutie alebo zmeniť predvolené nastavenia.",
|
||||
"If enabled, normal users have to wait until a moderator is in the room." : "Ak je zapnuté, bežní používatelia musia počkať, kým do miestnosti nevstúpi moderátor.",
|
||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Ak je zapnuté, generuje sa adresa URL moderátora, ktorá umožňuje prístup s povolením moderátora.",
|
||||
|
@ -112,7 +114,10 @@
|
|||
"Delete?" : "Zmazať?",
|
||||
"Could not delete record" : "Záznam sa nepodarilo odstrániť",
|
||||
"Server error" : "Chyba servera",
|
||||
"Could not modify publishing state" : "Stav zverejnenia sa nepodarilo upraviť",
|
||||
"Open room" : "Otvoriť miestnosť",
|
||||
"Start" : "Začiatok",
|
||||
"Clone room" : "Klonovať miestnosť",
|
||||
"Loading" : "Načítava sa...",
|
||||
"You are not allowed to change this option, because this room is shared with you." : "Túto možnosť nemôžete zmeniť, pretože táto miestnosť je s vami zdieľaná.",
|
||||
"Max. rooms" : "Maximálny počet miestností",
|
||||
|
|
|
@ -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,7 @@ 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.*",
|
||||
"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",
|
||||
|
@ -126,7 +126,7 @@ OC.L10N.register(
|
|||
"Max. participants" : "Макс. бр. учесника",
|
||||
"Group …" : "Група ...",
|
||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Ограничења не утичу на постојеће собе. Минус један значи да вредност није ограничена. Ако важи више ограничења, бира се најмање рестриктивна опција за сваког корисника.",
|
||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Да ли сте сигурни да желите да обришете ограниења за групу „{name}”? Ова операција не може да се поништи.",
|
||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Да ли сте сигурни да желите да обришете ограничења за групу „{name}”? Ова операција не може да се поништи.",
|
||||
"Delete restrictions for \"{name}\"?" : "Да обришем ограничења за „{name}?",
|
||||
"Settings saved" : "Поставке сачуване",
|
||||
"Unexpected error occurred" : "Дошло је до неочекиване грешке",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"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.*",
|
||||
"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",
|
||||
|
@ -124,7 +124,7 @@
|
|||
"Max. participants" : "Макс. бр. учесника",
|
||||
"Group …" : "Група ...",
|
||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Ограничења не утичу на постојеће собе. Минус један значи да вредност није ограничена. Ако важи више ограничења, бира се најмање рестриктивна опција за сваког корисника.",
|
||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Да ли сте сигурни да желите да обришете ограниења за групу „{name}”? Ова операција не може да се поништи.",
|
||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Да ли сте сигурни да желите да обришете ограничења за групу „{name}”? Ова операција не може да се поништи.",
|
||||
"Delete restrictions for \"{name}\"?" : "Да обришем ограничења за „{name}?",
|
||||
"Settings saved" : "Поставке сачуване",
|
||||
"Unexpected error occurred" : "Дошло је до неочекиване грешке",
|
||||
|
|
|
@ -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);"
|
||||
}
|
|
@ -1,6 +1,10 @@
|
|||
OC.L10N.register(
|
||||
"bbb",
|
||||
{
|
||||
"You shared the room %s with {shareWith}." : "Du delade rummet %s med {shareWith}.",
|
||||
"{user} shared the room %s with you." : "{user} delade rummet %s med dig.",
|
||||
"You unshared the room %s with {shareWith}." : "Du slutade dela rummet %s med {shareWith}.",
|
||||
"{user} unshared the room %s with you." : "{user} slutade dela rummet %s med dig.",
|
||||
"Public" : "Offentlig",
|
||||
"Internal" : "Intern",
|
||||
"Back to %s" : "Tillbaka till %s",
|
||||
|
@ -35,6 +39,7 @@ OC.L10N.register(
|
|||
"Server error" : "Serverfel",
|
||||
"Start" : "Start",
|
||||
"Loading" : "Läser in",
|
||||
"You are not allowed to change this option, because this room is shared with you." : "Du får inte ändra det här alternativet eftersom detta rum delas med dig.",
|
||||
"Settings saved" : "Inställningar sparade",
|
||||
"Unexpected error occurred" : "Ett oväntat fel inträffade",
|
||||
"Send to" : "Skicka till",
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
{ "translations": {
|
||||
"You shared the room %s with {shareWith}." : "Du delade rummet %s med {shareWith}.",
|
||||
"{user} shared the room %s with you." : "{user} delade rummet %s med dig.",
|
||||
"You unshared the room %s with {shareWith}." : "Du slutade dela rummet %s med {shareWith}.",
|
||||
"{user} unshared the room %s with you." : "{user} slutade dela rummet %s med dig.",
|
||||
"Public" : "Offentlig",
|
||||
"Internal" : "Intern",
|
||||
"Back to %s" : "Tillbaka till %s",
|
||||
|
@ -33,6 +37,7 @@
|
|||
"Server error" : "Serverfel",
|
||||
"Start" : "Start",
|
||||
"Loading" : "Läser in",
|
||||
"You are not allowed to change this option, because this room is shared with you." : "Du får inte ändra det här alternativet eftersom detta rum delas med dig.",
|
||||
"Settings saved" : "Inställningar sparade",
|
||||
"Unexpected error occurred" : "Ett oväntat fel inträffade",
|
||||
"Send to" : "Skicka till",
|
||||
|
|
16
l10n/tr.js
16
l10n/tr.js
|
@ -22,7 +22,7 @@ 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.*",
|
||||
"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.*" : "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/littleredbutton/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/littleredbutton/cloud_bbb/blob/master/.github/contributing.md) bakabilirsiniz.\n\nKatkıda bulunmak isteyenleri bekliyoruz! 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",
|
||||
|
@ -71,16 +71,16 @@ OC.L10N.register(
|
|||
"Descriptive name of this room." : "Odayı açıklayan ad.",
|
||||
"This message is shown to all users in the chat area after they joined." : "Katılan tüm kullanıcılara sohbet alanında bu ileti görüntülenir.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Bu odanın katılımcı sayısı sınırını belirler. Sıfır yazıldığında sınırlama uygulanmaz.",
|
||||
"If enabled, the moderator is able to start the recording." : "Bu seçenek etkinleştirildiğinde, sorumlu toplantıyı kaydedebilir.",
|
||||
"If enabled, the moderator is able to start the recording." : "Bu seçenek kullanıma alındığında, sorumlu toplantıyı kaydedebilir.",
|
||||
"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." : "Erişim seçeneklerinin açıklaması:<br>- Herkese açık: Bağlantıyı bilen herkes katılabilir. <br>- İç: Yalnızca Nextcloud kullanıcıları katılabilir.<br>- Parola: Yalnızca parolayı bilen konuklar katılabilir.<br>- Bekleme odası: Konukların katılmadan önce bir sorumlu tarafından kabul edilmesi gerekir.<br>- Kısıtlı: Yalnızca seçilmiş kullanıcılar ve gruplar erişebilir.",
|
||||
"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." : "Bir sorunlu, katılımcıları çıkarma, sessize alma ya da sunucu olarak atama gibi işlemleri yapabilir. Sorumlu pozisyonundaki kullanıcılar br toplantıyı bitirebilir ya da varsayılan ayarlarını değiştirebilir.",
|
||||
"If enabled, normal users have to wait until a moderator is in the room." : "Bu seçenek etkinleştirildiğinde, odaya bir sorumlu gelene kadar kullanıcıların beklemesi gerekir.",
|
||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Bu seçenek etkinleştirildiğinde, sorumlu yetkileri ile erişilebilecek bir sorumlu adresi oluşturulur.",
|
||||
"If enabled, normal users have to wait until a moderator is in the room." : "Bu seçenek kullanıma alındığında, odaya bir sorumlu gelene kadar kullanıcıların beklemesi gerekir.",
|
||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Bu seçenek kullanıma alındığında, sorumlu yetkileri ile erişilebilecek bir sorumlu adresi oluşturulur.",
|
||||
"Only selected users and groups are allowed to access the room." : "Odaya yalnızca seçilmiş kullanıcı ve gruplar erişebilir.",
|
||||
"If disabled, a microphone is needed to join the conference." : "Bu seçenek devre dışı bırakıldığında, görüşmeye katılabilmek için bir mikrofon gerekir.",
|
||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Bu seçenek etkinleştirildiğinde, kullanıcı ilk kez katılırken, bir yankı çağrısı ve bilgisayar kamerası ön izlemesi yapması gerekmez (BBB sunucu 2.3 sürümü ve üzeri için).",
|
||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Bu seçenek etkinleştirildiğinde, kullanıcı listesi, sohbet alanı ve sunum varsayılan olarak gizlenir.",
|
||||
"If enabled, all users will join the meeting muted." : "Bu seçenek etkinleştirildiğinde, tüm kullanıcılar görüşmeye sesi kapalı olarak katılır.",
|
||||
"If disabled, a microphone is needed to join the conference." : "Bu seçenek kapatıldığında, görüşmeye katılabilmek için bir mikrofon gerekir.",
|
||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Bu seçenek kullanıma alındığında, kullanıcı ilk kez katılırken, bir yankı çağrısı ve bilgisayar kamerası ön izlemesi yapması gerekmez (BBB sunucu 2.3 sürümü ve üzeri için).",
|
||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Bu seçenek kullanıma alındığında, kullanıcı listesi, sohbet alanı ve sunum varsayılan olarak gizlenir.",
|
||||
"If enabled, all users will join the meeting muted." : "Bu seçenek kullanıma alındığında, tüm kullanıcılar görüşmeye sesi kapalı olarak katılır.",
|
||||
"Edit \"{room}\"" : "“{room}” düzenle",
|
||||
"Room URL" : "Oda adresi",
|
||||
"Welcome" : "Hoş geldiniz",
|
||||
|
|
16
l10n/tr.json
16
l10n/tr.json
|
@ -20,7 +20,7 @@
|
|||
"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.*",
|
||||
"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.*" : "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/littleredbutton/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/littleredbutton/cloud_bbb/blob/master/.github/contributing.md) bakabilirsiniz.\n\nKatkıda bulunmak isteyenleri bekliyoruz! 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",
|
||||
|
@ -69,16 +69,16 @@
|
|||
"Descriptive name of this room." : "Odayı açıklayan ad.",
|
||||
"This message is shown to all users in the chat area after they joined." : "Katılan tüm kullanıcılara sohbet alanında bu ileti görüntülenir.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Bu odanın katılımcı sayısı sınırını belirler. Sıfır yazıldığında sınırlama uygulanmaz.",
|
||||
"If enabled, the moderator is able to start the recording." : "Bu seçenek etkinleştirildiğinde, sorumlu toplantıyı kaydedebilir.",
|
||||
"If enabled, the moderator is able to start the recording." : "Bu seçenek kullanıma alındığında, sorumlu toplantıyı kaydedebilir.",
|
||||
"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." : "Erişim seçeneklerinin açıklaması:<br>- Herkese açık: Bağlantıyı bilen herkes katılabilir. <br>- İç: Yalnızca Nextcloud kullanıcıları katılabilir.<br>- Parola: Yalnızca parolayı bilen konuklar katılabilir.<br>- Bekleme odası: Konukların katılmadan önce bir sorumlu tarafından kabul edilmesi gerekir.<br>- Kısıtlı: Yalnızca seçilmiş kullanıcılar ve gruplar erişebilir.",
|
||||
"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." : "Bir sorunlu, katılımcıları çıkarma, sessize alma ya da sunucu olarak atama gibi işlemleri yapabilir. Sorumlu pozisyonundaki kullanıcılar br toplantıyı bitirebilir ya da varsayılan ayarlarını değiştirebilir.",
|
||||
"If enabled, normal users have to wait until a moderator is in the room." : "Bu seçenek etkinleştirildiğinde, odaya bir sorumlu gelene kadar kullanıcıların beklemesi gerekir.",
|
||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Bu seçenek etkinleştirildiğinde, sorumlu yetkileri ile erişilebilecek bir sorumlu adresi oluşturulur.",
|
||||
"If enabled, normal users have to wait until a moderator is in the room." : "Bu seçenek kullanıma alındığında, odaya bir sorumlu gelene kadar kullanıcıların beklemesi gerekir.",
|
||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Bu seçenek kullanıma alındığında, sorumlu yetkileri ile erişilebilecek bir sorumlu adresi oluşturulur.",
|
||||
"Only selected users and groups are allowed to access the room." : "Odaya yalnızca seçilmiş kullanıcı ve gruplar erişebilir.",
|
||||
"If disabled, a microphone is needed to join the conference." : "Bu seçenek devre dışı bırakıldığında, görüşmeye katılabilmek için bir mikrofon gerekir.",
|
||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Bu seçenek etkinleştirildiğinde, kullanıcı ilk kez katılırken, bir yankı çağrısı ve bilgisayar kamerası ön izlemesi yapması gerekmez (BBB sunucu 2.3 sürümü ve üzeri için).",
|
||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Bu seçenek etkinleştirildiğinde, kullanıcı listesi, sohbet alanı ve sunum varsayılan olarak gizlenir.",
|
||||
"If enabled, all users will join the meeting muted." : "Bu seçenek etkinleştirildiğinde, tüm kullanıcılar görüşmeye sesi kapalı olarak katılır.",
|
||||
"If disabled, a microphone is needed to join the conference." : "Bu seçenek kapatıldığında, görüşmeye katılabilmek için bir mikrofon gerekir.",
|
||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Bu seçenek kullanıma alındığında, kullanıcı ilk kez katılırken, bir yankı çağrısı ve bilgisayar kamerası ön izlemesi yapması gerekmez (BBB sunucu 2.3 sürümü ve üzeri için).",
|
||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Bu seçenek kullanıma alındığında, kullanıcı listesi, sohbet alanı ve sunum varsayılan olarak gizlenir.",
|
||||
"If enabled, all users will join the meeting muted." : "Bu seçenek kullanıma alındığında, tüm kullanıcılar görüşmeye sesi kapalı olarak katılır.",
|
||||
"Edit \"{room}\"" : "“{room}” düzenle",
|
||||
"Room URL" : "Oda adresi",
|
||||
"Welcome" : "Hoş geldiniz",
|
||||
|
|
134
l10n/ug.js
134
l10n/ug.js
|
@ -1,15 +1,147 @@
|
|||
OC.L10N.register(
|
||||
"bbb",
|
||||
{
|
||||
"You created the room %s." : "ئۆينى% s قۇردىڭىز.",
|
||||
"You deleted the room %s." : "ئۆينى% s ئۆچۈردىڭىز.",
|
||||
"{user} deleted the room %s." : "{user} ئۆينى% s ئۆچۈردى.",
|
||||
"You shared the room %s with {shareWith}." : "ياتاقنى% s {shareWith} بىلەن ئورتاقلاشتىڭىز.",
|
||||
"{user} shared the room %s with you." : "{user} ياتاق% s نى سىز بىلەن ئورتاقلاشتى.",
|
||||
"You unshared the room %s with {shareWith}." : "ئۆينى% s {shareWith} بىلەن ئورتاقلاشمىدىڭىز.",
|
||||
"{user} unshared the room %s with you." : "{user} ئۆينى% s بىلەن ئورتاقلاشمىدى.",
|
||||
"You started a meeting in the \"%s\" room." : "سىز «% s» ئۆيىدە يىغىن باشلىدىڭىز.",
|
||||
"{user} started a meeting in the \"%s\" room." : "{user} \"% s\" ئۆيىدە يىغىن باشلىدى.",
|
||||
"The meeting in room \"%s\" has ended." : "«% S» دىكى يىغىن ئاخىرلاشتى.",
|
||||
"Recording for room \"%s\" is ready." : "ياتاق «% s» نى خاتىرىلەش تەييار.",
|
||||
"To invite someone to the meeting, send them this link: %s" : "باشقىلارنى يىغىنغا تەكلىپ قىلىش ئۈچۈن ، ئۇلارغا بۇ ئۇلىنىشنى ئەۋەتىڭ:% s",
|
||||
"Public" : "جامائەت",
|
||||
"Internal + Password protection for guests" : "مېھمانلارغا ئىچكى + پارول قوغداش",
|
||||
"Internal + Waiting room for guests" : "ئىچكى + مېھمانلارنى كۈتۈش ئۆيى",
|
||||
"Waiting room for all users" : "بارلىق ئىشلەتكۈچىلەرنى كۈتۈش ئۆيى",
|
||||
"Internal" : "ئىچكى",
|
||||
"Internal restricted" : "ئىچكى چەكلەنگەن",
|
||||
"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/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 شىركىتى تەرىپىدىن تەستىقلانمايدۇ ياكى ئېتىراپ قىلىنمايدۇ BigBlueButton ۋە BigBlueButton Logo بولسا BigBlueButton شىركىتىنىڭ ماركىسى. *",
|
||||
"Room not found" : "ياتاق تېپىلمىدى",
|
||||
"The room could not be found. Maybe it was deleted?" : "ياتاق تاپالمىدى. بەلكىم ئۆچۈرۈلگەن بولۇشى مۇمكىن؟",
|
||||
"Back to %s" : "% S گە قايتىش",
|
||||
"Get your API URL and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "BigBlueButton مۇلازىمېتىرىڭىزدا «sudo bbb-conf --secret» نى ئىجرا قىلىش ئارقىلىق API URL ۋە مەخپىيەتلىكىڭىزنى ئېلىڭ.",
|
||||
"API URL" : "API URL",
|
||||
"API secret" : "API مەخپىيىتى",
|
||||
"Save" : "ساقلا",
|
||||
"Show room manager in app navigation instead of settings page." : "تەڭشەك بېتىنىڭ ئورنىغا ئەپ يېتەكچىسىدە ياتاق باشقۇرغۇچىنى كۆرسەت.",
|
||||
"Use Nextcloud theme in BigBlueButton." : "BigclueButton دا Nextcloud تېمىسىنى ئىشلىتىڭ.",
|
||||
"Default Room Settings" : "كۆڭۈلدىكى ئۆي تەڭشىكى",
|
||||
"Below you can change some default values, which are used to create a new room." : "تۆۋەندە سىز يېڭى ئۆي قۇرۇشقا ئىشلىتىلىدىغان بىر قىسىم سۈكۈتتىكى قىممەتلەرنى ئۆزگەرتەلەيسىز.",
|
||||
"Perform media check before usage" : "ئىشلىتىشتىن بۇرۇن مېدىيا تەكشۈرۈڭ",
|
||||
"Community" : "مەھەللە",
|
||||
"Are you enjoying this app? Give something back to the open source community." : "بۇ ئەپتىن ھۇزۇرلىنامسىز؟ ئوچۇق كودلۇق جەمئىيەتكە بىر نەرسە قايتۇرۇڭ.",
|
||||
"Checkout the contributor guide" : "تۆھپىكارلار يېتەكچىسى",
|
||||
"URL Shortener" : "URL Shortener",
|
||||
"If you like to use shorter urls, you can enter a forwarding proxy below." : "ئەگەر قىسقا ئۇرل ئىشلىتىشنى ياقتۇرسىڭىز ، تۆۋەندىكى ۋاكالەتچىگە كىرسىڭىز بولىدۇ.",
|
||||
"URL shortener" : "URL قىسقارغۇچ",
|
||||
"Restrictions" : "چەكلىمىلەر",
|
||||
"You will be forwarded to the room in the next few seconds." : "كەلگۈسى بىر نەچچە سېكۇنت ئىچىدە سىز ئۆيگە ئەۋەتىلىدۇ.",
|
||||
"Let's go!" : "ماڭايلى!",
|
||||
"Please enter your name!" : "ئىسمىڭىزنى كىرگۈزۈڭ!",
|
||||
"The name must be at least 3 characters long." : "ئىسمى كەم دېگەندە 3 ھەرپ بولۇشى كېرەك.",
|
||||
"You have to provide the correct password to join the meeting." : "يىغىنغا قاتنىشىش ئۈچۈن توغرا پارول بىلەن تەمىنلىشىڭىز كېرەك.",
|
||||
"Display name" : "كۆرسىتىش ئىسمى",
|
||||
"Password" : "ئىم",
|
||||
"Join" : "قوشۇلۇڭ",
|
||||
"Have an account? Log in." : "ھېساباتىڭىز بارمۇ؟ كىرىڭ.",
|
||||
"Hello %s" : "ياخشىمۇسىز% s",
|
||||
"Name, group …" : "ئىسىم ، گۇرۇپپا…",
|
||||
"Group" : "Group",
|
||||
"Searching" : "ئىزدەش",
|
||||
"No matches" : "ماس كەلمەيدۇ",
|
||||
"admin" : "admin",
|
||||
"moderator" : "رىياسەتچى",
|
||||
"user" : "ئىشلەتكۈچى",
|
||||
"Name" : "ئاتى",
|
||||
"Access" : "زىيارەت",
|
||||
"Max" : "Max",
|
||||
"Record" : "Record",
|
||||
"Recordings" : "Recordings",
|
||||
"You are not permitted to create a room." : "ياتاق قۇرۇشىڭىزغا رۇخسەت قىلىنمايدۇ.",
|
||||
"You exceeded the maximum number of rooms." : "ئەڭ كۆپ ئۆي سانىدىن ئېشىپ كەتتىڭىز.",
|
||||
"Room quota:" : "ياتاق نورمىسى:",
|
||||
"Edit" : "تەھرىر",
|
||||
"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." : "ئەگەر قوزغىتىلسا ، رىياسەتچى خاتىرىلەشنى باشلىيالايدۇ.",
|
||||
"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> كۈتۈش ئۆيى: رىياسەتچى ھەر بىر مېھماننى قوشۇلۇشتىن بۇرۇن قوبۇل قىلىشى كېرەك.",
|
||||
"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." : "ئەگەر چەكلەنگەن بولسا ، يىغىنغا قاتنىشىش ئۈچۈن مىكروفون لازىم بولىدۇ.",
|
||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "ئەگەر قوزغىتىلغان بولسا ، ئىشلەتكۈچى تۇنجى قوشۇلغان ۋاقىتتا (BBB مۇلازىمېتىرى 2.3 دىن باشلاپ ئىشلەتكىلى بولىدۇ) ياڭراتقۇ ۋە تور كامېراسىنى ئالدىن كۆرمەسلىكى كېرەك.",
|
||||
"If enabled, the user list, chat area and presentation are hidden by default." : "ئەگەر قوزغىتىلسا ، ئىشلەتكۈچى تىزىملىكى ، پاراڭلىشىش رايونى ۋە تونۇشتۇرۇش سۈكۈتتىكى ھالەتتە يوشۇرۇنغان.",
|
||||
"If enabled, all users will join the meeting muted." : "ئەگەر قوزغىتىلسا ، بارلىق ئىشلەتكۈچىلەر ئاۋازسىز يىغىنغا قاتنىشىدۇ.",
|
||||
"Edit \"{room}\"" : "\"{room}\" نى تەھرىرلەڭ",
|
||||
"Room URL" : "ياتاق URL",
|
||||
"Welcome" : "خۇش كەپسىز",
|
||||
"Participant limit" : "قاتناشقۇچىلارنىڭ چېكى",
|
||||
"Sharing" : "ھەمبەھىر",
|
||||
"Every participant is moderator" : "ھەر بىر قاتناشقۇچى رىياسەتچى",
|
||||
"Moderator access via URL" : "رىياسەتچى URL ئارقىلىق زىيارەت قىلىدۇ",
|
||||
"Miscellaneous" : "ھەرخىل",
|
||||
"Recording" : "خاتىرىلەش",
|
||||
"Require moderator to start room" : "رىياسەتچىدىن ئۆي ئېچىشنى تەلەپ قىلىڭ",
|
||||
"Listen only option" : "پەقەت تاللاشنىلا ئاڭلاڭ",
|
||||
"Skip media check before usage" : "ئىشلىتىشتىن بۇرۇن مېدىيا تەكشۈرۈشىدىن ئاتلاڭ",
|
||||
"Clean layout" : "ئورۇنلاشتۇرۇش",
|
||||
"Join meeting muted" : "ئاۋازسىز يىغىنغا قاتنىشىڭ",
|
||||
"Room name" : "ياتاق ئىسمى",
|
||||
"Create" : "قۇر",
|
||||
"Published" : "ئېلان قىلىندى",
|
||||
"Open recording" : "خاتىرىلەشنى ئېچىڭ",
|
||||
"Copy to clipboard" : "چاپلاش تاختىسىغا كۆچۈرۈڭ",
|
||||
"Save as file" : "ھۆججەت سۈپىتىدە ساقلاڭ",
|
||||
"Delete" : "ئۆچۈر",
|
||||
"Are you sure you want to delete \"{name}\"? This operation cannot be undone." : "«{name}» نى ئۆچۈرمەكچىمۇ؟ بۇ مەشغۇلاتنى ئەمەلدىن قالدۇرغىلى بولمايدۇ.",
|
||||
"Delete \"{name}\"?" : "ئۆچۈرۈڭ \"{name}\"?",
|
||||
"Select target folder" : "نىشان ھۆججەت قىسقۇچىنى تاللاڭ",
|
||||
"Room URL was stored in \"{path}\" as \"{filename}\"." : "ياتاق ئادرېسى \"{path}\" دا \"{filename} ئىسمى}\" سۈپىتىدە ساقلاندى.",
|
||||
"Link stored" : "ئۇلىنىش ساقلانغان",
|
||||
"URL to room could not be stored." : "ياتاقتىكى URL نى ساقلىغىلى بولمايدۇ.",
|
||||
"Error" : "خاتالىق",
|
||||
"Loading" : "Loading"
|
||||
"URL to presentation was stored in \"{path}\" as \"{filename}\"." : "تونۇشتۇرۇش ئادرېسى «{path}» دا «{filename} ئىسمى}» سۈپىتىدە ساقلانغان.",
|
||||
"URL to presentation could not be stored." : "تونۇشتۇرۇش ئادرېسىنى ساقلىغىلى بولمايدۇ.",
|
||||
"Are you sure you want to delete the recording from \"{startDate}\"? This operation cannot be undone." : "خاتىرىنى «{startDate}» دىن ئۆچۈرمەكچىمۇ؟ بۇ مەشغۇلاتنى ئەمەلدىن قالدۇرغىلى بولمايدۇ.",
|
||||
"Delete?" : "ئۆچۈرەمسىز؟",
|
||||
"Could not delete record" : "خاتىرىنى ئۆچۈرەلمىدى",
|
||||
"Server error" : "مۇلازىمېتىر خاتالىقى",
|
||||
"Could not modify publishing state" : "نەشرىيات ھالىتىنى ئۆزگەرتەلمىدى",
|
||||
"Open room" : "ئوچۇق ئۆي",
|
||||
"Start" : "باشلاش",
|
||||
"Clone room" : "كلون ئۆي",
|
||||
"Loading" : "Loading",
|
||||
"You are not allowed to change this option, because this room is shared with you." : "بۇ تاللاشنى ئۆزگەرتىشىڭىزگە رۇخسەت قىلىنمايدۇ ، چۈنكى بۇ ئۆي سىز بىلەن ئورتاقلاشقان.",
|
||||
"Max. rooms" : "Max. ياتاق",
|
||||
"Max. participants" : "Max. قاتناشقۇچىلار",
|
||||
"Group …" : "گۇرۇپپا…",
|
||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "چەكلىمىلەر ھازىرقى ئۆيلەرگە تەسىر كۆرسەتمەيدۇ. Minus one بولسا قىممەتنىڭ چەكسىز ئىكەنلىكىنى كۆرسىتىدۇ. ئەگەر كۆپ چەكلىمىلەر قوللىنىلسا ، ھەر بىر ئىشلەتكۈچى ئۈچۈن ئەڭ ئاز چەكلەش ئۇسۇلى تاللىنىدۇ.",
|
||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "«{name}» گۇرۇپپىسىنىڭ چەكلىمىسىنى ئۆچۈرمەكچىمۇ؟ بۇ مەشغۇلاتنى ئەمەلدىن قالدۇرغىلى بولمايدۇ.",
|
||||
"Delete restrictions for \"{name}\"?" : "\"{name}\" چەكلىمىسىنى ئۆچۈرۈڭ؟",
|
||||
"Settings saved" : "تەڭشەكلەر ساقلاندى",
|
||||
"Unexpected error occurred" : "ئويلىمىغان خاتالىق يۈز بەردى",
|
||||
"API URL is invalid" : "API URL ئىناۋەتسىز",
|
||||
"API secret is invalid" : "API مەخپىيىتى ئىناۋەتسىز",
|
||||
"URL has to start with HTTPS" : "URL نى HTTPS دىن باشلاش كېرەك",
|
||||
"URL has to contain the {token} placeholder" : "URL دا {token} ئورۇن ئىگىسى بولۇشى كېرەك",
|
||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URL چوقۇم https: // دىن باشلىنىشى ھەمدە {token} نى ئۆز ئىچىگە ئېلىشى كېرەك. بۇنىڭدىن باشقا ، {user} ئورۇن ئىگىسىنى ئىشلىتىشكە بولىدۇ.",
|
||||
"The file \"{filename}\" was uploaded to your room." : "«{filename} ئىسمى}» ھۆججىتى ئۆيىڭىزگە يۈكلەندى.",
|
||||
"The file \"{filename}\" could not be uploaded to your room." : "«{filename} ئىسمى}» ھۆججىتىنى ئۆيىڭىزگە يۈكلەشكە بولمىدى.",
|
||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "«{filename} ئىسمى}» ھۆججىتىنى ئۆيىڭىزگە يۈكلەشكە بولمىدى. بەلكىم BigBlueButton مۇلازىمېتىرىڭىز بۇ ھەرىكەتنى قوللىماسلىقى مۇمكىن.",
|
||||
"Send file to BBB" : "BBB غا ھۆججەت ئەۋەتىڭ",
|
||||
"Send to" : "ئەۋەتىش",
|
||||
"Start with" : "بىلەن باشلاڭ",
|
||||
"Please select the room in which you like to use the file \"{filename}\"." : "«{filename} ئىسمى}» ھۆججىتىنى ئىشلىتىشنى ياخشى كۆرىدىغان ئۆينى تاللاڭ.",
|
||||
"No rooms available!" : "ياتاق يوق!",
|
||||
"Send to BBB" : "BBB غا ئەۋەتىڭ"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
134
l10n/ug.json
134
l10n/ug.json
|
@ -1,13 +1,145 @@
|
|||
{ "translations": {
|
||||
"You created the room %s." : "ئۆينى% s قۇردىڭىز.",
|
||||
"You deleted the room %s." : "ئۆينى% s ئۆچۈردىڭىز.",
|
||||
"{user} deleted the room %s." : "{user} ئۆينى% s ئۆچۈردى.",
|
||||
"You shared the room %s with {shareWith}." : "ياتاقنى% s {shareWith} بىلەن ئورتاقلاشتىڭىز.",
|
||||
"{user} shared the room %s with you." : "{user} ياتاق% s نى سىز بىلەن ئورتاقلاشتى.",
|
||||
"You unshared the room %s with {shareWith}." : "ئۆينى% s {shareWith} بىلەن ئورتاقلاشمىدىڭىز.",
|
||||
"{user} unshared the room %s with you." : "{user} ئۆينى% s بىلەن ئورتاقلاشمىدى.",
|
||||
"You started a meeting in the \"%s\" room." : "سىز «% s» ئۆيىدە يىغىن باشلىدىڭىز.",
|
||||
"{user} started a meeting in the \"%s\" room." : "{user} \"% s\" ئۆيىدە يىغىن باشلىدى.",
|
||||
"The meeting in room \"%s\" has ended." : "«% S» دىكى يىغىن ئاخىرلاشتى.",
|
||||
"Recording for room \"%s\" is ready." : "ياتاق «% s» نى خاتىرىلەش تەييار.",
|
||||
"To invite someone to the meeting, send them this link: %s" : "باشقىلارنى يىغىنغا تەكلىپ قىلىش ئۈچۈن ، ئۇلارغا بۇ ئۇلىنىشنى ئەۋەتىڭ:% s",
|
||||
"Public" : "جامائەت",
|
||||
"Internal + Password protection for guests" : "مېھمانلارغا ئىچكى + پارول قوغداش",
|
||||
"Internal + Waiting room for guests" : "ئىچكى + مېھمانلارنى كۈتۈش ئۆيى",
|
||||
"Waiting room for all users" : "بارلىق ئىشلەتكۈچىلەرنى كۈتۈش ئۆيى",
|
||||
"Internal" : "ئىچكى",
|
||||
"Internal restricted" : "ئىچكى چەكلەنگەن",
|
||||
"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/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 شىركىتى تەرىپىدىن تەستىقلانمايدۇ ياكى ئېتىراپ قىلىنمايدۇ BigBlueButton ۋە BigBlueButton Logo بولسا BigBlueButton شىركىتىنىڭ ماركىسى. *",
|
||||
"Room not found" : "ياتاق تېپىلمىدى",
|
||||
"The room could not be found. Maybe it was deleted?" : "ياتاق تاپالمىدى. بەلكىم ئۆچۈرۈلگەن بولۇشى مۇمكىن؟",
|
||||
"Back to %s" : "% S گە قايتىش",
|
||||
"Get your API URL and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "BigBlueButton مۇلازىمېتىرىڭىزدا «sudo bbb-conf --secret» نى ئىجرا قىلىش ئارقىلىق API URL ۋە مەخپىيەتلىكىڭىزنى ئېلىڭ.",
|
||||
"API URL" : "API URL",
|
||||
"API secret" : "API مەخپىيىتى",
|
||||
"Save" : "ساقلا",
|
||||
"Show room manager in app navigation instead of settings page." : "تەڭشەك بېتىنىڭ ئورنىغا ئەپ يېتەكچىسىدە ياتاق باشقۇرغۇچىنى كۆرسەت.",
|
||||
"Use Nextcloud theme in BigBlueButton." : "BigclueButton دا Nextcloud تېمىسىنى ئىشلىتىڭ.",
|
||||
"Default Room Settings" : "كۆڭۈلدىكى ئۆي تەڭشىكى",
|
||||
"Below you can change some default values, which are used to create a new room." : "تۆۋەندە سىز يېڭى ئۆي قۇرۇشقا ئىشلىتىلىدىغان بىر قىسىم سۈكۈتتىكى قىممەتلەرنى ئۆزگەرتەلەيسىز.",
|
||||
"Perform media check before usage" : "ئىشلىتىشتىن بۇرۇن مېدىيا تەكشۈرۈڭ",
|
||||
"Community" : "مەھەللە",
|
||||
"Are you enjoying this app? Give something back to the open source community." : "بۇ ئەپتىن ھۇزۇرلىنامسىز؟ ئوچۇق كودلۇق جەمئىيەتكە بىر نەرسە قايتۇرۇڭ.",
|
||||
"Checkout the contributor guide" : "تۆھپىكارلار يېتەكچىسى",
|
||||
"URL Shortener" : "URL Shortener",
|
||||
"If you like to use shorter urls, you can enter a forwarding proxy below." : "ئەگەر قىسقا ئۇرل ئىشلىتىشنى ياقتۇرسىڭىز ، تۆۋەندىكى ۋاكالەتچىگە كىرسىڭىز بولىدۇ.",
|
||||
"URL shortener" : "URL قىسقارغۇچ",
|
||||
"Restrictions" : "چەكلىمىلەر",
|
||||
"You will be forwarded to the room in the next few seconds." : "كەلگۈسى بىر نەچچە سېكۇنت ئىچىدە سىز ئۆيگە ئەۋەتىلىدۇ.",
|
||||
"Let's go!" : "ماڭايلى!",
|
||||
"Please enter your name!" : "ئىسمىڭىزنى كىرگۈزۈڭ!",
|
||||
"The name must be at least 3 characters long." : "ئىسمى كەم دېگەندە 3 ھەرپ بولۇشى كېرەك.",
|
||||
"You have to provide the correct password to join the meeting." : "يىغىنغا قاتنىشىش ئۈچۈن توغرا پارول بىلەن تەمىنلىشىڭىز كېرەك.",
|
||||
"Display name" : "كۆرسىتىش ئىسمى",
|
||||
"Password" : "ئىم",
|
||||
"Join" : "قوشۇلۇڭ",
|
||||
"Have an account? Log in." : "ھېساباتىڭىز بارمۇ؟ كىرىڭ.",
|
||||
"Hello %s" : "ياخشىمۇسىز% s",
|
||||
"Name, group …" : "ئىسىم ، گۇرۇپپا…",
|
||||
"Group" : "Group",
|
||||
"Searching" : "ئىزدەش",
|
||||
"No matches" : "ماس كەلمەيدۇ",
|
||||
"admin" : "admin",
|
||||
"moderator" : "رىياسەتچى",
|
||||
"user" : "ئىشلەتكۈچى",
|
||||
"Name" : "ئاتى",
|
||||
"Access" : "زىيارەت",
|
||||
"Max" : "Max",
|
||||
"Record" : "Record",
|
||||
"Recordings" : "Recordings",
|
||||
"You are not permitted to create a room." : "ياتاق قۇرۇشىڭىزغا رۇخسەت قىلىنمايدۇ.",
|
||||
"You exceeded the maximum number of rooms." : "ئەڭ كۆپ ئۆي سانىدىن ئېشىپ كەتتىڭىز.",
|
||||
"Room quota:" : "ياتاق نورمىسى:",
|
||||
"Edit" : "تەھرىر",
|
||||
"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." : "ئەگەر قوزغىتىلسا ، رىياسەتچى خاتىرىلەشنى باشلىيالايدۇ.",
|
||||
"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> كۈتۈش ئۆيى: رىياسەتچى ھەر بىر مېھماننى قوشۇلۇشتىن بۇرۇن قوبۇل قىلىشى كېرەك.",
|
||||
"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." : "ئەگەر چەكلەنگەن بولسا ، يىغىنغا قاتنىشىش ئۈچۈن مىكروفون لازىم بولىدۇ.",
|
||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "ئەگەر قوزغىتىلغان بولسا ، ئىشلەتكۈچى تۇنجى قوشۇلغان ۋاقىتتا (BBB مۇلازىمېتىرى 2.3 دىن باشلاپ ئىشلەتكىلى بولىدۇ) ياڭراتقۇ ۋە تور كامېراسىنى ئالدىن كۆرمەسلىكى كېرەك.",
|
||||
"If enabled, the user list, chat area and presentation are hidden by default." : "ئەگەر قوزغىتىلسا ، ئىشلەتكۈچى تىزىملىكى ، پاراڭلىشىش رايونى ۋە تونۇشتۇرۇش سۈكۈتتىكى ھالەتتە يوشۇرۇنغان.",
|
||||
"If enabled, all users will join the meeting muted." : "ئەگەر قوزغىتىلسا ، بارلىق ئىشلەتكۈچىلەر ئاۋازسىز يىغىنغا قاتنىشىدۇ.",
|
||||
"Edit \"{room}\"" : "\"{room}\" نى تەھرىرلەڭ",
|
||||
"Room URL" : "ياتاق URL",
|
||||
"Welcome" : "خۇش كەپسىز",
|
||||
"Participant limit" : "قاتناشقۇچىلارنىڭ چېكى",
|
||||
"Sharing" : "ھەمبەھىر",
|
||||
"Every participant is moderator" : "ھەر بىر قاتناشقۇچى رىياسەتچى",
|
||||
"Moderator access via URL" : "رىياسەتچى URL ئارقىلىق زىيارەت قىلىدۇ",
|
||||
"Miscellaneous" : "ھەرخىل",
|
||||
"Recording" : "خاتىرىلەش",
|
||||
"Require moderator to start room" : "رىياسەتچىدىن ئۆي ئېچىشنى تەلەپ قىلىڭ",
|
||||
"Listen only option" : "پەقەت تاللاشنىلا ئاڭلاڭ",
|
||||
"Skip media check before usage" : "ئىشلىتىشتىن بۇرۇن مېدىيا تەكشۈرۈشىدىن ئاتلاڭ",
|
||||
"Clean layout" : "ئورۇنلاشتۇرۇش",
|
||||
"Join meeting muted" : "ئاۋازسىز يىغىنغا قاتنىشىڭ",
|
||||
"Room name" : "ياتاق ئىسمى",
|
||||
"Create" : "قۇر",
|
||||
"Published" : "ئېلان قىلىندى",
|
||||
"Open recording" : "خاتىرىلەشنى ئېچىڭ",
|
||||
"Copy to clipboard" : "چاپلاش تاختىسىغا كۆچۈرۈڭ",
|
||||
"Save as file" : "ھۆججەت سۈپىتىدە ساقلاڭ",
|
||||
"Delete" : "ئۆچۈر",
|
||||
"Are you sure you want to delete \"{name}\"? This operation cannot be undone." : "«{name}» نى ئۆچۈرمەكچىمۇ؟ بۇ مەشغۇلاتنى ئەمەلدىن قالدۇرغىلى بولمايدۇ.",
|
||||
"Delete \"{name}\"?" : "ئۆچۈرۈڭ \"{name}\"?",
|
||||
"Select target folder" : "نىشان ھۆججەت قىسقۇچىنى تاللاڭ",
|
||||
"Room URL was stored in \"{path}\" as \"{filename}\"." : "ياتاق ئادرېسى \"{path}\" دا \"{filename} ئىسمى}\" سۈپىتىدە ساقلاندى.",
|
||||
"Link stored" : "ئۇلىنىش ساقلانغان",
|
||||
"URL to room could not be stored." : "ياتاقتىكى URL نى ساقلىغىلى بولمايدۇ.",
|
||||
"Error" : "خاتالىق",
|
||||
"Loading" : "Loading"
|
||||
"URL to presentation was stored in \"{path}\" as \"{filename}\"." : "تونۇشتۇرۇش ئادرېسى «{path}» دا «{filename} ئىسمى}» سۈپىتىدە ساقلانغان.",
|
||||
"URL to presentation could not be stored." : "تونۇشتۇرۇش ئادرېسىنى ساقلىغىلى بولمايدۇ.",
|
||||
"Are you sure you want to delete the recording from \"{startDate}\"? This operation cannot be undone." : "خاتىرىنى «{startDate}» دىن ئۆچۈرمەكچىمۇ؟ بۇ مەشغۇلاتنى ئەمەلدىن قالدۇرغىلى بولمايدۇ.",
|
||||
"Delete?" : "ئۆچۈرەمسىز؟",
|
||||
"Could not delete record" : "خاتىرىنى ئۆچۈرەلمىدى",
|
||||
"Server error" : "مۇلازىمېتىر خاتالىقى",
|
||||
"Could not modify publishing state" : "نەشرىيات ھالىتىنى ئۆزگەرتەلمىدى",
|
||||
"Open room" : "ئوچۇق ئۆي",
|
||||
"Start" : "باشلاش",
|
||||
"Clone room" : "كلون ئۆي",
|
||||
"Loading" : "Loading",
|
||||
"You are not allowed to change this option, because this room is shared with you." : "بۇ تاللاشنى ئۆزگەرتىشىڭىزگە رۇخسەت قىلىنمايدۇ ، چۈنكى بۇ ئۆي سىز بىلەن ئورتاقلاشقان.",
|
||||
"Max. rooms" : "Max. ياتاق",
|
||||
"Max. participants" : "Max. قاتناشقۇچىلار",
|
||||
"Group …" : "گۇرۇپپا…",
|
||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "چەكلىمىلەر ھازىرقى ئۆيلەرگە تەسىر كۆرسەتمەيدۇ. Minus one بولسا قىممەتنىڭ چەكسىز ئىكەنلىكىنى كۆرسىتىدۇ. ئەگەر كۆپ چەكلىمىلەر قوللىنىلسا ، ھەر بىر ئىشلەتكۈچى ئۈچۈن ئەڭ ئاز چەكلەش ئۇسۇلى تاللىنىدۇ.",
|
||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "«{name}» گۇرۇپپىسىنىڭ چەكلىمىسىنى ئۆچۈرمەكچىمۇ؟ بۇ مەشغۇلاتنى ئەمەلدىن قالدۇرغىلى بولمايدۇ.",
|
||||
"Delete restrictions for \"{name}\"?" : "\"{name}\" چەكلىمىسىنى ئۆچۈرۈڭ؟",
|
||||
"Settings saved" : "تەڭشەكلەر ساقلاندى",
|
||||
"Unexpected error occurred" : "ئويلىمىغان خاتالىق يۈز بەردى",
|
||||
"API URL is invalid" : "API URL ئىناۋەتسىز",
|
||||
"API secret is invalid" : "API مەخپىيىتى ئىناۋەتسىز",
|
||||
"URL has to start with HTTPS" : "URL نى HTTPS دىن باشلاش كېرەك",
|
||||
"URL has to contain the {token} placeholder" : "URL دا {token} ئورۇن ئىگىسى بولۇشى كېرەك",
|
||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URL چوقۇم https: // دىن باشلىنىشى ھەمدە {token} نى ئۆز ئىچىگە ئېلىشى كېرەك. بۇنىڭدىن باشقا ، {user} ئورۇن ئىگىسىنى ئىشلىتىشكە بولىدۇ.",
|
||||
"The file \"{filename}\" was uploaded to your room." : "«{filename} ئىسمى}» ھۆججىتى ئۆيىڭىزگە يۈكلەندى.",
|
||||
"The file \"{filename}\" could not be uploaded to your room." : "«{filename} ئىسمى}» ھۆججىتىنى ئۆيىڭىزگە يۈكلەشكە بولمىدى.",
|
||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "«{filename} ئىسمى}» ھۆججىتىنى ئۆيىڭىزگە يۈكلەشكە بولمىدى. بەلكىم BigBlueButton مۇلازىمېتىرىڭىز بۇ ھەرىكەتنى قوللىماسلىقى مۇمكىن.",
|
||||
"Send file to BBB" : "BBB غا ھۆججەت ئەۋەتىڭ",
|
||||
"Send to" : "ئەۋەتىش",
|
||||
"Start with" : "بىلەن باشلاڭ",
|
||||
"Please select the room in which you like to use the file \"{filename}\"." : "«{filename} ئىسمى}» ھۆججىتىنى ئىشلىتىشنى ياخشى كۆرىدىغان ئۆينى تاللاڭ.",
|
||||
"No rooms available!" : "ياتاق يوق!",
|
||||
"Send to BBB" : "BBB غا ئەۋەتىڭ"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -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);
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue