@adminiumjs/i18n 0.1.2 → 0.2.1

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