Robin
33657947d3
Inject sender into pinned messages ( #7904 )
...
* Inject sender into pinned messages
Signed-off-by: Robin Townsend <robin@robin.town>
* Remove unused prop
Signed-off-by: Robin Townsend <robin@robin.town>
2022-02-28 14:47:14 +00:00
Michael Telatynski
75e41b4c1c
Basic threads analytics into Posthog MVP ( #7871 )
2022-02-28 14:11:14 +00:00
Abinet Seife
ac42dc2048
Added translation using Weblate (Amharic)
2022-02-28 10:16:01 +00:00
David Baker
1a6134e441
Fix another freeze on room switch ( #7900 )
...
* Fix another freeze on room switch
This switches permalinks to use the batch state update event and
removes the incremental updates, as commented. We now spend, on my
profiling, about 450ms in setOutOfBandMembers itself and another
120ms in permalinks.
Fixes https://github.com/vector-im/element-web/issues/21127
* Just bind to the currentstate state updates
2022-02-25 19:48:35 +00:00
Robin
4ab59684c1
Clean up error listener when location picker closes ( #7902 )
...
Signed-off-by: Robin Townsend <robin@robin.town>
2022-02-25 11:21:48 -07:00
Robin
ece2b8572a
Fix edge case in context menu chevron positioning ( #7899 )
...
* Fix edge case in context menu chevron positioning
Signed-off-by: Robin Townsend <robin@robin.town>
* Expand context menu positioning regression tests
Signed-off-by: Robin Townsend <robin@robin.town>
2022-02-25 17:49:57 +00:00
David Baker
3e4e7efd89
Add slash command to switch to a room's virtual room ( #7839 )
...
* Add slash command to switch to a room's virtual room
* Update to new interface
* Return null if no virtual user
* Throw newTranslateableError
* Types
* Disable tovirtual if virtual rooms not supported
2022-02-25 15:58:13 +00:00
Robin
76ca0362e1
Fix composer format buttons on WebKit ( #7898 )
2022-02-25 13:20:06 +00:00
Michael Telatynski
e762a6947d
Fix bug with useRoomHierarchy tight-looping loadMore on error ( #7893 )
2022-02-24 22:52:04 +00:00
Kerry
130bd6aa63
manage voicerecording state when deleting or sending a voice message ( #7896 )
...
* manage voicerecording state when deleting or sending a voice message
Signed-off-by: Kerry Archibald <kerrya@element.io>
* comment
Signed-off-by: Kerry Archibald <kerrya@element.io>
2022-02-24 18:54:06 +01:00
Michael Telatynski
5167b30ee6
Fix upload button & shortcut not working for narrow composer mode ( #7894 )
2022-02-24 17:37:02 +00:00
Michael Telatynski
4629d1e4f6
Fix emoji insertion in thread composer going to the main composer ( #7895 )
2022-02-24 17:01:42 +00:00
Robin
85dc58a504
Try harder to keep context menus inside the window ( #7863 )
...
* Try harder to keep context menus inside the window
Signed-off-by: Robin Townsend <robin@robin.town>
* Use UIStore for window dimensions
Signed-off-by: Robin Townsend <robin@robin.town>
* Test ContextMenu positioning
Signed-off-by: Robin Townsend <robin@robin.town>
2022-02-24 10:25:27 -05:00
Kerry
6e143c313e
eslint to 8.9.0 ( #7889 )
...
Signed-off-by: Kerry Archibald <kerrya@element.io>
2022-02-24 15:54:06 +01:00
Michael Telatynski
c257bc3f7a
Prefer RoomStateEvent.Update where possible as it fires far less ( #7878 )
2022-02-24 14:39:25 +00:00
Faye Duxovni
36ae0ea49d
Fix styling on reset button in verification dialog ( #7888 )
2022-02-24 09:31:14 -05:00
Michael Telatynski
0e1f904eee
Fix event list summary 1 hidden message pluralisation ( #7890 )
2022-02-24 13:16:31 +00:00
Robin
c638af703e
Fix vanishing recently viewed menu ( #7887 )
...
Signed-off-by: Robin Townsend <robin@robin.town>
2022-02-24 07:55:57 -05:00
Michael Telatynski
fe2fceb0ba
Tidy up timelineRenderingType to be passed over context ( #7872 )
2022-02-24 11:25:13 +00:00
Kerry
f4cd71fd47
Check 'useSystemTheme' in quick settings theme switcher ( #7809 )
...
* mock Element.scrollIntoView in jest setup
Signed-off-by: Kerry Archibald <kerrya@element.io>
* extract theme switcher from quick settings, add match system option, test
Signed-off-by: Kerry Archibald <kerrya@element.io>
* i18n
Signed-off-by: Kerry Archibald <kerrya@element.io>
* forgotten copyright
Signed-off-by: Kerry Archibald <kerrya@element.io>
* stylelint
Signed-off-by: Kerry Archibald <kerrya@element.io>
* remove old class
Signed-off-by: Kerry Archibald <kerrya@element.io>
2022-02-24 10:01:06 +01:00
Kerry
889b0cebb2
Fix 'my threads' filtering to include participated threads ( #7882 )
...
* move js utils into directory
Signed-off-by: Kerry Archibald <kerrya@element.io>
* typescripterize js test-utils
Signed-off-by: Kerry Archibald <kerrya@element.io>
* move test utils to directory
Signed-off-by: Kerry Archibald <kerrya@element.io>
* move remaining mock functions to directory
Signed-off-by: Kerry Archibald <kerrya@element.io>
* update imports
Signed-off-by: Kerry Archibald <kerrya@element.io>
* missed copyright
Signed-off-by: Kerry Archibald <kerrya@element.io>
* threads test helpers
Signed-off-by: Kerry Archibald <kerrya@element.io>
* forgotten copyright
Signed-off-by: Kerry Archibald <kerrya@element.io>
* comments
Signed-off-by: Kerry Archibald <kerrya@element.io>
* fix threads helper unsigned
Signed-off-by: Kerry Archibald <kerrya@element.io>
* test filter creation when thread capabilities enabled
Signed-off-by: Kerry Archibald <kerrya@element.io>
2022-02-24 09:44:34 +01:00
David Baker
81cda7c749
Fix freeze on room switch ( #7884 )
...
* Fix freeze on room switch
updateServerCandidates was called on every room member event and
not throttled.
Fixes https://github.com/vector-im/element-web/issues/21127
* Move import
* Disable throttling in tests
* Types
Co-authored-by: Travis Ralston <travisr@matrix.org>
Co-authored-by: Travis Ralston <travisr@matrix.org>
2022-02-23 19:16:12 +00:00
David Baker
5c5dc69547
Remove log line to try to fix freeze on answering VoIP call ( #7883 )
...
The profiles point to some huge object being logged in VideoFeed's
playMedia() method, but this is the only log line added recently.
I can't see how this could possibly log anything huge, but not
sure what else to try, so let's try removing this as an experiment.
The bug it was added to diagnose seems to be fixed now anyway.
For https://github.com/vector-im/element-web/issues/21181
2022-02-23 19:10:36 +00:00
Travis Ralston
d71922ca51
Support social login & password on soft logout page ( #7879 )
...
* Code style: Modernize
* Make Soft Logout page support Social Sign On
Fixes https://github.com/vector-im/element-web/issues/21099
This commit does a few things:
* Moves rendering of the flows to functions
* Adds a new login view enum for Password + SSO (mirroring logic from registration)
* Makes an absolute mess of the resulting diff
* Lint & i18n
* Remove spurious typing
2022-02-23 16:22:37 +00:00
J. Ryan Stinnett
d8ac7cf202
Fix thread summary layout for narrow right panel timeline ( #7838 )
2022-02-23 14:03:46 +00:00
Šimon Brandner
93a9af7b3a
Keybinding code unification #3 ( #7850 )
2022-02-23 09:12:04 +00:00
Michael Telatynski
b0737b6e31
Throttle RoomState.members handlers ( #7876 )
2022-02-22 17:20:30 +00:00
Michael Telatynski
61b68252a6
Only show joined/invited in search dialog ( #7875 )
2022-02-22 16:23:51 +00:00
Germain
be9ae7ea03
Fix unexpected threads appearing in thread panel ( #7873 )
2022-02-22 16:03:05 +00:00
Michael Telatynski
7fa01ffb06
Improve typing around event emitter handlers ( #7816 )
2022-02-22 12:18:08 +00:00
Robin
bb79c6086a
Don't pillify code blocks ( #7861 )
...
* Don't pillify code blocks
Signed-off-by: Robin Townsend <robin@robin.town>
* Test that pills do not appear in code blocks
Signed-off-by: Robin Townsend <robin@robin.town>
* Use snapshot instead for test
Signed-off-by: Robin Townsend <robin@robin.town>
2022-02-22 06:46:34 -05:00
J. Ryan Stinnett
d79d5ceeac
Fix keyboard shortcut icons on macOS ( #7869 )
2022-02-22 11:25:28 +00:00
Michael Telatynski
8fccef86d8
Wire up drag-drop file uploads for the thread view ( #7860 )
2022-02-22 11:14:56 +00:00
Suguru Hirahara
b93ccbf239
Translated using Weblate (Japanese)
...
Currently translated at 75.8% (2615 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 10:49:03 +00:00
nafi3h
aad3cbf0ae
Translated using Weblate (Persian)
...
Currently translated at 79.6% (2746 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fa/
2022-02-22 10:49:01 +00:00
Element Translate Bot
42e9ea4540
Translations update from Weblate ( #7868 )
...
* Translated using Weblate (Swedish)
Currently translated at 100.0% (3428 of 3428 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3428 of 3428 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
* Translated using Weblate (Estonian)
Currently translated at 99.9% (3434 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3428 of 3428 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (3428 of 3428 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
* Translated using Weblate (Slovak)
Currently translated at 93.3% (3200 of 3428 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
* Translated using Weblate (Galician)
Currently translated at 99.9% (3427 of 3428 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3437 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
* Translated using Weblate (Czech)
Currently translated at 100.0% (3437 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
* Translated using Weblate (Albanian)
Currently translated at 99.8% (3432 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sq/
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (3437 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3437 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
* Translated using Weblate (Hungarian)
Currently translated at 99.4% (3418 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
* Translated using Weblate (Slovak)
Currently translated at 93.1% (3202 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
* Translated using Weblate (Estonian)
Currently translated at 99.9% (3434 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3438 of 3438 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
* Translated using Weblate (Czech)
Currently translated at 100.0% (3438 of 3438 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (3438 of 3438 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (3438 of 3438 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
* Translated using Weblate (German)
Currently translated at 99.6% (3425 of 3438 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (3438 of 3438 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
* Translated using Weblate (Swedish)
Currently translated at 100.0% (3438 of 3438 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3438 of 3438 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
* Translated using Weblate (Italian)
Currently translated at 100.0% (3438 of 3438 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
* Translated using Weblate (Japanese)
Currently translated at 64.3% (2213 of 3438 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (3438 of 3438 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
* Translated using Weblate (Slovak)
Currently translated at 95.5% (3284 of 3438 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
* Translated using Weblate (Estonian)
Currently translated at 99.9% (3435 of 3438 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
* Translated using Weblate (Slovak)
Currently translated at 95.5% (3285 of 3438 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
* Translated using Weblate (French)
Currently translated at 99.0% (3408 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
* Translated using Weblate (Czech)
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
* Translated using Weblate (Galician)
Currently translated at 99.9% (3440 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/
* Translated using Weblate (Estonian)
Currently translated at 99.8% (3437 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
* Translated using Weblate (French)
Currently translated at 99.0% (3408 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
* Translated using Weblate (Italian)
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
* Translated using Weblate (Albanian)
Currently translated at 99.8% (3436 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sq/
* Translated using Weblate (Swedish)
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (3437 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (3437 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nl/
* Translated using Weblate (Japanese)
Currently translated at 64.3% (2213 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (German)
Currently translated at 99.5% (3421 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
* Translated using Weblate (Japanese)
Currently translated at 64.4% (2214 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 64.5% (2218 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Slovak)
Currently translated at 96.4% (3314 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
* Translated using Weblate (Japanese)
Currently translated at 64.8% (2228 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 65.1% (2240 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Albanian)
Currently translated at 99.8% (3435 of 3440 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sq/
* Translated using Weblate (Japanese)
Currently translated at 65.1% (2240 of 3440 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (3440 of 3440 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3440 of 3440 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
* Translated using Weblate (Icelandic)
Currently translated at 17.7% (611 of 3440 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/is/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (3440 of 3440 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
* Translated using Weblate (Japanese)
Currently translated at 65.1% (2240 of 3440 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (French)
Currently translated at 99.0% (3409 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
* Translated using Weblate (Czech)
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
* Translated using Weblate (Estonian)
Currently translated at 99.8% (3437 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
* Translated using Weblate (Icelandic)
Currently translated at 25.4% (876 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/is/
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
* Translated using Weblate (Slovak)
Currently translated at 96.3% (3314 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
* Translated using Weblate (Japanese)
Currently translated at 65.0% (2240 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Galician)
Currently translated at 99.9% (3440 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/
* Translated using Weblate (Icelandic)
Currently translated at 27.6% (951 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/is/
* Translated using Weblate (Japanese)
Currently translated at 65.0% (2237 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Galician)
Currently translated at 99.9% (3440 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/
* Translated using Weblate (Japanese)
Currently translated at 65.0% (2237 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (German)
Currently translated at 99.4% (3421 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
* Translated using Weblate (Italian)
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
* Translated using Weblate (Japanese)
Currently translated at 65.1% (2243 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 65.1% (2243 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 65.8% (2266 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 65.8% (2266 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 65.8% (2266 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
* Translated using Weblate (Japanese)
Currently translated at 65.8% (2266 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (3442 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
* Translated using Weblate (Japanese)
Currently translated at 65.9% (2271 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 66.8% (2302 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (3442 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (3442 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3442 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (3442 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
* Translated using Weblate (Japanese)
Currently translated at 66.9% (2303 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 66.8% (2302 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 66.9% (2304 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 66.9% (2304 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 67.1% (2311 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 70.4% (2424 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 72.0% (2479 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3442 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
* Translated using Weblate (Norwegian Nynorsk)
Currently translated at 33.8% (1164 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nn/
* Translated using Weblate (Czech)
Currently translated at 100.0% (3442 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
* Translated using Weblate (Slovak)
Currently translated at 96.2% (3314 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
* Translated using Weblate (French)
Currently translated at 99.0% (3411 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
* Translated using Weblate (Albanian)
Currently translated at 99.8% (3437 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sq/
* Translated using Weblate (Swedish)
Currently translated at 100.0% (3442 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
* Translated using Weblate (Estonian)
Currently translated at 99.8% (3438 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
* Translated using Weblate (Japanese)
Currently translated at 72.5% (2497 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (3448 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
* Translated using Weblate (Albanian)
Currently translated at 99.8% (3443 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sq/
* Translated using Weblate (Icelandic)
Currently translated at 39.0% (1347 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/is/
* Translated using Weblate (Estonian)
Currently translated at 99.8% (3444 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
* Translated using Weblate (Japanese)
Currently translated at 72.4% (2497 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 72.4% (2497 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3448 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
* Translated using Weblate (Italian)
Currently translated at 100.0% (3448 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
* Translated using Weblate (Czech)
Currently translated at 100.0% (3448 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
* Translated using Weblate (Icelandic)
Currently translated at 42.6% (1472 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/is/
* Translated using Weblate (Japanese)
Currently translated at 72.3% (2497 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (3449 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
* Translated using Weblate (Japanese)
Currently translated at 72.8% (2511 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 72.8% (2512 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Icelandic)
Currently translated at 45.7% (1577 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/is/
* Translated using Weblate (Japanese)
Currently translated at 73.0% (2521 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 73.4% (2534 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 73.4% (2535 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 73.5% (2536 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 73.5% (2536 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 73.5% (2537 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 73.5% (2538 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 73.6% (2539 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 74.0% (2554 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 74.1% (2557 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 74.2% (2560 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 74.4% (2568 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 74.4% (2569 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 74.5% (2570 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 74.5% (2570 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 74.5% (2572 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 74.6% (2573 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 74.9% (2586 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 75.0% (2590 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 75.1% (2591 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 75.2% (2594 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 75.3% (2599 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 75.5% (2605 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 75.5% (2605 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 75.7% (2613 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 75.7% (2613 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Swedish)
Currently translated at 100.0% (3449 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3449 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3449 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
* Translated using Weblate (Czech)
Currently translated at 100.0% (3449 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
* Translated using Weblate (Galician)
Currently translated at 99.9% (3448 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/
* Translated using Weblate (Estonian)
Currently translated at 99.8% (3445 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
* Translated using Weblate (Japanese)
Currently translated at 75.7% (2613 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 75.7% (2613 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 75.8% (2615 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 75.8% (2615 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Japanese)
Currently translated at 75.8% (2615 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Persian)
Currently translated at 79.0% (2726 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fa/
* Translated using Weblate (Persian)
Currently translated at 79.0% (2726 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fa/
* Translated using Weblate (Japanese)
Currently translated at 75.8% (2615 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
* Translated using Weblate (Persian)
Currently translated at 79.1% (2729 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fa/
* Translated using Weblate (Persian)
Currently translated at 79.1% (2729 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fa/
* Translated using Weblate (Japanese)
Currently translated at 75.8% (2615 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
Co-authored-by: LinAGKar <linus.kardell@gmail.com>
Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
Co-authored-by: Priit Jõerüüt <riot@joeruut.com>
Co-authored-by: Weblate <translate@riot.im>
Co-authored-by: Jeff Huang <s8321414@gmail.com>
Co-authored-by: Linerly <linerly@protonmail.com>
Co-authored-by: Jozef Gaal <preklady@mayday.sk>
Co-authored-by: Xose M <xosem@disroot.org>
Co-authored-by: Denys Nykula <nykula@ukr.net>
Co-authored-by: waclaw66 <waclaw66@seznam.cz>
Co-authored-by: Besnik Bleta <besnik@programeshqip.org>
Co-authored-by: Szimszon <github@oregpreshaz.eu>
Co-authored-by: notramo <notramo@protonmail.com>
Co-authored-by: noantiq <timucin.boldt@udo.edu>
Co-authored-by: random <dictionary@tutamail.com>
Co-authored-by: Kaede <contact@kaede.ch>
Co-authored-by: c-cal <github-2c7c@zebrina.fr>
Co-authored-by: Johan Smits <johan@smitsmail.net>
Co-authored-by: Suguru Hirahara <ovestekona@protonmail.com>
Co-authored-by: Sveinn í Felli <sv1@fellsnet.is>
Co-authored-by: Azrty <thierry.ouellet@icloud.com>
Co-authored-by: JokerGermany <sp4m.an.joker+git@gmail.com>
Co-authored-by: Nils Haugen <nils@gaupne.net>
Co-authored-by: Hivaa <hivaa@hivaa.im>
Co-authored-by: nafi3h <alireza.zarei@gmail.com>
2022-02-22 10:48:53 +00:00
Weblate
25a33a4d70
Merge branch 'origin/develop' into Weblate.
2022-02-22 10:39:22 +00:00
Suguru Hirahara
33eec7f4ac
Translated using Weblate (Japanese)
...
Currently translated at 75.8% (2615 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 10:39:22 +00:00
nafi3h
9cbbf3abed
Translated using Weblate (Persian)
...
Currently translated at 79.5% (2745 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fa/
2022-02-22 10:39:20 +00:00
Michael Telatynski
2a55d22916
Wire up CallEventGroupers for Search Results ( #7866 )
2022-02-22 10:39:08 +00:00
Suguru Hirahara
4353f268e8
Translated using Weblate (Japanese)
...
Currently translated at 75.8% (2615 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 10:25:55 +00:00
nafi3h
979e313214
Translated using Weblate (Persian)
...
Currently translated at 79.3% (2736 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fa/
2022-02-22 10:25:53 +00:00
nafi3h
1f6dd70d61
Translated using Weblate (Persian)
...
Currently translated at 79.2% (2734 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fa/
2022-02-22 10:24:22 +00:00
Hivaa
b78ceb50a7
Translated using Weblate (Persian)
...
Currently translated at 79.2% (2734 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fa/
2022-02-22 10:24:21 +00:00
Suguru Hirahara
7f08bb1f54
Translated using Weblate (Japanese)
...
Currently translated at 75.8% (2615 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 10:17:41 +00:00
nafi3h
0401a45dfb
Translated using Weblate (Persian)
...
Currently translated at 79.1% (2729 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fa/
2022-02-22 10:17:39 +00:00
Hivaa
86d049c9a3
Translated using Weblate (Persian)
...
Currently translated at 79.1% (2729 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fa/
2022-02-22 10:17:38 +00:00
Weblate
be51fe17f7
Merge branch 'origin/develop' into Weblate.
2022-02-22 10:04:37 +00:00
Suguru Hirahara
23da0b9f8d
Translated using Weblate (Japanese)
...
Currently translated at 75.8% (2615 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 10:04:37 +00:00
nafi3h
17e41e7463
Translated using Weblate (Persian)
...
Currently translated at 79.0% (2726 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fa/
2022-02-22 10:04:35 +00:00
Hivaa
d1cb1b5789
Translated using Weblate (Persian)
...
Currently translated at 79.0% (2726 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fa/
2022-02-22 10:04:35 +00:00
Kerry
5b8d440406
type Actions ( #7862 )
...
* type ViewHomPage action
Signed-off-by: Kerry Archibald <kerrya@element.io>
* type spacestore actions
Signed-off-by: Kerry Archibald <kerrya@element.io>
* lint
Signed-off-by: Kerry Archibald <kerrya@element.io>
* add action types
Signed-off-by: Kerry Archibald <kerrya@element.io>
* use new action types in stores
Signed-off-by: Kerry Archibald <kerrya@element.io>
* remove debug change
Signed-off-by: Kerry Archibald <kerrya@element.io>
* stricter keyboard shortcut types
Signed-off-by: Kerry Archibald <kerrya@element.io>
* action comments
Signed-off-by: Kerry Archibald <kerrya@element.io>
2022-02-22 10:04:27 +00:00
Suguru Hirahara
f45ca2e969
Translated using Weblate (Japanese)
...
Currently translated at 75.8% (2615 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 09:33:43 +00:00
Suguru Hirahara
dd2ddb1f91
Translated using Weblate (Japanese)
...
Currently translated at 75.8% (2615 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 09:25:01 +00:00
Suguru Hirahara
271d09dac1
Translated using Weblate (Japanese)
...
Currently translated at 75.8% (2615 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 09:08:46 +00:00
Suguru Hirahara
72a79f1eaa
Translated using Weblate (Japanese)
...
Currently translated at 75.7% (2613 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 08:55:06 +00:00
Suguru Hirahara
4be9920699
Translated using Weblate (Japanese)
...
Currently translated at 75.7% (2613 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 08:46:47 +00:00
Weblate
c9b6c69e2b
Merge branch 'origin/develop' into Weblate.
2022-02-22 08:36:21 +00:00
Priit Jõerüüt
965988a321
Translated using Weblate (Estonian)
...
Currently translated at 99.8% (3445 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2022-02-22 08:36:21 +00:00
Xose M
289a3755a8
Translated using Weblate (Galician)
...
Currently translated at 99.9% (3448 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/
2022-02-22 08:36:19 +00:00
waclaw66
c14bdf1827
Translated using Weblate (Czech)
...
Currently translated at 100.0% (3449 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2022-02-22 08:36:15 +00:00
Ihor Hordiichuk
9b3bdc893f
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (3449 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2022-02-22 08:36:13 +00:00
Jeff Huang
4171b635fd
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (3449 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2022-02-22 08:36:10 +00:00
LinAGKar
320e0eb653
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (3449 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
2022-02-22 08:36:07 +00:00
Michael Telatynski
57595bc593
Fix misalignment with Event List Summaries ( #7865 )
...
* Fix misalignment with Event List Summaries
* simplify styling
2022-02-22 08:35:58 +00:00
Suguru Hirahara
689e189cfc
Translated using Weblate (Japanese)
...
Currently translated at 75.7% (2613 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 08:25:31 +00:00
Suguru Hirahara
e73ba1e8ac
Translated using Weblate (Japanese)
...
Currently translated at 75.7% (2613 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 08:23:12 +00:00
Suguru Hirahara
be9f57d04e
Translated using Weblate (Japanese)
...
Currently translated at 75.5% (2605 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 01:30:14 +00:00
Suguru Hirahara
3f4a7b2982
Translated using Weblate (Japanese)
...
Currently translated at 75.5% (2605 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 01:27:36 +00:00
Suguru Hirahara
23873b5625
Translated using Weblate (Japanese)
...
Currently translated at 75.3% (2599 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 01:18:18 +00:00
Suguru Hirahara
c177339fc3
Translated using Weblate (Japanese)
...
Currently translated at 75.2% (2594 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 01:01:36 +00:00
Suguru Hirahara
a4a5a77e98
Translated using Weblate (Japanese)
...
Currently translated at 75.1% (2591 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 00:55:24 +00:00
Suguru Hirahara
25a0f90e16
Translated using Weblate (Japanese)
...
Currently translated at 75.0% (2590 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 00:48:36 +00:00
Suguru Hirahara
c192d2c1ea
Translated using Weblate (Japanese)
...
Currently translated at 74.9% (2586 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 00:44:48 +00:00
Suguru Hirahara
e145094d07
Translated using Weblate (Japanese)
...
Currently translated at 74.6% (2573 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 00:24:46 +00:00
Suguru Hirahara
d9bb35ce6a
Translated using Weblate (Japanese)
...
Currently translated at 74.5% (2572 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-22 00:06:05 +00:00
Suguru Hirahara
8e9c1fb4eb
Translated using Weblate (Japanese)
...
Currently translated at 74.5% (2570 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 23:59:18 +00:00
Suguru Hirahara
eb1c1bfc39
Translated using Weblate (Japanese)
...
Currently translated at 74.5% (2570 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 23:43:39 +00:00
Suguru Hirahara
4550f307ed
Translated using Weblate (Japanese)
...
Currently translated at 74.4% (2569 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 23:41:04 +00:00
Suguru Hirahara
4daa10ccf6
Translated using Weblate (Japanese)
...
Currently translated at 74.4% (2568 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 23:37:20 +00:00
Suguru Hirahara
8c0c6fee78
Translated using Weblate (Japanese)
...
Currently translated at 74.2% (2560 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 23:26:17 +00:00
Suguru Hirahara
280271072a
Translated using Weblate (Japanese)
...
Currently translated at 74.1% (2557 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 23:16:09 +00:00
Suguru Hirahara
50764d5a5a
Translated using Weblate (Japanese)
...
Currently translated at 74.0% (2554 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 23:06:01 +00:00
Suguru Hirahara
261bd9affe
Translated using Weblate (Japanese)
...
Currently translated at 73.6% (2539 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 21:47:50 +00:00
Suguru Hirahara
47fd8fa239
Translated using Weblate (Japanese)
...
Currently translated at 73.5% (2538 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 21:39:00 +00:00
Suguru Hirahara
cba702e737
Translated using Weblate (Japanese)
...
Currently translated at 73.5% (2537 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 21:37:15 +00:00
Suguru Hirahara
a00c3bc2b5
Translated using Weblate (Japanese)
...
Currently translated at 73.5% (2536 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 21:27:25 +00:00
Suguru Hirahara
23012da697
Translated using Weblate (Japanese)
...
Currently translated at 73.5% (2536 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 21:20:32 +00:00
Suguru Hirahara
28eb7a676d
Translated using Weblate (Japanese)
...
Currently translated at 73.4% (2535 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 21:10:38 +00:00
Suguru Hirahara
32fcf8d995
Translated using Weblate (Japanese)
...
Currently translated at 73.4% (2534 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 20:09:58 +00:00
Suguru Hirahara
91d85c4a79
Translated using Weblate (Japanese)
...
Currently translated at 73.0% (2521 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 19:10:55 +00:00
Weblate
96078a1050
Merge branch 'origin/develop' into Weblate.
2022-02-21 18:57:20 +00:00
Sveinn í Felli
09bb3f579b
Translated using Weblate (Icelandic)
...
Currently translated at 45.7% (1577 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/is/
2022-02-21 18:57:20 +00:00
Suguru Hirahara
e711af8adb
Translated using Weblate (Japanese)
...
Currently translated at 72.8% (2512 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 18:57:03 +00:00
Michael Telatynski
18e86f3bf8
Fix non-customizable keybindings not working as expected ( #7855 )
2022-02-21 18:56:55 +00:00
Suguru Hirahara
67cd12d9fd
Translated using Weblate (Japanese)
...
Currently translated at 72.8% (2511 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 18:29:50 +00:00
Szimszon
b2c877cc51
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (3449 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2022-02-21 16:57:53 +00:00
Suguru Hirahara
723705a1f4
Translated using Weblate (Japanese)
...
Currently translated at 72.3% (2497 of 3449 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 16:10:44 +00:00
Weblate
66d7a307c6
Merge branch 'origin/develop' into Weblate.
2022-02-21 15:46:50 +00:00
Sveinn í Felli
c1e8c54adf
Translated using Weblate (Icelandic)
...
Currently translated at 42.6% (1472 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/is/
2022-02-21 15:46:50 +00:00
waclaw66
692392548f
Translated using Weblate (Czech)
...
Currently translated at 100.0% (3448 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2022-02-21 15:46:28 +00:00
random
68238cae12
Translated using Weblate (Italian)
...
Currently translated at 100.0% (3448 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
2022-02-21 15:46:25 +00:00
Ihor Hordiichuk
762829a99f
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (3448 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2022-02-21 15:46:22 +00:00
Michael Telatynski
e2827b4082
Fix accessibility around the room list treeview and new search beta ( #7856 )
2022-02-21 15:46:13 +00:00
Suguru Hirahara
ba2e269078
Translated using Weblate (Japanese)
...
Currently translated at 72.4% (2497 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 14:24:32 +00:00
Suguru Hirahara
976cc6adef
Translated using Weblate (Japanese)
...
Currently translated at 72.4% (2497 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 12:38:19 +00:00
Weblate
2a0375be7a
Merge branch 'origin/develop' into Weblate.
2022-02-21 12:18:35 +00:00
Priit Jõerüüt
a8e269a9c8
Translated using Weblate (Estonian)
...
Currently translated at 99.8% (3444 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2022-02-21 12:18:35 +00:00
Sveinn í Felli
303f421664
Translated using Weblate (Icelandic)
...
Currently translated at 39.0% (1347 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/is/
2022-02-21 12:18:32 +00:00
Besnik Bleta
2f309c5d1a
Translated using Weblate (Albanian)
...
Currently translated at 99.8% (3443 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sq/
2022-02-21 12:17:23 +00:00
Linerly
8b2b66c299
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (3448 of 3448 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2022-02-21 12:17:20 +00:00
David Baker
572fa99e67
Fix virtual / native room mapping on call transfers ( #7848 )
...
* Fix virtual / native room mapping on call transfers
By just sending them through the same code path as regular calls.
Also re-do the tests & add a test for transfer specifically.
* Optional arg
* Types
2022-02-21 12:17:09 +00:00
Weblate
eedfd160a1
Merge branch 'origin/develop' into Weblate.
2022-02-21 10:21:40 +00:00
Andy Balaam
f1e1b7be86
Support "closed" polls whose votes are not visible until they are ended ( #7842 )
2022-02-21 10:21:35 +00:00
Weblate
b3d7b6443b
Merge branch 'origin/develop' into Weblate.
2022-02-21 10:05:06 +00:00
Šimon Brandner
eca64d776a
Remove layout
workaround ( #7853 )
2022-02-21 10:05:01 +00:00
Weblate
ff67d78878
Merge branch 'origin/develop' into Weblate.
2022-02-21 10:03:17 +00:00
Suguru Hirahara
48b2016637
Translated using Weblate (Japanese)
...
Currently translated at 72.5% (2497 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-21 10:03:16 +00:00
Priit Jõerüüt
a3586c26e2
Translated using Weblate (Estonian)
...
Currently translated at 99.8% (3438 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2022-02-21 10:03:12 +00:00
LinAGKar
826ea16cf8
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (3442 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
2022-02-21 10:03:09 +00:00
Besnik Bleta
76d4a19db0
Translated using Weblate (Albanian)
...
Currently translated at 99.8% (3437 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sq/
2022-02-21 10:03:06 +00:00
c-cal
0aee5ca46c
Translated using Weblate (French)
...
Currently translated at 99.0% (3411 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2022-02-21 10:03:04 +00:00
Jozef Gaal
bfd1a0f951
Translated using Weblate (Slovak)
...
Currently translated at 96.2% (3314 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2022-02-21 10:03:02 +00:00
waclaw66
5953757156
Translated using Weblate (Czech)
...
Currently translated at 100.0% (3442 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2022-02-21 10:02:59 +00:00
Nils Haugen
d0e95d1885
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 33.8% (1164 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nn/
2022-02-21 10:02:57 +00:00
Jeff Huang
a5738b9d0e
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (3442 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2022-02-21 10:02:54 +00:00
Šimon Brandner
9aa77f3417
Remove autoplayGifsAndVideos
workaround ( #7852 )
2022-02-21 10:02:45 +00:00
Suguru Hirahara
a3c65b2b62
Translated using Weblate (Japanese)
...
Currently translated at 72.0% (2479 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-20 09:34:16 +00:00
Suguru Hirahara
c8fd875c99
Translated using Weblate (Japanese)
...
Currently translated at 70.4% (2424 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-19 09:18:59 +00:00
Suguru Hirahara
c005f67c5b
Translated using Weblate (Japanese)
...
Currently translated at 67.1% (2311 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-18 20:35:25 +00:00
Suguru Hirahara
2cae2f5f8e
Translated using Weblate (Japanese)
...
Currently translated at 66.9% (2304 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-18 19:25:00 +00:00
Suguru Hirahara
e0ac81a721
Translated using Weblate (Japanese)
...
Currently translated at 66.9% (2304 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-18 19:21:31 +00:00
Suguru Hirahara
2f6cb1ad15
Translated using Weblate (Japanese)
...
Currently translated at 66.8% (2302 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-18 17:58:29 +00:00
Weblate
eea899438b
Merge branch 'origin/develop' into Weblate.
2022-02-18 16:35:17 +00:00
Suguru Hirahara
b02d4383a9
Translated using Weblate (Japanese)
...
Currently translated at 66.9% (2303 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-18 16:35:17 +00:00
Linerly
1e16afd7ed
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (3442 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2022-02-18 16:35:16 +00:00
Kerry
fc9a221371
Focus trap in poll creation dialog ( #7847 )
...
* add autofocus
Signed-off-by: Kerry Archibald <kerrya@element.io>
* test
Signed-off-by: Kerry Archibald <kerrya@element.io>
* scope ids
Signed-off-by: Kerry Archibald <kerrya@element.io>
* whitespace
Signed-off-by: Kerry Archibald <kerrya@element.io>
2022-02-18 16:35:08 +00:00
Weblate
8a0db47eb1
Merge branch 'origin/develop' into Weblate.
2022-02-18 15:56:25 +00:00
Ihor Hordiichuk
51e41ca88b
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (3442 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2022-02-18 15:56:24 +00:00
Linerly
ccca824c4b
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (3442 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2022-02-18 15:56:21 +00:00
Szimszon
7c5efcee5d
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (3442 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2022-02-18 15:56:20 +00:00
Suguru Hirahara
1a62adb22f
Translated using Weblate (Japanese)
...
Currently translated at 66.8% (2302 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-18 15:56:18 +00:00
Michael Telatynski
5f5bb4a4fe
Consolidate TileShape into TimelineRenderingType ( #7843 )
2022-02-18 15:56:05 +00:00
Weblate
db11df9439
Merge branch 'origin/develop' into Weblate.
2022-02-18 15:15:29 +00:00
Suguru Hirahara
380ff62c81
Translated using Weblate (Japanese)
...
Currently translated at 65.9% (2271 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-18 15:15:29 +00:00
Linerly
1cbd2b6234
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (3442 of 3442 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2022-02-18 15:15:26 +00:00
Šimon Brandner
ca89d3b96e
Fix editEvent()
call ( #7846 )
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2022-02-18 15:15:18 +00:00
Weblate
2b1eea63ec
Merge branch 'origin/develop' into Weblate.
2022-02-18 15:01:41 +00:00
Linerly
bfb0ffc857
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2022-02-18 15:01:40 +00:00
Suguru Hirahara
26fce2714a
Translated using Weblate (Japanese)
...
Currently translated at 65.8% (2266 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-18 15:01:39 +00:00
Šimon Brandner
fe7f1688dd
Move editEvent()
to EventUtils
( #7836 )
2022-02-18 15:01:32 +00:00
Weblate
16d7e8edd5
Merge branch 'origin/develop' into Weblate.
2022-02-18 14:58:15 +00:00
Linerly
dbdc332e83
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2022-02-18 14:58:15 +00:00
Suguru Hirahara
69ff4c026f
Translated using Weblate (Japanese)
...
Currently translated at 65.8% (2266 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-18 14:58:13 +00:00
Travis Ralston
34567b9aab
Add labs flag: Show only current profile on historical messages ( #7815 )
...
* Add labs flag: Show only current profile on historical messages
For https://github.com/vector-im/element-web/issues/3768
Related https://github.com/vector-im/element-web/issues/4677
* Use the member's user ID
2022-02-18 07:58:04 -07:00
Weblate
8f871a7025
Merge branch 'origin/develop' into Weblate.
2022-02-18 14:46:37 +00:00
J. Ryan Stinnett
acd051db43
Remove unused LeftPanel
dimension tracking ( #7845 )
2022-02-18 14:46:33 +00:00
Weblate
8c9f79ff4d
Merge branch 'origin/develop' into Weblate.
2022-02-18 14:29:18 +00:00
Suguru Hirahara
4579f9ef7c
Translated using Weblate (Japanese)
...
Currently translated at 65.8% (2266 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-18 14:29:18 +00:00
Travis Ralston
b756f03563
Keep unsent voice messages in memory until they are deleted or sent ( #7840 )
...
Fixes https://github.com/vector-im/element-web/issues/17979
2022-02-18 07:29:08 -07:00
Weblate
6f0e8e763e
Merge branch 'origin/develop' into Weblate.
2022-02-18 13:51:36 +00:00
Suguru Hirahara
74adaa2a8e
Translated using Weblate (Japanese)
...
Currently translated at 65.8% (2266 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-18 13:51:35 +00:00
Michael Telatynski
38a547b5d0
Remove ResizeObserver Polyfill ( #7844 )
2022-02-18 13:51:27 +00:00
Suguru Hirahara
35cd1154e1
Translated using Weblate (Japanese)
...
Currently translated at 65.1% (2243 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-18 13:11:36 +00:00
Weblate
afe9f46b09
Merge branch 'origin/develop' into Weblate.
2022-02-18 13:03:29 +00:00
Suguru Hirahara
276d63bf2a
Translated using Weblate (Japanese)
...
Currently translated at 65.1% (2243 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-18 13:03:28 +00:00
random
9511a1f6b7
Translated using Weblate (Italian)
...
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
2022-02-18 13:03:26 +00:00
JokerGermany
e7e654cf52
Translated using Weblate (German)
...
Currently translated at 99.4% (3421 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2022-02-18 13:03:23 +00:00
Michael Telatynski
29c1c8d1e1
Fix ScrollPanel data-scrollbar not responding to window resizing ( #7841 )
2022-02-18 13:03:16 +00:00
Suguru Hirahara
a2048facdd
Translated using Weblate (Japanese)
...
Currently translated at 65.0% (2237 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-18 12:54:25 +00:00
Weblate
bdd92d79ad
Merge branch 'origin/develop' into Weblate.
2022-02-18 10:43:18 +00:00
Xose M
821bae7375
Translated using Weblate (Galician)
...
Currently translated at 99.9% (3440 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/
2022-02-18 10:43:18 +00:00
Suguru Hirahara
e0fd9b9167
Translated using Weblate (Japanese)
...
Currently translated at 65.0% (2237 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-18 10:43:16 +00:00
Kerry
6fccd6b183
add cursor: pointer to actionable poll options ( #7826 )
...
* add cursor: pointer to actionable poll options
Signed-off-by: Kerry Archibald <kerrya@element.io>
* eof
Signed-off-by: Kerry Archibald <kerrya@element.io>
2022-02-18 11:43:07 +01:00
Weblate
8cdb71bd17
Merge branch 'origin/develop' into Weblate.
2022-02-18 08:43:46 +00:00
Sveinn í Felli
44dceb4d35
Translated using Weblate (Icelandic)
...
Currently translated at 27.6% (951 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/is/
2022-02-18 08:43:46 +00:00
Xose M
21ae9d472d
Translated using Weblate (Galician)
...
Currently translated at 99.9% (3440 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/
2022-02-18 08:43:34 +00:00
Suguru Hirahara
ccc3c32802
Translated using Weblate (Japanese)
...
Currently translated at 65.0% (2240 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-18 08:43:31 +00:00
Jeff Huang
63cd0a2881
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2022-02-18 08:43:29 +00:00
Szimszon
e4140d4433
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2022-02-18 08:43:27 +00:00
Johannes Krude
32e127e098
Add #/dm
command to be used as a link in custom home.html
( #7783 )
2022-02-18 08:43:19 +00:00
Weblate
c7dbb417d1
Merge branch 'origin/develop' into Weblate.
2022-02-17 20:24:15 +00:00
Jozef Gaal
8c830f6bd2
Translated using Weblate (Slovak)
...
Currently translated at 96.3% (3314 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2022-02-17 20:24:15 +00:00
Ihor Hordiichuk
baa3233319
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2022-02-17 20:24:13 +00:00
Kerry
08a0c6f86c
Don't aggregate rooms and users in SpaceStore ( #7723 )
...
* add direct child maps
* track rooms, users and space children in flat hierarchy in spacestore
Signed-off-by: Kerry Archibald <kerrya@element.io>
* update spacefiltercondition to use new spacestore
* remove unused code
Signed-off-by: Kerry Archibald <kerrya@element.io>
* typos
Signed-off-by: Kerry Archibald <kerrya@element.io>
* only build flattened rooms set once per space when updating notifs
* copyright
Signed-off-by: Kerry Archibald <kerrya@element.io>
* remove unnecessary currying
Signed-off-by: Kerry Archibald <kerrya@element.io>
* rename SpaceStore spaceFilteredRooms => roomsIdsBySpace, spaceFilteredUsers => userIdsBySpace
Signed-off-by: Kerry Archibald <kerrya@element.io>
* cache aggregates rooms and users by space
Signed-off-by: Kerry Archibald <kerrya@element.io>
* emit events recursively up parent spaces on changes
Signed-off-by: Kerry Archibald <kerrya@element.io>
* exclude meta spaces from aggregate cache
Signed-off-by: Kerry Archibald <kerrya@element.io>
* stray log
* fix emit on member update
Signed-off-by: Kerry Archibald <kerrya@element.io>
* call order
Signed-off-by: Kerry Archibald <kerrya@element.io>
* extend existing getKnownParents fn
Signed-off-by: Kerry Archibald <kerrya@element.io>
* refine types and comments
Signed-off-by: Kerry Archibald <kerrya@element.io>
2022-02-17 21:24:05 +01:00
Weblate
adfa328cff
Merge branch 'origin/develop' into Weblate.
2022-02-17 18:04:18 +00:00
Sveinn í Felli
52ea0bc83e
Translated using Weblate (Icelandic)
...
Currently translated at 25.4% (876 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/is/
2022-02-17 18:04:17 +00:00
Michael Telatynski
658590e5bc
More posthog tracking around joining rooms and room search ( #7807 )
2022-02-17 18:03:27 +00:00
Weblate
c6f074be05
Merge branch 'origin/develop' into Weblate.
2022-02-17 17:34:32 +00:00
Priit Jõerüüt
d98e19c4a6
Translated using Weblate (Estonian)
...
Currently translated at 99.8% (3437 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2022-02-17 17:34:32 +00:00
waclaw66
038f495381
Translated using Weblate (Czech)
...
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2022-02-17 17:34:29 +00:00
Germain
e997676ae2
Opt out from check for pre-join UISI for threads ( #7834 )
2022-02-17 17:34:20 +00:00
Weblate
3970bb51fd
Merge branch 'origin/develop' into Weblate.
2022-02-17 16:30:47 +00:00
Linerly
aed843778f
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2022-02-17 16:30:47 +00:00
Azrty
164b80a097
Translated using Weblate (French)
...
Currently translated at 99.0% (3409 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2022-02-17 16:30:46 +00:00
J. Ryan Stinnett
a939184e10
Tear down AppTile using lifecycle tracking ( #7833 )
2022-02-17 16:30:36 +00:00
Weblate
ef871a7f7c
Merge branch 'origin/develop' into Weblate.
2022-02-17 15:40:51 +00:00
Suguru Hirahara
16787423ad
Translated using Weblate (Japanese)
...
Currently translated at 65.1% (2240 of 3440 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-17 15:40:51 +00:00
Szimszon
82c4510a23
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (3440 of 3440 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2022-02-17 15:40:49 +00:00
Sveinn í Felli
74dd4f92af
Translated using Weblate (Icelandic)
...
Currently translated at 17.7% (611 of 3440 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/is/
2022-02-17 15:40:47 +00:00
Ihor Hordiichuk
58a5765ab0
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (3440 of 3440 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2022-02-17 15:40:46 +00:00
Michael Telatynski
07d5b4139d
Add way to join room address via new search dialog ( #7830 )
2022-02-17 15:40:12 +00:00
Weblate
b0916fdc2f
Merge branch 'origin/develop' into Weblate.
2022-02-17 11:46:23 +00:00
Germain
2160fd81c2
Fixes React.js console errors ( #7829 )
2022-02-17 11:46:19 +00:00
Linerly
2094afea02
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (3440 of 3440 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2022-02-17 11:34:59 +00:00
Weblate
7b2387c9bb
Merge branch 'origin/develop' into Weblate.
2022-02-17 10:57:20 +00:00
Suguru Hirahara
1d37e4e57a
Translated using Weblate (Japanese)
...
Currently translated at 65.1% (2240 of 3440 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-17 10:57:20 +00:00
Andy Balaam
93d4364455
Prevent forwarding polls ( #7819 )
2022-02-17 10:57:12 +00:00
Weblate
20f574ea7e
Merge branch 'origin/develop' into Weblate.
2022-02-17 10:33:41 +00:00
Michael Telatynski
4292381202
Fix layout inconsistencies with the room search minimized button ( #7824 )
2022-02-17 10:33:36 +00:00
Besnik Bleta
9763e40c73
Translated using Weblate (Albanian)
...
Currently translated at 99.8% (3435 of 3440 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sq/
2022-02-17 09:40:32 +00:00
Weblate
b0aa17b494
Merge branch 'origin/develop' into Weblate.
2022-02-17 09:20:55 +00:00
Michael Telatynski
2f1d2ed5f8
Fix space panel notification badge behaviour and metrics ( #7823 )
2022-02-17 09:20:48 +00:00
Weblate
e8310141ce
Merge branch 'origin/develop' into Weblate.
2022-02-17 09:13:15 +00:00
Suguru Hirahara
a5922b6f0f
Translated using Weblate (Japanese)
...
Currently translated at 65.1% (2240 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-17 09:13:14 +00:00
Andy Balaam
7387f3c80a
Allow editing polls ( #7806 )
2022-02-17 09:13:05 +00:00
Weblate
eac92c542f
Merge branch 'origin/develop' into Weblate.
2022-02-16 20:26:26 +00:00
Suguru Hirahara
1fe5b08b50
Translated using Weblate (Japanese)
...
Currently translated at 64.8% (2228 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-16 20:26:26 +00:00
Travis Ralston
fa9af44523
Fix left panel widgets causing app crashes (again) ( #7814 )
...
* Add type safety around left panel widget handling
* lint
2022-02-16 13:26:18 -07:00
Weblate
ea330eb61c
Merge branch 'origin/develop' into Weblate.
2022-02-16 19:52:36 +00:00
Jozef Gaal
ae4afde380
Translated using Weblate (Slovak)
...
Currently translated at 96.4% (3314 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2022-02-16 19:52:36 +00:00
Suguru Hirahara
d52cef6cc9
Translated using Weblate (Japanese)
...
Currently translated at 64.5% (2218 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-16 19:52:29 +00:00
Travis Ralston
bd1568f4e4
Un-break crypto for soft logout
2022-02-16 12:33:33 -07:00
Travis Ralston
aba61fa390
Revert "Support refresh tokens ( #7802 )"
...
This reverts commit 839593412c
.
2022-02-16 12:32:38 -07:00
Weblate
8bf55c6938
Merge branch 'origin/develop' into Weblate.
2022-02-16 15:24:06 +00:00
Šimon Brandner
81f52283cf
Don't change KEYBOARD_SHORTCUTS
and do some refactoring ( #7818 )
2022-02-16 15:24:00 +00:00
Weblate
d32aca22f9
Merge branch 'origin/develop' into Weblate.
2022-02-16 11:19:39 +00:00
Suguru Hirahara
4710eae194
Translated using Weblate (Japanese)
...
Currently translated at 64.4% (2214 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-16 11:19:39 +00:00
noantiq
7cc50cc7e3
Translated using Weblate (German)
...
Currently translated at 99.5% (3421 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2022-02-16 11:19:37 +00:00
J. Ryan Stinnett
0dc1355441
Fix right panel data flow ( #7811 )
2022-02-16 11:19:28 +00:00
Suguru Hirahara
aec11f66e0
Translated using Weblate (Japanese)
...
Currently translated at 64.3% (2213 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2022-02-16 08:54:48 +00:00
Weblate
ad03ebf88f
Merge branch 'origin/develop' into Weblate.
2022-02-15 21:05:45 +00:00
Michael Telatynski
c2cf3a2d9e
Fix room create tile not showing up with hidden events shown ( #7810 )
...
* Replace m.room.create with enum
* Fix room create tile not showing up with hidden events shown
2022-02-15 21:05:41 +00:00
Weblate
917f44c279
Merge branch 'origin/develop' into Weblate.
2022-02-15 20:16:54 +00:00
Travis Ralston
839593412c
Support refresh tokens ( #7802 )
...
MSC: https://github.com/matrix-org/matrix-doc/pull/2918
Fixes https://github.com/vector-im/element-web/issues/18698
Fixes https://github.com/vector-im/element-web/issues/20648
**Requires https://github.com/matrix-org/matrix-js-sdk/pull/2178 **
**Note**: There's a lot of logging in this PR. That is intentional to ensure that if/when something goes wrong we can chase the exact code path. It does not log any tokens - just where the code is going. Overall, it should be fairly low volume spam (and can be relaxed at a later date).
----
This approach uses indexeddb (through a mutex library) to manage which tab actually triggers the refresh, preventing issues where multiple tabs try to update the token. If multiple tabs update the token then the server might consider the account hacked and hard logout all the tokens.
If for some reason the timer code gets it wrong, or the user has been offline for too long and the token can't be refreshed, they should be sent to a soft logout screen by the server. This will retain the user's encryption state - they simply need to reauthenticate to get an active access token again.
This additionally contains a change to fix soft logout not working, per the issue links above.
Of interest may be the IPC approach which was ultimately declined in favour of this change instead: https://github.com/matrix-org/matrix-react-sdk/pull/7803
2022-02-15 20:16:49 +00:00
Weblate
68ccb5c3c8
Merge branch 'origin/develop' into Weblate.
2022-02-15 20:06:47 +00:00
Johan Smits
d203bc7ed2
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (3437 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nl/
2022-02-15 20:06:47 +00:00
Szimszon
4c587675b6
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (3437 of 3437 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2022-02-15 20:06:40 +00:00
David Baker
a958cd20f1
Fix delayed badge update for mentions in encrypted rooms ( #7813 )
...
* Fix delayed badge update for mentions in encrypted rooms
Fixes https://github.com/vector-im/element-web/issues/20859
More detail on the issue
* Remove unused import
* Fix listener removal
2022-02-15 20:06:29 +00:00
Weblate
9dff56d713
Merge branch 'origin/develop' into Weblate.
2022-02-15 16:58:38 +00:00
LinAGKar
7871a490da
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
2022-02-15 16:58:38 +00:00
Michael Telatynski
8d4e83084c
Remove Countly analytics integration ( #7808 )
2022-02-15 16:58:30 +00:00
Weblate
d8ef55677a
Merge branch 'origin/develop' into Weblate.
2022-02-15 13:53:25 +00:00
Charlie Calendre
bb5f62edce
Fix add existing space not showing any spaces ( #7801 )
2022-02-15 13:53:20 +00:00
Weblate
c2d526ae67
Merge branch 'origin/develop' into Weblate.
2022-02-15 13:36:39 +00:00
Michael Telatynski
0a084601c4
Abstract spotlight to allow non-room results too ( #7804 )
2022-02-15 13:36:32 +00:00
Besnik Bleta
25a2c52a72
Translated using Weblate (Albanian)
...
Currently translated at 99.8% (3436 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sq/
2022-02-15 13:17:51 +00:00
Weblate
6e1ee81ad3
Merge branch 'origin/develop' into Weblate.
2022-02-15 11:50:03 +00:00
random
a44fd349df
Translated using Weblate (Italian)
...
Currently translated at 100.0% (3441 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
2022-02-15 11:50:03 +00:00
c-cal
15f5a1caaa
Translated using Weblate (French)
...
Currently translated at 99.0% (3408 of 3441 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2022-02-15 11:50:00 +00:00