@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
package/src/i18n/locales/ja.po
CHANGED
|
@@ -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 "{entityName}用のコード「{duplicatorCode}」を持つ複製ツールが見つかりません"
|
|
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 "例:赤、L、コットン"
|
|
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
|
|