You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/dashboard/src/@locales/en/form.json
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,35 @@
136
136
"no-tags-found": "No tags were found in the selected environment",
137
137
"placeholder-search": "Search",
138
138
"feature-flags": {
139
+
"value-schema": {
140
+
"title": "Value Schema",
141
+
"tooltip": "Restrict which values this flag's variations can have. The available validators depend on the flag type:\nString: Enum or Regex\nNumber: Enum\nJSON: JSON Schema\nBoolean and YAML flags do not support value schemas.",
142
+
"no-schema": "No schema is defined. Variation values are accepted without validation.",
143
+
"has-schema": "Variation values are validated against this schema.",
144
+
"add": "Add Schema",
145
+
"edit": "Edit Schema",
146
+
"remove": "Remove Schema",
147
+
"add-title": "Add Value Schema",
148
+
"edit-title": "Edit Value Schema",
149
+
"type": "Schema Type",
150
+
"type-enum": "Enum",
151
+
"type-regex": "Regex",
152
+
"type-json-schema": "JSON Schema",
153
+
"enum-values": "Allowed Values",
154
+
"enum-values-placeholder": "Type a value and press enter",
155
+
"enum-values-number-note": "Each allowed value must be a number.",
156
+
"regex-pattern": "Pattern",
157
+
"regex-pattern-placeholder": "Enter a regular expression",
158
+
"regex-note": "The pattern is evaluated using Go regular expression syntax.",
159
+
"json-schema": "JSON Schema",
160
+
"json-schema-note": "Variation values are validated using JSON Schema draft 2020-12.",
161
+
"description-placeholder": "Explain the purpose of this schema (optional)",
162
+
"test": "Test against current variations",
163
+
"test-pass": "All variations match the schema.",
164
+
"test-fail": "{{count}} variation(s) do not match the schema.",
165
+
"test-valid": "Valid",
166
+
"test-invalid": "Invalid"
167
+
},
139
168
"clone-title": "Clone Feature Flag",
140
169
"clone-desc": "This will copy the targeting rules from the original flag to a new flag in the destination environment. The new flag will be created in a disabled state. Prerequisites, flag-based rules, and segment-based rules are not included.",
0 commit comments