{
  "orgPage": {
    "title": "Organization",
    "members": "Members",
    "invite": "Invite",
    "invitations": "Invitations",
    "settings": "Org Settings",
    "inviteMember": "Invite Member",
    "inviteDesc": "Invite members to the organization",
    "inviteCurrentAccount": "Invite Current Account",
    "inviteCurrentEmail": "Invite Current Email",
    "inviteNotExist": "The account does not exist",
    "inviteSuccess": "Member invitation successful",
    "inviteMoreSeat": "Buy More",
    "seatCount": "{{used}}/{{count}} seats",
    "removeSuccess": "Member removed successfully",
    "removeFailed": "Member removal failed",
    "permissionChangeSuccess": "User permission modified successfully",
    "orgPermissionChangeSuccess": "Organization permission modified successfully!",
    "orgLimitChangeSuccess": "Organization limit modified successfully!",
    "leaveSuccess": "You have left the organization",
    "updateLimitSuccess": "User's parallel resource limit has been updated!",
    "cancelInviteSuccess": "Invitation canceled successfully",
    "inviteCopySuccess": "Invitation link copied",
    "inviteCopyFailed": "Failed to copy invitation link",
    "inviteToOrg": "Invite member to {{org}}",
    "searchPlaceholder": "Search username or email"
  },
  "createOrg": {
    "title": "Create New Organization",
    "desc": "Set the basic information of the organization",
    "name": "Organization Name",
    "nameDesc": "Enter the name of the organization, which can include any English, number, or non-continuous hyphen (-).",
    "finish": "After creation, you can access the organization through {{url}}/console/<text>{{name}}</text>",
    "email": "Organization Email",
    "emailDesc": "Used to receive email notifications related to the current organization",
    "description": "Organization Description",
    "descriptionDesc": "Enter the description of the organization, for memorization and description of the organization's purpose",
    "transfer": "Personal Account Balance Transfer",
    "transferDesc": "Transfer the balance from your personal account to the organization, once transferred, the funds cannot be returned to your personal account, please be cautious.",
    "transferAmount": "Transfer Amount",
    "create": "Create Organization",
    "created": "Your organization {{org}} has been created!",
    "createdDesc": "We have sent an email to your organization email {{email}}, please check the email to verify the email",
    "jumpToOrg": "View Organization"
  },
  "orgAccountSettings": {
    "title": "Organization Information",
    "desc": "Display the basic information of your current organization",
    "description": "Organization Description",
    "edit": "Edit Organization Description",
    "editSuccess": "Organization description modified successfully!",
    "email": "Organization Email",
    "editEmail": "Edit Email",
    "createdAt": "Created at {{time}}",
    "thumbnail": "Organization Avatar",
    "thumbnailDesc": "Current Organization Avatar",
    "gravatar": "Please visit <customLink>Gravatar</customLink> to modify the avatar of the email {{email}} bound to {{brand}}; or upload a custom avatar here, which will override the avatar from Gravatar."
  },
  "invitation": {
    "title": "You have been invited to join {{org}} organization!",
    "desc": "Invited by @{{requestUser}} at {{createdAt}}",
    "approve": "Join {{org}}",
    "reject": "Reject",
    "inviteSuccess": "Organization invitation accepted successfully",
    "rejectSuccess": "Organization invitation rejected successfully"
  },
  "invitationStatus": {
    "pending": "Waiting for invitation acceptance",
    "approved": "Invitation accepted",
    "rejected": "Invitation rejected",
    "cancelled": "Invitation cancelled",
    "expired": "Invitation expired"
  },
  "member": {
    "role": {
      "owner": "Owner",
      "member": "Member"
    },
    "description": {
      "owner": "Has all resource read and write permissions, and financial management permissions. Can invite other users to join the organization",
      "member": "Has the permission to create resources in the organization"
    },
    "removeUser": "Remove member {{username}}",
    "removeUserDesc": "After removal, the member will immediately lose access to the corresponding resources.",
    "removeUserConfirm": "Confirm remove member",
    "changeRole": "Change {{username}}'s permission",
    "selectRole": "Select a new permission",
    "changeRoleBtn": "Change permission",
    "leaveOrg": "Leave organization",
    "leaveOrgDesc": "After leaving the organization, you will immediately lose access to the corresponding resources.",
    "leaveOrgConfirm": "Confirm leave organization",
    "updateLimit": "Adjust parallel resource limit",
    "currentLimit": "The current resource limit of the user:",
    "resource": "Resource",
    "count": "Parallel count",
    "updateLimitBtn": "Confirm",
    "noResource": "The organization has no available computing resources, so the limit cannot be adjusted",
    "maxProjectIdleTimeoutSeconds": "Maximum idle shutdown time for workspace:",
    "noMaxProjectIdleTimeoutSeconds": "No workspace maximum idle timeout has been set for this member."
  },
  "action": {
    "editPermission": "Edit permission",
    "adjustLimit": "Adjust limit",
    "copyInvitation": "Copy invitation link",
    "removeMember": "Remove member",
    "cancelInvitation": "Cancel invitation",
    "leaveOrg": "Leave organization"
  },
  "setting": {
    "private": "Personal visible",
    "privateDesc": "Organization members create resources will be private by default, this operation will make the resource invisible to other members",
    "readAndDownload": "Organization read-only",
    "readAndDownloadDesc": "In this mode, organization members create resources will be read-only in the organization, and members of the organization will have read-only access to the corresponding resources, and cannot create new content under the corresponding resource",
    "permission": "Organization default visibility",
    "permissionDesc": "Modify the default visibility range of the current organization",
    "limit": "Organization limit",
    "limitDesc": "After enabling, you can control the resource limit of members in your current organization",
    "limitControl": "Set resource limit for organization members individually",
    "rename": "Rename organization",
    "renameDesc": "Modify the name of the current organization @{{name}}",
    "renameConfirm": "Confirm rename organization?",
    "renameConfirmDesc": "If you confirm the modification, please enter the new organization name:",
    "renameConfirmBtn": "Confirm to rename organization to {{name}}",
    "nameUpdated": "Organization name updated successfully!"
  },
  "updateCreator": {
    "title": "Transfer {{type}}: {{name}}",
    "desc": "Update the creator of the current {{type}} to another member in the organization",
    "confirm": "Confirm transfer {{type}}"
  }
}
