Skip to content

Commit

Permalink
Enh: Updated Translations (translate.humhub.org)
Browse files Browse the repository at this point in the history
  • Loading branch information
HumHub Translations committed Sep 21, 2024
1 parent 45b97df commit 5f20ddc
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions messages/pt-BR/base.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?php

return [
'Bookmarked' => 'Favorito',
'Bookmarks' => 'Favoritos',
'Invalid content id given!' => 'Informado ID de conteúdo inválido!',
'Remove from bookmarks' => 'Remover dos favoritos',
'Save as bookmark' => 'Salvar como favorito',
'Content successfully bookmarked. You can access it directly from your profile.' => '',
'Content successfully removed from bookmarks.' => '',
'You cannot bookmark this content!' => '',
'You didn\'t save any content yet!' => '',
];
return array (
'Bookmarked' => 'Favorito',
'Bookmarks' => 'Favoritos',
'Content successfully bookmarked. You can access it directly from your profile.' => 'Conteúdo marcado com sucesso. Você pode acessá-lo diretamente do seu perfil.',
'Content successfully removed from bookmarks.' => 'Conteúdo removido com sucesso dos favoritos.',
'Invalid content id given!' => 'Informado ID de conteúdo inválido!',
'Remove from bookmarks' => 'Remover dos favoritos',
'Save as bookmark' => 'Salvar como favorito',
'You cannot bookmark this content!' => 'Você não pode marcar este conteúdo!',
'You didn\'t save any content yet!' => 'Você ainda não salvou nenhum conteúdo!',
);

0 comments on commit 5f20ddc

Please sign in to comment.