support user custom exchange rates data

This commit is contained in:
MaysWind
2025-05-26 00:47:19 +08:00
parent c4d20c539f
commit 817291c9a7
41 changed files with 1257 additions and 73 deletions
+9
View File
@@ -1171,6 +1171,9 @@
"invalid beancount file": "無效的 Beancount 檔案",
"not support include directive for beancount file": "不支援 Beancount 檔案的 \"include\" 指令",
"invalid amount expression": "金額表達式無效",
"user custom exchange rate data not found": "使用者自訂匯率資料不存在",
"cannot update 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": "查詢項目中有非法項目",
@@ -2039,6 +2042,7 @@
"WebAuthn is not enabled": "WebAuthn 沒有啟用",
"Are you sure you want to re-login?": "您確定要重新登入?",
"Exchange Rates Data": "匯率資料",
"User Custom": "使用者自訂",
"Base Currency": "基準貨幣",
"Base Amount": "基準金額",
"Set as Base": "設定為基準",
@@ -2049,6 +2053,11 @@
"Exchange rates data has been updated": "匯率資料已更新",
"Exchange rates data is up to date": "匯率資料已是最新",
"Unable to retrieve exchange rates data": "無法取得匯率資料",
"Update User Custom Exchange Rate": "更新使用者自訂匯率",
"You have updated exchange rate": "您已經更新了匯率",
"Unable to update user custom exchange rate": "無法更新使用者自訂匯率",
"Are you sure you want to delete this user custom exchange rate?": "您確定要刪除此使用者自訂匯率?",
"Unable to delete this user custom exchange rate": "無法刪除此使用者自訂匯率",
"Use on Mobile Device": "在行動裝置使用",
"You can scan the QR code below on your mobile device.": "您可以在您的行動裝置上掃描下方的 QR Code。",
"Switch to Mobile Version": "切換到行動版",