pcm-shared-components 2.1.364 → 2.1.365

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.
@@ -3672,10 +3672,12 @@
3672
3672
  "viewing_title": "Viewing"
3673
3673
  },
3674
3674
  "ai": {
3675
+ "assistant": "Assistant",
3675
3676
  "error": "The assistant could not read that request. Try rewording it.",
3676
3677
  "example_1": "Collected revenue last month",
3677
3678
  "example_2": "Seasonal rentals this season",
3678
3679
  "example_3": "Tax breakdown for this week",
3680
+ "example_4": "Why does this not balance?",
3679
3681
  "filters_cleared": "Cleared",
3680
3682
  "not_found": "Not available for this campground: {{items}}. Those were left out.",
3681
3683
  "note_cash_needs_transaction_date": "Balancing and payment totals only exist on the transaction date, so the revenue date was set to Transaction.",
@@ -3684,10 +3686,12 @@
3684
3686
  "refine_placeholder": "Refine it, for example: now only tents",
3685
3687
  "send": "Apply to the report",
3686
3688
  "tab_label": "View",
3689
+ "thinking": "Reading the report...",
3687
3690
  "title": "Ask for what you want to see",
3688
3691
  "unresolved_period": "the report period",
3689
3692
  "unsupported": "This assistant sets the report period, amounts, revenue date and filters.",
3690
- "waiting_for_data": "Available once the report has loaded."
3693
+ "waiting_for_data": "Available once the report has loaded.",
3694
+ "you": "You"
3691
3695
  }
3692
3696
  },
3693
3697
  "date_section": {
@@ -3672,10 +3672,12 @@
3672
3672
  "viewing_title": "Visualización"
3673
3673
  },
3674
3674
  "ai": {
3675
+ "assistant": "Asistente",
3675
3676
  "error": "El asistente no pudo interpretar esa solicitud. Intente reformularla.",
3676
3677
  "example_1": "Ingresos recogidos el mes pasado",
3677
3678
  "example_2": "Alquileres de temporada esta temporada",
3678
3679
  "example_3": "Desglose de impuestos de esta semana",
3680
+ "example_4": "¿Por qué no cuadra esto?",
3679
3681
  "filters_cleared": "Restablecidos",
3680
3682
  "not_found": "No disponible para este camping: {{items}}. Se excluyeron del informe.",
3681
3683
  "note_cash_needs_transaction_date": "Los totales de cuadre y de pagos solo existen en la fecha de transacción, por lo que la fecha de ingreso se ajustó a Transacción.",
@@ -3684,10 +3686,12 @@
3684
3686
  "refine_placeholder": "Refine, por ejemplo: solo tiendas de campaña",
3685
3687
  "send": "Aplicar al informe",
3686
3688
  "tab_label": "Vista",
3689
+ "thinking": "Leyendo el informe...",
3687
3690
  "title": "Pida lo que quiere ver",
3688
3691
  "unresolved_period": "el período del informe",
3689
3692
  "unsupported": "Este asistente ajusta el período del informe, los importes, la fecha de ingreso y los filtros.",
3690
- "waiting_for_data": "Disponible cuando el informe haya cargado."
3693
+ "waiting_for_data": "Disponible cuando el informe haya cargado.",
3694
+ "you": "Usted"
3691
3695
  }
3692
3696
  },
3693
3697
  "date_section": {
@@ -3672,10 +3672,12 @@
3672
3672
  "viewing_title": "Affichage"
3673
3673
  },
3674
3674
  "ai": {
3675
+ "assistant": "Assistant",
3675
3676
  "error": "L'assistant n'a pas pu interpréter cette demande. Essayez de la reformuler.",
3676
3677
  "example_1": "Revenus collectés le mois dernier",
3677
3678
  "example_2": "Locations saisonnières cette saison",
3678
3679
  "example_3": "Ventilation fiscale pour cette semaine",
3680
+ "example_4": "Pourquoi cela n'est-il pas équilibré ?",
3679
3681
  "filters_cleared": "Réinitialisés",
3680
3682
  "not_found": "Non disponible pour ce camping : {{items}}. Ces éléments ont été exclus.",
3681
3683
  "note_cash_needs_transaction_date": "Les totaux d'équilibrage et de paiement n'existent que sur la date de transaction. La date du revenu a donc été réglée sur Transaction.",
@@ -3684,10 +3686,12 @@
3684
3686
  "refine_placeholder": "Précisez, par exemple : uniquement les tentes",
3685
3687
  "send": "Appliquer au rapport",
3686
3688
  "tab_label": "Vue",
3689
+ "thinking": "Lecture du rapport...",
3687
3690
  "title": "Demandez ce que vous voulez voir",
3688
3691
  "unresolved_period": "la période du rapport",
3689
3692
  "unsupported": "Cet assistant règle la période du rapport, les montants, la date du revenu et les filtres.",
3690
- "waiting_for_data": "Disponible une fois le rapport chargé."
3693
+ "waiting_for_data": "Disponible une fois le rapport chargé.",
3694
+ "you": "Vous"
3691
3695
  }
3692
3696
  },
3693
3697
  "date_section": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.364",
3
+ "version": "2.1.365",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {