Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Platform
Commits
9482ae08
Unverified
Commit
9482ae08
authored
Apr 05, 2018
by
Nicolas Widart
Committed by
GitHub
Apr 05, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #512 from Fisiu/pl-trans-workshop
Add polish translation for Workshop module.
parents
7f6d6d6f
78aeac8f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
86 additions
and
0 deletions
+86
-0
modules.php
Modules/Translation/Resources/lang/workshop/pl/modules.php
+39
-0
themes.php
Modules/Translation/Resources/lang/workshop/pl/themes.php
+14
-0
workbench.php
Modules/Translation/Resources/lang/workshop/pl/workbench.php
+25
-0
workshop.php
Modules/Translation/Resources/lang/workshop/pl/workshop.php
+8
-0
No files found.
Modules/Translation/Resources/lang/workshop/pl/modules.php
0 → 100644
View file @
9482ae08
<?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'
,
];
Modules/Translation/Resources/lang/workshop/pl/themes.php
0 → 100644
View file @
9482ae08
<?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'
,
];
Modules/Translation/Resources/lang/workshop/pl/workbench.php
0 → 100644
View file @
9482ae08
<?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'
,
],
];
Modules/Translation/Resources/lang/workshop/pl/workshop.php
0 → 100644
View file @
9482ae08
<?php
return
[
'title'
=>
'Warsztat'
,
'modules'
=>
'Moduły'
,
'themes'
=>
'Motywy'
,
'show sidebar group'
=>
'Pokaż grupę w panelu'
,
];
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment