parent
addcf99642
commit
f08b38ef37
5 changed files with 22 additions and 7 deletions
|
@ -128,10 +128,16 @@ msgid "Coupon"
|
|||
msgstr "Cupón"
|
||||
|
||||
msgid "When working with coupons through CRM, it is impossible to transfer manual discounts"
|
||||
msgstr "Al trabajar con cupones a través de CRM, es imposible transferir descuentos manuales"
|
||||
msgstr "При работе с купонами через CRM невозможно передавать ручные скидки."
|
||||
|
||||
msgid "The custom field must be in the form of a string or text. An example of filling in a field in CRM: `code_coupon` or `code_coupon1; code_coupon2`"
|
||||
msgstr "El campo personalizado debe tener el formato de una cadena o texto. Un ejemplo de cómo completar un campo en CRM: `code_coupon` o `code_coupon1; código_cupón2`"
|
||||
msgstr "Пользовательское поле должно быть формата Строка или Текст."
|
||||
|
||||
msgid "When using multiple coupons, separation using spaces, line breaks, `;` `,` characters is supported."
|
||||
msgstr "При использовании нескольких купонов, поддерживается разделение с помощью пробелов, переноса строки, символами `;` `,`."
|
||||
|
||||
msgid "Example: code_coupon_1; code_coupon_2, code_coupon_3 code_coupon_4"
|
||||
msgstr "Например: code_coupon_1; code_coupon_2, code_coupon_3 code_coupon_4"
|
||||
|
||||
msgid "Payment types"
|
||||
msgstr "Métodos de pago"
|
||||
|
|
|
@ -137,10 +137,16 @@ msgid "Coupon"
|
|||
msgstr "Купон"
|
||||
|
||||
msgid "When working with coupons through CRM, it is impossible to transfer manual discounts"
|
||||
msgstr "При работе с купонами через CRM, невозможно передавать ручные скидки."
|
||||
msgstr "При работе с купонами через CRM невозможно передавать ручные скидки."
|
||||
|
||||
msgid "The custom field must be in the form of a string or text. An example of filling in a field in CRM: `code_coupon` or `code_coupon1; code_coupon2`"
|
||||
msgstr "Пользовательское поле должно быть формата string или text. При использовании нескольких купонов, поддреживается разделение пробельными символами, а также знаками `;` `,`. Пример: code_coupon_1; code_coupon_2, code_coupon_3 code_coupon_4"
|
||||
msgstr "Пользовательское поле должно быть формата Строка или Текст."
|
||||
|
||||
msgid "When using multiple coupons, separation using spaces, line breaks, `;` `,` characters is supported."
|
||||
msgstr "При использовании нескольких купонов, поддерживается разделение с помощью пробелов, переноса строки, символами `;` `,`."
|
||||
|
||||
msgid "Example: code_coupon_1; code_coupon_2, code_coupon_3 code_coupon_4"
|
||||
msgstr "Например: code_coupon_1; code_coupon_2, code_coupon_3 code_coupon_4"
|
||||
|
||||
msgid "Payment types"
|
||||
msgstr "Способы оплаты"
|
||||
|
|
|
@ -363,13 +363,17 @@ abstract class WC_Retailcrm_Abstracts_Settings extends WC_Integration
|
|||
|
||||
$this->form_fields['coupon_notification'] = [
|
||||
'id' => 'coupon_options',
|
||||
'css' => 'max-width:400px;resize: none;height:200px;',
|
||||
'css' => 'max-width:400px;resize: none;height:215px;',
|
||||
'type' => 'textarea',
|
||||
'title' => __('Attention!', 'retailcrm'),
|
||||
'value' => '',
|
||||
'placeholder' => __('When working with coupons through CRM, it is impossible to transfer manual discounts', 'retailcrm') .
|
||||
PHP_EOL . PHP_EOL .
|
||||
__('The custom field must be in the form of a string or text. An example of filling in a field in CRM: `code_coupon` or `code_coupon1; code_coupon2`', 'retailcrm'),
|
||||
__('The custom field must be in the form of a string or text. An example of filling in a field in CRM: `code_coupon` or `code_coupon1; code_coupon2`', 'retailcrm') .
|
||||
PHP_EOL .
|
||||
__('When using multiple coupons, separation using spaces, line breaks, `;` `,` characters is supported.', 'retailcrm') .
|
||||
PHP_EOL .
|
||||
__('Example: code_coupon_1; code_coupon_2, code_coupon_3 code_coupon_4', 'retailcrm'),
|
||||
'custom_attributes' => ['readonly' => 'readonly'],
|
||||
];
|
||||
|
||||
|
@ -380,7 +384,6 @@ abstract class WC_Retailcrm_Abstracts_Settings extends WC_Integration
|
|||
'type' => 'select',
|
||||
'options' => $coupon_option_list,
|
||||
'desc_tip' => true,
|
||||
'description' => __('The custom field must be in the form of a string or text. An example of filling in a field in CRM: `code_coupon` or `code_coupon1; code_coupon2`', 'retailcrm')
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue