mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
support user custom exchange rates data
This commit is contained in:
@@ -1170,6 +1170,9 @@
|
||||
"invalid beancount file": "Invalid Beancount file",
|
||||
"not support include directive for beancount file": "Not support \"include\" directive for Beancount file",
|
||||
"invalid amount expression": "Amount expression is invalid",
|
||||
"user custom exchange rate data not found": "User custom exchange rate data is not found",
|
||||
"cannot update exchange rate data for base currency": "Cannot update exchange rate data for base currency",
|
||||
"cannot delete exchange rate data for base currency": "Cannot delete exchange rate data for base currency",
|
||||
"query items cannot be blank": "--",
|
||||
"query items too much": "--",
|
||||
"query items have invalid item": "Hay un elemento no válido en los elementos de consulta",
|
||||
@@ -2038,6 +2041,7 @@
|
||||
"WebAuthn is not enabled": "WebAuthn no está habilitado",
|
||||
"Are you sure you want to re-login?": "¿Está seguro de que desea volver a iniciar sesión?",
|
||||
"Exchange Rates Data": "Datos de tipos de cambio",
|
||||
"User Custom": "User Custom",
|
||||
"Base Currency": "Moneda base",
|
||||
"Base Amount": "Importe base",
|
||||
"Set as Base": "Establecer como base",
|
||||
@@ -2048,6 +2052,11 @@
|
||||
"Exchange rates data has been updated": "Se han actualizado los datos de tipos de cambio.",
|
||||
"Exchange rates data is up to date": "Los datos de tipos de cambio están actualizados.",
|
||||
"Unable to retrieve exchange rates data": "No se pueden recuperar datos de tipos de cambio",
|
||||
"Update User Custom Exchange Rate": "Update User Custom Exchange Rate",
|
||||
"You have updated exchange rate": "You have updated exchange rate",
|
||||
"Unable to update user custom exchange rate": "Unable to update user custom exchange rate",
|
||||
"Are you sure you want to delete this user custom exchange rate?": "Are you sure you want to delete this user custom exchange rate?",
|
||||
"Unable to delete this user custom exchange rate": "Unable to delete this user custom exchange rate",
|
||||
"Use on Mobile Device": "Usar en dispositivo móvil",
|
||||
"You can scan the QR code below on your mobile device.": "Puede escanear el código QR a continuación en su dispositivo móvil.",
|
||||
"Switch to Mobile Version": "Cambiar a la versión móvil",
|
||||
|
||||
Reference in New Issue
Block a user