1
0
Fork 0
mirror of synced 2025-04-03 22:03:34 +03:00
Added translate
This commit is contained in:
Ivan Chaplygin 2024-05-31 10:58:47 +03:00
parent e5cfa8752b
commit c540707d1b
7 changed files with 9 additions and 1 deletions

View file

@ -588,3 +588,6 @@ msgstr "bonos"
msgid "Use coupon:"
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:"

View file

@ -597,3 +597,6 @@ msgstr "бонусов"
msgid "Use coupon:"
msgstr "Используйте купон:"
msgid "Points will be awarded upon completion of the order:"
msgstr "По завершению заказа будет начислено баллов:"

View file

@ -526,7 +526,7 @@ if (!class_exists('WC_Retailcrm_Loyalty')) :
private function getHtmlCreditBonuses($creditBonuses)
{
return '<b style="font-size: large">По завершению заказа будет начислено баллов: <u style="color: green"><i>' . $creditBonuses . '</u></i></b>';
return '<b style="font-size: large">' . __("Points will be awarded upon completion of the order:", 'retailcrm') . ' <u style="color: green"><i>' . $creditBonuses . '</u></i></b>';
}
}

View file

@ -247,6 +247,7 @@ return [
"It is possible to write off" => "Es posible debitar",
"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:",
],
"language" => "es",
"x-generator" => "GlotPress/2.4.0-alpha",

Binary file not shown.

View file

@ -246,6 +246,7 @@ return [
"It is possible to write off" => "Возможно списать",
"bonuses" => "бонусов",
"Use coupon:" => "Используйте купон:",
"Points will be awarded upon completion of the order:" => "По завершению заказа будет начислено баллов:",
],
"language" => "ru",
"x-generator" => "GlotPress/2.4.0-alpha",

Binary file not shown.