This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
"cancel": "Cancel",
|
||||
"save": "Save",
|
||||
"error": "An error occurred",
|
||||
"register": "Register"
|
||||
"register": "Register",
|
||||
"team": "Team"
|
||||
},
|
||||
"login": {
|
||||
"title": "PieCed Portal",
|
||||
@@ -116,7 +117,8 @@
|
||||
"workspaceFiles": "Workspace Files",
|
||||
"notFound": "Tenant not found.",
|
||||
"usage": "Usage & Spend",
|
||||
"provisioned": "Provisioned"
|
||||
"provisioned": "Provisioned",
|
||||
"assignedUsers": "Assigned users"
|
||||
},
|
||||
"usage": {
|
||||
"inputTokens": "Input Tokens",
|
||||
@@ -269,5 +271,32 @@
|
||||
"telegramIdHelp": "To find your Telegram user ID:\n1. Open Telegram and message @userinfobot\n2. It instantly replies with your numeric ID\n3. Enter that number here",
|
||||
"discordIdHelp": "To find your Discord user ID:\n1. Enable Developer Mode in Discord settings (Advanced)\n2. Right-click your name → Copy User ID\n3. Enter that number here",
|
||||
"emailIdHelp": "Enter the email address that should be authorized to interact with the assistant."
|
||||
},
|
||||
"team": {
|
||||
"title": "Team",
|
||||
"description": "Manage members of your organization. Invite colleagues and assign them to instances.",
|
||||
"inviteSectionTitle": "Invite a member",
|
||||
"membersSectionTitle": "Members",
|
||||
"noMembers": "No members yet.",
|
||||
"you": "You",
|
||||
"noRole": "no role",
|
||||
"givenName": "First name",
|
||||
"familyName": "Last name",
|
||||
"email": "Email",
|
||||
"role": "Role",
|
||||
"roleUser": "User (read-only, must be assigned to instances)",
|
||||
"roleOwner": "Owner (full access to all instances)",
|
||||
"roleHint": "Owners can manage instances, billing, and team members. Users can only view instances they've been assigned to.",
|
||||
"inviteButton": "Send invitation",
|
||||
"inviteSent": "Invitation sent. The user will receive an email with a link to set their password.",
|
||||
"inviteUserExists": "A user with this email is already registered."
|
||||
},
|
||||
"assignments": {
|
||||
"loading": "Loading assignments…",
|
||||
"noneAssigned": "No users are assigned to this instance yet.",
|
||||
"noCandidates": "No team members available to assign. Invite users from the Team page first.",
|
||||
"pickUser": "Select a user…",
|
||||
"assign": "Assign",
|
||||
"revoke": "Remove"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user