зеркало из https://github.com/nextcloud/activity.git
39 строки
2.2 KiB
JavaScript
39 строки
2.2 KiB
JavaScript
OC.L10N.register(
|
|
"activity",
|
|
{
|
|
"in {path}" : "{path} තුළ",
|
|
"Home" : "මුල් පිටුව",
|
|
"No activity yet" : "තවම ක්රියාකාරකමක් නොමැත",
|
|
"Enable notification emails" : "දැනුම්දීම් විද්යුත් තැපෑල සබල කරන්න",
|
|
"Default settings" : "සාමාන්ය සැකසුම්",
|
|
"Send activity emails" : "ක්රියාකාරකම් විද්යුත් තැපෑල යවන්න",
|
|
"As soon as possible" : "හැකි ඉක්මනින්",
|
|
"Daily" : "දිනපතා",
|
|
"Weekly" : "සතිපතා",
|
|
"Activity" : "ක්රියාකාරකම",
|
|
"Date" : "දිනය",
|
|
"File" : "ගොනුව",
|
|
"Your settings have been updated." : "ඔබගේ සැකසුම් යාවත්කාලීන කර ඇත.",
|
|
"Settings have been updated." : "සැකසුම් යාවත්කාලීන කර ඇත.",
|
|
"Recent activity" : "මෑත ක්රියාකාරකම",
|
|
"No activities" : "ක්රියාකාරකම් නැත",
|
|
"_and %n more _::_and %n more _" : ["සහ තවත් %n","සහ තවත් %n"],
|
|
"All activities" : "සියළුම ක්රියාකාරකම්",
|
|
"By others" : "අන් අය විසින්",
|
|
"By you" : "ඔබ විසින්",
|
|
"Hello %s" : "ආයුබෝවන් %s",
|
|
"Hello %s," : "ආයුබෝවන් %s,",
|
|
"Mail" : "තැපෑල",
|
|
"Notifications" : "දැනුම්දීම්",
|
|
"Today" : "අද",
|
|
"Yesterday" : "ඊයේ",
|
|
"No more events to load" : "පූරණය කිරීමට තවත් සිදුවීම් නොමැත",
|
|
"Copied!" : "පිටපත් කළා!",
|
|
"Not supported!" : "සහාය නොදක්වයි!",
|
|
"Press ⌘-C to copy." : "පිටපත් කිරීමට ⌘-C ඔබන්න.",
|
|
"Press Ctrl-C to copy." : "පිටපත් කිරීමට Ctrl-C ඔබන්න.",
|
|
"{name} (invisible)" : "{name} (නොපෙනෙන)",
|
|
"{name} (restricted)" : "{name} (සීමිත)"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|