mirror of https://github.com/sualko/cloud_bbb
41 lines
3.6 KiB
JavaScript
41 lines
3.6 KiB
JavaScript
|
OC.L10N.register(
|
||
|
"bbb",
|
||
|
{
|
||
|
"API url or secret not configured. Please contact your administrator." : "Url ou senha da API não configurada. Contacte 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* **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.*",
|
||
|
"Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Obtenha a url e senha da API digitando \"sudo bbb-conf --secret\" em seu servidor BigBlueButton.",
|
||
|
"API url" : "Url da API",
|
||
|
"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.",
|
||
|
"displayname" : "displayname",
|
||
|
"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 url is invalid" : "A url da API é inválida",
|
||
|
"API secret is invalid" : "A senha da API é inválida"
|
||
|
},
|
||
|
"nplurals=2; plural=(n > 1);");
|