New Crowdin translations by Github Action (#1776)

skip-checks: true

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
github-actions[bot] 2022-02-10 11:17:23 +00:00 committed by GitHub
parent 516ade0af5
commit 66015cba39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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</1> 为 '{{agree}}' 以接受我们的许可协议。",