-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocale-resident.json
1406 lines (1406 loc) · 57.9 KB
/
locale-resident.json
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
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"en": {
"Required": "This field must be filled",
"general": {
"accept_proceed_pay_terms": "By clicking 'Proceed to pay,' you accept the",
"terms": "terms",
"account_information": "Account information",
"add_comment": "Add comment",
"add_filter": "Add filter",
"additional_information": "Additional information",
"all": "All",
"all_orders": "All orders",
"all_requests": "All requests (%{request_count})",
"all_reservations": "All reservations",
"amount": "Amount",
"apply": "Apply",
"attached_images_documents": "Attached images and documents",
"available_time": "Available time",
"back": "Back",
"basic_fees": "Basic fees",
"be_aware": "Be aware!",
"booking_as": "Booking as",
"booking_details": "Booking details",
"cancel_order_bs_subtitle": "Please confirm if you want to cancel your order. Choosing 'Yes' will remove all items from your current order. To keep your selections, click 'No'.",
"cancel_order_bs_title": "Do you want to cancel your order?",
"can_use_universal_key": "Can use universal key.",
"cant_use_universal_key": "Can't use universal key.",
"choose_payment_method": "Choose payment method",
"clear_filter": "Clear filter",
"congrats": "Congrats!",
"contract": "Contract",
"delete_account": "Delete account",
"description": "Description",
"discount": "Discount",
"disturbance_urgent_note": "In case of really urgent disturbance, please call emergency number 112. Otherwise, please fill the form.",
"due_date": "Due date %{date}",
"edit_comment": "Edit comment",
"end_date_time": "End Date Time",
"english": "English",
"file": "File",
"files": "files",
"files_and_folders": "Files and folders",
"filter": "Filter",
"filter_requests": "Filter requests",
"finnish": "Finnish",
"folder": "Folder",
"folders": "folders",
"free_of_charge": "Free of charge",
"from": "From",
"has_pets_in_apartment": "Has pets in the apartment.",
"has_no_pets_in_apartment": "Doesn't have pets in the apartment.",
"has_security_restriction": "Has security restriction?",
"help_center": "Help center",
"hi": "Hi",
"housing_info": "Housing info",
"in_contract_free": "* (In contract, free)",
"inside": "Inside",
"instructions": "Instructions",
"instrument_list": "List of instruments",
"invoice_number": "Invoice number",
"invoice_title": "%{title} invoice",
"is_main_resident": "Is main resident?",
"isMinor": "Child under 16 years old",
"language": "Language",
"move_in_list": "Move-in list",
"move_out_list": "Move-out list",
"myself": "Myself",
"net_total": "Net Total",
"no_notice_available": "No available notices!",
"no_notice_available_description": "There are no new notices.",
"no_request_available": "No available requests!",
"no_request_available_description": "Does your apartment need maintenance or do you want to report an issue?",
"no_reservation_available": "No available reservations!",
"no_reservation_available_description": "Get to know services provided by your housing company, and make a new reservation.",
"normal": "Normal",
"notification": "Notification",
"no_time_slots_message": "There are no time slots available for the selected date.",
"no_units": "You are not assigned to units.",
"on_behalf_of_other": "On behalf of other",
"oops": "Oops!",
"oops_no_documents": "Oops, no documents!",
"oops_no_documents_description": "There are no documents to display.",
"oops_no_invoices": "Oops, no invoices!",
"oops_no_invoices_description": "There are no invoices to display.",
"oops_no_notice": "Oops, no notices!",
"oops_no_notice_description": "There are no new notices.",
"oops_no_notification": "Oops, no notifications!",
"oops_no_notification_description": "There are no new notifications.",
"oops_no_order": "Oops, no orders!",
"oops_no_order_booked": "Oops, no own orders!",
"oops_no_order_booked_description": "Please make a new reservation from 'Available orders' page.",
"oops_no_order_description": "There are no orders associated with the selected unit.",
"oops_no_request": "You haven't made any requests!",
"oops_no_request_description": "Create a new request in 'Make a request.'",
"oops_no_reservation": "Oops, no reservation!",
"oops_no_reservation_booked": "Oops, no reservation booked!",
"oops_no_reservation_booked_description": "Please add reservation from 'Available reservation' page.",
"oops_no_reservation_description": "There are no reservations associated with the selected unit.",
"oops_no_date_time": "Oops, no date and time selected!",
"oops_no_date_time_description": "Please select date and time to overview your reservation.",
"opening_hours": "Opening hours",
"outside": "Outside",
"owned_by": "Owned by",
"paid_on": "Paid on %{date}",
"payment_method": "Payment method",
"payment_failure_message": "Please take a contact to our customer service.",
"payment_failure_title": "Oops! Something went terribly wrong.",
"payment_policy": "Payment terms",
"payment_success_title": "Your service has been booked successfully.",
"per_call": "/call",
"preferences": "Preferences",
"price": "Price",
"privacy_policy": "Privacy policy",
"property_details": "Property details",
"push_notifications": "Push notifications",
"qty": "QTY",
"rate": "Rate",
"unitPrice": "Unit Price",
"recent_notices": "Recent notices",
"recent_requests": "Recent requests",
"relax_enjoy_no_pay": "* Reservation belongs to your contract, no additional payment.",
"noreReservationForMonth": "There are no reservation for this months.",
"remaining": "Remaining",
"request_not_scheduled_yet": "Request is not scheduled yet",
"reservation_order": "Reservation / Order",
"scheduled_date": "Scheduled date",
"scheduled_maintenance": "Scheduled maintenance",
"select_date": "Select date",
"select_servation_date": "Please select your reservation date",
"select_servation_time": "Please select your reservation time",
"space": "Renovated space",
"space_information": "Space information",
"start_date": "Start date",
"start_date_time": "Start Date Time",
"start_time": "Start time",
"status": "Status",
"subtotal": "Subtotal",
"tap_to_upload": "Tap to upload",
"terms_conditions": "Terms and conditions",
"time_of_occurrence": "Time of occurrence",
"todays_services": "Today's services",
"total": "Total",
"total_amount": "Total Amount",
"Unit": "unit",
"unit": "unit",
"upload_image_filetype": "SVG, PNG, JPG or GIF (max. 800x400px)",
"upload_profile_image": "Upload profile image",
"urgent": "Urgent",
"vat": "VAT",
"viewed_as": "Viewed as",
"reservation_detail": "Reservation detail",
"view": "View",
"current_billing_info": "Current billing info",
"book_date_time": "Book date & time",
"close": "Close",
"recurrence": "Recurrence",
"customRecurrence": "Custom recurrence",
"createdBy": "Created by",
"housingCompany": "Housing company",
"building": "Building",
"reservationStatus": "Reservation Status",
"createdAt": "Created at",
"serviceName": "Service name",
"transactionDetail": "Transaction details",
"cancelReservation": "Cancel reservation option currently unavailable.",
"reservationContact": "Please contact us to cancel your reservation.",
"contactUs": "contact us",
"reschedule": "Reschedule",
"cancelReservationTitle": "Do you want to cancel your reservation?",
"cancelReservationDetail": "Refunds possible if canceled {{day}} day prior. Confirm cancellation? 'Yes' clears all items; 'No' retains selections.",
"cancelRecurringReservationDetail": "Canncelation is possible {{prior}}. Confirm cancellation? 'Yes' clears all items; 'No' retains selections.",
"showMorerestriction": "Show more restrictions",
"sendEmailReceipt": "Send receipt via email",
"receiptEmail": "Receipt via email",
"receiptMessage": "Receipt sent to your email address. Please check your inbox for confirmation and details",
"refunded": "Refunded",
"checkingAvailable": "Checking available {{variant}}",
"fetchedAvailableDate": "Fetched available dates",
"pleaseWait": "Please wait",
"user_not_allowed": "User not allowed.",
"reset_email_sent": "Reset email sent successfully."
},
"header": {
"change_password_title": "Change password",
"delete_comment_subtitle": "Are you sure you want to delete this comment?",
"delete_comment_title": "Delete comment",
"document_subtitle": "Get to know important documents",
"document_title": "Documents",
"invoice_detail_title": "Invoice detail",
"invoice_overview_title": "Invoice overview",
"language_subtitle": "Select your preferred language",
"language_title": "Language settings",
"logoutBS_title": "Are you sure you want to logout?",
"notice_detail_title": "Notice detail",
"notices_title": "Notices",
"notifications_title": "Notifications",
"notification_settings_subtitle": "Opt-In for notifications",
"notification_settings_title": "Notification settings",
"order_subtitle": "Make orders with ease",
"order_title": "Orders",
"payment_method_subtitle": "Review order and make payment",
"payment_method_title": "Payment method",
"pin_title": "Enter 4-digit PIN",
"request_detail_title": "Request details",
"reservation_home_subtitle": "Making reservations with ease",
"request_subtitle": "Managing requests with ease",
"request_title": "Requests",
"reservation_home_title": "Reservations",
"settings_title": "Settings",
"sign_in_subtitle": "Unlock the Mainder experience by signing in!",
"sign_in_title": "Sign in to Mainder"
},
"label": {
"owner": "Owner",
"resident": "Resident",
"account_number": "Account number",
"accept_info_correct": "I declare the information I provided is correct",
"add_company": "Add company",
"add_new": "Add new",
"add_person": "Add person",
"address": "Address",
"antenna_system_n_type": "Antenna system and type",
"area": "Area",
"attached_images": "Attached Images",
"available_requests": "Available requests",
"back_to_home": "Back to Home",
"book_now": "Book now",
"building_information": "Building Information",
"building_name": "Building name",
"business_id": "Business ID",
"cable_company": "Cable company",
"call": "Call",
"call_112": "Call 112",
"cancel": "Cancel",
"cancelReservation": "Cancel reservation",
"can_use_universal_key": "Can use universal key?",
"clear": "Clear",
"clear_filter": "Clear filter",
"comment": "Comment",
"comments": "Comments",
"company_name": "Company's name",
"confirm": "Confirm",
"confirm_password": "Confirm password",
"contact_number": "Contact number",
"contact_person": "Contact person",
"cooling_system": "Cooling system",
"date": "Date",
"delete": "Delete",
"disturbance_type": "Type of disturbance",
"edit_profile": "Edit profile",
"enable_email_notifications": "Enable email notifications",
"enable_push_notifications": "Enable push notifications",
"enter_new_pin": "Enter new PIN",
"enter_old_pin": "Enter old PIN",
"fault_location": "Fault location",
"floor": "Floor",
"floor_plans": "Floor plans",
"heat_distribution_system": "Heat distribution system",
"heating_system": "Heating system",
"housing_unit": "Housing unit",
"instruction_to_enter": "Instructions to enter",
"make_a_request": "Make a request",
"mark_all_as_read": "Mark all as read",
"materials_n_systems": "Materials & Systems",
"meter": "Meter",
"meter_type": "Meter type",
"meter_value": "Meter value",
"mover": "Mover",
"new_password": "New password",
"next": "Next",
"no": "No",
"note": "Note",
"notifications": "Notifications",
"number_of_apartments": "Number of apartments",
"number_of_floors": "Number of floors",
"occurrence": "Occurrence",
"old_password": "Old password",
"order_available": "Available order",
"orders_available": "Available orders",
"order_now": "Order now",
"order_own": "Own orders",
"own_requests": "Own requests",
"paid_invoices": "Paid invoices",
"payer_info": "Payer info",
"payer_name": "Payer's name",
"pending_invoices": "Pending invoices",
"person_name": "Person's name",
"pet_instruction": "Pet instruction",
"pets_in_apartment": "Pets in the apartment?",
"pre_payment_reimbursement": "Pre-payment reimbursement",
"price": "Price",
"proceed": "Proceed",
"proceed_to_pay": "Proceed to pay",
"post": "Post",
"purpose_of_use": "Purpose of use",
"renovation_space": "Renovation space",
"renovator_company": "Renovator company",
"renovator_person": "Renovator person",
"renovator_type": "Renovator type",
"report_to_authorities": "Have you reported the disturbance to authorities such as police?",
"request_description": "Description of request",
"request_info": "Request info",
"request_now": "Request now",
"request_title": "Request title",
"reservation_available": "Available reservation",
"reservations_available": "Available reservations",
"reservation_own": "Own reservations",
"roof_material": "Roof material",
"roof_type": "Roof type",
"select": "Select",
"submit": "Submit",
"submit_request": "Submit request",
"surface_area_articles": "Surface area (per Articles of Association)",
"switch_housing_unit": "Switch housing unit",
"telecommunication_system": "Telecommunication system",
"time": "Time",
"unit_information": "Unit Information",
"unit_number": "Unit number",
"unit_type_per_article": "Unit type (per Articles of Association)",
"update": "Update",
"update_password": "Update password",
"upload_image": "Upload image",
"uploading": "Uploading",
"urgency_level": "Urgency level",
"urgent_requests": "Urgent requests",
"ventilation_system": "Ventilation system",
"view_all": "View All",
"work_description": "Work description",
"year_built": "Year built",
"yes": "Yes",
"reservation_date": "Reservation date",
"requested_date": "Requested date",
"all": "All",
"upcoming": "Upcoming",
"recurring": "Recurring only",
"delete_confirmation": "Delete confirmation",
"error": "Error",
"successful": "Successful",
"ok": "Ok",
"my_documents": "My documents",
"shared_documents": "Shared documents",
"confirmReservation": "Confirm reservation",
"set": "Set",
"repeatEvery": "Repeat every",
"repeatType": "Repeat type",
"repeatOn": "Repeat on",
"endsAfter": "Ends after",
"never": "Never",
"on": "On",
"after": "After",
"ends": "Ends",
"acceptCancelReservation": "Yes, cancel reservation",
"declineCancelReservation": "No, continue reservation",
"month": "Select a month"
},
"placeholder": {
"account_number": "Enter account number",
"address": "Enter address",
"area": "Enter area",
"business_id": "Enter company's business ID",
"company_name": "Enter company's name",
"contact_number": "Enter contact number",
"contact_person": "Enter contact person's name",
"confirm_password": "Re-enter new password",
"email_address": "Enter email address",
"enter_ssn": "Enter social security number",
"enter_your_email": "Enter your email",
"enter_your_first_name": "Enter your first name",
"enter_your_last_name": "Enter your last name",
"enter_your_password": "Enter your password",
"enter_your_phone_number": "Enter your phone number",
"first_name": "Enter first name",
"instruction": "Write instructions here...",
"last_name": "Enter last name",
"meter_value": "Enter meter value",
"new_password": "Enter your new password",
"note": "Enter note",
"old_password": "Enter your old password",
"payer_name": "Enter payer's name",
"person_name": "Enter person's name",
"phone_number": "Enter phone number",
"request_description": "Write description of the request here...",
"request_title": "Enter title of the request",
"search_document": "Search document...",
"search_invoices": "Search invoices...",
"search_order": "Search order...",
"search_request": "Search request...",
"search_reservation": "Search reservation...",
"select_an_option": "Select an option",
"ssn": "Enter your social security number",
"street_address": "Enter your street address",
"postal_district": "Enter Postal District",
"postal_code": "Enter postal code",
"type_your_comment": "Type your comment...",
"work_description": "Write work description here..."
},
"user": {
"change_password": "Change password",
"change_pin": "Change PIN",
"dob": "Date of birth",
"email": "Email",
"email_address": "Email address",
"first_name": "First name",
"forgot_password": "Forgot password",
"forgot_password_title": "Forgot password?",
"forgot_password_description": "Enter your email to reset your password",
"forgot_pin": "Forgot PIN",
"gender": "Gender",
"last_name": "Last name",
"logging_out": "Signing out",
"logout": "Logout",
"password": "Password",
"phone_number": "Phone number",
"remember_me": "Remember me",
"reset_pin": "Reset PIN",
"reset_pin_description": "Please enter your 4-digit code to reset your PIN.",
"sign_in": "Sign in",
"signing_in": "Signing in",
"ssn": "Social security number (optional)",
"street_address": "Street address",
"postal_code": "Postal code",
"postal_district": "Postal District"
},
"ticket": {
"all_members_moving_out": "All members are moving out",
"disturbance": "Disturbance",
"disturbance_title": "Create disturbance request",
"expense_report": "Expense report",
"expense_report_title": "Create expense report request",
"fault_report": "Fault report",
"fault_report_title": "Create fault request",
"general_contact": "General contact",
"general_contact_title": "Create general request",
"instrument_reading_title": "Create instrument reading request",
"meter_reading": "Meter reading",
"move_in": "Move-in",
"move_in_title": "Create move-in request",
"move_out": "Move-out",
"move_out_title": "Create move-out request",
"normal": "Normal",
"open_door": "Open door",
"open_door_body": "It is important to note that door access is limited to registered apartment residents. The maintenance personnel will verify your identity by checking your ID.",
"open_door_h1": "Have you forgotten your keys?",
"open_door_h2": "If so, please call our 24/7 duty personnel, and they will assist you in unlocking your door.",
"open_door_price_heading": "Prices to open the door",
"open_door_title": "Open door request",
"renovation": "Renovation",
"renovation_title": "Create renovation request",
"subtitle": "Fill up the request form here",
"urgent": "Urgent",
"urgent_maintainence": "Urgent maintenance",
"urgent_maintainence_title": "Urgent maintenance assistance",
"urgent_maintainence_heading": "Experiencing an urgent maintenance issue like leaking pipes, electrical problems, or any other urgent need? We're here to help!",
"urgent_maintainence_instructions": "Please call our On-Call 24/7 number below. Our dedicated team is ready to assist you and provide guidance on how to proceed with the issue.",
"show_this_to_owner_note_fault_report_inside": "This request is also visible to the owner of this unit."
},
"tabLabel": {
"document": "Document",
"home": "Home",
"order": "Order",
"request": "Request",
"reservation": "Reservation"
},
"date_time": {
"month": "Month",
"year": "Year",
"january": "January",
"february": "February",
"march": "March",
"april": "April",
"may": "May",
"june": "June",
"july": "July",
"august": "August",
"september": "September",
"october": "October",
"november": "November",
"december": "December"
},
"message": {
"account_delete_request": "Request to delete the account has been sent. Our team will validate your request and continue with the procedure.",
"are_you_sure": "Are you sure?",
"delete_account": "You are about to delete the account. All the associated data will also be deleted!",
"fill_prerequest_form": "Fill the pre-request form and request form",
"there_no_undo": "You cannot undo this action!",
"add_at_least_one_company": "Add at least one company",
"add_at_least_one_person": "Add at least one person",
"select_renovation_space": "Select renovation space"
},
"enums": {
"gender": {
"male": "Male",
"female": "Female",
"others": "Others",
"dont_want_to_specify": "Don't want to specify"
},
"paymentMethod": {
"card": "Card",
"invoice": "Invoice",
"contract": "Contract",
"apple_pay": "Apple pay",
"google_pay": "Google pay",
"mobile_pay": "Mobile pay"
},
"ticketStatus": {
"created": "Created",
"on_hold": "On hold",
"assigned_partner": "Assigned to supervisor",
"assigned_employee": "Assigned to employee",
"assigned_property_manager": "Assigned to property manager",
"scheduled": "Scheduled",
"reviewed": "Reviewed",
"in_progress": "In progress",
"completed": "Completed",
"resolved": "Resolved",
"accepted": "Accepted",
"delayed": "Delayed",
"returned": "Returned",
"overdue": "Overdue",
"cancelled": "Cancelled",
"closed": "Closed",
"paused": "Paused",
"in_complete": "In complete"
},
"ticketUpdateStatus": {
"returned": "Return",
"on_hold": "On Hold",
"closed": "Close",
"paused": "Pause",
"cancelled": "Cancel",
"accepted": "Accepted",
"in_progress": "Inprogress"
},
"ticketSpace": {
"inside_building": "Inside Building",
"outside_building": "Outside Building",
"in_unit": "In Unit"
},
"renovatorType": {
"company": "Company",
"person": "Person"
},
"rRuleOptions": {
"does_not_repeat": "Does not repeat",
"daily": "Daily",
"weekly": "Weekly",
"monthly": "Monthly",
"every_weekday": "Every weekday (Mon - Fri)",
"repeat": "Repeat"
},
"rRepeatOptions": {
"daily": "Daily",
"weekly": "Weekly",
"monthly": "Monthly",
"yearly": "Yearly"
},
"recurringOptionEnums": {
"beginning_of_next_month": "Beginning of next month",
"beginning_of_next_first_full_month": "Beginning of the next first full month"
},
"serviceUnit": {
"CM": "CM",
"LOT": "LOT",
"GRAM": "GRAM",
"HOUR": "HOUR",
"PERSON": "PERSON",
"PAIR": "PAIR",
"PALLET": "PALLET",
"PLATE": "PLATE",
"LINEAR_METER": "LINEAR METER",
"KILOGRAM": "KILOGRAM",
"MONTH": "MONTH",
"KILOMETER": "KILOMETER",
"PIECE": "PIECE",
"KILOWATT_HOUR": "KILOWATT HOUR",
"LITER": "LITER",
"BOX": "BOX",
"METER": "METER",
"SQUARE_METER": "SQUARE METER",
"CUBIC_METER": "CUBIC METER",
"SALE_UNIT": "SALE UNIT",
"MINUTE": "MINUTE",
"MILLIMETER": "MILLIMETER",
"PARCEL": "PARCEL",
"BOTTLE": "BOTTLE",
"CAN": "CAN",
"BAG": "BAG",
"DAY": "DAY",
"ROLL": "ROLL",
"PAGE": "PAGE",
"SACK": "SACK",
"SERIES": "SERIES",
"TUBE": "TUBE",
"TON": "TON",
"YEAR": "YEAR",
"WEEK": "WEEK",
"FULL_DAY": "FULL DAY",
"KILOBIT": "KILOBIT",
"MEGABIT": "MEGABIT",
"GIGABIT": "GIGABIT",
"TERABIT": "TERABIT",
"SQUARE_CENTIMETRE": "SQUARE CENTIMETRE",
"CENTILITRE": "CENTILITRE",
"CUP": "CUP",
"DECILITRE": "DECILITRE",
"GALLON_UK": "GALLON UK",
"GALLON_US": "GALLON US",
"MILLILITRE": "MILLILITRE",
"PINT_UK": "PINT UK",
"PINT_US": "PINT US",
"AMPERE": "AMPERE",
"AMPERE_HOUR": "AMPERE HOUR",
"AMPERE_MINUTE": "AMPERE MINUTE",
"KILOAMPERE_HOUR": "KILOAMPERE HOUR",
"KILOVOLT": "KILOVOLT",
"MILLIVOLT": "MILLIVOLT",
"MILLIAMPERE_HOUR": "MILLIAMPERE HOUR",
"FOOT": "FOOT",
"INCH": "INCH",
"MILE": "MILE",
"YARD": "YARD",
"EXAJOULE": "EXAJOULE",
"GIGAJOULE": "GIGAJOULE",
"JOULE": "JOULE",
"JOULE_PER_SECOND": "JOULE PER SECOND",
"KILOJOULE": "KILOJOULE",
"MILLIJOULE": "MILLIJOULE",
"PETAJOULE": "PETAJOULE",
"TERAJOULE": "TERAJOULE",
"GRAM_PER_CUBIC_METRE": "GRAM PER CUBIC METRE",
"GRAM_PER_SQUARE_METRE": "GRAM PER SQUARE METRE",
"KILOGRAM_PER_CUBIC_METRE": "KILOGRAM PER CUBIC METRE",
"KILOGRAM_PER_SQUARE_METRE": "KILOGRAM PER SQUARE METRE",
"MILLIGRAM": "MILLIGRAM",
"MILLIGRAM_PER_CUBIC_METRE": "MILLIGRAM PER CUBIC METRE",
"OUNCE": "OUNCE",
"POUND": "POUND",
"STONE_UK": "STONE UK",
"DOZEN": "DOZEN",
"DOZEN_PACK": "DOZEN PACK",
"EIGHT_PACK": "EIGHT PACK",
"FIVE_PACK": "FIVE PACK",
"FOUR_PACK": "FOUR PACK",
"HUNDRED": "HUNDRED",
"JAR": "JAR",
"NINE_PACK": "NINE PACK",
"NUMBER_OF_WORDS": "NUMBER OF WORDS",
"SET": "SET",
"SEVEN_PACK": "SEVEN PACK",
"SIX_PACK": "SIX PACK",
"TEN_PACK": "TEN PACK",
"THREE_PACK": "THREE PACK",
"TWO_PACK": "TWO PACK",
"WRAP": "WRAP",
"GIGAWATT": "GIGAWATT",
"GIGAWATT_HOUR": "GIGAWATT HOUR",
"KILOWATT": "KILOWATT",
"MEGAWATT_HOUR": "MEGAWATT HOUR",
"MILLIWATT": "MILLIWATT",
"TERAWATT": "TERAWATT",
"TERAWATT_HOUR": "TERAWATT HOUR",
"WATT": "WATT",
"WATT_HOUR": "WATT HOUR",
"BAR": "BAR",
"KILOPASCAL": "KILOPASCAL",
"PASCAL": "PASCAL",
"KILOBYTE": "KILOBYTE",
"MEGABYTE": "MEGABYTE",
"GIGABYTE": "GIGABYTE",
"SECOND": "SECOND",
"HECTARE": "HECTARE",
"NO_UNIT": "NO UNIT"
}
},
"days": {
"sunday": "Sunday",
"monday": "Monday",
"tuesday": "Tuesday",
"wednesday": "Wednesday",
"thursday": "Thursday",
"friday": "Friday",
"saturday": "Saturday"
},
"validation": {
"fieldRequired": "{{field}} field is required.",
"description_required": "Description is required",
"title_required": "Title is required",
"instruction_required": "Instruction is required",
"invalid_price": "Invalid price",
"email_required": "Email is required",
"invalid_email": "Invalid email",
"password_required": "Password is required",
"password_min_length": "Password must have at least 8 characters",
"password_number_and_case": "This password is missing an uppercase/lowercase letter or a digit",
"pin_required": "4 digit PIN required",
"invalid_pin": "Invalid pin",
"phone_number_length": "The phone number must have 10 digits",
"phone_number_required": "Phone number is required",
"invalid_credentials": "Invalid login information",
"minLengthRequired": "{{field}} must have at least {{length}} characters",
"maxLengthRequired": "{{field}} must have maximum {{length}} characters"
}
},
"fi": {
"Required": "Tämä kenttä on täytettävä",
"general": {
"accept_proceed_pay_terms": "Napsauttamalla 'Siirry maksamaan' hyväksyt",
"terms": "ehdot",
"account_information": "Tilin tiedot",
"add_comment": "Lisää kommentti",
"add_filter": "Suodata tuloksia",
"additional_information": "Lisätietoja",
"all": "Kaikki",
"all_orders": "Kaikki tilaukset",
"all_requests": "Kaikki pyynnöt (%{request_count})",
"all_reservations": "Kaikki varaukset",
"amount": "Yhteensä",
"apply": "Käytä",
"attached_images_documents": "Liitetyt kuvat ja asiakirjat",
"available_time": "Vapaat ajat",
"back": "Takaisin",
"basic_fees": "Hinta",
"be_aware": "Nyt tarkkana!",
"booking_as": "Varaa",
"booking_details": "Varauksen tiedot",
"cancel_order_bs_subtitle": "Vahvista, haluatko peruuttaa tilauksesi. Valitsemalla 'Kyllä' valitut palvelut poistetaan tilauksestasi. Jos haluat säilyttää valintasi, valitse 'Ei'.",
"cancel_order_bs_title": "Haluatko peruuttaa tilauksesi?",
"can_use_universal_key": "Saa käyttää yleisavainta.",
"cant_use_universal_key": "Ei saa käyttää yleisavainta.",
"choose_payment_method": "Valitse maksutapa",
"clear_filter": "Tyhjennä valinnat",
"congrats": "Onnittelut!",
"contract": "Sopimus",
"delete_account": "Poista tili",
"description": "Kuvaus",
"discount": "Alennus",
"disturbance_urgent_note": "Jos tilanne on vakava, soita suoraan hätäkeskukseen 112. Muussa tapauksessa täytä tämä lomake.",
"due_date": "Eräpäivä %{date}",
"edit_comment": "Muokkaa kommenttia",
"end_date_time": "Päättymispäivä ja -aika",
"english": "englanti",
"file": "Tiedosto",
"files": "tiedostot",
"files_and_folders": "Tiedostot ja kansiot",
"filter": "Suodata",
"filter_requests": "Suodata työpyynnöt",
"finnish": "suomi",
"folder": "Kansio",
"folders": "kansiot",
"free_of_charge": "Maksuton",
"from": "Klo",
"has_pets_in_apartment": "Asunnossa on lemmikkejä.",
"has_no_pets_in_apartment": "Asunnossa ei ole lemmikkejä.",
"has_security_restriction": "Voimassa oleva turvakielto",
"help_center": "Asiakaspalvelu",
"hi": "Hei",
"housing_info": "Asunnon tiedot",
"in_contract_free": "* (Kuuluu sopimukseen, ei lisähintaa)",
"inside": "Sisällä",
"instructions": "Ilmoitukset",
"instrument_list": "Lista mittareista",
"invoice_number": "Laskun numero",
"invoice_title": "%{title} lasku",
"is_main_resident": "On päävastuullinen asukas?",
"isMinor": "Muuttaja on alle 16-vuotias",
"language": "Kieli",
"move_in_list": "Lista muuttajista",
"move_out_list": "Lista poismuuttajista",
"myself": "Itse",
"net_total": "Summa",
"no_notice_available": "Ei tiedotteita!",
"no_notice_available_description": "Ei uusia tiedotteita.",
"no_request_available": "Ei avoimia työpyyntöjä!",
"no_request_available_description": "Vaatiiko asuntosi huoltoa tai haluatko ilmoittaa ongelmasta?",
"no_reservation_available": "Ei vahvistettuja varauksia!",
"no_reservation_available_description": "Tutustu taloyhtiön palveluihin ja tee uusi varaus.",
"normal": "Normaali",
"notification": "Ilmoitus",
"no_time_slots_message": "Valittuna päivänä ei ole vapaita aikoja.",
"no_units": "Sinua ei ole liitetty asuntoihin.",
"on_behalf_of_other": "Toisen puolesta",
"oops": "Hups!",
"oops_no_documents": "Hups, tyhjä kansio!",
"oops_no_documents_description": "Asiakirjoja ei ole saatavilla.",
"oops_no_invoices": "Hups, ei laskuja!",
"oops_no_invoices_description": "Laskuja ei ole saatavilla.",
"oops_no_notice": "Hups, ei tiedotteita!",
"oops_no_notice_description": "Ei ajankohtaista tiedotettavaa.",
"oops_no_notification": "Hups, ei ilmoituksia!",
"oops_no_notification_description": "Ei ajankohtaisia ilmoituksia.",
"oops_no_order": "Hups, ei tilattavaa!",
"oops_no_order_booked": "Hups, ei omia tilauksia!",
"oops_no_order_booked_description": "Tee uusi tilaus 'Tee tilaus' välilehdessä.",
"oops_no_order_description": "Tällä hetkellä et voi tehdä tilauksia. Palaa myöhemmin uudelleen.",
"oops_no_request": "Et ole tehnyt työpyyntöjä!",
"oops_no_request_description": "Luo uusi työpyyntö kohdassa 'Tee työpyyntö.",
"oops_no_reservation": "Hups, ei varattavaa!",
"oops_no_reservation_booked": "Hups, ei omia varauksia!",
"oops_no_reservation_booked_description": "Tee uusi varaus 'Tee varaus' välilehdessä.",
"oops_no_reservation_description": "Tähän huoniestoon ei ole liitetty voimassa olevia varauksia.",
"oops_no_date_time": "Hups, päivämäärää ja aikaa ei ole valittu!",
"oops_no_date_time_description": "Valitse päivämäärä ja aika nähdäksesi varauksesi.",
"opening_hours": "Aukioloajat",
"outside": "Ulkona",
"owned_by": "Omistaa",
"paid_on": "Maksettu %{date}",
"payment_method": "Maksutapa",
"payment_failure_message": "Ole yhteydessä asiakaspalveluumme.",
"payment_failure_title": "Hups! Jotain meni pahasti pieleen.",
"payment_policy": "Maksuehdot",
"payment_success_title": "Palvelusi on varattu onnistuneesti.",
"per_call": "/puhelu",
"preferences": "Asetukset",
"price": "Hinta",
"privacy_policy": "Tietosuojaseloste",
"property_details": "Taloyhtiön tiedot",
"push_notifications": "Push-ilmoitukset",
"qty": "määrä",
"rate": "Hinta",
"unitPrice": "Yksikköhinta",
"recent_notices": "Viimeisimmät tiedotteet",
"recent_requests": "Viimeisimmät työpyynnöt",
"relax_enjoy_no_pay": "* Varaus kuuluu sopimukseesi, ei ylimääräisiä maksuja.",
"noreReservationForMonth": "Tälle kuukaudelle ei ole varauksia.",
"remaining": "Jäljellä",
"request_not_scheduled_yet": "Työpyyntöä ei ole vielä aikataulutettu",
"reservation_order": "Varaus / Tilaus",
"scheduled_date": "Aikataulu",
"scheduled_maintenance": "Aikataulutettu huolto",
"select_date": "Valitse päivä",
"select_servation_date": "Valitse varauksen päivämäärä",
"select_servation_time": "Valitse varauksen kellonaika",
"space": "Remontoitava tila",
"space_information": "Remontoitavan tilan tiedot",
"start_date": "Aloitusaika",
"start_date_time": "Aloituspäivä ja -aika",
"start_time": "Aika",
"status": "Tila",
"subtotal": "Välisumma",
"tap_to_upload": "Napauta ja lataa",
"terms_conditions": "Käyttöehdot",
"time_of_occurrence": "Häiriön ajankohta",
"todays_services": "Varauksesi tänään",
"total": "Yhteensä",
"total_amount": "Kokonaissumma",
"Unit": "yksikkö",
"unit": "yksikkö",
"upload_image_filetype": "SVG, PNG, JPG tai GIF (enintään 800x400px)",
"upload_profile_image": "Lataa profiilikuva",
"urgent": "Kiireellinen",
"vat": "ALV",
"viewed_as": "Käyttäjän rooli",
"reservation_detail": "Varaustiedot",
"view": "Näytä",
"current_billing_info": "Nykyiset laskutustiedot",
"book_date_time": "Varaa päivämäärä ja aika",
"close": "Kiinni",
"recurrence": "Toistuminen",
"customRecurrence": "Mukautettu toistuminen",
"createdBy": "Luonut",
"housingCompany": "Taloyhtiö",
"building": "Rakennus",
"reservationStatus": "Varauksen tila",
"createdAt": "Luotu klo",
"serviceName": "Palvelun nimi",
"transactionDetail": "Maksutapahtuman tiedot",
"cancelReservation": "Varauksen peruutusvaihtoehto ei ole tällä hetkellä käytettävissä.",
"reservationContact": "Ota meihin yhteyttä peruuttaaksesi varauksesi.",
"contactUs": "Ota meihin yhteyttä",
"reschedule": "Aikatauluta uudelleen",
"cancelReservationTitle": "Haluatko peruuttaa varauksesi?",
"cancelReservationDetail": "Hyvitys on mahdollinen, jos peruutus tehdään {{day}} vrk ennen tapahtumaa. Vahvistatko peruutuksen? 'Kyllä' tyhjentää kaikki kohteet; 'Ei' säilyttää valinnat.",
"cancelRecurringReservationDetail": "Peruutus on mahdollinen {{prior}} vrk ennen tapahtumaa.. Vahvistatko peruutuksen? '' Tyhjentää kaikki kohteet; 'Ei' säilyttää valinnat.",
"showMorerestriction": "Näytä lisää rajoituksia",
"sendEmailReceipt": "Lähetä kuitti sähköpostitse",
"receiptEmail": "Kuitti sähköpostitse",
"receiptMessage": "Kuitti lähetetty sähköpostiosoitteeseesi. Tarkista vahvistus ja tiedot postilaatikostasi",
"refunded": "Hyvitetty",
"checkingAvailable": "Tarkistetaan saatavilla olevaa {{variant}}",
"fetchedAvailableDate": "Haettu käytettävissä olevat päivämäärät",
"pleaseWait": "Odota",
"user_not_allowed": "Käyttäjää ei sallita.",
"reset_email_sent": "Nollaa sähköposti lähetetty onnistuneesti."
},
"header": {
"change_password_title": "Vaihda salasana",
"delete_comment_subtitle": "Oletko varma, että haluat poistaa tämän kommentin?",
"delete_comment_title": "Poista kommentti",
"document_subtitle": "Tutustu tärkeisiin asiakirjoihin",
"document_title": "Asiakirjat",
"invoice_detail_title": "Laskun yksityiskohdat",
"invoice_overview_title": "Laskun yhteenveto",
"language_subtitle": "Valitse ensisijainen kieli",
"language_title": "Valitse kieli",
"logoutBS_title": "Haluatko varmasti kirjautua ulos?",
"notice_detail_title": "Ilmoituksen yksityiskohdat",
"notices_title": "Tiedotteet",
"notifications_title": "Ilmoitukset",
"notification_settings_subtitle": "Valitse sopivat asetukset",
"notification_settings_title": "Ilmoitusasetukset",
"order_subtitle": "Tee tilauksia",
"order_title": "Tilaukset",
"payment_method_subtitle": "Tarkasta tilaus ja maksa",
"payment_method_title": "Maksutapa",
"pin_title": "Syötä 4-numeroinen PIN-koodisi",
"request_detail_title": "Työpyynnön tiedot",
"reservation_home_subtitle": "Tee varaukset helposti!",
"request_subtitle": "Hallinnoi työpyyntöjä helposti!",
"request_title": "Työpyynnöt",
"reservation_home_title": "Varaukset",
"settings_title": "Asetukset",
"sign_in_subtitle": "Kirjaudu sisään ja ota sovellus käyttöön!",
"sign_in_title": "Kirjaudu sisään Mainderiin"
},
"label": {
"owner": "Omistaja",
"resident": "Asukas",
"account_number": "Tilinumero",
"accept_info_correct": "Vahvistan, että antamani tiedot ovat oikein",
"add_company": "Lisää yritys",
"add_new": "Lisää uusi",
"add_person": "Lisää henkilö",
"address": "Osoite",
"antenna_system_n_type": "Antennijärjestelmä ja -tyyppi",
"area": "Alue",
"attached_images": "Liitteenä olevat kuvat",
"available_requests": "Valitse sopivin vaihtoehto",
"back_to_home": "Takaisin koti-näkymään",
"book_now": "Varaa nyt",
"building_information": "Rakennuksen tiedot",
"building_name": "Rakennuksen nimi",
"business_id": "Y-tunnus",
"cable_company": "Kaapeliyhtiö",
"call": "Puhelu",
"call_112": "Puhelu 112",
"cancel": "Peruuta",
"cancelReservation": "Paruuta varaus",
"can_use_universal_key": "Saako asuntoon tulla yleisavaimella?",
"clear": "Tyhjennä",
"clear_filter": "Tyhjennä suodatin",
"comment": "Kommentti",
"comments": "Kommentit",
"company_name": "Yrityksen nimi",
"confirm": "Vahvista",
"confirm_password": "Vahvista salasana",
"contact_number": "Puhelinnumero",
"contact_person": "Yhteyshenkilö",
"cooling_system": "Jäähdytysjärjestelmä",
"date": "Päivämäärä",
"delete": "Poista",
"disturbance_type": "Häiriön tyyppi",
"edit_profile": "Muokkaa profiilia",
"enable_email_notifications": "Ota käyttöön sähköposti-ilmoitukset",
"enable_push_notifications": "Ota käyttöön push-ilmoitukset",
"enter_new_pin": "Syötä uusi PIN",
"enter_old_pin": "Syötä vanha PIN",
"fault_location": "Vian sijainti",
"floor": "Kerros",
"floor_plans": "Pohjapiirros",
"heat_distribution_system": "Lämmönjakojärjestelmä",
"heating_system": "Lämmitysjärjestelmä",
"housing_unit": "Huoneisto",
"instruction_to_enter": "Ohjeet sisäänpääsyyn",
"make_a_request": "Tee työpyyntö",
"mark_all_as_read": "Merkitse kaikki luetuiksi",
"materials_n_systems": "Materiaalit ja järjestelmät",
"meter": "Mittari",
"meter_type": "Mittarin tyyppi",
"meter_value": "Mittarilukema",
"mover": "Muuttaja",
"new_password": "Uusi salasana",
"next": "Seuraava",
"no": "Ei",
"note": "Huomio",
"notifications": "Ilmoitukset",
"number_of_apartments": "Asuntojen lukumäärä",
"number_of_floors": "Kerrosten lukumäärä",
"occurrence": "Häiriön toistuvuus",
"old_password": "Vanha salasana",
"order_available": "Tee tilaus",
"orders_available": "Tarjolla olevat tilausvaihtoehdot",
"order_now": "Tilaa nyt",
"order_own": "Omat tilaukset",
"own_requests": "Omat työpyynnöt",
"paid_invoices": "Maksetut laskut",
"payer_info": "Maksajan tiedot",
"payer_name": "Maksajan nimi",
"pending_invoices": "Avoimet laskut",
"person_name": "Nimi",
"pet_instruction": "Ohjeet lemmikeistä",
"pets_in_apartment": "Onko asunnossa lemmikkejä?",
"pre_payment_reimbursement": "Ennakkomaksun palautus",
"price": "Hinta",
"proceed": "Eteenpäin",
"proceed_to_pay": "Siirry maksamaan",
"post": "Julkaise",
"purpose_of_use": "Käyttötarkoitus",
"renovation_space": "Remontoitava tila",
"renovator_company": "Remontin tekevä yritys",
"renovator_person": "Remontoinnin tekevä henkilö",