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/
This commit is contained in:
CennoxX 2019-10-11 08:22:39 +00:00 committed by Hosted Weblate
parent ea262606aa
commit 4ff38f6961
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C

View File

@ -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.<column name>' if the <column name> is a single word, or with 'cells[\"<column name>\"] 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.",