pcm-shared-components 2.0.20 → 2.0.21
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.
|
@@ -2,6 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import { ThemeProvider } from '@mui/system';
|
|
4
4
|
import { createTheme, useTheme } from '@mui/material/styles';
|
|
5
|
+
import * as i18nextLocal from 'i18next';
|
|
5
6
|
|
|
6
7
|
/**
|
|
7
8
|
* ## Importing the component in your project
|
|
@@ -26,7 +27,7 @@ export const NEW_COMPONENT = props => {
|
|
|
26
27
|
};
|
|
27
28
|
export default NEW_COMPONENT;
|
|
28
29
|
NEW_COMPONENT.defaultProps = {
|
|
29
|
-
i18next:
|
|
30
|
+
i18next: i18nextLocal,
|
|
30
31
|
theme: undefined
|
|
31
32
|
};
|
|
32
33
|
NEW_COMPONENT.propTypes = {
|
|
@@ -267,6 +267,7 @@
|
|
|
267
267
|
"audit_logs": "Audit Logs",
|
|
268
268
|
"audit_username": "Audited User",
|
|
269
269
|
"auto_populate_fields": "Auto Populate Fields",
|
|
270
|
+
"available": "Available",
|
|
270
271
|
"avg": "Avg",
|
|
271
272
|
"avg_nightly_rate": "Avg nightly rate",
|
|
272
273
|
"back": "Back",
|
|
@@ -436,11 +437,13 @@
|
|
|
436
437
|
"no_client_selected": "No client selected",
|
|
437
438
|
"no_emails": "No emails",
|
|
438
439
|
"no_longer_available": "No longer available",
|
|
440
|
+
"no_lots_adjust_search": "No lots available, try adjusting your search.",
|
|
439
441
|
"none": "None",
|
|
440
442
|
"not_active": "Not Active",
|
|
441
443
|
"not_connected": "Not Connected",
|
|
442
444
|
"notes": "Notes",
|
|
443
445
|
"number_of_items": "Number of Items",
|
|
446
|
+
"occupied": "Occupied",
|
|
444
447
|
"off": "Off",
|
|
445
448
|
"offline": "Offline",
|
|
446
449
|
"offline_reservations": "Offline Reservations",
|
|
@@ -575,6 +578,7 @@
|
|
|
575
578
|
"transaction_type": "Transaction Type",
|
|
576
579
|
"transactions": "Transactions",
|
|
577
580
|
"type": "Type",
|
|
581
|
+
"unavailable": "Unavailable",
|
|
578
582
|
"unmute": "Unmute",
|
|
579
583
|
"unselect_all": "Unselect All",
|
|
580
584
|
"update_payment": "Update payment",
|
|
@@ -267,6 +267,7 @@
|
|
|
267
267
|
"audit_logs": "Registros de auditoría",
|
|
268
268
|
"audit_username": "Usuario auditado",
|
|
269
269
|
"auto_populate_fields": "Rellenar automáticamente campos",
|
|
270
|
+
"available": "Disponible",
|
|
270
271
|
"avg": "Promedio",
|
|
271
272
|
"avg_nightly_rate": "Tarifa promedio por noche",
|
|
272
273
|
"back": "atrás",
|
|
@@ -436,11 +437,13 @@
|
|
|
436
437
|
"no_client_selected": "Ningún cliente seleccionado",
|
|
437
438
|
"no_emails": "Sin correos electrónicos",
|
|
438
439
|
"no_longer_available": "Ya no está disponible",
|
|
440
|
+
"no_lots_adjust_search": "No hay lotes disponibles, intente ajustar su búsqueda.",
|
|
439
441
|
"none": "Ninguna",
|
|
440
442
|
"not_active": "No activo",
|
|
441
443
|
"not_connected": "No conectado",
|
|
442
444
|
"notes": "Notas",
|
|
443
445
|
"number_of_items": "Número de items",
|
|
446
|
+
"occupied": "Ocupado",
|
|
444
447
|
"off": "Apagado",
|
|
445
448
|
"offline": "Desconectado",
|
|
446
449
|
"offline_reservations": "Reservas fuera de línea",
|
|
@@ -575,6 +578,7 @@
|
|
|
575
578
|
"transaction_type": "Tipo de transaccion",
|
|
576
579
|
"transactions": "transacciones",
|
|
577
580
|
"type": "Escribe",
|
|
581
|
+
"unavailable": "Indisponible",
|
|
578
582
|
"unmute": "No silenciar",
|
|
579
583
|
"unselect_all": "Deselecciona todo",
|
|
580
584
|
"update_payment": "Actualizar pago",
|
|
@@ -267,6 +267,7 @@
|
|
|
267
267
|
"audit_logs": "Journaux d'audit",
|
|
268
268
|
"audit_username": "Utilisateur audité",
|
|
269
269
|
"auto_populate_fields": "Remplir automatiquement les champs",
|
|
270
|
+
"available": "Disponible",
|
|
270
271
|
"avg": "Moy",
|
|
271
272
|
"avg_nightly_rate": "Prix moyen par nuit",
|
|
272
273
|
"back": "Retour",
|
|
@@ -436,11 +437,13 @@
|
|
|
436
437
|
"no_client_selected": "Aucun client sélectionné",
|
|
437
438
|
"no_emails": "Aucun courriel",
|
|
438
439
|
"no_longer_available": "Plus disponible",
|
|
440
|
+
"no_lots_adjust_search": "Pas de lots disponibles, essayez d’ajuster votre recherche.",
|
|
439
441
|
"none": "Aucun",
|
|
440
442
|
"not_active": "Pas actif",
|
|
441
443
|
"not_connected": "Pas connecté",
|
|
442
444
|
"notes": "Remarques",
|
|
443
445
|
"number_of_items": "Nombre d'Articles",
|
|
446
|
+
"occupied": "Occupé",
|
|
444
447
|
"off": "Eteint",
|
|
445
448
|
"offline": "Hors ligne",
|
|
446
449
|
"offline_reservations": "Réservations hors ligne",
|
|
@@ -575,6 +578,7 @@
|
|
|
575
578
|
"transaction_type": "Type de transaction",
|
|
576
579
|
"transactions": "Transactions",
|
|
577
580
|
"type": "Type",
|
|
581
|
+
"unavailable": "Indisponible",
|
|
578
582
|
"unmute": "Activer le son",
|
|
579
583
|
"unselect_all": "Déselectionner Tout",
|
|
580
584
|
"update_payment": "Mettre à jour le paiement",
|