Update bn.js

updated with manual translation
This commit is contained in:
Kazi Shariful Islam
2024-11-20 22:57:27 +06:00
committed by GitHub
parent 5ab87979bc
commit 4ca1bddbd1
+18 -18
View File
@@ -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": "এই ব্যবহারকারীর ইতিমধ্যে এটাতে অ্যাক্সেস রয়েছে।"
},
};