cloud_bbb/l10n/pt_BR.js

37 lines
3.2 KiB
JavaScript
Raw Normal View History

2020-05-20 05:20:45 +02:00
OC.L10N.register(
"bbb",
{
"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* **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\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 do [BigBlueButton] (https://bigbluebutton.org).\n\n* **Configuração da Sala** Crie várias configurações de sala com nome, mensagens de boas vindas, ...\n* **Compartilhe o link para convidados** Compartilhe o link da sala com todos os seus convidados\n* **Apresentações personalizadas** Inicie uma sala com uma apresentação selecionada do navegador de arquivos\n* **Gerencie gravações** Veja, compartilhe e exclua gravações das suas salas\n\nProcura-se desenvolvedores! Se você tiver tempo, sua ajuda para melhorar este aplicativo seria incrível!\n\n*Este aplicativo integra o BigBlueButton e não é endossado ou certificado pela BigBlueButton Inc. BigBlueButton e seu logotipo são marcas comerciais da BigBlueButton Inc.*",
"API secret" : "Senha da API",
"Save" : "Salvar",
"Please enter your name!" : "Digite seu nome!",
"The name must be at least 3 characters long." : "O nome deve ter ao menos 3 caracteres.",
2020-05-23 05:22:27 +02:00
"Display name" : "Exibir nome",
2020-05-20 05:20:45 +02:00
"Name" : "Nome",
"Welcome" : "Bem-vindo",
"Max" : "Máx",
"Record" : "Gravar",
"Recordings" : "Gravações",
"Room name" : "Nome da sala",
"Create" : "Criar",
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
"Delete" : "Excluir",
"Delete \"{name}\"?" : "Excluir \"{name}\"?",
"Select target folder" : "Selecione a pasta destino",
"Room URL was stored in \"{path}\" as \"{filename}\"." : "A URL da sala foi guardada em \"{path}\" como \"{filename}\".",
"Link stored" : "Link guardado",
"URL to room could not be stored." : "A URL da sala não pôde ser guardada.",
"Error" : "Erro",
"URL to presentation was stored in \"{path}\" as \"{filename}\"." : "A URL da apresentação foi guardada em \"{path}\" como \"{filename}\".",
"URL to presentation could not be stored." : "A URL da apresentação não pôde ser guardada.",
"Delete?" : "Excluir?",
"Could not delete record" : "Não foi possível excluir a gravação",
"Server error" : "Erro no servidor",
"Settings saved" : "Configurações salvas",
"Unexpected error occurred" : "Ocorreu um erro inesperado",
"API secret is invalid" : "A senha da API é inválida"
},
"nplurals=2; plural=(n > 1);");