mirror of https://github.com/sualko/cloud_bbb
Compare commits
1 Commits
6d967f56da
...
753d081c6c
| Author | SHA1 | Date |
|---|---|---|
|
|
753d081c6c |
|
|
@ -18,6 +18,6 @@ return [
|
|||
['name' => 'join#index', 'url' => '/b/{token}/{moderatorToken}', 'verb' => 'GET', 'defaults' => ['moderatorToken' => '']],
|
||||
['name' => 'restriction#user', 'url' => '/restrictions/user', 'verb' => 'GET'],
|
||||
['name' => 'hook#meetingEnded', 'url' => '/hook/ended/{token}/{mac}', 'verb' => 'GET'],
|
||||
['name' => 'hook#recordingReady', 'url' => '/hook/recording/{token}/{mac}', 'verb' => 'POST'],
|
||||
['name' => 'hook#recordingReady', 'url' => '/hook/recording/{token}/{mac}', 'verb' => 'GET'],
|
||||
]
|
||||
];
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ OC.L10N.register(
|
|||
"Create" : "Krouiñ",
|
||||
"Delete" : "Dilemel",
|
||||
"Error" : "Fazi",
|
||||
"Delete?" : "Dilemel?",
|
||||
"Loading" : "Kargañ",
|
||||
"Settings saved" : "Stummoù enrollet"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
"Create" : "Krouiñ",
|
||||
"Delete" : "Dilemel",
|
||||
"Error" : "Fazi",
|
||||
"Delete?" : "Dilemel?",
|
||||
"Loading" : "Kargañ",
|
||||
"Settings saved" : "Stummoù enrollet"
|
||||
},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"
|
||||
|
|
|
|||
|
|
@ -57,7 +57,6 @@ OC.L10N.register(
|
|||
"No matches" : "Cap coincidència",
|
||||
"admin" : "administrador",
|
||||
"moderator" : "moderador",
|
||||
"user" : "usuari",
|
||||
"Name" : "Nom",
|
||||
"Access" : "Accés",
|
||||
"Max" : "Màx",
|
||||
|
|
@ -114,10 +113,7 @@ OC.L10N.register(
|
|||
"Delete?" : "Suprimeix?",
|
||||
"Could not delete record" : "No s' ha pogut suprimir el registre",
|
||||
"Server error" : "Error del servidor",
|
||||
"Could not modify publishing state" : "No s'ha pogut modificar l'estat de publicació ",
|
||||
"Open room" : "Obrir sala",
|
||||
"Start" : "Inici",
|
||||
"Clone room" : "Clonar sala",
|
||||
"Loading" : "Carregant",
|
||||
"You are not allowed to change this option, because this room is shared with you." : "No podeu canviar aquesta opció perquè aquesta sala es comparteix amb vostè.",
|
||||
"Max. rooms" : "Màx. sales",
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@
|
|||
"No matches" : "Cap coincidència",
|
||||
"admin" : "administrador",
|
||||
"moderator" : "moderador",
|
||||
"user" : "usuari",
|
||||
"Name" : "Nom",
|
||||
"Access" : "Accés",
|
||||
"Max" : "Màx",
|
||||
|
|
@ -112,10 +111,7 @@
|
|||
"Delete?" : "Suprimeix?",
|
||||
"Could not delete record" : "No s' ha pogut suprimir el registre",
|
||||
"Server error" : "Error del servidor",
|
||||
"Could not modify publishing state" : "No s'ha pogut modificar l'estat de publicació ",
|
||||
"Open room" : "Obrir sala",
|
||||
"Start" : "Inici",
|
||||
"Clone room" : "Clonar sala",
|
||||
"Loading" : "Carregant",
|
||||
"You are not allowed to change this option, because this room is shared with you." : "No podeu canviar aquesta opció perquè aquesta sala es comparteix amb vostè.",
|
||||
"Max. rooms" : "Màx. sales",
|
||||
|
|
|
|||
36
l10n/da.js
36
l10n/da.js
|
|
@ -1,42 +1,12 @@
|
|||
OC.L10N.register(
|
||||
"bbb",
|
||||
{
|
||||
"You created the room %s." : "Du oprettede rummet %s.",
|
||||
"You deleted the room %s." : "Du slettede rummet %s.",
|
||||
"{user} deleted the room %s." : "{user} slettede rummet %s.",
|
||||
"You shared the room %s with {shareWith}." : "Du delte rummet %s med {shareWith}.",
|
||||
"{user} shared the room %s with you." : "{user} delte rummet %s med dig.",
|
||||
"You unshared the room %s with {shareWith}." : "Du stoppede deling af rummet %s med {shareWith}.",
|
||||
"{user} unshared the room %s with you." : "{user} stoppede deling af rummet %s med dig.",
|
||||
"You started a meeting in the \"%s\" room." : "Du startede et møde i \"%s\" rummet.",
|
||||
"{user} started a meeting in the \"%s\" room." : "{user} startede et møde i \"%s\" rummet.",
|
||||
"The meeting in room \"%s\" has ended." : "Mødet i rummet \"%s\" er sluttet.",
|
||||
"Recording for room \"%s\" is ready." : "Optagelse for rummet \"%s\" er klar.",
|
||||
"To invite someone to the meeting, send them this link: %s" : "For at invitere nogen til mødet, så send dem dette link: %s",
|
||||
"Public" : "Offentlig",
|
||||
"Internal + Password protection for guests" : "Internt + Adgangskodebeskyttelse for gæster",
|
||||
"Internal + Waiting room for guests" : "Internt + venteværelse for gæsterWaiting room for guests",
|
||||
"Waiting room for all users" : "Venterum for alle brugere",
|
||||
"Internal" : "Intern",
|
||||
"Internal restricted" : "Internt begrænset",
|
||||
"API URL or secret not configured. Please contact your administrator." : "API URL eller hemmelighed ikke konfigureret. Kontakt venligst din administrator.",
|
||||
"BigBlueButton Integration" : "BigBlueButton integration",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton integration til 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/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.*" : "Denne app giver mulighed for at oprette møder med en ekstern installation af [BigBlueButton](https://bigbluebutton.org).\n\n* **Rumopsætning** Opret multiple rumkonfigurationer med navn. velkomstbesked …\n* **Del gæstelink** Del rumlinket med alle dine gæster\n* **Del moderatorlink** Inviter moderatorer til rummet\n* **Del rum** Del rum med medlemmer, grupper eller cirkler\n* **Brugerdefineret præsentation** Start et rum med en udvalgt præsentation fra din filbrowser\n* **Styr optagelser** Vis, del og slet optagelser af dine rum\n* **Begrænsninger** Begræns rumoprettelse til visse grupper\n* **Aktiviteter** Få et overblik over dine rumaktiviteter\n\nHurtigt start guide og yderligere information i vores [readme](https://github.com/littleredbutton/cloud_bbb).\nKan du li' denne applikation? Giv noget tilbage til opensource fællesskabet og tjek vores\n[måder at bidrage på](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nBidragsydere er velkomne! Hvis du har tid, så ville det være skønt, hvis du kan hjælpe med at forbedre denne applikation.\n\n*Denne app integrerer BigBlueButton og er ikke godkendt eller certificeret af BigBlueButton Inc. BigBlueButton og BigBlueButton logoet er handelsmærker for BigBlueButton Inc.*",
|
||||
"Room not found" : "Rum ikke fundet",
|
||||
"The room could not be found. Maybe it was deleted?" : "Rummet kunne ikke findes. Måske er det blevet slettet?",
|
||||
"Back to %s" : "Tilbage til %s",
|
||||
"Get your API URL and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Få din API URL og hemmelighed ved at udføre \"sudo bbb-conf --secret\" på din BigBlueButton server.",
|
||||
"API URL" : "API URL",
|
||||
"API secret" : "API hemmelighed",
|
||||
"Save" : "Gem",
|
||||
"Show room manager in app navigation instead of settings page." : "Vis rumstyring i app navigation i stedet for indstillingssiden.",
|
||||
"Use Nextcloud theme in BigBlueButton." : "Anvend Nextcloud tema i BigBlueButton.",
|
||||
"Default Room Settings" : "Standard rumindstillingerRoom Settings",
|
||||
"Below you can change some default values, which are used to create a new room." : "Nedenfor kan du ændre nogle standardværdier, som anvendes til at oprette et nyt rum.",
|
||||
"Community" : "Onlinefællesskab",
|
||||
"Display name" : "Vist navn",
|
||||
"Password" : "Adgangskode",
|
||||
"Password" : "Password",
|
||||
"Join" : "Deltag",
|
||||
"Hello %s" : "Hej %s",
|
||||
"Group" : "Gruppe",
|
||||
|
|
@ -50,7 +20,6 @@ OC.L10N.register(
|
|||
"Welcome" : "Velkommen",
|
||||
"Sharing" : "Deling",
|
||||
"Miscellaneous" : "Diverse",
|
||||
"Recording" : "Optagelse",
|
||||
"Room name" : "Rumnavn",
|
||||
"Create" : "Opret",
|
||||
"Published" : "Udgivet",
|
||||
|
|
@ -61,7 +30,6 @@ OC.L10N.register(
|
|||
"Server error" : "Serverfejl",
|
||||
"Loading" : "Indlæser",
|
||||
"Settings saved" : "Indstillinger gemt",
|
||||
"Unexpected error occurred" : "En uventet fejl opstod",
|
||||
"Send to" : "Send til"
|
||||
"Unexpected error occurred" : "En uventet fejl opstod"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
36
l10n/da.json
36
l10n/da.json
|
|
@ -1,40 +1,10 @@
|
|||
{ "translations": {
|
||||
"You created the room %s." : "Du oprettede rummet %s.",
|
||||
"You deleted the room %s." : "Du slettede rummet %s.",
|
||||
"{user} deleted the room %s." : "{user} slettede rummet %s.",
|
||||
"You shared the room %s with {shareWith}." : "Du delte rummet %s med {shareWith}.",
|
||||
"{user} shared the room %s with you." : "{user} delte rummet %s med dig.",
|
||||
"You unshared the room %s with {shareWith}." : "Du stoppede deling af rummet %s med {shareWith}.",
|
||||
"{user} unshared the room %s with you." : "{user} stoppede deling af rummet %s med dig.",
|
||||
"You started a meeting in the \"%s\" room." : "Du startede et møde i \"%s\" rummet.",
|
||||
"{user} started a meeting in the \"%s\" room." : "{user} startede et møde i \"%s\" rummet.",
|
||||
"The meeting in room \"%s\" has ended." : "Mødet i rummet \"%s\" er sluttet.",
|
||||
"Recording for room \"%s\" is ready." : "Optagelse for rummet \"%s\" er klar.",
|
||||
"To invite someone to the meeting, send them this link: %s" : "For at invitere nogen til mødet, så send dem dette link: %s",
|
||||
"Public" : "Offentlig",
|
||||
"Internal + Password protection for guests" : "Internt + Adgangskodebeskyttelse for gæster",
|
||||
"Internal + Waiting room for guests" : "Internt + venteværelse for gæsterWaiting room for guests",
|
||||
"Waiting room for all users" : "Venterum for alle brugere",
|
||||
"Internal" : "Intern",
|
||||
"Internal restricted" : "Internt begrænset",
|
||||
"API URL or secret not configured. Please contact your administrator." : "API URL eller hemmelighed ikke konfigureret. Kontakt venligst din administrator.",
|
||||
"BigBlueButton Integration" : "BigBlueButton integration",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton integration til 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/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.*" : "Denne app giver mulighed for at oprette møder med en ekstern installation af [BigBlueButton](https://bigbluebutton.org).\n\n* **Rumopsætning** Opret multiple rumkonfigurationer med navn. velkomstbesked …\n* **Del gæstelink** Del rumlinket med alle dine gæster\n* **Del moderatorlink** Inviter moderatorer til rummet\n* **Del rum** Del rum med medlemmer, grupper eller cirkler\n* **Brugerdefineret præsentation** Start et rum med en udvalgt præsentation fra din filbrowser\n* **Styr optagelser** Vis, del og slet optagelser af dine rum\n* **Begrænsninger** Begræns rumoprettelse til visse grupper\n* **Aktiviteter** Få et overblik over dine rumaktiviteter\n\nHurtigt start guide og yderligere information i vores [readme](https://github.com/littleredbutton/cloud_bbb).\nKan du li' denne applikation? Giv noget tilbage til opensource fællesskabet og tjek vores\n[måder at bidrage på](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nBidragsydere er velkomne! Hvis du har tid, så ville det være skønt, hvis du kan hjælpe med at forbedre denne applikation.\n\n*Denne app integrerer BigBlueButton og er ikke godkendt eller certificeret af BigBlueButton Inc. BigBlueButton og BigBlueButton logoet er handelsmærker for BigBlueButton Inc.*",
|
||||
"Room not found" : "Rum ikke fundet",
|
||||
"The room could not be found. Maybe it was deleted?" : "Rummet kunne ikke findes. Måske er det blevet slettet?",
|
||||
"Back to %s" : "Tilbage til %s",
|
||||
"Get your API URL and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Få din API URL og hemmelighed ved at udføre \"sudo bbb-conf --secret\" på din BigBlueButton server.",
|
||||
"API URL" : "API URL",
|
||||
"API secret" : "API hemmelighed",
|
||||
"Save" : "Gem",
|
||||
"Show room manager in app navigation instead of settings page." : "Vis rumstyring i app navigation i stedet for indstillingssiden.",
|
||||
"Use Nextcloud theme in BigBlueButton." : "Anvend Nextcloud tema i BigBlueButton.",
|
||||
"Default Room Settings" : "Standard rumindstillingerRoom Settings",
|
||||
"Below you can change some default values, which are used to create a new room." : "Nedenfor kan du ændre nogle standardværdier, som anvendes til at oprette et nyt rum.",
|
||||
"Community" : "Onlinefællesskab",
|
||||
"Display name" : "Vist navn",
|
||||
"Password" : "Adgangskode",
|
||||
"Password" : "Password",
|
||||
"Join" : "Deltag",
|
||||
"Hello %s" : "Hej %s",
|
||||
"Group" : "Gruppe",
|
||||
|
|
@ -48,7 +18,6 @@
|
|||
"Welcome" : "Velkommen",
|
||||
"Sharing" : "Deling",
|
||||
"Miscellaneous" : "Diverse",
|
||||
"Recording" : "Optagelse",
|
||||
"Room name" : "Rumnavn",
|
||||
"Create" : "Opret",
|
||||
"Published" : "Udgivet",
|
||||
|
|
@ -59,7 +28,6 @@
|
|||
"Server error" : "Serverfejl",
|
||||
"Loading" : "Indlæser",
|
||||
"Settings saved" : "Indstillinger gemt",
|
||||
"Unexpected error occurred" : "En uventet fejl opstod",
|
||||
"Send to" : "Send til"
|
||||
"Unexpected error occurred" : "En uventet fejl opstod"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -19,7 +19,7 @@ OC.L10N.register(
|
|||
"Waiting room for all users" : "Warteraum für alle Benutzer",
|
||||
"Internal" : "Intern",
|
||||
"Internal restricted" : "Intern eingeschränkt",
|
||||
"API URL or secret not configured. Please contact your administrator." : "API-URL oder secret (geheime Phrase) nicht konfiguriert. Bitte wende dich an die Administration.",
|
||||
"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/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.*",
|
||||
|
|
@ -56,7 +56,7 @@ OC.L10N.register(
|
|||
"Group" : "Gruppe",
|
||||
"Searching" : "Suche",
|
||||
"No matches" : "Keine Übereinstimmungen",
|
||||
"admin" : "Administration",
|
||||
"admin" : "Administrator",
|
||||
"moderator" : "Moderator",
|
||||
"user" : "Benutzer",
|
||||
"Name" : "Name",
|
||||
|
|
@ -69,7 +69,7 @@ OC.L10N.register(
|
|||
"Room quota:" : "Raumkontingent:",
|
||||
"Edit" : "Bearbeiten",
|
||||
"Descriptive name of this room." : "Beschreibender Name dieses Raumes",
|
||||
"This message is shown to all users in the chat area after they joined." : "Diese Nachricht wird allen Benutzern im Chatbereich nach ihrem Beitritt angezeigt.",
|
||||
"This message is shown to all users in the chat area after they joined." : "Diese Nachricht wird allen Benutzern im Chat-Bereich nach ihrem Beitritt angezeigt.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Legt eine Begrenzung der Teilnehmerzahl für diesen Raum fest. Null bedeutet, dass es keine Begrenzung gibt.",
|
||||
"If enabled, the moderator is able to start the recording." : "Wenn aktiviert, kann der Moderator die Aufnahme starten.",
|
||||
"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." : "Erläuterung der verschiedenen Konzepte bezüglich der Zugriffsrechte:<br>- Öffentlich: Jeder, der den Link hat, kann beitreten. <br>- Intern: Nur Nextcloud-Benutzer können beitreten. <br>- Passwort: Nur Gäste, die das Passwort haben, können beitreten. <br>- Warteraum: Ein Moderator muss jeden Gast vor dem Beitreten bestätigen.<br> – Eingeschränkt: Nur ausgewählte Benutzer und Gruppen haben Zugriff auf diesen Raum.",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
"Waiting room for all users" : "Warteraum für alle Benutzer",
|
||||
"Internal" : "Intern",
|
||||
"Internal restricted" : "Intern eingeschränkt",
|
||||
"API URL or secret not configured. Please contact your administrator." : "API-URL oder secret (geheime Phrase) nicht konfiguriert. Bitte wende dich an die Administration.",
|
||||
"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/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.*",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
"Group" : "Gruppe",
|
||||
"Searching" : "Suche",
|
||||
"No matches" : "Keine Übereinstimmungen",
|
||||
"admin" : "Administration",
|
||||
"admin" : "Administrator",
|
||||
"moderator" : "Moderator",
|
||||
"user" : "Benutzer",
|
||||
"Name" : "Name",
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
"Room quota:" : "Raumkontingent:",
|
||||
"Edit" : "Bearbeiten",
|
||||
"Descriptive name of this room." : "Beschreibender Name dieses Raumes",
|
||||
"This message is shown to all users in the chat area after they joined." : "Diese Nachricht wird allen Benutzern im Chatbereich nach ihrem Beitritt angezeigt.",
|
||||
"This message is shown to all users in the chat area after they joined." : "Diese Nachricht wird allen Benutzern im Chat-Bereich nach ihrem Beitritt angezeigt.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Legt eine Begrenzung der Teilnehmerzahl für diesen Raum fest. Null bedeutet, dass es keine Begrenzung gibt.",
|
||||
"If enabled, the moderator is able to start the recording." : "Wenn aktiviert, kann der Moderator die Aufnahme starten.",
|
||||
"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." : "Erläuterung der verschiedenen Konzepte bezüglich der Zugriffsrechte:<br>- Öffentlich: Jeder, der den Link hat, kann beitreten. <br>- Intern: Nur Nextcloud-Benutzer können beitreten. <br>- Passwort: Nur Gäste, die das Passwort haben, können beitreten. <br>- Warteraum: Ein Moderator muss jeden Gast vor dem Beitreten bestätigen.<br> – Eingeschränkt: Nur ausgewählte Benutzer und Gruppen haben Zugriff auf diesen Raum.",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ OC.L10N.register(
|
|||
"Waiting room for all users" : "Warteraum für alle Benutzer",
|
||||
"Internal" : "Intern",
|
||||
"Internal restricted" : "Intern eingeschränkt",
|
||||
"API URL or secret not configured. Please contact your administrator." : "API-URL oder Secret (geheime Phrase) nicht konfiguriert. Bitte wenden Sie sich an die Administration.",
|
||||
"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/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.*",
|
||||
|
|
@ -56,7 +56,7 @@ OC.L10N.register(
|
|||
"Group" : "Gruppe",
|
||||
"Searching" : "Suche",
|
||||
"No matches" : "Keine Übereinstimmungen",
|
||||
"admin" : "Administration",
|
||||
"admin" : "Administrator",
|
||||
"moderator" : "Moderator",
|
||||
"user" : "Benutzer",
|
||||
"Name" : "Name",
|
||||
|
|
@ -69,7 +69,7 @@ OC.L10N.register(
|
|||
"Room quota:" : "Raumkontingent:",
|
||||
"Edit" : "Bearbeiten",
|
||||
"Descriptive name of this room." : "Beschreibender Name dieses Raumes",
|
||||
"This message is shown to all users in the chat area after they joined." : "Diese Nachricht wird allen Benutzern im Chatbereich nach ihrem Beitritt angezeigt.",
|
||||
"This message is shown to all users in the chat area after they joined." : "Diese Nachricht wird allen Benutzern im Chat-Bereich nach ihrem Beitritt angezeigt.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Legt eine Begrenzung der Teilnehmerzahl für diesen Raum fest. Null bedeutet, dass es keine Begrenzung gibt.",
|
||||
"If enabled, the moderator is able to start the recording." : "Wenn aktiviert, kann der Moderator die Aufnahme starten.",
|
||||
"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." : "Erläuterung der verschiedenen Konzepte bezüglich der Zugriffsrechte:<br>- Öffentlich: Jeder, der den Link hat, kann beitreten. <br>- Intern: Nur Nextcloud-Benutzer können beitreten. <br>- Passwort: Nur Gäste, die das Passwort haben, können beitreten. <br>- Warteraum: Ein Moderator muss jeden Gast vor dem Beitreten bestätigen.<br> – Eingeschränkt: Nur ausgewählte Benutzer und Gruppen haben Zugriff auf diesen Raum.",
|
||||
|
|
@ -126,7 +126,7 @@ OC.L10N.register(
|
|||
"Max. participants" : "Max. Teilnehmer",
|
||||
"Group …" : "Gruppe …",
|
||||
"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." : "Beschränkungen haben keine Auswirkungen auf bestehende Räume. Minus eins bedeutet, dass der Wert unbegrenzt ist. Bei mehreren Beschränkungen wird für jeden Benutzer die am wenigsten beschränkende Option gewählt.",
|
||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Möchten Sie die Beschränkungen für die Gruppe \"{name}\" wirklich löschen? Diese Operation kann nicht rückgängig gemacht werden.",
|
||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Möchten Sie die Beschränkungen für die Gruppe \"{Name}\" wirklich entfernen? Diese Operation kann nicht rückgängig gemacht werden.",
|
||||
"Delete restrictions for \"{name}\"?" : "Beschränkungen für \"{Name}\" löschen?",
|
||||
"Settings saved" : "Einstellungen gespeichert",
|
||||
"Unexpected error occurred" : "Es ist ein unerwarteter Fehler aufgetreten",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
"Waiting room for all users" : "Warteraum für alle Benutzer",
|
||||
"Internal" : "Intern",
|
||||
"Internal restricted" : "Intern eingeschränkt",
|
||||
"API URL or secret not configured. Please contact your administrator." : "API-URL oder Secret (geheime Phrase) nicht konfiguriert. Bitte wenden Sie sich an die Administration.",
|
||||
"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/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.*",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
"Group" : "Gruppe",
|
||||
"Searching" : "Suche",
|
||||
"No matches" : "Keine Übereinstimmungen",
|
||||
"admin" : "Administration",
|
||||
"admin" : "Administrator",
|
||||
"moderator" : "Moderator",
|
||||
"user" : "Benutzer",
|
||||
"Name" : "Name",
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
"Room quota:" : "Raumkontingent:",
|
||||
"Edit" : "Bearbeiten",
|
||||
"Descriptive name of this room." : "Beschreibender Name dieses Raumes",
|
||||
"This message is shown to all users in the chat area after they joined." : "Diese Nachricht wird allen Benutzern im Chatbereich nach ihrem Beitritt angezeigt.",
|
||||
"This message is shown to all users in the chat area after they joined." : "Diese Nachricht wird allen Benutzern im Chat-Bereich nach ihrem Beitritt angezeigt.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Legt eine Begrenzung der Teilnehmerzahl für diesen Raum fest. Null bedeutet, dass es keine Begrenzung gibt.",
|
||||
"If enabled, the moderator is able to start the recording." : "Wenn aktiviert, kann der Moderator die Aufnahme starten.",
|
||||
"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." : "Erläuterung der verschiedenen Konzepte bezüglich der Zugriffsrechte:<br>- Öffentlich: Jeder, der den Link hat, kann beitreten. <br>- Intern: Nur Nextcloud-Benutzer können beitreten. <br>- Passwort: Nur Gäste, die das Passwort haben, können beitreten. <br>- Warteraum: Ein Moderator muss jeden Gast vor dem Beitreten bestätigen.<br> – Eingeschränkt: Nur ausgewählte Benutzer und Gruppen haben Zugriff auf diesen Raum.",
|
||||
|
|
@ -124,7 +124,7 @@
|
|||
"Max. participants" : "Max. Teilnehmer",
|
||||
"Group …" : "Gruppe …",
|
||||
"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." : "Beschränkungen haben keine Auswirkungen auf bestehende Räume. Minus eins bedeutet, dass der Wert unbegrenzt ist. Bei mehreren Beschränkungen wird für jeden Benutzer die am wenigsten beschränkende Option gewählt.",
|
||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Möchten Sie die Beschränkungen für die Gruppe \"{name}\" wirklich löschen? Diese Operation kann nicht rückgängig gemacht werden.",
|
||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Möchten Sie die Beschränkungen für die Gruppe \"{Name}\" wirklich entfernen? Diese Operation kann nicht rückgängig gemacht werden.",
|
||||
"Delete restrictions for \"{name}\"?" : "Beschränkungen für \"{Name}\" löschen?",
|
||||
"Settings saved" : "Einstellungen gespeichert",
|
||||
"Unexpected error occurred" : "Es ist ein unerwarteter Fehler aufgetreten",
|
||||
|
|
|
|||
11
l10n/es.js
11
l10n/es.js
|
|
@ -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/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 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 invitaciones** Comparte el enlace de la sala con otras personas invitadas\n* **Comparte enlace de Moderación** Comparte el enlace de moderación de la sala.\n* **Comparte salas** Comparte salas con personas usuarias, 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",
|
||||
|
|
@ -58,7 +57,6 @@ OC.L10N.register(
|
|||
"No matches" : "Sin coincidencias",
|
||||
"admin" : "administrador",
|
||||
"moderator" : "moderador",
|
||||
"user" : "usuaria",
|
||||
"Name" : "Nombre",
|
||||
"Access" : "Acceso",
|
||||
"Max" : "Máx",
|
||||
|
|
@ -85,7 +83,7 @@ OC.L10N.register(
|
|||
"Room URL" : "URL de la sala",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Participant limit" : "Límite de participantes",
|
||||
"Sharing" : "Compartir",
|
||||
"Sharing" : "Compartición",
|
||||
"Every participant is moderator" : "Cada participante es un moderador",
|
||||
"Moderator access via URL" : "Acceso como moderador vía URL",
|
||||
"Miscellaneous" : "Varios",
|
||||
|
|
@ -116,10 +114,7 @@ OC.L10N.register(
|
|||
"Delete?" : "¿Eliminar?",
|
||||
"Could not delete record" : "No se ha podido eliminar el registro",
|
||||
"Server error" : "Error en el servidor",
|
||||
"Could not modify publishing state" : "No se pudo modificar el estado de la publicación",
|
||||
"Open room" : "Abrir la sala",
|
||||
"Start" : "Iniciar",
|
||||
"Clone room" : "Clonar la sala",
|
||||
"Loading" : "Cargando",
|
||||
"You are not allowed to change this option, because this room is shared with you." : "No puedes cambiar esta opción ya que esta sala está compartida contigo.",
|
||||
"Max. rooms" : "Máximo de salas",
|
||||
|
|
@ -133,8 +128,8 @@ OC.L10N.register(
|
|||
"API URL is invalid" : "La URL de la API es inválida",
|
||||
"API secret is invalid" : "La clave de la API no es válida",
|
||||
"URL has to start with HTTPS" : "La URL tiene que comenzar con https",
|
||||
"URL has to contain the {token} placeholder" : "La URL debe contener el marcador de posición {token}",
|
||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "La URL tiene que comenzar con https:// y contener {token}. Adicionalmente, se puede usar el marcador de posición {user}.",
|
||||
"URL has to contain the {token} placeholder" : "La URL debe contener el referente {token}",
|
||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "La URL tiene que comenzar con https:// y contener {token}. Adicionalmente, se puede usar el referente {user}.",
|
||||
"The file \"{filename}\" was uploaded to your room." : "El archivo \"{filename}\" se ha subido a su sala.",
|
||||
"The file \"{filename}\" could not be uploaded to your room." : "El archivo \"{filename}\" no se puede subir a su sala.",
|
||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "El archivo \"{filename}\" no se podido subir a su sala. Puede que su servidor BigBlueButton no soporte esta acción.",
|
||||
|
|
|
|||
11
l10n/es.json
11
l10n/es.json
|
|
@ -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/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 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 invitaciones** Comparte el enlace de la sala con otras personas invitadas\n* **Comparte enlace de Moderación** Comparte el enlace de moderación de la sala.\n* **Comparte salas** Comparte salas con personas usuarias, 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",
|
||||
|
|
@ -56,7 +55,6 @@
|
|||
"No matches" : "Sin coincidencias",
|
||||
"admin" : "administrador",
|
||||
"moderator" : "moderador",
|
||||
"user" : "usuaria",
|
||||
"Name" : "Nombre",
|
||||
"Access" : "Acceso",
|
||||
"Max" : "Máx",
|
||||
|
|
@ -83,7 +81,7 @@
|
|||
"Room URL" : "URL de la sala",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Participant limit" : "Límite de participantes",
|
||||
"Sharing" : "Compartir",
|
||||
"Sharing" : "Compartición",
|
||||
"Every participant is moderator" : "Cada participante es un moderador",
|
||||
"Moderator access via URL" : "Acceso como moderador vía URL",
|
||||
"Miscellaneous" : "Varios",
|
||||
|
|
@ -114,10 +112,7 @@
|
|||
"Delete?" : "¿Eliminar?",
|
||||
"Could not delete record" : "No se ha podido eliminar el registro",
|
||||
"Server error" : "Error en el servidor",
|
||||
"Could not modify publishing state" : "No se pudo modificar el estado de la publicación",
|
||||
"Open room" : "Abrir la sala",
|
||||
"Start" : "Iniciar",
|
||||
"Clone room" : "Clonar la sala",
|
||||
"Loading" : "Cargando",
|
||||
"You are not allowed to change this option, because this room is shared with you." : "No puedes cambiar esta opción ya que esta sala está compartida contigo.",
|
||||
"Max. rooms" : "Máximo de salas",
|
||||
|
|
@ -131,8 +126,8 @@
|
|||
"API URL is invalid" : "La URL de la API es inválida",
|
||||
"API secret is invalid" : "La clave de la API no es válida",
|
||||
"URL has to start with HTTPS" : "La URL tiene que comenzar con https",
|
||||
"URL has to contain the {token} placeholder" : "La URL debe contener el marcador de posición {token}",
|
||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "La URL tiene que comenzar con https:// y contener {token}. Adicionalmente, se puede usar el marcador de posición {user}.",
|
||||
"URL has to contain the {token} placeholder" : "La URL debe contener el referente {token}",
|
||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "La URL tiene que comenzar con https:// y contener {token}. Adicionalmente, se puede usar el referente {user}.",
|
||||
"The file \"{filename}\" was uploaded to your room." : "El archivo \"{filename}\" se ha subido a su sala.",
|
||||
"The file \"{filename}\" could not be uploaded to your room." : "El archivo \"{filename}\" no se puede subir a su sala.",
|
||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "El archivo \"{filename}\" no se podido subir a su sala. Puede que su servidor BigBlueButton no soporte esta acción.",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"Welcome" : "Bienvenido",
|
||||
"Sharing" : "Compartiendo",
|
||||
"Create" : "Crear",
|
||||
"Published" : "Publicado",
|
||||
"Copy to clipboard" : "Copiar al portapapeles",
|
||||
"Delete" : "Eliminar",
|
||||
"Error" : "Error",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@
|
|||
"Welcome" : "Bienvenido",
|
||||
"Sharing" : "Compartiendo",
|
||||
"Create" : "Crear",
|
||||
"Published" : "Publicado",
|
||||
"Copy to clipboard" : "Copiar al portapapeles",
|
||||
"Delete" : "Eliminar",
|
||||
"Error" : "Error",
|
||||
|
|
|
|||
|
|
@ -2,31 +2,22 @@ OC.L10N.register(
|
|||
"bbb",
|
||||
{
|
||||
"Public" : "Avalik",
|
||||
"Internal" : "Sisene",
|
||||
"Back to %s" : "Tagasi siia: %s",
|
||||
"Save" : "Salvesta",
|
||||
"Community" : "Kogukond",
|
||||
"Display name" : "Kuvatav nimi",
|
||||
"Password" : "Parool",
|
||||
"Hello %s" : "Tere %s",
|
||||
"Group" : "Grupp",
|
||||
"Name" : "Nimi",
|
||||
"Access" : "Ligipääs",
|
||||
"Max" : "Maks",
|
||||
"Edit" : "Redigeeri",
|
||||
"Welcome" : "Tere tulemast",
|
||||
"Sharing" : "Jagamine",
|
||||
"Recording" : "Salvestan",
|
||||
"Create" : "Loo",
|
||||
"Published" : "Avaldatud",
|
||||
"Copy to clipboard" : "Kopeeri lõikepuhvrisse",
|
||||
"Delete" : "Kustuta",
|
||||
"Error" : "Viga",
|
||||
"Server error" : "Serveri tõrge",
|
||||
"Start" : "Algus",
|
||||
"Loading" : "Laadimine",
|
||||
"Settings saved" : "Seaded salvestatud",
|
||||
"Unexpected error occurred" : "Tekkis ootamatu viga",
|
||||
"Send to" : "Saada..."
|
||||
"Settings saved" : "Seaded salvestatud"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -1,30 +1,21 @@
|
|||
{ "translations": {
|
||||
"Public" : "Avalik",
|
||||
"Internal" : "Sisene",
|
||||
"Back to %s" : "Tagasi siia: %s",
|
||||
"Save" : "Salvesta",
|
||||
"Community" : "Kogukond",
|
||||
"Display name" : "Kuvatav nimi",
|
||||
"Password" : "Parool",
|
||||
"Hello %s" : "Tere %s",
|
||||
"Group" : "Grupp",
|
||||
"Name" : "Nimi",
|
||||
"Access" : "Ligipääs",
|
||||
"Max" : "Maks",
|
||||
"Edit" : "Redigeeri",
|
||||
"Welcome" : "Tere tulemast",
|
||||
"Sharing" : "Jagamine",
|
||||
"Recording" : "Salvestan",
|
||||
"Create" : "Loo",
|
||||
"Published" : "Avaldatud",
|
||||
"Copy to clipboard" : "Kopeeri lõikepuhvrisse",
|
||||
"Delete" : "Kustuta",
|
||||
"Error" : "Viga",
|
||||
"Server error" : "Serveri tõrge",
|
||||
"Start" : "Algus",
|
||||
"Loading" : "Laadimine",
|
||||
"Settings saved" : "Seaded salvestatud",
|
||||
"Unexpected error occurred" : "Tekkis ootamatu viga",
|
||||
"Send to" : "Saada..."
|
||||
"Settings saved" : "Seaded salvestatud"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Server error" : "Villa frá þjóni",
|
||||
"Start" : "Byrjun",
|
||||
"Loading" : "Hleð inn",
|
||||
"Settings saved" : "Stillingar vistaðar",
|
||||
"Unexpected error occurred" : "Óvænt villa kom upp"
|
||||
"Settings saved" : "Stillingar vistaðar"
|
||||
},
|
||||
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Server error" : "Villa frá þjóni",
|
||||
"Start" : "Byrjun",
|
||||
"Loading" : "Hleð inn",
|
||||
"Settings saved" : "Stillingar vistaðar",
|
||||
"Unexpected error occurred" : "Óvænt villa kom upp"
|
||||
"Settings saved" : "Stillingar vistaðar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
|
||||
}
|
||||
|
|
@ -5,7 +5,6 @@ OC.L10N.register(
|
|||
"You deleted the room %s." : "Jūs ištrynėte kambarį %s.",
|
||||
"{user} deleted the room %s." : "{user} ištrynė kambarį %s.",
|
||||
"Public" : "Viešas",
|
||||
"Internal" : "Vidinis",
|
||||
"BigBlueButton Integration" : "BigBlueButton integracija",
|
||||
"Room not found" : "Kambarys nerastas",
|
||||
"The room could not be found. Maybe it was deleted?" : "Nepavyko rasti kambario. Galbūt, jis buvo ištrintas?",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
"You deleted the room %s." : "Jūs ištrynėte kambarį %s.",
|
||||
"{user} deleted the room %s." : "{user} ištrynė kambarį %s.",
|
||||
"Public" : "Viešas",
|
||||
"Internal" : "Vidinis",
|
||||
"BigBlueButton Integration" : "BigBlueButton integracija",
|
||||
"Room not found" : "Kambarys nerastas",
|
||||
"The room could not be found. Maybe it was deleted?" : "Nepavyko rasti kambario. Galbūt, jis buvo ištrintas?",
|
||||
|
|
|
|||
16
l10n/lv.js
16
l10n/lv.js
|
|
@ -3,7 +3,7 @@ OC.L10N.register(
|
|||
{
|
||||
"Public" : "Publiska",
|
||||
"BigBlueButton Integration" : "BigBlueButton Integrācija",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton iekļaušana Nextcloud",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton integrācija priekš Nextcloud",
|
||||
"API secret" : "API slepenais kods",
|
||||
"Save" : "Saglabāt",
|
||||
"Community" : "Kopiena",
|
||||
|
|
@ -12,7 +12,7 @@ OC.L10N.register(
|
|||
"Display name" : "Attēlojamais vārds",
|
||||
"Password" : "Parole",
|
||||
"Join" : "Pievienoties",
|
||||
"Hello %s" : "Sveiciens, %s!",
|
||||
"Hello %s" : "Sveiki, %s",
|
||||
"Group" : "Grupa",
|
||||
"Searching" : "Meklē",
|
||||
"moderator" : "moderators",
|
||||
|
|
@ -26,22 +26,20 @@ OC.L10N.register(
|
|||
"Miscellaneous" : "Dažādi",
|
||||
"Room name" : "Sapulču telpas nosaukums",
|
||||
"Create" : "Izveidot",
|
||||
"Open recording" : "Atvērt ierakstīšanu",
|
||||
"Copy to clipboard" : "Kopēt starpliktuvē",
|
||||
"_%n participant_::_%n participants_" : ["dalībnieki - %n","%n dalībnieks","%n dalībnieki"],
|
||||
"Delete" : "Izdzēst",
|
||||
"Delete \"{name}\"?" : "Izdzēst \"{name}\"?",
|
||||
"Select target folder" : "Atlasīt mērķa mapi",
|
||||
"Delete" : "Dzēst",
|
||||
"Delete \"{name}\"?" : "Dzēst \"{name}\"?",
|
||||
"Select target folder" : "Izvēlaties mērķa mapi",
|
||||
"Room URL was stored in \"{path}\" as \"{filename}\"." : "Sapulču telpas saite ir noglabāta \"{path}\" kā \"{filename}\".",
|
||||
"Link stored" : "Saite noglabāta",
|
||||
"URL to room could not be stored." : "Sapulču telpas saiti nevar noglabāt.",
|
||||
"Error" : "Kļūda",
|
||||
"URL to presentation was stored in \"{path}\" as \"{filename}\"." : "Prezentācijas saite ir noglabāta \"{path}\" kā \"{filename}\".",
|
||||
"URL to presentation could not be stored." : "Prezentācijas saiti nevar noglabāt.",
|
||||
"Delete?" : "Izdzēst?",
|
||||
"Could not delete record" : "Nevarēja izdzēst ierakstu",
|
||||
"Delete?" : "Dzēst?",
|
||||
"Could not delete record" : "Nevar dzēst ierakstu",
|
||||
"Server error" : "Servera kļūda",
|
||||
"Open room" : "Atvērt telpu",
|
||||
"Start" : "Sākums",
|
||||
"Loading" : "Ielādē",
|
||||
"Settings saved" : "Iestatījumi saglabāti",
|
||||
|
|
|
|||
16
l10n/lv.json
16
l10n/lv.json
|
|
@ -1,7 +1,7 @@
|
|||
{ "translations": {
|
||||
"Public" : "Publiska",
|
||||
"BigBlueButton Integration" : "BigBlueButton Integrācija",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton iekļaušana Nextcloud",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton integrācija priekš Nextcloud",
|
||||
"API secret" : "API slepenais kods",
|
||||
"Save" : "Saglabāt",
|
||||
"Community" : "Kopiena",
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
"Display name" : "Attēlojamais vārds",
|
||||
"Password" : "Parole",
|
||||
"Join" : "Pievienoties",
|
||||
"Hello %s" : "Sveiciens, %s!",
|
||||
"Hello %s" : "Sveiki, %s",
|
||||
"Group" : "Grupa",
|
||||
"Searching" : "Meklē",
|
||||
"moderator" : "moderators",
|
||||
|
|
@ -24,22 +24,20 @@
|
|||
"Miscellaneous" : "Dažādi",
|
||||
"Room name" : "Sapulču telpas nosaukums",
|
||||
"Create" : "Izveidot",
|
||||
"Open recording" : "Atvērt ierakstīšanu",
|
||||
"Copy to clipboard" : "Kopēt starpliktuvē",
|
||||
"_%n participant_::_%n participants_" : ["dalībnieki - %n","%n dalībnieks","%n dalībnieki"],
|
||||
"Delete" : "Izdzēst",
|
||||
"Delete \"{name}\"?" : "Izdzēst \"{name}\"?",
|
||||
"Select target folder" : "Atlasīt mērķa mapi",
|
||||
"Delete" : "Dzēst",
|
||||
"Delete \"{name}\"?" : "Dzēst \"{name}\"?",
|
||||
"Select target folder" : "Izvēlaties mērķa mapi",
|
||||
"Room URL was stored in \"{path}\" as \"{filename}\"." : "Sapulču telpas saite ir noglabāta \"{path}\" kā \"{filename}\".",
|
||||
"Link stored" : "Saite noglabāta",
|
||||
"URL to room could not be stored." : "Sapulču telpas saiti nevar noglabāt.",
|
||||
"Error" : "Kļūda",
|
||||
"URL to presentation was stored in \"{path}\" as \"{filename}\"." : "Prezentācijas saite ir noglabāta \"{path}\" kā \"{filename}\".",
|
||||
"URL to presentation could not be stored." : "Prezentācijas saiti nevar noglabāt.",
|
||||
"Delete?" : "Izdzēst?",
|
||||
"Could not delete record" : "Nevarēja izdzēst ierakstu",
|
||||
"Delete?" : "Dzēst?",
|
||||
"Could not delete record" : "Nevar dzēst ierakstu",
|
||||
"Server error" : "Servera kļūda",
|
||||
"Open room" : "Atvērt telpu",
|
||||
"Start" : "Sākums",
|
||||
"Loading" : "Ielādē",
|
||||
"Settings saved" : "Iestatījumi saglabāti",
|
||||
|
|
|
|||
|
|
@ -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/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.*" : "Aplikacja umożliwia tworzenie spotkań z zewnętrzną instalacją [BigBlueButton](https://bigbluebutton.org).\n\n* **Konfiguracja pokoju** Twórz wiele konfiguracji pokoju z nazwą, wiadomością powitalną…\n* **Udostępnianie linku dla gości** Udostępnij link do pokoju wszystkim gościom\n* **Udostępnianie linku moderatora** Zaproś moderatorów do pokoju\n* **Udostępnianie pokoi** Udostępnij pokoje członkom, grupom lub kręgom\n* **Niestandardowa prezentacja** Rozpocznij pokój z wybraną prezentacją z przeglądarki plików\n* **Zarządzanie nagraniami** Wyświetlanie, udostępnianie i usuwanie nagrań dla swoich pokoi\n* **Ograniczenia** Ogranicz tworzenie pokoju do określonych grup\n* **Aktywności** Uzyskaj przegląd aktywności w pokoju\n\nSzybki przewodnik i dalsze informacje w naszym [readme](https://github.com/littleredbutton/cloud_bbb).\nCzy podoba Ci się ta aplikacja? Oddaj coś społeczności open source i sprawdź nasze\n[sposoby na wkład](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nWspółpracownicy są mile widziani! Jeśli masz czas, byłoby wspaniale, gdybyś mógł pomóc w ulepszeniu tej aplikacji.\n\n*Aplikacja ta integruje BigBlueButton i nie jest wspierana ani certyfikowana przez BigBlueButton Inc. BigBlueButton i logo BigBlueButton są znakami towarowymi 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",
|
||||
|
|
@ -58,7 +57,6 @@ OC.L10N.register(
|
|||
"No matches" : "Nie pasuje",
|
||||
"admin" : "administrator",
|
||||
"moderator" : "moderator",
|
||||
"user" : "użytkownik",
|
||||
"Name" : "Nazwa",
|
||||
"Access" : "Dostęp",
|
||||
"Max" : "Maks.",
|
||||
|
|
@ -72,7 +70,6 @@ OC.L10N.register(
|
|||
"This message is shown to all users in the chat area after they joined." : "Ta wiadomość jest wyświetlana wszystkim użytkownikom w obszarze rozmowy po dołączeniu.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Ustawia limit liczby uczestników w tym pokoju. Zero oznacza o braku limitu.",
|
||||
"If enabled, the moderator is able to start the recording." : "Jeśli jest włączone, moderator może rozpocząć nagrywanie.",
|
||||
"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." : "Wyjaśnienie różnych koncepcji stanowiących opcje dostępu:<br>- Publiczny: Każdy, kto ma link, może dołączyć.<br>- Wewnętrzny: Tylko użytkownicy Nextcloud mogą dołączyć.<br>- Hasło: Tylko goście, którzy mają hasło, mogą dołączyć.<br>- Poczekalnia: Moderator musi zaakceptować każdego gościa, zanim będzie mógł dołączyć.<br>- Ograniczony: Tylko wybrani użytkownicy i grupy mogą uzyskać dostęp do tego pokoju.",
|
||||
"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." : "Moderator może zarządzać wszystkimi uczestnikami spotkania, w tym blokować, wyciszać lub wybierać prowadzącego dyskusję. Użytkownicy za pomocą moderatora mogą również zamknąć spotkanie lub zmienić ustawienia domyślne.",
|
||||
"If enabled, normal users have to wait until a moderator is in the room." : "Jeśli jest włączone, zwykli użytkownicy muszą czekać, aż moderator pojawi się w pokoju.",
|
||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Jeśli jest włączone, generowany jest adres URL moderatora, który umożliwia dostęp za jego zgodą.",
|
||||
|
|
@ -116,10 +113,7 @@ OC.L10N.register(
|
|||
"Delete?" : "Usunąć?",
|
||||
"Could not delete record" : "Nie można usunąć nagrania",
|
||||
"Server error" : "Błąd serwera",
|
||||
"Could not modify publishing state" : "Nie można zmodyfikować statusu publikacji",
|
||||
"Open room" : "Otwórz pokój",
|
||||
"Start" : "Start",
|
||||
"Clone room" : "Klonuj pokój",
|
||||
"Loading" : "Wczytywanie",
|
||||
"You are not allowed to change this option, because this room is shared with you." : "Nie możesz zmienić tej opcji, ponieważ ten pokój jest Tobie udostępniony.",
|
||||
"Max. rooms" : "Maks. pokoji",
|
||||
|
|
|
|||
|
|
@ -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/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.*" : "Aplikacja umożliwia tworzenie spotkań z zewnętrzną instalacją [BigBlueButton](https://bigbluebutton.org).\n\n* **Konfiguracja pokoju** Twórz wiele konfiguracji pokoju z nazwą, wiadomością powitalną…\n* **Udostępnianie linku dla gości** Udostępnij link do pokoju wszystkim gościom\n* **Udostępnianie linku moderatora** Zaproś moderatorów do pokoju\n* **Udostępnianie pokoi** Udostępnij pokoje członkom, grupom lub kręgom\n* **Niestandardowa prezentacja** Rozpocznij pokój z wybraną prezentacją z przeglądarki plików\n* **Zarządzanie nagraniami** Wyświetlanie, udostępnianie i usuwanie nagrań dla swoich pokoi\n* **Ograniczenia** Ogranicz tworzenie pokoju do określonych grup\n* **Aktywności** Uzyskaj przegląd aktywności w pokoju\n\nSzybki przewodnik i dalsze informacje w naszym [readme](https://github.com/littleredbutton/cloud_bbb).\nCzy podoba Ci się ta aplikacja? Oddaj coś społeczności open source i sprawdź nasze\n[sposoby na wkład](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nWspółpracownicy są mile widziani! Jeśli masz czas, byłoby wspaniale, gdybyś mógł pomóc w ulepszeniu tej aplikacji.\n\n*Aplikacja ta integruje BigBlueButton i nie jest wspierana ani certyfikowana przez BigBlueButton Inc. BigBlueButton i logo BigBlueButton są znakami towarowymi 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",
|
||||
|
|
@ -56,7 +55,6 @@
|
|||
"No matches" : "Nie pasuje",
|
||||
"admin" : "administrator",
|
||||
"moderator" : "moderator",
|
||||
"user" : "użytkownik",
|
||||
"Name" : "Nazwa",
|
||||
"Access" : "Dostęp",
|
||||
"Max" : "Maks.",
|
||||
|
|
@ -70,7 +68,6 @@
|
|||
"This message is shown to all users in the chat area after they joined." : "Ta wiadomość jest wyświetlana wszystkim użytkownikom w obszarze rozmowy po dołączeniu.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Ustawia limit liczby uczestników w tym pokoju. Zero oznacza o braku limitu.",
|
||||
"If enabled, the moderator is able to start the recording." : "Jeśli jest włączone, moderator może rozpocząć nagrywanie.",
|
||||
"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." : "Wyjaśnienie różnych koncepcji stanowiących opcje dostępu:<br>- Publiczny: Każdy, kto ma link, może dołączyć.<br>- Wewnętrzny: Tylko użytkownicy Nextcloud mogą dołączyć.<br>- Hasło: Tylko goście, którzy mają hasło, mogą dołączyć.<br>- Poczekalnia: Moderator musi zaakceptować każdego gościa, zanim będzie mógł dołączyć.<br>- Ograniczony: Tylko wybrani użytkownicy i grupy mogą uzyskać dostęp do tego pokoju.",
|
||||
"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." : "Moderator może zarządzać wszystkimi uczestnikami spotkania, w tym blokować, wyciszać lub wybierać prowadzącego dyskusję. Użytkownicy za pomocą moderatora mogą również zamknąć spotkanie lub zmienić ustawienia domyślne.",
|
||||
"If enabled, normal users have to wait until a moderator is in the room." : "Jeśli jest włączone, zwykli użytkownicy muszą czekać, aż moderator pojawi się w pokoju.",
|
||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Jeśli jest włączone, generowany jest adres URL moderatora, który umożliwia dostęp za jego zgodą.",
|
||||
|
|
@ -114,10 +111,7 @@
|
|||
"Delete?" : "Usunąć?",
|
||||
"Could not delete record" : "Nie można usunąć nagrania",
|
||||
"Server error" : "Błąd serwera",
|
||||
"Could not modify publishing state" : "Nie można zmodyfikować statusu publikacji",
|
||||
"Open room" : "Otwórz pokój",
|
||||
"Start" : "Start",
|
||||
"Clone room" : "Klonuj pokój",
|
||||
"Loading" : "Wczytywanie",
|
||||
"You are not allowed to change this option, because this room is shared with you." : "Nie możesz zmienić tej opcji, ponieważ ten pokój jest Tobie udostępniony.",
|
||||
"Max. rooms" : "Maks. pokoji",
|
||||
|
|
|
|||
|
|
@ -135,9 +135,9 @@ OC.L10N.register(
|
|||
"URL has to start with HTTPS" : "A URL deve começar com HTTPS",
|
||||
"URL has to contain the {token} placeholder" : "A URL deve conter o marcador de posição {token}",
|
||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "A URL deve começar com https:// e conter {token}. Além disso, o espaço reservado de {user} pode ser usado.",
|
||||
"The file \"{filename}\" was uploaded to your room." : "O arquivo \"{filename}\" foi carregado para sua sala.",
|
||||
"The file \"{filename}\" could not be uploaded to your room." : "O arquivo \"{filename}\" não pôde ser carregado para sua sala.",
|
||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "O arquivo \"{filename}\" não pôde ser carregado para sua sala. Talvez seu servidor BigBlueButton não suporte essa ação.",
|
||||
"The file \"{filename}\" was uploaded to your room." : "O arquivo \"{filename}\" foi enviado para sua sala.",
|
||||
"The file \"{filename}\" could not be uploaded to your room." : "O arquivo \"{filename}\" não pôde ser enviado para sua sala.",
|
||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "O arquivo \"{filename}\" não pôde ser enviado para sua sala. Talvez seu servidor BigBlueButton não suporte essa ação.",
|
||||
"Send file to BBB" : "Enviar arquivo para BBB",
|
||||
"Send to" : "Enviar para",
|
||||
"Start with" : "Iniciar com",
|
||||
|
|
|
|||
|
|
@ -133,9 +133,9 @@
|
|||
"URL has to start with HTTPS" : "A URL deve começar com HTTPS",
|
||||
"URL has to contain the {token} placeholder" : "A URL deve conter o marcador de posição {token}",
|
||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "A URL deve começar com https:// e conter {token}. Além disso, o espaço reservado de {user} pode ser usado.",
|
||||
"The file \"{filename}\" was uploaded to your room." : "O arquivo \"{filename}\" foi carregado para sua sala.",
|
||||
"The file \"{filename}\" could not be uploaded to your room." : "O arquivo \"{filename}\" não pôde ser carregado para sua sala.",
|
||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "O arquivo \"{filename}\" não pôde ser carregado para sua sala. Talvez seu servidor BigBlueButton não suporte essa ação.",
|
||||
"The file \"{filename}\" was uploaded to your room." : "O arquivo \"{filename}\" foi enviado para sua sala.",
|
||||
"The file \"{filename}\" could not be uploaded to your room." : "O arquivo \"{filename}\" não pôde ser enviado para sua sala.",
|
||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "O arquivo \"{filename}\" não pôde ser enviado para sua sala. Talvez seu servidor BigBlueButton não suporte essa ação.",
|
||||
"Send file to BBB" : "Enviar arquivo para BBB",
|
||||
"Send to" : "Enviar para",
|
||||
"Start with" : "Iniciar com",
|
||||
|
|
|
|||
|
|
@ -1,18 +1,10 @@
|
|||
OC.L10N.register(
|
||||
"bbb",
|
||||
{
|
||||
"Public" : "Ommaviy",
|
||||
"Back to %s" : "%sga qaytish",
|
||||
"Save" : "Save",
|
||||
"Password" : "Password",
|
||||
"Hello %s" : "Xush kelibsiz %s",
|
||||
"Name" : "Name",
|
||||
"Max" : "Max",
|
||||
"Edit" : "Tahrirlash",
|
||||
"Sharing" : "Ulashish",
|
||||
"Miscellaneous" : "Turli xil",
|
||||
"Room name" : "Xona nomi",
|
||||
"Create" : "Yaratish",
|
||||
"Delete" : "Delete",
|
||||
"Error" : "Error",
|
||||
"Loading" : "Loading",
|
||||
|
|
|
|||
|
|
@ -1,16 +1,8 @@
|
|||
{ "translations": {
|
||||
"Public" : "Ommaviy",
|
||||
"Back to %s" : "%sga qaytish",
|
||||
"Save" : "Save",
|
||||
"Password" : "Password",
|
||||
"Hello %s" : "Xush kelibsiz %s",
|
||||
"Name" : "Name",
|
||||
"Max" : "Max",
|
||||
"Edit" : "Tahrirlash",
|
||||
"Sharing" : "Ulashish",
|
||||
"Miscellaneous" : "Turli xil",
|
||||
"Room name" : "Xona nomi",
|
||||
"Create" : "Yaratish",
|
||||
"Delete" : "Delete",
|
||||
"Error" : "Error",
|
||||
"Loading" : "Loading",
|
||||
|
|
|
|||
|
|
@ -288,7 +288,7 @@ pre {
|
|||
|
||||
tbody tr {
|
||||
td:first-child {
|
||||
padding-left: 10px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ const EditRoomDialog: React.FC<Props> = ({ room, restriction, updateProperty, op
|
|||
return <option key={key} value={key}>{label}</option>;
|
||||
})}
|
||||
</select>
|
||||
{(value === Access.Password && room.password) && <CopyToClipboard text={room.password} options={{format:'text/plain'}}><input type="text" readOnly={true} className="icon-clippy" value={room.password} /></CopyToClipboard>}
|
||||
{(value === Access.Password && room.password) && <CopyToClipboard text={room.password}><input type="text" readOnly={true} className="icon-clippy" value={room.password} /></CopyToClipboard>}
|
||||
{descriptions[field] && <em>{descriptions[field]}</em>}
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ const RecordingRow: React.FC<Props> = ({recording, isAdmin, deleteRecording, sto
|
|||
</a>
|
||||
</td>
|
||||
<td className="share icon-col">
|
||||
<CopyToClipboard text={recording.url} options={{format:'text/plain'}}>
|
||||
<CopyToClipboard text={recording.url}>
|
||||
<button className="action-item copy-to-clipboard" title={t('bbb', 'Copy to clipboard')}>
|
||||
<span className="icon icon-clippy icon-visible" ></span>
|
||||
</button>
|
||||
|
|
|
|||
|
|
@ -230,7 +230,7 @@ const RoomRow: React.FC<Props> = (props) => {
|
|||
</a>
|
||||
</td>
|
||||
<td className="share icon-col">
|
||||
<CopyToClipboard text={api.getRoomUrl(room)} options={{format:'text/plain'}}>
|
||||
<CopyToClipboard text={api.getRoomUrl(room)}>
|
||||
<button className="action-item copy-to-clipboard" title={t('bbb', 'Copy to clipboard')}>
|
||||
<span className="icon icon-clippy icon-visible" ></span>
|
||||
</button>
|
||||
|
|
|
|||
16
yarn.lock
16
yarn.lock
|
|
@ -4840,10 +4840,10 @@ nan@~2.14.0:
|
|||
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19"
|
||||
integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==
|
||||
|
||||
nanoid@^3.3.6:
|
||||
version "3.3.6"
|
||||
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
|
||||
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
|
||||
nanoid@^3.3.1:
|
||||
version "3.3.1"
|
||||
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.1.tgz#6347a18cac88af88f58af0b3594b723d5e99bb35"
|
||||
integrity sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==
|
||||
|
||||
natural-compare@^1.4.0:
|
||||
version "1.4.0"
|
||||
|
|
@ -5382,11 +5382,11 @@ postcss-value-parser@^4.2.0:
|
|||
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
|
||||
|
||||
postcss@^8.4.6, postcss@^8.4.7:
|
||||
version "8.4.31"
|
||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
|
||||
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
|
||||
version "8.4.12"
|
||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.12.tgz#1e7de78733b28970fa4743f7da6f3763648b1905"
|
||||
integrity sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==
|
||||
dependencies:
|
||||
nanoid "^3.3.6"
|
||||
nanoid "^3.3.1"
|
||||
picocolors "^1.0.0"
|
||||
source-map-js "^1.0.2"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue