Skip to content

Commit

Permalink
Update polish translation for Pages 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 30, 2018
1 parent a1822ef commit 7b08167
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 17 deletions.
8 changes: 4 additions & 4 deletions Modules/Translation/Resources/lang/page/pl/messages.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

return [
'page created' => 'Strona poprawnie created.',
'page not found' => 'Strona nie znaleziona.',
'page updated' => 'Strona poprawnie zaktualizowana.',
'page deleted' => 'Strona poprawnie usunięta.',
'page created' => 'Pomyślnie utworzono stronę.',
'page not found' => 'Nie znaleziono strony.',
'page updated' => 'Pomyślnie zaktualizowano stronę.',
'page deleted' => 'Pomyślnie usunięto stronę.',

'template is required' => 'Nazwa szablonu jest wymagana.',
'title is required' => 'Tytuł jest wymagany.',
Expand Down
39 changes: 26 additions & 13 deletions Modules/Translation/Resources/lang/page/pl/pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,42 @@

return [
'pages' => 'Strony',
'create page' => 'Utwórz stronę',
'edit page' => 'Edytuj stronę',
'name' => 'Nazwa',
'create page' => 'Tworzenie strony',
'edit page' => 'Edycja strony',

'slug' => 'Slug',
'title' => 'Tytuł',
'meta_title' => 'Meta tytuł',
'meta_description' => 'Meta opis',
'og_title' => 'Facebook tytuł',
'og_description' => 'Facebook opis',
'og_type' => 'Facebook typ',
'template' => 'Szablon strony',
'is homepage' => 'Strona domowa ?',

'meta_data' => 'Metadane',
'meta_title' => 'Tytuł metadanych',
'meta_description' => 'Opis metadanych',
'facebook_data' => 'Facebook',
'og_title' => 'Tytuł OpenGraph',
'og_description' => 'Opis OpenGraph',
'og_type' => 'Rodzaj OpenGraph',
'template' => 'Szablon',
'is homepage' => 'Strona główna?',
'body' => 'Treść',
'status' => 'Status',
'pages were updated' => 'Zaktualizowano stronę',

'back to index' => 'Powrót do zarządzania stronami',
'list resource' => 'Wyświetlanie',
'create resource' => 'Tworzenie',
'edit resource' => 'Edycja',
'destroy resource' => 'Usuwanie',

'view-page' => 'Podgląd strony',
'edit-page' => 'Edytuj stronę',
'validation' => [
'attributes' => [
'title' => 'title',
'body' => 'body',
'title' => 'tytuł',
'body' => 'treść',
],
],
'facebook-types' => [
'website' => 'Strona',
'product' => 'Produkt',
'article' => 'Artykuł',
],
'back to index' => 'Wróć do indeksu stron',
];

0 comments on commit 7b08167

Please sign in to comment.