Skip to content

Commit

Permalink
Merge pull request #4581 from getkirby/release/3.7.4-rc.1
Browse files Browse the repository at this point in the history
3.7.4-rc.1
  • Loading branch information
bastianallgeier authored Aug 18, 2022
2 parents d4e3357 + bee7074 commit 8a3e608
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The Kirby 3 core",
"license": "proprietary",
"type": "kirby-cms",
"version": "3.7.3",
"version": "3.7.4-rc.1",
"keywords": [
"kirby",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions i18n/translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"email": "Email",
"email.placeholder": "[email protected]",

"entries": "Entries",
"entry": "Entry",
"entries": "Wpisy",
"entry": "Wpis",

"environment": "Środowisko",

Expand Down Expand Up @@ -297,7 +297,7 @@
"hide": "Ukryj",
"hour": "Godzina",
"import": "Importuj",
"info": "Info",
"info": "Informacje",
"insert": "Wstaw",
"insert.after": "Wstaw po",
"insert.before": "Wstaw przed",
Expand Down Expand Up @@ -340,12 +340,12 @@
"license": "Licencja",
"license.buy": "Kup licencję",
"license.register": "Zarejestruj",
"license.manage": "Manage your licenses",
"license.manage": "Zarządzaj swoimi licencjami",
"license.register.help": "Po zakupieniu licencji otrzymałaś/-eś mailem klucz. Skopiuj go i wklej tutaj, aby dokonać rejestracji.",
"license.register.label": "Wprowadź swój kod licencji",
"license.register.success": "Dziękujemy za wspieranie Kirby",
"license.unregistered": "To jest niezarejestrowana wersja demonstracyjna Kirby",
"license.unregistered.label": "Unregistered",
"license.unregistered.label": "Niezarejestrowane",

"link": "Link",
"link.text": "Tekst linku",
Expand Down Expand Up @@ -475,7 +475,7 @@

"section.required": "Sekcja jest wymagana",

"security": "Security",
"security": "Bezpieczeństwo",
"select": "Wybierz",
"server": "Serwer",
"settings": "Ustawienia",
Expand All @@ -485,13 +485,13 @@
"slug": "Końcówka URL",
"sort": "Sortuj",

"stats.empty": "No reports",
"system.issues.content": "The content folder seems to be exposed",
"system.issues.debug": "Debugging must be turned off in production",
"system.issues.git": "The .git folder seems to be exposed",
"system.issues.https": "We recommend HTTPS for all your sites",
"system.issues.kirby": "The kirby folder seems to be exposed",
"system.issues.site": "The site folder seems to be exposed",
"stats.empty": "Brak raportów",
"system.issues.content": "Zdaje się, że folder „content” jest wystawiony na publiczny dostęp",
"system.issues.debug": "Debugowanie musi być wyłączone w środowisku produkcyjnym",
"system.issues.git": "Zdaje się, że folder „.git” jest wystawiony na publiczny dostęp",
"system.issues.https": "Zalecamy HTTPS dla wszystkich Twoich witryn",
"system.issues.kirby": "Zdaje się, że folder „kirby” jest wystawiony na publiczny dostęp",
"system.issues.site": "Zdaje się, że folder „site” jest wystawiony na publiczny dostęp",

"title": "Tytuł",
"template": "Szablon",
Expand Down
2 changes: 1 addition & 1 deletion panel/dist/js/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions panel/dist/js/vendor.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'getkirby/cms',
'pretty_version' => '3.7.3',
'version' => '3.7.3.0',
'pretty_version' => '3.7.4-rc.1',
'version' => '3.7.4.0-RC1',
'reference' => NULL,
'type' => 'kirby-cms',
'install_path' => __DIR__ . '/../../',
Expand All @@ -29,8 +29,8 @@
'dev_requirement' => false,
),
'getkirby/cms' => array(
'pretty_version' => '3.7.3',
'version' => '3.7.3.0',
'pretty_version' => '3.7.4-rc.1',
'version' => '3.7.4.0-RC1',
'reference' => NULL,
'type' => 'kirby-cms',
'install_path' => __DIR__ . '/../../',
Expand Down

0 comments on commit 8a3e608

Please sign in to comment.