Misha
3ef3233242
ref(conn-indicator): remove E2E RTT ( #12139 )
...
There was a fundamental change in how e2e pings work in lib-jitsi-meet where it does few pings at the beginning, pushes metrics and shuts the whole thing down, so there are no more e2ertt updates after that. Plus it's disabled by default. @paweldomas have decided with @bgrozev to remove that instead of trying to adjust. Even if e2e pings are enabled the data is not feed correctly to the indicators, what's wrong there is as soon as the pings stop going the new data does not arrive and then all you get is N/A if the UI component is recreated.
2022-09-12 15:57:15 -05:00
José Luís Andrade
b034cf27cb
lang: Update Portuguese translation ( #12081 )
2022-08-29 08:08:14 -05:00
wfleischer
09efaecc41
feat(conference) add end conference
...
Add the ability (for moderators) to end the meeting for everyone.
2022-08-26 20:25:04 +02:00
José Luís Andrade
6dbf283f3d
Update Portuguese translation
2022-08-07 12:07:39 +02:00
José Luís Andrade
29669d88dc
fix(lang) update Portuguese translation
2022-07-13 18:13:56 +02:00
José Luís Andrade
0e98f90205
fix(lang) update Portuguese translation
2022-06-18 23:26:06 +02:00
José Luís Andrade
5cef3dc1ba
fix(lang) update Portuguese translation
2022-05-30 21:23:08 +02:00
José Luís Andrade
3f7eef5d13
Update Portuguese translation
2022-05-01 09:17:23 -05:00
José Luís Andrade
33db511d93
fix(lang) update Portuguese Translation
2022-04-05 23:56:07 +02:00
José Luís Andrade
dc8925cbf4
Update Portuguese translation
2022-03-30 10:10:21 -05:00
José Luís Andrade
14ee7e247b
fix(lang) update Portuguese translation
2022-03-14 09:29:52 +01:00
Saúl Ibarra Corretgé
0c042ca720
fix(WaitForOwnerDialog) simplify code
...
Don't print the room name, which could be long and nondescriptive.
2022-03-02 09:59:55 -06:00
wfleischer
076b823ea2
fix(lang, shared-video): Reference to YouTube
2022-01-26 10:12:28 +01:00
Christoph Settgast
7fe319d965
lang: sort json keys
...
This is the result of
find lang -name "*.json" | while read file; do
echo "Standardizing ${file}"
t=$(mktemp)
jq --indent 4 -S "." ${file} > ${t}
mv ${t} ${file}
done
2022-01-18 20:14:55 +01:00
José Luís Andrade
8590315244
fix(lang) update Portuguese Translation
2022-01-05 11:20:39 +01:00
José Luís Andrade
ea485f9974
fix(lang) update Portuguese translation
2021-12-15 16:12:47 +01:00
José Luís Andrade
81e9d01921
fix(lang) update Portuguese translation
2021-12-08 08:33:21 +01:00
hmuresan
14a422ba83
fix(linguistics) Use 'email' instead of 'e-mail'
2021-11-23 16:00:08 +02:00
José Luís Andrade
bf36b22bbd
fix(lang) update portuguese translation of "highestQuality" ( #10317 )
...
Shorten text size for better viewing
2021-11-07 08:02:18 +01:00
José Luís Andrade
978586c157
fix(lang) update Portuguese Translation
2021-11-05 19:59:16 +01:00
José Luís Andrade
8bcc94fdcc
fix(lang) update Portuguese translation
2021-10-13 13:48:16 +02:00
dimitardelchev93
11a86a9383
fix: Add different text when disablePolls is enabled/disabled ( #9900 )
...
* Add different text when disablePolls is enabled/disabled #9890
* Add different text when disablePolls is enabled/disabled v2 #9890
2021-09-10 13:57:36 -05:00
José Luís Andrade
d83d822818
lang: Complete translation to Portuguese ( #9871 )
...
* Complete translation to Portuguese
* "reactions" and "connectedThreePlusMembers" fix
2021-09-09 14:36:21 -05:00
José Luís Andrade
772e7b0121
lang: Update portuguese translation ( #9836 )
...
* Update portuguese translation
Translate "dialog”, "virtualBackground”, "info” and "settings" sections
* fix "you" translation
* revert "you" translation to original
2021-09-02 09:44:14 -05:00
José Luís Andrade
6537447d7c
fix(lang) update Portuguese translation
2021-08-25 14:09:23 +02:00
José Luís Andrade
229520f74f
fix(lang) update Portuguese translation
2021-08-20 14:39:57 +02:00
Avram Tudor
1ad9046a38
Improve premeeting screens ux ( #9726 )
...
* feat(prejoin) move invite to toolbar section
* feat(premeeting) redesign prejoin and lobby screens
* code review changes
* fix prejoin flicker and avatar id
* fix password error message and native lobby dialog close position
2021-08-20 11:53:11 +03:00
José Luís Andrade
4788720edd
fix(lang) update portuguese translation
2021-08-19 09:56:20 +02:00
José Luís Andrade
5ce4b82c2c
update portuguese translation ( #9703 )
...
* update portuguese translation
"participantsPane" section
* Update main-pt.json
add "security" translation
* Update main-pt.json
add "lobby" translation
2021-08-12 14:42:23 -05:00
José Luís Andrade
dfd28c501b
fix(lang) update portuguese translation
2021-08-10 07:51:04 +02:00
José Luís Andrade
87b3ec2cc0
fix(lang) update portuguese translaation
2021-07-28 22:22:10 +02:00
José Luís Andrade
7d0722c031
Update of the translation to portuguese language
2021-07-13 12:54:27 +03:00
José Luís Andrade
027e1ba978
lang: Update of the translation to portuguese language ( #9432 )
...
* Update main-pt.json
Update of the translation to portuguese language - "dialog": { ... }
* Update main-pt.json
Update "videoLink" translation
* Update main-pt.json
Added more translation: "toolbar": {...}
2021-06-29 11:04:22 +03:00
José Luís Andrade
f2361f91df
lang: Update of the translation to portuguese language ( #9392 )
...
* Update main-pt.json
Update of the translation to portuguese language of Portugal
* Update main-pt.json
I added a comma
2021-06-21 15:42:56 +03:00
Hristo Terezov
262e855260
fix: recommended browser page link.
2020-05-15 15:06:41 -05:00
Jaya Allamsetty
3f679407a9
fix(video-quality): Get rid of the video qaulity warning for p2p
...
It is now possible to change the sender video quality for p2p calls as well
2020-05-15 09:49:55 -04:00
Ricardo Simões
49a9934c41
Added Portuguese European (Portugal) pt language ( #5642 )
...
* Create main-pt.json
Started Portuguese European pt-PT translation
* Created Portuguese European Language pt
Created Portuguese European Language (pt-PT) Portugal
2020-04-10 12:04:09 -05:00