foreman_google 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_google/locale/cs_CZ/foreman_google.js +35 -50
  3. data/app/assets/javascripts/foreman_google/locale/de/foreman_google.js +38 -53
  4. data/app/assets/javascripts/foreman_google/locale/el/foreman_google.js +31 -46
  5. data/app/assets/javascripts/foreman_google/locale/en/foreman_google.js +25 -40
  6. data/app/assets/javascripts/foreman_google/locale/en_GB/foreman_google.js +8 -23
  7. data/app/assets/javascripts/foreman_google/locale/es/foreman_google.js +38 -53
  8. data/app/assets/javascripts/foreman_google/locale/fr/foreman_google.js +42 -57
  9. data/app/assets/javascripts/foreman_google/locale/it/foreman_google.js +34 -49
  10. data/app/assets/javascripts/foreman_google/locale/ja/foreman_google.js +42 -57
  11. data/app/assets/javascripts/foreman_google/locale/ka/foreman_google.js +42 -57
  12. data/app/assets/javascripts/foreman_google/locale/ko/foreman_google.js +35 -50
  13. data/app/assets/javascripts/foreman_google/locale/pl/foreman_google.js +33 -48
  14. data/app/assets/javascripts/foreman_google/locale/pt_BR/foreman_google.js +38 -53
  15. data/app/assets/javascripts/foreman_google/locale/ru/foreman_google.js +35 -50
  16. data/app/assets/javascripts/foreman_google/locale/sv_SE/foreman_google.js +33 -48
  17. data/app/assets/javascripts/foreman_google/locale/zh_CN/foreman_google.js +42 -57
  18. data/app/assets/javascripts/foreman_google/locale/zh_TW/foreman_google.js +35 -50
  19. data/app/lib/foreman_google/google_compute_adapter.rb +0 -2
  20. data/app/models/foreman_google/google_compute.rb +0 -2
  21. data/config/initializers/zeitwerk.rb +3 -0
  22. data/lib/foreman_google/engine.rb +0 -2
  23. data/lib/foreman_google/version.rb +1 -1
  24. data/locale/Makefile +12 -2
  25. data/locale/cs_CZ/LC_MESSAGES/foreman_google.mo +0 -0
  26. data/locale/cs_CZ/foreman_google.po +2 -17
  27. data/locale/de/LC_MESSAGES/foreman_google.mo +0 -0
  28. data/locale/de/foreman_google.po +3 -18
  29. data/locale/el/LC_MESSAGES/foreman_google.mo +0 -0
  30. data/locale/el/foreman_google.po +2 -17
  31. data/locale/en/LC_MESSAGES/foreman_google.mo +0 -0
  32. data/locale/en/foreman_google.po +9 -22
  33. data/locale/en_GB/LC_MESSAGES/foreman_google.mo +0 -0
  34. data/locale/en_GB/foreman_google.po +9 -24
  35. data/locale/es/LC_MESSAGES/foreman_google.mo +0 -0
  36. data/locale/es/foreman_google.po +2 -17
  37. data/locale/fr/LC_MESSAGES/foreman_google.mo +0 -0
  38. data/locale/fr/foreman_google.po +11 -24
  39. data/locale/it/LC_MESSAGES/foreman_google.mo +0 -0
  40. data/locale/it/foreman_google.po +3 -18
  41. data/locale/ja/LC_MESSAGES/foreman_google.mo +0 -0
  42. data/locale/ja/foreman_google.po +11 -24
  43. data/locale/ka/LC_MESSAGES/foreman_google.mo +0 -0
  44. data/locale/ka/foreman_google.po +10 -25
  45. data/locale/ko/LC_MESSAGES/foreman_google.mo +0 -0
  46. data/locale/ko/foreman_google.po +2 -17
  47. data/locale/pl/LC_MESSAGES/foreman_google.mo +0 -0
  48. data/locale/pl/foreman_google.po +2 -17
  49. data/locale/pt_BR/LC_MESSAGES/foreman_google.mo +0 -0
  50. data/locale/pt_BR/foreman_google.po +2 -17
  51. data/locale/ru/LC_MESSAGES/foreman_google.mo +0 -0
  52. data/locale/ru/foreman_google.po +2 -17
  53. data/locale/sv_SE/LC_MESSAGES/foreman_google.mo +0 -0
  54. data/locale/sv_SE/foreman_google.po +2 -17
  55. data/locale/zh_CN/LC_MESSAGES/foreman_google.mo +0 -0
  56. data/locale/zh_CN/foreman_google.po +11 -24
  57. data/locale/zh_TW/LC_MESSAGES/foreman_google.mo +0 -0
  58. data/locale/zh_TW/foreman_google.po +2 -17
  59. metadata +39 -11
  60. data/locale/action_names.rb +0 -6
@@ -3,11 +3,11 @@
3
3
  "locale_data": {
4
4
  "foreman_google": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_google 1.0.0",
6
+ "Project-Id-Version": "foreman_google 3.0.0",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2022-08-01 12:51+0000",
9
9
  "Last-Translator": "Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2022",
10
- "Language-Team": "Portuguese (Brazil) (https://www.transifex.com/foreman/teams/114/pt_BR/)",
10
+ "Language-Team": "Portuguese (Brazil) (https://app.transifex.com/foreman/teams/114/pt_BR/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
13
13
  "Content-Transfer-Encoding": "8bit",
@@ -17,98 +17,83 @@
17
17
  "domain": "foreman_google",
18
18
  "plural_forms": "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
19
19
  },
20
- "Certificate path, for GCE only": [
21
- ""
20
+ "Actions": [
21
+ "Ações"
22
22
  ],
23
- "Zone, for GCE only": [
24
- ""
23
+ "Associate Ephemeral External IP": [
24
+ "Associar IP externo efêmero"
25
25
  ],
26
- "Deprecated, project is automatically loaded from the JSON file. For GCE only": [
26
+ "Certificate path, for GCE only": [
27
27
  ""
28
28
  ],
29
29
  "Deprecated, email is automatically loaded from the JSON file. For GCE only": [
30
30
  ""
31
31
  ],
32
- "The email parameter is deprecated, value is automatically loaded from the JSON file": [
33
- ""
34
- ],
35
- "The project parameter is deprecated, value is automatically loaded from the JSON file": [
32
+ "Deprecated, project is automatically loaded from the JSON file. For GCE only": [
36
33
  ""
37
34
  ],
38
- "console is not available at this time because the instance is powered off": [
39
- "console não está disponível neste momento porque a instância está desligada"
35
+ "Does this image support user data input (e.g. via cloud-init)?": [
36
+ "Esta imagem suporta a entrada de dados do usuário (ex.: via cloud-init)?"
40
37
  ],
41
- "Missing an image for operating system!": [
38
+ "Google Compute Engine plugin for the Foreman.": [
42
39
  ""
43
40
  ],
41
+ "Image": [
42
+ "Imagem"
43
+ ],
44
44
  "JSON key": [
45
45
  ""
46
46
  ],
47
- "Zone": [
48
- "Zona"
49
- ],
50
47
  "Load Zones": [
51
48
  "Carregar zonas"
52
49
  ],
50
+ "Machine Type": [
51
+ "Tipo de máquina"
52
+ ],
53
53
  "Machine type": [
54
54
  "Tipo de máquina"
55
55
  ],
56
- "Please select an image": [
57
- "Por favor selecione uma imagem"
56
+ "Missing an image for operating system!": [
57
+ ""
58
58
  ],
59
- "Image": [
60
- "Imagem"
59
+ "Name": [
60
+ "Nome"
61
61
  ],
62
62
  "Network": [
63
63
  "Rede"
64
64
  ],
65
- "Associate Ephemeral External IP": [
66
- "Associar IP externo efêmero"
65
+ "Please select an image": [
66
+ "Por favor selecione uma imagem"
67
+ ],
68
+ "Properties": [
69
+ "Propriedades"
67
70
  ],
68
71
  "Size (GB)": [
69
72
  "Tamanho (GB)"
70
73
  ],
71
- "Name": [
72
- "Nome"
73
- ],
74
- "Type": [
75
- "Tipo"
76
- ],
77
74
  "State": [
78
75
  "Estado"
79
76
  ],
80
- "Actions": [
81
- "Ações"
82
- ],
83
- "Properties": [
84
- "Propriedades"
77
+ "The email parameter is deprecated, value is automatically loaded from the JSON file": [
78
+ ""
85
79
  ],
86
- "Machine Type": [
87
- "Tipo de máquina"
80
+ "The project parameter is deprecated, value is automatically loaded from the JSON file": [
81
+ ""
88
82
  ],
89
83
  "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, etc. Note: Google engine doesn't support SSH for the root user.": [
90
84
  ""
91
85
  ],
92
- "Does this image support user data input (e.g. via cloud-init)?": [
93
- "Esta imagem suporta a entrada de dados do usuário (ex.: via cloud-init)?"
94
- ],
95
- "Preupgrade job": [
96
- "Trabalho de pré-aperfeiçoamento"
97
- ],
98
- "Action with sub plans": [
99
- "Ação com subplanos "
100
- ],
101
- "Import facts": [
102
- "Importar fatos"
103
- ],
104
- "Import Puppet classes": [
105
- "Importar classes de Puppet"
86
+ "Type": [
87
+ "Tipo"
106
88
  ],
107
- "Remote action:": [
108
- "Ação remota:"
89
+ "Zone": [
90
+ "Zona"
109
91
  ],
110
- "Google Compute Engine plugin for the Foreman.": [
92
+ "Zone, for GCE only": [
111
93
  ""
94
+ ],
95
+ "console is not available at this time because the instance is powered off": [
96
+ "console não está disponível neste momento porque a instância está desligada"
112
97
  ]
113
98
  }
114
99
  }
@@ -3,11 +3,11 @@
3
3
  "locale_data": {
4
4
  "foreman_google": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_google 1.0.0",
6
+ "Project-Id-Version": "foreman_google 3.0.0",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2022-08-01 12:51+0000",
9
9
  "Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2022",
10
- "Language-Team": "Russian (https://www.transifex.com/foreman/teams/114/ru/)",
10
+ "Language-Team": "Russian (https://app.transifex.com/foreman/teams/114/ru/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
13
13
  "Content-Transfer-Encoding": "8bit",
@@ -17,97 +17,82 @@
17
17
  "domain": "foreman_google",
18
18
  "plural_forms": "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
19
19
  },
20
- "Certificate path, for GCE only": [
21
- ""
20
+ "Actions": [
21
+ "Действия"
22
22
  ],
23
- "Zone, for GCE only": [
23
+ "Associate Ephemeral External IP": [
24
24
  ""
25
25
  ],
26
- "Deprecated, project is automatically loaded from the JSON file. For GCE only": [
26
+ "Certificate path, for GCE only": [
27
27
  ""
28
28
  ],
29
29
  "Deprecated, email is automatically loaded from the JSON file. For GCE only": [
30
30
  ""
31
31
  ],
32
- "The email parameter is deprecated, value is automatically loaded from the JSON file": [
32
+ "Deprecated, project is automatically loaded from the JSON file. For GCE only": [
33
33
  ""
34
34
  ],
35
- "The project parameter is deprecated, value is automatically loaded from the JSON file": [
36
- ""
35
+ "Does this image support user data input (e.g. via cloud-init)?": [
36
+ "Разрешить предоставление пользовательских данных (например, с помощью cloud-init)"
37
37
  ],
38
- "console is not available at this time because the instance is powered off": [
38
+ "Google Compute Engine plugin for the Foreman.": [
39
39
  ""
40
40
  ],
41
- "Missing an image for operating system!": [
42
- ""
41
+ "Image": [
42
+ "Образ"
43
43
  ],
44
44
  "JSON key": [
45
45
  ""
46
46
  ],
47
- "Zone": [
48
- "Зона"
49
- ],
50
47
  "Load Zones": [
51
48
  ""
52
49
  ],
50
+ "Machine Type": [
51
+ "Тип машины"
52
+ ],
53
53
  "Machine type": [
54
54
  "Тип машины"
55
55
  ],
56
- "Please select an image": [
57
- "Выберите образ"
56
+ "Missing an image for operating system!": [
57
+ ""
58
58
  ],
59
- "Image": [
60
- "Образ"
59
+ "Name": [
60
+ "Имя"
61
61
  ],
62
62
  "Network": [
63
63
  "Сеть"
64
64
  ],
65
- "Associate Ephemeral External IP": [
66
- ""
65
+ "Please select an image": [
66
+ "Выберите образ"
67
+ ],
68
+ "Properties": [
69
+ "Свойства "
67
70
  ],
68
71
  "Size (GB)": [
69
72
  "Размер (ГБ)"
70
73
  ],
71
- "Name": [
72
- "Имя"
73
- ],
74
- "Type": [
75
- "Тип"
76
- ],
77
74
  "State": [
78
75
  "Состояние"
79
76
  ],
80
- "Actions": [
81
- "Действия"
82
- ],
83
- "Properties": [
84
- "Свойства "
85
- ],
86
- "Machine Type": [
87
- "Тип машины"
88
- ],
89
- "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, etc. Note: Google engine doesn't support SSH for the root user.": [
77
+ "The email parameter is deprecated, value is automatically loaded from the JSON file": [
90
78
  ""
91
79
  ],
92
- "Does this image support user data input (e.g. via cloud-init)?": [
93
- "Разрешить предоставление пользовательских данных (например, с помощью cloud-init)"
94
- ],
95
- "Preupgrade job": [
80
+ "The project parameter is deprecated, value is automatically loaded from the JSON file": [
96
81
  ""
97
82
  ],
98
- "Action with sub plans": [
99
- "Действия с подпланами"
83
+ "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, etc. Note: Google engine doesn't support SSH for the root user.": [
84
+ ""
100
85
  ],
101
- "Import facts": [
102
- "Импорт фактов"
86
+ "Type": [
87
+ "Тип"
103
88
  ],
104
- "Import Puppet classes": [
105
- "Импорт классов Puppet"
89
+ "Zone": [
90
+ "Зона"
106
91
  ],
107
- "Remote action:": [
108
- "Удаленное действие:"
92
+ "Zone, for GCE only": [
93
+ ""
109
94
  ],
110
- "Google Compute Engine plugin for the Foreman.": [
95
+ "console is not available at this time because the instance is powered off": [
111
96
  ""
112
97
  ]
113
98
  }
@@ -3,11 +3,11 @@
3
3
  "locale_data": {
4
4
  "foreman_google": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_google 1.0.0",
6
+ "Project-Id-Version": "foreman_google 3.0.0",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2022-08-01 12:51+0000",
9
9
  "Last-Translator": "johnny.westerlund <johnny.westerlund@gmail.com>, 2022",
10
- "Language-Team": "Swedish (Sweden) (https://www.transifex.com/foreman/teams/114/sv_SE/)",
10
+ "Language-Team": "Swedish (Sweden) (https://app.transifex.com/foreman/teams/114/sv_SE/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
13
13
  "Content-Transfer-Encoding": "8bit",
@@ -17,97 +17,82 @@
17
17
  "domain": "foreman_google",
18
18
  "plural_forms": "nplurals=2; plural=(n != 1);"
19
19
  },
20
- "Certificate path, for GCE only": [
21
- ""
20
+ "Actions": [
21
+ "Åtgärder"
22
22
  ],
23
- "Zone, for GCE only": [
23
+ "Associate Ephemeral External IP": [
24
24
  ""
25
25
  ],
26
- "Deprecated, project is automatically loaded from the JSON file. For GCE only": [
26
+ "Certificate path, for GCE only": [
27
27
  ""
28
28
  ],
29
29
  "Deprecated, email is automatically loaded from the JSON file. For GCE only": [
30
30
  ""
31
31
  ],
32
- "The email parameter is deprecated, value is automatically loaded from the JSON file": [
32
+ "Deprecated, project is automatically loaded from the JSON file. For GCE only": [
33
33
  ""
34
34
  ],
35
- "The project parameter is deprecated, value is automatically loaded from the JSON file": [
36
- ""
35
+ "Does this image support user data input (e.g. via cloud-init)?": [
36
+ "Stödjer denna bild användardata (såsom via cloud-init)?"
37
37
  ],
38
- "console is not available at this time because the instance is powered off": [
38
+ "Google Compute Engine plugin for the Foreman.": [
39
39
  ""
40
40
  ],
41
- "Missing an image for operating system!": [
42
- ""
41
+ "Image": [
42
+ "Avbildning"
43
43
  ],
44
44
  "JSON key": [
45
45
  ""
46
46
  ],
47
- "Zone": [
48
- "Zon"
49
- ],
50
47
  "Load Zones": [
51
48
  ""
52
49
  ],
50
+ "Machine Type": [
51
+ "Maskintyp"
52
+ ],
53
53
  "Machine type": [
54
54
  "Maskintyp"
55
55
  ],
56
- "Please select an image": [
57
- "Vänligen välj en avbildning"
56
+ "Missing an image for operating system!": [
57
+ ""
58
58
  ],
59
- "Image": [
60
- "Avbildning"
59
+ "Name": [
60
+ "Namn"
61
61
  ],
62
62
  "Network": [
63
63
  "Nätverk"
64
64
  ],
65
- "Associate Ephemeral External IP": [
66
- ""
65
+ "Please select an image": [
66
+ "Vänligen välj en avbildning"
67
+ ],
68
+ "Properties": [
69
+ "Egenskaper"
67
70
  ],
68
71
  "Size (GB)": [
69
72
  "Storlek (GB)"
70
73
  ],
71
- "Name": [
72
- "Namn"
73
- ],
74
- "Type": [
75
- "Typ"
76
- ],
77
74
  "State": [
78
75
  "Tillstånd"
79
76
  ],
80
- "Actions": [
81
- "Åtgärder"
82
- ],
83
- "Properties": [
84
- "Egenskaper"
85
- ],
86
- "Machine Type": [
87
- "Maskintyp"
88
- ],
89
- "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, etc. Note: Google engine doesn't support SSH for the root user.": [
77
+ "The email parameter is deprecated, value is automatically loaded from the JSON file": [
90
78
  ""
91
79
  ],
92
- "Does this image support user data input (e.g. via cloud-init)?": [
93
- "Stödjer denna bild användardata (såsom via cloud-init)?"
94
- ],
95
- "Preupgrade job": [
80
+ "The project parameter is deprecated, value is automatically loaded from the JSON file": [
96
81
  ""
97
82
  ],
98
- "Action with sub plans": [
83
+ "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, etc. Note: Google engine doesn't support SSH for the root user.": [
99
84
  ""
100
85
  ],
101
- "Import facts": [
102
- ""
86
+ "Type": [
87
+ "Typ"
103
88
  ],
104
- "Import Puppet classes": [
105
- ""
89
+ "Zone": [
90
+ "Zon"
106
91
  ],
107
- "Remote action:": [
92
+ "Zone, for GCE only": [
108
93
  ""
109
94
  ],
110
- "Google Compute Engine plugin for the Foreman.": [
95
+ "console is not available at this time because the instance is powered off": [
111
96
  ""
112
97
  ]
113
98
  }
@@ -3,11 +3,11 @@
3
3
  "locale_data": {
4
4
  "foreman_google": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_google 1.0.0",
6
+ "Project-Id-Version": "foreman_google 3.0.0",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2022-08-01 12:51+0000",
9
- "Last-Translator": "Amit Upadhye <aupadhye@redhat.com>, 2022",
10
- "Language-Team": "Chinese (China) (https://www.transifex.com/foreman/teams/114/zh_CN/)",
9
+ "Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024",
10
+ "Language-Team": "Chinese (China) (https://app.transifex.com/foreman/teams/114/zh_CN/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
13
13
  "Content-Transfer-Encoding": "8bit",
@@ -17,98 +17,83 @@
17
17
  "domain": "foreman_google",
18
18
  "plural_forms": "nplurals=1; plural=0;"
19
19
  },
20
- "Certificate path, for GCE only": [
21
- ""
20
+ "Actions": [
21
+ "操作"
22
22
  ],
23
- "Zone, for GCE only": [
24
- ""
23
+ "Associate Ephemeral External IP": [
24
+ "关联临时外部 IP"
25
25
  ],
26
- "Deprecated, project is automatically loaded from the JSON file. For GCE only": [
27
- ""
26
+ "Certificate path, for GCE only": [
27
+ "证书路径,仅限 GCE"
28
28
  ],
29
29
  "Deprecated, email is automatically loaded from the JSON file. For GCE only": [
30
- ""
30
+ "弃用,电子邮件从 JSON 文件中自动加载。仅限 GCE"
31
31
  ],
32
- "The email parameter is deprecated, value is automatically loaded from the JSON file": [
33
- ""
32
+ "Deprecated, project is automatically loaded from the JSON file. For GCE only": [
33
+ "弃用,项目从 JSON 文件中自动加载。仅限 GCE"
34
34
  ],
35
- "The project parameter is deprecated, value is automatically loaded from the JSON file": [
36
- ""
35
+ "Does this image support user data input (e.g. via cloud-init)?": [
36
+ "这个镜像是否支持用户数据输入(例如:通过 cloud-init)?"
37
37
  ],
38
- "console is not available at this time because the instance is powered off": [
39
- "控制台目前不可用,因为实例已关闭"
38
+ "Google Compute Engine plugin for the Foreman.": [
39
+ "Foreman 的 Google Compute Engine 插件。"
40
40
  ],
41
- "Missing an image for operating system!": [
42
- "缺少操作系统镜像!"
41
+ "Image": [
42
+ "镜像"
43
43
  ],
44
44
  "JSON key": [
45
45
  "JSON 键"
46
46
  ],
47
- "Zone": [
48
- "区"
49
- ],
50
47
  "Load Zones": [
51
48
  "加载区域"
52
49
  ],
50
+ "Machine Type": [
51
+ "机器型号"
52
+ ],
53
53
  "Machine type": [
54
54
  "机器类型"
55
55
  ],
56
- "Please select an image": [
57
- "请选择一个镜像"
56
+ "Missing an image for operating system!": [
57
+ "缺少操作系统镜像!"
58
58
  ],
59
- "Image": [
60
- "镜像"
59
+ "Name": [
60
+ "名称"
61
61
  ],
62
62
  "Network": [
63
63
  "网络"
64
64
  ],
65
- "Associate Ephemeral External IP": [
66
- "关联临时外部 IP"
65
+ "Please select an image": [
66
+ "请选择一个镜像"
67
+ ],
68
+ "Properties": [
69
+ "属性"
67
70
  ],
68
71
  "Size (GB)": [
69
72
  "大小 (GB)"
70
73
  ],
71
- "Name": [
72
- "名称"
73
- ],
74
- "Type": [
75
- "类型"
76
- ],
77
74
  "State": [
78
75
  "状态"
79
76
  ],
80
- "Actions": [
81
- "操作"
82
- ],
83
- "Properties": [
84
- "属性"
77
+ "The email parameter is deprecated, value is automatically loaded from the JSON file": [
78
+ "email 参数已弃用,值会自动从 JSON 文件加载"
85
79
  ],
86
- "Machine Type": [
87
- "机器型号"
80
+ "The project parameter is deprecated, value is automatically loaded from the JSON file": [
81
+ "project 参数已弃用,值会自动从 JSON 文件加载"
88
82
  ],
89
83
  "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, etc. Note: Google engine doesn't support SSH for the root user.": [
90
84
  "用于 ssh 到实例的用户,通常为 cloud-user、ec2-user、ubuntu 等:Google 引擎不支持 root 用户的 SSH。"
91
85
  ],
92
- "Does this image support user data input (e.g. via cloud-init)?": [
93
- "这个镜像是否支持用户数据输入(例如:通过 cloud-init)?"
94
- ],
95
- "Preupgrade job": [
96
- "升级前的作业"
97
- ],
98
- "Action with sub plans": [
99
- "有子计划的操作"
100
- ],
101
- "Import facts": [
102
- "导入事实"
86
+ "Type": [
87
+ "类型"
103
88
  ],
104
- "Import Puppet classes": [
105
- "导入 Puppet 类"
89
+ "Zone": [
90
+ ""
106
91
  ],
107
- "Remote action:": [
108
- "远程操作:"
92
+ "Zone, for GCE only": [
93
+ "Zone,仅限 GCE"
109
94
  ],
110
- "Google Compute Engine plugin for the Foreman.": [
111
- "Foreman 的 Google Compute Engine 插件。"
95
+ "console is not available at this time because the instance is powered off": [
96
+ "控制台目前不可用,因为实例已关闭"
112
97
  ]
113
98
  }
114
99
  }