nextcloud/apps/comments/l10n/pt_PT.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
1.1 KiB
JSON
Raw Normal View History

2016-02-17 01:56:11 -05:00
{ "translations": {
2019-02-26 20:12:05 -05:00
"Comments" : "Comentários",
"You commented" : "Comentou",
"{author} commented" : "{author} comentou",
"You commented on %1$s" : "Comentaste em %1$s",
"You commented on {file}" : "Comentaste em {file}",
"%1$s commented on %2$s" : "%1$s comentou %2$s",
"{author} commented on {file}" : "{author} comentou em {file}",
"<strong>Comments</strong> for files" : "<strong>Comentários</strong> aos ficheiros",
"Files" : "Ficheiros",
2019-02-26 20:12:05 -05:00
"Files app plugin to add comments to files" : "Plugin de aplicação de ficheiros para adicionar comentários aos ficheiros",
2018-04-11 20:19:20 -04:00
"Edit comment" : "Editar comentário",
2016-06-01 01:56:03 -04:00
"Delete comment" : "Eliminar comentário",
2020-10-20 22:18:44 -04:00
"No comments yet, start the conversation!" : "Ainda sem comentários, inicie uma conversação!",
"Retry" : "Repetir",
"_1 new comment_::_{unread} new comments_" : ["1 novo comentário","{unread} novos comentários","{unread} novos comentários"],
"Comment" : "Comentário"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
2016-02-17 01:56:11 -05:00
}