From fdef39d7cb5f997aa68cde0a88969bff65b0d44c Mon Sep 17 00:00:00 2001 From: Misty Release Bot Date: Sun, 23 Jul 2023 09:18:10 +0000 Subject: [PATCH 1/7] Latest translations and fallbacks --- public/language/it/modules.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/language/it/modules.json b/public/language/it/modules.json index 2dbebd013e..808a26a41e 100644 --- a/public/language/it/modules.json +++ b/public/language/it/modules.json @@ -36,12 +36,12 @@ "chat.public.groups-help": "Per creare una stanza chat visibile a tutti gli utenti, seleziona gli utenti registrati dall'elenco dei gruppi.", "chat.manage-room": "Gestisci stanza chat", "chat.add-user": "Aggiungi utente", - "chat.notification-settings": "Notification Settings", - "chat.default-notification-setting": "Default Notification Setting", - "chat.notification-setting-room-default": "Room Default", - "chat.notification-setting-none": "No notifications", - "chat.notification-setting-at-mention-only": "@mention only", - "chat.notification-setting-all-messages": "All messages", + "chat.notification-settings": "Impostazioni di notifica", + "chat.default-notification-setting": "Impostazioni di notifica predefinite", + "chat.notification-setting-room-default": "Stanza predefinita", + "chat.notification-setting-none": "Nessuna notifica", + "chat.notification-setting-at-mention-only": "@solo menzione", + "chat.notification-setting-all-messages": "Tutti i messaggi", "chat.select-groups": "Seleziona gruppi", "chat.add-user-help": "Cerca qui gli utenti. Quando selezionato, l'utente sarà aggiunto alla chat.\nIl nuovo utente non sarà in grado di vedere i messaggi della chat scritti prima della sua partecipazione alla conversazione.\nSolo i proprietari della stanza () possono rimuovere gli utenti dalla stanza della chat.", "chat.confirm-chat-with-dnd-user": "Questo utente ha impostato il suo stato su Non Disturbare. Sei sicuro di voler iniziare una conversazione?", From ace3643470ee1a59503b682ff38c5854d208d705 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 20:20:12 -0400 Subject: [PATCH 2/7] fix(deps): update dependency esbuild to v0.18.16 (#11838) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 5b37f6774f..3414799063 100644 --- a/install/package.json +++ b/install/package.json @@ -62,7 +62,7 @@ "csrf-sync": "4.0.1", "daemon": "1.1.0", "diff": "5.1.0", - "esbuild": "0.18.15", + "esbuild": "0.18.16", "express": "4.18.2", "express-session": "1.17.3", "express-useragent": "1.0.15", From 878fe2170c363748a82dfe21d570b254962c5dfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 20:20:29 -0400 Subject: [PATCH 3/7] fix(deps): update dependency sass to v1.64.1 (#11834) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 3414799063..77152aadaf 100644 --- a/install/package.json +++ b/install/package.json @@ -124,7 +124,7 @@ "rss": "1.2.2", "rtlcss": "4.1.0", "sanitize-html": "2.11.0", - "sass": "1.64.0", + "sass": "1.64.1", "semver": "7.5.4", "serve-favicon": "2.5.0", "sharp": "0.32.3", From 1cca1760a6e741d18a4d7e1e7a365a6e7159a79a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 20:20:36 -0400 Subject: [PATCH 4/7] chore(deps): update dependency sass-embedded to v1.64.1 (#11833) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 77152aadaf..ab08690f8b 100644 --- a/install/package.json +++ b/install/package.json @@ -171,7 +171,7 @@ "smtp-server": "3.12.0" }, "optionalDependencies": { - "sass-embedded": "1.64.0" + "sass-embedded": "1.64.1" }, "resolutions": { "*/jquery": "3.7.0" From ef9fd34594785c180f84eb842cd0902e93e4bf1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 20:54:26 -0400 Subject: [PATCH 5/7] fix(deps): update dependency sharp to v0.32.4 (#11828) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index ab08690f8b..f2d482c8af 100644 --- a/install/package.json +++ b/install/package.json @@ -127,7 +127,7 @@ "sass": "1.64.1", "semver": "7.5.4", "serve-favicon": "2.5.0", - "sharp": "0.32.3", + "sharp": "0.32.4", "sitemap": "7.1.1", "slideout": "1.0.1", "socket.io": "4.7.1", From 8d8930f8b3d9318083332b5aa165d346248cc99c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 20:54:36 -0400 Subject: [PATCH 6/7] fix(deps): update dependency postcss to v8.4.27 (#11827) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index f2d482c8af..88fa0f1854 100644 --- a/install/package.json +++ b/install/package.json @@ -113,7 +113,7 @@ "passport-local": "1.0.0", "pg": "8.11.1", "pg-cursor": "2.10.1", - "postcss": "8.4.26", + "postcss": "8.4.27", "postcss-clean": "1.2.0", "progress-webpack-plugin": "1.0.16", "prompt": "1.3.0", From 5129f87d7224a6a2a378bdbc78f393c99e83911d Mon Sep 17 00:00:00 2001 From: Misty Release Bot Date: Mon, 24 Jul 2023 09:19:08 +0000 Subject: [PATCH 7/7] Latest translations and fallbacks --- public/language/bg/modules.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/language/bg/modules.json b/public/language/bg/modules.json index b38f092017..95f0795d6a 100644 --- a/public/language/bg/modules.json +++ b/public/language/bg/modules.json @@ -36,12 +36,12 @@ "chat.public.groups-help": "За да създадете стая за разговор видима за всички потребители изберете групата с регистрирани потребители от списъка.", "chat.manage-room": "Управление на стаята за разговори", "chat.add-user": "Добавяне на потребител", - "chat.notification-settings": "Notification Settings", - "chat.default-notification-setting": "Default Notification Setting", - "chat.notification-setting-room-default": "Room Default", - "chat.notification-setting-none": "No notifications", - "chat.notification-setting-at-mention-only": "@mention only", - "chat.notification-setting-all-messages": "All messages", + "chat.notification-settings": "Настройки за известията", + "chat.default-notification-setting": "Стандартни настройки за известията", + "chat.notification-setting-room-default": "По подразбиране за стаята", + "chat.notification-setting-none": "Без известия", + "chat.notification-setting-at-mention-only": "Само @споменавания", + "chat.notification-setting-all-messages": "Всички съобщения", "chat.select-groups": "Избиране на групи", "chat.add-user-help": "Тук можете да потърсите потребители. Когато някой потребител бъде избран, той ще бъде добавен в разговора. Новият потребител няма да може да вижда съобщенията, написани преди включването му в разговора. Само собствениците на стаята () могат да премахват потребители от нея.", "chat.confirm-chat-with-dnd-user": "Този потребител е в състояние „не ме безпокойте“. Наистина ли искате да разговаряте с него?",