nextcloud/apps/comments/l10n/sl.js

34 lines
2.1 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" : "Opombe",
2019-11-04 05:15:26 +03:00
"You commented" : "Napišete opombo",
"%1$s commented" : "%1$s napiše opombo",
"{author} commented" : "{author} vpiše opombo",
"You commented on %1$s" : "Napišete opombo za %1$s",
"You commented on {file}" : "Napišete opombo na {file}",
"%1$s commented on %2$s" : "%1$s napiše opombo na %2$s",
"{author} commented on {file}" : "{author} napiše opombo na {file}",
2019-02-27 04:12:05 +03:00
"<strong>Comments</strong> for files" : "<strong>Opombe</strong> za datoteke",
2019-11-04 05:15:26 +03:00
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Uporabnik, ki je sicer že izbrisan, vas omeni v opombi k datoteki »{file}«.",
"{user} mentioned you in a comment on “{file}”" : "{user} vas omeni v opombi na »{file}«",
"Files app plugin to add comments to files" : "Vstavek programa Datoteke za dodajanje opomb k datotekam",
2018-04-12 03:19:20 +03:00
"Edit comment" : "Uredi opombo",
2016-02-25 09:58:06 +03:00
"Delete comment" : "Izbriši opombo",
2019-05-25 05:13:50 +03:00
"New comment …" : "Nova opomba ...",
2016-02-25 09:58:06 +03:00
"Post" : "Objavi",
2016-02-17 09:56:11 +03:00
"Cancel" : "Prekliči",
2016-02-25 09:58:06 +03:00
"[Deleted user]" : "[Izbrisan uporabnik]",
2018-09-23 03:12:30 +03:00
"No comments yet, start the conversation!" : "Ni še odzivov, bodite prvi!",
2019-05-25 05:13:50 +03:00
"More comments …" : "Več opomb ...",
2016-02-17 09:56:11 +03:00
"Save" : "Shrani",
2016-02-25 09:58:06 +03:00
"Allowed characters {count} of {max}" : "Dovoljeni znaki: {count} od {max}",
2019-11-04 05:15:26 +03:00
"Error occurred while retrieving comment with ID {id}" : "Prišlo je do napake med pridobivanjem opombe z ID {id}",
2019-05-25 05:13:50 +03:00
"Error occurred while updating comment with id {id}" : "Prišlo je do napake med posodabljanjem opombe z oznako {id}",
"Error occurred while posting comment" : "Prišlo je do napake med objavo opombe",
"_%n unread comment_::_%n unread comments_" : ["%n neprebrana opomba","%n neprebrani opombi","%n neprebrane opombe","%n neprebranih opomb"],
"_1 new comment_::_{unread} new comments_" : ["{unread} nova opomba","{unread} novi opombi","{unread} nove opombe","{unread} novih opomb"],
2019-02-27 04:12:05 +03:00
"Comment" : "Opomba"
2016-02-17 09:56:11 +03:00
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");