foreman_google 3.0.0 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_google/locale/cs_CZ/foreman_google.js +35 -50
- data/app/assets/javascripts/foreman_google/locale/de/foreman_google.js +38 -53
- data/app/assets/javascripts/foreman_google/locale/el/foreman_google.js +31 -46
- data/app/assets/javascripts/foreman_google/locale/en/foreman_google.js +25 -40
- data/app/assets/javascripts/foreman_google/locale/en_GB/foreman_google.js +8 -23
- data/app/assets/javascripts/foreman_google/locale/es/foreman_google.js +38 -53
- data/app/assets/javascripts/foreman_google/locale/fr/foreman_google.js +42 -57
- data/app/assets/javascripts/foreman_google/locale/it/foreman_google.js +34 -49
- data/app/assets/javascripts/foreman_google/locale/ja/foreman_google.js +42 -57
- data/app/assets/javascripts/foreman_google/locale/ka/foreman_google.js +42 -57
- data/app/assets/javascripts/foreman_google/locale/ko/foreman_google.js +35 -50
- data/app/assets/javascripts/foreman_google/locale/pl/foreman_google.js +33 -48
- data/app/assets/javascripts/foreman_google/locale/pt_BR/foreman_google.js +38 -53
- data/app/assets/javascripts/foreman_google/locale/ru/foreman_google.js +35 -50
- data/app/assets/javascripts/foreman_google/locale/sv_SE/foreman_google.js +33 -48
- data/app/assets/javascripts/foreman_google/locale/zh_CN/foreman_google.js +42 -57
- data/app/assets/javascripts/foreman_google/locale/zh_TW/foreman_google.js +35 -50
- data/app/lib/foreman_google/google_compute_adapter.rb +0 -2
- data/app/models/foreman_google/google_compute.rb +0 -2
- data/config/initializers/zeitwerk.rb +3 -0
- data/lib/foreman_google/engine.rb +0 -2
- data/lib/foreman_google/version.rb +1 -1
- data/locale/Makefile +12 -2
- data/locale/cs_CZ/LC_MESSAGES/foreman_google.mo +0 -0
- data/locale/cs_CZ/foreman_google.po +2 -17
- data/locale/de/LC_MESSAGES/foreman_google.mo +0 -0
- data/locale/de/foreman_google.po +3 -18
- data/locale/el/LC_MESSAGES/foreman_google.mo +0 -0
- data/locale/el/foreman_google.po +2 -17
- data/locale/en/LC_MESSAGES/foreman_google.mo +0 -0
- data/locale/en/foreman_google.po +9 -22
- data/locale/en_GB/LC_MESSAGES/foreman_google.mo +0 -0
- data/locale/en_GB/foreman_google.po +9 -24
- data/locale/es/LC_MESSAGES/foreman_google.mo +0 -0
- data/locale/es/foreman_google.po +2 -17
- data/locale/fr/LC_MESSAGES/foreman_google.mo +0 -0
- data/locale/fr/foreman_google.po +11 -24
- data/locale/it/LC_MESSAGES/foreman_google.mo +0 -0
- data/locale/it/foreman_google.po +3 -18
- data/locale/ja/LC_MESSAGES/foreman_google.mo +0 -0
- data/locale/ja/foreman_google.po +11 -24
- data/locale/ka/LC_MESSAGES/foreman_google.mo +0 -0
- data/locale/ka/foreman_google.po +10 -25
- data/locale/ko/LC_MESSAGES/foreman_google.mo +0 -0
- data/locale/ko/foreman_google.po +2 -17
- data/locale/pl/LC_MESSAGES/foreman_google.mo +0 -0
- data/locale/pl/foreman_google.po +2 -17
- data/locale/pt_BR/LC_MESSAGES/foreman_google.mo +0 -0
- data/locale/pt_BR/foreman_google.po +2 -17
- data/locale/ru/LC_MESSAGES/foreman_google.mo +0 -0
- data/locale/ru/foreman_google.po +2 -17
- data/locale/sv_SE/LC_MESSAGES/foreman_google.mo +0 -0
- data/locale/sv_SE/foreman_google.po +2 -17
- data/locale/zh_CN/LC_MESSAGES/foreman_google.mo +0 -0
- data/locale/zh_CN/foreman_google.po +11 -24
- data/locale/zh_TW/LC_MESSAGES/foreman_google.mo +0 -0
- data/locale/zh_TW/foreman_google.po +2 -17
- data/test/unit/foreman_google/google_compute_adapter_test.rb +0 -1
- metadata +39 -11
- 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
|
|
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://
|
|
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
|
-
"
|
|
21
|
-
""
|
|
20
|
+
"Actions": [
|
|
21
|
+
"Ações"
|
|
22
22
|
],
|
|
23
|
-
"
|
|
24
|
-
""
|
|
23
|
+
"Associate Ephemeral External IP": [
|
|
24
|
+
"Associar IP externo efêmero"
|
|
25
25
|
],
|
|
26
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
39
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
57
|
-
"
|
|
56
|
+
"Missing an image for operating system!": [
|
|
57
|
+
""
|
|
58
58
|
],
|
|
59
|
-
"
|
|
60
|
-
"
|
|
59
|
+
"Name": [
|
|
60
|
+
"Nome"
|
|
61
61
|
],
|
|
62
62
|
"Network": [
|
|
63
63
|
"Rede"
|
|
64
64
|
],
|
|
65
|
-
"
|
|
66
|
-
"
|
|
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
|
-
"
|
|
81
|
-
"
|
|
82
|
-
],
|
|
83
|
-
"Properties": [
|
|
84
|
-
"Propriedades"
|
|
77
|
+
"The email parameter is deprecated, value is automatically loaded from the JSON file": [
|
|
78
|
+
""
|
|
85
79
|
],
|
|
86
|
-
"
|
|
87
|
-
"
|
|
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
|
-
"
|
|
93
|
-
"
|
|
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
|
-
"
|
|
108
|
-
"
|
|
89
|
+
"Zone": [
|
|
90
|
+
"Zona"
|
|
109
91
|
],
|
|
110
|
-
"
|
|
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
|
|
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://
|
|
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
|
-
"
|
|
21
|
-
""
|
|
20
|
+
"Actions": [
|
|
21
|
+
"Действия"
|
|
22
22
|
],
|
|
23
|
-
"
|
|
23
|
+
"Associate Ephemeral External IP": [
|
|
24
24
|
""
|
|
25
25
|
],
|
|
26
|
-
"
|
|
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
|
-
"
|
|
32
|
+
"Deprecated, project is automatically loaded from the JSON file. For GCE only": [
|
|
33
33
|
""
|
|
34
34
|
],
|
|
35
|
-
"
|
|
36
|
-
""
|
|
35
|
+
"Does this image support user data input (e.g. via cloud-init)?": [
|
|
36
|
+
"Разрешить предоставление пользовательских данных (например, с помощью cloud-init)"
|
|
37
37
|
],
|
|
38
|
-
"
|
|
38
|
+
"Google Compute Engine plugin for the Foreman.": [
|
|
39
39
|
""
|
|
40
40
|
],
|
|
41
|
-
"
|
|
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
|
-
"
|
|
57
|
-
"
|
|
56
|
+
"Missing an image for operating system!": [
|
|
57
|
+
""
|
|
58
58
|
],
|
|
59
|
-
"
|
|
60
|
-
"
|
|
59
|
+
"Name": [
|
|
60
|
+
"Имя"
|
|
61
61
|
],
|
|
62
62
|
"Network": [
|
|
63
63
|
"Сеть"
|
|
64
64
|
],
|
|
65
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
102
|
-
"
|
|
86
|
+
"Type": [
|
|
87
|
+
"Тип"
|
|
103
88
|
],
|
|
104
|
-
"
|
|
105
|
-
"
|
|
89
|
+
"Zone": [
|
|
90
|
+
"Зона"
|
|
106
91
|
],
|
|
107
|
-
"
|
|
108
|
-
"
|
|
92
|
+
"Zone, for GCE only": [
|
|
93
|
+
""
|
|
109
94
|
],
|
|
110
|
-
"
|
|
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
|
|
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://
|
|
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
|
-
"
|
|
21
|
-
""
|
|
20
|
+
"Actions": [
|
|
21
|
+
"Åtgärder"
|
|
22
22
|
],
|
|
23
|
-
"
|
|
23
|
+
"Associate Ephemeral External IP": [
|
|
24
24
|
""
|
|
25
25
|
],
|
|
26
|
-
"
|
|
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
|
-
"
|
|
32
|
+
"Deprecated, project is automatically loaded from the JSON file. For GCE only": [
|
|
33
33
|
""
|
|
34
34
|
],
|
|
35
|
-
"
|
|
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
|
-
"
|
|
38
|
+
"Google Compute Engine plugin for the Foreman.": [
|
|
39
39
|
""
|
|
40
40
|
],
|
|
41
|
-
"
|
|
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
|
-
"
|
|
57
|
-
"
|
|
56
|
+
"Missing an image for operating system!": [
|
|
57
|
+
""
|
|
58
58
|
],
|
|
59
|
-
"
|
|
60
|
-
"
|
|
59
|
+
"Name": [
|
|
60
|
+
"Namn"
|
|
61
61
|
],
|
|
62
62
|
"Network": [
|
|
63
63
|
"Nätverk"
|
|
64
64
|
],
|
|
65
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
102
|
-
""
|
|
86
|
+
"Type": [
|
|
87
|
+
"Typ"
|
|
103
88
|
],
|
|
104
|
-
"
|
|
105
|
-
""
|
|
89
|
+
"Zone": [
|
|
90
|
+
"Zon"
|
|
106
91
|
],
|
|
107
|
-
"
|
|
92
|
+
"Zone, for GCE only": [
|
|
108
93
|
""
|
|
109
94
|
],
|
|
110
|
-
"
|
|
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
|
|
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": "
|
|
10
|
-
"Language-Team": "Chinese (China) (https://
|
|
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
|
-
"
|
|
21
|
-
""
|
|
20
|
+
"Actions": [
|
|
21
|
+
"操作"
|
|
22
22
|
],
|
|
23
|
-
"
|
|
24
|
-
""
|
|
23
|
+
"Associate Ephemeral External IP": [
|
|
24
|
+
"关联临时外部 IP"
|
|
25
25
|
],
|
|
26
|
-
"
|
|
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
|
-
"
|
|
33
|
-
""
|
|
32
|
+
"Deprecated, project is automatically loaded from the JSON file. For GCE only": [
|
|
33
|
+
"弃用,项目从 JSON 文件中自动加载。仅限 GCE"
|
|
34
34
|
],
|
|
35
|
-
"
|
|
36
|
-
""
|
|
35
|
+
"Does this image support user data input (e.g. via cloud-init)?": [
|
|
36
|
+
"这个镜像是否支持用户数据输入(例如:通过 cloud-init)?"
|
|
37
37
|
],
|
|
38
|
-
"
|
|
39
|
-
"
|
|
38
|
+
"Google Compute Engine plugin for the Foreman.": [
|
|
39
|
+
"Foreman 的 Google Compute Engine 插件。"
|
|
40
40
|
],
|
|
41
|
-
"
|
|
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
|
-
"
|
|
57
|
-
"
|
|
56
|
+
"Missing an image for operating system!": [
|
|
57
|
+
"缺少操作系统镜像!"
|
|
58
58
|
],
|
|
59
|
-
"
|
|
60
|
-
"
|
|
59
|
+
"Name": [
|
|
60
|
+
"名称"
|
|
61
61
|
],
|
|
62
62
|
"Network": [
|
|
63
63
|
"网络"
|
|
64
64
|
],
|
|
65
|
-
"
|
|
66
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
93
|
-
"
|
|
94
|
-
],
|
|
95
|
-
"Preupgrade job": [
|
|
96
|
-
"升级前的作业"
|
|
97
|
-
],
|
|
98
|
-
"Action with sub plans": [
|
|
99
|
-
"有子计划的操作"
|
|
100
|
-
],
|
|
101
|
-
"Import facts": [
|
|
102
|
-
"导入事实"
|
|
86
|
+
"Type": [
|
|
87
|
+
"类型"
|
|
103
88
|
],
|
|
104
|
-
"
|
|
105
|
-
"
|
|
89
|
+
"Zone": [
|
|
90
|
+
"区"
|
|
106
91
|
],
|
|
107
|
-
"
|
|
108
|
-
"
|
|
92
|
+
"Zone, for GCE only": [
|
|
93
|
+
"Zone,仅限 GCE"
|
|
109
94
|
],
|
|
110
|
-
"
|
|
111
|
-
"
|
|
95
|
+
"console is not available at this time because the instance is powered off": [
|
|
96
|
+
"控制台目前不可用,因为实例已关闭"
|
|
112
97
|
]
|
|
113
98
|
}
|
|
114
99
|
}
|