translations & restructuring
This commit is contained in:
parent
5caeae2338
commit
1943224f33
23 changed files with 370 additions and 330 deletions
51
types/generated/contentTypes.d.ts
vendored
51
types/generated/contentTypes.d.ts
vendored
|
@ -373,7 +373,7 @@ export interface ApiArticleArticle extends Struct.CollectionTypeSchema {
|
|||
collectionName: 'articles';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'Articles';
|
||||
displayName: 'Artikel';
|
||||
pluralName: 'articles';
|
||||
singularName: 'article';
|
||||
};
|
||||
|
@ -409,12 +409,14 @@ export interface ApiArticleArticle extends Struct.CollectionTypeSchema {
|
|||
};
|
||||
}>;
|
||||
description: Schema.Attribute.String &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'> &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: false;
|
||||
|
@ -427,12 +429,14 @@ export interface ApiArticleArticle extends Struct.CollectionTypeSchema {
|
|||
>;
|
||||
publishedAt: Schema.Attribute.DateTime;
|
||||
slug: Schema.Attribute.UID<'title'> &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
title: Schema.Attribute.String &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
|
@ -448,7 +452,7 @@ export interface ApiEventEvent extends Struct.CollectionTypeSchema {
|
|||
collectionName: 'events';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'Events';
|
||||
displayName: 'Termine';
|
||||
pluralName: 'events';
|
||||
singularName: 'event';
|
||||
};
|
||||
|
@ -472,6 +476,7 @@ export interface ApiEventEvent extends Struct.CollectionTypeSchema {
|
|||
};
|
||||
}>;
|
||||
description: Schema.Attribute.String &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
|
@ -481,12 +486,14 @@ export interface ApiEventEvent extends Struct.CollectionTypeSchema {
|
|||
localizations: Schema.Attribute.Relation<'oneToMany', 'api::event.event'>;
|
||||
publishedAt: Schema.Attribute.DateTime;
|
||||
slug: Schema.Attribute.UID<'title'> &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
title: Schema.Attribute.String &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
|
@ -527,6 +534,7 @@ export interface ApiGlobalGlobal extends Struct.SingleTypeSchema {
|
|||
locale: Schema.Attribute.String;
|
||||
localizations: Schema.Attribute.Relation<'oneToMany', 'api::global.global'>;
|
||||
navbar: Schema.Attribute.Component<'global.navbar', false> &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
|
@ -543,7 +551,7 @@ export interface ApiHomepageHomepage extends Struct.SingleTypeSchema {
|
|||
collectionName: 'homepages';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'Homepage';
|
||||
displayName: 'Startseite';
|
||||
pluralName: 'homepages';
|
||||
singularName: 'homepage';
|
||||
};
|
||||
|
@ -560,6 +568,7 @@ export interface ApiHomepageHomepage extends Struct.SingleTypeSchema {
|
|||
'dynamic-zone.emphasise-article',
|
||||
'dynamic-zone.dual-column-text',
|
||||
'dynamic-zone.column-image-text',
|
||||
'shared.list',
|
||||
]
|
||||
>;
|
||||
createdAt: Schema.Attribute.DateTime;
|
||||
|
@ -582,7 +591,7 @@ export interface ApiOperationOperation extends Struct.CollectionTypeSchema {
|
|||
collectionName: 'operations';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'Operations';
|
||||
displayName: 'Eins\u00E4tze';
|
||||
pluralName: 'operations';
|
||||
singularName: 'operation';
|
||||
};
|
||||
|
@ -601,12 +610,6 @@ export interface ApiOperationOperation extends Struct.CollectionTypeSchema {
|
|||
localized: false;
|
||||
};
|
||||
}>;
|
||||
content: Schema.Attribute.Blocks &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
createdAt: Schema.Attribute.DateTime;
|
||||
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||
Schema.Attribute.Private;
|
||||
|
@ -618,6 +621,7 @@ export interface ApiOperationOperation extends Struct.CollectionTypeSchema {
|
|||
};
|
||||
}>;
|
||||
description: Schema.Attribute.String &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
|
@ -630,12 +634,14 @@ export interface ApiOperationOperation extends Struct.CollectionTypeSchema {
|
|||
>;
|
||||
publishedAt: Schema.Attribute.DateTime;
|
||||
slug: Schema.Attribute.UID<'title'> &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
title: Schema.Attribute.String &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
|
@ -651,7 +657,7 @@ export interface ApiPagePage extends Struct.CollectionTypeSchema {
|
|||
collectionName: 'pages';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'Pages';
|
||||
displayName: 'Seiten';
|
||||
pluralName: 'pages';
|
||||
singularName: 'page';
|
||||
};
|
||||
|
@ -666,13 +672,13 @@ export interface ApiPagePage extends Struct.CollectionTypeSchema {
|
|||
attributes: {
|
||||
content: Schema.Attribute.DynamicZone<
|
||||
[
|
||||
'shared.list',
|
||||
'dynamic-zone.full-text',
|
||||
'dynamic-zone.emphasise-article',
|
||||
'dynamic-zone.full-image',
|
||||
'dynamic-zone.gallery',
|
||||
'dynamic-zone.full-text',
|
||||
'dynamic-zone.full-image',
|
||||
'dynamic-zone.emphasise-article',
|
||||
'dynamic-zone.dual-column-text',
|
||||
'dynamic-zone.column-image-text',
|
||||
'shared.list',
|
||||
]
|
||||
> &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
|
@ -683,24 +689,31 @@ export interface ApiPagePage extends Struct.CollectionTypeSchema {
|
|||
createdAt: Schema.Attribute.DateTime;
|
||||
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||
Schema.Attribute.Private;
|
||||
hero: Schema.Attribute.Component<'shared.hero', false> &
|
||||
Hero: Schema.Attribute.Component<'shared.hero', false> &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
identifier: Schema.Attribute.String &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.Unique &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
locale: Schema.Attribute.String;
|
||||
localizations: Schema.Attribute.Relation<'oneToMany', 'api::page.page'>;
|
||||
publishedAt: Schema.Attribute.DateTime;
|
||||
slug: Schema.Attribute.UID &
|
||||
slug: Schema.Attribute.UID<'identifier'> &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
};
|
||||
}> &
|
||||
Schema.Attribute.DefaultTo<'slug'>;
|
||||
}>;
|
||||
updatedAt: Schema.Attribute.DateTime;
|
||||
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||
Schema.Attribute.Private;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue