"dashboard.configuration.astro.astroContentTypes.empty":"Es wurden keine Astro Content Collections gefunden.",
"dashboard.configuration.astro.astroContentTypes.description":"Die folgenden Astro Content Collections und können verwendet werden, um einen Inhaltstyp zu generieren."
"dashboard.configuration.astro.astroContentTypes.empty":"Aucune collection de contenu Astro trouvée.",
"dashboard.configuration.astro.astroContentTypes.description":"Les collections de contenu Astro suivantes peuvent être utilisées pour générer un type de contenu."
"dashboard.configuration.astro.astroContentTypes.empty":"Nessuna raccolta di contenuti Astro trovata.",
"dashboard.configuration.astro.astroContentTypes.description":"Le seguenti raccolte di contenuti Astro e possono essere utilizzate per generare un tipo di contenuto."
"setting.frontMatter.dashboard.mediaSnippet.deprecationMessage":"Diese Einstellung ist veraltet und wird in der nächsten Hauptversion entfernt. Bitte definieren Sie Ihr Medien-Snippet in der `frontMatter.content.snippet` Einstellung.",
"setting.frontMatter.taxonomy.dateField.deprecationMessage":"Diese Einstellung ist veraltet und wird in der nächsten Hauptversion entfernt. Bitte verwenden Sie stattdessen die neuen `isPublishDate`-Einstellungen in den Datumsfeldern Ihrer Content-Typen.",
"setting.frontMatter.taxonomy.modifiedField.deprecationMessage":"Diese Einstellung ist veraltet und wird in der nächsten Hauptversion entfernt. Bitte verwenden Sie stattdessen die neuen `isModifiedDate`-Einstellungen in den Datumsfeldern Ihrer Content-Typen.",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.customType.description":"🚧: Specify the name of the custom fieldtype to use.",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.clearEmpty.description":"🚧: Specify if the empty values should be cleared.",
"setting.frontMatter.website.host.markdownDescription":"🚧: Specify the hostURL of your website. [Check in the docs](https://frontmatter.codes/docs/settings/overview#frontmatter.website.url)",
"command.frontMatter.settings.refresh":"🚧: Refresh Front Matter Settings",
"setting.frontMatter.config.dynamicFilePath.markdownDescription":"🚧: Specify the path to the dynamic config file (ex: [[workspace]]/config.js). [Check in the docs](https://frontmatter.codes/docs/settings/overview#frontmatter.config.dynamicfilepath)"
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.customType.description":"Geben Sie den Namen des zu verwendenden benutzerdefinierten Feldtyps an.",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.clearEmpty.description":"Geben Sie an, ob die leeren Werte gelöscht werden sollen.",
"setting.frontMatter.website.host.markdownDescription":"Geben Sie die Host-URL Ihrer Website an. [Überprüfen Sie die Dokumente] (https://frontmatter.codes/docs/settings/overview#frontmatter.website.url)",
"command.frontMatter.settings.refresh":"Aktualisieren Sie die Einstellungen für Frontmatter",
"setting.frontMatter.config.dynamicFilePath.markdownDescription":"Geben Sie den Pfad zur dynamischen Konfigurationsdatei an (z. B. [[workspace]]/config.js). [Überprüfen Sie die Dokumente] (https://frontmatter.codes/docs/settings/overview#frontmatter.config.dynamicfilepath)",
"setting.frontMatter.content.pageFolders.items.properties.disableCreation.description":"Deaktivieren Sie die Erstellung neuer Inhalte im Ordner."
"setting.frontMatter.content.draftField.properties.type.description":"🚧: Type of the draft field you want to use",
"setting.frontMatter.content.draftField.properties.name.description":"🚧: Name of the field to use",
"setting.frontMatter.content.draftField.properties.invert.description":"🚧: By default the draft field is set to true when the content is a draft. Set this to true to set it to false.",
"setting.frontMatter.content.draftField.properties.choices.description":"🚧: List of choices for the field",
"setting.frontMatter.content.pageFolders.items.properties.previewPath.description":"🚧: Defines a custom preview path for the folder.",
"setting.frontMatter.content.pageFolders.items.properties.filePrefix.description":"🚧: Defines a prefix for the file name.",
"setting.frontMatter.content.pageFolders.items.properties.contentTypes.description":"🚧: Defines which content types can be used for the current location. If not defined, all content types will be available.",
"setting.frontMatter.content.placeholders.items.properties.id.description":"🚧: ID of the placeholder, in your content type or template, use it as follows: {{placeholder}}",
"setting.frontMatter.content.placeholders.items.properties.value.description":"🚧: The placeholder its value",
"setting.frontMatter.content.placeholders.items.properties.script.description":"🚧: The script to execute to get the value of the placeholder",
"setting.frontMatter.content.placeholders.items.properties.id.description":"プレースホルダーの ID をコンテンツ タイプまたはテンプレートで、次のように使用します: {{placeholder}}",
"setting.frontMatter.content.sorting.items.properties.id.description":"🚧: The ID of the sorting option. This will be used for the storing the last used sorting option or the default option.",
"setting.frontMatter.content.sorting.items.properties.title.description":"🚧: Name of the sorting label",
"setting.frontMatter.content.sorting.items.properties.name.description":"🚧: Name of the metadata field to sort by",
"setting.frontMatter.content.sorting.items.properties.order.description":"🚧: Order of the sorting",
"setting.frontMatter.content.sorting.items.properties.type.description":"🚧: Type of the field value",
"setting.frontMatter.content.wysiwyg.markdownDescription":"What You See, Is What You Get(WYSIWYG)Markdownコントロールを有効にします。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.content.wysiwyg)",
"setting.frontMatter.custom.scripts.items.properties.id.description":"🚧: ID of the script.",
"setting.frontMatter.custom.scripts.items.properties.title.description":"🚧: Title you want to give to your script. Will be shown as the title of the button.",
"setting.frontMatter.custom.scripts.items.properties.script.description":"🚧: Path to the script to execute",
"setting.frontMatter.custom.scripts.items.properties.nodeBin.description":"🚧: Path to the node executable. This is required when using NVM, so that there is no confusion of which node version to use. (deprecated: use the command property instead)",
"setting.frontMatter.custom.scripts.items.properties.bulk.description":"🚧: Run the script for all content files",
"setting.frontMatter.custom.scripts.items.properties.output.description":"🚧: Define where you want to output your script output. Default is a notification, but you can specify to show it in an editor panel.",
"setting.frontMatter.custom.scripts.items.properties.outputType.description":"🚧: The type of output for the editor panel. Can be used to change it to 'markdown' for example",
"setting.frontMatter.custom.scripts.items.properties.type.description":"🚧: The type for which the script will be used.",
"setting.frontMatter.custom.scripts.items.properties.command.description":"🚧: The type of script you want to execute.",
"setting.frontMatter.custom.scripts.items.properties.hidden.description":"🚧: Hide the action from the UI",
"setting.frontMatter.custom.scripts.items.properties.environments.items.properties.type.description":"🚧: The environment type for which the script needs to be used",
"setting.frontMatter.custom.scripts.items.properties.environments.items.properties.script.description":"🚧: Path to the script to execute",
"setting.frontMatter.dashboard.mediaSnippet.markdownDescription":"🚧: Specify the a snippet for your custom media insert markup. [ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.dashboard.mediasnippet)",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.choices.description":"🚧: Define your choices",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.choices.items.properties.id.description":"🚧: The choice ID",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.choices.items.properties.title.description":"🚧: The choice title",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.single.description":"🚧: Is a single line field",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.wysiwyg.description":"🚧: Is a WYSIWYG field (HTML output)",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.multiple.description":"🚧: Do you allow to select multiple values?",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.isPreviewImage.description":"🚧: Specify if the image field can be used as preview. Be aware, you can only have one preview image per content type.",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.hidden.description":"🚧: Do you want to hide the field from the metadata section?",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.taxonomyId.description":"🚧: The ID of your taxonomy field. It cannot contain the \"tags\" or \"categories\" value.",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.fileExtensions.description":"🚧: Specify the file extensions to allow for the file picker",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.fieldGroup.description":"🚧: The ID(s) of your field group(s) defined in the `frontMatter.taxonomy.fieldGroups` setting",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.dataType.description":"🚧: The ID(s) of your data type(s) defined in the `frontMatter.data.types` setting",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.numberOptions.description":"🚧: Specify the options for the number field",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.numberOptions.properties.isDecimal.description":"🚧: Specify if the number is a decimal",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.numberOptions.properties.min.description":"🚧: The minimum value",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.numberOptions.properties.max.description":"🚧: The maximum value",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.numberOptions.properties.step.description":"🚧: The step value",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.taxonomyLimit.description":"🚧: Limit the number of taxonomies to select. Set to 0 to allow unlimited.",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.isPublishDate.description":"🚧: Specify if the field is the publish date field",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.isModifiedDate.description":"🚧: Specify if the field is the modified date field",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.dataFileId.description":"🚧: Specify the ID of the data file to use for this field",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.dataFileKey.description":"🚧: Specify the key of the data file to use for this field",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.dataFileValue.description":"🚧: Specify the property name that will be used to show the value for the field",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.editable.description":"🚧: Specify if the field is editable",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.encodeEmoji.description":"🚧: Specify if the field should encode emoji",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.dateFormat.description":"🚧: Specify the date format to use",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.required.description":"🚧: Specify if the field is required",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.contentTypeName.description":"🚧: Specify the content type name to filter content for the contentRelationship field",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.contentTypeValue.description":"🚧: Specify the value to insert for the contentRelationship field",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.when.description":"🚧: Specify the conditions to show the field",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.when.properties.fieldRef.description":"🚧: The field ID to use",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.when.properties.operator.description":"🚧: The operator to use",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.when.properties.value.description":"🚧: The value to compare",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.when.properties.caseSensitive.description":"🚧: Specify if the comparison is case sensitive. Default: true",
"setting.frontMatter.taxonomy.contentTypes.items.properties.pageBundle.description":"🚧: Specify if you want to create a folder when creating new content.",
"setting.frontMatter.taxonomy.contentTypes.items.properties.previewPath.description":"🚧: Defines a custom preview path for the content type.",
"setting.frontMatter.taxonomy.contentTypes.items.properties.template.description":"🚧: An optional template that can be used for creating new content.",
"setting.frontMatter.taxonomy.contentTypes.items.properties.postScript.description":"🚧: An optional post script that can be used after new content creation.",
"setting.frontMatter.taxonomy.contentTypes.items.properties.filePrefix.description":"🚧: Defines a prefix for the file name.",
"setting.frontMatter.taxonomy.contentTypes.items.properties.defaultFileName.description":"🚧: Default file name to use when creating new content.",
"setting.frontMatter.taxonomy.customTaxonomy.items.properties.id.description":"🚧: ID for your taxonomy field. It cannot contain the \"tags\" or \"categories\" value.",
"setting.frontMatter.taxonomy.customTaxonomy.items.properties.options.description":"🚧: Options from which you can pick.",
"setting.frontMatter.taxonomy.dateField.markdownDescription":"🚧: This setting is used to define the publishing date field of your articles. [ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.taxonomy.datefield)",
"setting.frontMatter.taxonomy.modifiedField.markdownDescription":"🚧: This setting is used to define the modified date field of your articles. [ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.taxonomy.modifiedfield)",
"setting.frontMatter.dashboard.mediaSnippet.deprecationMessage":"🚧: This setting is deprecated and will be removed in the next major version. Please define your media snippet in the `frontMatter.content.snippet` setting.",
"setting.frontMatter.taxonomy.dateField.deprecationMessage":"🚧: This setting is deprecated and will be removed in the next major version. Please use the new `isPublishDate` settings instead in your content types date fields.",
"setting.frontMatter.taxonomy.modifiedField.deprecationMessage":"🚧: This setting is deprecated and will be removed in the next major version. Please use the new `isModifiedDate` settings instead in your content types date fields.",
"setting.frontMatter.global.disabledNotifications.markdownDescription":"🚧: This is an array with the notifications types that can be disabled for Front Matter CMS. [Check in the docs](https://frontmatter.codes/docs/settings/overview#frontmatter.global.disablednotifications)",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.customType.description":"🚧: Specify the name of the custom field type to use.",
"setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.clearEmpty.description":"🚧: Specify if the empty values should be cleared.",
"setting.frontMatter.website.host.markdownDescription":"🚧: Specify the host URL of your website. [Check in the docs](https://frontmatter.codes/docs/settings/overview#frontmatter.website.url)",
"command.frontMatter.settings.refresh":"🚧: Refresh Front Matter Settings",
"setting.frontMatter.config.dynamicFilePath.markdownDescription":"🚧: Specify the path to the dynamic config file (ex: [[workspace]]/config.js). [Check in the docs](https://frontmatter.codes/docs/settings/overview#frontmatter.config.dynamicfilepath)"
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.