You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-desktop.yml
+5-5
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,12 @@ body:
23
23
- type: textarea
24
24
id: result
25
25
attributes:
26
-
label: What happened?
26
+
label: Outcome
27
27
placeholder: Tell us what went wrong
28
28
value: |
29
-
### What did you expect?
29
+
#### What did you expect?
30
30
31
-
### What happened?
31
+
#### What happened instead?
32
32
validations:
33
33
required: true
34
34
- type: input
@@ -65,9 +65,9 @@ body:
65
65
- type: dropdown
66
66
id: rageshake
67
67
attributes:
68
-
label: Have you submitted a rageshake?
68
+
label: Will you send logs?
69
69
description: |
70
-
Did you know that you can send a /rageshake command from your application to submit logs for this issue? Trigger the defect, then type /rageshake into the message entry area followed by a description of the problem and send the command. This will automatically submit anonymous logs to the developers.
70
+
Did you know that you can send a /rageshake command from your application to submit logs for this issue? Trigger the defect, then type `/rageshake` into the message input area followed by a description of the problem and send the command. You will be able to add a link to this defect report and submit anonymous logs to the developers.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-web.yml
+5-5
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,12 @@ body:
23
23
- type: textarea
24
24
id: result
25
25
attributes:
26
-
label: What happened?
26
+
label: Outcome
27
27
placeholder: Tell us what went wrong
28
28
value: |
29
-
### What did you expect?
29
+
#### What did you expect?
30
30
31
-
### What happened?
31
+
#### What happened instead?
32
32
validations:
33
33
required: true
34
34
- type: input
@@ -65,9 +65,9 @@ body:
65
65
- type: dropdown
66
66
id: rageshake
67
67
attributes:
68
-
label: Have you submitted a rageshake?
68
+
label: Will you send logs?
69
69
description: |
70
-
Did you know that you can send a /rageshake command from the web applicaiton to submit logs for this issue? Trigger the defect, then type /rageshake into the message entry area followed by a description of the problem and send the command. This will automatically submit anonymous logs to the developers.
70
+
Did you know that you can send a /rageshake command from the web application to submit logs for this issue? Trigger the defect, then type `/rageshake` into the message input area followed by a description of the problem and send the command. You will be able to add a link to this defect report and submit anonymous logs to the developers.
Copy file name to clipboardExpand all lines: docs/labs.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,15 @@ Enables sending hidden read receipts as per [MSC2285](https://github.com/matrix-
134
134
135
135
Adds a "Message layout" section under `Settings -> Appearance`, where the user can select their preferred message layout (e.g. IRC or Modern). Additionally, adds a new "Message bubbles" layout.
Copy file name to clipboardExpand all lines: src/i18n/strings/fi.json
+4-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"Dismiss": "Hylkää",
3
3
"Unknown device": "Tuntematon laite",
4
4
"Welcome to Element": "Tervetuloa Element-sovellukseen",
5
-
"You need to be using HTTPS to place a screen-sharing call.": "Sinun täytyy käyttää HTTPS-yhteyttä, jotta voit jakaa ruudun puhelussa.",
5
+
"You need to be using HTTPS to place a screen-sharing call.": "Sinun täytyy käyttää HTTPS-yhteyttä, jotta voit jakaa näytön puhelussa.",
6
6
"powered by Matrix": "moottorina Matrix",
7
7
"Decentralised, encrypted chat & collaboration powered by [matrix]": "Hajautettua ja salattua viestintää Matrix-teknologialla",
8
8
"Sign In": "Kirjaudu",
@@ -32,5 +32,7 @@
32
32
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.": "Element-asetuksesi sisältävät epäkelpoa JSONia. Korjaa ongelma ja lataa sivu uudelleen.",
33
33
"Powered by Matrix": "Moottorina Matrix",
34
34
"Your browser can't run %(brand)s": "%(brand)s ei toimi selaimessasi",
35
-
"%(brand)s uses advanced browser features which aren't supported by your current browser.": "%(brand)s käyttää edistyneitä selaimen ominaisuuksia, joita nykyinen selaimesi ei tue."
35
+
"%(brand)s uses advanced browser features which aren't supported by your current browser.": "%(brand)s käyttää edistyneitä selaimen ominaisuuksia, joita nykyinen selaimesi ei tue.",
36
+
"Use %(brand)s on mobile": "Käytä %(brand)sia mobiilisti",
37
+
"Switch to space by number": "Vaihda avaruuteen käyttäen numeroa"
Copy file name to clipboardExpand all lines: src/i18n/strings/id.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.": "Konfigurasi Element Anda mengandung JSON yang tidak valid. Mohon perbaiki masalahnya dan muat ulang halaman nya.",
9
9
"Invalid configuration: no default server specified.": "Konfigurasi tidak valid: server default belum ditentukan.",
10
10
"Missing indexeddb worker script!": "Tidak ada script worker indexeddb!",
11
-
"Explore rooms": "Jelajahi ruang",
11
+
"Explore rooms": "Jelajahi ruangan",
12
12
"Create Account": "Buat Akun",
13
13
"Switch to space by number": "Beralih ke ruang dengan nomor",
14
14
"Go to your browser to complete Sign In": "Buka browser Anda untuk menyelesaikan Masuk",
@@ -22,7 +22,7 @@
22
22
"Your browser can't run %(brand)s": "Browser Anda tidak bisa menjalankan %(brand)s",
23
23
"Unsupported browser": "Browser tidak didukung",
24
24
"Use %(brand)s on mobile": "Gunakan %(brand)s di ponsel",
Copy file name to clipboardExpand all lines: src/i18n/strings/kab.json
+3-1
Original file line number
Diff line number
Diff line change
@@ -32,5 +32,7 @@
32
32
"Open": "Ldi",
33
33
"Your browser can't run %(brand)s": "Iminig-inek·inem ur isselkan ara %(brand)s",
34
34
"%(brand)s uses advanced browser features which aren't supported by your current browser.": "%(brand)s isseqdac timahilin n yiminig leqqayen ur yessefrak ara yiminig-ik·im amiran.",
35
-
"Powered by Matrix": "Iteddu s lmendad n Matrix"
35
+
"Powered by Matrix": "Iteddu s lmendad n Matrix",
36
+
"Use %(brand)s on mobile": "Seqdec %(brand)s deg tiliɣri",
37
+
"Switch to space by number": "Ddu ɣer space s uṭṭun"
Copy file name to clipboardExpand all lines: src/i18n/strings/ru.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
"Create Account": "Создать учётную запись",
10
10
"Explore rooms": "Список комнат",
11
11
"Unexpected error preparing the app. See console for details.": "Неожиданная ошибка при подготовке приложения. Подробности см. в консоли.",
12
-
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.": "Неверная конфигурация: может указывать только один из следующих параметров: default_server_config, default_server_name или default_hs_url.",
12
+
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.": "Неверная конфигурация: можно указывать только один из следующих параметров: default_server_config, default_server_name или default_hs_url.",
13
13
"Invalid configuration: no default server specified.": "Неверная конфигурация: сервер по умолчанию не указан.",
14
14
"The message from the parser is: %(message)s": "Сообщение из парсера: %(message)s",
0 commit comments