@adminiumjs/i18n 0.2.2-rc.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/a11y-keys.d.ts +1 -1
- package/dist/a11y-keys.d.ts.map +1 -1
- package/dist/a11y-keys.js +218 -4
- package/dist/a11y-keys.js.map +1 -1
- package/dist/editing.d.ts +1 -1
- package/dist/editing.js +1 -1
- package/dist/resources/ar-eg/common.d.ts +166 -0
- package/dist/resources/ar-eg/common.d.ts.map +1 -1
- package/dist/resources/ar-eg/common.js +170 -4
- package/dist/resources/ar-eg/common.js.map +1 -1
- package/dist/resources/ar-eg/ui.d.ts +9 -0
- package/dist/resources/ar-eg/ui.d.ts.map +1 -1
- package/dist/resources/ar-eg/ui.js +17 -8
- package/dist/resources/ar-eg/ui.js.map +1 -1
- package/dist/resources/cs-cz/common.d.ts +166 -0
- package/dist/resources/cs-cz/common.d.ts.map +1 -1
- package/dist/resources/cs-cz/common.js +170 -4
- package/dist/resources/cs-cz/common.js.map +1 -1
- package/dist/resources/cs-cz/ui.d.ts +9 -0
- package/dist/resources/cs-cz/ui.d.ts.map +1 -1
- package/dist/resources/cs-cz/ui.js +17 -8
- package/dist/resources/cs-cz/ui.js.map +1 -1
- package/dist/resources/da-dk/common.d.ts +166 -0
- package/dist/resources/da-dk/common.d.ts.map +1 -1
- package/dist/resources/da-dk/common.js +170 -4
- package/dist/resources/da-dk/common.js.map +1 -1
- package/dist/resources/da-dk/ui.d.ts +9 -0
- package/dist/resources/da-dk/ui.d.ts.map +1 -1
- package/dist/resources/da-dk/ui.js +17 -8
- package/dist/resources/da-dk/ui.js.map +1 -1
- package/dist/resources/de-de/common.d.ts +166 -0
- package/dist/resources/de-de/common.d.ts.map +1 -1
- package/dist/resources/de-de/common.js +170 -4
- package/dist/resources/de-de/common.js.map +1 -1
- package/dist/resources/de-de/ui.d.ts +9 -0
- package/dist/resources/de-de/ui.d.ts.map +1 -1
- package/dist/resources/de-de/ui.js +17 -8
- package/dist/resources/de-de/ui.js.map +1 -1
- package/dist/resources/en-us/common.d.ts +166 -0
- package/dist/resources/en-us/common.d.ts.map +1 -1
- package/dist/resources/en-us/common.js +170 -4
- package/dist/resources/en-us/common.js.map +1 -1
- package/dist/resources/en-us/ui.d.ts +9 -0
- package/dist/resources/en-us/ui.d.ts.map +1 -1
- package/dist/resources/en-us/ui.js +17 -8
- package/dist/resources/en-us/ui.js.map +1 -1
- package/dist/resources/fr-fr/common.d.ts +166 -0
- package/dist/resources/fr-fr/common.d.ts.map +1 -1
- package/dist/resources/fr-fr/common.js +170 -4
- package/dist/resources/fr-fr/common.js.map +1 -1
- package/dist/resources/fr-fr/ui.d.ts +9 -0
- package/dist/resources/fr-fr/ui.d.ts.map +1 -1
- package/dist/resources/fr-fr/ui.js +17 -8
- package/dist/resources/fr-fr/ui.js.map +1 -1
- package/dist/resources/zh-cn/common.d.ts +166 -0
- package/dist/resources/zh-cn/common.d.ts.map +1 -1
- package/dist/resources/zh-cn/common.js +170 -4
- package/dist/resources/zh-cn/common.js.map +1 -1
- package/dist/resources/zh-cn/ui.d.ts +9 -0
- package/dist/resources/zh-cn/ui.d.ts.map +1 -1
- package/dist/resources/zh-cn/ui.js +17 -8
- package/dist/resources/zh-cn/ui.js.map +1 -1
- package/dist/resources/zh-tw/common.d.ts +166 -0
- package/dist/resources/zh-tw/common.d.ts.map +1 -1
- package/dist/resources/zh-tw/common.js +170 -4
- package/dist/resources/zh-tw/common.js.map +1 -1
- package/dist/resources/zh-tw/ui.d.ts +9 -0
- package/dist/resources/zh-tw/ui.d.ts.map +1 -1
- package/dist/resources/zh-tw/ui.js +17 -8
- package/dist/resources/zh-tw/ui.js.map +1 -1
- package/dist/review-status.js +7 -7
- package/locales/ar-EG/.meta.json +597 -73
- package/locales/ar-EG/common.json +170 -4
- package/locales/ar-EG/ui.json +17 -8
- package/locales/cs-CZ/.meta.json +657 -133
- package/locales/cs-CZ/common.json +170 -4
- package/locales/cs-CZ/ui.json +17 -8
- package/locales/da-DK/.meta.json +751 -227
- package/locales/da-DK/common.json +170 -4
- package/locales/da-DK/ui.json +17 -8
- package/locales/de-DE/.meta.json +742 -218
- package/locales/de-DE/common.json +170 -4
- package/locales/de-DE/ui.json +17 -8
- package/locales/en-US/common.json +170 -4
- package/locales/en-US/ui.json +17 -8
- package/locales/fr-FR/.meta.json +784 -260
- package/locales/fr-FR/common.json +170 -4
- package/locales/fr-FR/ui.json +17 -8
- package/locales/zh-CN/.meta.json +591 -67
- package/locales/zh-CN/common.json +170 -4
- package/locales/zh-CN/ui.json +17 -8
- package/locales/zh-TW/.meta.json +599 -75
- package/locales/zh-TW/common.json +170 -4
- package/locales/zh-TW/ui.json +17 -8
- package/package.json +1 -1
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"auth": {
|
|
16
16
|
"headline": "把任何資料庫變成儀表板。",
|
|
17
|
+
"description": "連上 PostgreSQL,Adminium 就會產生一套可換佈景、懂權限的管理後台——完全不必寫程式。",
|
|
17
18
|
"trust": "AGPL 核心 · 自行架設 · 資料永遠屬於你",
|
|
18
19
|
"signIn": {
|
|
19
20
|
"title": "歡迎回來",
|
|
@@ -235,6 +236,7 @@
|
|
|
235
236
|
},
|
|
236
237
|
"notFound": {
|
|
237
238
|
"title": "找不到這個頁面",
|
|
239
|
+
"body": "你要找的頁面不存在或已被移動。請檢查網址,或回到你的儀表板。",
|
|
238
240
|
"errorLine": "錯誤 404",
|
|
239
241
|
"searchPlaceholder": "搜尋頁面…",
|
|
240
242
|
"matches": "符合的頁面",
|
|
@@ -252,10 +254,12 @@
|
|
|
252
254
|
"title": "此頁面無法呈現"
|
|
253
255
|
},
|
|
254
256
|
"tooNew": {
|
|
255
|
-
"title": "此頁面需要較新版本的 Adminium"
|
|
257
|
+
"title": "此頁面需要較新版本的 Adminium",
|
|
258
|
+
"body": "此頁面儲存時使用的組態版本是 {version},但目前的組建最高只支援到版本 {latest}。請先更新 Adminium 再開啟。"
|
|
256
259
|
},
|
|
257
260
|
"unknownTemplate": {
|
|
258
|
-
"title": "未知的頁面範本"
|
|
261
|
+
"title": "未知的頁面範本",
|
|
262
|
+
"body": "此頁面使用了目前組建無法辨識的範本。它可能來自較新版本的 Adminium,或來自尚未安裝的擴充功能。"
|
|
259
263
|
}
|
|
260
264
|
},
|
|
261
265
|
"mutation": {
|
|
@@ -344,6 +348,70 @@
|
|
|
344
348
|
"emptyTitle": "尚無可設定項目",
|
|
345
349
|
"emptyBody": "隨著功能推出,通知事件會顯示在這裡。",
|
|
346
350
|
"saveFailed": "無法儲存此變更。"
|
|
351
|
+
},
|
|
352
|
+
"translations": {
|
|
353
|
+
"title": "語言與翻譯",
|
|
354
|
+
"subtitle": "修改 Adminium 中的任何文字,決定使用者可以選哪些語言,並加入你自己的語言。",
|
|
355
|
+
"warning": "錯誤訊息與登入文字同樣可以編輯。出狀況時使用者讀到的正是這些內容,請謹慎修改。",
|
|
356
|
+
"editor": {
|
|
357
|
+
"heading": "編輯翻譯"
|
|
358
|
+
},
|
|
359
|
+
"localeLabel": "語言",
|
|
360
|
+
"groupLabel": "區域",
|
|
361
|
+
"allAreas": "所有區域",
|
|
362
|
+
"stateLabel": "顯示",
|
|
363
|
+
"state": {
|
|
364
|
+
"all": "全部",
|
|
365
|
+
"overridden": "僅已自訂",
|
|
366
|
+
"untranslated": "僅未翻譯",
|
|
367
|
+
"stale": "之後英文有變更"
|
|
368
|
+
},
|
|
369
|
+
"searchLabel": "搜尋",
|
|
370
|
+
"searchPlaceholder": "鍵名或英文原文",
|
|
371
|
+
"loading": "正在載入文字…",
|
|
372
|
+
"noMatches": "沒有符合這些篩選條件的文字。",
|
|
373
|
+
"count": "{total, plural, other {# 則文字}}",
|
|
374
|
+
"badge": {
|
|
375
|
+
"custom": "已自訂",
|
|
376
|
+
"stale": "英文已變更",
|
|
377
|
+
"a11y": "無障礙名稱"
|
|
378
|
+
},
|
|
379
|
+
"sourceLabel": "英文原文",
|
|
380
|
+
"valueLabel": "翻譯",
|
|
381
|
+
"save": "儲存",
|
|
382
|
+
"saved": "翻譯已儲存",
|
|
383
|
+
"resetAction": "還原為內建文字",
|
|
384
|
+
"reset": "已還原為內建文字",
|
|
385
|
+
"locales": {
|
|
386
|
+
"heading": "可用語言",
|
|
387
|
+
"help": "關閉某個語言後,它會從所有語言選單中消失。已經在使用的人會繼續沿用,直到自己改選其他語言。"
|
|
388
|
+
},
|
|
389
|
+
"locale": {
|
|
390
|
+
"builtin": "內建",
|
|
391
|
+
"custom": "自訂",
|
|
392
|
+
"overrides": "{count, plural, =0 {尚無自訂文字} other {# 則自訂文字}}",
|
|
393
|
+
"enable": "開啟",
|
|
394
|
+
"disable": "關閉",
|
|
395
|
+
"delete": "刪除",
|
|
396
|
+
"deleted": "已移除語言",
|
|
397
|
+
"deletedDetail": "{users, plural, other {# 位使用者}}已改回工作區預設語言;已刪除 {strings, plural, other {# 則翻譯}}。",
|
|
398
|
+
"deleteFailed": "無法移除該語言",
|
|
399
|
+
"add": "新增語言",
|
|
400
|
+
"added": "已新增語言",
|
|
401
|
+
"create": "確認新增",
|
|
402
|
+
"id": "語言代碼",
|
|
403
|
+
"intlTag": "格式規則參照",
|
|
404
|
+
"native": "該語言中的名稱",
|
|
405
|
+
"english": "英文名稱",
|
|
406
|
+
"dir": "文字方向",
|
|
407
|
+
"ltr": "由左至右",
|
|
408
|
+
"rtl": "由右至左",
|
|
409
|
+
"font": "文字系統",
|
|
410
|
+
"latin": "拉丁文",
|
|
411
|
+
"arabic": "阿拉伯文",
|
|
412
|
+
"cjk": "中文 / 日文 / 韓文",
|
|
413
|
+
"intlHelp": "格式規則決定數字、日期與複數的呈現方式。請挑選最接近且已具備這些規則的語言——它不必和你的語言代碼一致。"
|
|
414
|
+
}
|
|
347
415
|
}
|
|
348
416
|
},
|
|
349
417
|
"studio": {
|
|
@@ -572,7 +640,8 @@
|
|
|
572
640
|
"heading": "安全性",
|
|
573
641
|
"require2fa": {
|
|
574
642
|
"label": "強制雙重驗證",
|
|
575
|
-
"desc": "每位成員都必須啟用雙重驗證才能登入。"
|
|
643
|
+
"desc": "每位成員都必須啟用雙重驗證才能登入。",
|
|
644
|
+
"note": "這是提示而非強制:未啟用雙重驗證的成員會被導向設定,之後也無法再關閉,但登入不會被阻擋,API 金鑰也不受影響。"
|
|
576
645
|
},
|
|
577
646
|
"allowSignup": {
|
|
578
647
|
"label": "允許自行註冊",
|
|
@@ -587,6 +656,41 @@
|
|
|
587
656
|
"error": "介於 {min, number} 到 {max, number} 個字元之間。"
|
|
588
657
|
}
|
|
589
658
|
},
|
|
659
|
+
"email": {
|
|
660
|
+
"heading": "電子郵件 (SMTP)",
|
|
661
|
+
"unconfigured": "尚未設定郵件伺服器,因此 Adminium 無法寄送密碼重設、使用者邀請或排程報表。",
|
|
662
|
+
"host": {
|
|
663
|
+
"label": "SMTP 主機",
|
|
664
|
+
"error": "只能填寫主機名稱或 IP 位址 — 不含通訊協定、連接埠或憑證。"
|
|
665
|
+
},
|
|
666
|
+
"port": {
|
|
667
|
+
"label": "連接埠",
|
|
668
|
+
"error": "介於 {min, number} 與 {max, number} 之間。"
|
|
669
|
+
},
|
|
670
|
+
"user": {
|
|
671
|
+
"label": "使用者名稱",
|
|
672
|
+
"helper": "若中繼不需驗證,請留空。"
|
|
673
|
+
},
|
|
674
|
+
"pass": {
|
|
675
|
+
"label": "密碼",
|
|
676
|
+
"helper": "加密儲存且不會再顯示。留空即保留目前的密碼。",
|
|
677
|
+
"error": "此使用者名稱需要密碼。"
|
|
678
|
+
},
|
|
679
|
+
"from": {
|
|
680
|
+
"label": "寄件者位址",
|
|
681
|
+
"helper": "可只填位址,或在位址前加上顯示名稱。",
|
|
682
|
+
"error": "請輸入電子郵件位址。"
|
|
683
|
+
},
|
|
684
|
+
"secure": {
|
|
685
|
+
"label": "隱含式 TLS",
|
|
686
|
+
"helper": "連接埠 465 請開啟。關閉時以明文開始並透過 STARTTLS 升級,這正是連接埠 587 所預期的。"
|
|
687
|
+
},
|
|
688
|
+
"remove": "移除郵件伺服器",
|
|
689
|
+
"review": {
|
|
690
|
+
"removed": "已移除",
|
|
691
|
+
"password": "已取代"
|
|
692
|
+
}
|
|
693
|
+
},
|
|
590
694
|
"review": {
|
|
591
695
|
"title": "儲存工作區設定",
|
|
592
696
|
"subtitle": "儲存前請確認您的變更。",
|
|
@@ -620,6 +724,11 @@
|
|
|
620
724
|
"heading": "頁面",
|
|
621
725
|
"body": "新增、編輯與刪除頁面,變更每個頁面的內容,並重新排列側邊欄。",
|
|
622
726
|
"cta": "管理頁面"
|
|
727
|
+
},
|
|
728
|
+
"translationsCard": {
|
|
729
|
+
"heading": "語言與翻譯",
|
|
730
|
+
"body": "重寫 Adminium 中的任何文字,決定使用者可以選哪些語言,並加入你自己的語言。",
|
|
731
|
+
"cta": "開啟翻譯"
|
|
623
732
|
}
|
|
624
733
|
},
|
|
625
734
|
"settingsAi": {
|
|
@@ -1153,7 +1262,64 @@
|
|
|
1153
1262
|
"pii": "PII",
|
|
1154
1263
|
"masked": "已遮罩"
|
|
1155
1264
|
},
|
|
1156
|
-
"unavailableTitle": "結構描述重新對應編輯器無法使用"
|
|
1265
|
+
"unavailableTitle": "結構描述重新對應編輯器無法使用",
|
|
1266
|
+
"unavailableBody": "目前的組建尚未包含重新對應編輯器(09-T12)。等它推出後重新執行產生流程,即可重新對應標籤、型別與關聯。"
|
|
1267
|
+
},
|
|
1268
|
+
"publicApi": {
|
|
1269
|
+
"error": "Something went wrong",
|
|
1270
|
+
"scopes": {
|
|
1271
|
+
"deleteTitle": "Delete this scope",
|
|
1272
|
+
"deleteBody": "Any page using a key bound to this scope stops loading data. Keys are not deleted — revoke them first if that is what you meant.",
|
|
1273
|
+
"deletePrompt": "Type the scope name to confirm",
|
|
1274
|
+
"deleteConfirm": "Delete scope",
|
|
1275
|
+
"issuesTitle": "This scope did not compile",
|
|
1276
|
+
"title": "Scopes",
|
|
1277
|
+
"subtitle": "A scope is the whole of what a key may reach — the tables, the exact columns, and a filter the caller can narrow but never remove.",
|
|
1278
|
+
"emptyTitle": "No scopes yet",
|
|
1279
|
+
"emptyBody": "Create one below. It is checked against your live schema before it is saved.",
|
|
1280
|
+
"keyCount": "{count, plural, =0 {no keys} other {# keys}}",
|
|
1281
|
+
"delete": "Delete",
|
|
1282
|
+
"nameLabel": "Name",
|
|
1283
|
+
"connectionLabel": "Connection ID",
|
|
1284
|
+
"documentLabel": "Scope document",
|
|
1285
|
+
"documentHint": "Compiled against your schema when you save. Every column a caller can reach is listed here and nowhere else.",
|
|
1286
|
+
"create": "Create scope",
|
|
1287
|
+
"formLabel": "Create a scope"
|
|
1288
|
+
},
|
|
1289
|
+
"cancel": "Cancel",
|
|
1290
|
+
"close": "Close",
|
|
1291
|
+
"title": "Public API",
|
|
1292
|
+
"subtitle": "Let your own customer- or staff-facing pages read this database, through a scope you define.",
|
|
1293
|
+
"notRegistered": {
|
|
1294
|
+
"title": "Not enabled on this server",
|
|
1295
|
+
"body": "Set ADMINIUM_PUBLIC_API_ORIGINS to the exact origins allowed to call it, then restart. Until then these routes are not served at all."
|
|
1296
|
+
},
|
|
1297
|
+
"toggle": {
|
|
1298
|
+
"label": "Serve the public API",
|
|
1299
|
+
"hint": "Turning this off stops every public request immediately. Nothing is deleted — keys, scopes and data all survive."
|
|
1300
|
+
},
|
|
1301
|
+
"origins": {
|
|
1302
|
+
"label": "Origins allowed to call it"
|
|
1303
|
+
},
|
|
1304
|
+
"keys": {
|
|
1305
|
+
"title": "Keys",
|
|
1306
|
+
"subtitle": "These go in your page’s JavaScript, so anyone can read them. That is expected — a key can only ever do what its scope allows.",
|
|
1307
|
+
"emptyTitle": "No keys yet",
|
|
1308
|
+
"emptyBody": "Create a scope first, then mint a key for it.",
|
|
1309
|
+
"reveal": "Show key",
|
|
1310
|
+
"rotate": "Rotate",
|
|
1311
|
+
"revoke": "Revoke",
|
|
1312
|
+
"nameLabel": "Name",
|
|
1313
|
+
"scopeLabel": "Scope",
|
|
1314
|
+
"scopePlaceholder": "Choose a scope",
|
|
1315
|
+
"create": "Create key",
|
|
1316
|
+
"formLabel": "Create a key",
|
|
1317
|
+
"scopeIsAuthTitle": "The scope is the only permission",
|
|
1318
|
+
"scopeIsAuthBody": "A key can reach exactly what its scope lists and nothing else. It does not use roles or table permissions, and it cannot read anything through the rest of the API."
|
|
1319
|
+
},
|
|
1320
|
+
"status": {
|
|
1321
|
+
"heading": "Status"
|
|
1322
|
+
}
|
|
1157
1323
|
}
|
|
1158
1324
|
},
|
|
1159
1325
|
"onboarding": {
|
package/locales/zh-TW/ui.json
CHANGED
|
@@ -291,17 +291,20 @@
|
|
|
291
291
|
},
|
|
292
292
|
"cohortMatrix": {
|
|
293
293
|
"chartLabel": "世代留存",
|
|
294
|
-
"description": "世代為列、期間為欄,每格依留存率或營收深淺著色。"
|
|
294
|
+
"description": "世代為列、期間為欄,每格依留存率或營收深淺著色。",
|
|
295
|
+
"regionLabel": "Cohort matrix"
|
|
295
296
|
},
|
|
296
297
|
"heatmapCalendar": {
|
|
297
298
|
"chartLabel": "活動行事曆",
|
|
298
299
|
"legendLessLabel": "少",
|
|
299
300
|
"legendMoreLabel": "多",
|
|
300
|
-
"description": "一整年的每日活動以週對日的格線呈現,依強度深淺著色。"
|
|
301
|
+
"description": "一整年的每日活動以週對日的格線呈現,依強度深淺著色。",
|
|
302
|
+
"regionLabel": "Activity calendar"
|
|
301
303
|
},
|
|
302
304
|
"heatMonth": {
|
|
303
305
|
"chartLabel": "每月活動",
|
|
304
|
-
"description": "單一日曆月份以日格線呈現,依當日數值深淺著色。"
|
|
306
|
+
"description": "單一日曆月份以日格線呈現,依當日數值深淺著色。",
|
|
307
|
+
"regionLabel": "Monthly heat map"
|
|
305
308
|
},
|
|
306
309
|
"choroplethGrid": {
|
|
307
310
|
"chartLabel": "區域分佈",
|
|
@@ -416,12 +419,14 @@
|
|
|
416
419
|
"description": "附計數的事件類別;切換即可篩選旁邊的行事曆。",
|
|
417
420
|
"emptyTitle": "尚無類別",
|
|
418
421
|
"emptyBody": "有事件後,事件類別會顯示在這裡。",
|
|
419
|
-
"uncategorizedLabel": "未分類"
|
|
422
|
+
"uncategorizedLabel": "未分類",
|
|
423
|
+
"listLabel": "Categories"
|
|
420
424
|
},
|
|
421
425
|
"upcomingEventsList": {
|
|
422
426
|
"description": "依日期排序的近期事件,含負責人與狀態。",
|
|
423
427
|
"emptyTitle": "沒有即將到來的事件",
|
|
424
|
-
"emptyBody": "排定的事件會陸續顯示在這裡。"
|
|
428
|
+
"emptyBody": "排定的事件會陸續顯示在這裡。",
|
|
429
|
+
"listLabel": "Upcoming events"
|
|
425
430
|
},
|
|
426
431
|
"dateRangePicker": {
|
|
427
432
|
"description": "附快捷選項的日期區間,可篩選頁面其餘內容。",
|
|
@@ -443,7 +448,8 @@
|
|
|
443
448
|
"emptyBody": "排定週期性報表或匯出後,會顯示在這裡。",
|
|
444
449
|
"nextRunLabel": "下次執行",
|
|
445
450
|
"toggleLabel": "啟用排程",
|
|
446
|
-
"recipientsLabel": "收件者"
|
|
451
|
+
"recipientsLabel": "收件者",
|
|
452
|
+
"listLabel": "Scheduled jobs"
|
|
447
453
|
}
|
|
448
454
|
},
|
|
449
455
|
"tables": {
|
|
@@ -618,7 +624,8 @@
|
|
|
618
624
|
"sendLabel": "傳送",
|
|
619
625
|
"attachLabel": "新增附件",
|
|
620
626
|
"typingLabel": "正在輸入…",
|
|
621
|
-
"composerLabel": "訊息"
|
|
627
|
+
"composerLabel": "訊息",
|
|
628
|
+
"transcriptLabel": "Conversation"
|
|
622
629
|
},
|
|
623
630
|
"aiChatPanel": {
|
|
624
631
|
"description": "用於詢問資料庫結構與資料的助理面板。",
|
|
@@ -631,7 +638,8 @@
|
|
|
631
638
|
"configureBody": "新增 Anthropic 或 OpenAI 金鑰,或將 Adminium 指向你自己的端點,即可詢問資料庫結構。",
|
|
632
639
|
"configureCtaLabel": "設定供應商",
|
|
633
640
|
"assistantLabel": "助理",
|
|
634
|
-
"composerLabel": "提出問題"
|
|
641
|
+
"composerLabel": "提出問題",
|
|
642
|
+
"transcriptLabel": "Assistant transcript"
|
|
635
643
|
},
|
|
636
644
|
"typingIndicator": {
|
|
637
645
|
"description": "頭像加斜體「輸入中…」列,繫結至每個對話的即時布林值。",
|
|
@@ -1444,6 +1452,7 @@
|
|
|
1444
1452
|
"deleteFailed": "刪除失敗。",
|
|
1445
1453
|
"bulkDeleted": "{count, plural, other {{n} rows deleted.}}",
|
|
1446
1454
|
"bulkDeleteFailed": "批次刪除失敗。",
|
|
1455
|
+
"exportIncomplete": "已匯出 {selected, number} 個所選列中的 {written, number} 個 — 請重新載入後再試一次。",
|
|
1447
1456
|
"undone": "已復原變更。",
|
|
1448
1457
|
"undoFailed": "復原失敗。"
|
|
1449
1458
|
},
|