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