Skip to content

Commit d9975f3

Browse files
authored
fix: add portuguese translation
fix: add portuguese translation
2 parents 18db22a + b9379ec commit d9975f3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

resources/lang/pt_PT/translations.php

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
return [
4+
'knowledge-base' => 'Documentação',
5+
'help' => 'Ajuda',
6+
'open-documentation' => 'Abrir documentação',
7+
'close' => 'Fechar',
8+
'back-to-default-panel' => 'Voltar',
9+
'url-copied' => 'URL copiado para a área de transferência.',
10+
'code-copied' => 'Código copiado para a área de transferência.',
11+
];

0 commit comments

Comments
 (0)