hindi translation
This commit is contained in:
18
resources/lang/hi-IN/currencies.php
Normal file
18
resources/lang/hi-IN/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