-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy patherrors+intl-icu.en_GB.yaml
66 lines (66 loc) · 4.38 KB
/
errors+intl-icu.en_GB.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
authorization.cannot_revoke.managed_by_team: 'You are not allowed to revoke a team authorization.'
authorization.cannot_revoke.super: 'You are not allowed to revoke this super-admin authorization.'
contract.end_at.greater_than_start_at: 'Enter a date greater than the start date.'
contract.end_at.required: 'Enter an end date.'
contract.max_hours.greater_than_zero: 'Enter a number of hours greater than zero.'
contract.max_hours.greater_than_or_equal: 'Enter a number of hours greater than or equal {compared_value}.'
contract.max_hours.required: 'Enter a number of hours.'
contract.name.max_chars: 'Enter a name of less than {limit} characters.'
contract.name.required: 'Enter a name.'
contract.start_at.required: 'Enter a start date.'
csrf.invalid: 'The security token is invalid. Please try to resubmit the form.'
forms.search.syntax_invalid: 'Check the syntax of your query.'
label.color.invalid: 'Select a color from the list.'
label.description.max_chars: 'Enter a description of less than {limit} characters.'
label.name.already_used: 'Enter a different name, a label already has this name.'
label.name.max_chars: 'Enter a name of less than {limit} characters.'
label.name.required: 'Enter a name.'
mailbox.authentication.invalid: 'Select an authentication method from the list.'
mailbox.encryption.invalid: 'Select an encryption method from the list.'
mailbox.folder.required: 'Enter a folder.'
mailbox.host.required: 'Enter a hostname.'
mailbox.name.required: 'Enter a name for the mailbox.'
mailbox.port.invalid: 'Enter a port between {min} and {max}.'
mailbox.post_action.invalid: 'Select an action from the list.'
mailbox.username.required: 'Enter a username.'
message.content.required: 'Enter a message.'
message_document.mimetype.rejected: 'You cannot upload this type of file, choose another file.'
message_document.required: 'Select a file.'
message_document.server_error: 'The file cannot be uploaded, try again later.'
message_document.too_large: 'This file is too large, try with a smaller one.'
organization.domains.already_used: 'The domain {domain} is already used by another organization ({organization}).'
organization.domains.invalid: 'The domain {domain} is invalid, enter a valid domain.'
organization.name.already_used: 'Enter a different name, an organization already has this name.'
organization.name.max_chars: 'Enter a name of less than {limit} characters.'
organization.name.required: 'Enter a name.'
organization.observers.not_authorized: 'The user is not authorized to access this organization.'
reset_password.user.managed_by_ldap: 'The email address is associated to a user account managed by LDAP, enter a different address.'
reset_password.user.unknown: 'The email address is not associated to a user account, enter a different address.'
role.description.max_chars: 'Enter a description of less than {limit} characters.'
role.description.required: 'Enter a description.'
role.name.already_used: 'Enter a different name, a role already has this name.'
role.name.max_chars: 'Enter a name of less than {limit} characters.'
role.name.required: 'Enter a name.'
team.name.already_used: 'Enter a different name, a team already has this name.'
team.name.max_chars: 'Enter a name of less than {limit} characters.'
team.name.required: 'Enter a name.'
ticket.impact.invalid: 'Select an impact from the list.'
ticket.priority.invalid: 'Select a priority from the list.'
ticket.requester.invalid: 'Select a user from the list.'
ticket.status.invalid: 'Select a status from the list.'
ticket.title.max_chars: 'Enter a title of less than {limit} characters.'
ticket.title.required: 'Enter a title.'
ticket.type.invalid: 'Select a type from the list.'
ticket.urgency.invalid: 'Select an urgency from the list.'
time_spent.time.greater_than_zero: 'Enter a number greater than zero.'
time_spent.time.required: 'Enter a number.'
token.value.already_used: 'A token already exists with the same value.'
user.color_scheme.invalid: 'Select a color scheme from the list.'
user.color_scheme.required: 'Select a color scheme.'
user.email.already_used: 'Enter a different email address, this one is already in use.'
user.email.invalid: 'Enter a valid email address.'
user.email.required: 'Enter an email address.'
user.language.invalid: 'Select a language from the list.'
user.language.required: 'Select a language.'
user.name.max_chars: 'Enter a name of less than {limit} characters.'
user.password.dont_match: 'The password does not match, please try with a different one.'