Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Mattermost Weblate #661

Merged
merged 5 commits into from
Mar 26, 2024

Conversation

weblate
Copy link
Contributor

@weblate weblate commented Mar 18, 2024

Translations update from Mattermost Weblate for Calls/webapp.

Current translation status:

Weblate translation status

Copy link
Collaborator

@ctlaltdieliet ctlaltdieliet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 9.33%. Comparing base (00b3634) to head (3a49907).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #661   +/-   ##
=====================================
  Coverage   9.33%   9.33%           
=====================================
  Files         26      26           
  Lines       5324    5324           
=====================================
  Hits         497     497           
  Misses      4775    4775           
  Partials      52      52           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ctlaltdieliet ctlaltdieliet merged commit 2eb996f into mattermost:main Mar 26, 2024
4 checks passed
streamer45 added a commit that referenced this pull request Apr 3, 2024
* Translations update from Mattermost Weblate (#661)

* Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (185 of 185 strings)

Translation: Calls/webapp
Translate-URL: https://translate.mattermost.com/projects/calls/webapp/zh_Hans/

* Translated using Weblate (Dutch)

Currently translated at 100.0% (185 of 185 strings)

Translation: Calls/webapp
Translate-URL: https://translate.mattermost.com/projects/calls/webapp/nl/

---------

Co-authored-by: ThrRip <coding@thrrip.space>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>

* [MM-57483] Add job config validation (#667)

* Add job config validation

* Update calls-offloader

* go mod tidy

* MM-56540 - Live captions 🎥  (#633)

* implement live captions server side and frontend in expanded_view

* linting; PR comments

* i18n

* clarify an unrelated component's naming: expanded_incoming_call_container

* live captions should not overlap rhs

* add EnableLiveCaptions and LiveCaptionsModelSize as console settings

* upgrade @calls/common for standalone

* add LiveCaptionsAudioLen as a new histogram metric; fix config passing

* remove debugging statement and go mod tidy

* update transcriber; fix defaults

* rename live captions metrics

* live captions metrics: buckets

* live captions metrics: tweak buckets

* add a metrics ws endpoint; move over struct defs from transcriber

* add a metrics for transcriber buffer full

* add a metrics for tick rate by transcriberID

* clean up gauges after transcription ended

* remove tick rate gauges -- not useful.

* remove tick rate gauges -- not useful.

* clean up naming

* only show CC button once recording has started

* move CC button

* tweak captions width; update transcriber dependency, default
numTranscribers -> 1

* new cc icon; 32px

* add TranscriberNumThreads and LiveCaptionsNumThreadsPerTranscriber

* update calls transcriber version

* revert update calls transcriber version

* update calls_transcriber_version to v0.2.2-dev

* update calls/common; LiveCaptionsData uses channel_id now

* send the channel_id with LiveCaptionsData for simplicity

* and simplify the receipt of LiveCaptionData

* add LiveCaptionsPktPayloadChBufFullCounter to metrics

* add live captions state; recState -> jobState

* combine job state messages under `call_job_state`

* moved type to jobStateClient

* add JobTypeCaptioning; use public.JobType as JobStateClient.Type

* better comment

* fix captions covering screensharing expand button

* add LiveCaptionsLanguage system console setting

* comment cleanup, useless code cleanup

* bump deps for transcriber and rtcd

* bumps for everyone except you rtcd

* [MM-57421] Live captions e2e tests (#665)

* MM-54243 - Slash command for host change (#668)

* host change control PR squashed

changes needed after rebase

put behind enterprise for now (for community) -- will change on release

blank commit

hostlock if newHost is already the host

rearrange order

simplify

PR comment

PR comments

use TrimPrefix

implement host change slash command

* removeUserSession doesn't need userID anymore

* host controls are professional licensed

* PR comments

* PR comments

* always have a host, but return it to the HostLockedID when they return

* host should be allowed to change host even if they aren't admin

* Translations update from Mattermost Weblate (#669)

* Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (185 of 185 strings)

Translation: Calls/webapp
Translate-URL: https://translate.mattermost.com/projects/calls/webapp/zh_Hans/

* Translated using Weblate (Dutch)

Currently translated at 100.0% (185 of 185 strings)

Translation: Calls/webapp
Translate-URL: https://translate.mattermost.com/projects/calls/webapp/nl/

* Translated using Weblate (Japanese)

Currently translated at 100.0% (185 of 185 strings)

Translation: Calls/webapp
Translate-URL: https://translate.mattermost.com/projects/calls/webapp/ja/

* Translated using Weblate (Dutch)

Currently translated at 100.0% (187 of 187 strings)

Translation: Calls/webapp
Translate-URL: https://translate.mattermost.com/projects/calls/webapp/nl/

* Translated using Weblate (Swedish)

Currently translated at 100.0% (187 of 187 strings)

Translation: Calls/webapp
Translate-URL: https://translate.mattermost.com/projects/calls/webapp/sv/

* Translated using Weblate (Japanese)

Currently translated at 100.0% (187 of 187 strings)

Translation: Calls/webapp
Translate-URL: https://translate.mattermost.com/projects/calls/webapp/ja/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (187 of 187 strings)

Translation: Calls/webapp
Translate-URL: https://translate.mattermost.com/projects/calls/webapp/zh_Hans/

---------

Co-authored-by: ThrRip <coding@thrrip.space>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: kaakaa <stooner.hoe@gmail.com>
Co-authored-by: MArtin Johnson <martinjohnson@bahnhof.se>

* [MM-57529] e2e tests for host change slash command (#671)

* host change e2e tests

* extend timeout

---------

Co-authored-by: Weblate (bot) <hosted@weblate.org>
Co-authored-by: ThrRip <coding@thrrip.space>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: Christopher Poile <cpoile@gmail.com>
Co-authored-by: kaakaa <stooner.hoe@gmail.com>
Co-authored-by: MArtin Johnson <martinjohnson@bahnhof.se>
streamer45 added a commit that referenced this pull request Apr 3, 2024
* Improve store consistency

* API router

* Fix JSON values binary conversion

* temp

* temp2

* temp3

* Return expected client state

* Remove channelState

* Fix tests

* Cleanup state

* calls_jobs store

* Jobs business logic

* Fix tests

* Fix linter

* Include jobs in returned client state

* More fixes and tests

* Link to Jira ticket

* GetActiveCallJobs

* Rename lockCall functions

* Make JSON columns not NULL

* [MM-42464] Merge in latest changes (#670)

* Translations update from Mattermost Weblate (#661)

* Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (185 of 185 strings)

Translation: Calls/webapp
Translate-URL: https://translate.mattermost.com/projects/calls/webapp/zh_Hans/

* Translated using Weblate (Dutch)

Currently translated at 100.0% (185 of 185 strings)

Translation: Calls/webapp
Translate-URL: https://translate.mattermost.com/projects/calls/webapp/nl/

---------

Co-authored-by: ThrRip <coding@thrrip.space>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>

* [MM-57483] Add job config validation (#667)

* Add job config validation

* Update calls-offloader

* go mod tidy

* MM-56540 - Live captions 🎥  (#633)

* implement live captions server side and frontend in expanded_view

* linting; PR comments

* i18n

* clarify an unrelated component's naming: expanded_incoming_call_container

* live captions should not overlap rhs

* add EnableLiveCaptions and LiveCaptionsModelSize as console settings

* upgrade @calls/common for standalone

* add LiveCaptionsAudioLen as a new histogram metric; fix config passing

* remove debugging statement and go mod tidy

* update transcriber; fix defaults

* rename live captions metrics

* live captions metrics: buckets

* live captions metrics: tweak buckets

* add a metrics ws endpoint; move over struct defs from transcriber

* add a metrics for transcriber buffer full

* add a metrics for tick rate by transcriberID

* clean up gauges after transcription ended

* remove tick rate gauges -- not useful.

* remove tick rate gauges -- not useful.

* clean up naming

* only show CC button once recording has started

* move CC button

* tweak captions width; update transcriber dependency, default
numTranscribers -> 1

* new cc icon; 32px

* add TranscriberNumThreads and LiveCaptionsNumThreadsPerTranscriber

* update calls transcriber version

* revert update calls transcriber version

* update calls_transcriber_version to v0.2.2-dev

* update calls/common; LiveCaptionsData uses channel_id now

* send the channel_id with LiveCaptionsData for simplicity

* and simplify the receipt of LiveCaptionData

* add LiveCaptionsPktPayloadChBufFullCounter to metrics

* add live captions state; recState -> jobState

* combine job state messages under `call_job_state`

* moved type to jobStateClient

* add JobTypeCaptioning; use public.JobType as JobStateClient.Type

* better comment

* fix captions covering screensharing expand button

* add LiveCaptionsLanguage system console setting

* comment cleanup, useless code cleanup

* bump deps for transcriber and rtcd

* bumps for everyone except you rtcd

* [MM-57421] Live captions e2e tests (#665)

* MM-54243 - Slash command for host change (#668)

* host change control PR squashed

changes needed after rebase

put behind enterprise for now (for community) -- will change on release

blank commit

hostlock if newHost is already the host

rearrange order

simplify

PR comment

PR comments

use TrimPrefix

implement host change slash command

* removeUserSession doesn't need userID anymore

* host controls are professional licensed

* PR comments

* PR comments

* always have a host, but return it to the HostLockedID when they return

* host should be allowed to change host even if they aren't admin

* Translations update from Mattermost Weblate (#669)

* Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (185 of 185 strings)

Translation: Calls/webapp
Translate-URL: https://translate.mattermost.com/projects/calls/webapp/zh_Hans/

* Translated using Weblate (Dutch)

Currently translated at 100.0% (185 of 185 strings)

Translation: Calls/webapp
Translate-URL: https://translate.mattermost.com/projects/calls/webapp/nl/

* Translated using Weblate (Japanese)

Currently translated at 100.0% (185 of 185 strings)

Translation: Calls/webapp
Translate-URL: https://translate.mattermost.com/projects/calls/webapp/ja/

* Translated using Weblate (Dutch)

Currently translated at 100.0% (187 of 187 strings)

Translation: Calls/webapp
Translate-URL: https://translate.mattermost.com/projects/calls/webapp/nl/

* Translated using Weblate (Swedish)

Currently translated at 100.0% (187 of 187 strings)

Translation: Calls/webapp
Translate-URL: https://translate.mattermost.com/projects/calls/webapp/sv/

* Translated using Weblate (Japanese)

Currently translated at 100.0% (187 of 187 strings)

Translation: Calls/webapp
Translate-URL: https://translate.mattermost.com/projects/calls/webapp/ja/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (187 of 187 strings)

Translation: Calls/webapp
Translate-URL: https://translate.mattermost.com/projects/calls/webapp/zh_Hans/

---------

Co-authored-by: ThrRip <coding@thrrip.space>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: kaakaa <stooner.hoe@gmail.com>
Co-authored-by: MArtin Johnson <martinjohnson@bahnhof.se>

* [MM-57529] e2e tests for host change slash command (#671)

* host change e2e tests

* extend timeout

---------

Co-authored-by: Weblate (bot) <hosted@weblate.org>
Co-authored-by: ThrRip <coding@thrrip.space>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: Christopher Poile <cpoile@gmail.com>
Co-authored-by: kaakaa <stooner.hoe@gmail.com>
Co-authored-by: MArtin Johnson <martinjohnson@bahnhof.se>

---------

Co-authored-by: Weblate (bot) <hosted@weblate.org>
Co-authored-by: ThrRip <coding@thrrip.space>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: Christopher Poile <cpoile@gmail.com>
Co-authored-by: kaakaa <stooner.hoe@gmail.com>
Co-authored-by: MArtin Johnson <martinjohnson@bahnhof.se>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants