Skip to content

Commit

Permalink
Merge pull request #9 from a21ns1g4ts/add-pt-translations
Browse files Browse the repository at this point in the history
Add pt translations
  • Loading branch information
lam0819 authored Oct 17, 2024
2 parents 47cf046 + 08ea238 commit a0de04b
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions resources/lang/pt_BR/filament-firewall.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?php

return [
'filament.resource.ip.navigationLabel' => 'Firewall IP',
'filament.resource.ip.getNavigationGroup' => 'Sistema',
'filament.resource.ip.label' => 'Endereço IP',
'filament.resource.ip.modalLabel' => 'Endereço IP',
'filament.resource.ip.pluralLabel' => 'Endereços IP',
'filament.resource.ip.pluralModelLabel' => 'Firewall IP',

'table.column.ip' => 'Endereço IP',
'table.column.prefix_size' => 'Prefixo',
'table.column.blocked' => 'Bloqueado?',
'table.column.is_allow' => 'Ação',
'table.column.created_at' => 'Criado em',
'table.column.updated_at' => 'Atualizado em',

'form.field.ip' => 'Endereço IP',
'form.field.prefix_size' => 'Prefixo',
'form.field.blocked' => 'Bloqueado?',
'form.field.is_allow' => 'Ação',

'action.addMyIp' => 'Adicionar meu IP',
'action.addMyIp.alreadyAdded' => 'Adicionado com sucesso.',
'action.fillMyIp' => 'Preencher meu IP',

'labels.allow' => 'Permitir',
'labels.deny' => 'Negar',
];
29 changes: 29 additions & 0 deletions resources/lang/pt_PT/filament-firewall.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?php

return [
'filament.resource.ip.navigationLabel' => 'Firewall IP',
'filament.resource.ip.getNavigationGroup' => 'Sistema',
'filament.resource.ip.label' => 'Endereço IP',
'filament.resource.ip.modalLabel' => 'Endereço IP',
'filament.resource.ip.pluralLabel' => 'Endereços IP',
'filament.resource.ip.pluralModelLabel' => 'Firewall IP',

'table.column.ip' => 'Endereço IP',
'table.column.prefix_size' => 'Prefixo',
'table.column.blocked' => 'Bloqueado?',
'table.column.is_allow' => 'Ação',
'table.column.created_at' => 'Criado em',
'table.column.updated_at' => 'Atualizado em',

'form.field.ip' => 'Endereço IP',
'form.field.prefix_size' => 'Prefixo',
'form.field.blocked' => 'Bloqueado?',
'form.field.is_allow' => 'Ação',

'action.addMyIp' => 'Adicionar o meu IP',
'action.addMyIp.alreadyAdded' => 'Adicionado com sucesso.',
'action.fillMyIp' => 'Preencher o meu IP',

'labels.allow' => 'Permitir',
'labels.deny' => 'Negar',
];

0 comments on commit a0de04b

Please sign in to comment.