Skip to content

Commit

Permalink
Merge branch 'develop' into score-ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
randywoods1 committed Nov 19, 2024
2 parents 1bc696c + f296d1c commit d31a493
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@

<div *ngIf=" !!extras && mode === 'DOCS'">
<table class="reference-table">
<tr>
<tr *ngIf="extras?.documents.length > 0">
<th>{{t('extras.artifact title')}}</th>
<th>{{t('extras.file name')}}</th>
<th></th>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,20 @@

<div class="white-panel d-flex flex-column justify-content-start flex-11a" *transloco="let t">
<h3 class="mb-2 flex-00a">{{t('titles.control priorities')}}</h3>
<p class="mb-3 w-100" [innerHTML]="t('control priorities intro1') + docUrl + t('control priorities intro2')">
<p class="mb-3 w-100">
{{t('control priorities intro1')}}
</p>
<p class="mb-3 w-100">
{{t('control priorities intro2')}}
</p>
<ul>
<li>{{t('control priorities bullet1')}}</li>
<li>{{t('control priorities bullet2')}}</li>
<li>{{t('control priorities bullet3')}}</li>
<li>{{t('control priorities bullet4')}}</li>
</ul>
<p class="mb-3 w-100">
{{t('control priorities intro3')}}
</p>
<div *ngIf="!initialized" class="d-flex flex-11a w-100">
<div class="spinner-container d-flex justify-content-center align-items-center flex-11a w-100">
Expand Down
9 changes: 7 additions & 2 deletions CSETWebNg/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,13 @@
"email not allowed": "The specified email is not allowed by this installation",
"unknown error": "Unknown error",
"user inactive": "User is inactive",
"control priorities intro1": "Information on ranking can be found in the <a href=\"",
"control priorities intro2": "htmlhelp/results_ranked_questions_screen.htm\" target=\"blank\">User Guide</a>.",
"control priorities intro1": "Each unanswered question or question answered with a “No” response is ranked by priority below. Organizations can use this information to pinpoint specific areas where additional resources or mitigating controls may be necessary to achieve compliance. Questions are ranked in order of highest priority to lowest.",
"control priorities intro2": "The following factors are used to determine the priority of each question/requirement:",
"control priorities bullet1": "The specific weighting value assigned to each question.",
"control priorities bullet2": "The weighting value of the subject area or question category.",
"control priorities bullet3": "The security assurance level of the question.",
"control priorities bullet4": "The component criticality value assigned by the user, if applicable.",
"control priorities intro3": "Questions and categories were analyzed and assigned a weight relative to others within the assessment.",
"local installation": "Local Installation",
"new version": "A new version is available.",
"your version": "Your version:",
Expand Down
9 changes: 7 additions & 2 deletions CSETWebNg/src/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,13 @@
"email not allowed": "El correo electrónico especificado no está permitido en esta instalación de CSET",
"unknown error": "Error desconocido",
"user inactive": "Usuario está inactivo",
"control priorities intro1": "Información sobre el ranking se puede encontrar en la <a href=\"",
"control priorities intro2": "htmlhelp/results_ranked_questions_screen.htm\" target=\"blank\">guía del usuario</a>.",
"control priorities intro1": "Cada pregunta sin respuesta o pregunta respondida con un “No” se clasifica según su prioridad a continuación. Las organizaciones pueden utilizar esta información para identificar áreas específicas donde pueden ser necesarios recursos adicionales o controles de mitigación para lograr el cumplimiento. Las preguntas están clasificadas en orden de mayor a menor prioridad.",
"control priorities intro2": "Los siguientes factores se utilizan para determinar la prioridad de cada pregunta/requisito:",
"control priorities bullet1": "El valor de ponderación específico asignado a cada pregunta.",
"control priorities bullet2": "El valor de ponderación del área temática o categoría de pregunta.",
"control priorities bullet3": "El nivel de garantía de seguridad de la pregunta.",
"control priorities bullet4": "El valor de criticidad del componente asignado por el usuario, si corresponde.",
"control priorities intro3": "Se analizaron preguntas y categorías y se les asignó un peso en relación con otras dentro de la evaluación.",
"local installation": "Instalación Local",
"new version": "A new version of CSET is available.",
"your version": "Tu versión:",
Expand Down
9 changes: 7 additions & 2 deletions CSETWebNg/src/assets/i18n/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,13 @@
"email not allowed": "Зазначена електронна адреса не дозволена цією інсталяцією CSET",
"unknown error": "Невідома помилка",
"user inactive": "Користувач неактивний",
"control priorities intro1": "Інформацію про рейтинг можна знайти в <a href=\"",
"control priorities intro2": "htmlhelp/results_ranked_questions_screen.htm\" target=\"blank\">посібнику користувача</a>.",
"control priorities intro1": "Кожне запитання без відповіді або запитання, на яке дано відповідь «Ні», розташовується за пріоритетністю нижче. Організації можуть використовувати цю інформацію, щоб точно визначити конкретні області, де можуть знадобитися додаткові ресурси або пом’якшувальні засоби контролю для досягнення відповідності. Питання ранжуються в порядку від найвищого до найнижчого.",
"control priorities intro2": "Для визначення пріоритетності кожного питання/вимоги використовуються такі фактори:",
"control priorities bullet1": "Конкретне значення ваги, призначене кожному питанню.",
"control priorities bullet2": "Вагове значення предметної області або категорії питання.",
"control priorities bullet3": "Рівень безпеки питання.",
"control priorities bullet4": "Значення критичності компонента, призначене користувачем, якщо застосовно.",
"control priorities intro3": "Питання та категорії були проаналізовані та отримали вагу відносно інших в рамках оцінювання.",
"local installation": "Місцева установка",
"new version": "Доступна нова версія CSET.",
"your version": "Ваша версія:",
Expand Down

0 comments on commit d31a493

Please sign in to comment.