server/apps/comments/l10n/sc.js

31 строка
1.7 KiB
JavaScript
Исходник Обычный вид История

2021-02-23 05:39:25 +03:00
OC.L10N.register(
"comments",
{
"Comments" : "Cummentos",
"You commented" : "As cummentadu",
"{author} commented" : "{author} at cummentadu",
"You commented on %1$s" : "As cummentadu in %1$s",
2021-04-08 05:24:01 +03:00
"You commented on {file}" : "As cummentadu {file}",
2021-02-23 05:39:25 +03:00
"%1$s commented on %2$s" : "%1$s at cummentadu %2$s",
2021-04-08 05:24:01 +03:00
"{author} commented on {file}" : "{author} at cummentadu {file}",
2021-02-23 05:39:25 +03:00
"<strong>Comments</strong> for files" : "<strong>Cummentos</strong> pro archìvios",
"Files app plugin to add comments to files" : "Estensione de s'aplicatzione archìvios pro agiùnghere cummentos a archìvios",
"Edit comment" : "Modìfica cummentu",
"Delete comment" : "Cantzella cummentu",
"Cancel edit" : "Annulla modìfica",
"Post comment" : "Pùblica cummentu",
"No comments yet, start the conversation!" : "Ancora perunu cummentu, cumintza sa cunversatzione!",
"No more messages" : "Perunu àteru messàgiu",
"Retry" : "Torra a proare",
2021-04-20 05:25:58 +03:00
"Unable to load the comments list" : "Non faghet a carrigare sa lista de cummentos",
2021-04-08 05:24:01 +03:00
"_1 new comment_::_{unread} new comments_" : ["1 cummentu nou","{unread} cummentos noos"],
2021-02-23 05:39:25 +03:00
"Comment" : "Cummenta",
"An error occurred while trying to edit the comment" : "Ddoe at àpidu un'errore proende a modificare su cummentu",
"Comment deleted" : "Cummentu cantzelladu",
2021-06-19 05:26:44 +03:00
"An error occurred while trying to delete the comment" : "B'at àpidu un'errore proende a cantzellare su cummentu",
"An error occurred while trying to create the comment" : "B'at àpidu un'errore proende a creare su cummentu",
"%1$s commented" : "%1$s at cummentadu",
"_%n unread comment_::_%n unread comments_" : ["%n cummentu non lèghidu","%n cummentos non lèghidos"]
2021-02-23 05:39:25 +03:00
},
"nplurals=2; plural=(n != 1);");