@agendize/az-i18n 1.0.162 → 1.0.163

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -84,6 +84,9 @@ const g = {
84
84
  }
85
85
  },
86
86
  filter: {
87
+ reset: {
88
+ label: "@:common.action.reset"
89
+ },
87
90
  status: {
88
91
  placeholder: "@:agenda.appointments-list.filter.status.aria-label"
89
92
  },
@@ -159,6 +162,9 @@ const g = {
159
162
  }
160
163
  },
161
164
  filter: {
165
+ reset: {
166
+ label: "@:common.filter.reset"
167
+ },
162
168
  title: "@:common.filter.advanced-filter"
163
169
  },
164
170
  list: {
@@ -223,6 +229,11 @@ const g = {
223
229
  "hours-with-minutes": "@:common.duration.hours @:common.duration.minutes",
224
230
  minute: "@:common.duration.part.minute|@:common.duration.part.minutes"
225
231
  },
232
+ locations: {
233
+ companyAddress: "@:widget.scheduling.service.options.locations.companyAddress.label",
234
+ phone: "@:widget.scheduling.service.options.locations.phone.label",
235
+ videoconference: "@:common.locations.visio"
236
+ },
226
237
  titles: {
227
238
  none: "@:common.label.no-content"
228
239
  }
@@ -583,6 +594,9 @@ const g = {
583
594
  period: {
584
595
  label: "@:common.field.period.label"
585
596
  },
597
+ reset: {
598
+ label: "@:common.action.reset"
599
+ },
586
600
  status: {
587
601
  close: "@:settings.conferences.details.sessions.list.status.closed",
588
602
  label: "@:common.status.title",
@@ -809,6 +823,9 @@ const g = {
809
823
  visio: "@:common.locations.visio"
810
824
  },
811
825
  search: {
826
+ advanced: {
827
+ reset: "@:common.action.reset"
828
+ },
812
829
  placeholder: "@:common.search.by-name"
813
830
  },
814
831
  title: "@:common.field.services.label"
@@ -1004,6 +1021,22 @@ const g = {
1004
1021
  savePin: "@:common.action.save"
1005
1022
  }
1006
1023
  }, I = {
1024
+ appointment: {
1025
+ cancel: "@:agendize.dashboard.widget.appointment.table.action.delete.label",
1026
+ cancelled: "@:agendize.dashboard.widget.appointment.actions.cancel.toaster.success",
1027
+ client: {
1028
+ email: "@:common.field.email.label",
1029
+ firstName: "@:common.field.firstName.label",
1030
+ lastName: "@:common.field.lastName.label",
1031
+ phone: "@:common.field.phone.label",
1032
+ ref: "@:crm.client-details.resumes.client-ref"
1033
+ },
1034
+ location: "@:common.field.location.label",
1035
+ service: "@:common.field.service.label",
1036
+ staff: "@:common.field.staff.label",
1037
+ "staff-all": "@:agenda.appointments-list.filter.staffs.all",
1038
+ "staffGroup-all": "@:agenda.appointments-list.filter.staff-groups.all"
1039
+ },
1007
1040
  conference: {
1008
1041
  "back-button": {
1009
1042
  label: "@:common.action.back"
@@ -1050,6 +1083,36 @@ const g = {
1050
1083
  agendize: f,
1051
1084
  common: v,
1052
1085
  crm: w,
1086
+ "event-booking": {
1087
+ back: "@:common.action.back",
1088
+ close: "@:common.action.close",
1089
+ contact: {
1090
+ email: {
1091
+ label: "@:common.field.email.label",
1092
+ placeholder: "@:common.field.email.placeholder"
1093
+ },
1094
+ firstName: {
1095
+ label: "@:common.field.firstName.label",
1096
+ placeholder: "@:common.field.firstName.placeholder"
1097
+ },
1098
+ lastName: {
1099
+ label: "@:common.field.lastName.label",
1100
+ placeholder: "@:common.field.lastName.placeholder"
1101
+ },
1102
+ phone: {
1103
+ placeholder: "@:common.field.phone.placeholder"
1104
+ },
1105
+ save: "@:common.action.save"
1106
+ },
1107
+ event: {
1108
+ capacity: {
1109
+ label: "@:common.label.capacity"
1110
+ }
1111
+ },
1112
+ save: "@:common.action.save",
1113
+ service: "@:common.field.service.label",
1114
+ staff: "@:common.field.staff.label"
1115
+ },
1053
1116
  "event-booking-widget": {
1054
1117
  contact: {
1055
1118
  email: {
@@ -1087,36 +1150,6 @@ const g = {
1087
1150
  }
1088
1151
  }
1089
1152
  },
1090
- "event-booking": {
1091
- back: "@:common.action.back",
1092
- close: "@:common.action.close",
1093
- contact: {
1094
- email: {
1095
- label: "@:common.field.email.label",
1096
- placeholder: "@:common.field.email.placeholder"
1097
- },
1098
- firstName: {
1099
- label: "@:common.field.firstName.label",
1100
- placeholder: "@:common.field.firstName.placeholder"
1101
- },
1102
- lastName: {
1103
- label: "@:common.field.lastName.label",
1104
- placeholder: "@:common.field.lastName.placeholder"
1105
- },
1106
- phone: {
1107
- placeholder: "@:common.field.phone.placeholder"
1108
- },
1109
- save: "@:common.action.save"
1110
- },
1111
- event: {
1112
- capacity: {
1113
- label: "@:common.label.capacity"
1114
- }
1115
- },
1116
- save: "@:common.action.save",
1117
- service: "@:common.field.service.label",
1118
- staff: "@:common.field.staff.label"
1119
- },
1120
1153
  form: z,
1121
1154
  "link-generator": {
1122
1155
  "company-step": {
@@ -1357,7 +1390,7 @@ const g = {
1357
1390
  completed: "Completed",
1358
1391
  confirm: {
1359
1392
  cancelled: "You are about to cancel your appointment. This action is irreversible. Are you sure you want to continue?",
1360
- completed: "You are about to mark the appointment as Complete’. This action is irreversible. Are you sure you want to continue?",
1393
+ completed: "You are about to mark the appointment as Complete“. This action is irreversible. Are you sure you want to continue?",
1361
1394
  declined: "You are about to refuse the appointment. This action is irreversible. Are you sure you want to continue?",
1362
1395
  noShow: "You are about to notify that the @:crm.contact did not show up for the appointment. This action is irreversible. Are you sure you want to continue?"
1363
1396
  },
@@ -1572,6 +1605,7 @@ You can change the appointment time by clicking on the button provided or confir
1572
1605
  }
1573
1606
  },
1574
1607
  search: {
1608
+ ariaLabel: "@:agenda.appointments-list.search.placeholder",
1575
1609
  placeholder: "Search for an appointment using the @:{'crm.contact'}'s surname, first name, email address, telephone number or reference number",
1576
1610
  quickFilters: {
1577
1611
  custom: {
@@ -1736,17 +1770,17 @@ You can change the appointment time by clicking on the button provided or confir
1736
1770
  COMPANY_VACATION: "The collaborator is unavailable",
1737
1771
  SERVICE: "Service deleted",
1738
1772
  SERVICE_SKILL: "The collaborator is not in charge of the service",
1739
- UNKNOWN: "Unknown reason for conflict",
1740
1773
  SERVICE_TIME: "The service is unavailable",
1741
1774
  STAFF: "Collaborator deleted",
1742
1775
  STAFF_RESCHEDULE: "The collaborator is unavailable",
1743
1776
  STAFF_TIME: "The collaborator is unavailable",
1744
- STAFF_VACATION: "The collaborator is unavailable"
1777
+ STAFF_VACATION: "The collaborator is unavailable",
1778
+ UNKNOWN: "Unknown reason for conflict"
1745
1779
  },
1746
1780
  source: {
1747
1781
  SERVICE_NOT_AVAILABLE: "The service is unavailable",
1748
- UNKNOWN: "Unknown source of conflict",
1749
- STAFF_NOT_AVAILABLE: "The collaborator is unavailable"
1782
+ STAFF_NOT_AVAILABLE: "The collaborator is unavailable",
1783
+ UNKNOWN: "Unknown source of conflict"
1750
1784
  }
1751
1785
  },
1752
1786
  event: {
@@ -2092,6 +2126,14 @@ You can change the appointment time by clicking on the button provided or confir
2092
2126
  },
2093
2127
  login: {
2094
2128
  "account-selection": {
2129
+ current: {
2130
+ title: "You are currently logged in to this organisation:"
2131
+ },
2132
+ default: "Default organisation",
2133
+ list: {
2134
+ subTitle: "Choose an available organisation below",
2135
+ title: "Organisations list"
2136
+ },
2095
2137
  right: {
2096
2138
  2: "Analyst",
2097
2139
  5: "Schedule administrator",
@@ -2109,26 +2151,18 @@ You can change the appointment time by clicking on the button provided or confir
2109
2151
  other: "Miscellaneous rights",
2110
2152
  owner: "Owner"
2111
2153
  },
2112
- subtitle: "Which organisation would you like to connect to?",
2113
- title: "We found several organisations.",
2114
- current: {
2115
- title: "You are currently logged in to this organisation:"
2116
- },
2117
- default: "Default organisation",
2118
- list: {
2119
- subTitle: "Choose an available organisation below",
2120
- title: "Organisations list"
2121
- },
2122
2154
  search: {
2123
2155
  placeholder: "Search organisation by name or email"
2124
- }
2156
+ },
2157
+ subtitle: "Which organisation would you like to connect to?",
2158
+ title: "We found several organisations."
2125
2159
  }
2126
2160
  },
2127
2161
  main: {
2128
- skip: "Skip to content",
2129
2162
  logo: {
2130
2163
  alt: "Loading image"
2131
- }
2164
+ },
2165
+ skip: "Skip to content"
2132
2166
  },
2133
2167
  menu: {
2134
2168
  extendedMenu: {
@@ -2152,11 +2186,11 @@ You can change the appointment time by clicking on the button provided or confir
2152
2186
  open: "Open menu"
2153
2187
  },
2154
2188
  top: {
2189
+ "account-selector": "Change organisation",
2155
2190
  integrations: "My integrations",
2156
2191
  personal: "My personal data",
2157
2192
  preference: "My preferences",
2158
- test: "Dev console",
2159
- "account-selector": "Change organisation"
2193
+ test: "Dev console"
2160
2194
  }
2161
2195
  },
2162
2196
  notification: {
@@ -2206,6 +2240,9 @@ You can change the appointment time by clicking on the button provided or confir
2206
2240
  help: "Show support"
2207
2241
  },
2208
2242
  "router-meta": {
2243
+ "account-selector": {
2244
+ title: "Change your organisation"
2245
+ },
2209
2246
  administration: {
2210
2247
  description: "Administration of your organisation",
2211
2248
  menu: "Main menu",
@@ -2258,6 +2295,9 @@ You can change the appointment time by clicking on the button provided or confir
2258
2295
  menuDescription: "Show/Hide main menu",
2259
2296
  title: "Forms"
2260
2297
  },
2298
+ login: {
2299
+ title: "Login|Login|{app} {'|'} Login"
2300
+ },
2261
2301
  planning: {
2262
2302
  description: "Manage the schedules of your collaborators",
2263
2303
  menu: "Main menu",
@@ -2282,13 +2322,7 @@ You can change the appointment time by clicking on the button provided or confir
2282
2322
  menuDescription: "Show/Hide main menu",
2283
2323
  title: "Setting"
2284
2324
  },
2285
- title: "Agendize",
2286
- "account-selector": {
2287
- title: "Change your organisation"
2288
- },
2289
- login: {
2290
- title: "Login|Login|{app} {'|'} Login"
2291
- }
2325
+ title: "Agendize"
2292
2326
  },
2293
2327
  topBar: {
2294
2328
  avatar: {
@@ -2312,6 +2346,7 @@ You can change the appointment time by clicking on the button provided or confir
2312
2346
  cancel: "Cancel",
2313
2347
  close: "Close",
2314
2348
  confirm: "Confirm",
2349
+ "confirm-question": "Confirm?",
2315
2350
  copy: "Copy",
2316
2351
  delete: "Delete",
2317
2352
  download: "Download",
@@ -2321,6 +2356,7 @@ You can change the appointment time by clicking on the button provided or confir
2321
2356
  "go-to": "Calculate itinerary",
2322
2357
  open: "Open {label} link"
2323
2358
  },
2359
+ loading: "Loading...",
2324
2360
  menu: "Menu",
2325
2361
  modify: "Change",
2326
2362
  more: "Load more",
@@ -2338,8 +2374,7 @@ You can change the appointment time by clicking on the button provided or confir
2338
2374
  skip: "Skip to content",
2339
2375
  validate: "Submit",
2340
2376
  "validate-with-x": "Validate ({number})",
2341
- yes: "Yes",
2342
- loading: "Loading..."
2377
+ yes: "Yes"
2343
2378
  },
2344
2379
  colors: {
2345
2380
  blue: "Blue",
@@ -2716,6 +2751,7 @@ You can change the appointment time by clicking on the button provided or confir
2716
2751
  "erase-filters": "Clear Filters",
2717
2752
  "new-client": "New @:crm.contact"
2718
2753
  },
2754
+ client: "contact",
2719
2755
  "client-details": {
2720
2756
  actions: {
2721
2757
  "add-note": "Write a note",
@@ -2747,6 +2783,9 @@ You can change the appointment time by clicking on the button provided or confir
2747
2783
  title: "New email sent"
2748
2784
  },
2749
2785
  empty: "No activity for this @:crm.contact",
2786
+ formResult: {
2787
+ title: "Response to a form"
2788
+ },
2750
2789
  note: {
2751
2790
  new: {
2752
2791
  title: "New note"
@@ -2781,6 +2820,7 @@ You can change the appointment time by clicking on the button provided or confir
2781
2820
  resume: "Summary"
2782
2821
  }
2783
2822
  },
2823
+ clients: "contacts",
2784
2824
  contact: "contact",
2785
2825
  contacts: "contacts",
2786
2826
  details: {
@@ -2931,9 +2971,7 @@ You can change the appointment time by clicking on the button provided or confir
2931
2971
  },
2932
2972
  "message-modal": {
2933
2973
  title: "Preview email"
2934
- },
2935
- client: "contact",
2936
- clients: "contacts"
2974
+ }
2937
2975
  }, P = {
2938
2976
  items: {
2939
2977
  "add-unavailability": {
@@ -2980,12 +3018,12 @@ You can change the appointment time by clicking on the button provided or confir
2980
3018
  "no-upcoming-events": "No upcoming appointments",
2981
3019
  title: "Upcoming appointments"
2982
3020
  },
3021
+ upcomingEvents: {
3022
+ title: "Upcoming appointments"
3023
+ },
2983
3024
  "working-planning": {
2984
3025
  subtitle: "Manage your collaborators' schedules",
2985
3026
  title: "Schedule management"
2986
- },
2987
- upcomingEvents: {
2988
- title: "Upcoming appointments"
2989
3027
  }
2990
3028
  },
2991
3029
  noScheduling: {
@@ -3079,6 +3117,9 @@ You can change the appointment time by clicking on the button provided or confir
3079
3117
  modify: "@:common.action.modify the form",
3080
3118
  "new-form": "New form"
3081
3119
  },
3120
+ "create-quick": {
3121
+ title: "Add a new form"
3122
+ },
3082
3123
  details: {
3083
3124
  advanced: {
3084
3125
  title: "Advanced options"
@@ -3443,6 +3484,26 @@ You can change the appointment time by clicking on the button provided or confir
3443
3484
  forms: "All forms",
3444
3485
  mobile: "Forms"
3445
3486
  },
3487
+ page: {
3488
+ tabs: {
3489
+ details: {
3490
+ subtitle: "Basic information",
3491
+ title: "General information"
3492
+ },
3493
+ fields: {
3494
+ subtitle: "Manage",
3495
+ title: "Form fields"
3496
+ },
3497
+ responses: {
3498
+ subtitle: "View answers",
3499
+ title: "Answers"
3500
+ },
3501
+ routes: {
3502
+ subtitle: "Manage redirects",
3503
+ title: "Routes"
3504
+ }
3505
+ }
3506
+ },
3446
3507
  result: {
3447
3508
  details: {
3448
3509
  date: "{date} response at {hours}",
@@ -3488,35 +3549,12 @@ You can change the appointment time by clicking on the button provided or confir
3488
3549
  }
3489
3550
  }
3490
3551
  },
3491
- title: {
3492
- main: "Forms"
3493
- },
3494
- "create-quick": {
3495
- title: "Add a new form"
3496
- },
3497
- page: {
3498
- tabs: {
3499
- details: {
3500
- subtitle: "Basic information",
3501
- title: "General information"
3502
- },
3503
- fields: {
3504
- subtitle: "Manage",
3505
- title: "Form fields"
3506
- },
3507
- responses: {
3508
- subtitle: "View answers",
3509
- title: "Answers"
3510
- },
3511
- routes: {
3512
- subtitle: "Manage redirects",
3513
- title: "Routes"
3514
- }
3515
- }
3516
- },
3517
3552
  share: {
3518
3553
  title: "Share form",
3519
3554
  url: "Form link"
3555
+ },
3556
+ title: {
3557
+ main: "Forms"
3520
3558
  }
3521
3559
  }, F = {
3522
3560
  divider: {
@@ -3835,16 +3873,16 @@ Please register to join the queue.`,
3835
3873
  contact: {
3836
3874
  "action-alt": "--",
3837
3875
  "action-aria-label": "Deselect @:crm.contact",
3876
+ "add-item": {
3877
+ desc: "Create a new @:crm.contact",
3878
+ title: "New @:crm.contact"
3879
+ },
3838
3880
  add: {
3839
3881
  tooltip: "Add an item to list"
3840
3882
  },
3841
3883
  desc: "Search for and then select a @:crm.contact from your location's list of @:{'crm.contacts'}.",
3842
3884
  "image-alt": "@.capitalize:crm.contact image",
3843
- placeholder: "Search by last name, first name, email",
3844
- "add-item": {
3845
- desc: "Create a new @:crm.contact",
3846
- title: "New @:crm.contact"
3847
- }
3885
+ placeholder: "Search by last name, first name, email"
3848
3886
  },
3849
3887
  loading: "Loading",
3850
3888
  noResults: {
@@ -3862,6 +3900,14 @@ Please register to join the queue.`,
3862
3900
  }
3863
3901
  },
3864
3902
  recents: "Recent searches",
3903
+ "service-group": {
3904
+ desc: "Select service category",
3905
+ description: {
3906
+ serviceCount: "0 services|1 service|{count} services",
3907
+ serviceGroupCount: "0 subcategories|1 subcategories|{count} subcategories"
3908
+ },
3909
+ placeholder: "Search for a category"
3910
+ },
3865
3911
  service: {
3866
3912
  "action-alt": "--",
3867
3913
  "action-aria-label": "Deselect service",
@@ -3894,14 +3940,6 @@ Please register to join the queue.`,
3894
3940
  desc: "Search for and then select a user from those assigned to your location.",
3895
3941
  "image-alt": "User image",
3896
3942
  placeholder: "Search by last name, first name, email"
3897
- },
3898
- "service-group": {
3899
- desc: "Select service category",
3900
- description: {
3901
- serviceCount: "0 services|1 service|{count} services",
3902
- serviceGroupCount: "0 subcategories|1 subcategories|{count} subcategories"
3903
- },
3904
- placeholder: "Search for a category"
3905
3943
  }
3906
3944
  }, O = {
3907
3945
  action: {
@@ -4406,6 +4444,9 @@ Please register to join the queue.`,
4406
4444
  label: "Illustration",
4407
4445
  placeholder: "Drag and drop your illustration or click to add it"
4408
4446
  },
4447
+ pmrAccess: {
4448
+ label: "Access for People with Reduced Mobility (PRM)"
4449
+ },
4409
4450
  title: "General informations"
4410
4451
  },
4411
4452
  hours: {
@@ -5239,6 +5280,13 @@ To confirm the cancellation of this session, please enter the following code:`,
5239
5280
  label: "Service colour",
5240
5281
  placeholder: "Select service colour"
5241
5282
  },
5283
+ colors: {
5284
+ blue: "Blue",
5285
+ green: "Green",
5286
+ orange: "Orange",
5287
+ purple: "Purple",
5288
+ red: "Red"
5289
+ },
5242
5290
  duplicate: "Duplicate service",
5243
5291
  duration: {
5244
5292
  label: "Duration (in minutes)",
@@ -5295,13 +5343,17 @@ To confirm the cancellation of this session, please enter the following code:`,
5295
5343
  placeholder: "Enter the service capacity"
5296
5344
  },
5297
5345
  "recurring-hours": {
5298
- toggle: "Set service availability",
5299
5346
  empty: "No recurring schedule",
5300
5347
  subtitle: "These are the recurring service availability schedules. They apply every week of the year.",
5301
- title: "Recurring schedule"
5348
+ title: "Recurring schedule",
5349
+ toggle: "Set service availability"
5302
5350
  },
5303
5351
  "save-error": "Failed to save service",
5304
5352
  "save-success": "Service information saved successfully",
5353
+ "specific-periods": {
5354
+ subtitle: "These are the dates when the service availability is different from the recurring schedules.",
5355
+ title: "Specific schedules"
5356
+ },
5305
5357
  staff: {
5306
5358
  remove: {
5307
5359
  confirmation: "You are about to delete the employee's assignment to the department, would you like to confirm the deletion?"
@@ -5353,17 +5405,6 @@ Concealed: Only available via a direct link.`,
5353
5405
  placeholder: "Select a visibility",
5354
5406
  subtitle: "Categories allow several services to be grouped into a service group. Your @:crm.contacts will be able to view all the services of a category on the mini-site.",
5355
5407
  title: "Service visibility"
5356
- },
5357
- colors: {
5358
- blue: "Blue",
5359
- green: "Green",
5360
- orange: "Orange",
5361
- purple: "Purple",
5362
- red: "Red"
5363
- },
5364
- "specific-periods": {
5365
- subtitle: "These are the dates when the service availability is different from the recurring schedules.",
5366
- title: "Specific schedules"
5367
5408
  }
5368
5409
  },
5369
5410
  "serviceGroup-details": {
@@ -5931,6 +5972,111 @@ Concealed: Only available via a direct link.`,
5931
5972
  }
5932
5973
  }
5933
5974
  }, W = {
5975
+ appointment: {
5976
+ advanced: {
5977
+ title: "Further information"
5978
+ },
5979
+ availability: {
5980
+ subTitle: "Select the appropriate available slot:",
5981
+ title: "Search for availability"
5982
+ },
5983
+ changeStatus: {
5984
+ description: "Are you sure you want to change the appointment to “{status}” status?",
5985
+ error: "An error occurred while changing status",
5986
+ title: "Change of status"
5987
+ },
5988
+ client: {
5989
+ title: "Personal information"
5990
+ },
5991
+ company: "Establishment in charge of the appointment",
5992
+ dates: "Date & Time",
5993
+ details: {
5994
+ title: "Appointment information"
5995
+ },
5996
+ error: {
5997
+ noSlot: {
5998
+ searchButton: "Search for another avalaibility",
5999
+ subTitle: "Unfortunately, the selected slot is no longer available.",
6000
+ title: "We are sorry."
6001
+ }
6002
+ },
6003
+ history: {
6004
+ accepted: "Appointment accepted by employee {fullname}",
6005
+ booked: {
6006
+ console: "Creation of the appointment from the console",
6007
+ widget: "Creation of the appointment from the client widget"
6008
+ },
6009
+ change_client: "Client changed from {oldClient}→ {newClient}",
6010
+ change_custom_status: "Appointment marked as “{status}“ by employee {fullname}",
6011
+ change_location: "Location modified by collaborator {fullname} of {oldLocation} → {newLocation}",
6012
+ change_note: "Note edited by collaborator {fullname} of {oldNote} → {newNote}",
6013
+ change_service: "Service modified by collaborator {fullname} of {oldService} → {newService}",
6014
+ change_staff: "Collaborator edited by collaborator {fullname} of {oldStaff} → {newStaff}",
6015
+ changed_end: "End time of appointment ({oldDate}) rescheduled by employee {fullname} to {newDate}",
6016
+ client_changed_end: "",
6017
+ client_delete: "Appointment canceled by client",
6018
+ "client_re-scheduled": "Appointment re-scheduled ({oldDate}) by the client on {newDate}",
6019
+ completed: "Appointment marked “Completed” by employee {fullname}",
6020
+ declined: "Appointment marked “Refused” by employee {fullname}",
6021
+ form_update: "{field} modified by collaborator {fullname} of {oldValue} → {newValue}",
6022
+ in_progress: "Appointment marked as “In Progress” by employee {fullname}",
6023
+ no_show: "Appointment marked as “No-Show” by employee {fullname}",
6024
+ payment: "Appointment paid by client",
6025
+ "re-scheduled": "Appointment re-scheduled ({oldDate}) by employee {fullname} on {newDate}",
6026
+ user_delete: "Appointment canceled by employee {fullname}"
6027
+ },
6028
+ notes: {
6029
+ error: "An error occurred while saving the note",
6030
+ label: "You can enter a note about your appointment."
6031
+ },
6032
+ quickActions: {
6033
+ "close-tooltip": "Close Quick Actions",
6034
+ tooltip: "Reschedule or cancel the appointment"
6035
+ },
6036
+ reschedule: "Reschedule the appointment",
6037
+ servicesAndGroups: {
6038
+ list: {
6039
+ empty: "No services found.",
6040
+ info: "More information",
6041
+ locations: {
6042
+ title: {
6043
+ companyAddress: "At the office",
6044
+ multiple: "Multiple Locations",
6045
+ phone: "By telephone",
6046
+ videoconference: "By videoconference"
6047
+ }
6048
+ },
6049
+ search: {
6050
+ group: "Search a category",
6051
+ service: "Search for a service"
6052
+ },
6053
+ subtitle: {
6054
+ group: "{number} subcategory|{number} subcategories",
6055
+ service: "{number} service|{number} services"
6056
+ }
6057
+ },
6058
+ panel: {
6059
+ info: "You can click on the information icon of an item in the list to get more information."
6060
+ },
6061
+ subtitle: "Select your reason for appointment from the list below:",
6062
+ title: "Appointment reason"
6063
+ },
6064
+ slots: {
6065
+ count: "@:widget.appointment.slots.empty|1 availability|{count} availability",
6066
+ empty: "No availability",
6067
+ more: "See more",
6068
+ next: "Next availability on: {date}"
6069
+ },
6070
+ source: "Source of the appointment",
6071
+ sourceType: {
6072
+ api: "Appointment made via API",
6073
+ console: "Appointment made via the console",
6074
+ title: "Appointment booking interface",
6075
+ widget: "Appointment made via the client widget"
6076
+ },
6077
+ subTitle: "Subtitle of the appointment",
6078
+ title: "Appointment title"
6079
+ },
5934
6080
  conference: {
5935
6081
  404: {
5936
6082
  subTitle: "We're sorry, but the page you are looking for is not available.",
@@ -6073,8 +6219,21 @@ Concealed: Only available via a direct link.`,
6073
6219
  confirm: "Register"
6074
6220
  }
6075
6221
  },
6222
+ "consent-link": "Privacy Policy",
6223
+ error: {
6224
+ 404: {
6225
+ subTitle: "The page you are looking for is no longer available.",
6226
+ title: "Oops !"
6227
+ }
6228
+ },
6076
6229
  powered: "Powered by",
6230
+ "powered-by": "Powered by {name}",
6077
6231
  scheduling: {
6232
+ company: {
6233
+ image: {
6234
+ alt: "Company logo"
6235
+ }
6236
+ },
6078
6237
  service: {
6079
6238
  action: {
6080
6239
  book: "Book an appointment",
@@ -6113,13 +6272,9 @@ Concealed: Only available via a direct link.`,
6113
6272
  title: "Your appointment options"
6114
6273
  },
6115
6274
  path: "Itinerary"
6116
- },
6117
- company: {
6118
- image: {
6119
- alt: "Company logo"
6120
- }
6121
6275
  }
6122
- }
6276
+ },
6277
+ "usage-link": "Terms of Use"
6123
6278
  }, K = {
6124
6279
  admin: C,
6125
6280
  agenda: N,
@@ -6194,10 +6349,10 @@ Concealed: Only available via a direct link.`,
6194
6349
  "event-booking-widget": {
6195
6350
  confirmation: {
6196
6351
  description: "The appointment has been created. You can find it in your calendar now.",
6197
- title: "The appointment is confirmed!",
6198
6352
  image: {
6199
6353
  alt: "Appointment confirmation image"
6200
- }
6354
+ },
6355
+ title: "The appointment is confirmed!"
6201
6356
  },
6202
6357
  contact: {
6203
6358
  create: "Create a new @:crm.contact",
@@ -6222,6 +6377,9 @@ Concealed: Only available via a direct link.`,
6222
6377
  description: "The selected slot is no longer available.",
6223
6378
  title: "Slot not available"
6224
6379
  },
6380
+ image: {
6381
+ alt: "Error image"
6382
+ },
6225
6383
  "max-daily": {
6226
6384
  description: "The daily appointment limit for this @:crm.contact has been exceeded.",
6227
6385
  title: "Limit reached"
@@ -6244,9 +6402,6 @@ Concealed: Only available via a direct link.`,
6244
6402
  unknown: {
6245
6403
  description: "Please @:crm.contact support for more details.",
6246
6404
  title: "An error has occurred"
6247
- },
6248
- image: {
6249
- alt: "Error image"
6250
6405
  }
6251
6406
  },
6252
6407
  "form-field": {
@@ -6287,11 +6442,17 @@ Concealed: Only available via a direct link.`,
6287
6442
  subtitle: "Next: Choosing a collaborator",
6288
6443
  title: "Choose the location you want to generate the link for."
6289
6444
  },
6445
+ "contact-additional-fields-step": {
6446
+ subtitle: "Please enter the additional information requested."
6447
+ },
6448
+ "contact-fields-step": {
6449
+ subtitle: "Enter the @:{'crm.contact'}'s personal information."
6450
+ },
6290
6451
  "contact-step": {
6291
6452
  next: "Skip step",
6453
+ placeholder: "Search for a @:crm.contact",
6292
6454
  subtitle: "Next: Link generation",
6293
- title: "Select a @:crm.contact",
6294
- placeholder: "Search for a @:crm.contact"
6455
+ title: "Select a @:crm.contact"
6295
6456
  },
6296
6457
  "link-panel": {
6297
6458
  description: "Your link is ready to be shared. Choose the option that's right for you.",
@@ -6311,23 +6472,6 @@ Concealed: Only available via a direct link.`,
6311
6472
  },
6312
6473
  title: "Your link is ready to be shared. Choose the option that's right for you."
6313
6474
  },
6314
- "service-step": {
6315
- subtitle: "Next: @.capitalize:crm.contact choice",
6316
- title: "Select a service."
6317
- },
6318
- skip: "Pass",
6319
- "staff-step": {
6320
- subtitle: "Next: Service choice",
6321
- title: "Select an collaborator",
6322
- placeholder: "Search for an collaborator"
6323
- },
6324
- title: "Generate a link",
6325
- "contact-additional-fields-step": {
6326
- subtitle: "Please enter the additional information requested."
6327
- },
6328
- "contact-fields-step": {
6329
- subtitle: "Enter the @:{'crm.contact'}'s personal information."
6330
- },
6331
6475
  "parameter-step": {
6332
6476
  addButton: "Add setting",
6333
6477
  emptyState: "No additional settings will be added to the appointment link.",
@@ -6336,7 +6480,18 @@ Concealed: Only available via a direct link.`,
6336
6480
  value: "Value"
6337
6481
  },
6338
6482
  subTitle: "You can add additional settings to your link."
6339
- }
6483
+ },
6484
+ "service-step": {
6485
+ subtitle: "Next: @.capitalize:crm.contact choice",
6486
+ title: "Select a service."
6487
+ },
6488
+ skip: "Pass",
6489
+ "staff-step": {
6490
+ placeholder: "Search for an collaborator",
6491
+ subtitle: "Next: Service choice",
6492
+ title: "Select an collaborator"
6493
+ },
6494
+ title: "Generate a link"
6340
6495
  },
6341
6496
  login: F,
6342
6497
  queue: V,
@@ -6368,6 +6523,124 @@ Concealed: Only available via a direct link.`,
6368
6523
  },
6369
6524
  subTitle: "Synchroniser votre espace avec vos solutions préférées."
6370
6525
  },
6526
+ permission: {
6527
+ confirmDelete: "Souhaitez-vous réellement supprimer les droits de cet utilisateur ?",
6528
+ "delete-error": "Une erreur s'est produite lors de la suppresion des droits de l'utilisateur.",
6529
+ deleted: "Les droits d'accès de l'utilisateur ont été supprimés.",
6530
+ right: {
6531
+ admin: {
6532
+ subTitle: "Administrer l'ensemble de votre compte.",
6533
+ title: "Administration"
6534
+ },
6535
+ analytics: {
6536
+ subTitle: "Gérer les accès au module de rapports.",
6537
+ title: "Droits d'accès aux rapports"
6538
+ },
6539
+ billing: {
6540
+ subTitle: "Accéder aux données de facturation de votre compte.",
6541
+ title: "Facturation"
6542
+ },
6543
+ conference: {
6544
+ subTitle: "Proposer des événements à vos @:crm.contacts et prospects.",
6545
+ title: "Événements"
6546
+ },
6547
+ contact: {
6548
+ subTitle: "Gérer l'ensemble des @:crm.contacts de votre compte."
6549
+ },
6550
+ crm: {
6551
+ subTitle: "Gérer les accès au module de @:{'crm.contacts'}.",
6552
+ title: "Droits d'accès aux @:crm.contacts"
6553
+ },
6554
+ form: {
6555
+ subTitle: "Proposer des formulaires personnalisés à vos @:{'crm.contacts'}.",
6556
+ title: "Formulaires"
6557
+ },
6558
+ general: {
6559
+ subTitle: "Gérer les accès globaux à votre compte.",
6560
+ title: "Droits d'accès globaux"
6561
+ },
6562
+ other: {
6563
+ subTitle: "Gérer les accès aux autres modules Agendize.",
6564
+ title: "Droits d'accès aux autres modules"
6565
+ },
6566
+ privacy: {
6567
+ subTitle: "Accéder à la gestion de la confidentialité des données de votre compte.",
6568
+ title: "Confidentialité"
6569
+ },
6570
+ queue: {
6571
+ subTitle: "Gérer des files d'attente afin de gérer le flux de visiteurs dans vos établissements.",
6572
+ title: "File d'attente"
6573
+ },
6574
+ report: {
6575
+ subTitle: "Visualiser et analyser les performances de votre compte.",
6576
+ title: "Rapports"
6577
+ },
6578
+ scheduling: {
6579
+ booking: {
6580
+ subTitle: "Proposer la prise de rendez-vous en ligne à vos @:crm.contacts et prospects.",
6581
+ title: "Prise de rendez-vous"
6582
+ },
6583
+ right: {
6584
+ accountSchedulingAdministrator: "Administrateur",
6585
+ accountSchedulingRead: "Lecteur",
6586
+ accountSchedulingSchedule: "Planificateur",
6587
+ add: "Ajouter un établissement",
6588
+ creation: {
6589
+ description: "Rechercher et sélectionner les établissements pour lesquels vous souhaitez donner un accès.",
6590
+ divider: "Établissements",
6591
+ role: {
6592
+ label: "Rôle par défaut"
6593
+ },
6594
+ search: {
6595
+ searchLabel: "Rechercher par nom"
6596
+ },
6597
+ title: "Ajouter des droits"
6598
+ },
6599
+ empty: "L'utilisateur ne dispose d'aucun droit actuellement.",
6600
+ emptyResource: "Vous devez donner l'accès à au moins un établissement dans le module de prise de rendez-vous en ligne.",
6601
+ global: "Droits d'accès globaux",
6602
+ schedulingAdministrator: "Administrateur",
6603
+ schedulingRead: "Lecteur",
6604
+ schedulingStaff: "Planificateur",
6605
+ specific: "Droits d'accès spécifiques à des établissements"
6606
+ },
6607
+ subTitle: "Gérer les accès au module de prise de rendez-vous en ligne.",
6608
+ title: "Prise de rendez-vous en ligne"
6609
+ },
6610
+ workflow: {
6611
+ subTitle: "Automatiser des tâches et gagner du temps.",
6612
+ title: "Workflows"
6613
+ }
6614
+ },
6615
+ subTitle: "Gérer les données personnelles et les droits d'accès des utilisateur.",
6616
+ title: "Gérer l'utilisateur",
6617
+ "update-error": "Une erreur s'est produite lors de la modification des droits de l'utilisateur.",
6618
+ updated: "Les droits de l'utilisateur ont été modifiés. Ils seront appliqué à la prochaine connexion de l'utilisateur.",
6619
+ user: {
6620
+ information: "Information de l'utilisateur"
6621
+ }
6622
+ },
6623
+ permissions: {
6624
+ columns: {
6625
+ last_activity: "Dernière activité",
6626
+ user: "Utilisateur"
6627
+ },
6628
+ empty: "Vous devez donner l’accès à au moins un module.",
6629
+ search: {
6630
+ searchLabel: "Rechercher par nom, prénom, email"
6631
+ },
6632
+ table: {
6633
+ item: {
6634
+ "aria-label": "Permission de l'utilisateur {name}"
6635
+ }
6636
+ },
6637
+ title: "Liste des utilisateurs",
6638
+ user: {
6639
+ activity: {
6640
+ none: "Aucune activité"
6641
+ }
6642
+ }
6643
+ },
6371
6644
  subTitle: "Gérer les informations générales de votre espace de travail, personnaliser votre expérience, gérer vos applications et vos paramètres de sécurité.",
6372
6645
  tab: {
6373
6646
  application: {
@@ -6408,7 +6681,7 @@ Concealed: Only available via a direct link.`,
6408
6681
  helper: "Le nom de l'espace permet aux utilisateurs ayant accès à plusieurs espaces de les distinguer"
6409
6682
  }
6410
6683
  }
6411
- }, Q = {
6684
+ }, _ = {
6412
6685
  actions: {
6413
6686
  "add-user-note-label": "Note",
6414
6687
  "fav-aria-label": "Sauvegarder cette vue comme favorite",
@@ -6588,11 +6861,12 @@ Concealed: Only available via a direct link.`,
6588
6861
  },
6589
6862
  declined: "Refusé",
6590
6863
  inProgress: "En cours",
6591
- noShow: "Non venu",
6864
+ noShow: "Pas venu",
6592
6865
  pending: "En attente",
6593
6866
  pendingPayment: "En attente de paiement"
6594
6867
  },
6595
- title: "Votre rendez-vous"
6868
+ title: "Votre rendez-vous",
6869
+ "widget-aria-label": "Ouvrir le rendez-vous dans le widget"
6596
6870
  },
6597
6871
  error: {
6598
6872
  "appointment-period-rule": {
@@ -6767,8 +7041,7 @@ Vous pouvez modifier l’heure du rendez-vous en cliquant sur le bouton prévu
6767
7041
  },
6768
7042
  divider: "Statut du rendez-vous",
6769
7043
  reset: {
6770
- "aria-label": "Réinitialiser les filtres de la recherche",
6771
- label: "Réinitialiser"
7044
+ "aria-label": "Réinitialiser les filtres de la recherche"
6772
7045
  },
6773
7046
  "service-groups": {
6774
7047
  all: "Toutes les catégories",
@@ -6960,8 +7233,7 @@ Vous pouvez modifier l’heure du rendez-vous en cliquant sur le bouton prévu
6960
7233
  STAFF: "Collaborateur supprimé",
6961
7234
  STAFF_RESCHEDULE: "Le collaborateur n’est pas disponible",
6962
7235
  STAFF_TIME: "Le collaborateur n’est pas disponible",
6963
- STAFF_VACATION: "Le collaborateur n’est pas disponible",
6964
- UNKNOWN: "Raison du conflit inconnu"
7236
+ STAFF_VACATION: "Le collaborateur n’est pas disponible"
6965
7237
  },
6966
7238
  source: {
6967
7239
  SERVICE_NOT_AVAILABLE: "Le service n'est pas disponible",
@@ -7086,7 +7358,7 @@ Vous pouvez modifier l’heure du rendez-vous en cliquant sur le bouton prévu
7086
7358
  title: "Ajouter des agendas"
7087
7359
  }
7088
7360
  }
7089
- }, _ = {
7361
+ }, Q = {
7090
7362
  dashboard: {
7091
7363
  widget: {
7092
7364
  appointment: {
@@ -7142,8 +7414,7 @@ Vous pouvez modifier l’heure du rendez-vous en cliquant sur le bouton prévu
7142
7414
  label: "Afficher uniquement les rendez-vous en conflit"
7143
7415
  },
7144
7416
  reset: {
7145
- "aria-label": "Réinitialiser les filtres de la recherche",
7146
- label: "Réinitialiser"
7417
+ "aria-label": "Réinitialiser les filtres de la recherche"
7147
7418
  },
7148
7419
  "service-groups": {
7149
7420
  all: "Toutes les catégories",
@@ -7421,6 +7692,9 @@ Vous pouvez modifier l’heure du rendez-vous en cliquant sur le bouton prévu
7421
7692
  help: "Afficher l'aide"
7422
7693
  },
7423
7694
  "router-meta": {
7695
+ "account-selector": {
7696
+ title: "Changer votre organisation"
7697
+ },
7424
7698
  administration: {
7425
7699
  description: "Administration de votre organisation",
7426
7700
  menu: "Menu principal",
@@ -7500,10 +7774,7 @@ Vous pouvez modifier l’heure du rendez-vous en cliquant sur le bouton prévu
7500
7774
  menuDescription: "Afficher/Masquer le menu principal",
7501
7775
  title: "Paramétrage"
7502
7776
  },
7503
- title: "Agendize",
7504
- "account-selector": {
7505
- title: "Changer votre organisation"
7506
- }
7777
+ title: "Agendize"
7507
7778
  },
7508
7779
  topBar: {
7509
7780
  avatar: {
@@ -7527,6 +7798,7 @@ Vous pouvez modifier l’heure du rendez-vous en cliquant sur le bouton prévu
7527
7798
  cancel: "Annuler",
7528
7799
  close: "Fermer",
7529
7800
  confirm: "Confirmer",
7801
+ "confirm-question": "Confirmer ?",
7530
7802
  copy: "Copier",
7531
7803
  delete: "Supprimer",
7532
7804
  download: "Télécharger",
@@ -7545,6 +7817,7 @@ Vous pouvez modifier l’heure du rendez-vous en cliquant sur le bouton prévu
7545
7817
  previous: "Précédent",
7546
7818
  refuse: "Refuser",
7547
7819
  remove: "Suppression",
7820
+ reset: "Réinitialiser",
7548
7821
  save: "Enregistrer",
7549
7822
  scroll: {
7550
7823
  toTop: "Remonter vers le haut de page"
@@ -7573,6 +7846,7 @@ Vous pouvez modifier l’heure du rendez-vous en cliquant sur le bouton prévu
7573
7846
  creation: "Créé le {date}",
7574
7847
  end: "Date de fin",
7575
7848
  format: "JJ/MM/AAAA",
7849
+ "from-to": "Du {startDate} au {endDate}",
7576
7850
  start: "Date de début",
7577
7851
  to: "{startTime} à {endTime}"
7578
7852
  },
@@ -7696,6 +7970,9 @@ Vous pouvez modifier l’heure du rendez-vous en cliquant sur le bouton prévu
7696
7970
  link: {
7697
7971
  label: "Lien"
7698
7972
  },
7973
+ location: {
7974
+ label: "Emplacement"
7975
+ },
7699
7976
  "mandatory-not-filled": "Champ(s) obligatoire non renseigné(s)",
7700
7977
  name: {
7701
7978
  label: "Nom",
@@ -8810,7 +9087,7 @@ Vous pouvez modifier l’heure du rendez-vous en cliquant sur le bouton prévu
8810
9087
  "queue-settings": "Configuration générale",
8811
9088
  queues: "Toutes les files d'attente"
8812
9089
  },
8813
- powered: "Propulsé par Agendize",
9090
+ powered: "Fourni par Agendize",
8814
9091
  "queue-details": {
8815
9092
  company: {
8816
9093
  label: "Établissement",
@@ -9097,8 +9374,8 @@ Veuillez vous enregistrer pour vous inscrire dans la file d'attente.`,
9097
9374
  placeholder: "Rechercher par nom"
9098
9375
  },
9099
9376
  "staff-group": {
9100
- "members-count": "1 collaborateur | {n} collaborateurs",
9101
9377
  desc: "Sélectionner une équipe.",
9378
+ "members-count": "1 collaborateur | {n} collaborateurs",
9102
9379
  placeholder: "Rechercher par nom"
9103
9380
  },
9104
9381
  staff: {
@@ -9357,9 +9634,9 @@ Veuillez vous enregistrer pour vous inscrire dans la file d'attente.`,
9357
9634
  confirmDelete: "Souhaitez-vous réellement supprimer cet établissement ? | Souhaitez-vous réellement supprimer ces {n} établissements ?",
9358
9635
  "delete-error": "Erreur lors de la suppréssion de l'établissement | Erreur lors de la suppréssion des {n} établissements",
9359
9636
  deleted: "Établissement supprimé | Établissements supprimés",
9360
- title: "Suppression d'établissements",
9361
9637
  description1: "{name} va être supprimé, confirmez-vous la suppression ?",
9362
- descriptionN: "{number} établissements vont être supprimés, confirmez-vous la suppression ?"
9638
+ descriptionN: "{number} établissements vont être supprimés, confirmez-vous la suppression ?",
9639
+ title: "Suppression d'établissements"
9363
9640
  },
9364
9641
  item: {
9365
9642
  "aria-label": "Sélectionner l'établissement {name}"
@@ -9578,6 +9855,9 @@ Veuillez vous enregistrer pour vous inscrire dans la file d'attente.`,
9578
9855
  },
9579
9856
  "save-error": "Échec lors de l'enregistrement de l'établissement",
9580
9857
  "save-success": "Les informations de l'établissement ont bien été enregistrées",
9858
+ "show-description": {
9859
+ title: "Afficher les informations de l'établissement sur le widget."
9860
+ },
9581
9861
  state: {
9582
9862
  label: "État"
9583
9863
  },
@@ -9977,8 +10257,7 @@ Veuillez vous enregistrer pour vous inscrire dans la file d'attente.`,
9977
10257
  placeholder: "Saisissez le nom d'événement"
9978
10258
  },
9979
10259
  reset: {
9980
- "aria-label": "Réinitialiser les filtres avancés",
9981
- label: "Réinitialiser"
10260
+ "aria-label": "Réinitialiser les filtres avancés"
9982
10261
  },
9983
10262
  segmentation: {
9984
10263
  title: "Segmentation"
@@ -10409,6 +10688,13 @@ Pour confirmer l'annulation de cette session, veuillez saisir le code suivant:`,
10409
10688
  label: "Couleur du service",
10410
10689
  placeholder: "Sélectionnez la couleur du service"
10411
10690
  },
10691
+ colors: {
10692
+ blue: "Bleu",
10693
+ green: "Vert",
10694
+ orange: "Orange",
10695
+ purple: "Violet",
10696
+ red: "Rouge"
10697
+ },
10412
10698
  description: {
10413
10699
  placeholder: "Saisissez la description du service"
10414
10700
  },
@@ -10535,13 +10821,6 @@ Dissimulé : Disponible uniquement via un lien direct.`,
10535
10821
  placeholder: "Sélectionnez une visibilité",
10536
10822
  subtitle: "Les catégories permettent de rassembler plusieurs services dans un groupe de service. Vos contacts pourront visualiser l’ensemble des services d’une catégorie sur le mini-site.",
10537
10823
  title: "Visibilité du service"
10538
- },
10539
- colors: {
10540
- blue: "Bleu",
10541
- green: "Vert",
10542
- orange: "Orange",
10543
- purple: "Violet",
10544
- red: "Rouge"
10545
10824
  }
10546
10825
  },
10547
10826
  "serviceGroup-details": {
@@ -10573,7 +10852,7 @@ Dissimulé : Disponible uniquement via un lien direct.`,
10573
10852
  service: {
10574
10853
  add: {
10575
10854
  subtitle: "Ajoutez un ou plusieurs service(s) dans la catégorie",
10576
- title: " Ajouter un service"
10855
+ title: "Ajouter un service"
10577
10856
  },
10578
10857
  description: "Les services de la catégorie sont les services disponibles lorsque vos @:crm.contacts se rendent dans la page dédiée à cette catégorie dans le mini-site.",
10579
10858
  "search-placeholder": "Rechercher par nom",
@@ -10620,7 +10899,6 @@ Dissimulé : Disponible uniquement via un lien direct.`,
10620
10899
  category2: "Catégorie de niveau 2",
10621
10900
  filter: "Filtrer",
10622
10901
  location: "Emplacement",
10623
- reset: "Réinitialiser",
10624
10902
  title: "Filtres avancés|Filtres avancés ({number})|Filtres avancés ({number})"
10625
10903
  }
10626
10904
  },
@@ -10654,6 +10932,12 @@ Dissimulé : Disponible uniquement via un lien direct.`,
10654
10932
  roleError: "L'email du collaborateur est obligatoire puisqu'il dispose de droits d'accès"
10655
10933
  },
10656
10934
  enable: "Activer",
10935
+ "export-calendar": {
10936
+ "ics-link": {
10937
+ title: "Lien ICS"
10938
+ },
10939
+ title: "Export de calendrier"
10940
+ },
10657
10941
  gender: {
10658
10942
  label: "Genre"
10659
10943
  },
@@ -11126,6 +11410,122 @@ Dissimulé : Disponible uniquement via un lien direct.`,
11126
11410
  }
11127
11411
  }
11128
11412
  }, ce = {
11413
+ appointment: {
11414
+ advanced: {
11415
+ title: "Informations complémentaires"
11416
+ },
11417
+ availability: {
11418
+ subTitle: "Sélectionner le créneau disponible qui convient :",
11419
+ title: "Rechercher des disponibilités"
11420
+ },
11421
+ changeStatus: {
11422
+ description: "Êtes-vous sûr de vouloir passer le rendez-vous au statut “{status}” ?",
11423
+ error: "Une erreur est survenue lors du changement de statut",
11424
+ title: "Changement de statut"
11425
+ },
11426
+ client: {
11427
+ title: "Informations personnelles"
11428
+ },
11429
+ company: "Établissement en charge du rendez-vous",
11430
+ dates: "Date & Heure",
11431
+ details: {
11432
+ title: "Informations du rendez-vous"
11433
+ },
11434
+ error: {
11435
+ noSlot: {
11436
+ searchButton: "Rechercher une autre disponibilité",
11437
+ subTitle: "Malheureusement, le créneau sélectionné n'est plus disponible.",
11438
+ title: "Nous sommes désolés."
11439
+ }
11440
+ },
11441
+ history: {
11442
+ accepted: "Rendez-vous accepté par le collaborateur {fullname}",
11443
+ booked: {
11444
+ console: "Création du rendez-vous depuis la console",
11445
+ widget: "Création du rendez-vous depuis le widget client"
11446
+ },
11447
+ change_client: "Client modifié de {oldClient}→ {newClient}",
11448
+ change_custom_status: "Rendez-vous marqué en “{status}“ par le collaborateur {fullname}",
11449
+ change_location: "Location modifié par le collaborateur {fullname} de {oldLocation} → {newLocation}",
11450
+ change_note: "Note modifié par le collaborateur {fullname} de {oldNote} → {newNote}",
11451
+ change_service: "Service modifié par le collaborateur {fullname} de {oldService} → {newService}",
11452
+ change_staff: "Collaborateur modifié par le collaborateur {fullname} de {oldStaff} → {newStaff}",
11453
+ changed_end: "Heure de fin du rendez-vous ({oldDate}) replanifié par le collaborateur {fullname} à {newDate}",
11454
+ client_changed_end: "Heure de fin du rendez-vous ({oldDate}) replanifié par le client à {newDate}",
11455
+ client_delete: "Rendez-vous annulé par le client",
11456
+ "client_re-scheduled": "Rendez-vous re-planifié ({oldDate}) par le client le {newDate}",
11457
+ completed: "Rendez-vous marqué en “Terminé” par le collaborateur {fullname}",
11458
+ declined: "Rendez-vous marqué en “Refusé” par le collaborateur {fullname}",
11459
+ form_update: "{field} modifié par le collaborateur {fullname} de {oldValue} → {newValue}",
11460
+ in_progress: '"Rendez-vous marqué en ""En cours"" par le collaborateur {fullname}"',
11461
+ no_show: "Rendez-vous marqué en “No-Show” par le collaborateur {fullname}",
11462
+ payment: "Rendez-vous payé par le client",
11463
+ "re-scheduled": "Rendez-vous re-planifié ({oldDate}) par le collaborateur {fullname} le {newDate}",
11464
+ user_delete: "Rendez-vous annulé par le collaborateur {fullname}"
11465
+ },
11466
+ locations: {
11467
+ subTitle: "Sélectionner le format de rendez-vous dans la liste ci-dessous :",
11468
+ title: "Format du rendez-vous"
11469
+ },
11470
+ notes: {
11471
+ error: "Une erreur est survenue lors de l'enregistrement de la note",
11472
+ label: "Vous pouvez saisir une note sur votre rendez-vous."
11473
+ },
11474
+ quickActions: {
11475
+ "close-tooltip": "Fermer les actions rapide",
11476
+ tooltip: "Replanifier ou annuler le rendez-vous"
11477
+ },
11478
+ reschedule: "Replanifier le rendez-vous",
11479
+ servicesAndGroups: {
11480
+ list: {
11481
+ empty: "Aucun service n'a été trouvé.",
11482
+ info: "Plus d'informations",
11483
+ locations: {
11484
+ subTitle: {
11485
+ companyAddress: "Rendez-vous dans les locaux de l’établissement",
11486
+ custom: "L’emplacement sera communiqué dans l’email de confirmation",
11487
+ phone: "Rendez-vous par téléphone",
11488
+ videoconference: "Rendez-vous via la solution de visioconférence"
11489
+ },
11490
+ title: {
11491
+ companyAddress: "Dans les locaux",
11492
+ custom: "Personnalisé",
11493
+ multiple: "Emplacements multiples",
11494
+ phone: "Par téléphone",
11495
+ videoconference: "En visioconférence"
11496
+ }
11497
+ },
11498
+ search: {
11499
+ group: "Rechercher une catégorie",
11500
+ service: "Rechercher un service"
11501
+ },
11502
+ subtitle: {
11503
+ group: "{number} sous-catégorie|{number} sous-catégories",
11504
+ service: "{number} service|{number} services"
11505
+ }
11506
+ },
11507
+ panel: {
11508
+ info: "Vous pouvez cliquer sur l'icône d'information d'un élément de la liste pour avoir plus d'informations."
11509
+ },
11510
+ subtitle: "Selectionner votre motif de rendez-vous dans la liste ci-dessous :",
11511
+ title: "Motif du rendez-vous"
11512
+ },
11513
+ slots: {
11514
+ count: "@:widget.appointment.slots.empty|1 disponibilité|{count} disponibilités",
11515
+ empty: "Aucune disponibilité",
11516
+ more: "Voir plus",
11517
+ next: "Prochaine disponibilité le : {date}"
11518
+ },
11519
+ source: "Source du rendez-vous",
11520
+ sourceType: {
11521
+ api: "Rendez-vous pris via l'API",
11522
+ console: "Rendez-vous pris via la console",
11523
+ title: "Interface de prise de rendez-vous",
11524
+ widget: "Rendez-vous pris via le widget client"
11525
+ },
11526
+ subTitle: "Sous titre du rendez-vous",
11527
+ title: "Titre du rendez-vous"
11528
+ },
11129
11529
  conference: {
11130
11530
  404: {
11131
11531
  subTitle: "Nous sommes désolés mais la page que vous cherchez n'existe plus.",
@@ -11171,7 +11571,7 @@ Dissimulé : Disponible uniquement via un lien direct.`,
11171
11571
  action: {
11172
11572
  submit: "Valider l'inscription"
11173
11573
  },
11174
- "loading-error": "Un erreur est survenue lors de la validation de votre inscription",
11574
+ "loading-error": "Une erreur est survenue lors de la validation de votre inscription",
11175
11575
  "sub-title": "Avant de valider l'inscription, merci de confirmer les informations ci-dessous :",
11176
11576
  title: "Vérifier vos informations"
11177
11577
  },
@@ -11269,8 +11669,14 @@ Dissimulé : Disponible uniquement via un lien direct.`,
11269
11669
  }
11270
11670
  },
11271
11671
  "consent-link": "Politique de confidentialité",
11272
- powered: "Propulsé par",
11273
- "powered-by": "Propulsé par {name}",
11672
+ error: {
11673
+ 404: {
11674
+ subTitle: "La page que vous recherchez n'est plus disponible.",
11675
+ title: "Oups !"
11676
+ }
11677
+ },
11678
+ powered: "Fourni par",
11679
+ "powered-by": "Fourni par {name}",
11274
11680
  scheduling: {
11275
11681
  company: {
11276
11682
  image: {
@@ -11319,8 +11725,8 @@ Dissimulé : Disponible uniquement via un lien direct.`,
11319
11725
  "usage-link": "Conditions d'utilisation"
11320
11726
  }, d = {
11321
11727
  admin: Z,
11322
- agenda: Q,
11323
- agendize: _,
11728
+ agenda: _,
11729
+ agendize: Q,
11324
11730
  "appointment-list": {
11325
11731
  action: {
11326
11732
  book: {
@@ -11339,6 +11745,56 @@ Dissimulé : Disponible uniquement via un lien direct.`,
11339
11745
  common: $,
11340
11746
  crm: J,
11341
11747
  dashboard: X,
11748
+ "event-booking": {
11749
+ allDay: "Journée entière",
11750
+ company: "Établissement",
11751
+ contact: {
11752
+ create: "Créer un nouveau @:crm.contact",
11753
+ createDescription: "Ajouter un @:crm.contact à votre base de @:crm.contacts en saisissant ses informations personnelles.",
11754
+ createTitle: "Ajouter un @:crm.contact",
11755
+ phone: {
11756
+ label: "Téléphone"
11757
+ },
11758
+ search: "Rechercher un @:crm.contact",
11759
+ title: "@:crm.contact"
11760
+ },
11761
+ date: "Horaires",
11762
+ duration: "Durée",
11763
+ "duration-error": {
11764
+ "negative-null": "La date de fin ne peut pas être avant la date de début",
11765
+ "over-1-day": "La durée ne peut pas être de 1 jour ou plus",
11766
+ "over-days": "Les dates de début et fin doivent être le même jour"
11767
+ },
11768
+ event: {
11769
+ capacity: {
11770
+ placeholder: "Saisissez une capacité"
11771
+ },
11772
+ description: {
11773
+ label: "Description",
11774
+ placeholder: "Saisissez la description de l’événement"
11775
+ },
11776
+ "panel-title": "Créer un événement",
11777
+ title: {
11778
+ helper: "Il s’agit du nom de l’événement que vous souhaitez créer.",
11779
+ label: "Événement",
11780
+ placeholder: "Saisissez le nom de votre événement"
11781
+ }
11782
+ },
11783
+ new: "Nouveau rendez-vous",
11784
+ note: {
11785
+ label: "Note du rendez-vous",
11786
+ placeholder: "Saisissez une note de rendez-vous"
11787
+ },
11788
+ recurrent: {
11789
+ once: "Une fois"
11790
+ },
11791
+ reschedule: "Modifier le rendez-vous",
11792
+ searchCompany: "Rechercher un établissement",
11793
+ searchService: "Rechercher un service",
11794
+ searchStaff: "Rechercher un collaborateur",
11795
+ subject: "Sujet",
11796
+ timeZone: "Fuseau horaire"
11797
+ },
11342
11798
  "event-booking-widget": {
11343
11799
  confirmation: {
11344
11800
  description: "Le rendez-vous a bien été créé. Vous pouvez le retrouver dès à présent dans votre calendrier.",
@@ -11425,56 +11881,6 @@ Dissimulé : Disponible uniquement via un lien direct.`,
11425
11881
  staff: "Avec quel collaborateur ?"
11426
11882
  }
11427
11883
  },
11428
- "event-booking": {
11429
- allDay: "Journée entière",
11430
- company: "Établissement",
11431
- contact: {
11432
- create: "Créer un nouveau @:crm.contact",
11433
- createDescription: "Ajouter un @:crm.contact à votre base de @:crm.contacts en saisissant ses informations personnelles.",
11434
- createTitle: "Ajouter un @:crm.contact",
11435
- phone: {
11436
- label: "Téléphone"
11437
- },
11438
- search: "Rechercher un @:crm.contact",
11439
- title: "@:crm.contact"
11440
- },
11441
- date: "Horaires",
11442
- duration: "Durée",
11443
- "duration-error": {
11444
- "negative-null": "La date de fin ne peut pas être avant la date de début",
11445
- "over-1-day": "La durée ne peut pas être de 1 jour ou plus",
11446
- "over-days": "Les dates de début et fin doivent être le même jour"
11447
- },
11448
- event: {
11449
- capacity: {
11450
- placeholder: "Saisissez une capacité"
11451
- },
11452
- description: {
11453
- label: "Description",
11454
- placeholder: "Saisissez la description de l’événement"
11455
- },
11456
- "panel-title": "Créer un événement",
11457
- title: {
11458
- helper: "Il s’agit du nom de l’événement que vous souhaitez créer.",
11459
- label: "Événement",
11460
- placeholder: "Saisissez le nom de votre événement"
11461
- }
11462
- },
11463
- new: "Nouveau rendez-vous",
11464
- note: {
11465
- label: "Note du rendez-vous",
11466
- placeholder: "Saisissez une note de rendez-vous"
11467
- },
11468
- recurrent: {
11469
- once: "Une fois"
11470
- },
11471
- reschedule: "Modifier le rendez-vous",
11472
- searchCompany: "Rechercher un établissement",
11473
- searchService: "Rechercher un service",
11474
- searchStaff: "Rechercher un collaborateur",
11475
- subject: "Sujet",
11476
- timeZone: "Fuseau horaire"
11477
- },
11478
11884
  form: ee,
11479
11885
  "link-generator": {
11480
11886
  action: {
@@ -11755,7 +12161,7 @@ Dissimulé : Disponible uniquement via un lien direct.`,
11755
12161
  completed: "Terminado",
11756
12162
  confirm: {
11757
12163
  cancelled: "Estás a punto de cancelar tu cita. Esta acción es irreversible. ¿Seguro que deseas continuar?",
11758
- completed: "Estás a punto de marcar «Finalizar» en esta cita. Esta acción es irreversible. ¿Seguro que deseas continuar?",
12164
+ completed: "Estás a punto de marcar Finalizar en esta cita. Esta acción es irreversible. ¿Seguro que deseas continuar?",
11759
12165
  declined: "Estás a punto de rechazar la cita. Esta acción es irreversible. ¿Seguro que deseas continuar?",
11760
12166
  noShow: "Estás a punto de notificar el hecho de que el @:crm.contact no se ha presentado a la cita. Esta acción es irreversible. ¿Seguro que deseas continuar?"
11761
12167
  },
@@ -11810,6 +12216,7 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
11810
12216
  "appointment-mobile": "la cita a través de la aplicación móvil",
11811
12217
  "appointment-other": "la cita",
11812
12218
  "appointment-widget": "la cita a través del widget",
12219
+ conflict: "{user} ha ignorado el conflicto",
11813
12220
  contact: "el @:crm.contact",
11814
12221
  "date-end": "la hora de fin de la cita",
11815
12222
  "date-start": "la hora de inicio de la cita",
@@ -11820,8 +12227,7 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
11820
12227
  note: "la nota",
11821
12228
  service: "el servicio",
11822
12229
  staff: "el empleado",
11823
- status: "el estado",
11824
- conflict: "{user} ha ignorado el conflicto"
12230
+ status: "el estado"
11825
12231
  },
11826
12232
  common: {
11827
12233
  create: "{user} ha creado {object}",
@@ -12131,17 +12537,17 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
12131
12537
  COMPANY_VACATION: "El empleado no está disponible",
12132
12538
  SERVICE: "Servicio eliminado",
12133
12539
  SERVICE_SKILL: "El empleado no está a cargo del servicio",
12134
- UNKNOWN: "Motivo del conflicto desconocido",
12135
12540
  SERVICE_TIME: "El servicio no se encuentra disponible",
12136
12541
  STAFF: "Empleado eliminado",
12137
12542
  STAFF_RESCHEDULE: "El empleado no está disponible",
12138
12543
  STAFF_TIME: "El empleado no está disponible",
12139
- STAFF_VACATION: "El empleado no está disponible"
12544
+ STAFF_VACATION: "El empleado no está disponible",
12545
+ UNKNOWN: "Motivo del conflicto desconocido"
12140
12546
  },
12141
12547
  source: {
12142
12548
  SERVICE_NOT_AVAILABLE: "El servicio no se encuentra disponible",
12143
- UNKNOWN: "Fuente del conflicto desconocida",
12144
- STAFF_NOT_AVAILABLE: "El empleado no está disponible"
12549
+ STAFF_NOT_AVAILABLE: "El empleado no está disponible",
12550
+ UNKNOWN: "Fuente del conflicto desconocida"
12145
12551
  }
12146
12552
  },
12147
12553
  event: {
@@ -12484,6 +12890,14 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
12484
12890
  },
12485
12891
  login: {
12486
12892
  "account-selection": {
12893
+ current: {
12894
+ title: "Actualmente estás conectado a esta organización:"
12895
+ },
12896
+ default: "Organización por defecto",
12897
+ list: {
12898
+ subTitle: "Seleccionar una organización disponible a continuación",
12899
+ title: "Lista de organizaciones"
12900
+ },
12487
12901
  right: {
12488
12902
  2: "Analista",
12489
12903
  5: "Administrador de planificación",
@@ -12501,26 +12915,18 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
12501
12915
  other: "Derechos varios",
12502
12916
  owner: "Propietario"
12503
12917
  },
12504
- subtitle: "¿A qué organización quieres conectarte?",
12505
- title: "Hemos encontrado varias organizaciones.",
12506
- current: {
12507
- title: "Actualmente estás conectado a esta organización:"
12508
- },
12509
- default: "Organización por defecto",
12510
- list: {
12511
- subTitle: "Seleccionar una organización disponible a continuación",
12512
- title: "Lista de organizaciones"
12513
- },
12514
12918
  search: {
12515
12919
  placeholder: "Búsqueda de la organización por nombre o correo electrónico"
12516
- }
12920
+ },
12921
+ subtitle: "¿A qué organización quieres conectarte?",
12922
+ title: "Hemos encontrado varias organizaciones."
12517
12923
  }
12518
12924
  },
12519
12925
  main: {
12520
- skip: "Ir al contenido",
12521
12926
  logo: {
12522
12927
  alt: "Imagen de carga"
12523
- }
12928
+ },
12929
+ skip: "Ir al contenido"
12524
12930
  },
12525
12931
  menu: {
12526
12932
  extendedMenu: {
@@ -12539,16 +12945,16 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
12539
12945
  notifications: {
12540
12946
  title: "Notificaciones"
12541
12947
  },
12948
+ toggle: {
12949
+ close: "Cerrar el menú",
12950
+ open: "Abrir el menú"
12951
+ },
12542
12952
  top: {
12953
+ "account-selector": "Cambiar de organización",
12543
12954
  integrations: "Mis integraciones",
12544
12955
  personal: "Mis datos personales",
12545
12956
  preference: "Mis preferencias",
12546
- test: "Consola de dev",
12547
- "account-selector": "Cambiar de organización"
12548
- },
12549
- toggle: {
12550
- close: "Cerrar el menú",
12551
- open: "Abrir el menú"
12957
+ test: "Consola de dev"
12552
12958
  }
12553
12959
  },
12554
12960
  notification: {
@@ -12598,6 +13004,9 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
12598
13004
  help: "Mostrar la ayuda"
12599
13005
  },
12600
13006
  "router-meta": {
13007
+ "account-selector": {
13008
+ title: "Cambiar tu organización"
13009
+ },
12601
13010
  administration: {
12602
13011
  description: "Administración de tu organización",
12603
13012
  menu: "Menú principal",
@@ -12650,6 +13059,9 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
12650
13059
  menuDescription: "Mostrar/Ocultar el menú principal",
12651
13060
  title: "Formularios"
12652
13061
  },
13062
+ login: {
13063
+ title: "Conexión|Conexión|{app} {'|'} Conexión"
13064
+ },
12653
13065
  planning: {
12654
13066
  description: "Gestionar los planes de tus empleados",
12655
13067
  menu: "Menú principal",
@@ -12674,13 +13086,7 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
12674
13086
  menuDescription: "Mostrar/Ocultar el menú principal",
12675
13087
  title: "Configuración"
12676
13088
  },
12677
- title: "Agendize",
12678
- "account-selector": {
12679
- title: "Cambiar tu organización"
12680
- },
12681
- login: {
12682
- title: "Conexión|Conexión|{app} {'|'} Conexión"
12683
- }
13089
+ title: "Agendize"
12684
13090
  },
12685
13091
  topBar: {
12686
13092
  avatar: {
@@ -12704,13 +13110,17 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
12704
13110
  cancel: "Cancelar",
12705
13111
  close: "Cerrar",
12706
13112
  confirm: "Confirmar",
13113
+ "confirm-question": "¿Confirmar?",
13114
+ copy: "Copiar",
12707
13115
  delete: "Eliminar",
12708
13116
  download: "Descargar",
12709
13117
  duplicate: "Duplicar",
13118
+ integrate: "Integrar",
12710
13119
  link: {
12711
13120
  "go-to": "Calcular itinerario",
12712
13121
  open: "Abrir el enlace {label}"
12713
13122
  },
13123
+ loading: "Cargando...",
12714
13124
  menu: "Menú",
12715
13125
  modify: "Modificar",
12716
13126
  more: "Cargar más",
@@ -12728,10 +13138,7 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
12728
13138
  skip: "Ir al contenido",
12729
13139
  validate: "Validar",
12730
13140
  "validate-with-x": "Validar ({number})",
12731
- yes: "Sí",
12732
- copy: "Copiar",
12733
- integrate: "Integrar",
12734
- loading: "Cargando..."
13141
+ yes: "Sí"
12735
13142
  },
12736
13143
  colors: {
12737
13144
  blue: "Azul",
@@ -13108,6 +13515,7 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
13108
13515
  "erase-filters": "Borrar filtros",
13109
13516
  "new-client": "@.capitalize:crm.contact nuevo"
13110
13517
  },
13518
+ client: "contacto",
13111
13519
  "client-details": {
13112
13520
  actions: {
13113
13521
  "add-note": "Escribir una nota",
@@ -13173,6 +13581,7 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
13173
13581
  resume: "Resumen"
13174
13582
  }
13175
13583
  },
13584
+ clients: "contactos",
13176
13585
  contact: "contacto",
13177
13586
  contacts: "contactos",
13178
13587
  details: {
@@ -13323,9 +13732,7 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
13323
13732
  },
13324
13733
  "message-modal": {
13325
13734
  title: "Vista previa del correo electrónico"
13326
- },
13327
- client: "contacto",
13328
- clients: "contactos"
13735
+ }
13329
13736
  }, he = {
13330
13737
  items: {
13331
13738
  "add-unavailability": {
@@ -13372,12 +13779,12 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
13372
13779
  "no-upcoming-events": "Sin próximas citas",
13373
13780
  title: "Próxima cita"
13374
13781
  },
13782
+ upcomingEvents: {
13783
+ title: "Próxima cita"
13784
+ },
13375
13785
  "working-planning": {
13376
13786
  subtitle: "Gestionar los planes de tus empleados",
13377
13787
  title: "Gestión de la planificación"
13378
- },
13379
- upcomingEvents: {
13380
- title: "Próxima cita"
13381
13788
  }
13382
13789
  },
13383
13790
  noScheduling: {
@@ -13434,6 +13841,9 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
13434
13841
  appointment: {
13435
13842
  title: "Concertar una cita"
13436
13843
  },
13844
+ calendar: {
13845
+ title: "Ver las citas"
13846
+ },
13437
13847
  "link-generator": {
13438
13848
  title: "Invitar a un @:crm.contact para concertar una cita"
13439
13849
  },
@@ -13443,10 +13853,7 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
13443
13853
  service: {
13444
13854
  title: "Administrar servicios"
13445
13855
  },
13446
- title: "Acceso rápido",
13447
- calendar: {
13448
- title: "Ver las citas"
13449
- }
13856
+ title: "Acceso rápido"
13450
13857
  }
13451
13858
  }
13452
13859
  },
@@ -13471,6 +13878,9 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
13471
13878
  modify: "@:common.action.modify el formulario",
13472
13879
  "new-form": "Nuevo formulario"
13473
13880
  },
13881
+ "create-quick": {
13882
+ title: "Añadir un nuevo formulario"
13883
+ },
13474
13884
  details: {
13475
13885
  advanced: {
13476
13886
  title: "Opciones avanzadas"
@@ -13837,6 +14247,26 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
13837
14247
  forms: "Todos los formularios",
13838
14248
  mobile: "Formularios"
13839
14249
  },
14250
+ page: {
14251
+ tabs: {
14252
+ details: {
14253
+ subtitle: "Datos básicos",
14254
+ title: "Datos generales"
14255
+ },
14256
+ fields: {
14257
+ subtitle: "Gestionar",
14258
+ title: "Campos del formulario"
14259
+ },
14260
+ responses: {
14261
+ subtitle: "Visualizar las respuestas",
14262
+ title: "Respuestas"
14263
+ },
14264
+ routes: {
14265
+ subtitle: "Administrar las redirecciones",
14266
+ title: "Rutas"
14267
+ }
14268
+ }
14269
+ },
13840
14270
  result: {
13841
14271
  details: {
13842
14272
  date: "Respuesta de {date} a las {hours}",
@@ -13854,6 +14284,11 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
13854
14284
  descriptionN: "{number} resultados se eliminarán, ¿confirmas la eliminación?",
13855
14285
  title: "Eliminación del resultado del formulario"
13856
14286
  },
14287
+ item: {
14288
+ "edit-status": "Cambiar el estado",
14289
+ title: "Respuesta de {date} a las {hour}",
14290
+ "unknown-client": "@.capitalize:crm.contact desconocido"
14291
+ },
13857
14292
  search: {
13858
14293
  placeholder: "Buscar por correo electrónico del emisor"
13859
14294
  },
@@ -13861,12 +14296,7 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
13861
14296
  date: "Fecha",
13862
14297
  email: "Correo electrónico"
13863
14298
  },
13864
- title: "Lista de respuestas al formulario",
13865
- item: {
13866
- "edit-status": "Cambiar el estado",
13867
- title: "Respuesta de {date} a las {hour}",
13868
- "unknown-client": "@.capitalize:crm.contact desconocido"
13869
- }
14299
+ title: "Lista de respuestas al formulario"
13870
14300
  },
13871
14301
  status: {
13872
14302
  action: "Cambiar estado",
@@ -13882,35 +14312,12 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
13882
14312
  }
13883
14313
  }
13884
14314
  },
13885
- title: {
13886
- main: "Formularios"
13887
- },
13888
- "create-quick": {
13889
- title: "Añadir un nuevo formulario"
13890
- },
13891
- page: {
13892
- tabs: {
13893
- details: {
13894
- subtitle: "Datos básicos",
13895
- title: "Datos generales"
13896
- },
13897
- fields: {
13898
- subtitle: "Gestionar",
13899
- title: "Campos del formulario"
13900
- },
13901
- responses: {
13902
- subtitle: "Visualizar las respuestas",
13903
- title: "Respuestas"
13904
- },
13905
- routes: {
13906
- subtitle: "Administrar las redirecciones",
13907
- title: "Rutas"
13908
- }
13909
- }
13910
- },
13911
14315
  share: {
13912
14316
  title: "Compartir el formulario",
13913
14317
  url: "Enlace del formulario"
14318
+ },
14319
+ title: {
14320
+ main: "Formularios"
13914
14321
  }
13915
14322
  }, ve = {
13916
14323
  divider: {
@@ -14229,16 +14636,16 @@ Por favor, regístrate para entrar en la cola.`,
14229
14636
  contact: {
14230
14637
  "action-alt": "--",
14231
14638
  "action-aria-label": "Deseleccionar el @:crm.contact",
14639
+ "add-item": {
14640
+ desc: "Crear un nuevo @:crm.contact",
14641
+ title: "@.capitalize:crm.contact nuevo"
14642
+ },
14232
14643
  add: {
14233
14644
  tooltip: "Añadir un elemento a la lista"
14234
14645
  },
14235
14646
  desc: "Buscar y seleccionar un @:crm.contact de la lista de @:crm.contacts de tu ubicación.",
14236
14647
  "image-alt": "Imagen del @:crm.contact",
14237
- placeholder: "Buscar por nombre, apellidos, correo electrónico",
14238
- "add-item": {
14239
- desc: "Crear un nuevo @:crm.contact",
14240
- title: "@.capitalize:crm.contact nuevo"
14241
- }
14648
+ placeholder: "Buscar por nombre, apellidos, correo electrónico"
14242
14649
  },
14243
14650
  loading: "Loading",
14244
14651
  noResults: {
@@ -14256,6 +14663,14 @@ Por favor, regístrate para entrar en la cola.`,
14256
14663
  }
14257
14664
  },
14258
14665
  recents: "Búsquedas recientes",
14666
+ "service-group": {
14667
+ desc: "Seleccionar la categoría del servicio",
14668
+ description: {
14669
+ serviceCount: "0 servicios|1 servicio|{count} servicios",
14670
+ serviceGroupCount: "0 subcategorías|1 subcategoría|{count} subcategorías"
14671
+ },
14672
+ placeholder: "Buscar una categoría"
14673
+ },
14259
14674
  service: {
14260
14675
  "action-alt": "--",
14261
14676
  "action-aria-label": "Deseleccionar el servicio",
@@ -14268,8 +14683,8 @@ Por favor, regístrate para entrar en la cola.`,
14268
14683
  placeholder: "Buscar por nombre"
14269
14684
  },
14270
14685
  "staff-group": {
14271
- "members-count": "1 empleado | {n} empleados",
14272
14686
  desc: "Seleccionar un equipo.",
14687
+ "members-count": "1 empleado | {n} empleados",
14273
14688
  placeholder: "Buscar por nombre"
14274
14689
  },
14275
14690
  staff: {
@@ -14288,14 +14703,6 @@ Por favor, regístrate para entrar en la cola.`,
14288
14703
  desc: "Buscar y seleccionar un usuario de los asignados a tu ubicación.",
14289
14704
  "image-alt": "Imagen del usuario",
14290
14705
  placeholder: "Buscar por nombre, apellidos, correo electrónico"
14291
- },
14292
- "service-group": {
14293
- desc: "Seleccionar la categoría del servicio",
14294
- description: {
14295
- serviceCount: "0 servicios|1 servicio|{count} servicios",
14296
- serviceGroupCount: "0 subcategorías|1 subcategoría|{count} subcategorías"
14297
- },
14298
- placeholder: "Buscar una categoría"
14299
14706
  }
14300
14707
  }, Se = {
14301
14708
  action: {
@@ -14796,6 +15203,9 @@ Por favor, regístrate para entrar en la cola.`,
14796
15203
  label: "Dibujo",
14797
15204
  placeholder: "Arrastra y suelta tu ilustración o haz clic para agregarla."
14798
15205
  },
15206
+ pmrAccess: {
15207
+ label: "Acceso para Personas con Movilidad Reducida (PMR)"
15208
+ },
14799
15209
  title: "Información general"
14800
15210
  },
14801
15211
  hours: {
@@ -15620,6 +16030,13 @@ Para confirmar la cancelación de esta sesión, introduce el siguiente código:`
15620
16030
  label: "Color del servicio",
15621
16031
  placeholder: "Selecciona el color del servicio"
15622
16032
  },
16033
+ colors: {
16034
+ blue: "Azul",
16035
+ green: "Verde",
16036
+ orange: "Naranja",
16037
+ purple: "Violeta",
16038
+ red: "Rojo"
16039
+ },
15623
16040
  duplicate: "Servicio duplicado",
15624
16041
  duration: {
15625
16042
  label: "Duración (minutos)",
@@ -15676,13 +16093,17 @@ Para confirmar la cancelación de esta sesión, introduce el siguiente código:`
15676
16093
  placeholder: "Introduce la capacidad del servicio"
15677
16094
  },
15678
16095
  "recurring-hours": {
15679
- toggle: "Definir la disponibilidad del servicio",
15680
16096
  empty: "Ningún horario recurrente",
15681
16097
  subtitle: "Son los horarios recurrentes de disponibilidad del servicio. Se aplican todas las semanas del año.",
15682
- title: "Horario recurrente"
16098
+ title: "Horario recurrente",
16099
+ toggle: "Definir la disponibilidad del servicio"
15683
16100
  },
15684
16101
  "save-error": "Error al registrar el servicio",
15685
16102
  "save-success": "Se han guardado correctamente los datos del servicio",
16103
+ "specific-periods": {
16104
+ subtitle: "Son las fechas en las que la disponibilidad del servicio es diferente a los horarios recurrentes.",
16105
+ title: "Horario específico"
16106
+ },
15686
16107
  staff: {
15687
16108
  remove: {
15688
16109
  confirmation: "Está a punto de eliminar la asignación del empleado al departamento, ¿le gustaría confirmar la eliminación?"
@@ -15734,17 +16155,6 @@ Oculto: solo disponible a través de un enlace directo.`,
15734
16155
  placeholder: "Selecciona una visibilidad",
15735
16156
  subtitle: "Las categorías permiten agrupar varios servicios en un grupo de servicio. Tus @:crm.contacts podrán ver todos los servicios de una categoría en el minisitio.",
15736
16157
  title: "Visibilidad del servicio"
15737
- },
15738
- colors: {
15739
- blue: "Azul",
15740
- green: "Verde",
15741
- orange: "Naranja",
15742
- purple: "Violeta",
15743
- red: "Rojo"
15744
- },
15745
- "specific-periods": {
15746
- subtitle: "Son las fechas en las que la disponibilidad del servicio es diferente a los horarios recurrentes.",
15747
- title: "Horario específico"
15748
16158
  }
15749
16159
  },
15750
16160
  "serviceGroup-details": {
@@ -16154,8 +16564,6 @@ Oculto: solo disponible a través de un enlace directo.`,
16154
16564
  },
16155
16565
  subtitle: "Supervisar y ajustar la actividad de tus empleados en función de las ubicaciones y la tasa de ocupación de cada uno",
16156
16566
  title: "Planificación de la actividad de los empleados",
16157
- user: "empleado(s)",
16158
- "view-selector-aria-label": "Selecciona una vista",
16159
16567
  unavailabilities: {
16160
16568
  panel: {
16161
16569
  addDialog: {
@@ -16179,7 +16587,9 @@ Oculto: solo disponible a través de un enlace directo.`,
16179
16587
  success: "La falta de disponibilidad se ha añadido correctamente.",
16180
16588
  title: "Añadir una falta de disponibilidad"
16181
16589
  }
16182
- }
16590
+ },
16591
+ user: "empleado(s)",
16592
+ "view-selector-aria-label": "Selecciona una vista"
16183
16593
  }
16184
16594
  }, Ae = {
16185
16595
  action: {
@@ -16318,6 +16728,75 @@ Oculto: solo disponible a través de un enlace directo.`,
16318
16728
  }
16319
16729
  }
16320
16730
  }, Ee = {
16731
+ appointment: {
16732
+ advanced: {
16733
+ title: "Informaciones complementarias"
16734
+ },
16735
+ availability: {
16736
+ subTitle: "Seleccione el espacio disponible apropiado:",
16737
+ title: "Buscar disponibilidad"
16738
+ },
16739
+ changeStatus: {
16740
+ description: '"¿Está seguro de que desea cambiar la cita al estado ""{status}""?"',
16741
+ error: "Se produjo un error al cambiar el estado.",
16742
+ title: "Cambio de estatus"
16743
+ },
16744
+ client: {
16745
+ title: "Información personal"
16746
+ },
16747
+ company: "Establecimiento encargado de la cita",
16748
+ dates: "Fecha y hora",
16749
+ details: {
16750
+ title: "Información de la cita"
16751
+ },
16752
+ history: {
16753
+ accepted: "Cita aceptada por el colaborador {fullname}",
16754
+ booked: {
16755
+ console: "Creación de la cita desde la consola",
16756
+ widget: "Creación de la cita desde el widget del cliente"
16757
+ },
16758
+ change_client: "El cliente cambió de {oldClient}→ {newClient}",
16759
+ change_custom_status: "Cita marcada como “{status}“ por el empleado {fullname}",
16760
+ change_location: "Ubicación modificada por el colaborador {fullname} de {oldLocation} → {newLocation}",
16761
+ change_note: "Nota editada por el colaborador {fullname} de {oldNote} → {newNote}",
16762
+ change_service: "Servicio modificado por el colaborador {fullname} de {oldService} → {newService}",
16763
+ change_staff: "Colaborador editado por el colaborador {fullname} de {oldStaff} → {newStaff}",
16764
+ changed_end: "Hora de finalización de la cita ({oldDate}) reprogramada por el empleado {fullname} para {newDate}",
16765
+ client_changed_end: "",
16766
+ client_delete: "Cita cancelada por cliente",
16767
+ "client_re-scheduled": "Cita reprogramada ({oldDate}) por el cliente el {newDate}",
16768
+ completed: '"Cita marcada como ""Completada"" por el empleado {fullname}"',
16769
+ declined: '"Cita marcada como ""Rechazada"" por el empleado {fullname}"',
16770
+ form_update: "{field} modificado por el colaborador {fullname} de {oldValue} → {newValue}",
16771
+ in_progress: "Cita marcada como “En curso” por el colaborador {fullname}",
16772
+ no_show: "Cita marcada como “ausente” por el empleado {fullname}",
16773
+ payment: "Cita pagada por el cliente",
16774
+ "re-scheduled": "Cita reprogramada ({oldDate}) por el empleado {fullname} el {newDate}",
16775
+ user_delete: "Cita cancelada por el empleado {fullname}"
16776
+ },
16777
+ notes: {
16778
+ label: "Puede ingresar una nota sobre su cita."
16779
+ },
16780
+ quickActions: {
16781
+ "close-tooltip": "Cerrar acciones rápidas",
16782
+ tooltip: "Reprogramar o cancelar la cita"
16783
+ },
16784
+ reschedule: "Reprogramar la cita",
16785
+ slots: {
16786
+ count: "@:widget.appointment.slots.empty|1 disponibilidad|{count} disponibilidad",
16787
+ empty: "Sin disponibilidad",
16788
+ more: "Ver más",
16789
+ next: "Próxima disponibilidad el: {date}"
16790
+ },
16791
+ source: "Fuente del nombramiento",
16792
+ sourceType: {
16793
+ api: "Cita realizada vía API",
16794
+ console: "Cita realizada a través de la consola",
16795
+ title: "Interfaz de reserva de citas",
16796
+ widget: "Cita realizada a través del widget del cliente"
16797
+ },
16798
+ title: "Título de la cita"
16799
+ },
16321
16800
  conference: {
16322
16801
  404: {
16323
16802
  subTitle: "Lo sentimos, pero la página que buscas ya no existe.",
@@ -16460,8 +16939,20 @@ Oculto: solo disponible a través de un enlace directo.`,
16460
16939
  confirm: "Inscribirme"
16461
16940
  }
16462
16941
  },
16942
+ "consent-link": "Política de privacidad",
16943
+ error: {
16944
+ 404: {
16945
+ subTitle: "La página que estás buscando ya no está disponible.",
16946
+ title: "Ups !"
16947
+ }
16948
+ },
16463
16949
  powered: "Desarrollado por",
16464
16950
  scheduling: {
16951
+ company: {
16952
+ image: {
16953
+ alt: "Imagen de la ubicación"
16954
+ }
16955
+ },
16465
16956
  service: {
16466
16957
  action: {
16467
16958
  book: "Concertar una cita",
@@ -16500,13 +16991,9 @@ Oculto: solo disponible a través de un enlace directo.`,
16500
16991
  title: "Tus opciones de cita"
16501
16992
  },
16502
16993
  path: "Itinerario"
16503
- },
16504
- company: {
16505
- image: {
16506
- alt: "Imagen de la ubicación"
16507
- }
16508
16994
  }
16509
- }
16995
+ },
16996
+ "usage-link": "Condiciones de uso"
16510
16997
  }, De = {
16511
16998
  admin: de,
16512
16999
  agenda: ue,
@@ -16582,10 +17069,10 @@ Oculto: solo disponible a través de un enlace directo.`,
16582
17069
  "event-booking-widget": {
16583
17070
  confirmation: {
16584
17071
  description: "La cita se ha creado correctamente. Ya puedes encontrarla en tu calendario.",
16585
- title: "¡La cita está confirmada!",
16586
17072
  image: {
16587
17073
  alt: "Imagen de confirmación para concertar una cita"
16588
- }
17074
+ },
17075
+ title: "¡La cita está confirmada!"
16589
17076
  },
16590
17077
  contact: {
16591
17078
  create: "Crear un nuevo @:crm.contact",
@@ -16610,6 +17097,9 @@ Oculto: solo disponible a través de un enlace directo.`,
16610
17097
  description: "La franja horaria seleccionada ya no está disponible.",
16611
17098
  title: "Franja no disponible"
16612
17099
  },
17100
+ image: {
17101
+ alt: "Imagen de error"
17102
+ },
16613
17103
  "max-daily": {
16614
17104
  description: "Se ha excedido el límite diario de citas para este @:{'crm.contact'}.",
16615
17105
  title: "Límite alcanzado"
@@ -16632,9 +17122,6 @@ Oculto: solo disponible a través de un enlace directo.`,
16632
17122
  unknown: {
16633
17123
  description: "Ponte en @:crm.contact con el servicio de asistencia para obtener más información.",
16634
17124
  title: "Se ha producido un error"
16635
- },
16636
- image: {
16637
- alt: "Imagen de error"
16638
17125
  }
16639
17126
  },
16640
17127
  "form-field": {
@@ -16675,11 +17162,17 @@ Oculto: solo disponible a través de un enlace directo.`,
16675
17162
  subtitle: "Siguiente: Elegir un colaborador",
16676
17163
  title: "Elija la ubicación para la que desea generar el vínculo."
16677
17164
  },
17165
+ "contact-additional-fields-step": {
17166
+ subtitle: "Introduce la información adicional solicitada."
17167
+ },
17168
+ "contact-fields-step": {
17169
+ subtitle: "Introduce la información personal del @:{'crm.contact'}."
17170
+ },
16678
17171
  "contact-step": {
16679
17172
  next: "Saltar la etapa",
17173
+ placeholder: "Buscar un @:crm.contact",
16680
17174
  subtitle: "Siguiente: Generación de enlaces",
16681
- title: "Seleccionar un @:crm.contact",
16682
- placeholder: "Buscar un @:crm.contact"
17175
+ title: "Seleccionar un @:crm.contact"
16683
17176
  },
16684
17177
  "link-panel": {
16685
17178
  description: "Tu enlace está listo para compartirse. Elige la opción que más te convenga.",
@@ -16699,23 +17192,6 @@ Oculto: solo disponible a través de un enlace directo.`,
16699
17192
  },
16700
17193
  title: "Tu enlace está listo para compartirse. Elige la opción que más te convenga."
16701
17194
  },
16702
- "service-step": {
16703
- subtitle: "Siguiente: Elección del @:crm.contact",
16704
- title: "Seleccionar un servicio."
16705
- },
16706
- skip: "Pasar",
16707
- "staff-step": {
16708
- subtitle: "Siguiente: Elección del servicio",
16709
- title: "Seleccionar un empleado",
16710
- placeholder: "Buscar un empleado"
16711
- },
16712
- title: "Generar un enlace",
16713
- "contact-additional-fields-step": {
16714
- subtitle: "Introduce la información adicional solicitada."
16715
- },
16716
- "contact-fields-step": {
16717
- subtitle: "Introduce la información personal del @:{'crm.contact'}."
16718
- },
16719
17195
  "parameter-step": {
16720
17196
  addButton: "Añadir un parámetro",
16721
17197
  emptyState: "No se añadirán parámetros adicionales al enlace para concertar una cita.",
@@ -16724,7 +17200,18 @@ Oculto: solo disponible a través de un enlace directo.`,
16724
17200
  value: "Valor"
16725
17201
  },
16726
17202
  subTitle: "Puedes añadir parámetros adicionales a tu enlace."
16727
- }
17203
+ },
17204
+ "service-step": {
17205
+ subtitle: "Siguiente: Elección del @:crm.contact",
17206
+ title: "Seleccionar un servicio."
17207
+ },
17208
+ skip: "Pasar",
17209
+ "staff-step": {
17210
+ placeholder: "Buscar un empleado",
17211
+ subtitle: "Siguiente: Elección del servicio",
17212
+ title: "Seleccionar un empleado"
17213
+ },
17214
+ title: "Generar un enlace"
16728
17215
  },
16729
17216
  login: ve,
16730
17217
  queue: we,
@@ -16951,7 +17438,7 @@ Oculto: solo disponible a través de un enlace directo.`,
16951
17438
  completed: "Terminado",
16952
17439
  confirm: {
16953
17440
  cancelled: "Está prestes a cancelar o seu compromisso. Esta ação é irreversível. Tem a certeza de que deseja continuar?",
16954
- completed: 'Está prestes a marcar o compromisso como "Terminar". Esta ação é irreversível. Tem a certeza de que deseja continuar?',
17441
+ completed: "Está prestes a marcar o compromisso como Terminar“. Esta ação é irreversível. Tem a certeza de que deseja continuar?",
16955
17442
  declined: "Está prestes a recusar o compromisso. Esta ação é irreversível. Tem a certeza de que deseja continuar?",
16956
17443
  noShow: "Está prestes a notificar que o @:crm.contact não compareceu ao compromisso. Esta ação é irreversível. Tem a certeza de que deseja continuar?"
16957
17444
  },
@@ -17006,6 +17493,7 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
17006
17493
  "appointment-mobile": "o compromisso através da aplicação móvel",
17007
17494
  "appointment-other": "o compromisso",
17008
17495
  "appointment-widget": "o compromisso através do widget",
17496
+ conflict: "{user} ignorou o conflito",
17009
17497
  contact: "o @:crm.contact",
17010
17498
  "date-end": "a hora de fim do compromisso",
17011
17499
  "date-start": "a hora de início do compromisso",
@@ -17016,8 +17504,7 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
17016
17504
  note: "a nota",
17017
17505
  service: "o serviço",
17018
17506
  staff: "o funcionário",
17019
- status: "o estado",
17020
- conflict: "{user} ignorou o conflito"
17507
+ status: "o estado"
17021
17508
  },
17022
17509
  common: {
17023
17510
  create: "{user} criou {object}",
@@ -17330,17 +17817,17 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
17330
17817
  COMPANY_VACATION: "O funcionário não está disponível",
17331
17818
  SERVICE: "Serviço eliminado",
17332
17819
  SERVICE_SKILL: "O funcionário não é responsável pelo serviço",
17333
- UNKNOWN: "Motivo do conflito desconhecido",
17334
17820
  SERVICE_TIME: "O serviço não está disponível.",
17335
17821
  STAFF: "Funcionário eliminado",
17336
17822
  STAFF_RESCHEDULE: "O funcionário não está disponível",
17337
17823
  STAFF_TIME: "O funcionário não está disponível",
17338
- STAFF_VACATION: "O funcionário não está disponível"
17824
+ STAFF_VACATION: "O funcionário não está disponível",
17825
+ UNKNOWN: "Motivo do conflito desconhecido"
17339
17826
  },
17340
17827
  source: {
17341
17828
  SERVICE_NOT_AVAILABLE: "O serviço não está disponível",
17342
- UNKNOWN: "Origem do conflito desconhecida",
17343
- STAFF_NOT_AVAILABLE: "O funcionário não está disponível"
17829
+ STAFF_NOT_AVAILABLE: "O funcionário não está disponível",
17830
+ UNKNOWN: "Origem do conflito desconhecida"
17344
17831
  }
17345
17832
  },
17346
17833
  event: {
@@ -17686,6 +18173,14 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
17686
18173
  },
17687
18174
  login: {
17688
18175
  "account-selection": {
18176
+ current: {
18177
+ title: "Neste momento, tem sessão iniciada nesta organização:"
18178
+ },
18179
+ default: "Organização predefinida",
18180
+ list: {
18181
+ subTitle: "Escolher uma organização disponível abaixo",
18182
+ title: "Lista de organizações"
18183
+ },
17689
18184
  right: {
17690
18185
  2: "Analista",
17691
18186
  5: "Administrador de planeamento",
@@ -17703,26 +18198,18 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
17703
18198
  other: "Direitos diversos",
17704
18199
  owner: "Proprietário"
17705
18200
  },
17706
- subtitle: "A que organização gostaria de se ligar?",
17707
- title: "Encontrámos várias organizações.",
17708
- current: {
17709
- title: "Neste momento, tem sessão iniciada nesta organização:"
17710
- },
17711
- default: "Organização predefinida",
17712
- list: {
17713
- subTitle: "Escolher uma organização disponível abaixo",
17714
- title: "Lista de organizações"
17715
- },
17716
18201
  search: {
17717
18202
  placeholder: "Pesquisar a organização por nome ou e-mail"
17718
- }
18203
+ },
18204
+ subtitle: "A que organização gostaria de se ligar?",
18205
+ title: "Encontrámos várias organizações."
17719
18206
  }
17720
18207
  },
17721
18208
  main: {
17722
- skip: "Ir para o conteúdo",
17723
18209
  logo: {
17724
18210
  alt: "Imagem de carregamento"
17725
- }
18211
+ },
18212
+ skip: "Ir para o conteúdo"
17726
18213
  },
17727
18214
  menu: {
17728
18215
  extendedMenu: {
@@ -17741,16 +18228,16 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
17741
18228
  notifications: {
17742
18229
  title: "Notificações"
17743
18230
  },
18231
+ toggle: {
18232
+ close: "Fechar o menu",
18233
+ open: "Abrir o menu"
18234
+ },
17744
18235
  top: {
18236
+ "account-selector": "Mudar de organização",
17745
18237
  integrations: "As minhas integrações",
17746
18238
  personal: "Os meus dados pessoais",
17747
18239
  preference: "As minhas preferências",
17748
- test: "Consola de desenvolvimento",
17749
- "account-selector": "Mudar de organização"
17750
- },
17751
- toggle: {
17752
- close: "Fechar o menu",
17753
- open: "Abrir o menu"
18240
+ test: "Consola de desenvolvimento"
17754
18241
  }
17755
18242
  },
17756
18243
  notification: {
@@ -17800,6 +18287,9 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
17800
18287
  help: "Mostrar ajuda"
17801
18288
  },
17802
18289
  "router-meta": {
18290
+ "account-selector": {
18291
+ title: "Mudar a sua organização"
18292
+ },
17803
18293
  administration: {
17804
18294
  description: "Administração da sua organização",
17805
18295
  menu: "Menu principal",
@@ -17852,6 +18342,9 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
17852
18342
  menuDescription: "Mostrar/ocultar o menu principal",
17853
18343
  title: "Formulários"
17854
18344
  },
18345
+ login: {
18346
+ title: "Iniciar sessão|Iniciar sessão| {app} {'|'} Iniciar sessão"
18347
+ },
17855
18348
  planning: {
17856
18349
  description: "Gerir os planeamentos dos seus funcionários",
17857
18350
  menu: "Menu principal",
@@ -17876,13 +18369,7 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
17876
18369
  menuDescription: "Mostrar/ocultar o menu principal",
17877
18370
  title: "Configuração"
17878
18371
  },
17879
- title: "Agendize",
17880
- "account-selector": {
17881
- title: "Mudar a sua organização"
17882
- },
17883
- login: {
17884
- title: "Iniciar sessão|Iniciar sessão| {app} {'|'} Iniciar sessão"
17885
- }
18372
+ title: "Agendize"
17886
18373
  },
17887
18374
  topBar: {
17888
18375
  avatar: {
@@ -17906,13 +18393,17 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
17906
18393
  cancel: "Cancelar",
17907
18394
  close: "Fechar",
17908
18395
  confirm: "Confirmar",
18396
+ "confirm-question": "Confirmar?",
18397
+ copy: "Copiar",
17909
18398
  delete: "Eliminar",
17910
18399
  download: "Carregar",
17911
18400
  duplicate: "Duplicar",
18401
+ integrate: "Integrar",
17912
18402
  link: {
17913
18403
  "go-to": "Calcular o itinerário",
17914
18404
  open: "Abrir o link {label}"
17915
18405
  },
18406
+ loading: "Carregamento...",
17916
18407
  menu: "Menu",
17917
18408
  modify: "Alterar",
17918
18409
  more: "Carregar mais",
@@ -17930,10 +18421,7 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
17930
18421
  skip: "Ir para o conteúdo",
17931
18422
  validate: "Validar",
17932
18423
  "validate-with-x": "Validar ({number})",
17933
- yes: "Sim",
17934
- copy: "Copiar",
17935
- integrate: "Integrar",
17936
- loading: "Carregamento..."
18424
+ yes: "Sim"
17937
18425
  },
17938
18426
  colors: {
17939
18427
  blue: "Azul",
@@ -18310,6 +18798,7 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
18310
18798
  "erase-filters": "Limpar filtros",
18311
18799
  "new-client": "Novo @:crm.contact"
18312
18800
  },
18801
+ client: "contacto",
18313
18802
  "client-details": {
18314
18803
  actions: {
18315
18804
  "add-note": "Escrever uma nota",
@@ -18375,6 +18864,7 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
18375
18864
  resume: "Resumo"
18376
18865
  }
18377
18866
  },
18867
+ clients: "contactos",
18378
18868
  contact: "contacto",
18379
18869
  contacts: "contactos",
18380
18870
  details: {
@@ -18525,9 +19015,7 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
18525
19015
  },
18526
19016
  "message-modal": {
18527
19017
  title: "Resumo do e-mail"
18528
- },
18529
- client: "contacto",
18530
- clients: "contactos"
19018
+ }
18531
19019
  }, je = {
18532
19020
  items: {
18533
19021
  "add-unavailability": {
@@ -18574,12 +19062,12 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
18574
19062
  "no-upcoming-events": "Sem compromissos próximos",
18575
19063
  title: "Compromissos próximos"
18576
19064
  },
19065
+ upcomingEvents: {
19066
+ title: "Compromissos próximos"
19067
+ },
18577
19068
  "working-planning": {
18578
19069
  subtitle: "Gerir os planeamentos dos seus funcionários",
18579
19070
  title: "Gestão do planeamento"
18580
- },
18581
- upcomingEvents: {
18582
- title: "Compromissos próximos"
18583
19071
  }
18584
19072
  },
18585
19073
  noScheduling: {
@@ -18636,6 +19124,9 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
18636
19124
  appointment: {
18637
19125
  title: "Aceitar um compromisso"
18638
19126
  },
19127
+ calendar: {
19128
+ title: "Ver os compromissos"
19129
+ },
18639
19130
  "link-generator": {
18640
19131
  title: "Convide um contato para marcar uma consulta"
18641
19132
  },
@@ -18645,10 +19136,7 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
18645
19136
  service: {
18646
19137
  title: "Gerir os serviços"
18647
19138
  },
18648
- title: "Acesso rápido",
18649
- calendar: {
18650
- title: "Ver os compromissos"
18651
- }
19139
+ title: "Acesso rápido"
18652
19140
  }
18653
19141
  }
18654
19142
  },
@@ -18673,6 +19161,9 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
18673
19161
  modify: "@:common.action.modify o formulário",
18674
19162
  "new-form": "Novo formulário"
18675
19163
  },
19164
+ "create-quick": {
19165
+ title: "Adicionar um novo formulário"
19166
+ },
18676
19167
  details: {
18677
19168
  advanced: {
18678
19169
  title: "Opções avançadas"
@@ -19039,6 +19530,26 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
19039
19530
  forms: "Todos os formulários",
19040
19531
  mobile: "Formulários"
19041
19532
  },
19533
+ page: {
19534
+ tabs: {
19535
+ details: {
19536
+ subtitle: "Informações de base",
19537
+ title: "Informações gerais"
19538
+ },
19539
+ fields: {
19540
+ subtitle: "Gerir",
19541
+ title: "Campos do formulário"
19542
+ },
19543
+ responses: {
19544
+ subtitle: "Ver as respostas",
19545
+ title: "Respostas"
19546
+ },
19547
+ routes: {
19548
+ subtitle: "Gerir os redirecionamentos",
19549
+ title: "Rotas"
19550
+ }
19551
+ }
19552
+ },
19042
19553
  result: {
19043
19554
  details: {
19044
19555
  date: "Resposta de {date} às {hours}",
@@ -19056,6 +19567,11 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
19056
19567
  descriptionN: "{number} resultados serão eliminados. Confirma a eliminação?",
19057
19568
  title: "Eliminação do resultado do formulário"
19058
19569
  },
19570
+ item: {
19571
+ "edit-status": "Alterar o estado",
19572
+ title: "Resposta de {date} às {hour}",
19573
+ "unknown-client": "@.capitalize:crm.contact desconhecido"
19574
+ },
19059
19575
  search: {
19060
19576
  placeholder: "Pesquisar por e-mail do remetente"
19061
19577
  },
@@ -19063,12 +19579,7 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
19063
19579
  date: "Data",
19064
19580
  email: "E-mail"
19065
19581
  },
19066
- title: "Lista das respostas ao formulário",
19067
- item: {
19068
- "edit-status": "Alterar o estado",
19069
- title: "Resposta de {date} às {hour}",
19070
- "unknown-client": "@.capitalize:crm.contact desconhecido"
19071
- }
19582
+ title: "Lista das respostas ao formulário"
19072
19583
  },
19073
19584
  status: {
19074
19585
  action: "Alterar o estado",
@@ -19084,35 +19595,12 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
19084
19595
  }
19085
19596
  }
19086
19597
  },
19087
- title: {
19088
- main: "Formulários"
19089
- },
19090
- "create-quick": {
19091
- title: "Adicionar um novo formulário"
19092
- },
19093
- page: {
19094
- tabs: {
19095
- details: {
19096
- subtitle: "Informações de base",
19097
- title: "Informações gerais"
19098
- },
19099
- fields: {
19100
- subtitle: "Gerir",
19101
- title: "Campos do formulário"
19102
- },
19103
- responses: {
19104
- subtitle: "Ver as respostas",
19105
- title: "Respostas"
19106
- },
19107
- routes: {
19108
- subtitle: "Gerir os redirecionamentos",
19109
- title: "Rotas"
19110
- }
19111
- }
19112
- },
19113
19598
  share: {
19114
19599
  title: "Partilhar o formulário",
19115
19600
  url: "Link do formulário"
19601
+ },
19602
+ title: {
19603
+ main: "Formulários"
19116
19604
  }
19117
19605
  }, qe = {
19118
19606
  divider: {
@@ -19226,7 +19714,7 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
19226
19714
  },
19227
19715
  title: "Configuração geral",
19228
19716
  "welcome-message": {
19229
- default: "<b>Boas-vindas,</b>\\ nRegiste-se para entrar na fila de espera.",
19717
+ default: "<b>Boas-vindas,</b>\\\\ nRegiste-se para entrar na fila de espera.",
19230
19718
  label: "Mensagem de boas-vindas",
19231
19719
  placeholder: "Introduza uma mensagem de boas-vindas"
19232
19720
  }
@@ -19430,16 +19918,16 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
19430
19918
  contact: {
19431
19919
  "action-alt": "--",
19432
19920
  "action-aria-label": "Desmarcar o @:crm.contact",
19921
+ "add-item": {
19922
+ desc: "Criar um novo @:crm.contact",
19923
+ title: "Novo @:crm.contact"
19924
+ },
19433
19925
  add: {
19434
19926
  tooltip: "Adicionar um elemento à lista"
19435
19927
  },
19436
19928
  desc: "Pesquisar e selecionar um @:crm.contact na lista de @:crm.contacts do seu estabelecimento",
19437
19929
  "image-alt": "Imagem do @:crm.contact",
19438
- placeholder: "Pesquisar por apelido, nome, e-mail",
19439
- "add-item": {
19440
- desc: "Criar um novo @:crm.contact",
19441
- title: "Novo @:crm.contact"
19442
- }
19930
+ placeholder: "Pesquisar por apelido, nome, e-mail"
19443
19931
  },
19444
19932
  loading: "A carregar",
19445
19933
  noResults: {
@@ -19457,6 +19945,14 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
19457
19945
  }
19458
19946
  },
19459
19947
  recents: "Pesquisas recentes",
19948
+ "service-group": {
19949
+ desc: "Selecionar a categoria do serviço",
19950
+ description: {
19951
+ serviceCount: "0 serviço|1 serviço|{count} serviços",
19952
+ serviceGroupCount: "0 subcategoria|1 subcategoria|{count} subcategorias"
19953
+ },
19954
+ placeholder: "Pesquisar uma categoria"
19955
+ },
19460
19956
  service: {
19461
19957
  "action-alt": "--",
19462
19958
  "action-aria-label": "Desmarcar o serviço",
@@ -19469,8 +19965,8 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
19469
19965
  placeholder: "Pesquisar por nome"
19470
19966
  },
19471
19967
  "staff-group": {
19472
- "members-count": "1 funcionário | {n} funcionários",
19473
19968
  desc: "Selecionar uma equipa.",
19969
+ "members-count": "1 funcionário | {n} funcionários",
19474
19970
  placeholder: "Pesquisar por nome"
19475
19971
  },
19476
19972
  staff: {
@@ -19489,14 +19985,6 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
19489
19985
  desc: "Pesquisar e selecionar um utilizador entre os atribuídos ao seu estabelecimento.",
19490
19986
  "image-alt": "Imagem do utilizador",
19491
19987
  placeholder: "Pesquisar por apelido, nome, e-mail"
19492
- },
19493
- "service-group": {
19494
- desc: "Selecionar a categoria do serviço",
19495
- description: {
19496
- serviceCount: "0 serviço|1 serviço|{count} serviços",
19497
- serviceGroupCount: "0 subcategoria|1 subcategoria|{count} subcategorias"
19498
- },
19499
- placeholder: "Pesquisar uma categoria"
19500
19988
  }
19501
19989
  }, Be = {
19502
19990
  action: {
@@ -20000,6 +20488,9 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
20000
20488
  label: "Desenho",
20001
20489
  placeholder: "Arraste e solte sua ilustração ou clique para adicioná-la"
20002
20490
  },
20491
+ pmrAccess: {
20492
+ label: "Acesso para Pessoas com Mobilidade Reduzida (PRM)"
20493
+ },
20003
20494
  title: "Informações gerais"
20004
20495
  },
20005
20496
  hours: {
@@ -20827,6 +21318,13 @@ Para confirmar o cancelamento desta sessão, introduza o seguinte código:`,
20827
21318
  label: "Cor do serviço",
20828
21319
  placeholder: "Selecione a cor do serviço"
20829
21320
  },
21321
+ colors: {
21322
+ blue: "Azul",
21323
+ green: "Verde",
21324
+ orange: "Laranja",
21325
+ purple: "Violeta",
21326
+ red: "Vermelho"
21327
+ },
20830
21328
  duplicate: "Serviço duplicado",
20831
21329
  duration: {
20832
21330
  label: "Duração (em minutos)",
@@ -20883,13 +21381,17 @@ Para confirmar o cancelamento desta sessão, introduza o seguinte código:`,
20883
21381
  placeholder: "Introduza a capacidade do serviço"
20884
21382
  },
20885
21383
  "recurring-hours": {
20886
- toggle: "Definir a disponibilidade do serviço",
20887
21384
  empty: "Nenhum horário recorrente",
20888
21385
  subtitle: "Estes são horários de disponibilidade do serviço recorrentes. Aplicam-se todas as semanas do ano.",
20889
- title: "Horários recorrentes"
21386
+ title: "Horários recorrentes",
21387
+ toggle: "Definir a disponibilidade do serviço"
20890
21388
  },
20891
21389
  "save-error": "Falha ao guardar o serviço",
20892
21390
  "save-success": "As informações do serviço foram guardadas",
21391
+ "specific-periods": {
21392
+ subtitle: "Estas são as datas em que a disponibilidade do serviço é diferente dos horários recorrentes.",
21393
+ title: "Horários específicos"
21394
+ },
20893
21395
  staff: {
20894
21396
  remove: {
20895
21397
  confirmation: "Você está prestes a excluir a atribuição do funcionário ao departamento, gostaria de confirmar a exclusão?"
@@ -20941,17 +21443,6 @@ Oculto: disponível apenas por meio de um link direto.`,
20941
21443
  placeholder: "Selecione uma visibilidade",
20942
21444
  subtitle: "As categorias permitem que vários serviços sejam agrupados num grupo de serviço. Os seus @:crm.contacts poderão visualizar todos os serviços de uma categoria no mini-site.",
20943
21445
  title: "Visibilidade do serviço"
20944
- },
20945
- colors: {
20946
- blue: "Azul",
20947
- green: "Verde",
20948
- orange: "Laranja",
20949
- purple: "Violeta",
20950
- red: "Vermelho"
20951
- },
20952
- "specific-periods": {
20953
- subtitle: "Estas são as datas em que a disponibilidade do serviço é diferente dos horários recorrentes.",
20954
- title: "Horários específicos"
20955
21446
  }
20956
21447
  },
20957
21448
  "serviceGroup-details": {
@@ -21361,8 +21852,6 @@ Oculto: disponível apenas por meio de um link direto.`,
21361
21852
  },
21362
21853
  subtitle: "Supervisionar e ajustar a atividade dos seus funcionários de acordo com os estabelecimentos e a taxa de ocupação de cada um",
21363
21854
  title: "Planeamento da atividade dos funcionários",
21364
- user: "funcionário(s)",
21365
- "view-selector-aria-label": "Selecione uma vista",
21366
21855
  unavailabilities: {
21367
21856
  panel: {
21368
21857
  addDialog: {
@@ -21386,7 +21875,9 @@ Oculto: disponível apenas por meio de um link direto.`,
21386
21875
  success: "A indisponibilidade foi adicionada.",
21387
21876
  title: "Adicionar uma indisponibilidade"
21388
21877
  }
21389
- }
21878
+ },
21879
+ user: "funcionário(s)",
21880
+ "view-selector-aria-label": "Selecione uma vista"
21390
21881
  }
21391
21882
  }, Oe = {
21392
21883
  action: {
@@ -21525,6 +22016,75 @@ Oculto: disponível apenas por meio de um link direto.`,
21525
22016
  }
21526
22017
  }
21527
22018
  }, He = {
22019
+ appointment: {
22020
+ advanced: {
22021
+ title: "Outras informações"
22022
+ },
22023
+ availability: {
22024
+ subTitle: "Selecione o slot disponível apropriado:",
22025
+ title: "Pesquisar disponibilidade"
22026
+ },
22027
+ changeStatus: {
22028
+ description: "Tem certeza de que deseja alterar o status do agendamento para “{status}”?",
22029
+ error: "Ocorreu um erro ao alterar o status",
22030
+ title: "Mudança de status"
22031
+ },
22032
+ client: {
22033
+ title: "Informações pessoais"
22034
+ },
22035
+ company: "Estabelecimento responsável pela nomeação",
22036
+ dates: "Data e hora",
22037
+ details: {
22038
+ title: "Informações de agendamento"
22039
+ },
22040
+ history: {
22041
+ accepted: "Compromisso aceito pelo colaborador {fullname}",
22042
+ booked: {
22043
+ console: "Criação do compromisso a partir do console",
22044
+ widget: "Criação do agendamento a partir do widget do cliente"
22045
+ },
22046
+ change_client: "Cliente alterado de {oldClient}→ {newClient}",
22047
+ change_custom_status: "Compromisso marcado como “{status}“ pelo funcionário {fullname}",
22048
+ change_location: "Localização modificada pelo colaborador {fullname} de {oldLocation} → {newLocation}",
22049
+ change_note: "Nota editada pelo colaborador {fullname} de {oldNote} → {newNote}",
22050
+ change_service: "Serviço modificado pelo colaborador {fullname} de {oldService} → {newService}",
22051
+ change_staff: "Colaborador editado pelo colaborador {fullname} de {oldStaff} → {newStaff}",
22052
+ changed_end: "Hora de término do compromisso ({oldDate}) remarcada pelo funcionário {fullname} para {newDate}",
22053
+ client_changed_end: "",
22054
+ client_delete: "Agendamento cancelado pelo cliente",
22055
+ "client_re-scheduled": "Consulta remarcada ({oldDate}) pelo cliente em {newDate}",
22056
+ completed: "Compromisso marcado como “Concluído” pelo funcionário {fullname}",
22057
+ declined: "Compromisso marcado como “Recusado” pelo funcionário {fullname}",
22058
+ form_update: "{field} modificado pelo colaborador {fullname} de {oldValue} → {newValue}",
22059
+ in_progress: "Agendamento marcado como “Em andamento” pelo colaborador {fullname}",
22060
+ no_show: "Compromisso marcado como “No-Show” pelo funcionário {fullname}",
22061
+ payment: "Consulta paga pelo cliente",
22062
+ "re-scheduled": "Consulta remarcada ({oldDate}) pelo funcionário {fullname} em {newDate}",
22063
+ user_delete: "Compromisso cancelado pelo funcionário {fullname}"
22064
+ },
22065
+ notes: {
22066
+ label: "Você pode inserir uma nota sobre seu compromisso."
22067
+ },
22068
+ quickActions: {
22069
+ "close-tooltip": "Fechar ações rápidas",
22070
+ tooltip: "Reagendar ou cancelar o agendamento"
22071
+ },
22072
+ reschedule: "Reagendar o compromisso",
22073
+ slots: {
22074
+ count: "@:widget.appointment.slots.empty|1 disponibilidade|{count} disponibilidade",
22075
+ empty: "Sem disponibilidade",
22076
+ more: "Ver mais",
22077
+ next: "Próxima disponibilidade em: {date}"
22078
+ },
22079
+ source: "Fonte da nomeação",
22080
+ sourceType: {
22081
+ api: "Agendamento feito via API",
22082
+ console: "Agendamento feito através do console",
22083
+ title: "Interface de reserva de compromisso",
22084
+ widget: "Agendamento feito através do widget do cliente"
22085
+ },
22086
+ title: "Título do compromisso"
22087
+ },
21528
22088
  conference: {
21529
22089
  404: {
21530
22090
  subTitle: "Lamentamos, mas a página que procura já não existe.",
@@ -21668,8 +22228,20 @@ Oculto: disponível apenas por meio de um link direto.`,
21668
22228
  confirm: "Quero inscrever-me"
21669
22229
  }
21670
22230
  },
22231
+ "consent-link": "Política de privacidade",
22232
+ error: {
22233
+ 404: {
22234
+ subTitle: "A página que você procura não está mais disponível.",
22235
+ title: "Ops!"
22236
+ }
22237
+ },
21671
22238
  powered: "Desenvolvido por",
21672
22239
  scheduling: {
22240
+ company: {
22241
+ image: {
22242
+ alt: "Imagem do estabelecimento"
22243
+ }
22244
+ },
21673
22245
  service: {
21674
22246
  action: {
21675
22247
  book: "Aceitar compromisso",
@@ -21708,13 +22280,9 @@ Oculto: disponível apenas por meio de um link direto.`,
21708
22280
  title: "As suas opções de compromisso"
21709
22281
  },
21710
22282
  path: "Itinerário"
21711
- },
21712
- company: {
21713
- image: {
21714
- alt: "Imagem do estabelecimento"
21715
- }
21716
22283
  }
21717
- }
22284
+ },
22285
+ "usage-link": "Termos de Uso"
21718
22286
  }, We = {
21719
22287
  admin: Ie,
21720
22288
  agenda: Ce,
@@ -21789,10 +22357,10 @@ Oculto: disponível apenas por meio de um link direto.`,
21789
22357
  "event-booking-widget": {
21790
22358
  confirmation: {
21791
22359
  description: "O compromisso foi criado com sucesso. Já pode encontrá-lo no seu calendário.",
21792
- title: "O compromisso está confirmado!",
21793
22360
  image: {
21794
22361
  alt: "Imagem de confirmação de compromisso"
21795
- }
22362
+ },
22363
+ title: "O compromisso está confirmado!"
21796
22364
  },
21797
22365
  contact: {
21798
22366
  create: "Criar um novo @:crm.contact",
@@ -21817,6 +22385,9 @@ Oculto: disponível apenas por meio de um link direto.`,
21817
22385
  description: "O intervalo selecionado já não está disponível.",
21818
22386
  title: "Intervalo não disponível"
21819
22387
  },
22388
+ image: {
22389
+ alt: "Imagem de erro"
22390
+ },
21820
22391
  "max-daily": {
21821
22392
  description: "O limite diário de compromissos aceites para este @:crm.contact foi excedido.",
21822
22393
  title: "Limite atingido"
@@ -21839,9 +22410,6 @@ Oculto: disponível apenas por meio de um link direto.`,
21839
22410
  unknown: {
21840
22411
  description: "Contacte o apoio para obter mais informações.",
21841
22412
  title: "Ocorreu um erro"
21842
- },
21843
- image: {
21844
- alt: "Imagem de erro"
21845
22413
  }
21846
22414
  },
21847
22415
  "form-field": {
@@ -21882,11 +22450,17 @@ Oculto: disponível apenas por meio de um link direto.`,
21882
22450
  subtitle: "Próximo: Escolhendo um colaborador",
21883
22451
  title: "Escolha o local para o qual deseja gerar o link."
21884
22452
  },
22453
+ "contact-additional-fields-step": {
22454
+ subtitle: "Introduza as informações adicionais solicitadas."
22455
+ },
22456
+ "contact-fields-step": {
22457
+ subtitle: "Introduza as informações pessoais do @:{'crm.contact'}."
22458
+ },
21885
22459
  "contact-step": {
21886
22460
  next: "Ignorar a etapa",
22461
+ placeholder: "Pesquisar um @:crm.contact",
21887
22462
  subtitle: "Próximo: Geração de links",
21888
- title: "Selecionar um @:crm.contact",
21889
- placeholder: "Pesquisar um @:crm.contact"
22463
+ title: "Selecionar um @:crm.contact"
21890
22464
  },
21891
22465
  "link-panel": {
21892
22466
  description: "O seu link está pronto para partilhar. Escolha a opção mais adequada para si.",
@@ -21906,23 +22480,6 @@ Oculto: disponível apenas por meio de um link direto.`,
21906
22480
  },
21907
22481
  title: "O seu link está pronto para partilhar. Escolha a opção mais adequada para si."
21908
22482
  },
21909
- "service-step": {
21910
- subtitle: "Seguinte: seleção do @:crm.contact",
21911
- title: "Selecionar um serviço."
21912
- },
21913
- skip: "Passe",
21914
- "staff-step": {
21915
- subtitle: "Seguinte: escolha do serviço",
21916
- title: "Selecionar um funcionário",
21917
- placeholder: "Pesquisar um funcionário"
21918
- },
21919
- title: "Gerar um link",
21920
- "contact-additional-fields-step": {
21921
- subtitle: "Introduza as informações adicionais solicitadas."
21922
- },
21923
- "contact-fields-step": {
21924
- subtitle: "Introduza as informações pessoais do @:{'crm.contact'}."
21925
- },
21926
22483
  "parameter-step": {
21927
22484
  addButton: "Adicionar um parâmetro",
21928
22485
  emptyState: "Nenhuma configuração adicional será adicionada ao link de aceitação de compromisso.",
@@ -21931,7 +22488,18 @@ Oculto: disponível apenas por meio de um link direto.`,
21931
22488
  value: "Valor"
21932
22489
  },
21933
22490
  subTitle: "Pode adicionar parâmetros adicionais ao seu link."
21934
- }
22491
+ },
22492
+ "service-step": {
22493
+ subtitle: "Seguinte: seleção do @:crm.contact",
22494
+ title: "Selecionar um serviço."
22495
+ },
22496
+ skip: "Passe",
22497
+ "staff-step": {
22498
+ placeholder: "Pesquisar um funcionário",
22499
+ subtitle: "Seguinte: escolha do serviço",
22500
+ title: "Selecionar um funcionário"
22501
+ },
22502
+ title: "Gerar um link"
21935
22503
  },
21936
22504
  login: qe,
21937
22505
  queue: Fe,
@@ -22158,7 +22726,7 @@ Oculto: disponível apenas por meio de um link direto.`,
22158
22726
  completed: "Terminato",
22159
22727
  confirm: {
22160
22728
  cancelled: "Stai per annullare l'appuntamento. Quest'azione è irreversibile. Vuoi davvero procedere?",
22161
- completed: `Stai per contrassegnare l'appuntamento con "Termina". Quest'azione è irreversibile. Vuoi davvero procedere?`,
22729
+ completed: "Stai per contrassegnare l'appuntamento con Termina“. Quest'azione è irreversibile. Vuoi davvero procedere?",
22162
22730
  declined: "Stai per rifiutare l'appuntamento. Quest'azione è irreversibile. Vuoi davvero procedere?",
22163
22731
  noShow: "Stai per inviare la notifica che il @:crm.contact non si è presentato all'appuntamento. Quest'azione è irreversibile. Vuoi davvero procedere?"
22164
22732
  },
@@ -22213,6 +22781,7 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
22213
22781
  "appointment-mobile": "l'appuntamento tramite l'applicazione mobile",
22214
22782
  "appointment-other": "l'appuntamento",
22215
22783
  "appointment-widget": "l'appuntamento tramite il widget",
22784
+ conflict: "{user} ha ignorato il conflitto",
22216
22785
  contact: "il @:crm.contact",
22217
22786
  "date-end": "l'orario di fine dell'appuntamento",
22218
22787
  "date-start": "l'orario di inizio dell'appuntamento",
@@ -22223,8 +22792,7 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
22223
22792
  note: "la nota",
22224
22793
  service: "il servizio",
22225
22794
  staff: "il collaboratore",
22226
- status: "lo status",
22227
- conflict: "{user} ha ignorato il conflitto"
22795
+ status: "lo status"
22228
22796
  },
22229
22797
  common: {
22230
22798
  create: "{user} ha creato {object}",
@@ -22534,17 +23102,17 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
22534
23102
  COMPANY_VACATION: "Il collaboratore non è disponibile",
22535
23103
  SERVICE: "Servizio eliminato",
22536
23104
  SERVICE_SKILL: "Il collaboratore non è responsabile del servizio",
22537
- UNKNOWN: "Motivo del conflitto sconosciuto",
22538
23105
  SERVICE_TIME: "Il servizio non è disponibile",
22539
23106
  STAFF: "Collaboratore eliminato",
22540
23107
  STAFF_RESCHEDULE: "Il collaboratore non è disponibile",
22541
23108
  STAFF_TIME: "Il collaboratore non è disponibile",
22542
- STAFF_VACATION: "Il collaboratore non è disponibile"
23109
+ STAFF_VACATION: "Il collaboratore non è disponibile",
23110
+ UNKNOWN: "Motivo del conflitto sconosciuto"
22543
23111
  },
22544
23112
  source: {
22545
23113
  SERVICE_NOT_AVAILABLE: "Il servizio non è disponibile",
22546
- UNKNOWN: "Origine del conflitto sconosciuta",
22547
- STAFF_NOT_AVAILABLE: "Il collaboratore non è disponibile"
23114
+ STAFF_NOT_AVAILABLE: "Il collaboratore non è disponibile",
23115
+ UNKNOWN: "Origine del conflitto sconosciuta"
22548
23116
  }
22549
23117
  },
22550
23118
  event: {
@@ -22665,7 +23233,7 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
22665
23233
  title: "Aggiungi punti all'ordine del giorno"
22666
23234
  }
22667
23235
  }
22668
- }, Qe = {
23236
+ }, _e = {
22669
23237
  dashboard: {
22670
23238
  widget: {
22671
23239
  appointment: {
@@ -22887,6 +23455,14 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
22887
23455
  },
22888
23456
  login: {
22889
23457
  "account-selection": {
23458
+ current: {
23459
+ title: "Sei attualmente in connessione su questa organizzazione:"
23460
+ },
23461
+ default: "Organizzazione predefinita",
23462
+ list: {
23463
+ subTitle: "Scegli un'organizzazione disponibile qui sotto",
23464
+ title: "Elenco delle organizzazioni"
23465
+ },
22890
23466
  right: {
22891
23467
  2: "Analista",
22892
23468
  5: "Amministratore di pianificazione",
@@ -22904,26 +23480,18 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
22904
23480
  other: "Diritti vari",
22905
23481
  owner: "Titolare"
22906
23482
  },
22907
- subtitle: "Sotto quale organizzazione vuoi effettuare la connessione?",
22908
- title: "Abbiamo trovato diverse organizzazioni.",
22909
- current: {
22910
- title: "Sei attualmente in connessione su questa organizzazione:"
22911
- },
22912
- default: "Organizzazione predefinita",
22913
- list: {
22914
- subTitle: "Scegli un'organizzazione disponibile qui sotto",
22915
- title: "Elenco delle organizzazioni"
22916
- },
22917
23483
  search: {
22918
23484
  placeholder: "Ricerca l'organizzazione per nome o e-mail"
22919
- }
23485
+ },
23486
+ subtitle: "Sotto quale organizzazione vuoi effettuare la connessione?",
23487
+ title: "Abbiamo trovato diverse organizzazioni."
22920
23488
  }
22921
23489
  },
22922
23490
  main: {
22923
- skip: "Passa al contenuto",
22924
23491
  logo: {
22925
23492
  alt: "Immagine di caricamento"
22926
- }
23493
+ },
23494
+ skip: "Passa al contenuto"
22927
23495
  },
22928
23496
  menu: {
22929
23497
  extendedMenu: {
@@ -22942,16 +23510,16 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
22942
23510
  notifications: {
22943
23511
  title: "Notifiche"
22944
23512
  },
23513
+ toggle: {
23514
+ close: "Chiudi il menu",
23515
+ open: "Apri il menu"
23516
+ },
22945
23517
  top: {
23518
+ "account-selector": "Cambia organizzazione",
22946
23519
  integrations: "Le mie integrazioni",
22947
23520
  personal: "I miei dati personali",
22948
23521
  preference: "Le mie preferenze",
22949
- test: "Console di sviluppo",
22950
- "account-selector": "Cambia organizzazione"
22951
- },
22952
- toggle: {
22953
- close: "Chiudi il menu",
22954
- open: "Apri il menu"
23522
+ test: "Console di sviluppo"
22955
23523
  }
22956
23524
  },
22957
23525
  notification: {
@@ -23001,6 +23569,9 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
23001
23569
  help: "Visualizza la guida"
23002
23570
  },
23003
23571
  "router-meta": {
23572
+ "account-selector": {
23573
+ title: "Cambia la tua organizzazione"
23574
+ },
23004
23575
  administration: {
23005
23576
  description: "Amministrazione della tua organizzazione",
23006
23577
  menu: "Menu principale",
@@ -23053,6 +23624,9 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
23053
23624
  menuDescription: "Visualizza/Nascondi il menu principale",
23054
23625
  title: "Moduli"
23055
23626
  },
23627
+ login: {
23628
+ title: "Connessione|Connessione|{app} {'|'} Connessione"
23629
+ },
23056
23630
  planning: {
23057
23631
  description: "Gestisci le programmazioni dei tuoi collaboratori",
23058
23632
  menu: "Menu principale",
@@ -23077,13 +23651,7 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
23077
23651
  menuDescription: "Visualizza/Nascondi il menu principale",
23078
23652
  title: "Impostazioni"
23079
23653
  },
23080
- title: "Agendize",
23081
- "account-selector": {
23082
- title: "Cambia la tua organizzazione"
23083
- },
23084
- login: {
23085
- title: "Connessione|Connessione|{app} {'|'} Connessione"
23086
- }
23654
+ title: "Agendize"
23087
23655
  },
23088
23656
  topBar: {
23089
23657
  avatar: {
@@ -23092,7 +23660,7 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
23092
23660
  help: "Vai alla guida in linea",
23093
23661
  news: "Vai alle novità"
23094
23662
  }
23095
- }, _e = {
23663
+ }, Qe = {
23096
23664
  buffer: {
23097
23665
  after: "Buffer",
23098
23666
  before: "Buffer"
@@ -23107,13 +23675,17 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
23107
23675
  cancel: "Annulla",
23108
23676
  close: "Chiudi",
23109
23677
  confirm: "Conferma",
23678
+ "confirm-question": "Conferma?",
23679
+ copy: "Copia",
23110
23680
  delete: "Elimina",
23111
23681
  download: "Scarica",
23112
23682
  duplicate: "Duplica",
23683
+ integrate: "Integra",
23113
23684
  link: {
23114
23685
  "go-to": "Calcola l'itinerario",
23115
23686
  open: "Apri il link {label}"
23116
23687
  },
23688
+ loading: "Caricamento...",
23117
23689
  menu: "Menu",
23118
23690
  modify: "Modifica",
23119
23691
  more: "Carica altri",
@@ -23131,10 +23703,7 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
23131
23703
  skip: "Vai al contenuto",
23132
23704
  validate: "Conferma",
23133
23705
  "validate-with-x": "Conferma ({number})",
23134
- yes: "Sì",
23135
- copy: "Copia",
23136
- integrate: "Integra",
23137
- loading: "Caricamento..."
23706
+ yes: "Sì"
23138
23707
  },
23139
23708
  colors: {
23140
23709
  blue: "Blu",
@@ -23510,6 +24079,7 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
23510
24079
  "erase-filters": "Cancella filtri",
23511
24080
  "new-client": "Nuovo @:crm.contact"
23512
24081
  },
24082
+ client: "contatto",
23513
24083
  "client-details": {
23514
24084
  actions: {
23515
24085
  "add-note": "Scrivi una nota",
@@ -23575,6 +24145,7 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
23575
24145
  resume: "Riassunto"
23576
24146
  }
23577
24147
  },
24148
+ clients: "contatti",
23578
24149
  contact: "contatto",
23579
24150
  contacts: "contatti",
23580
24151
  details: {
@@ -23725,9 +24296,7 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
23725
24296
  },
23726
24297
  "message-modal": {
23727
24298
  title: "Anteprima dell'e-mail"
23728
- },
23729
- client: "contatto",
23730
- clients: "contatti"
24299
+ }
23731
24300
  }, Je = {
23732
24301
  items: {
23733
24302
  "add-unavailability": {
@@ -23774,12 +24343,12 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
23774
24343
  "no-upcoming-events": "Nessun appuntamento futuro",
23775
24344
  title: "Appuntamenti futuri"
23776
24345
  },
24346
+ upcomingEvents: {
24347
+ title: "Appuntamenti futuri"
24348
+ },
23777
24349
  "working-planning": {
23778
24350
  subtitle: "Gestisci le programmazioni dei tuoi collaboratori",
23779
24351
  title: "Gestione della pianificazione"
23780
- },
23781
- upcomingEvents: {
23782
- title: "Appuntamenti futuri"
23783
24352
  }
23784
24353
  },
23785
24354
  noScheduling: {
@@ -23836,6 +24405,9 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
23836
24405
  appointment: {
23837
24406
  title: "Fissa un appuntamento"
23838
24407
  },
24408
+ calendar: {
24409
+ title: "Visualizza gli appuntamenti"
24410
+ },
23839
24411
  "link-generator": {
23840
24412
  title: "Invita un @:crm.contact per fissare un appuntamento"
23841
24413
  },
@@ -23845,10 +24417,7 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
23845
24417
  service: {
23846
24418
  title: "Gestione dei servizi"
23847
24419
  },
23848
- title: "Accesso rapido",
23849
- calendar: {
23850
- title: "Visualizza gli appuntamenti"
23851
- }
24420
+ title: "Accesso rapido"
23852
24421
  }
23853
24422
  }
23854
24423
  },
@@ -23873,6 +24442,9 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
23873
24442
  modify: "@:common.action.modify il modulo",
23874
24443
  "new-form": "Nuovo modulo"
23875
24444
  },
24445
+ "create-quick": {
24446
+ title: "Aggiungi un nuovo modulo"
24447
+ },
23876
24448
  details: {
23877
24449
  advanced: {
23878
24450
  title: "Opzioni avanzate"
@@ -24239,6 +24811,26 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
24239
24811
  forms: "Tutti i moduli",
24240
24812
  mobile: "Moduli"
24241
24813
  },
24814
+ page: {
24815
+ tabs: {
24816
+ details: {
24817
+ subtitle: "Informazioni di base",
24818
+ title: "Informazioni generali"
24819
+ },
24820
+ fields: {
24821
+ subtitle: "Gestisci",
24822
+ title: "Campi del modulo"
24823
+ },
24824
+ responses: {
24825
+ subtitle: "Visualizza le risposte",
24826
+ title: "Risposte"
24827
+ },
24828
+ routes: {
24829
+ subtitle: "Gestisci i reindirizzamenti",
24830
+ title: "Instradamenti"
24831
+ }
24832
+ }
24833
+ },
24242
24834
  result: {
24243
24835
  details: {
24244
24836
  date: "Risposta del giorno {date} alle ore {hours}",
@@ -24256,6 +24848,11 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
24256
24848
  descriptionN: "{number} risultati verranno eliminati, confermi l'eliminazione?",
24257
24849
  title: "Eliminazione del risultato del modulo"
24258
24850
  },
24851
+ item: {
24852
+ "edit-status": "Modifica lo status",
24853
+ title: "Risposta del giorno {date} alle ore {hour}",
24854
+ "unknown-client": "@.capitalize:crm.contact sconosciuto"
24855
+ },
24259
24856
  search: {
24260
24857
  placeholder: "Cerca tramite l'e-mail dell'emittente"
24261
24858
  },
@@ -24263,12 +24860,7 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
24263
24860
  date: "Data",
24264
24861
  email: "E-mail"
24265
24862
  },
24266
- title: "Elenco delle risposte al modulo",
24267
- item: {
24268
- "edit-status": "Modifica lo status",
24269
- title: "Risposta del giorno {date} alle ore {hour}",
24270
- "unknown-client": "@.capitalize:crm.contact sconosciuto"
24271
- }
24863
+ title: "Elenco delle risposte al modulo"
24272
24864
  },
24273
24865
  status: {
24274
24866
  action: "Cambia lo status",
@@ -24284,35 +24876,12 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
24284
24876
  }
24285
24877
  }
24286
24878
  },
24287
- title: {
24288
- main: "Moduli"
24289
- },
24290
- "create-quick": {
24291
- title: "Aggiungi un nuovo modulo"
24292
- },
24293
- page: {
24294
- tabs: {
24295
- details: {
24296
- subtitle: "Informazioni di base",
24297
- title: "Informazioni generali"
24298
- },
24299
- fields: {
24300
- subtitle: "Gestisci",
24301
- title: "Campi del modulo"
24302
- },
24303
- responses: {
24304
- subtitle: "Visualizza le risposte",
24305
- title: "Risposte"
24306
- },
24307
- routes: {
24308
- subtitle: "Gestisci i reindirizzamenti",
24309
- title: "Instradamenti"
24310
- }
24311
- }
24312
- },
24313
24879
  share: {
24314
24880
  title: "Condividi il modulo",
24315
24881
  url: "Link del modulo"
24882
+ },
24883
+ title: {
24884
+ main: "Moduli"
24316
24885
  }
24317
24886
  }, ea = {
24318
24887
  divider: {
@@ -24426,7 +24995,7 @@ Sei il numero {'{'}number_in_line{'}'} della coda di attesa.`,
24426
24995
  },
24427
24996
  title: "Configurazione generale",
24428
24997
  "welcome-message": {
24429
- default: "<b>Benvenuto,</b>\\ nRegistrati per iscriverti alla coda di attesa.",
24998
+ default: "<b>Benvenuto,</b>\\\\ nRegistrati per iscriverti alla coda di attesa.",
24430
24999
  label: "Messaggio di benvenuto",
24431
25000
  placeholder: "Inserisci un messaggio di benvenuto"
24432
25001
  }
@@ -24630,16 +25199,16 @@ Sei il numero {'{'}number_in_line{'}'} della coda di attesa.`,
24630
25199
  contact: {
24631
25200
  "action-alt": "--",
24632
25201
  "action-aria-label": "Deseleziona il @:crm.contact",
25202
+ "add-item": {
25203
+ desc: "Crea un nuovo @:crm.contact",
25204
+ title: "Nuovo @:crm.contact"
25205
+ },
24633
25206
  add: {
24634
25207
  tooltip: "Aggiungi un elemento all'elenco"
24635
25208
  },
24636
25209
  desc: "Cerca e poi seleziona un @:crm.contact dall'elenco dei @:crm.contacts della tua società.",
24637
25210
  "image-alt": "Immagine del @:crm.contact",
24638
- placeholder: "Cerca per cognome, nome, e-mail",
24639
- "add-item": {
24640
- desc: "Crea un nuovo @:crm.contact",
24641
- title: "Nuovo @:crm.contact"
24642
- }
25211
+ placeholder: "Cerca per cognome, nome, e-mail"
24643
25212
  },
24644
25213
  loading: "Caricamento",
24645
25214
  noResults: {
@@ -24657,6 +25226,14 @@ Sei il numero {'{'}number_in_line{'}'} della coda di attesa.`,
24657
25226
  }
24658
25227
  },
24659
25228
  recents: "Ricerche recenti",
25229
+ "service-group": {
25230
+ desc: "Seleziona la categoria del servizio",
25231
+ description: {
25232
+ serviceCount: "0 servizi|1 servizio|{count} servizi",
25233
+ serviceGroupCount: "0 sottocategorie|1 sottocategoria|{count} sottocategorie"
25234
+ },
25235
+ placeholder: "Cerca una categoria"
25236
+ },
24660
25237
  service: {
24661
25238
  "action-alt": "--",
24662
25239
  "action-aria-label": "Deseleziona il servizio",
@@ -24669,8 +25246,8 @@ Sei il numero {'{'}number_in_line{'}'} della coda di attesa.`,
24669
25246
  placeholder: "Cerca per nome"
24670
25247
  },
24671
25248
  "staff-group": {
24672
- "members-count": "1 collaboratore | {n} collaboratori",
24673
25249
  desc: "Seleziona un team.",
25250
+ "members-count": "1 collaboratore | {n} collaboratori",
24674
25251
  placeholder: "Cerca per nome"
24675
25252
  },
24676
25253
  staff: {
@@ -24689,14 +25266,6 @@ Sei il numero {'{'}number_in_line{'}'} della coda di attesa.`,
24689
25266
  desc: "Cerca e poi seleziona un utente tra quelli assegnati alla tua società.",
24690
25267
  "image-alt": "Immagine dell'utente",
24691
25268
  placeholder: "Cerca per cognome, nome, e-mail"
24692
- },
24693
- "service-group": {
24694
- desc: "Seleziona la categoria del servizio",
24695
- description: {
24696
- serviceCount: "0 servizi|1 servizio|{count} servizi",
24697
- serviceGroupCount: "0 sottocategorie|1 sottocategoria|{count} sottocategorie"
24698
- },
24699
- placeholder: "Cerca una categoria"
24700
25269
  }
24701
25270
  }, oa = {
24702
25271
  action: {
@@ -24843,7 +25412,7 @@ Sei il numero {'{'}number_in_line{'}'} della coda di attesa.`,
24843
25412
  categories: {
24844
25413
  list: {
24845
25414
  item: {
24846
- "aria-label": " Seleziona categoria",
25415
+ "aria-label": "Seleziona categoria",
24847
25416
  "childs-count": "Nessuna categoria | {count} categoria | {count} categorie",
24848
25417
  "members-count": "Nessun servizio | {count} servizio | {count} servizi",
24849
25418
  "no-member": "Nessuna categoria"
@@ -25200,6 +25769,9 @@ Sei il numero {'{'}number_in_line{'}'} della coda di attesa.`,
25200
25769
  label: "Disegno",
25201
25770
  placeholder: "Trascina e rilascia la tua illustrazione o fai clic per aggiungerla"
25202
25771
  },
25772
+ pmrAccess: {
25773
+ label: "Accesso per Persone a Mobilità Ridotta (PRM)"
25774
+ },
25203
25775
  title: "Informazioni generali"
25204
25776
  },
25205
25777
  hours: {
@@ -26024,6 +26596,13 @@ Per confermare l'annullamento di questa sessione, inserisci il seguente codice:`
26024
26596
  label: "Colore del servizio",
26025
26597
  placeholder: "Seleziona il colore del servizio"
26026
26598
  },
26599
+ colors: {
26600
+ blue: "Blu",
26601
+ green: "Verde",
26602
+ orange: "Arancione",
26603
+ purple: "Viola",
26604
+ red: "Rosso"
26605
+ },
26027
26606
  duplicate: "Servizio duplicato",
26028
26607
  duration: {
26029
26608
  label: "Durata (in minuti)",
@@ -26080,13 +26659,17 @@ Per confermare l'annullamento di questa sessione, inserisci il seguente codice:`
26080
26659
  placeholder: "Inserisci la capacità del servizio"
26081
26660
  },
26082
26661
  "recurring-hours": {
26083
- toggle: "Imposta la disponibilità del servizio",
26084
26662
  empty: "Nessun orario ricorrente",
26085
26663
  subtitle: "Questi sono gli orari ricorrenti di disponibilità del servizio. Si applicano tutte le settimane dell'anno.",
26086
- title: "Orari ricorrenti"
26664
+ title: "Orari ricorrenti",
26665
+ toggle: "Imposta la disponibilità del servizio"
26087
26666
  },
26088
26667
  "save-error": "Impossibile salvare il servizio",
26089
26668
  "save-success": "Le informazioni in merito al servizio sono state salvate",
26669
+ "specific-periods": {
26670
+ subtitle: "Queste sono le date in cui la disponibilità del servizio è diversa dagli orari ricorrenti.",
26671
+ title: "Orari specifici"
26672
+ },
26090
26673
  staff: {
26091
26674
  remove: {
26092
26675
  confirmation: "Stai per eliminare l'assegnazione del dipendente al dipartimento, vuoi confermare l'eliminazione?"
@@ -26138,17 +26721,6 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
26138
26721
  placeholder: "Seleziona una visibilità",
26139
26722
  subtitle: "Le categorie consentono di riunire più servizi in un gruppo. I tuoi @:crm.contacts potranno visualizzare tutti i servizi di una categoria sul mini-sito.",
26140
26723
  title: "Visibilità del servizio"
26141
- },
26142
- colors: {
26143
- blue: "Blu",
26144
- green: "Verde",
26145
- orange: "Arancione",
26146
- purple: "Viola",
26147
- red: "Rosso"
26148
- },
26149
- "specific-periods": {
26150
- subtitle: "Queste sono le date in cui la disponibilità del servizio è diversa dagli orari ricorrenti.",
26151
- title: "Orari specifici"
26152
26724
  }
26153
26725
  },
26154
26726
  "serviceGroup-details": {
@@ -26549,8 +27121,6 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
26549
27121
  },
26550
27122
  subtitle: "Supervisionare e adeguare l'attività dei vostri collaboratori in funzione delle società e del tasso di occupazione di ciascuno",
26551
27123
  title: "Pianificazione dell'attività dei collaboratori",
26552
- user: "collaboratore/i",
26553
- "view-selector-aria-label": "Seleziona una visualizzazione",
26554
27124
  unavailabilities: {
26555
27125
  panel: {
26556
27126
  addDialog: {
@@ -26574,7 +27144,9 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
26574
27144
  success: "L'indisponibilità è stata aggiunta.",
26575
27145
  title: "Aggiungi un'indisponibilità"
26576
27146
  }
26577
- }
27147
+ },
27148
+ user: "collaboratore/i",
27149
+ "view-selector-aria-label": "Seleziona una visualizzazione"
26578
27150
  }
26579
27151
  }, ra = {
26580
27152
  action: {
@@ -26713,6 +27285,75 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
26713
27285
  }
26714
27286
  }
26715
27287
  }, sa = {
27288
+ appointment: {
27289
+ advanced: {
27290
+ title: "Ulteriori informazioni"
27291
+ },
27292
+ availability: {
27293
+ subTitle: "Seleziona lo slot disponibile appropriato:",
27294
+ title: "Cerca disponibilità"
27295
+ },
27296
+ changeStatus: {
27297
+ description: `"Sei sicuro di voler cambiare lo stato dell'appuntamento nello stato ""{status}""?"`,
27298
+ error: "Si è verificato un errore durante la modifica dello stato",
27299
+ title: "Cambiamento di stato"
27300
+ },
27301
+ client: {
27302
+ title: "Informazioni personali"
27303
+ },
27304
+ company: "Istituto incaricato dell'appuntamento",
27305
+ dates: "Data e ora",
27306
+ details: {
27307
+ title: "Informazioni sull'appuntamento"
27308
+ },
27309
+ history: {
27310
+ accepted: "Appuntamento accettato dal collaboratore {fullname}",
27311
+ booked: {
27312
+ console: "Creazione dell'appuntamento da console",
27313
+ widget: "Creazione dell'appuntamento dal widget del client"
27314
+ },
27315
+ change_client: "Cliente cambiato da {oldClient}→ {newClient}",
27316
+ change_custom_status: "Appuntamento contrassegnato come “{status}“ dal dipendente {fullname}",
27317
+ change_location: "Posizione modificata dal collaboratore {fullname} di {oldLocation} → {newLocation}",
27318
+ change_note: "Nota modificata dal collaboratore {fullname} di {oldNote} → {newNote}",
27319
+ change_service: "Servizio modificato dal collaboratore {fullname} di {oldService} → {newService}",
27320
+ change_staff: "Collaboratore modificato dal collaboratore {fullname} di {oldStaff} → {newStaff}",
27321
+ changed_end: "Ora di fine dell'appuntamento ({oldDate}) riprogrammato dal dipendente {fullname} al {newDate}",
27322
+ client_changed_end: "",
27323
+ client_delete: "Appuntamento annullato dal cliente",
27324
+ "client_re-scheduled": "Appuntamento riprogrammato ({oldDate}) dal cliente il {newDate}",
27325
+ completed: '"Appuntamento contrassegnato come ""Completato"" dal dipendente {fullname}"',
27326
+ declined: '"Appuntamento contrassegnato come ""Rifiutato"" dal dipendente {fullname}"',
27327
+ form_update: "{field} modificato dal collaboratore {fullname} di {oldValue} → {newValue}",
27328
+ in_progress: '"Appuntamento contrassegnato come ""In corso"" dal collaboratore {fullname}"',
27329
+ no_show: '"Appuntamento contrassegnato come ""Mancata presentazione"" dal dipendente {fullname}"',
27330
+ payment: "Appuntamento pagato dal cliente",
27331
+ "re-scheduled": "Appuntamento riprogrammato ({oldDate}) dal dipendente {fullname} il {newDate}",
27332
+ user_delete: "Appuntamento annullato dal dipendente {fullname}"
27333
+ },
27334
+ notes: {
27335
+ label: "Puoi inserire una nota sul tuo appuntamento."
27336
+ },
27337
+ quickActions: {
27338
+ "close-tooltip": "Chiudi Azioni rapide",
27339
+ tooltip: "Riprogrammare o annullare l'appuntamento"
27340
+ },
27341
+ reschedule: "Riprogrammare l'appuntamento",
27342
+ slots: {
27343
+ count: "@:widget.appointment.slots.empty|1 disponibilità|{count} disponibilità",
27344
+ empty: "Nessuna disponibilità",
27345
+ more: "Vedi di più",
27346
+ next: "Prossima disponibilità il: {date}"
27347
+ },
27348
+ source: "Fonte dell'appuntamento",
27349
+ sourceType: {
27350
+ api: "Appuntamento effettuato tramite API",
27351
+ console: "Appuntamento effettuato tramite console",
27352
+ title: "Interfaccia per la prenotazione degli appuntamenti",
27353
+ widget: "Appuntamento effettuato tramite il widget del client"
27354
+ },
27355
+ title: "Titolo dell'appuntamento"
27356
+ },
26716
27357
  conference: {
26717
27358
  404: {
26718
27359
  subTitle: "Siamo spiacenti, ma la pagina che stai cercando non esiste più.",
@@ -26855,8 +27496,20 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
26855
27496
  confirm: "Mi iscrivo"
26856
27497
  }
26857
27498
  },
27499
+ "consent-link": "Politica sulla riservatezza",
27500
+ error: {
27501
+ 404: {
27502
+ subTitle: "La pagina che stai cercando non è più disponibile.",
27503
+ title: "Ops!"
27504
+ }
27505
+ },
26858
27506
  powered: "Sviluppato da",
26859
27507
  scheduling: {
27508
+ company: {
27509
+ image: {
27510
+ alt: "Immagine della società"
27511
+ }
27512
+ },
26860
27513
  service: {
26861
27514
  action: {
26862
27515
  book: "Fissa un appuntamento",
@@ -26895,17 +27548,13 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
26895
27548
  title: "Le tue opzioni per gli appuntamenti"
26896
27549
  },
26897
27550
  path: "Itinerario"
26898
- },
26899
- company: {
26900
- image: {
26901
- alt: "Immagine della società"
26902
- }
26903
27551
  }
26904
- }
27552
+ },
27553
+ "usage-link": "Termini di utilizzo"
26905
27554
  }, ca = {
26906
27555
  admin: Ke,
26907
27556
  agenda: Ze,
26908
- agendize: Qe,
27557
+ agendize: _e,
26909
27558
  "appointment-list": {
26910
27559
  action: {
26911
27560
  book: {
@@ -26920,7 +27569,7 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
26920
27569
  "sub-title": "Si tratta di tutti gli appuntamenti, elencati in ordine cronologico a partire dalla data odierna.",
26921
27570
  title: "Elenco degli appuntamenti"
26922
27571
  },
26923
- calendar: _e,
27572
+ calendar: Qe,
26924
27573
  common: Ye,
26925
27574
  crm: $e,
26926
27575
  dashboard: Je,
@@ -26976,10 +27625,10 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
26976
27625
  "event-booking-widget": {
26977
27626
  confirmation: {
26978
27627
  description: "L'appuntamento è stato creato. D'ora in poi potrai trovarlo nel tuo calendario.",
26979
- title: "L'appuntamento è confermato!",
26980
27628
  image: {
26981
27629
  alt: "Immagine di conferma della fissazione di un appuntamento"
26982
- }
27630
+ },
27631
+ title: "L'appuntamento è confermato!"
26983
27632
  },
26984
27633
  contact: {
26985
27634
  create: "Crea un nuovo @:crm.contact",
@@ -27004,6 +27653,9 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
27004
27653
  description: "Lo slot selezionato non è più disponibile.",
27005
27654
  title: "Slot non disponibile"
27006
27655
  },
27656
+ image: {
27657
+ alt: "Immagine di errore"
27658
+ },
27007
27659
  "max-daily": {
27008
27660
  description: "Il limite giornaliero di appuntamenti fissato per questo @:crm.contact è stato superato.",
27009
27661
  title: "Limite raggiunto"
@@ -27026,9 +27678,6 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
27026
27678
  unknown: {
27027
27679
  description: "Contatta l'assistenza per ulteriori dettagli.",
27028
27680
  title: "Si è verificato un errore"
27029
- },
27030
- image: {
27031
- alt: "Immagine di errore"
27032
27681
  }
27033
27682
  },
27034
27683
  "form-field": {
@@ -27069,11 +27718,17 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
27069
27718
  subtitle: "Successiva: Scelta di un collaboratore",
27070
27719
  title: "Scegli la posizione per la quale desideri generare il collegamento."
27071
27720
  },
27721
+ "contact-additional-fields-step": {
27722
+ subtitle: "Inserisci le informazioni aggiuntive richieste."
27723
+ },
27724
+ "contact-fields-step": {
27725
+ subtitle: "Inserisci le informazioni personali del @:crm.contact."
27726
+ },
27072
27727
  "contact-step": {
27073
27728
  next: "Salta il passaggio",
27729
+ placeholder: "Cerca un @:crm.contact",
27074
27730
  subtitle: "Successiva: Generazione di link",
27075
- title: "Seleziona un @:crm.contact",
27076
- placeholder: "Cerca un @:crm.contact"
27731
+ title: "Seleziona un @:crm.contact"
27077
27732
  },
27078
27733
  "link-panel": {
27079
27734
  description: "Il tuo link è pronto per essere condiviso. Scegli l'opzione che preferisci.",
@@ -27093,23 +27748,6 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
27093
27748
  },
27094
27749
  title: "Il tuo link è pronto per essere condiviso. Scegli l'opzione che preferisci."
27095
27750
  },
27096
- "service-step": {
27097
- subtitle: "Successivo: Scelta del @:crm.contact",
27098
- title: "Seleziona un servizio"
27099
- },
27100
- skip: "Passare",
27101
- "staff-step": {
27102
- subtitle: "Successivo: Scelta del servizio",
27103
- title: "Seleziona un collaboratore",
27104
- placeholder: "Cerca un collaboratore"
27105
- },
27106
- title: "Genera un link",
27107
- "contact-additional-fields-step": {
27108
- subtitle: "Inserisci le informazioni aggiuntive richieste."
27109
- },
27110
- "contact-fields-step": {
27111
- subtitle: "Inserisci le informazioni personali del @:crm.contact."
27112
- },
27113
27751
  "parameter-step": {
27114
27752
  addButton: "Aggiungi un'impostazione",
27115
27753
  emptyState: "Nessuna impostazione aggiuntiva verrà aggiunta al link per fissare un appuntamento.",
@@ -27118,7 +27756,18 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
27118
27756
  value: "Valore"
27119
27757
  },
27120
27758
  subTitle: "Puoi aggiungere ulteriori impostazioni al tuo link."
27121
- }
27759
+ },
27760
+ "service-step": {
27761
+ subtitle: "Successivo: Scelta del @:crm.contact",
27762
+ title: "Seleziona un servizio"
27763
+ },
27764
+ skip: "Passare",
27765
+ "staff-step": {
27766
+ placeholder: "Cerca un collaboratore",
27767
+ subtitle: "Successivo: Scelta del servizio",
27768
+ title: "Seleziona un collaboratore"
27769
+ },
27770
+ title: "Genera un link"
27122
27771
  },
27123
27772
  login: ea,
27124
27773
  queue: aa,
@@ -27345,7 +27994,7 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
27345
27994
  completed: "Abgeschlossen",
27346
27995
  confirm: {
27347
27996
  cancelled: "Sie sind dabei, Ihren Termin zu stornieren. Diese Aktion kann nicht rückgängig gemacht werden. Sind Sie sicher, dass Sie fortfahren möchten?",
27348
- completed: "Sie sind dabei, den Termin als Beenden“ zu markieren. Diese Aktion kann nicht rückgängig gemacht werden. Sind Sie sicher, dass Sie fortfahren möchten?",
27997
+ completed: "Sie sind dabei, den Termin als Beenden“ zu markieren. Diese Aktion kann nicht rückgängig gemacht werden. Sind Sie sicher, dass Sie fortfahren möchten?",
27349
27998
  declined: "Sie sind dabei, den Termin abzulehnen. Diese Aktion kann nicht rückgängig gemacht werden. Sind Sie sicher, dass Sie fortfahren möchten?",
27350
27999
  noShow: "Sie sind dabei, die Tatsache zu melden, dass die Kontaktperson nicht zum vereinbarten Termin erschienen ist. Diese Aktion kann nicht rückgängig gemacht werden. Sind Sie sicher, dass Sie fortfahren möchten?"
27351
28000
  },
@@ -28262,6 +28911,7 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
28262
28911
  cancel: "Stornieren",
28263
28912
  close: "Schließen",
28264
28913
  confirm: "Bestätigen",
28914
+ "confirm-question": "Bestätigen?",
28265
28915
  delete: "Löschen",
28266
28916
  download: "Herunterladen",
28267
28917
  duplicate: "Duplizieren",
@@ -28487,7 +29137,7 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
28487
29137
  "apply-filters": "Die Filter anwenden",
28488
29138
  "erase-filters": "Filter aufheben",
28489
29139
  filter: "Filtern",
28490
- "filter-all": "Alle Elemente filtern ",
29140
+ "filter-all": "Alle Elemente filtern",
28491
29141
  "show-advanced-filter": "Erweiterte Filter"
28492
29142
  },
28493
29143
  gender: {
@@ -28800,7 +29450,7 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
28800
29450
  },
28801
29451
  "postal-code": {
28802
29452
  label: "Postleitzahl",
28803
- placeholder: "75000 "
29453
+ placeholder: "75000"
28804
29454
  },
28805
29455
  ref: {
28806
29456
  label: "Referenz @:crm.contact",
@@ -29055,6 +29705,10 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
29055
29705
  placeholder: "Geben Sie eine E-Mail-Adresse ein",
29056
29706
  title: "Empfänger der Antworten"
29057
29707
  },
29708
+ fields: {
29709
+ subtitle: "Fügen Sie Formularfelder entsprechend Ihren Anforderungen hinzu und verwalten Sie sie.",
29710
+ title: "Inhalt des Formulars"
29711
+ },
29058
29712
  illustration: {
29059
29713
  button: "Eine Illustration hinzufügen",
29060
29714
  "default-name": "Illustration des Formulars",
@@ -29093,11 +29747,7 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
29093
29747
  title: "Allgemein"
29094
29748
  }
29095
29749
  },
29096
- title: "Angaben zum Formular",
29097
- fields: {
29098
- subtitle: "Fügen Sie Formularfelder entsprechend Ihren Anforderungen hinzu und verwalten Sie sie.",
29099
- title: "Inhalt des Formulars"
29100
- }
29750
+ title: "Angaben zum Formular"
29101
29751
  },
29102
29752
  generator: {
29103
29753
  add: {
@@ -29354,6 +30004,7 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
29354
30004
  }
29355
30005
  },
29356
30006
  list: {
30007
+ add: "Fügen Sie ein Formular hinzu",
29357
30008
  delete: {
29358
30009
  description1: "{name} wird gelöscht, möchten Sie die Löschung bestätigen?",
29359
30010
  descriptionN: "{number} Formulare werden gelöscht, möchten Sie die Löschung bestätigen?",
@@ -29363,16 +30014,15 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
29363
30014
  empty: "Kein Ergebnis",
29364
30015
  placeholder: "Suchen Sie nach einem Formular anhand des Namens"
29365
30016
  },
30017
+ subtitle: "Erstellen Sie ein Formular und qualifizieren Sie Ihre @:crm.contacts vorab, bevor Sie eine Verbindung herstellen.",
29366
30018
  table: {
30019
+ author: "Eigentümer",
29367
30020
  email: "E-Mail",
29368
30021
  name: "Formularname",
29369
- title: "Titel",
29370
- author: "Eigentümer",
29371
- "response-number": "Antworten"
30022
+ "response-number": "Antworten",
30023
+ title: "Titel"
29372
30024
  },
29373
- title: "Formulare verwalten",
29374
- add: "Fügen Sie ein Formular hinzu",
29375
- subtitle: "Erstellen Sie ein Formular und qualifizieren Sie Ihre @:crm.contacts vorab, bevor Sie eine Verbindung herstellen."
30025
+ title: "Formulare verwalten"
29376
30026
  },
29377
30027
  menu: {
29378
30028
  burger: {
@@ -30001,6 +30651,7 @@ Bitte registrieren Sie sich, um sich in die Warteschlange einzutragen.`,
30001
30651
  placeholder: "Suche nach Name, Postleitzahl, E-Mail"
30002
30652
  },
30003
30653
  "sub-title": "Eine Einrichtung ist eine Einheit, die Mitarbeiter und die angebotenen Dienstleistungen zusammenbringt.",
30654
+ subTitle: "Eine Einrichtung ist eine Einheit, die Mitarbeiter und die angebotenen Dienstleistungen zusammenbringt.",
30004
30655
  tabs: {
30005
30656
  categories: {
30006
30657
  "sub-title": "Kategorien verwalten",
@@ -30027,8 +30678,7 @@ Bitte registrieren Sie sich, um sich in die Warteschlange einzutragen.`,
30027
30678
  title: "Mannschaften"
30028
30679
  }
30029
30680
  },
30030
- title: "Betriebe verwalten",
30031
- subTitle: "Eine Einrichtung ist eine Einheit, die Mitarbeiter und die angebotenen Dienstleistungen zusammenbringt."
30681
+ title: "Betriebe verwalten"
30032
30682
  },
30033
30683
  "company-details": {
30034
30684
  address: {
@@ -30133,7 +30783,7 @@ Bitte registrieren Sie sich, um sich in die Warteschlange einzutragen.`,
30133
30783
  },
30134
30784
  zipcode: {
30135
30785
  label: "Postleitzahl",
30136
- placeholder: "75008 "
30786
+ placeholder: "75008"
30137
30787
  }
30138
30788
  },
30139
30789
  "company-home": {
@@ -30256,6 +30906,9 @@ Bitte registrieren Sie sich, um sich in die Warteschlange einzutragen.`,
30256
30906
  label: "Zeichnung",
30257
30907
  placeholder: "Ziehen Sie Ihre Illustration per Drag-and-Drop oder klicken Sie, um sie hinzuzufügen"
30258
30908
  },
30909
+ pmrAccess: {
30910
+ label: "Zugang für Menschen mit eingeschränkter Mobilität (PRM)"
30911
+ },
30259
30912
  title: "Allgemeine Informationen"
30260
30913
  },
30261
30914
  hours: {
@@ -31726,10 +32379,79 @@ Verborgen: Nur über einen direkten Link verfügbar.`,
31726
32379
  },
31727
32380
  zipCode: {
31728
32381
  label: "Postleitzahl",
31729
- placeholder: "75000 "
32382
+ placeholder: "75000"
31730
32383
  }
31731
32384
  }
31732
32385
  }, Ta = {
32386
+ appointment: {
32387
+ advanced: {
32388
+ title: "Weitere Informationen"
32389
+ },
32390
+ availability: {
32391
+ subTitle: "Wählen Sie den entsprechenden verfügbaren Steckplatz aus:",
32392
+ title: "Suchen Sie nach Verfügbarkeit"
32393
+ },
32394
+ changeStatus: {
32395
+ description: "Sind Sie sicher, dass Sie den Termin in den Status „{status}“ ändern möchten?",
32396
+ error: "Beim Ändern des Status ist ein Fehler aufgetreten",
32397
+ title: "Statusänderung"
32398
+ },
32399
+ client: {
32400
+ title: "Persönliche Informationen"
32401
+ },
32402
+ company: "Für die Ernennung zuständige Einrichtung",
32403
+ dates: "Datum und Uhrzeit",
32404
+ details: {
32405
+ title: "Termininformationen"
32406
+ },
32407
+ history: {
32408
+ accepted: "Termin vom Mitarbeiter {fullname} angenommen",
32409
+ booked: {
32410
+ console: "Erstellung des Termins aus der Konsole",
32411
+ widget: "Erstellung des Termins aus dem Client-Widget"
32412
+ },
32413
+ change_client: "Client geändert von {oldClient}→ {newClient}",
32414
+ change_custom_status: "Termin vom Mitarbeiter {fullname} als “{status}“ markiert",
32415
+ change_location: "Standort geändert durch Mitarbeiter {fullname} von {oldLocation} → {newLocation}",
32416
+ change_note: "Notiz bearbeitet vom Mitarbeiter {fullname} von {oldNote} → {newNote}",
32417
+ change_service: "Dienst geändert durch Mitarbeiter {fullname} von {oldService} → {newService}",
32418
+ change_staff: "Mitarbeiter bearbeitet von Mitarbeiter {fullname} von {oldStaff} → {newStaff}",
32419
+ changed_end: "Endzeit des Termins ({oldDate}) vom Mitarbeiter {fullname} auf {newDate} verschoben",
32420
+ client_changed_end: "",
32421
+ client_delete: "Termin vom Kunden abgesagt",
32422
+ "client_re-scheduled": "Termin vom Kunden am {newDate} verschoben ({oldDate})",
32423
+ completed: "Termin wurde vom Mitarbeiter {fullname} als „abgeschlossen“ markiert",
32424
+ declined: "Der Termin wurde vom Mitarbeiter {fullname} mit „Abgelehnt“ markiert",
32425
+ form_update: "{field} bearbeitet vom Mitwirkenden {fullname} von {oldValue} → {newValue}",
32426
+ in_progress: "Termin vom Mitarbeiter {fullname} als „In Bearbeitung“ markiert",
32427
+ no_show: "Termin vom Mitarbeiter {fullname} als „Nichterscheinen“ markiert",
32428
+ payment: "Termin wird vom Kunden bezahlt",
32429
+ "re-scheduled": "Termin vom Mitarbeiter {fullname} am {newDate} verschoben ({oldDate})",
32430
+ user_delete: "Termin von Mitarbeiter {fullname} abgesagt"
32431
+ },
32432
+ notes: {
32433
+ label: "Sie können eine Notiz zu Ihrem Termin erfassen."
32434
+ },
32435
+ quickActions: {
32436
+ "close-tooltip": "Schließen Sie Schnellaktionen",
32437
+ tooltip: "Verschieben oder stornieren Sie den Termin"
32438
+ },
32439
+ reschedule: "Verschieben Sie den Termin",
32440
+ slots: {
32441
+ count: "@:widget.appointment.slots.empty|1 Verfügbarkeit|{count} Verfügbarkeit",
32442
+ empty: "Keine Verfügbarkeit",
32443
+ more: "Mehr sehen",
32444
+ next: "Nächste Verfügbarkeit am: {date}"
32445
+ },
32446
+ source: "Quelle des Termins",
32447
+ sourceType: {
32448
+ api: "Terminvereinbarung über API",
32449
+ console: "Terminvereinbarung über die Konsole",
32450
+ title: "Schnittstelle zur Terminbuchung",
32451
+ widget: "Terminvereinbarung über das Kunden-Widget"
32452
+ },
32453
+ title: "Titel des Termins"
32454
+ },
31733
32455
  conference: {
31734
32456
  404: {
31735
32457
  subTitle: "Es tut uns leid, aber die von Ihnen gesuchte Seite existiert nicht mehr.",
@@ -31803,7 +32525,7 @@ Verborgen: Nur über einen direkten Link verfügbar.`,
31803
32525
  },
31804
32526
  list: {
31805
32527
  card: {
31806
- nextSession: "Nächste Sitzung: ",
32528
+ nextSession: "Nächste Sitzung:",
31807
32529
  register: "Registrieren",
31808
32530
  remote: "Aus der Ferne"
31809
32531
  },
@@ -31831,7 +32553,8 @@ Verborgen: Nur über einen direkten Link verfügbar.`,
31831
32553
  label: "Diesen Monat"
31832
32554
  }
31833
32555
  }
31834
- }
32556
+ },
32557
+ title: "Liste der Veranstaltungen"
31835
32558
  },
31836
32559
  "next-button": {
31837
32560
  "aria-label": "Zum nächsten Schritt"
@@ -31871,6 +32594,13 @@ Verborgen: Nur über einen direkten Link verfügbar.`,
31871
32594
  confirm: "Ich registriere mich"
31872
32595
  }
31873
32596
  },
32597
+ "consent-link": "Datenschutzrichtlinie",
32598
+ error: {
32599
+ 404: {
32600
+ subTitle: "Die von Ihnen gesuchte Seite ist nicht mehr verfügbar.",
32601
+ title: "Ups!"
32602
+ }
32603
+ },
31874
32604
  powered: "Betrieben durch",
31875
32605
  scheduling: {
31876
32606
  service: {
@@ -31911,7 +32641,8 @@ Verborgen: Nur über einen direkten Link verfügbar.`,
31911
32641
  },
31912
32642
  path: "Ablauf"
31913
32643
  }
31914
- }
32644
+ },
32645
+ "usage-link": "Nutzungsbedingungen"
31915
32646
  }, Ea = {
31916
32647
  admin: da,
31917
32648
  agenda: ua,
@@ -32317,7 +33048,7 @@ Verborgen: Nur über einen direkten Link verfügbar.`,
32317
33048
  completed: "Voltooid",
32318
33049
  confirm: {
32319
33050
  cancelled: "U staat op het punt uw afspraak te annuleren. Deze actie is onomkeerbaar. Weet u zeker dat u wil doorgaan?",
32320
- completed: 'U staat op het punt de afspraak te markeren als "Voltooien". Deze actie is onomkeerbaar. Weet u zeker dat u wil doorgaan?',
33051
+ completed: "U staat op het punt de afspraak te markeren als Voltooien“. Deze actie is onomkeerbaar. Weet u zeker dat u wil doorgaan?",
32321
33052
  declined: "U staat op het punt de afspraak te weigeren. Deze actie is onomkeerbaar. Weet u zeker dat u wil doorgaan?",
32322
33053
  noShow: "U staat op het punt te melden dat de @:crm.contact niet is verschenen op de afspraak. Deze actie is onomkeerbaar. Weet u zeker dat u wil doorgaan?"
32323
33054
  },
@@ -32372,6 +33103,7 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
32372
33103
  "appointment-mobile": "de afspraak via de mobiele app",
32373
33104
  "appointment-other": "de afspraak",
32374
33105
  "appointment-widget": "de afspraak via de widget",
33106
+ conflict: "{user} heeft het conflict genegeerd",
32375
33107
  contact: "de @:crm.contact",
32376
33108
  "date-end": "de eindtijd van de afspraak",
32377
33109
  "date-start": "de begintijd van de afspraak",
@@ -32382,8 +33114,7 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
32382
33114
  note: "de nota",
32383
33115
  service: "de dienst",
32384
33116
  staff: "de medewerker",
32385
- status: "de status",
32386
- conflict: "{user} heeft het conflict genegeerd"
33117
+ status: "de status"
32387
33118
  },
32388
33119
  common: {
32389
33120
  create: "{user} heeft {object} aangemaakt",
@@ -32696,17 +33427,17 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
32696
33427
  COMPANY_VACATION: "De medewerker is niet beschikbaar",
32697
33428
  SERVICE: "Dienst verwijderd",
32698
33429
  SERVICE_SKILL: "De medewerker is niet verantwoordelijk voor de dienst",
32699
- UNKNOWN: "Reden van het conflict onbekend",
32700
33430
  SERVICE_TIME: "De dienst is niet beschikbaar",
32701
33431
  STAFF: "Medewerker verwijderd",
32702
33432
  STAFF_RESCHEDULE: "De medewerker is niet beschikbaar",
32703
33433
  STAFF_TIME: "De medewerker is niet beschikbaar",
32704
- STAFF_VACATION: "De medewerker is niet beschikbaar"
33434
+ STAFF_VACATION: "De medewerker is niet beschikbaar",
33435
+ UNKNOWN: "Reden van het conflict onbekend"
32705
33436
  },
32706
33437
  source: {
32707
33438
  SERVICE_NOT_AVAILABLE: "De dienst is niet beschikbaar",
32708
- UNKNOWN: "Bron van het conflict onbekend",
32709
- STAFF_NOT_AVAILABLE: "De medewerker is niet beschikbaar"
33439
+ STAFF_NOT_AVAILABLE: "De medewerker is niet beschikbaar",
33440
+ UNKNOWN: "Bron van het conflict onbekend"
32710
33441
  }
32711
33442
  },
32712
33443
  event: {
@@ -33052,6 +33783,14 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
33052
33783
  },
33053
33784
  login: {
33054
33785
  "account-selection": {
33786
+ current: {
33787
+ title: "U bent momenteel ingelogd bij deze organisatie:"
33788
+ },
33789
+ default: "Standaardorganisatie",
33790
+ list: {
33791
+ subTitle: "Kies hieronder een beschikbare organisatie",
33792
+ title: "Lijst van organisaties"
33793
+ },
33055
33794
  right: {
33056
33795
  2: "Analist",
33057
33796
  5: "Beheerder van de planning",
@@ -33069,26 +33808,18 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
33069
33808
  other: "Diverse rechten",
33070
33809
  owner: "Eigenaar"
33071
33810
  },
33072
- subtitle: "Met welke organisatie wilt u verbinding maken?",
33073
- title: "We hebben meerdere organisaties gevonden.",
33074
- current: {
33075
- title: "U bent momenteel ingelogd bij deze organisatie:"
33076
- },
33077
- default: "Standaardorganisatie",
33078
- list: {
33079
- subTitle: "Kies hieronder een beschikbare organisatie",
33080
- title: "Lijst van organisaties"
33081
- },
33082
33811
  search: {
33083
33812
  placeholder: "Organisatie zoeken op naam of e-mailadres"
33084
- }
33813
+ },
33814
+ subtitle: "Met welke organisatie wilt u verbinding maken?",
33815
+ title: "We hebben meerdere organisaties gevonden."
33085
33816
  }
33086
33817
  },
33087
33818
  main: {
33088
- skip: "Naar content",
33089
33819
  logo: {
33090
33820
  alt: "Afbeelding laden"
33091
- }
33821
+ },
33822
+ skip: "Naar content"
33092
33823
  },
33093
33824
  menu: {
33094
33825
  extendedMenu: {
@@ -33107,16 +33838,16 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
33107
33838
  notifications: {
33108
33839
  title: "Meldingen"
33109
33840
  },
33841
+ toggle: {
33842
+ close: "Het menu sluiten",
33843
+ open: "Het menu openen"
33844
+ },
33110
33845
  top: {
33846
+ "account-selector": "Veranderen van organisatie",
33111
33847
  integrations: "Mijn integraties",
33112
33848
  personal: "Mijn persoonsgegevens",
33113
33849
  preference: "Mijn voorkeuren",
33114
- test: "Console van de ontwikkelaar",
33115
- "account-selector": "Veranderen van organisatie"
33116
- },
33117
- toggle: {
33118
- close: "Het menu sluiten",
33119
- open: "Het menu openen"
33850
+ test: "Console van de ontwikkelaar"
33120
33851
  }
33121
33852
  },
33122
33853
  notification: {
@@ -33166,6 +33897,9 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
33166
33897
  help: "Hulp tonen"
33167
33898
  },
33168
33899
  "router-meta": {
33900
+ "account-selector": {
33901
+ title: "Uw organisatie veranderen"
33902
+ },
33169
33903
  administration: {
33170
33904
  description: "Beheer van uw organisatie",
33171
33905
  menu: "Hoofdmenu",
@@ -33218,6 +33952,9 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
33218
33952
  menuDescription: "Het hoofdmenu weergeven/verbergen",
33219
33953
  title: "Formulieren"
33220
33954
  },
33955
+ login: {
33956
+ title: "Inloggen|Inloggen|{app} {'|'} Inloggen"
33957
+ },
33221
33958
  planning: {
33222
33959
  description: "De planningen van uw medewerkers beheren",
33223
33960
  menu: "Hoofdmenu",
@@ -33242,13 +33979,7 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
33242
33979
  menuDescription: "Het hoofdmenu weergeven/verbergen",
33243
33980
  title: "Instellingen"
33244
33981
  },
33245
- title: "Agendize",
33246
- "account-selector": {
33247
- title: "Uw organisatie veranderen"
33248
- },
33249
- login: {
33250
- title: "Inloggen|Inloggen|{app} {'|'} Inloggen"
33251
- }
33982
+ title: "Agendize"
33252
33983
  },
33253
33984
  topBar: {
33254
33985
  avatar: {
@@ -33272,13 +34003,17 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
33272
34003
  cancel: "Annuleren",
33273
34004
  close: "Sluiten",
33274
34005
  confirm: "Bevestigen",
34006
+ "confirm-question": "Bevestigen?",
34007
+ copy: "Kopiëren",
33275
34008
  delete: "Verwijderen",
33276
34009
  download: "Downloaden",
33277
34010
  duplicate: "Dupliceren",
34011
+ integrate: "Integreren",
33278
34012
  link: {
33279
34013
  "go-to": "De route berekenen",
33280
34014
  open: "De link {label} openen"
33281
34015
  },
34016
+ loading: "Bezig met laden...",
33282
34017
  menu: "Menu",
33283
34018
  modify: "Wijzigen",
33284
34019
  more: "Meer laden",
@@ -33296,10 +34031,7 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
33296
34031
  skip: "Naar inhoud",
33297
34032
  validate: "Bevestigen",
33298
34033
  "validate-with-x": "({number}) bevestigen",
33299
- yes: "Ja",
33300
- copy: "Kopiëren",
33301
- integrate: "Integreren",
33302
- loading: "Bezig met laden..."
34034
+ yes: "Ja"
33303
34035
  },
33304
34036
  colors: {
33305
34037
  blue: "Blauw",
@@ -33676,6 +34408,7 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
33676
34408
  "erase-filters": "Filters wissen",
33677
34409
  "new-client": "Nieuwe @:crm.contact"
33678
34410
  },
34411
+ client: "contactpersoon",
33679
34412
  "client-details": {
33680
34413
  actions: {
33681
34414
  "add-note": "Een nota schrijven",
@@ -33741,6 +34474,7 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
33741
34474
  resume: "Samenvatting"
33742
34475
  }
33743
34476
  },
34477
+ clients: "contacten",
33744
34478
  contact: "contactpersoon",
33745
34479
  contacts: "contacten",
33746
34480
  details: {
@@ -33891,9 +34625,7 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
33891
34625
  },
33892
34626
  "message-modal": {
33893
34627
  title: "Overzicht van de e-mail"
33894
- },
33895
- client: "contactpersoon",
33896
- clients: "contacten"
34628
+ }
33897
34629
  }, Ma = {
33898
34630
  items: {
33899
34631
  "add-unavailability": {
@@ -33940,12 +34672,12 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
33940
34672
  "no-upcoming-events": "Geen aankomende afspraken",
33941
34673
  title: "Aankomende afspraken"
33942
34674
  },
34675
+ upcomingEvents: {
34676
+ title: "Aankomende afspraken"
34677
+ },
33943
34678
  "working-planning": {
33944
34679
  subtitle: "De planningen van uw medewerkers beheren",
33945
34680
  title: "Beheer van de planning"
33946
- },
33947
- upcomingEvents: {
33948
- title: "Aankomende afspraken"
33949
34681
  }
33950
34682
  },
33951
34683
  noScheduling: {
@@ -34005,6 +34737,9 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
34005
34737
  appointment: {
34006
34738
  title: "Een afspraak maken"
34007
34739
  },
34740
+ calendar: {
34741
+ title: "De afspraken weergeven"
34742
+ },
34008
34743
  "link-generator": {
34009
34744
  title: "Nodig een @:crm.contact uit voor een afspraak"
34010
34745
  },
@@ -34014,10 +34749,7 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
34014
34749
  service: {
34015
34750
  title: "De diensten beheren"
34016
34751
  },
34017
- title: "Snelle toegang",
34018
- calendar: {
34019
- title: "De afspraken weergeven"
34020
- }
34752
+ title: "Snelle toegang"
34021
34753
  }
34022
34754
  }
34023
34755
  },
@@ -34042,6 +34774,9 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
34042
34774
  modify: "@:common.action.modify het formulier",
34043
34775
  "new-form": "Nieuw formulier"
34044
34776
  },
34777
+ "create-quick": {
34778
+ title: "Voeg een nieuw formulier toe"
34779
+ },
34045
34780
  details: {
34046
34781
  advanced: {
34047
34782
  title: "Geavanceerde opties"
@@ -34408,6 +35143,26 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
34408
35143
  forms: "Alle formulieren",
34409
35144
  mobile: "Formulieren"
34410
35145
  },
35146
+ page: {
35147
+ tabs: {
35148
+ details: {
35149
+ subtitle: "Basisgegevens",
35150
+ title: "Algemene informatie"
35151
+ },
35152
+ fields: {
35153
+ subtitle: "Beheren",
35154
+ title: "Velden van het formulier"
35155
+ },
35156
+ responses: {
35157
+ subtitle: "Antwoorden weergeven",
35158
+ title: "Antwoorden"
35159
+ },
35160
+ routes: {
35161
+ subtitle: "Doorverwijzingen beheren",
35162
+ title: "Routes"
35163
+ }
35164
+ }
35165
+ },
34411
35166
  result: {
34412
35167
  details: {
34413
35168
  date: "Antwoord van {date} om {hours}",
@@ -34425,6 +35180,11 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
34425
35180
  descriptionN: "{number} resultaten worden verwijderd, bevestigt u de verwijdering?",
34426
35181
  title: "Verwijderen van het resultaat van het formulier"
34427
35182
  },
35183
+ item: {
35184
+ "edit-status": "De status wijzigen",
35185
+ title: "Antwoord van {date} om {hour}",
35186
+ "unknown-client": "Onbekende @:crm.contact"
35187
+ },
34428
35188
  search: {
34429
35189
  placeholder: "Zoeken op e-mailadres van de afzender"
34430
35190
  },
@@ -34432,12 +35192,7 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
34432
35192
  date: "Datum",
34433
35193
  email: "E-mailadres"
34434
35194
  },
34435
- title: "Lijst met antwoorden op het formulier",
34436
- item: {
34437
- "edit-status": "De status wijzigen",
34438
- title: "Antwoord van {date} om {hour}",
34439
- "unknown-client": "Onbekende @:crm.contact"
34440
- }
35195
+ title: "Lijst met antwoorden op het formulier"
34441
35196
  },
34442
35197
  status: {
34443
35198
  action: "De status wijzigen",
@@ -34453,35 +35208,12 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
34453
35208
  }
34454
35209
  }
34455
35210
  },
34456
- title: {
34457
- main: "Formulieren"
34458
- },
34459
- "create-quick": {
34460
- title: "Voeg een nieuw formulier toe"
34461
- },
34462
- page: {
34463
- tabs: {
34464
- details: {
34465
- subtitle: "Basisgegevens",
34466
- title: "Algemene informatie"
34467
- },
34468
- fields: {
34469
- subtitle: "Beheren",
34470
- title: "Velden van het formulier"
34471
- },
34472
- responses: {
34473
- subtitle: "Antwoorden weergeven",
34474
- title: "Antwoorden"
34475
- },
34476
- routes: {
34477
- subtitle: "Doorverwijzingen beheren",
34478
- title: "Routes"
34479
- }
34480
- }
34481
- },
34482
35211
  share: {
34483
35212
  title: "Het formulier delen",
34484
35213
  url: "Link naar het formulier"
35214
+ },
35215
+ title: {
35216
+ main: "Formulieren"
34485
35217
  }
34486
35218
  }, Pa = {
34487
35219
  divider: {
@@ -34800,16 +35532,16 @@ Registreer u om u in te schrijven voor de wachtrij.`,
34800
35532
  contact: {
34801
35533
  "action-alt": "--",
34802
35534
  "action-aria-label": "De selectie van de @:crm.contact ongedaan maken",
35535
+ "add-item": {
35536
+ desc: "Een nieuwe @:crm.contact aanmaken",
35537
+ title: "Nieuwe @:crm.contact"
35538
+ },
34803
35539
  add: {
34804
35540
  tooltip: "Voeg een item toe aan de lijst"
34805
35541
  },
34806
35542
  desc: "Een @:crm.contact zoeken en selecteren in de lijst met contactpersonen van uw vestiging.",
34807
35543
  "image-alt": "Afbeelding van contact",
34808
- placeholder: "Zoeken op achternaam, voornaam, e-mail",
34809
- "add-item": {
34810
- desc: "Een nieuwe @:crm.contact aanmaken",
34811
- title: "Nieuwe @:crm.contact"
34812
- }
35544
+ placeholder: "Zoeken op achternaam, voornaam, e-mail"
34813
35545
  },
34814
35546
  loading: "Bezig met laden...",
34815
35547
  noResults: {
@@ -34827,6 +35559,14 @@ Registreer u om u in te schrijven voor de wachtrij.`,
34827
35559
  }
34828
35560
  },
34829
35561
  recents: "Recente zoekopdrachten",
35562
+ "service-group": {
35563
+ desc: "Selecteer de categorie van de dienst",
35564
+ description: {
35565
+ serviceCount: "0 diensten|1 dienst|{count} diensten",
35566
+ serviceGroupCount: "0 subcategorieën|1 subcategorie|{count} subcategorieën"
35567
+ },
35568
+ placeholder: "Zoek categorie"
35569
+ },
34830
35570
  service: {
34831
35571
  "action-alt": "--",
34832
35572
  "action-aria-label": "Selectie van de dienst ongedaan maken",
@@ -34839,8 +35579,8 @@ Registreer u om u in te schrijven voor de wachtrij.`,
34839
35579
  placeholder: "Zoeken op naam"
34840
35580
  },
34841
35581
  "staff-group": {
34842
- "members-count": "1 medewerker | {n} medewerkers",
34843
35582
  desc: "Een team selecteren",
35583
+ "members-count": "1 medewerker | {n} medewerkers",
34844
35584
  placeholder: "Zoeken op naam"
34845
35585
  },
34846
35586
  staff: {
@@ -34859,14 +35599,6 @@ Registreer u om u in te schrijven voor de wachtrij.`,
34859
35599
  desc: "Een gebruiker zoeken en selecteren uit de gebruikers die aan uw vestiging zijn toegewezen.",
34860
35600
  "image-alt": "Afbeelding van de gebruiker",
34861
35601
  placeholder: "Zoeken op achternaam, voornaam, e-mail"
34862
- },
34863
- "service-group": {
34864
- desc: "Selecteer de categorie van de dienst",
34865
- description: {
34866
- serviceCount: "0 diensten|1 dienst|{count} diensten",
34867
- serviceGroupCount: "0 subcategorieën|1 subcategorie|{count} subcategorieën"
34868
- },
34869
- placeholder: "Zoek categorie"
34870
35602
  }
34871
35603
  }, Ga = {
34872
35604
  action: {
@@ -35013,7 +35745,7 @@ Registreer u om u in te schrijven voor de wachtrij.`,
35013
35745
  categories: {
35014
35746
  list: {
35015
35747
  item: {
35016
- "aria-label": " Selecteer categorie",
35748
+ "aria-label": "Selecteer categorie",
35017
35749
  "childs-count": "Geen categorie | {countunt} categorie | {count} categorieën",
35018
35750
  "members-count": "Geen dienst | {count} dienst | {count} diensten",
35019
35751
  "no-member": "Geen categorie"
@@ -35370,6 +36102,9 @@ Registreer u om u in te schrijven voor de wachtrij.`,
35370
36102
  label: "Tekening",
35371
36103
  placeholder: "Sleep uw illustratie en zet deze neer of klik om deze toe te voegen"
35372
36104
  },
36105
+ pmrAccess: {
36106
+ label: "Toegang voor mensen met beperkte mobiliteit (PRM)"
36107
+ },
35373
36108
  title: "Algemene informatie"
35374
36109
  },
35375
36110
  hours: {
@@ -36194,6 +36929,13 @@ Voer volgende code in om de annulering van deze sessie te bevestigen:`,
36194
36929
  label: "Kleur van de dienst",
36195
36930
  placeholder: "Selecteer de kleur van de dienst"
36196
36931
  },
36932
+ colors: {
36933
+ blue: "Blauw",
36934
+ green: "Groen",
36935
+ orange: "Oranje",
36936
+ purple: "Paars",
36937
+ red: "Rood"
36938
+ },
36197
36939
  duplicate: "Dubbele dienst",
36198
36940
  duration: {
36199
36941
  label: "Duur (in minuten)",
@@ -36250,13 +36992,17 @@ Voer volgende code in om de annulering van deze sessie te bevestigen:`,
36250
36992
  placeholder: "Voer de capaciteit van de dienst in"
36251
36993
  },
36252
36994
  "recurring-hours": {
36253
- toggle: "Beschikbaarheid van de dienst instellen",
36254
36995
  empty: "Geen vaste uurroosters",
36255
36996
  subtitle: "Dit zijn de vaste uren van de beschikbaarheid van de dienst. Ze zijn elke week van het jaar van toepassing.",
36256
- title: "Vaste uurroosters"
36997
+ title: "Vaste uurroosters",
36998
+ toggle: "Beschikbaarheid van de dienst instellen"
36257
36999
  },
36258
37000
  "save-error": "Kon de dienst niet opslaan",
36259
37001
  "save-success": "De gegevens van de dienst werden succesvol opgeslagen",
37002
+ "specific-periods": {
37003
+ subtitle: "Dit zijn de data waarop de beschikbaarheid van de dienst verschilt van de terugkerende uurroosters.",
37004
+ title: "Specifieke uurroosters"
37005
+ },
36260
37006
  staff: {
36261
37007
  remove: {
36262
37008
  confirmation: "U staat op het punt de toewijzing van de medewerker aan de afdeling te verwijderen. Wilt u de verwijdering bevestigen?"
@@ -36308,17 +37054,6 @@ Verborgen: alleen beschikbaar via een directe link.`,
36308
37054
  placeholder: "Een zichtbaarheid selecteren",
36309
37055
  subtitle: "Met categorieën kunnen meerdere afdelingen worden gegroepeerd in een dienstgroep. Uw contactpersonen kunnen alle diensten van een categorie op de minisite bekijken.",
36310
37056
  title: "Zichtbaarheid van de dienst"
36311
- },
36312
- colors: {
36313
- blue: "Blauw",
36314
- green: "Groen",
36315
- orange: "Oranje",
36316
- purple: "Paars",
36317
- red: "Rood"
36318
- },
36319
- "specific-periods": {
36320
- subtitle: "Dit zijn de data waarop de beschikbaarheid van de dienst verschilt van de terugkerende uurroosters.",
36321
- title: "Specifieke uurroosters"
36322
37057
  }
36323
37058
  },
36324
37059
  "serviceGroup-details": {
@@ -36433,7 +37168,7 @@ Verborgen: alleen beschikbaar via een directe link.`,
36433
37168
  group: {
36434
37169
  subtitle: "Met teams kunt u meerdere medewerkers als geheel beheren. Beschikbaarheid kan worden toegewezen aan een team en heeft invloed op de beschikbaarheid van alle medewerkers in dat team."
36435
37170
  },
36436
- "head-title": " Beheer de bijdrager - {name}",
37171
+ "head-title": "Beheer de bijdrager - {name}",
36437
37172
  hours: {
36438
37173
  title: "Momenten van beschikbaarheid van de medewerker"
36439
37174
  },
@@ -36719,8 +37454,6 @@ Verborgen: alleen beschikbaar via een directe link.`,
36719
37454
  },
36720
37455
  subtitle: "Toezicht houden op de activiteiten van uw personeel en deze aanpassen aan de vestigingen en de bezettingsgraad van elke vestiging",
36721
37456
  title: "Planning van de activiteiten van medewerkers",
36722
- user: "medewerker(s)",
36723
- "view-selector-aria-label": "Een weergave selecteren",
36724
37457
  unavailabilities: {
36725
37458
  panel: {
36726
37459
  addDialog: {
@@ -36744,7 +37477,9 @@ Verborgen: alleen beschikbaar via een directe link.`,
36744
37477
  success: "De onbeschikbaarheid werd toegevoegd.",
36745
37478
  title: "Een onbeschikbaarheid toevoegen"
36746
37479
  }
36747
- }
37480
+ },
37481
+ user: "medewerker(s)",
37482
+ "view-selector-aria-label": "Een weergave selecteren"
36748
37483
  }
36749
37484
  }, Ba = {
36750
37485
  action: {
@@ -36883,6 +37618,75 @@ Verborgen: alleen beschikbaar via een directe link.`,
36883
37618
  }
36884
37619
  }
36885
37620
  }, Ua = {
37621
+ appointment: {
37622
+ advanced: {
37623
+ title: "Verdere informatie"
37624
+ },
37625
+ availability: {
37626
+ subTitle: "Selecteer het juiste beschikbare slot:",
37627
+ title: "Zoek naar beschikbaarheid"
37628
+ },
37629
+ changeStatus: {
37630
+ description: "Weet u zeker dat u de afspraak wilt wijzigen naar de status '{status}'?",
37631
+ error: "Er is een fout opgetreden bij het wijzigen van de status",
37632
+ title: "Statuswijziging"
37633
+ },
37634
+ client: {
37635
+ title: "Persoonlijke informatie"
37636
+ },
37637
+ company: "Vestiging die verantwoordelijk is voor de afspraak",
37638
+ dates: "Datum en tijd",
37639
+ details: {
37640
+ title: "Afspraak informatie"
37641
+ },
37642
+ history: {
37643
+ accepted: "Afspraak geaccepteerd door medewerker {fullname}",
37644
+ booked: {
37645
+ console: "Aanmaken van de afspraak vanuit de console",
37646
+ widget: "Aanmaken van de afspraak vanuit de klantwidget"
37647
+ },
37648
+ change_client: "Client gewijzigd van {oldClient} → {newClient}",
37649
+ change_custom_status: "Afspraak gemarkeerd als “{status}“ door medewerker {fullname}",
37650
+ change_location: "Locatie aangepast door medewerker {fullname} van {oldLocation} → {newLocation}",
37651
+ change_note: "Notitie bewerkt door medewerker {fullname} van {oldNote} → {newNote}",
37652
+ change_service: "Service aangepast door medewerker {fullname} van {oldService} → {newService}",
37653
+ change_staff: "Medewerker bewerkt door medewerker {fullname} van {oldStaff} → {newStaff}",
37654
+ changed_end: "Eindtijd afspraak ({oldDate}) verplaatst door medewerker {fullname} naar {newDate}",
37655
+ client_changed_end: "",
37656
+ client_delete: "Afspraak geannuleerd door klant",
37657
+ "client_re-scheduled": "Afspraak opnieuw gepland ({oldDate}) door de klant op {newDate}",
37658
+ completed: "Afspraak gemarkeerd als “Voltooid” door medewerker {fullname}",
37659
+ declined: "Afspraak gemarkeerd als 'Geweigerd' door medewerker {volledige naam}",
37660
+ form_update: "{field} aangepast door medewerker {fullname} van {oldValue} → {newValue}",
37661
+ in_progress: "Afspraak gemarkeerd als 'In uitvoering' door de medewerker {fullname}",
37662
+ no_show: "Afspraak gemarkeerd als “No-Show” door medewerker {fullname}",
37663
+ payment: "Afspraak betaald door de klant",
37664
+ "re-scheduled": "Afspraak verplaatst ({oldDate}) door medewerker {fullname} op {newDate}",
37665
+ user_delete: "Afspraak geannuleerd door medewerker {fullname}"
37666
+ },
37667
+ notes: {
37668
+ label: "U kunt een notitie over uw afspraak invoeren."
37669
+ },
37670
+ quickActions: {
37671
+ "close-tooltip": "Sluit Snelle acties",
37672
+ tooltip: "Verplaats of annuleer de afspraak"
37673
+ },
37674
+ reschedule: "Verplaats de afspraak",
37675
+ slots: {
37676
+ count: "@:widget.appointment.slots.empty|1 beschikbaarheid|{count} beschikbaarheid",
37677
+ empty: "Geen beschikbaarheid",
37678
+ more: "Zie meer",
37679
+ next: "Volgende beschikbaarheid op: {date}"
37680
+ },
37681
+ source: "Bron van de afspraak",
37682
+ sourceType: {
37683
+ api: "Afspraak gemaakt via API",
37684
+ console: "Afspraak gemaakt via de console",
37685
+ title: "Interface voor het boeken van afspraken",
37686
+ widget: "Afspraak gemaakt via de klantwidget"
37687
+ },
37688
+ title: "Titel van de afspraak"
37689
+ },
36886
37690
  conference: {
36887
37691
  404: {
36888
37692
  subTitle: "Het spijt ons, maar de pagina die u zoekt bestaat niet meer.",
@@ -37026,8 +37830,20 @@ Verborgen: alleen beschikbaar via een directe link.`,
37026
37830
  confirm: "Zich inschrijven"
37027
37831
  }
37028
37832
  },
37833
+ "consent-link": "Privacybeleid",
37834
+ error: {
37835
+ 404: {
37836
+ subTitle: "De pagina die u zoekt is niet meer beschikbaar.",
37837
+ title: "Oeps!"
37838
+ }
37839
+ },
37029
37840
  powered: "Mogelijk gemaakt door",
37030
37841
  scheduling: {
37842
+ company: {
37843
+ image: {
37844
+ alt: "Afbeelding van de vestiging"
37845
+ }
37846
+ },
37031
37847
  service: {
37032
37848
  action: {
37033
37849
  book: "Een afspraak maken",
@@ -37066,13 +37882,9 @@ Verborgen: alleen beschikbaar via een directe link.`,
37066
37882
  title: "Uw afspraakopties"
37067
37883
  },
37068
37884
  path: "Route"
37069
- },
37070
- company: {
37071
- image: {
37072
- alt: "Afbeelding van de vestiging"
37073
- }
37074
37885
  }
37075
- }
37886
+ },
37887
+ "usage-link": "Gebruiksvoorwaarden"
37076
37888
  }, Ha = {
37077
37889
  admin: Da,
37078
37890
  agenda: Ia,
@@ -37147,10 +37959,10 @@ Verborgen: alleen beschikbaar via een directe link.`,
37147
37959
  "event-booking-widget": {
37148
37960
  confirmation: {
37149
37961
  description: "De afspraak is succesvol aangemaakt. U kunt deze nu in uw kalender vinden.",
37150
- title: "De afspraak is bevestigd!",
37151
37962
  image: {
37152
37963
  alt: "Afbeelding van de afspraakbevestiging"
37153
- }
37964
+ },
37965
+ title: "De afspraak is bevestigd!"
37154
37966
  },
37155
37967
  contact: {
37156
37968
  create: "Een nieuwe @:crm.contact aanmaken",
@@ -37175,6 +37987,9 @@ Verborgen: alleen beschikbaar via een directe link.`,
37175
37987
  description: "Het geselecteerde tijdsblok is niet langer beschikbaar.",
37176
37988
  title: "tijdsblok niet beschikbaar"
37177
37989
  },
37990
+ image: {
37991
+ alt: "Foutafbeelding"
37992
+ },
37178
37993
  "max-daily": {
37179
37994
  description: "De daglimiet voor afspraken voor deze @:crm.contact is overschreden.",
37180
37995
  title: "Limiet bereikt"
@@ -37197,9 +38012,6 @@ Verborgen: alleen beschikbaar via een directe link.`,
37197
38012
  unknown: {
37198
38013
  description: "Neem contact op met support voor meer informatie.",
37199
38014
  title: "Er is een fout opgetreden"
37200
- },
37201
- image: {
37202
- alt: "Foutafbeelding"
37203
38015
  }
37204
38016
  },
37205
38017
  "form-field": {
@@ -37240,11 +38052,17 @@ Verborgen: alleen beschikbaar via een directe link.`,
37240
38052
  subtitle: "Volgende: Een bijdrager kiezen",
37241
38053
  title: "Kies de locatie waarvoor u de link wilt genereren."
37242
38054
  },
38055
+ "contact-additional-fields-step": {
38056
+ subtitle: "Vul de gevraagde aanvullende informatie in."
38057
+ },
38058
+ "contact-fields-step": {
38059
+ subtitle: "Voer de persoonsgegevens van het contact in."
38060
+ },
37243
38061
  "contact-step": {
37244
38062
  next: "Stap overslaan",
38063
+ placeholder: "Een contact zoeken",
37245
38064
  subtitle: "Volgende: Koppelingen genereren",
37246
- title: "Selecteer een @:crm.contact",
37247
- placeholder: "Een contact zoeken"
38065
+ title: "Selecteer een @:crm.contact"
37248
38066
  },
37249
38067
  "link-panel": {
37250
38068
  description: "Uw link is klaar om te delen. Kies de optie die bij u past.",
@@ -37264,23 +38082,6 @@ Verborgen: alleen beschikbaar via een directe link.`,
37264
38082
  },
37265
38083
  title: "Uw link is klaar om te delen. Kies de optie die bij u past."
37266
38084
  },
37267
- "service-step": {
37268
- subtitle: "Volgende: Keuze van het contact",
37269
- title: "Een dienst selecteren"
37270
- },
37271
- skip: "Inhalen",
37272
- "staff-step": {
37273
- subtitle: "Volgende: Keuze van de dienst",
37274
- title: "Een medewerker selecteren",
37275
- placeholder: "Een medewerker zoeken"
37276
- },
37277
- title: "Een link genereren",
37278
- "contact-additional-fields-step": {
37279
- subtitle: "Vul de gevraagde aanvullende informatie in."
37280
- },
37281
- "contact-fields-step": {
37282
- subtitle: "Voer de persoonsgegevens van het contact in."
37283
- },
37284
38085
  "parameter-step": {
37285
38086
  addButton: "Parameter toevoegen",
37286
38087
  emptyState: "Er worden geen extra parameters toegevoegd aan de afspraaklink.",
@@ -37289,7 +38090,18 @@ Verborgen: alleen beschikbaar via een directe link.`,
37289
38090
  value: "Waarde"
37290
38091
  },
37291
38092
  subTitle: "U kunt extra parameters toevoegen aan uw link."
37292
- }
38093
+ },
38094
+ "service-step": {
38095
+ subtitle: "Volgende: Keuze van het contact",
38096
+ title: "Een dienst selecteren"
38097
+ },
38098
+ skip: "Inhalen",
38099
+ "staff-step": {
38100
+ placeholder: "Een medewerker zoeken",
38101
+ subtitle: "Volgende: Keuze van de dienst",
38102
+ title: "Een medewerker selecteren"
38103
+ },
38104
+ title: "Een link genereren"
37293
38105
  },
37294
38106
  login: Pa,
37295
38107
  queue: qa,
@@ -37317,8 +38129,7 @@ function c(e) {
37317
38129
  return e && typeof e == "object" && !Array.isArray(e);
37318
38130
  }
37319
38131
  function o(e, ...i) {
37320
- if (!i.length)
37321
- return e;
38132
+ if (!i.length) return e;
37322
38133
  const a = JSON.parse(JSON.stringify(e)), n = i.shift();
37323
38134
  if (c(a) && c(n))
37324
38135
  for (const t in n)
@@ -37375,7 +38186,7 @@ async function Xa(e, i) {
37375
38186
  return [];
37376
38187
  }
37377
38188
  /*! countries-list v3.1.0 by Annexare | MIT */
37378
- var u = { AD: { name: "Andorra", native: "Andorra", phone: [376], continent: "EU", capital: "Andorra la Vella", currency: ["EUR"], languages: ["ca"] }, AE: { name: "United Arab Emirates", native: "دولة الإمارات العربية المتحدة", phone: [971], continent: "AS", capital: "Abu Dhabi", currency: ["AED"], languages: ["ar"] }, AF: { name: "Afghanistan", native: "افغانستان", phone: [93], continent: "AS", capital: "Kabul", currency: ["AFN"], languages: ["ps", "uz", "tk"] }, AG: { name: "Antigua and Barbuda", native: "Antigua and Barbuda", phone: [1268], continent: "NA", capital: "Saint John's", currency: ["XCD"], languages: ["en"] }, AI: { name: "Anguilla", native: "Anguilla", phone: [1264], continent: "NA", capital: "The Valley", currency: ["XCD"], languages: ["en"] }, AL: { name: "Albania", native: "Shqipëria", phone: [355], continent: "EU", capital: "Tirana", currency: ["ALL"], languages: ["sq"] }, AM: { name: "Armenia", native: "Հայաստան", phone: [374], continent: "AS", capital: "Yerevan", currency: ["AMD"], languages: ["hy", "ru"] }, AO: { name: "Angola", native: "Angola", phone: [244], continent: "AF", capital: "Luanda", currency: ["AOA"], languages: ["pt"] }, AQ: { name: "Antarctica", native: "Antarctica", phone: [672], continent: "AN", capital: "", currency: [], languages: [] }, AR: { name: "Argentina", native: "Argentina", phone: [54], continent: "SA", capital: "Buenos Aires", currency: ["ARS"], languages: ["es", "gn"] }, AS: { name: "American Samoa", native: "American Samoa", phone: [1684], continent: "OC", capital: "Pago Pago", currency: ["USD"], languages: ["en", "sm"] }, AT: { name: "Austria", native: "Österreich", phone: [43], continent: "EU", capital: "Vienna", currency: ["EUR"], languages: ["de"] }, AU: { name: "Australia", native: "Australia", phone: [61], continent: "OC", capital: "Canberra", currency: ["AUD"], languages: ["en"] }, AW: { name: "Aruba", native: "Aruba", phone: [297], continent: "NA", capital: "Oranjestad", currency: ["AWG"], languages: ["nl", "pa"] }, AX: { name: "Aland", native: "Åland", phone: [358], continent: "EU", capital: "Mariehamn", currency: ["EUR"], languages: ["sv"], partOf: "FI" }, AZ: { name: "Azerbaijan", native: "Azərbaycan", phone: [994], continent: "AS", continents: ["AS", "EU"], capital: "Baku", currency: ["AZN"], languages: ["az"] }, BA: { name: "Bosnia and Herzegovina", native: "Bosna i Hercegovina", phone: [387], continent: "EU", capital: "Sarajevo", currency: ["BAM"], languages: ["bs", "hr", "sr"] }, BB: { name: "Barbados", native: "Barbados", phone: [1246], continent: "NA", capital: "Bridgetown", currency: ["BBD"], languages: ["en"] }, BD: { name: "Bangladesh", native: "Bangladesh", phone: [880], continent: "AS", capital: "Dhaka", currency: ["BDT"], languages: ["bn"] }, BE: { name: "Belgium", native: "België", phone: [32], continent: "EU", capital: "Brussels", currency: ["EUR"], languages: ["nl", "fr", "de"] }, BF: { name: "Burkina Faso", native: "Burkina Faso", phone: [226], continent: "AF", capital: "Ouagadougou", currency: ["XOF"], languages: ["fr", "ff"] }, BG: { name: "Bulgaria", native: "България", phone: [359], continent: "EU", capital: "Sofia", currency: ["BGN"], languages: ["bg"] }, BH: { name: "Bahrain", native: "‏البحرين", phone: [973], continent: "AS", capital: "Manama", currency: ["BHD"], languages: ["ar"] }, BI: { name: "Burundi", native: "Burundi", phone: [257], continent: "AF", capital: "Bujumbura", currency: ["BIF"], languages: ["fr", "rn"] }, BJ: { name: "Benin", native: "Bénin", phone: [229], continent: "AF", capital: "Porto-Novo", currency: ["XOF"], languages: ["fr"] }, BL: { name: "Saint Barthelemy", native: "Saint-Barthélemy", phone: [590], continent: "NA", capital: "Gustavia", currency: ["EUR"], languages: ["fr"] }, BM: { name: "Bermuda", native: "Bermuda", phone: [1441], continent: "NA", capital: "Hamilton", currency: ["BMD"], languages: ["en"] }, BN: { name: "Brunei", native: "Negara Brunei Darussalam", phone: [673], continent: "AS", capital: "Bandar Seri Begawan", currency: ["BND"], languages: ["ms"] }, BO: { name: "Bolivia", native: "Bolivia", phone: [591], continent: "SA", capital: "Sucre", currency: ["BOB", "BOV"], languages: ["es", "ay", "qu"] }, BQ: { name: "Bonaire", native: "Bonaire", phone: [5997], continent: "NA", capital: "Kralendijk", currency: ["USD"], languages: ["nl"] }, BR: { name: "Brazil", native: "Brasil", phone: [55], continent: "SA", capital: "Brasília", currency: ["BRL"], languages: ["pt"] }, BS: { name: "Bahamas", native: "Bahamas", phone: [1242], continent: "NA", capital: "Nassau", currency: ["BSD"], languages: ["en"] }, BT: { name: "Bhutan", native: "ʼbrug-yul", phone: [975], continent: "AS", capital: "Thimphu", currency: ["BTN", "INR"], languages: ["dz"] }, BV: { name: "Bouvet Island", native: "Bouvetøya", phone: [47], continent: "AN", capital: "", currency: ["NOK"], languages: ["no", "nb", "nn"] }, BW: { name: "Botswana", native: "Botswana", phone: [267], continent: "AF", capital: "Gaborone", currency: ["BWP"], languages: ["en", "tn"] }, BY: { name: "Belarus", native: "Белару́сь", phone: [375], continent: "EU", capital: "Minsk", currency: ["BYN"], languages: ["be", "ru"] }, BZ: { name: "Belize", native: "Belize", phone: [501], continent: "NA", capital: "Belmopan", currency: ["BZD"], languages: ["en", "es"] }, CA: { name: "Canada", native: "Canada", phone: [1], continent: "NA", capital: "Ottawa", currency: ["CAD"], languages: ["en", "fr"] }, CC: { name: "Cocos (Keeling) Islands", native: "Cocos (Keeling) Islands", phone: [61], continent: "AS", capital: "West Island", currency: ["AUD"], languages: ["en"] }, CD: { name: "Democratic Republic of the Congo", native: "République démocratique du Congo", phone: [243], continent: "AF", capital: "Kinshasa", currency: ["CDF"], languages: ["fr", "ln", "kg", "sw", "lu"] }, CF: { name: "Central African Republic", native: "Ködörösêse tî Bêafrîka", phone: [236], continent: "AF", capital: "Bangui", currency: ["XAF"], languages: ["fr", "sg"] }, CG: { name: "Republic of the Congo", native: "République du Congo", phone: [242], continent: "AF", capital: "Brazzaville", currency: ["XAF"], languages: ["fr", "ln"] }, CH: { name: "Switzerland", native: "Schweiz", phone: [41], continent: "EU", capital: "Bern", currency: ["CHE", "CHF", "CHW"], languages: ["de", "fr", "it"] }, CI: { name: "Ivory Coast", native: "Côte d'Ivoire", phone: [225], continent: "AF", capital: "Yamoussoukro", currency: ["XOF"], languages: ["fr"] }, CK: { name: "Cook Islands", native: "Cook Islands", phone: [682], continent: "OC", capital: "Avarua", currency: ["NZD"], languages: ["en"] }, CL: { name: "Chile", native: "Chile", phone: [56], continent: "SA", capital: "Santiago", currency: ["CLF", "CLP"], languages: ["es"] }, CM: { name: "Cameroon", native: "Cameroon", phone: [237], continent: "AF", capital: "Yaoundé", currency: ["XAF"], languages: ["en", "fr"] }, CN: { name: "China", native: "中国", phone: [86], continent: "AS", capital: "Beijing", currency: ["CNY"], languages: ["zh"] }, CO: { name: "Colombia", native: "Colombia", phone: [57], continent: "SA", capital: "Bogotá", currency: ["COP"], languages: ["es"] }, CR: { name: "Costa Rica", native: "Costa Rica", phone: [506], continent: "NA", capital: "San José", currency: ["CRC"], languages: ["es"] }, CU: { name: "Cuba", native: "Cuba", phone: [53], continent: "NA", capital: "Havana", currency: ["CUC", "CUP"], languages: ["es"] }, CV: { name: "Cape Verde", native: "Cabo Verde", phone: [238], continent: "AF", capital: "Praia", currency: ["CVE"], languages: ["pt"] }, CW: { name: "Curacao", native: "Curaçao", phone: [5999], continent: "NA", capital: "Willemstad", currency: ["ANG"], languages: ["nl", "pa", "en"] }, CX: { name: "Christmas Island", native: "Christmas Island", phone: [61], continent: "AS", capital: "Flying Fish Cove", currency: ["AUD"], languages: ["en"] }, CY: { name: "Cyprus", native: "Κύπρος", phone: [357], continent: "EU", capital: "Nicosia", currency: ["EUR"], languages: ["el", "tr", "hy"] }, CZ: { name: "Czech Republic", native: "Česká republika", phone: [420], continent: "EU", capital: "Prague", currency: ["CZK"], languages: ["cs"] }, DE: { name: "Germany", native: "Deutschland", phone: [49], continent: "EU", capital: "Berlin", currency: ["EUR"], languages: ["de"] }, DJ: { name: "Djibouti", native: "Djibouti", phone: [253], continent: "AF", capital: "Djibouti", currency: ["DJF"], languages: ["fr", "ar"] }, DK: { name: "Denmark", native: "Danmark", phone: [45], continent: "EU", continents: ["EU", "NA"], capital: "Copenhagen", currency: ["DKK"], languages: ["da"] }, DM: { name: "Dominica", native: "Dominica", phone: [1767], continent: "NA", capital: "Roseau", currency: ["XCD"], languages: ["en"] }, DO: { name: "Dominican Republic", native: "República Dominicana", phone: [1809, 1829, 1849], continent: "NA", capital: "Santo Domingo", currency: ["DOP"], languages: ["es"] }, DZ: { name: "Algeria", native: "الجزائر", phone: [213], continent: "AF", capital: "Algiers", currency: ["DZD"], languages: ["ar"] }, EC: { name: "Ecuador", native: "Ecuador", phone: [593], continent: "SA", capital: "Quito", currency: ["USD"], languages: ["es"] }, EE: { name: "Estonia", native: "Eesti", phone: [372], continent: "EU", capital: "Tallinn", currency: ["EUR"], languages: ["et"] }, EG: { name: "Egypt", native: "مصر‎", phone: [20], continent: "AF", continents: ["AF", "AS"], capital: "Cairo", currency: ["EGP"], languages: ["ar"] }, EH: { name: "Western Sahara", native: "الصحراء الغربية", phone: [212], continent: "AF", capital: "El Aaiún", currency: ["MAD", "DZD", "MRU"], languages: ["es"] }, ER: { name: "Eritrea", native: "ኤርትራ", phone: [291], continent: "AF", capital: "Asmara", currency: ["ERN"], languages: ["ti", "ar", "en"] }, ES: { name: "Spain", native: "España", phone: [34], continent: "EU", capital: "Madrid", currency: ["EUR"], languages: ["es", "eu", "ca", "gl", "oc"] }, ET: { name: "Ethiopia", native: "ኢትዮጵያ", phone: [251], continent: "AF", capital: "Addis Ababa", currency: ["ETB"], languages: ["am"] }, FI: { name: "Finland", native: "Suomi", phone: [358], continent: "EU", capital: "Helsinki", currency: ["EUR"], languages: ["fi", "sv"] }, FJ: { name: "Fiji", native: "Fiji", phone: [679], continent: "OC", capital: "Suva", currency: ["FJD"], languages: ["en", "fj", "hi", "ur"] }, FK: { name: "Falkland Islands", native: "Falkland Islands", phone: [500], continent: "SA", capital: "Stanley", currency: ["FKP"], languages: ["en"] }, FM: { name: "Micronesia", native: "Micronesia", phone: [691], continent: "OC", capital: "Palikir", currency: ["USD"], languages: ["en"] }, FO: { name: "Faroe Islands", native: "Føroyar", phone: [298], continent: "EU", capital: "Tórshavn", currency: ["DKK"], languages: ["fo"] }, FR: { name: "France", native: "France", phone: [33], continent: "EU", capital: "Paris", currency: ["EUR"], languages: ["fr"] }, GA: { name: "Gabon", native: "Gabon", phone: [241], continent: "AF", capital: "Libreville", currency: ["XAF"], languages: ["fr"] }, GB: { name: "United Kingdom", native: "United Kingdom", phone: [44], continent: "EU", capital: "London", currency: ["GBP"], languages: ["en"] }, GD: { name: "Grenada", native: "Grenada", phone: [1473], continent: "NA", capital: "St. George's", currency: ["XCD"], languages: ["en"] }, GE: { name: "Georgia", native: "საქართველო", phone: [995], continent: "AS", continents: ["AS", "EU"], capital: "Tbilisi", currency: ["GEL"], languages: ["ka"] }, GF: { name: "French Guiana", native: "Guyane française", phone: [594], continent: "SA", capital: "Cayenne", currency: ["EUR"], languages: ["fr"] }, GG: { name: "Guernsey", native: "Guernsey", phone: [44], continent: "EU", capital: "St. Peter Port", currency: ["GBP"], languages: ["en", "fr"] }, GH: { name: "Ghana", native: "Ghana", phone: [233], continent: "AF", capital: "Accra", currency: ["GHS"], languages: ["en"] }, GI: { name: "Gibraltar", native: "Gibraltar", phone: [350], continent: "EU", capital: "Gibraltar", currency: ["GIP"], languages: ["en"] }, GL: { name: "Greenland", native: "Kalaallit Nunaat", phone: [299], continent: "NA", capital: "Nuuk", currency: ["DKK"], languages: ["kl"] }, GM: { name: "Gambia", native: "Gambia", phone: [220], continent: "AF", capital: "Banjul", currency: ["GMD"], languages: ["en"] }, GN: { name: "Guinea", native: "Guinée", phone: [224], continent: "AF", capital: "Conakry", currency: ["GNF"], languages: ["fr", "ff"] }, GP: { name: "Guadeloupe", native: "Guadeloupe", phone: [590], continent: "NA", capital: "Basse-Terre", currency: ["EUR"], languages: ["fr"] }, GQ: { name: "Equatorial Guinea", native: "Guinea Ecuatorial", phone: [240], continent: "AF", capital: "Malabo", currency: ["XAF"], languages: ["es", "fr"] }, GR: { name: "Greece", native: "Ελλάδα", phone: [30], continent: "EU", capital: "Athens", currency: ["EUR"], languages: ["el"] }, GS: { name: "South Georgia and the South Sandwich Islands", native: "South Georgia", phone: [500], continent: "AN", capital: "King Edward Point", currency: ["GBP"], languages: ["en"] }, GT: { name: "Guatemala", native: "Guatemala", phone: [502], continent: "NA", capital: "Guatemala City", currency: ["GTQ"], languages: ["es"] }, GU: { name: "Guam", native: "Guam", phone: [1671], continent: "OC", capital: "Hagåtña", currency: ["USD"], languages: ["en", "ch", "es"] }, GW: { name: "Guinea-Bissau", native: "Guiné-Bissau", phone: [245], continent: "AF", capital: "Bissau", currency: ["XOF"], languages: ["pt"] }, GY: { name: "Guyana", native: "Guyana", phone: [592], continent: "SA", capital: "Georgetown", currency: ["GYD"], languages: ["en"] }, HK: { name: "Hong Kong", native: "香港", phone: [852], continent: "AS", capital: "City of Victoria", currency: ["HKD"], languages: ["zh", "en"] }, HM: { name: "Heard Island and McDonald Islands", native: "Heard Island and McDonald Islands", phone: [61], continent: "AN", capital: "", currency: ["AUD"], languages: ["en"] }, HN: { name: "Honduras", native: "Honduras", phone: [504], continent: "NA", capital: "Tegucigalpa", currency: ["HNL"], languages: ["es"] }, HR: { name: "Croatia", native: "Hrvatska", phone: [385], continent: "EU", capital: "Zagreb", currency: ["EUR"], languages: ["hr"] }, HT: { name: "Haiti", native: "Haïti", phone: [509], continent: "NA", capital: "Port-au-Prince", currency: ["HTG", "USD"], languages: ["fr", "ht"] }, HU: { name: "Hungary", native: "Magyarország", phone: [36], continent: "EU", capital: "Budapest", currency: ["HUF"], languages: ["hu"] }, ID: { name: "Indonesia", native: "Indonesia", phone: [62], continent: "AS", capital: "Jakarta", currency: ["IDR"], languages: ["id"] }, IE: { name: "Ireland", native: "Éire", phone: [353], continent: "EU", capital: "Dublin", currency: ["EUR"], languages: ["ga", "en"] }, IL: { name: "Israel", native: "יִשְׂרָאֵל", phone: [972], continent: "AS", capital: "Jerusalem", currency: ["ILS"], languages: ["he", "ar"] }, IM: { name: "Isle of Man", native: "Isle of Man", phone: [44], continent: "EU", capital: "Douglas", currency: ["GBP"], languages: ["en", "gv"] }, IN: { name: "India", native: "भारत", phone: [91], continent: "AS", capital: "New Delhi", currency: ["INR"], languages: ["hi", "en"] }, IO: { name: "British Indian Ocean Territory", native: "British Indian Ocean Territory", phone: [246], continent: "AS", capital: "Diego Garcia", currency: ["USD"], languages: ["en"] }, IQ: { name: "Iraq", native: "العراق", phone: [964], continent: "AS", capital: "Baghdad", currency: ["IQD"], languages: ["ar", "ku"] }, IR: { name: "Iran", native: "ایران", phone: [98], continent: "AS", capital: "Tehran", currency: ["IRR"], languages: ["fa"] }, IS: { name: "Iceland", native: "Ísland", phone: [354], continent: "EU", capital: "Reykjavik", currency: ["ISK"], languages: ["is"] }, IT: { name: "Italy", native: "Italia", phone: [39], continent: "EU", capital: "Rome", currency: ["EUR"], languages: ["it"] }, JE: { name: "Jersey", native: "Jersey", phone: [44], continent: "EU", capital: "Saint Helier", currency: ["GBP"], languages: ["en", "fr"] }, JM: { name: "Jamaica", native: "Jamaica", phone: [1876], continent: "NA", capital: "Kingston", currency: ["JMD"], languages: ["en"] }, JO: { name: "Jordan", native: "الأردن", phone: [962], continent: "AS", capital: "Amman", currency: ["JOD"], languages: ["ar"] }, JP: { name: "Japan", native: "日本", phone: [81], continent: "AS", capital: "Tokyo", currency: ["JPY"], languages: ["ja"] }, KE: { name: "Kenya", native: "Kenya", phone: [254], continent: "AF", capital: "Nairobi", currency: ["KES"], languages: ["en", "sw"] }, KG: { name: "Kyrgyzstan", native: "Кыргызстан", phone: [996], continent: "AS", capital: "Bishkek", currency: ["KGS"], languages: ["ky", "ru"] }, KH: { name: "Cambodia", native: "Kâmpŭchéa", phone: [855], continent: "AS", capital: "Phnom Penh", currency: ["KHR"], languages: ["km"] }, KI: { name: "Kiribati", native: "Kiribati", phone: [686], continent: "OC", capital: "South Tarawa", currency: ["AUD"], languages: ["en"] }, KM: { name: "Comoros", native: "Komori", phone: [269], continent: "AF", capital: "Moroni", currency: ["KMF"], languages: ["ar", "fr"] }, KN: { name: "Saint Kitts and Nevis", native: "Saint Kitts and Nevis", phone: [1869], continent: "NA", capital: "Basseterre", currency: ["XCD"], languages: ["en"] }, KP: { name: "North Korea", native: "북한", phone: [850], continent: "AS", capital: "Pyongyang", currency: ["KPW"], languages: ["ko"] }, KR: { name: "South Korea", native: "대한민국", phone: [82], continent: "AS", capital: "Seoul", currency: ["KRW"], languages: ["ko"] }, KW: { name: "Kuwait", native: "الكويت", phone: [965], continent: "AS", capital: "Kuwait City", currency: ["KWD"], languages: ["ar"] }, KY: { name: "Cayman Islands", native: "Cayman Islands", phone: [1345], continent: "NA", capital: "George Town", currency: ["KYD"], languages: ["en"] }, KZ: { name: "Kazakhstan", native: "Қазақстан", phone: [7], continent: "AS", continents: ["AS", "EU"], capital: "Astana", currency: ["KZT"], languages: ["kk", "ru"] }, LA: { name: "Laos", native: "ສປປລາວ", phone: [856], continent: "AS", capital: "Vientiane", currency: ["LAK"], languages: ["lo"] }, LB: { name: "Lebanon", native: "لبنان", phone: [961], continent: "AS", capital: "Beirut", currency: ["LBP"], languages: ["ar", "fr"] }, LC: { name: "Saint Lucia", native: "Saint Lucia", phone: [1758], continent: "NA", capital: "Castries", currency: ["XCD"], languages: ["en"] }, LI: { name: "Liechtenstein", native: "Liechtenstein", phone: [423], continent: "EU", capital: "Vaduz", currency: ["CHF"], languages: ["de"] }, LK: { name: "Sri Lanka", native: "śrī laṃkāva", phone: [94], continent: "AS", capital: "Colombo", currency: ["LKR"], languages: ["si", "ta"] }, LR: { name: "Liberia", native: "Liberia", phone: [231], continent: "AF", capital: "Monrovia", currency: ["LRD"], languages: ["en"] }, LS: { name: "Lesotho", native: "Lesotho", phone: [266], continent: "AF", capital: "Maseru", currency: ["LSL", "ZAR"], languages: ["en", "st"] }, LT: { name: "Lithuania", native: "Lietuva", phone: [370], continent: "EU", capital: "Vilnius", currency: ["EUR"], languages: ["lt"] }, LU: { name: "Luxembourg", native: "Luxembourg", phone: [352], continent: "EU", capital: "Luxembourg", currency: ["EUR"], languages: ["fr", "de", "lb"] }, LV: { name: "Latvia", native: "Latvija", phone: [371], continent: "EU", capital: "Riga", currency: ["EUR"], languages: ["lv"] }, LY: { name: "Libya", native: "‏ليبيا", phone: [218], continent: "AF", capital: "Tripoli", currency: ["LYD"], languages: ["ar"] }, MA: { name: "Morocco", native: "المغرب", phone: [212], continent: "AF", capital: "Rabat", currency: ["MAD"], languages: ["ar"] }, MC: { name: "Monaco", native: "Monaco", phone: [377], continent: "EU", capital: "Monaco", currency: ["EUR"], languages: ["fr"] }, MD: { name: "Moldova", native: "Moldova", phone: [373], continent: "EU", capital: "Chișinău", currency: ["MDL"], languages: ["ro"] }, ME: { name: "Montenegro", native: "Црна Гора", phone: [382], continent: "EU", capital: "Podgorica", currency: ["EUR"], languages: ["sr", "bs", "sq", "hr"] }, MF: { name: "Saint Martin", native: "Saint-Martin", phone: [590], continent: "NA", capital: "Marigot", currency: ["EUR"], languages: ["en", "fr", "nl"] }, MG: { name: "Madagascar", native: "Madagasikara", phone: [261], continent: "AF", capital: "Antananarivo", currency: ["MGA"], languages: ["fr", "mg"] }, MH: { name: "Marshall Islands", native: "M̧ajeļ", phone: [692], continent: "OC", capital: "Majuro", currency: ["USD"], languages: ["en", "mh"] }, MK: { name: "North Macedonia", native: "Северна Македонија", phone: [389], continent: "EU", capital: "Skopje", currency: ["MKD"], languages: ["mk"] }, ML: { name: "Mali", native: "Mali", phone: [223], continent: "AF", capital: "Bamako", currency: ["XOF"], languages: ["fr"] }, MM: { name: "Myanmar (Burma)", native: "မြန်မာ", phone: [95], continent: "AS", capital: "Naypyidaw", currency: ["MMK"], languages: ["my"] }, MN: { name: "Mongolia", native: "Монгол улс", phone: [976], continent: "AS", capital: "Ulan Bator", currency: ["MNT"], languages: ["mn"] }, MO: { name: "Macao", native: "澳門", phone: [853], continent: "AS", capital: "", currency: ["MOP"], languages: ["zh", "pt"] }, MP: { name: "Northern Mariana Islands", native: "Northern Mariana Islands", phone: [1670], continent: "OC", capital: "Saipan", currency: ["USD"], languages: ["en", "ch"] }, MQ: { name: "Martinique", native: "Martinique", phone: [596], continent: "NA", capital: "Fort-de-France", currency: ["EUR"], languages: ["fr"] }, MR: { name: "Mauritania", native: "موريتانيا", phone: [222], continent: "AF", capital: "Nouakchott", currency: ["MRU"], languages: ["ar"] }, MS: { name: "Montserrat", native: "Montserrat", phone: [1664], continent: "NA", capital: "Plymouth", currency: ["XCD"], languages: ["en"] }, MT: { name: "Malta", native: "Malta", phone: [356], continent: "EU", capital: "Valletta", currency: ["EUR"], languages: ["mt", "en"] }, MU: { name: "Mauritius", native: "Maurice", phone: [230], continent: "AF", capital: "Port Louis", currency: ["MUR"], languages: ["en"] }, MV: { name: "Maldives", native: "Maldives", phone: [960], continent: "AS", capital: "Malé", currency: ["MVR"], languages: ["dv"] }, MW: { name: "Malawi", native: "Malawi", phone: [265], continent: "AF", capital: "Lilongwe", currency: ["MWK"], languages: ["en", "ny"] }, MX: { name: "Mexico", native: "México", phone: [52], continent: "NA", capital: "Mexico City", currency: ["MXN"], languages: ["es"] }, MY: { name: "Malaysia", native: "Malaysia", phone: [60], continent: "AS", capital: "Kuala Lumpur", currency: ["MYR"], languages: ["ms"] }, MZ: { name: "Mozambique", native: "Moçambique", phone: [258], continent: "AF", capital: "Maputo", currency: ["MZN"], languages: ["pt"] }, NA: { name: "Namibia", native: "Namibia", phone: [264], continent: "AF", capital: "Windhoek", currency: ["NAD", "ZAR"], languages: ["en", "af"] }, NC: { name: "New Caledonia", native: "Nouvelle-Calédonie", phone: [687], continent: "OC", capital: "Nouméa", currency: ["XPF"], languages: ["fr"] }, NE: { name: "Niger", native: "Niger", phone: [227], continent: "AF", capital: "Niamey", currency: ["XOF"], languages: ["fr"] }, NF: { name: "Norfolk Island", native: "Norfolk Island", phone: [672], continent: "OC", capital: "Kingston", currency: ["AUD"], languages: ["en"] }, NG: { name: "Nigeria", native: "Nigeria", phone: [234], continent: "AF", capital: "Abuja", currency: ["NGN"], languages: ["en"] }, NI: { name: "Nicaragua", native: "Nicaragua", phone: [505], continent: "NA", capital: "Managua", currency: ["NIO"], languages: ["es"] }, NL: { name: "Netherlands", native: "Nederland", phone: [31], continent: "EU", capital: "Amsterdam", currency: ["EUR"], languages: ["nl"] }, NO: { name: "Norway", native: "Norge", phone: [47], continent: "EU", capital: "Oslo", currency: ["NOK"], languages: ["no", "nb", "nn"] }, NP: { name: "Nepal", native: "नेपाल", phone: [977], continent: "AS", capital: "Kathmandu", currency: ["NPR"], languages: ["ne"] }, NR: { name: "Nauru", native: "Nauru", phone: [674], continent: "OC", capital: "Yaren", currency: ["AUD"], languages: ["en", "na"] }, NU: { name: "Niue", native: "Niuē", phone: [683], continent: "OC", capital: "Alofi", currency: ["NZD"], languages: ["en"] }, NZ: { name: "New Zealand", native: "New Zealand", phone: [64], continent: "OC", capital: "Wellington", currency: ["NZD"], languages: ["en", "mi"] }, OM: { name: "Oman", native: "عمان", phone: [968], continent: "AS", capital: "Muscat", currency: ["OMR"], languages: ["ar"] }, PA: { name: "Panama", native: "Panamá", phone: [507], continent: "NA", capital: "Panama City", currency: ["PAB", "USD"], languages: ["es"] }, PE: { name: "Peru", native: "Perú", phone: [51], continent: "SA", capital: "Lima", currency: ["PEN"], languages: ["es"] }, PF: { name: "French Polynesia", native: "Polynésie française", phone: [689], continent: "OC", capital: "Papeetē", currency: ["XPF"], languages: ["fr"] }, PG: { name: "Papua New Guinea", native: "Papua Niugini", phone: [675], continent: "OC", capital: "Port Moresby", currency: ["PGK"], languages: ["en"] }, PH: { name: "Philippines", native: "Pilipinas", phone: [63], continent: "AS", capital: "Manila", currency: ["PHP"], languages: ["en"] }, PK: { name: "Pakistan", native: "Pakistan", phone: [92], continent: "AS", capital: "Islamabad", currency: ["PKR"], languages: ["en", "ur"] }, PL: { name: "Poland", native: "Polska", phone: [48], continent: "EU", capital: "Warsaw", currency: ["PLN"], languages: ["pl"] }, PM: { name: "Saint Pierre and Miquelon", native: "Saint-Pierre-et-Miquelon", phone: [508], continent: "NA", capital: "Saint-Pierre", currency: ["EUR"], languages: ["fr"] }, PN: { name: "Pitcairn Islands", native: "Pitcairn Islands", phone: [64], continent: "OC", capital: "Adamstown", currency: ["NZD"], languages: ["en"] }, PR: { name: "Puerto Rico", native: "Puerto Rico", phone: [1787, 1939], continent: "NA", capital: "San Juan", currency: ["USD"], languages: ["es", "en"] }, PS: { name: "Palestine", native: "فلسطين", phone: [970], continent: "AS", capital: "Ramallah", currency: ["ILS"], languages: ["ar"] }, PT: { name: "Portugal", native: "Portugal", phone: [351], continent: "EU", capital: "Lisbon", currency: ["EUR"], languages: ["pt"] }, PW: { name: "Palau", native: "Palau", phone: [680], continent: "OC", capital: "Ngerulmud", currency: ["USD"], languages: ["en"] }, PY: { name: "Paraguay", native: "Paraguay", phone: [595], continent: "SA", capital: "Asunción", currency: ["PYG"], languages: ["es", "gn"] }, QA: { name: "Qatar", native: "قطر", phone: [974], continent: "AS", capital: "Doha", currency: ["QAR"], languages: ["ar"] }, RE: { name: "Reunion", native: "La Réunion", phone: [262], continent: "AF", capital: "Saint-Denis", currency: ["EUR"], languages: ["fr"] }, RO: { name: "Romania", native: "România", phone: [40], continent: "EU", capital: "Bucharest", currency: ["RON"], languages: ["ro"] }, RS: { name: "Serbia", native: "Србија", phone: [381], continent: "EU", capital: "Belgrade", currency: ["RSD"], languages: ["sr"] }, RU: { name: "Russia", native: "Россия", phone: [7], continent: "AS", continents: ["AS", "EU"], capital: "Moscow", currency: ["RUB"], languages: ["ru"] }, RW: { name: "Rwanda", native: "Rwanda", phone: [250], continent: "AF", capital: "Kigali", currency: ["RWF"], languages: ["rw", "en", "fr"] }, SA: { name: "Saudi Arabia", native: "العربية السعودية", phone: [966], continent: "AS", capital: "Riyadh", currency: ["SAR"], languages: ["ar"] }, SB: { name: "Solomon Islands", native: "Solomon Islands", phone: [677], continent: "OC", capital: "Honiara", currency: ["SBD"], languages: ["en"] }, SC: { name: "Seychelles", native: "Seychelles", phone: [248], continent: "AF", capital: "Victoria", currency: ["SCR"], languages: ["fr", "en"] }, SD: { name: "Sudan", native: "السودان", phone: [249], continent: "AF", capital: "Khartoum", currency: ["SDG"], languages: ["ar", "en"] }, SE: { name: "Sweden", native: "Sverige", phone: [46], continent: "EU", capital: "Stockholm", currency: ["SEK"], languages: ["sv"] }, SG: { name: "Singapore", native: "Singapore", phone: [65], continent: "AS", capital: "Singapore", currency: ["SGD"], languages: ["en", "ms", "ta", "zh"] }, SH: { name: "Saint Helena", native: "Saint Helena", phone: [290], continent: "AF", capital: "Jamestown", currency: ["SHP"], languages: ["en"] }, SI: { name: "Slovenia", native: "Slovenija", phone: [386], continent: "EU", capital: "Ljubljana", currency: ["EUR"], languages: ["sl"] }, SJ: { name: "Svalbard and Jan Mayen", native: "Svalbard og Jan Mayen", phone: [4779], continent: "EU", capital: "Longyearbyen", currency: ["NOK"], languages: ["no"] }, SK: { name: "Slovakia", native: "Slovensko", phone: [421], continent: "EU", capital: "Bratislava", currency: ["EUR"], languages: ["sk"] }, SL: { name: "Sierra Leone", native: "Sierra Leone", phone: [232], continent: "AF", capital: "Freetown", currency: ["SLL"], languages: ["en"] }, SM: { name: "San Marino", native: "San Marino", phone: [378], continent: "EU", capital: "City of San Marino", currency: ["EUR"], languages: ["it"] }, SN: { name: "Senegal", native: "Sénégal", phone: [221], continent: "AF", capital: "Dakar", currency: ["XOF"], languages: ["fr"] }, SO: { name: "Somalia", native: "Soomaaliya", phone: [252], continent: "AF", capital: "Mogadishu", currency: ["SOS"], languages: ["so", "ar"] }, SR: { name: "Suriname", native: "Suriname", phone: [597], continent: "SA", capital: "Paramaribo", currency: ["SRD"], languages: ["nl"] }, SS: { name: "South Sudan", native: "South Sudan", phone: [211], continent: "AF", capital: "Juba", currency: ["SSP"], languages: ["en"] }, ST: { name: "Sao Tome and Principe", native: "São Tomé e Príncipe", phone: [239], continent: "AF", capital: "São Tomé", currency: ["STN"], languages: ["pt"] }, SV: { name: "El Salvador", native: "El Salvador", phone: [503], continent: "NA", capital: "San Salvador", currency: ["SVC", "USD"], languages: ["es"] }, SX: { name: "Sint Maarten", native: "Sint Maarten", phone: [1721], continent: "NA", capital: "Philipsburg", currency: ["ANG"], languages: ["nl", "en"] }, SY: { name: "Syria", native: "سوريا", phone: [963], continent: "AS", capital: "Damascus", currency: ["SYP"], languages: ["ar"] }, SZ: { name: "Eswatini", native: "Eswatini", phone: [268], continent: "AF", capital: "Lobamba", currency: ["SZL"], languages: ["en", "ss"] }, TC: { name: "Turks and Caicos Islands", native: "Turks and Caicos Islands", phone: [1649], continent: "NA", capital: "Cockburn Town", currency: ["USD"], languages: ["en"] }, TD: { name: "Chad", native: "Tchad", phone: [235], continent: "AF", capital: "N'Djamena", currency: ["XAF"], languages: ["fr", "ar"] }, TF: { name: "French Southern Territories", native: "Territoire des Terres australes et antarctiques fr", phone: [262], continent: "AN", capital: "Port-aux-Français", currency: ["EUR"], languages: ["fr"] }, TG: { name: "Togo", native: "Togo", phone: [228], continent: "AF", capital: "Lomé", currency: ["XOF"], languages: ["fr"] }, TH: { name: "Thailand", native: "ประเทศไทย", phone: [66], continent: "AS", capital: "Bangkok", currency: ["THB"], languages: ["th"] }, TJ: { name: "Tajikistan", native: "Тоҷикистон", phone: [992], continent: "AS", capital: "Dushanbe", currency: ["TJS"], languages: ["tg", "ru"] }, TK: { name: "Tokelau", native: "Tokelau", phone: [690], continent: "OC", capital: "Fakaofo", currency: ["NZD"], languages: ["en"] }, TL: { name: "East Timor", native: "Timor-Leste", phone: [670], continent: "OC", capital: "Dili", currency: ["USD"], languages: ["pt"] }, TM: { name: "Turkmenistan", native: "Türkmenistan", phone: [993], continent: "AS", capital: "Ashgabat", currency: ["TMT"], languages: ["tk", "ru"] }, TN: { name: "Tunisia", native: "تونس", phone: [216], continent: "AF", capital: "Tunis", currency: ["TND"], languages: ["ar"] }, TO: { name: "Tonga", native: "Tonga", phone: [676], continent: "OC", capital: "Nuku'alofa", currency: ["TOP"], languages: ["en", "to"] }, TR: { name: "Turkey", native: "Türkiye", phone: [90], continent: "AS", continents: ["AS", "EU"], capital: "Ankara", currency: ["TRY"], languages: ["tr"] }, TT: { name: "Trinidad and Tobago", native: "Trinidad and Tobago", phone: [1868], continent: "NA", capital: "Port of Spain", currency: ["TTD"], languages: ["en"] }, TV: { name: "Tuvalu", native: "Tuvalu", phone: [688], continent: "OC", capital: "Funafuti", currency: ["AUD"], languages: ["en"] }, TW: { name: "Taiwan", native: "臺灣", phone: [886], continent: "AS", capital: "Taipei", currency: ["TWD"], languages: ["zh"] }, TZ: { name: "Tanzania", native: "Tanzania", phone: [255], continent: "AF", capital: "Dodoma", currency: ["TZS"], languages: ["sw", "en"] }, UA: { name: "Ukraine", native: "Україна", phone: [380], continent: "EU", capital: "Kyiv", currency: ["UAH"], languages: ["uk"] }, UG: { name: "Uganda", native: "Uganda", phone: [256], continent: "AF", capital: "Kampala", currency: ["UGX"], languages: ["en", "sw"] }, UM: { name: "U.S. Minor Outlying Islands", native: "United States Minor Outlying Islands", phone: [1], continent: "OC", capital: "", currency: ["USD"], languages: ["en"] }, US: { name: "United States", native: "United States", phone: [1], continent: "NA", capital: "Washington D.C.", currency: ["USD", "USN", "USS"], languages: ["en"] }, UY: { name: "Uruguay", native: "Uruguay", phone: [598], continent: "SA", capital: "Montevideo", currency: ["UYI", "UYU"], languages: ["es"] }, UZ: { name: "Uzbekistan", native: "O'zbekiston", phone: [998], continent: "AS", capital: "Tashkent", currency: ["UZS"], languages: ["uz", "ru"] }, VA: { name: "Vatican City", native: "Vaticano", phone: [379], continent: "EU", capital: "Vatican City", currency: ["EUR"], languages: ["it", "la"] }, VC: { name: "Saint Vincent and the Grenadines", native: "Saint Vincent and the Grenadines", phone: [1784], continent: "NA", capital: "Kingstown", currency: ["XCD"], languages: ["en"] }, VE: { name: "Venezuela", native: "Venezuela", phone: [58], continent: "SA", capital: "Caracas", currency: ["VES"], languages: ["es"] }, VG: { name: "British Virgin Islands", native: "British Virgin Islands", phone: [1284], continent: "NA", capital: "Road Town", currency: ["USD"], languages: ["en"] }, VI: { name: "U.S. Virgin Islands", native: "United States Virgin Islands", phone: [1340], continent: "NA", capital: "Charlotte Amalie", currency: ["USD"], languages: ["en"] }, VN: { name: "Vietnam", native: "Việt Nam", phone: [84], continent: "AS", capital: "Hanoi", currency: ["VND"], languages: ["vi"] }, VU: { name: "Vanuatu", native: "Vanuatu", phone: [678], continent: "OC", capital: "Port Vila", currency: ["VUV"], languages: ["bi", "en", "fr"] }, WF: { name: "Wallis and Futuna", native: "Wallis et Futuna", phone: [681], continent: "OC", capital: "Mata-Utu", currency: ["XPF"], languages: ["fr"] }, WS: { name: "Samoa", native: "Samoa", phone: [685], continent: "OC", capital: "Apia", currency: ["WST"], languages: ["sm", "en"] }, XK: { name: "Kosovo", native: "Republika e Kosovës", phone: [377, 381, 383, 386], continent: "EU", capital: "Pristina", currency: ["EUR"], languages: ["sq", "sr"], userAssigned: !0 }, YE: { name: "Yemen", native: "اليَمَن", phone: [967], continent: "AS", capital: "Sana'a", currency: ["YER"], languages: ["ar"] }, YT: { name: "Mayotte", native: "Mayotte", phone: [262], continent: "AF", capital: "Mamoudzou", currency: ["EUR"], languages: ["fr"] }, ZA: { name: "South Africa", native: "South Africa", phone: [27], continent: "AF", capital: "Pretoria", currency: ["ZAR"], languages: ["af", "en", "nr", "st", "ss", "tn", "ts", "ve", "xh", "zu"] }, ZM: { name: "Zambia", native: "Zambia", phone: [260], continent: "AF", capital: "Lusaka", currency: ["ZMW"], languages: ["en"] }, ZW: { name: "Zimbabwe", native: "Zimbabwe", phone: [263], continent: "AF", capital: "Harare", currency: ["USD", "ZAR", "BWP", "GBP", "AUD", "CNY", "INR", "JPY"], languages: ["en", "sn", "nd"] } }, Qa = { AD: "AND", AE: "ARE", AF: "AFG", AG: "ATG", AI: "AIA", AL: "ALB", AM: "ARM", AO: "AGO", AQ: "ATA", AR: "ARG", AS: "ASM", AT: "AUT", AU: "AUS", AW: "ABW", AX: "ALA", AZ: "AZE", BA: "BIH", BB: "BRB", BD: "BGD", BE: "BEL", BF: "BFA", BG: "BGR", BH: "BHR", BI: "BDI", BJ: "BEN", BL: "BLM", BM: "BMU", BN: "BRN", BO: "BOL", BQ: "BES", BR: "BRA", BS: "BHS", BT: "BTN", BV: "BVT", BW: "BWA", BY: "BLR", BZ: "BLZ", CA: "CAN", CC: "CCK", CD: "COD", CF: "CAF", CG: "COG", CH: "CHE", CI: "CIV", CK: "COK", CL: "CHL", CM: "CMR", CN: "CHN", CO: "COL", CR: "CRI", CU: "CUB", CV: "CPV", CW: "CUW", CX: "CXR", CY: "CYP", CZ: "CZE", DE: "DEU", DJ: "DJI", DK: "DNK", DM: "DMA", DO: "DOM", DZ: "DZA", EC: "ECU", EE: "EST", EG: "EGY", EH: "ESH", ER: "ERI", ES: "ESP", ET: "ETH", FI: "FIN", FJ: "FJI", FK: "FLK", FM: "FSM", FO: "FRO", FR: "FRA", GA: "GAB", GB: "GBR", GD: "GRD", GE: "GEO", GF: "GUF", GG: "GGY", GH: "GHA", GI: "GIB", GL: "GRL", GM: "GMB", GN: "GIN", GP: "GLP", GQ: "GNQ", GR: "GRC", GS: "SGS", GT: "GTM", GU: "GUM", GW: "GNB", GY: "GUY", HK: "HKG", HM: "HMD", HN: "HND", HR: "HRV", HT: "HTI", HU: "HUN", ID: "IDN", IE: "IRL", IL: "ISR", IM: "IMN", IN: "IND", IO: "IOT", IQ: "IRQ", IR: "IRN", IS: "ISL", IT: "ITA", JE: "JEY", JM: "JAM", JO: "JOR", JP: "JPN", KE: "KEN", KG: "KGZ", KH: "KHM", KI: "KIR", KM: "COM", KN: "KNA", KP: "PRK", KR: "KOR", KW: "KWT", KY: "CYM", KZ: "KAZ", LA: "LAO", LB: "LBN", LC: "LCA", LI: "LIE", LK: "LKA", LR: "LBR", LS: "LSO", LT: "LTU", LU: "LUX", LV: "LVA", LY: "LBY", MA: "MAR", MC: "MCO", MD: "MDA", ME: "MNE", MF: "MAF", MG: "MDG", MH: "MHL", MK: "MKD", ML: "MLI", MM: "MMR", MN: "MNG", MO: "MAC", MP: "MNP", MQ: "MTQ", MR: "MRT", MS: "MSR", MT: "MLT", MU: "MUS", MV: "MDV", MW: "MWI", MX: "MEX", MY: "MYS", MZ: "MOZ", NA: "NAM", NC: "NCL", NE: "NER", NF: "NFK", NG: "NGA", NI: "NIC", NL: "NLD", NO: "NOR", NP: "NPL", NR: "NRU", NU: "NIU", NZ: "NZL", OM: "OMN", PA: "PAN", PE: "PER", PF: "PYF", PG: "PNG", PH: "PHL", PK: "PAK", PL: "POL", PM: "SPM", PN: "PCN", PR: "PRI", PS: "PSE", PT: "PRT", PW: "PLW", PY: "PRY", QA: "QAT", RE: "REU", RO: "ROU", RS: "SRB", RU: "RUS", RW: "RWA", SA: "SAU", SB: "SLB", SC: "SYC", SD: "SDN", SE: "SWE", SG: "SGP", SH: "SHN", SI: "SVN", SJ: "SJM", SK: "SVK", SL: "SLE", SM: "SMR", SN: "SEN", SO: "SOM", SR: "SUR", SS: "SSD", ST: "STP", SV: "SLV", SX: "SXM", SY: "SYR", SZ: "SWZ", TC: "TCA", TD: "TCD", TF: "ATF", TG: "TGO", TH: "THA", TJ: "TJK", TK: "TKL", TL: "TLS", TM: "TKM", TN: "TUN", TO: "TON", TR: "TUR", TT: "TTO", TV: "TUV", TW: "TWN", TZ: "TZA", UA: "UKR", UG: "UGA", UM: "UMI", US: "USA", UY: "URY", UZ: "UZB", VA: "VAT", VC: "VCT", VE: "VEN", VG: "VGB", VI: "VIR", VN: "VNM", VU: "VUT", WF: "WLF", WS: "WSM", XK: "XKX", YE: "YEM", YT: "MYT", ZA: "ZAF", ZM: "ZMB", ZW: "ZWE" }, _a = (e) => ({ ...u[e], iso2: e, iso3: Qa[e] }), m = () => Object.keys(u).map((e) => _a(e));
38189
+ var u = { AD: { name: "Andorra", native: "Andorra", phone: [376], continent: "EU", capital: "Andorra la Vella", currency: ["EUR"], languages: ["ca"] }, AE: { name: "United Arab Emirates", native: "دولة الإمارات العربية المتحدة", phone: [971], continent: "AS", capital: "Abu Dhabi", currency: ["AED"], languages: ["ar"] }, AF: { name: "Afghanistan", native: "افغانستان", phone: [93], continent: "AS", capital: "Kabul", currency: ["AFN"], languages: ["ps", "uz", "tk"] }, AG: { name: "Antigua and Barbuda", native: "Antigua and Barbuda", phone: [1268], continent: "NA", capital: "Saint John's", currency: ["XCD"], languages: ["en"] }, AI: { name: "Anguilla", native: "Anguilla", phone: [1264], continent: "NA", capital: "The Valley", currency: ["XCD"], languages: ["en"] }, AL: { name: "Albania", native: "Shqipëria", phone: [355], continent: "EU", capital: "Tirana", currency: ["ALL"], languages: ["sq"] }, AM: { name: "Armenia", native: "Հայաստան", phone: [374], continent: "AS", capital: "Yerevan", currency: ["AMD"], languages: ["hy", "ru"] }, AO: { name: "Angola", native: "Angola", phone: [244], continent: "AF", capital: "Luanda", currency: ["AOA"], languages: ["pt"] }, AQ: { name: "Antarctica", native: "Antarctica", phone: [672], continent: "AN", capital: "", currency: [], languages: [] }, AR: { name: "Argentina", native: "Argentina", phone: [54], continent: "SA", capital: "Buenos Aires", currency: ["ARS"], languages: ["es", "gn"] }, AS: { name: "American Samoa", native: "American Samoa", phone: [1684], continent: "OC", capital: "Pago Pago", currency: ["USD"], languages: ["en", "sm"] }, AT: { name: "Austria", native: "Österreich", phone: [43], continent: "EU", capital: "Vienna", currency: ["EUR"], languages: ["de"] }, AU: { name: "Australia", native: "Australia", phone: [61], continent: "OC", capital: "Canberra", currency: ["AUD"], languages: ["en"] }, AW: { name: "Aruba", native: "Aruba", phone: [297], continent: "NA", capital: "Oranjestad", currency: ["AWG"], languages: ["nl", "pa"] }, AX: { name: "Aland", native: "Åland", phone: [358], continent: "EU", capital: "Mariehamn", currency: ["EUR"], languages: ["sv"], partOf: "FI" }, AZ: { name: "Azerbaijan", native: "Azərbaycan", phone: [994], continent: "AS", continents: ["AS", "EU"], capital: "Baku", currency: ["AZN"], languages: ["az"] }, BA: { name: "Bosnia and Herzegovina", native: "Bosna i Hercegovina", phone: [387], continent: "EU", capital: "Sarajevo", currency: ["BAM"], languages: ["bs", "hr", "sr"] }, BB: { name: "Barbados", native: "Barbados", phone: [1246], continent: "NA", capital: "Bridgetown", currency: ["BBD"], languages: ["en"] }, BD: { name: "Bangladesh", native: "Bangladesh", phone: [880], continent: "AS", capital: "Dhaka", currency: ["BDT"], languages: ["bn"] }, BE: { name: "Belgium", native: "België", phone: [32], continent: "EU", capital: "Brussels", currency: ["EUR"], languages: ["nl", "fr", "de"] }, BF: { name: "Burkina Faso", native: "Burkina Faso", phone: [226], continent: "AF", capital: "Ouagadougou", currency: ["XOF"], languages: ["fr", "ff"] }, BG: { name: "Bulgaria", native: "България", phone: [359], continent: "EU", capital: "Sofia", currency: ["BGN"], languages: ["bg"] }, BH: { name: "Bahrain", native: "‏البحرين", phone: [973], continent: "AS", capital: "Manama", currency: ["BHD"], languages: ["ar"] }, BI: { name: "Burundi", native: "Burundi", phone: [257], continent: "AF", capital: "Bujumbura", currency: ["BIF"], languages: ["fr", "rn"] }, BJ: { name: "Benin", native: "Bénin", phone: [229], continent: "AF", capital: "Porto-Novo", currency: ["XOF"], languages: ["fr"] }, BL: { name: "Saint Barthelemy", native: "Saint-Barthélemy", phone: [590], continent: "NA", capital: "Gustavia", currency: ["EUR"], languages: ["fr"] }, BM: { name: "Bermuda", native: "Bermuda", phone: [1441], continent: "NA", capital: "Hamilton", currency: ["BMD"], languages: ["en"] }, BN: { name: "Brunei", native: "Negara Brunei Darussalam", phone: [673], continent: "AS", capital: "Bandar Seri Begawan", currency: ["BND"], languages: ["ms"] }, BO: { name: "Bolivia", native: "Bolivia", phone: [591], continent: "SA", capital: "Sucre", currency: ["BOB", "BOV"], languages: ["es", "ay", "qu"] }, BQ: { name: "Bonaire", native: "Bonaire", phone: [5997], continent: "NA", capital: "Kralendijk", currency: ["USD"], languages: ["nl"] }, BR: { name: "Brazil", native: "Brasil", phone: [55], continent: "SA", capital: "Brasília", currency: ["BRL"], languages: ["pt"] }, BS: { name: "Bahamas", native: "Bahamas", phone: [1242], continent: "NA", capital: "Nassau", currency: ["BSD"], languages: ["en"] }, BT: { name: "Bhutan", native: "ʼbrug-yul", phone: [975], continent: "AS", capital: "Thimphu", currency: ["BTN", "INR"], languages: ["dz"] }, BV: { name: "Bouvet Island", native: "Bouvetøya", phone: [47], continent: "AN", capital: "", currency: ["NOK"], languages: ["no", "nb", "nn"] }, BW: { name: "Botswana", native: "Botswana", phone: [267], continent: "AF", capital: "Gaborone", currency: ["BWP"], languages: ["en", "tn"] }, BY: { name: "Belarus", native: "Белару́сь", phone: [375], continent: "EU", capital: "Minsk", currency: ["BYN"], languages: ["be", "ru"] }, BZ: { name: "Belize", native: "Belize", phone: [501], continent: "NA", capital: "Belmopan", currency: ["BZD"], languages: ["en", "es"] }, CA: { name: "Canada", native: "Canada", phone: [1], continent: "NA", capital: "Ottawa", currency: ["CAD"], languages: ["en", "fr"] }, CC: { name: "Cocos (Keeling) Islands", native: "Cocos (Keeling) Islands", phone: [61], continent: "AS", capital: "West Island", currency: ["AUD"], languages: ["en"] }, CD: { name: "Democratic Republic of the Congo", native: "République démocratique du Congo", phone: [243], continent: "AF", capital: "Kinshasa", currency: ["CDF"], languages: ["fr", "ln", "kg", "sw", "lu"] }, CF: { name: "Central African Republic", native: "Ködörösêse tî Bêafrîka", phone: [236], continent: "AF", capital: "Bangui", currency: ["XAF"], languages: ["fr", "sg"] }, CG: { name: "Republic of the Congo", native: "République du Congo", phone: [242], continent: "AF", capital: "Brazzaville", currency: ["XAF"], languages: ["fr", "ln"] }, CH: { name: "Switzerland", native: "Schweiz", phone: [41], continent: "EU", capital: "Bern", currency: ["CHE", "CHF", "CHW"], languages: ["de", "fr", "it"] }, CI: { name: "Ivory Coast", native: "Côte d'Ivoire", phone: [225], continent: "AF", capital: "Yamoussoukro", currency: ["XOF"], languages: ["fr"] }, CK: { name: "Cook Islands", native: "Cook Islands", phone: [682], continent: "OC", capital: "Avarua", currency: ["NZD"], languages: ["en"] }, CL: { name: "Chile", native: "Chile", phone: [56], continent: "SA", capital: "Santiago", currency: ["CLF", "CLP"], languages: ["es"] }, CM: { name: "Cameroon", native: "Cameroon", phone: [237], continent: "AF", capital: "Yaoundé", currency: ["XAF"], languages: ["en", "fr"] }, CN: { name: "China", native: "中国", phone: [86], continent: "AS", capital: "Beijing", currency: ["CNY"], languages: ["zh"] }, CO: { name: "Colombia", native: "Colombia", phone: [57], continent: "SA", capital: "Bogotá", currency: ["COP"], languages: ["es"] }, CR: { name: "Costa Rica", native: "Costa Rica", phone: [506], continent: "NA", capital: "San José", currency: ["CRC"], languages: ["es"] }, CU: { name: "Cuba", native: "Cuba", phone: [53], continent: "NA", capital: "Havana", currency: ["CUC", "CUP"], languages: ["es"] }, CV: { name: "Cape Verde", native: "Cabo Verde", phone: [238], continent: "AF", capital: "Praia", currency: ["CVE"], languages: ["pt"] }, CW: { name: "Curacao", native: "Curaçao", phone: [5999], continent: "NA", capital: "Willemstad", currency: ["ANG"], languages: ["nl", "pa", "en"] }, CX: { name: "Christmas Island", native: "Christmas Island", phone: [61], continent: "AS", capital: "Flying Fish Cove", currency: ["AUD"], languages: ["en"] }, CY: { name: "Cyprus", native: "Κύπρος", phone: [357], continent: "EU", capital: "Nicosia", currency: ["EUR"], languages: ["el", "tr", "hy"] }, CZ: { name: "Czech Republic", native: "Česká republika", phone: [420], continent: "EU", capital: "Prague", currency: ["CZK"], languages: ["cs"] }, DE: { name: "Germany", native: "Deutschland", phone: [49], continent: "EU", capital: "Berlin", currency: ["EUR"], languages: ["de"] }, DJ: { name: "Djibouti", native: "Djibouti", phone: [253], continent: "AF", capital: "Djibouti", currency: ["DJF"], languages: ["fr", "ar"] }, DK: { name: "Denmark", native: "Danmark", phone: [45], continent: "EU", continents: ["EU", "NA"], capital: "Copenhagen", currency: ["DKK"], languages: ["da"] }, DM: { name: "Dominica", native: "Dominica", phone: [1767], continent: "NA", capital: "Roseau", currency: ["XCD"], languages: ["en"] }, DO: { name: "Dominican Republic", native: "República Dominicana", phone: [1809, 1829, 1849], continent: "NA", capital: "Santo Domingo", currency: ["DOP"], languages: ["es"] }, DZ: { name: "Algeria", native: "الجزائر", phone: [213], continent: "AF", capital: "Algiers", currency: ["DZD"], languages: ["ar"] }, EC: { name: "Ecuador", native: "Ecuador", phone: [593], continent: "SA", capital: "Quito", currency: ["USD"], languages: ["es"] }, EE: { name: "Estonia", native: "Eesti", phone: [372], continent: "EU", capital: "Tallinn", currency: ["EUR"], languages: ["et"] }, EG: { name: "Egypt", native: "مصر‎", phone: [20], continent: "AF", continents: ["AF", "AS"], capital: "Cairo", currency: ["EGP"], languages: ["ar"] }, EH: { name: "Western Sahara", native: "الصحراء الغربية", phone: [212], continent: "AF", capital: "El Aaiún", currency: ["MAD", "DZD", "MRU"], languages: ["es"] }, ER: { name: "Eritrea", native: "ኤርትራ", phone: [291], continent: "AF", capital: "Asmara", currency: ["ERN"], languages: ["ti", "ar", "en"] }, ES: { name: "Spain", native: "España", phone: [34], continent: "EU", capital: "Madrid", currency: ["EUR"], languages: ["es", "eu", "ca", "gl", "oc"] }, ET: { name: "Ethiopia", native: "ኢትዮጵያ", phone: [251], continent: "AF", capital: "Addis Ababa", currency: ["ETB"], languages: ["am"] }, FI: { name: "Finland", native: "Suomi", phone: [358], continent: "EU", capital: "Helsinki", currency: ["EUR"], languages: ["fi", "sv"] }, FJ: { name: "Fiji", native: "Fiji", phone: [679], continent: "OC", capital: "Suva", currency: ["FJD"], languages: ["en", "fj", "hi", "ur"] }, FK: { name: "Falkland Islands", native: "Falkland Islands", phone: [500], continent: "SA", capital: "Stanley", currency: ["FKP"], languages: ["en"] }, FM: { name: "Micronesia", native: "Micronesia", phone: [691], continent: "OC", capital: "Palikir", currency: ["USD"], languages: ["en"] }, FO: { name: "Faroe Islands", native: "Føroyar", phone: [298], continent: "EU", capital: "Tórshavn", currency: ["DKK"], languages: ["fo"] }, FR: { name: "France", native: "France", phone: [33], continent: "EU", capital: "Paris", currency: ["EUR"], languages: ["fr"] }, GA: { name: "Gabon", native: "Gabon", phone: [241], continent: "AF", capital: "Libreville", currency: ["XAF"], languages: ["fr"] }, GB: { name: "United Kingdom", native: "United Kingdom", phone: [44], continent: "EU", capital: "London", currency: ["GBP"], languages: ["en"] }, GD: { name: "Grenada", native: "Grenada", phone: [1473], continent: "NA", capital: "St. George's", currency: ["XCD"], languages: ["en"] }, GE: { name: "Georgia", native: "საქართველო", phone: [995], continent: "AS", continents: ["AS", "EU"], capital: "Tbilisi", currency: ["GEL"], languages: ["ka"] }, GF: { name: "French Guiana", native: "Guyane française", phone: [594], continent: "SA", capital: "Cayenne", currency: ["EUR"], languages: ["fr"] }, GG: { name: "Guernsey", native: "Guernsey", phone: [44], continent: "EU", capital: "St. Peter Port", currency: ["GBP"], languages: ["en", "fr"] }, GH: { name: "Ghana", native: "Ghana", phone: [233], continent: "AF", capital: "Accra", currency: ["GHS"], languages: ["en"] }, GI: { name: "Gibraltar", native: "Gibraltar", phone: [350], continent: "EU", capital: "Gibraltar", currency: ["GIP"], languages: ["en"] }, GL: { name: "Greenland", native: "Kalaallit Nunaat", phone: [299], continent: "NA", capital: "Nuuk", currency: ["DKK"], languages: ["kl"] }, GM: { name: "Gambia", native: "Gambia", phone: [220], continent: "AF", capital: "Banjul", currency: ["GMD"], languages: ["en"] }, GN: { name: "Guinea", native: "Guinée", phone: [224], continent: "AF", capital: "Conakry", currency: ["GNF"], languages: ["fr", "ff"] }, GP: { name: "Guadeloupe", native: "Guadeloupe", phone: [590], continent: "NA", capital: "Basse-Terre", currency: ["EUR"], languages: ["fr"] }, GQ: { name: "Equatorial Guinea", native: "Guinea Ecuatorial", phone: [240], continent: "AF", capital: "Malabo", currency: ["XAF"], languages: ["es", "fr"] }, GR: { name: "Greece", native: "Ελλάδα", phone: [30], continent: "EU", capital: "Athens", currency: ["EUR"], languages: ["el"] }, GS: { name: "South Georgia and the South Sandwich Islands", native: "South Georgia", phone: [500], continent: "AN", capital: "King Edward Point", currency: ["GBP"], languages: ["en"] }, GT: { name: "Guatemala", native: "Guatemala", phone: [502], continent: "NA", capital: "Guatemala City", currency: ["GTQ"], languages: ["es"] }, GU: { name: "Guam", native: "Guam", phone: [1671], continent: "OC", capital: "Hagåtña", currency: ["USD"], languages: ["en", "ch", "es"] }, GW: { name: "Guinea-Bissau", native: "Guiné-Bissau", phone: [245], continent: "AF", capital: "Bissau", currency: ["XOF"], languages: ["pt"] }, GY: { name: "Guyana", native: "Guyana", phone: [592], continent: "SA", capital: "Georgetown", currency: ["GYD"], languages: ["en"] }, HK: { name: "Hong Kong", native: "香港", phone: [852], continent: "AS", capital: "City of Victoria", currency: ["HKD"], languages: ["zh", "en"] }, HM: { name: "Heard Island and McDonald Islands", native: "Heard Island and McDonald Islands", phone: [61], continent: "AN", capital: "", currency: ["AUD"], languages: ["en"] }, HN: { name: "Honduras", native: "Honduras", phone: [504], continent: "NA", capital: "Tegucigalpa", currency: ["HNL"], languages: ["es"] }, HR: { name: "Croatia", native: "Hrvatska", phone: [385], continent: "EU", capital: "Zagreb", currency: ["EUR"], languages: ["hr"] }, HT: { name: "Haiti", native: "Haïti", phone: [509], continent: "NA", capital: "Port-au-Prince", currency: ["HTG", "USD"], languages: ["fr", "ht"] }, HU: { name: "Hungary", native: "Magyarország", phone: [36], continent: "EU", capital: "Budapest", currency: ["HUF"], languages: ["hu"] }, ID: { name: "Indonesia", native: "Indonesia", phone: [62], continent: "AS", capital: "Jakarta", currency: ["IDR"], languages: ["id"] }, IE: { name: "Ireland", native: "Éire", phone: [353], continent: "EU", capital: "Dublin", currency: ["EUR"], languages: ["ga", "en"] }, IL: { name: "Israel", native: "יִשְׂרָאֵל", phone: [972], continent: "AS", capital: "Jerusalem", currency: ["ILS"], languages: ["he", "ar"] }, IM: { name: "Isle of Man", native: "Isle of Man", phone: [44], continent: "EU", capital: "Douglas", currency: ["GBP"], languages: ["en", "gv"] }, IN: { name: "India", native: "भारत", phone: [91], continent: "AS", capital: "New Delhi", currency: ["INR"], languages: ["hi", "en"] }, IO: { name: "British Indian Ocean Territory", native: "British Indian Ocean Territory", phone: [246], continent: "AS", capital: "Diego Garcia", currency: ["USD"], languages: ["en"] }, IQ: { name: "Iraq", native: "العراق", phone: [964], continent: "AS", capital: "Baghdad", currency: ["IQD"], languages: ["ar", "ku"] }, IR: { name: "Iran", native: "ایران", phone: [98], continent: "AS", capital: "Tehran", currency: ["IRR"], languages: ["fa"] }, IS: { name: "Iceland", native: "Ísland", phone: [354], continent: "EU", capital: "Reykjavik", currency: ["ISK"], languages: ["is"] }, IT: { name: "Italy", native: "Italia", phone: [39], continent: "EU", capital: "Rome", currency: ["EUR"], languages: ["it"] }, JE: { name: "Jersey", native: "Jersey", phone: [44], continent: "EU", capital: "Saint Helier", currency: ["GBP"], languages: ["en", "fr"] }, JM: { name: "Jamaica", native: "Jamaica", phone: [1876], continent: "NA", capital: "Kingston", currency: ["JMD"], languages: ["en"] }, JO: { name: "Jordan", native: "الأردن", phone: [962], continent: "AS", capital: "Amman", currency: ["JOD"], languages: ["ar"] }, JP: { name: "Japan", native: "日本", phone: [81], continent: "AS", capital: "Tokyo", currency: ["JPY"], languages: ["ja"] }, KE: { name: "Kenya", native: "Kenya", phone: [254], continent: "AF", capital: "Nairobi", currency: ["KES"], languages: ["en", "sw"] }, KG: { name: "Kyrgyzstan", native: "Кыргызстан", phone: [996], continent: "AS", capital: "Bishkek", currency: ["KGS"], languages: ["ky", "ru"] }, KH: { name: "Cambodia", native: "Kâmpŭchéa", phone: [855], continent: "AS", capital: "Phnom Penh", currency: ["KHR"], languages: ["km"] }, KI: { name: "Kiribati", native: "Kiribati", phone: [686], continent: "OC", capital: "South Tarawa", currency: ["AUD"], languages: ["en"] }, KM: { name: "Comoros", native: "Komori", phone: [269], continent: "AF", capital: "Moroni", currency: ["KMF"], languages: ["ar", "fr"] }, KN: { name: "Saint Kitts and Nevis", native: "Saint Kitts and Nevis", phone: [1869], continent: "NA", capital: "Basseterre", currency: ["XCD"], languages: ["en"] }, KP: { name: "North Korea", native: "북한", phone: [850], continent: "AS", capital: "Pyongyang", currency: ["KPW"], languages: ["ko"] }, KR: { name: "South Korea", native: "대한민국", phone: [82], continent: "AS", capital: "Seoul", currency: ["KRW"], languages: ["ko"] }, KW: { name: "Kuwait", native: "الكويت", phone: [965], continent: "AS", capital: "Kuwait City", currency: ["KWD"], languages: ["ar"] }, KY: { name: "Cayman Islands", native: "Cayman Islands", phone: [1345], continent: "NA", capital: "George Town", currency: ["KYD"], languages: ["en"] }, KZ: { name: "Kazakhstan", native: "Қазақстан", phone: [7], continent: "AS", continents: ["AS", "EU"], capital: "Astana", currency: ["KZT"], languages: ["kk", "ru"] }, LA: { name: "Laos", native: "ສປປລາວ", phone: [856], continent: "AS", capital: "Vientiane", currency: ["LAK"], languages: ["lo"] }, LB: { name: "Lebanon", native: "لبنان", phone: [961], continent: "AS", capital: "Beirut", currency: ["LBP"], languages: ["ar", "fr"] }, LC: { name: "Saint Lucia", native: "Saint Lucia", phone: [1758], continent: "NA", capital: "Castries", currency: ["XCD"], languages: ["en"] }, LI: { name: "Liechtenstein", native: "Liechtenstein", phone: [423], continent: "EU", capital: "Vaduz", currency: ["CHF"], languages: ["de"] }, LK: { name: "Sri Lanka", native: "śrī laṃkāva", phone: [94], continent: "AS", capital: "Colombo", currency: ["LKR"], languages: ["si", "ta"] }, LR: { name: "Liberia", native: "Liberia", phone: [231], continent: "AF", capital: "Monrovia", currency: ["LRD"], languages: ["en"] }, LS: { name: "Lesotho", native: "Lesotho", phone: [266], continent: "AF", capital: "Maseru", currency: ["LSL", "ZAR"], languages: ["en", "st"] }, LT: { name: "Lithuania", native: "Lietuva", phone: [370], continent: "EU", capital: "Vilnius", currency: ["EUR"], languages: ["lt"] }, LU: { name: "Luxembourg", native: "Luxembourg", phone: [352], continent: "EU", capital: "Luxembourg", currency: ["EUR"], languages: ["fr", "de", "lb"] }, LV: { name: "Latvia", native: "Latvija", phone: [371], continent: "EU", capital: "Riga", currency: ["EUR"], languages: ["lv"] }, LY: { name: "Libya", native: "‏ليبيا", phone: [218], continent: "AF", capital: "Tripoli", currency: ["LYD"], languages: ["ar"] }, MA: { name: "Morocco", native: "المغرب", phone: [212], continent: "AF", capital: "Rabat", currency: ["MAD"], languages: ["ar"] }, MC: { name: "Monaco", native: "Monaco", phone: [377], continent: "EU", capital: "Monaco", currency: ["EUR"], languages: ["fr"] }, MD: { name: "Moldova", native: "Moldova", phone: [373], continent: "EU", capital: "Chișinău", currency: ["MDL"], languages: ["ro"] }, ME: { name: "Montenegro", native: "Црна Гора", phone: [382], continent: "EU", capital: "Podgorica", currency: ["EUR"], languages: ["sr", "bs", "sq", "hr"] }, MF: { name: "Saint Martin", native: "Saint-Martin", phone: [590], continent: "NA", capital: "Marigot", currency: ["EUR"], languages: ["en", "fr", "nl"] }, MG: { name: "Madagascar", native: "Madagasikara", phone: [261], continent: "AF", capital: "Antananarivo", currency: ["MGA"], languages: ["fr", "mg"] }, MH: { name: "Marshall Islands", native: "M̧ajeļ", phone: [692], continent: "OC", capital: "Majuro", currency: ["USD"], languages: ["en", "mh"] }, MK: { name: "North Macedonia", native: "Северна Македонија", phone: [389], continent: "EU", capital: "Skopje", currency: ["MKD"], languages: ["mk"] }, ML: { name: "Mali", native: "Mali", phone: [223], continent: "AF", capital: "Bamako", currency: ["XOF"], languages: ["fr"] }, MM: { name: "Myanmar (Burma)", native: "မြန်မာ", phone: [95], continent: "AS", capital: "Naypyidaw", currency: ["MMK"], languages: ["my"] }, MN: { name: "Mongolia", native: "Монгол улс", phone: [976], continent: "AS", capital: "Ulan Bator", currency: ["MNT"], languages: ["mn"] }, MO: { name: "Macao", native: "澳門", phone: [853], continent: "AS", capital: "", currency: ["MOP"], languages: ["zh", "pt"] }, MP: { name: "Northern Mariana Islands", native: "Northern Mariana Islands", phone: [1670], continent: "OC", capital: "Saipan", currency: ["USD"], languages: ["en", "ch"] }, MQ: { name: "Martinique", native: "Martinique", phone: [596], continent: "NA", capital: "Fort-de-France", currency: ["EUR"], languages: ["fr"] }, MR: { name: "Mauritania", native: "موريتانيا", phone: [222], continent: "AF", capital: "Nouakchott", currency: ["MRU"], languages: ["ar"] }, MS: { name: "Montserrat", native: "Montserrat", phone: [1664], continent: "NA", capital: "Plymouth", currency: ["XCD"], languages: ["en"] }, MT: { name: "Malta", native: "Malta", phone: [356], continent: "EU", capital: "Valletta", currency: ["EUR"], languages: ["mt", "en"] }, MU: { name: "Mauritius", native: "Maurice", phone: [230], continent: "AF", capital: "Port Louis", currency: ["MUR"], languages: ["en"] }, MV: { name: "Maldives", native: "Maldives", phone: [960], continent: "AS", capital: "Malé", currency: ["MVR"], languages: ["dv"] }, MW: { name: "Malawi", native: "Malawi", phone: [265], continent: "AF", capital: "Lilongwe", currency: ["MWK"], languages: ["en", "ny"] }, MX: { name: "Mexico", native: "México", phone: [52], continent: "NA", capital: "Mexico City", currency: ["MXN"], languages: ["es"] }, MY: { name: "Malaysia", native: "Malaysia", phone: [60], continent: "AS", capital: "Kuala Lumpur", currency: ["MYR"], languages: ["ms"] }, MZ: { name: "Mozambique", native: "Moçambique", phone: [258], continent: "AF", capital: "Maputo", currency: ["MZN"], languages: ["pt"] }, NA: { name: "Namibia", native: "Namibia", phone: [264], continent: "AF", capital: "Windhoek", currency: ["NAD", "ZAR"], languages: ["en", "af"] }, NC: { name: "New Caledonia", native: "Nouvelle-Calédonie", phone: [687], continent: "OC", capital: "Nouméa", currency: ["XPF"], languages: ["fr"] }, NE: { name: "Niger", native: "Niger", phone: [227], continent: "AF", capital: "Niamey", currency: ["XOF"], languages: ["fr"] }, NF: { name: "Norfolk Island", native: "Norfolk Island", phone: [672], continent: "OC", capital: "Kingston", currency: ["AUD"], languages: ["en"] }, NG: { name: "Nigeria", native: "Nigeria", phone: [234], continent: "AF", capital: "Abuja", currency: ["NGN"], languages: ["en"] }, NI: { name: "Nicaragua", native: "Nicaragua", phone: [505], continent: "NA", capital: "Managua", currency: ["NIO"], languages: ["es"] }, NL: { name: "Netherlands", native: "Nederland", phone: [31], continent: "EU", capital: "Amsterdam", currency: ["EUR"], languages: ["nl"] }, NO: { name: "Norway", native: "Norge", phone: [47], continent: "EU", capital: "Oslo", currency: ["NOK"], languages: ["no", "nb", "nn"] }, NP: { name: "Nepal", native: "नेपाल", phone: [977], continent: "AS", capital: "Kathmandu", currency: ["NPR"], languages: ["ne"] }, NR: { name: "Nauru", native: "Nauru", phone: [674], continent: "OC", capital: "Yaren", currency: ["AUD"], languages: ["en", "na"] }, NU: { name: "Niue", native: "Niuē", phone: [683], continent: "OC", capital: "Alofi", currency: ["NZD"], languages: ["en"] }, NZ: { name: "New Zealand", native: "New Zealand", phone: [64], continent: "OC", capital: "Wellington", currency: ["NZD"], languages: ["en", "mi"] }, OM: { name: "Oman", native: "عمان", phone: [968], continent: "AS", capital: "Muscat", currency: ["OMR"], languages: ["ar"] }, PA: { name: "Panama", native: "Panamá", phone: [507], continent: "NA", capital: "Panama City", currency: ["PAB", "USD"], languages: ["es"] }, PE: { name: "Peru", native: "Perú", phone: [51], continent: "SA", capital: "Lima", currency: ["PEN"], languages: ["es"] }, PF: { name: "French Polynesia", native: "Polynésie française", phone: [689], continent: "OC", capital: "Papeetē", currency: ["XPF"], languages: ["fr"] }, PG: { name: "Papua New Guinea", native: "Papua Niugini", phone: [675], continent: "OC", capital: "Port Moresby", currency: ["PGK"], languages: ["en"] }, PH: { name: "Philippines", native: "Pilipinas", phone: [63], continent: "AS", capital: "Manila", currency: ["PHP"], languages: ["en"] }, PK: { name: "Pakistan", native: "Pakistan", phone: [92], continent: "AS", capital: "Islamabad", currency: ["PKR"], languages: ["en", "ur"] }, PL: { name: "Poland", native: "Polska", phone: [48], continent: "EU", capital: "Warsaw", currency: ["PLN"], languages: ["pl"] }, PM: { name: "Saint Pierre and Miquelon", native: "Saint-Pierre-et-Miquelon", phone: [508], continent: "NA", capital: "Saint-Pierre", currency: ["EUR"], languages: ["fr"] }, PN: { name: "Pitcairn Islands", native: "Pitcairn Islands", phone: [64], continent: "OC", capital: "Adamstown", currency: ["NZD"], languages: ["en"] }, PR: { name: "Puerto Rico", native: "Puerto Rico", phone: [1787, 1939], continent: "NA", capital: "San Juan", currency: ["USD"], languages: ["es", "en"] }, PS: { name: "Palestine", native: "فلسطين", phone: [970], continent: "AS", capital: "Ramallah", currency: ["ILS"], languages: ["ar"] }, PT: { name: "Portugal", native: "Portugal", phone: [351], continent: "EU", capital: "Lisbon", currency: ["EUR"], languages: ["pt"] }, PW: { name: "Palau", native: "Palau", phone: [680], continent: "OC", capital: "Ngerulmud", currency: ["USD"], languages: ["en"] }, PY: { name: "Paraguay", native: "Paraguay", phone: [595], continent: "SA", capital: "Asunción", currency: ["PYG"], languages: ["es", "gn"] }, QA: { name: "Qatar", native: "قطر", phone: [974], continent: "AS", capital: "Doha", currency: ["QAR"], languages: ["ar"] }, RE: { name: "Reunion", native: "La Réunion", phone: [262], continent: "AF", capital: "Saint-Denis", currency: ["EUR"], languages: ["fr"] }, RO: { name: "Romania", native: "România", phone: [40], continent: "EU", capital: "Bucharest", currency: ["RON"], languages: ["ro"] }, RS: { name: "Serbia", native: "Србија", phone: [381], continent: "EU", capital: "Belgrade", currency: ["RSD"], languages: ["sr"] }, RU: { name: "Russia", native: "Россия", phone: [7], continent: "AS", continents: ["AS", "EU"], capital: "Moscow", currency: ["RUB"], languages: ["ru"] }, RW: { name: "Rwanda", native: "Rwanda", phone: [250], continent: "AF", capital: "Kigali", currency: ["RWF"], languages: ["rw", "en", "fr"] }, SA: { name: "Saudi Arabia", native: "العربية السعودية", phone: [966], continent: "AS", capital: "Riyadh", currency: ["SAR"], languages: ["ar"] }, SB: { name: "Solomon Islands", native: "Solomon Islands", phone: [677], continent: "OC", capital: "Honiara", currency: ["SBD"], languages: ["en"] }, SC: { name: "Seychelles", native: "Seychelles", phone: [248], continent: "AF", capital: "Victoria", currency: ["SCR"], languages: ["fr", "en"] }, SD: { name: "Sudan", native: "السودان", phone: [249], continent: "AF", capital: "Khartoum", currency: ["SDG"], languages: ["ar", "en"] }, SE: { name: "Sweden", native: "Sverige", phone: [46], continent: "EU", capital: "Stockholm", currency: ["SEK"], languages: ["sv"] }, SG: { name: "Singapore", native: "Singapore", phone: [65], continent: "AS", capital: "Singapore", currency: ["SGD"], languages: ["en", "ms", "ta", "zh"] }, SH: { name: "Saint Helena", native: "Saint Helena", phone: [290], continent: "AF", capital: "Jamestown", currency: ["SHP"], languages: ["en"] }, SI: { name: "Slovenia", native: "Slovenija", phone: [386], continent: "EU", capital: "Ljubljana", currency: ["EUR"], languages: ["sl"] }, SJ: { name: "Svalbard and Jan Mayen", native: "Svalbard og Jan Mayen", phone: [4779], continent: "EU", capital: "Longyearbyen", currency: ["NOK"], languages: ["no"] }, SK: { name: "Slovakia", native: "Slovensko", phone: [421], continent: "EU", capital: "Bratislava", currency: ["EUR"], languages: ["sk"] }, SL: { name: "Sierra Leone", native: "Sierra Leone", phone: [232], continent: "AF", capital: "Freetown", currency: ["SLL"], languages: ["en"] }, SM: { name: "San Marino", native: "San Marino", phone: [378], continent: "EU", capital: "City of San Marino", currency: ["EUR"], languages: ["it"] }, SN: { name: "Senegal", native: "Sénégal", phone: [221], continent: "AF", capital: "Dakar", currency: ["XOF"], languages: ["fr"] }, SO: { name: "Somalia", native: "Soomaaliya", phone: [252], continent: "AF", capital: "Mogadishu", currency: ["SOS"], languages: ["so", "ar"] }, SR: { name: "Suriname", native: "Suriname", phone: [597], continent: "SA", capital: "Paramaribo", currency: ["SRD"], languages: ["nl"] }, SS: { name: "South Sudan", native: "South Sudan", phone: [211], continent: "AF", capital: "Juba", currency: ["SSP"], languages: ["en"] }, ST: { name: "Sao Tome and Principe", native: "São Tomé e Príncipe", phone: [239], continent: "AF", capital: "São Tomé", currency: ["STN"], languages: ["pt"] }, SV: { name: "El Salvador", native: "El Salvador", phone: [503], continent: "NA", capital: "San Salvador", currency: ["SVC", "USD"], languages: ["es"] }, SX: { name: "Sint Maarten", native: "Sint Maarten", phone: [1721], continent: "NA", capital: "Philipsburg", currency: ["ANG"], languages: ["nl", "en"] }, SY: { name: "Syria", native: "سوريا", phone: [963], continent: "AS", capital: "Damascus", currency: ["SYP"], languages: ["ar"] }, SZ: { name: "Eswatini", native: "Eswatini", phone: [268], continent: "AF", capital: "Lobamba", currency: ["SZL"], languages: ["en", "ss"] }, TC: { name: "Turks and Caicos Islands", native: "Turks and Caicos Islands", phone: [1649], continent: "NA", capital: "Cockburn Town", currency: ["USD"], languages: ["en"] }, TD: { name: "Chad", native: "Tchad", phone: [235], continent: "AF", capital: "N'Djamena", currency: ["XAF"], languages: ["fr", "ar"] }, TF: { name: "French Southern Territories", native: "Territoire des Terres australes et antarctiques fr", phone: [262], continent: "AN", capital: "Port-aux-Français", currency: ["EUR"], languages: ["fr"] }, TG: { name: "Togo", native: "Togo", phone: [228], continent: "AF", capital: "Lomé", currency: ["XOF"], languages: ["fr"] }, TH: { name: "Thailand", native: "ประเทศไทย", phone: [66], continent: "AS", capital: "Bangkok", currency: ["THB"], languages: ["th"] }, TJ: { name: "Tajikistan", native: "Тоҷикистон", phone: [992], continent: "AS", capital: "Dushanbe", currency: ["TJS"], languages: ["tg", "ru"] }, TK: { name: "Tokelau", native: "Tokelau", phone: [690], continent: "OC", capital: "Fakaofo", currency: ["NZD"], languages: ["en"] }, TL: { name: "East Timor", native: "Timor-Leste", phone: [670], continent: "OC", capital: "Dili", currency: ["USD"], languages: ["pt"] }, TM: { name: "Turkmenistan", native: "Türkmenistan", phone: [993], continent: "AS", capital: "Ashgabat", currency: ["TMT"], languages: ["tk", "ru"] }, TN: { name: "Tunisia", native: "تونس", phone: [216], continent: "AF", capital: "Tunis", currency: ["TND"], languages: ["ar"] }, TO: { name: "Tonga", native: "Tonga", phone: [676], continent: "OC", capital: "Nuku'alofa", currency: ["TOP"], languages: ["en", "to"] }, TR: { name: "Turkey", native: "Türkiye", phone: [90], continent: "AS", continents: ["AS", "EU"], capital: "Ankara", currency: ["TRY"], languages: ["tr"] }, TT: { name: "Trinidad and Tobago", native: "Trinidad and Tobago", phone: [1868], continent: "NA", capital: "Port of Spain", currency: ["TTD"], languages: ["en"] }, TV: { name: "Tuvalu", native: "Tuvalu", phone: [688], continent: "OC", capital: "Funafuti", currency: ["AUD"], languages: ["en"] }, TW: { name: "Taiwan", native: "臺灣", phone: [886], continent: "AS", capital: "Taipei", currency: ["TWD"], languages: ["zh"] }, TZ: { name: "Tanzania", native: "Tanzania", phone: [255], continent: "AF", capital: "Dodoma", currency: ["TZS"], languages: ["sw", "en"] }, UA: { name: "Ukraine", native: "Україна", phone: [380], continent: "EU", capital: "Kyiv", currency: ["UAH"], languages: ["uk"] }, UG: { name: "Uganda", native: "Uganda", phone: [256], continent: "AF", capital: "Kampala", currency: ["UGX"], languages: ["en", "sw"] }, UM: { name: "U.S. Minor Outlying Islands", native: "United States Minor Outlying Islands", phone: [1], continent: "OC", capital: "", currency: ["USD"], languages: ["en"] }, US: { name: "United States", native: "United States", phone: [1], continent: "NA", capital: "Washington D.C.", currency: ["USD", "USN", "USS"], languages: ["en"] }, UY: { name: "Uruguay", native: "Uruguay", phone: [598], continent: "SA", capital: "Montevideo", currency: ["UYI", "UYU"], languages: ["es"] }, UZ: { name: "Uzbekistan", native: "O'zbekiston", phone: [998], continent: "AS", capital: "Tashkent", currency: ["UZS"], languages: ["uz", "ru"] }, VA: { name: "Vatican City", native: "Vaticano", phone: [379], continent: "EU", capital: "Vatican City", currency: ["EUR"], languages: ["it", "la"] }, VC: { name: "Saint Vincent and the Grenadines", native: "Saint Vincent and the Grenadines", phone: [1784], continent: "NA", capital: "Kingstown", currency: ["XCD"], languages: ["en"] }, VE: { name: "Venezuela", native: "Venezuela", phone: [58], continent: "SA", capital: "Caracas", currency: ["VES"], languages: ["es"] }, VG: { name: "British Virgin Islands", native: "British Virgin Islands", phone: [1284], continent: "NA", capital: "Road Town", currency: ["USD"], languages: ["en"] }, VI: { name: "U.S. Virgin Islands", native: "United States Virgin Islands", phone: [1340], continent: "NA", capital: "Charlotte Amalie", currency: ["USD"], languages: ["en"] }, VN: { name: "Vietnam", native: "Việt Nam", phone: [84], continent: "AS", capital: "Hanoi", currency: ["VND"], languages: ["vi"] }, VU: { name: "Vanuatu", native: "Vanuatu", phone: [678], continent: "OC", capital: "Port Vila", currency: ["VUV"], languages: ["bi", "en", "fr"] }, WF: { name: "Wallis and Futuna", native: "Wallis et Futuna", phone: [681], continent: "OC", capital: "Mata-Utu", currency: ["XPF"], languages: ["fr"] }, WS: { name: "Samoa", native: "Samoa", phone: [685], continent: "OC", capital: "Apia", currency: ["WST"], languages: ["sm", "en"] }, XK: { name: "Kosovo", native: "Republika e Kosovës", phone: [377, 381, 383, 386], continent: "EU", capital: "Pristina", currency: ["EUR"], languages: ["sq", "sr"], userAssigned: !0 }, YE: { name: "Yemen", native: "اليَمَن", phone: [967], continent: "AS", capital: "Sana'a", currency: ["YER"], languages: ["ar"] }, YT: { name: "Mayotte", native: "Mayotte", phone: [262], continent: "AF", capital: "Mamoudzou", currency: ["EUR"], languages: ["fr"] }, ZA: { name: "South Africa", native: "South Africa", phone: [27], continent: "AF", capital: "Pretoria", currency: ["ZAR"], languages: ["af", "en", "nr", "st", "ss", "tn", "ts", "ve", "xh", "zu"] }, ZM: { name: "Zambia", native: "Zambia", phone: [260], continent: "AF", capital: "Lusaka", currency: ["ZMW"], languages: ["en"] }, ZW: { name: "Zimbabwe", native: "Zimbabwe", phone: [263], continent: "AF", capital: "Harare", currency: ["USD", "ZAR", "BWP", "GBP", "AUD", "CNY", "INR", "JPY"], languages: ["en", "sn", "nd"] } }, _a = { AD: "AND", AE: "ARE", AF: "AFG", AG: "ATG", AI: "AIA", AL: "ALB", AM: "ARM", AO: "AGO", AQ: "ATA", AR: "ARG", AS: "ASM", AT: "AUT", AU: "AUS", AW: "ABW", AX: "ALA", AZ: "AZE", BA: "BIH", BB: "BRB", BD: "BGD", BE: "BEL", BF: "BFA", BG: "BGR", BH: "BHR", BI: "BDI", BJ: "BEN", BL: "BLM", BM: "BMU", BN: "BRN", BO: "BOL", BQ: "BES", BR: "BRA", BS: "BHS", BT: "BTN", BV: "BVT", BW: "BWA", BY: "BLR", BZ: "BLZ", CA: "CAN", CC: "CCK", CD: "COD", CF: "CAF", CG: "COG", CH: "CHE", CI: "CIV", CK: "COK", CL: "CHL", CM: "CMR", CN: "CHN", CO: "COL", CR: "CRI", CU: "CUB", CV: "CPV", CW: "CUW", CX: "CXR", CY: "CYP", CZ: "CZE", DE: "DEU", DJ: "DJI", DK: "DNK", DM: "DMA", DO: "DOM", DZ: "DZA", EC: "ECU", EE: "EST", EG: "EGY", EH: "ESH", ER: "ERI", ES: "ESP", ET: "ETH", FI: "FIN", FJ: "FJI", FK: "FLK", FM: "FSM", FO: "FRO", FR: "FRA", GA: "GAB", GB: "GBR", GD: "GRD", GE: "GEO", GF: "GUF", GG: "GGY", GH: "GHA", GI: "GIB", GL: "GRL", GM: "GMB", GN: "GIN", GP: "GLP", GQ: "GNQ", GR: "GRC", GS: "SGS", GT: "GTM", GU: "GUM", GW: "GNB", GY: "GUY", HK: "HKG", HM: "HMD", HN: "HND", HR: "HRV", HT: "HTI", HU: "HUN", ID: "IDN", IE: "IRL", IL: "ISR", IM: "IMN", IN: "IND", IO: "IOT", IQ: "IRQ", IR: "IRN", IS: "ISL", IT: "ITA", JE: "JEY", JM: "JAM", JO: "JOR", JP: "JPN", KE: "KEN", KG: "KGZ", KH: "KHM", KI: "KIR", KM: "COM", KN: "KNA", KP: "PRK", KR: "KOR", KW: "KWT", KY: "CYM", KZ: "KAZ", LA: "LAO", LB: "LBN", LC: "LCA", LI: "LIE", LK: "LKA", LR: "LBR", LS: "LSO", LT: "LTU", LU: "LUX", LV: "LVA", LY: "LBY", MA: "MAR", MC: "MCO", MD: "MDA", ME: "MNE", MF: "MAF", MG: "MDG", MH: "MHL", MK: "MKD", ML: "MLI", MM: "MMR", MN: "MNG", MO: "MAC", MP: "MNP", MQ: "MTQ", MR: "MRT", MS: "MSR", MT: "MLT", MU: "MUS", MV: "MDV", MW: "MWI", MX: "MEX", MY: "MYS", MZ: "MOZ", NA: "NAM", NC: "NCL", NE: "NER", NF: "NFK", NG: "NGA", NI: "NIC", NL: "NLD", NO: "NOR", NP: "NPL", NR: "NRU", NU: "NIU", NZ: "NZL", OM: "OMN", PA: "PAN", PE: "PER", PF: "PYF", PG: "PNG", PH: "PHL", PK: "PAK", PL: "POL", PM: "SPM", PN: "PCN", PR: "PRI", PS: "PSE", PT: "PRT", PW: "PLW", PY: "PRY", QA: "QAT", RE: "REU", RO: "ROU", RS: "SRB", RU: "RUS", RW: "RWA", SA: "SAU", SB: "SLB", SC: "SYC", SD: "SDN", SE: "SWE", SG: "SGP", SH: "SHN", SI: "SVN", SJ: "SJM", SK: "SVK", SL: "SLE", SM: "SMR", SN: "SEN", SO: "SOM", SR: "SUR", SS: "SSD", ST: "STP", SV: "SLV", SX: "SXM", SY: "SYR", SZ: "SWZ", TC: "TCA", TD: "TCD", TF: "ATF", TG: "TGO", TH: "THA", TJ: "TJK", TK: "TKL", TL: "TLS", TM: "TKM", TN: "TUN", TO: "TON", TR: "TUR", TT: "TTO", TV: "TUV", TW: "TWN", TZ: "TZA", UA: "UKR", UG: "UGA", UM: "UMI", US: "USA", UY: "URY", UZ: "UZB", VA: "VAT", VC: "VCT", VE: "VEN", VG: "VGB", VI: "VIR", VN: "VNM", VU: "VUT", WF: "WLF", WS: "WSM", XK: "XKX", YE: "YEM", YT: "MYT", ZA: "ZAF", ZM: "ZMB", ZW: "ZWE" }, Qa = (e) => ({ ...u[e], iso2: e, iso3: _a[e] }), m = () => Object.keys(u).map((e) => Qa(e));
37379
38190
  m();
37380
38191
  function ei(e) {
37381
38192
  const i = [], a = m(), n = new Intl.DisplayNames([p(e)], { type: "region" });