Skip to content

Commit

Permalink
Merge pull request #5388 from Laravel-Backpack/custom-lists
Browse files Browse the repository at this point in the history
Added custom views translations
  • Loading branch information
promatik authored Jan 27, 2024
2 parents 442a4bf + d0fd719 commit 935c2a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/resources/lang/en/crud.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@
'print' => 'Print',
'column_visibility' => 'Column visibility',
],
'custom_views' => [
'title' => 'custom views',
'title_short' => 'views',
'default' => 'default',
],

// global crud - errors
'unauthorized_access' => 'Unauthorized access - you do not have the necessary permissions to see this page.',
Expand Down
5 changes: 5 additions & 0 deletions src/resources/lang/pt/crud.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@
'print' => 'Imprimir',
'column_visibility' => 'Colunas visíveis',
],
'custom_views' => [
'title' => 'vistas personalizadas',
'title_short' => 'vistas',
'default' => 'predefinida',
],

// global crud - errors
'unauthorized_access' => 'Acesso não autorizado - não tem as permissões necessárias para ver esta página.',
Expand Down

0 comments on commit 935c2a4

Please sign in to comment.