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,1586 @@
1
- locales['foreman_remote_execution'] = locales['foreman_remote_execution'] || {}; locales['foreman_remote_execution']['ko'] = {"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":"Korean (http://www.transifex.com/foreman/foreman/language/ko/)","MIME-Version":"1.0","Content-Type":"text/plain; charset=UTF-8","Content-Transfer-Encoding":"8bit","Language":"ko","Plural-Forms":"nplurals=1; plural=0;","lang":"ko","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.":["사용자가 스크립트를 실행하는 데 사용해야 할 옵션입니다(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":["N초에 걸쳐 태스크 배분"],"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)":["사용자가 스크립트를 실행하는 데 사용해야 할 옵션입니다(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":["해당 없음 "],"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}":["%{host}에 대한 %{description}"],"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":["적용 가능한 유일한 프록시인 %{proxy_names}이(가) 작동하지 않습니다."],"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}":["%{template_name} 템플릿에 대한 알 수 없는 입력 %{input_name}"],"Template with id '%{id}' was not found":["ID가 '%{id}'인 템플릿을 찾을 수 없습니다."],"Feature input %{input_name} not defined in template %{template_name}":["%{template_name} 템플릿에 대한 기능 입력 %{input_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":["사용자가 %{feature_name} 기능에 매핑된 %{template_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.":["스크립트를 실행하는 데 사용할 사용자입니다. 이 사용자가 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|이름"],"JobTemplate|Snippet":["JobTemplate|조각 모음"],"JobTemplate|Locked":["JobTemplate|잠김"],"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.":["스크립트를 실행하는 데 사용할 기본 사용자입니다. 이 사용자가 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":["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']['ko'] = {
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": "Korean (http://www.transifex.com/foreman/foreman/language/ko/)",
11
+ "MIME-Version": "1.0",
12
+ "Content-Type": "text/plain; charset=UTF-8",
13
+ "Content-Transfer-Encoding": "8bit",
14
+ "Language": "ko",
15
+ "Plural-Forms": "nplurals=1; plural=0;",
16
+ "lang": "ko",
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
+ "사용자가 스크립트를 실행하는 데 사용해야 할 옵션입니다(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
+ "사용자가 스크립트를 실행하는 데 사용해야 할 옵션입니다(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
+ "해당 없음 "
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
+ "%{host}에 대한 %{description}"
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
+ "적용 가능한 유일한 프록시인 %{proxy_names}이(가) 작동하지 않습니다."
466
+ ],
467
+ "Could not use any proxy for the %{provider} job. Consider configuring %{global_proxy}, %{fallback_proxy} in settings": [
468
+ ""
469
+ ],
470
+ "REX job has succeeded - %s": [
471
+ ""
472
+ ],
473
+ "REX job has failed - %s": [
474
+ ""
475
+ ],
476
+ "included template '%s' not found": [
477
+ "포함된 템플릿 '%s'을(를) 찾을 수 없습니다."
478
+ ],
479
+ "input macro with name '%s' used, but no input with such name defined for this template": [
480
+ "이름이 '%s'인 입력 매크로를 사용했지만 이 템플릿에 대해 해당 이름의 입력이 정의되지 않았습니다."
481
+ ],
482
+ "Unable to fetch public key": [
483
+ "공개 키를 가져올 수 없습니다."
484
+ ],
485
+ "Unable to remove host from known hosts": [
486
+ ""
487
+ ],
488
+ "REX job has finished - %s": [
489
+ ""
490
+ ],
491
+ "Should this interface be used for remote execution?": [
492
+ ""
493
+ ],
494
+ "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.": [
495
+ ""
496
+ ],
497
+ "host already has an execution interface": [
498
+ "호스트에 실행 인터페이스가 이미 있습니다."
499
+ ],
500
+ "This template is locked. Please clone it to a new template to customize.": [
501
+ "이 템플릿은 잠겨 있습니다. 사용자 정의하려면 이를 새 템플릿에 복제하십시오. "
502
+ ],
503
+ "Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}": [
504
+ "외부 입력 세트 '%{template}' -> '%{target_template}'의 순환 종속 관계가 감지되었습니다. 템플릿 스택: %{templates_stack}"
505
+ ],
506
+ "Execution": [
507
+ "실행"
508
+ ],
509
+ "Last execution succeeded": [
510
+ "성공한 마지막 실행"
511
+ ],
512
+ "No execution finished yet": [
513
+ "아직 완료된 실행이 없습니다."
514
+ ],
515
+ "Last execution cancelled": [
516
+ ""
517
+ ],
518
+ "Last execution failed": [
519
+ "실패한 마지막 실행"
520
+ ],
521
+ "Unknown execution status": [
522
+ "알 수 없는 실행 상태"
523
+ ],
524
+ "Recursive rendering of templates detected": [
525
+ "템플릿의 반복 렌더링이 감지되었습니다."
526
+ ],
527
+ "error during rendering: %s": [
528
+ "렌더링 도중 오류가 발생했습니다: %s"
529
+ ],
530
+ "template": [
531
+ "템플릿"
532
+ ],
533
+ "Cannot specify both bookmark_id and search_query": [
534
+ "bookmark_id와 search_query를 모두 지정할 수 없습니다."
535
+ ],
536
+ "Unknown input %{input_name} for template %{template_name}": [
537
+ "%{template_name} 템플릿에 대한 알 수 없는 입력 %{input_name}"
538
+ ],
539
+ "Template with id '%{id}' was not found": [
540
+ "ID가 '%{id}'인 템플릿을 찾을 수 없습니다."
541
+ ],
542
+ "Feature input %{input_name} not defined in template %{template_name}": [
543
+ "%{template_name} 템플릿에 대한 기능 입력 %{input_name}이(가) 정의되지 않았습니다."
544
+ ],
545
+ "No template mapped to feature %{feature_name}": [
546
+ "%{feature_name} 기능에 매핑된 템플릿이 없습니다."
547
+ ],
548
+ "The template %{template_name} mapped to feature %{feature_name} is not accessible by the user": [
549
+ "사용자가 %{feature_name} 기능에 매핑된 %{template_name} 템플릿에 액세스할 수 없습니다."
550
+ ],
551
+ "Job Invocation": [
552
+ "작업 호출"
553
+ ],
554
+ "Duplicated inputs detected: %{duplicated_inputs}": [
555
+ "중복된 입력이 감지되었습니다: %{duplicated_inputs}"
556
+ ],
557
+ "Unknown remote execution feature %s": [
558
+ "알 수 없는 원격 실행 기능 %s"
559
+ ],
560
+ "Effective user method \\\"%{current_value}\\\" is not one of %{valid_methods}": [
561
+ "유효 사용자 메서드 \\\"%{current_value}\\\"이(가) %{valid_methods} 중 하나가 아닙니다."
562
+ ],
563
+ "Could not find any suitable interface for execution": [
564
+ ""
565
+ ],
566
+ "Subscribe to my failed jobs": [
567
+ ""
568
+ ],
569
+ "Subscribe to my succeeded jobs": [
570
+ ""
571
+ ],
572
+ "Subscribe to all my jobs": [
573
+ ""
574
+ ],
575
+ "Script": [
576
+ ""
577
+ ],
578
+ "Static Query": [
579
+ "정적 쿼리"
580
+ ],
581
+ "Dynamic Query": [
582
+ "동적 쿼리"
583
+ ],
584
+ "Alphabetical": [
585
+ ""
586
+ ],
587
+ "Randomized": [
588
+ ""
589
+ ],
590
+ "Cannot resolve hosts without a user": [
591
+ "사용자가 없는 호스트를 확인할 수 없습니다."
592
+ ],
593
+ "Cannot resolve hosts without a bookmark or search query": [
594
+ "북마크 또는 검색 쿼리가 없는 호스트를 확인할 수 없습니다."
595
+ ],
596
+ "Must select a bookmark or enter a search query": [
597
+ "북마크를 선택하거나 검색 쿼리를 입력해야 합니다."
598
+ ],
599
+ "Input": [
600
+ "입력"
601
+ ],
602
+ "Not all required inputs have values. Missing inputs: %s": [
603
+ "값이 없는 필수 입력이 있습니다. 누락된 입력: %s"
604
+ ],
605
+ "Internal proxy selector can only be used if Katello is enabled": [
606
+ ""
607
+ ],
608
+ "default_capsule method missing from SmartProxy": [
609
+ ""
610
+ ],
611
+ "Can't find Job Invocation for an id %s": [
612
+ ""
613
+ ],
614
+ "Latest Jobs": [
615
+ ""
616
+ ],
617
+ "Name": [
618
+ "이름"
619
+ ],
620
+ "State": [
621
+ "상태 "
622
+ ],
623
+ "Started": [
624
+ ""
625
+ ],
626
+ "No jobs available": [
627
+ ""
628
+ ],
629
+ "Results": [
630
+ ""
631
+ ],
632
+ "Schedule": [
633
+ "스케줄 "
634
+ ],
635
+ "Concurrency level limited to": [
636
+ ""
637
+ ],
638
+ "tasks at a time": [
639
+ ""
640
+ ],
641
+ "Scheduled to start before": [
642
+ ""
643
+ ],
644
+ "Scheduled to start at": [
645
+ ""
646
+ ],
647
+ "Timeout to kill after": [
648
+ ""
649
+ ],
650
+ "seconds": [
651
+ "초"
652
+ ],
653
+ "Time to pickup": [
654
+ ""
655
+ ],
656
+ "Target hosts": [
657
+ "대상 호스트"
658
+ ],
659
+ "Bookmark": [
660
+ "북마크 "
661
+ ],
662
+ "Manual selection": [
663
+ "수동 선택"
664
+ ],
665
+ "using ": [
666
+ ""
667
+ ],
668
+ "Execution order": [
669
+ ""
670
+ ],
671
+ "Organization": [
672
+ "조직 "
673
+ ],
674
+ "Location": [
675
+ "위치"
676
+ ],
677
+ "SSH User": [
678
+ ""
679
+ ],
680
+ "Evaluated at:": [
681
+ "평가 시점:"
682
+ ],
683
+ "User Inputs": [
684
+ ""
685
+ ],
686
+ "Description": [
687
+ "설명"
688
+ ],
689
+ "Job template": [
690
+ "작업 템플릿"
691
+ ],
692
+ "Resolves to": [
693
+ "다음으로 확인"
694
+ ],
695
+ "hosts": [
696
+ "호스트"
697
+ ],
698
+ "Refresh": [
699
+ "새로고침 "
700
+ ],
701
+ "Preview": [
702
+ "미리 보기"
703
+ ],
704
+ "Display advanced fields": [
705
+ "고급 필드 표시"
706
+ ],
707
+ "Hide advanced fields": [
708
+ "고급 필드 숨기기"
709
+ ],
710
+ "SSH user": [
711
+ ""
712
+ ],
713
+ "A user to be used for SSH.": [
714
+ ""
715
+ ],
716
+ "Effective user": [
717
+ "유효 사용자"
718
+ ],
719
+ "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.": [
720
+ "스크립트를 실행하는 데 사용할 사용자입니다. 이 사용자가 SSH 사용자와 다른 경우 su 또는 sudo를 사용하여 계정을 전환합니다."
721
+ ],
722
+ "Timeout to kill": [
723
+ ""
724
+ ],
725
+ "Time in seconds from the start on the remote host after which the job should be killed.": [
726
+ ""
727
+ ],
728
+ "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled.": [
729
+ ""
730
+ ],
731
+ "Password": [
732
+ "암호 "
733
+ ],
734
+ "Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
735
+ ""
736
+ ],
737
+ "Private key passphrase": [
738
+ ""
739
+ ],
740
+ "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.": [
741
+ ""
742
+ ],
743
+ "Effective user password": [
744
+ ""
745
+ ],
746
+ "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.": [
747
+ ""
748
+ ],
749
+ "Concurrency level": [
750
+ "동시 실행 레벨"
751
+ ],
752
+ "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.": [
753
+ ""
754
+ ],
755
+ "Execution ordering": [
756
+ ""
757
+ ],
758
+ "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>": [
759
+ ""
760
+ ],
761
+ "Type of query": [
762
+ "쿼리 유형"
763
+ ],
764
+ "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>": [
765
+ ""
766
+ ],
767
+ "The final host list may change because the selected query is dynamic. It will be rerun during execution.": [
768
+ "동적 쿼리를 선택했기 때문에 최종 호스트 목록이 변경될 수 있습니다. 실행 도중에 재실행됩니다."
769
+ ],
770
+ "...and %{count} more": [
771
+ "",
772
+ ""
773
+ ],
774
+ "No hosts found.": [
775
+ "호스트를 찾을 수 없습니다."
776
+ ],
777
+ "Close": [
778
+ "종료"
779
+ ],
780
+ "Current organization %{org_c} is different from job's organization %{org_j}.": [
781
+ ""
782
+ ],
783
+ "Current location %{loc_c} is different from job's location %{loc_j}.": [
784
+ ""
785
+ ],
786
+ "The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.": [
787
+ "동적 쿼리 '%{query}'이(가) 아직 확인되지 않았습니다. 확인할 대상 호스트의 목록을 %{here}에서 볼 수 있습니다."
788
+ ],
789
+ "here": [
790
+ "여기 "
791
+ ],
792
+ "effective user": [
793
+ ""
794
+ ],
795
+ "Total hosts": [
796
+ "총 호스트"
797
+ ],
798
+ "Hosts gone missing": [
799
+ ""
800
+ ],
801
+ "This can happen if the host is removed or moved to another organization or location after the job was started": [
802
+ ""
803
+ ],
804
+ "Providers and templates": [
805
+ "공급자 및 템플릿"
806
+ ],
807
+ "User input": [
808
+ "사용자 입력"
809
+ ],
810
+ "Value": [
811
+ "값 "
812
+ ],
813
+ "Search Query": [
814
+ ""
815
+ ],
816
+ "Status": [
817
+ "상태"
818
+ ],
819
+ "Succeeded": [
820
+ "성공"
821
+ ],
822
+ "Start": [
823
+ "시작"
824
+ ],
825
+ "Job invocation": [
826
+ "작업 호출"
827
+ ],
828
+ "Use new job wizard": [
829
+ ""
830
+ ],
831
+ "Overview": [
832
+ "개요"
833
+ ],
834
+ "Preview templates": [
835
+ ""
836
+ ],
837
+ "Recurring logic": [
838
+ "반복 로직"
839
+ ],
840
+ "Job Invocations": [
841
+ ""
842
+ ],
843
+ "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.": [
844
+ ""
845
+ ],
846
+ "Learn more about this in the documentation.": [
847
+ "설명서에서 자세한 내용을 참조하십시오."
848
+ ],
849
+ "Job": [
850
+ "업무"
851
+ ],
852
+ "Type": [
853
+ "형태"
854
+ ],
855
+ "Add Foreign Input Set": [
856
+ "외부 입력 세트 추가"
857
+ ],
858
+ "add an input set for this template to reference a different template inputs": [
859
+ "이 템플릿에서 다른 템플릿 입력을 참조하기 위한 입력 세트를 추가합니다."
860
+ ],
861
+ "Snippet": [
862
+ "조각 모음 "
863
+ ],
864
+ "Select an ERB file to upload in order to import a job template. The template must contain metadata in the first ERB comment.": [
865
+ ""
866
+ ],
867
+ "Overwrite": [
868
+ "덮어쓰기"
869
+ ],
870
+ "Whether to overwrite the template if it already exists": [
871
+ ""
872
+ ],
873
+ "Job Templates": [
874
+ "작업 템플릿"
875
+ ],
876
+ "Edit %s": [
877
+ "%s 편집 "
878
+ ],
879
+ "Edit Job Template": [
880
+ "작업 템플릿 편집"
881
+ ],
882
+ "Import": [
883
+ "불러오기"
884
+ ],
885
+ "New Job Template": [
886
+ "새 작업 템플릿"
887
+ ],
888
+ "JobTemplate|Name": [
889
+ "JobTemplate|이름"
890
+ ],
891
+ "JobTemplate|Snippet": [
892
+ "JobTemplate|조각 모음"
893
+ ],
894
+ "JobTemplate|Locked": [
895
+ "JobTemplate|잠김"
896
+ ],
897
+ "Actions": [
898
+ "작업"
899
+ ],
900
+ "This template is locked for editing.": [
901
+ "이 템플릿은 편집 용으로 잠금되어 있습니다. "
902
+ ],
903
+ "The execution interface is used for remote execution": [
904
+ "원격 실행에 사용되는 실행 인터페이스입니다."
905
+ ],
906
+ "Remote execution": [
907
+ "원격 실행"
908
+ ],
909
+ "Remote Execution": [
910
+ "원격 실행"
911
+ ],
912
+ "Proxies": [
913
+ "프록시 "
914
+ ],
915
+ "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.": [
916
+ "이 서브넷에 적용할 수 있는 원격 실행 프록시를 모두 선택합니다. 공급자가 동일한 프록시를 여러 개 추가한 경우 해당 프록시 간에 작업이 로드 밸런싱됩니다."
917
+ ],
918
+ "You are not allowed to see the currently assigned template. Saving the form now would unassign the template.": [
919
+ "현재 할당된 템플릿을 볼 수 없습니다. 지금 양식을 저장하면 템플릿의 할당이 취소됩니다."
920
+ ],
921
+ "Remote Execution Features": [
922
+ "원격 실행 기능"
923
+ ],
924
+ "Label": [
925
+ "레이블 "
926
+ ],
927
+ "Edit Remote Execution Feature": [
928
+ "원격 실행 기능 편집"
929
+ ],
930
+ "A job '%{job_name}' has %{status} at %{time}": [
931
+ ""
932
+ ],
933
+ "Job result": [
934
+ ""
935
+ ],
936
+ "Failed hosts": [
937
+ ""
938
+ ],
939
+ "See more details at %s": [
940
+ ""
941
+ ],
942
+ "Foreign input set": [
943
+ "외부 입력 세트"
944
+ ],
945
+ "remove template input set": [
946
+ "템플릿 입력 세트 삭제"
947
+ ],
948
+ "A comma separated list of input names to be excluded from the foreign template.": [
949
+ "외부 템플릿에서 제외되는 입력 이름의 쉼표로 구분된 목록입니다."
950
+ ],
951
+ "Template Invocation for %s": [
952
+ ""
953
+ ],
954
+ "Back to Job": [
955
+ "작업으로 돌아가기"
956
+ ],
957
+ "Toggle command": [
958
+ "명령 토글"
959
+ ],
960
+ "Toggle STDERR": [
961
+ "STDERR 토글"
962
+ ],
963
+ "Toggle STDOUT": [
964
+ "STDOUT 토글"
965
+ ],
966
+ "Toggle DEBUG": [
967
+ "DEBUG 토글"
968
+ ],
969
+ "Target: ": [
970
+ "대상: "
971
+ ],
972
+ "using Smart Proxy": [
973
+ ""
974
+ ],
975
+ "Scroll to bottom": [
976
+ "맨 아래로 스크롤"
977
+ ],
978
+ "Scroll to top": [
979
+ "맨 위로 스크롤"
980
+ ],
981
+ "Could not display data for job invocation.": [
982
+ ""
983
+ ],
984
+ "Unsupported or no operating system found for this host.": [
985
+ "지원되지 않거나 이 호스트의 운영 체제를 찾을 수 없습니다."
986
+ ],
987
+ "A job '%{subject}' has finished successfully": [
988
+ ""
989
+ ],
990
+ "Job Details": [
991
+ ""
992
+ ],
993
+ "A job '%{subject}' has failed": [
994
+ ""
995
+ ],
996
+ "Remote execution job": [
997
+ ""
998
+ ],
999
+ "A notification when a job finishes": [
1000
+ ""
1001
+ ],
1002
+ "Unable to create mail notification: %s": [
1003
+ ""
1004
+ ],
1005
+ "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": [
1006
+ "원격 실행 기능이 있는 모든 프록시의 호스트를 검색합니다. 호스트에 서브넷이 없거나 서브넷에 실행 프록시가 없는 경우 유용합니다."
1007
+ ],
1008
+ "Fallback to Any Proxy": [
1009
+ ""
1010
+ ],
1011
+ "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.": [
1012
+ ""
1013
+ ],
1014
+ "Enable Global Proxy": [
1015
+ ""
1016
+ ],
1017
+ "Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user.": [
1018
+ "SSH에 사용할 기본 사용자입니다. remote_execution_ssh_user라는 매개 변수를 설정하여 호스트별로 덮어쓸 수 있습니다."
1019
+ ],
1020
+ "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.": [
1021
+ "스크립트를 실행하는 데 사용할 기본 사용자입니다. 이 사용자가 SSH 사용자와 다른 경우 su 또는 sudo를 사용하여 사용자를 전환합니다."
1022
+ ],
1023
+ "Effective User": [
1024
+ ""
1025
+ ],
1026
+ "What command should be used to switch to the effective user. One of %s": [
1027
+ "유효 사용자를 전환하는 데 사용할 명령입니다(%s 중 하나)."
1028
+ ],
1029
+ "Effective User Method": [
1030
+ ""
1031
+ ],
1032
+ "Whether we should sync templates from disk when running db:seed.": [
1033
+ "db:seed를 실행할 때 디스크의 템플릿을 동기화할지 여부입니다."
1034
+ ],
1035
+ "Sync Job Templates": [
1036
+ ""
1037
+ ],
1038
+ "Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
1039
+ ""
1040
+ ],
1041
+ "SSH Port": [
1042
+ ""
1043
+ ],
1044
+ "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": [
1045
+ ""
1046
+ ],
1047
+ "Connect by IP": [
1048
+ ""
1049
+ ],
1050
+ "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": [
1051
+ ""
1052
+ ],
1053
+ "Prefer IPv6 over IPv4": [
1054
+ ""
1055
+ ],
1056
+ "Default password to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_password": [
1057
+ ""
1058
+ ],
1059
+ "Default SSH password": [
1060
+ ""
1061
+ ],
1062
+ "Default key passphrase to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_key_passphrase": [
1063
+ ""
1064
+ ],
1065
+ "Default SSH key passphrase": [
1066
+ ""
1067
+ ],
1068
+ "Amount of workers in the pool to handle the execution of the remote execution jobs. Restart of the dynflowd/foreman-tasks service is required.": [
1069
+ ""
1070
+ ],
1071
+ "Workers pool size": [
1072
+ ""
1073
+ ],
1074
+ "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.": [
1075
+ ""
1076
+ ],
1077
+ "Cleanup working directories": [
1078
+ ""
1079
+ ],
1080
+ "Where to find the Cockpit instance for the Web Console button. By default, no button is shown.": [
1081
+ ""
1082
+ ],
1083
+ "Cockpit URL": [
1084
+ ""
1085
+ ],
1086
+ "Choose a job template that is pre-selected in job invocation form": [
1087
+ ""
1088
+ ],
1089
+ "Form Job Template": [
1090
+ ""
1091
+ ],
1092
+ "Select a report template used for generating a report for a particular remote execution job": [
1093
+ ""
1094
+ ],
1095
+ "Job Invocation Report Template": [
1096
+ ""
1097
+ ],
1098
+ "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.": [
1099
+ ""
1100
+ ],
1101
+ "Job templates": [
1102
+ "작업 템플릿"
1103
+ ],
1104
+ "Job invocations detail": [
1105
+ ""
1106
+ ],
1107
+ "Run Puppet Once": [
1108
+ ""
1109
+ ],
1110
+ "Perform a single Puppet run": [
1111
+ ""
1112
+ ],
1113
+ "Run Script": [
1114
+ ""
1115
+ ],
1116
+ "Run a script": [
1117
+ ""
1118
+ ],
1119
+ "Not yet": [
1120
+ ""
1121
+ ],
1122
+ "Effective user:": [
1123
+ ""
1124
+ ],
1125
+ "Started at:": [
1126
+ ""
1127
+ ],
1128
+ "SSH user:": [
1129
+ ""
1130
+ ],
1131
+ "Template:": [
1132
+ ""
1133
+ ],
1134
+ "Submit": [
1135
+ ""
1136
+ ],
1137
+ "Next": [
1138
+ ""
1139
+ ],
1140
+ "Back": [
1141
+ ""
1142
+ ],
1143
+ "Start job": [
1144
+ ""
1145
+ ],
1146
+ "Fill all required fields in all the steps": [
1147
+ ""
1148
+ ],
1149
+ "Run on selected hosts": [
1150
+ ""
1151
+ ],
1152
+ "Skip to review step": [
1153
+ ""
1154
+ ],
1155
+ "Fill all required fields in all the steps to start the job": [
1156
+ ""
1157
+ ],
1158
+ "Skip to review": [
1159
+ ""
1160
+ ],
1161
+ "Cancel": [
1162
+ ""
1163
+ ],
1164
+ "Does not repeat": [
1165
+ ""
1166
+ ],
1167
+ "Cronline": [
1168
+ ""
1169
+ ],
1170
+ "Monthly": [
1171
+ "매달"
1172
+ ],
1173
+ "Weekly": [
1174
+ "매주"
1175
+ ],
1176
+ "Daily": [
1177
+ "매일"
1178
+ ],
1179
+ "Hourly": [
1180
+ ""
1181
+ ],
1182
+ "Immediate execution": [
1183
+ ""
1184
+ ],
1185
+ "Future execution": [
1186
+ ""
1187
+ ],
1188
+ "Recurring execution": [
1189
+ ""
1190
+ ],
1191
+ "Category and template": [
1192
+ ""
1193
+ ],
1194
+ "Target hosts and inputs": [
1195
+ ""
1196
+ ],
1197
+ "Advanced fields": [
1198
+ ""
1199
+ ],
1200
+ "Review details": [
1201
+ ""
1202
+ ],
1203
+ "Type of execution": [
1204
+ ""
1205
+ ],
1206
+ "Hosts": [
1207
+ "호스트"
1208
+ ],
1209
+ "Host collections": [
1210
+ ""
1211
+ ],
1212
+ "Host groups": [
1213
+ "호스트 그룹 "
1214
+ ],
1215
+ "Search query": [
1216
+ "검색 쿼리"
1217
+ ],
1218
+ "Run job": [
1219
+ ""
1220
+ ],
1221
+ "Use old form": [
1222
+ ""
1223
+ ],
1224
+ "Current organization %s is different from job's organization %s. This job may run on different hosts than before.": [
1225
+ ""
1226
+ ],
1227
+ "Current location %s is different from job's location %s. This job may run on different hosts than before.": [
1228
+ ""
1229
+ ],
1230
+ "'Starts before' date must in the future": [
1231
+ ""
1232
+ ],
1233
+ "Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
1234
+ ""
1235
+ ],
1236
+ "Use legacy form": [
1237
+ ""
1238
+ ],
1239
+ "Edit job description template": [
1240
+ ""
1241
+ ],
1242
+ "Preview job description": [
1243
+ ""
1244
+ ],
1245
+ "For example: 1, 2, 3, 4, 5...": [
1246
+ ""
1247
+ ],
1248
+ "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": [
1249
+ ""
1250
+ ],
1251
+ "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.": [
1252
+ ""
1253
+ ],
1254
+ "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.": [
1255
+ ""
1256
+ ],
1257
+ "All fields are required.": [
1258
+ ""
1259
+ ],
1260
+ "Error": [
1261
+ "오류 "
1262
+ ],
1263
+ "Errors:": [
1264
+ ""
1265
+ ],
1266
+ "Categories list failed with:": [
1267
+ ""
1268
+ ],
1269
+ "Templates list failed with:": [
1270
+ ""
1271
+ ],
1272
+ "Template failed with:": [
1273
+ ""
1274
+ ],
1275
+ "Preview Hosts": [
1276
+ ""
1277
+ ],
1278
+ "...and %s more": [
1279
+ ""
1280
+ ],
1281
+ "%s more": [
1282
+ ""
1283
+ ],
1284
+ "Clear all filters": [
1285
+ ""
1286
+ ],
1287
+ "There are no available input fields for the selected template.": [
1288
+ ""
1289
+ ],
1290
+ "Please select at least one host": [
1291
+ ""
1292
+ ],
1293
+ "Please enter a search query": [
1294
+ ""
1295
+ ],
1296
+ "Please select at least one host collection": [
1297
+ ""
1298
+ ],
1299
+ "Please select at least one host group": [
1300
+ ""
1301
+ ],
1302
+ "Filter by hosts": [
1303
+ ""
1304
+ ],
1305
+ "Filter by host collections": [
1306
+ ""
1307
+ ],
1308
+ "Filter by host groups": [
1309
+ ""
1310
+ ],
1311
+ "Apply to": [
1312
+ ""
1313
+ ],
1314
+ "Never": [
1315
+ "사용 안 함"
1316
+ ],
1317
+ "After %s occurences": [
1318
+ ""
1319
+ ],
1320
+ "Every hour at minute %s": [
1321
+ ""
1322
+ ],
1323
+ "Every day at %s": [
1324
+ ""
1325
+ ],
1326
+ "Every week on %s at %s": [
1327
+ ""
1328
+ ],
1329
+ "Every month on %s at %s": [
1330
+ ""
1331
+ ],
1332
+ "Cron line": [
1333
+ "Cron 줄"
1334
+ ],
1335
+ "No Target Hosts": [
1336
+ ""
1337
+ ],
1338
+ "view host names": [
1339
+ ""
1340
+ ],
1341
+ "Hide all advanced fields": [
1342
+ ""
1343
+ ],
1344
+ "Show all advanced fields": [
1345
+ ""
1346
+ ],
1347
+ "Schedule type": [
1348
+ ""
1349
+ ],
1350
+ "Recurrence": [
1351
+ ""
1352
+ ],
1353
+ "Starts at": [
1354
+ ""
1355
+ ],
1356
+ "Starts Before": [
1357
+ ""
1358
+ ],
1359
+ "Starts": [
1360
+ "시작 "
1361
+ ],
1362
+ "Now": [
1363
+ ""
1364
+ ],
1365
+ "Repeats": [
1366
+ "반복"
1367
+ ],
1368
+ "Ends": [
1369
+ "종료"
1370
+ ],
1371
+ "Purpose": [
1372
+ ""
1373
+ ],
1374
+ "Static query": [
1375
+ ""
1376
+ ],
1377
+ "Dynamic query": [
1378
+ ""
1379
+ ],
1380
+ "Description Template": [
1381
+ ""
1382
+ ],
1383
+ "A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
1384
+ ""
1385
+ ],
1386
+ "Query type": [
1387
+ ""
1388
+ ],
1389
+ "Type has impact on when is the query evaluated to hosts.": [
1390
+ ""
1391
+ ],
1392
+ "evaluates just after you submit this form": [
1393
+ ""
1394
+ ],
1395
+ "evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it": [
1396
+ ""
1397
+ ],
1398
+ "Cron line (extended)": [
1399
+ ""
1400
+ ],
1401
+ "Cron line format '1 2 3 4 5', where:": [
1402
+ ""
1403
+ ],
1404
+ "is minute (range: 0-59)": [
1405
+ "분(범위: 0-59)"
1406
+ ],
1407
+ "is hour (range: 0-23)": [
1408
+ "시간(범위: 0-23)"
1409
+ ],
1410
+ "is day of month (range: 1-31)": [
1411
+ "날짜(범위: 1-31)"
1412
+ ],
1413
+ "is month (range: 1-12)": [
1414
+ "월(범위: 1-12)"
1415
+ ],
1416
+ "is day of week (range: 0-6)": [
1417
+ "요일(범위: 0-6)"
1418
+ ],
1419
+ "The cron line supports extended cron line syntax. For details please refer to the ": [
1420
+ ""
1421
+ ],
1422
+ "documentation": [
1423
+ ""
1424
+ ],
1425
+ "At": [
1426
+ "시간"
1427
+ ],
1428
+ "Invalid time format": [
1429
+ ""
1430
+ ],
1431
+ "At minute": [
1432
+ ""
1433
+ ],
1434
+ "range: 0-59": [
1435
+ ""
1436
+ ],
1437
+ "Create": [
1438
+ "생성 "
1439
+ ],
1440
+ "Minute can only be a number between 0-59": [
1441
+ ""
1442
+ ],
1443
+ "Days": [
1444
+ "일"
1445
+ ],
1446
+ "Days of week": [
1447
+ "요일"
1448
+ ],
1449
+ "For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step.": [
1450
+ ""
1451
+ ],
1452
+ "'Starts before' date must be after 'Starts at' date": [
1453
+ ""
1454
+ ],
1455
+ "Clear input": [
1456
+ ""
1457
+ ],
1458
+ "Starts before": [
1459
+ ""
1460
+ ],
1461
+ "End time needs to be after start time": [
1462
+ ""
1463
+ ],
1464
+ "On": [
1465
+ "켜기"
1466
+ ],
1467
+ "After": [
1468
+ ""
1469
+ ],
1470
+ "Repeat amount can only be a positive number": [
1471
+ ""
1472
+ ],
1473
+ "occurences": [
1474
+ ""
1475
+ ],
1476
+ "Select the type of execution": [
1477
+ ""
1478
+ ],
1479
+ "Execute the job now.": [
1480
+ ""
1481
+ ],
1482
+ "Execute the job later, at a scheduled time.": [
1483
+ ""
1484
+ ],
1485
+ "Execute the job on a repeating schedule.": [
1486
+ ""
1487
+ ],
1488
+ "Invalid date": [
1489
+ ""
1490
+ ],
1491
+ "open-help-tooltip-button": [
1492
+ ""
1493
+ ],
1494
+ "Reset to default": [
1495
+ "기본값으로 다시 설정 "
1496
+ ],
1497
+ "Has to be a positive number": [
1498
+ ""
1499
+ ],
1500
+ "Please refine your search.": [
1501
+ ""
1502
+ ],
1503
+ "You have %s results to display. Showing first %s results": [
1504
+ ""
1505
+ ],
1506
+ "Opening job invocation form": [
1507
+ ""
1508
+ ],
1509
+ "%s job has been invoked": [
1510
+ ""
1511
+ ],
1512
+ "Schedule a job": [
1513
+ ""
1514
+ ],
1515
+ "Recent jobs": [
1516
+ ""
1517
+ ],
1518
+ "View all jobs": [
1519
+ ""
1520
+ ],
1521
+ "View finished jobs": [
1522
+ ""
1523
+ ],
1524
+ "View running jobs": [
1525
+ ""
1526
+ ],
1527
+ "View scheduled jobs": [
1528
+ ""
1529
+ ],
1530
+ "Finished": [
1531
+ "완료"
1532
+ ],
1533
+ "Running": [
1534
+ "실행 중 "
1535
+ ],
1536
+ "Scheduled": [
1537
+ ""
1538
+ ],
1539
+ "No results found": [
1540
+ ""
1541
+ ],
1542
+ "Remote Execution Interface": [
1543
+ ""
1544
+ ],
1545
+ "yes": [
1546
+ "예"
1547
+ ],
1548
+ "no": [
1549
+ "no"
1550
+ ],
1551
+ "Inherit from host parameter": [
1552
+ ""
1553
+ ],
1554
+ "Yes (override)": [
1555
+ ""
1556
+ ],
1557
+ "No (override)": [
1558
+ ""
1559
+ ],
1560
+ "REX pull mode": [
1561
+ ""
1562
+ ],
1563
+ "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.": [
1564
+ ""
1565
+ ],
1566
+ "Host": [
1567
+ "호스트"
1568
+ ],
1569
+ "Active Filters:": [
1570
+ ""
1571
+ ],
1572
+ "A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality.": [
1573
+ "Foreman으로 원격 실행을 가져오는 플러그인입니다. 원격 관리 기능으로 구성 관리 기능을 완료합니다."
1574
+ ],
1575
+ "Action with sub plans": [
1576
+ "하위 계획이 있는 작업"
1577
+ ],
1578
+ "Import Puppet classes": [
1579
+ "Puppet 클래스 가져오기"
1580
+ ],
1581
+ "Import facts": [
1582
+ "팩트 불러오기"
1583
+ ]
1584
+ }
1585
+ }
1586
+ };