Commit 0b91616a7d5f92fb12b0c80c7c32485cd7d172f4

Authored by Eugeny Galkovskiy
1 parent 306e64da

Переводы

Showing 1 changed file with 8 additions and 1 deletions   Show diff stats
messages/ru/order.php
1 1 <?php
2   - return [];
3 2 \ No newline at end of file
  3 + return [
  4 + 'Order' => 'Заказ',
  5 + 'Orders' => 'Заказы',
  6 + 'Label' => 'Метки',
  7 + 'Delivery' => 'Доставка',
  8 + 'Payment' => 'Оплата',
  9 + 'Save' => 'Сохранить',
  10 + ];
4 11 \ No newline at end of file
... ...