@vendure/admin-ui-plugin 2.0.0-next.10 → 2.0.0-next.11
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/lib/admin-ui/600.33754aa49984ab73.js +2 -0
- package/lib/admin-ui/600.33754aa49984ab73.js.map +1 -0
- package/lib/admin-ui/849.bebe94bc0b6687ab.js +2 -0
- package/lib/admin-ui/849.bebe94bc0b6687ab.js.map +1 -0
- package/lib/admin-ui/i18n-messages/cs.json +4 -2
- package/lib/admin-ui/i18n-messages/de.json +4 -2
- package/lib/admin-ui/i18n-messages/en.json +4 -2
- package/lib/admin-ui/i18n-messages/es.json +4 -2
- package/lib/admin-ui/i18n-messages/fr.json +4 -2
- package/lib/admin-ui/i18n-messages/it.json +4 -2
- package/lib/admin-ui/i18n-messages/pl.json +4 -2
- package/lib/admin-ui/i18n-messages/pt_BR.json +4 -2
- package/lib/admin-ui/i18n-messages/pt_PT.json +4 -2
- package/lib/admin-ui/i18n-messages/ru.json +4 -2
- package/lib/admin-ui/i18n-messages/uk.json +4 -2
- package/lib/admin-ui/i18n-messages/zh_Hans.json +4 -2
- package/lib/admin-ui/i18n-messages/zh_Hant.json +4 -2
- package/lib/admin-ui/index.html +2 -2
- package/lib/admin-ui/main.5ceb3fba71e91ebd.js +2758 -0
- package/lib/admin-ui/main.5ceb3fba71e91ebd.js.map +1 -0
- package/lib/admin-ui/{runtime.7f595bf374c7bfaa.js → runtime.864088ea34ab7d2d.js} +2 -2
- package/lib/admin-ui/{runtime.7f595bf374c7bfaa.js.map → runtime.864088ea34ab7d2d.js.map} +1 -1
- package/lib/admin-ui/styles/_variables.scss +3 -0
- package/lib/admin-ui/styles/global/_sass-overrides.scss +3 -0
- package/lib/admin-ui/styles/styles.scss +1 -0
- package/lib/admin-ui/styles/ui-extension-theme.scss +1 -0
- package/lib/admin-ui/{styles.4e29f263e5259cf7.css → styles.4fc8b4ce42a1fc2e.css} +2 -2
- package/lib/admin-ui/styles.4fc8b4ce42a1fc2e.css.map +1 -0
- package/package.json +4 -4
- package/lib/admin-ui/600.e304581e252828a2.js +0 -2
- package/lib/admin-ui/600.e304581e252828a2.js.map +0 -1
- package/lib/admin-ui/849.f649a9ff8824afb1.js +0 -2
- package/lib/admin-ui/849.f649a9ff8824afb1.js.map +0 -1
- package/lib/admin-ui/main.6bcd8b4a17724f1f.js +0 -2758
- package/lib/admin-ui/main.6bcd8b4a17724f1f.js.map +0 -1
- package/lib/admin-ui/styles.4e29f263e5259cf7.css.map +0 -1
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"auto-update-product-variant-name": "Automaticky aktualizovat jména variant",
|
|
67
67
|
"channel-price-preview": "Náhled ceny v kanálu",
|
|
68
68
|
"collection-contents": "Obsah kolekce",
|
|
69
|
+
"confirm-cancel": "",
|
|
69
70
|
"confirm-delete-administrator": "Smazat administrátora?",
|
|
70
71
|
"confirm-delete-assets": "Smazat {count} {count, plural, one {médium} few {média} other {médií}}?",
|
|
71
72
|
"confirm-delete-channel": "Smazat kanál?",
|
|
@@ -212,6 +213,7 @@
|
|
|
212
213
|
"guest": "Host",
|
|
213
214
|
"items-per-page-option": "{ count } na stránku",
|
|
214
215
|
"items-selected-count": "",
|
|
216
|
+
"keep-editing": "",
|
|
215
217
|
"language": "Jazyk",
|
|
216
218
|
"launch-extension": "Spustit rozšíření",
|
|
217
219
|
"live-update": "Živé aktualizace",
|
|
@@ -324,6 +326,7 @@
|
|
|
324
326
|
"registered": "Registrován",
|
|
325
327
|
"remove-customers-from-group-success": "Odebrán: {customerCount, plural, one {1 zákazník} other {{customerCount} zákazníci/zákazníků}} z \"{ groupName }\"",
|
|
326
328
|
"remove-from-group": "Odebrat ze skupiny",
|
|
329
|
+
"search-by-group-name": "Hledat výraz",
|
|
327
330
|
"search-customers-by-email": "Hledat podle e-mailové adresy",
|
|
328
331
|
"search-customers-by-email-last-name-postal-code": "",
|
|
329
332
|
"select-customer": "",
|
|
@@ -553,8 +556,7 @@
|
|
|
553
556
|
"refund-with-amount": "Refundovat {amount}",
|
|
554
557
|
"refunded-count": "{count} {count, plural, one {položka} other {položky}} refundovány",
|
|
555
558
|
"removed-items": "Odebrané položky",
|
|
556
|
-
"search-by-
|
|
557
|
-
"search-by-order-code": "Hledat na základě kódu objednávky",
|
|
559
|
+
"search-by-order-filters": "Hledat na základě kódu objednávky / Příjmení / ID transakce",
|
|
558
560
|
"select-state": "Vyberte stav",
|
|
559
561
|
"set-coupon-codes": "",
|
|
560
562
|
"set-fulfillment-state": "Označit jako {state}",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"auto-update-product-variant-name": "Automatisch Namen der Produktvariante aktualisieren",
|
|
67
67
|
"channel-price-preview": "Kanal-Preisvorschau",
|
|
68
68
|
"collection-contents": "Inhalt der Sammlung",
|
|
69
|
+
"confirm-cancel": "",
|
|
69
70
|
"confirm-delete-administrator": "Administrator löschen?",
|
|
70
71
|
"confirm-delete-assets": "{count} {count, plural, one {Asset} other {Assets}} löschen?",
|
|
71
72
|
"confirm-delete-channel": "Kanal löschen?",
|
|
@@ -212,6 +213,7 @@
|
|
|
212
213
|
"guest": "Gast",
|
|
213
214
|
"items-per-page-option": "{ count } pro Seite",
|
|
214
215
|
"items-selected-count": "",
|
|
216
|
+
"keep-editing": "",
|
|
215
217
|
"language": "Sprache",
|
|
216
218
|
"launch-extension": "Erweiterung starten",
|
|
217
219
|
"live-update": "Live-Aktualisierung",
|
|
@@ -324,6 +326,7 @@
|
|
|
324
326
|
"registered": "Registriert",
|
|
325
327
|
"remove-customers-from-group-success": "{customerCount, plural, one {Kunde} other {{customerCount} Kunden}} aus \"{ groupName }\" entfernt",
|
|
326
328
|
"remove-from-group": "Aus dieser Gruppe entfernen",
|
|
329
|
+
"search-by-group-name": "Suche nach Begriff",
|
|
327
330
|
"search-customers-by-email": "Suche nach E-Mail-Adresse",
|
|
328
331
|
"search-customers-by-email-last-name-postal-code": "",
|
|
329
332
|
"select-customer": "Kunde auswählen",
|
|
@@ -553,8 +556,7 @@
|
|
|
553
556
|
"refund-with-amount": "Rückzahlung {amount}",
|
|
554
557
|
"refunded-count": "{count} {count, plural, one {Artikel} other {Artikel}} erstattet",
|
|
555
558
|
"removed-items": "Entfernte Artikel",
|
|
556
|
-
"search-by-
|
|
557
|
-
"search-by-order-code": "Suche nach Bestellnummer",
|
|
559
|
+
"search-by-order-filters": "Suche nach Name / Bestellnummer / Transaktions-ID",
|
|
558
560
|
"select-state": "Status auswählen",
|
|
559
561
|
"set-coupon-codes": "",
|
|
560
562
|
"set-fulfillment-state": "Abwicklungsstatus wählen",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"auto-update-product-variant-name": "Automatically update the names of ProductVariants",
|
|
67
67
|
"channel-price-preview": "Channel price preview",
|
|
68
68
|
"collection-contents": "Collection contents",
|
|
69
|
+
"confirm-cancel": "Cancel?",
|
|
69
70
|
"confirm-delete-administrator": "Delete administrator?",
|
|
70
71
|
"confirm-delete-assets": "Delete {count} {count, plural, one {asset} other {assets}}?",
|
|
71
72
|
"confirm-delete-channel": "Delete channel?",
|
|
@@ -212,6 +213,7 @@
|
|
|
212
213
|
"guest": "Guest",
|
|
213
214
|
"items-per-page-option": "{ count } per page",
|
|
214
215
|
"items-selected-count": "{ count } {count, plural, one {item} other {items}} selected",
|
|
216
|
+
"keep-editing": "Keep editing",
|
|
215
217
|
"language": "Language",
|
|
216
218
|
"launch-extension": "Launch extension",
|
|
217
219
|
"live-update": "Live update",
|
|
@@ -324,6 +326,7 @@
|
|
|
324
326
|
"registered": "Registered",
|
|
325
327
|
"remove-customers-from-group-success": "Removed {customerCount, plural, one {1 customer} other {{customerCount} customers}} from \"{ groupName }\"",
|
|
326
328
|
"remove-from-group": "Remove from this group",
|
|
329
|
+
"search-by-group-name": "Search by group name",
|
|
327
330
|
"search-customers-by-email": "Search by email address",
|
|
328
331
|
"search-customers-by-email-last-name-postal-code": "Search by email / last name / postal code",
|
|
329
332
|
"select-customer": "Select customer",
|
|
@@ -553,8 +556,7 @@
|
|
|
553
556
|
"refund-with-amount": "Refund {amount}",
|
|
554
557
|
"refunded-count": "{count} {count, plural, one {item} other {items}} refunded",
|
|
555
558
|
"removed-items": "Removed items",
|
|
556
|
-
"search-by-
|
|
557
|
-
"search-by-order-code": "Search by order code",
|
|
559
|
+
"search-by-order-filters": "Search by name / code / transaction ID",
|
|
558
560
|
"select-state": "Select state",
|
|
559
561
|
"set-coupon-codes": "Set coupon codes",
|
|
560
562
|
"set-fulfillment-state": "Mark as {state}",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"auto-update-product-variant-name": "Actualiza los nombres de las variantes de producto automáticamente",
|
|
67
67
|
"channel-price-preview": "Vista previa de precio para el canal de ventas",
|
|
68
68
|
"collection-contents": "Contenidos de la colección",
|
|
69
|
+
"confirm-cancel": "",
|
|
69
70
|
"confirm-delete-administrator": "¿Eliminar administrador?",
|
|
70
71
|
"confirm-delete-assets": "¿Eliminar recurso?",
|
|
71
72
|
"confirm-delete-channel": "¿Eliminar canal de ventas?",
|
|
@@ -212,6 +213,7 @@
|
|
|
212
213
|
"guest": "Invitado",
|
|
213
214
|
"items-per-page-option": "{ count } por página",
|
|
214
215
|
"items-selected-count": "",
|
|
216
|
+
"keep-editing": "",
|
|
215
217
|
"language": "Idioma",
|
|
216
218
|
"launch-extension": "Ejecutar extensión",
|
|
217
219
|
"live-update": "Actualización en vivo",
|
|
@@ -324,6 +326,7 @@
|
|
|
324
326
|
"registered": "Registrado",
|
|
325
327
|
"remove-customers-from-group-success": "{customerCount, plural, one {1 cliente} other {{customerCount} clientes}} {customerCount, plural, one {eliminado} other {eliminados}} de \"{ groupName }\"",
|
|
326
328
|
"remove-from-group": "Eliminar del grupo",
|
|
329
|
+
"search-by-group-name": "Buscar por término",
|
|
327
330
|
"search-customers-by-email": "Buscar por correo electrónico",
|
|
328
331
|
"search-customers-by-email-last-name-postal-code": "Buscar por apellido / correo electrónico / Código postal",
|
|
329
332
|
"select-customer": "Seleccionar cliente",
|
|
@@ -553,8 +556,7 @@
|
|
|
553
556
|
"refund-with-amount": "Reembolso {amount}",
|
|
554
557
|
"refunded-count": "{count} {count, plural, one {artículo} other {artículos}} {count, plural, one {reembolsado} other {reembolsados}}",
|
|
555
558
|
"removed-items": "Artículos eliminados",
|
|
556
|
-
"search-by-
|
|
557
|
-
"search-by-order-code": "Buscar por el código de pedido",
|
|
559
|
+
"search-by-order-filters": "Buscar por el código de pedido / apellido del cliente / ID de transacción",
|
|
558
560
|
"select-state": "Seleccionar estado",
|
|
559
561
|
"set-coupon-codes": "",
|
|
560
562
|
"set-fulfillment-state": "Fijar como {state}",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"auto-update-product-variant-name": "Mettre à jour automatiquement les noms de variations du produit ",
|
|
67
67
|
"channel-price-preview": "Prévisualisation du prix du canal",
|
|
68
68
|
"collection-contents": "Contenu de la Collection",
|
|
69
|
+
"confirm-cancel": "",
|
|
69
70
|
"confirm-delete-administrator": "Supprimer administrateur?",
|
|
70
71
|
"confirm-delete-assets": "Supprimer {count} {count, plural, one {fichier} other {fichiers}} ?",
|
|
71
72
|
"confirm-delete-channel": "Supprimer canal ?",
|
|
@@ -212,6 +213,7 @@
|
|
|
212
213
|
"guest": "Invité",
|
|
213
214
|
"items-per-page-option": "{ count } par page",
|
|
214
215
|
"items-selected-count": "",
|
|
216
|
+
"keep-editing": "",
|
|
215
217
|
"language": "Langue",
|
|
216
218
|
"launch-extension": "Lancer extension",
|
|
217
219
|
"live-update": "Mise à jour automatique",
|
|
@@ -324,6 +326,7 @@
|
|
|
324
326
|
"registered": "Inscrit",
|
|
325
327
|
"remove-customers-from-group-success": "Retrait {customerCount, plural, one {d'un client} other {de {customerCount} clients}} de \"{ groupName }\"",
|
|
326
328
|
"remove-from-group": "Retirer de ce groupe",
|
|
329
|
+
"search-by-group-name": "Chercher le terme",
|
|
327
330
|
"search-customers-by-email": "Chercher par adresse email",
|
|
328
331
|
"search-customers-by-email-last-name-postal-code": "Rechercher par nom / adresse email / code postal",
|
|
329
332
|
"select-customer": "Sélectionner client",
|
|
@@ -553,8 +556,7 @@
|
|
|
553
556
|
"refund-with-amount": "Rembourser {amount}",
|
|
554
557
|
"refunded-count": "{count} {count, plural, one {article remboursé} other {articles remboursés}}",
|
|
555
558
|
"removed-items": "Articles supprimés",
|
|
556
|
-
"search-by-
|
|
557
|
-
"search-by-order-code": "Rehercher par numéro de commande",
|
|
559
|
+
"search-by-order-filters": "Rehercher par numéro de commande / nom du client / Numéro de transaction",
|
|
558
560
|
"select-state": "Sélectionner un état",
|
|
559
561
|
"set-coupon-codes": "",
|
|
560
562
|
"set-fulfillment-state": "Marquer {state}",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"auto-update-product-variant-name": "Aggiorna automaticamente i nomi delle Varianti",
|
|
67
67
|
"channel-price-preview": "Anteprima prezzo canale",
|
|
68
68
|
"collection-contents": "Contenuti della Collezione",
|
|
69
|
+
"confirm-cancel": "",
|
|
69
70
|
"confirm-delete-administrator": "Eliminare l'amministratore?",
|
|
70
71
|
"confirm-delete-assets": "Eliminare {count} {count, plural, one {media} other {media}}?",
|
|
71
72
|
"confirm-delete-channel": "Eliminare il canale?",
|
|
@@ -212,6 +213,7 @@
|
|
|
212
213
|
"guest": "Ospite",
|
|
213
214
|
"items-per-page-option": "{ count } per pagina",
|
|
214
215
|
"items-selected-count": "",
|
|
216
|
+
"keep-editing": "",
|
|
215
217
|
"language": "Lingua",
|
|
216
218
|
"launch-extension": "Lancia estensione",
|
|
217
219
|
"live-update": "Aggiornamenti live",
|
|
@@ -324,6 +326,7 @@
|
|
|
324
326
|
"registered": "Registrato",
|
|
325
327
|
"remove-customers-from-group-success": "Ho rimosso {customerCount, plural, one {1 cuclientestomer} other {{customerCount} clienti}} from \"{ groupName }\"",
|
|
326
328
|
"remove-from-group": "Rimuovi da questo gruppo",
|
|
329
|
+
"search-by-group-name": "Ricerca termine",
|
|
327
330
|
"search-customers-by-email": "Cerca per indirizzo email",
|
|
328
331
|
"search-customers-by-email-last-name-postal-code": "Cerca per cognome / indirizzo email / CAP",
|
|
329
332
|
"select-customer": "Seleziona cliente",
|
|
@@ -553,8 +556,7 @@
|
|
|
553
556
|
"refund-with-amount": "Rimborsa {amount}",
|
|
554
557
|
"refunded-count": "Hai rimborsato {count} {count, plural, one {prodotto} other {prodotti}}",
|
|
555
558
|
"removed-items": "Prodotti rimossi",
|
|
556
|
-
"search-by-
|
|
557
|
-
"search-by-order-code": "Cerca per codice ordine",
|
|
559
|
+
"search-by-order-filters": "Cerca per codice ordine / cognome cliente / ID transazione",
|
|
558
560
|
"select-state": "Seleziona stato",
|
|
559
561
|
"set-coupon-codes": "",
|
|
560
562
|
"set-fulfillment-state": "Segna come {state}",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"auto-update-product-variant-name": "",
|
|
67
67
|
"channel-price-preview": "Podgląd cen kanału",
|
|
68
68
|
"collection-contents": "Zawartość kolekcji",
|
|
69
|
+
"confirm-cancel": "",
|
|
69
70
|
"confirm-delete-administrator": "",
|
|
70
71
|
"confirm-delete-assets": "",
|
|
71
72
|
"confirm-delete-channel": "Usunąć kanał?",
|
|
@@ -212,6 +213,7 @@
|
|
|
212
213
|
"guest": "Gość",
|
|
213
214
|
"items-per-page-option": "{ count } na stronę",
|
|
214
215
|
"items-selected-count": "",
|
|
216
|
+
"keep-editing": "",
|
|
215
217
|
"language": "Język",
|
|
216
218
|
"launch-extension": "Uruchom rozszerzenie",
|
|
217
219
|
"live-update": "Aktualizacja live",
|
|
@@ -324,6 +326,7 @@
|
|
|
324
326
|
"registered": "Zarejestrowany",
|
|
325
327
|
"remove-customers-from-group-success": "",
|
|
326
328
|
"remove-from-group": "",
|
|
329
|
+
"search-by-group-name": "Szukaj frazy",
|
|
327
330
|
"search-customers-by-email": "Szukaj przez email",
|
|
328
331
|
"search-customers-by-email-last-name-postal-code": "",
|
|
329
332
|
"select-customer": "",
|
|
@@ -553,8 +556,7 @@
|
|
|
553
556
|
"refund-with-amount": "Zwróć {amount}",
|
|
554
557
|
"refunded-count": "{count} {count, plural, one {zamówienie} other {zamówień}} zwrócono",
|
|
555
558
|
"removed-items": "",
|
|
556
|
-
"search-by-
|
|
557
|
-
"search-by-order-code": "Szukaj po numerze zamówienia",
|
|
559
|
+
"search-by-order-filters": "Szukaj po numerze zamówienia / Nazwisko / Numer transakcji",
|
|
558
560
|
"select-state": "",
|
|
559
561
|
"set-coupon-codes": "",
|
|
560
562
|
"set-fulfillment-state": "",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"auto-update-product-variant-name": "Atualizar automaticamente os nomes das variações do produto",
|
|
67
67
|
"channel-price-preview": "Visualizar preço do canal",
|
|
68
68
|
"collection-contents": "Conteúdo da categoria",
|
|
69
|
+
"confirm-cancel": "",
|
|
69
70
|
"confirm-delete-administrator": "Excluir administrador?",
|
|
70
71
|
"confirm-delete-assets": "Excluir {count} {count, plural, one {asset} other {assets}}?",
|
|
71
72
|
"confirm-delete-channel": "Exluir canal?",
|
|
@@ -212,6 +213,7 @@
|
|
|
212
213
|
"guest": "Convidado",
|
|
213
214
|
"items-per-page-option": "{ count } por página",
|
|
214
215
|
"items-selected-count": "",
|
|
216
|
+
"keep-editing": "",
|
|
215
217
|
"language": "Idioma",
|
|
216
218
|
"launch-extension": "Iniciar extensão",
|
|
217
219
|
"live-update": "Atualização ao vivo",
|
|
@@ -324,6 +326,7 @@
|
|
|
324
326
|
"registered": "Registrado",
|
|
325
327
|
"remove-customers-from-group-success": "Excluído {customerCount, plural, one {1 customer} other {{customerCount} customers}} from \"{ groupName }\"",
|
|
326
328
|
"remove-from-group": "Excluir deste grupo",
|
|
329
|
+
"search-by-group-name": "Pesquisar termo",
|
|
327
330
|
"search-customers-by-email": "Busca por email",
|
|
328
331
|
"search-customers-by-email-last-name-postal-code": "Busca por email / sobrenome / cep",
|
|
329
332
|
"select-customer": "",
|
|
@@ -553,8 +556,7 @@
|
|
|
553
556
|
"refund-with-amount": "Reembolso {amount}",
|
|
554
557
|
"refunded-count": "{count} {count, plural, one {item} other {items}} reembolsado",
|
|
555
558
|
"removed-items": "Itens removidos",
|
|
556
|
-
"search-by-
|
|
557
|
-
"search-by-order-code": "Buscar por código do pedido",
|
|
559
|
+
"search-by-order-filters": "Buscar por código do pedido / Sobrenome / Código ID da transação",
|
|
558
560
|
"select-state": "Selecionar estado",
|
|
559
561
|
"set-coupon-codes": "",
|
|
560
562
|
"set-fulfillment-state": "Marcar como {state}",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"auto-update-product-variant-name": "Actualizar automaticamente os nomes das variantes do produto",
|
|
67
67
|
"channel-price-preview": "Visualizar preço do canal",
|
|
68
68
|
"collection-contents": "Conteúdo da categoria",
|
|
69
|
+
"confirm-cancel": "",
|
|
69
70
|
"confirm-delete-administrator": "Eliminar administrador?",
|
|
70
71
|
"confirm-delete-assets": "Eliminar {count} {count, plural, one {imagem} other {imagens}}?",
|
|
71
72
|
"confirm-delete-channel": "Exluir canal?",
|
|
@@ -212,6 +213,7 @@
|
|
|
212
213
|
"guest": "Convidado",
|
|
213
214
|
"items-per-page-option": "{ count } por página",
|
|
214
215
|
"items-selected-count": "",
|
|
216
|
+
"keep-editing": "",
|
|
215
217
|
"language": "Idioma",
|
|
216
218
|
"launch-extension": "Iniciar extensão",
|
|
217
219
|
"live-update": "Actualização em tempo real",
|
|
@@ -324,6 +326,7 @@
|
|
|
324
326
|
"registered": "Registado",
|
|
325
327
|
"remove-customers-from-group-success": "{customerCount, plural, one {1 cliente eliminado} other {{customerCount} clientes eliminados}} do grupo \"{ groupName }\"",
|
|
326
328
|
"remove-from-group": "Eliminar deste grupo",
|
|
329
|
+
"search-by-group-name": "Pesquisar termo",
|
|
327
330
|
"search-customers-by-email": "Pesquisar por email",
|
|
328
331
|
"search-customers-by-email-last-name-postal-code": "Pesquisar pelo apelido / email / código postal",
|
|
329
332
|
"select-customer": "Seleccione o cliente",
|
|
@@ -553,8 +556,7 @@
|
|
|
553
556
|
"refund-with-amount": "Reembolso {amount}",
|
|
554
557
|
"refunded-count": "{count} {count, plural, one {item reembolsado} other {itens reembolsados}}",
|
|
555
558
|
"removed-items": "Itens removidos",
|
|
556
|
-
"search-by-
|
|
557
|
-
"search-by-order-code": "Pesqusiar pelo código da encomenda",
|
|
559
|
+
"search-by-order-filters": "Pesqusiar pelo código da encomenda / apelido do cliente / ID da transação",
|
|
558
560
|
"select-state": "Seleccionar estado",
|
|
559
561
|
"set-coupon-codes": "",
|
|
560
562
|
"set-fulfillment-state": "Marcar como {state}",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"auto-update-product-variant-name": "Автоматически обновлять названия вариантов товара",
|
|
67
67
|
"channel-price-preview": "Предварительный просмотр цен канала",
|
|
68
68
|
"collection-contents": "Содержание коллекции",
|
|
69
|
+
"confirm-cancel": "",
|
|
69
70
|
"confirm-delete-administrator": "Удалить администратора?",
|
|
70
71
|
"confirm-delete-assets": "Удалить {count} {count, plural, one {медиа-объект} other {медиа-объектов}}?",
|
|
71
72
|
"confirm-delete-channel": "Удалить канал?",
|
|
@@ -212,6 +213,7 @@
|
|
|
212
213
|
"guest": "Гость",
|
|
213
214
|
"items-per-page-option": "{ count } на странице",
|
|
214
215
|
"items-selected-count": "",
|
|
216
|
+
"keep-editing": "",
|
|
215
217
|
"language": "Язык",
|
|
216
218
|
"launch-extension": "Запуск расширения",
|
|
217
219
|
"live-update": "Обновление в режиме реального времени",
|
|
@@ -324,6 +326,7 @@
|
|
|
324
326
|
"registered": "Зарегистрировано",
|
|
325
327
|
"remove-customers-from-group-success": "Удален {customerCount, plural, one {1 клиент} other {{customerCount} клиентов}} из \"{ groupName }\"",
|
|
326
328
|
"remove-from-group": "Удалить из этой группы",
|
|
329
|
+
"search-by-group-name": "Искать по фразе",
|
|
327
330
|
"search-customers-by-email": "Поиск по адресу электронной почты",
|
|
328
331
|
"search-customers-by-email-last-name-postal-code": "",
|
|
329
332
|
"select-customer": "Выберите клиента",
|
|
@@ -553,8 +556,7 @@
|
|
|
553
556
|
"refund-with-amount": "Возврат {amount}",
|
|
554
557
|
"refunded-count": "{count} {count, plural, one {позиция} other {позиций}} возвращен",
|
|
555
558
|
"removed-items": "Удаленные позиции",
|
|
556
|
-
"search-by-
|
|
557
|
-
"search-by-order-code": "Поиск по коду заказа",
|
|
559
|
+
"search-by-order-filters": "Поиск по фамилии клиента / коду заказа / ID транзакции",
|
|
558
560
|
"select-state": "Выберите состояние",
|
|
559
561
|
"set-coupon-codes": "",
|
|
560
562
|
"set-fulfillment-state": "Отметить как {state}",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"auto-update-product-variant-name": "Автоматично оновлювати назви варіантів товару",
|
|
67
67
|
"channel-price-preview": "Попередній перегляд цін каналу",
|
|
68
68
|
"collection-contents": "Зміст колекції",
|
|
69
|
+
"confirm-cancel": "",
|
|
69
70
|
"confirm-delete-administrator": "Видалити адміністратора?",
|
|
70
71
|
"confirm-delete-assets": "Видалити {count} {count, plural, one {медіа-об'єкт} other {медіа-об'єктів}}?",
|
|
71
72
|
"confirm-delete-channel": "Видалити канал?",
|
|
@@ -212,6 +213,7 @@
|
|
|
212
213
|
"guest": "Гість",
|
|
213
214
|
"items-per-page-option": "{ count } на сторінці",
|
|
214
215
|
"items-selected-count": "",
|
|
216
|
+
"keep-editing": "",
|
|
215
217
|
"language": "Мова",
|
|
216
218
|
"launch-extension": "Запуск розширення",
|
|
217
219
|
"live-update": "Оновлення в режимі реального часу",
|
|
@@ -324,6 +326,7 @@
|
|
|
324
326
|
"registered": "Зареєстровано",
|
|
325
327
|
"remove-customers-from-group-success": "Видалено {customerCount, plural, one {1 клієнт} other {{customerCount} клієнтів}} из \"{ groupName }\"",
|
|
326
328
|
"remove-from-group": "Вилучити з цієї групи",
|
|
329
|
+
"search-by-group-name": "Шукати по фразі",
|
|
327
330
|
"search-customers-by-email": "Пошук за адресою електронної пошти",
|
|
328
331
|
"search-customers-by-email-last-name-postal-code": "",
|
|
329
332
|
"select-customer": "Виберіть клієнта",
|
|
@@ -553,8 +556,7 @@
|
|
|
553
556
|
"refund-with-amount": "Повернення {amount}",
|
|
554
557
|
"refunded-count": "{count} {count, plural, one {позиція} other {позицій}} повернено",
|
|
555
558
|
"removed-items": "Видалені позиції",
|
|
556
|
-
"search-by-
|
|
557
|
-
"search-by-order-code": "Пошук по коду замовлення",
|
|
559
|
+
"search-by-order-filters": "Пошук за коду замовлення / прізвищем клієнта / ID транзакції",
|
|
558
560
|
"select-state": "Виберіть стан",
|
|
559
561
|
"set-coupon-codes": "",
|
|
560
562
|
"set-fulfillment-state": "Помітити як {state}",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"auto-update-product-variant-name": "自动更新不同商品变体名称",
|
|
67
67
|
"channel-price-preview": "渠道价格预览",
|
|
68
68
|
"collection-contents": "系列产品",
|
|
69
|
+
"confirm-cancel": "",
|
|
69
70
|
"confirm-delete-administrator": "确认删除管理员吗?",
|
|
70
71
|
"confirm-delete-assets": "确认删除{count}个资源吗?",
|
|
71
72
|
"confirm-delete-channel": "确认删除销售渠道?",
|
|
@@ -212,6 +213,7 @@
|
|
|
212
213
|
"guest": "游客",
|
|
213
214
|
"items-per-page-option": "每页显示 { count } 条",
|
|
214
215
|
"items-selected-count": "",
|
|
216
|
+
"keep-editing": "",
|
|
215
217
|
"language": "语言",
|
|
216
218
|
"launch-extension": "启动扩展插件",
|
|
217
219
|
"live-update": "在线更新",
|
|
@@ -324,6 +326,7 @@
|
|
|
324
326
|
"registered": "已注册",
|
|
325
327
|
"remove-customers-from-group-success": "成功从分组\"{ groupName }\"中移除{customerCount}个客户",
|
|
326
328
|
"remove-from-group": "从分组中移除",
|
|
329
|
+
"search-by-group-name": "输入搜索条目",
|
|
327
330
|
"search-customers-by-email": "输入要搜索的客户邮件地址",
|
|
328
331
|
"search-customers-by-email-last-name-postal-code": "",
|
|
329
332
|
"select-customer": "选择客户",
|
|
@@ -553,8 +556,7 @@
|
|
|
553
556
|
"refund-with-amount": "退款金额{amount}",
|
|
554
557
|
"refunded-count": "{count}个商品已退款",
|
|
555
558
|
"removed-items": "",
|
|
556
|
-
"search-by-
|
|
557
|
-
"search-by-order-code": "输入要搜索的订单编号",
|
|
559
|
+
"search-by-order-filters": "输入要搜索的订单编号 / 姓 / 交易ID ",
|
|
558
560
|
"select-state": "",
|
|
559
561
|
"set-coupon-codes": "",
|
|
560
562
|
"set-fulfillment-state": "",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"auto-update-product-variant-name": "",
|
|
67
67
|
"channel-price-preview": "渠道價格覽",
|
|
68
68
|
"collection-contents": "系列產品",
|
|
69
|
+
"confirm-cancel": "",
|
|
69
70
|
"confirm-delete-administrator": "",
|
|
70
71
|
"confirm-delete-assets": "",
|
|
71
72
|
"confirm-delete-channel": "確認移除渠道?",
|
|
@@ -212,6 +213,7 @@
|
|
|
212
213
|
"guest": "游客",
|
|
213
214
|
"items-per-page-option": "每页顯示 { count } 條",
|
|
214
215
|
"items-selected-count": "",
|
|
216
|
+
"keep-editing": "",
|
|
215
217
|
"language": "語言",
|
|
216
218
|
"launch-extension": "启動扩展插件",
|
|
217
219
|
"live-update": "",
|
|
@@ -324,6 +326,7 @@
|
|
|
324
326
|
"registered": "已注册",
|
|
325
327
|
"remove-customers-from-group-success": "",
|
|
326
328
|
"remove-from-group": "",
|
|
329
|
+
"search-by-group-name": "輸入搜索條目",
|
|
327
330
|
"search-customers-by-email": "輸入要搜索的客户電郵地址",
|
|
328
331
|
"search-customers-by-email-last-name-postal-code": "",
|
|
329
332
|
"select-customer": "",
|
|
@@ -553,8 +556,7 @@
|
|
|
553
556
|
"refund-with-amount": "退款金額{amount}",
|
|
554
557
|
"refunded-count": "{count}個商品已退款",
|
|
555
558
|
"removed-items": "",
|
|
556
|
-
"search-by-
|
|
557
|
-
"search-by-order-code": "輸入要搜索的訂單編號",
|
|
559
|
+
"search-by-order-filters": "輸入要搜索的訂單編號 / 姓 / 交易編號 ",
|
|
558
560
|
"select-state": "",
|
|
559
561
|
"set-coupon-codes": "",
|
|
560
562
|
"set-fulfillment-state": "",
|
package/lib/admin-ui/index.html
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
9
9
|
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
|
|
10
|
-
<link rel="stylesheet" href="styles.
|
|
10
|
+
<link rel="stylesheet" href="styles.4fc8b4ce42a1fc2e.css"></head>
|
|
11
11
|
<body>
|
|
12
12
|
<vdr-root></vdr-root>
|
|
13
|
-
<script src="runtime.
|
|
13
|
+
<script src="runtime.864088ea34ab7d2d.js" type="module"></script><script src="polyfills.77a1e873e59e4556.js" type="module"></script><script src="main.5ceb3fba71e91ebd.js" type="module"></script></body>
|
|
14
14
|
</html>
|