pcm-shared-components 2.1.150 → 2.1.152
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.",
|
|
@@ -108,6 +87,9 @@
|
|
|
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
89
|
"client_side_parameters_parallax_image_help": "Upload an image to serve as the background for your online booking portal.",
|
|
90
|
+
"booking_calendar_sync": "Booking Calendar Sync",
|
|
91
|
+
"booking_page_messages": "Booking Page Messages",
|
|
92
|
+
"campground_disclaimers": "Campground Disclaimers",
|
|
111
93
|
"client_side_parameters_is_length_filter_enabled": "Enables or disables the equipment length filter on the client side booking page.",
|
|
112
94
|
"client_side_parameters_reservation_deposit": "Online reservation deposit %",
|
|
113
95
|
"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.",
|
|
@@ -134,6 +116,27 @@
|
|
|
134
116
|
"connected_account": {
|
|
135
117
|
"not_enabled_message": "Your account is not properly configured with Stripe/Online connected accounts. To enable this feature please setup your account."
|
|
136
118
|
},
|
|
119
|
+
"date_time_display": {
|
|
120
|
+
"date_display_format_description": "Applies display-only formatting across reservation dates, calendars, and reports without changing stored values.",
|
|
121
|
+
"date_display_format_label": "Date Display Format",
|
|
122
|
+
"date_display_format_title": "Date Display Format",
|
|
123
|
+
"date_formats": {
|
|
124
|
+
"eu": "EU (24/03/2026)",
|
|
125
|
+
"iso": "ISO (2026-03-24)",
|
|
126
|
+
"long": "Long (Mar 24, 2026)",
|
|
127
|
+
"long_with_weekday": "Long with weekday (Tuesday, Mar 24, 2026)",
|
|
128
|
+
"short": "Short (Mar 24)",
|
|
129
|
+
"us": "US (03/24/2026)"
|
|
130
|
+
},
|
|
131
|
+
"preview_label": "Preview",
|
|
132
|
+
"time_display_format_description": "Controls how time appears throughout the app. Default is 24-hour format.",
|
|
133
|
+
"time_display_format_label": "Time Display Format",
|
|
134
|
+
"time_display_format_title": "Time Display Format",
|
|
135
|
+
"time_formats": {
|
|
136
|
+
"h12": "12-hour (AM/PM)",
|
|
137
|
+
"h24": "24-hour"
|
|
138
|
+
}
|
|
139
|
+
},
|
|
137
140
|
"stripe_onboarding": "Stripe"
|
|
138
141
|
},
|
|
139
142
|
"cart": {
|
|
@@ -173,6 +176,8 @@
|
|
|
173
176
|
}
|
|
174
177
|
},
|
|
175
178
|
"client_grid": {
|
|
179
|
+
"archive_title": "Archive Client",
|
|
180
|
+
"archive_warning": "Are you sure you want to archive this client?",
|
|
176
181
|
"bulk": {
|
|
177
182
|
"merge_clients": "Merge clients"
|
|
178
183
|
},
|
|
@@ -214,6 +219,7 @@
|
|
|
214
219
|
"email_address": "Email",
|
|
215
220
|
"first_name": "First Name",
|
|
216
221
|
"gate_access_numbers": "Gate Access Number",
|
|
222
|
+
"is_archived": "Archived",
|
|
217
223
|
"last_name": "Last Name",
|
|
218
224
|
"name": "Name",
|
|
219
225
|
"note": "Client Note",
|
|
@@ -233,6 +239,8 @@
|
|
|
233
239
|
"hide_archived": "Hide Archived",
|
|
234
240
|
"is_archived": "Archived",
|
|
235
241
|
"show_archived": "Show Archived",
|
|
242
|
+
"unarchive_title": "Unarchive Client",
|
|
243
|
+
"unarchive_warning": "Are you sure you want to unarchive this client?",
|
|
236
244
|
"unit_slide_out": {
|
|
237
245
|
"both_sides": "Both Sides",
|
|
238
246
|
"driver_side": "Driver Side",
|
|
@@ -326,7 +334,6 @@
|
|
|
326
334
|
},
|
|
327
335
|
"common": {
|
|
328
336
|
"app": {
|
|
329
|
-
"SKU": "SKU",
|
|
330
337
|
"abbreviations": {
|
|
331
338
|
"daily": "D",
|
|
332
339
|
"monthly": "M",
|
|
@@ -911,6 +918,7 @@
|
|
|
911
918
|
"skate_ramp": "Skate ramp",
|
|
912
919
|
"ski_in_ski_out": "Ski in ski out",
|
|
913
920
|
"skip": "Skip",
|
|
921
|
+
"SKU": "SKU",
|
|
914
922
|
"small": "small",
|
|
915
923
|
"smoke_alarm": "Smoke alarm",
|
|
916
924
|
"sold_by": "Sold By",
|
|
@@ -1072,12 +1080,12 @@
|
|
|
1072
1080
|
"err-0": "Error login out user!",
|
|
1073
1081
|
"err-1": "Problems updating user language setting!",
|
|
1074
1082
|
"err-2": "Unable to login.",
|
|
1075
|
-
"err-204": "No data returned!",
|
|
1076
1083
|
"err-3": "User already exists!",
|
|
1077
1084
|
"err-4": "Error adding new user!",
|
|
1078
1085
|
"err-5": "Error updating app settings!",
|
|
1079
1086
|
"err-6": "Access not permitted!",
|
|
1080
1087
|
"err-7": "Error getting parameters!",
|
|
1088
|
+
"err-204": "No data returned!",
|
|
1081
1089
|
"err-client-1": "No client data returned!",
|
|
1082
1090
|
"err-client-2": "Error saving client information!",
|
|
1083
1091
|
"err-client-3": "An error occurred while attempting to save the new client.",
|
|
@@ -1668,17 +1676,17 @@
|
|
|
1668
1676
|
"lot_grid": {
|
|
1669
1677
|
"bulk_update": "Bulk Update",
|
|
1670
1678
|
"colors": {
|
|
1671
|
-
"#009688": "Persian Green",
|
|
1672
1679
|
"#00bcd4": "Robin's Egg Blue",
|
|
1673
1680
|
"#03a9f4": "Cerulean",
|
|
1674
|
-
"#2196f3": "Dodger Blue",
|
|
1675
1681
|
"#3f51b5": "San Marino",
|
|
1676
1682
|
"#4caf50": "Fruit Salad",
|
|
1683
|
+
"#8bc34a": "Sushi",
|
|
1684
|
+
"#9c27b0": "Seance",
|
|
1677
1685
|
"#607d8b": "Lynch",
|
|
1678
1686
|
"#673ab7": "Purple Heart",
|
|
1687
|
+
"#2196f3": "Dodger Blue",
|
|
1688
|
+
"#009688": "Persian Green",
|
|
1679
1689
|
"#795548": "Roman Coffee",
|
|
1680
|
-
"#8bc34a": "Sushi",
|
|
1681
|
-
"#9c27b0": "Seance",
|
|
1682
1690
|
"#cddc39": "Pear",
|
|
1683
1691
|
"#e91e63": "Amaranth",
|
|
1684
1692
|
"#f44336": "Pomegranate",
|
|
@@ -73,6 +73,10 @@
|
|
|
73
73
|
"h12": "12 horas (AM/PM)"
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
|
+
"global_monthly_settings": {
|
|
77
|
+
"title": "Configuracion mensual global",
|
|
78
|
+
"description": "Esta configuracion se aplica a todas las tarifas base. El tipo de facturacion mensual y el umbral se administran globalmente, no por tarifa individual."
|
|
79
|
+
},
|
|
76
80
|
"booking_cutoff": {
|
|
77
81
|
"cutoff_day": "Permitir después de la medianoche - ¿Deberían los huéspedes poder reservar para hoy incluso después de la medianoche?",
|
|
78
82
|
"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.",
|
|
@@ -108,6 +112,9 @@
|
|
|
108
112
|
"client_side_parameters_google_measurement_id": "ID de medición de Google",
|
|
109
113
|
"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
114
|
"client_side_parameters_parallax_image_help": "Sube una imagen para usarla como fondo de tu portal de reservas en línea.",
|
|
115
|
+
"booking_calendar_sync": "Sincronización del calendario de reservas",
|
|
116
|
+
"booking_page_messages": "Mensajes de la página de reservas",
|
|
117
|
+
"campground_disclaimers": "Avisos legales del camping",
|
|
111
118
|
"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.",
|
|
112
119
|
"client_side_parameters_reservation_deposit": "Depósito de reserva en línea %",
|
|
113
120
|
"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.",
|
|
@@ -173,6 +180,8 @@
|
|
|
173
180
|
}
|
|
174
181
|
},
|
|
175
182
|
"client_grid": {
|
|
183
|
+
"archive_title": "Archivo Cliente",
|
|
184
|
+
"archive_warning": "¿Está seguro de que desea archivar este cliente?",
|
|
176
185
|
"bulk": {
|
|
177
186
|
"merge_clients": "Fusionar clientes"
|
|
178
187
|
},
|
|
@@ -214,6 +223,7 @@
|
|
|
214
223
|
"email_address": "Correo electrónico",
|
|
215
224
|
"first_name": "Primer nombre",
|
|
216
225
|
"gate_access_numbers": "Número de acceso a la puerta",
|
|
226
|
+
"is_archived": "Archivado",
|
|
217
227
|
"last_name": "Apellido",
|
|
218
228
|
"name": "Nombre",
|
|
219
229
|
"note": "Nota del cliente",
|
|
@@ -233,6 +243,8 @@
|
|
|
233
243
|
"hide_archived": "Ocultar archivados",
|
|
234
244
|
"is_archived": "Archivado",
|
|
235
245
|
"show_archived": "Mostrar archivados",
|
|
246
|
+
"unarchive_title": "Desarchivar Cliente",
|
|
247
|
+
"unarchive_warning": "¿Está seguro de que desea desarchivar este cliente?",
|
|
236
248
|
"unit_slide_out": {
|
|
237
249
|
"both_sides": "Ambos lados",
|
|
238
250
|
"driver_side": "El lado del conductor",
|
|
@@ -326,7 +338,6 @@
|
|
|
326
338
|
},
|
|
327
339
|
"common": {
|
|
328
340
|
"app": {
|
|
329
|
-
"SKU": "SKU",
|
|
330
341
|
"abbreviations": {
|
|
331
342
|
"daily": "D",
|
|
332
343
|
"monthly": "METRO",
|
|
@@ -911,6 +922,7 @@
|
|
|
911
922
|
"skate_ramp": "Rampa de skate",
|
|
912
923
|
"ski_in_ski_out": "Esquí de entrada y salida de esquí",
|
|
913
924
|
"skip": "Saltarse",
|
|
925
|
+
"SKU": "SKU",
|
|
914
926
|
"small": "pequeña",
|
|
915
927
|
"smoke_alarm": "Alarma de humo",
|
|
916
928
|
"sold_by": "Vendido por",
|
|
@@ -1072,12 +1084,12 @@
|
|
|
1072
1084
|
"err-0": "¡Error al cerrar la sesión del usuario!",
|
|
1073
1085
|
"err-1": "¡Problemas al actualizar la configuración de idioma del usuario!",
|
|
1074
1086
|
"err-2": "Incapaz de iniciar sesión.",
|
|
1075
|
-
"err-204": "¡No hay datos devueltos!",
|
|
1076
1087
|
"err-3": "¡El usuario ya existe!",
|
|
1077
1088
|
"err-4": "¡Error al agregar nuevo usuario!",
|
|
1078
1089
|
"err-5": "¡Error al actualizar la configuración de la aplicación!",
|
|
1079
1090
|
"err-6": "¡Acceso no permitido!",
|
|
1080
1091
|
"err-7": "¡Error al obtener los parámetros!",
|
|
1092
|
+
"err-204": "¡No hay datos devueltos!",
|
|
1081
1093
|
"err-client-1": "¡No se devolvieron datos de clientes!",
|
|
1082
1094
|
"err-client-2": "¡Error al guardar la información del cliente!",
|
|
1083
1095
|
"err-client-3": "Ocurrió un error al intentar guardar el nuevo cliente.",
|
|
@@ -1668,17 +1680,17 @@
|
|
|
1668
1680
|
"lot_grid": {
|
|
1669
1681
|
"bulk_update": "Actualización masiva",
|
|
1670
1682
|
"colors": {
|
|
1671
|
-
"#009688": "Verde persa",
|
|
1672
1683
|
"#00bcd4": "azul huevo de petirrojo",
|
|
1673
1684
|
"#03a9f4": "Azul claro",
|
|
1674
|
-
"#2196f3": "Dodger azul",
|
|
1675
1685
|
"#3f51b5": "San Marino",
|
|
1676
1686
|
"#4caf50": "Ensalada de frutas",
|
|
1687
|
+
"#8bc34a": "Sushi",
|
|
1688
|
+
"#9c27b0": "Sesión",
|
|
1677
1689
|
"#607d8b": "Linchar",
|
|
1678
1690
|
"#673ab7": "Corazón Purpura",
|
|
1691
|
+
"#2196f3": "Dodger azul",
|
|
1692
|
+
"#009688": "Verde persa",
|
|
1679
1693
|
"#795548": "Café Romano",
|
|
1680
|
-
"#8bc34a": "Sushi",
|
|
1681
|
-
"#9c27b0": "Sesión",
|
|
1682
1694
|
"#cddc39": "Pera",
|
|
1683
1695
|
"#e91e63": "Amaranto",
|
|
1684
1696
|
"#f44336": "Granada",
|
|
@@ -2166,6 +2178,9 @@
|
|
|
2166
2178
|
"default_lot_pictures": "Imágenes de lote predeterminadas para usar si no se especifica ninguna para el lote asociado con esta tarifa.",
|
|
2167
2179
|
"edit_rate_base": "Editar tarifa base",
|
|
2168
2180
|
"edit_rate_schedule": "Editar tarifa de horario",
|
|
2181
|
+
"monthly_billing_type_calendar_based": "Basado en calendario (mensual real)",
|
|
2182
|
+
"monthly_billing_type_day_based": "Basado en días (umbral)",
|
|
2183
|
+
"monthly_day_threshold_help": "Se usa solo para facturación mensual basada en días. Valores permitidos: 28-31 días.",
|
|
2169
2184
|
"new_rate_base": "Agregar nueva tarifa base",
|
|
2170
2185
|
"new_rate_schedule": "Nueva tarifa de horario",
|
|
2171
2186
|
"none": "Ninguna",
|
|
@@ -2184,6 +2199,8 @@
|
|
|
2184
2199
|
"id": "Identificación",
|
|
2185
2200
|
"min_night_rental": "Alquiler de noche mínima",
|
|
2186
2201
|
"min_night_rental_online": "Alquiler de noche mínima en línea",
|
|
2202
|
+
"monthly_billing_type": "Tipo de facturación mensual",
|
|
2203
|
+
"monthly_day_threshold": "Umbral mensual de días",
|
|
2187
2204
|
"monthly_price": "Precio mensual",
|
|
2188
2205
|
"pictures_qty": "Fotos",
|
|
2189
2206
|
"price_type_description": "Nombre de la tarifa",
|
|
@@ -73,6 +73,10 @@
|
|
|
73
73
|
"h12": "12 heures (AM/PM)"
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
|
+
"global_monthly_settings": {
|
|
77
|
+
"title": "Parametres mensuels globaux",
|
|
78
|
+
"description": "Ces parametres s'appliquent a tous les tarifs de base. Le type de facturation mensuelle et le seuil sont geres globalement, et non par tarif individuel."
|
|
79
|
+
},
|
|
76
80
|
"booking_cutoff": {
|
|
77
81
|
"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
82
|
"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.",
|
|
@@ -108,6 +112,9 @@
|
|
|
108
112
|
"client_side_parameters_google_measurement_id": "Identifiant de mesure Google",
|
|
109
113
|
"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
114
|
"client_side_parameters_parallax_image_help": "Televersez une image qui servira de fond pour votre portail de réservation en ligne.",
|
|
115
|
+
"booking_calendar_sync": "Synchronisation du calendrier de réservation",
|
|
116
|
+
"booking_page_messages": "Messages de la page de réservation",
|
|
117
|
+
"campground_disclaimers": "Avis du camping",
|
|
111
118
|
"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.",
|
|
112
119
|
"client_side_parameters_reservation_deposit": "Dépôt de la réservation en ligne %",
|
|
113
120
|
"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.",
|
|
@@ -173,6 +180,8 @@
|
|
|
173
180
|
}
|
|
174
181
|
},
|
|
175
182
|
"client_grid": {
|
|
183
|
+
"archive_title": "Client d'archive",
|
|
184
|
+
"archive_warning": "Êtes-vous sûr de vouloir archiver ce client ?",
|
|
176
185
|
"bulk": {
|
|
177
186
|
"merge_clients": "Fusionner les clients"
|
|
178
187
|
},
|
|
@@ -214,6 +223,7 @@
|
|
|
214
223
|
"email_address": "Email",
|
|
215
224
|
"first_name": "Prénom",
|
|
216
225
|
"gate_access_numbers": "Numéro d'accès pour la porte",
|
|
226
|
+
"is_archived": "Archive",
|
|
217
227
|
"last_name": "Nom de famille",
|
|
218
228
|
"name": "Nom",
|
|
219
229
|
"note": "Remarque du client",
|
|
@@ -233,6 +243,8 @@
|
|
|
233
243
|
"hide_archived": "Masquer les archives",
|
|
234
244
|
"is_archived": "Archivé",
|
|
235
245
|
"show_archived": "Afficher les archives",
|
|
246
|
+
"unarchive_title": "Désarchiver le client",
|
|
247
|
+
"unarchive_warning": "Êtes-vous sûr de vouloir désarchiver ce client ?",
|
|
236
248
|
"unit_slide_out": {
|
|
237
249
|
"both_sides": "Des deux côtés",
|
|
238
250
|
"driver_side": "Côté du conducteur",
|
|
@@ -326,7 +338,6 @@
|
|
|
326
338
|
},
|
|
327
339
|
"common": {
|
|
328
340
|
"app": {
|
|
329
|
-
"SKU": "SKU",
|
|
330
341
|
"abbreviations": {
|
|
331
342
|
"daily": "Jou",
|
|
332
343
|
"monthly": "Moi",
|
|
@@ -911,6 +922,7 @@
|
|
|
911
922
|
"skate_ramp": "Rampe de patinage",
|
|
912
923
|
"ski_in_ski_out": "Ski aux pieds",
|
|
913
924
|
"skip": "Sauter",
|
|
925
|
+
"SKU": "SKU",
|
|
914
926
|
"small": "petit",
|
|
915
927
|
"smoke_alarm": "Détecteur de fumé",
|
|
916
928
|
"sold_by": "Vendu par",
|
|
@@ -1072,12 +1084,12 @@
|
|
|
1072
1084
|
"err-0": "Erreur de déconnexion d'utilisateur!",
|
|
1073
1085
|
"err-1": "Problèmes de mise à jour du paramètre de langue d'utilisateur!",
|
|
1074
1086
|
"err-2": "Connexion échoué!",
|
|
1075
|
-
"err-204": "Aucune donnée retournée!",
|
|
1076
1087
|
"err-3": "L'utilisateur existe déjà!",
|
|
1077
1088
|
"err-4": "Erreur lors de l'ajout d'un nouvel utilisateur!",
|
|
1078
1089
|
"err-5": "Erreur lors de la mise à jour des paramètres de l'application!",
|
|
1079
1090
|
"err-6": "Accès non autorisé!",
|
|
1080
1091
|
"err-7": "Erreur lors de la récupération des paramètres!",
|
|
1092
|
+
"err-204": "Aucune donnée retournée!",
|
|
1081
1093
|
"err-client-1": "Aucune donnée client retournée!",
|
|
1082
1094
|
"err-client-2": "Erreur lors de l'enregistrement des informations du client!",
|
|
1083
1095
|
"err-client-3": "Une erreur s'est produite lors de la creation du nouveau client.",
|
|
@@ -1668,17 +1680,17 @@
|
|
|
1668
1680
|
"lot_grid": {
|
|
1669
1681
|
"bulk_update": "Changement de masse",
|
|
1670
1682
|
"colors": {
|
|
1671
|
-
"#009688": "Vert persan",
|
|
1672
1683
|
"#00bcd4": "Bleu d'oeuf",
|
|
1673
1684
|
"#03a9f4": "Azuré",
|
|
1674
|
-
"#2196f3": "Dodger Bleue",
|
|
1675
1685
|
"#3f51b5": "Saint Marin",
|
|
1676
1686
|
"#4caf50": "Salade de fruit",
|
|
1687
|
+
"#8bc34a": "Sushi",
|
|
1688
|
+
"#9c27b0": "Seance",
|
|
1677
1689
|
"#607d8b": "Lyncher",
|
|
1678
1690
|
"#673ab7": "Cœur violet",
|
|
1691
|
+
"#2196f3": "Dodger Bleue",
|
|
1692
|
+
"#009688": "Vert persan",
|
|
1679
1693
|
"#795548": "Café romain",
|
|
1680
|
-
"#8bc34a": "Sushi",
|
|
1681
|
-
"#9c27b0": "Seance",
|
|
1682
1694
|
"#cddc39": "Poire",
|
|
1683
1695
|
"#e91e63": "Amaranth",
|
|
1684
1696
|
"#f44336": "Pomegranate",
|
|
@@ -2166,6 +2178,9 @@
|
|
|
2166
2178
|
"default_lot_pictures": "Images de lot par défaut à utiliser si aucune n'est spécifiée pour les lots associé à ce tarif.",
|
|
2167
2179
|
"edit_rate_base": "Modifier le taux de base",
|
|
2168
2180
|
"edit_rate_schedule": "Modifier le taux horaire",
|
|
2181
|
+
"monthly_billing_type_calendar_based": "Basé sur le calendrier (vrai mensuel)",
|
|
2182
|
+
"monthly_billing_type_day_based": "Basé sur les jours (seuil)",
|
|
2183
|
+
"monthly_day_threshold_help": "Utilisé seulement pour la facturation mensuelle basée sur les jours. Valeurs permises : 28-31 jours.",
|
|
2169
2184
|
"new_rate_base": "Ajouter un tarif de base",
|
|
2170
2185
|
"new_rate_schedule": "Nouveau tarif horaire",
|
|
2171
2186
|
"none": "Aucune",
|
|
@@ -2184,6 +2199,8 @@
|
|
|
2184
2199
|
"id": "Id",
|
|
2185
2200
|
"min_night_rental": "Location minimum par nuit",
|
|
2186
2201
|
"min_night_rental_online": "Location de nuit minimum en ligne",
|
|
2202
|
+
"monthly_billing_type": "Type de facturation mensuelle",
|
|
2203
|
+
"monthly_day_threshold": "Seuil mensuel en jours",
|
|
2187
2204
|
"monthly_price": "Prix mensuel",
|
|
2188
2205
|
"pictures_qty": "Photos",
|
|
2189
2206
|
"price_type_description": "Nom du type de prix",
|