he-IL translation

This commit is contained in:
denisdulici
2018-04-29 01:04:19 +03:00
parent 6079e10573
commit 9c1faabb67
27 changed files with 832 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
<?php
return [
'code' => 'קוד',
'rate' => 'דירוג',
'default' => 'מטבע ברירת מחדל',
'decimal_mark' => 'סימן עשרוני',
'thousands_separator' => 'מפריד אלפים',
'precision' => 'דיוק',
'symbol' => [
'symbol' => 'סמל',
'position' => 'מיקום סמל',
'before' => 'לפני הכמות',
'after' => 'אחרי הכמות',
]
];