From 4ca1bddbd1cc703fc7a2822a66f53db1f1a77277 Mon Sep 17 00:00:00 2001 From: Kazi Shariful Islam <96835101+kazi331@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:57:27 +0600 Subject: [PATCH] Update bn.js updated with manual translation --- src/gui/src/i18n/translations/bn.js | 36 ++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/gui/src/i18n/translations/bn.js b/src/gui/src/i18n/translations/bn.js index 6f18fd559..cf292842f 100644 --- a/src/gui/src/i18n/translations/bn.js +++ b/src/gui/src/i18n/translations/bn.js @@ -352,24 +352,24 @@ const bn = { // *********************************** // Missing translations // *********************************** - "change": undefined, // In English: "Change" - "clock_visibility": undefined, // In English: "Clock Visibility" - "password_recovery_token_invalid": undefined, // In English: "This password recovery token is no longer valid." - "password_recovery_unknown_error": undefined, // In English: "An unknown error occurred. Please try again later." - "password_required": undefined, // In English: "Password is required." - "password_strength_error": undefined, // In English: "Password must be at least 8 characters long and contain at least one uppercase letter, one lowercase letter, one number, and one special character." - "reading": undefined, // In English: "Reading %strong%" - "writing": undefined, // In English: "Writing %strong%" - "unzipping": undefined, // In English: "Unzipping %strong%" - "sequencing": undefined, // In English: "Sequencing %strong%" - "zipping": undefined, // In English: "Zipping %strong%" - "Editor": undefined, // In English: "Editor" - "Viewer": undefined, // In English: "Viewer" - "People with access": undefined, // In English: "People with access" - "Share With…": undefined, // In English: "Share With…" - "Owner": undefined, // In English: "Owner" - "You can't share with yourself.": undefined, // 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" + "change": "পরিবর্তন করুন", + "clock_visibility": "ঘড়ির দৃশ্যমানতা", + "password_recovery_token_invalid": "এই পাসওয়ার্ড পুনরুদ্ধার টোকেনটি আর সঠিক নয়।", + "password_recovery_unknown_error": "একটি অজানা ত্রুটি ঘটেছে। অনুগ্রহ করে পরে আবার চেষ্টা করুন।", + "password_required": "পাসওয়ার্ড প্রয়োজন।", + "password_strength_error": "পাসওয়ার্ড কমপক্ষে ৮ সংখার হতে হবে এবং এতে অন্তত একটি বড় হাতের অক্ষর, একটি ছোট হাতের অক্ষর, একটি সংখ্যা, এবং একটি বিশেষ অক্ষর থাকতে হবে।", + "reading": "পড়া হচ্ছে", + "writing": "লেখা হচ্ছে", + "unzipping": "আনজিপ করা হচ্ছে", + "sequencing": "ক্রমানুসারে সাজানো হচ্ছে", + "zipping": "জিপ করা হচ্ছে", + "Editor": "সম্পাদক", + "Viewer": "দর্শক", + "People with access": "যাদের অ্যাক্সেস আছে", + "Share With…": "শেয়ার করুন…", + "Owner": "মালিক", + "You can't share with yourself.": "নিজের সাথে শেয়ার করতে পারবেন না।", + "This user already has access to this item": "এই ব্যবহারকারীর ইতিমধ্যে এটাতে অ্যাক্সেস রয়েছে।" }, };