init
This commit is contained in:
10
worklenz-frontend/public/locales/en/settings/categories.json
Normal file
10
worklenz-frontend/public/locales/en/settings/categories.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"categoryColumn": "Category",
|
||||
"deleteConfirmationTitle": "Are you sure?",
|
||||
"deleteConfirmationOk": "Yes",
|
||||
"deleteConfirmationCancel": "Cancel",
|
||||
"associatedTaskColumn": "Associated Projects",
|
||||
"searchPlaceholder": "Search by name",
|
||||
"emptyText": "Categories can be created while updating or creating projects.",
|
||||
"colorChangeTooltip": "Click to change color"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "Change Password",
|
||||
"currentPassword": "Current Password",
|
||||
"newPassword": "New Password",
|
||||
"confirmPassword": "Confirm Password",
|
||||
"currentPasswordPlaceholder": "Enter your current password",
|
||||
"newPasswordPlaceholder": "New Password",
|
||||
"confirmPasswordPlaceholder": "Confirm Password",
|
||||
"currentPasswordRequired": "Please input your current password!",
|
||||
"newPasswordRequired": "Please input your new password!",
|
||||
"passwordValidationError": "Password must be at least 8 characters with an uppercase letter, a number, and a symbol.",
|
||||
"passwordMismatch": "Passwords do not match!",
|
||||
"passwordRequirements": "New password should be a minimum of 8 characters, with an uppercase letter, a number, and a symbol.",
|
||||
"updateButton": "Update Password"
|
||||
}
|
||||
22
worklenz-frontend/public/locales/en/settings/clients.json
Normal file
22
worklenz-frontend/public/locales/en/settings/clients.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"nameColumn": "Name",
|
||||
"projectColumn": "Project",
|
||||
"noProjectsAvailable": "No projects available",
|
||||
"deleteConfirmationTitle": "Are you sure?",
|
||||
"deleteConfirmationOk": "Yes",
|
||||
"deleteConfirmationCancel": "Cancel",
|
||||
"searchPlaceholder": "Search by name",
|
||||
"createClient": "Create Client",
|
||||
"pinTooltip": "Click to pin this into the main menu",
|
||||
"createClientDrawerTitle": "Create Client",
|
||||
"updateClientDrawerTitle": "Update Client",
|
||||
"nameLabel": "Name",
|
||||
"namePlaceholder": "Name",
|
||||
"nameRequiredError": "Please enter a Name",
|
||||
"createButton": "Create",
|
||||
"updateButton": "Update",
|
||||
"createClientSuccessMessage": "Create client success!",
|
||||
"createClientErrorMessage": "Create client failed!",
|
||||
"updateClientSuccessMessage": "Update client success!",
|
||||
"updateClientErrorMessage": "Update client failed!"
|
||||
}
|
||||
20
worklenz-frontend/public/locales/en/settings/job-titles.json
Normal file
20
worklenz-frontend/public/locales/en/settings/job-titles.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"nameColumn": "Name",
|
||||
"deleteConfirmationTitle": "Are you sure?",
|
||||
"deleteConfirmationOk": "Yes",
|
||||
"deleteConfirmationCancel": "Cancel",
|
||||
"searchPlaceholder": "Search by name",
|
||||
"createJobTitleButton": "Create Job Title",
|
||||
"pinTooltip": "Click to pin this into the main menu",
|
||||
"createJobTitleDrawerTitle": "Create Job Title",
|
||||
"updateJobTitleDrawerTitle": "Update Job Title",
|
||||
"nameLabel": "Name",
|
||||
"namePlaceholder": "Name",
|
||||
"nameRequiredError": "Please enter a Name",
|
||||
"createButton": "Create",
|
||||
"updateButton": "Update",
|
||||
"createJobTitleSuccessMessage": "Create job title success!",
|
||||
"createJobTitleErrorMessage": "Create job title failed!",
|
||||
"updateJobTitleSuccessMessage": "Update job title success!",
|
||||
"updateJobTitleErrorMessage": "Update job title failed!"
|
||||
}
|
||||
11
worklenz-frontend/public/locales/en/settings/labels.json
Normal file
11
worklenz-frontend/public/locales/en/settings/labels.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"labelColumn": "Label",
|
||||
"deleteConfirmationTitle": "Are you sure?",
|
||||
"deleteConfirmationOk": "Yes",
|
||||
"deleteConfirmationCancel": "Cancel",
|
||||
"associatedTaskColumn": "Associated Task Count",
|
||||
"searchPlaceholder": "Search by name",
|
||||
"emptyText": "Labels can be created while updating or creating tasks.",
|
||||
"pinTooltip": "Click to pin this into the main menu",
|
||||
"colorChangeTooltip": "Click to change color"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"language": "Language",
|
||||
"language_required": "Language is required",
|
||||
"time_zone": "Time zone",
|
||||
"time_zone_required": "Time zone is required",
|
||||
"save_changes": "Save Changes"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"title": "Notifications Settings",
|
||||
"emailTitle": "Send me email notifications",
|
||||
"emailDescription": "This includes new task assignments",
|
||||
"dailyDigestTitle": "Send me a daily digest",
|
||||
"dailyDigestDescription": "Every evening, you will receive a summary of recent activity in tasks.",
|
||||
"popupTitle": "Pop up notifications on my computer when Worklenz is open",
|
||||
"popupDescription": "Pop up notifications can be disabled by your browser. Change your browser settings to allow them.",
|
||||
"unreadItemsTitle": "Show the number of unread items",
|
||||
"unreadItemsDescription": "You'll see counts for each notification."
|
||||
}
|
||||
13
worklenz-frontend/public/locales/en/settings/profile.json
Normal file
13
worklenz-frontend/public/locales/en/settings/profile.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"uploadError": "You can only upload JPG/PNG file!",
|
||||
"uploadSizeError": "Image must be smaller than 2MB!",
|
||||
"upload": "Upload",
|
||||
"nameLabel": "Name",
|
||||
"nameRequiredError": "Name is required",
|
||||
"emailLabel": "Email",
|
||||
"emailRequiredError": "Email is required",
|
||||
"saveChanges": "Save Changes",
|
||||
"profileJoinedText": "Joined a month ago",
|
||||
"profileLastUpdatedText": "Last updated a month ago",
|
||||
"avatarTooltip": "Click to upload an avatar"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"nameColumn": "Name",
|
||||
"editToolTip": "Edit",
|
||||
"deleteToolTip": "Delete",
|
||||
"confirmText": "Are you sure?",
|
||||
"okText": "Yes",
|
||||
"cancelText": "Cancel"
|
||||
}
|
||||
14
worklenz-frontend/public/locales/en/settings/sidebar.json
Normal file
14
worklenz-frontend/public/locales/en/settings/sidebar.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"profile": "Profile",
|
||||
"notifications": "Notifications",
|
||||
"clients": "Clients",
|
||||
"job-titles": "Job Titles",
|
||||
"labels": "Labels",
|
||||
"categories": "Categories",
|
||||
"project-templates": "Project Templates",
|
||||
"task-templates": "Task Templates",
|
||||
"team-members": "Team Members",
|
||||
"teams": "Teams",
|
||||
"change-password": "Change Password",
|
||||
"language-and-region": "Language and Region"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"nameColumn": "Name",
|
||||
"createdColumn": "Created",
|
||||
"editToolTip": "Edit",
|
||||
"deleteToolTip": "Delete",
|
||||
"confirmText": "Are you sure?",
|
||||
"okText": "Yes",
|
||||
"cancelText": "Cancel"
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"nameColumn": "Name",
|
||||
"projectsColumn": "Projects",
|
||||
"emailColumn": "Email",
|
||||
"teamAccessColumn": "Team Access",
|
||||
"memberCount": "Member",
|
||||
"membersCountPlural": "Members",
|
||||
"searchPlaceholder": "Search members by name",
|
||||
"pinTooltip": "Refresh member list",
|
||||
"addMemberButton": "Add New Member",
|
||||
"editTooltip": "Edit member",
|
||||
"deactivateTooltip": "Deactivate member",
|
||||
"activateTooltip": "Activate member",
|
||||
"deleteTooltip": "Delete member",
|
||||
"confirmDeleteTitle": "Are you sure you want to delete this member?",
|
||||
"confirmActivateTitle": "Are you sure you want to change this member's status?",
|
||||
"okText": "Yes, proceed",
|
||||
"cancelText": "No, cancel",
|
||||
"deactivatedText": "(Currently deactivated)",
|
||||
"pendingInvitationText": "(Invitation pending)",
|
||||
"addMemberDrawerTitle": "Add New Team Member",
|
||||
"updateMemberDrawerTitle": "Update Team Member",
|
||||
"addMemberEmailHint": "Members will be added to the team regardless of invitation acceptance status",
|
||||
"memberEmailLabel": "Email(s)",
|
||||
"memberEmailPlaceholder": "Enter team member email address",
|
||||
"memberEmailRequiredError": "Please enter a valid email address",
|
||||
"jobTitleLabel": "Job Title",
|
||||
"jobTitlePlaceholder": "Select or search job title (Optional)",
|
||||
"memberAccessLabel": "Access Level",
|
||||
"addToTeamButton": "Add Member to Team",
|
||||
"updateButton": "Save Changes",
|
||||
"resendInvitationButton": "Resend Invitation Email",
|
||||
"invitationSentSuccessMessage": "Team invitation sent successfully!",
|
||||
"createMemberSuccessMessage": "New team member added successfully!",
|
||||
"createMemberErrorMessage": "Failed to add team member. Please try again.",
|
||||
"updateMemberSuccessMessage": "Team member updated successfully!",
|
||||
"updateMemberErrorMessage": "Failed to update team member. Please try again.",
|
||||
"memberText": "Member",
|
||||
"adminText": "Admin",
|
||||
"ownerText": "Team Owner",
|
||||
"addedText": "Added",
|
||||
"updatedText": "Updated",
|
||||
"noResultFound": "Type an email address and hit enter..."
|
||||
}
|
||||
Reference in New Issue
Block a user