@vendure/dashboard 3.5.0-minor-202510161257 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/dist/vite/types.d.ts +39 -0
  2. package/dist/vite/utils/plugin-discovery.js +15 -4
  3. package/dist/vite/vite-plugin-ui-config.d.ts +27 -0
  4. package/dist/vite/vite-plugin-vendure-dashboard.d.ts +18 -1
  5. package/dist/vite/vite-plugin-vendure-dashboard.js +19 -7
  6. package/lingui.config.js +1 -0
  7. package/package.json +172 -172
  8. package/src/app/routes/_authenticated/_collections/components/collection-contents-preview-table.tsx +88 -61
  9. package/src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx +46 -47
  10. package/src/app/routes/_authenticated/_orders/orders.tsx +2 -0
  11. package/src/app/routes/_authenticated/_product-variants/product-variants.tsx +14 -1
  12. package/src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx +12 -7
  13. package/src/app/routes/_authenticated/_products/products.tsx +13 -1
  14. package/src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx +8 -2
  15. package/src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx +1 -0
  16. package/src/i18n/locales/ar.po +214 -186
  17. package/src/i18n/locales/cs.po +214 -186
  18. package/src/i18n/locales/de.po +214 -186
  19. package/src/i18n/locales/en.po +214 -186
  20. package/src/i18n/locales/es.po +214 -186
  21. package/src/i18n/locales/fa.po +214 -186
  22. package/src/i18n/locales/fr.po +214 -186
  23. package/src/i18n/locales/he.po +214 -186
  24. package/src/i18n/locales/hr.po +214 -186
  25. package/src/i18n/locales/it.po +214 -186
  26. package/src/i18n/locales/ja.po +214 -186
  27. package/src/i18n/locales/nb.po +214 -186
  28. package/src/i18n/locales/ne.po +214 -186
  29. package/src/i18n/locales/pl.po +214 -186
  30. package/src/i18n/locales/pt_BR.po +214 -186
  31. package/src/i18n/locales/pt_PT.po +214 -186
  32. package/src/i18n/locales/ru.po +214 -186
  33. package/src/i18n/locales/sv.po +214 -186
  34. package/src/i18n/locales/tr.po +214 -186
  35. package/src/i18n/locales/uk.po +214 -186
  36. package/src/i18n/locales/zh_Hans.po +214 -186
  37. package/src/i18n/locales/zh_Hant.po +214 -186
  38. package/src/lib/components/data-input/{password-input.stories.tsx → password-form-input.stories.tsx} +9 -9
  39. package/src/lib/components/data-input/{password-input.tsx → password-form-input.tsx} +1 -1
  40. package/src/lib/components/data-table/data-table-pagination.tsx +4 -4
  41. package/src/lib/components/data-table/data-table.stories.tsx +1 -1
  42. package/src/lib/components/data-table/data-table.tsx +1 -1
  43. package/src/lib/components/data-table/use-generated-columns.tsx +5 -1
  44. package/src/lib/components/layout/app-layout.tsx +0 -2
  45. package/src/lib/components/shared/asset/asset-gallery.stories.tsx +1 -1
  46. package/src/lib/components/shared/asset/asset-picker-dialog.stories.tsx +1 -1
  47. package/src/lib/components/shared/detail-page-button.stories.tsx +1 -1
  48. package/src/lib/components/shared/facet-value-selector.stories.tsx +1 -1
  49. package/src/lib/components/shared/paginated-list-data-table.stories.tsx +1 -1
  50. package/src/lib/components/shared/permission-guard.stories.tsx +1 -1
  51. package/src/lib/components/shared/vendure-image.stories.tsx +1 -1
  52. package/src/lib/components/ui/password-input.tsx +3 -7
  53. package/src/lib/framework/alert/alert-item.tsx +2 -2
  54. package/src/lib/framework/extension-api/input-component-extensions.tsx +2 -2
  55. package/src/lib/hooks/use-alerts.ts +2 -2
  56. package/src/lib/index.ts +13 -8
  57. package/src/lib/components/layout/prerelease-popup.tsx +0 -34
@@ -13,31 +13,6 @@ msgstr ""
13
13
  "Language-Team: \n"
14
14
  "Plural-Forms: \n"
15
15
 
16
- #. js-lingui-explicit-id
17
- #: src/lib/hooks/use-extended-list-query.ts:41
18
- msgid "Failed to extend query document"
19
- msgstr "クエリドキュメントの拡張に失敗しました"
20
-
21
- #. js-lingui-explicit-id
22
- #: src/lib/hooks/use-extended-list-query.ts:43
23
- msgid "Query extension is invalid: must have at least one top-level field"
24
- msgstr "クエリ拡張が無効です:少なくとも1つのトップレベルフィールドが必要です"
25
-
26
- #. js-lingui-explicit-id
27
- #: src/lib/hooks/use-extended-list-query.ts:47
28
- msgid "Query extension mismatch: "
29
- msgstr "クエリ拡張の不一致:"
30
-
31
- #. js-lingui-explicit-id
32
- #: src/lib/hooks/use-extended-list-query.ts:49
33
- msgid "Query extension contains invalid GraphQL syntax"
34
- msgstr "クエリ拡張に無効なGraphQL構文が含まれています"
35
-
36
- #. js-lingui-explicit-id
37
- #: src/lib/hooks/use-extended-list-query.ts:51
38
- msgid "Query extension error: "
39
- msgstr "クエリ拡張エラー:"
40
-
41
16
  #. js-lingui-explicit-id
42
17
  #: src/lib/hooks/use-extended-detail-query.ts:23
43
18
  #: src/lib/hooks/use-extended-list-query.ts:64
@@ -51,173 +26,198 @@ msgid "The page will continue with the default query."
51
26
  msgstr "ページはデフォルトのクエリで続行されます。"
52
27
 
53
28
  #. js-lingui-explicit-id
54
- #: src/lib/framework/defaults.ts:24
29
+ #: src/lib/framework/defaults.ts:16
55
30
  msgid "Insights"
56
31
  msgstr "インサイト"
57
32
 
58
33
  #. js-lingui-explicit-id
59
- #: src/lib/framework/defaults.ts:32
34
+ #: src/lib/framework/defaults.ts:24
60
35
  msgid "Catalog"
61
36
  msgstr "カタログ"
62
37
 
63
38
  #. js-lingui-explicit-id
64
- #: src/lib/framework/defaults.ts:39
39
+ #: src/lib/framework/defaults.ts:31
65
40
  msgid "Products"
66
41
  msgstr "商品"
67
42
 
68
43
  #. js-lingui-explicit-id
69
- #: src/lib/framework/defaults.ts:46
44
+ #: src/lib/framework/defaults.ts:38
70
45
  msgid "Product Variants"
71
46
  msgstr "商品バリエーション"
72
47
 
73
48
  #. js-lingui-explicit-id
74
- #: src/lib/framework/defaults.ts:53
49
+ #: src/lib/framework/defaults.ts:45
75
50
  msgid "Facets"
76
51
  msgstr "ファセット"
77
52
 
78
53
  #. js-lingui-explicit-id
79
- #: src/lib/framework/defaults.ts:60
54
+ #: src/lib/framework/defaults.ts:52
80
55
  msgid "Collections"
81
56
  msgstr "コレクション"
82
57
 
83
58
  #. js-lingui-explicit-id
84
- #: src/lib/framework/defaults.ts:67
59
+ #: src/lib/framework/defaults.ts:59
85
60
  msgid "Assets"
86
61
  msgstr "アセット"
87
62
 
88
63
  #. js-lingui-explicit-id
89
- #: src/lib/framework/defaults.ts:76
64
+ #: src/lib/framework/defaults.ts:68
90
65
  msgid "Sales"
91
66
  msgstr "販売"
92
67
 
93
68
  #. js-lingui-explicit-id
94
- #: src/lib/framework/defaults.ts:83
69
+ #: src/lib/framework/defaults.ts:75
95
70
  msgid "Orders"
96
71
  msgstr "注文"
97
72
 
98
73
  #. js-lingui-explicit-id
99
- #: src/lib/framework/defaults.ts:92
100
- #: src/lib/framework/defaults.ts:99
74
+ #: src/lib/framework/defaults.ts:84
75
+ #: src/lib/framework/defaults.ts:91
101
76
  msgid "Customers"
102
77
  msgstr "顧客"
103
78
 
104
79
  #. js-lingui-explicit-id
105
- #: src/lib/framework/defaults.ts:106
80
+ #: src/lib/framework/defaults.ts:98
106
81
  msgid "Customer Groups"
107
82
  msgstr "顧客グループ"
108
83
 
109
84
  #. js-lingui-explicit-id
110
- #: src/lib/framework/defaults.ts:115
85
+ #: src/lib/framework/defaults.ts:107
111
86
  msgid "Marketing"
112
87
  msgstr "マーケティング"
113
88
 
114
89
  #. js-lingui-explicit-id
115
- #: src/lib/framework/defaults.ts:122
90
+ #: src/lib/framework/defaults.ts:114
116
91
  msgid "Promotions"
117
92
  msgstr "プロモーション"
118
93
 
119
94
  #. js-lingui-explicit-id
120
- #: src/lib/framework/defaults.ts:131
95
+ #: src/lib/framework/defaults.ts:123
121
96
  msgid "System"
122
97
  msgstr "システム"
123
98
 
124
99
  #. js-lingui-explicit-id
125
- #: src/lib/framework/defaults.ts:138
100
+ #: src/lib/framework/defaults.ts:130
126
101
  msgid "Job Queue"
127
102
  msgstr "ジョブキュー"
128
103
 
129
104
  #. js-lingui-explicit-id
130
- #: src/lib/framework/defaults.ts:145
105
+ #: src/lib/framework/defaults.ts:137
131
106
  msgid "Healthchecks"
132
107
  msgstr "ヘルスチェック"
133
108
 
134
109
  #. js-lingui-explicit-id
135
- #: src/lib/framework/defaults.ts:152
110
+ #: src/lib/framework/defaults.ts:144
136
111
  msgid "Scheduled Tasks"
137
112
  msgstr "スケジュールされたタスク"
138
113
 
139
114
  #. js-lingui-explicit-id
140
- #: src/lib/framework/defaults.ts:161
115
+ #: src/lib/framework/defaults.ts:153
141
116
  msgid "Settings"
142
117
  msgstr "設定"
143
118
 
144
119
  #. js-lingui-explicit-id
145
- #: src/lib/framework/defaults.ts:168
120
+ #: src/lib/framework/defaults.ts:160
146
121
  msgid "Sellers"
147
122
  msgstr "販売者"
148
123
 
149
124
  #. js-lingui-explicit-id
150
- #: src/lib/framework/defaults.ts:175
125
+ #: src/lib/framework/defaults.ts:167
151
126
  msgid "Channels"
152
127
  msgstr "チャネル"
153
128
 
154
129
  #. js-lingui-explicit-id
155
- #: src/lib/framework/defaults.ts:182
130
+ #: src/lib/framework/defaults.ts:174
156
131
  msgid "Stock Locations"
157
132
  msgstr "在庫ロケーション"
158
133
 
159
134
  #. js-lingui-explicit-id
160
- #: src/lib/framework/defaults.ts:189
135
+ #: src/lib/framework/defaults.ts:181
161
136
  msgid "Administrators"
162
137
  msgstr "管理者"
163
138
 
164
139
  #. js-lingui-explicit-id
165
- #: src/lib/framework/defaults.ts:196
140
+ #: src/lib/framework/defaults.ts:188
166
141
  msgid "Roles"
167
142
  msgstr "ロール"
168
143
 
169
144
  #. js-lingui-explicit-id
170
- #: src/lib/framework/defaults.ts:203
145
+ #: src/lib/framework/defaults.ts:195
171
146
  msgid "Shipping Methods"
172
147
  msgstr "配送方法"
173
148
 
174
149
  #. js-lingui-explicit-id
175
- #: src/lib/framework/defaults.ts:210
150
+ #: src/lib/framework/defaults.ts:202
176
151
  msgid "Payment Methods"
177
152
  msgstr "支払い方法"
178
153
 
179
154
  #. js-lingui-explicit-id
180
- #: src/lib/framework/defaults.ts:217
155
+ #: src/lib/framework/defaults.ts:209
181
156
  msgid "Tax Categories"
182
157
  msgstr "税カテゴリ"
183
158
 
184
159
  #. js-lingui-explicit-id
185
- #: src/lib/framework/defaults.ts:224
160
+ #: src/lib/framework/defaults.ts:216
186
161
  msgid "Tax Rates"
187
162
  msgstr "税率"
188
163
 
189
164
  #. js-lingui-explicit-id
190
- #: src/lib/framework/defaults.ts:231
165
+ #: src/lib/framework/defaults.ts:223
191
166
  msgid "Countries"
192
167
  msgstr "国"
193
168
 
194
169
  #. js-lingui-explicit-id
195
- #: src/lib/framework/defaults.ts:238
170
+ #: src/lib/framework/defaults.ts:230
196
171
  msgid "Zones"
197
172
  msgstr "ゾーン"
198
173
 
199
174
  #. js-lingui-explicit-id
200
- #: src/lib/framework/defaults.ts:245
175
+ #: src/lib/framework/defaults.ts:237
201
176
  msgid "Global Settings"
202
177
  msgstr "グローバル設定"
203
178
 
204
179
  #. js-lingui-explicit-id
205
- #: src/lib/framework/defaults.ts:257
180
+ #: src/lib/framework/defaults.ts:249
206
181
  msgid "Metrics Widget"
207
182
  msgstr "メトリクスウィジェット"
208
183
 
209
184
  #. js-lingui-explicit-id
210
- #: src/lib/framework/defaults.ts:265
185
+ #: src/lib/framework/defaults.ts:257
211
186
  msgid "Latest Orders Widget"
212
187
  msgstr "最新注文ウィジェット"
213
188
 
214
189
  #. js-lingui-explicit-id
215
- #: src/lib/framework/defaults.ts:272
190
+ #: src/lib/framework/defaults.ts:264
216
191
  msgid "Orders Summary Widget"
217
192
  msgstr "注文サマリーウィジェット"
218
193
 
219
194
  #. js-lingui-explicit-id
220
- #: src/lib/framework/alert/search-index-buffer-alert/search-index-buffer-alert.tsx:35
195
+ #: src/lib/hooks/use-extended-list-query.ts:41
196
+ msgid "Failed to extend query document"
197
+ msgstr "クエリドキュメントの拡張に失敗しました"
198
+
199
+ #. js-lingui-explicit-id
200
+ #: src/lib/hooks/use-extended-list-query.ts:43
201
+ msgid "Query extension is invalid: must have at least one top-level field"
202
+ msgstr "クエリ拡張が無効です:少なくとも1つのトップレベルフィールドが必要です"
203
+
204
+ #. js-lingui-explicit-id
205
+ #: src/lib/hooks/use-extended-list-query.ts:47
206
+ msgid "Query extension mismatch: "
207
+ msgstr "クエリ拡張の不一致:"
208
+
209
+ #. js-lingui-explicit-id
210
+ #: src/lib/hooks/use-extended-list-query.ts:49
211
+ msgid "Query extension contains invalid GraphQL syntax"
212
+ msgstr "クエリ拡張に無効なGraphQL構文が含まれています"
213
+
214
+ #. js-lingui-explicit-id
215
+ #: src/lib/hooks/use-extended-list-query.ts:51
216
+ msgid "Query extension error: "
217
+ msgstr "クエリ拡張エラー:"
218
+
219
+ #. js-lingui-explicit-id
220
+ #: src/lib/framework/alert/search-index-buffer-alert/search-index-buffer-alert.ts:35
221
221
  msgid "Running pending search index updates"
222
222
  msgstr "保留中の検索インデックス更新を実行中"
223
223
 
@@ -777,8 +777,8 @@ msgstr "{0} 件のバリエーション"
777
777
  msgid "{buttonText}"
778
778
  msgstr "{buttonText}"
779
779
 
780
- #: src/lib/components/data-table/data-table-bulk-action-item.tsx:106
781
- #: src/lib/components/data-table/data-table-bulk-action-item.tsx:134
780
+ #: src/lib/components/data-table/data-table-bulk-action-item.tsx:108
781
+ #: src/lib/components/data-table/data-table-bulk-action-item.tsx:136
782
782
  msgid "{label}"
783
783
  msgstr "{label}"
784
784
 
@@ -786,7 +786,7 @@ msgstr "{label}"
786
786
  msgid "{operator}"
787
787
  msgstr "{operator}"
788
788
 
789
- #: src/lib/framework/dashboard-widget/base-widget.tsx:80
789
+ #: src/lib/framework/dashboard-widget/base-widget.tsx:89
790
790
  msgid "{title}"
791
791
  msgstr "{title}"
792
792
 
@@ -859,7 +859,7 @@ msgstr "前に列を追加"
859
859
  msgid "Add Country"
860
860
  msgstr "国を追加"
861
861
 
862
- #: src/app/routes/_authenticated/_orders/components/edit-order-table.tsx:269
862
+ #: src/app/routes/_authenticated/_orders/components/edit-order-table.tsx:272
863
863
  msgid "Add coupon code"
864
864
  msgstr "クーポンコードを追加"
865
865
 
@@ -871,7 +871,7 @@ msgstr "顧客を追加"
871
871
  msgid "Add customer groups"
872
872
  msgstr "顧客グループを追加"
873
873
 
874
- #: src/app/routes/_authenticated/_facets/components/facet-values-table.tsx:102
874
+ #: src/app/routes/_authenticated/_facets/components/facet-values-table.tsx:133
875
875
  #: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:169
876
876
  msgid "Add facet value"
877
877
  msgstr "ファセット値を追加"
@@ -884,6 +884,10 @@ msgstr "ファセット値を追加"
884
884
  msgid "Add filter"
885
885
  msgstr "フィルターを追加"
886
886
 
887
+ #: src/app/routes/_authenticated/_collections/components/collection-contents-preview-table.tsx:80
888
+ msgid "Add filters to preview the collection contents."
889
+ msgstr "コレクションの内容をプレビューするにはフィルタを追加してください。"
890
+
887
891
  #: src/lib/components/data-input/custom-field-list-input.tsx:289
888
892
  msgid "Add item"
889
893
  msgstr "アイテムを追加"
@@ -1045,7 +1049,7 @@ msgstr "以降"
1045
1049
  msgid "All resources are up and running"
1046
1050
  msgstr "すべてのリソースが稼働中です"
1047
1051
 
1048
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:410
1052
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:411
1049
1053
  msgid "Allocated"
1050
1054
  msgstr "割り当て済み"
1051
1055
 
@@ -1107,7 +1111,7 @@ msgstr "この下書き注文を削除してもよろしいですか?"
1107
1111
  msgid "Are you sure you want to delete this global view? This action cannot be undone and will affect all users."
1108
1112
  msgstr "このグローバルビューを削除してもよろしいですか?この操作は取り消せず、すべてのユーザーに影響します。"
1109
1113
 
1110
- #: src/lib/components/data-table/use-generated-columns.tsx:325
1114
+ #: src/lib/components/data-table/use-generated-columns.tsx:352
1111
1115
  msgid "Are you sure you want to delete this item? This action cannot be undone."
1112
1116
  msgstr "このアイテムを削除してもよろしいですか?この操作は取り消せません。"
1113
1117
 
@@ -1124,15 +1128,15 @@ msgid "Are you sure you want to navigate away from this page? Any unsaved change
1124
1128
  msgstr "このページから移動してもよろしいですか?保存されていない変更は失われます。"
1125
1129
 
1126
1130
  #. placeholder {0}: selection.length
1127
- #: src/lib/components/shared/remove-from-channel-bulk-action.tsx:83
1131
+ #: src/lib/components/shared/remove-from-channel-bulk-action.tsx:84
1128
1132
  msgid "Are you sure you want to remove {0} {entityType} from the current channel?"
1129
1133
  msgstr "現在のチャネルから{0}{entityType}を削除してもよろしいですか?"
1130
1134
 
1131
1135
  #: src/app/routes/_authenticated/_assets/assets_.$id.tsx:38
1132
1136
  #: src/app/routes/_authenticated/_assets/assets.tsx:9
1133
- #: src/app/routes/_authenticated/_assets/assets.tsx:16
1137
+ #: src/app/routes/_authenticated/_assets/assets.tsx:30
1134
1138
  #: src/app/routes/_authenticated/_collections/collections_.$id.tsx:198
1135
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:438
1139
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:443
1136
1140
  #: src/app/routes/_authenticated/_products/products_.$id.tsx:208
1137
1141
  msgid "Assets"
1138
1142
  msgstr "アセット"
@@ -1215,13 +1219,13 @@ msgid "Browse facets"
1215
1219
  msgstr "ファセットを参照"
1216
1220
 
1217
1221
  #: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:185
1218
- #: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:179
1222
+ #: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:185
1219
1223
  msgid "Calculator"
1220
1224
  msgstr "計算機"
1221
1225
 
1222
1226
  #: src/app/common/duplicate-entity-dialog.tsx:108
1223
1227
  #: src/app/routes/_authenticated/_assets/components/manage-tags-dialog.tsx:203
1224
- #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:414
1228
+ #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:413
1225
1229
  #: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:334
1226
1230
  #: src/app/routes/_authenticated/_orders/components/add-manual-payment-dialog.tsx:168
1227
1231
  #: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:304
@@ -1229,8 +1233,8 @@ msgstr "計算機"
1229
1233
  #: src/app/routes/_authenticated/_orders/components/settle-refund-dialog.tsx:71
1230
1234
  #: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:270
1231
1235
  #: src/lib/components/data-input/product-multi-selector-input.tsx:364
1232
- #: src/lib/components/data-table/data-table-bulk-action-item.tsx:119
1233
- #: src/lib/components/data-table/use-generated-columns.tsx:332
1236
+ #: src/lib/components/data-table/data-table-bulk-action-item.tsx:121
1237
+ #: src/lib/components/data-table/use-generated-columns.tsx:359
1234
1238
  #: src/lib/components/data-table/views-sheet.tsx:217
1235
1239
  #: src/lib/components/data-table/views-sheet.tsx:295
1236
1240
  #: src/lib/components/layout/manage-languages-dialog.tsx:396
@@ -1256,7 +1260,7 @@ msgstr "変更をキャンセル"
1256
1260
  msgid "Cancel payment"
1257
1261
  msgstr "支払いをキャンセル"
1258
1262
 
1259
- #: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:54
1263
+ #: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:63
1260
1264
  msgid "Category"
1261
1265
  msgstr "カテゴリ"
1262
1266
 
@@ -1299,7 +1303,7 @@ msgstr "すべてクリア"
1299
1303
  msgid "Clear filter"
1300
1304
  msgstr "フィルターをクリア"
1301
1305
 
1302
- #: src/lib/components/data-table/data-table-faceted-filter.tsx:163
1306
+ #: src/lib/components/data-table/data-table-faceted-filter.tsx:185
1303
1307
  msgid "Clear filters"
1304
1308
  msgstr "フィルターをクリア"
1305
1309
 
@@ -1310,13 +1314,13 @@ msgstr "「テストを実行」をクリックして、この配送方法をテ
1310
1314
  #: src/app/routes/_authenticated/_channels/channels_.$id.tsx:136
1311
1315
  #: src/app/routes/_authenticated/_countries/countries_.$id.tsx:114
1312
1316
  #: src/app/routes/_authenticated/_facets/components/edit-facet-value.tsx:113
1313
- #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:140
1317
+ #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:141
1314
1318
  #: src/app/routes/_authenticated/_facets/facets_.$id.tsx:130
1315
1319
  #: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:157
1316
1320
  #: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$id.tsx:155
1317
1321
  #: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$productOptionGroupId.options_.$id.tsx:187
1318
1322
  #: src/app/routes/_authenticated/_roles/roles_.$id.tsx:104
1319
- #: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:143
1323
+ #: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:149
1320
1324
  #: src/lib/framework/dashboard-widget/latest-orders-widget/index.tsx:78
1321
1325
  msgid "Code"
1322
1326
  msgstr "コード"
@@ -1331,7 +1335,7 @@ msgstr "{collectionName}のコレクション内容"
1331
1335
  msgid "Collections"
1332
1336
  msgstr "コレクション"
1333
1337
 
1334
- #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:283
1338
+ #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:282
1335
1339
  msgid "Collections moved successfully"
1336
1340
  msgstr "コレクションの移動が完了しました"
1337
1341
 
@@ -1350,7 +1354,7 @@ msgid "Complete draft"
1350
1354
  msgstr "下書きを完了"
1351
1355
 
1352
1356
  #: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:221
1353
- #: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:167
1357
+ #: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:173
1354
1358
  msgid "Conditions"
1355
1359
  msgstr "条件"
1356
1360
 
@@ -1363,11 +1367,11 @@ msgstr "ストアとチャネルで利用可能な言語を設定"
1363
1367
  msgid "Confirm"
1364
1368
  msgstr "確認"
1365
1369
 
1366
- #: src/lib/components/data-table/data-table-bulk-action-item.tsx:113
1370
+ #: src/lib/components/data-table/data-table-bulk-action-item.tsx:115
1367
1371
  msgid "Confirm Action"
1368
1372
  msgstr "アクションを確認"
1369
1373
 
1370
- #: src/lib/components/data-table/use-generated-columns.tsx:322
1374
+ #: src/lib/components/data-table/use-generated-columns.tsx:349
1371
1375
  msgid "Confirm deletion"
1372
1376
  msgstr "削除を確認"
1373
1377
 
@@ -1384,7 +1388,7 @@ msgstr "を含む"
1384
1388
  msgid "Contents"
1385
1389
  msgstr "内容"
1386
1390
 
1387
- #: src/lib/components/data-table/data-table-bulk-action-item.tsx:122
1391
+ #: src/lib/components/data-table/data-table-bulk-action-item.tsx:124
1388
1392
  #: src/lib/components/shared/confirmation-dialog.tsx:52
1389
1393
  msgid "Continue"
1390
1394
  msgstr "続行"
@@ -1424,10 +1428,10 @@ msgstr "クーポンコードが注文に設定されました"
1424
1428
  #: src/app/routes/_authenticated/_countries/countries_.$id.tsx:87
1425
1429
  #: src/app/routes/_authenticated/_customer-groups/customer-groups_.$id.tsx:96
1426
1430
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx:155
1427
- #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:112
1431
+ #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:113
1428
1432
  #: src/app/routes/_authenticated/_facets/facets_.$id.tsx:102
1429
1433
  #: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:130
1430
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:215
1434
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:216
1431
1435
  #: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:197
1432
1436
  #: src/app/routes/_authenticated/_products/products_.$id.tsx:111
1433
1437
  #: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$id.tsx:138
@@ -1435,9 +1439,9 @@ msgstr "クーポンコードが注文に設定されました"
1435
1439
  #: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:136
1436
1440
  #: src/app/routes/_authenticated/_roles/roles_.$id.tsx:87
1437
1441
  #: src/app/routes/_authenticated/_sellers/sellers_.$id.tsx:81
1438
- #: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:126
1442
+ #: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:132
1439
1443
  #: src/app/routes/_authenticated/_stock-locations/stock-locations_.$id.tsx:99
1440
- #: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:98
1444
+ #: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:99
1441
1445
  #: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:95
1442
1446
  #: src/app/routes/_authenticated/_zones/zones_.$id.tsx:85
1443
1447
  msgid "Create"
@@ -1620,8 +1624,8 @@ msgstr "デフォルト税ゾーン"
1620
1624
  #: src/app/common/delete-bulk-action.tsx:139
1621
1625
  #: src/app/routes/_authenticated/_assets/components/asset-bulk-actions.tsx:41
1622
1626
  #: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:312
1623
- #: src/lib/components/data-table/use-generated-columns.tsx:315
1624
- #: src/lib/components/data-table/use-generated-columns.tsx:346
1627
+ #: src/lib/components/data-table/use-generated-columns.tsx:342
1628
+ #: src/lib/components/data-table/use-generated-columns.tsx:373
1625
1629
  #: src/lib/components/data-table/views-sheet.tsx:272
1626
1630
  #: src/lib/components/data-table/views-sheet.tsx:298
1627
1631
  msgid "Delete"
@@ -1663,7 +1667,7 @@ msgstr "{deleted}{entityName}を削除しました"
1663
1667
  msgid "Deleted {selectionLength} assets"
1664
1668
  msgstr "{selectionLength}個のアセットを削除しました"
1665
1669
 
1666
- #: src/lib/components/data-table/use-generated-columns.tsx:296
1670
+ #: src/lib/components/data-table/use-generated-columns.tsx:323
1667
1671
  msgid "Deleted successfully"
1668
1672
  msgstr "削除しました"
1669
1673
 
@@ -1673,7 +1677,7 @@ msgstr "削除しました"
1673
1677
  #: src/app/routes/_authenticated/_products/products_.$id.tsx:155
1674
1678
  #: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:167
1675
1679
  #: src/app/routes/_authenticated/_roles/roles_.$id.tsx:98
1676
- #: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:151
1680
+ #: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:157
1677
1681
  #: src/app/routes/_authenticated/_stock-locations/stock-locations_.$id.tsx:118
1678
1682
  #: src/app/routes/_authenticated/_system/scheduled-tasks.tsx:110
1679
1683
  msgid "Description"
@@ -1693,7 +1697,7 @@ msgid "Disable"
1693
1697
  msgstr "無効化"
1694
1698
 
1695
1699
  #: src/app/routes/_authenticated/_system/scheduled-tasks.tsx:121
1696
- #: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:50
1700
+ #: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:59
1697
1701
  #: src/lib/components/layout/nav-user.tsx:161
1698
1702
  msgid "Disabled"
1699
1703
  msgstr "無効"
@@ -1706,7 +1710,7 @@ msgstr "割引"
1706
1710
  msgid "Display language"
1707
1711
  msgstr "表示言語"
1708
1712
 
1709
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:343
1713
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:344
1710
1714
  msgid "Do not track"
1711
1715
  msgstr "追跡しない"
1712
1716
 
@@ -1715,7 +1719,7 @@ msgid "does not contain"
1715
1719
  msgstr "を含まない"
1716
1720
 
1717
1721
  #: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx:295
1718
- #: src/app/routes/_authenticated/_orders/orders.tsx:113
1722
+ #: src/app/routes/_authenticated/_orders/orders.tsx:115
1719
1723
  msgid "Draft order"
1720
1724
  msgstr "下書き注文"
1721
1725
 
@@ -1762,7 +1766,7 @@ msgstr "例:赤、L、コットン"
1762
1766
 
1763
1767
  #: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:241
1764
1768
  #: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:267
1765
- #: src/lib/components/shared/asset/asset-gallery.tsx:456
1769
+ #: src/lib/components/shared/asset/asset-gallery.tsx:462
1766
1770
  #: src/lib/components/shared/history-timeline/history-note-entry.tsx:48
1767
1771
  msgid "Edit"
1768
1772
  msgstr "編集"
@@ -1805,8 +1809,8 @@ msgstr "メモを編集"
1805
1809
  msgid "Edit or delete existing tags"
1806
1810
  msgstr "既存のタグを編集または削除"
1807
1811
 
1808
- #: src/lib/components/data-input/slug-input.tsx:279
1809
- #: src/lib/components/data-input/slug-input.tsx:281
1812
+ #: src/lib/components/data-input/slug-input.tsx:278
1813
+ #: src/lib/components/data-input/slug-input.tsx:280
1810
1814
  msgid "Edit slug manually"
1811
1815
  msgstr "スラッグを手動で編集"
1812
1816
 
@@ -1814,7 +1818,7 @@ msgstr "スラッグを手動で編集"
1814
1818
  msgid "Edit the address details below."
1815
1819
  msgstr "以下の住所の詳細を編集してください。"
1816
1820
 
1817
- #: src/lib/components/login/login-form.tsx:83
1821
+ #: src/lib/components/login/login-form.tsx:84
1818
1822
  msgid "Email"
1819
1823
  msgstr "メールアドレス"
1820
1824
 
@@ -1842,14 +1846,14 @@ msgstr "有効化"
1842
1846
  #: src/app/routes/_authenticated/_countries/countries_.$id.tsx:96
1843
1847
  #: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:140
1844
1848
  #: src/app/routes/_authenticated/_payment-methods/payment-methods.tsx:43
1845
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:225
1849
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:226
1846
1850
  #: src/app/routes/_authenticated/_products/products_.$id.tsx:121
1847
1851
  #: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:146
1848
1852
  #: src/app/routes/_authenticated/_system/scheduled-tasks.tsx:113
1849
1853
  #: src/app/routes/_authenticated/_system/scheduled-tasks.tsx:117
1850
1854
  #: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:105
1851
- #: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:47
1852
- #: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:49
1855
+ #: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:56
1856
+ #: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:58
1853
1857
  #: src/lib/components/layout/nav-user.tsx:158
1854
1858
  msgid "Enabled"
1855
1859
  msgstr "有効"
@@ -1862,7 +1866,7 @@ msgstr "終了日時"
1862
1866
  msgid "Enter refund note"
1863
1867
  msgstr "返金メモを入力"
1864
1868
 
1865
- #: src/lib/components/data-input/slug-input.tsx:239
1869
+ #: src/lib/components/data-input/slug-input.tsx:238
1866
1870
  msgid "Enter slug manually"
1867
1871
  msgstr "スラッグを手動で入力"
1868
1872
 
@@ -1924,15 +1928,15 @@ msgstr "税抜:"
1924
1928
  msgid "Explore Enterprise Edition"
1925
1929
  msgstr "Enterprise Editionを見る"
1926
1930
 
1927
- #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:122
1931
+ #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:123
1928
1932
  msgid "Facet"
1929
1933
  msgstr "ファセット"
1930
1934
 
1931
1935
  #: src/app/routes/_authenticated/_facets/facets_.$id.tsx:145
1932
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:429
1933
1936
  msgid "Facet values"
1934
1937
  msgstr "ファセット値"
1935
1938
 
1939
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:426
1936
1940
  #: src/app/routes/_authenticated/_products/products_.$id.tsx:199
1937
1941
  msgid "Facet Values"
1938
1942
  msgstr "ファセット値"
@@ -1941,7 +1945,7 @@ msgstr "ファセット値"
1941
1945
  msgid "Facet values for {facetName}"
1942
1946
  msgstr "{facetName}のファセット値"
1943
1947
 
1944
- #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:39
1948
+ #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:40
1945
1949
  #: src/app/routes/_authenticated/_facets/facets_.$id.tsx:37
1946
1950
  #: src/app/routes/_authenticated/_facets/facets.tsx:24
1947
1951
  #: src/app/routes/_authenticated/_facets/facets.tsx:64
@@ -2011,7 +2015,7 @@ msgstr "顧客グループの作成に失敗しました"
2011
2015
  msgid "Failed to create facet"
2012
2016
  msgstr "ファセットの作成に失敗しました"
2013
2017
 
2014
- #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:94
2018
+ #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:95
2015
2019
  msgid "Failed to create facet value"
2016
2020
  msgstr "ファセット値の作成に失敗しました"
2017
2021
 
@@ -2040,7 +2044,7 @@ msgstr "商品オプショングループの作成に失敗しました"
2040
2044
  msgid "Failed to create product options"
2041
2045
  msgstr "商品オプションの作成に失敗しました"
2042
2046
 
2043
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:126
2047
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:127
2044
2048
  #: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:174
2045
2049
  msgid "Failed to create product variant"
2046
2050
  msgstr "商品バリエーションの作成に失敗しました"
@@ -2066,7 +2070,7 @@ msgstr "配送方法の作成に失敗しました"
2066
2070
  msgid "Failed to create stock location"
2067
2071
  msgstr "在庫ロケーションの作成に失敗しました"
2068
2072
 
2069
- #: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:78
2073
+ #: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:79
2070
2074
  msgid "Failed to create tax category"
2071
2075
  msgstr "税カテゴリの作成に失敗しました"
2072
2076
 
@@ -2078,8 +2082,8 @@ msgstr "税率の作成に失敗しました"
2078
2082
  msgid "Failed to create zone"
2079
2083
  msgstr "ゾーンの作成に失敗しました"
2080
2084
 
2081
- #: src/lib/components/data-table/use-generated-columns.tsx:298
2082
- #: src/lib/components/data-table/use-generated-columns.tsx:304
2085
+ #: src/lib/components/data-table/use-generated-columns.tsx:325
2086
+ #: src/lib/components/data-table/use-generated-columns.tsx:331
2083
2087
  msgid "Failed to delete"
2084
2088
  msgstr "削除に失敗しました"
2085
2089
 
@@ -2129,7 +2133,7 @@ msgstr "グローバル設定の読み込みに失敗しました"
2129
2133
  msgid "Failed to modify order"
2130
2134
  msgstr "注文の変更に失敗しました"
2131
2135
 
2132
- #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:290
2136
+ #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:289
2133
2137
  msgid "Failed to move collections"
2134
2138
  msgstr "コレクションの移動に失敗しました"
2135
2139
 
@@ -2201,7 +2205,7 @@ msgstr "顧客グループの更新に失敗しました"
2201
2205
  msgid "Failed to update facet"
2202
2206
  msgstr "ファセットの更新に失敗しました"
2203
2207
 
2204
- #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:94
2208
+ #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:95
2205
2209
  msgid "Failed to update facet value"
2206
2210
  msgstr "ファセット値の更新に失敗しました"
2207
2211
 
@@ -2241,7 +2245,7 @@ msgstr "商品オプションの更新に失敗しました"
2241
2245
  msgid "Failed to update product option group"
2242
2246
  msgstr "商品オプショングループの更新に失敗しました"
2243
2247
 
2244
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:126
2248
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:127
2245
2249
  msgid "Failed to update product variant"
2246
2250
  msgstr "商品バリエーションの更新に失敗しました"
2247
2251
 
@@ -2270,7 +2274,7 @@ msgstr "配送方法の更新に失敗しました"
2270
2274
  msgid "Failed to update stock location"
2271
2275
  msgstr "在庫ロケーションの更新に失敗しました"
2272
2276
 
2273
- #: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:78
2277
+ #: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:79
2274
2278
  msgid "Failed to update tax category"
2275
2279
  msgstr "税カテゴリの更新に失敗しました"
2276
2280
 
@@ -2290,7 +2294,7 @@ msgstr "偽"
2290
2294
  msgid "Filter by {columnId}"
2291
2295
  msgstr "{columnId}でフィルター"
2292
2296
 
2293
- #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:366
2297
+ #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:365
2294
2298
  msgid "Filter by collection name"
2295
2299
  msgstr "コレクション名でフィルター"
2296
2300
 
@@ -2364,7 +2368,7 @@ msgid "Fulfillment details"
2364
2368
  msgstr "フルフィルメント詳細"
2365
2369
 
2366
2370
  #: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:289
2367
- #: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:159
2371
+ #: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:165
2368
2372
  msgid "Fulfillment handler"
2369
2373
  msgstr "フルフィルメントハンドラー"
2370
2374
 
@@ -2390,8 +2394,8 @@ msgstr "氏名"
2390
2394
  msgid "General"
2391
2395
  msgstr "一般"
2392
2396
 
2393
- #: src/lib/components/data-input/slug-input.tsx:279
2394
- #: src/lib/components/data-input/slug-input.tsx:281
2397
+ #: src/lib/components/data-input/slug-input.tsx:278
2398
+ #: src/lib/components/data-input/slug-input.tsx:280
2395
2399
  msgid "Generate slug automatically"
2396
2400
  msgstr "スラッグを自動生成"
2397
2401
 
@@ -2488,6 +2492,10 @@ msgstr "ヘルスチェック"
2488
2492
  msgid "Height"
2489
2493
  msgstr "高さ"
2490
2494
 
2495
+ #: src/lib/components/ui/password-input.tsx:20
2496
+ msgid "Hide password"
2497
+ msgstr "パスワードを非表示"
2498
+
2491
2499
  #: src/app/routes/_authenticated/_system/scheduled-tasks.tsx:107
2492
2500
  msgid "ID"
2493
2501
  msgstr "ID"
@@ -2512,7 +2520,7 @@ msgstr "内"
2512
2520
  msgid "Inherit filters"
2513
2521
  msgstr "フィルターを継承"
2514
2522
 
2515
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:337
2523
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:338
2516
2524
  msgid "Inherit from global settings"
2517
2525
  msgstr "グローバル設定から継承"
2518
2526
 
@@ -2541,7 +2549,7 @@ msgstr "より前"
2541
2549
  msgid "is between"
2542
2550
  msgstr "の間"
2543
2551
 
2544
- #: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:115
2552
+ #: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:116
2545
2553
  msgid "Is default tax category"
2546
2554
  msgstr "デフォルト税カテゴリ"
2547
2555
 
@@ -2671,7 +2679,7 @@ msgstr "さらに読み込む"
2671
2679
  msgid "Loading addresses..."
2672
2680
  msgstr "住所を読み込み中..."
2673
2681
 
2674
- #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:376
2682
+ #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:374
2675
2683
  msgid "Loading collections..."
2676
2684
  msgstr "コレクションを読み込み中..."
2677
2685
 
@@ -2790,27 +2798,27 @@ msgstr "今月の累計"
2790
2798
  msgid "More views"
2791
2799
  msgstr "その他のビュー"
2792
2800
 
2793
- #: src/app/routes/_authenticated/_collections/components/collection-bulk-actions.tsx:112
2801
+ #: src/app/routes/_authenticated/_collections/components/collection-bulk-actions.tsx:111
2794
2802
  msgid "Move"
2795
2803
  msgstr "移動"
2796
2804
 
2797
- #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:336
2798
- #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:423
2805
+ #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:335
2806
+ #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:422
2799
2807
  msgid "Move Collections"
2800
2808
  msgstr "コレクションを移動"
2801
2809
 
2802
- #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:107
2810
+ #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:106
2803
2811
  msgid "Move to the top level"
2804
2812
  msgstr "トップレベルに移動"
2805
2813
 
2806
2814
  #. placeholder {0}: collectionsToMove.length
2807
2815
  #. placeholder {1}: collectionsToMove.length === 1 ? '' : 's'
2808
2816
  #. placeholder {2}: selectedCollectionId === topLevelCollectionId ? 'top level' : collectionNameCache.current.get(selectedCollectionId) || 'selected collection'
2809
- #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:75
2817
+ #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:74
2810
2818
  msgid "Moving {0} collection{1} into {2}"
2811
2819
  msgstr "{0}個のコレクションを{2}に移動中"
2812
2820
 
2813
- #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:421
2821
+ #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:420
2814
2822
  msgid "Moving..."
2815
2823
  msgstr "移動中..."
2816
2824
 
@@ -2828,7 +2836,7 @@ msgstr "保存したビュー"
2828
2836
  #: src/app/routes/_authenticated/_customer-groups/customer-groups_.$id.tsx:107
2829
2837
  #: src/app/routes/_authenticated/_customers/customers.tsx:72
2830
2838
  #: src/app/routes/_authenticated/_facets/components/edit-facet-value.tsx:104
2831
- #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:134
2839
+ #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:135
2832
2840
  #: src/app/routes/_authenticated/_facets/facets_.$id.tsx:124
2833
2841
  #: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:151
2834
2842
  #: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:328
@@ -2837,9 +2845,9 @@ msgstr "保存したビュー"
2837
2845
  #: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$productOptionGroupId.options_.$id.tsx:181
2838
2846
  #: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:158
2839
2847
  #: src/app/routes/_authenticated/_sellers/sellers_.$id.tsx:96
2840
- #: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:137
2848
+ #: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:143
2841
2849
  #: src/app/routes/_authenticated/_stock-locations/stock-locations_.$id.tsx:109
2842
- #: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:109
2850
+ #: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:110
2843
2851
  #: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:116
2844
2852
  #: src/app/routes/_authenticated/_zones/zones_.$id.tsx:96
2845
2853
  msgid "Name"
@@ -2913,8 +2921,8 @@ msgstr "新しいファセット"
2913
2921
  msgid "New Facet"
2914
2922
  msgstr "新しいファセット"
2915
2923
 
2916
- #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:41
2917
- #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:103
2924
+ #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:42
2925
+ #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:104
2918
2926
  msgid "New facet value"
2919
2927
  msgstr "新しいファセット値"
2920
2928
 
@@ -2940,7 +2948,7 @@ msgstr "新しい支払い方法"
2940
2948
  msgid "New product"
2941
2949
  msgstr "新しい商品"
2942
2950
 
2943
- #: src/app/routes/_authenticated/_products/products.tsx:102
2951
+ #: src/app/routes/_authenticated/_products/products.tsx:114
2944
2952
  msgid "New Product"
2945
2953
  msgstr "新しい商品"
2946
2954
 
@@ -2952,7 +2960,7 @@ msgstr "新しい商品オプション"
2952
2960
  msgid "New product option group"
2953
2961
  msgstr "新しい商品オプショングループ"
2954
2962
 
2955
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:206
2963
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:207
2956
2964
  msgid "New product variant"
2957
2965
  msgstr "新しい商品バリエーション"
2958
2966
 
@@ -3002,7 +3010,7 @@ msgid "New Stock Location"
3002
3010
  msgstr "新しい在庫ロケーション"
3003
3011
 
3004
3012
  #: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:39
3005
- #: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:89
3013
+ #: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:90
3006
3014
  msgid "New tax category"
3007
3015
  msgstr "新しい税カテゴリ"
3008
3016
 
@@ -3015,7 +3023,7 @@ msgstr "新しい税カテゴリ"
3015
3023
  msgid "New tax rate"
3016
3024
  msgstr "新しい税率"
3017
3025
 
3018
- #: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:103
3026
+ #: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:112
3019
3027
  msgid "New Tax Rate"
3020
3028
  msgstr "新しい税率"
3021
3029
 
@@ -3341,7 +3349,7 @@ msgstr "注文"
3341
3349
  msgid "Orders Summary"
3342
3350
  msgstr "注文サマリー"
3343
3351
 
3344
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:352
3352
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:353
3345
3353
  msgid "Out-of-stock threshold"
3346
3354
  msgstr "在庫切れしきい値"
3347
3355
 
@@ -3351,9 +3359,13 @@ msgstr "在庫切れしきい値"
3351
3359
  msgid "Page {0} of {1}"
3352
3360
  msgstr "ページ {0} / {1}"
3353
3361
 
3362
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:436
3363
+ msgid "Parent product"
3364
+ msgstr "親商品"
3365
+
3354
3366
  #: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx:137
3355
3367
  #: src/app/routes/_authenticated/_profile/profile.tsx:110
3356
- #: src/lib/components/login/login-form.tsx:95
3368
+ #: src/lib/components/login/login-form.tsx:96
3357
3369
  msgid "Password"
3358
3370
  msgstr "パスワード"
3359
3371
 
@@ -3459,7 +3471,7 @@ msgstr "注文日時"
3459
3471
  msgid "Please add products and complete the shipping address to run the test."
3460
3472
  msgstr "テストを実行するには、商品を追加して配送先住所を入力してください。"
3461
3473
 
3462
- #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:308
3474
+ #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:307
3463
3475
  msgid "Please select a target collection"
3464
3476
  msgstr "ターゲットコレクションを選択してください"
3465
3477
 
@@ -3469,6 +3481,11 @@ msgstr "ターゲットコレクションを選択してください"
3469
3481
  msgid "Postal Code"
3470
3482
  msgstr "郵便番号"
3471
3483
 
3484
+ #: src/app/routes/_authenticated/_collections/components/collection-contents-preview-table.tsx:77
3485
+ #: src/app/routes/_authenticated/_collections/components/collection-contents-preview-table.tsx:88
3486
+ msgid "Preview"
3487
+ msgstr "プレビュー"
3488
+
3472
3489
  #: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:206
3473
3490
  msgid "Preview changes"
3474
3491
  msgstr "変更をプレビュー"
@@ -3478,14 +3495,14 @@ msgid "Preview order modifications"
3478
3495
  msgstr "注文の変更をプレビュー"
3479
3496
 
3480
3497
  #: src/app/routes/_authenticated/_orders/components/shipping-method-selector.tsx:49
3481
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:271
3498
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:272
3482
3499
  #: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:340
3483
3500
  #: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:209
3484
3501
  #: src/lib/components/layout/language-dialog.tsx:108
3485
3502
  msgid "Price"
3486
3503
  msgstr "価格"
3487
3504
 
3488
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:251
3505
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:252
3489
3506
  msgid "Price and tax"
3490
3507
  msgstr "価格と税"
3491
3508
 
@@ -3519,7 +3536,6 @@ msgstr "非公開ファセットはショップに表示されません"
3519
3536
  msgid "Product"
3520
3537
  msgstr "商品"
3521
3538
 
3522
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:237
3523
3539
  #: src/app/routes/_authenticated/_products/products_.$id.tsx:133
3524
3540
  msgid "Product name"
3525
3541
  msgstr "商品名"
@@ -3537,13 +3553,13 @@ msgstr "商品オプション"
3537
3553
  msgid "Product Options"
3538
3554
  msgstr "商品オプション"
3539
3555
 
3540
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:61
3556
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:62
3541
3557
  #: src/app/routes/_authenticated/_product-variants/product-variants.tsx:18
3542
3558
  #: src/app/routes/_authenticated/_product-variants/product-variants.tsx:26
3543
3559
  msgid "Product Variants"
3544
3560
  msgstr "商品バリエーション"
3545
3561
 
3546
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:56
3562
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:57
3547
3563
  #: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:54
3548
3564
  #: src/app/routes/_authenticated/_products/products_.$id.tsx:45
3549
3565
  #: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$id.tsx:61
@@ -3587,7 +3603,7 @@ msgstr "率"
3587
3603
  msgid "Reason"
3588
3604
  msgstr "理由"
3589
3605
 
3590
- #: src/app/routes/_authenticated/_products/products.tsx:95
3606
+ #: src/app/routes/_authenticated/_products/products.tsx:107
3591
3607
  msgid "Rebuild search index"
3592
3608
  msgstr "検索インデックスを再構築"
3593
3609
 
@@ -3634,8 +3650,8 @@ msgstr "返金を遷移しました"
3634
3650
  msgid "Refunds ({0})"
3635
3651
  msgstr "返金({0})"
3636
3652
 
3653
+ #: src/lib/components/data-input/slug-input.tsx:264
3637
3654
  #: src/lib/components/data-input/slug-input.tsx:265
3638
- #: src/lib/components/data-input/slug-input.tsx:266
3639
3655
  msgid "Regenerate slug from source field"
3640
3656
  msgstr "ソースフィールドからスラッグを再生成"
3641
3657
 
@@ -3655,7 +3671,7 @@ msgstr "残り:"
3655
3671
  msgid "Remove"
3656
3672
  msgstr "削除"
3657
3673
 
3658
- #: src/lib/components/shared/remove-from-channel-bulk-action.tsx:81
3674
+ #: src/lib/components/shared/remove-from-channel-bulk-action.tsx:82
3659
3675
  msgid "Remove from current channel"
3660
3676
  msgstr "現在のチャネルから削除"
3661
3677
 
@@ -3863,7 +3879,7 @@ msgstr "国を選択"
3863
3879
  msgid "Select a currency"
3864
3880
  msgstr "通貨を選択"
3865
3881
 
3866
- #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:83
3882
+ #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:82
3867
3883
  msgid "Select a destination collection"
3868
3884
  msgstr "移動先のコレクションを選択"
3869
3885
 
@@ -3876,7 +3892,7 @@ msgid "Select a role"
3876
3892
  msgstr "ロールを選択"
3877
3893
 
3878
3894
  #. placeholder {0}: collectionsToMove.length === 1 ? 'this collection' : `${collectionsToMove.length} collections`
3879
- #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:339
3895
+ #: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:338
3880
3896
  msgid "Select a target collection to move {0} to."
3881
3897
  msgstr "{0}を移動するターゲットコレクションを選択してください。"
3882
3898
 
@@ -3995,8 +4011,8 @@ msgstr "すべてのチャネルで利用可能な言語を設定します。個
3995
4011
  msgid "Sets the stock level at which this a variant is considered to be out of stock. Using a negative value enables backorder support. Can be overridden by product variants."
3996
4012
  msgstr "このバリエーションが在庫切れと見なされる在庫レベルを設定します。負の値を使用すると、バックオーダーサポートが有効になります。商品バリエーションで上書きできます。"
3997
4013
 
3998
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:354
3999
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:372
4014
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:355
4015
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:373
4000
4016
  msgid "Sets the stock level at which this variant is considered to be out of stock. Using a negative value enables backorder support."
4001
4017
  msgstr "このバリエーションが在庫切れと見なされる在庫レベルを設定します。負の値を使用すると、バックオーダーサポートが有効になります。"
4002
4018
 
@@ -4011,7 +4027,7 @@ msgid "Settle refund"
4011
4027
  msgstr "返金を決済"
4012
4028
 
4013
4029
  #: src/app/routes/_authenticated/_orders/components/order-table-totals.tsx:61
4014
- #: src/app/routes/_authenticated/_orders/orders.tsx:83
4030
+ #: src/app/routes/_authenticated/_orders/orders.tsx:85
4015
4031
  msgid "Shipping"
4016
4032
  msgstr "配送"
4017
4033
 
@@ -4063,21 +4079,25 @@ msgstr "配送方法"
4063
4079
  msgid "Short date"
4064
4080
  msgstr "短い日付"
4065
4081
 
4082
+ #: src/lib/components/ui/password-input.tsx:20
4083
+ msgid "Show password"
4084
+ msgstr "パスワードを表示"
4085
+
4066
4086
  #. placeholder {0}: filteredTags.length
4067
4087
  #: src/app/routes/_authenticated/_assets/components/asset-tag-filter.tsx:167
4068
4088
  msgid "Showing all {0} results"
4069
4089
  msgstr "{0}件の結果をすべて表示"
4070
4090
 
4071
- #: src/lib/components/login/login-form.tsx:108
4091
+ #: src/lib/components/login/login-form.tsx:109
4072
4092
  msgid "Sign in"
4073
4093
  msgstr "ログイン"
4074
4094
 
4075
- #: src/lib/components/login/login-form.tsx:68
4095
+ #: src/lib/components/login/login-form.tsx:73
4076
4096
  msgid "Sign in to access the admin dashboard"
4077
4097
  msgstr "管理ダッシュボードにアクセスするにはログインしてください"
4078
4098
 
4079
4099
  #: src/app/routes/_authenticated/_orders/components/edit-order-table.tsx:96
4080
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:244
4100
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:245
4081
4101
  #: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:334
4082
4102
  #: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:195
4083
4103
  #: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:206
@@ -4090,11 +4110,11 @@ msgstr "SKU"
4090
4110
  msgid "Slug"
4091
4111
  msgstr "スラッグ"
4092
4112
 
4093
- #: src/lib/components/data-input/slug-input.tsx:237
4113
+ #: src/lib/components/data-input/slug-input.tsx:236
4094
4114
  msgid "Slug is set"
4095
4115
  msgstr "スラッグが設定されています"
4096
4116
 
4097
- #: src/lib/components/data-input/slug-input.tsx:238
4117
+ #: src/lib/components/data-input/slug-input.tsx:237
4098
4118
  msgid "Slug will be generated automatically..."
4099
4119
  msgstr "スラッグは自動的に生成されます..."
4100
4120
 
@@ -4112,7 +4132,7 @@ msgstr "開始日時"
4112
4132
 
4113
4133
  #: src/app/routes/_authenticated/_orders/components/fulfillment-details.tsx:108
4114
4134
  #: src/app/routes/_authenticated/_orders/components/payment-details.tsx:217
4115
- #: src/app/routes/_authenticated/_orders/orders.tsx:99
4135
+ #: src/app/routes/_authenticated/_orders/orders.tsx:101
4116
4136
  #: src/app/routes/_authenticated/_system/job-queue.tsx:222
4117
4137
  msgid "State"
4118
4138
  msgstr "状態"
@@ -4131,7 +4151,7 @@ msgstr "都道府県"
4131
4151
  msgid "Status"
4132
4152
  msgstr "ステータス"
4133
4153
 
4134
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:315
4154
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:316
4135
4155
  msgid "Stock"
4136
4156
  msgstr "在庫"
4137
4157
 
@@ -4139,12 +4159,12 @@ msgstr "在庫"
4139
4159
  msgid "Stock allocated"
4140
4160
  msgstr "在庫割り当て済み"
4141
4161
 
4142
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:395
4162
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:396
4143
4163
  #: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:353
4144
4164
  msgid "Stock level"
4145
4165
  msgstr "在庫レベル"
4146
4166
 
4147
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:320
4167
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:321
4148
4168
  msgid "Stock levels"
4149
4169
  msgstr "在庫レベル"
4150
4170
 
@@ -4220,7 +4240,7 @@ msgstr "顧客グループを作成しました"
4220
4240
  msgid "Successfully created facet"
4221
4241
  msgstr "ファセットを作成しました"
4222
4242
 
4223
- #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:85
4243
+ #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:86
4224
4244
  msgid "Successfully created facet value"
4225
4245
  msgstr "ファセット値を作成しました"
4226
4246
 
@@ -4248,7 +4268,7 @@ msgstr "商品オプショングループを正常に作成しました"
4248
4268
  msgid "Successfully created product options"
4249
4269
  msgstr "商品オプションを作成しました"
4250
4270
 
4251
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:116
4271
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:117
4252
4272
  #: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:169
4253
4273
  msgid "Successfully created product variant"
4254
4274
  msgstr "商品バリエーションを作成しました"
@@ -4273,7 +4293,7 @@ msgstr "配送方法を正常に作成しました"
4273
4293
  msgid "Successfully created stock location"
4274
4294
  msgstr "在庫ロケーションを作成しました"
4275
4295
 
4276
- #: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:68
4296
+ #: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:69
4277
4297
  msgid "Successfully created tax category"
4278
4298
  msgstr "税カテゴリを作成しました"
4279
4299
 
@@ -4293,7 +4313,7 @@ msgstr "{count}個の{entityName}を複製しました"
4293
4313
  msgid "Successfully fulfilled order"
4294
4314
  msgstr "注文をフルフィルメントしました"
4295
4315
 
4296
- #: src/lib/components/shared/remove-from-channel-bulk-action.tsx:52
4316
+ #: src/lib/components/shared/remove-from-channel-bulk-action.tsx:53
4297
4317
  msgid "Successfully removed {selectionLength} {entityType} from channel"
4298
4318
  msgstr "チャネルから{selectionLength}個の{entityType}を削除しました"
4299
4319
 
@@ -4333,7 +4353,7 @@ msgstr "顧客グループを更新しました"
4333
4353
  msgid "Successfully updated facet"
4334
4354
  msgstr "ファセットを更新しました"
4335
4355
 
4336
- #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:85
4356
+ #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:86
4337
4357
  msgid "Successfully updated facet value"
4338
4358
  msgstr "ファセット値を更新しました"
4339
4359
 
@@ -4366,7 +4386,7 @@ msgstr "商品オプションを正常に更新しました"
4366
4386
  msgid "Successfully updated product option group"
4367
4387
  msgstr "商品オプショングループを正常に更新しました"
4368
4388
 
4369
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:117
4389
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:118
4370
4390
  msgid "Successfully updated product variant"
4371
4391
  msgstr "商品バリエーションを更新しました"
4372
4392
 
@@ -4394,7 +4414,7 @@ msgstr "配送方法を正常に更新しました"
4394
4414
  msgid "Successfully updated stock location"
4395
4415
  msgstr "在庫ロケーションを更新しました"
4396
4416
 
4397
- #: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:69
4417
+ #: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:70
4398
4418
  msgid "Successfully updated tax category"
4399
4419
  msgstr "税カテゴリを更新しました"
4400
4420
 
@@ -4437,8 +4457,8 @@ msgstr "課税標準"
4437
4457
  msgid "Tax Categories"
4438
4458
  msgstr "税カテゴリ"
4439
4459
 
4440
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:256
4441
- #: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:136
4460
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:257
4461
+ #: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:137
4442
4462
  msgid "Tax category"
4443
4463
  msgstr "税カテゴリ"
4444
4464
 
@@ -4451,8 +4471,8 @@ msgid "Tax rate: {taxRate}%"
4451
4471
  msgstr "税率:{taxRate}%"
4452
4472
 
4453
4473
  #: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:37
4454
- #: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:18
4455
- #: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:28
4474
+ #: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:19
4475
+ #: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:29
4456
4476
  msgid "Tax Rates"
4457
4477
  msgstr "税率"
4458
4478
 
@@ -4547,6 +4567,10 @@ msgstr "これらの言語は、すべてのチャネルで使用できます"
4547
4567
  msgid "This is a default Role and cannot be modified"
4548
4568
  msgstr "これはデフォルトのロールであり、変更できません"
4549
4569
 
4570
+ #: src/app/routes/_authenticated/_collections/components/collection-contents-preview-table.tsx:91
4571
+ msgid "This is a preview of the collection contents based on the current filter settings. Once you save the collection, the contents will be updated to reflect the new filter settings."
4572
+ msgstr "これは現在のフィルタ設定に基づくコレクション内容のプレビューです。コレクションを保存すると、新しいフィルタ設定を反映するように内容が更新されます。"
4573
+
4550
4574
  #: src/app/routes/_authenticated/_collections/components/collection-contents-sheet.tsx:39
4551
4575
  msgid "This is the contents of the <0>{collectionName}</0> collection."
4552
4576
  msgstr "これは<0>{collectionName}</0>コレクションの内容です。"
@@ -4596,7 +4620,7 @@ msgstr "ヘッダー行を切り替え"
4596
4620
  msgid "Token"
4597
4621
  msgstr "トークン"
4598
4622
 
4599
- #: src/app/routes/_authenticated/_orders/components/edit-order-table.tsx:154
4623
+ #: src/app/routes/_authenticated/_orders/components/edit-order-table.tsx:157
4600
4624
  #: src/app/routes/_authenticated/_orders/components/order-table-totals.tsx:73
4601
4625
  #: src/app/routes/_authenticated/_orders/components/order-table.tsx:114
4602
4626
  #: src/app/routes/_authenticated/_orders/components/payment-details.tsx:228
@@ -4616,7 +4640,7 @@ msgstr "返金合計:"
4616
4640
  msgid "Total Revenue"
4617
4641
  msgstr "総収益"
4618
4642
 
4619
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:340
4643
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:341
4620
4644
  msgid "Track"
4621
4645
  msgstr "追跡"
4622
4646
 
@@ -4689,12 +4713,12 @@ msgstr "未確認"
4689
4713
  #: src/app/routes/_authenticated/_countries/countries_.$id.tsx:87
4690
4714
  #: src/app/routes/_authenticated/_customer-groups/customer-groups_.$id.tsx:96
4691
4715
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx:155
4692
- #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:112
4716
+ #: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:113
4693
4717
  #: src/app/routes/_authenticated/_facets/facets_.$id.tsx:102
4694
4718
  #: src/app/routes/_authenticated/_global-settings/global-settings.tsx:101
4695
4719
  #: src/app/routes/_authenticated/_orders/components/order-line-custom-fields-form.tsx:46
4696
4720
  #: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:130
4697
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:215
4721
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:216
4698
4722
  #: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:276
4699
4723
  #: src/app/routes/_authenticated/_products/products_.$id.tsx:111
4700
4724
  #: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$id.tsx:138
@@ -4703,9 +4727,9 @@ msgstr "未確認"
4703
4727
  #: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:136
4704
4728
  #: src/app/routes/_authenticated/_roles/roles_.$id.tsx:87
4705
4729
  #: src/app/routes/_authenticated/_sellers/sellers_.$id.tsx:81
4706
- #: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:126
4730
+ #: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:132
4707
4731
  #: src/app/routes/_authenticated/_stock-locations/stock-locations_.$id.tsx:99
4708
- #: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:98
4732
+ #: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:99
4709
4733
  #: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:95
4710
4734
  #: src/app/routes/_authenticated/_zones/zones_.$id.tsx:85
4711
4735
  #: src/lib/framework/page/detail-page.tsx:202
@@ -4720,7 +4744,7 @@ msgstr "メモの内容または公開設定を更新"
4720
4744
  msgid "Updated"
4721
4745
  msgstr "更新日時"
4722
4746
 
4723
- #: src/lib/components/shared/asset/asset-gallery.tsx:355
4747
+ #: src/lib/components/shared/asset/asset-gallery.tsx:361
4724
4748
  msgid "Upload"
4725
4749
  msgstr "アップロード"
4726
4750
 
@@ -4738,15 +4762,15 @@ msgstr "デフォルトの請求先住所として使用"
4738
4762
  msgid "Use as the default shipping address"
4739
4763
  msgstr "デフォルトの配送先住所として使用"
4740
4764
 
4741
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:370
4765
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:371
4742
4766
  msgid "Use global out-of-stock threshold"
4743
4767
  msgstr "グローバル在庫切れしきい値を使用"
4744
4768
 
4745
- #: src/lib/framework/dashboard-widget/base-widget.tsx:19
4769
+ #: src/lib/framework/dashboard-widget/base-widget.tsx:18
4746
4770
  msgid "useWidgetDimensions must be used within a DashboardBaseWidget"
4747
4771
  msgstr "useWidgetDimensionsはDashboardBaseWidget内で使用する必要があります"
4748
4772
 
4749
- #: src/lib/framework/dashboard-widget/widget-filters-context.tsx:32
4773
+ #: src/lib/framework/dashboard-widget/widget-filters-context.tsx:33
4750
4774
  msgid "useWidgetFilters must be used within a WidgetFiltersProvider"
4751
4775
  msgstr "useWidgetFiltersはWidgetFiltersProvider内で使用する必要があります"
4752
4776
 
@@ -4770,6 +4794,10 @@ msgstr "バリエーション"
4770
4794
  msgid "Variant deleted successfully"
4771
4795
  msgstr "バリエーションを削除しました"
4772
4796
 
4797
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:238
4798
+ msgid "Variant name"
4799
+ msgstr "バリエーション名"
4800
+
4773
4801
  #: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:174
4774
4802
  msgid "Variant updated successfully"
4775
4803
  msgstr "バリエーションを更新しました"
@@ -4841,11 +4869,11 @@ msgstr "管理者にのみ表示"
4841
4869
  msgid "Visible to customer"
4842
4870
  msgstr "顧客に表示"
4843
4871
 
4844
- #: src/lib/components/login/login-form.tsx:65
4872
+ #: src/lib/components/login/login-form.tsx:70
4845
4873
  msgid "Welcome to Vendure"
4846
4874
  msgstr "Vendureへようこそ"
4847
4875
 
4848
- #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:226
4876
+ #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:227
4849
4877
  #: src/app/routes/_authenticated/_products/products_.$id.tsx:122
4850
4878
  msgid "When enabled, a product is available in the shop"
4851
4879
  msgstr "有効にすると、商品がショップで利用可能になります"
@@ -4896,8 +4924,8 @@ msgstr "最新の注文"
4896
4924
  msgid "Your orders summary"
4897
4925
  msgstr "注文サマリー"
4898
4926
 
4899
- #: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:144
4900
- #: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:64
4927
+ #: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:145
4928
+ #: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:73
4901
4929
  msgid "Zone"
4902
4930
  msgstr "ゾーン"
4903
4931