Commit Graph

44661 Commits (0aef914096540c773f5d589a6471eab197fe984a)

Author SHA1 Message Date
Jeff Huang 0aef914096 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3747 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-02-13 07:47:02 +00:00
Suguru Hirahara 226578abe1 Translated using Weblate (Japanese)
Currently translated at 99.7% (3736 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2023-02-13 06:27:37 +00:00
Weblate 1282845f55 Merge branch 'origin/develop' into Weblate. 2023-02-13 02:55:51 +00:00
Ihor Hordiichuk 91eff9a481 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3747 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2023-02-13 02:55:51 +00:00
Vri ed64438dfc Translated using Weblate (German)
Currently translated at 100.0% (3747 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2023-02-13 02:55:48 +00:00
Kerry 1c6b06bb58
Poll history - extract poll option display components (#10107)
* wip

* remove dupe

* use poll model relations in all cases

* update mpollbody tests to use poll instance

* update poll fetching login in pinned messages card

* add pinned polls to room polls state

* add spinner while relations are still loading

* handle no poll in end poll dialog

* strict errors

* render a poll body that errors for poll end events

* add fetching logic to pollend tile

* extract poll testing utilities

* test mpollend

* strict fix

* more strict fix

* strict fix for forwardref

* add filter component

* update poll test utils

* add unstyled filter tab group

* filtertabgroup snapshot

* lint

* update test util setupRoomWithPollEvents to allow testing multiple polls in one room

* style filter tabs

* test error message for past polls

* sort polls list by latest

* extract poll option display components

* strict fixes
2023-02-13 02:55:39 +00:00
Weblate 5288f6dfa6 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/
2023-02-12 20:21:06 +00:00
Weblate 67afc470d7 Merge branch 'origin/develop' into Weblate. 2023-02-12 20:20:10 +00:00
Priit Jõerüüt ff48734284 Translated using Weblate (Estonian)
Currently translated at 100.0% (3746 of 3746 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2023-02-12 20:20:10 +00:00
Jozef Gaal 2ebb2e2403 Translated using Weblate (Slovak)
Currently translated at 100.0% (3746 of 3746 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2023-02-12 20:20:08 +00:00
waclaw66 75c444041b Translated using Weblate (Czech)
Currently translated at 100.0% (3746 of 3746 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2023-02-12 20:20:06 +00:00
Linerly 76ca4b1453 Translated using Weblate (Indonesian)
Currently translated at 100.0% (3746 of 3746 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2023-02-12 20:20:04 +00:00
Suguru Hirahara a5ef497b13 Translated using Weblate (Japanese)
Currently translated at 99.6% (3734 of 3746 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2023-02-12 20:20:02 +00:00
LinAGKar a18e47da1a Translated using Weblate (Swedish)
Currently translated at 100.0% (3746 of 3746 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
2023-02-12 20:19:58 +00:00
Glandos c94e623db4 Translated using Weblate (French)
Currently translated at 100.0% (3746 of 3746 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2023-02-12 20:19:55 +00:00
Vri f84958625e Translated using Weblate (German)
Currently translated at 100.0% (3746 of 3746 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2023-02-12 20:19:54 +00:00
Kerry 18ab325eaf
Poll history - filter by active or ended (#10098)
* wip

* remove dupe

* use poll model relations in all cases

* update mpollbody tests to use poll instance

* update poll fetching login in pinned messages card

* add pinned polls to room polls state

* add spinner while relations are still loading

* handle no poll in end poll dialog

* strict errors

* render a poll body that errors for poll end events

* add fetching logic to pollend tile

* extract poll testing utilities

* test mpollend

* strict fix

* more strict fix

* strict fix for forwardref

* add filter component

* update poll test utils

* add unstyled filter tab group

* filtertabgroup snapshot

* lint

* update test util setupRoomWithPollEvents to allow testing multiple polls in one room

* style filter tabs

* test error message for past polls

* sort polls list by latest

* move FilterTabGroup into generic components

* comments

* Update src/components/views/dialogs/polls/types.ts

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>

---------

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2023-02-13 09:19:45 +13:00
Kaede b42f43c4c3 Translated using Weblate (Japanese)
Currently translated at 99.4% (3725 of 3746 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2023-02-11 18:33:05 +00:00
Suguru Hirahara 491374712c Translated using Weblate (Japanese)
Currently translated at 99.4% (3725 of 3746 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2023-02-11 18:33:05 +00:00
Weblate d5ad7b6b36 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/
2023-02-10 18:13:05 +00:00
Weblate 0535c78b35 Merge branch 'origin/develop' into Weblate. 2023-02-10 18:12:11 +00:00
Peter Vágner 21f5088fea Translated using Weblate (Slovak)
Currently translated at 99.9% (3745 of 3746 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2023-02-10 18:12:10 +00:00
Suguru Hirahara 3ce5666318 Translated using Weblate (Japanese)
Currently translated at 99.2% (3718 of 3746 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2023-02-10 18:12:09 +00:00
Ihor Hordiichuk 9e1d2dca70 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3746 of 3746 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2023-02-10 18:12:06 +00:00
Germain f0f50485d7
TypeScript strict fixes (#10138) 2023-02-10 18:11:57 +00:00
Weblate 5249380d5b Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/
2023-02-10 17:43:42 +00:00
Weblate 226c2e2602 Merge branch 'origin/develop' into Weblate. 2023-02-10 17:42:49 +00:00
Suguru Hirahara a3fae59fac Translated using Weblate (Japanese)
Currently translated at 99.2% (3720 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2023-02-10 17:42:48 +00:00
Suguru Hirahara e57f6f0257
Remove white space characters before the horizontal ellipsis (#10130) 2023-02-10 17:42:39 +00:00
Weblate 46bdd5779b Merge branch 'origin/develop' into Weblate. 2023-02-10 14:16:17 +00:00
Priit Jõerüüt 4488c6de7f Translated using Weblate (Estonian)
Currently translated at 100.0% (3747 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2023-02-10 14:16:16 +00:00
Michael Weimann f14414eacd
Migrate OwnBeaconStatus-test.tsx to react-testing-library (#10133) 2023-02-10 15:16:08 +01:00
Weblate edb0686f2c Merge branch 'origin/develop' into Weblate. 2023-02-10 13:00:13 +00:00
Suguru Hirahara dab4a51ca6 Translated using Weblate (Japanese)
Currently translated at 99.1% (3716 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2023-02-10 13:00:13 +00:00
Michael Weimann bb4b07fdc9
Migrate InteractiveAuthDialog-test.tsx to react-testing-library (#10134) 2023-02-10 14:00:02 +01:00
Weblate f0062c6d24 Merge branch 'origin/develop' into Weblate. 2023-02-10 11:21:42 +00:00
Peter Vágner 4d9362f3b3 Translated using Weblate (Slovak)
Currently translated at 100.0% (3747 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2023-02-10 11:21:42 +00:00
Suguru Hirahara eb4c6913f0 Translated using Weblate (Japanese)
Currently translated at 99.1% (3716 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2023-02-10 11:21:40 +00:00
akshattchhabra e810a20551
#23232 Issue: Update _RoomStatusBar.pcss (#10128)
Co-authored-by: Janne Mareike Koschinski <janne@kuschku.de>
2023-02-10 12:21:31 +01:00
Weblate 1248aa39fd Merge branch 'origin/develop' into Weblate. 2023-02-10 10:47:56 +00:00
Jozef Gaal 264b6b0a4c Translated using Weblate (Slovak)
Currently translated at 100.0% (3747 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2023-02-10 10:47:56 +00:00
waclaw66 55b32f4c64 Translated using Weblate (Czech)
Currently translated at 100.0% (3747 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2023-02-10 10:47:54 +00:00
Linerly 5f8b6ae098 Translated using Weblate (Indonesian)
Currently translated at 100.0% (3747 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2023-02-10 10:47:52 +00:00
Suguru Hirahara 42ab403172 Translated using Weblate (Japanese)
Currently translated at 99.1% (3715 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2023-02-10 10:47:51 +00:00
Glandos 6c77fbbb14 Translated using Weblate (French)
Currently translated at 100.0% (3747 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2023-02-10 10:47:48 +00:00
Vri 8f464d0a9f Translated using Weblate (German)
Currently translated at 100.0% (3747 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2023-02-10 10:47:47 +00:00
renovate[bot] f83492235e
chore(deps): update babel monorepo (#10102)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-10 11:47:38 +01:00
Weblate b9804edf5d Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/
2023-02-10 08:39:27 +00:00
Weblate 375e14f178 Merge branch 'origin/develop' into Weblate. 2023-02-10 08:38:32 +00:00
Suguru Hirahara 29defea0e6 Translated using Weblate (Japanese)
Currently translated at 99.1% (3714 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2023-02-10 08:38:32 +00:00