Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 6b50e2ca

Přidáno uživatelem Dominik Poch před téměř 6 roky(ů)

Handle different or non inputs, unit tests, error messages

Zobrazit rozdíly:

server/src/main/resources/Message_en.properties
1 1
hello=Hello world
2 2
rest.exception.generic=Something happened :(
3
sick.day.count.error = The number of sick days must not be negative!
4
vacation.count.error = The number of hours of an overtime must not be negative!
5
name.length.error = The length of a name must not exceed 45!
6
email.length.error = The length of an email address must not exceed 100!
7
time.order.error = The overtime must not start after or at the same time it ends!
3
negative.sick.day.error = The number of sick days mustn't be negative.
4
negative.vacation.error = The number of a remaining overtime mustn't be negative.
5
available.vacation.error = You cannot take a vacation, not enough remaining hours.
6
available.sick.day.error = You cannot take a sick day. You don't have any available sick days.
7
name.length.error = The length of a name mustn't exceed 45.
8
email.length.error = The length of an email address mustn't exceed 100.
9
time.sick.day.error = A sick day mustn't have a starting or an ending time.
10
time.vacation.error = A vacation has to have a starting and an ending time.
11
time.order.error = The overtime mustn't start after or at the same time it ends.
12
taken.sick.day.count.error = Not enough available sick days.
13
date.null.error = The date has to be filled in.
14
status.null.error = The status has to be filled in.
15
type.null.error = The type has to be filled in.
16
sick.day.null.error = The number of sick days has to be filled in.
17
notification.null.error = The date of a notification has to be filled in.
18
vacation.null.error = The number of overtime hours has to be filled in.
19
role.null.error = The role has to be filled in.
20
database.error = There was a problem with the database.

Také k dispozici: Unified diff