added daterange-picker and localized date-inputs (#540)

This commit is contained in:
Kevin Papst
2019-02-03 21:24:30 +01:00
committed by GitHub
parent aae9183de6
commit 062735c9e3
37 changed files with 1058 additions and 264 deletions

View File

@@ -97,41 +97,68 @@ kimai:
# Language specific settings, like the date formats
languages:
de:
date_short: 'd.m.Y'
duration: '%%h:%%m Stunden'
duration_short: '%%h:%%m h'
date_time_type: 'dd.MM.yyyy HH:mm'
date_time_picker: 'DD.MM.YYYY HH:mm'
date_type: 'dd.MM.yyyy'
date_picker: 'DD.MM.YYYY'
date: 'd.m.Y'
duration: '%%h:%%m h'
en:
date_short: 'Y-m-d'
duration: '%%h:%%m hours'
duration_short: '%%h:%%m h'
date_time_type: 'yyyy-MM-dd HH:mm'
date_time_picker: 'YYYY-MM-DD HH:mm'
date_type: 'yyyy-MM-dd'
date_picker: 'YYYY-MM-DD'
date: 'Y-m-d'
duration: '%%h:%%m h'
pt_BR:
date_short: 'd-m-Y'
duration: '%%h:%%m horas'
duration_short: '%%h:%%m h'
date_time_type: 'dd-MM-yyyy HH:mm'
date_time_picker: 'DD-MM-YYYY HH:mm'
date_type: 'dd-MM-yyyy'
date_picker: 'DD-MM-YYYY'
date: 'd-m-Y'
duration: '%%h:%%m h'
it:
date_short: 'd.m.Y'
date_time_type: 'dd.MM.yyyy HH:mm'
date_time_picker: 'DD.MM.YYYY HH:mm'
date_type: 'dd.MM.yyyy'
date_picker: 'DD.MM.YYYY'
date: 'd.m.Y'
duration: '%%h:%%m h'
duration_short: '%%h:%%m h'
fr:
date_short: 'd/m/Y'
duration: '%%h h %%m min'
duration_short: '%%h h %%m'
date_time_type: 'dd/MM/yyyy HH:mm'
date_time_picker: 'DD/MM/YYYY HH:mm'
date_type: 'dd/MM/yyyy'
date_picker: 'DD/MM/YYYY'
date: 'd/m/Y'
duration: '%%h h %%m'
es:
date_short: 'd.m.Y'
date_time_type: 'dd.MM.yyyy HH:mm'
date_time_picker: 'DD.MM.YYYY HH:mm'
date_type: 'dd.MM.yyyy'
date_picker: 'DD.MM.YYYY'
date: 'd.m.Y'
duration: '%%h:%%m h'
duration_short: '%%h:%%m h'
ru:
date_short: 'd.m.Y'
duration: '%%h:%%m Часов'
duration_short: '%%h:%%m h'
date_time_type: 'dd.MM.yyyy HH:mm'
date_time_picker: 'DD.MM.YYYY HH:mm'
date_type: 'dd.MM.yyyy'
date_picker: 'DD.MM.YYYY'
date: 'd.m.Y'
duration: '%%h:%%m h'
ar:
date_short: 'Y-m-d'
duration: '%%h:%%m hours'
duration_short: '%%h:%%m h'
date_time_type: 'yyyy-MM-dd HH:mm'
date_time_picker: 'YYYY-MM-DD HH:mm'
date_type: 'yyyy-MM-dd'
date_picker: 'YYYY-MM-DD'
date: 'Y-m-d'
duration: '%%h:%%m h'
hu:
date_short: 'Y.m.d.'
duration: '%%h:%%m óra'
duration_short: '%%h:%%m h'
date_time_type: 'yyyy.MM.dd HH:mm'
date_time_picker: 'YYYY.MM.DD HH:mm'
date_type: 'yyyy.MM.dd'
date_picker: 'YYYY.MM.DD'
date: 'Y.m.d.'
duration: '%%h:%%m h'
# --------------------------------------------------------------------------------
# timesheet calendar configuration