Skip to content

Commit

Permalink
Update translation strings
Browse files Browse the repository at this point in the history
Lokalise: Translations update
  • Loading branch information
folio-translations authored Oct 30, 2023
2 parents 02c17fb + 8b19e9c commit 36af5da
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion translations/ui-plugin-query-builder/cs_CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"modal.preview.countingInProgress": "Probíhá počítání",
"control.operator.placeholder": "Vybrat operátor",
"modal.banner.limit": "Varování: tento dotaz vrátí více záznamů než je maximálně povoleno. Upravte dotaz tak, aby omezil vaše výsledky.",
"result.inProgress": "Query in progress",
"result.inProgress": "Probíhá dotaz",
"result.emptyMessage": "Seznam neobsahuje žádné jednotky",
"error.sww": "Něco se pokazilo"
}
26 changes: 26 additions & 0 deletions translations/ui-plugin-query-builder/sk.json
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"
}

0 comments on commit 36af5da

Please sign in to comment.