mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
24 lines
804 B
PHP
24 lines
804 B
PHP
<?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'
|
|
];
|