UNPKG

starkon

Version:

Complete Next.js boilerplate with authentication, i18n & CLI - Create production-ready apps instantly

2,355 lines 87.4 kB
{
  "common": {
    "pagination": {
      "itemsPerPage": "Items per page:",
      "goTo": "Go to:",
      "page": "Page",
      "go": "Go",
      "noItems": "No items",
      "showing": "Showing {{start}} to {{end}} of {{total}} items"
    },
    "loading": "Loading...",
    "error": "An error occurred",
    "success": "Success",
    "cancel": "Cancel",
    "save": "Save",
    "edit": "Edit",
    "delete": "Delete",
    "search": "Search",
    "filter": "Filter",
    "noResults": "No results found",
    "close": "Close",
    "continue": "Continue",
    "back": "Back",
    "next": "Next",
    "previous": "Previous",
    "retry": "Retry",
    "refresh": "Refresh",
    "pleaseWait": "Please wait...",
    "authenticating": "Authenticating...",
    "pageLoading": "Page loading...",
    "appLoading": "Application loading...",
    "backToHome": "Back to Home",
    "backToCategories": "Back to Categories",
    "clearFilters": "Clear Filters",
    "allCategories": "All Categories",
    "viewMode": "View Mode",
    "components": "Components",
    "noComponentsFound": "No components found",
    "deleteWarning": "This action cannot be undone.",
    "confirmDelete": "Yes, delete",
    "appName": "Starkon",
    "appTitle": "Starkon",
    "create": "Create",
    "update": "Update",
    "changeSearchCriteria": "Change your search criteria and try again",
    "sort": "Sort",
    "open": "Open",
    "submit": "Submit",
    "reset": "Reset",
    "confirm": "Confirm",
    "actions": "Actions",
    "options": "Options",
    "view": "View",
    "add": "Add",
    "new": "New",
    "preview": "Preview",
    "tryAgain": "Try Again",
    "ok": "OK",
    "warning": "Warning",
    "info": "Info"
  },
  "demo": {
    "componentDemo": {
      "example": "Example {{index}}",
      "usageExample": "Usage example"
    },
    "filters": {
      "filters": "Filters",
      "category": "Category",
      "status": "Status",
      "clear": "Clear Filters",
      "clearAll": "Clear All",
      "active": "Active Filters:",
      "allStatuses": "All Statuses"
    },
    "stats": {
      "showing": "components showing",
      "total": "total components",
      "categories": "Categories"
    },
    "search": {
      "popular": "Popular searches: Button, Input, Card"
    },
    "componentMap": {
      "components": "Components"
    },
    "actions": {
      "backToTop": "Back to top"
    },
    "status": {
      "stable": "Stable",
      "beta": "Beta",
      "alpha": "Alpha"
    },
    "sampleData": {
      "users": {
        "ahmet": "John Doe",
        "ayse": "Jane Smith",
        "mehmet": "Michael Brown",
        "fatma": "Emily Davis",
        "ali": "Chris Wilson"
      },
      "status": {
        "active": "Active",
        "inactive": "Inactive",
        "pending": "Pending"
      }
    },
    "tableHeaders": {
      "fullName": "Full Name",
      "email": "Email",
      "role": "Role",
      "status": "Status",
      "edit": "Edit",
      "delete": "Delete"
    },
    "accordion": {
      "title": "Accordion",
      "usage": {
        "multiple": "Multiple Accordion",
        "multipleDesc": "Accordion where multiple sections can be open simultaneously."
      },
      "section1": "Section 1",
      "content1": "First section content",
      "section2": "Section 2",
      "content2": "Second section content",
      "openSection": "Open Section",
      "defaultOpenSection": "This section is open by default.",
      "otherSection": "Other Section",
      "canAlsoOpenThisSection": "You can also open this section.",
      "props": {
        "collapsible": "Determines if the last item can be collapsed"
      }
    },
    "descriptions": {
      "accordion": "Expandable and collapsible content sections.",
      "alert": "Displays a callout for user attention.",
      "alertDialog": "A modal dialog that interrupts the user with important content and expects a response.",
      "avatar": "An image element with a fallback for representing the user.",
      "badge": "Displays a badge or a component that looks like a badge.",
      "button": "Displays a button or a component that looks like a button.",
      "card": "Displays a card with header, content, and footer.",
      "checkbox": "A control that allows the user to toggle between checked and not checked.",
      "dataGrid": "Powerful data grid component with sorting, filtering, and pagination.",
      "dataTable": "A flexible data table component.",
      "switch": "A control that allows the user to toggle between checked and not checked.",
      "select": "Displays a list of options for the user to pick from—triggered by a button.",
      "textarea": "Displays a form textarea or a component that looks like a textarea.",
      "dialog": "A window overlaid on either the primary window or another dialog window, rendering the content underneath inert.",
      "dropdownMenu": "Displays a menu to the user—such as a set of actions or functions—triggered by a button.",
      "input": "Displays a form input field or a component that looks like an input field.",
      "loading": "Indicates that an action is being processed or data is being loaded.",
      "progress": "Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.",
      "tabs": "Displays a set of sections of content—known as tab panels—that are displayed one at a time.",
      "slider": "An input where the user selects a value from within a given range.",
      "separator": "Visually or semantically separates content.",
      "popover": "Displays rich content in a portal, triggered by a button.",
      "tooltip": "A popup that displays information related to an element when the element receives keyboard focus or the mouse hovers over it.",
      "scrollArea": "Augments native scroll functionality for custom, cross-browser styling.",
      "richTextEditor": "A rich text editor component for editing HTML content.",
      "monthYearPicker": "A date picker for selecting a month and year.",
      "dateRangePicker": "A date picker for selecting a range of dates.",
      "singleDatePicker": "A date picker for selecting a single date.",
      "modernDrawer": "A modern, accessible drawer component with multiple placement options.",
      "passwordInput": "A password input component with a show/hide toggle.",
      "numberInput": "A number input component with increment/decrement controls.",
      "calendar": "A calendar component for displaying dates.",
      "collapsible": "An interactive component which expands/collapses a panel.",
      "formError": "Displays an error message for a form field.",
      "stepper": "Displays progress through a sequence of steps.",
      "dynamicBreadcrumb": "Displays the path to the current resource.",
      "enhancedDataTable": "An enhanced data table with sorting and filtering.",
      "accessibilityEnhancer": "A utility for improving accessibility.",
      "enhancedPagination": "A pagination component for navigating pages.",
      "enhancedSearchFilters": "A component for advanced search filtering.",
      "enterpriseErrorBoundary": "A boundary for catching and displaying errors.",
      "labelAdvanced": "An advanced label component with required indicator support.",
      "commandMenu": "A command menu for quick navigation and actions."
    },
    "content": {
      "alerts": {
        "information": "Information",
        "informationMsg": "You can add components to your app using the cli.",
        "warning": "Warning",
        "warningMsg": "Your session is about to expire.",
        "error": "Error",
        "errorMsg": "Your session has expired. Please log in again."
      },
      "categories": {
        "layout": "Layout",
        "feedback": "Feedback",
        "overlay": "Overlay",
        "dataDisplay": "Data Display",
        "formInput": "Form Input",
        "navigation": "Navigation",
        "advanced": "Advanced",
        "ui": "UI Components"
      },
      "common": {
        "personalInfo": "Personal Info",
        "personalInfoDesc": "Manage your personal info here.",
        "securitySettings": "Security Settings",
        "securitySettingsDesc": "Update password and security preferences.",
        "notificationPreferences": "Notification Preferences",
        "notificationDesc": "Manage email and app notifications."
      },
      "accordion": {
        "personalInfo": "Personal Info",
        "personalInfoDesc": "Manage your personal info here.",
        "securitySettings": "Security Settings",
        "securitySettingsDesc": "Update password and security preferences.",
        "notificationPreferences": "Notification Preferences",
        "notificationDesc": "Manage email and app notifications."
      }
    },
    "alert": {
      "title": "Alert"
    },
    "alertDialog": {
      "title": "Alert Dialog",
      "deleteAccount": "Delete Account",
      "confirmDelete": "Are you absolutely sure?",
      "deleteWarning": "This action cannot be undone. This will permanently delete your account and remove your data from our servers.",
      "cancel": "Cancel",
      "confirmAction": "Continue"
    },
    "forms": {
      "header": {
        "description": "Powerful, type-safe form system with React Hook Form and Zod validation. Zero prop drilling, automatic error handling, and comprehensive examples."
      },
      "info": {
        "title": "About Forms System",
        "description": "This section contains comprehensive form components built with React Hook Form and Zod validation. All components are type-safe, accessible, and production-ready."
      },
      "search": {
        "placeholder": "Search form components..."
      },
      "categories": {
        "base": "Base",
        "inputs": "Inputs",
        "actions": "Actions",
        "helpers": "Helpers",
        "examples": "Examples"
      },
      "roles": {
        "admin": "Admin",
        "editor": "Editor",
        "user": "User"
      },
      "countries": {
        "turkey": "Turkey",
        "usa": "United States",
        "uk": "United Kingdom",
        "germany": "Germany"
      },
      "plans": {
        "free": "Free",
        "pro": "Pro",
        "enterprise": "Enterprise"
      },
      "themes": {
        "light": "Light",
        "dark": "Dark",
        "system": "System"
      },
      "labels": {
        "name": "Name",
        "firstName": "First Name",
        "lastName": "Last Name",
        "email": "Email",
        "password": "Password",
        "description": "Description",
        "bio": "Bio",
        "role": "Role",
        "country": "Country",
        "birthDate": "Birth Date",
        "startDate": "Start Date",
        "acceptTerms": "I accept the terms and conditions",
        "subscribeNewsletter": "Subscribe to newsletter",
        "enableNotifications": "Enable notifications",
        "selectPlan": "Select Plan",
        "selectTheme": "Select Theme",
        "emailNotifications": "Email Notifications",
        "pushNotifications": "Push Notifications",
        "marketingEmails": "Marketing Emails",
        "text": "Text",
        "number": "Number",
        "url": "URL",
        "phone": "Phone",
        "empty": "Empty"
      },
      "placeholders": {
        "enterText": "Enter text",
        "enterDescription": "Enter description",
        "enterBio": "Tell us about yourself",
        "selectCountry": "Select a country"
      },
      "validation": {
        "nameMin": "Name must be at least 2 characters",
        "firstNameMin": "First name must be at least 2 characters",
        "lastNameMin": "Last name must be at least 2 characters",
        "emailInvalid": "Invalid email address",
        "passwordMin": "Password must be at least 8 characters",
        "descriptionMin": "Description must be at least 10 characters",
        "bioMax": "Bio must be less than 500 characters",
        "roleRequired": "Please select a role",
        "countryRequired": "Please select a country",
        "termsRequired": "You must accept the terms and conditions",
        "planRequired": "Please select a plan",
        "themeRequired": "Please select a theme",
        "birthDateRequired": "Birth date is required"
      },
      "actions": {
        "submit": "Submit",
        "register": "Register",
        "saveAsDraft": "Save as Draft",
        "delete": "Delete"
      },
      "examples": {
        "basicForm": "Basic Form",
        "complexForm": "Complex Form",
        "textInputs": "Text Inputs",
        "selectInputs": "Select Inputs",
        "textareaInput": "Textarea Input",
        "checkboxInputs": "Checkbox Inputs",
        "radioInputs": "Radio Inputs",
        "switchInputs": "Switch Inputs",
        "dateInputs": "Date Inputs",
        "submitButtons": "Submit Buttons",
        "passwordStrength": "Password Strength",
        "passwordRules": "Password Rules",
        "passwordWithRules": "Password with Rules",
        "completeForm": "Complete Form Example",
        "userRegistration": "User Registration Form"
      },
      "descriptions": {
        "form": "Powerful form management with React Hook Form and Zod validation",
        "complexForm": "Advanced form with nested fields and complex validation",
        "textField": "Versatile text field for various input types",
        "selectField": "Dropdown selection field",
        "textareaField": "Multi-line text input",
        "checkboxField": "Checkbox selection field",
        "radioField": "Radio button group selection",
        "switchField": "Toggle switch field",
        "dateField": "Modern date picker field",
        "submitButton": "Submit button with automatic loading state",
        "passwordStrengthBar": "Password strength indicator bar",
        "passwordRules": "Customizable password rules indicator",
        "passwordRulesDemo": "Rule checking with different password examples",
        "completeFormExample": "Comprehensive example with all form components"
      },
      "props": {
        "schema": "Zod validation schema",
        "defaultValues": "Default values for the form",
        "onSubmit": "Function called when form is submitted",
        "className": "CSS classes for form container",
        "name": "Form field name (supports dot notation)",
        "label": "Field label",
        "inputType": "Input type",
        "placeholder": "Placeholder text",
        "required": "Is field required",
        "disabled": "Is field disabled",
        "isPassword": "Is password field",
        "showPasswordToggle": "Show password show/hide toggle",
        "showPasswordStrength": "Show password strength indicator",
        "showNumberButtons": "Show number +/- buttons",
        "min": "Minimum value (for number input)",
        "max": "Maximum value (for number input)",
        "options": "Array of selection options",
        "radioOptions": "Radio button options",
        "rows": "Number of textarea rows",
        "maxLength": "Maximum character count",
        "buttonText": "Button text",
        "buttonVariant": "Button appearance variant",
        "passwordValue": "Password value",
        "passwordRules": "Array of password rules"
      },
      "rules": {
        "minLength": "At least 8 characters",
        "uppercase": "One uppercase letter",
        "lowercase": "One lowercase letter",
        "number": "One number",
        "special": "One special character"
      }
    },
    "avatar": {
      "title": "Avatar",
      "fallback": "+3",
      "usage": {
        "group": "Avatar Group",
        "groupDesc": "Avatars can be grouped to show multiple users."
      },
      "props": {
        "src": "The source URL of the avatar image",
        "alt": "Alternative text for the avatar image"
      }
    },
    "badge": {
      "title": "Badge",
      "variants": {
        "default": "Default",
        "secondary": "Secondary",
        "destructive": "Destructive",
        "outline": "Outline"
      },
      "sizes": {
        "small": "Small",
        "large": "Large"
      },
      "usage": {
        "status": "Status Indicators",
        "statusDesc": "Badges can be used to indicate status or state."
      },
      "status": {
        "active": "Active",
        "userOnline": "User is online",
        "error": "Error",
        "connectionError": "Connection failed",
        "pending": "Pending",
        "awaitingApproval": "Awaiting approval"
      },
      "props": {
        "variant": "The visual style of the badge",
        "size": "The size of the badge"
      }
    },
    "button": {
      "title": "Button",
      "variants": {
        "primary": "Primary",
        "secondary": "Secondary",
        "outline": "Outline",
        "ghost": "Ghost",
        "delete": "Delete",
        "disabled": "Disabled"
      },
      "sizes": {
        "small": "Small",
        "large": "Large",
        "fullWidth": "Full Width"
      },
      "usage": {
        "iconButtons": "Icon Buttons",
        "iconButtonExamples": "Buttons can contain icons."
      },
      "actions": {
        "addNew": "Add New",
        "search": "Search",
        "settings": "Settings",
        "startNow": "Start Now"
      },
      "props": {
        "variant": "The visual style of the button",
        "size": "The size of the button",
        "className": "Additional class names",
        "disabled": "Disables the button"
      }
    },
    "card": {
      "title": "Card",
      "content": {
        "projectReport": "Project Report",
        "projectReportDesc": "Monthly visitor and conversion statistics.",
        "totalVisitors": "Total Visitors",
        "newUsers": "New Users",
        "conversionRate": "Conversion Rate",
        "premiumFeature": "Premium Feature",
        "premiumDesc": "Upgrade to access advanced features.",
        "detailedAnalytics": "Detailed Analytics",
        "customReports": "Custom Reports",
        "apiAccess": "API Access"
      },
      "actions": {
        "details": "Details",
        "getReport": "Get Report"
      },
      "usage": {
        "feature": "Feature Card",
        "featureDesc": "Cards can be used to highlight features."
      },
      "props": {
        "variant": "The visual style of the card",
        "size": "The size of the card",
        "hover": "Hover effect of the card"
      }
    },
    "checkbox": {
      "title": "Checkbox",
      "status": {
        "selected": "Selected",
        "notSelected": "Not Selected",
        "disabled": "Disabled"
      },
      "usage": {
        "formGroup": "Form Group",
        "formGroupDesc": "Checkboxes can be used in a form group."
      },
      "labels": {
        "yourInterests": "Your Interests"
      },
      "options": {
        "frontend": "Frontend Development",
        "backend": "Backend Development",
        "mobile": "Mobile Development"
      },
      "props": {
        "checked": "The controlled checked state",
        "defaultChecked": "The default checked state",
        "disabled": "Disables the checkbox",
        "onCheckedChange": "Event handler called when the checked state changes"
      }
    },
    "dataGrid": {
      "title": "Data Grid",
      "headers": {
        "fullName": "Full Name",
        "email": "Email"
      },
      "actions": {
        "edit": "Edit"
      },
      "props": {
        "data": "The data to be displayed in the grid",
        "columns": "The columns configuration",
        "enablePagination": "Enables pagination",
        "enableRowSelection": "Enables row selection",
        "enableGlobalFilter": "Enables global search filter",
        "enableExport": "Enables data export",
        "onRowClick": "Event handler called when a row is clicked"
      }
    },
    "dataTable": {
      "title": "Data Table",
      "headers": {
        "name": "Name",
        "email": "Email"
      },
      "searchPlaceholder": "Filter names...",
      "defaults": {
        "search": "Search..."
      },
      "props": {
        "columns": "The columns configuration",
        "data": "The data to display",
        "searchKey": "The key to use for searching",
        "searchPlaceholder": "Placeholder text for the search input"
      }
    },
    "switch": {
      "title": "Switch",
      "labels": {
        "notifications": "Notifications",
        "emailUpdates": "Email Updates",
        "disabled": "Disabled Switch"
      },
      "props": {
        "checked": "The controlled checked state",
        "defaultChecked": "The default checked state",
        "disabled": "Disables the switch",
        "onCheckedChange": "Event handler called when the checked state changes"
      }
    },
    "select": {
      "title": "Select",
      "placeholder": "Select a country",
      "options": {
        "turkey": "Turkey",
        "usa": "United States",
        "germany": "Germany",
        "france": "France"
      },
      "props": {
        "selectedValue": "The selected value",
        "defaultSelectedValue": "The default selected value",
        "onValueChange": "Event handler called when the value changes"
      }
    },
    "textarea": {
      "title": "Textarea",
      "placeholders": {
        "basic": "Type your message here.",
        "counter": "Type your message here (max 100 characters)."
      },
      "props": {
        "maxLength": "The maximum number of characters allowed",
        "showCount": "Whether to show the character count",
        "autoResize": "Whether the textarea should auto-resize based on content"
      }
    },
    "dialog": {
      "title": "Dialog",
      "trigger": "Open Dialog",
      "editProfile": {
        "title": "Edit profile",
        "description": "Make changes to your profile here. Click save when you're done."
      },
      "form": {
        "name": "Name",
        "sampleName": "Pedro Duarte",
        "email": "Email"
      },
      "actions": {
        "save": "Save changes"
      },
      "usage": {
        "userProfile": "Edit user profile",
        "confirmation": "Confirmation dialogs",
        "forms": "Modal forms",
        "details": "Detail popups"
      },
      "props": {
        "open": "The controlled open state of the dialog",
        "onOpenChange": "Event handler called when the open state of the dialog changes"
      }
    },
    "dropdownMenu": {
      "title": "Dropdown Menu",
      "trigger": "Open",
      "labels": {
        "myAccount": "My Account"
      },
      "items": {
        "profile": "Profile",
        "settings": "Settings",
        "notifications": "Notifications",
        "emailUpdates": "Email Updates"
      },
      "usage": {
        "userMenus": "User menus",
        "actions": "Action menus",
        "navigation": "Navigation dropdowns",
        "options": "Option lists"
      },
      "props": {
        "open": "The controlled open state of the dropdown menu",
        "onOpenChange": "Event handler called when the open state changes"
      }
    },
    "input": {
      "title": "Input",
      "placeholders": {
        "basic": "Basic Input",
        "email": "Email",
        "password": "Password",
        "disabled": "Disabled"
      },
      "usage": {
        "forms": "Form fields",
        "userForData": "Getting user data",
        "search": "Search boxes",
        "auth": "Login/Register forms"
      },
      "props": {
        "type": "HTML input type (text, email, password, etc.)",
        "placeholder": "Placeholder text",
        "disabled": "Whether the input is disabled",
        "value": "The value of the input"
      }
    },
    "loading": {
      "title": "Loading",
      "types": {
        "spinner": "Spinner",
        "dots": "Dots",
        "pulse": "Pulse"
      },
      "usage": {
        "dataLoading": "Show while data is loading",
        "apiCalls": "During API calls",
        "buttonStates": "Button loading states",
        "transitions": "Page transitions"
      },
      "props": {
        "size": "The size of the loading indicator"
      }
    },
    "progress": {
      "title": "Progress",
      "labels": {
        "default": "Progress",
        "loading": "Loading",
        "completed": "Completed"
      },
      "usage": {
        "upload": "File upload progress",
        "form": "Form completion status",
        "task": "Task progress",
        "page": "Page loading status"
      },
      "props": {
        "value": "The current progress value",
        "max": "The maximum progress value"
      }
    },
    "skeleton": {
      "title": "Skeleton",
      "usage": {
        "placeholder": "Show placeholder while data loads",
        "ux": "Improve user experience",
        "transitions": "Page transitions",
        "api": "Visual consistency while waiting for API"
      },
      "props": {
        "width": "Width of the skeleton",
        "height": "Height of the skeleton"
      }
    },
    "tabs": {
      "title": "Tabs",
      "labels": {
        "account": "Account",
        "password": "Password",
        "name": "Name",
        "sampleName": "Pedro Duarte",
        "username": "Username",
        "currentPassword": "Current Password",
        "newPassword": "New Password"
      },
      "usage": {
        "settings": "Settings pages",
        "profile": "Profile editing forms",
        "dashboard": "Separate dashboard sections",
        "content": "Categorized content"
      },
      "props": {
        "defaultValue": "The value of the tab that should be active when initially rendered",
        "value": "The controlled value of the tab to activate",
        "onValueChange": "Event handler called when the value changes"
      }
    },
    "slider": {
      "title": "Slider",
      "labels": {
        "volume": "Volume Level",
        "priceRange": "Price Range",
        "quality": "Quality"
      },
      "usage": {
        "volume": "Volume/brightness controls",
        "price": "Price range selection",
        "filter": "Filtering options",
        "range": "Value range determination"
      },
      "props": {
        "defaultValue": "The default value of the slider",
        "value": "The controlled value of the slider",
        "max": "The maximum value for the range",
        "min": "The minimum value for the range",
        "step": "The stepping interval"
      }
    },
    "separator": {
      "title": "Separator",
      "example": {
        "section1": "Section 1",
        "content1": "Content for the first section.",
        "section2": "Section 2",
        "content2": "Content for the second section.",
        "left": "Left",
        "right": "Right"
      },
      "usage": {
        "content": "Separate content sections",
        "menu": "Group menu items",
        "card": "Card section separations",
        "form": "Organize form fields"
      },
      "props": {
        "orientation": "The orientation of the separator",
        "className": "Additional CSS classes"
      }
    },
    "popover": {
      "title": "Popover",
      "trigger": "Open Popover",
      "example": {
        "dimensions": "Dimensions",
        "description": "Set the dimensions for the layer.",
        "width": "Width",
        "height": "Height"
      },
      "usage": {
        "settings": "Quick settings menus",
        "info": "Show additional info",
        "help": "Form helper content",
        "menu": "Context menus"
      },
      "props": {
        "open": "The controlled open state of the popover",
        "onOpenChange": "Event handler called when the open state changes"
      }
    },
    "tooltip": {
      "title": "Tooltip",
      "example": {
        "standard": "Tooltip Content",
        "hover": "Hover Me",
        "right": "Right Side Tooltip",
        "rightBtn": "Right Tooltip",
        "bottom": "Bottom Side Tooltip",
        "bottomBtn": "Bottom Tooltip",
        "disabled": "Disabled Tooltip",
        "disabledBtn": "Disabled Button"
      },
      "usage": {
        "buttons": "Button explanations",
        "forms": "Form field help texts",
        "abbreviations": "Abbreviated text explanations",
        "icons": "Explain icon meanings"
      },
      "props": {
        "content": "The content to display in the tooltip",
        "side": "The preferred side of the trigger to render against",
        "align": "The preferred alignment against the trigger",
        "delay": "Example delay duration",
        "disabled": "Whether the tooltip is disabled"
      }
    },
    "scrollArea": {
      "title": "Scroll Area",
      "listItem": "List Item",
      "usage": {
        "lists": "Long list displays",
        "content": "Limited height content",
        "chat": "Chat message history",
        "menu": "Navigation menus"
      }
    },
    "richTextEditor": {
      "title": "Rich Text Editor",
      "placeholder": "Type something...",
      "exampleValue": "<p>Hello World! 🌎</p>",
      "usage": {
        "blog": "Blog posts",
        "product": "Product descriptions",
        "email": "Email editors",
        "comments": "Rich content in comments"
      },
      "props": {
        "value": "The HTML content value",
        "onChange": "Callback when content changes",
        "placeholder": "Placeholder text when empty"
      }
    },
    "modernDatePicker": {
      "title": "Modern Date Picker",
      "labels": {
        "birthDate": "Date of Birth"
      },
      "placeholder": "Pick a date",
      "usage": {
        "birthDate": "Birthdate selection",
        "event": "Event date determination",
        "report": "Report date range",
        "reservation": "Reservation date selection"
      },
      "props": {
        "value": "The selected date value",
        "onChange": "Callback when date changes",
        "placeholder": "Placeholder text",
        "disabled": "Whether the picker is disabled"
      }
    },
    "monthYearPicker": {
      "title": "Month Year Picker",
      "labels": {
        "graduationDate": "Graduation Date"
      },
      "placeholder": "Select Month/Year",
      "usage": {
        "graduation": "Graduation date",
        "work": "Work experience dates",
        "creditCard": "Credit card expiration date",
        "report": "Report period selection"
      },
      "props": {
        "value": "The selected date value",
        "onChange": "Callback when date changes",
        "placeholder": "Placeholder text",
        "disabled": "Whether the picker is disabled"
      }
    },
    "dateRangePicker": {
      "title": "Date Range Picker",
      "labels": {
        "holidayDates": "Holiday Dates",
        "start": "Start",
        "end": "End"
      },
      "placeholder": "Select date range",
      "usage": {
        "vacation": "Vacation date range selection",
        "report": "Report period determination",
        "reservation": "Reservation date range",
        "project": "Project timeline planning"
      },
      "props": {
        "value": "The selected date range value",
        "onChange": "Callback when range changes",
        "disabled": "Whether the picker is disabled"
      }
    },
    "singleDatePicker": {
      "title": "Single Date Picker",
      "labels": {
        "appointmentDate": "Appointment Date"
      },
      "placeholder": "Select date",
      "usage": {
        "appointment": "Appointment date selection",
        "deadline": "Deadline determination",
        "event": "Event date selection",
        "birthdate": "Birthdate input"
      },
      "props": {
        "value": "The selected date value",
        "onChange": "Callback when date changes",
        "placeholder": "Placeholder text",
        "disabled": "Whether the picker is disabled"
      }
    },
    "modernDrawer": {
      "title": "Modern Drawer",
      "description": "A modern, accessible drawer component with multiple placement options.",
      "openButton": "Open Drawer",
      "drawerTitle": "Drawer Title",
      "content": "This is the content inside the drawer. You can put anything here.",
      "props": {
        "open": "The controlled open state of the drawer",
        "onOpenChange": "Event handler called when the open state changes",
        "placement": "The placement of the drawer (right, left, top, bottom)"
      }
    },
    "passwordInput": {
      "title": "Password Input",
      "description": "A password input component with a show/hide toggle.",
      "label": "Password",
      "placeholder": "Enter your password",
      "props": {
        "showToggle": "Whether to show the visibility toggle"
      }
    },
    "numberInput": {
      "title": "Number Input",
      "description": "A number input component with increment/decrement controls.",
      "label": "Quantity",
      "props": {
        "value": "The controlled value of the input",
        "onChange": "Event handler called when the value changes",
        "min": "The minimum value",
        "max": "The maximum value"
      }
    },
    "calendar": {
      "title": "Calendar",
      "description": "A calendar component for displaying dates.",
      "props": {
        "mode": "The selection mode of the calendar"
      }
    },
    "collapsible": {
      "title": "Collapsible",
      "description": "An interactive component which expands/collapses a panel.",
      "hideContent": "Hide Content",
      "showContent": "Show Content",
      "content": "This content can be collapsed or expanded.",
      "props": {
        "open": "The controlled open state of the collapsible"
      }
    },
    "formError": {
      "title": "Form Error",
      "description": "Displays an error message for a form field.",
      "label": "Email",
      "message": "Invalid email address",
      "props": {
        "children": "The error message content"
      }
    },
    "stepper": {
      "title": "Stepper",
      "description": "Displays progress through a sequence of steps.",
      "step1": "Step 1",
      "step2": "Step 2",
      "step3": "Step 3",
      "props": {
        "currentStep": "The current step index (1-based)"
      }
    },
    "dynamicBreadcrumb": {
      "title": "Dynamic Breadcrumb",
      "description": "Displays the path to the current resource.",
      "home": "Home",
      "products": "Products",
      "current": "Current Page"
    },
    "enhancedDataTable": {
      "title": "Enhanced Data Table",
      "description": "An enhanced data table with sorting and filtering.",
      "headers": {
        "name": "Name",
        "email": "Email"
      },
      "props": {
        "data": "The data to display in the table"
      }
    },
    "accessibilityEnhancer": {
      "title": "Accessibility Enhancer",
      "description": "A utility for improving accessibility.",
      "content": "This content is wrapped with an accessible region.",
      "skipLink": "Skip to main content",
      "props": {
        "label": "The label for the accessible region"
      }
    },
    "enhancedPagination": {
      "title": "Enhanced Pagination",
      "description": "A pagination component for navigating pages.",
      "prev": "Previous",
      "next": "Next",
      "props": {
        "page": "The current page number"
      }
    },
    "enhancedSearchFilters": {
      "title": "Enhanced Search Filters",
      "description": "A component for advanced search filtering.",
      "placeholder": "Search...",
      "filters": {
        "category": "Category",
        "price": "Price"
      },
      "props": {
        "onFilterChange": "Callback when filters change"
      }
    },
    "enterpriseErrorBoundary": {
      "title": "Enterprise Error Boundary",
      "description": "A boundary for catching and displaying errors.",
      "content": "This area is protected by an error boundary.",
      "props": {
        "children": "The content to protect"
      }
    },
    "labelAdvanced": {
      "title": "Label Advanced",
      "description": "An advanced label component with required indicator support.",
      "label": "Full Name",
      "placeholder": "John Doe",
      "props": {
        "htmlFor": "The ID of the element this label is for"
      }
    },
    "commandMenu": {
      "title": "Command Menu",
      "description": "A command menu for quick navigation and actions.",
      "pressToOpen": "Press ⌘K to open commands",
      "openButton": "Open Command Menu",
      "props": {
        "commands": "The list of commands to display"
      }
    },
    "properties": {
      "singleMultipleMode": "Single or multiple mode",
      "defaultOpenValues": "Default open values",
      "controlledOpenValues": "Controlled open values",
      "valueChangeCallback": "Value change callback",
      "alertVariant": "The visual style of the alert",
      "dialogOpen": "The open state of the dialog",
      "dialogOpenChangeCallback": "Event handler called when the open state changes"
    },
    "accessibleList": {
      "title": "Accessible List",
      "description": "Semantic accessible list",
      "items": {
        "1": "First accessible item",
        "2": "Second accessible item",
        "3": "Third accessible item"
      },
      "props": {
        "items": "List items"
      }
    },
    "themeSwitcher": {
      "title": "Theme Switcher",
      "description": "Toggle between light and dark themes",
      "props": {
        "variant": "Switcher variant",
        "showLabel": "Show theme label",
        "size": "Button size"
      }
    },
    "languageSwitcher": {
      "title": "Language Switcher",
      "description": "Switch between Turkish and English",
      "props": {
        "variant": "Switcher variant",
        "showLabel": "Show language label",
        "size": "Button size"
      }
    },
    "pomodoroTimer": {
      "title": "Pomodoro Timer",
      "description": "Floating Pomodoro timer widget",
      "session": "Session 1 • 0 completed",
      "focus": "Focus",
      "helperText": "Click buttons above to start timer (appears in bottom-left corner)",
      "props": {
        "className": "Additional CSS classes",
        "type": "Timer type"
      }
    }
  },
  "auth": {
    "signIn": "Sign In",
    "signUp": "Sign Up",
    "logout": "Logout",
    "email": "Email",
    "password": "Password",
    "confirmPassword": "Confirm Password",
    "username": "Username",
    "rememberMe": "Remember Me",
    "welcomeBack": "Welcome back!",
    "loginSuccess": "Successfully logged in",
    "logoutSuccess": "Successfully logged out",
    "loginFailed": "Login failed",
    "alreadyLoggedIn": "You are already logged in as {{name}}",
    "pleaseLogin": "Please log in to continue",
    "dontHaveAccount": "Don't have an account?",
    "signUpHere": "Sign up here",
    "invalidCredentials": "Invalid email or password",
    "sessionExpired": "Your session has expired",
    "tokenRefreshFailed": "Token refresh failed",
    "accountLocked": "Your account is locked",
    "tooManyAttempts": "Too many failed attempts",
    "loginFormSubmitted": "Login form submitted",
    "alreadyAuthenticated": "Already authenticated, redirecting",
    "safelyLoggedOut": "You have been safely logged out",
    "loading": "Starkon...",
    "unauthorized": {
      "title": "Unauthorized Access",
      "message": "You do not have permission to access this page.",
      "backToDashboard": "Back to Dashboard"
    },
    "login": {
      "title": "Sign In",
      "subtitle": "Sign in to your account",
      "email": {
        "label": "Email Address",
        "placeholder": "Enter your email address"
      },
      "password": {
        "label": "Password",
        "placeholder": "Enter your password"
      },
      "rememberMe": "Remember me",
      "forgotPassword": "Forgot your password?",
      "loginButton": "Sign In",
      "loggingIn": "Signing in...",
      "validation": {
        "emailRequired": "Email address and password are required",
        "loginError": "An error occurred while signing in"
      },
      "demoAccounts": {
        "title": "Demo Account",
        "demo": "Demo"
      }
    },
    "register": {
      "haveAccount": "Already have an account?",
      "title": "Create Account",
      "subtitle": "Create your new account and get started",
      "fullName": "Full Name",
      "fullNamePlaceholder": "Your full name",
      "email": "Email Address",
      "emailPlaceholder": "email@example.com",
      "password": "Password",
      "passwordPlaceholder": "Create a strong password",
      "confirmPassword": "Confirm Password",
      "confirmPasswordPlaceholder": "Re-enter your password",
      "alreadyHaveAccount": "Already have an account?",
      "loginLink": "Sign in",
      "loading": "Creating account...",
      "successs": "Your account has been created successfully!",
      "error": "An error occurred while creating your account.",
      "agreements": {
        "terms": {
          "prefix": "By registering, you agree to our",
          "linkText": "Terms of Service",
          "suffix": ""
        },
        "privacy": {
          "prefix": "You also agree to our",
          "linkText": "Privacy Policy",
          "suffix": ""
        },
        "note": "You must accept both agreements. These documents contain important information about your account security and legal rights."
      },
      "submitButton": "Create Account",
      "form": {
        "name": "Full Name",
        "namePlaceholder": "Enter your full name",
        "email": "Email Address",
        "emailPlaceholder": "Enter your email address",
        "role": "Role",
        "rolePlaceholder": "Select your role",
        "password": "Password",
        "passwordPlaceholder": "Enter your password",
        "confirmPassword": "Confirm Password",
        "confirmPasswordPlaceholder": "Confirm your password",
        "passwordStrength": "Password Strength",
        "passwordStrengthLevels": {
          "weak": "Weak",
          "medium": "Medium",
          "strong": "Strong"
        },
        "passwordRules": {
          "title": "Password Requirements",
          "minLength": "At least 8 characters",
          "hasLetter": "At least one letter",
          "hasNumber": "At least one number",
          "hasSpecialChar": "At least one special character (@$!%*#?&)",
          "validChars": "Only valid characters"
        },
        "termsPrefix": "I agree to the",
        "termsLink": "Terms of Service",
        "termsAnd": "and",
        "privacyLink": "Privacy Policy",
        "register": "Create Account",
        "registering": "Creating account...",
        "alreadyHaveAccount": "Already have an account?",
        "loginHere": "Sign in here"
      },
      "roles": {
        "admin": "Admin",
        "developer": "Developer",
        "project_analyst": "Project Analyst",
        "product_owner": "Product Owner"
      },
      "validation": {
        "nameRequired": "Full name is required",
        "nameMinLength": "Full name must be at least 2 characters",
        "emailRequired": "Email address is required",
        "emailInvalid": "Please enter a valid email address",
        "roleRequired": "Role selection is required",
        "passwordMinLength": "Password must be at least 8 characters",
        "passwordMaxLength": "Password cannot exceed 100 characters",
        "passwordComplexity": "Password must contain at least 8 characters, one letter, one number, and one special character",
        "confirmPasswordRequired": "Password confirmation is required",
        "passwordsNotMatch": "Passwords do not match",
        "termsRequired": "You must accept the terms of service"
      },
      "success": {
        "title": "Registration Successful!",
        "message": "Your account has been successfully created.",
        "emailSent": "A verification email has been sent to {{email}}.",
        "redirecting": "You will be redirected to the login page in {{seconds}} seconds",
        "goToLogin": "Go to Login Page"
      },
      "errors": {
        "registrationFailed": "Registration failed"
      }
    },
    "emailVerification": {
      "verifying": {
        "title": "Verifying Email...",
        "description": "Please wait while we verify your email address."
      },
      "success": {
        "title": "Email Verified!",
        "description": "Your account has been successfully activated. Redirecting to dashboard..."
      },
      "error": {
        "invalidLink": {
          "title": "Invalid Link",
          "description": "Email verification link is invalid or missing."
        },
        "verificationFailed": {
          "title": "Verification Failed",
          "description": "An error occurred, please try again."
        },
        "defaultError": "Email verification failed"
      },
      "returnToLogin": "Return to Login"
    },
    "resetPassword": {
      "title": "Reset Password",
      "description": "Enter your new password",
      "newPasswordLabel": "New Password",
      "newPasswordPlaceholder": "Enter your new password",
      "confirmPasswordLabel": "Confirm Password",
      "confirmPasswordPlaceholder": "Re-enter your new password",
      "resetButton": "Reset Password",
      "resetting": "Resetting...",
      "backToLogin": "Back to login",
      "success": {
        "title": "Password Reset!",
        "description": "Your password has been successfully reset. You can now sign in with your new password.",
        "loginButton": "Sign In"
      },
      "error": {
        "invalidToken": "Invalid or expired link",
        "tokenRequired": "Reset token not found",
        "rateLimitExceeded": "Daily reset limit reached",
        "default": "An error occurred while resetting password"
      },
      "validation": {
        "newPasswordRequired": "New password is required",
        "confirmPasswordRequired": "Password confirmation is required",
        "passwordsDoNotMatch": "Passwords do not match",
        "passwordTooShort": "Password must be at least 8 characters",
        "passwordRequirements": "Password must contain at least one letter and one number"
      },
      "requirements": {
        "title": "Password Requirements",
        "minLength": "At least 8 characters",
        "hasLetter": "At least one letter",
        "hasNumber": "At least one number"
      }
    },
    "forgotPassword": {
      "title": "Password Reset",
      "description": "Enter your email address and we'll send you a password reset link",
      "emailLabel": "Email Address",
      "emailPlaceholder": "example@email.com",
      "emailRequired": "Email address is required",
      "emailInvalid": "Please enter a valid email address",
      "sendResetLink": "Send Reset Link",
      "sending": "Sending...",
      "backToLogin": "Back to login",
      "success": {
        "title": "Email Sent",
        "description": "A password reset link has been sent to {{email}}.",
        "checkEmail": "Check your email",
        "emailInstructions": "Check your inbox and click on the password reset link.",
        "linkExpiry": "The link will expire in 1 hour.",
        "rateLimitInfo": "You can only request a password reset once every 24 hours.",
        "backToLoginButton": "Back to Login",
        "didntReceive": "Didn't receive the email?",
        "contactSupport": "Contact support"
      },
      "error": {
        "rateLimitTitle": "Too Many Requests",
        "rateLimitExceeded": "Daily limit exceeded. You can try again in {{hours}} hours.",
        "emailNotFoundTitle": "Email Not Found",
        "emailNotFound": "This email address is not registered in our system.",
        "emailNotVerifiedTitle": "Email Not Verified",
        "emailNotVerified": "You need to verify your email address first.",
        "emailServiceUnavailable": "Email service is temporarily unavailable. Please try again later.",
        "defaultTitle": "Error Occurred",
        "default": "An error occurred. Please try again.",
        "resendVerification": "Resend Verification Email"
      },
      "help": {
        "title": "Need help?",
        "description": "If you don't receive the email or have other questions, please contact us.",
        "contact": "Contact",
        "support": "Support"
      }
    }
  },
  "navigation": {
    "home": "Home",
    "login": "Login",
    "profile": "Profile",
    "settings": "Settings",
    "dashboard": "Dashboard",
    "dashboardDescription": "Main dashboard and overview",
    "users": "Users",
    "usersDescription": "User management and listing",
    "components": "Components",
    "about": "About",
    "contact": "Contact",
    "pricing": "Pricing",
    "notifications": "Notifications",
    "help": "Help",
    "support": "Support",
    "privacy": "Privacy",
    "terms": "Terms of Service",
    "cookies": "Cookie Policy",
    "quickLinks": "Quick Links",
    "legal": "Legal",
    "madeWith": "Made with ❤️ in Turkey",
    "language": "Language Selection",
    "menu": "Menu"
  },
  "language": {
    "title": "Language",
    "preference": "Language Preference",
    "description": "Select the application language",
    "turkish": {
      "title": "Turkish",
      "description": "Turkish interface",
      "native": "Türkçe"
    },
    "english": {
      "title": "English",
      "description": "English interface",
      "native": "English"
    },
    "active": "Active",
    "switchTo": "Switch to {{language}}",
    "current": "Current language: {{language}}",
    "loading": "Loading language...",
    "applying": "Applying language...",
    "note": "Language changes are applied instantly and saved in your browser"
  },
  "theme": {
    "title": "Theme",
    "preference": "Theme Preference",
    "description": "Select the application appearance",
    "light": {
      "title": "Light Theme",
      "description": "Light colored interface"
    },
    "dark": {
      "title": "Dark Theme",
      "description": "Dark colored interface"
    },
    "active": "Active",
    "switchTo": "Switch to {{theme}} theme",
    "current": "Current theme: {{theme}}",
    "loading": "Loading theme...",
    "applying": "Applying theme...",
    "note": "Theme changes are applied instantly and saved in your browser"
  },
  "settings": {
    "themeAndAppearance": "Theme & Appearance",
    "customizeInterface": "Customize interface",
    "languageAndRegion": "Language & Region",
    "languagePreferences": "Language preferences"
  },
  "validation": {
    "required": "This field is required",
    "email": "Please enter a valid email address",
    "minLength": "Must be at least {{min}} characters",
    "maxLength": "Must be at most {{max}} characters",
    "passwordMatch": "Passwords must match",
    "invalidFormat": "Invalid format",
    "passwordComplexity": "Password must contain at least one uppercase, lowercase, number and special character",
    "emailDomainNotAllowed": "This email domain is not supported",
    "phoneFormat": "Enter a valid phone number",
    "passwordWeak": "Password is too weak",
    "passwordMedium": "Password strength is medium",
    "passwordStrong": "Password is strong",
    "invalidType": "Expected {{expected}} type, received {{received}}",
    "minValue": "Must be at least {{min}}",
    "maxValue": "Must be at most {{max}}",
    "minItems": "Must contain at least {{min}} items",
    "maxItems": "Can contain at most {{max}} items",
    "url": "Enter a valid URL",
    "uuid": "Enter a valid UUID",
    "pattern": "Invalid format",
    "mustBe": "Must be {{value}}",
    "unknownKeys": "Unknown fields: {{keys}}",
    "invalidOption": "Invalid option",
    "invalidDate": "Invalid date",
    "custom": "Invalid value",
    "invalid": "Invalid value"
  },
  "components": {
    "button": {
      "loadingText": "Please wait..."
    },
    "dialog": {
      "close": "Close"
    },
    "datePicker": {
      "placeholder": "Select date...",
      "today": "Today"
    },
    "navbar": {
      "searchPlaceholder": "Search...",
      "notifications": "Notifications",
      "noNotifications": "No new notifications",
      "viewAllNotifications": "View all notifications"
    }
  },
  "errors": {
    "unauthorized": "You must log in to access this page",
    "sessionExpired": "Your session has expired, please log in again",
    "invalidToken": "Invalid token, please log in again"
  },
  "legal": {
    "terms": {
      "title": "Terms of Service",
      "lastUpdated": "Last Updated",
      "lastUpdatedDate": "January 1, 2024",
      "footer": {
        "effectiveDate": "Effective Date"
      },
      "sections": {
        "introduction": {
          "title": "Introduction",
          "content": "These terms of service set out the rules and conditions you must follow when using our website and services. By using our service, you agree to these terms."
        },
        "serviceDescription": {
          "title": "Service Description",
          "content": "The platform provides a digital workspace environment where users can manage projects, organize tasks, and enable team collaboration.",
          "note": "Our service is continuously being developed, and new features may be added or existing features may be modified."
        },
        "userResponsibilities": {
          "title": "User Responsibilities",
          "intro": "When using our service, you undertake the following responsibilities:",
          "item1": "Providing accurate and up-to-date information",
          "item2": "Protecting your account security and keeping your passwords confidential",
          "item3": "Using our service only for legal purposes",
          "item4": "Respecting the rights of other users"
        },
        "prohibitedActivities": {
          "title": "Prohibited Activities",
          "intro": "The following activities are strictly prohibited:",
          "item1": "Sharing content that violates copyright",
          "item2": "Spreading malware or viruses",
          "item3": "Harassing or disturbing other users",
          "item4": "Attempting to compromise system security"
        },
        "intellectualProperty": {
          "title": "Intellectual Property",
          "content": "All content, designs, logos and other materials on the platform are protected by copyright. You may not copy, modify or distribute these materials without permission."
        },
        "limitationOfLiability": {
          "title": "Limitation of Liability",
          "content": "While we strive to provide our service in the best possible way, our liability for any interruptions, data loss or service quality issues is limited. You accept the service as is."
        },
        "serviceModifications": {
          "title": "Service Modifications",
          "content": "We reserve the right to make changes to our service, add or remove features at any time. We try to inform our users in advance of significant changes."
        },
        "termination": {
          "title": "Account Termination",
          "content": "We reserve the right to terminate your account without warning if you violate these terms. You may also terminate your account yourself at any time."
        },
        "governingLaw": {
          "title": "Governing Law",
          "content": "These terms are governed by the laws of the Republic of Turkey. Turkish courts have jurisdiction in case of any disputes."
        },
        "contact": {
          "title": "Contact",
          "content": "If you have any questions about these terms of service, you can contact us:"
        }
      }
    },
    "privacy": {
      "title": "Privacy Policy",
      "lastUpdated": "Last Updated",
      "lastUpdatedDate": "January 1, 2024",
      "footer": {
        "effectiveDate": "Effective Date"
      },
      "sections": {
        "introduction": {
          "title": "Introduction",
          "content": "This privacy policy explains how we collect, use and protect your personal data. Your privacy is important to us and we manage your data responsibly."
        },
        "informationCollection": {
          "title": "Information We Collect",
          "intro": "We collect the following types of information to better serve you:",
          "personalInfo": {
            "title": "Personal Information",
            "item1": "Name, surname and email address",
            "item2": "Profile information and preferences",
            "item3": "Contact information"
          },
          "technicalInfo": {
            "title": "Technical Information",
            "item1": "IP address and browser information",
            "item2": "Device type and operating system",
            "item3": "Usage statistics and site interactions"
          }
        },
        "informationUse": {
          "title": "How We Use Information",
          "intro": "We use the information we collect for the following purposes:",
          "item1": "To provide and improve our services",
          "item2": "To personalize user experience",
          "item3": "Security and fraud prevention",
          "item4": "To fulfill our legal obligations",
          "item5": "To inform you about important updates"
        },
        "informationSharing": {
          "title": "Information Sharing",
          "intro": "We are very careful about sharing your personal information with third parties.",
          "commitment": "We do not sell, rent or share your data with unauthorized third parties."
        },
        "dataSecurity": {
          "title": "Data Security",
          "content": "We take industry-standard security measures to protect your data:",
          "measure1": "Data transmission with SSL encryption",
          "measure2": "Secure server infrastructure",
          "measure3": "Regular security audits",
          "measure4": "Limited access controls"
        },
        "dataRetention": {
          "title": "Data Retention",
          "content": "We retain your personal data only for as long as necessary. When you delete your account, your data is securely removed from the system."
        },
        "userRights": {
          "title": "User Rights",
          "intro": "You have the following rights regarding your personal data:",
          "right1": "Access to your data and obtaining a copy",
          "right2": "Requesting correction of incorrect information",
          "right3": "Requesting deletion of your data",
          "right4": "Objecting to data processing activities"
        },
        "cookies": {
          "title": "Cookies and Tracking",
          "content": "We use cookies on our website to improve your experience. These cookies are used to analyze site performance and remember your preferences.",
          "note": "You can disable cookies from your browser settings, but some features may not work in this case."
        },
        "policyChanges": {
          "title": "Policy Changes",
          "content": "We may update this privacy policy from time to time. We will notify you of significant changes by email or through the site."
        },
        "contact": {
          "title": "Contact",
          "content": "If you have questions about our privacy policy or data processing practices, you can contact us:"
        }
      }
    }
  },
  "user": {
    "defaultName": "User",
    "profile": "Profile",
    "settings": "Settings",
    "logout": "Logout"
  },
  "pages": {
    "dashboard": {
      "title": "Dashboard",
      "welcomeToStarkon": "Welcome to Starkon",
      "boilerplateDescription": "A feature-rich, type-safe, and production-ready starter kit for your modern web applications.",
      "boilerplateProject": "Starter Kit",
      "defaultUser": "Guest User",
      "userInfoNotLoaded": "User info could not be loaded",
      "debugAuthState": "Debug Auth State",
      "viewComponents": "View Components",
      "starOnGithub": "Star on GitHub",
      "features": {
        "components": "UI Components",
        "componentsDesc": "30+ Ready Components",
        "readyToUse": "Ready to Use",
        "readyToUseDesc": "Complete Setup",
        "typescript": "TypeScript",
        "typescriptDesc": "Full Type Support",
        "performance": "Performance",
        "performanceDesc": "Fully Optimized"
      },
      "cli": {
        "title": "Quick Start with CLI",
        "description": "Create your project with Starkon CLI and choose the best template for your needs.",
        "installation": {
          "title": "Installation",
          "global": "Interactive Setup (Recommended)",
          "npx": "One-time use with NPX"
        },
        "interactive": {
          "title": "Interactive Setup Wizard",
          "prompt": "? Which template would you like to use? › - Use arrow-keys. Return to submit.",
          "options": {
            "standard": "Next.js Boilerplate - Full-stack boilerplate (Auth, i18n)",
            "landing": "Landing Page Template",
            "corporate": "Corporate Template"
          }
        },
        "nextSteps": {
          "title": "Next Steps",
          "step1": "Navigate to project directory",
          "step2": "Start development server",
          "step3": "View in browser"
        }
      }
    },
    "preview": {
      "components": "30+ UI Components",
      "componentsDesc": "Ready components like Button, Card, Form",
      "typescript": "Full TypeScript",
      "typescriptDesc": "Type safety and IntelliSense support",
      "performance": "High Performance",
      "performanceDesc": "Optimized performance with Next.js 15",
      "authentication": "Authentication System",
      "authenticationDesc": "JWT-based secure login system"
    },
    "components": {
      "title": "Components",
      "description": "Comprehensive UI component library for your projects.",
      "searchPlaceholder": "Search components... (Button, Input, Card...)",
      "showcase": "Component Showcase",
      "count": "Components ({{count}})"
    },
    "about": {
      "title": "About Us",
      "content": "Learn more about Starkon and our mission.",
      "description": "We are a passionate team developing next-generation applications with modern web technologies. We're redefining the developer experience with Starkon.",
      "trustedPartner": "Trusted partner since 2024",
      "achievements": {
        "activeUsers": "Active Users",
        "completedProjects": "Completed Projects",
        "countries": "Countries",
        "satisfaction": "User Satisfaction"
      },
      "missionTitle": "Our Mission & Values",
      "missionDescription": "Our main goal is to make life easier with technology and provide powerful tools to developers.",
      "values": {
        "quality": {
          "title": "Quality Focused",
          "description": "We provide the best experience to our users with the pursuit of excellence in every detail."
        },
        "userCentric": {
          "title": "User Centric",
          "description": "We make all our decisions based on user needs and feedback."
        },
        "innovative": {
          "title": "Innovative Approach",
          "description": "We continuously research and develop to be at the forefront of technology."
        },
        "reliable": {
          "title": "Reliability",
          "description": "We apply the highest standards for the security and sustainability of your projects."
        }
      },
      "techStackTitle": "Our Technology Stack",
      "techStackDescription": "We bring your projects to life with the latest and most performant technologies.",
      "technologies": {
        "react": "Modern React features",
        "typescript": "Type-safe development",
        "nextjs": "Full-stack framework",
        "tailwind": "Utility-first CSS",
        "radix": "Accessible components",
        "zustand": "State management"
      },
      "ctaTitle": "Let's Build Amazing Projects Together",
      "ctaDescription": "Are you ready to take your projects to the next level with Starkon? Get started now and experience the difference.",
      "getStarted": "Get Started",
      "meetTeam": "Meet Our Team"
    },
    "pricing": {
      "title": "Pricing",
      "content": "Choose the plan that's right for you."
    },
    "profile": {
      "title": "Profile",
      "description": "View and edit your profile information",
      "boilerplateDemo": "Boilerplate Demo",
      "editProfile": "Edit Profile",
      "personalInformation": "Personal Information",
      "contactDetails": "Contact Details",
      "name": "Full Name",
      "namePlaceholder": "Enter your name",
      "email": "Email",
      "emailPlaceholder": "Enter your email address",
      "bio": "Biography",
      "bioPlaceholder": "Write a few sentences about yourself...",
      "defaultBio": "No biography added yet.",
      "joinedDate": "Joined {{date}}",
      "location": "Location",
      "locationPlaceholder": "City, Country",
      "phone": "Phone",
      "phonePlaceholder": "+1 555 000 0000",
      "company": "Company",
      "companyPlaceholder": "Company name",
      "website": "Website",
      "websitePlaceholder": "https://example.com",
      "socialLinks": "Social Media Links",
      "notSpecified": "Not specified",
      "quickActions": "Quick Actions",
      "recentActivity": "Recent Activity",
      "stats": {
        "title": "Statistics",
        "projectsCompleted": "Projects Completed",
        "totalHours": "Total Hours",
        "teamMembers": "Team Members",
        "achievements": "Achievements"
      },
      "details": {
        "title": "Profile Details"
      },
      "actions": {
        "editProfile": "Edit Profile",
        "editProfileDesc": "Update your profile information",
        "security": "Security",
        "securityDesc": "Password and security settings",
        "notifications": "Notifications",
        "notificationsDesc": "Manage your notification preferences",
        "preferences": "Preferences",
        "preferencesDesc": "Configure your app preferences"
      },
      "activities": {
        "profileUpdated": "Profile updated",
        "loginSuccess": "Login successful",
        "passwordChanged": "Password changed"
      }
    },
    "settings": {
      "title": "Settings",
      "description": "Manage your account settings and personalize your experience.",
      "passwordDialog": {
        "title": "Change Password",
        "description": "Choose a strong password for your account security.",
        "currentPasswordLabel": "Current Password",
        "currentPasswordPlaceholder": "Enter your current password",
        "newPasswordLabel": "New Password",
        "newPasswordPlaceholder": "Enter your new password",
        "confirmPasswordLabel": "New Password (Repeat)",
        "confirmPasswordPlaceholder": "Enter your new password again",
        "passwordRequirements": "Your password must have at least:",
        "requirement1": "8 characters long",
        "requirement2": "Contains uppercase and lowercase letters",
        "requirement3": "Contains at least one number",
        "requirement4": "Contains at least one special character",
        "cancel": "Cancel",
        "change": "Change Password",
        "mismatchError": "New passwords do not match!"
      },
      "deleteDialog": {
        "title": "Permanently Delete Account",
        "warning": "This action cannot be undone. When you delete your account:",
        "consequence1": "All your personal data will be permanently deleted",
        "consequence2": "Your profile information and content will be removed",
        "consequence3": "All subscriptions associated with this account will be canceled",
        "consequence4": "This action cannot be undone",
        "confirmation": "Are you sure you want to continue?",
        "cancel": "Cancel",
        "confirm": "Yes, Delete Account"
      },
      "content": "Configure your application preferences.",
      "boilerplateDemo": "Boilerplate Settings Example",
      "unsavedChanges": "Unsaved changes",
      "tabs": {
        "profile": "Profile",
        "notifications": "Notifications",
        "notificationsShort": "Notif",
        "privacy": "Privacy",
        "appearance": "Appearance",
        "security": "Security"
      },
      "profile": {
        "title": "Profile Information",
        "description": "Update your personal information and profile settings",
        "uploadPhoto": "Upload Photo",
        "removePhoto": "Remove",
        "photoRequirements": "JPG, PNG or GIF. Max 2MB.",
        "fullNameLabel": "Full Name *",
        "fullNamePlaceholder": "Enter your first and last name",
        "usernameLabel": "Username *",
        "usernamePlaceholder": "username",
        "emailLabel": "Email *",
        "emailPlaceholder": "email@example.com",
        "phoneLabel": "Phone",
        "phonePlaceholder": "+1 555 123 45 67",
        "websiteLabel": "Website",
        "websitePlaceholder": "https://website.com",
        "locationLabel": "Location",
        "locationPlaceholder": "New York, USA",
        "bioLabel": "Biography",
        "bioPlaceholder": "Tell us about yourself...",
        "bioNote": "Maximum 160 characters"
      },
      "notifications": {
        "title": "Notification Preferences",
        "description": "Choose which notifications you want to receive",
        "emailNotifications": "Email Notifications",
        "emailNotificationsDesc": "Receive general email notifications",
        "securityAlerts": "Security alerts",
        "securityAlertsDesc": "Receive important notifications about account security",
        "productUpdates": "Product updates",
        "productUpdatesDesc": "Get information about new features and updates",
        "marketingEmails": "Marketing emails",
        "marketingEmailsDesc": "Get information about special offers and campaigns",
        "weeklyDigest": "Weekly digest",
        "weeklyDigestDesc": "Receive weekly activity summary via email",
        "instantNotifications": "Push Notifications",
        "pushNotifications": "Push notifications",
        "pushNotificationsDesc": "Receive browser notifications",
        "smsNotifications": "SMS notifications",
        "smsNotificationsDesc": "Receive SMS for important updates"
      },
      "privacy": {
        "title": "Privacy Settings",
        "description": "Control how your personal information is used",
        "profileVisibilityLabel": "Profile Visibility",
        "profileVisibilityDesc": "Choose who can see your profile",
        "profileVisibilityPublic": "Public",
        "profileVisibilityFriends": "Friends Only",
        "profileVisibilityPrivate": "Private",
        "dataManagement": "Data Management",
        "downloadData": "Download My Data",
        "deleteAccount": "Delete Account",
        "dataManagementDesc": "You can download all your personal data in JSON format or permanently delete your account."
      },
      "security": {
        "title": "Security Settings",
        "description": "Configure settings to enhance your account security",
        "passwordAndSession": "Password and Session",
        "changePassword": "Change Password",
        "endAllSessions": "End All Sessions",
        "lastPasswordChange": "Last password change: 30 days ago",
        "activeSessions": "Active sessions: 3 devices",
        "twoFactorAuth": "Two-Factor Authentication (2FA)",
        "enable2FA": "Enable 2FA",
        "twoFactorDesc": "Add an extra layer of security to your account",
        "twoFactorActive": "2FA active",
        "twoFactorConfigured": "Configured with Google Authenticator"
      },
      "appearance": {
        "title": "Appearance Settings",
        "description": "Customize the look and feel of the application."
      }
    },
    "theme": {
      "light": {
        "title": "Light Theme",
        "description": "Light colored interface"
      },
      "dark": {
        "title": "Dark Theme",
        "description": "Dark colored interface"
      },
      "active": "Active: {{theme}}",
      "note": "Theme changes apply immediately and are saved in your browser",
      "preference": "Theme Preference",
      "description": "Select application appearance"
    },
    "language": {
      "turkish": {
        "title": "Turkish",
        "description": "Turkish interface",
        "native": "Türkçe"
      },
      "english": {
        "title": "English",
        "description": "English interface",
        "native": "English"
      },
      "active": "Active: {{language}}",
      "note": "Language changes apply immediately and are saved in your browser",
      "preference": "Language Preference",
      "description": "Select application language"
    },
    "users": {
      "title": "Users",
      "content": "Manage system users."
    },
    "register": {
      "title": "Register",
      "content": "Create a new account."
    },
    "forgotPassword": {
      "title": "Forgot Password",
      "content": "Reset your password."
    },
    "home": {
      "title": "Welcome to Starkon",
      "subtitle": "Comprehensive component library designed for modern React applications. Radix UI based, accessible and customizable components.",
      "getStarted": "Get Started",
      "learnMore": "Learn More",
      "goToDashboard": "Go to Dashboard",
      "features": {
        "title": "Features",
        "subtitle": "Build modern applications with Starkon",
        "modern": {
          "title": "Modern Design",
          "description": "Create modern and elegant interfaces with sea blue theme"
        },
        "performance": {
          "title": "Performance",
          "description": "Build fast applications with optimized components"
        },
        "customizable": {
          "title": "Customizable",
          "description": "All components can be customized according to your needs"
        }
      },
      "stats": {
        "components": "Components",
        "accessible": "Accessible",
        "openSource": "Open Source"
      },
      "cta": {
        "title": "Get Started Now",
        "description": "Start building your modern React application today. Experience fast and reliable development with Starkon.",
        "viewOnGithub": "View on GitHub"
      },
      "footer": {
        "copyright": "© 2024 Starkon. All rights reserved."
      }
    },
    "contact": {
      "title": "Contact",
      "subtitle": "Get in touch with us",
      "name": "Full Name",
      "namePlaceholder": "Your full name",
      "email": "Email",
      "emailPlaceholder": "email@example.com",
      "subject": "Subject",
      "subjectPlaceholder": "Subject of your message",
      "message": "Message",
      "messagePlaceholder": "Write your message here...",
      "sendButton": "Send Message",
      "contactInfo": "Contact Information",
      "successMessage": "Your message has been sent! We will get back to you soon.",
      "privacy": "All messages are kept confidential and shared only with necessary personnel.",
      "directContact": "Direct contact:",
      "loading": "Sending...",
      "error": "Message could not be sent. Please try again.",
      "content": "Get in touch with our team."
    },
    "support": {
      "title": "Support",
      "subtitle": "How can we help you?",
      "name": "Full Name",
      "namePlaceholder": "Your full name",
      "email": "Email",
      "emailPlaceholder": "email@example.com",
      "subject": "Subject",
      "subjectPlaceholder": "Brief description of the issue",
      "message": "Message",
      "messagePlaceholder": "Describe your issue in detail...",
      "sendButton": "Send Support Request",
      "contactInfo": "Alternative Contact",
      "successMessage": "Your support request has been received! We will get back to you soon.",
      "privacy": "Your support request is kept confidential and shared only with our technical team.",
      "directContact": "For urgent matters, contact directly:",
      "tip": "If you provide detailed information about your issue in the support request, we can help you faster.",
      "responseTime": "We usually respond via email within 24 hours.",
      "loading": "Sending...",
      "error": "Support request could not be sent. Please try again."
    },
    "notFound": {
      "title": "404",
      "heading": "Page Not Found",
      "description": "The page you're looking for doesn't exist or may have been moved.",
      "goHome": "Go Home",
      "goBack": "Go Back",
      "searchHelp": "Can't find what you're looking for?",
      "about": "About",
      "contact": "Contact",
      "components": "Components"
    }
  },
  "homepage": {
    "welcome": "Welcome to Starkon",
    "returnToHome": "Return to Home",
    "title": "Next.js Enterprise Boilerplate",
    "description": "A comprehensive starter template with authentication, UI components, and everything you need to build modern web applications.",
    "authentication": {
      "title": "Authentication",
      "description": "Complete auth system with JWT tokens, protected routes, and user management.",
      "loginButton": "Login",
      "registerButton": "Register"
    },
    "components": {
      "title": "Components",
      "description": "50+ pre-built components with Radix UI and Tailwind CSS styling.",
      "viewButton": "View Components"
    },
    "dashboard": {
      "title": "Dashboard",
      "description": "Admin dashboard with user management, analytics, and settings.",
      "goButton": "Go to Dashboard"
    },
    "features": {
      "nextjs": {
        "title": "Next.js 15",
        "description": "Latest features and optimizations"
      },
      "typescript": {
        "title": "TypeScript",
        "description": "Fully typed for better development"
      },
      "components": {
        "title": "UI Components",
        "description": "Radix UI with custom styling"
      },
      "deploy": {
        "title": "Ready to Deploy",
        "description": "Vercel, Netlify, Docker support"
      }
    },
    "getStarted": {
      "title": "Get Started",
      "description": "Create a new project with Starkon CLI or explore the demo features.",
      "cliCommand": "npx starkon my-app",
      "exploreButton": "Explore Components",
      "dashboardButton": "View Dashboard"
    },
    "navbar": {
      "features": "Features",
      "pricing": "Pricing",
      "reviews": "Reviews",
      "faq": "FAQ",
      "getStarted": "Get Started"
    },
    "footer": {
      "description": "Enterprise-ready Next.js boilerplate for modern web applications.",
      "github": "GitHub",
      "documentation": "Documentation",
      "support": "Support",
      "copyright": "© 2024 Starkon. All rights reserved."
    }
  },
  "landing": {
    "navbar": {
      "features": "Features",
      "pricing": "Pricing",
      "reviews": "Reviews",
      "faq": "FAQ",
      "getStarted": "Get Started"
    },
    "footer": {
      "description": "Enterprise-ready Next.js boilerplate for modern web applications.",
      "github": "GitHub",
      "documentation": "Documentation",
      "support": "Support",
      "copyright": "© 2024 Starkon. All rights reserved."
    },
    "hero": {
      "badge": "Version 2.0 Now Available",
      "title1": "Build Amazing",
      "title2": "Products Fast",
      "description": "The most comprehensive Next.js boilerplate with authentication, beautiful UI components, and everything you need to launch your SaaS product in days, not months.",
      "getStarted": "Get Started Now",
      "viewGithub": "View on GitHub"
    },
    "stats": {
      "components": "Components",
      "typescript": "TypeScript",
      "downloads": "Downloads",
      "rating": "Rating"
    },
    "features": {
      "sectionTitle": "Everything You Need to Build",
      "sectionDescription": "Pre-built components, authentication, database integration, and deployment ready configuration.",
      "fast": {
        "title": "Lightning Fast",
        "description": "Optimized for performance with Next.js 15, React 18, and modern build tools."
      },
      "secure": {
        "title": "Secure by Default",
        "description": "Built-in security best practices, JWT authentication, and data validation."
      },
      "ui": {
        "title": "Beautiful UI",
        "description": "Radix UI components with Tailwind CSS and dark mode support."
      },
      "developer": {
        "title": "Developer Experience",
        "description": "TypeScript, ESLint, Prettier, and hot reload for smooth development."
      },
      "production": {
        "title": "Production Ready",
        "description": "Deployment-ready configuration for Vercel, Netlify, and Docker."
      },
      "team": {
        "title": "Team Collaboration",
        "description": "User management, role-based access, and team workspace features."
      }
    },
    "pricing": {
      "sectionTitle": "Simple, Transparent Pricing",
      "sectionDescription": "Choose the plan that's right for your project",
      "mostPopular": "Most Popular",
      "getStarted": "Get Started",
      "purchaseNow": "Purchase Now",
      "starter": {
        "name": "Starter",
        "price": "Free",
        "description": "Perfect for personal projects and learning",
        "features": {
          "components": "Basic Components",
          "auth": "Authentication",
          "darkMode": "Dark Mode",
          "typescript": "TypeScript Support"
        }
      },
      "pro": {
        "name": "Pro",
        "price": "$49",
        "description": "Everything you need for professional projects",
        "features": {
          "starter": "All Starter Features",
          "advanced": "Advanced Components",
          "templates": "Template Library",
          "support": "Premium Support",
          "license": "Commercial License"
        }
      },
      "enterprise": {
        "name": "Enterprise",
        "price": "$199",
        "description": "For teams and large-scale applications",
        "features": {
          "pro": "All Pro Features",
          "custom": "Custom Development",
          "priority": "Priority Support",
          "training": "Team Training",
          "whiteLabel": "White Label License"
        }
      }
    },
    "testimonials": {
      "sectionTitle": "What Developers Say",
      "sectionDescription": "Join thousands of developers who trust Starkon for their projects",
      "testimonial1": {
        "content": "This template saved us months of development time. Authentication system and components are production ready.",
        "author": "Sarah Chen",
        "role": "CTO",
        "company": "TechStart Inc."
      },
      "testimonial2": {
        "content": "Great developer experience. TypeScript setup and component library speeds up feature development incredibly.",
        "author": "Michael Rodriguez",
        "role": "Full Stack Developer",
        "company": "Digital Solutions"
      },
      "testimonial3": {
        "content": "The best Next.js starter I've used. Clean code, excellent documentation, everything just works!",
        "author": "Emily Johnson",
        "role": "Product Manager",
        "company": "InnovateLab"
      }
    },
    "faq": {
      "sectionTitle": "Frequently Asked Questions",
      "sectionDescription": "Everything you need to know about Starkon",
      "question1": "What's included in the boilerplate?",
      "answer1": "Authentication system, 50+ UI components, dashboard templates, database integration, and deployment configuration.",
      "question2": "Can I use this for commercial projects?",
      "answer2": "Yes! All paid plans include commercial licenses. The free version is for personal and open-source projects.",
      "question3": "Do you provide support?",
      "answer3": "Pro and Enterprise plans include email support. Enterprise customers get priority support and custom development assistance.",
      "question4": "How often do you update the boilerplate?",
      "answer4": "We release updates monthly with new components, bug fixes, and latest Next.js features."
    },
    "cta": {
      "title": "Ready to Build Something Amazing?",
      "description": "Join thousands of developers who have already shipped products with Starkon. Start building your next project today.",
      "startBuilding": "Start Building Now",
      "viewSource": "View Source Code"
    }
  },
  "corporate": {
    "about": {
      "title": "About Us",
      "description": "We are a team focused on providing the best digital solutions to our customers with modern technologies.",
      "stats": {
        "founded": "Founded",
        "employees": "Employees",
        "location": "Location",
        "projects": "Projects"
      },
      "mission": {
        "title": "Our Mission",
        "description": "To guide businesses on their digital transformation journeys and support their growth with the power of technology."
      },
      "vision": {
        "title": "Our Vision",
        "description": "To become the leading digital agency that combines technology and creativity to turn our customers' dreams into reality."
      },
      "team": {
        "title": "Our Team",
        "description": "We provide the best solutions with our experienced and passionate team."
      }
    },
    "blog": {
      "title": "Blog",
      "description": "Current content and expert opinions on technology, software development and digital transformation.",
      "featured": {
        "badge": "Featured",
        "title": "Featured Posts"
      },
      "search": {
        "placeholder": "Search in blog posts..."
      },
      "filter": {
        "all": "All"
      },
      "allPosts": {
        "title": "All Posts",
        "results": "{{count}} posts found"
      },
      "noResults": "No posts found matching your criteria.",
      "newsletter": {
        "title": "Stay Updated",
        "description": "Subscribe to our newsletter to get information about our new blog posts and technology updates.",
        "placeholder": "Your email address",
        "button": "Subscribe"
      }
    },
    "contact": {
      "hero": {
        "title": "Contact Us",
        "description": "Get in touch with us to discuss your projects. We'd love to learn how we can help you."
      },
      "info": {
        "email": {
          "title": "Email"
        },
        "phone": {
          "title": "Phone"
        },
        "address": {
          "title": "Address",
          "value": "Maslak District, Büyükdere St. No:123, 34485 Sarıyer/Istanbul"
        },
        "hours": {
          "title": "Working Hours",
          "value": "Monday - Friday: 09:00 - 18:00"
        }
      },
      "form": {
        "title": "Send Message",
        "name": {
          "label": "Full Name",
          "placeholder": "Enter your name"
        },
        "email": {
          "label": "Email",
          "placeholder": "Enter your email address"
        },
        "subject": {
          "label": "Subject",
          "placeholder": "Enter message subject"
        },
        "message": {
          "label": "Message",
          "placeholder": "Write your message..."
        },
        "submitting": "Sending...",
        "submit": "Send Message"
      },
      "office": {
        "title": "Our Office",
        "main": {
          "title": "Main Office",
          "address": "Maslak District, Büyükdere St. No:123, 34485 Sarıyer/Istanbul"
        },
        "hours": {
          "title": "Working Hours",
          "weekdays": "Monday - Friday: 09:00 - 18:00",
          "saturday": "Saturday: 10:00 - 15:00",
          "sunday": "Sunday: Closed"
        },
        "social": {
          "title": "Social Media"
        },
        "map": {
          "placeholder": "Map integration will be here"
        }
      }
    }
  }
}