pcm-shared-components 2.1.164 → 2.1.165
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.
|
@@ -1237,6 +1237,103 @@
|
|
|
1237
1237
|
"using_tier_price": "Using tier pricing"
|
|
1238
1238
|
}
|
|
1239
1239
|
},
|
|
1240
|
+
"credits": {
|
|
1241
|
+
"add": {
|
|
1242
|
+
"category_any": "Any",
|
|
1243
|
+
"category_meter": "Meter",
|
|
1244
|
+
"category_pos": "POS",
|
|
1245
|
+
"source_adjustment": "Adjustment",
|
|
1246
|
+
"source_card": "Card",
|
|
1247
|
+
"source_cash": "Cash",
|
|
1248
|
+
"source_stripe": "Stripe",
|
|
1249
|
+
"title": "Add Credits"
|
|
1250
|
+
},
|
|
1251
|
+
"button": {
|
|
1252
|
+
"add_credits": "Add Credits",
|
|
1253
|
+
"apply_credits": "Apply Credits",
|
|
1254
|
+
"back": "Back",
|
|
1255
|
+
"cancel": "Cancel",
|
|
1256
|
+
"confirm": "Apply",
|
|
1257
|
+
"enter_amount": "Enter Custom Amount",
|
|
1258
|
+
"skip": "Skip",
|
|
1259
|
+
"use": "Use",
|
|
1260
|
+
"use_full": "Apply Full Amount",
|
|
1261
|
+
"view_history": "History"
|
|
1262
|
+
},
|
|
1263
|
+
"dialog": {
|
|
1264
|
+
"apply_payment": "Apply as Payment",
|
|
1265
|
+
"apply_to_charge": "Apply to Charge"
|
|
1266
|
+
},
|
|
1267
|
+
"history": {
|
|
1268
|
+
"all_categories": "All Categories",
|
|
1269
|
+
"amount": "Amount",
|
|
1270
|
+
"category": "Category",
|
|
1271
|
+
"created_by": "Created By",
|
|
1272
|
+
"date": "Date",
|
|
1273
|
+
"filter_category": "Category",
|
|
1274
|
+
"no_records": "No credits history found",
|
|
1275
|
+
"search_placeholder": "Search history...",
|
|
1276
|
+
"source": "Source",
|
|
1277
|
+
"title": "Credits History",
|
|
1278
|
+
"type": "Type",
|
|
1279
|
+
"type_adjustment": "Adjustment",
|
|
1280
|
+
"type_fund": "Fund",
|
|
1281
|
+
"type_refund": "Refund",
|
|
1282
|
+
"type_usage": "Usage"
|
|
1283
|
+
},
|
|
1284
|
+
"label": {
|
|
1285
|
+
"amount": "Amount",
|
|
1286
|
+
"any": "Any",
|
|
1287
|
+
"available": "Available",
|
|
1288
|
+
"category": "Category",
|
|
1289
|
+
"charge_remaining": "Charge Remaining",
|
|
1290
|
+
"credit": "Credit",
|
|
1291
|
+
"credits": "Credits",
|
|
1292
|
+
"funded_from_credit_tooltip": "This payment was funded from the client's credit wallet",
|
|
1293
|
+
"linked_charge": "Linked Charge",
|
|
1294
|
+
"max": "Max",
|
|
1295
|
+
"meter": "Meter",
|
|
1296
|
+
"pos": "POS",
|
|
1297
|
+
"source": "Source",
|
|
1298
|
+
"total_balance": "Total Balance",
|
|
1299
|
+
"unlinked": "Unlinked"
|
|
1300
|
+
},
|
|
1301
|
+
"message": {
|
|
1302
|
+
"allocation_error": "Failed to update allocation",
|
|
1303
|
+
"applied": "Credits applied successfully",
|
|
1304
|
+
"apply_error": "Failed to apply credits",
|
|
1305
|
+
"fund_error": "Failed to add credits",
|
|
1306
|
+
"funded": "Credits added successfully"
|
|
1307
|
+
},
|
|
1308
|
+
"prompt": {
|
|
1309
|
+
"custom_amount_label": "Amount to Apply",
|
|
1310
|
+
"select_pool": "Select a credit pool to apply",
|
|
1311
|
+
"use_credits": "You have {{amount}} in credits"
|
|
1312
|
+
},
|
|
1313
|
+
"summary": {
|
|
1314
|
+
"any_credits": "Any Credits",
|
|
1315
|
+
"any_credits_desc": "Flexible credits usable anywhere",
|
|
1316
|
+
"apply_hint": "Credits will be applied to the balance remaining",
|
|
1317
|
+
"apply_to_reservation": "Apply to Reservation",
|
|
1318
|
+
"available_balance": "Total Balance",
|
|
1319
|
+
"credit_breakdown": "Credit Breakdown",
|
|
1320
|
+
"meter_credits": "Meter Credits",
|
|
1321
|
+
"meter_credits_desc": "For meter charges only",
|
|
1322
|
+
"no_credits": "No credits available",
|
|
1323
|
+
"pos_credits": "POS Credits",
|
|
1324
|
+
"pos_credits_desc": "From point-of-sale transactions",
|
|
1325
|
+
"subtitle": "View and manage credits for this customer.",
|
|
1326
|
+
"title": "Credits",
|
|
1327
|
+
"total_credits_available": "Total credits available to use"
|
|
1328
|
+
},
|
|
1329
|
+
"validation": {
|
|
1330
|
+
"amount_exceeds_available": "Amount exceeds available credits",
|
|
1331
|
+
"amount_exceeds_balance": "Amount exceeds the unpaid balance",
|
|
1332
|
+
"amount_exceeds_charge": "Amount exceeds the charge",
|
|
1333
|
+
"amount_must_be_positive": "Amount must be greater than 0",
|
|
1334
|
+
"amount_required": "Amount is required"
|
|
1335
|
+
}
|
|
1336
|
+
},
|
|
1240
1337
|
"dashboard": {
|
|
1241
1338
|
"availability": {
|
|
1242
1339
|
"includes_notes": "Checked-out reservations are excluded."
|
|
@@ -2230,8 +2327,8 @@
|
|
|
2230
2327
|
"id": "Id",
|
|
2231
2328
|
"min_night_rental": "Min night rental",
|
|
2232
2329
|
"min_night_rental_online": "Min Night Rental Online",
|
|
2233
|
-
"monthly_billing_type": "",
|
|
2234
|
-
"monthly_day_threshold": "",
|
|
2330
|
+
"monthly_billing_type": "Monthly billing type",
|
|
2331
|
+
"monthly_day_threshold": "Monthly day threshold",
|
|
2235
2332
|
"monthly_price": "Monthly price",
|
|
2236
2333
|
"pictures_qty": "Pictures",
|
|
2237
2334
|
"price_type_description": "Rate Name",
|
|
@@ -2534,6 +2631,24 @@
|
|
|
2534
2631
|
}
|
|
2535
2632
|
},
|
|
2536
2633
|
"reservation_edit": {
|
|
2634
|
+
"action": {
|
|
2635
|
+
"add_client": "New Client",
|
|
2636
|
+
"add_meter": "Add Meter Reading",
|
|
2637
|
+
"add_payment": "Add Payment",
|
|
2638
|
+
"edit": "Edit Reservation",
|
|
2639
|
+
"edit_client": "Edit Client",
|
|
2640
|
+
"edit_occupants": "Edit Occupants",
|
|
2641
|
+
"edit_products": "Edit Products & Services",
|
|
2642
|
+
"edit_tags": "Edit Tags",
|
|
2643
|
+
"fulfill_products": "Mark as Fulfilled",
|
|
2644
|
+
"lock_total": "Lock Total",
|
|
2645
|
+
"meter_receipt": "Meter Invoice",
|
|
2646
|
+
"more": "More Actions",
|
|
2647
|
+
"override_no_permission": "You do not have permission to override this total",
|
|
2648
|
+
"override_total": "Override Total",
|
|
2649
|
+
"search_client": "Search Client",
|
|
2650
|
+
"search_lot": "Search Lot"
|
|
2651
|
+
},
|
|
2537
2652
|
"calc": {
|
|
2538
2653
|
"action": {
|
|
2539
2654
|
"override": "Override"
|
|
@@ -1237,6 +1237,103 @@
|
|
|
1237
1237
|
"using_tier_price": "Uso de precios por niveles"
|
|
1238
1238
|
}
|
|
1239
1239
|
},
|
|
1240
|
+
"credits": {
|
|
1241
|
+
"add": {
|
|
1242
|
+
"category_any": "Cualquier",
|
|
1243
|
+
"category_meter": "Metro",
|
|
1244
|
+
"category_pos": "Pos",
|
|
1245
|
+
"source_adjustment": "Ajuste",
|
|
1246
|
+
"source_card": "Tarjeta",
|
|
1247
|
+
"source_cash": "Efectivo",
|
|
1248
|
+
"source_stripe": "Stripe",
|
|
1249
|
+
"title": "Añadir créditos"
|
|
1250
|
+
},
|
|
1251
|
+
"button": {
|
|
1252
|
+
"add_credits": "Añadir créditos",
|
|
1253
|
+
"apply_credits": "Solicitar créditos",
|
|
1254
|
+
"back": "Volver",
|
|
1255
|
+
"cancel": "Cancelar",
|
|
1256
|
+
"confirm": "Solicitar",
|
|
1257
|
+
"enter_amount": "Introducir importe personalizado",
|
|
1258
|
+
"skip": "Saltar",
|
|
1259
|
+
"use": "Utilice",
|
|
1260
|
+
"use_full": "Aplicar importe total",
|
|
1261
|
+
"view_history": "Historia"
|
|
1262
|
+
},
|
|
1263
|
+
"dialog": {
|
|
1264
|
+
"apply_payment": "Solicitar como pago",
|
|
1265
|
+
"apply_to_charge": "Solicitar el cargo"
|
|
1266
|
+
},
|
|
1267
|
+
"history": {
|
|
1268
|
+
"all_categories": "Todas las categorias",
|
|
1269
|
+
"amount": "Importe",
|
|
1270
|
+
"category": "Categoría",
|
|
1271
|
+
"created_by": "Creado por",
|
|
1272
|
+
"date": "Fecha",
|
|
1273
|
+
"filter_category": "Categoría",
|
|
1274
|
+
"no_records": "No se ha encontrado ningún historial de créditos",
|
|
1275
|
+
"search_placeholder": "Historial de búsqueda...",
|
|
1276
|
+
"source": "Fuente",
|
|
1277
|
+
"title": "Créditos Historia",
|
|
1278
|
+
"type": "Tipo",
|
|
1279
|
+
"type_adjustment": "Ajuste",
|
|
1280
|
+
"type_fund": "Fondo",
|
|
1281
|
+
"type_refund": "Reembolso",
|
|
1282
|
+
"type_usage": "Utilización"
|
|
1283
|
+
},
|
|
1284
|
+
"label": {
|
|
1285
|
+
"amount": "Importe",
|
|
1286
|
+
"any": "Cualquier",
|
|
1287
|
+
"available": "Disponible",
|
|
1288
|
+
"category": "Categoría",
|
|
1289
|
+
"charge_remaining": "Carga restante",
|
|
1290
|
+
"credit": "Crédito",
|
|
1291
|
+
"credits": "Créditos",
|
|
1292
|
+
"funded_from_credit_tooltip": "Este pago fue financiado desde la billetera de crédito del cliente",
|
|
1293
|
+
"linked_charge": "Cargo vinculado",
|
|
1294
|
+
"max": "Max",
|
|
1295
|
+
"meter": "Contador",
|
|
1296
|
+
"pos": "Pos",
|
|
1297
|
+
"source": "Fuente",
|
|
1298
|
+
"total_balance": "Saldo total",
|
|
1299
|
+
"unlinked": "Desvinculado"
|
|
1300
|
+
},
|
|
1301
|
+
"message": {
|
|
1302
|
+
"allocation_error": "Error al actualizar la asignación",
|
|
1303
|
+
"applied": "Créditos aplicados con éxito",
|
|
1304
|
+
"apply_error": "Créditos no aplicados",
|
|
1305
|
+
"fund_error": "No se pudieron agregar los créditos.",
|
|
1306
|
+
"funded": "Créditos añadidos correctamente"
|
|
1307
|
+
},
|
|
1308
|
+
"prompt": {
|
|
1309
|
+
"custom_amount_label": "Cantidad a solicitar",
|
|
1310
|
+
"select_pool": "Seleccione un grupo de créditos para solicitar",
|
|
1311
|
+
"use_credits": "Tienes {{amount}} créditos"
|
|
1312
|
+
},
|
|
1313
|
+
"summary": {
|
|
1314
|
+
"any_credits": "Cualquier crédito",
|
|
1315
|
+
"any_credits_desc": "Créditos flexibles que se pueden usar en cualquier lugar.",
|
|
1316
|
+
"apply_hint": "Los créditos se aplicarán al saldo restante.",
|
|
1317
|
+
"apply_to_reservation": "Solicitar reserva",
|
|
1318
|
+
"available_balance": "Total Balance",
|
|
1319
|
+
"credit_breakdown": "Desglose de crédito",
|
|
1320
|
+
"meter_credits": "Créditos de Medición",
|
|
1321
|
+
"meter_credits_desc": "Sólo para gastos de contador",
|
|
1322
|
+
"no_credits": "No hay créditos disponibles",
|
|
1323
|
+
"pos_credits": "Créditos POS",
|
|
1324
|
+
"pos_credits_desc": "De las transacciones en el punto de venta",
|
|
1325
|
+
"subtitle": "Ver y gestionar los créditos de este cliente.",
|
|
1326
|
+
"title": "Créditos",
|
|
1327
|
+
"total_credits_available": "Total de créditos disponibles"
|
|
1328
|
+
},
|
|
1329
|
+
"validation": {
|
|
1330
|
+
"amount_exceeds_available": "El importe supera los créditos disponibles",
|
|
1331
|
+
"amount_exceeds_balance": "Importe superior al saldo impagado",
|
|
1332
|
+
"amount_exceeds_charge": "Importe superior a la tasa",
|
|
1333
|
+
"amount_must_be_positive": "El importe debe ser superior a 0",
|
|
1334
|
+
"amount_required": "Importe requerido"
|
|
1335
|
+
}
|
|
1336
|
+
},
|
|
1240
1337
|
"dashboard": {
|
|
1241
1338
|
"availability": {
|
|
1242
1339
|
"includes_notes": "Quedan excluidas las reservas realizadas con salida."
|
|
@@ -2534,6 +2631,24 @@
|
|
|
2534
2631
|
}
|
|
2535
2632
|
},
|
|
2536
2633
|
"reservation_edit": {
|
|
2634
|
+
"action": {
|
|
2635
|
+
"add_client": "Nuevo Cliente",
|
|
2636
|
+
"add_meter": "Añadir lectura de contador",
|
|
2637
|
+
"add_payment": "Añadir pago",
|
|
2638
|
+
"edit": "Editar reserva",
|
|
2639
|
+
"edit_client": "Editar cliente",
|
|
2640
|
+
"edit_occupants": "Editar ocupantes",
|
|
2641
|
+
"edit_products": "Editar productos y servicios",
|
|
2642
|
+
"edit_tags": "Editar etiquetas",
|
|
2643
|
+
"fulfill_products": "Marcar como Cumplido",
|
|
2644
|
+
"lock_total": "",
|
|
2645
|
+
"meter_receipt": "Factura del contador",
|
|
2646
|
+
"more": "Mas acciones",
|
|
2647
|
+
"override_no_permission": "No tiene permiso para anular este total",
|
|
2648
|
+
"override_total": "Anulación Total",
|
|
2649
|
+
"search_client": "Buscar cliente",
|
|
2650
|
+
"search_lot": "Buscar lote"
|
|
2651
|
+
},
|
|
2537
2652
|
"calc": {
|
|
2538
2653
|
"action": {
|
|
2539
2654
|
"override": "Anular"
|
|
@@ -1237,6 +1237,103 @@
|
|
|
1237
1237
|
"using_tier_price": "Prix de niveaux utilisé"
|
|
1238
1238
|
}
|
|
1239
1239
|
},
|
|
1240
|
+
"credits": {
|
|
1241
|
+
"add": {
|
|
1242
|
+
"category_any": "N'importe lequel",
|
|
1243
|
+
"category_meter": "Compteur",
|
|
1244
|
+
"category_pos": "Pos",
|
|
1245
|
+
"source_adjustment": "Ajustement",
|
|
1246
|
+
"source_card": "Carte",
|
|
1247
|
+
"source_cash": "Argent liquide",
|
|
1248
|
+
"source_stripe": "Stripe",
|
|
1249
|
+
"title": "Ajouter des crédits"
|
|
1250
|
+
},
|
|
1251
|
+
"button": {
|
|
1252
|
+
"add_credits": "Ajouter des crédits",
|
|
1253
|
+
"apply_credits": "Appliquer les crédits",
|
|
1254
|
+
"back": "Retour",
|
|
1255
|
+
"cancel": "Annuler",
|
|
1256
|
+
"confirm": "Appliquer",
|
|
1257
|
+
"enter_amount": "Saisir un montant personnalisé",
|
|
1258
|
+
"skip": "Sauter",
|
|
1259
|
+
"use": "Utilisation",
|
|
1260
|
+
"use_full": "Appliquer le montant total",
|
|
1261
|
+
"view_history": "L'histoire"
|
|
1262
|
+
},
|
|
1263
|
+
"dialog": {
|
|
1264
|
+
"apply_payment": "Demande de paiement",
|
|
1265
|
+
"apply_to_charge": "Postuler pour charger"
|
|
1266
|
+
},
|
|
1267
|
+
"history": {
|
|
1268
|
+
"all_categories": "Toutes les catégories",
|
|
1269
|
+
"amount": "Montant",
|
|
1270
|
+
"category": "Catégorie",
|
|
1271
|
+
"created_by": "Créé par",
|
|
1272
|
+
"date": "Date",
|
|
1273
|
+
"filter_category": "Catégorie",
|
|
1274
|
+
"no_records": "Aucun historique de crédits n'a été trouvé",
|
|
1275
|
+
"search_placeholder": "Historique de la recherche...",
|
|
1276
|
+
"source": "Source",
|
|
1277
|
+
"title": "Historique des crédits",
|
|
1278
|
+
"type": "Type",
|
|
1279
|
+
"type_adjustment": "Ajustement",
|
|
1280
|
+
"type_fund": "Fonds",
|
|
1281
|
+
"type_refund": "Remboursement",
|
|
1282
|
+
"type_usage": "Utilisation"
|
|
1283
|
+
},
|
|
1284
|
+
"label": {
|
|
1285
|
+
"amount": "Montant",
|
|
1286
|
+
"any": "Tous",
|
|
1287
|
+
"available": "Disponible",
|
|
1288
|
+
"category": "Catégorie",
|
|
1289
|
+
"charge_remaining": "Charge restante",
|
|
1290
|
+
"credit": "Crédit",
|
|
1291
|
+
"credits": "Crédits",
|
|
1292
|
+
"funded_from_credit_tooltip": "Ce paiement a été financé par le portefeuille de crédit du client",
|
|
1293
|
+
"linked_charge": "Charge liée",
|
|
1294
|
+
"max": "Max",
|
|
1295
|
+
"meter": "Compteur",
|
|
1296
|
+
"pos": "Pos",
|
|
1297
|
+
"source": "Source",
|
|
1298
|
+
"total_balance": "Solde total",
|
|
1299
|
+
"unlinked": "Sans lien"
|
|
1300
|
+
},
|
|
1301
|
+
"message": {
|
|
1302
|
+
"allocation_error": "Échec de la mise à jour de l'allocation",
|
|
1303
|
+
"applied": "Crédits appliqués avec succès",
|
|
1304
|
+
"apply_error": "Échec de l'application des crédits",
|
|
1305
|
+
"fund_error": "Impossible d'ajouter les crédits",
|
|
1306
|
+
"funded": "Crédits ajoutés avec succès"
|
|
1307
|
+
},
|
|
1308
|
+
"prompt": {
|
|
1309
|
+
"custom_amount_label": "Montant à appliquer",
|
|
1310
|
+
"select_pool": "Sélectionnez un groupe de crédits pour faire une demande.",
|
|
1311
|
+
"use_credits": "Vous avez {{amount}} crédits"
|
|
1312
|
+
},
|
|
1313
|
+
"summary": {
|
|
1314
|
+
"any_credits": "Crédits",
|
|
1315
|
+
"any_credits_desc": "Crédits flexibles utilisables partout",
|
|
1316
|
+
"apply_hint": "Les crédits seront appliqués au solde restant.",
|
|
1317
|
+
"apply_to_reservation": "Postuler à la réservation",
|
|
1318
|
+
"available_balance": "Solde total",
|
|
1319
|
+
"credit_breakdown": "Répartition des crédits",
|
|
1320
|
+
"meter_credits": "Crédits de compteur",
|
|
1321
|
+
"meter_credits_desc": "Pour les frais de compteur uniquement",
|
|
1322
|
+
"no_credits": "Pas de crédits disponibles",
|
|
1323
|
+
"pos_credits": "Crédits POS",
|
|
1324
|
+
"pos_credits_desc": "Des transactions au point de vente",
|
|
1325
|
+
"subtitle": "Consulter et gérer les crédits de ce client.",
|
|
1326
|
+
"title": "Crédits",
|
|
1327
|
+
"total_credits_available": "Total des crédits disponibles"
|
|
1328
|
+
},
|
|
1329
|
+
"validation": {
|
|
1330
|
+
"amount_exceeds_available": "Le montant dépasse les crédits disponibles",
|
|
1331
|
+
"amount_exceeds_balance": "Le montant dépasse le solde impayé",
|
|
1332
|
+
"amount_exceeds_charge": "Le montant est supérieur à la taxe",
|
|
1333
|
+
"amount_must_be_positive": "Le montant doit être supérieur à 0",
|
|
1334
|
+
"amount_required": "Montant requis"
|
|
1335
|
+
}
|
|
1336
|
+
},
|
|
1240
1337
|
"dashboard": {
|
|
1241
1338
|
"availability": {
|
|
1242
1339
|
"includes_notes": "Réservations départies non incluses."
|
|
@@ -2534,6 +2631,24 @@
|
|
|
2534
2631
|
}
|
|
2535
2632
|
},
|
|
2536
2633
|
"reservation_edit": {
|
|
2634
|
+
"action": {
|
|
2635
|
+
"add_client": "Nouveau Client",
|
|
2636
|
+
"add_meter": "Ajouter le relevé de compteur",
|
|
2637
|
+
"add_payment": "Ajouter un paiement",
|
|
2638
|
+
"edit": "Modifier la réservation",
|
|
2639
|
+
"edit_client": "Modifier le client",
|
|
2640
|
+
"edit_occupants": "Modifier les occupants",
|
|
2641
|
+
"edit_products": "Modifier les produits et services",
|
|
2642
|
+
"edit_tags": "Modifier les étiquettes",
|
|
2643
|
+
"fulfill_products": "Marquer l'accomplissement",
|
|
2644
|
+
"lock_total": "Total de l'écluse",
|
|
2645
|
+
"meter_receipt": "Facture de compteur",
|
|
2646
|
+
"more": "Plus d'actions",
|
|
2647
|
+
"override_no_permission": "Vous n'avez pas le droit d'ignorer ce total.",
|
|
2648
|
+
"override_total": "Dérogation Total",
|
|
2649
|
+
"search_client": "Rechercher un client",
|
|
2650
|
+
"search_lot": "Recherche de lot"
|
|
2651
|
+
},
|
|
2537
2652
|
"calc": {
|
|
2538
2653
|
"action": {
|
|
2539
2654
|
"override": "Override"
|