From cb1c41d1cf86f86c51a5b63d5c20a12c32e35aab Mon Sep 17 00:00:00 2001 From: Feruz M Date: Thu, 5 Mar 2026 17:43:10 +0100 Subject: [PATCH 01/79] New translations en-us.json (Spanish) --- src/config/locales/es-ES.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/config/locales/es-ES.json b/src/config/locales/es-ES.json index cfab13e1c0..0883167cff 100644 --- a/src/config/locales/es-ES.json +++ b/src/config/locales/es-ES.json @@ -153,7 +153,9 @@ "translate": "Traducir", "voice": "Voz", "boost": "impulsar", - "pin-community": "Anclar a la comunidad" + "pin-community": "Anclar a la comunidad", + "pin-reply": "Anclar comentario", + "unpin-reply": "Desanclar comentario" }, "side_menu": { "profile": "Perfil", From 9726f183123db63bccfd931d582ea1b20f6fb24f Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:22 +0100 Subject: [PATCH 02/79] Update source file en-US.json --- src/config/locales/en-US.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/config/locales/en-US.json b/src/config/locales/en-US.json index e1c966fdcf..9cf090705e 100644 --- a/src/config/locales/en-US.json +++ b/src/config/locales/en-US.json @@ -726,7 +726,8 @@ }, "report": { "confirm_report_title": "Confirm Report!", - "added": "Reported objectionable content", + "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1105,7 +1106,11 @@ "spkcc_power_up": "Stake", "vote_value": "Vote value", "nft_burn": "NFT Burned", - "delegated_hive_power": "Outgoing delegations", + "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 4ca73af1f05bd2106ce1060c61d9a39c650477e2 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:31 +0100 Subject: [PATCH 03/79] New translations en-us.json (Romanian) --- src/config/locales/ro-RO.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ro-RO.json b/src/config/locales/ro-RO.json index 16d0279458..d5e6606797 100644 --- a/src/config/locales/ro-RO.json +++ b/src/config/locales/ro-RO.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profil", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 2387068b66117a3c3d0f8ecf52fc1a7145cd8a77 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:32 +0100 Subject: [PATCH 04/79] New translations en-us.json (French) --- src/config/locales/fr-FR.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/fr-FR.json b/src/config/locales/fr-FR.json index 5e8f852a32..3aba470c22 100644 --- a/src/config/locales/fr-FR.json +++ b/src/config/locales/fr-FR.json @@ -153,7 +153,9 @@ "translate": "Traduire", "voice": "Voice", "boost": "accélérer", - "pin-community": "Épingler à la communauté" + "pin-community": "Épingler à la communauté", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profil", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirmer le Signalement !", "added": "Contenu indésirable signalé", + "failed": "Failed to report content", "confirm_report_body": "Êtes-vous sûr de vouloir signaler ?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Valeur du vote", "nft_burn": "NFT Brulé", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From f0d39e7e1130b8c5a884048b5f0e109b7695df23 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:34 +0100 Subject: [PATCH 05/79] New translations en-us.json (Spanish) --- src/config/locales/es-ES.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config/locales/es-ES.json b/src/config/locales/es-ES.json index 0883167cff..6c9fc2c596 100644 --- a/src/config/locales/es-ES.json +++ b/src/config/locales/es-ES.json @@ -727,6 +727,7 @@ "report": { "confirm_report_title": "¡Confirmar Reporte!", "added": "Contenido censurable reportado", + "failed": "Failed to report content", "confirm_report_body": "¿Estás seguro de que quieres reportar?" }, "uploads_modal": { @@ -1106,6 +1107,10 @@ "vote_value": "Valor del voto", "nft_burn": "NFT Quemado", "delegated_hive_power": "Delegaciones salientes", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GANAR PUNTOS", "name": "Puntos Ecency", From 2a24b54305ada4e8336767daa4bb77ba59ce00b0 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:35 +0100 Subject: [PATCH 06/79] New translations en-us.json (Arabic) --- src/config/locales/ar-SA.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ar-SA.json b/src/config/locales/ar-SA.json index 19574eea8c..b8dee56939 100644 --- a/src/config/locales/ar-SA.json +++ b/src/config/locales/ar-SA.json @@ -153,7 +153,9 @@ "translate": "ترجم", "voice": "Voice", "boost": "تعزيز منشورك", - "pin-community": "تثبيت للمجتمع" + "pin-community": "تثبيت للمجتمع", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "الملف الشّخصي", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "تأكيد التقرير!", "added": "المحتوى المرفوض المبلغ عنه", + "failed": "Failed to report content", "confirm_report_body": "هل أنت متأكد من أنك تريد الإبلاغ؟" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "قيمة التصويت", "nft_burn": "رموز غير قابلة للاستبدال محترقة", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 309dd3d0bdfbe372814f5201f7c30a32a72a9ea4 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:37 +0100 Subject: [PATCH 07/79] New translations en-us.json (Bulgarian) --- src/config/locales/bg-BG.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/bg-BG.json b/src/config/locales/bg-BG.json index 8bc3526770..ae37f2ffb4 100644 --- a/src/config/locales/bg-BG.json +++ b/src/config/locales/bg-BG.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "Подсилване", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Профил", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Одобри доклад!", "added": "\n30/5000\nСъобщено нежелателно съдържание", + "failed": "Failed to report content", "confirm_report_body": "Сигурен ли сте че искате да докладвате?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Стойност на гласа", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 3038db7af77f2454054ed9d627f7a42663a551e9 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:38 +0100 Subject: [PATCH 08/79] New translations en-us.json (Catalan) --- src/config/locales/ca-ES.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ca-ES.json b/src/config/locales/ca-ES.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/ca-ES.json +++ b/src/config/locales/ca-ES.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From e2d23e3c3a71170d5d718d7f58095de5a09578ce Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:39 +0100 Subject: [PATCH 09/79] New translations en-us.json (Czech) --- src/config/locales/cs-CZ.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/cs-CZ.json b/src/config/locales/cs-CZ.json index 717486da18..cf40ecc501 100644 --- a/src/config/locales/cs-CZ.json +++ b/src/config/locales/cs-CZ.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profil", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Hodnota hlasu", "nft_burn": "NFT bylo spáleno", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 37b6f060e6e531742310ac8e1df299c0d4a05ce6 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:41 +0100 Subject: [PATCH 10/79] New translations en-us.json (Danish) --- src/config/locales/da-DK.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/da-DK.json b/src/config/locales/da-DK.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/da-DK.json +++ b/src/config/locales/da-DK.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 3d789ae0a4d5bfd5254cf8769d345665f68ffb5b Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:42 +0100 Subject: [PATCH 11/79] New translations en-us.json (German) --- src/config/locales/de-DE.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/de-DE.json b/src/config/locales/de-DE.json index 9b86e88f53..0b59190193 100644 --- a/src/config/locales/de-DE.json +++ b/src/config/locales/de-DE.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "Boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profil", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Gemeldeter anstößiger Inhalt", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From e1db2bd6c10a5d0f121901ec80eeb71ac7a3356a Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:44 +0100 Subject: [PATCH 12/79] New translations en-us.json (Greek) --- src/config/locales/el-GR.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/el-GR.json b/src/config/locales/el-GR.json index be0c00df00..9ccae11c3c 100644 --- a/src/config/locales/el-GR.json +++ b/src/config/locales/el-GR.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From badda66f89f5e36f6bc97c2da5e2d2d8a24e0fb1 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:45 +0100 Subject: [PATCH 13/79] New translations en-us.json (Finnish) --- src/config/locales/fi-FI.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/fi-FI.json b/src/config/locales/fi-FI.json index 7de1f367f6..cabc6db0f2 100644 --- a/src/config/locales/fi-FI.json +++ b/src/config/locales/fi-FI.json @@ -153,7 +153,9 @@ "translate": "Käännökset", "voice": "Voice", "boost": "tehosta", - "pin-community": "Kiinnitä yhteisölle" + "pin-community": "Kiinnitä yhteisölle", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profiili", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Vahvista ilmianto!", "added": "Raportoitu kielteinen sisältö", + "failed": "Failed to report content", "confirm_report_body": "Haluatko varmasti tehdä ilmiannon?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Ääniarvo", "nft_burn": "NFT Poltettu", "delegated_hive_power": "Menevät valtuutukset", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "Lunasta pisteitä", "name": "Ecency pisteet", From 732252020391b0aedad70923d7239b7de67063fa Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:46 +0100 Subject: [PATCH 14/79] New translations en-us.json (Irish) --- src/config/locales/ga-IE.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ga-IE.json b/src/config/locales/ga-IE.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/ga-IE.json +++ b/src/config/locales/ga-IE.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 2146834f5b22bb3033c0a323372c704b0e0bcd9a Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:47 +0100 Subject: [PATCH 15/79] New translations en-us.json (Hebrew) --- src/config/locales/he-IL.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/he-IL.json b/src/config/locales/he-IL.json index 8893ca6d29..c7c3f14ba6 100644 --- a/src/config/locales/he-IL.json +++ b/src/config/locales/he-IL.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "פרופיל", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 82eb71a4b8c6588754de55b1b89015f43bb777a2 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:49 +0100 Subject: [PATCH 16/79] New translations en-us.json (Hungarian) --- src/config/locales/hu-HU.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/hu-HU.json b/src/config/locales/hu-HU.json index dd05062765..3cc6bfd17a 100644 --- a/src/config/locales/hu-HU.json +++ b/src/config/locales/hu-HU.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "felpörgetés", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profil", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Jelentett kifogásolható tartalom", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From db27dc801557b6d76359c284b168557f0e759d5b Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:50 +0100 Subject: [PATCH 17/79] New translations en-us.json (Armenian) --- src/config/locales/hy-AM.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/hy-AM.json b/src/config/locales/hy-AM.json index 8f9911a355..3d4e5c2c4b 100644 --- a/src/config/locales/hy-AM.json +++ b/src/config/locales/hy-AM.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 69d6b839266d4664deb68018ee177e94f48eb086 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:51 +0100 Subject: [PATCH 18/79] New translations en-us.json (Italian) --- src/config/locales/it-IT.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/it-IT.json b/src/config/locales/it-IT.json index 1a13566c65..63999b8b79 100644 --- a/src/config/locales/it-IT.json +++ b/src/config/locales/it-IT.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "potenzia", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profilo", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 108d6f10d62f599d0664ecfdde9b585223736e05 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:53 +0100 Subject: [PATCH 19/79] New translations en-us.json (Japanese) --- src/config/locales/ja-JP.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ja-JP.json b/src/config/locales/ja-JP.json index 6863aee126..5b73835025 100644 --- a/src/config/locales/ja-JP.json +++ b/src/config/locales/ja-JP.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "ブースト", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "プロフィール", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From b6643d5b15609d07f8fda9d51df3952ca0a964b4 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:54 +0100 Subject: [PATCH 20/79] New translations en-us.json (Georgian) --- src/config/locales/ka-GE.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ka-GE.json b/src/config/locales/ka-GE.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/ka-GE.json +++ b/src/config/locales/ka-GE.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From fd1fa3312a9e0a01dfbe94c88e50e1c1b07bd7c8 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:55 +0100 Subject: [PATCH 21/79] New translations en-us.json (Korean) --- src/config/locales/ko-KR.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ko-KR.json b/src/config/locales/ko-KR.json index 957a141270..74a8e498c4 100644 --- a/src/config/locales/ko-KR.json +++ b/src/config/locales/ko-KR.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "후원", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "프로필", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "신고 확인!", "added": "신고된 불쾌한 콘텐츠", + "failed": "Failed to report content", "confirm_report_body": "정말 신고하시겠습니까?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "보팅 가치", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 60b56db9db2b7fd3dcbe2cc77c2834f24560be65 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:57 +0100 Subject: [PATCH 22/79] New translations en-us.json (Kurdish) --- src/config/locales/ku-TR.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ku-TR.json b/src/config/locales/ku-TR.json index 141f59d2ed..c1f76ac261 100644 --- a/src/config/locales/ku-TR.json +++ b/src/config/locales/ku-TR.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "zêde bike", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profîl", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 7d23984c3450b3a5f6c08ebef3b29533fe615957 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:58 +0100 Subject: [PATCH 23/79] New translations en-us.json (Lithuanian) --- src/config/locales/lt-LT.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/lt-LT.json b/src/config/locales/lt-LT.json index ae60973992..e9b40591be 100644 --- a/src/config/locales/lt-LT.json +++ b/src/config/locales/lt-LT.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "sustiprink", - "pin-community": "Prisegti prie bendruomenės" + "pin-community": "Prisegti prie bendruomenės", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profilis", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Patvirtinkite skundą!", "added": "Pranešta apie nepageidaujamą turinį", + "failed": "Failed to report content", "confirm_report_body": "Ar tikrai norite pateikti skundą?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Balso vertė", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From b4438bb3102070c5eff2188edc56caca756f6a4e Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:20:59 +0100 Subject: [PATCH 24/79] New translations en-us.json (Macedonian) --- src/config/locales/mk-MK.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/mk-MK.json b/src/config/locales/mk-MK.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/mk-MK.json +++ b/src/config/locales/mk-MK.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From cf85c9a088798ba6b8649a80f5ff11a11cc775c5 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:00 +0100 Subject: [PATCH 25/79] New translations en-us.json (Mongolian) --- src/config/locales/mn-MN.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/mn-MN.json b/src/config/locales/mn-MN.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/mn-MN.json +++ b/src/config/locales/mn-MN.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 40455568a24a2730ce10942974ffabd8ff85cf5b Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:02 +0100 Subject: [PATCH 26/79] New translations en-us.json (Dutch) --- src/config/locales/nl-NL.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/nl-NL.json b/src/config/locales/nl-NL.json index 9edbf851ad..1953c8b3c3 100644 --- a/src/config/locales/nl-NL.json +++ b/src/config/locales/nl-NL.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profiel", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 05526b8ba03078de1fae310890cbeebe462ee199 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:03 +0100 Subject: [PATCH 27/79] New translations en-us.json (Norwegian) --- src/config/locales/no-NO.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/no-NO.json b/src/config/locales/no-NO.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/no-NO.json +++ b/src/config/locales/no-NO.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 713dc6941dbbfacd2a8087a54fb59f29c0cb3baa Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:04 +0100 Subject: [PATCH 28/79] New translations en-us.json (Punjabi) --- src/config/locales/pa-IN.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/pa-IN.json b/src/config/locales/pa-IN.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/pa-IN.json +++ b/src/config/locales/pa-IN.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 5387f5841c0c0a3da042585e7b7c2493163c47cc Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:05 +0100 Subject: [PATCH 29/79] New translations en-us.json (Polish) --- src/config/locales/pl-PL.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/pl-PL.json b/src/config/locales/pl-PL.json index 6e3345371e..54d9a8b627 100644 --- a/src/config/locales/pl-PL.json +++ b/src/config/locales/pl-PL.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "podbij", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profil", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Zgłoszone zastrzeżone treści", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 87939f6b81bdfe1896a3f1c11da19693a185c772 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:07 +0100 Subject: [PATCH 30/79] New translations en-us.json (Portuguese) --- src/config/locales/pt-PT.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/pt-PT.json b/src/config/locales/pt-PT.json index 39ec915679..0fdd3833e1 100644 --- a/src/config/locales/pt-PT.json +++ b/src/config/locales/pt-PT.json @@ -153,7 +153,9 @@ "translate": "Traduzir", "voice": "Voice", "boost": "reforço", - "pin-community": "Fixar na comunidade" + "pin-community": "Fixar na comunidade", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Perfil", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirmar Relatório!", "added": "Conteúdo questionável reportado", + "failed": "Failed to report content", "confirm_report_body": "Tem certeza que quer denunciar?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Valor do voto", "nft_burn": "NFT Queimado", "delegated_hive_power": "Delegações realizadas", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From f9fd0393677b124b1905d3b4ac6e8151bf265dad Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:08 +0100 Subject: [PATCH 31/79] New translations en-us.json (Russian) --- src/config/locales/ru-RU.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ru-RU.json b/src/config/locales/ru-RU.json index b219b121d9..de1a2ee08f 100644 --- a/src/config/locales/ru-RU.json +++ b/src/config/locales/ru-RU.json @@ -153,7 +153,9 @@ "translate": "Перевод", "voice": "Voice", "boost": "усилить", - "pin-community": "Закрепить в сообществе" + "pin-community": "Закрепить в сообществе", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Профиль", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Подтвердить Жалобу!", "added": "Было сообщено о нежелательном содержании", + "failed": "Failed to report content", "confirm_report_body": "Вы уверены, что хотите подать жалобу?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Величина голоса", "nft_burn": "NFT сожжены", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From f966cde326cede45e51476525571480cf770992c Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:09 +0100 Subject: [PATCH 32/79] New translations en-us.json (Slovak) --- src/config/locales/sk-SK.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/sk-SK.json b/src/config/locales/sk-SK.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/sk-SK.json +++ b/src/config/locales/sk-SK.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 4dc173195848c31ac7236431099b4bf74e9d236d Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:11 +0100 Subject: [PATCH 33/79] New translations en-us.json (Slovenian) --- src/config/locales/sl-SI.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/sl-SI.json b/src/config/locales/sl-SI.json index cfc3416423..483f05cbf6 100644 --- a/src/config/locales/sl-SI.json +++ b/src/config/locales/sl-SI.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 8a2fd2af72bd8c9ce542b0fea663ce153fb22dcd Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:12 +0100 Subject: [PATCH 34/79] New translations en-us.json (Albanian) --- src/config/locales/sq-AL.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/sq-AL.json b/src/config/locales/sq-AL.json index 8f9911a355..3d4e5c2c4b 100644 --- a/src/config/locales/sq-AL.json +++ b/src/config/locales/sq-AL.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From f9504b5b094c2ea8b55105e664ce60a178022901 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:13 +0100 Subject: [PATCH 35/79] New translations en-us.json (Swedish) --- src/config/locales/sv-SE.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/sv-SE.json b/src/config/locales/sv-SE.json index d5fbe4407e..bb39a79533 100644 --- a/src/config/locales/sv-SE.json +++ b/src/config/locales/sv-SE.json @@ -153,7 +153,9 @@ "translate": "Översätt", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profil", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 034c184910237b2f94b0ca398cf6caee4d4c0264 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:15 +0100 Subject: [PATCH 36/79] New translations en-us.json (Turkish) --- src/config/locales/tr-TR.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/tr-TR.json b/src/config/locales/tr-TR.json index a95df7735a..c7f0007cf6 100644 --- a/src/config/locales/tr-TR.json +++ b/src/config/locales/tr-TR.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "yükselt", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profil", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Raporu Onayla!", "added": "Bildirilen sakıncalı içerik", + "failed": "Failed to report content", "confirm_report_body": "Raporlamak istediğinize emin misiniz?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 74b5005cc2c45f56f47138f9583c8e40b0cf3df6 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:16 +0100 Subject: [PATCH 37/79] New translations en-us.json (Ukrainian) --- src/config/locales/uk-UA.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/uk-UA.json b/src/config/locales/uk-UA.json index 0bc2203f70..07fd9c5bac 100644 --- a/src/config/locales/uk-UA.json +++ b/src/config/locales/uk-UA.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "підсилити", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Профіль", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Сила голосу", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 8aaa32f8daf690b3dccc1e2b623b11abde64a50c Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:17 +0100 Subject: [PATCH 38/79] New translations en-us.json (Chinese Simplified) --- src/config/locales/zh-CN.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/zh-CN.json b/src/config/locales/zh-CN.json index a78c6b6e9e..3196d004cc 100644 --- a/src/config/locales/zh-CN.json +++ b/src/config/locales/zh-CN.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "推荐", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "个人资料", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "点赞价值", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 330e0a510a46ba981d5790f27d500957eaab5c90 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:18 +0100 Subject: [PATCH 39/79] New translations en-us.json (Chinese Traditional) --- src/config/locales/zh-TW.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/zh-TW.json b/src/config/locales/zh-TW.json index 1233f1a178..503bf481ad 100644 --- a/src/config/locales/zh-TW.json +++ b/src/config/locales/zh-TW.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "推薦", - "pin-community": "置頂于社群" + "pin-community": "置頂于社群", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "個人檔案", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "內容已經被投報或投訴", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "估計點贊價值", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From fc6af5ecc4256cd990e46da3c204c34650fc5b08 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:20 +0100 Subject: [PATCH 40/79] New translations en-us.json (Urdu (Pakistan)) --- src/config/locales/ur-PK.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ur-PK.json b/src/config/locales/ur-PK.json index e415049a20..2afae4a406 100644 --- a/src/config/locales/ur-PK.json +++ b/src/config/locales/ur-PK.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 8447b492ada54f5ba8e87ce38b1c00eca83ced62 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:21 +0100 Subject: [PATCH 41/79] New translations en-us.json (Vietnamese) --- src/config/locales/vi-VN.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/vi-VN.json b/src/config/locales/vi-VN.json index e2d8e6d596..0f87b07e18 100644 --- a/src/config/locales/vi-VN.json +++ b/src/config/locales/vi-VN.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Hồ sơ", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From ae994a6aeb7707e0fe899af3494b54cfb993f398 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:22 +0100 Subject: [PATCH 42/79] New translations en-us.json (Galician) --- src/config/locales/gl-ES.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/gl-ES.json b/src/config/locales/gl-ES.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/gl-ES.json +++ b/src/config/locales/gl-ES.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From eee27719739352c6651266d86bb30cb8519bb3e0 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:23 +0100 Subject: [PATCH 43/79] New translations en-us.json (Icelandic) --- src/config/locales/is-IS.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/is-IS.json b/src/config/locales/is-IS.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/is-IS.json +++ b/src/config/locales/is-IS.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 28161c7482bccd1ae151b1ab7ad63726f3a95f5f Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:25 +0100 Subject: [PATCH 44/79] New translations en-us.json (Indonesian) --- src/config/locales/id-ID.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/id-ID.json b/src/config/locales/id-ID.json index 9a6ec3d8e2..7f52e9357d 100644 --- a/src/config/locales/id-ID.json +++ b/src/config/locales/id-ID.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "menaikkan", - "pin-community": "Semat untuk komunitas" + "pin-community": "Semat untuk komunitas", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profil", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Konfirmasi Laporan!", "added": "Konten yang tidak pantas dilaporkan", + "failed": "Failed to report content", "confirm_report_body": "Yakin mau membuat laporan?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Nilai Voting", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From d7f692fbab23fea16f2041d4d271ae38490a2dd1 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:26 +0100 Subject: [PATCH 45/79] New translations en-us.json (Persian) --- src/config/locales/fa-IR.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/fa-IR.json b/src/config/locales/fa-IR.json index 52fe7501cc..cc7ce2977f 100644 --- a/src/config/locales/fa-IR.json +++ b/src/config/locales/fa-IR.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "ارتقاء", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "نمایه", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "محتوای قابل اعتراض گزارش شده است", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 0ceb0e966f40537dbca95e7fb9393e80d22f698e Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:27 +0100 Subject: [PATCH 46/79] New translations en-us.json (Tamil) --- src/config/locales/ta-IN.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ta-IN.json b/src/config/locales/ta-IN.json index 59ff2b486d..4d660206aa 100644 --- a/src/config/locales/ta-IN.json +++ b/src/config/locales/ta-IN.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 8b93a2576b2eeb5372b09e2b620f4a682a35778d Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:28 +0100 Subject: [PATCH 47/79] New translations en-us.json (Spanish, Argentina) --- src/config/locales/es-AR.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/es-AR.json b/src/config/locales/es-AR.json index aa1fe658ae..82d398f131 100644 --- a/src/config/locales/es-AR.json +++ b/src/config/locales/es-AR.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 092e6c2fc2c3e5fa3a5ce7b3f9ce276db5d49c0e Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:29 +0100 Subject: [PATCH 48/79] New translations en-us.json (Spanish, Mexico) --- src/config/locales/es-MX.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/es-MX.json b/src/config/locales/es-MX.json index 6550ec26a5..74aaa9bd10 100644 --- a/src/config/locales/es-MX.json +++ b/src/config/locales/es-MX.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From c7d08e6c1d4b7ec48eafad4a1799d12f8e34afa5 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:30 +0100 Subject: [PATCH 49/79] New translations en-us.json (Bengali) --- src/config/locales/bn-BD.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/bn-BD.json b/src/config/locales/bn-BD.json index a389311168..117efa76ad 100644 --- a/src/config/locales/bn-BD.json +++ b/src/config/locales/bn-BD.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "বুস্ট", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "প্রোফাইল", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "আপত্তিজনক কনটেন্ট প্রতিবেদন করা হয়েছে", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 169b07f9e19bd0e664d62d124f700aa12cff36f7 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:32 +0100 Subject: [PATCH 50/79] New translations en-us.json (Thai) --- src/config/locales/th-TH.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/th-TH.json b/src/config/locales/th-TH.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/th-TH.json +++ b/src/config/locales/th-TH.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 032a7516b1c28a51b776fd397d49f7f216056bf5 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:34 +0100 Subject: [PATCH 51/79] New translations en-us.json (Croatian) --- src/config/locales/hr-HR.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/hr-HR.json b/src/config/locales/hr-HR.json index 0a2981d9aa..4ec9f14ad6 100644 --- a/src/config/locales/hr-HR.json +++ b/src/config/locales/hr-HR.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profil", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 11383eaa76802dc339e39f3bfbde3f0db8c34b05 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:35 +0100 Subject: [PATCH 52/79] New translations en-us.json (Kazakh) --- src/config/locales/kk-KZ.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/kk-KZ.json b/src/config/locales/kk-KZ.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/kk-KZ.json +++ b/src/config/locales/kk-KZ.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 82263c6fe756a08769273c302e2d3849bb5ed681 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:36 +0100 Subject: [PATCH 53/79] New translations en-us.json (Estonian) --- src/config/locales/et-EE.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/et-EE.json b/src/config/locales/et-EE.json index 7b9feec8b2..0930e77f19 100644 --- a/src/config/locales/et-EE.json +++ b/src/config/locales/et-EE.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "võimenda", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profiil", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Teavitatud ebasobivast sisust", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From c9f3897eee4a9739da32a2afc5ff56755ffaf269 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:38 +0100 Subject: [PATCH 54/79] New translations en-us.json (Latvian) --- src/config/locales/lv-LV.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/lv-LV.json b/src/config/locales/lv-LV.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/lv-LV.json +++ b/src/config/locales/lv-LV.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 5c437554e3029203b847495a007012dd0f41213c Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:39 +0100 Subject: [PATCH 55/79] New translations en-us.json (Azerbaijani) --- src/config/locales/az-AZ.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/az-AZ.json b/src/config/locales/az-AZ.json index ca429bfd9c..28794836fc 100644 --- a/src/config/locales/az-AZ.json +++ b/src/config/locales/az-AZ.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "gücləndir", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profil", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Mübahisəli məzmun şikayət edildi", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 7f012afc944f8eecd7f026a2b84d228d19d1daf5 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:40 +0100 Subject: [PATCH 56/79] New translations en-us.json (Hindi) --- src/config/locales/hi-IN.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/hi-IN.json b/src/config/locales/hi-IN.json index ff8e9a9653..7519a997d4 100644 --- a/src/config/locales/hi-IN.json +++ b/src/config/locales/hi-IN.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "प्रोत्साहन", - "pin-community": "समुदाय को पिन करें" + "pin-community": "समुदाय को पिन करें", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "रुपरेखा", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "रिपोर्ट की पुष्टि करें!", "added": "आपत्तिजनक सामग्री की सूचना दी", + "failed": "Failed to report content", "confirm_report_body": "क्या आप वाकई रिपोर्ट चाहते हैं?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "वोट का मूल्य", "nft_burn": "एनएफटी जल गया", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From e5cedc533c5c81e0c48bb4d83cfbc14ee43f9709 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:42 +0100 Subject: [PATCH 57/79] New translations en-us.json (Kyrgyz) --- src/config/locales/ky-KG.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ky-KG.json b/src/config/locales/ky-KG.json index d488a079c3..4a0642157c 100644 --- a/src/config/locales/ky-KG.json +++ b/src/config/locales/ky-KG.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Колдонуучунун профили", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From bf51e4361f045885ab0cb2cd681179ecdf5e46fd Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:43 +0100 Subject: [PATCH 58/79] New translations en-us.json (Malay) --- src/config/locales/ms-MY.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ms-MY.json b/src/config/locales/ms-MY.json index a581f3f3d2..13eef1511d 100644 --- a/src/config/locales/ms-MY.json +++ b/src/config/locales/ms-MY.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profil", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From b4aae8965c2b51f7dd389788632066577a560562 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:45 +0100 Subject: [PATCH 59/79] New translations en-us.json (Esperanto) --- src/config/locales/eo-UY.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/eo-UY.json b/src/config/locales/eo-UY.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/eo-UY.json +++ b/src/config/locales/eo-UY.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 559eb5a91b6ddbc6b8cb319fef3eff8728104a4a Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:46 +0100 Subject: [PATCH 60/79] New translations en-us.json (Filipino) --- src/config/locales/fil-PH.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/fil-PH.json b/src/config/locales/fil-PH.json index 2ac493d824..2b90339642 100644 --- a/src/config/locales/fil-PH.json +++ b/src/config/locales/fil-PH.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "i-boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From a53e5384adeec0c36829d4387e9a45e60f47cfb1 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:47 +0100 Subject: [PATCH 61/79] New translations en-us.json (Tibetan) --- src/config/locales/bo-BT.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/bo-BT.json b/src/config/locales/bo-BT.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/bo-BT.json +++ b/src/config/locales/bo-BT.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From d7a6d9a70aae5c4234be81eb13a814d1c520f331 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:48 +0100 Subject: [PATCH 62/79] New translations en-us.json (Bosnian) --- src/config/locales/bs-BA.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/bs-BA.json b/src/config/locales/bs-BA.json index a89bef538b..ca99f847f0 100644 --- a/src/config/locales/bs-BA.json +++ b/src/config/locales/bs-BA.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "pojačaj", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profil", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Potvrdi prijavu!", "added": "Prijavljen neprihvatljiv sadržaj", + "failed": "Failed to report content", "confirm_report_body": "Jeste li sigurni da želite izvještaj?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 5a4ae82d2ad25bb8dd45711c0c9e53c2a083b366 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:50 +0100 Subject: [PATCH 63/79] New translations en-us.json (Uzbek) --- src/config/locales/uz-UZ.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/uz-UZ.json b/src/config/locales/uz-UZ.json index e12a739476..9a85b049de 100644 --- a/src/config/locales/uz-UZ.json +++ b/src/config/locales/uz-UZ.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "kuchaytirish", - "pin-community": "Guruhga qadash" + "pin-community": "Guruhga qadash", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profil", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Xabarni tasdiqlash!", "added": "Nomaqbul kontent haqida xabar berilgan", + "failed": "Failed to report content", "confirm_report_body": "Haqiqatan ham xabar berishni xohlaysizmi?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Ovoz kuchi", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From d799b4319b199fdc8dc76095673eda05957b7a80 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:51 +0100 Subject: [PATCH 64/79] New translations en-us.json (Assamese) --- src/config/locales/as-IN.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/as-IN.json b/src/config/locales/as-IN.json index 5ed39ac042..17156894d1 100644 --- a/src/config/locales/as-IN.json +++ b/src/config/locales/as-IN.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From b4c68662871913d1ef92edca9661bd72c8ed8da0 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:52 +0100 Subject: [PATCH 65/79] New translations en-us.json (Swahili) --- src/config/locales/sw-KE.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/sw-KE.json b/src/config/locales/sw-KE.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/sw-KE.json +++ b/src/config/locales/sw-KE.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 025ea13629a3f65851c107978747da2060a59639 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:53 +0100 Subject: [PATCH 66/79] New translations en-us.json (Serbian (Latin)) --- src/config/locales/sr-CS.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/sr-CS.json b/src/config/locales/sr-CS.json index 118f011d7f..61efd42c4c 100644 --- a/src/config/locales/sr-CS.json +++ b/src/config/locales/sr-CS.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "pojačaj", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profil", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Prijavljeni neprimereni sadržaj", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 1b1504384ee331211e2696f9969a6b5ea38b0756 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:55 +0100 Subject: [PATCH 67/79] New translations en-us.json (Nepali) --- src/config/locales/ne-NP.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ne-NP.json b/src/config/locales/ne-NP.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/ne-NP.json +++ b/src/config/locales/ne-NP.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From b38adddb5b34a3b1b24d22d72495108e87b42bea Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:56 +0100 Subject: [PATCH 68/79] New translations en-us.json (Tajik) --- src/config/locales/tg-TJ.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/tg-TJ.json b/src/config/locales/tg-TJ.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/tg-TJ.json +++ b/src/config/locales/tg-TJ.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 45618848750ce0369db47ed5dc2a4905c29f039b Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:57 +0100 Subject: [PATCH 69/79] New translations en-us.json (Yoruba) --- src/config/locales/yo-NG.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/yo-NG.json b/src/config/locales/yo-NG.json index eb32c40917..a680218b71 100644 --- a/src/config/locales/yo-NG.json +++ b/src/config/locales/yo-NG.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profaili", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 4960fce6909473bda746f76493dc30abcb368c15 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:58 +0100 Subject: [PATCH 70/79] New translations en-us.json (Cebuano) --- src/config/locales/ceb-PH.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ceb-PH.json b/src/config/locales/ceb-PH.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/ceb-PH.json +++ b/src/config/locales/ceb-PH.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 3b919ff294516b9acba19ea2f45a8c4ff92fcc0a Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:21:59 +0100 Subject: [PATCH 71/79] New translations en-us.json (Kashmiri) --- src/config/locales/ks-IN.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ks-IN.json b/src/config/locales/ks-IN.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/ks-IN.json +++ b/src/config/locales/ks-IN.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 0d7fa00b11729da000914b3419c53ed3b1be4186 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:22:01 +0100 Subject: [PATCH 72/79] New translations en-us.json (Turkmen) --- src/config/locales/tk-TM.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/tk-TM.json b/src/config/locales/tk-TM.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/tk-TM.json +++ b/src/config/locales/tk-TM.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 8d2ad2247d83ba1a81485cc29a9084b968490a9e Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:22:02 +0100 Subject: [PATCH 73/79] New translations en-us.json (Sanskrit) --- src/config/locales/sa-IN.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/sa-IN.json b/src/config/locales/sa-IN.json index 295ba44d56..c3fad362e0 100644 --- a/src/config/locales/sa-IN.json +++ b/src/config/locales/sa-IN.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From dc70ff5d8c97fe672e6ee88bf7574f8b1a62d3af Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:22:03 +0100 Subject: [PATCH 74/79] New translations en-us.json (Nigerian Pidgin) --- src/config/locales/pcm-NG.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/pcm-NG.json b/src/config/locales/pcm-NG.json index 4072d3c73c..c83bf1b43b 100644 --- a/src/config/locales/pcm-NG.json +++ b/src/config/locales/pcm-NG.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "give am push", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Your informate", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Tell Oga dem for dis content wey dey objectionable", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 377f56a816e3980574d3d0572d1e0642eb064c7b Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:22:04 +0100 Subject: [PATCH 75/79] New translations en-us.json (Gothic) --- src/config/locales/got-DE.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/got-DE.json b/src/config/locales/got-DE.json index c3e74117bf..7be5e8e7f7 100644 --- a/src/config/locales/got-DE.json +++ b/src/config/locales/got-DE.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 51b838dfb24496bfb5784ec27add00058095baa4 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:22:06 +0100 Subject: [PATCH 76/79] New translations en-us.json (Kabyle) --- src/config/locales/kab-KAB.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/kab-KAB.json b/src/config/locales/kab-KAB.json index 27930469b7..526c5d07a7 100644 --- a/src/config/locales/kab-KAB.json +++ b/src/config/locales/kab-KAB.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Amaɣnu", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From b519808c2cfca83b26feae48670d4d32a267ccc0 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:22:07 +0100 Subject: [PATCH 77/79] New translations en-us.json (Urdu (India)) --- src/config/locales/ur-IN.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ur-IN.json b/src/config/locales/ur-IN.json index e415049a20..2afae4a406 100644 --- a/src/config/locales/ur-IN.json +++ b/src/config/locales/ur-IN.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profile", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From 8807918c5911810346977c03adfb9162fd7eacfd Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 12:22:08 +0100 Subject: [PATCH 78/79] New translations en-us.json (Acehnese) --- src/config/locales/ac-ace.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ac-ace.json b/src/config/locales/ac-ace.json index 527134a354..16accaf25a 100644 --- a/src/config/locales/ac-ace.json +++ b/src/config/locales/ac-ace.json @@ -153,7 +153,9 @@ "translate": "Translate", "voice": "Voice", "boost": "boost", - "pin-community": "Pin to community" + "pin-community": "Pin to community", + "pin-reply": "Pin comment", + "unpin-reply": "Unpin comment" }, "side_menu": { "profile": "Profil", @@ -725,6 +727,7 @@ "report": { "confirm_report_title": "Confirm Report!", "added": "Reported objectionable content", + "failed": "Failed to report content", "confirm_report_body": "Are you sure you want report?" }, "uploads_modal": { @@ -1104,6 +1107,10 @@ "vote_value": "Vote value", "nft_burn": "NFT Burned", "delegated_hive_power": "Outgoing delegations", + "expiring": "Expiring", + "expiring_soon": "Expiring soon", + "time_remaining_days": "{days}d {hours}h remaining", + "time_remaining_hours": "{hours}h {mins}m remaining", "POINTS": { "buy": "GET POINTS", "name": "Ecency Points", From c1bc8da9cfb1ab5ab6197edb08d6eb31f2e47a24 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 6 Mar 2026 23:26:34 +0100 Subject: [PATCH 79/79] New translations en-us.json (Spanish) --- src/config/locales/es-ES.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/config/locales/es-ES.json b/src/config/locales/es-ES.json index 6c9fc2c596..767a4b4baf 100644 --- a/src/config/locales/es-ES.json +++ b/src/config/locales/es-ES.json @@ -727,7 +727,7 @@ "report": { "confirm_report_title": "¡Confirmar Reporte!", "added": "Contenido censurable reportado", - "failed": "Failed to report content", + "failed": "Error al reportar el contenido", "confirm_report_body": "¿Estás seguro de que quieres reportar?" }, "uploads_modal": { @@ -1107,10 +1107,10 @@ "vote_value": "Valor del voto", "nft_burn": "NFT Quemado", "delegated_hive_power": "Delegaciones salientes", - "expiring": "Expiring", - "expiring_soon": "Expiring soon", - "time_remaining_days": "{days}d {hours}h remaining", - "time_remaining_hours": "{hours}h {mins}m remaining", + "expiring": "Expirando", + "expiring_soon": "Expirará pronto", + "time_remaining_days": "{days}d {hours}h restantes", + "time_remaining_hours": "{hours}h {mins}m restantes", "POINTS": { "buy": "GANAR PUNTOS", "name": "Puntos Ecency",