Skip to content

Commit

Permalink
Polish translation added (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
bb140856 authored Jan 22, 2024
1 parent 843952a commit 415147b
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions resources/lang/pl/filament-spatie.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?php

return [
/*
|--------------------------------------------------------------------------
| Fields
|--------------------------------------------------------------------------
*/

'field.guard_name' => 'Ochrona (guard)',
'field.permissions_count' => 'Ilość uprawnień',
'field.name' => 'Nazwa',
'field.permissions' => 'Uprawnienia',
'field.roles' => 'Role',
'field.role' => 'Rola',
'field.team' => 'Zespół',

/*
|--------------------------------------------------------------------------
| Labels
|--------------------------------------------------------------------------
*/

'section.permission' => 'Uprawnienie',
'section.permissions' => 'Uprawnienia',
'section.role' => 'Rola',
'section.roles' => 'Role',
'section.roles_and_permissions' => 'Role i Uprawnienia',
'select-team' => 'Wybierz Zespół',
'select-team-hint' => 'Pozostaw puste jeśli to rola globalna',
'section.users' => 'Użytkownicy',
];

0 comments on commit 415147b

Please sign in to comment.