From 774222f74b830786618398a9b8624f558aea30b4 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 6 Sep 2024 11:22:50 +0100 Subject: [PATCH 1/5] Update codeowners to element-hq teams --- .github/CODEOWNERS | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e7963c2673..2b299a74e2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,15 +1,15 @@ -* @matrix-org/element-web-reviewers -/.github/workflows/** @matrix-org/element-web-team -/package.json @matrix-org/element-web-team -/yarn.lock @matrix-org/element-web-team +* @element-hq/element-web-reviewers +/.github/workflows/** @element-hq/element-web-team +/package.json @element-hq/element-web-team +/yarn.lock @element-hq/element-web-team -/src/SecurityManager.ts @matrix-org/element-crypto-web-reviewers -/test/SecurityManager-test.ts @matrix-org/element-crypto-web-reviewers -/src/async-components/views/dialogs/security/ @matrix-org/element-crypto-web-reviewers -/src/components/views/dialogs/security/ @matrix-org/element-crypto-web-reviewers -/test/components/views/dialogs/security/ @matrix-org/element-crypto-web-reviewers -/src/stores/SetupEncryptionStore.ts @matrix-org/element-crypto-web-reviewers -/test/stores/SetupEncryptionStore-test.ts @matrix-org/element-crypto-web-reviewers +/src/SecurityManager.ts @element-hq/element-crypto-web-reviewers +/test/SecurityManager-test.ts @element-hq/element-crypto-web-reviewers +/src/async-components/views/dialogs/security/ @element-hq/element-crypto-web-reviewers +/src/components/views/dialogs/security/ @element-hq/element-crypto-web-reviewers +/test/components/views/dialogs/security/ @element-hq/element-crypto-web-reviewers +/src/stores/SetupEncryptionStore.ts @element-hq/element-crypto-web-reviewers +/test/stores/SetupEncryptionStore-test.ts @element-hq/element-crypto-web-reviewers # Ignore translations as those will be updated by GHA for Localazy download /src/i18n/strings From 92b3eb5427d59fb12a4f61512b6f1905f69245ad Mon Sep 17 00:00:00 2001 From: dbkr <986903+dbkr@users.noreply.github.com> Date: Sat, 7 Sep 2024 06:05:10 +0000 Subject: [PATCH 2/5] [create-pull-request] automated change --- playwright/plugins/homeserver/synapse/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/plugins/homeserver/synapse/index.ts b/playwright/plugins/homeserver/synapse/index.ts index 6ab7abc18a..a9b3be630c 100644 --- a/playwright/plugins/homeserver/synapse/index.ts +++ b/playwright/plugins/homeserver/synapse/index.ts @@ -28,7 +28,7 @@ import { randB64Bytes } from "../../utils/rand"; // Docker tag to use for synapse docker image. // We target a specific digest as every now and then a Synapse update will break our CI. // This digest is updated by the playwright-image-updates.yaml workflow periodically. -const DOCKER_TAG = "develop@sha256:c826fb82717a26e6dbb42b566c864064e2b67d28e1dae092908ce01ab84233c5"; +const DOCKER_TAG = "develop@sha256:b1401961110a9b73ab4ef85f6ddd48aa8b213f711824e0d873bca21031bc9453"; async function cfgDirFromTemplate(opts: StartHomeserverOpts): Promise> { const templateDir = path.join(__dirname, "templates", opts.template); From 9fb871c8c53b46cd25f26a10281d5b33b39739b8 Mon Sep 17 00:00:00 2001 From: David Baker Date: Sat, 7 Sep 2024 09:40:11 +0100 Subject: [PATCH 3/5] poke the CI --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2b299a74e2..3d72b7418e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -15,3 +15,5 @@ /src/i18n/strings # Ignore the synapse plugin as this is updated by GHA for docker image updating /playwright/plugins/homeserver/synapse/index.ts + +# meaningless change to prod CI From 272fd759762ecc1a8740246e063bf9d9e278dda2 Mon Sep 17 00:00:00 2001 From: David Baker Date: Sat, 7 Sep 2024 09:43:30 +0100 Subject: [PATCH 4/5] remove meangingless change --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3d72b7418e..e7a976a7be 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -16,4 +16,3 @@ # Ignore the synapse plugin as this is updated by GHA for docker image updating /playwright/plugins/homeserver/synapse/index.ts -# meaningless change to prod CI From 0acc7dd5400880f7c1c913872d553a9632c16f60 Mon Sep 17 00:00:00 2001 From: dbkr Date: Mon, 9 Sep 2024 06:03:18 +0000 Subject: [PATCH 5/5] [create-pull-request] automated change --- src/i18n/strings/pl.json | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/src/i18n/strings/pl.json b/src/i18n/strings/pl.json index ad9d34ab0c..b8cdf36676 100644 --- a/src/i18n/strings/pl.json +++ b/src/i18n/strings/pl.json @@ -1841,10 +1841,25 @@ "files_button": "Pliki", "info": "Info", "pinned_messages": { + "empty_description": "Znajdź wiadomość i wybierz „%(pinAction)s”, aby załączyć ją tutaj.", + "empty_title": "Przypinaj ważne wiadomości, aby można było je łatwo znaleźć", + "header": { + "one": "Przypięto 1 wiadomość", + "few": "Przypięto %(count)s wiadomości", + "many": "Przypięto %(count)s wiadomości" + }, "limits": { "other": "Możesz przypiąć do %(count)s widżetów" }, - "title": "Przypięte wiadomości" + "menu": "Otwórz menu", + "reply_thread": "Odpowiedz na wiadomość w wątku", + "title": "Przypięte wiadomości", + "unpin_all": { + "button": "Odepnij wszystkie wiadomości", + "content": "Upewnij się, czy naprawdę chcesz usunąć wszystkie przypięte wiadomości. Tej akcji nie można cofnąć.", + "title": "Odpiąć wszystkie wiadomości?" + }, + "view": "Wyświetl na osi czasu" }, "pinned_messages_button": "Przypięte wiadomości", "poll": { @@ -2036,6 +2051,21 @@ "not_found_title": "Ten pokój lub przestrzeń nie istnieje.", "not_found_title_name": "%(roomName)s nie istnieje.", "peek_join_prompt": "Przeglądasz %(roomName)s. Czy chcesz dołączyć do pokoju?", + "pinned_message_banner": { + "button_close_list": "Zamknij listę", + "button_view_all": "Pokaż wszystkie", + "description": "Ten pokój ma przypięte wiadomości. Kliknij, aby je wyświetlić.", + "go_to_message": "Wyświetl przypiętą wiadomość na osi czasu.", + "prefix": { + "audio": "Audio", + "file": "Plik", + "image": "Obraz", + "poll": "Ankieta", + "video": "Wideo" + }, + "preview": "%(prefix)s: %(preview)s", + "title": "%(index)s z %(length)s przypiętych wiadomości" + }, "read_topic": "Kliknij, aby przeczytać temat", "rejecting": "Odrzucanie zaproszenia…", "rejoin_button": "Dołącz ponownie", @@ -2685,6 +2715,7 @@ "code_blocks_heading": "Bloki kodu", "compact_modern": "Użyj bardziej kompaktowego, \"nowoczesnego\" wyglądu", "composer_heading": "Kompozytor", + "default_timezone": "Ustawienie przeglądarki (%(timezone)s)", "dialog_title": "Ustawienia: Preferencje", "enable_hardware_acceleration": "Włącz przyspieszenie sprzętowe", "enable_tray_icon": "Pokaż ikonę w zasobniku systemowym i zminimalizuj okno do niej zamiast zamknięcia", @@ -2700,7 +2731,8 @@ "show_checklist_shortcuts": "Pokaż skrót do listy powitalnej nad listą pokojów", "show_polls_button": "Pokaż przycisk ankiet", "surround_text": "Otocz zaznaczony tekst podczas wpisywania specjalnych znaków", - "time_heading": "Wyświetlanie czasu" + "time_heading": "Wyświetlanie czasu", + "user_timezone": "Ustaw strefę czasową" }, "prompt_invite": "Powiadamiaj przed wysłaniem zaproszenia do potencjalnie nieprawidłowych ID matrix", "replace_plain_emoji": "Automatycznie zastępuj tekstowe emotikony",