language updates for new pages
This commit is contained in:
@@ -28,12 +28,18 @@ module.exports = {
|
||||
"/advancedsearch": ["search", "myportal"],
|
||||
"/advancedsearchresults": ["search"],
|
||||
"/searchresults": ["search", "case"],
|
||||
"/addresssearch": ["search", "case", "myportal"],
|
||||
"/addresssearchresults": ["search", "case", "myportal"],
|
||||
"/viewall": ["search"],
|
||||
"/case": ["case"],
|
||||
"/case/*": ["case"],
|
||||
"/case/[ticketnumber]": ["case"],
|
||||
"/case/id/[incident]": ["case"],
|
||||
"/myportal/representation": ["case", "myrepresentations", "common"],
|
||||
"/myportal/error": ["myportal", "common"],
|
||||
"/myportal/case/id/[incident]": ["case"],
|
||||
"/myportal/addresssearch": ["search", "case", "myportal"],
|
||||
"/myportal/addresssearchresults": ["search", "case", "myportal"],
|
||||
"/newappeal": ["newappeal"],
|
||||
"/newappeal/*": ["newappeal"],
|
||||
"/newappeal/selectappeal": ["newappeal"],
|
||||
|
||||
@@ -47,6 +47,8 @@
|
||||
"breadcrumb-search-results": "Canlyniadau chwilio",
|
||||
"breadcrumb-advanced-search": "Chwilio uwch",
|
||||
"breadcrumb-advanced-search-results": "Canlyniadau chwilio uwch",
|
||||
"breadcrumb-address-search": "Chwiliad cyfeiriad",
|
||||
"breadcrumb-address-search-results": "Cyfeiriad canlyniadau chwilio",
|
||||
"breadcrumb-my-portal": "Fy mhorth",
|
||||
"breadcrumb-new-appeal": "Apêl newydd",
|
||||
"breadcrumb-case-reference": "Cyfeirnod Achos",
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"case-type-option-11": "Apeliadau Rhwymedigaethau Cynllunio",
|
||||
"case-type-option-12": "Apeliadau cynllunio adeiladau rhestredig ac ardal gadwraeth",
|
||||
"advanced-search-title-label": "Chwiliad manwl",
|
||||
"address-search-title-label": "Chwilio am achosion yn ôl cyfeiriad",
|
||||
"applicant-label": "Apelydd/Ymgeisydd",
|
||||
"other-party-label": "Parti Arall",
|
||||
"hearing-date-label": "Dyddiad y Gwrandawaid/Ymchwiliad",
|
||||
@@ -64,5 +65,6 @@
|
||||
"searchresults-no-records-label": "Nid oes unrhyw gofnodion",
|
||||
"searchresults-show-records-label-a": "Dangoswch",
|
||||
"searchresults-show-records-label-b": "cofnod",
|
||||
"searchresults-created-on-label": "Creu ymlaen"
|
||||
"searchresults-created-on-label": "Creu ymlaen",
|
||||
"address-search-appellant-validation": "Angen rhan o'r cyfeiriad i chwilio gydag enw"
|
||||
}
|
||||
@@ -47,6 +47,8 @@
|
||||
"breadcrumb-search-results": "Search results",
|
||||
"breadcrumb-advanced-search": "Advanced search",
|
||||
"breadcrumb-advanced-search-results": "Advanced search results",
|
||||
"breadcrumb-address-search": "Address search",
|
||||
"breadcrumb-address-search-results": "Address search results",
|
||||
"breadcrumb-my-portal": "My portal",
|
||||
"breadcrumb-new-appeal": "New appeal",
|
||||
"breadcrumb-case-reference": "Case Reference",
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"case-type-option-11": "Planning Obligation Appeals",
|
||||
"case-type-option-12": "Planning Listed Building and Conservation Area Appeals",
|
||||
"advanced-search-title-label": "Advanced search",
|
||||
"address-search-title-label": "Search for cases by address",
|
||||
"applicant-label": "Appellant/Applicant",
|
||||
"other-party-label": "Other Party",
|
||||
"hearing-date-label": "Hearing/Enquiry date",
|
||||
@@ -64,5 +65,6 @@
|
||||
"searchresults-no-records-label": "There are no records",
|
||||
"searchresults-show-records-label-a": "Show",
|
||||
"searchresults-show-records-label-b": "records",
|
||||
"searchresults-created-on-label": "Created on"
|
||||
"searchresults-created-on-label": "Created on",
|
||||
"address-search-appellant-validation": "Need part of the address to search with a name"
|
||||
}
|
||||
@@ -103,18 +103,34 @@ module.exports = {
|
||||
source: "/chwiliouwch",
|
||||
destination: "/advancedsearch",
|
||||
},
|
||||
{
|
||||
source: "/chwiliadcyfeiriadau",
|
||||
destination: "/addresssearch",
|
||||
},
|
||||
{
|
||||
source: "/fymhorth/chwiliouwch",
|
||||
destination: "/myportal/advancedsearch",
|
||||
},
|
||||
{
|
||||
source: "/fymhorth/chwiliadcyfeiriadau",
|
||||
destination: "/myportal/addresssearch",
|
||||
},
|
||||
{
|
||||
source: "/canlyniadauchwiliouwch",
|
||||
destination: "/advancedsearchresults",
|
||||
},
|
||||
{
|
||||
source: "/canlyniadaucyfeiriadau",
|
||||
destination: "/addresssearchresults",
|
||||
},
|
||||
{
|
||||
source: "/fymhorth/canlyniadauchwiliouwch",
|
||||
destination: "/myportal/advancedsearchresults",
|
||||
},
|
||||
{
|
||||
source: "/fymhorth/canlyniadaucyfeiriadau",
|
||||
destination: "/myportal/addresssearchresults",
|
||||
},
|
||||
{
|
||||
source: "/fymhorth",
|
||||
destination: "/myportal",
|
||||
@@ -123,10 +139,18 @@ module.exports = {
|
||||
source: "/achos",
|
||||
destination: "/case",
|
||||
},
|
||||
{
|
||||
source: "/achos/id/:slug",
|
||||
destination: "/case/id/:slug",
|
||||
},
|
||||
{
|
||||
source: "/fymhorth/achos",
|
||||
destination: "/myportal/case",
|
||||
},
|
||||
{
|
||||
source: "/fymhorth/achos/id/:slug",
|
||||
destination: "/myportal/case/id/:slug",
|
||||
},
|
||||
{
|
||||
source: "/fymhorth/gweldpopeth",
|
||||
destination: "/myportal/viewall",
|
||||
|
||||
Reference in New Issue
Block a user