@strapi/content-type-builder 5.42.0 → 5.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/admin/components/AIChat/hooks/useAIFetch.js +1 -1
- package/dist/admin/components/AIChat/hooks/useAIFetch.js.map +1 -1
- package/dist/admin/components/AIChat/hooks/useAIFetch.mjs +2 -2
- package/dist/admin/components/AIChat/hooks/useAIFetch.mjs.map +1 -1
- package/dist/admin/translations/nl.json.js +100 -38
- package/dist/admin/translations/nl.json.js.map +1 -1
- package/dist/admin/translations/nl.json.mjs +100 -38
- package/dist/admin/translations/nl.json.mjs.map +1 -1
- package/dist/admin/translations/pl.json.js +68 -9
- package/dist/admin/translations/pl.json.js.map +1 -1
- package/dist/admin/translations/pl.json.mjs +68 -9
- package/dist/admin/translations/pl.json.mjs.map +1 -1
- package/dist/admin/translations/zh-Hans.json.js +215 -215
- package/dist/admin/translations/zh-Hans.json.mjs +215 -215
- package/dist/server/register.js +2 -3
- package/dist/server/register.js.map +1 -1
- package/dist/server/register.mjs +2 -3
- package/dist/server/register.mjs.map +1 -1
- package/dist/server/src/register.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
var configurations = "Configuraties";
|
|
2
2
|
var from = "van";
|
|
3
3
|
var nl = {
|
|
4
|
+
"IconPicker.emptyState.label": "Geen iconen gevonden",
|
|
5
|
+
"IconPicker.icon.label": "Selecteer icoon {icon}",
|
|
6
|
+
"IconPicker.remove.button": "Knop om geselecteerd icoon te verwijderen",
|
|
7
|
+
"IconPicker.remove.tooltip": "Verwijder geselecteerd icoon",
|
|
8
|
+
"IconPicker.search.button.label": "Icoon zoekknop",
|
|
9
|
+
"IconPicker.search.clear.label": "Wis icoon zoekopdracht",
|
|
10
|
+
"IconPicker.search.placeholder.label": "Zoek een icoon",
|
|
11
|
+
"attribute.blocks": "Rijk tekst (Blocks)",
|
|
12
|
+
"attribute.blocks.description": "Een op JSON gebaseerde rijke teksteditor",
|
|
4
13
|
"attribute.boolean": "Boolean",
|
|
5
14
|
"attribute.boolean.description": "Ja of nee, 1 of 0, waar of onwaar",
|
|
6
15
|
"attribute.component": "Component",
|
|
@@ -28,8 +37,6 @@ var nl = {
|
|
|
28
37
|
"attribute.relation.description": "Verwijst naar een collectie type",
|
|
29
38
|
"attribute.richtext": "Rijk tekst",
|
|
30
39
|
"attribute.richtext.description": "Een rijk tekst-editor met opmaakopties",
|
|
31
|
-
"attribute.blocks": "Rijk tekst (Blocks)",
|
|
32
|
-
"attribute.blocks.description": "Een op JSON gebaseerde rijke teksteditor",
|
|
33
40
|
"attribute.text": "Tekst",
|
|
34
41
|
"attribute.text.description": "Kleine of lange tekst zoals een titel of beschrijving",
|
|
35
42
|
"attribute.time": "Tijd",
|
|
@@ -41,6 +48,51 @@ var nl = {
|
|
|
41
48
|
"button.component.create": "Maak een nieuw component",
|
|
42
49
|
"button.model.create": "Maak een nieuw collectie type",
|
|
43
50
|
"button.single-types.create": "Maak een nieuw enkel type",
|
|
51
|
+
"chat.attachments.menu.attach-image": "Afbeelding bijvoegen",
|
|
52
|
+
"chat.attachments.menu.import-code": "Code importeren",
|
|
53
|
+
"chat.attachments.menu.import-figma": "Importeren vanuit Figma",
|
|
54
|
+
"chat.code-upload.description": "Je app zal worden geanalyseerd door AI. Zorg ervoor dat je alle gevoelige gegevens verwijdert voor het importeren.",
|
|
55
|
+
"chat.code-upload.drop-zone": "Drop .zip bestand hier of",
|
|
56
|
+
"chat.code-upload.drop-zone-browse": "blader door bestanden",
|
|
57
|
+
"chat.code-upload.drop-zone-folder": "Sleep hier een map naartoe of",
|
|
58
|
+
"chat.code-upload.header": "Importeer Next.js app",
|
|
59
|
+
"chat.code-upload.title": "Importeer Next.js app",
|
|
60
|
+
"chat.feedback.comment.label": "Hoe kunnen we verbeteren? (optioneel)",
|
|
61
|
+
"chat.feedback.error": "Er is een fout opgetreden bij het verzenden van je feedback",
|
|
62
|
+
"chat.feedback.placeholder": "Je feedback...",
|
|
63
|
+
"chat.feedback.reason.bad_recommendation": "Slechte aanbeveling",
|
|
64
|
+
"chat.feedback.reason.being_lazy": "Onvolledig",
|
|
65
|
+
"chat.feedback.reason.instructions_ignored": "Instructies genegeerd",
|
|
66
|
+
"chat.feedback.reason.invalid_schema": "Ongeldig schema",
|
|
67
|
+
"chat.feedback.reason.other": "Anders",
|
|
68
|
+
"chat.feedback.reason.slow": "Langzaam",
|
|
69
|
+
"chat.feedback.submitted": "Bedankt voor je feedback!",
|
|
70
|
+
"chat.feedback.subtitle": "Geef aanvullende feedback op dit bericht. Selecteer alles wat van toepassing is.",
|
|
71
|
+
"chat.feedback.title": "Feedback geven",
|
|
72
|
+
"chat.figma-upload.import-button": "Importeren",
|
|
73
|
+
"chat.figma-upload.no-images": "Geen frames gevonden in het Figma-bestand.",
|
|
74
|
+
"chat.figma-upload.select-images": "Selecteer frames om te importeren",
|
|
75
|
+
"chat.figma-upload.step1-title": "Voer Figma-URL in",
|
|
76
|
+
"chat.figma-upload.step2-title": "Afbeeldingen bekijken",
|
|
77
|
+
"chat.header.default-title": "Nieuwe chat",
|
|
78
|
+
"chat.input.defaults.ctb": "Vertel me over Content-Type Builder",
|
|
79
|
+
"chat.input.defaults.generate": "Genereer product schema",
|
|
80
|
+
"chat.input.defaults.strapi": "Vertel me over Strapi",
|
|
81
|
+
"chat.input.defaults.title": "Hoe kan ik je helpen?",
|
|
82
|
+
"chat.input.placeholder": "Vraag Strapi AI...",
|
|
83
|
+
"chat.input.strapi-ai-can-make-errors": "Strapi AI kan fouten maken.",
|
|
84
|
+
"chat.input.thinking": "Strapi AI denkt na...",
|
|
85
|
+
"chat.messages.error": "Er is iets misgegaan.",
|
|
86
|
+
"chat.messages.license-limit-exceeded": "AI-tegoed overschreden.",
|
|
87
|
+
"chat.messages.license-limit-reached": "Licentielimiet bereikt, probeer het morgen opnieuw.",
|
|
88
|
+
"chat.messages.too-long-error": "Dit gesprek heeft de maximale lengte bereikt. Start een nieuw gesprek",
|
|
89
|
+
"chat.messages.too-many-requests": "Te veel verzoeken, probeer het later opnieuw.",
|
|
90
|
+
"chat.tooltips.close-chat": "Sluit chat",
|
|
91
|
+
"chat.tooltips.create-chat": "Nieuwe chat",
|
|
92
|
+
"chat.tooltips.open-chat": "Open chat",
|
|
93
|
+
"chat.tooltips.send-message": "Verzenden",
|
|
94
|
+
"chat.tooltips.stop-generation": "Stop",
|
|
95
|
+
"chat.tooltips.upload-attachments": "Bijlagen uploaden",
|
|
44
96
|
"component.repeatable": "(herhaalbaar)",
|
|
45
97
|
"components.SelectComponents.displayed-value": "{number, plural, =0 {# componenten} one {# component} other {# componenten}} geselecteerd",
|
|
46
98
|
"components.componentSelect.no-component-available": "Alle componenten zijn al toegevoegd",
|
|
@@ -57,11 +109,11 @@ var nl = {
|
|
|
57
109
|
"contentType.displayName.label": "Weergavenaam",
|
|
58
110
|
"contentType.kind.change.warning": "Je hebt zojuist het soort content type gewijzigd. De API wordt gereset (routes, controllers en services worden overschreven).",
|
|
59
111
|
"error.attributeName.reserved-name": "Deze naam kan niet worden gebruikt in je content type omdat het andere functies kan breken",
|
|
112
|
+
"error.contentType.pluralName-equals-collectionName": "Deze waarde wordt al gebruikt door een ander content type",
|
|
113
|
+
"error.contentType.pluralName-equals-singularName": "Deze waarde kan niet hetzelfde zijn als de enkelvoudige API ID van een ander content type",
|
|
60
114
|
"error.contentType.pluralName-used": "Deze waarde kan niet hetzelfde zijn als de enkelvoudige waarde",
|
|
61
|
-
"error.contentType.singularName-used": "Deze waarde kan niet hetzelfde zijn als de meervoudige waarde",
|
|
62
115
|
"error.contentType.singularName-equals-pluralName": "Deze waarde kan niet hetzelfde zijn als de meervoudige API ID van een ander content type",
|
|
63
|
-
"error.contentType.
|
|
64
|
-
"error.contentType.pluralName-equals-collectionName": "Deze waarde wordt al gebruikt door een ander content type",
|
|
116
|
+
"error.contentType.singularName-used": "Deze waarde kan niet hetzelfde zijn als de meervoudige waarde",
|
|
65
117
|
"error.contentTypeName.reserved-name": "Deze naam kan niet worden gebruikt in het project, omdat andere functionaliteiten zou kunnen breken",
|
|
66
118
|
"error.validation.enum-duplicate": "Dubbele waarden zijn niet toegestaan (alleen alfanumerieke tekens worden meegeteld)",
|
|
67
119
|
"error.validation.enum-empty-string": "Lege strings zijn niet toegestaan",
|
|
@@ -79,6 +131,27 @@ var nl = {
|
|
|
79
131
|
"form.attribute.component.option.reuse-existing.description": "Hergebruik een reeds gemaakt component om de gegevens consistent te houden voor alle Content types.",
|
|
80
132
|
"form.attribute.component.option.single": "Enkel component",
|
|
81
133
|
"form.attribute.component.option.single.description": "het beste voor het groeperen van velden zoals volledig adres, hoofdinformatie, enz",
|
|
134
|
+
"form.attribute.condition.action": "Actie",
|
|
135
|
+
"form.attribute.condition.action.hide": "Verbergen",
|
|
136
|
+
"form.attribute.condition.action.show": "Tonen",
|
|
137
|
+
"form.attribute.condition.apply": "Voorwaarde toepassen",
|
|
138
|
+
"form.attribute.condition.description": "Schakel veldinstellingen in of uit afhankelijk van de waarde van een ander boolean- of enumeratieveld.",
|
|
139
|
+
"form.attribute.condition.enum-change-warning": "De volgende velden hebben voorwaarden die afhankelijk zijn van dit veld: {fieldNames}. Het wijzigen of verwijderen van de enumeratiewaarden {values} zal deze voorwaarden verbreken. Wil je doorgaan?",
|
|
140
|
+
"form.attribute.condition.enum-change-warning-end": " zal deze voorwaarden verbreken. Wil je doorgaan?",
|
|
141
|
+
"form.attribute.condition.enum-change-warning-values": ". Het wijzigen of verwijderen van de enumeratiewaarden ",
|
|
142
|
+
"form.attribute.condition.field": "Veld",
|
|
143
|
+
"form.attribute.condition.field-change-warning": "De volgende velden hebben voorwaarden die afhankelijk zijn van dit veld: {fieldNames}. Het hernoemen ervan zal deze voorwaarden verbreken. Wil je doorgaan?",
|
|
144
|
+
"form.attribute.condition.field-change-warning-end": ". Het hernoemen ervan zal deze voorwaarden verbreken. Wil je doorgaan?",
|
|
145
|
+
"form.attribute.condition.label": "Voorwaarden",
|
|
146
|
+
"form.attribute.condition.no-fields": "Geen boolean- of enumeratievelden beschikbaar om voorwaarden op in te stellen.",
|
|
147
|
+
"form.attribute.condition.operator": "Operator",
|
|
148
|
+
"form.attribute.condition.operator.is": "is",
|
|
149
|
+
"form.attribute.condition.operator.isNot": "is niet",
|
|
150
|
+
"form.attribute.condition.then": "Dan",
|
|
151
|
+
"form.attribute.condition.title": "Voorwaarde",
|
|
152
|
+
"form.attribute.condition.value": "Waarde",
|
|
153
|
+
"form.attribute.condition.value.false": "onwaar",
|
|
154
|
+
"form.attribute.condition.value.true": "waar",
|
|
82
155
|
"form.attribute.item.customColumnName": "Aangepaste kolom namen",
|
|
83
156
|
"form.attribute.item.customColumnName.description": "Dit is handig om database kolom namen te hernoemen in een meer uitgebreid formaat voor de API responses",
|
|
84
157
|
"form.attribute.item.date.type.date": "datum (bijv.: 01/01/{currentYear})",
|
|
@@ -90,8 +163,10 @@ var nl = {
|
|
|
90
163
|
"form.attribute.item.enumeration.placeholder": "Bijv.:\nochtend\nmiddag\navond",
|
|
91
164
|
"form.attribute.item.enumeration.rules": "Waardes (één regel per waarde)",
|
|
92
165
|
"form.attribute.item.maximum": "Maximale waarde",
|
|
166
|
+
"form.attribute.item.maximumComponents": "Maximaal componenten",
|
|
93
167
|
"form.attribute.item.maximumLength": "Maximale lengte",
|
|
94
168
|
"form.attribute.item.minimum": "Minimale waarde",
|
|
169
|
+
"form.attribute.item.minimumComponents": "Minimaal componenten",
|
|
95
170
|
"form.attribute.item.minimumLength": "Minimale lengte",
|
|
96
171
|
"form.attribute.item.number.type": "Nummer formaat",
|
|
97
172
|
"form.attribute.item.number.type.biginteger": "big integer (bijv.: 123456789)",
|
|
@@ -106,8 +181,9 @@ var nl = {
|
|
|
106
181
|
"form.attribute.item.text.regex.description": "De tekst van de reguliere expressie",
|
|
107
182
|
"form.attribute.item.uniqueField": "Uniek veld",
|
|
108
183
|
"form.attribute.item.uniqueField.description": "Je kan geen item aanmaken als er een item is met gelijke inhoud",
|
|
109
|
-
"form.attribute.item.uniqueField.v5.willBeDisabled": "Op dit moment werkt het unieke veld niet goed in componenten. Als je deze functie uitschakelt, wordt het veld uitgeschakeld totdat het is opgelost.",
|
|
110
184
|
"form.attribute.item.uniqueField.v5.disabled": "Op dit moment werkt het unieke veld niet goed in componenten. Dit veld is uitgeschakeld totdat het is opgelost.",
|
|
185
|
+
"form.attribute.item.uniqueField.v5.willBeDisabled": "Op dit moment werkt het unieke veld niet goed in componenten. Als je deze functie uitschakelt, wordt het veld uitgeschakeld totdat het is opgelost.",
|
|
186
|
+
"form.attribute.item.uniqueField.v5.willBeDisabled'": "Momenteel werken unieke velden niet correct in componenten. Als je deze functie uitschakelt, wordt het veld uitgeschakeld totdat dit is opgelost.",
|
|
111
187
|
"form.attribute.media.allowed-types": "Selecteer de toegestane types media",
|
|
112
188
|
"form.attribute.media.allowed-types.option-files": "Bestanden",
|
|
113
189
|
"form.attribute.media.allowed-types.option-images": "Afbeeldingen",
|
|
@@ -128,15 +204,19 @@ var nl = {
|
|
|
128
204
|
"form.button.add.field.to.component": "Voeg een veld toe aan dit component",
|
|
129
205
|
"form.button.add.field.to.contentType": "Voeg een veld toe aan dit content type",
|
|
130
206
|
"form.button.add.field.to.singleType": "Voeg een veld toe aan dit enkel type",
|
|
207
|
+
"form.button.back": "Terug",
|
|
131
208
|
"form.button.cancel": "Annuleren",
|
|
132
209
|
"form.button.collection-type.description": "Het beste voor meerdere instanties zoals artikelen, producten, opmerkingen, enz.",
|
|
133
210
|
"form.button.collection-type.name": "Collectie Type",
|
|
134
211
|
"form.button.configure-component": "Configureer het component",
|
|
135
212
|
"form.button.configure-view": "Configureer de weergave",
|
|
213
|
+
"form.button.finish": "Voltooien",
|
|
136
214
|
"form.button.select-component": "Selecteer een component",
|
|
137
215
|
"form.button.single-type.description": "Het beste voor een enkele instantie zoals over ons, homepage, enz.",
|
|
138
216
|
"form.button.single-type.name": "Enkel Type",
|
|
217
|
+
"form.button.submit": "Verzenden",
|
|
139
218
|
from: from,
|
|
219
|
+
"media.multiple": "Meerdere",
|
|
140
220
|
"menu.section.components.name": "Componenten",
|
|
141
221
|
"menu.section.models.name": "Collectie Types",
|
|
142
222
|
"menu.section.single-types.name": "Enkel Types",
|
|
@@ -149,13 +229,16 @@ var nl = {
|
|
|
149
229
|
"modalForm.component.header-create": "Maak een component",
|
|
150
230
|
"modalForm.components.create-component.category.label": "Selecteer een categorie of voer een naam in om een nieuwe te maken",
|
|
151
231
|
"modalForm.components.icon.label": "Icoon",
|
|
232
|
+
"modalForm.custom-fields.advanced.settings.extended": "Geavanceerde instellingen",
|
|
233
|
+
"modalForm.editCategory.base.name.description": "Er is geen spatie toegestaan in de naam van een categorie",
|
|
152
234
|
"modalForm.empty.button": "Voeg Custom field toe",
|
|
153
235
|
"modalForm.empty.heading": "Er is hier nog niets",
|
|
154
236
|
"modalForm.empty.sub-heading": "Vind wat je zoekt via verschillende plugins.",
|
|
155
|
-
"modalForm.editCategory.base.name.description": "Er is geen spatie toegestaan in de naam van een categorie",
|
|
156
|
-
"modalForm.header-edit": "Bewerk {name}",
|
|
157
|
-
"modalForm.header-categories": "Categorieën",
|
|
158
237
|
"modalForm.header-back": "Terug",
|
|
238
|
+
"modalForm.header-categories": "Categorieën",
|
|
239
|
+
"modalForm.header-edit": "Bewerk {name}",
|
|
240
|
+
"modalForm.header.back": "Terug",
|
|
241
|
+
"modalForm.header.categories": "Categorieën",
|
|
159
242
|
"modalForm.singleType.header-create": "Maak een enkel type",
|
|
160
243
|
"modalForm.sub-header.addComponentToDynamicZone": "Voeg een nieuw component toe aan de dynamische zone",
|
|
161
244
|
"modalForm.sub-header.attribute.create": "Voeg een nieuw {type} veld toe",
|
|
@@ -164,13 +247,13 @@ var nl = {
|
|
|
164
247
|
"modalForm.sub-header.chooseAttribute.collectionType": "Selecteer een veld voor het collectie type",
|
|
165
248
|
"modalForm.sub-header.chooseAttribute.component": "Selecteer een veld voor het component",
|
|
166
249
|
"modalForm.sub-header.chooseAttribute.singleType": "Selecteer een veld voor het enkel type",
|
|
167
|
-
"modalForm.custom-fields.advanced.settings.extended": "Geavanceerde instellingen",
|
|
168
250
|
"modalForm.tabs.custom": "Custom",
|
|
169
251
|
"modalForm.tabs.custom.howToLink": "Hoe een Custom field toe te voegen",
|
|
170
252
|
"modalForm.tabs.default": "Standaard",
|
|
171
253
|
"modalForm.tabs.label": "Standaard en Custom type labels",
|
|
172
254
|
"modelPage.attribute.relation-polymorphic": "Relatie (polymorf)",
|
|
173
255
|
"modelPage.attribute.relationWith": "Relatie met",
|
|
256
|
+
"modelPage.attribute.with": "met",
|
|
174
257
|
"notification.error.dynamiczone-min.validation": "Je hebt ten minste één component in de dynamische zone nodig om het content type op te slaan",
|
|
175
258
|
"notification.info.autoreaload-disable": "De autoReload-functie is vereist om deze plug-in te gebruiken. Start de server met `strapi develop`",
|
|
176
259
|
"notification.info.creating.notSaved": "Sla je werk op voordat je een nieuw content type of component maakt",
|
|
@@ -184,6 +267,10 @@ var nl = {
|
|
|
184
267
|
"popUpWarning.bodyMessage.category.delete": "Weet je zeker dat je deze categorie wilt verwijderen? Alle componenten worden ook verwijderd.",
|
|
185
268
|
"popUpWarning.bodyMessage.component.delete": "Weet je zeker dat je dit component wilt verwijderen?",
|
|
186
269
|
"popUpWarning.bodyMessage.contentType.delete": "Weet je zeker dat je dit collectie type wilt verwijderen?",
|
|
270
|
+
"popUpWarning.bodyMessage.delete-attribute-with-conditions": "De volgende velden hebben voorwaarden die afhankelijk zijn van dit veld: ",
|
|
271
|
+
"popUpWarning.bodyMessage.delete-attribute-with-conditions-end": ". Weet je zeker dat je het wilt verwijderen?",
|
|
272
|
+
"popUpWarning.bodyMessage.delete-condition": "Weet je zeker dat je deze voorwaarde wilt verwijderen?",
|
|
273
|
+
"popUpWarning.discardAll.message": "Weet je zeker dat je alle wijzigingen wilt verwerpen?",
|
|
187
274
|
"popUpWarning.draft-publish.button.confirm": "Ja, uitschakelen",
|
|
188
275
|
"popUpWarning.draft-publish.message": "Als je Concept & publiceren uitschakelt, worden je concepten verwijderd.",
|
|
189
276
|
"popUpWarning.draft-publish.second-message": "Weet je zeker dat je het wilt uitschakelen?",
|
|
@@ -196,37 +283,12 @@ var nl = {
|
|
|
196
283
|
"relation.oneToOne": "heeft en behoort tot één",
|
|
197
284
|
"relation.oneWay": "heeft één",
|
|
198
285
|
"table.button.no-fields": "Voeg een nieuw veld toe",
|
|
199
|
-
"table.content.create-first-content-type.title": "Geen content types",
|
|
200
286
|
"table.content.create-first-content-type.description": "Maak collectie types, enkel types en componenten om je schema te bouwen.",
|
|
287
|
+
"table.content.create-first-content-type.import-code": "Importeren vanaf computer",
|
|
201
288
|
"table.content.create-first-content-type.start-with-prompt": "Begin met een prompt",
|
|
289
|
+
"table.content.create-first-content-type.title": "Geen content types",
|
|
202
290
|
"table.content.no-fields.collection-type": "Voeg het eerste veld toe aan dit collectie type",
|
|
203
|
-
"table.content.no-fields.component": "Voeg het eerste veld toe aan dit component"
|
|
204
|
-
"IconPicker.search.placeholder.label": "Zoek een icoon",
|
|
205
|
-
"IconPicker.search.clear.label": "Wis icoon zoekopdracht",
|
|
206
|
-
"IconPicker.search.button.label": "Icoon zoekknop",
|
|
207
|
-
"IconPicker.remove.tooltip": "Verwijder geselecteerd icoon",
|
|
208
|
-
"IconPicker.remove.button": "Knop om geselecteerd icoon te verwijderen",
|
|
209
|
-
"IconPicker.emptyState.label": "Geen iconen gevonden",
|
|
210
|
-
"IconPicker.icon.label": "Selecteer icoon {icon}",
|
|
211
|
-
"chat.tooltips.close-chat": "Sluit chat",
|
|
212
|
-
"chat.tooltips.create-chat": "Nieuwe chat",
|
|
213
|
-
"chat.tooltips.open-chat": "Open chat",
|
|
214
|
-
"chat.tooltips.send-message": "Verzenden",
|
|
215
|
-
"chat.tooltips.stop-generation": "Stop",
|
|
216
|
-
"chat.header.default-title": "Nieuwe chat",
|
|
217
|
-
"chat.input.defaults.title": "Hoe kan ik je helpen?",
|
|
218
|
-
"chat.input.defaults.generate": "Genereer product schema",
|
|
219
|
-
"chat.input.defaults.ctb": "Vertel me over Content-Type Builder",
|
|
220
|
-
"chat.input.defaults.strapi": "Vertel me over Strapi",
|
|
221
|
-
"chat.input.thinking": "Strapi AI denkt na...",
|
|
222
|
-
"chat.input.placeholder": "Vraag Strapi AI...",
|
|
223
|
-
"chat.input.strapi-ai-can-make-errors": "Strapi AI kan fouten maken.",
|
|
224
|
-
"chat.messages.error": "Er is iets misgegaan.",
|
|
225
|
-
"chat.code-upload.header": "Importeer Next.js app",
|
|
226
|
-
"chat.code-upload.title": "Importeer Next.js app",
|
|
227
|
-
"chat.code-upload.description": "Je app zal worden geanalyseerd door AI. Zorg ervoor dat je alle gevoelige gegevens verwijdert voor het importeren.",
|
|
228
|
-
"chat.code-upload.drop-zone": "Drop .zip bestand hier of",
|
|
229
|
-
"chat.code-upload.drop-zone-browse": "blader door bestanden"
|
|
291
|
+
"table.content.no-fields.component": "Voeg het eerste veld toe aan dit component"
|
|
230
292
|
};
|
|
231
293
|
|
|
232
294
|
export { configurations, nl as default, from };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nl.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"nl.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -9,7 +9,7 @@ var pl = {
|
|
|
9
9
|
"attribute.boolean.description": "Tak lub nie, 1 lub 0, true lub false",
|
|
10
10
|
"attribute.component": "Komponent",
|
|
11
11
|
"attribute.component.description": "Grupa pól do powtarzania lub ponownego używania",
|
|
12
|
-
"attribute.customField": "
|
|
12
|
+
"attribute.customField": "Pole niestandardowe",
|
|
13
13
|
"attribute.date": "Data",
|
|
14
14
|
"attribute.date.description": "Wybór daty z godzinami, minutami i sekundami",
|
|
15
15
|
"attribute.datetime": "Data i godzina",
|
|
@@ -45,6 +45,7 @@ var pl = {
|
|
|
45
45
|
"button.component.create": "Nowy komponent",
|
|
46
46
|
"button.model.create": "Nowa kolekcja",
|
|
47
47
|
"button.single-types.create": "Nowy pojedynczy typ",
|
|
48
|
+
"media.multiple": "Wiele",
|
|
48
49
|
"component.repeatable": "(powtarzalne)",
|
|
49
50
|
"components.SelectComponents.displayed-value": "{number, plural, =0 {# komponentów} one {# komponent} other {# komponentów}} wybrano",
|
|
50
51
|
"components.componentSelect.no-component-available": "Dodałeś już wszystkie swoje komponenty",
|
|
@@ -56,7 +57,7 @@ var pl = {
|
|
|
56
57
|
"contentType.apiId-plural.label": "API ID (liczba mnoga)",
|
|
57
58
|
"contentType.apiId-singular.description": "UID jest używane do generowania ścieżek API i tabel/kolekcji w bazie danych",
|
|
58
59
|
"contentType.apiId-singular.label": "API ID (liczba pojedyncza)",
|
|
59
|
-
"contentType.collectionName.description": "Przydatne, gdy nazwa typu
|
|
60
|
+
"contentType.collectionName.description": "Przydatne, gdy nazwa typu treści i nazwa tabeli różnią się",
|
|
60
61
|
"contentType.collectionName.label": "Nazwa kolekcji",
|
|
61
62
|
"contentType.displayName.label": "Nazwa",
|
|
62
63
|
"contentType.kind.change.warning": "Właśnie zmieniłeś rodzaj typu treści: API zostanie zresetowane (ścieżki, kontrolery i usługi zostaną nadpisane).",
|
|
@@ -94,8 +95,10 @@ var pl = {
|
|
|
94
95
|
"form.attribute.item.enumeration.placeholder": "Przykład:\nrano\npołudnie\nwieczór",
|
|
95
96
|
"form.attribute.item.enumeration.rules": "Wartości (każda w osobnej linii)",
|
|
96
97
|
"form.attribute.item.maximum": "Maksymalna wartość",
|
|
98
|
+
"form.attribute.item.maximumComponents": "Maksymalna liczba komponentów",
|
|
97
99
|
"form.attribute.item.maximumLength": "Maksymalna długość",
|
|
98
100
|
"form.attribute.item.minimum": "Minimalna wartość",
|
|
101
|
+
"form.attribute.item.minimumComponents": "Minimalna liczba komponentów",
|
|
99
102
|
"form.attribute.item.minimumLength": "Minimalna długość",
|
|
100
103
|
"form.attribute.item.number.type": "Format liczby",
|
|
101
104
|
"form.attribute.item.number.type.biginteger": "duża liczba całkowita (np. 123456789)",
|
|
@@ -125,6 +128,27 @@ var pl = {
|
|
|
125
128
|
"form.attribute.text.option.long-text.description": "Najlepszy dla opisów, biografii. Dokładne wyszukiwanie jest wyłączone.",
|
|
126
129
|
"form.attribute.text.option.short-text": "Krótki tekst",
|
|
127
130
|
"form.attribute.text.option.short-text.description": "Najlepszy dla tytułów, nazw, linków (URL). Umożliwia także dokładne wyszukiwanie dla pola.",
|
|
131
|
+
"form.attribute.condition.title": "Warunek",
|
|
132
|
+
"form.attribute.condition.description": "Przełączanie ustawień pola w zależności od wartości innego pola typu logicznego lub wyliczeniowego.",
|
|
133
|
+
"form.attribute.condition.label": "Warunki",
|
|
134
|
+
"form.attribute.condition.field": "Pole",
|
|
135
|
+
"form.attribute.condition.operator": "Operator",
|
|
136
|
+
"form.attribute.condition.value": "Wartość",
|
|
137
|
+
"form.attribute.condition.operator.is": "jest",
|
|
138
|
+
"form.attribute.condition.operator.isNot": "nie jest",
|
|
139
|
+
"form.attribute.condition.value.true": "prawda",
|
|
140
|
+
"form.attribute.condition.value.false": "false",
|
|
141
|
+
"form.attribute.condition.apply": "Zastosuj warunek",
|
|
142
|
+
"form.attribute.condition.then": "Następnie",
|
|
143
|
+
"form.attribute.condition.action": "Akcja",
|
|
144
|
+
"form.attribute.condition.action.show": "Pokaż",
|
|
145
|
+
"form.attribute.condition.action.hide": "Ukryj",
|
|
146
|
+
"form.attribute.condition.no-fields": "Brak pól typu logicznego lub wyliczeniowego, na których można ustawić warunki.",
|
|
147
|
+
"form.attribute.condition.enum-change-warning": "Następujące pola mają warunki zależne od tego pola: {fieldNames}. Zmiana lub usunięcie wartości wyliczeniowych {values} spowoduje naruszenie tych warunków. Czy chcesz kontynuować?",
|
|
148
|
+
"form.attribute.condition.enum-change-warning-values": ". Zmiana lub usunięcie wartości wyliczeniowych",
|
|
149
|
+
"form.attribute.condition.enum-change-warning-end": " spowoduje złamanie tych warunków. Czy chcesz kontynuować?",
|
|
150
|
+
"form.attribute.condition.field-change-warning": "Następujące pola mają warunki zależne od tego pola: {fieldNames}. Zmiana nazwy spowoduje naruszenie tych warunków. Czy chcesz kontynuować?",
|
|
151
|
+
"form.attribute.condition.field-change-warning-end": ". Zmiana nazwy spowoduje naruszenie tych warunków. Czy chcesz kontynuować?",
|
|
128
152
|
"form.button.add-components-to-dynamiczone": "Dodaj komponenty do strefy",
|
|
129
153
|
"form.button.add-field": "Dodaj kolejne pole",
|
|
130
154
|
"form.button.add-first-field-to-created-component": "Dodaj pierwsze pole do komponentu",
|
|
@@ -133,6 +157,7 @@ var pl = {
|
|
|
133
157
|
"form.button.add.field.to.contentType": "Dodaj kolejne pole",
|
|
134
158
|
"form.button.add.field.to.singleType": "Dodaj kolejne pole",
|
|
135
159
|
"form.button.cancel": "Anuluj",
|
|
160
|
+
"form.button.submit": "Wyślij",
|
|
136
161
|
"form.button.collection-type.description": "Najlepsze rozwiązanie dla wielu wystąpień typu artykuły, produkty, komentarze itd.",
|
|
137
162
|
"form.button.collection-type.name": "Kolekcja",
|
|
138
163
|
"form.button.configure-component": "Skonfiguruj komponent",
|
|
@@ -153,13 +178,13 @@ var pl = {
|
|
|
153
178
|
"modalForm.component.header-create": "Nowy komponent",
|
|
154
179
|
"modalForm.components.create-component.category.label": "Wybierz kategorię lub wpisz nazwę, aby utworzyć nową",
|
|
155
180
|
"modalForm.components.icon.label": "Ikona",
|
|
156
|
-
"modalForm.empty.button": "Dodaj
|
|
181
|
+
"modalForm.empty.button": "Dodaj pole niestandardowe",
|
|
157
182
|
"modalForm.empty.heading": "Nic tu jeszcze nie ma",
|
|
158
183
|
"modalForm.empty.sub-heading": "Znajdź to, czego szukasz, poprzez różne wtyczki.",
|
|
159
184
|
"modalForm.editCategory.base.name.description": "Spacja nie jest dozwolona dla nazwy kategorii",
|
|
160
185
|
"modalForm.header-edit": "Edytuj {name}",
|
|
161
|
-
"modalForm.header
|
|
162
|
-
"modalForm.header
|
|
186
|
+
"modalForm.header.categories": "Kategorie",
|
|
187
|
+
"modalForm.header.back": "Wstecz",
|
|
163
188
|
"modalForm.singleType.header-create": "Nowy pojedynczy typ",
|
|
164
189
|
"modalForm.sub-header.addComponentToDynamicZone": "Dodaj nowy komponent do strefy dynamicznej",
|
|
165
190
|
"modalForm.sub-header.attribute.create": "Dodaj nowe pole {type}",
|
|
@@ -169,12 +194,13 @@ var pl = {
|
|
|
169
194
|
"modalForm.sub-header.chooseAttribute.component": "Wybierz pole dla komponentu",
|
|
170
195
|
"modalForm.sub-header.chooseAttribute.singleType": "Wybierz pole dla pojedynczego typu",
|
|
171
196
|
"modalForm.custom-fields.advanced.settings.extended": "Ustawienia zaawansowane",
|
|
172
|
-
"modalForm.tabs.custom": "
|
|
173
|
-
"modalForm.tabs.custom.howToLink": "Jak dodać
|
|
197
|
+
"modalForm.tabs.custom": "Niestandardowe",
|
|
198
|
+
"modalForm.tabs.custom.howToLink": "Jak dodać pola niestandardowe",
|
|
174
199
|
"modalForm.tabs.default": "Domyślne",
|
|
175
|
-
"modalForm.tabs.label": "
|
|
200
|
+
"modalForm.tabs.label": "Zakładki typów domyślnych i niestandardowych",
|
|
176
201
|
"modelPage.attribute.relation-polymorphic": "Relacja (polimorficzna)",
|
|
177
202
|
"modelPage.attribute.relationWith": "Relacja z",
|
|
203
|
+
"modelPage.attribute.with": "z",
|
|
178
204
|
"notification.error.dynamiczone-min.validation": "Co najmniej jeden komponent jest wymagany w strefie dynamicznej, aby zapisać typ treści",
|
|
179
205
|
"notification.info.autoreaload-disable": "Funkcja autoReload jest wymagana by użyć tego pluginu. Uruchom serwer używając `strapi develop`",
|
|
180
206
|
"notification.info.creating.notSaved": "Zapisz swoją pracę przed utworzeniem nowego typu treści lub komponentu",
|
|
@@ -191,6 +217,10 @@ var pl = {
|
|
|
191
217
|
"popUpWarning.draft-publish.button.confirm": "Tak, wyłącz",
|
|
192
218
|
"popUpWarning.draft-publish.message": "Jeśli wyłączysz system szkicu/publikacji, wszystkie twoje szkice zostaną usunięte.",
|
|
193
219
|
"popUpWarning.draft-publish.second-message": "Czy na pewno chcesz to wyłączyć?",
|
|
220
|
+
"popUpWarning.discardAll.message": "Czy na pewno chcesz odrzucić wszystkie zmiany?",
|
|
221
|
+
"popUpWarning.bodyMessage.delete-condition": "Czy na pewno chcesz usunąć ten warunek?",
|
|
222
|
+
"popUpWarning.bodyMessage.delete-attribute-with-conditions": "Następujące pola zawierają warunki zależne od tego pola: ",
|
|
223
|
+
"popUpWarning.bodyMessage.delete-attribute-with-conditions-end": ". Czy na pewno chcesz je usunąć?",
|
|
194
224
|
"prompt.unsaved": "Jesteś pewny, że chcesz wyjść? Wszystkie twoje zmiany zostaną utracone.",
|
|
195
225
|
"relation.attributeName.placeholder": "Np: autor, kategoria, tag",
|
|
196
226
|
"relation.manyToMany": "zawiera i należy do wielu",
|
|
@@ -202,6 +232,7 @@ var pl = {
|
|
|
202
232
|
"table.button.no-fields": "Dodaj nowe pole",
|
|
203
233
|
"table.content.create-first-content-type.title": "Brak typów treści",
|
|
204
234
|
"table.content.create-first-content-type.description": "Twórz kolekcje, pojedyncze typy i komponenty, aby zbudować swój schemat.",
|
|
235
|
+
"table.content.create-first-content-type.import-code": "Importuj z komputera",
|
|
205
236
|
"table.content.create-first-content-type.start-with-prompt": "Zacznij od promptu",
|
|
206
237
|
"table.content.no-fields.collection-type": "Dodaj pierwsze pole do tego typu treści",
|
|
207
238
|
"table.content.no-fields.component": "Dodaj pierwsze pole do tego komponentu",
|
|
@@ -217,6 +248,7 @@ var pl = {
|
|
|
217
248
|
"chat.tooltips.open-chat": "Otwórz czat",
|
|
218
249
|
"chat.tooltips.send-message": "Wyślij",
|
|
219
250
|
"chat.tooltips.stop-generation": "Zatrzymaj",
|
|
251
|
+
"chat.tooltips.upload-attachments": "Prześlij załączniki",
|
|
220
252
|
"chat.header.default-title": "Nowy czat",
|
|
221
253
|
"chat.input.defaults.title": "Jak mogę Ci pomóc?",
|
|
222
254
|
"chat.input.defaults.generate": "Wygeneruj schemat produktu",
|
|
@@ -226,11 +258,38 @@ var pl = {
|
|
|
226
258
|
"chat.input.placeholder": "Zapytaj Strapi AI...",
|
|
227
259
|
"chat.input.strapi-ai-can-make-errors": "Strapi AI może popełniać błędy.",
|
|
228
260
|
"chat.messages.error": "Coś poszło nie tak.",
|
|
261
|
+
"chat.messages.too-many-requests": "Zbyt wiele żądań, spróbuj ponownie później.",
|
|
262
|
+
"chat.messages.license-limit-reached": "Osiągnięto limit licencji, spróbuj ponownie jutro.",
|
|
263
|
+
"chat.messages.license-limit-exceeded": "Przekroczono limit kredytów AI.",
|
|
264
|
+
"chat.messages.too-long-error": "Ta rozmowa osiągnęła maksymalną długość. Rozpocznij nową rozmowę",
|
|
229
265
|
"chat.code-upload.header": "Importuj aplikację Next.js",
|
|
230
266
|
"chat.code-upload.title": "Importuj aplikację Next.js",
|
|
231
267
|
"chat.code-upload.description": "Twoja aplikacja zostanie przeanalizowana przez AI. Upewnij się, że usunąłeś wszystkie wrażliwe dane przed importem.",
|
|
232
268
|
"chat.code-upload.drop-zone": "Upuść plik .zip tutaj lub",
|
|
233
|
-
"chat.code-upload.drop-zone-
|
|
269
|
+
"chat.code-upload.drop-zone-folder": "Upuść folder tutaj lub",
|
|
270
|
+
"chat.code-upload.drop-zone-browse": "przeglądaj pliki",
|
|
271
|
+
"chat.attachments.menu.import-code": "Importuj kod",
|
|
272
|
+
"chat.attachments.menu.attach-image": "Załącz obraz",
|
|
273
|
+
"chat.attachments.menu.import-figma": "Importuj z projektu Figma",
|
|
274
|
+
"chat.feedback.title": "Prześlij opinię",
|
|
275
|
+
"chat.feedback.subtitle": "Podaj dodatkową opinię na temat tej wiadomości. Wybierz wszystkie pasujące opcje.",
|
|
276
|
+
"chat.feedback.comment.label": "Jak możemy to ulepszyć? (opcjonalnie)",
|
|
277
|
+
"chat.feedback.placeholder": "Twoja opinia...",
|
|
278
|
+
"chat.feedback.submitted": "Dziękujemy za opinię!",
|
|
279
|
+
"chat.feedback.error": "Wystąpił błąd podczas przesyłania opinii",
|
|
280
|
+
"chat.feedback.reason.invalid_schema": "Nieprawidłowy schemat",
|
|
281
|
+
"chat.feedback.reason.bad_recommendation": "Zła rekomendacja",
|
|
282
|
+
"chat.feedback.reason.slow": "Powolne działanie",
|
|
283
|
+
"chat.feedback.reason.instructions_ignored": "Zignorowano instrukcje",
|
|
284
|
+
"chat.feedback.reason.being_lazy": "Lenistwo",
|
|
285
|
+
"chat.feedback.reason.other": "Inne",
|
|
286
|
+
"chat.figma-upload.step1-title": "Wprowadź adres URL do projektu Figma",
|
|
287
|
+
"chat.figma-upload.step2-title": "Podgląd obrazów",
|
|
288
|
+
"chat.figma-upload.select-images": "Wybierz ramki do importu",
|
|
289
|
+
"chat.figma-upload.no-images": "W pliku projektu Figma nie znaleziono ramek.",
|
|
290
|
+
"chat.figma-upload.import-button": "Importuj",
|
|
291
|
+
"form.button.finish": "Zakończ",
|
|
292
|
+
"form.button.back": "Wstecz"
|
|
234
293
|
};
|
|
235
294
|
|
|
236
295
|
exports.configurations = configurations;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pl.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pl.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -5,7 +5,7 @@ var pl = {
|
|
|
5
5
|
"attribute.boolean.description": "Tak lub nie, 1 lub 0, true lub false",
|
|
6
6
|
"attribute.component": "Komponent",
|
|
7
7
|
"attribute.component.description": "Grupa pól do powtarzania lub ponownego używania",
|
|
8
|
-
"attribute.customField": "
|
|
8
|
+
"attribute.customField": "Pole niestandardowe",
|
|
9
9
|
"attribute.date": "Data",
|
|
10
10
|
"attribute.date.description": "Wybór daty z godzinami, minutami i sekundami",
|
|
11
11
|
"attribute.datetime": "Data i godzina",
|
|
@@ -41,6 +41,7 @@ var pl = {
|
|
|
41
41
|
"button.component.create": "Nowy komponent",
|
|
42
42
|
"button.model.create": "Nowa kolekcja",
|
|
43
43
|
"button.single-types.create": "Nowy pojedynczy typ",
|
|
44
|
+
"media.multiple": "Wiele",
|
|
44
45
|
"component.repeatable": "(powtarzalne)",
|
|
45
46
|
"components.SelectComponents.displayed-value": "{number, plural, =0 {# komponentów} one {# komponent} other {# komponentów}} wybrano",
|
|
46
47
|
"components.componentSelect.no-component-available": "Dodałeś już wszystkie swoje komponenty",
|
|
@@ -52,7 +53,7 @@ var pl = {
|
|
|
52
53
|
"contentType.apiId-plural.label": "API ID (liczba mnoga)",
|
|
53
54
|
"contentType.apiId-singular.description": "UID jest używane do generowania ścieżek API i tabel/kolekcji w bazie danych",
|
|
54
55
|
"contentType.apiId-singular.label": "API ID (liczba pojedyncza)",
|
|
55
|
-
"contentType.collectionName.description": "Przydatne, gdy nazwa typu
|
|
56
|
+
"contentType.collectionName.description": "Przydatne, gdy nazwa typu treści i nazwa tabeli różnią się",
|
|
56
57
|
"contentType.collectionName.label": "Nazwa kolekcji",
|
|
57
58
|
"contentType.displayName.label": "Nazwa",
|
|
58
59
|
"contentType.kind.change.warning": "Właśnie zmieniłeś rodzaj typu treści: API zostanie zresetowane (ścieżki, kontrolery i usługi zostaną nadpisane).",
|
|
@@ -90,8 +91,10 @@ var pl = {
|
|
|
90
91
|
"form.attribute.item.enumeration.placeholder": "Przykład:\nrano\npołudnie\nwieczór",
|
|
91
92
|
"form.attribute.item.enumeration.rules": "Wartości (każda w osobnej linii)",
|
|
92
93
|
"form.attribute.item.maximum": "Maksymalna wartość",
|
|
94
|
+
"form.attribute.item.maximumComponents": "Maksymalna liczba komponentów",
|
|
93
95
|
"form.attribute.item.maximumLength": "Maksymalna długość",
|
|
94
96
|
"form.attribute.item.minimum": "Minimalna wartość",
|
|
97
|
+
"form.attribute.item.minimumComponents": "Minimalna liczba komponentów",
|
|
95
98
|
"form.attribute.item.minimumLength": "Minimalna długość",
|
|
96
99
|
"form.attribute.item.number.type": "Format liczby",
|
|
97
100
|
"form.attribute.item.number.type.biginteger": "duża liczba całkowita (np. 123456789)",
|
|
@@ -121,6 +124,27 @@ var pl = {
|
|
|
121
124
|
"form.attribute.text.option.long-text.description": "Najlepszy dla opisów, biografii. Dokładne wyszukiwanie jest wyłączone.",
|
|
122
125
|
"form.attribute.text.option.short-text": "Krótki tekst",
|
|
123
126
|
"form.attribute.text.option.short-text.description": "Najlepszy dla tytułów, nazw, linków (URL). Umożliwia także dokładne wyszukiwanie dla pola.",
|
|
127
|
+
"form.attribute.condition.title": "Warunek",
|
|
128
|
+
"form.attribute.condition.description": "Przełączanie ustawień pola w zależności od wartości innego pola typu logicznego lub wyliczeniowego.",
|
|
129
|
+
"form.attribute.condition.label": "Warunki",
|
|
130
|
+
"form.attribute.condition.field": "Pole",
|
|
131
|
+
"form.attribute.condition.operator": "Operator",
|
|
132
|
+
"form.attribute.condition.value": "Wartość",
|
|
133
|
+
"form.attribute.condition.operator.is": "jest",
|
|
134
|
+
"form.attribute.condition.operator.isNot": "nie jest",
|
|
135
|
+
"form.attribute.condition.value.true": "prawda",
|
|
136
|
+
"form.attribute.condition.value.false": "false",
|
|
137
|
+
"form.attribute.condition.apply": "Zastosuj warunek",
|
|
138
|
+
"form.attribute.condition.then": "Następnie",
|
|
139
|
+
"form.attribute.condition.action": "Akcja",
|
|
140
|
+
"form.attribute.condition.action.show": "Pokaż",
|
|
141
|
+
"form.attribute.condition.action.hide": "Ukryj",
|
|
142
|
+
"form.attribute.condition.no-fields": "Brak pól typu logicznego lub wyliczeniowego, na których można ustawić warunki.",
|
|
143
|
+
"form.attribute.condition.enum-change-warning": "Następujące pola mają warunki zależne od tego pola: {fieldNames}. Zmiana lub usunięcie wartości wyliczeniowych {values} spowoduje naruszenie tych warunków. Czy chcesz kontynuować?",
|
|
144
|
+
"form.attribute.condition.enum-change-warning-values": ". Zmiana lub usunięcie wartości wyliczeniowych",
|
|
145
|
+
"form.attribute.condition.enum-change-warning-end": " spowoduje złamanie tych warunków. Czy chcesz kontynuować?",
|
|
146
|
+
"form.attribute.condition.field-change-warning": "Następujące pola mają warunki zależne od tego pola: {fieldNames}. Zmiana nazwy spowoduje naruszenie tych warunków. Czy chcesz kontynuować?",
|
|
147
|
+
"form.attribute.condition.field-change-warning-end": ". Zmiana nazwy spowoduje naruszenie tych warunków. Czy chcesz kontynuować?",
|
|
124
148
|
"form.button.add-components-to-dynamiczone": "Dodaj komponenty do strefy",
|
|
125
149
|
"form.button.add-field": "Dodaj kolejne pole",
|
|
126
150
|
"form.button.add-first-field-to-created-component": "Dodaj pierwsze pole do komponentu",
|
|
@@ -129,6 +153,7 @@ var pl = {
|
|
|
129
153
|
"form.button.add.field.to.contentType": "Dodaj kolejne pole",
|
|
130
154
|
"form.button.add.field.to.singleType": "Dodaj kolejne pole",
|
|
131
155
|
"form.button.cancel": "Anuluj",
|
|
156
|
+
"form.button.submit": "Wyślij",
|
|
132
157
|
"form.button.collection-type.description": "Najlepsze rozwiązanie dla wielu wystąpień typu artykuły, produkty, komentarze itd.",
|
|
133
158
|
"form.button.collection-type.name": "Kolekcja",
|
|
134
159
|
"form.button.configure-component": "Skonfiguruj komponent",
|
|
@@ -149,13 +174,13 @@ var pl = {
|
|
|
149
174
|
"modalForm.component.header-create": "Nowy komponent",
|
|
150
175
|
"modalForm.components.create-component.category.label": "Wybierz kategorię lub wpisz nazwę, aby utworzyć nową",
|
|
151
176
|
"modalForm.components.icon.label": "Ikona",
|
|
152
|
-
"modalForm.empty.button": "Dodaj
|
|
177
|
+
"modalForm.empty.button": "Dodaj pole niestandardowe",
|
|
153
178
|
"modalForm.empty.heading": "Nic tu jeszcze nie ma",
|
|
154
179
|
"modalForm.empty.sub-heading": "Znajdź to, czego szukasz, poprzez różne wtyczki.",
|
|
155
180
|
"modalForm.editCategory.base.name.description": "Spacja nie jest dozwolona dla nazwy kategorii",
|
|
156
181
|
"modalForm.header-edit": "Edytuj {name}",
|
|
157
|
-
"modalForm.header
|
|
158
|
-
"modalForm.header
|
|
182
|
+
"modalForm.header.categories": "Kategorie",
|
|
183
|
+
"modalForm.header.back": "Wstecz",
|
|
159
184
|
"modalForm.singleType.header-create": "Nowy pojedynczy typ",
|
|
160
185
|
"modalForm.sub-header.addComponentToDynamicZone": "Dodaj nowy komponent do strefy dynamicznej",
|
|
161
186
|
"modalForm.sub-header.attribute.create": "Dodaj nowe pole {type}",
|
|
@@ -165,12 +190,13 @@ var pl = {
|
|
|
165
190
|
"modalForm.sub-header.chooseAttribute.component": "Wybierz pole dla komponentu",
|
|
166
191
|
"modalForm.sub-header.chooseAttribute.singleType": "Wybierz pole dla pojedynczego typu",
|
|
167
192
|
"modalForm.custom-fields.advanced.settings.extended": "Ustawienia zaawansowane",
|
|
168
|
-
"modalForm.tabs.custom": "
|
|
169
|
-
"modalForm.tabs.custom.howToLink": "Jak dodać
|
|
193
|
+
"modalForm.tabs.custom": "Niestandardowe",
|
|
194
|
+
"modalForm.tabs.custom.howToLink": "Jak dodać pola niestandardowe",
|
|
170
195
|
"modalForm.tabs.default": "Domyślne",
|
|
171
|
-
"modalForm.tabs.label": "
|
|
196
|
+
"modalForm.tabs.label": "Zakładki typów domyślnych i niestandardowych",
|
|
172
197
|
"modelPage.attribute.relation-polymorphic": "Relacja (polimorficzna)",
|
|
173
198
|
"modelPage.attribute.relationWith": "Relacja z",
|
|
199
|
+
"modelPage.attribute.with": "z",
|
|
174
200
|
"notification.error.dynamiczone-min.validation": "Co najmniej jeden komponent jest wymagany w strefie dynamicznej, aby zapisać typ treści",
|
|
175
201
|
"notification.info.autoreaload-disable": "Funkcja autoReload jest wymagana by użyć tego pluginu. Uruchom serwer używając `strapi develop`",
|
|
176
202
|
"notification.info.creating.notSaved": "Zapisz swoją pracę przed utworzeniem nowego typu treści lub komponentu",
|
|
@@ -187,6 +213,10 @@ var pl = {
|
|
|
187
213
|
"popUpWarning.draft-publish.button.confirm": "Tak, wyłącz",
|
|
188
214
|
"popUpWarning.draft-publish.message": "Jeśli wyłączysz system szkicu/publikacji, wszystkie twoje szkice zostaną usunięte.",
|
|
189
215
|
"popUpWarning.draft-publish.second-message": "Czy na pewno chcesz to wyłączyć?",
|
|
216
|
+
"popUpWarning.discardAll.message": "Czy na pewno chcesz odrzucić wszystkie zmiany?",
|
|
217
|
+
"popUpWarning.bodyMessage.delete-condition": "Czy na pewno chcesz usunąć ten warunek?",
|
|
218
|
+
"popUpWarning.bodyMessage.delete-attribute-with-conditions": "Następujące pola zawierają warunki zależne od tego pola: ",
|
|
219
|
+
"popUpWarning.bodyMessage.delete-attribute-with-conditions-end": ". Czy na pewno chcesz je usunąć?",
|
|
190
220
|
"prompt.unsaved": "Jesteś pewny, że chcesz wyjść? Wszystkie twoje zmiany zostaną utracone.",
|
|
191
221
|
"relation.attributeName.placeholder": "Np: autor, kategoria, tag",
|
|
192
222
|
"relation.manyToMany": "zawiera i należy do wielu",
|
|
@@ -198,6 +228,7 @@ var pl = {
|
|
|
198
228
|
"table.button.no-fields": "Dodaj nowe pole",
|
|
199
229
|
"table.content.create-first-content-type.title": "Brak typów treści",
|
|
200
230
|
"table.content.create-first-content-type.description": "Twórz kolekcje, pojedyncze typy i komponenty, aby zbudować swój schemat.",
|
|
231
|
+
"table.content.create-first-content-type.import-code": "Importuj z komputera",
|
|
201
232
|
"table.content.create-first-content-type.start-with-prompt": "Zacznij od promptu",
|
|
202
233
|
"table.content.no-fields.collection-type": "Dodaj pierwsze pole do tego typu treści",
|
|
203
234
|
"table.content.no-fields.component": "Dodaj pierwsze pole do tego komponentu",
|
|
@@ -213,6 +244,7 @@ var pl = {
|
|
|
213
244
|
"chat.tooltips.open-chat": "Otwórz czat",
|
|
214
245
|
"chat.tooltips.send-message": "Wyślij",
|
|
215
246
|
"chat.tooltips.stop-generation": "Zatrzymaj",
|
|
247
|
+
"chat.tooltips.upload-attachments": "Prześlij załączniki",
|
|
216
248
|
"chat.header.default-title": "Nowy czat",
|
|
217
249
|
"chat.input.defaults.title": "Jak mogę Ci pomóc?",
|
|
218
250
|
"chat.input.defaults.generate": "Wygeneruj schemat produktu",
|
|
@@ -222,11 +254,38 @@ var pl = {
|
|
|
222
254
|
"chat.input.placeholder": "Zapytaj Strapi AI...",
|
|
223
255
|
"chat.input.strapi-ai-can-make-errors": "Strapi AI może popełniać błędy.",
|
|
224
256
|
"chat.messages.error": "Coś poszło nie tak.",
|
|
257
|
+
"chat.messages.too-many-requests": "Zbyt wiele żądań, spróbuj ponownie później.",
|
|
258
|
+
"chat.messages.license-limit-reached": "Osiągnięto limit licencji, spróbuj ponownie jutro.",
|
|
259
|
+
"chat.messages.license-limit-exceeded": "Przekroczono limit kredytów AI.",
|
|
260
|
+
"chat.messages.too-long-error": "Ta rozmowa osiągnęła maksymalną długość. Rozpocznij nową rozmowę",
|
|
225
261
|
"chat.code-upload.header": "Importuj aplikację Next.js",
|
|
226
262
|
"chat.code-upload.title": "Importuj aplikację Next.js",
|
|
227
263
|
"chat.code-upload.description": "Twoja aplikacja zostanie przeanalizowana przez AI. Upewnij się, że usunąłeś wszystkie wrażliwe dane przed importem.",
|
|
228
264
|
"chat.code-upload.drop-zone": "Upuść plik .zip tutaj lub",
|
|
229
|
-
"chat.code-upload.drop-zone-
|
|
265
|
+
"chat.code-upload.drop-zone-folder": "Upuść folder tutaj lub",
|
|
266
|
+
"chat.code-upload.drop-zone-browse": "przeglądaj pliki",
|
|
267
|
+
"chat.attachments.menu.import-code": "Importuj kod",
|
|
268
|
+
"chat.attachments.menu.attach-image": "Załącz obraz",
|
|
269
|
+
"chat.attachments.menu.import-figma": "Importuj z projektu Figma",
|
|
270
|
+
"chat.feedback.title": "Prześlij opinię",
|
|
271
|
+
"chat.feedback.subtitle": "Podaj dodatkową opinię na temat tej wiadomości. Wybierz wszystkie pasujące opcje.",
|
|
272
|
+
"chat.feedback.comment.label": "Jak możemy to ulepszyć? (opcjonalnie)",
|
|
273
|
+
"chat.feedback.placeholder": "Twoja opinia...",
|
|
274
|
+
"chat.feedback.submitted": "Dziękujemy za opinię!",
|
|
275
|
+
"chat.feedback.error": "Wystąpił błąd podczas przesyłania opinii",
|
|
276
|
+
"chat.feedback.reason.invalid_schema": "Nieprawidłowy schemat",
|
|
277
|
+
"chat.feedback.reason.bad_recommendation": "Zła rekomendacja",
|
|
278
|
+
"chat.feedback.reason.slow": "Powolne działanie",
|
|
279
|
+
"chat.feedback.reason.instructions_ignored": "Zignorowano instrukcje",
|
|
280
|
+
"chat.feedback.reason.being_lazy": "Lenistwo",
|
|
281
|
+
"chat.feedback.reason.other": "Inne",
|
|
282
|
+
"chat.figma-upload.step1-title": "Wprowadź adres URL do projektu Figma",
|
|
283
|
+
"chat.figma-upload.step2-title": "Podgląd obrazów",
|
|
284
|
+
"chat.figma-upload.select-images": "Wybierz ramki do importu",
|
|
285
|
+
"chat.figma-upload.no-images": "W pliku projektu Figma nie znaleziono ramek.",
|
|
286
|
+
"chat.figma-upload.import-button": "Importuj",
|
|
287
|
+
"form.button.finish": "Zakończ",
|
|
288
|
+
"form.button.back": "Wstecz"
|
|
230
289
|
};
|
|
231
290
|
|
|
232
291
|
export { configurations, pl as default, from };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pl.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pl.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|