-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lokalise: Translations update
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"meta.title": "Query builder", | ||
"trigger": "Build query", | ||
"modal.cancel": "Cancel", | ||
"modal.run": "Run query", | ||
"modal.query": "Query", | ||
"modal.test": "Test query", | ||
"columns.boolean": "Boolean", | ||
"columns.field": "Field", | ||
"columns.operator": "Operator", | ||
"columns.value": "Value", | ||
"columns.action": "Actions", | ||
"control.info.separateValues": "Separate multiple values with a comma.", | ||
"control.selection.placeholder": "Select field", | ||
"modal.preview.title": "Query would return {total} records. Preview of first {limit} records.", | ||
"modal.preview.queryInProgress": "Test query in progress", | ||
"control.dropdown.showColumns": "Show columns", | ||
"viewer.retrieving": "Retrieving...", | ||
"control.value.placeholder": "Select value", | ||
"modal.preview.countingInProgress": "Counting in progress", | ||
"control.operator.placeholder": "Select operator", | ||
"modal.banner.limit": "Warning: this query returns more records than the maximum allowed. Modify the query to limit your results.", | ||
"result.inProgress": "Query in progress", | ||
"result.emptyMessage": "The list contains no items", | ||
"error.sww": "Something went wrong" | ||
} |