starkon
Version:
Create a Next.js project with Starkon
2,156 lines • 97.4 kB
JSON
{
"common": {
"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",
"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": {
"button": {
"description": "Interactive button component with various variants and sizes",
"variantDescription": "Button appearance variant",
"sizeDescription": "Button size",
"fullWidthDescription": "Makes button full width",
"disabledDescription": "Disables the button"
},
"checkbox": {
"description": "Checkbox component used for selection operations",
"selectedLabel": "Selected Checkbox",
"unselectedLabel": "Not Selected",
"disabledLabel": "Disabled",
"checkedDescription": "Is checkbox checked (controlled)",
"defaultCheckedDescription": "Default checked state (uncontrolled)",
"disabledDescription": "Is checkbox disabled",
"onCheckedChangeDescription": "Function called when selection state changes"
},
"switch": {
"description": "Toggle switch component used for on/off operations",
"notificationsLabel": "Notifications",
"emailUpdatesLabel": "Email Updates",
"disabledLabel": "Disabled",
"checkedDescription": "Is switch on (controlled)",
"defaultCheckedDescription": "Default on state (uncontrolled)",
"disabledDescription": "Is switch disabled",
"onCheckedChangeDescription": "Function called when state changes"
},
"select": {
"description": "Dropdown component used for selecting from options",
"countryPlaceholder": "Select country",
"turkey": "Turkey",
"usa": "United States",
"germany": "Germany",
"france": "France",
"valueDescription": "Selected value (controlled)",
"defaultValueDescription": "Default selected value (uncontrolled)",
"onValueChangeDescription": "Function called when value changes"
},
"loading": {
"description": "Loading animations in various styles",
"spinnerLabel": "Spinner",
"dotsLabel": "Dots",
"pulseLabel": "Pulse",
"sizeDescription": "Spinner size",
"variantDescription": "Spinner color variant",
"textDescription": "Text to show with spinner"
},
"skeleton": {
"description": "Placeholder components for content loading state",
"widthDescription": "Skeleton width",
"heightDescription": "Skeleton height",
"variantDescription": "Skeleton shape",
"linesDescription": "Number of lines for text skeleton"
},
"textarea": {
"description": "Multi-line text input component",
"basicPlaceholder": "Basic textarea...",
"counterPlaceholder": "With character counter...",
"maxLengthDescription": "Maximum character count",
"showCountDescription": "Show character counter",
"autoResizeDescription": "Auto-resize based on content size",
"errorDescription": "Error state"
},
"accordion": {
"description": "Component used for expandable and collapsible content sections",
"featuresTitle": "Features",
"featuresContent": "This component is easily customizable and developed according to accessible design principles.",
"usageTitle": "Usage",
"usageContent": "Can be used in various scenarios such as form fields, settings menu, and FAQ sections.",
"typeDescription": "Allows one or multiple items to be open at once",
"defaultValueDescription": "Values of items that are open by default",
"collapsibleDescription": "Allows closing of open item (for type=\"single\")"
},
"alertDialog": {
"description": "Alert dialog component used to get user confirmation or convey important information",
"deleteAccountButton": "Delete Account",
"confirmationMessage": "Are you sure you want to perform this operation?",
"operationConfirmed": "Operation confirmed!",
"clickToSeeExample": "Click to see example dialog",
"openDescription": "Is dialog open (controlled)",
"onOpenChangeDescription": "Function called when dialog state changes"
},
"avatar": {
"description": "Component used for displaying user profile pictures with fallback support",
"defaultLabel": "Default",
"colorfulLabel": "Colorful",
"iconLabel": "Icon",
"srcDescription": "Avatar image URL",
"altDescription": "Image alt text",
"fallbackDescription": "Content to show when image fails to load"
},
"card": {
"description": "Card component used for grouping and organizing content",
"cardTitle": "Card Title",
"cardDescription": "This is an example card description.",
"cardContent": "Card content goes here. Text, images, buttons and other components can be added.",
"cancelButton": "Cancel",
"saveButton": "Save",
"variantDescription": "Card appearance variant",
"sizeDescription": "Card padding size",
"hoverDescription": "Hover effect type"
},
"commandMenu": {
"description": "Command menu with keyboard shortcuts for quick search and command execution",
"searchPlaceholder": "Search commands...",
"createNewFile": "Create New File",
"openSettings": "Open Settings",
"openDescription": "Is command menu open (for dialog mode)",
"onOpenChangeDescription": "Function called when open state changes",
"valueDescription": "Value of selected item"
},
"dataTable": {
"description": "Advanced data table with sorting, filtering and pagination features",
"searchPlaceholder": "Search...",
"nameColumn": "Name",
"emailColumn": "Email",
"roleColumn": "Role",
"adminUser": "John Doe",
"adminEmail": "john@example.com",
"adminRole": "Admin",
"regularUser": "Jane Smith",
"regularEmail": "jane@example.com",
"regularRole": "User",
"columnsDescription": "Table column definitions",
"dataDescription": "Table data",
"searchKeyDescription": "Column key to search in",
"searchPlaceholderDescription": "Search input placeholder text"
},
"dialog": {
"description": "Dialog component used for opening modal windows",
"openButton": "Open Dialog",
"editProfileTitle": "Edit Profile",
"editProfileDescription": "You can update your profile information here. Click save button to save changes.",
"nameLabel": "Name",
"clickToSeeModal": "Click to see modal dialog",
"openDescription": "Is dialog open (controlled)",
"onOpenChangeDescription": "Function called when dialog state changes",
"modalDescription": "Modal behavior (closes when backdrop is clicked)"
},
"dragDropList": {
"description": "List component where you can reorder items with drag and drop functionality",
"item1": "Item 1",
"item2": "Item 2",
"item3": "Item 3",
"customizedItem": "Customized Item",
"customizedLabel": "Customized"
},
"dropdown": {
"description": "Radix UI based accessible dropdown menu component",
"optionsButton": "Options",
"accountOperations": "Account Operations",
"profile": "Profile",
"settings": "Settings",
"billing": "Billing",
"logout": "Logout",
"openDescription": "Dropdown open state (controlled)",
"onOpenChangeDescription": "Function called when open state changes",
"modalDescription": "Enable modal behavior"
},
"fileUpload": {
"description": "Advanced file upload component with drag and drop support",
"dropzoneText": "Drag files here or",
"browseText": "Browse Files",
"filesSelected": "{{count}} files selected",
"onChangeDescription": "Function called when file selection changes",
"valueDescription": "Selected files",
"multipleDescription": "Allow multiple file selection",
"acceptDescription": "Accepted file types",
"maxSizeDescription": "Maximum file size (MB)",
"maxFilesDescription": "Maximum number of files"
},
"input": {
"description": "Advanced input component with various variants and icon support",
"basicPlaceholder": "Basic input",
"searchPlaceholder": "Search...",
"emailPlaceholder": "Your email address",
"errorPlaceholder": "Invalid input",
"errorMessage": "This field is required",
"variantDescription": "Input appearance variant",
"inputSizeDescription": "Input size",
"startIconDescription": "Icon to show at the beginning of input",
"endIconDescription": "Icon to show at the end of input",
"errorDescription": "Error message"
},
"label": {
"description": "Accessible label component for form fields",
"basicLabel": "Basic Label",
"relatedInput": "Related input",
"requiredField": "Required Field",
"requiredPlaceholder": "This field is required",
"disabledLabel": "Disabled",
"disabledPlaceholder": "Disabled input",
"htmlForDescription": "ID value of the related input element",
"requiredDescription": "Shows required field mark (*)",
"classNameDescription": "Additional CSS classes"
},
"pageHeader": {
"description": "Comprehensive page header component including page title, breadcrumb, actions and tab navigation",
"projectManagement": "Project Management",
"projectDescription": "Manage and track all your projects",
"homepage": "Home",
"projects": "Projects",
"projectDetail": "Project Detail",
"help": "Help",
"newProject": "New Project",
"overview": "Overview",
"tasks": "Tasks",
"documents": "Documents",
"titleDescription": "Page title",
"subtitleDescription": "Page description",
"breadcrumbsDescription": "Breadcrumb navigation items",
"actionsDescription": "Page action buttons",
"tabsDescription": "Tab navigation items",
"activeTabDescription": "Active tab value",
"onTabChangeDescription": "Tab change function",
"stickyDescription": "Stay fixed at top when scrolling the page",
"backButtonDescription": "Show back button"
},
"form": {
"description": "Comprehensive form management system with React Hook Form integration",
"emailPlaceholder": "example@email.com",
"nameLabel": "Full Name",
"namePlaceholder": "Enter your first and last name",
"messageLabel": "Message",
"messagePlaceholder": "Write your message...",
"submitButton": "Submit",
"formDescription": "React Hook Form instance",
"onSubmitDescription": "Form submission function",
"classNameDescription": "CSS classes for form container"
},
"clickToSeeExample": "Click to see example dialog",
"clickToSeeModal": "Click to see modal dialog",
"dialogWillOpen": "Dialog will open!",
"formSubmittedSuccessfully": "Form Submitted Successfully",
"dataProcessedSuccessfully": "Your data has been processed successfully.",
"sampleData": {
"users": {
"ahmet": "John Smith",
"ayse": "Jane Doe",
"mehmet": "Mike Johnson",
"fatma": "Sarah Wilson",
"ali": "David Brown"
},
"roles": {
"admin": "Admin",
"user": "User",
"editor": "Editor"
},
"status": {
"active": "Active",
"inactive": "Inactive",
"pending": "Pending",
"error": "Error",
"online": "User online",
"connectionError": "Connection error",
"awaitingApproval": "Awaiting approval"
}
},
"tableHeaders": {
"fullName": "Full Name",
"email": "Email",
"role": "Role",
"status": "Status",
"name": "Name",
"edit": "Edit",
"delete": "Delete"
},
"buttons": {
"small": "Small",
"large": "Large",
"addNew": "Add New",
"search": "Search",
"settings": "Settings",
"fullWidth": "Full Width",
"deleteAccount": "Delete Account",
"cancel": "Cancel",
"yesDelete": "Yes, Delete",
"save": "Save",
"openDialog": "Open Dialog",
"menu": "Menu",
"details": "Details",
"getReport": "Get Report",
"startNow": "Start Now"
},
"forms": {
"name": "Name",
"email": "Email",
"password": "Password...",
"selectCountry": "Select country",
"countries": {
"turkey": "Turkey",
"usa": "United States",
"germany": "Germany",
"france": "France"
},
"basicTextarea": "Basic textarea...",
"characterCounter": "With character counter...",
"searchByName": "Search by name...",
"selectDate": "Select date...",
"selectMonthYear": "Select month/year...",
"selectDateRange": "Select date range...",
"start": "Start",
"end": "End",
"richTextContent": "Write rich text content...",
"allStatuses": "All Statuses",
"filters": "Filters",
"category": "Category",
"status": "Status",
"clearFilters": "Clear Filters",
"clearAll": "Clear all",
"activeFilters": "Active filters:",
"componentsShowing": "components showing",
"totalComponents": "total",
"popularSearches": "Popular searches: Button, Input, Modal, Form",
"backToTop": "Back to top",
"categories": "Categories",
"badgeVariants": {
"default": "Default",
"secondary": "Secondary",
"destructive": "Destructive",
"outline": "Outline"
},
"buttonVariants": {
"primary": "Primary",
"secondary": "Secondary",
"outline": "Outline",
"ghost": "Ghost",
"delete": "Delete",
"disabled": "Disabled"
},
"buttonActions": {
"addNew": "Add New",
"search": "Search",
"settings": "Settings"
},
"development": {
"frontend": "Frontend Development",
"backend": "Backend Development",
"mobile": "Mobile Development"
},
"formGroup": "Form Group",
"buttonSize": "Button size",
"cardPaddingSize": "Card padding size",
"alertDialog": {
"deleteWarningMessage": "This action cannot be undone. Your account and all data will be permanently deleted.",
"cancel": "Cancel",
"confirmDelete": "Yes, Delete"
},
"avatar": {
"altText": "Avatar image alternative text"
},
"badge": {
"sizeDescription": "Badge size"
},
"cardActions": {
"details": "Details",
"getReport": "Get Report"
},
"tableHeaders": {
"fullName": "Full Name",
"email": "Email"
},
"dataTable": {
"dataDescription": "Table data",
"searchPlaceholder": "Search input placeholder text",
"searchDefault": "Search..."
},
"notifications": "Notifications",
"textarea": {
"basicPlaceholder": "Basic textarea..."
},
"dialogLabels": {
"name": "Name",
"save": "Save"
},
"buttonClick": {
"alert": "Button clicked!",
"clickMe": "Click"
},
"profile": "Profile",
"listItem": "List item",
"placeholderText": "Placeholder text",
"loadingTypes": {
"spinner": "Spinner",
"dots": "Dots",
"pulse": "Pulse"
},
"loadingSize": "Loading size",
"progress": "Progress",
"account": "Account",
"volumeLevel": "Volume Level",
"quality": "Quality",
"left": "Left",
"tooltipPosition": "Tooltip position",
"dates": {
"graduationDate": "Graduation Date",
"holidayDates": "Holiday Dates",
"appointmentDate": "Appointment Date"
},
"missing": {
"accordion": {
"notificationPreferences": "Notification Preferences"
},
"alertDialog": {
"confirmDelete": "Confirm Delete"
},
"badge": {
"active": "Active",
"error": "Error",
"pending": "Pending",
"userOnline": "Online",
"connectionError": "Connection Error",
"awaitingApproval": "Awaiting Approval"
},
"buttons": {
"small": "Small",
"large": "Large",
"fullWidth": "Full Width",
"menu": "Menu",
"openDialog": "Open Dialog",
"startNow": "Start Now"
},
"cards": {
"totalVisitors": "Total Visitors",
"newUsers": "New Users",
"conversionRate": "Conversion Rate",
"premiumFeature": "Premium Feature",
"premiumDesc": "Do more with these premium features",
"detailedAnalytics": "Detailed Analytics",
"customReports": "Custom Reports",
"apiAccess": "API Access",
"projectReport": "Project Report",
"projectReportDesc": "Project progress and details from last month"
},
"checkbox": {
"selected": "Selected",
"notSelected": "Not Selected",
"disabled": "Disabled",
"yourInterests": "Your Interests"
},
"datePicker": {
"birthDate": "Birth Date"
},
"dialog": {
"editProfile": "Edit Profile",
"editProfileDesc": "You can update your profile information here"
},
"dropdown": {
"emailUpdates": "Email Updates",
"myAccount": "My Account"
},
"loading": {
"loading": "Loading",
"completed": "Completed"
},
"popover": {
"openPopover": "Open Popover",
"adjustDimensions": "Adjust Dimensions",
"width": "Width",
"height": "Height"
},
"select": {
"turkey": "Turkey"
},
"separator": {
"section1": "Section 1",
"section2": "Section 2",
"exampleContent1": "First example content",
"exampleContent2": "Second example content",
"right": "Right"
},
"slider": {
"priceRange": "Price Range",
"priceRangeLabel": "Price Range: $200 - $800"
},
"switch": {
"emailUpdates": "Email Updates",
"disabled": "Disabled"
},
"tabs": {
"password": "Password",
"username": "Username",
"currentPassword": "Current Password",
"newPassword": "New Password"
}
},
"labels": {
"personalInfo": "Personal Information",
"personalInfoDesc": "You can update your personal information here",
"securitySettings": "Security Settings",
"securitySettingsDesc": "You can manage your security settings here",
"section1": "Section 1",
"section2": "Section 2",
"content1": "First section content",
"content2": "Second section content",
"openSection": "Open Section",
"otherSection": "Other Section",
"defaultOpenSection": "This section is open by default",
"canAlsoOpenThisSection": "You can also open this section",
"informationMessage": "This is an information message",
"warning": "Warning",
"operationFailed": "Operation failed",
"deleteAccount": "Delete Account",
"confirmDeleteAccount": "Confirm Account Deletion",
"deleteWarningMessage": "This action cannot be undone",
"cancel": "Cancel",
"avatarFallback": "AV",
"basicInput": "Basic input...",
"emailAddress": "Email address...",
"password": "Password...",
"disabledInput": "Disabled input...",
"small": "Small",
"large": "Large",
"iconButtons": "Icon Buttons",
"name": "Name",
"edit": "Edit",
"characterCounter": "With character counter...",
"sampleName": "John Doe",
"searchByName": "Search by name...",
"selectCountry": "Select country",
"selectDate": "Select date...",
"selectMonthYear": "Select month/year...",
"selectDateRange": "Select date range...",
"start": "Start",
"end": "End",
"richTextExample": "<p>This is a <strong>rich text</strong> example.</p>",
"richTextPlaceholder": "Write rich text content...",
"userOnline": "User online",
"notificationPreferences": "You can manage your notification preference settings here"
},
"descriptions": {
"multipleAccordion": "Accordion where multiple sections can be opened simultaneously",
"lastItemClosable": "Whether the last remaining item can also be closed",
"criticalOperations": "Modal dialog component for confirming critical operations",
"avatarComponent": "Avatar component for user profile pictures",
"avatarGroup": "Avatar group representing multiple users",
"avatarImageUrl": "Avatar image URL (for AvatarImage)",
"badgeComponent": "Badge component used for status and labeling",
"badgeExamples": "Badge examples representing different states",
"badgeVariant": "Badge appearance variant",
"buttonComponent": "Interactive button component with different variants and sizes",
"iconButtonExamples": "Button examples used with icons",
"buttonVariant": "Button appearance variant",
"additionalCssClasses": "Additional CSS classes (full width with w-full)",
"disableButton": "Disables the button",
"featureCard": "Card example used for feature introduction",
"cardComponent": "Card component used for content grouping",
"cardVariant": "Card appearance variant",
"hoverEffectType": "Hover effect type",
"checkboxComponent": "Checkbox component used for selection operations",
"checkboxFormGroup": "Checkbox group usage within forms",
"checkboxChecked": "Is checkbox selected (controlled)",
"defaultCheckedState": "Default selected state (uncontrolled)",
"checkboxDisabled": "Is checkbox disabled",
"statusChangeCallback": "Function called when selection state changes",
"dataTableComponent": "Advanced table component with sorting, filtering and pagination",
"tableColumnDefinitions": "Table column definitions",
"enablePagination": "Enable pagination feature",
"enableRowSelection": "Enable row selection feature",
"enableGlobalSearch": "Enable global search feature",
"enableExport": "Enable export feature",
"rowClickEvent": "Row click event",
"dataGridComponent": "Simple and fast table component with basic sorting and filtering",
"searchColumnKey": "Column key to search in",
"switchComponent": "Toggle switch component used for on/off operations",
"switchChecked": "Is switch open (controlled)",
"defaultOpenState": "Default open state (uncontrolled)",
"switchDisabled": "Is switch disabled",
"selectComponent": "Dropdown component used for selecting from options",
"selectedValue": "Selected value (controlled)",
"defaultSelectedValue": "Default selected value (uncontrolled)",
"selectionChangeCallback": "Function called when selection changes",
"disabledState": "Disabled state",
"textareaComponent": "Textarea component used for long text input",
"autoResize": "Automatic resize",
"maxCharacterCount": "Maximum character count",
"showCharacterCounter": "Show character counter",
"dialogComponent": "Modal dialog component used for various content",
"dialogOpenState": "Dialog open/closed state",
"dialogStateChangeCallback": "Function that runs when dialog state changes",
"editUserProfile": "Edit user profile",
"confirmationDialogs": "Confirmation dialogs",
"modalForms": "Modal forms",
"dropdownComponent": "Dropdown menu component with various menu items",
"menuOpenState": "Menu open/closed state",
"menuStateChangeCallback": "Function that runs when menu state changes",
"userMenus": "User menus",
"navigationDropdowns": "Navigation dropdowns",
"contextMenus": "Context menus",
"actionMenus": "Action menus",
"inputComponent": "Input component used for text input",
"inputValue": "Input value",
"inputDisabledState": "Input disabled state",
"loadingComponent": "Loading components used for loading states",
"pageLoadingStatus": "Page loading status",
"duringApiCalls": "During API calls",
"showWhileDataLoading": "Show while data is loading",
"progressComponent": "Progress bar component showing task progress",
"progressValue": "Progress value (0-100)",
"fileUploadProgress": "File upload progress",
"taskProgress": "Task progress",
"formCompletionStatus": "Form completion status",
"skeletonComponent": "Loading skeleton components",
"skeletonWidth": "Skeleton width",
"skeletonHeight": "Skeleton height",
"showPlaceholderWhileDataLoads": "Show placeholder while data loads",
"visualConsistencyWhileWaitingApi": "Visual consistency while waiting for API",
"pageTransitions": "Page transitions",
"tabsComponent": "Tab navigation component",
"defaultActiveTab": "Default active tab",
"controlledActiveTab": "Controlled active tab",
"tabChangeCallback": "Function that runs when tab changes",
"organizeFormFields": "Organize form fields",
"categorizedContent": "Categorized content",
"navigationMenus": "Navigation menus",
"settingsPages": "Settings pages",
"sliderComponent": "Value selector slider component",
"defaultValues": "Default value(s)",
"controlledValues": "Controlled value(s)",
"minimumValue": "Minimum value",
"incrementAmount": "Increment amount",
"volumeBrightnessControls": "Volume/brightness controls",
"priceRangeSelection": "Price range selection",
"valueRangeDetermination": "Value range determination",
"separatorComponent": "Separator line component",
"separatorDirection": "Separator direction",
"separateContentSections": "Separate content sections",
"separateDashboardSections": "Separate dashboard sections",
"cardSectionSeparations": "Card section separations",
"popoverComponent": "Popover content box component",
"popoverOpenState": "Popover open/closed state",
"popoverStateChangeCallback": "Function that runs when popover state changes",
"detailPopups": "Detail popups",
"quickSettingsMenus": "Quick settings menus",
"formHelperContent": "Form helper content",
"tooltipComponent": "Tooltip component used for showing additional information",
"tooltipContent": "Tooltip content",
"tooltipAlignment": "Tooltip alignment",
"tooltipDisplayDelay": "Tooltip display delay",
"tooltipDisabledState": "Tooltip disabled state",
"formFieldHelpTexts": "Form field help texts",
"buttonExplanations": "Button explanations",
"abbreviatedTextExplanations": "Abbreviated text explanations",
"explainIconMeanings": "Explain icon meanings",
"improveUserExperience": "Improve user experience",
"scrollAreaComponent": "Scroll area component for limited height content",
"limitedHeightContent": "Limited height content",
"longListDisplays": "Long list displays",
"chatMessageHistory": "Chat message history",
"productDescriptions": "Product descriptions",
"richTextComponent": "Rich text editor component",
"contentChangeCallback": "Function called when content changes",
"blogPosts": "Blog posts",
"emailEditors": "Email editors",
"richContentInComments": "Rich content in comments",
"datePickerComponent": "Date picker component used for single date selection",
"selectedDate": "Selected date",
"dateChangeCallback": "Function called when date changes",
"appointmentDateSelection": "Appointment date selection",
"deadlineDetermination": "Deadline determination",
"eventDateSelection": "Event date selection",
"birthdateInput": "Birthdate input",
"monthYearPickerComponent": "Month/Year picker component",
"selectedMonthYear": "Selected month/year",
"graduationDate": "Graduation date",
"workExperienceDates": "Work experience dates",
"creditCardExpirationDate": "Credit card expiration date",
"birthdateSelection": "Birthdate selection",
"dateRangePickerComponent": "Date range picker component",
"selectedDateRange": "Selected date range",
"dateRangeChangeCallback": "Function called when date range changes",
"vacationDateRangeSelection": "Vacation date range selection",
"reservationDateSelection": "Reservation date selection",
"reportDateRange": "Report date range",
"projectTimelinePlanning": "Project timeline planning",
"reportPeriodSelection": "Report period selection",
"reservationDateRange": "Reservation date range",
"eventDateDetermination": "Event date determination",
"reportPeriodDetermination": "Report period determination",
"modernDatePickerComponent": "Modern date picker component",
"formFields": "Form fields",
"searchBoxes": "Search boxes",
"loginRegisterForms": "Login/register forms",
"profileEditingForms": "Profile editing forms",
"filteringOptions": "Filtering options",
"optionLists": "Option lists",
"getUserData": "Get user data",
"valueChangeCallback": "Value change callback function",
"maximumValue": "Maximum value",
"buttonLoadingStates": "Button loading states",
"groupMenuItems": "Group menu items",
"showAdditionalInfo": "Show additional info",
"controlledContentValue": "Controlled content value"
},
"tooltips": {
"example": "This is a tooltip example",
"rightSide": "This tooltip appears on the right",
"bottomSide": "This tooltip appears on the bottom",
"disabled": "This button is disabled"
},
"extraDescriptions": {
"inputType": "Input type (text, email, password, etc.)"
}
},
"content": {
"accordion": {
"personalInfo": "Personal Information",
"securitySettings": "Security Settings",
"notificationPreferences": "Notification Preferences",
"personalInfoDesc": "You can update your name, surname, email and phone information in this section. Changes are saved instantly.",
"securitySettingsDesc": "Your password change, two-factor authentication and security questions settings.",
"notificationDesc": "Set your preferences for email, SMS and app notifications."
},
"alerts": {
"information": "Information",
"informationMsg": "This is an informational message. It contains important details.",
"warning": "Warning",
"warningMsg": "There is a situation that requires attention.",
"error": "Error",
"errorMsg": "The operation could not be completed. Please try again."
},
"dialogs": {
"confirmDelete": "Are you sure you want to delete your account?",
"deleteWarning": "This action cannot be undone. Your account and all your data will be permanently deleted.",
"editProfile": "Edit Profile",
"editProfileDesc": "You can update your profile information here."
},
"preferences": {
"notifications": "Notifications",
"emailUpdates": "Email Updates",
"disabled": "Disabled",
"selectedCheckbox": "Selected Checkbox",
"notSelected": "Not Selected",
"yourInterests": "Your Interests:"
},
"cards": {
"projectReport": "Project Report",
"projectReportDesc": "Last week's performance summary and analytics data.",
"totalVisitors": "Total Visitors",
"newUsers": "New Users",
"conversionRate": "Conversion Rate",
"premiumFeature": "Premium Feature",
"premiumFeatureDesc": "Advanced analytics and reporting tools",
"detailedAnalytics": "• Detailed analytics",
"customReports": "• Custom reports",
"apiAccess": "• API access"
},
"categories": {
"dataDisplay": "Data Display",
"formInput": "Form & Input",
"feedback": "Feedback",
"overlay": "Overlay",
"navigation": "Navigation",
"layout": "Layout"
}
},
"descriptions": {
"accordion": "Accordion component used for expandable content sections. Provides enhanced user experience with Framer Motion animations.",
"alert": "Alert component used to communicate important messages to users. Can display different types of warnings.",
"alertDialog": "Modal dialog component that requires confirmation for critical operations. Requires user interaction.",
"avatar": "Component used for user profile pictures and avatars. Offers fallback and different size options.",
"badge": "Badge component used for status and labeling. Offers different variant and size options.",
"button": "Interactive button component with different variants and sizes. Offers loading state and icon support.",
"card": "Card component used to group and organize content. Supports header, content and footer sections.",
"checkbox": "Checkbox component used for selection operations. Supports controlled and uncontrolled modes.",
"dataTable": "Advanced table component. Has sorting, filtering, pagination, row selection and export features."
},
"properties": {
"singleMultipleMode": "Single or multiple expandable mode",
"defaultOpenValues": "Default open item values",
"controlledOpenValues": "Open item values for controlled mode",
"valueChangeCallback": "Value change callback function",
"alertVariant": "Alert appearance variant",
"dialogOpen": "Is dialog open (controlled)",
"dialogOpenChangeCallback": "Function called when dialog open state changes",
"badgeVariant": "Badge appearance variant",
"buttonVariant": "Button appearance variant",
"additionalCssClasses": "Additional CSS classes (full width with w-full)",
"disableButton": "Disables the button"
},
"remaining": {
"descriptions": {
"multipleAccordion": "Accordion where multiple sections can be open simultaneously",
"lastItemClosable": "Whether the last remaining item can also be closed",
"criticalOperations": "Modal dialog component that requires confirmation for critical operations. Requires user interaction.",
"avatarGroup": "Avatar group representing multiple users",
"avatarImageUrl": "Avatar image URL (for AvatarImage)",
"badgeComponent": "Badge component used for status and labeling. Offers different variant and size options.",
"badgeExamples": "Badge examples representing different states",
"badgeVariantDesc": "Badge appearance variant",
"buttonComponent": "Interactive button component with different variants and sizes. Offers loading state and icon support.",
"iconButtons": "Button examples used with icons",
"buttonVariantProp": "Button appearance variant",
"fullWidthClasses": "Additional CSS classes (full width with w-full)",
"disableButtonProp": "Disables the button",
"featureCard": "Card example used for feature introduction",
"cardVariant": "Card appearance variant",
"hoverEffect": "Hover effect type",
"checkboxGroup": "Checkbox group usage in form",
"checkboxControlled": "Is checkbox checked (controlled)",
"checkboxDefault": "Default checked state (uncontrolled)",
"checkboxDisabled": "Is checkbox disabled",
"checkboxChange": "Function called when selection state changes",
"tableColumns": "Table column definitions",
"enablePagination": "Enable pagination feature",
"enableRowSelection": "Enable row selection feature",
"enableGlobalFilter": "Enable global search feature",
"enableExport": "Enable export feature",
"rowClickEvent": "Row click event",
"simpleTable": "Simple and fast table component. Has basic sorting and filtering features.",
"searchColumn": "Column key to search in",
"switchComponent": "Toggle switch component used for on/off operations",
"switchControlled": "Is switch on (controlled)",
"switchDefault": "Default on state (uncontrolled)",
"switchDisabled": "Is switch disabled",
"switchChange": "Function called when state changes",
"selectComponent": "Dropdown component used for selecting from options",
"selectValue": "Selected value (controlled)",
"selectDefaultValue": "Default selected value (uncontrolled)",
"selectChange": "Function called when value changes",
"textareaComponent": "Multi-line text input component",
"maxLength": "Maximum character count",
"showCounter": "Show character counter",
"autoResize": "Auto-resize based on content size",
"dialogComponent": "Modal dialog window component",
"dialogOpenProp": "Dialog open/close state",
"dialogChange": "Function to run when dialog state changes",
"dropdownComponent": "Dropdown menu component",
"navigationDropdowns": "For navigation dropdowns",
"dropdownOpen": "Menu open/close state",
"dropdownChange": "Function to run when menu state changes",
"inputComponent": "Text input component",
"inputType": "Input type (text, email, password, etc.)",
"inputDisabled": "Input disabled state",
"inputValue": "Input value",
"loadingComponent": "Loading animation components",
"additionalClasses": "Additional CSS classes",
"progressComponent": "Progress bar component",
"progressValue": "Progress value (0-100)",
"progressMax": "Maximum value",
"skeletonComponent": "Loading skeleton components",
"skeletonWidth": "Skeleton width",
"skeletonHeight": "Skeleton height",
"tabsComponent": "Tab navigation component",
"tabsDefaultValue": "Default active tab",
"tabsValue": "Controlled active tab",
"tabsChange": "Function to run when tab changes",
"sliderComponent": "Value selector slider component",
"sliderDefaultValue": "Default value(s)",
"sliderValue": "Controlled value(s)",
"sliderMax": "Maximum value",
"sliderMin": "Minimum value",
"sliderStep": "Step amount",
"separatorComponent": "Separator line component",
"separatorOrientation": "Separator direction",
"popoverComponent": "Pop-up content box component",
"popoverOpen": "Popover open/close state",
"popoverChange": "Function to run when popover state changes",
"tooltipComponent": "Tooltip component",
"tooltipContent": "Tooltip content",
"tooltipSide": "Tooltip alignment",
"tooltipDelay": "Tooltip display delay (ms)",
"tooltipDisabled": "Tooltip disabled state",
"scrollAreaComponent": "Custom scrollbar component",
"richTextComponent": "Rich text editor component",
"richTextValue": "Controlled content value",
"richTextChange": "Function to run when content changes",
"modernDatePickerComponent": "Modern date picker component",
"datePickerValue": "Selected date",
"datePickerChange": "Function to run when date changes",
"datePickerDisabled": "Disabled state",
"monthYearPickerComponent": "Month-year picker component",
"monthYearValue": "Selected month/year",
"monthYearChange": "Function to run when date changes",
"monthYearDisabled": "Disabled state",
"dateRangePickerComponent": "Date range picker component",
"dateRangeValue": "Selected date range",
"dateRangeChange": "Function to run when date range changes",
"dateRangeDisabled": "Disabled state",
"singleDatePickerComponent": "Single date picker component",
"singleDateValue": "Selected date",
"singleDateChange": "Function to run when date changes",
"singleDateDisabled": "Disabled state",
"avatarComponent": "Avatar component for displaying user profile pictures with fallback support",
"badgeVariant": "Badge appearance variant for different visual styles",
"iconButtonExamples": "Button examples used with icons for enhanced user interaction",
"buttonVariant": "Button appearance variant for different visual styles",
"additionalCssClasses": "Additional CSS classes for custom styling and layout modifications",
"disableButton": "Disables the button to prevent user interaction",
"cardComponent": "Card component used for grouping and organizing content sections",
"hoverEffectType": "Type of hover effect applied to interactive elements",
"checkboxComponent": "Checkbox component used for selection operations in forms",
"checkboxFormGroup": "Checkbox group usage in forms for multiple selections",
"checkboxChecked": "Is checkbox checked state for controlled components",
"defaultCheckedState": "Default checked state for uncontrolled checkbox components",
"selectionChangeCallback": "Function called when checkbox selection state changes",
"dataGridComponent": "Advanced data grid component with sorting and filtering features",
"tableColumnDefinitions": "Table column definitions for data structure and display",
"enableGlobalSearch": "Enable global search functionality across all table data",
"dataTableComponent": "Simple data table component for displaying structured data",
"searchColumnKey": "Column key used for search operations within the table",
"switchChecked": "Is switch in the on position for controlled components",
"defaultOpenState": "Default open state for uncontrolled switch components",
"statusChangeCallback": "Function called when switch status changes",
"selectedValue": "Currently selected value in controlled components",
"defaultSelectedValue": "Default selected value for uncontrolled components",
"valueChangeCallback": "Function called when component value changes",
"maxCharacterCount": "Maximum number of characters allowed in text input",
"showCharacterCounter": "Display character counter to show remaining characters",
"editUserProfile": "Edit user profile information and settings",
"confirmationDialogs": "Confirmation dialogs for critical user actions",
"modalForms": "Modal forms for data entry and editing operations",
"detailPopups": "Detail popups for showing additional information",
"dialogOpenState": "Dialog open/close state for controlled dialog components",
"dialogStateChangeCallback": "Function called when dialog state changes",
"userMenus": "User-specific menus for account and profile operations",
"actionMenus": "Action menus for performing operations on data items",
"optionLists": "Lists of selectable options in dropdown components",
"menuOpenState": "Menu open/close state for controlled menu components",
"menuStateChangeCallback": "Function called when menu state changes",
"formFields": "Form fields for data input and validation",
"getUserData": "Retrieve user data from the system or API",
"searchBoxes": "Search input boxes for finding and filtering content",
"loginRegisterForms": "Login and registration forms for user authentication",
"inputDisabledState": "Input disabled state to prevent user interaction",
"showWhileDataLoading": "Show loading indicator while data is being fetched",
"duringApiCalls": "Display loading state during API call operations",
"buttonLoadingStates": "Button loading states for async operations",
"pageTransitions": "Loading states during page navigation transitions",
"fileUploadProgress": "Progress indicator for file upload operations",
"formCompletionStatus": "Status indicator for form completion progress",
"taskProgress": "Progress indicator for task completion status",
"pageLoadingStatus": "Loading status indicator for page content",
"maximumValue": "Maximum value allowed in numeric inputs or sliders",
"showPlaceholderWhileDataLoads": "Show placeholder content while data is loading",
"improveUserExperience": "Improve user experience with loading indicators",
"visualConsistencyWhileWaitingApi": "Maintain visual consistency while waiting for API responses",
"settingsPages": "Settings pages for configuring application preferences",
"profileEditingForms": "Forms for editing user profile information",
"separateDashboardSections": "Separate different sections within dashboard layouts",
"categorizedContent": "Content organized by categories or groups",
"defaultActiveTab": "Default active tab in tab navigation components",
"controlledActiveTab": "Controlled active tab state in tab navigation",
"tabChangeCallback": "Function called when active tab changes",
"volumeBrightnessControls": "Controls for adjusting volume and brightness levels",
"priceRangeSelection": "Selection controls for price range filtering",
"filteringOptions": "Options for filtering and sorting data",
"valueRangeDetermination": "Determine value ranges for slider components",
"defaultValues": "Default values for uncontrolled components",
"controlledValues": "Controlled values managed by parent components",
"minimumValue": "Minimum value allowed in numeric inputs or sliders",
"incrementAmount": "Amount to increment when using step controls",
"separateContentSections": "Separate different content sections visually",
"groupMenuItems": "Group related menu items together",
"cardSectionSeparations": "Visual separations between card sections",
"organizeFormFields": "Organize form fields into logical groups",
"separatorDirection": "Direction of separator lines (horizontal or vertical)",
"quickSettingsMenus": "Quick access menus for common settings",
"showAdditionalInfo": "Show additional information when needed",
"formHelperContent": "Helper content and instructions for forms",
"contextMenus": "Context-sensitive menus for actions",
"popoverOpenState": "Popover open/close state for controlled components",
"popoverStateChangeCallback": "Function called when popover state changes",
"buttonExplanations": "Explanatory tooltips for button functions",
"formFieldHelpTexts": "Help text for form field assistance",
"abbreviatedTextExplanations": "Explanations for abbreviated text content",
"explainIconMeanings": "Explain the meanings of icons to users",
"tooltipAlignment": "Alignment position of tooltip relative to trigger",
"tooltipDisplayDelay": "Delay before showing tooltip in milliseconds",
"tooltipDisabledState": "Disabled state for tooltip components",
"longListDisplays": "Display long lists with custom scrolling",
"limitedHeightContent": "Content areas with limited height constraints",
"chatMessageHistory": "Scrollable chat message history displays",
"navigationMenus": "Navigation menus with scroll functionality",
"blogPosts": "Rich text content for blog posts and articles",
"productDescriptions": "Rich product descriptions with formatting",
"emailEditors": "Email composition editors with rich formatting",
"richContentInComments": "Rich content formatting in user comments",
"controlledContentValue": "Controlled content value for rich text editors",
"contentChangeCallback": "Function called when rich content changes",
"birthdateSelection": "Date selection for birthdate input fields",
"eventDateDetermination": "Determine dates for events and appointments",
"reportDateRange": "Date range selection for reports and analytics",
"reservationDateSelection": "Date selection for reservation systems",
"selectedDate": "Currently selected date in date picker components",
"dateChangeCallback": "Function called when selected date changes",
"disabledState": "Disabled state for date picker components",
"graduationDate": "Date selection for graduation and milestone dates",
"workExperienceDates": "Date selection for work experience entries",
"creditCardExpirationDate": "Month/year selection for credit card expiration",
"reportPeriodSelection": "Period selection for reports and analytics",
"selectedMonthYear": "Currently selected month and year combination",
"vacationDateRangeSelection": "Date range selection for vacation planning",
"reportPeriodDetermination": "Determine periods for report generation",
"reservationDateRange": "Date range selection for reservation systems",
"projectTimelinePlanning": "Date range planning for project timelines",
"selectedDateRange": "Currently selected date range in range pickers",
"dateRangeChangeCallback": "Function called when date range changes",
"datePickerComponent": "Date picker component for single date selection",
"appointmentDateSelection": "Date selection for scheduling appointments",
"deadlineDetermination": "Date selection for setting deadlines",
"eventDateSelection": "Date selection for event planning",
"birthdateInput": "Input field for birthdate information"
},
"tooltips": {
"example": "This is a tooltip example",
"rightSide": "This tooltip appears on the right",
"bottomSide": "This tooltip appears on the bottom",
"disabled": "Disabled tooltip"
},
"missing": {
"alertDialog": {
"confirmDelete": "Are you sure you want to delete your account?"
},
"badge": {
"active": "Active",
"error": "Error",
"pending": "Pending",
"connectionError": "Connection error",
"userOnline": "User online",
"awaitingApproval": "Awaiting approval"
},
"buttons": {
"small": "Small",
"large": "Large",
"fullWidth": "Full Width",
"openDialog": "Open Dialog",
"menu": "Menu",
"startNow": "Start Now"
},
"cards": {
"projectReport": "Project Report",
"projectReportDesc": "Last week's performance summary and analytics data.",
"totalVisitors": "Total Visitors",
"newUsers": "New Users",
"conversionRate": "Conversion Rate",
"premiumFeature": "Premium Feature",
"premiumDesc": "Advanced analytics and reporting tools",
"detailedAnalytics": "• Detailed analytics",
"customReports": "• Custom reports",
"apiAccess": "• API access"
},
"checkbox": {
"selected": "Selected Checkbox",
"notSelected": "Not Selected",
"disabled": "Disabled",
"yourInterests": "Your Interests:"
},
"switch": {
"emailUpdates": "Email Updates",
"disabled": "Disabled"
},
"select": {
"turkey": "Turkey"
},
"dialog": {
"editProfile": "Edit Profile",
"editProfileDesc": "You can update your profile information here."
},
"dropdown": {
"myAccount": "My Account",
"emailUpdates": "Email updates"
},
"loading": {
"loading": "Loading",
"completed": "Completed"
},
"tabs": {
"password": "Password",
"username": "Username",
"currentPassword": "Current Password",
"newPassword": "New Password"
},
"slider": {
"priceRange": "Price Range: $200 - $800",
"priceRangeLabel": "Price Range"
},
"separator": {
"section1": "Section 1",
"section2": "Section 2",
"exampleContent1": "This is example content.",
"exampleContent2": "This is another example content.",
"right": "Right"
},
"popover": {
"openPopover": "Open Popover",
"adjustDimensions": "Adjust component dimensions.",
"width": "Width",
"height": "Height"
},
"datePicker": {
"birthDate": "Birth Date"
},
"accordion": {
"notificationPreferences": "Notification Preferences"
}
},
"labels": {
"personalInfo": "Personal Information",
"personalInfoDesc": "You can update your name, surname, email and phone information in this section.",
"securitySettings": "Security Settings",
"securitySettingsDesc": "Password change, two-factor authentication settings.",
"notificationPreferences": "Notification Preferences",
"section1": "Section 1",
"section2": "Section 2",
"content1": "This is the content of the first section.",
"content2": "This is the content of the second section.",
"openSection": "Open Section",
"defaultOpenSection": "This section is open by default",
"otherSection": "Other Section",
"canAlsoOpenThisSection": "You can also open this section",
"informationMessage": "This is an information message.",
"warning": "Warning",
"operationFailed": "Operation could not be completed.",
"deleteAccount": "Delete Account",
"confirmDeleteAccount": "Are you sure you want to delete your account?",
"deleteWarningMessage": "This action cannot be undone. Your account will be permanently deleted.",
"cancel": "Cancel",
"avatarFallback": "JD",
"small": "Small",
"large": "Large",
"userOnline": "User online",
"iconButtons": "Icon Buttons",
"edit": "Edit",
"name": "Name",
"searchByName": "Search by name...",
"selectCountry": "Select country",
"characterCounter": "With character counter...",
"password": "Password...",
"disabledInput": "Disabled input",
"sampleName": "John Doe",
"basicInput": "Basic input...",
"emailAddress": "Email address...",
"richTextPlaceholder": "Write rich text content...",
"richTextExample": "<p>This is a <strong>rich text</strong> example.</p>",
"selectDate": "Select date...",
"selectMonthYear": "Select month/year...",
"selectDateRange": "Select date range...",
"start": "Start",
"end": "End"
},
"extraDescriptions": {
"inputType": "Input type (text, email, password, etc.)",
"groupMenuItems": "Group menu items",
"showAdditionalInfo": "Show additional info",
"explainIconMeanings": "Explain icon meanings",
"richContentInComments": "Rich content in comments",
"birthdateInput": "Birthdate input",
"iconButtonExamples": "Button examples used with icons",
"buttonVariant": "Button appearance variant",
"additionalCssClasses": "Additional CSS classes",
"disableButton": "Disables the button",
"cardComponent": "Card component - for grouping content",
"featureCard": "Feature card example",
"cardVariant": "Card appearance variant",
"hoverEffectType": "Hover effect type",
"checkboxFormGroup": "Checkbox group in form",
"checkboxChecked": "Is checkbox checked",
"defaultCheckedState": "Default checked state",
"checkboxDisabled": "Is checkbox disabled",
"selectionChangeCallback": "Selection change callback",
"dataGridComponent": "Advanced data grid",
"tableColumnDefinitions": "Table column definitions",
"enablePagination": "Enable pagination",
"enableRowSelection": "Enable row selection",
"enableGlobalSearch": "Enable global search",
"enableExport": "Enable export",
"rowClickEvent": "Row click event",
"dataTableComponent": "Simple data table",
"searchColumnKey": "Search column key",
"switchChecked": "Is switch on",
"defaultOpenState": "Default open state",
"switchDisabled": "Is switch disabled",
"statusChangeCallback": "Status change callback",
"selectedValue": "Selected value",
"defaultSelectedValue": "Default selected value",
"valueChangeCallback": "Value change callback",
"maxCharacterCount": "Maximum character count",
"showCharacterCounter": "Show character counter",
"autoResize": "Auto resize",
"dialogOpenState": "Dialog open state",
"dialogStateChangeCallback": "Dialog state change callback",
"editUserProfile": "Edit user profile",
"confirmationDialogs": "Confirmation dialogs",
"modalForms": "Modal forms",
"detailPopups": "Detail popups",
"menuOpenState": "Menu open state",
"menuStateChangeCallback": "Menu state change callback",
"userMenus": "User menus",
"actionMenus": "Action menus",
"navigationDropdowns": "Navigation dropdowns",
"optionLists": "Option lists",
"formFields": "Form fields",
"getUserData": "Get user data",
"searchBoxes": "Search boxes",
"loginRegisterForms": "Login/register forms",
"inputDisabledState": "Input disabled state",
"inputValue": "Input value",
"showWhileDataLoading": "Show while data loading",
"duringApiCalls": "During API calls",
"buttonLoadingStates": "Button loading states",
"pageTransitions": "Page transitions",
"fileUploadProgress": "File upload progress",
"formCompletionStatus": "Form completion status",
"taskProgress": "Task progress",
"pageLoadingStatus": "Page loading status",
"progressValue": "Progress value",
"maximumValue": "Maximum value",
"showPlaceholderWhileDataLoads": "Show placeholder while data loads",
"improveUserExperience": "Improve user experience",
"visualConsistencyWhileWaitingApi": "Visual consistency while waiting API",
"skeletonWidth": "Skeleton width",
"skeletonHeight": "Skeleton height",
"defaultActiveTab": "Default active tab",
"controlledActiveTab": "Controlled active tab",
"tabChangeCallback": "Tab change callback",
"settingsPages": "Settings pages",
"profileEditingForms": "Profile editing forms",
"separateDashboardSections": "Separate dashboard sections",
"categorizedContent": "Categorized content",
"defaultValues": "Default values",
"controlledValues": "Controlled values",
"minimumValue": "Minimum value",
"incrementAmount": "Increment amount",
"volumeBrightnessControls": "Volume/brightness controls",
"priceRangeSelection": "Price range selection",
"filteringOptions": "Filtering options",
"valueRangeDetermination": "Value range determination"
}
}
},
"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 Accounts",
"ortak": "Ahmet",
"zafer": "Admin",
"akin": "Mehmet"
}
},
"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",
"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"
},
"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": {
"welcome": "Welcome, {{name}}!",
"description": "Welcome to your dashboard. You can manage all your operations from here.",
"userInfoNotLoaded": "User information could not be loaded",
"debugAuthState": "Debug Auth State",
"defaultUser": "User",
"userInfo": "User Information",
"accountDetails": "Account details and information",
"quickActions": "Quick Actions",
"recentActivity": "Recent Activity",
"fromLastMonth": "from last month",
"viewProfile": "View Profile",
"accountSettings": "Account Settings",
"logout": "Logout",
"loggingOut": "Logging out...",
"noInfo": "No information",
"stats": {
"totalProjects": "Total Projects",
"activeUsers": "Active Users",
"revenue": "Revenue",
"activities": "Activities"
},
"fields": {
"fullName": "Full Name",
"email": "Email",
"role": "Role",
"joinDate": "Join Date",
"lastLogin": "Last Login"
},
"activity": {
"login": "Logged into system",
"profileUpdated": "Profile updated",
"passwordChanged": "Password changed",
"now": "Now",
"yesterday": "Yesterday",
"lastWeek": "Last week"
},
"boilerplateProject": "Boilerplate Project",
"welcomeToStarkon": "Welcome to Starkon",
"boilerplateDescription": "Comprehensive starter template for modern React applications. 30+ ready components, TypeScript support, and modern design system.",
"getStarted": "Get Started",
"installationTitle": "Installation Guide",
"installationDescription": "Set up your project in minutes and start developing.",
"installationSteps": "Installation Steps",
"step1Title": "Create Project",
"step1Description": "Create a new project using our CLI tool:",
"step2Title": "Start Development",
"step2Description": "Navigate to project folder and start the development server:",
"step3Title": "Enjoy!",
"step3Description": "Now you can start developing your modern React application.",
"whatYouGet": "What You Get",
"features": {
"components": "30+ Components",
"componentsDesc": "Ready-to-use, modern UI components",
"readyToUse": "100% Ready",
"readyToUseDesc": "Fully completed components ready to use",
"typescript": "TypeScript",
"typescriptDesc": "Safe development with full TypeScript support",
"performance": "Performance",
"performanceDesc": "Optimized and fast component library"
},
"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"
},
"exploreComponents": "Explore Components",
"viewOnGithub": "View on GitHub",
"freeAndOpenSource": "Free and open source"
},
"components": {
"title": "Components",
"searchPlaceholder": "Search components... (Button, Input, Card...)",
"showcase": "Component Showcase",
"count": "Components ({{count}})"
},
"about": {
"title": "About Us",
"content": "Learn more about Starkon and our mission."
},
"pricing": {
"title": "Pricing",
"content": "Choose the plan that's right for you."
},
"profile": {
"title": "Profile",
"content": "Manage your profile information.",
"description": "Manage your personal information and account settings.",
"boilerplateDemo": "Boilerplate Profile Example",
"editProfile": "Edit Profile",
"changeCover": "Change Cover Photo",
"bio": "Bio",
"bioPlaceholder": "Write a short description about yourself...",
"defaultBio": "This user hasn't written a description 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 & Theme",
"description": "Customize interface theme and language preferences",
"displaySettings": "Display Settings",
"compactMode": "Compact mode",
"compactModeDesc": "Compressed view to see more content",
"reduceAnimations": "Reduce animations",
"reduceAnimationsDesc": "Limit animations for performance"
}
},
"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"
}
}
}