|
|
|
|
@ -2302,5 +2302,109 @@
@@ -2302,5 +2302,109 @@
|
|
|
|
|
}, |
|
|
|
|
"deviceTrusted": { |
|
|
|
|
"message": "Device trusted" |
|
|
|
|
}, |
|
|
|
|
"inputRequired": { |
|
|
|
|
"message": "Input is required." |
|
|
|
|
}, |
|
|
|
|
"required": { |
|
|
|
|
"message": "required" |
|
|
|
|
}, |
|
|
|
|
"search": { |
|
|
|
|
"message": "Search" |
|
|
|
|
}, |
|
|
|
|
"inputMinLength": { |
|
|
|
|
"message": "Input must be at least $COUNT$ characters long.", |
|
|
|
|
"placeholders": { |
|
|
|
|
"count": { |
|
|
|
|
"content": "$1", |
|
|
|
|
"example": "8" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"inputMaxLength": { |
|
|
|
|
"message": "Input must not exceed $COUNT$ characters in length.", |
|
|
|
|
"placeholders": { |
|
|
|
|
"count": { |
|
|
|
|
"content": "$1", |
|
|
|
|
"example": "20" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"inputForbiddenCharacters": { |
|
|
|
|
"message": "The following characters are not allowed: $CHARACTERS$", |
|
|
|
|
"placeholders": { |
|
|
|
|
"characters": { |
|
|
|
|
"content": "$1", |
|
|
|
|
"example": "@, #, $, %" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"inputMinValue": { |
|
|
|
|
"message": "Input value must be at least $MIN$.", |
|
|
|
|
"placeholders": { |
|
|
|
|
"min": { |
|
|
|
|
"content": "$1", |
|
|
|
|
"example": "8" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"inputMaxValue": { |
|
|
|
|
"message": "Input value must not exceed $MAX$.", |
|
|
|
|
"placeholders": { |
|
|
|
|
"max": { |
|
|
|
|
"content": "$1", |
|
|
|
|
"example": "100" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"multipleInputEmails": { |
|
|
|
|
"message": "1 or more emails are invalid" |
|
|
|
|
}, |
|
|
|
|
"inputTrimValidator": { |
|
|
|
|
"message": "Input must not contain only whitespace.", |
|
|
|
|
"description": "Notification to inform the user that a form's input can't contain only whitespace." |
|
|
|
|
}, |
|
|
|
|
"inputEmail": { |
|
|
|
|
"message": "Input is not an email address." |
|
|
|
|
}, |
|
|
|
|
"fieldsNeedAttention": { |
|
|
|
|
"message": "$COUNT$ field(s) above need your attention.", |
|
|
|
|
"placeholders": { |
|
|
|
|
"count": { |
|
|
|
|
"content": "$1", |
|
|
|
|
"example": "4" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"selectPlaceholder": { |
|
|
|
|
"message": "-- Select --" |
|
|
|
|
}, |
|
|
|
|
"multiSelectPlaceholder": { |
|
|
|
|
"message": "-- Type to filter --" |
|
|
|
|
}, |
|
|
|
|
"multiSelectLoading": { |
|
|
|
|
"message": "Retrieving options..." |
|
|
|
|
}, |
|
|
|
|
"multiSelectNotFound": { |
|
|
|
|
"message": "No items found" |
|
|
|
|
}, |
|
|
|
|
"multiSelectClearAll": { |
|
|
|
|
"message": "Clear all" |
|
|
|
|
}, |
|
|
|
|
"plusNMore": { |
|
|
|
|
"message": "+ $QUANTITY$ more", |
|
|
|
|
"placeholders": { |
|
|
|
|
"quantity": { |
|
|
|
|
"content": "$1", |
|
|
|
|
"example": "5" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"submenu": { |
|
|
|
|
"message": "Submenu" |
|
|
|
|
}, |
|
|
|
|
"toggleCollapse": { |
|
|
|
|
"message": "Toggle collapse", |
|
|
|
|
"description": "Toggling an expand/collapse state." |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|