mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 02:04:26 +08:00
show more user-friendly messages when some features are disabled
This commit is contained in:
@@ -1637,6 +1637,11 @@
|
||||
"Nickname cannot be blank": "暱稱不能為空",
|
||||
"Default currency cannot be blank": "預設貨幣不能為空",
|
||||
"Unable to log in": "無法登入",
|
||||
"Username/password login is disabled": "使用者名稱/密碼登入已停用",
|
||||
"External login is disabled": "外部登入已停用",
|
||||
"Two-factor authentication is disabled": "兩步驟驗證已停用",
|
||||
"Email verification is disabled": "電子郵件驗證已停用",
|
||||
"Forget password is disabled": "忘記密碼已停用",
|
||||
"Two-Factor Authentication": "兩步驟驗證",
|
||||
"Two-factor authentication is not enabled yet.": "兩步驟驗證尚未啟用。",
|
||||
"Two-factor authentication is already enabled.": "兩步驟驗證已經啟用。",
|
||||
@@ -1798,6 +1803,7 @@
|
||||
"AI Image Recognition": "AI識圖",
|
||||
"Unable to load image": "無法載入圖片",
|
||||
"Unable to recognize image": "無法識別圖片",
|
||||
"AI image recognition is disabled": "AI識圖已停用",
|
||||
"You can drag and drop, paste or click to select a receipt or transaction image": "您可以拖放、貼上或點擊選擇收據或交易圖片",
|
||||
"Release to load image": "放開以載入圖片",
|
||||
"Loading image...": "正在載入圖片...",
|
||||
@@ -1916,6 +1922,7 @@
|
||||
"Cannot import invalid transactions": "無法匯入無效的交易",
|
||||
"Unable to parse import file": "無法解析匯入的檔案",
|
||||
"Unable to import transactions": "無法匯入交易",
|
||||
"Transaction importing is disabled": "匯入交易已停用",
|
||||
"Load Data Mapping File": "載入資料對應檔案",
|
||||
"Save Data Mapping File": "儲存資料對應檔案",
|
||||
"Data mapping file is invalid": "資料對應檔案無效",
|
||||
@@ -1990,6 +1997,7 @@
|
||||
"Are you sure you want to remove this transaction picture?": "您確定要移除這張交易圖片?",
|
||||
"Unable to upload transaction picture": "無法上傳交易圖片",
|
||||
"Unable to remove transaction picture": "無法移除交易圖片",
|
||||
"Transaction picture is disabled": "交易圖片已停用",
|
||||
"Failed to load image, please check whether the config \"domain\" and \"root_url\" are set correctly.": "無法載入圖片,請檢查設定 \"domain\" 和 \"root_url\" 是否設定正確。",
|
||||
"Search transaction description": "搜尋交易描述",
|
||||
"Unable to retrieve transaction list": "無法取得交易清單",
|
||||
|
||||
Reference in New Issue
Block a user