-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Strings.Designer.cs
908 lines (824 loc) · 33.4 KB
/
Strings.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Microsoft.NET.Build.Containers.Resources
{
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Strings
{
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Strings()
{
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager
{
get
{
if (object.ReferenceEquals(resourceMan, null))
{
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.NET.Build.Containers.Resources.Strings", typeof(Strings).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture
{
get
{
return resourceCulture;
}
set
{
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER0000: Value for unit test {0}.
/// </summary>
internal static string _Test
{
get
{
return ResourceManager.GetString("_Test", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER1002: Request to Amazon Elastic Container Registry failed prematurely. This is often caused when the target repository does not exist in the registry..
/// </summary>
internal static string AmazonRegistryFailed
{
get
{
return ResourceManager.GetString("AmazonRegistryFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2008: Both {0} and {1} were provided, but only one or the other is allowed..
/// </summary>
internal static string AmbiguousTags
{
get
{
return ResourceManager.GetString("AmbiguousTags", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2025: ContainerAppCommandArgs are provided without specifying a ContainerAppCommand..
/// </summary>
internal static string AppCommandArgsSetNoAppCommand
{
get
{
return ResourceManager.GetString("AppCommandArgsSetNoAppCommand", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2026: ContainerAppCommand and ContainerAppCommandArgs must be empty when ContainerAppCommandInstruction is '{0}'..
/// </summary>
internal static string AppCommandSetNotUsed
{
get
{
return ResourceManager.GetString("AppCommandSetNotUsed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to local archive at '{0}'.
/// </summary>
internal static string ArchiveRegistry_PushInfo
{
get
{
return ResourceManager.GetString("ArchiveRegistry_PushInfo", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2022: The base image has an entrypoint that will be overwritten to start the application. Set ContainerAppCommandInstruction to 'Entrypoint' if this is desired. To preserve the base image entrypoint, set ContainerAppCommandInstruction to 'DefaultArgs'..
/// </summary>
internal static string BaseEntrypointOverwritten
{
get
{
return ResourceManager.GetString("BaseEntrypointOverwritten", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2009: Could not parse {0}: {1}.
/// </summary>
internal static string BaseImageNameParsingFailed
{
get
{
return ResourceManager.GetString("BaseImageNameParsingFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2020: {0} does not specify a registry and will be pulled from Docker Hub. Please prefix the name with the image registry, for example: '{1}/<image>'..
/// </summary>
internal static string BaseImageNameRegistryFallback
{
get
{
return ResourceManager.GetString("BaseImageNameRegistryFallback", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2013: {0} had spaces in it, replacing with dashes..
/// </summary>
internal static string BaseImageNameWithSpaces
{
get
{
return ResourceManager.GetString("BaseImageNameWithSpaces", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER1011: Couldn't find matching base image for {0} that matches RuntimeIdentifier {1}..
/// </summary>
internal static string BaseImageNotFound
{
get
{
return ResourceManager.GetString("BaseImageNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER1001: Failed to upload blob using {0}; received status code '{1}'..
/// </summary>
internal static string BlobUploadFailed
{
get
{
return ResourceManager.GetString("BlobUploadFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Pushed image '{0}' to {1}..
/// </summary>
internal static string ContainerBuilder_ImageUploadedToLocalDaemon
{
get
{
return ResourceManager.GetString("ContainerBuilder_ImageUploadedToLocalDaemon", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Pushed image '{0}' to registry '{1}'..
/// </summary>
internal static string ContainerBuilder_ImageUploadedToRegistry
{
get
{
return ResourceManager.GetString("ContainerBuilder_ImageUploadedToRegistry", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Building image '{0}' with tags '{1}' on top of base image '{2}'..
/// </summary>
internal static string ContainerBuilder_StartBuildingImage
{
get
{
return ResourceManager.GetString("ContainerBuilder_StartBuildingImage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER1007: Could not deserialize token from JSON..
/// </summary>
internal static string CouldntDeserializeJsonToken
{
get
{
return ResourceManager.GetString("CouldntDeserializeJsonToken", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2012: Could not recognize registry '{0}'..
/// </summary>
internal static string CouldntRecognizeRegistry
{
get
{
return ResourceManager.GetString("CouldntRecognizeRegistry", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to local registry via '{0}'.
/// </summary>
internal static string DockerCli_PushInfo
{
get
{
return ResourceManager.GetString("DockerCli_PushInfo", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER3002: Failed to get docker info({0})\n{1}\n{2}.
/// </summary>
internal static string DockerInfoFailed
{
get
{
return ResourceManager.GetString("DockerInfoFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER3002: Failed to get docker info: {0}.
/// </summary>
internal static string DockerInfoFailed_Ex
{
get
{
return ResourceManager.GetString("DockerInfoFailed_Ex", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER3001: Failed creating {0} process..
/// </summary>
internal static string ContainerRuntimeProcessCreationFailed
{
get
{
return ResourceManager.GetString("ContainerRuntimeProcessCreationFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER4006: Property '{0}' is empty or contains whitespace and will be ignored..
/// </summary>
internal static string EmptyOrWhitespacePropertyIgnored
{
get
{
return ResourceManager.GetString("EmptyOrWhitespacePropertyIgnored", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER4004: Items '{0}' contain empty item(s) which will be ignored..
/// </summary>
internal static string EmptyValuesIgnored
{
get
{
return ResourceManager.GetString("EmptyValuesIgnored", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2023: A ContainerEntrypoint and ContainerAppCommandArgs are provided. ContainerAppInstruction must be set to configure how the application is started. Valid instructions are {0}..
/// </summary>
internal static string EntrypointAndAppCommandArgsSetNoAppCommandInstruction
{
get
{
return ResourceManager.GetString("EntrypointAndAppCommandArgsSetNoAppCommandInstruction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2024: ContainerEntrypointArgs are provided without specifying a ContainerEntrypoint..
/// </summary>
internal static string EntrypointArgsSetNoEntrypoint
{
get
{
return ResourceManager.GetString("EntrypointArgsSetNoEntrypoint", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2029: ContainerEntrypointArgsSet are provided. Change to use ContainerAppCommandArgs for arguments that must always be set, or ContainerDefaultArgs for arguments that can be overridden when the container is created..
/// </summary>
internal static string EntrypointArgsSetPreferAppCommandArgs
{
get
{
return ResourceManager.GetString("EntrypointArgsSetPreferAppCommandArgs", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2028: ContainerEntrypoint can not be combined with ContainerAppCommandInstruction '{0}'..
/// </summary>
internal static string EntrypointConflictAppCommand
{
get
{
return ResourceManager.GetString("EntrypointConflictAppCommand", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2027: A ContainerEntrypoint is provided. ContainerAppInstruction must be set to configure how the application is started. Valid instructions are {0}..
/// </summary>
internal static string EntrypointSetNoAppCommandInstruction
{
get
{
return ResourceManager.GetString("EntrypointSetNoAppCommandInstruction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER1008: Failed retrieving credentials for "{0}": {1}.
/// </summary>
internal static string FailedRetrievingCredentials
{
get
{
return ResourceManager.GetString("FailedRetrievingCredentials", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2030: GenerateLabels was disabled but GenerateDigestLabel was enabled - no digest label will be created.
/// </summary>
internal static string GenerateDigestLabelWithoutGenerateLabels
{
get
{
return ResourceManager.GetString("GenerateDigestLabelWithoutGenerateLabels", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No host object detected..
/// </summary>
internal static string HostObjectNotDetected
{
get
{
return ResourceManager.GetString("HostObjectNotDetected", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER1009: Failed to load image from local registry. stdout: {0}.
/// </summary>
internal static string ImageLoadFailed
{
get
{
return ResourceManager.GetString("ImageLoadFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER1010: Pulling images from local registry is not supported..
/// </summary>
internal static string ImagePullNotSupported
{
get
{
return ResourceManager.GetString("ImagePullNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2015: {0}: '{1}' was not a valid Environment Variable. Ignoring..
/// </summary>
internal static string InvalidEnvVar
{
get
{
return ResourceManager.GetString("InvalidEnvVar", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2005: The inferred image name '{0}' contains entirely invalid characters. The valid characters for an image name are alphanumeric characters, -, /, or _, and the image name must start with an alphanumeric character..
/// </summary>
internal static string InvalidImageName_EntireNameIsInvalidCharacters
{
get
{
return ResourceManager.GetString("InvalidImageName_EntireNameIsInvalidCharacters", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2005: The first character of the image name '{0}' must be a lowercase letter or a digit and all characters in the name must be an alphanumeric character, -, /, or _..
/// </summary>
internal static string InvalidImageName_NonAlphanumericStartCharacter
{
get
{
return ResourceManager.GetString("InvalidImageName_NonAlphanumericStartCharacter", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2017: A ContainerPort item was provided with an invalid port number '{0}'. ContainerPort items must have an Include value that is an integer, and a Type value that is either 'tcp' or 'udp'..
/// </summary>
internal static string InvalidPort_Number
{
get
{
return ResourceManager.GetString("InvalidPort_Number", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2017: A ContainerPort item was provided with an invalid port number '{0}' and an invalid port type '{1}'. ContainerPort items must have an Include value that is an integer, and a Type value that is either 'tcp' or 'udp'..
/// </summary>
internal static string InvalidPort_NumberAndType
{
get
{
return ResourceManager.GetString("InvalidPort_NumberAndType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2017: A ContainerPort item was provided with an invalid port type '{0}'. ContainerPort items must have an Include value that is an integer, and a Type value that is either 'tcp' or 'udp'..
/// </summary>
internal static string InvalidPort_Type
{
get
{
return ResourceManager.GetString("InvalidPort_Type", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2018: Invalid SDK prerelease version '{0}' - only 'rc' and 'preview' are supported..
/// </summary>
internal static string InvalidSdkPrereleaseVersion
{
get
{
return ResourceManager.GetString("InvalidSdkPrereleaseVersion", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2019: Invalid SDK semantic version '{0}'..
/// </summary>
internal static string InvalidSdkVersion
{
get
{
return ResourceManager.GetString("InvalidSdkVersion", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2007: Invalid {0} provided: {1}. Image tags must be alphanumeric, underscore, hyphen, or period..
/// </summary>
internal static string InvalidTag
{
get
{
return ResourceManager.GetString("InvalidTag", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2010: Invalid {0} provided: {1}. {0} must be a semicolon-delimited list of valid image tags. Image tags must be alphanumeric, underscore, hyphen, or period..
/// </summary>
internal static string InvalidTags
{
get
{
return ResourceManager.GetString("InvalidTags", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER1003: Token response had neither token nor access_token..
/// </summary>
internal static string InvalidTokenResponse
{
get
{
return ResourceManager.GetString("InvalidTokenResponse", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER4005: Item '{0}' contains items without metadata 'Value', and they will be ignored..
/// </summary>
internal static string ItemsWithoutMetadata
{
get
{
return ResourceManager.GetString("ItemsWithoutMetadata", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error while reading daemon config: {0}.
/// </summary>
internal static string LocalDocker_FailedToGetConfig
{
get
{
return ResourceManager.GetString("LocalDocker_FailedToGetConfig", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The daemon server reported errors: {0}.
/// </summary>
internal static string LocalDocker_LocalDaemonErrors
{
get
{
return ResourceManager.GetString("LocalDocker_LocalDaemonErrors", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER1012: The local registry is not available, but pushing to a local registry was requested..
/// </summary>
internal static string LocalRegistryNotAvailable
{
get
{
return ResourceManager.GetString("LocalRegistryNotAvailable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2004: Unable to download layer with descriptor '{0}' from registry '{1}' because it does not exist..
/// </summary>
internal static string MissingLinkToRegistry
{
get
{
return ResourceManager.GetString("MissingLinkToRegistry", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2016: ContainerPort item '{0}' does not specify the port number. Please ensure the item's Include is a port number, for example '<ContainerPort Include="80" />'.
/// </summary>
internal static string MissingPortNumber
{
get
{
return ResourceManager.GetString("MissingPortNumber", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER1004: No RequestUri specified..
/// </summary>
internal static string NoRequestUriSpecified
{
get
{
return ResourceManager.GetString("NoRequestUriSpecified", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to '{0}' was not a valid container image name, it was normalized to '{1}'.
/// </summary>
internal static string NormalizedContainerName
{
get
{
return ResourceManager.GetString("NormalizedContainerName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2011: {0} '{1}' does not exist.
/// </summary>
internal static string PublishDirectoryDoesntExist
{
get
{
return ResourceManager.GetString("PublishDirectoryDoesntExist", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Uploaded config to registry..
/// </summary>
internal static string Registry_ConfigUploaded
{
get
{
return ResourceManager.GetString("Registry_ConfigUploaded", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Uploading config to registry at blob '{0}',.
/// </summary>
internal static string Registry_ConfigUploadStarted
{
get
{
return ResourceManager.GetString("Registry_ConfigUploadStarted", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Layer '{0}' already exists..
/// </summary>
internal static string Registry_LayerExists
{
get
{
return ResourceManager.GetString("Registry_LayerExists", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Finished uploading layer '{0}' to '{1}'..
/// </summary>
internal static string Registry_LayerUploaded
{
get
{
return ResourceManager.GetString("Registry_LayerUploaded", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Uploading layer '{0}' to '{1}'..
/// </summary>
internal static string Registry_LayerUploadStarted
{
get
{
return ResourceManager.GetString("Registry_LayerUploadStarted", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Uploaded manifest to '{0}'..
/// </summary>
internal static string Registry_ManifestUploaded
{
get
{
return ResourceManager.GetString("Registry_ManifestUploaded", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Uploading manifest to registry '{0}' as blob '{1}'..
/// </summary>
internal static string Registry_ManifestUploadStarted
{
get
{
return ResourceManager.GetString("Registry_ManifestUploadStarted", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Uploaded tag '{0}' to '{1}'..
/// </summary>
internal static string Registry_TagUploaded
{
get
{
return ResourceManager.GetString("Registry_TagUploaded", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Uploading tag '{0}' to '{1}'..
/// </summary>
internal static string Registry_TagUploadStarted
{
get
{
return ResourceManager.GetString("Registry_TagUploadStarted", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER1017: Unable to communicate with the registry '{0}'..
/// </summary>
internal static string RegistryOperationFailed
{
get
{
return ResourceManager.GetString("RegistryOperationFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER1013: Failed to push to the output registry: {0}.
/// </summary>
internal static string RegistryOutputPushFailed
{
get
{
return ResourceManager.GetString("RegistryOutputPushFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER1014: Manifest pull failed..
/// </summary>
internal static string RegistryPullFailed
{
get
{
return ResourceManager.GetString("RegistryPullFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER1005: Registry push failed; received status code '{0}'..
/// </summary>
internal static string RegistryPushFailed
{
get
{
return ResourceManager.GetString("RegistryPushFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER1015: Unable to access the repository '{0}' at tag '{1}' in the registry '{2}'. Please confirm that this name and tag are present in the registry..
/// </summary>
internal static string RepositoryNotFound
{
get
{
return ResourceManager.GetString("RepositoryNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER4003: Required '{0}' items contain empty items..
/// </summary>
internal static string RequiredItemsContainsEmptyItems
{
get
{
return ResourceManager.GetString("RequiredItemsContainsEmptyItems", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER4002: Required '{0}' items were not set..
/// </summary>
internal static string RequiredItemsNotSet
{
get
{
return ResourceManager.GetString("RequiredItemsNotSet", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER4001: Required property '{0}' was not set or empty..
/// </summary>
internal static string RequiredPropertyNotSetOrEmpty
{
get
{
return ResourceManager.GetString("RequiredPropertyNotSetOrEmpty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER1006: Too many retries, stopping..
/// </summary>
internal static string TooManyRetries
{
get
{
return ResourceManager.GetString("TooManyRetries", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER1016: Unable to access the repository '{0}' in the registry '{1}'. Please confirm your credentials are correct and that you have access to this repository and registry..
/// </summary>
internal static string UnableToAccessRepository
{
get
{
return ResourceManager.GetString("UnableToAccessRepository", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2021: Unknown AppCommandInstruction '{0}'. Valid instructions are {1}..
/// </summary>
internal static string UnknownAppCommandInstruction
{
get
{
return ResourceManager.GetString("UnknownAppCommandInstruction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2002: Unknown local registry type '{0}'. Valid local container registry types are {1}..
/// </summary>
internal static string UnknownLocalRegistryType
{
get
{
return ResourceManager.GetString("UnknownLocalRegistryType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2003: The manifest for {0}:{1} from registry {2} was an unknown type: {3}. Please raise an issue at https://github.com/dotnet/sdk-container-builds/issues with this message..
/// </summary>
internal static string UnknownMediaType
{
get
{
return ResourceManager.GetString("UnknownMediaType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONTAINER2001: Unrecognized mediaType '{0}'..
/// </summary>
internal static string UnrecognizedMediaType
{
get
{
return ResourceManager.GetString("UnrecognizedMediaType", resourceCulture);
}
}
}
}