updated welsh translations

This commit is contained in:
2023-05-23 10:38:03 +01:00
parent dc43d7f2b4
commit 275258562e
45 changed files with 677 additions and 7698 deletions
+18 -8
View File
@@ -447,15 +447,19 @@ const CaseSummary = (props) => {
"watchedCases"
);
alert(
"You have stopped watching case " +
t(
"case:you-have-stopped-watching-label"
) +
props.currentView
.caseReference
.currentReference
);
}}
title="Stop watching this case"
title={t(
"case:stop-watching-case-link"
)}
>
Stop watching this case{" "}
{t("case:stop-watching-case-link")}{" "}
</span>
) : (
<span
@@ -472,14 +476,17 @@ const CaseSummary = (props) => {
.appealType
);
alert(
"You are watching case " +
t(
"case:you-are-watching-label"
) +
" " +
props.currentView
.caseReference
.currentReference
);
}}
>
Watch this case
{t("case:watch-this-case-link")}
</span>
))}
@@ -505,9 +512,9 @@ const CaseSummary = (props) => {
// item.title
// );
}}
title="Watch this case"
title={t("case:watch-this-case-link")}
>
Watch this case
{t("case:watch-this-case-link")}
</span>
)}
</div>
@@ -524,7 +531,10 @@ const CaseSummary = (props) => {
detailsObj.pinswg_representation_period_end_date
) && (
<div className="govuk-body">
Representation Period ended on{" "}
{t(
"case:representation-period-ended-on-label"
)}
{formatDates(
detailsObj.pinswg_representation_period_end_date
)}