foreman_remote_execution 11.1.0 → 12.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/.packit.yaml +1 -1
  3. data/.rubocop.yml +1 -1
  4. data/.rubocop_todo.yml +0 -8
  5. data/.tx/config +2 -2
  6. data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +1587 -1
  7. data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +1578 -1
  8. data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +1587 -1
  9. data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +1588 -1
  10. data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +1589 -1
  11. data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +1585 -1
  12. data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +1587 -0
  13. data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +1586 -1
  14. data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +1588 -1
  15. data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +1589 -1
  16. data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +1585 -1
  17. data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +1587 -1
  18. data/app/helpers/remote_execution_helper.rb +5 -0
  19. data/app/lib/actions/remote_execution/event_helpers.rb +42 -0
  20. data/app/lib/actions/remote_execution/run_host_job.rb +3 -16
  21. data/app/lib/actions/remote_execution/run_hosts_job.rb +7 -5
  22. data/app/models/concerns/api/v2/hosts_controller_extensions.rb +12 -0
  23. data/app/views/api/v2/job_invocations/base.json.rabl +14 -0
  24. data/app/views/templates/script/convert2rhel_analyze.erb +1 -6
  25. data/config/routes.rb +2 -0
  26. data/db/migrate/20151215114631_add_host_id_to_template_invocation.rb +1 -1
  27. data/db/migrate/20151217092555_migrate_to_task_groups.rb +1 -1
  28. data/db/migrate/20160113162007_expand_all_template_invocations.rb +2 -2
  29. data/db/migrate/20160114125628_rename_job_name_to_job_category.rb +2 -2
  30. data/db/migrate/20200623073022_rename_sudo_password_to_effective_user_password.rb +2 -2
  31. data/db/migrate/20220321101835_rename_ssh_provider_to_script.rb +1 -1
  32. data/extra/cockpit/foreman-cockpit-session +1 -1
  33. data/foreman_remote_execution.gemspec +3 -1
  34. data/lib/foreman_remote_execution/engine.rb +12 -3
  35. data/lib/foreman_remote_execution/version.rb +1 -1
  36. data/locale/Makefile +3 -4
  37. data/locale/action_names.rb +0 -3
  38. data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  39. data/locale/de/foreman_remote_execution.po +71 -23
  40. data/locale/en/foreman_remote_execution.po +71 -23
  41. data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  42. data/locale/en_GB/foreman_remote_execution.po +71 -23
  43. data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  44. data/locale/es/foreman_remote_execution.po +72 -24
  45. data/locale/foreman_remote_execution.pot +239 -176
  46. data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  47. data/locale/fr/foreman_remote_execution.po +72 -24
  48. data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  49. data/locale/ja/foreman_remote_execution.po +72 -24
  50. data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  51. data/locale/ka/foreman_remote_execution.po +1576 -0
  52. data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  53. data/locale/ko/foreman_remote_execution.po +71 -23
  54. data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  55. data/locale/pt_BR/foreman_remote_execution.po +72 -24
  56. data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  57. data/locale/ru/foreman_remote_execution.po +71 -23
  58. data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  59. data/locale/zh_CN/foreman_remote_execution.po +72 -24
  60. data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  61. data/locale/zh_TW/foreman_remote_execution.po +71 -23
  62. data/test/unit/actions/run_hosts_job_test.rb +1 -1
  63. data/test/unit/api_params_test.rb +2 -10
  64. data/webpack/JobInvocationDetail/JobInvocationActions.js +22 -0
  65. data/webpack/JobInvocationDetail/JobInvocationConstants.js +7 -0
  66. data/webpack/JobInvocationDetail/JobInvocationOverview.js +104 -0
  67. data/webpack/JobInvocationDetail/JobInvocationSelectors.js +5 -0
  68. data/webpack/JobInvocationDetail/index.js +77 -0
  69. data/webpack/JobWizard/JobWizardPageRerun.js +10 -25
  70. data/webpack/JobWizard/index.js +9 -18
  71. data/webpack/JobWizard/steps/HostsAndInputs/hostgroups.gql +1 -1
  72. data/webpack/Routes/routes.js +6 -0
  73. data/webpack/react_app/components/FeaturesDropdown/actions.js +4 -2
  74. data/webpack/react_app/components/FeaturesDropdown/constants.js +5 -0
  75. data/webpack/react_app/components/FeaturesDropdown/index.js +53 -14
  76. data/webpack/react_app/components/FeaturesDropdown/index.scss +11 -0
  77. data/webpack/react_app/extend/Fills.js +6 -0
  78. metadata +24 -10
  79. data/webpack/react_app/components/FeaturesDropdown/constant.js +0 -3
  80. /data/test/graphql/mutations/job_invocations/{create.rb → create_test.rb} +0 -0
  81. /data/test/unit/{renderer_scope_input.rb → renderer_scope_input_test.rb} +0 -0
@@ -1 +1,1587 @@
1
- locales['foreman_remote_execution'] = locales['foreman_remote_execution'] || {}; locales['foreman_remote_execution']['zh_TW'] = {"domain":"foreman_remote_execution","locale_data":{"foreman_remote_execution":{"":{"Project-Id-Version":"foreman_remote_execution 9.0.1","Report-Msgid-Bugs-To":"","PO-Revision-Date":"2016-02-15 13:54+0000","Last-Translator":"FULL NAME <EMAIL@ADDRESS>","Language-Team":"Chinese (Taiwan) (http://www.transifex.com/foreman/foreman/language/zh_TW/)","MIME-Version":"1.0","Content-Type":"text/plain; charset=UTF-8","Content-Transfer-Encoding":"8bit","Language":"zh_TW","Plural-Forms":"nplurals=1; plural=0;","lang":"zh_TW","domain":"foreman_remote_execution","plural_forms":"nplurals=1; plural=0;"},"Another interface is already set as execution. Are you sure you want to use this one instead?":["另一個介面已設為執行。行您是否確定要使用此介面?"],"There was an error while updating the status, try refreshing the page.":["更新狀態時發生錯誤,請更新此頁面。"],"List foreign input sets":["列出外部輸入集"],"Show foreign input set details":["顯示外部輸入集的詳細資料"],"Target template ID":["目標範本 ID"],"Include all inputs from the foreign template":[""],"A comma separated list of input names to be included from the foreign template.":["從外部範本納入的輸入名稱清單,以逗號隔開。"],"Input set description":["輸入集的描述"],"Create a foreign input set":["建立外部輸入集"],"Delete a foreign input set":["刪除外部輸入集"],"Update a foreign input set":["更新外部輸入集"],"List job invocations":["列出工作祈願"],"Show job invocation":["顯示工作祈願"],"Show Job status for the hosts":[""],"The job template to use, parameter is required unless feature was specified":[""],"Invocation type, one of %s":["祈願類型,%s 之一"],"Execute the jobs on hosts in randomized order":[""],"Inputs to use":["要使用的輸入"],"SSH provider specific options":["SSH 供應者特定選項"],"What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting.":["哪位使用者該用來執行此 script(使用類似 sudo 機制)。預設值設為範本參數或全域設定。"],"Set password for effective user (using sudo-like mechanisms)":[""],"Set SSH user":[""],"Set SSH password":[""],"Set SSH key passphrase":[""],"Create a recurring job":["建立週期性工作"],"How often the job should occur, in the cron format":["工作多常發生,格式同 cron"],"Repeat a maximum of N times":["重複最多 N 次"],"Perform no more executions after this time":["此時間之後不再進行任何執行"],"Designation of a special purpose":[""],"Schedule the job to start at a later time":["排程工作至晚一點的時間"],"Schedule the job for a future time":["排程工作至未來時間"],"Indicates that the action should be cancelled if it cannot be started before this time.":["這表示如果不能在這時間之前開始,就應該取消動作。"],"Control concurrency level and distribution over time":["隨時間控制週期等級並散佈"],"Distribute tasks over N seconds":["在幾秒間散佈工作"],"Run at most N tasks at a time":["一次最多執行 N 個任務"],"Override the description format from the template for this invocation only":["僅為這祈願從範本覆寫描述格式"],"Override the timeout interval from the template for this invocation only":[""],"Remote execution feature label that should be triggered, job template assigned to this feature will be used":[""],"Override the global time to pickup interval for this invocation only":[""],"Create a job invocation":["建立工作祈願"],"Get output for a host":["取得主機輸出"],"Get raw output for a host":[""],"Cancel job invocation":[""],"The job could not be cancelled.":[""],"Rerun job on failed hosts":[""],"Could not rerun job %{id} because its template could not be found":[""],"Get outputs of hosts in a job":[""],"Host with id '%{id}' was not found":["找不到 ID 為 '%{id}' 的主機"],"Only one of feature or job_template_id can be specified":[""],"List job templates":["列出工作範本"],"List job templates per location":["列出各個位置上的工作範本"],"List job templates per organization":["列出各個組織的工作範本"],"Import a job template from ERB":[""],"Template ERB":[""],"Overwrite template if it already exists":[""],"Export a job template to ERB":[""],"Show job template details":["顯示工作範本的詳情"],"Template name":["範本名稱"],"Job category":["工作類別"],"This template is used to generate the description. Input values can be used using the syntax %{package}. You may also include the job category and template name using %{job_category} and %{template_name}.":["這範本是用來產生描述。輸入值可以使用 %{package} 語法。您也可以使用 %{job_category} 與 %{template_name} 來包括工作類別與範本名稱。"],"Provider type":["供應商種類"],"Whether or not the template is locked for editing":["範本是否鎖定並禁止進行編輯"],"Effective user options":["有效的使用者選項"],"What user should be used to run the script (using sudo-like mechanisms)":["哪位使用者該用來執行此 script(使用類似 sudo 機制)"],"Whether it should be allowed to override the effective user from the invocation form.":["是否允許從祈願清單覆寫有效使用者。"],"Whether the current user login should be used as the effective user":["目前登入的使用者是否應作為有效使用者"],"Create a job template":["建立工作範本"],"Update a job template":["更新工作範本"],"Template version":["範本版本"],"Delete a job template":["刪除工作範本"],"Clone a provision template":["複製佈建範本"],"List remote execution features":["列出遠端執行功能"],"Show remote execution feature":["顯示遠端執行功能"],"Job template ID to be used for the feature":["要給這功能使用的工作範本 ID"],"List template invocations belonging to job invocation":[""],"Identifier of the Host interface for Remote execution":[""],"Set 'host_registration_remote_execution_pull' parameter for the host. If it is set to true, pull provider client will be deployed on the host":[""],"List of proxy IDs to be used for remote execution":[""],"Trying to abort the job":[""],"Trying to cancel the job":[""],"The job cannot be aborted at the moment.":[""],"The job cannot be cancelled at the moment.":[""],"Problem with previewing the template: %{error}. Note that you must save template input changes before you try to preview it.":["預覽範本時發生問題:%{error}。請注意,您必須在預覽範本前,先儲存範本輸入的變更。"],"Job template imported successfully.":[""],"Unable to save template. Correct highlighted errors":[""],"Run":["執行"],"Schedule Remote Job":[""],"Jobs":["工作"],"Job invocations":["工作祈願"],"%s":["%s"],"Web Console":[""],"Success":["成功"],"Failed":["已失敗"],"Pending":["等待處理中"],"Cancelled":["已取消"],"queued to start executing in %{time}":[""],"queued":["已排程"],"running %{percent}%%":[""],"succeeded":["已成功"],"cancelled":["已取消"],"failed":["已失敗"],"unknown status":["未知的狀態"],"Any Organization":["任何組織"],"Any Location":["任何位置"],"error":[""],"Host detail":["主機詳細資料"],"Rerun on %s":["傳回於 %s"],"Host task":[""],"N/A":["N/A"],"Run Job":["執行工作"],"Create Report":[""],"Create report for this job":[""],"Rerun":["重新執行"],"Rerun the job":["重新執行工作"],"Rerun failed":["重新執行失敗"],"Rerun on failed hosts":["在失敗的主機上重新執行"],"Job Task":["工作任務"],"See the last task details":["檢視最後工作的詳情"],"Cancel Job":["取消工作"],"Try to cancel the job":["試著取消工作"],"Abort Job":[""],"Try to abort the job without waiting for the results from the remote hosts":[""],"Task Details":["工作詳細資料"],"See the task details":["檢視工作的詳情"],"Try to cancel the job on a host":["試著取消主機上的工作"],"Try to abort the job on a host without waiting for its result":[""],"Could not render the preview because no host matches the search query.":[""],"in %s":["%s 中"],"%s ago":["%s 之前"],"Use default description template":["使用預設的描述範本"],"Description template":["描述範本"],"This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.":[""],"Could not use any template used in the job invocation":["無法使用任何用於這工作祈願的範本"],"Failed rendering template: %s":["無法生成範本:%s"],"Task cancelled":[""],"Job execution failed":[""],"%{description} on %{host}":["%{description} 於 %{host} 之上"],"Remote action:":["遠端動作:"],"Job cancelled by user":[""],"Exit status: %s":["退出狀態:%s"],"Job finished with error":["工作完成但發生錯誤"],"Error loading data from proxy":["從代理載入資料時發生錯誤"],"User can not execute job on host %s":["使用者無法在主機 %s 上執行工作"],"User can not execute this job template":["使用者無法執行此工作範本"],"User can not execute job on infrastructure host %s":[""],"User can not execute this job template on %s":["使用者無法在 %s 上執行此工作範本"],"The only applicable proxy %{proxy_names} is down":["",""],"Could not use any proxy for the %{provider} job. Consider configuring %{global_proxy}, %{fallback_proxy} in settings":[""],"REX job has succeeded - %s":[""],"REX job has failed - %s":[""],"included template '%s' not found":["找不到包含的範本 '%s'"],"input macro with name '%s' used, but no input with such name defined for this template":["使用了名為 '%s' 的輸入巨集,但此範本並未輸入這樣的名稱"],"Unable to fetch public key":["無法取得公開金鑰"],"Unable to remove host from known hosts":[""],"REX job has finished - %s":[""],"Should this interface be used for remote execution?":[""],"Interface with the '%s' identifier was specified as a remote execution interface, however the interface was not found on the host. If the interface exists, it needs to be created in Foreman during the registration.":[""],"host already has an execution interface":["主機已有執行介面"],"This template is locked. Please clone it to a new template to customize.":["此範本已鎖定。請將它複製至一個新的範本以自訂化。"],"Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}":["在外部輸入集偵測到環狀相依性: '%{template}' -> '%{target_template}'。範本堆疊:%{templates_stack}"],"Execution":["執行"],"Last execution succeeded":["最後的執行成功"],"No execution finished yet":["尚無執行完成"],"Last execution cancelled":[""],"Last execution failed":["最後的執行失敗"],"Unknown execution status":["未知的執行狀態"],"Recursive rendering of templates detected":["偵測到遞迴處理範本"],"error during rendering: %s":["處理時發生錯誤:%s"],"template":["範本"],"Cannot specify both bookmark_id and search_query":["無法指定 bookmark_id 和 search_query"],"Unknown input %{input_name} for template %{template_name}":["未知的輸入 %{input_name} 給範本 %{template_name}"],"Template with id '%{id}' was not found":["找不到 ID 為 '%{id}' 的範本"],"Feature input %{input_name} not defined in template %{template_name}":["未知的輸入 %{input_name} 未定義於範本 %{template_name}"],"No template mapped to feature %{feature_name}":["沒有範本定義至功能 %{feature_name}"],"The template %{template_name} mapped to feature %{feature_name} is not accessible by the user":["使用者無法存取範本 %{template_name} 對應至功能 %{feature_name}"],"Job Invocation":["工作祈願"],"Duplicated inputs detected: %{duplicated_inputs}":["偵測到重複的輸入:%{duplicated_inputs}"],"Unknown remote execution feature %s":["未知的遠端執行功能 %s"],"Effective user method \\\"%{current_value}\\\" is not one of %{valid_methods}":["有效使用者方法 \\\"%{current_value}\\\" 並非 %{valid_methods} 之一"],"Could not find any suitable interface for execution":[""],"Subscribe to my failed jobs":[""],"Subscribe to my succeeded jobs":[""],"Subscribe to all my jobs":[""],"Script":[""],"Static Query":["靜態查詢"],"Dynamic Query":["動態查詢"],"Alphabetical":[""],"Randomized":[""],"Cannot resolve hosts without a user":["沒有使用者就無法解析主機"],"Cannot resolve hosts without a bookmark or search query":["沒有書籤或搜尋查詢,就無法解析主機"],"Must select a bookmark or enter a search query":["必須選擇書籤或輸入搜尋查詢"],"Input":["輸入"],"Not all required inputs have values. Missing inputs: %s":["並不是所需的輸入都有值。缺少的輸入:%s"],"Internal proxy selector can only be used if Katello is enabled":[""],"default_capsule method missing from SmartProxy":[""],"Can't find Job Invocation for an id %s":[""],"Latest Jobs":[""],"Name":["名稱"],"State":["狀態"],"Started":[""],"No jobs available":[""],"Results":[""],"Schedule":["排程"],"Concurrency level limited to":[""],"tasks at a time":[""],"Set to distribute over":[""],"seconds":["秒"],"Scheduled to start before":[""],"Scheduled to start at":[""],"Timeout to kill after":[""],"Target hosts":["目標主機"],"Bookmark":["書籤"],"Manual selection":["手動選擇"],"using ":[""],"Execution order":[""],"Organization":["組織"],"Location":["位置"],"SSH User":[""],"Evaluated at:":["評量於:"],"User Inputs":[""],"Description":["說明"],"Job template":["工作範本"],"Resolves to":["解析至"],"hosts":["主機"],"Refresh":["重新整理"],"Preview":["預覽"],"Display advanced fields":["顯示進階欄位"],"Hide advanced fields":["隱藏進階欄位"],"SSH user":[""],"A user to be used for SSH.":[""],"Effective user":["有效的使用者"],"A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts.":["要使用執行這 script 的使用者。如果使用者與 SSH 使用者不同,會用 su 或 sudo 來切換使用者。"],"Timeout to kill":[""],"Time in seconds from the start on the remote host after which the job should be killed.":[""],"Time to pickup":[""],"Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled.":[""],"Password":["密碼"],"Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.":[""],"Private key passphrase":[""],"Key passhprase is only applicable for SSH provider. Other providers ignore this field. <br> Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.":[""],"Effective user password":[""],"Effective user password is only applicable for SSH provider. Other providers ignore this field. <br> Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.":[""],"Concurrency level":["同步等級"],"Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.":[""],"Time span":["時間跨度"],"Distribute execution over N seconds. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.":[""],"Execution ordering":[""],"Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - randomizes the order in which jobs are executed on hosts</li></ul>":[""],"Type of query":["查詢類型"],"Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it</li></ul>":[""],"The final host list may change because the selected query is dynamic. It will be rerun during execution.":["最終主機清單可能會改變,因為選擇查詢是動態的。這會在執行時重新執行。"],"...and %{count} more":["",""],"No hosts found.":["找不到主機。"],"Close":["關閉"],"Current organization %{org_c} is different from job's organization %{org_j}.":[""],"Current location %{loc_c} is different from job's location %{loc_j}.":[""],"The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.":["動態查詢 '%{query}' 尚未被解析。該解析的主機清單可以在 %{here} 找到。"],"here":["這裏"],"effective user":[""],"Total hosts":["主機總數"],"Hosts gone missing":[""],"This can happen if the host is removed or moved to another organization or location after the job was started":[""],"Providers and templates":["供應者與範本"],"User input":["使用者輸入"],"Value":["值"],"Search Query":[""],"Status":["狀態"],"Succeeded":["已成功"],"Start":["開始"],"Job invocation":["工作祈願"],"Use new job wizard":[""],"Overview":["概覽"],"Preview templates":[""],"Recurring logic":["週期邏輯"],"Job Invocations":[""],"Foreman can run arbitrary commands on remote hosts using different providers, such as SSH or Ansible. Communication goes through the Smart Proxy so Foreman does not have to have direct access to the target hosts and can scale to control many hosts.":[""],"Learn more about this in the documentation.":["欲知更多,請參閱文件。"],"Job":["工作"],"Type":["類型"],"Add Foreign Input Set":["新增外部輸入集"],"add an input set for this template to reference a different template inputs":["為此範本新增輸入集,以參照至不同的範本輸入"],"Snippet":["程式碼片段"],"Select an ERB file to upload in order to import a job template. The template must contain metadata in the first ERB comment.":[""],"Overwrite":["覆寫"],"Whether to overwrite the template if it already exists":[""],"Job Templates":["工作範本"],"Edit %s":["編輯 %s"],"Edit Job Template":["編輯工作範本"],"Import":["匯入"],"New Job Template":["新工作範本"],"JobTemplate|Name":["JobTemplate|Name"],"JobTemplate|Snippet":["JobTemplate|Snippet"],"JobTemplate|Locked":["JobTemplate|Locked"],"Actions":["動作"],"This template is locked for editing.":["此範本已鎖定,因此無法編輯。"],"The execution interface is used for remote execution":["用來遠端執行的執行介面"],"Remote execution":["遠端執行"],"Remote Execution":["遠端執行"],"Proxies":["代理伺服器"],"Select as many remote execution proxies as applicable for this subnet. When multiple proxies with the same provider are added, actions will be load balanced among them.":["為此子網路儘可能選擇遠端執行代理。加入有著同樣供應者的多重代理之後,動作就會在這些代理上進行負載平衡。"],"You are not allowed to see the currently assigned template. Saving the form now would unassign the template.":["您不能看到目前指定的範本。現在儲存表單會取消指定範本。"],"Remote Execution Features":["遠端執行功能"],"Label":["標籤"],"Edit Remote Execution Feature":["編輯遠端執行功能"],"A job '%{job_name}' has %{status} at %{time}":[""],"Job result":[""],"Failed hosts":[""],"See more details at %s":[""],"Foreign input set":["外部輸入集"],"remove template input set":["移除範本輸入集"],"A comma separated list of input names to be excluded from the foreign template.":["從外部範本排除的輸入名稱清單,以逗號隔開。"],"Template Invocation for %s":[""],"Back to Job":["回到工作"],"Toggle command":["切換指令"],"Toggle STDERR":["切換 STDERR"],"Toggle STDOUT":["切換 STDOUT"],"Toggle DEBUG":["切換 DEBUG"],"Target: ":["目標:"],"using Smart Proxy":[""],"Scroll to bottom":["捲動至底端"],"Scroll to top":["捲動至頂端"],"Could not display data for job invocation.":[""],"Unsupported or no operating system found for this host.":["不支援或此主機上找不到作業系統。"],"A job '%{subject}' has finished successfully":[""],"Job Details":[""],"A job '%{subject}' has failed":[""],"Remote execution job":[""],"A notification when a job finishes":[""],"Unable to create mail notification: %s":[""],"Search the host for any proxy with Remote Execution, useful when the host has no subnet or the subnet does not have an execution proxy":["使用遠端執行為代理搜尋主機,這在主機沒有子網路、或子網路沒有執行代理時很有用"],"Fallback to Any Proxy":[""],"Search for remote execution proxy outside of the proxies assigned to the host. The search will be limited to the host's organization and location.":[""],"Enable Global Proxy":[""],"Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user.":["使用 SSH 的預設使用者。您可以透過設定參數呼叫 remote_execution_ssh_user 來覆寫每台主機的設定。"],"Default user to use for executing the script. If the user differs from the SSH user, su or sudo is used to switch the user.":["要使用執行這 script 的預設使用者。如果使用者與 SSH 使用者不同,會用 su 或 sudo 來切換使用者。"],"Effective User":[""],"What command should be used to switch to the effective user. One of %s":["該用哪個指令來切換至有效的使用者。%s 之一"],"Effective User Method":[""],"Whether we should sync templates from disk when running db:seed.":["執行 db:seed 時是否要從磁碟同步範本。"],"Sync Job Templates":[""],"Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.":[""],"SSH Port":[""],"Should the ip addresses on host interfaces be preferred over the fqdn? It is useful when DNS not resolving the fqdns properly. You may override this per host by setting a parameter called remote_execution_connect_by_ip. For dual-stacked hosts you should consider the remote_execution_connect_by_ip_prefer_ipv6 setting":[""],"Connect by IP":[""],"When connecting using ip address, should the IPv6 addresses be preferred? If no IPv6 address is set, it falls back to IPv4 automatically. You may override this per host by setting a parameter called remote_execution_connect_by_ip_prefer_ipv6. By default and for compatibility, IPv4 will be preferred over IPv6 by default":[""],"Prefer IPv6 over IPv4":[""],"Default password to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_password":[""],"Default SSH password":[""],"Default key passphrase to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_key_passphrase":[""],"Default SSH key passphrase":[""],"Amount of workers in the pool to handle the execution of the remote execution jobs. Restart of the dynflowd/foreman-tasks service is required.":[""],"Workers pool size":[""],"When enabled, working directories will be removed after task completion. You may override this per host by setting a parameter called remote_execution_cleanup_working_dirs.":[""],"Cleanup working directories":[""],"Where to find the Cockpit instance for the Web Console button. By default, no button is shown.":[""],"Cockpit URL":[""],"Choose a job template that is pre-selected in job invocation form":[""],"Form Job Template":[""],"Select a report template used for generating a report for a particular remote execution job":[""],"Job Invocation Report Template":[""],"Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day.":[""],"Job templates":["工作範本"],"Run Puppet Once":[""],"Perform a single Puppet run":[""],"Run Script":[""],"Run a script":[""],"Does not repeat":[""],"Cronline":[""],"Monthly":["每個月"],"Weekly":["每週"],"Daily":["每天"],"Hourly":[""],"Immediate execution":[""],"Future execution":[""],"Recurring execution":[""],"Category and template":[""],"Target hosts and inputs":[""],"Advanced fields":[""],"Review details":[""],"Type of execution":[""],"Hosts":["主機"],"Host collections":[""],"Host groups":["主機群組"],"Search query":["搜尋查詢"],"Run job":[""],"Use old form":[""],"Current organization %s is different from job's organization %s. This job may run on different hosts than before.":[""],"Current location %s is different from job's location %s. This job may run on different hosts than before.":[""],"'Starts before' date must in the future":[""],"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error":[""],"Use legacy form":[""],"Edit job description template":[""],"Preview job description":[""],"For example: 1, 2, 3, 4, 5...":[""],"Key passphrase is only applicable for SSH provider. Other providers ignore this field. Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.":[""],"Effective user password is only applicable for SSH provider. Other providers ignore this field. Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.":[""],"All fields are required.":[""],"Error":["錯誤"],"Errors:":[""],"Categories list failed with:":[""],"Templates list failed with:":[""],"Template failed with:":[""],"Preview Hosts":[""],"...and %s more":[""],"%s more":[""],"Clear all filters":[""],"There are no available input fields for the selected template.":[""],"Please select at least one host":[""],"Please enter a search query":[""],"Please select at least one host collection":[""],"Please select at least one host group":[""],"Filter by hosts":[""],"Filter by host collections":[""],"Filter by host groups":[""],"Apply to":[""],"Never":["永不"],"After %s occurences":[""],"Every hour at minute %s":[""],"Every day at %s":[""],"Every week on %s at %s":[""],"Every month on %s at %s":[""],"Cron line":["Cron 行"],"No Target Hosts":[""],"view host names":[""],"Hide all advanced fields":[""],"Show all advanced fields":[""],"Schedule type":[""],"Recurrence":[""],"Starts at":[""],"Starts Before":[""],"Starts":["起始"],"Now":[""],"Repeats":["重複"],"Ends":["結束"],"Purpose":[""],"Static query":[""],"Dynamic query":[""],"Description Template":[""],"A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.":[""],"Query type":[""],"Type has impact on when is the query evaluated to hosts.":[""],"evaluates just after you submit this form":[""],"evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it":[""],"Cron line format 'a b c d e', where:":[""],"is minute (range: 0-59)":["是分鐘(範圍:0-59)"],"is hour (range: 0-23)":["是小時(範圍:0-23)"],"is day of month (range: 1-31)":["是日期(範圍:1-31)"],"is month (range: 1-12)":["是月份(範圍:1-12)"],"is day of week (range: 0-6)":["是星期幾(範圍:0-6)"],"At":["於"],"Invalid time format":[""],"At minute":[""],"range: 0-59":[""],"Create":["建立"],"Minute can only be a number between 0-59":[""],"Days":["天"],"Days of week":["星期幾"],"For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step.":[""],"'Starts before' date must be after 'Starts at' date":[""],"Clear input":[""],"Starts before":[""],"End time needs to be after start time":[""],"On":["開啟"],"After":[""],"Repeat amount can only be a positive number":[""],"occurences":[""],"Select the type of execution":[""],"Execute the job now.":[""],"Execute the job later, at a scheduled time.":[""],"Execute the job on a repeating schedule.":[""],"Invalid date":[""],"open-help-tooltip-button":[""],"Reset to default":["重設為預設值"],"Has to be a positive number":[""],"Please refine your search.":[""],"You have %s results to display. Showing first %s results":[""],"Opening job invocation form":[""],"%s job has been invoked":[""],"Schedule a job":[""],"Recent jobs":[""],"View all jobs":[""],"View finished jobs":[""],"View running jobs":[""],"View scheduled jobs":[""],"Finished":["已完成"],"Running":["執行中"],"Scheduled":[""],"No results found":[""],"Remote Execution Interface":[""],"yes":["是"],"no":["否"],"Inherit from host parameter":[""],"Yes (override)":[""],"No (override)":[""],"REX pull mode":[""],"Setup remote execution pull mode. If set to `Yes`, pull provider client will be deployed on the registered host. The inherited value is based on the `host_registration_remote_execution_pull` parameter. It can be inherited e.g. from host group, operating system, organization. When overridden, the selected value will be stored on host parameter level.":[""],"Host":["主機"],"Active Filters:":[""],"Action with sub plans":["有子計畫的動作"],"Import Puppet classes":["匯入 Puppet 類別"],"Import facts":["匯入詳情"],"A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality.":["將遠端執行帶入 Foreman 的外掛程式,搭配遠端管理功能來完成配置管理。"]}}};
1
+ locales['foreman_remote_execution'] = locales['foreman_remote_execution'] || {}; locales['foreman_remote_execution']['zh_TW'] = {
2
+ "domain": "foreman_remote_execution",
3
+ "locale_data": {
4
+ "foreman_remote_execution": {
5
+ "": {
6
+ "Project-Id-Version": "foreman_remote_execution 9.0.1",
7
+ "Report-Msgid-Bugs-To": "",
8
+ "PO-Revision-Date": "2016-02-15 13:54+0000",
9
+ "Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
10
+ "Language-Team": "Chinese (Taiwan) (http://www.transifex.com/foreman/foreman/language/zh_TW/)",
11
+ "MIME-Version": "1.0",
12
+ "Content-Type": "text/plain; charset=UTF-8",
13
+ "Content-Transfer-Encoding": "8bit",
14
+ "Language": "zh_TW",
15
+ "Plural-Forms": "nplurals=1; plural=0;",
16
+ "lang": "zh_TW",
17
+ "domain": "foreman_remote_execution",
18
+ "plural_forms": "nplurals=1; plural=0;"
19
+ },
20
+ "Another interface is already set as execution. Are you sure you want to use this one instead?": [
21
+ "另一個介面已設為執行。行您是否確定要使用此介面?"
22
+ ],
23
+ "There was an error while updating the status, try refreshing the page.": [
24
+ "更新狀態時發生錯誤,請更新此頁面。"
25
+ ],
26
+ "List foreign input sets": [
27
+ "列出外部輸入集"
28
+ ],
29
+ "Show foreign input set details": [
30
+ "顯示外部輸入集的詳細資料"
31
+ ],
32
+ "Target template ID": [
33
+ "目標範本 ID"
34
+ ],
35
+ "Include all inputs from the foreign template": [
36
+ ""
37
+ ],
38
+ "A comma separated list of input names to be included from the foreign template.": [
39
+ "從外部範本納入的輸入名稱清單,以逗號隔開。"
40
+ ],
41
+ "Input set description": [
42
+ "輸入集的描述"
43
+ ],
44
+ "Create a foreign input set": [
45
+ "建立外部輸入集"
46
+ ],
47
+ "Delete a foreign input set": [
48
+ "刪除外部輸入集"
49
+ ],
50
+ "Update a foreign input set": [
51
+ "更新外部輸入集"
52
+ ],
53
+ "List job invocations": [
54
+ "列出工作祈願"
55
+ ],
56
+ "Show job invocation": [
57
+ "顯示工作祈願"
58
+ ],
59
+ "Show Job status for the hosts": [
60
+ ""
61
+ ],
62
+ "The job template to use, parameter is required unless feature was specified": [
63
+ ""
64
+ ],
65
+ "Invocation type, one of %s": [
66
+ "祈願類型,%s 之一"
67
+ ],
68
+ "Execute the jobs on hosts in randomized order": [
69
+ ""
70
+ ],
71
+ "Inputs to use": [
72
+ "要使用的輸入"
73
+ ],
74
+ "SSH provider specific options": [
75
+ "SSH 供應者特定選項"
76
+ ],
77
+ "What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting.": [
78
+ "哪位使用者該用來執行此 script(使用類似 sudo 機制)。預設值設為範本參數或全域設定。"
79
+ ],
80
+ "Set password for effective user (using sudo-like mechanisms)": [
81
+ ""
82
+ ],
83
+ "Set SSH user": [
84
+ ""
85
+ ],
86
+ "Set SSH password": [
87
+ ""
88
+ ],
89
+ "Set SSH key passphrase": [
90
+ ""
91
+ ],
92
+ "Create a recurring job": [
93
+ "建立週期性工作"
94
+ ],
95
+ "How often the job should occur, in the cron format": [
96
+ "工作多常發生,格式同 cron"
97
+ ],
98
+ "Repeat a maximum of N times": [
99
+ "重複最多 N 次"
100
+ ],
101
+ "Perform no more executions after this time": [
102
+ "此時間之後不再進行任何執行"
103
+ ],
104
+ "Designation of a special purpose": [
105
+ ""
106
+ ],
107
+ "Schedule the job to start at a later time": [
108
+ "排程工作至晚一點的時間"
109
+ ],
110
+ "Schedule the job for a future time": [
111
+ "排程工作至未來時間"
112
+ ],
113
+ "Indicates that the action should be cancelled if it cannot be started before this time.": [
114
+ "這表示如果不能在這時間之前開始,就應該取消動作。"
115
+ ],
116
+ "Control concurrency level and distribution over time": [
117
+ "隨時間控制週期等級並散佈"
118
+ ],
119
+ "Run at most N tasks at a time": [
120
+ "一次最多執行 N 個任務"
121
+ ],
122
+ "Override the description format from the template for this invocation only": [
123
+ "僅為這祈願從範本覆寫描述格式"
124
+ ],
125
+ "Override the timeout interval from the template for this invocation only": [
126
+ ""
127
+ ],
128
+ "Remote execution feature label that should be triggered, job template assigned to this feature will be used": [
129
+ ""
130
+ ],
131
+ "Override the global time to pickup interval for this invocation only": [
132
+ ""
133
+ ],
134
+ "Create a job invocation": [
135
+ "建立工作祈願"
136
+ ],
137
+ "Get output for a host": [
138
+ "取得主機輸出"
139
+ ],
140
+ "Get raw output for a host": [
141
+ ""
142
+ ],
143
+ "Cancel job invocation": [
144
+ ""
145
+ ],
146
+ "The job could not be cancelled.": [
147
+ ""
148
+ ],
149
+ "Rerun job on failed hosts": [
150
+ ""
151
+ ],
152
+ "Could not rerun job %{id} because its template could not be found": [
153
+ ""
154
+ ],
155
+ "Get outputs of hosts in a job": [
156
+ ""
157
+ ],
158
+ "Host with id '%{id}' was not found": [
159
+ "找不到 ID 為 '%{id}' 的主機"
160
+ ],
161
+ "Only one of feature or job_template_id can be specified": [
162
+ ""
163
+ ],
164
+ "List job templates": [
165
+ "列出工作範本"
166
+ ],
167
+ "List job templates per location": [
168
+ "列出各個位置上的工作範本"
169
+ ],
170
+ "List job templates per organization": [
171
+ "列出各個組織的工作範本"
172
+ ],
173
+ "Import a job template from ERB": [
174
+ ""
175
+ ],
176
+ "Template ERB": [
177
+ ""
178
+ ],
179
+ "Overwrite template if it already exists": [
180
+ ""
181
+ ],
182
+ "Export a job template to ERB": [
183
+ ""
184
+ ],
185
+ "Show job template details": [
186
+ "顯示工作範本的詳情"
187
+ ],
188
+ "Template name": [
189
+ "範本名稱"
190
+ ],
191
+ "Job category": [
192
+ "工作類別"
193
+ ],
194
+ "This template is used to generate the description. Input values can be used using the syntax %{package}. You may also include the job category and template name using %{job_category} and %{template_name}.": [
195
+ "這範本是用來產生描述。輸入值可以使用 %{package} 語法。您也可以使用 %{job_category} 與 %{template_name} 來包括工作類別與範本名稱。"
196
+ ],
197
+ "Provider type": [
198
+ "供應商種類"
199
+ ],
200
+ "Whether or not the template is locked for editing": [
201
+ "範本是否鎖定並禁止進行編輯"
202
+ ],
203
+ "Effective user options": [
204
+ "有效的使用者選項"
205
+ ],
206
+ "What user should be used to run the script (using sudo-like mechanisms)": [
207
+ "哪位使用者該用來執行此 script(使用類似 sudo 機制)"
208
+ ],
209
+ "Whether it should be allowed to override the effective user from the invocation form.": [
210
+ "是否允許從祈願清單覆寫有效使用者。"
211
+ ],
212
+ "Whether the current user login should be used as the effective user": [
213
+ "目前登入的使用者是否應作為有效使用者"
214
+ ],
215
+ "Create a job template": [
216
+ "建立工作範本"
217
+ ],
218
+ "Update a job template": [
219
+ "更新工作範本"
220
+ ],
221
+ "Template version": [
222
+ "範本版本"
223
+ ],
224
+ "Delete a job template": [
225
+ "刪除工作範本"
226
+ ],
227
+ "Clone a provision template": [
228
+ "複製佈建範本"
229
+ ],
230
+ "List remote execution features": [
231
+ "列出遠端執行功能"
232
+ ],
233
+ "Show remote execution feature": [
234
+ "顯示遠端執行功能"
235
+ ],
236
+ "Job template ID to be used for the feature": [
237
+ "要給這功能使用的工作範本 ID"
238
+ ],
239
+ "List available remote execution features for a host": [
240
+ ""
241
+ ],
242
+ "List template invocations belonging to job invocation": [
243
+ ""
244
+ ],
245
+ "Identifier of the Host interface for Remote execution": [
246
+ ""
247
+ ],
248
+ "Set 'host_registration_remote_execution_pull' parameter for the host. If it is set to true, pull provider client will be deployed on the host": [
249
+ ""
250
+ ],
251
+ "List of proxy IDs to be used for remote execution": [
252
+ ""
253
+ ],
254
+ "Trying to abort the job": [
255
+ ""
256
+ ],
257
+ "Trying to cancel the job": [
258
+ ""
259
+ ],
260
+ "The job cannot be aborted at the moment.": [
261
+ ""
262
+ ],
263
+ "The job cannot be cancelled at the moment.": [
264
+ ""
265
+ ],
266
+ "Problem with previewing the template: %{error}. Note that you must save template input changes before you try to preview it.": [
267
+ "預覽範本時發生問題:%{error}。請注意,您必須在預覽範本前,先儲存範本輸入的變更。"
268
+ ],
269
+ "Job template imported successfully.": [
270
+ ""
271
+ ],
272
+ "Unable to save template. Correct highlighted errors": [
273
+ ""
274
+ ],
275
+ "Run": [
276
+ "執行"
277
+ ],
278
+ "Schedule Remote Job": [
279
+ ""
280
+ ],
281
+ "Jobs": [
282
+ "工作"
283
+ ],
284
+ "Job invocations": [
285
+ "工作祈願"
286
+ ],
287
+ "%s": [
288
+ "%s"
289
+ ],
290
+ "Web Console": [
291
+ ""
292
+ ],
293
+ "Success": [
294
+ "成功"
295
+ ],
296
+ "Failed": [
297
+ "已失敗"
298
+ ],
299
+ "Pending": [
300
+ "等待處理中"
301
+ ],
302
+ "Cancelled": [
303
+ "已取消"
304
+ ],
305
+ "queued to start executing in %{time}": [
306
+ ""
307
+ ],
308
+ "queued": [
309
+ "已排程"
310
+ ],
311
+ "running %{percent}%%": [
312
+ ""
313
+ ],
314
+ "succeeded": [
315
+ "已成功"
316
+ ],
317
+ "cancelled": [
318
+ "已取消"
319
+ ],
320
+ "failed": [
321
+ "已失敗"
322
+ ],
323
+ "unknown status": [
324
+ "未知的狀態"
325
+ ],
326
+ "Any Organization": [
327
+ "任何組織"
328
+ ],
329
+ "Any Location": [
330
+ "任何位置"
331
+ ],
332
+ "error": [
333
+ ""
334
+ ],
335
+ "Host detail": [
336
+ "主機詳細資料"
337
+ ],
338
+ "Rerun on %s": [
339
+ "傳回於 %s"
340
+ ],
341
+ "Host task": [
342
+ ""
343
+ ],
344
+ "N/A": [
345
+ "N/A"
346
+ ],
347
+ "Run Job": [
348
+ "執行工作"
349
+ ],
350
+ "Create Report": [
351
+ ""
352
+ ],
353
+ "Create report for this job": [
354
+ ""
355
+ ],
356
+ "Rerun": [
357
+ "重新執行"
358
+ ],
359
+ "Rerun the job": [
360
+ "重新執行工作"
361
+ ],
362
+ "Rerun failed": [
363
+ "重新執行失敗"
364
+ ],
365
+ "Rerun on failed hosts": [
366
+ "在失敗的主機上重新執行"
367
+ ],
368
+ "Job Task": [
369
+ "工作任務"
370
+ ],
371
+ "See the last task details": [
372
+ "檢視最後工作的詳情"
373
+ ],
374
+ "Cancel Job": [
375
+ "取消工作"
376
+ ],
377
+ "Try to cancel the job": [
378
+ "試著取消工作"
379
+ ],
380
+ "Abort Job": [
381
+ ""
382
+ ],
383
+ "Try to abort the job without waiting for the results from the remote hosts": [
384
+ ""
385
+ ],
386
+ "New UI": [
387
+ ""
388
+ ],
389
+ "Switch to the new job invocation detail UI": [
390
+ ""
391
+ ],
392
+ "Task Details": [
393
+ "工作詳細資料"
394
+ ],
395
+ "See the task details": [
396
+ "檢視工作的詳情"
397
+ ],
398
+ "Try to cancel the job on a host": [
399
+ "試著取消主機上的工作"
400
+ ],
401
+ "Try to abort the job on a host without waiting for its result": [
402
+ ""
403
+ ],
404
+ "Could not render the preview because no host matches the search query.": [
405
+ ""
406
+ ],
407
+ "in %s": [
408
+ "%s 中"
409
+ ],
410
+ "%s ago": [
411
+ "%s 之前"
412
+ ],
413
+ "Use default description template": [
414
+ "使用預設的描述範本"
415
+ ],
416
+ "Description template": [
417
+ "描述範本"
418
+ ],
419
+ "This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
420
+ ""
421
+ ],
422
+ "Could not use any template used in the job invocation": [
423
+ "無法使用任何用於這工作祈願的範本"
424
+ ],
425
+ "Failed rendering template: %s": [
426
+ "無法生成範本:%s"
427
+ ],
428
+ "Task cancelled": [
429
+ ""
430
+ ],
431
+ "Job execution failed": [
432
+ ""
433
+ ],
434
+ "%{description} on %{host}": [
435
+ "%{description} 於 %{host} 之上"
436
+ ],
437
+ "Remote action:": [
438
+ "遠端動作:"
439
+ ],
440
+ "Job cancelled by user": [
441
+ ""
442
+ ],
443
+ "Exit status: %s": [
444
+ "退出狀態:%s"
445
+ ],
446
+ "Job finished with error": [
447
+ "工作完成但發生錯誤"
448
+ ],
449
+ "Error loading data from proxy": [
450
+ "從代理載入資料時發生錯誤"
451
+ ],
452
+ "User can not execute job on host %s": [
453
+ "使用者無法在主機 %s 上執行工作"
454
+ ],
455
+ "User can not execute this job template": [
456
+ "使用者無法執行此工作範本"
457
+ ],
458
+ "User can not execute job on infrastructure host %s": [
459
+ ""
460
+ ],
461
+ "User can not execute this job template on %s": [
462
+ "使用者無法在 %s 上執行此工作範本"
463
+ ],
464
+ "The only applicable proxy %{proxy_names} is down": [
465
+ "",
466
+ ""
467
+ ],
468
+ "Could not use any proxy for the %{provider} job. Consider configuring %{global_proxy}, %{fallback_proxy} in settings": [
469
+ ""
470
+ ],
471
+ "REX job has succeeded - %s": [
472
+ ""
473
+ ],
474
+ "REX job has failed - %s": [
475
+ ""
476
+ ],
477
+ "included template '%s' not found": [
478
+ "找不到包含的範本 '%s'"
479
+ ],
480
+ "input macro with name '%s' used, but no input with such name defined for this template": [
481
+ "使用了名為 '%s' 的輸入巨集,但此範本並未輸入這樣的名稱"
482
+ ],
483
+ "Unable to fetch public key": [
484
+ "無法取得公開金鑰"
485
+ ],
486
+ "Unable to remove host from known hosts": [
487
+ ""
488
+ ],
489
+ "REX job has finished - %s": [
490
+ ""
491
+ ],
492
+ "Should this interface be used for remote execution?": [
493
+ ""
494
+ ],
495
+ "Interface with the '%s' identifier was specified as a remote execution interface, however the interface was not found on the host. If the interface exists, it needs to be created in Foreman during the registration.": [
496
+ ""
497
+ ],
498
+ "host already has an execution interface": [
499
+ "主機已有執行介面"
500
+ ],
501
+ "This template is locked. Please clone it to a new template to customize.": [
502
+ "此範本已鎖定。請將它複製至一個新的範本以自訂化。"
503
+ ],
504
+ "Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}": [
505
+ "在外部輸入集偵測到環狀相依性: '%{template}' -> '%{target_template}'。範本堆疊:%{templates_stack}"
506
+ ],
507
+ "Execution": [
508
+ "執行"
509
+ ],
510
+ "Last execution succeeded": [
511
+ "最後的執行成功"
512
+ ],
513
+ "No execution finished yet": [
514
+ "尚無執行完成"
515
+ ],
516
+ "Last execution cancelled": [
517
+ ""
518
+ ],
519
+ "Last execution failed": [
520
+ "最後的執行失敗"
521
+ ],
522
+ "Unknown execution status": [
523
+ "未知的執行狀態"
524
+ ],
525
+ "Recursive rendering of templates detected": [
526
+ "偵測到遞迴處理範本"
527
+ ],
528
+ "error during rendering: %s": [
529
+ "處理時發生錯誤:%s"
530
+ ],
531
+ "template": [
532
+ "範本"
533
+ ],
534
+ "Cannot specify both bookmark_id and search_query": [
535
+ "無法指定 bookmark_id 和 search_query"
536
+ ],
537
+ "Unknown input %{input_name} for template %{template_name}": [
538
+ "未知的輸入 %{input_name} 給範本 %{template_name}"
539
+ ],
540
+ "Template with id '%{id}' was not found": [
541
+ "找不到 ID 為 '%{id}' 的範本"
542
+ ],
543
+ "Feature input %{input_name} not defined in template %{template_name}": [
544
+ "未知的輸入 %{input_name} 未定義於範本 %{template_name}"
545
+ ],
546
+ "No template mapped to feature %{feature_name}": [
547
+ "沒有範本定義至功能 %{feature_name}"
548
+ ],
549
+ "The template %{template_name} mapped to feature %{feature_name} is not accessible by the user": [
550
+ "使用者無法存取範本 %{template_name} 對應至功能 %{feature_name}"
551
+ ],
552
+ "Job Invocation": [
553
+ "工作祈願"
554
+ ],
555
+ "Duplicated inputs detected: %{duplicated_inputs}": [
556
+ "偵測到重複的輸入:%{duplicated_inputs}"
557
+ ],
558
+ "Unknown remote execution feature %s": [
559
+ "未知的遠端執行功能 %s"
560
+ ],
561
+ "Effective user method \\\"%{current_value}\\\" is not one of %{valid_methods}": [
562
+ "有效使用者方法 \\\"%{current_value}\\\" 並非 %{valid_methods} 之一"
563
+ ],
564
+ "Could not find any suitable interface for execution": [
565
+ ""
566
+ ],
567
+ "Subscribe to my failed jobs": [
568
+ ""
569
+ ],
570
+ "Subscribe to my succeeded jobs": [
571
+ ""
572
+ ],
573
+ "Subscribe to all my jobs": [
574
+ ""
575
+ ],
576
+ "Script": [
577
+ ""
578
+ ],
579
+ "Static Query": [
580
+ "靜態查詢"
581
+ ],
582
+ "Dynamic Query": [
583
+ "動態查詢"
584
+ ],
585
+ "Alphabetical": [
586
+ ""
587
+ ],
588
+ "Randomized": [
589
+ ""
590
+ ],
591
+ "Cannot resolve hosts without a user": [
592
+ "沒有使用者就無法解析主機"
593
+ ],
594
+ "Cannot resolve hosts without a bookmark or search query": [
595
+ "沒有書籤或搜尋查詢,就無法解析主機"
596
+ ],
597
+ "Must select a bookmark or enter a search query": [
598
+ "必須選擇書籤或輸入搜尋查詢"
599
+ ],
600
+ "Input": [
601
+ "輸入"
602
+ ],
603
+ "Not all required inputs have values. Missing inputs: %s": [
604
+ "並不是所需的輸入都有值。缺少的輸入:%s"
605
+ ],
606
+ "Internal proxy selector can only be used if Katello is enabled": [
607
+ ""
608
+ ],
609
+ "default_capsule method missing from SmartProxy": [
610
+ ""
611
+ ],
612
+ "Can't find Job Invocation for an id %s": [
613
+ ""
614
+ ],
615
+ "Latest Jobs": [
616
+ ""
617
+ ],
618
+ "Name": [
619
+ "名稱"
620
+ ],
621
+ "State": [
622
+ "狀態"
623
+ ],
624
+ "Started": [
625
+ ""
626
+ ],
627
+ "No jobs available": [
628
+ ""
629
+ ],
630
+ "Results": [
631
+ ""
632
+ ],
633
+ "Schedule": [
634
+ "排程"
635
+ ],
636
+ "Concurrency level limited to": [
637
+ ""
638
+ ],
639
+ "tasks at a time": [
640
+ ""
641
+ ],
642
+ "Scheduled to start before": [
643
+ ""
644
+ ],
645
+ "Scheduled to start at": [
646
+ ""
647
+ ],
648
+ "Timeout to kill after": [
649
+ ""
650
+ ],
651
+ "seconds": [
652
+ "秒"
653
+ ],
654
+ "Time to pickup": [
655
+ ""
656
+ ],
657
+ "Target hosts": [
658
+ "目標主機"
659
+ ],
660
+ "Bookmark": [
661
+ "書籤"
662
+ ],
663
+ "Manual selection": [
664
+ "手動選擇"
665
+ ],
666
+ "using ": [
667
+ ""
668
+ ],
669
+ "Execution order": [
670
+ ""
671
+ ],
672
+ "Organization": [
673
+ "組織"
674
+ ],
675
+ "Location": [
676
+ "位置"
677
+ ],
678
+ "SSH User": [
679
+ ""
680
+ ],
681
+ "Evaluated at:": [
682
+ "評量於:"
683
+ ],
684
+ "User Inputs": [
685
+ ""
686
+ ],
687
+ "Description": [
688
+ "說明"
689
+ ],
690
+ "Job template": [
691
+ "工作範本"
692
+ ],
693
+ "Resolves to": [
694
+ "解析至"
695
+ ],
696
+ "hosts": [
697
+ "主機"
698
+ ],
699
+ "Refresh": [
700
+ "重新整理"
701
+ ],
702
+ "Preview": [
703
+ "預覽"
704
+ ],
705
+ "Display advanced fields": [
706
+ "顯示進階欄位"
707
+ ],
708
+ "Hide advanced fields": [
709
+ "隱藏進階欄位"
710
+ ],
711
+ "SSH user": [
712
+ ""
713
+ ],
714
+ "A user to be used for SSH.": [
715
+ ""
716
+ ],
717
+ "Effective user": [
718
+ "有效的使用者"
719
+ ],
720
+ "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts.": [
721
+ "要使用執行這 script 的使用者。如果使用者與 SSH 使用者不同,會用 su 或 sudo 來切換使用者。"
722
+ ],
723
+ "Timeout to kill": [
724
+ ""
725
+ ],
726
+ "Time in seconds from the start on the remote host after which the job should be killed.": [
727
+ ""
728
+ ],
729
+ "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled.": [
730
+ ""
731
+ ],
732
+ "Password": [
733
+ "密碼"
734
+ ],
735
+ "Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
736
+ ""
737
+ ],
738
+ "Private key passphrase": [
739
+ ""
740
+ ],
741
+ "Key passhprase is only applicable for SSH provider. Other providers ignore this field. <br> Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
742
+ ""
743
+ ],
744
+ "Effective user password": [
745
+ ""
746
+ ],
747
+ "Effective user password is only applicable for SSH provider. Other providers ignore this field. <br> Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
748
+ ""
749
+ ],
750
+ "Concurrency level": [
751
+ "同步等級"
752
+ ],
753
+ "Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
754
+ ""
755
+ ],
756
+ "Execution ordering": [
757
+ ""
758
+ ],
759
+ "Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - randomizes the order in which jobs are executed on hosts</li></ul>": [
760
+ ""
761
+ ],
762
+ "Type of query": [
763
+ "查詢類型"
764
+ ],
765
+ "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it</li></ul>": [
766
+ ""
767
+ ],
768
+ "The final host list may change because the selected query is dynamic. It will be rerun during execution.": [
769
+ "最終主機清單可能會改變,因為選擇查詢是動態的。這會在執行時重新執行。"
770
+ ],
771
+ "...and %{count} more": [
772
+ "",
773
+ ""
774
+ ],
775
+ "No hosts found.": [
776
+ "找不到主機。"
777
+ ],
778
+ "Close": [
779
+ "關閉"
780
+ ],
781
+ "Current organization %{org_c} is different from job's organization %{org_j}.": [
782
+ ""
783
+ ],
784
+ "Current location %{loc_c} is different from job's location %{loc_j}.": [
785
+ ""
786
+ ],
787
+ "The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.": [
788
+ "動態查詢 '%{query}' 尚未被解析。該解析的主機清單可以在 %{here} 找到。"
789
+ ],
790
+ "here": [
791
+ "這裏"
792
+ ],
793
+ "effective user": [
794
+ ""
795
+ ],
796
+ "Total hosts": [
797
+ "主機總數"
798
+ ],
799
+ "Hosts gone missing": [
800
+ ""
801
+ ],
802
+ "This can happen if the host is removed or moved to another organization or location after the job was started": [
803
+ ""
804
+ ],
805
+ "Providers and templates": [
806
+ "供應者與範本"
807
+ ],
808
+ "User input": [
809
+ "使用者輸入"
810
+ ],
811
+ "Value": [
812
+ "值"
813
+ ],
814
+ "Search Query": [
815
+ ""
816
+ ],
817
+ "Status": [
818
+ "狀態"
819
+ ],
820
+ "Succeeded": [
821
+ "已成功"
822
+ ],
823
+ "Start": [
824
+ "開始"
825
+ ],
826
+ "Job invocation": [
827
+ "工作祈願"
828
+ ],
829
+ "Use new job wizard": [
830
+ ""
831
+ ],
832
+ "Overview": [
833
+ "概覽"
834
+ ],
835
+ "Preview templates": [
836
+ ""
837
+ ],
838
+ "Recurring logic": [
839
+ "週期邏輯"
840
+ ],
841
+ "Job Invocations": [
842
+ ""
843
+ ],
844
+ "Foreman can run arbitrary commands on remote hosts using different providers, such as SSH or Ansible. Communication goes through the Smart Proxy so Foreman does not have to have direct access to the target hosts and can scale to control many hosts.": [
845
+ ""
846
+ ],
847
+ "Learn more about this in the documentation.": [
848
+ "欲知更多,請參閱文件。"
849
+ ],
850
+ "Job": [
851
+ "工作"
852
+ ],
853
+ "Type": [
854
+ "類型"
855
+ ],
856
+ "Add Foreign Input Set": [
857
+ "新增外部輸入集"
858
+ ],
859
+ "add an input set for this template to reference a different template inputs": [
860
+ "為此範本新增輸入集,以參照至不同的範本輸入"
861
+ ],
862
+ "Snippet": [
863
+ "程式碼片段"
864
+ ],
865
+ "Select an ERB file to upload in order to import a job template. The template must contain metadata in the first ERB comment.": [
866
+ ""
867
+ ],
868
+ "Overwrite": [
869
+ "覆寫"
870
+ ],
871
+ "Whether to overwrite the template if it already exists": [
872
+ ""
873
+ ],
874
+ "Job Templates": [
875
+ "工作範本"
876
+ ],
877
+ "Edit %s": [
878
+ "編輯 %s"
879
+ ],
880
+ "Edit Job Template": [
881
+ "編輯工作範本"
882
+ ],
883
+ "Import": [
884
+ "匯入"
885
+ ],
886
+ "New Job Template": [
887
+ "新工作範本"
888
+ ],
889
+ "JobTemplate|Name": [
890
+ "JobTemplate|Name"
891
+ ],
892
+ "JobTemplate|Snippet": [
893
+ "JobTemplate|Snippet"
894
+ ],
895
+ "JobTemplate|Locked": [
896
+ "JobTemplate|Locked"
897
+ ],
898
+ "Actions": [
899
+ "動作"
900
+ ],
901
+ "This template is locked for editing.": [
902
+ "此範本已鎖定,因此無法編輯。"
903
+ ],
904
+ "The execution interface is used for remote execution": [
905
+ "用來遠端執行的執行介面"
906
+ ],
907
+ "Remote execution": [
908
+ "遠端執行"
909
+ ],
910
+ "Remote Execution": [
911
+ "遠端執行"
912
+ ],
913
+ "Proxies": [
914
+ "代理伺服器"
915
+ ],
916
+ "Select as many remote execution proxies as applicable for this subnet. When multiple proxies with the same provider are added, actions will be load balanced among them.": [
917
+ "為此子網路儘可能選擇遠端執行代理。加入有著同樣供應者的多重代理之後,動作就會在這些代理上進行負載平衡。"
918
+ ],
919
+ "You are not allowed to see the currently assigned template. Saving the form now would unassign the template.": [
920
+ "您不能看到目前指定的範本。現在儲存表單會取消指定範本。"
921
+ ],
922
+ "Remote Execution Features": [
923
+ "遠端執行功能"
924
+ ],
925
+ "Label": [
926
+ "標籤"
927
+ ],
928
+ "Edit Remote Execution Feature": [
929
+ "編輯遠端執行功能"
930
+ ],
931
+ "A job '%{job_name}' has %{status} at %{time}": [
932
+ ""
933
+ ],
934
+ "Job result": [
935
+ ""
936
+ ],
937
+ "Failed hosts": [
938
+ ""
939
+ ],
940
+ "See more details at %s": [
941
+ ""
942
+ ],
943
+ "Foreign input set": [
944
+ "外部輸入集"
945
+ ],
946
+ "remove template input set": [
947
+ "移除範本輸入集"
948
+ ],
949
+ "A comma separated list of input names to be excluded from the foreign template.": [
950
+ "從外部範本排除的輸入名稱清單,以逗號隔開。"
951
+ ],
952
+ "Template Invocation for %s": [
953
+ ""
954
+ ],
955
+ "Back to Job": [
956
+ "回到工作"
957
+ ],
958
+ "Toggle command": [
959
+ "切換指令"
960
+ ],
961
+ "Toggle STDERR": [
962
+ "切換 STDERR"
963
+ ],
964
+ "Toggle STDOUT": [
965
+ "切換 STDOUT"
966
+ ],
967
+ "Toggle DEBUG": [
968
+ "切換 DEBUG"
969
+ ],
970
+ "Target: ": [
971
+ "目標:"
972
+ ],
973
+ "using Smart Proxy": [
974
+ ""
975
+ ],
976
+ "Scroll to bottom": [
977
+ "捲動至底端"
978
+ ],
979
+ "Scroll to top": [
980
+ "捲動至頂端"
981
+ ],
982
+ "Could not display data for job invocation.": [
983
+ ""
984
+ ],
985
+ "Unsupported or no operating system found for this host.": [
986
+ "不支援或此主機上找不到作業系統。"
987
+ ],
988
+ "A job '%{subject}' has finished successfully": [
989
+ ""
990
+ ],
991
+ "Job Details": [
992
+ ""
993
+ ],
994
+ "A job '%{subject}' has failed": [
995
+ ""
996
+ ],
997
+ "Remote execution job": [
998
+ ""
999
+ ],
1000
+ "A notification when a job finishes": [
1001
+ ""
1002
+ ],
1003
+ "Unable to create mail notification: %s": [
1004
+ ""
1005
+ ],
1006
+ "Search the host for any proxy with Remote Execution, useful when the host has no subnet or the subnet does not have an execution proxy": [
1007
+ "使用遠端執行為代理搜尋主機,這在主機沒有子網路、或子網路沒有執行代理時很有用"
1008
+ ],
1009
+ "Fallback to Any Proxy": [
1010
+ ""
1011
+ ],
1012
+ "Search for remote execution proxy outside of the proxies assigned to the host. The search will be limited to the host's organization and location.": [
1013
+ ""
1014
+ ],
1015
+ "Enable Global Proxy": [
1016
+ ""
1017
+ ],
1018
+ "Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user.": [
1019
+ "使用 SSH 的預設使用者。您可以透過設定參數呼叫 remote_execution_ssh_user 來覆寫每台主機的設定。"
1020
+ ],
1021
+ "Default user to use for executing the script. If the user differs from the SSH user, su or sudo is used to switch the user.": [
1022
+ "要使用執行這 script 的預設使用者。如果使用者與 SSH 使用者不同,會用 su 或 sudo 來切換使用者。"
1023
+ ],
1024
+ "Effective User": [
1025
+ ""
1026
+ ],
1027
+ "What command should be used to switch to the effective user. One of %s": [
1028
+ "該用哪個指令來切換至有效的使用者。%s 之一"
1029
+ ],
1030
+ "Effective User Method": [
1031
+ ""
1032
+ ],
1033
+ "Whether we should sync templates from disk when running db:seed.": [
1034
+ "執行 db:seed 時是否要從磁碟同步範本。"
1035
+ ],
1036
+ "Sync Job Templates": [
1037
+ ""
1038
+ ],
1039
+ "Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
1040
+ ""
1041
+ ],
1042
+ "SSH Port": [
1043
+ ""
1044
+ ],
1045
+ "Should the ip addresses on host interfaces be preferred over the fqdn? It is useful when DNS not resolving the fqdns properly. You may override this per host by setting a parameter called remote_execution_connect_by_ip. For dual-stacked hosts you should consider the remote_execution_connect_by_ip_prefer_ipv6 setting": [
1046
+ ""
1047
+ ],
1048
+ "Connect by IP": [
1049
+ ""
1050
+ ],
1051
+ "When connecting using ip address, should the IPv6 addresses be preferred? If no IPv6 address is set, it falls back to IPv4 automatically. You may override this per host by setting a parameter called remote_execution_connect_by_ip_prefer_ipv6. By default and for compatibility, IPv4 will be preferred over IPv6 by default": [
1052
+ ""
1053
+ ],
1054
+ "Prefer IPv6 over IPv4": [
1055
+ ""
1056
+ ],
1057
+ "Default password to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_password": [
1058
+ ""
1059
+ ],
1060
+ "Default SSH password": [
1061
+ ""
1062
+ ],
1063
+ "Default key passphrase to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_key_passphrase": [
1064
+ ""
1065
+ ],
1066
+ "Default SSH key passphrase": [
1067
+ ""
1068
+ ],
1069
+ "Amount of workers in the pool to handle the execution of the remote execution jobs. Restart of the dynflowd/foreman-tasks service is required.": [
1070
+ ""
1071
+ ],
1072
+ "Workers pool size": [
1073
+ ""
1074
+ ],
1075
+ "When enabled, working directories will be removed after task completion. You may override this per host by setting a parameter called remote_execution_cleanup_working_dirs.": [
1076
+ ""
1077
+ ],
1078
+ "Cleanup working directories": [
1079
+ ""
1080
+ ],
1081
+ "Where to find the Cockpit instance for the Web Console button. By default, no button is shown.": [
1082
+ ""
1083
+ ],
1084
+ "Cockpit URL": [
1085
+ ""
1086
+ ],
1087
+ "Choose a job template that is pre-selected in job invocation form": [
1088
+ ""
1089
+ ],
1090
+ "Form Job Template": [
1091
+ ""
1092
+ ],
1093
+ "Select a report template used for generating a report for a particular remote execution job": [
1094
+ ""
1095
+ ],
1096
+ "Job Invocation Report Template": [
1097
+ ""
1098
+ ],
1099
+ "Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day. Applies only to pull-mqtt based jobs.": [
1100
+ ""
1101
+ ],
1102
+ "Job templates": [
1103
+ "工作範本"
1104
+ ],
1105
+ "Job invocations detail": [
1106
+ ""
1107
+ ],
1108
+ "Run Puppet Once": [
1109
+ ""
1110
+ ],
1111
+ "Perform a single Puppet run": [
1112
+ ""
1113
+ ],
1114
+ "Run Script": [
1115
+ ""
1116
+ ],
1117
+ "Run a script": [
1118
+ ""
1119
+ ],
1120
+ "Not yet": [
1121
+ ""
1122
+ ],
1123
+ "Effective user:": [
1124
+ ""
1125
+ ],
1126
+ "Started at:": [
1127
+ ""
1128
+ ],
1129
+ "SSH user:": [
1130
+ ""
1131
+ ],
1132
+ "Template:": [
1133
+ ""
1134
+ ],
1135
+ "Submit": [
1136
+ ""
1137
+ ],
1138
+ "Next": [
1139
+ ""
1140
+ ],
1141
+ "Back": [
1142
+ ""
1143
+ ],
1144
+ "Start job": [
1145
+ ""
1146
+ ],
1147
+ "Fill all required fields in all the steps": [
1148
+ ""
1149
+ ],
1150
+ "Run on selected hosts": [
1151
+ ""
1152
+ ],
1153
+ "Skip to review step": [
1154
+ ""
1155
+ ],
1156
+ "Fill all required fields in all the steps to start the job": [
1157
+ ""
1158
+ ],
1159
+ "Skip to review": [
1160
+ ""
1161
+ ],
1162
+ "Cancel": [
1163
+ ""
1164
+ ],
1165
+ "Does not repeat": [
1166
+ ""
1167
+ ],
1168
+ "Cronline": [
1169
+ ""
1170
+ ],
1171
+ "Monthly": [
1172
+ "每個月"
1173
+ ],
1174
+ "Weekly": [
1175
+ "每週"
1176
+ ],
1177
+ "Daily": [
1178
+ "每天"
1179
+ ],
1180
+ "Hourly": [
1181
+ ""
1182
+ ],
1183
+ "Immediate execution": [
1184
+ ""
1185
+ ],
1186
+ "Future execution": [
1187
+ ""
1188
+ ],
1189
+ "Recurring execution": [
1190
+ ""
1191
+ ],
1192
+ "Category and template": [
1193
+ ""
1194
+ ],
1195
+ "Target hosts and inputs": [
1196
+ ""
1197
+ ],
1198
+ "Advanced fields": [
1199
+ ""
1200
+ ],
1201
+ "Review details": [
1202
+ ""
1203
+ ],
1204
+ "Type of execution": [
1205
+ ""
1206
+ ],
1207
+ "Hosts": [
1208
+ "主機"
1209
+ ],
1210
+ "Host collections": [
1211
+ ""
1212
+ ],
1213
+ "Host groups": [
1214
+ "主機群組"
1215
+ ],
1216
+ "Search query": [
1217
+ "搜尋查詢"
1218
+ ],
1219
+ "Run job": [
1220
+ ""
1221
+ ],
1222
+ "Use old form": [
1223
+ ""
1224
+ ],
1225
+ "Current organization %s is different from job's organization %s. This job may run on different hosts than before.": [
1226
+ ""
1227
+ ],
1228
+ "Current location %s is different from job's location %s. This job may run on different hosts than before.": [
1229
+ ""
1230
+ ],
1231
+ "'Starts before' date must in the future": [
1232
+ ""
1233
+ ],
1234
+ "Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
1235
+ ""
1236
+ ],
1237
+ "Use legacy form": [
1238
+ ""
1239
+ ],
1240
+ "Edit job description template": [
1241
+ ""
1242
+ ],
1243
+ "Preview job description": [
1244
+ ""
1245
+ ],
1246
+ "For example: 1, 2, 3, 4, 5...": [
1247
+ ""
1248
+ ],
1249
+ "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled. Applies only to pull-mqtt based jobs": [
1250
+ ""
1251
+ ],
1252
+ "Key passphrase is only applicable for SSH provider. Other providers ignore this field. Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
1253
+ ""
1254
+ ],
1255
+ "Effective user password is only applicable for SSH provider. Other providers ignore this field. Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
1256
+ ""
1257
+ ],
1258
+ "All fields are required.": [
1259
+ ""
1260
+ ],
1261
+ "Error": [
1262
+ "錯誤"
1263
+ ],
1264
+ "Errors:": [
1265
+ ""
1266
+ ],
1267
+ "Categories list failed with:": [
1268
+ ""
1269
+ ],
1270
+ "Templates list failed with:": [
1271
+ ""
1272
+ ],
1273
+ "Template failed with:": [
1274
+ ""
1275
+ ],
1276
+ "Preview Hosts": [
1277
+ ""
1278
+ ],
1279
+ "...and %s more": [
1280
+ ""
1281
+ ],
1282
+ "%s more": [
1283
+ ""
1284
+ ],
1285
+ "Clear all filters": [
1286
+ ""
1287
+ ],
1288
+ "There are no available input fields for the selected template.": [
1289
+ ""
1290
+ ],
1291
+ "Please select at least one host": [
1292
+ ""
1293
+ ],
1294
+ "Please enter a search query": [
1295
+ ""
1296
+ ],
1297
+ "Please select at least one host collection": [
1298
+ ""
1299
+ ],
1300
+ "Please select at least one host group": [
1301
+ ""
1302
+ ],
1303
+ "Filter by hosts": [
1304
+ ""
1305
+ ],
1306
+ "Filter by host collections": [
1307
+ ""
1308
+ ],
1309
+ "Filter by host groups": [
1310
+ ""
1311
+ ],
1312
+ "Apply to": [
1313
+ ""
1314
+ ],
1315
+ "Never": [
1316
+ "永不"
1317
+ ],
1318
+ "After %s occurences": [
1319
+ ""
1320
+ ],
1321
+ "Every hour at minute %s": [
1322
+ ""
1323
+ ],
1324
+ "Every day at %s": [
1325
+ ""
1326
+ ],
1327
+ "Every week on %s at %s": [
1328
+ ""
1329
+ ],
1330
+ "Every month on %s at %s": [
1331
+ ""
1332
+ ],
1333
+ "Cron line": [
1334
+ "Cron 行"
1335
+ ],
1336
+ "No Target Hosts": [
1337
+ ""
1338
+ ],
1339
+ "view host names": [
1340
+ ""
1341
+ ],
1342
+ "Hide all advanced fields": [
1343
+ ""
1344
+ ],
1345
+ "Show all advanced fields": [
1346
+ ""
1347
+ ],
1348
+ "Schedule type": [
1349
+ ""
1350
+ ],
1351
+ "Recurrence": [
1352
+ ""
1353
+ ],
1354
+ "Starts at": [
1355
+ ""
1356
+ ],
1357
+ "Starts Before": [
1358
+ ""
1359
+ ],
1360
+ "Starts": [
1361
+ "起始"
1362
+ ],
1363
+ "Now": [
1364
+ ""
1365
+ ],
1366
+ "Repeats": [
1367
+ "重複"
1368
+ ],
1369
+ "Ends": [
1370
+ "結束"
1371
+ ],
1372
+ "Purpose": [
1373
+ ""
1374
+ ],
1375
+ "Static query": [
1376
+ ""
1377
+ ],
1378
+ "Dynamic query": [
1379
+ ""
1380
+ ],
1381
+ "Description Template": [
1382
+ ""
1383
+ ],
1384
+ "A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
1385
+ ""
1386
+ ],
1387
+ "Query type": [
1388
+ ""
1389
+ ],
1390
+ "Type has impact on when is the query evaluated to hosts.": [
1391
+ ""
1392
+ ],
1393
+ "evaluates just after you submit this form": [
1394
+ ""
1395
+ ],
1396
+ "evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it": [
1397
+ ""
1398
+ ],
1399
+ "Cron line (extended)": [
1400
+ ""
1401
+ ],
1402
+ "Cron line format '1 2 3 4 5', where:": [
1403
+ ""
1404
+ ],
1405
+ "is minute (range: 0-59)": [
1406
+ "是分鐘(範圍:0-59)"
1407
+ ],
1408
+ "is hour (range: 0-23)": [
1409
+ "是小時(範圍:0-23)"
1410
+ ],
1411
+ "is day of month (range: 1-31)": [
1412
+ "是日期(範圍:1-31)"
1413
+ ],
1414
+ "is month (range: 1-12)": [
1415
+ "是月份(範圍:1-12)"
1416
+ ],
1417
+ "is day of week (range: 0-6)": [
1418
+ "是星期幾(範圍:0-6)"
1419
+ ],
1420
+ "The cron line supports extended cron line syntax. For details please refer to the ": [
1421
+ ""
1422
+ ],
1423
+ "documentation": [
1424
+ ""
1425
+ ],
1426
+ "At": [
1427
+ "於"
1428
+ ],
1429
+ "Invalid time format": [
1430
+ ""
1431
+ ],
1432
+ "At minute": [
1433
+ ""
1434
+ ],
1435
+ "range: 0-59": [
1436
+ ""
1437
+ ],
1438
+ "Create": [
1439
+ "建立"
1440
+ ],
1441
+ "Minute can only be a number between 0-59": [
1442
+ ""
1443
+ ],
1444
+ "Days": [
1445
+ "天"
1446
+ ],
1447
+ "Days of week": [
1448
+ "星期幾"
1449
+ ],
1450
+ "For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step.": [
1451
+ ""
1452
+ ],
1453
+ "'Starts before' date must be after 'Starts at' date": [
1454
+ ""
1455
+ ],
1456
+ "Clear input": [
1457
+ ""
1458
+ ],
1459
+ "Starts before": [
1460
+ ""
1461
+ ],
1462
+ "End time needs to be after start time": [
1463
+ ""
1464
+ ],
1465
+ "On": [
1466
+ "開啟"
1467
+ ],
1468
+ "After": [
1469
+ ""
1470
+ ],
1471
+ "Repeat amount can only be a positive number": [
1472
+ ""
1473
+ ],
1474
+ "occurences": [
1475
+ ""
1476
+ ],
1477
+ "Select the type of execution": [
1478
+ ""
1479
+ ],
1480
+ "Execute the job now.": [
1481
+ ""
1482
+ ],
1483
+ "Execute the job later, at a scheduled time.": [
1484
+ ""
1485
+ ],
1486
+ "Execute the job on a repeating schedule.": [
1487
+ ""
1488
+ ],
1489
+ "Invalid date": [
1490
+ ""
1491
+ ],
1492
+ "open-help-tooltip-button": [
1493
+ ""
1494
+ ],
1495
+ "Reset to default": [
1496
+ "重設為預設值"
1497
+ ],
1498
+ "Has to be a positive number": [
1499
+ ""
1500
+ ],
1501
+ "Please refine your search.": [
1502
+ ""
1503
+ ],
1504
+ "You have %s results to display. Showing first %s results": [
1505
+ ""
1506
+ ],
1507
+ "Opening job invocation form": [
1508
+ ""
1509
+ ],
1510
+ "%s job has been invoked": [
1511
+ ""
1512
+ ],
1513
+ "Schedule a job": [
1514
+ ""
1515
+ ],
1516
+ "Recent jobs": [
1517
+ ""
1518
+ ],
1519
+ "View all jobs": [
1520
+ ""
1521
+ ],
1522
+ "View finished jobs": [
1523
+ ""
1524
+ ],
1525
+ "View running jobs": [
1526
+ ""
1527
+ ],
1528
+ "View scheduled jobs": [
1529
+ ""
1530
+ ],
1531
+ "Finished": [
1532
+ "已完成"
1533
+ ],
1534
+ "Running": [
1535
+ "執行中"
1536
+ ],
1537
+ "Scheduled": [
1538
+ ""
1539
+ ],
1540
+ "No results found": [
1541
+ ""
1542
+ ],
1543
+ "Remote Execution Interface": [
1544
+ ""
1545
+ ],
1546
+ "yes": [
1547
+ "是"
1548
+ ],
1549
+ "no": [
1550
+ "否"
1551
+ ],
1552
+ "Inherit from host parameter": [
1553
+ ""
1554
+ ],
1555
+ "Yes (override)": [
1556
+ ""
1557
+ ],
1558
+ "No (override)": [
1559
+ ""
1560
+ ],
1561
+ "REX pull mode": [
1562
+ ""
1563
+ ],
1564
+ "Setup remote execution pull mode. If set to `Yes`, pull provider client will be deployed on the registered host. The inherited value is based on the `host_registration_remote_execution_pull` parameter. It can be inherited e.g. from host group, operating system, organization. When overridden, the selected value will be stored on host parameter level.": [
1565
+ ""
1566
+ ],
1567
+ "Host": [
1568
+ "主機"
1569
+ ],
1570
+ "Active Filters:": [
1571
+ ""
1572
+ ],
1573
+ "A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality.": [
1574
+ "將遠端執行帶入 Foreman 的外掛程式,搭配遠端管理功能來完成配置管理。"
1575
+ ],
1576
+ "Action with sub plans": [
1577
+ "有子計畫的動作"
1578
+ ],
1579
+ "Import Puppet classes": [
1580
+ "匯入 Puppet 類別"
1581
+ ],
1582
+ "Import facts": [
1583
+ "匯入詳情"
1584
+ ]
1585
+ }
1586
+ }
1587
+ };