diff options
Diffstat (limited to 'apps/comments/l10n/pt_PT.js')
-rw-r--r-- | apps/comments/l10n/pt_PT.js | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/apps/comments/l10n/pt_PT.js b/apps/comments/l10n/pt_PT.js index 2ea2ea88823..235e5cd5e3e 100644 --- a/apps/comments/l10n/pt_PT.js +++ b/apps/comments/l10n/pt_PT.js @@ -15,19 +15,20 @@ OC.L10N.register( "Files app plugin to add comments to files" : "Plugin de aplicação de ficheiros para adicionar comentários aos ficheiros", "Edit comment" : "Editar comentário", "Delete comment" : "Eliminar comentário", + "No comments yet, start the conversation!" : "Ainda sem comentários, inicie uma conversação!", + "Retry" : "Repetir", + "_%n unread comment_::_%n unread comments_" : ["%n comentários por ler","%n comentários por ler"], + "_1 new comment_::_{unread} new comments_" : ["1 novo comentário","{unread} novos comentários"], + "Comment" : "Comentário", "New comment …" : "Novo comentário …", "Post" : "Publicar", "Cancel" : "Cancelar", "[Deleted user]" : "[Utilizador eliminado]", - "No comments yet, start the conversation!" : "Ainda sem comentários, inicie uma conversação!", "More comments …" : "Mais comentários ...", "Save" : "Guardar", "Allowed characters {count} of {max}" : "{count} de {max} caracteres restantes", "Error occurred while retrieving comment with ID {id}" : "Ocorreu um erro durante a obtenção do comentário com ID {id}", "Error occurred while updating comment with id {id}" : "Ocorreu um erro ao tentar atualizar o comentário com o id {id}", - "Error occurred while posting comment" : "Ocorreu um erro ao tentar publicar o comentário", - "_%n unread comment_::_%n unread comments_" : ["%n comentários por ler","%n comentários por ler"], - "_1 new comment_::_{unread} new comments_" : ["1 novo comentário","{unread} novos comentários"], - "Comment" : "Comentário" + "Error occurred while posting comment" : "Ocorreu um erro ao tentar publicar o comentário" }, "nplurals=2; plural=(n != 1);"); |