mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-03 20:14:31 +00:00
Add migration, update languages.
This commit is contained in:
@@ -60,5 +60,10 @@ return [
|
||||
'delete_journal_link' => 'Eliminar enlace entre transacciones',
|
||||
'edit_object_group' => 'Editar grupo ":title"',
|
||||
'delete_object_group' => 'Eliminar grupo ":title"',
|
||||
'logout_others' => 'Desconectar otras sesiones'
|
||||
'logout_others' => 'Desconectar otras sesiones',
|
||||
'asset_accounts' => 'Asset accounts',
|
||||
'expense_accounts' => 'Expense accounts',
|
||||
'revenue_accounts' => 'Revenue accounts',
|
||||
'liabilities_accounts' => 'Liabilities',
|
||||
'placeholder' => '[Placeholder]',
|
||||
];
|
||||
|
||||
@@ -88,7 +88,7 @@ return [
|
||||
'flash_error_multiple' => 'Hay un error|Hay unos :count errores',
|
||||
'net_worth' => 'Valor Neto',
|
||||
'help_for_this_page' => 'Ayuda para esta página',
|
||||
'help_for_this_page_body' => 'You can find more information about this page <a href="https://docs.firefly-iii.org/">in the documentation</a>.',
|
||||
'help_for_this_page_body' => 'Puedes encontrar más información sobre esta página <a href="https://docs.firefly-iii.org/">en la documentación</a>.',
|
||||
'two_factor_welcome' => '¡Hola!',
|
||||
'two_factor_enter_code' => 'Para continuar, introduce tu código de autenticación de dos pasos. La aplicación puede generarlo para usted.',
|
||||
'two_factor_code_here' => 'Ingresar código aquí',
|
||||
@@ -371,8 +371,8 @@ return [
|
||||
'repeat_freq_quarterly' => 'trimestralmente',
|
||||
'repeat_freq_monthly' => 'mensualmente',
|
||||
'repeat_freq_weekly' => 'semanalmente',
|
||||
'repeat_freq_daily' => 'daily',
|
||||
'daily' => 'daily',
|
||||
'repeat_freq_daily' => 'diariamente',
|
||||
'daily' => 'diariamente',
|
||||
'weekly' => 'semanalmente',
|
||||
'quarterly' => 'trimestralmente',
|
||||
'half-year' => 'cada medio año',
|
||||
@@ -566,6 +566,11 @@ return [
|
||||
'rule_trigger_journal_id' => 'El ID del diario de transacciones es ":trigger_value"',
|
||||
'rule_trigger_no_external_url' => 'La transacción no tiene URL externa',
|
||||
'rule_trigger_any_external_url' => 'La transacción tiene una URL externa',
|
||||
'rule_trigger_any_external_url_choice' => 'Transaction has an external URL',
|
||||
'rule_trigger_no_external_url_choice' => 'Transaction has no external URL',
|
||||
'rule_trigger_id_choice' => 'Transaction ID is..',
|
||||
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
|
||||
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'ELIMINAR transacción (!)',
|
||||
@@ -1897,7 +1902,7 @@ return [
|
||||
'deleted_object_group' => 'Grupo ":title" eliminado con éxito',
|
||||
'object_group' => 'Grupo',
|
||||
|
||||
|
||||
//
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
];
|
||||
|
||||
@@ -180,6 +180,7 @@ return [
|
||||
'blocked_code' => 'Razón del bloqueo',
|
||||
'login_name' => 'Iniciar sesión',
|
||||
'is_owner' => '¿Es el administrador?',
|
||||
'url' => 'URL',
|
||||
|
||||
// import
|
||||
'apply_rules' => 'Aplicar reglas',
|
||||
|
||||
@@ -61,7 +61,9 @@ return [
|
||||
'accepted' => 'El :attribute debe ser aceptado.',
|
||||
'bic' => 'Esto no es un BIC válido.',
|
||||
'at_least_one_trigger' => 'La regla debe tener al menos un desencadenante.',
|
||||
'at_least_one_active_trigger' => 'Rule must have at least one active trigger.',
|
||||
'at_least_one_action' => 'La regla debe tener al menos una acción.',
|
||||
'at_least_one_active_action' => 'Rule must have at least one active action.',
|
||||
'base64' => 'Esto no es un dato codificado en base64 válido.',
|
||||
'model_id_invalid' => 'El ID dado no parece válido para este modelo.',
|
||||
'less' => ':attribute debe ser menor que 10.000.000',
|
||||
|
||||
Reference in New Issue
Block a user