{
  "SIDEBAR": {
    "DASHBOARD": "Dashboard",
    "SEARCH": "Search",
    "ORGANIZATION_SETTINGS": "Organization Settings",
    "WORKSPACES": "Workspaces",
    "SETTINGS": "Settings",
    "DEVELOPER": "Developer",
    "BILLING": "Billing",
    "AFFILIATE": "Refer and Earn 💰",
    "HELP_LINKS": "Need Help?",
    "HELP_CENTER": "Help Center",
    "API_DOCUMENTATION": "API Documentation",
    "INTEGRATIONS": "Integrations",
    "MAKE_INTEGRATION": "Make Integration",
    "MONDAY_INTEGRATION": "Monday.com Integration",
    "ALL_INTEGRATIONS": "All Integrations"
  },
  "GREETING": "Hello",
  "ERRORS": {
    "UNAUTHORIZED": "Invalid email or password. Please try again.",
    "NETWORK_ERROR": "Network error. Please check your connection and try again.",
    "SERVER_ERROR": "Server error. Please try again later.",
    "INVALID_REQUEST": "Invalid request. Please check your input and try again.",
    "UNKNOWN": "An unknown error occurred. Please try again.",
    "ACCOUNT_DETAILS_FAILED": "Failed to load account details. Please try again.",
    "FORMS_LIST_FAILED": "Failed to load forms. Please try again.",
    "GOOGLE_ACCOUNT_NOT_LINKED": "An account with this email already exists. Sign in with your password, then connect Google from Settings.",
    "GOOGLE_SIGN_IN_FAILED": "Google sign-in did not complete. Please try again."
  },
  "SELECT_ORG": {
    "HEADER": "Select Organization",
    "NO_ORGANIZATIONS": "No organizations found for your account",
    "LOADING": "Loading organizations..."
  },
  "LAYOUT": {
    "LOGOUT": "Logout"
  },
  "LOGIN": {
    "TITLE": "Login to your account",
    "EMAIL_LABEL": "Email",
    "PASSWORD_LABEL": "Password",
    "EMAIL_REQUIRED": "Email is required",
    "EMAIL_INVALID": "Please enter a valid email address",
    "PASSWORD_REQUIRED": "Password is required",
    "FORGOT_PASSWORD": "Forgot Password?",
    "SIGN_IN_BUTTON": "Sign In",
    "NO_ACCOUNT_PROMPT": "Don't have an account?",
    "REGISTER_LINK": "Create Account"
  },
  "DASHBOARD": {
    "WELCOME": "Welcome back, {{name}}!",
    "CREATE_FORM_BUTTON": "Create New Form",
    "RETRY": "Retry",
    "CREATE_TEMPLATE_FORM": "Create Template Form",
    "CREATE_TEMPLATE_FORM_DESC": "Create a reusable form template that can be filled out multiple times. Perfect for recurring documents and automation workflows.",
    "CREATE_SINGLE_USE_FORM": "Create Single Use Form",
    "CREATE_SINGLE_USE_FORM_DESC": "Create a one-time form that can be filled out once. Ideal for unique documents or specific one-off requests.",
    "SINGLE_USE_VS_TEMPLATE": "Single Use vs Template Forms",
    "LEARN_MORE": "Learn More",
    "HELP_TOOLTIP": "Learn about the difference between form types",
    "UPGRADE": "Upgrade",
    "UPGRADE_NOW": "Upgrade Now",
    "SHOW_ARCHIVED_FORMS": "Show Archived Forms",
    "SHOW_ACTIVE_FORMS": "Show Active Forms",
    "NO_FORMS_TITLE": "No Forms Yet",
    "NO_FORMS_MESSAGE": "You haven't created any forms yet. Click the button below to get started!",
    "NO_ARCHIVED_FORMS_TITLE": "No Archived Forms",
    "NO_ARCHIVED_FORMS_MESSAGE": "You don't have any archived forms",
    "ACCOUNT_BLOCKED_TITLE": "Account Limited",
    "ACCOUNT_BLOCKED_MESSAGE": "Your account has been limited due to exceeding the usage limits of your current plan.",
    "ACCOUNT_BLOCKED_MESSAGE_2": "Please upgrade your plan to continue using FillFaster.",
    "CREDIT_WARNING_TITLE": "Low Credit Balance",
    "CREDIT_WARNING_MESSAGE": "You have used up your free credits. Your account will be limited if you continue to use more credits.",
    "CREDIT_WARNING_MESSAGE_2": "Upgrade to a paid plan to continue using FillFaster without restrictions.",
    "CARDS": {
      "TOTAL_FORMS": {
        "TITLE": "Active Forms"
      },
      "ENVELOPES_SENT": {
        "TITLE": "Envelopes Sent (This Month)"
      },
      "DOCUMENTS_COMPLETED": {
        "TITLE": "Documents Completed"
      },
      "USAGE_OVERVIEW": {
        "TITLE": "Usage This Month"
      },
      "CREDITS_REMAINING": {
        "TITLE": "Credits Remaining"
      }
    },
    "TABLE": {
      "HEADERS": {
        "FORM_NAME": "Form Name",
        "SUBMISSIONS": "Submissions",
        "CREATED": "Created",
        "GENERATED_PDFS": "Generated PDFs",
        "ACTIONS": "Actions"
      },
      "ACTIONS": {
        "USE": "Use Template",
        "EDIT": "Edit",
        "MORE": "More Actions",
        "DUPLICATE": "Duplicate Form",
        "ARCHIVE": "Archive",
        "ARCHIVE_FORM": "Archive Form",
        "UNARCHIVE_FORM": "Unarchive Form",
        "SUBMISSIONS": "View Submissions",
        "SUBMISSIONS_SHORT": "Submissions",
        "CREATE_SINGLE_USE": "Create Single-Use Link",
        "EDIT_SETTINGS": "Edit Settings",
        "CREATE_SUBMISSION": "Create Submission",
        "COPY_LINK": "Copy Link",
        "EDIT_FORM": "Edit Form",
        "VIEW_FORM": "View Form"
      },
      "EMPTY_MESSAGE": "No form templates found. Start by creating one!",
      "NO_ARCHIVED_FORMS": "No archived forms found",
      "ONE_TIME_FORM_NAME": "Single Use Forms"
    },
    "TOAST": {
      "LINK_COPIED": "Form link copied successfully",
      "LINK_COPY_FAILED": "Error copying link",
      "FORM_ARCHIVED": "Form archived successfully",
      "FORM_UNARCHIVED": "Form restored from archive successfully",
      "FORM_ARCHIVE_FAILED": "Failed to archive form. Please try again.",
      "FORM_UNARCHIVE_FAILED": "Failed to restore form. Please try again."
    }
  },
  "SUBMISSIONS": {
    "TITLE": "Form Submissions",
    "VIEW_SUBMISSION": "View Submission",
    "DOWNLOAD_PDF": "Download PDF",
    "BACK_BUTTON": "Back",
    "EXPORT_BUTTON": "Export to Excel",
    "TOAST": {
      "SUBMISSION_UPDATED": "Submission updated successfully.",
      "SUBMISSION_UPDATE_FAILED": "Failed to update submission.",
      "NOTE_UPDATED": "Note updated successfully.",
      "NOTE_UPDATE_FAILED": "Failed to update note.",
      "LINK_COPIED": "Submission link copied to clipboard.",
      "EXPORT_STARTED": "Export started successfully. You will receive an email with the download link.",
      "EXPORT_NO_FORM": "No form is selected for export.",
      "EXPORT_FAILED": "Failed to start export.",
      "EXPORT_COMPLETE": "Export complete. Your download will begin shortly."
    },
    "PDF_LOAD_ERROR": "Failed to load PDF.",
    "LOADING_PDF": "Loading PDF...",
    "SUBMISSION_LOAD_ERROR": "Failed to load submission details.",
    "DEFAULT_FORM_NAME": "Submission",
    "DEFAULT_DOWNLOAD_NAME": "submission",
    "SUBMITTED_ON": "Submitted on",
    "HEADERS": {
      "SUBMISSIONS_LIST": "Submissions",
      "SEARCH_SUBMISSIONS": "Search Submissions"
    },
    "TABLE": {
      "HEADERS": {
        "DATE": "Created Date",
        "NAME": "Name",
        "OPENED": "Opened",
        "SUBMITTED": "Submission Date",
        "EXPIRATION": "Expiration",
        "ACTIONS": "Actions",
        "DETAILS": "Details",
        "NOTES": "Notes",
        "ID": "Submission ID"
      },
      "EXPIRED_TOOLTIP": "This submission has expired.",
      "NOT_SUBMITTED_YET": "Not submitted yet",
      "SAVE_NOTE": "Save Note",
      "NO_SUBMISSIONS_YET": "No submissions for this form yet.",
      "NO_SUBMISSIONS_FOUND": "No submissions found for your search.",
      "EMPTY_MESSAGE": "No submissions to display.",
      "NO_TITLE": "Untitled Submission",
      "NO_NOTES": "No notes",
      "NOTES_PLACEHOLDER": "Add a note..."
    },
    "TOOLTIPS": {
      "SUBMITTED_DIRECTLY": "Submitted directly without being opened.",
      "VIEWED_ON": "Viewed on:",
      "VIEW_PDF": "View submission PDF",
      "COPY_LINK": "Copy submission link",
      "EDIT_EXPIRATION": "Edit expiration date",
      "SAVE_EXPIRATION": "Save expiration date",
      "CANCEL_EXPIRATION": "Cancel expiration edit",
      "EDIT_NOTE": "Edit note",
      "SAVE_NOTE": "Save note"
    },
    "PRIVACY": {
      "NOT_STORED_NOTICE": "File Not Available",
      "NOT_STORED_DESCRIPTION": "This submission's files are not stored on our servers for privacy reasons. The data was sent directly to a configured webhook endpoint and is not available for viewing or downloading here.",
      "NOT_STORED_TOOLTIP": "File not stored for privacy reasons. Cannot view or download."
    },
    "EXPORT": {
      "TOOLTIP": "You will receive an email with the download link shortly.",
      "INFO_TITLE": "Export in Progress",
      "INFO_MESSAGE": "The export is being processed. You will receive an email with the download link as soon as it is ready. You can close this message.",
      "TITLE": "Export Submissions",
      "CONFIRMATION": "Are you sure you want to export all submissions for this form?",
      "TIME_ESTIMATE": "This may take a few minutes for large datasets. You will receive an email with the download link when ready.",
      "GENERATING_FILE": "Generating Excel file...",
      "CLOSE": "Cancel",
      "EXPORT": "Export",
      "PRIVACY_NOTICE": "Note: Submissions with internal storage disabled will be skipped from the export, as their files are not stored on our servers.",
      "PRIVACY_EXPORT_INFO": "Note: Some submissions may be excluded from the export due to privacy settings."
    },
    "SEARCH_PLACEHOLDER": "Search by name, email, or submission ID..."
  },
  "TOAST": {
    "SUCCESS": "Success",
    "ERROR": "Error",
    "INFO": "Info",
    "COPIED": "Copied"
  },
  "WORKSPACES": {
    "TITLE": "Workspaces",
    "NEW_WORKSPACE": "New Workspace",
    "TABLE": {
      "HEADERS": {
        "NAME": "Name",
        "ID": "Workspace ID",
        "SELECT": "Select",
        "ACTIONS": "Actions"
      },
      "ACTIONS": {
        "SELECT": "Select"
      },
      "EMPTY_MESSAGE": "No workspaces found."
    },
    "FORM": {
      "NAME_LABEL": "Workspace Name",
      "NAME_REQUIRED": "Workspace name is required."
    },
    "CREATE_WORKSPACE": "Create Workspace",
    "EDIT_WORKSPACE": "Edit Workspace",
    "TOAST": {
      "SAVED": "Workspace saved successfully.",
      "SAVE_ERROR": "Failed to save workspace.",
      "DELETED": "Workspace deleted successfully.",
      "DELETE_ERROR": "Failed to delete workspace."
    },
    "DELETE_CONFIRMATION_HEADER": "Confirm Deletion",
    "DELETE_CONFIRMATION_MESSAGE": "Are you sure you want to delete the workspace \"{name}\"?"
  },
  "GENERAL": {
    "SAVE": "Save",
    "CANCEL": "Cancel",
    "CLOSE": "Close"
  },
  "ORGANIZATION_SETTINGS": {
    "TITLE": "Organization Settings",
    "FORM": {
      "NAME_LABEL": "Organization Name",
      "SAVE_BUTTON": "Save Changes"
    },
    "TOAST": {
      "UPDATE_SUCCESS": "Organization name updated successfully.",
      "UPDATE_ERROR": "Failed to update organization name.",
      "SAVED": "Organization settings saved successfully."
    },
    "CREATE_ORGANIZATION": {
      "TITLE": "Create New Organization",
      "FORM": {
        "NAME_LABEL": "Organization Name",
        "CREATE_BUTTON": "Create Organization"
      },
      "SUCCESS_MESSAGE": "Organization created successfully!",
      "ERROR_MESSAGE": "Failed to create organization."
    },
    "TABS": {
      "GENERAL": "General",
      "MEMBERS": "Members",
      "INTEGRATIONS": "Integrations"
    },
    "MEMBERS": {
      "TITLE": "Organization Members",
      "SUBTITLE": "Manage members and pending invitations for your organization",
      "CURRENT_MEMBERS": "Current Members",
      "PENDING_INVITATIONS": "Pending Invitations",
      "INVITE_MEMBER": "Invite New Member",
      "TABLE": {
        "NAME": "Name",
        "EMAIL": "Email",
        "ROLE": "Role",
        "WORKSPACE_ACCESS": "Workspace Access",
        "ACTIONS": "Actions",
        "INVITED_DATE": "Invited",
        "EXPIRES": "Expires",
        "YOU": "(You)"
      },
      "ROLES": {
        "OWNER": "Owner",
        "ADMIN": "Admin",
        "MEMBER": "Member"
      },
      "ACTIONS": {
        "CHANGE_ROLE": "Change Role",
        "EDIT_WORKSPACE_ACCESS": "Edit Workspace Access",
        "REMOVE": "Remove Member",
        "RESCIND": "Rescind Invitation"
      },
      "INVITE_FORM": {
        "EMAIL_LABEL": "Email Address",
        "EMAIL_PLACEHOLDER": "member@example.com",
        "EMAIL_REQUIRED": "Email is required",
        "EMAIL_INVALID": "Please enter a valid email address",
        "ROLE_LABEL": "Role",
        "ROLE_REQUIRED": "Please select a role",
        "WORKSPACE_ACCESS_LABEL": "Workspace Access",
        "WORKSPACE_ACCESS_HELP": "Select workspaces this member can access (leave empty for all workspaces)",
        "WORKSPACE_ACCESS_HELP_DETAIL": "If no workspaces are selected, the member will have access to all workspaces in the organization",
        "SEND_BUTTON": "Send Invitation"
      },
      "CONFIRM": {
        "REMOVE_TITLE": "Remove Member",
        "REMOVE_MESSAGE": "Are you sure you want to remove <b>{{name}}</b> from this organization?",
        "RESCIND_TITLE": "Rescind Invitation",
        "RESCIND_MESSAGE": "Are you sure you want to cancel the invitation for <b>{{email}}</b>?",
        "ROLE_CHANGE_TITLE": "Change Member Role",
        "ROLE_CHANGE_MESSAGE": "Change <b>{{name}}</b>'s role to <b>{{role}}</b>?"
      },
      "TOAST": {
        "INVITATION_SENT": "Invitation sent successfully to <b>{{email}}</b>",
        "USER_ADDED": "<b>{{email}}</b> has been added to the organization",
        "WORKSPACE_ACCESS_UPDATED": "Workspace access updated successfully",
        "INVITATION_FAILED": "Failed to send invitation",
        "MEMBER_REMOVED": "Member removed successfully",
        "MEMBER_REMOVE_FAILED": "Failed to remove member",
        "ROLE_UPDATED": "Member role updated successfully",
        "ROLE_UPDATE_FAILED": "Failed to update member role",
        "WORKSPACE_ACCESS_UPDATE_FAILED": "Failed to update workspace access",
        "INVITATION_RESCINDED": "Invitation cancelled successfully",
        "INVITATION_RESCIND_FAILED": "Failed to cancel invitation",
        "LOAD_FAILED": "Failed to load members"
      },
      "WORKSPACE_ACCESS": {
        "TITLE": "Edit Workspace Access",
        "SUBTITLE": "Select workspaces this member can access",
        "HELP_TEXT": "Leave all unchecked to grant access to all workspaces",
        "SELECT_ALL": "Select All",
        "DESELECT_ALL": "Deselect All",
        "ALL_WORKSPACES": "All Workspaces",
        "NO_WORKSPACES": "No workspaces available",
        "SAVE_BUTTON": "Save Changes",
        "CANCEL_BUTTON": "Cancel"
      },
      "NO_MEMBERS": "No members found",
      "NO_INVITATIONS": "No pending invitations",
      "LOADING": "Loading members..."
    },
    "ACCESS_DENIED": "Access denied. Only organization owners can manage organization settings."
  },
  "CREATE_ORG": {
    "HEADER": "Create Your First Organization",
    "SUBTITLE": "Welcome to FillFaster! To get started, you need to create an organization.",
    "ORG_NAME_PLACEHOLDER": "Organization Name",
    "CREATE_BUTTON": "Create Organization",
    "NAME_REQUIRED": "Organization name is required.",
    "TOAST": {
      "CREATE_ERROR": "Failed to create organization."
    }
  },
  "VALIDATION": {
    "REQUIRED_FIELD": "This field is required"
  },
  "GROW_PAYMENTS": {
    "TITLE": "Grow Payments",
    "STATUS_LABEL": "Connection Status",
    "STATUS": {
      "NOT_CONNECTED": "Not Connected",
      "PENDING": "Pending Approval",
      "CONNECTED": "Connected (Active)"
    },
    "DESCRIPTION": {
      "NOT_CONNECTED": "Enable credit cards, Apple Pay, Google Pay, and bank transfers on your forms using Grow Payments.",
      "PENDING": "Your onboarding form was submitted. Grow's team is currently reviewing your account. This normally takes up to 1 business day.",
      "CONNECTED": "Your Grow integration is active! You can now add Grow payment fields in your Form Builder."
    },
    "CONNECT_BUTTON": "Register and Connect Account",
    "CHECK_STATUS_BUTTON": "Check Status",
    "REGISTER_AGAIN_BUTTON": "Register Again",
    "HELP_GUIDE_LINK": "More details & setup guide",
    "ANNOUNCEMENT": {
      "TITLE": "New: Accept payments on forms with Grow",
      "MESSAGE": "You can connect payment acceptance to your forms from Settings.",
      "CTA": "Connect",
      "DISMISS": "Dismiss"
    },
    "INFO": {
      "LINK_LABEL": "More info",
      "TITLE": "Grow Payments via FillFaster",
      "SUBTITLE": "Connect payment acceptance to your forms - the account, charges, and payouts are with Grow.",
      "DISCLAIMER_LEAD": "FillFaster only provides the connection to your forms and is not a party to the transaction or payments.",
      "DISCLAIMER_PAYMENTS": "Payment processing, receiving funds, and billing are handled with Grow.",
      "DISCLAIMER_APPROVAL": "Account approval and service onboarding are decided by Grow (and subject to credit-card company approval).",
      "DISCLAIMER_SUPPORT": "FillFaster cannot provide support for payments, fees, or your Grow account.",
      "PRICING_TITLE": "How much does it cost?",
      "PRICE_MAIN": "{{percent}}% per transaction + ₪{{monthly}} / month",
      "PRICE_VAT": "Prices exclude VAT",
      "FEE_INCLUDED": "The subscription includes {{transactions}} transactions (cards / wallets) and {{documents}} documents per month",
      "FEE_EXTRA": "Each additional transaction and/or document above {{transactions}} per month - ₪{{amount}}",
      "FEE_BIT_PAYBOX": "bit/PayBox transactions - additional {{percent}}%",
      "FEE_BANK_TRANSFER": "Bank transfer fee - ₪{{amount}} only",
      "FEE_DINERS_TOURIST": "Diners processing - {{diners}}%, tourist card fee - {{tourist}}%",
      "NOTES_TITLE": "Important to know",
      "NOTE_MONTHLY_CHARGE": "Subscription fees are charged from your Grow account balance at the start of each month",
      "NOTE_FEE_SCHEDULE": "This offer is subject to Grow's fee schedule",
      "NOTE_CREDIT_APPROVAL": "Joining the service is subject to credit-card company approval and to Grow's privacy policy and terms of use",
      "SUPPORT_TITLE": "Registration & support",
      "REGISTRATION_TEXT": "Grow registration is done through the registration form here in the FillFaster dashboard.",
      "SUPPORT_TEXT": "If you need registration support directly from Grow, tell them you are joining via FillFaster - so Grow can share your user details with us and the integration can work."
    },
    "MODAL": {
      "TITLE": "Connect Grow Payments",
      "BUSINESS_NUMBER_LABEL": "Business Number (ח.פ / ת.ז / ע.מ)",
      "BUSINESS_NUMBER_PLACEHOLDER": "Enter 9-digit business number",
      "PHONE_LABEL": "Mobile Phone",
      "PHONE_PLACEHOLDER": "e.g., 0501234567",
      "WEBSITE_LABEL": "Website URL (Optional)",
      "WEBSITE_PLACEHOLDER": "e.g., www.mybusiness.co.il",
      "METHOD_LABEL": "Onboarding Method",
      "METHOD_IFRAME": "Standard (Register in-app via Iframe)",
      "METHOD_SMS": "Send SMS Link (Register on my mobile phone)",
      "SUBMIT_BUTTON": "Start Onboarding",
      "IFRAME_TITLE": "Grow Registration Wizard",
      "IFRAME_LOADING": "Loading Grow registration form...",
      "SUPPORT_NOTE": "If you encounter any issues during registration, please contact Grow support."
    },
    "VALIDATION": {
      "BUSINESS_NUMBER_REQUIRED": "Business number is required.",
      "BUSINESS_NUMBER_INVALID": "Business number must be 9 digits.",
      "PHONE_REQUIRED": "Mobile phone is required.",
      "PHONE_INVALID": "Please enter a valid Israeli mobile number (10 digits starting with 05)."
    },
    "TOAST": {
      "SMS_SENT": "SMS sent to {{phone}} with registration instructions. Once approved, your account will activate automatically.",
      "FORM_COMPLETED": "Onboarding form completed! Waiting for Grow approval.",
      "ONBOARDING_ERROR": "Failed to start onboarding. Please try again."
    }
  },
  "SETTINGS": {
    "TITLE": "Account Settings",
    "INTEGRATIONS": {
      "TITLE": "Integrations"
    },
    "PROFILE_CARD": {
      "HEADER": "Profile Information",
      "FIRST_NAME": "First Name",
      "LAST_NAME": "Last Name",
      "COMPANY_NAME": "Company Name",
      "COMPANY_HINT": "Shown to people who receive your forms",
      "EMAIL": "Email Address",
      "SAVE_BUTTON": "Save Changes"
    },
    "TOAST": {
      "PROFILE_UPDATED": "Your profile has been updated successfully.",
      "PROFILE_UPDATE_FAILED": "Failed to update your profile. Please try again."
    }
  },
  "DEVELOPER": {
    "TITLE": "Developer's Page",
    "DESCRIPTION": "Manage your API tokens and integrating FillFaster API into your applications.",
    "API_TOKEN_CARD": {
      "HEADER": "Your API Token",
      "DESCRIPTION": "Your API token is your unique identifier that allows you to access FillFaster's API. It's like a key that unlocks all the powerful features we offer.",
      "PLACEHOLDER": "API Token",
      "COPY_BUTTON": "Copy",
      "GENERATE_BUTTON": "Generate New Token"
    },
    "USAGE_CARD": {
      "HEADER": "Using Your Token",
      "DESCRIPTION": "To use your token, include it in the header of your API requests:",
      "CODE_EXAMPLE": "headers = {\n    \"Authorization\": \"Bearer YOUR_API_TOKEN\"\n}",
      "REPLACE_NOTE": "Replace YOUR_API_TOKEN with your actual API token."
    },
    "DOCS_CARD": {
      "HEADER": "API Documentation",
      "DESCRIPTION": "For more information on how to use your API token and integrate FillFaster into your applications, check out our API Documentation.",
      "LINK_BUTTON": "View API Documentation"
    },
    "SECURITY_WARNING": {
      "TITLE": "Security Notice",
      "MESSAGE": "Remember, keep your API token secure and don't share it with anyone. If you have any questions or need further assistance, don't hesitate to contact our support team. Happy coding! 🧑‍💻"
    },
    "TOAST": {
      "TOKEN_GENERATED": "New API token generated successfully.",
      "TOKEN_COPIED": "API token copied to clipboard.",
      "LOAD_FAILED": "Failed to load API token.",
      "GENERATE_FAILED": "Failed to generate new token."
    }
  },
  "BILLING": {
    "AFFILIATE_INFO": "For affiliate information and help, please visit our help center",
    "CLICK_HERE": "click here",
    "LOADING": "Loading billing portal..."
  },
  "NOT_FOUND": {
    "TITLE": "Page Not Found",
    "MESSAGE": "The page you're looking for doesn't exist or has been moved.",
    "GO_HOME": "Go to Dashboard",
    "GO_BACK": "Go Back",
    "HELP_TEXT": "If you believe this is an error, please contact support."
  },
  "RESET_PASSWORD": {
    "REQUEST_TITLE": "Reset Your Password",
    "EMAIL_SENT": "Password reset link has been sent to your email address.",
    "SEND_RESET_LINK": "Send Reset Link",
    "SET_NEW_PASSWORD": "Set New Password",
    "NEW_PASSWORD": "New Password",
    "CONFIRM_NEW_PASSWORD": "Confirm New Password",
    "SET_NEW_PASSWORD_BUTTON": "Set New Password",
    "PASSWORD_CHANGED_SUCCESS": "Your password has been successfully changed.",
    "CLICK_TO_LOGIN": "Click here to login",
    "PASSWORD_REQUIRED": "Password is required",
    "CONFIRM_PASSWORD_REQUIRED": "Password confirmation is required",
    "PASSWORDS_DO_NOT_MATCH": "Passwords do not match",
    "LINK_NO_LONGER_VALID": "This reset link is no longer valid. Please request a new one.",
    "VALIDATING_TOKEN": "Validating reset link...",
    "BACK_TO_LOGIN": "Back to",
    "DONT_HAVE_ACCOUNT": "Don't have an account?",
    "REGISTER_HERE": "Register here"
  },
  "PASSWORD_STRENGTH": {
    "HEADER": "Password Strength",
    "RULES_TITLE": "Password requirements:",
    "MIN_LENGTH": "At least {{minLength}} characters",
    "UPPERCASE": "At least one uppercase letter",
    "LOWERCASE": "At least one lowercase letter",
    "NUMBER": "At least one number",
    "SPECIAL_CHAR": "At least one special character",
    "COMPLEXITY_COUNT": "And at least {{minComplexity}} of the complexity rules:",
    "REQUIREMENTS_NOT_MET": "Password must be at least {{minLength}} characters and meet at least {{minComplexity}} of the complexity rules"
  },
  "User not exist": "User not exist",
  "OAUTH": {
    "FILLFASTER_TITLE": "FillFaster",
    "SIGNED_IN_AS": "Signed in as",
    "APP_WANTS_TO": "{{appName}} would like to:",
    "PERMISSION_GET_TOKEN": "Get your FillFaster's API Token",
    "PERMISSION_OPENID": "Access your identity (OpenID Connect) and complete the connection securely",
    "CLIENT_ID_LABEL": "Application",
    "SCOPE_LABEL": "Requested access",
    "INVALID_OAUTH_REQUEST": "This connection link is invalid or incomplete. Start again from the app you are connecting.",
    "LOGIN_TO_CONTINUE": "Sign in to connect {{appName}}",
    "LOGIN_PROMPT_OAUTH": "Use your FillFaster email and password. You will stay on this page to approve access.",
    "LOGIN_AND_CONTINUE": "Sign in and continue",
    "CANCEL": "Cancel",
    "ALLOW": "Allow",
    "UNAUTHORIZED_USE": "Unauthorized Use",
    "LOGIN_TO_AUTHORIZE": "Login to Authorize {{appName}}",
    "LOGIN_PROMPT": "Please log in to your FillFaster account to continue.",
    "LOGIN_AND_AUTHORIZE": "Login & Authorize",
    "NOT_LOGGED_IN": "You must be logged in to authorize this application.",
    "ERROR_FETCHING_DETAILS": "An error occurred while fetching your account details.",
    "ERROR_CONSENT_SUBMIT": "We could not complete the connection. Try again or contact support if this keeps happening.",
    "ERROR_GENERATING_TOKEN": "An error occurred while generating the API token.",
    "LOADING": "Loading..."
  },
  "CHECKOUT_REDIRECT": {
    "SETTING_UP_ACCOUNT": "Setting up your account...",
    "PLEASE_WAIT": "Please wait while we set up your account",
    "GO_TO_DASHBOARD": "Go to Dashboard",
    "CONTACT_SUPPORT": "Contact Support",
    "ERROR_OCCURRED": "An error occurred while setting up your account.",
    "INVALID_DATA": "Invalid checkout data. Please try again or contact support.",
    "DATA_MISSING": "Data is missing, please choose a plan <a href=\"/pricing\" class=\"text-primary-500 hover:text-primary-600 font-semibold underline\">here</a>",
    "USER_MISMATCH": "We're sorry, but we couldn't update your user information.<br><br>This is because you logged in with a different user than the one you used to make the payment.<br><br><strong>Please <a href=\"/dashboard\" class=\"text-primary-500 hover:text-primary-600 underline\">login</a> with the new user.</strong><br><br>You can also contact our support team for assistance.",
    "USER_EXISTS": "Thank you for purchasing a new plan with FillFaster!<br><br>We noticed that <strong>you already have an account</strong> with us using this email.<br><br>To access your dashboard, <strong><a href=\"/dashboard\" class=\"text-primary-500 hover:text-primary-600 underline\">please login</a></strong>.<br><br>Forgot your password? <strong><a href=\"/account/reset-password\" class=\"text-primary-500 hover:text-primary-600 underline\">Reset your password</a></strong>.<br><br>Thank you for choosing FillFaster!",
    "CREATE_USER_FAILED": "We could not create a new user for you.<br><br>Please try again or contact our support team for assistance.",
    "UNEXPECTED_ERROR": "An unexpected error occurred. Please try again or contact support."
  },
  "PURCHASE": {
    "LOGO_ALT": "FillFaster logo",
    "LOGO_TITLE": "Subscribe for a Plan",
    "EXISTING_PLAN_MESSAGE": "You already have this plan on your account.",
    "UPGRADE_QUESTION": "Did you try to upgrade?",
    "BACK_TO_PRICING": "Go back to pricing page",
    "REGISTER_AND_SUBSCRIBE": "Register & Subscribe",
    "UPGRADE_AND_SUBSCRIBE": "Upgrade & Subscribe",
    "LOADING_CHECKOUT": "Loading checkout...",
    "ERROR_TITLE": "Unable to Load Checkout",
    "SCRIPT_LOAD_ERROR": "We couldn't load the checkout form. This might be due to a network issue or an invalid plan ID. Please try again or contact support."
  },
  "PRE_CHECKOUT": {
    "TITLE": "Create FillFaster account",
    "SUBTITLE": "Set your email and password, then continue to secure checkout.",
    "EMAIL_PLACEHOLDER": "you@company.com",
    "EMAIL_HINT": "Use your work email",
    "COMPANY_LABEL": "Company name",
    "COMPANY_PLACEHOLDER": "Acme Ltd",
    "COMPANY_HINT": "Shown to people who receive your forms",
    "COMPANY_REQUIRED": "Company name is required",
    "PHONE_LABEL": "Phone",
    "PHONE_COUNTRY": "Country code",
    "PHONE_PLACEHOLDER": "000-000-0000",
    "PHONE_HINT": "So we can reach you for support and onboarding",
    "PHONE_REQUIRED": "Phone number is required",
    "PHONE_INVALID": "Enter a valid phone number",
    "CONTINUE": "Register →",
    "USER_ALREADY_EXISTS": "An account with this email already exists.",
    "LOG_IN_INSTEAD": "Log in instead",
    "REGISTRATION_FAILED": "Could not create your account. Please try again or contact support.",
    "BACK_TO_CREATE_ACCOUNT": "Back to create account"
  },
  "THANKYOU": {
    "TITLE": "Thank You",
    "CONGRATULATIONS": "Congratulations! You have successfully purchased a plan with FillFaster.",
    "READY_TO_CREATE": "You are now ready to create and send forms that can be signed online by anyone, anytime.",
    "GO_TO_DASHBOARD": "Go to your dashboard",
    "EMAIL_CONFIRMATION": "You'll also receive an email confirmation with your receipt. Please keep it for your records.",
    "QUESTIONS_SUPPORT": "If you have any questions or need any support, you can contact us at any time. We're always happy to help.",
    "THANK_YOU_MESSAGE": "Thank you for choosing FillFaster!",
    "NEED_HELP": "Need help? Visit our Help Center"
  },
  "REGISTER": {
    "TITLE": "Create Your Account",
    "LOGO_ALT": "FillFaster Logo",
    "VALIDATING_INVITATION": "Validating your invitation...",
    "INVALID_INVITATION_TITLE": "Invalid or Expired Invitation",
    "NO_INVITATION_TOKEN": "No invitation token provided. To create a new account, please sign up through our checkout page.",
    "INVALID_TOKEN": "This invitation link is invalid or has expired. Please contact the person who invited you for a new invitation.",
    "VALIDATION_ERROR": "Unable to validate the invitation. Please try again or contact support.",
    "GO_TO_CHECKOUT": "Sign Up for FillFaster",
    "CONTACT_SUPPORT": "Contact Support",
    "JOINING_ORGANIZATION": "You're joining",
    "EMAIL": "Email",
    "FIRST_NAME": "First Name",
    "FIRST_NAME_PLACEHOLDER": "John",
    "FIRST_NAME_REQUIRED": "First name is required (minimum 2 characters)",
    "LAST_NAME": "Last Name",
    "LAST_NAME_PLACEHOLDER": "Doe",
    "LAST_NAME_REQUIRED": "Last name is required (minimum 2 characters)",
    "PASSWORD": "Password",
    "PASSWORD_PLACEHOLDER": "Enter a secure password",
    "PASSWORD_REQUIRED": "Password is required (minimum 8 characters)",
    "CONFIRM_PASSWORD": "Confirm Password",
    "CONFIRM_PASSWORD_PLACEHOLDER": "Re-enter your password",
    "CONFIRM_PASSWORD_REQUIRED": "Please confirm your password",
    "PASSWORDS_DO_NOT_MATCH": "Passwords do not match",
    "TERMS_CONSENT_BEFORE": "I agree to the ",
    "TERMS_OF_USE": "Terms of Use",
    "TERMS_CONSENT_MID": " and ",
    "PRIVACY_POLICY": "Privacy Policy",
    "TERMS_REQUIRED": "Please agree to the Terms of Use and Privacy Policy",
    "CREATE_ACCOUNT": "Create Account",
    "ALREADY_HAVE_ACCOUNT": "Already have an account?",
    "LOGIN_HERE": "Login here",
    "USER_ALREADY_EXISTS": "A user with this email already exists. Please log in to accept the invitation.",
    "REGISTRATION_FAILED": "Registration failed. Please try again or contact support.",
    "SUCCESS_TITLE": "Welcome to FillFaster!",
    "SUCCESS_MESSAGE": "Your account has been created successfully. You're now a member of {{organization}}.",
    "REDIRECTING": "Redirecting to your dashboard..."
  },
  "REVIEW": {
    "TITLE": "Leave FillFaster a Review!",
    "INTRO": "Thank you for being a loyal customer! Your insights will help us improve our products and serve you better. Share your experience and let others know how FillFaster has helped your business.",
    "REWARD_INFO": "Reward: Receive a $10 Amazon gift card or 40 FillFaster credits when you leave us a review.",
    "LEAVE_REVIEW_BUTTON": "Leave us a review",
    "ILLUSTRATION_ALT": "People leaving reviews",
    "EARN_REWARD": "Earn a Reward for leaving us a review!",
    "SHARE_EXPERIENCE_TITLE": "Share Your Experience",
    "SHARE_EXPERIENCE_DESC": "Join other clients in spreading the word about our products and services! Sharing your experience helps other professionals understand how FillFaster can support their business.",
    "TIPS_ICON_ALT": "Tips Icon",
    "TIPS_TITLE": "Tips on How to Write a Helpful Review",
    "TIPS_DESC": "Not sure what to include in your review? Here are a few guiding questions that can help:",
    "TIP_1": "What has been the most valuable feature of FillFaster for your business?",
    "TIP_2": "How has your workflow or productivity improved since using FillFaster?",
    "TIP_3": "What tool or process were you using before, and how does FillFaster compare?",
    "TIP_4": "What type of business or user would you recommend FillFaster to?",
    "PLATFORMS_TITLE": "Leave a review on the platform that's most relevant to you",
    "CAPTERRA_DESC": "A widely-used B2B software review platform where businesses search and compare tools. Reviews are used by software buyers to assess functionality, support, and value.",
    "CAPTERRA_BUTTON": "Leave a review on Capterra",
    "G2_DESC": "One of the largest software review sites for verified users. Popular among professionals evaluating SaaS products, especially for team and enterprise use.",
    "G2_BUTTON": "Leave a review on G2",
    "MONDAY_DESC": "Leave a review on Monday Marketplace if you're using FillFaster with Monday.com. Reviews help other Monday users discover and trust our integration.",
    "MONDAY_BUTTON": "Leave a review on Monday Marketplace",
    "FILLFASTER_DIRECT_DESC": "Submit a direct testimonial to FillFaster without using a third-party site. Share your experience directly with our team and we'll post it on our website.",
    "FILLFASTER_DIRECT_BUTTON": "Leave a direct review",
    "NAME": "Name",
    "NAME_PLACEHOLDER": "John Doe",
    "NAME_REQUIRED": "Name is required.",
    "TITLE_ROLE": "Title / Role",
    "TITLE_PLACEHOLDER": "Title",
    "COMPANY_NAME": "Company Name",
    "COMPANY_PLACEHOLDER": "Company Name",
    "EMAIL": "Email",
    "EMAIL_PLACEHOLDER": "john.doe@example.com",
    "EMAIL_REQUIRED": "Email is required.",
    "EMAIL_INVALID": "Invalid email format.",
    "PROFILE_LINK": "Profile Link (LinkedIn or Facebook)",
    "PROFILE_LINK_PLACEHOLDER": "Paste your LinkedIn or Facebook profile URL",
    "PROFILE_LINK_HINT": "We'll use your profile photo for your testimonial.",
    "RATING": "Rating",
    "RATING_REQUIRED": "Rating is required.",
    "WHICH_REWARD": "Which reward would you like?",
    "REWARD_AMAZON": "$10 Amazon gift card",
    "REWARD_CREDITS": "40 FillFaster credits",
    "REWARD_REQUIRED": "Reward selection is required.",
    "REVIEW_TEXT": "Review",
    "REVIEW_PLACEHOLDER": "Please write your review here. Minimum 100 characters.",
    "REVIEW_REQUIRED": "Review is required.",
    "REVIEW_MIN_LENGTH": "Review must be at least 100 characters.",
    "LOGO_PERMISSION": "I give FillFaster permission to display my company logo or my profile photo on their website alongside other customer logos.",
    "DIRECT_REVIEW_SUCCESS": "Your review was submitted successfully!",
    "SUBMIT_REVIEW": "Submit my review",
    "AUTO_REWARD_NOTE": "*You don't need to claim your reward when you submit a direct review. We will send you your reward automatically.",
    "CLAIM_REWARD_TITLE": "Claim Your Reward",
    "CLAIM_REWARD_INTRO": "To thank you for taking the time to write us a review, we're happy to offer you one of the following:",
    "OR": "OR",
    "SELECT_REWARD": "Please select a reward.",
    "CLAIM_REWARD_DESC": "In order for us to give you your reward, we need to validate that it has been published first. You just need to fill out this form to claim your reward. Please wait before the review has been published before submitting it!",
    "INCOGNITO_TIP": "To make sure that your review is published, look at the review page on an incognito window.",
    "REVIEW_LINK": "Link to your review",
    "REVIEW_LINK_PLACEHOLDER": "https://example.com/your-review-link",
    "CLAIM_REWARD_SUCCESS": "Your reward claim was submitted successfully!",
    "CLAIM_REWARD_BUTTON": "Claim my reward",
    "FAQ_TITLE": "Frequently Asked Questions",
    "FAQ_Q1": "Where will my review be displayed?",
    "FAQ_A1": "Your review will be published on the platform where you submitted it (e.g., Capterra, G2, Trustpilot, or Monday Marketplace). We may also publish this review on our website, on the Reviews page and carousels that appear on our website. If you chose to submit your review directly to FillFaster, it may be featured only on our website.",
    "FAQ_Q2": "Can I edit my review after submission?",
    "FAQ_A2": "Most third-party platforms allow you to edit your review by logging into your account. If you submitted your review directly to FillFaster, just email us at [support@fillfaster.com] with your updated text.",
    "FAQ_Q3": "How long will it take for my review to appear?",
    "FAQ_A3": "Reviews on third-party platforms typically go live within 24-72 hours, depending on their moderation process. Direct testimonials sent to FillFaster may take 1-2 business days to be published.",
    "FAQ_Q4": "When will I receive my reward?",
    "FAQ_A4": "Rewards are usually processed within 3-5 business days after your review is verified. We'll notify you by email once it's been approved and the reward is on its way.",
    "PLEASE_FILL_REQUIRED": "Please fill all required fields.",
    "SUBMISSION_FAILED": "Submission failed. Please try again."
  },
  "SERVER": {
    "User is already a member of this organization": "User is already a member of this organization",
    "Invalid or expired invitation token.": "Invalid or expired invitation token. Please contact the person who invited you for a new invitation."
  },
  "ONBOARDING": {
    "TITLE": "Get Started with FillFaster",
    "TITLE_MONDAY": "Get Started with FillFaster for Monday.com",
    "CARD_TITLE": "Get Started",
    "SUBTITLE": "Complete these steps to get the most out of your account",
    "SUBTITLE_MONDAY": "Set up your Monday.com integration",
    "PROGRESS": "Progress",
    "COMPLETE": "Complete",
    "STEPS_COMPLETE": "{{count}} of {{total}} steps",
    "NEXT_STEP": "Next",
    "GET_STARTED": "Get Started",
    "DISMISS": "Dismiss",
    "STEPS": {
      "CREATE_TEMPLATE": "Create a template form",
      "CREATE_TEMPLATE_DESC": "Build reusable forms for multiple submissions",
      "CREATE_TEMPLATE_DESC_MONDAY": "Required for Monday.com integration",
      "CREATE_SINGLE_USE": "Create a single-use form",
      "CREATE_SINGLE_USE_DESC": "Create one-time forms for specific needs",
      "CONNECT_AUTOMATION": "Connect an automation",
      "CONNECT_AUTOMATION_DESC": "Integrate with Make, Monday.com, or use our API",
      "CONNECT_MONDAY": "Connect Monday.com",
      "CONNECT_MONDAY_DESC": "Sync your forms with Monday.com boards",
      "FIRST_SUBMISSION": "Get your first signed submission",
      "FIRST_SUBMISSION_DESC": "Share your form and collect your first response"
    }
  },
  "COMPLETE_PROFILE": {
    "TITLE": "Complete your profile",
    "SUBTITLE": "We need a few more details before you continue.",
    "LAST_NAME": "Last name",
    "PHONE": "Phone",
    "COMPANY": "Company name",
    "REQUIRED": "This field is required",
    "SAVE": "Save and continue",
    "SAVE_FAILED": "Could not save your profile. Please try again."
  },
  "GOOGLE_AUTH": {
    "SIGN_IN": "Continue with Google",
    "SIGN_UP": "Sign up with Google",
    "OR": "or",
    "TERMS_NOTICE_BEFORE": "By continuing you agree to our "
  }
}
