|
35 | 35 | "archive-experiment": "Archive Experiment",
|
36 | 36 | "unarchive-experiment": "Unarchive Experiment",
|
37 | 37 | "stop-experiment": "Stop Experiment",
|
38 |
| - "start-experiment": "Start Experiment" |
| 38 | + "start-experiment": "Start Experiment", |
| 39 | + "archive-flag": "Archive Feature Flag", |
| 40 | + "unarchive-flag": "Unarchive Feature Flag", |
| 41 | + "clone-flag": "Clone Feature Flag" |
39 | 42 | },
|
40 | 43 | "empty": {
|
41 | 44 | "project-title": "No registered projects",
|
|
59 | 62 | "user-segments-desc": "There are no registered user segments. Add a new one to start managing.",
|
60 | 63 | "experiment-title": "No registered experiments",
|
61 | 64 | "experiment-desc": "There are no registered experiments. Add a new one to start managing.",
|
62 |
| - "experiment-details-desc": "The result will be created when the experiment starts." |
| 65 | + "experiment-details-desc": "The result will be created when the experiment starts.", |
| 66 | + "feature-flags-title": "No registered feature flags", |
| 67 | + "feature-flags-desc": "There are no registered feature flags. Add a new one to start managing.", |
| 68 | + "notifications": "No notifications to show just yet, but don't worry, we're here to keep you in the loop." |
63 | 69 | },
|
64 | 70 | "organization": {
|
65 | 71 | "confirm-archive-desc": "The organization \"<bold>{{name}}</bold>\" will be archived. Are you sure you want to proceed?",
|
|
107 | 113 | "running": "Running",
|
108 | 114 | "stopped": "Stopped",
|
109 | 115 | "not-started": "Not started",
|
| 116 | + "scheduled-experiment": "Scheduled Experiment", |
| 117 | + "running-experiment": "Running Experiment", |
| 118 | + "stopped-experiment": "Stopped Experiment", |
| 119 | + "not-started-experiment": "Not Started Experiment", |
110 | 120 | "confirm-stop-desc": "The experiment \"<bold>{{name}}</bold>\" will be stopped. Are you sure you want to proceed?",
|
111 | 121 | "confirm-start-desc": "The experiment \"<bold>{{name}}</bold>\" will be started. Are you sure you want to proceed?",
|
112 | 122 | "running-experiment-desc": "The experiment is scheduled to stop on {{date}}",
|
|
134 | 144 | "improvement-tooltip": "A measure of improvement in an indicator related to variation compared to a baseline (also called a control group). It is calculated by comparing the range of values for variation with the range of values for baseline.",
|
135 | 145 | "probability-to-beat-baseline-tooltip": "Estimated likelihood of exceeding baseline (also known as a control group). A criterion of at least 95% is recommended.",
|
136 | 146 | "probability-to-best-tooltip": "Possibility of being the best variation. Possibility of being presumed to outperform all other variations. We recommend a criterion of at least 95%."
|
| 147 | + }, |
| 148 | + "feature-flags": { |
| 149 | + "confirm-archive-desc": "This will archive and return the default value defined in your code for all users. We recommend removing the code references to \"<text>{{name}}</text>\" from your application before archiving.", |
| 150 | + "confirm-unarchive-desc": "Are you sure you want to unarchive the feature flag \"<text>{{name}}</text>\"?", |
| 151 | + "archive-warning": "It is receiving one more requests in the last <text>{{days}}.</text>", |
| 152 | + "confirm-required": "Confirmation Required", |
| 153 | + "confirm-required-desc": "This will make changes to the flag and increment the version.", |
| 154 | + "targeting": "Targeting", |
| 155 | + "variation": "Variation", |
| 156 | + "evaluation": "Evaluation", |
| 157 | + "operations": "Operations", |
| 158 | + "trigger": "Trigger", |
| 159 | + "experiments": "Experiments", |
| 160 | + "history": "History", |
| 161 | + "when-targeting": "When targeting is {{state}}", |
| 162 | + "serve": "Serve", |
| 163 | + "add-rule": "Add Rule", |
| 164 | + "target-segments": "Target Segments", |
| 165 | + "target-individuals": "Target Individuals", |
| 166 | + "set-prerequisites": "Set Prerequisites", |
| 167 | + "default-rule": "Default Rule", |
| 168 | + "default-rule-desc": "When targeting is ON and contexts don't match any targeting rules", |
| 169 | + "rules": "Rules", |
| 170 | + "rule-index": "Rule {{index}}", |
| 171 | + "total-flags": "Total Flags", |
| 172 | + "active-flags": "Active Flags", |
| 173 | + "inactive-flags": "Inactive Flags", |
| 174 | + "variation-type": "<text>{{type}}</text> variation type", |
| 175 | + "active-description": "This flag is receiving one or more requests in the last 7 days", |
| 176 | + "inactive-description": "This flag hasn't received any request in the last 7 days", |
| 177 | + "new-description": "This flag didn't receive any request after creation", |
| 178 | + "progressive-description": "This flag has a progressive rollout.", |
| 179 | + "scheduled-description": "This flag has a scheduled operation.", |
| 180 | + "kill-description": "This flag has an automatic kill switch." |
137 | 181 | }
|
138 | 182 | }
|
0 commit comments