nextcloud/apps/comments/l10n/si_LK.js

30 lines
2.1 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2018-04-12 03:19:20 +03:00
"Edit comment" : "අදහස වෙනස් කරන්න",
2017-10-07 03:08:31 +03:00
"Delete comment" : "අදහස් දැක්වීම මකන්න",
2018-04-12 03:19:20 +03:00
"New comment …" : "අලුත් අදහස් දැක්වීමක් ...",
2017-10-07 03:08:31 +03:00
"Post" : "ලිපියක්",
2016-02-17 09:56:11 +03:00
"Cancel" : "එපා",
2017-10-07 03:08:31 +03:00
"[Deleted user]" : "[ඉවත්කළ සේවාදායකයා]",
2018-07-26 03:12:01 +03:00
"Comments" : "අදහස් දැක්වීම්",
2017-10-07 03:08:31 +03:00
"No comments yet, start the conversation!" : "තවම අදහස් නැත. ආරම්බක අදහස ඇතුළු කරන්න !",
"More comments …" : "තවත් අදහස් ...",
"Save" : "සුරකින්න",
"Allowed characters {count} of {max}" : "අකුරු {max} න් {count} බාවිතා කර ඇත",
"Error occurred while updating comment with id {id}" : "{id} අදහස වෙනස් කිරීමේ දෝෂයක් ඇත",
"Error occurred while posting comment" : "අදහස්ගැ දැක්වීමේ ගැටළුවක් ඇත",
"Comment" : "අදහස",
"You commented" : "ඔයාගේ අදහස",
"%1$s commented" : "%1$s අදහස් දක්වා ඇත",
"{author} commented" : "{අයිතිකරු} අදහස් දක්වා ඇත",
"You commented on %1$s" : "ඔබ %1$s හි අදහස් දක්වා ඇත",
"You commented on {file}" : "ඔබ {file} හි අදහස් දක්වා ඇත",
"%1$s commented on %2$s" : "%1$s, %2$s තුල අදහස් දක්වා ඇත",
"{author} commented on {file}" : "{author}, {file} තුල අදහසක් දක්වා ඇත",
"<strong>Comments</strong> for files" : "ගොනු සදහා <strong>අදහස් </strong>",
2017-11-28 04:09:52 +03:00
"{user} mentioned you in a comment on “{file}”" : "{user} ඔබව {file} තුලදී මතක් කර ඇත",
2018-11-09 04:12:25 +03:00
"%1$s mentioned you in a comment on “%2$s”" : "%1$s ඔබව %2$s හි අදහසක මතක් කර ඇත"
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n != 1);");