foreman_remote_execution 13.2.4 → 13.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +77 -77
 - data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +2 -1667
 - data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +7 -7
 - data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +33 -33
 - data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +131 -131
 - data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +131 -131
 - data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +38 -38
 - data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +16 -16
 - data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +33 -33
 - data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +7 -7
 - data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +134 -134
 - data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +6 -6
 - data/lib/foreman_remote_execution/version.rb +1 -1
 - data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
 - data/locale/de/foreman_remote_execution.po +81 -80
 - data/locale/en/foreman_remote_execution.po +0 -1675
 - data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
 - data/locale/en_GB/foreman_remote_execution.po +7 -7
 - data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
 - data/locale/es/foreman_remote_execution.po +33 -33
 - data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
 - data/locale/fr/foreman_remote_execution.po +132 -132
 - data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
 - data/locale/ja/foreman_remote_execution.po +131 -131
 - data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
 - data/locale/ka/foreman_remote_execution.po +38 -38
 - data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
 - data/locale/ko/foreman_remote_execution.po +16 -16
 - data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
 - data/locale/pt_BR/foreman_remote_execution.po +33 -33
 - data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
 - data/locale/ru/foreman_remote_execution.po +7 -7
 - data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
 - data/locale/zh_CN/foreman_remote_execution.po +136 -134
 - data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
 - data/locale/zh_TW/foreman_remote_execution.po +6 -6
 - data/webpack/JobWizard/JobWizardPageRerun.js +80 -16
 - data/webpack/JobWizard/JobWizardSelectors.js +7 -0
 - data/webpack/JobWizard/__tests__/fixtures.js +6 -0
 - data/webpack/JobWizard/steps/ReviewDetails/ReviewDetails.test.js +2 -1
 - metadata +2 -2
 
| 
         @@ -3,7 +3,7 @@ 
     | 
|
| 
       3 
3 
     | 
    
         
             
              "locale_data": {
         
     | 
| 
       4 
4 
     | 
    
         
             
                "foreman_remote_execution": {
         
     | 
| 
       5 
5 
     | 
    
         
             
                  "": {
         
     | 
| 
       6 
     | 
    
         
            -
                    "Project-Id-Version": " 
     | 
| 
      
 6 
     | 
    
         
            +
                    "Project-Id-Version": "foreman_remote_execution 14.0.0",
         
     | 
| 
       7 
7 
     | 
    
         
             
                    "Report-Msgid-Bugs-To": "",
         
     | 
| 
       8 
8 
     | 
    
         
             
                    "PO-Revision-Date": "2016-02-15 13:54+0000",
         
     | 
| 
       9 
9 
     | 
    
         
             
                    "Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
         
     | 
| 
         @@ -30,7 +30,7 @@ 
     | 
|
| 
       30 
30 
     | 
    
         
             
                    "გაშვებულია %s დავალება"
         
     | 
| 
       31 
31 
     | 
    
         
             
                  ],
         
     | 
| 
       32 
32 
     | 
    
         
             
                  "%s more": [
         
     | 
| 
       33 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 33 
     | 
    
         
            +
                    "კიდევ %s"
         
     | 
| 
       34 
34 
     | 
    
         
             
                  ],
         
     | 
| 
       35 
35 
     | 
    
         
             
                  "%{description} on %{host}": [
         
     | 
| 
       36 
36 
     | 
    
         
             
                    "%{description} %{host}-ზე"
         
     | 
| 
         @@ -39,7 +39,7 @@ 
     | 
|
| 
       39 
39 
     | 
    
         
             
                    ""
         
     | 
| 
       40 
40 
     | 
    
         
             
                  ],
         
     | 
| 
       41 
41 
     | 
    
         
             
                  "'Starts before' date must in the future": [
         
     | 
| 
       42 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 42 
     | 
    
         
            +
                    "'გაშვება თარიღამდეს' თარიღი მომავალში უნდა იყოს"
         
     | 
| 
       43 
43 
     | 
    
         
             
                  ],
         
     | 
| 
       44 
44 
     | 
    
         
             
                  "...and %s more": [
         
     | 
| 
       45 
45 
     | 
    
         
             
                    "... და კიდევ %s"
         
     | 
| 
         @@ -85,7 +85,7 @@ 
     | 
|
| 
       85 
85 
     | 
    
         
             
                    "დავალების გაუქმება"
         
     | 
| 
       86 
86 
     | 
    
         
             
                  ],
         
     | 
| 
       87 
87 
     | 
    
         
             
                  "Access denied": [
         
     | 
| 
       88 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 88 
     | 
    
         
            +
                    "წვდომა აკრძალულია"
         
     | 
| 
       89 
89 
     | 
    
         
             
                  ],
         
     | 
| 
       90 
90 
     | 
    
         
             
                  "Actions": [
         
     | 
| 
       91 
91 
     | 
    
         
             
                    "ქმედებები"
         
     | 
| 
         @@ -103,7 +103,7 @@ 
     | 
|
| 
       103 
103 
     | 
    
         
             
                    "შემდეგ"
         
     | 
| 
       104 
104 
     | 
    
         
             
                  ],
         
     | 
| 
       105 
105 
     | 
    
         
             
                  "After %s occurences": [
         
     | 
| 
       106 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 106 
     | 
    
         
            +
                    "%s მოხდენის შემდეგ"
         
     | 
| 
       107 
107 
     | 
    
         
             
                  ],
         
     | 
| 
       108 
108 
     | 
    
         
             
                  "All fields are required.": [
         
     | 
| 
       109 
109 
     | 
    
         
             
                    "საჭიროა ყველა ველის შევსება."
         
     | 
| 
         @@ -148,7 +148,7 @@ 
     | 
|
| 
       148 
148 
     | 
    
         
             
                    "დავალების ჩაწოდება ID-ით %s ნაპოვნი არაა"
         
     | 
| 
       149 
149 
     | 
    
         
             
                  ],
         
     | 
| 
       150 
150 
     | 
    
         
             
                  "Cancel": [
         
     | 
| 
       151 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 151 
     | 
    
         
            +
                    "გაუქმება"
         
     | 
| 
       152 
152 
     | 
    
         
             
                  ],
         
     | 
| 
       153 
153 
     | 
    
         
             
                  "Cancel Job": [
         
     | 
| 
       154 
154 
     | 
    
         
             
                    "ამოცანის გაუქმება"
         
     | 
| 
         @@ -178,7 +178,7 @@ 
     | 
|
| 
       178 
178 
     | 
    
         
             
                    "კატეგორიების სიის შეცდომა:"
         
     | 
| 
       179 
179 
     | 
    
         
             
                  ],
         
     | 
| 
       180 
180 
     | 
    
         
             
                  "Category and template": [
         
     | 
| 
       181 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 181 
     | 
    
         
            +
                    "კატეგორია და შაბლონი"
         
     | 
| 
       182 
182 
     | 
    
         
             
                  ],
         
     | 
| 
       183 
183 
     | 
    
         
             
                  "Choose a job template that is pre-selected in job invocation form": [
         
     | 
| 
       184 
184 
     | 
    
         
             
                    ""
         
     | 
| 
         @@ -190,7 +190,7 @@ 
     | 
|
| 
       190 
190 
     | 
    
         
             
                    "სამუშაო საქაღალდეების გაწმენდა"
         
     | 
| 
       191 
191 
     | 
    
         
             
                  ],
         
     | 
| 
       192 
192 
     | 
    
         
             
                  "Clear all filters": [
         
     | 
| 
       193 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 193 
     | 
    
         
            +
                    "ყველა ფილტრის გასუფთავება"
         
     | 
| 
       194 
194 
     | 
    
         
             
                  ],
         
     | 
| 
       195 
195 
     | 
    
         
             
                  "Clear input": [
         
     | 
| 
       196 
196 
     | 
    
         
             
                    "შეტანის გასუფთავება"
         
     | 
| 
         @@ -277,10 +277,10 @@ 
     | 
|
| 
       277 
277 
     | 
    
         
             
                    "Cron-ის სტრიქონი"
         
     | 
| 
       278 
278 
     | 
    
         
             
                  ],
         
     | 
| 
       279 
279 
     | 
    
         
             
                  "Cron line (extended)": [
         
     | 
| 
       280 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 280 
     | 
    
         
            +
                    "Cron-ის სტრიქონი (გაფართოებული)"
         
     | 
| 
       281 
281 
     | 
    
         
             
                  ],
         
     | 
| 
       282 
282 
     | 
    
         
             
                  "Cron line format '1 2 3 4 5', where:": [
         
     | 
| 
       283 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 283 
     | 
    
         
            +
                    "Cron-ის ხაზის ფორმატია '1 2 3 4 5', სადაც:"
         
     | 
| 
       284 
284 
     | 
    
         
             
                  ],
         
     | 
| 
       285 
285 
     | 
    
         
             
                  "Cronline": [
         
     | 
| 
       286 
286 
     | 
    
         
             
                    "Cron-ის ხაზი"
         
     | 
| 
         @@ -397,7 +397,7 @@ 
     | 
|
| 
       397 
397 
     | 
    
         
             
                    ""
         
     | 
| 
       398 
398 
     | 
    
         
             
                  ],
         
     | 
| 
       399 
399 
     | 
    
         
             
                  "Effective user:": [
         
     | 
| 
       400 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 400 
     | 
    
         
            +
                    "ეფექტური მომხმარებელი:"
         
     | 
| 
       401 
401 
     | 
    
         
             
                  ],
         
     | 
| 
       402 
402 
     | 
    
         
             
                  "Enable Global Proxy": [
         
     | 
| 
       403 
403 
     | 
    
         
             
                    "გლობალური პროქსის ჩართვა"
         
     | 
| 
         @@ -421,16 +421,16 @@ 
     | 
|
| 
       421 
421 
     | 
    
         
             
                    "შემოწმების დრო:"
         
     | 
| 
       422 
422 
     | 
    
         
             
                  ],
         
     | 
| 
       423 
423 
     | 
    
         
             
                  "Every day at %s": [
         
     | 
| 
       424 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 424 
     | 
    
         
            +
                    "ყოველდღე, დრო: %s"
         
     | 
| 
       425 
425 
     | 
    
         
             
                  ],
         
     | 
| 
       426 
426 
     | 
    
         
             
                  "Every hour at minute %s": [
         
     | 
| 
       427 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 427 
     | 
    
         
            +
                    "ყოველ საათს, %s-ე წუთზე"
         
     | 
| 
       428 
428 
     | 
    
         
             
                  ],
         
     | 
| 
       429 
429 
     | 
    
         
             
                  "Every month on %s at %s": [
         
     | 
| 
       430 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 430 
     | 
    
         
            +
                    "ყოველთვე: დღე %s. დრო %s"
         
     | 
| 
       431 
431 
     | 
    
         
             
                  ],
         
     | 
| 
       432 
432 
     | 
    
         
             
                  "Every week on %s at %s": [
         
     | 
| 
       433 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 433 
     | 
    
         
            +
                    "ყოველკვირა. დღე: %s დრო: %s"
         
     | 
| 
       434 
434 
     | 
    
         
             
                  ],
         
     | 
| 
       435 
435 
     | 
    
         
             
                  "Execute the job later, at a scheduled time.": [
         
     | 
| 
       436 
436 
     | 
    
         
             
                    "დავალების მოგვიანებით, დაგეგმილ დროს შესრულება."
         
     | 
| 
         @@ -481,10 +481,10 @@ 
     | 
|
| 
       481 
481 
     | 
    
         
             
                    ""
         
     | 
| 
       482 
482 
     | 
    
         
             
                  ],
         
     | 
| 
       483 
483 
     | 
    
         
             
                  "Fill all required fields in all the steps": [
         
     | 
| 
       484 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 484 
     | 
    
         
            +
                    "შეავსეთ ყველა აუცილებელი ველი ყველა ნაბიჯზე"
         
     | 
| 
       485 
485 
     | 
    
         
             
                  ],
         
     | 
| 
       486 
486 
     | 
    
         
             
                  "Fill all required fields in all the steps to start the job": [
         
     | 
| 
       487 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 487 
     | 
    
         
            +
                    "დავალების გასაშვებად შეავსეთ ყველა აუცილებელი ველი ყველა ნაბიჯზე"
         
     | 
| 
       488 
488 
     | 
    
         
             
                  ],
         
     | 
| 
       489 
489 
     | 
    
         
             
                  "Filter by host collections": [
         
     | 
| 
       490 
490 
     | 
    
         
             
                    "ჰოსტების კოლექციებით ფილტრი"
         
     | 
| 
         @@ -658,7 +658,7 @@ 
     | 
|
| 
       658 
658 
     | 
    
         
             
                    "დავალების ჩაწოდებები"
         
     | 
| 
       659 
659 
     | 
    
         
             
                  ],
         
     | 
| 
       660 
660 
     | 
    
         
             
                  "Job invocations detail": [
         
     | 
| 
       661 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 661 
     | 
    
         
            +
                    "დავალების ჩაწოდებების დეტალი"
         
     | 
| 
       662 
662 
     | 
    
         
             
                  ],
         
     | 
| 
       663 
663 
     | 
    
         
             
                  "Job result": [
         
     | 
| 
       664 
664 
     | 
    
         
             
                    "დავალების შედეგი"
         
     | 
| 
         @@ -712,7 +712,7 @@ 
     | 
|
| 
       712 
712 
     | 
    
         
             
                    "შეიტყვეთ მეტი ამის შესახებ დოკუმენტაციაში."
         
     | 
| 
       713 
713 
     | 
    
         
             
                  ],
         
     | 
| 
       714 
714 
     | 
    
         
             
                  "Legacy UI": [
         
     | 
| 
       715 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 715 
     | 
    
         
            +
                    "მოძველებული UI"
         
     | 
| 
       716 
716 
     | 
    
         
             
                  ],
         
     | 
| 
       717 
717 
     | 
    
         
             
                  "List available remote execution features for a host": [
         
     | 
| 
       718 
718 
     | 
    
         
             
                    ""
         
     | 
| 
         @@ -772,7 +772,7 @@ 
     | 
|
| 
       772 
772 
     | 
    
         
             
                    "დავალების ახალი შაბლონი"
         
     | 
| 
       773 
773 
     | 
    
         
             
                  ],
         
     | 
| 
       774 
774 
     | 
    
         
             
                  "New UI": [
         
     | 
| 
       775 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 775 
     | 
    
         
            +
                    "ახალი UI"
         
     | 
| 
       776 
776 
     | 
    
         
             
                  ],
         
     | 
| 
       777 
777 
     | 
    
         
             
                  "Next": [
         
     | 
| 
       778 
778 
     | 
    
         
             
                    "შემდეგი"
         
     | 
| 
         @@ -799,10 +799,10 @@ 
     | 
|
| 
       799 
799 
     | 
    
         
             
                    ""
         
     | 
| 
       800 
800 
     | 
    
         
             
                  ],
         
     | 
| 
       801 
801 
     | 
    
         
             
                  "Not available": [
         
     | 
| 
       802 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 802 
     | 
    
         
            +
                    "ხელმიუწვდომელია"
         
     | 
| 
       803 
803 
     | 
    
         
             
                  ],
         
     | 
| 
       804 
804 
     | 
    
         
             
                  "Not yet": [
         
     | 
| 
       805 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 805 
     | 
    
         
            +
                    "ჯერ არა"
         
     | 
| 
       806 
806 
     | 
    
         
             
                  ],
         
     | 
| 
       807 
807 
     | 
    
         
             
                  "Now": [
         
     | 
| 
       808 
808 
     | 
    
         
             
                    "ახლა"
         
     | 
| 
         @@ -853,10 +853,10 @@ 
     | 
|
| 
       853 
853 
     | 
    
         
             
                    "ამ დროის შემდეგ გაშვებები აღარ მოხდება"
         
     | 
| 
       854 
854 
     | 
    
         
             
                  ],
         
     | 
| 
       855 
855 
     | 
    
         
             
                  "Permission Denied": [
         
     | 
| 
       856 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 856 
     | 
    
         
            +
                    "წვდომა აკრძალულია"
         
     | 
| 
       857 
857 
     | 
    
         
             
                  ],
         
     | 
| 
       858 
858 
     | 
    
         
             
                  "Please enter a search query": [
         
     | 
| 
       859 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 859 
     | 
    
         
            +
                    "შეიყვანეთ საძებნი სტრიქონი"
         
     | 
| 
       860 
860 
     | 
    
         
             
                  ],
         
     | 
| 
       861 
861 
     | 
    
         
             
                  "Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
         
     | 
| 
       862 
862 
     | 
    
         
             
                    ""
         
     | 
| 
         @@ -868,13 +868,13 @@ 
     | 
|
| 
       868 
868 
     | 
    
         
             
                    ""
         
     | 
| 
       869 
869 
     | 
    
         
             
                  ],
         
     | 
| 
       870 
870 
     | 
    
         
             
                  "Please select at least one host": [
         
     | 
| 
       871 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 871 
     | 
    
         
            +
                    "აირჩიეთ ერთი ჰოსტი მაინც"
         
     | 
| 
       872 
872 
     | 
    
         
             
                  ],
         
     | 
| 
       873 
873 
     | 
    
         
             
                  "Please select at least one host collection": [
         
     | 
| 
       874 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 874 
     | 
    
         
            +
                    "აირჩიეთ ერთი ჰოსტის კოლექცია მაინც"
         
     | 
| 
       875 
875 
     | 
    
         
             
                  ],
         
     | 
| 
       876 
876 
     | 
    
         
             
                  "Please select at least one host group": [
         
     | 
| 
       877 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 877 
     | 
    
         
            +
                    "აირჩიეთ ერთი ჰოსტების ჯგუფი მაინც"
         
     | 
| 
       878 
878 
     | 
    
         
             
                  ],
         
     | 
| 
       879 
879 
     | 
    
         
             
                  "Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
         
     | 
| 
       880 
880 
     | 
    
         
             
                    ""
         
     | 
| 
         @@ -1036,10 +1036,10 @@ 
     | 
|
| 
       1036 
1036 
     | 
    
         
             
                    "Puppet-ის ერთხელ გაშვება"
         
     | 
| 
       1037 
1037 
     | 
    
         
             
                  ],
         
     | 
| 
       1038 
1038 
     | 
    
         
             
                  "Run Script": [
         
     | 
| 
       1039 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 1039 
     | 
    
         
            +
                    "სკრიპტის გაშვება"
         
     | 
| 
       1040 
1040 
     | 
    
         
             
                  ],
         
     | 
| 
       1041 
1041 
     | 
    
         
             
                  "Run a script": [
         
     | 
| 
       1042 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 1042 
     | 
    
         
            +
                    "სკრიპტის გაშვება"
         
     | 
| 
       1043 
1043 
     | 
    
         
             
                  ],
         
     | 
| 
       1044 
1044 
     | 
    
         
             
                  "Run at most N tasks at a time": [
         
     | 
| 
       1045 
1045 
     | 
    
         
             
                    "ერთდროულად მაქსიმუმ N დავალების გაშვება"
         
     | 
| 
         @@ -1051,7 +1051,7 @@ 
     | 
|
| 
       1051 
1051 
     | 
    
         
             
                    "დავალების გაშვება"
         
     | 
| 
       1052 
1052 
     | 
    
         
             
                  ],
         
     | 
| 
       1053 
1053 
     | 
    
         
             
                  "Run on selected hosts": [
         
     | 
| 
       1054 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 1054 
     | 
    
         
            +
                    "გაშვება მონიშნულ ჰოსტებზე"
         
     | 
| 
       1055 
1055 
     | 
    
         
             
                  ],
         
     | 
| 
       1056 
1056 
     | 
    
         
             
                  "Running": [
         
     | 
| 
       1057 
1057 
     | 
    
         
             
                    "მიმდინარეობს შესრულება"
         
     | 
| 
         @@ -1069,7 +1069,7 @@ 
     | 
|
| 
       1069 
1069 
     | 
    
         
             
                    "SSH-ის მომხმარებლის სახელი"
         
     | 
| 
       1070 
1070 
     | 
    
         
             
                  ],
         
     | 
| 
       1071 
1071 
     | 
    
         
             
                  "SSH user:": [
         
     | 
| 
       1072 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 1072 
     | 
    
         
            +
                    "SSH-ის მომხმარებლი:"
         
     | 
| 
       1073 
1073 
     | 
    
         
             
                  ],
         
     | 
| 
       1074 
1074 
     | 
    
         
             
                  "Schedule": [
         
     | 
| 
       1075 
1075 
     | 
    
         
             
                    "განრიგი"
         
     | 
| 
         @@ -1189,10 +1189,10 @@ 
     | 
|
| 
       1189 
1189 
     | 
    
         
             
                    "დაშორებული გაშვების ინტერფეისის ჩვენება"
         
     | 
| 
       1190 
1190 
     | 
    
         
             
                  ],
         
     | 
| 
       1191 
1191 
     | 
    
         
             
                  "Skip to review": [
         
     | 
| 
       1192 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 1192 
     | 
    
         
            +
                    "მიმოხილვაზე გადასვლა"
         
     | 
| 
       1193 
1193 
     | 
    
         
             
                  ],
         
     | 
| 
       1194 
1194 
     | 
    
         
             
                  "Skip to review step": [
         
     | 
| 
       1195 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 1195 
     | 
    
         
            +
                    "მიმოხილვის ნაბიჯის გამოტოვება"
         
     | 
| 
       1196 
1196 
     | 
    
         
             
                  ],
         
     | 
| 
       1197 
1197 
     | 
    
         
             
                  "Snippet": [
         
     | 
| 
       1198 
1198 
     | 
    
         
             
                    "ნაწყვეტი"
         
     | 
| 
         @@ -1201,19 +1201,19 @@ 
     | 
|
| 
       1201 
1201 
     | 
    
         
             
                    "დაწყება"
         
     | 
| 
       1202 
1202 
     | 
    
         
             
                  ],
         
     | 
| 
       1203 
1203 
     | 
    
         
             
                  "Start job": [
         
     | 
| 
       1204 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 1204 
     | 
    
         
            +
                    "დავალების გაშვება"
         
     | 
| 
       1205 
1205 
     | 
    
         
             
                  ],
         
     | 
| 
       1206 
1206 
     | 
    
         
             
                  "Started": [
         
     | 
| 
       1207 
1207 
     | 
    
         
             
                    "დაიწყო"
         
     | 
| 
       1208 
1208 
     | 
    
         
             
                  ],
         
     | 
| 
       1209 
1209 
     | 
    
         
             
                  "Started at:": [
         
     | 
| 
       1210 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 1210 
     | 
    
         
            +
                    "გაშვების დრო:"
         
     | 
| 
       1211 
1211 
     | 
    
         
             
                  ],
         
     | 
| 
       1212 
1212 
     | 
    
         
             
                  "Starts": [
         
     | 
| 
       1213 
1213 
     | 
    
         
             
                    "საწყისი"
         
     | 
| 
       1214 
1214 
     | 
    
         
             
                  ],
         
     | 
| 
       1215 
1215 
     | 
    
         
             
                  "Starts Before": [
         
     | 
| 
       1216 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 1216 
     | 
    
         
            +
                    "გაშვება თარიღამდე"
         
     | 
| 
       1217 
1217 
     | 
    
         
             
                  ],
         
     | 
| 
       1218 
1218 
     | 
    
         
             
                  "Starts at": [
         
     | 
| 
       1219 
1219 
     | 
    
         
             
                    "დაწყების დრო"
         
     | 
| 
         @@ -1303,7 +1303,7 @@ 
     | 
|
| 
       1303 
1303 
     | 
    
         
             
                    "შაბლონი ID-ით %{id} ნაპოვნი არაა"
         
     | 
| 
       1304 
1304 
     | 
    
         
             
                  ],
         
     | 
| 
       1305 
1305 
     | 
    
         
             
                  "Template:": [
         
     | 
| 
       1306 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 1306 
     | 
    
         
            +
                    "შაბლონი:"
         
     | 
| 
       1307 
1307 
     | 
    
         
             
                  ],
         
     | 
| 
       1308 
1308 
     | 
    
         
             
                  "Templates list failed with:": [
         
     | 
| 
       1309 
1309 
     | 
    
         
             
                    "შაბლონების სიის შეცდომა:"
         
     | 
| 
         @@ -1667,7 +1667,7 @@ 
     | 
|
| 
       1667 
1667 
     | 
    
         
             
                    "ჭკვიანი პროქსის გამოყენება"
         
     | 
| 
       1668 
1668 
     | 
    
         
             
                  ],
         
     | 
| 
       1669 
1669 
     | 
    
         
             
                  "view host names": [
         
     | 
| 
       1670 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 1670 
     | 
    
         
            +
                    "ჰოსტის სახელების ნახვა"
         
     | 
| 
       1671 
1671 
     | 
    
         
             
                  ],
         
     | 
| 
       1672 
1672 
     | 
    
         
             
                  "yes": [
         
     | 
| 
       1673 
1673 
     | 
    
         
             
                    "დიახ"
         
     | 
| 
         @@ -3,11 +3,11 @@ 
     | 
|
| 
       3 
3 
     | 
    
         
             
              "locale_data": {
         
     | 
| 
       4 
4 
     | 
    
         
             
                "foreman_remote_execution": {
         
     | 
| 
       5 
5 
     | 
    
         
             
                  "": {
         
     | 
| 
       6 
     | 
    
         
            -
                    "Project-Id-Version": "foreman_remote_execution  
     | 
| 
      
 6 
     | 
    
         
            +
                    "Project-Id-Version": "foreman_remote_execution 14.0.0",
         
     | 
| 
       7 
7 
     | 
    
         
             
                    "Report-Msgid-Bugs-To": "",
         
     | 
| 
       8 
8 
     | 
    
         
             
                    "PO-Revision-Date": "2016-02-15 13:54+0000",
         
     | 
| 
       9 
9 
     | 
    
         
             
                    "Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
         
     | 
| 
       10 
     | 
    
         
            -
                    "Language-Team": "Korean (http:// 
     | 
| 
      
 10 
     | 
    
         
            +
                    "Language-Team": "Korean (http://app.transifex.com/foreman/foreman/language/ko/)",
         
     | 
| 
       11 
11 
     | 
    
         
             
                    "MIME-Version": "1.0",
         
     | 
| 
       12 
12 
     | 
    
         
             
                    "Content-Type": "text/plain; charset=UTF-8",
         
     | 
| 
       13 
13 
     | 
    
         
             
                    "Content-Transfer-Encoding": "8bit",
         
     | 
| 
         @@ -85,7 +85,7 @@ 
     | 
|
| 
       85 
85 
     | 
    
         
             
                    ""
         
     | 
| 
       86 
86 
     | 
    
         
             
                  ],
         
     | 
| 
       87 
87 
     | 
    
         
             
                  "Access denied": [
         
     | 
| 
       88 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 88 
     | 
    
         
            +
                    "접근 거부됨"
         
     | 
| 
       89 
89 
     | 
    
         
             
                  ],
         
     | 
| 
       90 
90 
     | 
    
         
             
                  "Actions": [
         
     | 
| 
       91 
91 
     | 
    
         
             
                    "작업"
         
     | 
| 
         @@ -127,7 +127,7 @@ 
     | 
|
| 
       127 
127 
     | 
    
         
             
                    ""
         
     | 
| 
       128 
128 
     | 
    
         
             
                  ],
         
     | 
| 
       129 
129 
     | 
    
         
             
                  "At": [
         
     | 
| 
       130 
     | 
    
         
            -
                    " 
     | 
| 
      
 130 
     | 
    
         
            +
                    "At"
         
     | 
| 
       131 
131 
     | 
    
         
             
                  ],
         
     | 
| 
       132 
132 
     | 
    
         
             
                  "At minute": [
         
     | 
| 
       133 
133 
     | 
    
         
             
                    ""
         
     | 
| 
         @@ -136,7 +136,7 @@ 
     | 
|
| 
       136 
136 
     | 
    
         
             
                    ""
         
     | 
| 
       137 
137 
     | 
    
         
             
                  ],
         
     | 
| 
       138 
138 
     | 
    
         
             
                  "Back": [
         
     | 
| 
       139 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 139 
     | 
    
         
            +
                    "뒤로"
         
     | 
| 
       140 
140 
     | 
    
         
             
                  ],
         
     | 
| 
       141 
141 
     | 
    
         
             
                  "Back to Job": [
         
     | 
| 
       142 
142 
     | 
    
         
             
                    "작업으로 돌아가기"
         
     | 
| 
         @@ -148,7 +148,7 @@ 
     | 
|
| 
       148 
148 
     | 
    
         
             
                    ""
         
     | 
| 
       149 
149 
     | 
    
         
             
                  ],
         
     | 
| 
       150 
150 
     | 
    
         
             
                  "Cancel": [
         
     | 
| 
       151 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 151 
     | 
    
         
            +
                    "취소"
         
     | 
| 
       152 
152 
     | 
    
         
             
                  ],
         
     | 
| 
       153 
153 
     | 
    
         
             
                  "Cancel Job": [
         
     | 
| 
       154 
154 
     | 
    
         
             
                    "작업 취소 "
         
     | 
| 
         @@ -619,7 +619,7 @@ 
     | 
|
| 
       619 
619 
     | 
    
         
             
                    "호출 유형(%s 중 하나)"
         
     | 
| 
       620 
620 
     | 
    
         
             
                  ],
         
     | 
| 
       621 
621 
     | 
    
         
             
                  "Job": [
         
     | 
| 
       622 
     | 
    
         
            -
                    " 
     | 
| 
      
 622 
     | 
    
         
            +
                    "Job"
         
     | 
| 
       623 
623 
     | 
    
         
             
                  ],
         
     | 
| 
       624 
624 
     | 
    
         
             
                  "Job Details": [
         
     | 
| 
       625 
625 
     | 
    
         
             
                    ""
         
     | 
| 
         @@ -676,13 +676,13 @@ 
     | 
|
| 
       676 
676 
     | 
    
         
             
                    "작업 템플릿"
         
     | 
| 
       677 
677 
     | 
    
         
             
                  ],
         
     | 
| 
       678 
678 
     | 
    
         
             
                  "JobTemplate|Locked": [
         
     | 
| 
       679 
     | 
    
         
            -
                    "JobTemplate 
     | 
| 
      
 679 
     | 
    
         
            +
                    "JobTemplate|Locked"
         
     | 
| 
       680 
680 
     | 
    
         
             
                  ],
         
     | 
| 
       681 
681 
     | 
    
         
             
                  "JobTemplate|Name": [
         
     | 
| 
       682 
     | 
    
         
            -
                    "JobTemplate 
     | 
| 
      
 682 
     | 
    
         
            +
                    "JobTemplate|Name"
         
     | 
| 
       683 
683 
     | 
    
         
             
                  ],
         
     | 
| 
       684 
684 
     | 
    
         
             
                  "JobTemplate|Snippet": [
         
     | 
| 
       685 
     | 
    
         
            -
                    "JobTemplate 
     | 
| 
      
 685 
     | 
    
         
            +
                    "JobTemplate|Snippet"
         
     | 
| 
       686 
686 
     | 
    
         
             
                  ],
         
     | 
| 
       687 
687 
     | 
    
         
             
                  "Jobs": [
         
     | 
| 
       688 
688 
     | 
    
         
             
                    "작업"
         
     | 
| 
         @@ -760,7 +760,7 @@ 
     | 
|
| 
       760 
760 
     | 
    
         
             
                    "북마크를 선택하거나 검색 쿼리를 입력해야 합니다."
         
     | 
| 
       761 
761 
     | 
    
         
             
                  ],
         
     | 
| 
       762 
762 
     | 
    
         
             
                  "N/A": [
         
     | 
| 
       763 
     | 
    
         
            -
                    " 
     | 
| 
      
 763 
     | 
    
         
            +
                    "N/A"
         
     | 
| 
       764 
764 
     | 
    
         
             
                  ],
         
     | 
| 
       765 
765 
     | 
    
         
             
                  "Name": [
         
     | 
| 
       766 
766 
     | 
    
         
             
                    "이름"
         
     | 
| 
         @@ -772,10 +772,10 @@ 
     | 
|
| 
       772 
772 
     | 
    
         
             
                    "새 작업 템플릿"
         
     | 
| 
       773 
773 
     | 
    
         
             
                  ],
         
     | 
| 
       774 
774 
     | 
    
         
             
                  "New UI": [
         
     | 
| 
       775 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 775 
     | 
    
         
            +
                    "새 UI"
         
     | 
| 
       776 
776 
     | 
    
         
             
                  ],
         
     | 
| 
       777 
777 
     | 
    
         
             
                  "Next": [
         
     | 
| 
       778 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 778 
     | 
    
         
            +
                    "다음"
         
     | 
| 
       779 
779 
     | 
    
         
             
                  ],
         
     | 
| 
       780 
780 
     | 
    
         
             
                  "No (override)": [
         
     | 
| 
       781 
781 
     | 
    
         
             
                    ""
         
     | 
| 
         @@ -799,7 +799,7 @@ 
     | 
|
| 
       799 
799 
     | 
    
         
             
                    "값이 없는 필수 입력이 있습니다. 누락된 입력: %s"
         
     | 
| 
       800 
800 
     | 
    
         
             
                  ],
         
     | 
| 
       801 
801 
     | 
    
         
             
                  "Not available": [
         
     | 
| 
       802 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 802 
     | 
    
         
            +
                    "사용할 수 없음"
         
     | 
| 
       803 
803 
     | 
    
         
             
                  ],
         
     | 
| 
       804 
804 
     | 
    
         
             
                  "Not yet": [
         
     | 
| 
       805 
805 
     | 
    
         
             
                    ""
         
     | 
| 
         @@ -1234,7 +1234,7 @@ 
     | 
|
| 
       1234 
1234 
     | 
    
         
             
                    "상태"
         
     | 
| 
       1235 
1235 
     | 
    
         
             
                  ],
         
     | 
| 
       1236 
1236 
     | 
    
         
             
                  "Submit": [
         
     | 
| 
       1237 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 1237 
     | 
    
         
            +
                    "제출"
         
     | 
| 
       1238 
1238 
     | 
    
         
             
                  ],
         
     | 
| 
       1239 
1239 
     | 
    
         
             
                  "Subscribe to all my jobs": [
         
     | 
| 
       1240 
1240 
     | 
    
         
             
                    ""
         
     | 
| 
         @@ -1552,7 +1552,7 @@ 
     | 
|
| 
       1552 
1552 
     | 
    
         
             
                    "현재 할당된 템플릿을 볼 수 없습니다. 지금 양식을 저장하면 템플릿의 할당이 취소됩니다."
         
     | 
| 
       1553 
1553 
     | 
    
         
             
                  ],
         
     | 
| 
       1554 
1554 
     | 
    
         
             
                  "You are not authorized to perform this action.": [
         
     | 
| 
       1555 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 1555 
     | 
    
         
            +
                    "이 작업을 수행할 권한이 없습니다."
         
     | 
| 
       1556 
1556 
     | 
    
         
             
                  ],
         
     | 
| 
       1557 
1557 
     | 
    
         
             
                  "You have %s results to display. Showing first %s results": [
         
     | 
| 
       1558 
1558 
     | 
    
         
             
                    ""
         
     | 
    
        data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js
    CHANGED
    
    | 
         @@ -3,11 +3,11 @@ 
     | 
|
| 
       3 
3 
     | 
    
         
             
              "locale_data": {
         
     | 
| 
       4 
4 
     | 
    
         
             
                "foreman_remote_execution": {
         
     | 
| 
       5 
5 
     | 
    
         
             
                  "": {
         
     | 
| 
       6 
     | 
    
         
            -
                    "Project-Id-Version": "foreman_remote_execution  
     | 
| 
      
 6 
     | 
    
         
            +
                    "Project-Id-Version": "foreman_remote_execution 14.0.0",
         
     | 
| 
       7 
7 
     | 
    
         
             
                    "Report-Msgid-Bugs-To": "",
         
     | 
| 
       8 
8 
     | 
    
         
             
                    "PO-Revision-Date": "2016-02-15 13:54+0000",
         
     | 
| 
       9 
9 
     | 
    
         
             
                    "Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
         
     | 
| 
       10 
     | 
    
         
            -
                    "Language-Team": "Portuguese (Brazil) (http:// 
     | 
| 
      
 10 
     | 
    
         
            +
                    "Language-Team": "Portuguese (Brazil) (http://app.transifex.com/foreman/foreman/language/pt_BR/)",
         
     | 
| 
       11 
11 
     | 
    
         
             
                    "MIME-Version": "1.0",
         
     | 
| 
       12 
12 
     | 
    
         
             
                    "Content-Type": "text/plain; charset=UTF-8",
         
     | 
| 
       13 
13 
     | 
    
         
             
                    "Content-Transfer-Encoding": "8bit",
         
     | 
| 
         @@ -33,7 +33,7 @@ 
     | 
|
| 
       33 
33 
     | 
    
         
             
                    ""
         
     | 
| 
       34 
34 
     | 
    
         
             
                  ],
         
     | 
| 
       35 
35 
     | 
    
         
             
                  "%{description} on %{host}": [
         
     | 
| 
       36 
     | 
    
         
            -
                    " 
     | 
| 
      
 36 
     | 
    
         
            +
                    "sim"
         
     | 
| 
       37 
37 
     | 
    
         
             
                  ],
         
     | 
| 
       38 
38 
     | 
    
         
             
                  "'Starts before' date must be after 'Starts at' date": [
         
     | 
| 
       39 
39 
     | 
    
         
             
                    ""
         
     | 
| 
         @@ -85,13 +85,13 @@ 
     | 
|
| 
       85 
85 
     | 
    
         
             
                    "Sobre o trabalho"
         
     | 
| 
       86 
86 
     | 
    
         
             
                  ],
         
     | 
| 
       87 
87 
     | 
    
         
             
                  "Access denied": [
         
     | 
| 
       88 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 88 
     | 
    
         
            +
                    "Acesso negado"
         
     | 
| 
       89 
89 
     | 
    
         
             
                  ],
         
     | 
| 
       90 
90 
     | 
    
         
             
                  "Actions": [
         
     | 
| 
       91 
91 
     | 
    
         
             
                    "Ações"
         
     | 
| 
       92 
92 
     | 
    
         
             
                  ],
         
     | 
| 
       93 
93 
     | 
    
         
             
                  "Active Filters:": [
         
     | 
| 
       94 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 94 
     | 
    
         
            +
                    "Filtros ativos:"
         
     | 
| 
       95 
95 
     | 
    
         
             
                  ],
         
     | 
| 
       96 
96 
     | 
    
         
             
                  "Add Foreign Input Set": [
         
     | 
| 
       97 
97 
     | 
    
         
             
                    "Adicionar Conjunto de Entradas Externas"
         
     | 
| 
         @@ -136,7 +136,7 @@ 
     | 
|
| 
       136 
136 
     | 
    
         
             
                    ""
         
     | 
| 
       137 
137 
     | 
    
         
             
                  ],
         
     | 
| 
       138 
138 
     | 
    
         
             
                  "Back": [
         
     | 
| 
       139 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 139 
     | 
    
         
            +
                    "Retornar"
         
     | 
| 
       140 
140 
     | 
    
         
             
                  ],
         
     | 
| 
       141 
141 
     | 
    
         
             
                  "Back to Job": [
         
     | 
| 
       142 
142 
     | 
    
         
             
                    "Voltar ao Trabalho "
         
     | 
| 
         @@ -148,7 +148,7 @@ 
     | 
|
| 
       148 
148 
     | 
    
         
             
                    "Não consigo encontrar um emprego para uma identificação %s"
         
     | 
| 
       149 
149 
     | 
    
         
             
                  ],
         
     | 
| 
       150 
150 
     | 
    
         
             
                  "Cancel": [
         
     | 
| 
       151 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 151 
     | 
    
         
            +
                    "Cancelar"
         
     | 
| 
       152 
152 
     | 
    
         
             
                  ],
         
     | 
| 
       153 
153 
     | 
    
         
             
                  "Cancel Job": [
         
     | 
| 
       154 
154 
     | 
    
         
             
                    "Cancelar trabalho"
         
     | 
| 
         @@ -184,7 +184,7 @@ 
     | 
|
| 
       184 
184 
     | 
    
         
             
                    "Escolha um template de trabalho pré-selecionado no formulário de invocação de trabalho"
         
     | 
| 
       185 
185 
     | 
    
         
             
                  ],
         
     | 
| 
       186 
186 
     | 
    
         
             
                  "Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}": [
         
     | 
| 
       187 
     | 
    
         
            -
                    "Dependência circular detectada em conjunto de entradas externas '%{template}' -> ' 
     | 
| 
      
 187 
     | 
    
         
            +
                    "Dependência circular detectada em conjunto de entradas externas '%{template}' -> '%%{target_template}'. Pilha de templates: %%{templates_stack}"
         
     | 
| 
       188 
188 
     | 
    
         
             
                  ],
         
     | 
| 
       189 
189 
     | 
    
         
             
                  "Cleanup working directories": [
         
     | 
| 
       190 
190 
     | 
    
         
             
                    "Limpeza dos diretórios de trabalho"
         
     | 
| 
         @@ -289,13 +289,13 @@ 
     | 
|
| 
       289 
289 
     | 
    
         
             
                    ""
         
     | 
| 
       290 
290 
     | 
    
         
             
                  ],
         
     | 
| 
       291 
291 
     | 
    
         
             
                  "Current location %{loc_c} is different from job's location %{loc_j}.": [
         
     | 
| 
       292 
     | 
    
         
            -
                    "O local atual  
     | 
| 
      
 292 
     | 
    
         
            +
                    "O local atual %%{loc_c} é diferente do local do trabalho %%{loc_j}."
         
     | 
| 
       293 
293 
     | 
    
         
             
                  ],
         
     | 
| 
       294 
294 
     | 
    
         
             
                  "Current organization %s is different from job's organization %s. This job may run on different hosts than before.": [
         
     | 
| 
       295 
295 
     | 
    
         
             
                    ""
         
     | 
| 
       296 
296 
     | 
    
         
             
                  ],
         
     | 
| 
       297 
297 
     | 
    
         
             
                  "Current organization %{org_c} is different from job's organization %{org_j}.": [
         
     | 
| 
       298 
     | 
    
         
            -
                    "A organização atual  
     | 
| 
      
 298 
     | 
    
         
            +
                    "A organização atual %%{org_c} é diferente da organização do trabalho %%{org_j}."
         
     | 
| 
       299 
299 
     | 
    
         
             
                  ],
         
     | 
| 
       300 
300 
     | 
    
         
             
                  "Daily": [
         
     | 
| 
       301 
301 
     | 
    
         
             
                    "Diário"
         
     | 
| 
         @@ -334,7 +334,7 @@ 
     | 
|
| 
       334 
334 
     | 
    
         
             
                    "Descrição"
         
     | 
| 
       335 
335 
     | 
    
         
             
                  ],
         
     | 
| 
       336 
336 
     | 
    
         
             
                  "Description Template": [
         
     | 
| 
       337 
     | 
    
         
            -
                    " 
     | 
| 
      
 337 
     | 
    
         
            +
                    "Modelo de descrição"
         
     | 
| 
       338 
338 
     | 
    
         
             
                  ],
         
     | 
| 
       339 
339 
     | 
    
         
             
                  "Description template": [
         
     | 
| 
       340 
340 
     | 
    
         
             
                    "Modelo de descrição"
         
     | 
| 
         @@ -358,10 +358,10 @@ 
     | 
|
| 
       358 
358 
     | 
    
         
             
                    "Consulta Dinâmica"
         
     | 
| 
       359 
359 
     | 
    
         
             
                  ],
         
     | 
| 
       360 
360 
     | 
    
         
             
                  "Dynamic query": [
         
     | 
| 
       361 
     | 
    
         
            -
                    "Consulta  
     | 
| 
      
 361 
     | 
    
         
            +
                    "Consulta Dinâmica"
         
     | 
| 
       362 
362 
     | 
    
         
             
                  ],
         
     | 
| 
       363 
363 
     | 
    
         
             
                  "Edit %s": [
         
     | 
| 
       364 
     | 
    
         
            -
                    "Editar 
     | 
| 
      
 364 
     | 
    
         
            +
                    "Editar"
         
     | 
| 
       365 
365 
     | 
    
         
             
                  ],
         
     | 
| 
       366 
366 
     | 
    
         
             
                  "Edit Job Template": [
         
     | 
| 
       367 
367 
     | 
    
         
             
                    "Editar Modelo de Trabalho"
         
     | 
| 
         @@ -391,10 +391,10 @@ 
     | 
|
| 
       391 
391 
     | 
    
         
             
                    "Senha efetiva do usuário"
         
     | 
| 
       392 
392 
     | 
    
         
             
                  ],
         
     | 
| 
       393 
393 
     | 
    
         
             
                  "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.": [
         
     | 
| 
       394 
     | 
    
         
            -
                    "A senha  
     | 
| 
      
 394 
     | 
    
         
            +
                    "A senha sudo só é aplicável ao fornecedor SSH. Outros fornecedores ignoram esse campo. <br> A senha é armazenada criptografada no banco de dados até que o trabalho seja concluído. Para execuções futuras ou recorrentes, ela é removida após a última execução."
         
     | 
| 
       395 
395 
     | 
    
         
             
                  ],
         
     | 
| 
       396 
396 
     | 
    
         
             
                  "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.": [
         
     | 
| 
       397 
     | 
    
         
            -
                    "A senha  
     | 
| 
      
 397 
     | 
    
         
            +
                    "A senha sudo só é aplicável ao fornecedor SSH. Outros fornecedores ignoram esse campo.  A senha é armazenada criptografada no banco de dados até que o trabalho seja concluído. Para execuções futuras ou recorrentes, ela é removida após a última execução."
         
     | 
| 
       398 
398 
     | 
    
         
             
                  ],
         
     | 
| 
       399 
399 
     | 
    
         
             
                  "Effective user:": [
         
     | 
| 
       400 
400 
     | 
    
         
             
                    ""
         
     | 
| 
         @@ -538,7 +538,7 @@ 
     | 
|
| 
       538 
538 
     | 
    
         
             
                    "Máquina"
         
     | 
| 
       539 
539 
     | 
    
         
             
                  ],
         
     | 
| 
       540 
540 
     | 
    
         
             
                  "Host collections": [
         
     | 
| 
       541 
     | 
    
         
            -
                    "Coleções de  
     | 
| 
      
 541 
     | 
    
         
            +
                    "Coleções de Host"
         
     | 
| 
       542 
542 
     | 
    
         
             
                  ],
         
     | 
| 
       543 
543 
     | 
    
         
             
                  "Host detail": [
         
     | 
| 
       544 
544 
     | 
    
         
             
                    "Detalhes do host"
         
     | 
| 
         @@ -691,7 +691,7 @@ 
     | 
|
| 
       691 
691 
     | 
    
         
             
                    "A senha da chave só é aplicável ao fornecedor SSH. Outros fornecedores ignoram esse campo. <br> A senha é armazenada criptografada no banco de dados até que o trabalho seja concluído. Para execuções futuras ou recorrentes, ela é removida após a última execução."
         
     | 
| 
       692 
692 
     | 
    
         
             
                  ],
         
     | 
| 
       693 
693 
     | 
    
         
             
                  "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.": [
         
     | 
| 
       694 
     | 
    
         
            -
                    "A  
     | 
| 
      
 694 
     | 
    
         
            +
                    "A senha da chave só é aplicável ao fornecedor SSH. Outros fornecedores ignoram esse campo.  A senha é armazenada criptografada no banco de dados até que o trabalho seja concluído. Para execuções futuras ou recorrentes, ela é removida após a última execução."
         
     | 
| 
       695 
695 
     | 
    
         
             
                  ],
         
     | 
| 
       696 
696 
     | 
    
         
             
                  "Label": [
         
     | 
| 
       697 
697 
     | 
    
         
             
                    "Rótulo"
         
     | 
| 
         @@ -775,7 +775,7 @@ 
     | 
|
| 
       775 
775 
     | 
    
         
             
                    ""
         
     | 
| 
       776 
776 
     | 
    
         
             
                  ],
         
     | 
| 
       777 
777 
     | 
    
         
             
                  "Next": [
         
     | 
| 
       778 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 778 
     | 
    
         
            +
                    "Próximo"
         
     | 
| 
       779 
779 
     | 
    
         
             
                  ],
         
     | 
| 
       780 
780 
     | 
    
         
             
                  "No (override)": [
         
     | 
| 
       781 
781 
     | 
    
         
             
                    ""
         
     | 
| 
         @@ -793,13 +793,13 @@ 
     | 
|
| 
       793 
793 
     | 
    
         
             
                    "Nenhum resultado encontrado"
         
     | 
| 
       794 
794 
     | 
    
         
             
                  ],
         
     | 
| 
       795 
795 
     | 
    
         
             
                  "No template mapped to feature %{feature_name}": [
         
     | 
| 
       796 
     | 
    
         
            -
                    "Nenhum template mapeado para o recurso  
     | 
| 
      
 796 
     | 
    
         
            +
                    "Nenhum template mapeado para o recurso %%{feature_name}"
         
     | 
| 
       797 
797 
     | 
    
         
             
                  ],
         
     | 
| 
       798 
798 
     | 
    
         
             
                  "Not all required inputs have values. Missing inputs: %s": [
         
     | 
| 
       799 
799 
     | 
    
         
             
                    "Nem todas as entradas necessárias possuem valores. Entradas ausentes: %s"
         
     | 
| 
       800 
800 
     | 
    
         
             
                  ],
         
     | 
| 
       801 
801 
     | 
    
         
             
                  "Not available": [
         
     | 
| 
       802 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 802 
     | 
    
         
            +
                    "Não disponível"
         
     | 
| 
       803 
803 
     | 
    
         
             
                  ],
         
     | 
| 
       804 
804 
     | 
    
         
             
                  "Not yet": [
         
     | 
| 
       805 
805 
     | 
    
         
             
                    ""
         
     | 
| 
         @@ -1048,7 +1048,7 @@ 
     | 
|
| 
       1048 
1048 
     | 
    
         
             
                    "Executar no máximo N tarefas de cada vez. Se essa opção estiver definida, e o acionamento em lote de proxy estiver desabilitado, então, as tarefas serão acionadas no proxy inteligente em lotes de tamanho 1."
         
     | 
| 
       1049 
1049 
     | 
    
         
             
                  ],
         
     | 
| 
       1050 
1050 
     | 
    
         
             
                  "Run job": [
         
     | 
| 
       1051 
     | 
    
         
            -
                    "Executar  
     | 
| 
      
 1051 
     | 
    
         
            +
                    "Executar Trabalho"
         
     | 
| 
       1052 
1052 
     | 
    
         
             
                  ],
         
     | 
| 
       1053 
1053 
     | 
    
         
             
                  "Run on selected hosts": [
         
     | 
| 
       1054 
1054 
     | 
    
         
             
                    ""
         
     | 
| 
         @@ -1228,13 +1228,13 @@ 
     | 
|
| 
       1228 
1228 
     | 
    
         
             
                    "Consulta Estática "
         
     | 
| 
       1229 
1229 
     | 
    
         
             
                  ],
         
     | 
| 
       1230 
1230 
     | 
    
         
             
                  "Static query": [
         
     | 
| 
       1231 
     | 
    
         
            -
                    "Consulta  
     | 
| 
      
 1231 
     | 
    
         
            +
                    "Consulta Estática"
         
     | 
| 
       1232 
1232 
     | 
    
         
             
                  ],
         
     | 
| 
       1233 
1233 
     | 
    
         
             
                  "Status": [
         
     | 
| 
       1234 
1234 
     | 
    
         
             
                    "Estado"
         
     | 
| 
       1235 
1235 
     | 
    
         
             
                  ],
         
     | 
| 
       1236 
1236 
     | 
    
         
             
                  "Submit": [
         
     | 
| 
       1237 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 1237 
     | 
    
         
            +
                    "Submeter"
         
     | 
| 
       1238 
1238 
     | 
    
         
             
                  ],
         
     | 
| 
       1239 
1239 
     | 
    
         
             
                  "Subscribe to all my jobs": [
         
     | 
| 
       1240 
1240 
     | 
    
         
             
                    "Inscrever-me em todos os meus empregos"
         
     | 
| 
         @@ -1333,12 +1333,12 @@ 
     | 
|
| 
       1333 
1333 
     | 
    
         
             
                    "O modelo de trabalho a ser usado. O parâmetro é obrigatórios, a não ser que o recurso seja especificado."
         
     | 
| 
       1334 
1334 
     | 
    
         
             
                  ],
         
     | 
| 
       1335 
1335 
     | 
    
         
             
                  "The only applicable proxy %{proxy_names} is down": [
         
     | 
| 
       1336 
     | 
    
         
            -
                    "O único proxy aplicável  
     | 
| 
       1337 
     | 
    
         
            -
                    "Todos os %{count} proxies aplicáveis estão inoperantes. Tentados:  
     | 
| 
       1338 
     | 
    
         
            -
                    "Todos os %{count} proxies aplicáveis estão inoperantes. Tentados:  
     | 
| 
      
 1336 
     | 
    
         
            +
                    "O único proxy aplicável %%{proxy_names} está inoperante",
         
     | 
| 
      
 1337 
     | 
    
         
            +
                    "Todos os %{count} proxies aplicáveis estão inoperantes. Tentados: %%{proxy_names}",
         
     | 
| 
      
 1338 
     | 
    
         
            +
                    "Todos os %{count} proxies aplicáveis estão inoperantes. Tentados: %%{proxy_names}"
         
     | 
| 
       1339 
1339 
     | 
    
         
             
                  ],
         
     | 
| 
       1340 
1340 
     | 
    
         
             
                  "The template %{template_name} mapped to feature %{feature_name} is not accessible by the user": [
         
     | 
| 
       1341 
     | 
    
         
            -
                    "O modelo  
     | 
| 
      
 1341 
     | 
    
         
            +
                    "O modelo %%{template_name} mapeado para o recurso %%{feature_name} não é acessível pelo usuário"
         
     | 
| 
       1342 
1342 
     | 
    
         
             
                  ],
         
     | 
| 
       1343 
1343 
     | 
    
         
             
                  "There are no available input fields for the selected template.": [
         
     | 
| 
       1344 
1344 
     | 
    
         
             
                    "Não há campos de entrada disponíveis para o modelo selecionado."
         
     | 
| 
         @@ -1356,10 +1356,10 @@ 
     | 
|
| 
       1356 
1356 
     | 
    
         
             
                    "Este modelo está travado. Clone-o para um novo modelo para padronizar."
         
     | 
| 
       1357 
1357 
     | 
    
         
             
                  ],
         
     | 
| 
       1358 
1358 
     | 
    
         
             
                  "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}.": [
         
     | 
| 
       1359 
     | 
    
         
            -
                    "Este modelo é usado para gerar a descrição. Os valores de entrada podem ser usados com a sintaxe %{package}. Você pode incluir também a categoria de trabalho e o nome do modelo usando  
     | 
| 
      
 1359 
     | 
    
         
            +
                    "Este modelo é usado para gerar a descrição. Os valores de entrada podem ser usados com a sintaxe %{package}. Você pode incluir também a categoria de trabalho e o nome do modelo usando %%{job_category} e %%{template_name}."
         
     | 
| 
       1360 
1360 
     | 
    
         
             
                  ],
         
     | 
| 
       1361 
1361 
     | 
    
         
             
                  "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}.": [
         
     | 
| 
       1362 
     | 
    
         
            -
                    "Este modelo é usado para gerar a descrição 
     | 
| 
      
 1362 
     | 
    
         
            +
                    "Este modelo é usado para gerar a descrição. Os valores de entrada podem ser usados com a sintaxe <br/>. Você pode incluir também a categoria de trabalho e o nome do modelo usando %%{package} e %<br/>."
         
     | 
| 
       1363 
1363 
     | 
    
         
             
                  ],
         
     | 
| 
       1364 
1364 
     | 
    
         
             
                  "Time in seconds from the start on the remote host after which the job should be killed.": [
         
     | 
| 
       1365 
1365 
     | 
    
         
             
                    "Tempo em segundos do início no host remoto após o qual o trabalho deve ser encerrado."
         
     | 
| 
         @@ -1431,7 +1431,7 @@ 
     | 
|
| 
       1431 
1431 
     | 
    
         
             
                    "Tipo de consulta"
         
     | 
| 
       1432 
1432 
     | 
    
         
             
                  ],
         
     | 
| 
       1433 
1433 
     | 
    
         
             
                  "Unable to create mail notification: %s": [
         
     | 
| 
       1434 
     | 
    
         
            -
                    " 
     | 
| 
      
 1434 
     | 
    
         
            +
                    "Não é possível criar a notificação de e-mail: %s"
         
     | 
| 
       1435 
1435 
     | 
    
         
             
                  ],
         
     | 
| 
       1436 
1436 
     | 
    
         
             
                  "Unable to fetch public key": [
         
     | 
| 
       1437 
1437 
     | 
    
         
             
                    "Não é possível capturar chave pública "
         
     | 
| 
         @@ -1554,7 +1554,7 @@ 
     | 
|
| 
       1554 
1554 
     | 
    
         
             
                    "Você não tem permissão para visualizar o modelo atualmente atribuído. Salvar o formulário agora cancelaria a atribuição do modelo. "
         
     | 
| 
       1555 
1555 
     | 
    
         
             
                  ],
         
     | 
| 
       1556 
1556 
     | 
    
         
             
                  "You are not authorized to perform this action.": [
         
     | 
| 
       1557 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 1557 
     | 
    
         
            +
                    "Você não está autorizado a executar essa ação."
         
     | 
| 
       1558 
1558 
     | 
    
         
             
                  ],
         
     | 
| 
       1559 
1559 
     | 
    
         
             
                  "You have %s results to display. Showing first %s results": [
         
     | 
| 
       1560 
1560 
     | 
    
         
             
                    "Você tem %s resultados para exibir. Mostrando primeiro %s resultados"
         
     | 
| 
         @@ -1569,7 +1569,7 @@ 
     | 
|
| 
       1569 
1569 
     | 
    
         
             
                    "método_capsule padrão faltando no SmartProxy"
         
     | 
| 
       1570 
1570 
     | 
    
         
             
                  ],
         
     | 
| 
       1571 
1571 
     | 
    
         
             
                  "documentation": [
         
     | 
| 
       1572 
     | 
    
         
            -
                    ""
         
     | 
| 
      
 1572 
     | 
    
         
            +
                    "documentação"
         
     | 
| 
       1573 
1573 
     | 
    
         
             
                  ],
         
     | 
| 
       1574 
1574 
     | 
    
         
             
                  "effective user": [
         
     | 
| 
       1575 
1575 
     | 
    
         
             
                    "usuário efetivo"
         
     | 
| 
         @@ -1644,7 +1644,7 @@ 
     | 
|
| 
       1644 
1644 
     | 
    
         
             
                    "remover conjunto de entrada de modelo"
         
     | 
| 
       1645 
1645 
     | 
    
         
             
                  ],
         
     | 
| 
       1646 
1646 
     | 
    
         
             
                  "running %{percent}%%": [
         
     | 
| 
       1647 
     | 
    
         
            -
                    " 
     | 
| 
      
 1647 
     | 
    
         
            +
                    "Executando"
         
     | 
| 
       1648 
1648 
     | 
    
         
             
                  ],
         
     | 
| 
       1649 
1649 
     | 
    
         
             
                  "seconds": [
         
     | 
| 
       1650 
1650 
     | 
    
         
             
                    "segundos"
         
     |