zh-CN translation
This commit is contained in:
		
							
								
								
									
										18
									
								
								resources/lang/zh-CN/currencies.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								resources/lang/zh-CN/currencies.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'code'                  => '货币代码',
 | 
			
		||||
    'rate'                  => '货币汇率',
 | 
			
		||||
    'default'               => '默认货币',
 | 
			
		||||
    'decimal_mark'          => '小数点',
 | 
			
		||||
    'thousands_separator'   => '千位分隔符',
 | 
			
		||||
    'precision'             => '精确度',
 | 
			
		||||
    'symbol' => [
 | 
			
		||||
        'symbol'            => '货币符号',
 | 
			
		||||
        'position'          => '货币符号位置',
 | 
			
		||||
        'before'            => '货币兑换前',
 | 
			
		||||
        'after'             => '货币兑换后',
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
		Reference in New Issue
	
	Block a user