From 8597a3b803f9a80fb153fb0b2b264383026177d5 Mon Sep 17 00:00:00 2001 From: Bogdan Kostov Date: Thu, 14 Nov 2024 10:21:57 +0100 Subject: [PATCH 1/2] [Fix #661] Extend description of operational failure rate hint adding information on outdated value with no visual indication --- public/locales/cs/translation.json | 2 +- public/locales/en/translation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/cs/translation.json b/public/locales/cs/translation.json index 8129e587..dbc484d7 100644 --- a/public/locales/cs/translation.json +++ b/public/locales/cs/translation.json @@ -103,7 +103,7 @@ }, "operationalFailureRate": { "title": "Provozní intenzita poruch", - "description": "Intenzita poruch vypočtená na základě počtu výskytů selhání komponenty během provozu letadla napříč všemi typy letadel. Každá specifická komponenta má definované jedinečné číslo SNS." + "description": "Intenzita poruch vypočtená na základě počtu výskytů selhání komponenty během provozu letadla napříč všemi typy letadel. Každá specifická komponenta má definované jedinečné číslo SNS. Všimněte si, že uvedená hodnota může být zastaralá, i když neexistuje žádná vizuální indikace. Pokud ano, bude aktualizována při vyhodnocení stromu poruch. Hodnota by mohla být zastaralá bez vizuální indikace kvůli aktualizovaných Min. provozních hodiny (MOH) systému u stromů poruch které nemají vlastní MOH a nebo z důvodu nových záznamů poruch. Pokud je hodnota zastaralá z jiných důvodů, zobrazí se vizuální indikace." }, "manuallyDefinedFailureRate": { "title": "Manuálně definovaná intenzita poruch", diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index fcb22c17..23915b3a 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -103,7 +103,7 @@ }, "operationalFailureRate": { "title": "Operational failure rate", - "description": "Failure rate calculated based on the quantity of occurrences of component failures during the aircraft operation across all aircraft types. Each specific component has a defined unique SNS number." + "description": "Failure rate calculated based on the quantity of occurrences of component failures during the aircraft operation across all aircraft types. Each specific component has a defined unique SNS number. Note that the presented value might be outdated, even if there is no visual indication. If so it will be updated on fault tree evaluation. The value could become outdated without visual indication due to updated system's min. operational hours (MOH) for fault trees which do not have own MOH or due to new failure records. If the value is outdated due to other reasons there will be a visual indication." }, "manuallyDefinedFailureRate": { "title": "Manually defined failure rate", From c9e44e4a07c94d7f54c23002cb5ea1a74f2d18d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bla=C5=A1ko?= Date: Mon, 18 Nov 2024 22:03:01 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: grotskat <93380770+grotskat@users.noreply.github.com> --- public/locales/cs/translation.json | 2 +- public/locales/en/translation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/cs/translation.json b/public/locales/cs/translation.json index dbc484d7..02a5f269 100644 --- a/public/locales/cs/translation.json +++ b/public/locales/cs/translation.json @@ -103,7 +103,7 @@ }, "operationalFailureRate": { "title": "Provozní intenzita poruch", - "description": "Intenzita poruch vypočtená na základě počtu výskytů selhání komponenty během provozu letadla napříč všemi typy letadel. Každá specifická komponenta má definované jedinečné číslo SNS. Všimněte si, že uvedená hodnota může být zastaralá, i když neexistuje žádná vizuální indikace. Pokud ano, bude aktualizována při vyhodnocení stromu poruch. Hodnota by mohla být zastaralá bez vizuální indikace kvůli aktualizovaných Min. provozních hodiny (MOH) systému u stromů poruch které nemají vlastní MOH a nebo z důvodu nových záznamů poruch. Pokud je hodnota zastaralá z jiných důvodů, zobrazí se vizuální indikace." + "description": "Intenzita poruch vypočtená na základě počtu výskytů selhání komponenty během provozu letadla napříč všemi typy letadel. Každá specifická komponenta má definované jedinečné číslo SNS. Všimněte si, že uvedená hodnota může být zastaralá, i když neexistuje žádná vizuální indikace. Pokud tomu tak je, hodnota může být aktualizována uživatelem pomocí přepočtu stromu poruch. Hodnota by mohla být zastaralá bez vizuální indikace kvůli aktualizované Min. provozní době (MOH) systému u stromů poruch, které nemají vlastní MOH a nebo z důvodu nových záznamů poruch. Pokud je hodnota zastaralá z jiných důvodů, zobrazí se vizuální indikace." }, "manuallyDefinedFailureRate": { "title": "Manuálně definovaná intenzita poruch", diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index 23915b3a..dc27716d 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -103,7 +103,7 @@ }, "operationalFailureRate": { "title": "Operational failure rate", - "description": "Failure rate calculated based on the quantity of occurrences of component failures during the aircraft operation across all aircraft types. Each specific component has a defined unique SNS number. Note that the presented value might be outdated, even if there is no visual indication. If so it will be updated on fault tree evaluation. The value could become outdated without visual indication due to updated system's min. operational hours (MOH) for fault trees which do not have own MOH or due to new failure records. If the value is outdated due to other reasons there will be a visual indication." + "description": "Failure rate calculated based on the quantity of occurrences of component failures during the aircraft operation across all aircraft types. Each specific component has a defined unique SNS number. Note that the presented value might be outdated, even if there is no visual indication. If so it can be updated with user's action to recalculate fault tree. The value could become outdated without visual indication due to updated system's Min. operational hours (MOH) for fault trees which do not have own MOH or due to new failure records. If the value is outdated due to other reasons there will be a visual indication." }, "manuallyDefinedFailureRate": { "title": "Manually defined failure rate",