@nexusclawhq/cli 0.3.35 → 0.3.36

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.
@@ -12982,6 +12982,9 @@ export declare const locales: {
12982
12982
  usageRate: string;
12983
12983
  currentSpend: string;
12984
12984
  monthlyBudget: string;
12985
+ notConfigured: string;
12986
+ noBudgetConfigured: string;
12987
+ noBudgetConfiguredDescription: string;
12985
12988
  daysRemaining: string;
12986
12989
  days: string;
12987
12990
  projectedMonthEnd: string;
@@ -35059,6 +35062,9 @@ export declare const locales: {
35059
35062
  usageRate: string;
35060
35063
  currentSpend: string;
35061
35064
  monthlyBudget: string;
35065
+ notConfigured: string;
35066
+ noBudgetConfigured: string;
35067
+ noBudgetConfiguredDescription: string;
35062
35068
  daysRemaining: string;
35063
35069
  days: string;
35064
35070
  projectedMonthEnd: string;
@@ -12978,6 +12978,9 @@ declare const _default: {
12978
12978
  usageRate: string;
12979
12979
  currentSpend: string;
12980
12980
  monthlyBudget: string;
12981
+ notConfigured: string;
12982
+ noBudgetConfigured: string;
12983
+ noBudgetConfiguredDescription: string;
12981
12984
  daysRemaining: string;
12982
12985
  days: string;
12983
12986
  projectedMonthEnd: string;
@@ -12978,6 +12978,9 @@ const messages = {
12978
12978
  usageRate: "预算使用率",
12979
12979
  currentSpend: "当前花费",
12980
12980
  monthlyBudget: "月度预算",
12981
+ notConfigured: "未配置",
12982
+ noBudgetConfigured: "尚未配置月度预算",
12983
+ noBudgetConfiguredDescription: "下方明细已按实际用量统计(Token、费用),当前花费与预测月末花费会如实展示;配置预算后即可显示预算使用率与封顶控制。",
12981
12984
  daysRemaining: "剩余天数",
12982
12985
  days: "天",
12983
12986
  projectedMonthEnd: "预测月末花费",