|
6 | 6 | "back": "Back",
|
7 | 7 | "next": "Next"
|
8 | 8 | },
|
9 |
| - "requiredField": "This field is required" |
| 9 | + "requiredField": "This field is required", |
| 10 | + "termsAndConditions": "I agree with <1>Terms and Conditions</1> and <3>Privacy Policy</3>" |
10 | 11 | }
|
11 | 12 | },
|
12 | 13 | "page": {
|
|
25 | 26 | "confirmationProcess": {
|
26 | 27 | "title": "Confirmation in Process"
|
27 | 28 | },
|
| 29 | + "cloudDescription": { |
| 30 | + "tryGold": "Try our best Gold plan for 14 days for free", |
| 31 | + "availability": "High availability", |
| 32 | + "auditing": "Message audit panel / Audit logs", |
| 33 | + "integrations": "1,000 integrations", |
| 34 | + "ldap": "LDAP enhanced sync", |
| 35 | + "omnichannel": "Omnichannel premium", |
| 36 | + "sla": "SLA: Premium", |
| 37 | + "push": "Secured push notifications", |
| 38 | + "goldIncludes": "* Golden plan includes all features from other plans" |
| 39 | + }, |
| 40 | + "alreadyHaveAccount": "Already have an account? <1>Manage your workspaces.</1>", |
28 | 41 | "invalidLink": {
|
29 | 42 | "title": "Your Link is no Longer Valid",
|
30 | 43 | "content": "Seems like you have already used invite link. It’s generated for a single sign in. Request a new one to join your workspace.",
|
|
102 | 115 | "oAuth": "OAuth proxy for social network",
|
103 | 116 | "apps": "Apps Marketplace"
|
104 | 117 | },
|
105 |
| - "includeUpdates": "Include product and security updates", |
106 |
| - "agreement": "I agree with <1>Terms and Conditions</1> and <3>Privacy Policy</3>" |
| 118 | + "includeUpdates": "Include product and security updates" |
107 | 119 | },
|
108 | 120 | "standalone": {
|
109 | 121 | "title": "Standalone server",
|
|
115 | 127 | }
|
116 | 128 | }
|
117 | 129 | },
|
| 130 | + "createCloudWorkspace": { |
| 131 | + "title": "Create Cloud Workspace", |
| 132 | + "fields": { |
| 133 | + "orgName": "Organization name", |
| 134 | + "orgEmail": { |
| 135 | + "label": "Organization email", |
| 136 | + "placeholder": "Email", |
| 137 | + "invalid": "Invalid email" |
| 138 | + }, |
| 139 | + "workspaceName": { |
| 140 | + "label": "Workspace name", |
| 141 | + "tooltip": "How should be a good Workspace name" |
| 142 | + }, |
| 143 | + "workspaceUrl": { |
| 144 | + "label": "Workspace URL", |
| 145 | + "placeholder": "workspaceurl", |
| 146 | + "tooltip": "URL of your Workspace", |
| 147 | + "exists": "Workspace already exists" |
| 148 | + }, |
| 149 | + "serverRegion": { |
| 150 | + "label": "Server region", |
| 151 | + "tooltip": "Where is your server located" |
| 152 | + }, |
| 153 | + "keepMePosted": "Keep me posted about Rocket.Chat updates" |
| 154 | + } |
| 155 | + }, |
118 | 156 | "requestTrialForm": {
|
119 | 157 | "request": "Request Trial",
|
120 | 158 | "emailAddress": {
|
|
0 commit comments