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
b47390c0
Unverified
Commit
b47390c0
authored
Mar 29, 2018
by
Nicolas Widart
Committed by
GitHub
Mar 29, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #500 from Fisiu/pl-trans-core
Update polish translation for Core module.
parents
ec0c4668
f13ec2f5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
7 deletions
+38
-7
core.php
Modules/Translation/Resources/lang/core/pl/core.php
+34
-5
settings.php
Modules/Translation/Resources/lang/core/pl/settings.php
+3
-2
sidebar.php
Modules/Translation/Resources/lang/core/pl/sidebar.php
+1
-0
No files found.
Modules/Translation/Resources/lang/core/pl/core.php
View file @
b47390c0
...
@@ -12,14 +12,19 @@ return [
...
@@ -12,14 +12,19 @@ return [
],
],
'tab'
=>
[
'tab'
=>
[
'english'
=>
'Angielski'
,
'english'
=>
'Angielski'
,
'french'
=>
'Francusk
u
'
,
'french'
=>
'Francusk
i
'
,
'dutch'
=>
'Holenderski'
,
'dutch'
=>
'Holenderski'
,
'italian'
=>
'Włoski'
,
'italian'
=>
'Włoski'
,
'greek'
=>
'Grecki'
,
'greek'
=>
'Grecki'
,
'spanish'
=>
'Hiszpański'
,
'spanish'
=>
'Hiszpański'
,
'polish'
=>
'Polski'
,
'polish'
=>
'Polski'
,
'czech'
=>
'Czech'
,
'portuguese'
=>
'Portugalski'
,
'korean'
=>
'Korean'
,
'arabic'
=>
'Arabski'
,
'macedonian'
=>
'Мacedoński'
,
'turkish'
=>
'Turecki'
,
'czech'
=>
'Czeski'
,
'swedish'
=>
'Szwedzki'
,
'korean'
=>
'Koreański'
,
],
],
'button'
=>
[
'button'
=>
[
'cancel'
=>
'Anuluj'
,
'cancel'
=>
'Anuluj'
,
...
@@ -29,6 +34,9 @@ return [
...
@@ -29,6 +34,9 @@ return [
'reset'
=>
'Resetuj'
,
'reset'
=>
'Resetuj'
,
'update and back'
=>
'Aktualizuj i wróć'
,
'update and back'
=>
'Aktualizuj i wróć'
,
],
],
'save'
=>
'Zapisz'
,
'confirm'
=>
'Zatwierdź'
,
'move'
=>
'Przenieś'
,
'breadcrumb'
=>
[
'breadcrumb'
=>
[
'home'
=>
'Dom'
,
'home'
=>
'Dom'
,
],
],
...
@@ -42,7 +50,8 @@ return [
...
@@ -42,7 +50,8 @@ return [
'available keyboard shortcuts'
=>
'Dostępne skróty klawiszowe na tej stronie'
,
'available keyboard shortcuts'
=>
'Dostępne skróty klawiszowe na tej stronie'
,
'view website'
=>
'Zobacz stronę'
,
'view website'
=>
'Zobacz stronę'
,
'complete your profile'
=>
'Uzupełnij swój profil'
,
'complete your profile'
=>
'Uzupełnij swój profil'
,
'sign out'
=>
'Wypisz się'
,
'profile'
=>
'Profil'
,
'sign out'
=>
'Wyloguj się'
,
],
],
'messages'
=>
[
'messages'
=>
[
'resource created'
=>
':name poprawnie utworzony.'
,
'resource created'
=>
':name poprawnie utworzony.'
,
...
@@ -52,5 +61,25 @@ return [
...
@@ -52,5 +61,25 @@ return [
],
],
'back'
=>
'Powrót'
,
'back'
=>
'Powrót'
,
'back to index'
=>
'Powrót do :name'
,
'back to index'
=>
'Powrót do :name'
,
'permission denied'
=>
'Brak dostępu. (wymagane pozwolenie: ":permission")'
,
'permission denied'
=>
'Brak uprawnień. (wymagane uprawnienie: ":permission")'
,
'list resource'
=>
'Wyświetlanie :name'
,
'create resource'
=>
'Tworzenie :name'
,
'edit resource'
=>
'Edycja :name'
,
'destroy resource'
=>
'Usuwanie :name'
,
'error token mismatch'
=>
'Twoja sesja wygasła, wyślij formularz ponownie.'
,
'error 404'
=>
'404'
,
'error 404 title'
=>
'Oops! Nie ma takiej strony'
,
'error 404 description'
=>
'Strona, której szukasz, nie została znaleziona.'
,
'error 500'
=>
'500'
,
'error 500 title'
=>
'Oops! Coś poszło nie tak'
,
'error 500 description'
=>
'Powiadomiliśmy o tym administratora.'
,
'delete cancelled'
=>
'Usuwanie anulowane'
,
'unauthorized'
=>
'Nieautoryzowany'
,
'unauthorized-access'
=>
'Nie masz wystarczających uprawnień aby zobaczyć tę stronę.'
,
'unauthenticated'
=>
'Nieuwierzytelniony'
,
'unauthenticated-access'
=>
'Musisz się zalogować aby zobaczyć tę stronę.'
,
'something went wrong'
=>
'Oops! Coś poszło nie tak.'
,
'mark as online'
=>
'Oznacz jako online'
,
'mark as offline'
=>
'Oznacz jako offline'
,
'back to backend'
=>
'Powrót do panelu'
,
];
];
Modules/Translation/Resources/lang/core/pl/settings.php
View file @
b47390c0
...
@@ -2,8 +2,9 @@
...
@@ -2,8 +2,9 @@
return
[
return
[
'site-name'
=>
'Nazwa strony'
,
'site-name'
=>
'Nazwa strony'
,
'site-name-mini'
=>
'Krótka nazwa strony'
,
'site-description'
=>
'Opis strony'
,
'site-description'
=>
'Opis strony'
,
'template'
=>
'Szablon strony'
,
'template'
=>
'Szablon strony'
,
'
google-analytics'
=>
'Kod
Google Analytics'
,
'
analytics-script'
=>
'Skrypt
Google Analytics'
,
'locales'
=>
'
Lokalizacje
strony'
,
'locales'
=>
'
Język
strony'
,
];
];
Modules/Translation/Resources/lang/core/pl/sidebar.php
View file @
b47390c0
...
@@ -2,4 +2,5 @@
...
@@ -2,4 +2,5 @@
return
[
return
[
'content'
=>
'Zawartość'
,
'content'
=>
'Zawartość'
,
'show group'
=>
'Pokaż grupę paska bocznego'
,
];
];
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