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: pkg/core/localize/locales/en/cmd/kafka.en.toml
+39-10Lines changed: 39 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,15 @@ one = 'Kafka instance ID. Uses the current instance if not set'
54
54
[kafkas.common.flag.output.description]
55
55
one = 'Format in which to display the Kafka instances (choose from: "json", "yml", "yaml")'
56
56
57
+
[kafka.common.flag.marketplaceId.description]
58
+
one = 'Cloud Account ID for the marketplace'
59
+
60
+
[kafka.common.flag.billingModel.description]
61
+
one = 'Billing model to be used'
62
+
63
+
[kafka.common.flag.marketplaceType.description]
64
+
one = 'Name of the marketplace where the instance is purchased on'
65
+
57
66
[kafka.common.input.instanceName.message]
58
67
one = 'Select Kafka instance:'
59
68
@@ -286,15 +295,6 @@ one = 'Wait until the Kafka instance is created'
286
295
[kafka.create.flag.dryrun.description]
287
296
one = 'Validate all user provided arguments without creating the Kafka instance'
288
297
289
-
[kafka.create.flag.marketplaceId.description]
290
-
one = 'Cloud Account ID for the marketplace'
291
-
292
-
[kafka.create.flag.billingModel.description]
293
-
one = 'Billing model to be used'
294
-
295
-
[kafka.create.flag.marketplaceType.description]
296
-
one = 'Name of the marketplace where the instance is purchased on'
297
-
298
298
[kafka.create.log.info.creatingKafka]
299
299
description = 'Message when Kafka instance is being created'
300
300
one = 'Creating Kafka instance "{{.Name}}"...'
@@ -370,7 +370,10 @@ one = '"--billing-model", "--marketplace", "--marketplace-account-id" flags are
370
370
one = '"--marketplace" and "--marketplace-account-id" flags should be supplied together'
371
371
372
372
[kafka.create.error.standard.invalidFlags]
373
-
one = 'billing model cannot be standard if "--marketplace-account-id" or "--marketplace" are set'
373
+
one = 'billing model can not be standard if "--marketplace-account-id" or "--marketplace" are set'
374
+
375
+
[kafka.create.error.eval.invalidFlags]
376
+
one = 'billing model can not be eval if "--marketplace-account-id" or "--marketplace" are set'
374
377
375
378
[kafka.create.error.conflictError]
376
379
one = 'Kafka instance "{{.Name}}" already exists'
@@ -393,6 +396,9 @@ one = 'unable to create new Kafka instance at this time in specified cloud provi
393
396
[kafka.create.error.instance.limit]
394
397
one = 'maximum number of allowed kafka instances has been reached. Please review all instances that your user has access to and delete one or more instances before creating a new one'
395
398
399
+
[kafka.create.error.standard.promote]
400
+
one = 'only Kafka instances with billing model "eval" can be promoted'
401
+
396
402
[kafka.create.region.error.invalidRegion]
397
403
one = '''
398
404
the region "{{.Region}}" is not available for the cloud provider "{{.Provider}}".
@@ -437,6 +443,9 @@ one = "only trial quotas are available, don't specify billing model details"
0 commit comments