@vendure/dashboard 3.6.4-master-202605290309 → 3.6.4
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/package.json +3 -3
- package/src/app/common/duplicate-entity-dialog.tsx +2 -1
- package/src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx +2 -1
- package/src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx +133 -32
- package/src/i18n/locales/ar.po +97 -78
- package/src/i18n/locales/bg.po +97 -78
- package/src/i18n/locales/cs.po +97 -78
- package/src/i18n/locales/de.po +97 -78
- package/src/i18n/locales/en.po +97 -78
- package/src/i18n/locales/es.po +97 -78
- package/src/i18n/locales/fa.po +97 -78
- package/src/i18n/locales/fr.po +97 -78
- package/src/i18n/locales/he.po +97 -78
- package/src/i18n/locales/hr.po +97 -78
- package/src/i18n/locales/hu.po +97 -78
- package/src/i18n/locales/it.po +97 -78
- package/src/i18n/locales/ja.po +97 -78
- package/src/i18n/locales/nb.po +97 -78
- package/src/i18n/locales/ne.po +97 -78
- package/src/i18n/locales/nl.po +97 -78
- package/src/i18n/locales/pl.po +97 -78
- package/src/i18n/locales/pt_BR.po +97 -78
- package/src/i18n/locales/pt_PT.po +97 -78
- package/src/i18n/locales/ro.po +97 -78
- package/src/i18n/locales/ru.po +97 -78
- package/src/i18n/locales/sv.po +97 -78
- package/src/i18n/locales/tr.po +97 -78
- package/src/i18n/locales/uk.po +97 -78
- package/src/i18n/locales/zh_Hans.po +97 -78
- package/src/i18n/locales/zh_Hant.po +97 -78
- package/src/lib/components/data-input/affixed-input.tsx +2 -0
- package/src/lib/components/data-input/default-relation-input.tsx +60 -0
- package/src/lib/components/data-input/select-with-options.tsx +12 -5
- package/src/lib/components/shared/configurable-operation-multi-selector.tsx +2 -1
- package/src/lib/components/shared/configurable-operation-selector.tsx +2 -1
- package/src/lib/components/shared/configurable-operation-utils.spec.ts +49 -0
- package/src/lib/components/shared/configurable-operation-utils.ts +18 -0
- package/src/lib/framework/form-engine/form-schema-tools.spec.ts +39 -0
- package/src/lib/framework/form-engine/form-schema-tools.ts +72 -2
- package/src/lib/framework/form-engine/use-generated-form.tsx +13 -10
- package/src/lib/framework/form-engine/utils.spec.ts +50 -0
- package/src/lib/framework/form-engine/utils.ts +14 -0
- package/src/lib/providers/auth.tsx +52 -13
|
@@ -94,7 +94,7 @@ msgstr "使用外部驗證策略:{strategy}"
|
|
|
94
94
|
msgid "Select a reason..."
|
|
95
95
|
msgstr "選擇原因..."
|
|
96
96
|
|
|
97
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
97
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:100
|
|
98
98
|
msgid "Heading 5"
|
|
99
99
|
msgstr "標題 5"
|
|
100
100
|
|
|
@@ -104,7 +104,7 @@ msgstr "標題 5"
|
|
|
104
104
|
msgid "Failed to add payment"
|
|
105
105
|
msgstr "新增付款失敗"
|
|
106
106
|
|
|
107
|
-
#: src/lib/framework/layout-engine/page-layout.tsx:
|
|
107
|
+
#: src/lib/framework/layout-engine/page-layout.tsx:730
|
|
108
108
|
msgid "Updated"
|
|
109
109
|
msgstr "已更新"
|
|
110
110
|
|
|
@@ -113,7 +113,7 @@ msgstr "已更新"
|
|
|
113
113
|
msgid "Failed to update global settings"
|
|
114
114
|
msgstr "更新全域設定失敗"
|
|
115
115
|
|
|
116
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
116
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:78
|
|
117
117
|
msgid "Successfully fulfilled order"
|
|
118
118
|
msgstr "已成功履行訂單"
|
|
119
119
|
|
|
@@ -164,7 +164,7 @@ msgstr "類型"
|
|
|
164
164
|
#. placeholder {0}: entityName.toLowerCase()
|
|
165
165
|
#. placeholder {0}: group.name
|
|
166
166
|
#: src/app/routes/_authenticated/_products/components/product-option-select.tsx:57
|
|
167
|
-
#: src/lib/components/data-input/default-relation-input.tsx:
|
|
167
|
+
#: src/lib/components/data-input/default-relation-input.tsx:616
|
|
168
168
|
msgid "Select {0}"
|
|
169
169
|
msgstr "選取 {0}"
|
|
170
170
|
|
|
@@ -259,7 +259,7 @@ msgstr "透過模擬訂單測試此配送方式,以查看其是否適用以及
|
|
|
259
259
|
msgid "Stock Locations"
|
|
260
260
|
msgstr "庫存位置"
|
|
261
261
|
|
|
262
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
262
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:293
|
|
263
263
|
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:170
|
|
264
264
|
msgid "Fulfillment handler"
|
|
265
265
|
msgstr "履行處理器"
|
|
@@ -320,7 +320,7 @@ msgstr "至少輸入 2 個字元進行搜尋..."
|
|
|
320
320
|
|
|
321
321
|
#: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx:121
|
|
322
322
|
#: src/app/routes/_authenticated/_customers/customers_.$id.tsx:182
|
|
323
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
323
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:108
|
|
324
324
|
msgid "Last name"
|
|
325
325
|
msgstr "姓氏"
|
|
326
326
|
|
|
@@ -345,7 +345,7 @@ msgstr "已成功建立庫存位置"
|
|
|
345
345
|
#: src/app/routes/_authenticated/_products/components/add-option-group-dialog.tsx:78
|
|
346
346
|
#: src/app/routes/_authenticated/_products/components/add-option-group-dialog.tsx:120
|
|
347
347
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:166
|
|
348
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
348
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:185
|
|
349
349
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:112
|
|
350
350
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:204
|
|
351
351
|
msgid "Unknown error"
|
|
@@ -543,7 +543,7 @@ msgstr "搜尋付款方式..."
|
|
|
543
543
|
msgid "Shipping address unset for order"
|
|
544
544
|
msgstr "訂單已取消配送地址"
|
|
545
545
|
|
|
546
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
546
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:432
|
|
547
547
|
msgid "Create {enabledCount} variants"
|
|
548
548
|
msgstr "建立 {enabledCount} 個變體"
|
|
549
549
|
|
|
@@ -580,7 +580,7 @@ msgid "Successfully updated product option"
|
|
|
580
580
|
msgstr "成功更新產品選項"
|
|
581
581
|
|
|
582
582
|
#: src/app/routes/_authenticated/_product-variants/components/product-variant-bulk-actions.tsx:95
|
|
583
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
583
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:159
|
|
584
584
|
#: src/app/routes/_authenticated/_products/components/product-bulk-actions.tsx:89
|
|
585
585
|
msgid "Edit facet values"
|
|
586
586
|
msgstr "編輯屬性值"
|
|
@@ -690,7 +690,7 @@ msgid "Failed to set shipping method for order: {0}"
|
|
|
690
690
|
msgstr ""
|
|
691
691
|
|
|
692
692
|
#: src/app/routes/_authenticated/_option-groups/components/option-group-products-block.tsx:48
|
|
693
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
693
|
+
#: src/lib/components/data-table/data-table.tsx:378
|
|
694
694
|
msgid "Filter..."
|
|
695
695
|
msgstr "篩選..."
|
|
696
696
|
|
|
@@ -750,7 +750,7 @@ msgstr "完成草稿"
|
|
|
750
750
|
#: src/app/routes/_authenticated/_collections/collections_.$id.tsx:169
|
|
751
751
|
#: src/app/routes/_authenticated/_countries/countries_.$id.tsx:104
|
|
752
752
|
#: src/app/routes/_authenticated/_customer-groups/customer-groups_.$id.tsx:103
|
|
753
|
-
#: src/app/routes/_authenticated/_customers/customers.tsx:
|
|
753
|
+
#: src/app/routes/_authenticated/_customers/customers.tsx:70
|
|
754
754
|
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:131
|
|
755
755
|
#: src/app/routes/_authenticated/_facets/facets_.$id.tsx:120
|
|
756
756
|
#: src/app/routes/_authenticated/_option-groups/option-groups_.$groupId.options_.$id.tsx:202
|
|
@@ -769,9 +769,9 @@ msgstr "完成草稿"
|
|
|
769
769
|
msgid "Name"
|
|
770
770
|
msgstr "名稱"
|
|
771
771
|
|
|
772
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
773
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
774
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
772
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:81
|
|
773
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:87
|
|
774
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:189
|
|
775
775
|
msgid "Failed to fulfill order"
|
|
776
776
|
msgstr "履行訂單失敗"
|
|
777
777
|
|
|
@@ -922,7 +922,7 @@ msgid "Refresh data"
|
|
|
922
922
|
msgstr "重新整理資料"
|
|
923
923
|
|
|
924
924
|
#. placeholder {0}: entityIds.length
|
|
925
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
925
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:162
|
|
926
926
|
msgid "Add or remove facet values for {0} {entityType}"
|
|
927
927
|
msgstr "為 {0} {entityType} 新增或刪除屬性值"
|
|
928
928
|
|
|
@@ -943,8 +943,8 @@ msgid "Failed to update zone"
|
|
|
943
943
|
msgstr "更新區域失敗"
|
|
944
944
|
|
|
945
945
|
#: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx:133
|
|
946
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
947
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
946
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:120
|
|
947
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:137
|
|
948
948
|
#: src/lib/components/login/login-form.tsx:93
|
|
949
949
|
msgid "Password"
|
|
950
950
|
msgstr "密碼"
|
|
@@ -1032,7 +1032,7 @@ msgstr "已成功建立集合"
|
|
|
1032
1032
|
#: src/app/routes/_authenticated/_orders/components/shipping-method-selector.tsx:49
|
|
1033
1033
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:298
|
|
1034
1034
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:298
|
|
1035
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
1035
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:290
|
|
1036
1036
|
#: src/lib/components/layout/language-dialog.tsx:136
|
|
1037
1037
|
msgid "Price"
|
|
1038
1038
|
msgstr "價格"
|
|
@@ -1180,7 +1180,7 @@ msgstr "付款已轉換"
|
|
|
1180
1180
|
msgid "Remaining:"
|
|
1181
1181
|
msgstr "剩餘:"
|
|
1182
1182
|
|
|
1183
|
-
#: src/app/common/duplicate-entity-dialog.tsx:
|
|
1183
|
+
#: src/app/common/duplicate-entity-dialog.tsx:104
|
|
1184
1184
|
msgid "No duplicator found with code \"{duplicatorCode}\" for {entityName}s"
|
|
1185
1185
|
msgstr "找不到代碼為「{duplicatorCode}」的 {entityName} 複製器"
|
|
1186
1186
|
|
|
@@ -1214,7 +1214,7 @@ msgstr ",已選取 {0} 項"
|
|
|
1214
1214
|
msgid "No countries found"
|
|
1215
1215
|
msgstr "找不到國家"
|
|
1216
1216
|
|
|
1217
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
1217
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:181
|
|
1218
1218
|
msgid "Successfully created variants"
|
|
1219
1219
|
msgstr "變體建立成功"
|
|
1220
1220
|
|
|
@@ -1275,8 +1275,8 @@ msgid "{cancellableCount, plural, one {Cancel {cancellableCount} job} other {Can
|
|
|
1275
1275
|
msgstr ""
|
|
1276
1276
|
|
|
1277
1277
|
#: src/lib/components/data-input/product-multi-selector-input.tsx:399
|
|
1278
|
-
#: src/lib/components/shared/configurable-operation-multi-selector.tsx:
|
|
1279
|
-
#: src/lib/components/shared/configurable-operation-selector.tsx:
|
|
1278
|
+
#: src/lib/components/shared/configurable-operation-multi-selector.tsx:265
|
|
1279
|
+
#: src/lib/components/shared/configurable-operation-selector.tsx:140
|
|
1280
1280
|
msgid "{buttonText}"
|
|
1281
1281
|
msgstr "{buttonText}"
|
|
1282
1282
|
|
|
@@ -1306,10 +1306,14 @@ msgid "Failed to create seller"
|
|
|
1306
1306
|
msgstr "建立賣家失敗"
|
|
1307
1307
|
|
|
1308
1308
|
#. placeholder {0}: entityName.toLowerCase()
|
|
1309
|
-
#: src/app/common/duplicate-entity-dialog.tsx:
|
|
1309
|
+
#: src/app/common/duplicate-entity-dialog.tsx:88
|
|
1310
1310
|
msgid "Configure duplication settings for {0}s"
|
|
1311
1311
|
msgstr "設定{0}的複製設定"
|
|
1312
1312
|
|
|
1313
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:304
|
|
1314
|
+
msgid "No variants match the current filter."
|
|
1315
|
+
msgstr "沒有符合目前篩選條件的變體。"
|
|
1316
|
+
|
|
1313
1317
|
#: src/app/routes/_authenticated/_customers/customers_.$id.tsx:203
|
|
1314
1318
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:245
|
|
1315
1319
|
msgid "Addresses"
|
|
@@ -1419,7 +1423,7 @@ msgstr "大小"
|
|
|
1419
1423
|
msgid "No translation found for {0}"
|
|
1420
1424
|
msgstr "找不到 {0} 的翻譯"
|
|
1421
1425
|
|
|
1422
|
-
#: src/app/routes/_authenticated/_customers/customers.tsx:
|
|
1426
|
+
#: src/app/routes/_authenticated/_customers/customers.tsx:92
|
|
1423
1427
|
msgid "New Customer"
|
|
1424
1428
|
msgstr "新增客戶"
|
|
1425
1429
|
|
|
@@ -1480,7 +1484,7 @@ msgstr "重新命名檢視失敗"
|
|
|
1480
1484
|
msgid "Available"
|
|
1481
1485
|
msgstr "可用"
|
|
1482
1486
|
|
|
1483
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
1487
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:95
|
|
1484
1488
|
msgid "Normal"
|
|
1485
1489
|
msgstr "正常"
|
|
1486
1490
|
|
|
@@ -1523,7 +1527,7 @@ msgstr "地址已成功更新"
|
|
|
1523
1527
|
#: src/app/routes/_authenticated/_api-keys/api-keys_.$id.tsx:226
|
|
1524
1528
|
#: src/app/routes/_authenticated/_orders/components/fulfillment-details.tsx:124
|
|
1525
1529
|
#: src/lib/components/shared/asset/asset-gallery.tsx:747
|
|
1526
|
-
#: src/lib/framework/layout-engine/page-layout.tsx:
|
|
1530
|
+
#: src/lib/framework/layout-engine/page-layout.tsx:717
|
|
1527
1531
|
msgid "Created"
|
|
1528
1532
|
msgstr "已建立"
|
|
1529
1533
|
|
|
@@ -1561,16 +1565,16 @@ msgstr "新增商品選項"
|
|
|
1561
1565
|
msgid "Go to last page"
|
|
1562
1566
|
msgstr "前往最後一頁"
|
|
1563
1567
|
|
|
1564
|
-
#: src/app/common/duplicate-entity-dialog.tsx:
|
|
1568
|
+
#: src/app/common/duplicate-entity-dialog.tsx:113
|
|
1565
1569
|
#: src/app/routes/_authenticated/_api-keys/components/rotate-api-key-button.tsx:61
|
|
1566
1570
|
#: src/app/routes/_authenticated/_assets/components/manage-tags-dialog.tsx:203
|
|
1567
1571
|
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:418
|
|
1568
1572
|
#: src/app/routes/_authenticated/_orders/components/add-manual-payment-dialog.tsx:168
|
|
1569
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
1573
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:311
|
|
1570
1574
|
#: src/app/routes/_authenticated/_orders/components/order-modification-preview-dialog.tsx:352
|
|
1571
1575
|
#: src/app/routes/_authenticated/_orders/components/refund-order-dialog.tsx:358
|
|
1572
1576
|
#: src/app/routes/_authenticated/_orders/components/settle-refund-dialog.tsx:71
|
|
1573
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
1577
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:273
|
|
1574
1578
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:493
|
|
1575
1579
|
#: src/app/routes/_authenticated/_system/settings-store.tsx:140
|
|
1576
1580
|
#: src/lib/components/data-input/product-multi-selector-input.tsx:370
|
|
@@ -1714,9 +1718,9 @@ msgstr "{operator}"
|
|
|
1714
1718
|
msgid "Refund required"
|
|
1715
1719
|
msgstr "需要退款"
|
|
1716
1720
|
|
|
1717
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
1718
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
1719
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
1721
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:222
|
|
1722
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:228
|
|
1723
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:317
|
|
1720
1724
|
msgid "Fulfill order"
|
|
1721
1725
|
msgstr "履行訂單"
|
|
1722
1726
|
|
|
@@ -1729,7 +1733,7 @@ msgctxt "date-range"
|
|
|
1729
1733
|
msgid "Last 30 days"
|
|
1730
1734
|
msgstr "過去30天"
|
|
1731
1735
|
|
|
1732
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
1736
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:238
|
|
1733
1737
|
msgid "No facet values"
|
|
1734
1738
|
msgstr "無屬性值"
|
|
1735
1739
|
|
|
@@ -1765,9 +1769,9 @@ msgstr "退款已成功完成"
|
|
|
1765
1769
|
#: src/app/routes/_authenticated/_orders/components/order-line-custom-fields-form.tsx:51
|
|
1766
1770
|
#: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:138
|
|
1767
1771
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:226
|
|
1768
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
1772
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:279
|
|
1769
1773
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:219
|
|
1770
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
1774
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:92
|
|
1771
1775
|
#: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:144
|
|
1772
1776
|
#: src/app/routes/_authenticated/_roles/roles_.$id.tsx:84
|
|
1773
1777
|
#: src/app/routes/_authenticated/_sellers/sellers_.$id.tsx:78
|
|
@@ -1780,7 +1784,7 @@ msgstr "退款已成功完成"
|
|
|
1780
1784
|
msgid "Update"
|
|
1781
1785
|
msgstr "更新"
|
|
1782
1786
|
|
|
1783
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
1787
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:97
|
|
1784
1788
|
msgid "Heading 2"
|
|
1785
1789
|
msgstr "標題 2"
|
|
1786
1790
|
|
|
@@ -1788,7 +1792,7 @@ msgstr "標題 2"
|
|
|
1788
1792
|
msgid "Order placed"
|
|
1789
1793
|
msgstr "訂單已下單"
|
|
1790
1794
|
|
|
1791
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
1795
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:71
|
|
1792
1796
|
msgid "Successfully updated profile"
|
|
1793
1797
|
msgstr "已成功更新個人資料"
|
|
1794
1798
|
|
|
@@ -1822,7 +1826,7 @@ msgstr "按集合名稱篩選"
|
|
|
1822
1826
|
msgid "Note added"
|
|
1823
1827
|
msgstr "備註已新增"
|
|
1824
1828
|
|
|
1825
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
1829
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:231
|
|
1826
1830
|
msgid "Select quantities to fulfill and configure the fulfillment handler"
|
|
1827
1831
|
msgstr "選取要履行的數量並設定履行處理器"
|
|
1828
1832
|
|
|
@@ -1835,12 +1839,12 @@ msgid "Starts at"
|
|
|
1835
1839
|
msgstr "開始於"
|
|
1836
1840
|
|
|
1837
1841
|
#: src/app/common/duplicate-bulk-action.tsx:131
|
|
1838
|
-
#: src/app/common/duplicate-entity-dialog.tsx:
|
|
1842
|
+
#: src/app/common/duplicate-entity-dialog.tsx:116
|
|
1839
1843
|
#: src/lib/components/data-table/views-sheet.tsx:244
|
|
1840
1844
|
msgid "Duplicate"
|
|
1841
1845
|
msgstr "複製"
|
|
1842
1846
|
|
|
1843
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
1847
|
+
#: src/lib/components/data-table/data-table.tsx:588
|
|
1844
1848
|
#: src/lib/components/shared/customer-group-selector.tsx:56
|
|
1845
1849
|
msgid "No results"
|
|
1846
1850
|
msgstr "無結果"
|
|
@@ -1945,6 +1949,10 @@ msgstr "唯讀"
|
|
|
1945
1949
|
msgid "Failed to duplicate global view"
|
|
1946
1950
|
msgstr "複製全域檢視失敗"
|
|
1947
1951
|
|
|
1952
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:254
|
|
1953
|
+
msgid "Showing {shown} of {total} • {selected} selected"
|
|
1954
|
+
msgstr "顯示 {total} 個中的 {shown} 個 • 已選取 {selected} 個"
|
|
1955
|
+
|
|
1948
1956
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-single-shipping-method-sheet.tsx:37
|
|
1949
1957
|
msgid "Test Shipping Method"
|
|
1950
1958
|
msgstr "測試配送方式"
|
|
@@ -2438,7 +2446,7 @@ msgstr "訂單已設定客戶"
|
|
|
2438
2446
|
msgid "Facets"
|
|
2439
2447
|
msgstr "屬性"
|
|
2440
2448
|
|
|
2441
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
2449
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:293
|
|
2442
2450
|
msgid "Stock on Hand"
|
|
2443
2451
|
msgstr "現有庫存"
|
|
2444
2452
|
|
|
@@ -2606,7 +2614,7 @@ msgid "Billing address"
|
|
|
2606
2614
|
msgstr "帳單地址"
|
|
2607
2615
|
|
|
2608
2616
|
#: src/app/routes/_authenticated/_facets/components/facet-values-table.tsx:131
|
|
2609
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
2617
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:172
|
|
2610
2618
|
msgid "Add facet value"
|
|
2611
2619
|
msgstr "新增屬性值"
|
|
2612
2620
|
|
|
@@ -2700,7 +2708,7 @@ msgstr "商品選項"
|
|
|
2700
2708
|
msgid "Select country"
|
|
2701
2709
|
msgstr "選取國家"
|
|
2702
2710
|
|
|
2703
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
2711
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:427
|
|
2704
2712
|
msgid "Creating..."
|
|
2705
2713
|
msgstr "正在建立..."
|
|
2706
2714
|
|
|
@@ -2712,7 +2720,7 @@ msgstr "確定要刪除此全域檢視嗎?此動作無法復原,將影響所
|
|
|
2712
2720
|
msgid "Force remove option group"
|
|
2713
2721
|
msgstr "強制移除選項群組"
|
|
2714
2722
|
|
|
2715
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
2723
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:140
|
|
2716
2724
|
msgid "Added"
|
|
2717
2725
|
msgstr "已新增"
|
|
2718
2726
|
|
|
@@ -2772,7 +2780,6 @@ msgstr "刪除全域檢視"
|
|
|
2772
2780
|
#: src/app/routes/_authenticated/_option-groups/option-groups_.$id.tsx:160
|
|
2773
2781
|
#: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:138
|
|
2774
2782
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:226
|
|
2775
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:196
|
|
2776
2783
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:219
|
|
2777
2784
|
#: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:144
|
|
2778
2785
|
#: src/app/routes/_authenticated/_roles/roles_.$id.tsx:84
|
|
@@ -2885,8 +2892,8 @@ msgstr "全域檢視已成功重新命名"
|
|
|
2885
2892
|
msgid "No tags selected"
|
|
2886
2893
|
msgstr "未選取標籤"
|
|
2887
2894
|
|
|
2888
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
2889
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
2895
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:408
|
|
2896
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:417
|
|
2890
2897
|
#: src/lib/components/data-table/data-table-facet-value-faceted-filter.tsx:205
|
|
2891
2898
|
msgid "Back"
|
|
2892
2899
|
msgstr "返回"
|
|
@@ -2956,12 +2963,12 @@ msgstr "退款處理成功"
|
|
|
2956
2963
|
#: src/app/routes/_authenticated/_orders/components/shipping-method-selector.tsx:37
|
|
2957
2964
|
#: src/app/routes/_authenticated/_orders/components/shipping-method-selector.tsx:44
|
|
2958
2965
|
#: src/app/routes/_authenticated/_orders/components/state-transition-control.tsx:77
|
|
2959
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
2966
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:192
|
|
2960
2967
|
#: src/app/routes/_authenticated/_tax-categories/tax-categories.tsx:44
|
|
2961
2968
|
#: src/lib/components/data-input/product-multi-selector-input.tsx:281
|
|
2962
2969
|
#: src/lib/components/data-input/product-multi-selector-input.tsx:284
|
|
2963
2970
|
#: src/lib/components/data-input/relation-selector.tsx:404
|
|
2964
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
2971
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:439
|
|
2965
2972
|
msgid "{0}"
|
|
2966
2973
|
msgstr "{0}"
|
|
2967
2974
|
|
|
@@ -2997,7 +3004,7 @@ msgid "Track"
|
|
|
2997
3004
|
msgstr "追蹤"
|
|
2998
3005
|
|
|
2999
3006
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:322
|
|
3000
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
3007
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:429
|
|
3001
3008
|
msgid "Create variant"
|
|
3002
3009
|
msgstr "建立變體"
|
|
3003
3010
|
|
|
@@ -3026,7 +3033,7 @@ msgstr "確定要離開此頁面嗎?任何未儲存的變更都將遺失。"
|
|
|
3026
3033
|
msgid "Toggle header column"
|
|
3027
3034
|
msgstr "切換標題欄"
|
|
3028
3035
|
|
|
3029
|
-
#: src/app/routes/_authenticated/_promotions/promotions.tsx:
|
|
3036
|
+
#: src/app/routes/_authenticated/_promotions/promotions.tsx:90
|
|
3030
3037
|
msgid "New Promotion"
|
|
3031
3038
|
msgstr "新增促銷"
|
|
3032
3039
|
|
|
@@ -3110,7 +3117,7 @@ msgstr "訂單指標"
|
|
|
3110
3117
|
msgid "Select display language"
|
|
3111
3118
|
msgstr "選取顯示語言"
|
|
3112
3119
|
|
|
3113
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
3120
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:128
|
|
3114
3121
|
msgid "Authentication methods"
|
|
3115
3122
|
msgstr "驗證方式"
|
|
3116
3123
|
|
|
@@ -3227,7 +3234,7 @@ msgstr "載入更多{0}個 (剩餘{remaining}個)"
|
|
|
3227
3234
|
msgid "Facet values"
|
|
3228
3235
|
msgstr "屬性值"
|
|
3229
3236
|
|
|
3230
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
3237
|
+
#: src/lib/components/data-table/data-table.tsx:237
|
|
3231
3238
|
msgid "Failed to reorder items"
|
|
3232
3239
|
msgstr "重新排序商品失敗"
|
|
3233
3240
|
|
|
@@ -3409,7 +3416,7 @@ msgstr "已退款商品"
|
|
|
3409
3416
|
#~ msgstr "將選項指派給現有變體"
|
|
3410
3417
|
|
|
3411
3418
|
#. placeholder {0}: entityName.toLowerCase()
|
|
3412
|
-
#: src/app/common/duplicate-entity-dialog.tsx:
|
|
3419
|
+
#: src/app/common/duplicate-entity-dialog.tsx:85
|
|
3413
3420
|
msgid "Duplicate {0}s"
|
|
3414
3421
|
msgstr "複製 {0}"
|
|
3415
3422
|
|
|
@@ -3441,7 +3448,7 @@ msgstr "未執行"
|
|
|
3441
3448
|
msgid "Assigned"
|
|
3442
3449
|
msgstr "已指派"
|
|
3443
3450
|
|
|
3444
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
3451
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:96
|
|
3445
3452
|
msgid "Heading 1"
|
|
3446
3453
|
msgstr "標題 1"
|
|
3447
3454
|
|
|
@@ -3658,12 +3665,16 @@ msgstr "全域檢視已成功複製"
|
|
|
3658
3665
|
msgid "Created by"
|
|
3659
3666
|
msgstr "建立者"
|
|
3660
3667
|
|
|
3668
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:240
|
|
3669
|
+
msgid "Filter variants..."
|
|
3670
|
+
msgstr "篩選變體..."
|
|
3671
|
+
|
|
3661
3672
|
#: src/app/routes/_authenticated/_product-variants/components/add-currency-dropdown.tsx:35
|
|
3662
3673
|
msgid "Add a price in another currency"
|
|
3663
3674
|
msgstr "新增另一種貨幣的價格"
|
|
3664
3675
|
|
|
3665
3676
|
#: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx:127
|
|
3666
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
3677
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:114
|
|
3667
3678
|
msgid "Email Address or identifier"
|
|
3668
3679
|
msgstr "電子郵件地址或識別碼"
|
|
3669
3680
|
|
|
@@ -3680,7 +3691,7 @@ msgstr "退款 #{0} 已轉換到 {1}"
|
|
|
3680
3691
|
msgid "Customers"
|
|
3681
3692
|
msgstr "客戶"
|
|
3682
3693
|
|
|
3683
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
3694
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:99
|
|
3684
3695
|
msgid "Heading 4"
|
|
3685
3696
|
msgstr "標題 4"
|
|
3686
3697
|
|
|
@@ -4033,7 +4044,7 @@ msgstr "已出貨"
|
|
|
4033
4044
|
#~ msgid "Monitored Resources"
|
|
4034
4045
|
#~ msgstr "監控資源"
|
|
4035
4046
|
|
|
4036
|
-
#: src/lib/framework/layout-engine/page-layout.tsx:
|
|
4047
|
+
#: src/lib/framework/layout-engine/page-layout.tsx:689
|
|
4037
4048
|
msgid "Entity Information"
|
|
4038
4049
|
msgstr "實體資訊"
|
|
4039
4050
|
|
|
@@ -4164,7 +4175,7 @@ msgstr "更新 API Key 失敗"
|
|
|
4164
4175
|
msgid "{title}"
|
|
4165
4176
|
msgstr "{title}"
|
|
4166
4177
|
|
|
4167
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
4178
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:244
|
|
4168
4179
|
#: src/app/routes/_authenticated/_orders/components/refund-order-dialog.tsx:83
|
|
4169
4180
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:178
|
|
4170
4181
|
msgid "Order lines"
|
|
@@ -4272,7 +4283,7 @@ msgstr "舊電子郵件:"
|
|
|
4272
4283
|
msgid "Save a view as \"Global\" to make it available to all users."
|
|
4273
4284
|
msgstr "將檢視儲存為「全域」以使其對所有使用者可用。"
|
|
4274
4285
|
|
|
4275
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
4286
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:184
|
|
4276
4287
|
msgid "Failed to create variants"
|
|
4277
4288
|
msgstr "建立變體失敗"
|
|
4278
4289
|
|
|
@@ -4302,7 +4313,7 @@ msgstr "新增賣家"
|
|
|
4302
4313
|
msgid "e.g., Red, Large, Cotton"
|
|
4303
4314
|
msgstr "例如:紅色、大號、棉質"
|
|
4304
4315
|
|
|
4305
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
4316
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:75
|
|
4306
4317
|
msgid "Failed to update profile"
|
|
4307
4318
|
msgstr "更新個人資料失敗"
|
|
4308
4319
|
|
|
@@ -4322,6 +4333,10 @@ msgstr "地區"
|
|
|
4322
4333
|
msgid "Drop files here to upload"
|
|
4323
4334
|
msgstr "將檔案拖放到此處上傳"
|
|
4324
4335
|
|
|
4336
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:276
|
|
4337
|
+
msgid "Toggle all visible variants"
|
|
4338
|
+
msgstr "切換所有可見變體"
|
|
4339
|
+
|
|
4325
4340
|
#: src/app/routes/_authenticated/_customers/components/customer-status-badge.tsx:18
|
|
4326
4341
|
msgid "Verified"
|
|
4327
4342
|
msgstr "已驗證"
|
|
@@ -4477,7 +4492,7 @@ msgstr "預覽"
|
|
|
4477
4492
|
|
|
4478
4493
|
#. placeholder {0}: quantity.max
|
|
4479
4494
|
#. placeholder {1}: line.quantity
|
|
4480
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
4495
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:261
|
|
4481
4496
|
msgid "{0} of {1} available to fulfill"
|
|
4482
4497
|
msgstr "{1} 個中有 {0} 個可履行"
|
|
4483
4498
|
|
|
@@ -4726,7 +4741,7 @@ msgstr "設定"
|
|
|
4726
4741
|
msgid "Settings Store"
|
|
4727
4742
|
msgstr "設定商店"
|
|
4728
4743
|
|
|
4729
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
4744
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:98
|
|
4730
4745
|
msgid "Heading 3"
|
|
4731
4746
|
msgstr "標題 3"
|
|
4732
4747
|
|
|
@@ -4960,7 +4975,7 @@ msgstr "預設語言"
|
|
|
4960
4975
|
msgid "Token"
|
|
4961
4976
|
msgstr "權杖"
|
|
4962
4977
|
|
|
4963
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
4978
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:315
|
|
4964
4979
|
msgid "Fulfilling..."
|
|
4965
4980
|
msgstr "正在履行..."
|
|
4966
4981
|
|
|
@@ -5056,7 +5071,7 @@ msgid "Default language"
|
|
|
5056
5071
|
msgstr "預設語言"
|
|
5057
5072
|
|
|
5058
5073
|
#: src/app/routes/_authenticated/_customers/customers_.$id.tsx:253
|
|
5059
|
-
#: src/app/routes/_authenticated/_customers/customers.tsx:
|
|
5074
|
+
#: src/app/routes/_authenticated/_customers/customers.tsx:44
|
|
5060
5075
|
msgid "Status"
|
|
5061
5076
|
msgstr "狀態"
|
|
5062
5077
|
|
|
@@ -5111,6 +5126,10 @@ msgstr "需要額外付款 {formattedDiff}。"
|
|
|
5111
5126
|
msgid "Track inventory by default"
|
|
5112
5127
|
msgstr "預設追蹤庫存"
|
|
5113
5128
|
|
|
5129
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:258
|
|
5130
|
+
msgid "{selected} of {total} selected"
|
|
5131
|
+
msgstr "已選取 {total} 個中的 {selected} 個"
|
|
5132
|
+
|
|
5114
5133
|
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:90
|
|
5115
5134
|
msgid "Successfully created shipping method"
|
|
5116
5135
|
msgstr "成功建立配送方式"
|
|
@@ -5143,11 +5162,11 @@ msgid "Customer not found"
|
|
|
5143
5162
|
msgstr "找不到客戶"
|
|
5144
5163
|
|
|
5145
5164
|
#. placeholder {0}: entityName.toLowerCase()
|
|
5146
|
-
#: src/lib/components/data-input/default-relation-input.tsx:
|
|
5165
|
+
#: src/lib/components/data-input/default-relation-input.tsx:603
|
|
5147
5166
|
msgid "Select {0}s"
|
|
5148
5167
|
msgstr "選取 {0}"
|
|
5149
5168
|
|
|
5150
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
5169
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:256
|
|
5151
5170
|
msgid "New facet values to add:"
|
|
5152
5171
|
msgstr "要新增的屬性值:"
|
|
5153
5172
|
|
|
@@ -5158,7 +5177,7 @@ msgstr "處理退款失敗"
|
|
|
5158
5177
|
|
|
5159
5178
|
#: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx:115
|
|
5160
5179
|
#: src/app/routes/_authenticated/_customers/customers_.$id.tsx:176
|
|
5161
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
5180
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:102
|
|
5162
5181
|
msgid "First name"
|
|
5163
5182
|
msgstr "名字"
|
|
5164
5183
|
|
|
@@ -5192,7 +5211,7 @@ msgid "Unverified"
|
|
|
5192
5211
|
msgstr "未驗證"
|
|
5193
5212
|
|
|
5194
5213
|
#: src/app/routes/_authenticated/_orders/components/edit-order-table.tsx:111
|
|
5195
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
5214
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:268
|
|
5196
5215
|
#: src/app/routes/_authenticated/_orders/components/order-table.tsx:78
|
|
5197
5216
|
msgid "Quantity"
|
|
5198
5217
|
msgstr "數量"
|
|
@@ -5206,8 +5225,8 @@ msgstr "新增篩選器"
|
|
|
5206
5225
|
msgid "Tax category"
|
|
5207
5226
|
msgstr "稅務類別"
|
|
5208
5227
|
|
|
5209
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
5210
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
5228
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:38
|
|
5229
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:84
|
|
5211
5230
|
#: src/lib/components/layout/nav-user.tsx:108
|
|
5212
5231
|
msgid "Profile"
|
|
5213
5232
|
msgstr "個人資料"
|
|
@@ -5260,7 +5279,7 @@ msgstr "選項群組"
|
|
|
5260
5279
|
msgid "Add surcharge"
|
|
5261
5280
|
msgstr "新增附加費"
|
|
5262
5281
|
|
|
5263
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
5282
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:202
|
|
5264
5283
|
msgid "Current facet values"
|
|
5265
5284
|
msgstr "目前屬性值"
|
|
5266
5285
|
|
|
@@ -5277,7 +5296,7 @@ msgctxt "date-range"
|
|
|
5277
5296
|
msgid "Last month"
|
|
5278
5297
|
msgstr "上個月"
|
|
5279
5298
|
|
|
5280
|
-
#: src/app/routes/_authenticated/_countries/countries.tsx:
|
|
5299
|
+
#: src/app/routes/_authenticated/_countries/countries.tsx:59
|
|
5281
5300
|
msgid "Add Country"
|
|
5282
5301
|
msgstr "新增國家"
|
|
5283
5302
|
|
|
@@ -5675,8 +5694,8 @@ msgstr ""
|
|
|
5675
5694
|
#: src/app/routes/_authenticated/_orders/components/edit-order-table.tsx:96
|
|
5676
5695
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:271
|
|
5677
5696
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:292
|
|
5678
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
5679
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
5697
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:198
|
|
5698
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:287
|
|
5680
5699
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:351
|
|
5681
5700
|
msgid "SKU"
|
|
5682
5701
|
msgstr "SKU"
|
|
@@ -5724,7 +5743,7 @@ msgstr "您沒有檢視全域語言設定的權限"
|
|
|
5724
5743
|
msgid "Successfully created tax rate"
|
|
5725
5744
|
msgstr "已成功建立稅率"
|
|
5726
5745
|
|
|
5727
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
5746
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:101
|
|
5728
5747
|
msgid "Heading 6"
|
|
5729
5748
|
msgstr "標題 6"
|
|
5730
5749
|
|
|
@@ -5777,7 +5796,7 @@ msgstr "使用中的篩選條件"
|
|
|
5777
5796
|
|
|
5778
5797
|
#: src/app/routes/_authenticated/_assets/components/asset-tag-filter.tsx:178
|
|
5779
5798
|
#: src/lib/components/data-table/data-table-active-filters-popover.tsx:54
|
|
5780
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
5799
|
+
#: src/lib/components/data-table/data-table.tsx:434
|
|
5781
5800
|
msgid "Clear all"
|
|
5782
5801
|
msgstr "全部清除"
|
|
5783
5802
|
|
|
@@ -5899,7 +5918,7 @@ msgstr "電話號碼"
|
|
|
5899
5918
|
msgid "Private"
|
|
5900
5919
|
msgstr "私人"
|
|
5901
5920
|
|
|
5902
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
5921
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:283
|
|
5903
5922
|
msgid "Variant"
|
|
5904
5923
|
msgstr "變體"
|
|
5905
5924
|
|
|
@@ -60,6 +60,8 @@ export function AffixedInput({ prefix, suffix, className = '', ...props }: Reado
|
|
|
60
60
|
value={props.value}
|
|
61
61
|
onChange={props.onChange}
|
|
62
62
|
onBlur={props.onBlur}
|
|
63
|
+
onFocus={props.onFocus}
|
|
64
|
+
onKeyDown={props.onKeyDown}
|
|
63
65
|
type={props.type}
|
|
64
66
|
ref={props.ref}
|
|
65
67
|
className={className}
|