foreman_google 2.0.1 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- 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 +3 -5
- data/app/models/foreman_google/gce.rb +0 -2
- data/app/models/foreman_google/google_compute.rb +0 -2
- data/config/initializers/zeitwerk.rb +3 -0
- data/db/migrate/20220331113745_foreman_gce_to_foreman_google_gce.rb +2 -2
- data/lib/foreman_google/engine.rb +1 -3
- 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/test_google_helper.rb +1 -1
- metadata +48 -19
- data/locale/action_names.rb +0 -6
- data/locale/en/foreman_google.edit.po +0 -116
- data/locale/en/foreman_google.po.time_stamp +0 -0
@@ -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": "Japanese (https://
|
9
|
+
"Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024",
|
10
|
+
"Language-Team": "Japanese (https://app.transifex.com/foreman/teams/114/ja/)",
|
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
|
+
"一時外部 ID の関連付け"
|
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
|
+
"メールパラメーターは非推奨です。値が JSON ファイルから自動的にロードされます"
|
85
79
|
],
|
86
|
-
"
|
87
|
-
"
|
80
|
+
"The project parameter is deprecated, value is automatically loaded from the JSON file": [
|
81
|
+
"プロジェクトパラメーターは非推奨です。値が 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
|
+
"ゾーン、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
|
}
|
@@ -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": "Temuri Doghonadze <temuri.doghonadze@gmail.com>,
|
10
|
-
"Language-Team": "Georgian (https://
|
9
|
+
"Last-Translator": "Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2023",
|
10
|
+
"Language-Team": "Georgian (https://app.transifex.com/foreman/teams/114/ka/)",
|
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=2; plural=(n!=1);"
|
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
|
+
"აქვს თუ არა ამ ასლს მომხმარებლის მონაცემების ჩაწოდების მხარდაჭერა (მაგ. cloudinit)?"
|
37
37
|
],
|
38
|
-
"
|
39
|
-
"
|
38
|
+
"Google Compute Engine plugin for the Foreman.": [
|
39
|
+
"Google Compute Engine -ის დამატება Foreman-ისთვის."
|
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
|
"ზომა (გბ)"
|
70
73
|
],
|
71
|
-
"Name": [
|
72
|
-
"სახელი"
|
73
|
-
],
|
74
|
-
"Type": [
|
75
|
-
"ტიპი"
|
76
|
-
],
|
77
74
|
"State": [
|
78
75
|
"State"
|
79
76
|
],
|
80
|
-
"
|
81
|
-
"
|
82
|
-
],
|
83
|
-
"Properties": [
|
84
|
-
"პარამეტრები"
|
77
|
+
"The email parameter is deprecated, value is automatically loaded from the JSON file": [
|
78
|
+
"ელფოსტის პარამეტრი მოძველებულია. მნიშვნელობა ავტომატურად ჩაიტვირთება JSON ფაილიდან"
|
85
79
|
],
|
86
|
-
"
|
87
|
-
"
|
80
|
+
"The project parameter is deprecated, value is automatically loaded from the JSON file": [
|
81
|
+
"პროექტის პარამეტრი მოძველებულია. მნიშვნელობა ავტომატურად ჩაიტვირთება 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 Engine-ს 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
|
+
"ზონა, მხოლოდ 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
|
}
|
@@ -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": "Korean (https://
|
10
|
+
"Language-Team": "Korean (https://app.transifex.com/foreman/teams/114/ko/)",
|
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
|
}
|
@@ -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": "Michał Foryt <michal.foryt@gmail.com>, 2022",
|
10
|
-
"Language-Team": "Polish (https://
|
10
|
+
"Language-Team": "Polish (https://app.transifex.com/foreman/teams/114/pl/)",
|
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==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
|
19
19
|
},
|
20
|
-
"
|
21
|
-
""
|
20
|
+
"Actions": [
|
21
|
+
"Akcja"
|
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
|
+
"Czy obraz wspiera wejściowe dane użytkownika (np. przez cloud-init)?"
|
37
37
|
],
|
38
|
-
"
|
38
|
+
"Google Compute Engine plugin for the Foreman.": [
|
39
39
|
""
|
40
40
|
],
|
41
|
-
"
|
42
|
-
""
|
41
|
+
"Image": [
|
42
|
+
"Obraz"
|
43
43
|
],
|
44
44
|
"JSON key": [
|
45
45
|
""
|
46
46
|
],
|
47
|
-
"Zone": [
|
48
|
-
"Strefa"
|
49
|
-
],
|
50
47
|
"Load Zones": [
|
51
48
|
""
|
52
49
|
],
|
50
|
+
"Machine Type": [
|
51
|
+
"Typ Maszyny"
|
52
|
+
],
|
53
53
|
"Machine type": [
|
54
54
|
"Typ maszyny"
|
55
55
|
],
|
56
|
-
"
|
57
|
-
"
|
56
|
+
"Missing an image for operating system!": [
|
57
|
+
""
|
58
58
|
],
|
59
|
-
"
|
60
|
-
"
|
59
|
+
"Name": [
|
60
|
+
"Nazwa"
|
61
61
|
],
|
62
62
|
"Network": [
|
63
63
|
"Sieć"
|
64
64
|
],
|
65
|
-
"
|
66
|
-
""
|
65
|
+
"Please select an image": [
|
66
|
+
"Proszę wybrać obraz"
|
67
|
+
],
|
68
|
+
"Properties": [
|
69
|
+
"Ustawienia"
|
67
70
|
],
|
68
71
|
"Size (GB)": [
|
69
72
|
"Rozmiar (GB)"
|
70
73
|
],
|
71
|
-
"Name": [
|
72
|
-
"Nazwa"
|
73
|
-
],
|
74
|
-
"Type": [
|
75
|
-
"Typ"
|
76
|
-
],
|
77
74
|
"State": [
|
78
75
|
"Stan"
|
79
76
|
],
|
80
|
-
"
|
81
|
-
"Akcja"
|
82
|
-
],
|
83
|
-
"Properties": [
|
84
|
-
"Ustawienia"
|
85
|
-
],
|
86
|
-
"Machine Type": [
|
87
|
-
"Typ Maszyny"
|
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
|
-
"Czy obraz wspiera wejściowe dane użytkownika (np. przez 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
|
+
"Strefa"
|
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
|
}
|