pcm-shared-components 2.1.363 → 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,21 +3672,26 @@
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.",
3683
+ "note_cash_needs_transaction_date": "Balancing and payment totals only exist on the transaction date, so the revenue date was set to Transaction.",
3681
3684
  "nothing_changed": "Nothing changed. Try naming a period, a lot type or a revenue category.",
3682
3685
  "placeholder": "Describe the view you want, or use the microphone",
3683
3686
  "refine_placeholder": "Refine it, for example: now only tents",
3684
3687
  "send": "Apply to the report",
3685
3688
  "tab_label": "View",
3689
+ "thinking": "Reading the report...",
3686
3690
  "title": "Ask for what you want to see",
3687
3691
  "unresolved_period": "the report period",
3688
3692
  "unsupported": "This assistant sets the report period, amounts, revenue date and filters.",
3689
- "waiting_for_data": "Available once the report has loaded."
3693
+ "waiting_for_data": "Available once the report has loaded.",
3694
+ "you": "You"
3690
3695
  }
3691
3696
  },
3692
3697
  "date_section": {
@@ -3672,21 +3672,26 @@
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.",
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.",
3681
3684
  "nothing_changed": "No cambió nada. Intente indicar un período, un tipo de lote o una categoría de ingresos.",
3682
3685
  "placeholder": "Describa la vista que desea, o use el micrófono",
3683
3686
  "refine_placeholder": "Refine, por ejemplo: solo tiendas de campaña",
3684
3687
  "send": "Aplicar al informe",
3685
3688
  "tab_label": "Vista",
3689
+ "thinking": "Leyendo el informe...",
3686
3690
  "title": "Pida lo que quiere ver",
3687
3691
  "unresolved_period": "el período del informe",
3688
3692
  "unsupported": "Este asistente ajusta el período del informe, los importes, la fecha de ingreso y los filtros.",
3689
- "waiting_for_data": "Disponible cuando el informe haya cargado."
3693
+ "waiting_for_data": "Disponible cuando el informe haya cargado.",
3694
+ "you": "Usted"
3690
3695
  }
3691
3696
  },
3692
3697
  "date_section": {
@@ -3672,21 +3672,26 @@
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.",
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.",
3681
3684
  "nothing_changed": "Rien n'a changé. Essayez d'indiquer une période, un type de lot ou une catégorie de revenus.",
3682
3685
  "placeholder": "Décrivez la vue souhaitée, ou utilisez le microphone",
3683
3686
  "refine_placeholder": "Précisez, par exemple : uniquement les tentes",
3684
3687
  "send": "Appliquer au rapport",
3685
3688
  "tab_label": "Vue",
3689
+ "thinking": "Lecture du rapport...",
3686
3690
  "title": "Demandez ce que vous voulez voir",
3687
3691
  "unresolved_period": "la période du rapport",
3688
3692
  "unsupported": "Cet assistant règle la période du rapport, les montants, la date du revenu et les filtres.",
3689
- "waiting_for_data": "Disponible une fois le rapport chargé."
3693
+ "waiting_for_data": "Disponible une fois le rapport chargé.",
3694
+ "you": "Vous"
3690
3695
  }
3691
3696
  },
3692
3697
  "date_section": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.363",
3
+ "version": "2.1.365",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {