Skip to content

Commit

Permalink
Merge pull request #28 from Arthurk12/changes-for-3.1
Browse files Browse the repository at this point in the history
feat: adjustments for 3.1
  • Loading branch information
fcecagno authored Feb 12, 2025
2 parents 3362d98 + 61acb3d commit 2ca9e7f
Show file tree
Hide file tree
Showing 31 changed files with 1,522 additions and 631 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## What is it?

The Pick Random User Plugin shows a modal for moderator to pick a user (mainly viewer but it could also be a moderator) randomly out of the whole list of users present in a meetings.
The Pick Random User Plugin is listed in the apps gallery for presenters to pick a user randomly out of the whole list of users present in a meetings.

![Gif of plugin demo](./public/assets/plugin.gif)

Expand Down
20 changes: 20 additions & 0 deletions locales/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"app.pickRandomUser.title": "Pick Random User",
"app.pickRandomUser.options": "Options",
"app.pickRandomUser.includeModerators": "Include moderators",
"app.pickRandomUser.includePresenter": "Include presenter",
"app.pickRandomUser.includePickedUsers": "Include already picked users",
"app.pickRandomUser.availableForSelection": "Available for selection",
"app.pickRandomUser.previouslyPicked": "Previously picked",
"app.pickRandomUser.clearAll": "Clear all",
"app.pickRandomUser.noUsersAvailableWarning": "No {0} available to randomly pick from",
"app.pickRandomUser.pickRandomUserButtonLabelAgain": "Pick Again",
"app.pickRandomUser.pickRandomUserButtonLabelRole": "Pick {0}",
"app.pickRandomUser.viewer": "viewer",
"app.pickRandomUser.viewers": "viewers",
"app.pickRandomUser.user": "user",
"app.pickRandomUser.users": "users",
"app.pickRandomUser.youWerePicked": "You have been randomly picked",
"app.pickRandomUser.pickedUser": "Randomly picked user",
"app.pickRandomUser.modal.closeButton": "Close button"
}
20 changes: 20 additions & 0 deletions locales/pt-BR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"app.pickRandomUser.title": "Selecionar Usuário Aleatório",
"app.pickRandomUser.options": "Opções",
"app.pickRandomUser.includeModerators": "Incluir moderadores",
"app.pickRandomUser.includePresenter": "Incluir apresentador",
"app.pickRandomUser.includePickedUsers": "Incluir usuários já sorteados",
"app.pickRandomUser.availableForSelection": "Participando",
"app.pickRandomUser.previouslyPicked": "Já sorteados",
"app.pickRandomUser.clearAll": "Limpar",
"app.pickRandomUser.noUsersAvailableWarning": "Não há {0} no sorteio",
"app.pickRandomUser.pickRandomUserButtonLabelAgain": "Sortear Novamente",
"app.pickRandomUser.pickRandomUserButtonLabelRole": "Sortear {0}",
"app.pickRandomUser.viewer": "espectador",
"app.pickRandomUser.viewers": "espectadores",
"app.pickRandomUser.user": "participante",
"app.pickRandomUser.users": "participantes",
"app.pickRandomUser.youWerePicked": "Você foi selecionado aleatóriamente",
"app.pickRandomUser.pickedUser": "Usuário selecionado aleatóriamente",
"app.pickRandomUser.modal.closeButton": "Botão de Fechar"
}
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"requiredSdkVersion": "~0.0.65",
"requiredSdkVersion": "~0.0.70",
"name": "PickRandomUserPlugin",
"javascriptEntrypointUrl": "PickRandomUserPlugin.js",
"dataChannels": [
{
"name": "modalInformationFromPresenter",
"name": "panelInformationFromPresenter",
"pushPermission": ["presenter"],
"replaceOrDeletePermission": ["creator", "moderator"]
},
Expand Down
Loading

0 comments on commit 2ca9e7f

Please sign in to comment.