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