CoreID/locale/en_US/api.locale.js

51 lines
2.1 KiB
JavaScript
Raw Normal View History

2020-05-30 23:00:12 +00:00
module.exports = exports = {
application_not_found: 'Application not found with that ID.',
application_already_exists: 'An Application with that identifier already exists.',
group_not_found: 'Group not found with that ID.',
machine_not_found: 'Machine not found with that ID.',
2020-05-30 23:00:12 +00:00
group_already_exists: 'A group with that name already exists.',
machine_already_exists: 'A machine with that name already exists.',
2021-04-15 20:34:13 +00:00
vault_not_found: 'A vault with that ID not found.',
2020-05-30 23:00:12 +00:00
user_not_found: 'User not found with that ID.',
2021-04-19 18:32:35 +00:00
photo_not_found: 'This user has no photo.',
user_already_exists: 'A user with that identifier already exists.',
client_not_found: 'Client not found with that ID.',
nonexistent_client: '(Non-existent Client)',
token_not_found: 'Token not found with that ID, or the token has expired.',
provider_already_exists: 'A service provider with that entity_id already exists.',
permission_already_exists: 'A permission for that target_type already exists.',
permission_not_found: 'Permission not found with that ID.',
setting_not_found: 'No such setting exists with that key.',
banner_not_found: 'Banner message not found with that ID.',
app_pw_not_found: 'App password not found with that UUID.',
2020-05-30 23:00:12 +00:00
2020-08-13 02:27:51 +00:00
announcement_not_found: 'Announcement not found with that ID.',
2020-05-30 23:00:12 +00:00
invalid_ldap_client_id: 'Invalid ldap_client_id:',
invalid_oauth_client_id: 'Invalid oauth_client_id:',
2021-10-24 18:12:58 +00:00
invalid_radius_client_id: 'Invalid radius_client_id:',
2020-05-30 23:00:12 +00:00
invalid_saml_service_provider_id: 'Invalid saml_service_provider_id:',
invalid_target_type: 'Invalid target_type.',
2020-05-30 23:00:12 +00:00
insufficient_permissions: 'Insufficient permissions.',
missing_field: {
one: 'Missing required field:',
many: 'Missing one or more required fields:',
},
improper_field: 'Improperly formatted field:',
alphanum_underscores: '(alphanumeric/underscores)',
array: '(array)',
email: '(email)',
absolute_url: '(should be absolute URL)',
2020-05-30 23:00:12 +00:00
provide_one: 'Please provide one of:',
must_one: 'Must be one of:',
}