@dwp/govuk-casa
Version:
A framework for building GOVUK Collect-And-Submit-Applications
54 lines (53 loc) • 1.89 kB
JSON
{
"serviceName": "",
"layout": {
"crown_copyright_message_html": "© Crown copyright"
},
"back": "Back",
"form": {
"buttons": {
"continue": {
"label": "Continue"
},
"saveChanges": {
"label": "Save Changes"
},
"cancel": {
"label": "Cancel"
},
"next": {
"label": "Next"
}
},
"characterCount": {
"characters": {
"description": "You can enter up to %{count} characters",
"underLimitOne": "You have 1 character remaining",
"underLimitTwo": "You have 2 characters remaining",
"underLimitFew": "You have 3 characters remaining",
"underLimitMany": "You have %{count} characters remaining",
"underLimitOther": "You have %{count} characters remaining",
"atLimit": "You have 0 characters remaining",
"overLimitOne": "You have 1 character too many",
"overLimitTwo": "You have 2 characters too many",
"overLimitFew": "You have 3 characters too many",
"overLimitMany": "You have %{count} characters too many",
"overLimitOther": "You have %{count} characters too many"
},
"words": {
"description": "You can enter up to %{count} words",
"underLimitOne": "You have 1 word remaining",
"underLimitTwo": "You have 2 words remaining",
"underLimitFew": "You have 3 words remaining",
"underLimitMany": "You have %{count} words remaining",
"underLimitOther": "You have %{count} words remaining",
"atLimit": "You have 0 words remaining",
"overLimitOne": "You have 1 word too many",
"overLimitTwo": "You have 2 words too many",
"overLimitFew": "You have 3 words too many",
"overLimitMany": "You have %{count} words too many",
"overLimitOther": "You have %{count} words too many"
}
}
}
}