Skip to content

Commit

Permalink
Update english localization (#45)
Browse files Browse the repository at this point in the history
* added eclipse files to gitignore

* updated the Englisch localization file

* Update screenshot
  • Loading branch information
manuel-hegner committed Feb 15, 2018
1 parent f1bf250 commit c5e774b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
# BlueJ files
*.ctxt

# Eclipse files
*/.project
*/.classpath
*/.settings

# Mobile Tools for Java (J2ME)
.mtj.tmp/

Expand All @@ -25,4 +30,4 @@ hs_err_pid*
/frontend/target/
/frontend/node/
/frontend/cfp-*
nbactions.xml
nbactions.xml
14 changes: 7 additions & 7 deletions frontend/lib/localization/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ leftPane:
previousQueries: "Queries"

rightPane:
queryEditor: "Editor"
queryEditor: "Group Editor"
timebasedQueryEditor: "Timebased Editor"
externalForms: "Forms"

categoryTreeList:
loading: "Loading Concept Tree: {tree}"
error: "Could not load Concept Tree {tree}."
loading: "Loading Concept: {tree}"
error: "Could not load Concept: {tree}."

queryRunner:
start: "Start Query"
Expand Down Expand Up @@ -62,7 +62,7 @@ queryGroupModal:
dateFormat: "MM/DD/YYYY"

deletePreviousQueryModal:
areYouSure: "Really delete this Query?"
areYouSure: "Should this query be deleted?"

common:
any: "Any"
Expand All @@ -85,7 +85,7 @@ tooltip:
1: "entry found"
_: "entries found"

placeholder: "More information about a concept node ..."
placeholder: "More information about a concept ..."
hide: "Hide"
show: "Show more details"
date:
Expand All @@ -108,8 +108,8 @@ inputRange:
range: "Range"
exact: "Equals"
exactLabel: "Exact"
minLabel: "min"
maxLabel: "max"
minLabel: "Min"
maxLabel: "Max"

previousQueries:
loading: "Loading Queries"
Expand Down
Binary file modified images/screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c5e774b

Please sign in to comment.