hammer_cli_foreman_tasks 0.0.21 → 0.0.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/lib/hammer_cli_foreman_tasks/i18n.rb +0 -1
  3. data/lib/hammer_cli_foreman_tasks/recurring_logic.rb +1 -1
  4. data/lib/hammer_cli_foreman_tasks/task.rb +0 -3
  5. data/lib/hammer_cli_foreman_tasks/version.rb +1 -1
  6. data/locale/cs_CZ/LC_MESSAGES/hammer_cli_foreman_tasks.mo +0 -0
  7. data/locale/cs_CZ/hammer_cli_foreman_tasks.po +1 -1
  8. data/locale/de/LC_MESSAGES/hammer_cli_foreman_tasks.mo +0 -0
  9. data/locale/de/hammer_cli_foreman_tasks.po +1 -1
  10. data/locale/el/LC_MESSAGES/hammer_cli_foreman_tasks.mo +0 -0
  11. data/locale/el/hammer_cli_foreman_tasks.po +1 -1
  12. data/locale/en/LC_MESSAGES/hammer_cli_foreman_tasks.mo +0 -0
  13. data/locale/en/hammer_cli_foreman_tasks.po +1 -1
  14. data/locale/en_GB/LC_MESSAGES/hammer_cli_foreman_tasks.mo +0 -0
  15. data/locale/en_GB/hammer_cli_foreman_tasks.po +20 -20
  16. data/locale/es/LC_MESSAGES/hammer_cli_foreman_tasks.mo +0 -0
  17. data/locale/es/hammer_cli_foreman_tasks.po +2 -2
  18. data/locale/fr/LC_MESSAGES/hammer_cli_foreman_tasks.mo +0 -0
  19. data/locale/fr/hammer_cli_foreman_tasks.po +20 -18
  20. data/locale/it/LC_MESSAGES/hammer_cli_foreman_tasks.mo +0 -0
  21. data/locale/it/hammer_cli_foreman_tasks.po +1 -1
  22. data/locale/ja/LC_MESSAGES/hammer_cli_foreman_tasks.mo +0 -0
  23. data/locale/ja/hammer_cli_foreman_tasks.po +19 -19
  24. data/locale/ka/LC_MESSAGES/hammer_cli_foreman_tasks.mo +0 -0
  25. data/locale/ka/hammer_cli_foreman_tasks.po +1 -1
  26. data/locale/ko/LC_MESSAGES/hammer_cli_foreman_tasks.mo +0 -0
  27. data/locale/ko/hammer_cli_foreman_tasks.po +20 -18
  28. data/locale/pt_BR/LC_MESSAGES/hammer_cli_foreman_tasks.mo +0 -0
  29. data/locale/pt_BR/hammer_cli_foreman_tasks.po +1 -1
  30. data/locale/ru/LC_MESSAGES/hammer_cli_foreman_tasks.mo +0 -0
  31. data/locale/ru/hammer_cli_foreman_tasks.po +4 -4
  32. data/locale/zh_CN/LC_MESSAGES/hammer_cli_foreman_tasks.mo +0 -0
  33. data/locale/zh_CN/hammer_cli_foreman_tasks.po +21 -19
  34. data/locale/zh_TW/LC_MESSAGES/hammer_cli_foreman_tasks.mo +0 -0
  35. data/locale/zh_TW/hammer_cli_foreman_tasks.po +1 -1
  36. metadata +18 -18
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ecb5c697027ff8162064104b3f04ec3111310fa918400efca3130a66b5b7a7de
4
- data.tar.gz: b5cbeea8bc93239decfc143177037505ac7beb96444d1ed03e41d0d4765d43ba
3
+ metadata.gz: 9dee44fdd913221862e0965421742ce77c9ccb76ce89b72267a61ea69bd2747b
4
+ data.tar.gz: 73b6795182c6b2dd61762aa4c7e9fa22be1ea4eed24defcc43efcf29e25b7443
5
5
  SHA512:
6
- metadata.gz: 4dd484521acce7afabf52e2f7f2ad5c4627784f831ca5e690dacd8db3bc5c09af434a5ba49564038dabccb511584a1d2824befa446889ff487c54af058105986
7
- data.tar.gz: 39bd630a411295bb0c50d66596fc2445610e2e5fb6d3cdc0310f7d4e137e5d38d29857efec7c7c50069d55f0d808a5d0bad5128c0f466bb4f982954172bbfcf1
6
+ metadata.gz: c806145808d0865b34843a0e5096447dd311413c026e73bd3b3f33ad7211cae2fe2e1320bd01d4cf12588e8770b4a6046851b36215dc71474270bab46e27fa82
7
+ data.tar.gz: b671af030e3a97eefba2ec9fcf94febeaad1498f35472e58bb6dc2d4a9a0e289c71b8e7ae9737aaa9904efd3063441a84ac65ce42fe3b427985f47fbc62a264f
@@ -4,7 +4,6 @@ module HammerCLIForemanTasks
4
4
  module I18n
5
5
 
6
6
  class LocaleDomain < HammerCLI::I18n::LocaleDomain
7
-
8
7
  def translated_files
9
8
  Dir.glob(File.join(File.dirname(__FILE__), '../**/*.rb'))
10
9
  end
@@ -34,7 +34,7 @@ module HammerCLIForemanTasks
34
34
  failure_message _('Could not cancel the recurring logic')
35
35
  build_options
36
36
  end
37
-
37
+
38
38
  class DeleteCommand < HammerCLIForeman::DeleteCommand
39
39
  action :bulk_destroy
40
40
 
@@ -1,6 +1,5 @@
1
1
  module HammerCLIForemanTasks
2
2
  class Task < HammerCLIForeman::Command
3
-
4
3
  resource :foreman_tasks
5
4
 
6
5
  module WithoutNameOption
@@ -17,7 +16,6 @@ module HammerCLIForemanTasks
17
16
  end
18
17
 
19
18
  class ProgressCommand < HammerCLIForeman::Command
20
-
21
19
  include HammerCLIForemanTasks::Helper
22
20
 
23
21
  action :show
@@ -35,7 +33,6 @@ module HammerCLIForemanTasks
35
33
  success = task_progress(option_id)
36
34
  success ? HammerCLI::EX_OK : HammerCLI::EX_SOFTWARE
37
35
  end
38
-
39
36
  end
40
37
 
41
38
  class ListCommand < HammerCLIForeman::ListCommand
@@ -1,5 +1,5 @@
1
1
  module HammerCLIForemanTasks
2
2
  def self.version
3
- @version ||= Gem::Version.new('0.0.21')
3
+ @version ||= Gem::Version.new('0.0.22')
4
4
  end
5
5
  end
@@ -9,7 +9,7 @@
9
9
  #, fuzzy
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: hammer_cli_foreman_tasks 0.0.19\n"
12
+ "Project-Id-Version: hammer_cli_foreman_tasks 0.0.21\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
14
  "POT-Creation-Date: 2023-07-12 16:44+0000\n"
15
15
  "PO-Revision-Date: 2017-09-11 13:45+0000\n"
@@ -11,7 +11,7 @@
11
11
  #, fuzzy
12
12
  msgid ""
13
13
  msgstr ""
14
- "Project-Id-Version: hammer_cli_foreman_tasks 0.0.19\n"
14
+ "Project-Id-Version: hammer_cli_foreman_tasks 0.0.21\n"
15
15
  "Report-Msgid-Bugs-To: \n"
16
16
  "POT-Creation-Date: 2023-07-12 16:44+0000\n"
17
17
  "PO-Revision-Date: 2017-09-11 13:45+0000\n"
@@ -9,7 +9,7 @@
9
9
  #, fuzzy
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: hammer_cli_foreman_tasks 0.0.19\n"
12
+ "Project-Id-Version: hammer_cli_foreman_tasks 0.0.21\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
14
  "POT-Creation-Date: 2023-07-12 16:44+0000\n"
15
15
  "PO-Revision-Date: 2017-09-11 13:45+0000\n"
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: hammer_cli_foreman_tasks 0.0.19\n"
8
+ "Project-Id-Version: hammer_cli_foreman_tasks 0.0.21\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "POT-Creation-Date: 2023-07-12 16:44+0000\n"
11
11
  "PO-Revision-Date: 2023-07-12 16:44+0000\n"
@@ -4,16 +4,16 @@
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
6
  # Translators:
7
- # Andi Chandler <andi@gowling.com>, 2023
7
+ # Andi Chandler <andi@gowling.com>, 2024
8
8
  #
9
9
  #, fuzzy
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: hammer_cli_foreman_tasks 0.0.19\n"
12
+ "Project-Id-Version: hammer_cli_foreman_tasks 0.0.21\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
14
  "POT-Creation-Date: 2023-07-12 16:44+0000\n"
15
15
  "PO-Revision-Date: 2017-09-11 13:45+0000\n"
16
- "Last-Translator: Andi Chandler <andi@gowling.com>, 2023\n"
16
+ "Last-Translator: Andi Chandler <andi@gowling.com>, 2024\n"
17
17
  "Language-Team: English (United Kingdom) (https://app.transifex.com/foreman/"
18
18
  "teams/114/en_GB/)\n"
19
19
  "MIME-Version: 1.0\n"
@@ -26,22 +26,22 @@ msgid "Action"
26
26
  msgstr "Action"
27
27
 
28
28
  msgid "Last occurrence"
29
- msgstr ""
29
+ msgstr "Last occurrence"
30
30
 
31
31
  msgid "Next occurrence"
32
- msgstr ""
32
+ msgstr "Next occurrence"
33
33
 
34
34
  msgid "Iteration limit"
35
- msgstr ""
35
+ msgstr "Iteration limit"
36
36
 
37
37
  msgid "Repeat until"
38
- msgstr ""
38
+ msgstr "Repeat until"
39
39
 
40
40
  msgid "Unlimited"
41
- msgstr ""
41
+ msgstr "Unlimited"
42
42
 
43
43
  msgid "Please mention appropriate attribute value"
44
- msgstr ""
44
+ msgstr "Please mention appropriate attribute value"
45
45
 
46
46
  msgid "ID"
47
47
  msgstr "ID"
@@ -50,7 +50,7 @@ msgid "Cron line"
50
50
  msgstr "Cron line"
51
51
 
52
52
  msgid "Task count"
53
- msgstr ""
53
+ msgstr "Task count"
54
54
 
55
55
  msgid "Iteration"
56
56
  msgstr "Iteration"
@@ -62,34 +62,34 @@ msgid "State"
62
62
  msgstr "State"
63
63
 
64
64
  msgid "Purpose"
65
- msgstr ""
65
+ msgstr "Purpose"
66
66
 
67
67
  msgid "Recurring logic cancelled."
68
68
  msgstr "Recurring logic cancelled."
69
69
 
70
70
  msgid "Could not cancel the recurring logic"
71
- msgstr ""
71
+ msgstr "Could not cancel the recurring logic"
72
72
 
73
73
  msgid "Only delete cancelled recurring logics"
74
- msgstr ""
74
+ msgstr "Only delete cancelled recurring logics"
75
75
 
76
76
  msgid "Only delete finished recurring logics"
77
- msgstr ""
77
+ msgstr "Only delete finished recurring logics"
78
78
 
79
79
  msgid "Delete all recuring logics filtered by the arguments"
80
- msgstr ""
80
+ msgstr "Delete all recuring logics filtered by the arguments"
81
81
 
82
82
  msgid "Could not delete recurring logics"
83
- msgstr ""
83
+ msgstr "Could not delete recurring logics"
84
84
 
85
85
  msgid "The following recurring logics deleted:"
86
- msgstr ""
86
+ msgstr "The following recurring logics deleted:"
87
87
 
88
88
  msgid "No recurring logics deleted."
89
- msgstr ""
89
+ msgstr "No recurring logics deleted."
90
90
 
91
91
  msgid "Recurring logic related actions"
92
- msgstr ""
92
+ msgstr "Recurring logic related actions"
93
93
 
94
94
  msgid "Show the progress of the task"
95
95
  msgstr "Show the progress of the task"
@@ -104,7 +104,7 @@ msgid "Ended at"
104
104
  msgstr "Ended at"
105
105
 
106
106
  msgid "Duration"
107
- msgstr ""
107
+ msgstr "Duration"
108
108
 
109
109
  msgid "Owner"
110
110
  msgstr "Owner"
@@ -4,7 +4,7 @@
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
6
  # Translators:
7
- # Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2017
7
+ # Sergio Ocón-Cárdenas, 2017
8
8
  # Gustavo Varela <gustavo.varela@gmail.com>, 2017
9
9
  # Bryan Kearney <bryan.kearney@gmail.com>, 2023
10
10
  # Carmela Rubiños <carmela.rubinos@gmail.com>, 2023
@@ -12,7 +12,7 @@
12
12
  #, fuzzy
13
13
  msgid ""
14
14
  msgstr ""
15
- "Project-Id-Version: hammer_cli_foreman_tasks 0.0.19\n"
15
+ "Project-Id-Version: hammer_cli_foreman_tasks 0.0.21\n"
16
16
  "Report-Msgid-Bugs-To: \n"
17
17
  "POT-Creation-Date: 2023-07-12 16:44+0000\n"
18
18
  "PO-Revision-Date: 2017-09-11 13:45+0000\n"
@@ -8,15 +8,17 @@
8
8
  # Amit Upadhye <aupadhye@redhat.com>, 2023
9
9
  # Claer <transiblu@claer.hammock.fr>, 2023
10
10
  # 21966816214bc546c1fc8a185e75ca1c, 2023
11
+ # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024
11
12
  #
12
13
  #, fuzzy
13
14
  msgid ""
14
15
  msgstr ""
15
- "Project-Id-Version: hammer_cli_foreman_tasks 0.0.19\n"
16
+ "Project-Id-Version: hammer_cli_foreman_tasks 0.0.21\n"
16
17
  "Report-Msgid-Bugs-To: \n"
17
18
  "POT-Creation-Date: 2023-07-12 16:44+0000\n"
18
19
  "PO-Revision-Date: 2017-09-11 13:45+0000\n"
19
- "Last-Translator: 21966816214bc546c1fc8a185e75ca1c, 2023\n"
20
+ "Last-Translator: Ewoud Kohl van Wijngaarden "
21
+ "<ewoud+transifex@kohlvanwijngaarden.nl>, 2024\n"
20
22
  "Language-Team: French (https://app.transifex.com/foreman/teams/114/fr/)\n"
21
23
  "MIME-Version: 1.0\n"
22
24
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -29,22 +31,22 @@ msgid "Action"
29
31
  msgstr "Action"
30
32
 
31
33
  msgid "Last occurrence"
32
- msgstr ""
34
+ msgstr "Dernière occurrence"
33
35
 
34
36
  msgid "Next occurrence"
35
- msgstr ""
37
+ msgstr "Prochaine occurrence"
36
38
 
37
39
  msgid "Iteration limit"
38
- msgstr ""
40
+ msgstr "Limite de l'itération"
39
41
 
40
42
  msgid "Repeat until"
41
- msgstr ""
43
+ msgstr "Répéter jusqu'à"
42
44
 
43
45
  msgid "Unlimited"
44
46
  msgstr "Illimité"
45
47
 
46
48
  msgid "Please mention appropriate attribute value"
47
- msgstr ""
49
+ msgstr "Veuillez mentionner la valeur d'attribut appropriée"
48
50
 
49
51
  msgid "ID"
50
52
  msgstr "ID"
@@ -53,7 +55,7 @@ msgid "Cron line"
53
55
  msgstr "Ligne Cron"
54
56
 
55
57
  msgid "Task count"
56
- msgstr ""
58
+ msgstr "Nombre de tâches"
57
59
 
58
60
  msgid "Iteration"
59
61
  msgstr "Itération"
@@ -65,34 +67,34 @@ msgid "State"
65
67
  msgstr "État"
66
68
 
67
69
  msgid "Purpose"
68
- msgstr ""
70
+ msgstr "Objectif"
69
71
 
70
72
  msgid "Recurring logic cancelled."
71
73
  msgstr "Logique récurrente annulée."
72
74
 
73
75
  msgid "Could not cancel the recurring logic"
74
- msgstr ""
76
+ msgstr "N'a pas pu annuler la logique récurrente."
75
77
 
76
78
  msgid "Only delete cancelled recurring logics"
77
- msgstr ""
79
+ msgstr "Supprimer uniquement les logiques récurrentes annulées"
78
80
 
79
81
  msgid "Only delete finished recurring logics"
80
- msgstr ""
82
+ msgstr "Supprimer uniquement les logiques récurrentes terminées"
81
83
 
82
84
  msgid "Delete all recuring logics filtered by the arguments"
83
- msgstr ""
85
+ msgstr "Supprimer toutes les logiques récurrentes filtrées par les arguments"
84
86
 
85
87
  msgid "Could not delete recurring logics"
86
- msgstr ""
88
+ msgstr "Impossible de supprimer les logiques récurrentes"
87
89
 
88
90
  msgid "The following recurring logics deleted:"
89
- msgstr ""
91
+ msgstr "Les logiques récurrentes suivantes ont été supprimées :"
90
92
 
91
93
  msgid "No recurring logics deleted."
92
- msgstr ""
94
+ msgstr "Aucune logique récurrente supprimée."
93
95
 
94
96
  msgid "Recurring logic related actions"
95
- msgstr ""
97
+ msgstr "Logique récurrenteActions liées à la logique récurrente."
96
98
 
97
99
  msgid "Show the progress of the task"
98
100
  msgstr "Afficher le progrès de la tâche"
@@ -107,7 +109,7 @@ msgid "Ended at"
107
109
  msgstr "Terminé à"
108
110
 
109
111
  msgid "Duration"
110
- msgstr ""
112
+ msgstr "Durée"
111
113
 
112
114
  msgid "Owner"
113
115
  msgstr "Propriétaire"
@@ -11,7 +11,7 @@
11
11
  #, fuzzy
12
12
  msgid ""
13
13
  msgstr ""
14
- "Project-Id-Version: hammer_cli_foreman_tasks 0.0.19\n"
14
+ "Project-Id-Version: hammer_cli_foreman_tasks 0.0.21\n"
15
15
  "Report-Msgid-Bugs-To: \n"
16
16
  "POT-Creation-Date: 2023-07-12 16:44+0000\n"
17
17
  "PO-Revision-Date: 2017-09-11 13:45+0000\n"
@@ -8,17 +8,17 @@
8
8
  # e93ed3aa97dec2eb31063731872555fc_1460a05 <71305a0095156d8e18373a5b7cfeb79e_8587>, 2017
9
9
  # Bryan Kearney <bryan.kearney@gmail.com>, 2017
10
10
  # Amit Upadhye <aupadhye@redhat.com>, 2022
11
- # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2023
11
+ # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024
12
12
  #
13
13
  #, fuzzy
14
14
  msgid ""
15
15
  msgstr ""
16
- "Project-Id-Version: hammer_cli_foreman_tasks 0.0.19\n"
16
+ "Project-Id-Version: hammer_cli_foreman_tasks 0.0.21\n"
17
17
  "Report-Msgid-Bugs-To: \n"
18
18
  "POT-Creation-Date: 2023-07-12 16:44+0000\n"
19
19
  "PO-Revision-Date: 2017-09-11 13:45+0000\n"
20
- "Last-Translator: Ewoud Kohl van Wijngaarden <ewoud"
21
- "+transifex@kohlvanwijngaarden.nl>, 2023\n"
20
+ "Last-Translator: Ewoud Kohl van Wijngaarden "
21
+ "<ewoud+transifex@kohlvanwijngaarden.nl>, 2024\n"
22
22
  "Language-Team: Japanese (https://app.transifex.com/foreman/teams/114/ja/)\n"
23
23
  "MIME-Version: 1.0\n"
24
24
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -30,22 +30,22 @@ msgid "Action"
30
30
  msgstr "アクション"
31
31
 
32
32
  msgid "Last occurrence"
33
- msgstr ""
33
+ msgstr "最後の実行"
34
34
 
35
35
  msgid "Next occurrence"
36
- msgstr ""
36
+ msgstr "次の実行"
37
37
 
38
38
  msgid "Iteration limit"
39
- msgstr ""
39
+ msgstr "繰り返し制限"
40
40
 
41
41
  msgid "Repeat until"
42
- msgstr ""
42
+ msgstr "繰り返し"
43
43
 
44
44
  msgid "Unlimited"
45
45
  msgstr "無制限"
46
46
 
47
47
  msgid "Please mention appropriate attribute value"
48
- msgstr ""
48
+ msgstr "適切な属性値を記述してください"
49
49
 
50
50
  msgid "ID"
51
51
  msgstr "ID"
@@ -54,7 +54,7 @@ msgid "Cron line"
54
54
  msgstr "cron 行"
55
55
 
56
56
  msgid "Task count"
57
- msgstr ""
57
+ msgstr "タスク数"
58
58
 
59
59
  msgid "Iteration"
60
60
  msgstr "繰り返し"
@@ -66,34 +66,34 @@ msgid "State"
66
66
  msgstr "状態"
67
67
 
68
68
  msgid "Purpose"
69
- msgstr ""
69
+ msgstr "目的"
70
70
 
71
71
  msgid "Recurring logic cancelled."
72
72
  msgstr "再帰論理をキャンセル。"
73
73
 
74
74
  msgid "Could not cancel the recurring logic"
75
- msgstr ""
75
+ msgstr "再帰論理をキャンセルできませんでした"
76
76
 
77
77
  msgid "Only delete cancelled recurring logics"
78
- msgstr ""
78
+ msgstr "キャンセルされた再帰論理のみ削除"
79
79
 
80
80
  msgid "Only delete finished recurring logics"
81
- msgstr ""
81
+ msgstr "終了した再帰論理のみ削除"
82
82
 
83
83
  msgid "Delete all recuring logics filtered by the arguments"
84
- msgstr ""
84
+ msgstr "引数でフィルタリングされたすべての再帰論理を削除"
85
85
 
86
86
  msgid "Could not delete recurring logics"
87
- msgstr ""
87
+ msgstr "再帰論理を削除できませんでした"
88
88
 
89
89
  msgid "The following recurring logics deleted:"
90
- msgstr ""
90
+ msgstr "次の再帰論理が削除されました:"
91
91
 
92
92
  msgid "No recurring logics deleted."
93
- msgstr ""
93
+ msgstr "削除された再帰論理はありません。"
94
94
 
95
95
  msgid "Recurring logic related actions"
96
- msgstr ""
96
+ msgstr "再帰論理関連のアクション"
97
97
 
98
98
  msgid "Show the progress of the task"
99
99
  msgstr "タスクの進捗状況を表示"
@@ -9,7 +9,7 @@
9
9
  #, fuzzy
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: hammer_cli_foreman_tasks 0.0.19\n"
12
+ "Project-Id-Version: hammer_cli_foreman_tasks 0.0.21\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
14
  "POT-Creation-Date: 2023-07-12 16:44+0000\n"
15
15
  "PO-Revision-Date: 2017-09-11 13:45+0000\n"
@@ -7,15 +7,17 @@
7
7
  # mbacovsky <martin.bacovsky@gmail.com>, 2017
8
8
  # 0868a4d1af5275b3f70b0a6dac4c99a4, 2017
9
9
  # Bryan Kearney <bryan.kearney@gmail.com>, 2023
10
+ # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
10
11
  #
11
12
  #, fuzzy
12
13
  msgid ""
13
14
  msgstr ""
14
- "Project-Id-Version: hammer_cli_foreman_tasks 0.0.19\n"
15
+ "Project-Id-Version: hammer_cli_foreman_tasks 0.0.21\n"
15
16
  "Report-Msgid-Bugs-To: \n"
16
17
  "POT-Creation-Date: 2023-07-12 16:44+0000\n"
17
18
  "PO-Revision-Date: 2017-09-11 13:45+0000\n"
18
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2023\n"
19
+ "Last-Translator: Ewoud Kohl van Wijngaarden "
20
+ "<ewoud+transifex@kohlvanwijngaarden.nl>, 2025\n"
19
21
  "Language-Team: Korean (https://app.transifex.com/foreman/teams/114/ko/)\n"
20
22
  "MIME-Version: 1.0\n"
21
23
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -27,22 +29,22 @@ msgid "Action"
27
29
  msgstr "동작 "
28
30
 
29
31
  msgid "Last occurrence"
30
- msgstr ""
32
+ msgstr "마지막 반복"
31
33
 
32
34
  msgid "Next occurrence"
33
- msgstr ""
35
+ msgstr "다음 반복"
34
36
 
35
37
  msgid "Iteration limit"
36
- msgstr ""
38
+ msgstr "반복 제한"
37
39
 
38
40
  msgid "Repeat until"
39
- msgstr ""
41
+ msgstr "반복 기한"
40
42
 
41
43
  msgid "Unlimited"
42
44
  msgstr "제한 없음 "
43
45
 
44
46
  msgid "Please mention appropriate attribute value"
45
- msgstr ""
47
+ msgstr "적절한 속성 값을 알려 주세요."
46
48
 
47
49
  msgid "ID"
48
50
  msgstr "ID"
@@ -51,7 +53,7 @@ msgid "Cron line"
51
53
  msgstr "Cron 줄"
52
54
 
53
55
  msgid "Task count"
54
- msgstr ""
56
+ msgstr "태스크 수"
55
57
 
56
58
  msgid "Iteration"
57
59
  msgstr "반복"
@@ -63,40 +65,40 @@ msgid "State"
63
65
  msgstr "상태 "
64
66
 
65
67
  msgid "Purpose"
66
- msgstr ""
68
+ msgstr "목적"
67
69
 
68
70
  msgid "Recurring logic cancelled."
69
71
  msgstr "반복 로직이 취소되었습니다."
70
72
 
71
73
  msgid "Could not cancel the recurring logic"
72
- msgstr ""
74
+ msgstr "반복되는 논리를 취소할 수 없습니다."
73
75
 
74
76
  msgid "Only delete cancelled recurring logics"
75
- msgstr ""
77
+ msgstr "취소된 반복 논리만 삭제합니다."
76
78
 
77
79
  msgid "Only delete finished recurring logics"
78
- msgstr ""
80
+ msgstr "완료된 반복 논리만 삭제합니다."
79
81
 
80
82
  msgid "Delete all recuring logics filtered by the arguments"
81
- msgstr ""
83
+ msgstr "인수로 필터링된 모든 반복 논리를 삭제합니다."
82
84
 
83
85
  msgid "Could not delete recurring logics"
84
- msgstr ""
86
+ msgstr "반복되는 논리를 삭제할 수 없습니다."
85
87
 
86
88
  msgid "The following recurring logics deleted:"
87
- msgstr ""
89
+ msgstr "다음 반복되는 논리가 삭제되었습니다."
88
90
 
89
91
  msgid "No recurring logics deleted."
90
- msgstr ""
92
+ msgstr "반복되는 논리가 삭제되지 않았습니다."
91
93
 
92
94
  msgid "Recurring logic related actions"
93
- msgstr ""
95
+ msgstr "반복되는 논리 관련 작업"
94
96
 
95
97
  msgid "Show the progress of the task"
96
98
  msgstr "태스크 진행률 표시"
97
99
 
98
100
  msgid "Result"
99
- msgstr "결과"
101
+ msgstr "결과 "
100
102
 
101
103
  msgid "Started at"
102
104
  msgstr "시작 일시"
@@ -11,7 +11,7 @@
11
11
  #, fuzzy
12
12
  msgid ""
13
13
  msgstr ""
14
- "Project-Id-Version: hammer_cli_foreman_tasks 0.0.19\n"
14
+ "Project-Id-Version: hammer_cli_foreman_tasks 0.0.21\n"
15
15
  "Report-Msgid-Bugs-To: \n"
16
16
  "POT-Creation-Date: 2023-07-12 16:44+0000\n"
17
17
  "PO-Revision-Date: 2017-09-11 13:45+0000\n"
@@ -11,7 +11,7 @@
11
11
  #, fuzzy
12
12
  msgid ""
13
13
  msgstr ""
14
- "Project-Id-Version: hammer_cli_foreman_tasks 0.0.19\n"
14
+ "Project-Id-Version: hammer_cli_foreman_tasks 0.0.21\n"
15
15
  "Report-Msgid-Bugs-To: \n"
16
16
  "POT-Creation-Date: 2023-07-12 16:44+0000\n"
17
17
  "PO-Revision-Date: 2017-09-11 13:45+0000\n"
@@ -21,9 +21,9 @@ msgstr ""
21
21
  "Content-Type: text/plain; charset=UTF-8\n"
22
22
  "Content-Transfer-Encoding: 8bit\n"
23
23
  "Language: ru\n"
24
- "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
25
- "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
26
- "%100>=11 && n%100<=14)? 2 : 3);\n"
24
+ "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
25
+ "n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || "
26
+ "(n%100>=11 && n%100<=14)? 2 : 3);\n"
27
27
 
28
28
  msgid "Action"
29
29
  msgstr "Команда"
@@ -7,15 +7,17 @@
7
7
  # mbacovsky <martin.bacovsky@gmail.com>, 2017
8
8
  # Bryan Kearney <bryan.kearney@gmail.com>, 2017
9
9
  # Amit Upadhye <aupadhye@redhat.com>, 2023
10
+ # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024
10
11
  #
11
12
  #, fuzzy
12
13
  msgid ""
13
14
  msgstr ""
14
- "Project-Id-Version: hammer_cli_foreman_tasks 0.0.19\n"
15
+ "Project-Id-Version: hammer_cli_foreman_tasks 0.0.21\n"
15
16
  "Report-Msgid-Bugs-To: \n"
16
17
  "POT-Creation-Date: 2023-07-12 16:44+0000\n"
17
18
  "PO-Revision-Date: 2017-09-11 13:45+0000\n"
18
- "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2023\n"
19
+ "Last-Translator: Ewoud Kohl van Wijngaarden "
20
+ "<ewoud+transifex@kohlvanwijngaarden.nl>, 2024\n"
19
21
  "Language-Team: Chinese (China) (https://app.transifex.com/foreman/teams/114/"
20
22
  "zh_CN/)\n"
21
23
  "MIME-Version: 1.0\n"
@@ -28,22 +30,22 @@ msgid "Action"
28
30
  msgstr "操作"
29
31
 
30
32
  msgid "Last occurrence"
31
- msgstr ""
33
+ msgstr "最后一次发生"
32
34
 
33
35
  msgid "Next occurrence"
34
- msgstr ""
36
+ msgstr "下次发生"
35
37
 
36
38
  msgid "Iteration limit"
37
- msgstr ""
39
+ msgstr "重述限制"
38
40
 
39
41
  msgid "Repeat until"
40
- msgstr ""
42
+ msgstr "重复直到"
41
43
 
42
44
  msgid "Unlimited"
43
- msgstr ""
45
+ msgstr "无限制"
44
46
 
45
47
  msgid "Please mention appropriate attribute value"
46
- msgstr ""
48
+ msgstr "请说明适当的属性值"
47
49
 
48
50
  msgid "ID"
49
51
  msgstr "ID"
@@ -52,7 +54,7 @@ msgid "Cron line"
52
54
  msgstr "Cron 行"
53
55
 
54
56
  msgid "Task count"
55
- msgstr ""
57
+ msgstr "任务计数"
56
58
 
57
59
  msgid "Iteration"
58
60
  msgstr "重述"
@@ -64,34 +66,34 @@ msgid "State"
64
66
  msgstr "状态"
65
67
 
66
68
  msgid "Purpose"
67
- msgstr ""
69
+ msgstr "目的"
68
70
 
69
71
  msgid "Recurring logic cancelled."
70
72
  msgstr "取消重复逻辑。"
71
73
 
72
74
  msgid "Could not cancel the recurring logic"
73
- msgstr ""
75
+ msgstr "无法取消重复逻辑"
74
76
 
75
77
  msgid "Only delete cancelled recurring logics"
76
- msgstr ""
78
+ msgstr "只删除取消的重复逻辑"
77
79
 
78
80
  msgid "Only delete finished recurring logics"
79
- msgstr ""
81
+ msgstr "只删除完成的重复逻辑"
80
82
 
81
83
  msgid "Delete all recuring logics filtered by the arguments"
82
- msgstr ""
84
+ msgstr "删除所有按参数过滤的逻辑"
83
85
 
84
86
  msgid "Could not delete recurring logics"
85
- msgstr ""
87
+ msgstr "无法删除重复发生的逻辑"
86
88
 
87
89
  msgid "The following recurring logics deleted:"
88
- msgstr ""
90
+ msgstr "以下重复逻辑已删除:"
89
91
 
90
92
  msgid "No recurring logics deleted."
91
- msgstr ""
93
+ msgstr "没有删除重复逻辑。"
92
94
 
93
95
  msgid "Recurring logic related actions"
94
- msgstr ""
96
+ msgstr "重复逻辑相关的操作"
95
97
 
96
98
  msgid "Show the progress of the task"
97
99
  msgstr "顯示任務的進度"
@@ -106,7 +108,7 @@ msgid "Ended at"
106
108
  msgstr "結束於"
107
109
 
108
110
  msgid "Duration"
109
- msgstr ""
111
+ msgstr "持续时间"
110
112
 
111
113
  msgid "Owner"
112
114
  msgstr "所有者"
@@ -12,7 +12,7 @@
12
12
  #, fuzzy
13
13
  msgid ""
14
14
  msgstr ""
15
- "Project-Id-Version: hammer_cli_foreman_tasks 0.0.19\n"
15
+ "Project-Id-Version: hammer_cli_foreman_tasks 0.0.21\n"
16
16
  "Report-Msgid-Bugs-To: \n"
17
17
  "POT-Creation-Date: 2023-07-12 16:44+0000\n"
18
18
  "PO-Revision-Date: 2017-09-11 13:45+0000\n"
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammer_cli_foreman_tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.21
4
+ version: 0.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Nečas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-16 00:00:00.000000000 Z
11
+ date: 2025-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: powerbar
14
+ name: hammer_cli_foreman
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - ">"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.0.11
19
+ version: 0.1.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '3.0'
22
+ version: 4.0.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - ">="
27
+ - - ">"
28
28
  - !ruby/object:Gem::Version
29
- version: 1.0.11
29
+ version: 0.1.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '3.0'
32
+ version: 4.0.0
33
33
  - !ruby/object:Gem::Dependency
34
- name: hammer_cli_foreman
34
+ name: powerbar
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - ">"
37
+ - - ">="
38
38
  - !ruby/object:Gem::Version
39
- version: 0.1.1
39
+ version: 1.0.11
40
40
  - - "<"
41
41
  - !ruby/object:Gem::Version
42
- version: 4.0.0
42
+ version: '3.0'
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - ">"
47
+ - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: 0.1.1
49
+ version: 1.0.11
50
50
  - - "<"
51
51
  - !ruby/object:Gem::Version
52
- version: 4.0.0
52
+ version: '3.0'
53
53
  description: 'Contains the code for showing of the tasks (results and progress) in
54
54
  the Hammer CLI.
55
55
 
@@ -108,7 +108,7 @@ files:
108
108
  - locale/zh_TW/hammer_cli_foreman_tasks.po
109
109
  homepage: https://github.com/theforeman/hammer-cli-foreman-tasks
110
110
  licenses:
111
- - GPL-3.0
111
+ - GPL-3.0-only
112
112
  metadata: {}
113
113
  post_install_message:
114
114
  rdoc_options: []
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  - !ruby/object:Gem::Version
126
126
  version: '0'
127
127
  requirements: []
128
- rubygems_version: 3.3.26
128
+ rubygems_version: 3.2.33
129
129
  signing_key:
130
130
  specification_version: 4
131
131
  summary: Foreman CLI plugin for showing tasks information for resoruces and users