Merge from git
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"register-new-account-heading": "Create a new account",
|
||||
"register-new-account-status-created-label": "Your account has not created",
|
||||
"register-new-account-status-not-created-label": "Your account has been created",
|
||||
"register-new-account-checking-label": "Checking for account...",
|
||||
"help-heading": "Help",
|
||||
"help-sub-heading-1": "Companies or submissions by more than one individual (groups)",
|
||||
"help-paragraph-1": "If you are submitting an appeal or representation from a company e.g. \"Acme Inc\" or agroup of people e.g. \"Residents of 1-10 High street\", you should enter the name of the company or group in the Company/Group field. You will be deemed as acting as their representative.",
|
||||
"help-sub-heading-2": "Enforcement appeals by married/civil partnership couples",
|
||||
"help-paragraph-2": "You should not enter a group name. You need only enter your partner's name on the appeal form itself as an additional appellant.",
|
||||
"help-sub-heading-3": "Other appeals by married/civil partnership couples",
|
||||
"help-paragraph-3": "For any other type of appeal, for example a planning appeal, you should enter a group name when creating your account e.g. \"Mr and Mrs Smith\", if that is the name on the application.",
|
||||
"register-new-account-sub-heading-1": "About you",
|
||||
"register-new-account-first-name-label": "First name",
|
||||
"register-new-account-first-name-label-errormsg": "Is required",
|
||||
"register-new-account-last-name-label": "Last name",
|
||||
"register-new-account-last-name-label-errormsg": "Is required",
|
||||
"register-new-account-email-address-label": "Email address",
|
||||
"register-new-account-email-address-label-errormsg": "Enter a valid email address",
|
||||
"register-new-account-phone-label": "Telephone",
|
||||
"register-new-account-password-label": "Password",
|
||||
"register-new-account-password-label-errormsg": "Password",
|
||||
"register-new-account-confirm-password-label": "Confirm password",
|
||||
"register-new-account-confirm-password-label-errormsg": "Passwords must match",
|
||||
"register-new-account-sub-heading-2": "What is your address?",
|
||||
"register-new-account-address-line-1-label": "Address line 1",
|
||||
"register-new-account-address-line-1-label-errormsg": "Is required",
|
||||
"register-new-account-address-line-2-label": "Address line 2",
|
||||
"register-new-account-town-label": "Town/City",
|
||||
"register-new-account-town-label-errormsg": "Is required",
|
||||
"register-new-account-county-label": "County",
|
||||
"register-new-account-county-label-errormsg": "Is required",
|
||||
"register-new-account-postcode-label": "Postcode",
|
||||
"register-new-account-postcode-label-errormsg": "Is required",
|
||||
"register-new-account-check-details-paragraph": "Check that the details you entered are correct.",
|
||||
"register-new-account-confirmation-email": "We have sent you a confirmation email.",
|
||||
"register-new-account-sub-heading-what-next": "What happens next",
|
||||
"register-new-account-paragraph-what-next": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi a metus non quam mollis egestas. Integer ac leo cursus, laoreet nulla sed, tempus tellus. Mauris condimentum erat arcu.",
|
||||
"register-new-account-my-portal-link": "Login to My Portal",
|
||||
"register-new-account-account-failed": "Please try again with a different email address"
|
||||
}
|
||||
+35
-1
@@ -1,11 +1,14 @@
|
||||
{
|
||||
"page-title": "Reference",
|
||||
"case-card-title": "Reference: APP/B1415/W/20/3271702",
|
||||
"summary-reference-label": "Reference",
|
||||
"summary-applicant-label": "Appellant/Applicant",
|
||||
"summary-agent-label": "Agent",
|
||||
"summary-site-address-label": "Site Address",
|
||||
"summary-make-representation-label": "Make representation",
|
||||
"summary-back-button-label": "Go back",
|
||||
"summary-case-details-label": "Case Details",
|
||||
"summary-project-details-label": "Project Details",
|
||||
"summary-case-type-label": "Case Type",
|
||||
"summary-lpa-label": "Local Planning Authority",
|
||||
"summary-case-summary-label": "Case Summary",
|
||||
@@ -14,8 +17,11 @@
|
||||
"summary-status-label": "Status",
|
||||
"summary-decision-label": "Decision and Outcome",
|
||||
"summary-case-link-status-label": "Case Link Status",
|
||||
"summary-case-link-status-not-linked": "Not linked",
|
||||
"summary-case-link-status-linked": "Linked",
|
||||
"summary-linked-cases-label": "Linked Cases",
|
||||
"summary-dates-label": "Dates",
|
||||
"summary-no-date-entered-label": "no date entered",
|
||||
"summary-start-date-label": "Start Date",
|
||||
"summary-questionnaire-due-date-label": "Questionnaire due",
|
||||
"summary-statement-due-date-label": "Statement(s) due",
|
||||
@@ -29,5 +35,33 @@
|
||||
"documents-name-label": "Name",
|
||||
"documents-doc-type-label": "Document type",
|
||||
"documents-date-published-label": "Date published",
|
||||
"documents-size-label": "Size (KB)"
|
||||
"documents-size-label": "Size (KB)",
|
||||
"documents-non-available-label": "There are no documents for this appeal",
|
||||
"documents-heading-label": "Documents",
|
||||
"documents-checking-label": "Checking for documents",
|
||||
"documents-count-label-1": "There are",
|
||||
"documents-count-label-2": "documents",
|
||||
"documents-count-label-1a": "There is",
|
||||
"documents-count-label-2a": "document",
|
||||
"summary-application-accepted-as-valid": "Application Accepted as Valid",
|
||||
"summary-application-rejected-as-invalid": "Application rejected as Invalid",
|
||||
"summary-confirm-request-to-vary-application": "Confirm Request to Vary Application",
|
||||
"summary-date-of-decisions": "Date of Decisions",
|
||||
"summary-date-of-request-to-vary": "Date of request to Vary",
|
||||
"summary-date-of-submission-of-application": "Date of submission of Application",
|
||||
"summary-date-project-published-to-website": "Date Project Published to Website",
|
||||
"summary-deadline-for-submission-of-application": "Deadline for submission of Application",
|
||||
"summary-end-of-representation-period": "End of representation Period",
|
||||
"summary-inspector-report-submission-to-welsh-government": "Inspector Report Submission to Welsh Government",
|
||||
"summary-procedure-confirmed": "Procedure Confirmed",
|
||||
"summary-reject-request-to-vary-application": "Reject Request to Vary Application",
|
||||
"summary-report-due-by": "Report Due By",
|
||||
"summary-suspension-dates": "Suspension Dates",
|
||||
"summary-suspension-end-dates": "Suspension End Dates",
|
||||
"summary-suspension-start-dates": "Suspension Start Dates",
|
||||
"summary-valid-notice-of-intention-to-submit-an-application": "Valid Notice of intention to submit an Application",
|
||||
"summary-withdrawn-date": "Withdrawn Date",
|
||||
"summary-written-acceptance-of-notice": "Written Acceptance of Notice",
|
||||
"summary-case-website-label": "Website",
|
||||
"summary-case-recommendation-label": "Recommendation"
|
||||
}
|
||||
+53
-5
@@ -1,20 +1,68 @@
|
||||
{
|
||||
"loading-label": "Loading",
|
||||
"enable-js-label": "Please enable javascript",
|
||||
"gov-wales-link": "https://www.gov.wales",
|
||||
"gov-wales-label": "GOV.WALES",
|
||||
"service-description": "This service is being developed to support online appeals and applications.",
|
||||
"service-name": "Planning casework",
|
||||
"service-name-breadcrumb": "Home",
|
||||
"new-service-beta": "This is a new service",
|
||||
"breadcrumb-back-link": "Back",
|
||||
"error-radio": "Choose an option",
|
||||
"error-checkbox": "Choose an option",
|
||||
"error-textbox": "Choose an option",
|
||||
"available-in": "Cymraeg",
|
||||
"continue-button": "Continue",
|
||||
"search-button": "Search",
|
||||
"submit-and-start": "Submit and start course",
|
||||
"footer-terms-conditions-link": "Terms and conditions",
|
||||
"footer-privacy-link": "Privacy Notice",
|
||||
"footer-terms-conditions-link-label": "Terms and conditions",
|
||||
"footer-terms-conditions-link": "https://gov.wales/terms-and-conditions",
|
||||
"footer-privacy-link-label": "Privacy",
|
||||
"footer-privacy-link": "https://gov.wales/website-privacy-policy",
|
||||
"footer-cookies-link": "Cookies",
|
||||
"footer-accessibility-link": "Accessibility",
|
||||
"footer-feedback-link": "Feedback",
|
||||
"footer-accessibility-link-label": "Accessibility",
|
||||
"footer-accessibility-link": "https://gov.wales/accessibility-statement-govwales",
|
||||
"footer-feedback-link": "Give feedback about this page",
|
||||
"footer-contact-us-link-label": "Contact us",
|
||||
"footer-contact-us-link": "https://gov.wales/contact-us",
|
||||
"footer-copyright-link-label": "Copyright statement",
|
||||
"footer-copyright-link": "https://gov.wales/copyright-statement",
|
||||
"footer-alternative-languages-link-label": "Alternative languages",
|
||||
"footer-alternative-languages-link": "https://gov.wales/alternative-languages",
|
||||
"footer-guidance-link-label": "Planning and Environment Decisions Wales’ guidance and services",
|
||||
"footer-guidance-link": "https://gov.wales/planning-and-environment-decisions-wales/guidance-services",
|
||||
"mobile-nav-label": "Menu",
|
||||
"signout-label": "Sign out",
|
||||
"back-to-top-link": "Back to top",
|
||||
"social-bar-share-link": "Share this page",
|
||||
"social-bar-share-via-link": "Share this page via"
|
||||
"social-bar-share-via-link": "Share this page via",
|
||||
"social-shared-from": "Shared from",
|
||||
"breadcrumb-search-results": "Search results",
|
||||
"breadcrumb-advanced-search": "Advanced search",
|
||||
"breadcrumb-advanced-search-results": "Advanced search results",
|
||||
"breadcrumb-my-portal": "My portal",
|
||||
"breadcrumb-new-appeal": "New appeal",
|
||||
"breadcrumb-case-reference": "Case Reference",
|
||||
"spinner-loading": "Loading...",
|
||||
"spinner-searching": "Searching...",
|
||||
"logged-out-title": "You have been logged out",
|
||||
"logged-out-link": "Return to Planning Casework portal",
|
||||
"404-not-found-title": "404 - not found",
|
||||
"404-not-found-link": "Go back home",
|
||||
"error-page-title": "Error",
|
||||
"error-page-message": "An error occurred on the client",
|
||||
"cookie-banner-line-1": "We've saved some files called cookies on your device. These cookies are:",
|
||||
"cookie-banner-list-item-1": "essential for the site to work",
|
||||
"cookie-banner-line-2": "We would also like to save some cookies to help:",
|
||||
"cookie-banner-list-item-2": "improve our website by collecting and reporting information on how you use it",
|
||||
"cookie-banner-list-item-3": "tailor communications",
|
||||
"cookie-banner-decline": "I decline",
|
||||
"cookie-banner-accept": "Accept cookies",
|
||||
"cookie-banner-change-settings": "Change cookie settings",
|
||||
"drop-down-select": "Select...",
|
||||
"previous-link-button": "Previous",
|
||||
"next-link-button": "Next",
|
||||
"pages-label": "Page",
|
||||
"of-label": "of",
|
||||
"change-link-label": "Change"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"cookie-breadcrumb": "Cookies",
|
||||
"cookie-title-heading": "Cookies on GOV.WALES",
|
||||
"cookie-not-saved-heading": "Your cookie settings have not yet been saved",
|
||||
"cookie-not-saved-paragraph": "GOV.WALES sets cookies when you visit our website. You can choose to change these settings to your own preferences. You need to save this page with your new choices.",
|
||||
"cookie-intro-paragraph-1": "Cookies are files saved on your phone, tablet or computer when you visit a website.",
|
||||
"cookie-intro-paragraph-2": "We use cookies to store information about how you use the GOV.WALES website, such as the pages you visit. These cookies are not used to identify you personally.",
|
||||
"cookie-intro-paragraph-3": "We use 4 types of cookie. You can choose which cookies you're happy for us to use.",
|
||||
"cookie-settings-heading": "Cookie settings",
|
||||
"cookie-settings-usage-heading": "Cookies that measure website use",
|
||||
"cookie-settings-usage-paragraph-1": "We use Google Analytics to measure how you use the website so we can improve it based on user needs. Google Analytics sets cookies that store anonymised information about",
|
||||
"cookie-settings-usage-list-item-1": "how you got to the site",
|
||||
"cookie-settings-usage-list-item-2": "the pages you visit on GOV.WALES and government digital services, and how long you spend on each page",
|
||||
"cookie-settings-usage-list-item-3": "what you click on while you're visiting the site",
|
||||
"cookie-settings-usage-list-item-4": "We do not allow Google to use or share the data about how you use this site.",
|
||||
"cookie-settings-usage-radio-1-label": "Do not use cookies that measure my website use",
|
||||
"cookie-settings-usage-radio-2-label": "Use cookies that measure my website use",
|
||||
"cookie-settings-communications-heading": "Cookies that help with communications and marketing",
|
||||
"cookie-settings-communications-paragraph-1": "These cookies may be set by thirdparty websites and do things like measure how you view YouTube videos that are on GOV.WALES.",
|
||||
"cookie-settings-communications-radio-1-label": "Do not use cookies that help with communications and marketing",
|
||||
"cookie-settings-communications-radio-2-label": "Use cookies that help with communications and marketing",
|
||||
"cookie-settings-settings-heading": "Cookies that remember your settings",
|
||||
"cookie-settings-settings-paragraph-1": "These cookies do things like remember your preferences and the choices you make, to personalise your experience of using the site.",
|
||||
"cookie-settings-settings-radio-1-label": "Do not use cookies that remember my settings on the site",
|
||||
"cookie-settings-settings-radio-2-label": "Use cookies that remember my settings on the site",
|
||||
"cookie-settings-essential-heading": "Strictly necessary cookies",
|
||||
"cookie-settings-essential-paragraph-1": "These essential cookies do things like:",
|
||||
"cookie-settings-essential-list-item-1": "remember the notifications you've seen so we do not show them to you again",
|
||||
"cookie-settings-essential-list-item-2": "remember your progress through a form (for example a licence application)",
|
||||
"cookie-settings-essential-paragraph-2": " These cookies always need to be on.",
|
||||
"cookie-settings-essential-link": "https:gov.wales/details-about-cookies-govwales",
|
||||
"cookie-settings-essential-link-label": "Find out more about cookies on GOV.WALES.",
|
||||
"cookie-settings-save-button-label": "Save changes"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"page-title": "Applications",
|
||||
"page-title": "Developments of National Significance Applications",
|
||||
"page-intro-paragraph-1": "The applications listed are those:",
|
||||
"page-intro-list-item-1": "Where the developer has advised the Planning Inspectorate in writing that they intend to submit an application to us in the future",
|
||||
"page-intro-list-item-2": "Where an application has already been made to the Planning Inspectorate and is undergoing the examination process",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title-paragraph": "A Development of National Significance (DNS) is a type of planning application for a large infrastructure project of national importance in Wales. Here you can find out about proposed DNS applications. This site is managed by the Planning Inspectorate.",
|
||||
"title-paragraph": "A Development of National Significance (DNS) is a type of planning application for a large infrastructure project of national importance in Wales. Here you can find out about proposed DNS applications.",
|
||||
"title-application-search-placeholder": "Search application name",
|
||||
"title-application-search-button": "Go",
|
||||
"links-applications-title": "Applications",
|
||||
|
||||
+32
-12
@@ -1,21 +1,41 @@
|
||||
{
|
||||
"login-card-title": "Log in or Register",
|
||||
"login-card-title-temp": "New appeals or applications",
|
||||
"login-comingsoon-temp-1": "This service is being developed to support online appeals and applications.",
|
||||
"login-comingsoon-temp-2": "While we develop the online service find:",
|
||||
"login-comingsoon-forms-link-1": "https://gov.wales/planning-appeal-forms",
|
||||
"login-comingsoon-forms-label-1": "planning appeal and application forms",
|
||||
"login-comingsoon-forms-link-2": "https://gov.wales/environmental-permits",
|
||||
"login-comingsoon-forms-label-2": "environmental permit appeal forms",
|
||||
"login-comingsoon-forms-link-3": "https://gov.wales/common-land",
|
||||
"login-comingsoon-forms-label-3": "carrying out works on common land",
|
||||
"login-comingsoon-forms-link-4": "https://gov.wales/developments-national-significance-dns-forms",
|
||||
"login-comingsoon-forms-label-4": "Developments of National Significance (DNS) forms",
|
||||
"login-comingsoon-email-link-label": "You can also request forms by email",
|
||||
"login-contact-email": "pedw.casework@gov.wales",
|
||||
"login-card-title": "Sign in to appeal a planning decision",
|
||||
"login-card-id-label": "Government Gateway user ID",
|
||||
"login-card-id-hint": "This could be up to 12 characters.",
|
||||
"login-card-password-label": "Password",
|
||||
"login-card-button": "Sign in",
|
||||
"login-card-register-label": "I am a new user and would like to",
|
||||
"login-card-register-link": "Register",
|
||||
"login-card-forgotten-label": "Forgotten your password or username?",
|
||||
"login-card-forgotten-label": "I have forgotten my password",
|
||||
"login-card-forgotten-link": "Click here",
|
||||
"casesearch-card-title": "Search for a case",
|
||||
"casesearch-card-search-hint": "Search by entering the 7 digit case reference number:",
|
||||
"casesearch-card-search-example-label": "Example",
|
||||
"casesearch-card-button": "Submit Search",
|
||||
"casesearch-card-advanced-link": "Advanced Search",
|
||||
"casescomment-card-title": "Comment on a case",
|
||||
"casescomment-card-paragraph-one": "Simply search for your case and click on the 'Make Representation' button. The best way to comment on an existing case is to register with us first as that makes it easier to track cases and submit comments.",
|
||||
"casescomment-card-paragraph-two": "For Householder and Commercial appeals, interested parties are unable to make representations at appeal stage. Any representations made at application stage will be provided by the local planning authority and considered by the Inspector.",
|
||||
"inspectorate-card-visit-label" : "Visit the Planning Inspectorate",
|
||||
"inspectorate-card-visit-link": "Home"
|
||||
"casesearch-card-title": "Search appeals and Developments of National Significance",
|
||||
"casesearch-card-search-hint": "You must use the case reference number to search. This will be similar to one of the following:",
|
||||
"casesearch-card-search-example-label-1": "APP-A12345-A-21-1234567",
|
||||
"casesearch-card-search-example-label-2": "CAS-12345-A1B2C3",
|
||||
"casesearch-card-button": "Submit search",
|
||||
"casesearch-card-advanced-link": "Advanced search",
|
||||
"casesearch-search-validation-required": "Required",
|
||||
"casesearch-search-validation-minlength": "Must be 4 characters or more",
|
||||
"casescomment-card-title": "Comment on an appeal ",
|
||||
"casescomment-card-paragraph-one": "Comment on an appeal by emailing ",
|
||||
"casescomment-card-paragraph-two": "For householder and commercial appeals, interested parties are unable to comment at appeal stage. Any comments made at application stage will be provided by the local planning authority and considered by the inspector.",
|
||||
"inspectorate-card-visit-label": "Visit the Planning Inspectorate",
|
||||
"inspectorate-card-visit-link": "Home",
|
||||
"inspectorate-card-alt-text": "The Planning Inspectorate",
|
||||
"dns-card-title": "View all Developments of National Significance ",
|
||||
"dns-card-paragraph": "A Development of National Significance is a type of planning application for a large infrastructure project of national importance.",
|
||||
"dns-card-button": "View all applications"
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"viewall-link": "View all",
|
||||
"page-title": "My Portal",
|
||||
"makenewappeal-card-title": "Make a new appeal",
|
||||
@@ -7,12 +7,17 @@
|
||||
"makenewappeal-card-paragraph-two": "Once you click the 'make a new appeal' button below you will be guided through a process to help you select the correct appeal type",
|
||||
"makenewappeal-card-button-label": "Make a new appeal",
|
||||
"mycases-card-title": "My cases",
|
||||
"searchcases-card-title": "Search for a case/submit representation",
|
||||
"searchcases-card-search-hint": "Search by entering the 7 digit case reference number:",
|
||||
"searchcases-card-title": "Appeal documentation search",
|
||||
"searchcases-card-search-hint": "Search by entering the 7 digit case reference number",
|
||||
"searchcases-card-search-example-label": "Example",
|
||||
"searchcases-card-button": "Submit Search",
|
||||
"searchcases-card-advanced-link": "Advanced Search",
|
||||
"searchcases-search-validation-required": "Angenrheidiol",
|
||||
"searchcases-search-validation-minlength": "Rhaid bod yn 4 nod neu fwy",
|
||||
"awatitingsubmission-card-title": "Awaiting submission",
|
||||
"myrepresentations-card-title": "My representations",
|
||||
"watchedcases-card-title": "Watched cases"
|
||||
"watchedcases-card-title": "Watched cases",
|
||||
"case-reference": "Case reference",
|
||||
"case-address": "Address",
|
||||
"case-address-not-entered": "not entered"
|
||||
}
|
||||
@@ -1,5 +1,12 @@
|
||||
{
|
||||
"viewall-link": "View all",
|
||||
"parent-page-title": "My portal",
|
||||
"page-title": "New appeal"
|
||||
"page-title": "New appeal",
|
||||
"select-lpa-label": "Select your local planning authority",
|
||||
"select-lpa-label-error-msg": "Local authority is required",
|
||||
"select-appeal-type-label": "Select an appeal type",
|
||||
"select-appeal-type-label-error-msg": "Appeal type is required",
|
||||
"select-default": "Select...",
|
||||
"change-link-label": "Change",
|
||||
"submit-appeal-button": "Submit appeal"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"page-title": "Search for a case",
|
||||
"search-title-label": "Search for a case",
|
||||
"casereference-label": "Case reference (last 7 digits)",
|
||||
"casereference-label": "Case reference",
|
||||
"sitelocation-legend": "Site location",
|
||||
"address-line-one-label": "First line of address",
|
||||
"town-label": "Town/City (nearest)",
|
||||
@@ -9,6 +9,7 @@
|
||||
"postcode-label": "Postcode",
|
||||
"lpa-label": "Local Planning Authority",
|
||||
"lpa-reference-label": "LPA reference number",
|
||||
"appealtype-label": "Select an appeal type",
|
||||
"case-type-label": "Case type",
|
||||
"case-type-option-1": "-- Select --",
|
||||
"case-type-option-2": "Any/All",
|
||||
@@ -47,13 +48,16 @@
|
||||
"clear-all-button-label": "Clear all",
|
||||
"searchresults-title-label": "Search for a case",
|
||||
"searchresults-count-label": "Your search returned {{count}} results",
|
||||
"searchresults-max-count-label": "Your searched returned more than 200 results. Please refine your search. The most recent 200 cases are displayed",
|
||||
"searchresults-case-reference-label": "Case reference",
|
||||
"searchresults-case-count-label": "You searched for",
|
||||
"searchresults-site-address-label": "Site address",
|
||||
"searchresults-applicant-label": "Appellant/Applicant",
|
||||
"searchresults-authority-label": "Authority",
|
||||
"searchresults-case-type-label": "Case type",
|
||||
"searchresults-status-label": "Status",
|
||||
"searchresults-watch-label": "Watch",
|
||||
"searchresults-search-button-label": "Refine Search",
|
||||
"searchresults-new-search-button-label": "New Search"
|
||||
"searchresults-search-button-label": "Advanced Search",
|
||||
"searchresults-new-search-button-label": "New Search",
|
||||
"searchresults-no-records-label": "There are no records"
|
||||
}
|
||||
Reference in New Issue
Block a user