зеркало из https://github.com/nextcloud/activity.git
35 строки
3.4 KiB
JavaScript
35 строки
3.4 KiB
JavaScript
OC.L10N.register(
|
|
"activity",
|
|
{
|
|
"Activity" : "நடவடிக்கை",
|
|
"Personal activity feed for %s" : "%s க்கு தனிப்பட்ட நடவடிக்கை ஃபீட்",
|
|
"Your feed URL is invalid" : "உங்களது பீட் உரலி தவறானது.",
|
|
"Your settings have been updated." : "உங்கள் அமைப்புகள் புதுப்பிக்கப்பட்டன.",
|
|
"Mail" : "மின்னஞ்சல்",
|
|
"Stream" : "தொடரோடி",
|
|
"There are no events for this filter" : "இந்த வடிகட்டலில் எந்த நிகழ்வும் இல்லை",
|
|
"Activity notification" : "நடவடிக்கை அறிவிப்பு.",
|
|
"All Activities" : "அனைத்து நடவடிக்கைகள்",
|
|
"Activities by you" : "உங்கள் நடவடிக்கைகள்",
|
|
"Activities by others" : "மற்றவர்களின் நடவடிக்கைகள்",
|
|
"%s and %s" : "%s மற்றும் %s",
|
|
", " : ",",
|
|
"_%s and %n more_::_%s and %n more_" : ["% s மற்றும்% n அதிகமாக.","% s மற்றும்% n அதிகமாக."],
|
|
"Hello %s," : "வணக்கம் %s",
|
|
"You are receiving this email because in the last hour the following things happened at %s" : "கடந்த மணி நேரம் முன்பு பின்வரும் விஷயங்கள் %s 'ல் நடந்தது , ஆகையால் நீங்கள் இந்த மின்னஞ்சலை பெறுகிறீர்கள். ",
|
|
"You are receiving this email because in the last day the following things happened at %s" : "நேற்று பின்வரும் விஷயங்கள் %s 'ல் நடந்தது , ஆகையால் நீங்கள் இந்த மின்னஞ்சலை பெறுகிறீர்கள். ",
|
|
"You are receiving this email because in the last week the following things happened at %s" : "கடந்த வாரம் பின்வரும் விஷயங்கள் %s 'ல் நடந்தது , ஆகையால் நீங்கள் இந்த மின்னஞ்சலை பெறுகிறீர்கள். ",
|
|
"* %1$s - %2$s" : "* %1$s - %2$s",
|
|
"Notifications" : "அறிவிப்புகள்",
|
|
"You need to set up your email address before you can receive notification emails." : "நீங்கள் அறிவிப்பு மின்னஞ்சல்களை பெறுவதற்கு முன் உங்கள் மின்னஞ்சல் முகவரியை பதிவு செய்ய வேண்டும்.",
|
|
"Send emails:" : "மின்னஞ்சல்களை அனுப்பவும்:",
|
|
"Hourly" : "மணிநேர",
|
|
"Daily" : "தினசரி",
|
|
"Weekly" : "வாராந்திர",
|
|
"Activity feed" : "நடவடிக்கைகள் ஃபீட்",
|
|
"Enable RSS feed" : "RSS feed 'ஐ இயக்கவும்.",
|
|
"No more events to load" : "மேலும் வேறு நிகழ்வுகள் இல்லை.",
|
|
"Files" : "கோப்புகள்"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|