Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
fix inaccurate translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Pkcarreno committed May 24, 2022
1 parent 6823214 commit 3dde8bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<string name="pay_with">Pagar con</string>
<string name="from">Desde</string>
<string name="account">Cuenta</string>
<string name="to">Para</string>
<string name="to">Hasta</string>
<string name="add_account">Añadir cuenta</string>
<string name="income_title">Título de ingreso</string>
<string name="expense_title">Título del gasto</string>
Expand Down Expand Up @@ -235,8 +235,8 @@
<string name="export">Exportar</string>
<string name="no_transactions_for_query">No tienes transacciones para la consulta "%1$s".</string>
<string name="import_export"><![CDATA[Importación y exportación]]></string>
<string name="backup_data">Los datos de copia de seguridad</string>
<string name="import_data">Datos de importación</string>
<string name="backup_data">Respaldo de datos</string>
<string name="import_data">Importar datos</string>
<string name="app_settings">Ajustes de Aplicación</string>
<string name="lock_app">Bloquear la aplicación</string>
<string name="show_notifications">Mostrar notificaciones</string>
Expand All @@ -257,11 +257,11 @@
<string name="exporting_data">Exportar datos</string>
<string name="exporting_data_description">Por favor espere, exportando datos</string>
<string name="start_date_of_month">Fecha de inicio del mes</string>
<string name="ivy_telegram">Ivy Telegram</string>
<string name="ivy_telegram">Ivy en Telegram</string>
<string name="help_center">Centro de ayuda</string>
<string name="roadmap">Hoja de ruta</string>
<string name="request_a_feature">Solicitar una característica</string>
<string name="contact_support">Soporte de contacto</string>
<string name="contact_support">Contactar con soporte</string>
<string name="project_contributors">Colaboradores del proyecto</string>
<string name="account_uppercase">CUENTA</string>
<string name="logout">Cerrar sesión</string>
Expand All @@ -274,7 +274,7 @@
<string name="export_to_csv">Exportar a CSV</string>
<string name="left_to_spend">Queda para gastar</string>
<string name="budget_exceeded_by">Presupuesto excedido por</string>
<string name="buffer_exceeded_by">Búfer excedido por</string>
<string name="buffer_exceeded_by">Reserva excedida por</string>
<string name="set_transaction_type">Establecer tipo de transacción</string>
<string name="transfer">Transferir</string>
<string name="selected">Seleccionado</string>
Expand Down

0 comments on commit 3dde8bd

Please sign in to comment.