Files
webapp/i18n/locales/en/clientTeam.json
2026-01-07 09:10:35 +07:00

83 lines
2.3 KiB
JSON

{
"clientTeam": {
"header": {
"title": "Your company",
"createTitle": "Create company"
},
"actions": {
"switch": "Switch company",
"add": "Add",
"addCompany": "Add company",
"inviteWip": "Member invitation is in development"
},
"error": {
"title": "Error",
"retry": "Retry",
"load": "Failed to load companies"
},
"loading": {
"message": "Loading companies..."
},
"empty": {
"title": "You have no company",
"subtitle": "Create a company to work on the platform",
"cta": "Become a member"
},
"kyc": {
"notice": "To work on the platform, complete company verification (KYC)",
"button": "Complete verification →",
"pending": {
"title": "Application under review",
"description": "Your verification request is being reviewed. We will notify you of the result."
},
"approved": {
"title": "Verification complete",
"description": "Your company is being created. Please refresh the page in a few seconds."
},
"empty": {
"title": "Company verification",
"description": "To work on the platform, you need to complete company verification (KYC)",
"cta": "Start verification"
}
},
"members": {
"title": "Members",
"invited": "Invited"
},
"inviteCard": {
"title": "Invite"
},
"invitations": {
"pending": "Pending response",
"sent": "Invitation sent"
},
"membersLocked": {
"title": "🔒 Members",
"subtitle": "Member management will be available after verification"
},
"kycStatus": {
"approved": "Verified",
"inReview": "Under review",
"pending": "Verification required",
"rejected": "Verification rejected",
"default": "Verification required"
},
"roles": {
"owner": "Owner",
"admin": "Administrator",
"manager": "Manager",
"member": "Member"
},
"invite": {
"title": "Invite member",
"email": "Email",
"emailPlaceholder": "Enter email address",
"role": "Role",
"submit": "Send invitation",
"cancel": "Cancel",
"error": "Failed to send invitation",
"success": "Invitation sent"
}
}
}