Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update english localization #45

Merged
merged 5 commits into from
Feb 15, 2018
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 @@ -24,4 +29,4 @@ hs_err_pid*
/tests/target/
/frontend/target/
/frontend/node/
/frontend/cfp-*
/frontend/cfp-*
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.