@vendure/dashboard 3.5.2-master-202512170238 → 3.5.2-master-202512190240
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/plugin/constants.js +21 -2
- package/dist/plugin/dashboard.plugin.js +1 -1
- package/package.json +3 -3
- package/src/app/routeTree.gen.ts +1135 -1072
- package/src/app/routes/_authenticated/_collections/collections.graphql.ts +1 -0
- package/src/app/routes/_authenticated/_collections/collections.tsx +249 -167
- package/src/app/routes/_authenticated/_collections/components/collection-bulk-actions.tsx +8 -0
- package/src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx +4 -0
- package/src/app/routes/_authenticated/_facets/components/facet-values-sheet.tsx +4 -1
- package/src/app/routes/_authenticated/_facets/components/facet-values-table.tsx +1 -1
- package/src/app/routes/_authenticated/_facets/facets.tsx +22 -38
- package/src/app/routes/_authenticated/_orders/components/order-table-totals.tsx +16 -1
- package/src/app/routes/_authenticated/_product-variants/product-variants.graphql.ts +0 -1
- package/src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx +2 -2
- package/src/app/routes/_authenticated/_products/products.graphql.ts +5 -0
- package/src/app/routes/_authenticated/_products/products_.$id.tsx +24 -1
- package/src/app/routes/_authenticated/_system/components/payload-dialog.tsx +9 -2
- package/src/app/routes/_authenticated/_system/job-queue.tsx +11 -2
- package/src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx +2 -9
- package/src/app/routes/_authenticated/_zones/zones.tsx +1 -0
- package/src/i18n/locales/ar.po +177 -141
- package/src/i18n/locales/cs.po +177 -141
- package/src/i18n/locales/de.po +177 -141
- package/src/i18n/locales/en.po +177 -141
- package/src/i18n/locales/es.po +177 -141
- package/src/i18n/locales/fa.po +177 -141
- package/src/i18n/locales/fr.po +177 -141
- package/src/i18n/locales/he.po +177 -141
- package/src/i18n/locales/hr.po +177 -141
- package/src/i18n/locales/it.po +177 -141
- package/src/i18n/locales/ja.po +177 -141
- package/src/i18n/locales/nb.po +177 -141
- package/src/i18n/locales/ne.po +177 -141
- package/src/i18n/locales/pl.po +177 -141
- package/src/i18n/locales/pt_BR.po +177 -141
- package/src/i18n/locales/pt_PT.po +177 -141
- package/src/i18n/locales/ru.po +177 -141
- package/src/i18n/locales/sv.po +177 -141
- package/src/i18n/locales/tr.po +177 -141
- package/src/i18n/locales/uk.po +177 -141
- package/src/i18n/locales/zh_Hans.po +177 -141
- package/src/i18n/locales/zh_Hant.po +177 -141
- package/src/lib/components/data-input/number-input.tsx +24 -5
- package/src/lib/components/data-table/data-table-context.tsx +18 -3
- package/src/lib/components/data-table/data-table-utils.ts +241 -1
- package/src/lib/components/data-table/data-table.tsx +189 -60
- package/src/lib/components/data-table/global-views-bar.tsx +1 -1
- package/src/lib/components/data-table/save-view-dialog.tsx +21 -0
- package/src/lib/components/data-table/use-generated-columns.tsx +56 -24
- package/src/lib/components/data-table/views-sheet.tsx +1 -1
- package/src/lib/components/layout/channel-switcher.tsx +7 -5
- package/src/lib/components/layout/nav-main.tsx +2 -2
- package/src/lib/components/shared/alerts.tsx +3 -1
- package/src/lib/components/shared/assign-to-channel-bulk-action.tsx +10 -10
- package/src/lib/components/shared/assign-to-channel-dialog.tsx +1 -1
- package/src/lib/components/shared/assigned-channels.tsx +108 -0
- package/src/lib/components/shared/assigned-facet-values.tsx +5 -7
- package/src/lib/components/shared/channel-chip.tsx +43 -0
- package/src/lib/components/shared/paginated-list-data-table.tsx +19 -0
- package/src/lib/components/ui/alert.tsx +1 -1
- package/src/lib/components/ui/dropdown-menu.tsx +4 -1
- package/src/lib/components/ui/sidebar.tsx +2 -1
- package/src/lib/framework/page/list-page.tsx +62 -38
- package/src/lib/hooks/use-drag-and-drop.ts +86 -0
- package/src/lib/hooks/use-saved-views.ts +1 -0
- package/src/lib/providers/channel-provider.tsx +7 -1
- package/src/lib/types/saved-views.ts +3 -0
package/src/i18n/locales/ru.po
CHANGED
|
@@ -25,6 +25,31 @@ msgstr "Ошибка расширения запроса"
|
|
|
25
25
|
msgid "The page will continue with the default query."
|
|
26
26
|
msgstr "Страница продолжит работу с запросом по умолчанию."
|
|
27
27
|
|
|
28
|
+
#. js-lingui-explicit-id
|
|
29
|
+
#: src/lib/hooks/use-extended-list-query.ts:41
|
|
30
|
+
msgid "Failed to extend query document"
|
|
31
|
+
msgstr "Не удалось расширить документ запроса"
|
|
32
|
+
|
|
33
|
+
#. js-lingui-explicit-id
|
|
34
|
+
#: src/lib/hooks/use-extended-list-query.ts:43
|
|
35
|
+
msgid "Query extension is invalid: must have at least one top-level field"
|
|
36
|
+
msgstr "Расширение запроса недействительно: должно иметь хотя бы одно поле верхнего уровня"
|
|
37
|
+
|
|
38
|
+
#. js-lingui-explicit-id
|
|
39
|
+
#: src/lib/hooks/use-extended-list-query.ts:47
|
|
40
|
+
msgid "Query extension mismatch: "
|
|
41
|
+
msgstr "Несоответствие расширения запроса: "
|
|
42
|
+
|
|
43
|
+
#. js-lingui-explicit-id
|
|
44
|
+
#: src/lib/hooks/use-extended-list-query.ts:49
|
|
45
|
+
msgid "Query extension contains invalid GraphQL syntax"
|
|
46
|
+
msgstr "Расширение запроса содержит недопустимый синтаксис GraphQL"
|
|
47
|
+
|
|
48
|
+
#. js-lingui-explicit-id
|
|
49
|
+
#: src/lib/hooks/use-extended-list-query.ts:51
|
|
50
|
+
msgid "Query extension error: "
|
|
51
|
+
msgstr "Ошибка расширения запроса: "
|
|
52
|
+
|
|
28
53
|
#. js-lingui-explicit-id
|
|
29
54
|
#: src/lib/framework/defaults.ts:16
|
|
30
55
|
msgid "Insights"
|
|
@@ -191,36 +216,16 @@ msgstr "Виджет последних заказов"
|
|
|
191
216
|
msgid "Orders Summary Widget"
|
|
192
217
|
msgstr "Виджет сводки заказов"
|
|
193
218
|
|
|
194
|
-
#. js-lingui-explicit-id
|
|
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 "Расширение запроса недействительно: должно иметь хотя бы одно поле верхнего уровня"
|
|
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
219
|
#. js-lingui-explicit-id
|
|
220
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
|
|
|
224
|
+
#. js-lingui-explicit-id
|
|
225
|
+
#: src/lib/components/data-input/string-list-input.tsx:237
|
|
226
|
+
msgid "Type and press Enter or comma to add..."
|
|
227
|
+
msgstr ""
|
|
228
|
+
|
|
224
229
|
#. js-lingui-explicit-id
|
|
225
230
|
#: src/i18n/common-strings.ts:7
|
|
226
231
|
msgid "fulfillmentState.Created"
|
|
@@ -750,7 +755,7 @@ msgid "{0} customers"
|
|
|
750
755
|
msgstr "{0} клиентов"
|
|
751
756
|
|
|
752
757
|
#. placeholder {0}: selectedIds.length
|
|
753
|
-
#: src/lib/components/data-input/product-multi-selector-input.tsx:
|
|
758
|
+
#: src/lib/components/data-input/product-multi-selector-input.tsx:398
|
|
754
759
|
msgid "{0} items selected"
|
|
755
760
|
msgstr "{0} элементов выбрано"
|
|
756
761
|
|
|
@@ -771,14 +776,14 @@ msgstr "{0} выбрано"
|
|
|
771
776
|
msgid "{0} variants"
|
|
772
777
|
msgstr "{0} вариантов"
|
|
773
778
|
|
|
774
|
-
#: src/lib/components/data-input/product-multi-selector-input.tsx:
|
|
775
|
-
#: src/lib/components/shared/configurable-operation-multi-selector.tsx:
|
|
779
|
+
#: src/lib/components/data-input/product-multi-selector-input.tsx:393
|
|
780
|
+
#: src/lib/components/shared/configurable-operation-multi-selector.tsx:223
|
|
776
781
|
#: src/lib/components/shared/configurable-operation-selector.tsx:135
|
|
777
782
|
msgid "{buttonText}"
|
|
778
783
|
msgstr "{buttonText}"
|
|
779
784
|
|
|
780
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
781
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
785
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:109
|
|
786
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:137
|
|
782
787
|
msgid "{label}"
|
|
783
788
|
msgstr "{label}"
|
|
784
789
|
|
|
@@ -817,7 +822,7 @@ msgstr "Требуется возврат в размере {formattedDiff}. В
|
|
|
817
822
|
msgid "Actions"
|
|
818
823
|
msgstr "Действия"
|
|
819
824
|
|
|
820
|
-
#: src/lib/components/layout/channel-switcher.tsx:
|
|
825
|
+
#: src/lib/components/layout/channel-switcher.tsx:171
|
|
821
826
|
msgctxt "active language"
|
|
822
827
|
msgid "Active"
|
|
823
828
|
msgstr "Активный"
|
|
@@ -847,6 +852,10 @@ msgstr "Добавить ещё одну группу опций"
|
|
|
847
852
|
msgid "Add asset"
|
|
848
853
|
msgstr "Добавить ресурс"
|
|
849
854
|
|
|
855
|
+
#: src/lib/components/layout/channel-switcher.tsx:204
|
|
856
|
+
msgid "Add channel"
|
|
857
|
+
msgstr ""
|
|
858
|
+
|
|
850
859
|
#: src/lib/components/shared/rich-text-editor/table-edit-icons.tsx:151
|
|
851
860
|
msgid "Add column after"
|
|
852
861
|
msgstr "Добавить столбец после"
|
|
@@ -968,7 +977,7 @@ msgstr "Добавить строку до"
|
|
|
968
977
|
msgid "Add stock level for another location"
|
|
969
978
|
msgstr "Добавить уровень запасов для другого местоположения"
|
|
970
979
|
|
|
971
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
980
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:182
|
|
972
981
|
msgid "Add Stock to Location"
|
|
973
982
|
msgstr "Добавить запас в место хранения"
|
|
974
983
|
|
|
@@ -1045,7 +1054,11 @@ msgstr "Администраторы"
|
|
|
1045
1054
|
msgid "after"
|
|
1046
1055
|
msgstr "после"
|
|
1047
1056
|
|
|
1048
|
-
#: src/
|
|
1057
|
+
#: src/lib/components/shared/alerts.tsx:33
|
|
1058
|
+
msgid "Alerts"
|
|
1059
|
+
msgstr ""
|
|
1060
|
+
|
|
1061
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:66
|
|
1049
1062
|
msgid "All resources are up and running"
|
|
1050
1063
|
msgstr "Все ресурсы работают"
|
|
1051
1064
|
|
|
@@ -1065,8 +1078,8 @@ msgstr "Потребуется дополнительный платёж в ра
|
|
|
1065
1078
|
msgid "AND"
|
|
1066
1079
|
msgstr "И"
|
|
1067
1080
|
|
|
1068
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1069
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
1081
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:164
|
|
1082
|
+
#: src/lib/components/shared/customer-address-form.tsx:155
|
|
1070
1083
|
msgid "Apartment, suite, etc."
|
|
1071
1084
|
msgstr "Квартира, офис и т.д."
|
|
1072
1085
|
|
|
@@ -1127,6 +1140,12 @@ msgstr "Вы уверены, что хотите удалить это пред
|
|
|
1127
1140
|
msgid "Are you sure you want to navigate away from this page? Any unsaved changes will be lost."
|
|
1128
1141
|
msgstr "Вы уверены, что хотите покинуть эту страницу? Все несохранённые изменения будут потеряны."
|
|
1129
1142
|
|
|
1143
|
+
#. placeholder {0}: selection.length
|
|
1144
|
+
#. placeholder {1}: selection.length === 1 ? 'country' : 'countries'
|
|
1145
|
+
#: src/app/routes/_authenticated/_zones/components/zone-bulk-actions.tsx:51
|
|
1146
|
+
msgid "Are you sure you want to remove {0} {1} from this zone?"
|
|
1147
|
+
msgstr ""
|
|
1148
|
+
|
|
1130
1149
|
#. placeholder {0}: selection.length
|
|
1131
1150
|
#: src/lib/components/shared/remove-from-channel-bulk-action.tsx:84
|
|
1132
1151
|
msgid "Are you sure you want to remove {0} {entityType} from the current channel?"
|
|
@@ -1171,7 +1190,7 @@ msgstr "Доступные валюты"
|
|
|
1171
1190
|
msgid "Available languages"
|
|
1172
1191
|
msgstr "Доступные языки"
|
|
1173
1192
|
|
|
1174
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
1193
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:345
|
|
1175
1194
|
msgid "Available Languages"
|
|
1176
1195
|
msgstr "Доступные языки"
|
|
1177
1196
|
|
|
@@ -1195,7 +1214,7 @@ msgstr "до"
|
|
|
1195
1214
|
msgid "between"
|
|
1196
1215
|
msgstr "между"
|
|
1197
1216
|
|
|
1198
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
1217
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:270
|
|
1199
1218
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:260
|
|
1200
1219
|
#: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx:450
|
|
1201
1220
|
msgid "Billing address"
|
|
@@ -1226,22 +1245,22 @@ msgstr "Калькулятор"
|
|
|
1226
1245
|
#: src/app/common/duplicate-entity-dialog.tsx:108
|
|
1227
1246
|
#: src/app/routes/_authenticated/_assets/components/manage-tags-dialog.tsx:203
|
|
1228
1247
|
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:413
|
|
1229
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1248
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:337
|
|
1230
1249
|
#: src/app/routes/_authenticated/_orders/components/add-manual-payment-dialog.tsx:168
|
|
1231
1250
|
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:304
|
|
1232
1251
|
#: src/app/routes/_authenticated/_orders/components/order-modification-preview-dialog.tsx:350
|
|
1233
1252
|
#: src/app/routes/_authenticated/_orders/components/settle-refund-dialog.tsx:71
|
|
1234
1253
|
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:270
|
|
1235
1254
|
#: src/lib/components/data-input/product-multi-selector-input.tsx:364
|
|
1236
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
1255
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:122
|
|
1237
1256
|
#: src/lib/components/data-table/use-generated-columns.tsx:359
|
|
1238
1257
|
#: src/lib/components/data-table/views-sheet.tsx:217
|
|
1239
1258
|
#: src/lib/components/data-table/views-sheet.tsx:295
|
|
1240
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
1259
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:400
|
|
1241
1260
|
#: src/lib/components/shared/asset/asset-focal-point-editor.tsx:88
|
|
1242
1261
|
#: src/lib/components/shared/assign-to-channel-dialog.tsx:122
|
|
1243
1262
|
#: src/lib/components/shared/confirmation-dialog.tsx:43
|
|
1244
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
1263
|
+
#: src/lib/components/shared/customer-address-form.tsx:328
|
|
1245
1264
|
#: src/lib/components/shared/navigation-confirmation.tsx:55
|
|
1246
1265
|
#: src/lib/components/shared/rich-text-editor/image-dialog.tsx:205
|
|
1247
1266
|
#: src/lib/components/shared/rich-text-editor/link-dialog.tsx:142
|
|
@@ -1272,7 +1291,7 @@ msgstr "Канал"
|
|
|
1272
1291
|
msgid "Channel defaults"
|
|
1273
1292
|
msgstr "Настройки канала по умолчанию"
|
|
1274
1293
|
|
|
1275
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
1294
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:328
|
|
1276
1295
|
msgid "Channel Languages"
|
|
1277
1296
|
msgstr "Языки канала"
|
|
1278
1297
|
|
|
@@ -1280,13 +1299,13 @@ msgstr "Языки канала"
|
|
|
1280
1299
|
#: src/app/routes/_authenticated/_channels/channels.tsx:16
|
|
1281
1300
|
#: src/app/routes/_authenticated/_channels/channels.tsx:24
|
|
1282
1301
|
#: src/app/routes/_authenticated/_roles/roles_.$id.tsx:115
|
|
1283
|
-
#: src/lib/components/layout/channel-switcher.tsx:
|
|
1302
|
+
#: src/lib/components/layout/channel-switcher.tsx:121
|
|
1284
1303
|
msgid "Channels"
|
|
1285
1304
|
msgstr "Каналы"
|
|
1286
1305
|
|
|
1287
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1306
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:185
|
|
1288
1307
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:196
|
|
1289
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
1308
|
+
#: src/lib/components/shared/customer-address-form.tsx:176
|
|
1290
1309
|
msgid "City"
|
|
1291
1310
|
msgstr "Город"
|
|
1292
1311
|
|
|
@@ -1295,7 +1314,7 @@ msgid "Clear"
|
|
|
1295
1314
|
msgstr "Очистить"
|
|
1296
1315
|
|
|
1297
1316
|
#: src/app/routes/_authenticated/_assets/components/asset-tag-filter.tsx:180
|
|
1298
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
1317
|
+
#: src/lib/components/data-table/data-table.tsx:304
|
|
1299
1318
|
msgid "Clear all"
|
|
1300
1319
|
msgstr "Очистить всё"
|
|
1301
1320
|
|
|
@@ -1321,6 +1340,7 @@ msgstr "Нажмите «Запустить тест» для проверки
|
|
|
1321
1340
|
#: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$productOptionGroupId.options_.$id.tsx:187
|
|
1322
1341
|
#: src/app/routes/_authenticated/_roles/roles_.$id.tsx:104
|
|
1323
1342
|
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:149
|
|
1343
|
+
#: src/app/routes/_authenticated/_zones/components/zone-countries-table.tsx:61
|
|
1324
1344
|
#: src/lib/framework/dashboard-widget/latest-orders-widget/index.tsx:78
|
|
1325
1345
|
msgid "Code"
|
|
1326
1346
|
msgstr "Код"
|
|
@@ -1343,9 +1363,9 @@ msgstr "Коллекции успешно перемещены"
|
|
|
1343
1363
|
msgid "Column settings"
|
|
1344
1364
|
msgstr "Настройки столбцов"
|
|
1345
1365
|
|
|
1346
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1366
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:126
|
|
1347
1367
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:165
|
|
1348
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
1368
|
+
#: src/lib/components/shared/customer-address-form.tsx:117
|
|
1349
1369
|
msgid "Company"
|
|
1350
1370
|
msgstr "Компания"
|
|
1351
1371
|
|
|
@@ -1358,7 +1378,7 @@ msgstr "Завершить черновик"
|
|
|
1358
1378
|
msgid "Conditions"
|
|
1359
1379
|
msgstr "Условия"
|
|
1360
1380
|
|
|
1361
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
1381
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:266
|
|
1362
1382
|
msgid "Configure available languages for your store and channels"
|
|
1363
1383
|
msgstr "Настройте доступные языки для вашего магазина и каналов"
|
|
1364
1384
|
|
|
@@ -1367,7 +1387,7 @@ msgstr "Настройте доступные языки для вашего м
|
|
|
1367
1387
|
msgid "Confirm"
|
|
1368
1388
|
msgstr "Подтвердить"
|
|
1369
1389
|
|
|
1370
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
1390
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:116
|
|
1371
1391
|
msgid "Confirm Action"
|
|
1372
1392
|
msgstr "Подтвердить действие"
|
|
1373
1393
|
|
|
@@ -1388,7 +1408,7 @@ msgstr "содержит"
|
|
|
1388
1408
|
msgid "Contents"
|
|
1389
1409
|
msgstr "Содержимое"
|
|
1390
1410
|
|
|
1391
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
1411
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:125
|
|
1392
1412
|
#: src/lib/components/shared/confirmation-dialog.tsx:52
|
|
1393
1413
|
msgid "Continue"
|
|
1394
1414
|
msgstr "Продолжить"
|
|
@@ -1404,9 +1424,10 @@ msgstr "Копировать в личные"
|
|
|
1404
1424
|
msgid "Countries"
|
|
1405
1425
|
msgstr "Страны"
|
|
1406
1426
|
|
|
1407
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1427
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:240
|
|
1408
1428
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:217
|
|
1409
|
-
#: src/
|
|
1429
|
+
#: src/app/routes/_authenticated/_zones/components/zone-countries-table.tsx:53
|
|
1430
|
+
#: src/lib/components/shared/customer-address-form.tsx:231
|
|
1410
1431
|
msgid "Country"
|
|
1411
1432
|
msgstr "Страна"
|
|
1412
1433
|
|
|
@@ -1432,7 +1453,7 @@ msgstr "Код купона установлен для заказа"
|
|
|
1432
1453
|
#: src/app/routes/_authenticated/_facets/facets_.$id.tsx:102
|
|
1433
1454
|
#: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:130
|
|
1434
1455
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:216
|
|
1435
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
1456
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:200
|
|
1436
1457
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:111
|
|
1437
1458
|
#: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$id.tsx:138
|
|
1438
1459
|
#: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$productOptionGroupId.options_.$id.tsx:159
|
|
@@ -1453,7 +1474,7 @@ msgstr "Создать"
|
|
|
1453
1474
|
msgid "Create \"{0}\""
|
|
1454
1475
|
msgstr "Создать «{0}»"
|
|
1455
1476
|
|
|
1456
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:
|
|
1477
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:182
|
|
1457
1478
|
msgid "Create {createCount} variants"
|
|
1458
1479
|
msgstr "Создать {createCount} вариант(ов)"
|
|
1459
1480
|
|
|
@@ -1470,16 +1491,16 @@ msgstr "Создать опции товара"
|
|
|
1470
1491
|
msgid "Create variant"
|
|
1471
1492
|
msgstr "Создать вариант"
|
|
1472
1493
|
|
|
1473
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:
|
|
1494
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:153
|
|
1474
1495
|
msgid "Create Variants"
|
|
1475
1496
|
msgstr "Создать варианты"
|
|
1476
1497
|
|
|
1477
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:
|
|
1498
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:156
|
|
1478
1499
|
msgid "Create variants for your product"
|
|
1479
1500
|
msgstr "Создайте варианты для вашего товара"
|
|
1480
1501
|
|
|
1481
1502
|
#: src/app/routes/_authenticated/_orders/components/fulfillment-details.tsx:114
|
|
1482
|
-
#: src/lib/framework/layout-engine/page-layout.tsx:
|
|
1503
|
+
#: src/lib/framework/layout-engine/page-layout.tsx:433
|
|
1483
1504
|
msgid "Created"
|
|
1484
1505
|
msgstr "Создано"
|
|
1485
1506
|
|
|
@@ -1488,11 +1509,11 @@ msgstr "Создано"
|
|
|
1488
1509
|
msgid "Created at"
|
|
1489
1510
|
msgstr "Дата создания"
|
|
1490
1511
|
|
|
1491
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:
|
|
1512
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:180
|
|
1492
1513
|
msgid "Creating..."
|
|
1493
1514
|
msgstr "Создание..."
|
|
1494
1515
|
|
|
1495
|
-
#: src/lib/components/layout/channel-switcher.tsx:
|
|
1516
|
+
#: src/lib/components/layout/channel-switcher.tsx:142
|
|
1496
1517
|
msgctxt "current channel"
|
|
1497
1518
|
msgid "Current"
|
|
1498
1519
|
msgstr "Текущий"
|
|
@@ -1501,7 +1522,7 @@ msgstr "Текущий"
|
|
|
1501
1522
|
msgid "Current facet values"
|
|
1502
1523
|
msgstr "Текущие значения фасета"
|
|
1503
1524
|
|
|
1504
|
-
#: src/app/routes/_authenticated/_system/healthchecks.tsx:
|
|
1525
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:54
|
|
1505
1526
|
msgid "Current status"
|
|
1506
1527
|
msgstr "Текущий статус"
|
|
1507
1528
|
|
|
@@ -1517,7 +1538,7 @@ msgstr "Пользовательские поля"
|
|
|
1517
1538
|
msgid "Custom fields changed"
|
|
1518
1539
|
msgstr "Пользовательские поля изменены"
|
|
1519
1540
|
|
|
1520
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
1541
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:245
|
|
1521
1542
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:217
|
|
1522
1543
|
#: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx:403
|
|
1523
1544
|
#: src/lib/components/shared/role-code-label.tsx:8
|
|
@@ -1587,8 +1608,8 @@ msgctxt "theme"
|
|
|
1587
1608
|
msgid "Dark"
|
|
1588
1609
|
msgstr "Тёмная"
|
|
1589
1610
|
|
|
1590
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1591
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
1611
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:322
|
|
1612
|
+
#: src/lib/components/shared/customer-address-form.tsx:313
|
|
1592
1613
|
msgid "Default Billing Address"
|
|
1593
1614
|
msgstr "Адрес выставления счёта по умолчанию"
|
|
1594
1615
|
|
|
@@ -1604,12 +1625,12 @@ msgstr "Валюта по умолчанию"
|
|
|
1604
1625
|
msgid "Default language"
|
|
1605
1626
|
msgstr "Язык по умолчанию"
|
|
1606
1627
|
|
|
1607
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
1628
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:373
|
|
1608
1629
|
msgid "Default Language"
|
|
1609
1630
|
msgstr "Язык по умолчанию"
|
|
1610
1631
|
|
|
1611
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1612
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
1632
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:302
|
|
1633
|
+
#: src/lib/components/shared/customer-address-form.tsx:293
|
|
1613
1634
|
msgid "Default Shipping Address"
|
|
1614
1635
|
msgstr "Адрес доставки по умолчанию"
|
|
1615
1636
|
|
|
@@ -1706,7 +1727,7 @@ msgstr "Отключено"
|
|
|
1706
1727
|
msgid "Discount"
|
|
1707
1728
|
msgstr "Скидка"
|
|
1708
1729
|
|
|
1709
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
1730
|
+
#: src/lib/components/layout/language-dialog.tsx:55
|
|
1710
1731
|
msgid "Display language"
|
|
1711
1732
|
msgstr "Язык отображения"
|
|
1712
1733
|
|
|
@@ -1854,6 +1875,7 @@ msgstr "Включить"
|
|
|
1854
1875
|
#: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:105
|
|
1855
1876
|
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:56
|
|
1856
1877
|
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:58
|
|
1878
|
+
#: src/app/routes/_authenticated/_zones/components/zone-countries-table.tsx:57
|
|
1857
1879
|
#: src/lib/components/layout/nav-user.tsx:158
|
|
1858
1880
|
msgid "Enabled"
|
|
1859
1881
|
msgstr "Включено"
|
|
@@ -1878,7 +1900,7 @@ msgstr "Введите ID транзакции для этого расчёта
|
|
|
1878
1900
|
msgid "Enter transaction ID"
|
|
1879
1901
|
msgstr "Введите ID транзакции"
|
|
1880
1902
|
|
|
1881
|
-
#: src/lib/framework/layout-engine/page-layout.tsx:
|
|
1903
|
+
#: src/lib/framework/layout-engine/page-layout.tsx:406
|
|
1882
1904
|
msgid "Entity Information"
|
|
1883
1905
|
msgstr "Информация об объекте"
|
|
1884
1906
|
|
|
@@ -1900,7 +1922,7 @@ msgstr "Ошибка загрузки истории заказов: {0}"
|
|
|
1900
1922
|
msgid "Error message"
|
|
1901
1923
|
msgstr "Сообщение об ошибке"
|
|
1902
1924
|
|
|
1903
|
-
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:
|
|
1925
|
+
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:124
|
|
1904
1926
|
msgid "Error transitioning to state"
|
|
1905
1927
|
msgstr "Ошибка перехода в состояние"
|
|
1906
1928
|
|
|
@@ -2125,11 +2147,11 @@ msgstr "Не удалось дублировать представление"
|
|
|
2125
2147
|
msgid "Failed to fulfill order"
|
|
2126
2148
|
msgstr "Не удалось выполнить заказ"
|
|
2127
2149
|
|
|
2128
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
2150
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:295
|
|
2129
2151
|
msgid "Failed to load global settings"
|
|
2130
2152
|
msgstr "Не удалось загрузить глобальные настройки"
|
|
2131
2153
|
|
|
2132
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
2154
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:139
|
|
2133
2155
|
msgid "Failed to modify order"
|
|
2134
2156
|
msgstr "Не удалось изменить заказ"
|
|
2135
2157
|
|
|
@@ -2137,6 +2159,10 @@ msgstr "Не удалось изменить заказ"
|
|
|
2137
2159
|
msgid "Failed to move collections"
|
|
2138
2160
|
msgstr "Не удалось переместить коллекции"
|
|
2139
2161
|
|
|
2162
|
+
#: src/app/routes/_authenticated/_zones/components/zone-bulk-actions.tsx:36
|
|
2163
|
+
msgid "Failed to remove countries from zone"
|
|
2164
|
+
msgstr ""
|
|
2165
|
+
|
|
2140
2166
|
#: src/app/routes/_authenticated/_customers/customers_.$id.tsx:139
|
|
2141
2167
|
msgid "Failed to remove customer from group"
|
|
2142
2168
|
msgstr "Не удалось удалить клиента из группы"
|
|
@@ -2163,7 +2189,7 @@ msgstr "Не удалось провести платёж"
|
|
|
2163
2189
|
msgid "Failed to settle refund"
|
|
2164
2190
|
msgstr "Не удалось провести возврат"
|
|
2165
2191
|
|
|
2166
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
2192
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:115
|
|
2167
2193
|
msgid "Failed to transition order to state"
|
|
2168
2194
|
msgstr "Не удалось перевести заказ в состояние"
|
|
2169
2195
|
|
|
@@ -2219,7 +2245,7 @@ msgstr "Не удалось обновить состояние выполнен
|
|
|
2219
2245
|
msgid "Failed to update global settings"
|
|
2220
2246
|
msgstr "Не удалось обновить глобальные настройки"
|
|
2221
2247
|
|
|
2222
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
2248
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:92
|
|
2223
2249
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:59
|
|
2224
2250
|
msgid "Failed to update order"
|
|
2225
2251
|
msgstr "Не удалось обновить заказ"
|
|
@@ -2302,7 +2328,7 @@ msgstr "Фильтровать по названию коллекции"
|
|
|
2302
2328
|
msgid "Filter by tags"
|
|
2303
2329
|
msgstr "Фильтровать по тегам"
|
|
2304
2330
|
|
|
2305
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
2331
|
+
#: src/lib/components/data-table/data-table.tsx:243
|
|
2306
2332
|
msgid "Filter..."
|
|
2307
2333
|
msgstr "Фильтровать..."
|
|
2308
2334
|
|
|
@@ -2363,7 +2389,7 @@ msgstr "Выполнение #{0} с {1} по {2}"
|
|
|
2363
2389
|
msgid "Fulfillment created"
|
|
2364
2390
|
msgstr "Выполнение создано"
|
|
2365
2391
|
|
|
2366
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
2392
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:280
|
|
2367
2393
|
msgid "Fulfillment details"
|
|
2368
2394
|
msgstr "Детали выполнения"
|
|
2369
2395
|
|
|
@@ -2384,9 +2410,9 @@ msgstr "Состояние выполнения успешно обновлен
|
|
|
2384
2410
|
msgid "Fulfillment transitioned"
|
|
2385
2411
|
msgstr "Выполнение переведено"
|
|
2386
2412
|
|
|
2387
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
2413
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:109
|
|
2388
2414
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:159
|
|
2389
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
2415
|
+
#: src/lib/components/shared/customer-address-form.tsx:100
|
|
2390
2416
|
msgid "Full Name"
|
|
2391
2417
|
msgstr "Полное имя"
|
|
2392
2418
|
|
|
@@ -2399,7 +2425,7 @@ msgstr "Общие"
|
|
|
2399
2425
|
msgid "Generate slug automatically"
|
|
2400
2426
|
msgstr "Генерировать slug автоматически"
|
|
2401
2427
|
|
|
2402
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
2428
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:275
|
|
2403
2429
|
msgid "Global Languages"
|
|
2404
2430
|
msgstr "Глобальные языки"
|
|
2405
2431
|
|
|
@@ -2480,7 +2506,7 @@ msgstr "Заголовок 5"
|
|
|
2480
2506
|
msgid "Heading 6"
|
|
2481
2507
|
msgstr "Заголовок 6"
|
|
2482
2508
|
|
|
2483
|
-
#: src/app/routes/_authenticated/_system/healthchecks.tsx:
|
|
2509
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:42
|
|
2484
2510
|
msgid "Health checks"
|
|
2485
2511
|
msgstr "Проверки состояния"
|
|
2486
2512
|
|
|
@@ -2603,7 +2629,7 @@ msgid "Language"
|
|
|
2603
2629
|
msgstr "Язык"
|
|
2604
2630
|
|
|
2605
2631
|
#. placeholder {0}: formatLanguageName(contentLanguage)
|
|
2606
|
-
#: src/lib/components/layout/channel-switcher.tsx:
|
|
2632
|
+
#: src/lib/components/layout/channel-switcher.tsx:107
|
|
2607
2633
|
msgid "Language: {0}"
|
|
2608
2634
|
msgstr "Язык: {0}"
|
|
2609
2635
|
|
|
@@ -2637,7 +2663,7 @@ msgid "Last Result"
|
|
|
2637
2663
|
msgstr "Последний результат"
|
|
2638
2664
|
|
|
2639
2665
|
#. placeholder {0}: formatRelative(dataUpdatedAt, new Date())
|
|
2640
|
-
#: src/app/routes/_authenticated/_system/healthchecks.tsx:
|
|
2666
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:57
|
|
2641
2667
|
msgid "Last updated {0}"
|
|
2642
2668
|
msgstr "Последнее обновление {0}"
|
|
2643
2669
|
|
|
@@ -2683,7 +2709,7 @@ msgstr "Загрузка адресов..."
|
|
|
2683
2709
|
msgid "Loading collections..."
|
|
2684
2710
|
msgstr "Загрузка коллекций..."
|
|
2685
2711
|
|
|
2686
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
2712
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:289
|
|
2687
2713
|
msgid "Loading global settings..."
|
|
2688
2714
|
msgstr "Загрузка глобальных настроек..."
|
|
2689
2715
|
|
|
@@ -2706,7 +2732,7 @@ msgstr "Загрузка тегов..."
|
|
|
2706
2732
|
msgid "Loading..."
|
|
2707
2733
|
msgstr "Загрузка..."
|
|
2708
2734
|
|
|
2709
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
2735
|
+
#: src/lib/components/layout/language-dialog.tsx:73
|
|
2710
2736
|
msgid "Locale"
|
|
2711
2737
|
msgstr "Локаль"
|
|
2712
2738
|
|
|
@@ -2730,8 +2756,8 @@ msgstr "Управление глобальными представлениям
|
|
|
2730
2756
|
msgid "Manage Global Views"
|
|
2731
2757
|
msgstr "Управление глобальными представлениями"
|
|
2732
2758
|
|
|
2733
|
-
#: src/lib/components/layout/channel-switcher.tsx:
|
|
2734
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
2759
|
+
#: src/lib/components/layout/channel-switcher.tsx:185
|
|
2760
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:263
|
|
2735
2761
|
msgid "Manage Languages"
|
|
2736
2762
|
msgstr "Управление языками"
|
|
2737
2763
|
|
|
@@ -2760,7 +2786,7 @@ msgstr "Управление вашими личными сохранённым
|
|
|
2760
2786
|
msgid "matches regex"
|
|
2761
2787
|
msgstr "соответствует regex"
|
|
2762
2788
|
|
|
2763
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
2789
|
+
#: src/lib/components/layout/language-dialog.tsx:109
|
|
2764
2790
|
msgid "Medium date"
|
|
2765
2791
|
msgstr "Средняя дата"
|
|
2766
2792
|
|
|
@@ -2776,7 +2802,7 @@ msgstr "Метод"
|
|
|
2776
2802
|
msgid "Metrics"
|
|
2777
2803
|
msgstr "Метрики"
|
|
2778
2804
|
|
|
2779
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
2805
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:169
|
|
2780
2806
|
#: src/app/routes/_authenticated/_orders/utils/order-detail-loaders.tsx:75
|
|
2781
2807
|
msgid "Modify"
|
|
2782
2808
|
msgstr "Изменить"
|
|
@@ -2785,7 +2811,7 @@ msgstr "Изменить"
|
|
|
2785
2811
|
msgid "Modify order"
|
|
2786
2812
|
msgstr "Изменить заказ"
|
|
2787
2813
|
|
|
2788
|
-
#: src/app/routes/_authenticated/_system/healthchecks.tsx:
|
|
2814
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:82
|
|
2789
2815
|
msgid "Monitored Resources"
|
|
2790
2816
|
msgstr "Отслеживаемые ресурсы"
|
|
2791
2817
|
|
|
@@ -3057,7 +3083,7 @@ msgstr "Нет адреса"
|
|
|
3057
3083
|
msgid "No addresses found"
|
|
3058
3084
|
msgstr "Адреса не найдены"
|
|
3059
3085
|
|
|
3060
|
-
#: src/lib/components/shared/alerts.tsx:
|
|
3086
|
+
#: src/lib/components/shared/alerts.tsx:45
|
|
3061
3087
|
msgid "No alerts"
|
|
3062
3088
|
msgstr "Нет оповещений"
|
|
3063
3089
|
|
|
@@ -3069,7 +3095,7 @@ msgstr "Нет адреса выставления счёта"
|
|
|
3069
3095
|
msgid "No countries found"
|
|
3070
3096
|
msgstr "Страны не найдены"
|
|
3071
3097
|
|
|
3072
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
3098
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:255
|
|
3073
3099
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:227
|
|
3074
3100
|
msgid "No customer"
|
|
3075
3101
|
msgstr "Нет клиента"
|
|
@@ -3090,11 +3116,11 @@ msgstr "Для этого заказа не найдено подходящих
|
|
|
3090
3116
|
msgid "No facet values"
|
|
3091
3117
|
msgstr "Нет значений фасета"
|
|
3092
3118
|
|
|
3093
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
3119
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:300
|
|
3094
3120
|
msgid "No fulfillments"
|
|
3095
3121
|
msgstr "Нет выполнений"
|
|
3096
3122
|
|
|
3097
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
3123
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:359
|
|
3098
3124
|
msgid "No global languages configured"
|
|
3099
3125
|
msgstr "Глобальные языки не настроены"
|
|
3100
3126
|
|
|
@@ -3140,7 +3166,7 @@ msgstr "Не требуется платёж или возврат"
|
|
|
3140
3166
|
msgid "No result yet"
|
|
3141
3167
|
msgstr "Результатов пока нет"
|
|
3142
3168
|
|
|
3143
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
3169
|
+
#: src/lib/components/data-table/data-table.tsx:365
|
|
3144
3170
|
#: src/lib/components/shared/customer-group-selector.tsx:58
|
|
3145
3171
|
msgid "No results"
|
|
3146
3172
|
msgstr "Нет результатов"
|
|
@@ -3162,7 +3188,7 @@ msgstr "Нет адреса доставки"
|
|
|
3162
3188
|
msgid "No shipping methods available"
|
|
3163
3189
|
msgstr "Способы доставки недоступны"
|
|
3164
3190
|
|
|
3165
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
3191
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:174
|
|
3166
3192
|
msgid "No stock locations available on current channel"
|
|
3167
3193
|
msgstr "В текущем канале нет доступных мест хранения"
|
|
3168
3194
|
|
|
@@ -3283,7 +3309,7 @@ msgstr "Заказ доставлен"
|
|
|
3283
3309
|
msgid "Order fulfilled"
|
|
3284
3310
|
msgstr "Заказ выполнен"
|
|
3285
3311
|
|
|
3286
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
3312
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:233
|
|
3287
3313
|
#: src/app/routes/_authenticated/_orders/components/order-history/order-history-container.tsx:30
|
|
3288
3314
|
msgid "Order history"
|
|
3289
3315
|
msgstr "История заказов"
|
|
@@ -3398,7 +3424,7 @@ msgstr "Платёж авторизован"
|
|
|
3398
3424
|
msgid "Payment cancelled successfully"
|
|
3399
3425
|
msgstr "Платёж успешно отменён"
|
|
3400
3426
|
|
|
3401
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
3427
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:221
|
|
3402
3428
|
msgid "Payment details"
|
|
3403
3429
|
msgstr "Детали платежа"
|
|
3404
3430
|
|
|
@@ -3457,9 +3483,9 @@ msgstr "Разрешения"
|
|
|
3457
3483
|
msgid "Phone number"
|
|
3458
3484
|
msgstr "Номер телефона"
|
|
3459
3485
|
|
|
3460
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
3486
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:273
|
|
3461
3487
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:241
|
|
3462
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
3488
|
+
#: src/lib/components/shared/customer-address-form.tsx:264
|
|
3463
3489
|
msgid "Phone Number"
|
|
3464
3490
|
msgstr "Номер телефона"
|
|
3465
3491
|
|
|
@@ -3475,9 +3501,9 @@ msgstr "Пожалуйста, добавьте товары и укажите а
|
|
|
3475
3501
|
msgid "Please select a target collection"
|
|
3476
3502
|
msgstr "Пожалуйста, выберите целевую коллекцию"
|
|
3477
3503
|
|
|
3478
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
3504
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:223
|
|
3479
3505
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:208
|
|
3480
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
3506
|
+
#: src/lib/components/shared/customer-address-form.tsx:214
|
|
3481
3507
|
msgid "Postal Code"
|
|
3482
3508
|
msgstr "Почтовый индекс"
|
|
3483
3509
|
|
|
@@ -3497,8 +3523,8 @@ msgstr "Просмотр изменений заказа"
|
|
|
3497
3523
|
#: src/app/routes/_authenticated/_orders/components/shipping-method-selector.tsx:49
|
|
3498
3524
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:272
|
|
3499
3525
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:340
|
|
3500
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
3501
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
3526
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:212
|
|
3527
|
+
#: src/lib/components/layout/language-dialog.tsx:121
|
|
3502
3528
|
msgid "Price"
|
|
3503
3529
|
msgstr "Цена"
|
|
3504
3530
|
|
|
@@ -3607,7 +3633,7 @@ msgstr "Причина"
|
|
|
3607
3633
|
msgid "Rebuild search index"
|
|
3608
3634
|
msgstr "Перестроить поисковый индекс"
|
|
3609
3635
|
|
|
3610
|
-
#: src/app/routes/_authenticated/_system/healthchecks.tsx:
|
|
3636
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:46
|
|
3611
3637
|
msgid "Refresh"
|
|
3612
3638
|
msgstr "Обновить"
|
|
3613
3639
|
|
|
@@ -3675,6 +3701,10 @@ msgstr "Удалить"
|
|
|
3675
3701
|
msgid "Remove from current channel"
|
|
3676
3702
|
msgstr "Удалить из текущего канала"
|
|
3677
3703
|
|
|
3704
|
+
#: src/app/routes/_authenticated/_zones/components/zone-bulk-actions.tsx:49
|
|
3705
|
+
msgid "Remove from zone"
|
|
3706
|
+
msgstr ""
|
|
3707
|
+
|
|
3678
3708
|
#: src/app/routes/_authenticated/_products/components/create-product-options-dialog.tsx:278
|
|
3679
3709
|
msgid "Remove group"
|
|
3680
3710
|
msgstr "Удалить группу"
|
|
@@ -3687,6 +3717,12 @@ msgstr "Удалить элемент"
|
|
|
3687
3717
|
msgid "Remove link"
|
|
3688
3718
|
msgstr "Удалить ссылку"
|
|
3689
3719
|
|
|
3720
|
+
#. placeholder {0}: selection.length
|
|
3721
|
+
#. placeholder {1}: selection.length === 1 ? 'country' : 'countries'
|
|
3722
|
+
#: src/app/routes/_authenticated/_zones/components/zone-bulk-actions.tsx:31
|
|
3723
|
+
msgid "Removed {0} {1} from zone"
|
|
3724
|
+
msgstr ""
|
|
3725
|
+
|
|
3690
3726
|
#: src/app/routes/_authenticated/_orders/components/order-modification-summary.tsx:200
|
|
3691
3727
|
msgid "Removed coupon codes"
|
|
3692
3728
|
msgstr "Коды купонов удалены"
|
|
@@ -3741,11 +3777,11 @@ msgstr "Выполняется"
|
|
|
3741
3777
|
msgid "Same window"
|
|
3742
3778
|
msgstr "То же окно"
|
|
3743
3779
|
|
|
3744
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
3780
|
+
#: src/lib/components/layout/language-dialog.tsx:92
|
|
3745
3781
|
msgid "Sample Formatting"
|
|
3746
3782
|
msgstr "Пример форматирования"
|
|
3747
3783
|
|
|
3748
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
3784
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:216
|
|
3749
3785
|
#: src/lib/components/data-table/views-sheet.tsx:210
|
|
3750
3786
|
#: src/lib/components/shared/history-timeline/history-note-editor.tsx:54
|
|
3751
3787
|
msgid "Save"
|
|
@@ -3755,8 +3791,8 @@ msgstr "Сохранить"
|
|
|
3755
3791
|
msgid "Save a view as \"Global\" to make it available to all users."
|
|
3756
3792
|
msgstr "Сохраните представление как «Глобальное», чтобы сделать его доступным для всех пользователей."
|
|
3757
3793
|
|
|
3758
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
3759
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
3794
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:341
|
|
3795
|
+
#: src/lib/components/shared/customer-address-form.tsx:332
|
|
3760
3796
|
msgid "Save Address"
|
|
3761
3797
|
msgstr "Сохранить адрес"
|
|
3762
3798
|
|
|
@@ -3765,7 +3801,7 @@ msgid "Save changes"
|
|
|
3765
3801
|
msgstr "Сохранить изменения"
|
|
3766
3802
|
|
|
3767
3803
|
#: src/app/routes/_authenticated/_assets/components/manage-tags-dialog.tsx:206
|
|
3768
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
3804
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:403
|
|
3769
3805
|
msgid "Save Changes"
|
|
3770
3806
|
msgstr "Сохранить изменения"
|
|
3771
3807
|
|
|
@@ -3782,7 +3818,7 @@ msgid "Save View"
|
|
|
3782
3818
|
msgstr "Сохранить вид"
|
|
3783
3819
|
|
|
3784
3820
|
#: src/app/routes/_authenticated/_assets/components/manage-tags-dialog.tsx:206
|
|
3785
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
3821
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:403
|
|
3786
3822
|
msgid "Saving..."
|
|
3787
3823
|
msgstr "Сохранение..."
|
|
3788
3824
|
|
|
@@ -3831,7 +3867,7 @@ msgstr "Не удалось начать перестроение поисков
|
|
|
3831
3867
|
msgid "Search index rebuild started"
|
|
3832
3868
|
msgstr "Начато перестроение поискового индекса"
|
|
3833
3869
|
|
|
3834
|
-
#: src/lib/components/shared/language-selector.tsx:
|
|
3870
|
+
#: src/lib/components/shared/language-selector.tsx:53
|
|
3835
3871
|
msgid "Search languages..."
|
|
3836
3872
|
msgstr "Поиск языков..."
|
|
3837
3873
|
|
|
@@ -3870,8 +3906,8 @@ msgstr "Выберите канал"
|
|
|
3870
3906
|
msgid "Select a channel to assign {0} {entityType} to"
|
|
3871
3907
|
msgstr "Выберите канал для назначения {0} {entityType}"
|
|
3872
3908
|
|
|
3873
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
3874
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
3909
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:250
|
|
3910
|
+
#: src/lib/components/shared/customer-address-form.tsx:241
|
|
3875
3911
|
msgid "Select a country"
|
|
3876
3912
|
msgstr "Выберите страну"
|
|
3877
3913
|
|
|
@@ -3883,7 +3919,7 @@ msgstr "Выберите валюту"
|
|
|
3883
3919
|
msgid "Select a destination collection"
|
|
3884
3920
|
msgstr "Выберите целевую коллекцию"
|
|
3885
3921
|
|
|
3886
|
-
#: src/lib/components/shared/language-selector.tsx:
|
|
3922
|
+
#: src/lib/components/shared/language-selector.tsx:52
|
|
3887
3923
|
msgid "Select a language"
|
|
3888
3924
|
msgstr "Выберите язык"
|
|
3889
3925
|
|
|
@@ -3916,7 +3952,7 @@ msgstr "Выберите адрес"
|
|
|
3916
3952
|
msgid "Select an option"
|
|
3917
3953
|
msgstr "Выберите опцию"
|
|
3918
3954
|
|
|
3919
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
3955
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:301
|
|
3920
3956
|
msgid "Select Available Languages"
|
|
3921
3957
|
msgstr "Выбрать доступные языки"
|
|
3922
3958
|
|
|
@@ -3932,11 +3968,11 @@ msgstr "Выбрать клиента"
|
|
|
3932
3968
|
msgid "Select date range"
|
|
3933
3969
|
msgstr "Выберите период"
|
|
3934
3970
|
|
|
3935
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
3971
|
+
#: src/lib/components/layout/language-dialog.tsx:49
|
|
3936
3972
|
msgid "Select display language"
|
|
3937
3973
|
msgstr "Выберите язык отображения"
|
|
3938
3974
|
|
|
3939
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
3975
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:363
|
|
3940
3976
|
msgid "Select from globally available languages for this channel"
|
|
3941
3977
|
msgstr "Выберите из глобально доступных языков для этого канала"
|
|
3942
3978
|
|
|
@@ -3948,7 +3984,7 @@ msgstr "Выбрать элемент"
|
|
|
3948
3984
|
msgid "Select items"
|
|
3949
3985
|
msgstr "Выбрать элементы"
|
|
3950
3986
|
|
|
3951
|
-
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:
|
|
3987
|
+
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:103
|
|
3952
3988
|
msgid "Select next state"
|
|
3953
3989
|
msgstr "Выбрать следующее состояние"
|
|
3954
3990
|
|
|
@@ -3960,7 +3996,7 @@ msgstr "Выберите количество для выполнения и н
|
|
|
3960
3996
|
msgid "Select seller"
|
|
3961
3997
|
msgstr "Выбрать продавца"
|
|
3962
3998
|
|
|
3963
|
-
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:
|
|
3999
|
+
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:107
|
|
3964
4000
|
msgid "Select the next state for the order"
|
|
3965
4001
|
msgstr "Выберите следующее состояние для заказа"
|
|
3966
4002
|
|
|
@@ -4031,7 +4067,7 @@ msgstr "Провести возврат"
|
|
|
4031
4067
|
msgid "Shipping"
|
|
4032
4068
|
msgstr "Доставка"
|
|
4033
4069
|
|
|
4034
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
4070
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:262
|
|
4035
4071
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:234
|
|
4036
4072
|
#: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx:418
|
|
4037
4073
|
msgid "Shipping address"
|
|
@@ -4075,7 +4111,7 @@ msgstr "Способ доставки установлен для заказа"
|
|
|
4075
4111
|
msgid "Shipping Methods"
|
|
4076
4112
|
msgstr "Способы доставки"
|
|
4077
4113
|
|
|
4078
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
4114
|
+
#: src/lib/components/layout/language-dialog.tsx:115
|
|
4079
4115
|
msgid "Short date"
|
|
4080
4116
|
msgstr "Короткая дата"
|
|
4081
4117
|
|
|
@@ -4100,7 +4136,7 @@ msgstr "Войдите для доступа к панели администр
|
|
|
4100
4136
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:245
|
|
4101
4137
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:334
|
|
4102
4138
|
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:195
|
|
4103
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
4139
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:209
|
|
4104
4140
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:306
|
|
4105
4141
|
msgid "SKU"
|
|
4106
4142
|
msgstr "SKU"
|
|
@@ -4118,7 +4154,7 @@ msgstr "Slug установлен"
|
|
|
4118
4154
|
msgid "Slug will be generated automatically..."
|
|
4119
4155
|
msgstr "Slug будет сгенерирован автоматически..."
|
|
4120
4156
|
|
|
4121
|
-
#: src/app/routes/_authenticated/_system/healthchecks.tsx:
|
|
4157
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:73
|
|
4122
4158
|
msgid "Some resources are down"
|
|
4123
4159
|
msgstr "Некоторые ресурсы недоступны"
|
|
4124
4160
|
|
|
@@ -4141,8 +4177,8 @@ msgstr "Регион"
|
|
|
4141
4177
|
msgid "State / Province"
|
|
4142
4178
|
msgstr "Регион / Область"
|
|
4143
4179
|
|
|
4144
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
4145
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
4180
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:202
|
|
4181
|
+
#: src/lib/components/shared/customer-address-form.tsx:193
|
|
4146
4182
|
msgid "State/Province"
|
|
4147
4183
|
msgstr "Регион/Область"
|
|
4148
4184
|
|
|
@@ -4178,13 +4214,13 @@ msgstr "Складские местоположения"
|
|
|
4178
4214
|
msgid "Stock on hand"
|
|
4179
4215
|
msgstr "Запас в наличии"
|
|
4180
4216
|
|
|
4181
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
4217
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:215
|
|
4182
4218
|
msgid "Stock on Hand"
|
|
4183
4219
|
msgstr "Запас в наличии"
|
|
4184
4220
|
|
|
4185
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
4221
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:147
|
|
4186
4222
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:175
|
|
4187
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
4223
|
+
#: src/lib/components/shared/customer-address-form.tsx:138
|
|
4188
4224
|
msgid "Street Address"
|
|
4189
4225
|
msgstr "Улица"
|
|
4190
4226
|
|
|
@@ -4365,7 +4401,7 @@ msgstr "Значения фасета успешно обновлены для {
|
|
|
4365
4401
|
msgid "Successfully updated global settings"
|
|
4366
4402
|
msgstr "Глобальные настройки успешно обновлены"
|
|
4367
4403
|
|
|
4368
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
4404
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:88
|
|
4369
4405
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:55
|
|
4370
4406
|
msgid "Successfully updated order"
|
|
4371
4407
|
msgstr "Заказ успешно обновлён"
|
|
@@ -4476,7 +4512,7 @@ msgstr "Налоговая ставка: {taxRate}%"
|
|
|
4476
4512
|
msgid "Tax Rates"
|
|
4477
4513
|
msgstr "Налоговые ставки"
|
|
4478
4514
|
|
|
4479
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
4515
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:205
|
|
4480
4516
|
msgid "Tax summary"
|
|
4481
4517
|
msgstr "Налоговая сводка"
|
|
4482
4518
|
|
|
@@ -4559,7 +4595,7 @@ msgstr "Это клиенты из группы клиентов <0>{customerGro
|
|
|
4559
4595
|
msgid "These are the facet values for the <0>{facetName}</0> facet."
|
|
4560
4596
|
msgstr "Это значения фасета для фасета <0>{facetName}</0>."
|
|
4561
4597
|
|
|
4562
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
4598
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:316
|
|
4563
4599
|
msgid "These languages will be available for all channels to use"
|
|
4564
4600
|
msgstr "Эти языки будут доступны для использования всеми каналами"
|
|
4565
4601
|
|
|
@@ -4667,7 +4703,7 @@ msgstr "ID транзакции обязателен"
|
|
|
4667
4703
|
#. placeholder {0}: getTranslatedOrderState(state)
|
|
4668
4704
|
#. placeholder {0}: getTranslatedPaymentState(state)
|
|
4669
4705
|
#: src/app/routes/_authenticated/_orders/components/fulfillment-details.tsx:92
|
|
4670
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
4706
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:110
|
|
4671
4707
|
#: src/app/routes/_authenticated/_orders/components/payment-details.tsx:154
|
|
4672
4708
|
msgid "Transition to {0}"
|
|
4673
4709
|
msgstr "Перейти в {0}"
|
|
@@ -4676,7 +4712,7 @@ msgstr "Перейти в {0}"
|
|
|
4676
4712
|
msgid "Transition to {suggestedState}"
|
|
4677
4713
|
msgstr "Перейти в {suggestedState}"
|
|
4678
4714
|
|
|
4679
|
-
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:
|
|
4715
|
+
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:130
|
|
4680
4716
|
msgid "Transition to selected state"
|
|
4681
4717
|
msgstr "Перейти в выбранное состояние"
|
|
4682
4718
|
|
|
@@ -4740,7 +4776,7 @@ msgstr "Обновить"
|
|
|
4740
4776
|
msgid "Update the note content or visibility"
|
|
4741
4777
|
msgstr "Обновить содержимое или видимость заметки"
|
|
4742
4778
|
|
|
4743
|
-
#: src/lib/framework/layout-engine/page-layout.tsx:
|
|
4779
|
+
#: src/lib/framework/layout-engine/page-layout.tsx:446
|
|
4744
4780
|
msgid "Updated"
|
|
4745
4781
|
msgstr "Обновлено"
|
|
4746
4782
|
|
|
@@ -4752,13 +4788,13 @@ msgstr "Загрузить"
|
|
|
4752
4788
|
msgid "Usage limit"
|
|
4753
4789
|
msgstr "Лимит использования"
|
|
4754
4790
|
|
|
4755
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
4756
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
4791
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:325
|
|
4792
|
+
#: src/lib/components/shared/customer-address-form.tsx:316
|
|
4757
4793
|
msgid "Use as the default billing address"
|
|
4758
4794
|
msgstr "Использовать как адрес выставления счёта по умолчанию"
|
|
4759
4795
|
|
|
4760
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
4761
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
4796
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:305
|
|
4797
|
+
#: src/lib/components/shared/customer-address-form.tsx:296
|
|
4762
4798
|
msgid "Use as the default shipping address"
|
|
4763
4799
|
msgstr "Использовать как адрес доставки по умолчанию"
|
|
4764
4800
|
|
|
@@ -4786,7 +4822,7 @@ msgstr "Использование встроенной стратегии ау
|
|
|
4786
4822
|
msgid "Values"
|
|
4787
4823
|
msgstr "Значения"
|
|
4788
4824
|
|
|
4789
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
4825
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:205
|
|
4790
4826
|
msgid "Variant"
|
|
4791
4827
|
msgstr "Вариант"
|
|
4792
4828
|
|
|
@@ -4904,11 +4940,11 @@ msgctxt "date-range"
|
|
|
4904
4940
|
msgid "Yesterday"
|
|
4905
4941
|
msgstr "Вчера"
|
|
4906
4942
|
|
|
4907
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
4943
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:338
|
|
4908
4944
|
msgid "You don't have permission to view channel settings"
|
|
4909
4945
|
msgstr "У вас нет разрешения на просмотр настроек канала"
|
|
4910
4946
|
|
|
4911
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
4947
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:284
|
|
4912
4948
|
msgid "You don't have permission to view global language settings"
|
|
4913
4949
|
msgstr "У вас нет разрешения на просмотр глобальных языковых настроек"
|
|
4914
4950
|
|