es-AR translation
This commit is contained in:
18
resources/lang/es-AR/currencies.php
Normal file
18
resources/lang/es-AR/currencies.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Código',
|
||||
'rate' => 'Cotización',
|
||||
'default' => 'Moneda predeterminada',
|
||||
'decimal_mark' => 'Punto decimal',
|
||||
'thousands_separator' => 'Separador de miles',
|
||||
'precision' => 'Precisión',
|
||||
'symbol' => [
|
||||
'symbol' => 'Símbolo',
|
||||
'position' => 'Posición del símbolo',
|
||||
'before' => 'Antes del importe',
|
||||
'after' => 'Despues del importe',
|
||||
]
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user