Revize 79e44ca9
Přidáno uživatelem Dominik Poch před téměř 6 roky(ů)
server/src/main/resources/Message_en.properties | ||
---|---|---|
1 | 1 |
hello=Hello world |
2 |
rest.exception.generic=Something happened :( |
|
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! |
Také k dispozici: Unified diff
Documentation domain and dto, unit test domain, error input domain