diff options
author | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-11-08 12:57:57 +0100 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-11-09 11:11:58 +0100 |
commit | 58913b6d1301e0755ff2af6299d3bfee8c49faf0 (patch) | |
tree | 97e3f4ca7223be06e003f1ed62cb02b3dd25b2b0 /apps/dav/src | |
parent | cc0f8c1b14faf9b37cd5198b475312d3d2fa119e (diff) | |
download | nextcloud-server-58913b6d1301e0755ff2af6299d3bfee8c49faf0.tar.gz nextcloud-server-58913b6d1301e0755ff2af6299d3bfee8c49faf0.zip |
Add two more translations for `CalendarAvailability`
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Diffstat (limited to 'apps/dav/src')
-rw-r--r-- | apps/dav/src/components/AvailabilityForm.vue | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/dav/src/components/AvailabilityForm.vue b/apps/dav/src/components/AvailabilityForm.vue index 27bd71c6ca4..d2501482673 100644 --- a/apps/dav/src/components/AvailabilityForm.vue +++ b/apps/dav/src/components/AvailabilityForm.vue @@ -21,7 +21,9 @@ :l10n-thursday="$t('dav', 'Thursday')" :l10n-friday="$t('dav', 'Friday')" :l10n-saturday="$t('dav', 'Saturday')" - :l10n-sunday="$t('dav', 'Sunday')" /> + :l10n-sunday="$t('dav', 'Sunday')" + :l10n-start-picker-label="(dayName) => $t('dav', 'Pick a start time for {dayName}', { dayName })" + :l10n-end-picker-label="(dayName) => $t('dav', 'Pick a end time for {dayName}', { dayName })" /> <NcCheckboxRadioSwitch :checked.sync="automated"> {{ $t('dav', 'Automatically set user status to "Do not disturb" outside of availability to mute all notifications.') }} |