-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from a21ns1g4ts/add-pt-translations
Add pt translations
- Loading branch information
Showing
2 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
]; |