Add link documentation Loyalty program
This commit is contained in:
parent
268d488650
commit
fec5f24f61
7 changed files with 17 additions and 7 deletions
|
@ -451,8 +451,11 @@ msgstr "Programa de fidelización"
|
|||
msgid "Activate program loyalty"
|
||||
msgstr "Activar programa de fidelización"
|
||||
|
||||
msgid "Attention! When activating the loyalty program, the method of ICML catalog generation changes. Details in documentation"
|
||||
msgstr "¡Atención! Al activar el programa de fidelización, cambia el método de generación del catálogo ICML. Detalles en la documentación"
|
||||
msgid "Attention! When activating the loyalty program, the method of ICML catalog generation changes. Details in"
|
||||
msgstr "¡Atención! Al activar el programa de fidelización, cambia el método de generación del catálogo ICML. Detalles en la"
|
||||
|
||||
msgid "<a href='https://docs.simla.com/Users/Integration/SiteModules/WooCommerce/PLWoocommerce'>documentation loyalty program</a>"
|
||||
msgstr "<a href='https://docs.simla.com/es/Users/Integration/SiteModules/WooCommerce/PLWoocommerce'>documentación del programa de fidelización</a>"
|
||||
|
||||
msgid "Terms of loyalty program"
|
||||
msgstr "Condiciones del programa de fidelización"
|
||||
|
|
|
@ -460,8 +460,11 @@ msgstr "Программа лояльности"
|
|||
msgid "Activate program loyalty"
|
||||
msgstr "Активировать программу лояльности"
|
||||
|
||||
msgid "Attention! When activating the loyalty program, the method of ICML catalog generation changes. Details in documentation"
|
||||
msgstr "Внимание! При активации программы лояльности, изменяется способ генерации ICML каталога. Подробности в документации"
|
||||
msgid "Attention! When activating the loyalty program, the method of ICML catalog generation changes. Details in"
|
||||
msgstr "Внимание! При активации программы лояльности, изменяется способ генерации ICML каталога. Подробности в"
|
||||
|
||||
msgid "<a href='https://docs.simla.com/Users/Integration/SiteModules/WooCommerce/PLWoocommerce'>documentation loyalty program</a>"
|
||||
msgstr "<a href='https://docs.retailcrm.ru/Users/Integration/SiteModules/WooCommerce/PLWoocommerce#h-2'>документации программы лояльности</a>"
|
||||
|
||||
msgid "Terms of loyalty program"
|
||||
msgstr "Условия программы лояльности"
|
||||
|
|
|
@ -629,7 +629,9 @@ abstract class WC_Retailcrm_Abstracts_Settings extends WC_Integration
|
|||
'title' => __('Loyalty program', 'retailcrm'),
|
||||
'class' => 'checkbox',
|
||||
'type' => 'checkbox',
|
||||
'description' => '<b style="color: red">' . __('Attention! When activating the loyalty program, the method of ICML catalog generation changes. Details in documentation', 'retailcrm') . '<\b>'
|
||||
'description' => '<b style="color: red">' .
|
||||
__('Attention! When activating the loyalty program, the method of ICML catalog generation changes. Details in', 'retailcrm') .
|
||||
' <\b>' . __("<a href='https://docs.simla.com/Users/Integration/SiteModules/WooCommerce/PLWoocommerce'>documentation loyalty program</a>", "retailcrm")
|
||||
];
|
||||
|
||||
$this->form_fields['loyalty_terms'] = [
|
||||
|
|
|
@ -202,7 +202,8 @@ return [
|
|||
"Los bienes con la opción 'virtual' activada se cargarán en Simla como servicios",
|
||||
"Loyalty program" => "Programa de fidelización",
|
||||
"Activate program loyalty" => "Activar programa de fidelización",
|
||||
"Attention! When activating the loyalty program, the method of ICML catalog generation changes. Details in documentation" => "¡Atención! Al activar el programa de fidelización, cambia el método de generación del catálogo ICML. Detalles en la documentación",
|
||||
"Attention! When activating the loyalty program, the method of ICML catalog generation changes. Details in" => "¡Atención! Al activar el programa de fidelización, cambia el método de generación del catálogo ICML. Detalles en la",
|
||||
"<a href='https://docs.simla.com/Users/Integration/SiteModules/WooCommerce/PLWoocommerce'>documentation loyalty program</a>" => "<a href='https://docs.simla.com/es/Users/Integration/SiteModules/WooCommerce/PLWoocommerce'>documentación del programa de fidelización</a>",
|
||||
"Terms of loyalty program" => "Condiciones del programa de fidelización",
|
||||
"Insert the terms and conditions of the loyalty program" => "Inserte las condiciones del programa de fidelización",
|
||||
"Conditions of personal data processing" => "Condiciones de procesamiento de datos personales",
|
||||
|
|
Binary file not shown.
|
@ -201,7 +201,8 @@ return [
|
|||
"Товары с включенной опцией 'виртуальные' будут выгружаться в CRM как услуги",
|
||||
"Loyalty program" => "Программа лояльности",
|
||||
"Activate program loyalty" => "Активировать программу лояльности",
|
||||
"Attention! When activating the loyalty program, the method of ICML catalog generation changes. Details in documentation" => "Внимание! При активации программы лояльности, изменяется способ генерации ICML каталога. Подробности в документации",
|
||||
"Attention! When activating the loyalty program, the method of ICML catalog generation changes. Details in" => "Внимание! При активации программы лояльности, изменяется способ генерации ICML каталога. Подробности в",
|
||||
"<a href='https://docs.simla.com/Users/Integration/SiteModules/WooCommerce/PLWoocommerce'>documentation loyalty program</a>" => "<a href='https://docs.retailcrm.ru/Users/Integration/SiteModules/WooCommerce/PLWoocommerce#h-2'>документации программы лояльности</a>",
|
||||
"Terms of loyalty program" => "Условия программы лояльности",
|
||||
"Insert the terms and conditions of the loyalty program" => "Вставьте условия участия в программе лояльности",
|
||||
"Conditions of personal data processing" => "Условия обработки персональных данных",
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue