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": "0868a4d1af5275b3f70b0a6dac4c99a4, 2022",
|
|
10
|
-
"Language-Team": "Chinese (Taiwan) (https://
|
|
10
|
+
"Language-Team": "Chinese (Taiwan) (https://app.transifex.com/foreman/teams/114/zh_TW/)",
|
|
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=1; plural=0;"
|
|
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
|
"大小(GB)"
|
|
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
|
}
|
|
@@ -24,8 +24,6 @@ module ForemanGoogle
|
|
|
24
24
|
|
|
25
25
|
# Include concerns in this config.to_prepare block
|
|
26
26
|
config.to_prepare do
|
|
27
|
-
require 'google/cloud/compute/v1'
|
|
28
|
-
|
|
29
27
|
::Host::Managed.include ForemanGoogle::HostManagedExtensions
|
|
30
28
|
::Api::V2::ComputeResourcesController.include ForemanGoogle::Api::V2::ComputeResourcesExtensions
|
|
31
29
|
::Api::V2::ComputeResourcesController.include ForemanGoogle::Api::V2::ApipieExtensions
|
data/locale/Makefile
CHANGED
|
@@ -31,9 +31,16 @@ all-mo: $(MOFILES)
|
|
|
31
31
|
cat $@
|
|
32
32
|
! grep -q msgid $@
|
|
33
33
|
|
|
34
|
-
%.edit.po:
|
|
34
|
+
%.edit.po: %.po.time_stamp
|
|
35
35
|
touch $@
|
|
36
36
|
|
|
37
|
+
# gettext will trash the .edit.po file if the time stamp doesn't exist or is older than the po file
|
|
38
|
+
%.po.time_stamp: %.po
|
|
39
|
+
touch --reference $< $@
|
|
40
|
+
|
|
41
|
+
# Prevent make from treating this as an intermediate file to be cleaned up
|
|
42
|
+
.PRECIOUS: %.po.time_stamp
|
|
43
|
+
|
|
37
44
|
check: $(POXFILES)
|
|
38
45
|
|
|
39
46
|
# Unify duplicate translations
|
|
@@ -43,7 +50,10 @@ uniq-po:
|
|
|
43
50
|
done
|
|
44
51
|
|
|
45
52
|
tx-pull: $(EDITFILES)
|
|
46
|
-
|
|
53
|
+
# Initialize new languages
|
|
54
|
+
cd .. && tx pull -f --all --minimum-perc 50
|
|
55
|
+
# Force update all existing languages
|
|
56
|
+
cd .. && tx pull -f --minimum-perc 0
|
|
47
57
|
for f in $(EDITFILES) ; do \
|
|
48
58
|
sed -i 's/^\("Project-Id-Version: \).*$$/\1$(DOMAIN) $(VERSION)\\n"/' $$f; \
|
|
49
59
|
done
|
|
Binary file
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
#
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
|
-
"Project-Id-Version: foreman_google
|
|
12
|
+
"Project-Id-Version: foreman_google 3.0.0\n"
|
|
13
13
|
"Report-Msgid-Bugs-To: \n"
|
|
14
14
|
"PO-Revision-Date: 2022-08-01 12:51+0000\n"
|
|
15
15
|
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2022\n"
|
|
16
|
-
"Language-Team: Czech (Czech Republic) (https://
|
|
16
|
+
"Language-Team: Czech (Czech Republic) (https://app.transifex.com/foreman/teams"
|
|
17
17
|
"/114/cs_CZ/)\n"
|
|
18
18
|
"MIME-Version: 1.0\n"
|
|
19
19
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -22,9 +22,6 @@ msgstr ""
|
|
|
22
22
|
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= "
|
|
23
23
|
"4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
|
24
24
|
|
|
25
|
-
msgid "Action with sub plans"
|
|
26
|
-
msgstr "Akce s dílčími plány"
|
|
27
|
-
|
|
28
25
|
msgid "Actions"
|
|
29
26
|
msgstr "Akce"
|
|
30
27
|
|
|
@@ -49,12 +46,6 @@ msgstr ""
|
|
|
49
46
|
msgid "Image"
|
|
50
47
|
msgstr "Obraz"
|
|
51
48
|
|
|
52
|
-
msgid "Import Puppet classes"
|
|
53
|
-
msgstr "Importovat Puppet třídy"
|
|
54
|
-
|
|
55
|
-
msgid "Import facts"
|
|
56
|
-
msgstr "Importovat fakta"
|
|
57
|
-
|
|
58
49
|
msgid "JSON key"
|
|
59
50
|
msgstr ""
|
|
60
51
|
|
|
@@ -79,15 +70,9 @@ msgstr "Síť"
|
|
|
79
70
|
msgid "Please select an image"
|
|
80
71
|
msgstr "Vyberte obraz"
|
|
81
72
|
|
|
82
|
-
msgid "Preupgrade job"
|
|
83
|
-
msgstr ""
|
|
84
|
-
|
|
85
73
|
msgid "Properties"
|
|
86
74
|
msgstr "Vlastnosti"
|
|
87
75
|
|
|
88
|
-
msgid "Remote action:"
|
|
89
|
-
msgstr "Akce na protějšku:"
|
|
90
|
-
|
|
91
76
|
msgid "Size (GB)"
|
|
92
77
|
msgstr "Velikost (GB)"
|
|
93
78
|
|
|
Binary file
|
data/locale/de/foreman_google.po
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
# Crited <Alexander.Stoll@netways.de>, 2022
|
|
11
11
|
# simon11 <transifex@stieger.co>, 2022
|
|
12
12
|
# Martin Zimmermann <martin.zimmermann@gmx.com>, 2022
|
|
13
|
-
#
|
|
13
|
+
# pdolinic, 2022
|
|
14
14
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2022
|
|
15
15
|
# Wiederoder <stefanwiederoder@googlemail.com>, 2022
|
|
16
16
|
# Ettore Atalan <atalanttore@googlemail.com>, 2022
|
|
@@ -18,20 +18,17 @@
|
|
|
18
18
|
#
|
|
19
19
|
msgid ""
|
|
20
20
|
msgstr ""
|
|
21
|
-
"Project-Id-Version: foreman_google
|
|
21
|
+
"Project-Id-Version: foreman_google 3.0.0\n"
|
|
22
22
|
"Report-Msgid-Bugs-To: \n"
|
|
23
23
|
"PO-Revision-Date: 2022-08-01 12:51+0000\n"
|
|
24
24
|
"Last-Translator: Lukas Kallies <github.com@luke-web.de>, 2022\n"
|
|
25
|
-
"Language-Team: German (https://
|
|
25
|
+
"Language-Team: German (https://app.transifex.com/foreman/teams/114/de/)\n"
|
|
26
26
|
"MIME-Version: 1.0\n"
|
|
27
27
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
28
28
|
"Content-Transfer-Encoding: 8bit\n"
|
|
29
29
|
"Language: de\n"
|
|
30
30
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
31
31
|
|
|
32
|
-
msgid "Action with sub plans"
|
|
33
|
-
msgstr "Aktion mit Unterplänen"
|
|
34
|
-
|
|
35
32
|
msgid "Actions"
|
|
36
33
|
msgstr "Aktionen"
|
|
37
34
|
|
|
@@ -56,12 +53,6 @@ msgstr "Google Compute Engine-Erweiterung für the Foreman."
|
|
|
56
53
|
msgid "Image"
|
|
57
54
|
msgstr "Image"
|
|
58
55
|
|
|
59
|
-
msgid "Import Puppet classes"
|
|
60
|
-
msgstr "Puppet-Klassen importieren"
|
|
61
|
-
|
|
62
|
-
msgid "Import facts"
|
|
63
|
-
msgstr "Fakten importieren"
|
|
64
|
-
|
|
65
56
|
msgid "JSON key"
|
|
66
57
|
msgstr "JSON-Schlüssel"
|
|
67
58
|
|
|
@@ -86,15 +77,9 @@ msgstr "Netzwerk"
|
|
|
86
77
|
msgid "Please select an image"
|
|
87
78
|
msgstr "bitte ein Abbild auswählen"
|
|
88
79
|
|
|
89
|
-
msgid "Preupgrade job"
|
|
90
|
-
msgstr "Pre-Upgrade-Job"
|
|
91
|
-
|
|
92
80
|
msgid "Properties"
|
|
93
81
|
msgstr "Eigenschaften"
|
|
94
82
|
|
|
95
|
-
msgid "Remote action:"
|
|
96
|
-
msgstr "Entfernte Aktion:"
|
|
97
|
-
|
|
98
83
|
msgid "Size (GB)"
|
|
99
84
|
msgstr "Grösse (GB)"
|
|
100
85
|
|
|
Binary file
|
data/locale/el/foreman_google.po
CHANGED
|
@@ -8,20 +8,17 @@
|
|
|
8
8
|
#
|
|
9
9
|
msgid ""
|
|
10
10
|
msgstr ""
|
|
11
|
-
"Project-Id-Version: foreman_google
|
|
11
|
+
"Project-Id-Version: foreman_google 3.0.0\n"
|
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
|
13
13
|
"PO-Revision-Date: 2022-08-01 12:51+0000\n"
|
|
14
14
|
"Last-Translator: Efstathios Iosifidis <iefstathios@gmail.com>, 2022\n"
|
|
15
|
-
"Language-Team: Greek (https://
|
|
15
|
+
"Language-Team: Greek (https://app.transifex.com/foreman/teams/114/el/)\n"
|
|
16
16
|
"MIME-Version: 1.0\n"
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
19
|
"Language: el\n"
|
|
20
20
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
21
21
|
|
|
22
|
-
msgid "Action with sub plans"
|
|
23
|
-
msgstr ""
|
|
24
|
-
|
|
25
22
|
msgid "Actions"
|
|
26
23
|
msgstr "Ενέργειες"
|
|
27
24
|
|
|
@@ -46,12 +43,6 @@ msgstr ""
|
|
|
46
43
|
msgid "Image"
|
|
47
44
|
msgstr "Εικόνα"
|
|
48
45
|
|
|
49
|
-
msgid "Import Puppet classes"
|
|
50
|
-
msgstr "Εισαγωγή κλάσεων Puppet"
|
|
51
|
-
|
|
52
|
-
msgid "Import facts"
|
|
53
|
-
msgstr ""
|
|
54
|
-
|
|
55
46
|
msgid "JSON key"
|
|
56
47
|
msgstr ""
|
|
57
48
|
|
|
@@ -76,15 +67,9 @@ msgstr "Δίκτυο"
|
|
|
76
67
|
msgid "Please select an image"
|
|
77
68
|
msgstr ""
|
|
78
69
|
|
|
79
|
-
msgid "Preupgrade job"
|
|
80
|
-
msgstr ""
|
|
81
|
-
|
|
82
70
|
msgid "Properties"
|
|
83
71
|
msgstr "Ιδιότητες"
|
|
84
72
|
|
|
85
|
-
msgid "Remote action:"
|
|
86
|
-
msgstr "Απομακρυσμένη ενέργεια:"
|
|
87
|
-
|
|
88
73
|
msgid "Size (GB)"
|
|
89
74
|
msgstr "Μέγεθος (GB)"
|
|
90
75
|
|
|
Binary file
|
data/locale/en/foreman_google.po
CHANGED
|
@@ -1,22 +1,21 @@
|
|
|
1
|
-
#
|
|
2
|
-
#
|
|
3
|
-
# This file is distributed under the same license as foreman_google.
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
3
|
+
# This file is distributed under the same license as the foreman_google package.
|
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
4
5
|
#
|
|
6
|
+
#, fuzzy
|
|
5
7
|
msgid ""
|
|
6
8
|
msgstr ""
|
|
7
9
|
"Project-Id-Version: foreman_google 1.0.0\n"
|
|
8
10
|
"Report-Msgid-Bugs-To: \n"
|
|
9
|
-
"PO-Revision-Date:
|
|
10
|
-
"Last-Translator:
|
|
11
|
-
"Language-Team:
|
|
11
|
+
"PO-Revision-Date: 2024-09-19 13:06+0200\n"
|
|
12
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
13
|
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
12
14
|
"Language: \n"
|
|
13
15
|
"MIME-Version: 1.0\n"
|
|
14
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
15
17
|
"Content-Transfer-Encoding: 8bit\n"
|
|
16
|
-
"Plural-Forms: nplurals=
|
|
17
|
-
|
|
18
|
-
msgid "Action with sub plans"
|
|
19
|
-
msgstr ""
|
|
18
|
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
|
20
19
|
|
|
21
20
|
msgid "Actions"
|
|
22
21
|
msgstr ""
|
|
@@ -42,12 +41,6 @@ msgstr ""
|
|
|
42
41
|
msgid "Image"
|
|
43
42
|
msgstr ""
|
|
44
43
|
|
|
45
|
-
msgid "Import Puppet classes"
|
|
46
|
-
msgstr ""
|
|
47
|
-
|
|
48
|
-
msgid "Import facts"
|
|
49
|
-
msgstr ""
|
|
50
|
-
|
|
51
44
|
msgid "JSON key"
|
|
52
45
|
msgstr ""
|
|
53
46
|
|
|
@@ -72,15 +65,9 @@ msgstr ""
|
|
|
72
65
|
msgid "Please select an image"
|
|
73
66
|
msgstr ""
|
|
74
67
|
|
|
75
|
-
msgid "Preupgrade job"
|
|
76
|
-
msgstr ""
|
|
77
|
-
|
|
78
68
|
msgid "Properties"
|
|
79
69
|
msgstr ""
|
|
80
70
|
|
|
81
|
-
msgid "Remote action:"
|
|
82
|
-
msgstr ""
|
|
83
|
-
|
|
84
71
|
msgid "Size (GB)"
|
|
85
72
|
msgstr ""
|
|
86
73
|
|
|
Binary file
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
#
|
|
6
6
|
# Translators:
|
|
7
7
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2022
|
|
8
|
-
# Andi Chandler <andi@gowling.com>,
|
|
8
|
+
# Andi Chandler <andi@gowling.com>, 2024
|
|
9
9
|
#
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
|
-
"Project-Id-Version: foreman_google
|
|
12
|
+
"Project-Id-Version: foreman_google 3.0.0\n"
|
|
13
13
|
"Report-Msgid-Bugs-To: \n"
|
|
14
14
|
"PO-Revision-Date: 2022-08-01 12:51+0000\n"
|
|
15
|
-
"Last-Translator: Andi Chandler <andi@gowling.com>,
|
|
15
|
+
"Last-Translator: Andi Chandler <andi@gowling.com>, 2024\n"
|
|
16
16
|
"Language-Team: English (United Kingdom) (https://app.transifex.com/foreman/tea"
|
|
17
17
|
"ms/114/en_GB/)\n"
|
|
18
18
|
"MIME-Version: 1.0\n"
|
|
@@ -21,9 +21,6 @@ msgstr ""
|
|
|
21
21
|
"Language: en_GB\n"
|
|
22
22
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
23
23
|
|
|
24
|
-
msgid "Action with sub plans"
|
|
25
|
-
msgstr "Action with sub plans"
|
|
26
|
-
|
|
27
24
|
msgid "Actions"
|
|
28
25
|
msgstr "Actions"
|
|
29
26
|
|
|
@@ -31,13 +28,13 @@ msgid "Associate Ephemeral External IP"
|
|
|
31
28
|
msgstr "Associate Ephemeral External IP"
|
|
32
29
|
|
|
33
30
|
msgid "Certificate path, for GCE only"
|
|
34
|
-
msgstr ""
|
|
31
|
+
msgstr "Certificate path, for GCE only"
|
|
35
32
|
|
|
36
33
|
msgid "Deprecated, email is automatically loaded from the JSON file. For GCE only"
|
|
37
|
-
msgstr ""
|
|
34
|
+
msgstr "Deprecated, email is automatically loaded from the JSON file. For GCE only"
|
|
38
35
|
|
|
39
36
|
msgid "Deprecated, project is automatically loaded from the JSON file. For GCE only"
|
|
40
|
-
msgstr ""
|
|
37
|
+
msgstr "Deprecated, project is automatically loaded from the JSON file. For GCE only"
|
|
41
38
|
|
|
42
39
|
msgid "Does this image support user data input (e.g. via cloud-init)?"
|
|
43
40
|
msgstr "Does this image support user data input (e.g. via cloud-init)?"
|
|
@@ -48,12 +45,6 @@ msgstr "Google Compute Engine plugin for the Foreman."
|
|
|
48
45
|
msgid "Image"
|
|
49
46
|
msgstr "Image"
|
|
50
47
|
|
|
51
|
-
msgid "Import Puppet classes"
|
|
52
|
-
msgstr "Import Puppet classes"
|
|
53
|
-
|
|
54
|
-
msgid "Import facts"
|
|
55
|
-
msgstr "Import facts"
|
|
56
|
-
|
|
57
48
|
msgid "JSON key"
|
|
58
49
|
msgstr "JSON key"
|
|
59
50
|
|
|
@@ -78,15 +69,9 @@ msgstr "Network"
|
|
|
78
69
|
msgid "Please select an image"
|
|
79
70
|
msgstr "Please select an image"
|
|
80
71
|
|
|
81
|
-
msgid "Preupgrade job"
|
|
82
|
-
msgstr "Preupgrade job"
|
|
83
|
-
|
|
84
72
|
msgid "Properties"
|
|
85
73
|
msgstr "Properties"
|
|
86
74
|
|
|
87
|
-
msgid "Remote action:"
|
|
88
|
-
msgstr "Remote action:"
|
|
89
|
-
|
|
90
75
|
msgid "Size (GB)"
|
|
91
76
|
msgstr "Size (GB)"
|
|
92
77
|
|
|
@@ -94,10 +79,10 @@ msgid "State"
|
|
|
94
79
|
msgstr "State"
|
|
95
80
|
|
|
96
81
|
msgid "The email parameter is deprecated, value is automatically loaded from the JSON file"
|
|
97
|
-
msgstr ""
|
|
82
|
+
msgstr "The email parameter is deprecated, value is automatically loaded from the JSON file"
|
|
98
83
|
|
|
99
84
|
msgid "The project parameter is deprecated, value is automatically loaded from the JSON file"
|
|
100
|
-
msgstr ""
|
|
85
|
+
msgstr "The project parameter is deprecated, value is automatically loaded from the JSON file"
|
|
101
86
|
|
|
102
87
|
msgid "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."
|
|
103
88
|
msgstr "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."
|
|
@@ -109,7 +94,7 @@ msgid "Zone"
|
|
|
109
94
|
msgstr "Zone"
|
|
110
95
|
|
|
111
96
|
msgid "Zone, for GCE only"
|
|
112
|
-
msgstr ""
|
|
97
|
+
msgstr "Zone, for GCE only"
|
|
113
98
|
|
|
114
99
|
msgid "console is not available at this time because the instance is powered off"
|
|
115
100
|
msgstr "console is not available at this time because the instance is powered off"
|
|
Binary file
|
data/locale/es/foreman_google.po
CHANGED
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
#
|
|
16
16
|
msgid ""
|
|
17
17
|
msgstr ""
|
|
18
|
-
"Project-Id-Version: foreman_google
|
|
18
|
+
"Project-Id-Version: foreman_google 3.0.0\n"
|
|
19
19
|
"Report-Msgid-Bugs-To: \n"
|
|
20
20
|
"PO-Revision-Date: 2022-08-01 12:51+0000\n"
|
|
21
21
|
"Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2022\n"
|
|
22
|
-
"Language-Team: Spanish (https://
|
|
22
|
+
"Language-Team: Spanish (https://app.transifex.com/foreman/teams/114/es/)\n"
|
|
23
23
|
"MIME-Version: 1.0\n"
|
|
24
24
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
25
25
|
"Content-Transfer-Encoding: 8bit\n"
|
|
@@ -27,9 +27,6 @@ msgstr ""
|
|
|
27
27
|
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 :"
|
|
28
28
|
" 2;\n"
|
|
29
29
|
|
|
30
|
-
msgid "Action with sub plans"
|
|
31
|
-
msgstr "Acción con subplanes"
|
|
32
|
-
|
|
33
30
|
msgid "Actions"
|
|
34
31
|
msgstr "Acciones"
|
|
35
32
|
|
|
@@ -54,12 +51,6 @@ msgstr ""
|
|
|
54
51
|
msgid "Image"
|
|
55
52
|
msgstr "Imagen"
|
|
56
53
|
|
|
57
|
-
msgid "Import Puppet classes"
|
|
58
|
-
msgstr "Importar clases Puppet"
|
|
59
|
-
|
|
60
|
-
msgid "Import facts"
|
|
61
|
-
msgstr "Importar datos"
|
|
62
|
-
|
|
63
54
|
msgid "JSON key"
|
|
64
55
|
msgstr ""
|
|
65
56
|
|
|
@@ -84,15 +75,9 @@ msgstr "Red"
|
|
|
84
75
|
msgid "Please select an image"
|
|
85
76
|
msgstr "Seleccione una imagen"
|
|
86
77
|
|
|
87
|
-
msgid "Preupgrade job"
|
|
88
|
-
msgstr "Trabajo previo a la actualización"
|
|
89
|
-
|
|
90
78
|
msgid "Properties"
|
|
91
79
|
msgstr "Propiedades"
|
|
92
80
|
|
|
93
|
-
msgid "Remote action:"
|
|
94
|
-
msgstr "Acción remota:"
|
|
95
|
-
|
|
96
81
|
msgid "Size (GB)"
|
|
97
82
|
msgstr "Tamaño (GB)"
|
|
98
83
|
|
|
Binary file
|