{
  "plugin.description.short": "Modeluj strukturę danych swojego API.",
  "plugin.description.long":
    "Modeluj strukturę danych swojego API. Twórz atrybuty i relacje w minutę. Pliki są automatycznie tworzone i aktualizowane w twoim projekcie.",
  "attribute.string": "Ciąg",
  "attribute.text": "Tekst",
  "attribute.boolean": "Typ logiczny",
  "attribute.float": "Zmiennoprzecinkowa",
  "attribute.integer": "Całkowita",
  "attribute.decimal": "Dziesiętna",
  "attribute.date": "Data",
  "attribute.json": "JSON",
  "attribute.media": "Media",
  "attribute.email": "Email",
  "attribute.password": "Hasło",
  "attribute.relation": "Relacja",
  "attribute.enumeration": "Wyliczenie",
  "attribute.WYSIWYG": "Text (WYSIWYG)",

  "contentType.temporaryDisplay": "(Nie zapisany)",
  "from": "z",
  "home.contentTypeBuilder.name": "Modele",
  "home.contentTypeBuilder.description": "Twórz i dowolnie zmieniaj struktury danych",
  "home.emptyContentType.title": "Nie został jeszcze utworzony żaden model",
  "home.emptyContentType.description":
    "Stwórz swój pierwszy model, aby móc pobierać dane z interfejsu API.",

  "home.emptyAttributes.title": "Nie został jeszcze utworzony żaden atrybut",
  "home.emptyAttributes.description": "Dodaj pierwszy atrybut do nowego modelu",

  "button.contentType.create": "Model",
  "button.contentType.add": "Model",
  "button.attributes.add": "Atrybut",

  "error.validation.required": "Wpisanie wartości dla tego atrybutu jest wymagane.",
  "error.validation.regex": "Wartość nie jest zgodna z wymaganym wzorcem.",
  "error.validation.max": "Wartość jest za wysoka.",
  "error.validation.min": "Wartość jest za niska.",
  "error.validation.maxLength": "Wartość jest za długa.",
  "error.validation.minLength": "Wartość jest za krótka",
  "error.contentTypeName.taken": "Ta nazwa już istnieje",
  "error.attribute.taken": "Taki atrybut już istnieje",
  "error.attribute.key.taken": "Ta wartość już istnieje",
  "error.attribute.sameKeyAndName": "Nie mogą być takie same",
  "error.validation.minSupMax": "Nie może być większa",

  "form.attribute.item.textarea.name": "Nazwa",
  "form.attribute.item.number.name": "Nazwa",
  "form.attribute.item.date.name": "Nazwa",
  "form.attribute.item.media.name": "Nazwa",
  "form.attribute.item.media.multiple": "Pozwalaj na wiele plików",
  "form.attribute.item.json.name": "Nazwa",
  "form.attribute.item.boolean.name": "Nazwa",
  "form.attribute.item.string.name": "Nazwa",
  "form.attribute.item.settings.name": "Ustawienia",
  "form.attribute.item.requiredField": "Wymagany",
  "form.attribute.item.uniqueField": "Unikalny",
  "form.attribute.item.minimum": "Minimalna wartość",
  "form.attribute.item.minimumLength": "Minimalna długość",
  "form.attribute.item.maximumLength": "Maksymalna długość",
  "form.attribute.item.maximum": "Maksymalna wartość",
  "form.attribute.item.requiredField.description":
    "Nie będziesz w stanie stworzyć wpisu jeżeli atrybut będzie pusty",
  "form.attribute.item.uniqueField.description":
    "Nie będziesz w stanie stworzyć wpisu jeżeli wartość atrybutu będzie już wykorzystywana",
  "form.attribute.item.defineRelation.fieldName": "Atrybut",
  "form.attribute.item.customColumnName": "Własne nazwy tabel",
  "form.attribute.item.customColumnName.description":
    "Jest to przydatne do zmiany nazwy tabel bazy danych w bardziej wszechstronnym formacie odpowiedzi API",
  "form.attribute.item.number.type": "Forma",
  "form.attribute.item.number.type.integer": "całkowita (np: 10)",
  "form.attribute.item.number.type.float": "zmiennoprzecinkowa (np: 3.33333333)",
  "form.attribute.item.number.type.decimal": "dziesiętna (np: 2.22)",
  "form.attribute.settings.default": "Default value",
  "form.attribute.settings.default.checkboxLabel": "Set to true",

  "form.button.cancel": "Anuluj",
  "form.button.continue": "Kontynuuj",
  "form.button.save": "Zapisz",

  "form.contentType.item.connections": "Połączenie",
  "form.contentType.item.name": "Nazwa",
  "form.contentType.item.name.description": "Nazwa modelu powinna być w liczbie pojedyńczej",
  "form.contentType.item.name.link.description": "zobacz naszą dokumentację",
  "form.contentType.item.description": "Opis",
  "form.contentType.item.description.placeholder": "Wpisz krótki opis tutaj...",
  "form.contentType.item.collectionName": "Kolekcja",
  "form.contentType.item.collectionName.inputDescription":
    "Przydatne kiedy nazwa modelu jest inna niż nazwa tabeli w bazie danych",

  "menu.section.contentTypeBuilder.name.plural": "Modele",
  "menu.section.contentTypeBuilder.name.singular": "Model",
  "menu.section.documentation.name": "Dokumentacja",
  "menu.section.documentation.guide": "Dowiedz się więcej na temat modeli w naszym",
  "menu.section.documentation.guideLink": "poradniku.",
  "menu.section.documentation.tutorial": "Zobacz nasz",
  "menu.section.documentation.tutorialLink": "poradnik wideo.",

  "modelPage.contentHeader.emptyDescription.description": "Ten model nie posiada opisu",
  "modelPage.contentType.list.title.plural": "atrybutów",
  "modelPage.contentType.list.title.singular": "atrybut",
  "modelPage.contentType.list.title.including": "w tym",
  "modelPage.contentType.list.relationShipTitle.plural": "relacji",
  "modelPage.contentType.list.relationShipTitle.singular": "relacja",
  "modelPage.attribute.relationWith": "Relacja z",

  "noTableWarning.description": "Nie zapomnij stworzyć tabeli `{modelName}` w bazie danych.",
  "noTableWarning.infos": "Więcej informacji",

  "notification.error.message": "Wystąpił błąd",
  "notification.info.contentType.creating.notSaved":
    "Zapisz proszę aktualny model zanim stworzysz nowy",
  "notification.info.optimized": "Ta wtyczka jest zoptymalizowana z localStorage",
  "notification.success.message.contentType.edit": "Model został zmieniony",
  "notification.success.message.contentType.create": "Model został utworzony",
  "notification.success.contentTypeDeleted": "Model został usunięty",
  "notification.info.enumeration": "Tego pola nie można obecnie edytować... 😮",

  "popUpForm.attributes.string.description": "Tytuły, nazwy, paragrafy, lista nazwisk",
  "popUpForm.attributes.text.description": "Opisy, paragrafy, artykuły ",
  "popUpForm.attributes.boolean.description": "Tak lub nie, 1 lub 0, prawda lub fałsz",
  "popUpForm.attributes.number.description": "Wszystko co jest liczbą",
  "popUpForm.attributes.date.description": "Data wydarzenia, godziny otwarcia",
  "popUpForm.attributes.json.description": "Data w formacie JSON",
  "popUpForm.attributes.media.description": "Obrazy, filmy, PDF'y i inne pliki",
  "popUpForm.attributes.relation.description": "Odnosi się do modelu",
  "popUpForm.attributes.email.description": "Email użytkownika...",
  "popUpForm.attributes.password.description": "Hasło użytkownika...",

  "popUpForm.attributes.string.name": "Ciąg",
  "popUpForm.attributes.text.name": "Tekst",
  "popUpForm.attributes.boolean.name": "Typ logiczny",
  "popUpForm.attributes.date.name": "Data",
  "popUpForm.attributes.json.name": "JSON",
  "popUpForm.attributes.media.name": "Media",
  "popUpForm.attributes.number.name": "Numer",
  "popUpForm.attributes.relation.name": "Relacja",
  "popUpForm.attributes.email.name": "Email",
  "popUpForm.attributes.password.name": "Hasło",
  "popUpForm.create": "Nowy",
  "popUpForm.edit": "Zmień",
  "popUpForm.field": "Atrybut",
  "popUpForm.create.contentType.header.title": "Model",
  "popUpForm.choose.attributes.header.title": "Atrybut",
  "popUpForm.edit.contentType.header.title": "Model",

  "popUpForm.navContainer.relation": "Relacja",
  "popUpForm.navContainer.base": "Podstawowe",
  "popUpForm.navContainer.advanced": "Zaawansowane",

  "popUpRelation.title": "Relacja",

  "popUpWarning.button.cancel": "Nie",
  "popUpWarning.button.confirm": "Tak",
  "popUpWarning.title": "Potwierdzenie",
  "popUpWarning.bodyMessage.contentType.delete": "Czy na pewno chcesz usunąć ten model?",
  "popUpWarning.bodyMessage.attribute.delete": "Czy na pewno chcesz usunąć ten atrybut?",

  "table.contentType.title.plural": "Modeli jest dostępnych",
  "table.contentType.title.singular": "Model jest dostępny",
  "table.contentType.head.name": "Nazwa",
  "table.contentType.head.description": "Opis",
  "table.contentType.head.fields": "Atrybuty",

  "relation.oneToOne": "ma jeden",
  "relation.oneToMany": "należy do wielu",
  "relation.manyToOne": "ma wiele",
  "relation.manyToMany": "ma i należy do wielu",
  "relation.attributeName.placeholder": "Np: autor, kategoria, tag"
}
