opt-cc/static/src/assets/i18n/request/en.json

73 lines
3.8 KiB
JSON

{
"public.error.message.required": "{{fieldName}} is a required field",
"public.error.message.min.length": "{{fieldName}} requires at least {{boundary}} characters",
"public.error.message.max.length": "{{fieldName}} is limited to {{boundary}} characters",
"public.error.message.email": "Please enter a valid eMail address",
"public.error.message.no.user": "The choosen user does not exist",
"public.error.message.default": "{{fieldName}} is not valid",
"public.common.search.button": "Search",
"request.confirm.award.headline": "Open Requests - Awards",
"request.confirm.award.table.head.participant": "Participant",
"request.confirm.award.table.head.award": "Decoration",
"request.confirm.award.table.head.reason": "Reason",
"request.confirm.award.table.head.requester": "Applicant",
"request.confirm.award.table.head.date": "Date",
"request.confirm.award.table.head.action": "Action",
"request.confirm.award.table.reject.reason.placeholder": "Reason for reject (optional)",
"request.confirm.award.table.button.action.accept": "Approve",
"request.confirm.award.table.button.action.reject": "Reject",
"request.confirm.promotion.headline": "Open Requests - Promotions",
"request.confirm.promotion.table.head.participant": "Participant",
"request.confirm.promotion.table.head.rank.before": "Old Rank",
"request.confirm.promotion.table.head.rank.after": "New Rank",
"request.confirm.promotion.table.head.requester": "Applicant",
"request.confirm.promotion.table.head.date": "Date",
"request.confirm.promotion.table.head.status": "Status",
"request.confirm.promotion.table.head.action": "Action",
"request.confirm.promotion.table.reject.reason.placeholder": "Reason for reject (optional)",
"request.confirm.promotion.table.button.action.accept": "Approve",
"request.confirm.promotion.table.button.action.reject": "Reject",
"request.confirm.promotion.table.status.progressing": "In Progress",
"request.confirm.promotion.table.status.accepted": "Approved",
"request.confirm.promotion.table.status.rejected": "Rejected",
"request.award.headline": "Request Award",
"request.award.field.user": "Participant",
"request.award.field.user.placeholder": "Choose...",
"request.award.field.award": "Decoration",
"request.award.field.award.placeholder": "Choose...",
"request.award.field.reason": "Reason",
"request.award.field.reason.placeholder": "Enter reason...",
"request.award.button.cancel": "Cancel",
"request.award.button.submit": "Submit",
"request.award.table.head.image": "Image",
"request.award.table.head.name": "Title",
"request.award.table.head.reason": "Reason",
"request.award.table.head.requester": "Applicant",
"request.award.table.head.date": "Date",
"request.award.table.head.status": "Status",
"request.award.table.head.reject.reason": "Reason for Reject",
"request.award.table.status.progressing": "In Progress",
"request.award.table.status.accepted": "Approved",
"request.award.table.status.rejected": "Rejected",
"request.promotion.headline": "Request Promotion",
"request.promotion.field.participant": "Participant",
"request.promotion.field.participant.placeholder": "Choose...",
"request.promotion.field.rank.before": "Current Rank",
"request.promotion.field.rank.after": "New Rank",
"request.promotion.button.submit": "Submit",
"request.promotion.button.cancel": "Cancel",
"request.promotion.table.head.participant": "Participant",
"request.promotion.table.head.rank.before": "Old Rank",
"request.promotion.table.head.rank.after": "New Rank",
"request.promotion.table.head.requester": "Applicant",
"request.promotion.table.head.date": "Date",
"request.promotion.table.head.status": "Status",
"request.promotion.table.head.reject.reason": "Reason for Reject",
"request.sql.dashboard.headline":"SQL Dashboard"
}