diff --git a/app/assets/javascripts/foreman_rh_cloud/locale/en/foreman_rh_cloud.js b/app/assets/javascripts/foreman_rh_cloud/locale/en/foreman_rh_cloud.js index 9735740b..69c495c1 100644 --- a/app/assets/javascripts/foreman_rh_cloud/locale/en/foreman_rh_cloud.js +++ b/app/assets/javascripts/foreman_rh_cloud/locale/en/foreman_rh_cloud.js @@ -491,6 +491,9 @@ "The server returned the following error: %s": [ "" ], + "There are no recommendations for your hosts": [ + "" + ], "Foreman plugin that process & upload data to Red Hat Cloud": [ "" ] diff --git a/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js b/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js index f9f557a3..ab1e742d 100644 --- a/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js +++ b/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js @@ -491,6 +491,9 @@ "The server returned the following error: %s": [ "Le serveur a renvoyé l'erreur suivante : %s" ], + "There are no recommendations for your hosts": [ + "" + ], "Foreman plugin that process & upload data to Red Hat Cloud": [ "Plugin Foreman qui traite et télécharge les données vers Red Hat Cloud" ] diff --git a/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js b/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js index 20d9a8eb..a1cb7cdb 100644 --- a/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +++ b/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js @@ -491,6 +491,9 @@ "The server returned the following error: %s": [ "サーバーは以下のエラーを返しました: %s" ], + "There are no recommendations for your hosts": [ + "" + ], "Foreman plugin that process & upload data to Red Hat Cloud": [ "データを処理して Red Hat Cloud にアップロードする Foreman プラグイン" ] diff --git a/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js b/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js index d2c75564..763ceef8 100644 --- a/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js +++ b/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js @@ -491,6 +491,9 @@ "The server returned the following error: %s": [ "სერვერმა შემდეგი შეცდომა დააბრუნა: %ს" ], + "There are no recommendations for your hosts": [ + "" + ], "Foreman plugin that process & upload data to Red Hat Cloud": [ "Foreman-ის დამატება, რომელიც მონაცემების დამუშავებაზე და Red Hat Cloud-ში ატვირთვაზე აგებს პასუხს" ] diff --git a/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js b/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js index a004419d..24c829f2 100644 --- a/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +++ b/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js @@ -491,6 +491,9 @@ "The server returned the following error: %s": [ "服务器返回以下错误:%s" ], + "There are no recommendations for your hosts": [ + "" + ], "Foreman plugin that process & upload data to Red Hat Cloud": [ "处理数据并将其上传到红帽云的 Foreman 插件" ] diff --git a/locale/en/foreman_rh_cloud.po b/locale/en/foreman_rh_cloud.po index 2d38e35f..5d9d0465 100644 --- a/locale/en/foreman_rh_cloud.po +++ b/locale/en/foreman_rh_cloud.po @@ -444,6 +444,9 @@ msgstr "" msgid "The task failed with the following error:" msgstr "" +msgid "There are no recommendations for your hosts" +msgstr "" + msgid "This action will also enable automatic reports upload" msgstr "" diff --git a/locale/foreman_rh_cloud.pot b/locale/foreman_rh_cloud.pot index b551e733..fc53e095 100644 --- a/locale/foreman_rh_cloud.pot +++ b/locale/foreman_rh_cloud.pot @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: foreman_rh_cloud 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-29 00:27+0100\n" -"PO-Revision-Date: 2023-11-29 00:27+0100\n" +"POT-Creation-Date: 2024-03-05 20:08+0100\n" +"PO-Revision-Date: 2024-03-05 20:08+0100\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" @@ -799,6 +799,10 @@ msgstr "" msgid "The server returned the following error: %s" msgstr "" +#: ../webpack/common/table/EmptyState.js:44 +msgid "There are no recommendations for your hosts" +msgstr "" + #: gemspec.rb:2 msgid "Foreman plugin that process & upload data to Red Hat Cloud" msgstr "" diff --git a/locale/fr/foreman_rh_cloud.po b/locale/fr/foreman_rh_cloud.po index 0c165169..45af6a8e 100644 --- a/locale/fr/foreman_rh_cloud.po +++ b/locale/fr/foreman_rh_cloud.po @@ -456,6 +456,9 @@ msgstr "Le serveur a renvoyé l'erreur suivante : %s" msgid "The task failed with the following error:" msgstr "La tâche a échoué avec l'erreur suivante :" +msgid "There are no recommendations for your hosts" +msgstr "" + msgid "This action will also enable automatic reports upload" msgstr "Cette action permettra également le téléchargement automatique des rapports" diff --git a/locale/ja/foreman_rh_cloud.po b/locale/ja/foreman_rh_cloud.po index 9775b69b..ab1c9933 100644 --- a/locale/ja/foreman_rh_cloud.po +++ b/locale/ja/foreman_rh_cloud.po @@ -449,6 +449,9 @@ msgstr "サーバーは以下のエラーを返しました: %s" msgid "The task failed with the following error:" msgstr "タスクは以下のエラーで失敗しました: " +msgid "There are no recommendations for your hosts" +msgstr "" + msgid "This action will also enable automatic reports upload" msgstr "このアクションを実行すると、自動レポートのアップロードも有効になります。" diff --git a/locale/ka/foreman_rh_cloud.po b/locale/ka/foreman_rh_cloud.po index ce9e3a8f..89a79498 100644 --- a/locale/ka/foreman_rh_cloud.po +++ b/locale/ka/foreman_rh_cloud.po @@ -448,6 +448,9 @@ msgstr "სერვერმა შემდეგი შეცდომა დ msgid "The task failed with the following error:" msgstr "დავალება შემდეგი შეცდომით დასრულდა:" +msgid "There are no recommendations for your hosts" +msgstr "" + msgid "This action will also enable automatic reports upload" msgstr "ეს ქმედება ავტომატურად ანგარიშების ატვირთვასაც ჩართავს" diff --git a/locale/zh_CN/foreman_rh_cloud.po b/locale/zh_CN/foreman_rh_cloud.po index 57047a0d..65de2239 100644 --- a/locale/zh_CN/foreman_rh_cloud.po +++ b/locale/zh_CN/foreman_rh_cloud.po @@ -454,6 +454,9 @@ msgstr "服务器返回以下错误:%s" msgid "The task failed with the following error:" msgstr "任务失败,错误为:" +msgid "There are no recommendations for your hosts" +msgstr "" + msgid "This action will also enable automatic reports upload" msgstr "此操作还会启用自动报告上传"