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
"form.resourceAllocation.label": "{size, select, default {Default} large {Large} memoryIntensive {Memory intensive} maximum {Maximum} other {Default}} <details>({cpu}CPU, {memory}GB memory)</details>",
106
+
"form.resourceAllocation.tooltip": "Resources allocated to this connector for a sync. ",
107
+
"form.resourceAllocation.tooltip.note": "If no nodes with these resources are available during a sync, the sync will enter a pending state and resume when one is free.",
104
108
"form.sourceName.message": "Pick a name to help you identify this source in Airbyte",
105
109
"form.destinationName.message": "Pick a name to help you identify this destination in Airbyte",
106
110
"form.connectionName.message": "Pick a name to help you identify this connection",
@@ -198,6 +202,7 @@
198
202
"form.wait": "Please wait a little bit more…",
199
203
"form.optional": "Optional",
200
204
"form.optionalFields": "Optional fields",
205
+
"form.advanced": "Advanced",
201
206
"form.min.error": "Must be greater than or equal to {min}",
202
207
"form.max.error": "Must be less than or equal to {max}",
0 commit comments