Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"isEntry": true
},
"resources/js/app.js": {
"file": "assets/app-Z-qHwvOu.js",
"file": "assets/app-BmCQ55CY.js",
"name": "app",
"src": "resources/js/app.js",
"isEntry": true,
Expand Down Expand Up @@ -177,7 +177,7 @@
"isDynamicEntry": true
},
"resources/lang/php_pl.json": {
"file": "assets/php_pl-B3wZQ7Ja.js",
"file": "assets/php_pl-BpfAPWEp.js",
"name": "php_pl",
"src": "resources/lang/php_pl.json",
"isDynamicEntry": true
Expand Down
11 changes: 0 additions & 11 deletions resources/lang/en/footer.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
'privacy_policy' => 'Privacy Policy',
'cookies_policy' => 'Cookies Policy',
'about_us' => 'About us',
Expand Down
45 changes: 18 additions & 27 deletions resources/lang/pl/footer.php
Original file line number Diff line number Diff line change
@@ -1,36 +1,27 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
'privacy_policy' => 'Politika ta Privatezza',
'privacy_policy' => 'Polityka prywatności',
'cookies_policy' => 'Polityka plików cookie',
'about_us' => 'Dwarna',
'about_code_week' => 'Dwar il-Code Week',
'our_values' => 'Il-Valuri tagħna',
'statistics' => 'Statistika',
'partners_sponsors' => 'Imsieħba u Sponsors',
'community' => 'Komunità',
'quick_links' => 'Szybkie linki',
'register' => 'Irreġistra',
'activities_events' => 'Attivitajiet u Avvenimenti',
'learn_teach' => 'Tgħallem u Għallem',
'news' => 'Aħbarijiet',
'about_us' => 'O nas',
'about_code_week' => 'O Code Week',
'our_values' => 'Nasze wartości',
'statistics' => 'Tablica wyników',
'partners_sponsors' => 'Partnerzy i sponsorzy',
'community' => 'Społeczność',
'quick_links' => 'Szybkie odnośniki',
'register' => 'Zarejestruj się',
'activities_events' => 'Aktywności i wydarzenia',
'learn_teach' => 'Ucz się i nauczaj',
'news' => 'Aktualności',
'newsletter_signup' => 'Zapisz się do newslettera',
'educational_resources' => 'Zasoby edukacyjne',
'coding_home' => 'Kodowanie w domu',
'podcast' => 'Podcast',
'challenges' => 'Sfidi',
'hackathons' => 'Hackatony',
'designed_and_developed_by' => 'Zaprojektowany i opracowany przez',
'all_rights_reserved' => 'Wszelkie prawa zastrzeżone'
'challenges' => 'Wyzwania',
'hackathons' => 'Hackathony',
'designed_and_developed_by' => 'Zaprojektowane i opracowane przez',
'all_rights_reserved' => 'Wszelkie prawa zastrzeżone',
'get-involved' => 'Zaangażuj się',
'contact-us' => 'Skontaktuj się z nami',
];
Loading