hammer_cli_foreman 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of hammer_cli_foreman might be problematic. Click here for more details.

Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/doc/release_notes.md +11 -0
  3. data/lib/hammer_cli_foreman.rb +4 -0
  4. data/lib/hammer_cli_foreman/associating_commands.rb +21 -0
  5. data/lib/hammer_cli_foreman/host.rb +0 -5
  6. data/lib/hammer_cli_foreman/id_resolver.rb +6 -2
  7. data/lib/hammer_cli_foreman/location.rb +1 -0
  8. data/lib/hammer_cli_foreman/organization.rb +2 -0
  9. data/lib/hammer_cli_foreman/realm.rb +53 -0
  10. data/lib/hammer_cli_foreman/smart_class_parameter.rb +3 -0
  11. data/lib/hammer_cli_foreman/smart_variable.rb +4 -1
  12. data/lib/hammer_cli_foreman/usergroup.rb +1 -3
  13. data/lib/hammer_cli_foreman/version.rb +1 -1
  14. data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  15. data/locale/ca/hammer-cli-foreman.edit.po +376 -290
  16. data/locale/ca/hammer-cli-foreman.po +393 -192
  17. data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  18. data/locale/de/hammer-cli-foreman.edit.po +277 -179
  19. data/locale/de/hammer-cli-foreman.po +420 -219
  20. data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  21. data/locale/en/hammer-cli-foreman.edit.po +216 -144
  22. data/locale/en/hammer-cli-foreman.po +55 -1
  23. data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  24. data/locale/en_GB/hammer-cli-foreman.edit.po +339 -224
  25. data/locale/en_GB/hammer-cli-foreman.po +391 -190
  26. data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  27. data/locale/es/hammer-cli-foreman.edit.po +251 -158
  28. data/locale/es/hammer-cli-foreman.po +444 -242
  29. data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  30. data/locale/fr/hammer-cli-foreman.edit.po +252 -159
  31. data/locale/fr/hammer-cli-foreman.po +392 -191
  32. data/locale/hammer-cli-foreman.pot +253 -175
  33. data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  34. data/locale/it/hammer-cli-foreman.edit.po +281 -188
  35. data/locale/it/hammer-cli-foreman.po +391 -190
  36. data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  37. data/locale/ja/hammer-cli-foreman.edit.po +282 -189
  38. data/locale/ja/hammer-cli-foreman.po +457 -256
  39. data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  40. data/locale/ko/hammer-cli-foreman.edit.po +280 -187
  41. data/locale/ko/hammer-cli-foreman.po +458 -257
  42. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  43. data/locale/pt_BR/hammer-cli-foreman.edit.po +255 -162
  44. data/locale/pt_BR/hammer-cli-foreman.po +455 -254
  45. data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  46. data/locale/ru/hammer-cli-foreman.edit.po +443 -337
  47. data/locale/ru/hammer-cli-foreman.po +412 -211
  48. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  49. data/locale/zh_CN/hammer-cli-foreman.edit.po +278 -185
  50. data/locale/zh_CN/hammer-cli-foreman.po +465 -264
  51. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  52. data/locale/zh_TW/hammer-cli-foreman.edit.po +279 -186
  53. data/locale/zh_TW/hammer-cli-foreman.po +459 -258
  54. data/test/data/README.md +2 -2
  55. data/test/functional/hostgroup/create_test.rb +303 -0
  56. data/test/functional/hostgroup/update_test.rb +303 -0
  57. data/test/functional/smart_variable_test.rb +150 -0
  58. data/test/unit/host_test.rb +0 -4
  59. data/test/unit/location_test.rb +1 -0
  60. data/test/unit/organization_test.rb +1 -0
  61. data/test/unit/realm_test.rb +87 -0
  62. data/test/unit/smart_class_parameter_test.rb +7 -0
  63. data/test/unit/smart_variable_test.rb +1 -1
  64. data/test/unit/usergroup_test.rb +2 -0
  65. metadata +13 -4
@@ -5,11 +5,11 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: hammer-cli-foreman 0.6.0\n"
8
+ "Project-Id-Version: hammer-cli-foreman 0.7.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2016-06-14 23:53+0200\n"
11
- "PO-Revision-Date: 2015-12-15 09:31+0000\n"
12
- "Last-Translator: Lukáš Zapletal\n"
10
+ "POT-Creation-Date: 2016-09-01 12:48+0200\n"
11
+ "PO-Revision-Date: 2016-03-08 17:55+0000\n"
12
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
13
13
  "Language-Team: Chinese (Taiwan) (http://www.transifex.com/foreman/foreman/lang"
14
14
  "uage/zh_TW/)\n"
15
15
  "MIME-Version: 1.0\n"
@@ -107,30 +107,35 @@ msgid "Manipulate smart proxies."
107
107
  msgstr "操作智慧協定。"
108
108
 
109
109
  #: ../lib/hammer_cli_foreman.rb:120
110
+ #, fuzzy
111
+ msgid "Manipulate realms."
112
+ msgstr "操作網域。"
113
+
114
+ #: ../lib/hammer_cli_foreman.rb:124
110
115
  msgid "Change server settings."
111
116
  msgstr ""
112
117
 
113
- #: ../lib/hammer_cli_foreman.rb:124
118
+ #: ../lib/hammer_cli_foreman.rb:128
114
119
  msgid "Manipulate subnets."
115
120
  msgstr "操作子網路。"
116
121
 
117
- #: ../lib/hammer_cli_foreman.rb:128
122
+ #: ../lib/hammer_cli_foreman.rb:132
118
123
  msgid "Manipulate config templates."
119
124
  msgstr "操作配置範本。"
120
125
 
121
- #: ../lib/hammer_cli_foreman.rb:132
126
+ #: ../lib/hammer_cli_foreman.rb:136
122
127
  msgid "Manipulate users."
123
128
  msgstr "操作使用者。"
124
129
 
125
- #: ../lib/hammer_cli_foreman.rb:136
130
+ #: ../lib/hammer_cli_foreman.rb:140
126
131
  msgid "Manage user groups."
127
132
  msgstr "管理使用者群組。"
128
133
 
129
- #: ../lib/hammer_cli_foreman/architecture.rb:10 ../lib/hammer_cli_foreman/auth_source_ldap.rb:13 ../lib/hammer_cli_foreman/compute_resource.rb:20 ../lib/hammer_cli_foreman/domain.rb:31 ../lib/hammer_cli_foreman/environment.rb:14 ../lib/hammer_cli_foreman/external_usergroup.rb:10 ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:72 ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:196 ../lib/hammer_cli_foreman/host.rb:227 ../lib/hammer_cli_foreman/hostgroup.rb:57 ../lib/hammer_cli_foreman/image.rb:29 ../lib/hammer_cli_foreman/interface.rb:23 ../lib/hammer_cli_foreman/interface.rb:43 ../lib/hammer_cli_foreman/location.rb:13 ../lib/hammer_cli_foreman/media.rb:9 ../lib/hammer_cli_foreman/model.rb:10 ../lib/hammer_cli_foreman/operating_system.rb:10 ../lib/hammer_cli_foreman/organization.rb:13 ../lib/hammer_cli_foreman/partition_table.rb:10 ../lib/hammer_cli_foreman/puppet_class.rb:13 ../lib/hammer_cli_foreman/report.rb:10 ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11 ../lib/hammer_cli_foreman/settings.rb:11 ../lib/hammer_cli_foreman/smart_class_parameter.rb:8 ../lib/hammer_cli_foreman/smart_class_parameter.rb:74 ../lib/hammer_cli_foreman/smart_proxy.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:8 ../lib/hammer_cli_foreman/smart_variable.rb:64 ../lib/hammer_cli_foreman/subnet.rb:10 ../lib/hammer_cli_foreman/template.rb:25 ../lib/hammer_cli_foreman/user.rb:10 ../lib/hammer_cli_foreman/usergroup.rb:11
134
+ #: ../lib/hammer_cli_foreman/architecture.rb:10 ../lib/hammer_cli_foreman/auth_source_ldap.rb:13 ../lib/hammer_cli_foreman/compute_resource.rb:20 ../lib/hammer_cli_foreman/domain.rb:31 ../lib/hammer_cli_foreman/environment.rb:14 ../lib/hammer_cli_foreman/external_usergroup.rb:10 ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:72 ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:191 ../lib/hammer_cli_foreman/host.rb:222 ../lib/hammer_cli_foreman/hostgroup.rb:57 ../lib/hammer_cli_foreman/image.rb:29 ../lib/hammer_cli_foreman/interface.rb:23 ../lib/hammer_cli_foreman/interface.rb:43 ../lib/hammer_cli_foreman/location.rb:13 ../lib/hammer_cli_foreman/media.rb:9 ../lib/hammer_cli_foreman/model.rb:10 ../lib/hammer_cli_foreman/operating_system.rb:10 ../lib/hammer_cli_foreman/organization.rb:13 ../lib/hammer_cli_foreman/partition_table.rb:10 ../lib/hammer_cli_foreman/puppet_class.rb:13 ../lib/hammer_cli_foreman/realm.rb:8 ../lib/hammer_cli_foreman/report.rb:10 ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11 ../lib/hammer_cli_foreman/settings.rb:11 ../lib/hammer_cli_foreman/smart_class_parameter.rb:8 ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_proxy.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:8 ../lib/hammer_cli_foreman/smart_variable.rb:66 ../lib/hammer_cli_foreman/subnet.rb:10 ../lib/hammer_cli_foreman/template.rb:25 ../lib/hammer_cli_foreman/user.rb:10 ../lib/hammer_cli_foreman/usergroup.rb:11
130
135
  msgid "Id"
131
136
  msgstr "ID"
132
137
 
133
- #: ../lib/hammer_cli_foreman/architecture.rb:11 ../lib/hammer_cli_foreman/auth_source_ldap.rb:14 ../lib/hammer_cli_foreman/common_parameter.rb:12 ../lib/hammer_cli_foreman/compute_resource.rb:21 ../lib/hammer_cli_foreman/domain.rb:32 ../lib/hammer_cli_foreman/environment.rb:15 ../lib/hammer_cli_foreman/external_usergroup.rb:11 ../lib/hammer_cli_foreman/external_usergroup.rb:42 ../lib/hammer_cli_foreman/filter.rb:73 ../lib/hammer_cli_foreman/filter.rb:90 ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:198 ../lib/hammer_cli_foreman/hostgroup.rb:58 ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70 ../lib/hammer_cli_foreman/location.rb:14 ../lib/hammer_cli_foreman/media.rb:10 ../lib/hammer_cli_foreman/model.rb:11 ../lib/hammer_cli_foreman/operating_system.rb:22 ../lib/hammer_cli_foreman/organization.rb:14 ../lib/hammer_cli_foreman/partition_table.rb:11 ../lib/hammer_cli_foreman/puppet_class.rb:14 ../lib/hammer_cli_foreman/role.rb:12 ../lib/hammer_cli_foreman/settings.rb:12 ../lib/hammer_cli_foreman/smart_proxy.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:10 ../lib/hammer_cli_foreman/subnet.rb:11 ../lib/hammer_cli_foreman/template.rb:26 ../lib/hammer_cli_foreman/template.rb:75 ../lib/hammer_cli_foreman/user.rb:12 ../lib/hammer_cli_foreman/usergroup.rb:12
138
+ #: ../lib/hammer_cli_foreman/architecture.rb:11 ../lib/hammer_cli_foreman/auth_source_ldap.rb:14 ../lib/hammer_cli_foreman/common_parameter.rb:12 ../lib/hammer_cli_foreman/compute_resource.rb:21 ../lib/hammer_cli_foreman/domain.rb:32 ../lib/hammer_cli_foreman/environment.rb:15 ../lib/hammer_cli_foreman/external_usergroup.rb:11 ../lib/hammer_cli_foreman/external_usergroup.rb:42 ../lib/hammer_cli_foreman/filter.rb:73 ../lib/hammer_cli_foreman/filter.rb:90 ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:193 ../lib/hammer_cli_foreman/hostgroup.rb:58 ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70 ../lib/hammer_cli_foreman/location.rb:14 ../lib/hammer_cli_foreman/media.rb:10 ../lib/hammer_cli_foreman/model.rb:11 ../lib/hammer_cli_foreman/operating_system.rb:22 ../lib/hammer_cli_foreman/organization.rb:14 ../lib/hammer_cli_foreman/partition_table.rb:11 ../lib/hammer_cli_foreman/puppet_class.rb:14 ../lib/hammer_cli_foreman/realm.rb:9 ../lib/hammer_cli_foreman/role.rb:12 ../lib/hammer_cli_foreman/settings.rb:12 ../lib/hammer_cli_foreman/smart_proxy.rb:12 ../lib/hammer_cli_foreman/subnet.rb:11 ../lib/hammer_cli_foreman/template.rb:26 ../lib/hammer_cli_foreman/template.rb:75 ../lib/hammer_cli_foreman/user.rb:12 ../lib/hammer_cli_foreman/usergroup.rb:12
134
139
  msgid "Name"
135
140
  msgstr "名稱"
136
141
 
@@ -176,8 +181,9 @@ msgid "Disassociate a hostgroup"
176
181
  msgstr "解除主機群組的相聯性"
177
182
 
178
183
  #: ../lib/hammer_cli_foreman/associating_commands.rb:51
184
+ #, fuzzy
179
185
  msgid "The hostgroup has been disassociated"
180
- msgstr ""
186
+ msgstr "架構的相聯性已解除"
181
187
 
182
188
  #: ../lib/hammer_cli_foreman/associating_commands.rb:52
183
189
  #, fuzzy
@@ -228,8 +234,9 @@ msgid "Disassociate a domain"
228
234
  msgstr "解除網域的相聯性"
229
235
 
230
236
  #: ../lib/hammer_cli_foreman/associating_commands.rb:91
237
+ #, fuzzy
231
238
  msgid "The domain has been disassociated"
232
- msgstr ""
239
+ msgstr "架構的相聯性已解除"
233
240
 
234
241
  #: ../lib/hammer_cli_foreman/associating_commands.rb:92
235
242
  #, fuzzy
@@ -327,8 +334,9 @@ msgid "The smart proxy has been associated"
327
334
  msgstr ""
328
335
 
329
336
  #: ../lib/hammer_cli_foreman/associating_commands.rb:164
337
+ #, fuzzy
330
338
  msgid "Could not associate the smart proxy"
331
- msgstr ""
339
+ msgstr "無法為架構建立相聯性"
332
340
 
333
341
  #: ../lib/hammer_cli_foreman/associating_commands.rb:173
334
342
  msgid "Disassociate a smart proxy"
@@ -339,8 +347,9 @@ msgid "The smart proxy has been disassociated"
339
347
  msgstr ""
340
348
 
341
349
  #: ../lib/hammer_cli_foreman/associating_commands.rb:176
350
+ #, fuzzy
342
351
  msgid "Could not disassociate the smart proxy"
343
- msgstr ""
352
+ msgstr "無法解除架構的相聯性"
344
353
 
345
354
  #: ../lib/hammer_cli_foreman/associating_commands.rb:189
346
355
  msgid "Associate an user"
@@ -399,8 +408,9 @@ msgid "The configuration template has been associated"
399
408
  msgstr ""
400
409
 
401
410
  #: ../lib/hammer_cli_foreman/associating_commands.rb:236
411
+ #, fuzzy
402
412
  msgid "Could not associate the configuration template"
403
- msgstr ""
413
+ msgstr "解除配置範本的相聯性"
404
414
 
405
415
  #: ../lib/hammer_cli_foreman/associating_commands.rb:241
406
416
  msgid "Disassociate a configuration template"
@@ -411,8 +421,9 @@ msgid "The configuration template has been disassociated"
411
421
  msgstr ""
412
422
 
413
423
  #: ../lib/hammer_cli_foreman/associating_commands.rb:244
424
+ #, fuzzy
414
425
  msgid "Could not disassociate the configuration template"
415
- msgstr ""
426
+ msgstr "無法解除分割表的相聯性"
416
427
 
417
428
  #: ../lib/hammer_cli_foreman/associating_commands.rb:253
418
429
  msgid "Associate an organization"
@@ -536,6 +547,35 @@ msgstr "已移除使用者角色"
536
547
  msgid "Could not remove the user role"
537
548
  msgstr "無法移除使用者角色"
538
549
 
550
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:357
551
+ #, fuzzy
552
+ msgid "Associate a location"
553
+ msgstr "為網域建立相聯性"
554
+
555
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:359
556
+ msgid "The location has been associated"
557
+ msgstr ""
558
+
559
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:360
560
+ #, fuzzy
561
+ msgid "Could not associate the location"
562
+ msgstr "無法建立位置"
563
+
564
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:365
565
+ #, fuzzy
566
+ msgid "Disassociate a location"
567
+ msgstr "解除網域的相聯性"
568
+
569
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:367
570
+ #, fuzzy
571
+ msgid "The location has been disassociated"
572
+ msgstr "架構的相聯性已解除"
573
+
574
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:368
575
+ #, fuzzy
576
+ msgid "Could not disassociate the location"
577
+ msgstr "無法解除架構的相聯性"
578
+
539
579
  #: ../lib/hammer_cli_foreman/auth.rb:7
540
580
  msgid "Set credentials"
541
581
  msgstr "設定認證"
@@ -671,14 +711,15 @@ msgid "Disassociate a resource"
671
711
  msgstr "解除資源的相聯"
672
712
 
673
713
  #: ../lib/hammer_cli_foreman/commands.rb:571
714
+ #, fuzzy
674
715
  msgid "Could not disassociate the %{resource_name}"
675
- msgstr ""
716
+ msgstr "無法解除架構的相聯性"
676
717
 
677
718
  #: ../lib/hammer_cli_foreman/commands.rb:575
678
719
  msgid "The %{resource_name} has been disassociated"
679
720
  msgstr ""
680
721
 
681
- #: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:323 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_variable.rb:66
722
+ #: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:318 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:77 ../lib/hammer_cli_foreman/smart_variable.rb:68
682
723
  msgid "Value"
683
724
  msgstr "值"
684
725
 
@@ -718,7 +759,7 @@ msgstr "操作全域參數。"
718
759
  msgid "Provider"
719
760
  msgstr "供應方"
720
761
 
721
- #: ../lib/hammer_cli_foreman/compute_resource.rb:34 ../lib/hammer_cli_foreman/compute_resource.rb:40 ../lib/hammer_cli_foreman/host.rb:197 ../lib/hammer_cli_foreman/image.rb:33 ../lib/hammer_cli_foreman/image.rb:71
762
+ #: ../lib/hammer_cli_foreman/compute_resource.rb:34 ../lib/hammer_cli_foreman/compute_resource.rb:40 ../lib/hammer_cli_foreman/host.rb:192 ../lib/hammer_cli_foreman/image.rb:33 ../lib/hammer_cli_foreman/image.rb:71
722
763
  msgid "UUID"
723
764
  msgstr "UUID"
724
765
 
@@ -738,7 +779,7 @@ msgstr "租用戶"
738
779
  msgid "Url"
739
780
  msgstr "URL"
740
781
 
741
- #: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:51
782
+ #: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/location.rb:15 ../lib/hammer_cli_foreman/organization.rb:15 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:53
742
783
  msgid "Description"
743
784
  msgstr "描述"
744
785
 
@@ -883,8 +924,9 @@ msgid "Update your server url configuration"
883
924
  msgstr ""
884
925
 
885
926
  #: ../lib/hammer_cli_foreman/exception_handler.rb:33
927
+ #, fuzzy
886
928
  msgid "you can set 'follow_redirects' to one of :default or :always to enable redirects following"
887
- msgstr ""
929
+ msgstr "default"
888
930
 
889
931
  #: ../lib/hammer_cli_foreman/exception_handler.rb:54
890
932
  msgid "Forbidden - server refused to process the request"
@@ -942,7 +984,7 @@ msgstr "無法刪除外部使用者群組"
942
984
  msgid "Host"
943
985
  msgstr "主機"
944
986
 
945
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:322
987
+ #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:317
946
988
  msgid "Fact"
947
989
  msgstr "詳情"
948
990
 
@@ -1028,285 +1070,285 @@ msgstr "介面參數。"
1028
1070
 
1029
1071
  #: ../lib/hammer_cli_foreman/host.rb:64
1030
1072
  msgid "Enter the root password for the host:"
1031
- msgstr ""
1073
+ msgstr "輸入主機的 root 密碼:"
1032
1074
 
1033
- #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:237 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
1075
+ #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:232 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
1034
1076
  msgid "Operating System"
1035
1077
  msgstr "作業系統"
1036
1078
 
1037
- #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:201
1079
+ #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:196
1038
1080
  msgid "Host Group"
1039
1081
  msgstr "主機群組"
1040
1082
 
1041
- #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:214
1083
+ #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:209
1042
1084
  msgid "IP"
1043
1085
  msgstr "IP"
1044
1086
 
1045
- #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:215
1087
+ #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:210
1046
1088
  msgid "MAC"
1047
1089
  msgstr "MAC"
1048
1090
 
1049
1091
  #: ../lib/hammer_cli_foreman/host.rb:174
1050
1092
  msgid "Bare Metal"
1051
- msgstr ""
1093
+ msgstr "裸機"
1052
1094
 
1053
- #: ../lib/hammer_cli_foreman/host.rb:199
1095
+ #: ../lib/hammer_cli_foreman/host.rb:194
1054
1096
  msgid "Organization"
1055
- msgstr ""
1097
+ msgstr "團體"
1056
1098
 
1057
- #: ../lib/hammer_cli_foreman/host.rb:200
1099
+ #: ../lib/hammer_cli_foreman/host.rb:195
1058
1100
  msgid "Location"
1059
- msgstr ""
1101
+ msgstr "位置"
1060
1102
 
1061
- #: ../lib/hammer_cli_foreman/host.rb:202
1103
+ #: ../lib/hammer_cli_foreman/host.rb:197
1062
1104
  msgid "Compute Resource"
1063
1105
  msgstr "運算資源"
1064
1106
 
1065
- #: ../lib/hammer_cli_foreman/host.rb:203
1107
+ #: ../lib/hammer_cli_foreman/host.rb:198
1066
1108
  msgid "Compute Profile"
1067
- msgstr ""
1109
+ msgstr "運算設定檔"
1068
1110
 
1069
- #: ../lib/hammer_cli_foreman/host.rb:204 ../lib/hammer_cli_foreman/hostgroup.rb:61
1111
+ #: ../lib/hammer_cli_foreman/host.rb:199 ../lib/hammer_cli_foreman/hostgroup.rb:61
1070
1112
  msgid "Environment"
1071
1113
  msgstr "環境"
1072
1114
 
1073
- #: ../lib/hammer_cli_foreman/host.rb:205
1115
+ #: ../lib/hammer_cli_foreman/host.rb:200
1074
1116
  msgid "Puppet CA Id"
1075
1117
  msgstr ""
1076
1118
 
1077
- #: ../lib/hammer_cli_foreman/host.rb:206
1119
+ #: ../lib/hammer_cli_foreman/host.rb:201
1078
1120
  msgid "Puppet Master Id"
1079
1121
  msgstr ""
1080
1122
 
1081
- #: ../lib/hammer_cli_foreman/host.rb:207
1123
+ #: ../lib/hammer_cli_foreman/host.rb:202
1082
1124
  msgid "Cert name"
1083
1125
  msgstr "憑證名稱"
1084
1126
 
1085
- #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/interface.rb:51
1127
+ #: ../lib/hammer_cli_foreman/host.rb:203 ../lib/hammer_cli_foreman/interface.rb:51
1086
1128
  msgid "Managed"
1087
1129
  msgstr "已管理"
1088
1130
 
1089
- #: ../lib/hammer_cli_foreman/host.rb:210
1131
+ #: ../lib/hammer_cli_foreman/host.rb:205
1090
1132
  msgid "Installed at"
1091
1133
  msgstr "安裝於"
1092
1134
 
1093
- #: ../lib/hammer_cli_foreman/host.rb:211 ../lib/hammer_cli_foreman/report.rb:12
1135
+ #: ../lib/hammer_cli_foreman/host.rb:206 ../lib/hammer_cli_foreman/report.rb:12
1094
1136
  msgid "Last report"
1095
1137
  msgstr "最後一份報告"
1096
1138
 
1097
- #: ../lib/hammer_cli_foreman/host.rb:213 ../lib/hammer_cli_foreman/subnet.rb:12
1139
+ #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/subnet.rb:12
1098
1140
  msgid "Network"
1099
1141
  msgstr "網路"
1100
1142
 
1101
- #: ../lib/hammer_cli_foreman/host.rb:216 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1143
+ #: ../lib/hammer_cli_foreman/host.rb:211 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1102
1144
  msgid "Subnet"
1103
1145
  msgstr "子網路"
1104
1146
 
1105
- #: ../lib/hammer_cli_foreman/host.rb:217 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1147
+ #: ../lib/hammer_cli_foreman/host.rb:212 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1106
1148
  msgid "Domain"
1107
1149
  msgstr "網域"
1108
1150
 
1109
- #: ../lib/hammer_cli_foreman/host.rb:218
1151
+ #: ../lib/hammer_cli_foreman/host.rb:213
1110
1152
  msgid "Service provider"
1111
1153
  msgstr ""
1112
1154
 
1113
- #: ../lib/hammer_cli_foreman/host.rb:219
1155
+ #: ../lib/hammer_cli_foreman/host.rb:214
1114
1156
  msgid "SP Name"
1115
1157
  msgstr "SP 名稱"
1116
1158
 
1117
- #: ../lib/hammer_cli_foreman/host.rb:220
1159
+ #: ../lib/hammer_cli_foreman/host.rb:215
1118
1160
  msgid "SP IP"
1119
1161
  msgstr "SP IP"
1120
1162
 
1121
- #: ../lib/hammer_cli_foreman/host.rb:221
1163
+ #: ../lib/hammer_cli_foreman/host.rb:216
1122
1164
  msgid "SP MAC"
1123
1165
  msgstr "SP MAC"
1124
1166
 
1125
- #: ../lib/hammer_cli_foreman/host.rb:222
1167
+ #: ../lib/hammer_cli_foreman/host.rb:217
1126
1168
  msgid "SP Subnet"
1127
1169
  msgstr "SP 子網路"
1128
1170
 
1129
- #: ../lib/hammer_cli_foreman/host.rb:226
1171
+ #: ../lib/hammer_cli_foreman/host.rb:221
1130
1172
  msgid "Network interfaces"
1131
- msgstr ""
1173
+ msgstr "網路介面卡"
1132
1174
 
1133
- #: ../lib/hammer_cli_foreman/host.rb:228 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1175
+ #: ../lib/hammer_cli_foreman/host.rb:223 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1134
1176
  msgid "Identifier"
1135
- msgstr ""
1177
+ msgstr "辨識碼"
1136
1178
 
1137
- #: ../lib/hammer_cli_foreman/host.rb:229 ../lib/hammer_cli_foreman/interface.rb:25 ../lib/hammer_cli_foreman/interface.rb:45 ../lib/hammer_cli_foreman/smart_class_parameter.rb:60 ../lib/hammer_cli_foreman/smart_class_parameter.rb:65 ../lib/hammer_cli_foreman/smart_variable.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:55 ../lib/hammer_cli_foreman/template.rb:27
1179
+ #: ../lib/hammer_cli_foreman/host.rb:224 ../lib/hammer_cli_foreman/interface.rb:25 ../lib/hammer_cli_foreman/interface.rb:45 ../lib/hammer_cli_foreman/smart_class_parameter.rb:60 ../lib/hammer_cli_foreman/smart_class_parameter.rb:66 ../lib/hammer_cli_foreman/smart_variable.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:57 ../lib/hammer_cli_foreman/template.rb:27
1138
1180
  msgid "Type"
1139
1181
  msgstr "類型"
1140
1182
 
1141
- #: ../lib/hammer_cli_foreman/host.rb:230 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1183
+ #: ../lib/hammer_cli_foreman/host.rb:225 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1142
1184
  msgid "MAC address"
1143
- msgstr ""
1185
+ msgstr "MAC 位址"
1144
1186
 
1145
- #: ../lib/hammer_cli_foreman/host.rb:231 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1187
+ #: ../lib/hammer_cli_foreman/host.rb:226 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1146
1188
  msgid "IP address"
1147
- msgstr ""
1189
+ msgstr "IP 位址"
1148
1190
 
1149
- #: ../lib/hammer_cli_foreman/host.rb:232
1191
+ #: ../lib/hammer_cli_foreman/host.rb:227
1150
1192
  msgid "FQDN"
1151
1193
  msgstr ""
1152
1194
 
1153
- #: ../lib/hammer_cli_foreman/host.rb:235
1195
+ #: ../lib/hammer_cli_foreman/host.rb:230
1154
1196
  msgid "Operating system"
1155
- msgstr ""
1197
+ msgstr "作業系統"
1156
1198
 
1157
- #: ../lib/hammer_cli_foreman/host.rb:236 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1199
+ #: ../lib/hammer_cli_foreman/host.rb:231 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1158
1200
  msgid "Architecture"
1159
1201
  msgstr "架構"
1160
1202
 
1161
- #: ../lib/hammer_cli_foreman/host.rb:240
1203
+ #: ../lib/hammer_cli_foreman/host.rb:235
1162
1204
  msgid "Build"
1163
1205
  msgstr "組建"
1164
1206
 
1165
- #: ../lib/hammer_cli_foreman/host.rb:241 ../lib/hammer_cli_foreman/hostgroup.rb:77
1207
+ #: ../lib/hammer_cli_foreman/host.rb:236 ../lib/hammer_cli_foreman/hostgroup.rb:77
1166
1208
  msgid "Medium"
1167
1209
  msgstr "媒介"
1168
1210
 
1169
- #: ../lib/hammer_cli_foreman/host.rb:242 ../lib/hammer_cli_foreman/hostgroup.rb:76
1211
+ #: ../lib/hammer_cli_foreman/host.rb:237 ../lib/hammer_cli_foreman/hostgroup.rb:76
1170
1212
  msgid "Partition Table"
1171
1213
  msgstr "分割表"
1172
1214
 
1173
- #: ../lib/hammer_cli_foreman/host.rb:243
1215
+ #: ../lib/hammer_cli_foreman/host.rb:238
1174
1216
  msgid "Custom partition table"
1175
1217
  msgstr ""
1176
1218
 
1177
- #: ../lib/hammer_cli_foreman/host.rb:246
1219
+ #: ../lib/hammer_cli_foreman/host.rb:241
1178
1220
  msgid "Image"
1179
1221
  msgstr "映像檔"
1180
1222
 
1181
- #: ../lib/hammer_cli_foreman/host.rb:247
1223
+ #: ../lib/hammer_cli_foreman/host.rb:242
1182
1224
  msgid "Image file"
1183
1225
  msgstr "映像檔"
1184
1226
 
1185
- #: ../lib/hammer_cli_foreman/host.rb:248
1227
+ #: ../lib/hammer_cli_foreman/host.rb:243
1186
1228
  msgid "Use image"
1187
1229
  msgstr "使用映像檔"
1188
1230
 
1189
- #: ../lib/hammer_cli_foreman/host.rb:254
1231
+ #: ../lib/hammer_cli_foreman/host.rb:249
1190
1232
  msgid "Additional info"
1191
- msgstr ""
1233
+ msgstr "額外資訊"
1192
1234
 
1193
- #: ../lib/hammer_cli_foreman/host.rb:255
1235
+ #: ../lib/hammer_cli_foreman/host.rb:250
1194
1236
  msgid "Owner Id"
1195
1237
  msgstr "擁有者 ID"
1196
1238
 
1197
- #: ../lib/hammer_cli_foreman/host.rb:256
1239
+ #: ../lib/hammer_cli_foreman/host.rb:251
1198
1240
  msgid "Owner Type"
1199
1241
  msgstr "擁有者類型"
1200
1242
 
1201
- #: ../lib/hammer_cli_foreman/host.rb:257
1243
+ #: ../lib/hammer_cli_foreman/host.rb:252
1202
1244
  msgid "Enabled"
1203
1245
  msgstr "已啟用"
1204
1246
 
1205
- #: ../lib/hammer_cli_foreman/host.rb:258 ../lib/hammer_cli_foreman/hostgroup.rb:62
1247
+ #: ../lib/hammer_cli_foreman/host.rb:253 ../lib/hammer_cli_foreman/hostgroup.rb:62
1206
1248
  msgid "Model"
1207
1249
  msgstr "型號"
1208
1250
 
1209
- #: ../lib/hammer_cli_foreman/host.rb:259
1251
+ #: ../lib/hammer_cli_foreman/host.rb:254
1210
1252
  msgid "Comment"
1211
1253
  msgstr "備註"
1212
1254
 
1213
- #: ../lib/hammer_cli_foreman/host.rb:272
1255
+ #: ../lib/hammer_cli_foreman/host.rb:267
1214
1256
  msgid "Status"
1215
1257
  msgstr "狀態"
1216
1258
 
1217
- #: ../lib/hammer_cli_foreman/host.rb:273
1259
+ #: ../lib/hammer_cli_foreman/host.rb:268
1218
1260
  msgid "Power"
1219
1261
  msgstr "電源"
1220
1262
 
1221
- #: ../lib/hammer_cli_foreman/host.rb:309
1263
+ #: ../lib/hammer_cli_foreman/host.rb:304
1222
1264
  msgid "Puppet run triggered"
1223
1265
  msgstr "已啟動 Puppet run"
1224
1266
 
1225
- #: ../lib/hammer_cli_foreman/host.rb:362
1267
+ #: ../lib/hammer_cli_foreman/host.rb:357
1226
1268
  msgid "Host created"
1227
1269
  msgstr "已建立主機"
1228
1270
 
1229
- #: ../lib/hammer_cli_foreman/host.rb:363
1271
+ #: ../lib/hammer_cli_foreman/host.rb:358
1230
1272
  msgid "Could not create the host"
1231
1273
  msgstr "無法建立主機"
1232
1274
 
1233
- #: ../lib/hammer_cli_foreman/host.rb:380
1275
+ #: ../lib/hammer_cli_foreman/host.rb:375
1234
1276
  msgid "Host updated"
1235
1277
  msgstr "已更新主機"
1236
1278
 
1237
- #: ../lib/hammer_cli_foreman/host.rb:381
1279
+ #: ../lib/hammer_cli_foreman/host.rb:376
1238
1280
  msgid "Could not update the host"
1239
1281
  msgstr "無法更新主機"
1240
1282
 
1241
- #: ../lib/hammer_cli_foreman/host.rb:388
1283
+ #: ../lib/hammer_cli_foreman/host.rb:383
1242
1284
  msgid "Host deleted"
1243
1285
  msgstr "已刪除主機"
1244
1286
 
1245
- #: ../lib/hammer_cli_foreman/host.rb:389
1287
+ #: ../lib/hammer_cli_foreman/host.rb:384
1246
1288
  msgid "Could not delete the host"
1247
1289
  msgstr "無法刪除主機"
1248
1290
 
1249
- #: ../lib/hammer_cli_foreman/host.rb:396
1291
+ #: ../lib/hammer_cli_foreman/host.rb:391
1250
1292
  msgid "Create or update parameter for a host."
1251
1293
  msgstr "建立或更新主機參數。"
1252
1294
 
1253
- #: ../lib/hammer_cli_foreman/host.rb:398
1295
+ #: ../lib/hammer_cli_foreman/host.rb:393
1254
1296
  msgid "Host parameter updated"
1255
1297
  msgstr "已更新主機參數"
1256
1298
 
1257
- #: ../lib/hammer_cli_foreman/host.rb:399
1299
+ #: ../lib/hammer_cli_foreman/host.rb:394
1258
1300
  msgid "New host parameter created"
1259
1301
  msgstr "已建立新的主機參數"
1260
1302
 
1261
- #: ../lib/hammer_cli_foreman/host.rb:400
1303
+ #: ../lib/hammer_cli_foreman/host.rb:395
1262
1304
  msgid "Could not set host parameter"
1263
1305
  msgstr "無法設置主機參數"
1264
1306
 
1265
- #: ../lib/hammer_cli_foreman/host.rb:412
1307
+ #: ../lib/hammer_cli_foreman/host.rb:407
1266
1308
  msgid "Delete parameter for a host."
1267
1309
  msgstr "刪除主機的參數。"
1268
1310
 
1269
- #: ../lib/hammer_cli_foreman/host.rb:414
1311
+ #: ../lib/hammer_cli_foreman/host.rb:409
1270
1312
  msgid "Host parameter deleted"
1271
1313
  msgstr "已刪除主機參數"
1272
1314
 
1273
- #: ../lib/hammer_cli_foreman/host.rb:429
1315
+ #: ../lib/hammer_cli_foreman/host.rb:424
1274
1316
  msgid "Power a host on"
1275
1317
  msgstr "啟動主機電源"
1276
1318
 
1277
- #: ../lib/hammer_cli_foreman/host.rb:430
1319
+ #: ../lib/hammer_cli_foreman/host.rb:425
1278
1320
  msgid "The host is starting."
1279
1321
  msgstr "主機正在啟動。"
1280
1322
 
1281
- #: ../lib/hammer_cli_foreman/host.rb:447
1323
+ #: ../lib/hammer_cli_foreman/host.rb:442
1282
1324
  msgid "Force turning off a host"
1283
1325
  msgstr "強制關閉主機"
1284
1326
 
1285
- #: ../lib/hammer_cli_foreman/host.rb:452
1327
+ #: ../lib/hammer_cli_foreman/host.rb:447
1286
1328
  msgid "Power a host off"
1287
1329
  msgstr "關閉主機電源"
1288
1330
 
1289
- #: ../lib/hammer_cli_foreman/host.rb:464
1331
+ #: ../lib/hammer_cli_foreman/host.rb:459
1290
1332
  msgid "Power off forced."
1291
1333
  msgstr "強制關閉電源。"
1292
1334
 
1293
- #: ../lib/hammer_cli_foreman/host.rb:466
1335
+ #: ../lib/hammer_cli_foreman/host.rb:461
1294
1336
  msgid "Powering the host off."
1295
1337
  msgstr "關閉主機電源。"
1296
1338
 
1297
- #: ../lib/hammer_cli_foreman/host.rb:483
1339
+ #: ../lib/hammer_cli_foreman/host.rb:478
1298
1340
  msgid "Reboot a host"
1299
1341
  msgstr "重新啟動主機"
1300
1342
 
1301
- #: ../lib/hammer_cli_foreman/host.rb:484
1343
+ #: ../lib/hammer_cli_foreman/host.rb:479
1302
1344
  msgid "Host reboot started."
1303
1345
  msgstr "已開始重新啟動主機。"
1304
1346
 
1305
- #: ../lib/hammer_cli_foreman/host.rb:520
1347
+ #: ../lib/hammer_cli_foreman/host.rb:515
1306
1348
  msgid "Rebuild orchestration related configurations for host"
1307
1349
  msgstr ""
1308
1350
 
1309
- #: ../lib/hammer_cli_foreman/host.rb:521
1351
+ #: ../lib/hammer_cli_foreman/host.rb:516
1310
1352
  msgid "Configuration successfully rebuilt."
1311
1353
  msgstr ""
1312
1354
 
@@ -1490,7 +1532,7 @@ msgstr "常見的參數名稱"
1490
1532
  msgid "Smart class parameter name"
1491
1533
  msgstr "智慧類別參數名稱"
1492
1534
 
1493
- #: ../lib/hammer_cli_foreman/id_resolver.rb:63
1535
+ #: ../lib/hammer_cli_foreman/id_resolver.rb:63 ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
1494
1536
  msgid "Smart variable name"
1495
1537
  msgstr ""
1496
1538
 
@@ -1568,23 +1610,23 @@ msgstr ""
1568
1610
 
1569
1611
  #: ../lib/hammer_cli_foreman/interface.rb:28 ../lib/hammer_cli_foreman/interface.rb:48
1570
1612
  msgid "DNS name"
1571
- msgstr ""
1613
+ msgstr "DNS 名稱"
1572
1614
 
1573
1615
  #: ../lib/hammer_cli_foreman/interface.rb:52
1574
1616
  msgid "Primary"
1575
- msgstr ""
1617
+ msgstr "主要"
1576
1618
 
1577
1619
  #: ../lib/hammer_cli_foreman/interface.rb:53
1578
1620
  msgid "Provision"
1579
- msgstr ""
1621
+ msgstr "佈建"
1580
1622
 
1581
1623
  #: ../lib/hammer_cli_foreman/interface.rb:54
1582
1624
  msgid "Virtual"
1583
- msgstr ""
1625
+ msgstr "虛擬"
1584
1626
 
1585
1627
  #: ../lib/hammer_cli_foreman/interface.rb:55
1586
1628
  msgid "Tag"
1587
- msgstr ""
1629
+ msgstr "標籤"
1588
1630
 
1589
1631
  #: ../lib/hammer_cli_foreman/interface.rb:56
1590
1632
  msgid "Attached to"
@@ -1592,15 +1634,15 @@ msgstr ""
1592
1634
 
1593
1635
  #: ../lib/hammer_cli_foreman/interface.rb:58
1594
1636
  msgid "BMC"
1595
- msgstr ""
1637
+ msgstr "BMC"
1596
1638
 
1597
1639
  #: ../lib/hammer_cli_foreman/interface.rb:63
1598
1640
  msgid "Bond"
1599
- msgstr ""
1641
+ msgstr "綁定"
1600
1642
 
1601
1643
  #: ../lib/hammer_cli_foreman/interface.rb:64
1602
1644
  msgid "Mode"
1603
- msgstr ""
1645
+ msgstr "模式"
1604
1646
 
1605
1647
  #: ../lib/hammer_cli_foreman/interface.rb:65
1606
1648
  msgid "Attached devices"
@@ -1646,68 +1688,67 @@ msgstr ""
1646
1688
  msgid "Could not delete the interface"
1647
1689
  msgstr ""
1648
1690
 
1649
- #: ../lib/hammer_cli_foreman/location.rb:24 ../lib/hammer_cli_foreman/location.rb:63 ../lib/hammer_cli_foreman/location.rb:75
1691
+ #: ../lib/hammer_cli_foreman/location.rb:25 ../lib/hammer_cli_foreman/location.rb:64 ../lib/hammer_cli_foreman/location.rb:76
1650
1692
  msgid "Location numeric id to search by"
1651
1693
  msgstr "欲使用來進行搜尋的位置數字 ID"
1652
1694
 
1653
- #: ../lib/hammer_cli_foreman/location.rb:27 ../lib/hammer_cli_foreman/organization.rb:27
1654
- #, fuzzy
1695
+ #: ../lib/hammer_cli_foreman/location.rb:28 ../lib/hammer_cli_foreman/organization.rb:28
1655
1696
  msgid "Parent"
1656
- msgstr "父 ID"
1697
+ msgstr ""
1657
1698
 
1658
- #: ../lib/hammer_cli_foreman/location.rb:38 ../lib/hammer_cli_foreman/references.rb:18
1699
+ #: ../lib/hammer_cli_foreman/location.rb:39 ../lib/hammer_cli_foreman/references.rb:18
1659
1700
  msgid "Organizations"
1660
1701
  msgstr "組織"
1661
1702
 
1662
- #: ../lib/hammer_cli_foreman/location.rb:53
1703
+ #: ../lib/hammer_cli_foreman/location.rb:54
1663
1704
  msgid "Location created"
1664
1705
  msgstr "位置已建立"
1665
1706
 
1666
- #: ../lib/hammer_cli_foreman/location.rb:54
1707
+ #: ../lib/hammer_cli_foreman/location.rb:55
1667
1708
  msgid "Could not create the location"
1668
1709
  msgstr "無法建立位置"
1669
1710
 
1670
- #: ../lib/hammer_cli_foreman/location.rb:65
1711
+ #: ../lib/hammer_cli_foreman/location.rb:66
1671
1712
  msgid "Location updated"
1672
1713
  msgstr "位置已更新"
1673
1714
 
1674
- #: ../lib/hammer_cli_foreman/location.rb:66
1715
+ #: ../lib/hammer_cli_foreman/location.rb:67
1675
1716
  msgid "Could not update the location"
1676
1717
  msgstr "無法更新位置"
1677
1718
 
1678
- #: ../lib/hammer_cli_foreman/location.rb:77
1719
+ #: ../lib/hammer_cli_foreman/location.rb:78
1679
1720
  msgid "Location deleted"
1680
1721
  msgstr "位置已刪除"
1681
1722
 
1682
- #: ../lib/hammer_cli_foreman/location.rb:78
1723
+ #: ../lib/hammer_cli_foreman/location.rb:79
1683
1724
  msgid "Could not delete the location"
1684
1725
  msgstr "無法刪除位置"
1685
1726
 
1686
- #: ../lib/hammer_cli_foreman/location.rb:87
1727
+ #: ../lib/hammer_cli_foreman/location.rb:88
1687
1728
  msgid "Create or update parameter for a location."
1688
1729
  msgstr ""
1689
1730
 
1690
- #: ../lib/hammer_cli_foreman/location.rb:89 ../lib/hammer_cli_foreman/organization.rb:90
1731
+ #: ../lib/hammer_cli_foreman/location.rb:90 ../lib/hammer_cli_foreman/organization.rb:91
1691
1732
  msgid "Parameter [%{name}] updated to value [%{value}]"
1692
1733
  msgstr ""
1693
1734
 
1694
- #: ../lib/hammer_cli_foreman/location.rb:90 ../lib/hammer_cli_foreman/organization.rb:91
1735
+ #: ../lib/hammer_cli_foreman/location.rb:91 ../lib/hammer_cli_foreman/organization.rb:92
1695
1736
  msgid "Parameter [%{name}] created with value [%{value}]"
1696
1737
  msgstr ""
1697
1738
 
1698
- #: ../lib/hammer_cli_foreman/location.rb:91
1739
+ #: ../lib/hammer_cli_foreman/location.rb:92
1699
1740
  msgid "Could not set location parameter"
1700
1741
  msgstr ""
1701
1742
 
1702
- #: ../lib/hammer_cli_foreman/location.rb:98
1743
+ #: ../lib/hammer_cli_foreman/location.rb:99
1703
1744
  msgid "Delete parameter for a location."
1704
1745
  msgstr ""
1705
1746
 
1706
- #: ../lib/hammer_cli_foreman/location.rb:100 ../lib/hammer_cli_foreman/organization.rb:101
1747
+ #: ../lib/hammer_cli_foreman/location.rb:101 ../lib/hammer_cli_foreman/organization.rb:102
1707
1748
  msgid "Parameter [%{name}] deleted"
1708
1749
  msgstr ""
1709
1750
 
1710
- #: ../lib/hammer_cli_foreman/location.rb:101
1751
+ #: ../lib/hammer_cli_foreman/location.rb:102
1711
1752
  msgid "Could not delete location parameter"
1712
1753
  msgstr ""
1713
1754
 
@@ -1887,47 +1928,47 @@ msgstr "無法刪除預設範本"
1887
1928
  msgid "Default template of type %s not found"
1888
1929
  msgstr "找不到類型為 %s 的預設範本"
1889
1930
 
1890
- #: ../lib/hammer_cli_foreman/organization.rb:38 ../lib/hammer_cli_foreman/references.rb:15
1931
+ #: ../lib/hammer_cli_foreman/organization.rb:39 ../lib/hammer_cli_foreman/references.rb:15
1891
1932
  msgid "Locations"
1892
1933
  msgstr "位置"
1893
1934
 
1894
- #: ../lib/hammer_cli_foreman/organization.rb:54
1935
+ #: ../lib/hammer_cli_foreman/organization.rb:55
1895
1936
  msgid "Organization created"
1896
1937
  msgstr "已建立組織"
1897
1938
 
1898
- #: ../lib/hammer_cli_foreman/organization.rb:55
1939
+ #: ../lib/hammer_cli_foreman/organization.rb:56
1899
1940
  msgid "Could not create the organization"
1900
1941
  msgstr "無法建立組織"
1901
1942
 
1902
- #: ../lib/hammer_cli_foreman/organization.rb:66
1943
+ #: ../lib/hammer_cli_foreman/organization.rb:67
1903
1944
  msgid "Organization updated"
1904
1945
  msgstr "組織已更新"
1905
1946
 
1906
- #: ../lib/hammer_cli_foreman/organization.rb:67
1947
+ #: ../lib/hammer_cli_foreman/organization.rb:68
1907
1948
  msgid "Could not update the organization"
1908
1949
  msgstr "無法更新組織"
1909
1950
 
1910
- #: ../lib/hammer_cli_foreman/organization.rb:78
1951
+ #: ../lib/hammer_cli_foreman/organization.rb:79
1911
1952
  msgid "Organization deleted"
1912
1953
  msgstr "已刪除組織"
1913
1954
 
1914
- #: ../lib/hammer_cli_foreman/organization.rb:79
1955
+ #: ../lib/hammer_cli_foreman/organization.rb:80
1915
1956
  msgid "Could not delete the organization"
1916
1957
  msgstr "無法刪除組織"
1917
1958
 
1918
- #: ../lib/hammer_cli_foreman/organization.rb:88
1959
+ #: ../lib/hammer_cli_foreman/organization.rb:89
1919
1960
  msgid "Create or update parameter for an organization."
1920
1961
  msgstr ""
1921
1962
 
1922
- #: ../lib/hammer_cli_foreman/organization.rb:92
1963
+ #: ../lib/hammer_cli_foreman/organization.rb:93
1923
1964
  msgid "Could not set organization parameter"
1924
1965
  msgstr ""
1925
1966
 
1926
- #: ../lib/hammer_cli_foreman/organization.rb:99
1967
+ #: ../lib/hammer_cli_foreman/organization.rb:100
1927
1968
  msgid "Delete parameter for an organization."
1928
1969
  msgstr ""
1929
1970
 
1930
- #: ../lib/hammer_cli_foreman/organization.rb:102
1971
+ #: ../lib/hammer_cli_foreman/organization.rb:103
1931
1972
  msgid "Could not delete organization parameter"
1932
1973
  msgstr ""
1933
1974
 
@@ -1983,6 +2024,44 @@ msgstr "預設值"
1983
2024
  msgid "Smart class parameters"
1984
2025
  msgstr "智慧類別參數"
1985
2026
 
2027
+ #: ../lib/hammer_cli_foreman/realm.rb:18
2028
+ msgid "Realm proxy id"
2029
+ msgstr ""
2030
+
2031
+ #: ../lib/hammer_cli_foreman/realm.rb:19
2032
+ msgid "Realm type"
2033
+ msgstr ""
2034
+
2035
+ #: ../lib/hammer_cli_foreman/realm.rb:29
2036
+ #, fuzzy
2037
+ msgid "Realm [%{name}] created"
2038
+ msgstr "已建立 [%{name}] 網域"
2039
+
2040
+ #: ../lib/hammer_cli_foreman/realm.rb:30
2041
+ #, fuzzy
2042
+ msgid "Could not create the realm"
2043
+ msgstr "無法建立映像檔"
2044
+
2045
+ #: ../lib/hammer_cli_foreman/realm.rb:37
2046
+ #, fuzzy
2047
+ msgid "Realm [%{name}] updated"
2048
+ msgstr "已更新 [%{name}] 網域"
2049
+
2050
+ #: ../lib/hammer_cli_foreman/realm.rb:38
2051
+ #, fuzzy
2052
+ msgid "Could not update the realm"
2053
+ msgstr "無法更新映像檔"
2054
+
2055
+ #: ../lib/hammer_cli_foreman/realm.rb:45
2056
+ #, fuzzy
2057
+ msgid "Realm [%{name}] deleted"
2058
+ msgstr "已刪除 [%{name}] 網域"
2059
+
2060
+ #: ../lib/hammer_cli_foreman/realm.rb:46
2061
+ #, fuzzy
2062
+ msgid "Could not delete the realm"
2063
+ msgstr "無法刪除報告"
2064
+
1986
2065
  #: ../lib/hammer_cli_foreman/references.rb:8
1987
2066
  msgid "Created at"
1988
2067
  msgstr "建立於"
@@ -2153,11 +2232,11 @@ msgstr ""
2153
2232
 
2154
2233
  #: ../lib/hammer_cli_foreman/role.rb:24
2155
2234
  msgid "Yes"
2156
- msgstr ""
2235
+ msgstr ""
2157
2236
 
2158
2237
  #: ../lib/hammer_cli_foreman/role.rb:24
2159
2238
  msgid "No"
2160
- msgstr ""
2239
+ msgstr ""
2161
2240
 
2162
2241
  #: ../lib/hammer_cli_foreman/role.rb:36
2163
2242
  msgid "User role id"
@@ -2211,92 +2290,98 @@ msgstr "Puppet 類別"
2211
2290
  msgid "Class Id"
2212
2291
  msgstr "類別 ID"
2213
2292
 
2214
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61 ../lib/hammer_cli_foreman/smart_variable.rb:52
2293
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61 ../lib/hammer_cli_foreman/smart_variable.rb:54
2215
2294
  msgid "Hidden Value?"
2216
2295
  msgstr ""
2217
2296
 
2218
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62
2297
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62 ../lib/hammer_cli_foreman/smart_class_parameter.rb:78
2298
+ #, fuzzy
2299
+ msgid "Use puppet default"
2300
+ msgstr "default"
2301
+
2302
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:63
2219
2303
  msgid "Required"
2220
2304
  msgstr "需要"
2221
2305
 
2222
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:64 ../lib/hammer_cli_foreman/smart_variable.rb:54
2306
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65 ../lib/hammer_cli_foreman/smart_variable.rb:56
2223
2307
  msgid "Validator"
2224
2308
  msgstr "驗證程式"
2225
2309
 
2226
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:66 ../lib/hammer_cli_foreman/smart_variable.rb:56
2310
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:67 ../lib/hammer_cli_foreman/smart_variable.rb:58
2227
2311
  msgid "Rule"
2228
2312
  msgstr "規則"
2229
2313
 
2230
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:68 ../lib/hammer_cli_foreman/smart_variable.rb:58
2314
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69 ../lib/hammer_cli_foreman/smart_variable.rb:60
2231
2315
  msgid "Override values"
2232
2316
  msgstr "覆寫規則"
2233
2317
 
2234
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69 ../lib/hammer_cli_foreman/smart_variable.rb:59
2318
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70 ../lib/hammer_cli_foreman/smart_variable.rb:61
2235
2319
  msgid "Merge overrides"
2236
2320
  msgstr ""
2237
2321
 
2238
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70 ../lib/hammer_cli_foreman/smart_variable.rb:60
2322
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71 ../lib/hammer_cli_foreman/smart_variable.rb:62
2239
2323
  msgid "Merge default value"
2240
2324
  msgstr ""
2241
2325
 
2242
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71 ../lib/hammer_cli_foreman/smart_variable.rb:61
2326
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:63
2243
2327
  msgid "Avoid duplicates"
2244
2328
  msgstr ""
2245
2329
 
2246
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:62
2330
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73 ../lib/hammer_cli_foreman/smart_variable.rb:64
2247
2331
  msgid "Order"
2248
2332
  msgstr "順序"
2249
2333
 
2250
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73 ../lib/hammer_cli_foreman/smart_variable.rb:63
2334
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74 ../lib/hammer_cli_foreman/smart_variable.rb:65
2251
2335
  msgid "Values"
2252
- msgstr ""
2336
+ msgstr "數值"
2253
2337
 
2254
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_variable.rb:65
2338
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_variable.rb:67
2255
2339
  msgid "Match"
2256
2340
  msgstr "比對"
2257
2341
 
2258
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:102
2342
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:105
2259
2343
  msgid "Parameter updated"
2260
2344
  msgstr "已更新參數"
2261
2345
 
2262
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:103
2346
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:106
2263
2347
  msgid "Could not update the parameter"
2264
2348
  msgstr "無法更新參數"
2265
2349
 
2266
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:110
2350
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:113
2267
2351
  msgid "Override this parameter."
2268
2352
  msgstr "覆寫此參數。"
2269
2353
 
2270
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:112
2354
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:115
2271
2355
  msgid "This parameter is required."
2272
2356
  msgstr "此參數乃必要的。"
2273
2357
 
2274
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:114
2358
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2275
2359
  msgid "Type of the parameter."
2276
2360
  msgstr "參數的類型。"
2277
2361
 
2278
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117 ../lib/hammer_cli_foreman/smart_variable.rb:91 ../lib/hammer_cli_foreman/smart_variable.rb:105
2362
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120 ../lib/hammer_cli_foreman/smart_variable.rb:93 ../lib/hammer_cli_foreman/smart_variable.rb:107
2279
2363
  msgid "Type of the validator."
2280
2364
  msgstr "驗證程式的類型。"
2281
2365
 
2282
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:131 ../lib/hammer_cli_foreman/smart_variable.rb:123
2366
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134 ../lib/hammer_cli_foreman/smart_variable.rb:126
2283
2367
  msgid "Override value created"
2284
2368
  msgstr ""
2285
2369
 
2286
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132 ../lib/hammer_cli_foreman/smart_variable.rb:124
2370
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135 ../lib/hammer_cli_foreman/smart_variable.rb:127
2287
2371
  #, fuzzy
2288
2372
  msgid "Could not create the override value"
2289
2373
  msgstr "無法建立使用者角色"
2290
2374
 
2291
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:142
2375
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
2376
+ #, fuzzy
2292
2377
  msgid "Cannot use --value when --use-puppet-default is true"
2293
- msgstr ""
2378
+ msgstr "default"
2294
2379
 
2295
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:155 ../lib/hammer_cli_foreman/smart_variable.rb:136
2380
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158 ../lib/hammer_cli_foreman/smart_variable.rb:139
2296
2381
  msgid "Override value deleted"
2297
2382
  msgstr ""
2298
2383
 
2299
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:156 ../lib/hammer_cli_foreman/smart_variable.rb:137
2384
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159 ../lib/hammer_cli_foreman/smart_variable.rb:140
2300
2385
  msgid "Could not delete the override value"
2301
2386
  msgstr ""
2302
2387
 
@@ -2352,31 +2437,39 @@ msgstr "已更新智慧協定功能"
2352
2437
  msgid "Refresh of smart proxy features failed"
2353
2438
  msgstr "更新智慧協定功能失敗"
2354
2439
 
2355
- #: ../lib/hammer_cli_foreman/smart_variable.rb:83
2440
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:10
2441
+ msgid "Variable"
2442
+ msgstr ""
2443
+
2444
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
2445
+ msgid "Use --variable instead"
2446
+ msgstr ""
2447
+
2448
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2356
2449
  msgid "Smart variable [%{variable}] created"
2357
2450
  msgstr ""
2358
2451
 
2359
- #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2452
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:86
2360
2453
  msgid "Could not create the smart variable"
2361
2454
  msgstr ""
2362
2455
 
2363
- #: ../lib/hammer_cli_foreman/smart_variable.rb:88 ../lib/hammer_cli_foreman/smart_variable.rb:102
2456
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:90 ../lib/hammer_cli_foreman/smart_variable.rb:104
2364
2457
  msgid "Type of the variable."
2365
2458
  msgstr ""
2366
2459
 
2367
- #: ../lib/hammer_cli_foreman/smart_variable.rb:97
2460
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2368
2461
  msgid "Smart variable [%{variable}] updated"
2369
2462
  msgstr ""
2370
2463
 
2371
- #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2464
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:100
2372
2465
  msgid "Could not update the smart variable"
2373
2466
  msgstr ""
2374
2467
 
2375
- #: ../lib/hammer_cli_foreman/smart_variable.rb:112
2468
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2376
2469
  msgid "Smart variable [%{variable}] deleted"
2377
2470
  msgstr ""
2378
2471
 
2379
- #: ../lib/hammer_cli_foreman/smart_variable.rb:113
2472
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:116
2380
2473
  msgid "Could not delete the smart variable"
2381
2474
  msgstr ""
2382
2475
 
@@ -2410,7 +2503,7 @@ msgstr "DHCP"
2410
2503
 
2411
2504
  #: ../lib/hammer_cli_foreman/subnet.rb:29
2412
2505
  msgid "IPAM"
2413
- msgstr ""
2506
+ msgstr "IPAM"
2414
2507
 
2415
2508
  #: ../lib/hammer_cli_foreman/subnet.rb:30
2416
2509
  msgid "VLAN ID"
@@ -2494,7 +2587,7 @@ msgstr "無法刪除配置範本"
2494
2587
 
2495
2588
  #: ../lib/hammer_cli_foreman/template.rb:151
2496
2589
  msgid "Update the default PXE menu on all configured TFTP servers"
2497
- msgstr ""
2590
+ msgstr "更新所有經過配置的 TFTP 伺服器上的預設 PXE 選單"
2498
2591
 
2499
2592
  #: ../lib/hammer_cli_foreman/template.rb:164
2500
2593
  #, fuzzy
@@ -2514,7 +2607,7 @@ msgstr "登入"
2514
2607
  msgid "Email"
2515
2608
  msgstr "電子郵件"
2516
2609
 
2517
- #: ../lib/hammer_cli_foreman/user.rb:28
2610
+ #: ../lib/hammer_cli_foreman/user.rb:28 ../lib/hammer_cli_foreman/usergroup.rb:13
2518
2611
  msgid "Admin"
2519
2612
  msgstr "管理員"
2520
2613
 
@@ -2528,11 +2621,11 @@ msgstr "授權單位"
2528
2621
 
2529
2622
  #: ../lib/hammer_cli_foreman/user.rb:31
2530
2623
  msgid "Locale"
2531
- msgstr ""
2624
+ msgstr "地區語言資訊"
2532
2625
 
2533
2626
  #: ../lib/hammer_cli_foreman/user.rb:32
2534
2627
  msgid "Timezone"
2535
- msgstr ""
2628
+ msgstr "時區"
2536
2629
 
2537
2630
  #: ../lib/hammer_cli_foreman/user.rb:33
2538
2631
  msgid "Last login"
@@ -2544,11 +2637,11 @@ msgstr ""
2544
2637
 
2545
2638
  #: ../lib/hammer_cli_foreman/user.rb:35
2546
2639
  msgid "Default location"
2547
- msgstr ""
2640
+ msgstr "預設位置"
2548
2641
 
2549
2642
  #: ../lib/hammer_cli_foreman/user.rb:43 ../lib/hammer_cli_foreman/user.rb:44
2550
2643
  msgid "default"
2551
- msgstr ""
2644
+ msgstr "default"
2552
2645
 
2553
2646
  #: ../lib/hammer_cli_foreman/user.rb:54
2554
2647
  msgid "User [%{login}] created"
@@ -2574,26 +2667,26 @@ msgstr ""
2574
2667
  msgid "Could not delete the user"
2575
2668
  msgstr "無法刪除使用者"
2576
2669
 
2577
- #: ../lib/hammer_cli_foreman/usergroup.rb:31
2670
+ #: ../lib/hammer_cli_foreman/usergroup.rb:32
2578
2671
  msgid "User group [%<name>s] created"
2579
2672
  msgstr "已建立使用者群組 [%<name>s]"
2580
2673
 
2581
- #: ../lib/hammer_cli_foreman/usergroup.rb:32
2674
+ #: ../lib/hammer_cli_foreman/usergroup.rb:33
2582
2675
  msgid "Could not create the user group"
2583
2676
  msgstr "無法建立使用者群組"
2584
2677
 
2585
- #: ../lib/hammer_cli_foreman/usergroup.rb:38
2678
+ #: ../lib/hammer_cli_foreman/usergroup.rb:39
2586
2679
  msgid "User group [%<name>s] updated"
2587
2680
  msgstr "已更新使用者群組 [%<name>s]"
2588
2681
 
2589
- #: ../lib/hammer_cli_foreman/usergroup.rb:39
2682
+ #: ../lib/hammer_cli_foreman/usergroup.rb:40
2590
2683
  msgid "Could not update the user group"
2591
2684
  msgstr "無法更新使用者群組"
2592
2685
 
2593
- #: ../lib/hammer_cli_foreman/usergroup.rb:45
2686
+ #: ../lib/hammer_cli_foreman/usergroup.rb:46
2594
2687
  msgid "User group [%<name>s] deleted"
2595
2688
  msgstr "已刪除使用者群組 [%<name>s]"
2596
2689
 
2597
- #: ../lib/hammer_cli_foreman/usergroup.rb:46
2690
+ #: ../lib/hammer_cli_foreman/usergroup.rb:47
2598
2691
  msgid "Could not delete the user group"
2599
2692
  msgstr "無法刪除使用者群組"