1
0
Fork 0
mirror of synced 2025-04-06 07:13:33 +03:00

Edit translations

This commit is contained in:
Ivan Chaplygin 2024-09-16 11:25:31 +03:00
parent c1da7ab855
commit 9f206e7786
8 changed files with 13 additions and 13 deletions

View file

@ -592,8 +592,8 @@ msgstr "Utiliza el cupón:"
msgid "Points will be awarded upon completion of the order:"
msgstr "Los puntos se concederán al finalizar el pedido:"
msgid "Upload of current prices of offers"
msgstr "Carga de los precios actuales de las ofertas"
msgid "Unloading promotional prices of offers"
msgstr "Descarga de precios promocionales de ofertas comerciales"
msgid "Every 4 hours"
msgstr "Cada 4 horas"

View file

@ -601,8 +601,8 @@ msgstr "Используйте купон:"
msgid "Points will be awarded upon completion of the order:"
msgstr "По завершению заказа будет начислено баллов:"
msgid "Upload of current prices of offers"
msgstr "Выгрузка текущих цен торговых предложений"
msgid "Unloading promotional prices of offers"
msgstr "Выгрузка акционных цен торговых предложений"
msgid "Every 4 hours"
msgstr "Каждые 4 часа"

View file

@ -16,7 +16,7 @@ jQuery(function () {
this.history = 0;
this.inventories = 0;
this.messageSuccessful = '';
this.loyalty_upload_price = 0;
this.loyaltyUploadPrice = 0;
this.adminUrl = AdminUrl.url;
@ -34,14 +34,14 @@ jQuery(function () {
_this.icml = response.icml;
_this.inventories = response.inventories;
_this.messageSuccessful = response.translate.tr_successful;
_this.loyalty_upload_price = response.loyalty_upload_price
_this.loyaltyUploadPrice = response.loyaltyUploadPrice
_this.displayInfoAboutCron(
response.translate.tr_td_cron,
response.translate.tr_td_icml,
response.translate.tr_td_history,
response.translate.tr_td_inventories,
response.translate.tr_td_loyalty_upload_price
response.translate.tr_td_loyaltyUploadPrice
);
})
@ -50,7 +50,7 @@ jQuery(function () {
jQuery(this.submitButton).click(this.clearCronTasks);
}
RetailcrmCronInfo.prototype.displayInfoAboutCron = function (cron, icml, history, inventories, loyalty_upload_price) {
RetailcrmCronInfo.prototype.displayInfoAboutCron = function (cron, icml, history, inventories, loyaltyUploadPrice) {
this.table = jQuery(this.title).next();
this.table.append('<tbody class="retail-debug-info"></tbody>');
this.infoTable = jQuery('tbody[class="retail-debug-info"]').get(0);
@ -59,7 +59,7 @@ jQuery(function () {
jQuery(this.infoTable).append("<tr><td>" + icml + "</td><td> " + this.icml + "</td></tr>");
jQuery(this.infoTable).append("<tr><td>" + history + "</td><td> " + this.history + "</td></tr>");
jQuery(this.infoTable).append("<tr><td>" + inventories + "</td><td> " + this.inventories + "</td></tr>");
jQuery(this.infoTable).append("<tr><td>" + loyalty_upload_price + "</td><td>" + this.loyalty_upload_price + "</td></tr>");
jQuery(this.infoTable).append("<tr><td>" + loyaltyUploadPrice + "</td><td>" + this.loyaltyUploadPrice + "</td></tr>");
}
RetailcrmCronInfo.prototype.clearCronTasks = function () {

View file

@ -969,7 +969,7 @@ if (!class_exists('WC_Retailcrm_Base')) {
'tr_td_history' => __('Syncing history', 'retailcrm'),
'tr_successful' => __('Cron tasks cleared', 'retailcrm'),
'tr_td_inventories' => __('Syncing inventories', 'retailcrm'),
'tr_td_loyalty_upload_price' => __('Upload of current prices of offers', 'retailcrm')
'tr_td_loyaltyUploadPrice' => __('Unloading promotional prices of offers', 'retailcrm')
];
if (isset($this->settings['history']) && $this->settings['history'] == static::YES) {
@ -994,7 +994,7 @@ if (!class_exists('WC_Retailcrm_Base')) {
'icml' => $icml,
'inventories' => $inventories,
'translate' => $translate,
'loyalty_upload_price' => $loyaltyUploadPrice
'loyaltyUploadPrice' => $loyaltyUploadPrice
]
);

View file

@ -248,7 +248,7 @@ return [
"bonuses" => "bonificaciones",
"Use coupon:" => "Utiliza el cupón:",
"Points will be awarded upon completion of the order:" => "Los puntos se concederán al finalizar el pedido:",
"Upload of current prices of offers" => "Upload of current prices of offers",
"Unloading promotional prices of offers" => "Descarga de precios promocionales de ofertas comerciales",
"Every 4 hours" => "Cada 4 horas",
"Upload prices now" => "Descargar precios ahora",
"Uploaded discount price" => "Descarga de precios promocionales",

Binary file not shown.

View file

@ -247,7 +247,7 @@ return [
"bonuses" => "бонусов",
"Use coupon:" => "Используйте купон:",
"Points will be awarded upon completion of the order:" => "По завершению заказа будет начислено баллов:",
"Upload of current prices of offers" => "Выгрузка текущих цен торговых предложений",
"Unloading promotional prices of offers" => "Выгрузка акционных цен торговых предложений",
"Every 4 hours" => "Каждые 4 часа",
"Upload prices now" => "Выгрузить цены сейчас",
"Uploaded discount price" => "Выгрузка акционных цен",

Binary file not shown.