generated from bigbluebutton/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from Arthurk12/changes-for-3.1
feat: adjustments for 3.1
- Loading branch information
Showing
31 changed files
with
1,522 additions
and
631 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.