-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ECL-276-ECL-561: Added Welsh translations for returns emails and corr…
…ected url (#1095)
- Loading branch information
1 parent
e28cf60
commit 6eb5df4
Showing
9 changed files
with
286 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 changes: 64 additions & 0 deletions
64
app/uk/gov/hmrc/hmrcemailrenderer/templates/ecl/eclNilReturnSubmitted_cy.scala.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
@* | ||
* Copyright 2023 HM Revenue & Customs | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*@ | ||
|
||
@(params: Map[String, Any]) | ||
|
||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, "Rydych wedi cyflwyno datganiad ar gyfer yr Ardoll Troseddau Economaidd", isWelsh=true) { | ||
|
||
<div style="margin: 0 0 30px; | ||
font-size: 19px;"> | ||
<p>Annwyl @params("name")</p> | ||
|
||
<p> | ||
Rydych wedi cyflwyno datganiad ar gyfer yr Ardoll Troseddau Economaidd (ECL). Nid oes angen i chi dalu’r ardoll ar gyfer y flwyddyn ariannol hon. | ||
</p> | ||
|
||
<table width="100%" cellspacing="0" cellpadding="2px" style="text-align: left; | ||
font-size: 19px;"> | ||
<tbody> | ||
|
||
<tr> | ||
<th>Dyddiad cyflwyno datganiad ECL</th> | ||
<td>@params("dateSubmitted")</td> | ||
</tr> | ||
|
||
<tr> | ||
<th>Blwyddyn ariannol</th> | ||
<td>@params("periodStartDate") i @params("periodEndDate")</td> | ||
</tr> | ||
|
||
<tr> | ||
<th>Y swm sydd angen i chi ei dalu</th> | ||
<td>@params("amountDue")</td> | ||
</tr> | ||
|
||
</tbody> | ||
</table> | ||
|
||
<p> | ||
Mae gwybodaeth am eich datganiad ar gael yn eich cyfrif ECL. | ||
</p> | ||
|
||
<p style="font-weight: bold;">Pam cawsoch yr e-bost hwn</p> | ||
|
||
<p>Hwn yw’r cyfeiriad e-bost a roddwyd gennych pan wnaethoch gyflwyno’ch datganiad.</p> | ||
|
||
<p>Peidiwch ag ymateb i’r e-bost hwn.</p> | ||
|
||
<p>Oddi wrth y Tîm Ardoll Troseddau Economaidd</p> | ||
</div> | ||
|
||
} |
22 changes: 22 additions & 0 deletions
22
app/uk/gov/hmrc/hmrcemailrenderer/templates/ecl/eclNilReturnSubmitted_cy.scala.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
@(params: Map[String, Any]) | ||
Rydych wedi cyflwyno datganiad ar gyfer yr Ardoll Troseddau Economaidd | ||
|
||
Annwyl @params("name") | ||
|
||
Rydych wedi cyflwyno datganiad ar gyfer yr Ardoll Troseddau Economaidd (ECL). Nid oes angen i chi dalu’r ardoll ar gyfer y flwyddyn ariannol hon. | ||
|
||
Dyddiad cyflwyno datganiad ECL @params("dateSubmitted") | ||
Blwyddyn ariannol @params("periodStartDate") i @params("periodEndDate") | ||
Y swm sydd angen i chi ei dalu @params("amountDue") | ||
|
||
Mae gwybodaeth am eich datganiad ar gael yn eich cyfrif ECL. | ||
|
||
Pam cawsoch yr e-bost hwn | ||
|
||
Hwn yw’r cyfeiriad e-bost a roddwyd gennych pan wnaethoch gyflwyno’ch datganiad. | ||
|
||
Peidiwch ag ymateb i’r e-bost hwn. | ||
|
||
Oddi wrth y Tîm Ardoll Troseddau Economaidd | ||
|
||
@{uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.template_footer_cy()} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
89 changes: 89 additions & 0 deletions
89
app/uk/gov/hmrc/hmrcemailrenderer/templates/ecl/eclReturnSubmitted_cy.scala.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
@* | ||
* Copyright 2023 HM Revenue & Customs | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*@ | ||
|
||
@(params: Map[String, Any]) | ||
|
||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, "Rydych wedi cyflwyno datganiad ar gyfer yr Ardoll Troseddau Economaidd", isWelsh=true) { | ||
|
||
<div style="margin: 0 0 30px; | ||
font-size: 19px;"> | ||
<p>Annwyl @params("name")</p> | ||
|
||
<p> | ||
Rydych wedi cyflwyno datganiad ar gyfer yr Ardoll Troseddau Economaidd (ECL). | ||
</p> | ||
|
||
<table width="100%" cellspacing="0" cellpadding="2px" style="text-align: left; | ||
font-size: 19px;"> | ||
<tbody> | ||
|
||
<tr> | ||
<th>Rhif Datganiad ECL</th> | ||
<td>@params("chargeReference")</td> | ||
</tr> | ||
|
||
<tr> | ||
<th>Dyddiad cyflwyno datganiad ECL</th> | ||
<td>@params("dateSubmitted")</td> | ||
</tr> | ||
|
||
<tr> | ||
<th>Blwyddyn ariannol</th> | ||
<td>@params("periodStartDate") i @params("periodEndDate")</td> | ||
</tr> | ||
|
||
<tr> | ||
<th>Y swm sydd angen i chi ei dalu</th> | ||
<td>@params("amountDue")</td> | ||
</tr> | ||
|
||
</tbody> | ||
</table> | ||
|
||
<p> | ||
Mae’n rhaid i chi dalu’r ardoll erbyn @params("datePaymentDue"). Mae’n rhaid defnyddio’ch rhif ECL fel cyfeirnod talu pan ydych yn talu’r ardoll. | ||
</p> | ||
|
||
<p> | ||
Ni fyddwch yn cael e-bost na hysbysiad oddi wrth CThEF i’ch atgoffa i dalu. | ||
</p> | ||
|
||
@if(params("privateBetaEnabled").toString.toBoolean){ | ||
<p>Byddwch yn gallu talu’r ardoll o fis Awst 2023.</p> | ||
} | ||
<p> | ||
Codir llog arnoch os ydych yn talu’n hwyr. | ||
</p> | ||
|
||
@if(!params("privateBetaEnabled").toString.toBoolean) { | ||
<p style="font-weight: bold;">Sut i dalu’r ardoll</p> | ||
|
||
<p>Gallwch dalu’r ardoll drwy fynd i’r arweiniad ar sut i dalu:</p> | ||
|
||
<a href="https://www.gov.uk/guidance/pay-your-economic-crime-levy" style="color: #005EA5;"> | ||
https://www.gov.uk/guidance/pay-your-economic-crime-levy | ||
</a> | ||
} | ||
<p style="font-weight: bold;">Pam cawsoch yr e-bost hwn</p> | ||
|
||
<p>Hwn yw’r cyfeiriad e-bost a roddwyd gennych pan wnaethoch gyflwyno’ch datganiad.</p> | ||
|
||
<p>Peidiwch ag ymateb i’r e-bost hwn.</p> | ||
|
||
<p>Oddi wrth y Tîm Ardoll Troseddau Economaidd</p> | ||
</div> | ||
|
||
} |
36 changes: 36 additions & 0 deletions
36
app/uk/gov/hmrc/hmrcemailrenderer/templates/ecl/eclReturnSubmitted_cy.scala.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
@(params: Map[String, Any]) | ||
Rydych wedi cyflwyno datganiad ar gyfer yr Ardoll Troseddau Economaidd | ||
|
||
Annwyl @params("name") | ||
|
||
Rydych wedi cyflwyno datganiad ar gyfer yr Ardoll Troseddau Economaidd (ECL). | ||
|
||
Rhif Datganiad ECL @params("chargeReference") | ||
Dyddiad cyflwyno datganiad ECL @params("dateSubmitted") | ||
Blwyddyn ariannol @params("periodStartDate") i @params("periodEndDate") | ||
Y swm sydd angen i chi ei dalu @params("amountDue") | ||
|
||
Mae’n rhaid i chi dalu’r ardoll erbyn @params("datePaymentDue"). Mae’n rhaid defnyddio’ch rhif ECL fel cyfeirnod talu pan ydych yn talu’r ardoll. | ||
|
||
Ni fyddwch yn cael e-bost na hysbysiad oddi wrth CThEF i’ch atgoffa i dalu. | ||
|
||
@if(params("privateBetaEnabled").toString.toBoolean){ | ||
Byddwch yn gallu talu’r ardoll o fis Awst 2023. | ||
} | ||
Codir llog arnoch os ydych yn talu’n hwyr. | ||
@if(!params("privateBetaEnabled").toString.toBoolean) { | ||
Sut i dalu’r ardoll | ||
|
||
Gallwch dalu’r ardoll drwy fynd i’r arweiniad ar sut i dalu: | ||
https://www.gov.uk/guidance/pay-your-economic-crime-levy | ||
} | ||
|
||
Pam cawsoch yr e-bost hwn | ||
|
||
Hwn yw’r cyfeiriad e-bost a roddwyd gennych pan wnaethoch gyflwyno’ch datganiad. | ||
|
||
Peidiwch ag ymateb i’r e-bost hwn. | ||
|
||
Oddi wrth y Tîm Ardoll Troseddau Economaidd | ||
|
||
@{uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.template_footer_cy()} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters