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