@adminiumjs/i18n 0.1.2 → 0.2.2-rc.0

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