Skip to content

Commit

Permalink
Add polish translation for Workshop module.
Browse files Browse the repository at this point in the history
Signed-off-by: Mariusz Fik <mariusz@fidano.pl>
  • Loading branch information
Fisiu committed Mar 31, 2018
1 parent 8a41fd7 commit 78aeac8
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 0 deletions.
39 changes: 39 additions & 0 deletions Modules/Translation/Resources/lang/workshop/pl/modules.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?php

return [
'title' => 'Zarządzanie modułami',
'breadcrumb' => [
'modules' => 'Moduły',
],
'tab' => [
'module list' => 'Lista modułów',
],
'button' => [
'save module configuration' => 'Zapisz konfigurację modułu',
],
'table' => [
'vendor' => 'Dostawca',
'name' => 'Nazwa',
'enabled' => 'Włączony',
'version' => 'Wersja',
],
'enabled' => 'Włączony',
'enable' => 'Włącz',
'disabled' => 'Wyłączony',
'disable' => 'Wyłącz',
'viewing module' => 'Moduł',
'module' => 'Moduł',
'publish assets' => 'Publikowanie zasobów',
'module enabled' => 'Moduł został włączony.',
'module disabled' => 'Moduł został wyłączony.',
'module cannot be disabled' => 'Jest to moduł podstawowy, którego nie można wyłączyć.',
'changelog' => 'Lista zmian',
'added' => 'Dodano',
'changed' => 'Zmieniono',
'removed' => 'Usunięto',
'list resource' => 'Wyświetlanie',
'show resource' => 'Pokazywanie',
'update resource' => 'Aktualizowanie',
'disable resource' => 'Wyłączanie',
'enable resource' => 'Włączanie',
];
14 changes: 14 additions & 0 deletions Modules/Translation/Resources/lang/workshop/pl/themes.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

return [
'title' => 'Zarządzanie motywami',
'breadcrumb' => [
'themes' => 'Motywy',
],
'theme' => 'Motyw',
'viewing theme' => 'Motyw :theme',
'type' => 'Rodzaj',
'list resource' => 'Wyświetlanie',
'show resource' => 'Pokazywanie',
'publish assets' => 'Publikowanie zasobów',
];
25 changes: 25 additions & 0 deletions Modules/Translation/Resources/lang/workshop/pl/workbench.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php

return [
'title' => 'Pomocnik modułów',
'subtitle' => [
'generate new module' => 'Wygeneruj nowy moduł',
'install new module by vendor name' => 'Zainstaluj moduł według dostawca/nazwa',
],
'tab' => [
'generators' => 'Generatory',
'migrations' => 'Migracje',
'seeds' => 'Posiew',
],
'form' => [
'module name' => 'Nazwa modułu',
'vendor name of the module' => 'Dostawca/nazwa modułu',
'install as subtree' => 'Zainstalować w poddrzewie?',
],
'button' => [
'generate new module' => 'Generuj nowy moduł',
'install new module' => 'Instaluj nowy moduł',
'migrate' => 'Migruj',
'seed' => 'Siej',
],
];
8 changes: 8 additions & 0 deletions Modules/Translation/Resources/lang/workshop/pl/workshop.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
'title' => 'Warsztat',
'modules' => 'Moduły',
'themes' => 'Motywy',
'show sidebar group' => 'Pokaż grupę w panelu',
];

0 comments on commit 78aeac8

Please sign in to comment.