-
Notifications
You must be signed in to change notification settings - Fork 1
/
en.yml
636 lines (636 loc) · 22.1 KB
/
en.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
---
en:
activerecord:
attributes:
booking:
booked_from: from
booked_to: to
booked_by_person_id: booked by
count: count
coupon_code: coupon code
event_id: event
notes: notes
person: customer
person_id: customer
resource: resource
resource_id: resource
service: service
service_id: service
title: title
verification_code: verification code
booking/state:
awaiting_confirmation: Awaiting confirmation
awaiting_payment: Awaiting payment
awaiting_verification: Awaiting verification
cancelled: Cancelled
confirmed: Confirmed
declined: Declined
deleted: Deleted
booking/status:
checked_in: Checked in
completed: Completed
in_progress: Started
no_show: No show
category:
title: title
client:
future_bookable_period: future bookable period
mail_notification_recipient: email address(es) for notification
mailer_sender: email sender address
phone_number: phone number
purge_data_period: automatic delete period
sms_notification_recipient: phone number(s) for notification
client/slot_generation:
dynamic: Dynamic (recommended)
fixed: Fixed
client_user_link:
role: access level
client_user_link/role:
admin: full access
manager: basic setup
staff: only calendar
coupon/value_type:
amount: amount
percentage: percentage
event:
booking_capacity: maximum people allowed per booking
booking_minimum: minimum people required per booking
capacity: maximum people allowed
description: description
ends_at: ends at
first_booking_at: no booking before
last_booking_at: last booking before
resource_id: resource
service_id: service
starts_at: starts at
title: title
message_template:
active: active
delivery_timing: deliver at
delivery_type: delivery type
message_type: message type
subject: subject
template: template
message_template/delivery_type:
email: email
sms: SMS
message_template/message_type:
confirmation: confirmation
follow_up: follow up
reminder: reminder
person:
address: address
blocked: Blocked for reservations
city: city
country_code: country
created_at: registered
date_of_birth: date of birth
email: email
name: name
national_id_no: national identification number
notes: notes
opt_in_marketing: opt in for marketing
phonenumber: phone number
postal_code: postal code
state: state
street: street
resource:
capacity: capacity
mail_notification_recipient: email address(es) for notification
sms_notification_recipient: phone number(s) for notification
title: title
service:
allow_invoice: allow invoice
payment_required: require payment
price: price
title: title
user:
rotp_verification_code: verification code
web_hook:
event: Event
target_url: Target URL
errors:
messages:
chronic_syntax_error: syntax error please see https://github.com/mojombo/chronic#examples
denied: Your request was denied
icalendar_invalid: No occurrences or invalid iCalendar pattern
icalendar_over_limit: Too many occurences. Max is 731.
illegal: illegal
invalid: is invalid
phone_invalid: is not a valid phone number
time_not_available: Not available for booking at this time
models:
booking:
attributes:
count:
over_booking_capacity: More than maximum people allowed per booking
below_minimum_count: Less than minimum required people per booking
event_id:
time_not_available: is fully booked
person_id:
blocked: blocked for booking
taken: already signed up for this event
resource_id:
no_availability: not avaiable at requested time
service_id:
attendance_only: is only for signups
not_offered: not offered by chosen resource
state:
invalid_transition: Invalid state change
active_bookings_limit: Max number of active bookings is %{count}
fully_booked: Not available at selected time.
no_parent_takeover: Please contact support to make this booking.
prevent_new_signups: booking is only available for existing customers
time_after_future_bookable_period: Too far ahead in the future
client:
attributes:
base:
denied: Denied
client_user_link:
admin_needed: Need at least one admin user on the account.
person:
attributes:
national_id_no:
invalid_syntax_no: Enter your Norwegian fødselsnummer - 11 digits.
blocked: Your account is not able to make any bookings.
missing: is not saved on your customer profile. Please contact us to correct it.
no_values_present: Name, phone number or email is required.
resource:
has_bookings: This resource has bookings. Cannot be deleted. Please contact support.
service:
attributes:
price:
below_minimum: must be more than 1 USD if you want to require payment
payment_price_required: must be set if you want to require payment
user:
attributes:
password:
incorrect: Incorrect password
current_password_incorrect: Current password does not match
template:
body: 'The operation was not completed due to the following errors:'
header: Errors occured
models:
booking: appointment
category: category
coupon: coupon
event: event
external_credential: integration
message_template: message template
person: customer
resource: resource
service: service
service_appointment: service
service_attendance: event type
tag: tag
user: user
web_hook: webhook
date:
formats:
csv: "%d.%m.%Y"
date_month_name: "%e %B"
datepicker: "%d.%m.%Y"
day_name: "%A"
day_name_abbr: "%a"
full_date: "%A %e %B %Y"
month_name: "%B"
short_with_name: "%a %e %b"
short_with_name_and_year: "%a %e %b %Y"
moment_format: DD.MM.YYYY
moment_parse: DD.MM.YYYY
datetime:
distance_in_words:
x_hours:
one: "1 hour"
other: "%{count} hours"
errors:
messages:
no_values_present: Name, phone number or email is required.
not_authenticated: You have been logged out.
not_found: Unable to find data. Try to reload the page.
offline: Unable to connect to MakePlans. Please check that you are online.
server_error: Error in MakePlans
syntax_error: Error in the syntax provided.
unknown: Unknown error. Try to reload the page.
models:
person:
perishable_token:
expired: Code expired. Please try again.
invalid: Incorrect code
no_identifier: Missing email or phone number.
stripe:
booking:
already_refunded: Already refunded.
invalid: Reservation has expired or is invalid. Transaction not processed.
paid: Reservation already paid. Try to refresh the page.
card:
missing: Unable to get card info
payment_intent_unexpected_state: Unable to authenticate payment. Please try again.
processor: 'Error from our payment processor: %{error}'
unknown: Unable to process transaction. Unknown error.
generic:
account_default: Account default
all: all
at: at
country_locale: en
born_abbreviation: b. %{date_of_birth}
default: System default
'false': Disabled
optional: optional
search: Search
'true': Enabled
to: to
today: today
tomorrow: tomorrow
helpers:
booking:
action:
cancel: Cancel
confirm: Confirm
decline: Decline
verify: Verify
state:
awaiting_confirmation: Awaiting confirmation
awaiting_payment: Awaiting payment
awaiting_verification: Awaiting verification
cancelled: Cancelled
confirmed: Confirmed
declined: Declined
deleted: Deleted
booking_state_transitions:
events:
modified: Modified
boolean:
'true': 'Yes'
'false': 'No'
datepicker:
next_month: Next month
prev_month: Previous month
label:
booking:
all_day: All day
booked_by_person_id: Booked by
booked_from: Booked from
booked_to: Booked to
count: Number of people
coupon_code: Coupon code
external_id: External ID
invoiced_at: Invoiced
notes: Notes
paid_at: Paid
person_id: Customer
reminded_at: Sent reminder
reminder_at: Reminder
resource_id: Resource
service_id: Service
terms_accepted: I approve the terms
title: Title
verification_code: Verification code
category:
parent_id: Parent category
title: Title
client:
address: Visiting address
allow_cancellation: Allow cancellations by customer
api_key: API-key (for external integrations)
app_secret: Account secret
appointment_form: Custom reservation fields
awaiting_confirmation_text: Text displayed when booking is waiting for confirmation
billing_city: City
billing_country_code: Country
billing_email: Email address for invoice
billing_id: ID in invoice system
billing_invoice: Send invoice instead of credit card
billing_name: Company Name
billing_order_ref: Your invoice reference
billing_payment_id: ID in payment system
billing_period: Months to invoice
billing_postal_code: Zipcode
billing_state: State
billing_street: Street
billing_vat_no: VAT nr
booking_form: Custom reservation form
calendar_event_text: Display text for reservation in calendar
cancellation_period: Cancellation period
category_form: Custom category fields
closed_for_holidays: Closed on public holidays
confirm_manually: Reservations has to be approved by an administrator
country_code: Country
coupon_form: Custom coupon fields
css_url: Custom CSS (URL must be HTTPS)
currency: Currency
email: Email address
email_notification: Receive email notification for each new reservation
event_form: Custom event fields
first_bookable_period: Do not allow reservations until
footer: Footer
future_bookable_period: Do not allow reservations after
google_analytics: Google Analytics tracking ID
ical_description: Description
ical_summary: Title
interval_rounding: Default rounding to next available time for reservation
locale: Language (Also defines number and date formatting)
logo: Logo
mail_cancellation: Text in cancellation email
mail_cancellation_subject: Subject in cancellation email
mail_confirmation: Text in confirmation email
mail_confirmation_subject: Subject in confirmation email
mail_modification: Text in modification email
mail_modification_subject: Subject in modification email
mail_notification_cancellation: Text in cancellation notification email
mail_notification_confirmation: Text in confirmation notification email
mail_notification_modification: Text in modification notification email
mail_notification_recipient: Email address(es) for notification
mail_verification: Text in verification email
mail_verification_subject: Subject in verification email
name: Company name (shown on the booking site)
new_booking_text: Text displayed on confirmation page
no_availability_text: Text displayed when there is no availability
payment_provider: Default payment provider
person_form: Custom customer fields
phone_number: Phone number
public_access: The booking site is available to the public
purge_data_period: Automatic deletion of personal identifiable information
reminder_sms: Send SMS reminders
require_terms_acceptance: Require terms to be accepted
reservation_form_text: Text displayed before reservation form
resource_form: Custom resource fields
service_form: Custom service fields
service_template: Calendar style
slot_generation: Generation of available slots
sms_cancellation: Text in cancellation SMS
sms_confirmation: Text in confirmation SMS
sms_modification: Text in modification SMS
sms_notification: Receive SMS for each new reservation
sms_notification_recipient: Phone number(s) for notification
sms_reminder: Text in SMS reminder
sms_reminder_time: Time for SMS reminder
sms_verification: Text in verification SMS
subdomain: URL (subdomain)
template: Design theme
templates:
amsterdam: Amsterdam
lviv: Lviv (beta)
timisoara: Timisoara (beta)
terms: Terms and conditions
time_zone: Timezone
verification_method: Verification method for new reservations
client_user_link:
role: Access level
client_user_link/role:
admin: Full access
manager: Basic setup
staff: Only calendar
coupon:
active: Active
allowed_booking_start_at: Earliest start time for reservation
allowed_booking_end_at: Latest start time for reservation
availability: Available coupons
code: Code
max_count: Maxium number of people
min_count: Minimum number of people
max_order_amount: Maxiumum order amount
min_order_amount: Minimum order amount
title: Title
value_type: Discount type
value: Discount value
valid_from: Valid from
valid_until: Valid until
event:
all_day: All day
allow_invoice: allow invoice
booking_capacity: Max nr of attendants allowed per booking
booking_minimum: Min nr of attendants required per booking
capacity: Max nr of attendants
description: Description
ends_at: Ends at
first_booking_at: No signups before
last_booking_at: No signups after
payment_required: Payment required
price: Price including all taxes
published: Visible on the booking site
resource_id: Resource
service_id: Event type
starts_at: Starts at
title_html: Specified title <small>optional</small>
message_template:
active: Active
delivery_timing: Deliver at
delivery_type: Delivery type
message_type: Message type
subject: Subject
template: Template
message_template/delivery_type:
email: Email
sms: SMS
message_template/message_type:
confirmation: Confirmation
follow_up: Follow up
reminder: Reminder
person:
address: Address
city: City
country_code: Country
created_at: Registered at
date_of_birth: Date of birth (dd.mm.yyyy)
deactivated: Deactivated
email: Email
name: Name
national_id_no: National ID number
notes: Notes
opt_in_marketing: Receive information from us
phonenumber: Mobile phone number
postal_code: Postal code
provider: Connected to external account
state: State
street: Street
tfso_company_id: 24SO customer ID
resource:
capacity: Max number of reservations at the same time
mail_notification_recipient: Email address(es) for notification
sms_notification_recipient: Phone number(s) for notification
title: Title
service:
active_bookings_limit: Max number of active bookings
allow_invoice: Allow invoice
block_resource: Reservation will block resource
booking_capacity: Max number of people allowed per reservation
booking_form: Custom reservation form
booking_minimum: Min number of people required per booking
capacity: Max number of attendants
confirm_manually: Reservations has to be approved by an administrator
description: Description
has_day_booking: Time type
has_day_booking_label:
'false': min
'true': days
interval: Duration
interval_rounding: Rounding for next available time
mail_cancellation: Text in cancellation email
mail_confirmation: Text in confirmation email
mail_modification: Text in modification email
mail_verification: Text in verification email
max_slots: Max number of slots per reservation
new_booking_text: Text displayed on confirmation page
next_interval: Available slot every
payment_required: Require payment
price: Price including taxes
published: Show on the booking site
reservation_form_text: Text displayed before reservation form
same_day: Allow reservation over multiple days
sms_cancellation: Text in cancellation SMS
sms_confirmation: Text in confirmation SMS
sms_modification: Text in modification SMS
sms_reminder: Text in reminder SMS
sms_verification: Text in verification SMS
template: Calendar template
templates:
default: Default
time_day_available: Day
week_available: All week
weekday_available: Weekdays
list: List
title: Title
user:
current_password: Current password
email: Email
name: Name
password: Password
phonenumber: Phone number
rotp_verification_code: Verification code
web_hook:
event: Event
target_url: Target URL
link:
add: Add
back: Back
booking:
new: New reservation
cancel_confirm: Are you sure you want to cancel?
category:
new: New category
confirm: Are you sure?
coupon:
new: New coupon
create: Create
delete: Delete
delete_confirm: Are you sure you want to delete?
edit: Edit
event:
new: New event
new_attendant: Add attendant
person:
new: New customer
new_child: New customer
resource:
new: New resource
service:
new_appointment: New service
new_attendance: New event type
setup:
skip: Manual setup
step_html: "<strong>Step %{step}</strong> of %{max_steps}"
undelete: Undelete
undelete_confirm: Are you sure you want to undelete?
user:
new: New user
view: View
web_hook:
new: New webhook
menu:
agenda: Agenda
calendar: Calendar
logout: Logout
people: Customers
profile: Profile
reports: Reports
setup: Setup
menu_setup:
addons: Addons
billing: Billing
bookingsite: Booking site
categories: Categories
communication: Communication
company: Account
developer: Developer
coupons: Coupons
export: Export
fields: Custom fields
import: Import
integrations: Integrations
message_templates: Message templates
person_notifications: Notifications - customer
promote: Promote
resources: Resources
service_appointments: Services
service_attendances: Event types
sms_credits: SMS credits
tools: Tools
user_notifications: Notifications - user
users: Users
ux: UX
payment:
fields:
cvc: CVC
errors:
cvc: CVC is not valid.
expiration: Expiration date is not valid.
number: Card number is not valid.
expiration_html: Expires <small>(MM/YY)</small>
number: Card number
header: This form will be encrypted and sent securely
select:
prompt: Please select
submit:
cancel: Cancel
create: Create %{model}
submit: Save %{model}
submit_default: Save
update: Update %{model}
update_password: Change password
service:
admin:
invoice_client:
errors:
nothing_to_invoice: Account not ready for invoicing. Please make sure you have at least one resource.
invoice_text: Usage of MakePlans online appointment booking
time:
24h: true
formats:
csv: "%d.%m.%Y %H:%M"
db: "%Y-%m-%d %H:%M"
long_dayname: "%A, %e %B %Y, %H:%M"
short_mailer: "%e. %B at %H:%M"
shorter: "%-d. %b %Y, %H:%M"
time: "%H:%M"
time_with_word: at %H:%M
timepicker: "%H:%M"
moment_format: HH:mm
timepicker_format: H:i
title:
actions:
edit: Edit
update: Update
user:
password_reset:
expired: Expired
no_email_found: No email found
valid_email:
validations:
email:
invalid: is invalid
worker:
integration_slack:
fallback: A new appointment was made in MakePlans
footer: MakePlans API
pretext: "%{person} made an appointment on %{booked_from}"
title: View the appointment in MakePlans
integration_tfso_list_companies:
errors:
no_results: No existing customers found.
integration_tfso_order:
errors:
already_created: Already created.
no_company: Customer has been deleted in 24SevenOffice. You must reactivate the customer in 24SevenOffice to continue.
no_product: Product has been deleted in 24SevenOffice. You must reactivate the product in 24SevenOffice or connect the service to a new product from MakePlans before you can continue.
product_not_defined_on_service: This service is not connected to a product in 24SevenOffice.