From f26d427f69530a0f3ced9a97416c6ca6b1407402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Weselowski?= Date: Tue, 26 Nov 2019 13:18:00 +0100 Subject: [PATCH] adds missing query_en translations --- _dist/data/languages/en/query_en.csv | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_dist/data/languages/en/query_en.csv b/_dist/data/languages/en/query_en.csv index e3b039bd..dd5e8689 100644 --- a/_dist/data/languages/en/query_en.csv +++ b/_dist/data/languages/en/query_en.csv @@ -13,6 +13,7 @@ cqlIndividual; "Individual Webservices" edit; "Edit" noEntriesFound; "No entries found!" +noQueryFound; "No entries found!" queryCreateSuccess; "Webservice created successfully!" queryCreateFailed; "Couldn't create Query!" @@ -22,12 +23,16 @@ queryDeleteFailed; "Couldn't delete Query!" queryDetail; "Webservice Detail" +queryQuery; "Query" queryNameExample; "Example: create_ci_by_ciTypeName" queryDescriptionExample; "Example: Creates a CI of a specific ci_typeName(argv1)" queryQueryExample; "Example: insert into ci(ci_type_id) values (select id from ci_type where name = ':argv1:')" queryQueryHelp; "Placeholders" testButtonHint; "It is possible to test Select-Querys (without argv) straight away" +queryApiUrl; "Api Url" +queryApiUrlTitle; "Api Url" + queryUpdateSuccess; "Webservice edited successfully!" queryUpdateFailed; "Couldn't edit Webservice!" @@ -35,7 +40,7 @@ queryEdit; "Edit Webservice" queryButtonTest; "Test" testButtonHintExtended; " The URL can be used for the Webservice Call (copy). When using ARGVs the Questionmark "?" must be replaced by the ARGV value. Instead of using "json" it is also possible to use "plain" or "xml". " - +testQueryException; "Beim Ausführen der Query ist ein Fehler aufgetreten. Bitte die mitgegebenen Argumente überprüfen." queryStatus; "Status" queryDescription; "Description" queryName; "Name" @@ -45,3 +50,4 @@ cancle; "Cancel" xmlinfo; If the Query contains a coulumn "ci_id" in the resultset and the methode XML is used all CIs with their CI-Type hierachy are returned in XML Style e.g. select ci_id, max(case cia.attribute_id when (select id from attribute where name = 'ma_lastname') then cia.value_text else null end) as ma_lastname... +areYouSureDelete; "Do you really want to delete this Project?"