mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
Fix issues with italian translation, add new translations [skip ci]
This commit is contained in:
@@ -37,7 +37,7 @@ return [
|
||||
'cancel' => 'Cancelar',
|
||||
'from' => 'Desde',
|
||||
'to' => 'Hasta',
|
||||
'help_translating' => 'This help text is not yet available in your language. <a href="https://crowdin.com/project/firefly-iii-help">Will you help translate?</a>',
|
||||
'help_translating' => 'Este texto de ayuda no está disponible en tu idioma. <a href="https://crowdin.com/project/firefly-iii-help">¿Nos ayudaría a traducir?</a>',
|
||||
'showEverything' => 'Mostrar todo',
|
||||
'never' => 'Nunca',
|
||||
'no_results_for_empty_search' => 'Su búsqueda estaba vacía, por lo que no se encontró nada.',
|
||||
@@ -61,7 +61,7 @@ return [
|
||||
'new_asset_account' => 'Nueva cuenta de activo',
|
||||
'new_expense_account' => 'Nueva cuenta de gastos',
|
||||
'new_revenue_account' => 'Nueva cuenta de ingresos',
|
||||
'new_liabilities_account' => 'New liability',
|
||||
'new_liabilities_account' => 'Nueva Responsabilidad (pasivo)',
|
||||
'new_budget' => 'Nuevo presupuesto',
|
||||
'new_bill' => 'Nueva factura',
|
||||
'block_account_logout' => 'Tu sesión ha sido cerrada. Las cuentas bloqueadas no pueden utilizar este sitio. ¿Registrarte con una dirección válida de correo electrónico?',
|
||||
@@ -90,7 +90,7 @@ return [
|
||||
'warning_much_data' => ':days días de datos pueden tomar tiempo en cargarse.',
|
||||
'registered' => '¡Te has registrado con éxito!',
|
||||
'Default asset account' => 'Cuenta de ingresos por defecto',
|
||||
'no_budget_pointer' => 'Parece que aún no tienes presupuestos. Debe crear algunos en la página <a href="/budgets">presupuestos</a>. Los presupuestos pueden ayudarle a realizar un seguimiento de los gastos.',
|
||||
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href=":link">budgets</a>-page. Budgets can help you keep track of expenses.',
|
||||
'Savings account' => 'Cuenta de ahorros',
|
||||
'Credit card' => 'Tarjeta de crédito',
|
||||
'source_accounts' => 'Cuenta(s) origen',
|
||||
@@ -270,8 +270,8 @@ return [
|
||||
'move_rule_group_up' => 'Mover la regla hacia arriba',
|
||||
'move_rule_group_down' => 'Mover el grupo de reglas hacia abajo',
|
||||
'save_rules_by_moving' => 'Guardar esta(s) regla(s) moviéndola(s) a otro grupo:',
|
||||
'make_new_rule' => 'Make a new rule in rule group ":title"',
|
||||
'make_new_rule_no_group' => 'Make a new rule',
|
||||
'make_new_rule' => 'Crea una nueva regla en el grupo ":title"',
|
||||
'make_new_rule_no_group' => 'Crea una nueva regla',
|
||||
'instructions_rule_from_bill' => 'In order to match transactions to your new bill ":name", Firefly III can create a rule that will automatically be checked against any transactions you store. Please verify the details below and store the rule to have Firefly III automatically match transactions to your new bill.',
|
||||
'rule_is_strict' => 'regla estricta',
|
||||
'rule_is_not_strict' => 'regla no estricta',
|
||||
@@ -1267,6 +1267,8 @@ return [
|
||||
'created_Deposits' => 'Created deposits',
|
||||
'created_Transfers' => 'Transferencias creadas',
|
||||
'created_from_recurrence' => 'Created from recurring transaction ":title" (#:id)',
|
||||
'recurring_never_cron' => 'It seems the cron job that is necessary to support recurring transactions has never run. This is of course normal when you have just installed Firefly III, but this should be something to set up as soon as possible. Please check out the help-pages using the (?)-icon in the top right corner of the page.',
|
||||
'recurring_cron_long_ago' => 'It looks like it has been more than 36 hours since the cron job to support recurring transactions has fired for the last time. Are you sure it has been set up correctly? Please check out the help-pages using the (?)-icon in the top right corner of the page.',
|
||||
|
||||
'recurring_meta_field_tags' => 'Etiquetas',
|
||||
'recurring_meta_field_notes' => 'Notas',
|
||||
|
Reference in New Issue
Block a user