Skip to content

Commit

Permalink
Merge pull request #7 from Corvisier/main
Browse files Browse the repository at this point in the history
European Portuguese
  • Loading branch information
rawilk authored Dec 26, 2023
2 parents f072676 + 8f1f2fb commit eaf0a4a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions resources/lang/pt/password.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php

declare(strict_types=1);

return [

'actions' => [

'copy' => [
'tooltip' => 'Copiar para a área de transferência',
],

'regenerate' => [
'tooltip' => 'Gerar nova palavra-passe',
'success_message' => 'Palavra-passe gerada com sucesso!',
],

'reveal' => [
'show' => 'Mostrar palavra-passe',
'hide' => 'Esconder palavra-passe',
],

],

];

0 comments on commit eaf0a4a

Please sign in to comment.