Renamed all instances of "Organization" with "Team" across the entire web application to reflect the latest change in terminology. This further extends to renaming related services, components, and their respective invocation instances. Separate billing permissions have been defined for Team accounts, and security actions have been updated in SQL schema along with some layout adjustments.
66 lines
2.5 KiB
JSON
66 lines
2.5 KiB
JSON
{
|
|
"homeTabLabel": "Home",
|
|
"homeTabDescription": "Welcome to your home page",
|
|
"accountMembers": "Members",
|
|
"membersTabDescription": "Manage your organization's members",
|
|
"billingTabLabel": "Billing",
|
|
"billingTabDescription": "Manage your billing and subscription",
|
|
"yourAccountTabLabel": "Account Settings",
|
|
"dashboardTabLabel": "Dashboard",
|
|
"organizationSettingsTabLabel": "Organization",
|
|
"settingsTabLabel": "Settings",
|
|
"profileSettingsTabLabel": "Profile",
|
|
"subscriptionSettingsTabLabel": "Subscription",
|
|
"dashboardTabDescription": "An overview of your organization's activity and performance across all your projects.",
|
|
"settingsTabDescription": "Manage your settings and preferences.",
|
|
"emailAddress": "Email Address",
|
|
"password": "Password",
|
|
"modalConfirmationQuestion": "Are you sure you want to continue?",
|
|
"imageInputLabel": "Click here to upload an image",
|
|
"cancel": "Cancel",
|
|
"clear": "Clear",
|
|
"backToHomePage": "Back to Home Page",
|
|
"genericServerError": "Sorry, something went wrong.",
|
|
"genericServerErrorHeading": "Sorry, something went wrong while processing your request. Please contact us if the issue persists.",
|
|
"pageNotFound": "Sorry, this page does not exist.",
|
|
"pageNotFoundSubHeading": "Apologies, the page you were looking for was not found",
|
|
"genericError": "Sorry, something went wrong.",
|
|
"genericErrorSubHeading": "Apologies, an error occurred while processing your request. Please contact us if the issue persists.",
|
|
"anonymousUser": "Anonymous",
|
|
"tryAgain": "Try Again",
|
|
"theme": "Theme",
|
|
"lightTheme": "Light",
|
|
"darkTheme": "Dark",
|
|
"systemTheme": "System",
|
|
"expandSidebar": "Expand Sidebar",
|
|
"collapseSidebar": "Collapse Sidebar",
|
|
"documentation": "Documentation",
|
|
"getStarted": "Get Started",
|
|
"retry": "Retry",
|
|
"contactUs": "Contact Us",
|
|
"loading": "Loading. Please wait...",
|
|
"yourOrganizations": "Your Organizations",
|
|
"continue": "Continue",
|
|
"skip": "Skip",
|
|
"signedInAs": "Signed in as",
|
|
"pageOfPages": "Page {{page}} of {{total}}",
|
|
"roles": {
|
|
"owner": {
|
|
"label": "Owner",
|
|
"description": "Can change any setting, invite new members and manage billing"
|
|
},
|
|
"admin": {
|
|
"label": "Admin",
|
|
"description": "Can change some settings, invite members, perform disruptive actions"
|
|
},
|
|
"member": {
|
|
"label": "Member",
|
|
"description": "Cannot invite members or change settings"
|
|
}
|
|
},
|
|
"billingInterval": {
|
|
"month": "Billed monthly",
|
|
"year": "Billed yearly"
|
|
}
|
|
}
|