3f30ccf910 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in fr ( #10575 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in fr
100% translated source file: 'web/xliff/en.xlf'
on 'fr'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-22 19:13:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a824fda339 
					 
					
						
						
							
							core, web: update translations ( #10378 )  
						
						... 
						
						
						
						* core, web: update translations
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* give docusaurus more memory
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: rissson <18313093+rissson@users.noreply.github.com >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2024-07-05 11:56:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c345a77c1a 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh_CN ( #10366 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-04 12:59:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						11d0acf9dd 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh-Hans ( #10367 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh-Hans
100% translated source file: 'web/xliff/en.xlf'
on 'zh-Hans'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-04 12:59:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fc39323ea0 
					 
					
						
						
							
							core, web: update translations ( #10341 )  
						
						... 
						
						
						
						Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: rissson <18313093+rissson@users.noreply.github.com > 
						
						
					 
					
						2024-07-03 11:50:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c7d8bbace0 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh-Hans ( #10339 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh-Hans
100% translated source file: 'web/xliff/en.xlf'
on 'zh-Hans'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-02 22:09:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						07ad795972 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh_CN ( #10338 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-02 22:08:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e9c79df56b 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in fr ( #10334 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in fr
100% translated source file: 'web/xliff/en.xlf'
on 'fr'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-02 10:53:39 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d30defc6fa 
					 
					
						
						
							
							web: fixed missed internationalized strings ( #10323 )  
						
						... 
						
						
						
						* web: fix esbuild issue with style sheets
Getting ESBuild, Lit, and Storybook to all agree on how to read and parse stylesheets is a serious
pain. This fix better identifies the value types (instances) being passed from various sources in
the repo to the three *different* kinds of style processors we're using (the native one, the
polyfill one, and whatever the heck Storybook does internally).
Falling back to using older CSS instantiating techniques one era at a time seems to do the trick.
It's ugly, but in the face of the aggressive styling we use to avoid Flashes of Unstyled Content
(FLoUC), it's the logic with which we're left.
In standard mode, the following warning appears on the console when running a Flow:
```
Autofocus processing was blocked because a document already has a focused element.
```
In compatibility mode, the following **error** appears on the console when running a Flow:
```
crawler-inject.js:1106 Uncaught TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.
    at initDomMutationObservers (crawler-inject.js:1106:18)
    at crawler-inject.js:1114:24
    at Array.forEach (<anonymous>)
    at initDomMutationObservers (crawler-inject.js:1114:10)
    at crawler-inject.js:1549:1
initDomMutationObservers @ crawler-inject.js:1106
(anonymous) @ crawler-inject.js:1114
initDomMutationObservers @ crawler-inject.js:1114
(anonymous) @ crawler-inject.js:1549
```
Despite this error, nothing seems to be broken and flows work as anticipated.
* web: you have no missed messages
This commit uncovers a few places where a human-readable string was not property cast into the
internationalized form and internationalizes them in order to conform to our policy of keeping the
product viable outside of the English-speaking world.
* Restored SAML spacing manually. Not sure why that was necessary.
* Restored WS spacing manually. Not sure why that was necessary.
* Restored RouteMatch spacing manually. Not sure why that was necessary.
* Restored RAC spacing manually. Not sure why that was necessary. 
						
						
					 
					
						2024-07-02 12:15:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c76313a5aa 
					 
					
						
						
							
							core, web: update translations ( #10324 )  
						
						... 
						
						
						
						Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: rissson <18313093+rissson@users.noreply.github.com > 
						
						
					 
					
						2024-07-02 12:14:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dc93a941fb 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh_CN ( #10315 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-01 18:36:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						90fb64006d 
					 
					
						
						
							
							core, web: update translations ( #10294 )  
						
						... 
						
						
						
						Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: rissson <18313093+rissson@users.noreply.github.com > 
						
						
					 
					
						2024-07-01 11:15:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4f06ecbee6 
					 
					
						
						
							
							core, web: update translations ( #10279 )  
						
						... 
						
						
						
						Co-authored-by: rissson <18313093+rissson@users.noreply.github.com > 
						
						
					 
					
						2024-06-28 12:28:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f827c269da 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh-Hans ( #10272 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh-Hans
100% translated source file: 'web/xliff/en.xlf'
on 'zh-Hans'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-27 16:51:48 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						80072f3781 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh_CN ( #10271 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-27 18:51:36 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e7241927e5 
					 
					
						
						
							
							core, web: update translations ( #10259 )  
						
						... 
						
						
						
						Co-authored-by: rissson <18313093+rissson@users.noreply.github.com > 
						
						
					 
					
						2024-06-27 15:10:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9edece404c 
					 
					
						
						
							
							core, web: update translations ( #10127 )  
						
						... 
						
						
						
						Co-authored-by: rissson <18313093+rissson@users.noreply.github.com > 
						
						
					 
					
						2024-06-17 09:06:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						40c1934ed9 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh-Hans ( #10121 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh-Hans
100% translated source file: 'web/xliff/en.xlf'
on 'zh-Hans'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-16 22:09:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d7e9c86672 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh_CN ( #10120 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-16 22:08:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dc332ec7b0 
					 
					
						
						
							
							core, web: update translations ( #10108 )  
						
						... 
						
						
						
						Co-authored-by: rissson <18313093+rissson@users.noreply.github.com > 
						
						
					 
					
						2024-06-14 12:11:55 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4ab8247847 
					 
					
						
						
							
							core, web: update translations ( #10038 )  
						
						... 
						
						
						
						Co-authored-by: rissson <18313093+rissson@users.noreply.github.com > 
						
						
					 
					
						2024-06-10 11:23:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						15ae11d9d5 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in pl ( #10030 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in pl
100% translated source file: 'web/xliff/en.xlf'
on 'pl'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-08 21:37:30 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e11df56f21 
					 
					
						
						
							
							core, web: update translations ( #10031 )  
						
						... 
						
						
						
						Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: rissson <18313093+rissson@users.noreply.github.com > 
						
						
					 
					
						2024-06-08 21:37:06 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3771af5282 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh_CN ( #10032 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-08 21:36:53 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0718053c56 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh-Hans ( #10033 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh-Hans
100% translated source file: 'web/xliff/en.xlf'
on 'zh-Hans'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-08 21:36:40 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						78f49ddc04 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in fr ( #10024 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in fr
100% translated source file: 'web/xliff/en.xlf'
on 'fr'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-07 18:20:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						63b991f137 
					 
					
						
						
							
							core, web: update translations ( #10015 )  
						
						... 
						
						
						
						Co-authored-by: rissson <18313093+rissson@users.noreply.github.com > 
						
						
					 
					
						2024-06-07 13:15:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						105a90d2e7 
					 
					
						
						
							
							core, web: update translations ( #9998 )  
						
						... 
						
						
						
						Co-authored-by: rissson <18313093+rissson@users.noreply.github.com > 
						
						
					 
					
						2024-06-06 00:30:01 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						68f5abe318 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh_CN ( #9992 )  
						
						... 
						
						
						
						Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-05 13:06:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b67e2a1144 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh-Hans ( #9993 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh-Hans
100% translated source file: 'web/xliff/en.xlf'
on 'zh-Hans'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-05 13:06:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5ba731e48b 
					 
					
						
						
							
							core, web: update translations ( #9979 )  
						
						... 
						
						
						
						Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: rissson <18313093+rissson@users.noreply.github.com > 
						
						
					 
					
						2024-06-05 14:09:09 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1048729599 
					 
					
						
						
							
							core, web: update translations ( #9864 )  
						
						... 
						
						
						
						Co-authored-by: rissson <18313093+rissson@users.noreply.github.com > 
						
						
					 
					
						2024-05-29 13:49:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						908d87c142 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh-Hans ( #9839 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh-Hans
100% translated source file: 'web/xliff/en.xlf'
on 'zh-Hans'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-24 12:24:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4ab4e81fb0 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh_CN ( #9840 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-24 12:24:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f742b986a7 
					 
					
						
						
							
							core, web: update translations ( #9837 )  
						
						
						
						
					 
					
						2024-05-24 02:42:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c2da6822dc 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh-Hans ( #9831 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh-Hans
100% translated source file: 'web/xliff/en.xlf'
on 'zh-Hans'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-23 18:38:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						17f807e8b0 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh_CN ( #9830 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-23 18:38:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2b8bc38fc3 
					 
					
						
						
							
							core, web: update translations ( #9816 )  
						
						... 
						
						
						
						Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: rissson <18313093+rissson@users.noreply.github.com > 
						
						
					 
					
						2024-05-23 12:28:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5b77bc33c7 
					 
					
						
						
							
							core, web: update translations ( #9714 )  
						
						... 
						
						
						
						Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: rissson <18313093+rissson@users.noreply.github.com > 
						
						
					 
					
						2024-05-17 12:32:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a1a55c644a 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh_CN ( #9703 )  
						
						... 
						
						
						
						* Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
* Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
---------
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-13 19:36:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fce57d258e 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh-Hans ( #9705 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh-Hans
100% translated source file: 'web/xliff/en.xlf'
on 'zh-Hans'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-13 19:36:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						97fc2cba69 
					 
					
						
						
							
							core, web: update translations ( #9672 )  
						
						... 
						
						
						
						Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: rissson <18313093+rissson@users.noreply.github.com > 
						
						
					 
					
						2024-05-13 11:40:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0d73528ec7 
					 
					
						
						
							
							core, web: update translations ( #9650 )  
						
						
						
						
					 
					
						2024-05-09 02:48:01 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1ebe200a46 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh-Hans ( #9646 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh-Hans
100% translated source file: 'web/xliff/en.xlf'
on 'zh-Hans'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-08 23:27:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5683c81f27 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh_CN ( #9645 )  
						
						... 
						
						
						
						* Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
* Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
---------
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-08 23:27:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						04d613d213 
					 
					
						
						
							
							core, web: update translations ( #9633 )  
						
						... 
						
						
						
						Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: rissson <18313093+rissson@users.noreply.github.com > 
						
						
					 
					
						2024-05-08 15:12:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						87a808a747 
					 
					
						
						
							
							core, web: update translations ( #9613 )  
						
						... 
						
						
						
						Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: rissson <18313093+rissson@users.noreply.github.com > 
						
						
					 
					
						2024-05-07 02:11:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3fff090612 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in fr ( #9600 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in fr
100% translated source file: 'web/xliff/en.xlf'
on 'fr'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-06 12:14:22 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						74da359dd5 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh-Hans ( #9587 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh-Hans
100% translated source file: 'web/xliff/en.xlf'
on 'zh-Hans'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-06 12:40:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						56b73e3bd5 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh_CN ( #9588 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-06 12:39:51 +02:00