Revize 5d32cbea
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
webapp/src/assets/i18n/en.json | ||
---|---|---|
49 | 49 |
"to": "To", |
50 | 50 |
"vacationType": "Type" |
51 | 51 |
}, |
52 |
"dayShortName" : {
|
|
52 |
"dayShortName": { |
|
53 | 53 |
"mon": "mon", |
54 | 54 |
"tue": "tue", |
55 | 55 |
"wed": "wed", |
... | ... | |
62 | 62 |
"confirm": "Confirm", |
63 | 63 |
"close": "Close" |
64 | 64 |
}, |
65 |
"infoMessage": { |
|
66 |
"importSuccessful": "Successfully imported" |
|
67 |
}, |
|
68 |
"error": { |
|
69 |
"serverCommunication": "Communication with server failed", |
|
70 |
"vacationTypeNotSelected": "Vacation type not selected", |
|
71 |
"missingField": "Not everything is filled in" |
|
72 |
}, |
|
65 | 73 |
"ACCEPTED": "Accepted", |
66 | 74 |
"AUTHORIZED": "Authorized", |
67 | 75 |
"PENDING": "Pending", |
Také k dispozici: Unified diff
Error and information messages modified - correct error messages from backend are displayed and information messages are translated