From 4ff38f69615adaf4b7122e0825e1e481d391b560 Mon Sep 17 00:00:00 2001 From: CennoxX Date: Fri, 11 Oct 2019 08:22:39 +0000 Subject: [PATCH] Translated using Weblate (English) Currently translated at 100.0% (735 of 735 strings) Translation: OpenRefine/Translations Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/en/ --- main/webapp/modules/core/langs/translation-en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/webapp/modules/core/langs/translation-en.json b/main/webapp/modules/core/langs/translation-en.json index 69907d563..d8f75e6b5 100644 --- a/main/webapp/modules/core/langs/translation-en.json +++ b/main/webapp/modules/core/langs/translation-en.json @@ -217,7 +217,7 @@ "core-dialogs/row-fields": "The current row. It has 5 fields: 'flagged', 'starred', 'index', 'cells', and 'record'.", "core-dialogs/cells-of-row": "The cells of the current row. This is a shortcut for 'row.cells'. A particular cell can be retrieved with 'cells.' if the is a single word, or with 'cells[\"\"] otherwise.", "core-dialogs/row-index": "The current row's index. This is a shortcut for 'row.index'.", - "core-dialogs/record-fields": "one or more rows grouped together to form a record; object has more fields, details at https://github.com/OpenRefine/OpenRefine/wiki/Variables#record", + "core-dialogs/record-fields": "one or more rows grouped together to form a record; object has more fields, details at https://github.com/OpenRefine/OpenRefine/wiki/Variables#record", "core-dialogs/returns": "returns", "core-dialogs/from": "From", "core-dialogs/expression": "Expression", @@ -550,7 +550,7 @@ "core-views/url-fetch": "Formulate the URLs to fetch:", "core-views/http-headers": "HTTP headers to be used when fetching URLs:", "core-views/enter-col-name": "Enter new column name", - "core-views/join-col":"Join columns", + "core-views/join-col": "Join columns", "core-views/split-col": "Split column", "core-views/several-col": "into several columns", "core-views/how-split": "How to Split Column", @@ -596,7 +596,7 @@ "core-views/unstar-rows": "Unstar rows", "core-views/flag-rows": "Flag rows", "core-views/unflag-rows": "Unflag rows", - "core-views/remove-matching": "Remove all matching rows", + "core-views/remove-matching": "Remove matching rows", "core-views/edit-col": "Edit columns", "core-views/reorder-remove": "Re-order / remove columns", "core-views/view": "View", @@ -684,7 +684,7 @@ "core-views/column-join": "Join columns", "core-views/column-join-before-column-picker": "Select and order columns to join", "core-views/column-join-before-options": "Select options", - "core-views/column-join-field-separator": "Separator between the content of each column :", + "core-views/column-join-field-separator": "Separator between the content of each column:", "core-views/column-join-field-separator-advice": "Enter one or more characters, or keep blank to join the columns without separator.", "core-views/column-join-replace-nulls": "Replace nulls with…", "core-views/column-join-skip-nulls": "Skip nulls.",