Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
202 changes: 202 additions & 0 deletions packages/react/src/locales/en/account.admin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@
{
"addTitle": "Add customer",
"editTitle": "Edit customer",
"form": {
"actions": {
"cancel": "Cancel",
"save": "Save",
"submit": "Save"
},
"fields": {
"billingAddress": "Billing address",
"database": "Database",
"domain": "Domain",
"name": "Name",
"registeredNumber": "Registered number",
"slug": "Slug",
"taxId": "Tax ID",
"type": {
"label": "Individual",
"options": {
"individual": "Individual",
"organization": "Organization"
}
},
"useSeparateDb": "Use separate database"
},
"messages": {
"error": {
"create": "Failed to create account",
"edit": "Failed to update account"
},
"success": {
"create": "Account created successfully",
"edit": "Account updated successfully"
}
},
"validations": {
"domain": {
"invalid": "Domain must be less than 255 characters"
},
"name": {
"invalid": "Name must be less than 255 characters",
"required": "Name is required"
},
"registeredNumber": {
"invalid": "Registered number must be less than 255 characters"
},
"slug": {
"invalid": "Slug must be less than 24 characters",
"required": "Slug is required"
},
"taxId": {
"invalid": "Tax id must be less than 255 characters"
}
}
},
"info": {
"title": "Info"
},
"invitations": {
"form": {
"actions": {
"cancel": "Cancel",
"submit": "Invite user"
},
"fields": {
"email": {
"label": "Email",
"placeholder": ""
},
"expiresAfter": {
"label": "Expires after",
"placeholder": "Enter number of days"
},
"expiresAt": {
"label": "Expires at",
"placeholder": "Select a date"
},
"role": {
"label": "Role",
"placeholder": "Select role"
}
},
"title": "Invite an user",
"validation": {
"messages": {
"email": "Email is required",
"expiresAt": "Expiry date is required",
"requiredField": "This field is required",
"role": "Role is required",
"validEmail": "Email must be a valid email"
}
}
},
"messages": {
"delete": {
"error": "Error deleting invitation",
"success": "Successfully deleted invitation"
},
"invite": {
"error": "Error inviting user",
"success": "Successfully invited user"
},
"resend": {
"error": "Error resending invitation",
"success": "Successfully resent invitation"
},
"revoke": {
"error": "Error revoking invitation",
"success": "Successfully revoked invitation"
}
},
"status": {
"accepted": "Accepted",
"expired": "Expired",
"pending": "Pending",
"revoked": "Revoked"
},
"table": {
"actions": {
"delete": "Delete",
"invite": "Invite an user",
"resend": "Resend",
"revoke": "Revoke"
},
"columns": {
"email": "Email",
"expiresAt": "Expires at",
"invitedBy": "Invited by",
"role": "Role",
"status": "Status"
},
"confirmation": {
"header": "Confirmation",
"messages": {
"delete": "Are you sure you want to delete?",
"resend": "Are you sure you want to resend?",
"revoke": "Are you sure you want to revoke?"
}
},
"emptyMessage": "Table is empty",
"pagination": {
"pageControl": "Go to",
"rowsPerPage": "Rows"
},
"searchPlaceholder": ""
},
"title": "Invitations"
},
"toolbar": {
"back": "Back",
"edit": "Edit"
},
"users": {
"messages": {
"enable": {
"error": "Error enabling user",
"success": "User enabled successfully"
},
"disable": {
"error": "Error disabling user",
"success": "User disabled successfully"
}
},
"roles": {
"SAAS_ACCOUNT_MEMBER": "Member",
"SAAS_ACCOUNT_OWNER": "Owner"
},
"status": {
"active": "Active",
"disabled": "Disabled",
"enabled": "Enabled"
},
"table": {
"actions": {
"disable": "Disable user",
"enable": "Enable user",
"invite": "Invite an user"
},
"columns": {
"email": "Email",
"name": "Name",
"roles": "Roles",
"signedUpOn": "Signed up on",
"status": "Status"
},
"confirmation": {
"header": "Confirmation",
"messages": {
"disable": "Are you sure you want to disable this user?",
"enable": "Are you sure you want to enable this user?"
}
},
"pagination": {
"pageControl": "Go to",
"rowsPerPage": "Rows"
},
"searchPlaceholder": "Search"
},
"title": "Users"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"placeholder": "Select role"
}
},
"title": "Invite a user",
"title": "Invite an user",
"validation": {
"messages": {
"email": "Email is required",
Expand Down Expand Up @@ -117,7 +117,7 @@
"table": {
"actions": {
"delete": "Delete",
"invite": "Invite a user",
"invite": "Invite an user",
"resend": "Resend",
"revoke": "Revoke"
},
Expand Down Expand Up @@ -169,7 +169,7 @@
"actions": {
"disable": "Disable user",
"enable": "Enable user",
"invite": "Invite a user"
"invite": "Invite an user"
},
"columns": {
"email": "Email",
Expand Down
120 changes: 120 additions & 0 deletions packages/react/src/locales/en/accounts.admin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
{
"account": {
"actions": {
"switch": "Switch"
},
"active": "Active",
"name": "Name",
"registeredNumber": "Registered number",
"taxId": "Tax ID",
"type": {
"individual": "Individual",
"organization": "Organization"
}
},
"signup": {
"actions": {
"cancel": "Cancel",
"next": "Next",
"previous": "Previous",
"submit": "Signup"
},
"fields": {
"billingAddress": "Billing address",
"confirmPassword": "Confirm password",
"domain": "Custom domain",
"email": { "label": "Your email", "placeholder": "" },
"individual": "Individual",
"name": "Name",
"password": {
"label": "Your password",
"helper": "Password must contain at least 8 characters, including a number, a lowercase and an uppercase"
},
"registeredNumber": "Registered number",
"slug": "Slug",
"taxId": "Tax ID",
"typeId": {
"label": "Type",
"options": {
"individual": "Individual",
"organization": "Organization"
}
},
"useSeparateDb": "Use separate database"
},
"fieldsGroup": {
"accountType": "What is the type of your account?",
"configuration": "Account configurations"
},
"termsAndConditions": "I agree to all the <0>Terms and Conditions</0> by the user agreement.",
"title": {
"account": "Create a new account",
"user": "Signup"
},
"validations": {
"confirmPassword": {
"mustMatch": "Passwords must match",
"required": "Confirm password is required"
},
"domain": {
"invalid": "Please enter a valid domain upto 255 characters"
},
"email": {
"invalid": "Please enter valid email address",
"required": "Email is required"
},
"name": {
"invalid": "Name must be less than 255 characters",
"required": "Name is required"
},
"password": {
"invalid": "Please enter valid password",
"required": "Password is required"
},
"registeredNumber": {
"invalid": "Registered number must be less than 255 characters"
},
"slug": {
"invalid": "Please enter a valid slug upto 24 characters",
"required": "Slug is required"
},
"taxId": {
"invalid": "Tax id must be less than 255 characters"
},
"termsAndConditions": {
"required": "Please agree to the terms and conditions"
}
}
},
"switcher": {
"emptyLabel": "Choose account",
"helper": "Accounts"
},
"table": {
"actions": {
"add": "Add",
"edit": "Edit",
"view": "View"
},
"columns": {
"name": "Name",
"registeredNumber": "Registered name",
"schema": "Schema",
"taxId": "Tax ID",
"tenant": "Tenant",
"type": "Type"
},
"emptyMessage": "Table is empty",
"pagination": {
"pageControl": "Go to",
"rowsPerPage": "Rows"
},
"searchPlaceholder": "",
"title": "Customers"
},
"title": "Customers",
"unregisteredDomain": {
"message": "Please visit again later. If the problem persists, please contact support.",
"title": "Sorry, the subdomain or domain is not registered."
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
"active": "Active",
"name": "Name",
"registeredNumber": "Registered number",
"taxId": "Tax ID",
"type": {
"individual": "Individual",
"organization": "Organization"
}
"taxId": "Tax ID"
},
"error": {
"message": "Please visit again later. If the problem persists, please contact support.",
Expand All @@ -23,12 +19,10 @@
},
"info": "You've been invited to join account: {{account}}",
"messages": {
"messages": {
"error": "Error accepting invitation",
"errorFetching": "Invalid token. Please contact your administrator",
"invalid": "Invitation is no longer valid",
"success": "Successfully accepted invitation"
}
"error": "Error accepting invitation",
"errorFetching": "Invalid token. Please contact your administrator",
"invalid": "Invitation is no longer valid",
"success": "Successfully accepted invitation"
},
"title": "Invitation to join"
},
Expand Down Expand Up @@ -143,6 +137,6 @@
"title": "My accounts",
"unregisteredDomain": {
"message": "Please visit again later. If the problem persists, please contact support.",
"title": "Sorry, the subdomain or domain is not registered. "
"title": "Sorry, the subdomain or domain is not registered."
}
}
Loading