1
0
Fork 0
mirror of synced 2025-04-03 22:03:34 +03:00
Adding an option
Adding translations
This commit is contained in:
Ivan Chaplygin 2024-04-23 11:40:38 +03:00
parent 90d7e1f866
commit 0abc75324f
7 changed files with 31 additions and 1 deletions

View file

@ -443,4 +443,10 @@ msgid "API key with one-shop access required"
msgstr "Se requiere clave API con acceso a una tienda"
msgid "The currency of the site differs from the currency of the store in CRM. For the integration to work correctly, the currencies in CRM and CMS must match"
msgstr "La moneda del sitio web es distinto a la tienda del CRM. Para el funcionamiento correcto de la integración, las monedas del CMS y CRM deben coincid"
msgstr "La moneda del sitio web es distinto a la tienda del CRM. Para el funcionamiento correcto de la integración, las monedas del CMS y CRM deben coincid"
msgid "Uploading services"
msgstr "Descarga de servicios"
msgid "When this option is enabled, all items of type 'virtual' will be considered services and uploaded to Simla.com"
msgstr "Si esta opción está activada, todos los elementos de tipo 'virtual' se tratarán como servicios y se cargarán en Simla.com"

View file

@ -453,3 +453,9 @@ msgstr "Требуется API ключ с доступом к одному ма
msgid "The currency of the site differs from the currency of the store in CRM. For the integration to work correctly, the currencies in CRM and CMS must match"
msgstr "Валюта сайта отличается от валюты магазина в CRM. Для корректной работы интеграции, валюты в CRM и CMS должны совпадать"
msgid "Uploading services"
msgstr "Выгрузка услуг"
msgid "When this option is enabled, all items of type 'virtual' will be considered services and uploaded to Simla.com"
msgstr "При включении опции, все элементы типа 'виртуальные' будут рассматриваться как услуги и загружаться в Simla.com"

View file

@ -603,6 +603,18 @@ abstract class WC_Retailcrm_Abstracts_Settings extends WC_Integration
),
];
$this->form_fields['icml_services'] = [
'label' => __('Enabled', 'retailcrm'),
'title' => __('Uploading services', 'retailcrm'),
'class' => 'checkbox',
'type' => 'checkbox',
'desc_tip' => true,
'description' => __(
"When this option is enabled, all items of type 'virtual' will be considered services and uploaded to Simla.com",
"retailcrm"
),
];
$this->form_fields['icml'] = [
'label' => __('Generating ICML', 'retailcrm'),
'title' => __('Generating ICML catalog by wp-cron', 'retailcrm'),

View file

@ -197,6 +197,9 @@ return [
"Se requiere clave API con acceso a una tienda",
"The currency of the site differs from the currency of the store in CRM. For the integration to work correctly, the currencies in CRM and CMS must match" =>
"La moneda del sitio web es distinto a la tienda del CRM. Para el funcionamiento correcto de la integración, las monedas del CMS y CRM deben coincid",
"Uploading services" => "Descarga de servicios",
"When this option is enabled, all items of type 'virtual' will be considered services and uploaded to Simla.com" =>
"Si esta opción está activada, todos los elementos de tipo 'virtual' se tratarán como servicios y se cargarán en Simla.com"
],
"language" => "es",
"x-generator" => "GlotPress/2.4.0-alpha",

Binary file not shown.

View file

@ -196,6 +196,9 @@ return [
"Требуется API ключ с доступом к одному магазину",
"The currency of the site differs from the currency of the store in CRM. For the integration to work correctly, the currencies in CRM and CMS must match" =>
"Валюта сайта отличается от валюты магазина в CRM. Для корректной работы интеграции, валюты в CRM и CMS должны совпадать",
"Uploading services" => "Выгрузка услуг",
"When this option is enabled, all items of type 'virtual' will be considered services and uploaded to Simla.com" =>
"При включении опции, все элементы типа 'виртуальные' будут рассматриваться как услуги и загружаться в Simla.com"
],
"language" => "ru",
"x-generator" => "GlotPress/2.4.0-alpha",

Binary file not shown.