nextcloud/apps/comments/l10n/sq.js

32 lines
1.6 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2019-02-27 04:12:05 +03:00
"Comments" : "Komente",
"You commented" : "Komentuat",
"%1$s commented" : "%1$s komentoi",
"{author} commented" : "{autori} u komentua",
"You commented on %1$s" : "Ju komentuat në %1$s",
"You commented on {file}" : "Ju komentuat në {file}",
"%1$s commented on %2$s" : "%1$s komentoi te %2$s",
"{author} commented on {file}" : "{author} komentoi në {file}",
"<strong>Comments</strong> for files" : "<strong>Komente</strong> për skedarët",
"{user} mentioned you in a comment on “{file}”" : "{user} ju ka përmendur në një koment në “{file}”",
2018-04-12 03:19:20 +03:00
"Edit comment" : "Përpunoni komentin",
2016-02-17 09:56:11 +03:00
"Delete comment" : "Fshije komentin",
2020-10-21 05:18:44 +03:00
"No comments yet, start the conversation!" : "Akoma asnjë koment, fillo një bisedë!",
"Retry" : "Riprovoni",
"_%n unread comment_::_%n unread comments_" : ["%n komente të palexuara","%n komente të palexuara "],
"Comment" : "Koment",
2018-04-12 03:19:20 +03:00
"New comment …" : "Koment i ri ...",
2016-02-17 09:56:11 +03:00
"Post" : "Postoje",
"Cancel" : "Anuloje",
"[Deleted user]" : "[Përdorues i fshirë]",
2016-11-26 04:06:57 +03:00
"More comments …" : "Më shumë komente ...",
2016-02-17 09:56:11 +03:00
"Save" : "Ruaje",
"Allowed characters {count} of {max}" : "Shenja të lejuara {count} nga {max}",
2019-12-22 05:28:34 +03:00
"Error occurred while retrieving comment with ID {id}" : "Ndodhi një gabim gjatë rimarrjes së komentit me ID {id}",
2016-12-20 15:02:31 +03:00
"Error occurred while updating comment with id {id}" : "Ndodhi një gabim teksa përditësohej komenti me id {id}",
2020-10-21 05:18:44 +03:00
"Error occurred while posting comment" : "Ndodhi një gabim teksa postohej komenti"
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n != 1);");