Changeset 3443263
- Timestamp:
- 01/20/2026 01:01:29 PM (2 months ago)
- Location:
- yookassa/trunk
- Files:
-
- 18 edited
-
README.txt (modified) (2 diffs)
-
admin/YooKassaAdmin.php (modified) (8 diffs)
-
admin/partials/tabs/section2.php (modified) (1 diff)
-
admin/partials/tabs/section4.php (modified) (6 diffs)
-
assets/js/yookassa-admin.js (modified) (1 diff)
-
gateway/YooKassaGateway.php (modified) (2 diffs)
-
gateway/YooKassaGatewayB2bSberbank.php (modified) (1 diff)
-
includes/YooKassa.php (modified) (1 diff)
-
includes/YooKassaFileCache.php (modified) (2 diffs)
-
includes/YooKassaHandler.php (modified) (4 diffs)
-
languages/yookassa-en.mo (modified) (previous)
-
languages/yookassa-en.po (modified) (21 diffs)
-
languages/yookassa-en_GB.mo (modified) (previous)
-
languages/yookassa-en_GB.po (modified) (21 diffs)
-
languages/yookassa-en_US.mo (modified) (previous)
-
languages/yookassa-en_US.po (modified) (22 diffs)
-
languages/yookassa.pot (modified) (8 diffs)
-
yookassa.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
yookassa/trunk/README.txt
r3426839 r3443263 5 5 Requires at least: 5.2 6 6 Tested up to: 6.9 7 Stable tag: 2.1 3.27 Stable tag: 2.14.0 8 8 License: GPLv3 9 9 License URI: https://yoomoney.ru/doc.xml?id=527132 … … 63 63 64 64 == Changelog == 65 = 2.14.0 = 66 * Удалена поддержка НДС 20% 67 * Удалена поддержка отправки чеков для СМЗ 68 65 69 = 2.13.2 = 66 70 * Добавлена поддержка НДС 22% -
yookassa/trunk/admin/YooKassaAdmin.php
r3426839 r3443263 211 211 register_setting('woocommerce-yookassa', 'yookassa_access_token'); 212 212 register_setting('woocommerce-yookassa', 'yookassa_save_card'); 213 register_setting('woocommerce-yookassa', 'yookassa_self_employed');214 213 register_setting('woocommerce-yookassa', 'yookassa_marking_enabled'); 215 214 register_setting('woocommerce-yookassa', 'yookassa_apple_pay_enabled'); … … 222 221 VatDataRate::RATE_7 => '7%', 223 222 VatDataRate::RATE_10 => '10%', 224 VatDataRate::RATE_20 => '20%',225 223 VatDataRate::RATE_22 => '22%', 226 224 ) … … 235 233 8 => '7%', 236 234 3 => '10%', 237 4 => '20%',238 235 11 => '22%', 239 236 9 => __('Расчетная ставка 5/105', 'yookassa'), 240 237 10 => __('Расчетная ставка 7/107', 'yookassa'), 241 238 5 => __('Расчетная ставка 10/110', 'yookassa'), 242 6 => __('Расчетная ставка 20/120', 'yookassa'),243 239 12 => __('Расчетная ставка 22/122', 'yookassa'), 244 240 ) … … 260 256 private function get_all_settings() 261 257 { 258 YooKassaHandler::replaceOldTaxRates(); 262 259 $shopInfo = self::getShopInfo(); 263 260 $wcTaxes = $this->getAllTaxes(); … … 303 300 $isTestShop = isset($shopInfo['test']) && $shopInfo['test']; 304 301 $isFiscalizationEnabled = isset($shopInfo['fiscalization_enabled']) && $shopInfo['fiscalization_enabled']; 305 $isSberLoanAvailable = isset($shopInfo['payment_methods']) && in_array(PaymentMethodType::SBER_LOAN, $shopInfo['payment_methods'] );302 $isSberLoanAvailable = isset($shopInfo['payment_methods']) && in_array(PaymentMethodType::SBER_LOAN, $shopInfo['payment_methods'], true); 306 303 $validCredentials = true; 307 304 } 308 305 309 306 $isSaveCard = (bool)get_option('yookassa_save_card', '1'); 310 $isSelfEmployed = (bool)get_option('yookassa_self_employed', '0');311 307 312 308 $isNeededShowNps = time() > (int)$npsVoteTime + $this->npsRetryAfterDays * 86400 313 && substr($password, 0, 5) === 'live_'309 && !$isTestShop 314 310 && get_locale() === 'ru_RU'; 315 311 … … 391 387 'yookassaNonce' => wp_create_nonce('yookassa-nonce'), 392 388 'isSaveCard' => $isSaveCard, 393 'isSelfEmployed' => $isSelfEmployed,394 389 'isSberLoanAvailable' => $isSberLoanAvailable, 395 390 'defaultTaxSystemCode' => $defaultTaxSystemCode, … … 640 635 641 636 /** 642 * @return array|void|null 643 */ 644 public static function getShopInfo() 637 * @param bool $reset 638 * @return array|false|mixed|null 639 */ 640 public static function getShopInfo($reset=false) 645 641 { 646 642 $cache = new YooKassaFileCache(60*60); 643 if ($reset) { 644 $cache->delete('shop_info'); 645 } 647 646 $shopInfo = $cache->get('shop_info'); 648 if ( !$shopInfo) {647 if ($reset || !$shopInfo) { 649 648 YooKassaLogger::sendHeka(array('oauth.get-shop.init')); 650 649 try { … … 675 674 private function saveShopIdByOauth() 676 675 { 677 $shopInfo = self::getShopInfo( );676 $shopInfo = self::getShopInfo(true); 678 677 679 678 if (!isset($shopInfo['account_id'])) { -
yookassa/trunk/admin/partials/tabs/section2.php
r3426839 r3443263 168 168 <?= __('При оплате через СберБанк Бизнес Онлайн есть ограничение: в одном чеке могут быть только товары с одинаковой ставкой НДС. Если клиент захочет оплатить за один раз товары с разными ставками — мы покажем ему сообщение, что так сделать не получится.', 'yookassa') ?> 169 169 </div> 170 <div class="info-block very-important" id="if-sbbol-nds-20" style="display: <?= $selected20 ? 'block' : 'none' ?>">171 <span class="dashicons dashicons-info" aria-hidden="true"></span>172 <span><?= __('Чтобы соответствовать закону 54-ФЗ, 1 января ставку 20% нужно будет поменять на 22% — новые платежи будут проходить по ней. Если не поменять, возможны вопросы и штрафы от ФНС, а операции придётся исправлять вручную', 'yookassa'); ?></span>173 </div>174 170 </div> 175 171 </div> -
yookassa/trunk/admin/partials/tabs/section4.php
r3426839 r3443263 12 12 /** @var array $paymentModeEnum */ 13 13 /** @var array $wcOrderStatuses */ 14 /** @var bool $isSelfEmployed */15 14 /** @var string $yookassaNonce */ 16 15 /** @var string $isMarkingEnabled */ … … 28 27 </label> 29 28 </div> 29 <p class="help-block text-muted qa-enable-receipt-control-info"> 30 <?= __('Автоотправка доступна только ИП и юрлицам. Самозанятым нужно формировать чеки вручную — через сервис «Мой налог»', 'yookassa');?> 31 </p> 30 32 </div> 31 33 </div> … … 33 35 <div id="tax-collapsible" class="in collapse<?=($isReceiptEnabled) ? ' show' : ''; ?>"> 34 36 35 <h6 class="qa-title"><?= __('Выберите ваш статус:', 'yookassa'); ?></h6> 36 37 <div class="row"> 38 <div class="col-sm-4 col-md-4 col-lg-3 form-group"> 39 <div class="custom-control custom-switch-radio qa-enable-self-employed-control"> 40 <label for="yookassa_legal_entity" data-target="yookassa_legal_entity"> 41 <input <?= (!$isSelfEmployed) ? ' checked' : ''; ?> type="radio" id="yookassa_legal_entity" name="yookassa_self_employed" value="0"> 42 <span><?= __('ИП или юрлицо', 'yookassa'); ?></span> 43 </label> 44 <label for="yookassa_self_employed" data-target="yookassa_self_employed"> 45 <input <?= ($isSelfEmployed) ? ' checked' : ''; ?> type="radio" id="yookassa_self_employed" name="yookassa_self_employed" value="1"> 46 <span><?= __('Самозанятый', 'yookassa'); ?></span> 47 </label> 48 </div> 49 </div> 50 </div> 51 52 53 <div class="content yookassa_self_employed in collapse <?= ($isSelfEmployed) ? 'show' : ''; ?>"> 54 <div><strong><?= __('Чтобы платёж прошёл и чек отправился:', 'yookassa');?></strong></div> 55 <ul> 56 <li> 57 <?= __('В нём должно быть не больше 6 позиций. Позиции — это разные наименования, а не экземпляры одного и того же товара.', 'yookassa');?> 58 </li> 59 <li> 60 <?= __('Количество должно выражаться целым числом, дробные использовать нельзя. Например, 1.5 — не пройдёт, а 2 — пройдёт.', 'yookassa');?> 61 </li> 62 <li> 63 <?= __('Цена каждой позиции должна быть больше 0 ₽ — иначе платёж не пройдёт. Если доставка бесплатная — она автоматически удалится из чека.', 'yookassa');?> 64 </li> 65 </ul> 66 </div> 67 68 <div class="content yookassa_legal_entity in collapse <?= (!$isSelfEmployed) ? 'show' : ''; ?>"> 37 <div class="content yookassa_legal_entity in collapse show"> 69 38 <div class="row"> 70 39 <div class="col-md-12"> … … 93 62 <div class="qa-vat-control"> 94 63 <p class="help-block text-muted"><?= __('Выберите ставку, которая будет в чеке, если в карточке товара не указана другая ставка.', 'yookassa'); ?></p> 95 <?php $selected20 = get_option('yookassa_default_tax_rate') == '4'; ?>96 <?php $selected120 = get_option('yookassa_default_tax_rate') == '6'; ?>97 64 <select id="yookassa_default_tax_rate" name="yookassa_default_tax_rate" class="form-control yookassa_tax_rate_select"> 98 65 <?php foreach ($ymTaxRatesEnum as $taxId => $taxName) : ?> … … 124 91 <?php 125 92 $selected = isset($ymTaxes[$wcTax->tax_rate_id]) ? $ymTaxes[$wcTax->tax_rate_id] : null; 126 if ($selected == '4') { $selected20 = true; }127 if ($selected == '6') { $selected120 = true; }128 93 ?> 129 94 <select id="yookassa_tax_rate[<?= $wcTax->tax_rate_id ?>]" name="yookassa_tax_rate[<?= $wcTax->tax_rate_id ?>]" class="form-control qa-control yookassa_tax_rate_select"> … … 140 105 </div> 141 106 <div class="col-md-5 col-md-offset-2 help-side "> 142 <div id="if-nds-20" class="info-block very-important" style="display: <?= $selected20 || $selected120 ? 'block' : 'none' ?>">143 <span class="dashicons dashicons-info" aria-hidden="true"></span>144 <span class="qa-info-text"><?= __('С 1 января для соответствия 54-ФЗ ставку НДС и расчётную ставку нужно изменить с 20% и 20/120 на 22% и 22/122 — новые платежи будут проходить по ним. Если не поменять, возможны вопросы и штрафы от ФНС, а операции придётся исправлять вручную.', 'yookassa'); ?></span>145 </div>146 107 </div> 147 108 </div> -
yookassa/trunk/assets/js/yookassa-admin.js
r3426839 r3443263 265 265 } 266 266 267 $(document).on('change', '.yookassa_sbbol_tax_rate_select', function() {268 const infoSbbol20 = $('#if-sbbol-nds-20');269 const hasSelected20 = $('.yookassa_sbbol_tax_rate_select').filter(function() {return $(this).val() === '20';}).length > 0;270 271 infoSbbol20.toggle(hasSelected20);272 });273 274 $(document).on('change', '.yookassa_tax_rate_select', function() {275 const infoTaxRate20 = $('#if-nds-20');276 const taxRateSelects = $('.yookassa_tax_rate_select');277 const hasSelected20 = taxRateSelects.filter(function() {return $(this).val() === '4';}).length > 0;278 const hasSelected120 = taxRateSelects.filter(function() {return $(this).val() === '6';}).length > 0;279 280 infoTaxRate20.toggle(hasSelected20||hasSelected120);281 });282 283 267 $(document).on('click', '#yookassa_marking_enabled', function() { 284 268 updateReceiptSection(); -
yookassa/trunk/gateway/YooKassaGateway.php
r3403472 r3443263 162 162 $this->addReceiptAttribute('yookassa_payment_subject', __('Признак предмета расчета', 'yookassa'), $paymentSubjectEnum); 163 163 $this->addReceiptAttribute('yookassa_payment_mode', __('Признак способа расчёта', 'yookassa'), $paymentModeEnum); 164 165 $isSelfEmployed = (bool)get_option('yookassa_self_employed', '0'); 166 167 if ($isSelfEmployed) { 168 update_option('yookassa_self_employed', '0'); 169 update_option('yookassa_enable_receipt', '0'); 170 } 164 171 } 165 172 … … 363 370 $order = new WC_Order($order_id); 364 371 365 if (YooKassaHandler::isReceiptEnabled() && YooKassaHandler::isSelfEmployed()) {366 try {367 YooKassaHandler::checkConditionForSelfEmployed($order);368 } catch (Exception $e) {369 YooKassaLogger::warning(sprintf(__('Не удалось создать платеж. Для заказа %1$s', 'yookassa'), $order_id) . ' ' . strip_tags($e->getMessage()));370 YooKassaNotice::front_notice_error($e->getMessage());371 return array('result' => 'failure', 'redirect' => '');372 }373 }374 375 372 try { 376 373 $this->prepareSubscription(); -
yookassa/trunk/gateway/YooKassaGatewayB2bSberbank.php
r3371789 r3443263 85 85 { 86 86 YooKassaLogger::sendHeka(array('payment.create.init')); 87 YooKassaHandler::replaceOldTaxRates(); 87 88 $paymentData = new PaymentDataB2bSberbank(); 88 89 $order_total = YooKassaOrderHelper::getTotal($order); -
yookassa/trunk/includes/YooKassa.php
r3426839 r3443263 55 55 { 56 56 $this->plugin_name = 'yookassa'; 57 $this->version = '2.1 3.2';57 $this->version = '2.14.0'; 58 58 self::$pluginUrl = plugin_dir_url(dirname(__FILE__)); 59 59 self::$pluginPath = plugin_dir_path(dirname(__FILE__)); -
yookassa/trunk/includes/YooKassaFileCache.php
r3371789 r3443263 31 31 32 32 if ($files) { 33 $handle = fopen($files[0], 'r ');33 $handle = fopen($files[0], 'rb'); 34 34 35 35 flock($handle, LOCK_SH); … … 53 53 $file = $this->getCacheDir() . preg_replace('/[^A-Z0-9\._-]/i', '', $key) . '.' . (time() + $this->expire); 54 54 55 $handle = fopen($file, 'w ');55 $handle = fopen($file, 'wb'); 56 56 57 57 flock($handle, LOCK_EX); -
yookassa/trunk/includes/YooKassaHandler.php
r3371789 r3443263 2 2 3 3 use YooKassa\Client; 4 use YooKassa\Model\PaymentData\B2b\Sberbank\VatDataRate; 4 5 use YooKassa\Model\PaymentInterface; 5 6 use YooKassa\Model\PaymentMethodType; … … 57 58 } 58 59 YooKassaLogger::sendHeka(array('receipt.create.init')); 60 self::replaceOldTaxRates(); 59 61 if ($order->get_billing_email()) { 60 62 $builder->setReceiptEmail($order->get_billing_email()); … … 73 75 } 74 76 75 if (self::isSelfEmployed()) { 76 $builder->addReceiptItem( 77 $item['name'], 78 $amount->getValue(), 79 $item->get_quantity(), 80 self::VAT_CODE_1 81 ); 82 } 83 84 if (self::isLegalEntity()) { 85 $builder->addReceiptItem( 86 $item['name'], 87 $amount->getValue(), 88 $item->get_quantity(), 89 self::getYmTaxRate($item->get_taxes()), 90 self::getPaymentMode($item), 91 self::getPaymentSubject($item) 92 ); 93 } 77 $builder->addReceiptItem( 78 $item['name'], 79 $amount->getValue(), 80 $item->get_quantity(), 81 self::getYmTaxRate($item->get_taxes()), 82 self::getPaymentMode($item), 83 self::getPaymentSubject($item) 84 ); 94 85 } 95 86 … … 327 318 } 328 319 320 public static function replaceOldTaxRates() 321 { 322 $defaultTaxRate = get_option('yookassa_default_tax_rate'); 323 if ($defaultTaxRate === '4') { 324 update_option('yookassa_default_tax_rate', '11'); 325 } 326 if ($defaultTaxRate === '6') { 327 update_option('yookassa_default_tax_rate', '12'); 328 } 329 $sbbolDefaultTaxRate = get_option('yookassa_sbbol_default_tax_rate'); 330 if ($sbbolDefaultTaxRate === VatDataRate::RATE_20) { 331 update_option('yookassa_sbbol_default_tax_rate', VatDataRate::RATE_22); 332 } 333 $ymTaxes = get_option('yookassa_tax_rate'); 334 if (in_array('4', $ymTaxes, true) || in_array('6', $ymTaxes, true)) { 335 $ymTaxes = array_map(static function($a) { 336 $mappings = array('4' => '11', '6' => '12'); 337 return isset($mappings[$a]) ? $mappings[$a] : $a; 338 }, $ymTaxes); 339 update_option('yookassa_tax_rate', $ymTaxes); 340 } 341 $sbbolTaxRates = get_option('yookassa_sbbol_tax_rate'); 342 if (in_array('20', $sbbolTaxRates, true)) { 343 $sbbolTaxRates = array_map(static function($a) { 344 return $a === '20' ? '22' : $a; 345 }, $sbbolTaxRates); 346 update_option('yookassa_sbbol_tax_rate', $sbbolTaxRates); 347 } 348 } 349 329 350 /** 330 351 * @param $taxes -
yookassa/trunk/languages/yookassa-en.po
r3426839 r3443263 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: ЮKassa для WooCommerce 2.1 3.2\n"5 "Project-Id-Version: ЮKassa для WooCommerce 2.14.0\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yookassa\n" 7 "POT-Creation-Date: 202 5-12-17 13:24+0300\n"8 "PO-Revision-Date: 202 5-12-17 15:43+0300\n"7 "POT-Creation-Date: 2026-01-20 14:55+0300\n" 8 "PO-Revision-Date: 2026-01-20 15:04+0300\n" 9 9 "Last-Translator: yoomoney <cms@yoomoney.ru>\n" 10 10 "Language-Team: yoomoney <cms@yoomoney.ru>\n" … … 194 194 195 195 #: admin/partials/tabs/oauth_form.php:60 admin/partials/tabs/section1.php:57 196 #: admin/partials/tabs/section2.php:1 81admin/partials/tabs/section3.php:165197 #: admin/partials/tabs/section4.php:2 63admin/partials/tabs/section5.php:45196 #: admin/partials/tabs/section2.php:177 admin/partials/tabs/section3.php:165 197 #: admin/partials/tabs/section4.php:224 admin/partials/tabs/section5.php:45 198 198 msgid "Сохранить и продолжить" 199 199 msgstr "Save & continue" … … 382 382 "that it will not work." 383 383 384 #: admin/partials/tabs/section2.php:172 385 msgid "" 386 "Чтобы соответствовать закону 54-ФЗ, 1 января ставку 20% нужно будет поменять " 387 "на 22% — новые платежи будут проходить по ней. Если не поменять, возможны " 388 "вопросы и штрафы от ФНС, а операции придётся исправлять вручную" 389 msgstr "" 390 "In order to comply with the Federal Law No. 54-FZ, you must change rate 20% " 391 "to 22% before January 1, so that it is applied to all new payments. If you " 392 "don't change the rate, you might get questions and fines from the Federal " 393 "Tax Service, and you will have to manually correct the transactions" 394 395 #: admin/partials/tabs/section2.php:180 admin/partials/tabs/section3.php:164 396 #: admin/partials/tabs/section4.php:262 admin/partials/tabs/section5.php:44 384 #: admin/partials/tabs/section2.php:176 admin/partials/tabs/section3.php:164 385 #: admin/partials/tabs/section4.php:223 admin/partials/tabs/section5.php:44 397 386 msgid "Назад" 398 387 msgstr "Back" … … 482 471 msgstr "Download the log" 483 472 484 #: admin/partials/tabs/section4.php:2 7473 #: admin/partials/tabs/section4.php:26 485 474 msgid "Автоматическая отправка чеков" 486 475 msgstr "Send receipts automatically" 487 476 488 #: admin/partials/tabs/section4.php:35 489 msgid "Выберите ваш статус:" 490 msgstr "Select your status:" 491 492 #: admin/partials/tabs/section4.php:42 493 msgid "ИП или юрлицо" 494 msgstr "Sole proprietor or legal entity" 495 496 #: admin/partials/tabs/section4.php:46 497 msgid "Самозанятый" 498 msgstr "Self-employed" 499 500 #: admin/partials/tabs/section4.php:54 501 msgid "Чтобы платёж прошёл и чек отправился:" 502 msgstr "In order for a payment to go through and for the receipt to get sent:" 503 504 #: admin/partials/tabs/section4.php:57 505 msgid "" 506 "В нём должно быть не больше 6 позиций. Позиции — это разные наименования, а " 507 "не экземпляры одного и того же товара." 508 msgstr "" 509 "It must have up to 6 items. Items refer to the number of different products, " 510 "not the quantity of the same product." 511 512 #: admin/partials/tabs/section4.php:60 513 msgid "" 514 "Количество должно выражаться целым числом, дробные использовать нельзя. " 515 "Например, 1.5 — не пройдёт, а 2 — пройдёт." 516 msgstr "" 517 "The quantity must be a whole number, decimals are not supported. For " 518 "example, 2 is going to work, while 1.5 isn't." 519 520 #: admin/partials/tabs/section4.php:63 521 msgid "" 522 "Цена каждой позиции должна быть больше 0 ₽ — иначе платёж не пройдёт. Если " 523 "доставка бесплатная — она автоматически удалится из чека." 524 msgstr "" 525 "The price of each item must be greater than 0 ₽, otherwise, the payment " 526 "won't go through. If the delivery is free, it'll be removed from the receipt " 527 "automatically." 528 529 #: admin/partials/tabs/section4.php:71 477 #: admin/partials/tabs/section4.php:30 478 msgid "" 479 "Автоотправка доступна только ИП и юрлицам. Самозанятым нужно формировать " 480 "чеки вручную — через сервис «Мой налог»" 481 msgstr "" 482 "The option to submit receipts automatically is only available to sole " 483 "proprietors and companies. Self-employed individuals must generate receipts " 484 "manually via the Moi Nalog service." 485 486 #: admin/partials/tabs/section4.php:40 530 487 msgid "Налоги" 531 488 msgstr "Taxes" 532 489 533 #: admin/partials/tabs/section4.php: 76490 #: admin/partials/tabs/section4.php:45 534 491 msgid "Система налогообложения по умолчанию" 535 492 msgstr "Default tax system" 536 493 537 #: admin/partials/tabs/section4.php: 78494 #: admin/partials/tabs/section4.php:47 538 495 msgid "" 539 496 "Выберите систему налогообложения по умолчанию. Параметр необходим, только " … … 544 501 "several tax systems, otherwise it is not passed." 545 502 546 #: admin/partials/tabs/section4.php: 92503 #: admin/partials/tabs/section4.php:61 547 504 msgid "Ставка НДС по умолчанию" 548 505 msgstr "Default rate" 549 506 550 #: admin/partials/tabs/section4.php: 94507 #: admin/partials/tabs/section4.php:63 551 508 msgid "" 552 509 "Выберите ставку, которая будет в чеке, если в карточке товара не указана " … … 555 512 "The default rate applies if another rate is not set on the product's page." 556 513 557 #: admin/partials/tabs/section4.php: 109514 #: admin/partials/tabs/section4.php:76 558 515 msgid "Сопоставьте ставки" 559 516 msgstr "Compare rates" 560 517 561 #: admin/partials/tabs/section4.php: 114518 #: admin/partials/tabs/section4.php:81 562 519 msgid "Ставка в вашем магазине" 563 520 msgstr "Rate at your store" 564 521 565 #: admin/partials/tabs/section4.php: 117522 #: admin/partials/tabs/section4.php:84 566 523 msgid "Ставка для чека в налоговую" 567 524 msgstr "Rate for the receipt to the tax service" 568 525 569 #: admin/partials/tabs/section4.php:144 570 msgid "" 571 "С 1 января для соответствия 54-ФЗ ставку НДС и расчётную ставку нужно " 572 "изменить с 20% и 20/120 на 22% и 22/122 — новые платежи будут проходить по " 573 "ним. Если не поменять, возможны вопросы и штрафы от ФНС, а операции придётся " 574 "исправлять вручную." 575 msgstr "" 576 "In order to comply with the Federal Law No. 54-FZ, the VAT rate and estimate " 577 "rate will be changed from 20% and 20/120 to 22% and 22/122 starting from " 578 "January 1, and the new rates will be applied to all new payments. If you " 579 "don't change the rates, you might get questions and fines from the Federal " 580 "Tax Service, and you will have to manually correct the transactions." 581 582 #: admin/partials/tabs/section4.php:153 526 #: admin/partials/tabs/section4.php:114 583 527 msgid "54-ФЗ" 584 528 msgstr "54-FZ" 585 529 586 #: admin/partials/tabs/section4.php:1 58530 #: admin/partials/tabs/section4.php:119 587 531 msgid "Предмет расчёта и способ расчёта" 588 532 msgstr "Subject of calculation and method of calculation" 589 533 590 #: admin/partials/tabs/section4.php:1 59534 #: admin/partials/tabs/section4.php:120 591 535 msgid "" 592 536 "Выберите значения, которые будут передаваться по умолчанию. Эти признаки " … … 596 540 "up for each item separately - in the item card." 597 541 598 #: admin/partials/tabs/section4.php:1 65542 #: admin/partials/tabs/section4.php:126 599 543 msgid "Предмет расчёта" 600 544 msgstr "Subject of calculation" 601 545 602 #: admin/partials/tabs/section4.php:1 74546 #: admin/partials/tabs/section4.php:135 603 547 msgid "Способ расчёта" 604 548 msgstr "Method of calculation" 605 549 606 #: admin/partials/tabs/section4.php:1 86550 #: admin/partials/tabs/section4.php:147 607 551 msgid "Предмет расчёта для доставки" 608 552 msgstr "Subject of calculation for delivery" 609 553 610 #: admin/partials/tabs/section4.php:1 95554 #: admin/partials/tabs/section4.php:156 611 555 msgid "Способ расчёта для доставки" 612 556 msgstr "Payment method for delivery" 613 557 614 #: admin/partials/tabs/section4.php: 212558 #: admin/partials/tabs/section4.php:173 615 559 msgid "Указывать маркировку товара" 616 560 msgstr "Specify product labeling" 617 561 618 #: admin/partials/tabs/section4.php: 216562 #: admin/partials/tabs/section4.php:177 619 563 msgid "" 620 564 "Актуальный список товарных категорий, которые нужно маркировать, можно " … … 626 570 "a> website." 627 571 628 #: admin/partials/tabs/section4.php: 228572 #: admin/partials/tabs/section4.php:189 629 573 msgid "Формировать второй чек" 630 574 msgstr "To form the second check" 631 575 632 #: admin/partials/tabs/section4.php: 237576 #: admin/partials/tabs/section4.php:198 633 577 msgid "При переходе заказа в статус" 634 578 msgstr "When the order goes to the status" 635 579 636 #: admin/partials/tabs/section4.php:2 45580 #: admin/partials/tabs/section4.php:206 637 581 msgid "" 638 582 "Если в заказе будут позиции с признаками «Полная предоплата» — второй чек " … … 643 587 "status." 644 588 645 #: admin/partials/tabs/section4.php:2 49589 #: admin/partials/tabs/section4.php:210 646 590 msgid "Второй чек" 647 591 msgstr "Second check" 648 592 649 #: admin/partials/tabs/section4.php:2 50593 #: admin/partials/tabs/section4.php:211 650 594 msgid "" 651 595 "Два чека нужно формировать, если покупатель вносит предоплату и потом " … … 657 601 "to your account, the second — when shipping goods or performing services." 658 602 659 #: admin/partials/tabs/section4.php:2 51603 #: admin/partials/tabs/section4.php:212 660 604 msgid "Читать про второй чек в ЮKassa >" 661 605 msgstr "Read about the second check in YooKassa >" … … 701 645 msgstr "YooKassa settings" 702 646 703 #: admin/YooKassaAdmin.php:2 20647 #: admin/YooKassaAdmin.php:219 704 648 msgid "Без НДС" 705 649 msgstr "Tax free" 706 650 707 #: admin/YooKassaAdmin.php:23 2651 #: admin/YooKassaAdmin.php:230 708 652 msgid "Не облагается" 709 653 msgstr "Tax free" 710 654 711 #: admin/YooKassaAdmin.php:23 9655 #: admin/YooKassaAdmin.php:236 712 656 msgid "Расчетная ставка 5/105" 713 657 msgstr "Tax rate 5/105" 714 658 715 #: admin/YooKassaAdmin.php:2 40659 #: admin/YooKassaAdmin.php:237 716 660 msgid "Расчетная ставка 7/107" 717 661 msgstr "Tax rate 7/107" 718 662 719 #: admin/YooKassaAdmin.php:2 41663 #: admin/YooKassaAdmin.php:238 720 664 msgid "Расчетная ставка 10/110" 721 665 msgstr "Tax rate 10/110" 722 666 723 #: admin/YooKassaAdmin.php:242 724 msgid "Расчетная ставка 20/120" 725 msgstr "Tax rate 20/120" 726 727 #: admin/YooKassaAdmin.php:243 667 #: admin/YooKassaAdmin.php:239 728 668 msgid "Расчетная ставка 22/122" 729 669 msgstr "Tax rate 22/122" 730 670 731 #: admin/YooKassaAdmin.php:2 50671 #: admin/YooKassaAdmin.php:246 732 672 msgid "Общая система налогообложения" 733 673 msgstr "General tax system" 734 674 735 #: admin/YooKassaAdmin.php:2 51675 #: admin/YooKassaAdmin.php:247 736 676 msgid "Упрощенная (УСН, доходы)" 737 677 msgstr "Simplified (STS, income)" 738 678 739 #: admin/YooKassaAdmin.php:2 52679 #: admin/YooKassaAdmin.php:248 740 680 msgid "Упрощенная (УСН, доходы минус расходы)" 741 681 msgstr "Simplified (STS, income with costs deducted)" 742 682 743 #: admin/YooKassaAdmin.php:2 53683 #: admin/YooKassaAdmin.php:249 744 684 msgid "Единый налог на вмененный доход (ЕНВД)" 745 685 msgstr "Unified tax on imputed income (ENVD)" 746 686 747 #: admin/YooKassaAdmin.php:25 4687 #: admin/YooKassaAdmin.php:250 748 688 msgid "Единый сельскохозяйственный налог (ЕСН)" 749 689 msgstr "Unified agricultural tax (ESN)" 750 690 751 #: admin/YooKassaAdmin.php:25 5691 #: admin/YooKassaAdmin.php:251 752 692 msgid "Патентная система налогообложения" 753 693 msgstr "Patent Based Tax System" 754 694 755 #: admin/YooKassaAdmin.php:2 72 admin/YooKassaAdmin.php:285756 #: gateway/YooKassaGateway.php:58 9 gateway/YooKassaGatewayB2bSberbank.php:175695 #: admin/YooKassaAdmin.php:269 admin/YooKassaAdmin.php:282 696 #: gateway/YooKassaGateway.php:586 gateway/YooKassaGatewayB2bSberbank.php:176 757 697 #, php-format 758 698 msgid "Оплата заказа №%order_number%" 759 699 msgstr "Payment for order No. %order_number%" 760 700 761 #: admin/YooKassaAdmin.php:31 7701 #: admin/YooKassaAdmin.php:313 762 702 msgid "Товар" 763 703 msgstr "Commodity" 764 704 765 #: admin/YooKassaAdmin.php:31 8705 #: admin/YooKassaAdmin.php:314 766 706 msgid "Подакцизный товар" 767 707 msgstr "Excisable commodity" 768 708 769 #: admin/YooKassaAdmin.php:31 9709 #: admin/YooKassaAdmin.php:315 770 710 msgid "Работа" 771 711 msgstr "Job" 772 712 773 #: admin/YooKassaAdmin.php:3 20713 #: admin/YooKassaAdmin.php:316 774 714 msgid "Услуга" 775 715 msgstr "Service" 776 716 777 #: admin/YooKassaAdmin.php:3 21717 #: admin/YooKassaAdmin.php:317 778 718 msgid "Ставка в азартной игре" 779 719 msgstr "Bet in a gambling game" 780 720 781 #: admin/YooKassaAdmin.php:3 22721 #: admin/YooKassaAdmin.php:318 782 722 msgid "Выигрыш в азартной игре" 783 723 msgstr "The gambling winnings" 784 724 785 #: admin/YooKassaAdmin.php:3 23725 #: admin/YooKassaAdmin.php:319 786 726 msgid "Лотерейный билет" 787 727 msgstr "Lottery ticket" 788 728 789 #: admin/YooKassaAdmin.php:32 4729 #: admin/YooKassaAdmin.php:320 790 730 msgid "Выигрыш в лотерею" 791 731 msgstr "Winning the lottery" 792 732 793 #: admin/YooKassaAdmin.php:32 5733 #: admin/YooKassaAdmin.php:321 794 734 msgid "Результаты интеллектуальной деятельности" 795 735 msgstr "Results of intellectual activity" 796 736 797 #: admin/YooKassaAdmin.php:32 6737 #: admin/YooKassaAdmin.php:322 798 738 msgid "Платеж" 799 739 msgstr "Payment" 800 740 801 #: admin/YooKassaAdmin.php:32 7741 #: admin/YooKassaAdmin.php:323 802 742 msgid "Агентское вознаграждение" 803 743 msgstr "Agent's commission" 804 744 805 #: admin/YooKassaAdmin.php:32 8745 #: admin/YooKassaAdmin.php:324 806 746 msgid "Несколько вариантов" 807 747 msgstr "Several options" 808 748 809 #: admin/YooKassaAdmin.php:32 9admin/YooKassaMarkingProduct.php:402749 #: admin/YooKassaAdmin.php:325 admin/YooKassaMarkingProduct.php:402 810 750 msgid "Другое" 811 751 msgstr "Another" 812 752 813 #: admin/YooKassaAdmin.php:3 33753 #: admin/YooKassaAdmin.php:329 814 754 msgid "Полная предоплата" 815 755 msgstr "Full prepayment" 816 756 817 #: admin/YooKassaAdmin.php:33 4757 #: admin/YooKassaAdmin.php:330 818 758 msgid "Частичная предоплата" 819 759 msgstr "Partial prepayment" 820 760 821 #: admin/YooKassaAdmin.php:33 5761 #: admin/YooKassaAdmin.php:331 822 762 msgid "Аванс" 823 763 msgstr "Advance payment" 824 764 825 #: admin/YooKassaAdmin.php:33 6765 #: admin/YooKassaAdmin.php:332 826 766 msgid "Полный расчет" 827 767 msgstr "Full payment" 828 768 829 #: admin/YooKassaAdmin.php:33 7769 #: admin/YooKassaAdmin.php:333 830 770 msgid "Частичный расчет и кредит" 831 771 msgstr "Partial payment and credit" 832 772 833 #: admin/YooKassaAdmin.php:33 8773 #: admin/YooKassaAdmin.php:334 834 774 msgid "Кредит" 835 775 msgstr "Credit" 836 776 837 #: admin/YooKassaAdmin.php:33 9777 #: admin/YooKassaAdmin.php:335 838 778 msgid "Выплата по кредиту" 839 779 msgstr "Payment on the loan" … … 1163 1103 msgstr "Payment method" 1164 1104 1165 #: gateway/YooKassaGateway.php:17 01105 #: gateway/YooKassaGateway.php:177 1166 1106 msgid "Включить/Выключить" 1167 1107 msgstr "Enable/Disable" 1168 1108 1169 #: gateway/YooKassaGateway.php:1 761109 #: gateway/YooKassaGateway.php:183 1170 1110 msgid "Заголовок" 1171 1111 msgstr "Header" 1172 1112 1173 #: gateway/YooKassaGateway.php:1 781113 #: gateway/YooKassaGateway.php:185 1174 1114 msgid "Название, которое пользователь видит во время оплаты" 1175 1115 msgstr "The header that the user will see during checkout" 1176 1116 1177 #: gateway/YooKassaGateway.php:18 21117 #: gateway/YooKassaGateway.php:189 1178 1118 msgid "Описание" 1179 1119 msgstr "Description" 1180 1120 1181 #: gateway/YooKassaGateway.php:1 841121 #: gateway/YooKassaGateway.php:191 1182 1122 msgid "Описание, которое пользователь видит во время оплаты" 1183 1123 msgstr "The description that the user will see during checkout" 1184 1124 1185 #: gateway/YooKassaGateway.php:19 21125 #: gateway/YooKassaGateway.php:199 1186 1126 msgid "" 1187 1127 "Для работы с модулем необходимо <a href=\"https://yoomoney.ru/joinups/" … … 1191 1131 "href=\"https://yookassa.ru/en//\">connect your store to YooKassa</a>." 1192 1132 1193 #: gateway/YooKassaGateway.php:2 251133 #: gateway/YooKassaGateway.php:232 1194 1134 #, php-format 1195 1135 msgid "" … … 1200 1140 "%2$s." 1201 1141 1142 #: gateway/YooKassaGateway.php:382 gateway/YooKassaGateway.php:415 1143 #: gateway/YooKassaGateway.php:424 gateway/YooKassaWidgetGateway.php:240 1144 #: gateway/YooKassaWidgetGateway.php:269 gateway/YooKassaWidgetGateway.php:277 1145 msgid "Платеж не прошел. Попробуйте еще или выберите другой способ оплаты" 1146 msgstr "Payment wasn't processed. Try again or choose another payment method" 1147 1202 1148 #. translators: %1$s - order_id 1203 #: gateway/YooKassaGateway.php: 369 gateway/YooKassaGateway.php:4161204 #: gateway/YooKassa Gateway.php:425 gateway/YooKassaWidgetGateway.php:2181205 #: gateway/YooKassaWidgetGateway.php:2 68 gateway/YooKassaWidgetGateway.php:2761149 #: gateway/YooKassaGateway.php:413 gateway/YooKassaGateway.php:422 1150 #: gateway/YooKassaWidgetGateway.php:218 gateway/YooKassaWidgetGateway.php:268 1151 #: gateway/YooKassaWidgetGateway.php:276 1206 1152 #, php-format 1207 1153 msgid "Не удалось создать платеж. Для заказа %1$s" 1208 1154 msgstr "Unable to make a payment. For order %1$s" 1209 1155 1210 #: gateway/YooKassaGateway.php:385 gateway/YooKassaGateway.php:418 1211 #: gateway/YooKassaGateway.php:427 gateway/YooKassaWidgetGateway.php:240 1212 #: gateway/YooKassaWidgetGateway.php:269 gateway/YooKassaWidgetGateway.php:277 1213 msgid "Платеж не прошел. Попробуйте еще или выберите другой способ оплаты" 1214 msgstr "Payment wasn't processed. Try again or choose another payment method" 1215 1216 #: gateway/YooKassaGateway.php:690 1156 #: gateway/YooKassaGateway.php:687 1217 1157 msgid "Тестовое списание для привязки карты, средства будут возвращены." 1218 1158 msgstr "Test payment to link the card, money will be refunded." … … 1287 1227 #: includes/WC_Payment_Token_SBP.php:11 1288 1228 msgid "Система быстрых платежей" 1289 msgstr " Quick payment system"1229 msgstr "Faster Payments System (SBP)" 1290 1230 1291 1231 #: includes/WC_Payment_Token_YooKassa.php:15 includes/YooKassaPayment.php:685 … … 1293 1233 msgstr "YooMoney" 1294 1234 1295 #: includes/YooKassaHandler.php: 103 includes/YooKassaHandler.php:1131235 #: includes/YooKassaHandler.php:94 includes/YooKassaHandler.php:104 1296 1236 msgid "Доставка" 1297 1237 msgstr "Shipping" 1298 1238 1299 #: includes/YooKassaHandler.php:21 91239 #: includes/YooKassaHandler.php:210 1300 1240 #, php-format 1301 1241 msgid "Успешный платеж. Id заказа - %1$s. Данные платежа - %2$s." 1302 1242 msgstr "Payment successful. Order Id - %1$s. Payment information - %2$s." 1303 1243 1304 #: includes/YooKassaHandler.php:2 251244 #: includes/YooKassaHandler.php:216 1305 1245 #, php-format 1306 1246 msgid "Номер транзакции в ЮKassa: %1$s. Сумма: %2$s" 1307 1247 msgstr "Transaction number in YooKassa: %1$s. Amount: %2$s" 1308 1248 1309 #: includes/YooKassaHandler.php:2 421249 #: includes/YooKassaHandler.php:233 1310 1250 #, php-format 1311 1251 msgid "Успешная подписка. Id заказа - %1$s. Данные платежа - %2$s." 1312 1252 msgstr "Subscribe successful. Order Id - %1$s. Payment information - %2$s." 1313 1253 1314 #: includes/YooKassaHandler.php:2 551254 #: includes/YooKassaHandler.php:246 1315 1255 #, php-format 1316 1256 msgid "Неуспешный платеж. Id заказа - %1$s. Данные платежа - %2$s." 1317 1257 msgstr "Payment unsuccessful. Order Id - %1$s. Payment information - %2$s." 1318 1258 1319 #: includes/YooKassaHandler.php:2 681259 #: includes/YooKassaHandler.php:259 1320 1260 #, php-format 1321 1261 msgid "Платеж в ожидании оплаты. Id заказа - %1$s. Данные платежа - %2$s." 1322 1262 msgstr "Payment pending payment. Order Id - %1$s. Payment details - %2$s." 1323 1263 1324 #: includes/YooKassaHandler.php:2 811264 #: includes/YooKassaHandler.php:272 1325 1265 #, php-format 1326 1266 msgid "Платеж ждет подтверждения. Id заказа - %1$s. Данные платежа - %2$s." … … 1328 1268 "Payment is waiting for confirmation. Order Id - %1$s. Payment details - %2$s." 1329 1269 1330 #: includes/YooKassaHandler.php:2 861270 #: includes/YooKassaHandler.php:277 1331 1271 #, php-format 1332 1272 msgid "" … … 1337 1277 "automatically cancels" 1338 1278 1339 #: includes/YooKassaHandler.php:2 971279 #: includes/YooKassaHandler.php:288 1340 1280 #, php-format 1341 1281 msgid "Статус заказа. %1$s" 1342 1282 msgstr "Order status. %1$s" 1343 1283 1344 #: includes/YooKassaHandler.php:3 101284 #: includes/YooKassaHandler.php:301 1345 1285 msgid "" 1346 1286 "<b>Нельзя добавить больше 6 разных позиций </b><br>Такое ограничение для " … … 1352 1292 "cart: you can add the rest of them in a new order." 1353 1293 1354 #: includes/YooKassaHandler.php:3 171294 #: includes/YooKassaHandler.php:308 1355 1295 msgid "" 1356 1296 "<b>Нельзя добавить позицию с дробным количеством </b><br>Только с целым. " … … 1361 1301 "the order." 1362 1302 1363 #: includes/YooKassaHandler.php:3 231303 #: includes/YooKassaHandler.php:314 1364 1304 msgid "" 1365 1305 "<b>Не получается создать чек </b><br>Цена позиции должна быть больше 0 ₽. " … … 1415 1355 "a> plugin to be active!" 1416 1356 1417 #~ msgid "ЮKassa" 1418 #~ msgstr "YooMoney" 1357 #~ msgid "" 1358 #~ "Чтобы соответствовать закону 54-ФЗ, 1 января ставку 20% нужно будет " 1359 #~ "поменять на 22% — новые платежи будут проходить по ней. Если не поменять, " 1360 #~ "возможны вопросы и штрафы от ФНС, а операции придётся исправлять вручную" 1361 #~ msgstr "" 1362 #~ "In order to comply with the Federal Law No. 54-FZ, you must change rate " 1363 #~ "20% to 22% before January 1, so that it is applied to all new payments. " 1364 #~ "If you don't change the rate, you might get questions and fines from the " 1365 #~ "Federal Tax Service, and you will have to manually correct the " 1366 #~ "transactions" 1367 1368 #~ msgid "" 1369 #~ "С 1 января для соответствия 54-ФЗ ставку НДС и расчётную ставку нужно " 1370 #~ "изменить с 20% и 20/120 на 22% и 22/122 — новые платежи будут проходить " 1371 #~ "по ним. Если не поменять, возможны вопросы и штрафы от ФНС, а операции " 1372 #~ "придётся исправлять вручную." 1373 #~ msgstr "" 1374 #~ "In order to comply with the Federal Law No. 54-FZ, the VAT rate and " 1375 #~ "estimate rate will be changed from 20% and 20/120 to 22% and 22/122 " 1376 #~ "starting from January 1, and the new rates will be applied to all new " 1377 #~ "payments. If you don't change the rates, you might get questions and " 1378 #~ "fines from the Federal Tax Service, and you will have to manually correct " 1379 #~ "the transactions." 1380 1381 #~ msgid "Расчетная ставка 20/120" 1382 #~ msgstr "Tax rate 20/120" -
yookassa/trunk/languages/yookassa-en_GB.po
r3426839 r3443263 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: ЮKassa для WooCommerce 2.1 3.2\n"5 "Project-Id-Version: ЮKassa для WooCommerce 2.14.0\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yookassa\n" 7 "POT-Creation-Date: 202 5-12-17 13:24+0300\n"8 "PO-Revision-Date: 202 5-12-17 15:45+0300\n"7 "POT-Creation-Date: 2026-01-20 14:55+0300\n" 8 "PO-Revision-Date: 2026-01-20 15:06+0300\n" 9 9 "Last-Translator: yoomoney <cms@yoomoney.ru>\n" 10 10 "Language-Team: yoomoney <cms@yoomoney.ru>\n" … … 194 194 195 195 #: admin/partials/tabs/oauth_form.php:60 admin/partials/tabs/section1.php:57 196 #: admin/partials/tabs/section2.php:1 81admin/partials/tabs/section3.php:165197 #: admin/partials/tabs/section4.php:2 63admin/partials/tabs/section5.php:45196 #: admin/partials/tabs/section2.php:177 admin/partials/tabs/section3.php:165 197 #: admin/partials/tabs/section4.php:224 admin/partials/tabs/section5.php:45 198 198 msgid "Сохранить и продолжить" 199 199 msgstr "Save & continue" … … 382 382 "that it will not work." 383 383 384 #: admin/partials/tabs/section2.php:172 385 msgid "" 386 "Чтобы соответствовать закону 54-ФЗ, 1 января ставку 20% нужно будет поменять " 387 "на 22% — новые платежи будут проходить по ней. Если не поменять, возможны " 388 "вопросы и штрафы от ФНС, а операции придётся исправлять вручную" 389 msgstr "" 390 "In order to comply with the Federal Law No. 54-FZ, you must change the 20% " 391 "rate to 22% before January 1, so that it is applied to all new payments. If " 392 "you don't change the rate, you might get questions and fines from the " 393 "Federal Tax Service, and you will have to manually correct the transactions" 394 395 #: admin/partials/tabs/section2.php:180 admin/partials/tabs/section3.php:164 396 #: admin/partials/tabs/section4.php:262 admin/partials/tabs/section5.php:44 384 #: admin/partials/tabs/section2.php:176 admin/partials/tabs/section3.php:164 385 #: admin/partials/tabs/section4.php:223 admin/partials/tabs/section5.php:44 397 386 msgid "Назад" 398 387 msgstr "Back" … … 482 471 msgstr "Download the log" 483 472 484 #: admin/partials/tabs/section4.php:2 7473 #: admin/partials/tabs/section4.php:26 485 474 msgid "Автоматическая отправка чеков" 486 475 msgstr "Send receipts automatically" 487 476 488 #: admin/partials/tabs/section4.php:35 489 msgid "Выберите ваш статус:" 490 msgstr "Select your status:" 491 492 #: admin/partials/tabs/section4.php:42 493 msgid "ИП или юрлицо" 494 msgstr "Sole proprietor or legal entity" 495 496 #: admin/partials/tabs/section4.php:46 497 msgid "Самозанятый" 498 msgstr "Self-employed" 499 500 #: admin/partials/tabs/section4.php:54 501 msgid "Чтобы платёж прошёл и чек отправился:" 502 msgstr "In order for a payment to go through and for the receipt to get sent:" 503 504 #: admin/partials/tabs/section4.php:57 505 msgid "" 506 "В нём должно быть не больше 6 позиций. Позиции — это разные наименования, а " 507 "не экземпляры одного и того же товара." 508 msgstr "" 509 "It must have up to 6 items. Items refer to the number of different products, " 510 "not the quantity of the same product." 511 512 #: admin/partials/tabs/section4.php:60 513 msgid "" 514 "Количество должно выражаться целым числом, дробные использовать нельзя. " 515 "Например, 1.5 — не пройдёт, а 2 — пройдёт." 516 msgstr "" 517 "The quantity must be a whole number, decimals are not supported. For " 518 "example, 2 is going to work, while 1.5 isn't." 519 520 #: admin/partials/tabs/section4.php:63 521 msgid "" 522 "Цена каждой позиции должна быть больше 0 ₽ — иначе платёж не пройдёт. Если " 523 "доставка бесплатная — она автоматически удалится из чека." 524 msgstr "" 525 "The price of each item must be greater than 0 ₽, otherwise, the payment " 526 "won't go through. If the delivery is free, it'll be removed from the receipt " 527 "automatically." 528 529 #: admin/partials/tabs/section4.php:71 477 #: admin/partials/tabs/section4.php:30 478 msgid "" 479 "Автоотправка доступна только ИП и юрлицам. Самозанятым нужно формировать " 480 "чеки вручную — через сервис «Мой налог»" 481 msgstr "" 482 "The option to submit receipts automatically is only available to sole " 483 "proprietors and companies. Self-employed individuals must generate receipts " 484 "manually via the Moi Nalog service." 485 486 #: admin/partials/tabs/section4.php:40 530 487 msgid "Налоги" 531 488 msgstr "Taxes" 532 489 533 #: admin/partials/tabs/section4.php: 76490 #: admin/partials/tabs/section4.php:45 534 491 msgid "Система налогообложения по умолчанию" 535 492 msgstr "Default tax system" 536 493 537 #: admin/partials/tabs/section4.php: 78494 #: admin/partials/tabs/section4.php:47 538 495 msgid "" 539 496 "Выберите систему налогообложения по умолчанию. Параметр необходим, только " … … 544 501 "several tax systems, otherwise it is not passed." 545 502 546 #: admin/partials/tabs/section4.php: 92503 #: admin/partials/tabs/section4.php:61 547 504 msgid "Ставка НДС по умолчанию" 548 505 msgstr "Default rate" 549 506 550 #: admin/partials/tabs/section4.php: 94507 #: admin/partials/tabs/section4.php:63 551 508 msgid "" 552 509 "Выберите ставку, которая будет в чеке, если в карточке товара не указана " … … 555 512 "The default rate applies if another rate is not set on the product's page." 556 513 557 #: admin/partials/tabs/section4.php: 109514 #: admin/partials/tabs/section4.php:76 558 515 msgid "Сопоставьте ставки" 559 516 msgstr "Compare rates" 560 517 561 #: admin/partials/tabs/section4.php: 114518 #: admin/partials/tabs/section4.php:81 562 519 msgid "Ставка в вашем магазине" 563 520 msgstr "Rate at your store" 564 521 565 #: admin/partials/tabs/section4.php: 117522 #: admin/partials/tabs/section4.php:84 566 523 msgid "Ставка для чека в налоговую" 567 524 msgstr "Rate for the receipt to the tax service" 568 525 569 #: admin/partials/tabs/section4.php:144 570 msgid "" 571 "С 1 января для соответствия 54-ФЗ ставку НДС и расчётную ставку нужно " 572 "изменить с 20% и 20/120 на 22% и 22/122 — новые платежи будут проходить по " 573 "ним. Если не поменять, возможны вопросы и штрафы от ФНС, а операции придётся " 574 "исправлять вручную." 575 msgstr "" 576 "In order to comply with the Federal Law No. 54-FZ, the VAT rate and estimate " 577 "rate will be changed from 20% and 20/120 to 22% and 22/122 starting from " 578 "January 1, and the new rates will be applied to all new payments. If you " 579 "don't change the rates, you might get questions and fines from the Federal " 580 "Tax Service, and you will have to manually correct the transactions." 581 582 #: admin/partials/tabs/section4.php:153 526 #: admin/partials/tabs/section4.php:114 583 527 msgid "54-ФЗ" 584 528 msgstr "54-FZ" 585 529 586 #: admin/partials/tabs/section4.php:1 58530 #: admin/partials/tabs/section4.php:119 587 531 msgid "Предмет расчёта и способ расчёта" 588 532 msgstr "Subject of calculation and method of calculation" 589 533 590 #: admin/partials/tabs/section4.php:1 59534 #: admin/partials/tabs/section4.php:120 591 535 msgid "" 592 536 "Выберите значения, которые будут передаваться по умолчанию. Эти признаки " … … 596 540 "up for each item separately - in the item card." 597 541 598 #: admin/partials/tabs/section4.php:1 65542 #: admin/partials/tabs/section4.php:126 599 543 msgid "Предмет расчёта" 600 544 msgstr "Subject of calculation" 601 545 602 #: admin/partials/tabs/section4.php:1 74546 #: admin/partials/tabs/section4.php:135 603 547 msgid "Способ расчёта" 604 548 msgstr "Method of calculation" 605 549 606 #: admin/partials/tabs/section4.php:1 86550 #: admin/partials/tabs/section4.php:147 607 551 msgid "Предмет расчёта для доставки" 608 552 msgstr "Subject of calculation for delivery" 609 553 610 #: admin/partials/tabs/section4.php:1 95554 #: admin/partials/tabs/section4.php:156 611 555 msgid "Способ расчёта для доставки" 612 556 msgstr "Payment method for delivery" 613 557 614 #: admin/partials/tabs/section4.php: 212558 #: admin/partials/tabs/section4.php:173 615 559 msgid "Указывать маркировку товара" 616 560 msgstr "Specify product labeling" 617 561 618 #: admin/partials/tabs/section4.php: 216562 #: admin/partials/tabs/section4.php:177 619 563 msgid "" 620 564 "Актуальный список товарных категорий, которые нужно маркировать, можно " … … 626 570 "a> website." 627 571 628 #: admin/partials/tabs/section4.php: 228572 #: admin/partials/tabs/section4.php:189 629 573 msgid "Формировать второй чек" 630 574 msgstr "To form the second check" 631 575 632 #: admin/partials/tabs/section4.php: 237576 #: admin/partials/tabs/section4.php:198 633 577 msgid "При переходе заказа в статус" 634 578 msgstr "When the order goes to the status" 635 579 636 #: admin/partials/tabs/section4.php:2 45580 #: admin/partials/tabs/section4.php:206 637 581 msgid "" 638 582 "Если в заказе будут позиции с признаками «Полная предоплата» — второй чек " … … 643 587 "status." 644 588 645 #: admin/partials/tabs/section4.php:2 49589 #: admin/partials/tabs/section4.php:210 646 590 msgid "Второй чек" 647 591 msgstr "Second check" 648 592 649 #: admin/partials/tabs/section4.php:2 50593 #: admin/partials/tabs/section4.php:211 650 594 msgid "" 651 595 "Два чека нужно формировать, если покупатель вносит предоплату и потом " … … 657 601 "to your account, the second — when shipping goods or performing services." 658 602 659 #: admin/partials/tabs/section4.php:2 51603 #: admin/partials/tabs/section4.php:212 660 604 msgid "Читать про второй чек в ЮKassa >" 661 605 msgstr "Read about the second check in YooKassa >" … … 701 645 msgstr "YooKassa settings" 702 646 703 #: admin/YooKassaAdmin.php:2 20647 #: admin/YooKassaAdmin.php:219 704 648 msgid "Без НДС" 705 649 msgstr "Tax free" 706 650 707 #: admin/YooKassaAdmin.php:23 2651 #: admin/YooKassaAdmin.php:230 708 652 msgid "Не облагается" 709 653 msgstr "Tax free" 710 654 711 #: admin/YooKassaAdmin.php:23 9655 #: admin/YooKassaAdmin.php:236 712 656 msgid "Расчетная ставка 5/105" 713 657 msgstr "Tax rate 5/105" 714 658 715 #: admin/YooKassaAdmin.php:2 40659 #: admin/YooKassaAdmin.php:237 716 660 msgid "Расчетная ставка 7/107" 717 661 msgstr "Tax rate 7/107" 718 662 719 #: admin/YooKassaAdmin.php:2 41663 #: admin/YooKassaAdmin.php:238 720 664 msgid "Расчетная ставка 10/110" 721 665 msgstr "Tax rate 10/110" 722 666 723 #: admin/YooKassaAdmin.php:242 724 msgid "Расчетная ставка 20/120" 725 msgstr "Tax rate 20/120" 726 727 #: admin/YooKassaAdmin.php:243 667 #: admin/YooKassaAdmin.php:239 728 668 msgid "Расчетная ставка 22/122" 729 669 msgstr "Tax rate 22/122" 730 670 731 #: admin/YooKassaAdmin.php:2 50671 #: admin/YooKassaAdmin.php:246 732 672 msgid "Общая система налогообложения" 733 673 msgstr "General tax system" 734 674 735 #: admin/YooKassaAdmin.php:2 51675 #: admin/YooKassaAdmin.php:247 736 676 msgid "Упрощенная (УСН, доходы)" 737 677 msgstr "Simplified (STS, income)" 738 678 739 #: admin/YooKassaAdmin.php:2 52679 #: admin/YooKassaAdmin.php:248 740 680 msgid "Упрощенная (УСН, доходы минус расходы)" 741 681 msgstr "Simplified (STS, income with costs deducted)" 742 682 743 #: admin/YooKassaAdmin.php:2 53683 #: admin/YooKassaAdmin.php:249 744 684 msgid "Единый налог на вмененный доход (ЕНВД)" 745 685 msgstr "Unified tax on imputed income (ENVD)" 746 686 747 #: admin/YooKassaAdmin.php:25 4687 #: admin/YooKassaAdmin.php:250 748 688 msgid "Единый сельскохозяйственный налог (ЕСН)" 749 689 msgstr "Unified agricultural tax (ESN)" 750 690 751 #: admin/YooKassaAdmin.php:25 5691 #: admin/YooKassaAdmin.php:251 752 692 msgid "Патентная система налогообложения" 753 693 msgstr "Patent Based Tax System" 754 694 755 #: admin/YooKassaAdmin.php:2 72 admin/YooKassaAdmin.php:285756 #: gateway/YooKassaGateway.php:58 9 gateway/YooKassaGatewayB2bSberbank.php:175695 #: admin/YooKassaAdmin.php:269 admin/YooKassaAdmin.php:282 696 #: gateway/YooKassaGateway.php:586 gateway/YooKassaGatewayB2bSberbank.php:176 757 697 #, php-format 758 698 msgid "Оплата заказа №%order_number%" 759 699 msgstr "Payment for order No. %order_number%" 760 700 761 #: admin/YooKassaAdmin.php:31 7701 #: admin/YooKassaAdmin.php:313 762 702 msgid "Товар" 763 703 msgstr "Commodity" 764 704 765 #: admin/YooKassaAdmin.php:31 8705 #: admin/YooKassaAdmin.php:314 766 706 msgid "Подакцизный товар" 767 707 msgstr "Excisable commodity" 768 708 769 #: admin/YooKassaAdmin.php:31 9709 #: admin/YooKassaAdmin.php:315 770 710 msgid "Работа" 771 711 msgstr "Job" 772 712 773 #: admin/YooKassaAdmin.php:3 20713 #: admin/YooKassaAdmin.php:316 774 714 msgid "Услуга" 775 715 msgstr "Service" 776 716 777 #: admin/YooKassaAdmin.php:3 21717 #: admin/YooKassaAdmin.php:317 778 718 msgid "Ставка в азартной игре" 779 719 msgstr "Bet in a gambling game" 780 720 781 #: admin/YooKassaAdmin.php:3 22721 #: admin/YooKassaAdmin.php:318 782 722 msgid "Выигрыш в азартной игре" 783 723 msgstr "The gambling winnings" 784 724 785 #: admin/YooKassaAdmin.php:3 23725 #: admin/YooKassaAdmin.php:319 786 726 msgid "Лотерейный билет" 787 727 msgstr "Lottery ticket" 788 728 789 #: admin/YooKassaAdmin.php:32 4729 #: admin/YooKassaAdmin.php:320 790 730 msgid "Выигрыш в лотерею" 791 731 msgstr "Winning the lottery" 792 732 793 #: admin/YooKassaAdmin.php:32 5733 #: admin/YooKassaAdmin.php:321 794 734 msgid "Результаты интеллектуальной деятельности" 795 735 msgstr "Results of intellectual activity" 796 736 797 #: admin/YooKassaAdmin.php:32 6737 #: admin/YooKassaAdmin.php:322 798 738 msgid "Платеж" 799 739 msgstr "Payment" 800 740 801 #: admin/YooKassaAdmin.php:32 7741 #: admin/YooKassaAdmin.php:323 802 742 msgid "Агентское вознаграждение" 803 743 msgstr "Agent's commission" 804 744 805 #: admin/YooKassaAdmin.php:32 8745 #: admin/YooKassaAdmin.php:324 806 746 msgid "Несколько вариантов" 807 747 msgstr "Several options" 808 748 809 #: admin/YooKassaAdmin.php:32 9admin/YooKassaMarkingProduct.php:402749 #: admin/YooKassaAdmin.php:325 admin/YooKassaMarkingProduct.php:402 810 750 msgid "Другое" 811 751 msgstr "Another" 812 752 813 #: admin/YooKassaAdmin.php:3 33753 #: admin/YooKassaAdmin.php:329 814 754 msgid "Полная предоплата" 815 755 msgstr "Full prepayment" 816 756 817 #: admin/YooKassaAdmin.php:33 4757 #: admin/YooKassaAdmin.php:330 818 758 msgid "Частичная предоплата" 819 759 msgstr "Partial prepayment" 820 760 821 #: admin/YooKassaAdmin.php:33 5761 #: admin/YooKassaAdmin.php:331 822 762 msgid "Аванс" 823 763 msgstr "Advance payment" 824 764 825 #: admin/YooKassaAdmin.php:33 6765 #: admin/YooKassaAdmin.php:332 826 766 msgid "Полный расчет" 827 767 msgstr "Full payment" 828 768 829 #: admin/YooKassaAdmin.php:33 7769 #: admin/YooKassaAdmin.php:333 830 770 msgid "Частичный расчет и кредит" 831 771 msgstr "Partial payment and credit" 832 772 833 #: admin/YooKassaAdmin.php:33 8773 #: admin/YooKassaAdmin.php:334 834 774 msgid "Кредит" 835 775 msgstr "Credit" 836 776 837 #: admin/YooKassaAdmin.php:33 9777 #: admin/YooKassaAdmin.php:335 838 778 msgid "Выплата по кредиту" 839 779 msgstr "Payment on the loan" … … 1163 1103 msgstr "Payment method" 1164 1104 1165 #: gateway/YooKassaGateway.php:17 01105 #: gateway/YooKassaGateway.php:177 1166 1106 msgid "Включить/Выключить" 1167 1107 msgstr "Enable/Disable" 1168 1108 1169 #: gateway/YooKassaGateway.php:1 761109 #: gateway/YooKassaGateway.php:183 1170 1110 msgid "Заголовок" 1171 1111 msgstr "Header" 1172 1112 1173 #: gateway/YooKassaGateway.php:1 781113 #: gateway/YooKassaGateway.php:185 1174 1114 msgid "Название, которое пользователь видит во время оплаты" 1175 1115 msgstr "The header that the user will see during checkout" 1176 1116 1177 #: gateway/YooKassaGateway.php:18 21117 #: gateway/YooKassaGateway.php:189 1178 1118 msgid "Описание" 1179 1119 msgstr "Description" 1180 1120 1181 #: gateway/YooKassaGateway.php:1 841121 #: gateway/YooKassaGateway.php:191 1182 1122 msgid "Описание, которое пользователь видит во время оплаты" 1183 1123 msgstr "The description that the user will see during checkout" 1184 1124 1185 #: gateway/YooKassaGateway.php:19 21125 #: gateway/YooKassaGateway.php:199 1186 1126 msgid "" 1187 1127 "Для работы с модулем необходимо <a href=\"https://yoomoney.ru/joinups/" … … 1191 1131 "href=\"https://yookassa.ru/en//\">connect your store to YooKassa</a>." 1192 1132 1193 #: gateway/YooKassaGateway.php:2 251133 #: gateway/YooKassaGateway.php:232 1194 1134 #, php-format 1195 1135 msgid "" … … 1200 1140 "%2$s." 1201 1141 1142 #: gateway/YooKassaGateway.php:382 gateway/YooKassaGateway.php:415 1143 #: gateway/YooKassaGateway.php:424 gateway/YooKassaWidgetGateway.php:240 1144 #: gateway/YooKassaWidgetGateway.php:269 gateway/YooKassaWidgetGateway.php:277 1145 msgid "Платеж не прошел. Попробуйте еще или выберите другой способ оплаты" 1146 msgstr "Payment wasn't processed. Try again or choose another payment method" 1147 1202 1148 #. translators: %1$s - order_id 1203 #: gateway/YooKassaGateway.php: 369 gateway/YooKassaGateway.php:4161204 #: gateway/YooKassa Gateway.php:425 gateway/YooKassaWidgetGateway.php:2181205 #: gateway/YooKassaWidgetGateway.php:2 68 gateway/YooKassaWidgetGateway.php:2761149 #: gateway/YooKassaGateway.php:413 gateway/YooKassaGateway.php:422 1150 #: gateway/YooKassaWidgetGateway.php:218 gateway/YooKassaWidgetGateway.php:268 1151 #: gateway/YooKassaWidgetGateway.php:276 1206 1152 #, php-format 1207 1153 msgid "Не удалось создать платеж. Для заказа %1$s" 1208 1154 msgstr "Unable to make a payment. For order %1$s" 1209 1155 1210 #: gateway/YooKassaGateway.php:385 gateway/YooKassaGateway.php:418 1211 #: gateway/YooKassaGateway.php:427 gateway/YooKassaWidgetGateway.php:240 1212 #: gateway/YooKassaWidgetGateway.php:269 gateway/YooKassaWidgetGateway.php:277 1213 msgid "Платеж не прошел. Попробуйте еще или выберите другой способ оплаты" 1214 msgstr "Payment wasn't processed. Try again or choose another payment method" 1215 1216 #: gateway/YooKassaGateway.php:690 1156 #: gateway/YooKassaGateway.php:687 1217 1157 msgid "Тестовое списание для привязки карты, средства будут возвращены." 1218 1158 msgstr "Test payment to link the card, money will be refunded." … … 1287 1227 #: includes/WC_Payment_Token_SBP.php:11 1288 1228 msgid "Система быстрых платежей" 1289 msgstr " Quick payment system"1229 msgstr "Faster Payments System (SBP)" 1290 1230 1291 1231 #: includes/WC_Payment_Token_YooKassa.php:15 includes/YooKassaPayment.php:685 … … 1293 1233 msgstr "YooMoney" 1294 1234 1295 #: includes/YooKassaHandler.php: 103 includes/YooKassaHandler.php:1131235 #: includes/YooKassaHandler.php:94 includes/YooKassaHandler.php:104 1296 1236 msgid "Доставка" 1297 1237 msgstr "Shipping" 1298 1238 1299 #: includes/YooKassaHandler.php:21 91239 #: includes/YooKassaHandler.php:210 1300 1240 #, php-format 1301 1241 msgid "Успешный платеж. Id заказа - %1$s. Данные платежа - %2$s." 1302 1242 msgstr "Payment successful. Order Id - %1$s. Payment information - %2$s." 1303 1243 1304 #: includes/YooKassaHandler.php:2 251244 #: includes/YooKassaHandler.php:216 1305 1245 #, php-format 1306 1246 msgid "Номер транзакции в ЮKassa: %1$s. Сумма: %2$s" 1307 1247 msgstr "Transaction number in YooKassa: %1$s. Amount: %2$s" 1308 1248 1309 #: includes/YooKassaHandler.php:2 421249 #: includes/YooKassaHandler.php:233 1310 1250 #, php-format 1311 1251 msgid "Успешная подписка. Id заказа - %1$s. Данные платежа - %2$s." 1312 1252 msgstr "Subscribe successful. Order Id - %1$s. Payment information - %2$s." 1313 1253 1314 #: includes/YooKassaHandler.php:2 551254 #: includes/YooKassaHandler.php:246 1315 1255 #, php-format 1316 1256 msgid "Неуспешный платеж. Id заказа - %1$s. Данные платежа - %2$s." 1317 1257 msgstr "Payment unsuccessful. Order Id - %1$s. Payment information - %2$s." 1318 1258 1319 #: includes/YooKassaHandler.php:2 681259 #: includes/YooKassaHandler.php:259 1320 1260 #, php-format 1321 1261 msgid "Платеж в ожидании оплаты. Id заказа - %1$s. Данные платежа - %2$s." 1322 1262 msgstr "Payment pending payment. Order Id - %1$s. Payment details - %2$s." 1323 1263 1324 #: includes/YooKassaHandler.php:2 811264 #: includes/YooKassaHandler.php:272 1325 1265 #, php-format 1326 1266 msgid "Платеж ждет подтверждения. Id заказа - %1$s. Данные платежа - %2$s." … … 1328 1268 "Payment is waiting for confirmation. Order Id - %1$s. Payment details - %2$s." 1329 1269 1330 #: includes/YooKassaHandler.php:2 861270 #: includes/YooKassaHandler.php:277 1331 1271 #, php-format 1332 1272 msgid "" … … 1337 1277 "automatically cancels" 1338 1278 1339 #: includes/YooKassaHandler.php:2 971279 #: includes/YooKassaHandler.php:288 1340 1280 #, php-format 1341 1281 msgid "Статус заказа. %1$s" 1342 1282 msgstr "Order status. %1$s" 1343 1283 1344 #: includes/YooKassaHandler.php:3 101284 #: includes/YooKassaHandler.php:301 1345 1285 msgid "" 1346 1286 "<b>Нельзя добавить больше 6 разных позиций </b><br>Такое ограничение для " … … 1352 1292 "cart: you can add the rest of them in a new order." 1353 1293 1354 #: includes/YooKassaHandler.php:3 171294 #: includes/YooKassaHandler.php:308 1355 1295 msgid "" 1356 1296 "<b>Нельзя добавить позицию с дробным количеством </b><br>Только с целым. " … … 1361 1301 "the order." 1362 1302 1363 #: includes/YooKassaHandler.php:3 231303 #: includes/YooKassaHandler.php:314 1364 1304 msgid "" 1365 1305 "<b>Не получается создать чек </b><br>Цена позиции должна быть больше 0 ₽. " … … 1415 1355 "a> plugin to be active!" 1416 1356 1417 #~ msgid "ЮKassa" 1418 #~ msgstr "YooMoney" 1357 #~ msgid "" 1358 #~ "Чтобы соответствовать закону 54-ФЗ, 1 января ставку 20% нужно будет " 1359 #~ "поменять на 22% — новые платежи будут проходить по ней. Если не поменять, " 1360 #~ "возможны вопросы и штрафы от ФНС, а операции придётся исправлять вручную" 1361 #~ msgstr "" 1362 #~ "In order to comply with the Federal Law No. 54-FZ, you must change the " 1363 #~ "20% rate to 22% before January 1, so that it is applied to all new " 1364 #~ "payments. If you don't change the rate, you might get questions and fines " 1365 #~ "from the Federal Tax Service, and you will have to manually correct the " 1366 #~ "transactions" 1367 1368 #~ msgid "" 1369 #~ "С 1 января для соответствия 54-ФЗ ставку НДС и расчётную ставку нужно " 1370 #~ "изменить с 20% и 20/120 на 22% и 22/122 — новые платежи будут проходить " 1371 #~ "по ним. Если не поменять, возможны вопросы и штрафы от ФНС, а операции " 1372 #~ "придётся исправлять вручную." 1373 #~ msgstr "" 1374 #~ "In order to comply with the Federal Law No. 54-FZ, the VAT rate and " 1375 #~ "estimate rate will be changed from 20% and 20/120 to 22% and 22/122 " 1376 #~ "starting from January 1, and the new rates will be applied to all new " 1377 #~ "payments. If you don't change the rates, you might get questions and " 1378 #~ "fines from the Federal Tax Service, and you will have to manually correct " 1379 #~ "the transactions." 1380 1381 #~ msgid "Расчетная ставка 20/120" 1382 #~ msgstr "Tax rate 20/120" -
yookassa/trunk/languages/yookassa-en_US.po
r3426839 r3443263 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: ЮKassa для WooCommerce 2.1 3.2\n"5 "Project-Id-Version: ЮKassa для WooCommerce 2.14.0\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yookassa\n" 7 "POT-Creation-Date: 202 5-12-17 13:24+0300\n"8 "PO-Revision-Date: 202 5-12-17 15:46+0300\n"7 "POT-Creation-Date: 2026-01-20 14:55+0300\n" 8 "PO-Revision-Date: 2026-01-20 15:05+0300\n" 9 9 "Last-Translator: yoomoney <cms@yoomoney.ru>\n" 10 10 "Language-Team: yoomoney <cms@yoomoney.ru>\n" … … 194 194 195 195 #: admin/partials/tabs/oauth_form.php:60 admin/partials/tabs/section1.php:57 196 #: admin/partials/tabs/section2.php:1 81admin/partials/tabs/section3.php:165197 #: admin/partials/tabs/section4.php:2 63admin/partials/tabs/section5.php:45196 #: admin/partials/tabs/section2.php:177 admin/partials/tabs/section3.php:165 197 #: admin/partials/tabs/section4.php:224 admin/partials/tabs/section5.php:45 198 198 msgid "Сохранить и продолжить" 199 199 msgstr "Save & continue" … … 382 382 "that it will not work." 383 383 384 #: admin/partials/tabs/section2.php:172 385 msgid "" 386 "Чтобы соответствовать закону 54-ФЗ, 1 января ставку 20% нужно будет поменять " 387 "на 22% — новые платежи будут проходить по ней. Если не поменять, возможны " 388 "вопросы и штрафы от ФНС, а операции придётся исправлять вручную" 389 msgstr "" 390 "In order to comply with the Federal Law No. 54-FZ, you must change the 20% " 391 "rate to 22% before January 1, so that it is applied to all new payments. If " 392 "you don't change the rate, you might get questions and fines from the " 393 "Federal Tax Service, and you will have to manually correct the transactions" 394 395 #: admin/partials/tabs/section2.php:180 admin/partials/tabs/section3.php:164 396 #: admin/partials/tabs/section4.php:262 admin/partials/tabs/section5.php:44 384 #: admin/partials/tabs/section2.php:176 admin/partials/tabs/section3.php:164 385 #: admin/partials/tabs/section4.php:223 admin/partials/tabs/section5.php:44 397 386 msgid "Назад" 398 387 msgstr "Back" … … 482 471 msgstr "Download the log" 483 472 484 #: admin/partials/tabs/section4.php:2 7473 #: admin/partials/tabs/section4.php:26 485 474 msgid "Автоматическая отправка чеков" 486 475 msgstr "Send receipts automatically" 487 476 488 #: admin/partials/tabs/section4.php:35 489 msgid "Выберите ваш статус:" 490 msgstr "Select your status:" 491 492 #: admin/partials/tabs/section4.php:42 493 msgid "ИП или юрлицо" 494 msgstr "Sole proprietor or legal entity" 495 496 #: admin/partials/tabs/section4.php:46 497 msgid "Самозанятый" 498 msgstr "Self-employed" 499 500 #: admin/partials/tabs/section4.php:54 501 msgid "Чтобы платёж прошёл и чек отправился:" 502 msgstr "In order for a payment to go through and for the receipt to get sent:" 503 504 #: admin/partials/tabs/section4.php:57 505 msgid "" 506 "В нём должно быть не больше 6 позиций. Позиции — это разные наименования, а " 507 "не экземпляры одного и того же товара." 508 msgstr "" 509 "It must have up to 6 items. Items refer to the number of different products, " 510 "not the quantity of the same product." 511 512 #: admin/partials/tabs/section4.php:60 513 msgid "" 514 "Количество должно выражаться целым числом, дробные использовать нельзя. " 515 "Например, 1.5 — не пройдёт, а 2 — пройдёт." 516 msgstr "" 517 "The quantity must be a whole number, decimals are not supported. For " 518 "example, 2 is going to work, while 1.5 isn't." 519 520 #: admin/partials/tabs/section4.php:63 521 msgid "" 522 "Цена каждой позиции должна быть больше 0 ₽ — иначе платёж не пройдёт. Если " 523 "доставка бесплатная — она автоматически удалится из чека." 524 msgstr "" 525 "The price of each item must be greater than 0 ₽, otherwise, the payment " 526 "won't go through. If the delivery is free, it'll be removed from the receipt " 527 "automatically." 528 529 #: admin/partials/tabs/section4.php:71 477 #: admin/partials/tabs/section4.php:30 478 msgid "" 479 "Автоотправка доступна только ИП и юрлицам. Самозанятым нужно формировать " 480 "чеки вручную — через сервис «Мой налог»" 481 msgstr "" 482 "The option to submit receipts automatically is only available to sole " 483 "proprietors and companies. Self-employed individuals must generate receipts " 484 "manually via the Moi Nalog service." 485 486 #: admin/partials/tabs/section4.php:40 530 487 msgid "Налоги" 531 488 msgstr "Taxes" 532 489 533 #: admin/partials/tabs/section4.php: 76490 #: admin/partials/tabs/section4.php:45 534 491 msgid "Система налогообложения по умолчанию" 535 492 msgstr "Default tax system" 536 493 537 #: admin/partials/tabs/section4.php: 78494 #: admin/partials/tabs/section4.php:47 538 495 msgid "" 539 496 "Выберите систему налогообложения по умолчанию. Параметр необходим, только " … … 544 501 "several tax systems, otherwise it is not passed." 545 502 546 #: admin/partials/tabs/section4.php: 92503 #: admin/partials/tabs/section4.php:61 547 504 msgid "Ставка НДС по умолчанию" 548 505 msgstr "Default rate" 549 506 550 #: admin/partials/tabs/section4.php: 94507 #: admin/partials/tabs/section4.php:63 551 508 msgid "" 552 509 "Выберите ставку, которая будет в чеке, если в карточке товара не указана " … … 555 512 "The default rate applies if another rate is not set on the product's page." 556 513 557 #: admin/partials/tabs/section4.php: 109514 #: admin/partials/tabs/section4.php:76 558 515 msgid "Сопоставьте ставки" 559 516 msgstr "Compare rates" 560 517 561 #: admin/partials/tabs/section4.php: 114518 #: admin/partials/tabs/section4.php:81 562 519 msgid "Ставка в вашем магазине" 563 520 msgstr "Rate at your store" 564 521 565 #: admin/partials/tabs/section4.php: 117522 #: admin/partials/tabs/section4.php:84 566 523 msgid "Ставка для чека в налоговую" 567 524 msgstr "Rate for the receipt to the tax service" 568 525 569 #: admin/partials/tabs/section4.php:144 570 msgid "" 571 "С 1 января для соответствия 54-ФЗ ставку НДС и расчётную ставку нужно " 572 "изменить с 20% и 20/120 на 22% и 22/122 — новые платежи будут проходить по " 573 "ним. Если не поменять, возможны вопросы и штрафы от ФНС, а операции придётся " 574 "исправлять вручную." 575 msgstr "" 576 "In order to comply with the Federal Law No. 54-FZ, the VAT rate and estimate " 577 "rate will be changed from 20% and 20/120 to 22% and 22/122 starting from " 578 "January 1, and the new rates will be applied to all new payments. If you " 579 "don't change the rates, you might get questions and fines from the Federal " 580 "Tax Service, and you will have to manually correct the transactions." 581 582 #: admin/partials/tabs/section4.php:153 526 #: admin/partials/tabs/section4.php:114 583 527 msgid "54-ФЗ" 584 528 msgstr "54-FZ" 585 529 586 #: admin/partials/tabs/section4.php:1 58530 #: admin/partials/tabs/section4.php:119 587 531 msgid "Предмет расчёта и способ расчёта" 588 532 msgstr "Subject of calculation and method of calculation" 589 533 590 #: admin/partials/tabs/section4.php:1 59534 #: admin/partials/tabs/section4.php:120 591 535 msgid "" 592 536 "Выберите значения, которые будут передаваться по умолчанию. Эти признаки " … … 596 540 "up for each item separately - in the item card." 597 541 598 #: admin/partials/tabs/section4.php:1 65542 #: admin/partials/tabs/section4.php:126 599 543 msgid "Предмет расчёта" 600 544 msgstr "Subject of calculation" 601 545 602 #: admin/partials/tabs/section4.php:1 74546 #: admin/partials/tabs/section4.php:135 603 547 msgid "Способ расчёта" 604 548 msgstr "Method of calculation" 605 549 606 #: admin/partials/tabs/section4.php:1 86550 #: admin/partials/tabs/section4.php:147 607 551 msgid "Предмет расчёта для доставки" 608 552 msgstr "Subject of calculation for delivery" 609 553 610 #: admin/partials/tabs/section4.php:1 95554 #: admin/partials/tabs/section4.php:156 611 555 msgid "Способ расчёта для доставки" 612 556 msgstr "Payment method for delivery" 613 557 614 #: admin/partials/tabs/section4.php: 212558 #: admin/partials/tabs/section4.php:173 615 559 msgid "Указывать маркировку товара" 616 560 msgstr "Specify product labeling" 617 561 618 #: admin/partials/tabs/section4.php: 216562 #: admin/partials/tabs/section4.php:177 619 563 msgid "" 620 564 "Актуальный список товарных категорий, которые нужно маркировать, можно " … … 626 570 "a> website." 627 571 628 #: admin/partials/tabs/section4.php: 228572 #: admin/partials/tabs/section4.php:189 629 573 msgid "Формировать второй чек" 630 574 msgstr "To form the second check" 631 575 632 #: admin/partials/tabs/section4.php: 237576 #: admin/partials/tabs/section4.php:198 633 577 msgid "При переходе заказа в статус" 634 578 msgstr "When the order goes to the status" 635 579 636 #: admin/partials/tabs/section4.php:2 45580 #: admin/partials/tabs/section4.php:206 637 581 msgid "" 638 582 "Если в заказе будут позиции с признаками «Полная предоплата» — второй чек " … … 643 587 "status." 644 588 645 #: admin/partials/tabs/section4.php:2 49589 #: admin/partials/tabs/section4.php:210 646 590 msgid "Второй чек" 647 591 msgstr "Second check" 648 592 649 #: admin/partials/tabs/section4.php:2 50593 #: admin/partials/tabs/section4.php:211 650 594 msgid "" 651 595 "Два чека нужно формировать, если покупатель вносит предоплату и потом " … … 657 601 "to your account, the second — when shipping goods or performing services." 658 602 659 #: admin/partials/tabs/section4.php:2 51603 #: admin/partials/tabs/section4.php:212 660 604 msgid "Читать про второй чек в ЮKassa >" 661 605 msgstr "Read about the second check in YooKassa >" … … 701 645 msgstr "YooKassa settings" 702 646 703 #: admin/YooKassaAdmin.php:2 20647 #: admin/YooKassaAdmin.php:219 704 648 msgid "Без НДС" 705 649 msgstr "Tax free" 706 650 707 #: admin/YooKassaAdmin.php:23 2651 #: admin/YooKassaAdmin.php:230 708 652 msgid "Не облагается" 709 653 msgstr "Tax free" 710 654 711 #: admin/YooKassaAdmin.php:23 9655 #: admin/YooKassaAdmin.php:236 712 656 msgid "Расчетная ставка 5/105" 713 657 msgstr "Tax rate 5/105" 714 658 715 #: admin/YooKassaAdmin.php:2 40659 #: admin/YooKassaAdmin.php:237 716 660 msgid "Расчетная ставка 7/107" 717 661 msgstr "Tax rate 7/107" 718 662 719 #: admin/YooKassaAdmin.php:2 41663 #: admin/YooKassaAdmin.php:238 720 664 msgid "Расчетная ставка 10/110" 721 665 msgstr "Tax rate 10/110" 722 666 723 #: admin/YooKassaAdmin.php:242 724 msgid "Расчетная ставка 20/120" 725 msgstr "Tax rate 20/120" 726 727 #: admin/YooKassaAdmin.php:243 667 #: admin/YooKassaAdmin.php:239 728 668 #, fuzzy 729 669 #| msgid "Расчетная ставка 20/120" … … 731 671 msgstr "Tax rate 20/120" 732 672 733 #: admin/YooKassaAdmin.php:2 50673 #: admin/YooKassaAdmin.php:246 734 674 msgid "Общая система налогообложения" 735 675 msgstr "General tax system" 736 676 737 #: admin/YooKassaAdmin.php:2 51677 #: admin/YooKassaAdmin.php:247 738 678 msgid "Упрощенная (УСН, доходы)" 739 679 msgstr "Simplified (STS, income)" 740 680 741 #: admin/YooKassaAdmin.php:2 52681 #: admin/YooKassaAdmin.php:248 742 682 msgid "Упрощенная (УСН, доходы минус расходы)" 743 683 msgstr "Simplified (STS, income with costs deducted)" 744 684 745 #: admin/YooKassaAdmin.php:2 53685 #: admin/YooKassaAdmin.php:249 746 686 msgid "Единый налог на вмененный доход (ЕНВД)" 747 687 msgstr "Unified tax on imputed income (ENVD)" 748 688 749 #: admin/YooKassaAdmin.php:25 4689 #: admin/YooKassaAdmin.php:250 750 690 msgid "Единый сельскохозяйственный налог (ЕСН)" 751 691 msgstr "Unified agricultural tax (ESN)" 752 692 753 #: admin/YooKassaAdmin.php:25 5693 #: admin/YooKassaAdmin.php:251 754 694 msgid "Патентная система налогообложения" 755 695 msgstr "Patent Based Tax System" 756 696 757 #: admin/YooKassaAdmin.php:2 72 admin/YooKassaAdmin.php:285758 #: gateway/YooKassaGateway.php:58 9 gateway/YooKassaGatewayB2bSberbank.php:175697 #: admin/YooKassaAdmin.php:269 admin/YooKassaAdmin.php:282 698 #: gateway/YooKassaGateway.php:586 gateway/YooKassaGatewayB2bSberbank.php:176 759 699 #, php-format 760 700 msgid "Оплата заказа №%order_number%" 761 701 msgstr "Payment for order No. %order_number%" 762 702 763 #: admin/YooKassaAdmin.php:31 7703 #: admin/YooKassaAdmin.php:313 764 704 msgid "Товар" 765 705 msgstr "Commodity" 766 706 767 #: admin/YooKassaAdmin.php:31 8707 #: admin/YooKassaAdmin.php:314 768 708 msgid "Подакцизный товар" 769 709 msgstr "Excisable commodity" 770 710 771 #: admin/YooKassaAdmin.php:31 9711 #: admin/YooKassaAdmin.php:315 772 712 msgid "Работа" 773 713 msgstr "Job" 774 714 775 #: admin/YooKassaAdmin.php:3 20715 #: admin/YooKassaAdmin.php:316 776 716 msgid "Услуга" 777 717 msgstr "Service" 778 718 779 #: admin/YooKassaAdmin.php:3 21719 #: admin/YooKassaAdmin.php:317 780 720 msgid "Ставка в азартной игре" 781 721 msgstr "Bet in a gambling game" 782 722 783 #: admin/YooKassaAdmin.php:3 22723 #: admin/YooKassaAdmin.php:318 784 724 msgid "Выигрыш в азартной игре" 785 725 msgstr "The gambling winnings" 786 726 787 #: admin/YooKassaAdmin.php:3 23727 #: admin/YooKassaAdmin.php:319 788 728 msgid "Лотерейный билет" 789 729 msgstr "Lottery ticket" 790 730 791 #: admin/YooKassaAdmin.php:32 4731 #: admin/YooKassaAdmin.php:320 792 732 msgid "Выигрыш в лотерею" 793 733 msgstr "Winning the lottery" 794 734 795 #: admin/YooKassaAdmin.php:32 5735 #: admin/YooKassaAdmin.php:321 796 736 msgid "Результаты интеллектуальной деятельности" 797 737 msgstr "Results of intellectual activity" 798 738 799 #: admin/YooKassaAdmin.php:32 6739 #: admin/YooKassaAdmin.php:322 800 740 msgid "Платеж" 801 741 msgstr "Payment" 802 742 803 #: admin/YooKassaAdmin.php:32 7743 #: admin/YooKassaAdmin.php:323 804 744 msgid "Агентское вознаграждение" 805 745 msgstr "Agent's commission" 806 746 807 #: admin/YooKassaAdmin.php:32 8747 #: admin/YooKassaAdmin.php:324 808 748 msgid "Несколько вариантов" 809 749 msgstr "Several options" 810 750 811 #: admin/YooKassaAdmin.php:32 9admin/YooKassaMarkingProduct.php:402751 #: admin/YooKassaAdmin.php:325 admin/YooKassaMarkingProduct.php:402 812 752 msgid "Другое" 813 753 msgstr "Another" 814 754 815 #: admin/YooKassaAdmin.php:3 33755 #: admin/YooKassaAdmin.php:329 816 756 msgid "Полная предоплата" 817 757 msgstr "Full prepayment" 818 758 819 #: admin/YooKassaAdmin.php:33 4759 #: admin/YooKassaAdmin.php:330 820 760 msgid "Частичная предоплата" 821 761 msgstr "Partial prepayment" 822 762 823 #: admin/YooKassaAdmin.php:33 5763 #: admin/YooKassaAdmin.php:331 824 764 msgid "Аванс" 825 765 msgstr "Advance payment" 826 766 827 #: admin/YooKassaAdmin.php:33 6767 #: admin/YooKassaAdmin.php:332 828 768 msgid "Полный расчет" 829 769 msgstr "Full payment" 830 770 831 #: admin/YooKassaAdmin.php:33 7771 #: admin/YooKassaAdmin.php:333 832 772 msgid "Частичный расчет и кредит" 833 773 msgstr "Partial payment and credit" 834 774 835 #: admin/YooKassaAdmin.php:33 8775 #: admin/YooKassaAdmin.php:334 836 776 msgid "Кредит" 837 777 msgstr "Credit" 838 778 839 #: admin/YooKassaAdmin.php:33 9779 #: admin/YooKassaAdmin.php:335 840 780 msgid "Выплата по кредиту" 841 781 msgstr "Payment on the loan" … … 1165 1105 msgstr "Payment method" 1166 1106 1167 #: gateway/YooKassaGateway.php:17 01107 #: gateway/YooKassaGateway.php:177 1168 1108 msgid "Включить/Выключить" 1169 1109 msgstr "Enable/Disable" 1170 1110 1171 #: gateway/YooKassaGateway.php:1 761111 #: gateway/YooKassaGateway.php:183 1172 1112 msgid "Заголовок" 1173 1113 msgstr "Header" 1174 1114 1175 #: gateway/YooKassaGateway.php:1 781115 #: gateway/YooKassaGateway.php:185 1176 1116 msgid "Название, которое пользователь видит во время оплаты" 1177 1117 msgstr "The header that the user will see during checkout" 1178 1118 1179 #: gateway/YooKassaGateway.php:18 21119 #: gateway/YooKassaGateway.php:189 1180 1120 msgid "Описание" 1181 1121 msgstr "Description" 1182 1122 1183 #: gateway/YooKassaGateway.php:1 841123 #: gateway/YooKassaGateway.php:191 1184 1124 msgid "Описание, которое пользователь видит во время оплаты" 1185 1125 msgstr "The description that the user will see during checkout" 1186 1126 1187 #: gateway/YooKassaGateway.php:19 21127 #: gateway/YooKassaGateway.php:199 1188 1128 msgid "" 1189 1129 "Для работы с модулем необходимо <a href=\"https://yoomoney.ru/joinups/" … … 1193 1133 "href=\"https://yookassa.ru/en//\">connect your store to YooKassa</a>." 1194 1134 1195 #: gateway/YooKassaGateway.php:2 251135 #: gateway/YooKassaGateway.php:232 1196 1136 #, php-format 1197 1137 msgid "" … … 1202 1142 "%2$s." 1203 1143 1144 #: gateway/YooKassaGateway.php:382 gateway/YooKassaGateway.php:415 1145 #: gateway/YooKassaGateway.php:424 gateway/YooKassaWidgetGateway.php:240 1146 #: gateway/YooKassaWidgetGateway.php:269 gateway/YooKassaWidgetGateway.php:277 1147 msgid "Платеж не прошел. Попробуйте еще или выберите другой способ оплаты" 1148 msgstr "Payment wasn't processed. Try again or choose another payment method" 1149 1204 1150 #. translators: %1$s - order_id 1205 #: gateway/YooKassaGateway.php: 369 gateway/YooKassaGateway.php:4161206 #: gateway/YooKassa Gateway.php:425 gateway/YooKassaWidgetGateway.php:2181207 #: gateway/YooKassaWidgetGateway.php:2 68 gateway/YooKassaWidgetGateway.php:2761151 #: gateway/YooKassaGateway.php:413 gateway/YooKassaGateway.php:422 1152 #: gateway/YooKassaWidgetGateway.php:218 gateway/YooKassaWidgetGateway.php:268 1153 #: gateway/YooKassaWidgetGateway.php:276 1208 1154 #, php-format 1209 1155 msgid "Не удалось создать платеж. Для заказа %1$s" 1210 1156 msgstr "Unable to make a payment. For order %1$s" 1211 1157 1212 #: gateway/YooKassaGateway.php:385 gateway/YooKassaGateway.php:418 1213 #: gateway/YooKassaGateway.php:427 gateway/YooKassaWidgetGateway.php:240 1214 #: gateway/YooKassaWidgetGateway.php:269 gateway/YooKassaWidgetGateway.php:277 1215 msgid "Платеж не прошел. Попробуйте еще или выберите другой способ оплаты" 1216 msgstr "Payment wasn't processed. Try again or choose another payment method" 1217 1218 #: gateway/YooKassaGateway.php:690 1158 #: gateway/YooKassaGateway.php:687 1219 1159 msgid "Тестовое списание для привязки карты, средства будут возвращены." 1220 1160 msgstr "Test payment to link the card, money will be refunded." … … 1289 1229 #: includes/WC_Payment_Token_SBP.php:11 1290 1230 msgid "Система быстрых платежей" 1291 msgstr " Quick payment system"1231 msgstr "Faster Payments System (SBP)" 1292 1232 1293 1233 #: includes/WC_Payment_Token_YooKassa.php:15 includes/YooKassaPayment.php:685 … … 1295 1235 msgstr "YooMoney" 1296 1236 1297 #: includes/YooKassaHandler.php: 103 includes/YooKassaHandler.php:1131237 #: includes/YooKassaHandler.php:94 includes/YooKassaHandler.php:104 1298 1238 msgid "Доставка" 1299 1239 msgstr "Shipping" 1300 1240 1301 #: includes/YooKassaHandler.php:21 91241 #: includes/YooKassaHandler.php:210 1302 1242 #, php-format 1303 1243 msgid "Успешный платеж. Id заказа - %1$s. Данные платежа - %2$s." 1304 1244 msgstr "Payment successful. Order Id - %1$s. Payment information - %2$s." 1305 1245 1306 #: includes/YooKassaHandler.php:2 251246 #: includes/YooKassaHandler.php:216 1307 1247 #, php-format 1308 1248 msgid "Номер транзакции в ЮKassa: %1$s. Сумма: %2$s" 1309 1249 msgstr "Transaction number in YooKassa: %1$s. Amount: %2$s" 1310 1250 1311 #: includes/YooKassaHandler.php:2 421251 #: includes/YooKassaHandler.php:233 1312 1252 #, php-format 1313 1253 msgid "Успешная подписка. Id заказа - %1$s. Данные платежа - %2$s." 1314 1254 msgstr "Subscribe successful. Order Id - %1$s. Payment information - %2$s." 1315 1255 1316 #: includes/YooKassaHandler.php:2 551256 #: includes/YooKassaHandler.php:246 1317 1257 #, php-format 1318 1258 msgid "Неуспешный платеж. Id заказа - %1$s. Данные платежа - %2$s." 1319 1259 msgstr "Payment unsuccessful. Order Id - %1$s. Payment information - %2$s." 1320 1260 1321 #: includes/YooKassaHandler.php:2 681261 #: includes/YooKassaHandler.php:259 1322 1262 #, php-format 1323 1263 msgid "Платеж в ожидании оплаты. Id заказа - %1$s. Данные платежа - %2$s." 1324 1264 msgstr "Payment pending payment. Order Id - %1$s. Payment details - %2$s." 1325 1265 1326 #: includes/YooKassaHandler.php:2 811266 #: includes/YooKassaHandler.php:272 1327 1267 #, php-format 1328 1268 msgid "Платеж ждет подтверждения. Id заказа - %1$s. Данные платежа - %2$s." … … 1330 1270 "Payment is waiting for confirmation. Order Id - %1$s. Payment details - %2$s." 1331 1271 1332 #: includes/YooKassaHandler.php:2 861272 #: includes/YooKassaHandler.php:277 1333 1273 #, php-format 1334 1274 msgid "" … … 1339 1279 "automatically cancels" 1340 1280 1341 #: includes/YooKassaHandler.php:2 971281 #: includes/YooKassaHandler.php:288 1342 1282 #, php-format 1343 1283 msgid "Статус заказа. %1$s" 1344 1284 msgstr "Order status. %1$s" 1345 1285 1346 #: includes/YooKassaHandler.php:3 101286 #: includes/YooKassaHandler.php:301 1347 1287 msgid "" 1348 1288 "<b>Нельзя добавить больше 6 разных позиций </b><br>Такое ограничение для " … … 1354 1294 "cart: you can add the rest of them in a new order." 1355 1295 1356 #: includes/YooKassaHandler.php:3 171296 #: includes/YooKassaHandler.php:308 1357 1297 msgid "" 1358 1298 "<b>Нельзя добавить позицию с дробным количеством </b><br>Только с целым. " … … 1363 1303 "the order." 1364 1304 1365 #: includes/YooKassaHandler.php:3 231305 #: includes/YooKassaHandler.php:314 1366 1306 msgid "" 1367 1307 "<b>Не получается создать чек </b><br>Цена позиции должна быть больше 0 ₽. " … … 1417 1357 "a> plugin to be active!" 1418 1358 1419 #~ msgid "ЮKassa" 1420 #~ msgstr "YooMoney" 1359 #~ msgid "" 1360 #~ "Чтобы соответствовать закону 54-ФЗ, 1 января ставку 20% нужно будет " 1361 #~ "поменять на 22% — новые платежи будут проходить по ней. Если не поменять, " 1362 #~ "возможны вопросы и штрафы от ФНС, а операции придётся исправлять вручную" 1363 #~ msgstr "" 1364 #~ "In order to comply with the Federal Law No. 54-FZ, you must change the " 1365 #~ "20% rate to 22% before January 1, so that it is applied to all new " 1366 #~ "payments. If you don't change the rate, you might get questions and fines " 1367 #~ "from the Federal Tax Service, and you will have to manually correct the " 1368 #~ "transactions" 1369 1370 #~ msgid "" 1371 #~ "С 1 января для соответствия 54-ФЗ ставку НДС и расчётную ставку нужно " 1372 #~ "изменить с 20% и 20/120 на 22% и 22/122 — новые платежи будут проходить " 1373 #~ "по ним. Если не поменять, возможны вопросы и штрафы от ФНС, а операции " 1374 #~ "придётся исправлять вручную." 1375 #~ msgstr "" 1376 #~ "In order to comply with the Federal Law No. 54-FZ, the VAT rate and " 1377 #~ "estimate rate will be changed from 20% and 20/120 to 22% and 22/122 " 1378 #~ "starting from January 1, and the new rates will be applied to all new " 1379 #~ "payments. If you don't change the rates, you might get questions and " 1380 #~ "fines from the Federal Tax Service, and you will have to manually correct " 1381 #~ "the transactions." 1382 1383 #~ msgid "Расчетная ставка 20/120" 1384 #~ msgstr "Tax rate 20/120" -
yookassa/trunk/languages/yookassa.pot
r3426839 r3443263 1 # Copyright (C) 202 5YooMoney1 # Copyright (C) 2026 YooMoney 2 2 # This file is distributed under the same license as the ЮKassa для WooCommerce plugin. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: yookassa 2.1 3.2\n"5 "Project-Id-Version: yookassa 2.14.0\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yookassa\n" 7 "POT-Creation-Date: 202 5-12-17 13:24+0300\n"8 "PO-Revision-Date: 202 5-12-17 13:24+0300\n"7 "POT-Creation-Date: 2026-01-20 14:55+0300\n" 8 "PO-Revision-Date: 2026-01-20 14:55+0300\n" 9 9 "Last-Translator: yoomoney <cms@yoomoney.ru>\n" 10 10 "Language-Team: RU <cms@yoomoney.ru>\n" … … 156 156 #: admin/partials/tabs/oauth_form.php:60 157 157 #: admin/partials/tabs/section1.php:57 158 #: admin/partials/tabs/section2.php:1 81158 #: admin/partials/tabs/section2.php:177 159 159 #: admin/partials/tabs/section3.php:165 160 #: admin/partials/tabs/section4.php:2 63160 #: admin/partials/tabs/section4.php:224 161 161 #: admin/partials/tabs/section5.php:45 162 162 msgid "Сохранить и продолжить" … … 297 297 msgstr "" 298 298 299 #: admin/partials/tabs/section2.php:172 300 msgid "Чтобы соответствовать закону 54-ФЗ, 1 января ставку 20% нужно будет поменять на 22% — новые платежи будут проходить по ней. Если не поменять, возможны вопросы и штрафы от ФНС, а операции придётся исправлять вручную" 301 msgstr "" 302 303 #: admin/partials/tabs/section2.php:180 299 #: admin/partials/tabs/section2.php:176 304 300 #: admin/partials/tabs/section3.php:164 305 #: admin/partials/tabs/section4.php:2 62301 #: admin/partials/tabs/section4.php:223 306 302 #: admin/partials/tabs/section5.php:44 307 303 msgid "Назад" … … 378 374 msgstr "" 379 375 380 #: admin/partials/tabs/section4.php:2 7376 #: admin/partials/tabs/section4.php:26 381 377 msgid "Автоматическая отправка чеков" 382 378 msgstr "" 383 379 384 #: admin/partials/tabs/section4.php:35 385 msgid "Выберите ваш статус:" 386 msgstr "" 387 388 #: admin/partials/tabs/section4.php:42 389 msgid "ИП или юрлицо" 390 msgstr "" 391 392 #: admin/partials/tabs/section4.php:46 393 msgid "Самозанятый" 394 msgstr "" 395 396 #: admin/partials/tabs/section4.php:54 397 msgid "Чтобы платёж прошёл и чек отправился:" 398 msgstr "" 399 400 #: admin/partials/tabs/section4.php:57 401 msgid "В нём должно быть не больше 6 позиций. Позиции — это разные наименования, а не экземпляры одного и того же товара." 402 msgstr "" 403 404 #: admin/partials/tabs/section4.php:60 405 msgid "Количество должно выражаться целым числом, дробные использовать нельзя. Например, 1.5 — не пройдёт, а 2 — пройдёт." 380 #: admin/partials/tabs/section4.php:30 381 msgid "Автоотправка доступна только ИП и юрлицам. Самозанятым нужно формировать чеки вручную — через сервис «Мой налог»" 382 msgstr "" 383 384 #: admin/partials/tabs/section4.php:40 385 msgid "Налоги" 386 msgstr "" 387 388 #: admin/partials/tabs/section4.php:45 389 msgid "Система налогообложения по умолчанию" 390 msgstr "" 391 392 #: admin/partials/tabs/section4.php:47 393 msgid "Выберите систему налогообложения по умолчанию. Параметр необходим, только если у вас несколько систем налогообложения, в остальных случаях не передается." 394 msgstr "" 395 396 #: admin/partials/tabs/section4.php:61 397 msgid "Ставка НДС по умолчанию" 406 398 msgstr "" 407 399 408 400 #: admin/partials/tabs/section4.php:63 409 msgid "Цена каждой позиции должна быть больше 0 ₽ — иначе платёж не пройдёт. Если доставка бесплатная — она автоматически удалится из чека." 410 msgstr "" 411 412 #: admin/partials/tabs/section4.php:71 413 msgid "Налоги" 401 msgid "Выберите ставку, которая будет в чеке, если в карточке товара не указана другая ставка." 414 402 msgstr "" 415 403 416 404 #: admin/partials/tabs/section4.php:76 417 msgid "Система налогообложения по умолчанию"418 msgstr ""419 420 #: admin/partials/tabs/section4.php:78421 msgid "Выберите систему налогообложения по умолчанию. Параметр необходим, только если у вас несколько систем налогообложения, в остальных случаях не передается."422 msgstr ""423 424 #: admin/partials/tabs/section4.php:92425 msgid "Ставка НДС по умолчанию"426 msgstr ""427 428 #: admin/partials/tabs/section4.php:94429 msgid "Выберите ставку, которая будет в чеке, если в карточке товара не указана другая ставка."430 msgstr ""431 432 #: admin/partials/tabs/section4.php:109433 405 msgid "Сопоставьте ставки" 434 406 msgstr "" 435 407 408 #: admin/partials/tabs/section4.php:81 409 msgid "Ставка в вашем магазине" 410 msgstr "" 411 412 #: admin/partials/tabs/section4.php:84 413 msgid "Ставка для чека в налоговую" 414 msgstr "" 415 436 416 #: admin/partials/tabs/section4.php:114 437 msgid "Ставка в вашем магазине"438 msgstr ""439 440 #: admin/partials/tabs/section4.php:117441 msgid "Ставка для чека в налоговую"442 msgstr ""443 444 #: admin/partials/tabs/section4.php:144445 msgid "С 1 января для соответствия 54-ФЗ ставку НДС и расчётную ставку нужно изменить с 20% и 20/120 на 22% и 22/122 — новые платежи будут проходить по ним. Если не поменять, возможны вопросы и штрафы от ФНС, а операции придётся исправлять вручную."446 msgstr ""447 448 #: admin/partials/tabs/section4.php:153449 417 msgid "54-ФЗ" 450 418 msgstr "" 451 419 452 #: admin/partials/tabs/section4.php:1 58420 #: admin/partials/tabs/section4.php:119 453 421 msgid "Предмет расчёта и способ расчёта" 454 422 msgstr "" 455 423 456 #: admin/partials/tabs/section4.php:1 59424 #: admin/partials/tabs/section4.php:120 457 425 msgid "Выберите значения, которые будут передаваться по умолчанию. Эти признаки можно настроить у каждой позиции отдельно — в карточке товара." 458 426 msgstr "" 459 427 460 #: admin/partials/tabs/section4.php:1 65428 #: admin/partials/tabs/section4.php:126 461 429 msgid "Предмет расчёта" 462 430 msgstr "" 463 431 464 #: admin/partials/tabs/section4.php:1 74432 #: admin/partials/tabs/section4.php:135 465 433 msgid "Способ расчёта" 466 434 msgstr "" 467 435 468 #: admin/partials/tabs/section4.php:1 86436 #: admin/partials/tabs/section4.php:147 469 437 msgid "Предмет расчёта для доставки" 470 438 msgstr "" 471 439 472 #: admin/partials/tabs/section4.php:1 95440 #: admin/partials/tabs/section4.php:156 473 441 msgid "Способ расчёта для доставки" 474 442 msgstr "" 475 443 444 #: admin/partials/tabs/section4.php:173 445 msgid "Указывать маркировку товара" 446 msgstr "" 447 448 #: admin/partials/tabs/section4.php:177 449 msgid "Актуальный список товарных категорий, которые нужно маркировать, можно посмотреть на сайте <a href=\"https://честныйзнак.рф/\" target=\"_blank\">Честного знака</a>." 450 msgstr "" 451 452 #: admin/partials/tabs/section4.php:189 453 msgid "Формировать второй чек" 454 msgstr "" 455 456 #: admin/partials/tabs/section4.php:198 457 msgid "При переходе заказа в статус" 458 msgstr "" 459 460 #: admin/partials/tabs/section4.php:206 461 msgid "Если в заказе будут позиции с признаками «Полная предоплата» — второй чек отправится автоматически, когда заказ перейдёт в выбранный статус." 462 msgstr "" 463 464 #: admin/partials/tabs/section4.php:210 465 msgid "Второй чек" 466 msgstr "" 467 468 #: admin/partials/tabs/section4.php:211 469 msgid "Два чека нужно формировать, если покупатель вносит предоплату и потом получает товар или услугу. Первый чек — когда деньги поступают вам на счёт, второй — при отгрузке товаров или выполнении услуг." 470 msgstr "" 471 476 472 #: admin/partials/tabs/section4.php:212 477 msgid "Указывать маркировку товара"478 msgstr ""479 480 #: admin/partials/tabs/section4.php:216481 msgid "Актуальный список товарных категорий, которые нужно маркировать, можно посмотреть на сайте <a href=\"https://честныйзнак.рф/\" target=\"_blank\">Честного знака</a>."482 msgstr ""483 484 #: admin/partials/tabs/section4.php:228485 msgid "Формировать второй чек"486 msgstr ""487 488 #: admin/partials/tabs/section4.php:237489 msgid "При переходе заказа в статус"490 msgstr ""491 492 #: admin/partials/tabs/section4.php:245493 msgid "Если в заказе будут позиции с признаками «Полная предоплата» — второй чек отправится автоматически, когда заказ перейдёт в выбранный статус."494 msgstr ""495 496 #: admin/partials/tabs/section4.php:249497 msgid "Второй чек"498 msgstr ""499 500 #: admin/partials/tabs/section4.php:250501 msgid "Два чека нужно формировать, если покупатель вносит предоплату и потом получает товар или услугу. Первый чек — когда деньги поступают вам на счёт, второй — при отгрузке товаров или выполнении услуг."502 msgstr ""503 504 #: admin/partials/tabs/section4.php:251505 473 msgid "Читать про второй чек в ЮKassa >" 506 474 msgstr "" … … 539 507 msgstr "" 540 508 541 #: admin/YooKassaAdmin.php:2 20509 #: admin/YooKassaAdmin.php:219 542 510 msgid "Без НДС" 543 511 msgstr "" 544 512 545 #: admin/YooKassaAdmin.php:23 2513 #: admin/YooKassaAdmin.php:230 546 514 msgid "Не облагается" 547 515 msgstr "" 548 516 517 #: admin/YooKassaAdmin.php:236 518 msgid "Расчетная ставка 5/105" 519 msgstr "" 520 521 #: admin/YooKassaAdmin.php:237 522 msgid "Расчетная ставка 7/107" 523 msgstr "" 524 525 #: admin/YooKassaAdmin.php:238 526 msgid "Расчетная ставка 10/110" 527 msgstr "" 528 549 529 #: admin/YooKassaAdmin.php:239 550 msgid "Расчетная ставка 5/105"551 msgstr ""552 553 #: admin/YooKassaAdmin.php:240554 msgid "Расчетная ставка 7/107"555 msgstr ""556 557 #: admin/YooKassaAdmin.php:241558 msgid "Расчетная ставка 10/110"559 msgstr ""560 561 #: admin/YooKassaAdmin.php:242562 msgid "Расчетная ставка 20/120"563 msgstr ""564 565 #: admin/YooKassaAdmin.php:243566 530 msgid "Расчетная ставка 22/122" 567 531 msgstr "" 568 532 533 #: admin/YooKassaAdmin.php:246 534 msgid "Общая система налогообложения" 535 msgstr "" 536 537 #: admin/YooKassaAdmin.php:247 538 msgid "Упрощенная (УСН, доходы)" 539 msgstr "" 540 541 #: admin/YooKassaAdmin.php:248 542 msgid "Упрощенная (УСН, доходы минус расходы)" 543 msgstr "" 544 545 #: admin/YooKassaAdmin.php:249 546 msgid "Единый налог на вмененный доход (ЕНВД)" 547 msgstr "" 548 569 549 #: admin/YooKassaAdmin.php:250 570 msgid " Общая система налогообложения"550 msgid "Единый сельскохозяйственный налог (ЕСН)" 571 551 msgstr "" 572 552 573 553 #: admin/YooKassaAdmin.php:251 574 msgid "Упрощенная (УСН, доходы)"575 msgstr ""576 577 #: admin/YooKassaAdmin.php:252578 msgid "Упрощенная (УСН, доходы минус расходы)"579 msgstr ""580 581 #: admin/YooKassaAdmin.php:253582 msgid "Единый налог на вмененный доход (ЕНВД)"583 msgstr ""584 585 #: admin/YooKassaAdmin.php:254586 msgid "Единый сельскохозяйственный налог (ЕСН)"587 msgstr ""588 589 #: admin/YooKassaAdmin.php:255590 554 msgid "Патентная система налогообложения" 591 555 msgstr "" 592 556 593 #: admin/YooKassaAdmin.php:2 72594 #: admin/YooKassaAdmin.php:28 5595 #: gateway/YooKassaGateway.php:58 9596 #: gateway/YooKassaGatewayB2bSberbank.php:17 5557 #: admin/YooKassaAdmin.php:269 558 #: admin/YooKassaAdmin.php:282 559 #: gateway/YooKassaGateway.php:586 560 #: gateway/YooKassaGatewayB2bSberbank.php:176 597 561 #, php-format 598 562 msgid "Оплата заказа №%order_number%" 599 563 msgstr "" 600 564 565 #: admin/YooKassaAdmin.php:313 566 msgid "Товар" 567 msgstr "" 568 569 #: admin/YooKassaAdmin.php:314 570 msgid "Подакцизный товар" 571 msgstr "" 572 573 #: admin/YooKassaAdmin.php:315 574 msgid "Работа" 575 msgstr "" 576 577 #: admin/YooKassaAdmin.php:316 578 msgid "Услуга" 579 msgstr "" 580 601 581 #: admin/YooKassaAdmin.php:317 602 msgid " Товар"582 msgid "Ставка в азартной игре" 603 583 msgstr "" 604 584 605 585 #: admin/YooKassaAdmin.php:318 606 msgid " Подакцизный товар"586 msgid "Выигрыш в азартной игре" 607 587 msgstr "" 608 588 609 589 #: admin/YooKassaAdmin.php:319 610 msgid " Работа"590 msgid "Лотерейный билет" 611 591 msgstr "" 612 592 613 593 #: admin/YooKassaAdmin.php:320 614 msgid " Услуга"594 msgid "Выигрыш в лотерею" 615 595 msgstr "" 616 596 617 597 #: admin/YooKassaAdmin.php:321 618 msgid " Ставка в азартной игре"598 msgid "Результаты интеллектуальной деятельности" 619 599 msgstr "" 620 600 621 601 #: admin/YooKassaAdmin.php:322 622 msgid " Выигрыш в азартной игре"602 msgid "Платеж" 623 603 msgstr "" 624 604 625 605 #: admin/YooKassaAdmin.php:323 626 msgid " Лотерейный билет"606 msgid "Агентское вознаграждение" 627 607 msgstr "" 628 608 629 609 #: admin/YooKassaAdmin.php:324 630 msgid " Выигрыш в лотерею"610 msgid "Несколько вариантов" 631 611 msgstr "" 632 612 633 613 #: admin/YooKassaAdmin.php:325 634 msgid "Результаты интеллектуальной деятельности"635 msgstr ""636 637 #: admin/YooKassaAdmin.php:326638 msgid "Платеж"639 msgstr ""640 641 #: admin/YooKassaAdmin.php:327642 msgid "Агентское вознаграждение"643 msgstr ""644 645 #: admin/YooKassaAdmin.php:328646 msgid "Несколько вариантов"647 msgstr ""648 649 #: admin/YooKassaAdmin.php:329650 614 #: admin/YooKassaMarkingProduct.php:402 651 615 msgid "Другое" 652 616 msgstr "" 653 617 618 #: admin/YooKassaAdmin.php:329 619 msgid "Полная предоплата" 620 msgstr "" 621 622 #: admin/YooKassaAdmin.php:330 623 msgid "Частичная предоплата" 624 msgstr "" 625 626 #: admin/YooKassaAdmin.php:331 627 msgid "Аванс" 628 msgstr "" 629 630 #: admin/YooKassaAdmin.php:332 631 msgid "Полный расчет" 632 msgstr "" 633 654 634 #: admin/YooKassaAdmin.php:333 655 msgid " Полная предоплата"635 msgid "Частичный расчет и кредит" 656 636 msgstr "" 657 637 658 638 #: admin/YooKassaAdmin.php:334 659 msgid " Частичная предоплата"639 msgid "Кредит" 660 640 msgstr "" 661 641 662 642 #: admin/YooKassaAdmin.php:335 663 msgid "Аванс"664 msgstr ""665 666 #: admin/YooKassaAdmin.php:336667 msgid "Полный расчет"668 msgstr ""669 670 #: admin/YooKassaAdmin.php:337671 msgid "Частичный расчет и кредит"672 msgstr ""673 674 #: admin/YooKassaAdmin.php:338675 msgid "Кредит"676 msgstr ""677 678 #: admin/YooKassaAdmin.php:339679 643 msgid "Выплата по кредиту" 680 644 msgstr "" … … 984 948 msgstr "" 985 949 986 #: gateway/YooKassaGateway.php:17 0950 #: gateway/YooKassaGateway.php:177 987 951 msgid "Включить/Выключить" 988 952 msgstr "" 989 953 990 #: gateway/YooKassaGateway.php:1 76954 #: gateway/YooKassaGateway.php:183 991 955 msgid "Заголовок" 992 956 msgstr "" 993 957 994 #: gateway/YooKassaGateway.php:1 78958 #: gateway/YooKassaGateway.php:185 995 959 msgid "Название, которое пользователь видит во время оплаты" 996 960 msgstr "" 997 961 998 #: gateway/YooKassaGateway.php:18 2962 #: gateway/YooKassaGateway.php:189 999 963 msgid "Описание" 1000 964 msgstr "" 1001 965 1002 #: gateway/YooKassaGateway.php:1 84966 #: gateway/YooKassaGateway.php:191 1003 967 msgid "Описание, которое пользователь видит во время оплаты" 1004 968 msgstr "" 1005 969 1006 #: gateway/YooKassaGateway.php:19 2970 #: gateway/YooKassaGateway.php:199 1007 971 msgid "Для работы с модулем необходимо <a href=\"https://yoomoney.ru/joinups/\">подключить магазин к ЮKassa</a>." 1008 972 msgstr "" 1009 973 1010 #: gateway/YooKassaGateway.php:2 25974 #: gateway/YooKassaGateway.php:232 1011 975 #, php-format 1012 976 msgid "Пользователь вернулся с формы оплаты. Id заказа - %1$s. Идентификатор платежа - %2$s." 1013 977 msgstr "" 1014 978 1015 #. translators: %1$s - order_id 1016 #: gateway/YooKassaGateway.php:369 1017 #: gateway/YooKassaGateway.php:416 1018 #: gateway/YooKassaGateway.php:425 1019 #: gateway/YooKassaWidgetGateway.php:218 1020 #: gateway/YooKassaWidgetGateway.php:268 1021 #: gateway/YooKassaWidgetGateway.php:276 1022 #, php-format 1023 msgid "Не удалось создать платеж. Для заказа %1$s" 1024 msgstr "" 1025 1026 #: gateway/YooKassaGateway.php:385 1027 #: gateway/YooKassaGateway.php:418 1028 #: gateway/YooKassaGateway.php:427 979 #: gateway/YooKassaGateway.php:382 980 #: gateway/YooKassaGateway.php:415 981 #: gateway/YooKassaGateway.php:424 1029 982 #: gateway/YooKassaWidgetGateway.php:240 1030 983 #: gateway/YooKassaWidgetGateway.php:269 … … 1033 986 msgstr "" 1034 987 1035 #: gateway/YooKassaGateway.php:690 988 #. translators: %1$s - order_id 989 #: gateway/YooKassaGateway.php:413 990 #: gateway/YooKassaGateway.php:422 991 #: gateway/YooKassaWidgetGateway.php:218 992 #: gateway/YooKassaWidgetGateway.php:268 993 #: gateway/YooKassaWidgetGateway.php:276 994 #, php-format 995 msgid "Не удалось создать платеж. Для заказа %1$s" 996 msgstr "" 997 998 #: gateway/YooKassaGateway.php:687 1036 999 msgid "Тестовое списание для привязки карты, средства будут возвращены." 1037 1000 msgstr "" … … 1092 1055 msgstr "" 1093 1056 1094 #: includes/YooKassaHandler.php: 1031095 #: includes/YooKassaHandler.php:1 131057 #: includes/YooKassaHandler.php:94 1058 #: includes/YooKassaHandler.php:104 1096 1059 msgid "Доставка" 1097 1060 msgstr "" 1098 1061 1099 #: includes/YooKassaHandler.php:21 91062 #: includes/YooKassaHandler.php:210 1100 1063 #, php-format 1101 1064 msgid "Успешный платеж. Id заказа - %1$s. Данные платежа - %2$s." 1102 1065 msgstr "" 1103 1066 1104 #: includes/YooKassaHandler.php:2 251067 #: includes/YooKassaHandler.php:216 1105 1068 #, php-format 1106 1069 msgid "Номер транзакции в ЮKassa: %1$s. Сумма: %2$s" 1107 1070 msgstr "" 1108 1071 1109 #: includes/YooKassaHandler.php:2 421072 #: includes/YooKassaHandler.php:233 1110 1073 #, php-format 1111 1074 msgid "Успешная подписка. Id заказа - %1$s. Данные платежа - %2$s." 1112 1075 msgstr "" 1113 1076 1114 #: includes/YooKassaHandler.php:2 551077 #: includes/YooKassaHandler.php:246 1115 1078 #, php-format 1116 1079 msgid "Неуспешный платеж. Id заказа - %1$s. Данные платежа - %2$s." 1117 1080 msgstr "" 1118 1081 1119 #: includes/YooKassaHandler.php:2 681082 #: includes/YooKassaHandler.php:259 1120 1083 #, php-format 1121 1084 msgid "Платеж в ожидании оплаты. Id заказа - %1$s. Данные платежа - %2$s." 1122 1085 msgstr "" 1123 1086 1124 #: includes/YooKassaHandler.php:2 811087 #: includes/YooKassaHandler.php:272 1125 1088 #, php-format 1126 1089 msgid "Платеж ждет подтверждения. Id заказа - %1$s. Данные платежа - %2$s." 1127 1090 msgstr "" 1128 1091 1129 #: includes/YooKassaHandler.php:2 861092 #: includes/YooKassaHandler.php:277 1130 1093 #, php-format 1131 1094 msgid "Поступил новый платёж. Он ожидает подтверждения до %1$s, после чего автоматически отменится" 1132 1095 msgstr "" 1133 1096 1134 #: includes/YooKassaHandler.php:2 971097 #: includes/YooKassaHandler.php:288 1135 1098 #, php-format 1136 1099 msgid "Статус заказа. %1$s" 1137 1100 msgstr "" 1138 1101 1139 #: includes/YooKassaHandler.php:3 101102 #: includes/YooKassaHandler.php:301 1140 1103 msgid "<b>Нельзя добавить больше 6 разных позиций </b><br>Такое ограничение для владельца магазина. Уберите лишние позиции из корзины — остальные можно добавить в другом заказе." 1141 1104 msgstr "" 1142 1105 1143 #: includes/YooKassaHandler.php:3 171106 #: includes/YooKassaHandler.php:308 1144 1107 msgid "<b>Нельзя добавить позицию с дробным количеством </b><br>Только с целым. Свяжитесь с магазином, чтобы исправили значение и помогли сделать заказ." 1145 1108 msgstr "" 1146 1109 1147 #: includes/YooKassaHandler.php:3 231110 #: includes/YooKassaHandler.php:314 1148 1111 msgid "<b>Не получается создать чек </b><br>Цена позиции должна быть больше 0 ₽. Уберите позицию из корзины и попробуйте ещё раз." 1149 1112 msgstr "" -
yookassa/trunk/yookassa.php
r3426839 r3443263 16 16 * Plugin URI: https://wordpress.org/plugins/yookassa/ 17 17 * Description: Платежный модуль для работы с сервисом ЮKassa через плагин WooCommerce 18 * Version: 2.1 3.218 * Version: 2.14.0 19 19 * Author: YooMoney 20 20 * Author URI: http://yookassa.ru … … 88 88 } 89 89 90 add_action( 'upgrader_process_complete', 'yookassa_upgrade_function', 10, 2); 91 function yookassa_upgrade_function( $upgrader_object, $options ) { 92 $current_plugin_path_name = plugin_basename( __FILE__ ); 93 if ($options['action'] === 'update' && $options['type'] === 'plugin' && !empty($options['plugins'])) { 94 foreach($options['plugins'] as $each_plugin) { 95 if ($each_plugin === $current_plugin_path_name) { 96 YooKassaLogger::info("Upgrade plugin $current_plugin_path_name start"); 97 YooKassaHandler::replaceOldTaxRates(); 98 YooKassaLogger::info("Upgrade plugin $current_plugin_path_name end"); 99 } 100 } 101 } 102 } 103 90 104 add_action( 'woocommerce_blocks_loaded', 'yookassa_gateway_block_support' ); 91 105 function yookassa_gateway_block_support() {
Note: See TracChangeset
for help on using the changeset viewer.