Michael Telatynski 
							
						 
					 
					
						
						
							
						
						75e41b4c1c 
					 
					
						
						
							
							Basic threads analytics into Posthog MVP ( #7871 )  
						
						
						
						
							
						
					 
					
						2022-02-28 14:11:14 +00:00 
						 
				 
			
				
					
						
							
							
								J. Ryan Stinnett 
							
						 
					 
					
						
						
							
						
						4c5fa6294f 
					 
					
						
						
							
							[Release] Tweak info message padding in right panel timeline ( #7909 )  
						
						... 
						
						
						
						* Tweak info message padding in right panel timeline
* Use class name 
						
						
							
						
					 
					
						2022-02-28 10:38:27 +00:00 
						 
				 
			
				
					
						
							
							
								J. Ryan Stinnett 
							
						 
					 
					
						
						
							
						
						182aedc3d4 
					 
					
						
						
							
							Tweak info message padding in right panel timeline ( #7901 )  
						
						
						
						
							
						
					 
					
						2022-02-28 10:23:01 +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 
							
						 
					 
					
						
						
							
						
						8c2dcca48f 
					 
					
						
						
							
							Fix edge case around event list summary layout ( #7891 )  
						
						
						
						
							
						
					 
					
						2022-02-24 13:31:03 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Telatynski 
							
						 
					 
					
						
						
							
						
						43d3f6c004 
					 
					
						
						
							
							[Release] Fix edge case around event list summary layout ( #7892 )  
						
						
						
						
							
						
					 
					
						2022-02-24 13:31:01 +00: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 
						 
				 
			
				
					
						
							
							
								Kerry 
							
						 
					 
					
						
						
							
						
						1830de2733 
					 
					
						
						
							
							Thread test utilities ( #7881 )  
						
						... 
						
						
						
						* 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 >
* add unsigned to root event
Signed-off-by: Kerry Archibald <kerrya@element.io > 
						
						
							
						
					 
					
						2022-02-23 17:12:48 +01:00 
						 
				 
			
				
					
						
							
							
								Robin 
							
						 
					 
					
						
						
							
						
						49bf0abeb5 
					 
					
						
						
							
							Fix missing padding on server picker ( #7864 )  
						
						... 
						
						
						
						* Fix missing padding on server picker
Signed-off-by: Robin Townsend <robin@robin.town >
* Use spacing variable
Signed-off-by: Robin Townsend <robin@robin.town > 
						
						
							
						
					 
					
						2022-02-23 15:57:34 +00:00 
						 
				 
			
				
					
						
							
							
								J. Ryan Stinnett 
							
						 
					 
					
						
						
							
						
						d8ac7cf202 
					 
					
						
						
							
							Fix thread summary layout for narrow right panel timeline ( #7838 )  
						
						
						
						
							
						
					 
					
						2022-02-23 14:03:46 +00:00 
						 
				 
			
				
					
						
							
							
								Kerry 
							
						 
					 
					
						
						
							
						
						5e76d988ca 
					 
					
						
						
							
							convert test-utils to typescript ( #7877 )  
						
						... 
						
						
						
						* 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 >
* type wait for update
Signed-off-by: Kerry Archibald <kerrya@element.io > 
						
						
							
						
					 
					
						2022-02-23 11:21:11 +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 
						 
				 
			
				
					
						
							
							
								RiotRobot 
							
						 
					 
					
						
						
							
						
						4dccf9e98f 
					 
					
						
						
							
							v3.41.0-rc.1  
						
						
						
						
							
 
						
					 
					
						2022-02-22 13:49:09 +00:00 
						 
				 
			
				
					
						
							
							
								RiotRobot 
							
						 
					 
					
						
						
							
						
						d2a13e6ff5 
					 
					
						
						
							
							Prepare changelog for v3.41.0-rc.1  
						
						
						
						
							
						
					 
					
						2022-02-22 13:49:08 +00:00 
						 
				 
			
				
					
						
							
							
								RiotRobot 
							
						 
					 
					
						
						
							
						
						a793815aa2 
					 
					
						
						
							
							Upgrade matrix-js-sdk to 15.6.0-rc.1  
						
						
						
						
							
						
					 
					
						2022-02-22 13:39:33 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Telatynski 
							
						 
					 
					
						
						
							
						
						0756e9957e 
					 
					
						
						
							
							Fix hidden events in thread view ( #7870 )  
						
						
						
						
							
						
					 
					
						2022-02-22 13:19:29 +00:00 
						 
				 
			
				
					
						
							
							
								Andy Balaam 
							
						 
					 
					
						
						
							
						
						eed8db4c26 
					 
					
						
						
							
							Bump matrix-events-sdk to 0.0.1-beta.7 ( #7837 )  
						
						... 
						
						
						
						* Bump matrix-events-sdk to 0.0.1-beta.7
* Update lockfile 
						
						
							
						
					 
					
						2022-02-22 13:00:03 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Telatynski 
							
						 
					 
					
						
						
							
						
						7fa01ffb06 
					 
					
						
						
							
							Improve typing around event emitter handlers ( #7816 )  
						
						
						
						
							
						
					 
					
						2022-02-22 12:18:08 +00:00 
						 
				 
			
				
					
						
							
							
								Andy Balaam 
							
						 
					 
					
						
						
							
						
						213b32bf14 
					 
					
						
						
							
							Bump matrix-events-sdk to 0.0.1-beta.7 ( #7837 )  
						
						... 
						
						
						
						* Bump matrix-events-sdk to 0.0.1-beta.7
* Update lockfile 
						
						
							
						
					 
					
						2022-02-22 11:54:56 +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