new crowdin translations
This commit is contained in:
18
resources/lang/ca-ES/currencies.php
Normal file
18
resources/lang/ca-ES/currencies.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Codi',
|
||||
'rate' => 'Taxa',
|
||||
'default' => 'Moneda per defecte',
|
||||
'decimal_mark' => 'Separador decimal',
|
||||
'thousands_separator' => 'Separador de milers',
|
||||
'precision' => 'Precisió',
|
||||
'symbol' => [
|
||||
'symbol' => 'Símbol',
|
||||
'position' => 'Posició del símbol',
|
||||
'before' => 'Abans de la xifra',
|
||||
'after' => 'Després de la xifra',
|
||||
]
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user