pcm-shared-components 2.1.267 → 2.1.269

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.
@@ -1349,7 +1349,11 @@
1349
1349
  "warn-user-account-1": "An error occurred while accessing the user accounts.",
1350
1350
  "warn-user-account-2": "Error saving the user account information!",
1351
1351
  "warn-user-account-3": "Error deleting user account!",
1352
- "warn-user-account-4": "Can't add this user because the email address is already assigned to a different campground."
1352
+ "warn-user-account-4": "Can't add this user because the email address is already assigned to a different campground.",
1353
+ "bulk-invoice-cap": "Selection limited to {{max}}. Showing the first {{max}} invoices.",
1354
+ "bulk-invoice-loading_one": "Loading {{count}} invoice...",
1355
+ "bulk-invoice-loading_other": "Loading {{count}} invoices...",
1356
+ "bulk-invoice-loading-hint": "This may take a moment for larger batches."
1353
1357
  },
1354
1358
  "pricing": {
1355
1359
  "using_fixed_price": "Using fixed Pricing",
@@ -3394,7 +3398,8 @@
3394
3398
  "open_rate": "Open Rate",
3395
3399
  "payment": "Payments",
3396
3400
  "product_items": "Product Items",
3397
- "reservation": "Reservation"
3401
+ "reservation": "Reservation",
3402
+ "navigate_aria_label": "Reservation navigation. Use left and right arrows."
3398
3403
  }
3399
3404
  },
3400
3405
  "reservation_edit_grid": {
@@ -1349,7 +1349,11 @@
1349
1349
  "warn-user-account-1": "Ocurrió un error al acceder a las cuentas de usuario.",
1350
1350
  "warn-user-account-2": "¡Error al guardar la información de la cuenta de usuario!",
1351
1351
  "warn-user-account-3": "¡Error al eliminar la cuenta de usuario!",
1352
- "warn-user-account-4": "No se puede agregar a este usuario porque la dirección de correo electrónico ya está asignada a un campamento diferente."
1352
+ "warn-user-account-4": "No se puede agregar a este usuario porque la dirección de correo electrónico ya está asignada a un campamento diferente.",
1353
+ "bulk-invoice-cap": "Selección limitada a {{max}}. Mostrando las primeras {{max}} facturas.",
1354
+ "bulk-invoice-loading_one": "Cargando {{count}} factura...",
1355
+ "bulk-invoice-loading_other": "Cargando {{count}} facturas...",
1356
+ "bulk-invoice-loading-hint": "Esto puede tardar un momento para lotes más grandes."
1353
1357
  },
1354
1358
  "pricing": {
1355
1359
  "using_fixed_price": "Uso de precios fijos",
@@ -3394,7 +3398,8 @@
3394
3398
  "open_rate": "Abrir tarifa",
3395
3399
  "payment": "Pagos",
3396
3400
  "product_items": "Artículos del producto",
3397
- "reservation": "Reserva"
3401
+ "reservation": "Reserva",
3402
+ "navigate_aria_label": "Navegación entre reservas. Use las flechas izquierda y derecha."
3398
3403
  }
3399
3404
  },
3400
3405
  "reservation_edit_grid": {
@@ -1349,7 +1349,11 @@
1349
1349
  "warn-user-account-1": "Une erreur s'est produite lors de l'accès aux comptes utilisateurs.",
1350
1350
  "warn-user-account-2": "Erreur lors de l'enregistrement des informations du compte utilisateur!",
1351
1351
  "warn-user-account-3": "Erreur lors de la suppression du compte utilisateur!",
1352
- "warn-user-account-4": "Impossible d'ajouter cet utilisateur car l'adresse e-mail est déjà attribuée à un autre camping."
1352
+ "warn-user-account-4": "Impossible d'ajouter cet utilisateur car l'adresse e-mail est déjà attribuée à un autre camping.",
1353
+ "bulk-invoice-cap": "Sélection limitée à {{max}}. Affichage des {{max}} premières factures.",
1354
+ "bulk-invoice-loading_one": "Chargement de {{count}} facture...",
1355
+ "bulk-invoice-loading_other": "Chargement de {{count}} factures...",
1356
+ "bulk-invoice-loading-hint": "Cela peut prendre quelques instants pour les lots plus volumineux."
1353
1357
  },
1354
1358
  "pricing": {
1355
1359
  "using_fixed_price": "Prix fixe utilisé",
@@ -3394,7 +3398,8 @@
3394
3398
  "open_rate": "Ouvrir le tarif",
3395
3399
  "payment": "Paiements",
3396
3400
  "product_items": "Product Items",
3397
- "reservation": "Réservation"
3401
+ "reservation": "Réservation",
3402
+ "navigate_aria_label": "Navigation entre réservations. Utilisez les flèches gauche et droite."
3398
3403
  }
3399
3404
  },
3400
3405
  "reservation_edit_grid": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.267",
3
+ "version": "2.1.269",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {