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.
Files changed (61) 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. data/test/unit/foreman_google/google_compute_adapter_test.rb +0 -1
  60. metadata +39 -11
  61. 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
- "Last-Translator": "Amit Upadhye <aupadhye@redhat.com>, 2022",
10
- "Language-Team": "Japanese (https://www.transifex.com/foreman/teams/114/ja/)",
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
- "Certificate path, for GCE only": [
21
- ""
20
+ "Actions": [
21
+ "アクション"
22
22
  ],
23
- "Zone, for GCE only": [
24
- ""
23
+ "Associate Ephemeral External IP": [
24
+ "一時外部 ID の関連付け"
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
- "一時外部 ID の関連付け"
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
+ "メールパラメーターは非推奨です。値が JSON ファイルから自動的にロードされます"
85
79
  ],
86
- "Machine Type": [
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
- "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
+ "ゾーン、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
  }
@@ -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": "Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2022",
10
- "Language-Team": "Georgian (https://www.transifex.com/foreman/teams/114/ka/)",
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
- "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
+ "აქვს თუ არა ამ ასლს მომხმარებლის მონაცემების ჩაწოდების მხარდაჭერა (მაგ. cloudinit)?"
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
+ "Google Compute Engine -ის დამატება Foreman-ისთვის."
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
  "ზომა (გბ)"
70
73
  ],
71
- "Name": [
72
- "სახელი"
73
- ],
74
- "Type": [
75
- "ტიპი"
76
- ],
77
74
  "State": [
78
75
  "State"
79
76
  ],
80
- "Actions": [
81
- "ქმედებები"
82
- ],
83
- "Properties": [
84
- "პარამეტრები"
77
+ "The email parameter is deprecated, value is automatically loaded from the JSON file": [
78
+ "ელფოსტის პარამეტრი მოძველებულია. მნიშვნელობა ავტომატურად ჩაიტვირთება JSON ფაილიდან"
85
79
  ],
86
- "Machine Type": [
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
- "Does this image support user data input (e.g. via cloud-init)?": [
93
- "აქვს თუ არა ამ ასლს მომხმარებლის მონაცემების ჩაწოდების მხარდაჭერა (მაგ. cloudinit)?"
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
+ "ზონა, მხოლოდ GCE-სთვის"
109
94
  ],
110
- "Google Compute Engine plugin for the Foreman.": [
111
- "Google Compute Engine -ის დამატება Foreman-ისთვის."
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 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": "Korean (https://www.transifex.com/foreman/teams/114/ko/)",
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
- "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
  "크기 (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
- "속성 "
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": "Michał Foryt <michal.foryt@gmail.com>, 2022",
10
- "Language-Team": "Polish (https://www.transifex.com/foreman/teams/114/pl/)",
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
- "Certificate path, for GCE only": [
21
- ""
20
+ "Actions": [
21
+ "Akcja"
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
+ "Czy obraz wspiera wejściowe dane użytkownika (np. przez 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
+ "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
- "Please select an image": [
57
- "Proszę wybrać obraz"
56
+ "Missing an image for operating system!": [
57
+ ""
58
58
  ],
59
- "Image": [
60
- "Obraz"
59
+ "Name": [
60
+ "Nazwa"
61
61
  ],
62
62
  "Network": [
63
63
  "Sieć"
64
64
  ],
65
- "Associate Ephemeral External IP": [
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
- "Actions": [
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
- "Does this image support user data input (e.g. via cloud-init)?": [
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
- "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
+ "Strefa"
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
  }