Blame view

resources/lang/vi-VN/currencies.php 581 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  <?php
  
  return [
  
      'code'                  => 'Mã',
      'rate'                  => 'Tỷ giá',
      'default'               => 'Tiền tệ mặc định',
      'decimal_mark'          => 'Dấu tách phần thập phân',
      'thousands_separator'   => 'Dấu tách phần ngàn',
      'precision'             => 'Độ chính xác',
      'symbol' => [
          'symbol'            => 'Ký hiệu',
          'position'          => 'Vị trí ký hiệu',
          'before'            => 'Phía trước số tiền',
          'after'             => 'Phía sau số tiền',
      ]
  
  ];