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