{
    "general": {
        "yes": "Yes",
        "no": "No",
        "post": {
            "status": {
                "draft": "Draft",
                "published": "Published",
                "archived": "Archived"
            },
            "type": {
                "kbhplus": "KBH+",
                "foto": "Photo",
                "opinion": "Opinion",
                "visioner": "Visions",
                "byens-rum": "City Spaces",
                "byens-liv": "City Life",
                "byens-bolig": "City House",
                "projekter": "Projects",
                "anmeldelser": "Reviews"
            },
            "accessLevel": {
                "label": "Paywall",
                "placeholder": "Select access level",
                "public": "All users",
                "subscribers": "All subscribers",
                "plus_only": "Plus subscribers only"
            }
        }
    },
    "dashboard": {
        "general": {
            "fields": {
                "search": {
                    "placeholder": "Search..."
                }
            },
            "actions": {
                "save": "Save",
                "cancel": "Cancel",
                "edit": "Edit",
                "delete": "Delete",
                "addFilter": "Add",
                "openMenu": "Open menu"
            },
            "dataset": {
                "noResults": "No results.",
                "noMoreItems": "No more items",
                "rowsPerPage": "Rows per page",
                "pageOf": "Page {page} of {total}",
                "selection": {
                    "selectAll": "Select all",
                    "selectRow": "Select row"
                },
                "pagination": {
                    "first": "Go to first page",
                    "previous": "Go to previous page",
                    "next": "Go to next page",
                    "last": "Go to last page"
                }
            },
            "sorting": {
                "asc": "Asc",
                "desc": "Desc",
                "reset": "Reset"
            },
            "menu": {
                "adminMenu": "Admin menu",
                "dashboard": "Dashboard",
                "users": "Users",
                "userManagement": "User Management",
                "createUser": "Create User",
                "organizations": "Organizations",
                "sessions": "Sessions",
                "posts": "Articles",
                "profiles": "Profiles",
                "tags": "Tags",
                "content": "Content",
                "pages": "Pages",
                "blocks": "Blocks",
                "faq": "FAQ",
                "editions": "Editions",
                "polls": "Polls",
                "jobs": "Jobs",
                "sponsors": "Sponsors",
                "plans": "Plans",
                "payment": "Payment",
                "paywallBypass": "Paywall Bypass",
                "guestLinks": "Guest Links",
                "ipWhitelist": "IP Whitelist",
                "media": "Media",
                "config": "Config",
                "logout": "Log out"
            }
        },
        "tiptap": {
            "inlineImage": {
                "actions": {
                    "setImage": "Set image",
                    "addImage": "Add image",
                    "slideLeft": "* Slide left to see all selected images →"
                },
                "create": {
                    "title": "Add inline image",
                    "description": "Configure inline-image widget"
                },
                "update": {
                    "title": "Edit inline image",
                    "description": "Configure inline-image widget"
                },
                "fields": {
                    "variant": {
                        "label": "Variant",
                        "placeholder": "Select a variant"
                    },
                    "author": {
                        "prefix": "Photographer: "
                    },
                    "media": {
                        "alt": "Article image",
                        "error": "Please choose image(s)"
                    }
                }
            },
            "beforeAfterImage": {
                "actions": {
                    "setImage": "Set before/after images",
                    "setImages": "Set before/after images slider"
                },
                "create": {
                    "title": "Add slider",
                    "description": "Configure before/after slider appearance"
                },
                "update": {
                    "title": "Edit slider",
                    "description": "Configure before/after slider appearance"
                },
                "fields": {
                    "variant": {
                        "label": "Variant",
                        "placeholder": "Select a variant"
                    },
                    "beforeImage": {
                        "label": "Before image Label",
                        "placeholder": "Enter label for before image...",
                        "default": "Before"
                    },
                    "afterImage": {
                        "label": "After image Label",
                        "placeholder": "Enter label for after image...",
                        "default": "After"
                    },
                    "caption": {
                        "label": "Caption",
                        "placeholder": "Enter caption..."
                    },
                    "author": {
                        "label": "Author",
                        "placeholder": "Enter author..."
                    },
                    "media": {
                        "error": "Please choose images for both before and after"
                    }
                }
            }
        },
        "meta": {
            "editor": {
                "fields": {
                    "pageTitle": {
                        "label": "Page title",
                        "placeholder": "[node:title] | [site:name]"
                    },
                    "description": {
                        "label": "Description",
                        "placeholder": "[node:field_underrubrik]"
                    },
                    "abstract": {
                        "label": "Abstract"
                    },
                    "keywords": {
                        "label": "Keywords",
                        "placeholder": "keyword1, keyword2"
                    },
                    "schemaType": {
                        "label": "@type",
                        "placeholder": "Select article type"
                    },
                    "schemaHeadline": {
                        "label": "Headline",
                        "placeholder": "[node:title]"
                    },
                    "schemaName": {
                        "label": "Name",
                        "placeholder": "[node:title]"
                    },
                    "schemaDescription": {
                        "label": "Description",
                        "placeholder": "[node:field_underrubrik]"
                    },
                    "schemaAuthorType": {
                        "label": "@type",
                        "placeholder": "Select type"
                    },
                    "schemaAuthorId": {
                        "label": "@id",
                        "placeholder": "Globally unique ID"
                    },
                    "schemaAuthorName": {
                        "label": "Name",
                        "placeholder": "[node:author]"
                    },
                    "schemaAuthorUrl": {
                        "label": "URL",
                        "placeholder": "https://..."
                    },
                    "schemaAuthorSameAs": {
                        "label": "Same as",
                        "placeholder": "https://twitter.com/..., https://facebook.com/..."
                    },
                    "ogType": {
                        "label": "Content type",
                        "placeholder": "Select type"
                    },
                    "ogUrl": {
                        "label": "URL",
                        "placeholder": "[node:url]"
                    },
                    "ogTitle": {
                        "label": "Title",
                        "placeholder": "[node:title]"
                    },
                    "ogSiteName": {
                        "label": "Site name",
                        "placeholder": "[site:name]"
                    }
                }
            }
        },
        "config": {
            "title": "Site Configuration",
            "description": "Manage site-wide configuration",
            "tabs": {
                "general": "General",
                "meta": "Meta Tags",
                "integrations": "Integrations"
            }
        },
        "post": {
            "actions": {
                "new": "New article",
                "view": "View article",
                "edit": "Edit",
                "delete": "Delete",
                "comments": "Comments",
                "generateGuestLink": "Generate guest link"
            },
            "list": {
                "title": "Articles list",
                "description": "Manage your articles and content",
                "fields": {
                    "title": {
                        "label": "Title"
                    },
                    "status": {
                        "label": "Status"
                    },
                    "type": {
                        "label": "Type"
                    },
                    "createdAt": {
                        "label": "Created At"
                    },
                    "publishedAt": {
                        "label": "Published At"
                    },
                    "isPinned": {
                        "label": "Sticky"
                    }
                },
                "filters": {
                    "type": {
                        "label": "Type",
                        "placeholder": "Select a type"
                    },
                    "status": {
                        "label": "Status",
                        "placeholder": "Select a status"
                    }
                },
                "actions": {
                    "openMenu": "Open menu"
                }
            },
            "view": {
                "title": "Article"
            },
            "editor": {
                "create": {
                    "title": "New Article",
                    "description": "Create a new article"
                },
                "update": {
                    "title": "Edit Article",
                    "description": "Update the existing article"
                },
                "tabs": {
                    "content": {
                        "title": "Indhold"
                    },
                    "meta": {
                        "title": "Meta tags"
                    }
                },
                "actions": {
                    "view": "View article",
                    "cancel": "Cancel",
                    "create": "Create Article",
                    "update": "Update Article"
                },
                "fields": {
                    "status": {
                        "label": "Article Status",
                        "placeholder": "Select a status"
                    },
                    "type": {
                        "label": "Article Type",
                        "placeholder": "Select a type"
                    },
                    "publishedAt": {
                        "label": "Published At"
                    },
                    "tags": {
                        "label": "Tags",
                        "placeholder": "Select tags"
                    },
                    "primaryTag": {
                        "label": "Primary tag",
                        "placeholder": "Select a primary tag"
                    },
                    "rating": {
                        "label": "Rating"
                    },
                    "slug": {
                        "label": "Slug",
                        "placeholder": "Article slug"
                    },
                    "isSponsored": {
                        "label": "Is sponsored"
                    },
                    "isPinned": {
                        "label": "Sticky",
                        "description": "Only two published posts can be pinned to the top of the home page. The third pinned post will unstick the older pinned post"
                    },
                    "location": {
                        "label": "Location",
                        "placeholder": "Select a location"
                    },
                    "preview": {
                        "label": "Article preview"
                    },
                    "media": {
                        "label": "Article media"
                    },
                    "showAuthorPhoto": {
                        "label": "Show Author photo",
                        "helperText": "If not selected - main image will be shown in medium block"
                    },
                    "author": {
                        "label": "Author"
                    },
                    "title": {
                        "label": "Title",
                        "placeholder": "Enter article title",
                        "helperText": "This field allows the use of HTML tags, for example: <b>Bold text</b>"
                    },
                    "subheading": {
                        "label": "Subheading",
                        "placeholder": "Enter a short description (max 200 characters)"
                    },
                    "content": {
                        "label": "Content",
                        "placeholder": "Write your article content here..."
                    },
                    "relatedProjects": {
                        "label": "Related projects"
                    },
                    "relatedPosts": {
                        "label": "Related articles"
                    }
                },
                "errors": {
                    "slugRequired": "Article slug is required",
                    "slugTooLong": "Article slug must be less than 100 characters",
                    "slugInvalid": "Article slug can only contain letters, numbers, spaces, hyphens, and underscores",
                    "previewImageRequired": "Please select an image for the article preview",
                    "mediaRequired": "An article must have at least one media",
                    "tagRequired": "An article must have at least one tag",
                    "locationRequired": "Location is required for this category"
                }
            }
        },
        "post-review": {
            "editor": {
                "fields": {
                    "name": {
                        "label": "Director / Theater"
                    },
                    "type": {
                        "label": "Review type",
                        "placeholder": "Select review type"
                    },
                    "premiereAt": {
                        "label": "Premiere at"
                    }
                }
            }
        },
        "post-vision": {
            "editor": {
                "fields": {
                    "tag": {
                        "label": "Vision tag"
                    },
                    "isChosen": {
                        "label": "Is chosen"
                    }
                }
            }
        },
        "project": {
            "editor": {
                "fields": {
                    "status": {
                        "label": "Project status",
                        "placeholder": "Select a status"
                    },
                    "type": {
                        "label": "Project type",
                        "placeholder": "Select a type"
                    },
                    "address": {
                        "label": "Address"
                    },
                    "function": {
                        "label": "Function"
                    },
                    "architect": {
                        "label": "Architect"
                    },
                    "developer": {
                        "label": "Developer"
                    },
                    "buildStartAt": {
                        "label": "Build Start At"
                    },
                    "buildEndAt": {
                        "label": "Build End At"
                    }
                }
            }
        },
        "job": {
            "list": {
                "title": "Jobs",
                "description": "Manage job listings"
            },
            "editor": {
                "create": {
                    "title": "Create Job",
                    "description": "Add a new job listing"
                },
                "update": {
                    "title": "Edit Job",
                    "description": "Update job listing details"
                }
            },
            "notFound": {
                "title": "Job not found",
                "description": "The requested job could not be found."
            }
        },
        "edition": {
            "actions": {
                "create": "Create Edition",
                "update": "Update Edition"
            },
            "list": {
                "title": "Editions",
                "description": "Manage magazine editions"
            },
            "editor": {
                "create": {
                    "title": "Create Edition",
                    "description": "Add a new magazine edition"
                },
                "update": {
                    "title": "Edit Edition",
                    "description": "Update magazine edition details",
                    "metadata": {
                        "title": "Edit Edition #{number}",
                        "description": "Edit magazine edition {number}"
                    }
                }
            },
            "notFound": {
                "title": "Edition not found",
                "description": "The requested edition could not be found."
            },
            "fields": {
                "feature": {
                    "label": "Feature",
                    "placeholder": ""
                },
                "updates": {
                    "label": "Updates",
                    "placeholder": ""
                },
                "topFlop": {
                    "label": "Top/Flop",
                    "placeholder": ""
                },
                "og": {
                    "label": "OG (Original/Other)",
                    "placeholder": ""
                },
                "issueNumber": {
                    "label": "Issue Number",
                    "placeholder": ""
                },
                "publishedAt": {
                    "label": "Published At",
                    "placeholder": ""
                },
                "previewId": {
                    "label": "Preview"
                },
                "mediaId": {
                    "label": "PDF"
                }
            }
        },
        "poll": {
            "list": {
                "title": "Polls",
                "description": "Manage user polls"
            },
            "editor": {
                "create": {
                    "title": "Create Poll",
                    "description": "Create a new poll entry"
                },
                "update": {
                    "title": "Edit Poll",
                    "description": "Update poll details"
                }
            },
            "notFound": {
                "title": "Poll not found",
                "description": "The requested poll could not be found."
            }
        },
        "block": {
            "list": {
                "title": "Blocks",
                "description": "Manage reusable content blocks"
            },
            "editor": {
                "create": {
                    "title": "Create Block",
                    "description": "Add a new content block"
                },
                "update": {
                    "title": "Edit Block",
                    "description": "Update content block details"
                }
            },
            "notFound": {
                "title": "Block not found",
                "description": "The requested block could not be found."
            }
        },
        "faq": {
            "fields": {
                "title": {
                    "label": "Title"
                },
                "type": {
                    "label": "Type",
                    "placeholder": "Select a type"
                },
                "createdAt": {
                    "label": "Created at"
                }
            },
            "actions": {
                "create": "Add FAQ"
            },
            "list": {
                "title": "FAQ",
                "description": "Manage FAQ items"
            },
            "editor": {
                "create": {
                    "title": "Create FAQ",
                    "description": "Add a new FAQ item"
                },
                "update": {
                    "title": "Edit FAQ",
                    "description": "Update FAQ item details"
                }
            },
            "notFound": {
                "title": "FAQ not found",
                "description": "The requested FAQ could not be found."
            }
        },
        "page": {
            "list": {
                "title": "Pages",
                "description": "Manage your pages"
            },
            "editor": {
                "create": {
                    "title": "Create Page",
                    "description": "Add a new page"
                },
                "update": {
                    "title": "Edit Page",
                    "description": "Update page details"
                }
            },
            "notFound": {
                "title": "Page not found",
                "description": "The requested page could not be found."
            },
            "fields": {
                "title": {
                    "label": "Title"
                },
                "status": {
                    "label": "Status",
                    "placeholder": "Select a status"
                },
                "createdAt": {
                    "label": "Created at"
                }
            },
            "actions": {
                "create": "Add page"
            }
        },
        "media": {
            "actions": {
                "create": "Create Media",
                "select": "Select media",
                "change": "Change media",
                "save": "Save",
                "cancel": "Cancel",
                "upload": "Upload media",
                "add": "Add media"
            },
            "picker": {
                "title": "Pick media",
                "description": "Or create new one",
                "attached": "Attached media"
            },
            "list": {
                "title": "Media list",
                "description": "Manage your media files",
                "editor": {
                    "create": {
                        "title": "Upload Media",
                        "description": "Upload a new media asset"
                    }
                },
                "notFound": {
                    "title": "Media not found",
                    "description": "The requested media could not be found."
                },
                "fields": {
                    "preview": {
                        "label": "Preview"
                    },
                    "name": {
                        "label": "Name"
                    },
                    "author": {
                        "label": "Author"
                    },
                    "alt": {
                        "label": "Alt"
                    },
                    "caption": {
                        "label": "Caption"
                    },
                    "user": {
                        "label": "User"
                    },
                    "createdAt": {
                        "label": "Created at"
                    }
                }
            },
            "editor": {
                "create": {
                    "title": "Add media",
                    "description": "Upload a new media file"
                },
                "createMany": {
                    "title": "Bulk upload",
                    "description": "Upload multiple media files at once"
                },
                "update": {
                    "title": "Edit media",
                    "description": "Update media file details"
                },
                "fields": {
                    "author": {
                        "label": "Author",
                        "placeholder": "Enter author name..."
                    },
                    "caption": {
                        "label": "Caption",
                        "placeholder": "Enter image description..."
                    },
                    "alt": {
                        "label": "Alt text",
                        "placeholder": "Enter descriptive text for screen readers..."
                    }
                }
            }
        },
        "session": {
            "list": {
                "title": "Sessions",
                "description": "Manage active user sessions"
            },
            "fields": {
                "user": {
                    "label": "User"
                },
                "ipAddress": {
                    "label": "IP Address"
                },
                "userAgent": {
                    "label": "User Agent"
                },
                "expiresAt": {
                    "label": "Expires At"
                },
                "createdAt": {
                    "label": "Created At"
                },
                "device": {
                    "label": "Device"
                },
                "browser": {
                    "label": "Browser"
                },
                "os": {
                    "label": "OS"
                },
                "cpu": {
                    "label": "CPU"
                },
                "engine": {
                    "label": "Engine"
                }
            }
        },
        "organization": {
            "actions": {
                "create": "Add Organization"
            },
            "list": {
                "title": "Organizations",
                "description": "Manage organizations and their members"
            },
            "editor": {
                "create": {
                    "title": "Create Organization",
                    "description": "Add a new organization to the system",
                    "metadata": {
                        "title": "Create Organization",
                        "description": "Create a new organization entry"
                    }
                },
                "update": {
                    "title": "Edit Organization",
                    "description": "Update organization details and members",
                    "metadata": {
                        "title": "Edit: {name}",
                        "description": "Edit {name}"
                    },
                    "notFound": {
                        "title": "Organization not found",
                        "description": "The requested organization could not be found."
                    }
                }
            },
            "fields": {
                "name": {
                    "label": "Name"
                },
                "contactName": {
                    "label": "Contact Name"
                },
                "fullAddress": {
                    "label": "Address"
                },
                "cvr": {
                    "label": "CVR"
                },
                "createdAt": {
                    "label": "Created At"
                }
            }
        },
        "user": {
            "list": {
                "title": "Users",
                "description": "Manage user accounts and permissions",
                "fields": {
                    "name": {
                        "label": "Name"
                    },
                    "role": {
                        "label": "Role"
                    },
                    "status": {
                        "label": "Status"
                    },
                    "createdAt": {
                        "label": "Created at"
                    },
                    "lastSession": {
                        "label": "Last session"
                    },
                    "actions": {
                        "label": ""
                    }
                }
            },
            "editor": {
                "create": {
                    "title": "Create User",
                    "description": "Add a new user to the system",
                    "metadata": {
                        "title": "Create User",
                        "description": "Add a new user to the system"
                    }
                },
                "update": {
                    "title": "Edit User",
                    "description": "Update user profile and roles",
                    "metadata": {
                        "title": "Edit: {name}",
                        "description": "Edit {name}"
                    },
                    "notFound": {
                        "title": "User not found",
                        "description": "The requested user could not be found."
                    }
                }
            },
            "actions": {
                "create": "Create User",
                "edit": "Edit",
                "impersonate": "Impersonate",
                "unban": "Unban",
                "ban": "Ban"
            }
        },
        "profile": {
            "actions": {
                "select": "Select Profile",
                "save": "Save",
                "create": "Create Profile",
                "createNew": "Create New Profile",
                "choose": "Choose",
                "confirm": "Confirm",
                "close": "Close",
                "cancel": "Cancel",
                "update": "Update",
                "back": "Back"
            },
            "list": {
                "title": "Profiles",
                "description": "Posts authors"
            },
            "editor": {
                "create": {
                    "title": "New Profile",
                    "description": "Create a new profile"
                },
                "update": {
                    "title": "Edit Profile",
                    "description": "Update profile information"
                }
            },
            "picker": {
                "title": "Pick profile",
                "description": "Select one or more profiles"
            },
            "filters": {
                "isPersonal": {
                    "label": "Only personal"
                }
            },
            "fields": {
                "name": {
                    "label": "Name",
                    "placeholder": "Enter name...",
                    "error": "Name is required"
                },
                "slug": {
                    "label": "Slug",
                    "placeholder": "Leave empty to generate from name"
                },
                "jobInfo": {
                    "label": "Job Info",
                    "placeholder": "Enter position, title, etc..."
                },
                "isMain": {
                    "label": "Is default",
                    "helperText": "The selected profile will be automatically selected when opening the new article creation form."
                },
                "hasPage": {
                    "label": "Public author page",
                    "helperText": "When enabled, a public author page will be available at {url}"
                },
                "avatar": {
                    "label": "Avatar"
                },
                "user": {
                    "label": "User"
                },
                "createdAt": {
                    "label": "Created At"
                }
            }
        },
        "tag": {
            "actions": {
                "new": "New tag",
                "create": "Create tag",
                "edit": "Edit",
                "delete": "Delete",
                "cancel": "Cancel"
            },
            "editor": {
                "create": {
                    "title": "Create"
                },
                "edit": {
                    "title": "Edit"
                },
                "fields": {
                    "name": {
                        "label": "Name",
                        "placeholder": "Enter tag name...",
                        "error": "Name is required"
                    },
                    "slug": {
                        "label": "Slug"
                    }
                }
            },
            "list": {
                "fields": {
                    "name": {
                        "label": "Name"
                    },
                    "slug": {
                        "label": "Slug"
                    },
                    "usage": {
                        "label": "Usage",
                        "post": "post",
                        "posts": "posts"
                    },
                    "createdAt": {
                        "label": "Created At"
                    }
                }
            }
        }
    }
}
