-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathen_US.all.json
More file actions
1610 lines (1610 loc) · 52.7 KB
/
en_US.all.json
File metadata and controls
1610 lines (1610 loc) · 52.7 KB
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
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"id": "Application exited unexpectedly",
"translation": "Application exited unexpectedly"
},
{
"id": "Run '{{.Name}} --help' for usage.\n",
"translation": "Run '{{.Name}} --help' for usage.\n"
},
{
"id": "error: ",
"translation": "error: "
},
{
"id": "not set",
"translation": "not set"
},
{
"id": "OpenWhisk cloud computing command line interface.",
"translation": "OpenWhisk cloud computing command line interface."
},
{
"id": "verbose output",
"translation": "verbose output"
},
{
"id": "debug level output",
"translation": "debug level output"
},
{
"id": "authorization `KEY`",
"translation": "authorization `KEY`"
},
{
"id": "whisk API `HOST`",
"translation": "whisk API `HOST`"
},
{
"id": "whisk API `VERSION`",
"translation": "whisk API `VERSION`"
},
{
"id": "bypass certificate checking",
"translation": "bypass certificate checking"
},
{
"id": "Unable to initialize server connection: {{.err}}",
"translation": "Unable to initialize server connection: {{.err}}"
},
{
"id": "Parameter arguments must be a key value pair: {{.args}}",
"translation": "Parameter arguments must be a key value pair: {{.args}}"
},
{
"id": "Annotation arguments must be a key value pair: {{.args}}",
"translation": "Annotation arguments must be a key value pair: {{.args}}"
},
{
"id": "Failed to parse arguments: {{.err}}",
"translation": "Failed to parse arguments: {{.err}}"
},
{
"id": "work with namespaces",
"translation": "work with namespaces"
},
{
"id": "list entities in the current namespace",
"translation": "list entities in the current namespace"
},
{
"id": "Unable to obtain the list of available namespaces: {{.err}}",
"translation": "Unable to obtain the list of available namespaces: {{.err}}"
},
{
"id": "get triggers, actions, and rules in the registry for namespace",
"translation": "get triggers, actions, and rules in the registry for namespace"
},
{
"id": "'{{.name}}' is not a valid qualified name: {{.err}}",
"translation": "'{{.name}}' is not a valid qualified name: {{.err}}"
},
{
"id": "Unable to obtain the list of entities for namespace '{{.namespace}}': {{.err}}",
"translation": "Unable to obtain the list of entities for namespace '{{.namespace}}': {{.err}}"
},
{
"id": "Entities in namespace: {{.namespace}}\n",
"translation": "Entities in namespace: {{.namespace}}\n"
},
{
"id": "list available namespaces",
"translation": "list available namespaces"
},
{
"id": "work with packages",
"translation": "work with packages"
},
{
"id": "bind parameters to a package",
"translation": "bind parameters to a package"
},
{
"id": "Invalid parameter argument '{{.param}}': {{.err}}",
"translation": "Invalid parameter argument '{{.param}}': {{.err}}"
},
{
"id": "Invalid annotation argument '{{.annotation}}': {{.err}}",
"translation": "Invalid annotation argument '{{.annotation}}': {{.err}}"
},
{
"id": "Binding creation failed: {{.err}}",
"translation": "Binding creation failed: {{.err}}"
},
{
"id": "{{.ok}} created binding {{.name}}\n",
"translation": "{{.ok}} created binding {{.name}}\n"
},
{
"id": "create a new package",
"translation": "create a new package"
},
{
"id": "Unable to create package '{{.name}}': {{.err}}",
"translation": "Unable to create package '{{.name}}': {{.err}}"
},
{
"id": "{{.ok}} created package {{.name}}\n",
"translation": "{{.ok}} created package {{.name}}\n"
},
{
"id": "update an existing package, or create a package if it does not exist",
"translation": "update an existing package, or create a package if it does not exist"
},
{
"id": "Package update failed: {{.err}}",
"translation": "Package update failed: {{.err}}"
},
{
"id": "{{.ok}} updated package {{.name}}\n",
"translation": "{{.ok}} updated package {{.name}}\n"
},
{
"id": "get package",
"translation": "get package"
},
{
"id": "Unable to get package '{{.name}}': {{.err}}",
"translation": "Unable to get package '{{.name}}': {{.err}}"
},
{
"id": "{{.ok}} got package {{.name}}\n",
"translation": "{{.ok}} got package {{.name}}\n"
},
{
"id": "delete package",
"translation": "delete package"
},
{
"id": "Unable to delete package '{{.name}}': {{.err}}",
"translation": "Unable to delete package '{{.name}}': {{.err}}"
},
{
"id": "{{.ok}} deleted package {{.name}}\n",
"translation": "{{.ok}} deleted package {{.name}}\n"
},
{
"id": "list all packages",
"translation": "list all packages"
},
{
"id": "No valid namespace detected. Run 'wsk property set --namespace' or ensure the name argument is preceded by a \"/\"",
"translation": "No valid namespace detected. Run 'wsk property set --namespace' or ensure the name argument is preceded by a \"/\""
},
{
"id": "Unable to obtain the list of packages for namespace '{{.name}}': {{.err}}",
"translation": "Unable to obtain the list of packages for namespace '{{.name}}': {{.err}}"
},
{
"id": "refresh package bindings",
"translation": "refresh package bindings"
},
{
"id": "Package refresh for namespace '{{.name}}' failed: {{.err}}",
"translation": "Package refresh for namespace '{{.name}}' failed: {{.err}}"
},
{
"id": "'{{.name}}' refreshed successfully\n",
"translation": "'{{.name}}' refreshed successfully\n"
},
{
"id": "created bindings:",
"translation": "created bindings:"
},
{
"id": "updated bindings:",
"translation": "updated bindings:"
},
{
"id": "deleted bindings:",
"translation": "deleted bindings:"
},
{
"id": "The package refresh feature is not implemented in the target deployment",
"translation": "The package refresh feature is not implemented in the target deployment"
},
{
"id": "Package refresh for namespace '{{.name}}' failed due to unexpected HTTP status code: {{.code}}",
"translation": "Package refresh for namespace '{{.name}}' failed due to unexpected HTTP status code: {{.code}}"
},
{
"id": "annotation values in `KEY VALUE` format",
"translation": "annotation values in `KEY VALUE` format"
},
{
"id": "`FILE` containing annotation values in JSON format",
"translation": "`FILE` containing annotation values in JSON format"
},
{
"note-to-translators": "DO NOT TRANSLATE THE 'yes' AND 'no'. THOSE ARE FIXED CLI ARGUMENT VALUES",
"id": "package visibility `SCOPE`; yes = shared, no = private",
"translation": "package visibility `SCOPE`; yes = shared, no = private"
},
{
"id": "summarize package details; parameters with prefix \"*\" are bound",
"translation": "summarize package details; parameters with prefix \"*\" are bound"
},
{
"id": "include publicly shared entities in the result",
"translation": "include publicly shared entities in the result"
},
{
"id": "exclude the first `SKIP` number of packages from the result",
"translation": "exclude the first `SKIP` number of packages from the result"
},
{
"id": "only return `LIMIT` number of packages from the collection",
"translation": "only return `LIMIT` number of packages from the collection"
},
{
"id": "property",
"translation": "property"
},
{
"id": "work with whisk properties",
"translation": "work with whisk properties"
},
{
"id": "set property",
"translation": "set property"
},
{
"id": "Unable to set the property value: {{.err}}",
"translation": "Unable to set the property value: {{.err}}"
},
{
"id": "{{.ok}} client cert set. Run 'wsk property get --cert' to see the new value.\n",
"translation": "{{.ok}} client cert set. Run 'wsk property get --cert' to see the new value.\n"
},
{
"id": "{{.ok}} client key set. Run 'wsk property get --key' to see the new value.\n",
"translation": "{{.ok}} client key set. Run 'wsk property get --key' to see the new value.\n"
},
{
"id": "{{.ok}} whisk auth set. Run 'wsk property get --auth' to see the new value.\n",
"translation": "{{.ok}} whisk auth set. Run 'wsk property get --auth' to see the new value.\n"
},
{
"id": "Unable to set API host value; the API host value '{{.apihost}}' is invalid: {{.err}}",
"translation": "Unable to set API host value; the API host value '{{.apihost}}' is invalid: {{.err}}"
},
{
"id": "{{.ok}} whisk API host set to {{.host}}\n",
"translation": "{{.ok}} whisk API host set to {{.host}}\n"
},
{
"id": "{{.ok}} whisk API version set to {{.version}}\n",
"translation": "{{.ok}} whisk API version set to {{.version}}\n"
},
{
"id": "Authenticated user does not have namespace '{{.name}}'; set command failed: {{.err}}",
"translation": "Authenticated user does not have namespace '{{.name}}'; set command failed: {{.err}}"
},
{
"id": "Namespace '{{.name}}' is not in the list of entitled namespaces",
"translation": "Namespace '{{.name}}' is not in the list of entitled namespaces"
},
{
"id": "{{.ok}} whisk namespace set to {{.name}}\n",
"translation": "{{.ok}} whisk namespace set to {{.name}}\n"
},
{
"id": "{{.ok}} whisk promptOnChange set to {{.name}}\n",
"translation": "{{.ok}} whisk promptOnChange set to {{.name}}\n"
},
{
"id": "{{.ok}} whisk promptOnChange unset.\n",
"translation": "{{.ok}} whisk promptOnChange unset.\n"
},
{
"id": "force to do this operation when property promptOnChange is true",
"translation": "force to do this operation when property promptOnChange is true"
},
{
"id": "please update action using --force if you really want to update it",
"translation": "please update action using --force if you really want to update it"
},
{
"id": "please delete action using --force if you really want to delete it",
"translation": "please delete action using --force if you really want to delete it"
},
{
"id": "Unable to set the property value(s): {{.err}}",
"translation": "Unable to set the property value(s): {{.err}}"
},
{
"id": "unset property",
"translation": "unset property"
},
{
"id": "Unable to unset the property value: {{.err}}",
"translation": "Unable to unset the property value: {{.err}}"
},
{
"id": "{{.ok}} client cert unset.\n",
"translation": "{{.ok}} client cert unset.\n"
},
{
"id": "{{.ok}} client key unset.\n",
"translation": "{{.ok}} client key unset.\n"
},
{
"id": "{{.ok}} whisk auth unset.\n",
"translation": "{{.ok}} whisk auth unset.\n"
},
{
"id": "{{.ok}} whisk namespace unset",
"translation": "{{.ok}} whisk namespace unset"
},
{
"id": "{{.ok}} whisk API host unset.\n",
"translation": "{{.ok}} whisk API host unset.\n"
},
{
"id": "{{.ok}} whisk API version unset",
"translation": "{{.ok}} whisk API version unset"
},
{
"id": "; the default value of {{.default}} will be used.\n",
"translation": "; the default value of {{.default}} will be used.\n"
},
{
"id": "; there is no default value that can be used.\n",
"translation": "; there is no default value that can be used.\n"
},
{
"id": "get property",
"translation": "get property"
},
{
"id": "client cert",
"translation": "client cert"
},
{
"id": "client key",
"translation": "client key"
},
{
"id": "whisk auth",
"translation": "whisk auth"
},
{
"id": "whisk API host",
"translation": "whisk API host"
},
{
"id": "whisk API version",
"translation": "whisk API version"
},
{
"id": "whisk namespace",
"translation": "whisk namespace"
},
{
"id": "whisk promptOnChange",
"translation": "whisk promptOnChange"
},
{
"id": "whisk CLI version",
"translation": "whisk CLI version"
},
{
"id": "Unknown",
"translation": "Unknown"
},
{
"id": "whisk API build",
"translation": "whisk API build"
},
{
"id": "whisk API build number",
"translation": "whisk API build number"
},
{
"id": "Unable to obtain API build information: {{.err}}",
"translation": "Unable to obtain API build information: {{.err}}"
},
{
"id": "authorization key",
"translation": "authorization key"
},
{
"id": "whisk API build version",
"translation": "whisk API build version"
},
{
"id": "all properties",
"translation": "all properties"
},
{
"id": "whisk `NAMESPACE`",
"translation": "whisk `NAMESPACE`"
},
{
"id": "Unable to locate properties file '{{.filename}}': {{.err}}",
"translation": "Unable to locate properties file '{{.filename}}': {{.err}}"
},
{
"id": "Unable to read the properties file '{{.filename}}': {{.err}}",
"translation": "Unable to read the properties file '{{.filename}}': {{.err}}"
},
{
"id": "Unable to access configuration properties: {{.err}}",
"translation": "Unable to access configuration properties: {{.err}}"
},
{
"id": "Invalid host address '{{.host}}': {{.err}}",
"translation": "Invalid host address '{{.host}}': {{.err}}"
},
{
"id": "Whisk properties file write failure: {{.err}}",
"translation": "Whisk properties file write failure: {{.err}}"
},
{
"id": "work with rules",
"translation": "work with rules"
},
{
"id": "enable rule",
"translation": "enable rule"
},
{
"id": "Unable to enable rule '{{.name}}': {{.err}}",
"translation": "Unable to enable rule '{{.name}}': {{.err}}"
},
{
"id": "{{.ok}} enabled rule {{.name}}\n",
"translation": "{{.ok}} enabled rule {{.name}}\n"
},
{
"id": "disable rule",
"translation": "disable rule"
},
{
"id": "Unable to disable rule '{{.name}}': {{.err}}",
"translation": "Unable to disable rule '{{.name}}': {{.err}}"
},
{
"id": "{{.ok}} disabled rule {{.name}}\n",
"translation": "{{.ok}} disabled rule {{.name}}\n"
},
{
"id": "get rule status",
"translation": "get rule status"
},
{
"id": "Unable to get rule '{{.name}}': {{.err}}",
"translation": "Unable to get rule '{{.name}}': {{.err}}"
},
{
"id": "Unable to get status of rule '{{.name}}': {{.err}}",
"translation": "Unable to get status of rule '{{.name}}': {{.err}}"
},
{
"id": "{{.ok}} rule {{.name}} is {{.status}}\n",
"translation": "{{.ok}} rule {{.name}} is {{.status}}\n"
},
{
"id": "create new rule",
"translation": "create new rule"
},
{
"id": "Unable to create rule '{{.name}}': {{.err}}",
"translation": "Unable to create rule '{{.name}}': {{.err}}"
},
{
"id": "{{.ok}} created rule {{.name}}\n",
"translation": "{{.ok}} created rule {{.name}}\n"
},
{
"id": "update an existing rule, or create a rule if it does not exist",
"translation": "update an existing rule, or create a rule if it does not exist"
},
{
"id": "Unable to update rule '{{.name}}': {{.err}}",
"translation": "Unable to update rule '{{.name}}': {{.err}}"
},
{
"id": "{{.ok}} updated rule {{.name}}\n",
"translation": "{{.ok}} updated rule {{.name}}\n"
},
{
"id": "get rule",
"translation": "get rule"
},
{
"id": "Unable to retrieve rule '{{.name}}': {{.err}}",
"translation": "Unable to retrieve rule '{{.name}}': {{.err}}"
},
{
"id": "{{.ok}} got rule {{.name}}\n",
"translation": "{{.ok}} got rule {{.name}}\n"
},
{
"id": "delete rule",
"translation": "delete rule"
},
{
"id": "Unable to delete rule '{{.name}}': {{.err}}",
"translation": "Unable to delete rule '{{.name}}': {{.err}}"
},
{
"id": "{{.ok}} deleted rule {{.name}}\n",
"translation": "{{.ok}} deleted rule {{.name}}\n"
},
{
"id": "list all rules",
"translation": "list all rules"
},
{
"id": "Namespace '{{.name}}' is invalid: {{.err}}\n",
"translation": "Namespace '{{.name}}' is invalid: {{.err}}\n"
},
{
"id": "Unable to obtain the list of rules for namespace '{{.name}}': {{.err}}",
"translation": "Unable to obtain the list of rules for namespace '{{.name}}': {{.err}}"
},
{
"note-to-translators": "DO NOT TRANSLATE THE 'yes' AND 'no'. THOSE ARE FIXED CLI ARGUMENT VALUES",
"id": "rule visibility `SCOPE`; yes = shared, no = private",
"translation": "rule visibility `SCOPE`; yes = shared, no = private"
},
{
"id": "automatically enable rule after creating it",
"translation": "automatically enable rule after creating it"
},
{
"id": "automatically disable rule before deleting it",
"translation": "automatically disable rule before deleting it"
},
{
"id": "summarize rule details",
"translation": "summarize rule details"
},
{
"id": "work with the sdk",
"translation": "work with the sdk"
},
{
"id": "install SDK artifacts",
"translation": "install SDK artifacts"
},
{
"id": "install SDK artifacts, where valid COMPONENT values are docker, ios, and bashauto",
"translation": "install SDK artifacts, where valid COMPONENT values are docker, iOS, and bashauto"
},
{
"id": "The SDK component argument is missing. One component (docker, ios, or bashauto) must be specified",
"translation": "The SDK component argument is missing. One component (docker, ios, or bashauto) must be specified"
},
{
"id": "Unable to generate '{{.name}}': {{.err}}",
"translation": "Unable to generate '{{.name}}': {{.err}}"
},
{
"id": "bash_completion_msg",
"translation": "The bash auto-completion script ({{.name}}) is installed in the current directory.\nTo enable command line completion of wsk commands, source the auto completion script into your bash environment\n"
},
{
"id": "The SDK component argument '{{.component}}' is invalid. Valid components are docker, ios and bashauto",
"translation": "The SDK component argument '{{.component}}' is invalid. Valid components are docker, ios and bashauto"
},
{
"id": "The file '{{.name}}' already exists. Delete it and retry.",
"translation": "The file '{{.name}}' already exists. Delete it and retry."
},
{
"id": "The {{.component}} SDK installation failed: {{.err}}",
"translation": "The {{.component}} SDK installation failed: {{.err}}"
},
{
"id": "The docker skeleton is now installed at the current directory.",
"translation": "The docker skeleton is now installed at the current directory."
},
{
"id": "Downloaded OpenWhisk iOS starter app. Unzip '{{.name}}' and open the project in Xcode.\n",
"translation": "Downloaded OpenWhisk iOS starter app. Unzip '{{.name}}' and open the project in Xcode.\n"
},
{
"id": "Unable to retrieve '{{.urlpath}}' SDK: {{.err}}",
"translation": "Unable to retrieve '{{.urlpath}}' SDK: {{.err}}"
},
{
"id": "Server failed to send the '{{.component}}' SDK: {{.err}}",
"translation": "Server failed to send the '{{.component}}' SDK: {{.err}}"
},
{
"id": "Error creating SDK file '{{.name}}': {{.err}}",
"translation": "Error creating SDK file '{{.name}}': {{.err}}"
},
{
"id": "Error copying server response into file: {{.err}}",
"translation": "Error copying server response into file: {{.err}}"
},
{
"id": "The directory '{{.name}}' already exists. Delete it and retry.",
"translation": "The directory '{{.name}}' already exists. Delete it and retry."
},
{
"id": "Error unGzipping file '{{.name}}': {{.err}}",
"translation": "Error unGzipping file '{{.name}}': {{.err}}"
},
{
"id": "Error untarring file '{{.name}}': {{.err}}",
"translation": "Error untarring file '{{.name}}': {{.err}}"
},
{
"id": "work with triggers",
"translation": "work with triggers"
},
{
"id": "fire trigger event",
"translation": "fire trigger event"
},
{
"id": "Unable to fire trigger '{{.name}}': {{.err}}",
"translation": "Unable to fire trigger '{{.name}}': {{.err}}"
},
{
"id": "{{.ok}} triggered /{{.namespace}}/{{.name}} with id {{.id}}\n",
"translation": "{{.ok}} triggered /{{.namespace}}/{{.name}} with id {{.id}}\n"
},
{
"id": "create new trigger",
"translation": "create new trigger"
},
{
"note-to-translators": "DO NOT TRANSLATE THE 'yes' AND 'no'. THOSE ARE FIXED CLI ARGUMENT VALUES",
"id": "Invalid --shared argument value '{{.argval}}'; valid values are 'yes' or 'no'",
"translation": "Invalid --shared argument value '{{.argval}}'; valid values are 'yes' or 'no'"
},
{
"id": "Unable to create trigger '{{.name}}': {{.err}}",
"translation": "Unable to create trigger '{{.name}}': {{.err}}"
},
{
"id": "{{.ok}} created trigger {{.name}}\n",
"translation": "{{.ok}} created trigger {{.name}}\n"
},
{
"id": "update an existing trigger, or create a trigger if it does not exist",
"translation": "update an existing an trigger, or create a trigger if it does not exist"
},
{
"id": "Unable to update trigger '{{.name}}': {{.err}}",
"translation": "Unable to update trigger '{{.name}}': {{.err}}"
},
{
"id": "{{.ok}} updated trigger {{.name}}\n",
"translation": "{{.ok}} updated trigger {{.name}}\n"
},
{
"id": "get trigger",
"translation": "get trigger"
},
{
"id": "Unable to get trigger '{{.name}}': {{.err}}",
"translation": "Unable to get trigger '{{.name}}': {{.err}}"
},
{
"id": "{{.ok}} got trigger {{.name}}\n",
"translation": "{{.ok}} got trigger {{.name}}\n"
},
{
"id": "delete trigger",
"translation": "delete trigger"
},
{
"id": "Unable to delete trigger '{{.name}}': {{.err}}",
"translation": "Unable to delete trigger '{{.name}}': {{.err}}"
},
{
"id": "{{.ok}} deleted trigger {{.name}}\n",
"translation": "{{.ok}} deleted trigger {{.name}}\n"
},
{
"id": "list all triggers",
"translation": "list all triggers"
},
{
"id": "Unable to obtain the list of triggers for namespace '{{.name}}': {{.err}}",
"translation": "Unable to obtain the list of triggers for namespace '{{.name}}': {{.err}}"
},
{
"id": "FEED_CONFIGURATION_FAILURE",
"translation": "Unable to configure feed '{{.feedname}}': {{.err}}"
},
{
"note-to-translators": "DO NOT TRANSLATE THE 'yes' AND 'no'. THOSE ARE FIXED CLI ARGUMENT VALUES",
"id": "trigger visibility `SCOPE`; yes = shared, no = private",
"translation": "trigger visibility `SCOPE`; yes = shared, no = private"
},
{
"id": "trigger feed `ACTION_NAME`",
"translation": "trigger feed `ACTION_NAME`"
},
{
"id": "summarize trigger details; parameters with prefix \"*\" are bound",
"translation": "summarize trigger details; parameters with prefix \"*\" are bound"
},
{
"id": "parameter values in `KEY VALUE` format",
"translation": "parameter values in `KEY VALUE` format"
},
{
"id": "`FILE` containing parameter values in JSON format",
"translation": "`FILE` containing parameter values in JSON format"
},
{
"id": "Arguments must be comma separated, and must be quoted if they contain spaces.",
"translation": "Arguments must be comma separated, and must be quoted if they contain spaces."
},
{
"id": "The argument `{{.arg}}` is invalid: {{.err}}",
"translation": "The argument `{{.arg}}` is invalid: {{.err}}"
},
{
"id": "The argument `{{.arg}}` is invalid JSON: {{.err}}",
"translation": "The argument `{{.arg}}` is invalid JSON: {{.err}}"
},
{
"id": "private",
"translation": "private"
},
{
"id": "shared",
"translation": "shared"
},
{
"id": "File '{{.name}}' is not a valid file or it does not exist",
"translation": "File '{{.name}}' is not a valid file or it does not exist"
},
{
"id": "Error creating unGzip file '{{.name}}': {{.err}}",
"translation": "Error creating unGzip file '{{.name}}': {{.err}}"
},
{
"id": "Error opening Gzip file '{{.name}}': {{.err}}",
"translation": "Error opening Gzip file '{{.name}}': {{.err}}"
},
{
"id": "Unable to unzip file '{{.name}}': {{.err}}",
"translation": "Unable to unzip file '{{.name}}': {{.err}}"
},
{
"id": "Unable to opens '{{.name}}' for unzipping: {{.err}}",
"translation": "Unable to opens '{{.name}}' for unzipping: {{.err}}"
},
{
"id": "Unable to create directory '{{.dir}}' while unzipping '{{.name}}': {{.err}}",
"translation": "Unable to create directory '{{.dir}}' while unzipping '{{.name}}': {{.err}}"
},
{
"id": "Unable to open zipped file '{{.file}}' while unzipping '{{.name}}': {{.err}}",
"translation": "Unable to open zipped file '{{.file}}' while unzipping '{{.name}}': {{.err}}"
},
{
"id": "Unable to create file '{{.file}}' while unzipping '{{.name}}': {{.err}}",
"translation": "Unable to create file '{{.file}}' while unzipping '{{.name}}': {{.err}}"
},
{
"id": "Error opening tar file '{{.name}}': {{.err}}",
"translation": "Error opening tar file '{{.name}}': {{.err}}"
},
{
"id": "Error reading tar file '{{.name}}': {{.err}}",
"translation": "Error reading tar file '{{.name}}': {{.err}}"
},
{
"id": "Unable to create directory '{{.dir}}' while untarring '{{.name}}': {{.err}}",
"translation": "Unable to create directory '{{.dir}}' while untarring '{{.name}}': {{.err}}"
},
{
"id": "Unable to create file '{{.file}}' while untarring '{{.name}}': {{.err}}",
"translation": "Unable to create file '{{.file}}' while untarring '{{.name}}': {{.err}}"
},
{
"id": "Unable to untar file '{{.name}}': {{.err}}",
"translation": "Unable to untar file '{{.name}}': {{.err}}"
},
{
"id": "Unable to untar '{{.name}}' due to unexpected tar file type\n",
"translation": "Unable to untar '{{.name}}' due to unexpected tar file type\n"
},
{
"id": "work with actions",
"translation": "work with actions"
},
{
"id": "create a new action",
"translation": "create a new action"
},
{
"id": "Unable to parse action command arguments: {{.err}}",
"translation": "Unable to parse action command arguments: {{.err}}"
},
{
"id": "Unable to create action '{{.name}}': {{.err}}",
"translation": "Unable to create action '{{.name}}': {{.err}}"
},
{
"id": "{{.ok}} created action {{.name}}\n",
"translation": "{{.ok}} created action {{.name}}\n"
},
{
"id": "update an existing action, or create an action if it does not exist",
"translation": "update an existing action, or create an action if it does not exist"
},
{
"id": "Unable to update action: {{.err}}",
"translation": "Unable to update action: {{.err}}"
},
{
"id": "{{.ok}} updated action {{.name}}\n",
"translation": "{{.ok}} updated action {{.name}}\n"
},
{
"id": "invoke action",
"translation": "invoke action"
},
{
"id": "Unable to invoke action '{{.name}}': {{.err}}",
"translation": "Unable to invoke action '{{.name}}': {{.err}}"
},
{
"id": "{{.ok}} invoked /{{.namespace}}/{{.name}} with id {{.id}}\n",
"translation": "{{.ok}} invoked /{{.namespace}}/{{.name}} with id {{.id}}\n"
},
{
"id": "get action",
"translation": "get action"
},
{
"id": "Unable to get action: {{.err}}",
"translation": "Unable to get action: {{.err}}"
},
{
"id": "action",
"translation": "action"
},
{
"id": "{{.ok}} got action {{.name}}\n",
"translation": "{{.ok}} got action {{.name}}\n"
},
{
"id": "delete action",
"translation": "delete action"
},
{
"id": "Unable to delete action '{{.name}}': {{.err}}",
"translation": "Unable to delete action '{{.name}}': {{.err}}"
},
{
"id": "{{.ok}} deleted action {{.name}}\n",
"translation": "{{.ok}} deleted action {{.name}}\n"
},
{
"id": "list all actions in a namespace or actions contained in a package",
"translation": "list all actions in a namespace or actions contained in a package"
},
{
"id": "Unable to obtain the list of actions for namespace '{{.name}}': {{.err}}",
"translation": "Unable to obtain the list of actions for namespace '{{.name}}': {{.err}}"
},
{
"id": "Could not find 'main' method in '{{.name}}'",
"translation": "Could not find 'main' method in '{{.name}}'"
},
{
"id": "Unable to get action '{{.name}}': {{.err}}",
"translation": "Unable to get action '{{.name}}': {{.err}}"
},
{
"id": "Unable to read the file '{{.name}}': {{.err}}",
"translation": "Unable to read the file '{{.name}}': {{.err}}"
},
{
"id": "'{{.name}}' is not a supported action runtime",
"translation": "'{{.name}}' is not a supported action runtime"
},
{
"id": "creating an action from a .zip artifact requires specifying the action kind explicitly",
"translation": "creating an action from a .zip artifact requires specifying the action kind explicitly"
},
{
"id": "Java actions require --main to specify the fully-qualified name of the main class",
"translation": "Java actions require --main to specify the fully-qualified name of the main class"
},
{
"id": "treat ACTION as native action (zip file provides a compatible executable to run)",
"translation": "treat ACTION as native action (zip file provides a compatible executable to run)"
},
{
"id": "use provided docker image (a path on DockerHub) to run the action",
"translation": "use provided docker image (a path on DockerHub) to run the action"
},
{
"id": "treat ACTION as the name of an existing action",
"translation": "treat ACTION as the name of an existing action"
},
{
"id": "treat ACTION as comma separated sequence of actions to invoke",
"translation": "treat ACTION as comma separated sequence of actions to invoke"
},
{
"id": "the `KIND` of the action runtime (example: swift:default, nodejs:default)",
"translation": "the `KIND` of the action runtime (example: swift:default, nodejs:default)"
},
{
"id": "the name of the action entry point (function or fully-qualified method name when applicable)",
"translation": "the name of the action entry point (function or fully-qualified method name when applicable)"
},
{
"id": "action visibility `SCOPE`; yes = shared, no = private",
"translation": "action visibility `SCOPE`; yes = shared, no = private"
},
{
"id": "the timeout `LIMIT` in milliseconds after which the action is terminated",
"translation": "the timeout `LIMIT` in milliseconds after which the action is terminated"
},
{
"id": "the maximum memory `LIMIT` in MB for the action",
"translation": "the maximum memory `LIMIT` in MB for the action"
},
{
"id": "the maximum log size `LIMIT` in MB for the action",
"translation": "the maximum log size `LIMIT` in MB for the action"
},
{
"id": "blocking invoke",
"translation": "blocking invoke"
},
{
"id": "blocking invoke; show only activation result (unless there is a failure)",
"translation": "blocking invoke; show only activation result (unless there is a failure)"
},
{
"id": "exclude the first `SKIP` number of actions from the result",
"translation": "exclude the first `SKIP` number of actions from the result"
},
{
"id": "only return `LIMIT` number of actions from the collection",
"translation": "only return `LIMIT` number of actions from the collection"
},
{
"id": "summarize action details; parameters with prefix \"*\" are bound, \"**\" are bound and finalized",
"translation": "summarize action details; parameters with prefix \"*\" are bound, \"**\" are bound and finalized"
},
{
"id": "work with activations",
"translation": "work with activations"
},
{
"id": "list activations",
"translation": "list activations"
},
{
"id": "Namespace '{{.name}}' is invalid",
"translation": "Namespace '{{.name}}' is invalid"
},
{
"id": "Unable to obtain the list of activations for namespace '{{.name}}': {{.err}}",
"translation": "Unable to obtain the list of activations for namespace '{{.name}}': {{.err}}"
},
{
"id": "get activation",
"translation": "get activation"
},
{
"id": "Unable to get activation: {{.err}}",
"translation": "Unable to get activation: {{.err}}"