diff --git a/rocky/rocky/locale/en@pirate/LC_MESSAGES/django.po b/rocky/rocky/locale/en@pirate/LC_MESSAGES/django.po index 6c9f118771a..7fc976beb52 100644 --- a/rocky/rocky/locale/en@pirate/LC_MESSAGES/django.po +++ b/rocky/rocky/locale/en@pirate/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-29 11:51+0000\n" +"POT-Creation-Date: 2024-11-18 15:24+0000\n" "PO-Revision-Date: 2023-11-18 13:03+0000\n" "Last-Translator: jan klopper \n" "Language-Team: English (Pirate) Python " "strftime code for the reference date. For reports over multiple objects, " -"use \"{oois_count}\" for the number of objects in the report." +"use \"${oois_count}\" for the number of objects in the report." msgstr "" #: reports/templates/partials/report_names_header.html -#, python-format +#, python-format, python-brace-format msgid "" -"For example, the format \"{report type} for {ooi} at %%x\" could generate: " +"For example, the format \"${report_type} for ${ooi} at %%x\" could generate: " "\"DNS Report for example.com at 01/01/25\"." msgstr "" @@ -3860,7 +3895,36 @@ msgstr[0] "" msgstr[1] "" #: reports/templates/partials/report_ooi_list.html -msgid "Select which objects you want to include in your report." +msgid "" +"\n" +" Select which objects you want to include in your report. You " +"can either continue\n" +" with a live set or you can select the objects manually from " +"the table below.\n" +" " +msgstr "" + +#: reports/templates/partials/report_ooi_list.html +msgid "" +"\n" +" A live set is a set of objects based on the applied " +"filters.\n" +" Any object that matches this applied filter (now or in the " +"future) will be used as\n" +" input for the scheduled report. If your live set filter (e." +"g. 'hostnames' with\n" +" 'L2 clearance' that are 'declared') shows 2 hostnames that " +"match the filter today,\n" +" the scheduled report will run for those 2 hostnames. If you " +"add 3 more hostnames\n" +" tomorrow (with the same filter criteria), your next " +"scheduled report will contain\n" +" 5 hostnames. Your live set will update as you go.\n" +" " +msgstr "" + +#: reports/templates/partials/report_ooi_list.html +msgid "Continue with live set" msgstr "" #: reports/templates/partials/report_ooi_list.html @@ -4070,6 +4134,70 @@ msgstr "" msgid "%(btn_text)s" msgstr "" +#: reports/templates/report_overview/modal_partials/delete_modal.html +#: reports/templates/report_overview/modal_partials/share_modal.html +msgid "Delete the following report(s):" +msgstr "" + +#: reports/templates/report_overview/modal_partials/delete_modal.html +#: reports/templates/report_overview/modal_partials/share_modal.html +msgid "" +"\n" +" Deleted reports are removed in the view from the moment of deletion. " +"The report can still be accessed on timestamps before the deletion. Only the " +"report is removed from the view, not the data it is based on.\n" +" " +msgstr "" + +#: reports/templates/report_overview/modal_partials/delete_modal.html +#: reports/templates/report_overview/modal_partials/share_modal.html +msgid "" +"\n" +" It is still possible to generate a new report for same date. If the " +"report is part of a combined report, it will remain available in the " +"combined report.\n" +" " +msgstr "" + +#: reports/templates/report_overview/modal_partials/delete_modal.html +#: reports/templates/report_overview/modal_partials/rerun_modal.html +msgid "Input objects" +msgstr "" + +#: reports/templates/report_overview/modal_partials/delete_modal.html +#: reports/templates/report_overview/modal_partials/rerun_modal.html +#: reports/templates/report_overview/report_history_table.html +#: reports/templates/report_overview/scheduled_reports_table.html +#: reports/templates/report_overview/subreports_table.html +msgid "Reference date" +msgstr "" + +#: reports/templates/report_overview/modal_partials/rename_modal.html +msgid "Rename the following report(s):" +msgstr "" + +#: reports/templates/report_overview/modal_partials/rename_modal.html +#: reports/templates/report_overview/report_history_table.html +msgid "Rename" +msgstr "" + +#: reports/templates/report_overview/modal_partials/rerun_modal.html +msgid "Rerun the following report(s):" +msgstr "" + +#: reports/templates/report_overview/modal_partials/rerun_modal.html +msgid "" +"\n" +" By submitting you're generating the selected reports again, using the " +"current data.\n" +" " +msgstr "" + +#: reports/templates/report_overview/modal_partials/rerun_modal.html +#: reports/templates/report_overview/report_history_table.html +msgid "Rerun" +msgstr "" + #: reports/templates/report_overview/report_history.html msgid "Reports history" msgstr "" @@ -4094,12 +4222,6 @@ msgstr "" msgid "Input Objects" msgstr "" -#: reports/templates/report_overview/report_history_table.html -#: reports/templates/report_overview/scheduled_reports_table.html -#: reports/templates/report_overview/subreports_table.html -msgid "Reference date" -msgstr "" - #: reports/templates/report_overview/report_history_table.html msgid "Shows parent report details" msgstr "" @@ -4189,10 +4311,8 @@ msgid "Scheduled Reports:" msgstr "" #: reports/templates/report_overview/scheduled_reports_table.html -#: reports/templates/report_overview/subreports_table.html -#: rocky/templates/tasks/boefjes.html -#: rocky/templates/tasks/plugin_detail_task_list.html -msgid "Input Object" +#: rocky/templates/tasks/boefje_task_detail.html +msgid "Input object" msgstr "" #: reports/templates/report_overview/scheduled_reports_table.html @@ -4229,6 +4349,12 @@ msgstr "" msgid "Subreports:" msgstr "" +#: reports/templates/report_overview/subreports_table.html +#: rocky/templates/tasks/boefjes.html +#: rocky/templates/tasks/plugin_detail_task_list.html +msgid "Input Object" +msgstr "" + #: reports/templates/summary/report_asset_overview.html msgid "" "The objects listed in the table below were used to generate this report. For " @@ -4368,6 +4494,40 @@ msgstr "" msgid "View report" msgstr "" +#: reports/views/report_overview.py +msgid "An unexpected error occurred, please check logs for more info." +msgstr "" + +#: reports/views/report_overview.py +msgid "Deletion successful." +msgstr "" + +#: reports/views/report_overview.py +msgid "" +"Multi organization reports cannot be rescheduled. It consists of imported " +"data from different organizations and not based on new generated data." +msgstr "" + +#: reports/views/report_overview.py +msgid "Rerun successful" +msgstr "" + +#: reports/views/report_overview.py +msgid "Renaming failed. Empty report name found." +msgstr "" + +#: reports/views/report_overview.py +msgid "Report names and reports does not match." +msgstr "" + +#: reports/views/report_overview.py +msgid "Reports successfully renamed." +msgstr "" + +#: reports/views/report_overview.py +msgid "Report {} could not be renamed." +msgstr "" + #: reports/views/view_helpers.py msgid "1: Select objects" msgstr "" @@ -5178,12 +5338,6 @@ msgstr "" msgid " Finding Details" msgstr "" -#: rocky/templates/crisis_room/crisis_room_findings_block.html -#: rocky/templates/oois/ooi_detail_findings_list.html -#: rocky/templates/partials/ooi_report_findings_block_table_expanded_row.html -msgid "Finding details" -msgstr "" - #: rocky/templates/crisis_room/crisis_room_findings_block.html #: rocky/templates/organizations/organization_list.html msgid "There were no organizations found for your user account" @@ -5292,8 +5446,12 @@ msgid "findings" msgstr "" #: rocky/templates/findings/finding_list.html -#: rocky/templates/organizations/organization_crisis_room.html -msgid "Findings table" +msgid "Findings table " +msgstr "" + +#: rocky/templates/findings/finding_list.html +#: rocky/templates/oois/ooi_list.html +msgid "column headers with buttons are sortable" msgstr "" #: rocky/templates/findings/finding_list.html @@ -5681,6 +5839,11 @@ msgstr "" msgid "Score" msgstr "" +#: rocky/templates/oois/ooi_detail_findings_list.html +#: rocky/templates/partials/ooi_report_findings_block_table_expanded_row.html +msgid "Finding details" +msgstr "" + #: rocky/templates/oois/ooi_detail_findings_overview.html msgid "Overview of the number of findings and their severity found on" msgstr "" @@ -5764,7 +5927,7 @@ msgid "Save %(display_type)s" msgstr "" #: rocky/templates/oois/ooi_findings.html -msgid "Currently there are no findings for OOI" +msgid "Currently no findings have been identified for OOI" msgstr "" #: rocky/templates/oois/ooi_list.html @@ -5779,10 +5942,6 @@ msgstr "" msgid "Objects " msgstr "" -#: rocky/templates/oois/ooi_list.html -msgid "column headers with buttons are sortable" -msgstr "" - #: rocky/templates/oois/ooi_list.html msgid "Delete object(s)" msgstr "" @@ -5897,6 +6056,10 @@ msgstr "" msgid "Top 10 most severe Findings" msgstr "" +#: rocky/templates/organizations/organization_crisis_room.html +msgid "Findings table" +msgstr "" + #: rocky/templates/organizations/organization_crisis_room.html msgid "Finding type:" msgstr "" @@ -5917,10 +6080,6 @@ msgstr "" msgid "Save organization" msgstr "" -#: rocky/templates/organizations/organization_list.html -msgid "Rerun all bits for all my organizations" -msgstr "" - #: rocky/templates/organizations/organization_list.html msgid "Add new organization" msgstr "" @@ -5934,6 +6093,15 @@ msgstr "" msgid "Tags" msgstr "" +#: rocky/templates/organizations/organization_list.html +msgid "Actions to perform for all of your organizations." +msgstr "" + +#: rocky/templates/organizations/organization_list.html +#: rocky/templates/organizations/organization_settings.html +msgid "Rerun all bits" +msgstr "" + #: rocky/templates/organizations/organization_member_add.html msgid " member account setup" msgstr "" @@ -6059,10 +6227,6 @@ msgstr "" msgid "Add indemnification" msgstr "" -#: rocky/templates/organizations/organization_settings.html -msgid "Rerun all bits" -msgstr "" - #: rocky/templates/partials/elements/ooi_detail_settings.html msgid "Observed at" msgstr "" @@ -6508,10 +6672,6 @@ msgstr "" msgid "Download meta data" msgstr "" -#: rocky/templates/tasks/boefje_task_detail.html -msgid "Input object" -msgstr "" - #: rocky/templates/tasks/boefjes.html #, python-format msgid "" @@ -6531,7 +6691,7 @@ msgstr "" msgid "List of tasks for boefjes" msgstr "" -#: rocky/templates/tasks/boefjes.html rocky/templates/tasks/normalizers.html +#: rocky/templates/tasks/boefjes.html msgid "Organization Code" msgstr ""