mirror of
https://github.com/strapi/strapi.git
synced 2025-09-17 20:40:17 +00:00
polish language | strapi-plugin-content-type-builder
This commit is contained in:
parent
734ecc1cfc
commit
34e125f504
@ -15,7 +15,7 @@
|
||||
"attribute.password": "Hasło",
|
||||
"attribute.relation": "Relacja",
|
||||
"attribute.enumeration": "Wyliczenie",
|
||||
"attribute.WYSIWYG": "Text (WYSIWYG)",
|
||||
"attribute.WYSIWYG": "Tekst (WYSIWYG)",
|
||||
|
||||
"contentType.temporaryDisplay": "(Nie zapisany)",
|
||||
"from": "z",
|
||||
@ -53,14 +53,14 @@
|
||||
"form.attribute.item.boolean.name": "Nazwa",
|
||||
"form.attribute.item.string.name": "Nazwa",
|
||||
"form.attribute.item.enumeration.name": "Nazwa",
|
||||
"form.attribute.item.enumeration.rules": "Values (separate them with a comma)",
|
||||
"form.attribute.item.enumeration.graphql": "Name override for GraphQL",
|
||||
"form.attribute.item.enumeration.graphql.description": "Allows you to override the default generated name for GraphQL",
|
||||
"form.attribute.item.enumeration.placeholder": "Ex: morning,noon,evening",
|
||||
"form.attribute.item.appearance.name": "Appearance",
|
||||
"form.attribute.item.appearance.label": "Display as a WYSIWYG",
|
||||
"form.attribute.item.enumeration.rules": "Wartości (oddzielone przecinkiem)",
|
||||
"form.attribute.item.enumeration.graphql": "Nadpisanie nazwy dla GraphQL",
|
||||
"form.attribute.item.enumeration.graphql.description": "Pozwalaj na nadpisanie domyślnie wygenerowanej nazwy dla GraphQL.",
|
||||
"form.attribute.item.enumeration.placeholder": "Przykład: rano,południe,wieczór",
|
||||
"form.attribute.item.appearance.name": "Wygląd",
|
||||
"form.attribute.item.appearance.label": "Wyświetlaj jako WYSIWYG",
|
||||
"form.attribute.item.appearance.description":
|
||||
"Otherwise, the value will be editable through a basic textarea field",
|
||||
"W przeciwnym razie zawartość będzie można edytować za pomocą podstawowego pola tekstowego.",
|
||||
"form.attribute.item.settings.name": "Ustawienia",
|
||||
"form.attribute.item.requiredField": "Wymagany",
|
||||
"form.attribute.item.uniqueField": "Unikalny",
|
||||
@ -80,8 +80,8 @@
|
||||
"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.attribute.settings.default": "Domyślnie",
|
||||
"form.attribute.settings.default.checkboxLabel": "Ustawione na prawdę",
|
||||
|
||||
"form.button.cancel": "Anuluj",
|
||||
"form.button.continue": "Kontynuuj",
|
||||
@ -136,7 +136,7 @@
|
||||
"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.enumeration.description": "List of choices",
|
||||
"popUpForm.attributes.enumeration.description": "Lista wyborów",
|
||||
|
||||
"popUpForm.attributes.string.name": "Ciąg",
|
||||
"popUpForm.attributes.text.name": "Tekst",
|
||||
@ -175,10 +175,10 @@
|
||||
"table.contentType.head.description": "Opis",
|
||||
"table.contentType.head.fields": "Atrybuty",
|
||||
|
||||
"relation.oneWay": "has one",
|
||||
"relation.oneToOne": "ma jeden",
|
||||
"relation.oneWay": "zawiera",
|
||||
"relation.oneToOne": "zawiera i należy do",
|
||||
"relation.oneToMany": "należy do wielu",
|
||||
"relation.manyToOne": "ma wiele",
|
||||
"relation.manyToMany": "ma i należy do wielu",
|
||||
"relation.manyToOne": "zawiera wiele",
|
||||
"relation.manyToMany": "zawiera i należy do wielu",
|
||||
"relation.attributeName.placeholder": "Np: autor, kategoria, tag"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user