@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.
- package/dist/a11y-keys.d.ts +17 -0
- package/dist/a11y-keys.d.ts.map +1 -0
- package/dist/a11y-keys.js +478 -0
- package/dist/a11y-keys.js.map +1 -0
- package/dist/create-i18n.d.ts.map +1 -1
- package/dist/create-i18n.js +37 -4
- package/dist/create-i18n.js.map +1 -1
- package/dist/editing.d.ts +17 -0
- package/dist/editing.d.ts.map +1 -0
- package/dist/editing.js +16 -0
- package/dist/editing.js.map +1 -0
- package/dist/fallback.d.ts +24 -0
- package/dist/fallback.d.ts.map +1 -0
- package/dist/fallback.js +40 -0
- package/dist/fallback.js.map +1 -0
- package/dist/format-errors.d.ts +41 -0
- package/dist/format-errors.d.ts.map +1 -0
- package/dist/format-errors.js +63 -0
- package/dist/format-errors.js.map +1 -0
- package/dist/icu-format.d.ts +4 -0
- package/dist/icu-format.d.ts.map +1 -1
- package/dist/icu-format.js +43 -3
- package/dist/icu-format.js.map +1 -1
- package/dist/index.d.ts +10 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +14 -1
- package/dist/index.js.map +1 -1
- package/dist/keys.d.ts +33 -0
- package/dist/keys.d.ts.map +1 -0
- package/dist/keys.js +77 -0
- package/dist/keys.js.map +1 -0
- package/dist/locales.d.ts +102 -13
- package/dist/locales.d.ts.map +1 -1
- package/dist/locales.js +142 -17
- package/dist/locales.js.map +1 -1
- package/dist/overrides.d.ts +62 -0
- package/dist/overrides.d.ts.map +1 -0
- package/dist/overrides.js +112 -0
- package/dist/overrides.js.map +1 -0
- package/dist/react.d.ts +6 -0
- package/dist/react.d.ts.map +1 -1
- package/dist/react.js +17 -26
- package/dist/react.js.map +1 -1
- package/dist/resources/ar-eg/common.d.ts +96 -0
- package/dist/resources/ar-eg/common.d.ts.map +1 -1
- package/dist/resources/ar-eg/common.js +103 -7
- package/dist/resources/ar-eg/common.js.map +1 -1
- package/dist/resources/ar-eg/ui.d.ts +586 -586
- package/dist/resources/ar-eg/ui.js +586 -586
- package/dist/resources/ar-eg/ui.js.map +1 -1
- package/dist/resources/cs-cz/common.d.ts +96 -0
- package/dist/resources/cs-cz/common.d.ts.map +1 -1
- package/dist/resources/cs-cz/common.js +101 -5
- package/dist/resources/cs-cz/common.js.map +1 -1
- package/dist/resources/cs-cz/ui.d.ts +582 -582
- package/dist/resources/cs-cz/ui.js +582 -582
- package/dist/resources/cs-cz/ui.js.map +1 -1
- package/dist/resources/da-dk/common.d.ts +97 -1
- package/dist/resources/da-dk/common.d.ts.map +1 -1
- package/dist/resources/da-dk/common.js +104 -8
- package/dist/resources/da-dk/common.js.map +1 -1
- package/dist/resources/da-dk/ui.d.ts +568 -568
- package/dist/resources/da-dk/ui.js +568 -568
- package/dist/resources/da-dk/ui.js.map +1 -1
- package/dist/resources/de-de/common.d.ts +100 -4
- package/dist/resources/de-de/common.d.ts.map +1 -1
- package/dist/resources/de-de/common.js +107 -11
- package/dist/resources/de-de/common.js.map +1 -1
- package/dist/resources/de-de/ui.d.ts +569 -569
- package/dist/resources/de-de/ui.js +569 -569
- package/dist/resources/de-de/ui.js.map +1 -1
- package/dist/resources/en-us/common.d.ts +96 -0
- package/dist/resources/en-us/common.d.ts.map +1 -1
- package/dist/resources/en-us/common.js +103 -7
- package/dist/resources/en-us/common.js.map +1 -1
- package/dist/resources/fr-fr/common.d.ts +98 -2
- package/dist/resources/fr-fr/common.d.ts.map +1 -1
- package/dist/resources/fr-fr/common.js +105 -9
- package/dist/resources/fr-fr/common.js.map +1 -1
- package/dist/resources/fr-fr/ui.d.ts +559 -559
- package/dist/resources/fr-fr/ui.js +559 -559
- package/dist/resources/fr-fr/ui.js.map +1 -1
- package/dist/resources/zh-cn/common.d.ts +97 -1
- package/dist/resources/zh-cn/common.d.ts.map +1 -1
- package/dist/resources/zh-cn/common.js +104 -8
- package/dist/resources/zh-cn/common.js.map +1 -1
- package/dist/resources/zh-cn/ui.d.ts +575 -575
- package/dist/resources/zh-cn/ui.js +575 -575
- package/dist/resources/zh-cn/ui.js.map +1 -1
- package/dist/resources/zh-tw/common.d.ts +96 -0
- package/dist/resources/zh-tw/common.d.ts.map +1 -1
- package/dist/resources/zh-tw/common.js +103 -7
- package/dist/resources/zh-tw/common.js.map +1 -1
- package/dist/resources/zh-tw/ui.d.ts +575 -575
- package/dist/resources/zh-tw/ui.js +575 -575
- package/dist/resources/zh-tw/ui.js.map +1 -1
- package/dist/review-status.d.ts +55 -0
- package/dist/review-status.d.ts.map +1 -0
- package/dist/review-status.js +59 -0
- package/dist/review-status.js.map +1 -0
- package/dist/revision.d.ts +35 -0
- package/dist/revision.d.ts.map +1 -0
- package/dist/revision.js +55 -0
- package/dist/revision.js.map +1 -0
- package/dist/server.d.ts +36 -0
- package/dist/server.d.ts.map +1 -0
- package/dist/server.js +35 -0
- package/dist/server.js.map +1 -0
- package/dist/validate-message.d.ts +57 -0
- package/dist/validate-message.d.ts.map +1 -0
- package/dist/validate-message.js +178 -0
- package/dist/validate-message.js.map +1 -0
- package/locales/ar-EG/.meta.json +11134 -0
- package/locales/ar-EG/common.json +103 -7
- package/locales/ar-EG/ui.json +586 -586
- package/locales/cs-CZ/.meta.json +11134 -0
- package/locales/cs-CZ/common.json +101 -5
- package/locales/cs-CZ/ui.json +582 -582
- package/locales/da-DK/.meta.json +11134 -0
- package/locales/da-DK/common.json +104 -8
- package/locales/da-DK/ui.json +568 -568
- package/locales/de-DE/.meta.json +11134 -0
- package/locales/de-DE/common.json +107 -11
- package/locales/de-DE/ui.json +569 -569
- package/locales/en-US/common.json +103 -7
- package/locales/fr-FR/.meta.json +11134 -0
- package/locales/fr-FR/common.json +105 -9
- package/locales/fr-FR/ui.json +559 -559
- package/locales/zh-CN/.meta.json +11134 -0
- package/locales/zh-CN/common.json +104 -8
- package/locales/zh-CN/ui.json +575 -575
- package/locales/zh-TW/.meta.json +11134 -0
- package/locales/zh-TW/common.json +103 -7
- package/locales/zh-TW/ui.json +575 -575
- 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: "
|
|
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: "
|
|
73
|
-
readonly ofLabel: "
|
|
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: "
|
|
91
|
-
readonly emptyBody: "
|
|
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: "
|
|
99
|
-
readonly periodBLabel: "
|
|
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: "
|
|
116
|
+
readonly chartLabel: "盒鬚圖";
|
|
117
117
|
};
|
|
118
118
|
readonly violin: {
|
|
119
119
|
readonly description: "鏡像密度曲線,比較數值欄位在各群組之間的分佈。";
|
|
120
120
|
readonly emptyTitle: "沒有可繪製的分佈";
|
|
121
121
|
readonly emptyBody: "沒有符合篩選條件的資料列可用於密度曲線。";
|
|
122
|
-
readonly chartLabel: "
|
|
122
|
+
readonly chartLabel: "小提琴圖";
|
|
123
123
|
};
|
|
124
124
|
readonly ridgeline: {
|
|
125
125
|
readonly description: "重疊的密度山脊圖,比較數值欄位在有序群組間的分佈。";
|
|
126
126
|
readonly emptyTitle: "沒有可繪製的山脊";
|
|
127
127
|
readonly emptyBody: "沒有符合篩選條件的資料列可用於密度曲線。";
|
|
128
|
-
readonly chartLabel: "
|
|
128
|
+
readonly chartLabel: "山脊圖";
|
|
129
129
|
};
|
|
130
130
|
readonly scatterBubble: {
|
|
131
131
|
readonly description: "將兩個數值欄位繪製為散佈點,可選氣泡大小與趨勢線。";
|
|
132
132
|
readonly emptyTitle: "沒有可繪製的散佈點";
|
|
133
133
|
readonly emptyBody: "沒有符合篩選條件的資料列符合所選欄位。";
|
|
134
|
-
readonly chartLabel: "
|
|
134
|
+
readonly chartLabel: "散佈圖";
|
|
135
135
|
};
|
|
136
136
|
readonly hexbin: {
|
|
137
137
|
readonly description: "兩個數值欄位的六邊形密度圖,依每格落入的資料列數著色。";
|
|
138
138
|
readonly emptyTitle: "沒有可繪製的密度";
|
|
139
139
|
readonly emptyBody: "沒有符合篩選條件的資料列可供分箱。";
|
|
140
|
-
readonly chartLabel: "
|
|
140
|
+
readonly chartLabel: "六邊形密度圖";
|
|
141
141
|
};
|
|
142
142
|
readonly correlationMatrix: {
|
|
143
143
|
readonly description: "所選數值欄位之間的皮爾森相關性,從強正相關到強負相關。";
|
|
144
144
|
readonly emptyTitle: "沒有可計算的相關性";
|
|
145
145
|
readonly emptyBody: "請至少選擇兩個具有相符資料列的數值欄位。";
|
|
146
|
-
readonly chartLabel: "
|
|
146
|
+
readonly chartLabel: "相關性矩陣";
|
|
147
147
|
};
|
|
148
148
|
readonly parallelCoordinates: {
|
|
149
149
|
readonly description: "將每筆記錄繪製為跨多個正規化數值軸的折線,依類別著色。";
|
|
150
150
|
readonly emptyTitle: "沒有可繪製的記錄";
|
|
151
151
|
readonly emptyBody: "沒有符合篩選條件的資料列涵蓋所選各軸。";
|
|
152
|
-
readonly chartLabel: "
|
|
152
|
+
readonly chartLabel: "平行座標圖";
|
|
153
153
|
};
|
|
154
|
-
readonly unexpectedShape: "
|
|
154
|
+
readonly unexpectedShape: "非預期的資料形態。";
|
|
155
155
|
readonly lineArea: {
|
|
156
|
-
readonly chartLabel: "
|
|
157
|
-
readonly description: "
|
|
156
|
+
readonly chartLabel: "折線圖";
|
|
157
|
+
readonly description: "以折線搭配柔和的區域填色呈現指標隨時間的變化,可選擇加上虛線的前期對比。";
|
|
158
158
|
};
|
|
159
159
|
readonly bar: {
|
|
160
|
-
readonly chartLabel: "
|
|
161
|
-
readonly description: "
|
|
160
|
+
readonly chartLabel: "長條圖";
|
|
161
|
+
readonly description: "以垂直長條呈現分類或依時間分組的數值,可選擇特別標示最大或當前的長條。";
|
|
162
162
|
};
|
|
163
163
|
readonly donut: {
|
|
164
|
-
readonly chartLabel: "
|
|
165
|
-
readonly otherLabel: "
|
|
166
|
-
readonly description: "
|
|
164
|
+
readonly chartLabel: "環圈圖";
|
|
165
|
+
readonly otherLabel: "其他";
|
|
166
|
+
readonly description: "以環圈扇形呈現各類別佔比,含圖例與中央總計,並將細小扇形併入「其他」。";
|
|
167
167
|
};
|
|
168
168
|
readonly bullet: {
|
|
169
|
-
readonly chartLabel: "
|
|
170
|
-
readonly description: "
|
|
171
|
-
readonly emptyTitle: "
|
|
172
|
-
readonly emptyBody: "
|
|
169
|
+
readonly chartLabel: "標靶圖";
|
|
170
|
+
readonly description: "以量測長條疊在定性區間之上呈現目標達成進度,每列附一個目標刻度。";
|
|
171
|
+
readonly emptyTitle: "沒有可追蹤的目標";
|
|
172
|
+
readonly emptyBody: "請新增帶有目標值的量測項目以供對照。";
|
|
173
173
|
};
|
|
174
174
|
readonly rankingBars: {
|
|
175
|
-
readonly chartLabel: "
|
|
176
|
-
readonly description: "
|
|
177
|
-
readonly emptyTitle: "
|
|
178
|
-
readonly emptyBody: "
|
|
175
|
+
readonly chartLabel: "排名";
|
|
176
|
+
readonly description: "以水平長條呈現前 N 名排名——領先者完整著色,其餘淡化——並在旁標示數值。";
|
|
177
|
+
readonly emptyTitle: "沒有可排名的內容";
|
|
178
|
+
readonly emptyBody: "目前沒有符合此分項的記錄。";
|
|
179
179
|
};
|
|
180
180
|
readonly pareto: {
|
|
181
|
-
readonly chartLabel: "
|
|
182
|
-
readonly description: "
|
|
183
|
-
readonly emptyTitle: "
|
|
184
|
-
readonly emptyBody: "
|
|
181
|
+
readonly chartLabel: "柏拉圖";
|
|
182
|
+
readonly description: "已排序的類別長條,搭配累積百分比折線,可選擇加上 80% 分界線。";
|
|
183
|
+
readonly emptyTitle: "沒有可繪製的類別";
|
|
184
|
+
readonly emptyBody: "此區間沒有回傳任何分組計數。";
|
|
185
185
|
};
|
|
186
186
|
readonly waterfall: {
|
|
187
|
-
readonly chartLabel: "
|
|
188
|
-
readonly description: "
|
|
189
|
-
readonly emptyTitle: "
|
|
190
|
-
readonly emptyBody: "
|
|
187
|
+
readonly chartLabel: "瀑布圖";
|
|
188
|
+
readonly description: "以浮動長條串起從期初總計、歷經正負增減、到淨額總計的變化。";
|
|
189
|
+
readonly emptyTitle: "沒有可串接的變化";
|
|
190
|
+
readonly emptyBody: "找不到期初、增減或總計等步驟。";
|
|
191
191
|
};
|
|
192
192
|
readonly marimekko: {
|
|
193
|
-
readonly chartLabel: "
|
|
194
|
-
readonly description: "
|
|
195
|
-
readonly emptyTitle: "
|
|
196
|
-
readonly emptyBody: "
|
|
193
|
+
readonly chartLabel: "馬賽克圖";
|
|
194
|
+
readonly description: "以寬度不等的堆疊直條呈現兩層組成——寬度代表外層佔比,區段代表內層細分。";
|
|
195
|
+
readonly emptyTitle: "沒有可拆解的組成";
|
|
196
|
+
readonly emptyBody: "此區間沒有回傳兩層分項資料。";
|
|
197
197
|
};
|
|
198
198
|
readonly stackedBar100: {
|
|
199
|
-
readonly chartLabel: "100%
|
|
200
|
-
readonly description: "
|
|
201
|
-
readonly emptyTitle: "
|
|
202
|
-
readonly emptyBody: "
|
|
199
|
+
readonly chartLabel: "100% 堆疊長條圖";
|
|
200
|
+
readonly description: "將一條 100% 長條依比例切分為多個區段並附圖例,用以比較各部分佔整體的比重。";
|
|
201
|
+
readonly emptyTitle: "沒有可切分的佔比";
|
|
202
|
+
readonly emptyBody: "此分項沒有回傳任何組成部分。";
|
|
203
203
|
};
|
|
204
204
|
readonly slope: {
|
|
205
|
-
readonly chartLabel: "
|
|
206
|
-
readonly description: "
|
|
207
|
-
readonly emptyTitle: "
|
|
208
|
-
readonly emptyBody: "
|
|
205
|
+
readonly chartLabel: "斜率圖";
|
|
206
|
+
readonly description: "兩個期間之間每筆記錄各以一條線相連,並依數值上升或下降著色。";
|
|
207
|
+
readonly emptyTitle: "沒有可顯示的期間變化";
|
|
208
|
+
readonly emptyBody: "沒有回傳可供比較的前後數值。";
|
|
209
209
|
};
|
|
210
210
|
readonly multiline: {
|
|
211
|
-
readonly chartLabel: "
|
|
212
|
-
readonly description: "
|
|
213
|
-
readonly emptyTitle: "
|
|
214
|
-
readonly emptyBody: "
|
|
211
|
+
readonly chartLabel: "多線折線圖";
|
|
212
|
+
readonly description: "多組數列以重疊折線呈現並在末端標示名稱,比較同一時間範圍內的趨勢。";
|
|
213
|
+
readonly emptyTitle: "沒有可繪製的數列";
|
|
214
|
+
readonly emptyBody: "此區間沒有符合篩選條件的時間數列。";
|
|
215
215
|
};
|
|
216
216
|
readonly stream: {
|
|
217
|
-
readonly chartLabel: "
|
|
218
|
-
readonly description: "
|
|
219
|
-
readonly emptyTitle: "
|
|
220
|
-
readonly emptyBody: "
|
|
217
|
+
readonly chartLabel: "河流圖";
|
|
218
|
+
readonly description: "圍繞中心線流動的堆疊色帶,呈現總量的組成如何隨時間變化。";
|
|
219
|
+
readonly emptyTitle: "沒有可繪製的流量";
|
|
220
|
+
readonly emptyBody: "此區間沒有回傳堆疊數列。";
|
|
221
221
|
};
|
|
222
222
|
readonly forecast: {
|
|
223
|
-
readonly chartLabel: "
|
|
224
|
-
readonly nowLabel: "
|
|
225
|
-
readonly forecastLabel: "
|
|
226
|
-
readonly actualLabel: "
|
|
227
|
-
readonly description: "
|
|
228
|
-
readonly emptyTitle: "
|
|
229
|
-
readonly emptyBody: "
|
|
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: "
|
|
233
|
-
readonly description: "
|
|
234
|
-
readonly emptyTitle: "
|
|
235
|
-
readonly emptyBody: "
|
|
232
|
+
readonly chartLabel: "異常圖";
|
|
233
|
+
readonly description: "數值折線疊在預期範圍之上,並以光暈圓點標示落在範圍外的資料點。";
|
|
234
|
+
readonly emptyTitle: "沒有可掃描的訊號";
|
|
235
|
+
readonly emptyBody: "沒有回傳可檢查異常的資料點。";
|
|
236
236
|
};
|
|
237
237
|
readonly candlestick: {
|
|
238
|
-
readonly chartLabel: "
|
|
239
|
-
readonly livePillLabel: "
|
|
240
|
-
readonly description: "
|
|
241
|
-
readonly emptyTitle: "
|
|
242
|
-
readonly emptyBody: "
|
|
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: "
|
|
246
|
-
readonly description: "
|
|
247
|
-
readonly emptyTitle: "
|
|
248
|
-
readonly emptyBody: "
|
|
245
|
+
readonly chartLabel: "名次變化圖";
|
|
246
|
+
readonly description: "名次隨時間變化的折線,呈現競爭者在各期間之間如何互換位置。";
|
|
247
|
+
readonly emptyTitle: "沒有可追蹤的名次";
|
|
248
|
+
readonly emptyBody: "沒有回傳逐期排名資料。";
|
|
249
249
|
};
|
|
250
250
|
readonly timelineLanes: {
|
|
251
|
-
readonly chartLabel: "
|
|
252
|
-
readonly laneLabel: "
|
|
253
|
-
readonly description: "
|
|
254
|
-
readonly emptyTitle: "
|
|
255
|
-
readonly emptyBody: "
|
|
251
|
+
readonly chartLabel: "時間軸泳道";
|
|
252
|
+
readonly laneLabel: "事件";
|
|
253
|
+
readonly description: "帶日期的事件以膠囊形式排在共用同一時間軸的水平泳道上。";
|
|
254
|
+
readonly emptyTitle: "沒有可放置的事件";
|
|
255
|
+
readonly emptyBody: "此區間沒有符合篩選條件的事件。";
|
|
256
256
|
};
|
|
257
257
|
readonly treemap: {
|
|
258
|
-
readonly chartLabel: "
|
|
259
|
-
readonly otherLabel: "
|
|
260
|
-
readonly description: "
|
|
261
|
-
readonly emptyTitle: "
|
|
262
|
-
readonly emptyBody: "
|
|
258
|
+
readonly chartLabel: "矩形樹狀圖";
|
|
259
|
+
readonly otherLabel: "其他";
|
|
260
|
+
readonly description: "以依數值調整大小的方格磚呈現部分與整體的關係,並將細小區塊併入「其他」磚。";
|
|
261
|
+
readonly emptyTitle: "沒有可排列的區塊";
|
|
262
|
+
readonly emptyBody: "此分項沒有回傳任何類別。";
|
|
263
263
|
};
|
|
264
264
|
readonly sunburst: {
|
|
265
|
-
readonly chartLabel: "
|
|
266
|
-
readonly description: "
|
|
267
|
-
readonly emptyTitle: "
|
|
268
|
-
readonly emptyBody: "
|
|
265
|
+
readonly chartLabel: "旭日圖";
|
|
266
|
+
readonly description: "以巢狀環圈呈現兩層階層——父項在內、子項在外——並附父項圖例。";
|
|
267
|
+
readonly emptyTitle: "沒有可繪製的環圈";
|
|
268
|
+
readonly emptyBody: "沒有回傳可供巢狀排列的分組類別。";
|
|
269
269
|
};
|
|
270
270
|
readonly funnel: {
|
|
271
|
-
readonly chartLabel: "
|
|
272
|
-
readonly description: "
|
|
273
|
-
readonly emptyTitle: "
|
|
274
|
-
readonly emptyBody: "
|
|
271
|
+
readonly chartLabel: "漏斗圖";
|
|
272
|
+
readonly description: "依序遞減的階段,含各步驟的續進率與整體轉換率頁尾。";
|
|
273
|
+
readonly emptyTitle: "沒有可呈現的階段";
|
|
274
|
+
readonly emptyBody: "此區間沒有回傳各步驟的計數。";
|
|
275
275
|
};
|
|
276
276
|
readonly radialBar: {
|
|
277
|
-
readonly chartLabel: "
|
|
278
|
-
readonly description: "
|
|
279
|
-
readonly emptyTitle: "
|
|
280
|
-
readonly emptyBody: "
|
|
277
|
+
readonly chartLabel: "環形長條圖";
|
|
278
|
+
readonly description: "最多四個百分比以同心進度環呈現,並附圓點圖例。";
|
|
279
|
+
readonly emptyTitle: "沒有可填滿的環圈";
|
|
280
|
+
readonly emptyBody: "目前沒有符合此分項的類別。";
|
|
281
281
|
};
|
|
282
282
|
readonly radar: {
|
|
283
|
-
readonly chartLabel: "
|
|
284
|
-
readonly description: "
|
|
285
|
-
readonly emptyTitle: "
|
|
286
|
-
readonly emptyBody: "
|
|
283
|
+
readonly chartLabel: "雷達圖";
|
|
284
|
+
readonly description: "多條具名軸線構成多邊形,每組數列一個填色形狀,可再疊上目標值。";
|
|
285
|
+
readonly emptyTitle: "沒有可比較的軸線";
|
|
286
|
+
readonly emptyBody: "沒有回傳數列與軸線的矩陣。";
|
|
287
287
|
};
|
|
288
288
|
readonly chord: {
|
|
289
|
-
readonly chartLabel: "
|
|
290
|
-
readonly description: "
|
|
291
|
-
readonly emptyTitle: "
|
|
292
|
-
readonly emptyBody: "
|
|
289
|
+
readonly chartLabel: "弦圖";
|
|
290
|
+
readonly description: "環上節點之間的成對流向以緞帶呈現,緞帶的透明度依流量加權。";
|
|
291
|
+
readonly emptyTitle: "沒有可連接的流向";
|
|
292
|
+
readonly emptyBody: "沒有回傳群組之間的連結。";
|
|
293
293
|
};
|
|
294
294
|
readonly wordcloud: {
|
|
295
|
-
readonly chartLabel: "
|
|
296
|
-
readonly description: "
|
|
297
|
-
readonly emptyTitle: "
|
|
298
|
-
readonly emptyBody: "
|
|
295
|
+
readonly chartLabel: "文字雲";
|
|
296
|
+
readonly description: "詞彙依出現頻率調整大小並排入多列,一眼看出哪些內容最為突出。";
|
|
297
|
+
readonly emptyTitle: "沒有可呈現的詞彙";
|
|
298
|
+
readonly emptyBody: "沒有符合篩選條件的加權詞彙。";
|
|
299
299
|
};
|
|
300
300
|
readonly cohortMatrix: {
|
|
301
|
-
readonly chartLabel: "
|
|
302
|
-
readonly description: "
|
|
301
|
+
readonly chartLabel: "世代留存";
|
|
302
|
+
readonly description: "世代為列、期間為欄,每格依留存率或營收深淺著色。";
|
|
303
303
|
};
|
|
304
304
|
readonly heatmapCalendar: {
|
|
305
|
-
readonly chartLabel: "
|
|
306
|
-
readonly legendLessLabel: "
|
|
307
|
-
readonly legendMoreLabel: "
|
|
308
|
-
readonly description: "
|
|
305
|
+
readonly chartLabel: "活動行事曆";
|
|
306
|
+
readonly legendLessLabel: "少";
|
|
307
|
+
readonly legendMoreLabel: "多";
|
|
308
|
+
readonly description: "一整年的每日活動以週對日的格線呈現,依強度深淺著色。";
|
|
309
309
|
};
|
|
310
310
|
readonly heatMonth: {
|
|
311
|
-
readonly chartLabel: "
|
|
312
|
-
readonly description: "
|
|
311
|
+
readonly chartLabel: "每月活動";
|
|
312
|
+
readonly description: "單一日曆月份以日格線呈現,依當日數值深淺著色。";
|
|
313
313
|
};
|
|
314
314
|
readonly choroplethGrid: {
|
|
315
|
-
readonly chartLabel: "
|
|
316
|
-
readonly legendLowLabel: "
|
|
317
|
-
readonly legendHighLabel: "
|
|
318
|
-
readonly description: "
|
|
315
|
+
readonly chartLabel: "區域分佈";
|
|
316
|
+
readonly legendLowLabel: "低";
|
|
317
|
+
readonly legendHighLabel: "高";
|
|
318
|
+
readonly description: "區域數值以著色的美國方格地圖或精簡格線呈現,可選擇附上前 N 名排名清單。";
|
|
319
319
|
};
|
|
320
320
|
readonly sankey: {
|
|
321
|
-
readonly chartLabel: "
|
|
322
|
-
readonly description: "
|
|
321
|
+
readonly chartLabel: "流向圖";
|
|
322
|
+
readonly description: "分層的來源至目標流向以緞帶呈現,緞帶粗細代表流量大小。";
|
|
323
323
|
};
|
|
324
324
|
readonly sparkline: {
|
|
325
|
-
readonly description: "
|
|
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: "
|
|
333
|
+
readonly viewAllLabel: "檢視全部";
|
|
334
334
|
};
|
|
335
335
|
readonly notificationFeed: {
|
|
336
336
|
readonly description: "帶未讀狀態、篩選與內嵌操作的分組通知。";
|
|
337
337
|
readonly emptyTitle: "尚無通知";
|
|
338
338
|
readonly emptyBody: "新通知將顯示在這裡。";
|
|
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: "
|
|
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: "
|
|
356
|
-
readonly pausedLabel: "
|
|
357
|
-
readonly pauseLabel: "
|
|
358
|
-
readonly resumeLabel: "
|
|
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: "
|
|
389
|
-
readonly nextLabel: "
|
|
390
|
-
readonly overflowLabel: "
|
|
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: "
|
|
403
|
-
readonly coverageLabel: "
|
|
404
|
-
readonly hoursLabel: "{hours}
|
|
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: "
|
|
412
|
-
readonly balanced: "
|
|
413
|
-
readonly available: "
|
|
411
|
+
readonly overloaded: "超載";
|
|
412
|
+
readonly balanced: "平衡";
|
|
413
|
+
readonly available: "有餘裕";
|
|
414
414
|
};
|
|
415
|
-
readonly utilizationLabel: "{name}
|
|
416
|
-
readonly assignmentLabel: "{project} · {hours}
|
|
417
|
-
readonly periodLabel: "
|
|
415
|
+
readonly utilizationLabel: "{name}:{util}%";
|
|
416
|
+
readonly assignmentLabel: "{project} · {hours} 小時";
|
|
417
|
+
readonly periodLabel: "小時 · {period}";
|
|
418
418
|
readonly period: {
|
|
419
|
-
readonly week: "
|
|
420
|
-
readonly 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: "
|
|
463
|
-
readonly toggleLabel: "
|
|
464
|
-
readonly progressLabel: "{title}
|
|
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: "
|
|
471
|
-
readonly placeholder: "
|
|
472
|
-
readonly filterLabel: "
|
|
473
|
-
readonly allLabel: "
|
|
474
|
-
readonly errorsLabel: "
|
|
475
|
-
readonly noMatchesLabel: "
|
|
476
|
-
readonly todayLabel: "
|
|
477
|
-
readonly yesterdayLabel: "
|
|
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: "
|
|
480
|
-
readonly download: "
|
|
481
|
-
readonly 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: "
|
|
494
|
-
readonly totalsLabel: "
|
|
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: "
|
|
501
|
-
readonly viewLabel: "
|
|
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: "
|
|
508
|
-
readonly rowHeaderLabel: "
|
|
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: "
|
|
544
|
-
readonly selectRowLabel: "
|
|
545
|
-
readonly sortByLabel: "
|
|
546
|
-
readonly description: "
|
|
543
|
+
readonly selectAllLabel: "選取所有列";
|
|
544
|
+
readonly selectRowLabel: "選取此列";
|
|
545
|
+
readonly sortByLabel: "依 {column} 排序";
|
|
546
|
+
readonly description: "標準的 CRUD 資料格線,支援欄位排序、列選取與依型別呈現的儲存格。";
|
|
547
547
|
};
|
|
548
548
|
readonly paginationFooter: {
|
|
549
|
-
readonly emptyLabel: "0
|
|
550
|
-
readonly ofLabel: "
|
|
551
|
-
readonly pageSizeLabel: "
|
|
549
|
+
readonly emptyLabel: "0 列";
|
|
550
|
+
readonly ofLabel: "/";
|
|
551
|
+
readonly pageSizeLabel: "列數";
|
|
552
552
|
readonly a11y: {
|
|
553
|
-
readonly pageSize: "
|
|
553
|
+
readonly pageSize: "每頁列數";
|
|
554
554
|
};
|
|
555
|
-
readonly prevLabel: "
|
|
556
|
-
readonly nextLabel: "
|
|
557
|
-
readonly description: "
|
|
555
|
+
readonly prevLabel: "上一頁";
|
|
556
|
+
readonly nextLabel: "下一頁";
|
|
557
|
+
readonly description: "頁尾顯示目前的資料列範圍、上一頁/下一頁分頁,以及每頁列數選單。";
|
|
558
558
|
};
|
|
559
559
|
readonly bulkActionToolbar: {
|
|
560
|
-
readonly selectedLabel: "
|
|
561
|
-
readonly clearLabel: "
|
|
562
|
-
readonly toolbarLabel: "
|
|
563
|
-
readonly description: "
|
|
560
|
+
readonly selectedLabel: "項已選取";
|
|
561
|
+
readonly clearLabel: "清除選取";
|
|
562
|
+
readonly toolbarLabel: "批次操作";
|
|
563
|
+
readonly description: "會感知選取狀態的工具列,顯示已選取的數量與批次操作。";
|
|
564
564
|
};
|
|
565
565
|
readonly miniTable: {
|
|
566
|
-
readonly viewAllLabel: "
|
|
567
|
-
readonly description: "
|
|
566
|
+
readonly viewAllLabel: "檢視全部";
|
|
567
|
+
readonly description: "精簡的儀表板列清單,含對應的欄位與「檢視全部」連結。";
|
|
568
568
|
};
|
|
569
|
-
readonly revealLabel: "
|
|
570
|
-
readonly hideLabel: "
|
|
571
|
-
readonly trueLabel: "
|
|
572
|
-
readonly falseLabel: "
|
|
569
|
+
readonly revealLabel: "顯示值";
|
|
570
|
+
readonly hideLabel: "隱藏值";
|
|
571
|
+
readonly trueLabel: "是";
|
|
572
|
+
readonly falseLabel: "否";
|
|
573
573
|
readonly detailKeyValue: {
|
|
574
|
-
readonly description: "
|
|
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: "
|
|
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: "
|
|
642
|
-
readonly composerLabel: "
|
|
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: "
|
|
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: "
|
|
710
|
-
readonly noDocumentBody: "
|
|
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: "
|
|
739
|
+
readonly a11yLabel: "長條圖";
|
|
740
740
|
};
|
|
741
741
|
readonly blockLineChart: {
|
|
742
742
|
readonly description: "迷你折線圖,可選填滿區域,尺寸適合文件區塊。";
|
|
743
743
|
readonly emptyTitle: "尚無繪圖資料";
|
|
744
744
|
readonly emptyBody: "報表包含資料數列後,折線將顯示於此。";
|
|
745
|
-
readonly a11yLabel: "
|
|
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: "
|
|
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: "
|
|
850
|
+
readonly blankLabel: "空白";
|
|
851
851
|
readonly kicker: {
|
|
852
|
-
readonly invoice: "
|
|
853
|
-
readonly report: "
|
|
854
|
-
readonly 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: "
|
|
862
|
-
readonly budgetLabel: "
|
|
863
|
-
readonly latencyLabel: "p95
|
|
861
|
+
readonly targetLabel: "目標";
|
|
862
|
+
readonly budgetLabel: "錯誤預算";
|
|
863
|
+
readonly latencyLabel: "p95 延遲";
|
|
864
864
|
readonly status: {
|
|
865
|
-
readonly operational: "
|
|
866
|
-
readonly degraded: "
|
|
867
|
-
readonly down: "
|
|
868
|
-
readonly 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}
|
|
876
|
-
readonly todayLabel: "
|
|
877
|
-
readonly uptimeLabel: "
|
|
878
|
-
readonly period30Label: "
|
|
879
|
-
readonly period90Label: "
|
|
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: "
|
|
882
|
-
readonly degraded: "
|
|
883
|
-
readonly down: "
|
|
884
|
-
readonly unknown: "
|
|
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: "
|
|
892
|
-
readonly winnerLabel: "
|
|
893
|
-
readonly significanceLabel: "
|
|
894
|
-
readonly verdictSignificantLabel: "
|
|
895
|
-
readonly verdictInconclusiveLabel: "
|
|
896
|
-
readonly countsLabel: "{users}
|
|
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: "
|
|
903
|
-
readonly setDefaultLabel: "
|
|
904
|
-
readonly manageLabel: "
|
|
905
|
-
readonly addLabel: "
|
|
906
|
-
readonly expiresLabel: "
|
|
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: "
|
|
913
|
-
readonly annualLabel: "
|
|
914
|
-
readonly popularLabel: "
|
|
915
|
-
readonly perMonthLabel: "/
|
|
916
|
-
readonly billedAnnuallyLabel: "
|
|
917
|
-
readonly currentLabel: "
|
|
918
|
-
readonly ctaLabel: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
940
|
-
readonly requestLabel: "
|
|
941
|
-
readonly responseLabel: "
|
|
942
|
-
readonly paramsLabel: "
|
|
943
|
-
readonly responsePlaceholder: "
|
|
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: "
|
|
950
|
-
readonly copiedLabel: "
|
|
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: "
|
|
957
|
-
readonly lastFiredLabel: "
|
|
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: "
|
|
965
|
-
readonly rowsLabel: "
|
|
966
|
-
readonly perDayLabel: "{count}
|
|
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: "
|
|
973
|
-
readonly stopLabel: "
|
|
974
|
-
readonly taskPlaceholder: "
|
|
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: "
|
|
981
|
-
readonly disconnectedLabel: "
|
|
982
|
-
readonly rowsSyncedLabel: "
|
|
983
|
-
readonly tablesLabel: "
|
|
984
|
-
readonly lastSyncLabel: "
|
|
985
|
-
readonly nextSyncLabel: "
|
|
986
|
-
readonly syncingLabel: "
|
|
987
|
-
readonly syncActionLabel: "
|
|
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: "
|
|
994
|
-
readonly copiedLabel: "
|
|
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}
|
|
1001
|
-
readonly celebrateTitle: "
|
|
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: "
|
|
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: "
|
|
1087
|
-
readonly closeLabel: "
|
|
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: "
|
|
1095
|
-
readonly closeLabel: "
|
|
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: "
|
|
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": "
|
|
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: "
|
|
1228
|
-
readonly dropdownPlaceholder: "
|
|
1227
|
+
readonly questionLabel: "題目";
|
|
1228
|
+
readonly dropdownPlaceholder: "請選擇…";
|
|
1229
1229
|
readonly kind: {
|
|
1230
|
-
readonly "single-choice": "
|
|
1231
|
-
readonly "multi-choice": "
|
|
1232
|
-
readonly dropdown: "
|
|
1233
|
-
readonly "short-text": "
|
|
1234
|
-
readonly "long-text": "
|
|
1235
|
-
readonly 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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
1289
|
-
readonly facetRailLabel: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
1400
|
-
readonly title: "
|
|
1401
|
-
readonly bodyLead: "
|
|
1402
|
-
readonly bodyTail: "
|
|
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: "
|
|
1416
|
+
readonly draggableRole: "可拖曳的小工具";
|
|
1417
1417
|
};
|
|
1418
1418
|
readonly templates: {
|
|
1419
1419
|
readonly crud: {
|
|
1420
|
-
readonly newRow: "
|
|
1421
|
-
readonly exportAction: "
|
|
1422
|
-
readonly searchPlaceholder: "
|
|
1423
|
-
readonly removeFilter: "
|
|
1424
|
-
readonly queryFailed: "
|
|
1425
|
-
readonly loadingRows: "
|
|
1426
|
-
readonly noMatchesTitle: "
|
|
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: "
|
|
1429
|
-
readonly createSubtitle: "
|
|
1430
|
-
readonly createSubmit: "
|
|
1431
|
-
readonly createSuccessTitle: "{name}
|
|
1432
|
-
readonly createSuccessBody: "
|
|
1433
|
-
readonly editTitle: "
|
|
1434
|
-
readonly saveSubmit: "
|
|
1435
|
-
readonly deleteTitle: "
|
|
1436
|
-
readonly deletePreflight: "
|
|
1437
|
-
readonly deleteNoReferences: "
|
|
1438
|
-
readonly deleteConsequencesIntro: "
|
|
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: "
|
|
1440
|
+
readonly confirmPrompt: "請輸入 {value} 以確認";
|
|
1441
1441
|
readonly bulkDeleteTitle: "{count, plural, other {Delete {n} rows}}";
|
|
1442
|
-
readonly bulkDeleteBody: "
|
|
1443
|
-
readonly bulkDeleteConfirm: "
|
|
1444
|
-
readonly uniqueHelper: "
|
|
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}
|
|
1448
|
-
readonly createFailed: "
|
|
1449
|
-
readonly saved: "
|
|
1450
|
-
readonly updateFailed: "
|
|
1451
|
-
readonly deleted: "{name}
|
|
1452
|
-
readonly deleteFailed: "
|
|
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: "
|
|
1455
|
-
readonly undone: "
|
|
1456
|
-
readonly undoFailed: "
|
|
1454
|
+
readonly bulkDeleteFailed: "批次刪除失敗。";
|
|
1455
|
+
readonly undone: "已復原變更。";
|
|
1456
|
+
readonly undoFailed: "復原失敗。";
|
|
1457
1457
|
};
|
|
1458
1458
|
readonly detail: {
|
|
1459
|
-
readonly fields: "
|
|
1460
|
-
readonly inboundReferences: "
|
|
1459
|
+
readonly fields: "欄位";
|
|
1460
|
+
readonly inboundReferences: "個傳入參照";
|
|
1461
1461
|
readonly relatedCount: "{count, plural, other {{n} related records in {table}}}";
|
|
1462
|
-
readonly loadError: "
|
|
1462
|
+
readonly loadError: "無法載入此記錄。";
|
|
1463
1463
|
};
|
|
1464
1464
|
};
|
|
1465
1465
|
readonly queue: {
|
|
1466
|
-
readonly allSegment: "
|
|
1466
|
+
readonly allSegment: "全部";
|
|
1467
1467
|
readonly daysUnit: "{count, plural, other {{count} days}}";
|
|
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: "
|
|
1483
|
-
readonly selectPrompt: "
|
|
1484
|
-
readonly selectBody: "
|
|
1485
|
-
readonly rejectTitle: "
|
|
1486
|
-
readonly rejectCount: "
|
|
1487
|
-
readonly rejectPlaceholder: "
|
|
1488
|
-
readonly rejectReasonLabel: "
|
|
1489
|
-
readonly rejectNote: "
|
|
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: "
|
|
1492
|
+
readonly invalidLayout: "此儀表板儲存的版面配置無效。請重新產生頁面或重設其版面配置。";
|
|
1493
1493
|
};
|
|
1494
1494
|
readonly builder: {
|
|
1495
|
-
readonly publish: "
|
|
1496
|
-
readonly paletteTitle: "
|
|
1497
|
-
readonly inspectorTitle: "
|
|
1498
|
-
readonly startFromTemplate: "
|
|
1499
|
-
readonly untitledDoc: "
|
|
1500
|
-
readonly invalidConfig: "
|
|
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: "
|
|
1502
|
+
readonly subtitle: "選取範本會取代目前的草稿。";
|
|
1503
1503
|
};
|
|
1504
1504
|
readonly inspector: {
|
|
1505
|
-
readonly titleLabel: "
|
|
1506
|
-
readonly numberLabel: "
|
|
1507
|
-
readonly currencyLabel: "
|
|
1508
|
-
readonly taxRateLabel: "
|
|
1509
|
-
readonly modulesLabel: "
|
|
1505
|
+
readonly titleLabel: "標題";
|
|
1506
|
+
readonly numberLabel: "編號";
|
|
1507
|
+
readonly currencyLabel: "幣別";
|
|
1508
|
+
readonly taxRateLabel: "稅率 %";
|
|
1509
|
+
readonly modulesLabel: "模組";
|
|
1510
1510
|
};
|
|
1511
1511
|
readonly summary: {
|
|
1512
|
-
readonly questions: "
|
|
1513
|
-
readonly estLength: "
|
|
1514
|
-
readonly estMinutes: "
|
|
1515
|
-
readonly steps: "
|
|
1516
|
-
readonly triggers: "
|
|
1517
|
-
readonly conditions: "
|
|
1518
|
-
readonly actions: "
|
|
1519
|
-
readonly triggerLocked: "
|
|
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: "
|
|
1523
|
-
readonly confirmSubtitle: "
|
|
1524
|
-
readonly confirmCta: "
|
|
1525
|
-
readonly publishedTitle: "
|
|
1526
|
-
readonly publishedSubtitle: "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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: "
|
|
1577
|
-
readonly sales: "
|
|
1578
|
-
readonly nonProfit: "
|
|
1579
|
-
readonly reports: "
|
|
1580
|
-
readonly lifecycle: "
|
|
1581
|
-
readonly transactional: "
|
|
1582
|
-
readonly 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: "
|
|
1588
|
-
readonly noMatchesBody: "
|
|
1589
|
-
readonly detailLabel: "
|
|
1590
|
-
readonly loadingRecord: "
|
|
1587
|
+
readonly clearFilters: "清除篩選";
|
|
1588
|
+
readonly noMatchesBody: "試試其他搜尋詞或移除篩選。";
|
|
1589
|
+
readonly detailLabel: "詳細資料";
|
|
1590
|
+
readonly loadingRecord: "正在載入記錄";
|
|
1591
1591
|
};
|
|
1592
1592
|
readonly directory: {
|
|
1593
|
-
readonly invalidConfig: "
|
|
1594
|
-
readonly searchPlaceholder: "
|
|
1593
|
+
readonly invalidConfig: "此通訊錄儲存的設定無效。請重新產生頁面以還原。";
|
|
1594
|
+
readonly searchPlaceholder: "搜尋人員…";
|
|
1595
1595
|
readonly memberCount: "{count, plural, other {{n} people}}";
|
|
1596
|
-
readonly errorTitle: "
|
|
1597
|
-
readonly loading: "
|
|
1598
|
-
readonly emptyTitle: "
|
|
1599
|
-
readonly emptyBody: "
|
|
1600
|
-
readonly noMatchesTitle: "
|
|
1601
|
-
readonly detailTitle: "
|
|
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: "
|
|
1605
|
-
readonly railTitle: "
|
|
1606
|
-
readonly errorTitle: "
|
|
1607
|
-
readonly loading: "
|
|
1608
|
-
readonly emptyBody: "
|
|
1609
|
-
readonly noMatchesTitle: "
|
|
1610
|
-
readonly noMatchesBody: "
|
|
1611
|
-
readonly selectPrompt: "
|
|
1612
|
-
readonly selectBody: "
|
|
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: "
|
|
1616
|
-
readonly noInboxTitle: "
|
|
1617
|
-
readonly noInboxBody: "
|
|
1618
|
-
readonly conversationsFailed: "
|
|
1619
|
-
readonly messagesFailed: "
|
|
1620
|
-
readonly loadingConversations: "
|
|
1621
|
-
readonly loadingMessages: "
|
|
1622
|
-
readonly selectTitle: "
|
|
1623
|
-
readonly selectBody: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
1641
|
-
readonly levelFilterLabel: "
|
|
1642
|
-
readonly timeFilterLabel: "
|
|
1640
|
+
readonly invalidLayout: "此記錄檔頁面儲存的版面配置無效。請重新產生頁面或重設其版面配置。";
|
|
1641
|
+
readonly levelFilterLabel: "記錄層級篩選";
|
|
1642
|
+
readonly timeFilterLabel: "時間範圍篩選";
|
|
1643
1643
|
readonly window: {
|
|
1644
|
-
readonly "1h": "
|
|
1645
|
-
readonly "24h": "
|
|
1646
|
-
readonly "7d": "
|
|
1644
|
+
readonly "1h": "1 小時";
|
|
1645
|
+
readonly "24h": "24 小時";
|
|
1646
|
+
readonly "7d": "7 天";
|
|
1647
1647
|
};
|
|
1648
1648
|
readonly heldCount: "+{count}";
|
|
1649
|
-
readonly missingSlotTitle: "
|
|
1650
|
-
readonly missingSlotBody: "
|
|
1651
|
-
readonly loadFailed: "
|
|
1652
|
-
readonly loading: "
|
|
1653
|
-
readonly traceTitle: "
|
|
1654
|
-
readonly latestTitle: "
|
|
1655
|
-
readonly backToLatest: "
|
|
1656
|
-
readonly eventFallback: "
|
|
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: "
|
|
1661
|
-
readonly addEvent: "
|
|
1662
|
-
readonly dateRange: "
|
|
1663
|
-
readonly agendaTitle: "
|
|
1664
|
-
readonly categoriesTitle: "
|
|
1665
|
-
readonly upcomingTitle: "
|
|
1666
|
-
readonly invalidLayout: "
|
|
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: "
|
|
1670
|
-
readonly nextWeek: "
|
|
1671
|
-
readonly week: "
|
|
1672
|
-
readonly month: "
|
|
1673
|
-
readonly invalidLayout: "
|
|
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: "
|
|
1675
|
+
readonly addShift: "新增班次";
|
|
1676
1676
|
};
|
|
1677
1677
|
readonly settings: {
|
|
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: "
|
|
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: "
|
|
1690
|
+
readonly description: "標準的資料表頁面:可搜尋的資料格線、建立與編輯表單、含參照檢查的安全刪除,以及可復原的變更。";
|
|
1691
1691
|
};
|
|
1692
1692
|
readonly pageDashboard: {
|
|
1693
|
-
readonly description: "
|
|
1693
|
+
readonly description: "以您的資料為基礎的小工具儀表板:可編輯格線上的指標卡、圖表與清單。";
|
|
1694
1694
|
};
|
|
1695
1695
|
readonly pageBoard: {
|
|
1696
|
-
readonly description: "
|
|
1696
|
+
readonly description: "依狀態欄位分組的看板——在欄之間拖曳卡片即可更新記錄。";
|
|
1697
1697
|
};
|
|
1698
1698
|
readonly pageCalendar: {
|
|
1699
|
-
readonly description: "
|
|
1699
|
+
readonly description: "月曆檢視,含議程、類別篩選,並可從日期欄位快速建立事件。";
|
|
1700
1700
|
};
|
|
1701
1701
|
readonly pageScheduler: {
|
|
1702
|
-
readonly description: "
|
|
1702
|
+
readonly description: "週 × 資源的班次矩陣,含產能追蹤與涵蓋合計。";
|
|
1703
1703
|
};
|
|
1704
1704
|
readonly pageDirectory: {
|
|
1705
|
-
readonly description: "
|
|
1705
|
+
readonly description: "人員通訊錄,含搜尋、群組篩選與個人資料抽屜。";
|
|
1706
1706
|
};
|
|
1707
1707
|
readonly pageMasterDetail: {
|
|
1708
|
-
readonly description: "
|
|
1708
|
+
readonly description: "清單與詳情並排的版面:在左側選取記錄,在右側進行處理。";
|
|
1709
1709
|
};
|
|
1710
1710
|
readonly pageQueueInbox: {
|
|
1711
|
-
readonly description: "
|
|
1711
|
+
readonly description: "審核佇列,支援核准與拒絕決定、批次操作與復原。";
|
|
1712
1712
|
};
|
|
1713
1713
|
readonly pageLogViewer: {
|
|
1714
|
-
readonly description: "
|
|
1714
|
+
readonly description: "即時追加的記錄檔表格,含層級與時間篩選,以及追蹤側邊面板。";
|
|
1715
1715
|
};
|
|
1716
1716
|
readonly pageFiles: {
|
|
1717
|
-
readonly description: "
|
|
1717
|
+
readonly description: "檔案瀏覽器,含智慧資料夾、上傳與預覽抽屜。";
|
|
1718
1718
|
};
|
|
1719
1719
|
readonly pageChat: {
|
|
1720
|
-
readonly description: "
|
|
1720
|
+
readonly description: "對話收件匣與訊息串並列,繫結至您的訊息資料表。";
|
|
1721
1721
|
};
|
|
1722
1722
|
readonly pageBuilder: {
|
|
1723
|
-
readonly description: "
|
|
1723
|
+
readonly description: "拖放式文件建立工具,含區塊面板、檢閱器與發佈流程。";
|
|
1724
1724
|
};
|
|
1725
1725
|
readonly pageWizard: {
|
|
1726
|
-
readonly description: "
|
|
1726
|
+
readonly description: "多步驟引導流程,帶領使用者完成結構化的作業。";
|
|
1727
1727
|
};
|
|
1728
1728
|
readonly pageSettings: {
|
|
1729
|
-
readonly description: "
|
|
1729
|
+
readonly description: "通知偏好設定矩陣,含各管道開關與自動儲存。";
|
|
1730
1730
|
};
|
|
1731
1731
|
};
|
|
1732
1732
|
readonly frame: {
|
|
1733
|
-
readonly noResult: "
|
|
1734
|
-
readonly emptyTitle: "
|
|
1735
|
-
readonly loadError: "
|
|
1736
|
-
readonly renderError: "
|
|
1737
|
-
readonly refreshing: "
|
|
1738
|
-
readonly infoLabel: "
|
|
1739
|
-
readonly menuLabel: "
|
|
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: "
|
|
1742
|
+
readonly livePillLabel: "即時";
|
|
1743
1743
|
readonly forecast: {
|
|
1744
|
-
readonly nowLabel: "
|
|
1745
|
-
readonly forecastLabel: "
|
|
1746
|
-
readonly actualLabel: "
|
|
1744
|
+
readonly nowLabel: "現在";
|
|
1745
|
+
readonly forecastLabel: "預測";
|
|
1746
|
+
readonly actualLabel: "實際";
|
|
1747
1747
|
};
|
|
1748
|
-
readonly otherLabel: "
|
|
1748
|
+
readonly otherLabel: "其他";
|
|
1749
1749
|
readonly heat: {
|
|
1750
|
-
readonly lessLabel: "
|
|
1751
|
-
readonly moreLabel: "
|
|
1750
|
+
readonly lessLabel: "較少";
|
|
1751
|
+
readonly moreLabel: "較多";
|
|
1752
1752
|
};
|
|
1753
1753
|
readonly choropleth: {
|
|
1754
|
-
readonly lowLabel: "
|
|
1755
|
-
readonly highLabel: "
|
|
1754
|
+
readonly lowLabel: "低";
|
|
1755
|
+
readonly highLabel: "高";
|
|
1756
1756
|
};
|
|
1757
1757
|
readonly funnel: {
|
|
1758
|
-
readonly stepConversion: "{pct}%
|
|
1759
|
-
readonly overallConversion: "{pct}%
|
|
1758
|
+
readonly stepConversion: "{pct}% 繼續";
|
|
1759
|
+
readonly overallConversion: "整體 {pct}%";
|
|
1760
1760
|
};
|
|
1761
1761
|
};
|
|
1762
1762
|
};
|