342 lines
11 KiB
JSON
342 lines
11 KiB
JSON
{
|
|
"app": {
|
|
"title": "Sales CRM - Dashboard",
|
|
"description": "Modern Sales CRM Interface",
|
|
"name": "Sales CRM"
|
|
},
|
|
"nav": {
|
|
"dashboard": "Dashboard",
|
|
"deals": "Deals",
|
|
"contacts": "Contacts",
|
|
"tasks": "Tasks",
|
|
"integrations": "Integrations",
|
|
"settings": "Settings"
|
|
},
|
|
"dashboard": {
|
|
"title": "Dashboard",
|
|
"addNewDeal": "Add New Deal",
|
|
"tabs": {
|
|
"overview": "Overview",
|
|
"analytics": "Analytics",
|
|
"allDeals": "All Deals",
|
|
"reports": "Reports"
|
|
},
|
|
"stats": {
|
|
"monthlyRevenue": "Monthly Revenue",
|
|
"monthlyRevenueChange": "+12.5% from last month",
|
|
"newDealsClosed": "New Deals Closed",
|
|
"newDealsChange": "+3 from last month",
|
|
"pipelineValue": "Pipeline Value",
|
|
"pipelineChange": "+8.2% total pipeline",
|
|
"conversionRate": "Conversion Rate",
|
|
"conversionChange": "+2.1% lead to close"
|
|
},
|
|
"revenueOverview": "Revenue Overview",
|
|
"revenueOverviewDesc": "Monthly revenue and deals closed over time",
|
|
"recentSales": "Recent Sales",
|
|
"recentSalesDesc": "Latest deals closed by your team",
|
|
"allDealsTitle": "All Deals",
|
|
"allDealsDesc": "Comprehensive view of all deals with advanced filtering and sorting",
|
|
"analyticsTitle": "Analytics Dashboard",
|
|
"analyticsDesc": "Detailed analytics and performance metrics coming soon",
|
|
"analyticsPlaceholder": "Advanced analytics features will be available here",
|
|
"reportsTitle": "Reports",
|
|
"reportsDesc": "Generate and download comprehensive sales reports",
|
|
"reportsPlaceholder": "Report generation features will be available here"
|
|
},
|
|
"contacts": {
|
|
"title": "Contacts",
|
|
"description": "Manage your customer relationships and leads",
|
|
"addNew": "Add New Contact",
|
|
"search": "Search contacts...",
|
|
"filterByStatus": "Filter by status",
|
|
"allStatus": "All Status",
|
|
"active": "Active",
|
|
"inactive": "Inactive",
|
|
"lead": "Lead",
|
|
"customer": "Customer",
|
|
"gridView": "Grid View",
|
|
"listView": "List View",
|
|
"actions": "Actions",
|
|
"viewDetails": "View Details",
|
|
"editContact": "Edit Contact",
|
|
"deleteContact": "Delete Contact",
|
|
"editTitle": "Edit Contact",
|
|
"editDesc": "Update the contact information below.",
|
|
"addTitle": "Add New Contact",
|
|
"addDesc": "Create a new contact.",
|
|
"name": "Name",
|
|
"email": "Email",
|
|
"phone": "Phone",
|
|
"company": "Company",
|
|
"position": "Position",
|
|
"status": "Status",
|
|
"cancel": "Cancel",
|
|
"updateContact": "Update Contact",
|
|
"createContact": "Create Contact"
|
|
},
|
|
"deals": {
|
|
"title": "Deals",
|
|
"description": "Manage your sales pipeline and opportunities",
|
|
"addNew": "Add New Deal",
|
|
"search": "Search deals...",
|
|
"filterByStage": "Filter by stage",
|
|
"allStages": "All Stages",
|
|
"lead": "Lead",
|
|
"qualified": "Qualified",
|
|
"proposal": "Proposal",
|
|
"negotiation": "Negotiation",
|
|
"closedWon": "Closed Won",
|
|
"closedLost": "Closed Lost",
|
|
"gridView": "Grid View",
|
|
"listView": "List View",
|
|
"actions": "Actions",
|
|
"viewDetails": "View Details",
|
|
"editDeal": "Edit Deal",
|
|
"deleteDeal": "Delete Deal",
|
|
"expectedClose": "Expected close:",
|
|
"editTitle": "Edit Deal",
|
|
"editDesc": "Update the deal information below.",
|
|
"addTitle": "Add New Deal",
|
|
"addDesc": "Create a new deal opportunity.",
|
|
"dealName": "Deal Name",
|
|
"client": "Client",
|
|
"stage": "Stage",
|
|
"probability": "Probability (%)",
|
|
"value": "Value ($)",
|
|
"expectedCloseDate": "Expected Close",
|
|
"descriptionLabel": "Description",
|
|
"cancel": "Cancel",
|
|
"updateDeal": "Update Deal",
|
|
"createDeal": "Create Deal"
|
|
},
|
|
"tasks": {
|
|
"title": "Tasks",
|
|
"description": "Manage your to-dos and track progress",
|
|
"addNew": "Add New Task",
|
|
"search": "Search tasks...",
|
|
"filterByStatus": "Filter by status",
|
|
"allStatus": "All Status",
|
|
"todo": "Todo",
|
|
"inProgress": "In Progress",
|
|
"completed": "Completed",
|
|
"overdue": "Overdue",
|
|
"listView": "List View",
|
|
"boardView": "Board View",
|
|
"due": "Due:",
|
|
"relatedTo": "Related to:",
|
|
"low": "Low",
|
|
"medium": "Medium",
|
|
"high": "High",
|
|
"urgent": "Urgent",
|
|
"actions": "Actions",
|
|
"viewDetails": "View Details",
|
|
"editTask": "Edit Task",
|
|
"deleteTask": "Delete Task",
|
|
"editTitle": "Edit Task",
|
|
"editDesc": "Update the task information below.",
|
|
"addTitle": "Add New Task",
|
|
"addDesc": "Create a new task.",
|
|
"titleLabel": "Title",
|
|
"descriptionLabel": "Description",
|
|
"status": "Status",
|
|
"priority": "Priority",
|
|
"assignee": "Assignee",
|
|
"dueDate": "Due Date",
|
|
"relatedToLabel": "Related To",
|
|
"type": "Type",
|
|
"deal": "Deal",
|
|
"contact": "Contact",
|
|
"general": "General",
|
|
"cancel": "Cancel",
|
|
"updateTask": "Update Task",
|
|
"createTask": "Create Task"
|
|
},
|
|
"integrations": {
|
|
"title": "Integrations",
|
|
"description": "Connect your favorite tools and streamline your workflow",
|
|
"search": "Search integrations...",
|
|
"all": "All",
|
|
"communication": "Communication",
|
|
"productivity": "Productivity",
|
|
"crm": "CRM",
|
|
"automation": "Automation",
|
|
"email": "Email",
|
|
"development": "Development",
|
|
"browser": "Browser",
|
|
"connected": "Connected",
|
|
"connect": "Connect",
|
|
"manage": "Manage",
|
|
"popularTitle": "Popular Integrations",
|
|
"popularDesc": "Most commonly used integrations by sales teams",
|
|
"slackDesc": "Get notifications and updates directly in your Slack channels",
|
|
"calendarDesc": "Sync your meetings and appointments with Google Calendar",
|
|
"hubspotDesc": "Sync contacts and deals with your HubSpot CRM",
|
|
"zapierDesc": "Connect with 5000+ apps through Zapier automation",
|
|
"gmailDesc": "Track email opens and sync email conversations",
|
|
"githubDesc": "Link development work to customer deals and projects",
|
|
"chromeDesc": "Access CRM data directly from your browser",
|
|
"teamsDesc": "Collaborate with your team using Microsoft Teams",
|
|
"slackPopular": "95% of teams use this",
|
|
"calendarPopular": "87% of teams use this",
|
|
"gmailPopular": "78% of teams use this"
|
|
},
|
|
"settings": {
|
|
"title": "Settings",
|
|
"description": "Manage your account settings and preferences",
|
|
"tabs": {
|
|
"profile": "Profile",
|
|
"team": "Team",
|
|
"billing": "Billing",
|
|
"notifications": "Notifications",
|
|
"security": "Security"
|
|
},
|
|
"profile": {
|
|
"title": "Profile Information",
|
|
"desc": "Update your personal information and profile settings",
|
|
"changePhoto": "Change Photo",
|
|
"photoHint": "JPG, GIF or PNG. 1MB max.",
|
|
"firstName": "First Name",
|
|
"lastName": "Last Name",
|
|
"email": "Email",
|
|
"jobTitle": "Job Title",
|
|
"saveChanges": "Save Changes"
|
|
},
|
|
"team": {
|
|
"title": "Team Members",
|
|
"desc": "Manage your team members and their roles",
|
|
"inviteUser": "Invite User",
|
|
"user": "User",
|
|
"role": "Role",
|
|
"status": "Status",
|
|
"actions": "Actions",
|
|
"admin": "Admin",
|
|
"salesManager": "Sales Manager",
|
|
"salesRep": "Sales Rep"
|
|
},
|
|
"billing": {
|
|
"currentPlan": "Current Plan",
|
|
"currentPlanDesc": "You are currently on the Professional plan",
|
|
"plan": "Plan",
|
|
"professional": "Professional",
|
|
"price": "Price",
|
|
"priceValue": "$49/month",
|
|
"users": "Users",
|
|
"usersValue": "4 of 10",
|
|
"upgradePlan": "Upgrade Plan",
|
|
"paymentMethod": "Payment Method",
|
|
"paymentDesc": "Manage your payment information",
|
|
"expires": "Expires 12/24",
|
|
"updatePayment": "Update Payment Method",
|
|
"billingHistory": "Billing History",
|
|
"billingHistoryDesc": "Download your previous invoices",
|
|
"date": "Date",
|
|
"amount": "Amount",
|
|
"status": "Status",
|
|
"invoice": "Invoice",
|
|
"paid": "Paid",
|
|
"download": "Download"
|
|
},
|
|
"notifications": {
|
|
"title": "Notification Preferences",
|
|
"desc": "Choose how you want to be notified about updates",
|
|
"communication": "Communication",
|
|
"emailNotifications": "Email Notifications",
|
|
"emailNotificationsDesc": "Receive notifications via email",
|
|
"smsNotifications": "SMS Notifications",
|
|
"smsNotificationsDesc": "Receive notifications via SMS",
|
|
"inAppNotifications": "In-App Notifications",
|
|
"inAppNotificationsDesc": "Show notifications in the application",
|
|
"salesUpdates": "Sales Updates",
|
|
"dealUpdates": "Deal Updates",
|
|
"dealUpdatesDesc": "Notifications when deals are updated",
|
|
"taskReminders": "Task Reminders",
|
|
"taskRemindersDesc": "Reminders for upcoming tasks",
|
|
"weeklyReports": "Weekly Reports",
|
|
"weeklyReportsDesc": "Weekly summary of your sales performance",
|
|
"savePreferences": "Save Preferences"
|
|
},
|
|
"security": {
|
|
"password": "Password",
|
|
"passwordDesc": "Update your password to keep your account secure",
|
|
"currentPassword": "Current Password",
|
|
"newPassword": "New Password",
|
|
"confirmPassword": "Confirm New Password",
|
|
"updatePassword": "Update Password",
|
|
"twoFactor": "Two-Factor Authentication",
|
|
"twoFactorDesc": "Add an extra layer of security to your account",
|
|
"authenticatorApp": "Authenticator App",
|
|
"authenticatorDesc": "Use an authenticator app to generate verification codes",
|
|
"setup": "Setup",
|
|
"smsVerification": "SMS Verification",
|
|
"smsVerificationDesc": "Receive verification codes via SMS",
|
|
"activeSessions": "Active Sessions",
|
|
"activeSessionsDesc": "Manage your active sessions across devices",
|
|
"currentSession": "Current Session",
|
|
"currentSessionDetail": "Chrome on MacOS • San Francisco, CA",
|
|
"activeLabel": "Active",
|
|
"mobileApp": "Mobile App",
|
|
"mobileAppDetail": "iPhone • Last active 2 hours ago",
|
|
"revoke": "Revoke"
|
|
},
|
|
"toast": {
|
|
"saved": "Settings saved",
|
|
"savedDesc": "Your settings have been updated successfully."
|
|
}
|
|
},
|
|
"topbar": {
|
|
"search": "Search deals, contacts, tasks...",
|
|
"notifications": "Notifications",
|
|
"newDealCreated": "New deal created",
|
|
"newDealDetail": "Sarah added a $25k deal with TechCorp",
|
|
"taskDueSoon": "Task due soon",
|
|
"taskDueDetail": "Follow up with Acme Inc in 2 hours",
|
|
"dealClosed": "Deal closed",
|
|
"dealClosedDetail": "Mike closed a $15k deal with StartupXYZ",
|
|
"myAccount": "My Account",
|
|
"profile": "Profile",
|
|
"settings": "Settings",
|
|
"logOut": "Log out"
|
|
},
|
|
"dataTable": {
|
|
"dealName": "Deal Name",
|
|
"client": "Client",
|
|
"stage": "Stage",
|
|
"value": "Value",
|
|
"probability": "Probability",
|
|
"owner": "Owner",
|
|
"expectedClose": "Expected Close",
|
|
"actions": "Actions",
|
|
"copyDealId": "Copy deal ID",
|
|
"viewDealDetails": "View deal details",
|
|
"editDeal": "Edit deal",
|
|
"updateStage": "Update stage",
|
|
"deleteDeal": "Delete deal",
|
|
"filterDeals": "Filter deals...",
|
|
"columns": "Columns",
|
|
"previous": "Previous",
|
|
"next": "Next",
|
|
"noResults": "No results.",
|
|
"rowsSelected": "row(s) selected."
|
|
},
|
|
"chart": {
|
|
"revenue": "Revenue",
|
|
"deals": "Deals",
|
|
"months": ["Jan", "Feb", "Mar", "Apr", "May", "Jun"]
|
|
},
|
|
"datePicker": {
|
|
"pickDate": "Pick a date"
|
|
},
|
|
"sidebar": {
|
|
"userName": "John Doe",
|
|
"userRole": "Sales Manager"
|
|
},
|
|
"common": {
|
|
"cancel": "Cancel",
|
|
"save": "Save",
|
|
"delete": "Delete",
|
|
"edit": "Edit",
|
|
"actions": "Actions"
|
|
}
|
|
}
|