Skip to content

Commit

Permalink
Merge pull request #787 from intuitem/fix/undefined_translations
Browse files Browse the repository at this point in the history
Fix translations containing undefined string in it
  • Loading branch information
ab-smith authored Sep 4, 2024
2 parents 2e44076 + e83ae83 commit 1064f96
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion frontend/messages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
"acceptedRiskScenarios": "{count} akzeptierte Risikoszenario{s}",
"reviewNeeded": "Überprüfung erforderlich",
"ok": "OK",
"inconsistenciesFoundComposer": "{count} Inkonsistenz{en} gefunden. Für weitere Details überprüfen Sie",
"inconsistenciesFoundComposer": "{count} Inkonsistenz gefunden. Für weitere Details überprüfen Sie",
"current": "Aktuell",
"residual": "Restrisiko",
"jumpToRiskAssessment": "Zur Risikobewertung springen",
Expand Down
10 changes: 5 additions & 5 deletions frontend/messages/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@
"october": "Ottobre",
"november": "Novembre",
"december": "Dicembre",
"errorsFound": "errore{i} trovato{i}",
"warningsFound": "avviso{i} trovato{i}",
"errorsFound": "errore trovato",
"warningsFound": "avviso trovato",
"infosFound": "info trovata",
"remediationPlan": "Piano di rimedio",
"treatmentPlan": "Piano di trattamento",
Expand Down Expand Up @@ -404,11 +404,11 @@
"composerTitlePlural": "Ecco la panoramica per le {number} valutazioni del rischio selezionate",
"statusOfAssociatedMeasures": "Stato delle misure associate",
"forTheSelectedScope": "Per l'ambito selezionato, hai",
"untreatedRiskScenarios": "{count} scenario{i} di rischio non trattato{i}",
"acceptedRiskScenarios": "{count} scenario{i} di rischio accettato{i}",
"untreatedRiskScenarios": "{count} scenario di rischio non trattato",
"acceptedRiskScenarios": "{count} scenario di rischio accettato",
"reviewNeeded": "Revisione necessaria",
"ok": "Ok",
"inconsistenciesFoundComposer": "{count} incoerenza{e} trovata{e}. Per maggiori dettagli, controlla",
"inconsistenciesFoundComposer": "{count} incoerenza trovata. Per maggiori dettagli, controlla",
"current": "Attuale",
"residual": "Residuo",
"jumpToRiskAssessment": "Salta alla valutazione del rischio",
Expand Down
8 changes: 4 additions & 4 deletions frontend/messages/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@
"october": "Oktober",
"november": "November",
"december": "December",
"errorsFound": "fout{en} gevonden",
"warningsFound": "waarschuwing{en} gevonden",
"infosFound": "info{rmatie} gevonden",
"errorsFound": "fout gevonden",
"warningsFound": "waarschuwing gevonden",
"infosFound": "info gevonden",
"remediationPlan": "Saneringsplan",
"treatmentPlan": "Behandelingsplan",
"plan": "Plan",
Expand Down Expand Up @@ -408,7 +408,7 @@
"acceptedRiskScenarios": "{count} geaccepteerde risicoscenario{s}",
"reviewNeeded": "Beoordeling nodig",
"ok": "Oké",
"inconsistenciesFoundComposer": "{count} inconsistentie{n} gevonden. Voor meer details, controleer",
"inconsistenciesFoundComposer": "{count} inconsistentie gevonden. Voor meer details, controleer",
"current": "Huidig",
"residual": "Rest",
"jumpToRiskAssessment": "Spring naar risicobeoordeling",
Expand Down
12 changes: 6 additions & 6 deletions frontend/messages/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@
"october": "Octombrie",
"november": "Noiembrie",
"december": "Decembrie",
"errorsFound": "eroare{i} găsite",
"warningsFound": "avertisment{e} găsite",
"infosFound": "informație{i} găsite",
"errorsFound": "eroare găsite",
"warningsFound": "avertisment găsite",
"infosFound": "informație găsite",
"remediationPlan": "Plan de remediere",
"treatmentPlan": "Plan de tratament",
"plan": "Plan",
Expand Down Expand Up @@ -403,11 +403,11 @@
"composerTitlePlural": "Iată prezentarea generală pentru cele {number} evaluări selectate ale riscurilor",
"statusOfAssociatedMeasures": "Starea măsurilor asociate",
"forTheSelectedScope": "Pentru domeniul selectat, aveți",
"untreatedRiskScenarios": "{count} scenariu{i} de risc netratat{e}",
"acceptedRiskScenarios": "{count} scenariu{i} de risc acceptat{e}",
"untreatedRiskScenarios": "{count} scenariu de risc netratat",
"acceptedRiskScenarios": "{count} scenariu de risc acceptat",
"reviewNeeded": "Revizuire necesară",
"ok": "Ok",
"inconsistenciesFoundComposer": "Au fost găsite {count} inconsistență{i}. Pentru mai multe detalii, verificați",
"inconsistenciesFoundComposer": "Au fost găsite {count} inconsistență. Pentru mai multe detalii, verificați",
"current": "Curent",
"residual": "Rezidual",
"jumpToRiskAssessment": "Sari la evaluarea riscului",
Expand Down

0 comments on commit 1064f96

Please sign in to comment.