Changeset 3097815
- Timestamp:
- 06/05/2024 09:01:37 AM (22 months ago)
- Location:
- cdekdelivery/trunk
- Files:
-
- 14 edited
-
build/Frontend/CheckoutMapBlock/block.json (modified) (1 diff)
-
build/cdek-checkout-map-block-frontend.asset.php (modified) (1 diff)
-
build/cdek-checkout-map-block-frontend.js (modified) (1 diff)
-
build/cdek-checkout-map-block.asset.php (modified) (1 diff)
-
build/cdek-checkout-map-block.js (modified) (1 diff)
-
cdek.php (modified) (1 diff)
-
lang/cdekdelivery.pot (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
-
src/Actions/CreateOrderAction.php (modified) (1 diff)
-
vendor/composer/autoload_classmap.php (modified) (1 diff)
-
vendor/composer/autoload_psr4.php (modified) (1 diff)
-
vendor/composer/autoload_static.php (modified) (2 diffs)
-
vendor/composer/installed.json (modified) (1 diff)
-
vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cdekdelivery/trunk/build/Frontend/CheckoutMapBlock/block.json
r3090867 r3097815 1 1 { 2 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "apiVersion": 2,3 "apiVersion": 3, 4 4 "name": "cdek/checkout-map-block", 5 5 "version": "1.0.0", -
cdekdelivery/trunk/build/cdek-checkout-map-block-frontend.asset.php
r3090867 r3097815 1 <?php return array('dependencies' => array('cdek-widget', 'lodash', 'react', 'wc-blocks-checkout', 'wc-settings', 'wp-element', 'wp-i18n'), 'version' => ' dfae5bf0f8da75303e69');1 <?php return array('dependencies' => array('cdek-widget', 'lodash', 'react', 'wc-blocks-checkout', 'wc-settings', 'wp-element', 'wp-i18n'), 'version' => 'b91bb2a1d8b1e30ee542'); -
cdekdelivery/trunk/build/cdek-checkout-map-block-frontend.js
r3090867 r3097815 1 (()=>{"use strict";var e={n:i=>{var o=i&&i.__esModule?()=>i.default:()=>i;return e.d(o,{a:o}),o},d:(i,o)=>{for(var t in o)e.o(o,t)&&!e.o(i,t)&&Object.defineProperty(i,t,{enumerable:!0,get:o[t]})},o:(e,i)=>Object.prototype.hasOwnProperty.call(e,i)};const i=window.wc.blocksCheckout,o=window.React,t=window.wp.element,c=window.wp.i18n,a=window.lodash,d=window.wc.wcSettings,n=window.CDEKWidget;var l=e.n(n);const s=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion": 2,"name":"cdek/checkout-map-block","version":"1.0.0","title":"CDEK Delivery Map","category":"widgets","description":"Adds a map on checkout to allow user select office to pickup from.","supports":{"html":false,"align":false,"multiple":false,"reusable":false},"parent":["woocommerce/checkout-shipping-methods-block"],"attributes":{"lock":{"type":"object","default":{"remove":true,"move":true}},"text":{"type":"string","default":""}},"textdomain":"cdekdelivery"}');(0,i.registerCheckoutBlock)({metadata:s,component:({checkoutExtensionData:e,extensions:i,cart:n,validation:s})=>{const{apiKey:f,officeDeliveryModes:r}=(0,d.getSetting)("official_cdek_data"),[p,w]=(0,t.useState)(!1),[u,k]=(0,t.useState)(null),{setExtensionData:_}=e,{setValidationErrors:m,clearValidationError:g,getValidationError:h}=s,v=(0,a.debounce)(((e,i,o)=>{_(e,i,o)}),500),y=(0,t.useCallback)((0,a.debounce)(((e,i)=>{if(""===i||!n.cartNeedsShipping)return v("official_cdek","office_code",null),void g("official_cdek_office");const o=e.flatMap((e=>e.shipping_rates)).find((e=>e.selected));return o&&Object.prototype.hasOwnProperty.call(o,"method_id")&&"official_cdek"===o.method_id?-1===r.indexOf(parseInt(o.meta_data.find((e=>"_official_cdek_tariff_mode"===e.key)).value))?(v("official_cdek","office_code",null),void g("official_cdek_office")):(m({official_cdek_office:{message:(0,c.__)("Choose pick-up","cdekdelivery"),hidden:!0}}),void 0===window.widget?window.widget=new(l())({apiKey:f,debug:!0,defaultLocation:e[0].destination.city,officesRaw:JSON.parse(i),hideDeliveryOptions:{door:!0},onChoose(e,i,o){v("official_cdek","office_code",o.code),g("official_cdek_office")}}):(window.widget.clearSelection(),window.widget.updateOfficesRaw(JSON.parse(i)),window.widget.updateLocation(e[0].destination.city)),void w(!0)):(v("official_cdek","office_code",null),void g("official_cdek_office"))}),1e3),[]);return(0,t.useEffect)((()=>{w(!1),n.isLoading||n.isLoadingRates||!i.official_cdek?g("official_cdek_office"):y(n.shippingRates,i.official_cdek.points||[])}),[n.isLoading,n.isLoadingRates,n.shippingRates,i.official_cdek]),(0,t.useEffect)((()=>{k(h("official_cdek_office"))})),(0,o.createElement)("div",{className:"wp-block-shipping-cdek-map",style:{display:p?"block":"none"}},(0,o.createElement)("div",{id:"cdek-map",style:{height:"600px",border:!1===u?.hidden?"1px solid #cc1818":""}}),!1===u?.hidden&&(0,o.createElement)("div",{className:"wc-block-components-validation-error",role:"alert"},(0,o.createElement)("p",null,u.message)))}})})();1 (()=>{"use strict";var e={n:i=>{var o=i&&i.__esModule?()=>i.default:()=>i;return e.d(o,{a:o}),o},d:(i,o)=>{for(var t in o)e.o(o,t)&&!e.o(i,t)&&Object.defineProperty(i,t,{enumerable:!0,get:o[t]})},o:(e,i)=>Object.prototype.hasOwnProperty.call(e,i)};const i=window.wc.blocksCheckout,o=window.React,t=window.wp.element,c=window.wp.i18n,a=window.lodash,d=window.wc.wcSettings,n=window.CDEKWidget;var l=e.n(n);const s=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"cdek/checkout-map-block","version":"1.0.0","title":"CDEK Delivery Map","category":"widgets","description":"Adds a map on checkout to allow user select office to pickup from.","supports":{"html":false,"align":false,"multiple":false,"reusable":false},"parent":["woocommerce/checkout-shipping-methods-block"],"attributes":{"lock":{"type":"object","default":{"remove":true,"move":true}},"text":{"type":"string","default":""}},"textdomain":"cdekdelivery"}');(0,i.registerCheckoutBlock)({metadata:s,component:({checkoutExtensionData:e,extensions:i,cart:n,validation:s})=>{const{apiKey:f,officeDeliveryModes:r}=(0,d.getSetting)("official_cdek_data"),[p,w]=(0,t.useState)(!1),[u,k]=(0,t.useState)(null),{setExtensionData:_}=e,{setValidationErrors:m,clearValidationError:g,getValidationError:h}=s,v=(0,a.debounce)(((e,i,o)=>{_(e,i,o)}),500),y=(0,t.useCallback)((0,a.debounce)(((e,i)=>{if(""===i||!n.cartNeedsShipping)return v("official_cdek","office_code",null),void g("official_cdek_office");const o=e.flatMap((e=>e.shipping_rates)).find((e=>e.selected));return o&&Object.prototype.hasOwnProperty.call(o,"method_id")&&"official_cdek"===o.method_id?-1===r.indexOf(parseInt(o.meta_data.find((e=>"_official_cdek_tariff_mode"===e.key)).value))?(v("official_cdek","office_code",null),void g("official_cdek_office")):(m({official_cdek_office:{message:(0,c.__)("Choose pick-up","cdekdelivery"),hidden:!0}}),void 0===window.widget?window.widget=new(l())({apiKey:f,debug:!0,defaultLocation:e[0].destination.city,officesRaw:JSON.parse(i),hideDeliveryOptions:{door:!0},onChoose(e,i,o){v("official_cdek","office_code",o.code),g("official_cdek_office")}}):(window.widget.clearSelection(),window.widget.updateOfficesRaw(JSON.parse(i)),window.widget.updateLocation(e[0].destination.city)),void w(!0)):(v("official_cdek","office_code",null),void g("official_cdek_office"))}),1e3),[]);return(0,t.useEffect)((()=>{w(!1),n.isLoading||n.isLoadingRates||!i.official_cdek?g("official_cdek_office"):y(n.shippingRates,i.official_cdek.points||[])}),[n.isLoading,n.isLoadingRates,n.shippingRates,i.official_cdek]),(0,t.useEffect)((()=>{k(h("official_cdek_office"))})),(0,o.createElement)("div",{className:"wp-block-shipping-cdek-map",style:{display:p?"block":"none"}},(0,o.createElement)("div",{id:"cdek-map",style:{height:"600px",border:!1===u?.hidden?"1px solid #cc1818":""}}),!1===u?.hidden&&(0,o.createElement)("div",{className:"wc-block-components-validation-error",role:"alert"},(0,o.createElement)("p",null,u.message)))}})})(); -
cdekdelivery/trunk/build/cdek-checkout-map-block.asset.php
r3090867 r3097815 1 <?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => ' 62d832e803c077b48379');1 <?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '443300a2613b482f2ed4'); -
cdekdelivery/trunk/build/cdek-checkout-map-block.js
r3090867 r3097815 1 (()=>{"use strict";const e=window.React,t=window.wp.blocks, o=window.wp.element,c=(0,o.forwardRef)((function({icon:e,size:t=24,...c},l){return(0,o.cloneElement)(e,{width:t,height:t,...c,ref:l})})),l=window.wp.i18n,i=window.wp.blockEditor,s=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":2,"name":"cdek/checkout-map-block","version":"1.0.0","title":"CDEK Delivery Map","category":"widgets","description":"Adds a map on checkout to allow user select office to pickup from.","supports":{"html":false,"align":false,"multiple":false,"reusable":false},"parent":["woocommerce/checkout-shipping-methods-block"],"attributes":{"lock":{"type":"object","default":{"remove":true,"move":true}},"text":{"type":"string","default":""}},"textdomain":"cdekdelivery"}'),a=window.wp.primitives,r=(0,e.createElement)(a.SVG,{viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none"},(0,e.createElement)(a.Path,{fill:"#009C47",fillRule:"evenodd",clipRule:"evenodd",d:"M16 3c7.18 0 13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16 8.82 3 16 3ZM8.72 9.183c.087 0 .17.019.246.052l.001-.001c.377.15.822.305 1.204.398 1.559.387 3.15.629 4.873.689 2.606.099 5.46.029 8.77.005h.02a.617.617 0 0 1 .152 1.216c-5.471 1.967-10.039 4.66-13.577 9.51-.263.361-.533.736-.776 1.113l-.022.034a.616.616 0 0 1-1.118-.45l.002-.01c.435-2.544.997-5.037 2.044-7.362-.738-1.155-1.612-2.482-2.374-4.3l.002-.002a.617.617 0 0 1 .553-.892Zm2.302 15.515a.617.617 0 1 1-1.083-.59l.002-.004.503-.824c3.587-5.558 8.146-8.41 14.044-10.537a.635.635 0 0 1 .271-.063.617.617 0 0 1 .234 1.19h-.004a.587.587 0 0 1-.042.016c-6.052 2.163-10.353 4.92-13.925 10.812Z"}));(0,t.registerBlockType)(s,{icon:{src:(0,e.createElement)(c,{icon:r})},edit:()=>{const t=(0,i.useBlockProps)();return(0,e.createElement)("div",{...t,className:"admin-block-cdek-map"},(0,l.__)("Pickups map from CDEK","cdekdelivery"))},save:()=>(0,e.createElement)("div",{...i.useBlockProps.save()})})})();1 (()=>{"use strict";const e=window.React,t=window.wp.blocks,c=window.wp.element,o=(0,c.forwardRef)((function({icon:e,size:t=24,...o},i){return(0,c.cloneElement)(e,{width:t,height:t,...o,ref:i})})),i=window.wp.i18n,l=window.wp.blockEditor,n={display:"flex",background:"#eeeeee",height:"600px",padding:"10px","align-items":"center","justify-content":"center"},s=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"cdek/checkout-map-block","version":"1.0.0","title":"CDEK Delivery Map","category":"widgets","description":"Adds a map on checkout to allow user select office to pickup from.","supports":{"html":false,"align":false,"multiple":false,"reusable":false},"parent":["woocommerce/checkout-shipping-methods-block"],"attributes":{"lock":{"type":"object","default":{"remove":true,"move":true}},"text":{"type":"string","default":""}},"textdomain":"cdekdelivery"}'),a=window.wp.primitives,r=(0,e.createElement)(a.SVG,{viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none"},(0,e.createElement)(a.Path,{fill:"#009C47",fillRule:"evenodd",clipRule:"evenodd",d:"M16 3c7.18 0 13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16 8.82 3 16 3ZM8.72 9.183c.087 0 .17.019.246.052l.001-.001c.377.15.822.305 1.204.398 1.559.387 3.15.629 4.873.689 2.606.099 5.46.029 8.77.005h.02a.617.617 0 0 1 .152 1.216c-5.471 1.967-10.039 4.66-13.577 9.51-.263.361-.533.736-.776 1.113l-.022.034a.616.616 0 0 1-1.118-.45l.002-.01c.435-2.544.997-5.037 2.044-7.362-.738-1.155-1.612-2.482-2.374-4.3l.002-.002a.617.617 0 0 1 .553-.892Zm2.302 15.515a.617.617 0 1 1-1.083-.59l.002-.004.503-.824c3.587-5.558 8.146-8.41 14.044-10.537a.635.635 0 0 1 .271-.063.617.617 0 0 1 .234 1.19h-.004a.587.587 0 0 1-.042.016c-6.052 2.163-10.353 4.92-13.925 10.812Z"}));(0,t.registerBlockType)(s,{icon:{src:(0,e.createElement)(o,{icon:r})},edit:()=>{const t=(0,l.useBlockProps)();return(0,e.createElement)("div",{...t,className:"admin-block-cdek-map",style:n},(0,i.__)("Pickups map from CDEK","cdekdelivery"))},save:()=>(0,e.createElement)("div",{...l.useBlockProps.save()})})})(); -
cdekdelivery/trunk/cdek.php
r3093807 r3097815 4 4 * Plugin URI: https://www.cdek.ru/ru/integration/modules/33 5 5 * Description: CDEK delivery integration for WooCommerce 6 * Version: 3.20. 06 * Version: 3.20.1 7 7 * Requires at least: 6.0 8 8 * Text Domain: cdekdelivery -
cdekdelivery/trunk/lang/cdekdelivery.pot
r3093807 r3097815 2 2 msgid "" 3 3 msgstr "" 4 "P roject-Id-Version: CDEKDelivery 3.20.0\n"4 "PO-Revision-Date: 2024-05-28 12:38:16+0000\n" 5 5 "Report-Msgid-Bugs-To: https://github.com/cdek-it/wordpress\n" 6 "Language-Team: CDEK <inte rgator@cdek.ru>\n"6 "Language-Team: CDEK <integrator@cdek.ru>\n" 7 7 "MIME-Version: 1.0\n" 8 8 "Content-Type: text/plain; charset=UTF-8\n" 9 9 "Content-Transfer-Encoding: 8bit\n" 10 "X-Domain: cdekdelivery\n" 11 12 #: src/Fieldsets/InternationalOrderFields.php:20 13 msgid "Passport Series" 14 msgstr "" 15 16 #: src/Fieldsets/InternationalOrderFields.php:29 17 msgid "Passport number" 18 msgstr "" 19 20 #: src/Fieldsets/InternationalOrderFields.php:39 21 msgid "Passport date of issue" 22 msgstr "" 23 24 #: src/Fieldsets/InternationalOrderFields.php:45 25 msgid "Passport organization" 26 msgstr "" 27 28 #: src/Fieldsets/InternationalOrderFields.php:51 29 msgid "TIN" 30 msgstr "" 31 32 #: src/Fieldsets/InternationalOrderFields.php:61 33 msgid "Birthday" 34 msgstr "" 35 36 #: src/Validator/CheckoutProcessValidator.php:36 37 msgid "Failed to determine locality. " 38 msgstr "" 39 40 #: build/cdek-checkout-map-block-frontend.js:1 10 "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n" 11 "X-Generator: GlotPress/4.0.1\n" 12 "Language: ru\n" 13 "Project-Id-Version: CDEKDelivery (3.20.1)\n" 14 15 #: src/Actions/GenerateBarcodeAction.php:35 16 #: src/Actions/GenerateBarcodeAction.php:64 17 msgid "" 18 "Failed to create barcode.\n" 19 "Try re-creating the order.\n" 20 "You may need to cancel existing one (if that button exists)" 21 msgstr "" 22 23 #. translators: %s: uuid of application 24 #: src/Actions/CallCourier.php:106 25 msgid "Request number: %s" 26 msgstr "" 27 28 #: templates/admin/order_created.php:61 29 msgid "Cancel the courier request" 30 msgstr "" 31 32 #: templates/admin/order_created.php:56 33 msgid "Request number" 34 msgstr "" 35 36 #: templates/admin/order_created.php:35 37 msgid "Get waybill" 38 msgstr "" 39 40 #: templates/admin/call_courier_form.php:76 41 msgid "Telephone call required" 42 msgstr "" 43 44 #: src/Validator/ValidateCourierFormData.php:54 45 msgid "Full name is required" 46 msgstr "" 47 48 #: src/Controllers/RestController.php:58 src/Controllers/RestController.php:72 49 msgid "CDEK Order ID" 50 msgstr "" 51 52 #: src/CdekShippingMethod.php:103 templates/admin/call_courier_form.php:48 53 msgid "Full name" 54 msgstr "" 55 56 #: src/Blocks/CheckoutMapBlock.php:94 57 msgid "Code of selected CDEK office for delivery" 58 msgstr "" 59 60 #: src/Blocks/CheckoutMapBlock.php:82 61 msgid "JSONifiend array of available CDEK offices" 62 msgstr "" 63 64 #. Description of the plugin 65 #: cdek.php 66 msgid "CDEK delivery integration for WooCommerce" 67 msgstr "" 68 69 #: build/Frontend/CheckoutMapBlock/block.json 70 #: src/Frontend/CheckoutMapBlock/block.json 71 msgctxt "block description" 72 msgid "Adds a map on checkout to allow user select office to pickup from." 73 msgstr "" 74 75 #: build/Frontend/CheckoutMapBlock/block.json 76 #: src/Frontend/CheckoutMapBlock/block.json 77 msgctxt "block title" 78 msgid "CDEK Delivery Map" 79 msgstr "" 80 81 #: build/cdek-create-order.js:1 src/Frontend/AdminOrder/index.js:57 82 msgid "Package" 83 msgstr "" 84 85 #: build/cdek-create-order.js:1 src/Frontend/AdminOrder/index.js:157 86 msgid "Products not added to packaging" 87 msgstr "" 88 89 #: build/cdek-create-order.js:1 src/Frontend/AdminOrder/index.js:153 90 msgid "Packing height not specified" 91 msgstr "" 92 93 #: build/cdek-create-order.js:1 src/Frontend/AdminOrder/index.js:149 94 msgid "Packing width not specified" 95 msgstr "" 96 97 #: build/cdek-create-order.js:1 src/Frontend/AdminOrder/index.js:145 98 msgid "Packing length not specified" 99 msgstr "" 100 101 #: build/cdek-checkout-map.js:1 src/Frontend/CheckoutMapShortcode/index.js:96 102 msgid "There are no CDEK pick-up points available in this direction, please select another delivery method" 103 msgstr "" 104 105 #: build/cdek-checkout-map.js:1 src/Frontend/CheckoutMapShortcode/index.js:90 106 msgid "CDEK was unable to load the list of available pickup points, please select another delivery method" 107 msgstr "" 108 109 #: build/cdek-checkout-map.js:1 src/Frontend/CheckoutMapShortcode/index.js:42 110 msgid "Re-select pick-up" 111 msgstr "" 112 113 #: build/cdek-checkout-map-block.js:1 114 #: src/Frontend/CheckoutMapBlock/components/admin.js:15 115 msgid "Pickups map from CDEK" 116 msgstr "" 117 118 #: build/cdek-admin-settings.js:1 src/Frontend/AdminSettings/index.js:21 119 #: src/Frontend/AdminSettings/index.js:51 120 #: src/Frontend/AdminSettings/index.js:77 121 msgid "Not selected" 122 msgstr "" 123 124 #: build/cdek-admin-settings.js:1 src/Frontend/AdminSettings/index.js:21 125 msgid "Selected address" 126 msgstr "" 127 128 #: build/cdek-admin-settings.js:1 src/Frontend/AdminSettings/index.js:20 129 msgid "Selected pickup point" 130 msgstr "" 131 132 #: build/cdek-admin-settings.js:1 src/Frontend/AdminSettings/index.js:12 133 msgid "Error receiving token. Make sure the integration keys are correct" 134 msgstr "" 135 136 #: build/cdek-admin-settings.js:1 137 #: src/Frontend/AdminSettings/components/DeliveryPrice.js:141 138 msgid "Rules for delivery to pick-up" 139 msgstr "" 140 141 #: build/cdek-admin-settings.js:1 142 #: src/Frontend/AdminSettings/components/DeliveryPrice.js:135 143 msgid "Rules for delivery by courier" 144 msgstr "" 145 146 #: build/cdek-admin-settings.js:1 147 #: src/Frontend/AdminSettings/components/DeliveryPrice.js:68 148 msgid "amount on" 149 msgstr "" 150 151 #: build/cdek-admin-settings.js:1 152 #: src/Frontend/AdminSettings/components/DeliveryPrice.js:65 153 msgid "fixed on" 154 msgstr "" 155 156 #: build/cdek-admin-settings.js:1 157 #: src/Frontend/AdminSettings/components/DeliveryPrice.js:62 158 msgid "percentage" 159 msgstr "" 160 161 #: build/cdek-admin-settings.js:1 162 #: src/Frontend/AdminSettings/components/DeliveryPrice.js:59 163 msgid "free" 164 msgstr "" 165 166 #: build/cdek-admin-settings.js:1 167 #: src/Frontend/AdminSettings/components/DeliveryPrice.js:55 168 msgid "delivery price" 169 msgstr "" 170 171 #: build/cdek-admin-settings.js:1 172 #: src/Frontend/AdminSettings/components/DeliveryPrice.js:55 173 msgid "any" 174 msgstr "" 175 176 #: build/cdek-admin-settings.js:1 177 #: src/Frontend/AdminSettings/components/DeliveryPrice.js:48 178 msgid "less or equal" 179 msgstr "" 180 181 #: build/cdek-admin-settings.js:1 182 #: src/Frontend/AdminSettings/components/DeliveryPrice.js:46 183 msgid "from %s%s" 184 msgstr "" 185 186 #: build/cdek-admin-settings.js:1 187 #: src/Frontend/AdminSettings/components/DeliveryPrice.js:44 188 msgid "Order price" 189 msgstr "" 190 191 #: templates/public/open-map.php:14 build/cdek-checkout-map-block-frontend.js:1 192 #: build/cdek-checkout-map.js:1 193 #: src/Frontend/CheckoutMapBlock/components/frontend.js:56 194 #: src/Frontend/CheckoutMapShortcode/index.js:22 41 195 msgid "Choose pick-up" 42 196 msgstr "" 43 197 44 #: build/cdek-checkout-map-block.js:1 45 msgid "Pickups map from CDEK" 46 msgstr "" 47 48 #: build/cdek-checkout-map.js:1 49 msgid "Re-select pick-up" 50 msgstr "" 51 52 #: build/cdek-checkout-map.js:1 53 msgid "CDEK was unable to load the list of available pickup points, please select another delivery method" 54 msgstr "" 55 56 #: build/cdek-checkout-map.js:1 57 msgid "There are no CDEK pick-up points available in this direction, please select another delivery method" 58 msgstr "" 59 60 #: build/cdek-create-order.js:1 61 msgid "Package" 62 msgstr "" 63 64 #: build/cdek-create-order.js:1 65 msgid "Packing length not specified" 66 msgstr "" 67 68 #: build/cdek-create-order.js:1 69 msgid "Packing width not specified" 70 msgstr "" 71 72 #: build/cdek-create-order.js:1 73 msgid "Packing height not specified" 74 msgstr "" 75 76 #: build/cdek-create-order.js:1 77 msgid "Products not added to packaging" 78 msgstr "" 79 80 #: build/cdek-admin-settings.js:1 81 msgid "Error receiving token. Make sure the integration keys are correct" 82 msgstr "" 83 84 #: build/cdek-admin-settings.js:1 85 msgid "Selected pickup point" 86 msgstr "" 87 88 #: build/cdek-admin-settings.js:1 89 msgid "Selected address" 90 msgstr "" 91 92 #: build/cdek-admin-settings.js:1 93 msgid "Not selected" 198 #: templates/admin/status_list.php:12 199 msgid "Order statuses" 200 msgstr "" 201 202 #: templates/admin/status_list.php:8 203 msgid "No order statuses found. Try reloading the page later" 204 msgstr "" 205 206 #: templates/admin/order_created.php:79 207 msgid "Cancel the order" 208 msgstr "" 209 210 #: templates/admin/order_created.php:44 211 msgid "Call the courier" 212 msgstr "" 213 214 #: templates/admin/order_created.php:39 215 msgid "Get barcode" 216 msgstr "" 217 218 #: templates/admin/order_created.php:23 219 msgid "Order created" 220 msgstr "" 221 222 #: templates/admin/form_package_many.php:80 223 msgid "Create an order" 224 msgstr "" 225 226 #: templates/admin/form_package_many.php:72 227 msgid "Save" 228 msgstr "" 229 230 #: templates/admin/form_package_many.php:21 231 msgid "Select product" 232 msgstr "" 233 234 #: templates/admin/form_package.php:34 235 msgid "Send an order to CDEK" 236 msgstr "" 237 238 #: templates/admin/form_package.php:17 templates/admin/form_package_many.php:18 239 msgid "Packaging dimensions" 240 msgstr "" 241 242 #: templates/admin/call_courier_form.php:80 243 msgid "Send" 244 msgstr "" 245 246 #: templates/admin/call_courier_form.php:71 templates/admin/form_package.php:28 247 #: templates/admin/form_package_many.php:60 248 msgid "Height in cm" 249 msgstr "" 250 251 #: templates/admin/call_courier_form.php:70 templates/admin/form_package.php:24 252 #: templates/admin/form_package_many.php:56 253 msgid "Width in cm" 254 msgstr "" 255 256 #: templates/admin/call_courier_form.php:69 templates/admin/form_package.php:20 257 #: templates/admin/form_package_many.php:52 258 msgid "Length in cm" 259 msgstr "" 260 261 #: templates/admin/call_courier_form.php:68 262 msgid "Weight in kg" 263 msgstr "" 264 265 #: templates/admin/call_courier_form.php:65 266 msgid "For warehouse tariffs, you can send several orders at once. Therefore, the dimensions may differ from those indicated when creating the order. For door tariffs, you can duplicate those that were specified when creating the order." 267 msgstr "" 268 269 #: templates/admin/call_courier_form.php:60 270 msgid "Description of cargo" 271 msgstr "" 272 273 #: templates/admin/call_courier_form.php:57 274 msgid "Comment" 275 msgstr "" 276 277 #: templates/admin/call_courier_form.php:55 278 msgid "The city is taken from the plugin settings. In the Address field, enter only the street, house, apartment" 279 msgstr "" 280 281 #: templates/admin/call_courier_form.php:28 282 msgid "to" 283 msgstr "" 284 285 #: templates/admin/call_courier_form.php:26 286 msgid "from" 287 msgstr "" 288 289 #: templates/admin/call_courier_form.php:25 290 msgid "Courier awaiting time" 291 msgstr "" 292 293 #: templates/admin/call_courier_form.php:19 294 msgid "Courier waiting date" 295 msgstr "" 296 297 #. translators: %s: Order number 298 #: src/Validator/ValidateGetOrder.php:26 299 msgid "An error occurred while deleting the order. Order number %s was not found." 300 msgstr "" 301 302 #. translators: %s: Order number 303 #: src/Validator/ValidateGetOrder.php:20 304 msgid "An attempt to delete order number %s failed with an error. Order not found." 305 msgstr "" 306 307 #. translators: %s: Order number 308 #: src/Validator/ValidateDeleteOrder.php:26 309 msgid "An error occurred while deleting the order. Order number %s was not deleted." 310 msgstr "" 311 312 #. translators: %s: Order number 313 #: src/Validator/ValidateDeleteOrder.php:20 314 msgid "An attempt to delete order number %s failed with an error. Error code: %s" 315 msgstr "" 316 317 #: src/Validator/ValidateCourierFormData.php:103 318 msgid "Height must be a number" 319 msgstr "" 320 321 #: src/Validator/ValidateCourierFormData.php:99 322 msgid "Height is required" 323 msgstr "" 324 325 #: src/Validator/ValidateCourierFormData.php:95 326 msgid "Width must be a number" 327 msgstr "" 328 329 #: src/Validator/ValidateCourierFormData.php:91 330 msgid "Width is required" 331 msgstr "" 332 333 #: src/Validator/ValidateCourierFormData.php:87 334 msgid "Length must be a number" 335 msgstr "" 336 337 #: src/Validator/ValidateCourierFormData.php:83 338 msgid "Length is required" 339 msgstr "" 340 341 #: src/Validator/ValidateCourierFormData.php:79 342 msgid "Weight must be a number" 343 msgstr "" 344 345 #: src/Validator/ValidateCourierFormData.php:75 346 msgid "Weight is required" 347 msgstr "" 348 349 #: src/Validator/ValidateCourierFormData.php:71 350 msgid "Cargo description is required" 351 msgstr "" 352 353 #: src/Validator/ValidateCourierFormData.php:62 354 msgid "Address is required" 355 msgstr "" 356 357 #: src/Validator/ValidateCourierFormData.php:58 358 msgid "Phone is required" 359 msgstr "" 360 361 #: src/Validator/ValidateCourierFormData.php:49 362 msgid "The start of the courier waiting time cannot start later than the end time" 363 msgstr "" 364 365 #: src/Validator/ValidateCourierFormData.php:41 366 msgid "No courier waiting time selected" 367 msgstr "" 368 369 #: src/Validator/ValidateCourierFormData.php:36 370 msgid "The courier waiting date cannot be later than the 31st of the current date" 371 msgstr "" 372 373 #: src/Validator/ValidateCourierFormData.php:30 374 msgid "The courier waiting date cannot be earlier than the current date" 375 msgstr "" 376 377 #: src/Validator/ValidateCourierFormData.php:19 378 msgid "The courier waiting date has not been selected" 379 msgstr "" 380 381 #: src/Validator/ValidateCourier.php:29 382 msgid "Application deleted" 383 msgstr "" 384 385 #. translators: %s: Error message 386 #: src/Validator/ValidateCourier.php:18 387 msgid "Error. The courier request has not been created. (%s)" 388 msgstr "" 389 390 #: src/Validator/CheckoutProcessValidator.php:53 391 msgid "No shipping address." 392 msgstr "" 393 394 #: src/Validator/CheckoutProcessValidator.php:50 395 msgid "Order pickup point not selected." 396 msgstr "" 397 398 #. translators: 1: Name of a city 2: ZIP code 399 #: src/Validator/CheckoutProcessValidator.php:41 400 msgid "Failed to determine locality in %1$s %2$s" 401 msgstr "" 402 403 #: src/UI/MetaBoxes.php:182 404 msgid "Editing the order is not available due to a change in the order status in the CDEK system" 405 msgstr "" 406 407 #. translators: %s: Name of the plugin 408 #: src/UI/MetaBoxes.php:122 409 msgid "Enter the correct client ID and secret key in <a>the settings</a> plugin named %s" 410 msgstr "" 411 412 #: src/UI/MetaBoxes.php:118 413 msgid "Authorization failed" 414 msgstr "" 415 416 #. translators: %s: Name of the plugin 417 #: src/UI/MetaBoxes.php:88 src/UI/MetaBoxes.php:105 418 msgid "Select the correct sending address in <a>the settings</a> plugin named %s" 419 msgstr "" 420 421 #: src/UI/MetaBoxes.php:84 src/UI/MetaBoxes.php:101 422 msgid "Shipping address not specified" 423 msgstr "" 424 425 #. translators: %s: Code of selected tariff 426 #: src/UI/AdminShippingFields.php:117 427 msgid "Tariff code: %s" 428 msgstr "" 429 430 #. translators: %s: Code of selected point 431 #: src/UI/AdminShippingFields.php:109 432 msgid "Selected pickup point: %s" 433 msgstr "" 434 435 #. translators: %s: Amount with measurement 436 #: src/UI/AdminShippingFields.php:101 437 msgid "Height: %s" 438 msgstr "" 439 440 #. translators: %s: Amount with measurement 441 #: src/UI/AdminShippingFields.php:93 442 msgid "Width: %s" 443 msgstr "" 444 445 #. translators: %s: Amount with measurement 446 #: src/UI/AdminShippingFields.php:85 447 msgid "Length: %s" 448 msgstr "" 449 450 #. translators: %s: Amount with measurement 451 #: src/UI/AdminShippingFields.php:77 452 msgid "Weight: %s" 453 msgstr "" 454 455 #: src/UI/AdminShippingFields.php:55 src/UI/AdminShippingFields.php:61 456 msgid "Not available for order" 457 msgstr "" 458 459 #: src/UI/AdminNotices.php:28 460 msgid "" 461 "CDEKDelivery: The selected weight unit %s is not supported by this plugin.\n" 462 "You can use the default value for product dimensions.\n" 463 "You can also contact plugin support for more information.\n" 464 "Otherwise, the unit of measurement will be automatically treated as grams." 465 msgstr "" 466 467 #: src/UI/Admin.php:44 468 msgid "FAQ" 469 msgstr "" 470 471 #: src/UI/Admin.php:38 472 msgid "Docs" 94 473 msgstr "" 95 474 … … 98 477 msgstr "" 99 478 100 #: src/UI/Admin.php:38 101 msgid "Docs" 102 msgstr "" 103 104 #: src/UI/Admin.php:44 105 msgid "FAQ" 106 msgstr "" 107 108 #: build/cdek-admin-settings.js:1 109 msgid "Order price" 110 msgstr "" 111 112 #: build/cdek-admin-settings.js:1 113 msgid "from %s%s" 114 msgstr "" 115 116 #: build/cdek-admin-settings.js:1 117 msgid "less or equal" 118 msgstr "" 119 120 #: build/cdek-admin-settings.js:1 121 msgid "any" 122 msgstr "" 123 124 #: build/cdek-admin-settings.js:1 125 msgid "delivery price" 126 msgstr "" 127 128 #: build/cdek-admin-settings.js:1 129 msgid "free" 130 msgstr "" 131 132 #: build/cdek-admin-settings.js:1 133 msgid "percentage" 134 msgstr "" 135 136 #: build/cdek-admin-settings.js:1 137 msgid "fixed on" 138 msgstr "" 139 140 #: build/cdek-admin-settings.js:1 141 msgid "amount on" 142 msgstr "" 143 144 #: build/cdek-admin-settings.js:1 145 msgid "Rules for delivery by courier" 146 msgstr "" 147 148 #: build/cdek-admin-settings.js:1 149 msgid "Rules for delivery to pick-up" 150 msgstr "" 151 152 #: src/CdekShippingMethod:18 153 #: src/CdekShippingMethod:31 154 msgid "CDEK Shipping" 155 msgstr "" 156 157 #: src/CdekShippingMethod:19 158 msgid "Official Shipping Method for Cdek" 159 msgstr "" 160 161 #: src/Fieldsets/GeneralOrderFields.php:20 162 msgid "Street address" 479 #: src/Fieldsets/GeneralOrderFields.php:53 480 msgid "First name" 481 msgstr "" 482 483 #: src/Fieldsets/GeneralOrderFields.php:46 484 msgid "Town / City" 485 msgstr "" 486 487 #: src/Fieldsets/GeneralOrderFields.php:30 488 msgid "Apartment, suite, unit, etc. (optional)" 489 msgstr "" 490 491 #: src/Fieldsets/GeneralOrderFields.php:28 492 msgid "Apartment, suite, unit, etc." 163 493 msgstr "" 164 494 … … 167 497 msgstr "" 168 498 169 #: src/Fieldsets/GeneralOrderFields.php:28 170 msgid "Apartment, suite, unit, etc." 171 msgstr "" 172 173 #: src/Fieldsets/GeneralOrderFields.php:30 174 msgid "Apartment, suite, unit, etc. (optional)" 175 msgstr "" 176 177 #: src/Fieldsets/GeneralOrderFields.php:37 178 #: src/CdekShippingMethod.php:111 499 #: src/Fieldsets/GeneralOrderFields.php:20 500 #: templates/admin/call_courier_form.php:52 501 msgid "Street address" 502 msgstr "" 503 504 #. translators: %s: Recipient phone number 505 #: src/Exceptions/PhoneNotValidException.php:15 506 msgid "Incorrect phone number: %s" 507 msgstr "" 508 509 #: src/Controllers/OrderController.php:87 510 msgid "Quantity of goods in packaging" 511 msgstr "" 512 513 #: src/Controllers/OrderController.php:82 514 msgid "Product ID" 515 msgstr "" 516 517 #: src/Controllers/OrderController.php:74 518 msgid "Products in packaging" 519 msgstr "" 520 521 #: src/Controllers/OrderController.php:69 522 msgid "Packing height" 523 msgstr "" 524 525 #: src/Controllers/OrderController.php:64 526 msgid "Packing width" 527 msgstr "" 528 529 #: src/Controllers/OrderController.php:59 530 msgid "Packing length" 531 msgstr "" 532 533 #: src/Controllers/OrderController.php:49 534 msgid "Packages" 535 msgstr "" 536 537 #: src/Controllers/CourierController.php:56 538 #: src/Controllers/CourierController.php:70 539 #: src/Controllers/OrderController.php:44 540 #: src/Controllers/OrderController.php:107 541 msgid "Order number" 542 msgstr "" 543 544 #: src/CdekShippingMethod.php:386 545 msgid "Barcode format" 546 msgstr "" 547 548 #: src/CdekShippingMethod.php:382 549 msgid "Print settings" 550 msgstr "" 551 552 #: src/CdekShippingMethod.php:369 553 msgid "Calculated from the cost of the order. Changes the total amount on the receipt.%s The surcharge will only appear on the receipt.%s Therefore, it is recommended to inform the user on the checkout page about extra charges when sending by cash on delivery." 554 msgstr "" 555 556 #: src/CdekShippingMethod.php:367 557 msgid "Extra charge on order as a percentage" 558 msgstr "" 559 560 #: src/CdekShippingMethod.php:363 561 msgid "Cash on delivery settings are applied only when sending an order from the admin panels and for the user on the checkout page are not displayed" 562 msgstr "" 563 564 #: src/CdekShippingMethod.php:361 565 msgid "Cash on delivery settings" 566 msgstr "" 567 568 #: src/CdekShippingMethod.php:353 569 msgid "Calculated based on the amount of goods in the order" 570 msgstr "" 571 572 #: src/CdekShippingMethod.php:350 573 msgid "Add insurance quote to shipping cost" 574 msgstr "" 575 576 #: src/CdekShippingMethod.php:349 577 msgid "Insurance" 578 msgstr "" 579 580 #: src/CdekShippingMethod.php:344 581 msgid "Delivery cost" 582 msgstr "" 583 584 #: src/CdekShippingMethod.php:338 585 msgid "Partial delivery" 586 msgstr "" 587 588 #: src/CdekShippingMethod.php:332 589 msgid "Trying on" 590 msgstr "" 591 592 #: src/CdekShippingMethod.php:326 593 msgid "This service is not available for tariffs to the parcel locker and is only available to clients with an IM type agreement.\\n\\r Also, the prohibition on inspecting the attachment does not work when the services of fitting at home and partial delivery are included." 594 msgstr "" 595 596 #: src/CdekShippingMethod.php:325 597 msgid "Prohibition of inspection of attachment" 598 msgstr "" 599 600 #: src/CdekShippingMethod.php:320 601 msgid "Services" 602 msgstr "" 603 604 #: src/CdekShippingMethod.php:313 605 msgid "Force the use of product dimensions (length, width and height) by default for all products" 606 msgstr "" 607 608 #: src/CdekShippingMethod.php:312 609 msgid "Product dimensions on/off" 610 msgstr "" 611 612 #: src/CdekShippingMethod.php:302 613 msgid "Default product height in cm" 614 msgstr "" 615 616 #: src/CdekShippingMethod.php:301 617 msgid "Item height" 618 msgstr "" 619 620 #: src/CdekShippingMethod.php:291 621 msgid "Default product width in cm" 622 msgstr "" 623 624 #: src/CdekShippingMethod.php:290 625 msgid "Item width" 626 msgstr "" 627 628 #: src/CdekShippingMethod.php:280 629 msgid "Default product length in cm" 630 msgstr "" 631 632 #: src/CdekShippingMethod.php:279 633 msgid "Item length" 634 msgstr "" 635 636 #: src/CdekShippingMethod.php:269 637 msgid "All goods must have their weight indicated, if there are goods without %s a specified weight, then for such goods the value from this field will be substituted. %s This will affect the accuracy of the delivery calculation. The default value is 1 weight unit specified in the settings." 638 msgstr "" 639 640 #: src/CdekShippingMethod.php:264 641 msgid "Default weight of one item in" 642 msgstr "" 643 644 #: src/CdekShippingMethod.php:259 templates/admin/call_courier_form.php:63 645 msgid "Dimensions" 646 msgstr "" 647 648 #: src/CdekShippingMethod.php:247 649 msgid "Select addresses to send on the map" 650 msgstr "" 651 652 #: src/CdekShippingMethod.php:241 653 msgid "If this setting is enabled, then after selecting a pick-up point on the checkout page, the card will automatically close." 654 msgstr "" 655 656 #: src/CdekShippingMethod.php:238 657 msgid "Close the map after selecting pick-up" 658 msgstr "" 659 660 #: src/CdekShippingMethod.php:229 661 msgid "Number of days will be added to the estimated delivery time" 662 msgstr "" 663 664 #: src/CdekShippingMethod.php:226 665 msgid "Add days for delivery" 666 msgstr "" 667 668 #: src/CdekShippingMethod.php:221 669 msgid "When the \"Multi-seat\" mode is enabled, the detailed order page will display the ability to create several packages for one order and distribute goods among the created packages" 670 msgstr "" 671 672 #: src/CdekShippingMethod.php:218 673 msgid "Multi-seater" 674 msgstr "" 675 676 #: src/CdekShippingMethod.php:214 677 msgid "In the list of tariffs in the field \"Tariffs\" the tariff code is indicated in brackets.\\n\\r To change the name of the tariff, an entry in the code-name format is added to the field; for multiple changes,\\n\\r tariffs are separated by a semicolon, for example, an entry that will change the name of tariff 136 and 137 looks like this:%s If the value is not specified, the tariff names will be standard." 678 msgstr "" 679 680 #: src/CdekShippingMethod.php:212 681 msgid "Change tariff name" 682 msgstr "" 683 684 #: src/CdekShippingMethod.php:207 685 msgid "To select multiple tariffs, hold down the \"CTRL\" key and select tariffs with the left mouse button." 686 msgstr "" 687 688 #: src/CdekShippingMethod.php:203 689 msgid "Tariff" 690 msgstr "" 691 692 #: src/CdekShippingMethod.php:199 693 msgid "If you have information about the dimensions and correctly filled in shipping addresses, the CDEK invoice will be created automatically" 694 msgstr "" 695 696 #: src/CdekShippingMethod.php:197 697 msgid "Automatically create orders in CDEK" 698 msgstr "" 699 700 #: src/CdekShippingMethod.php:192 701 msgid "Delivery" 702 msgstr "" 703 704 #: src/CdekShippingMethod.php:187 src/Fieldsets/InternationalOrderFields.php:61 705 msgid "Birthday" 706 msgstr "" 707 708 #: src/CdekShippingMethod.php:179 src/Fieldsets/InternationalOrderFields.php:51 709 msgid "TIN" 710 msgstr "" 711 712 #: src/CdekShippingMethod.php:175 src/Fieldsets/InternationalOrderFields.php:45 713 msgid "Passport organization" 714 msgstr "" 715 716 #: src/CdekShippingMethod.php:170 src/Fieldsets/InternationalOrderFields.php:39 717 msgid "Passport date of issue" 718 msgstr "" 719 720 #: src/CdekShippingMethod.php:163 src/Fieldsets/InternationalOrderFields.php:29 721 msgid "Passport number" 722 msgstr "" 723 724 #: src/CdekShippingMethod.php:159 src/Fieldsets/InternationalOrderFields.php:20 725 msgid "Passport Series" 726 msgstr "" 727 728 #: src/CdekShippingMethod.php:156 729 msgid "Shipping company address for international orders" 730 msgstr "" 731 732 #: src/CdekShippingMethod.php:153 733 msgid "Shipper`s address" 734 msgstr "" 735 736 #: src/CdekShippingMethod.php:150 737 msgid "Shipper`s company name for international orders" 738 msgstr "" 739 740 #: src/CdekShippingMethod.php:147 741 msgid "Shipper" 742 msgstr "" 743 744 #: src/CdekShippingMethod.php:143 745 msgid "Address of the actual seller. Used when printing invoices to display the address of the present seller of the product or trade name. For international orders" 746 msgstr "" 747 748 #: src/CdekShippingMethod.php:140 749 msgid "True seller address" 750 msgstr "" 751 752 #: src/CdekShippingMethod.php:135 753 msgid "When the international orders mode is enabled, additional fields will appear on the checkout page: passport series, passport number, date of issue, department, TIN, date of birth." 754 msgstr "" 755 756 #: src/CdekShippingMethod.php:132 757 msgid "Enable international order mode" 758 msgstr "" 759 760 #: src/CdekShippingMethod.php:128 761 msgid "International orders" 762 msgstr "" 763 764 #: src/CdekShippingMethod.php:120 765 msgid "Company email address" 766 msgstr "" 767 768 #: src/CdekShippingMethod.php:113 templates/admin/call_courier_form.php:51 769 msgid "Must be transmitted in international format: country code (for Russia +7) and the number itself (10 or more digits)" 770 msgstr "" 771 772 #: src/CdekShippingMethod.php:110 src/Fieldsets/GeneralOrderFields.php:37 179 773 #: templates/admin/call_courier_form.php:49 180 774 msgid "Phone" 181 775 msgstr "" 182 776 183 #: src/Fieldsets/GeneralOrderFields.php:46 184 msgid "Town / City" 185 msgstr "" 186 187 #: src/Fieldsets/GeneralOrderFields.php:53 188 msgid "First name" 189 msgstr "" 190 191 #: src/Actions/GenerateBarcodeAction.php:36 192 #: src/Actions/GenerateBarcodeAction.php:64 193 msgid "Failed to create waybill.\nTry re-creating the order.\nYou may need to cancel existing one (if that button exists)" 777 #: src/CdekShippingMethod.php:96 778 msgid "Company name" 779 msgstr "" 780 781 #: src/CdekShippingMethod.php:91 782 msgid "Client" 783 msgstr "" 784 785 #: src/CdekShippingMethod.php:84 786 msgid "Yandex API access key. The generation process is described on <a>the page</a>" 787 msgstr "" 788 789 #: src/CdekShippingMethod.php:81 790 msgid "Yandex map key" 791 msgstr "" 792 793 #: src/CdekShippingMethod.php:73 794 msgid "The secret key" 795 msgstr "" 796 797 #: src/CdekShippingMethod.php:66 798 msgid "Identifier" 799 msgstr "" 800 801 #: src/CdekShippingMethod.php:63 802 msgid "When enabled, the test API is used" 803 msgstr "" 804 805 #: src/CdekShippingMethod.php:59 806 msgid "Test mode" 807 msgstr "" 808 809 #: src/CdekShippingMethod.php:54 810 msgid "Authorization" 811 msgstr "" 812 813 #: src/CdekShippingMethod.php:46 src/CdekShippingMethod.php:356 814 msgid "Rules for displaying the delivery amount" 815 msgstr "" 816 817 #: src/CdekShippingMethod.php:42 818 msgid "Use delivery amount display rules for a zone" 819 msgstr "" 820 821 #: src/CdekShippingMethod.php:19 src/CdekShippingMethod.php:32 822 msgid "CDEK Shipping" 823 msgstr "" 824 825 #: src/CdekShippingMethod.php:20 826 msgid "Official Shipping Method for Cdek" 827 msgstr "" 828 829 #: src/CdekApi.php:261 830 msgid "In this locality, delivery is available only for \"door-to-door\" tariffs. Select another locality to gain access to \"from warehouse\" tariffs." 831 msgstr "" 832 833 #. translators: %s tariff codes 834 #: src/Actions/RecalculateShippingAction.php:67 835 msgid "The selected CDEK tariff is not available with the specified parameters. Available tariffs with codes: %s" 836 msgstr "" 837 838 #: src/Actions/GenerateWaybillAction.php:84 839 msgid "" 840 "A request for a waybill was sent, but no response was received.\n" 841 "Wait for 1 hour before trying again" 842 msgstr "" 843 844 #: src/Actions/GenerateWaybillAction.php:75 845 msgid "" 846 "Failed to create waybill.\n" 847 "Try again" 848 msgstr "" 849 850 #: src/Actions/GenerateWaybillAction.php:33 851 msgid "" 852 "Failed to create waybill.\n" 853 "To solve the problem, try re-creating the order.\n" 854 "You may need to cancel existing one (if that button exists)" 855 msgstr "" 856 857 #: src/Actions/GenerateBarcodeAction.php:93 858 msgid "" 859 "A request for a barcode was sent, but no response was received.\n" 860 "Wait for 1 hour before trying again" 194 861 msgstr "" 195 862 196 863 #: src/Actions/GenerateBarcodeAction.php:84 197 msgid "Failed to create barcode.\nTry again" 198 msgstr "" 199 200 #: src/Actions/GenerateBarcodeAction.php:93 201 msgid "A request for a barcode was sent, but no response was received.\nWait for 1 hour before trying again" 202 msgstr "" 203 204 #: src/Actions/GenerateWaybillAction.php:33 864 msgid "" 865 "Failed to create barcode.\n" 866 "Try again" 867 msgstr "" 868 205 869 #: src/Actions/GenerateWaybillAction.php:54 206 msgid "Failed to create waybill.\nTry re-creating the order.\nYou may need to cancel existing one (if that button exists)"207 msgstr ""208 209 #: src/Actions/GenerateWaybillAction.php:75210 msgid "Failed to create waybill.\nTry again"211 msgstr ""212 213 #: src/Actions/GenerateWaybillAction.php:85214 msgid "A request for a waybill was sent, but no response was received.\nWait for 1 hour before trying again"215 msgstr ""216 217 #: src/Actions/RecalculateShippingAction.php:81218 msgid "The selected CDEK tariff is not available with the specified parameters. Available tariffs with codes: "219 msgstr ""220 221 #: src/CdekApi.php:81222 870 msgid "" 223 "In this locality, delivery is available only for \"door-to-door\" tariffs. Select another locality to gain access to \"from warehouse\" " 224 "tariffs." 225 msgstr "" 226 227 #: src/CdekShippingMethod.php:41 228 msgid "Use delivery amount display rules for a zone" 229 msgstr "" 230 231 #: src/CdekShippingMethod.php:45 232 #: src/CdekShippingMethod.php:350 233 msgid "Rules for displaying the delivery amount" 234 msgstr "" 235 236 #: src/CdekShippingMethod.php:53 237 msgid "Authorization" 238 msgstr "" 239 240 #: src/CdekShippingMethod.php:53 241 msgid "Test mode" 242 msgstr "" 243 244 #: src/CdekShippingMethod.php:64 245 msgid "When enabled, the test API is used" 246 msgstr "" 247 248 #: src/CdekShippingMethod.php:67 249 msgid "Identifier" 250 msgstr "" 251 252 #: src/CdekShippingMethod.php:74 253 msgid "The secret key" 254 msgstr "" 255 256 #: src/CdekShippingMethod.php:82 257 msgid "Yandex map key" 258 msgstr "" 259 260 #: src/CdekShippingMethod.php:83 261 msgid "Yandex API access key. The generation process is described on " 262 msgstr "" 263 264 #: src/CdekShippingMethod.php:85 265 msgid "the page" 266 msgstr "" 267 268 #: src/CdekShippingMethod.php:92 269 msgid "Client" 270 msgstr "" 271 272 #: src/CdekShippingMethod.php:97 273 msgid "Company name" 274 msgstr "" 275 276 #: src/CdekShippingMethod.php:104 277 #: templates/admin/call_courier_form.php:48 278 msgid "Full name" 279 msgstr "" 280 281 #: src/CdekShippingMethod.php:114 282 msgid "Must be transmitted in international format: country code (for Russia +7) and the number itself (10 or more digits)" 283 msgstr "" 284 285 #: src/CdekShippingMethod.php:120 286 msgid "Company email address" 287 msgstr "" 288 289 #: src/CdekShippingMethod.php:120 290 msgid "International orders" 291 msgstr "" 292 293 #: src/CdekShippingMethod.php:132 294 msgid "Enable international order mode" 295 msgstr "" 296 297 #: src/CdekShippingMethod.php:135 298 msgid "" 299 "When the international orders mode is enabled, additional fields will appear on the checkout page:\n" 300 "\r passport series, passport number, date of issue, department, TIN, date of birth." 301 msgstr "" 302 303 #: src/CdekShippingMethod.php:140 src/CdekShippingMethod.php:147 304 msgid "True seller address" 305 msgstr "" 306 307 #: src/CdekShippingMethod.php:143 308 msgid "" 309 "Address of the actual seller. Used when printing invoices to display the address of the present\n" 310 "\r seller of the product or trade name. For international orders" 311 msgstr "" 312 313 #: src/CdekShippingMethod.php:145 314 msgid "Shipper" 315 msgstr "" 316 317 #: src/CdekShippingMethod.php:150 318 msgid "Shipper`s company name for international orders" 319 msgstr "" 320 321 #: src/CdekShippingMethod.php:153 322 msgid "Shipper`s address" 323 msgstr "" 324 325 #: src/CdekShippingMethod.php:156 326 msgid "Shipping company address for international orders" 327 msgstr "" 328 329 #: src/CdekShippingMethod.php:190 330 msgid "Delivery" 331 msgstr "" 332 333 #: src/CdekShippingMethod.php:195 334 msgid "Automatically create orders in CDEK" 335 msgstr "" 336 337 #: src/CdekShippingMethod.php:197 338 msgid "If you have information about the dimensions and correctly filled in shipping addresses, the CDEK invoice will be created automatically" 339 msgstr "" 340 341 #: src/CdekShippingMethod.php:200 342 msgid "Tariff" 343 msgstr "" 344 345 #: src/CdekShippingMethod.php:204 346 msgid "To select multiple tariffs, hold down the \"CTRL\" key and select tariffs with the left mouse button." 347 msgstr "" 348 349 #: src/CdekShippingMethod.php:208 350 msgid "Change tariff name" 351 msgstr "" 352 353 #: src/CdekShippingMethod.php:210 354 msgid "" 355 "In the list of tariffs in the field \"Tariffs\" the tariff code is indicated in brackets.\n" 356 "\r To change the name of the tariff, an entry in the code-name format is added to the field; for multiple changes,\n" 357 "\r tariffs are separated by a semicolon, for example, an entry that will change the name of tariff 136 and 137 looks like this:" 358 msgstr "" 359 360 #: src/CdekShippingMethod.php:211 361 msgid "136-Delivery to pick-up point; 137-Delivery by courier" 362 msgstr "" 363 364 #: src/CdekShippingMethod.php:212 365 msgid "If the value is not specified, the tariff names will be standard." 366 msgstr "" 367 368 #: src/CdekShippingMethod.php:215 369 msgid "Multi-seater" 370 msgstr "" 371 372 #: src/CdekShippingMethod.php:218 373 msgid "" 374 "When the 'Multi-seat' mode is enabled, the detailed order page will display\n" 375 "\r the ability to create several packages for one order and distribute goods among the created packages" 376 msgstr "" 377 378 #: src/CdekShippingMethod.php:222 379 msgid "Add days for delivery" 380 msgstr "" 381 382 #: src/CdekShippingMethod.php:225 383 msgid "Number of days will be added to the estimated delivery time" 384 msgstr "" 385 386 #: src/CdekShippingMethod.php:233 387 msgid "Close the map after selecting pick-up" 388 msgstr "" 389 390 #: src/CdekShippingMethod.php:236 391 msgid "If this setting is enabled, then after selecting a pick-up point on the checkout page, the card will automatically close." 392 msgstr "" 393 394 #: src/CdekShippingMethod.php:241 395 msgid "Select addresses to send on the map" 396 msgstr "" 397 398 #: src/CdekShippingMethod.php:253 399 msgid "Dimensions" 400 msgstr "" 401 402 #: src/CdekShippingMethod.php:258 403 msgid "Default weight of one item in" 404 msgstr "" 405 406 #: src/CdekShippingMethod.php:262 407 msgid "All goods must have their weight indicated, if there are goods without %s a specified weight, then for such goods the value from this field will be substituted. %s This will affect the accuracy of the delivery calculation. The default value is 1 weight unit specified in the settings." 408 msgstr "" 409 410 #: src/CdekShippingMethod.php:275 411 msgid "Item length" 412 msgstr "" 413 414 #: src/CdekShippingMethod.php:276 415 msgid "Default product length in cm" 416 msgstr "" 417 418 #: src/CdekShippingMethod.php:286 419 msgid "Item width" 420 msgstr "" 421 422 #: src/CdekShippingMethod.php:287 423 msgid "Default product width in cm" 424 msgstr "" 425 426 #: src/CdekShippingMethod.php:297 427 msgid "Item height" 428 msgstr "" 429 430 #: src/CdekShippingMethod.php:298 431 msgid "Default product height in cm" 432 msgstr "" 433 434 #: src/CdekShippingMethod.php:308 435 msgid "Product dimensions on/off" 436 msgstr "" 437 438 #: src/CdekShippingMethod.php:309 439 msgid "Force the use of product dimensions (length, width and height) by default for all products" 440 msgstr "" 441 442 #: src/CdekShippingMethod.php:315 443 msgid "Services" 444 msgstr "" 445 446 #: src/CdekShippingMethod.php:320 447 msgid "Prohibition of inspection of attachment" 448 msgstr "" 449 450 #: src/CdekShippingMethod.php:321 451 msgid "This service is not available for tariffs to the parcel locker and is only available to clients with an IM type agreement.\n" 452 "\r Also, the prohibition on inspecting the attachment does not work when the services of fitting at home and partial delivery are included." 453 msgstr "" 454 455 #: src/CdekShippingMethod.php:326 456 msgid "Trying on" 457 msgstr "" 458 459 #: src/CdekShippingMethod.php:332 460 msgid "Partial delivery" 461 msgstr "" 462 463 #: src/CdekShippingMethod.php:338 464 msgid "Delivery cost" 465 msgstr "" 466 467 #: src/CdekShippingMethod.php:343 468 msgid "Insurance" 469 msgstr "" 470 471 #: src/CdekShippingMethod.php:344 472 msgid "Add insurance quote to shipping cost" 473 msgstr "" 474 475 #: src/CdekShippingMethod.php:347 476 msgid "Calculated based on the amount of goods in the order" 477 msgstr "" 478 479 #: src/CdekShippingMethod.php:355 480 msgid "Cash on delivery settings" 481 msgstr "" 482 483 #: src/CdekShippingMethod.php:357 484 msgid "Cash on delivery settings are applied only when sending an order from the admin\n" 485 "\r panels and for the user on the checkout page are not displayed" 486 msgstr "" 487 488 #: src/CdekShippingMethod.php:343 489 msgid "Extra charge on order as a percentage" 490 msgstr "" 491 492 #: src/CdekShippingMethod.php:360 493 msgid "Calculated from the cost of the order.\n" 494 "\r Changes the total amount on the receipt." 495 "%s The surcharge will only appear on the receipt." 496 "%s Therefore, it is recommended to inform the user on the checkout page\n" 497 "\r about extra charges when sending by cash on delivery." 498 msgstr "" 499 500 #: src/CdekShippingMethod.php:343 501 msgid "The surcharge will only appear on the receipt." 502 msgstr "" 503 504 #: src/CdekShippingMethod.php:343 505 msgid "Therefore, it is recommended to inform the user on the checkout page\n" 506 "\r about extra charges when sending by cash on delivery." 507 msgstr "" 508 509 #: src/CdekShippingMethod.php:343 510 msgid "Print settings" 511 msgstr "" 512 513 #: src/CdekShippingMethod.php:343 514 msgid "Barcode format" 515 msgstr "" 516 517 #: src/Controllers/CourierController.php:56 518 #: src/Controllers/CourierController.php:70 519 #: src/Controllers/OrderController.php:70 520 #: src/Controllers/OrderController.php:107 521 msgid "Order number" 522 msgstr "" 523 524 #: src/Controllers/OrderController.php:44 525 msgid "Packages" 526 msgstr "" 527 528 #: src/Controllers/OrderController.php:59 529 msgid "Packing length" 530 msgstr "" 531 532 #: src/Controllers/OrderController.php:64 533 msgid "Packing width" 534 msgstr "" 535 536 #: src/Controllers/OrderController.php:69 537 msgid "Packing height" 538 msgstr "" 539 540 #: src/Controllers/OrderController.php:74 541 msgid "Products in packaging" 542 msgstr "" 543 544 #: src/Controllers/OrderController.php:82 545 msgid "Product ID" 546 msgstr "" 547 548 #: src/Controllers/OrderController.php:87 549 msgid "Quantity of goods in packaging" 550 msgstr "" 551 552 #: src/UI/MetaBoxes.php:83 553 #: src/UI/MetaBoxes.php:100 554 msgid "Shipping address not specified" 555 msgstr "" 556 557 #: src/UI/MetaBoxes.php:88 558 #: src/UI/MetaBoxes.php:105 559 msgid "Select the correct sending address in <a>the settings</a> plugin named %s" 560 msgstr "" 561 562 #: src/UI/MetaBoxes.php:100 563 msgid "Authorization failed" 564 msgstr "" 565 566 #: src/UI/MetaBoxes.php:100 567 msgid "Enter the correct client ID and secret key in <a>the settings</a> plugin named %s" 568 msgstr "" 569 570 #: src/UI/MetaBoxes.php:188 571 msgid "Editing the order is not available due to a change in the order status in the CDEK system" 572 msgstr "" 573 574 #: src/UI/MetaBoxes.php:100 575 msgid "CDEKDelivery: The selected weight unit %s is not supported by this plugin.\n" 576 "\rYou can use the default value for product dimensions.\n" 577 "\rYou can also contact plugin support for more information.\n" 578 "\rOtherwise, the unit of measurement will be automatically treated as grams." 579 msgstr "" 580 581 #: src/UI/AdminShippingFields.php:56 582 #: src/UI/AdminShippingFields.php:67 583 msgid "Not available for order" 584 msgstr "" 585 586 #: src/UI/AdminShippingFields.php:56 587 msgid "Weight: %s" 588 msgstr "" 589 590 #: src/UI/AdminShippingFields.php:56 591 msgid "Length: %s" 592 msgstr "" 593 594 #: src/UI/AdminShippingFields.php:56 595 msgid "Width: %s" 596 msgstr "" 597 598 #: src/UI/AdminShippingFields.php:56 599 msgid "Height: %s" 600 msgstr "" 601 602 #: src/UI/AdminShippingFields.php:56 603 msgid "Selected pickup point: %s" 604 msgstr "" 605 606 #: src/UI/AdminShippingFields.php:56 607 msgid "Tariff code: %s" 608 msgstr "" 609 610 #: src/Validator/ValidateDeleteOrder.php:19 611 msgid "An attempt to delete order number \n\r%s \n\r failed with an error. Error code: \n\r %s" 612 msgstr "" 613 614 #: src/Validator/ValidateDeleteOrder.php:26 615 msgid "An error occurred while deleting the order. Order number \n\r%s \n\r was not deleted." 616 msgstr "" 617 618 #: src/Validator/ValidateGetOrder.php:20 619 msgid "An attempt to delete order number %s failed with an error. Order not found" 620 msgstr "" 621 622 #: src/Validator/ValidateDeleteOrder.php:32 623 msgid "An error occurred while deleting the order. Order number \n\r%s \n\r was not found." 624 msgstr "" 625 626 #: src/Validator/ValidateCourier.php:20 627 msgid "Error. The courier request has not been created. (%s)" 628 msgstr "" 629 630 #: src/Validator/ValidateCourier.php:35 631 msgid "Application deleted" 632 msgstr "" 633 634 #: src/Validator/ValidateCourierFormData.php:22 635 msgid "The courier waiting date has not been selected" 636 msgstr "" 637 638 #: src/Validator/ValidateCourierFormData.php:38 639 msgid "The courier waiting date cannot be earlier than the current date" 640 msgstr "" 641 642 #: src/Validator/ValidateCourierFormData.php:48 643 msgid "The courier waiting date cannot be later than the 31st of the current date" 644 msgstr "" 645 646 #: src/Validator/ValidateCourierFormData.php:58 647 msgid "No courier waiting time selected" 648 msgstr "" 649 650 #: src/Validator/ValidateCourierFormData.php:71 651 msgid "The start of the courier waiting time cannot start later than the end time" 652 msgstr "" 653 654 #: src/Validator/ValidateCourierFormData.php:80 655 msgid "FIO is required" 656 msgstr "" 657 658 #: src/Validator/ValidateCourierFormData.php:91 659 msgid "Phone is required" 660 msgstr "" 661 662 #: src/Validator/ValidateCourierFormData.php:100 663 msgid "Address is required" 664 msgstr "" 665 666 #: src/Validator/ValidateCourierFormData.php:116 667 msgid "Cargo description is required" 668 msgstr "" 669 670 #: src/Validator/ValidateCourierFormData.php:126 671 msgid "Weight is required" 672 msgstr "" 673 674 #: src/Validator/ValidateCourierFormData.php:136 675 msgid "Weight must be a number" 676 msgstr "" 677 678 #: src/Validator/ValidateCourierFormData.php:146 679 msgid "Length is required" 680 msgstr "" 681 682 #: src/Validator/ValidateCourierFormData.php:156 683 msgid "Length must be a number" 684 msgstr "" 685 686 #: src/Validator/ValidateCourierFormData.php:166 687 msgid "Width is required" 688 msgstr "" 689 690 #: src/Validator/ValidateCourierFormData.php:176 691 msgid "Width must be a number" 692 msgstr "" 693 694 #: src/Validator/ValidateCourierFormData.php:186 695 msgid "Height is required" 696 msgstr "" 697 698 #: src/Validator/ValidateCourierFormData.php:196 699 msgid "Height must be a number" 700 msgstr "" 701 702 #: src/Exceptions/PhoneNotValidException.php:15 703 msgid "Incorrect phone number: %1$s" 704 msgstr "" 705 706 #: src/Actions/CreateOrderAction.php:85 871 "Failed to create waybill.\n" 872 "Try re-creating the order.\n" 873 "You may need to cancel existing one (if that button exists)" 874 msgstr "" 875 876 #: src/Actions/DeleteOrderAction.php:50 877 msgid "Order has been deleted." 878 msgstr "" 879 880 #: src/Actions/CreateOrderAction.php:321 881 msgid "inventory attached" 882 msgstr "" 883 884 #. translators: 1: error message 885 #: src/Actions/CreateOrderAction.php:86 707 886 msgid "Cdek shipping error: %1$s" 708 887 msgstr "" 709 888 710 #: templates/admin/order_created.php:22 711 msgid "Order created" 712 msgstr "" 713 714 #: templates/admin/order_created.php:33 715 msgid "Get invoice" 716 msgstr "" 717 718 #: templates/admin/order_created.php:36 719 msgid "Get barcode" 720 msgstr "" 721 722 #: templates/admin/order_created.php:40 723 msgid "Call the courier" 724 msgstr "" 725 726 #: templates/admin/order_created.php:51 727 msgid "Application number" 728 msgstr "" 729 730 #: templates/admin/order_created.php:55 731 msgid "Cancel the application" 732 msgstr "" 733 734 #: templates/admin/order_created.php:72 735 msgid "Cancel the order" 736 msgstr "" 737 738 #: templates/admin/call_courier_form.php:19 739 msgid "Courier waiting date" 740 msgstr "" 741 742 #: templates/admin/call_courier_form.php:25 743 msgid "Courier waiting time" 744 msgstr "" 745 746 #: templates/admin/call_courier_form.php:26 747 msgid "from" 748 msgstr "" 749 750 #: templates/admin/call_courier_form.php:26 751 msgid "to" 752 msgstr "" 753 754 #: templates/admin/call_courier_form.php:55 755 msgid "The city is taken from the plugin settings. In the \"Address\" field, enter only the street, house, apartment" 756 msgstr "" 757 758 #: templates/admin/call_courier_form.php:57 759 msgid "Comment" 760 msgstr "" 761 762 #: templates/admin/call_courier_form.php:60 763 msgid "Description of cargo" 764 msgstr "" 765 766 #: templates/admin/call_courier_form.php:65 767 msgid "For \"From warehouse\" tariffs, you can send several orders at once.\n" 768 "\rTherefore, the dimensions may differ from those indicated when creating the order.\n" 769 "\rFor \"From Door\" tariffs, you can duplicate those that were specified when creating the order" 770 msgstr "" 771 772 #: templates/admin/call_courier_form.php:68 773 msgid "Weight in kg" 774 msgstr "" 775 776 #: templates/admin/call_courier_form.php:69 777 #: templates/admin/form_package.php:20 778 #: templates/admin/form_package_many.php:52 779 msgid "Length in cm" 780 msgstr "" 781 782 #: templates/admin/call_courier_form.php:70 783 #: templates/admin/form_package.php:24 784 #: templates/admin/form_package_many.php:56 785 msgid "Width in cm" 786 msgstr "" 787 788 #: templates/admin/call_courier_form.php:71 789 #: templates/admin/form_package.php:28 790 #: templates/admin/form_package_many.php:60 791 msgid "Height in cm" 792 msgstr "" 793 794 #: templates/admin/call_courier_form.php:76 795 msgid "Call required" 796 msgstr "" 797 798 #: templates/admin/call_courier_form.php:80 799 msgid "Send" 800 msgstr "" 801 802 #: templates/admin/form_package.php:17 803 msgid "Packaging dimensions" 804 msgstr "" 805 806 #: templates/admin/form_package.php:17 807 msgid "Send an order to CDEK" 808 msgstr "" 809 810 #: templates/admin/form_package_many.php:21 811 msgid "Select product" 812 msgstr "" 813 814 #: templates/admin/form_package_many.php:72 815 msgid "Save" 816 msgstr "" 817 818 #: templates/admin/form_package_many.php:72 819 msgid "Create\r" 820 "\n an order" 821 msgstr "" 822 823 #: templates/admin/status_list.php:8 824 msgid "No order statuses found. Try reloading the page later" 825 msgstr "" 826 827 #: templates/admin/status_list.php:12 828 msgid "Order statuses" 829 msgstr "" 889 #: src/Actions/CallCourier.php:216 890 msgid "Request has been deleted." 891 msgstr "" 892 893 #. translators: %s: request number 894 #: src/Actions/CallCourier.php:210 895 msgid "Deleting a request to call a courier: %s" 896 msgstr "" 897 898 #. translators: 1: number of request 2: uuid of request 899 #: src/Actions/CallCourier.php:102 900 msgid "Request has been created to call a courier: Number: %1$s | Uuid: %2$s" 901 msgstr "" 902 903 #. translators: %s: uuid of request 904 #: src/Actions/CallCourier.php:87 905 msgid "Request has been created, but an error occurred while obtaining the request number. Request uuid: %s" 906 msgstr "" 907 908 #: src/Actions/CallCourier.php:62 909 msgid "An error occurred while creating request. Request to call a courier for this invoice already exists" 910 msgstr "" 911 912 #. Author URI of the plugin 913 #: cdek.php 914 msgid "https://cdek.ru" 915 msgstr "" 916 917 #. Author of the plugin 918 #: cdek.php 919 msgid "CDEKIT" 920 msgstr "" 921 922 #. Plugin URI of the plugin 923 #: cdek.php 924 msgid "https://www.cdek.ru/ru/integration/modules/33" 925 msgstr "" 926 927 #. Plugin Name of the plugin 928 #: cdek.php 929 msgid "CDEKDelivery" 930 msgstr "" -
cdekdelivery/trunk/readme.txt
r3093807 r3097815 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.5 7 Stable tag: 3.20. 07 Stable tag: 3.20.1 8 8 License: GPLv3 9 9 -
cdekdelivery/trunk/src/Actions/CreateOrderAction.php
r3093807 r3097815 54 54 $orderData = $this->api->createOrder($param); 55 55 56 sleep( 1);56 sleep(5); 57 57 58 58 $cdekNumber = $this->getCdekOrderNumber($orderData['entity']['uuid']); -
cdekdelivery/trunk/vendor/composer/autoload_classmap.php
r3090867 r3097815 67 67 'Cdek\\Validator\\ValidateGetOrder' => $baseDir . '/src/Validator/ValidateGetOrder.php', 68 68 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', 69 'Composer\\Installers\\AglInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AglInstaller.php',70 'Composer\\Installers\\AkauntingInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AkauntingInstaller.php',71 'Composer\\Installers\\AnnotateCmsInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php',72 'Composer\\Installers\\AsgardInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AsgardInstaller.php',73 'Composer\\Installers\\AttogramInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AttogramInstaller.php',74 'Composer\\Installers\\BaseInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/BaseInstaller.php',75 'Composer\\Installers\\BitrixInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/BitrixInstaller.php',76 'Composer\\Installers\\BonefishInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/BonefishInstaller.php',77 'Composer\\Installers\\CakePHPInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/CakePHPInstaller.php',78 'Composer\\Installers\\ChefInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ChefInstaller.php',79 'Composer\\Installers\\CiviCrmInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/CiviCrmInstaller.php',80 'Composer\\Installers\\ClanCatsFrameworkInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php',81 'Composer\\Installers\\CockpitInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/CockpitInstaller.php',82 'Composer\\Installers\\CodeIgniterInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php',83 'Composer\\Installers\\Concrete5Installer' => $vendorDir . '/composer/installers/src/Composer/Installers/Concrete5Installer.php',84 'Composer\\Installers\\CroogoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/CroogoInstaller.php',85 'Composer\\Installers\\DecibelInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/DecibelInstaller.php',86 'Composer\\Installers\\DframeInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/DframeInstaller.php',87 'Composer\\Installers\\DokuWikiInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/DokuWikiInstaller.php',88 'Composer\\Installers\\DolibarrInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/DolibarrInstaller.php',89 'Composer\\Installers\\DrupalInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/DrupalInstaller.php',90 'Composer\\Installers\\ElggInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ElggInstaller.php',91 'Composer\\Installers\\EliasisInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/EliasisInstaller.php',92 'Composer\\Installers\\ExpressionEngineInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php',93 'Composer\\Installers\\EzPlatformInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/EzPlatformInstaller.php',94 'Composer\\Installers\\FuelInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/FuelInstaller.php',95 'Composer\\Installers\\FuelphpInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/FuelphpInstaller.php',96 'Composer\\Installers\\GravInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/GravInstaller.php',97 'Composer\\Installers\\HuradInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/HuradInstaller.php',98 'Composer\\Installers\\ImageCMSInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ImageCMSInstaller.php',99 'Composer\\Installers\\Installer' => $vendorDir . '/composer/installers/src/Composer/Installers/Installer.php',100 'Composer\\Installers\\ItopInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ItopInstaller.php',101 'Composer\\Installers\\KanboardInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/KanboardInstaller.php',102 'Composer\\Installers\\KnownInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/KnownInstaller.php',103 'Composer\\Installers\\KodiCMSInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/KodiCMSInstaller.php',104 'Composer\\Installers\\KohanaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/KohanaInstaller.php',105 'Composer\\Installers\\LanManagementSystemInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php',106 'Composer\\Installers\\LaravelInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/LaravelInstaller.php',107 'Composer\\Installers\\LavaLiteInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/LavaLiteInstaller.php',108 'Composer\\Installers\\LithiumInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/LithiumInstaller.php',109 'Composer\\Installers\\MODULEWorkInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php',110 'Composer\\Installers\\MODXEvoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MODXEvoInstaller.php',111 'Composer\\Installers\\MagentoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MagentoInstaller.php',112 'Composer\\Installers\\MajimaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MajimaInstaller.php',113 'Composer\\Installers\\MakoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MakoInstaller.php',114 'Composer\\Installers\\MantisBTInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MantisBTInstaller.php',115 'Composer\\Installers\\MatomoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MatomoInstaller.php',116 'Composer\\Installers\\MauticInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MauticInstaller.php',117 'Composer\\Installers\\MayaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MayaInstaller.php',118 'Composer\\Installers\\MediaWikiInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MediaWikiInstaller.php',119 'Composer\\Installers\\MiaoxingInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MiaoxingInstaller.php',120 'Composer\\Installers\\MicroweberInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MicroweberInstaller.php',121 'Composer\\Installers\\ModxInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ModxInstaller.php',122 'Composer\\Installers\\MoodleInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MoodleInstaller.php',123 'Composer\\Installers\\OctoberInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/OctoberInstaller.php',124 'Composer\\Installers\\OntoWikiInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/OntoWikiInstaller.php',125 'Composer\\Installers\\OsclassInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/OsclassInstaller.php',126 'Composer\\Installers\\OxidInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/OxidInstaller.php',127 'Composer\\Installers\\PPIInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PPIInstaller.php',128 'Composer\\Installers\\PantheonInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PantheonInstaller.php',129 'Composer\\Installers\\PhiftyInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PhiftyInstaller.php',130 'Composer\\Installers\\PhpBBInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PhpBBInstaller.php',131 'Composer\\Installers\\PiwikInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PiwikInstaller.php',132 'Composer\\Installers\\PlentymarketsInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php',133 'Composer\\Installers\\Plugin' => $vendorDir . '/composer/installers/src/Composer/Installers/Plugin.php',134 'Composer\\Installers\\PortoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PortoInstaller.php',135 'Composer\\Installers\\PrestashopInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PrestashopInstaller.php',136 'Composer\\Installers\\ProcessWireInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ProcessWireInstaller.php',137 'Composer\\Installers\\PuppetInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PuppetInstaller.php',138 'Composer\\Installers\\PxcmsInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PxcmsInstaller.php',139 'Composer\\Installers\\RadPHPInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/RadPHPInstaller.php',140 'Composer\\Installers\\ReIndexInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ReIndexInstaller.php',141 'Composer\\Installers\\Redaxo5Installer' => $vendorDir . '/composer/installers/src/Composer/Installers/Redaxo5Installer.php',142 'Composer\\Installers\\RedaxoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/RedaxoInstaller.php',143 'Composer\\Installers\\RoundcubeInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/RoundcubeInstaller.php',144 'Composer\\Installers\\SMFInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/SMFInstaller.php',145 'Composer\\Installers\\ShopwareInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ShopwareInstaller.php',146 'Composer\\Installers\\SilverStripeInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/SilverStripeInstaller.php',147 'Composer\\Installers\\SiteDirectInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/SiteDirectInstaller.php',148 'Composer\\Installers\\StarbugInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/StarbugInstaller.php',149 'Composer\\Installers\\SyDESInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/SyDESInstaller.php',150 'Composer\\Installers\\SyliusInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/SyliusInstaller.php',151 'Composer\\Installers\\TaoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TaoInstaller.php',152 'Composer\\Installers\\TastyIgniterInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php',153 'Composer\\Installers\\TheliaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TheliaInstaller.php',154 'Composer\\Installers\\TuskInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TuskInstaller.php',155 'Composer\\Installers\\UserFrostingInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/UserFrostingInstaller.php',156 'Composer\\Installers\\VanillaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/VanillaInstaller.php',157 'Composer\\Installers\\VgmcpInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/VgmcpInstaller.php',158 'Composer\\Installers\\WHMCSInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/WHMCSInstaller.php',159 'Composer\\Installers\\WinterInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/WinterInstaller.php',160 'Composer\\Installers\\WolfCMSInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/WolfCMSInstaller.php',161 'Composer\\Installers\\WordPressInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/WordPressInstaller.php',162 'Composer\\Installers\\YawikInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/YawikInstaller.php',163 'Composer\\Installers\\ZendInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ZendInstaller.php',164 'Composer\\Installers\\ZikulaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ZikulaInstaller.php',165 69 'Giggsey\\Locale\\Locale' => $vendorDir . '/giggsey/locale/src/Locale.php', 166 70 'Symfony\\Polyfill\\Mbstring\\Mbstring' => $vendorDir . '/symfony/polyfill-mbstring/Mbstring.php', -
cdekdelivery/trunk/vendor/composer/autoload_psr4.php
r3090867 r3097815 10 10 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'), 11 11 'Giggsey\\Locale\\' => array($vendorDir . '/giggsey/locale/src'), 12 'Composer\\Installers\\' => array($vendorDir . '/composer/installers/src/Composer/Installers'),13 12 'Cdek\\' => array($baseDir . '/src'), 14 13 ); -
cdekdelivery/trunk/vendor/composer/autoload_static.php
r3093807 r3097815 43 43 array ( 44 44 0 => __DIR__ . '/..' . '/giggsey/locale/src', 45 ),46 'Composer\\Installers\\' =>47 array (48 0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers',49 45 ), 50 46 'Cdek\\' => … … 114 110 'Cdek\\Validator\\ValidateDeleteOrder' => __DIR__ . '/../..' . '/src/Validator/ValidateDeleteOrder.php', 115 111 'Cdek\\Validator\\ValidateGetOrder' => __DIR__ . '/../..' . '/src/Validator/ValidateGetOrder.php', 116 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',117 'Composer\\Installers\\AglInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/AglInstaller.php',118 'Composer\\Installers\\AkauntingInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/AkauntingInstaller.php',119 'Composer\\Installers\\AnnotateCmsInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php',120 'Composer\\Installers\\AsgardInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/AsgardInstaller.php',121 'Composer\\Installers\\AttogramInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/AttogramInstaller.php',122 'Composer\\Installers\\BaseInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/BaseInstaller.php',123 'Composer\\Installers\\BitrixInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/BitrixInstaller.php',124 'Composer\\Installers\\BonefishInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/BonefishInstaller.php',125 'Composer\\Installers\\CakePHPInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/CakePHPInstaller.php',126 'Composer\\Installers\\ChefInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ChefInstaller.php',127 'Composer\\Installers\\CiviCrmInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/CiviCrmInstaller.php',128 'Composer\\Installers\\ClanCatsFrameworkInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php',129 'Composer\\Installers\\CockpitInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/CockpitInstaller.php',130 'Composer\\Installers\\CodeIgniterInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php',131 'Composer\\Installers\\Concrete5Installer' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/Concrete5Installer.php',132 'Composer\\Installers\\CroogoInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/CroogoInstaller.php',133 'Composer\\Installers\\DecibelInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/DecibelInstaller.php',134 'Composer\\Installers\\DframeInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/DframeInstaller.php',135 'Composer\\Installers\\DokuWikiInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/DokuWikiInstaller.php',136 'Composer\\Installers\\DolibarrInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/DolibarrInstaller.php',137 'Composer\\Installers\\DrupalInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/DrupalInstaller.php',138 'Composer\\Installers\\ElggInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ElggInstaller.php',139 'Composer\\Installers\\EliasisInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/EliasisInstaller.php',140 'Composer\\Installers\\ExpressionEngineInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php',141 'Composer\\Installers\\EzPlatformInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/EzPlatformInstaller.php',142 'Composer\\Installers\\FuelInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/FuelInstaller.php',143 'Composer\\Installers\\FuelphpInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/FuelphpInstaller.php',144 'Composer\\Installers\\GravInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/GravInstaller.php',145 'Composer\\Installers\\HuradInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/HuradInstaller.php',146 'Composer\\Installers\\ImageCMSInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ImageCMSInstaller.php',147 'Composer\\Installers\\Installer' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/Installer.php',148 'Composer\\Installers\\ItopInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ItopInstaller.php',149 'Composer\\Installers\\KanboardInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/KanboardInstaller.php',150 'Composer\\Installers\\KnownInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/KnownInstaller.php',151 'Composer\\Installers\\KodiCMSInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/KodiCMSInstaller.php',152 'Composer\\Installers\\KohanaInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/KohanaInstaller.php',153 'Composer\\Installers\\LanManagementSystemInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php',154 'Composer\\Installers\\LaravelInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/LaravelInstaller.php',155 'Composer\\Installers\\LavaLiteInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/LavaLiteInstaller.php',156 'Composer\\Installers\\LithiumInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/LithiumInstaller.php',157 'Composer\\Installers\\MODULEWorkInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php',158 'Composer\\Installers\\MODXEvoInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MODXEvoInstaller.php',159 'Composer\\Installers\\MagentoInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MagentoInstaller.php',160 'Composer\\Installers\\MajimaInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MajimaInstaller.php',161 'Composer\\Installers\\MakoInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MakoInstaller.php',162 'Composer\\Installers\\MantisBTInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MantisBTInstaller.php',163 'Composer\\Installers\\MatomoInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MatomoInstaller.php',164 'Composer\\Installers\\MauticInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MauticInstaller.php',165 'Composer\\Installers\\MayaInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MayaInstaller.php',166 'Composer\\Installers\\MediaWikiInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MediaWikiInstaller.php',167 'Composer\\Installers\\MiaoxingInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MiaoxingInstaller.php',168 'Composer\\Installers\\MicroweberInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MicroweberInstaller.php',169 'Composer\\Installers\\ModxInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ModxInstaller.php',170 'Composer\\Installers\\MoodleInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MoodleInstaller.php',171 'Composer\\Installers\\OctoberInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/OctoberInstaller.php',172 'Composer\\Installers\\OntoWikiInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/OntoWikiInstaller.php',173 'Composer\\Installers\\OsclassInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/OsclassInstaller.php',174 'Composer\\Installers\\OxidInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/OxidInstaller.php',175 'Composer\\Installers\\PPIInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/PPIInstaller.php',176 'Composer\\Installers\\PantheonInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/PantheonInstaller.php',177 'Composer\\Installers\\PhiftyInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/PhiftyInstaller.php',178 'Composer\\Installers\\PhpBBInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/PhpBBInstaller.php',179 'Composer\\Installers\\PiwikInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/PiwikInstaller.php',180 'Composer\\Installers\\PlentymarketsInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php',181 'Composer\\Installers\\Plugin' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/Plugin.php',182 'Composer\\Installers\\PortoInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/PortoInstaller.php',183 'Composer\\Installers\\PrestashopInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/PrestashopInstaller.php',184 'Composer\\Installers\\ProcessWireInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ProcessWireInstaller.php',185 'Composer\\Installers\\PuppetInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/PuppetInstaller.php',186 'Composer\\Installers\\PxcmsInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/PxcmsInstaller.php',187 'Composer\\Installers\\RadPHPInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/RadPHPInstaller.php',188 'Composer\\Installers\\ReIndexInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ReIndexInstaller.php',189 'Composer\\Installers\\Redaxo5Installer' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/Redaxo5Installer.php',190 'Composer\\Installers\\RedaxoInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/RedaxoInstaller.php',191 'Composer\\Installers\\RoundcubeInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/RoundcubeInstaller.php',192 'Composer\\Installers\\SMFInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/SMFInstaller.php',193 'Composer\\Installers\\ShopwareInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ShopwareInstaller.php',194 'Composer\\Installers\\SilverStripeInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/SilverStripeInstaller.php',195 'Composer\\Installers\\SiteDirectInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/SiteDirectInstaller.php',196 'Composer\\Installers\\StarbugInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/StarbugInstaller.php',197 'Composer\\Installers\\SyDESInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/SyDESInstaller.php',198 'Composer\\Installers\\SyliusInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/SyliusInstaller.php',199 'Composer\\Installers\\TaoInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/TaoInstaller.php',200 'Composer\\Installers\\TastyIgniterInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php',201 'Composer\\Installers\\TheliaInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/TheliaInstaller.php',202 'Composer\\Installers\\TuskInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/TuskInstaller.php',203 'Composer\\Installers\\UserFrostingInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/UserFrostingInstaller.php',204 'Composer\\Installers\\VanillaInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/VanillaInstaller.php',205 'Composer\\Installers\\VgmcpInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/VgmcpInstaller.php',206 'Composer\\Installers\\WHMCSInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/WHMCSInstaller.php',207 'Composer\\Installers\\WinterInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/WinterInstaller.php',208 'Composer\\Installers\\WolfCMSInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/WolfCMSInstaller.php',209 'Composer\\Installers\\WordPressInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/WordPressInstaller.php',210 'Composer\\Installers\\YawikInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/YawikInstaller.php',211 'Composer\\Installers\\ZendInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ZendInstaller.php',212 'Composer\\Installers\\ZikulaInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ZikulaInstaller.php',213 112 'Giggsey\\Locale\\Locale' => __DIR__ . '/..' . '/giggsey/locale/src/Locale.php', 214 113 'Symfony\\Polyfill\\Mbstring\\Mbstring' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/Mbstring.php', -
cdekdelivery/trunk/vendor/composer/installed.json
r3093807 r3097815 1 1 { 2 2 "packages": [ 3 {4 "name": "composer/installers",5 "version": "v2.2.0",6 "version_normalized": "2.2.0.0",7 "dist": {8 "type": "zip",9 "url": "https://repo.cdek.ru/repository/cdek-php/composer/installers/v2.2.0/composer-installers-v2.2.0.zip",10 "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35",11 "shasum": ""12 },13 "require": {14 "composer-plugin-api": "^1.0 || ^2.0",15 "php": "^7.2 || ^8.0"16 },17 "require-dev": {18 "composer/composer": "1.6.* || ^2.0",19 "composer/semver": "^1 || ^3",20 "phpstan/phpstan": "^0.12.55",21 "phpstan/phpstan-phpunit": "^0.12.16",22 "symfony/phpunit-bridge": "^5.3",23 "symfony/process": "^5"24 },25 "time": "2022-08-20T06:45:11+00:00",26 "type": "composer-plugin",27 "extra": {28 "class": "Composer\\Installers\\Plugin",29 "branch-alias": {30 "dev-main": "2.x-dev"31 },32 "plugin-modifies-install-path": true33 },34 "installation-source": "dist",35 "autoload": {36 "psr-4": {37 "Composer\\Installers\\": "src/Composer/Installers"38 }39 },40 "license": [41 "MIT"42 ],43 "authors": [44 {45 "name": "Kyle Robinson Young",46 "email": "kyle@dontkry.com",47 "homepage": "https://github.com/shama"48 }49 ],50 "description": "A multi-framework Composer library installer",51 "homepage": "https://composer.github.io/installers/",52 "keywords": [53 "Dolibarr",54 "Eliasis",55 "Hurad",56 "ImageCMS",57 "Kanboard",58 "Lan Management System",59 "MODX Evo",60 "MantisBT",61 "Mautic",62 "Maya",63 "OXID",64 "Plentymarkets",65 "Porto",66 "RadPHP",67 "SMF",68 "Starbug",69 "Thelia",70 "Whmcs",71 "WolfCMS",72 "agl",73 "annotatecms",74 "attogram",75 "bitrix",76 "cakephp",77 "chef",78 "cockpit",79 "codeigniter",80 "concrete5",81 "croogo",82 "dokuwiki",83 "drupal",84 "eZ Platform",85 "elgg",86 "expressionengine",87 "fuelphp",88 "grav",89 "installer",90 "itop",91 "known",92 "kohana",93 "laravel",94 "lavalite",95 "lithium",96 "magento",97 "majima",98 "mako",99 "matomo",100 "mediawiki",101 "miaoxing",102 "modulework",103 "modx",104 "moodle",105 "osclass",106 "pantheon",107 "phpbb",108 "piwik",109 "ppi",110 "processwire",111 "puppet",112 "pxcms",113 "reindex",114 "roundcube",115 "shopware",116 "silverstripe",117 "sydes",118 "sylius",119 "tastyigniter",120 "wordpress",121 "yawik",122 "zend",123 "zikula"124 ],125 "support": {126 "issues": "https://github.com/composer/installers/issues",127 "source": "https://github.com/composer/installers/tree/v2.2.0"128 },129 "install-path": "./installers"130 },131 3 { 132 4 "name": "giggsey/libphonenumber-for-php", -
cdekdelivery/trunk/vendor/composer/installed.php
r3093807 r3097815 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' 6c90a2298bbffbfc323e8e80f4d1b053c714a331',6 'reference' => '24fe7021f8dca93175c829adc2d25ed65ad0d1aa', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-main', 15 15 'version' => 'dev-main', 16 'reference' => ' 6c90a2298bbffbfc323e8e80f4d1b053c714a331',16 'reference' => '24fe7021f8dca93175c829adc2d25ed65ad0d1aa', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', 19 'aliases' => array(),20 'dev_requirement' => false,21 ),22 'composer/installers' => array(23 'pretty_version' => 'v2.2.0',24 'version' => '2.2.0.0',25 'reference' => 'c29dc4b93137acb82734f672c37e029dfbd95b35',26 'type' => 'composer-plugin',27 'install_path' => __DIR__ . '/./installers',28 19 'aliases' => array(), 29 20 'dev_requirement' => false,
Note: See TracChangeset
for help on using the changeset viewer.