Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bn_BD.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5869633094e4b98f682f945d483521a1be84d05a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "notifications",
    {
    "Hello %s" : "হ্যালো %s",
    "Hello %s," : "হেলো %s,",
    "Notifications" : "বার্তাসমূহ",
    "seconds ago" : "সেকেন্ড পূর্বে",
    "in {path}" : "{পথে}",
    "You need to set up your email address before you can receive notification emails." : "ইমেইল বারতা পাওয়ার আগে আপনাকে নিজের ইমেইল ঠিকানা নিরধারন করতে হবে৷",
    "Your settings have been updated." : "আপনার সেটিং নবায়ন করা হয়েছে৷"
},
"nplurals=2; plural=(n != 1);");