new crowdin translations
This commit is contained in:
14
resources/lang/es-CO/accounts.php
Normal file
14
resources/lang/es-CO/accounts.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'account_name' => 'Nombre de la cuenta',
|
||||
'number' => 'Número',
|
||||
'opening_balance' => 'Balance de cierre',
|
||||
'current_balance' => 'Saldo actual',
|
||||
'bank_name' => 'Nombre del Banco',
|
||||
'bank_phone' => 'Teléfono del Banco',
|
||||
'bank_address' => 'Dirección del Banco',
|
||||
'default_account' => 'Cuenta Predeterminada',
|
||||
|
||||
];
|
||||
18
resources/lang/es-CO/currencies.php
Normal file
18
resources/lang/es-CO/currencies.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Código',
|
||||
'rate' => 'Tasa',
|
||||
'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 Monto',
|
||||
'after' => 'Después del Monto',
|
||||
]
|
||||
|
||||
];
|
||||
10
resources/lang/es-CO/footer.php
Normal file
10
resources/lang/es-CO/footer.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'version' => 'Versión',
|
||||
'powered' => 'Desarrollado por Akaunting',
|
||||
'link' => 'https://akaunting.com',
|
||||
'software' => 'Software de Contabilidad Libre',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user