init
This commit is contained in:
@@ -0,0 +1,113 @@
|
||||
{
|
||||
"title": "Billings",
|
||||
"currentBill": "Current Bill",
|
||||
"configuration": "Configuration",
|
||||
"currentPlanDetails": "Current Plan Details",
|
||||
"upgradePlan": "Upgrade Plan",
|
||||
"cardBodyText01": "Free trial",
|
||||
"cardBodyText02": "(Your trial plan expires in 1 month 19 days)",
|
||||
"redeemCode": "Redeem Code",
|
||||
"accountStorage": "Account Storage",
|
||||
"used": "Used:",
|
||||
"remaining": "Remaining:",
|
||||
"charges": "Charges",
|
||||
"tooltip": "Charges for the current billing cycle",
|
||||
"description": "Description",
|
||||
"billingPeriod": "Billing Period",
|
||||
"billStatus": "Bill Status",
|
||||
"perUserValue": "Per User Value",
|
||||
"users": "Users",
|
||||
|
||||
"amount": "Amount",
|
||||
"invoices": "Invoices",
|
||||
"transactionId": "Transaction ID",
|
||||
"transactionDate": "Transaction Date",
|
||||
"paymentMethod": "Payment Method",
|
||||
"status": "Status",
|
||||
"ltdUsers": "You can add up to {{ltd_users}} users.",
|
||||
|
||||
"totalSeats": "Total seats",
|
||||
"availableSeats": "Available seats",
|
||||
"addMoreSeats": "Add more seats",
|
||||
|
||||
"drawerTitle": "Redeem Code",
|
||||
"label": "Redeem Code",
|
||||
"drawerPlaceholder": "Enter your redeem code",
|
||||
"redeemSubmit": "Submit",
|
||||
|
||||
"modalTitle": "Select the best plan for your team",
|
||||
"seatLabel": "No of seats",
|
||||
"freePlan": "Free Plan",
|
||||
"startup": "Startup",
|
||||
"business": "Business",
|
||||
"tag": "Most Popular",
|
||||
"enterprise": "Enterprise",
|
||||
|
||||
"freeSubtitle": "free forever",
|
||||
"freeUsers": "Best for personal use",
|
||||
"freeText01": "100MB storage",
|
||||
"freeText02": "3 projects",
|
||||
"freeText03": "5 team members",
|
||||
|
||||
"startupSubtitle": "FLAT RATE / month",
|
||||
"startupUsers": "Upto 15 users",
|
||||
"startupText01": "25GB storage",
|
||||
"startupText02": "Unlimited active projects",
|
||||
"startupText03": "Schedule",
|
||||
"startupText04": "Reporting",
|
||||
"startupText05": "Subscribe to projects",
|
||||
|
||||
"businessSubtitle": "user / month",
|
||||
"businessUsers": "16 - 200 users",
|
||||
|
||||
"enterpriseUsers": "200 - 500+ users",
|
||||
|
||||
"footerTitle": "Please provide us with a contact number we can use to reach you.",
|
||||
"footerLabel": "Contact Number",
|
||||
"footerButton": "Contact us",
|
||||
|
||||
"redeemCodePlaceHolder": "Enter your redeem code",
|
||||
"submit": "Submit",
|
||||
|
||||
"trialPlan": "Free Trial",
|
||||
"trialExpireDate": "Valid until {{trial_expire_date}}",
|
||||
"trialExpired": "Your free trial expired {{trial_expire_string}}",
|
||||
"trialInProgress": "Your free trial expires {{trial_expire_string}}",
|
||||
|
||||
"required": "This field is required",
|
||||
"invalidCode": "Invalid code",
|
||||
|
||||
"selectPlan": "Select the best plan for your team",
|
||||
"changeSubscriptionPlan": "Change your subscription plan",
|
||||
"noOfSeats": "Number of seats",
|
||||
"annualPlan": "Pro - Annual",
|
||||
"monthlyPlan": "Pro - Monthly",
|
||||
"freeForever": "Free Forever",
|
||||
"bestForPersonalUse": "Best for personal use",
|
||||
"storage": "Storage",
|
||||
"projects": "Projects",
|
||||
"teamMembers": "Team Members",
|
||||
"unlimitedTeamMembers": "Unlimited Team Members",
|
||||
"unlimitedActiveProjects": "Unlimited active projects",
|
||||
"schedule": "Schedule",
|
||||
"reporting": "Reporting",
|
||||
"subscribeToProjects": "Subscribe to projects",
|
||||
"billedAnnually": "Billed Annually",
|
||||
"billedMonthly": "Billed Monthly",
|
||||
|
||||
"pausePlan": "Pause Plan",
|
||||
"resumePlan": "Resume Plan",
|
||||
"changePlan": "Change Plan",
|
||||
"cancelPlan": "Cancel Plan",
|
||||
|
||||
"perMonthPerUser": "per user/month",
|
||||
"viewInvoice": "View Invoice",
|
||||
"switchToFreePlan": "Switch to Free Plan",
|
||||
|
||||
"expirestoday": "today",
|
||||
"expirestomorrow": "tomorrow",
|
||||
"expiredDaysAgo": "{{days}} days ago",
|
||||
|
||||
"continueWith": "Continue with {{plan}}",
|
||||
"changeToPlan": "Change to {{plan}}"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"overview": "Overview",
|
||||
"name": "Organization Name",
|
||||
"owner": "Organization Owner",
|
||||
"admins": "Organization Admins",
|
||||
"contactNumber": "Add Contact Number",
|
||||
"edit": "Edit"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"membersCount": "Members Count",
|
||||
"createdAt": "Created at",
|
||||
"projectName": "Project Name",
|
||||
"teamName": "Team Name",
|
||||
"refreshProjects": "Refresh projects",
|
||||
"searchPlaceholder": "Search by project name",
|
||||
"deleteProject": "Are you sure you want to delete this project?",
|
||||
"confirm": "Confirm",
|
||||
"cancel": "Cancel",
|
||||
"delete": "Delete Project"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"overview": "Overview",
|
||||
"users": "Users",
|
||||
"teams": "Teams",
|
||||
"billing": "Billing",
|
||||
"projects": "Projects",
|
||||
"adminCenter": "Admin Center"
|
||||
}
|
||||
33
worklenz-frontend/public/locales/en/admin-center/teams.json
Normal file
33
worklenz-frontend/public/locales/en/admin-center/teams.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"title": "Teams",
|
||||
"subtitle": "teams",
|
||||
"tooltip": "Refresh teams",
|
||||
"placeholder": "Search by name",
|
||||
"addTeam": "Add Team",
|
||||
"team": "Team",
|
||||
"membersCount": "Members Count",
|
||||
"members": "Members",
|
||||
"drawerTitle": "Create New Team",
|
||||
"label": "Team Name",
|
||||
"drawerPlaceholder": "Name",
|
||||
"create": "Create",
|
||||
"delete": "Delete",
|
||||
"settings": "Settings",
|
||||
"popTitle": "Are you sure?",
|
||||
"message": "Please enter a Name",
|
||||
"teamSettings": "Team Settings",
|
||||
"teamName": "Team Name",
|
||||
"teamDescription": "Team Description",
|
||||
"teamMembers": "Team Members",
|
||||
"teamMembersCount": "Team Members Count",
|
||||
"teamMembersPlaceholder": "Search by name",
|
||||
"addMember": "Add Member",
|
||||
"add": "Add",
|
||||
"update": "Update",
|
||||
"teamNamePlaceholder": "Name of the team",
|
||||
"user": "User",
|
||||
"role": "Role",
|
||||
"owner": "Owner",
|
||||
"admin": "Admin",
|
||||
"member": "Member"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"title": "Users",
|
||||
"subTitle": "users",
|
||||
"placeholder": "Search by name",
|
||||
"user": "User",
|
||||
"email": "Email",
|
||||
"lastActivity": "Last Activity",
|
||||
"refresh": "Refresh users"
|
||||
}
|
||||
Reference in New Issue
Block a user