@adminiumjs/i18n 0.1.0 → 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
|
@@ -26,6 +26,7 @@ declare const _default: {
|
|
|
26
26
|
readonly hidePassword: "隱藏密碼";
|
|
27
27
|
readonly reveal: "顯示";
|
|
28
28
|
readonly hide: "隱藏";
|
|
29
|
+
readonly clearSearch: "Clear search";
|
|
29
30
|
};
|
|
30
31
|
readonly state: {
|
|
31
32
|
readonly loading: "載入中…";
|
|
@@ -68,6 +69,8 @@ declare const _default: {
|
|
|
68
69
|
};
|
|
69
70
|
readonly usageMeter: {
|
|
70
71
|
readonly description: "配額用量與上限的對比;超過所設門檻後,進度列會依序轉為橘色和紅色。";
|
|
72
|
+
readonly usageLabel: "Usage";
|
|
73
|
+
readonly ofLabel: "of";
|
|
71
74
|
};
|
|
72
75
|
readonly statTileCompact: {
|
|
73
76
|
readonly description: "纖薄的指標磚,含微型標籤、趨勢標記與 6 條走勢圖——適合 4 至 6 個一列的密集版面。";
|
|
@@ -84,12 +87,16 @@ declare const _default: {
|
|
|
84
87
|
};
|
|
85
88
|
readonly gaugeArc: {
|
|
86
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.";
|
|
87
92
|
};
|
|
88
93
|
readonly periodComparison: {
|
|
89
94
|
readonly description: "本期與上期以兩條進度列對比,下方列出計算出的差額。";
|
|
90
95
|
readonly higherLabel: "較高";
|
|
91
96
|
readonly lowerLabel: "較低";
|
|
92
97
|
readonly flatLabel: "持平";
|
|
98
|
+
readonly periodALabel: "This period";
|
|
99
|
+
readonly periodBLabel: "Last period";
|
|
93
100
|
};
|
|
94
101
|
readonly microKpiSubtitle: {
|
|
95
102
|
readonly description: "由範本產生的單行頁首統計,隨即時狀態重新計算。";
|
|
@@ -106,36 +113,216 @@ declare const _default: {
|
|
|
106
113
|
readonly description: "依類別彙總數值欄位分佈的盒鬚圖——最小值、四分位數、中位數與最大值。";
|
|
107
114
|
readonly emptyTitle: "沒有可繪製的分佈";
|
|
108
115
|
readonly emptyBody: "沒有符合篩選條件的資料列可用於盒鬚圖。";
|
|
116
|
+
readonly chartLabel: "Box plot";
|
|
109
117
|
};
|
|
110
118
|
readonly violin: {
|
|
111
119
|
readonly description: "鏡像密度曲線,比較數值欄位在各群組之間的分佈。";
|
|
112
120
|
readonly emptyTitle: "沒有可繪製的分佈";
|
|
113
121
|
readonly emptyBody: "沒有符合篩選條件的資料列可用於密度曲線。";
|
|
122
|
+
readonly chartLabel: "Violin plot";
|
|
114
123
|
};
|
|
115
124
|
readonly ridgeline: {
|
|
116
125
|
readonly description: "重疊的密度山脊圖,比較數值欄位在有序群組間的分佈。";
|
|
117
126
|
readonly emptyTitle: "沒有可繪製的山脊";
|
|
118
127
|
readonly emptyBody: "沒有符合篩選條件的資料列可用於密度曲線。";
|
|
128
|
+
readonly chartLabel: "Ridgeline";
|
|
119
129
|
};
|
|
120
130
|
readonly scatterBubble: {
|
|
121
131
|
readonly description: "將兩個數值欄位繪製為散佈點,可選氣泡大小與趨勢線。";
|
|
122
132
|
readonly emptyTitle: "沒有可繪製的散佈點";
|
|
123
133
|
readonly emptyBody: "沒有符合篩選條件的資料列符合所選欄位。";
|
|
134
|
+
readonly chartLabel: "Scatter plot";
|
|
124
135
|
};
|
|
125
136
|
readonly hexbin: {
|
|
126
137
|
readonly description: "兩個數值欄位的六邊形密度圖,依每格落入的資料列數著色。";
|
|
127
138
|
readonly emptyTitle: "沒有可繪製的密度";
|
|
128
139
|
readonly emptyBody: "沒有符合篩選條件的資料列可供分箱。";
|
|
140
|
+
readonly chartLabel: "Density hexbin";
|
|
129
141
|
};
|
|
130
142
|
readonly correlationMatrix: {
|
|
131
143
|
readonly description: "所選數值欄位之間的皮爾森相關性,從強正相關到強負相關。";
|
|
132
144
|
readonly emptyTitle: "沒有可計算的相關性";
|
|
133
145
|
readonly emptyBody: "請至少選擇兩個具有相符資料列的數值欄位。";
|
|
146
|
+
readonly chartLabel: "Correlation matrix";
|
|
134
147
|
};
|
|
135
148
|
readonly parallelCoordinates: {
|
|
136
149
|
readonly description: "將每筆記錄繪製為跨多個正規化數值軸的折線,依類別著色。";
|
|
137
150
|
readonly emptyTitle: "沒有可繪製的記錄";
|
|
138
151
|
readonly emptyBody: "沒有符合篩選條件的資料列涵蓋所選各軸。";
|
|
152
|
+
readonly chartLabel: "Parallel coordinates";
|
|
153
|
+
};
|
|
154
|
+
readonly unexpectedShape: "Unexpected data shape.";
|
|
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.";
|
|
158
|
+
};
|
|
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.";
|
|
162
|
+
};
|
|
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.";
|
|
167
|
+
};
|
|
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.";
|
|
173
|
+
};
|
|
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.";
|
|
179
|
+
};
|
|
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.";
|
|
185
|
+
};
|
|
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.";
|
|
191
|
+
};
|
|
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.";
|
|
197
|
+
};
|
|
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.";
|
|
203
|
+
};
|
|
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.";
|
|
209
|
+
};
|
|
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.";
|
|
215
|
+
};
|
|
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.";
|
|
221
|
+
};
|
|
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.";
|
|
230
|
+
};
|
|
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.";
|
|
236
|
+
};
|
|
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.";
|
|
243
|
+
};
|
|
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.";
|
|
249
|
+
};
|
|
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.";
|
|
256
|
+
};
|
|
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.";
|
|
263
|
+
};
|
|
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.";
|
|
269
|
+
};
|
|
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.";
|
|
275
|
+
};
|
|
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.";
|
|
281
|
+
};
|
|
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.";
|
|
287
|
+
};
|
|
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.";
|
|
293
|
+
};
|
|
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.";
|
|
299
|
+
};
|
|
300
|
+
readonly cohortMatrix: {
|
|
301
|
+
readonly chartLabel: "Cohort retention";
|
|
302
|
+
readonly description: "Cohort rows against period columns, each cell shaded by retention or revenue.";
|
|
303
|
+
};
|
|
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.";
|
|
309
|
+
};
|
|
310
|
+
readonly heatMonth: {
|
|
311
|
+
readonly chartLabel: "Monthly activity";
|
|
312
|
+
readonly description: "One calendar month as a day grid shaded by each day's value.";
|
|
313
|
+
};
|
|
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.";
|
|
319
|
+
};
|
|
320
|
+
readonly sankey: {
|
|
321
|
+
readonly chartLabel: "Flow";
|
|
322
|
+
readonly description: "Layered source-to-target flows as ribbons whose thickness encodes volume.";
|
|
323
|
+
};
|
|
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.";
|
|
139
326
|
};
|
|
140
327
|
};
|
|
141
328
|
readonly feeds: {
|
|
@@ -143,16 +330,32 @@ declare const _default: {
|
|
|
143
330
|
readonly description: "依時間倒序顯示工作區中誰做了什麼的動態資訊流。";
|
|
144
331
|
readonly emptyTitle: "尚無近期動態";
|
|
145
332
|
readonly emptyBody: "工作區中的操作將顯示在這裡。";
|
|
333
|
+
readonly viewAllLabel: "View all";
|
|
146
334
|
};
|
|
147
335
|
readonly notificationFeed: {
|
|
148
336
|
readonly description: "帶未讀狀態、篩選與內嵌操作的分組通知。";
|
|
149
337
|
readonly emptyTitle: "尚無通知";
|
|
150
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";
|
|
151
350
|
};
|
|
152
351
|
readonly realtimeFeed: {
|
|
153
352
|
readonly description: "即時事件串流,新項目抵達時會置於頂端。";
|
|
154
353
|
readonly emptyTitle: "正在等待事件";
|
|
155
354
|
readonly emptyBody: "即時事件將隨發生即時顯示。";
|
|
355
|
+
readonly liveLabel: "Live";
|
|
356
|
+
readonly pausedLabel: "Paused";
|
|
357
|
+
readonly pauseLabel: "Pause";
|
|
358
|
+
readonly resumeLabel: "Resume";
|
|
156
359
|
};
|
|
157
360
|
readonly timelineVertical: {
|
|
158
361
|
readonly description: "事件、發佈、事故或執行步驟的垂直時間軸。";
|
|
@@ -182,21 +385,40 @@ declare const _default: {
|
|
|
182
385
|
readonly description: "按月顯示已排程事件的格線,含每日標籤與月份導覽。";
|
|
183
386
|
readonly emptyTitle: "尚無排程";
|
|
184
387
|
readonly emptyBody: "已排程的事件將顯示在此行事曆中。";
|
|
388
|
+
readonly previousLabel: "Previous month";
|
|
389
|
+
readonly nextLabel: "Next month";
|
|
390
|
+
readonly overflowLabel: "+{count} more";
|
|
185
391
|
};
|
|
186
392
|
readonly dayAgenda: {
|
|
187
393
|
readonly description: "所選日期的事件依時間排序的議程。";
|
|
188
394
|
readonly emptyTitle: "尚無排程";
|
|
189
395
|
readonly emptyBody: "所選日期的事件將顯示在此處。";
|
|
396
|
+
readonly countLabel: "{count, plural, other {{n} events}}";
|
|
190
397
|
};
|
|
191
398
|
readonly scheduleMatrix: {
|
|
192
399
|
readonly description: "依資源與日期排列的班次格線,含每日涵蓋情形與圖例。";
|
|
193
400
|
readonly emptyTitle: "尚無排班";
|
|
194
401
|
readonly emptyBody: "已指派的班次將顯示在此排班表中。";
|
|
402
|
+
readonly resourceLabel: "Resource";
|
|
403
|
+
readonly coverageLabel: "Coverage";
|
|
404
|
+
readonly hoursLabel: "{hours}h";
|
|
195
405
|
};
|
|
196
406
|
readonly capacityBoard: {
|
|
197
407
|
readonly description: "依成員顯示使用率長條,含專案細分與負載狀態。";
|
|
198
408
|
readonly emptyTitle: "尚無工作量資料";
|
|
199
409
|
readonly emptyBody: "有指派後,成員的使用率將顯示在此處。";
|
|
410
|
+
readonly status: {
|
|
411
|
+
readonly overloaded: "Overloaded";
|
|
412
|
+
readonly balanced: "Balanced";
|
|
413
|
+
readonly available: "Available";
|
|
414
|
+
};
|
|
415
|
+
readonly utilizationLabel: "{name}: {util}%";
|
|
416
|
+
readonly assignmentLabel: "{project} · {hours}h";
|
|
417
|
+
readonly periodLabel: "h · {period}";
|
|
418
|
+
readonly period: {
|
|
419
|
+
readonly week: "week";
|
|
420
|
+
readonly month: "month";
|
|
421
|
+
};
|
|
200
422
|
};
|
|
201
423
|
readonly calendarLegendFilter: {
|
|
202
424
|
readonly description: "附計數的事件類別;切換即可篩選旁邊的行事曆。";
|
|
@@ -237,11 +459,27 @@ declare const _default: {
|
|
|
237
459
|
readonly description: "可選取的記錄清單,用於驅動詳細資料窗格。";
|
|
238
460
|
readonly emptyTitle: "尚無項目";
|
|
239
461
|
readonly emptyBody: "項目存在後將顯示在這裡。";
|
|
462
|
+
readonly allLabel: "All";
|
|
463
|
+
readonly toggleLabel: "Toggle {title}";
|
|
464
|
+
readonly progressLabel: "{title} progress";
|
|
240
465
|
};
|
|
241
466
|
readonly logTable: {
|
|
242
467
|
readonly description: "帶搜尋、錯誤篩選與列操作的附加式事件記錄。";
|
|
243
468
|
readonly emptyTitle: "尚無記錄項目";
|
|
244
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";
|
|
478
|
+
readonly action: {
|
|
479
|
+
readonly retry: "retry";
|
|
480
|
+
readonly download: "download";
|
|
481
|
+
readonly inspect: "inspect";
|
|
482
|
+
};
|
|
245
483
|
};
|
|
246
484
|
readonly cardGallery: {
|
|
247
485
|
readonly description: "帶狀態與快捷操作的自適應實體卡片庫。";
|
|
@@ -252,16 +490,22 @@ declare const _default: {
|
|
|
252
490
|
readonly description: "帶彙總欄、可展開明細與合計的分組列。";
|
|
253
491
|
readonly emptyTitle: "尚無彙總資料";
|
|
254
492
|
readonly emptyBody: "有資料後分組合計將顯示在這裡。";
|
|
493
|
+
readonly groupLabel: "Group";
|
|
494
|
+
readonly totalsLabel: "Total";
|
|
255
495
|
};
|
|
256
496
|
readonly schemaTree: {
|
|
257
497
|
readonly description: "帶型別與索引鍵標章的結構描述、資料表與欄位瀏覽器。";
|
|
258
498
|
readonly emptyTitle: "尚未讀取結構描述";
|
|
259
499
|
readonly emptyBody: "連接資料庫即可在此瀏覽其結構描述。";
|
|
500
|
+
readonly treeLabel: "Schema";
|
|
501
|
+
readonly viewLabel: "view";
|
|
260
502
|
};
|
|
261
503
|
readonly toggleMatrix: {
|
|
262
504
|
readonly description: "用於角色、原則或管道的布林開關互動格線。";
|
|
263
505
|
readonly emptyTitle: "尚未設定矩陣";
|
|
264
506
|
readonly emptyBody: "設定後列與欄將顯示在這裡。";
|
|
507
|
+
readonly matrixLabel: "Permissions matrix";
|
|
508
|
+
readonly rowHeaderLabel: "Permission";
|
|
265
509
|
};
|
|
266
510
|
readonly sparklineTable: {
|
|
267
511
|
readonly description: "指標列,包含迷你走勢圖、目前數值以及可分辨好壞方向的變化標籤。";
|
|
@@ -295,6 +539,40 @@ declare const _default: {
|
|
|
295
539
|
readonly emptyBody: "找到資料表與變數後,會以標籤形式顯示在這裡。";
|
|
296
540
|
readonly moreLabel: "還有 {n} 個";
|
|
297
541
|
};
|
|
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.";
|
|
547
|
+
};
|
|
548
|
+
readonly paginationFooter: {
|
|
549
|
+
readonly emptyLabel: "0 rows";
|
|
550
|
+
readonly ofLabel: "of";
|
|
551
|
+
readonly pageSizeLabel: "Rows";
|
|
552
|
+
readonly a11y: {
|
|
553
|
+
readonly pageSize: "Rows per page";
|
|
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.";
|
|
558
|
+
};
|
|
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.";
|
|
564
|
+
};
|
|
565
|
+
readonly miniTable: {
|
|
566
|
+
readonly viewAllLabel: "View all";
|
|
567
|
+
readonly description: "A compact dashboard row list with mapped columns and a view-all link.";
|
|
568
|
+
};
|
|
569
|
+
readonly revealLabel: "Reveal value";
|
|
570
|
+
readonly hideLabel: "Hide value";
|
|
571
|
+
readonly trueLabel: "true";
|
|
572
|
+
readonly falseLabel: "false";
|
|
573
|
+
readonly detailKeyValue: {
|
|
574
|
+
readonly description: "A record's fields as label/value rows with type-aware values.";
|
|
575
|
+
};
|
|
298
576
|
};
|
|
299
577
|
readonly boards: {
|
|
300
578
|
readonly kanbanBoard: {
|
|
@@ -348,6 +626,7 @@ declare const _default: {
|
|
|
348
626
|
readonly sendLabel: "傳送";
|
|
349
627
|
readonly attachLabel: "新增附件";
|
|
350
628
|
readonly typingLabel: "正在輸入…";
|
|
629
|
+
readonly composerLabel: "Message";
|
|
351
630
|
};
|
|
352
631
|
readonly aiChatPanel: {
|
|
353
632
|
readonly description: "用於詢問資料庫結構與資料的助理面板。";
|
|
@@ -359,6 +638,8 @@ declare const _default: {
|
|
|
359
638
|
readonly configureTitle: "尚未設定 AI 供應商";
|
|
360
639
|
readonly configureBody: "新增 Anthropic 或 OpenAI 金鑰,或將 Adminium 指向你自己的端點,即可詢問資料庫結構。";
|
|
361
640
|
readonly configureCtaLabel: "設定供應商";
|
|
641
|
+
readonly assistantLabel: "Assistant";
|
|
642
|
+
readonly composerLabel: "Ask a question";
|
|
362
643
|
};
|
|
363
644
|
readonly typingIndicator: {
|
|
364
645
|
readonly description: "頭像加斜體「輸入中…」列,繫結至每個對話的即時布林值。";
|
|
@@ -396,6 +677,7 @@ declare const _default: {
|
|
|
396
677
|
readonly emptyBody: "包含區域代碼與數值的列會在這裡顯示為著色方塊。";
|
|
397
678
|
readonly legendLowLabel: "低";
|
|
398
679
|
readonly legendHighLabel: "高";
|
|
680
|
+
readonly chartLabel: "Regional breakdown";
|
|
399
681
|
};
|
|
400
682
|
};
|
|
401
683
|
readonly domain: {
|
|
@@ -424,6 +706,8 @@ declare const _default: {
|
|
|
424
706
|
readonly billedToLabel: "帳單開立對象";
|
|
425
707
|
readonly issuedLabel: "開立日期";
|
|
426
708
|
readonly dueLabel: "到期日";
|
|
709
|
+
readonly noDocumentTitle: "No document yet";
|
|
710
|
+
readonly noDocumentBody: "Pick a starter template or add a block to begin.";
|
|
427
711
|
};
|
|
428
712
|
readonly blockTotalsSummary: {
|
|
429
713
|
readonly description: "文件總計:小計、折扣、稅金與應付總額,皆依明細列重新計算。";
|
|
@@ -452,11 +736,13 @@ declare const _default: {
|
|
|
452
736
|
readonly description: "採用文件強調色的迷你長條圖,尺寸適合文件區塊。";
|
|
453
737
|
readonly emptyTitle: "尚無繪圖資料";
|
|
454
738
|
readonly emptyBody: "報表包含資料數列後,長條將顯示於此。";
|
|
739
|
+
readonly a11yLabel: "Bar chart";
|
|
455
740
|
};
|
|
456
741
|
readonly blockLineChart: {
|
|
457
742
|
readonly description: "迷你折線圖,可選填滿區域,尺寸適合文件區塊。";
|
|
458
743
|
readonly emptyTitle: "尚無繪圖資料";
|
|
459
744
|
readonly emptyBody: "報表包含資料數列後,折線將顯示於此。";
|
|
745
|
+
readonly a11yLabel: "Line chart";
|
|
460
746
|
};
|
|
461
747
|
readonly blockTwoColTable: {
|
|
462
748
|
readonly description: "兩欄表格,首列為樣式化表頭,右欄使用等寬字型。";
|
|
@@ -515,6 +801,7 @@ declare const _default: {
|
|
|
515
801
|
readonly namePlaceholder: "姓名";
|
|
516
802
|
readonly titlePlaceholder: "職稱";
|
|
517
803
|
readonly dateLabel: "日期";
|
|
804
|
+
readonly nameInputLabel: "Signature name";
|
|
518
805
|
};
|
|
519
806
|
readonly blockTermsCheckbox: {
|
|
520
807
|
readonly description: "條款勾選方塊,標籤可編輯。";
|
|
@@ -560,76 +847,158 @@ declare const _default: {
|
|
|
560
847
|
readonly description: "預設範本格線,附有產生的縮圖;選取後即可建立完整文件。";
|
|
561
848
|
readonly emptyTitle: "尚無範本";
|
|
562
849
|
readonly emptyBody: "請在設定中定義範本,或繫結範本資料表。";
|
|
850
|
+
readonly blankLabel: "Blank";
|
|
851
|
+
readonly kicker: {
|
|
852
|
+
readonly invoice: "Invoice";
|
|
853
|
+
readonly report: "Report";
|
|
854
|
+
readonly email: "Email";
|
|
855
|
+
};
|
|
563
856
|
};
|
|
564
857
|
readonly sloMonitorCard: {
|
|
565
858
|
readonly description: "依服務顯示的 SLA 卡片,包含狀態、相對目標的可用率、每日運作狀態條、錯誤預算與 p95 延遲。";
|
|
566
859
|
readonly emptyTitle: "尚無監控";
|
|
567
860
|
readonly emptyBody: "請繫結含狀態欄與可用率欄的監控資料表。";
|
|
861
|
+
readonly targetLabel: "Target";
|
|
862
|
+
readonly budgetLabel: "Error budget";
|
|
863
|
+
readonly latencyLabel: "p95 latency";
|
|
864
|
+
readonly status: {
|
|
865
|
+
readonly operational: "Operational";
|
|
866
|
+
readonly degraded: "Degraded";
|
|
867
|
+
readonly down: "Down";
|
|
868
|
+
readonly unknown: "Unknown";
|
|
869
|
+
};
|
|
568
870
|
};
|
|
569
871
|
readonly uptimeSegmentBar: {
|
|
570
872
|
readonly description: "狀態頁風格的每日狀態條,依當日狀態上色,可於 30 天與 90 天之間切換。";
|
|
571
873
|
readonly emptyTitle: "尚無運作記錄";
|
|
572
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";
|
|
880
|
+
readonly status: {
|
|
881
|
+
readonly operational: "Operational";
|
|
882
|
+
readonly degraded: "Degraded";
|
|
883
|
+
readonly down: "Down";
|
|
884
|
+
readonly unknown: "No data";
|
|
885
|
+
};
|
|
573
886
|
};
|
|
574
887
|
readonly experimentVariantCompare: {
|
|
575
888
|
readonly description: "依變體顯示的轉換條,含相對對照組的提升幅度與顯著性指示器。";
|
|
576
889
|
readonly emptyTitle: "尚無變體";
|
|
577
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";
|
|
578
897
|
};
|
|
579
898
|
readonly creditCardTile: {
|
|
580
899
|
readonly description: "已儲存的付款方式,以品牌卡片形式顯示遮罩卡號、持卡人與有效期限。";
|
|
581
900
|
readonly emptyTitle: "尚無付款方式";
|
|
582
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";
|
|
583
907
|
};
|
|
584
908
|
readonly planPricingCards: {
|
|
585
909
|
readonly description: "方案級距,含按月/按年切換、功能清單與重點推薦方案。";
|
|
586
910
|
readonly emptyTitle: "尚無方案";
|
|
587
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";
|
|
588
919
|
};
|
|
589
920
|
readonly apiKeysPanel: {
|
|
590
921
|
readonly description: "API 金鑰清單,含環境標記、遮罩值、權限範圍、最近使用時間,以及複製、輪替與撤銷操作。";
|
|
591
922
|
readonly emptyTitle: "尚無 API 金鑰";
|
|
592
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}";
|
|
593
934
|
};
|
|
594
935
|
readonly apiPlayground: {
|
|
595
936
|
readonly description: "請求編輯器,含參數與回應面板。僅用於組合請求,絕不會真正送出。";
|
|
596
937
|
readonly emptyTitle: "未選取端點";
|
|
597
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.";
|
|
598
944
|
};
|
|
599
945
|
readonly codeSnippetBlock: {
|
|
600
946
|
readonly description: "可複製的程式碼片段,含語言標記與選用的分語言頁籤。";
|
|
601
947
|
readonly emptyTitle: "尚無程式碼片段";
|
|
602
948
|
readonly emptyBody: "請繫結程式碼欄,或在設定中指定靜態程式碼片段。";
|
|
949
|
+
readonly copyLabel: "Copy";
|
|
950
|
+
readonly copiedLabel: "Copied";
|
|
603
951
|
};
|
|
604
952
|
readonly webhookEndpointsList: {
|
|
605
953
|
readonly description: "Webhook 端點清單,含事件、目標網址、最近觸發時間與啟用開關。";
|
|
606
954
|
readonly emptyTitle: "尚無端點";
|
|
607
955
|
readonly emptyBody: "新增 Webhook 端點以接收資料表事件。";
|
|
956
|
+
readonly neverFiredLabel: "Never fired";
|
|
957
|
+
readonly lastFiredLabel: "Last fired {since}";
|
|
608
958
|
};
|
|
609
959
|
readonly resourceApiCard: {
|
|
610
960
|
readonly description: "資料表產生的 API 介面:資料列數、安全標記、方法標籤與請求量。";
|
|
611
961
|
readonly emptyTitle: "尚無資源";
|
|
612
962
|
readonly emptyBody: "請繫結資料表以顯示其產生的 API 介面。";
|
|
963
|
+
readonly rlsLabel: "RLS";
|
|
964
|
+
readonly publicLabel: "Public";
|
|
965
|
+
readonly rowsLabel: "rows";
|
|
966
|
+
readonly perDayLabel: "{count}/day";
|
|
613
967
|
};
|
|
614
968
|
readonly liveTimer: {
|
|
615
969
|
readonly description: "任務用的啟停碼錶;停止後會自動建立一筆工時記錄。";
|
|
616
970
|
readonly emptyTitle: "尚無計時器";
|
|
617
971
|
readonly emptyBody: "請繫結含任務與時長欄的工時記錄列。";
|
|
972
|
+
readonly startLabel: "Start";
|
|
973
|
+
readonly stopLabel: "Stop";
|
|
974
|
+
readonly taskPlaceholder: "Untitled task";
|
|
618
975
|
};
|
|
619
976
|
readonly syncStatusCard: {
|
|
620
977
|
readonly description: "連線識別、延遲、已同步資料列數與同步排程,並提供立即同步操作。";
|
|
621
978
|
readonly emptyTitle: "尚無連線";
|
|
622
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";
|
|
623
988
|
};
|
|
624
989
|
readonly ipAllowlistCard: {
|
|
625
990
|
readonly description: "需在防火牆中放行的固定輸出 IP 位址,每項皆附複製按鈕。";
|
|
626
991
|
readonly emptyTitle: "尚無輸出 IP";
|
|
627
992
|
readonly emptyBody: "連線佈建完成後,輸出位址將在此顯示。";
|
|
993
|
+
readonly copyLabel: "Copy";
|
|
994
|
+
readonly copiedLabel: "Copied";
|
|
628
995
|
};
|
|
629
996
|
readonly onboardingChecklist: {
|
|
630
997
|
readonly description: "設定步驟,含預估時間與操作按鈕,上方為即時重算的進度環與進度條。";
|
|
631
998
|
readonly emptyTitle: "尚無待辦事項";
|
|
632
999
|
readonly emptyBody: "請在設定中新增導覽步驟,或繫結步驟資料表。";
|
|
1000
|
+
readonly progressLabel: "{done} of {total} done";
|
|
1001
|
+
readonly celebrateTitle: "All done";
|
|
633
1002
|
};
|
|
634
1003
|
readonly testimonialCard: {
|
|
635
1004
|
readonly description: "客戶推薦,含頭像與署名。";
|
|
@@ -673,6 +1042,7 @@ declare const _default: {
|
|
|
673
1042
|
readonly description: "附說明文字的圖片格線靈感板,適用於含圖片 URL 的資料表。";
|
|
674
1043
|
readonly emptyTitle: "尚無圖片";
|
|
675
1044
|
readonly emptyBody: "參考圖片將顯示在此看板上。";
|
|
1045
|
+
readonly placeholder: "Drop reference";
|
|
676
1046
|
};
|
|
677
1047
|
readonly linkList: {
|
|
678
1048
|
readonly description: "附標題與網址的參考連結,於新分頁開啟。";
|
|
@@ -713,12 +1083,16 @@ declare const _default: {
|
|
|
713
1083
|
readonly successTitle: "記錄已建立";
|
|
714
1084
|
readonly successBody: "記錄已儲存。";
|
|
715
1085
|
readonly required: "此欄位為必填。";
|
|
1086
|
+
readonly titleLabel: "Create record";
|
|
1087
|
+
readonly closeLabel: "Close";
|
|
716
1088
|
};
|
|
717
1089
|
readonly drawerForm: {
|
|
718
1090
|
readonly description: "用於欄位較多記錄的側邊抽屜建立或編輯表單。";
|
|
719
1091
|
readonly trigger: "新增";
|
|
720
1092
|
readonly submit: "儲存";
|
|
721
1093
|
readonly cancel: "取消";
|
|
1094
|
+
readonly titleLabel: "New record";
|
|
1095
|
+
readonly closeLabel: "Close";
|
|
722
1096
|
};
|
|
723
1097
|
readonly stepper: {
|
|
724
1098
|
readonly description: "顯示多步驟流程進度的步驟指示器。";
|
|
@@ -769,6 +1143,22 @@ declare const _default: {
|
|
|
769
1143
|
readonly value: "值";
|
|
770
1144
|
readonly valuePlaceholder: "值…";
|
|
771
1145
|
readonly emptyBody: "尚無條件——新增一個以定義此分眾。";
|
|
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";
|
|
1161
|
+
};
|
|
772
1162
|
};
|
|
773
1163
|
readonly flowBuilder: {
|
|
774
1164
|
readonly description: "由觸發器、條件與動作步驟組成的直向工作流程畫布。";
|
|
@@ -834,6 +1224,18 @@ declare const _default: {
|
|
|
834
1224
|
readonly questionPlaceholder: "輸入題目…";
|
|
835
1225
|
readonly emptyTitle: "尚無題目";
|
|
836
1226
|
readonly emptyBody: "選擇一種題型,開始建立您的問卷。";
|
|
1227
|
+
readonly questionLabel: "Question";
|
|
1228
|
+
readonly dropdownPlaceholder: "Choose…";
|
|
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";
|
|
1236
|
+
readonly nps: "NPS 0–10";
|
|
1237
|
+
readonly date: "Date";
|
|
1238
|
+
};
|
|
837
1239
|
};
|
|
838
1240
|
readonly inlineEditableField: {
|
|
839
1241
|
readonly description: "文件或畫布中可點擊編輯的值。";
|
|
@@ -841,6 +1243,7 @@ declare const _default: {
|
|
|
841
1243
|
readonly save: "儲存";
|
|
842
1244
|
readonly cancel: "取消";
|
|
843
1245
|
readonly empty: "空白";
|
|
1246
|
+
readonly valueLabel: "Value";
|
|
844
1247
|
};
|
|
845
1248
|
readonly passwordStrengthMeter: {
|
|
846
1249
|
readonly description: "顯示密碼強度的四段式指示器。";
|
|
@@ -865,7 +1268,7 @@ declare const _default: {
|
|
|
865
1268
|
readonly navigate: "導覽";
|
|
866
1269
|
readonly select: "開啟";
|
|
867
1270
|
readonly close: "關閉";
|
|
868
|
-
readonly emptyTitle: "
|
|
1271
|
+
readonly emptyTitle: "No results for \"{query}\"";
|
|
869
1272
|
readonly emptyBody: "開始輸入以搜尋。";
|
|
870
1273
|
readonly groupActions: "動作";
|
|
871
1274
|
readonly groupNavigate: "導覽";
|
|
@@ -882,6 +1285,8 @@ declare const _default: {
|
|
|
882
1285
|
readonly summary: "「{query}」的 {count} 筆結果";
|
|
883
1286
|
readonly emptyTitle: "無結果";
|
|
884
1287
|
readonly emptyBody: "請嘗試其他搜尋字詞。";
|
|
1288
|
+
readonly searchLabel: "Search";
|
|
1289
|
+
readonly facetRailLabel: "Filter by type";
|
|
885
1290
|
};
|
|
886
1291
|
readonly breadcrumb: {
|
|
887
1292
|
readonly description: "目前記錄或資料夾的階層路徑。";
|
|
@@ -901,10 +1306,22 @@ declare const _default: {
|
|
|
901
1306
|
readonly footerHint: "隨時按 ?";
|
|
902
1307
|
readonly then: "接著";
|
|
903
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";
|
|
904
1320
|
};
|
|
905
1321
|
readonly avatarStack: {
|
|
906
1322
|
readonly description: "帶「+N」溢位與可選在線狀態的重疊頭像。";
|
|
907
1323
|
readonly online: "{count} 人在線";
|
|
1324
|
+
readonly a11yLabel: "People";
|
|
908
1325
|
};
|
|
909
1326
|
};
|
|
910
1327
|
readonly system: {
|
|
@@ -978,6 +1395,12 @@ declare const _default: {
|
|
|
978
1395
|
readonly auth: "驗證";
|
|
979
1396
|
readonly latency: "延遲";
|
|
980
1397
|
};
|
|
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.";
|
|
1403
|
+
};
|
|
981
1404
|
};
|
|
982
1405
|
};
|
|
983
1406
|
readonly grid: {
|
|
@@ -990,6 +1413,351 @@ declare const _default: {
|
|
|
990
1413
|
readonly committed: "{title} 已放置在第 {col} 欄,第 {row} 列。";
|
|
991
1414
|
readonly reverted: "{title} 已返回原始位置。";
|
|
992
1415
|
};
|
|
1416
|
+
readonly draggableRole: "draggable widget";
|
|
1417
|
+
};
|
|
1418
|
+
readonly templates: {
|
|
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";
|
|
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:";
|
|
1439
|
+
readonly referenceRows: "{count, plural, other {{n} rows}}";
|
|
1440
|
+
readonly confirmPrompt: "Type {value} to confirm";
|
|
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}.";
|
|
1445
|
+
readonly uniqueHelperCounted: "{count, plural, other {Checked against {n} rows.}}";
|
|
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.";
|
|
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.";
|
|
1457
|
+
};
|
|
1458
|
+
readonly detail: {
|
|
1459
|
+
readonly fields: "Fields";
|
|
1460
|
+
readonly inboundReferences: "inbound references";
|
|
1461
|
+
readonly relatedCount: "{count, plural, other {{n} related records in {table}}}";
|
|
1462
|
+
readonly loadError: "Failed to load the record.";
|
|
1463
|
+
};
|
|
1464
|
+
};
|
|
1465
|
+
readonly queue: {
|
|
1466
|
+
readonly allSegment: "All";
|
|
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.";
|
|
1490
|
+
};
|
|
1491
|
+
readonly dashboard: {
|
|
1492
|
+
readonly invalidLayout: "This dashboard’s stored layout is invalid. Regenerate the page or reset its layout.";
|
|
1493
|
+
};
|
|
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.";
|
|
1501
|
+
readonly starterPicker: {
|
|
1502
|
+
readonly subtitle: "Selection replaces the current draft.";
|
|
1503
|
+
};
|
|
1504
|
+
readonly inspector: {
|
|
1505
|
+
readonly titleLabel: "Title";
|
|
1506
|
+
readonly numberLabel: "Number";
|
|
1507
|
+
readonly currencyLabel: "Currency";
|
|
1508
|
+
readonly taxRateLabel: "Tax rate %";
|
|
1509
|
+
readonly modulesLabel: "Modules";
|
|
1510
|
+
};
|
|
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.";
|
|
1520
|
+
};
|
|
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.";
|
|
1527
|
+
};
|
|
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";
|
|
1551
|
+
};
|
|
1552
|
+
readonly starters: {
|
|
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";
|
|
1574
|
+
};
|
|
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";
|
|
1583
|
+
};
|
|
1584
|
+
};
|
|
1585
|
+
};
|
|
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";
|
|
1591
|
+
};
|
|
1592
|
+
readonly directory: {
|
|
1593
|
+
readonly invalidConfig: "This directory’s stored configuration is invalid. Regenerate the page to restore it.";
|
|
1594
|
+
readonly searchPlaceholder: "Search people…";
|
|
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";
|
|
1602
|
+
};
|
|
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.";
|
|
1613
|
+
};
|
|
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.";
|
|
1624
|
+
};
|
|
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";
|
|
1638
|
+
};
|
|
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";
|
|
1643
|
+
readonly window: {
|
|
1644
|
+
readonly "1h": "1h";
|
|
1645
|
+
readonly "24h": "24h";
|
|
1646
|
+
readonly "7d": "7d";
|
|
1647
|
+
};
|
|
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";
|
|
1657
|
+
};
|
|
1658
|
+
readonly calendar: {
|
|
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.";
|
|
1667
|
+
};
|
|
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.";
|
|
1674
|
+
readonly shiftCount: "{count, plural, other {{n} shifts}}";
|
|
1675
|
+
readonly addShift: "Add shift";
|
|
1676
|
+
};
|
|
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.";
|
|
1688
|
+
};
|
|
1689
|
+
readonly pageCrud: {
|
|
1690
|
+
readonly description: "The canonical table page: searchable data grid, create/edit forms, safe deletes with reference checks, and undoable changes.";
|
|
1691
|
+
};
|
|
1692
|
+
readonly pageDashboard: {
|
|
1693
|
+
readonly description: "A widget dashboard over your data: KPI cards, charts, and lists on an editable grid.";
|
|
1694
|
+
};
|
|
1695
|
+
readonly pageBoard: {
|
|
1696
|
+
readonly description: "A kanban board grouped by a status field — drag cards between columns to update records.";
|
|
1697
|
+
};
|
|
1698
|
+
readonly pageCalendar: {
|
|
1699
|
+
readonly description: "A month calendar with agenda, category filters, and quick event capture from a date field.";
|
|
1700
|
+
};
|
|
1701
|
+
readonly pageScheduler: {
|
|
1702
|
+
readonly description: "A week-by-resource shift matrix with capacity tracking and coverage totals.";
|
|
1703
|
+
};
|
|
1704
|
+
readonly pageDirectory: {
|
|
1705
|
+
readonly description: "A people directory with search, group filters, and a profile drawer.";
|
|
1706
|
+
};
|
|
1707
|
+
readonly pageMasterDetail: {
|
|
1708
|
+
readonly description: "A list-beside-detail layout: pick a record on the left, work with it on the right.";
|
|
1709
|
+
};
|
|
1710
|
+
readonly pageQueueInbox: {
|
|
1711
|
+
readonly description: "A review queue with approve/reject decisions, bulk actions, and undo.";
|
|
1712
|
+
};
|
|
1713
|
+
readonly pageLogViewer: {
|
|
1714
|
+
readonly description: "A live-tailing log table with level and time filters and a trace side panel.";
|
|
1715
|
+
};
|
|
1716
|
+
readonly pageFiles: {
|
|
1717
|
+
readonly description: "A file browser with smart folders, uploads, and a preview drawer.";
|
|
1718
|
+
};
|
|
1719
|
+
readonly pageChat: {
|
|
1720
|
+
readonly description: "A conversation inbox beside a message thread, bound to your messages tables.";
|
|
1721
|
+
};
|
|
1722
|
+
readonly pageBuilder: {
|
|
1723
|
+
readonly description: "A drag-and-drop document builder with block palette, inspector, and publish flow.";
|
|
1724
|
+
};
|
|
1725
|
+
readonly pageWizard: {
|
|
1726
|
+
readonly description: "A multi-step guided flow that walks users through a structured process.";
|
|
1727
|
+
};
|
|
1728
|
+
readonly pageSettings: {
|
|
1729
|
+
readonly description: "A notification-preferences matrix with per-channel toggles and autosave.";
|
|
1730
|
+
};
|
|
1731
|
+
};
|
|
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";
|
|
1740
|
+
};
|
|
1741
|
+
readonly charts: {
|
|
1742
|
+
readonly livePillLabel: "Live";
|
|
1743
|
+
readonly forecast: {
|
|
1744
|
+
readonly nowLabel: "Now";
|
|
1745
|
+
readonly forecastLabel: "Forecast";
|
|
1746
|
+
readonly actualLabel: "Actual";
|
|
1747
|
+
};
|
|
1748
|
+
readonly otherLabel: "Other";
|
|
1749
|
+
readonly heat: {
|
|
1750
|
+
readonly lessLabel: "Less";
|
|
1751
|
+
readonly moreLabel: "More";
|
|
1752
|
+
};
|
|
1753
|
+
readonly choropleth: {
|
|
1754
|
+
readonly lowLabel: "Low";
|
|
1755
|
+
readonly highLabel: "High";
|
|
1756
|
+
};
|
|
1757
|
+
readonly funnel: {
|
|
1758
|
+
readonly stepConversion: "{pct}% continue";
|
|
1759
|
+
readonly overallConversion: "{pct}% overall";
|
|
1760
|
+
};
|
|
993
1761
|
};
|
|
994
1762
|
};
|
|
995
1763
|
export default _default;
|