mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
save insights explorer to database
This commit is contained in:
+24
-1
@@ -1270,6 +1270,9 @@
|
||||
"invalid oauth2 token": "Neveljaven žeton OAuth 2.0",
|
||||
"cannot retrieve user info from oauth2 provider": "Ni mogoče pridobiti podatkov o uporabniku od ponudnika OAuth 2.0",
|
||||
"oauth2 user already bound to another user": "Uporabnik OAuth 2.0 je že povezan z drugim uporabnikom",
|
||||
"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": "Poizvedbeni elementi ne morejo biti prazni",
|
||||
"query items too much": "Preveč poizvedbenih elementov",
|
||||
"query items have invalid item": "Med poizvedbenimi elementi je neveljaven element",
|
||||
@@ -1709,13 +1712,33 @@
|
||||
"Query": "Poizvedba",
|
||||
"Data Table": "Podatkovna tabela",
|
||||
"Chart": "Grafikon",
|
||||
"New Exploration": "Novo raziskovanje",
|
||||
"New Explorer": "Novo raziskovanje",
|
||||
"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": "Dodaj poizvedbo",
|
||||
"Remove Query": "Odstrani poizvedbo",
|
||||
"Modify Query Name": "Spremeni ime poizvedbe",
|
||||
"Add Condition": "Dodaj pogoj",
|
||||
"Remove Condition": "Odstrani pogoj",
|
||||
"No conditions defined. All transactions will match.": "Ni določenih pogojev. Prikazane bodo vse transakcije.",
|
||||
"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": "Urednik",
|
||||
"Expression": "Izraz",
|
||||
"Failed to generate expression": "Izraza ni bilo mogoče ustvariti",
|
||||
|
||||
Reference in New Issue
Block a user