From b76d2922c313853b6ab10b9e115ea62d3ca6b640 Mon Sep 17 00:00:00 2001 From: FahimFBA Date: Wed, 20 Nov 2024 21:53:25 +0600 Subject: [PATCH] add translation: You can't share with yourself. --- src/gui/src/i18n/translations/bn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/i18n/translations/bn.js b/src/gui/src/i18n/translations/bn.js index d524998fc..8461f7eda 100644 --- a/src/gui/src/i18n/translations/bn.js +++ b/src/gui/src/i18n/translations/bn.js @@ -368,7 +368,7 @@ const bn = { "People with access": "মানুষ যাদের প্রবেশাধিকার আছে", // In English: "People with access" "Share With…": "শেয়ার করুন...", // In English: "Share With…" "Owner": "মালিক", // In English: "Owner" - "You can't share with yourself.": undefined, // In English: "You can't share with yourself." + "You can't share with yourself.": "আপনি নিজের সাথে শেয়ার করতে পারবেন না।", // In English: "You can't share with yourself." "This user already has access to this item": undefined, // In English: "This user already has access to this item" },