mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +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": "Không có mục truy vấn",
|
||||
"query items too much": "Có quá nhiều mục truy vấn",
|
||||
"query items have invalid item": "Có mục không hợp lệ trong các mục truy vấn",
|
||||
@@ -2039,6 +2042,7 @@
|
||||
"WebAuthn is not enabled": "WebAuthn chưa được bật",
|
||||
"Are you sure you want to re-login?": "Bạn có chắc chắn muốn đăng nhập lại không?",
|
||||
"Exchange Rates Data": "Dữ liệu tỷ giá hối đoái",
|
||||
"User Custom": "User Custom",
|
||||
"Base Currency": "Tiền tệ cơ sở",
|
||||
"Base Amount": "Số tiền cơ sở",
|
||||
"Set as Base": "Đặt làm cơ sở",
|
||||
@@ -2049,6 +2053,11 @@
|
||||
"Exchange rates data has been updated": "Dữ liệu tỷ giá hối đoái đã được cập nhật",
|
||||
"Exchange rates data is up to date": "Dữ liệu tỷ giá hối đoái đã được cập nhật",
|
||||
"Unable to retrieve exchange rates data": "Không thể truy xuất dữ liệu tỷ giá hối đoái",
|
||||
"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": "Sử dụng trên thiết bị di động",
|
||||
"You can scan the QR code below on your mobile device.": "Bạn có thể quét mã QR bên dưới trên thiết bị di động của mình.",
|
||||
"Switch to Mobile Version": "Chuyển sang phiên bản di động",
|
||||
|
||||
Reference in New Issue
Block a user