pcm-shared-components 2.1.150 → 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,8 @@
|
|
|
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?",
|
|
176
178
|
"bulk": {
|
|
177
179
|
"merge_clients": "Merge clients"
|
|
178
180
|
},
|
|
@@ -214,6 +216,7 @@
|
|
|
214
216
|
"email_address": "Email",
|
|
215
217
|
"first_name": "First Name",
|
|
216
218
|
"gate_access_numbers": "Gate Access Number",
|
|
219
|
+
"is_archived": "Archived",
|
|
217
220
|
"last_name": "Last Name",
|
|
218
221
|
"name": "Name",
|
|
219
222
|
"note": "Client Note",
|
|
@@ -233,6 +236,8 @@
|
|
|
233
236
|
"hide_archived": "Hide Archived",
|
|
234
237
|
"is_archived": "Archived",
|
|
235
238
|
"show_archived": "Show Archived",
|
|
239
|
+
"unarchive_title": "Unarchive Client",
|
|
240
|
+
"unarchive_warning": "Are you sure you want to unarchive this client?",
|
|
236
241
|
"unit_slide_out": {
|
|
237
242
|
"both_sides": "Both Sides",
|
|
238
243
|
"driver_side": "Driver Side",
|
|
@@ -326,7 +331,6 @@
|
|
|
326
331
|
},
|
|
327
332
|
"common": {
|
|
328
333
|
"app": {
|
|
329
|
-
"SKU": "SKU",
|
|
330
334
|
"abbreviations": {
|
|
331
335
|
"daily": "D",
|
|
332
336
|
"monthly": "M",
|
|
@@ -911,6 +915,7 @@
|
|
|
911
915
|
"skate_ramp": "Skate ramp",
|
|
912
916
|
"ski_in_ski_out": "Ski in ski out",
|
|
913
917
|
"skip": "Skip",
|
|
918
|
+
"SKU": "SKU",
|
|
914
919
|
"small": "small",
|
|
915
920
|
"smoke_alarm": "Smoke alarm",
|
|
916
921
|
"sold_by": "Sold By",
|
|
@@ -1072,12 +1077,12 @@
|
|
|
1072
1077
|
"err-0": "Error login out user!",
|
|
1073
1078
|
"err-1": "Problems updating user language setting!",
|
|
1074
1079
|
"err-2": "Unable to login.",
|
|
1075
|
-
"err-204": "No data returned!",
|
|
1076
1080
|
"err-3": "User already exists!",
|
|
1077
1081
|
"err-4": "Error adding new user!",
|
|
1078
1082
|
"err-5": "Error updating app settings!",
|
|
1079
1083
|
"err-6": "Access not permitted!",
|
|
1080
1084
|
"err-7": "Error getting parameters!",
|
|
1085
|
+
"err-204": "No data returned!",
|
|
1081
1086
|
"err-client-1": "No client data returned!",
|
|
1082
1087
|
"err-client-2": "Error saving client information!",
|
|
1083
1088
|
"err-client-3": "An error occurred while attempting to save the new client.",
|
|
@@ -1668,17 +1673,17 @@
|
|
|
1668
1673
|
"lot_grid": {
|
|
1669
1674
|
"bulk_update": "Bulk Update",
|
|
1670
1675
|
"colors": {
|
|
1671
|
-
"#009688": "Persian Green",
|
|
1672
1676
|
"#00bcd4": "Robin's Egg Blue",
|
|
1673
1677
|
"#03a9f4": "Cerulean",
|
|
1674
|
-
"#2196f3": "Dodger Blue",
|
|
1675
1678
|
"#3f51b5": "San Marino",
|
|
1676
1679
|
"#4caf50": "Fruit Salad",
|
|
1680
|
+
"#8bc34a": "Sushi",
|
|
1681
|
+
"#9c27b0": "Seance",
|
|
1677
1682
|
"#607d8b": "Lynch",
|
|
1678
1683
|
"#673ab7": "Purple Heart",
|
|
1684
|
+
"#2196f3": "Dodger Blue",
|
|
1685
|
+
"#009688": "Persian Green",
|
|
1679
1686
|
"#795548": "Roman Coffee",
|
|
1680
|
-
"#8bc34a": "Sushi",
|
|
1681
|
-
"#9c27b0": "Seance",
|
|
1682
1687
|
"#cddc39": "Pear",
|
|
1683
1688
|
"#e91e63": "Amaranth",
|
|
1684
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,8 @@
|
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
175
|
"client_grid": {
|
|
176
|
+
"archive_title": "Archivo Cliente",
|
|
177
|
+
"archive_warning": "¿Está seguro de que desea archivar este cliente?",
|
|
176
178
|
"bulk": {
|
|
177
179
|
"merge_clients": "Fusionar clientes"
|
|
178
180
|
},
|
|
@@ -214,6 +216,7 @@
|
|
|
214
216
|
"email_address": "Correo electrónico",
|
|
215
217
|
"first_name": "Primer nombre",
|
|
216
218
|
"gate_access_numbers": "Número de acceso a la puerta",
|
|
219
|
+
"is_archived": "Archivado",
|
|
217
220
|
"last_name": "Apellido",
|
|
218
221
|
"name": "Nombre",
|
|
219
222
|
"note": "Nota del cliente",
|
|
@@ -233,6 +236,8 @@
|
|
|
233
236
|
"hide_archived": "Ocultar archivados",
|
|
234
237
|
"is_archived": "Archivado",
|
|
235
238
|
"show_archived": "Mostrar archivados",
|
|
239
|
+
"unarchive_title": "Desarchivar Cliente",
|
|
240
|
+
"unarchive_warning": "¿Está seguro de que desea desarchivar este cliente?",
|
|
236
241
|
"unit_slide_out": {
|
|
237
242
|
"both_sides": "Ambos lados",
|
|
238
243
|
"driver_side": "El lado del conductor",
|
|
@@ -326,7 +331,6 @@
|
|
|
326
331
|
},
|
|
327
332
|
"common": {
|
|
328
333
|
"app": {
|
|
329
|
-
"SKU": "SKU",
|
|
330
334
|
"abbreviations": {
|
|
331
335
|
"daily": "D",
|
|
332
336
|
"monthly": "METRO",
|
|
@@ -911,6 +915,7 @@
|
|
|
911
915
|
"skate_ramp": "Rampa de skate",
|
|
912
916
|
"ski_in_ski_out": "Esquí de entrada y salida de esquí",
|
|
913
917
|
"skip": "Saltarse",
|
|
918
|
+
"SKU": "SKU",
|
|
914
919
|
"small": "pequeña",
|
|
915
920
|
"smoke_alarm": "Alarma de humo",
|
|
916
921
|
"sold_by": "Vendido por",
|
|
@@ -1072,12 +1077,12 @@
|
|
|
1072
1077
|
"err-0": "¡Error al cerrar la sesión del usuario!",
|
|
1073
1078
|
"err-1": "¡Problemas al actualizar la configuración de idioma del usuario!",
|
|
1074
1079
|
"err-2": "Incapaz de iniciar sesión.",
|
|
1075
|
-
"err-204": "¡No hay datos devueltos!",
|
|
1076
1080
|
"err-3": "¡El usuario ya existe!",
|
|
1077
1081
|
"err-4": "¡Error al agregar nuevo usuario!",
|
|
1078
1082
|
"err-5": "¡Error al actualizar la configuración de la aplicación!",
|
|
1079
1083
|
"err-6": "¡Acceso no permitido!",
|
|
1080
1084
|
"err-7": "¡Error al obtener los parámetros!",
|
|
1085
|
+
"err-204": "¡No hay datos devueltos!",
|
|
1081
1086
|
"err-client-1": "¡No se devolvieron datos de clientes!",
|
|
1082
1087
|
"err-client-2": "¡Error al guardar la información del cliente!",
|
|
1083
1088
|
"err-client-3": "Ocurrió un error al intentar guardar el nuevo cliente.",
|
|
@@ -1668,17 +1673,17 @@
|
|
|
1668
1673
|
"lot_grid": {
|
|
1669
1674
|
"bulk_update": "Actualización masiva",
|
|
1670
1675
|
"colors": {
|
|
1671
|
-
"#009688": "Verde persa",
|
|
1672
1676
|
"#00bcd4": "azul huevo de petirrojo",
|
|
1673
1677
|
"#03a9f4": "Azul claro",
|
|
1674
|
-
"#2196f3": "Dodger azul",
|
|
1675
1678
|
"#3f51b5": "San Marino",
|
|
1676
1679
|
"#4caf50": "Ensalada de frutas",
|
|
1680
|
+
"#8bc34a": "Sushi",
|
|
1681
|
+
"#9c27b0": "Sesión",
|
|
1677
1682
|
"#607d8b": "Linchar",
|
|
1678
1683
|
"#673ab7": "Corazón Purpura",
|
|
1684
|
+
"#2196f3": "Dodger azul",
|
|
1685
|
+
"#009688": "Verde persa",
|
|
1679
1686
|
"#795548": "Café Romano",
|
|
1680
|
-
"#8bc34a": "Sushi",
|
|
1681
|
-
"#9c27b0": "Sesión",
|
|
1682
1687
|
"#cddc39": "Pera",
|
|
1683
1688
|
"#e91e63": "Amaranto",
|
|
1684
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,8 @@
|
|
|
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 ?",
|
|
176
178
|
"bulk": {
|
|
177
179
|
"merge_clients": "Fusionner les clients"
|
|
178
180
|
},
|
|
@@ -214,6 +216,7 @@
|
|
|
214
216
|
"email_address": "Email",
|
|
215
217
|
"first_name": "Prénom",
|
|
216
218
|
"gate_access_numbers": "Numéro d'accès pour la porte",
|
|
219
|
+
"is_archived": "Archive",
|
|
217
220
|
"last_name": "Nom de famille",
|
|
218
221
|
"name": "Nom",
|
|
219
222
|
"note": "Remarque du client",
|
|
@@ -233,6 +236,8 @@
|
|
|
233
236
|
"hide_archived": "Masquer les archives",
|
|
234
237
|
"is_archived": "Archivé",
|
|
235
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 ?",
|
|
236
241
|
"unit_slide_out": {
|
|
237
242
|
"both_sides": "Des deux côtés",
|
|
238
243
|
"driver_side": "Côté du conducteur",
|
|
@@ -326,7 +331,6 @@
|
|
|
326
331
|
},
|
|
327
332
|
"common": {
|
|
328
333
|
"app": {
|
|
329
|
-
"SKU": "SKU",
|
|
330
334
|
"abbreviations": {
|
|
331
335
|
"daily": "Jou",
|
|
332
336
|
"monthly": "Moi",
|
|
@@ -911,6 +915,7 @@
|
|
|
911
915
|
"skate_ramp": "Rampe de patinage",
|
|
912
916
|
"ski_in_ski_out": "Ski aux pieds",
|
|
913
917
|
"skip": "Sauter",
|
|
918
|
+
"SKU": "SKU",
|
|
914
919
|
"small": "petit",
|
|
915
920
|
"smoke_alarm": "Détecteur de fumé",
|
|
916
921
|
"sold_by": "Vendu par",
|
|
@@ -1072,12 +1077,12 @@
|
|
|
1072
1077
|
"err-0": "Erreur de déconnexion d'utilisateur!",
|
|
1073
1078
|
"err-1": "Problèmes de mise à jour du paramètre de langue d'utilisateur!",
|
|
1074
1079
|
"err-2": "Connexion échoué!",
|
|
1075
|
-
"err-204": "Aucune donnée retournée!",
|
|
1076
1080
|
"err-3": "L'utilisateur existe déjà!",
|
|
1077
1081
|
"err-4": "Erreur lors de l'ajout d'un nouvel utilisateur!",
|
|
1078
1082
|
"err-5": "Erreur lors de la mise à jour des paramètres de l'application!",
|
|
1079
1083
|
"err-6": "Accès non autorisé!",
|
|
1080
1084
|
"err-7": "Erreur lors de la récupération des paramètres!",
|
|
1085
|
+
"err-204": "Aucune donnée retournée!",
|
|
1081
1086
|
"err-client-1": "Aucune donnée client retournée!",
|
|
1082
1087
|
"err-client-2": "Erreur lors de l'enregistrement des informations du client!",
|
|
1083
1088
|
"err-client-3": "Une erreur s'est produite lors de la creation du nouveau client.",
|
|
@@ -1668,17 +1673,17 @@
|
|
|
1668
1673
|
"lot_grid": {
|
|
1669
1674
|
"bulk_update": "Changement de masse",
|
|
1670
1675
|
"colors": {
|
|
1671
|
-
"#009688": "Vert persan",
|
|
1672
1676
|
"#00bcd4": "Bleu d'oeuf",
|
|
1673
1677
|
"#03a9f4": "Azuré",
|
|
1674
|
-
"#2196f3": "Dodger Bleue",
|
|
1675
1678
|
"#3f51b5": "Saint Marin",
|
|
1676
1679
|
"#4caf50": "Salade de fruit",
|
|
1680
|
+
"#8bc34a": "Sushi",
|
|
1681
|
+
"#9c27b0": "Seance",
|
|
1677
1682
|
"#607d8b": "Lyncher",
|
|
1678
1683
|
"#673ab7": "Cœur violet",
|
|
1684
|
+
"#2196f3": "Dodger Bleue",
|
|
1685
|
+
"#009688": "Vert persan",
|
|
1679
1686
|
"#795548": "Café romain",
|
|
1680
|
-
"#8bc34a": "Sushi",
|
|
1681
|
-
"#9c27b0": "Seance",
|
|
1682
1687
|
"#cddc39": "Poire",
|
|
1683
1688
|
"#e91e63": "Amaranth",
|
|
1684
1689
|
"#f44336": "Pomegranate",
|