@strapi/admin 4.0.3 → 4.0.7

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.
Files changed (161) hide show
  1. package/admin/src/components/LeftMenu/index.js +11 -3
  2. package/admin/src/components/UpgradePlanModal/index.js +7 -2
  3. package/admin/src/content-manager/components/DynamicZone/components/DzLabel/index.js +24 -7
  4. package/admin/src/content-manager/components/DynamicZone/index.js +6 -10
  5. package/admin/src/content-manager/components/InputJSON/FieldWrapper.js +32 -0
  6. package/admin/src/content-manager/components/InputJSON/Label.js +5 -11
  7. package/admin/src/content-manager/components/InputJSON/index.js +26 -26
  8. package/admin/src/content-manager/components/PreviewWysiwyg/Wrapper.js +4 -0
  9. package/admin/src/content-manager/components/PreviewWysiwyg/utils/mdRenderer.js +1 -1
  10. package/admin/src/content-manager/components/Wysiwyg/Editor.js +6 -4
  11. package/admin/src/content-manager/components/Wysiwyg/EditorLayout.js +2 -0
  12. package/admin/src/content-manager/components/Wysiwyg/EditorStylesContainer.js +2 -1
  13. package/admin/src/content-manager/components/Wysiwyg/WysiwygFooter.js +2 -4
  14. package/admin/src/content-manager/components/Wysiwyg/WysiwygNav.js +79 -68
  15. package/admin/src/content-manager/components/Wysiwyg/WysiwygStyles.js +1 -0
  16. package/admin/src/content-manager/components/Wysiwyg/index.js +17 -5
  17. package/admin/src/content-manager/pages/EditSettingsView/components/DisplayedFields.js +1 -3
  18. package/admin/src/content-manager/pages/EditSettingsView/components/ModalForm.js +6 -7
  19. package/admin/src/pages/Admin/index.js +2 -0
  20. package/admin/src/pages/InternalErrorPage/index.js +53 -0
  21. package/admin/src/pages/NotFoundPage/index.js +45 -2
  22. package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/EventInput/index.js +2 -10
  23. package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/utils/schema.js +1 -4
  24. package/admin/src/translations/dk.json +300 -110
  25. package/admin/src/translations/en.json +3 -0
  26. package/admin/src/translations/es.json +204 -4
  27. package/admin/src/translations/hu.json +672 -0
  28. package/admin/src/translations/ja.json +327 -7
  29. package/admin/src/translations/languageNativeNames.js +1 -0
  30. package/admin/src/translations/nl.json +512 -125
  31. package/admin/src/translations/pt-BR.json +398 -19
  32. package/admin/src/translations/uk.json +40 -40
  33. package/admin/src/translations/zh.json +7 -0
  34. package/build/1024.efaaca35.chunk.js +1 -0
  35. package/build/1856.ec8cf094.chunk.js +1 -0
  36. package/build/2912.b886455f.chunk.js +1 -0
  37. package/build/{5881.746d7dc1.chunk.js → 3215.b6c950c2.chunk.js} +2 -2
  38. package/build/{5881.746d7dc1.chunk.js.LICENSE.txt → 3215.b6c950c2.chunk.js.LICENSE.txt} +0 -0
  39. package/build/4261.d5024c20.chunk.js +1 -0
  40. package/build/4362.0700c5df.chunk.js +1 -0
  41. package/build/4672.e18b4834.chunk.js +1 -0
  42. package/build/4715.7f86301d.chunk.js +1 -0
  43. package/build/4741.57e58885.chunk.js +2 -0
  44. package/build/{4741.1fb6ad6e.chunk.js.LICENSE.txt → 4741.57e58885.chunk.js.LICENSE.txt} +0 -0
  45. package/build/4801.3a0d8fcd.chunk.js +2 -0
  46. package/build/{9351.a0fbd4ef.chunk.js.LICENSE.txt → 4801.3a0d8fcd.chunk.js.LICENSE.txt} +0 -0
  47. package/build/497.9a3be008.chunk.js +1 -0
  48. package/build/4982.52a2ce10.chunk.js +1 -0
  49. package/build/6060.1a1bd16a.chunk.js +2 -0
  50. package/build/{6060.a5b86bc2.chunk.js.LICENSE.txt → 6060.1a1bd16a.chunk.js.LICENSE.txt} +0 -0
  51. package/build/6250.2172d040.chunk.js +1 -0
  52. package/build/7841.c4d33a2f.chunk.js +1 -0
  53. package/build/{849.4a7be1c0.chunk.js → 849.46892e8e.chunk.js} +1 -1
  54. package/build/9235.63b1528f.chunk.js +1 -0
  55. package/build/Admin-authenticatedApp.c6b9128c.chunk.js +1 -0
  56. package/build/Admin_homePage.f044cfaf.chunk.js +1 -0
  57. package/build/{Admin_marketplace.9661a660.chunk.js → Admin_marketplace.1cf20eeb.chunk.js} +1 -1
  58. package/build/{Admin_pluginsPage.7d1bd7ce.chunk.js → Admin_pluginsPage.0d59d86e.chunk.js} +1 -1
  59. package/build/{Admin_profilePage.67dd744c.chunk.js → Admin_profilePage.c08119de.chunk.js} +1 -1
  60. package/build/Admin_settingsPage.97246c41.chunk.js +1 -0
  61. package/build/{admin-edit-roles-page.2d1b6461.chunk.js → admin-edit-roles-page.8af004a6.chunk.js} +1 -1
  62. package/build/{admin-edit-users.e736db15.chunk.js → admin-edit-users.73877840.chunk.js} +1 -1
  63. package/build/admin-users.e0558d75.chunk.js +1 -0
  64. package/build/{api-tokens-create-page.830b37b7.chunk.js → api-tokens-create-page.ebe57c8e.chunk.js} +1 -1
  65. package/build/{api-tokens-edit-page.dbe07b72.chunk.js → api-tokens-edit-page.35e1522b.chunk.js} +1 -1
  66. package/build/{api-tokens-list-page.1626150f.chunk.js → api-tokens-list-page.f01b7b98.chunk.js} +1 -1
  67. package/build/content-manager.9c7ee647.chunk.js +1 -0
  68. package/build/{content-type-builder-translation-dk-json.5c6344f9.chunk.js → content-type-builder-translation-dk-json.098bd218.chunk.js} +1 -1
  69. package/build/{content-type-builder-translation-en-json.c535d180.chunk.js → content-type-builder-translation-en-json.d70fc3af.chunk.js} +1 -1
  70. package/build/content-type-builder-translation-es-json.20c177ee.chunk.js +1 -0
  71. package/build/content-type-builder.7673250d.chunk.js +1 -0
  72. package/build/dk-json.7356ea4b.chunk.js +1 -0
  73. package/build/email-settings-page.448433af.chunk.js +1 -0
  74. package/build/email-translation-dk-json.f8a595bf.chunk.js +1 -0
  75. package/build/email-translation-es-json.eb303dea.chunk.js +1 -0
  76. package/build/en-json.ec998c8f.chunk.js +1 -0
  77. package/build/es-json.ed9c8bef.chunk.js +1 -0
  78. package/build/{fontawesome-css.ef93ee2a.chunk.js → fontawesome-css.36cff9ae.chunk.js} +1 -1
  79. package/build/hu-json.a741d263.chunk.js +1 -0
  80. package/build/i18n-settings-page.0ba8ab95.chunk.js +1 -0
  81. package/build/i18n-translation-dk-json.932d3cc2.chunk.js +1 -0
  82. package/build/i18n-translation-es-json.347904f3.chunk.js +1 -0
  83. package/build/index.html +1 -1
  84. package/build/ja-json.52581a2a.chunk.js +1 -0
  85. package/build/main.fcbcdd20.js +2 -0
  86. package/build/{main.b227e163.js.LICENSE.txt → main.fcbcdd20.js.LICENSE.txt} +0 -0
  87. package/build/nl-json.ac661b7f.chunk.js +1 -0
  88. package/build/pt-BR-json.8b3f799d.chunk.js +1 -0
  89. package/build/runtime~main.32f93f84.js +1 -0
  90. package/build/{sso-settings-page.c073b6d7.chunk.js → sso-settings-page.36c35df0.chunk.js} +1 -1
  91. package/build/uk-json.da2ed14e.chunk.js +1 -0
  92. package/build/upload-settings.113fd6b8.chunk.js +1 -0
  93. package/build/{upload-translation-dk-json.e8c0a891.chunk.js → upload-translation-dk-json.bc6af8b4.chunk.js} +1 -1
  94. package/build/upload-translation-en-json.6b529046.chunk.js +1 -0
  95. package/build/upload-translation-es-json.b53d6641.chunk.js +1 -0
  96. package/build/upload.36c37a29.chunk.js +1 -0
  97. package/build/users-advanced-settings-page.627f173b.chunk.js +1 -0
  98. package/build/{users-email-settings-page.678794aa.chunk.js → users-email-settings-page.862eb51e.chunk.js} +1 -1
  99. package/build/{users-permissions-translation-dk-json.a36b323b.chunk.js → users-permissions-translation-dk-json.3e0295e5.chunk.js} +1 -1
  100. package/build/users-permissions-translation-es-json.a4f81eaa.chunk.js +1 -0
  101. package/build/users-providers-settings-page.47f97b06.chunk.js +1 -0
  102. package/build/{users-roles-settings-page.4f04bf06.chunk.js → users-roles-settings-page.b67e2b4d.chunk.js} +1 -1
  103. package/build/webhook-edit-page.e463d0ab.chunk.js +1 -0
  104. package/build/webhook-list-page.b7649616.chunk.js +1 -0
  105. package/build/zh-json.2e4c9ef4.chunk.js +1 -0
  106. package/ee/admin/pages/App/utils/customRoutes.js +1 -1
  107. package/ee/server/controllers/authentication/utils.js +1 -1
  108. package/index.js +43 -26
  109. package/package.json +11 -11
  110. package/server/bootstrap.js +16 -0
  111. package/server/controllers/webhooks.js +6 -10
  112. package/server/services/api-token.js +1 -1
  113. package/server/services/metrics.js +6 -0
  114. package/server/services/permission/permissions-manager/sanitize.js +13 -5
  115. package/server/services/user.js +10 -0
  116. package/server/strategies/api-token.js +0 -3
  117. package/build/1024.1b15fbb5.chunk.js +0 -1
  118. package/build/1856.0a6992d6.chunk.js +0 -1
  119. package/build/2912.d903b59a.chunk.js +0 -1
  120. package/build/4064.2683bcce.chunk.js +0 -1
  121. package/build/4261.b7b7ac00.chunk.js +0 -1
  122. package/build/4362.1cf3ccbd.chunk.js +0 -1
  123. package/build/4715.f134f37a.chunk.js +0 -1
  124. package/build/4741.1fb6ad6e.chunk.js +0 -2
  125. package/build/497.726adbfa.chunk.js +0 -1
  126. package/build/4982.a7f87e6c.chunk.js +0 -1
  127. package/build/6060.a5b86bc2.chunk.js +0 -2
  128. package/build/6250.11ba8b50.chunk.js +0 -1
  129. package/build/7841.d2aa6f5e.chunk.js +0 -1
  130. package/build/9238.63386655.chunk.js +0 -1
  131. package/build/9351.a0fbd4ef.chunk.js +0 -2
  132. package/build/Admin-authenticatedApp.956e0be7.chunk.js +0 -1
  133. package/build/Admin_homePage.62ec13fd.chunk.js +0 -1
  134. package/build/Admin_settingsPage.73423460.chunk.js +0 -1
  135. package/build/admin-users.62447405.chunk.js +0 -1
  136. package/build/content-manager.0872e65e.chunk.js +0 -1
  137. package/build/content-type-builder-translation-es-json.7e2055ad.chunk.js +0 -1
  138. package/build/content-type-builder.44fdf56b.chunk.js +0 -1
  139. package/build/dk-json.9516eb08.chunk.js +0 -1
  140. package/build/email-settings-page.3cdedf03.chunk.js +0 -1
  141. package/build/email-translation-dk-json.b3740e8f.chunk.js +0 -1
  142. package/build/email-translation-es-json.abbba8e3.chunk.js +0 -1
  143. package/build/en-json.1c33de7f.chunk.js +0 -1
  144. package/build/es-json.fa8ddd1d.chunk.js +0 -1
  145. package/build/i18n-settings-page.ad670b2c.chunk.js +0 -1
  146. package/build/ja-json.57abaacb.chunk.js +0 -1
  147. package/build/main.b227e163.js +0 -2
  148. package/build/nl-json.d757328d.chunk.js +0 -1
  149. package/build/pt-BR-json.6d1cfdb2.chunk.js +0 -1
  150. package/build/runtime~main.d7a87b81.js +0 -1
  151. package/build/uk-json.c50ad2a8.chunk.js +0 -1
  152. package/build/upload-settings.f65c4d08.chunk.js +0 -1
  153. package/build/upload-translation-en-json.31ea0622.chunk.js +0 -1
  154. package/build/upload-translation-es-json.42b5c758.chunk.js +0 -1
  155. package/build/upload.1e3e2685.chunk.js +0 -1
  156. package/build/users-advanced-settings-page.da9830fd.chunk.js +0 -1
  157. package/build/users-permissions-translation-es-json.c8ef51bd.chunk.js +0 -1
  158. package/build/users-providers-settings-page.d4f78a77.chunk.js +0 -1
  159. package/build/webhook-edit-page.c87c6764.chunk.js +0 -1
  160. package/build/webhook-list-page.8abf0b5f.chunk.js +0 -1
  161. package/build/zh-json.496bd6c4.chunk.js +0 -1
@@ -1 +1 @@
1
- "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[2246],{8737:e=>{e.exports=JSON.parse('{"attribute.boolean":"Boolean","attribute.boolean.description":"Ja eller nej, 1 eller 0, sand eller falsk","attribute.component":"Komponent","attribute.component.description":"Gruppe af felter som kan gentages","attribute.date":"Dato","attribute.date.description":"En datov\xe6lger med timer, minutter og sekunder","attribute.datetime":"Dato - tid","attribute.dynamiczone":"Dynamisk zone","attribute.dynamiczone.description":"Dynamisk udv\xe6lg komponenter ved redigering af indhold","attribute.email":"E-mail","attribute.email.description":"E-mail felt med valideringsformat","attribute.enumeration":"Enumeration","attribute.enumeration.description":"Liste med v\xe6rdier, v\xe6lg \xe9n","attribute.json":"JSON","attribute.json.description":"Data i JSON format","attribute.media":"Medie","attribute.media.description":"Filer som billeder, videoer, osv...","attribute.null":" ","attribute.number":"Tal","attribute.number.description":"Tal (hele tal, kommatal)","attribute.password":"Kodeord","attribute.password.description":"Kodeord med kryptering","attribute.relation":"Relation","attribute.relation.description":"Reference til en dokument type","attribute.richtext":"RTE","attribute.richtext.description":"En rich-text-editor med formateringsmuligheder","attribute.text":"Tekst","attribute.text.description":"Korte eller lange tekster som titel eller beskrivelse","attribute.time":"Tid","attribute.timestamp":"Tidsstempel","attribute.uid":"UID","attribute.uid.description":"Unikt ID","button.attributes.add.another":"Tilf\xf8j et felt","button.component.add":"Tilf\xf8j et komponent","button.component.create":"Opret komponent","button.model.create":"Opret dokument type","button.single-types.create":"Opret enkelt type","component.repeatable":"(gentageligt)","components.componentSelect.no-component-available":"Du har allerede tilf\xf8jet alle dine komponenter","components.componentSelect.no-component-available.with-search":"Der er ingen komponenter som matcher din s\xf8gning","components.componentSelect.value-component":"{number} komponent valgt (skriv for at s\xf8ge efter komponenter)","components.componentSelect.value-components":"{number} komponenter valgt","configurations":"konfigurationer","contentType.collectionName.description":"Brugbar n\xe5r navnet p\xe5 din indholdstype og dit tabel navn er forskellige","contentType.collectionName.label":"Dokument navn","contentType.displayName.label":"Visningsnavn","contentType.kind.change.warning":"Du har lige \xe6ndret typen af en indholdstype: API bliver nustillet (ruter, controllere, og services bliver overskrevet).","error.attributeName.reserved-name":"Dette navn kan ikke bruges i din indholdstype, da det m\xe5ske kan \xf8del\xe6gge andre funktioner","error.contentTypeName.reserved-name":"Dette navn kan ikke bruges i dit projekt, da det m\xe5ske kan \xf8del\xe6gge andre funktioner","error.validation.enum-duplicate":"Duplikat v\xe6rdi er ikke tilladt","error.validation.minSupMax":"M\xe5 ikke overstige","error.validation.regex":"Regex m\xf8nster er ikke gyldig","error.validation.relation.targetAttribute-taken":"Dette navn eksisterer allerede","form.attribute.component.option.add":"Tilf\xf8j et komponent","form.attribute.component.option.create":"Opret et komponent","form.attribute.component.option.create.description":"Et komponent er delt mellem typer og komponenter, det bliver tilg\xe6ngeligt fra alle steder.","form.attribute.component.option.repeatable":"Gentageligt komponent","form.attribute.component.option.repeatable.description":"Bedst til gentagne v\xe6rdier af f.eks. ingredienser, meta tags, osv...","form.attribute.component.option.reuse-existing":"Brug et eksisterende komponent","form.attribute.component.option.reuse-existing.description":"Genbrug en komponent der allerede er oprettet for at holde din data konsistent gennem indholdstyper.","form.attribute.component.option.single":"Enkelt komponent","form.attribute.component.option.single.description":"Bedst til at gruppere felter som fulde adresse, prim\xe6r information osv...","form.attribute.item.customColumnName":"Specielle kolonne navne","form.attribute.item.customColumnName.description":"Dette er brugbart til at omd\xf8be database kolonne navne i et mere omfattende format til API svar","form.attribute.item.date.type.date":"dato","form.attribute.item.date.type.datetime":"dato - tid","form.attribute.item.date.type.time":"tid","form.attribute.item.defineRelation.fieldName":"Felt navn","form.attribute.item.enumeration.graphql":"Navn overskrivning til GraphQL","form.attribute.item.enumeration.graphql.description":"Tillader dig at overskrive standard genereret navn til GraphQL","form.attribute.item.enumeration.placeholder":"F.eks.\\nmorgen\\nmiddag\\naften","form.attribute.item.enumeration.rules":"V\xe6rdier (\xe9n linje pr. v\xe6rdi)","form.attribute.item.maximum":"Maks v\xe6rdi","form.attribute.item.maximumLength":"Maks l\xe6ngde","form.attribute.item.minimum":"Minimum v\xe6rdi","form.attribute.item.minimumLength":"Minimum l\xe6ngde","form.attribute.item.number.type":"Tal format","form.attribute.item.number.type.biginteger":"stort helt tal (f.eks. 123456789)","form.attribute.item.number.type.decimal":"decimal (f.eks. 2.22)","form.attribute.item.number.type.float":"float (f.eks. 3.33333333)","form.attribute.item.number.type.integer":"helt tal (f.eks. 10)","form.attribute.item.privateField":"Privat felt","form.attribute.item.privateField.description":"Dette flet bliver ikke vist i API svar","form.attribute.item.requiredField":"P\xe5kr\xe6vet felt","form.attribute.item.requiredField.description":"Du kan ikke oprette et element hvis dette felt er tomt","form.attribute.item.settings.name":"Indstillinger","form.attribute.item.text.regex":"RegExp m\xf8nster","form.attribute.item.text.regex.description":"Teksten til regular expression","form.attribute.item.uniqueField":"Unikt felt","form.attribute.item.uniqueField.description":"Du kan ikke oprette et element hvis der allerede findes et element med samme indhold","form.attribute.media.allowed-types":"V\xe6lg tillade typer af medier","form.attribute.media.allowed-types.none":"Ingen","form.attribute.media.allowed-types.option-files":"Filer","form.attribute.media.allowed-types.option-images":"Billeder","form.attribute.media.allowed-types.option-videos":"Videoer","form.attribute.media.option.multiple":"Flere medier","form.attribute.media.option.multiple.description":"Best til gallerier, slideshows eller download af flere filer","form.attribute.media.option.single":"Enkelt medie","form.attribute.media.option.single.description":"Best til avatar, profil billeder eller cover","form.attribute.settings.default":"Standard v\xe6rdi","form.attribute.text.option.long-text":"Lang tekst","form.attribute.text.option.long-text.description":"Bedst til beskrivelser, biografier. Pr\xe6cis s\xf8gning er deaktiveret.","form.attribute.text.option.short-text":"Kort tekst","form.attribute.text.option.short-text.description":"Bedst til titler, navne, links (URL). Pr\xe6cis s\xf8gning er aktiveret.","form.button.add-components-to-dynamiczone":"Tilf\xf8j komponenter til zonen","form.button.add-field":"Tilf\xf8j endnu et felt","form.button.add-first-field-to-created-component":"Tilf\xf8j det f\xf8rste felt til komponentet","form.button.add.field.to.collectionType":"Tilf\xf8j endnu et felt til dokument typen","form.button.add.field.to.component":"Tilf\xf8j endnu et felt til komponentet","form.button.add.field.to.contentType":"Tilf\xf8j endnu et felt til dokument typen","form.button.add.field.to.singleType":"Tilf\xf8j endnu et felt til enkelt typen","form.button.cancel":"Annuller","form.button.collection-type.description":"Bedst til Best for flere forkomster som artikler, produkter, kommentarer osv...","form.button.configure-component":"Konfigur\xe9r komponentet","form.button.configure-view":"Konfigur\xe9r visning","form.button.continue":"Forts\xe6t","form.button.delete":"Slet","form.button.finish":"F\xe6rdig","form.button.save":"Gem","form.button.select-component":"V\xe6lg et komponent","form.button.single-type.description":"Bedst til enkelte forekomster som \\"om os\\", forside osv...","from":"fra","menu.section.components.name.plural":"Komponenter","menu.section.components.name.singular":"Komponent","menu.section.models.name.plural":"Dokument typer","menu.section.models.name.singular":"Dokument type","menu.section.single-types.name.plural":"Enkelt typer","menu.section.single-types.name.singular":"Enkelt type","modalForm.attribute.form.base.name":"Navn","modalForm.attribute.form.base.name.description":"Mellemrum er ikke tilladt i navnet","modalForm.attribute.form.base.name.placeholder":"f.eks. Slug, SEO URL, Canonical URL","modalForm.attribute.target-field":"Vedh\xe6ftet felt","modalForm.attribute.text.type-selection":"Type","modalForm.attributes.select-component":"V\xe6lg et komponent","modalForm.attributes.select-components":"V\xe6lg komponenterne","modalForm.component.header-create":"Opret et komponent","modalForm.components.create-component.category.label":"V\xe6lg en kategori eller intast et navn for at oprette en ny","modalForm.components.icon.label":"Ikon","modalForm.editCategory.base.name.description":"Mellemrum er ikke tilladt i kategori navnet","modalForm.header-edit":"Redig\xe9r {name}","modalForm.header.categories":"Kategorier","modalForm.singleType.header-create":"Opret en enkelt type","modalForm.sub-header.addComponentToDynamicZone":"Tilf\xf8j komponent til den dymaiske zone","modalForm.sub-header.attribute.create":"Tilf\xf8j {type} felt","modalForm.sub-header.attribute.create.step":"Tilf\xf8j komponent ({step}/2)","modalForm.sub-header.attribute.edit":"Redig\xe9r {name}","modalForm.sub-header.chooseAttribute.collectionType":"V\xe6lg et felt til din dokument type","modalForm.sub-header.chooseAttribute.component":"V\xe6lg et felt til dit komponent","modalForm.sub-header.chooseAttribute.singleType":"V\xe6lg et felt til din enkelt type","modelPage.attribute.relation-polymorphic":"Relation (polymorphic)","modelPage.attribute.relationWith":"Relation med","none":"Ingen","notification.info.autoreaload-disable":"AutoReload funktionen er p\xe5kr\xe6vet for at bruge dette plugin. Start din server med `strapi develop`","notification.info.creating.notSaved":"Gem venligst dit arbejde inden du opretter en dokument type eller komponent","plugin.description.long":"Modell\xe9r data strukturen i dit API. Opret felter og relationer p\xe5 f\xe5 minutter. Filerne bliver automatisk oprettet og opdateret i dit projekt.","plugin.description.short":"Modell\xe9r data strukturen i dit API.","popUpForm.navContainer.advanced":"Avancerede indstillinger","popUpForm.navContainer.base":"Standard indstillinger","popUpWarning.bodyMessage.cancel-modifications":"Er du sikker p\xe5 at du vil annullere dine \xe6ndringer?","popUpWarning.bodyMessage.cancel-modifications.with-components":"Er du sikker p\xe5 at du vil annullere dine \xe6ndringer? Nogle komponenter er blevet oprettet eller redigeret...","popUpWarning.bodyMessage.category.delete":"Er du sikker p\xe5 at du vil slette denne kategori? Alle komponenterne bliver ogs\xe5 slettet.","popUpWarning.bodyMessage.component.delete":"Er du sikker p\xe5 at du vil slette denne komponent?","popUpWarning.bodyMessage.contentType.delete":"Er du sikker p\xe5 at du vil slette denne dokument type?","prompt.unsaved":"Er du sikker p\xe5 at du vil stoppe? Alle dine \xe6ndringer g\xe5r tabt.","relation.attributeName.placeholder":"F.eks. forfatter, kategori, tag","relation.manyToMany":"har og tilh\xf8rer flere","relation.manyToOne":"har flere","relation.manyWay":"har flere","relation.oneToMany":"tilh\xf8rer flere","relation.oneToOne":"har og tilh\xf8rer \xe9n","relation.oneWay":"har \xe9n","table.attributes.title.plural":"{number} felter","table.attributes.title.singular":"{number} felt"}')}}]);
1
+ "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[2246],{8737:e=>{e.exports=JSON.parse('{"attribute.boolean":"Boolean","attribute.boolean.description":"Ja eller nej, 1 eller 0, sand eller falsk","attribute.component":"Komponent","attribute.component.description":"Gruppe af felter som kan gentages","attribute.date":"Dato","attribute.date.description":"En datov\xe6lger med timer, minutter og sekunder","attribute.datetime":"Dato - tid","attribute.dynamiczone":"Dynamisk zone","attribute.dynamiczone.description":"Dynamisk udv\xe6lg komponenter ved redigering af indhold","attribute.email":"E-mail","attribute.email.description":"E-mail felt med valideringsformat","attribute.enumeration":"Enumeration","attribute.enumeration.description":"Liste med v\xe6rdier, v\xe6lg \xe9n","attribute.json":"JSON","attribute.json.description":"Data i JSON format","attribute.media":"Medie","attribute.media.description":"Filer som billeder, videoer, osv...","attribute.null":" ","attribute.number":"Tal","attribute.number.description":"Tal (hele tal, kommatal)","attribute.password":"Kodeord","attribute.password.description":"Kodeord med kryptering","attribute.relation":"Relation","attribute.relation.description":"Reference til en dokument type","attribute.richtext":"RTE","attribute.richtext.description":"En rich-text-editor med formateringsmuligheder","attribute.text":"Tekst","attribute.text.description":"Korte eller lange tekster som titel eller beskrivelse","attribute.time":"Tid","attribute.timestamp":"Tidsstempel","attribute.uid":"UID","attribute.uid.description":"Unikt ID","button.attributes.add.another":"Tilf\xf8j et felt","button.component.add":"Tilf\xf8j et komponent","button.component.create":"Opret komponent","button.model.create":"Opret dokument type","button.single-types.create":"Opret enkelt type","component.repeatable":"(gentageligt)","components.componentSelect.no-component-available":"Du har allerede tilf\xf8jet alle dine komponenter","components.componentSelect.no-component-available.with-search":"Der er ingen komponenter som matcher din s\xf8gning","components.componentSelect.value-component":"{number} komponent valgt (skriv for at s\xf8ge efter komponenter)","components.componentSelect.value-components":"{number} komponenter valgt","configurations":"konfigurationer","contentType.collectionName.description":"Brugbar n\xe5r navnet p\xe5 din indholdstype og dit tabel navn er forskellige","contentType.collectionName.label":"Dokument navn","contentType.displayName.label":"Visningsnavn","contentType.kind.change.warning":"Du har lige \xe6ndret typen af en indholdstype: API bliver nustillet (ruter, controllere, og services bliver overskrevet).","error.attributeName.reserved-name":"Dette navn kan ikke bruges i din indholdstype, da det m\xe5ske kan \xf8del\xe6gge andre funktioner","error.contentTypeName.reserved-name":"Dette navn kan ikke bruges i dit projekt, da det m\xe5ske kan \xf8del\xe6gge andre funktioner","error.validation.enum-duplicate":"Duplikat v\xe6rdi er ikke tilladt","error.validation.minSupMax":"M\xe5 ikke overstige","error.validation.regex":"Regex m\xf8nster er ikke gyldig","error.validation.relation.targetAttribute-taken":"Dette navn eksisterer allerede","form.attribute.component.option.add":"Tilf\xf8j et komponent","form.attribute.component.option.create":"Opret et komponent","form.attribute.component.option.create.description":"Et komponent er delt mellem typer og komponenter, det bliver tilg\xe6ngeligt fra alle steder.","form.attribute.component.option.repeatable":"Gentageligt komponent","form.attribute.component.option.repeatable.description":"Bedst til gentagne v\xe6rdier af f.eks. ingredienser, meta tags, osv...","form.attribute.component.option.reuse-existing":"Brug et eksisterende komponent","form.attribute.component.option.reuse-existing.description":"Genbrug en komponent der allerede er oprettet for at holde din data konsistent gennem indholdstyper.","form.attribute.component.option.single":"Enkelt komponent","form.attribute.component.option.single.description":"Bedst til at gruppere felter som fulde adresse, prim\xe6r information osv...","form.attribute.item.customColumnName":"Specielle kolonne navne","form.attribute.item.customColumnName.description":"Dette er brugbart til at omd\xf8be database kolonne navne i et mere omfattende format til API svar","form.attribute.item.date.type.date":"dato","form.attribute.item.date.type.datetime":"dato - tid","form.attribute.item.date.type.time":"tid","form.attribute.item.defineRelation.fieldName":"Felt navn","form.attribute.item.enumeration.graphql":"Navn overskrivning til GraphQL","form.attribute.item.enumeration.graphql.description":"Tillader dig at overskrive standard genereret navn til GraphQL","form.attribute.item.enumeration.placeholder":"F.eks.\\nmorgen\\nmiddag\\naften","form.attribute.item.enumeration.rules":"V\xe6rdier (\xe9n linje pr. v\xe6rdi)","form.attribute.item.maximum":"Maks v\xe6rdi","form.attribute.item.maximumLength":"Maks l\xe6ngde","form.attribute.item.minimum":"Minimum v\xe6rdi","form.attribute.item.minimumLength":"Minimum l\xe6ngde","form.attribute.item.number.type":"Tal format","form.attribute.item.number.type.biginteger":"stort helt tal (f.eks. 123456789)","form.attribute.item.number.type.decimal":"decimal (f.eks. 2.22)","form.attribute.item.number.type.float":"float (f.eks. 3.33333333)","form.attribute.item.number.type.integer":"helt tal (f.eks. 10)","form.attribute.item.privateField":"Privat felt","form.attribute.item.privateField.description":"Dette flet bliver ikke vist i API svar","form.attribute.item.requiredField":"P\xe5kr\xe6vet felt","form.attribute.item.requiredField.description":"Du kan ikke oprette et element hvis dette felt er tomt","form.attribute.item.settings.name":"Indstillinger","form.attribute.item.text.regex":"RegExp m\xf8nster","form.attribute.item.text.regex.description":"Teksten til regular expression","form.attribute.item.uniqueField":"Unikt felt","form.attribute.item.uniqueField.description":"Du kan ikke oprette et element hvis der allerede findes et element med samme indhold","form.attribute.media.allowed-types":"V\xe6lg tillade typer af medier","form.attribute.media.allowed-types.none":"Ingen","form.attribute.media.allowed-types.option-files":"Filer","form.attribute.media.allowed-types.option-images":"Billeder","form.attribute.media.allowed-types.option-videos":"Videoer","form.attribute.media.option.multiple":"Flere medier","form.attribute.media.option.multiple.description":"Best til gallerier, slideshows eller download af flere filer","form.attribute.media.option.single":"Enkelt medie","form.attribute.media.option.single.description":"Best til avatar, profil billeder eller cover","form.attribute.settings.default":"Standard v\xe6rdi","form.attribute.text.option.long-text":"Lang tekst","form.attribute.text.option.long-text.description":"Bedst til beskrivelser, biografier. Pr\xe6cis s\xf8gning er deaktiveret.","form.attribute.text.option.short-text":"Kort tekst","form.attribute.text.option.short-text.description":"Bedst til titler, navne, links (URL). Pr\xe6cis s\xf8gning er aktiveret.","form.button.add-components-to-dynamiczone":"Tilf\xf8j komponenter til zonen","form.button.add-field":"Tilf\xf8j endnu et felt","form.button.add-first-field-to-created-component":"Tilf\xf8j det f\xf8rste felt til komponentet","form.button.add.field.to.collectionType":"Tilf\xf8j endnu et felt til dokument typen","form.button.add.field.to.component":"Tilf\xf8j endnu et felt til komponentet","form.button.add.field.to.contentType":"Tilf\xf8j endnu et felt til dokument typen","form.button.add.field.to.singleType":"Tilf\xf8j endnu et felt til enkelt typen","form.button.cancel":"Annuller","form.button.collection-type.description":"Bedst til Best for flere forkomster som artikler, produkter, kommentarer osv...","form.button.configure-component":"Konfigur\xe9r komponentet","form.button.configure-view":"Konfigur\xe9r visning","form.button.continue":"Forts\xe6t","form.button.delete":"Slet","form.button.finish":"F\xe6rdig","form.button.save":"Gem","form.button.select-component":"V\xe6lg et komponent","form.button.single-type.description":"Bedst til enkelte forekomster som \\"om os\\", forside osv...","from":"fra","menu.section.components.name.plural":"Komponenter","menu.section.components.name.singular":"Komponent","menu.section.models.name.plural":"Dokument typer","menu.section.models.name.singular":"Dokument type","menu.section.single-types.name.plural":"Enkelt typer","menu.section.single-types.name.singular":"Enkelt type","modalForm.attribute.form.base.name":"Navn","modalForm.attribute.form.base.name.description":"Mellemrum er ikke tilladt i navnet","modalForm.attribute.form.base.name.placeholder":"f.eks. Slug, SEO URL, Canonical URL","modalForm.attribute.target-field":"Vedh\xe6ftet felt","modalForm.attribute.text.type-selection":"Type","modalForm.attributes.select-component":"V\xe6lg et komponent","modalForm.attributes.select-components":"V\xe6lg komponenterne","modalForm.component.header-create":"Opret et komponent","modalForm.components.create-component.category.label":"V\xe6lg en kategori eller intast et navn for at oprette en ny","modalForm.components.icon.label":"Ikon","modalForm.editCategory.base.name.description":"Mellemrum er ikke tilladt i kategori navnet","modalForm.header-edit":"Redig\xe9r {name}","modalForm.header.categories":"Kategorier","modalForm.singleType.header-create":"Opret en enkelt type","modalForm.sub-header.addComponentToDynamicZone":"Tilf\xf8j komponent til den dymaiske zone","modalForm.sub-header.attribute.create":"Tilf\xf8j {type} felt","modalForm.sub-header.attribute.create.step":"Tilf\xf8j komponent ({step}/2)","modalForm.sub-header.attribute.edit":"Redig\xe9r {name}","modalForm.sub-header.chooseAttribute.collectionType":"V\xe6lg et felt til din dokument type","modalForm.sub-header.chooseAttribute.component":"V\xe6lg et felt til dit komponent","modalForm.sub-header.chooseAttribute.singleType":"V\xe6lg et felt til din enkelt type","modelPage.attribute.relation-polymorphic":"Relation (polymorphic)","modelPage.attribute.relationWith":"Relation med","none":"Ingen","notification.info.autoreaload-disable":"AutoReload funktionen er p\xe5kr\xe6vet for at bruge dette plugin. Start din server med `strapi develop`","notification.info.creating.notSaved":"Gem venligst dit arbejde inden du opretter en dokument type eller komponent","plugin.description.long":"Modell\xe9r data strukturen i dit API. Opret felter og relationer p\xe5 f\xe5 minutter. Filerne bliver automatisk oprettet og opdateret i dit projekt.","plugin.description.short":"Modell\xe9r data strukturen i dit API.","popUpForm.navContainer.advanced":"Avancerede indstillinger","popUpForm.navContainer.base":"Standard indstillinger","popUpWarning.bodyMessage.cancel-modifications":"Er du sikker p\xe5 at du vil annullere dine \xe6ndringer?","popUpWarning.bodyMessage.cancel-modifications.with-components":"Er du sikker p\xe5 at du vil annullere dine \xe6ndringer? Nogle komponenter er blevet oprettet eller redigeret...","popUpWarning.bodyMessage.category.delete":"Er du sikker p\xe5 at du vil slette denne kategori? Alle komponenterne bliver ogs\xe5 slettet.","popUpWarning.bodyMessage.component.delete":"Er du sikker p\xe5 at du vil slette denne komponent?","popUpWarning.bodyMessage.contentType.delete":"Er du sikker p\xe5 at du vil slette denne dokument type?","prompt.unsaved":"Er du sikker p\xe5 at du vil stoppe? Alle dine \xe6ndringer g\xe5r tabt.","relation.attributeName.placeholder":"F.eks. forfatter, kategori, tag","relation.manyToMany":"har og tilh\xf8rer flere","relation.manyToOne":"har flere","relation.manyWay":"har flere","relation.oneToMany":"tilh\xf8rer flere","relation.oneToOne":"har og tilh\xf8rer \xe9n","relation.oneWay":"har \xe9n","table.attributes.title.plural":"{number} felter","table.attributes.title.singular":"{number} felt","ComponentIconPicker.search.placeholder":"S\xf8g efter ikon","components.SelectComponents.displayed-value":"{number, plural, =0 {# komponenter} one {# komponent} other {# komponenter}} valgt","contentType.apiId-plural.description":"API ID i flertal","contentType.apiId-plural.label":"API ID (flertal)","contentType.apiId-singular.description":"UID bliver brugt til at generere API routes og database tabeller/kollektion","contentType.apiId-singular.label":"API ID (ental)","contentType.draftAndPublish.description":"Opret en version som udkast for hvert element inden det offentligg\xf8res","contentType.draftAndPublish.label":"Udkast/offentligg\xf8r system","error.contentType.pluralName-used":"Denne v\xe6rdi kan ikke v\xe6re den samme som ved ental","error.contentType.singularName-used":"Denne v\xe6rdi kan ikke v\xe6re den samme som ved flertal","error.validation.enum-empty-string":"Tomme strenge er ikke tilladt","error.validation.positive":"Skal v\xe6re et positivt tal","form.contentType.divider.draft-publish":"Udkast/offentligg\xf8r","listView.headerLayout.description":"Byg datastrukturen for dit indhold","modalForm.collectionType.header-create":"Opret en dokumenttype","plugin.name":"Dokumenttype bygger","popUpWarning.draft-publish.button.confirm":"Ja, deaktiv\xe9r","popUpWarning.draft-publish.message":"Hvis du deaktiverer udkast/offentligg\xf8r systemet, bliver dine udkast slettet.","popUpWarning.draft-publish.second-message":"Er du sikker p\xe5 at du vil deaktivere det?","table.button.no-fields":"Tilf\xf8j nyt felt","table.content.create-first-content-type":"Opret din f\xf8rst dokumenttype","table.content.no-fields.collection-type":"Tilf\xf8j dit f\xf8rste felt til denne dokumenttype","table.content.no-fields.component":"Tilf\xf8j dit f\xf8rste felt til dette komponent","table.headers.name":"Navn","table.headers.type":"Type"}')}}]);
@@ -1 +1 @@
1
- "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[931],{20392:e=>{e.exports=JSON.parse('{"ComponentIconPicker.search.placeholder":"Search for an icon","attribute.boolean":"Boolean","attribute.boolean.description":"Yes or no, 1 or 0, true or false","attribute.component":"Component","attribute.component.description":"Group of fields that you can repeat or reuse","attribute.date":"Date","attribute.date.description":"A date picker with hours, minutes and seconds","attribute.datetime":"Datetime","attribute.dynamiczone":"Dynamic zone","attribute.dynamiczone.description":"Dynamically pick component when editing content","attribute.email":"Email","attribute.email.description":"Email field with validations format","attribute.enumeration":"Enumeration","attribute.enumeration.description":"List of values, then pick one","attribute.json":"JSON","attribute.json.description":"Data in JSON format","attribute.media":"Media","attribute.media.description":"Files like images, videos, etc","attribute.null":" ","attribute.number":"Number","attribute.number.description":"Numbers (integer, float, decimal)","attribute.password":"Password","attribute.password.description":"Password field with encryption","attribute.relation":"Relation","attribute.relation.description":"Refers to a Collection Type","attribute.richtext":"Rich text","attribute.richtext.description":"A rich text editor with formatting options","attribute.text":"Text","attribute.text.description":"Small or long text like title or description","attribute.time":"Time","attribute.timestamp":"Timestamp","attribute.uid":"UID","attribute.uid.description":"Unique identifier","button.attributes.add.another":"Add another field","button.component.add":"Add a component","button.component.create":"Create new component","button.model.create":"Create new collection type","button.single-types.create":"Create new single type","component.repeatable":"(repeatable)","components.SelectComponents.displayed-value":"{number, plural, =0 {# components} one {# component} other {# components}} selected","components.componentSelect.no-component-available":"You have already added all your components","components.componentSelect.no-component-available.with-search":"There is no component matching your search","components.componentSelect.value-component":"{number} component selected (type to search for a component)","components.componentSelect.value-components":"{number} components selected","configurations":"Configurations","contentType.apiId-plural.description":"Pluralized API ID","contentType.apiId-plural.label":"API ID (Plural)","contentType.apiId-singular.description":"The UID is used to generate the API routes and databases tables/collections","contentType.apiId-singular.label":"API ID (Singular)","contentType.collectionName.description":"Useful when the name of your Content Type and your table name differ","contentType.collectionName.label":"Collection name","contentType.displayName.label":"Display name","contentType.draftAndPublish.description":"Write a draft version of each entry before publishing it","contentType.draftAndPublish.label":"Draft/publish system","contentType.kind.change.warning":"You just changed the kind of a content type: API will be reset (routes, controllers, and services will be overwritten).","error.attributeName.reserved-name":"This name cannot be used in your content type as it might break other functionalities","error.contentType.pluralName-used":"This value cannot be the same as the singular one","error.contentType.singularName-used":"This value cannot be the same as the plural one","error.contentTypeName.reserved-name":"This name cannot be used in your project as it might break other functionalities","error.validation.enum-duplicate":"Duplicate values are not allowed","error.validation.enum-empty-string":"Empty strings are not allowed","error.validation.minSupMax":"Can\'t be superior","error.validation.regex":"Regex pattern is invalid","error.validation.positive":"Must be a positive number","error.validation.relation.targetAttribute-taken":"This name exists in the target","form.attribute.component.option.add":"Add a component","form.attribute.component.option.create":"Create a new component","form.attribute.component.option.create.description":"A component is shared across types and components, it will be available and accessible everywhere.","form.attribute.component.option.repeatable":"Repeatable component","form.attribute.component.option.repeatable.description":"Best for multiple instances (array) of ingredients, meta tags, etc..","form.attribute.component.option.reuse-existing":"Use an existing component","form.attribute.component.option.reuse-existing.description":"Reuse a component already created to keep your data consistent across content-types.","form.attribute.component.option.single":"Single component","form.attribute.component.option.single.description":"Best for grouping fields like full address, main information, etc...","form.attribute.item.customColumnName":"Custom column names","form.attribute.item.customColumnName.description":"This is useful to rename database column names in a more comprehensive format for the API\'s responses","form.attribute.item.date.type.date":"date","form.attribute.item.date.type.datetime":"datetime","form.attribute.item.date.type.time":"time","form.attribute.item.defineRelation.fieldName":"Field name","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:\\nmorning\\nnoon\\nevening","form.attribute.item.enumeration.rules":"Values (one line per value)","form.attribute.item.maximum":"Maximum value","form.attribute.item.maximumLength":"Maximum length","form.attribute.item.minimum":"Minimum value","form.attribute.item.minimumLength":"Minimum length","form.attribute.item.number.type":"Number format","form.attribute.item.number.type.biginteger":"big integer (ex: 123456789)","form.attribute.item.number.type.decimal":"decimal (ex: 2.22)","form.attribute.item.number.type.float":"float (ex: 3.33333333)","form.attribute.item.number.type.integer":"integer (ex: 10)","form.attribute.item.privateField":"Private field","form.attribute.item.privateField.description":"This field will not show up in the API response","form.attribute.item.requiredField":"Required field","form.attribute.item.requiredField.description":"You won\'t be able to create an entry if this field is empty","form.attribute.item.settings.name":"Settings","form.attribute.item.text.regex":"RegExp pattern","form.attribute.item.text.regex.description":"The text of the regular expression","form.attribute.item.uniqueField":"Unique field","form.attribute.item.uniqueField.description":"You won\'t be able to create an entry if there is an existing entry with identical content","form.attribute.media.allowed-types":"Select allowed types of media","form.attribute.media.allowed-types.none":"None","form.attribute.media.allowed-types.option-files":"Files","form.attribute.media.allowed-types.option-images":"Images","form.attribute.media.allowed-types.option-videos":"Videos","form.attribute.media.option.multiple":"Multiple media","form.attribute.media.option.multiple.description":"Best for sliders, carousels or multiple files download","form.attribute.media.option.single":"Single media","form.attribute.media.option.single.description":"Best for avatar, profile picture or cover","form.attribute.settings.default":"Default value","form.attribute.text.option.long-text":"Long text","form.attribute.text.option.long-text.description":"Best for descriptions, biography. Exact search is disabled.","form.attribute.text.option.short-text":"Short text","form.attribute.text.option.short-text.description":"Best for titles, names, links (URL). It also enables exact search on the field.","form.button.add-components-to-dynamiczone":"Add components to the zone","form.button.add-field":"Add another field","form.button.add-first-field-to-created-component":"Add first field to the component","form.button.add.field.to.collectionType":"Add another field to this collection type","form.button.add.field.to.component":"Add another field to this component","form.button.add.field.to.contentType":"Add another field to this content type","form.button.add.field.to.singleType":"Add another field to this single type","form.button.cancel":"Cancel","form.button.collection-type.description":"Best for multiple instances like articles, products, comments, etc.","form.button.configure-component":"Configure the component","form.button.configure-view":"Configure the view","form.button.continue":"Continue","form.button.delete":"Delete","form.button.finish":"Finish","form.button.save":"Save","form.button.select-component":"Select a component","form.button.single-type.description":"Best for single instance like about us, homepage, etc.","form.contentType.divider.draft-publish":"Draft/Publish","from":"from","listView.headerLayout.description":"Build the data architecture of your content","menu.section.components.name.plural":"Components","menu.section.components.name.singular":"Component","menu.section.models.name.plural":"Collection Types","menu.section.models.name.singular":"Collection Type","menu.section.single-types.name.plural":"Single Types","menu.section.single-types.name.singular":"Single Type","modalForm.attribute.form.base.name":"Name","modalForm.attribute.form.base.name.description":"No space is allowed for the name of the attribute","modalForm.attribute.form.base.name.placeholder":"e.g. Slug, SEO URL, Canonical URL","modalForm.attribute.target-field":"Attached field","modalForm.attribute.text.type-selection":"Type","modalForm.attributes.select-component":"Select a component","modalForm.attributes.select-components":"Select the components","modalForm.collectionType.header-create":"Create a collection type","modalForm.component.header-create":"Create a component","modalForm.components.create-component.category.label":"Select a category or enter a name to create a new one","modalForm.components.icon.label":"Icon","modalForm.editCategory.base.name.description":"No space is allowed for the name of the category","modalForm.header-edit":"Edit {name}","modalForm.header.categories":"Categories","modalForm.singleType.header-create":"Create a single type","modalForm.sub-header.addComponentToDynamicZone":"Add new component to the dynamic zone","modalForm.sub-header.attribute.create":"Add new {type} field","modalForm.sub-header.attribute.create.step":"Add new component ({step}/2)","modalForm.sub-header.attribute.edit":"Edit {name}","modalForm.sub-header.chooseAttribute.collectionType":"Select a field for your collection type","modalForm.sub-header.chooseAttribute.component":"Select a field for your component","modalForm.sub-header.chooseAttribute.singleType":"Select a field for your single type","modelPage.attribute.relation-polymorphic":"Relation (polymorphic)","modelPage.attribute.relationWith":"Relation with","none":"None","notification.info.autoreaload-disable":"The autoReload feature is required to use this plugin. Start your server with `strapi develop`","notification.info.creating.notSaved":"Please save your work before creating a new collection type or component","plugin.description.long":"Modelize the data structure of your API. Create new fields and relations in just a minute. The files are automatically created and updated in your project.","plugin.description.short":"Modelize the data structure of your API.","plugin.name":"Content-Type Builder","popUpForm.navContainer.advanced":"Advanced settings","popUpForm.navContainer.base":"Base settings","popUpWarning.bodyMessage.cancel-modifications":"Are you sure you want to cancel your modifications?","popUpWarning.bodyMessage.cancel-modifications.with-components":"Are you sure you want to cancel your modifications? Some components have been created or modified...","popUpWarning.bodyMessage.category.delete":"Are you sure you want to delete this category? All the components will also be deleted.","popUpWarning.bodyMessage.component.delete":"Are you sure you want to delete this component?","popUpWarning.bodyMessage.contentType.delete":"Are you sure you want to delete this collection type?","popUpWarning.draft-publish.button.confirm":"Yes, disable","popUpWarning.draft-publish.message":"If you disable the Draft/Publish system, your drafts will be deleted.","popUpWarning.draft-publish.second-message":"Are you sure you want to disable it?","prompt.unsaved":"Are you sure you want to leave? All your modifications will be lost.","relation.attributeName.placeholder":"Ex: author, category, tag","relation.manyToMany":"has and belongs to many","relation.manyToOne":"has many","relation.manyWay":"has many","relation.oneToMany":"belongs to many","relation.oneToOne":"has and belongs to one","relation.oneWay":"has one","table.attributes.title.plural":"{number} fields","table.attributes.title.singular":"{number} field","table.button.no-fields":"Add new field","table.content.create-first-content-type":"Create your first Collection-Type","table.content.no-fields.collection-type":"Add your first field to this Collection-Type","table.content.no-fields.component":"Add your first field to this component","table.headers.name":"Name","table.headers.type":"Type"}')}}]);
1
+ "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[931],{20392:e=>{e.exports=JSON.parse('{"ComponentIconPicker.search.placeholder":"Search for an icon","attribute.boolean":"Boolean","attribute.boolean.description":"Yes or no, 1 or 0, true or false","attribute.component":"Component","attribute.component.description":"Group of fields that you can repeat or reuse","attribute.date":"Date","attribute.date.description":"A date picker with hours, minutes and seconds","attribute.datetime":"Datetime","attribute.dynamiczone":"Dynamic zone","attribute.dynamiczone.description":"Dynamically pick component when editing content","attribute.email":"Email","attribute.email.description":"Email field with validations format","attribute.enumeration":"Enumeration","attribute.enumeration.description":"List of values, then pick one","attribute.json":"JSON","attribute.json.description":"Data in JSON format","attribute.media":"Media","attribute.media.description":"Files like images, videos, etc","attribute.null":" ","attribute.number":"Number","attribute.number.description":"Numbers (integer, float, decimal)","attribute.password":"Password","attribute.password.description":"Password field with encryption","attribute.relation":"Relation","attribute.relation.description":"Refers to a Collection Type","attribute.richtext":"Rich text","attribute.richtext.description":"A rich text editor with formatting options","attribute.text":"Text","attribute.text.description":"Small or long text like title or description","attribute.time":"Time","attribute.timestamp":"Timestamp","attribute.uid":"UID","attribute.uid.description":"Unique identifier","button.attributes.add.another":"Add another field","button.component.add":"Add a component","button.component.create":"Create new component","button.model.create":"Create new collection type","button.single-types.create":"Create new single type","component.repeatable":"(repeatable)","components.SelectComponents.displayed-value":"{number, plural, =0 {# components} one {# component} other {# components}} selected","components.componentSelect.no-component-available":"You have already added all your components","components.componentSelect.no-component-available.with-search":"There is no component matching your search","components.componentSelect.value-component":"{number} component selected (type to search for a component)","components.componentSelect.value-components":"{number} components selected","configurations":"Configurations","contentType.apiId-plural.description":"Pluralized API ID","contentType.apiId-plural.label":"API ID (Plural)","contentType.apiId-singular.description":"The UID is used to generate the API routes and databases tables/collections","contentType.apiId-singular.label":"API ID (Singular)","contentType.collectionName.description":"Useful when the name of your Content Type and your table name differ","contentType.collectionName.label":"Collection name","contentType.displayName.label":"Display name","contentType.draftAndPublish.description":"Write a draft version of each entry before publishing it","contentType.draftAndPublish.label":"Draft/publish system","contentType.kind.change.warning":"You just changed the kind of a content type: API will be reset (routes, controllers, and services will be overwritten).","error.attributeName.reserved-name":"This name cannot be used in your content type as it might break other functionalities","error.contentType.pluralName-used":"This value cannot be the same as the singular one","error.contentType.singularName-used":"This value cannot be the same as the plural one","error.contentTypeName.reserved-name":"This name cannot be used in your project as it might break other functionalities","error.validation.enum-duplicate":"Duplicate values are not allowed","error.validation.enum-empty-string":"Empty strings are not allowed","error.validation.minSupMax":"Can\'t be superior","error.validation.regex":"Regex pattern is invalid","error.validation.positive":"Must be a positive number","error.validation.relation.targetAttribute-taken":"This name exists in the target","form.attribute.component.option.add":"Add a component","form.attribute.component.option.create":"Create a new component","form.attribute.component.option.create.description":"A component is shared across types and components, it will be available and accessible everywhere.","form.attribute.component.option.repeatable":"Repeatable component","form.attribute.component.option.repeatable.description":"Best for multiple instances (array) of ingredients, meta tags, etc..","form.attribute.component.option.reuse-existing":"Use an existing component","form.attribute.component.option.reuse-existing.description":"Reuse a component already created to keep your data consistent across content-types.","form.attribute.component.option.single":"Single component","form.attribute.component.option.single.description":"Best for grouping fields like full address, main information, etc...","form.attribute.item.customColumnName":"Custom column names","form.attribute.item.customColumnName.description":"This is useful to rename database column names in a more comprehensive format for the API\'s responses","form.attribute.item.date.type.date":"date","form.attribute.item.date.type.datetime":"datetime","form.attribute.item.date.type.time":"time","form.attribute.item.defineRelation.fieldName":"Field name","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:\\nmorning\\nnoon\\nevening","form.attribute.item.enumeration.rules":"Values (one line per value)","form.attribute.item.maximum":"Maximum value","form.attribute.item.maximumLength":"Maximum length","form.attribute.item.minimum":"Minimum value","form.attribute.item.minimumLength":"Minimum length","form.attribute.item.number.type":"Number format","form.attribute.item.number.type.biginteger":"big integer (ex: 123456789)","form.attribute.item.number.type.decimal":"decimal (ex: 2.22)","form.attribute.item.number.type.float":"float (ex: 3.33333333)","form.attribute.item.number.type.integer":"integer (ex: 10)","form.attribute.item.privateField":"Private field","form.attribute.item.privateField.description":"This field will not show up in the API response","form.attribute.item.requiredField":"Required field","form.attribute.item.requiredField.description":"You won\'t be able to create an entry if this field is empty","form.attribute.item.settings.name":"Settings","form.attribute.item.text.regex":"RegExp pattern","form.attribute.item.text.regex.description":"The text of the regular expression","form.attribute.item.uniqueField":"Unique field","form.attribute.item.uniqueField.description":"You won\'t be able to create an entry if there is an existing entry with identical content","form.attribute.media.allowed-types":"Select allowed types of media","form.attribute.media.allowed-types.none":"None","form.attribute.media.allowed-types.option-files":"Files","form.attribute.media.allowed-types.option-images":"Images","form.attribute.media.allowed-types.option-videos":"Videos","form.attribute.media.option.multiple":"Multiple media","form.attribute.media.option.multiple.description":"Best for sliders, carousels or multiple files download","form.attribute.media.option.single":"Single media","form.attribute.media.option.single.description":"Best for avatar, profile picture or cover","form.attribute.settings.default":"Default value","form.attribute.text.option.long-text":"Long text","form.attribute.text.option.long-text.description":"Best for descriptions, biography. Exact search is disabled.","form.attribute.text.option.short-text":"Short text","form.attribute.text.option.short-text.description":"Best for titles, names, links (URL). It also enables exact search on the field.","form.button.add-components-to-dynamiczone":"Add components to the zone","form.button.add-field":"Add another field","form.button.add-first-field-to-created-component":"Add first field to the component","form.button.add.field.to.collectionType":"Add another field to this collection type","form.button.add.field.to.component":"Add another field to this component","form.button.add.field.to.contentType":"Add another field to this content type","form.button.add.field.to.singleType":"Add another field to this single type","form.button.cancel":"Cancel","form.button.collection-type.description":"Best for multiple instances like articles, products, comments, etc.","form.button.configure-component":"Configure the component","form.button.configure-view":"Configure the view","form.button.continue":"Continue","form.button.delete":"Delete","form.button.finish":"Finish","form.button.save":"Save","form.button.select-component":"Select a component","form.button.single-type.description":"Best for single instance like about us, homepage, etc.","form.contentType.divider.draft-publish":"Draft/Publish","from":"from","listView.headerLayout.description":"Build the data architecture of your content","menu.section.components.name.plural":"Components","menu.section.components.name.singular":"Component","menu.section.models.name.plural":"Collection Types","menu.section.models.name.singular":"Collection Type","menu.section.single-types.name.plural":"Single Types","menu.section.single-types.name.singular":"Single Type","modalForm.attribute.form.base.name":"Name","modalForm.attribute.form.base.name.description":"No space is allowed for the name of the attribute","modalForm.attribute.form.base.name.placeholder":"e.g. Slug, SEO URL, Canonical URL","modalForm.attribute.target-field":"Attached field","modalForm.attribute.text.type-selection":"Type","modalForm.attributes.select-component":"Select a component","modalForm.attributes.select-components":"Select the components","modalForm.collectionType.header-create":"Create a collection type","modalForm.component.header-create":"Create a component","modalForm.components.create-component.category.label":"Select a category or enter a name to create a new one","modalForm.components.icon.label":"Icon","modalForm.editCategory.base.name.description":"No space is allowed for the name of the category","modalForm.header-edit":"Edit {name}","modalForm.header.categories":"Categories","modalForm.singleType.header-create":"Create a single type","modalForm.sub-header.addComponentToDynamicZone":"Add new component to the dynamic zone","modalForm.sub-header.attribute.create":"Add new {type} field","modalForm.sub-header.attribute.create.step":"Add new component ({step}/2)","modalForm.sub-header.attribute.edit":"Edit {name}","modalForm.sub-header.chooseAttribute.collectionType":"Select a field for your collection type","modalForm.sub-header.chooseAttribute.component":"Select a field for your component","modalForm.sub-header.chooseAttribute.singleType":"Select a field for your single type","modelPage.attribute.relation-polymorphic":"Relation (polymorphic)","modelPage.attribute.relationWith":"Relation with","none":"None","notification.error.dynamiczone-min.validation":"At least one component is required in a dynamic zone to be able to save a content type","notification.info.autoreaload-disable":"The autoReload feature is required to use this plugin. Start your server with `strapi develop`","notification.info.creating.notSaved":"Please save your work before creating a new collection type or component","plugin.description.long":"Modelize the data structure of your API. Create new fields and relations in just a minute. The files are automatically created and updated in your project.","plugin.description.short":"Modelize the data structure of your API.","plugin.name":"Content-Type Builder","popUpForm.navContainer.advanced":"Advanced settings","popUpForm.navContainer.base":"Base settings","popUpWarning.bodyMessage.cancel-modifications":"Are you sure you want to cancel your modifications?","popUpWarning.bodyMessage.cancel-modifications.with-components":"Are you sure you want to cancel your modifications? Some components have been created or modified...","popUpWarning.bodyMessage.category.delete":"Are you sure you want to delete this category? All the components will also be deleted.","popUpWarning.bodyMessage.component.delete":"Are you sure you want to delete this component?","popUpWarning.bodyMessage.contentType.delete":"Are you sure you want to delete this collection type?","popUpWarning.draft-publish.button.confirm":"Yes, disable","popUpWarning.draft-publish.message":"If you disable the Draft/Publish system, your drafts will be deleted.","popUpWarning.draft-publish.second-message":"Are you sure you want to disable it?","prompt.unsaved":"Are you sure you want to leave? All your modifications will be lost.","relation.attributeName.placeholder":"Ex: author, category, tag","relation.manyToMany":"has and belongs to many","relation.manyToOne":"has many","relation.manyWay":"has many","relation.oneToMany":"belongs to many","relation.oneToOne":"has and belongs to one","relation.oneWay":"has one","table.attributes.title.plural":"{number} fields","table.attributes.title.singular":"{number} field","table.button.no-fields":"Add new field","table.content.create-first-content-type":"Create your first Collection-Type","table.content.no-fields.collection-type":"Add your first field to this Collection-Type","table.content.no-fields.component":"Add your first field to this component","table.headers.name":"Name","table.headers.type":"Type"}')}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[8342],{87187:e=>{e.exports=JSON.parse('{"ComponentIconPicker.search.placeholder":"Buscar un icono","attribute.boolean":"Booleano","attribute.boolean.description":"Si o no, 1 o 0, verdadero o falso","attribute.component":"Componente","attribute.component.description":"Grupo de campos que puedes repetir o reutilizar","attribute.date":"Fecha","attribute.date.description":"Un selector de fechas con horas, minutos y segundos","attribute.datetime":"Fecha y hora","attribute.dynamiczone":"Zona din\xe1mica","attribute.dynamiczone.description":"Elija componentes din\xe1micamente al editar contenido","attribute.email":"Correo electr\xf3nico","attribute.email.description":"Campo de correo electr\xf3nico con formato de validaciones","attribute.enumeration":"Enumeraci\xf3n","attribute.enumeration.description":"Lista de valores, luego elija uno","attribute.json":"JSON","attribute.json.description":"Datos en formato JSON","attribute.media":"Media","attribute.media.description":"Archivos como im\xe1genes, videos, etc.","attribute.null":" ","attribute.number":"N\xfamero","attribute.number.description":"N\xfameros (entero, flotante, decimal)","attribute.password":"Contrase\xf1a","attribute.password.description":"Campo de contrase\xf1a con cifrado","attribute.relation":"Relaci\xf3n","attribute.relation.description":"Se refiere a un Tipo de Colecci\xf3n","attribute.richtext":"Texto enriquecido","attribute.richtext.description":"Un editor de texto enriquecido con opciones de formato.","attribute.text":"Texto","attribute.text.description":"Texto corto o largo como t\xedtulo o descripci\xf3n","attribute.time":"Hora","attribute.timestamp":"Marca de tiempo","attribute.uid":"UID","attribute.uid.description":"Identificador \xfanico","button.attributes.add.another":"Agregar otro campo","button.component.add":"Agregar un componente","button.component.create":"Crear nuevo componente","button.model.create":"Crear nuevo Tipo de Colecci\xf3n","button.single-types.create":"Crear nuevo tipo \xfanico","component.repeatable":"(repetible)","components.SelectComponents.displayed-value":"{number, plural, =0 {ning\xfan componente seleccionado} one {1 componente seleccionado} other {# componentes seleccionados}}","components.componentSelect.no-component-available":"Ya ha agregado todos sus componentes","components.componentSelect.no-component-available.with-search":"No hay ning\xfan componente que coincida con su b\xfasqueda","components.componentSelect.value-component":"{number} componente seleccionado (escriba para buscar un componente)","components.componentSelect.value-components":"{number} componentes seleccionados","configurations":"configuraciones","contentType.apiId-plural.description":"ID de API pluralizado","contentType.apiId-plural.label":"ID de API (Plural)","contentType.apiId-singular.description":"El UID se utiliza para generar las rutas de la API y las tablas/colecciones de la base de datos","contentType.apiId-singular.label":"ID de API (Singular)","contentType.collectionName.description":"\xdatil cuando el nombre de su Tipo de Contenido y el nombre de su tabla difieren","contentType.collectionName.label":"Nombre de la colecci\xf3n","contentType.displayName.label":"Nombre para mostrar","contentType.draftAndPublish.description":"Escribe un borrador de cada entrada antes de publicarla.","contentType.draftAndPublish.label":"Sistema de borrador/publicaci\xf3n","contentType.kind.change.warning":"Acaba de cambiar el Tipo de Contenido: la API se restablecer\xe1 (las rutas, los controladores y los servicios se sobrescribir\xe1n).","error.attributeName.reserved-name":"Este nombre no se puede utilizar en su Tipo de Contenido, ya que podr\xeda romper otras funcionalidades.","error.contentType.pluralName-used":"Este valor no puede ser igual al valor singular","error.contentType.singularName-used":"Este valor no puede ser igual al valor plural","error.contentTypeName.reserved-name":"Este nombre no se puede utilizar en su proyecto, ya que podr\xeda romper otras funcionalidades.","error.validation.enum-duplicate":"No se permiten valores duplicados","error.validation.enum-empty-string":"No se permiten cadenas de caracteres vac\xedas","error.validation.minSupMax":"No puede ser superior","error.validation.regex":"El patr\xf3n de expresi\xf3n regular no es v\xe1lido","error.validation.positive":"Debe ser un n\xfamero positivo","error.validation.relation.targetAttribute-taken":"Este nombre existe en el destino","form.attribute.component.option.add":"Agregar un componente","form.attribute.component.option.create":"Crea un nuevo componente","form.attribute.component.option.create.description":"Un componente se comparte entre tipos y componentes, estar\xe1 disponible y accesible en todas partes.","form.attribute.component.option.repeatable":"Componente repetible","form.attribute.component.option.repeatable.description":"Lo mejor para m\xfaltiples instancias (matriz) de ingredientes, meta etiquetas, etc.","form.attribute.component.option.reuse-existing":"Utilice un componente existente","form.attribute.component.option.reuse-existing.description":"Reutilice un componente ya creado para mantener la coherencia de sus datos en todos los tipos de contenido.","form.attribute.component.option.single":"Componente \xfanico","form.attribute.component.option.single.description":"Lo mejor para agrupar campos como direcci\xf3n completa, informaci\xf3n principal...","form.attribute.item.customColumnName":"Nombres de columna personalizados","form.attribute.item.customColumnName.description":"Esto es \xfatil para renombrar los nombres de las columnas de la base de datos en un formato m\xe1s completo para las respuestas de la API.","form.attribute.item.date.type.date":"fecha","form.attribute.item.date.type.datetime":"fecha y hora","form.attribute.item.date.type.time":"hora","form.attribute.item.defineRelation.fieldName":"Nombre del campo","form.attribute.item.enumeration.graphql":"Sobreescritura de nombre para GraphQL","form.attribute.item.enumeration.graphql.description":"Le permite redefinir el nombre generado por defecto para GraphQL","form.attribute.item.enumeration.placeholder":"Ej:\\nma\xf1ana\\nmediod\xeda\\nnoche","form.attribute.item.enumeration.rules":"Valores (una l\xednea por valor)","form.attribute.item.maximum":"Valor m\xe1ximo","form.attribute.item.maximumLength":"Longitud m\xe1xima","form.attribute.item.minimum":"Valor m\xednimo","form.attribute.item.minimumLength":"Longitud m\xednima","form.attribute.item.number.type":"Tipo de n\xfamero","form.attribute.item.number.type.biginteger":"entero grande (ej: 123456789)","form.attribute.item.number.type.decimal":"decimal (ej: 2.22)","form.attribute.item.number.type.float":"flotante (ej: 3.3333333333)","form.attribute.item.number.type.integer":"entero (ej: 10)","form.attribute.item.privateField":"Campo privado","form.attribute.item.privateField.description":"Este campo no aparecer\xe1 en la respuesta de la API","form.attribute.item.requiredField":"Campo obligatorio","form.attribute.item.requiredField.description":"No podr\xe1 crear un registro si este campo est\xe1 vac\xedo","form.attribute.item.settings.name":"Ajustes","form.attribute.item.text.regex":"Patr\xf3n de expresi\xf3n regular","form.attribute.item.text.regex.description":"El texto de la expresi\xf3n regular","form.attribute.item.uniqueField":"Campo \xfanico","form.attribute.item.uniqueField.description":"No podr\xe1 crear un registro si ya existe otro registro con el mismo contenido","form.attribute.media.allowed-types":"Seleccionar tipos de multimedia permitidos","form.attribute.media.allowed-types.none":"Ninguna","form.attribute.media.allowed-types.option-files":"Archivos","form.attribute.media.allowed-types.option-images":"Im\xe1genes","form.attribute.media.allowed-types.option-videos":"Videos","form.attribute.media.option.multiple":"M\xfaltiples multimedia","form.attribute.media.option.multiple.description":"Ideal para controles deslizantes, carruseles o descarga de varios archivos","form.attribute.media.option.single":"Multimedia \xfanico","form.attribute.media.option.single.description":"Lo mejor para avatar, foto de perfil o portada","form.attribute.settings.default":"Valor por defecto","form.attribute.text.option.long-text":"Texto largo","form.attribute.text.option.long-text.description":"Mejor para descripciones o biograf\xeda. La b\xfasqueda exacta est\xe1 inhabilitada.","form.attribute.text.option.short-text":"Texto corto","form.attribute.text.option.short-text.description":"Mejor para t\xedtulos, nombres, enlaces (URL). Tambi\xe9n permite una b\xfasqueda exacta en el campo.","form.button.add-components-to-dynamiczone":"Agregar componentes a la zona","form.button.add-field":"Agregar otro campo","form.button.add-first-field-to-created-component":"Agregue el primer campo al componente","form.button.add.field.to.collectionType":"Agrega otro campo a este tipo de colecci\xf3n","form.button.add.field.to.component":"Agregar otro campo a este componente","form.button.add.field.to.contentType":"Agregar campo al Tipo de Contenido","form.button.add.field.to.singleType":"Agregue otro campo a este tipo \xfanico","form.button.cancel":"Cancelar","form.button.collection-type.description":"Lo mejor para m\xfaltiples instancias como art\xedculos, productos, comentarios, etc.","form.button.configure-component":"Configurar el componente","form.button.configure-view":"Configurar la vista","form.button.continue":"Continuar","form.button.delete":"Eliminar","form.button.finish":"Terminar","form.button.save":"Guardar","form.button.select-component":"Seleccione un componente","form.button.single-type.description":"Lo mejor para una sola instancia como acerca de nosotros, p\xe1gina de inicio, etc.","form.contentType.divider.draft-publish":"BORRAR/PUBLICAR","from":"de","listView.headerLayout.description":"Construya la arquitectura de datos de su contenido","menu.section.components.name.plural":"Componentes","menu.section.components.name.singular":"Componente","menu.section.models.name.plural":"Tipos de contenido","menu.section.models.name.singular":"Tipo de Contenido","menu.section.single-types.name.plural":"Tipos \xfanicos","menu.section.single-types.name.singular":"Tipo \xfanico","modalForm.attribute.form.base.name":"Nombre","modalForm.attribute.form.base.name.description":"No se permiten espacios para el nombre del atributo","modalForm.attribute.form.base.name.placeholder":"p. ej. Slug, URL SEO, URL can\xf3nica","modalForm.attribute.target-field":"Campo adjunto","modalForm.attribute.text.type-selection":"Tipo","modalForm.attributes.select-component":"Seleccione un componente","modalForm.attributes.select-components":"Seleccionar los componentes","modalForm.collectionType.header-create":"Crea un tipo de colecci\xf3n","modalForm.component.header-create":"Crea un componente","modalForm.components.create-component.category.label":"Seleccione una categor\xeda o ingrese un nombre para crear una nueva","modalForm.components.icon.label":"Icono","modalForm.editCategory.base.name.description":"No se permiten espacios para el nombre de la categor\xeda.","modalForm.header-edit":"Editar {name}","modalForm.header.categories":"Categor\xedas","modalForm.singleType.header-create":"Crea un tipo \xfanico","modalForm.sub-header.addComponentToDynamicZone":"Agregar nuevo componente a la zona din\xe1mica","modalForm.sub-header.attribute.create":"Agregar nuevo campo {type}","modalForm.sub-header.attribute.create.step":"Agregar nuevo componente ({step}/2)","modalForm.sub-header.attribute.edit":"Editar {name}","modalForm.sub-header.chooseAttribute.collectionType":"Seleccione un campo para su Tipo de Colecci\xf3n","modalForm.sub-header.chooseAttribute.component":"Seleccione un campo para su componente","modalForm.sub-header.chooseAttribute.singleType":"Seleccione un campo para su tipo \xfanico","modelPage.attribute.relation-polymorphic":"Relaci\xf3n (polim\xf3rfica)","modelPage.attribute.relationWith":"Vinculaci\xf3n con","none":"Ninguna","notification.info.autoreaload-disable":"Se requiere la funci\xf3n autoReload para usar este plugin. Inicie su servidor con `strapi develop`","notification.info.creating.notSaved":"Guarde su trabajo antes de crear un nuevo tipo de colecci\xf3n o componente","plugin.description.long":"Modelice la estructura de datos de su API. Cree nuevos campos y relaciones en s\xf3lo un minuto. Los archivos se crean y actualizan autom\xe1ticamente en el proyecto.","plugin.description.short":"Modelice la estructura de datos de su API.","plugin.name":"Generador de Tipo de Contenido","popUpForm.navContainer.advanced":"Configuraci\xf3n avanzada","popUpForm.navContainer.base":"Ajustes b\xe1sicos","popUpWarning.bodyMessage.cancel-modifications":"\xbfEst\xe1s seguro de que deseas cancelar tus modificaciones?","popUpWarning.bodyMessage.cancel-modifications.with-components":"\xbfEst\xe1 seguro de que desea cancelar sus modificaciones? Algunos componentes han sido creados o modificados...","popUpWarning.bodyMessage.category.delete":"\xbfEst\xe1 seguro de que desea eliminar esta categor\xeda? Tambi\xe9n se eliminar\xe1n todos los componentes.","popUpWarning.bodyMessage.component.delete":"\xbfEst\xe1 seguro de que desea eliminar este componente?","popUpWarning.bodyMessage.contentType.delete":"\xbfEst\xe1 seguro de que desea eliminar este Tipo de Contenido?","popUpWarning.draft-publish.button.confirm":"S\xed, deshabilitar","popUpWarning.draft-publish.message":"Si desactiva el sistema Borrador/Publicaci\xf3n, se eliminar\xe1n sus borradores.","popUpWarning.draft-publish.second-message":"\xbfEst\xe1s seguro de que quieres desactivarlo?","prompt.unsaved":"\xbfEst\xe1s seguro que quieres irte? Todas sus modificaciones se perder\xe1n.","relation.attributeName.placeholder":"Ej: autor, categor\xeda, etiqueta","relation.manyToMany":"tiene y pertenece a muchos","relation.manyToOne":"tiene muchos","relation.manyWay":"tiene muchas","relation.oneToMany":"pertenece a muchos","relation.oneToOne":"tiene y pertenece a una","relation.oneWay":"tiene uno","table.attributes.title.plural":"{number} campos","table.attributes.title.singular":"{number} campo","table.button.no-fields":"Agregar campo","table.content.create-first-content-type":"Crea tu primer Tipo de Colecci\xf3n","table.content.no-fields.collection-type":"Agrega tu primer campo a este Tipo de Colecci\xf3n","table.content.no-fields.component":"Agregar tu primer campo a este componente","table.headers.name":"Nombre","table.headers.type":"Tipo"}')}}]);