translations & restructuring

This commit is contained in:
Julian Krauser 2024-11-01 11:20:16 +01:00
parent 5caeae2338
commit 1943224f33
23 changed files with 370 additions and 330 deletions

View file

@ -4,7 +4,7 @@ export interface DynamicZoneColumnImageText extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_column_image_texts';
info: {
description: '';
displayName: 'Column_Image_Text';
displayName: 'Text-Bild-Spalte';
icon: 'bulletList';
};
attributes: {
@ -19,7 +19,7 @@ export interface DynamicZoneColumnImageText extends Struct.ComponentSchema {
export interface DynamicZoneDualColumnText extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_dual_column_texts';
info: {
displayName: 'Dual_Column_Text';
displayName: 'Text-Text-Spalte';
icon: 'stack';
};
attributes: {
@ -32,7 +32,7 @@ export interface DynamicZoneEmphasiseArticle extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_emphasise_articles';
info: {
description: '';
displayName: 'Emphasise_Article';
displayName: 'Artikel hervorheben';
icon: 'dashboard';
};
attributes: {
@ -46,7 +46,7 @@ export interface DynamicZoneFullImage extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_full_images';
info: {
description: '';
displayName: 'Full_Image';
displayName: 'Voll-Bild';
icon: 'dashboard';
};
attributes: {
@ -58,7 +58,7 @@ export interface DynamicZoneFullText extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_full_texts';
info: {
description: '';
displayName: 'Full_Text';
displayName: 'Voll-Text';
icon: 'dashboard';
};
attributes: {
@ -69,7 +69,7 @@ export interface DynamicZoneFullText extends Struct.ComponentSchema {
export interface DynamicZoneGallery extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_galleries';
info: {
displayName: 'Gallery';
displayName: 'Galerie';
icon: 'apps';
};
attributes: {
@ -81,7 +81,7 @@ export interface GlobalFooter extends Struct.ComponentSchema {
collectionName: 'components_global_footers';
info: {
description: '';
displayName: 'Footer';
displayName: 'Fu\u00DFzeile';
icon: 'apps';
};
attributes: {
@ -95,7 +95,7 @@ export interface GlobalNavbar extends Struct.ComponentSchema {
collectionName: 'components_global_navbars';
info: {
description: '';
displayName: 'Navbar';
displayName: 'Navigationsleiste';
icon: 'bold';
};
attributes: {
@ -108,11 +108,11 @@ export interface ItemsNavbarItems extends Struct.ComponentSchema {
collectionName: 'components_items_left_navbar_items';
info: {
description: '';
displayName: 'Navbar_Items';
displayName: 'Navigations-\u00DCberpunkt';
icon: 'bulletList';
};
attributes: {
default_URL: Schema.Attribute.String;
default_active_child: Schema.Attribute.String;
name: Schema.Attribute.String;
navbar_sub_items: Schema.Attribute.Component<
'items.navbar-sub-items',
@ -127,7 +127,7 @@ export interface ItemsNavbarSubItems extends Struct.ComponentSchema {
collectionName: 'components_items_navbar_sub_items';
info: {
description: '';
displayName: 'Navbar_Sub_Items';
displayName: 'Navigations-Unterpunkt';
icon: 'bulletList';
};
attributes: {
@ -171,7 +171,7 @@ export interface SharedList extends Struct.ComponentSchema {
collectionName: 'components_shared_lists';
info: {
description: '';
displayName: 'list';
displayName: 'Inhaltsauswahl';
icon: 'apps';
};
attributes: {