Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fairblue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hosting
chat
fairblue
Commits
41793087
Commit
41793087
authored
3 years ago
by
Pedro Beschorner Marin
Browse files
Options
Downloads
Patches
Plain Diff
chore(guest): pt/es guest lobby localization
parent
4a71c26f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bigbluebutton-html5/private/static/guest-wait/guest-wait.html
+28
-4
28 additions, 4 deletions
...luebutton-html5/private/static/guest-wait/guest-wait.html
with
28 additions
and
4 deletions
bigbluebutton-html5/private/static/guest-wait/guest-wait.html
+
28
−
4
View file @
41793087
...
...
@@ -66,7 +66,6 @@
"
app.errorSeeConsole
"
:
"
Error: more details in the console.
"
,
"
app.noModeratorResponse
"
:
"
No response from Moderator.
"
,
"
app.noSessionToken
"
:
"
No session Token received.
"
,
"
app.waitForModerator
"
:
"
Please wait for a moderator to approve you joining the meeting.
"
,
"
app.windowTitle
"
:
"
Guest Lobby
"
,
"
app.missingToken
"
:
"
Guest missing session token.
"
,
"
app.missingSession
"
:
"
Guest missing session.
"
,
...
...
@@ -80,7 +79,6 @@
"
app.errorSeeConsole
"
:
"
Fehler: Mehr Details in der Konsole.
"
,
"
app.noModeratorResponse
"
:
"
Keine Antwort vom Moderator.
"
,
"
app.noSessionToken
"
:
"
Kein Sitzungstoken empfangen.
"
,
"
app.waitForModerator
"
:
"
Bitte warten bis ein Moderator die Teilnahme bestätigt.
"
,
"
app.windowTitle
"
:
"
Warteraum
"
,
"
app.missingToken
"
:
"
Gast hat keinen Sitzungs-Token
"
,
"
app.missingSession
"
:
"
Gast-Session fehlt.
"
,
...
...
@@ -89,6 +87,32 @@
"
app.guestWait
"
:
"
Bitte warten Sie, bis ein Moderator Ihre Teilnahme bestätigt.
"
,
"
app.guestDeny
"
:
"
Gast wurde abgelehnt.
"
,
"
app.seatWait
"
:
"
Gast wartet auf einen Platz in der Konferenz.
"
,
},
"
pt
"
:
{
"
app.errorSeeConsole
"
:
"
Erro: mais detalhes no console.
"
,
"
app.noModeratorResponse
"
:
"
Sem resposta do moderador.
"
,
"
app.noSessionToken
"
:
"
Token de sessão não recebido.
"
,
"
app.windowTitle
"
:
"
Sala de espera
"
,
"
app.missingToken
"
:
"
Convidado sem token de sessão.
"
,
"
app.missingSession
"
:
"
Convidado sem sessão.
"
,
"
app.missingMeeting
"
:
"
Reunião não existente.
"
,
"
app.meetingEnded
"
:
"
Reunião encerrada.
"
,
"
app.guestWait
"
:
"
Por favor aguarde até que um moderador aprove a sua entrada.
"
,
"
app.guestDeny
"
:
"
Convidado teve sua entrada negada.
"
,
"
app.seatWait
"
:
"
Convidado aguardando uma vaga na reunião.
"
,
},
"
es
"
:
{
"
app.errorSeeConsole
"
:
"
Error: más detalles en la consola.
"
,
"
app.noModeratorResponse
"
:
"
Sin respuesta del moderador.
"
,
"
app.noSessionToken
"
:
"
No se recibió ningún token de sesión.
"
,
"
app.windowTitle
"
:
"
Vestíbulo de invitados
"
,
"
app.missingToken
"
:
"
Token de sesión faltante del invitado.
"
,
"
app.missingSession
"
:
"
Sesión perdida de invitado.
"
,
"
app.missingMeeting
"
:
"
La reunión no existe.
"
,
"
app.meetingEnded
"
:
"
La reunión terminó.
"
,
"
app.guestWait
"
:
"
Espere a que un moderador apruebe su participación en la reunión.
"
,
"
app.guestDeny
"
:
"
Invitado negado de unirse a la reunión.
"
,
"
app.seatWait
"
:
"
Invitado esperando un asiento en la reunión.
"
,
}
}
...
...
@@ -124,7 +148,7 @@
if
(
lobbyMessage
.
length
!==
0
)
{
updateMessage
(
lobbyMessage
);
}
else
{
updateMessage
(
_
(
'
app.
waitForModerator
'
));
updateMessage
(
_
(
'
app.
guestWait
'
));
}
}
}
...
...
@@ -201,7 +225,7 @@
window
.
onload
=
function
()
{
window
.
document
.
title
=
_
(
'
app.windowTitle
'
);
updateMessage
(
_
(
'
app.
waitForModerator
'
));
updateMessage
(
_
(
'
app.
guestWait
'
));
enableAnimation
();
try
{
const
ATTEMPT_EVERY_MS
=
5000
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment