nextcloud/apps/files_sharing/l10n/bn_IN.js

15 lines
903 B
JavaScript
Raw Normal View History

OC.L10N.register(
"files_sharing",
{
"Cancel" : "বাতিল করা",
2015-02-20 09:55:01 +03:00
"A file or folder has been <strong>shared</strong>" : "ফাইল অথবা ফোল্ডার <strong>শেয়ার করা হয়েছে</strong>",
"You shared %1$s with %2$s" : "আপনি %1$s শেয়ার করছেন %2$s এর সাথে",
"You shared %1$s with group %2$s" : "আপনি %1$s কে %2$s গ্রুপের সাথে শেয়ার করেছেন",
"You shared %1$s via link" : "আপনি লিঙ্ক দ্বারা %1$s শেয়ার করুন ",
2016-02-12 09:56:04 +03:00
"%2$s shared %1$s with you" : "%2$s শেয়ার করেছে %1$s কে আপনার সাথে ",
2015-02-20 09:55:01 +03:00
"Shares" : "শেয়ারস",
"Name" : "নাম",
"Download" : "ডাউনলোড করুন"
},
"nplurals=2; plural=(n != 1);");