hammer_cli_foreman_admin 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11978fbb706431f6e343a86d7bc95da0d91109165b1839a774a7966fa3f12168
4
- data.tar.gz: 5375d8f82b1c947002ba585f50ca46f52dbdd7867363a0b31d61ec80a67c479c
3
+ metadata.gz: ee7c208a25713fa3fb606500bd9f52c870dcb71ae9affc2bdb468b3868216bb3
4
+ data.tar.gz: 976eccaff173641f7ea427682fddb8de6d72f1dcf0db2944f470b2a0867a993e
5
5
  SHA512:
6
- metadata.gz: fd59446d3dc0eb722b573e263ffce8723cf6118f918abb4eb8f287761d4d6fbf98fa443699f7893b452e07cc86c287ab7d78c0c33d863b1e53fb8d2e72653aee
7
- data.tar.gz: a5d3a7cca59494993e34daef64dec62c89a6521c7cda14744c4bc19586346d03acaa79579a218a9623c0c4ab9f4663f4a9a94a822c5f9c1b413d88c5ecd3c8a7
6
+ metadata.gz: c11f45f05f857ec0c103239406911698e480cea1268b64e853c74cbb617556a58636b92fa4fa6dab4c702045de61529545eccc9abd2d6eef2f7cc22af0eb2b62
7
+ data.tar.gz: f81cd4e1451b58e5929559d1fd48260350064b8d69eeab8e9da6e06076581329ffa5d53b47e138c3959c0c7f770a0492c134cb474236012dbb420b72183fd503
@@ -40,7 +40,7 @@
40
40
  :friendly_name: Pulpcore
41
41
  :file: /etc/pulp/settings.py
42
42
  :destinations: "syslog"
43
- :services: ["pulpcore-content", "pulpcore-api", "pulpcore-workers@*"]
43
+ :services: ["pulpcore-content", "pulpcore-api", "pulpcore-worker@*"]
44
44
  :debug:
45
45
  -
46
46
  :action: ensure_line_is_present
@@ -1,5 +1,5 @@
1
1
  module HammerCLIForemanAdmin
2
2
  def self.version
3
- @version ||= Gem::Version.new '1.1.0'
3
+ @version ||= Gem::Version.new '1.2.0'
4
4
  end
5
5
  end
@@ -0,0 +1,66 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the hammer-cli-foreman-admin package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Pavel Borecki <pavel.borecki@gmail.com>, 2019
8
+ #
9
+ #, fuzzy
10
+ msgid ""
11
+ msgstr ""
12
+ "Project-Id-Version: hammer-cli-foreman-admin 1.1.0\n"
13
+ "Report-Msgid-Bugs-To: \n"
14
+ "POT-Creation-Date: 2016-06-09 08:38+0200\n"
15
+ "PO-Revision-Date: 2016-08-26 06:50+0000\n"
16
+ "Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2019\n"
17
+ "Language-Team: Czech (Czech Republic) (https://app.transifex.com/foreman/"
18
+ "teams/114/cs_CZ/)\n"
19
+ "MIME-Version: 1.0\n"
20
+ "Content-Type: text/plain; charset=UTF-8\n"
21
+ "Content-Transfer-Encoding: 8bit\n"
22
+ "Language: cs_CZ\n"
23
+ "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
24
+ "<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
25
+
26
+ msgid "Administrative server-side tasks"
27
+ msgstr ""
28
+
29
+ msgid "Increase verbosity level to debug."
30
+ msgstr ""
31
+
32
+ msgid "Decrease verbosity level to standard."
33
+ msgstr ""
34
+
35
+ msgid "Components to apply, use --list to get them."
36
+ msgstr "Součásti, které uplatnit – pro jejich vypsání použijte --list."
37
+
38
+ msgid "List available components."
39
+ msgstr "Seznam součástí, které jsou k dispozici."
40
+
41
+ msgid "Apply to all components."
42
+ msgstr "Použít na všechny součásti."
43
+
44
+ msgid "Do not apply specified changes."
45
+ msgstr "Neuplatňovat zadané změny."
46
+
47
+ msgid "Skip configuration backups creation."
48
+ msgstr "Přeskočit vytvoření zálohy nastavení."
49
+
50
+ msgid "Operate on prefixed environment (e.g. chroot)."
51
+ msgstr ""
52
+
53
+ msgid "Command '%{cmd}' failed: %{e}"
54
+ msgstr "Příkaz „%{cmd}“ se nezdařil: %{e}"
55
+
56
+ msgid "Component"
57
+ msgstr "Součást"
58
+
59
+ msgid "Auto-detected by existence of"
60
+ msgstr "Automaticky zjištěno na základě existence"
61
+
62
+ msgid "Destinations"
63
+ msgstr "Cíle"
64
+
65
+ msgid "Logging verbosity level setup"
66
+ msgstr ""
@@ -0,0 +1,64 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the hammer-cli-foreman-admin package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Ettore Atalan <atalanttore@googlemail.com>, 2016
8
+ #
9
+ #, fuzzy
10
+ msgid ""
11
+ msgstr ""
12
+ "Project-Id-Version: hammer-cli-foreman-admin 1.1.0\n"
13
+ "Report-Msgid-Bugs-To: \n"
14
+ "POT-Creation-Date: 2016-06-09 08:38+0200\n"
15
+ "PO-Revision-Date: 2016-08-26 06:50+0000\n"
16
+ "Last-Translator: Ettore Atalan <atalanttore@googlemail.com>, 2016\n"
17
+ "Language-Team: German (https://app.transifex.com/foreman/teams/114/de/)\n"
18
+ "MIME-Version: 1.0\n"
19
+ "Content-Type: text/plain; charset=UTF-8\n"
20
+ "Content-Transfer-Encoding: 8bit\n"
21
+ "Language: de\n"
22
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
23
+
24
+ msgid "Administrative server-side tasks"
25
+ msgstr "Administrative serverseitige Aufgaben"
26
+
27
+ msgid "Increase verbosity level to debug."
28
+ msgstr "Ausführlichkeitsstufe für Fehlersuche erhöhen."
29
+
30
+ msgid "Decrease verbosity level to standard."
31
+ msgstr "Ausführlichkeitsstufe auf Standard verringern."
32
+
33
+ msgid "Components to apply, use --list to get them."
34
+ msgstr "Anzuwendende Komponenten, verwenden Sie --list zum Holen."
35
+
36
+ msgid "List available components."
37
+ msgstr "Verfügbare Komponenten auflisten."
38
+
39
+ msgid "Apply to all components."
40
+ msgstr "Auf alle Komponenten anwenden."
41
+
42
+ msgid "Do not apply specified changes."
43
+ msgstr "Festgelegte Änderungen nicht anwenden."
44
+
45
+ msgid "Skip configuration backups creation."
46
+ msgstr "Konfigurationssicherungserstellung überspringen."
47
+
48
+ msgid "Operate on prefixed environment (e.g. chroot)."
49
+ msgstr "Auf vorangestellter Umgebung betreiben (z.B. chroot)."
50
+
51
+ msgid "Command '%{cmd}' failed: %{e}"
52
+ msgstr "Befehl '%{cmd}' fehlgeschlagen: %{e}"
53
+
54
+ msgid "Component"
55
+ msgstr "Komponente"
56
+
57
+ msgid "Auto-detected by existence of"
58
+ msgstr "Existenz automatisch erkennen von"
59
+
60
+ msgid "Destinations"
61
+ msgstr "Ziele"
62
+
63
+ msgid "Logging verbosity level setup"
64
+ msgstr "Protokollierungs-Ausführlichkeitsstufen-Einrichtung"
@@ -1,21 +1,21 @@
1
- # English translations for hammer-cli-foreman-admin package.
2
- # Copyright (C) 2016 THE PACKAGE'S COPYRIGHT HOLDER
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the hammer-cli-foreman-admin package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: hammer-cli-foreman-admin 0.0.1\n"
8
+ "Project-Id-Version: hammer-cli-foreman-admin 1.1.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2016-04-13 15:09+0200\n"
10
+ "POT-Creation-Date: 2016-06-09 08:38+0200\n"
11
+ "PO-Revision-Date: 2016-06-09 08:38+0200\n"
11
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
- "Language-Team: English\n"
13
- "Language: en\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+ "Language: \n"
14
15
  "MIME-Version: 1.0\n"
15
16
  "Content-Type: text/plain; charset=UTF-8\n"
16
17
  "Content-Transfer-Encoding: 8bit\n"
17
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
- "\n"
18
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
19
19
 
20
20
  msgid "Administrative server-side tasks"
21
21
  msgstr ""
@@ -0,0 +1,65 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the hammer-cli-foreman-admin package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Andi Chandler <andi@gowling.com>, 2017
8
+ #
9
+ #, fuzzy
10
+ msgid ""
11
+ msgstr ""
12
+ "Project-Id-Version: hammer-cli-foreman-admin 1.1.0\n"
13
+ "Report-Msgid-Bugs-To: \n"
14
+ "POT-Creation-Date: 2016-06-09 08:38+0200\n"
15
+ "PO-Revision-Date: 2016-08-26 06:50+0000\n"
16
+ "Last-Translator: Andi Chandler <andi@gowling.com>, 2017\n"
17
+ "Language-Team: English (United Kingdom) (https://app.transifex.com/foreman/"
18
+ "teams/114/en_GB/)\n"
19
+ "MIME-Version: 1.0\n"
20
+ "Content-Type: text/plain; charset=UTF-8\n"
21
+ "Content-Transfer-Encoding: 8bit\n"
22
+ "Language: en_GB\n"
23
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
24
+
25
+ msgid "Administrative server-side tasks"
26
+ msgstr "Administrative server-side tasks"
27
+
28
+ msgid "Increase verbosity level to debug."
29
+ msgstr "Increase verbosity level to debug."
30
+
31
+ msgid "Decrease verbosity level to standard."
32
+ msgstr "Decrease verbosity level to standard."
33
+
34
+ msgid "Components to apply, use --list to get them."
35
+ msgstr "Components to apply, use --list to get them."
36
+
37
+ msgid "List available components."
38
+ msgstr "List available components."
39
+
40
+ msgid "Apply to all components."
41
+ msgstr "Apply to all components."
42
+
43
+ msgid "Do not apply specified changes."
44
+ msgstr "Do not apply specified changes."
45
+
46
+ msgid "Skip configuration backups creation."
47
+ msgstr "Skip configuration backups creation."
48
+
49
+ msgid "Operate on prefixed environment (e.g. chroot)."
50
+ msgstr "Operate on prefixed environment (e.g. chroot)."
51
+
52
+ msgid "Command '%{cmd}' failed: %{e}"
53
+ msgstr "Command '%{cmd}' failed: %{e}"
54
+
55
+ msgid "Component"
56
+ msgstr "Component"
57
+
58
+ msgid "Auto-detected by existence of"
59
+ msgstr "Auto-detected by existence of"
60
+
61
+ msgid "Destinations"
62
+ msgstr "Destinations"
63
+
64
+ msgid "Logging verbosity level setup"
65
+ msgstr "Logging verbosity level setup"
@@ -0,0 +1,66 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the hammer-cli-foreman-admin package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2018
8
+ # Amit Upadhye <aupadhye@redhat.com>, 2022
9
+ #
10
+ #, fuzzy
11
+ msgid ""
12
+ msgstr ""
13
+ "Project-Id-Version: hammer-cli-foreman-admin 1.1.0\n"
14
+ "Report-Msgid-Bugs-To: \n"
15
+ "POT-Creation-Date: 2016-06-09 08:38+0200\n"
16
+ "PO-Revision-Date: 2016-08-26 06:50+0000\n"
17
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2022\n"
18
+ "Language-Team: Spanish (https://app.transifex.com/foreman/teams/114/es/)\n"
19
+ "MIME-Version: 1.0\n"
20
+ "Content-Type: text/plain; charset=UTF-8\n"
21
+ "Content-Transfer-Encoding: 8bit\n"
22
+ "Language: es\n"
23
+ "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? "
24
+ "1 : 2;\n"
25
+
26
+ msgid "Administrative server-side tasks"
27
+ msgstr "Tareas administrativas del lado del servidor"
28
+
29
+ msgid "Increase verbosity level to debug."
30
+ msgstr "Incrementar el nivel de verbosidad a depurar."
31
+
32
+ msgid "Decrease verbosity level to standard."
33
+ msgstr "Reducir el nivel de verbosidad a estándar."
34
+
35
+ msgid "Components to apply, use --list to get them."
36
+ msgstr "Componentes para aplicar, usar --list para obtenerlos."
37
+
38
+ msgid "List available components."
39
+ msgstr "Mostrar los componentes disponibles."
40
+
41
+ msgid "Apply to all components."
42
+ msgstr "Aplicar a todos los componentes."
43
+
44
+ msgid "Do not apply specified changes."
45
+ msgstr "No aplicar cambios especificados."
46
+
47
+ msgid "Skip configuration backups creation."
48
+ msgstr "Omitir creación de copias de seguridad de la configuración."
49
+
50
+ msgid "Operate on prefixed environment (e.g. chroot)."
51
+ msgstr "Operar un entorno prefijado (por ejemplo, chroot)."
52
+
53
+ msgid "Command '%{cmd}' failed: %{e}"
54
+ msgstr "Comando '%{cmd}' fallado: %{e}"
55
+
56
+ msgid "Component"
57
+ msgstr "Componente"
58
+
59
+ msgid "Auto-detected by existence of"
60
+ msgstr "Autodetectado por la presencia de"
61
+
62
+ msgid "Destinations"
63
+ msgstr "Destinos"
64
+
65
+ msgid "Logging verbosity level setup"
66
+ msgstr "Registrando configuración del nivel de verbosidad"
@@ -0,0 +1,67 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the hammer-cli-foreman-admin package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2016
8
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2018
9
+ # Amit Upadhye <aupadhye@redhat.com>, 2023
10
+ #
11
+ #, fuzzy
12
+ msgid ""
13
+ msgstr ""
14
+ "Project-Id-Version: hammer-cli-foreman-admin 1.1.0\n"
15
+ "Report-Msgid-Bugs-To: \n"
16
+ "POT-Creation-Date: 2016-06-09 08:38+0200\n"
17
+ "PO-Revision-Date: 2016-08-26 06:50+0000\n"
18
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2023\n"
19
+ "Language-Team: French (https://app.transifex.com/foreman/teams/114/fr/)\n"
20
+ "MIME-Version: 1.0\n"
21
+ "Content-Type: text/plain; charset=UTF-8\n"
22
+ "Content-Transfer-Encoding: 8bit\n"
23
+ "Language: fr\n"
24
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
25
+ "1000000 == 0 ? 1 : 2;\n"
26
+
27
+ msgid "Administrative server-side tasks"
28
+ msgstr "Tâches administratives côté serveur"
29
+
30
+ msgid "Increase verbosity level to debug."
31
+ msgstr "Augmentez le niveau de verbosité jusqu'à débogage."
32
+
33
+ msgid "Decrease verbosity level to standard."
34
+ msgstr "Diminuez le niveau de verbosité jusqu'à standard."
35
+
36
+ msgid "Components to apply, use --list to get them."
37
+ msgstr "Composants à appliquer, utilisez --list pour les obtenir."
38
+
39
+ msgid "List available components."
40
+ msgstr "Répertoriez les composants disponibles."
41
+
42
+ msgid "Apply to all components."
43
+ msgstr "Appliquez à tous les composants."
44
+
45
+ msgid "Do not apply specified changes."
46
+ msgstr "N'appliquez pas les modifications spécifiées."
47
+
48
+ msgid "Skip configuration backups creation."
49
+ msgstr "Ignorez la création de sauvegardes de configuration."
50
+
51
+ msgid "Operate on prefixed environment (e.g. chroot)."
52
+ msgstr "Opérez sur l'environnement préfixé (par ex., chroot)."
53
+
54
+ msgid "Command '%{cmd}' failed: %{e}"
55
+ msgstr "La commande '%{cmd}' a échoué : %{e}"
56
+
57
+ msgid "Component"
58
+ msgstr "Composant"
59
+
60
+ msgid "Auto-detected by existence of"
61
+ msgstr "Auto-détecté par l'existence de"
62
+
63
+ msgid "Destinations"
64
+ msgstr "Destinations"
65
+
66
+ msgid "Logging verbosity level setup"
67
+ msgstr "Configuration du niveau de verbosité de la connexion"
@@ -0,0 +1,65 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the hammer-cli-foreman-admin package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2017
8
+ # Amit Upadhye <aupadhye@redhat.com>, 2022
9
+ #
10
+ #, fuzzy
11
+ msgid ""
12
+ msgstr ""
13
+ "Project-Id-Version: hammer-cli-foreman-admin 1.1.0\n"
14
+ "Report-Msgid-Bugs-To: \n"
15
+ "POT-Creation-Date: 2016-06-09 08:38+0200\n"
16
+ "PO-Revision-Date: 2016-08-26 06:50+0000\n"
17
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2022\n"
18
+ "Language-Team: Japanese (https://app.transifex.com/foreman/teams/114/ja/)\n"
19
+ "MIME-Version: 1.0\n"
20
+ "Content-Type: text/plain; charset=UTF-8\n"
21
+ "Content-Transfer-Encoding: 8bit\n"
22
+ "Language: ja\n"
23
+ "Plural-Forms: nplurals=1; plural=0;\n"
24
+
25
+ msgid "Administrative server-side tasks"
26
+ msgstr "サーバー側の管理タスクです。"
27
+
28
+ msgid "Increase verbosity level to debug."
29
+ msgstr "詳細レベルを上げてデバッグします。"
30
+
31
+ msgid "Decrease verbosity level to standard."
32
+ msgstr "詳細レベルを標準まで下げます。"
33
+
34
+ msgid "Components to apply, use --list to get them."
35
+ msgstr "適用するコンポーネント。--list を使用して取得します。"
36
+
37
+ msgid "List available components."
38
+ msgstr "使用可能なコンポーネントをリストします。"
39
+
40
+ msgid "Apply to all components."
41
+ msgstr "すべてのコンポーネントに適用します。"
42
+
43
+ msgid "Do not apply specified changes."
44
+ msgstr "指定の変更を適用しないでください。"
45
+
46
+ msgid "Skip configuration backups creation."
47
+ msgstr "設定のバックアップ作成をスキップします。"
48
+
49
+ msgid "Operate on prefixed environment (e.g. chroot)."
50
+ msgstr "プレフィックス付き環境 (例: chroot) で操作します。"
51
+
52
+ msgid "Command '%{cmd}' failed: %{e}"
53
+ msgstr "コマンド '%%{cmd}' が失敗しました: %%{e}"
54
+
55
+ msgid "Component"
56
+ msgstr "コンポーネント"
57
+
58
+ msgid "Auto-detected by existence of"
59
+ msgstr "以下の存在により自動検出"
60
+
61
+ msgid "Destinations"
62
+ msgstr "宛て先"
63
+
64
+ msgid "Logging verbosity level setup"
65
+ msgstr "ロギングの詳細レベルを設定します。"
@@ -0,0 +1,64 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the hammer-cli-foreman-admin package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2022
8
+ #
9
+ #, fuzzy
10
+ msgid ""
11
+ msgstr ""
12
+ "Project-Id-Version: hammer-cli-foreman-admin 1.1.0\n"
13
+ "Report-Msgid-Bugs-To: \n"
14
+ "POT-Creation-Date: 2016-06-09 08:38+0200\n"
15
+ "PO-Revision-Date: 2016-08-26 06:50+0000\n"
16
+ "Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2022\n"
17
+ "Language-Team: Georgian (https://app.transifex.com/foreman/teams/114/ka/)\n"
18
+ "MIME-Version: 1.0\n"
19
+ "Content-Type: text/plain; charset=UTF-8\n"
20
+ "Content-Transfer-Encoding: 8bit\n"
21
+ "Language: ka\n"
22
+ "Plural-Forms: nplurals=2; plural=(n!=1);\n"
23
+
24
+ msgid "Administrative server-side tasks"
25
+ msgstr "სერვერის ადმინისტრაციული ამოცანები"
26
+
27
+ msgid "Increase verbosity level to debug."
28
+ msgstr "დიაგნოსტიკური შეტყობინებების გამართვის დონემდე მომატება ."
29
+
30
+ msgid "Decrease verbosity level to standard."
31
+ msgstr "დიაგნოსტიკური შეტყობინებების სტანდარტულამდე დაწევა."
32
+
33
+ msgid "Components to apply, use --list to get them."
34
+ msgstr "გადასატარებელი კომპონენტები. სიის მისაღებად გამოიყენეთ --list."
35
+
36
+ msgid "List available components."
37
+ msgstr "ხელმისაწვდომი კომპონენტების სია."
38
+
39
+ msgid "Apply to all components."
40
+ msgstr "ყველა კომპონენტზე გადატარება."
41
+
42
+ msgid "Do not apply specified changes."
43
+ msgstr "არ გადაატარო მითითებული ცვლილებები."
44
+
45
+ msgid "Skip configuration backups creation."
46
+ msgstr "კონფიგურაციის მარქაფის შექმნის გამოტოვება."
47
+
48
+ msgid "Operate on prefixed environment (e.g. chroot)."
49
+ msgstr "პრეფიქსიან გარემოში მუშაობა (მაგ. chroot)."
50
+
51
+ msgid "Command '%{cmd}' failed: %{e}"
52
+ msgstr "ბრძანებს '%{cmd}' შეცდომა: %{e}"
53
+
54
+ msgid "Component"
55
+ msgstr "კომპონენტი"
56
+
57
+ msgid "Auto-detected by existence of"
58
+ msgstr "ავტომატურად ნაპოვნია"
59
+
60
+ msgid "Destinations"
61
+ msgstr "სამზნეები"
62
+
63
+ msgid "Logging verbosity level setup"
64
+ msgstr "დიაგნოსტიკური შეტყობინებების დონის მორგება"
@@ -0,0 +1,67 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the hammer-cli-foreman-admin package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2018
8
+ # Amit Upadhye <aupadhye@redhat.com>, 2022
9
+ #
10
+ #, fuzzy
11
+ msgid ""
12
+ msgstr ""
13
+ "Project-Id-Version: hammer-cli-foreman-admin 1.1.0\n"
14
+ "Report-Msgid-Bugs-To: \n"
15
+ "POT-Creation-Date: 2016-06-09 08:38+0200\n"
16
+ "PO-Revision-Date: 2016-08-26 06:50+0000\n"
17
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2022\n"
18
+ "Language-Team: Portuguese (Brazil) (https://app.transifex.com/foreman/"
19
+ "teams/114/pt_BR/)\n"
20
+ "MIME-Version: 1.0\n"
21
+ "Content-Type: text/plain; charset=UTF-8\n"
22
+ "Content-Transfer-Encoding: 8bit\n"
23
+ "Language: pt_BR\n"
24
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
25
+ "1000000 == 0 ? 1 : 2;\n"
26
+
27
+ msgid "Administrative server-side tasks"
28
+ msgstr "Tarefas administrativas no servidor"
29
+
30
+ msgid "Increase verbosity level to debug."
31
+ msgstr "Aumentar nível de verbosidade para depuração."
32
+
33
+ msgid "Decrease verbosity level to standard."
34
+ msgstr "Diminuir nível de verbosidade para padrão."
35
+
36
+ msgid "Components to apply, use --list to get them."
37
+ msgstr "Componentes para aplicar, use --list para obtê-los."
38
+
39
+ msgid "List available components."
40
+ msgstr "Listar componentes disponíveis."
41
+
42
+ msgid "Apply to all components."
43
+ msgstr "Aplicar a todos os componentes."
44
+
45
+ msgid "Do not apply specified changes."
46
+ msgstr "Não aplicar alterações especificadas."
47
+
48
+ msgid "Skip configuration backups creation."
49
+ msgstr "Pular a criação de backups de criação."
50
+
51
+ msgid "Operate on prefixed environment (e.g. chroot)."
52
+ msgstr "Operar em ambiente pré-fixado (por exemplo, chroot)."
53
+
54
+ msgid "Command '%{cmd}' failed: %{e}"
55
+ msgstr "O comando '%{cmd}' falhou: %{e}"
56
+
57
+ msgid "Component"
58
+ msgstr "Componente"
59
+
60
+ msgid "Auto-detected by existence of"
61
+ msgstr "Detectado automaticamente pela existência de"
62
+
63
+ msgid "Destinations"
64
+ msgstr "Destinações"
65
+
66
+ msgid "Logging verbosity level setup"
67
+ msgstr "Fazendo log de configuração de nível de verbosidade"
@@ -0,0 +1,66 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the hammer-cli-foreman-admin package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2018
8
+ # Amit Upadhye <aupadhye@redhat.com>, 2022
9
+ #
10
+ #, fuzzy
11
+ msgid ""
12
+ msgstr ""
13
+ "Project-Id-Version: hammer-cli-foreman-admin 1.1.0\n"
14
+ "Report-Msgid-Bugs-To: \n"
15
+ "POT-Creation-Date: 2016-06-09 08:38+0200\n"
16
+ "PO-Revision-Date: 2016-08-26 06:50+0000\n"
17
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2022\n"
18
+ "Language-Team: Chinese (China) (https://app.transifex.com/foreman/teams/114/"
19
+ "zh_CN/)\n"
20
+ "MIME-Version: 1.0\n"
21
+ "Content-Type: text/plain; charset=UTF-8\n"
22
+ "Content-Transfer-Encoding: 8bit\n"
23
+ "Language: zh_CN\n"
24
+ "Plural-Forms: nplurals=1; plural=0;\n"
25
+
26
+ msgid "Administrative server-side tasks"
27
+ msgstr "管理服务器一方的任务"
28
+
29
+ msgid "Increase verbosity level to debug."
30
+ msgstr "提高调试的详细级别。"
31
+
32
+ msgid "Decrease verbosity level to standard."
33
+ msgstr "将详细级别降至标准级别。"
34
+
35
+ msgid "Components to apply, use --list to get them."
36
+ msgstr "要应用的组件,使用 --list 获取。"
37
+
38
+ msgid "List available components."
39
+ msgstr "列出可用组件。"
40
+
41
+ msgid "Apply to all components."
42
+ msgstr "应用到所有组件。"
43
+
44
+ msgid "Do not apply specified changes."
45
+ msgstr "不要应用指定的更改。"
46
+
47
+ msgid "Skip configuration backups creation."
48
+ msgstr "跳过配置备份创建。"
49
+
50
+ msgid "Operate on prefixed environment (e.g. chroot)."
51
+ msgstr "在有前缀的环境(例如 chroot)中操作。"
52
+
53
+ msgid "Command '%{cmd}' failed: %{e}"
54
+ msgstr "命令 '%%{cmd}' 失败:%%{e}"
55
+
56
+ msgid "Component"
57
+ msgstr "组件"
58
+
59
+ msgid "Auto-detected by existence of"
60
+ msgstr "通过以下存在自动检测"
61
+
62
+ msgid "Destinations"
63
+ msgstr "Destinations"
64
+
65
+ msgid "Logging verbosity level setup"
66
+ msgstr "日志详细级别设置"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammer_cli_foreman_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas Zapletal
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-15 00:00:00.000000000 Z
11
+ date: 2024-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hammer_cli
@@ -42,14 +42,32 @@ files:
42
42
  - lib/hammer_cli_foreman_admin/i18n.rb
43
43
  - lib/hammer_cli_foreman_admin/logging_command.rb
44
44
  - lib/hammer_cli_foreman_admin/version.rb
45
- - locale/en/hammer-cli-foreman-admin.edit.po
45
+ - locale/cs_CZ/LC_MESSAGES/hammer-cli-foreman-admin.mo
46
+ - locale/cs_CZ/hammer-cli-foreman-admin.po
47
+ - locale/de/LC_MESSAGES/hammer-cli-foreman-admin.mo
48
+ - locale/de/hammer-cli-foreman-admin.po
49
+ - locale/en/LC_MESSAGES/hammer-cli-foreman-admin.mo
46
50
  - locale/en/hammer-cli-foreman-admin.po
51
+ - locale/en_GB/LC_MESSAGES/hammer-cli-foreman-admin.mo
52
+ - locale/en_GB/hammer-cli-foreman-admin.po
53
+ - locale/es/LC_MESSAGES/hammer-cli-foreman-admin.mo
54
+ - locale/es/hammer-cli-foreman-admin.po
55
+ - locale/fr/LC_MESSAGES/hammer-cli-foreman-admin.mo
56
+ - locale/fr/hammer-cli-foreman-admin.po
47
57
  - locale/hammer-cli-foreman-admin.pot
58
+ - locale/ja/LC_MESSAGES/hammer-cli-foreman-admin.mo
59
+ - locale/ja/hammer-cli-foreman-admin.po
60
+ - locale/ka/LC_MESSAGES/hammer-cli-foreman-admin.mo
61
+ - locale/ka/hammer-cli-foreman-admin.po
62
+ - locale/pt_BR/LC_MESSAGES/hammer-cli-foreman-admin.mo
63
+ - locale/pt_BR/hammer-cli-foreman-admin.po
64
+ - locale/zh_CN/LC_MESSAGES/hammer-cli-foreman-admin.mo
65
+ - locale/zh_CN/hammer-cli-foreman-admin.po
48
66
  homepage: https://github.com/theforeman/hammer-cli-foreman-admin
49
67
  licenses:
50
68
  - GPL-3
51
69
  metadata: {}
52
- post_install_message:
70
+ post_install_message:
53
71
  rdoc_options: []
54
72
  require_paths:
55
73
  - lib
@@ -64,8 +82,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
82
  - !ruby/object:Gem::Version
65
83
  version: '0'
66
84
  requirements: []
67
- rubygems_version: 3.1.4
68
- signing_key:
85
+ rubygems_version: 3.2.33
86
+ signing_key:
69
87
  specification_version: 4
70
88
  summary: Foreman administrative commands plugin
71
89
  test_files: []
@@ -1,74 +0,0 @@
1
- # English translations for hammer-cli-foreman-admin package.
2
- # Copyright (C) 2016 THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the hammer-cli-foreman-admin package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: hammer-cli-foreman-admin 0.0.1\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2016-04-13 15:09+0200\n"
11
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
- "Language-Team: English\n"
13
- "Language: en\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
- "\n"
19
-
20
- #: ../lib/hammer_cli_foreman_admin/admin_command.rb:6
21
- msgid "Administrative server-side tasks"
22
- msgstr ""
23
-
24
- #: ../lib/hammer_cli_foreman_admin/logging_command.rb:6
25
- msgid "Increase verbosity level to debug."
26
- msgstr ""
27
-
28
- #: ../lib/hammer_cli_foreman_admin/logging_command.rb:7
29
- msgid "Decrease verbosity level to standard."
30
- msgstr ""
31
-
32
- #: ../lib/hammer_cli_foreman_admin/logging_command.rb:8
33
- msgid "Components to apply, use --list to get them."
34
- msgstr ""
35
-
36
- #: ../lib/hammer_cli_foreman_admin/logging_command.rb:9
37
- msgid "List available components."
38
- msgstr ""
39
-
40
- #: ../lib/hammer_cli_foreman_admin/logging_command.rb:10
41
- msgid "Apply to all components."
42
- msgstr ""
43
-
44
- #: ../lib/hammer_cli_foreman_admin/logging_command.rb:11
45
- msgid "Do not apply specified changes."
46
- msgstr ""
47
-
48
- #: ../lib/hammer_cli_foreman_admin/logging_command.rb:12
49
- msgid "Skip configuration backups creation."
50
- msgstr ""
51
-
52
- #: ../lib/hammer_cli_foreman_admin/logging_command.rb:13
53
- msgid "Operate on prefixed environment (e.g. chroot)."
54
- msgstr ""
55
-
56
- #: ../lib/hammer_cli_foreman_admin/logging_command.rb:30
57
- msgid "Command '%{cmd}' failed: %{e}"
58
- msgstr ""
59
-
60
- #: ../lib/hammer_cli_foreman_admin/logging_command.rb:120
61
- msgid "Component"
62
- msgstr ""
63
-
64
- #: ../lib/hammer_cli_foreman_admin/logging_command.rb:121
65
- msgid "Auto-detected by existence of"
66
- msgstr ""
67
-
68
- #: ../lib/hammer_cli_foreman_admin/logging_command.rb:122
69
- msgid "Destinations"
70
- msgstr ""
71
-
72
- #: ../lib/hammer_cli_foreman_admin/logging_command.rb:138
73
- msgid "Logging verbosity level setup"
74
- msgstr ""