From 66015cba39ba4552e196c0b4ca51790c1d022fbd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 11:17:23 +0000 Subject: [PATCH] New Crowdin translations by Github Action (#1776) skip-checks: true Co-authored-by: Crowdin Bot --- public/static/locales/cs/common.json | 1 + public/static/locales/de/common.json | 1 + public/static/locales/zh-CN/common.json | 4 ++++ 3 files changed, 6 insertions(+) diff --git a/public/static/locales/cs/common.json b/public/static/locales/cs/common.json index 902e6207..33242d81 100644 --- a/public/static/locales/cs/common.json +++ b/public/static/locales/cs/common.json @@ -244,6 +244,7 @@ "friday_time_error": "Neplatný čas v pátek", "saturday_time_error": "Neplatný čas v sobotu", "error_end_time_before_start_time": "Čas konce nemůže být před časem začátku", + "error_end_time_next_day": "Čas konce nemůže být delší než 24 hodin", "back_to_bookings": "Zpět na rezervace", "free_to_pick_another_event_type": "Kdykoliv si můžete vybrat jinou událost.", "cancelled": "Zrušeno", diff --git a/public/static/locales/de/common.json b/public/static/locales/de/common.json index e8af131e..43d264e8 100644 --- a/public/static/locales/de/common.json +++ b/public/static/locales/de/common.json @@ -247,6 +247,7 @@ "friday_time_error": "Ungültige Zeit am Freitag", "saturday_time_error": "Ungültige Zeit am Samstag", "error_end_time_before_start_time": "Die Endzeit darf nicht vor der Startzeit liegen", + "error_end_time_next_day": "Die Endzeit darf nicht größer als 24 Stunden sein", "back_to_bookings": "Zurück zu den Buchungen", "free_to_pick_another_event_type": "Sie können jederzeit einen anderen Termin wählen.", "cancelled": "Abgesagt", diff --git a/public/static/locales/zh-CN/common.json b/public/static/locales/zh-CN/common.json index 06b2c269..351591c3 100644 --- a/public/static/locales/zh-CN/common.json +++ b/public/static/locales/zh-CN/common.json @@ -15,6 +15,10 @@ "need_to_reschedule_or_cancel": "需要重新安排还是取消?", "cancellation_reason": "取消原因", "cancellation_reason_placeholder": "您为什么要取消?(选填)", + "rejection_reason": "拒绝原因", + "rejection_reason_title": "拒绝预约请求?", + "rejection_reason_description": "您确定要拒绝预约吗?我们会通知试图预约的人,您可以在下面解释原因。", + "rejection_confirmation": "拒绝预约", "manage_this_event": "管理此活动", "your_event_has_been_scheduled": "您的活动已预约", "accept_our_license": "请更改 .env 文件下的变量 <1>NEXT_PUBLIC_LICENSE_CONSENT 为 '{{agree}}' 以接受我们的许可协议。",