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

si.js « l10n - github.com/nextcloud/activity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 305b5728b740e24006b8bc5ca8d240ef91ecf504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
OC.L10N.register(
    "activity",
    {
    "Copied!" : "පිටපත් කළා!",
    "Not supported!" : "සහාය නොදක්වයි!",
    "Press ⌘-C to copy." : "පිටපත් කිරීමට ⌘-C ඔබන්න.",
    "Press Ctrl-C to copy." : "පිටපත් කිරීමට Ctrl-C ඔබන්න.",
    "{name} (invisible)" : "{name} (නොපෙනෙන)",
    "{name} (restricted)" : "{name} (සීමිත)",
    "Home" : "මුල් පිටුව",
    "in {path}" : "{path} තුළ",
    "Today" : "අද",
    "Yesterday" : "ඊයේ",
    "Your settings have been updated." : "ඔබගේ සැකසුම් යාවත්කාලීන කර ඇත.",
    "Settings have been updated." : "සැකසුම් යාවත්කාලීන කර ඇත.",
    "Recent activity" : "මෑත ක්‍රියාකාරකම",
    "_and %n more _::_and %n more _" : ["සහ තවත් %n","සහ තවත් %n"],
    "All activities" : "සියළුම ක්‍රියාකාරකම්",
    "By others" : "අන් අය විසින්",
    "By you" : "ඔබ විසින්",
    "Hello %s" : "ආයුබෝවන් %s",
    "Hello %s," : "ආයුබෝවන් %s,",
    "Mail" : "තැපෑල",
    "Activity" : "ක්‍රියාකාරකම",
    "Notifications" : "දැනුම්දීම්",
    "Send activity emails" : "ක්‍රියාකාරකම් විද්‍යුත් තැපෑල යවන්න",
    "As soon as possible" : "හැකි ඉක්මනින්",
    "Daily" : "දිනපතා",
    "Weekly" : "සතිපතා",
    "No activity yet" : "තවම ක්‍රියාකාරකමක් නොමැත",
    "Enable notification emails" : "දැනුම්දීම් විද්‍යුත් තැපෑල සබල කරන්න",
    "No activities" : "ක්‍රියාකාරකම් නැත",
    "Default settings" : "සාමාන්‍ය සැකසුම්",
    "No more events to load" : "පූරණය කිරීමට තවත් සිදුවීම් නොමැත",
    "Activity notification for %s" : "%s සඳහා ක්‍රියාකාරකම් දැනුම්දීම",
    "Settings" : "සැකසුම්",
    "activities" : "ක්‍රියාකාරකම්"
},
"nplurals=2; plural=(n != 1);");