From 6555eca9a56cd59958847b9cc4bbe74e926e6065 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Sat, 20 Jul 2019 15:14:06 -0500 Subject: [PATCH] Add "record" and "recon" to English translation --- main/webapp/modules/core/langs/translation-en.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/webapp/modules/core/langs/translation-en.json b/main/webapp/modules/core/langs/translation-en.json index bf57a5c6a..ae60eff98 100644 --- a/main/webapp/modules/core/langs/translation-en.json +++ b/main/webapp/modules/core/langs/translation-en.json @@ -217,6 +217,8 @@ "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": "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/recon": "recon object of a cell returned from a reconciliation service; object has more fields, details at https://github.com/OpenRefine/OpenRefine/wiki/Variables#recon", "core-dialogs/returns": "returns", "core-dialogs/from": "From", "core-dialogs/expression": "Expression",