akaunting/resources/lang/az-AZ/currencies.php
2021-08-01 19:00:00 +00:00

20 lines
634 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'code' => 'Kod',
'rate' => 'Məzənnə',
'default' => 'İlkin pul vahidi',
'decimal_mark' => 'Onluq ayırıcı',
'thousands_separator' => 'Minlik ayırıcı',
'precision' => 'Dəqiqlik',
'conversion' => 'İlkin konversiya: :currency_rate əmsalı ilə :price (:currency_code)',
'symbol' => [
'symbol' => 'Simvol',
'position' => 'Simvol mövqeyi',
'before' => 'Məbləğdən əvvəl',
'after' => 'Məbləğdən sonra',
]
];