Skip to content

Commit

Permalink
fix: add brazilian portuguese translation
Browse files Browse the repository at this point in the history
fix: add brazilian portuguese translation
  • Loading branch information
lukas-frey authored Oct 18, 2024
2 parents d83cca4 + 897b61f commit a3013ee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions resources/lang/pt_BR/translations.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

return [
'knowledge-base' => 'Documentação',
'help' => 'Ajuda',
'open-documentation' => 'Abrir documentação',
'close' => 'fechar',
'back-to-default-panel' => 'Voltar',
'url-copied' => 'URL foi copiado para sua área de transferência.',
'code-copied' => 'Código copiado para sua área de transferência.',
];

0 comments on commit a3013ee

Please sign in to comment.