Osoitz
0834985ff4
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1353 of 1353 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-12-01 16:58:24 +00:00
Will Hunt
2b077b4f5d
Merge remote-tracking branch 'upstream/develop' into hs/upload-limits
2018-12-01 16:24:43 +00:00
Travis Ralston
987ad0b0db
Check if users exist before inviting them and communicate errors
...
Fixes https://github.com/vector-im/riot-web/issues/3283
Fixes https://github.com/vector-im/riot-web/issues/3968
Fixes https://github.com/vector-im/riot-web/issues/4308
Fixes https://github.com/vector-im/riot-web/issues/1597
Fixes https://github.com/vector-im/riot-web/issues/6790
This does 3 things:
* Makes the `MultiInviter` check for a user profile before attempting an invite. This is to prove the user exists.
* Use the `MultiInviter` everywhere to avoid duplicating the logic. Although a couple places only invite one user, it is still worthwhile.
* Communicate errors from the `MultiInviter` to the user in all cases. This is done through dialogs, where some existed previously but were not invoked.
Specifically to the 403 error not working: What was happening was the `MultiInviter` loop was setting the `fatal` flag, but that didn't resolve the promise it stored. This caused a promise to always be open, therefore never hitting a dialog.
2018-11-29 15:05:53 -07:00
Szimszon
3aa768f776
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1353 of 1353 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-11-29 07:23:00 +00:00
Kévin C
2d8a07224c
Translated using Weblate (French)
...
Currently translated at 100.0% (1353 of 1353 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-11-27 23:56:53 +00:00
Travis Ralston
2b027b716f
Suppress CORS errors in the 'failed to join room' dialog
...
This isn't pretty, but it does address https://github.com/vector-im/riot-web/issues/7526
Tested with Chrome and Firefox to ensure the message is stable enough to parse.
2018-11-27 14:23:28 -07:00
Weblate
438b940b00
Merge remote-tracking branch 'origin/develop' into develop
2018-11-27 20:51:50 +00:00
Karol Kosek
f58cf6ccd1
Translated using Weblate (Polish)
...
Currently translated at 88.6% (1197 of 1350 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/
2018-11-27 20:51:50 +00:00
Akarshan Biswas
ec3173c8dd
Translated using Weblate (Hindi)
...
Currently translated at 24.0% (325 of 1350 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hi/
2018-11-27 20:51:49 +00:00
Bruno Windels
67e0030ccd
Merge branch 'develop' into experimental
2018-11-26 13:10:29 +01:00
Osoitz
e27f3f0c4b
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1350 of 1350 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-11-24 09:56:26 +00:00
David Baker
075c13a5bd
Add password strength meter to backup creation UI
...
https://github.com/vector-im/riot-meta/issues/227
2018-11-23 15:50:23 +00:00
Osoitz
7d45994c07
Translated using Weblate (Basque)
...
Currently translated at 95.8% (1294 of 1350 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-11-23 07:46:08 +00:00
Karol Kosek
c6f317b83b
Translated using Weblate (Polish)
...
Currently translated at 88.5% (1195 of 1350 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/
2018-11-22 16:55:57 +00:00
Kévin C
328ab4d824
Translated using Weblate (French)
...
Currently translated at 100.0% (1350 of 1350 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-11-22 10:19:39 +00:00
Besnik Bleta
5810f596b8
Translated using Weblate (Albanian)
...
Currently translated at 99.1% (1339 of 1350 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2018-11-22 08:41:14 +00:00
Travis Ralston
4cfefe4c3c
Introduce an onUsernameBlur and fix hostname parsing
2018-11-21 14:13:56 -07:00
Szimszon
d324c31027
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1350 of 1350 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-11-21 21:07:42 +00:00
Travis Ralston
6f0f930e0a
Merge branch 'develop' into travis/well-known
2018-11-21 13:30:57 -07:00
Weblate
0252cf4332
Merge remote-tracking branch 'origin/develop' into develop
2018-11-21 18:37:49 +00:00
David Baker
d714176fcd
Merge pull request #2169 from matrix-org/dbkr/e2e_backups
...
Online incremental megolm backups (v2)
2018-11-21 18:37:43 +00:00
David Baker
b529c98095
Merge pull request #2284 from matrix-org/dbkr/e2e_backups_download_recovery_key
...
Add recovery key download button
2018-11-21 18:25:33 +00:00
David Baker
40ef2e0cf4
another missed translation
2018-11-21 18:08:44 +00:00
David Baker
1c06d781ae
Missed translation
2018-11-21 18:06:37 +00:00
Weblate
c40f6095a0
Merge remote-tracking branch 'origin/develop' into develop
2018-11-21 17:49:02 +00:00
David Baker
985966f8be
Update async dialog interface to use promises
...
Hopefully makes the syntax a bit nicer. Also uses ES6 async import
rather than require.ensure which is now deprecated. Also also
displays an error if the component fails to load rather than falling
over in a heap, which is nice.
2018-11-21 16:56:44 +00:00
David Baker
ed5d87e797
Add recovery key download button
2018-11-21 13:57:31 +00:00
David Baker
6fe2c9c2bb
Merge branch 'dbkr/e2e_backups' into dbkr/e2e_backups_passphrase
2018-11-20 18:10:57 +00:00
David Baker
8ccaf53d20
Merge remote-tracking branch 'origin/develop' into dbkr/e2e_backups
2018-11-20 18:08:39 +00:00
David Baker
132408cf02
Add e2e backup recovery with passphrase
2018-11-20 16:16:24 +00:00
David Baker
fbab8ceeef
Passphrase based key backups
...
Add passphrase support to backup creation stage
2018-11-20 13:11:58 +00:00
Kévin C
3a91f00335
Translated using Weblate (French)
...
Currently translated at 100.0% (1281 of 1281 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-11-20 07:56:43 +00:00
Szimszon
4e18635840
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1281 of 1281 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-11-19 13:32:47 +00:00
Weblate
0eeafa368d
Merge remote-tracking branch 'origin/develop' into develop
2018-11-19 13:14:27 +00:00
Besnik Bleta
414ff55fe6
Translated using Weblate (Albanian)
...
Currently translated at 99.0% (1269 of 1281 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2018-11-19 13:14:25 +00:00
Richard van der Hoff
c61031d3e1
Merge pull request #2279 from matrix-org/rav/sso_login_type
...
Support for m.login.sso
2018-11-19 14:14:21 +01:00
Szimszon
dbb8de50d0
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1281 of 1281 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-11-17 19:00:30 +00:00
Besnik Bleta
9697d759c8
Translated using Weblate (Albanian)
...
Currently translated at 99.2% (1272 of 1281 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2018-11-17 17:11:56 +00:00
Besnik Bleta
3ab8adc8e4
Translated using Weblate (Albanian)
...
Currently translated at 97.9% (1255 of 1281 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2018-11-17 16:29:36 +00:00
Kévin C
e18dc4bcdd
Translated using Weblate (French)
...
Currently translated at 100.0% (1281 of 1281 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-11-17 08:30:11 +00:00
Besnik Bleta
ed7ed063f8
Translated using Weblate (Albanian)
...
Currently translated at 92.1% (1180 of 1281 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2018-11-16 20:01:43 +00:00
Weblate
94b39cd309
Merge remote-tracking branch 'origin/develop' into develop
2018-11-16 19:36:22 +00:00
Akarshan Biswas
2787ebcc72
Translated using Weblate (Hindi)
...
Currently translated at 9.0% (116 of 1280 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hi/
2018-11-16 19:36:21 +00:00
Travis Ralston
2408eeeb3d
Merge pull request #2277 from matrix-org/travis/terms-auth-improvements
...
Improve terms auth flow
2018-11-16 12:36:17 -07:00
Weblate
c4668dd1aa
Merge remote-tracking branch 'origin/develop' into develop
2018-11-16 17:32:56 +00:00
Akarshan Biswas
ae6c46806c
Translated using Weblate (Hindi)
...
Currently translated at 4.1% (53 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hi/
2018-11-16 17:32:55 +00:00
Besnik Bleta
400ba219f1
Translated using Weblate (Albanian)
...
Currently translated at 88.7% (1133 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2018-11-16 11:34:51 +00:00
David Baker
e112641524
Handle crypto db version upgrade
...
Display a dialog telling the user what the situation is with
options to sign out or continue withwout e2e.
Requires https://github.com/matrix-org/matrix-js-sdk/pull/785
2018-11-16 11:31:46 +00:00
Besnik Bleta
69a3b89405
Translated using Weblate (Albanian)
...
Currently translated at 84.9% (1084 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2018-11-16 10:16:33 +00:00
Besnik Bleta
2122bf8384
Translated using Weblate (Albanian)
...
Currently translated at 81.8% (1045 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2018-11-16 09:20:39 +00:00
Besnik Bleta
0e874fe17a
Translated using Weblate (Albanian)
...
Currently translated at 76.4% (976 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2018-11-16 08:54:41 +00:00
Besnik Bleta
f8fd2a5397
Translated using Weblate (Albanian)
...
Currently translated at 74.7% (954 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2018-11-16 08:25:06 +00:00
Besnik Bleta
7a01468ab2
Translated using Weblate (Albanian)
...
Currently translated at 74.7% (954 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2018-11-16 08:23:04 +00:00
Besnik Bleta
2e86bced22
Translated using Weblate (Albanian)
...
Currently translated at 74.7% (954 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2018-11-16 08:19:38 +00:00
Besnik Bleta
3c3c503105
Translated using Weblate (Albanian)
...
Currently translated at 70.6% (901 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2018-11-16 07:51:00 +00:00
Besnik Bleta
810405c67b
Translated using Weblate (Albanian)
...
Currently translated at 64.8% (827 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2018-11-16 07:01:08 +00:00
Richard van der Hoff
90f22c7b43
Support for m.login.sso
...
Adds support for the m.login.sso login type, which is handled the same way as
CAS, and also makes it look a bit nicer.
2018-11-15 19:05:39 +00:00
Karol Kosek
41abc8dcdc
Translated using Weblate (Polish)
...
Currently translated at 93.5% (1194 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/
2018-11-15 12:02:34 +00:00
Kévin C
1472b8f8d0
Translated using Weblate (French)
...
Currently translated at 100.0% (1276 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-11-15 12:02:33 +00:00
Besnik Bleta
4e740eb136
Translated using Weblate (Albanian)
...
Currently translated at 56.0% (715 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2018-11-15 12:01:39 +00:00
Travis Ralston
2ffc024fab
Add a dedicated "Continue" button to the terms auth stage
...
The button itself is conditionally enabled because the ILAG dialog already has a continue button. It'd be confusing to users to have 2 continue buttons on the same dialog, so this commit adds the structure required to pass along clicks from the dialog's button down to the UI auth component.
The other place the continue button would appear is on the register page (not ILAG). The button's style is different here, however that will be improved in a later commit.
Part of https://github.com/vector-im/riot-web/issues/7700
2018-11-14 18:26:35 -07:00
Bruno Windels
3d42ea1c0a
use propper ellipsis character
2018-11-14 10:06:08 +01:00
Jeff Huang
11126e9f7a
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1276 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2018-11-14 02:54:58 +00:00
Yuriy Bulka
5a4e22558f
Translated using Weblate (Ukrainian)
...
Currently translated at 44.5% (569 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/uk/
2018-11-13 17:58:51 +00:00
Kenneth Larsson
42acd7ea28
Translated using Weblate (Swedish)
...
Currently translated at 99.6% (1271 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sv/
2018-11-13 17:58:51 +00:00
Suetsugu Kawamura
77cdad58ef
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1276 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/
2018-11-13 17:58:50 +00:00
Ciarán Ainsworth
a539667438
Translated using Weblate (English (United States))
...
Currently translated at 68.1% (870 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/en_US/
2018-11-13 17:58:50 +00:00
Slavi Pantaleev
ed663ef654
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (1276 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2018-11-13 09:33:02 +00:00
toriko
8a4fb3cb2f
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1276 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/
2018-11-13 01:31:49 +00:00
Bruno Windels
e2c57ba2ef
add ... to translated string
2018-11-12 18:19:43 +01:00
Osoitz
df0bdabb83
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1276 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-11-11 11:46:27 +00:00
Vasyĺ V. Vercynśkyj
cec9cc7d66
Translated using Weblate (Ukrainian)
...
Currently translated at 40.5% (518 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/uk/
2018-11-10 16:32:48 +00:00
Krombel
a050a0d556
Translated using Weblate (German)
...
Currently translated at 100.0% (1276 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2018-11-10 15:30:28 +00:00
Suetsugu Kawamura
08cb18d9ca
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1276 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/
2018-11-09 10:52:35 +00:00
Suetsugu Kawamura
8f7cab287e
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1276 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/
2018-11-09 00:13:04 +00:00
Szimszon
761f9d6336
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1276 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-11-08 20:08:55 +00:00
Kévin C
f3aace1b3f
Translated using Weblate (French)
...
Currently translated at 100.0% (1276 of 1276 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-11-08 17:01:10 +00:00
Weblate
d60710eaf3
Merge remote-tracking branch 'origin/develop' into develop
2018-11-08 16:30:44 +00:00
Suetsugu Kawamura
9533a33c88
Translated using Weblate (Japanese)
...
Currently translated at 99.9% (1273 of 1274 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/
2018-11-08 16:30:43 +00:00
Tirifto
bb1fedb361
Translated using Weblate (Esperanto)
...
Currently translated at 87.3% (1113 of 1274 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2018-11-08 16:30:43 +00:00
J. Ryan Stinnett
5e3af70a23
Translated using Weblate (English (United States))
...
Currently translated at 67.5% (860 of 1274 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/en_US/
2018-11-08 16:30:43 +00:00
Krombel
c39f436327
Added translation using Weblate (Romanian)
2018-11-08 14:55:41 +00:00
random
af5586c83d
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1274 of 1274 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2018-11-08 14:30:20 +00:00
J. Ryan Stinnett
975392cbbb
Add visible guest warning to encourage login
...
If you happen to get logged out, it might not be very clear what has happened
visually. This adds a visible warning to the top of the home page to suggest
logging in.
Fixes vector-im/riot-web#7629 .
Signed-off-by: J. Ryan Stinnett <jryans@gmail.com>
2018-11-06 21:08:57 +01:00
Bruno Windels
c19b593f5c
Merge branch 'develop' into experimental
2018-11-06 15:28:20 +01:00
Suetsugu Kawamura
6df367f95a
Translated using Weblate (Japanese)
...
Currently translated at 75.6% (964 of 1274 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/
2018-11-05 15:49:35 +00:00
Slavi Pantaleev
821cdc55c1
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (1274 of 1274 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2018-11-05 15:49:35 +00:00
Krombel
450b226632
Translated using Weblate (German)
...
Currently translated at 100.0% (1274 of 1274 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2018-11-03 13:33:02 +00:00
Osoitz
578136fa30
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1274 of 1274 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-11-03 08:24:10 +00:00
Slavi Pantaleev
50768327e2
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (1274 of 1274 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2018-11-02 18:17:17 +00:00
Suetsugu Kawamura
ade9c7002a
Translated using Weblate (Japanese)
...
Currently translated at 57.4% (732 of 1274 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/
2018-11-02 15:39:13 +00:00
Szimszon
1ba96b97ea
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1274 of 1274 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-11-02 12:07:03 +00:00
Kévin C
f7bc27413d
Translated using Weblate (French)
...
Currently translated at 100.0% (1274 of 1274 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-11-02 09:01:44 +00:00
Suetsugu Kawamura
6c908a3e08
Translated using Weblate (Japanese)
...
Currently translated at 34.3% (437 of 1274 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/
2018-11-02 00:24:09 +00:00
Weblate
c818a360e8
Merge remote-tracking branch 'origin/develop' into develop
2018-11-01 14:04:20 +00:00
Karol Kosek
2589ce6a77
Translated using Weblate (Polish)
...
Currently translated at 93.8% (1194 of 1272 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/
2018-11-01 14:04:19 +00:00
Moo
4fbfc7cb4d
Translated using Weblate (Lithuanian)
...
Currently translated at 69.3% (882 of 1272 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2018-11-01 14:04:19 +00:00
Suetsugu Kawamura
c6854c0811
Translated using Weblate (Japanese)
...
Currently translated at 29.9% (381 of 1272 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/
2018-11-01 14:04:19 +00:00
పవి
8fc8c5e780
Translated using Weblate (Telugu)
...
Currently translated at 22.7% (290 of 1272 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/te/
2018-10-29 05:21:47 +00:00
Karol Kosek
ac669e824b
Translated using Weblate (Polish)
...
Currently translated at 93.4% (1189 of 1272 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/
2018-10-29 05:21:46 +00:00
Bruno Windels
2c039483c6
Merge branch 'develop' into experimental
2018-10-26 15:33:39 +02:00
Karol Kosek
ff1552c2f0
Translated using Weblate (Polish)
...
Currently translated at 93.3% (1188 of 1272 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/
2018-10-26 09:13:35 +00:00
Kévin C
2bdff52937
Translated using Weblate (French)
...
Currently translated at 100.0% (1272 of 1272 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-10-26 06:57:43 +00:00
Travis Ralston
9cdb527163
Merge branch 'develop' into travis/pinned-room-list
2018-10-25 10:57:08 -06:00
David Baker
b59b8b7fca
Merge remote-tracking branch 'origin/develop' into dbkr/e2e_backups
2018-10-25 17:42:46 +01:00
Osoitz
4eb9363348
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1272 of 1272 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-10-25 15:33:42 +00:00
Karol Kosek
694f04b6cb
Translated using Weblate (Polish)
...
Currently translated at 92.7% (1180 of 1272 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/
2018-10-25 15:23:20 +00:00
Jessica Wan
4e5ed99fec
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 98.6% (1255 of 1272 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hans/
2018-10-25 15:23:19 +00:00
Szimszon
2707fcc575
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1272 of 1272 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-10-24 18:17:27 +00:00
Will Hunt
27a0f0ca62
Add i18n string
2018-10-24 18:16:55 +01:00
Will Hunt
3c045f3f65
Revert i18n changes for en_US
2018-10-24 18:02:45 +01:00
Will Hunt
44a41b589d
Comma on strings and styling button
2018-10-24 17:50:27 +01:00
Will Hunt
06c34cff9c
Add devtools string
2018-10-24 17:37:13 +01:00
Travis Ralston
6b13a071f3
Merge pull request #2242 from aaronraimist/leave-group-warning
...
Add warning when administrator leaves community (#5724 )
2018-10-24 10:26:25 -06:00
Victor Grousset
ef50e05580
Translated using Weblate (Esperanto)
...
Currently translated at 86.3% (1098 of 1271 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2018-10-24 09:24:46 +00:00
Aaron Raimist
92bfb42784
Use one string instead of two
...
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2018-10-23 13:11:36 -05:00
Aaron Raimist
a6c78ace4f
Add warning when administrator leaves community
...
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2018-10-23 12:25:12 -05:00
RainSlide
690405d3f6
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 98.7% (1255 of 1271 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hans/
2018-10-23 09:18:11 +00:00
FeiYang
6774fd7acc
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1271 of 1271 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2018-10-23 02:02:24 +00:00
Szimszon
2b9a646760
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1271 of 1271 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-10-22 18:45:24 +00:00
Weblate
1fd6155163
Merge remote-tracking branch 'origin/develop' into develop
2018-10-22 18:34:37 +00:00
Victor Grousset
60b1b30c51
Translated using Weblate (Esperanto)
...
Currently translated at 86.4% (1098 of 1270 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2018-10-22 18:34:36 +00:00
J. Ryan Stinnett
4335dfea16
Translated using Weblate (English (United States))
...
Currently translated at 65.1% (828 of 1270 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/en_US/
2018-10-22 18:34:36 +00:00
sergio
e9a62bff2e
Translated using Weblate (Russian)
...
Currently translated at 95.9% (1219 of 1270 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ru/
2018-10-22 07:37:42 +00:00
hamster
83ebe3752d
Translated using Weblate (Polish)
...
Currently translated at 91.8% (1166 of 1270 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/
2018-10-22 07:37:42 +00:00
Victor Grousset
b3d5612746
Translated using Weblate (Esperanto)
...
Currently translated at 86.4% (1098 of 1270 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2018-10-22 07:37:41 +00:00
FeiYang
2ac10dd6b1
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1270 of 1270 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2018-10-22 07:37:41 +00:00
Karol Kosek
2a6ae17e6a
Translated using Weblate (Polish)
...
Currently translated at 91.6% (1164 of 1270 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/
2018-10-20 16:07:08 +00:00
Oliwer
51a03a700a
Translated using Weblate (Polish)
...
Currently translated at 91.6% (1164 of 1270 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/
2018-10-20 15:31:16 +00:00
Jeff Huang
eb517fe2e9
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1270 of 1270 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2018-10-19 01:18:40 +00:00
Travis Ralston
0030ba7015
Support .well-known discovery
...
Fixes https://github.com/vector-im/riot-web/issues/7253
2018-10-18 16:42:54 -06:00
Slavi Pantaleev
fc4d4acace
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (1270 of 1270 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2018-10-18 12:22:59 +00:00
Kévin C
7b8506ba65
Translated using Weblate (French)
...
Currently translated at 100.0% (1270 of 1270 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-10-18 07:10:04 +00:00
Travis Ralston
af8dfda9a7
Add a bit of text to explain the purpose of the RoomPreviewSpinner
...
Fixes https://github.com/vector-im/riot-web/issues/5869
2018-10-17 13:53:12 -06:00
Szimszon
2f94631720
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1270 of 1270 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-10-17 17:50:11 +00:00
Osoitz
e1be8966bc
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1270 of 1270 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-10-17 15:45:55 +00:00
Weblate
c3c5ceab11
Merge remote-tracking branch 'origin/develop' into develop
2018-10-17 14:15:23 +00:00
Szimszon
336ea96c91
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1269 of 1269 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-10-17 14:15:22 +00:00
Kévin C
482360742f
Translated using Weblate (French)
...
Currently translated at 100.0% (1269 of 1269 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-10-17 14:15:22 +00:00
Bruno Windels
b7c05d8dec
Merge pull request #2216 from matrix-org/bwindels/stickersi18nfix
...
add missing sticker translation
2018-10-17 14:15:18 +00:00
random
2295347d8d
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1269 of 1269 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2018-10-17 09:25:02 +00:00
Szimszon
7d60e09f8e
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1269 of 1269 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-10-16 18:05:25 +00:00
Krombel
d504cdeb85
Translated using Weblate (German)
...
Currently translated at 100.0% (1269 of 1269 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2018-10-16 15:52:35 +00:00
Weblate
47cb441fc6
Merge remote-tracking branch 'origin/develop' into develop
2018-10-16 15:47:53 +00:00
Will Hunt
67d39a40d3
Sneaky ,
2018-10-16 11:26:04 +01:00
Bruno Windels
6878ce3c6a
Merge branch 'develop' into bwindels/redesign
2018-10-16 11:57:44 +02:00
Travis Ralston
d87ab8aac0
Support m.login.terms during registration
...
Fixes https://github.com/vector-im/riot-web/issues/7168
Requires https://github.com/matrix-org/synapse/pull/4004
2018-10-15 16:39:59 -06:00
Will Hunt
5a72a5863f
Merge remote-tracking branch 'upstream/develop' into hs/upload-limits
2018-10-15 19:20:55 +01:00
Bruno Windels
127fcf58a9
add missing sticker translation
2018-10-15 13:57:06 +02:00
Karol Kosek
b813e3b714
Translated using Weblate (Polish)
...
Currently translated at 89.9% (1140 of 1267 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/
2018-10-15 10:34:11 +00:00
Travis Ralston
103ed71eb5
Merge branch 'develop' into travis/pinned-room-list
2018-10-12 14:09:52 -06:00
Tim Stahel
2c74d51a40
Translated using Weblate (English (United States))
...
Currently translated at 64.6% (819 of 1267 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/en_US/
2018-10-11 10:18:05 +00:00
random
9c5691300b
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1267 of 1267 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2018-10-10 14:41:22 +00:00
Krombel
1ac7216ed7
Translated using Weblate (German)
...
Currently translated at 100.0% (1267 of 1267 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2018-10-09 13:27:56 +00:00
Jeff Huang
fa0d2c2609
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1267 of 1267 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2018-10-09 00:11:15 +00:00
Kévin C
fc1ec589cd
Translated using Weblate (French)
...
Currently translated at 100.0% (1267 of 1267 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-10-08 21:37:24 +00:00
Slavi Pantaleev
b79ec8f46f
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (1267 of 1267 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2018-10-08 14:21:21 +00:00
Szimszon
e18de584fb
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1267 of 1267 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-10-08 14:05:53 +00:00
Weblate
de24acb069
Merge remote-tracking branch 'origin/develop' into develop
2018-10-08 13:41:09 +00:00
giqtaqisi
47ee750148
Translated using Weblate (Lojban)
...
Currently translated at 24.7% (312 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/jbo/
2018-10-08 13:38:05 +00:00
Silvano
47a8163220
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1263 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2018-10-08 13:38:05 +00:00
Tim Stahel
ed8c3bf012
Translated using Weblate (English (United States))
...
Currently translated at 64.8% (819 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/en_US/
2018-10-08 13:38:04 +00:00
RainSlide
803a4d9868
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.3% (1255 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hans/
2018-10-08 13:38:04 +00:00
Osoitz
8f0be5c2bf
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1263 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-10-08 13:38:04 +00:00
Bruno Windels
48299bb154
show warning when LL is disabled but was enabled before
2018-10-08 15:28:00 +02:00
giqtaqisi
825c256159
Translated using Weblate (Lojban)
...
Currently translated at 19.9% (252 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/jbo/
2018-10-05 12:25:26 +00:00
Besnik Bleta
388614042a
Translated using Weblate (Albanian)
...
Currently translated at 23.0% (291 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2018-10-05 12:25:25 +00:00
Krombel
0750a40ae2
Translated using Weblate (German)
...
Currently translated at 100.0% (1263 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2018-10-04 20:36:33 +00:00
giqtaqisi
0c565c2e87
Translated using Weblate (Lojban)
...
Currently translated at 17.2% (218 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/jbo/
2018-10-04 19:57:54 +00:00
giqtaqisi
8b0eb40abe
Translated using Weblate (Lojban)
...
Currently translated at 17.1% (217 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/jbo/
2018-10-04 19:29:06 +00:00
David Baker
a6f177c80b
Translated using Weblate (English (United States))
...
Currently translated at 64.6% (817 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/en_US/
2018-10-04 19:29:06 +00:00
Slavi Pantaleev
d073f3f7f5
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (1263 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2018-10-04 17:26:24 +00:00
random
22dd416efe
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1263 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2018-10-04 14:03:25 +00:00
Peter Vágner
faf63e9b99
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (1263 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sk/
2018-10-04 11:48:29 +00:00
giqtaqisi
8286456794
Translated using Weblate (Lojban)
...
Currently translated at 15.5% (196 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/jbo/
2018-10-04 09:46:19 +00:00
Osoitz
41c9b0be62
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1263 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-10-03 19:16:38 +00:00
giqtaqisi
f3a947305e
Translated using Weblate (Lojban)
...
Currently translated at 15.2% (192 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/jbo/
2018-10-03 18:08:49 +00:00
giqtaqisi
8e53644ad5
Translated using Weblate (Lojban)
...
Currently translated at 8.3% (106 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/jbo/
2018-10-02 19:27:36 +00:00
IMIN
8cdfe97776
Translated using Weblate (Korean)
...
Currently translated at 96.3% (1217 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ko/
2018-10-02 19:27:36 +00:00
David Baker
fa30707eae
Merge remote-tracking branch 'origin/develop' into dbkr/e2e_backups
2018-10-02 16:59:15 +01:00
giqtaqisi
825f873a75
Translated using Weblate (Lojban)
...
Currently translated at 3.0% (39 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/jbo/
2018-10-02 11:14:22 +00:00
Kévin C
57ced38771
Translated using Weblate (French)
...
Currently translated at 100.0% (1263 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-10-01 19:24:37 +00:00
giqtaqisi
3b327b8201
Translated using Weblate (Lojban)
...
Currently translated at 0.6% (8 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/jbo/
2018-10-01 14:10:30 +00:00
Szimszon
f8bb8a0ed5
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1263 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-10-01 14:10:29 +00:00
Jeff Huang
f875b89ff8
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1263 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2018-10-01 13:36:51 +00:00
giqtaqisi
073db1eb7e
Added translation using Weblate (Lojban)
2018-10-01 13:23:37 +00:00
Weblate
a551423e91
Merge remote-tracking branch 'origin/develop' into develop
2018-10-01 12:27:40 +00:00
Matthew Hodgson
bccfb5dafc
better englishing
2018-10-01 13:27:32 +01:00
Szimszon
63245ee7d2
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1263 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-10-01 11:49:20 +00:00
Weblate
640e1bbc72
Merge remote-tracking branch 'origin/develop' into develop
2018-10-01 10:55:58 +00:00
csybr
f34f8992ce
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 96.5% (1218 of 1261 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nn/
2018-10-01 10:55:57 +00:00
Stnby
5b9bd118d1
Translated using Weblate (Lithuanian)
...
Currently translated at 69.1% (872 of 1261 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2018-10-01 10:55:57 +00:00
Kévin C
cfa8088e83
Translated using Weblate (French)
...
Currently translated at 100.0% (1261 of 1261 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-10-01 10:55:57 +00:00
Ryu SASAOKA
9f6dad9ec8
Translated using Weblate (English (United States))
...
Currently translated at 64.7% (817 of 1261 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/en_US/
2018-10-01 10:55:57 +00:00
Jeff Huang
69213023db
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1261 of 1261 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2018-10-01 10:55:57 +00:00
David Baker
3751074244
Merge pull request #2180 from matrix-org/travis/3pid-required
...
Communicate early that a 3pid is required during registration if needed
2018-10-01 11:55:53 +01:00
Szimszon
eb7edcc41e
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1261 of 1261 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-09-30 17:50:39 +00:00
Jeff Huang
69622853b2
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1261 of 1261 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2018-09-30 13:58:10 +00:00
Kévin C
4cf65b3b21
Translated using Weblate (French)
...
Currently translated at 100.0% (1261 of 1261 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-09-29 09:16:05 +00:00
Weblate
cc1bd3ca11
Merge remote-tracking branch 'origin/develop' into develop
2018-09-28 21:19:20 +00:00
Milena Brum
7bb5e6b332
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1261 of 1261 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-09-28 21:19:20 +00:00
Matthew Hodgson
6652d2b0e6
try to encourage people to attach logs to bugs
2018-09-28 21:05:05 +01:00
Milena Brum
040360707d
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1261 of 1261 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-09-27 18:08:17 +00:00
zottel
012aa2f149
Translated using Weblate (German)
...
Currently translated at 99.8% (1259 of 1261 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2018-09-27 18:08:16 +00:00
Travis Ralston
de132a8f8e
Communicate early that a 3pid is required during registration if needed
...
Fixes https://github.com/vector-im/riot-web/issues/7297
2018-09-27 11:53:45 -06:00
lazz0
57116de32b
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1261 of 1261 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-09-27 16:57:43 +00:00
Milena Brum
e587a7610a
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1261 of 1261 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-09-27 16:55:22 +00:00
lazz0
b340cbed8d
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1261 of 1261 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-09-27 16:51:01 +00:00
Milena Brum
b9a01bebda
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1261 of 1261 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-09-27 16:48:05 +00:00
Sejo
a1910314ea
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1261 of 1261 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-09-27 16:47:44 +00:00
Milena Brum
c1116053e4
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1261 of 1261 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-09-27 16:46:02 +00:00
Kévin C
6a478ee7f5
Translated using Weblate (French)
...
Currently translated at 100.0% (1261 of 1261 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-09-27 11:10:58 +00:00
Weblate
4d4762eacb
Merge remote-tracking branch 'origin/develop' into develop
2018-09-27 08:49:47 +00:00
csybr
0cd592ca66
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 96.9% (1220 of 1259 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nn/
2018-09-27 08:49:46 +00:00
Bruno Windels
9c78610c62
Merge branch 'develop' into bwindels/resynconlltoggle
2018-09-26 18:22:24 +01:00
Bruno Windels
83c2bd7313
Translated using Weblate (English (United States))
...
Currently translated at 65.0% (819 of 1259 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/en_US/
2018-09-26 16:27:44 +00:00
Bruno Windels
e0c5b0d5ed
translations
2018-09-26 17:23:51 +01:00
csybr
0c8b920db8
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 96.9% (1220 of 1259 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nn/
2018-09-25 20:16:41 +00:00
Victor Grousset
9a48284064
Translated using Weblate (Esperanto)
...
Currently translated at 87.3% (1100 of 1259 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2018-09-25 20:16:40 +00:00
Simó Albert i Beltran
5cbe432795
Translated using Weblate (Catalan)
...
Currently translated at 79.9% (1006 of 1259 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ca/
2018-09-25 20:16:40 +00:00
Slavi Pantaleev
72a535ddac
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (1259 of 1259 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2018-09-24 12:53:34 +00:00
Bruno Windels
91ec96c8d3
Merge branch 'develop' into bwindels/redesign
2018-09-21 12:44:44 +02:00
Jeff Huang
0fd360d35d
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1259 of 1259 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2018-09-21 00:55:56 +00:00
Silvano
879f11b88b
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1259 of 1259 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2018-09-20 23:12:33 +00:00
Kévin C
83f939d5be
Translated using Weblate (French)
...
Currently translated at 100.0% (1259 of 1259 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-09-20 20:55:10 +00:00
Osoitz
f2d1bf46e2
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1259 of 1259 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-09-20 15:10:48 +00:00
Krombel
a1a0dd5691
Translated using Weblate (German)
...
Currently translated at 100.0% (1259 of 1259 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2018-09-20 14:34:11 +00:00
Szimszon
95cfedb906
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1259 of 1259 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-09-20 11:09:46 +00:00
Weblate
e08af42647
Merge remote-tracking branch 'origin/develop' into develop
2018-09-20 10:42:11 +00:00
Matthew Hodgson
1157320cba
s/canonical address/main address/g for consistency
2018-09-20 11:41:59 +01:00
Kévin C
63dd155ad0
Translated using Weblate (French)
...
Currently translated at 100.0% (1259 of 1259 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-09-20 10:26:30 +00:00
Szimszon
19da696058
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1259 of 1259 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-09-20 10:25:44 +00:00
Weblate
e15c581f6a
Merge remote-tracking branch 'origin/develop' into develop
2018-09-20 09:34:18 +00:00
Victor Grousset
4d34f5f966
Translated using Weblate (Esperanto)
...
Currently translated at 87.5% (1100 of 1257 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2018-09-20 09:34:17 +00:00
Slavi Pantaleev
805c856324
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (1257 of 1257 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2018-09-20 08:14:16 +00:00
Matthew Hodgson
c6fa8ea24c
show canonical aliases in timeline, and set/remove implicit ones
2018-09-20 01:07:01 +01:00
random
909e4052bc
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1257 of 1257 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2018-09-19 09:21:23 +00:00
Victor Grousset
1020580653
Translated using Weblate (Esperanto)
...
Currently translated at 87.5% (1100 of 1257 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2018-09-19 09:05:11 +00:00
Kévin C
e5b151ea26
Translated using Weblate (French)
...
Currently translated at 100.0% (1257 of 1257 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-09-18 21:48:21 +00:00
Szimszon
c2c735d521
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1257 of 1257 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-09-18 18:48:51 +00:00
Weblate
042bbca473
Merge remote-tracking branch 'origin/develop' into develop
2018-09-18 10:14:50 +00:00
Moo
23c91f22ef
Translated using Weblate (Lithuanian)
...
Currently translated at 69.4% (870 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2018-09-17 23:16:35 +00:00
Victor Grousset
719f7c6d01
Translated using Weblate (Esperanto)
...
Currently translated at 87.8% (1100 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2018-09-17 23:16:35 +00:00
Matthew Hodgson
fc81dbbfad
remove i18n used by RoomAliasesEvent
2018-09-17 22:40:00 +01:00
Matthew Hodgson
dc7212ec2b
switch back to simple TextForEvent
...
I haven't found anyone who can justify to me why we need
more complicated plurals for i18n (even in Polish) for
%(senderName)s added %(addedAddresses)s and removed %(removedAddresses)s as addresses for this room.
2018-09-17 18:20:12 +01:00
David Baker
12d10cccef
Show if sig is from this device
2018-09-17 17:14:03 +01:00
David Baker
f507aac3d5
Show if recovery key is valid
2018-09-17 17:05:29 +01:00
David Baker
9a65e6817a
Support restoring key backup
2018-09-17 16:00:23 +01:00
Andri
06a74707de
Translated using Weblate (Indonesian)
...
Currently translated at 29.8% (374 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/id/
2018-09-17 09:22:03 +00:00
xyzi
0ae37f2796
Translated using Weblate (German)
...
Currently translated at 99.6% (1248 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2018-09-17 09:22:03 +00:00
Victor Grousset
647ab09b43
Translated using Weblate (Esperanto)
...
Currently translated at 87.8% (1100 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2018-09-17 09:22:03 +00:00
Tim Stahel
3f7e7f8da5
Translated using Weblate (English (United States))
...
Currently translated at 65.4% (820 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/en_US/
2018-09-17 09:22:03 +00:00
Simó Albert i Beltran
8a1c85f7a0
Translated using Weblate (Catalan)
...
Currently translated at 80.3% (1006 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ca/
2018-09-17 09:22:02 +00:00
Osoitz
33f648a6f6
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1252 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-09-17 09:22:02 +00:00
ali almi
6e12399fe9
Translated using Weblate (Arabic)
...
Currently translated at 5.4% (68 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ar/
2018-09-17 09:22:02 +00:00
Matthew Hodgson
003083d9fc
fix plurals
2018-09-16 20:19:02 +01:00
Matthew Hodgson
a4b7348703
fix merge on i18n again
2018-09-16 19:11:11 +01:00
Matthew Hodgson
599697ca2f
fix merge on i18n
2018-09-16 19:08:31 +01:00
Matthew Hodgson
3b868064c7
merge in develop
2018-09-16 19:06:52 +01:00
David Baker
d94553bafc
UI for whether the key backup is enabled or not
2018-09-14 17:08:02 +01:00
random
7fcedbc65d
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1252 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2018-09-14 15:00:51 +00:00
Milena Brum
8ed411cd43
Translated using Weblate (Spanish)
...
Currently translated at 99.7% (1249 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-09-14 14:42:59 +00:00
Victor Grousset
62c763da60
Translated using Weblate (Esperanto)
...
Currently translated at 87.8% (1100 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2018-09-14 14:42:59 +00:00
David Baker
292b1f09af
WIP e2e key backups
...
Continues from Matthew's work: adds a feature flag & panel in
user settings to create a backup.
Can't restore a backup yet, nor even continue backing up to the same
backup after a refresh.
2018-09-13 17:11:46 +01:00
Milena Brum
cf591244e6
Translated using Weblate (Spanish)
...
Currently translated at 99.6% (1248 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-09-11 08:54:34 +00:00
Kenneth Larsson
2f6b529eb3
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (1252 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sv/
2018-09-10 15:30:47 +00:00
Victor Grousset
1a4a22d13c
Translated using Weblate (Esperanto)
...
Currently translated at 87.8% (1100 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2018-09-10 15:30:46 +00:00
Kenneth Larsson
78e258eb8d
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (1252 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sv/
2018-09-10 12:19:09 +00:00
Moo
d3f86aad10
Translated using Weblate (Lithuanian)
...
Currently translated at 68.0% (852 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2018-09-10 10:41:16 +00:00
Victor Grousset
39f56af21f
Translated using Weblate (Esperanto)
...
Currently translated at 87.8% (1100 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2018-09-10 10:41:15 +00:00
Milena Brum
85df81b220
Translated using Weblate (Spanish)
...
Currently translated at 99.6% (1248 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-09-09 09:26:27 +00:00
RainSlide
54519a6da4
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (1252 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hans/
2018-09-09 09:26:26 +00:00
Osoitz
5e755b38da
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1252 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-09-09 09:26:26 +00:00
Osoitz
09f5f02611
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1252 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-09-09 08:03:36 +00:00
Slavi Pantaleev
d1a173bd55
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (1252 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2018-09-08 07:13:12 +00:00
RainSlide
faa6bd367a
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (1252 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hans/
2018-09-07 19:10:05 +00:00
Szimszon
c5c4317352
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1252 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-09-07 18:31:23 +00:00
Kévin C
d2e31ac95d
Translated using Weblate (French)
...
Currently translated at 100.0% (1252 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-09-07 17:29:55 +00:00
Milena Brum
596bb5ffc7
Translated using Weblate (Spanish)
...
Currently translated at 99.6% (1248 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-09-07 17:09:07 +00:00
Jeff Huang
603fe4f92b
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1252 of 1252 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2018-09-07 12:47:46 +00:00
Weblate
b21faea25d
Merge remote-tracking branch 'origin/develop' into develop
2018-09-07 12:37:06 +00:00
Kenneth Larsson
6e795a2d08
Translated using Weblate (Swedish)
...
Currently translated at 99.6% (1247 of 1251 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sv/
2018-09-07 12:37:06 +00:00
Milena Brum
69f2f06468
Translated using Weblate (Spanish)
...
Currently translated at 99.7% (1248 of 1251 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-09-07 12:37:06 +00:00
Szimszon
f8cc510542
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1251 of 1251 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-09-07 12:37:05 +00:00
Kévin C
55271c858e
Translated using Weblate (French)
...
Currently translated at 100.0% (1251 of 1251 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-09-07 12:37:05 +00:00
David Baker
fa669bf096
Error on splash screen if sync is failing
...
Display an error on the splash screen with the spinner if the sync
request is not working, rather than just sitting there with a spinner
as if nothing is wrong.
Fixes https://github.com/vector-im/riot-web/issues/7148
2018-09-07 12:18:25 +01:00
Jeff Huang
b9a8d765bb
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1251 of 1251 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2018-09-07 01:14:21 +00:00
Weblate
4744799561
Merge remote-tracking branch 'origin/develop' into develop
2018-09-06 15:23:41 +00:00
Milena Brum
fce40aead1
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1249 of 1249 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-09-06 15:23:10 +00:00
random
755c13fcd8
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1249 of 1249 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2018-09-06 15:15:24 +00:00
Milena Brum
33a24b9fb4
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1249 of 1249 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-09-06 12:53:50 +00:00
Osoitz
ee9ebf26d1
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1249 of 1249 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-09-06 12:20:34 +00:00
Milena Brum
c132b5b9fc
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1249 of 1249 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-09-05 17:09:54 +00:00
David Baker
a042f4d0af
Do full registration if HS doesn't support ILAG
...
ILAG only works on HSes that allow registering without an email
address, so whenever we redirect to the ILAG flow, check what
registration flows the server supports, and if it doesn't offer one
that's ILAG-compatible, prompt the user to go through the full
registration process instead.
This doesn't change all the entry points into ILAG, I'll do that
in a separate commit.
2018-09-05 17:07:39 +01:00
Milena Brum
562cc32860
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1249 of 1249 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-09-05 07:15:32 +00:00
Milena Brum
2001fc2cd0
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1249 of 1249 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-09-04 17:39:18 +00:00
csybr
37703843e0
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 97.6% (1220 of 1249 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nn/
2018-09-04 14:10:51 +00:00
csybr
0acb403d55
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 97.6% (1220 of 1249 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nn/
2018-09-03 13:27:01 +00:00
Markel
a2bb08f58e
Translated using Weblate (Spanish)
...
Currently translated at 98.8% (1235 of 1249 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-09-03 13:05:33 +00:00
Moo
f86b4a6759
Translated using Weblate (Lithuanian)
...
Currently translated at 62.6% (782 of 1249 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2018-09-03 13:05:32 +00:00