@adminiumjs/i18n 0.1.2 → 0.2.1

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 (135) hide show
  1. package/dist/a11y-keys.d.ts +17 -0
  2. package/dist/a11y-keys.d.ts.map +1 -0
  3. package/dist/a11y-keys.js +478 -0
  4. package/dist/a11y-keys.js.map +1 -0
  5. package/dist/create-i18n.d.ts.map +1 -1
  6. package/dist/create-i18n.js +37 -4
  7. package/dist/create-i18n.js.map +1 -1
  8. package/dist/editing.d.ts +17 -0
  9. package/dist/editing.d.ts.map +1 -0
  10. package/dist/editing.js +16 -0
  11. package/dist/editing.js.map +1 -0
  12. package/dist/fallback.d.ts +24 -0
  13. package/dist/fallback.d.ts.map +1 -0
  14. package/dist/fallback.js +40 -0
  15. package/dist/fallback.js.map +1 -0
  16. package/dist/format-errors.d.ts +41 -0
  17. package/dist/format-errors.d.ts.map +1 -0
  18. package/dist/format-errors.js +63 -0
  19. package/dist/format-errors.js.map +1 -0
  20. package/dist/icu-format.d.ts +4 -0
  21. package/dist/icu-format.d.ts.map +1 -1
  22. package/dist/icu-format.js +43 -3
  23. package/dist/icu-format.js.map +1 -1
  24. package/dist/index.d.ts +10 -2
  25. package/dist/index.d.ts.map +1 -1
  26. package/dist/index.js +14 -1
  27. package/dist/index.js.map +1 -1
  28. package/dist/keys.d.ts +33 -0
  29. package/dist/keys.d.ts.map +1 -0
  30. package/dist/keys.js +77 -0
  31. package/dist/keys.js.map +1 -0
  32. package/dist/locales.d.ts +102 -13
  33. package/dist/locales.d.ts.map +1 -1
  34. package/dist/locales.js +142 -17
  35. package/dist/locales.js.map +1 -1
  36. package/dist/overrides.d.ts +62 -0
  37. package/dist/overrides.d.ts.map +1 -0
  38. package/dist/overrides.js +112 -0
  39. package/dist/overrides.js.map +1 -0
  40. package/dist/react.d.ts +6 -0
  41. package/dist/react.d.ts.map +1 -1
  42. package/dist/react.js +17 -26
  43. package/dist/react.js.map +1 -1
  44. package/dist/resources/ar-eg/common.d.ts +96 -0
  45. package/dist/resources/ar-eg/common.d.ts.map +1 -1
  46. package/dist/resources/ar-eg/common.js +103 -7
  47. package/dist/resources/ar-eg/common.js.map +1 -1
  48. package/dist/resources/ar-eg/ui.d.ts +586 -586
  49. package/dist/resources/ar-eg/ui.js +586 -586
  50. package/dist/resources/ar-eg/ui.js.map +1 -1
  51. package/dist/resources/cs-cz/common.d.ts +96 -0
  52. package/dist/resources/cs-cz/common.d.ts.map +1 -1
  53. package/dist/resources/cs-cz/common.js +101 -5
  54. package/dist/resources/cs-cz/common.js.map +1 -1
  55. package/dist/resources/cs-cz/ui.d.ts +582 -582
  56. package/dist/resources/cs-cz/ui.js +582 -582
  57. package/dist/resources/cs-cz/ui.js.map +1 -1
  58. package/dist/resources/da-dk/common.d.ts +97 -1
  59. package/dist/resources/da-dk/common.d.ts.map +1 -1
  60. package/dist/resources/da-dk/common.js +104 -8
  61. package/dist/resources/da-dk/common.js.map +1 -1
  62. package/dist/resources/da-dk/ui.d.ts +568 -568
  63. package/dist/resources/da-dk/ui.js +568 -568
  64. package/dist/resources/da-dk/ui.js.map +1 -1
  65. package/dist/resources/de-de/common.d.ts +100 -4
  66. package/dist/resources/de-de/common.d.ts.map +1 -1
  67. package/dist/resources/de-de/common.js +107 -11
  68. package/dist/resources/de-de/common.js.map +1 -1
  69. package/dist/resources/de-de/ui.d.ts +569 -569
  70. package/dist/resources/de-de/ui.js +569 -569
  71. package/dist/resources/de-de/ui.js.map +1 -1
  72. package/dist/resources/en-us/common.d.ts +96 -0
  73. package/dist/resources/en-us/common.d.ts.map +1 -1
  74. package/dist/resources/en-us/common.js +103 -7
  75. package/dist/resources/en-us/common.js.map +1 -1
  76. package/dist/resources/fr-fr/common.d.ts +98 -2
  77. package/dist/resources/fr-fr/common.d.ts.map +1 -1
  78. package/dist/resources/fr-fr/common.js +105 -9
  79. package/dist/resources/fr-fr/common.js.map +1 -1
  80. package/dist/resources/fr-fr/ui.d.ts +559 -559
  81. package/dist/resources/fr-fr/ui.js +559 -559
  82. package/dist/resources/fr-fr/ui.js.map +1 -1
  83. package/dist/resources/zh-cn/common.d.ts +97 -1
  84. package/dist/resources/zh-cn/common.d.ts.map +1 -1
  85. package/dist/resources/zh-cn/common.js +104 -8
  86. package/dist/resources/zh-cn/common.js.map +1 -1
  87. package/dist/resources/zh-cn/ui.d.ts +575 -575
  88. package/dist/resources/zh-cn/ui.js +575 -575
  89. package/dist/resources/zh-cn/ui.js.map +1 -1
  90. package/dist/resources/zh-tw/common.d.ts +96 -0
  91. package/dist/resources/zh-tw/common.d.ts.map +1 -1
  92. package/dist/resources/zh-tw/common.js +103 -7
  93. package/dist/resources/zh-tw/common.js.map +1 -1
  94. package/dist/resources/zh-tw/ui.d.ts +575 -575
  95. package/dist/resources/zh-tw/ui.js +575 -575
  96. package/dist/resources/zh-tw/ui.js.map +1 -1
  97. package/dist/review-status.d.ts +55 -0
  98. package/dist/review-status.d.ts.map +1 -0
  99. package/dist/review-status.js +59 -0
  100. package/dist/review-status.js.map +1 -0
  101. package/dist/revision.d.ts +35 -0
  102. package/dist/revision.d.ts.map +1 -0
  103. package/dist/revision.js +55 -0
  104. package/dist/revision.js.map +1 -0
  105. package/dist/server.d.ts +36 -0
  106. package/dist/server.d.ts.map +1 -0
  107. package/dist/server.js +35 -0
  108. package/dist/server.js.map +1 -0
  109. package/dist/validate-message.d.ts +57 -0
  110. package/dist/validate-message.d.ts.map +1 -0
  111. package/dist/validate-message.js +178 -0
  112. package/dist/validate-message.js.map +1 -0
  113. package/locales/ar-EG/.meta.json +11134 -0
  114. package/locales/ar-EG/common.json +103 -7
  115. package/locales/ar-EG/ui.json +586 -586
  116. package/locales/cs-CZ/.meta.json +11134 -0
  117. package/locales/cs-CZ/common.json +101 -5
  118. package/locales/cs-CZ/ui.json +582 -582
  119. package/locales/da-DK/.meta.json +11134 -0
  120. package/locales/da-DK/common.json +104 -8
  121. package/locales/da-DK/ui.json +568 -568
  122. package/locales/de-DE/.meta.json +11134 -0
  123. package/locales/de-DE/common.json +107 -11
  124. package/locales/de-DE/ui.json +569 -569
  125. package/locales/en-US/common.json +103 -7
  126. package/locales/fr-FR/.meta.json +11134 -0
  127. package/locales/fr-FR/common.json +105 -9
  128. package/locales/fr-FR/ui.json +559 -559
  129. package/locales/zh-CN/.meta.json +11134 -0
  130. package/locales/zh-CN/common.json +104 -8
  131. package/locales/zh-CN/ui.json +575 -575
  132. package/locales/zh-TW/.meta.json +11134 -0
  133. package/locales/zh-TW/common.json +103 -7
  134. package/locales/zh-TW/ui.json +575 -575
  135. package/package.json +10 -2
@@ -26,7 +26,7 @@ export default {
26
26
  "hidePassword": "隐藏密码",
27
27
  "reveal": "显示",
28
28
  "hide": "隐藏",
29
- "clearSearch": "Clear search"
29
+ "clearSearch": "清除搜索"
30
30
  },
31
31
  "state": {
32
32
  "loading": "加载中…",
@@ -69,8 +69,8 @@ export default {
69
69
  },
70
70
  "usageMeter": {
71
71
  "description": "配额用量与上限的对比;超过所设阈值后,进度条会依次变为橙色和红色。",
72
- "usageLabel": "Usage",
73
- "ofLabel": "of"
72
+ "usageLabel": "用量",
73
+ "ofLabel": "/"
74
74
  },
75
75
  "statTileCompact": {
76
76
  "description": "纤薄的指标磁贴,含微型标签、趋势标记和 6 条迷你图——适合 4 至 6 个一行的密集布局。"
@@ -87,16 +87,16 @@ export default {
87
87
  },
88
88
  "gaugeArc": {
89
89
  "description": "带定性区间和指针的速度表弧线;也可呈现仪表网格。",
90
- "emptyTitle": "No gauges to show",
91
- "emptyBody": "Services appear here as gauges once there is a reading for them."
90
+ "emptyTitle": "暂无可显示的仪表",
91
+ "emptyBody": "服务有读数后,将在此处显示为仪表。"
92
92
  },
93
93
  "periodComparison": {
94
94
  "description": "本期与上期以两条进度条对比,下方给出计算出的差值。",
95
95
  "higherLabel": "更高",
96
96
  "lowerLabel": "更低",
97
97
  "flatLabel": "持平",
98
- "periodALabel": "This period",
99
- "periodBLabel": "Last period"
98
+ "periodALabel": "本期",
99
+ "periodBLabel": "上期"
100
100
  },
101
101
  "microKpiSubtitle": {
102
102
  "description": "由模板生成的单行页眉统计,随实时状态重新计算。"
@@ -113,216 +113,216 @@ export default {
113
113
  "description": "按类别汇总数值列分布的箱线图——最小值、四分位数、中位数和最大值。",
114
114
  "emptyTitle": "没有可绘制的分布",
115
115
  "emptyBody": "没有符合筛选条件的行可用于箱线图。",
116
- "chartLabel": "Box plot"
116
+ "chartLabel": "箱线图"
117
117
  },
118
118
  "violin": {
119
119
  "description": "镜像密度曲线,比较数值列在各组之间的分布。",
120
120
  "emptyTitle": "没有可绘制的分布",
121
121
  "emptyBody": "没有符合筛选条件的行可用于密度曲线。",
122
- "chartLabel": "Violin plot"
122
+ "chartLabel": "小提琴图"
123
123
  },
124
124
  "ridgeline": {
125
125
  "description": "重叠的密度山脊图,比较数值列在有序分组间的分布。",
126
126
  "emptyTitle": "没有可绘制的山脊",
127
127
  "emptyBody": "没有符合筛选条件的行可用于密度曲线。",
128
- "chartLabel": "Ridgeline"
128
+ "chartLabel": "山脊图"
129
129
  },
130
130
  "scatterBubble": {
131
131
  "description": "将两个数值列绘制为散点,可选气泡大小和趋势线。",
132
132
  "emptyTitle": "没有可绘制的散点",
133
133
  "emptyBody": "没有符合筛选条件的行匹配所选列。",
134
- "chartLabel": "Scatter plot"
134
+ "chartLabel": "散点图"
135
135
  },
136
136
  "hexbin": {
137
137
  "description": "两个数值列的六边形密度图,按每格落入的行数着色。",
138
138
  "emptyTitle": "没有可绘制的密度",
139
139
  "emptyBody": "没有符合筛选条件的行可供分箱。",
140
- "chartLabel": "Density hexbin"
140
+ "chartLabel": "六边形密度图"
141
141
  },
142
142
  "correlationMatrix": {
143
143
  "description": "所选数值列之间的皮尔逊相关性,从强正相关到强负相关。",
144
144
  "emptyTitle": "没有可计算的相关性",
145
145
  "emptyBody": "请至少选择两个具有匹配行的数值列。",
146
- "chartLabel": "Correlation matrix"
146
+ "chartLabel": "相关性矩阵"
147
147
  },
148
148
  "parallelCoordinates": {
149
149
  "description": "将每条记录绘制为跨多个归一化数值轴的折线,按类别着色。",
150
150
  "emptyTitle": "没有可绘制的记录",
151
151
  "emptyBody": "没有符合筛选条件的行覆盖所选各轴。",
152
- "chartLabel": "Parallel coordinates"
152
+ "chartLabel": "平行坐标图"
153
153
  },
154
- "unexpectedShape": "Unexpected data shape.",
154
+ "unexpectedShape": "数据结构不符合预期。",
155
155
  "lineArea": {
156
- "chartLabel": "Line chart",
157
- "description": "A metric over time as a line with a soft area fill, with an optional dashed prior-period comparison."
156
+ "chartLabel": "折线图",
157
+ "description": "以折线呈现指标随时间的变化,并带柔和的面积填充,可选叠加上期对比虚线。"
158
158
  },
159
159
  "bar": {
160
- "chartLabel": "Bar chart",
161
- "description": "Categorical or time-bucketed values as vertical bars, with an optional highlight on the largest or current bar."
160
+ "chartLabel": "柱状图",
161
+ "description": "以垂直柱形呈现分类或按时间分桶的数值,可选高亮最大柱或当前柱。"
162
162
  },
163
163
  "donut": {
164
- "chartLabel": "Donut chart",
165
- "otherLabel": "Other",
166
- "description": "Category shares as donut slices with a legend and centre total, folding small slices into an Other bucket."
164
+ "chartLabel": "环形图",
165
+ "otherLabel": "其他",
166
+ "description": "以环形扇区呈现各类别占比,含图例和中心合计,并将细小扇区归入“其他”。"
167
167
  },
168
168
  "bullet": {
169
- "chartLabel": "Bullet chart",
170
- "description": "Progress toward a goal as a measure bar over qualitative bands, with a target tick per row.",
171
- "emptyTitle": "No goals to track",
172
- "emptyBody": "Add measures with targets to compare against."
169
+ "chartLabel": "子弹图",
170
+ "description": "在定性区间上以度量条呈现目标完成进度,每行带一个目标刻度。",
171
+ "emptyTitle": "暂无可跟踪的目标",
172
+ "emptyBody": "添加带目标值的度量即可进行对比。"
173
173
  },
174
174
  "rankingBars": {
175
- "chartLabel": "Ranking",
176
- "description": "A top-N ranking as horizontal bars — the leader at full strength, the rest dimmed — with values alongside.",
177
- "emptyTitle": "Nothing to rank",
178
- "emptyBody": "No records matched this breakdown yet."
175
+ "chartLabel": "排名",
176
+ "description": "以水平条形呈现前 N 名排名——第一名满色,其余淡化——并在旁显示数值。",
177
+ "emptyTitle": "暂无可排名的内容",
178
+ "emptyBody": "尚无记录符合此细分。"
179
179
  },
180
180
  "pareto": {
181
- "chartLabel": "Pareto chart",
182
- "description": "Sorted category bars under a cumulative-percent line, with an optional 80% cutline.",
183
- "emptyTitle": "No categories to chart",
184
- "emptyBody": "No grouped counts were returned for this range."
181
+ "chartLabel": "帕累托图",
182
+ "description": "排序后的类别柱形,上方为累计百分比折线,可选 80% 分界线。",
183
+ "emptyTitle": "暂无可绘制的类别",
184
+ "emptyBody": "此范围没有返回分组计数。"
185
185
  },
186
186
  "waterfall": {
187
- "chartLabel": "Waterfall chart",
188
- "description": "A floating-bar bridge from a start total through positive and negative steps to a net total.",
189
- "emptyTitle": "No movement to bridge",
190
- "emptyBody": "No start, change, or total steps were found."
187
+ "chartLabel": "瀑布图",
188
+ "description": "以浮动柱形从起始合计经正负增减过渡到净合计。",
189
+ "emptyTitle": "暂无可衔接的变动",
190
+ "emptyBody": "未找到起始、变动或合计步骤。"
191
191
  },
192
192
  "marimekko": {
193
- "chartLabel": "Marimekko chart",
194
- "description": "A two-level mix as variable-width stacked columns — width for the outer share, segments for the inner split.",
195
- "emptyTitle": "No mix to break down",
196
- "emptyBody": "No two-level breakdown was returned for this range."
193
+ "chartLabel": "马赛克图",
194
+ "description": "以宽度可变的堆叠柱呈现两级构成——宽度表示外层占比,分段表示内层拆分。",
195
+ "emptyTitle": "暂无可拆解的构成",
196
+ "emptyBody": "此范围没有返回两级细分。"
197
197
  },
198
198
  "stackedBar100": {
199
- "chartLabel": "100% stacked bar",
200
- "description": "One 100% bar split into proportional segments with a legend, comparing shares of a whole.",
201
- "emptyTitle": "No shares to split",
202
- "emptyBody": "No parts were returned for this breakdown."
199
+ "chartLabel": "100% 堆叠条形图",
200
+ "description": "一条 100% 的条形按比例拆分为若干分段并配图例,用于比较各部分在整体中的占比。",
201
+ "emptyTitle": "暂无可拆分的占比",
202
+ "emptyBody": "此细分没有返回任何组成部分。"
203
203
  },
204
204
  "slope": {
205
- "chartLabel": "Slope chart",
206
- "description": "Two periods joined by one line per record, coloured by whether the value rose or fell.",
207
- "emptyTitle": "No period shift to show",
208
- "emptyBody": "No before/after values were returned to compare."
205
+ "chartLabel": "斜率图",
206
+ "description": "每条记录用一条线连接两个时期,并按数值上升或下降着色。",
207
+ "emptyTitle": "暂无可显示的期间变化",
208
+ "emptyBody": "没有返回可供对比的前后数值。"
209
209
  },
210
210
  "multiline": {
211
- "chartLabel": "Multi-line chart",
212
- "description": "Several series as overlaid lines with end labels, comparing trends over the same time span.",
213
- "emptyTitle": "No series to plot",
214
- "emptyBody": "No time series matched the filters for this range."
211
+ "chartLabel": "多折线图",
212
+ "description": "多个系列叠加为折线并在末端标注,用于比较同一时间跨度内的趋势。",
213
+ "emptyTitle": "暂无可绘制的系列",
214
+ "emptyBody": "此范围没有符合筛选条件的时间序列。"
215
215
  },
216
216
  "stream": {
217
- "chartLabel": "Stream chart",
218
- "description": "Stacked bands flowing around a centre line, showing how a total's composition shifts over time.",
219
- "emptyTitle": "No flow to chart",
220
- "emptyBody": "No stacked series were returned for this range."
217
+ "chartLabel": "流图",
218
+ "description": "围绕中心线流动的堆叠色带,展示总量的构成如何随时间变化。",
219
+ "emptyTitle": "暂无可绘制的流量",
220
+ "emptyBody": "此范围没有返回堆叠系列。"
221
221
  },
222
222
  "forecast": {
223
- "chartLabel": "Forecast chart",
224
- "nowLabel": "Now",
225
- "forecastLabel": "Forecast",
226
- "actualLabel": "Actual",
227
- "description": "A history line extended by a dashed projection inside a widening confidence band, split at a now divider.",
228
- "emptyTitle": "No history to project",
229
- "emptyBody": "No past points were returned to forecast from."
223
+ "chartLabel": "预测图",
224
+ "nowLabel": "现在",
225
+ "forecastLabel": "预测",
226
+ "actualLabel": "实际",
227
+ "description": "历史折线由虚线预测延伸,置于逐渐变宽的置信区间内,并在“现在”处以分隔线断开。",
228
+ "emptyTitle": "暂无可用于预测的历史",
229
+ "emptyBody": "没有返回可供预测的历史数据点。"
230
230
  },
231
231
  "anomaly": {
232
- "chartLabel": "Anomaly chart",
233
- "description": "A value line over its expected range, flagging points that fall outside it with halo dots.",
234
- "emptyTitle": "No signal to scan",
235
- "emptyBody": "No points were returned to check for anomalies."
232
+ "chartLabel": "异常图",
233
+ "description": "数值折线叠加在预期区间上,超出区间的点以光晕圆点标出。",
234
+ "emptyTitle": "暂无可扫描的信号",
235
+ "emptyBody": "没有返回可供检测异常的数据点。"
236
236
  },
237
237
  "candlestick": {
238
- "chartLabel": "Candlestick chart",
239
- "livePillLabel": "Live",
240
- "description": "Open-high-low-close candles coloured by direction, with a dashed last-price line and an optional live pill.",
241
- "emptyTitle": "No candles to chart",
242
- "emptyBody": "No open-high-low-close rows matched this range."
238
+ "chartLabel": "K 线图",
239
+ "livePillLabel": "实时",
240
+ "description": "开高低收蜡烛按涨跌着色,附最新价虚线,可选实时标记。",
241
+ "emptyTitle": "暂无可绘制的 K 线",
242
+ "emptyBody": "此范围没有符合条件的开高低收数据行。"
243
243
  },
244
244
  "bump": {
245
- "chartLabel": "Bump chart",
246
- "description": "Rank-over-time lines showing how competitors trade places between periods.",
247
- "emptyTitle": "No ranks to trace",
248
- "emptyBody": "No period-over-period rankings were returned."
245
+ "chartLabel": "名次变化图",
246
+ "description": "排名随时间变化的折线,展示各方在不同时期如何互换位次。",
247
+ "emptyTitle": "暂无可追踪的排名",
248
+ "emptyBody": "没有返回逐期排名数据。"
249
249
  },
250
250
  "timelineLanes": {
251
- "chartLabel": "Timeline lanes",
252
- "laneLabel": "Events",
253
- "description": "Dated events as pills on horizontal swimlanes sharing one time axis.",
254
- "emptyTitle": "No events to place",
255
- "emptyBody": "No events matched the filters for this range."
251
+ "chartLabel": "时间线泳道",
252
+ "laneLabel": "事件",
253
+ "description": "带日期的事件以胶囊形式排布在共享同一时间轴的横向泳道上。",
254
+ "emptyTitle": "暂无可排布的事件",
255
+ "emptyBody": "此范围没有符合筛选条件的事件。"
256
256
  },
257
257
  "treemap": {
258
- "chartLabel": "Treemap",
259
- "otherLabel": "Other",
260
- "description": "A part-to-whole breakdown as squarified tiles sized by value, folding small slices into an Other tile.",
261
- "emptyTitle": "No slices to tile",
262
- "emptyBody": "No categories were returned for this breakdown."
258
+ "chartLabel": "矩形树图",
259
+ "otherLabel": "其他",
260
+ "description": "以按数值确定大小的方块呈现部分与整体的构成,并将细小分块归入“其他”方块。",
261
+ "emptyTitle": "暂无可平铺的分块",
262
+ "emptyBody": "此细分没有返回任何类别。"
263
263
  },
264
264
  "sunburst": {
265
- "chartLabel": "Sunburst",
266
- "description": "A two-level hierarchy as nested rings — parents inside, their children outside — with a parent legend.",
267
- "emptyTitle": "No rings to draw",
268
- "emptyBody": "No grouped categories were returned to nest."
265
+ "chartLabel": "旭日图",
266
+ "description": "以嵌套圆环呈现两级层次——父级在内、子级在外——并附父级图例。",
267
+ "emptyTitle": "暂无可绘制的圆环",
268
+ "emptyBody": "没有返回可嵌套的分组类别。"
269
269
  },
270
270
  "funnel": {
271
- "chartLabel": "Funnel",
272
- "description": "Ordered shrinking stages with per-step continuation rates and an overall-conversion footer.",
273
- "emptyTitle": "No stages to funnel",
274
- "emptyBody": "No step counts were returned for this range."
271
+ "chartLabel": "漏斗图",
272
+ "description": "依次收窄的有序阶段,含每步的继续率和总体转化率页脚。",
273
+ "emptyTitle": "暂无可呈现的阶段",
274
+ "emptyBody": "此范围没有返回各步骤的计数。"
275
275
  },
276
276
  "radialBar": {
277
- "chartLabel": "Radial bar",
278
- "description": "Up to four percentages as concentric progress rings with a dot legend.",
279
- "emptyTitle": "No rings to fill",
280
- "emptyBody": "No categories matched this breakdown yet."
277
+ "chartLabel": "径向条形图",
278
+ "description": "最多四个百分比以同心进度环呈现,并附圆点图例。",
279
+ "emptyTitle": "暂无可填充的圆环",
280
+ "emptyBody": "尚无类别符合此细分。"
281
281
  },
282
282
  "radar": {
283
- "chartLabel": "Radar",
284
- "description": "Several named axes on a polygon with one filled shape per series, against an optional target overlay.",
285
- "emptyTitle": "No axes to compare",
286
- "emptyBody": "No matrix of series and axes was returned."
283
+ "chartLabel": "雷达图",
284
+ "description": "多个命名坐标轴构成多边形,每个系列一个填充形状,可叠加目标参考。",
285
+ "emptyTitle": "暂无可对比的坐标轴",
286
+ "emptyBody": "没有返回系列与坐标轴的矩阵数据。"
287
287
  },
288
288
  "chord": {
289
- "chartLabel": "Chord",
290
- "description": "Pairwise flows as ribbons between nodes on a ring, with ribbon opacity weighted by volume.",
291
- "emptyTitle": "No flows to link",
292
- "emptyBody": "No connections between groups were returned."
289
+ "chartLabel": "弦图",
290
+ "description": "环上节点之间的两两流量以色带呈现,色带透明度按流量加权。",
291
+ "emptyTitle": "暂无可连接的流量",
292
+ "emptyBody": "没有返回分组之间的关联。"
293
293
  },
294
294
  "wordcloud": {
295
- "chartLabel": "Word cloud",
296
- "description": "Terms sized by frequency and flowed into rows, for a glanceable view of what dominates.",
297
- "emptyTitle": "No terms to cloud",
298
- "emptyBody": "No weighted terms matched the filters."
295
+ "chartLabel": "词云",
296
+ "description": "词条按出现频率确定字号并按行排布,一眼看清哪些内容占主导。",
297
+ "emptyTitle": "暂无可生成词云的词条",
298
+ "emptyBody": "没有符合筛选条件的加权词条。"
299
299
  },
300
300
  "cohortMatrix": {
301
- "chartLabel": "Cohort retention",
302
- "description": "Cohort rows against period columns, each cell shaded by retention or revenue."
301
+ "chartLabel": "同期群留存",
302
+ "description": "同期群为行、周期为列,每个单元格按留存率或收入着色。"
303
303
  },
304
304
  "heatmapCalendar": {
305
- "chartLabel": "Activity calendar",
306
- "legendLessLabel": "Less",
307
- "legendMoreLabel": "More",
308
- "description": "A year of daily activity as a week-by-day grid shaded by intensity."
305
+ "chartLabel": "活动日历",
306
+ "legendLessLabel": "较少",
307
+ "legendMoreLabel": "较多",
308
+ "description": "以周×日的网格呈现全年每日活动,按强度着色。"
309
309
  },
310
310
  "heatMonth": {
311
- "chartLabel": "Monthly activity",
312
- "description": "One calendar month as a day grid shaded by each day's value."
311
+ "chartLabel": "每月活动",
312
+ "description": "将一个自然月呈现为日期网格,按每天的数值着色。"
313
313
  },
314
314
  "choroplethGrid": {
315
- "chartLabel": "Regional breakdown",
316
- "legendLowLabel": "Low",
317
- "legendHighLabel": "High",
318
- "description": "Regional values as a tinted US tilegram or compact grid, with an optional top-N ranking list."
315
+ "chartLabel": "区域细分",
316
+ "legendLowLabel": "",
317
+ "legendHighLabel": "",
318
+ "description": "以着色的美国方块地图或紧凑网格呈现各区域数值,可选附前 N 名排行榜。"
319
319
  },
320
320
  "sankey": {
321
- "chartLabel": "Flow",
322
- "description": "Layered source-to-target flows as ribbons whose thickness encodes volume."
321
+ "chartLabel": "流向图",
322
+ "description": "分层的源到目标流向以色带呈现,色带粗细表示流量大小。"
323
323
  },
324
324
  "sparkline": {
325
- "description": "An inline micro-trend of recent values — no axes or labels — for KPI cards, table cells and list rows."
325
+ "description": "近期数值的内联迷你走势——无坐标轴与标签——适用于指标卡、表格单元格和列表行。"
326
326
  }
327
327
  },
328
328
  "feeds": {
@@ -330,32 +330,32 @@ export default {
330
330
  "description": "按时间倒序显示工作区中谁做了什么的动态信息流。",
331
331
  "emptyTitle": "暂无近期动态",
332
332
  "emptyBody": "工作区中的操作将显示在这里。",
333
- "viewAllLabel": "View all"
333
+ "viewAllLabel": "查看全部"
334
334
  },
335
335
  "notificationFeed": {
336
336
  "description": "带未读状态、筛选和内联操作的分组通知。",
337
337
  "emptyTitle": "暂无通知",
338
338
  "emptyBody": "新通知将显示在这里。",
339
- "allLabel": "All",
340
- "unreadLabel": "Unread",
341
- "mentionsLabel": "Mentions",
342
- "filterLabel": "Notification filter",
343
- "markAllReadLabel": "Mark all read",
344
- "todayLabel": "Today",
345
- "yesterdayLabel": "Yesterday",
346
- "earlierLabel": "Earlier",
347
- "dismissLabel": "Dismiss",
348
- "emptyUnreadTitle": "You're all caught up",
349
- "emptyMentionsTitle": "No mentions"
339
+ "allLabel": "全部",
340
+ "unreadLabel": "未读",
341
+ "mentionsLabel": "提及",
342
+ "filterLabel": "通知筛选",
343
+ "markAllReadLabel": "全部标为已读",
344
+ "todayLabel": "今天",
345
+ "yesterdayLabel": "昨天",
346
+ "earlierLabel": "更早",
347
+ "dismissLabel": "关闭",
348
+ "emptyUnreadTitle": "已全部读完",
349
+ "emptyMentionsTitle": "暂无提及"
350
350
  },
351
351
  "realtimeFeed": {
352
352
  "description": "实时事件流,新条目到达时会置于顶部。",
353
353
  "emptyTitle": "正在等待事件",
354
354
  "emptyBody": "实时事件将随发生实时显示。",
355
- "liveLabel": "Live",
356
- "pausedLabel": "Paused",
357
- "pauseLabel": "Pause",
358
- "resumeLabel": "Resume"
355
+ "liveLabel": "实时",
356
+ "pausedLabel": "已暂停",
357
+ "pauseLabel": "暂停",
358
+ "resumeLabel": "继续"
359
359
  },
360
360
  "timelineVertical": {
361
361
  "description": "事件、发布、故障或执行步骤的垂直时间线。",
@@ -385,9 +385,9 @@ export default {
385
385
  "description": "按月显示已排期事件的网格,含每日标签和月份导航。",
386
386
  "emptyTitle": "暂无排期",
387
387
  "emptyBody": "已排期的事件将显示在此日历中。",
388
- "previousLabel": "Previous month",
389
- "nextLabel": "Next month",
390
- "overflowLabel": "+{count} more"
388
+ "previousLabel": "上个月",
389
+ "nextLabel": "下个月",
390
+ "overflowLabel": "+{count} "
391
391
  },
392
392
  "dayAgenda": {
393
393
  "description": "所选日期的事件按时间排序的日程。",
@@ -399,25 +399,25 @@ export default {
399
399
  "description": "按资源和日期排列的班次网格,含每日覆盖情况和图例。",
400
400
  "emptyTitle": "暂无排班",
401
401
  "emptyBody": "已分配的班次将显示在此排班表中。",
402
- "resourceLabel": "Resource",
403
- "coverageLabel": "Coverage",
404
- "hoursLabel": "{hours}h"
402
+ "resourceLabel": "资源",
403
+ "coverageLabel": "覆盖情况",
404
+ "hoursLabel": "{hours} 小时"
405
405
  },
406
406
  "capacityBoard": {
407
407
  "description": "按成员显示利用率条,含项目细分和负载状态。",
408
408
  "emptyTitle": "暂无工作量数据",
409
409
  "emptyBody": "有分配后,成员的利用率将显示在此处。",
410
410
  "status": {
411
- "overloaded": "Overloaded",
412
- "balanced": "Balanced",
413
- "available": "Available"
411
+ "overloaded": "超负荷",
412
+ "balanced": "均衡",
413
+ "available": "有余量"
414
414
  },
415
- "utilizationLabel": "{name}: {util}%",
416
- "assignmentLabel": "{project} · {hours}h",
417
- "periodLabel": "h · {period}",
415
+ "utilizationLabel": "{name}{util}%",
416
+ "assignmentLabel": "{project} · {hours} 小时",
417
+ "periodLabel": "小时 · {period}",
418
418
  "period": {
419
- "week": "week",
420
- "month": "month"
419
+ "week": "",
420
+ "month": ""
421
421
  }
422
422
  },
423
423
  "calendarLegendFilter": {
@@ -459,26 +459,26 @@ export default {
459
459
  "description": "可选择的记录列表,用于驱动详情面板。",
460
460
  "emptyTitle": "暂无条目",
461
461
  "emptyBody": "条目存在后将显示在这里。",
462
- "allLabel": "All",
463
- "toggleLabel": "Toggle {title}",
464
- "progressLabel": "{title} progress"
462
+ "allLabel": "全部",
463
+ "toggleLabel": "切换{title}",
464
+ "progressLabel": "{title}进度"
465
465
  },
466
466
  "logTable": {
467
467
  "description": "带搜索、错误筛选和行操作的追加式事件日志。",
468
468
  "emptyTitle": "暂无日志条目",
469
469
  "emptyBody": "事件将随发生记录在这里。",
470
- "liveLabel": "Live",
471
- "placeholder": "Search logs…",
472
- "filterLabel": "Log filter",
473
- "allLabel": "All",
474
- "errorsLabel": "Errors",
475
- "noMatchesLabel": "No matching entries",
476
- "todayLabel": "Today",
477
- "yesterdayLabel": "Yesterday",
470
+ "liveLabel": "实时",
471
+ "placeholder": "搜索日志…",
472
+ "filterLabel": "日志筛选",
473
+ "allLabel": "全部",
474
+ "errorsLabel": "错误",
475
+ "noMatchesLabel": "没有匹配的条目",
476
+ "todayLabel": "今天",
477
+ "yesterdayLabel": "昨天",
478
478
  "action": {
479
- "retry": "retry",
480
- "download": "download",
481
- "inspect": "inspect"
479
+ "retry": "重试",
480
+ "download": "下载",
481
+ "inspect": "查看"
482
482
  }
483
483
  },
484
484
  "cardGallery": {
@@ -490,22 +490,22 @@ export default {
490
490
  "description": "带汇总列、可展开明细和合计的分组行。",
491
491
  "emptyTitle": "暂无汇总数据",
492
492
  "emptyBody": "有数据后分组合计将显示在这里。",
493
- "groupLabel": "Group",
494
- "totalsLabel": "Total"
493
+ "groupLabel": "分组",
494
+ "totalsLabel": "合计"
495
495
  },
496
496
  "schemaTree": {
497
497
  "description": "带类型和键徽章的架构、表和列浏览器。",
498
498
  "emptyTitle": "尚未读取架构",
499
499
  "emptyBody": "连接数据库即可在此浏览其架构。",
500
- "treeLabel": "Schema",
501
- "viewLabel": "view"
500
+ "treeLabel": "架构",
501
+ "viewLabel": "视图"
502
502
  },
503
503
  "toggleMatrix": {
504
504
  "description": "用于角色、策略或渠道的布尔开关交互网格。",
505
505
  "emptyTitle": "尚未配置矩阵",
506
506
  "emptyBody": "配置后行和列将显示在这里。",
507
- "matrixLabel": "Permissions matrix",
508
- "rowHeaderLabel": "Permission"
507
+ "matrixLabel": "权限矩阵",
508
+ "rowHeaderLabel": "权限"
509
509
  },
510
510
  "sparklineTable": {
511
511
  "description": "指标行,包含迷你走势图、当前值和可区分好坏方向的变化标签。",
@@ -540,38 +540,38 @@ export default {
540
540
  "moreLabel": "还有 {n} 个"
541
541
  },
542
542
  "dataGrid": {
543
- "selectAllLabel": "Select all rows",
544
- "selectRowLabel": "Select row",
545
- "sortByLabel": "Sort by {column}",
546
- "description": "The canonical CRUD grid with sortable columns, row selection, and type-aware cells."
543
+ "selectAllLabel": "选择所有行",
544
+ "selectRowLabel": "选择此行",
545
+ "sortByLabel": "{column}排序",
546
+ "description": "标准的增删改查表格,含可排序列、行选择和类型感知单元格。"
547
547
  },
548
548
  "paginationFooter": {
549
- "emptyLabel": "0 rows",
550
- "ofLabel": "of",
551
- "pageSizeLabel": "Rows",
549
+ "emptyLabel": "0 ",
550
+ "ofLabel": "/",
551
+ "pageSizeLabel": "行数",
552
552
  "a11y": {
553
- "pageSize": "Rows per page"
553
+ "pageSize": "每页行数"
554
554
  },
555
- "prevLabel": "Previous page",
556
- "nextLabel": "Next page",
557
- "description": "A footer with the visible row range, prev/next paging, and a page-size select."
555
+ "prevLabel": "上一页",
556
+ "nextLabel": "下一页",
557
+ "description": "页脚,显示当前可见的行范围、上一页/下一页翻页和每页行数选择器。"
558
558
  },
559
559
  "bulkActionToolbar": {
560
- "selectedLabel": "selected",
561
- "clearLabel": "Clear selection",
562
- "toolbarLabel": "Bulk actions",
563
- "description": "A selection-aware toolbar showing the selected count and bulk actions."
560
+ "selectedLabel": "项已选",
561
+ "clearLabel": "清除所选",
562
+ "toolbarLabel": "批量操作",
563
+ "description": "感知选择状态的工具栏,显示已选数量和批量操作。"
564
564
  },
565
565
  "miniTable": {
566
- "viewAllLabel": "View all",
567
- "description": "A compact dashboard row list with mapped columns and a view-all link."
566
+ "viewAllLabel": "查看全部",
567
+ "description": "紧凑的仪表板行列表,含映射列和“查看全部”链接。"
568
568
  },
569
- "revealLabel": "Reveal value",
570
- "hideLabel": "Hide value",
571
- "trueLabel": "true",
572
- "falseLabel": "false",
569
+ "revealLabel": "显示值",
570
+ "hideLabel": "隐藏值",
571
+ "trueLabel": "",
572
+ "falseLabel": "",
573
573
  "detailKeyValue": {
574
- "description": "A record's fields as label/value rows with type-aware values."
574
+ "description": "将记录的字段呈现为标签/值行,值按类型渲染。"
575
575
  }
576
576
  },
577
577
  "boards": {
@@ -626,7 +626,7 @@ export default {
626
626
  "sendLabel": "发送",
627
627
  "attachLabel": "添加附件",
628
628
  "typingLabel": "正在输入…",
629
- "composerLabel": "Message"
629
+ "composerLabel": "消息"
630
630
  },
631
631
  "aiChatPanel": {
632
632
  "description": "用于询问数据库结构和数据的助手面板。",
@@ -638,8 +638,8 @@ export default {
638
638
  "configureTitle": "尚未配置 AI 提供方",
639
639
  "configureBody": "添加 Anthropic 或 OpenAI 密钥,或将 Adminium 指向你自己的接口地址,即可询问数据库结构。",
640
640
  "configureCtaLabel": "配置提供方",
641
- "assistantLabel": "Assistant",
642
- "composerLabel": "Ask a question"
641
+ "assistantLabel": "助手",
642
+ "composerLabel": "提出问题"
643
643
  },
644
644
  "typingIndicator": {
645
645
  "description": "头像加斜体“正在输入…”行,绑定到每个会话的实时布尔值。",
@@ -677,7 +677,7 @@ export default {
677
677
  "emptyBody": "包含区域代码和数值的行会在这里显示为着色方块。",
678
678
  "legendLowLabel": "低",
679
679
  "legendHighLabel": "高",
680
- "chartLabel": "Regional breakdown"
680
+ "chartLabel": "区域细分"
681
681
  }
682
682
  },
683
683
  "domain": {
@@ -706,8 +706,8 @@ export default {
706
706
  "billedToLabel": "开票给",
707
707
  "issuedLabel": "开具日期",
708
708
  "dueLabel": "到期日",
709
- "noDocumentTitle": "No document yet",
710
- "noDocumentBody": "Pick a starter template or add a block to begin."
709
+ "noDocumentTitle": "尚无文档",
710
+ "noDocumentBody": "选择一个入门模板或添加区块即可开始。"
711
711
  },
712
712
  "blockTotalsSummary": {
713
713
  "description": "文档合计:小计、折扣、税费和应付总额,均根据明细行重新计算。",
@@ -736,13 +736,13 @@ export default {
736
736
  "description": "采用文档强调色的迷你柱状图,尺寸适配文档区块。",
737
737
  "emptyTitle": "暂无绘图数据",
738
738
  "emptyBody": "报告包含数据系列后,柱形将显示在此处。",
739
- "a11yLabel": "Bar chart"
739
+ "a11yLabel": "柱状图"
740
740
  },
741
741
  "blockLineChart": {
742
742
  "description": "迷你折线图,可选填充区域,尺寸适配文档区块。",
743
743
  "emptyTitle": "暂无绘图数据",
744
744
  "emptyBody": "报告包含数据系列后,折线将显示在此处。",
745
- "a11yLabel": "Line chart"
745
+ "a11yLabel": "折线图"
746
746
  },
747
747
  "blockTwoColTable": {
748
748
  "description": "两列表格,首行为样式化表头,右列使用等宽字体。",
@@ -801,7 +801,7 @@ export default {
801
801
  "namePlaceholder": "姓名",
802
802
  "titlePlaceholder": "职务",
803
803
  "dateLabel": "日期",
804
- "nameInputLabel": "Signature name"
804
+ "nameInputLabel": "签名姓名"
805
805
  },
806
806
  "blockTermsCheckbox": {
807
807
  "description": "条款勾选框,标签可编辑。",
@@ -847,158 +847,158 @@ export default {
847
847
  "description": "预设模板网格,附带生成的缩略图;选中后即可创建完整文档。",
848
848
  "emptyTitle": "暂无模板",
849
849
  "emptyBody": "请在配置中定义模板,或绑定模板表。",
850
- "blankLabel": "Blank",
850
+ "blankLabel": "空白",
851
851
  "kicker": {
852
- "invoice": "Invoice",
853
- "report": "Report",
854
- "email": "Email"
852
+ "invoice": "发票",
853
+ "report": "报告",
854
+ "email": "邮件"
855
855
  }
856
856
  },
857
857
  "sloMonitorCard": {
858
858
  "description": "按服务显示的 SLA 卡片,包含状态、相对目标的可用率、每日在线状态条、错误预算和 p95 延迟。",
859
859
  "emptyTitle": "暂无监控",
860
860
  "emptyBody": "请绑定含状态列和可用率列的监控表。",
861
- "targetLabel": "Target",
862
- "budgetLabel": "Error budget",
863
- "latencyLabel": "p95 latency",
861
+ "targetLabel": "目标",
862
+ "budgetLabel": "错误预算",
863
+ "latencyLabel": "p95 延迟",
864
864
  "status": {
865
- "operational": "Operational",
866
- "degraded": "Degraded",
867
- "down": "Down",
868
- "unknown": "Unknown"
865
+ "operational": "正常",
866
+ "degraded": "降级",
867
+ "down": "中断",
868
+ "unknown": "未知"
869
869
  }
870
870
  },
871
871
  "uptimeSegmentBar": {
872
872
  "description": "状态页风格的每日状态条,按当日状态着色,可在 30 天和 90 天之间切换。",
873
873
  "emptyTitle": "暂无在线记录",
874
874
  "emptyBody": "每日状态数据将在此显示为在线状态条。",
875
- "daysAgoLabel": "{days} days ago",
876
- "todayLabel": "Today",
877
- "uptimeLabel": "uptime",
878
- "period30Label": "30d",
879
- "period90Label": "90d",
875
+ "daysAgoLabel": "{days} 天前",
876
+ "todayLabel": "今天",
877
+ "uptimeLabel": "在线率",
878
+ "period30Label": "30 天",
879
+ "period90Label": "90 天",
880
880
  "status": {
881
- "operational": "Operational",
882
- "degraded": "Degraded",
883
- "down": "Down",
884
- "unknown": "No data"
881
+ "operational": "正常",
882
+ "degraded": "降级",
883
+ "down": "中断",
884
+ "unknown": "暂无数据"
885
885
  }
886
886
  },
887
887
  "experimentVariantCompare": {
888
888
  "description": "按变体显示的转化条,含相对对照组的提升幅度和显著性指示器。",
889
889
  "emptyTitle": "暂无变体",
890
890
  "emptyBody": "请绑定含转化数据的实验变体表。",
891
- "controlLabel": "CONTROL",
892
- "winnerLabel": "WINNER",
893
- "significanceLabel": "Confidence",
894
- "verdictSignificantLabel": "Statistically significant — safe to call.",
895
- "verdictInconclusiveLabel": "Not yet significant — keep the test running.",
896
- "countsLabel": "{users} participants · {conversions} conversions"
891
+ "controlLabel": "对照组",
892
+ "winnerLabel": "胜出",
893
+ "significanceLabel": "置信度",
894
+ "verdictSignificantLabel": "统计显著——可以下结论。",
895
+ "verdictInconclusiveLabel": "尚未显著——请继续运行实验。",
896
+ "countsLabel": "{users} 名参与者 · {conversions} 次转化"
897
897
  },
898
898
  "creditCardTile": {
899
899
  "description": "已保存的支付方式,以品牌卡片形式显示掩码卡号、持卡人和有效期。",
900
900
  "emptyTitle": "暂无支付方式",
901
901
  "emptyBody": "添加银行卡后即可在此查看。",
902
- "defaultLabel": "Default",
903
- "setDefaultLabel": "Set default",
904
- "manageLabel": "Manage",
905
- "addLabel": "Add payment method",
906
- "expiresLabel": "Expires"
902
+ "defaultLabel": "默认",
903
+ "setDefaultLabel": "设为默认",
904
+ "manageLabel": "管理",
905
+ "addLabel": "添加支付方式",
906
+ "expiresLabel": "有效期至"
907
907
  },
908
908
  "planPricingCards": {
909
909
  "description": "套餐档位,含按月/按年切换、功能清单和重点推荐套餐。",
910
910
  "emptyTitle": "暂无套餐",
911
911
  "emptyBody": "请绑定含名称和月度价格的套餐表。",
912
- "monthlyLabel": "Monthly",
913
- "annualLabel": "Annual",
914
- "popularLabel": "POPULAR",
915
- "perMonthLabel": "/ month",
916
- "billedAnnuallyLabel": "Billed {total} yearly",
917
- "currentLabel": "Current plan",
918
- "ctaLabel": "Choose plan"
912
+ "monthlyLabel": "按月",
913
+ "annualLabel": "按年",
914
+ "popularLabel": "热门",
915
+ "perMonthLabel": "/月",
916
+ "billedAnnuallyLabel": "按年计费 {total}",
917
+ "currentLabel": "当前套餐",
918
+ "ctaLabel": "选择套餐"
919
919
  },
920
920
  "apiKeysPanel": {
921
921
  "description": "API 密钥列表,含环境标记、掩码值、权限范围、最近使用时间,以及复制、轮换和吊销操作。",
922
922
  "emptyTitle": "暂无 API 密钥",
923
923
  "emptyBody": "创建密钥后即可开始调用 API。",
924
- "revealedTitle": "Key created",
925
- "revealedBody": "Copy it now — it is never shown again.",
926
- "copyLabel": "Copy",
927
- "copiedLabel": "Copied",
928
- "revealLabel": "Reveal key",
929
- "hideLabel": "Hide key",
930
- "rollLabel": "Roll key",
931
- "revokeLabel": "Revoke key",
932
- "neverUsedLabel": "Never used",
933
- "lastUsedLabel": "Last used {since}"
924
+ "revealedTitle": "密钥已创建",
925
+ "revealedBody": "请立即复制——它不会再次显示。",
926
+ "copyLabel": "复制",
927
+ "copiedLabel": "已复制",
928
+ "revealLabel": "显示密钥",
929
+ "hideLabel": "隐藏密钥",
930
+ "rollLabel": "轮换密钥",
931
+ "revokeLabel": "吊销密钥",
932
+ "neverUsedLabel": "从未使用",
933
+ "lastUsedLabel": "上次使用 {since}"
934
934
  },
935
935
  "apiPlayground": {
936
936
  "description": "请求编辑器,含参数和响应面板。仅用于构造请求,绝不会真正发送。",
937
937
  "emptyTitle": "未选择接口",
938
938
  "emptyBody": "请选择一个接口以构造针对它的请求。",
939
- "sendLabel": "Send",
940
- "requestLabel": "Request",
941
- "responseLabel": "Response",
942
- "paramsLabel": "Parameters",
943
- "responsePlaceholder": "Send the request to see the response."
939
+ "sendLabel": "发送",
940
+ "requestLabel": "请求",
941
+ "responseLabel": "响应",
942
+ "paramsLabel": "参数",
943
+ "responsePlaceholder": "发送请求即可查看响应。"
944
944
  },
945
945
  "codeSnippetBlock": {
946
946
  "description": "可复制的代码片段,含语言标记和可选的分语言标签页。",
947
947
  "emptyTitle": "暂无代码片段",
948
948
  "emptyBody": "请绑定代码列,或在配置中设置静态代码片段。",
949
- "copyLabel": "Copy",
950
- "copiedLabel": "Copied"
949
+ "copyLabel": "复制",
950
+ "copiedLabel": "已复制"
951
951
  },
952
952
  "webhookEndpointsList": {
953
953
  "description": "Webhook 接口列表,含事件、目标网址、最近触发时间和启用开关。",
954
954
  "emptyTitle": "暂无接口",
955
955
  "emptyBody": "添加 Webhook 接口以接收数据表事件。",
956
- "neverFiredLabel": "Never fired",
957
- "lastFiredLabel": "Last fired {since}"
956
+ "neverFiredLabel": "从未触发",
957
+ "lastFiredLabel": "上次触发 {since}"
958
958
  },
959
959
  "resourceApiCard": {
960
960
  "description": "数据表生成的 API 接口:行数、安全标记、方法标签和请求量。",
961
961
  "emptyTitle": "暂无资源",
962
962
  "emptyBody": "请绑定数据表以显示其生成的 API 接口。",
963
963
  "rlsLabel": "RLS",
964
- "publicLabel": "Public",
965
- "rowsLabel": "rows",
966
- "perDayLabel": "{count}/day"
964
+ "publicLabel": "公开",
965
+ "rowsLabel": "",
966
+ "perDayLabel": "{count}/天"
967
967
  },
968
968
  "liveTimer": {
969
969
  "description": "任务用的启停秒表;停止后会自动记录一条工时。",
970
970
  "emptyTitle": "暂无计时器",
971
971
  "emptyBody": "请绑定含任务和时长列的工时记录行。",
972
- "startLabel": "Start",
973
- "stopLabel": "Stop",
974
- "taskPlaceholder": "Untitled task"
972
+ "startLabel": "开始",
973
+ "stopLabel": "停止",
974
+ "taskPlaceholder": "未命名任务"
975
975
  },
976
976
  "syncStatusCard": {
977
977
  "description": "连接标识、延迟、已同步行数和同步计划,并提供立即同步操作。",
978
978
  "emptyTitle": "暂无连接",
979
979
  "emptyBody": "请绑定连接行以显示其同步状态。",
980
- "connectedLabel": "Connected",
981
- "disconnectedLabel": "Disconnected",
982
- "rowsSyncedLabel": "Rows synced",
983
- "tablesLabel": "Tables",
984
- "lastSyncLabel": "Last sync",
985
- "nextSyncLabel": "Next sync",
986
- "syncingLabel": "Syncing…",
987
- "syncActionLabel": "Sync now"
980
+ "connectedLabel": "已连接",
981
+ "disconnectedLabel": "未连接",
982
+ "rowsSyncedLabel": "已同步行数",
983
+ "tablesLabel": "数据表",
984
+ "lastSyncLabel": "上次同步",
985
+ "nextSyncLabel": "下次同步",
986
+ "syncingLabel": "正在同步…",
987
+ "syncActionLabel": "立即同步"
988
988
  },
989
989
  "ipAllowlistCard": {
990
990
  "description": "需要在防火墙中放行的固定出口 IP 地址,每项均带复制按钮。",
991
991
  "emptyTitle": "暂无出口 IP",
992
992
  "emptyBody": "连接开通后,出口地址将在此显示。",
993
- "copyLabel": "Copy",
994
- "copiedLabel": "Copied"
993
+ "copyLabel": "复制",
994
+ "copiedLabel": "已复制"
995
995
  },
996
996
  "onboardingChecklist": {
997
997
  "description": "配置步骤,含预计用时和操作按钮,上方为实时重算的进度环和进度条。",
998
998
  "emptyTitle": "暂无待办事项",
999
999
  "emptyBody": "请在配置中添加引导步骤,或绑定步骤表。",
1000
- "progressLabel": "{done} of {total} done",
1001
- "celebrateTitle": "All done"
1000
+ "progressLabel": "已完成 {done} / {total}",
1001
+ "celebrateTitle": "全部完成"
1002
1002
  },
1003
1003
  "testimonialCard": {
1004
1004
  "description": "客户评价,含头像和署名。",
@@ -1042,7 +1042,7 @@ export default {
1042
1042
  "description": "带标题的图片位灵感板网格,适用于含图片 URL 的表。",
1043
1043
  "emptyTitle": "暂无图片",
1044
1044
  "emptyBody": "参考图片将显示在此板上。",
1045
- "placeholder": "Drop reference"
1045
+ "placeholder": "拖放参考图片"
1046
1046
  },
1047
1047
  "linkList": {
1048
1048
  "description": "带标题和网址的参考链接,在新标签页中打开。",
@@ -1083,16 +1083,16 @@ export default {
1083
1083
  "successTitle": "记录已创建",
1084
1084
  "successBody": "记录已保存。",
1085
1085
  "required": "此字段为必填项。",
1086
- "titleLabel": "Create record",
1087
- "closeLabel": "Close"
1086
+ "titleLabel": "创建记录",
1087
+ "closeLabel": "关闭"
1088
1088
  },
1089
1089
  "drawerForm": {
1090
1090
  "description": "用于字段较多记录的侧边抽屉创建或编辑表单。",
1091
1091
  "trigger": "新建",
1092
1092
  "submit": "保存",
1093
1093
  "cancel": "取消",
1094
- "titleLabel": "New record",
1095
- "closeLabel": "Close"
1094
+ "titleLabel": "新建记录",
1095
+ "closeLabel": "关闭"
1096
1096
  },
1097
1097
  "stepper": {
1098
1098
  "description": "显示多步流程进展的步骤指示器。",
@@ -1144,20 +1144,20 @@ export default {
1144
1144
  "valuePlaceholder": "值…",
1145
1145
  "emptyBody": "尚无条件——添加一个来定义此分群。",
1146
1146
  "op": {
1147
- "eq": "is",
1148
- "neq": "is not",
1149
- "gt": "is greater than",
1150
- "gte": "is at least",
1151
- "lt": "is less than",
1152
- "lte": "is at most",
1153
- "contains": "contains",
1154
- "not-contains": "does not contain",
1155
- "starts-with": "starts with",
1156
- "in": "is one of",
1157
- "before": "is before",
1158
- "after": "is after",
1159
- "is-null": "is empty",
1160
- "is-not-null": "is not empty"
1147
+ "eq": "等于",
1148
+ "neq": "不等于",
1149
+ "gt": "大于",
1150
+ "gte": "大于或等于",
1151
+ "lt": "小于",
1152
+ "lte": "小于或等于",
1153
+ "contains": "包含",
1154
+ "not-contains": "不包含",
1155
+ "starts-with": "开头为",
1156
+ "in": "属于其中之一",
1157
+ "before": "早于",
1158
+ "after": "晚于",
1159
+ "is-null": "为空",
1160
+ "is-not-null": "不为空"
1161
1161
  }
1162
1162
  },
1163
1163
  "flowBuilder": {
@@ -1224,17 +1224,17 @@ export default {
1224
1224
  "questionPlaceholder": "输入题目…",
1225
1225
  "emptyTitle": "尚无题目",
1226
1226
  "emptyBody": "选择一种题型,开始搭建您的问卷。",
1227
- "questionLabel": "Question",
1228
- "dropdownPlaceholder": "Choose…",
1227
+ "questionLabel": "题目",
1228
+ "dropdownPlaceholder": "请选择…",
1229
1229
  "kind": {
1230
- "single-choice": "Single choice",
1231
- "multi-choice": "Multiple choice",
1232
- "dropdown": "Dropdown",
1233
- "short-text": "Short text",
1234
- "long-text": "Long text",
1235
- "rating": "Star rating",
1230
+ "single-choice": "单选",
1231
+ "multi-choice": "多选",
1232
+ "dropdown": "下拉选择",
1233
+ "short-text": "短文本",
1234
+ "long-text": "长文本",
1235
+ "rating": "星级评分",
1236
1236
  "nps": "NPS 0–10",
1237
- "date": "Date"
1237
+ "date": "日期"
1238
1238
  }
1239
1239
  },
1240
1240
  "inlineEditableField": {
@@ -1243,7 +1243,7 @@ export default {
1243
1243
  "save": "保存",
1244
1244
  "cancel": "取消",
1245
1245
  "empty": "空",
1246
- "valueLabel": "Value"
1246
+ "valueLabel": ""
1247
1247
  },
1248
1248
  "passwordStrengthMeter": {
1249
1249
  "description": "显示密码强度的四段式指示器。",
@@ -1268,7 +1268,7 @@ export default {
1268
1268
  "navigate": "导航",
1269
1269
  "select": "打开",
1270
1270
  "close": "关闭",
1271
- "emptyTitle": "No results for \"{query}\"",
1271
+ "emptyTitle": "{query}”没有结果",
1272
1272
  "emptyBody": "开始输入以搜索。",
1273
1273
  "groupActions": "操作",
1274
1274
  "groupNavigate": "导航",
@@ -1285,8 +1285,8 @@ export default {
1285
1285
  "summary": "“{query}”的 {count} 条结果",
1286
1286
  "emptyTitle": "无结果",
1287
1287
  "emptyBody": "请尝试其他搜索词。",
1288
- "searchLabel": "Search",
1289
- "facetRailLabel": "Filter by type"
1288
+ "searchLabel": "搜索",
1289
+ "facetRailLabel": "按类型筛选"
1290
1290
  },
1291
1291
  "breadcrumb": {
1292
1292
  "description": "当前记录或文件夹的层级路径。",
@@ -1306,22 +1306,22 @@ export default {
1306
1306
  "footerHint": "随时按 ?",
1307
1307
  "then": "然后",
1308
1308
  "emptyTitle": "未注册任何快捷键。",
1309
- "generalGroupLabel": "General",
1310
- "navigationGroupLabel": "Navigation",
1311
- "recordsGroupLabel": "Records",
1312
- "openCommandPaletteLabel": "Open command palette",
1313
- "searchLabel": "Search",
1314
- "showShortcutsLabel": "Show shortcuts",
1315
- "goToDashboardLabel": "Go to dashboard",
1316
- "goToOrdersLabel": "Go to orders",
1317
- "newRecordLabel": "New record",
1318
- "saveLabel": "Save",
1319
- "undoLabel": "Undo"
1309
+ "generalGroupLabel": "通用",
1310
+ "navigationGroupLabel": "导航",
1311
+ "recordsGroupLabel": "记录",
1312
+ "openCommandPaletteLabel": "打开命令面板",
1313
+ "searchLabel": "搜索",
1314
+ "showShortcutsLabel": "显示快捷键",
1315
+ "goToDashboardLabel": "前往仪表板",
1316
+ "goToOrdersLabel": "前往订单",
1317
+ "newRecordLabel": "新建记录",
1318
+ "saveLabel": "保存",
1319
+ "undoLabel": "撤销"
1320
1320
  },
1321
1321
  "avatarStack": {
1322
1322
  "description": "带“+N”溢出和可选在线状态的重叠头像。",
1323
1323
  "online": "{count} 人在线",
1324
- "a11yLabel": "People"
1324
+ "a11yLabel": "人员"
1325
1325
  }
1326
1326
  },
1327
1327
  "system": {
@@ -1396,10 +1396,10 @@ export default {
1396
1396
  "latency": "延迟"
1397
1397
  },
1398
1398
  "widgetMissing": {
1399
- "description": "The fallback card shown when a stored page references a widget that is not installed.",
1400
- "title": "Widget unavailable",
1401
- "bodyLead": "No widget is registered as",
1402
- "bodyTail": "It may belong to a newer version or an uninstalled extension."
1399
+ "description": "当已保存的页面引用了未安装的小组件时显示的回退卡片。",
1400
+ "title": "小组件不可用",
1401
+ "bodyLead": "没有小组件注册为",
1402
+ "bodyTail": "它可能属于更高版本,或来自某个未安装的扩展。"
1403
1403
  }
1404
1404
  }
1405
1405
  },
@@ -1413,350 +1413,350 @@ export default {
1413
1413
  "committed": "{title} 已放置在第 {col} 列,第 {row} 行。",
1414
1414
  "reverted": "{title} 已返回原始位置。"
1415
1415
  },
1416
- "draggableRole": "draggable widget"
1416
+ "draggableRole": "可拖动的小组件"
1417
1417
  },
1418
1418
  "templates": {
1419
1419
  "crud": {
1420
- "newRow": "New row",
1421
- "exportAction": "Export",
1422
- "searchPlaceholder": "Search {table}…",
1423
- "removeFilter": "Remove {column} filter",
1424
- "queryFailed": "Query failed",
1425
- "loadingRows": "Loading rows",
1426
- "noMatchesTitle": "No matching rows",
1420
+ "newRow": "新建行",
1421
+ "exportAction": "导出",
1422
+ "searchPlaceholder": "搜索 {table}…",
1423
+ "removeFilter": "移除 {column} 筛选",
1424
+ "queryFailed": "查询失败",
1425
+ "loadingRows": "正在加载行",
1426
+ "noMatchesTitle": "没有匹配的行",
1427
1427
  "emptyTitle": "{count, plural, other {No {entity}s yet}}",
1428
- "createTitle": "Add {entity}",
1429
- "createSubtitle": "Creates one row in {table}.",
1430
- "createSubmit": "Add {entity}",
1431
- "createSuccessTitle": "{name} added",
1432
- "createSuccessBody": "You can undo this from the toast.",
1433
- "editTitle": "Edit {entity}",
1434
- "saveSubmit": "Save changes",
1435
- "deleteTitle": "Delete {entity}",
1436
- "deletePreflight": "Checking references…",
1437
- "deleteNoReferences": "This row has no inbound references.",
1438
- "deleteConsequencesIntro": "Deleting this row also affects:",
1428
+ "createTitle": "添加 {entity}",
1429
+ "createSubtitle": "将在 {table} 中创建一行。",
1430
+ "createSubmit": "添加 {entity}",
1431
+ "createSuccessTitle": "已添加 {name}",
1432
+ "createSuccessBody": "您可以从该通知中撤销此操作。",
1433
+ "editTitle": "编辑 {entity}",
1434
+ "saveSubmit": "保存更改",
1435
+ "deleteTitle": "删除 {entity}",
1436
+ "deletePreflight": "正在检查引用…",
1437
+ "deleteNoReferences": "此行没有入站引用。",
1438
+ "deleteConsequencesIntro": "删除此行还会影响:",
1439
1439
  "referenceRows": "{count, plural, other {{n} rows}}",
1440
- "confirmPrompt": "Type {value} to confirm",
1440
+ "confirmPrompt": "输入 {value} 以确认",
1441
1441
  "bulkDeleteTitle": "{count, plural, other {Delete {n} rows}}",
1442
- "bulkDeleteBody": "Referential consequences apply to every selected row.",
1443
- "bulkDeleteConfirm": "Delete rows",
1444
- "uniqueHelper": "Must be unique in {table}.",
1442
+ "bulkDeleteBody": "引用带来的影响适用于所选的每一行。",
1443
+ "bulkDeleteConfirm": "删除这些行",
1444
+ "uniqueHelper": " {table} 中必须唯一。",
1445
1445
  "uniqueHelperCounted": "{count, plural, other {Checked against {n} rows.}}",
1446
1446
  "toast": {
1447
- "created": "{entity} created.",
1448
- "createFailed": "Create failed.",
1449
- "saved": "Changes saved.",
1450
- "updateFailed": "Update failed.",
1451
- "deleted": "{name} deleted.",
1452
- "deleteFailed": "Delete failed.",
1447
+ "created": "{entity} 已创建。",
1448
+ "createFailed": "创建失败。",
1449
+ "saved": "更改已保存。",
1450
+ "updateFailed": "更新失败。",
1451
+ "deleted": "{name} 已删除。",
1452
+ "deleteFailed": "删除失败。",
1453
1453
  "bulkDeleted": "{count, plural, other {{n} rows deleted.}}",
1454
- "bulkDeleteFailed": "Bulk delete failed.",
1455
- "undone": "Change undone.",
1456
- "undoFailed": "Undo failed."
1454
+ "bulkDeleteFailed": "批量删除失败。",
1455
+ "undone": "更改已撤销。",
1456
+ "undoFailed": "撤销失败。"
1457
1457
  },
1458
1458
  "detail": {
1459
- "fields": "Fields",
1460
- "inboundReferences": "inbound references",
1459
+ "fields": "字段",
1460
+ "inboundReferences": "入站引用",
1461
1461
  "relatedCount": "{count, plural, other {{n} related records in {table}}}",
1462
- "loadError": "Failed to load the record."
1462
+ "loadError": "无法加载该记录。"
1463
1463
  }
1464
1464
  },
1465
1465
  "queue": {
1466
- "allSegment": "All",
1466
+ "allSegment": "全部",
1467
1467
  "daysUnit": "{count, plural, other {{count} days}}",
1468
- "approvedToast": "{count} approved.",
1469
- "rejectedToast": "{count} rejected.",
1470
- "undoneToast": "Decision undone.",
1471
- "undoFailedToast": "Could not undo this decision.",
1472
- "failedToast": "Decision failed.",
1473
- "invalidConfig": "This queue’s stored configuration is invalid. Regenerate the page to restore it.",
1474
- "queueLabel": "Queue",
1475
- "statusFilterLabel": "Status filter",
1476
- "errorTitle": "This queue failed to load",
1477
- "loading": "Loading queue",
1478
- "emptyTitle": "Nothing in the queue",
1479
- "emptyBody": "New requests appear here as they arrive.",
1480
- "caughtUpTitle": "You're all caught up",
1481
- "caughtUpBody": "No requests in this tab right now.",
1482
- "selectItem": "Select {title}",
1483
- "selectPrompt": "Select a request",
1484
- "selectBody": "Choose an item to review its details.",
1485
- "rejectTitle": "Reject requests",
1486
- "rejectCount": "Selected · {count}",
1487
- "rejectPlaceholder": "Add a note for the requester…",
1488
- "rejectReasonLabel": "Rejection reason",
1489
- "rejectNote": "The requester will be notified with your note."
1468
+ "approvedToast": "已批准 {count} 项。",
1469
+ "rejectedToast": "已拒绝 {count} 项。",
1470
+ "undoneToast": "已撤销该决定。",
1471
+ "undoFailedToast": "无法撤销该决定。",
1472
+ "failedToast": "操作失败。",
1473
+ "invalidConfig": "此队列保存的配置无效。请重新生成页面以恢复。",
1474
+ "queueLabel": "队列",
1475
+ "statusFilterLabel": "状态筛选",
1476
+ "errorTitle": "无法加载此队列",
1477
+ "loading": "正在加载队列",
1478
+ "emptyTitle": "队列为空",
1479
+ "emptyBody": "新请求到达后将显示在这里。",
1480
+ "caughtUpTitle": "全部处理完毕",
1481
+ "caughtUpBody": "此标签页当前没有请求。",
1482
+ "selectItem": "选择 {title}",
1483
+ "selectPrompt": "选择一个请求",
1484
+ "selectBody": "选择一项以查看其详情。",
1485
+ "rejectTitle": "拒绝请求",
1486
+ "rejectCount": "已选 · {count}",
1487
+ "rejectPlaceholder": "为请求者添加备注…",
1488
+ "rejectReasonLabel": "拒绝原因",
1489
+ "rejectNote": "请求者将收到通知及您的备注。"
1490
1490
  },
1491
1491
  "dashboard": {
1492
- "invalidLayout": "This dashboard’s stored layout is invalid. Regenerate the page or reset its layout."
1492
+ "invalidLayout": "此仪表板保存的布局无效。请重新生成页面或重置其布局。"
1493
1493
  },
1494
1494
  "builder": {
1495
- "publish": "Publish",
1496
- "paletteTitle": "Blocks",
1497
- "inspectorTitle": "Inspector",
1498
- "startFromTemplate": "Start from a template",
1499
- "untitledDoc": "Untitled document",
1500
- "invalidConfig": "This builder page’s stored config is invalid. Regenerate the page or reset it.",
1495
+ "publish": "发布",
1496
+ "paletteTitle": "区块",
1497
+ "inspectorTitle": "检查器",
1498
+ "startFromTemplate": "从模板开始",
1499
+ "untitledDoc": "未命名文档",
1500
+ "invalidConfig": "此构建器页面保存的配置无效。请重新生成页面或将其重置。",
1501
1501
  "starterPicker": {
1502
- "subtitle": "Selection replaces the current draft."
1502
+ "subtitle": "选择模板会替换当前草稿。"
1503
1503
  },
1504
1504
  "inspector": {
1505
- "titleLabel": "Title",
1506
- "numberLabel": "Number",
1507
- "currencyLabel": "Currency",
1508
- "taxRateLabel": "Tax rate %",
1509
- "modulesLabel": "Modules"
1505
+ "titleLabel": "标题",
1506
+ "numberLabel": "编号",
1507
+ "currencyLabel": "币种",
1508
+ "taxRateLabel": "税率 %",
1509
+ "modulesLabel": "模块"
1510
1510
  },
1511
1511
  "summary": {
1512
- "questions": "Questions",
1513
- "estLength": "Est. length",
1514
- "estMinutes": "~{minutes} min",
1515
- "steps": "Steps",
1516
- "triggers": "Triggers",
1517
- "conditions": "Conditions",
1518
- "actions": "Actions",
1519
- "triggerLocked": "The trigger step can’t be removed."
1512
+ "questions": "题目",
1513
+ "estLength": "预计时长",
1514
+ "estMinutes": "{minutes} 分钟",
1515
+ "steps": "步骤",
1516
+ "triggers": "触发器",
1517
+ "conditions": "条件",
1518
+ "actions": "动作",
1519
+ "triggerLocked": "触发器步骤无法移除。"
1520
1520
  },
1521
1521
  "publishModal": {
1522
- "confirmTitle": "Publish survey?",
1523
- "confirmSubtitle": "Review before it goes live.",
1524
- "confirmCta": "Publish survey",
1525
- "publishedTitle": "Survey published",
1526
- "publishedSubtitle": "Your survey is live and collecting responses right now."
1522
+ "confirmTitle": "发布问卷?",
1523
+ "confirmSubtitle": "上线前请再检查一遍。",
1524
+ "confirmCta": "发布问卷",
1525
+ "publishedTitle": "问卷已发布",
1526
+ "publishedSubtitle": "您的问卷已上线,正在收集回答。"
1527
1527
  },
1528
1528
  "blocks": {
1529
- "block-totals-summary": "Totals summary",
1530
- "block-line-items": "Line items",
1531
- "block-kpi-row": "KPI row",
1532
- "block-bar-chart": "Bar chart",
1533
- "block-line-chart": "Line chart",
1534
- "block-two-col-table": "Two-column table",
1535
- "block-tax-breakdown": "Tax breakdown",
1536
- "block-multi-currency": "Multi-currency",
1537
- "block-payment-history": "Payment history",
1538
- "block-discount-codes": "Discount codes",
1539
- "block-loyalty-banner": "Loyalty points",
1540
- "block-recurring-banner": "Recurring",
1541
- "block-qr-pay": "Payment QR",
1542
- "block-delivery-stepper": "Delivery timeline",
1543
- "block-signature": "Signature",
1544
- "block-terms-checkbox": "Terms",
1545
- "block-approval": "Approval",
1546
- "block-attachments": "Attachments",
1547
- "block-late-fees": "Late fees",
1548
- "block-image-placeholder": "Image",
1549
- "block-contact": "Contact",
1550
- "block-highlight-box": "Highlight box"
1529
+ "block-totals-summary": "合计汇总",
1530
+ "block-line-items": "明细行",
1531
+ "block-kpi-row": "指标行",
1532
+ "block-bar-chart": "柱状图",
1533
+ "block-line-chart": "折线图",
1534
+ "block-two-col-table": "两列表格",
1535
+ "block-tax-breakdown": "税费明细",
1536
+ "block-multi-currency": "多币种",
1537
+ "block-payment-history": "付款记录",
1538
+ "block-discount-codes": "折扣码",
1539
+ "block-loyalty-banner": "会员积分",
1540
+ "block-recurring-banner": "周期性",
1541
+ "block-qr-pay": "支付二维码",
1542
+ "block-delivery-stepper": "配送时间线",
1543
+ "block-signature": "签名",
1544
+ "block-terms-checkbox": "条款",
1545
+ "block-approval": "审批",
1546
+ "block-attachments": "附件",
1547
+ "block-late-fees": "滞纳金",
1548
+ "block-image-placeholder": "图片",
1549
+ "block-contact": "联系人",
1550
+ "block-highlight-box": "重点提示框"
1551
1551
  },
1552
1552
  "starters": {
1553
1553
  "titles": {
1554
- "st-standard": "Standard invoice",
1555
- "st-recurring": "Recurring subscription",
1556
- "st-deposit": "Deposit request",
1557
- "st-credit-note": "Credit note",
1558
- "st-late-reminder": "Late-payment reminder",
1559
- "st-quote": "Quote / estimate",
1560
- "st-proforma": "Pro forma",
1561
- "st-receipt": "Payment receipt",
1562
- "st-retainer": "Retainer",
1563
- "st-usage": "Usage-based invoice",
1564
- "st-milestone": "Project milestone",
1565
- "st-donation": "Donation receipt (Tax ID)",
1566
- "st-monthly": "Monthly summary",
1567
- "st-quarterly": "Quarterly review",
1568
- "st-usage-report": "Usage breakdown",
1569
- "st-exec": "Executive one-pager",
1570
- "st-welcome": "Welcome email",
1571
- "st-receipt-email": "Invoice receipt",
1572
- "st-digest": "Weekly digest",
1573
- "st-dunning": "Payment reminder"
1554
+ "st-standard": "标准发票",
1555
+ "st-recurring": "周期性订阅",
1556
+ "st-deposit": "定金请求",
1557
+ "st-credit-note": "贷记单",
1558
+ "st-late-reminder": "逾期付款提醒",
1559
+ "st-quote": "报价 / 估价",
1560
+ "st-proforma": "形式发票",
1561
+ "st-receipt": "付款收据",
1562
+ "st-retainer": "预聘费",
1563
+ "st-usage": "按用量计费发票",
1564
+ "st-milestone": "项目里程碑",
1565
+ "st-donation": "捐赠收据(税号)",
1566
+ "st-monthly": "月度汇总",
1567
+ "st-quarterly": "季度回顾",
1568
+ "st-usage-report": "用量明细",
1569
+ "st-exec": "管理层一页纸",
1570
+ "st-welcome": "欢迎邮件",
1571
+ "st-receipt-email": "发票收据",
1572
+ "st-digest": "每周摘要",
1573
+ "st-dunning": "付款提醒"
1574
1574
  },
1575
1575
  "categories": {
1576
- "billing": "Billing",
1577
- "sales": "Sales",
1578
- "nonProfit": "Non-profit",
1579
- "reports": "Reports",
1580
- "lifecycle": "Lifecycle",
1581
- "transactional": "Transactional",
1582
- "marketing": "Marketing"
1576
+ "billing": "计费",
1577
+ "sales": "销售",
1578
+ "nonProfit": "非营利",
1579
+ "reports": "报告",
1580
+ "lifecycle": "生命周期",
1581
+ "transactional": "事务性",
1582
+ "marketing": "营销"
1583
1583
  }
1584
1584
  }
1585
1585
  },
1586
1586
  "common": {
1587
- "clearFilters": "Clear filters",
1588
- "noMatchesBody": "Try a different search or remove a filter.",
1589
- "detailLabel": "Detail",
1590
- "loadingRecord": "Loading record"
1587
+ "clearFilters": "清除筛选",
1588
+ "noMatchesBody": "试试其他搜索词或移除筛选。",
1589
+ "detailLabel": "详情",
1590
+ "loadingRecord": "正在加载记录"
1591
1591
  },
1592
1592
  "directory": {
1593
- "invalidConfig": "This directory’s stored configuration is invalid. Regenerate the page to restore it.",
1594
- "searchPlaceholder": "Search people…",
1593
+ "invalidConfig": "此通讯录保存的配置无效。请重新生成页面以恢复。",
1594
+ "searchPlaceholder": "搜索人员…",
1595
1595
  "memberCount": "{count, plural, other {{n} people}}",
1596
- "errorTitle": "This directory failed to load",
1597
- "loading": "Loading people",
1598
- "emptyTitle": "No people yet",
1599
- "emptyBody": "People appear here as rows land in the table.",
1600
- "noMatchesTitle": "No matching people",
1601
- "detailTitle": "Person"
1596
+ "errorTitle": "无法加载此通讯录",
1597
+ "loading": "正在加载人员",
1598
+ "emptyTitle": "还没有人员",
1599
+ "emptyBody": "表中有数据后,人员将显示在这里。",
1600
+ "noMatchesTitle": "没有匹配的人员",
1601
+ "detailTitle": "人员"
1602
1602
  },
1603
1603
  "masterDetail": {
1604
- "invalidConfig": "This page’s stored configuration is invalid. Regenerate the page to restore it.",
1605
- "railTitle": "Records",
1606
- "errorTitle": "This list failed to load",
1607
- "loading": "Loading records",
1608
- "emptyBody": "Records appear here as rows land in the table.",
1609
- "noMatchesTitle": "No matching records",
1610
- "noMatchesBody": "Try removing a filter.",
1611
- "selectPrompt": "Select a record",
1612
- "selectBody": "Choose an item from the list to see its details."
1604
+ "invalidConfig": "此页面保存的配置无效。请重新生成页面以恢复。",
1605
+ "railTitle": "记录",
1606
+ "errorTitle": "无法加载此列表",
1607
+ "loading": "正在加载记录",
1608
+ "emptyBody": "表中有数据后,记录将显示在这里。",
1609
+ "noMatchesTitle": "没有匹配的记录",
1610
+ "noMatchesBody": "试试移除筛选。",
1611
+ "selectPrompt": "选择一条记录",
1612
+ "selectBody": "从列表中选择一项以查看其详情。"
1613
1613
  },
1614
1614
  "chat": {
1615
- "invalidLayout": "This chat page’s stored layout is invalid. Regenerate the page or reset its layout.",
1616
- "noInboxTitle": "No inbox on this page",
1617
- "noInboxBody": "Regenerate the page.",
1618
- "conversationsFailed": "The conversation query failed",
1619
- "messagesFailed": "The messages query failed",
1620
- "loadingConversations": "Loading conversations",
1621
- "loadingMessages": "Loading messages",
1622
- "selectTitle": "Select a conversation",
1623
- "selectBody": "Pick a conversation from the inbox to read its messages."
1615
+ "invalidLayout": "此聊天页面保存的布局无效。请重新生成页面或重置其布局。",
1616
+ "noInboxTitle": "此页面没有收件箱",
1617
+ "noInboxBody": "请重新生成页面。",
1618
+ "conversationsFailed": "会话查询失败",
1619
+ "messagesFailed": "消息查询失败",
1620
+ "loadingConversations": "正在加载会话",
1621
+ "loadingMessages": "正在加载消息",
1622
+ "selectTitle": "选择一个会话",
1623
+ "selectBody": "从收件箱中选择一个会话以阅读其消息。"
1624
1624
  },
1625
1625
  "files": {
1626
- "allFiles": "All files",
1627
- "recent": "Recent",
1628
- "starred": "Starred",
1629
- "invalidLayout": "This files page’s stored layout is invalid. Regenerate the page or reset its layout.",
1630
- "missingSlotTitle": "No file browser on this page",
1631
- "missingSlotBody": "The stored layout has no browser slot. Regenerate the page.",
1632
- "loadFailed": "The file query failed",
1633
- "loading": "Loading files",
1634
- "uploadsUnavailable": "Uploads are not available on this page yet.",
1635
- "previewTitle": "File",
1636
- "kindLabel": "Kind",
1637
- "linkLabel": "Link"
1626
+ "allFiles": "全部文件",
1627
+ "recent": "最近",
1628
+ "starred": "已加星标",
1629
+ "invalidLayout": "此文件页面保存的布局无效。请重新生成页面或重置其布局。",
1630
+ "missingSlotTitle": "此页面没有文件浏览器",
1631
+ "missingSlotBody": "保存的布局中没有浏览器插槽。请重新生成页面。",
1632
+ "loadFailed": "文件查询失败",
1633
+ "loading": "正在加载文件",
1634
+ "uploadsUnavailable": "此页面暂不支持上传。",
1635
+ "previewTitle": "文件",
1636
+ "kindLabel": "类型",
1637
+ "linkLabel": "链接"
1638
1638
  },
1639
1639
  "logViewer": {
1640
- "invalidLayout": "This log page’s stored layout is invalid. Regenerate the page or reset its layout.",
1641
- "levelFilterLabel": "Log level filter",
1642
- "timeFilterLabel": "Time window filter",
1640
+ "invalidLayout": "此日志页面保存的布局无效。请重新生成页面或重置其布局。",
1641
+ "levelFilterLabel": "日志级别筛选",
1642
+ "timeFilterLabel": "时间范围筛选",
1643
1643
  "window": {
1644
- "1h": "1h",
1645
- "24h": "24h",
1646
- "7d": "7d"
1644
+ "1h": "1 小时",
1645
+ "24h": "24 小时",
1646
+ "7d": "7 天"
1647
1647
  },
1648
1648
  "heldCount": "+{count}",
1649
- "missingSlotTitle": "No log widget on this page",
1650
- "missingSlotBody": "The stored layout has no log slot. Regenerate the page.",
1651
- "loadFailed": "The log query failed",
1652
- "loading": "Loading log entries",
1653
- "traceTitle": "Trace",
1654
- "latestTitle": "Latest activity",
1655
- "backToLatest": "Back to latest",
1656
- "eventFallback": "Event"
1649
+ "missingSlotTitle": "此页面没有日志小组件",
1650
+ "missingSlotBody": "保存的布局中没有日志插槽。请重新生成页面。",
1651
+ "loadFailed": "日志查询失败",
1652
+ "loading": "正在加载日志条目",
1653
+ "traceTitle": "调用链",
1654
+ "latestTitle": "最新动态",
1655
+ "backToLatest": "返回最新",
1656
+ "eventFallback": "事件"
1657
1657
  },
1658
1658
  "calendar": {
1659
1659
  "eventCount": "{count, plural, other {{n} events}}",
1660
- "composePlaceholder": "Event title…",
1661
- "addEvent": "Add event",
1662
- "dateRange": "Date range",
1663
- "agendaTitle": "Agenda",
1664
- "categoriesTitle": "Categories",
1665
- "upcomingTitle": "Upcoming",
1666
- "invalidLayout": "This calendar’s stored layout is invalid. Regenerate the page or reset its layout."
1660
+ "composePlaceholder": "事件标题…",
1661
+ "addEvent": "添加事件",
1662
+ "dateRange": "日期范围",
1663
+ "agendaTitle": "日程",
1664
+ "categoriesTitle": "类别",
1665
+ "upcomingTitle": "即将到来",
1666
+ "invalidLayout": "此日历保存的布局无效。请重新生成页面或重置其布局。"
1667
1667
  },
1668
1668
  "scheduler": {
1669
- "previousWeek": "Previous week",
1670
- "nextWeek": "Next week",
1671
- "week": "Week",
1672
- "month": "Month",
1673
- "invalidLayout": "This schedule’s stored layout is invalid. Regenerate the page or reset its layout.",
1669
+ "previousWeek": "上一周",
1670
+ "nextWeek": "下一周",
1671
+ "week": "",
1672
+ "month": "",
1673
+ "invalidLayout": "此排班表保存的布局无效。请重新生成页面或重置其布局。",
1674
1674
  "shiftCount": "{count, plural, other {{n} shifts}}",
1675
- "addShift": "Add shift"
1675
+ "addShift": "添加班次"
1676
1676
  },
1677
1677
  "settings": {
1678
- "title": "Notification settings",
1679
- "subtitle": "Choose what you're notified about and how",
1680
- "matrixLabel": "Notify me about",
1681
- "rowHeader": "Event",
1682
- "saved": "Saved",
1683
- "unavailableTag": "Not available yet",
1684
- "loading": "Loading preferences",
1685
- "errorTitle": "These settings failed to load",
1686
- "emptyTitle": "Nothing to configure yet",
1687
- "emptyBody": "Notification events appear here as producers ship."
1678
+ "title": "通知设置",
1679
+ "subtitle": "选择通知内容与方式",
1680
+ "matrixLabel": "通知我",
1681
+ "rowHeader": "事件",
1682
+ "saved": "已保存",
1683
+ "unavailableTag": "暂不可用",
1684
+ "loading": "正在加载偏好设置",
1685
+ "errorTitle": "无法加载这些设置",
1686
+ "emptyTitle": "暂无可配置项",
1687
+ "emptyBody": "随着功能上线,通知事件将显示在这里。"
1688
1688
  },
1689
1689
  "pageCrud": {
1690
- "description": "The canonical table page: searchable data grid, create/edit forms, safe deletes with reference checks, and undoable changes."
1690
+ "description": "标准的数据表页面:可搜索的数据网格、创建/编辑表单、带引用检查的安全删除,以及可撤销的更改。"
1691
1691
  },
1692
1692
  "pageDashboard": {
1693
- "description": "A widget dashboard over your data: KPI cards, charts, and lists on an editable grid."
1693
+ "description": "基于您数据的小组件仪表板:可编辑网格上的指标卡、图表和列表。"
1694
1694
  },
1695
1695
  "pageBoard": {
1696
- "description": "A kanban board grouped by a status field — drag cards between columns to update records."
1696
+ "description": "按状态字段分组的看板——在列之间拖动卡片即可更新记录。"
1697
1697
  },
1698
1698
  "pageCalendar": {
1699
- "description": "A month calendar with agenda, category filters, and quick event capture from a date field."
1699
+ "description": "月视图日历,含日程、类别筛选,并可从日期字段快速录入事件。"
1700
1700
  },
1701
1701
  "pageScheduler": {
1702
- "description": "A week-by-resource shift matrix with capacity tracking and coverage totals."
1702
+ "description": "按周与资源排列的班次矩阵,含容量跟踪和覆盖合计。"
1703
1703
  },
1704
1704
  "pageDirectory": {
1705
- "description": "A people directory with search, group filters, and a profile drawer."
1705
+ "description": "人员通讯录,含搜索、分组筛选和资料抽屉。"
1706
1706
  },
1707
1707
  "pageMasterDetail": {
1708
- "description": "A list-beside-detail layout: pick a record on the left, work with it on the right."
1708
+ "description": "列表与详情并排的布局:在左侧选择记录,在右侧进行处理。"
1709
1709
  },
1710
1710
  "pageQueueInbox": {
1711
- "description": "A review queue with approve/reject decisions, bulk actions, and undo."
1711
+ "description": "审核队列,支持批准/拒绝决定、批量操作和撤销。"
1712
1712
  },
1713
1713
  "pageLogViewer": {
1714
- "description": "A live-tailing log table with level and time filters and a trace side panel."
1714
+ "description": "实时滚动的日志表格,含级别与时间筛选以及调用链侧栏。"
1715
1715
  },
1716
1716
  "pageFiles": {
1717
- "description": "A file browser with smart folders, uploads, and a preview drawer."
1717
+ "description": "文件浏览器,含智能文件夹、上传和预览抽屉。"
1718
1718
  },
1719
1719
  "pageChat": {
1720
- "description": "A conversation inbox beside a message thread, bound to your messages tables."
1720
+ "description": "会话收件箱与消息会话串并排,绑定到您的消息数据表。"
1721
1721
  },
1722
1722
  "pageBuilder": {
1723
- "description": "A drag-and-drop document builder with block palette, inspector, and publish flow."
1723
+ "description": "拖放式文档构建器,含区块面板、检查器和发布流程。"
1724
1724
  },
1725
1725
  "pageWizard": {
1726
- "description": "A multi-step guided flow that walks users through a structured process."
1726
+ "description": "多步骤引导流程,带领用户完成结构化的操作。"
1727
1727
  },
1728
1728
  "pageSettings": {
1729
- "description": "A notification-preferences matrix with per-channel toggles and autosave."
1729
+ "description": "通知偏好矩阵,含按渠道的开关和自动保存。"
1730
1730
  }
1731
1731
  },
1732
1732
  "frame": {
1733
- "noResult": "No result for widget",
1734
- "emptyTitle": "No data for range",
1735
- "loadError": "Something went wrong loading this widget.",
1736
- "renderError": "This widget failed to render.",
1737
- "refreshing": "Refreshing",
1738
- "infoLabel": "Widget info",
1739
- "menuLabel": "Widget menu"
1733
+ "noResult": "此小组件没有结果",
1734
+ "emptyTitle": "此范围内没有数据",
1735
+ "loadError": "加载此小组件时出错。",
1736
+ "renderError": "此小组件渲染失败。",
1737
+ "refreshing": "正在刷新",
1738
+ "infoLabel": "小组件信息",
1739
+ "menuLabel": "小组件菜单"
1740
1740
  },
1741
1741
  "charts": {
1742
- "livePillLabel": "Live",
1742
+ "livePillLabel": "实时",
1743
1743
  "forecast": {
1744
- "nowLabel": "Now",
1745
- "forecastLabel": "Forecast",
1746
- "actualLabel": "Actual"
1744
+ "nowLabel": "现在",
1745
+ "forecastLabel": "预测",
1746
+ "actualLabel": "实际"
1747
1747
  },
1748
- "otherLabel": "Other",
1748
+ "otherLabel": "其他",
1749
1749
  "heat": {
1750
- "lessLabel": "Less",
1751
- "moreLabel": "More"
1750
+ "lessLabel": "",
1751
+ "moreLabel": ""
1752
1752
  },
1753
1753
  "choropleth": {
1754
- "lowLabel": "Low",
1755
- "highLabel": "High"
1754
+ "lowLabel": "",
1755
+ "highLabel": ""
1756
1756
  },
1757
1757
  "funnel": {
1758
- "stepConversion": "{pct}% continue",
1759
- "overallConversion": "{pct}% overall"
1758
+ "stepConversion": "{pct}% 继续",
1759
+ "overallConversion": "总体 {pct}%"
1760
1760
  }
1761
1761
  }
1762
1762
  };