@vendure/dashboard 3.6.4-master-202605280309 → 3.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/src/app/common/duplicate-entity-dialog.tsx +2 -1
- package/src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx +2 -1
- package/src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx +133 -32
- package/src/i18n/locales/ar.po +97 -78
- package/src/i18n/locales/bg.po +97 -78
- package/src/i18n/locales/cs.po +97 -78
- package/src/i18n/locales/de.po +97 -78
- package/src/i18n/locales/en.po +97 -78
- package/src/i18n/locales/es.po +97 -78
- package/src/i18n/locales/fa.po +97 -78
- package/src/i18n/locales/fr.po +97 -78
- package/src/i18n/locales/he.po +97 -78
- package/src/i18n/locales/hr.po +97 -78
- package/src/i18n/locales/hu.po +97 -78
- package/src/i18n/locales/it.po +97 -78
- package/src/i18n/locales/ja.po +97 -78
- package/src/i18n/locales/nb.po +97 -78
- package/src/i18n/locales/ne.po +97 -78
- package/src/i18n/locales/nl.po +97 -78
- package/src/i18n/locales/pl.po +97 -78
- package/src/i18n/locales/pt_BR.po +97 -78
- package/src/i18n/locales/pt_PT.po +97 -78
- package/src/i18n/locales/ro.po +97 -78
- package/src/i18n/locales/ru.po +97 -78
- package/src/i18n/locales/sv.po +97 -78
- package/src/i18n/locales/tr.po +97 -78
- package/src/i18n/locales/uk.po +97 -78
- package/src/i18n/locales/zh_Hans.po +97 -78
- package/src/i18n/locales/zh_Hant.po +97 -78
- package/src/lib/components/data-input/affixed-input.tsx +2 -0
- package/src/lib/components/data-input/default-relation-input.tsx +60 -0
- package/src/lib/components/data-input/select-with-options.tsx +12 -5
- package/src/lib/components/shared/configurable-operation-multi-selector.tsx +2 -1
- package/src/lib/components/shared/configurable-operation-selector.tsx +2 -1
- package/src/lib/components/shared/configurable-operation-utils.spec.ts +49 -0
- package/src/lib/components/shared/configurable-operation-utils.ts +18 -0
- package/src/lib/framework/form-engine/form-schema-tools.spec.ts +39 -0
- package/src/lib/framework/form-engine/form-schema-tools.ts +72 -2
- package/src/lib/framework/form-engine/use-generated-form.tsx +13 -10
- package/src/lib/framework/form-engine/utils.spec.ts +50 -0
- package/src/lib/framework/form-engine/utils.ts +14 -0
- package/src/lib/lib/utils.spec.ts +253 -0
- package/src/lib/lib/utils.ts +40 -9
- package/src/lib/providers/auth.tsx +52 -13
package/src/i18n/locales/bg.po
CHANGED
|
@@ -94,7 +94,7 @@ msgstr "Използване на външна стратегия за удос
|
|
|
94
94
|
msgid "Select a reason..."
|
|
95
95
|
msgstr "Изберете причина..."
|
|
96
96
|
|
|
97
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
97
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:100
|
|
98
98
|
msgid "Heading 5"
|
|
99
99
|
msgstr "Заглавие 5"
|
|
100
100
|
|
|
@@ -104,7 +104,7 @@ msgstr "Заглавие 5"
|
|
|
104
104
|
msgid "Failed to add payment"
|
|
105
105
|
msgstr "Неуспешно добавяне на плащане"
|
|
106
106
|
|
|
107
|
-
#: src/lib/framework/layout-engine/page-layout.tsx:
|
|
107
|
+
#: src/lib/framework/layout-engine/page-layout.tsx:730
|
|
108
108
|
msgid "Updated"
|
|
109
109
|
msgstr "Актуализиран"
|
|
110
110
|
|
|
@@ -113,7 +113,7 @@ msgstr "Актуализиран"
|
|
|
113
113
|
msgid "Failed to update global settings"
|
|
114
114
|
msgstr "Неуспешно актуализиране на глобалните настройки"
|
|
115
115
|
|
|
116
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
116
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:78
|
|
117
117
|
msgid "Successfully fulfilled order"
|
|
118
118
|
msgstr "Успешно изпълнена поръчка"
|
|
119
119
|
|
|
@@ -164,7 +164,7 @@ msgstr "Тип"
|
|
|
164
164
|
#. placeholder {0}: entityName.toLowerCase()
|
|
165
165
|
#. placeholder {0}: group.name
|
|
166
166
|
#: src/app/routes/_authenticated/_products/components/product-option-select.tsx:57
|
|
167
|
-
#: src/lib/components/data-input/default-relation-input.tsx:
|
|
167
|
+
#: src/lib/components/data-input/default-relation-input.tsx:616
|
|
168
168
|
msgid "Select {0}"
|
|
169
169
|
msgstr "Изберете {0}"
|
|
170
170
|
|
|
@@ -259,7 +259,7 @@ msgstr "Тествайте този метод на доставка, като
|
|
|
259
259
|
msgid "Stock Locations"
|
|
260
260
|
msgstr "Складови местоположения"
|
|
261
261
|
|
|
262
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
262
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:293
|
|
263
263
|
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:170
|
|
264
264
|
msgid "Fulfillment handler"
|
|
265
265
|
msgstr "Манипулатор на изпълнение"
|
|
@@ -323,7 +323,7 @@ msgstr "Въведете поне 2 знака за търсене..."
|
|
|
323
323
|
|
|
324
324
|
#: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx:121
|
|
325
325
|
#: src/app/routes/_authenticated/_customers/customers_.$id.tsx:182
|
|
326
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
326
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:108
|
|
327
327
|
msgid "Last name"
|
|
328
328
|
msgstr "Фамилия"
|
|
329
329
|
|
|
@@ -348,7 +348,7 @@ msgstr "Успешно създадено складово местополож
|
|
|
348
348
|
#: src/app/routes/_authenticated/_products/components/add-option-group-dialog.tsx:78
|
|
349
349
|
#: src/app/routes/_authenticated/_products/components/add-option-group-dialog.tsx:120
|
|
350
350
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:166
|
|
351
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
351
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:185
|
|
352
352
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:112
|
|
353
353
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:204
|
|
354
354
|
msgid "Unknown error"
|
|
@@ -549,7 +549,7 @@ msgstr "Търсете начини на плащане..."
|
|
|
549
549
|
msgid "Shipping address unset for order"
|
|
550
550
|
msgstr "Адресът за доставка не е зададен за поръчка"
|
|
551
551
|
|
|
552
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
552
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:432
|
|
553
553
|
msgid "Create {enabledCount} variants"
|
|
554
554
|
msgstr "Създаване на {enabledCount} варианта"
|
|
555
555
|
|
|
@@ -586,7 +586,7 @@ msgid "Successfully updated product option"
|
|
|
586
586
|
msgstr "Успешно актуализирана продуктова опция"
|
|
587
587
|
|
|
588
588
|
#: src/app/routes/_authenticated/_product-variants/components/product-variant-bulk-actions.tsx:95
|
|
589
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
589
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:159
|
|
590
590
|
#: src/app/routes/_authenticated/_products/components/product-bulk-actions.tsx:89
|
|
591
591
|
msgid "Edit facet values"
|
|
592
592
|
msgstr "Редактирайте стойностите на атрибутите"
|
|
@@ -696,7 +696,7 @@ msgid "Failed to set shipping method for order: {0}"
|
|
|
696
696
|
msgstr ""
|
|
697
697
|
|
|
698
698
|
#: src/app/routes/_authenticated/_option-groups/components/option-group-products-block.tsx:48
|
|
699
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
699
|
+
#: src/lib/components/data-table/data-table.tsx:378
|
|
700
700
|
msgid "Filter..."
|
|
701
701
|
msgstr "Филтър..."
|
|
702
702
|
|
|
@@ -756,7 +756,7 @@ msgstr "Приключи черновата"
|
|
|
756
756
|
#: src/app/routes/_authenticated/_collections/collections_.$id.tsx:169
|
|
757
757
|
#: src/app/routes/_authenticated/_countries/countries_.$id.tsx:104
|
|
758
758
|
#: src/app/routes/_authenticated/_customer-groups/customer-groups_.$id.tsx:103
|
|
759
|
-
#: src/app/routes/_authenticated/_customers/customers.tsx:
|
|
759
|
+
#: src/app/routes/_authenticated/_customers/customers.tsx:70
|
|
760
760
|
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:131
|
|
761
761
|
#: src/app/routes/_authenticated/_facets/facets_.$id.tsx:120
|
|
762
762
|
#: src/app/routes/_authenticated/_option-groups/option-groups_.$groupId.options_.$id.tsx:202
|
|
@@ -775,9 +775,9 @@ msgstr "Приключи черновата"
|
|
|
775
775
|
msgid "Name"
|
|
776
776
|
msgstr "Име"
|
|
777
777
|
|
|
778
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
779
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
780
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
778
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:81
|
|
779
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:87
|
|
780
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:189
|
|
781
781
|
msgid "Failed to fulfill order"
|
|
782
782
|
msgstr "Неуспешно изпълнение на поръчката"
|
|
783
783
|
|
|
@@ -928,7 +928,7 @@ msgid "Refresh data"
|
|
|
928
928
|
msgstr "Обновяване на данните"
|
|
929
929
|
|
|
930
930
|
#. placeholder {0}: entityIds.length
|
|
931
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
931
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:162
|
|
932
932
|
msgid "Add or remove facet values for {0} {entityType}"
|
|
933
933
|
msgstr "Добавяне или премахване на стойности на аспект за {0} {entityType}"
|
|
934
934
|
|
|
@@ -949,8 +949,8 @@ msgid "Failed to update zone"
|
|
|
949
949
|
msgstr "Неуспешно актуализиране на зоната"
|
|
950
950
|
|
|
951
951
|
#: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx:133
|
|
952
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
953
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
952
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:120
|
|
953
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:137
|
|
954
954
|
#: src/lib/components/login/login-form.tsx:93
|
|
955
955
|
msgid "Password"
|
|
956
956
|
msgstr "Парола"
|
|
@@ -1038,7 +1038,7 @@ msgstr "Успешно създадена колекция"
|
|
|
1038
1038
|
#: src/app/routes/_authenticated/_orders/components/shipping-method-selector.tsx:49
|
|
1039
1039
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:298
|
|
1040
1040
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:298
|
|
1041
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
1041
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:290
|
|
1042
1042
|
#: src/lib/components/layout/language-dialog.tsx:136
|
|
1043
1043
|
msgid "Price"
|
|
1044
1044
|
msgstr "Цена"
|
|
@@ -1186,7 +1186,7 @@ msgstr "Плащането е прехвърлено"
|
|
|
1186
1186
|
msgid "Remaining:"
|
|
1187
1187
|
msgstr "Остават:"
|
|
1188
1188
|
|
|
1189
|
-
#: src/app/common/duplicate-entity-dialog.tsx:
|
|
1189
|
+
#: src/app/common/duplicate-entity-dialog.tsx:104
|
|
1190
1190
|
msgid "No duplicator found with code \"{duplicatorCode}\" for {entityName}s"
|
|
1191
1191
|
msgstr "Не е намерен дубликатор с код „{duplicatorCode}“ за {entityName}s"
|
|
1192
1192
|
|
|
@@ -1220,7 +1220,7 @@ msgstr ", {0} избрани"
|
|
|
1220
1220
|
msgid "No countries found"
|
|
1221
1221
|
msgstr "Няма намерени държави"
|
|
1222
1222
|
|
|
1223
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
1223
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:181
|
|
1224
1224
|
msgid "Successfully created variants"
|
|
1225
1225
|
msgstr "Вариантите са създадени успешно"
|
|
1226
1226
|
|
|
@@ -1281,8 +1281,8 @@ msgid "{cancellableCount, plural, one {Cancel {cancellableCount} job} other {Can
|
|
|
1281
1281
|
msgstr ""
|
|
1282
1282
|
|
|
1283
1283
|
#: src/lib/components/data-input/product-multi-selector-input.tsx:399
|
|
1284
|
-
#: src/lib/components/shared/configurable-operation-multi-selector.tsx:
|
|
1285
|
-
#: src/lib/components/shared/configurable-operation-selector.tsx:
|
|
1284
|
+
#: src/lib/components/shared/configurable-operation-multi-selector.tsx:265
|
|
1285
|
+
#: src/lib/components/shared/configurable-operation-selector.tsx:140
|
|
1286
1286
|
msgid "{buttonText}"
|
|
1287
1287
|
msgstr "{buttonText}"
|
|
1288
1288
|
|
|
@@ -1312,10 +1312,14 @@ msgid "Failed to create seller"
|
|
|
1312
1312
|
msgstr "Неуспешно създаване на продавач"
|
|
1313
1313
|
|
|
1314
1314
|
#. placeholder {0}: entityName.toLowerCase()
|
|
1315
|
-
#: src/app/common/duplicate-entity-dialog.tsx:
|
|
1315
|
+
#: src/app/common/duplicate-entity-dialog.tsx:88
|
|
1316
1316
|
msgid "Configure duplication settings for {0}s"
|
|
1317
1317
|
msgstr "Конфигуриране на настройките за дублиране на {0}s"
|
|
1318
1318
|
|
|
1319
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:304
|
|
1320
|
+
msgid "No variants match the current filter."
|
|
1321
|
+
msgstr "Няма варианти, отговарящи на текущия филтър."
|
|
1322
|
+
|
|
1319
1323
|
#: src/app/routes/_authenticated/_customers/customers_.$id.tsx:203
|
|
1320
1324
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:245
|
|
1321
1325
|
msgid "Addresses"
|
|
@@ -1425,7 +1429,7 @@ msgstr "Размер"
|
|
|
1425
1429
|
msgid "No translation found for {0}"
|
|
1426
1430
|
msgstr "Няма намерен превод за {0}"
|
|
1427
1431
|
|
|
1428
|
-
#: src/app/routes/_authenticated/_customers/customers.tsx:
|
|
1432
|
+
#: src/app/routes/_authenticated/_customers/customers.tsx:92
|
|
1429
1433
|
msgid "New Customer"
|
|
1430
1434
|
msgstr "Нов клиент"
|
|
1431
1435
|
|
|
@@ -1486,7 +1490,7 @@ msgstr "Неуспешно преименуване на изглед"
|
|
|
1486
1490
|
msgid "Available"
|
|
1487
1491
|
msgstr "Налично"
|
|
1488
1492
|
|
|
1489
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
1493
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:95
|
|
1490
1494
|
msgid "Normal"
|
|
1491
1495
|
msgstr "Нормално"
|
|
1492
1496
|
|
|
@@ -1532,7 +1536,7 @@ msgstr "Адресът е актуализиран успешно"
|
|
|
1532
1536
|
#: src/app/routes/_authenticated/_api-keys/api-keys_.$id.tsx:226
|
|
1533
1537
|
#: src/app/routes/_authenticated/_orders/components/fulfillment-details.tsx:124
|
|
1534
1538
|
#: src/lib/components/shared/asset/asset-gallery.tsx:747
|
|
1535
|
-
#: src/lib/framework/layout-engine/page-layout.tsx:
|
|
1539
|
+
#: src/lib/framework/layout-engine/page-layout.tsx:717
|
|
1536
1540
|
msgid "Created"
|
|
1537
1541
|
msgstr "Създаден"
|
|
1538
1542
|
|
|
@@ -1573,16 +1577,16 @@ msgstr "Опция за нов продукт"
|
|
|
1573
1577
|
msgid "Go to last page"
|
|
1574
1578
|
msgstr "Към последната страница"
|
|
1575
1579
|
|
|
1576
|
-
#: src/app/common/duplicate-entity-dialog.tsx:
|
|
1580
|
+
#: src/app/common/duplicate-entity-dialog.tsx:113
|
|
1577
1581
|
#: src/app/routes/_authenticated/_api-keys/components/rotate-api-key-button.tsx:61
|
|
1578
1582
|
#: src/app/routes/_authenticated/_assets/components/manage-tags-dialog.tsx:203
|
|
1579
1583
|
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:418
|
|
1580
1584
|
#: src/app/routes/_authenticated/_orders/components/add-manual-payment-dialog.tsx:168
|
|
1581
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
1585
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:311
|
|
1582
1586
|
#: src/app/routes/_authenticated/_orders/components/order-modification-preview-dialog.tsx:352
|
|
1583
1587
|
#: src/app/routes/_authenticated/_orders/components/refund-order-dialog.tsx:358
|
|
1584
1588
|
#: src/app/routes/_authenticated/_orders/components/settle-refund-dialog.tsx:71
|
|
1585
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
1589
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:273
|
|
1586
1590
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:493
|
|
1587
1591
|
#: src/app/routes/_authenticated/_system/settings-store.tsx:140
|
|
1588
1592
|
#: src/lib/components/data-input/product-multi-selector-input.tsx:370
|
|
@@ -1726,9 +1730,9 @@ msgstr "{operator}"
|
|
|
1726
1730
|
msgid "Refund required"
|
|
1727
1731
|
msgstr "Изисква се възстановяване"
|
|
1728
1732
|
|
|
1729
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
1730
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
1731
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
1733
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:222
|
|
1734
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:228
|
|
1735
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:317
|
|
1732
1736
|
msgid "Fulfill order"
|
|
1733
1737
|
msgstr "Изпълнете поръчката"
|
|
1734
1738
|
|
|
@@ -1741,7 +1745,7 @@ msgctxt "date-range"
|
|
|
1741
1745
|
msgid "Last 30 days"
|
|
1742
1746
|
msgstr "Последните 30 дни"
|
|
1743
1747
|
|
|
1744
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
1748
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:238
|
|
1745
1749
|
msgid "No facet values"
|
|
1746
1750
|
msgstr "Няма атрибутни стойности"
|
|
1747
1751
|
|
|
@@ -1780,9 +1784,9 @@ msgstr "Възстановяването е приключено успешно"
|
|
|
1780
1784
|
#: src/app/routes/_authenticated/_orders/components/order-line-custom-fields-form.tsx:51
|
|
1781
1785
|
#: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:138
|
|
1782
1786
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:226
|
|
1783
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
1787
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:279
|
|
1784
1788
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:219
|
|
1785
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
1789
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:92
|
|
1786
1790
|
#: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:144
|
|
1787
1791
|
#: src/app/routes/_authenticated/_roles/roles_.$id.tsx:84
|
|
1788
1792
|
#: src/app/routes/_authenticated/_sellers/sellers_.$id.tsx:78
|
|
@@ -1795,7 +1799,7 @@ msgstr "Възстановяването е приключено успешно"
|
|
|
1795
1799
|
msgid "Update"
|
|
1796
1800
|
msgstr "Актуализация"
|
|
1797
1801
|
|
|
1798
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
1802
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:97
|
|
1799
1803
|
msgid "Heading 2"
|
|
1800
1804
|
msgstr "Заглавие 2"
|
|
1801
1805
|
|
|
@@ -1803,7 +1807,7 @@ msgstr "Заглавие 2"
|
|
|
1803
1807
|
msgid "Order placed"
|
|
1804
1808
|
msgstr "Поръчката е направена"
|
|
1805
1809
|
|
|
1806
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
1810
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:71
|
|
1807
1811
|
msgid "Successfully updated profile"
|
|
1808
1812
|
msgstr "Профилът е актуализиран успешно"
|
|
1809
1813
|
|
|
@@ -1837,7 +1841,7 @@ msgstr "Филтриране по име на колекция"
|
|
|
1837
1841
|
msgid "Note added"
|
|
1838
1842
|
msgstr "Добавена е бележка"
|
|
1839
1843
|
|
|
1840
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
1844
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:231
|
|
1841
1845
|
msgid "Select quantities to fulfill and configure the fulfillment handler"
|
|
1842
1846
|
msgstr "Изберете количества за изпълнение и конфигурирайте манипулатора за изпълнение"
|
|
1843
1847
|
|
|
@@ -1850,12 +1854,12 @@ msgid "Starts at"
|
|
|
1850
1854
|
msgstr "Започва в"
|
|
1851
1855
|
|
|
1852
1856
|
#: src/app/common/duplicate-bulk-action.tsx:131
|
|
1853
|
-
#: src/app/common/duplicate-entity-dialog.tsx:
|
|
1857
|
+
#: src/app/common/duplicate-entity-dialog.tsx:116
|
|
1854
1858
|
#: src/lib/components/data-table/views-sheet.tsx:244
|
|
1855
1859
|
msgid "Duplicate"
|
|
1856
1860
|
msgstr "Дубликат"
|
|
1857
1861
|
|
|
1858
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
1862
|
+
#: src/lib/components/data-table/data-table.tsx:588
|
|
1859
1863
|
#: src/lib/components/shared/customer-group-selector.tsx:56
|
|
1860
1864
|
msgid "No results"
|
|
1861
1865
|
msgstr "Няма резултати"
|
|
@@ -1963,6 +1967,10 @@ msgstr "Само за четене"
|
|
|
1963
1967
|
msgid "Failed to duplicate global view"
|
|
1964
1968
|
msgstr "Неуспешно дублиране на глобален изглед"
|
|
1965
1969
|
|
|
1970
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:254
|
|
1971
|
+
msgid "Showing {shown} of {total} • {selected} selected"
|
|
1972
|
+
msgstr "Показани {shown} от {total} • избрани {selected}"
|
|
1973
|
+
|
|
1966
1974
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-single-shipping-method-sheet.tsx:37
|
|
1967
1975
|
msgid "Test Shipping Method"
|
|
1968
1976
|
msgstr "Тестване на метод за доставка"
|
|
@@ -2456,7 +2464,7 @@ msgstr "Клиентът е настроен за поръчка"
|
|
|
2456
2464
|
msgid "Facets"
|
|
2457
2465
|
msgstr "Атрибути"
|
|
2458
2466
|
|
|
2459
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
2467
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:293
|
|
2460
2468
|
msgid "Stock on Hand"
|
|
2461
2469
|
msgstr "Склад на ръка"
|
|
2462
2470
|
|
|
@@ -2623,7 +2631,7 @@ msgid "Billing address"
|
|
|
2623
2631
|
msgstr "Адрес за фактуриране"
|
|
2624
2632
|
|
|
2625
2633
|
#: src/app/routes/_authenticated/_facets/components/facet-values-table.tsx:131
|
|
2626
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
2634
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:172
|
|
2627
2635
|
msgid "Add facet value"
|
|
2628
2636
|
msgstr "Добавете стойност на аспекта"
|
|
2629
2637
|
|
|
@@ -2717,7 +2725,7 @@ msgstr "Опции на продукта"
|
|
|
2717
2725
|
msgid "Select country"
|
|
2718
2726
|
msgstr "Изберете държава"
|
|
2719
2727
|
|
|
2720
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
2728
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:427
|
|
2721
2729
|
msgid "Creating..."
|
|
2722
2730
|
msgstr "Създава се..."
|
|
2723
2731
|
|
|
@@ -2732,7 +2740,7 @@ msgstr "Принудително премахване на група опции
|
|
|
2732
2740
|
#~ msgid "Current"
|
|
2733
2741
|
#~ msgstr "Текущ"
|
|
2734
2742
|
|
|
2735
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
2743
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:140
|
|
2736
2744
|
msgid "Added"
|
|
2737
2745
|
msgstr "Добавено"
|
|
2738
2746
|
|
|
@@ -2792,7 +2800,6 @@ msgstr "Изтриване на глобалния изглед"
|
|
|
2792
2800
|
#: src/app/routes/_authenticated/_option-groups/option-groups_.$id.tsx:160
|
|
2793
2801
|
#: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:138
|
|
2794
2802
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:226
|
|
2795
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:196
|
|
2796
2803
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:219
|
|
2797
2804
|
#: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:144
|
|
2798
2805
|
#: src/app/routes/_authenticated/_roles/roles_.$id.tsx:84
|
|
@@ -2905,8 +2912,8 @@ msgstr "Глобалният изглед е преименуван успешн
|
|
|
2905
2912
|
msgid "No tags selected"
|
|
2906
2913
|
msgstr "Няма избрани етикети"
|
|
2907
2914
|
|
|
2908
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
2909
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
2915
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:408
|
|
2916
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:417
|
|
2910
2917
|
#: src/lib/components/data-table/data-table-facet-value-faceted-filter.tsx:205
|
|
2911
2918
|
msgid "Back"
|
|
2912
2919
|
msgstr "Назад"
|
|
@@ -2976,12 +2983,12 @@ msgstr "Възстановяването е обработено успешно"
|
|
|
2976
2983
|
#: src/app/routes/_authenticated/_orders/components/shipping-method-selector.tsx:37
|
|
2977
2984
|
#: src/app/routes/_authenticated/_orders/components/shipping-method-selector.tsx:44
|
|
2978
2985
|
#: src/app/routes/_authenticated/_orders/components/state-transition-control.tsx:77
|
|
2979
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
2986
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:192
|
|
2980
2987
|
#: src/app/routes/_authenticated/_tax-categories/tax-categories.tsx:44
|
|
2981
2988
|
#: src/lib/components/data-input/product-multi-selector-input.tsx:281
|
|
2982
2989
|
#: src/lib/components/data-input/product-multi-selector-input.tsx:284
|
|
2983
2990
|
#: src/lib/components/data-input/relation-selector.tsx:404
|
|
2984
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
2991
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:439
|
|
2985
2992
|
msgid "{0}"
|
|
2986
2993
|
msgstr "{0}"
|
|
2987
2994
|
|
|
@@ -3017,7 +3024,7 @@ msgid "Track"
|
|
|
3017
3024
|
msgstr "Проследяване"
|
|
3018
3025
|
|
|
3019
3026
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:322
|
|
3020
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
3027
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:429
|
|
3021
3028
|
msgid "Create variant"
|
|
3022
3029
|
msgstr "Създай вариант"
|
|
3023
3030
|
|
|
@@ -3046,7 +3053,7 @@ msgstr "Сигурни ли сте, че искате да напуснете т
|
|
|
3046
3053
|
msgid "Toggle header column"
|
|
3047
3054
|
msgstr "Превключване на заглавната колона"
|
|
3048
3055
|
|
|
3049
|
-
#: src/app/routes/_authenticated/_promotions/promotions.tsx:
|
|
3056
|
+
#: src/app/routes/_authenticated/_promotions/promotions.tsx:90
|
|
3050
3057
|
msgid "New Promotion"
|
|
3051
3058
|
msgstr "Нова промоция"
|
|
3052
3059
|
|
|
@@ -3130,7 +3137,7 @@ msgstr "Метрики за поръчка"
|
|
|
3130
3137
|
msgid "Select display language"
|
|
3131
3138
|
msgstr "Изберете език на дисплея"
|
|
3132
3139
|
|
|
3133
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
3140
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:128
|
|
3134
3141
|
msgid "Authentication methods"
|
|
3135
3142
|
msgstr "Методи за удостоверяване"
|
|
3136
3143
|
|
|
@@ -3247,7 +3254,7 @@ msgstr "Зареди още {0} ({remaining} оставащи)"
|
|
|
3247
3254
|
msgid "Facet values"
|
|
3248
3255
|
msgstr "Атрибутни стойности"
|
|
3249
3256
|
|
|
3250
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
3257
|
+
#: src/lib/components/data-table/data-table.tsx:237
|
|
3251
3258
|
msgid "Failed to reorder items"
|
|
3252
3259
|
msgstr "Неуспешно пренареждане на артикули"
|
|
3253
3260
|
|
|
@@ -3429,7 +3436,7 @@ msgstr "Възстановени артикули"
|
|
|
3429
3436
|
#~ msgstr "Присвояване на опции към съществуващ вариант"
|
|
3430
3437
|
|
|
3431
3438
|
#. placeholder {0}: entityName.toLowerCase()
|
|
3432
|
-
#: src/app/common/duplicate-entity-dialog.tsx:
|
|
3439
|
+
#: src/app/common/duplicate-entity-dialog.tsx:85
|
|
3433
3440
|
msgid "Duplicate {0}s"
|
|
3434
3441
|
msgstr "Дублиране на {0}"
|
|
3435
3442
|
|
|
@@ -3461,7 +3468,7 @@ msgstr "Не работи"
|
|
|
3461
3468
|
msgid "Assigned"
|
|
3462
3469
|
msgstr "Присвоен"
|
|
3463
3470
|
|
|
3464
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
3471
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:96
|
|
3465
3472
|
msgid "Heading 1"
|
|
3466
3473
|
msgstr "Заглавие 1"
|
|
3467
3474
|
|
|
@@ -3678,12 +3685,16 @@ msgstr "Глобалният изглед е дублиран успешно"
|
|
|
3678
3685
|
msgid "Created by"
|
|
3679
3686
|
msgstr "Създаден от"
|
|
3680
3687
|
|
|
3688
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:240
|
|
3689
|
+
msgid "Filter variants..."
|
|
3690
|
+
msgstr "Филтриране на варианти..."
|
|
3691
|
+
|
|
3681
3692
|
#: src/app/routes/_authenticated/_product-variants/components/add-currency-dropdown.tsx:35
|
|
3682
3693
|
msgid "Add a price in another currency"
|
|
3683
3694
|
msgstr "Добавете цена в друга валута"
|
|
3684
3695
|
|
|
3685
3696
|
#: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx:127
|
|
3686
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
3697
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:114
|
|
3687
3698
|
msgid "Email Address or identifier"
|
|
3688
3699
|
msgstr "Имейл адрес или идентификатор"
|
|
3689
3700
|
|
|
@@ -3700,7 +3711,7 @@ msgstr "Възстановената сума №{0} е прехвърлена
|
|
|
3700
3711
|
msgid "Customers"
|
|
3701
3712
|
msgstr "Клиенти"
|
|
3702
3713
|
|
|
3703
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
3714
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:99
|
|
3704
3715
|
msgid "Heading 4"
|
|
3705
3716
|
msgstr "Заглавие 4"
|
|
3706
3717
|
|
|
@@ -4053,7 +4064,7 @@ msgstr "Изпратена"
|
|
|
4053
4064
|
#~ msgid "Monitored Resources"
|
|
4054
4065
|
#~ msgstr "Наблюдавани ресурси"
|
|
4055
4066
|
|
|
4056
|
-
#: src/lib/framework/layout-engine/page-layout.tsx:
|
|
4067
|
+
#: src/lib/framework/layout-engine/page-layout.tsx:689
|
|
4057
4068
|
msgid "Entity Information"
|
|
4058
4069
|
msgstr "Информация за обекта"
|
|
4059
4070
|
|
|
@@ -4187,7 +4198,7 @@ msgstr "Неуспешно актуализиране на API key"
|
|
|
4187
4198
|
msgid "{title}"
|
|
4188
4199
|
msgstr "{title}"
|
|
4189
4200
|
|
|
4190
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
4201
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:244
|
|
4191
4202
|
#: src/app/routes/_authenticated/_orders/components/refund-order-dialog.tsx:83
|
|
4192
4203
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:178
|
|
4193
4204
|
msgid "Order lines"
|
|
@@ -4295,7 +4306,7 @@ msgstr "Стар имейл:"
|
|
|
4295
4306
|
msgid "Save a view as \"Global\" to make it available to all users."
|
|
4296
4307
|
msgstr "Запазете изглед като „Глобален“, за да го направите достъпен за всички потребители."
|
|
4297
4308
|
|
|
4298
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
4309
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:184
|
|
4299
4310
|
msgid "Failed to create variants"
|
|
4300
4311
|
msgstr "Неуспешно създаване на варианти"
|
|
4301
4312
|
|
|
@@ -4328,7 +4339,7 @@ msgstr "Нов продавач"
|
|
|
4328
4339
|
msgid "e.g., Red, Large, Cotton"
|
|
4329
4340
|
msgstr "напр. Червено, Голямо, Памук"
|
|
4330
4341
|
|
|
4331
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
4342
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:75
|
|
4332
4343
|
msgid "Failed to update profile"
|
|
4333
4344
|
msgstr "Неуспешно актуализиране на профила"
|
|
4334
4345
|
|
|
@@ -4348,6 +4359,10 @@ msgstr "Региони"
|
|
|
4348
4359
|
msgid "Drop files here to upload"
|
|
4349
4360
|
msgstr "Пуснете файлове тук за качване"
|
|
4350
4361
|
|
|
4362
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:276
|
|
4363
|
+
msgid "Toggle all visible variants"
|
|
4364
|
+
msgstr "Превключване на всички видими варианти"
|
|
4365
|
+
|
|
4351
4366
|
#: src/app/routes/_authenticated/_customers/components/customer-status-badge.tsx:18
|
|
4352
4367
|
msgid "Verified"
|
|
4353
4368
|
msgstr "Проверен"
|
|
@@ -4503,7 +4518,7 @@ msgstr "Преглед"
|
|
|
4503
4518
|
|
|
4504
4519
|
#. placeholder {0}: quantity.max
|
|
4505
4520
|
#. placeholder {1}: line.quantity
|
|
4506
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
4521
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:261
|
|
4507
4522
|
msgid "{0} of {1} available to fulfill"
|
|
4508
4523
|
msgstr "{0} от {1} налични за изпълнение"
|
|
4509
4524
|
|
|
@@ -4755,7 +4770,7 @@ msgstr "Настройки"
|
|
|
4755
4770
|
msgid "Settings Store"
|
|
4756
4771
|
msgstr "Настройки на магазина"
|
|
4757
4772
|
|
|
4758
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
4773
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:98
|
|
4759
4774
|
msgid "Heading 3"
|
|
4760
4775
|
msgstr "Заглавие 3"
|
|
4761
4776
|
|
|
@@ -4989,7 +5004,7 @@ msgstr "Език по подразбиране"
|
|
|
4989
5004
|
msgid "Token"
|
|
4990
5005
|
msgstr "Токен"
|
|
4991
5006
|
|
|
4992
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
5007
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:315
|
|
4993
5008
|
msgid "Fulfilling..."
|
|
4994
5009
|
msgstr "Изпълнение..."
|
|
4995
5010
|
|
|
@@ -5085,7 +5100,7 @@ msgid "Default language"
|
|
|
5085
5100
|
msgstr "Език по подразбиране"
|
|
5086
5101
|
|
|
5087
5102
|
#: src/app/routes/_authenticated/_customers/customers_.$id.tsx:253
|
|
5088
|
-
#: src/app/routes/_authenticated/_customers/customers.tsx:
|
|
5103
|
+
#: src/app/routes/_authenticated/_customers/customers.tsx:44
|
|
5089
5104
|
msgid "Status"
|
|
5090
5105
|
msgstr "Статус"
|
|
5091
5106
|
|
|
@@ -5143,6 +5158,10 @@ msgstr "Ще бъде необходимо допълнително плащан
|
|
|
5143
5158
|
msgid "Track inventory by default"
|
|
5144
5159
|
msgstr "Проследяване на инвентара по подразбиране"
|
|
5145
5160
|
|
|
5161
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:258
|
|
5162
|
+
msgid "{selected} of {total} selected"
|
|
5163
|
+
msgstr "Избрани {selected} от {total}"
|
|
5164
|
+
|
|
5146
5165
|
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:90
|
|
5147
5166
|
msgid "Successfully created shipping method"
|
|
5148
5167
|
msgstr "Методът на доставка е създаден успешно"
|
|
@@ -5175,11 +5194,11 @@ msgid "Customer not found"
|
|
|
5175
5194
|
msgstr "Клиентът не е намерен"
|
|
5176
5195
|
|
|
5177
5196
|
#. placeholder {0}: entityName.toLowerCase()
|
|
5178
|
-
#: src/lib/components/data-input/default-relation-input.tsx:
|
|
5197
|
+
#: src/lib/components/data-input/default-relation-input.tsx:603
|
|
5179
5198
|
msgid "Select {0}s"
|
|
5180
5199
|
msgstr "Изберете {0}s"
|
|
5181
5200
|
|
|
5182
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
5201
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:256
|
|
5183
5202
|
msgid "New facet values to add:"
|
|
5184
5203
|
msgstr "Нови стойности на аспекти за добавяне:"
|
|
5185
5204
|
|
|
@@ -5190,7 +5209,7 @@ msgstr "Неуспешна обработка на възстановяване"
|
|
|
5190
5209
|
|
|
5191
5210
|
#: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx:115
|
|
5192
5211
|
#: src/app/routes/_authenticated/_customers/customers_.$id.tsx:176
|
|
5193
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
5212
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:102
|
|
5194
5213
|
msgid "First name"
|
|
5195
5214
|
msgstr "Първо име"
|
|
5196
5215
|
|
|
@@ -5224,7 +5243,7 @@ msgid "Unverified"
|
|
|
5224
5243
|
msgstr "Непроверено"
|
|
5225
5244
|
|
|
5226
5245
|
#: src/app/routes/_authenticated/_orders/components/edit-order-table.tsx:111
|
|
5227
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
5246
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:268
|
|
5228
5247
|
#: src/app/routes/_authenticated/_orders/components/order-table.tsx:78
|
|
5229
5248
|
msgid "Quantity"
|
|
5230
5249
|
msgstr "Количество"
|
|
@@ -5238,8 +5257,8 @@ msgstr "Добавете филтър"
|
|
|
5238
5257
|
msgid "Tax category"
|
|
5239
5258
|
msgstr "Данъчна категория"
|
|
5240
5259
|
|
|
5241
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
5242
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
5260
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:38
|
|
5261
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:84
|
|
5243
5262
|
#: src/lib/components/layout/nav-user.tsx:108
|
|
5244
5263
|
msgid "Profile"
|
|
5245
5264
|
msgstr "Профил"
|
|
@@ -5292,7 +5311,7 @@ msgstr "Групи опции"
|
|
|
5292
5311
|
msgid "Add surcharge"
|
|
5293
5312
|
msgstr "Добави надценка"
|
|
5294
5313
|
|
|
5295
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
5314
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:202
|
|
5296
5315
|
msgid "Current facet values"
|
|
5297
5316
|
msgstr "Текущи атрибутни стойности"
|
|
5298
5317
|
|
|
@@ -5309,7 +5328,7 @@ msgctxt "date-range"
|
|
|
5309
5328
|
msgid "Last month"
|
|
5310
5329
|
msgstr "Миналия месец"
|
|
5311
5330
|
|
|
5312
|
-
#: src/app/routes/_authenticated/_countries/countries.tsx:
|
|
5331
|
+
#: src/app/routes/_authenticated/_countries/countries.tsx:59
|
|
5313
5332
|
msgid "Add Country"
|
|
5314
5333
|
msgstr "Добавете държава"
|
|
5315
5334
|
|
|
@@ -5709,8 +5728,8 @@ msgstr ""
|
|
|
5709
5728
|
#: src/app/routes/_authenticated/_orders/components/edit-order-table.tsx:96
|
|
5710
5729
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:271
|
|
5711
5730
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:292
|
|
5712
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
5713
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
5731
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:198
|
|
5732
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:287
|
|
5714
5733
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:351
|
|
5715
5734
|
msgid "SKU"
|
|
5716
5735
|
msgstr "SKU"
|
|
@@ -5761,7 +5780,7 @@ msgstr "Нямате разрешение да видите глобалните
|
|
|
5761
5780
|
msgid "Successfully created tax rate"
|
|
5762
5781
|
msgstr "Успешно създадена данъчна ставка"
|
|
5763
5782
|
|
|
5764
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
5783
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:101
|
|
5765
5784
|
msgid "Heading 6"
|
|
5766
5785
|
msgstr "Заглавие 6"
|
|
5767
5786
|
|
|
@@ -5814,7 +5833,7 @@ msgstr "Активни филтри"
|
|
|
5814
5833
|
|
|
5815
5834
|
#: src/app/routes/_authenticated/_assets/components/asset-tag-filter.tsx:178
|
|
5816
5835
|
#: src/lib/components/data-table/data-table-active-filters-popover.tsx:54
|
|
5817
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
5836
|
+
#: src/lib/components/data-table/data-table.tsx:434
|
|
5818
5837
|
msgid "Clear all"
|
|
5819
5838
|
msgstr "Изчисти всички"
|
|
5820
5839
|
|
|
@@ -5936,7 +5955,7 @@ msgstr "Телефонен номер"
|
|
|
5936
5955
|
msgid "Private"
|
|
5937
5956
|
msgstr "Частно"
|
|
5938
5957
|
|
|
5939
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
5958
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:283
|
|
5940
5959
|
msgid "Variant"
|
|
5941
5960
|
msgstr "Вариант"
|
|
5942
5961
|
|