mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
save insights explorer to database
This commit is contained in:
+24
-1
@@ -1270,6 +1270,9 @@
|
||||
"invalid oauth2 token": "Invalid OAuth 2.0 token",
|
||||
"cannot retrieve user info from oauth2 provider": "Cannot retrieve user info from OAuth 2.0 provider",
|
||||
"oauth2 user already bound to another user": "OAuth 2.0 user is already bound to another user",
|
||||
"explorer id is invalid": "Explorer ID is invalid",
|
||||
"explorer not found": "Explorer is not found",
|
||||
"explorer data is invalid": "Explorer data is invalid",
|
||||
"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",
|
||||
@@ -1709,13 +1712,33 @@
|
||||
"Query": "Query",
|
||||
"Data Table": "Data Table",
|
||||
"Chart": "Chart",
|
||||
"New Exploration": "New Exploration",
|
||||
"New Explorer": "New Explorer",
|
||||
"Untitled Explorer": "Untitled Explorer",
|
||||
"More Explorer": "More Explorer",
|
||||
"Save Explorer": "Save Explorer",
|
||||
"Save As New Explorer": "Save As New Explorer",
|
||||
"Rename Explorer": "Rename Explorer",
|
||||
"Delete Explorer": "Delete Explorer",
|
||||
"Explorer Name": "Explorer Name",
|
||||
"Add Query": "Add Query",
|
||||
"Remove Query": "Remove Query",
|
||||
"Modify Query Name": "Modify Query Name",
|
||||
"Add Condition": "Add Condition",
|
||||
"Remove Condition": "Remove Condition",
|
||||
"No conditions defined. All transactions will match.": "No conditions defined. All transactions will match.",
|
||||
"Unable to retrieve explorer list": "Unable to retrieve explorer list",
|
||||
"Explorer list is up to date": "Explorer list is up to date",
|
||||
"Explorer list has been updated": "Explorer list has been updated",
|
||||
"Unable to retrieve explorer": "Unable to retrieve explorer",
|
||||
"Unable to add explorer": "Unable to add explorer",
|
||||
"Unable to save explorer": "Unable to save explorer",
|
||||
"Unable to move explorer": "Unable to move explorer",
|
||||
"Unable to hide this explorer": "Unable to hide this explorer",
|
||||
"Unable to unhide this explorer": "Unable to unhide this explorer",
|
||||
"Are you sure you want to delete this explorer?": "Are you sure you want to delete this explorer?",
|
||||
"Unable to delete this explorer": "Unable to delete this explorer",
|
||||
"Show Hidden Explorers": "Show Hidden Explorers",
|
||||
"Hide Hidden Explorers": "Hide Hidden Explorers",
|
||||
"Editor": "Editor",
|
||||
"Expression": "Expression",
|
||||
"Failed to generate expression": "Failed to generate expression",
|
||||
|
||||
Reference in New Issue
Block a user