design-angular-kit
Version:
Un toolkit Angular conforme alle linee guida di design per i servizi web della PA
179 lines (178 loc) • 6.73 kB
JSON
{
"it": {
"general": {
"save": "Save",
"send": "Send",
"abort": "Abort",
"close": "Close",
"continue": "Continue",
"edit": "Edit",
"show": "Show",
"show-all": "Show all",
"details": "Details",
"download": "Download"
},
"errors": {
"generic": "An error has occurred",
"generic-support-message": "There was an unexpected error. Please try again later or contact support.",
"invalid-field": "This field is invalid",
"required-field": "This field is required",
"check-all-fields": "Check that you have filled in all the fields correctly",
"min-invalid": "The minimum value for this field is: {{min}}",
"max-invalid": "The maximum value for this field is: {{max}}",
"min-length-invalid": "The minimum length for this field is: {{min}}",
"max-length-invalid": "The maximum length for this field is: {{max}}",
"email-invalid": "Enter a valid email",
"tel-invalid": "Please enter a valid phone number format",
"url-invalid": "Please enter a valid URL",
"plate-invalid": "Please enter a valid plate",
"tax-code-invalid": "Enter a valid tax code",
"vat-number-invalid": "Enter a valid VAT number",
"cap-invalid": "Enter a valid zip code",
"iban-invalid": "Enter a valid IBAN",
"regex-invalid": "Please enter a valid REGEX expression",
"pattern-invalid": "The field must have the pattern {{pattern}}",
"password-no-match": "Passwords must match",
"password-min-length": "The password must contain at least {{minLength}} characters!",
"password-number": "The password must have at least a number!",
"password-capital-case": "The password should contain at least an uppercase character!",
"password-small-case": "The password must contain at least a lowercase character!",
"password-special-character": "The password must contain at least a special character!"
},
"core": {
"close-modal": "Close modal window",
"close-notification": "Close Notification: {{title}}",
"close-alert": "Close alert",
"page": "Page",
"previous": "Previous",
"previous-page": "Previous page",
"next": "Next",
"next-page": "Next page",
"go-to": "Go to",
"page-of-total": "Page {{page}} of {{total}}",
"progress": "Progress",
"loading": "Loading",
"active": "Active",
"remove": "Delete",
"confirm": "Confirm",
"confirmed": "Confirmed",
"step": "Step",
"step-of": "Step {{current}} of {{available}}",
"back": "Back",
"forward": "Forward",
"rate-star": "Rate {{current}} out of {{total}} stars",
"rating-star": "Rating {{current}} out of {{total}} stars"
},
"form": {
"caps-inserted": "CAPS LOCK entered",
"password-strength-meter": {
"description": {
"default": "Enter at least {{minLength}} characters",
"number": "a number",
"capital-case": "an uppercase character",
"special-character": "a special character"
},
"password-short": "Very weak password",
"password-bad": "Weak password",
"password-good": "Secure password",
"password-strong": "Very secure password"
},
"increase-value": "Increase value",
"decrease-value": "Decrease value",
"upload": "Upload",
"upload-drag-file": "Drag the file to upload it",
"upload-loading": "Loading...",
"upload-complete": "Upload completed",
"upload-or": "or",
"upload-select-device": "select it from the device",
"uploaded-file": "File uploaded: {{name}}",
"delete-file": "Delete file {{name}}"
},
"navigation": {
"home": "Home",
"go-back": "Go back",
"upper-level": "Upper level",
"secondary-navigation": "Secondary navigation",
"login": "Log in",
"full-login": "Access the personal area",
"search": "Search",
"website-search": "Search in the site",
"navigation-path": "Navigation path"
},
"navbar": {
"aria-label-main": "Main navigation",
"aria-label-toggle": "Show/Hide navigation",
"hide": "Hide navigation"
},
"transfer": {
"label-move-backward": "Label move backward",
"label-move-forward": "Label move forward",
"label-reset": "Label reset",
"aria-label-move-backward": "Move backward",
"aria-label-move-forward": "Move forward",
"aria-label-reset": "Reset",
"source": "Source",
"target": "Destination",
"item": "Item",
"items": "Items"
},
"timeline": {
"read-more": "Read more",
"read-more-on": "on {{title}}",
"today": "Today"
},
"utils": {
"selected": "Selected",
"language-selection": "Language selection: {{lang}}",
"select-language": "Select a language",
"error-page": {
"404": {
"title": "Resource not found",
"description": "Oops! The resource you are looking for was not found, go back to the homepage and use the menu to continue browsing."
},
"403": {
"title": "Forbidden",
"description": "You are not authorized to access this resource!"
},
"500": {
"title": "An error has occurred",
"description": "There was an unexpected error. Please try again later or contact support."
},
"go-to-homepage": "Return to homepage"
}
},
"date-ago-pipe": {
"just-now": "Just now",
"singular-year-ago": "{{count}} year ago",
"year-ago": "{{count}} years ago",
"singular-month-ago": "{{count}} month ago",
"month-ago": "{{count}} months ago",
"singular-week-ago": "{{count}} week ago",
"week-ago": "{{count}} weeks ago",
"singular-day-ago": "{{count}} day ago",
"day-ago": "{{count}} days ago",
"singular-hour-ago": "{{count}} hour ago",
"hour-ago": "{{count}} hours ago",
"singular-minute-ago": "{{count}} minute ago",
"minute-ago": "{{count}} minutes ago",
"singular-second-ago": "{{count}} second ago",
"second-ago": "{{count}} seconds ago"
},
"duration": {
"second": "{{count}} second",
"seconds": "{{count}} seconds",
"minute": "{{count}} minute",
"minutes": "{{count}} minutes",
"hour": "{{count}} hour",
"hours": "{{count}} hours",
"day": "{{count}} day",
"days": "{{count}} days",
"week": "{{count}} week",
"weeks": "{{count}} weeks",
"month": "{{count}} month",
"months": "{{count}} months",
"year": "{{count}} year",
"years": "{{count}} years"
}
}
}