nextcloud/apps/comments/l10n/sr.js

35 lines
2.7 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"comments",
{
"Comments" : "Коментари",
"Unknown user" : "Непознат корисник",
"New comment …" : "Нови коментар …",
"Delete comment" : "Обриши коментар",
"Post" : "Објави",
"Cancel" : "Откажи",
"Edit comment" : "Измени коментар",
"[Deleted user]" : "[Обрисан корисник]",
"No comments yet, start the conversation!" : "Тренутно нема коментара. Започните дискусију",
"More comments …" : "Преостали коментари …",
"Save" : "Сачувај",
"Allowed characters {count} of {max}" : "Дозвољених {count} знакова од {max}",
"Error occurred while retrieving comment with id {id}" : "Дошло је до грешке при прегледу коментара ознаке {id}",
"Error occurred while updating comment with id {id}" : "Дошло је до грешке при преправци коментара ознаке {id}",
"Error occurred while posting comment" : "Дошло је до грешке при објави коментара",
"_%n unread comment_::_%n unread comments_" : ["%nнепрочитани коментар","%nнепрочитана коментара ","%n непрочитаних коментара"],
"Comment" : "Коментар",
"You commented" : "Искоментарисали сте",
"%1$s commented" : "%1$s коментарисао",
"{author} commented" : "{author} коментарисао",
"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> на фајлове",
"A (now) deleted user mentioned you in a comment on “%s”" : "(Сада) обрисани корисник Вас је поменуо у коментару на “%s”",
"A (now) deleted user mentioned you in a comment on “{file}”" : "(Сада) обрисани корисник Вас је поменуо у коментару на “{file}”",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s Вас је поменуо у коментару на \"%2$s\"",
"{user} mentioned you in a comment on “{file}”" : "{user} Вас је поменуо у коментару на “{file}”"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");