@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
package/locales/zh-TW/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
|
}
|