-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
47 additions
and
47 deletions.
There are no files selected for viewing
38 changes: 19 additions & 19 deletions
38
services/src/main/resources/locale/webconferencing/WebConferencingAdmin_pt_BR.properties
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 |
---|---|---|
@@ -1,33 +1,33 @@ | ||
webconferencing.admin.error.ProviderNotRegistered=The editor provider is not registered. | ||
webconferencing.admin.error.EmptyRequest=The request should contain at least 1 form param (active/permissions). | ||
webconferencing.admin.error.CannotGetProviders=Can't get providers list. | ||
webconferencing.admin.error.PermissionNotValid=The specified permission is not valid. Maybe the user or group doesn't exist. | ||
webconferencing.admin.error.CannotLoadIdentities=Can't load identities by specified criteria | ||
webconferencing.admin.error.CannotSavePreferredEditor=Can't save selected editor as preferred one | ||
webconferencing.admin.error.UnableGetData=An error occurred while reading the data. | ||
webconferencing.admin.error.UnablePostData=An error occurred while saving the data. | ||
webconferencing.admin.error.ProviderNotRegistered=O provedor do editor n\u00e3o est\u00e1 registrado. | ||
webconferencing.admin.error.EmptyRequest=A solicita\u00e7\u00e3o deve conter pelo menos 1 par\u00e2metro de formul\u00e1rio (ativo/permiss\u00f5es). | ||
webconferencing.admin.error.CannotGetProviders=N\u00e3o \u00e9 poss\u00edvel obter lista de provedores. | ||
webconferencing.admin.error.PermissionNotValid=A permiss\u00e3o especificada n\u00e3o \u00e9 v\u00e1lida. Talvez o usu\u00e1rio ou grupo n\u00e3o existe. | ||
webconferencing.admin.error.CannotLoadIdentities=N\u00e3o \u00e9 poss\u00edvel carregar as identidades com crit\u00e9rios especificados | ||
webconferencing.admin.error.CannotSavePreferredEditor=N\u00e3o \u00e9 poss\u00edvel salvar o editor selecionado como preferencial | ||
webconferencing.admin.error.UnableGetData=Ocorreu um erro ao ler os dados. | ||
webconferencing.admin.error.UnablePostData=Ocorreu um erro ao salvar os dados | ||
webconferencing.admin.page=Webconfer\u00eancias | ||
webconferencing.admin.title=Administra\u00e7\u00e3o de webconfer\u00eancias | ||
webconferencing.admin.info=Webconfer\u00eancias podem ser realizadas atrav\u00e9s de diferentes provedores. Basta habilitar o provedor que precisa e definir as configura\u00e7\u00f5es. | ||
webconferencing.admin.section.title=Video conference | ||
webconferencing.admin.section.title=Videoconfer\u00eancia | ||
webconferencing.admin.table.Provider=Provedor | ||
webconferencing.admin.table.Description=Descri\u00e7\u00e3o | ||
webconferencing.admin.table.Active=Ativo | ||
webconferencing.admin.table.Permissions=A\u00e7\u00f5es | ||
webconferencing.admin.ExternalVisio.name=External Video Conference | ||
webconferencing.admin.ExternalVisio.description=Connect external video conferences via links | ||
webconferencing.admin.ExternalVisio.name=V\u00eddeoconfer\u00eancia externa | ||
webconferencing.admin.ExternalVisio.description=Conectar v\u00eddeoconfer\u00eancias externas atrav\u00e9s de links | ||
webconferencing.admin.WebRTC.name=WebRTC | ||
webconferencing.admin.WebRTC.description=Default provider based on <a href="https://webrtc.org/" target="_blank">WebRTC</a> standard. Let users to place peer to peer call. No browser plugin needed. | ||
webconferencing.admin.WebRTC.description=Provedor padr\u00e3o baseado no <a href="https://webrtc.org/" target="_blank">padr\u00e3o </a>WebRTC. Permite que usu\u00e1rios coloquem chamadas ponto a ponto. N\u00e3o \u00e9 necess\u00e1rio um plugin no navegador. | ||
webconferencing.admin.Skype.name=Skype | ||
webconferencing.admin.Skype.description=Provider for Skype. Let users place a group and 1:1 calls. No plugin required but the Skype application must be installed on the client side. | ||
webconferencing.admin.Skype.description=Provedor para o Skype. Deixe que os usu\u00e1rios fa\u00e7am um grupo e chamadas de 1:1. Nenhum plugin \u00e9 necess\u00e1rio, mas a aplica\u00e7\u00e3o Skype deve ser instalada no lado do cliente. | ||
webconferencing.admin.Jitsi.name=Jitsi | ||
webconferencing.admin.Jitsi.description=Jitsi provider for WebConferencing | ||
webconferencing.admin.switch.disable.label=Disable {0} video conference | ||
webconferencing.admin.switch.enable.label=Enable {0} video conference | ||
webconferencing.admin.modal.title=Provider settings | ||
webconferencing.admin.Jitsi.description=Provedor Jitsi para Webconfer\u00eancia | ||
webconferencing.admin.switch.disable.label=Desativar {0} videoconfer\u00eancia | ||
webconferencing.admin.switch.enable.label=Ativar {0} videoconfer\u00eancia | ||
webconferencing.admin.modal.title=Configura\u00e7\u00f5es do provedor | ||
webconferencing.admin.modal.SearchLabel=URL: | ||
webconferencing.admin.modal.WithPermissions=STUN / TURN server | ||
webconferencing.admin.modal.WithPermissions=Servidor STUN / TURN | ||
webconferencing.admin.modal.None=Nenhum | ||
webconferencing.admin.modal.Everybody=Everybody | ||
webconferencing.admin.modal.Everybody=Todos | ||
webconferencing.admin.buttons.Save=Salvar | ||
webconferencing.admin.buttons.Cancel=Cancelar |
2 changes: 1 addition & 1 deletion
2
services/src/main/resources/locale/webconferencing/WebConferencingClient_pt_BR.properties
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
webconferencing.ok=Ok | ||
webconferencing.cancel=Cancelar | ||
webconferencing.callHeader=Start Call | ||
webconferencing.callHeader=Iniciar chamada | ||
webconferencing.notConfigured=n\u00e3o configurado | ||
webconferencing.errorReference=Refer\u00eancia do erro: |
4 changes: 2 additions & 2 deletions
4
webapp/src/main/resources/locale/commons/Commons_pt_BR.properties
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
pwa.notification.webconferencing.callrecording.success=Your web conference has been recorded successfully | ||
pwa.notification.webconferencing.callrecording.failed=Your web conference recording has failed | ||
pwa.notification.webconferencing.callrecording.success=Sua confer\u00eancia web foi gravada com sucesso | ||
pwa.notification.webconferencing.callrecording.failed=Sua grava\u00e7\u00e3o da webconfer\u00eancia falhou |
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