{
"userWelcomeBefore": "Welcome, ",
"userWelcomeAfter": "!",
"activationTitle": "Activation",
"sessionTitle": "Session",
"tenantTitle": "Configuration",
"authTitle": "Authentication Required",
"authDescriptionBefore": "You'll need to log into your ",
"authDescriptionAfter": " account before managing your commissions.",
"authContinueLabel": "Continue",
"adminTitle": "Commission Management",
"adminDescription": "Manage commissions created on your platform.",
"devTitle": "Commission Management",
"devDescription": "Manage commissions assigned to you.",
"userTitle": "Commissions",
"userDescription": "View and manage your past commissions.",
"newCommissionTitle": "New Commission",
"newTaskLabel": "New Task",
"notFoundTitle": "Not Found",
"forbiddenTitle": "Forbidden",
"forbiddenMessage": "You do not have permission to edit this commission.",
"errorTitle": "Error",
"errorMessage": "An unexpected error occurred. Please try again later.",
"labelStatus": "Status",
"labelStatusDescription": "Required: Commission status.",
"labelOwner": "Owner",
"labelOwnerDescription": "Required: Commission owner.",
"labelAmount": "Amount",
"labelAmountDescription": "Optional: Commission amount.",
"labelDate": "Date",
"labelDateDescription": "Optional: Commission creation date.",
"labelAssignedTo": "Assigned To",
"labelAssignedToDescription": "Optional: The developer to assign this commission to.",
"labelCurrency": "Currency",
"labelCurrencyDescription": "Optional: Commission currency.",
"labelLocked": "Locked",
"labelLockedDescription": "Optional: Whether or not the commission is locked from user editing.",
"labelTasks": "Tasks",
"labelSendEmail": "Send Email",
"labelSendEmailDescription": "Optional: Send an email to the user regarding this update.",
"labelRequired": "Required",
"labelOptional": "Optional",
"youLabel": "(you)",
"noneLabel": "None",
"backLabel": "Back",
"backLabelWithArrow": "← Back",
"nextLabel": "Next",
"startLabel": "Start",
"createLabel": "Create",
"returnLabel": "Return",
"restartLabel": "Restart",
"saveLabel": "Save",
"syncLabel": "Sync",
"backToLabel": "Back to ",
"changesSaved": "Changes saved",
"changesRestored": "Changes restored",
"clearChanges": "Clear changes",
"brandName": "CommTrackr",
"createEstimatedTime": "Estimated time to complete: 2 minutes",
"commissionNotFound": "The requested commission was not found.",
"commissionLocked": "This commission is locked from user editing.",
"resourceNotFound": "The requested resource was not found.",
"offTitle": "CommTrackr Disabled",
"offDescription": "Enable CommTrackr for your app using <code>commtrackr.on();</code>",
"tenantMisconfiguredTitle": "Tenant Misconfigured",
"tenantMisconfiguredDescription": "Configure your CommTrackr tenant using <code>commtrackr.init({ tenant: { ... } });</code>",
"serviceOffline": "Service is currently offline.",
"noSession": "No session found. Please enable cookies and try again.",
"userNotAuthenticated": "User not authenticated. Please log in and try again.",
"serviceNotConfigured": "Service is not properly configured. Please contact the administrator.",
"noFieldsConfigured": "No fields configured for commission creation. Please contact the administrator.",
"createSuccess": "Your commission was created successfully.",
"syncSuccess": "Your commissions were synchronized successfully.",
"updateSuccess": "Your commission was updated successfully.",
"commissionNotFoundJson": "The requested commission was not found."
}