mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
support user custom exchange rates data
This commit is contained in:
@@ -1171,6 +1171,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": "Abfrageelemente dürfen nicht leer sein",
|
||||
"query items too much": "Zu viele Abfrageelemente",
|
||||
"query items have invalid item": "Ungültiges Element in Abfrageelementen",
|
||||
@@ -2039,6 +2042,7 @@
|
||||
"WebAuthn is not enabled": "WebAuthn ist nicht aktiviert",
|
||||
"Are you sure you want to re-login?": "Sind Sie sicher, dass Sie sich erneut anmelden möchten?",
|
||||
"Exchange Rates Data": "Wechselkursdaten",
|
||||
"User Custom": "User Custom",
|
||||
"Base Currency": "Basiswährung",
|
||||
"Base Amount": "Basisbetrag",
|
||||
"Set as Base": "Als Basis festlegen",
|
||||
@@ -2049,6 +2053,11 @@
|
||||
"Exchange rates data has been updated": "Wechselkursdaten wurden aktualisiert",
|
||||
"Exchange rates data is up to date": "Wechselkursdaten sind aktuell",
|
||||
"Unable to retrieve exchange rates data": "Wechselkursdaten können nicht abgerufen werden",
|
||||
"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": "Auf Mobilgerät verwenden",
|
||||
"You can scan the QR code below on your mobile device.": "Sie können den untenstehenden QR-Code auf Ihrem Mobilgerät scannen.",
|
||||
"Switch to Mobile Version": "Zur mobilen Version wechseln",
|
||||
|
||||
Reference in New Issue
Block a user