you can change the position and name of the outbound, filled in by the bot

This commit is contained in:
mercury
2024-11-04 01:14:55 +04:00
parent 700bb96706
commit 6efe31d404
4 changed files with 58 additions and 30 deletions
+16
View File
@@ -353,4 +353,20 @@ $i = [
'en' => 'delete allowed clients',
'ru' => 'очистить белый список клиентов',
],
'success' => [
'en' => 'success',
'ru' => 'сохранено',
],
'error' => [
'en' => 'error',
'ru' => 'ошибка',
],
'save' => [
'en' => 'save',
'ru' => 'сохранить',
],
'copy' => [
'en' => 'copy',
'ru' => 'копировать',
],
];