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

bn_BD.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba491fb791409ff6104535371130ea48f1d9c2f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "serverinfo",
    {
    "Users" : "ব্যবহারকারী",
    "Groups" : "গোষ্ঠীসমূহ",
    "Copied!" : "অনুলিপি!",
    "Not supported!" : "সমর্থিত নয়! ",
    "Press ⌘-C to copy." : "অনুলিপি করতে ⌘-C টিপুন।",
    "Press Ctrl-C to copy." : "অনুলিপি করতে Ctrl-C টিপুন।",
    "Temperature" : "তাপমাত্রা",
    "Size:" : "আয়তনঃ",
    "Shares" : "ভাগাভাগি",
    "Type:" : "ধরণঃ",
    "Size" : "আকার",
    "Hostname" : "হোস্টনেম",
    "Files" : "ফাইল",
    "Version" : "ভার্সন",
    "Type" : "ধরণ"
},
"nplurals=2; plural=(n != 1);");