From f0f1a687e9535172172f79ef479467cae646676b Mon Sep 17 00:00:00 2001 From: Oleh Fedorenko Date: Tue, 3 Dec 2024 13:47:08 +0000 Subject: [PATCH] i18n - pulling from tx --- .../locale/cs_CZ/foreman_templates.js | 38 ++++- .../locale/de/foreman_templates.js | 38 ++++- .../locale/en_GB/foreman_templates.js | 38 ++++- .../locale/es/foreman_templates.js | 38 ++++- .../locale/fr/foreman_templates.js | 38 ++++- .../locale/gl/foreman_templates.js | 38 ++++- .../locale/it/foreman_templates.js | 38 ++++- .../locale/ja/foreman_templates.js | 38 ++++- .../locale/ka/foreman_templates.js | 38 ++++- .../locale/ko/foreman_templates.js | 128 ++++++++++------- .../locale/pt_BR/foreman_templates.js | 38 ++++- .../locale/ru/foreman_templates.js | 38 ++++- .../locale/sv_SE/foreman_templates.js | 38 ++++- .../locale/zh_CN/foreman_templates.js | 38 ++++- .../locale/zh_TW/foreman_templates.js | 38 ++++- locale/cs_CZ/LC_MESSAGES/foreman_templates.mo | Bin 1928 -> 1928 bytes locale/cs_CZ/foreman_templates.po | 38 ++++- locale/de/LC_MESSAGES/foreman_templates.mo | Bin 4232 -> 4092 bytes locale/de/foreman_templates.po | 38 ++++- locale/en_GB/LC_MESSAGES/foreman_templates.mo | Bin 582 -> 582 bytes locale/en_GB/foreman_templates.po | 38 ++++- locale/es/LC_MESSAGES/foreman_templates.mo | Bin 5936 -> 5830 bytes locale/es/foreman_templates.po | 38 ++++- locale/foreman_templates.pot | 79 +++++++++-- locale/fr/LC_MESSAGES/foreman_templates.mo | Bin 6988 -> 6834 bytes locale/fr/foreman_templates.po | 38 ++++- locale/gl/LC_MESSAGES/foreman_templates.mo | Bin 549 -> 549 bytes locale/gl/foreman_templates.po | 38 ++++- locale/it/LC_MESSAGES/foreman_templates.mo | Bin 945 -> 945 bytes locale/it/foreman_templates.po | 38 ++++- locale/ja/LC_MESSAGES/foreman_templates.mo | Bin 7680 -> 7507 bytes locale/ja/foreman_templates.po | 38 ++++- locale/ka/LC_MESSAGES/foreman_templates.mo | Bin 10643 -> 10434 bytes locale/ka/foreman_templates.po | 38 ++++- locale/ko/LC_MESSAGES/foreman_templates.mo | Bin 1145 -> 6679 bytes locale/ko/foreman_templates.po | 130 +++++++++++------- locale/pt_BR/LC_MESSAGES/foreman_templates.mo | Bin 4327 -> 4202 bytes locale/pt_BR/foreman_templates.po | 38 ++++- locale/ru/LC_MESSAGES/foreman_templates.mo | Bin 1435 -> 1435 bytes locale/ru/foreman_templates.po | 38 ++++- locale/sv_SE/LC_MESSAGES/foreman_templates.mo | Bin 565 -> 565 bytes locale/sv_SE/foreman_templates.po | 38 ++++- locale/zh_CN/LC_MESSAGES/foreman_templates.mo | Bin 5933 -> 5803 bytes locale/zh_CN/foreman_templates.po | 38 ++++- locale/zh_TW/LC_MESSAGES/foreman_templates.mo | Bin 1087 -> 1087 bytes locale/zh_TW/foreman_templates.po | 38 ++++- 46 files changed, 1176 insertions(+), 225 deletions(-) diff --git a/app/assets/javascripts/foreman_templates/locale/cs_CZ/foreman_templates.js b/app/assets/javascripts/foreman_templates/locale/cs_CZ/foreman_templates.js index f5d0e96..223c4a4 100644 --- a/app/assets/javascripts/foreman_templates/locale/cs_CZ/foreman_templates.js +++ b/app/assets/javascripts/foreman_templates/locale/cs_CZ/foreman_templates.js @@ -3,7 +3,7 @@ "locale_data": { "foreman_templates": { "": { - "Project-Id-Version": "foreman_templates 10.0.1", + "Project-Id-Version": "foreman_templates 10.0.3", "Report-Msgid-Bugs-To": "", "PO-Revision-Date": "2019-10-14 12:27+0000", "Last-Translator": "Pavel Borecki , 2023", @@ -47,6 +47,9 @@ "Commit message": [ "" ], + "Custom HTTP proxy": [ + "" + ], "Custom commit message for templates export": [ "" ], @@ -56,6 +59,9 @@ "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [ "" ], + "Directory within Git repo containing the templates.": [ + "" + ], "Dirname": [ "" ], @@ -71,9 +77,24 @@ "Force import": [ "Vynutit import" ], + "Global default HTTP proxy": [ + "" + ], + "HTTP proxy": [ + "" + ], + "HTTP proxy policy": [ + "" + ], + "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter.": [ + "" + ], "How to handle lock for imported templates?": [ "" ], + "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`": [ + "" + ], "Import": [ "Import" ], @@ -89,6 +110,9 @@ "Initiate Import": [ "Zahájit import" ], + "Invalid repo format, must start with one of: ": [ + "" + ], "Keep": [ "Ponechat" ], @@ -125,6 +149,9 @@ "New": [ "Nové" ], + "No HTTP proxy": [ + "" + ], "Override the default repo from settings.": [ "" ], @@ -152,6 +179,12 @@ "Repo": [ "Repozitář" ], + "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page.": [ + "" + ], + "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one.": [ + "" + ], "Should importing overwrite locked templates?": [ "" ], @@ -170,9 +203,6 @@ "Template Sync": [ "" ], - "The directory within Git repo containing the templates": [ - "" - ], "The directory within the Git repo containing the templates": [ "" ], diff --git a/app/assets/javascripts/foreman_templates/locale/de/foreman_templates.js b/app/assets/javascripts/foreman_templates/locale/de/foreman_templates.js index f5d3aeb..1344c53 100644 --- a/app/assets/javascripts/foreman_templates/locale/de/foreman_templates.js +++ b/app/assets/javascripts/foreman_templates/locale/de/foreman_templates.js @@ -3,7 +3,7 @@ "locale_data": { "foreman_templates": { "": { - "Project-Id-Version": "foreman_templates 10.0.1", + "Project-Id-Version": "foreman_templates 10.0.3", "Report-Msgid-Bugs-To": "", "PO-Revision-Date": "2019-10-14 12:27+0000", "Last-Translator": "pdolinic, 2023", @@ -47,6 +47,9 @@ "Commit message": [ "" ], + "Custom HTTP proxy": [ + "" + ], "Custom commit message for templates export": [ "" ], @@ -56,6 +59,9 @@ "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [ "Standard-Metadaten-Exportmodus, Aktualisieren, rendert Metadaten neu, behält vorhandene Metadaten bei, entfernt Exportvorlagen ohne Metadaten" ], + "Directory within Git repo containing the templates.": [ + "" + ], "Dirname": [ "Dirname" ], @@ -71,9 +77,24 @@ "Force import": [ "Import erzwingen" ], + "Global default HTTP proxy": [ + "" + ], + "HTTP proxy": [ + "" + ], + "HTTP proxy policy": [ + "" + ], + "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter.": [ + "" + ], "How to handle lock for imported templates?": [ "" ], + "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`": [ + "" + ], "Import": [ "Importieren" ], @@ -89,6 +110,9 @@ "Initiate Import": [ "Import einleiten" ], + "Invalid repo format, must start with one of: ": [ + "" + ], "Keep": [ "Behalten" ], @@ -125,6 +149,9 @@ "New": [ "Neu" ], + "No HTTP proxy": [ + "" + ], "Override the default repo from settings.": [ "Überschreiben Sie das Standard-Repository aus den Einstellungen." ], @@ -152,6 +179,12 @@ "Repo": [ "Repository" ], + "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page.": [ + "" + ], + "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one.": [ + "" + ], "Should importing overwrite locked templates?": [ "Sollen beim Importieren gesperrte Vorlagen überschrieben werden?" ], @@ -170,9 +203,6 @@ "Template Sync": [ "" ], - "The directory within Git repo containing the templates": [ - "Das Verzeichnis im Git-Repository, das die Vorlagen enthält" - ], "The directory within the Git repo containing the templates": [ "Das Verzeichnis im Git-Repository, das die Vorlagen enthält" ], diff --git a/app/assets/javascripts/foreman_templates/locale/en_GB/foreman_templates.js b/app/assets/javascripts/foreman_templates/locale/en_GB/foreman_templates.js index 7b2123a..7fa7c5e 100644 --- a/app/assets/javascripts/foreman_templates/locale/en_GB/foreman_templates.js +++ b/app/assets/javascripts/foreman_templates/locale/en_GB/foreman_templates.js @@ -3,7 +3,7 @@ "locale_data": { "foreman_templates": { "": { - "Project-Id-Version": "foreman_templates 10.0.1", + "Project-Id-Version": "foreman_templates 10.0.3", "Report-Msgid-Bugs-To": "", "PO-Revision-Date": "2019-10-14 12:27+0000", "Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2022", @@ -47,6 +47,9 @@ "Commit message": [ "" ], + "Custom HTTP proxy": [ + "" + ], "Custom commit message for templates export": [ "" ], @@ -56,6 +59,9 @@ "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [ "" ], + "Directory within Git repo containing the templates.": [ + "" + ], "Dirname": [ "" ], @@ -71,9 +77,24 @@ "Force import": [ "" ], + "Global default HTTP proxy": [ + "" + ], + "HTTP proxy": [ + "" + ], + "HTTP proxy policy": [ + "" + ], + "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter.": [ + "" + ], "How to handle lock for imported templates?": [ "" ], + "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`": [ + "" + ], "Import": [ "" ], @@ -89,6 +110,9 @@ "Initiate Import": [ "" ], + "Invalid repo format, must start with one of: ": [ + "" + ], "Keep": [ "" ], @@ -125,6 +149,9 @@ "New": [ "" ], + "No HTTP proxy": [ + "" + ], "Override the default repo from settings.": [ "" ], @@ -152,6 +179,12 @@ "Repo": [ "" ], + "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page.": [ + "" + ], + "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one.": [ + "" + ], "Should importing overwrite locked templates?": [ "" ], @@ -170,9 +203,6 @@ "Template Sync": [ "" ], - "The directory within Git repo containing the templates": [ - "" - ], "The directory within the Git repo containing the templates": [ "" ], diff --git a/app/assets/javascripts/foreman_templates/locale/es/foreman_templates.js b/app/assets/javascripts/foreman_templates/locale/es/foreman_templates.js index 3185b11..9e5161d 100644 --- a/app/assets/javascripts/foreman_templates/locale/es/foreman_templates.js +++ b/app/assets/javascripts/foreman_templates/locale/es/foreman_templates.js @@ -3,7 +3,7 @@ "locale_data": { "foreman_templates": { "": { - "Project-Id-Version": "foreman_templates 10.0.1", + "Project-Id-Version": "foreman_templates 10.0.3", "Report-Msgid-Bugs-To": "", "PO-Revision-Date": "2019-10-14 12:27+0000", "Last-Translator": "Bryan Kearney , 2023", @@ -47,6 +47,9 @@ "Commit message": [ "提交消息" ], + "Custom HTTP proxy": [ + "" + ], "Custom commit message for templates export": [ "模板导出的自定义提交消息" ], @@ -56,6 +59,9 @@ "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [ "默认元数据导出模式,刷新后重新渲染元数据,保留将保留现有元数据,删除不包含元数据的导出模板" ], + "Directory within Git repo containing the templates.": [ + "" + ], "Dirname": [ "Dirname" ], @@ -71,9 +77,24 @@ "Force import": [ "强制导入" ], + "Global default HTTP proxy": [ + "" + ], + "HTTP proxy": [ + "" + ], + "HTTP proxy policy": [ + "" + ], + "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter.": [ + "" + ], "How to handle lock for imported templates?": [ "如何处理导入的模板锁定?" ], + "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`": [ + "" + ], "Import": [ "Importar" ], @@ -89,6 +110,9 @@ "Initiate Import": [ "启动导入" ], + "Invalid repo format, must start with one of: ": [ + "" + ], "Keep": [ "保持" ], @@ -125,6 +149,9 @@ "New": [ "Nuevo" ], + "No HTTP proxy": [ + "" + ], "Override the default repo from settings.": [ "覆盖设置中的默认仓库。" ], @@ -152,6 +179,12 @@ "Repo": [ "仓库" ], + "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page.": [ + "" + ], + "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one.": [ + "" + ], "Should importing overwrite locked templates?": [ "是否应该导入覆盖锁定的模板?" ], @@ -170,9 +203,6 @@ "Template Sync": [ "模板同步" ], - "The directory within Git repo containing the templates": [ - "Git 仓库中包含模板的目录" - ], "The directory within the Git repo containing the templates": [ "Git 仓库中包含模板的目录" ], diff --git a/app/assets/javascripts/foreman_templates/locale/fr/foreman_templates.js b/app/assets/javascripts/foreman_templates/locale/fr/foreman_templates.js index e06aea8..d85bde8 100644 --- a/app/assets/javascripts/foreman_templates/locale/fr/foreman_templates.js +++ b/app/assets/javascripts/foreman_templates/locale/fr/foreman_templates.js @@ -3,7 +3,7 @@ "locale_data": { "foreman_templates": { "": { - "Project-Id-Version": "foreman_templates 10.0.1", + "Project-Id-Version": "foreman_templates 10.0.3", "Report-Msgid-Bugs-To": "", "PO-Revision-Date": "2019-10-14 12:27+0000", "Last-Translator": "Ewoud Kohl van Wijngaarden , 2024", @@ -47,6 +47,9 @@ "Commit message": [ "Message de validation" ], + "Custom HTTP proxy": [ + "" + ], "Custom commit message for templates export": [ "Message de validation personnalisé pour l'exportation de modèles" ], @@ -56,6 +59,9 @@ "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [ "Mode d'exportation des métadonnées par défaut, rafraîchir restitue les métadonnées, conserver les métadonnées existantes, supprimer exporte le modèle sans métadonnées" ], + "Directory within Git repo containing the templates.": [ + "" + ], "Dirname": [ "Dirname" ], @@ -71,9 +77,24 @@ "Force import": [ "Forcer l'importation" ], + "Global default HTTP proxy": [ + "" + ], + "HTTP proxy": [ + "" + ], + "HTTP proxy policy": [ + "" + ], + "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter.": [ + "" + ], "How to handle lock for imported templates?": [ "Comment gérer le verrouillage des modèles importés ?" ], + "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`": [ + "" + ], "Import": [ "Importation" ], @@ -89,6 +110,9 @@ "Initiate Import": [ "Initier l'importation" ], + "Invalid repo format, must start with one of: ": [ + "" + ], "Keep": [ "Gardez" ], @@ -125,6 +149,9 @@ "New": [ "Nouveau" ], + "No HTTP proxy": [ + "" + ], "Override the default repo from settings.": [ "Remplace le référentiel par défaut des paramètres." ], @@ -152,6 +179,12 @@ "Repo": [ "Référentiel" ], + "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page.": [ + "" + ], + "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one.": [ + "" + ], "Should importing overwrite locked templates?": [ "L'importation doit-elle écraser les modèles verrouillés ?" ], @@ -170,9 +203,6 @@ "Template Sync": [ "Sync Modèle" ], - "The directory within Git repo containing the templates": [ - "Le répertoire du référentiel Git contenant les modèles" - ], "The directory within the Git repo containing the templates": [ "Le répertoire du référentiel Git contenant les modèles" ], diff --git a/app/assets/javascripts/foreman_templates/locale/gl/foreman_templates.js b/app/assets/javascripts/foreman_templates/locale/gl/foreman_templates.js index 5163f99..d88f570 100644 --- a/app/assets/javascripts/foreman_templates/locale/gl/foreman_templates.js +++ b/app/assets/javascripts/foreman_templates/locale/gl/foreman_templates.js @@ -3,7 +3,7 @@ "locale_data": { "foreman_templates": { "": { - "Project-Id-Version": "foreman_templates 10.0.1", + "Project-Id-Version": "foreman_templates 10.0.3", "Report-Msgid-Bugs-To": "", "PO-Revision-Date": "2019-10-14 12:27+0000", "Last-Translator": "Carmela Rubiños , 2023", @@ -47,6 +47,9 @@ "Commit message": [ "" ], + "Custom HTTP proxy": [ + "" + ], "Custom commit message for templates export": [ "" ], @@ -56,6 +59,9 @@ "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [ "" ], + "Directory within Git repo containing the templates.": [ + "" + ], "Dirname": [ "" ], @@ -71,9 +77,24 @@ "Force import": [ "" ], + "Global default HTTP proxy": [ + "" + ], + "HTTP proxy": [ + "" + ], + "HTTP proxy policy": [ + "" + ], + "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter.": [ + "" + ], "How to handle lock for imported templates?": [ "" ], + "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`": [ + "" + ], "Import": [ "Importar" ], @@ -89,6 +110,9 @@ "Initiate Import": [ "" ], + "Invalid repo format, must start with one of: ": [ + "" + ], "Keep": [ "" ], @@ -125,6 +149,9 @@ "New": [ "Novo" ], + "No HTTP proxy": [ + "" + ], "Override the default repo from settings.": [ "" ], @@ -152,6 +179,12 @@ "Repo": [ "" ], + "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page.": [ + "" + ], + "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one.": [ + "" + ], "Should importing overwrite locked templates?": [ "" ], @@ -170,9 +203,6 @@ "Template Sync": [ "" ], - "The directory within Git repo containing the templates": [ - "" - ], "The directory within the Git repo containing the templates": [ "" ], diff --git a/app/assets/javascripts/foreman_templates/locale/it/foreman_templates.js b/app/assets/javascripts/foreman_templates/locale/it/foreman_templates.js index 0b4a212..928843f 100644 --- a/app/assets/javascripts/foreman_templates/locale/it/foreman_templates.js +++ b/app/assets/javascripts/foreman_templates/locale/it/foreman_templates.js @@ -3,7 +3,7 @@ "locale_data": { "foreman_templates": { "": { - "Project-Id-Version": "foreman_templates 10.0.1", + "Project-Id-Version": "foreman_templates 10.0.3", "Report-Msgid-Bugs-To": "", "PO-Revision-Date": "2019-10-14 12:27+0000", "Last-Translator": "Bryan Kearney , 2023", @@ -47,6 +47,9 @@ "Commit message": [ "" ], + "Custom HTTP proxy": [ + "" + ], "Custom commit message for templates export": [ "" ], @@ -56,6 +59,9 @@ "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [ "" ], + "Directory within Git repo containing the templates.": [ + "" + ], "Dirname": [ "" ], @@ -71,9 +77,24 @@ "Force import": [ "" ], + "Global default HTTP proxy": [ + "" + ], + "HTTP proxy": [ + "" + ], + "HTTP proxy policy": [ + "" + ], + "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter.": [ + "" + ], "How to handle lock for imported templates?": [ "" ], + "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`": [ + "" + ], "Import": [ "Importa" ], @@ -89,6 +110,9 @@ "Initiate Import": [ "" ], + "Invalid repo format, must start with one of: ": [ + "" + ], "Keep": [ "" ], @@ -125,6 +149,9 @@ "New": [ "Nuovo" ], + "No HTTP proxy": [ + "" + ], "Override the default repo from settings.": [ "" ], @@ -152,6 +179,12 @@ "Repo": [ "Repo" ], + "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page.": [ + "" + ], + "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one.": [ + "" + ], "Should importing overwrite locked templates?": [ "" ], @@ -170,9 +203,6 @@ "Template Sync": [ "" ], - "The directory within Git repo containing the templates": [ - "" - ], "The directory within the Git repo containing the templates": [ "" ], diff --git a/app/assets/javascripts/foreman_templates/locale/ja/foreman_templates.js b/app/assets/javascripts/foreman_templates/locale/ja/foreman_templates.js index a668c29..671af68 100644 --- a/app/assets/javascripts/foreman_templates/locale/ja/foreman_templates.js +++ b/app/assets/javascripts/foreman_templates/locale/ja/foreman_templates.js @@ -3,7 +3,7 @@ "locale_data": { "foreman_templates": { "": { - "Project-Id-Version": "foreman_templates 10.0.1", + "Project-Id-Version": "foreman_templates 10.0.3", "Report-Msgid-Bugs-To": "", "PO-Revision-Date": "2019-10-14 12:27+0000", "Last-Translator": "Ewoud Kohl van Wijngaarden , 2024", @@ -47,6 +47,9 @@ "Commit message": [ "メッセージのコミット" ], + "Custom HTTP proxy": [ + "" + ], "Custom commit message for templates export": [ "テンプレートエクスポート用のカスタムコミットメッセージ" ], @@ -56,6 +59,9 @@ "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [ "デフォルトのメタデータエクスポートモード、更新はメタデータを再レンダリングし、保持は既存のメタデータを保持し、削除はメタデータなしでテンプレートをエクスポートします" ], + "Directory within Git repo containing the templates.": [ + "" + ], "Dirname": [ "Dirname" ], @@ -71,9 +77,24 @@ "Force import": [ "強制インポート" ], + "Global default HTTP proxy": [ + "" + ], + "HTTP proxy": [ + "" + ], + "HTTP proxy policy": [ + "" + ], + "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter.": [ + "" + ], "How to handle lock for imported templates?": [ "インポートされたテンプレートのロックを処理する方法" ], + "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`": [ + "" + ], "Import": [ "インポート" ], @@ -89,6 +110,9 @@ "Initiate Import": [ "インポートを開始します" ], + "Invalid repo format, must start with one of: ": [ + "" + ], "Keep": [ "保持" ], @@ -125,6 +149,9 @@ "New": [ "新規" ], + "No HTTP proxy": [ + "" + ], "Override the default repo from settings.": [ "設定からデフォルトのリポジトリーを上書きします。" ], @@ -152,6 +179,12 @@ "Repo": [ "リポジトリー" ], + "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page.": [ + "" + ], + "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one.": [ + "" + ], "Should importing overwrite locked templates?": [ "インポートするとロックされたテンプレートは上書きされますか?" ], @@ -170,9 +203,6 @@ "Template Sync": [ "テンプレート同期" ], - "The directory within Git repo containing the templates": [ - "テンプレートを含む Git リポジトリー内のディレクトリー" - ], "The directory within the Git repo containing the templates": [ "テンプレートを含む Git リポジトリー内のディレクトリー" ], diff --git a/app/assets/javascripts/foreman_templates/locale/ka/foreman_templates.js b/app/assets/javascripts/foreman_templates/locale/ka/foreman_templates.js index 80f9c4c..0b5189d 100644 --- a/app/assets/javascripts/foreman_templates/locale/ka/foreman_templates.js +++ b/app/assets/javascripts/foreman_templates/locale/ka/foreman_templates.js @@ -3,7 +3,7 @@ "locale_data": { "foreman_templates": { "": { - "Project-Id-Version": "foreman_templates 10.0.1", + "Project-Id-Version": "foreman_templates 10.0.3", "Report-Msgid-Bugs-To": "", "PO-Revision-Date": "2019-10-14 12:27+0000", "Last-Translator": "Temuri Doghonadze , 2023", @@ -47,6 +47,9 @@ "Commit message": [ "კომიტის შეტყობინება" ], + "Custom HTTP proxy": [ + "" + ], "Custom commit message for templates export": [ "შაბლონების გადაცემის შეტყობინების ხელით მითითება" ], @@ -56,6 +59,9 @@ "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [ "მეტამონაცემების გატანის ნაგულისხმები რეჟიმი, განახლება ხელახლა გადასცემს მეტამონაცემებს, შენახვა შეინარჩუნებს არსებულ მეტამონაცემებს, გატანის შაბლონის წაშლა მეტამონაცემების გარეშე" ], + "Directory within Git repo containing the templates.": [ + "" + ], "Dirname": [ "საქაღალდის სახელი" ], @@ -71,9 +77,24 @@ "Force import": [ "ძალით შემოტანა" ], + "Global default HTTP proxy": [ + "" + ], + "HTTP proxy": [ + "" + ], + "HTTP proxy policy": [ + "" + ], + "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter.": [ + "" + ], "How to handle lock for imported templates?": [ "როგორ დავამუშაო ბლოკირება შემოტანილი შაბლონებისთვის?" ], + "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`": [ + "" + ], "Import": [ "შემოტანა" ], @@ -89,6 +110,9 @@ "Initiate Import": [ "შემოტანის დაწყება" ], + "Invalid repo format, must start with one of: ": [ + "" + ], "Keep": [ "დატოვება" ], @@ -125,6 +149,9 @@ "New": [ "ახალი" ], + "No HTTP proxy": [ + "" + ], "Override the default repo from settings.": [ "პარამეტრებში მითითებული ნაგულისხმები რეპოს გადაფარვა." ], @@ -152,6 +179,12 @@ "Repo": [ "რეპო" ], + "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page.": [ + "" + ], + "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one.": [ + "" + ], "Should importing overwrite locked templates?": [ "შემოტანამ დაბლოკილ შაბლონებს გადააწეროს თუ არა?" ], @@ -170,9 +203,6 @@ "Template Sync": [ "შაბლონების სინქრონიზაცია" ], - "The directory within Git repo containing the templates": [ - "შაბლონების შემცველი საქაღალდე Git-ის რეპოში" - ], "The directory within the Git repo containing the templates": [ "შაბლონების შემცველი საქაღალდე Git-ის რეპოში" ], diff --git a/app/assets/javascripts/foreman_templates/locale/ko/foreman_templates.js b/app/assets/javascripts/foreman_templates/locale/ko/foreman_templates.js index 023145e..729b4f7 100644 --- a/app/assets/javascripts/foreman_templates/locale/ko/foreman_templates.js +++ b/app/assets/javascripts/foreman_templates/locale/ko/foreman_templates.js @@ -3,10 +3,10 @@ "locale_data": { "foreman_templates": { "": { - "Project-Id-Version": "foreman_templates 10.0.1", + "Project-Id-Version": "foreman_templates 10.0.3", "Report-Msgid-Bugs-To": "", "PO-Revision-Date": "2019-10-14 12:27+0000", - "Last-Translator": "Bryan Kearney , 2023", + "Last-Translator": "Ewoud Kohl van Wijngaarden , 2024", "Language-Team": "Korean (https://app.transifex.com/foreman/teams/114/ko/)", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=UTF-8", @@ -18,106 +18,130 @@ "plural_forms": "nplurals=1; plural=0;" }, "Action type": [ - "" + "동작 유형" ], "Always": [ - "" + "항상" ], "Associate": [ - "" + "연관" ], "Associate templates to OS, organization and location": [ - "" + "OS, 조직 및 위치에 템플릿 연결" ], "Associate to OS's, Locations & Organizations. Options are: always, new or never.": [ - "" + "OS, 위치 및 조직과 연관시킵니다. 옵션은 always, new, never 입니다." ], "Back to sync form": [ - "" + "동기화 양식으로 돌아가기" ], "Branch": [ - "" + "브랜치" ], "Branch in Git repo.": [ - "" + "Git 리포지토리의 브랜치입니다." ], "Choose verbosity for Rake task importing templates": [ - "" + "Rake 작업 템플릿 가져오기에 대한 자세한 정보 선택" ], "Commit message": [ + "메시지 커밋" + ], + "Custom HTTP proxy": [ "" ], "Custom commit message for templates export": [ - "" + "템플릿 내보내기를 위한 사용자 정의 커밋 메시지" ], "Default branch in Git repo": [ - "" + "Git 리포지토리의 기본 브랜치" ], "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [ + "기본 메타데이터 내보내기 모드, 새로 고침은 메타데이터를 다시 렌더링하고, 유지는 기존 메타데이터를 유지하고, 메타데이터가 없는 내보내기 템플릿을 제거합니다." + ], + "Directory within Git repo containing the templates.": [ "" ], "Dirname": [ - "" + "Dirname" ], "Export": [ "내보내기 " ], "Export templates with names matching this regex (case-insensitive; snippets are not filtered).": [ - "" + "이 정규식과 일치하는 이름을 가진 템플릿을 내보냅니다(대소문자를 구분하지 않음, 스니펫은 필터링되지 않음)." ], "Filter": [ "필터 " ], "Force import": [ + "강제 가져오기" + ], + "Global default HTTP proxy": [ + "" + ], + "HTTP proxy": [ + "" + ], + "HTTP proxy policy": [ + "" + ], + "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter.": [ "" ], "How to handle lock for imported templates?": [ + "가져온 템플릿에 대한 잠금을 어떻게 처리하나요?" + ], + "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`": [ "" ], "Import": [ "불러오기" ], "Import or Export Templates": [ - "" + "템플릿 가져오기 또는 내보내기" ], "Import/export names matching this regex (case-insensitive; snippets are not filtered)": [ - "" + "이 정규 표현식과 일치하는 이름을 가져오거나 내보냅니다(대소문자 구분 없음, 스니펫은 필터링되지 않음)" ], "Initiate Export": [ - "" + "내보내기 시작" ], "Initiate Import": [ + "가져오기 시작" + ], + "Invalid repo format, must start with one of: ": [ "" ], "Keep": [ - "" + "유지" ], "Keep, do not lock new": [ - "" + "보관, 새 항목 잠금 없음" ], "Keep, lock new": [ - "" + "보관, 새 항목 잠금" ], "Lock": [ "잠금" ], "Lock imported templates": [ - "" + "가져온 템플릿 잠금" ], "Lock templates": [ - "" + "템플릿 잠금" ], "Metadata export mode": [ - "" + "메타데이터 내보내기 모드" ], "Negate": [ - "" + "비활성화" ], "Negate the filter for import/export": [ - "" + "가져오기/내보내기 필터 비활성화" ], "Negate the prefix (for purging).": [ - "" + "접두사를 비활성화합니다(제거용)" ], "Never": [ "사용 안 함" @@ -125,23 +149,26 @@ "New": [ "신규" ], - "Override the default repo from settings.": [ + "No HTTP proxy": [ "" ], + "Override the default repo from settings.": [ + "설정에서 기본 저장소를 덮어씁니다." + ], "Page Not Found": [ - "" + "페이지를 찾을 수 없습니다" ], "Permission Denied": [ - "" + "사용 권한이 거부되었습니다" ], "Please check the access permissions/SELinux and make sure it is readable/writable for the web application user account, typically '%s'.": [ - "" + "액세스 권한/SELinux를 확인하고 웹 애플리케이션 사용자 계정 (일반적으로 '%s')에 대해 읽기/쓰기가 가능한지 확인하세요." ], "Please request one of the required permissions listed below from a Foreman administrator:": [ "Foreman 관리자에게 아래에 나열된 필수 권한 중 하나를 요청하십시오." ], "Prefix": [ - "" + "접두사" ], "Refresh": [ "새로고침 " @@ -152,53 +179,56 @@ "Repo": [ "리포지터리 " ], - "Should importing overwrite locked templates?": [ + "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page.": [ "" ], - "Show template diff in response": [ + "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one.": [ "" ], + "Should importing overwrite locked templates?": [ + "가져오기를 하면 잠긴 템플릿을 덮어쓸 수 있나요?" + ], + "Show template diff in response": [ + "응답에서 템플릿 diff 표시" + ], "Specify how to handle metadata": [ - "" + "메타데이터를 처리하는 방법 지정" ], "Sync Templates": [ - "" + "템플릿 동기화" ], "Target path to import/export. Different protocols can be used, for example /tmp/dir, git://example.com, https://example.com, ssh://example.com. When exporting to /tmp, note that production deployments may be configured to use private tmp.": [ - "" + "가져오기/내보내기 위한 대상 경로입니다. 다양한 프로토콜을 사용할 수 있습니다(예: /tmp/dir, git://example.com, https://example.com, ssh://example.com). /tmp로 내보낼 때 프로덕션 배포는 개인 tmp를 사용하도록 구성될 수 있습니다." ], "Template Sync": [ - "" - ], - "The directory within Git repo containing the templates": [ - "" + "템플릿 동기화" ], "The directory within the Git repo containing the templates": [ - "" + "템플릿이 포함된 Git 리포지토리 내의 디렉토리" ], "The page you are looking for does not exist": [ - "" + "찾으시는 페이지가 존재하지 않습니다." ], "The string all imported templates should begin with.": [ - "" + "모든 가져온 템플릿이 시작해야 하는 문자열입니다." ], "The string that will be added as prefix to imported templates": [ - "" + "가져온 템플릿에 접두사로 추가될 문자열" ], "Unlock": [ "잠금 풀기" ], "Update templates that are locked": [ - "" + "잠긴 템플릿 업데이트" ], "Use default value from settings": [ - "" + "설정에서 기본값 사용" ], "Using file-based synchronization, but couldn't access %s. ": [ - "" + "파일 기반 동기화를 사용했지만 %s에 액세스할 수 없습니다. " ], "Verbosity": [ - "" + "상세 정보" ], "You are not authorized to perform this action.": [ "이 작업을 수행할 권한이 없습니다." diff --git a/app/assets/javascripts/foreman_templates/locale/pt_BR/foreman_templates.js b/app/assets/javascripts/foreman_templates/locale/pt_BR/foreman_templates.js index 31cf6dd..26b077a 100644 --- a/app/assets/javascripts/foreman_templates/locale/pt_BR/foreman_templates.js +++ b/app/assets/javascripts/foreman_templates/locale/pt_BR/foreman_templates.js @@ -3,7 +3,7 @@ "locale_data": { "foreman_templates": { "": { - "Project-Id-Version": "foreman_templates 10.0.1", + "Project-Id-Version": "foreman_templates 10.0.3", "Report-Msgid-Bugs-To": "", "PO-Revision-Date": "2019-10-14 12:27+0000", "Last-Translator": "Bryan Kearney , 2023", @@ -47,6 +47,9 @@ "Commit message": [ "" ], + "Custom HTTP proxy": [ + "" + ], "Custom commit message for templates export": [ "" ], @@ -56,6 +59,9 @@ "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [ "Modo de exportação de metadados padrão, atualiza os metadados de revenda, mantém manterá os metadados existentes, removerá o modelo de exportação sem metadados" ], + "Directory within Git repo containing the templates.": [ + "" + ], "Dirname": [ "Dirname" ], @@ -71,9 +77,24 @@ "Force import": [ "Forçar a importação" ], + "Global default HTTP proxy": [ + "" + ], + "HTTP proxy": [ + "" + ], + "HTTP proxy policy": [ + "" + ], + "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter.": [ + "" + ], "How to handle lock for imported templates?": [ "" ], + "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`": [ + "" + ], "Import": [ "Importar" ], @@ -89,6 +110,9 @@ "Initiate Import": [ "Iniciar a importação" ], + "Invalid repo format, must start with one of: ": [ + "" + ], "Keep": [ "Guarde" ], @@ -125,6 +149,9 @@ "New": [ "Novo" ], + "No HTTP proxy": [ + "" + ], "Override the default repo from settings.": [ "Anular o reporte padrão das configurações." ], @@ -152,6 +179,12 @@ "Repo": [ "Repo" ], + "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page.": [ + "" + ], + "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one.": [ + "" + ], "Should importing overwrite locked templates?": [ "A importação deve sobregravar modelos bloqueados?" ], @@ -170,9 +203,6 @@ "Template Sync": [ "" ], - "The directory within Git repo containing the templates": [ - "O diretório dentro do Git repo contendo os gabaritos" - ], "The directory within the Git repo containing the templates": [ "O diretório dentro do Git repo contendo os modelos" ], diff --git a/app/assets/javascripts/foreman_templates/locale/ru/foreman_templates.js b/app/assets/javascripts/foreman_templates/locale/ru/foreman_templates.js index c359185..defbbd4 100644 --- a/app/assets/javascripts/foreman_templates/locale/ru/foreman_templates.js +++ b/app/assets/javascripts/foreman_templates/locale/ru/foreman_templates.js @@ -3,7 +3,7 @@ "locale_data": { "foreman_templates": { "": { - "Project-Id-Version": "foreman_templates 10.0.1", + "Project-Id-Version": "foreman_templates 10.0.3", "Report-Msgid-Bugs-To": "", "PO-Revision-Date": "2019-10-14 12:27+0000", "Last-Translator": "Bryan Kearney , 2023", @@ -47,6 +47,9 @@ "Commit message": [ "" ], + "Custom HTTP proxy": [ + "" + ], "Custom commit message for templates export": [ "" ], @@ -56,6 +59,9 @@ "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [ "" ], + "Directory within Git repo containing the templates.": [ + "" + ], "Dirname": [ "" ], @@ -71,9 +77,24 @@ "Force import": [ "" ], + "Global default HTTP proxy": [ + "" + ], + "HTTP proxy": [ + "" + ], + "HTTP proxy policy": [ + "" + ], + "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter.": [ + "" + ], "How to handle lock for imported templates?": [ "" ], + "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`": [ + "" + ], "Import": [ "Импорт" ], @@ -89,6 +110,9 @@ "Initiate Import": [ "" ], + "Invalid repo format, must start with one of: ": [ + "" + ], "Keep": [ "" ], @@ -125,6 +149,9 @@ "New": [ "Новое" ], + "No HTTP proxy": [ + "" + ], "Override the default repo from settings.": [ "" ], @@ -152,6 +179,12 @@ "Repo": [ "Репозиторий" ], + "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page.": [ + "" + ], + "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one.": [ + "" + ], "Should importing overwrite locked templates?": [ "" ], @@ -170,9 +203,6 @@ "Template Sync": [ "" ], - "The directory within Git repo containing the templates": [ - "" - ], "The directory within the Git repo containing the templates": [ "" ], diff --git a/app/assets/javascripts/foreman_templates/locale/sv_SE/foreman_templates.js b/app/assets/javascripts/foreman_templates/locale/sv_SE/foreman_templates.js index 88d12cc..03ed4cf 100644 --- a/app/assets/javascripts/foreman_templates/locale/sv_SE/foreman_templates.js +++ b/app/assets/javascripts/foreman_templates/locale/sv_SE/foreman_templates.js @@ -3,7 +3,7 @@ "locale_data": { "foreman_templates": { "": { - "Project-Id-Version": "foreman_templates 10.0.1", + "Project-Id-Version": "foreman_templates 10.0.3", "Report-Msgid-Bugs-To": "", "PO-Revision-Date": "2019-10-14 12:27+0000", "Last-Translator": "johnny.westerlund , 2023", @@ -47,6 +47,9 @@ "Commit message": [ "" ], + "Custom HTTP proxy": [ + "" + ], "Custom commit message for templates export": [ "" ], @@ -56,6 +59,9 @@ "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [ "" ], + "Directory within Git repo containing the templates.": [ + "" + ], "Dirname": [ "" ], @@ -71,9 +77,24 @@ "Force import": [ "" ], + "Global default HTTP proxy": [ + "" + ], + "HTTP proxy": [ + "" + ], + "HTTP proxy policy": [ + "" + ], + "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter.": [ + "" + ], "How to handle lock for imported templates?": [ "" ], + "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`": [ + "" + ], "Import": [ "Importera" ], @@ -89,6 +110,9 @@ "Initiate Import": [ "" ], + "Invalid repo format, must start with one of: ": [ + "" + ], "Keep": [ "" ], @@ -125,6 +149,9 @@ "New": [ "Ny" ], + "No HTTP proxy": [ + "" + ], "Override the default repo from settings.": [ "" ], @@ -152,6 +179,12 @@ "Repo": [ "" ], + "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page.": [ + "" + ], + "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one.": [ + "" + ], "Should importing overwrite locked templates?": [ "" ], @@ -170,9 +203,6 @@ "Template Sync": [ "" ], - "The directory within Git repo containing the templates": [ - "" - ], "The directory within the Git repo containing the templates": [ "" ], diff --git a/app/assets/javascripts/foreman_templates/locale/zh_CN/foreman_templates.js b/app/assets/javascripts/foreman_templates/locale/zh_CN/foreman_templates.js index 0d358ca..d8509a9 100644 --- a/app/assets/javascripts/foreman_templates/locale/zh_CN/foreman_templates.js +++ b/app/assets/javascripts/foreman_templates/locale/zh_CN/foreman_templates.js @@ -3,7 +3,7 @@ "locale_data": { "foreman_templates": { "": { - "Project-Id-Version": "foreman_templates 10.0.1", + "Project-Id-Version": "foreman_templates 10.0.3", "Report-Msgid-Bugs-To": "", "PO-Revision-Date": "2019-10-14 12:27+0000", "Last-Translator": "Ewoud Kohl van Wijngaarden , 2024", @@ -47,6 +47,9 @@ "Commit message": [ "提交消息" ], + "Custom HTTP proxy": [ + "" + ], "Custom commit message for templates export": [ "模板导出的自定义提交消息" ], @@ -56,6 +59,9 @@ "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [ "默认元数据导出模式,刷新后重新渲染元数据,保留将保留现有元数据,删除不包含元数据的导出模板" ], + "Directory within Git repo containing the templates.": [ + "" + ], "Dirname": [ "Dirname" ], @@ -71,9 +77,24 @@ "Force import": [ "强制导入" ], + "Global default HTTP proxy": [ + "" + ], + "HTTP proxy": [ + "" + ], + "HTTP proxy policy": [ + "" + ], + "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter.": [ + "" + ], "How to handle lock for imported templates?": [ "如何处理导入的模板锁定?" ], + "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`": [ + "" + ], "Import": [ "导入" ], @@ -89,6 +110,9 @@ "Initiate Import": [ "启动导入" ], + "Invalid repo format, must start with one of: ": [ + "" + ], "Keep": [ "保持" ], @@ -125,6 +149,9 @@ "New": [ "新" ], + "No HTTP proxy": [ + "" + ], "Override the default repo from settings.": [ "覆盖设置中的默认仓库。" ], @@ -152,6 +179,12 @@ "Repo": [ "仓库" ], + "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page.": [ + "" + ], + "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one.": [ + "" + ], "Should importing overwrite locked templates?": [ "是否应该导入覆盖锁定的模板?" ], @@ -170,9 +203,6 @@ "Template Sync": [ "模板同步" ], - "The directory within Git repo containing the templates": [ - "Git 仓库中包含模板的目录" - ], "The directory within the Git repo containing the templates": [ "Git 仓库中包含模板的目录" ], diff --git a/app/assets/javascripts/foreman_templates/locale/zh_TW/foreman_templates.js b/app/assets/javascripts/foreman_templates/locale/zh_TW/foreman_templates.js index 6bb202d..494637c 100644 --- a/app/assets/javascripts/foreman_templates/locale/zh_TW/foreman_templates.js +++ b/app/assets/javascripts/foreman_templates/locale/zh_TW/foreman_templates.js @@ -3,7 +3,7 @@ "locale_data": { "foreman_templates": { "": { - "Project-Id-Version": "foreman_templates 10.0.1", + "Project-Id-Version": "foreman_templates 10.0.3", "Report-Msgid-Bugs-To": "", "PO-Revision-Date": "2019-10-14 12:27+0000", "Last-Translator": "Bryan Kearney , 2023", @@ -47,6 +47,9 @@ "Commit message": [ "" ], + "Custom HTTP proxy": [ + "" + ], "Custom commit message for templates export": [ "" ], @@ -56,6 +59,9 @@ "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [ "" ], + "Directory within Git repo containing the templates.": [ + "" + ], "Dirname": [ "" ], @@ -71,9 +77,24 @@ "Force import": [ "" ], + "Global default HTTP proxy": [ + "" + ], + "HTTP proxy": [ + "" + ], + "HTTP proxy policy": [ + "" + ], + "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter.": [ + "" + ], "How to handle lock for imported templates?": [ "" ], + "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`": [ + "" + ], "Import": [ "匯入" ], @@ -89,6 +110,9 @@ "Initiate Import": [ "" ], + "Invalid repo format, must start with one of: ": [ + "" + ], "Keep": [ "" ], @@ -125,6 +149,9 @@ "New": [ "新增" ], + "No HTTP proxy": [ + "" + ], "Override the default repo from settings.": [ "" ], @@ -152,6 +179,12 @@ "Repo": [ "軟體庫" ], + "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page.": [ + "" + ], + "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one.": [ + "" + ], "Should importing overwrite locked templates?": [ "" ], @@ -170,9 +203,6 @@ "Template Sync": [ "" ], - "The directory within Git repo containing the templates": [ - "" - ], "The directory within the Git repo containing the templates": [ "" ], diff --git a/locale/cs_CZ/LC_MESSAGES/foreman_templates.mo b/locale/cs_CZ/LC_MESSAGES/foreman_templates.mo index fb224a9ec18e9151d63ee466ea3440f547552fe9..c68b7f9f9e5c7141e54b2eac5fbfa8ef75916b23 100644 GIT binary patch delta 14 VcmeC+@8I9?jhWGS^LOTn%m65+1x)|| delta 14 VcmeC+@8I9?jhWGK^LOTn%m65w1xo+` diff --git a/locale/cs_CZ/foreman_templates.po b/locale/cs_CZ/foreman_templates.po index bfb4ecc..9a0f497 100644 --- a/locale/cs_CZ/foreman_templates.po +++ b/locale/cs_CZ/foreman_templates.po @@ -8,7 +8,7 @@ # msgid "" msgstr "" -"Project-Id-Version: foreman_templates 10.0.1\n" +"Project-Id-Version: foreman_templates 10.0.3\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2019-10-14 12:27+0000\n" "Last-Translator: Pavel Borecki , 2023\n" @@ -51,6 +51,9 @@ msgstr "" msgid "Commit message" msgstr "" +msgid "Custom HTTP proxy" +msgstr "" + msgid "Custom commit message for templates export" msgstr "" @@ -60,6 +63,9 @@ msgstr "Výchozí větev v Git repozitáři" msgid "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata" msgstr "" +msgid "Directory within Git repo containing the templates." +msgstr "" + msgid "Dirname" msgstr "" @@ -75,9 +81,24 @@ msgstr "" msgid "Force import" msgstr "Vynutit import" +msgid "Global default HTTP proxy" +msgstr "" + +msgid "HTTP proxy" +msgstr "" + +msgid "HTTP proxy policy" +msgstr "" + +msgid "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter." +msgstr "" + msgid "How to handle lock for imported templates?" msgstr "" +msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`" +msgstr "" + msgid "Import" msgstr "Import" @@ -93,6 +114,9 @@ msgstr "Zahájit export" msgid "Initiate Import" msgstr "Zahájit import" +msgid "Invalid repo format, must start with one of: " +msgstr "" + msgid "Keep" msgstr "Ponechat" @@ -129,6 +153,9 @@ msgstr "Nikdy" msgid "New" msgstr "Nové" +msgid "No HTTP proxy" +msgstr "" + msgid "Override the default repo from settings." msgstr "" @@ -156,6 +183,12 @@ msgstr "Odebrat" msgid "Repo" msgstr "Repozitář" +msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page." +msgstr "" + +msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one." +msgstr "" + msgid "Should importing overwrite locked templates?" msgstr "" @@ -174,9 +207,6 @@ msgstr "" msgid "Template Sync" msgstr "" -msgid "The directory within Git repo containing the templates" -msgstr "" - msgid "The directory within the Git repo containing the templates" msgstr "" diff --git a/locale/de/LC_MESSAGES/foreman_templates.mo b/locale/de/LC_MESSAGES/foreman_templates.mo index c475935c204138649026d0b8407daec08ffca014..06477c46a15e4bf40d8f4fdc58972ea58367e0a8 100644 GIT binary patch delta 998 zcmXxj&r1|>7{~EvW>>c@-Br^pO`TOMf8n8|piM>xieI~}YkXb&iViec04Zq_1h@6ks=Usilyb?FBaAOC03+ z_Ldzs`^BURk6rGQ=z&pGcVbwLN#_&PgU9eL&Y(K8jJn?u2KdjN56%l^Nh6AYcA5ks-g1xwj39RHtv)GP2%hpf@Y~dX4xO|lM7LmU~ z4%rl@i`kiTCzg;}>^;3L$ceT{m<4Bo*N^ib=f zp14k^P!*#>e0_h72BMA#2(?Z{BnS;&Hak>tEpds^+iU3UTL^Vgow-ctQ>kcmPM_;+ zl(3`X&W6@jb3c<-u?EFv7g$v`GpoTyw=XJ*D=ybxOGDpLow%kX^CPq!${a*$J?~Z~ M9_`M5Gavu+AAes@J^%m! delta 1054 zcmYk*Pe@cz6vy%N8g)jkNuOyoR?cXSe^Mipf-GtX6I#TGAVj5zHlYLqPV{HvYz!pC z{DXU=O|*+?6$G`3mJx*;5v@%@3vunj?{D4}y1a8g_rAa9o%`Ny!)zkI;g_r!t&=!G z%y?#3@ZSMC+GfbC47acx|6mX9U>aLWg5yuIhIt;laT#Oy1)t*$LhgCUi@hI~cMzI@@U<%o6h%S!zkXzU^lC#ZVE6(C=o^S6M zuvsPPDMO!5^BC%Z3GBcmp29)r6zai?cmY@O60V^tlEnLpBTZL0rZ<=OC&=3#jYYFpj^l7ei#Lgs;+F#58)S zmu)0Uwf>x2%=#p%#fyFLh8niIxiVK%>Gd%EAiBBQv4CQKoIdg2Tou}H%?$KcG`Jn7 zwfdG%Ld(%cBneeYhI_ve8N%>pNu}s oSt^&yj!ld{y6;AX&Ctit@~d#NFc&`WdFKkBB7J3ruhAZF52@}{od5s; diff --git a/locale/de/foreman_templates.po b/locale/de/foreman_templates.po index 2eda670..8845883 100644 --- a/locale/de/foreman_templates.po +++ b/locale/de/foreman_templates.po @@ -13,7 +13,7 @@ # msgid "" msgstr "" -"Project-Id-Version: foreman_templates 10.0.1\n" +"Project-Id-Version: foreman_templates 10.0.3\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2019-10-14 12:27+0000\n" "Last-Translator: pdolinic, 2023\n" @@ -54,6 +54,9 @@ msgstr "Wählen Sie die Ausführlichkeit für Importvorlagen für Rake-Aufgaben" msgid "Commit message" msgstr "" +msgid "Custom HTTP proxy" +msgstr "" + msgid "Custom commit message for templates export" msgstr "" @@ -63,6 +66,9 @@ msgstr "Standard-Branch im Git-Repository" msgid "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata" msgstr "Standard-Metadaten-Exportmodus, Aktualisieren, rendert Metadaten neu, behält vorhandene Metadaten bei, entfernt Exportvorlagen ohne Metadaten" +msgid "Directory within Git repo containing the templates." +msgstr "" + msgid "Dirname" msgstr "Dirname" @@ -78,9 +84,24 @@ msgstr "Filter" msgid "Force import" msgstr "Import erzwingen" +msgid "Global default HTTP proxy" +msgstr "" + +msgid "HTTP proxy" +msgstr "" + +msgid "HTTP proxy policy" +msgstr "" + +msgid "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter." +msgstr "" + msgid "How to handle lock for imported templates?" msgstr "" +msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`" +msgstr "" + msgid "Import" msgstr "Importieren" @@ -96,6 +117,9 @@ msgstr "Export initiieren" msgid "Initiate Import" msgstr "Import einleiten" +msgid "Invalid repo format, must start with one of: " +msgstr "" + msgid "Keep" msgstr "Behalten" @@ -132,6 +156,9 @@ msgstr "Nie" msgid "New" msgstr "Neu" +msgid "No HTTP proxy" +msgstr "" + msgid "Override the default repo from settings." msgstr "Überschreiben Sie das Standard-Repository aus den Einstellungen." @@ -159,6 +186,12 @@ msgstr "Entfernen" msgid "Repo" msgstr "Repository" +msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page." +msgstr "" + +msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one." +msgstr "" + msgid "Should importing overwrite locked templates?" msgstr "Sollen beim Importieren gesperrte Vorlagen überschrieben werden?" @@ -177,9 +210,6 @@ msgstr "" msgid "Template Sync" msgstr "" -msgid "The directory within Git repo containing the templates" -msgstr "Das Verzeichnis im Git-Repository, das die Vorlagen enthält" - msgid "The directory within the Git repo containing the templates" msgstr "Das Verzeichnis im Git-Repository, das die Vorlagen enthält" diff --git a/locale/en_GB/LC_MESSAGES/foreman_templates.mo b/locale/en_GB/LC_MESSAGES/foreman_templates.mo index 0120a4acf44e6fd91c7e4041f17a40fb963468d8..dbd6b9e48a8d17f3f1e2b55d00538ee1282f9dd2 100644 GIT binary patch delta 12 UcmX@ca*SodYDVLYYi2P503nYA`~Uy| delta 12 UcmX@ca*SodYDUA2Yi2P503n40`Tzg` diff --git a/locale/en_GB/foreman_templates.po b/locale/en_GB/foreman_templates.po index d8ddba9..422ea51 100644 --- a/locale/en_GB/foreman_templates.po +++ b/locale/en_GB/foreman_templates.po @@ -8,7 +8,7 @@ # msgid "" msgstr "" -"Project-Id-Version: foreman_templates 10.0.1\n" +"Project-Id-Version: foreman_templates 10.0.3\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2019-10-14 12:27+0000\n" "Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2022\n" @@ -50,6 +50,9 @@ msgstr "" msgid "Commit message" msgstr "" +msgid "Custom HTTP proxy" +msgstr "" + msgid "Custom commit message for templates export" msgstr "" @@ -59,6 +62,9 @@ msgstr "" msgid "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata" msgstr "" +msgid "Directory within Git repo containing the templates." +msgstr "" + msgid "Dirname" msgstr "" @@ -74,9 +80,24 @@ msgstr "" msgid "Force import" msgstr "" +msgid "Global default HTTP proxy" +msgstr "" + +msgid "HTTP proxy" +msgstr "" + +msgid "HTTP proxy policy" +msgstr "" + +msgid "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter." +msgstr "" + msgid "How to handle lock for imported templates?" msgstr "" +msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`" +msgstr "" + msgid "Import" msgstr "" @@ -92,6 +113,9 @@ msgstr "" msgid "Initiate Import" msgstr "" +msgid "Invalid repo format, must start with one of: " +msgstr "" + msgid "Keep" msgstr "" @@ -128,6 +152,9 @@ msgstr "" msgid "New" msgstr "" +msgid "No HTTP proxy" +msgstr "" + msgid "Override the default repo from settings." msgstr "" @@ -155,6 +182,12 @@ msgstr "" msgid "Repo" msgstr "" +msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page." +msgstr "" + +msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one." +msgstr "" + msgid "Should importing overwrite locked templates?" msgstr "" @@ -173,9 +206,6 @@ msgstr "" msgid "Template Sync" msgstr "" -msgid "The directory within Git repo containing the templates" -msgstr "" - msgid "The directory within the Git repo containing the templates" msgstr "" diff --git a/locale/es/LC_MESSAGES/foreman_templates.mo b/locale/es/LC_MESSAGES/foreman_templates.mo index e609a576eb394814cd0bb3f35b5676e8a1af29b8..e529b4e179b65fc1fa14e45e40cb978f9966e8a6 100644 GIT binary patch delta 1164 zcmX}rOK4L;6vpv$^|nnPF->AylSbRBh1#?+ni~7CSfL<_i%Ka*h5CqYthn}pTsOf@ zT}V(t!G(yRCP2S!{>#|L z`sVpR+`;t>c!YY9m$(JrU?(mjo3T35pyULx2g9hq!>CLg!0UJ%kK#8}ywQg0M#oX@ zL+G-;O;YK@9B#sb??Y7Jx448KF^I1lSq$efi4CMjN0LPy;|ywn$JmJ_?7$DGdCSN< zSs%f?6qPKMXO7uf)Wj%x)POi3^$O1QdEq-p{+e;c-98u{3MzO>*m z)cn(^c^Cb5AwvE&@g5y|(+AjvbEvbf_fae{W%Cw*UYD delta 1184 zcmX}sT}YEr9LMqh>T#~-tgWWjvNR>uY%6n`y@@wLFGO1}!X#p`ia>%OB1mKx5xqex z#x6s;uqX+;wNylSk+n8FgfX{#3F|0dLk)1lt$&FcXaW!5H(Y@IzFAY~P|ji)kD?Yb?ABk# zM&`GI`@?NqOoJz=g}lNxe2XnOg>1?i34?;uj8SYw4ZIT-i40!AAS~HFzACW6AXqYTycf$4Ly}8^2i(e#A}KKzKSZjXIhU+=>rT6aByzoW>Q{ z#31U|i+L7jr^qC51n+yy?x8vk5>Nep7`t!?(>RI>=}%O<+J$CIupZ+WMdq>rY{wkx zZe2u0W(+wkiwB86QMGR3mc>5QfTO4ZZlMM!quRYgO&&CB2~>R&*}M&)j_4R3!PA(-_o(su zxKNy$Z9{D!g{seB46}JMI`bt|GZAKO&O+i@N4MXrUN zLv5^pYBz>Se2zNODO`)I`38(5|DV|S%>M%2hbFgH5!g};IvwF|a@wy_507HCv6yxu zo(;tlPA;fxrEfx0cJXX3R-MM?UUK>rl{$HJS#?2`lI3vCgtz#`zp7mEKlOMz%hv+| KUwJsZ%kvM*3UBHF diff --git a/locale/es/foreman_templates.po b/locale/es/foreman_templates.po index e89eed2..bfb377b 100644 --- a/locale/es/foreman_templates.po +++ b/locale/es/foreman_templates.po @@ -10,7 +10,7 @@ # msgid "" msgstr "" -"Project-Id-Version: foreman_templates 10.0.1\n" +"Project-Id-Version: foreman_templates 10.0.3\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2019-10-14 12:27+0000\n" "Last-Translator: Bryan Kearney , 2023\n" @@ -52,6 +52,9 @@ msgstr "为 Rake 任务导入模板选择详细程度" msgid "Commit message" msgstr "提交消息" +msgid "Custom HTTP proxy" +msgstr "" + msgid "Custom commit message for templates export" msgstr "模板导出的自定义提交消息" @@ -61,6 +64,9 @@ msgstr "Git 仓库中的默认分支" msgid "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata" msgstr "默认元数据导出模式,刷新后重新渲染元数据,保留将保留现有元数据,删除不包含元数据的导出模板" +msgid "Directory within Git repo containing the templates." +msgstr "" + msgid "Dirname" msgstr "Dirname" @@ -76,9 +82,24 @@ msgstr "Filtro" msgid "Force import" msgstr "强制导入" +msgid "Global default HTTP proxy" +msgstr "" + +msgid "HTTP proxy" +msgstr "" + +msgid "HTTP proxy policy" +msgstr "" + +msgid "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter." +msgstr "" + msgid "How to handle lock for imported templates?" msgstr "如何处理导入的模板锁定?" +msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`" +msgstr "" + msgid "Import" msgstr "Importar" @@ -94,6 +115,9 @@ msgstr "启动导出" msgid "Initiate Import" msgstr "启动导入" +msgid "Invalid repo format, must start with one of: " +msgstr "" + msgid "Keep" msgstr "保持" @@ -130,6 +154,9 @@ msgstr "Nunca" msgid "New" msgstr "Nuevo" +msgid "No HTTP proxy" +msgstr "" + msgid "Override the default repo from settings." msgstr "覆盖设置中的默认仓库。" @@ -157,6 +184,12 @@ msgstr "Eliminar" msgid "Repo" msgstr "仓库" +msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page." +msgstr "" + +msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one." +msgstr "" + msgid "Should importing overwrite locked templates?" msgstr "是否应该导入覆盖锁定的模板?" @@ -175,9 +208,6 @@ msgstr "要导入/导出的目标路径。可以使用不同的协议,如 /tmp msgid "Template Sync" msgstr "模板同步" -msgid "The directory within Git repo containing the templates" -msgstr "Git 仓库中包含模板的目录" - msgid "The directory within the Git repo containing the templates" msgstr "Git 仓库中包含模板的目录" diff --git a/locale/foreman_templates.pot b/locale/foreman_templates.pot index 2a3c95a..da269bf 100644 --- a/locale/foreman_templates.pot +++ b/locale/foreman_templates.pot @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: foreman_templates 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-29 14:18+0000\n" -"PO-Revision-Date: 2024-10-29 14:18+0000\n" +"POT-Creation-Date: 2024-12-03 13:46+0000\n" +"PO-Revision-Date: 2024-12-03 13:46+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" @@ -37,53 +37,75 @@ msgid "Negate the prefix (for purging)." msgstr "" #: ../app/controllers/api/v2/template_controller.rb:15 -msgid "The directory within Git repo containing the templates" +msgid "Directory within Git repo containing the templates." msgstr "" -#: ../app/controllers/api/v2/template_controller.rb:18 +#: ../app/controllers/api/v2/template_controller.rb:16 +msgid "" +"HTTP proxy policy for template sync. If you choose 'selected', provide the `ht" +"tp_proxy_id` parameter." +msgstr "" + +#: ../app/controllers/api/v2/template_controller.rb:17 +msgid "" +"ID of an HTTP proxy to use for template sync. Use this parameter together with" +" `'http_proxy_policy':'selected'`" +msgstr "" + +#: ../app/controllers/api/v2/template_controller.rb:20 msgid "Initiate Import" msgstr "" -#: ../app/controllers/api/v2/template_controller.rb:19 +#: ../app/controllers/api/v2/template_controller.rb:21 msgid "The string all imported templates should begin with." msgstr "" -#: ../app/controllers/api/v2/template_controller.rb:20 +#: ../app/controllers/api/v2/template_controller.rb:22 msgid "" "Associate to OS's, Locations & Organizations. Options are: always, new or neve" "r." msgstr "" -#: ../app/controllers/api/v2/template_controller.rb:21 +#: ../app/controllers/api/v2/template_controller.rb:23 msgid "Update templates that are locked" msgstr "" -#: ../app/controllers/api/v2/template_controller.rb:22 +#: ../app/controllers/api/v2/template_controller.rb:24 msgid "Lock imported templates" msgstr "" -#: ../app/controllers/api/v2/template_controller.rb:23 +#: ../app/controllers/api/v2/template_controller.rb:25 msgid "Show template diff in response" msgstr "" -#: ../app/controllers/api/v2/template_controller.rb:34 +#: ../app/controllers/api/v2/template_controller.rb:36 msgid "Initiate Export" msgstr "" -#: ../app/controllers/api/v2/template_controller.rb:35 +#: ../app/controllers/api/v2/template_controller.rb:37 msgid "Specify how to handle metadata" msgstr "" -#: ../app/controllers/api/v2/template_controller.rb:36 +#: ../app/controllers/api/v2/template_controller.rb:38 #: ../lib/foreman_templates/engine.rb:94 msgid "Custom commit message for templates export" msgstr "" -#: ../app/services/foreman_templates/action.rb:48 +#: ../app/controllers/ui_template_syncs_controller.rb:67 +msgid "" +"Select an HTTP proxy to use for template sync. You can add HTTP proxies on the" +" Infrastructure > HTTP proxies page." +msgstr "" + +#: ../app/controllers/ui_template_syncs_controller.rb:71 +msgid "HTTP proxy" +msgstr "" + +#: ../app/services/foreman_templates/action.rb:50 msgid "Using file-based synchronization, but couldn't access %s. " msgstr "" -#: ../app/services/foreman_templates/action.rb:49 +#: ../app/services/foreman_templates/action.rb:51 msgid "" "Please check the access permissions/SELinux and make sure it is readable/writa" "ble for the web application user account, typically '%s'." @@ -129,6 +151,18 @@ msgstr "" msgid "Remove" msgstr "" +#: ../lib/foreman_templates.rb:21 +msgid "Global default HTTP proxy" +msgstr "" + +#: ../lib/foreman_templates.rb:21 +msgid "No HTTP proxy" +msgstr "" + +#: ../lib/foreman_templates.rb:21 +msgid "Custom HTTP proxy" +msgstr "" + #: ../lib/foreman_templates/engine.rb:33 msgid "Template Sync" msgstr "" @@ -233,7 +267,17 @@ msgstr "" msgid "Commit message" msgstr "" -#: ../lib/foreman_templates/engine.rb:118 +#: ../lib/foreman_templates/engine.rb:99 +msgid "" +"Should an HTTP proxy be used for template sync? If you select Custom HTTP prox" +"y, you will be prompted to select one." +msgstr "" + +#: ../lib/foreman_templates/engine.rb:101 +msgid "HTTP proxy policy" +msgstr "" + +#: ../lib/foreman_templates/engine.rb:124 msgid "Sync Templates" msgstr "" @@ -260,6 +304,11 @@ msgstr "" msgid "Action type" msgstr "" +#: +#: ../webpack/components/NewTemplateSync/components/NewTemplateSyncForm/NewTemplateSyncFormHelpers.js:29 +msgid "Invalid repo format, must start with one of: " +msgstr "" + #: ../webpack/components/PageNotFound.js:9 msgid "Page Not Found" msgstr "" diff --git a/locale/fr/LC_MESSAGES/foreman_templates.mo b/locale/fr/LC_MESSAGES/foreman_templates.mo index 6b8c4535d9a9c51d7c8c39e4ae070363447d82de..973566b7712bd6ac24f2990ea4b0a6694bc4a148 100644 GIT binary patch delta 1386 zcmYk+OKeP09LMo9Pjse3+fk;J(Q2zTHS{s19!VulDruB9BN-Z`9uY>QL2SfD!YqVc zg^Wa+MuJ$VVP!#tjWjkD7NR5;jbN562)@62Z^b`7{hV_;bM86+|GAw=J!rS4%KamT z*hE`Q3ww7-oC}wZI*B{x!0Yd53BIj&rehw&NiB8E0`m4x=`b zv*#^iuF_e+MBe>F0i%qcp*HdsYjFzW=;inv&eWok)QBsv8MW{ZR3;8!4o_hQ|De{( zlsE_7i$R`m4$;vLk6{8&;1V2leTrK60~WD}rTCt@bmA9WiS?vMCF#eFm_t4A1;%j# zm*O|n_expBVpFDv&MNH3Nslq-kROvKj~v?UbIsyb#wYPCK1bb|?s?9MhOmb5VeH1s zsFY9QX8erHF+qC9aeEo{r(DKY?mQ@jR~Sc8J0C-p;x2aJ6Vzq=fy>ax4b$iAP!D?O z`V#g1kEqN{<07nJG0i7Y8%;&Ye~eCs3GM8-`+;kiVtmt`f8);oL~Yp1)AaWeRIR&k zAr9bu%;J8mu5=D|9+lBcsEl8C$72?q4NQza|)$+2&sy>g=_E;sY3Q*!M*XYZHnTt(vxurUNOIF=d0W?E0#aPU)(n=`?Ygc2AP* zcb;otznV&YGfg#BaL??}$!DUIP9sehwvD!)7BPL!#ql%HtI3K+}EDB~z>}91T1U7WRbic|5I!aHJztI1_v2`3pKOZ=e7G delta 1438 zcmY+^OGs2v9LMp$_Z3zvm!oEjMr}-a<{} zu{-XVJ*BgZfl2R&_Za4Q1~rjCScVxayA-RD#oAs>$Ah>Yqo^C7M`hwFUcx)5j8-mA z-7kjB*)Hpt=i4iP&OGrMpFp7F-xVe+q;4l}SE$5AtT)A0s;RNyuSa&Z%OVlBo{GakWuw&W$Uo%V~T zXzMbWwd_C@;Q&VQJ}T9-$Szr=*sKA&P+J_sZgfWJP+u10Da}}jJm`{zghb(ATk zv(y_>EzC95hh9516{+@nE3uK#KP)wEs|ag9*58-x3?wtI`$HAU@4<<*w1(uP?ABoN IVNsUvFT@dZ?f?J) diff --git a/locale/fr/foreman_templates.po b/locale/fr/foreman_templates.po index 0501f5e..6f6a97e 100644 --- a/locale/fr/foreman_templates.po +++ b/locale/fr/foreman_templates.po @@ -12,7 +12,7 @@ # msgid "" msgstr "" -"Project-Id-Version: foreman_templates 10.0.1\n" +"Project-Id-Version: foreman_templates 10.0.3\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2019-10-14 12:27+0000\n" "Last-Translator: Ewoud Kohl van Wijngaarden HTTP proxies page." +msgstr "" + +msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one." +msgstr "" + msgid "Should importing overwrite locked templates?" msgstr "L'importation doit-elle écraser les modèles verrouillés ?" @@ -178,9 +211,6 @@ msgstr "Chemin cible pour l'importation/exportation. Différents protocoles peuv msgid "Template Sync" msgstr "Sync Modèle" -msgid "The directory within Git repo containing the templates" -msgstr "Le répertoire du référentiel Git contenant les modèles" - msgid "The directory within the Git repo containing the templates" msgstr "Le répertoire du référentiel Git contenant les modèles" diff --git a/locale/gl/LC_MESSAGES/foreman_templates.mo b/locale/gl/LC_MESSAGES/foreman_templates.mo index 1b6a191ecced133eb620d49f665b28193876b4e0..f0907281e9ae82f39c9546cec182703d6697fd69 100644 GIT binary patch delta 12 TcmZ3=vXo`QI!5D->&qAc9*+c^ delta 12 TcmZ3=vXo`QI!42d>&qAc9)$#& diff --git a/locale/gl/foreman_templates.po b/locale/gl/foreman_templates.po index 15ecbb2..207499f 100644 --- a/locale/gl/foreman_templates.po +++ b/locale/gl/foreman_templates.po @@ -8,7 +8,7 @@ # msgid "" msgstr "" -"Project-Id-Version: foreman_templates 10.0.1\n" +"Project-Id-Version: foreman_templates 10.0.3\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2019-10-14 12:27+0000\n" "Last-Translator: Carmela Rubiños , 2023\n" @@ -49,6 +49,9 @@ msgstr "" msgid "Commit message" msgstr "" +msgid "Custom HTTP proxy" +msgstr "" + msgid "Custom commit message for templates export" msgstr "" @@ -58,6 +61,9 @@ msgstr "" msgid "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata" msgstr "" +msgid "Directory within Git repo containing the templates." +msgstr "" + msgid "Dirname" msgstr "" @@ -73,9 +79,24 @@ msgstr "Filtro" msgid "Force import" msgstr "" +msgid "Global default HTTP proxy" +msgstr "" + +msgid "HTTP proxy" +msgstr "" + +msgid "HTTP proxy policy" +msgstr "" + +msgid "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter." +msgstr "" + msgid "How to handle lock for imported templates?" msgstr "" +msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`" +msgstr "" + msgid "Import" msgstr "Importar" @@ -91,6 +112,9 @@ msgstr "" msgid "Initiate Import" msgstr "" +msgid "Invalid repo format, must start with one of: " +msgstr "" + msgid "Keep" msgstr "" @@ -127,6 +151,9 @@ msgstr "" msgid "New" msgstr "Novo" +msgid "No HTTP proxy" +msgstr "" + msgid "Override the default repo from settings." msgstr "" @@ -154,6 +181,12 @@ msgstr "" msgid "Repo" msgstr "" +msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page." +msgstr "" + +msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one." +msgstr "" + msgid "Should importing overwrite locked templates?" msgstr "" @@ -172,9 +205,6 @@ msgstr "" msgid "Template Sync" msgstr "" -msgid "The directory within Git repo containing the templates" -msgstr "" - msgid "The directory within the Git repo containing the templates" msgstr "" diff --git a/locale/it/LC_MESSAGES/foreman_templates.mo b/locale/it/LC_MESSAGES/foreman_templates.mo index 3cede5aea9d0fcd5fa66342709e1dfba492fa6a6..0677e537a27ce297118ebc834cc85086e4a7f6e2 100644 GIT binary patch delta 14 WcmdnUzL9;yE=ES<&AS=DF#-T7wgq+o delta 14 WcmdnUzL9;yE=ESf&AS=DF#-T7ss(fa diff --git a/locale/it/foreman_templates.po b/locale/it/foreman_templates.po index 80b45e5..13ecb6d 100644 --- a/locale/it/foreman_templates.po +++ b/locale/it/foreman_templates.po @@ -9,7 +9,7 @@ # msgid "" msgstr "" -"Project-Id-Version: foreman_templates 10.0.1\n" +"Project-Id-Version: foreman_templates 10.0.3\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2019-10-14 12:27+0000\n" "Last-Translator: Bryan Kearney , 2023\n" @@ -51,6 +51,9 @@ msgstr "" msgid "Commit message" msgstr "" +msgid "Custom HTTP proxy" +msgstr "" + msgid "Custom commit message for templates export" msgstr "" @@ -60,6 +63,9 @@ msgstr "" msgid "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata" msgstr "" +msgid "Directory within Git repo containing the templates." +msgstr "" + msgid "Dirname" msgstr "" @@ -75,9 +81,24 @@ msgstr "Filtro" msgid "Force import" msgstr "" +msgid "Global default HTTP proxy" +msgstr "" + +msgid "HTTP proxy" +msgstr "" + +msgid "HTTP proxy policy" +msgstr "" + +msgid "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter." +msgstr "" + msgid "How to handle lock for imported templates?" msgstr "" +msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`" +msgstr "" + msgid "Import" msgstr "Importa" @@ -93,6 +114,9 @@ msgstr "" msgid "Initiate Import" msgstr "" +msgid "Invalid repo format, must start with one of: " +msgstr "" + msgid "Keep" msgstr "" @@ -129,6 +153,9 @@ msgstr "Mai" msgid "New" msgstr "Nuovo" +msgid "No HTTP proxy" +msgstr "" + msgid "Override the default repo from settings." msgstr "" @@ -156,6 +183,12 @@ msgstr "Rimuovi" msgid "Repo" msgstr "Repo" +msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page." +msgstr "" + +msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one." +msgstr "" + msgid "Should importing overwrite locked templates?" msgstr "" @@ -174,9 +207,6 @@ msgstr "" msgid "Template Sync" msgstr "" -msgid "The directory within Git repo containing the templates" -msgstr "" - msgid "The directory within the Git repo containing the templates" msgstr "" diff --git a/locale/ja/LC_MESSAGES/foreman_templates.mo b/locale/ja/LC_MESSAGES/foreman_templates.mo index 1cbce6d2b6293f6ff69df066075e6024f633659c..6f334f5a2b0d917979576c7a8d89ee76f1f5e4c1 100644 GIT binary patch delta 1386 zcmYk+%}Z2K7{~Ev%(rZua?HxtCQZ$^w6Uzr$z4rmTBem{uh6@_LD8b%7F6ROkZo); zR12Y2vx+uD5JZHV0)xm9++}VAA&BbxyZ06y=DDA9&Yd~;+~=G#cRD__J5%AzQKM`p z%7|cw*?#=Fhzlj2Wwr!&VKxrnVjRMacn0_47#83x>U+Pi5VL4Ru^2x`pN-$EX3u{r->0K=v62Z~>QMcdq9UX3`$UBD{v0NW$%R z%pOr$NynIfBZbRpzeY`D602|uBbdSK^Kw>&N>UxJ!zR?g2T++fjS0MogZLXY-e8{h zq9-t$=i50dn&A~}#OqjrN#8VT;IBA`bC{1`SeJJEh7DLldbA{c7{dhWfp0K^?{PJL zNBu6JK^!J!aVqPv561##cX1W%a`LDF+K}H^47;!khjA23F=Lr`zXFws2JFXv)QgPc zK75OsUr3|JQj$sGxEF%A!;XOL)@rnP13GAl*$^T;Y3U9zuzUMK{{i~?oy~HM* z!3hkrp>E+c>VZc|rzUjP_cH2*Z#YyAQ5iwaXc}9vqS#AqFD6)$i^wgTXRGhQAbHmV z4`UCG;6a>3WvH36tnoTgnYoP@Fo~K-u-wa_Q%HsJ{}nRn{ueYO&vc7^puyN@?qEu> zvZkW-R`LHXESLHwLX%KwBY1>uC77FAbUN5#Dvo>9HhT^C%Kwjh99#W9rLUUUKtzZ< zf-JjdUMbYkRA!WoN-9F6j-QT()^ZD>^Q{sk8VMbz o|BFsT4WZ4Y4Xop*(vrHA^(s4cJor2iXiWt}FY;44Wj_Lc041w%O8@`> delta 1438 zcmZA1O-PhM9LMp$x~`_Xmb#i{nU%TuR#~ZKT84+hw^9=8B1EUkLxPuHwoO_wf}$vi zNa$43VK-z?LdJ#>8B|2wiU@*=h&mLVg8KfReGF^Zc|J4qJUh?Ke`cPSjc1y|Z}U83 zM%qDMMh>K!9YCLl3+Y(8SvC%$7elxJBe)qa;$ED=TnzA#o-5~)k2SavcVZ3>VI`i$ zrDkD^Q5d0N7Bg@U7mC)0{n+o;r_o3KA*zEHZu>8!BTLIP>%|gWh(oRs)LgD&0bWN9 zj$r%{o(fTMU5713Z; zvcF+u%yv$7-fx#EXoT0W8pp8&XI(#`I?iAnzG5NzF`aPKV?H)w8&=^6YH23189$&V zQpTT3u?kmU2Zr^>0SXM#CU6~2;*AuucUVOI6!BCCV@O{%j%|1c2k-|Ln%gL(t%xd^Jm2dcttH;V!JhK8&Cu^#+^p3o1et%gv5pxQl{DG=&Of0(s9rsbO9%i?TZ6 zGm$*ssLiC8tRky(4R{lI3wbM<1LW+79IPhKOT?eFhOF=qMQ7bK5T)`Y&Zg8x)#h98 zwh;*D!$O3eW2mUirR@|d$Xat9-FmW?M~M}7PKh>Pfc@vJyKb;a|0aD<*ptpV*U|hx z)zMH(E_H8c^Uftjv)Qe1Qk|o^4Yiy^-&t;g%qQ{C(BXJzdfa=(<13GU%bre2sf|bd LQGeW5yest&N7i?{ diff --git a/locale/ja/foreman_templates.po b/locale/ja/foreman_templates.po index 0035cb5..8ea7c70 100644 --- a/locale/ja/foreman_templates.po +++ b/locale/ja/foreman_templates.po @@ -9,7 +9,7 @@ # msgid "" msgstr "" -"Project-Id-Version: foreman_templates 10.0.1\n" +"Project-Id-Version: foreman_templates 10.0.3\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2019-10-14 12:27+0000\n" "Last-Translator: Ewoud Kohl van Wijngaarden HTTP proxies page." +msgstr "" + +msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one." +msgstr "" + msgid "Should importing overwrite locked templates?" msgstr "インポートするとロックされたテンプレートは上書きされますか?" @@ -174,9 +207,6 @@ msgstr "インポート/エクスポートのターゲットパス。/tmp/dir、 msgid "Template Sync" msgstr "テンプレート同期" -msgid "The directory within Git repo containing the templates" -msgstr "テンプレートを含む Git リポジトリー内のディレクトリー" - msgid "The directory within the Git repo containing the templates" msgstr "テンプレートを含む Git リポジトリー内のディレクトリー" diff --git a/locale/ka/LC_MESSAGES/foreman_templates.mo b/locale/ka/LC_MESSAGES/foreman_templates.mo index 3e16169d3d3b8f75cbdf0c52c0a8bed10c40dbf4..620b0e724efa41d68e4ee8538d088a887cb8a867 100644 GIT binary patch delta 1386 zcmYk+Pe@cj9KiA4+WxUzS6j={{_K{iS*w<&X0-+$!br$nSwXVgLt2L1fM9`_U?{D4{8kqge%zJO%o8SCqr+afTYcc3f z3#Eg)o$4BT?m_@Q)pM2hevdNG0PaR3kDF!taKZp81X_pM+VdgwG^1qQGi_u(0= z6tUzkjY$S((TBDC(3D0zhpkROjeh#iP$zidjDJ8Tk_AlQZ!E#?LfZj!)4zn9aTN7K zQfAx|c}!yq12fKrEN-HoL;a9>tinYMV*$%&aZ-gEq&nP-^{5l~p+;f|Q+OTwaTRsG z{tfm*lj!CBa*>99;bn~A81BSb$2X`Gf5v58#$x=$z8t}CxF2f>k8VjEqnJW{VIIRc zhavod`dl%SSbUUp(P+RpK6HspU^V>`;5*@#e4W1Phl;I@r&oLma+c_8Mwg4=mbx(hYJ~}|F_%@Z7KWni0kdR73VO9UogV` zZ47Dz&R2+;ZwmFk9L8}0^~DV&isryL_Tf||@o%H?)fot}T)p8MUcm>L#8uP@lN=Ei zFE=oa_pt>-JM0%Hu#*o;;S%HT*hhUXL)@7{@~F=*A-f2~$aaAuY_A4WR4wGCDVo%4MKivR%8r>+aufq{ z+TL$B9d^L{u^dJZRZ9~!LXB$YzoL6bL`}B)P?Jx~f$WIqwKqHH&$wL8S%2Vtc{Wzv G>HY_l6MD1& delta 1446 zcmYk+U2Ka{7{KwT)^?-a*jgPk(@~wZ^)VkqnIX6^vW<*LwvmVnA->WZ7y4$gu?rK? z%}9vE4Ht@~ZbxE>C2kPO#K%ZvSrEP8!Uf^~yzjf&Nlt&~oWAerInQ}cA2p_S8Xtf6(T%5YGPdJ#JdX`HfQ9JiA$=~)hYuIxQrv(An7|00 z#u5=j?$GF9U=VY$o)4O`8(Xo}?)RgY{$tb$UfAQmk%=THPoxRUa4IHj+fnz@jnnZ8 z>O$_C0u5bZFUIgHmf@i7DC)$yoWpkvU_QDCM>YB|j$1K`9jHgshc!5Y zx{(ks1u=?qa2p!>;$a#rQf}fR?87dH$VZ${{|ND%h26II@HYMD=;FDP(?pu-8*IA> z-(dx2F^$CxuEZzUiGQ#T&-gh1A58F)OsQhvDF>tz{K5vtJprrV%=u`DkK#qVj59FG zM, 2023\n" @@ -49,6 +49,9 @@ msgstr "აირჩიეთ შაბლონების შემომტ msgid "Commit message" msgstr "კომიტის შეტყობინება" +msgid "Custom HTTP proxy" +msgstr "" + msgid "Custom commit message for templates export" msgstr "შაბლონების გადაცემის შეტყობინების ხელით მითითება" @@ -58,6 +61,9 @@ msgstr "Git რეპოს ნაგულისხმები ბრენჩ msgid "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata" msgstr "მეტამონაცემების გატანის ნაგულისხმები რეჟიმი, განახლება ხელახლა გადასცემს მეტამონაცემებს, შენახვა შეინარჩუნებს არსებულ მეტამონაცემებს, გატანის შაბლონის წაშლა მეტამონაცემების გარეშე" +msgid "Directory within Git repo containing the templates." +msgstr "" + msgid "Dirname" msgstr "საქაღალდის სახელი" @@ -73,9 +79,24 @@ msgstr "ფილტრი" msgid "Force import" msgstr "ძალით შემოტანა" +msgid "Global default HTTP proxy" +msgstr "" + +msgid "HTTP proxy" +msgstr "" + +msgid "HTTP proxy policy" +msgstr "" + +msgid "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter." +msgstr "" + msgid "How to handle lock for imported templates?" msgstr "როგორ დავამუშაო ბლოკირება შემოტანილი შაბლონებისთვის?" +msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`" +msgstr "" + msgid "Import" msgstr "შემოტანა" @@ -91,6 +112,9 @@ msgstr "გატანის დაწყება" msgid "Initiate Import" msgstr "შემოტანის დაწყება" +msgid "Invalid repo format, must start with one of: " +msgstr "" + msgid "Keep" msgstr "დატოვება" @@ -127,6 +151,9 @@ msgstr "არასდროს" msgid "New" msgstr "ახალი" +msgid "No HTTP proxy" +msgstr "" + msgid "Override the default repo from settings." msgstr "პარამეტრებში მითითებული ნაგულისხმები რეპოს გადაფარვა." @@ -154,6 +181,12 @@ msgstr "წაშლა" msgid "Repo" msgstr "რეპო" +msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page." +msgstr "" + +msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one." +msgstr "" + msgid "Should importing overwrite locked templates?" msgstr "შემოტანამ დაბლოკილ შაბლონებს გადააწეროს თუ არა?" @@ -172,9 +205,6 @@ msgstr "შეტანა/გამოტანის სამიზნე ბ msgid "Template Sync" msgstr "შაბლონების სინქრონიზაცია" -msgid "The directory within Git repo containing the templates" -msgstr "შაბლონების შემცველი საქაღალდე Git-ის რეპოში" - msgid "The directory within the Git repo containing the templates" msgstr "შაბლონების შემცველი საქაღალდე Git-ის რეპოში" diff --git a/locale/ko/LC_MESSAGES/foreman_templates.mo b/locale/ko/LC_MESSAGES/foreman_templates.mo index 28dd398a3801f579ca67630169e5ab6cc9140d7d..58b7e1e7f79145e8246e5dfbe56f38cc8ac68e58 100644 GIT binary patch literal 6679 zcmb_fTWlOx89tP@fN3d|TQ5Kllr(Yc-L=!urkf^h5+@{T(wM|)RkbRNcaObO@6K#z zW@EcAILRh;W2doOuf0jvW+S;t+&ZvLoYYZMs6dr?-~kB)0z{Dz64K6@zHoU$!1te- zogIf1c<9J8-_DtH{`oK8_n+~5H(y&~I5yz?63!d0VQdfZA0Nd9$F}Pj`y_BX@Ot20 z;3t4j0oMR~fnC5?fS&pxEJ_$;7!0CANTPo;I+8V0zVIY7D#?PAB;}{ zzli%+g7Ndf&*A>ZK=R|)z&nBO0Xgs*1dq_zoj^)aD{vJs1|++W0Vxjx_&jg`_yq7@ zK(hBliy!BAfOMY$l7A+!4d?*B0z4VuJ3zAg2jKg__klM8e~+RhfiCbK;9W=#)nhks zJ@9!T*?$+vfj;`H; z%F9I{+4(K-Zs4DQoxqzu%^3bzH!hoi0=N=*2KXNE=RlN-{Q$|L_q_?60=^5R@uzO~ z`I83H`avLEXKw-NJwF8=1O5d_JUfUB;WRGf_v=6oJO{iL_={lN0}@~U3WN*nCKQ|E z;6Sq935)^172tP)l>f6pvU?fW0sIN@>%hMO?*iTia#evFflmVe2&BAh_<|qbHXz0I z7?9rkG;lM}1bz*89!T%~6%ekmYeC98P>)-Hbiei%U!yyKYj8gb+yZ7Qc#Do)}i9mIJ$NCR|0 z9_$-9QGRvYhb#H<0M6Uhh_4Iskq)Fy`K@knLEBL}yf+x2+^xV#x#l=Qdxq4g+M(pC zW(Zy7jPgeZ<&_TNbK@Yc6K|=vQQp?!q<7~r8I*J~|52`is zm}*J7qobWJ8&i&M8r&Jm3$`&kpbgneCGU zIZdtBj5N=hDRmQFL{nGVZG1=Y%;tCTU6F-$obSq$1)FP@NODa%(8dihfENJv2`kPv zX{mmCtvzI^ zUk8zH`tlIlu4)qi)jx2zyTQHSQ6fm?hvYZgZXh;rJ9uC7K5*y})PvEbji*f&vkC(w z4MxLT@VuYVC5S#6pFiFxmCbfug&6En(MP)Tfjb!yq&JeYAo}Q>Jm{pOT154H!RkX5 zQH@7QJ-80AUHDuyVR>Q-A0b zhAuFY6<`EUWdunQ*0fX#vf=q~rk&WcWruDQ201l_90|`ZSfGQ$6|EqKo~%d=Sh_<$ zd|koNfau{`KA+Y7F2W18u*f4@*2-5VpfjLvXWKIYdJ` z=ood0XQ3br^@uFksAAR-B2=UqTubM41J5nZF|8!)Qn_TieSrc=X@I=R_CQq4F!r^(% z$&i?Q@dQMO^G+Ct0u4;COvg-_S(~R2S&yJBrrT7G#h```E_lMpL|T+Ih58Jsj)g=L_Zm%~%sCp0NL?M{ zjjY>hX`VPeWEN@hSDTsCz0dw20e~*B`lppXEuL~Bb zuvOPafLc0@*fa>kmu6VBC`s5}gE|M>o5uzbaof+J?{2Ces@sbMHDtR_%NC%TsBZCG z#iVCNtOxQ;tDQ1qnT`FqjrU+vfRwUnW2Mv3>bWv*heh=Iln#- zH}aK(TTrm3iV6i<<})ZsYHN0bWa`pZ9wBu;mq1jHX8+)vcPY{Td zZy7KPY5s_r$?|<5`s4aDMxUlxX|VD^LC@}ioUvu~iou8bF$3B-SmoToM*70eh<&IzU5;hn7epi6F#;gZXx%qhn2?-%PZ&?A*R{OEV80@%EO@ z;3Oy?>&Ayw5|kWt68M19jdf_AnuV6TesA~I*xKeiau_m>Z81`28ud)_wLQ8MdYI(> zW=mJLU}@RdR#d}IawD&9?e!h&xc_r~`??n99y=~)C%CLsy>f|prL*$jekP}D^~GUE zUvBbbO`hJ*-P$qCDauP_IX%w3Lltjw%surZPBYKd{F&;pKT|ELpTDf0FAmGmig)0G zJ38Wy&c(SbUyz5&a%MRC1xKH8Xpmga9t!4>YxSj?cYKn|sR=ncBP*BPlNIhB8d3xA8T*YrWQ|94>h+*}Chp6TBp-3pOD631dJO{fJ zq&qh3l`3#(To#wquWHFXzsO~=>K&Y6?))Ue!n?S9YtF5WvSw1;1B;l5D=fLMA_zFa{8 z4~|gQ>gTKS(iuuRUKd?O4x%iGg}c=;_voa1dcRjHV?NeastC|MGRY|?Cl{}_)}PZ@ zafNZ@6cjj27M3{|=1R^Kk&R0Ijha`QZxp`q9lC4@Ly(lX`kNJSL2+y5G7673lX*OK zPZh}=)$w$(Sy&niEFBEEwF?DMoJG@yH~6IQb7atJg{hM7_PiB8>TzIur3G%B*UAX+&jUYSEo~tA1{b%X4KS zF=9GUmM113V(!He_j?OID*Ajh9lYH-bBSK7yozCe7E1I;nn{&VL`U2 zu>W_S*s@xZaAqgM^r#?$F`rHh`auU$>_zI&y06Vch?K72tsgvr`SU{Kk=zF+B54ff zUcuT%^h&^ikeGX^=pC=f;u~m4p>gs&u`INJ4$EfC>V!KnE)OgytwrpFoL}W@0PUfb zVIGjn(g-3y!{lfclxMOyM_pqY%?Kp(8-lD3%h^|n$fV(;-!55$f@a)!S^eS|Iut1kN^~y{6UnDXBGXDI(F7p~?$2y|wv%b^IGPz6 zB()4KU%3R&t7>;xke7$agF|>{*!t?{i-?1-k~5dxT3J^22VI@M)LX;03#HGzO}UjX z*8tQ;aJolcB`?u(!*`NbCnoXFWbl0s(oo|^&z>GvdMXv&S+!@8pr#ky@d`;kmopRY=!Kx(VY|eqE&ertpy3MX8WLy zTbp;!l{oT+j7LZx?yJijT~6a*%c4Gca6hk~dmDR5a|cx$#?%CDYTjfKkG#WG`8N22 zX09sjl|ThQppZnXWO*d{Vf;tY8dp}-w?MGdg8rqkz!&#ui74mRYN(3ZyK3-kiT+to z6%HIMyT{=93^g-|+8zH-htb=^@0@1N!ZA_{-T;jfsjl+*L2X2Rf=o`j)fbQ=kb{vB zE0<9|@+_1n5ghxgoTb)J1ee%@8X}D|wU<{(0_qDT($dHYzjJz}MOlIx{q4}-+Ccbb z(ZXs+mt!{y=}ifh7bi(*$VO;^1&!BxX&8L=?;w;eAO}#)1 Lo82wi`{L~1ixSmx delta 511 zcmYk%O-lk%6b9g9nW?2zSP--rTC|8VwH85P5hREqxG)GIG8sbria|;@86qJBExHUv zMM<geg){R5+(hrqS#;s$nRDl!b7xLwTIRy%fKeta8#02FkbXo( z_;MMDOwg@6tGfV=*!RIM7=WEH1lM2~cEbnA`|FUOf7RAY_g_Q7$;_vhdg^g~=h9SEO`lB~4a{%U?f55gD! z8w}37wlh+eeDP#fl*pg@t5!0x1O>$%>;%PK_G5{#4XeWxPABn#g=`Un zo88+&lS@)Qnic|LR7#6^VSbaB&P2Oh+)72`NoOpR@=gdImuH&!>>u7@O?j><#agrR zD3B(Xv=UTa%F0z$J-xv$sh5>zqfBbCs-E2ms$3Q{`IgkfO0#~!z6RHse`w6sJ|t+z K`)Fa`!|q?N-fwaM diff --git a/locale/ko/foreman_templates.po b/locale/ko/foreman_templates.po index e3740d5..3d08ac6 100644 --- a/locale/ko/foreman_templates.po +++ b/locale/ko/foreman_templates.po @@ -6,13 +6,15 @@ # Translators: # 0868a4d1af5275b3f70b0a6dac4c99a4, 2019 # Bryan Kearney , 2023 +# Ewoud Kohl van Wijngaarden , 2024 # msgid "" msgstr "" -"Project-Id-Version: foreman_templates 10.0.1\n" +"Project-Id-Version: foreman_templates 10.0.3\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2019-10-14 12:27+0000\n" -"Last-Translator: Bryan Kearney , 2023\n" +"Last-Translator: Ewoud Kohl van Wijngaarden , 2024\n" "Language-Team: Korean (https://app.transifex.com/foreman/teams/114/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,106 +23,130 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" msgid "Action type" -msgstr "" +msgstr "동작 유형" msgid "Always" -msgstr "" +msgstr "항상" msgid "Associate" -msgstr "" +msgstr "연관" msgid "Associate templates to OS, organization and location" -msgstr "" +msgstr "OS, 조직 및 위치에 템플릿 연결" msgid "Associate to OS's, Locations & Organizations. Options are: always, new or never." -msgstr "" +msgstr "OS, 위치 및 조직과 연관시킵니다. 옵션은 always, new, never 입니다." msgid "Back to sync form" -msgstr "" +msgstr "동기화 양식으로 돌아가기" msgid "Branch" -msgstr "" +msgstr "브랜치" msgid "Branch in Git repo." -msgstr "" +msgstr "Git 리포지토리의 브랜치입니다." msgid "Choose verbosity for Rake task importing templates" -msgstr "" +msgstr "Rake 작업 템플릿 가져오기에 대한 자세한 정보 선택" msgid "Commit message" +msgstr "메시지 커밋" + +msgid "Custom HTTP proxy" msgstr "" msgid "Custom commit message for templates export" -msgstr "" +msgstr "템플릿 내보내기를 위한 사용자 정의 커밋 메시지" msgid "Default branch in Git repo" -msgstr "" +msgstr "Git 리포지토리의 기본 브랜치" msgid "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata" +msgstr "기본 메타데이터 내보내기 모드, 새로 고침은 메타데이터를 다시 렌더링하고, 유지는 기존 메타데이터를 유지하고, 메타데이터가 없는 내보내기 템플릿을 제거합니다." + +msgid "Directory within Git repo containing the templates." msgstr "" msgid "Dirname" -msgstr "" +msgstr "Dirname" msgid "Export" msgstr "내보내기 " msgid "Export templates with names matching this regex (case-insensitive; snippets are not filtered)." -msgstr "" +msgstr "이 정규식과 일치하는 이름을 가진 템플릿을 내보냅니다(대소문자를 구분하지 않음, 스니펫은 필터링되지 않음)." msgid "Filter" msgstr "필터 " msgid "Force import" +msgstr "강제 가져오기" + +msgid "Global default HTTP proxy" +msgstr "" + +msgid "HTTP proxy" +msgstr "" + +msgid "HTTP proxy policy" +msgstr "" + +msgid "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter." msgstr "" msgid "How to handle lock for imported templates?" +msgstr "가져온 템플릿에 대한 잠금을 어떻게 처리하나요?" + +msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`" msgstr "" msgid "Import" msgstr "불러오기" msgid "Import or Export Templates" -msgstr "" +msgstr "템플릿 가져오기 또는 내보내기" msgid "Import/export names matching this regex (case-insensitive; snippets are not filtered)" -msgstr "" +msgstr "이 정규 표현식과 일치하는 이름을 가져오거나 내보냅니다(대소문자 구분 없음, 스니펫은 필터링되지 않음)" msgid "Initiate Export" -msgstr "" +msgstr "내보내기 시작" msgid "Initiate Import" +msgstr "가져오기 시작" + +msgid "Invalid repo format, must start with one of: " msgstr "" msgid "Keep" -msgstr "" +msgstr "유지" msgid "Keep, do not lock new" -msgstr "" +msgstr "보관, 새 항목 잠금 없음" msgid "Keep, lock new" -msgstr "" +msgstr "보관, 새 항목 잠금" msgid "Lock" msgstr "잠금" msgid "Lock imported templates" -msgstr "" +msgstr "가져온 템플릿 잠금" msgid "Lock templates" -msgstr "" +msgstr "템플릿 잠금" msgid "Metadata export mode" -msgstr "" +msgstr "메타데이터 내보내기 모드" msgid "Negate" -msgstr "" +msgstr "비활성화" msgid "Negate the filter for import/export" -msgstr "" +msgstr "가져오기/내보내기 필터 비활성화" msgid "Negate the prefix (for purging)." -msgstr "" +msgstr "접두사를 비활성화합니다(제거용)" msgid "Never" msgstr "사용 안 함" @@ -128,23 +154,26 @@ msgstr "사용 안 함" msgid "New" msgstr "신규" -msgid "Override the default repo from settings." +msgid "No HTTP proxy" msgstr "" +msgid "Override the default repo from settings." +msgstr "설정에서 기본 저장소를 덮어씁니다." + msgid "Page Not Found" -msgstr "" +msgstr "페이지를 찾을 수 없습니다" msgid "Permission Denied" -msgstr "" +msgstr "사용 권한이 거부되었습니다" msgid "Please check the access permissions/SELinux and make sure it is readable/writable for the web application user account, typically '%s'." -msgstr "" +msgstr "액세스 권한/SELinux를 확인하고 웹 애플리케이션 사용자 계정 (일반적으로 '%s')에 대해 읽기/쓰기가 가능한지 확인하세요." msgid "Please request one of the required permissions listed below from a Foreman administrator:" msgstr "Foreman 관리자에게 아래에 나열된 필수 권한 중 하나를 요청하십시오." msgid "Prefix" -msgstr "" +msgstr "접두사" msgid "Refresh" msgstr "새로고침 " @@ -155,53 +184,56 @@ msgstr "삭제 " msgid "Repo" msgstr "리포지터리 " -msgid "Should importing overwrite locked templates?" +msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page." msgstr "" -msgid "Show template diff in response" +msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one." msgstr "" +msgid "Should importing overwrite locked templates?" +msgstr "가져오기를 하면 잠긴 템플릿을 덮어쓸 수 있나요?" + +msgid "Show template diff in response" +msgstr "응답에서 템플릿 diff 표시" + msgid "Specify how to handle metadata" -msgstr "" +msgstr "메타데이터를 처리하는 방법 지정" msgid "Sync Templates" -msgstr "" +msgstr "템플릿 동기화" msgid "Target path to import/export. Different protocols can be used, for example /tmp/dir, git://example.com, https://example.com, ssh://example.com. When exporting to /tmp, note that production deployments may be configured to use private tmp." -msgstr "" +msgstr "가져오기/내보내기 위한 대상 경로입니다. 다양한 프로토콜을 사용할 수 있습니다(예: /tmp/dir, git://example.com, https://example.com, ssh://example.com). /tmp로 내보낼 때 프로덕션 배포는 개인 tmp를 사용하도록 구성될 수 있습니다." msgid "Template Sync" -msgstr "" - -msgid "The directory within Git repo containing the templates" -msgstr "" +msgstr "템플릿 동기화" msgid "The directory within the Git repo containing the templates" -msgstr "" +msgstr "템플릿이 포함된 Git 리포지토리 내의 디렉토리" msgid "The page you are looking for does not exist" -msgstr "" +msgstr "찾으시는 페이지가 존재하지 않습니다." msgid "The string all imported templates should begin with." -msgstr "" +msgstr "모든 가져온 템플릿이 시작해야 하는 문자열입니다." msgid "The string that will be added as prefix to imported templates" -msgstr "" +msgstr "가져온 템플릿에 접두사로 추가될 문자열" msgid "Unlock" msgstr "잠금 풀기" msgid "Update templates that are locked" -msgstr "" +msgstr "잠긴 템플릿 업데이트" msgid "Use default value from settings" -msgstr "" +msgstr "설정에서 기본값 사용" msgid "Using file-based synchronization, but couldn't access %s. " -msgstr "" +msgstr "파일 기반 동기화를 사용했지만 %s에 액세스할 수 없습니다. " msgid "Verbosity" -msgstr "" +msgstr "상세 정보" msgid "You are not authorized to perform this action." msgstr "이 작업을 수행할 권한이 없습니다." diff --git a/locale/pt_BR/LC_MESSAGES/foreman_templates.mo b/locale/pt_BR/LC_MESSAGES/foreman_templates.mo index dcdf0606ed480cef35816b08c0e75853b2aeef39..b0c5d739e9fbfa2fee1c7260f61a2222b499a941 100644 GIT binary patch delta 846 zcmXZaO-K}B7{Kvo9CzFGV^{NA({?w(k7g2gMMUu+goi*#7K8{pC4wF56rS44C?X4C zLtTPAcqmyAbnaaOFM3fBJxFC2Kgg&K(b50oyu-}==6T;|-uIb@IZa=r3SV!QzZDLb z>lT-1iHzdUGHx8-ZILLRU>whI0RQ4c>?#lE=dq5sfLZjh6}NE#Pw)oLM#B8(_=I$M zX$B6kiiBempJS5vw^6HL4XH6UU=wjGCNPWjIEI`u#Vv)?$P)4jsaZVi#wDy}f7#^W z5d&Y4Q`#w0EA8Z_v4gsC4jmlA4xBN1s0FOyFm9oC=o0n)Oe`#<2X+1dY9|-)9{bB{ z9(HK^XVe##E5d{o94CH{dHjJ|$Y7;bE;54maRQt14SvKDvbW@ECrip>EaFqt_5WZa z{>OqQB&)-LW@8^};yCL31h(K5HsA|P<05KnKVds=n0Obp(0z3A5cS`P(55+TK`qcr z(0^@3(G0vpeenb4a1FK9huDe#P=Bg6ehi%-L~ZpP^3k%24wi5dkIZ;)jmbwEecin~ z7!kk1&RE^PYd@>K%Ybfjn@bPZU$@(;d%{4vu-D(Sn=B_dw}06|B9^hNT+kn%j|Sh8 GG3yHI*-(lA delta 860 zcmXZaO-LI-6u|MfSv5whCbjjWYK%~8v_?=9Eusik#DfP#6uh+Rp<+u>v|kqq2#N~G%8Wai~%QlayT_{qbxHQ}kF zmC_askv6>Z@Zz~LMKbUjeRzXW^rVUOVl(Re0_NiiHsB9@f(JN<*XYI1>CXB%z7mPc zygP7)4_I*F#4d!A8KEgiaBX4+x@IA7XEF-x~0>ikD0nV3g zIztTXBOi&7re+%DrEx3j!7s5EyD^9#T@$DY*w}C{;d-pg`Ieu!Pfr`V6x*-k<;7$Ba-PE24C9^oebMRJg@l$EXJJ1*iD z>i#cssDA;Sb~?IX5H)`7`U!R6k~^QkV&ZT37=K{}{zfhFC6?hoH_oRlTDfA3U=a0= z^x#_@&ZYjEVUhv8T>Gf;G3po3un|+JB@c2Do?;v78p&Y-TdQA>V~{CFw#JAYXi z`-lfn$2akQz28cC8jNbI%zPK9WkNSEr|DB?ZI~rFHT0@zVcK(R+blF9_L2F=w36Ou e_D^r4Vbt5H%r6, 2023\n" @@ -54,6 +54,9 @@ msgstr "Escolha a verbosidade para os modelos de importação da tarefa Rake" msgid "Commit message" msgstr "" +msgid "Custom HTTP proxy" +msgstr "" + msgid "Custom commit message for templates export" msgstr "" @@ -63,6 +66,9 @@ msgstr "Ramo padrão em Git repo" msgid "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata" msgstr "Modo de exportação de metadados padrão, atualiza os metadados de revenda, mantém manterá os metadados existentes, removerá o modelo de exportação sem metadados" +msgid "Directory within Git repo containing the templates." +msgstr "" + msgid "Dirname" msgstr "Dirname" @@ -78,9 +84,24 @@ msgstr "Flitro" msgid "Force import" msgstr "Forçar a importação" +msgid "Global default HTTP proxy" +msgstr "" + +msgid "HTTP proxy" +msgstr "" + +msgid "HTTP proxy policy" +msgstr "" + +msgid "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter." +msgstr "" + msgid "How to handle lock for imported templates?" msgstr "" +msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`" +msgstr "" + msgid "Import" msgstr "Importar" @@ -96,6 +117,9 @@ msgstr "Iniciar a exportação" msgid "Initiate Import" msgstr "Iniciar a importação" +msgid "Invalid repo format, must start with one of: " +msgstr "" + msgid "Keep" msgstr "Guarde" @@ -132,6 +156,9 @@ msgstr "Nunca" msgid "New" msgstr "Novo" +msgid "No HTTP proxy" +msgstr "" + msgid "Override the default repo from settings." msgstr "Anular o reporte padrão das configurações." @@ -159,6 +186,12 @@ msgstr "Remover" msgid "Repo" msgstr "Repo" +msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page." +msgstr "" + +msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one." +msgstr "" + msgid "Should importing overwrite locked templates?" msgstr "A importação deve sobregravar modelos bloqueados?" @@ -177,9 +210,6 @@ msgstr "" msgid "Template Sync" msgstr "" -msgid "The directory within Git repo containing the templates" -msgstr "O diretório dentro do Git repo contendo os gabaritos" - msgid "The directory within the Git repo containing the templates" msgstr "O diretório dentro do Git repo contendo os modelos" diff --git a/locale/ru/LC_MESSAGES/foreman_templates.mo b/locale/ru/LC_MESSAGES/foreman_templates.mo index 718e614bd435ec6e1c8ac92e681b0009381a0c7f..42e80792913e48934de3ad1fb47b95c2d1de1a22 100644 GIT binary patch delta 14 VcmbQuJ)3)j3KOI8W>uy#W&j^a1F8T3 delta 14 VcmbQuJ)3)j3KOH@W>uy#W&j^O1E>H1 diff --git a/locale/ru/foreman_templates.po b/locale/ru/foreman_templates.po index d4731e5..58654f6 100644 --- a/locale/ru/foreman_templates.po +++ b/locale/ru/foreman_templates.po @@ -11,7 +11,7 @@ # msgid "" msgstr "" -"Project-Id-Version: foreman_templates 10.0.1\n" +"Project-Id-Version: foreman_templates 10.0.3\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2019-10-14 12:27+0000\n" "Last-Translator: Bryan Kearney , 2023\n" @@ -54,6 +54,9 @@ msgstr "" msgid "Commit message" msgstr "" +msgid "Custom HTTP proxy" +msgstr "" + msgid "Custom commit message for templates export" msgstr "" @@ -63,6 +66,9 @@ msgstr "" msgid "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata" msgstr "" +msgid "Directory within Git repo containing the templates." +msgstr "" + msgid "Dirname" msgstr "" @@ -78,9 +84,24 @@ msgstr "Фильтр" msgid "Force import" msgstr "" +msgid "Global default HTTP proxy" +msgstr "" + +msgid "HTTP proxy" +msgstr "" + +msgid "HTTP proxy policy" +msgstr "" + +msgid "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter." +msgstr "" + msgid "How to handle lock for imported templates?" msgstr "" +msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`" +msgstr "" + msgid "Import" msgstr "Импорт" @@ -96,6 +117,9 @@ msgstr "" msgid "Initiate Import" msgstr "" +msgid "Invalid repo format, must start with one of: " +msgstr "" + msgid "Keep" msgstr "" @@ -132,6 +156,9 @@ msgstr "Никогда" msgid "New" msgstr "Новое" +msgid "No HTTP proxy" +msgstr "" + msgid "Override the default repo from settings." msgstr "" @@ -159,6 +186,12 @@ msgstr "Удалить" msgid "Repo" msgstr "Репозиторий" +msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page." +msgstr "" + +msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one." +msgstr "" + msgid "Should importing overwrite locked templates?" msgstr "" @@ -177,9 +210,6 @@ msgstr "" msgid "Template Sync" msgstr "" -msgid "The directory within Git repo containing the templates" -msgstr "" - msgid "The directory within the Git repo containing the templates" msgstr "" diff --git a/locale/sv_SE/LC_MESSAGES/foreman_templates.mo b/locale/sv_SE/LC_MESSAGES/foreman_templates.mo index 64d2ca226ab3cb006101eb9d673bc893e2b2d44f..37a605e952a12ba4ba1edfe8ea2d0addb6894404 100644 GIT binary patch delta 12 TcmdnWvXy1RI!5D->)RLsAP)r0 delta 12 TcmdnWvXy1RI!42d>)RLsAO!@< diff --git a/locale/sv_SE/foreman_templates.po b/locale/sv_SE/foreman_templates.po index f1e060d..b88e504 100644 --- a/locale/sv_SE/foreman_templates.po +++ b/locale/sv_SE/foreman_templates.po @@ -8,7 +8,7 @@ # msgid "" msgstr "" -"Project-Id-Version: foreman_templates 10.0.1\n" +"Project-Id-Version: foreman_templates 10.0.3\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2019-10-14 12:27+0000\n" "Last-Translator: johnny.westerlund , 2023\n" @@ -50,6 +50,9 @@ msgstr "" msgid "Commit message" msgstr "" +msgid "Custom HTTP proxy" +msgstr "" + msgid "Custom commit message for templates export" msgstr "" @@ -59,6 +62,9 @@ msgstr "" msgid "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata" msgstr "" +msgid "Directory within Git repo containing the templates." +msgstr "" + msgid "Dirname" msgstr "" @@ -74,9 +80,24 @@ msgstr "Filter" msgid "Force import" msgstr "" +msgid "Global default HTTP proxy" +msgstr "" + +msgid "HTTP proxy" +msgstr "" + +msgid "HTTP proxy policy" +msgstr "" + +msgid "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter." +msgstr "" + msgid "How to handle lock for imported templates?" msgstr "" +msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`" +msgstr "" + msgid "Import" msgstr "Importera" @@ -92,6 +113,9 @@ msgstr "" msgid "Initiate Import" msgstr "" +msgid "Invalid repo format, must start with one of: " +msgstr "" + msgid "Keep" msgstr "" @@ -128,6 +152,9 @@ msgstr "" msgid "New" msgstr "Ny" +msgid "No HTTP proxy" +msgstr "" + msgid "Override the default repo from settings." msgstr "" @@ -155,6 +182,12 @@ msgstr "" msgid "Repo" msgstr "" +msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page." +msgstr "" + +msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one." +msgstr "" + msgid "Should importing overwrite locked templates?" msgstr "" @@ -173,9 +206,6 @@ msgstr "" msgid "Template Sync" msgstr "" -msgid "The directory within Git repo containing the templates" -msgstr "" - msgid "The directory within the Git repo containing the templates" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/foreman_templates.mo b/locale/zh_CN/LC_MESSAGES/foreman_templates.mo index df3871086c80e688a15eef43aade9672ae6c72b6..3428f82d0f502acbb4b0fa7b5bb06b77430b4fde 100644 GIT binary patch delta 1386 zcmYk+J7`l;9LMp0YMQ7?A4ZMV`iNHhh)o-t+WKfZDYQ^9Rw5LO2Jtmmq#%?!cnPA} z#HBjarQo1gr{Gc-6`XW%5Cp|YaS_zIb@KK7-5kX~{r7Xv$;r9r{?EC2)b%jsRbs&z zBL>OMWVFWY82(tnKVqoXEP}%r!aT0RaqPu&n8R6IgI`hOe&JfIrO|^;SdSx^#1pv5 z%(EL@T&H6W!`Q|@F0C6+VxMczV3hV<)C3P){~Kf?dyjcs#s(Z&S#=zPv@ha%oJ1|8 z& z!fp5s^}RYK@mQ1%anXgNct2oPM8;T>I%cC5I59ck@(7}Xy^9@bLG5X<5j%;A1~ zj9SQd=d$ysGw5;Bk_?ET_Ph_9F^^iUF{IkN-MmTwAN%MeZRJB!}PMQ@!&lc?-FbR25Vi1?S5T z9qPZK6W>8uZFf_AF20S(L;8UdY%3cZA~kw66yf!^;4wF6SYr5 UOV delta 1438 zcmY+^O-PhM9LMqh=I&a#maVI0FSey=t?rsH*{hnTpmz@vfmmS(NkxGjYl)N!(t@;z zj4nY^n8b_IT`l%8>NA| zk{X$3b{Io`ekf-GW?6U^gLobnU>DY4FCN4(T!IlE(sL#JR%%)>jVg$#S+ zNwa4(mNGEr{^J8i=zl{k zQ7psNxEGUp@gxlvX%8`hBRJ?Yn?l~TtHe_i+;ZN-YWfeb3E!bY8_P*Qw-XEK@4`49 zL(Ov?i*W#zYcFy*e}!n00fnTUxamWu@hF}{E$l67f+^Gl-%-zn!|4wfpmL=G^<1y> zF6y~K%*SEmpN+fm_hI6%l}|CC7k{Gq8KkaWEI_R^ifgdWjUPdseY+d)K!RY`P#+k; z<2a04F+xIVzWvT-XG_vG+Azig9jLSK#})V#wXoOt2|v32b5^;Q{wwD+>iIC+RLB#! z5nE6n?m=y=5B1z5tij|s4Tbm@mSTXbz|sF#HqYsii?)NxpNaJSMkSMWuLbFN^nq&X z7OHm71@dl)lDM2Yrzro;)={+x*5HM?0aZ%UcuA>5RU|6hm=dgts;jG`SVo;G^)xn6 zwV@(vEmhG~Q51AbwEGD8=Y^ZLk%O~Ee^AIV@1FZ-NB=c8(X6CK-H?)ZrYPLHb}HOd u@2YM`9fxvB`LT*>jcuJLQu_j_;7xz1BsHBi>ho2mhO$3rrcUM6`~CuLwsJTC diff --git a/locale/zh_CN/foreman_templates.po b/locale/zh_CN/foreman_templates.po index f9d99de..39bed16 100644 --- a/locale/zh_CN/foreman_templates.po +++ b/locale/zh_CN/foreman_templates.po @@ -11,7 +11,7 @@ # msgid "" msgstr "" -"Project-Id-Version: foreman_templates 10.0.1\n" +"Project-Id-Version: foreman_templates 10.0.3\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2019-10-14 12:27+0000\n" "Last-Translator: Ewoud Kohl van Wijngaarden HTTP proxies page." +msgstr "" + +msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one." +msgstr "" + msgid "Should importing overwrite locked templates?" msgstr "是否应该导入覆盖锁定的模板?" @@ -177,9 +210,6 @@ msgstr "要导入/导出的目标路径。可以使用不同的协议,如 /tmp msgid "Template Sync" msgstr "模板同步" -msgid "The directory within Git repo containing the templates" -msgstr "Git 仓库中包含模板的目录" - msgid "The directory within the Git repo containing the templates" msgstr "Git 仓库中包含模板的目录" diff --git a/locale/zh_TW/LC_MESSAGES/foreman_templates.mo b/locale/zh_TW/LC_MESSAGES/foreman_templates.mo index f24030f77c60120d309ed2f80a13cf636a5a034e..9405ef882a498d4a609461b287244ca38e9c71f4 100644 GIT binary patch delta 14 Vcmdnbv7cju3KOI8W>qFBCIBJu1CIaz delta 14 Vcmdnbv7cju3KOH@W>qFBCIBJi1C0Ox diff --git a/locale/zh_TW/foreman_templates.po b/locale/zh_TW/foreman_templates.po index aaa86a9..ed7f5fc 100644 --- a/locale/zh_TW/foreman_templates.po +++ b/locale/zh_TW/foreman_templates.po @@ -9,7 +9,7 @@ # msgid "" msgstr "" -"Project-Id-Version: foreman_templates 10.0.1\n" +"Project-Id-Version: foreman_templates 10.0.3\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2019-10-14 12:27+0000\n" "Last-Translator: Bryan Kearney , 2023\n" @@ -51,6 +51,9 @@ msgstr "" msgid "Commit message" msgstr "" +msgid "Custom HTTP proxy" +msgstr "" + msgid "Custom commit message for templates export" msgstr "" @@ -60,6 +63,9 @@ msgstr "" msgid "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata" msgstr "" +msgid "Directory within Git repo containing the templates." +msgstr "" + msgid "Dirname" msgstr "" @@ -75,9 +81,24 @@ msgstr "篩選器" msgid "Force import" msgstr "" +msgid "Global default HTTP proxy" +msgstr "" + +msgid "HTTP proxy" +msgstr "" + +msgid "HTTP proxy policy" +msgstr "" + +msgid "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter." +msgstr "" + msgid "How to handle lock for imported templates?" msgstr "" +msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`" +msgstr "" + msgid "Import" msgstr "匯入" @@ -93,6 +114,9 @@ msgstr "" msgid "Initiate Import" msgstr "" +msgid "Invalid repo format, must start with one of: " +msgstr "" + msgid "Keep" msgstr "" @@ -129,6 +153,9 @@ msgstr "永不" msgid "New" msgstr "新增" +msgid "No HTTP proxy" +msgstr "" + msgid "Override the default repo from settings." msgstr "" @@ -156,6 +183,12 @@ msgstr "移除" msgid "Repo" msgstr "軟體庫" +msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page." +msgstr "" + +msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one." +msgstr "" + msgid "Should importing overwrite locked templates?" msgstr "" @@ -174,9 +207,6 @@ msgstr "" msgid "Template Sync" msgstr "" -msgid "The directory within Git repo containing the templates" -msgstr "" - msgid "The directory within the Git repo containing the templates" msgstr ""