-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add polish translation for Dashboard module.
Signed-off-by: Mariusz Fik <mariusz@fidano.pl>
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
Modules/Translation/Resources/lang/dashboard/pl/dashboard.php
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,21 @@ | ||
<?php | ||
|
||
return [ | ||
'name' => 'Dashboard', | ||
'edit grid' => 'Edytuj siatkę', | ||
'reset grid' => 'Resetuj siatkę', | ||
'save grid' => 'Zapisz siatkę', | ||
'add widget' => 'Dodaj widget', | ||
'add widget to dashboard' => 'Dodaj widget do dashboarda', | ||
'reset not needed' => 'Dashboard nie wymaga resetowania', | ||
'dashboard reset' => 'Dashboard został zresetowany', | ||
'list resource' => 'Wyświetl dashboard', | ||
'edit resource' => 'Aktualizuj dashboard', | ||
'reset resource' => 'Resetuj dashboard', | ||
'welcome-title' => 'Tytuł powitania', | ||
'welcome-description' => 'Treść powitania', | ||
'welcome-enabled' => 'Pokazuj ekran powitalny?', | ||
'configure your website' => 'Dostosuj konfigurację strony', | ||
'add pages' => 'Dodaj strony', | ||
'add menus' => 'Dodaj menu', | ||
]; |