pcm-shared-components 2.1.149 → 2.1.151
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.
|
@@ -52,27 +52,6 @@
|
|
|
52
52
|
"billing": {
|
|
53
53
|
"billing": "Billing"
|
|
54
54
|
},
|
|
55
|
-
"date_time_display": {
|
|
56
|
-
"date_display_format_title": "Date Display Format",
|
|
57
|
-
"date_display_format_label": "Date Display Format",
|
|
58
|
-
"time_display_format_title": "Time Display Format",
|
|
59
|
-
"time_display_format_label": "Time Display Format",
|
|
60
|
-
"preview_label": "Preview",
|
|
61
|
-
"date_display_format_description": "Applies display-only formatting across reservation dates, calendars, and reports without changing stored values.",
|
|
62
|
-
"time_display_format_description": "Controls how time appears throughout the app. Default is 24-hour format.",
|
|
63
|
-
"date_formats": {
|
|
64
|
-
"iso": "ISO (2026-03-24)",
|
|
65
|
-
"us": "US (03/24/2026)",
|
|
66
|
-
"eu": "EU (24/03/2026)",
|
|
67
|
-
"long": "Long (Mar 24, 2026)",
|
|
68
|
-
"long_with_weekday": "Long with weekday (Tuesday, Mar 24, 2026)",
|
|
69
|
-
"short": "Short (Mar 24)"
|
|
70
|
-
},
|
|
71
|
-
"time_formats": {
|
|
72
|
-
"h24": "24-hour",
|
|
73
|
-
"h12": "12-hour (AM/PM)"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
55
|
"booking_cutoff": {
|
|
77
56
|
"cutoff_day": "Allow After Midnight - Should the guests still be able to book for today even after midnight?",
|
|
78
57
|
"description": "Choose what time guests can no longer book for today.\nExtend this past midnight (e.g., 2:00 AM) for late-night arrivals.",
|
|
@@ -107,8 +86,8 @@
|
|
|
107
86
|
"client_side_parameters_allow_online_payments": "Allows online reservations to make online payment from the online client account.",
|
|
108
87
|
"client_side_parameters_google_measurement_id": "Google Measurement ID",
|
|
109
88
|
"client_side_parameters_google_measurement_info": "The Google Analytics Measurement ID, a unique identifier assigned to your booking page, facilitates the collection of crucial data on your clients' activities. This data is invaluable for optimizing your online booking experience, gaining insights into customer behavior, and comprehending various aspects such as cart abandonments. ",
|
|
110
|
-
"client_side_parameters_parallax_image_help": "Upload an image to serve as the background for your online booking portal.",
|
|
111
89
|
"client_side_parameters_is_length_filter_enabled": "Enables or disables the equipment length filter on the client side booking page.",
|
|
90
|
+
"client_side_parameters_parallax_image_help": "Upload an image to serve as the background for your online booking portal.",
|
|
112
91
|
"client_side_parameters_reservation_deposit": "Online reservation deposit %",
|
|
113
92
|
"client_side_parameters_reservation_deposit_description": "This is the deposit percentage that will be charged for an online reservation. Can be between 0 and 100 percent of the reservation total.",
|
|
114
93
|
"mute_notifications": "If muted then no sound will be played when new notifications are received.",
|
|
@@ -134,6 +113,27 @@
|
|
|
134
113
|
"connected_account": {
|
|
135
114
|
"not_enabled_message": "Your account is not properly configured with Stripe/Online connected accounts. To enable this feature please setup your account."
|
|
136
115
|
},
|
|
116
|
+
"date_time_display": {
|
|
117
|
+
"date_display_format_description": "Applies display-only formatting across reservation dates, calendars, and reports without changing stored values.",
|
|
118
|
+
"date_display_format_label": "Date Display Format",
|
|
119
|
+
"date_display_format_title": "Date Display Format",
|
|
120
|
+
"date_formats": {
|
|
121
|
+
"eu": "EU (24/03/2026)",
|
|
122
|
+
"iso": "ISO (2026-03-24)",
|
|
123
|
+
"long": "Long (Mar 24, 2026)",
|
|
124
|
+
"long_with_weekday": "Long with weekday (Tuesday, Mar 24, 2026)",
|
|
125
|
+
"short": "Short (Mar 24)",
|
|
126
|
+
"us": "US (03/24/2026)"
|
|
127
|
+
},
|
|
128
|
+
"preview_label": "Preview",
|
|
129
|
+
"time_display_format_description": "Controls how time appears throughout the app. Default is 24-hour format.",
|
|
130
|
+
"time_display_format_label": "Time Display Format",
|
|
131
|
+
"time_display_format_title": "Time Display Format",
|
|
132
|
+
"time_formats": {
|
|
133
|
+
"h12": "12-hour (AM/PM)",
|
|
134
|
+
"h24": "24-hour"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
137
|
"stripe_onboarding": "Stripe"
|
|
138
138
|
},
|
|
139
139
|
"cart": {
|
|
@@ -173,6 +173,11 @@
|
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
175
|
"client_grid": {
|
|
176
|
+
"archive_title": "Archive Client",
|
|
177
|
+
"archive_warning": "Are you sure you want to archive this client?",
|
|
178
|
+
"bulk": {
|
|
179
|
+
"merge_clients": "Merge clients"
|
|
180
|
+
},
|
|
176
181
|
"bulk_update": "Bulk Update",
|
|
177
182
|
"dialog": {
|
|
178
183
|
"add_client": "Add a client",
|
|
@@ -211,6 +216,7 @@
|
|
|
211
216
|
"email_address": "Email",
|
|
212
217
|
"first_name": "First Name",
|
|
213
218
|
"gate_access_numbers": "Gate Access Number",
|
|
219
|
+
"is_archived": "Archived",
|
|
214
220
|
"last_name": "Last Name",
|
|
215
221
|
"name": "Name",
|
|
216
222
|
"note": "Client Note",
|
|
@@ -228,7 +234,10 @@
|
|
|
228
234
|
"years_registered": "# Years Registered"
|
|
229
235
|
},
|
|
230
236
|
"hide_archived": "Hide Archived",
|
|
237
|
+
"is_archived": "Archived",
|
|
231
238
|
"show_archived": "Show Archived",
|
|
239
|
+
"unarchive_title": "Unarchive Client",
|
|
240
|
+
"unarchive_warning": "Are you sure you want to unarchive this client?",
|
|
232
241
|
"unit_slide_out": {
|
|
233
242
|
"both_sides": "Both Sides",
|
|
234
243
|
"driver_side": "Driver Side",
|
|
@@ -264,8 +273,41 @@
|
|
|
264
273
|
"uploaded_file": "Uploaded Insurance File"
|
|
265
274
|
},
|
|
266
275
|
"client_merge": {
|
|
276
|
+
"additional_occupants": "Additional Occupants",
|
|
277
|
+
"after": "After",
|
|
278
|
+
"apply_smart_merge": "Apply Smart Merge",
|
|
279
|
+
"auto_selected_info": "Selections are already suggested for you. Click any green card to review what is currently selected.",
|
|
280
|
+
"before": "Before",
|
|
281
|
+
"cards_combined": "Saved cards from both clients",
|
|
282
|
+
"change_log": "Change Log",
|
|
283
|
+
"change_log_subtitle": "These are the changes that will be made to the final client.",
|
|
284
|
+
"combine_both": "Combine both",
|
|
285
|
+
"combine_records_info": "Records from both clients will be combined.",
|
|
286
|
+
"final_client": "Final Client",
|
|
287
|
+
"main_client": "Main Client",
|
|
288
|
+
"no_changes_detected": "No changes will be made to the final client.",
|
|
289
|
+
"no_records_found": "No related records found",
|
|
290
|
+
"no_records_found_subtitle": "There are no related records to review in this section.",
|
|
291
|
+
"preview": "Preview",
|
|
292
|
+
"preview_helper": "Review the final merged profile before confirming.",
|
|
293
|
+
"preview_merge": "Preview",
|
|
294
|
+
"ready_to_merge": "Ready to merge",
|
|
295
|
+
"recommended": "Recommended",
|
|
296
|
+
"related_records": "Related Records",
|
|
297
|
+
"saved_cards": "Saved cards",
|
|
298
|
+
"section_helper": "Select the card you want to keep. The selected card turns green.",
|
|
299
|
+
"section_subtitle": "Tap the card you want to keep for each item.",
|
|
267
300
|
"select_master": "Select Master",
|
|
301
|
+
"smart_merge": "Smart Merge",
|
|
302
|
+
"smart_merge_title": "Apply Smart Merge?",
|
|
303
|
+
"smart_merge_tooltip": "Automatically chooses the best merge using the newer client profile, keeps non-empty values, and combines shared records from both clients.",
|
|
304
|
+
"smart_merge_warning": "Smart Merge will choose the best main client using the newer client profile, fill empty values from the other client, combine shared contact information and related records, and replace your current manual choices. You can still review and edit everything afterward.",
|
|
305
|
+
"step1_helper": "Choose the client that should remain as the main profile after the merge.",
|
|
306
|
+
"subtitle": "Combine duplicate client records into one clean profile.",
|
|
268
307
|
"title": "Client Merge",
|
|
308
|
+
"upcoming_sections": "Upcoming merge sections",
|
|
309
|
+
"vehicles": "Vehicles",
|
|
310
|
+
"view_cards": "View cards",
|
|
269
311
|
"warning": {
|
|
270
312
|
"text": "You are about to merge these client records. Some changes may be irreversible and certain existing data may be permanently overwritten. Please confirm that you want to continue.\n",
|
|
271
313
|
"title": "Confirm merge"
|
|
@@ -289,7 +331,6 @@
|
|
|
289
331
|
},
|
|
290
332
|
"common": {
|
|
291
333
|
"app": {
|
|
292
|
-
"SKU": "SKU",
|
|
293
334
|
"abbreviations": {
|
|
294
335
|
"daily": "D",
|
|
295
336
|
"monthly": "M",
|
|
@@ -874,6 +915,7 @@
|
|
|
874
915
|
"skate_ramp": "Skate ramp",
|
|
875
916
|
"ski_in_ski_out": "Ski in ski out",
|
|
876
917
|
"skip": "Skip",
|
|
918
|
+
"SKU": "SKU",
|
|
877
919
|
"small": "small",
|
|
878
920
|
"smoke_alarm": "Smoke alarm",
|
|
879
921
|
"sold_by": "Sold By",
|
|
@@ -1035,12 +1077,12 @@
|
|
|
1035
1077
|
"err-0": "Error login out user!",
|
|
1036
1078
|
"err-1": "Problems updating user language setting!",
|
|
1037
1079
|
"err-2": "Unable to login.",
|
|
1038
|
-
"err-204": "No data returned!",
|
|
1039
1080
|
"err-3": "User already exists!",
|
|
1040
1081
|
"err-4": "Error adding new user!",
|
|
1041
1082
|
"err-5": "Error updating app settings!",
|
|
1042
1083
|
"err-6": "Access not permitted!",
|
|
1043
1084
|
"err-7": "Error getting parameters!",
|
|
1085
|
+
"err-204": "No data returned!",
|
|
1044
1086
|
"err-client-1": "No client data returned!",
|
|
1045
1087
|
"err-client-2": "Error saving client information!",
|
|
1046
1088
|
"err-client-3": "An error occurred while attempting to save the new client.",
|
|
@@ -1631,17 +1673,17 @@
|
|
|
1631
1673
|
"lot_grid": {
|
|
1632
1674
|
"bulk_update": "Bulk Update",
|
|
1633
1675
|
"colors": {
|
|
1634
|
-
"#009688": "Persian Green",
|
|
1635
1676
|
"#00bcd4": "Robin's Egg Blue",
|
|
1636
1677
|
"#03a9f4": "Cerulean",
|
|
1637
|
-
"#2196f3": "Dodger Blue",
|
|
1638
1678
|
"#3f51b5": "San Marino",
|
|
1639
1679
|
"#4caf50": "Fruit Salad",
|
|
1680
|
+
"#8bc34a": "Sushi",
|
|
1681
|
+
"#9c27b0": "Seance",
|
|
1640
1682
|
"#607d8b": "Lynch",
|
|
1641
1683
|
"#673ab7": "Purple Heart",
|
|
1684
|
+
"#2196f3": "Dodger Blue",
|
|
1685
|
+
"#009688": "Persian Green",
|
|
1642
1686
|
"#795548": "Roman Coffee",
|
|
1643
|
-
"#8bc34a": "Sushi",
|
|
1644
|
-
"#9c27b0": "Seance",
|
|
1645
1687
|
"#cddc39": "Pear",
|
|
1646
1688
|
"#e91e63": "Amaranth",
|
|
1647
1689
|
"#f44336": "Pomegranate",
|
|
@@ -52,27 +52,6 @@
|
|
|
52
52
|
"billing": {
|
|
53
53
|
"billing": "Facturación"
|
|
54
54
|
},
|
|
55
|
-
"date_time_display": {
|
|
56
|
-
"date_display_format_title": "Formato de visualizacion de fecha",
|
|
57
|
-
"date_display_format_label": "Formato de visualizacion de fecha",
|
|
58
|
-
"time_display_format_title": "Formato de visualizacion de hora",
|
|
59
|
-
"time_display_format_label": "Formato de visualizacion de hora",
|
|
60
|
-
"preview_label": "Vista previa",
|
|
61
|
-
"date_display_format_description": "Aplica formato solo de visualizacion en fechas de reservas, calendarios e informes sin cambiar los valores almacenados.",
|
|
62
|
-
"time_display_format_description": "Controla como se muestra la hora en toda la aplicacion. El formato predeterminado es de 24 horas.",
|
|
63
|
-
"date_formats": {
|
|
64
|
-
"iso": "ISO (2026-03-24)",
|
|
65
|
-
"us": "EE. UU. (03/24/2026)",
|
|
66
|
-
"eu": "UE (24/03/2026)",
|
|
67
|
-
"long": "Largo (24 mar 2026)",
|
|
68
|
-
"long_with_weekday": "Largo con dia (martes, 24 mar 2026)",
|
|
69
|
-
"short": "Corto (24 mar)"
|
|
70
|
-
},
|
|
71
|
-
"time_formats": {
|
|
72
|
-
"h24": "24 horas",
|
|
73
|
-
"h12": "12 horas (AM/PM)"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
55
|
"booking_cutoff": {
|
|
77
56
|
"cutoff_day": "Permitir después de la medianoche - ¿Deberían los huéspedes poder reservar para hoy incluso después de la medianoche?",
|
|
78
57
|
"description": "Elige la hora a la que los huéspedes ya no pueden reservar hoy.\nExtienda esto después de la medianoche (por ejemplo, 2:00 a.m.) para llegadas nocturnas.",
|
|
@@ -107,8 +86,8 @@
|
|
|
107
86
|
"client_side_parameters_allow_online_payments": "Permite que las reservas online realicen pagos desde la cuenta del cliente en línea.",
|
|
108
87
|
"client_side_parameters_google_measurement_id": "ID de medición de Google",
|
|
109
88
|
"client_side_parameters_google_measurement_info": "El ID de medición de Google Analytics, un identificador único asignado a su página de reserva, facilita la recopilación de datos cruciales sobre las actividades de sus clientes. Estos datos son invaluables para optimizar su experiencia de reserva en línea, obtener información sobre el comportamiento del cliente y comprender diversos aspectos, como los abandonos del carrito.",
|
|
110
|
-
"client_side_parameters_parallax_image_help": "Sube una imagen para usarla como fondo de tu portal de reservas en línea.",
|
|
111
89
|
"client_side_parameters_is_length_filter_enabled": "Habilita o deshabilita el filtro de longitud del equipo en la página de reserva del lado del cliente.",
|
|
90
|
+
"client_side_parameters_parallax_image_help": "Sube una imagen para usarla como fondo de tu portal de reservas en línea.",
|
|
112
91
|
"client_side_parameters_reservation_deposit": "Depósito de reserva en línea %",
|
|
113
92
|
"client_side_parameters_reservation_deposit_description": "Este es el porcentaje de depósito que se cobrará por una reserva en línea. Puede ser entre 0 y 100 por ciento del total de la reserva.",
|
|
114
93
|
"mute_notifications": "Si está silenciado, no se reproducirá ningún sonido cuando se reciban nuevas notificaciones.",
|
|
@@ -134,6 +113,27 @@
|
|
|
134
113
|
"connected_account": {
|
|
135
114
|
"not_enabled_message": "Su cuenta no está configurada correctamente con cuentas conectadas a Stripe/Online. Para habilitar esta función, configure su cuenta."
|
|
136
115
|
},
|
|
116
|
+
"date_time_display": {
|
|
117
|
+
"date_display_format_description": "Aplica formato solo de visualizacion en fechas de reservas, calendarios e informes sin cambiar los valores almacenados.",
|
|
118
|
+
"date_display_format_label": "Formato de visualizacion de fecha",
|
|
119
|
+
"date_display_format_title": "Formato de visualizacion de fecha",
|
|
120
|
+
"date_formats": {
|
|
121
|
+
"eu": "UE (24/03/2026)",
|
|
122
|
+
"iso": "ISO (2026-03-24)",
|
|
123
|
+
"long": "Largo (24 mar 2026)",
|
|
124
|
+
"long_with_weekday": "Largo con dia (martes, 24 mar 2026)",
|
|
125
|
+
"short": "Corto (24 mar)",
|
|
126
|
+
"us": "EE. UU. (03/24/2026)"
|
|
127
|
+
},
|
|
128
|
+
"preview_label": "Vista previa",
|
|
129
|
+
"time_display_format_description": "Controla como se muestra la hora en toda la aplicacion. El formato predeterminado es de 24 horas.",
|
|
130
|
+
"time_display_format_label": "Formato de visualizacion de hora",
|
|
131
|
+
"time_display_format_title": "Formato de visualizacion de hora",
|
|
132
|
+
"time_formats": {
|
|
133
|
+
"h12": "12 horas (AM/PM)",
|
|
134
|
+
"h24": "24 horas"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
137
|
"stripe_onboarding": "Raya"
|
|
138
138
|
},
|
|
139
139
|
"cart": {
|
|
@@ -173,6 +173,11 @@
|
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
175
|
"client_grid": {
|
|
176
|
+
"archive_title": "Archivo Cliente",
|
|
177
|
+
"archive_warning": "¿Está seguro de que desea archivar este cliente?",
|
|
178
|
+
"bulk": {
|
|
179
|
+
"merge_clients": "Fusionar clientes"
|
|
180
|
+
},
|
|
176
181
|
"bulk_update": "Actualización masiva",
|
|
177
182
|
"dialog": {
|
|
178
183
|
"add_client": "agregar un cliente",
|
|
@@ -211,6 +216,7 @@
|
|
|
211
216
|
"email_address": "Correo electrónico",
|
|
212
217
|
"first_name": "Primer nombre",
|
|
213
218
|
"gate_access_numbers": "Número de acceso a la puerta",
|
|
219
|
+
"is_archived": "Archivado",
|
|
214
220
|
"last_name": "Apellido",
|
|
215
221
|
"name": "Nombre",
|
|
216
222
|
"note": "Nota del cliente",
|
|
@@ -228,7 +234,10 @@
|
|
|
228
234
|
"years_registered": "# años registrados"
|
|
229
235
|
},
|
|
230
236
|
"hide_archived": "Ocultar archivados",
|
|
237
|
+
"is_archived": "Archivado",
|
|
231
238
|
"show_archived": "Mostrar archivados",
|
|
239
|
+
"unarchive_title": "Desarchivar Cliente",
|
|
240
|
+
"unarchive_warning": "¿Está seguro de que desea desarchivar este cliente?",
|
|
232
241
|
"unit_slide_out": {
|
|
233
242
|
"both_sides": "Ambos lados",
|
|
234
243
|
"driver_side": "El lado del conductor",
|
|
@@ -264,8 +273,41 @@
|
|
|
264
273
|
"uploaded_file": "Archivo de seguro cargado"
|
|
265
274
|
},
|
|
266
275
|
"client_merge": {
|
|
276
|
+
"additional_occupants": "Ocupantes adicionales",
|
|
277
|
+
"after": "Después",
|
|
278
|
+
"apply_smart_merge": "Aplicar combinación inteligente",
|
|
279
|
+
"auto_selected_info": "Las selecciones ya están sugeridas para ti. Haz clic en cualquier tarjeta verde para revisar lo que está seleccionado actualmente.",
|
|
280
|
+
"before": "Antes",
|
|
281
|
+
"cards_combined": "Tarjetas guardadas de ambos clientes",
|
|
282
|
+
"change_log": "Registro de Cambios",
|
|
283
|
+
"change_log_subtitle": "Estos son los cambios que se harán al cliente final.",
|
|
284
|
+
"combine_both": "Combinar ambos",
|
|
285
|
+
"combine_records_info": "Los registros de ambos clientes se combinarán.",
|
|
286
|
+
"final_client": "Cliente final",
|
|
287
|
+
"main_client": "Cliente principal",
|
|
288
|
+
"no_changes_detected": "No se harán cambios al cliente final.",
|
|
289
|
+
"no_records_found": "No se encontraron registros relacionados",
|
|
290
|
+
"no_records_found_subtitle": "No hay registros relacionados para revisar en esta sección.",
|
|
291
|
+
"preview": "Vista previa",
|
|
292
|
+
"preview_helper": "Revise el perfil final combinado antes de confirmar.",
|
|
293
|
+
"preview_merge": "Vista previa",
|
|
294
|
+
"ready_to_merge": "Listo para fusionar",
|
|
295
|
+
"recommended": "Recomendado",
|
|
296
|
+
"related_records": "Registros relacionados",
|
|
297
|
+
"saved_cards": "Tarjetas guardadas",
|
|
298
|
+
"section_helper": "Selecciona la tarjeta que quieres conservar. La tarjeta seleccionada se vuelve verde.",
|
|
299
|
+
"section_subtitle": "Toque la tarjeta que desea conservar para cada artículo.",
|
|
267
300
|
"select_master": "Seleccionar maestro",
|
|
301
|
+
"smart_merge": "Fusión Inteligente",
|
|
302
|
+
"smart_merge_title": "¿Aplicar fusión inteligente?",
|
|
303
|
+
"smart_merge_tooltip": "Elige automáticamente la mejor combinación usando el perfil del cliente más reciente, mantiene los valores no vacíos y combina los registros compartidos de ambos clientes.",
|
|
304
|
+
"smart_merge_warning": "Smart Merge elegirá el mejor cliente principal utilizando el perfil de cliente más reciente, completará los valores vacíos del otro cliente, combinará la información de contacto compartida y los registros relacionados, y reemplazará tus elecciones manuales actuales. Aún puedes revisar y editar todo después.",
|
|
305
|
+
"step1_helper": "Elija el cliente que debe permanecer como el perfil principal después de la fusión.",
|
|
306
|
+
"subtitle": "Combinar registros duplicados de clientes en un solo perfil limpio.",
|
|
268
307
|
"title": "Fusión de clientes",
|
|
308
|
+
"upcoming_sections": "Próximas secciones de fusión",
|
|
309
|
+
"vehicles": "Vehículos",
|
|
310
|
+
"view_cards": "Ver tarjetas",
|
|
269
311
|
"warning": {
|
|
270
312
|
"text": "Está a punto de fusionar estos registros de clientes. Algunos cambios pueden ser irreversibles y ciertos datos existentes pueden ser sobrescritos de forma permanente. Por favor, confirme que desea continuar.\n",
|
|
271
313
|
"title": "Confirmar fusión"
|
|
@@ -289,7 +331,6 @@
|
|
|
289
331
|
},
|
|
290
332
|
"common": {
|
|
291
333
|
"app": {
|
|
292
|
-
"SKU": "SKU",
|
|
293
334
|
"abbreviations": {
|
|
294
335
|
"daily": "D",
|
|
295
336
|
"monthly": "METRO",
|
|
@@ -874,6 +915,7 @@
|
|
|
874
915
|
"skate_ramp": "Rampa de skate",
|
|
875
916
|
"ski_in_ski_out": "Esquí de entrada y salida de esquí",
|
|
876
917
|
"skip": "Saltarse",
|
|
918
|
+
"SKU": "SKU",
|
|
877
919
|
"small": "pequeña",
|
|
878
920
|
"smoke_alarm": "Alarma de humo",
|
|
879
921
|
"sold_by": "Vendido por",
|
|
@@ -1035,12 +1077,12 @@
|
|
|
1035
1077
|
"err-0": "¡Error al cerrar la sesión del usuario!",
|
|
1036
1078
|
"err-1": "¡Problemas al actualizar la configuración de idioma del usuario!",
|
|
1037
1079
|
"err-2": "Incapaz de iniciar sesión.",
|
|
1038
|
-
"err-204": "¡No hay datos devueltos!",
|
|
1039
1080
|
"err-3": "¡El usuario ya existe!",
|
|
1040
1081
|
"err-4": "¡Error al agregar nuevo usuario!",
|
|
1041
1082
|
"err-5": "¡Error al actualizar la configuración de la aplicación!",
|
|
1042
1083
|
"err-6": "¡Acceso no permitido!",
|
|
1043
1084
|
"err-7": "¡Error al obtener los parámetros!",
|
|
1085
|
+
"err-204": "¡No hay datos devueltos!",
|
|
1044
1086
|
"err-client-1": "¡No se devolvieron datos de clientes!",
|
|
1045
1087
|
"err-client-2": "¡Error al guardar la información del cliente!",
|
|
1046
1088
|
"err-client-3": "Ocurrió un error al intentar guardar el nuevo cliente.",
|
|
@@ -1631,17 +1673,17 @@
|
|
|
1631
1673
|
"lot_grid": {
|
|
1632
1674
|
"bulk_update": "Actualización masiva",
|
|
1633
1675
|
"colors": {
|
|
1634
|
-
"#009688": "Verde persa",
|
|
1635
1676
|
"#00bcd4": "azul huevo de petirrojo",
|
|
1636
1677
|
"#03a9f4": "Azul claro",
|
|
1637
|
-
"#2196f3": "Dodger azul",
|
|
1638
1678
|
"#3f51b5": "San Marino",
|
|
1639
1679
|
"#4caf50": "Ensalada de frutas",
|
|
1680
|
+
"#8bc34a": "Sushi",
|
|
1681
|
+
"#9c27b0": "Sesión",
|
|
1640
1682
|
"#607d8b": "Linchar",
|
|
1641
1683
|
"#673ab7": "Corazón Purpura",
|
|
1684
|
+
"#2196f3": "Dodger azul",
|
|
1685
|
+
"#009688": "Verde persa",
|
|
1642
1686
|
"#795548": "Café Romano",
|
|
1643
|
-
"#8bc34a": "Sushi",
|
|
1644
|
-
"#9c27b0": "Sesión",
|
|
1645
1687
|
"#cddc39": "Pera",
|
|
1646
1688
|
"#e91e63": "Amaranto",
|
|
1647
1689
|
"#f44336": "Granada",
|
|
@@ -52,27 +52,6 @@
|
|
|
52
52
|
"billing": {
|
|
53
53
|
"billing": "Facturation"
|
|
54
54
|
},
|
|
55
|
-
"date_time_display": {
|
|
56
|
-
"date_display_format_title": "Format d'affichage de la date",
|
|
57
|
-
"date_display_format_label": "Format d'affichage de la date",
|
|
58
|
-
"time_display_format_title": "Format d'affichage de l'heure",
|
|
59
|
-
"time_display_format_label": "Format d'affichage de l'heure",
|
|
60
|
-
"preview_label": "Apercu",
|
|
61
|
-
"date_display_format_description": "Applique un format d'affichage uniquement aux dates des reservations, calendriers et rapports sans modifier les valeurs stockees.",
|
|
62
|
-
"time_display_format_description": "Controle la facon dont l'heure apparait dans toute l'application. Le format par defaut est 24 heures.",
|
|
63
|
-
"date_formats": {
|
|
64
|
-
"iso": "ISO (2026-03-24)",
|
|
65
|
-
"us": "US (03/24/2026)",
|
|
66
|
-
"eu": "UE (24/03/2026)",
|
|
67
|
-
"long": "Long (24 mars 2026)",
|
|
68
|
-
"long_with_weekday": "Long avec jour (mardi, 24 mars 2026)",
|
|
69
|
-
"short": "Court (24 mars)"
|
|
70
|
-
},
|
|
71
|
-
"time_formats": {
|
|
72
|
-
"h24": "24 heures",
|
|
73
|
-
"h12": "12 heures (AM/PM)"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
55
|
"booking_cutoff": {
|
|
77
56
|
"cutoff_day": "Autoriser après minuit - Les clients devraient-ils toujours être en mesure de réserver pour aujourd’hui même après minuit ?",
|
|
78
57
|
"description": "Choisissez l’heure à laquelle les clients ne peuvent plus réserver pour aujourd’hui.\nProlongez cette période au-delà de minuit (p. ex., 2:00 du matin) pour les arrivées tard dans la nuit.",
|
|
@@ -107,8 +86,8 @@
|
|
|
107
86
|
"client_side_parameters_allow_online_payments": "Permet aux réservations en ligne de payer en ligne depuis le compte client en ligne.",
|
|
108
87
|
"client_side_parameters_google_measurement_id": "Identifiant de mesure Google",
|
|
109
88
|
"client_side_parameters_google_measurement_info": "L'ID de mesure Google Analytics, un identifiant unique attribué à votre page de réservation, facilite la collecte de données cruciales sur les activités de vos clients. Ces données sont inestimables pour optimiser votre expérience de réservation en ligne, obtenir des informations sur le comportement des clients et comprendre divers aspects tels que les abandons de panier.",
|
|
110
|
-
"client_side_parameters_parallax_image_help": "Televersez une image qui servira de fond pour votre portail de réservation en ligne.",
|
|
111
89
|
"client_side_parameters_is_length_filter_enabled": "Active ou désactive le filtre de longueur de l'équipement sur la page de réservation côté client.",
|
|
90
|
+
"client_side_parameters_parallax_image_help": "Televersez une image qui servira de fond pour votre portail de réservation en ligne.",
|
|
112
91
|
"client_side_parameters_reservation_deposit": "Dépôt de la réservation en ligne %",
|
|
113
92
|
"client_side_parameters_reservation_deposit_description": "Il s'agit du pourcentage d'acompte qui sera facturé pour une réservation en ligne. Peut être entre 0 et 100 % du total de la réservation.",
|
|
114
93
|
"mute_notifications": "Si le son est désactivé, aucun son sera joué lorsque de nouvelles notifications reçues.",
|
|
@@ -134,6 +113,27 @@
|
|
|
134
113
|
"connected_account": {
|
|
135
114
|
"not_enabled_message": "Votre compte n'est pas correctement configuré avec les comptes connectés à Stripe En ligne. Pour activer cette fonctionnalité, veuillez configurer votre compte."
|
|
136
115
|
},
|
|
116
|
+
"date_time_display": {
|
|
117
|
+
"date_display_format_description": "Applique un format d'affichage uniquement aux dates des reservations, calendriers et rapports sans modifier les valeurs stockees.",
|
|
118
|
+
"date_display_format_label": "Format d'affichage de la date",
|
|
119
|
+
"date_display_format_title": "Format d'affichage de la date",
|
|
120
|
+
"date_formats": {
|
|
121
|
+
"eu": "UE (24/03/2026)",
|
|
122
|
+
"iso": "ISO (2026-03-24)",
|
|
123
|
+
"long": "Long (24 mars 2026)",
|
|
124
|
+
"long_with_weekday": "Long avec jour (mardi, 24 mars 2026)",
|
|
125
|
+
"short": "Court (24 mars)",
|
|
126
|
+
"us": "US (03/24/2026)"
|
|
127
|
+
},
|
|
128
|
+
"preview_label": "Apercu",
|
|
129
|
+
"time_display_format_description": "Controle la facon dont l'heure apparait dans toute l'application. Le format par defaut est 24 heures.",
|
|
130
|
+
"time_display_format_label": "Format d'affichage de l'heure",
|
|
131
|
+
"time_display_format_title": "Format d'affichage de l'heure",
|
|
132
|
+
"time_formats": {
|
|
133
|
+
"h12": "12 heures (AM/PM)",
|
|
134
|
+
"h24": "24 heures"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
137
|
"stripe_onboarding": "Stripe"
|
|
138
138
|
},
|
|
139
139
|
"cart": {
|
|
@@ -173,6 +173,11 @@
|
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
175
|
"client_grid": {
|
|
176
|
+
"archive_title": "Client d'archive",
|
|
177
|
+
"archive_warning": "Êtes-vous sûr de vouloir archiver ce client ?",
|
|
178
|
+
"bulk": {
|
|
179
|
+
"merge_clients": "Fusionner les clients"
|
|
180
|
+
},
|
|
176
181
|
"bulk_update": "Changement de masse",
|
|
177
182
|
"dialog": {
|
|
178
183
|
"add_client": "Ajouter un client",
|
|
@@ -211,6 +216,7 @@
|
|
|
211
216
|
"email_address": "Email",
|
|
212
217
|
"first_name": "Prénom",
|
|
213
218
|
"gate_access_numbers": "Numéro d'accès pour la porte",
|
|
219
|
+
"is_archived": "Archive",
|
|
214
220
|
"last_name": "Nom de famille",
|
|
215
221
|
"name": "Nom",
|
|
216
222
|
"note": "Remarque du client",
|
|
@@ -228,7 +234,10 @@
|
|
|
228
234
|
"years_registered": "# d'années enregistré"
|
|
229
235
|
},
|
|
230
236
|
"hide_archived": "Masquer les archives",
|
|
237
|
+
"is_archived": "Archivé",
|
|
231
238
|
"show_archived": "Afficher les archives",
|
|
239
|
+
"unarchive_title": "Désarchiver le client",
|
|
240
|
+
"unarchive_warning": "Êtes-vous sûr de vouloir désarchiver ce client ?",
|
|
232
241
|
"unit_slide_out": {
|
|
233
242
|
"both_sides": "Des deux côtés",
|
|
234
243
|
"driver_side": "Côté du conducteur",
|
|
@@ -264,8 +273,41 @@
|
|
|
264
273
|
"uploaded_file": "Fichier d'assurance téléchargé"
|
|
265
274
|
},
|
|
266
275
|
"client_merge": {
|
|
276
|
+
"additional_occupants": "Occupants supplémentaires",
|
|
277
|
+
"after": "Après",
|
|
278
|
+
"apply_smart_merge": "Appliquer la fusion intelligente",
|
|
279
|
+
"auto_selected_info": "Des sélections vous sont déjà suggérées. Cliquez sur n'importe quelle carte verte pour revoir ce qui est actuellement sélectionné.",
|
|
280
|
+
"before": "Avant",
|
|
281
|
+
"cards_combined": "Cartes enregistrées des deux clients",
|
|
282
|
+
"change_log": "Journal des modifications",
|
|
283
|
+
"change_log_subtitle": "Voici les modifications qui seront apportées au client final.",
|
|
284
|
+
"combine_both": "Combiner les deux",
|
|
285
|
+
"combine_records_info": "Les enregistrements des deux clients seront combinés.",
|
|
286
|
+
"final_client": "Client final",
|
|
287
|
+
"main_client": "Client Principal",
|
|
288
|
+
"no_changes_detected": "Aucun changement ne sera apporté au client final.",
|
|
289
|
+
"no_records_found": "Aucun enregistrement associé trouvé",
|
|
290
|
+
"no_records_found_subtitle": "Il n'y a aucun enregistrement lié à examiner dans cette section.",
|
|
291
|
+
"preview": "Aperçu",
|
|
292
|
+
"preview_helper": "Examinez le profil fusionné final avant de confirmer.",
|
|
293
|
+
"preview_merge": "Aperçu",
|
|
294
|
+
"ready_to_merge": "Prêt à fusionner",
|
|
295
|
+
"recommended": "Recommande",
|
|
296
|
+
"related_records": "Enregistrements liés",
|
|
297
|
+
"saved_cards": "Cartes enregistrées",
|
|
298
|
+
"section_helper": "Sélectionnez la carte que vous souhaitez conserver. La carte sélectionnée devient verte.",
|
|
299
|
+
"section_subtitle": "Appuyez sur la carte que vous souhaitez conserver pour chaque article.",
|
|
267
300
|
"select_master": "Sélectionner le maître",
|
|
301
|
+
"smart_merge": "Fusion intelligente",
|
|
302
|
+
"smart_merge_title": "Appliquer la fusion intelligente ?",
|
|
303
|
+
"smart_merge_tooltip": "Choisit automatiquement la meilleure fusion en utilisant le profil client le plus récent, conserve les valeurs non vides et combine les enregistrements partagés des deux clients.",
|
|
304
|
+
"smart_merge_warning": "Smart Merge choisira le meilleur client principal en utilisant le profil client le plus récent, remplira les valeurs vides à partir de l'autre client, combinera les informations de contact partagées et les enregistrements associés, et remplacera vos choix manuels actuels. Vous pouvez toujours tout revoir et modifier par la suite.",
|
|
305
|
+
"step1_helper": "Choisissez le client qui doit rester comme profil principal après la fusion.",
|
|
306
|
+
"subtitle": "Combinez les enregistrements clients en double en un seul profil propre.",
|
|
268
307
|
"title": "Fusion Client",
|
|
308
|
+
"upcoming_sections": "Sections de fusion à venir",
|
|
309
|
+
"vehicles": "Véhicules",
|
|
310
|
+
"view_cards": "Voir les cartes",
|
|
269
311
|
"warning": {
|
|
270
312
|
"text": "Vous êtes sur le point de fusionner ces dossiers clients. Certaines modifications peuvent être irréversibles et certaines données existantes peuvent être définitivement écrasées. Veuillez confirmer que vous souhaitez continuer.\n",
|
|
271
313
|
"title": "Confirmer la fusion"
|
|
@@ -289,7 +331,6 @@
|
|
|
289
331
|
},
|
|
290
332
|
"common": {
|
|
291
333
|
"app": {
|
|
292
|
-
"SKU": "SKU",
|
|
293
334
|
"abbreviations": {
|
|
294
335
|
"daily": "Jou",
|
|
295
336
|
"monthly": "Moi",
|
|
@@ -874,6 +915,7 @@
|
|
|
874
915
|
"skate_ramp": "Rampe de patinage",
|
|
875
916
|
"ski_in_ski_out": "Ski aux pieds",
|
|
876
917
|
"skip": "Sauter",
|
|
918
|
+
"SKU": "SKU",
|
|
877
919
|
"small": "petit",
|
|
878
920
|
"smoke_alarm": "Détecteur de fumé",
|
|
879
921
|
"sold_by": "Vendu par",
|
|
@@ -1035,12 +1077,12 @@
|
|
|
1035
1077
|
"err-0": "Erreur de déconnexion d'utilisateur!",
|
|
1036
1078
|
"err-1": "Problèmes de mise à jour du paramètre de langue d'utilisateur!",
|
|
1037
1079
|
"err-2": "Connexion échoué!",
|
|
1038
|
-
"err-204": "Aucune donnée retournée!",
|
|
1039
1080
|
"err-3": "L'utilisateur existe déjà!",
|
|
1040
1081
|
"err-4": "Erreur lors de l'ajout d'un nouvel utilisateur!",
|
|
1041
1082
|
"err-5": "Erreur lors de la mise à jour des paramètres de l'application!",
|
|
1042
1083
|
"err-6": "Accès non autorisé!",
|
|
1043
1084
|
"err-7": "Erreur lors de la récupération des paramètres!",
|
|
1085
|
+
"err-204": "Aucune donnée retournée!",
|
|
1044
1086
|
"err-client-1": "Aucune donnée client retournée!",
|
|
1045
1087
|
"err-client-2": "Erreur lors de l'enregistrement des informations du client!",
|
|
1046
1088
|
"err-client-3": "Une erreur s'est produite lors de la creation du nouveau client.",
|
|
@@ -1631,17 +1673,17 @@
|
|
|
1631
1673
|
"lot_grid": {
|
|
1632
1674
|
"bulk_update": "Changement de masse",
|
|
1633
1675
|
"colors": {
|
|
1634
|
-
"#009688": "Vert persan",
|
|
1635
1676
|
"#00bcd4": "Bleu d'oeuf",
|
|
1636
1677
|
"#03a9f4": "Azuré",
|
|
1637
|
-
"#2196f3": "Dodger Bleue",
|
|
1638
1678
|
"#3f51b5": "Saint Marin",
|
|
1639
1679
|
"#4caf50": "Salade de fruit",
|
|
1680
|
+
"#8bc34a": "Sushi",
|
|
1681
|
+
"#9c27b0": "Seance",
|
|
1640
1682
|
"#607d8b": "Lyncher",
|
|
1641
1683
|
"#673ab7": "Cœur violet",
|
|
1684
|
+
"#2196f3": "Dodger Bleue",
|
|
1685
|
+
"#009688": "Vert persan",
|
|
1642
1686
|
"#795548": "Café romain",
|
|
1643
|
-
"#8bc34a": "Sushi",
|
|
1644
|
-
"#9c27b0": "Seance",
|
|
1645
1687
|
"#cddc39": "Poire",
|
|
1646
1688
|
"#e91e63": "Amaranth",
|
|
1647
1689
|
"#f44336": "Pomegranate",
|