Skip to content

Commit

Permalink
adds missing query_en translations
Browse files Browse the repository at this point in the history
  • Loading branch information
rwese committed Nov 26, 2019
1 parent c96bb85 commit f26d427
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _dist/data/languages/en/query_en.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand All @@ -22,20 +23,24 @@ 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!"

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"
Expand All @@ -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?"

0 comments on commit f26d427

Please sign in to comment.