@iblai/iblai-js 2.3.12 → 2.3.14

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.
@@ -97460,7 +97460,6 @@ var analyticsAnalyticsAuditLogStats$3 = {
97460
97460
  };
97461
97461
  var analyticsAnalyticsCourseDetail$3 = {
97462
97462
  goBackAriaLabel: "Go back to courses list",
97463
- backToCourses: "Back to Courses",
97464
97463
  activeEnrollments: "Active Enrollments",
97465
97464
  completedEnrollments: "Completed Enrollments",
97466
97465
  timeSpent: "Time Spent",
@@ -97482,7 +97481,11 @@ var analyticsAnalyticsCourseDetail$3 = {
97482
97481
  paginationPreviousPage: "Go to previous page",
97483
97482
  paginationGoToPage: "Go to page {page}",
97484
97483
  paginationNextPage: "Go to next page",
97485
- paginationLastPage: "Go to last page"
97484
+ paginationLastPage: "Go to last page",
97485
+ backToCourses: "Back to Courses",
97486
+ activeEnrollmentsDescription: "Learners enrolled in this course who have not finished it yet.",
97487
+ completedEnrollmentsDescription: "Learners who have finished every requirement of this course.",
97488
+ enrolledUsersDescription: "Every learner in this course with their progress, grade and last activity."
97486
97489
  };
97487
97490
  var analyticsAnalyticsCourses$3 = {
97488
97491
  activeCourses: "Active Courses",
@@ -97507,7 +97510,13 @@ var analyticsAnalyticsCourses$3 = {
97507
97510
  goToPage: "Go to page {page}",
97508
97511
  goToNextPage: "Go to next page",
97509
97512
  goToLastPage: "Go to last page",
97510
- noCoursesAvailable: "No courses available"
97513
+ noCoursesAvailable: "No courses available",
97514
+ activeCoursesDescription: "Courses that currently have learners enrolled and progressing.",
97515
+ totalCoursesDescription: "All courses published on this tenant, active or not.",
97516
+ enrollmentsDescription: "Total enrollments recorded across every course.",
97517
+ totalLearnersDescription: "Distinct learners enrolled in at least one course.",
97518
+ courseOvertimeDescription: "Time learners spent in courses over the selected period.",
97519
+ coursesTableDescription: "Every course with its ID and enrollment count. Select a row to open its detail view."
97511
97520
  };
97512
97521
  var analyticsAnalyticsFinancialStats$3 = {
97513
97522
  weeklyCosts: "Weekly Costs",
@@ -97535,7 +97544,14 @@ var analyticsAnalyticsFinancialStats$3 = {
97535
97544
  goToPreviousPage: "Go to previous page",
97536
97545
  goToNextPage: "Go to next page",
97537
97546
  goToLastPage: "Go to last page",
97538
- paginationShowing: "Showing {from} to {to} of {total} results"
97547
+ paginationShowing: "Showing {from} to {to} of {total} results",
97548
+ weeklyCostsDescription: "Model usage cost for the past week, compared with the week before.",
97549
+ monthlyCostsDescription: "Model usage cost for the past month, compared with the month before.",
97550
+ totalCostsDescription: "All model usage cost accumulated on this tenant to date.",
97551
+ costPerDayDescription: "Daily model spend, so you can see how cost tracks with usage.",
97552
+ costByProviderDescription: "How your spend is split across the model providers your agents use.",
97553
+ costByLLMDescription: "How your spend is split across individual models, showing which ones cost the most.",
97554
+ costPerUserDescription: "Spend attributed to each user, with their session count and last activity."
97539
97555
  };
97540
97556
  var analyticsAnalyticsMemoryStats$3 = {
97541
97557
  noPermission: "You do not have permission to view user memories.",
@@ -97566,7 +97582,8 @@ var analyticsAnalyticsMemoryStats$3 = {
97566
97582
  colMemory: "MEMORY",
97567
97583
  colAgent: "AGENT",
97568
97584
  colCategory: "CATEGORY",
97569
- colCaptured: "CAPTURED"
97585
+ colCaptured: "CAPTURED",
97586
+ byCategoryDescription: "How captured memories are distributed across categories for the current filters."
97570
97587
  };
97571
97588
  var analyticsAnalyticsMonetizationStats$3 = {
97572
97589
  totalRevenue: "Total Revenue",
@@ -97606,7 +97623,15 @@ var analyticsAnalyticsMonetizationStats$3 = {
97606
97623
  activePricesCount: "{count} active",
97607
97624
  statusActive: "Active",
97608
97625
  statusDisabled: "Disabled",
97609
- paywallCountTotal: "{count} item{plural} total"
97626
+ paywallCountTotal: "{count} item{plural} total",
97627
+ totalRevenueDescription: "Gross revenue collected from all completed sales.",
97628
+ totalSalesDescription: "Number of completed purchases across all paywalled items.",
97629
+ activePaywallsDescription: "Paywalls currently configured and enabled on this tenant.",
97630
+ totalSubscribersDescription: "People holding a subscription, counted across every status.",
97631
+ subscribersByStatusDescription: "How subscribers are split across active, trialing, canceled and past-due states.",
97632
+ paywallsByTypeDescription: "How your paywalls are split across the item types they protect, such as agents and courses.",
97633
+ subscribersTableDescription: "Every subscriber with the item, plan, amount and status of their subscription.",
97634
+ paywallsTableDescription: "Every configured paywall with its type, prices and whether it is currently active."
97610
97635
  };
97611
97636
  var analyticsAnalyticsOverview$3 = {
97612
97637
  messages: "Messages",
@@ -97619,11 +97644,17 @@ var analyticsAnalyticsOverview$3 = {
97619
97644
  topicDetailsFor: "Topic details for {label}",
97620
97645
  messagesLabel: "Messages:",
97621
97646
  activeUsersFor: "Active users for {label}",
97622
- activeUsersLabel: "Active Users:"
97647
+ activeUsersLabel: "Active Users:",
97648
+ messagesDescription: "Total messages exchanged between users and your agents in the selected period.",
97649
+ activeUsersDescription: "Unique users who interacted with an agent in the selected period.",
97650
+ topicsDescription: "Distinct subjects your agents were asked about in the selected period.",
97651
+ conversationsDescription: "Number of separate conversation threads started in the selected period.",
97652
+ sessionsChartDescription: "Sessions started over time, so you can spot usage peaks and dips.",
97653
+ topicsChartDescription: "The most discussed topics, ranked by how many messages each one generated.",
97654
+ activeUsersChartDescription: "Unique active users per day, showing how engagement changes over time."
97623
97655
  };
97624
97656
  var analyticsAnalyticsProgramDetail$3 = {
97625
97657
  backAriaLabel: "Go back to programs list",
97626
- backButton: "Back to Programs",
97627
97658
  statActiveUsers: "Active Users",
97628
97659
  statEnrollments: "Enrollments",
97629
97660
  statTimeSpent: "Time Spent",
@@ -97648,7 +97679,12 @@ var analyticsAnalyticsProgramDetail$3 = {
97648
97679
  paginationPreviousPage: "Go to previous page",
97649
97680
  paginationGoToPage: "Go to page {page}",
97650
97681
  paginationNextPage: "Go to next page",
97651
- paginationLastPage: "Go to last page"
97682
+ paginationLastPage: "Go to last page",
97683
+ backButton: "Back to Programs",
97684
+ statTotalEnrollmentsDescription: "All learners ever enrolled in this program.",
97685
+ statActiveEnrollmentsDescription: "Learners enrolled in this program who have not finished it yet.",
97686
+ statCompletedEnrollmentsDescription: "Learners who have finished every requirement of this program.",
97687
+ enrolledUsersDescription: "Every learner in this program with their progress, grade and last activity."
97652
97688
  };
97653
97689
  var analyticsAnalyticsPrograms$3 = {
97654
97690
  activePrograms: "Active Programs",
@@ -97672,7 +97708,13 @@ var analyticsAnalyticsPrograms$3 = {
97672
97708
  goToPage: "Go to page {page}",
97673
97709
  goToNextPage: "Go to next page",
97674
97710
  goToLastPage: "Go to last page",
97675
- noProgramsAvailable: "No programs available"
97711
+ noProgramsAvailable: "No programs available",
97712
+ activeProgramsDescription: "Programs that currently have learners enrolled and progressing.",
97713
+ totalProgramsDescription: "All programs published on this tenant, active or not.",
97714
+ enrollmentsDescription: "Total enrollments recorded across every program.",
97715
+ totalLearnersDescription: "Distinct learners enrolled in at least one program.",
97716
+ programOvertimeDescription: "Time learners spent in programs over the selected period.",
97717
+ programsTableDescription: "Every program with its ID. Select a row to open its detail view."
97676
97718
  };
97677
97719
  var analyticsAnalyticsReports$3 = {
97678
97720
  failedToLoadReportForEditing: "Failed to load report for editing. Opening download instead.",
@@ -97714,7 +97756,13 @@ var analyticsAnalyticsTopicsStats$3 = {
97714
97756
  outOfFive: "/ 5",
97715
97757
  topicsDetails: "Topics Details",
97716
97758
  topicDetailsForLabel: "Topic details for {label}",
97717
- messagesColon: "Messages:"
97759
+ messagesColon: "Messages:",
97760
+ topicsDescription: "Distinct subjects raised in conversations this month.",
97761
+ conversationsDescription: "Conversation threads started this month.",
97762
+ messagesDescription: "Messages exchanged this month across all conversations.",
97763
+ conversationsChartDescription: "Conversations started over time, so you can track engagement trends.",
97764
+ averageRatingDescription: "Average user rating of agent responses over time, on a scale of 1 to 5.",
97765
+ topicsDetailsDescription: "Topics ranked by message volume, showing what users ask about most."
97718
97766
  };
97719
97767
  var analyticsAnalyticsTranscriptsStats$3 = {
97720
97768
  justNow: "Just now",
@@ -97769,7 +97817,10 @@ var analyticsAnalyticsTranscriptsStats$3 = {
97769
97817
  srGoToLastPage: "Go to last page",
97770
97818
  none: "none",
97771
97819
  loading: "Loading...",
97772
- paginationInfo: "Page {currentPage} of {totalPages} • {totalRecords} total records"
97820
+ paginationInfo: "Page {currentPage} of {totalPages} • {totalRecords} total records",
97821
+ avgMessagesPerConversationDescription: "How many messages a typical conversation contains, indicating how deep exchanges go.",
97822
+ avgCostPerConversationDescription: "What a typical conversation costs in model usage.",
97823
+ avgRatingDescription: "Average rating users gave their conversations, on a scale of 1 to 5."
97773
97824
  };
97774
97825
  var analyticsAnalyticsUsersStats$3 = {
97775
97826
  usersLoggedInNow: "Users logged in right now",
@@ -97797,7 +97848,13 @@ var analyticsAnalyticsUsersStats$3 = {
97797
97848
  justNow: "Just now",
97798
97849
  minutesAgo: "{count} min ago",
97799
97850
  hoursAgo: "{count} hours ago",
97800
- daysAgo: "{count} days ago"
97851
+ daysAgo: "{count} days ago",
97852
+ usersLoggedInNowDescription: "Users with a session open right now.",
97853
+ usersLoggedInPast30DaysDescription: "Unique users who signed in at least once in the last 30 days.",
97854
+ totalRegisteredUsersDescription: "Every user account registered on this tenant, active or not.",
97855
+ activeUsersChartDescription: "Unique active users per day, showing how engagement changes over time.",
97856
+ accessTimesDescription: "When users are most active, broken down by day of the week and hour of the day.",
97857
+ userDetailsDescription: "Per-user breakdown of message volume and last activity. Search to find a specific user."
97801
97858
  };
97802
97859
  var analyticsGroupsFilterDropdown$3 = {
97803
97860
  filterByGroups: "Filter by Groups",
@@ -98503,7 +98560,10 @@ var clawSandboxAgentSkills$3 = {
98503
98560
  tabsAriaLabel: "Skills",
98504
98561
  tabAgentSkills: "Agent Skills",
98505
98562
  tabAvailableSkills: "Available Skills",
98506
- addedBadge: "Added"
98563
+ addedBadge: "Added",
98564
+ effectiveHeading: "This agent's skills",
98565
+ catalogHeading: "Available skills",
98566
+ resourcesItemLabel: "resources"
98507
98567
  };
98508
98568
  var clawSandboxHelpers$3 = {
98509
98569
  unknown: "Unknown",
@@ -103781,7 +103841,6 @@ var analyticsAnalyticsAuditLogStats$2 = {
103781
103841
  };
103782
103842
  var analyticsAnalyticsCourseDetail$2 = {
103783
103843
  goBackAriaLabel: "Retour à la liste des cours",
103784
- backToCourses: "Retour aux cours",
103785
103844
  activeEnrollments: "Inscriptions actives",
103786
103845
  completedEnrollments: "Inscriptions terminées",
103787
103846
  timeSpent: "Temps passé",
@@ -103803,7 +103862,11 @@ var analyticsAnalyticsCourseDetail$2 = {
103803
103862
  paginationPreviousPage: "Aller à la page précédente",
103804
103863
  paginationGoToPage: "Aller à la page {page}",
103805
103864
  paginationNextPage: "Aller à la page suivante",
103806
- paginationLastPage: "Aller à la dernière page"
103865
+ paginationLastPage: "Aller à la dernière page",
103866
+ backToCourses: "Retour aux cours",
103867
+ activeEnrollmentsDescription: "Apprenants inscrits à ce cours qui ne l’ont pas encore terminé.",
103868
+ completedEnrollmentsDescription: "Apprenants ayant satisfait à toutes les exigences de ce cours.",
103869
+ enrolledUsersDescription: "Chaque apprenant de ce cours avec sa progression, sa note et sa dernière activité."
103807
103870
  };
103808
103871
  var analyticsAnalyticsCourses$2 = {
103809
103872
  activeCourses: "Cours actifs",
@@ -103828,7 +103891,13 @@ var analyticsAnalyticsCourses$2 = {
103828
103891
  goToPage: "Aller à la page {page}",
103829
103892
  goToNextPage: "Aller à la page suivante",
103830
103893
  goToLastPage: "Aller à la dernière page",
103831
- noCoursesAvailable: "Aucun cours disponible"
103894
+ noCoursesAvailable: "Aucun cours disponible",
103895
+ activeCoursesDescription: "Cours ayant actuellement des apprenants inscrits et en progression.",
103896
+ totalCoursesDescription: "Tous les cours publiés sur ce tenant, actifs ou non.",
103897
+ enrollmentsDescription: "Nombre total d’inscriptions enregistrées sur l’ensemble des cours.",
103898
+ totalLearnersDescription: "Apprenants distincts inscrits à au moins un cours.",
103899
+ courseOvertimeDescription: "Temps passé par les apprenants dans les cours sur la période sélectionnée.",
103900
+ coursesTableDescription: "Chaque cours avec son ID et son nombre d’inscriptions. Sélectionnez une ligne pour ouvrir sa vue détaillée."
103832
103901
  };
103833
103902
  var analyticsAnalyticsFinancialStats$2 = {
103834
103903
  weeklyCosts: "Coûts hebdomadaires",
@@ -103856,7 +103925,14 @@ var analyticsAnalyticsFinancialStats$2 = {
103856
103925
  goToPreviousPage: "Aller à la page précédente",
103857
103926
  goToNextPage: "Aller à la page suivante",
103858
103927
  goToLastPage: "Aller à la dernière page",
103859
- paginationShowing: "Affichage de {from} à {to} sur {total} résultats"
103928
+ paginationShowing: "Affichage de {from} à {to} sur {total} résultats",
103929
+ weeklyCostsDescription: "Coût d’utilisation des modèles sur la dernière semaine, comparé à la semaine précédente.",
103930
+ monthlyCostsDescription: "Coût d’utilisation des modèles sur le dernier mois, comparé au mois précédent.",
103931
+ totalCostsDescription: "Coût total d’utilisation des modèles cumulé sur ce tenant à ce jour.",
103932
+ costPerDayDescription: "Dépense quotidienne en modèles, pour voir comment le coût suit l’utilisation.",
103933
+ costByProviderDescription: "Répartition de votre dépense entre les fournisseurs de modèles utilisés par vos agents.",
103934
+ costByLLMDescription: "Répartition de votre dépense entre les différents modèles, pour identifier les plus coûteux.",
103935
+ costPerUserDescription: "Dépense attribuée à chaque utilisateur, avec son nombre de sessions et sa dernière activité."
103860
103936
  };
103861
103937
  var analyticsAnalyticsMemoryStats$2 = {
103862
103938
  noPermission: "Vous n'avez pas l'autorisation de consulter les mémoires des utilisateurs.",
@@ -103887,7 +103963,8 @@ var analyticsAnalyticsMemoryStats$2 = {
103887
103963
  colMemory: "MÉMOIRE",
103888
103964
  colAgent: "AGENT",
103889
103965
  colCategory: "CATÉGORIE",
103890
- colCaptured: "CAPTURÉE"
103966
+ colCaptured: "CAPTURÉE",
103967
+ byCategoryDescription: "Répartition des mémoires capturées par catégorie selon les filtres actuels."
103891
103968
  };
103892
103969
  var analyticsAnalyticsMonetizationStats$2 = {
103893
103970
  totalRevenue: "Revenu total",
@@ -103927,7 +104004,15 @@ var analyticsAnalyticsMonetizationStats$2 = {
103927
104004
  activePricesCount: "{count} actif",
103928
104005
  statusActive: "Actif",
103929
104006
  statusDisabled: "Désactivé",
103930
- paywallCountTotal: "{count} élément{plural} au total"
104007
+ paywallCountTotal: "{count} élément{plural} au total",
104008
+ totalRevenueDescription: "Chiffre d’affaires brut généré par toutes les ventes finalisées.",
104009
+ totalSalesDescription: "Nombre d’achats finalisés sur l’ensemble des contenus payants.",
104010
+ activePaywallsDescription: "Paywalls actuellement configurés et activés sur ce tenant.",
104011
+ totalSubscribersDescription: "Personnes détenant un abonnement, tous statuts confondus.",
104012
+ subscribersByStatusDescription: "Répartition des abonnés entre les statuts actif, essai, annulé et impayé.",
104013
+ paywallsByTypeDescription: "Répartition de vos paywalls selon le type de contenu protégé, par exemple agents et cours.",
104014
+ subscribersTableDescription: "Chaque abonné avec le contenu, le forfait, le montant et le statut de son abonnement.",
104015
+ paywallsTableDescription: "Chaque paywall configuré avec son type, ses tarifs et son état d’activation."
103931
104016
  };
103932
104017
  var analyticsAnalyticsOverview$2 = {
103933
104018
  messages: "Messages",
@@ -103940,11 +104025,17 @@ var analyticsAnalyticsOverview$2 = {
103940
104025
  topicDetailsFor: "Détails du sujet pour {label}",
103941
104026
  messagesLabel: "Messages :",
103942
104027
  activeUsersFor: "Utilisateurs actifs pour {label}",
103943
- activeUsersLabel: "Utilisateurs actifs :"
104028
+ activeUsersLabel: "Utilisateurs actifs :",
104029
+ messagesDescription: "Nombre total de messages échangés entre les utilisateurs et vos agents sur la période sélectionnée.",
104030
+ activeUsersDescription: "Utilisateurs uniques ayant interagi avec un agent sur la période sélectionnée.",
104031
+ topicsDescription: "Sujets distincts abordés avec vos agents sur la période sélectionnée.",
104032
+ conversationsDescription: "Nombre de fils de conversation distincts démarrés sur la période sélectionnée.",
104033
+ sessionsChartDescription: "Sessions démarrées au fil du temps, pour repérer les pics et les creux d’utilisation.",
104034
+ topicsChartDescription: "Les sujets les plus abordés, classés selon le nombre de messages générés.",
104035
+ activeUsersChartDescription: "Utilisateurs actifs uniques par jour, pour suivre l’évolution de l’engagement."
103944
104036
  };
103945
104037
  var analyticsAnalyticsProgramDetail$2 = {
103946
104038
  backAriaLabel: "Retour à la liste des programmes",
103947
- backButton: "Retour aux programmes",
103948
104039
  statActiveUsers: "Utilisateurs actifs",
103949
104040
  statEnrollments: "Inscriptions",
103950
104041
  statTimeSpent: "Temps passé",
@@ -103969,7 +104060,12 @@ var analyticsAnalyticsProgramDetail$2 = {
103969
104060
  paginationPreviousPage: "Aller à la page précédente",
103970
104061
  paginationGoToPage: "Aller à la page {page}",
103971
104062
  paginationNextPage: "Aller à la page suivante",
103972
- paginationLastPage: "Aller à la dernière page"
104063
+ paginationLastPage: "Aller à la dernière page",
104064
+ backButton: "Retour aux programmes",
104065
+ statTotalEnrollmentsDescription: "Tous les apprenants jamais inscrits à ce programme.",
104066
+ statActiveEnrollmentsDescription: "Apprenants inscrits à ce programme qui ne l’ont pas encore terminé.",
104067
+ statCompletedEnrollmentsDescription: "Apprenants ayant satisfait à toutes les exigences de ce programme.",
104068
+ enrolledUsersDescription: "Chaque apprenant de ce programme avec sa progression, sa note et sa dernière activité."
103973
104069
  };
103974
104070
  var analyticsAnalyticsPrograms$2 = {
103975
104071
  activePrograms: "Programmes actifs",
@@ -103993,7 +104089,13 @@ var analyticsAnalyticsPrograms$2 = {
103993
104089
  goToPage: "Aller à la page {page}",
103994
104090
  goToNextPage: "Aller à la page suivante",
103995
104091
  goToLastPage: "Aller à la dernière page",
103996
- noProgramsAvailable: "Aucun programme disponible"
104092
+ noProgramsAvailable: "Aucun programme disponible",
104093
+ activeProgramsDescription: "Programmes ayant actuellement des apprenants inscrits et en progression.",
104094
+ totalProgramsDescription: "Tous les programmes publiés sur ce tenant, actifs ou non.",
104095
+ enrollmentsDescription: "Nombre total d’inscriptions enregistrées sur l’ensemble des programmes.",
104096
+ totalLearnersDescription: "Apprenants distincts inscrits à au moins un programme.",
104097
+ programOvertimeDescription: "Temps passé par les apprenants dans les programmes sur la période sélectionnée.",
104098
+ programsTableDescription: "Chaque programme avec son ID. Sélectionnez une ligne pour ouvrir sa vue détaillée."
103997
104099
  };
103998
104100
  var analyticsAnalyticsReports$2 = {
103999
104101
  failedToLoadReportForEditing: "Impossible de charger le rapport pour modification. Téléchargement en cours.",
@@ -104035,7 +104137,13 @@ var analyticsAnalyticsTopicsStats$2 = {
104035
104137
  outOfFive: "/ 5",
104036
104138
  topicsDetails: "Détails des sujets",
104037
104139
  topicDetailsForLabel: "Détails du sujet pour {label}",
104038
- messagesColon: "Messages :"
104140
+ messagesColon: "Messages :",
104141
+ topicsDescription: "Sujets distincts abordés dans les conversations ce mois-ci.",
104142
+ conversationsDescription: "Fils de conversation démarrés ce mois-ci.",
104143
+ messagesDescription: "Messages échangés ce mois-ci, toutes conversations confondues.",
104144
+ conversationsChartDescription: "Conversations démarrées au fil du temps, pour suivre les tendances d’engagement.",
104145
+ averageRatingDescription: "Note moyenne attribuée par les utilisateurs aux réponses de l’agent au fil du temps, sur une échelle de 1 à 5.",
104146
+ topicsDetailsDescription: "Sujets classés par volume de messages, pour voir ce que les utilisateurs demandent le plus."
104039
104147
  };
104040
104148
  var analyticsAnalyticsTranscriptsStats$2 = {
104041
104149
  justNow: "À l'instant",
@@ -104090,7 +104198,10 @@ var analyticsAnalyticsTranscriptsStats$2 = {
104090
104198
  srGoToLastPage: "Aller à la dernière page",
104091
104199
  none: "aucune",
104092
104200
  loading: "Chargement...",
104093
- paginationInfo: "Page {currentPage} sur {totalPages} • {totalRecords} enregistrements au total"
104201
+ paginationInfo: "Page {currentPage} sur {totalPages} • {totalRecords} enregistrements au total",
104202
+ avgMessagesPerConversationDescription: "Nombre de messages d’une conversation type, révélant la profondeur des échanges.",
104203
+ avgCostPerConversationDescription: "Coût d’utilisation des modèles pour une conversation type.",
104204
+ avgRatingDescription: "Note moyenne attribuée par les utilisateurs à leurs conversations, sur une échelle de 1 à 5."
104094
104205
  };
104095
104206
  var analyticsAnalyticsUsersStats$2 = {
104096
104207
  usersLoggedInNow: "Utilisateurs connectés en ce moment",
@@ -104118,7 +104229,13 @@ var analyticsAnalyticsUsersStats$2 = {
104118
104229
  justNow: "À l'instant",
104119
104230
  minutesAgo: "il y a {count} min",
104120
104231
  hoursAgo: "il y a {count} h",
104121
- daysAgo: "il y a {count} j"
104232
+ daysAgo: "il y a {count} j",
104233
+ usersLoggedInNowDescription: "Utilisateurs ayant une session ouverte en ce moment.",
104234
+ usersLoggedInPast30DaysDescription: "Utilisateurs uniques s’étant connectés au moins une fois au cours des 30 derniers jours.",
104235
+ totalRegisteredUsersDescription: "Tous les comptes utilisateur enregistrés sur ce tenant, actifs ou non.",
104236
+ activeUsersChartDescription: "Utilisateurs actifs uniques par jour, pour suivre l’évolution de l’engagement.",
104237
+ accessTimesDescription: "Les moments où les utilisateurs sont les plus actifs, par jour de la semaine et par heure.",
104238
+ userDetailsDescription: "Détail par utilisateur du volume de messages et de la dernière activité. Recherchez pour trouver un utilisateur précis."
104122
104239
  };
104123
104240
  var analyticsGroupsFilterDropdown$2 = {
104124
104241
  filterByGroups: "Filtrer par groupes",
@@ -104990,7 +105107,10 @@ var clawSandboxAgentSkills$2 = {
104990
105107
  tabsAriaLabel: "Compétences",
104991
105108
  tabAgentSkills: "Compétences de l'agent",
104992
105109
  tabAvailableSkills: "Compétences disponibles",
104993
- addedBadge: "Ajoutée"
105110
+ addedBadge: "Ajoutée",
105111
+ effectiveHeading: "Compétences de cet agent",
105112
+ catalogHeading: "Compétences disponibles",
105113
+ resourcesItemLabel: "ressources"
104994
105114
  };
104995
105115
  var clawSandboxHelpers$2 = {
104996
105116
  unknown: "Inconnu",
@@ -110102,7 +110222,6 @@ var analyticsAnalyticsAuditLogStats$1 = {
110102
110222
  };
110103
110223
  var analyticsAnalyticsCourseDetail$1 = {
110104
110224
  goBackAriaLabel: "Volver a la lista de cursos",
110105
- backToCourses: "Volver a los cursos",
110106
110225
  activeEnrollments: "Inscripciones activas",
110107
110226
  completedEnrollments: "Inscripciones completadas",
110108
110227
  timeSpent: "Tiempo invertido",
@@ -110124,7 +110243,11 @@ var analyticsAnalyticsCourseDetail$1 = {
110124
110243
  paginationPreviousPage: "Ir a la página anterior",
110125
110244
  paginationGoToPage: "Ir a la página {page}",
110126
110245
  paginationNextPage: "Ir a la página siguiente",
110127
- paginationLastPage: "Ir a la última página"
110246
+ paginationLastPage: "Ir a la última página",
110247
+ backToCourses: "Volver a los cursos",
110248
+ activeEnrollmentsDescription: "Estudiantes inscritos en este curso que aún no lo han terminado.",
110249
+ completedEnrollmentsDescription: "Estudiantes que han completado todos los requisitos de este curso.",
110250
+ enrolledUsersDescription: "Cada estudiante de este curso con su progreso, su calificación y su última actividad."
110128
110251
  };
110129
110252
  var analyticsAnalyticsCourses$1 = {
110130
110253
  activeCourses: "Cursos activos",
@@ -110149,7 +110272,13 @@ var analyticsAnalyticsCourses$1 = {
110149
110272
  goToPage: "Ir a la página {page}",
110150
110273
  goToNextPage: "Ir a la página siguiente",
110151
110274
  goToLastPage: "Ir a la última página",
110152
- noCoursesAvailable: "No hay cursos disponibles"
110275
+ noCoursesAvailable: "No hay cursos disponibles",
110276
+ activeCoursesDescription: "Cursos que actualmente tienen estudiantes inscritos y avanzando.",
110277
+ totalCoursesDescription: "Todos los cursos publicados en este tenant, activos o no.",
110278
+ enrollmentsDescription: "Total de inscripciones registradas en todos los cursos.",
110279
+ totalLearnersDescription: "Estudiantes distintos inscritos en al menos un curso.",
110280
+ courseOvertimeDescription: "Tiempo que los estudiantes dedicaron a los cursos durante el periodo seleccionado.",
110281
+ coursesTableDescription: "Cada curso con su ID y su número de inscripciones. Selecciona una fila para abrir su vista de detalle."
110153
110282
  };
110154
110283
  var analyticsAnalyticsFinancialStats$1 = {
110155
110284
  weeklyCosts: "Costos semanales",
@@ -110177,7 +110306,14 @@ var analyticsAnalyticsFinancialStats$1 = {
110177
110306
  goToPreviousPage: "Ir a la página anterior",
110178
110307
  goToNextPage: "Ir a la página siguiente",
110179
110308
  goToLastPage: "Ir a la última página",
110180
- paginationShowing: "Mostrando {from} a {to} de {total} resultados"
110309
+ paginationShowing: "Mostrando {from} a {to} de {total} resultados",
110310
+ weeklyCostsDescription: "Coste de uso de modelos de la última semana, comparado con la semana anterior.",
110311
+ monthlyCostsDescription: "Coste de uso de modelos del último mes, comparado con el mes anterior.",
110312
+ totalCostsDescription: "Todo el coste de uso de modelos acumulado en este tenant hasta la fecha.",
110313
+ costPerDayDescription: "Gasto diario en modelos, para ver cómo evoluciona el coste con el uso.",
110314
+ costByProviderDescription: "Cómo se reparte tu gasto entre los proveedores de modelos que usan tus agentes.",
110315
+ costByLLMDescription: "Cómo se reparte tu gasto entre modelos concretos, para ver cuáles cuestan más.",
110316
+ costPerUserDescription: "Gasto atribuido a cada usuario, con su número de sesiones y su última actividad."
110181
110317
  };
110182
110318
  var analyticsAnalyticsMemoryStats$1 = {
110183
110319
  noPermission: "No tienes permiso para ver los recuerdos de los usuarios.",
@@ -110208,7 +110344,8 @@ var analyticsAnalyticsMemoryStats$1 = {
110208
110344
  colMemory: "RECUERDO",
110209
110345
  colAgent: "AGENTE",
110210
110346
  colCategory: "CATEGORÍA",
110211
- colCaptured: "CAPTURADO"
110347
+ colCaptured: "CAPTURADO",
110348
+ byCategoryDescription: "Cómo se distribuyen las memorias capturadas entre categorías según los filtros actuales."
110212
110349
  };
110213
110350
  var analyticsAnalyticsMonetizationStats$1 = {
110214
110351
  totalRevenue: "Ingresos totales",
@@ -110248,7 +110385,15 @@ var analyticsAnalyticsMonetizationStats$1 = {
110248
110385
  activePricesCount: "{count} activo",
110249
110386
  statusActive: "Activo",
110250
110387
  statusDisabled: "Deshabilitado",
110251
- paywallCountTotal: "{count} elemento{plural} en total"
110388
+ paywallCountTotal: "{count} elemento{plural} en total",
110389
+ totalRevenueDescription: "Ingresos brutos obtenidos de todas las ventas completadas.",
110390
+ totalSalesDescription: "Número de compras completadas en todos los elementos de pago.",
110391
+ activePaywallsDescription: "Muros de pago configurados y activos actualmente en este tenant.",
110392
+ totalSubscribersDescription: "Personas con una suscripción, contadas en todos los estados.",
110393
+ subscribersByStatusDescription: "Cómo se reparten los suscriptores entre los estados activo, de prueba, cancelado y vencido.",
110394
+ paywallsByTypeDescription: "Cómo se reparten tus muros de pago entre los tipos de elementos que protegen, como agentes y cursos.",
110395
+ subscribersTableDescription: "Cada suscriptor con el elemento, el plan, el importe y el estado de su suscripción.",
110396
+ paywallsTableDescription: "Cada muro de pago configurado con su tipo, sus precios y si está activo actualmente."
110252
110397
  };
110253
110398
  var analyticsAnalyticsOverview$1 = {
110254
110399
  messages: "Mensajes",
@@ -110261,11 +110406,17 @@ var analyticsAnalyticsOverview$1 = {
110261
110406
  topicDetailsFor: "Detalles del tema para {label}",
110262
110407
  messagesLabel: "Mensajes:",
110263
110408
  activeUsersFor: "Usuarios activos para {label}",
110264
- activeUsersLabel: "Usuarios activos:"
110409
+ activeUsersLabel: "Usuarios activos:",
110410
+ messagesDescription: "Total de mensajes intercambiados entre los usuarios y tus agentes en el periodo seleccionado.",
110411
+ activeUsersDescription: "Usuarios únicos que interactuaron con un agente en el periodo seleccionado.",
110412
+ topicsDescription: "Temas distintos sobre los que se consultó a tus agentes en el periodo seleccionado.",
110413
+ conversationsDescription: "Número de conversaciones independientes iniciadas en el periodo seleccionado.",
110414
+ sessionsChartDescription: "Sesiones iniciadas a lo largo del tiempo, para detectar picos y caídas de uso.",
110415
+ topicsChartDescription: "Los temas más tratados, ordenados por la cantidad de mensajes que generó cada uno.",
110416
+ activeUsersChartDescription: "Usuarios activos únicos por día, para ver cómo cambia la participación con el tiempo."
110265
110417
  };
110266
110418
  var analyticsAnalyticsProgramDetail$1 = {
110267
110419
  backAriaLabel: "Volver a la lista de programas",
110268
- backButton: "Volver a programas",
110269
110420
  statActiveUsers: "Usuarios activos",
110270
110421
  statEnrollments: "Inscripciones",
110271
110422
  statTimeSpent: "Tiempo empleado",
@@ -110290,7 +110441,12 @@ var analyticsAnalyticsProgramDetail$1 = {
110290
110441
  paginationPreviousPage: "Ir a la página anterior",
110291
110442
  paginationGoToPage: "Ir a la página {page}",
110292
110443
  paginationNextPage: "Ir a la página siguiente",
110293
- paginationLastPage: "Ir a la última página"
110444
+ paginationLastPage: "Ir a la última página",
110445
+ backButton: "Volver a programas",
110446
+ statTotalEnrollmentsDescription: "Todos los estudiantes que se han inscrito alguna vez en este programa.",
110447
+ statActiveEnrollmentsDescription: "Estudiantes inscritos en este programa que aún no lo han terminado.",
110448
+ statCompletedEnrollmentsDescription: "Estudiantes que han completado todos los requisitos de este programa.",
110449
+ enrolledUsersDescription: "Cada estudiante de este programa con su progreso, su calificación y su última actividad."
110294
110450
  };
110295
110451
  var analyticsAnalyticsPrograms$1 = {
110296
110452
  activePrograms: "Programas activos",
@@ -110314,7 +110470,13 @@ var analyticsAnalyticsPrograms$1 = {
110314
110470
  goToPage: "Ir a la página {page}",
110315
110471
  goToNextPage: "Ir a la página siguiente",
110316
110472
  goToLastPage: "Ir a la última página",
110317
- noProgramsAvailable: "No hay programas disponibles"
110473
+ noProgramsAvailable: "No hay programas disponibles",
110474
+ activeProgramsDescription: "Programas que actualmente tienen estudiantes inscritos y avanzando.",
110475
+ totalProgramsDescription: "Todos los programas publicados en este tenant, activos o no.",
110476
+ enrollmentsDescription: "Total de inscripciones registradas en todos los programas.",
110477
+ totalLearnersDescription: "Estudiantes distintos inscritos en al menos un programa.",
110478
+ programOvertimeDescription: "Tiempo que los estudiantes dedicaron a los programas durante el periodo seleccionado.",
110479
+ programsTableDescription: "Cada programa con su ID. Selecciona una fila para abrir su vista de detalle."
110318
110480
  };
110319
110481
  var analyticsAnalyticsReports$1 = {
110320
110482
  failedToLoadReportForEditing: "No se pudo cargar el informe para editarlo. Abriendo descarga en su lugar.",
@@ -110356,7 +110518,13 @@ var analyticsAnalyticsTopicsStats$1 = {
110356
110518
  outOfFive: "/ 5",
110357
110519
  topicsDetails: "Detalles de temas",
110358
110520
  topicDetailsForLabel: "Detalles del tema para {label}",
110359
- messagesColon: "Mensajes:"
110521
+ messagesColon: "Mensajes:",
110522
+ topicsDescription: "Temas distintos planteados en las conversaciones de este mes.",
110523
+ conversationsDescription: "Conversaciones iniciadas este mes.",
110524
+ messagesDescription: "Mensajes intercambiados este mes en todas las conversaciones.",
110525
+ conversationsChartDescription: "Conversaciones iniciadas a lo largo del tiempo, para seguir las tendencias de participación.",
110526
+ averageRatingDescription: "Valoración media de los usuarios sobre las respuestas del agente a lo largo del tiempo, en una escala de 1 a 5.",
110527
+ topicsDetailsDescription: "Temas ordenados por volumen de mensajes, para ver qué consultan más los usuarios."
110360
110528
  };
110361
110529
  var analyticsAnalyticsTranscriptsStats$1 = {
110362
110530
  justNow: "Ahora mismo",
@@ -110411,7 +110579,10 @@ var analyticsAnalyticsTranscriptsStats$1 = {
110411
110579
  srGoToLastPage: "Ir a la última página",
110412
110580
  none: "ninguna",
110413
110581
  loading: "Cargando...",
110414
- paginationInfo: "Página {currentPage} de {totalPages} • {totalRecords} registros en total"
110582
+ paginationInfo: "Página {currentPage} de {totalPages} • {totalRecords} registros en total",
110583
+ avgMessagesPerConversationDescription: "Cuántos mensajes contiene una conversación típica, lo que indica la profundidad de los intercambios.",
110584
+ avgCostPerConversationDescription: "Lo que cuesta una conversación típica en uso de modelos.",
110585
+ avgRatingDescription: "Valoración media que los usuarios dieron a sus conversaciones, en una escala de 1 a 5."
110415
110586
  };
110416
110587
  var analyticsAnalyticsUsersStats$1 = {
110417
110588
  usersLoggedInNow: "Usuarios conectados ahora mismo",
@@ -110439,7 +110610,13 @@ var analyticsAnalyticsUsersStats$1 = {
110439
110610
  justNow: "Ahora mismo",
110440
110611
  minutesAgo: "hace {count} min",
110441
110612
  hoursAgo: "hace {count} h",
110442
- daysAgo: "hace {count} días"
110613
+ daysAgo: "hace {count} días",
110614
+ usersLoggedInNowDescription: "Usuarios con una sesión abierta en este momento.",
110615
+ usersLoggedInPast30DaysDescription: "Usuarios únicos que iniciaron sesión al menos una vez en los últimos 30 días.",
110616
+ totalRegisteredUsersDescription: "Todas las cuentas de usuario registradas en este tenant, activas o no.",
110617
+ activeUsersChartDescription: "Usuarios activos únicos por día, para ver cómo cambia la participación con el tiempo.",
110618
+ accessTimesDescription: "Cuándo son más activos los usuarios, desglosado por día de la semana y hora del día.",
110619
+ userDetailsDescription: "Desglose por usuario del volumen de mensajes y la última actividad. Busca para encontrar a un usuario concreto."
110443
110620
  };
110444
110621
  var analyticsGroupsFilterDropdown$1 = {
110445
110622
  filterByGroups: "Filtrar por grupos",
@@ -111311,7 +111488,10 @@ var clawSandboxAgentSkills$1 = {
111311
111488
  tabsAriaLabel: "Habilidades",
111312
111489
  tabAgentSkills: "Habilidades del agente",
111313
111490
  tabAvailableSkills: "Habilidades disponibles",
111314
- addedBadge: "Añadida"
111491
+ addedBadge: "Añadida",
111492
+ effectiveHeading: "Habilidades de este agente",
111493
+ catalogHeading: "Habilidades disponibles",
111494
+ resourcesItemLabel: "recursos"
111315
111495
  };
111316
111496
  var clawSandboxHelpers$1 = {
111317
111497
  unknown: "Desconocido",
@@ -116423,7 +116603,6 @@ var analyticsAnalyticsAuditLogStats = {
116423
116603
  };
116424
116604
  var analyticsAnalyticsCourseDetail = {
116425
116605
  goBackAriaLabel: "返回课程列表",
116426
- backToCourses: "返回课程",
116427
116606
  activeEnrollments: "活跃注册",
116428
116607
  completedEnrollments: "已完成注册",
116429
116608
  timeSpent: "学习时长",
@@ -116445,7 +116624,11 @@ var analyticsAnalyticsCourseDetail = {
116445
116624
  paginationPreviousPage: "转到上一页",
116446
116625
  paginationGoToPage: "转到第 {page} 页",
116447
116626
  paginationNextPage: "转到下一页",
116448
- paginationLastPage: "转到最后一页"
116627
+ paginationLastPage: "转到最后一页",
116628
+ backToCourses: "返回课程",
116629
+ activeEnrollmentsDescription: "已报名本课程但尚未完成的学员数。",
116630
+ completedEnrollmentsDescription: "已完成本课程全部要求的学员数。",
116631
+ enrolledUsersDescription: "本课程的每位学员及其进度、成绩与最近活动。"
116449
116632
  };
116450
116633
  var analyticsAnalyticsCourses = {
116451
116634
  activeCourses: "活跃课程",
@@ -116470,7 +116653,13 @@ var analyticsAnalyticsCourses = {
116470
116653
  goToPage: "跳转到第 {page} 页",
116471
116654
  goToNextPage: "跳转到下一页",
116472
116655
  goToLastPage: "跳转到最后一页",
116473
- noCoursesAvailable: "暂无课程"
116656
+ noCoursesAvailable: "暂无课程",
116657
+ activeCoursesDescription: "当前有学员在读并持续学习的课程数。",
116658
+ totalCoursesDescription: "该租户下发布的全部课程,无论是否活跃。",
116659
+ enrollmentsDescription: "所有课程累计的报名总数。",
116660
+ totalLearnersDescription: "至少报名过一门课程的独立学员数。",
116661
+ courseOvertimeDescription: "所选时间段内学员在课程上花费的时间。",
116662
+ coursesTableDescription: "每门课程及其 ID 与报名人数。点击某行可打开详情视图。"
116474
116663
  };
116475
116664
  var analyticsAnalyticsFinancialStats = {
116476
116665
  weeklyCosts: "每周费用",
@@ -116498,7 +116687,14 @@ var analyticsAnalyticsFinancialStats = {
116498
116687
  goToPreviousPage: "转到上一页",
116499
116688
  goToNextPage: "转到下一页",
116500
116689
  goToLastPage: "转到最后一页",
116501
- paginationShowing: "显示第 {from} 至 {to} 条,共 {total} 条结果"
116690
+ paginationShowing: "显示第 {from} 至 {to} 条,共 {total} 条结果",
116691
+ weeklyCostsDescription: "过去一周的模型使用成本,并与前一周对比。",
116692
+ monthlyCostsDescription: "过去一个月的模型使用成本,并与前一个月对比。",
116693
+ totalCostsDescription: "该租户迄今累计的全部模型使用成本。",
116694
+ costPerDayDescription: "每日模型支出,便于了解成本与使用量的关系。",
116695
+ costByProviderDescription: "您的支出在各智能体所用模型供应商之间的分布。",
116696
+ costByLLMDescription: "您的支出在各个模型之间的分布,展示哪些模型花费最多。",
116697
+ costPerUserDescription: "归属到每位用户的支出,含其会话数与最近活动时间。"
116502
116698
  };
116503
116699
  var analyticsAnalyticsMemoryStats = {
116504
116700
  noPermission: "您没有查看用户记忆的权限。",
@@ -116529,7 +116725,8 @@ var analyticsAnalyticsMemoryStats = {
116529
116725
  colMemory: "记忆",
116530
116726
  colAgent: "智能体",
116531
116727
  colCategory: "类别",
116532
- colCaptured: "捕获时间"
116728
+ colCaptured: "捕获时间",
116729
+ byCategoryDescription: "在当前筛选条件下,已捕获记忆在各类别间的分布。"
116533
116730
  };
116534
116731
  var analyticsAnalyticsMonetizationStats = {
116535
116732
  totalRevenue: "总收入",
@@ -116569,7 +116766,15 @@ var analyticsAnalyticsMonetizationStats = {
116569
116766
  activePricesCount: "{count} 个活跃",
116570
116767
  statusActive: "活跃",
116571
116768
  statusDisabled: "已禁用",
116572
- paywallCountTotal: "共 {count} 个项目"
116769
+ paywallCountTotal: "共 {count} 个项目",
116770
+ totalRevenueDescription: "所有已完成交易带来的总收入。",
116771
+ totalSalesDescription: "所有付费内容上已完成的购买次数。",
116772
+ activePaywallsDescription: "该租户当前已配置并启用的付费墙数量。",
116773
+ totalSubscribersDescription: "持有订阅的人数,涵盖所有订阅状态。",
116774
+ subscribersByStatusDescription: "订阅者在活跃、试用、已取消和逾期各状态间的分布。",
116775
+ paywallsByTypeDescription: "付费墙按其保护的内容类型(如智能体和课程)的分布。",
116776
+ subscribersTableDescription: "每位订阅者及其订阅的内容、方案、金额与状态。",
116777
+ paywallsTableDescription: "每个已配置的付费墙及其类型、价格与当前是否启用。"
116573
116778
  };
116574
116779
  var analyticsAnalyticsOverview = {
116575
116780
  messages: "消息",
@@ -116582,11 +116787,17 @@ var analyticsAnalyticsOverview = {
116582
116787
  topicDetailsFor: "{label} 的话题详情",
116583
116788
  messagesLabel: "消息:",
116584
116789
  activeUsersFor: "{label} 的活跃用户",
116585
- activeUsersLabel: "活跃用户:"
116790
+ activeUsersLabel: "活跃用户:",
116791
+ messagesDescription: "所选时间段内用户与您的智能体之间交换的消息总数。",
116792
+ activeUsersDescription: "所选时间段内与智能体互动过的独立用户数。",
116793
+ topicsDescription: "所选时间段内用户向智能体咨询的不同主题数。",
116794
+ conversationsDescription: "所选时间段内开启的独立对话数。",
116795
+ sessionsChartDescription: "一段时间内开启的会话数,便于发现使用高峰与低谷。",
116796
+ topicsChartDescription: "讨论最多的主题,按各自产生的消息数排序。",
116797
+ activeUsersChartDescription: "每日独立活跃用户数,展示参与度随时间的变化。"
116586
116798
  };
116587
116799
  var analyticsAnalyticsProgramDetail = {
116588
116800
  backAriaLabel: "返回项目列表",
116589
- backButton: "返回项目",
116590
116801
  statActiveUsers: "活跃用户",
116591
116802
  statEnrollments: "注册人数",
116592
116803
  statTimeSpent: "花费时间",
@@ -116611,7 +116822,12 @@ var analyticsAnalyticsProgramDetail = {
116611
116822
  paginationPreviousPage: "转到上一页",
116612
116823
  paginationGoToPage: "转到第 {page} 页",
116613
116824
  paginationNextPage: "转到下一页",
116614
- paginationLastPage: "转到最后一页"
116825
+ paginationLastPage: "转到最后一页",
116826
+ backButton: "返回项目",
116827
+ statTotalEnrollmentsDescription: "曾报名本项目的全部学员数。",
116828
+ statActiveEnrollmentsDescription: "已报名本项目但尚未完成的学员数。",
116829
+ statCompletedEnrollmentsDescription: "已完成本项目全部要求的学员数。",
116830
+ enrolledUsersDescription: "本项目的每位学员及其进度、成绩与最近活动。"
116615
116831
  };
116616
116832
  var analyticsAnalyticsPrograms = {
116617
116833
  activePrograms: "活跃项目",
@@ -116635,7 +116851,13 @@ var analyticsAnalyticsPrograms = {
116635
116851
  goToPage: "跳至第 {page} 页",
116636
116852
  goToNextPage: "跳至下一页",
116637
116853
  goToLastPage: "跳至最后一页",
116638
- noProgramsAvailable: "暂无可用项目"
116854
+ noProgramsAvailable: "暂无可用项目",
116855
+ activeProgramsDescription: "当前有学员在读并持续学习的项目数。",
116856
+ totalProgramsDescription: "该租户下发布的全部项目,无论是否活跃。",
116857
+ enrollmentsDescription: "所有项目累计的报名总数。",
116858
+ totalLearnersDescription: "至少报名过一个项目的独立学员数。",
116859
+ programOvertimeDescription: "所选时间段内学员在项目上花费的时间。",
116860
+ programsTableDescription: "每个项目及其 ID。点击某行可打开详情视图。"
116639
116861
  };
116640
116862
  var analyticsAnalyticsReports = {
116641
116863
  failedToLoadReportForEditing: "无法加载报告进行编辑,正在打开下载。",
@@ -116677,7 +116899,13 @@ var analyticsAnalyticsTopicsStats = {
116677
116899
  outOfFive: "/ 5",
116678
116900
  topicsDetails: "主题详情",
116679
116901
  topicDetailsForLabel: "{label} 的主题详情",
116680
- messagesColon: "消息:"
116902
+ messagesColon: "消息:",
116903
+ topicsDescription: "本月对话中出现的不同主题数。",
116904
+ conversationsDescription: "本月开启的对话数。",
116905
+ messagesDescription: "本月所有对话中交换的消息数。",
116906
+ conversationsChartDescription: "一段时间内开启的对话数,便于跟踪参与度趋势。",
116907
+ averageRatingDescription: "用户对智能体回复的平均评分随时间的变化,满分 5 分。",
116908
+ topicsDetailsDescription: "按消息量排序的主题,展示用户最常咨询的内容。"
116681
116909
  };
116682
116910
  var analyticsAnalyticsTranscriptsStats = {
116683
116911
  justNow: "刚刚",
@@ -116732,7 +116960,10 @@ var analyticsAnalyticsTranscriptsStats = {
116732
116960
  srGoToLastPage: "跳转至最后一页",
116733
116961
  none: "无",
116734
116962
  loading: "加载中...",
116735
- paginationInfo: "第 {currentPage} 页,共 {totalPages} 页 • 共 {totalRecords} 条记录"
116963
+ paginationInfo: "第 {currentPage} 页,共 {totalPages} 页 • 共 {totalRecords} 条记录",
116964
+ avgMessagesPerConversationDescription: "一次典型对话包含的消息数,反映交流的深入程度。",
116965
+ avgCostPerConversationDescription: "一次典型对话所产生的模型使用成本。",
116966
+ avgRatingDescription: "用户对其对话给出的平均评分,满分 5 分。"
116736
116967
  };
116737
116968
  var analyticsAnalyticsUsersStats = {
116738
116969
  usersLoggedInNow: "当前在线用户",
@@ -116760,7 +116991,13 @@ var analyticsAnalyticsUsersStats = {
116760
116991
  justNow: "刚刚",
116761
116992
  minutesAgo: "{count} 分钟前",
116762
116993
  hoursAgo: "{count} 小时前",
116763
- daysAgo: "{count} 天前"
116994
+ daysAgo: "{count} 天前",
116995
+ usersLoggedInNowDescription: "当前处于登录状态的用户数。",
116996
+ usersLoggedInPast30DaysDescription: "过去 30 天内至少登录过一次的独立用户数。",
116997
+ totalRegisteredUsersDescription: "该租户下注册的全部用户账号,无论是否活跃。",
116998
+ activeUsersChartDescription: "每日独立活跃用户数,展示参与度随时间的变化。",
116999
+ accessTimesDescription: "用户最活跃的时段,按星期几和小时细分。",
117000
+ userDetailsDescription: "按用户列出的消息量与最近活动。可搜索以查找特定用户。"
116764
117001
  };
116765
117002
  var analyticsGroupsFilterDropdown = {
116766
117003
  filterByGroups: "按组筛选",
@@ -117632,7 +117869,10 @@ var clawSandboxAgentSkills = {
117632
117869
  tabsAriaLabel: "技能",
117633
117870
  tabAgentSkills: "智能体技能",
117634
117871
  tabAvailableSkills: "可用技能",
117635
- addedBadge: "已添加"
117872
+ addedBadge: "已添加",
117873
+ effectiveHeading: "此智能体的技能",
117874
+ catalogHeading: "可用技能",
117875
+ resourcesItemLabel: "资源"
117636
117876
  };
117637
117877
  var clawSandboxHelpers = {
117638
117878
  unknown: "未知",
@@ -151380,7 +151620,7 @@ function SubscriptionDetail({ subscription: initialSubscription, platformKey, on
151380
151620
  }
151381
151621
  return (jsxs("div", { className: "space-y-4", children: [jsxs("div", { className: "flex items-center gap-3", children: [jsxs(Button$1, { variant: "ghost", size: "sm", onClick: onBack, className: "cursor-pointer", children: [jsx(ChevronLeft, { className: "h-4 w-4 mr-1" }), t('purchasesPurchasesTab.back')] }), jsxs("div", { children: [jsx("h4", { className: "text-base font-semibold text-gray-900 dark:text-gray-100", children: subscription.item_name || subscription.item_id }), jsx("span", { className: "text-xs text-gray-400 capitalize", children: subscription.item_type })] })] }), jsx(Card, { className: "shadow-sm border", style: { borderColor: 'oklch(.922 0 0)' }, children: jsxs(CardContent, { className: "p-6 space-y-5", children: [jsxs("div", { className: "flex items-center justify-between", children: [jsx("span", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t('purchasesPurchasesTab.labelStatus') }), jsx(Badge, { className: statusBadgeStyle(subscription.status), children: subscription.status })] }), jsxs("div", { className: "flex items-center justify-between border-t pt-3", children: [jsx("span", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t('purchasesPurchasesTab.labelPlan') }), jsxs("div", { className: "text-right", children: [jsx("span", { className: "text-sm font-semibold text-gray-900 dark:text-gray-100", children: (_b = subscription.price) === null || _b === void 0 ? void 0 : _b.name }), jsxs("span", { className: "text-sm text-gray-500 ml-2", children: [formatCurrency((_c = subscription.price) === null || _c === void 0 ? void 0 : _c.amount, (_d = subscription.price) === null || _d === void 0 ? void 0 : _d.currency), formatInterval((_e = subscription.price) === null || _e === void 0 ? void 0 : _e.interval)] })] })] }), jsxs("div", { className: "flex items-center justify-between border-t pt-3", children: [jsx("span", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t('purchasesPurchasesTab.labelType') }), jsx(Badge, { variant: "secondary", className: "capitalize", children: subscription.item_type })] }), subscription.current_period_end && (jsxs("div", { className: "flex items-center justify-between border-t pt-3", children: [jsx("span", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: subscription.cancel_at_period_end
151382
151622
  ? t('purchasesPurchasesTab.labelAccessUntil')
151383
- : t('purchasesPurchasesTab.labelRenewsOn') }), jsxs("span", { className: "text-sm text-gray-600 dark:text-gray-400 flex items-center gap-1.5", children: [jsx(Calendar$1, { className: "h-3.5 w-3.5" }), new Date(subscription.current_period_end).toLocaleDateString()] })] })), subscription.created_at && (jsxs("div", { className: "flex items-center justify-between border-t pt-3", children: [jsx("span", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t('purchasesPurchasesTab.labelSubscribedSince') }), jsxs("span", { className: "text-sm text-gray-600 dark:text-gray-400 flex items-center gap-1.5", children: [jsx(Clock, { className: "h-3.5 w-3.5" }), new Date(subscription.created_at).toLocaleDateString()] })] })), subscription.is_grandfathered && (jsxs("div", { className: "flex items-center justify-between border-t pt-3", children: [jsx("span", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t('purchasesPurchasesTab.labelLegacyAccess') }), jsxs(Badge, { className: "bg-amber-100 text-amber-700 border-amber-200 text-xs", children: [jsx(Shield, { className: "h-3 w-3 mr-1" }), t('purchasesPurchasesTab.badgeGrandfathered')] })] })), subscription.cancel_at_period_end && (jsxs("div", { className: "flex items-center gap-2 border-t pt-3 text-yellow-600", children: [jsx(TriangleAlert, { className: "h-4 w-4 flex-shrink-0" }), jsx("span", { className: "text-sm", children: t('purchasesPurchasesTab.warningWillNotRenew') })] }))] }) }), canCancel && !cancelResult && (jsx(Card, { className: "shadow-sm border border-blue-100", style: { borderColor: 'oklch(.922 0 0)' }, children: jsxs(CardContent, { className: "p-5 space-y-3", children: [jsx("h4", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t('purchasesPurchasesTab.cancelSectionHeading') }), jsx("p", { className: "text-xs text-gray-500", children: t('purchasesPurchasesTab.cancelSectionDescription') }), jsxs("div", { className: "flex gap-2 items-end", children: [jsxs("div", { className: "flex-1", children: [jsxs("label", { className: "text-xs text-gray-500 mb-1 block", children: [t('purchasesPurchasesTab.cancelConfirmLabelPrefix'), ' ', jsx("span", { className: "font-mono font-bold", children: "cancel" }), ' ', t('purchasesPurchasesTab.cancelConfirmLabelSuffix')] }), jsx(Input, { value: confirmText, onChange: (e) => setConfirmText(e.target.value), placeholder: t('purchasesPurchasesTab.cancelConfirmPlaceholder') })] }), jsxs(Button$1, { onClick: handleCancel, disabled: confirmText !== 'cancel' || isCanceling, className: "bg-gradient-to-r from-[#2563EB] to-[#93C5FD] hover:opacity-90 text-white cursor-pointer", children: [isCanceling ? (jsx(LoaderCircle, { className: "h-4 w-4 mr-2 animate-spin" })) : (jsx(CircleX, { className: "h-4 w-4 mr-2" })), t('purchasesPurchasesTab.cancelButton')] })] })] }) })), (cancelResult === null || cancelResult === void 0 ? void 0 : cancelResult.canceled) && (jsx(Card, { className: "shadow-sm border border-green-200", style: { borderColor: 'oklch(.922 0 0)' }, children: jsxs(CardContent, { className: "p-5 text-center", children: [jsx(CircleX, { className: "h-8 w-8 text-gray-400 mx-auto mb-2" }), jsx("h4", { className: "text-sm font-semibold text-gray-900 dark:text-gray-100 mb-1", children: t('purchasesPurchasesTab.canceledHeading') }), jsx("p", { className: "text-xs text-gray-500", children: t('purchasesPurchasesTab.canceledDescription') }), jsx(Button$1, { variant: "outline", onClick: onBack, className: "mt-3 cursor-pointer", children: t('purchasesPurchasesTab.backToPurchases') })] }) })), (cancelResult === null || cancelResult === void 0 ? void 0 : cancelResult.portalUrl) && (jsx(Card, { className: "shadow-sm border border-blue-200", style: { borderColor: 'oklch(.922 0 0)' }, children: jsxs(CardContent, { className: "p-5 text-center", children: [jsx(ExternalLink, { className: "h-8 w-8 text-blue-400 mx-auto mb-2" }), jsx("h4", { className: "text-sm font-semibold text-gray-900 dark:text-gray-100 mb-1", children: t('purchasesPurchasesTab.stripePortalHeading') }), jsx("p", { className: "text-xs text-gray-500 mb-3", children: t('purchasesPurchasesTab.stripePortalDescription') }), jsxs(Button$1, { onClick: () => window.open(cancelResult.portalUrl, '_blank'), className: "bg-gradient-to-r from-[#2563EB] to-[#93C5FD] hover:opacity-90 text-white cursor-pointer", children: [jsx(ExternalLink, { className: "h-4 w-4 mr-2" }), t('purchasesPurchasesTab.openStripePortal')] })] }) }))] }));
151623
+ : t('purchasesPurchasesTab.labelRenewsOn') }), jsxs("span", { className: "text-sm text-gray-600 dark:text-gray-400 flex items-center gap-1.5", children: [jsx(Calendar$1, { className: "h-3.5 w-3.5" }), new Date(subscription.current_period_end).toLocaleDateString()] })] })), subscription.created_at && (jsxs("div", { className: "flex items-center justify-between border-t pt-3", children: [jsx("span", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t('purchasesPurchasesTab.labelSubscribedSince') }), jsxs("span", { className: "text-sm text-gray-600 dark:text-gray-400 flex items-center gap-1.5", children: [jsx(Clock, { className: "h-3.5 w-3.5" }), new Date(subscription.created_at).toLocaleDateString()] })] })), subscription.is_grandfathered && (jsxs("div", { className: "flex items-center justify-between border-t pt-3", children: [jsx("span", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t('purchasesPurchasesTab.labelLegacyAccess') }), jsxs(Badge, { className: "bg-amber-100 text-amber-700 border-amber-200 text-xs", children: [jsx(Shield, { className: "h-3 w-3 mr-1" }), t('purchasesPurchasesTab.badgeGrandfathered')] })] })), subscription.cancel_at_period_end && (jsxs("div", { className: "flex items-center gap-2 border-t pt-3 text-yellow-600", children: [jsx(TriangleAlert, { className: "h-4 w-4 flex-shrink-0" }), jsx("span", { className: "text-sm", children: t('purchasesPurchasesTab.warningWillNotRenew') })] }))] }) }), canCancel && !cancelResult && (jsx(Card, { className: "shadow-sm border border-blue-100", style: { borderColor: 'oklch(.922 0 0)' }, children: jsxs(CardContent, { className: "p-5 space-y-3", children: [jsx("h4", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t('purchasesPurchasesTab.cancelSectionHeading') }), jsx("p", { className: "text-xs text-gray-500", children: t('purchasesPurchasesTab.cancelSectionDescription') }), jsxs("div", { className: "flex gap-2 items-end", children: [jsxs("div", { className: "flex-1", children: [jsxs("label", { className: "text-xs text-gray-500 mb-1 block", children: [t('purchasesPurchasesTab.cancelConfirmLabelPrefix'), ' ', jsx("span", { className: "font-mono font-bold", children: "cancel" }), ' ', t('purchasesPurchasesTab.cancelConfirmLabelSuffix')] }), jsx(Input, { value: confirmText, onChange: (e) => setConfirmText(e.target.value), placeholder: t('purchasesPurchasesTab.cancelConfirmPlaceholder') })] }), jsxs(Button$1, { onClick: handleCancel, disabled: confirmText !== 'cancel' || isCanceling, className: "bg-gradient-to-r from-[#2563EB] to-[#93C5FD] hover:opacity-90 text-white cursor-pointer", children: [isCanceling ? (jsx(LoaderCircle, { className: "h-4 w-4 mr-2 animate-spin" })) : (jsx(CircleX, { className: "h-4 w-4 mr-2" })), t('purchasesPurchasesTab.cancelButton')] })] })] }) })), (cancelResult === null || cancelResult === void 0 ? void 0 : cancelResult.canceled) && (jsx(Card, { className: "shadow-sm border border-green-200", style: { borderColor: 'oklch(.922 0 0)' }, children: jsxs(CardContent, { className: "p-5 text-center", children: [jsx(CircleX, { className: "h-8 w-8 text-gray-400 mx-auto mb-2" }), jsx("h4", { className: "text-sm font-semibold text-gray-900 dark:text-gray-100 mb-1", children: t('purchasesPurchasesTab.canceledHeading') }), jsx("p", { className: "text-xs text-gray-500", children: t('purchasesPurchasesTab.canceledDescription') }), jsx(Button$1, { variant: "outline", size: "icon", onClick: onBack, "aria-label": t('purchasesPurchasesTab.backToPurchases'), className: "mt-3 h-8 w-8 cursor-pointer rounded-full border-0 bg-gray-100 text-gray-700 hover:bg-gray-200 hover:text-gray-900 dark:bg-gray-800 dark:text-gray-200 dark:hover:bg-gray-700 dark:hover:text-white", children: jsx(ArrowLeft, { className: "h-4 w-4" }) })] }) })), (cancelResult === null || cancelResult === void 0 ? void 0 : cancelResult.portalUrl) && (jsx(Card, { className: "shadow-sm border border-blue-200", style: { borderColor: 'oklch(.922 0 0)' }, children: jsxs(CardContent, { className: "p-5 text-center", children: [jsx(ExternalLink, { className: "h-8 w-8 text-blue-400 mx-auto mb-2" }), jsx("h4", { className: "text-sm font-semibold text-gray-900 dark:text-gray-100 mb-1", children: t('purchasesPurchasesTab.stripePortalHeading') }), jsx("p", { className: "text-xs text-gray-500 mb-3", children: t('purchasesPurchasesTab.stripePortalDescription') }), jsxs(Button$1, { onClick: () => window.open(cancelResult.portalUrl, '_blank'), className: "bg-gradient-to-r from-[#2563EB] to-[#93C5FD] hover:opacity-90 text-white cursor-pointer", children: [jsx(ExternalLink, { className: "h-4 w-4 mr-2" }), t('purchasesPurchasesTab.openStripePortal')] })] }) }))] }));
151384
151624
  }
151385
151625
  // ── Subscription Card (List Item) ──
151386
151626
  function SubscriptionCard({ sub, onClick }) {
@@ -180945,7 +181185,7 @@ function QuestionsEditor({ platformKey, onBack, initialFormId = null, startNew =
180945
181185
  }
180946
181186
  function BackButton$1({ onBack }) {
180947
181187
  const t = useT();
180948
- return (jsxs("button", { type: "button", onClick: onBack, className: "inline-flex items-center gap-1.5 text-sm text-gray-600 hover:text-gray-900 dark:text-gray-300", children: [jsx(ArrowLeft, { className: "h-4 w-4" }), t('profileApplicationsQuestionsEditor.backToApplications')] }));
181188
+ return (jsx("button", { type: "button", onClick: onBack, "aria-label": t('profileApplicationsQuestionsEditor.backToApplications'), className: "inline-flex h-8 w-8 items-center justify-center rounded-full bg-gray-100 text-gray-700 ring-offset-background transition-colors hover:bg-gray-200 hover:text-gray-900 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 dark:bg-gray-800 dark:text-gray-200 dark:hover:bg-gray-700 dark:hover:text-white", children: jsx(ArrowLeft, { className: "h-4 w-4" }) }));
180949
181189
  }
180950
181190
  function SectionCard({ section, expanded, autoFocusTitle = false, onToggle, onChange, onRemove, onMove, onMakeCandidate, onEditField, onAddField, }) {
180951
181191
  var _a;
@@ -181263,7 +181503,7 @@ function SubmissionDetail({ platformKey, submissionId, onBack, }) {
181263
181503
  }
181264
181504
  function BackButton({ onBack }) {
181265
181505
  const t = useT();
181266
- return (jsxs("button", { type: "button", onClick: onBack, className: "inline-flex items-center gap-1.5 text-sm text-gray-600 hover:text-gray-900 dark:text-gray-300", children: [jsx(ArrowLeft, { className: "h-4 w-4" }), t('profileApplicationsTab.backToSubmissions')] }));
181506
+ return (jsx("button", { type: "button", onClick: onBack, "aria-label": t('profileApplicationsTab.backToSubmissions'), className: "inline-flex h-8 w-8 items-center justify-center rounded-full bg-gray-100 text-gray-700 ring-offset-background transition-colors hover:bg-gray-200 hover:text-gray-900 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 dark:bg-gray-800 dark:text-gray-200 dark:hover:bg-gray-700 dark:hover:text-white", children: jsx(ArrowLeft, { className: "h-4 w-4" }) }));
181267
181507
  }
181268
181508
  function MaskedNotice({ title }) {
181269
181509
  const t = useT();
@@ -181764,7 +182004,7 @@ function BlocksView({ platformKey, onBack, }) {
181764
182004
  toast.error(t('profileApplicationsTab.actionFailed'));
181765
182005
  }
181766
182006
  };
181767
- return (jsxs("div", { className: "space-y-5 pt-4", children: [jsxs("button", { type: "button", onClick: onBack, className: "inline-flex items-center gap-1.5 text-sm text-gray-600 hover:text-gray-900 dark:text-gray-300", children: [jsx(ArrowLeft, { className: "h-4 w-4" }), t('profileApplicationsTab.backToForms')] }), jsxs("div", { className: "flex items-start gap-3", children: [jsx("div", { className: "flex h-9 w-9 shrink-0 items-center justify-center rounded-md bg-blue-100 text-blue-600 dark:bg-blue-900/30 dark:text-blue-400", children: jsx(Ban, { className: "h-4 w-4" }) }), jsxs("div", { children: [jsx("h4", { className: "text-sm font-semibold text-gray-900 dark:text-gray-100", children: t('profileApplicationsTab.blockedUsers') }), jsx("p", { className: "text-sm text-gray-500 dark:text-gray-400", children: t('profileApplicationsTab.blockedUsersDescription') })] })] }), jsx("div", { className: "overflow-x-auto rounded-xl border border-gray-200 bg-white shadow-sm dark:border-gray-700 dark:bg-gray-900", children: jsxs("table", { className: "w-full text-sm", children: [jsx("thead", { children: jsxs("tr", { className: "border-b border-gray-200 bg-gray-50 text-left text-xs uppercase tracking-wide text-gray-500 dark:border-gray-700 dark:bg-gray-800/50", children: [jsx("th", { className: "px-4 py-2.5 font-medium", children: t('profileApplicationsTab.colUser') }), jsx("th", { className: "px-4 py-2.5 font-medium", children: t('profileApplicationsTab.colReason') }), jsx("th", { className: "px-4 py-2.5 font-medium", children: t('profileApplicationsTab.colBlockedBy') }), jsx("th", { className: "px-4 py-2.5 text-right font-medium", children: t('profileApplicationsTab.colActions') })] }) }), jsx("tbody", { className: "divide-y divide-gray-100 dark:divide-gray-800", children: isLoading ? ([0, 1].map((i) => (jsx("tr", { children: [0, 1, 2, 3].map((j) => (jsx("td", { className: "px-4 py-3", children: jsx(Skeleton, { className: "h-4 w-full max-w-32" }) }, j))) }, i)))) : error ? (jsx("tr", { children: jsx("td", { colSpan: 4, className: "px-4 py-10 text-center text-red-600", children: t('profileApplicationsTab.loadError') }) })) : blocks.length === 0 ? (jsx("tr", { children: jsx("td", { colSpan: 4, className: "px-4 py-10 text-center text-gray-400", children: t('profileApplicationsTab.noBlockedUsers') }) })) : (blocks.map((block) => {
182007
+ return (jsxs("div", { className: "space-y-5 pt-4", children: [jsx("button", { type: "button", onClick: onBack, "aria-label": t('profileApplicationsTab.backToForms'), className: "inline-flex h-8 w-8 items-center justify-center rounded-full bg-gray-100 text-gray-700 ring-offset-background transition-colors hover:bg-gray-200 hover:text-gray-900 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 dark:bg-gray-800 dark:text-gray-200 dark:hover:bg-gray-700 dark:hover:text-white", children: jsx(ArrowLeft, { className: "h-4 w-4" }) }), jsxs("div", { className: "flex items-start gap-3", children: [jsx("div", { className: "flex h-9 w-9 shrink-0 items-center justify-center rounded-md bg-blue-100 text-blue-600 dark:bg-blue-900/30 dark:text-blue-400", children: jsx(Ban, { className: "h-4 w-4" }) }), jsxs("div", { children: [jsx("h4", { className: "text-sm font-semibold text-gray-900 dark:text-gray-100", children: t('profileApplicationsTab.blockedUsers') }), jsx("p", { className: "text-sm text-gray-500 dark:text-gray-400", children: t('profileApplicationsTab.blockedUsersDescription') })] })] }), jsx("div", { className: "overflow-x-auto rounded-xl border border-gray-200 bg-white shadow-sm dark:border-gray-700 dark:bg-gray-900", children: jsxs("table", { className: "w-full text-sm", children: [jsx("thead", { children: jsxs("tr", { className: "border-b border-gray-200 bg-gray-50 text-left text-xs uppercase tracking-wide text-gray-500 dark:border-gray-700 dark:bg-gray-800/50", children: [jsx("th", { className: "px-4 py-2.5 font-medium", children: t('profileApplicationsTab.colUser') }), jsx("th", { className: "px-4 py-2.5 font-medium", children: t('profileApplicationsTab.colReason') }), jsx("th", { className: "px-4 py-2.5 font-medium", children: t('profileApplicationsTab.colBlockedBy') }), jsx("th", { className: "px-4 py-2.5 text-right font-medium", children: t('profileApplicationsTab.colActions') })] }) }), jsx("tbody", { className: "divide-y divide-gray-100 dark:divide-gray-800", children: isLoading ? ([0, 1].map((i) => (jsx("tr", { children: [0, 1, 2, 3].map((j) => (jsx("td", { className: "px-4 py-3", children: jsx(Skeleton, { className: "h-4 w-full max-w-32" }) }, j))) }, i)))) : error ? (jsx("tr", { children: jsx("td", { colSpan: 4, className: "px-4 py-10 text-center text-red-600", children: t('profileApplicationsTab.loadError') }) })) : blocks.length === 0 ? (jsx("tr", { children: jsx("td", { colSpan: 4, className: "px-4 py-10 text-center text-gray-400", children: t('profileApplicationsTab.noBlockedUsers') }) })) : (blocks.map((block) => {
181768
182008
  var _a, _b;
181769
182009
  return (jsxs("tr", { className: "hover:bg-blue-50/40 dark:hover:bg-gray-800/40", children: [jsx("td", { className: "whitespace-nowrap px-4 py-3 font-medium text-gray-900 dark:text-gray-100", children: ((_a = block.user) === null || _a === void 0 ? void 0 : _a.username) || ((_b = block.user) === null || _b === void 0 ? void 0 : _b.email) || '—' }), jsx("td", { className: "px-4 py-3 text-gray-500", children: block.reason || '—' }), jsx("td", { className: "whitespace-nowrap px-4 py-3 text-gray-500", children: block.created_by || '—' }), jsx("td", { className: "whitespace-nowrap px-4 py-3 text-right", children: jsx(Button$1, { variant: "outline", className: "h-8 px-3 text-xs", disabled: deleting, onClick: () => handleUnblock(block.id), children: t('profileApplicationsTab.unblock') }) })] }, block.id));
181770
182010
  })) })] }) })] }));
@@ -181931,7 +182171,7 @@ function SubmissionsPipeline({ platformKey, form, onBack, onOpen, }) {
181931
182171
  const date = new Date(raw);
181932
182172
  return Number.isNaN(date.getTime()) ? '—' : date.toLocaleDateString();
181933
182173
  };
181934
- return (jsxs("div", { className: "space-y-5 pt-4", children: [jsxs("div", { className: "flex flex-wrap items-center justify-between gap-3", children: [jsxs("button", { type: "button", onClick: onBack, className: "inline-flex items-center gap-1.5 text-sm text-gray-600 hover:text-gray-900 dark:text-gray-300", children: [jsx(ArrowLeft, { className: "h-4 w-4" }), t('profileApplicationsTab.backToForms')] }), jsx("h4", { className: "text-sm font-semibold text-gray-900 dark:text-gray-100", children: form
182174
+ return (jsxs("div", { className: "space-y-5 pt-4", children: [jsxs("div", { className: "flex flex-wrap items-center justify-between gap-3", children: [jsx("button", { type: "button", onClick: onBack, "aria-label": t('profileApplicationsTab.backToForms'), className: "inline-flex h-8 w-8 items-center justify-center rounded-full bg-gray-100 text-gray-700 ring-offset-background transition-colors hover:bg-gray-200 hover:text-gray-900 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 dark:bg-gray-800 dark:text-gray-200 dark:hover:bg-gray-700 dark:hover:text-white", children: jsx(ArrowLeft, { className: "h-4 w-4" }) }), jsx("h4", { className: "text-sm font-semibold text-gray-900 dark:text-gray-100", children: form
181935
182175
  ? t('profileApplicationsTab.submissionsFor', {
181936
182176
  form: ((_a = form.schema) === null || _a === void 0 ? void 0 : _a.title) || form.name || t('profileApplicationsTab.untitledForm'),
181937
182177
  })
@@ -190490,7 +190730,7 @@ function PaywallDetail({ platformKey, authURL, itemType, itemId, itemName, isCus
190490
190730
  if (!isCustom && isLoading) {
190491
190731
  return (jsxs("div", { className: "space-y-4", children: [jsx(Skeleton, { className: "h-8 w-48" }), jsx(Skeleton, { className: "h-64 w-full" })] }));
190492
190732
  }
190493
- return (jsxs("div", { className: "space-y-4", children: [jsxs("div", { className: "flex items-center gap-3", children: [jsxs(Button$1, { variant: "ghost", size: "sm", onClick: onBack, className: "cursor-pointer", children: [jsx(ChevronLeft, { className: "h-4 w-4 mr-1" }), t('monetizationPaywallDetail.back')] }), jsxs("div", { children: [jsxs("div", { className: "flex items-center gap-2", children: [jsx("h4", { className: "text-base font-semibold text-gray-900 dark:text-gray-100", children: displayName }), paywallUniqueId && (jsx("button", { type: "button", onClick: handleCopyUrl, className: "p-1 rounded hover:bg-gray-100 dark:hover:bg-gray-800 transition-colors cursor-pointer", title: t('monetizationPaywallDetail.copyPaywallUrl'), children: copied ? (jsx(Check, { className: "h-4 w-4 text-green-500" })) : (jsx(Copy, { className: "h-4 w-4 text-gray-400" })) }))] }), !isCustom && (jsx("span", { className: "text-xs text-gray-400 capitalize", children: displayItemType(itemType) }))] })] }), jsx(WizardStepIndicator, { steps: wizardSteps, currentStep: currentStep, onStepClick: !isCustom
190733
+ return (jsxs("div", { className: "space-y-4", children: [jsxs("div", { className: "flex items-center gap-3", children: [jsx(Button$1, { variant: "ghost", size: "icon", onClick: onBack, "aria-label": t('monetizationPaywallDetail.back'), className: "h-8 w-8 cursor-pointer rounded-full bg-gray-100 text-gray-700 hover:bg-gray-200 hover:text-gray-900 dark:bg-gray-800 dark:text-gray-200 dark:hover:bg-gray-700 dark:hover:text-white", children: jsx(ArrowLeft, { className: "h-4 w-4" }) }), jsxs("div", { children: [jsxs("div", { className: "flex items-center gap-2", children: [jsx("h4", { className: "text-base font-semibold text-gray-900 dark:text-gray-100", children: displayName }), paywallUniqueId && (jsx("button", { type: "button", onClick: handleCopyUrl, className: "p-1 rounded hover:bg-gray-100 dark:hover:bg-gray-800 transition-colors cursor-pointer", title: t('monetizationPaywallDetail.copyPaywallUrl'), children: copied ? (jsx(Check, { className: "h-4 w-4 text-green-500" })) : (jsx(Copy, { className: "h-4 w-4 text-gray-400" })) }))] }), !isCustom && (jsx("span", { className: "text-xs text-gray-400 capitalize", children: displayItemType(itemType) }))] })] }), jsx(WizardStepIndicator, { steps: wizardSteps, currentStep: currentStep, onStepClick: !isCustom
190494
190734
  ? setCurrentStep
190495
190735
  : (step) => {
190496
190736
  // During creation, only allow navigating back to already-completed steps