@nexusclawhq/cli 0.3.37 → 0.3.38

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.
Files changed (22) hide show
  1. package/dist/build-info.json +4 -4
  2. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +21 -0
  3. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +25 -1
  4. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
  5. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +42 -0
  6. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +21 -0
  7. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +27 -1
  8. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
  9. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/system-object-persistence.d.ts +1 -1
  10. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/system-object-persistence.js +8 -1
  11. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/system-object-persistence.js.map +1 -1
  12. package/dist/nexus-cli/src/services/package-manifest.js +3 -0
  13. package/dist/nexus-cli/src/services/package-manifest.js.map +1 -1
  14. package/dist/nexus-cli/src/services/workforce-bundle-archive.d.ts +1 -1
  15. package/dist/nexus-cli/src/services/workforce-bundle-remote.d.ts +1 -1
  16. package/dist/nexus-cli/src/services/workforce-learning-remote.d.ts +4 -4
  17. package/dist/nexus-cli/src/services/workforce-learning-remote.js +2 -2
  18. package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
  19. package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
  20. package/dist/nexus-cli/src/services/workforce-test-remote.test.js +2 -2
  21. package/dist/tsconfig.tsbuildinfo +1 -1
  22. package/package.json +1 -1
@@ -886,6 +886,27 @@ export declare const locales: {
886
886
  crm: {
887
887
  dashboard: string;
888
888
  salesLead: string;
889
+ accountFolder: string;
890
+ accountAll: string;
891
+ contactFolder: string;
892
+ contactAll: string;
893
+ salesFolder: string;
894
+ salesOpportunity: string;
895
+ cpqFolder: string;
896
+ cpqProduct: string;
897
+ cpqPriceBook: string;
898
+ cpqQuote: string;
899
+ cpqGuidedSelling: string;
900
+ activityFolder: string;
901
+ activityAll: string;
902
+ activityTask: string;
903
+ approvalInbox: string;
904
+ reportFolder: string;
905
+ reportAll: string;
906
+ reportTemplate: string;
907
+ reportSchedule: string;
908
+ dashboardFolder: string;
909
+ dashboardAll: string;
889
910
  };
890
911
  marketing: {};
891
912
  service: {
@@ -20060,6 +20081,27 @@ export declare const locales: {
20060
20081
  crm: {
20061
20082
  dashboard: string;
20062
20083
  salesLead: string;
20084
+ accountFolder: string;
20085
+ accountAll: string;
20086
+ contactFolder: string;
20087
+ contactAll: string;
20088
+ salesFolder: string;
20089
+ salesOpportunity: string;
20090
+ cpqFolder: string;
20091
+ cpqProduct: string;
20092
+ cpqPriceBook: string;
20093
+ cpqQuote: string;
20094
+ cpqGuidedSelling: string;
20095
+ activityFolder: string;
20096
+ activityAll: string;
20097
+ activityTask: string;
20098
+ approvalInbox: string;
20099
+ reportFolder: string;
20100
+ reportAll: string;
20101
+ reportTemplate: string;
20102
+ reportSchedule: string;
20103
+ dashboardFolder: string;
20104
+ dashboardAll: string;
20063
20105
  };
20064
20106
  marketing: {};
20065
20107
  service: {
@@ -882,6 +882,27 @@ declare const _default: {
882
882
  crm: {
883
883
  dashboard: string;
884
884
  salesLead: string;
885
+ accountFolder: string;
886
+ accountAll: string;
887
+ contactFolder: string;
888
+ contactAll: string;
889
+ salesFolder: string;
890
+ salesOpportunity: string;
891
+ cpqFolder: string;
892
+ cpqProduct: string;
893
+ cpqPriceBook: string;
894
+ cpqQuote: string;
895
+ cpqGuidedSelling: string;
896
+ activityFolder: string;
897
+ activityAll: string;
898
+ activityTask: string;
899
+ approvalInbox: string;
900
+ reportFolder: string;
901
+ reportAll: string;
902
+ reportTemplate: string;
903
+ reportSchedule: string;
904
+ dashboardFolder: string;
905
+ dashboardAll: string;
885
906
  };
886
907
  marketing: {};
887
908
  service: {
@@ -899,7 +899,32 @@ const messages = {
899
899
  // CRM App
900
900
  crm: {
901
901
  dashboard: "工作台",
902
- salesLead: "线索"
902
+ salesLead: "线索",
903
+ // LYNC-107: top-nav folder/leaf menu items were missing zh-CN translations,
904
+ // so resolveMenuLabel() fell back to the DB English `name` and the whole
905
+ // top nav stayed in English even with locale=zh-CN. Keys must match the
906
+ // i18nKey values in app-menu.seed.ts exactly.
907
+ accountFolder: "客户",
908
+ accountAll: "全部客户",
909
+ contactFolder: "联系人",
910
+ contactAll: "全部联系人",
911
+ salesFolder: "销售",
912
+ salesOpportunity: "商机",
913
+ cpqFolder: "CPQ",
914
+ cpqProduct: "产品目录",
915
+ cpqPriceBook: "价格手册",
916
+ cpqQuote: "报价",
917
+ cpqGuidedSelling: "引导式销售",
918
+ activityFolder: "活动",
919
+ activityAll: "全部活动",
920
+ activityTask: "任务",
921
+ approvalInbox: "审批收件箱",
922
+ reportFolder: "报表",
923
+ reportAll: "全部报表",
924
+ reportTemplate: "报表模板",
925
+ reportSchedule: "报表计划",
926
+ dashboardFolder: "仪表板",
927
+ dashboardAll: "全部仪表板"
903
928
  },
904
929
  marketing: {},
905
930
  // Service App
@@ -19578,6 +19603,7 @@ const i18nRatchetBackfill = {
19578
19603
  recordDetail: {
19579
19604
  actionNeedsConfiguration: "Action Needs Configuration",
19580
19605
  actionTargetNotConfigured: "Action Target Not Configured",
19606
+ aiCopilotNotConfigured: "AI 助手尚未在此记录页配置,暂时无法打开。",
19581
19607
  aiNarrativeGuidanceOnly: "Ai Narrative Guidance Only",
19582
19608
  contextActionApplied: "Context Action Applied",
19583
19609
  taskCreated: "Task Created",