nextcloud/apps/files/l10n/bn_IN.js

32 lines
2.4 KiB
JavaScript

OC.L10N.register(
"files",
{
"Could not move %s - File with this name already exists" : "%s সরানো যায়নি-এই নামে আগে থেকেই ফাইল আছে",
"Could not move %s" : "%s সরানো যায়নি",
"No file was uploaded. Unknown error" : "কোন ফাইল আপলোড করা হয় নি।অজানা ত্রুটি",
"There is no error, the file uploaded with success" : "কোন ত্রুটি নেই,ফাইল সাফল্যের সঙ্গে আপলোড করা হয়েছে",
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "আপলোড করা ফাইল-php.ini মধ্যে upload_max_filesize নির্দেশ অতিক্রম করে:",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "আপলোড করা ফাইল HTML ফর্মের জন্য MAX_FILE_SIZE নির্দেশ অতিক্রম করে",
"The uploaded file was only partially uploaded" : "আপলোড করা ফাইল শুধুমাত্র আংশিকভাবে আপলোড করা হয়েছে",
"No file was uploaded" : "কোন ফাইল আপলোড করা হয় নি",
"Missing a temporary folder" : "একটি অস্থায়ী ফোল্ডার পাওয়া যাচ্ছেনা",
"Failed to write to disk" : "ডিস্কে লিখতে ব্যর্থ",
"Not enough storage available" : "যথেষ্ট স্টোরেজ পাওয়া যায় না",
"Invalid directory." : "অবৈধ ডিরেক্টরি।",
"Files" : "ফাইলস",
"Rename" : "পুনঃনামকরণ",
"Delete" : "মুছে ফেলা",
"Pending" : "মুলতুবি",
"Error" : "ভুল",
"Name" : "নাম",
"Size" : "আকার",
"_%n folder_::_%n folders_" : ["",""],
"_%n file_::_%n files_" : ["",""],
"_Uploading %n file_::_Uploading %n files_" : ["",""],
"Save" : "সেভ",
"New folder" : "নতুন ফোল্ডার",
"Folder" : "ফোল্ডার",
"Download" : "ডাউনলোড করুন"
},
"nplurals=2; plural=(n != 1);");