Skip to content

Commit

Permalink
i18n - pulling from tx
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Mar 5, 2024
1 parent 5236322 commit b5f0296
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
""
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 プラグイン"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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-ში ატვირთვაზე აგებს პასუხს"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 插件"
]
Expand Down
3 changes: 3 additions & 0 deletions locale/en/foreman_rh_cloud.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

Expand Down
8 changes: 6 additions & 2 deletions locale/foreman_rh_cloud.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
Expand Down Expand Up @@ -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 ""
3 changes: 3 additions & 0 deletions locale/fr/foreman_rh_cloud.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
3 changes: 3 additions & 0 deletions locale/ja/foreman_rh_cloud.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 "このアクションを実行すると、自動レポートのアップロードも有効になります。"

Expand Down
3 changes: 3 additions & 0 deletions locale/ka/foreman_rh_cloud.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 "ეს ქმედება ავტომატურად ანგარიშების ატვირთვასაც ჩართავს"

Expand Down
3 changes: 3 additions & 0 deletions locale/zh_CN/foreman_rh_cloud.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 "此操作还会启用自动报告上传"

Expand Down

0 comments on commit b5f0296

Please sign in to comment.