mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add lang
This commit is contained in:
23
resources/lang/vendor/laravel-comments/pt_PT/comments.php
vendored
Normal file
23
resources/lang/vendor/laravel-comments/pt_PT/comments.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'write_comment' => 'Deixe um comentário',
|
||||
'write_reply' => 'Deixe uma resposta',
|
||||
'cancel' => 'Cancelar',
|
||||
'edit' => 'Editar',
|
||||
'edit_comment' => 'Guardar',
|
||||
'no_comments_yet' => 'Ainda não tem comentários',
|
||||
'delete' => 'Excluir',
|
||||
'copy_link' => 'Copiar Link',
|
||||
'delete_confirmation_title' => 'Excluir comentário',
|
||||
'delete_confirmation_text' => 'Tem certeza? Esta ação é irreversível.',
|
||||
'create_reply' => 'Responder',
|
||||
'create_comment' => 'Comentar',
|
||||
'just_now' => 'Agora mesmo',
|
||||
'send_notifications' => 'Notifique-me quando alguém responder',
|
||||
'reject_comment' => 'Rejeitar',
|
||||
'approve_comment' => 'Aprovar',
|
||||
'awaits_approval' => 'Aguardando aprovação',
|
||||
'guest' => 'convidado',
|
||||
'copied' => 'Link copiado'
|
||||
];
|
||||
Reference in New Issue
Block a user