Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid ""
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Project-Id-Version: wira-risk-management\n"
|
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2025-09-16 14:15:04 +02:00
|
|
|
|
"POT-Creation-Date: 2025-09-16 14:08+0200\n"
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
"PO-Revision-Date: 2025-09-09 13:45+0200\n"
|
|
|
|
|
"Last-Translator: Kevin Heyer <kevin@example.com>\n"
|
|
|
|
|
"Language-Team: German\n"
|
|
|
|
|
"Language: de\n"
|
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/admin.py:21 risks/admin.py:23
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Administration"
|
|
|
|
|
msgstr "Verwaltung"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/admin.py:22
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Admin"
|
|
|
|
|
msgstr "Admin"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/admin.py:33 risks/models.py:50 templates/risks/list_incidents.html:33
|
|
|
|
|
#: templates/risks/list_risks.html:16
|
Add risk status and notification preferences
- Introduced a new `status` field to the `Risk` model with choices for "open", "in_progress", "closed", and "review_required".
- Created a `NotificationPreference` model to manage user notification settings for various events related to risks, controls, residual risks, reviews, users, and incidents.
- Updated the admin interface to include `NotificationPreference` inline with the `User` admin.
- Enhanced signal handlers to send notifications based on user preferences for created, updated, and deleted events for users, risks, controls, and incidents.
- Modified the `check_risk_followups` utility function to update risk status and create notifications for follow-ups.
- Updated serializers and views to accommodate the new `status` field and improved risk listing functionality.
- Added a new section in the risk detail template to display related incidents.
- Removed the unused statistics view from URLs.
2025-09-10 11:54:08 +02:00
|
|
|
|
msgid "Risks"
|
|
|
|
|
msgstr "Risiken"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/admin.py:34 risks/models.py:191 templates/base.html:54
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/item_control.html:5 templates/risks/list_controls.html:5
|
Add risk status and notification preferences
- Introduced a new `status` field to the `Risk` model with choices for "open", "in_progress", "closed", and "review_required".
- Created a `NotificationPreference` model to manage user notification settings for various events related to risks, controls, residual risks, reviews, users, and incidents.
- Updated the admin interface to include `NotificationPreference` inline with the `User` admin.
- Enhanced signal handlers to send notifications based on user preferences for created, updated, and deleted events for users, risks, controls, and incidents.
- Modified the `check_risk_followups` utility function to update risk status and create notifications for follow-ups.
- Updated serializers and views to accommodate the new `status` field and improved risk listing functionality.
- Added a new section in the risk detail template to display related incidents.
- Removed the unused statistics view from URLs.
2025-09-10 11:54:08 +02:00
|
|
|
|
msgid "Controls"
|
|
|
|
|
msgstr "Maßnahmen"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/admin.py:35
|
Add risk status and notification preferences
- Introduced a new `status` field to the `Risk` model with choices for "open", "in_progress", "closed", and "review_required".
- Created a `NotificationPreference` model to manage user notification settings for various events related to risks, controls, residual risks, reviews, users, and incidents.
- Updated the admin interface to include `NotificationPreference` inline with the `User` admin.
- Enhanced signal handlers to send notifications based on user preferences for created, updated, and deleted events for users, risks, controls, and incidents.
- Modified the `check_risk_followups` utility function to update risk status and create notifications for follow-ups.
- Updated serializers and views to accommodate the new `status` field and improved risk listing functionality.
- Added a new section in the risk detail template to display related incidents.
- Removed the unused statistics view from URLs.
2025-09-10 11:54:08 +02:00
|
|
|
|
msgid "Residual risks"
|
|
|
|
|
msgstr "Restrisiken"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/admin.py:36
|
Add risk status and notification preferences
- Introduced a new `status` field to the `Risk` model with choices for "open", "in_progress", "closed", and "review_required".
- Created a `NotificationPreference` model to manage user notification settings for various events related to risks, controls, residual risks, reviews, users, and incidents.
- Updated the admin interface to include `NotificationPreference` inline with the `User` admin.
- Enhanced signal handlers to send notifications based on user preferences for created, updated, and deleted events for users, risks, controls, and incidents.
- Modified the `check_risk_followups` utility function to update risk status and create notifications for follow-ups.
- Updated serializers and views to accommodate the new `status` field and improved risk listing functionality.
- Added a new section in the risk detail template to display related incidents.
- Removed the unused statistics view from URLs.
2025-09-10 11:54:08 +02:00
|
|
|
|
msgid "Reviews"
|
|
|
|
|
msgstr "Prüfung"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/admin.py:37 risks/models.py:262 templates/base.html:55
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/item_incident.html:5 templates/risks/item_risk.html:14
|
|
|
|
|
#: templates/risks/list_incidents.html:5 templates/risks/list_incidents.html:18
|
Add risk status and notification preferences
- Introduced a new `status` field to the `Risk` model with choices for "open", "in_progress", "closed", and "review_required".
- Created a `NotificationPreference` model to manage user notification settings for various events related to risks, controls, residual risks, reviews, users, and incidents.
- Updated the admin interface to include `NotificationPreference` inline with the `User` admin.
- Enhanced signal handlers to send notifications based on user preferences for created, updated, and deleted events for users, risks, controls, and incidents.
- Modified the `check_risk_followups` utility function to update risk status and create notifications for follow-ups.
- Updated serializers and views to accommodate the new `status` field and improved risk listing functionality.
- Added a new section in the risk detail template to display related incidents.
- Removed the unused statistics view from URLs.
2025-09-10 11:54:08 +02:00
|
|
|
|
msgid "Incidents"
|
|
|
|
|
msgstr "Vorfälle"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/admin.py:38
|
Add risk status and notification preferences
- Introduced a new `status` field to the `Risk` model with choices for "open", "in_progress", "closed", and "review_required".
- Created a `NotificationPreference` model to manage user notification settings for various events related to risks, controls, residual risks, reviews, users, and incidents.
- Updated the admin interface to include `NotificationPreference` inline with the `User` admin.
- Enhanced signal handlers to send notifications based on user preferences for created, updated, and deleted events for users, risks, controls, and incidents.
- Modified the `check_risk_followups` utility function to update risk status and create notifications for follow-ups.
- Updated serializers and views to accommodate the new `status` field and improved risk listing functionality.
- Added a new section in the risk detail template to display related incidents.
- Removed the unused statistics view from URLs.
2025-09-10 11:54:08 +02:00
|
|
|
|
msgid "Users"
|
|
|
|
|
msgstr "Benutzer"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/admin.py:166 risks/models.py:370 templates/risks/item_control.html:96
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_incident.html:88 templates/risks/item_risk.html:245
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "User"
|
|
|
|
|
msgstr "Benutzer"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: risks/admin.py:170
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "Message"
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgstr "Nachricht"
|
2025-09-10 13:44:03 +02:00
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: risks/admin.py:176
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "Mark selected as read"
|
|
|
|
|
msgstr "Alle als gelesen Markieren"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: risks/admin.py:179
|
2025-09-10 14:26:29 +02:00
|
|
|
|
#, python-format
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "%(n)d notifications marked as read."
|
|
|
|
|
msgstr "%(n)d Benachrichtigungen wurden als gelesen Markiert"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: risks/admin.py:181
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "Mark selected as unread"
|
|
|
|
|
msgstr "Alle als gelesen Markieren"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: risks/admin.py:184
|
2025-09-10 14:26:29 +02:00
|
|
|
|
#, python-format
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "%(n)d notifications marked as unread."
|
|
|
|
|
msgstr "%(n)d Benachrichtigungen wurden als ungelesen Markiert"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: risks/admin.py:186
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "Mark selected as sent"
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgstr "Auswahl als gelesen markieren"
|
2025-09-10 13:44:03 +02:00
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: risks/admin.py:189
|
2025-09-11 10:22:20 +02:00
|
|
|
|
#, python-format
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "%(n)d notifications marked as sent."
|
2025-09-10 14:26:29 +02:00
|
|
|
|
msgstr "%(n)d Benachrichtigungen wurden als gelesen Markiert"
|
2025-09-10 13:44:03 +02:00
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: risks/admin.py:191
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "Mark selected as unsent"
|
2025-09-10 14:26:29 +02:00
|
|
|
|
msgstr "Auswahl als ungesendet markieren"
|
2025-09-10 13:44:03 +02:00
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: risks/admin.py:194
|
2025-09-11 10:22:20 +02:00
|
|
|
|
#, python-format
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "%(n)d notifications marked as unsent."
|
2025-09-10 14:26:29 +02:00
|
|
|
|
msgstr "%(n)d Benachrichtigungen wurden als gelesen Markiert"
|
2025-09-10 13:44:03 +02:00
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: risks/admin.py:206
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Extra recipients"
|
|
|
|
|
msgstr "Zusätzliche Empfänger"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: risks/admin.py:218
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "SSO Information"
|
|
|
|
|
msgstr "SSO-Informationen"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: risks/admin.py:228
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Risks Owned"
|
|
|
|
|
msgstr "Eigene Risiken"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: risks/admin.py:232
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Controls Responsible"
|
|
|
|
|
msgstr "Verantwortlich für Maßnahmen"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: risks/apps.py:12 templates/base.html:7 templates/base.html:48
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Risk Management"
|
|
|
|
|
msgstr "Risikomanagement"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/forms.py:13 risks/models.py:87 templates/risks/dashboard.html:83
|
|
|
|
|
#: templates/risks/dashboard.html:108 templates/risks/item_control.html:35
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_incident.html:36 templates/risks/item_risk.html:51
|
|
|
|
|
#: templates/risks/item_risk.html:189 templates/risks/item_risk.html:219
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_controls.html:48 templates/risks/list_controls.html:100
|
|
|
|
|
#: templates/risks/list_incidents.html:48
|
|
|
|
|
#: templates/risks/list_incidents.html:99 templates/risks/list_risks.html:128
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "Status"
|
|
|
|
|
msgstr "Status"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/forms.py:48 risks/models.py:56
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "Review required"
|
|
|
|
|
msgstr "Prüfung nötig"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/models.py:49 templates/risks/item_control.html:65
|
|
|
|
|
#: templates/risks/item_incident.html:57 templates/risks/item_risk.html:6
|
|
|
|
|
#: templates/risks/list_controls.html:33 templates/risks/list_risks.html:116
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Risk"
|
|
|
|
|
msgstr "Risiko"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/models.py:53
|
Add risk status and notification preferences
- Introduced a new `status` field to the `Risk` model with choices for "open", "in_progress", "closed", and "review_required".
- Created a `NotificationPreference` model to manage user notification settings for various events related to risks, controls, residual risks, reviews, users, and incidents.
- Updated the admin interface to include `NotificationPreference` inline with the `User` admin.
- Enhanced signal handlers to send notifications based on user preferences for created, updated, and deleted events for users, risks, controls, and incidents.
- Modified the `check_risk_followups` utility function to update risk status and create notifications for follow-ups.
- Updated serializers and views to accommodate the new `status` field and improved risk listing functionality.
- Added a new section in the risk detail template to display related incidents.
- Removed the unused statistics view from URLs.
2025-09-10 11:54:08 +02:00
|
|
|
|
msgid "Open"
|
|
|
|
|
msgstr "Offen"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:54 risks/models.py:266
|
Add risk status and notification preferences
- Introduced a new `status` field to the `Risk` model with choices for "open", "in_progress", "closed", and "review_required".
- Created a `NotificationPreference` model to manage user notification settings for various events related to risks, controls, residual risks, reviews, users, and incidents.
- Updated the admin interface to include `NotificationPreference` inline with the `User` admin.
- Enhanced signal handlers to send notifications based on user preferences for created, updated, and deleted events for users, risks, controls, and incidents.
- Modified the `check_risk_followups` utility function to update risk status and create notifications for follow-ups.
- Updated serializers and views to accommodate the new `status` field and improved risk listing functionality.
- Added a new section in the risk detail template to display related incidents.
- Removed the unused statistics view from URLs.
2025-09-10 11:54:08 +02:00
|
|
|
|
msgid "In Progress"
|
|
|
|
|
msgstr "In Bearbeitung"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:55 risks/models.py:267
|
Add risk status and notification preferences
- Introduced a new `status` field to the `Risk` model with choices for "open", "in_progress", "closed", and "review_required".
- Created a `NotificationPreference` model to manage user notification settings for various events related to risks, controls, residual risks, reviews, users, and incidents.
- Updated the admin interface to include `NotificationPreference` inline with the `User` admin.
- Enhanced signal handlers to send notifications based on user preferences for created, updated, and deleted events for users, risks, controls, and incidents.
- Modified the `check_risk_followups` utility function to update risk status and create notifications for follow-ups.
- Updated serializers and views to accommodate the new `status` field and improved risk listing functionality.
- Added a new section in the risk detail template to display related incidents.
- Removed the unused statistics view from URLs.
2025-09-10 11:54:08 +02:00
|
|
|
|
msgid "Closed"
|
|
|
|
|
msgstr "Geschlossen"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/models.py:59
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Very low – occurs less than once every 5 years"
|
|
|
|
|
msgstr "Sehr niedrig – tritt seltener als einmal in fünf Jahren auf"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/models.py:60
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Low – once every 1–5 years"
|
|
|
|
|
msgstr "Niedrig – einmal in 1–5 Jahren"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/models.py:61
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Likely – once per year or more"
|
|
|
|
|
msgstr "Wahrscheinlich – einmal pro Jahr oder öfter"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/models.py:62
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Very likely – multiple times per year/monthly"
|
|
|
|
|
msgstr "Sehr wahrscheinlich – mehrmals pro Jahr/monatlich"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/models.py:65
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Very Low (< 1,000 € – minor operational impact)"
|
|
|
|
|
msgstr "Sehr Gering (< 1.000 € – geringe betriebliche Auswirkungen)"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/models.py:66
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Low (1,000–5,000 € – local impact)"
|
|
|
|
|
msgstr "Gering (1.000–5.000 € – lokale Auswirkungen)"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/models.py:67
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "High (5,000–15,000 € – team-level impact)"
|
|
|
|
|
msgstr "Hoch (5.000–15.000 € – Auswirkungen auf Teamebene)"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/models.py:68
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Severe (50,000–100,000 € – regional impact)"
|
|
|
|
|
msgstr "Schwerwiegend (50.000–100.000 € – regionale Auswirkungen)"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/models.py:69
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Critical (> 100,000 € – existential threat)"
|
|
|
|
|
msgstr "Kritisch (> 100.000 € – existenzielle Bedrohung)"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/models.py:72 templates/risks/dashboard.html:57
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: templates/risks/list_risks.html:112 templates/risks/list_risks.html:143
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Confidentiality"
|
|
|
|
|
msgstr "Vertraulichkeit"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/models.py:73 templates/risks/dashboard.html:63
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: templates/risks/list_risks.html:113 templates/risks/list_risks.html:150
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Integrity"
|
|
|
|
|
msgstr "Integrität"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/models.py:74 templates/risks/dashboard.html:69
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: templates/risks/list_risks.html:114 templates/risks/list_risks.html:157
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Availability"
|
|
|
|
|
msgstr "Verfügbarkeit"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:78 risks/models.py:201 risks/models.py:270
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:188
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Title"
|
|
|
|
|
msgstr "Titel"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:79 risks/models.py:271 templates/risks/item_control.html:52
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/item_incident.html:44
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Description"
|
|
|
|
|
msgstr "Beschreibung"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/models.py:80 templates/risks/item_control.html:68
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_incident.html:60 templates/risks/item_risk.html:40
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_risks.html:119
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Asset"
|
|
|
|
|
msgstr "Asset"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/models.py:81 templates/risks/item_control.html:69
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_incident.html:61 templates/risks/item_risk.html:41
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_risks.html:125
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Process"
|
|
|
|
|
msgstr "Prozess"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/models.py:82 templates/risks/item_control.html:67
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_incident.html:59 templates/risks/item_risk.html:42
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_risks.html:122
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Category"
|
|
|
|
|
msgstr "Kategorie"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/models.py:83 templates/risks/item_control.html:46
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_incident.html:39 templates/risks/item_risk.html:55
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Created at"
|
|
|
|
|
msgstr "Erstellt am"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/models.py:84 templates/risks/item_control.html:47
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_incident.html:40 templates/risks/item_risk.html:56
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Updated at"
|
|
|
|
|
msgstr "Aktualisiert am"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: risks/models.py:85 templates/risks/item_risk.html:63
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Effects"
|
|
|
|
|
msgstr "Auswirkungen"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:147
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Residual Risk"
|
|
|
|
|
msgstr "Restrisiko"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:148
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Residual Risks"
|
|
|
|
|
msgstr "Restrisiken"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:190 templates/risks/item_control.html:33
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_controls.html:18 templates/risks/list_controls.html:97
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Control"
|
|
|
|
|
msgstr "Maßnahme"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:194
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Planned"
|
|
|
|
|
msgstr "Geplant"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:195
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "In progress"
|
|
|
|
|
msgstr "In Bearbeitung"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:196
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Completed"
|
|
|
|
|
msgstr "Abgeschlossen"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:197
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Verified"
|
|
|
|
|
msgstr "Verifiziert"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:198
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Rejected"
|
|
|
|
|
msgstr "Abgelehnt"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:229
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Auditlog"
|
|
|
|
|
msgstr "Audit-Log"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:230
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Auditlogs"
|
|
|
|
|
msgstr "Audit-Logs"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:261 templates/risks/item_incident.html:33
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:218 templates/risks/list_incidents.html:97
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Incident"
|
|
|
|
|
msgstr "Vorfall"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:265
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Opened"
|
|
|
|
|
msgstr "Eröffnet"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:272
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Date reported"
|
|
|
|
|
msgstr "Meldedatum"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:275 templates/risks/item_incident.html:34
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_incidents.html:63
|
|
|
|
|
#: templates/risks/list_incidents.html:101
|
Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
|
|
|
|
msgid "Reported by"
|
|
|
|
|
msgstr "Gemeldet von"
|
2025-09-09 21:34:03 +02:00
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:291
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Risk created"
|
|
|
|
|
msgstr "Risiko erstellt"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:292
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Risk updated"
|
|
|
|
|
msgstr "Risiko Aktualisiert"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:293
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Risk deleted"
|
|
|
|
|
msgstr "Risiko gelöscht"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:294
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Risk review required"
|
|
|
|
|
msgstr "Risikoprüfung nötig"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:295
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Risk review completed"
|
|
|
|
|
msgstr "Risikoprüfung Abgeschlossen"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:297
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Control created"
|
|
|
|
|
msgstr "Maßnahme erstellt"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:298
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Control updated"
|
|
|
|
|
msgstr "Maßnahme Aktualisiert"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:299
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Control deleted"
|
|
|
|
|
msgstr "Maßnahme '{title}' gelöscht"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:301
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Residual created"
|
|
|
|
|
msgstr "Restrisiko erstellt"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:302
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Residual updated"
|
|
|
|
|
msgstr "Restrisiko Aktualisiert"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:303
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Residual deleted"
|
|
|
|
|
msgstr "Restrisiko gelöscht"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:304
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Residual review required"
|
|
|
|
|
msgstr "Restrisikoprüfung nötig"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:305
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Residual review completed"
|
|
|
|
|
msgstr "Restrisiko geprüft"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:307
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Incident created"
|
|
|
|
|
msgstr "Vorfall erstellt"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:308
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Incident updated"
|
|
|
|
|
msgstr "Vorfall Aktualisiert"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:309
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Incident deleted"
|
|
|
|
|
msgstr "Vorfall gelöscht"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:311
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "User created"
|
|
|
|
|
msgstr "Benutzer erstellt"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:312
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "User deleted"
|
|
|
|
|
msgstr "Benutzer gelöscht"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:321 risks/utils.py:79
|
2025-09-12 17:02:37 +02:00
|
|
|
|
msgid "Notification"
|
|
|
|
|
msgstr "Nachricht"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:322 templates/base.html:96
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/notifications.html:4
|
|
|
|
|
msgid "Notifications"
|
|
|
|
|
msgstr "Nachrichten"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:419
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Notification rule"
|
|
|
|
|
msgstr "Benachrichtigungsregel"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:420
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Notification rules"
|
|
|
|
|
msgstr "Benachrichtigungsregeln"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:423
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Event"
|
|
|
|
|
msgstr "Aktion"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:428
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Show in app"
|
|
|
|
|
msgstr "Zeige in der WebApp"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:429
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Send via email"
|
|
|
|
|
msgstr "Sende via E-Mail"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:433
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Send to owner/responsible/reporter (if available)"
|
|
|
|
|
msgstr "Sende an Risikoeigner/Verantwortliche/Melder (Wenn vorhanden)"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:436
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Send to all staff"
|
|
|
|
|
msgstr "Sende an alle App-Mitarbeiter"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/models.py:438
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Extra recipients (emails, comma or newline separated)"
|
2025-09-12 17:02:37 +02:00
|
|
|
|
msgstr "Zusätzliche Empfänger (E-Mails, durch Komma oder Zeilenumbruch getrennt)"
|
2025-09-11 10:22:20 +02:00
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/signals.py:71
|
Add risk status and notification preferences
- Introduced a new `status` field to the `Risk` model with choices for "open", "in_progress", "closed", and "review_required".
- Created a `NotificationPreference` model to manage user notification settings for various events related to risks, controls, residual risks, reviews, users, and incidents.
- Updated the admin interface to include `NotificationPreference` inline with the `User` admin.
- Enhanced signal handlers to send notifications based on user preferences for created, updated, and deleted events for users, risks, controls, and incidents.
- Modified the `check_risk_followups` utility function to update risk status and create notifications for follow-ups.
- Updated serializers and views to accommodate the new `status` field and improved risk listing functionality.
- Added a new section in the risk detail template to display related incidents.
- Removed the unused statistics view from URLs.
2025-09-10 11:54:08 +02:00
|
|
|
|
#, python-brace-format
|
|
|
|
|
msgid "User '{u}' created"
|
|
|
|
|
msgstr "Benutzer '{u}' erstellte"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/signals.py:79
|
Add risk status and notification preferences
- Introduced a new `status` field to the `Risk` model with choices for "open", "in_progress", "closed", and "review_required".
- Created a `NotificationPreference` model to manage user notification settings for various events related to risks, controls, residual risks, reviews, users, and incidents.
- Updated the admin interface to include `NotificationPreference` inline with the `User` admin.
- Enhanced signal handlers to send notifications based on user preferences for created, updated, and deleted events for users, risks, controls, and incidents.
- Modified the `check_risk_followups` utility function to update risk status and create notifications for follow-ups.
- Updated serializers and views to accommodate the new `status` field and improved risk listing functionality.
- Added a new section in the risk detail template to display related incidents.
- Removed the unused statistics view from URLs.
2025-09-10 11:54:08 +02:00
|
|
|
|
#, python-brace-format
|
|
|
|
|
msgid "User '{u}' deleted"
|
|
|
|
|
msgstr "Benutzer '{u}' löschte"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: risks/signals.py:102
|
2025-09-11 10:22:20 +02:00
|
|
|
|
#, python-brace-format
|
|
|
|
|
msgid "Risk created: {t}"
|
|
|
|
|
msgstr "Risiko erstellt: {t}"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/signals.py:122
|
2025-09-11 10:22:20 +02:00
|
|
|
|
#, python-brace-format
|
|
|
|
|
msgid "Risk updated: {t}"
|
|
|
|
|
msgstr "Risiko Aktualisiert: {t}"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/signals.py:136
|
2025-09-11 10:22:20 +02:00
|
|
|
|
#, python-brace-format
|
|
|
|
|
msgid "Risk deleted: {t}"
|
|
|
|
|
msgstr "Risiko gelöscht: {t}"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/signals.py:184
|
2025-09-12 22:31:05 +02:00
|
|
|
|
#, python-brace-format
|
2025-09-12 17:02:37 +02:00
|
|
|
|
msgid "Control {e}: {t}"
|
|
|
|
|
msgstr "Maßnahme {e}: {t}"
|
Add risk status and notification preferences
- Introduced a new `status` field to the `Risk` model with choices for "open", "in_progress", "closed", and "review_required".
- Created a `NotificationPreference` model to manage user notification settings for various events related to risks, controls, residual risks, reviews, users, and incidents.
- Updated the admin interface to include `NotificationPreference` inline with the `User` admin.
- Enhanced signal handlers to send notifications based on user preferences for created, updated, and deleted events for users, risks, controls, and incidents.
- Modified the `check_risk_followups` utility function to update risk status and create notifications for follow-ups.
- Updated serializers and views to accommodate the new `status` field and improved risk listing functionality.
- Added a new section in the risk detail template to display related incidents.
- Removed the unused statistics view from URLs.
2025-09-10 11:54:08 +02:00
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/signals.py:185 risks/signals.py:326
|
2025-09-12 17:02:37 +02:00
|
|
|
|
msgid "created"
|
|
|
|
|
msgstr "erstellt"
|
Add risk status and notification preferences
- Introduced a new `status` field to the `Risk` model with choices for "open", "in_progress", "closed", and "review_required".
- Created a `NotificationPreference` model to manage user notification settings for various events related to risks, controls, residual risks, reviews, users, and incidents.
- Updated the admin interface to include `NotificationPreference` inline with the `User` admin.
- Enhanced signal handlers to send notifications based on user preferences for created, updated, and deleted events for users, risks, controls, and incidents.
- Modified the `check_risk_followups` utility function to update risk status and create notifications for follow-ups.
- Updated serializers and views to accommodate the new `status` field and improved risk listing functionality.
- Added a new section in the risk detail template to display related incidents.
- Removed the unused statistics view from URLs.
2025-09-10 11:54:08 +02:00
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/signals.py:185 risks/signals.py:326
|
2025-09-12 17:02:37 +02:00
|
|
|
|
msgid "updated"
|
|
|
|
|
msgstr "Aktualisiert"
|
2025-09-11 10:22:20 +02:00
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/signals.py:200
|
2025-09-11 10:22:20 +02:00
|
|
|
|
#, python-brace-format
|
|
|
|
|
msgid "Control deleted: {t}"
|
|
|
|
|
msgstr "Maßnahme gelöscht: {t}"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/signals.py:218
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#, python-brace-format
|
2025-09-12 22:31:05 +02:00
|
|
|
|
msgid "Residual review required for risk '{t}' due to control change"
|
|
|
|
|
msgstr "Restrisikoprüfung nötig für das Risiko: '{t}', da Maßnahmen geändert wurden"
|
Add risk status and notification preferences
- Introduced a new `status` field to the `Risk` model with choices for "open", "in_progress", "closed", and "review_required".
- Created a `NotificationPreference` model to manage user notification settings for various events related to risks, controls, residual risks, reviews, users, and incidents.
- Updated the admin interface to include `NotificationPreference` inline with the `User` admin.
- Enhanced signal handlers to send notifications based on user preferences for created, updated, and deleted events for users, risks, controls, and incidents.
- Modified the `check_risk_followups` utility function to update risk status and create notifications for follow-ups.
- Updated serializers and views to accommodate the new `status` field and improved risk listing functionality.
- Added a new section in the risk detail template to display related incidents.
- Removed the unused statistics view from URLs.
2025-09-10 11:54:08 +02:00
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/signals.py:245
|
2025-09-11 10:22:20 +02:00
|
|
|
|
#, python-brace-format
|
|
|
|
|
msgid "Residual created for risk: {t}"
|
|
|
|
|
msgstr "Restrisiko erstellt für das Risiko: {t}"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/signals.py:264
|
2025-09-11 10:22:20 +02:00
|
|
|
|
#, python-brace-format
|
|
|
|
|
msgid "Residual review required for risk: {t}"
|
|
|
|
|
msgstr "Restrisikoprüfung benötigt für Risiko {t}"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/signals.py:267
|
2025-09-11 10:22:20 +02:00
|
|
|
|
#, python-brace-format
|
|
|
|
|
msgid "Residual review completed for risk: {t}"
|
|
|
|
|
msgstr "Restrisikoprüfung Abgeschlossen für Risiko {t}"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/signals.py:270
|
2025-09-11 10:22:20 +02:00
|
|
|
|
#, python-brace-format
|
|
|
|
|
msgid "Residual updated for risk: {t}"
|
|
|
|
|
msgstr "Restrisiko Aktualisiert für das Risiko: {t}"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/signals.py:288
|
2025-09-11 10:22:20 +02:00
|
|
|
|
#, python-brace-format
|
|
|
|
|
msgid "Residual deleted for risk: {t}"
|
|
|
|
|
msgstr "Restrisiko gelöscht für das Risiko: {t}"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/signals.py:325
|
2025-09-12 22:31:05 +02:00
|
|
|
|
#, python-brace-format
|
2025-09-12 17:02:37 +02:00
|
|
|
|
msgid "Incident {e}: {t}"
|
|
|
|
|
msgstr "Vorfall {e}: {t}"
|
2025-09-11 10:22:20 +02:00
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/signals.py:341
|
2025-09-11 10:22:20 +02:00
|
|
|
|
#, python-brace-format
|
|
|
|
|
msgid "Incident deleted: {t}"
|
|
|
|
|
msgstr "Vorfall gelöscht: {t}"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/utils.py:135
|
Add risk status and notification preferences
- Introduced a new `status` field to the `Risk` model with choices for "open", "in_progress", "closed", and "review_required".
- Created a `NotificationPreference` model to manage user notification settings for various events related to risks, controls, residual risks, reviews, users, and incidents.
- Updated the admin interface to include `NotificationPreference` inline with the `User` admin.
- Enhanced signal handlers to send notifications based on user preferences for created, updated, and deleted events for users, risks, controls, and incidents.
- Modified the `check_risk_followups` utility function to update risk status and create notifications for follow-ups.
- Updated serializers and views to accommodate the new `status` field and improved risk listing functionality.
- Added a new section in the risk detail template to display related incidents.
- Removed the unused statistics view from URLs.
2025-09-10 11:54:08 +02:00
|
|
|
|
#, python-brace-format
|
|
|
|
|
msgid "Follow-up reached: review required for risk '{t}'"
|
|
|
|
|
msgstr "Wiedervorlagedatum erreicht: Prüfung nötig für Risiko '{t}'"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/views.py:218
|
2025-09-15 12:01:53 +02:00
|
|
|
|
msgid "Risk has been marked as reviewed and closed."
|
|
|
|
|
msgstr "Das Risiko wurde geprüft und als geschlossen markiert"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/views.py:220
|
2025-09-15 12:01:53 +02:00
|
|
|
|
msgid "Not all controls are completed. Risk cannot be closed yet."
|
|
|
|
|
msgstr "Nicht alle Maßnhamen sind abgeschlossen, das Risiko kann nicht geschlossen werden."
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/views.py:378
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "Notification marked as read."
|
|
|
|
|
msgstr "Nachricht als gelesen markiert"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/views.py:388
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "All notifications marked as read."
|
|
|
|
|
msgstr "Alle Benachrichtigungen wurden als gelesen Markiert"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/views.py:407
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "Risk status updated."
|
|
|
|
|
msgstr "Risikostatus Aktualisiert"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/views.py:423
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "Control status updated."
|
|
|
|
|
msgstr "Maßnahmenstatus Aktualisiert"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/views.py:439
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "Incident status updated."
|
|
|
|
|
msgstr "Vorfallstatus Aktualisiert"
|
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: risks/views.py:456
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "Residual review flag updated."
|
|
|
|
|
msgstr "Restrisiko geprüft"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/admin/change_form.html:10
|
|
|
|
|
msgid "Schließen"
|
|
|
|
|
msgstr "Schließen"
|
|
|
|
|
|
|
|
|
|
#: templates/base.html:50 templates/risks/dashboard.html:4
|
2025-09-09 21:34:03 +02:00
|
|
|
|
msgid "Dashboard"
|
|
|
|
|
msgstr "Dashboard"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/base.html:51 templates/risks/risk_matrix.html:4
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/risk_matrix.html:8
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Risk Matrix"
|
|
|
|
|
msgstr "Risikomatrix"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/base.html:53 templates/risks/item_risk.html:5
|
2025-09-10 14:26:29 +02:00
|
|
|
|
#: templates/risks/list_risks.html:4
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "Risk analysis"
|
|
|
|
|
msgstr "Risikoanalyse"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/base.html:91
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "AdminCP"
|
|
|
|
|
msgstr "Adminbereich"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/base.html:104
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "Derk Mode"
|
|
|
|
|
msgstr "Dark Mode"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/base.html:110
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "Logout"
|
|
|
|
|
msgstr "Logout"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/base.html:125
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "Login"
|
|
|
|
|
msgstr "Login"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/base.html:160 templates/base.html:167
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "Light Mode"
|
|
|
|
|
msgstr "Light Mode"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/base.html:170
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "Dark Mode"
|
|
|
|
|
msgstr "Dark Mode"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/dashboard.html:13
|
2025-09-09 21:34:03 +02:00
|
|
|
|
msgid "Overview of Risks, Controls and Incidents"
|
|
|
|
|
msgstr "Übersicht der Risiken, Maßnahmen und Vorfälle"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/dashboard.html:28
|
2025-09-09 21:34:03 +02:00
|
|
|
|
msgid "Total Risks"
|
2025-09-10 10:49:30 +02:00
|
|
|
|
msgstr "Risiken"
|
2025-09-09 21:34:03 +02:00
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/dashboard.html:36
|
2025-09-09 21:34:03 +02:00
|
|
|
|
msgid "Residual Risks Needing Review"
|
|
|
|
|
msgstr "Restrisiken ohne Verifizierung"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/dashboard.html:44
|
2025-09-09 21:34:03 +02:00
|
|
|
|
msgid "Unread Notifications"
|
|
|
|
|
msgstr "Ungelesene Nachrichten"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/dashboard.html:53
|
|
|
|
|
msgid "Risks by CIA"
|
|
|
|
|
msgstr "CIA Risiken"
|
|
|
|
|
|
|
|
|
|
#: templates/risks/dashboard.html:78
|
2025-09-09 21:34:03 +02:00
|
|
|
|
msgid "Controls by Status"
|
|
|
|
|
msgstr "Maßnahmen nach Status"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/dashboard.html:84 templates/risks/dashboard.html:109
|
|
|
|
|
msgid "Count"
|
|
|
|
|
msgstr "Anzahl"
|
|
|
|
|
|
|
|
|
|
#: templates/risks/dashboard.html:94 templates/risks/dashboard.html:119
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/list_risks.html:185
|
2025-09-12 17:02:37 +02:00
|
|
|
|
msgid "No data"
|
|
|
|
|
msgstr "Keine Daten"
|
|
|
|
|
|
|
|
|
|
#: templates/risks/dashboard.html:103
|
2025-09-09 21:34:03 +02:00
|
|
|
|
msgid "Incidents by Status"
|
|
|
|
|
msgstr "Vorfälle nach Status"
|
|
|
|
|
|
2025-09-12 22:31:05 +02:00
|
|
|
|
#: templates/risks/dashboard.html:127
|
|
|
|
|
msgid "Risk Trend (per Month)"
|
|
|
|
|
msgstr "Risikotrend (pro Monat)"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/item_control.html:13 templates/risks/item_incident.html:13
|
|
|
|
|
#: templates/risks/item_risk.html:12
|
|
|
|
|
msgid "Overview"
|
|
|
|
|
msgstr "Übersicht"
|
2025-09-10 10:49:30 +02:00
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/item_control.html:14 templates/risks/item_incident.html:14
|
|
|
|
|
#: templates/risks/list_incidents.html:98
|
|
|
|
|
msgid "Linked Risks"
|
|
|
|
|
msgstr "Zugehörige Risiken"
|
|
|
|
|
|
|
|
|
|
#: templates/risks/item_control.html:15 templates/risks/item_incident.html:15
|
|
|
|
|
#: templates/risks/item_risk.html:15
|
|
|
|
|
msgid "History"
|
|
|
|
|
msgstr "Historie"
|
|
|
|
|
|
|
|
|
|
#: templates/risks/item_control.html:18
|
|
|
|
|
msgid "Edit Control"
|
|
|
|
|
msgstr "Maßnahme bearbeiten"
|
|
|
|
|
|
|
|
|
|
#: templates/risks/item_control.html:21
|
|
|
|
|
msgid "Delete Control"
|
|
|
|
|
msgstr "Maßnahme löschen"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_control.html:34 templates/risks/item_risk.html:191
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_controls.html:63 templates/risks/list_controls.html:99
|
|
|
|
|
msgid "Responsible"
|
|
|
|
|
msgstr "Verantwortliche/r"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_control.html:37 templates/risks/item_risk.html:192
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_controls.html:102
|
|
|
|
|
msgid "Link"
|
|
|
|
|
msgstr "Link"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_control.html:48 templates/risks/item_risk.html:190
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_controls.html:101
|
|
|
|
|
msgid "Deadline"
|
|
|
|
|
msgstr "Frist"
|
|
|
|
|
|
|
|
|
|
#: templates/risks/item_control.html:66 templates/risks/item_incident.html:58
|
|
|
|
|
msgid "Owner"
|
|
|
|
|
msgstr "Risikoeigner"
|
|
|
|
|
|
|
|
|
|
#: templates/risks/item_control.html:82 templates/risks/item_incident.html:74
|
|
|
|
|
msgid "No linked risks."
|
|
|
|
|
msgstr "Keine zugehörigen Risiken"
|
2025-09-10 14:26:29 +02:00
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/item_control.html:95 templates/risks/item_incident.html:87
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:244
|
2025-09-12 17:02:37 +02:00
|
|
|
|
msgid "Time"
|
|
|
|
|
msgstr "Zeitpunkt"
|
|
|
|
|
|
|
|
|
|
#: templates/risks/item_control.html:97 templates/risks/item_incident.html:89
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:246
|
2025-09-12 17:02:37 +02:00
|
|
|
|
msgid "Action"
|
|
|
|
|
msgstr "Aktion"
|
2025-09-10 13:44:03 +02:00
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/item_control.html:108 templates/risks/item_incident.html:100
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:257
|
2025-09-12 17:02:37 +02:00
|
|
|
|
msgid "No history found."
|
|
|
|
|
msgstr "Keine Historie vorhanden"
|
|
|
|
|
|
|
|
|
|
#: templates/risks/item_incident.html:18
|
|
|
|
|
msgid "Edit Incident"
|
|
|
|
|
msgstr "Vorfall bearbeiten"
|
|
|
|
|
|
|
|
|
|
#: templates/risks/item_incident.html:21
|
|
|
|
|
msgid "Delete Incident"
|
|
|
|
|
msgstr "Vorfall löschen"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_incident.html:35 templates/risks/item_risk.html:220
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_incidents.html:100
|
|
|
|
|
msgid "Reported on"
|
|
|
|
|
msgstr "Gemeldet am"
|
|
|
|
|
|
|
|
|
|
#: templates/risks/item_risk.html:13
|
|
|
|
|
msgid "Measures"
|
|
|
|
|
msgstr "Maßnahmen"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:18 templates/risks/item_risk.html:19
|
2025-09-12 17:02:37 +02:00
|
|
|
|
msgid "Edit Risk"
|
|
|
|
|
msgstr "Risiko bearbeiten"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:21 templates/risks/item_risk.html:22
|
2025-09-12 17:02:37 +02:00
|
|
|
|
msgid "Delete Risk"
|
|
|
|
|
msgstr "Risiko löschen"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:26 templates/risks/item_risk.html:27
|
|
|
|
|
msgid "Mark Risk as reviewed"
|
|
|
|
|
msgstr "Risiko als geprüft markieren"
|
|
|
|
|
|
|
|
|
|
#: templates/risks/item_risk.html:44
|
2025-09-10 14:26:29 +02:00
|
|
|
|
msgid "Protection goals"
|
|
|
|
|
msgstr "Schutzziele"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:48
|
2025-09-10 14:26:29 +02:00
|
|
|
|
msgid "Not yet assigned"
|
|
|
|
|
msgstr "Keine Zugewiesenen Ziele"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:54
|
2025-09-10 14:26:29 +02:00
|
|
|
|
msgid "Risk owner"
|
|
|
|
|
msgstr "Risikoeigner"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:57
|
2025-09-10 14:26:29 +02:00
|
|
|
|
msgid "Resubmission"
|
|
|
|
|
msgstr "Wiedervorlagedatum"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:70
|
2025-09-10 14:26:29 +02:00
|
|
|
|
msgid "Risk assessment"
|
|
|
|
|
msgstr "Risikomanagement"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:79
|
2025-09-10 14:26:29 +02:00
|
|
|
|
msgid "Gross (before measures)"
|
|
|
|
|
msgstr "Brutto (vor Maßnahmen)"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:85 templates/risks/item_risk.html:131
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/risk_matrix.html:21 templates/risks/risk_matrix.html:79
|
|
|
|
|
#: templates/risks/risk_matrix.html:121
|
Add risk status and notification preferences
- Introduced a new `status` field to the `Risk` model with choices for "open", "in_progress", "closed", and "review_required".
- Created a `NotificationPreference` model to manage user notification settings for various events related to risks, controls, residual risks, reviews, users, and incidents.
- Updated the admin interface to include `NotificationPreference` inline with the `User` admin.
- Enhanced signal handlers to send notifications based on user preferences for created, updated, and deleted events for users, risks, controls, and incidents.
- Modified the `check_risk_followups` utility function to update risk status and create notifications for follow-ups.
- Updated serializers and views to accommodate the new `status` field and improved risk listing functionality.
- Added a new section in the risk detail template to display related incidents.
- Removed the unused statistics view from URLs.
2025-09-10 11:54:08 +02:00
|
|
|
|
msgid "Likelihood"
|
|
|
|
|
msgstr "Eintritt"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:94 templates/risks/item_risk.html:140
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/risk_matrix.html:21 templates/risks/risk_matrix.html:79
|
|
|
|
|
#: templates/risks/risk_matrix.html:121
|
Add risk status and notification preferences
- Introduced a new `status` field to the `Risk` model with choices for "open", "in_progress", "closed", and "review_required".
- Created a `NotificationPreference` model to manage user notification settings for various events related to risks, controls, residual risks, reviews, users, and incidents.
- Updated the admin interface to include `NotificationPreference` inline with the `User` admin.
- Enhanced signal handlers to send notifications based on user preferences for created, updated, and deleted events for users, risks, controls, and incidents.
- Modified the `check_risk_followups` utility function to update risk status and create notifications for follow-ups.
- Updated serializers and views to accommodate the new `status` field and improved risk listing functionality.
- Added a new section in the risk detail template to display related incidents.
- Removed the unused statistics view from URLs.
2025-09-10 11:54:08 +02:00
|
|
|
|
msgid "Impact"
|
|
|
|
|
msgstr "Schaden"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:103 templates/risks/item_risk.html:149
|
Add risk status and notification preferences
- Introduced a new `status` field to the `Risk` model with choices for "open", "in_progress", "closed", and "review_required".
- Created a `NotificationPreference` model to manage user notification settings for various events related to risks, controls, residual risks, reviews, users, and incidents.
- Updated the admin interface to include `NotificationPreference` inline with the `User` admin.
- Enhanced signal handlers to send notifications based on user preferences for created, updated, and deleted events for users, risks, controls, and incidents.
- Modified the `check_risk_followups` utility function to update risk status and create notifications for follow-ups.
- Updated serializers and views to accommodate the new `status` field and improved risk listing functionality.
- Added a new section in the risk detail template to display related incidents.
- Removed the unused statistics view from URLs.
2025-09-10 11:54:08 +02:00
|
|
|
|
msgid "Level"
|
|
|
|
|
msgstr "Stufe"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:112 templates/risks/item_risk.html:158
|
Add risk status and notification preferences
- Introduced a new `status` field to the `Risk` model with choices for "open", "in_progress", "closed", and "review_required".
- Created a `NotificationPreference` model to manage user notification settings for various events related to risks, controls, residual risks, reviews, users, and incidents.
- Updated the admin interface to include `NotificationPreference` inline with the `User` admin.
- Enhanced signal handlers to send notifications based on user preferences for created, updated, and deleted events for users, risks, controls, and incidents.
- Modified the `check_risk_followups` utility function to update risk status and create notifications for follow-ups.
- Updated serializers and views to accommodate the new `status` field and improved risk listing functionality.
- Added a new section in the risk detail template to display related incidents.
- Removed the unused statistics view from URLs.
2025-09-10 11:54:08 +02:00
|
|
|
|
msgid "Score"
|
|
|
|
|
msgstr "Score"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:125
|
2025-09-10 14:26:29 +02:00
|
|
|
|
msgid "Net (after measures)"
|
|
|
|
|
msgstr "Netto (nach Maßnahmen)"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:169
|
|
|
|
|
msgid "Add net Risk"
|
|
|
|
|
msgstr "Restrisiko hinzufügen"
|
2025-09-10 14:26:29 +02:00
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:205
|
2025-09-10 14:26:29 +02:00
|
|
|
|
msgid "No measures recorded."
|
|
|
|
|
msgstr "Keine Maßnahmen gefunden."
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#: templates/risks/item_risk.html:231
|
2025-09-10 14:26:29 +02:00
|
|
|
|
msgid "No incidents recorded."
|
|
|
|
|
msgstr "Keine Vorfälle gefunden."
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_controls.html:21 templates/risks/list_controls.html:36
|
|
|
|
|
#: templates/risks/list_controls.html:51 templates/risks/list_controls.html:66
|
|
|
|
|
#: templates/risks/list_incidents.html:21
|
|
|
|
|
#: templates/risks/list_incidents.html:36
|
|
|
|
|
#: templates/risks/list_incidents.html:51
|
|
|
|
|
#: templates/risks/list_incidents.html:66 templates/risks/list_risks.html:19
|
|
|
|
|
#: templates/risks/list_risks.html:34 templates/risks/list_risks.html:49
|
|
|
|
|
#: templates/risks/list_risks.html:64 templates/risks/list_risks.html:79
|
|
|
|
|
#: templates/risks/notifications.html:13
|
|
|
|
|
msgid "All"
|
|
|
|
|
msgstr "Alle"
|
2025-09-10 14:26:29 +02:00
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_controls.html:82 templates/risks/list_incidents.html:82
|
|
|
|
|
#: templates/risks/list_risks.html:95
|
|
|
|
|
msgid "Reset filters"
|
|
|
|
|
msgstr "Filter zurücksetzen"
|
2025-09-10 14:26:29 +02:00
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_controls.html:96 templates/risks/list_incidents.html:96
|
|
|
|
|
#: templates/risks/list_risks.html:110
|
|
|
|
|
msgid "No."
|
|
|
|
|
msgstr "Nr."
|
2025-09-10 14:26:29 +02:00
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_controls.html:98
|
|
|
|
|
msgid "Related Risk"
|
|
|
|
|
msgstr "Zugeordnete Risiken"
|
2025-09-10 14:26:29 +02:00
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: templates/risks/list_controls.html:164
|
2025-09-12 17:02:37 +02:00
|
|
|
|
msgid "No controls found."
|
|
|
|
|
msgstr "Keine Maßnahmen vorhanden"
|
2025-09-10 10:49:30 +02:00
|
|
|
|
|
2025-09-16 14:15:04 +02:00
|
|
|
|
#: templates/risks/list_incidents.html:137
|
2025-09-12 17:02:37 +02:00
|
|
|
|
msgid "No incidents found."
|
|
|
|
|
msgstr "Keine Vorfälle gefunden."
|
2025-09-10 10:49:30 +02:00
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_risks.html:31
|
|
|
|
|
msgid "Assets"
|
|
|
|
|
msgstr "Asset"
|
2025-09-10 13:44:03 +02:00
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_risks.html:46
|
|
|
|
|
msgid "Categories"
|
|
|
|
|
msgstr "Kategorie"
|
2025-09-11 10:22:20 +02:00
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_risks.html:61
|
|
|
|
|
msgid "Processes"
|
|
|
|
|
msgstr "Prozesse"
|
2025-09-11 10:22:20 +02:00
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_risks.html:76
|
|
|
|
|
msgid "Owners"
|
|
|
|
|
msgstr "Risikoeigner"
|
2025-09-11 10:22:20 +02:00
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_risks.html:130
|
|
|
|
|
msgid "Created"
|
|
|
|
|
msgstr "Erstellt"
|
2025-09-11 10:22:20 +02:00
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/list_risks.html:131 templates/risks/list_risks.html:133
|
|
|
|
|
msgid "by"
|
|
|
|
|
msgstr "von"
|
|
|
|
|
|
|
|
|
|
#: templates/risks/list_risks.html:132
|
|
|
|
|
msgid "Changed"
|
|
|
|
|
msgstr "Geändert"
|
2025-09-10 14:26:29 +02:00
|
|
|
|
|
2025-09-10 13:44:03 +02:00
|
|
|
|
#: templates/risks/notifications.html:12
|
|
|
|
|
msgid "Unread"
|
|
|
|
|
msgstr "Ungelesen"
|
|
|
|
|
|
|
|
|
|
#: templates/risks/notifications.html:20
|
|
|
|
|
msgid "Mark all as read"
|
|
|
|
|
msgstr "Alle als gelesen Markieren"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/notifications.html:34
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "New"
|
|
|
|
|
msgstr "Neu"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/notifications.html:49
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "Mark as read"
|
|
|
|
|
msgstr "Als gelesen markieren"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/notifications.html:59
|
2025-09-10 13:44:03 +02:00
|
|
|
|
msgid "No notifications."
|
|
|
|
|
msgstr "Keine Nachrichten"
|
2025-09-11 10:22:20 +02:00
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/risk_matrix.html:9
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Detail View"
|
|
|
|
|
msgstr "Detailansicht"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/risk_matrix.html:60
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Show"
|
|
|
|
|
msgstr "Zeige"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/risk_matrix.html:64
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Gross"
|
|
|
|
|
msgstr "Brutto"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#: templates/risks/risk_matrix.html:67
|
2025-09-11 10:22:20 +02:00
|
|
|
|
msgid "Net"
|
|
|
|
|
msgstr "Netto"
|
|
|
|
|
|
2025-09-15 12:01:53 +02:00
|
|
|
|
#~ msgid "No net risk recorded yet."
|
|
|
|
|
#~ msgstr "Kein Restrisiko vergeben"
|
|
|
|
|
|
2025-09-12 17:02:37 +02:00
|
|
|
|
#, python-brace-format
|
|
|
|
|
#~ msgid "Risk '{title}' {state}"
|
|
|
|
|
#~ msgstr "Risiko '{title}' {state}"
|
|
|
|
|
|
|
|
|
|
#, python-brace-format
|
|
|
|
|
#~ msgid "Risk '{title}' deleted"
|
|
|
|
|
#~ msgstr "Risiko '{title}' gelöscht"
|
|
|
|
|
|
|
|
|
|
#, python-brace-format
|
|
|
|
|
#~ msgid "Control '{title}' {state}"
|
|
|
|
|
#~ msgstr "Maßnahme '{title}' {state}"
|
|
|
|
|
|
|
|
|
|
#, python-brace-format
|
|
|
|
|
#~ msgid "Control '{title}' deleted"
|
|
|
|
|
#~ msgstr "Maßnahme '{title}' gelöscht"
|
|
|
|
|
|
|
|
|
|
#, python-brace-format
|
|
|
|
|
#~ msgid "Review required for risk '{t}'"
|
|
|
|
|
#~ msgstr "Prüfung benötigt für Risiko '{t}'"
|
|
|
|
|
|
|
|
|
|
#, python-brace-format
|
|
|
|
|
#~ msgid "Review completed for risk '{t}'"
|
|
|
|
|
#~ msgstr "Prüfung Abgeschlossen für Risiko '{t}'"
|
|
|
|
|
|
|
|
|
|
#, python-brace-format
|
|
|
|
|
#~ msgid "Residual risk {state} for '{t}'"
|
|
|
|
|
#~ msgstr "Restrisiko {state} für '{t}'"
|
|
|
|
|
|
|
|
|
|
#, python-brace-format
|
|
|
|
|
#~ msgid "Residual risk deleted for '{t}'"
|
|
|
|
|
#~ msgstr "Restrisiko für '{t}' gelöscht"
|
|
|
|
|
|
|
|
|
|
#, python-brace-format
|
|
|
|
|
#~ msgid "Incident '{t}' {s}"
|
|
|
|
|
#~ msgstr "Vorfall '{t}' {s}"
|
|
|
|
|
|
|
|
|
|
#, python-brace-format
|
|
|
|
|
#~ msgid "Incident '{t}' deleted"
|
|
|
|
|
#~ msgstr "Vorfall '{t}' gelöscht"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Update status"
|
|
|
|
|
#~ msgstr "Status Aktualisiert"
|
|
|
|
|
|
|
|
|
|
#~ msgid "updated at"
|
|
|
|
|
#~ msgstr "Aktualisiert am"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Probability of occurrence"
|
|
|
|
|
#~ msgstr "Eintrittswahrscheinlichkeit"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Extent of damage"
|
|
|
|
|
#~ msgstr "Schadensausmaß"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Save"
|
|
|
|
|
#~ msgstr "Speichern"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Filter"
|
|
|
|
|
#~ msgstr "Filter"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Asset / Process"
|
|
|
|
|
#~ msgstr "Asset / Prozess"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Risk Owner"
|
|
|
|
|
#~ msgstr "Risikoeigner"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Gross Risk"
|
|
|
|
|
#~ msgstr "Bruttorisiko"
|
|
|
|
|
|
|
|
|
|
#~ msgid "No residual risk defined"
|
|
|
|
|
#~ msgstr "Noch kein Restrisiko definiert"
|
|
|
|
|
|
|
|
|
|
#~ msgid "No risks present"
|
|
|
|
|
#~ msgstr "Aktuell keine Risiken"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Impact \\\\ Likelihood"
|
|
|
|
|
#~ msgstr "Schadensausmaß \\\\ Eintrittswahrscheinlichkeit"
|