From 3cab72b9ab1f7b4f2221b9533e06d31d35665af8 Mon Sep 17 00:00:00 2001 From: Misty Release Bot Date: Wed, 7 Feb 2024 09:19:02 +0000 Subject: [PATCH 1/6] Latest translations and fallbacks --- public/language/it/global.json | 12 ++++++------ public/language/it/topic.json | 8 ++++---- public/language/it/unread.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/public/language/it/global.json b/public/language/it/global.json index 1d10f9486c..fd157ba927 100644 --- a/public/language/it/global.json +++ b/public/language/it/global.json @@ -24,14 +24,14 @@ "cancel": "Annulla", "close": "Chiudi", "pagination": "Impaginazione", - "pagination.previouspage": "Previous Page", - "pagination.nextpage": "Next Page", - "pagination.firstpage": "First Page", - "pagination.lastpage": "Last Page", + "pagination.previouspage": "Pagina precedente", + "pagination.nextpage": "Pagina successiva", + "pagination.firstpage": "Prima pagina", + "pagination.lastpage": "Ultima pagina", "pagination.out-of": "%1 di %2", "pagination.enter-index": "Vai all'indice dei post", - "pagination.go-to-page": "Go to page", - "pagination.page-x": "Page %1", + "pagination.go-to-page": "Vai alla pagina", + "pagination.page-x": "Pagina %1", "header.brand-logo": "Logo del marchio", "header.admin": "Amministratore", "header.categories": "Categorie", diff --git a/public/language/it/topic.json b/public/language/it/topic.json index b7daad984a..78c45b8516 100644 --- a/public/language/it/topic.json +++ b/public/language/it/topic.json @@ -15,7 +15,7 @@ "replies-to-this-post": "%1 Risposte", "one-reply-to-this-post": "1 Risposta", "last-reply-time": "Ultima Risposta", - "reply-options": "Reply options", + "reply-options": "Opzioni di risposta", "reply-as-topic": "Topic risposta", "guest-login-reply": "Effettua l'accesso per rispondere", "login-to-view": "Accedi per visualizzare", @@ -205,13 +205,13 @@ "last-post": "Ultimo post", "go-to-my-next-post": "Vai al mio prossimo post", "no-more-next-post": "Non hai più post in questa discussione", - "open-composer": "Open composer", + "open-composer": "Apri compositore", "post-quick-reply": "Risposta rapida", "navigator.index": "Post %1 di %2", "navigator.unread": "%1 non letto", "upvote-post": "Vota positivamente il post", "downvote-post": "Vota negativamente il post", "post-tools": "Strumenti post", - "unread-posts-link": "Unread posts link", - "thumb-image": "Topic thumbnail image" + "unread-posts-link": "Link ai post non letti", + "thumb-image": "Immagine anteprima della discussione" } \ No newline at end of file diff --git a/public/language/it/unread.json b/public/language/it/unread.json index 726896461d..187d921557 100644 --- a/public/language/it/unread.json +++ b/public/language/it/unread.json @@ -3,7 +3,7 @@ "no-unread-topics": "Non ci sono discussioni non lette.", "load-more": "Carica di più", "mark-as-read": "Segna come Letto", - "mark-as-unread": "Mark as Unread", + "mark-as-unread": "Segna come non letto", "selected": "Selezionato", "all": "Tutti", "all-categories": "Tutte le categorie", From 4056d2c6dae3ffa52f2ddf07901bf01e763d8d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 7 Feb 2024 11:06:32 -0500 Subject: [PATCH 2/6] deleted topics shoundlt show unread --- public/language/en-GB/topic.json | 1 + public/src/modules/helpers.common.js | 1 + src/categories/topics.js | 1 + 3 files changed, 3 insertions(+) diff --git a/public/language/en-GB/topic.json b/public/language/en-GB/topic.json index d7321707c2..78686a38cb 100644 --- a/public/language/en-GB/topic.json +++ b/public/language/en-GB/topic.json @@ -38,6 +38,7 @@ "pinned": "Pinned", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Moved", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/src/modules/helpers.common.js b/public/src/modules/helpers.common.js index ab61734efa..61b314f4cd 100644 --- a/public/src/modules/helpers.common.js +++ b/public/src/modules/helpers.common.js @@ -301,6 +301,7 @@ module.exports = function (utils, Benchpress, relative_path) { ['title', userObj.username], ['data-uid', userObj.uid], ['loading', 'lazy'], + ['aria-label', `User avatar for ${userObj.username}`], ]); const styles = [`--avatar-size: ${size};`]; const attr2String = attributes => Array.from(attributes).reduce((output, [prop, value]) => { diff --git a/src/categories/topics.js b/src/categories/topics.js index 64248890c0..67695ec4c0 100644 --- a/src/categories/topics.js +++ b/src/categories/topics.js @@ -167,6 +167,7 @@ module.exports = function (Categories) { topic.slug = topic.tid; topic.teaser = null; topic.noAnchor = true; + topic.unread = false; topic.tags = []; } }); From 7e862a78900e7ed28ecf4d4404cc758ee6342a9a Mon Sep 17 00:00:00 2001 From: Misty Release Bot Date: Wed, 7 Feb 2024 16:07:09 +0000 Subject: [PATCH 3/6] chore(i18n): fallback strings for new resources: nodebb.topic --- public/language/ar/topic.json | 1 + public/language/bg/topic.json | 1 + public/language/bn/topic.json | 1 + public/language/cs/topic.json | 1 + public/language/da/topic.json | 1 + public/language/de/topic.json | 1 + public/language/el/topic.json | 1 + public/language/en-US/topic.json | 1 + public/language/en-x-pirate/topic.json | 1 + public/language/es/topic.json | 1 + public/language/et/topic.json | 1 + public/language/fa-IR/topic.json | 1 + public/language/fi/topic.json | 1 + public/language/fr/topic.json | 1 + public/language/gl/topic.json | 1 + public/language/he/topic.json | 1 + public/language/hr/topic.json | 1 + public/language/hu/topic.json | 1 + public/language/hy/topic.json | 1 + public/language/id/topic.json | 1 + public/language/it/topic.json | 1 + public/language/ja/topic.json | 1 + public/language/ko/topic.json | 1 + public/language/lt/topic.json | 1 + public/language/lv/topic.json | 1 + public/language/ms/topic.json | 1 + public/language/nb/topic.json | 1 + public/language/nl/topic.json | 1 + public/language/pl/topic.json | 1 + public/language/pt-BR/topic.json | 1 + public/language/pt-PT/topic.json | 1 + public/language/ro/topic.json | 1 + public/language/ru/topic.json | 1 + public/language/rw/topic.json | 1 + public/language/sc/topic.json | 1 + public/language/sk/topic.json | 1 + public/language/sl/topic.json | 1 + public/language/sq-AL/topic.json | 1 + public/language/sr/topic.json | 1 + public/language/sv/topic.json | 1 + public/language/th/topic.json | 1 + public/language/tr/topic.json | 1 + public/language/uk/topic.json | 1 + public/language/vi/topic.json | 1 + public/language/zh-CN/topic.json | 1 + public/language/zh-TW/topic.json | 1 + 46 files changed, 46 insertions(+) diff --git a/public/language/ar/topic.json b/public/language/ar/topic.json index b6fc625676..64daff02e8 100644 --- a/public/language/ar/topic.json +++ b/public/language/ar/topic.json @@ -35,6 +35,7 @@ "pinned": "مثبت", "pinned-with-expiry": "مثبت حتى %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "منقول", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/bg/topic.json b/public/language/bg/topic.json index b9853920ec..fc644d3242 100644 --- a/public/language/bg/topic.json +++ b/public/language/bg/topic.json @@ -35,6 +35,7 @@ "pinned": "Закачена", "pinned-with-expiry": "Закачена до %1", "scheduled": "Насрочена", + "deleted": "Deleted", "moved": "Преместена", "moved-from": "Преместена от %1", "copy-code": "Копиране на кода", diff --git a/public/language/bn/topic.json b/public/language/bn/topic.json index 55dc7fa8d9..7bc1821a4f 100644 --- a/public/language/bn/topic.json +++ b/public/language/bn/topic.json @@ -35,6 +35,7 @@ "pinned": "Pinned", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Moved", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/cs/topic.json b/public/language/cs/topic.json index 4a30c2e4c5..0f0107fb9b 100644 --- a/public/language/cs/topic.json +++ b/public/language/cs/topic.json @@ -35,6 +35,7 @@ "pinned": "Připnuto", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Přesunuto", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/da/topic.json b/public/language/da/topic.json index 482cdf3c60..f4d9ee830f 100644 --- a/public/language/da/topic.json +++ b/public/language/da/topic.json @@ -35,6 +35,7 @@ "pinned": "Pinned", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Flyttet", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/de/topic.json b/public/language/de/topic.json index 1e78e50b04..4a1dcfb71e 100644 --- a/public/language/de/topic.json +++ b/public/language/de/topic.json @@ -35,6 +35,7 @@ "pinned": "Angeheftet", "pinned-with-expiry": "Angepinnt bis %1", "scheduled": "Geplant", + "deleted": "Deleted", "moved": "Verschoben", "moved-from": "Verschoben von %1", "copy-code": "Code kopieren", diff --git a/public/language/el/topic.json b/public/language/el/topic.json index 02eaf62a3d..660bbd65d8 100644 --- a/public/language/el/topic.json +++ b/public/language/el/topic.json @@ -35,6 +35,7 @@ "pinned": "Pinned", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Moved", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/en-US/topic.json b/public/language/en-US/topic.json index f0753384f5..609d2a7196 100644 --- a/public/language/en-US/topic.json +++ b/public/language/en-US/topic.json @@ -35,6 +35,7 @@ "pinned": "Pinned", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Moved", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/en-x-pirate/topic.json b/public/language/en-x-pirate/topic.json index f0753384f5..609d2a7196 100644 --- a/public/language/en-x-pirate/topic.json +++ b/public/language/en-x-pirate/topic.json @@ -35,6 +35,7 @@ "pinned": "Pinned", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Moved", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/es/topic.json b/public/language/es/topic.json index 262fafbf81..e06a07cbd1 100644 --- a/public/language/es/topic.json +++ b/public/language/es/topic.json @@ -35,6 +35,7 @@ "pinned": "Fijo", "pinned-with-expiry": "Anclado hasta %1", "scheduled": "Programado", + "deleted": "Deleted", "moved": "Movido", "moved-from": "Movido desde %1", "copy-code": "Copiar Codigo", diff --git a/public/language/et/topic.json b/public/language/et/topic.json index 15217413b1..f3c910297d 100644 --- a/public/language/et/topic.json +++ b/public/language/et/topic.json @@ -35,6 +35,7 @@ "pinned": "Märgistatud", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Liigutatud", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/fa-IR/topic.json b/public/language/fa-IR/topic.json index d1ff068483..47891b64ff 100644 --- a/public/language/fa-IR/topic.json +++ b/public/language/fa-IR/topic.json @@ -35,6 +35,7 @@ "pinned": "سنجاق شده", "pinned-with-expiry": "سنجاق‌شده تا %1", "scheduled": "زمان بندی شده", + "deleted": "Deleted", "moved": "منتقل شده", "moved-from": "جابه‌جا شده از %1", "copy-code": "کپی کردن کد", diff --git a/public/language/fi/topic.json b/public/language/fi/topic.json index 278ee83a55..cdcdb5da4f 100644 --- a/public/language/fi/topic.json +++ b/public/language/fi/topic.json @@ -35,6 +35,7 @@ "pinned": "Kiinnitetty", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Siirretty", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/fr/topic.json b/public/language/fr/topic.json index 182e722e4b..2071d2e2ce 100644 --- a/public/language/fr/topic.json +++ b/public/language/fr/topic.json @@ -35,6 +35,7 @@ "pinned": "Épinglé", "pinned-with-expiry": "Épinglé jusqu'au %1", "scheduled": "Planifier", + "deleted": "Deleted", "moved": "Déplacé", "moved-from": "Déplacé de %1", "copy-code": "Copier le code", diff --git a/public/language/gl/topic.json b/public/language/gl/topic.json index 84a7f210b7..51af2a16ca 100644 --- a/public/language/gl/topic.json +++ b/public/language/gl/topic.json @@ -35,6 +35,7 @@ "pinned": "Fixo", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Movido", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/he/topic.json b/public/language/he/topic.json index e78b63719d..a61816e465 100644 --- a/public/language/he/topic.json +++ b/public/language/he/topic.json @@ -35,6 +35,7 @@ "pinned": "נעוץ", "pinned-with-expiry": "נעוץ עד %1", "scheduled": "מתוזמן", + "deleted": "Deleted", "moved": "הועבר", "moved-from": "הועבר מ-%1", "copy-code": "העתקת קוד", diff --git a/public/language/hr/topic.json b/public/language/hr/topic.json index 33de645e9f..be920947be 100644 --- a/public/language/hr/topic.json +++ b/public/language/hr/topic.json @@ -35,6 +35,7 @@ "pinned": "Zakačeno", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Premješteno", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/hu/topic.json b/public/language/hu/topic.json index 469d45b468..eca5576b13 100644 --- a/public/language/hu/topic.json +++ b/public/language/hu/topic.json @@ -35,6 +35,7 @@ "pinned": "Rögzített", "pinned-with-expiry": "Kitűzve eddig: %1", "scheduled": "Időzített", + "deleted": "Deleted", "moved": "Áthelyezett", "moved-from": "Áthelyezés innen %1", "copy-code": "Copy Code", diff --git a/public/language/hy/topic.json b/public/language/hy/topic.json index 927f7cfc73..367e768637 100644 --- a/public/language/hy/topic.json +++ b/public/language/hy/topic.json @@ -35,6 +35,7 @@ "pinned": "Ամրացված", "pinned-with-expiry": "Ամրացված է մինչև %1", "scheduled": "Պլանավորված", + "deleted": "Deleted", "moved": "Տեղափոխվել է", "moved-from": "Տեղափոխվել է %1-ից", "copy-code": "Պանճենել կոդը", diff --git a/public/language/id/topic.json b/public/language/id/topic.json index 4a4e0ef8a4..f87f800561 100644 --- a/public/language/id/topic.json +++ b/public/language/id/topic.json @@ -35,6 +35,7 @@ "pinned": "Pinned", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Moved", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/it/topic.json b/public/language/it/topic.json index 78c45b8516..e8d36e2dbf 100644 --- a/public/language/it/topic.json +++ b/public/language/it/topic.json @@ -35,6 +35,7 @@ "pinned": "Fissato", "pinned-with-expiry": "Fissato fino al %1", "scheduled": "Pianificato", + "deleted": "Deleted", "moved": "Spostato", "moved-from": "Spostato da %1", "copy-code": "Copia codice", diff --git a/public/language/ja/topic.json b/public/language/ja/topic.json index 1dba6badfd..8b8ec8220d 100644 --- a/public/language/ja/topic.json +++ b/public/language/ja/topic.json @@ -35,6 +35,7 @@ "pinned": "ピンされた", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "移動しました", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/ko/topic.json b/public/language/ko/topic.json index afb1b2805a..062ade2166 100644 --- a/public/language/ko/topic.json +++ b/public/language/ko/topic.json @@ -35,6 +35,7 @@ "pinned": "고정된 게시물", "pinned-with-expiry": "%1까지 상단 고정", "scheduled": "예약됨", + "deleted": "Deleted", "moved": "이동된 게시물", "moved-from": "%1부터 상단 고정 해제", "copy-code": "Copy Code", diff --git a/public/language/lt/topic.json b/public/language/lt/topic.json index 75b33b79c1..dba3d0e40b 100644 --- a/public/language/lt/topic.json +++ b/public/language/lt/topic.json @@ -35,6 +35,7 @@ "pinned": "Pinned", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Perkelta", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/lv/topic.json b/public/language/lv/topic.json index 9839dbfed9..ce756e32d1 100644 --- a/public/language/lv/topic.json +++ b/public/language/lv/topic.json @@ -35,6 +35,7 @@ "pinned": "Piespraustie", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Pārvietots", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/ms/topic.json b/public/language/ms/topic.json index c49e5774ad..c7447ddc19 100644 --- a/public/language/ms/topic.json +++ b/public/language/ms/topic.json @@ -35,6 +35,7 @@ "pinned": "Pinned", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Moved", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/nb/topic.json b/public/language/nb/topic.json index 5a14415a49..cf94412757 100644 --- a/public/language/nb/topic.json +++ b/public/language/nb/topic.json @@ -35,6 +35,7 @@ "pinned": "Festet", "pinned-with-expiry": "Festet til %1", "scheduled": "Planlagt", + "deleted": "Deleted", "moved": "Flyttet", "moved-from": "Flyttet fra %1", "copy-code": "Kopier kode", diff --git a/public/language/nl/topic.json b/public/language/nl/topic.json index 8b5ef0ac7d..68dc65ad52 100644 --- a/public/language/nl/topic.json +++ b/public/language/nl/topic.json @@ -35,6 +35,7 @@ "pinned": "Pinned", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Verplaatst", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/pl/topic.json b/public/language/pl/topic.json index 202d5a5533..022345718e 100644 --- a/public/language/pl/topic.json +++ b/public/language/pl/topic.json @@ -35,6 +35,7 @@ "pinned": "Przypięty", "pinned-with-expiry": "Przypięte do %1", "scheduled": "Zaplanowany", + "deleted": "Deleted", "moved": "Przeniesiony", "moved-from": "Przeniesiony z %1", "copy-code": "Copy Code", diff --git a/public/language/pt-BR/topic.json b/public/language/pt-BR/topic.json index 6d4c71cf0e..26e65f9d94 100644 --- a/public/language/pt-BR/topic.json +++ b/public/language/pt-BR/topic.json @@ -35,6 +35,7 @@ "pinned": "Fixado", "pinned-with-expiry": "Fixado até %1", "scheduled": "Agendado", + "deleted": "Deleted", "moved": "Movido", "moved-from": "Movido de %1", "copy-code": "Copy Code", diff --git a/public/language/pt-PT/topic.json b/public/language/pt-PT/topic.json index a1a9209b71..d9e498eee0 100644 --- a/public/language/pt-PT/topic.json +++ b/public/language/pt-PT/topic.json @@ -35,6 +35,7 @@ "pinned": "Afixado", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Movido", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/ro/topic.json b/public/language/ro/topic.json index 8296650847..ab684b1030 100644 --- a/public/language/ro/topic.json +++ b/public/language/ro/topic.json @@ -35,6 +35,7 @@ "pinned": "Pinned", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Moved", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/ru/topic.json b/public/language/ru/topic.json index 499768dbe3..f6f0e56c9b 100644 --- a/public/language/ru/topic.json +++ b/public/language/ru/topic.json @@ -35,6 +35,7 @@ "pinned": "Прикреплена", "pinned-with-expiry": "Закреплен до %1", "scheduled": "Запланировано", + "deleted": "Deleted", "moved": "Перенесена", "moved-from": "Перенесено с %1", "copy-code": "Copy Code", diff --git a/public/language/rw/topic.json b/public/language/rw/topic.json index d022456122..dd03f73e7e 100644 --- a/public/language/rw/topic.json +++ b/public/language/rw/topic.json @@ -35,6 +35,7 @@ "pinned": "Pinned", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Moved", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/sc/topic.json b/public/language/sc/topic.json index 143aaedd31..f8a036b91e 100644 --- a/public/language/sc/topic.json +++ b/public/language/sc/topic.json @@ -35,6 +35,7 @@ "pinned": "Pinned", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Moved", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/sk/topic.json b/public/language/sk/topic.json index b90816a923..19c50d38fb 100644 --- a/public/language/sk/topic.json +++ b/public/language/sk/topic.json @@ -35,6 +35,7 @@ "pinned": "Pripnuté", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Presunuté", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/sl/topic.json b/public/language/sl/topic.json index c342555849..aa9c733452 100644 --- a/public/language/sl/topic.json +++ b/public/language/sl/topic.json @@ -35,6 +35,7 @@ "pinned": "Pripeto", "pinned-with-expiry": "Pripeto do %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Premaknjeno", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/sq-AL/topic.json b/public/language/sq-AL/topic.json index 80b237eb68..60b085a41c 100644 --- a/public/language/sq-AL/topic.json +++ b/public/language/sq-AL/topic.json @@ -35,6 +35,7 @@ "pinned": "E fiksuar", "pinned-with-expiry": "Fiksuar deri më %1", "scheduled": "E planifikuar", + "deleted": "Deleted", "moved": "E lëvizur", "moved-from": "E lëvizur nga %1", "copy-code": "Copy Code", diff --git a/public/language/sr/topic.json b/public/language/sr/topic.json index 4ea0636a1a..d8af7e11e1 100644 --- a/public/language/sr/topic.json +++ b/public/language/sr/topic.json @@ -35,6 +35,7 @@ "pinned": "Закачено", "pinned-with-expiry": "Закачено до %1", "scheduled": "Планирано", + "deleted": "Deleted", "moved": "Премештено", "moved-from": "Премештено из %1", "copy-code": "Копирај код", diff --git a/public/language/sv/topic.json b/public/language/sv/topic.json index 6f99844bd0..49a20d1abb 100644 --- a/public/language/sv/topic.json +++ b/public/language/sv/topic.json @@ -35,6 +35,7 @@ "pinned": "Fäst", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Flyttad", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/th/topic.json b/public/language/th/topic.json index 246f4d09e7..b5bb04833d 100644 --- a/public/language/th/topic.json +++ b/public/language/th/topic.json @@ -35,6 +35,7 @@ "pinned": "ถูกปักหมุด", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "ถูกย้าย", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/tr/topic.json b/public/language/tr/topic.json index dcfc419c11..60cd7ba8ab 100644 --- a/public/language/tr/topic.json +++ b/public/language/tr/topic.json @@ -35,6 +35,7 @@ "pinned": "Sabitlendi", "pinned-with-expiry": "%1 tarihine kadar sabitlendi", "scheduled": "Konu Zamanlandı", + "deleted": "Deleted", "moved": "Taşındı", "moved-from": "Şuradan taşındı: %1", "copy-code": "Kodu kopyala", diff --git a/public/language/uk/topic.json b/public/language/uk/topic.json index a9ee750909..4e8447bb30 100644 --- a/public/language/uk/topic.json +++ b/public/language/uk/topic.json @@ -35,6 +35,7 @@ "pinned": "Закріплена", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "Переміщена", "moved-from": "Moved from %1", "copy-code": "Copy Code", diff --git a/public/language/vi/topic.json b/public/language/vi/topic.json index 023829dacf..331e3794ad 100644 --- a/public/language/vi/topic.json +++ b/public/language/vi/topic.json @@ -35,6 +35,7 @@ "pinned": "Đã ghim", "pinned-with-expiry": "Được ghim cho đến %1", "scheduled": "Lên kế hoạch", + "deleted": "Deleted", "moved": "Chuyển đi", "moved-from": "Đã chuyển từ %1", "copy-code": "Sao Chép Mã", diff --git a/public/language/zh-CN/topic.json b/public/language/zh-CN/topic.json index f4cf25bccc..4bd2cb34d2 100644 --- a/public/language/zh-CN/topic.json +++ b/public/language/zh-CN/topic.json @@ -35,6 +35,7 @@ "pinned": "已固定", "pinned-with-expiry": "置顶直到 %1", "scheduled": "已定时", + "deleted": "Deleted", "moved": "已移动", "moved-from": "移自%1版", "copy-code": "复制代码", diff --git a/public/language/zh-TW/topic.json b/public/language/zh-TW/topic.json index 82284d8944..ded9f8959f 100644 --- a/public/language/zh-TW/topic.json +++ b/public/language/zh-TW/topic.json @@ -35,6 +35,7 @@ "pinned": "已置頂", "pinned-with-expiry": "Pinned until %1", "scheduled": "Scheduled", + "deleted": "Deleted", "moved": "已移動", "moved-from": "Moved from %1", "copy-code": "Copy Code", From 35e98a9f6164816ce994ce36589eeb7aef0b46c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 7 Feb 2024 11:22:03 -0500 Subject: [PATCH 4/6] chore: up harmony --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index abc6c2b555..cef59f7d82 100644 --- a/install/package.json +++ b/install/package.json @@ -103,7 +103,7 @@ "nodebb-plugin-ntfy": "1.7.3", "nodebb-plugin-spam-be-gone": "2.2.0", "nodebb-rewards-essentials": "1.0.0", - "nodebb-theme-harmony": "1.2.20", + "nodebb-theme-harmony": "1.2.21", "nodebb-theme-lavender": "7.1.7", "nodebb-theme-peace": "2.2.0", "nodebb-theme-persona": "13.3.4", From 523f7ace975380a366baaa19f6f28313dec73ec8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 11:23:46 -0500 Subject: [PATCH 5/6] fix(deps): update dependency ace-builds to v1.32.6 (#12332) 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 cef59f7d82..868fe5c30c 100644 --- a/install/package.json +++ b/install/package.json @@ -34,7 +34,7 @@ "@fortawesome/fontawesome-free": "6.5.1", "@isaacs/ttlcache": "1.4.1", "@popperjs/core": "2.11.8", - "ace-builds": "1.32.5", + "ace-builds": "1.32.6", "archiver": "6.0.1", "async": "3.2.5", "autoprefixer": "10.4.17", From e240d0f92ca7298baf09231e8cb4c78ad80910f3 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 7 Feb 2024 15:07:17 -0500 Subject: [PATCH 6/6] fix: move winston logging for plugin hook firing to debug level --- src/plugins/hooks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/hooks.js b/src/plugins/hooks.js index 197af92b3d..0c2d262c5a 100644 --- a/src/plugins/hooks.js +++ b/src/plugins/hooks.js @@ -176,7 +176,7 @@ Hooks.fire = async function (hook, params) { const hookList = plugins.loadedHooks[hook]; const hookType = hook.split(':')[0]; if (global.env === 'development' && hook !== 'action:plugins.firehook' && hook !== 'filter:plugins.firehook') { - winston.verbose(`[plugins/fireHook] ${hook}`); + winston.debug(`[plugins/fireHook] ${hook}`); } if (!hookTypeToMethod[hookType]) {