Merge pull request #13500 from strapi/features/ML-folder-update-master

ML: Update to latest master branch
This commit is contained in:
Gustav Hansen 2022-06-08 11:57:08 +01:00 committed by GitHub
commit 1e8f5a4f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 429 additions and 132 deletions

View File

@ -108,7 +108,7 @@
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"plop": "2.7.6", "plop": "2.7.6",
"prettier": "1.19.1", "prettier": "1.19.1",
"qs": "6.10.3", "qs": "6.10.5",
"react-test-renderer": "17.0.2", "react-test-renderer": "17.0.2",
"request": "2.88.2", "request": "2.88.2",
"request-promise-native": "1.0.9", "request-promise-native": "1.0.9",

View File

@ -1,15 +1,19 @@
{ {
"Analytics": "Analityka", "Analytics": "Analityka",
"Auth.components.Oops.text": "Twoje konto zostało zablokowane", "Auth.components.Oops.text": "Twoje konto zostało zablokowane",
"Auth.components.Oops.text.admin": "Jeśli to pomyłka, skontaktuj się z administratorem.",
"Auth.components.Oops.title": "Ups...",
"Auth.form.button.forgot-password": "Wyślij e-mail", "Auth.form.button.forgot-password": "Wyślij e-mail",
"Auth.form.button.go-home": "PRZEJDŹ DO STRONY GŁÓWNEJ", "Auth.form.button.go-home": "PRZEJDŹ DO STRONY GŁÓWNEJ",
"Auth.form.button.login": "Zaloguj się", "Auth.form.button.login": "Zaloguj się",
"Auth.form.button.login.providers.error": "Nie możemy połączyć Cię za pośrednictwem wybranego dostawcy.", "Auth.form.button.login.providers.error": "Nie możemy połączyć Cię za pośrednictwem wybranego dostawcy.",
"Auth.form.button.login.strapi": "ZALOGUJ SIĘ PRZEZ STRAPI", "Auth.form.button.login.strapi": "ZALOGUJ SIĘ PRZEZ STRAPI",
"Auth.form.button.password-recovery": "Odzyskiwanie hasła",
"Auth.form.button.register": "ZACZYNAJMY", "Auth.form.button.register": "ZACZYNAJMY",
"Auth.form.confirmPassword.label": "Hasło potwierdzające", "Auth.form.confirmPassword.label": "Hasło potwierdzające",
"Auth.form.currentPassword.label": "Aktualne hasło",
"Auth.form.email.label": "E-mail", "Auth.form.email.label": "E-mail",
"Auth.form.email.placeholder": "jan@kowalski.pl", "Auth.form.email.placeholder": "np. jan.kowalski@test.com",
"Auth.form.error.blocked": "Twoje konto zostało zablokowane przez administratora.", "Auth.form.error.blocked": "Twoje konto zostało zablokowane przez administratora.",
"Auth.form.error.code.provide": "Podano nieprawidłowy kod.", "Auth.form.error.code.provide": "Podano nieprawidłowy kod.",
"Auth.form.error.confirmed": "Adres e-mail Twojego konta nie został potwierdzony.", "Auth.form.error.confirmed": "Adres e-mail Twojego konta nie został potwierdzony.",
@ -31,16 +35,26 @@
"Auth.form.forgot-password.email.label.success": "E-mail pomyślnie wysłany do", "Auth.form.forgot-password.email.label.success": "E-mail pomyślnie wysłany do",
"Auth.form.lastname.label": "Nazwisko", "Auth.form.lastname.label": "Nazwisko",
"Auth.form.lastname.placeholder": "Kowalski", "Auth.form.lastname.placeholder": "Kowalski",
"Auth.form.password.hide-password": "Ukryj hasło",
"Auth.form.password.hint": "Musi zawierać co najmniej 8 znaków, 1 wielką literę, 1 małą literę i 1 cyfrę",
"Auth.form.password.show-password": "Pokaż hasło",
"Auth.form.register.news.label": "Informuj mnie na bieżąco o nowych funkcjach i nadchodzących ulepszeniach (robiąc to, akceptujesz postanowienia zawarte w niniejszych dokumentach - {terms} i {policy}).", "Auth.form.register.news.label": "Informuj mnie na bieżąco o nowych funkcjach i nadchodzących ulepszeniach (robiąc to, akceptujesz postanowienia zawarte w niniejszych dokumentach - {terms} i {policy}).",
"Auth.form.register.subtitle": "Poświadczenia są używane tylko do uwierzytelniania w Strapi. Wszystkie zapisane dane będą przechowywane w Twojej bazie danych.",
"Auth.form.rememberMe.label": "Zapamiętaj mnie", "Auth.form.rememberMe.label": "Zapamiętaj mnie",
"Auth.form.username.label": "Nazwa użytkownika", "Auth.form.username.label": "Nazwa użytkownika",
"Auth.form.username.placeholder": "Jan Kowalski", "Auth.form.username.placeholder": "np. Jan Kowalski",
"Auth.form.welcome.subtitle": "Zaloguj się do swojego konta Strapi",
"Auth.form.welcome.title": "Witamy w Strapi!",
"Auth.link.forgot-password": "Zapomniałeś hasła?", "Auth.link.forgot-password": "Zapomniałeś hasła?",
"Auth.link.ready": "Chcesz się zalogować?", "Auth.link.ready": "Chcesz się zalogować?",
"Auth.link.signin": "Zaloguj", "Auth.link.signin": "Zaloguj",
"Auth.link.signin.account": "Posiadasz już konto?", "Auth.link.signin.account": "Posiadasz już konto?",
"Auth.login.sso.divider": "Lub zaloguj się przez",
"Auth.login.sso.loading": "Wczytywanie dostawcy SSO",
"Auth.login.sso.subtitle": "Zaloguj się na swoje konto przez SSO",
"Auth.privacy-policy-agreement.policy": "Polityka prywatności", "Auth.privacy-policy-agreement.policy": "Polityka prywatności",
"Auth.privacy-policy-agreement.terms": "Warunki", "Auth.privacy-policy-agreement.terms": "Warunki",
"Auth.reset-password.title": "Zresetuj hasło",
"Content Manager": "Menedżer treści", "Content Manager": "Menedżer treści",
"Content Type Builder": "Kreator typów treści", "Content Type Builder": "Kreator typów treści",
"Documentation": "Dokumentacja", "Documentation": "Dokumentacja",
@ -60,14 +74,29 @@
"Roles & Permissions": "Role i uprawnienia", "Roles & Permissions": "Role i uprawnienia",
"Roles.ListPage.notification.delete-all-not-allowed": "Niektórych ról nie można usunąć, ponieważ są powiązane z użytkownikami", "Roles.ListPage.notification.delete-all-not-allowed": "Niektórych ról nie można usunąć, ponieważ są powiązane z użytkownikami",
"Roles.ListPage.notification.delete-not-allowed": "Nie można usunąć roli, jeśli jest powiązana z użytkownikami", "Roles.ListPage.notification.delete-not-allowed": "Nie można usunąć roli, jeśli jest powiązana z użytkownikami",
"Roles.RoleRow.select-all": "Wybierz {name} dla działań zbiorczych",
"Roles.components.List.empty.withSearch": "Brak roli odpowiadającej wyszukiwaniu ({search}) ...", "Roles.components.List.empty.withSearch": "Brak roli odpowiadającej wyszukiwaniu ({search}) ...",
"Settings.PageTitle": "Ustawienia - {name}", "Settings.PageTitle": "Ustawienia - {name}",
"Settings.apiTokens.addFirstToken": "Dodaj pierwszy API Token",
"Settings.apiTokens.addNewToken": "Dodaj nowy API Token",
"Settings.apiTokens.copy.editMessage": "Ze względów bezpieczeństwa, token możesz zobaczyć tylko raz.",
"Settings.apiTokens.copy.editTitle": "Ten token nie jest już dostępny.",
"Settings.apiTokens.copy.lastWarning": "Pamiętaj, aby skopiować ten token, nie będziesz mógł go ponownie zobaczyć!",
"Settings.apiTokens.create": "Utwórz nowy API Token",
"Settings.apiTokens.description": "Lista wygenerowanych tokenów do wykorzystania w API",
"Settings.apiTokens.emptyStateLayout": "Nie masz jeszcze żadnych treści...",
"Settings.apiTokens.notification.copied": "Skopiowano token do schowka.",
"Settings.apiTokens.title": "Tokeny API",
"Settings.apiTokens.types.full-access": "Pełny dostęp",
"Settings.apiTokens.types.read-only": "Tylko do odczytu",
"Settings.application.description": "Zobacz szczegóły swojego projektu", "Settings.application.description": "Zobacz szczegóły swojego projektu",
"Settings.application.edition-title": "OBECNY PLAN", "Settings.application.edition-title": "OBECNY PLAN",
"Settings.application.get-help": "Pomoc",
"Settings.application.link-pricing": "Zobacz cennik", "Settings.application.link-pricing": "Zobacz cennik",
"Settings.application.link-upgrade": "Ulepsz swój projekt", "Settings.application.link-upgrade": "Ulepsz swój projekt",
"Settings.application.node-version": "WERSJA NODE", "Settings.application.node-version": "wersja node",
"Settings.application.strapi-version": "WERSJA STRAPI", "Settings.application.strapi-version": "wersja strapi",
"Settings.application.strapiVersion": "wersja strapi",
"Settings.application.title": "Aplikacja", "Settings.application.title": "Aplikacja",
"Settings.error": "Błąd", "Settings.error": "Błąd",
"Settings.global": "Ustawienia ogólne", "Settings.global": "Ustawienia ogólne",
@ -83,15 +112,28 @@
"Settings.permissions.conditions.none-selected": "W dowolnym momencie", "Settings.permissions.conditions.none-selected": "W dowolnym momencie",
"Settings.permissions.conditions.or": "LUB", "Settings.permissions.conditions.or": "LUB",
"Settings.permissions.conditions.when": "Kiedy", "Settings.permissions.conditions.when": "Kiedy",
"Settings.permissions.select-all-by-permission": "Wybierz wszystkie {label} uprawnienia",
"Settings.permissions.select-by-permission": "Wybierz {label} uprawnienie",
"Settings.permissions.users.create": "Utwórz nowego użytkownika", "Settings.permissions.users.create": "Utwórz nowego użytkownika",
"Settings.permissions.users.form.email": "E-mail", "Settings.permissions.users.form.email": "E-mail",
"Settings.permissions.users.form.firstname": "Imię", "Settings.permissions.users.form.firstname": "Imię",
"Settings.permissions.users.form.lastname": "Nazwisko", "Settings.permissions.users.form.lastname": "Nazwisko",
"Settings.permissions.users.form.sso": "Połącz z logowaniem jednokrotnym (SSO)", "Settings.permissions.users.form.sso": "Połącz z logowaniem jednokrotnym (SSO)",
"Settings.permissions.users.form.sso.description": "Po włączeniu (ON) użytkownicy mogą logować się za pomocą logowania jednokrotnego", "Settings.permissions.users.form.sso.description": "Po włączeniu (ON) użytkownicy mogą logować się za pomocą logowania jednokrotnego",
"Settings.permissions.users.listview.header.subtitle": "Wszyscy użytkownicy, którzy mają dostęp do panelu administracyjnego Strapi",
"Settings.permissions.users.tabs.label": "Uprawnienia kart",
"Settings.profile.form.notify.data.loaded": "Dane twojego profilu zostały załadowane",
"Settings.profile.form.section.experience.clear.select": "Usuń wybrany język interfejsu",
"Settings.profile.form.section.experience.here": "tutaj",
"Settings.profile.form.section.experience.interfaceLanguage": "Język interfejsu", "Settings.profile.form.section.experience.interfaceLanguage": "Język interfejsu",
"Settings.profile.form.section.experience.interfaceLanguage.hint": "Spowoduje to wyświetlenie tylko własnego interfejsu w wybranym języku.", "Settings.profile.form.section.experience.interfaceLanguage.hint": "Spowoduje to wyświetlenie tylko własnego interfejsu w wybranym języku.",
"Settings.profile.form.section.experience.interfaceLanguageHelp": "Zmiany preferencji będą dotyczyć tylko Ciebie. Więcej informacji dostępnych jest {here}.",
"Settings.profile.form.section.experience.mode.label": "Tryb interfejsu",
"Settings.profile.form.section.experience.mode.hint": "Wyświetla interfejs w wybranym trybie.",
"Settings.profile.form.section.experience.mode.option-label": "{name} tryb",
"Settings.profile.form.section.experience.title": "Doświadczenie", "Settings.profile.form.section.experience.title": "Doświadczenie",
"Settings.profile.form.section.helmet.title": "Profil użytkownika",
"Settings.profile.form.section.profile.page.title": "Profil użytkownika",
"Settings.roles.create.description": "Zdefiniuj uprawnienia nadane roli", "Settings.roles.create.description": "Zdefiniuj uprawnienia nadane roli",
"Settings.roles.create.title": "Utwórz rolę", "Settings.roles.create.title": "Utwórz rolę",
"Settings.roles.created": "Utworzono rolę", "Settings.roles.created": "Utworzono rolę",
@ -125,14 +167,18 @@
"Settings.webhooks.form.events": "Zdarzenia", "Settings.webhooks.form.events": "Zdarzenia",
"Settings.webhooks.form.headers": "Nagłówki", "Settings.webhooks.form.headers": "Nagłówki",
"Settings.webhooks.form.url": "URL", "Settings.webhooks.form.url": "URL",
"Settings.webhooks.headers.remove": "Usuń wiersz nagłówka {number}",
"Settings.webhooks.key": "Klucz", "Settings.webhooks.key": "Klucz",
"Settings.webhooks.list.button.add": "Dodaj nowy webhook", "Settings.webhooks.list.button.add": "Dodaj nowy webhook",
"Settings.webhooks.list.description": "Otrzymuj powiadomienia o zmianach POST.", "Settings.webhooks.list.description": "Otrzymuj powiadomienia o zmianach POST.",
"Settings.webhooks.list.empty.description": "Dodaj swój pierwszy do tej listy.", "Settings.webhooks.list.empty.description": "Dodaj swój pierwszy do tej listy.",
"Settings.webhooks.list.empty.link": "Zobacz naszą dokumentację", "Settings.webhooks.list.empty.link": "Zobacz naszą dokumentację",
"Settings.webhooks.list.empty.title": "Nie ma jeszcze żadnych webhooków", "Settings.webhooks.list.empty.title": "Nie ma jeszcze żadnych webhooków",
"Settings.webhooks.list.th.actions": "działania",
"Settings.webhooks.list.th.status": "status",
"Settings.webhooks.singular": "webhook", "Settings.webhooks.singular": "webhook",
"Settings.webhooks.title": "Webhooki", "Settings.webhooks.title": "Webhooki",
"Settings.webhooks.to.delete": "{webhooksToDeleteLength, plural, one {# asset} other {# assets}} wybrane",
"Settings.webhooks.trigger": "Wyzwalacz", "Settings.webhooks.trigger": "Wyzwalacz",
"Settings.webhooks.trigger.cancel": "Anuluj wyzwalacz", "Settings.webhooks.trigger.cancel": "Anuluj wyzwalacz",
"Settings.webhooks.trigger.pending": "W oczekiwaniu...", "Settings.webhooks.trigger.pending": "W oczekiwaniu...",
@ -142,23 +188,90 @@
"Settings.webhooks.trigger.test": "Testowy-wyzwalacz", "Settings.webhooks.trigger.test": "Testowy-wyzwalacz",
"Settings.webhooks.trigger.title": "Zapisz przed wyzwoleniem", "Settings.webhooks.trigger.title": "Zapisz przed wyzwoleniem",
"Settings.webhooks.value": "Wartość", "Settings.webhooks.value": "Wartość",
"Usecase.back-end": "Backend deweloper",
"Usecase.button.skip": "Pomiń pytanie",
"Usecase.content-creator": "Kreator treści",
"Usecase.front-end": "Frontend deweloper",
"Usecase.full-stack": "Fullstack deweloper",
"Usecase.input.work-type": "Jaki rodzaj pracy wykonujesz?",
"Usecase.notification.success.project-created": "Projekt został pomyślnie utworzony",
"Usecase.other": "Inny",
"Usecase.title": "Powiedz nam trochę więcej o sobie",
"Username": "Nazwa użytkownika", "Username": "Nazwa użytkownika",
"Users": "Użytkownicy", "Users": "Użytkownicy",
"Users & Permissions": "Użytkownicy i uprawnienia", "Users & Permissions": "Użytkownicy i uprawnienia",
"Users.components.List.empty": "Brak użytkowników...", "Users.components.List.empty": "Brak użytkowników...",
"Users.components.List.empty.withFilters": "Brak użytkowników z zastosowanymi filtrami...", "Users.components.List.empty.withFilters": "Brak użytkowników z zastosowanymi filtrami...",
"Users.components.List.empty.withSearch": "Brak użytkowników odpowiadających wyszukiwaniu ({search})...", "Users.components.List.empty.withSearch": "Brak użytkowników odpowiadających wyszukiwaniu ({search})...",
"admin.pages.MarketPlacePage.helmet": "Marketplace - Wtyczki",
"admin.pages.MarketPlacePage.offline.title": "Jesteś offline",
"admin.pages.MarketPlacePage.offline.subtitle": "Aby uzyskać dostęp do Strapi Market, musisz mieć połączenie z Internetem",
"admin.pages.MarketPlacePage.plugin.copy": "Skopiuj polecenie instalacji",
"admin.pages.MarketPlacePage.plugin.copy.success": "Polecenie instalacji gotowe do wklejenia w terminalu",
"admin.pages.MarketPlacePage.plugin.info": "Dowiedz się więcej",
"admin.pages.MarketPlacePage.plugin.info.label": "Dowiedz się więcej o {pluginName}",
"admin.pages.MarketPlacePage.plugin.info.text": "Dowiedz się więcej",
"admin.pages.MarketPlacePage.plugin.installed": "Zainstalowane",
"admin.pages.MarketPlacePage.plugin.tooltip.madeByStrapi": "Wykonane przez Strapi",
"admin.pages.MarketPlacePage.plugin.tooltip.verified": "Wtyczka zweryfikowana przez Strapi",
"admin.pages.MarketPlacePage.search.clear": "Wyczyść wyszukiwarkę wtyczek",
"admin.pages.MarketPlacePage.search.empty": "Brak wyniku dla \"{target}\"",
"admin.pages.MarketPlacePage.search.placeholder": "Wyszukaj wtyczkę",
"admin.pages.MarketPlacePage.submit.plugin.link": "Prześlij swoją wtyczkę",
"admin.pages.MarketPlacePage.subtitle": "Dowiedz się więcej ze Strapi",
"admin.pages.MarketPlacePage.missingPlugin.title": "Brakuje wtyczki?",
"admin.pages.MarketPlacePage.missingPlugin.description": "Powiedz nam, jakiej wtyczki szukasz i poinformujemy naszą społeczność deweloperów tworzących wtyczki w przypadku, jakby szukali inspiracji!",
"anErrorOccurred": "Ups! Cos poszło nie tak. Proszę, spróbuj ponownie.",
"app.component.CopyToClipboard.label": "Skopiuj do schowka",
"app.component.search.label": "Szukaj {target}",
"app.component.table.duplicate": "Kopiuj {target}",
"app.component.table.edit": "Edytuj {target}",
"app.component.table.select.one-entry": "Wybierz {target}",
"app.components.BlockLink.blog": "Blog",
"app.components.BlockLink.blog.content": "Przeczytaj najnowsze wiadomości o Strapi i jego ekosystemie.",
"app.components.BlockLink.code": "Przykłady kodu", "app.components.BlockLink.code": "Przykłady kodu",
"app.components.BlockLink.code.content": "Ucz się, testując aplikacje rozwijane przez społecznośc.",
"app.components.BlockLink.documentation.content": "Odkryj podstawowe koncepcje, przewodniki i instrukcje.",
"app.components.BlockLink.tutorial": "Instruktaże",
"app.components.BlockLink.tutorial.content": "Postępuj zgodnie z instrukcją, aby używać i dostosować Strapi.",
"app.components.Button.cancel": "Anuluj", "app.components.Button.cancel": "Anuluj",
"app.components.Button.confirm": "Potwierdź",
"app.components.Button.reset": "Resetuj", "app.components.Button.reset": "Resetuj",
"app.components.ComingSoonPage.comingSoon": "Wkrótce", "app.components.ComingSoonPage.comingSoon": "Wkrótce",
"app.components.ConfirmDialog.title": "Potwierdzenie",
"app.components.DownloadInfo.download": "Pobieranie w toku...", "app.components.DownloadInfo.download": "Pobieranie w toku...",
"app.components.DownloadInfo.text": "Może to chwilę potrwać. Dziękuję za cierpliwość.", "app.components.DownloadInfo.text": "Może to chwilę potrwać. Dziękuję za cierpliwość.",
"app.components.EmptyAttributes.title": "Nie ma jeszcze pól", "app.components.EmptyAttributes.title": "Nie ma jeszcze pól",
"app.components.HomePage.button.blog": "ZOBACZ WIĘCEJ NA BLOGU", "app.components.EmptyStateLayout.content-document": "Nie znaleziono treści",
"app.components.EmptyStateLayout.content-permissions": "Nie masz uprawnień dostępu do zawartości",
"app.components.GuidedTour.CM.create.content": "<p>Twórz i zarządzaj zawartością w Menedżerze Treści</p><p>Przykład: Korzystając z Bloga, można napisać artykuł, zapisać, a kto inny może opublikować treści</p><p>💡 Krótka wskazówka nie zapomnij nacisnąć przycisku publikowania w tworzonych materiałach.</p>",
"app.components.GuidedTour.CM.create.title": "⚡️ Utwórz treść",
"app.components.GuidedTour.CM.success.content": "<p>Świetnie, ostatni krok do zrobienia!</p><b>🚀 Zobacz zawartość w akcji</b>",
"app.components.GuidedTour.CM.success.cta.title": "Przetestuj API",
"app.components.GuidedTour.CM.success.title": "Krok 2: Ukończony ✅",
"app.components.GuidedTour.CTB.create.content": "<p>Typy kolekcji pomogą zarządzać kilkoma wpisami. Typy pojedyncze są odpowiednie do zarządzania tylko jednym wpisem.</p><p>Przykład: Dla Bloga, artykuły stanowiłyby typ kolekcji, natomiast strona główna stanowiłaby typ pojedynczy.</p>",
"app.components.GuidedTour.CTB.create.cta.title": "Utwórz typ kolekcji",
"app.components.GuidedTour.CTB.create.title": "🧠 Utwórz pierwszy typ kolekcji",
"app.components.GuidedTour.CTB.success.content": "<p>Dobrze!</p><b>⚡️ Czym chciałbyś się podzielić ze światem?</b>",
"app.components.GuidedTour.CTB.success.title": "Krok 1: Ukończony ✅",
"app.components.GuidedTour.apiTokens.create.content": "<p>Wygeneruj token uwierzytelniający i przywróć utworzoną treść.</p>",
"app.components.GuidedTour.apiTokens.create.cta.title": "Wygeneruj API Token",
"app.components.GuidedTour.apiTokens.create.title": "🚀 Zobacz zawartość w akcji",
"app.components.GuidedTour.apiTokens.success.content": "<p>Zobacz zawartość w akcji wysyłając żądanie HTTP:</p><ul><li><p>Na ten adres URL: <light>https://'<'YOUR_DOMAIN'>'/api/'<'YOUR_CT'>'</light></p></li><li><p>Z nagłówkiem: <light>Authorization: bearer '<'YOUR_API_TOKEN'>'</light></p></li></ul><p>Więcej sposobów zarządzania treścią znajdziesz w <documentationLink>dokumentacji</documentationLink>.</p>",
"app.components.GuidedTour.apiTokens.success.cta.title": "Wróć do strony głównej",
"app.components.GuidedTour.apiTokens.success.title": "Krok 3: Ukończony ✅",
"app.components.GuidedTour.create-content": "Utwórz treść",
"app.components.GuidedTour.home.CM.title": "⚡️ Czym chciałbyś się podzielić ze światem?",
"app.components.GuidedTour.home.CTB.cta.title": "Przejdź do kreatora typów treści",
"app.components.GuidedTour.home.CTB.title": "🧠 Stwórz strukturę treści",
"app.components.GuidedTour.home.apiTokens.cta.title": "Przetestuj API",
"app.components.GuidedTour.skip": "Pomiń przewodnik",
"app.components.GuidedTour.title": "3 kroki do rozpoczęcia",
"app.components.HomePage.button.blog": "Zobacz więcej na blogu",
"app.components.HomePage.community": "Znajdź społeczność w sieci", "app.components.HomePage.community": "Znajdź społeczność w sieci",
"app.components.HomePage.community.content": "Porozmawiaj z członkami zespołu, współtwórcami i programistami na różnych kanałach.", "app.components.HomePage.community.content": "Porozmawiaj z członkami zespołu, współtwórcami i programistami na różnych kanałach.",
"app.components.HomePage.create": "Utwórz swój pierwszy typ zawartości", "app.components.HomePage.create": "Utwórz swój pierwszy typ zawartości",
"app.components.HomePage.roadmap": "Zobacz nasz opis rozwoju",
"app.components.HomePage.welcome": "Witaj na pokładzie!", "app.components.HomePage.welcome": "Witaj na pokładzie!",
"app.components.HomePage.welcome.again": "Witaj", "app.components.HomePage.welcome.again": "Witaj",
"app.components.HomePage.welcomeBlock.content": "Cieszymy się, że jesteś częścią społeczności. Nieustannie poszukujemy opinii, więc zachęcamy do wysyłania nam wiadomości", "app.components.HomePage.welcomeBlock.content": "Cieszymy się, że jesteś częścią społeczności. Nieustannie poszukujemy opinii, więc zachęcamy do wysyłania nam wiadomości",
@ -175,6 +288,11 @@
"app.components.InstallPluginPage.Download.description": "Pobranie i zainstalowanie wtyczki może zająć kilka sekund.", "app.components.InstallPluginPage.Download.description": "Pobranie i zainstalowanie wtyczki może zająć kilka sekund.",
"app.components.InstallPluginPage.Download.title": "Pobieram...", "app.components.InstallPluginPage.Download.title": "Pobieram...",
"app.components.InstallPluginPage.description": "Rozszerz swoją aplikację bez wysiłku.", "app.components.InstallPluginPage.description": "Rozszerz swoją aplikację bez wysiłku.",
"app.components.LeftMenu.collapse": "Zwiń pasek nawigacyjny",
"app.components.LeftMenu.expand": "Rozwiń pasek nawigacyjny",
"app.components.LeftMenu.logout": "Wyloguj",
"app.components.LeftMenu.navbrand.title": "Strapi Panel",
"app.components.LeftMenu.navbrand.workplace": "Panel roboczy",
"app.components.LeftMenuFooter.help": "Wsparcie", "app.components.LeftMenuFooter.help": "Wsparcie",
"app.components.LeftMenuFooter.poweredBy": "Obsługiwane przez ", "app.components.LeftMenuFooter.poweredBy": "Obsługiwane przez ",
"app.components.LeftMenuLinkContainer.collectionTypes": "Typy kolekcji", "app.components.LeftMenuLinkContainer.collectionTypes": "Typy kolekcji",
@ -182,16 +300,20 @@
"app.components.LeftMenuLinkContainer.general": "Ogólne", "app.components.LeftMenuLinkContainer.general": "Ogólne",
"app.components.LeftMenuLinkContainer.noPluginsInstalled": "Nie zainstalowano jeszcze żadnych wtyczek", "app.components.LeftMenuLinkContainer.noPluginsInstalled": "Nie zainstalowano jeszcze żadnych wtyczek",
"app.components.LeftMenuLinkContainer.plugins": "Wtyczki", "app.components.LeftMenuLinkContainer.plugins": "Wtyczki",
"app.components.LeftMenuLinkContainer.singleTypes": "Pojedyncze typy", "app.components.LeftMenuLinkContainer.singleTypes": "Typy pojedyncze",
"app.components.ListPluginsPage.deletePlugin.description": "Odinstalowanie wtyczki może zająć kilka sekund.", "app.components.ListPluginsPage.deletePlugin.description": "Odinstalowanie wtyczki może zająć kilka sekund.",
"app.components.ListPluginsPage.deletePlugin.title": "Odinstalowywanie", "app.components.ListPluginsPage.deletePlugin.title": "Odinstalowywanie",
"app.components.ListPluginsPage.description": "Lista zainstalowanych wtyczek w projekcie.", "app.components.ListPluginsPage.description": "Lista zainstalowanych wtyczek w projekcie.",
"app.components.ListPluginsPage.helmet.title": "Lista wtyczek", "app.components.ListPluginsPage.helmet.title": "Lista wtyczek",
"app.components.Logout.logout": "Wyloguj", "app.components.Logout.logout": "Wyloguj",
"app.components.Logout.profile": "Profil", "app.components.Logout.profile": "Profil",
"app.components.MarketplaceBanner": "Odkryj wtyczki stworzone przez społeczność oraz wiele innych niesamowitych rzeczy, aby rozpocząć swój projekt na Strapi Awesome",
"app.components.MarketplaceBanner.image.alt": "strapi logo rakiety",
"app.components.MarketplaceBanner.link": "Sprawdź to teraz",
"app.components.NotFoundPage.back": "Powrót na stronę główną", "app.components.NotFoundPage.back": "Powrót na stronę główną",
"app.components.NotFoundPage.description": "Nie znaleziono", "app.components.NotFoundPage.description": "Nie znaleziono",
"app.components.Official": "Oficjalne", "app.components.Official": "Oficjalne",
"app.components.Onboarding.help.button": "Przycisk pomocy",
"app.components.Onboarding.label.completed": "% ukończono", "app.components.Onboarding.label.completed": "% ukończono",
"app.components.Onboarding.title": "Odpal filmy szkoleniowe", "app.components.Onboarding.title": "Odpal filmy szkoleniowe",
"app.components.PluginCard.Button.label.download": "Pobierz", "app.components.PluginCard.Button.label.download": "Pobierz",
@ -203,7 +325,9 @@
"app.components.PluginCard.compatible": "Zgodny z Twoją aplikacją", "app.components.PluginCard.compatible": "Zgodny z Twoją aplikacją",
"app.components.PluginCard.compatibleCommunity": "Zgodny ze społecznością", "app.components.PluginCard.compatibleCommunity": "Zgodny ze społecznością",
"app.components.PluginCard.more-details": "Więcej szczegółów", "app.components.PluginCard.more-details": "Więcej szczegółów",
"app.components.UpgradePlanModal.button": "DOWIEDZ SIĘ WIĘCEJ", "app.components.ToggleCheckbox.off-label": "Fałsz",
"app.components.ToggleCheckbox.on-label": "Prawda",
"app.components.UpgradePlanModal.button": "Dowiedz się więcej",
"app.components.UpgradePlanModal.limit-reached": "Osiągnąłeś limit", "app.components.UpgradePlanModal.limit-reached": "Osiągnąłeś limit",
"app.components.UpgradePlanModal.text-ce": "Wydanie społecznościowe", "app.components.UpgradePlanModal.text-ce": "Wydanie społecznościowe",
"app.components.UpgradePlanModal.text-ee": "Wersja Enterprise", "app.components.UpgradePlanModal.text-ee": "Wersja Enterprise",
@ -236,20 +360,40 @@
"app.containers.Users.EditPage.roles-bloc-title": "Role przypisane", "app.containers.Users.EditPage.roles-bloc-title": "Role przypisane",
"app.containers.Users.ModalForm.footer.button-success": "Stwórz użytkownika", "app.containers.Users.ModalForm.footer.button-success": "Stwórz użytkownika",
"app.links.configure-view": "Skonfiguruj widok", "app.links.configure-view": "Skonfiguruj widok",
"app.page.not.found": "Ups! Nie możemy znaleźć strony, której szukasz...",
"app.static.links.cheatsheet": "Ściąga", "app.static.links.cheatsheet": "Ściąga",
"app.utils.SelectOption.defaultMessage": " ", "app.utils.SelectOption.defaultMessage": " ",
"app.utils.add-filter": "Dodaj filtr", "app.utils.add-filter": "Dodaj filtr",
"app.utils.defaultMessage": " ", "app.utils.close-label": "Zamknij",
"app.utils.duplicate": "Kopiuj",
"app.utils.edit": "Edycja",
"app.utils.errors.file-too-big.message": "Plik jest za duży", "app.utils.errors.file-too-big.message": "Plik jest za duży",
"app.utils.filter-value": "Wartośc filtra",
"app.utils.filters": "Filtry", "app.utils.filters": "Filtry",
"app.utils.placeholder.defaultMessage": " ", "app.utils.notify.data-loaded": "{target} został załadowany",
"app.utils.publish": "Opublikuj", "app.utils.publish": "Opublikuj",
"app.utils.select-all": "Zaznacz wszystko", "app.utils.select-all": "Zaznacz wszystko",
"app.utils.select-field": "Zaznacz pole",
"app.utils.select-filter": "Zaznacz filtr",
"app.utils.unpublish": "Cofnij publikację", "app.utils.unpublish": "Cofnij publikację",
"clearLabel": "Wyczyść",
"coming.soon": "Zawartość w budowie, wróć za kilka tygodni!",
"component.Input.error.validation.integer": "Wartość ta musi być liczbą całkowitą", "component.Input.error.validation.integer": "Wartość ta musi być liczbą całkowitą",
"components.AutoReloadBlocker.description": "Uruchom Strapi za pomocą jednego z następujących poleceń:", "components.AutoReloadBlocker.description": "Uruchom Strapi za pomocą jednego z następujących poleceń:",
"components.AutoReloadBlocker.header": "Ta wtyczka wymaga funkcji przeładowania.", "components.AutoReloadBlocker.header": "Ta wtyczka wymaga funkcji przeładowania.",
"components.ErrorBoundary.title": "Coś poszło nie tak...", "components.ErrorBoundary.title": "Coś poszło nie tak...",
"components.FilterOptions.FILTER_TYPES.$contains": "zawiera (wielkość liter ma znaczenie)",
"components.FilterOptions.FILTER_TYPES.$endsWith": "kończy się na",
"components.FilterOptions.FILTER_TYPES.$eq": "jest",
"components.FilterOptions.FILTER_TYPES.$gt": "jest większe niż",
"components.FilterOptions.FILTER_TYPES.$gte": "jest większe lub równe",
"components.FilterOptions.FILTER_TYPES.$lt": "jest mniejsze niż",
"components.FilterOptions.FILTER_TYPES.$lte": "jest mniejsze niż lub równe",
"components.FilterOptions.FILTER_TYPES.$ne": "nie jest",
"components.FilterOptions.FILTER_TYPES.$notContains": "nie zawiera (wielkość liter ma znaczenie)",
"components.FilterOptions.FILTER_TYPES.$notNull": "nie jest null",
"components.FilterOptions.FILTER_TYPES.$null": "jest null",
"components.FilterOptions.FILTER_TYPES.$startsWith": "zaczyna się na",
"components.Input.error.attribute.key.taken": "Ta wartość już istnieje", "components.Input.error.attribute.key.taken": "Ta wartość już istnieje",
"components.Input.error.attribute.sameKeyAndName": "Nie mogą być równe", "components.Input.error.attribute.sameKeyAndName": "Nie mogą być równe",
"components.Input.error.attribute.taken": "Ta nazwa pola już istnieje", "components.Input.error.attribute.taken": "Ta nazwa pola już istnieje",
@ -261,6 +405,7 @@
"components.Input.error.password.noMatch": "Hasła nie pasują do siebie", "components.Input.error.password.noMatch": "Hasła nie pasują do siebie",
"components.Input.error.validation.email": "To nie jest e-mail", "components.Input.error.validation.email": "To nie jest e-mail",
"components.Input.error.validation.json": "To nie pasuje do formatu JSON", "components.Input.error.validation.json": "To nie pasuje do formatu JSON",
"components.Input.error.validation.lowercase": "Wartość musi być ciągiem znaków, małymi literami",
"components.Input.error.validation.max": "Wartość jest za wysoka.", "components.Input.error.validation.max": "Wartość jest za wysoka.",
"components.Input.error.validation.maxLength": "Wartość jest za długa.", "components.Input.error.validation.maxLength": "Wartość jest za długa.",
"components.Input.error.validation.min": "The value is too low.", "components.Input.error.validation.min": "The value is too low.",
@ -280,6 +425,9 @@
"components.ProductionBlocker.description": "Ze względów bezpieczeństwa musimy wyłączyć tę wtyczkę w innych środowiskach.", "components.ProductionBlocker.description": "Ze względów bezpieczeństwa musimy wyłączyć tę wtyczkę w innych środowiskach.",
"components.ProductionBlocker.header": "Ta wtyczka jest dostępna tylko w trybie deweloperskim.", "components.ProductionBlocker.header": "Ta wtyczka jest dostępna tylko w trybie deweloperskim.",
"components.Search.placeholder": "Szukaj...", "components.Search.placeholder": "Szukaj...",
"components.TableHeader.sort": "Sortuj według {label}",
"components.Wysiwyg.ToggleMode.markdown-mode": "Tryb Markdown",
"components.Wysiwyg.ToggleMode.preview-mode": "Tryb podglądu",
"components.Wysiwyg.collapse": "Zwiń", "components.Wysiwyg.collapse": "Zwiń",
"components.Wysiwyg.selectOptions.H1": "Tytuł H1", "components.Wysiwyg.selectOptions.H1": "Tytuł H1",
"components.Wysiwyg.selectOptions.H2": "Tytuł H2", "components.Wysiwyg.selectOptions.H2": "Tytuł H2",
@ -292,56 +440,105 @@
"components.WysiwygBottomControls.fullscreen": "Rozszerz", "components.WysiwygBottomControls.fullscreen": "Rozszerz",
"components.WysiwygBottomControls.uploadFiles": "Przeciągnij i upuść pliki, wklej ze schowka lub {browse}.", "components.WysiwygBottomControls.uploadFiles": "Przeciągnij i upuść pliki, wklej ze schowka lub {browse}.",
"components.WysiwygBottomControls.uploadFiles.browse": "wybierz je", "components.WysiwygBottomControls.uploadFiles.browse": "wybierz je",
"components.pagination.go-to": "Przejdź do strony {page}",
"components.pagination.go-to-next": "Przejdź do następnej strony",
"components.pagination.go-to-previous": "Przejdź do poprzedniej strony",
"components.pagination.remaining-links": "{number} pozostałe linki",
"components.popUpWarning.button.cancel": "Nie, anuluj", "components.popUpWarning.button.cancel": "Nie, anuluj",
"components.popUpWarning.button.confirm": "Tak, potwierdź", "components.popUpWarning.button.confirm": "Tak, potwierdź",
"components.popUpWarning.message": "Czy na pewno chcesz to usunąć?", "components.popUpWarning.message": "Czy na pewno chcesz to usunąć?",
"components.popUpWarning.title": "Proszę potwierdzić", "components.popUpWarning.title": "Proszę potwierdzić",
"content-manager.App.schemas.data-loaded": "Schematy zostały pomyślnie załadowane",
"content-manager.DynamicTable.relation-loaded": "Relacje zostały załadowane",
"content-manager.DynamicTable.relation-loading": "Relacje w trakcie ładowania",
"content-manager.DynamicTable.relation-more": "Relacja zawiera więcej niż jeden wyświetlany podmiot",
"content-manager.EditRelations.title": "Relacje", "content-manager.EditRelations.title": "Relacje",
"content-manager.HeaderLayout.button.label-add-entry": "Utwórz nowy wpis",
"content-manager.components.AddFilterCTA.add": "Filtry", "content-manager.components.AddFilterCTA.add": "Filtry",
"content-manager.components.AddFilterCTA.hide": "Filtry", "content-manager.components.AddFilterCTA.hide": "Filtry",
"content-manager.components.DraggableAttr.edit": "Kliknij by edytować", "content-manager.components.DragHandle-label": "Przeciągnij",
"content-manager.components.DraggableAttr.edit": "Kliknij aby edytować",
"content-manager.components.DraggableCard.delete.field": "Usuń {item}",
"content-manager.components.DraggableCard.edit.field": "Edytuj {item}",
"content-manager.components.DraggableCard.move.field": "Przesuń {item}",
"content-manager.components.DynamicTable.row-line": "linia o pozycji {number}",
"content-manager.components.DynamicZone.ComponentPicker-label": "Wybierz jeden komponent",
"content-manager.components.DynamicZone.add-component": "Dodaj komponent do {componentName}",
"content-manager.components.DynamicZone.delete-label": "Usuń {name}",
"content-manager.components.DynamicZone.error-message": "Komponent zawiera błędy",
"content-manager.components.DynamicZone.missing-components": "Tutaj {number, plural, =0 {are # missing components} one {is # missing component} other {are # missing components}}",
"content-manager.components.DynamicZone.move-down-label": "Przesuń komponent w dół",
"content-manager.components.DynamicZone.move-up-label": "Przesuń komponent w górę",
"content-manager.components.DynamicZone.pick-compo": "Wybierz jeden komponent", "content-manager.components.DynamicZone.pick-compo": "Wybierz jeden komponent",
"content-manager.components.DynamicZone.required": "Komponent jest wymagany",
"content-manager.components.EmptyAttributesBlock.button": "Przejdź do ustawień", "content-manager.components.EmptyAttributesBlock.button": "Przejdź do ustawień",
"content-manager.components.EmptyAttributesBlock.description": "Możesz zmienić ustawienia", "content-manager.components.EmptyAttributesBlock.description": "Możesz zmienić ustawienia",
"content-manager.components.FieldItem.linkToComponentLayout": "Ustaw układ komponentu", "content-manager.components.FieldItem.linkToComponentLayout": "Ustaw układ komponentu",
"content-manager.components.FieldSelect.label": "Dodaj pole",
"content-manager.components.FilterOptions.button.apply": "Zastosuj", "content-manager.components.FilterOptions.button.apply": "Zastosuj",
"content-manager.components.FiltersPickWrapper.PluginHeader.actions.apply": "Zastosuj", "content-manager.components.FiltersPickWrapper.PluginHeader.actions.apply": "Zastosuj",
"content-manager.components.FiltersPickWrapper.PluginHeader.actions.clearAll": "Wyczyść", "content-manager.components.FiltersPickWrapper.PluginHeader.actions.clearAll": "Wyczyść",
"content-manager.components.FiltersPickWrapper.PluginHeader.description": "Ustawianie warunków filtrowania elementów.", "content-manager.components.FiltersPickWrapper.PluginHeader.description": "Ustawianie warunków filtrowania elementów.",
"content-manager.components.FiltersPickWrapper.PluginHeader.title.filter": "Filtry", "content-manager.components.FiltersPickWrapper.PluginHeader.title.filter": "Filtry",
"content-manager.components.FiltersPickWrapper.hide": "Ukryj", "content-manager.components.FiltersPickWrapper.hide": "Ukryj",
"content-manager.components.LeftMenu.Search.label": "Wyszukaj typ treści",
"content-manager.components.LeftMenu.collection-types": "Typy kolekcji",
"content-manager.components.LeftMenu.single-types": "Typy pojedyncze",
"content-manager.components.LimitSelect.itemsPerPage": "Elementów na stronę", "content-manager.components.LimitSelect.itemsPerPage": "Elementów na stronę",
"content-manager.components.NotAllowedInput.text": "Brak uprawnień do podglądu tego pola",
"content-manager.components.RepeatableComponent.error-message": "Komponenty zawierają błędy",
"content-manager.components.Search.placeholder": "Szukaj elementu...", "content-manager.components.Search.placeholder": "Szukaj elementu...",
"content-manager.components.Select.draft-info-title": "Stan: Wersja robocza",
"content-manager.components.Select.publish-info-title": "Stan: Opublikowano",
"content-manager.components.SettingsViewWrapper.pluginHeader.description.edit-settings": "Dostosuj wygląd widoku edycji.", "content-manager.components.SettingsViewWrapper.pluginHeader.description.edit-settings": "Dostosuj wygląd widoku edycji.",
"content-manager.components.SettingsViewWrapper.pluginHeader.description.list-settings": "Zdefiniuj ustawienia widoku listy.", "content-manager.components.SettingsViewWrapper.pluginHeader.description.list-settings": "Zdefiniuj ustawienia widoku listy.",
"content-manager.components.SettingsViewWrapper.pluginHeader.title": "Skonfiguruj widok - {name}", "content-manager.components.SettingsViewWrapper.pluginHeader.title": "Skonfiguruj widok - {name}",
"content-manager.components.TableDelete.delete": "Usuń", "content-manager.components.TableDelete.delete": "Usuń",
"content-manager.components.TableDelete.deleteSelected": "Usuń zaznaczone", "content-manager.components.TableDelete.deleteSelected": "Usuń zaznaczone",
"content-manager.components.TableDelete.label": "{number, plural, one {# entry} other {# entries}} wybrany",
"content-manager.components.TableEmpty.withFilters": "Nie istnieją elementy {contentType} zgodne z zastosowanymi filtrami...", "content-manager.components.TableEmpty.withFilters": "Nie istnieją elementy {contentType} zgodne z zastosowanymi filtrami...",
"content-manager.components.TableEmpty.withSearch": "Nie istnieją elementy {contentType} zgodne z wyszukiwaną frazą ({search})...", "content-manager.components.TableEmpty.withSearch": "Nie istnieją elementy {contentType} zgodne z wyszukiwaną frazą ({search})...",
"content-manager.components.TableEmpty.withoutFilter": "Nie istnieją jeszcze elementy związane z {contentType}... Stwórz pierwszy jak najszybciej!", "content-manager.components.TableEmpty.withoutFilter": "Nie istnieją jeszcze elementy związane z {contentType}... Stwórz pierwszy jak najszybciej!",
"content-manager.components.empty-repeatable": "Jeszcze nie ma wpisu. Kliknij przycisk poniżej, aby go dodać.", "content-manager.components.empty-repeatable": "Jeszcze nie ma wpisu. Kliknij przycisk poniżej, aby go dodać.",
"content-manager.components.notification.info.maximum-requirement": "Osiągięto maksymalną liczbę pól", "content-manager.components.notification.info.maximum-requirement": "Osiągięto maksymalną liczbę pól",
"content-manager.components.notification.info.minimum-requirement": "Dodano pole spełniające minimalne wymagania", "content-manager.components.notification.info.minimum-requirement": "Dodano pole spełniające minimalne wymagania",
"content-manager.components.repeatable.reorder.error": "Wystąpił błąd podczas zmiany kolejności pól komponentu, spróbuj ponownie",
"content-manager.components.reset-entry": "Zresetuj wpis", "content-manager.components.reset-entry": "Zresetuj wpis",
"content-manager.components.uid.apply": "zastosuj",
"content-manager.components.uid.available": "Dostępny",
"content-manager.components.uid.regenerate": "Ponowne generowanie",
"content-manager.components.uid.suggested": "sugerowany",
"content-manager.components.uid.unavailable": "Niedostępny",
"content-manager.containers.Edit.Link.Layout": "Skonfiguruj układ", "content-manager.containers.Edit.Link.Layout": "Skonfiguruj układ",
"content-manager.containers.Edit.Link.Model": "Edytuj Model", "content-manager.containers.Edit.Link.Model": "Edytuj Model",
"content-manager.containers.Edit.addAnItem": "Dodaj element...", "content-manager.containers.Edit.addAnItem": "Dodaj element...",
"content-manager.containers.Edit.clickToJump": "Kliknij aby przejść do elementu", "content-manager.containers.Edit.clickToJump": "Kliknij aby przejść do elementu",
"content-manager.containers.Edit.delete": "Usuń", "content-manager.containers.Edit.delete": "Usuń",
"content-manager.containers.Edit.delete-entry": "Usuń ten wpis",
"content-manager.containers.Edit.editing": "Edytowanie...", "content-manager.containers.Edit.editing": "Edytowanie...",
"content-manager.containers.Edit.information": "Informacja",
"content-manager.containers.Edit.information.by": "Przez",
"content-manager.containers.Edit.information.created": "Utworzony",
"content-manager.containers.Edit.information.draftVersion": "Wersja robocza",
"content-manager.containers.Edit.information.editing": "Do edycji",
"content-manager.containers.Edit.information.lastUpdate": "Ostatnia aktualizacja",
"content-manager.containers.Edit.information.publishedVersion": "wersja opublikowana",
"content-manager.containers.Edit.pluginHeader.title.new": "Utwórz wpis", "content-manager.containers.Edit.pluginHeader.title.new": "Utwórz wpis",
"content-manager.containers.Edit.reset": "Wyczyść", "content-manager.containers.Edit.reset": "Wyczyść",
"content-manager.containers.Edit.returnList": "Wróć do listy", "content-manager.containers.Edit.returnList": "Wróć do listy",
"content-manager.containers.Edit.seeDetails": "Szczegóły", "content-manager.containers.Edit.seeDetails": "Szczegóły",
"content-manager.containers.Edit.submit": "Zapisz", "content-manager.containers.Edit.submit": "Prześlij",
"content-manager.containers.EditSettingsView.modal-form.edit-field": "Edytuj pole", "content-manager.containers.EditSettingsView.modal-form.edit-field": "Edytuj pole",
"content-manager.containers.EditView.add.new-entry": "Dodaj wpis",
"content-manager.containers.EditView.notification.errors": "Formularz zawiera błędy", "content-manager.containers.EditView.notification.errors": "Formularz zawiera błędy",
"content-manager.containers.Home.introduction": "Aby edytować wpisy przejdź do odpowiedniego linku w menu po lewej. Ta wtyczka nie ma odpowiedniego sposobu na edytowanie ustawień i nadal jest w trakcie rozwijania.", "content-manager.containers.Home.introduction": "Aby edytować wpisy przejdź do odpowiedniego linku w menu po lewej. Ta wtyczka nie ma odpowiedniego sposobu na edytowanie ustawień i nadal jest w trakcie rozwijania.",
"content-manager.containers.Home.pluginHeaderDescription": "Zarządzaj swoimi danymi za pomocą potężnego i pięknego interfejsu.", "content-manager.containers.Home.pluginHeaderDescription": "Zarządzaj swoimi danymi za pomocą potężnego i pięknego interfejsu.",
"content-manager.containers.Home.pluginHeaderTitle": "Treści", "content-manager.containers.Home.pluginHeaderTitle": "Treści",
"content-manager.containers.List.draft": "Robocza",
"content-manager.containers.List.errorFetchRecords": "Błąd", "content-manager.containers.List.errorFetchRecords": "Błąd",
"content-manager.containers.List.published": "Opublikowano",
"content-manager.containers.ListPage.displayedFields": "Wyświetlone atrybuty", "content-manager.containers.ListPage.displayedFields": "Wyświetlone atrybuty",
"content-manager.containers.ListPage.table-headers.published_at": "Stan",
"content-manager.containers.ListSettingsView.modal-form.edit-label": "Edytuj etykietę", "content-manager.containers.ListSettingsView.modal-form.edit-label": "Edytuj etykietę",
"content-manager.containers.SettingPage.add.field": "Wstaw inne pole", "content-manager.containers.SettingPage.add.field": "Wstaw inne pole",
"content-manager.containers.SettingPage.add.relational-field": "Wstaw inne pole relacyjne", "content-manager.containers.SettingPage.add.relational-field": "Wstaw inne pole relacyjne",
@ -350,6 +547,7 @@
"content-manager.containers.SettingPage.editSettings.description": "Przeciągnij i upuś pola by zbudować układ", "content-manager.containers.SettingPage.editSettings.description": "Przeciągnij i upuś pola by zbudować układ",
"content-manager.containers.SettingPage.editSettings.entry.title": "Tytuł wpisu", "content-manager.containers.SettingPage.editSettings.entry.title": "Tytuł wpisu",
"content-manager.containers.SettingPage.editSettings.entry.title.description": "Ustaw wyświetlane pole swojego wpisu", "content-manager.containers.SettingPage.editSettings.entry.title.description": "Ustaw wyświetlane pole swojego wpisu",
"content-manager.containers.SettingPage.editSettings.relation-field.description": "Ustaw wyświetlane pole w widoku edycji oraz listy",
"content-manager.containers.SettingPage.editSettings.title": "Edycja (ustawienia)", "content-manager.containers.SettingPage.editSettings.title": "Edycja (ustawienia)",
"content-manager.containers.SettingPage.layout": "Układ", "content-manager.containers.SettingPage.layout": "Układ",
"content-manager.containers.SettingPage.listSettings.description": "Skonfiguruj opcje dla tego modelu", "content-manager.containers.SettingPage.listSettings.description": "Skonfiguruj opcje dla tego modelu",
@ -366,6 +564,8 @@
"content-manager.containers.SettingsPage.pluginHeaderDescription": "Skonfiguruj domyślne opcje wszystkich twoich modeli", "content-manager.containers.SettingsPage.pluginHeaderDescription": "Skonfiguruj domyślne opcje wszystkich twoich modeli",
"content-manager.containers.SettingsView.list.subtitle": "Skonfiguruj układ i wyświetlanie modeli i grup", "content-manager.containers.SettingsView.list.subtitle": "Skonfiguruj układ i wyświetlanie modeli i grup",
"content-manager.containers.SettingsView.list.title": "Wyświetl konfiguracje ", "content-manager.containers.SettingsView.list.title": "Wyświetl konfiguracje ",
"content-manager.edit-settings-view.link-to-ctb.components": "Edytuj komponent",
"content-manager.edit-settings-view.link-to-ctb.content-types": "Edytuj typ treści",
"content-manager.emptyAttributes.button": "Przejdź do konstruktora modeli", "content-manager.emptyAttributes.button": "Przejdź do konstruktora modeli",
"content-manager.emptyAttributes.description": "Dodaj swoje pierwszy atrybut do modelu", "content-manager.emptyAttributes.description": "Dodaj swoje pierwszy atrybut do modelu",
"content-manager.emptyAttributes.title": "Nie ma jeszcze żadnych atrybutów", "content-manager.emptyAttributes.title": "Nie ma jeszcze żadnych atrybutów",
@ -404,10 +604,13 @@
"content-manager.form.Input.search": "Włącz wyszukiwanie", "content-manager.form.Input.search": "Włącz wyszukiwanie",
"content-manager.form.Input.search.field": "Włącz wyszukiwanie po tym polu", "content-manager.form.Input.search.field": "Włącz wyszukiwanie po tym polu",
"content-manager.form.Input.sort.field": "Włącz sortowanie po tym polu", "content-manager.form.Input.sort.field": "Włącz sortowanie po tym polu",
"content-manager.form.Input.sort.order": "Domyślna kolejność sortowania",
"content-manager.form.Input.wysiwyg": "Wyświetl jako edytor WYSIWYG", "content-manager.form.Input.wysiwyg": "Wyświetl jako edytor WYSIWYG",
"content-manager.global.displayedFields": "Wyświetlane pola", "content-manager.global.displayedFields": "Wyświetlane pola",
"content-manager.groups": "Groupy", "content-manager.groups": "Groupy",
"content-manager.groups.numbered": "Groupy ({number})", "content-manager.groups.numbered": "Groupy ({number})",
"content-manager.header.name": "Zawartość",
"content-manager.link-to-ctb": "Edytuj model",
"content-manager.models": "Modele", "content-manager.models": "Modele",
"content-manager.models.numbered": "Modele ({number})", "content-manager.models.numbered": "Modele ({number})",
"content-manager.notification.error.displayedFields": "Co najmniej jedno pole musi być wyświetlane", "content-manager.notification.error.displayedFields": "Co najmniej jedno pole musi być wyświetlane",
@ -416,17 +619,62 @@
"content-manager.notification.info.minimumFields": "Musisz wyświetlić przynajmniej jedno pole", "content-manager.notification.info.minimumFields": "Musisz wyświetlić przynajmniej jedno pole",
"content-manager.notification.upload.error": "Wystąpił bład podczas przesyłania plików", "content-manager.notification.upload.error": "Wystąpił bład podczas przesyłania plików",
"content-manager.pageNotFound": "Strona nie znaleziona", "content-manager.pageNotFound": "Strona nie znaleziona",
"content-manager.pages.ListView.header-subtitle": "{number, plural, =0 {# entries} one {# entry} other {# entries}} znaleziono",
"content-manager.pages.NoContentType.button": "Utwórz swój pierwszy typ treści",
"content-manager.pages.NoContentType.text": "Nie posiadasz jeszcze żadnej treści, zalecamy utworzenie pierwszego typu treści",
"content-manager.permissions.not-allowed.create": "Nie masz uprawnień do utworzenia dokumentu",
"content-manager.permissions.not-allowed.update": "Nie masz uprawnień do podglądu tego dokumentu",
"content-manager.plugin.description.long": "Szybki sposób na przeglądanie, zmianę i usuwanie elementów z twojej bazy danych.", "content-manager.plugin.description.long": "Szybki sposób na przeglądanie, zmianę i usuwanie elementów z twojej bazy danych.",
"content-manager.plugin.description.short": "Szybki sposób na przeglądanie, zmianę i usuwanie elementów z twojej bazy danych.", "content-manager.plugin.description.short": "Szybki sposób na przeglądanie, zmianę i usuwanie elementów z twojej bazy danych.",
"content-manager.popUpWarning.bodyMessage.contentType.delete": "Czy na pewno chcesz usunąć ten wpis?", "content-manager.popUpWarning.bodyMessage.contentType.delete": "Czy na pewno chcesz usunąć ten wpis?",
"content-manager.popUpWarning.bodyMessage.contentType.delete.all": "Czy na pewno chcesz usunąć te wpisy?", "content-manager.popUpWarning.bodyMessage.contentType.delete.all": "Czy na pewno chcesz usunąć te wpisy?",
"content-manager.popUpWarning.warning.cancelAllSettings": "Jesteś pewnien że chcesz skasować wszystkie swoje zmiany?", "content-manager.popUpWarning.warning.cancelAllSettings": "Jesteś pewnien że chcesz skasować wszystkie swoje zmiany?",
"content-manager.popUpWarning.warning.publish-question": "Czy nadal chcesz to opublikować?",
"content-manager.popUpWarning.warning.unpublish": "Cofnięcie publikacji tej treści<br></br>automatycznie zmieni treść w wersję roboczą.",
"content-manager.popUpWarning.warning.unpublish-question": "Czy na pewno chcesz cofnąć publikację treści",
"content-manager.popUpWarning.warning.updateAllSettings": "Ta operacja zmieni twoje ustawienia", "content-manager.popUpWarning.warning.updateAllSettings": "Ta operacja zmieni twoje ustawienia",
"content-manager.popUpwarning.warning.has-draft-relations.button-confirm": "Tak, opublikuj",
"content-manager.popUpwarning.warning.has-draft-relations.message": "<b>{count, plural, =0 { of your content relations is} one { of your content relations is} other { of your content relations are}}</b>Jeszcze nieopublikowane<br></br>Może to spowodować zepsucie połączeń oraz błedy w projekcie",
"content-manager.popover.display-relations.label": "Wyświetl relacje",
"content-manager.success.record.delete": "Usunięto", "content-manager.success.record.delete": "Usunięto",
"content-manager.success.record.publish": "Opublikowano",
"content-manager.success.record.save": "Zapisano", "content-manager.success.record.save": "Zapisano",
"content-manager.success.record.unpublish": "Nieopublikowano",
"content-manager.utils.data-loaded": "{number, plural, =1 {entry has} other {entries have}} zostały pomyślnie załadowane",
"content-manager.apiError.This attribute must be unique": "{field} musi być unikatowe",
"form.button.continue": "Kontynuować",
"form.button.done": "Gotowe", "form.button.done": "Gotowe",
"global.actions": "Działania",
"global.back": "Powrót",
"global.change-password": "Zmień hasło",
"global.content-manager": "Menedżer treści",
"global.continue": "Kontynuować",
"global.delete": "Usuń",
"global.delete-target": "Usuń {target}",
"global.description": "Opis",
"global.details": "Szczegóły",
"global.disabled": "Wyłączony",
"global.documentation": "Dokumentacja",
"global.enabled": "Włączony",
"global.finish": "Ukończony",
"global.marketplace": "Marketplace",
"global.name": "Nazwa",
"global.none": "Brak",
"global.password": "Hasło",
"global.plugins": "Wtyczki",
"global.profile": "Profil",
"global.prompt.unsaved": "Czy na pewno chcesz opuścić tę stronę? Wszystkie twoje modyfikacje zostaną utracone", "global.prompt.unsaved": "Czy na pewno chcesz opuścić tę stronę? Wszystkie twoje modyfikacje zostaną utracone",
"global.reset-password": "Zresetuj hasło",
"global.roles": "Role",
"global.save": "Zapisz",
"global.see-more": "Zobacz więcej",
"global.select": "Wybierz",
"global.select-all-entries": "Wybierz wszystkie wpisy",
"global.settings": "Ustawienia",
"global.type": "Rodzaj",
"global.users": "Użytkownicy",
"notification.contentType.relations.conflict": "Typ treści ma sprzeczne relacje", "notification.contentType.relations.conflict": "Typ treści ma sprzeczne relacje",
"notification.default.title": "Informacje:",
"notification.error": "Wystąpił bład", "notification.error": "Wystąpił bład",
"notification.error.layout": "Nie udało się pobrać układu", "notification.error.layout": "Nie udało się pobrać układu",
"notification.form.error.fields": "Ten formularz zawiera błędy", "notification.form.error.fields": "Ten formularz zawiera błędy",
@ -435,7 +683,11 @@
"notification.permission.not-allowed-read": "Nie masz uprawnień, by zobaczyć ten dokument", "notification.permission.not-allowed-read": "Nie masz uprawnień, by zobaczyć ten dokument",
"notification.success.delete": "Pozycja została usunięta", "notification.success.delete": "Pozycja została usunięta",
"notification.success.saved": "Zapisano", "notification.success.saved": "Zapisano",
"notification.success.title": "Pomyślnie:",
"notification.version.update.message": "Dostępna jest nowa wersja Strapi!", "notification.version.update.message": "Dostępna jest nowa wersja Strapi!",
"notification.warning.title": "Ostrzeżenie:",
"or": "LUB", "or": "LUB",
"request.error.model.unknown": "Ten model nie istnieje" "request.error.model.unknown": "Ten model nie istnieje",
"skipToContent": "Przejdź do zawartości",
"submit": "Prześlij"
} }

View File

@ -14,20 +14,20 @@
"Auth.form.email.label": "Email", "Auth.form.email.label": "Email",
"Auth.form.email.placeholder": "kai@doe.com", "Auth.form.email.placeholder": "kai@doe.com",
"Auth.form.error.blocked": "Tài khoản của bạn bị khóa bởi người quản trị.", "Auth.form.error.blocked": "Tài khoản của bạn bị khóa bởi người quản trị.",
"Auth.form.error.code.provide": "Mã sai đã được cung cấp.", "Auth.form.error.code.provide": "Mã được cung cấp không chính xác.",
"Auth.form.error.confirmed": "Email của tài khoản của bạn chưa được xác nhận.", "Auth.form.error.confirmed": "Tài khoản Email của bạn chưa được xác nhận.",
"Auth.form.error.email.invalid": "Email sai.", "Auth.form.error.email.invalid": "Email sai.",
"Auth.form.error.email.provide": "Vui lòng cung cấp tên đăng nhập hoặc email.", "Auth.form.error.email.provide": "Vui lòng cung cấp tên đăng nhập hoặc email.",
"Auth.form.error.email.taken": "Email đã được dùng.", "Auth.form.error.email.taken": "Email đã tồn tại.",
"Auth.form.error.invalid": "Định danh hoặc mật khẩu sai.", "Auth.form.error.invalid": "Định danh hoặc mật khẩu sai.",
"Auth.form.error.params.provide": "Tham số sai đã được cung cấp.", "Auth.form.error.params.provide": "Tham số được cung cấp không chính xác.",
"Auth.form.error.password.format": "Mật khẩu của bạn không thể chứa ký tự `$` hơn ba lần", "Auth.form.error.password.format": "Mật khẩu của bạn không thể chứa ký tự `$` hơn ba lần",
"Auth.form.error.password.local": "Người dùng này chưa từng đặt mật khẩu cục bộ, vui lòng đăng nhập thông qua nhà cung cấp đã dùng trong lúc tạo tài khoản ban đầu", "Auth.form.error.password.local": "Người dùng này chưa từng đặt mật khẩu cục bộ, vui lòng đăng nhập thông qua nhà cung cấp đã dùng trong lúc tạo tài khoản ban đầu",
"Auth.form.error.password.matching": "Những mật khẩu không khớp.", "Auth.form.error.password.matching": "Mật khẩu không khớp.",
"Auth.form.error.password.provide": "Vui lòng cung cấp mật khẩu của bạn.", "Auth.form.error.password.provide": "Vui lòng cung cấp mật khẩu của bạn.",
"Auth.form.error.ratelimit": "Thử quá nhiều lần, vui lòng thử lại trong một phút", "Auth.form.error.ratelimit": "Thử quá nhiều lần, vui lòng thử lại sau một phút",
"Auth.form.error.user.not-exist": "Email này chưa tồn tại.", "Auth.form.error.user.not-exist": "Email này chưa tồn tại.",
"Auth.form.error.username.taken": "Tên đăng nhập đã bị lấy.", "Auth.form.error.username.taken": "Tên đăng nhập đã tồn tại.",
"Auth.form.firstname.label": "Họ", "Auth.form.firstname.label": "Họ",
"Auth.form.firstname.placeholder": "v.d. Kai", "Auth.form.firstname.placeholder": "v.d. Kai",
"Auth.form.forgot-password.email.label": "Nhập email của bạn", "Auth.form.forgot-password.email.label": "Nhập email của bạn",
@ -35,7 +35,7 @@
"Auth.form.lastname.label": "Tên", "Auth.form.lastname.label": "Tên",
"Auth.form.lastname.placeholder": "v.d. Doe", "Auth.form.lastname.placeholder": "v.d. Doe",
"Auth.form.password.hide-password": "Ẩn mật khẩu", "Auth.form.password.hide-password": "Ẩn mật khẩu",
"Auth.form.password.hint": "Mật khẩu phải chứa ít nhất 8 ký tự, 1 viết hoa, 1 viết thường, và 1 số", "Auth.form.password.hint": "Mật khẩu phải chứa ít nhất 8 ký tự, 1 viết hoa, 1 viết thường và 1 số",
"Auth.form.password.show-password": "Hiển thị password", "Auth.form.password.show-password": "Hiển thị password",
"Auth.form.register.news.label": "Cập nhật cho tôi về chức năng mới và những cải thiện sắp tới (thông qua việc này bạn đã chấp nhận {terms} và {policy}).", "Auth.form.register.news.label": "Cập nhật cho tôi về chức năng mới và những cải thiện sắp tới (thông qua việc này bạn đã chấp nhận {terms} và {policy}).",
"Auth.form.register.subtitle": "Thông tin của bạn chỉ được sử dụng để đăng nhập vào trang quản trị. Tất cả các dữ liệu được lưu ở cơ sở dữ liệu của bạn.", "Auth.form.register.subtitle": "Thông tin của bạn chỉ được sử dụng để đăng nhập vào trang quản trị. Tất cả các dữ liệu được lưu ở cơ sở dữ liệu của bạn.",
@ -79,8 +79,8 @@
"app.components.HomePage.button.blog": "XEM THÊM TRÊN BLOG", "app.components.HomePage.button.blog": "XEM THÊM TRÊN BLOG",
"app.components.HomePage.community": "Tìm cộng đồng trên web", "app.components.HomePage.community": "Tìm cộng đồng trên web",
"app.components.HomePage.community.content": "Thảo luận với thành viên, người đóng góp và lập trình viên trên những kênh khác nhau.", "app.components.HomePage.community.content": "Thảo luận với thành viên, người đóng góp và lập trình viên trên những kênh khác nhau.",
"app.components.HomePage.welcome": "Chào mừng bạn lên tàu!", "app.components.HomePage.welcome": "Chào mừng bạn đã tham gia 👋",
"app.components.HomePage.welcome.again": "Chào mừng ", "app.components.HomePage.welcome.again": "Chào mừng 👋",
"app.components.HomePage.welcomeBlock.content": "Chúng tôi hạnh phúc khi có bạn là một phần của cộng đồng. Chúng tôi liên tục tìm kiếm sự phản hồi, do đó bạn có thể Liên hệ trực tiếp với chúng tôi trên ", "app.components.HomePage.welcomeBlock.content": "Chúng tôi hạnh phúc khi có bạn là một phần của cộng đồng. Chúng tôi liên tục tìm kiếm sự phản hồi, do đó bạn có thể Liên hệ trực tiếp với chúng tôi trên ",
"app.components.HomePage.welcomeBlock.content.again": "Chúng tôi hi vọng bạn có tiến triển trên dự án của bạn... Bạn tự do đọc tin tức mới nhất về Strapi. Chúng tôi đang cố gắng hết mức để cải thiện sản phẩm dựa trên phản hồi của bạn.", "app.components.HomePage.welcomeBlock.content.again": "Chúng tôi hi vọng bạn có tiến triển trên dự án của bạn... Bạn tự do đọc tin tức mới nhất về Strapi. Chúng tôi đang cố gắng hết mức để cải thiện sản phẩm dựa trên phản hồi của bạn.",
"app.components.HomePage.welcomeBlock.content.issues": "vấn đề.", "app.components.HomePage.welcomeBlock.content.issues": "vấn đề.",
@ -134,9 +134,9 @@
"components.Input.error.attribute.taken": "Trường nhập liệu này đã tồn tại", "components.Input.error.attribute.taken": "Trường nhập liệu này đã tồn tại",
"components.Input.error.contentTypeName.taken": "Tên này đã tồn tại", "components.Input.error.contentTypeName.taken": "Tên này đã tồn tại",
"components.Input.error.custom-error": "{errorMessage} ", "components.Input.error.custom-error": "{errorMessage} ",
"components.Input.error.password.noMatch": "Những mật khẩu không khớp", "components.Input.error.password.noMatch": "Mật khẩu không khớp",
"components.Input.error.validation.email": "Đây không phải là email", "components.Input.error.validation.email": "Email không hợp lệ",
"components.Input.error.validation.json": "Đây không phải là JSON", "components.Input.error.validation.json": "Đây không phải là định dạng JSON",
"components.Input.error.validation.max": "Giá trị quá cao.", "components.Input.error.validation.max": "Giá trị quá cao.",
"components.Input.error.validation.maxLength": "Giá trị quá dài.", "components.Input.error.validation.maxLength": "Giá trị quá dài.",
"components.Input.error.validation.min": "Giá trị quá thấp.", "components.Input.error.validation.min": "Giá trị quá thấp.",
@ -153,7 +153,7 @@
"components.PageFooter.select": "bản ghi trên trang", "components.PageFooter.select": "bản ghi trên trang",
"components.ProductionBlocker.description": "Vì lý do an toàn chúng tôi phải vô hiệu hoá plugin trong các môi trường khác", "components.ProductionBlocker.description": "Vì lý do an toàn chúng tôi phải vô hiệu hoá plugin trong các môi trường khác",
"components.ProductionBlocker.header": "Plugin này chỉ hiệu lức trong môi trường phát triển", "components.ProductionBlocker.header": "Plugin này chỉ hiệu lức trong môi trường phát triển",
"components.Wysiwyg.collapse": "Co lại", "components.Wysiwyg.collapse": "Thu lại",
"components.Wysiwyg.selectOptions.H1": "Tiêu đề H1", "components.Wysiwyg.selectOptions.H1": "Tiêu đề H1",
"components.Wysiwyg.selectOptions.H2": "Tiêu đề H2", "components.Wysiwyg.selectOptions.H2": "Tiêu đề H2",
"components.Wysiwyg.selectOptions.H3": "Tiêu đề H3", "components.Wysiwyg.selectOptions.H3": "Tiêu đề H3",
@ -162,9 +162,9 @@
"components.Wysiwyg.selectOptions.H6": "Tiêu đề H6", "components.Wysiwyg.selectOptions.H6": "Tiêu đề H6",
"components.Wysiwyg.selectOptions.title": "Thêm một tiêu đề", "components.Wysiwyg.selectOptions.title": "Thêm một tiêu đề",
"components.WysiwygBottomControls.charactersIndicators": "ký tự", "components.WysiwygBottomControls.charactersIndicators": "ký tự",
"components.WysiwygBottomControls.fullscreen": "Giãn ra", "components.WysiwygBottomControls.fullscreen": "Mở rộng",
"components.WysiwygBottomControls.uploadFiles": "Kéo và thả các tập tin, dán từ bộ nhớ tạm hay {browse}.", "components.WysiwygBottomControls.uploadFiles": "Kéo và thả các tập tin, dán từ bộ nhớ tạm hay {browse}.",
"components.WysiwygBottomControls.uploadFiles.browse": "chọn chúng", "components.WysiwygBottomControls.uploadFiles.browse": "chọn tệp",
"components.popUpWarning.message": "Bạn có chắc là bạn muốn xoá nó?", "components.popUpWarning.message": "Bạn có chắc là bạn muốn xoá nó?",
"components.popUpWarning.title": "Vui lòng xác nhận", "components.popUpWarning.title": "Vui lòng xác nhận",
"content-manager.EditRelations.title": "Dữ Liệu Quan Hệ", "content-manager.EditRelations.title": "Dữ Liệu Quan Hệ",
@ -229,7 +229,7 @@
"content-manager.error.records.count": "Một lỗi đã xảy ra trong khi lấy về số lượng bản ghi.", "content-manager.error.records.count": "Một lỗi đã xảy ra trong khi lấy về số lượng bản ghi.",
"content-manager.error.records.fetch": "Một lỗi đã xảy ra trong khi lấy về các bản ghi.", "content-manager.error.records.fetch": "Một lỗi đã xảy ra trong khi lấy về các bản ghi.",
"content-manager.error.schema.generation": "Một lỗi đã xảy ra trong khi quá trình tạo ra lược đồ.", "content-manager.error.schema.generation": "Một lỗi đã xảy ra trong khi quá trình tạo ra lược đồ.",
"content-manager.error.validation.json": "Đây không phải là JSON", "content-manager.error.validation.json": "Đây không phải là định dạng JSON",
"content-manager.error.validation.max": "Giá trị quá cao.", "content-manager.error.validation.max": "Giá trị quá cao.",
"content-manager.error.validation.maxLength": "Giá trị quá dài.", "content-manager.error.validation.maxLength": "Giá trị quá dài.",
"content-manager.error.validation.min": "Giá trị quá thấp.", "content-manager.error.validation.min": "Giá trị quá thấp.",

View File

@ -41,7 +41,7 @@
"react-redux": "7.2.3", "react-redux": "7.2.3",
"react-router": "^5.2.0", "react-router": "^5.2.0",
"react-router-dom": "5.2.0", "react-router-dom": "5.2.0",
"sharp": "0.30.4", "sharp": "0.30.6",
"uuid": "8.3.2" "uuid": "8.3.2"
}, },
"engines": { "engines": {

View File

@ -42,7 +42,7 @@
"react-router-dom": "5.2.0", "react-router-dom": "5.2.0",
"redux": "^4.0.1", "redux": "^4.0.1",
"reselect": "^4.0.0", "reselect": "^4.0.0",
"swagger-ui-dist": "3.47.1" "swagger-ui-dist": "4.11.1"
}, },
"peerDependencies": { "peerDependencies": {
"@strapi/strapi": "^4.0.0" "@strapi/strapi": "^4.0.0"

245
yarn.lock
View File

@ -6250,14 +6250,14 @@
integrity sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw== integrity sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==
"@types/node@^14.0.10": "@types/node@^14.0.10":
version "14.18.18" version "14.18.21"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.18.tgz#5c9503030df484ccffcbb935ea9a9e1d6fad1a20" resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.21.tgz#0155ee46f6be28b2ff0342ca1a9b9fd4468bef41"
integrity sha512-B9EoJFjhqcQ9OmQrNorItO+OwEOORNn3S31WuiHvZY/dm9ajkB7AKD/8toessEtHHNL+58jofbq7hMMY9v4yig== integrity sha512-x5W9s+8P4XteaxT/jKF0PSb7XEvo5VmqEWgsMlyeY4ZlLK8I6aH6g5TPPyDlLAep+GYf4kefb7HFyc7PAO3m+Q==
"@types/node@^14.0.10 || ^16.0.0", "@types/node@^14.14.20 || ^16.0.0": "@types/node@^14.0.10 || ^16.0.0", "@types/node@^14.14.20 || ^16.0.0":
version "16.11.36" version "16.11.39"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.36.tgz#9ab9f8276987132ed2b225cace2218ba794fc751" resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.39.tgz#07223cd2bc332ad9d92135e3a522eebdee3b060e"
integrity sha512-FR5QJe+TaoZ2GsMHkjuwoNabr+UrJNRr2HNOo+r/7vhcuntM6Ee/pRPOnRhhL2XE9OOvX9VLEq+BcXl3VjNoWA== integrity sha512-K0MsdV42vPwm9L6UwhIxMAOmcvH/1OoVkZyCgEtVu4Wx7sElGloy/W7kMBNe/oJ7V/jW9BVt1F6RahH6e7tPXw==
"@types/normalize-package-data@^2.4.0": "@types/normalize-package-data@^2.4.0":
version "2.4.1" version "2.4.1"
@ -6440,9 +6440,9 @@
integrity sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw== integrity sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==
"@types/uglify-js@*": "@types/uglify-js@*":
version "3.13.2" version "3.13.3"
resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.13.2.tgz#1044c1713fb81cb1ceef29ad8a9ee1ce08d690ef" resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.13.3.tgz#556fd2ac75cc649aba21f87e0be7b1a7e9915bfe"
integrity sha512-/xFrPIo+4zOeNGtVMbf9rUm0N+i4pDf1ynExomqtokIJmVzR3962lJ1UE+MmexMkA0cmN9oTzg5Xcbwge0Ij2Q== integrity sha512-9dmBYXt/rKxedUXfCvXSxyiPvpDXLkiRlv17DnqdhS+pRustL1967rI1jZVt1xysTO+xJGMoZzcy3cWC9+b6Tw==
dependencies: dependencies:
source-map "^0.6.1" source-map "^0.6.1"
@ -7666,9 +7666,9 @@ aws-sdk@2.892.0:
xml2js "0.4.19" xml2js "0.4.19"
aws-sdk@^2.382.0: aws-sdk@^2.382.0:
version "2.1145.0" version "2.1150.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1145.0.tgz#9da2e0abb5aed130b0fb33d0452cc468b22d2465" resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1150.0.tgz#6f43380837d9cd1b761b9dc51395067686a4a053"
integrity sha512-bjZJGFxHJadnp2kbg1etKw7ID1QmmKk1ivML0Xtt6S6GnGSfX8zVuLMkJZaxPMjlyZ6xeilGwzk2F9igxBCPCQ== integrity sha512-SNbVXNlFGNFVcztPk7iWnjtGL+Afm1nyidpvX2rEqYdap2Ow57njZJXvghQUici4Xhqe+BUuG+x1orlFjapo4g==
dependencies: dependencies:
buffer "4.9.2" buffer "4.9.2"
events "1.1.1" events "1.1.1"
@ -7677,7 +7677,7 @@ aws-sdk@^2.382.0:
querystring "0.2.0" querystring "0.2.0"
sax "1.2.1" sax "1.2.1"
url "0.10.3" url "0.10.3"
uuid "3.3.2" uuid "8.0.0"
xml2js "0.4.19" xml2js "0.4.19"
aws-sign2@~0.7.0: aws-sign2@~0.7.0:
@ -8342,14 +8342,14 @@ browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.17.5, browserslist@^
picocolors "^1.0.0" picocolors "^1.0.0"
browserslist@^4.20.2, browserslist@^4.20.3: browserslist@^4.20.2, browserslist@^4.20.3:
version "4.20.3" version "4.20.4"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.3.tgz#eb7572f49ec430e054f56d52ff0ebe9be915f8bf" resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.4.tgz#98096c9042af689ee1e0271333dbc564b8ce4477"
integrity sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg== integrity sha512-ok1d+1WpnU24XYN7oC3QWgTyMhY/avPJ/r9T00xxvUOIparA/gc+UPUMaod3i+G6s+nI2nUb9xZ5k794uIwShw==
dependencies: dependencies:
caniuse-lite "^1.0.30001332" caniuse-lite "^1.0.30001349"
electron-to-chromium "^1.4.118" electron-to-chromium "^1.4.147"
escalade "^3.1.1" escalade "^3.1.1"
node-releases "^2.0.3" node-releases "^2.0.5"
picocolors "^1.0.0" picocolors "^1.0.0"
bser@2.1.1: bser@2.1.1:
@ -8674,10 +8674,10 @@ caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001317:
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001327.tgz#c1546d7d7bb66506f0ccdad6a7d07fc6d668c858" resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001327.tgz#c1546d7d7bb66506f0ccdad6a7d07fc6d668c858"
integrity sha512-1/Cg4jlD9qjZzhbzkzEaAC2JHsP0WrOc8Rd/3a3LuajGzGWR/hD7TVyvq99VqmTy99eVh8Zkmdq213OgvgXx7w== integrity sha512-1/Cg4jlD9qjZzhbzkzEaAC2JHsP0WrOc8Rd/3a3LuajGzGWR/hD7TVyvq99VqmTy99eVh8Zkmdq213OgvgXx7w==
caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001332: caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001349:
version "1.0.30001344" version "1.0.30001350"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001344.tgz#8a1e7fdc4db9c2ec79a05e9fd68eb93a761888bb" resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001350.tgz#f0acc6472469d066a4357765eb73be5973eda918"
integrity sha512-0ZFjnlCaXNOAYcV7i+TtdKBp0L/3XEU2MF/x6Du1lrh+SRX4IfzIVL4HNJg5pB2PmFb8rszIGyOvsZnqqRoc2g== integrity sha512-NZBql38Pzd+rAu5SPXv+qmTWGQuFsRiemHCJCAPvkoDxWV19/xqL2YHF32fDJ9SDLdLqfax8+S0CO3ncDCp9Iw==
capture-exit@^2.0.0: capture-exit@^2.0.0:
version "2.0.0" version "2.0.0"
@ -9661,9 +9661,9 @@ core-js@^2.6.5:
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
core-js@^3.0.4, core-js@^3.6.5, core-js@^3.8.2: core-js@^3.0.4, core-js@^3.6.5, core-js@^3.8.2:
version "3.22.7" version "3.22.8"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.7.tgz#8d6c37f630f6139b8732d10f2c114c3f1d00024f" resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.8.tgz#23f860b1fe60797cc4f704d76c93fea8a2f60631"
integrity sha512-Jt8SReuDKVNZnZEzyEQT5eK6T2RRCXkfTq7Lo09kpm+fHjgGewSbNjV+Wt4yZMhPDdzz2x1ulI5z/w4nxpBseg== integrity sha512-UoGQ/cfzGYIuiq6Z7vWL1HfkE9U9IZ4Ub+0XSiJTCzvbZzgPA69oDF2f+lgJ6dFFLEdjW5O6svvoKzXX23xFkA==
core-util-is@1.0.2: core-util-is@1.0.2:
version "1.0.2" version "1.0.2"
@ -10747,10 +10747,10 @@ ee-first@1.1.1:
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
electron-to-chromium@^1.3.564, electron-to-chromium@^1.4.118: electron-to-chromium@^1.3.564, electron-to-chromium@^1.4.147:
version "1.4.141" version "1.4.148"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.141.tgz#4dd9119e8a99f1c83c51dfcf1bed79ea541f08d6" resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.148.tgz#437430e03c58ccd1d05701f66980afe54d2253ec"
integrity sha512-mfBcbqc0qc6RlxrsIgLG2wCqkiPAjEezHxGTu7p3dHHFOurH4EjS9rFZndX5axC8264rI1Pcbw8uQP39oZckeA== integrity sha512-8MJk1bcQUAYkuvCyWZxaldiwoDG0E0AMzBGA6cv3WfuvJySiPgfidEPBFCRRH3cZm6SVZwo/oRlK1ehi1QNEIQ==
electron-to-chromium@^1.4.84: electron-to-chromium@^1.4.84:
version "1.4.106" version "1.4.106"
@ -10931,11 +10931,11 @@ error-ex@^1.2.0, error-ex@^1.3.1:
is-arrayish "^0.2.1" is-arrayish "^0.2.1"
error-stack-parser@^2.0.6: error-stack-parser@^2.0.6:
version "2.0.7" version "2.1.4"
resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.0.7.tgz#b0c6e2ce27d0495cf78ad98715e0cad1219abb57" resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.1.4.tgz#229cb01cdbfa84440bfa91876285b94680188286"
integrity sha512-chLOW0ZGRf4s8raLrDxa5sdkvPec5YdvwbFnqJme4rk0rFajP8mPtrDL1+I+CwrQDCjswDA5sREX7jYQDQs9vA== integrity sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==
dependencies: dependencies:
stackframe "^1.1.1" stackframe "^1.3.4"
errs@^0.3.2: errs@^0.3.2:
version "0.3.2" version "0.3.2"
@ -16531,14 +16531,14 @@ memoize-one@^5.0.0:
memoizerific@^1.11.3: memoizerific@^1.11.3:
version "1.11.3" version "1.11.3"
resolved "https://registry.yarnpkg.com/memoizerific/-/memoizerific-1.11.3.tgz#7c87a4646444c32d75438570905f2dbd1b1a805a" resolved "https://registry.yarnpkg.com/memoizerific/-/memoizerific-1.11.3.tgz#7c87a4646444c32d75438570905f2dbd1b1a805a"
integrity sha1-fIekZGREwy11Q4VwkF8tvRsagFo= integrity sha512-/EuHYwAPdLtXwAwSZkh/Gutery6pD2KYd44oQLhAvQp/50mpyduZh8Q7PYHXTCJ+wuXxt7oij2LXyIJOOYFPog==
dependencies: dependencies:
map-or-similar "^1.5.0" map-or-similar "^1.5.0"
memory-fs@^0.4.1: memory-fs@^0.4.1:
version "0.4.1" version "0.4.1"
resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552" resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552"
integrity sha1-OpoguEYlI+RHz7x+i7gO1me/xVI= integrity sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==
dependencies: dependencies:
errno "^0.1.3" errno "^0.1.3"
readable-stream "^2.0.1" readable-stream "^2.0.1"
@ -16564,7 +16564,7 @@ memorystream@^0.3.1:
meow@^3.1.0: meow@^3.1.0:
version "3.7.0" version "3.7.0"
resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb"
integrity sha1-cstmi0JSKCkKu/qFaJJYcwioAfs= integrity sha512-TNdwZs0skRlpPpCUK25StC4VH+tP5GgeY1HQOOGP+lQ2xtdkN2VtT/5tiX9k3IWpkBPV9b3LsAWXn4GGi/PrSA==
dependencies: dependencies:
camelcase-keys "^2.0.0" camelcase-keys "^2.0.0"
decamelize "^1.1.2" decamelize "^1.1.2"
@ -16702,7 +16702,7 @@ mime@1.6.0, mime@^1.4.0:
resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
mime@^2.2.0, mime@^2.4.1, mime@^2.4.4, mime@^2.4.6, mime@^2.5.0: mime@2.6.0, mime@^2.2.0, mime@^2.4.1, mime@^2.4.4, mime@^2.4.6:
version "2.6.0" version "2.6.0"
resolved "https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367" resolved "https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367"
integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg== integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==
@ -16735,7 +16735,7 @@ mimic-response@^3.1.0:
min-document@^2.19.0: min-document@^2.19.0:
version "2.19.0" version "2.19.0"
resolved "https://registry.yarnpkg.com/min-document/-/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685" resolved "https://registry.yarnpkg.com/min-document/-/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685"
integrity sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU= integrity sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==
dependencies: dependencies:
dom-walk "^0.1.0" dom-walk "^0.1.0"
@ -16772,7 +16772,7 @@ minimalistic-crypto-utils@^1.0.1:
minimatch@0.3: minimatch@0.3:
version "0.3.0" version "0.3.0"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-0.3.0.tgz#275d8edaac4f1bb3326472089e7949c8394699dd" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-0.3.0.tgz#275d8edaac4f1bb3326472089e7949c8394699dd"
integrity sha1-J12O2qxPG7MyZHIInnlJyDlGmd0= integrity sha512-WFX1jI1AaxNTZVOHLBVazwTWKaQjoykSzCBNXB72vDTCzopQGtyP91tKdFK5cv1+qMwPyiTu1HqUriqplI8pcA==
dependencies: dependencies:
lru-cache "2" lru-cache "2"
sigmund "~1.0.0" sigmund "~1.0.0"
@ -16803,7 +16803,7 @@ minimist-options@4.1.0:
minimist@0.0.8: minimist@0.0.8:
version "0.0.8" version "0.0.8"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= integrity sha512-miQKw5Hv4NS1Psg2517mV4e4dYNaO3++hjAvLOAzKqZ61rH8NS1SK+vbfBWZ5PY/Me/bEWhUwqMghEW5Fb9T7Q==
minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5, minimist@^1.2.6: minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5, minimist@^1.2.6:
version "1.2.6" version "1.2.6"
@ -16928,12 +16928,12 @@ mkdirp-infer-owner@^2.0.0:
mkdirp@0.3.0: mkdirp@0.3.0:
version "0.3.0" version "0.3.0"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.3.0.tgz#1bbf5ab1ba827af23575143490426455f481fe1e" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.3.0.tgz#1bbf5ab1ba827af23575143490426455f481fe1e"
integrity sha1-G79asbqCevI1dRQ0kEJkVfSB/h4= integrity sha512-OHsdUcVAQ6pOtg5JYWpCBo9W/GySVuwvP9hueRMW7UqshC0tbfzLv8wjySTPm3tfUZ/21CE9E1pJagOA91Pxew==
mkdirp@0.5.1: mkdirp@0.5.1:
version "0.5.1" version "0.5.1"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= integrity sha512-SknJC52obPfGQPnjIkXbmA6+5H15E+fR+E4iR2oQ3zzCLbd7/ONua69R/Gw7AgkTLsRG+r5fzksYwWe1AgTyWA==
dependencies: dependencies:
minimist "0.0.8" minimist "0.0.8"
@ -16952,7 +16952,7 @@ mkdirp@^1.0.3, mkdirp@^1.0.4:
mocha@^2.5.3: mocha@^2.5.3:
version "2.5.3" version "2.5.3"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-2.5.3.tgz#161be5bdeb496771eb9b35745050b622b5aefc58" resolved "https://registry.yarnpkg.com/mocha/-/mocha-2.5.3.tgz#161be5bdeb496771eb9b35745050b622b5aefc58"
integrity sha1-FhvlvetJZ3HrmzV0UFC2IrWu/Fg= integrity sha512-jNt2iEk9FPmZLzL+sm4FNyOIDYXf2wUU6L4Cc8OIKK/kzgMHKPi4YhTZqG4bW4kQVdIv6wutDybRhXfdnujA1Q==
dependencies: dependencies:
commander "2.3.0" commander "2.3.0"
debug "2.2.0" debug "2.2.0"
@ -17023,7 +17023,7 @@ mongoose@^5.5.13:
move-concurrently@^1.0.1: move-concurrently@^1.0.1:
version "1.0.1" version "1.0.1"
resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92" resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
integrity sha1-viwAX9oy4LKa8fBdfEszIUxwH5I= integrity sha512-hdrFxZOycD/g6A6SoI2bB5NA/5NEqD0569+S47WZhPvm46sD50ZHdYaFmnua5lndde9rCHGjmfK7Z8BuCt/PcQ==
dependencies: dependencies:
aproba "^1.1.1" aproba "^1.1.1"
copy-concurrently "^1.0.0" copy-concurrently "^1.0.0"
@ -17056,7 +17056,7 @@ mrmime@^1.0.0:
ms@0.7.1: ms@0.7.1:
version "0.7.1" version "0.7.1"
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.1.tgz#9cd13c03adbff25b65effde7ce864ee952017098" resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.1.tgz#9cd13c03adbff25b65effde7ce864ee952017098"
integrity sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg= integrity sha512-lRLiIR9fSNpnP6TC4v8+4OU7oStC01esuNowdQ34L+Gk8e5Puoc88IqJ+XAY/B3Mn2ZKis8l8HX90oU8ivzUHg==
ms@2.0.0: ms@2.0.0:
version "2.0.0" version "2.0.0"
@ -17282,15 +17282,20 @@ node-addon-api@^3.0.0:
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.2.1.tgz#81325e0a2117789c0128dab65e7e38f07ceba161" resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.2.1.tgz#81325e0a2117789c0128dab65e7e38f07ceba161"
integrity sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A== integrity sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==
node-addon-api@^4.2.0, node-addon-api@^4.3.0: node-addon-api@^4.2.0:
version "4.3.0" version "4.3.0"
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-4.3.0.tgz#52a1a0b475193e0928e98e0426a0d1254782b77f" resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-4.3.0.tgz#52a1a0b475193e0928e98e0426a0d1254782b77f"
integrity sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ== integrity sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==
node-addon-api@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-5.0.0.tgz#7d7e6f9ef89043befdb20c1989c905ebde18c501"
integrity sha512-CvkDw2OEnme7ybCykJpVcKH+uAOLV2qLqiyla128dN9TkEWfrYmxG6C2boDe5KcNQqZF3orkqzGgOMvZ/JNekA==
node-dir@^0.1.10: node-dir@^0.1.10:
version "0.1.17" version "0.1.17"
resolved "https://registry.yarnpkg.com/node-dir/-/node-dir-0.1.17.tgz#5f5665d93351335caabef8f1c554516cf5f1e4e5" resolved "https://registry.yarnpkg.com/node-dir/-/node-dir-0.1.17.tgz#5f5665d93351335caabef8f1c554516cf5f1e4e5"
integrity sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU= integrity sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==
dependencies: dependencies:
minimatch "^3.0.2" minimatch "^3.0.2"
@ -17494,7 +17499,7 @@ node-releases@^2.0.2:
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.2.tgz#7139fe71e2f4f11b47d4d2986aaf8c48699e0c01" resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.2.tgz#7139fe71e2f4f11b47d4d2986aaf8c48699e0c01"
integrity sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg== integrity sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==
node-releases@^2.0.3: node-releases@^2.0.5:
version "2.0.5" version "2.0.5"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.5.tgz#280ed5bc3eba0d96ce44897d8aee478bfb3d9666" resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.5.tgz#280ed5bc3eba0d96ce44897d8aee478bfb3d9666"
integrity sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q== integrity sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==
@ -18125,9 +18130,9 @@ outvariant@^1.2.1:
integrity sha512-yeWM9k6UPfG/nzxdaPlJkB2p08hCg4xP6Lx99F+vP8YF7xyZVfTmJjrrNalkmzudD4WFvNLVudQikqUmF8zhVQ== integrity sha512-yeWM9k6UPfG/nzxdaPlJkB2p08hCg4xP6Lx99F+vP8YF7xyZVfTmJjrrNalkmzudD4WFvNLVudQikqUmF8zhVQ==
overlayscrollbars@^1.13.1: overlayscrollbars@^1.13.1:
version "1.13.1" version "1.13.2"
resolved "https://registry.yarnpkg.com/overlayscrollbars/-/overlayscrollbars-1.13.1.tgz#0b840a88737f43a946b9d87875a2f9e421d0338a" resolved "https://registry.yarnpkg.com/overlayscrollbars/-/overlayscrollbars-1.13.2.tgz#4e2c13c89a8b66ad53cf86b520cac6a5d8d52f2b"
integrity sha512-gIQfzgGgu1wy80EB4/6DaJGHMEGmizq27xHIESrzXq0Y/J0Ay1P3DWk6tuVmEPIZH15zaBlxeEJOqdJKmowHCQ== integrity sha512-xk9eJ8fpuh28WABSDpMpOv90aDQk+x5wLeqU4AGbJg56eGLeKxVPQzMxeX6+BM2dsIIOcBj3Fwvn8A0EzhHN3g==
p-all@^2.1.0: p-all@^2.1.0:
version "2.1.0" version "2.1.0"
@ -18144,7 +18149,7 @@ p-cancelable@^2.0.0:
p-defer@^1.0.0: p-defer@^1.0.0:
version "1.0.0" version "1.0.0"
resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c" resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c"
integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww= integrity sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==
p-each-series@^2.1.0: p-each-series@^2.1.0:
version "2.2.0" version "2.2.0"
@ -18433,7 +18438,7 @@ parse-filepath@^1.0.1:
parse-json@^2.2.0: parse-json@^2.2.0:
version "2.2.0" version "2.2.0"
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9"
integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck= integrity sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ==
dependencies: dependencies:
error-ex "^1.2.0" error-ex "^1.2.0"
@ -18575,18 +18580,16 @@ path-case@^2.1.0:
version "2.1.1" version "2.1.1"
resolved "https://registry.yarnpkg.com/path-case/-/path-case-2.1.1.tgz#94b8037c372d3fe2906e465bb45e25d226e8eea5" resolved "https://registry.yarnpkg.com/path-case/-/path-case-2.1.1.tgz#94b8037c372d3fe2906e465bb45e25d226e8eea5"
integrity sha1-lLgDfDctP+KQbkZbtF4l0ibo7qU= integrity sha1-lLgDfDctP+KQbkZbtF4l0ibo7qU=
dependencies:
no-case "^2.2.0"
path-dirname@^1.0.0: path-dirname@^1.0.0:
version "1.0.2" version "1.0.2"
resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0"
integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= integrity sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==
path-exists@^2.0.0: path-exists@^2.0.0:
version "2.1.0" version "2.1.0"
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b"
integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= integrity sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ==
dependencies: dependencies:
pinkie-promise "^2.0.0" pinkie-promise "^2.0.0"
@ -18652,7 +18655,7 @@ path-to-regexp@^1.7.0:
path-type@^1.0.0: path-type@^1.0.0:
version "1.1.0" version "1.1.0"
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
integrity sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE= integrity sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==
dependencies: dependencies:
graceful-fs "^4.1.2" graceful-fs "^4.1.2"
pify "^2.0.0" pify "^2.0.0"
@ -18785,14 +18788,14 @@ pify@^5.0.0:
pinkie-promise@^2.0.0: pinkie-promise@^2.0.0:
version "2.0.1" version "2.0.1"
resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o= integrity sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==
dependencies: dependencies:
pinkie "^2.0.0" pinkie "^2.0.0"
pinkie@^2.0.0: pinkie@^2.0.0:
version "2.0.4" version "2.0.4"
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA= integrity sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==
pirates@^4.0.1, pirates@^4.0.5: pirates@^4.0.1, pirates@^4.0.5:
version "4.0.5" version "4.0.5"
@ -19090,7 +19093,7 @@ postgres-interval@^1.1.0:
dependencies: dependencies:
xtend "^4.0.0" xtend "^4.0.0"
prebuild-install@^7.0.0, prebuild-install@^7.0.1: prebuild-install@^7.0.0:
version "7.0.1" version "7.0.1"
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-7.0.1.tgz#c10075727c318efe72412f333e0ef625beaf3870" resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-7.0.1.tgz#c10075727c318efe72412f333e0ef625beaf3870"
integrity sha512-QBSab31WqkyxpnMWQxubYAHR5S9B2+r81ucocew34Fkl98FhvKIF50jIJnNOBmAZfyNV7vE5T6gd3hTVWgY6tg== integrity sha512-QBSab31WqkyxpnMWQxubYAHR5S9B2+r81ucocew34Fkl98FhvKIF50jIJnNOBmAZfyNV7vE5T6gd3hTVWgY6tg==
@ -19109,6 +19112,24 @@ prebuild-install@^7.0.0, prebuild-install@^7.0.1:
tar-fs "^2.0.0" tar-fs "^2.0.0"
tunnel-agent "^0.6.0" tunnel-agent "^0.6.0"
prebuild-install@^7.1.0:
version "7.1.1"
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-7.1.1.tgz#de97d5b34a70a0c81334fd24641f2a1702352e45"
integrity sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==
dependencies:
detect-libc "^2.0.0"
expand-template "^2.0.3"
github-from-package "0.0.0"
minimist "^1.2.3"
mkdirp-classic "^0.5.3"
napi-build-utils "^1.0.1"
node-abi "^3.3.0"
pump "^3.0.0"
rc "^1.2.7"
simple-get "^4.0.0"
tar-fs "^2.0.0"
tunnel-agent "^0.6.0"
prelude-ls@^1.2.1: prelude-ls@^1.2.1:
version "1.2.1" version "1.2.1"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
@ -19177,7 +19198,7 @@ pretty-format@^27.0.0, pretty-format@^27.0.2, pretty-format@^27.5.1:
pretty-hrtime@^1.0.3: pretty-hrtime@^1.0.3:
version "1.0.3" version "1.0.3"
resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1" resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1"
integrity sha1-t+PqQkNaTJsnWdmeDyAesZWALuE= integrity sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==
pretty-time@^1.1.0: pretty-time@^1.1.0:
version "1.1.0" version "1.1.0"
@ -19327,7 +19348,7 @@ proxy-from-env@^1.0.0:
prr@~1.0.1: prr@~1.0.1:
version "1.0.1" version "1.0.1"
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"
integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY= integrity sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==
psl@^1.1.28, psl@^1.1.33: psl@^1.1.28, psl@^1.1.33:
version "1.8.0" version "1.8.0"
@ -19379,7 +19400,7 @@ punycode@1.3.2:
punycode@^1.2.4: punycode@^1.2.4:
version "1.4.1" version "1.4.1"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
integrity sha1-wNWmOycYgArY4esPpSachN1BhF4= integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==
punycode@^2.1.0, punycode@^2.1.1: punycode@^2.1.0, punycode@^2.1.1:
version "2.1.1" version "2.1.1"
@ -19409,10 +19430,10 @@ qs@6.10.1:
dependencies: dependencies:
side-channel "^1.0.4" side-channel "^1.0.4"
qs@6.10.3, qs@^6.10.0, qs@^6.10.2, qs@^6.10.3, qs@^6.4.0, qs@^6.5.2, qs@^6.9.4, qs@^6.9.6: qs@6.10.5, qs@^6.10.0, qs@^6.10.2, qs@^6.10.3, qs@^6.4.0, qs@^6.5.2, qs@^6.9.4, qs@^6.9.6:
version "6.10.3" version "6.10.5"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e" resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.5.tgz#974715920a80ff6a262264acd2c7e6c2a53282b4"
integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ== integrity sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ==
dependencies: dependencies:
side-channel "^1.0.4" side-channel "^1.0.4"
@ -20015,7 +20036,7 @@ read-package-tree@^5.3.1:
read-pkg-up@^1.0.1: read-pkg-up@^1.0.1:
version "1.0.1" version "1.0.1"
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
integrity sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI= integrity sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A==
dependencies: dependencies:
find-up "^1.0.0" find-up "^1.0.0"
read-pkg "^1.0.0" read-pkg "^1.0.0"
@ -20040,7 +20061,7 @@ read-pkg-up@^7.0.1:
read-pkg@^1.0.0: read-pkg@^1.0.0:
version "1.1.0" version "1.1.0"
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28"
integrity sha1-9f+qXs0pyzHAR0vKfXVra7KePyg= integrity sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==
dependencies: dependencies:
load-json-file "^1.0.0" load-json-file "^1.0.0"
normalize-package-data "^2.3.2" normalize-package-data "^2.3.2"
@ -20161,7 +20182,7 @@ recursive-readdir@2.2.2:
redent@^1.0.0: redent@^1.0.0:
version "1.0.0" version "1.0.0"
resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde" resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde"
integrity sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94= integrity sha512-qtW5hKzGQZqKoh6JNSD+4lfitfPKGz42e6QwiRmPM5mmKtR0N41AbJRYu0xJi7nhOJ4WDgRkKvAk6tw4WIwR4g==
dependencies: dependencies:
indent-string "^2.1.0" indent-string "^2.1.0"
strip-indent "^1.0.1" strip-indent "^1.0.1"
@ -20462,7 +20483,7 @@ repeat-string@^1.0.0, repeat-string@^1.5.4, repeat-string@^1.6.1:
repeating@^2.0.0: repeating@^2.0.0:
version "2.0.1" version "2.0.1"
resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda"
integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= integrity sha512-ZqtSMuVybkISo2OWvqvm7iHSWngvdaW3IpsT9/uP8v4gMi591LY6h35wdOfvQdWCKFWZWm2Y1Opp4kV7vQKT6A==
dependencies: dependencies:
is-finite "^1.0.0" is-finite "^1.0.0"
@ -20768,7 +20789,7 @@ run-parallel@^1.1.9:
run-queue@^1.0.0, run-queue@^1.0.3: run-queue@^1.0.0, run-queue@^1.0.3:
version "1.0.3" version "1.0.3"
resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47" resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47"
integrity sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec= integrity sha512-ntymy489o0/QQplUDnpYAYUsO50K9SBrIVaKCWDOJzYJts0f9WH9RFJkyagebkw5+y1oi00R7ynNW/d12GBumg==
dependencies: dependencies:
aproba "^1.1.1" aproba "^1.1.1"
@ -21153,15 +21174,15 @@ shallowequal@^1.1.0:
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8" resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ== integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
sharp@0.30.4: sharp@0.30.6:
version "0.30.4" version "0.30.6"
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.30.4.tgz#73d9daa63bbc20da189c9328d75d5d395fc8fb73" resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.30.6.tgz#02264e9826b5f1577509f70bb627716099778873"
integrity sha512-3Onig53Y6lji4NIZo69s14mERXXY/GV++6CzOYx/Rd8bnTwbhFbL09WZd7Ag/CCnA0WxFID8tkY0QReyfL6v0Q== integrity sha512-lSdVxFxcndzcXggDrak6ozdGJgmIgES9YVZWtAFrwi+a/H5vModaf51TghBtMPw+71sLxUsTy2j+aB7qLIODQg==
dependencies: dependencies:
color "^4.2.3" color "^4.2.3"
detect-libc "^2.0.1" detect-libc "^2.0.1"
node-addon-api "^4.3.0" node-addon-api "^5.0.0"
prebuild-install "^7.0.1" prebuild-install "^7.1.0"
semver "^7.3.7" semver "^7.3.7"
simple-get "^4.0.1" simple-get "^4.0.1"
tar-fs "^2.1.1" tar-fs "^2.1.1"
@ -21648,10 +21669,10 @@ stack-utils@^2.0.2:
dependencies: dependencies:
escape-string-regexp "^2.0.0" escape-string-regexp "^2.0.0"
stackframe@^1.1.1: stackframe@^1.3.4:
version "1.2.1" version "1.3.4"
resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.2.1.tgz#1033a3473ee67f08e2f2fc8eba6aef4f845124e1" resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.3.4.tgz#b881a004c8c149a5e8efef37d51b16e412943310"
integrity sha512-h88QkzREN/hy8eRdyNhhsO7RSJ5oyTqxxmmn0dzBIMUclZsjpfmrsg81vp8mjjAs2vAZ72nyWxRUwSwmh0e4xg== integrity sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==
state-toggle@^1.0.0: state-toggle@^1.0.0:
version "1.0.3" version "1.0.3"
@ -22175,9 +22196,9 @@ superagent@6.1.0:
semver "^7.3.2" semver "^7.3.2"
superagent@^7.1.3: superagent@^7.1.3:
version "7.1.3" version "7.1.6"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-7.1.3.tgz#783ff8330e7c2dad6ad8f0095edc772999273b6b" resolved "https://registry.yarnpkg.com/superagent/-/superagent-7.1.6.tgz#64f303ed4e4aba1e9da319f134107a54cacdc9c6"
integrity sha512-WA6et4nAvgBCS73lJvv1D0ssI5uk5Gh+TGN/kNe+B608EtcVs/yzfl+OLXTzDs7tOBDIpvgh/WUs1K2OK1zTeQ== integrity sha512-gZkVCQR1gy/oUXr+kxJMLDjla434KmSOKbx5iGD30Ql+AkJQ/YlPKECJy2nhqOsHLjGHzoDTXNSjhnvWhzKk7g==
dependencies: dependencies:
component-emitter "^1.3.0" component-emitter "^1.3.0"
cookiejar "^2.1.3" cookiejar "^2.1.3"
@ -22186,7 +22207,7 @@ superagent@^7.1.3:
form-data "^4.0.0" form-data "^4.0.0"
formidable "^2.0.1" formidable "^2.0.1"
methods "^1.1.2" methods "^1.1.2"
mime "^2.5.0" mime "2.6.0"
qs "^6.10.3" qs "^6.10.3"
readable-stream "^3.6.0" readable-stream "^3.6.0"
semver "^7.3.7" semver "^7.3.7"
@ -22263,10 +22284,10 @@ svg-tags@^1.0.0:
resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764" resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764"
integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q= integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=
swagger-ui-dist@3.47.1: swagger-ui-dist@4.11.1:
version "3.47.1" version "4.11.1"
resolved "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-3.47.1.tgz#03b214a40d61e417051879cdb4a96f9c6b518a38" resolved "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-4.11.1.tgz#1e9c0e62bdac632f7b206c95ef9cbe986097606a"
integrity sha512-7b9iHDC/GGC9SJLd3HiV/3EnsJ3wu7xN8Q4MpOPfQO8UG7TQFG2TMTDkvvy0SNeqxQY0tGQY0ppZC9a95tW3kg== integrity sha512-pf3kfSTYdF9mYFY2VnfJ51wnXlSVhEGdtymhpHzfbFw2jTbiEWgBoVz5EB9aW2EaJvUGTM1YHAXYZX7Jk4RdAQ==
swap-case@^1.1.0: swap-case@^1.1.0:
version "1.1.2" version "1.1.2"
@ -22478,7 +22499,18 @@ terser-webpack-plugin@^4.2.3:
terser "^5.3.4" terser "^5.3.4"
webpack-sources "^1.4.3" webpack-sources "^1.4.3"
terser-webpack-plugin@^5.0.3, terser-webpack-plugin@^5.1.3: terser-webpack-plugin@^5.0.3:
version "5.3.3"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.3.tgz#8033db876dd5875487213e87c627bca323e5ed90"
integrity sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ==
dependencies:
"@jridgewell/trace-mapping" "^0.3.7"
jest-worker "^27.4.5"
schema-utils "^3.1.1"
serialize-javascript "^6.0.0"
terser "^5.7.2"
terser-webpack-plugin@^5.1.3:
version "5.3.1" version "5.3.1"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.1.tgz#0320dcc270ad5372c1e8993fabbd927929773e54" resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.1.tgz#0320dcc270ad5372c1e8993fabbd927929773e54"
integrity sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g== integrity sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==
@ -23358,6 +23390,11 @@ uuid@3.3.2:
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA== integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==
uuid@8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.0.0.tgz#bc6ccf91b5ff0ac07bbcdbf1c7c4e150db4dbb6c"
integrity sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw==
uuid@8.3.2, uuid@^8.0.0, uuid@^8.3.0, uuid@^8.3.2: uuid@8.3.2, uuid@^8.0.0, uuid@^8.3.0, uuid@^8.3.2:
version "8.3.2" version "8.3.2"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
@ -23529,7 +23566,15 @@ watchpack@^1.7.4:
chokidar "^3.4.1" chokidar "^3.4.1"
watchpack-chokidar2 "^2.0.1" watchpack-chokidar2 "^2.0.1"
watchpack@^2.2.0, watchpack@^2.3.1: watchpack@^2.2.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.0.tgz#fa33032374962c78113f93c7f2fb4c54c9862a5d"
integrity sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==
dependencies:
glob-to-regexp "^0.4.1"
graceful-fs "^4.1.2"
watchpack@^2.3.1:
version "2.3.1" version "2.3.1"
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.3.1.tgz#4200d9447b401156eeca7767ee610f8809bc9d25" resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.3.1.tgz#4200d9447b401156eeca7767ee610f8809bc9d25"
integrity sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA== integrity sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==
@ -23557,9 +23602,9 @@ web-namespaces@^1.0.0:
integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw== integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==
web-streams-polyfill@^3.0.1: web-streams-polyfill@^3.0.1:
version "3.2.0" version "3.2.1"
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.0.tgz#a6b74026b38e4885869fb5c589e90b95ccfc7965" resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
integrity sha512-EqPmREeOzttaLRm5HS7io98goBgZ7IVz79aDvqjD0kYXLtFZTc0T/U6wHTPKyIjb+MdN7DFIIX6hgdBEpWmfPA== integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
webidl-conversions@^3.0.0: webidl-conversions@^3.0.0:
version "3.0.1" version "3.0.1"
@ -23802,9 +23847,9 @@ webpack@5.65.0:
webpack-sources "^3.2.2" webpack-sources "^3.2.2"
"webpack@>=4.43.0 <6.0.0", webpack@^5.9.0: "webpack@>=4.43.0 <6.0.0", webpack@^5.9.0:
version "5.72.1" version "5.73.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.72.1.tgz#3500fc834b4e9ba573b9f430b2c0a61e1bb57d13" resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.73.0.tgz#bbd17738f8a53ee5760ea2f59dce7f3431d35d38"
integrity sha512-dXG5zXCLspQR4krZVR6QgajnZOjW2K/djHvdcRaDQvsjV9z9vaW6+ja5dZOYbqBBjF6kGXka/2ZyxNdc+8Jung== integrity sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==
dependencies: dependencies:
"@types/eslint-scope" "^3.7.3" "@types/eslint-scope" "^3.7.3"
"@types/estree" "^0.0.51" "@types/estree" "^0.0.51"