mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
save insights explorer to database
This commit is contained in:
@@ -1270,6 +1270,9 @@
|
||||
"invalid oauth2 token": "無效的 OAuth 2.0 令牌",
|
||||
"cannot retrieve user info from oauth2 provider": "無法從 OAuth 2.0 提供者獲取使用者資訊",
|
||||
"oauth2 user already bound to another user": "OAuth 2.0 使用者已綁定到另一個使用者",
|
||||
"explorer id is invalid": "探索ID無效",
|
||||
"explorer not found": "探索不存在",
|
||||
"explorer data is invalid": "探索資料無效",
|
||||
"query items cannot be blank": "查詢項目不能為空",
|
||||
"query items too much": "查詢項目過多",
|
||||
"query items have invalid item": "查詢項目中有非法項目",
|
||||
@@ -1709,13 +1712,33 @@
|
||||
"Query": "查詢",
|
||||
"Data Table": "資料表格",
|
||||
"Chart": "圖表",
|
||||
"New Exploration": "新的探索",
|
||||
"New Explorer": "新的探索",
|
||||
"Untitled Explorer": "無標題的探索",
|
||||
"More Explorer": "更多探索",
|
||||
"Save Explorer": "儲存探索",
|
||||
"Save As New Explorer": "另存新探索",
|
||||
"Rename Explorer": "重新命名探索",
|
||||
"Delete Explorer": "刪除探索",
|
||||
"Explorer Name": "探索名稱",
|
||||
"Add Query": "新增查詢",
|
||||
"Remove Query": "移除查詢",
|
||||
"Modify Query Name": "修改查詢名稱",
|
||||
"Add Condition": "新增條件",
|
||||
"Remove Condition": "移除條件",
|
||||
"No conditions defined. All transactions will match.": "沒有定義條件。所有交易都符合。",
|
||||
"Unable to retrieve explorer list": "無法取得探索清單",
|
||||
"Explorer list is up to date": "探索清單已是最新",
|
||||
"Explorer list has been updated": "探索清單已更新",
|
||||
"Unable to retrieve explorer": "無法取得探索",
|
||||
"Unable to add explorer": "無法新增探索",
|
||||
"Unable to save explorer": "無法儲存探索",
|
||||
"Unable to move explorer": "無法移動探索",
|
||||
"Unable to hide this explorer": "無法隱藏此探索",
|
||||
"Unable to unhide this explorer": "無法取消隱藏此探索",
|
||||
"Are you sure you want to delete this explorer?": "您確定要刪除此探索?",
|
||||
"Unable to delete this explorer": "無法刪除此探索",
|
||||
"Show Hidden Explorers": "顯示隱藏的探索",
|
||||
"Hide Hidden Explorers": "不顯示隱藏的探索",
|
||||
"Editor": "編輯器",
|
||||
"Expression": "表達式",
|
||||
"Failed to generate expression": "產生表達式失敗",
|
||||
|
||||
Reference in New Issue
Block a user