Skip to content

Commit

Permalink
Merge pull request #501 from Fisiu/pl-trans-dashboard
Browse files Browse the repository at this point in the history
Add polish translation for Dashboard module.
  • Loading branch information
nWidart authored Mar 29, 2018
2 parents b47390c + 654c332 commit a1822ef
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Modules/Translation/Resources/lang/dashboard/pl/dashboard.php
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',
];

0 comments on commit a1822ef

Please sign in to comment.