foreman_google 1.0.4 → 2.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 +115 -0
- data/app/assets/javascripts/foreman_google/locale/de/foreman_google.js +115 -0
- data/app/assets/javascripts/foreman_google/locale/el/foreman_google.js +115 -0
- data/app/assets/javascripts/foreman_google/locale/en/foreman_google.js +115 -0
- data/app/assets/javascripts/foreman_google/locale/en_GB/foreman_google.js +115 -0
- data/app/assets/javascripts/foreman_google/locale/es/foreman_google.js +115 -0
- data/app/assets/javascripts/foreman_google/locale/fr/foreman_google.js +115 -0
- data/app/assets/javascripts/foreman_google/locale/it/foreman_google.js +115 -0
- data/app/assets/javascripts/foreman_google/locale/ja/foreman_google.js +115 -0
- data/app/assets/javascripts/foreman_google/locale/ka/foreman_google.js +115 -0
- data/app/assets/javascripts/foreman_google/locale/ko/foreman_google.js +115 -0
- data/app/assets/javascripts/foreman_google/locale/pl/foreman_google.js +115 -0
- data/app/assets/javascripts/foreman_google/locale/pt_BR/foreman_google.js +115 -0
- data/app/assets/javascripts/foreman_google/locale/ru/foreman_google.js +115 -0
- data/app/assets/javascripts/foreman_google/locale/sv_SE/foreman_google.js +115 -0
- data/app/assets/javascripts/foreman_google/locale/zh_CN/foreman_google.js +115 -0
- data/app/assets/javascripts/foreman_google/locale/zh_TW/foreman_google.js +115 -0
- data/app/lib/foreman_google/google_compute_adapter.rb +2 -2
- data/lib/foreman_google/engine.rb +2 -7
- data/lib/foreman_google/version.rb +1 -1
- data/locale/Makefile +8 -5
- data/locale/cs_CZ/foreman_google.po +18 -1
- data/locale/de/foreman_google.po +18 -1
- data/locale/el/foreman_google.po +18 -1
- data/locale/en/foreman_google.po +18 -0
- data/locale/en_GB/LC_MESSAGES/foreman_google.mo +0 -0
- data/locale/en_GB/foreman_google.po +115 -0
- data/locale/es/foreman_google.po +18 -1
- data/locale/foreman_google.pot +32 -4
- data/locale/fr/foreman_google.po +18 -1
- data/locale/it/foreman_google.po +18 -1
- data/locale/ja/foreman_google.po +18 -1
- data/locale/ka/foreman_google.po +18 -1
- data/locale/ko/foreman_google.po +18 -1
- data/locale/pl/foreman_google.po +18 -1
- data/locale/pt_BR/foreman_google.po +18 -1
- data/locale/ru/foreman_google.po +18 -1
- data/locale/sv_SE/foreman_google.po +18 -1
- data/locale/zh_CN/foreman_google.po +18 -1
- data/locale/zh_TW/foreman_google.po +18 -1
- data/package.json +0 -3
- metadata +22 -3
@@ -0,0 +1,115 @@
|
|
1
|
+
locales['foreman_google'] = locales['foreman_google'] || {}; locales['foreman_google']['es'] = {
|
2
|
+
"domain": "foreman_google",
|
3
|
+
"locale_data": {
|
4
|
+
"foreman_google": {
|
5
|
+
"": {
|
6
|
+
"Project-Id-Version": "foreman_google 1.0.0",
|
7
|
+
"Report-Msgid-Bugs-To": "",
|
8
|
+
"PO-Revision-Date": "2022-08-01 12:51+0000",
|
9
|
+
"Last-Translator": "Amit Upadhye <aupadhye@redhat.com>, 2022",
|
10
|
+
"Language-Team": "Spanish (https://www.transifex.com/foreman/teams/114/es/)",
|
11
|
+
"MIME-Version": "1.0",
|
12
|
+
"Content-Type": "text/plain; charset=UTF-8",
|
13
|
+
"Content-Transfer-Encoding": "8bit",
|
14
|
+
"Language": "es",
|
15
|
+
"Plural-Forms": "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;",
|
16
|
+
"lang": "es",
|
17
|
+
"domain": "foreman_google",
|
18
|
+
"plural_forms": "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
19
|
+
},
|
20
|
+
"Certificate path, for GCE only": [
|
21
|
+
""
|
22
|
+
],
|
23
|
+
"Zone, for GCE only": [
|
24
|
+
""
|
25
|
+
],
|
26
|
+
"Deprecated, project is automatically loaded from the JSON file. For GCE only": [
|
27
|
+
""
|
28
|
+
],
|
29
|
+
"Deprecated, email is automatically loaded from the JSON file. For GCE only": [
|
30
|
+
""
|
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": [
|
36
|
+
""
|
37
|
+
],
|
38
|
+
"console is not available at this time because the instance is powered off": [
|
39
|
+
"la consola no está disponible en este momento porque la instancia está apagada"
|
40
|
+
],
|
41
|
+
"Missing an image for operating system!": [
|
42
|
+
""
|
43
|
+
],
|
44
|
+
"JSON key": [
|
45
|
+
""
|
46
|
+
],
|
47
|
+
"Zone": [
|
48
|
+
"Zona"
|
49
|
+
],
|
50
|
+
"Load Zones": [
|
51
|
+
"Cargar zonas"
|
52
|
+
],
|
53
|
+
"Machine type": [
|
54
|
+
"Tipo de máquina"
|
55
|
+
],
|
56
|
+
"Please select an image": [
|
57
|
+
"Seleccione una imagen"
|
58
|
+
],
|
59
|
+
"Image": [
|
60
|
+
"Imagen"
|
61
|
+
],
|
62
|
+
"Network": [
|
63
|
+
"Red"
|
64
|
+
],
|
65
|
+
"Associate Ephemeral External IP": [
|
66
|
+
"Asociar IP externa efímera"
|
67
|
+
],
|
68
|
+
"Size (GB)": [
|
69
|
+
"Tamaño (GB)"
|
70
|
+
],
|
71
|
+
"Name": [
|
72
|
+
"Nombre"
|
73
|
+
],
|
74
|
+
"Type": [
|
75
|
+
"Tipo"
|
76
|
+
],
|
77
|
+
"State": [
|
78
|
+
"Estado"
|
79
|
+
],
|
80
|
+
"Actions": [
|
81
|
+
"Acciones"
|
82
|
+
],
|
83
|
+
"Properties": [
|
84
|
+
"Propiedades"
|
85
|
+
],
|
86
|
+
"Machine Type": [
|
87
|
+
"Tipo de máquina"
|
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.": [
|
90
|
+
""
|
91
|
+
],
|
92
|
+
"Does this image support user data input (e.g. via cloud-init)?": [
|
93
|
+
"¿Esta imágen supporta inserción de datos de usuario (p.e. vía could-init)?"
|
94
|
+
],
|
95
|
+
"Preupgrade job": [
|
96
|
+
"Trabajo previo a la actualización"
|
97
|
+
],
|
98
|
+
"Action with sub plans": [
|
99
|
+
"Acción con subplanes"
|
100
|
+
],
|
101
|
+
"Import facts": [
|
102
|
+
"Importar datos"
|
103
|
+
],
|
104
|
+
"Import Puppet classes": [
|
105
|
+
"Importar clases Puppet"
|
106
|
+
],
|
107
|
+
"Remote action:": [
|
108
|
+
"Acción remota:"
|
109
|
+
],
|
110
|
+
"Google Compute Engine plugin for the Foreman.": [
|
111
|
+
""
|
112
|
+
]
|
113
|
+
}
|
114
|
+
}
|
115
|
+
};
|
@@ -0,0 +1,115 @@
|
|
1
|
+
locales['foreman_google'] = locales['foreman_google'] || {}; locales['foreman_google']['fr'] = {
|
2
|
+
"domain": "foreman_google",
|
3
|
+
"locale_data": {
|
4
|
+
"foreman_google": {
|
5
|
+
"": {
|
6
|
+
"Project-Id-Version": "foreman_google 1.0.0",
|
7
|
+
"Report-Msgid-Bugs-To": "",
|
8
|
+
"PO-Revision-Date": "2022-08-01 12:51+0000",
|
9
|
+
"Last-Translator": "Amit Upadhye <aupadhye@redhat.com>, 2022",
|
10
|
+
"Language-Team": "French (https://www.transifex.com/foreman/teams/114/fr/)",
|
11
|
+
"MIME-Version": "1.0",
|
12
|
+
"Content-Type": "text/plain; charset=UTF-8",
|
13
|
+
"Content-Transfer-Encoding": "8bit",
|
14
|
+
"Language": "fr",
|
15
|
+
"Plural-Forms": "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;",
|
16
|
+
"lang": "fr",
|
17
|
+
"domain": "foreman_google",
|
18
|
+
"plural_forms": "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
19
|
+
},
|
20
|
+
"Certificate path, for GCE only": [
|
21
|
+
""
|
22
|
+
],
|
23
|
+
"Zone, for GCE only": [
|
24
|
+
""
|
25
|
+
],
|
26
|
+
"Deprecated, project is automatically loaded from the JSON file. For GCE only": [
|
27
|
+
""
|
28
|
+
],
|
29
|
+
"Deprecated, email is automatically loaded from the JSON file. For GCE only": [
|
30
|
+
""
|
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": [
|
36
|
+
""
|
37
|
+
],
|
38
|
+
"console is not available at this time because the instance is powered off": [
|
39
|
+
"la console n'est pas disponible pour le moment car l'instance est éteinte"
|
40
|
+
],
|
41
|
+
"Missing an image for operating system!": [
|
42
|
+
"Il manque une image pour le système d'exploitation !"
|
43
|
+
],
|
44
|
+
"JSON key": [
|
45
|
+
"Clé JSON"
|
46
|
+
],
|
47
|
+
"Zone": [
|
48
|
+
"Zone"
|
49
|
+
],
|
50
|
+
"Load Zones": [
|
51
|
+
"Zones de chargement"
|
52
|
+
],
|
53
|
+
"Machine type": [
|
54
|
+
"Type de machine"
|
55
|
+
],
|
56
|
+
"Please select an image": [
|
57
|
+
"Veuillez sélectionner une image"
|
58
|
+
],
|
59
|
+
"Image": [
|
60
|
+
"Image"
|
61
|
+
],
|
62
|
+
"Network": [
|
63
|
+
"Réseau"
|
64
|
+
],
|
65
|
+
"Associate Ephemeral External IP": [
|
66
|
+
"Associer l’IP externe éphémère"
|
67
|
+
],
|
68
|
+
"Size (GB)": [
|
69
|
+
"Taille (Go)"
|
70
|
+
],
|
71
|
+
"Name": [
|
72
|
+
"Nom"
|
73
|
+
],
|
74
|
+
"Type": [
|
75
|
+
"Type"
|
76
|
+
],
|
77
|
+
"State": [
|
78
|
+
"État"
|
79
|
+
],
|
80
|
+
"Actions": [
|
81
|
+
"Actions"
|
82
|
+
],
|
83
|
+
"Properties": [
|
84
|
+
"Propriétés"
|
85
|
+
],
|
86
|
+
"Machine Type": [
|
87
|
+
"Type de machine"
|
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.": [
|
90
|
+
"L'utilisateur qui est utilisé pour se connecter à l'instance via ssh, normalement cloud-user, ec2-user, ubuntu, etc. Remarque : le moteur Google ne prend pas en charge SSH pour l'utilisateur root."
|
91
|
+
],
|
92
|
+
"Does this image support user data input (e.g. via cloud-init)?": [
|
93
|
+
"Cette image prend-t-elle en charge l'entrée de paramètres utilisateur (p.e. via cloud-init) ?"
|
94
|
+
],
|
95
|
+
"Preupgrade job": [
|
96
|
+
"Job de pré-mise à niveau"
|
97
|
+
],
|
98
|
+
"Action with sub plans": [
|
99
|
+
"Action avec sous-plans"
|
100
|
+
],
|
101
|
+
"Import facts": [
|
102
|
+
"Importer des faits"
|
103
|
+
],
|
104
|
+
"Import Puppet classes": [
|
105
|
+
"Importer des classes Puppet"
|
106
|
+
],
|
107
|
+
"Remote action:": [
|
108
|
+
"Action distante :"
|
109
|
+
],
|
110
|
+
"Google Compute Engine plugin for the Foreman.": [
|
111
|
+
"Plugin Google Compute Engine pour le Foreman."
|
112
|
+
]
|
113
|
+
}
|
114
|
+
}
|
115
|
+
};
|
@@ -0,0 +1,115 @@
|
|
1
|
+
locales['foreman_google'] = locales['foreman_google'] || {}; locales['foreman_google']['it'] = {
|
2
|
+
"domain": "foreman_google",
|
3
|
+
"locale_data": {
|
4
|
+
"foreman_google": {
|
5
|
+
"": {
|
6
|
+
"Project-Id-Version": "foreman_google 1.0.0",
|
7
|
+
"Report-Msgid-Bugs-To": "",
|
8
|
+
"PO-Revision-Date": "2022-08-01 12:51+0000",
|
9
|
+
"Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2022",
|
10
|
+
"Language-Team": "Italian (https://www.transifex.com/foreman/teams/114/it/)",
|
11
|
+
"MIME-Version": "1.0",
|
12
|
+
"Content-Type": "text/plain; charset=UTF-8",
|
13
|
+
"Content-Transfer-Encoding": "8bit",
|
14
|
+
"Language": "it",
|
15
|
+
"Plural-Forms": "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;",
|
16
|
+
"lang": "it",
|
17
|
+
"domain": "foreman_google",
|
18
|
+
"plural_forms": "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
19
|
+
},
|
20
|
+
"Certificate path, for GCE only": [
|
21
|
+
""
|
22
|
+
],
|
23
|
+
"Zone, for GCE only": [
|
24
|
+
""
|
25
|
+
],
|
26
|
+
"Deprecated, project is automatically loaded from the JSON file. For GCE only": [
|
27
|
+
""
|
28
|
+
],
|
29
|
+
"Deprecated, email is automatically loaded from the JSON file. For GCE only": [
|
30
|
+
""
|
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": [
|
36
|
+
""
|
37
|
+
],
|
38
|
+
"console is not available at this time because the instance is powered off": [
|
39
|
+
""
|
40
|
+
],
|
41
|
+
"Missing an image for operating system!": [
|
42
|
+
""
|
43
|
+
],
|
44
|
+
"JSON key": [
|
45
|
+
""
|
46
|
+
],
|
47
|
+
"Zone": [
|
48
|
+
"Zona"
|
49
|
+
],
|
50
|
+
"Load Zones": [
|
51
|
+
""
|
52
|
+
],
|
53
|
+
"Machine type": [
|
54
|
+
"Tipo di macchina"
|
55
|
+
],
|
56
|
+
"Please select an image": [
|
57
|
+
"Selezionare una immagine"
|
58
|
+
],
|
59
|
+
"Image": [
|
60
|
+
"Immagine"
|
61
|
+
],
|
62
|
+
"Network": [
|
63
|
+
"Rete"
|
64
|
+
],
|
65
|
+
"Associate Ephemeral External IP": [
|
66
|
+
""
|
67
|
+
],
|
68
|
+
"Size (GB)": [
|
69
|
+
"Dimensione (GB)"
|
70
|
+
],
|
71
|
+
"Name": [
|
72
|
+
"Nome"
|
73
|
+
],
|
74
|
+
"Type": [
|
75
|
+
"Tipo"
|
76
|
+
],
|
77
|
+
"State": [
|
78
|
+
"Stato"
|
79
|
+
],
|
80
|
+
"Actions": [
|
81
|
+
"Azioni"
|
82
|
+
],
|
83
|
+
"Properties": [
|
84
|
+
"Proprietà"
|
85
|
+
],
|
86
|
+
"Machine Type": [
|
87
|
+
"Tipo di macchina"
|
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.": [
|
90
|
+
""
|
91
|
+
],
|
92
|
+
"Does this image support user data input (e.g. via cloud-init)?": [
|
93
|
+
"Questa immagine supporta l'input dei dati utente (es. tramite cloud-init)?"
|
94
|
+
],
|
95
|
+
"Preupgrade job": [
|
96
|
+
""
|
97
|
+
],
|
98
|
+
"Action with sub plans": [
|
99
|
+
""
|
100
|
+
],
|
101
|
+
"Import facts": [
|
102
|
+
"Importa gli eventi"
|
103
|
+
],
|
104
|
+
"Import Puppet classes": [
|
105
|
+
"Importa classi Puppet"
|
106
|
+
],
|
107
|
+
"Remote action:": [
|
108
|
+
"Azione remota:"
|
109
|
+
],
|
110
|
+
"Google Compute Engine plugin for the Foreman.": [
|
111
|
+
""
|
112
|
+
]
|
113
|
+
}
|
114
|
+
}
|
115
|
+
};
|
@@ -0,0 +1,115 @@
|
|
1
|
+
locales['foreman_google'] = locales['foreman_google'] || {}; locales['foreman_google']['ja'] = {
|
2
|
+
"domain": "foreman_google",
|
3
|
+
"locale_data": {
|
4
|
+
"foreman_google": {
|
5
|
+
"": {
|
6
|
+
"Project-Id-Version": "foreman_google 1.0.0",
|
7
|
+
"Report-Msgid-Bugs-To": "",
|
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/)",
|
11
|
+
"MIME-Version": "1.0",
|
12
|
+
"Content-Type": "text/plain; charset=UTF-8",
|
13
|
+
"Content-Transfer-Encoding": "8bit",
|
14
|
+
"Language": "ja",
|
15
|
+
"Plural-Forms": "nplurals=1; plural=0;",
|
16
|
+
"lang": "ja",
|
17
|
+
"domain": "foreman_google",
|
18
|
+
"plural_forms": "nplurals=1; plural=0;"
|
19
|
+
},
|
20
|
+
"Certificate path, for GCE only": [
|
21
|
+
""
|
22
|
+
],
|
23
|
+
"Zone, for GCE only": [
|
24
|
+
""
|
25
|
+
],
|
26
|
+
"Deprecated, project is automatically loaded from the JSON file. For GCE only": [
|
27
|
+
""
|
28
|
+
],
|
29
|
+
"Deprecated, email is automatically loaded from the JSON file. For GCE only": [
|
30
|
+
""
|
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": [
|
36
|
+
""
|
37
|
+
],
|
38
|
+
"console is not available at this time because the instance is powered off": [
|
39
|
+
"インスタンスの電源がオフであるため、現時点ではコンソールは使用できません"
|
40
|
+
],
|
41
|
+
"Missing an image for operating system!": [
|
42
|
+
"オペレーティングシステムのイメージがありません!"
|
43
|
+
],
|
44
|
+
"JSON key": [
|
45
|
+
"JSON キー"
|
46
|
+
],
|
47
|
+
"Zone": [
|
48
|
+
"ゾーン"
|
49
|
+
],
|
50
|
+
"Load Zones": [
|
51
|
+
"ゾーンのロード"
|
52
|
+
],
|
53
|
+
"Machine type": [
|
54
|
+
"マシンタイプ"
|
55
|
+
],
|
56
|
+
"Please select an image": [
|
57
|
+
"イメージを選択してください"
|
58
|
+
],
|
59
|
+
"Image": [
|
60
|
+
"イメージ"
|
61
|
+
],
|
62
|
+
"Network": [
|
63
|
+
"ネットワーク"
|
64
|
+
],
|
65
|
+
"Associate Ephemeral External IP": [
|
66
|
+
"一時外部 ID の関連付け"
|
67
|
+
],
|
68
|
+
"Size (GB)": [
|
69
|
+
"サイズ (GB)"
|
70
|
+
],
|
71
|
+
"Name": [
|
72
|
+
"名前"
|
73
|
+
],
|
74
|
+
"Type": [
|
75
|
+
"タイプ"
|
76
|
+
],
|
77
|
+
"State": [
|
78
|
+
"状態"
|
79
|
+
],
|
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.": [
|
90
|
+
"インスタンスへの ssh 接続に使用するユーザーは通常、cloud-user、ec2-user、ubuntu などです。注: Google エンジンは、root ユーザーの ssh をサポートしません。"
|
91
|
+
],
|
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
|
+
"ファクトのインポート"
|
103
|
+
],
|
104
|
+
"Import Puppet classes": [
|
105
|
+
"Puppet クラスのインポート"
|
106
|
+
],
|
107
|
+
"Remote action:": [
|
108
|
+
"リモートアクション:"
|
109
|
+
],
|
110
|
+
"Google Compute Engine plugin for the Foreman.": [
|
111
|
+
"Foreman 用の Google Compute Engine プラグイン。"
|
112
|
+
]
|
113
|
+
}
|
114
|
+
}
|
115
|
+
};
|
@@ -0,0 +1,115 @@
|
|
1
|
+
locales['foreman_google'] = locales['foreman_google'] || {}; locales['foreman_google']['ka'] = {
|
2
|
+
"domain": "foreman_google",
|
3
|
+
"locale_data": {
|
4
|
+
"foreman_google": {
|
5
|
+
"": {
|
6
|
+
"Project-Id-Version": "foreman_google 1.0.0",
|
7
|
+
"Report-Msgid-Bugs-To": "",
|
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/)",
|
11
|
+
"MIME-Version": "1.0",
|
12
|
+
"Content-Type": "text/plain; charset=UTF-8",
|
13
|
+
"Content-Transfer-Encoding": "8bit",
|
14
|
+
"Language": "ka",
|
15
|
+
"Plural-Forms": "nplurals=2; plural=(n!=1);",
|
16
|
+
"lang": "ka",
|
17
|
+
"domain": "foreman_google",
|
18
|
+
"plural_forms": "nplurals=2; plural=(n!=1);"
|
19
|
+
},
|
20
|
+
"Certificate path, for GCE only": [
|
21
|
+
""
|
22
|
+
],
|
23
|
+
"Zone, for GCE only": [
|
24
|
+
""
|
25
|
+
],
|
26
|
+
"Deprecated, project is automatically loaded from the JSON file. For GCE only": [
|
27
|
+
""
|
28
|
+
],
|
29
|
+
"Deprecated, email is automatically loaded from the JSON file. For GCE only": [
|
30
|
+
""
|
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": [
|
36
|
+
""
|
37
|
+
],
|
38
|
+
"console is not available at this time because the instance is powered off": [
|
39
|
+
"კონსოლი ამჟამად მიუწვდომელია. გაშვებული ასლი გამორთულია"
|
40
|
+
],
|
41
|
+
"Missing an image for operating system!": [
|
42
|
+
"აკლია ოპერაციული სისტემის ასლი!"
|
43
|
+
],
|
44
|
+
"JSON key": [
|
45
|
+
"JSON გასაღები"
|
46
|
+
],
|
47
|
+
"Zone": [
|
48
|
+
"ზონა"
|
49
|
+
],
|
50
|
+
"Load Zones": [
|
51
|
+
"ზონების ჩატვირთვა"
|
52
|
+
],
|
53
|
+
"Machine type": [
|
54
|
+
"მანქანის ტიპი"
|
55
|
+
],
|
56
|
+
"Please select an image": [
|
57
|
+
"აირჩიეთ ასლი"
|
58
|
+
],
|
59
|
+
"Image": [
|
60
|
+
"ასლი"
|
61
|
+
],
|
62
|
+
"Network": [
|
63
|
+
"ქსელი"
|
64
|
+
],
|
65
|
+
"Associate Ephemeral External IP": [
|
66
|
+
"ეფემერული გარე IP-ის ასოცირება"
|
67
|
+
],
|
68
|
+
"Size (GB)": [
|
69
|
+
"ზომა (გბ)"
|
70
|
+
],
|
71
|
+
"Name": [
|
72
|
+
"სახელი"
|
73
|
+
],
|
74
|
+
"Type": [
|
75
|
+
"ტიპი"
|
76
|
+
],
|
77
|
+
"State": [
|
78
|
+
"State"
|
79
|
+
],
|
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.": [
|
90
|
+
"მომხმარებელი, რომელიც ssh-ით შესასვლელად გამოყენება. ჩვეულებრივ გამოიყენება cloud-user, ec2-user, ubuntu და ა.შ. დაიმახსოვრეთ: Google Engine-ს root მომხმარებლის SSH გასაღებების მხარდაჭერა არ გააჩნია."
|
91
|
+
],
|
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
|
+
"ფაქტების შემოტანა"
|
103
|
+
],
|
104
|
+
"Import Puppet classes": [
|
105
|
+
"Puppet-ის კლასების შემოტანა"
|
106
|
+
],
|
107
|
+
"Remote action:": [
|
108
|
+
"დაშორებული ქმედება:"
|
109
|
+
],
|
110
|
+
"Google Compute Engine plugin for the Foreman.": [
|
111
|
+
"Google Compute Engine -ის დამატება Foreman-ისთვის."
|
112
|
+
]
|
113
|
+
}
|
114
|
+
}
|
115
|
+
};
|
@@ -0,0 +1,115 @@
|
|
1
|
+
locales['foreman_google'] = locales['foreman_google'] || {}; locales['foreman_google']['ko'] = {
|
2
|
+
"domain": "foreman_google",
|
3
|
+
"locale_data": {
|
4
|
+
"foreman_google": {
|
5
|
+
"": {
|
6
|
+
"Project-Id-Version": "foreman_google 1.0.0",
|
7
|
+
"Report-Msgid-Bugs-To": "",
|
8
|
+
"PO-Revision-Date": "2022-08-01 12:51+0000",
|
9
|
+
"Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2022",
|
10
|
+
"Language-Team": "Korean (https://www.transifex.com/foreman/teams/114/ko/)",
|
11
|
+
"MIME-Version": "1.0",
|
12
|
+
"Content-Type": "text/plain; charset=UTF-8",
|
13
|
+
"Content-Transfer-Encoding": "8bit",
|
14
|
+
"Language": "ko",
|
15
|
+
"Plural-Forms": "nplurals=1; plural=0;",
|
16
|
+
"lang": "ko",
|
17
|
+
"domain": "foreman_google",
|
18
|
+
"plural_forms": "nplurals=1; plural=0;"
|
19
|
+
},
|
20
|
+
"Certificate path, for GCE only": [
|
21
|
+
""
|
22
|
+
],
|
23
|
+
"Zone, for GCE only": [
|
24
|
+
""
|
25
|
+
],
|
26
|
+
"Deprecated, project is automatically loaded from the JSON file. For GCE only": [
|
27
|
+
""
|
28
|
+
],
|
29
|
+
"Deprecated, email is automatically loaded from the JSON file. For GCE only": [
|
30
|
+
""
|
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": [
|
36
|
+
""
|
37
|
+
],
|
38
|
+
"console is not available at this time because the instance is powered off": [
|
39
|
+
""
|
40
|
+
],
|
41
|
+
"Missing an image for operating system!": [
|
42
|
+
""
|
43
|
+
],
|
44
|
+
"JSON key": [
|
45
|
+
""
|
46
|
+
],
|
47
|
+
"Zone": [
|
48
|
+
"영역 "
|
49
|
+
],
|
50
|
+
"Load Zones": [
|
51
|
+
""
|
52
|
+
],
|
53
|
+
"Machine type": [
|
54
|
+
"시스템 유형 "
|
55
|
+
],
|
56
|
+
"Please select an image": [
|
57
|
+
"이미지를 선택하십시오"
|
58
|
+
],
|
59
|
+
"Image": [
|
60
|
+
"이미지 "
|
61
|
+
],
|
62
|
+
"Network": [
|
63
|
+
"네트워크"
|
64
|
+
],
|
65
|
+
"Associate Ephemeral External IP": [
|
66
|
+
""
|
67
|
+
],
|
68
|
+
"Size (GB)": [
|
69
|
+
"크기 (GB)"
|
70
|
+
],
|
71
|
+
"Name": [
|
72
|
+
"이름 "
|
73
|
+
],
|
74
|
+
"Type": [
|
75
|
+
"유형 "
|
76
|
+
],
|
77
|
+
"State": [
|
78
|
+
"상태 "
|
79
|
+
],
|
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.": [
|
90
|
+
""
|
91
|
+
],
|
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
|
+
"팩트 불러오기"
|
103
|
+
],
|
104
|
+
"Import Puppet classes": [
|
105
|
+
"Puppet 클래스 가져오기"
|
106
|
+
],
|
107
|
+
"Remote action:": [
|
108
|
+
"원격 작업:"
|
109
|
+
],
|
110
|
+
"Google Compute Engine plugin for the Foreman.": [
|
111
|
+
""
|
112
|
+
]
|
113
|
+
}
|
114
|
+
}
|
115
|
+
};
|