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