RandomSec/main/webapp/modules/core/langs/translation-en.json

739 lines
35 KiB
JSON
Raw Normal View History

{
"name": "English",
2013-07-29 21:49:20 +02:00
"core-index": {
"slogan": "A power tool for working with messy data",
"help": "Help",
"about": "About",
"version": "Version",
"new-version": "New version!",
"download": "Download",
"now": "now",
"change-value": "Change value of preference key",
"delete-key": "Delete preference key",
"preferences": "Preferences",
"key": "Key",
"value": "Value",
"add-pref": "Add preference",
"pref-key": "Preference key value:",
"edit": "Edit",
"delete": "Delete",
"new-proj-name": "New project name:",
"error-rename": "Failed to rename project:",
"no-proj": "No existing project. Select 'Create Project' on the left to create a new project.",
"try-these": "If you have no data to work with, try these",
2017-10-27 23:04:39 +02:00
"sample-data": "sample data sets",
"change-metadata-value": "Change value of metadata key",
2017-11-11 15:43:21 +01:00
"name": "Project name:",
"created": "Create time:",
"modified": "Last modified time:",
"creator": "Creator:",
"contributors": "Contributors:",
"subject": "Subject:",
"description": "Description:",
2017-11-11 15:43:21 +01:00
"rowCount": "Row count:",
"customMetadata": "Custom metadata(JSON):",
2017-11-10 04:29:08 +01:00
"id": "Project ID:",
2017-11-11 15:43:21 +01:00
"importOptionMetadata": "Import option metadata(JSON):"
},
"core-index-create": {
"create-proj": "Create Project",
"starting": "Starting",
"done": "Done.",
"min-remaining": "minutes remaining",
"sec-remaining": "seconds remaining",
"almost-done": "almost done ...",
"memory-usage": "Memory usage:",
"no-details": "No technical details.",
"question": "Create a project by importing data. What kinds of data files can I import?",
"formats": "TSV, CSV, *SV, Excel (.xls and .xlsx), JSON, XML, RDF as XML, and Google Data documents are all supported. Support for other formats can be added with OpenRefine extensions.",
"from": "Get data from"
},
"core-index-import": {
"import-proj": "Import Project",
"locate": "Locate an existing Refine project file (.tar or .tar.gz):",
"file": "Project file:",
"rename": "Re-name project (optional):",
"inspecting": "Inspecting selected files ...",
"warning-name": "Please name the project.",
"errors": "Errors:",
"creating-proj": "Creating project ...",
"import": "Import?",
"name": "Name",
"mime-type": "Mime-type",
"format": "Format",
"size": "Size",
"warning-select": "Please select at least one file.",
"inspecting-files": "Inspecting<br/>selected files ...",
"unknown-err": "Unknown error",
"error": "Error:",
"select-file": "Select Files to Import",
"several-file": "There are several files available. Please select the ones to import.",
"sel-by-extension": "Select by Extension",
"sel-by-regex": "Select by Regex on File Names",
"parsing-options": "Configure Parsing Options",
"project-name": "Project&nbsp;name",
2017-11-24 20:19:49 +01:00
"project-tags": "Tags",
"updating-preview": "Updating preview ...",
"parse-as": "Parse data as",
"this-computer": "This Computer",
"warning-data-file": "You must specify a data file to import.",
"uploading-data": "Uploading data ...",
"web-address": "Web Addresses (URLs)",
data package metadata (#1398) * fix the appbundle issue #1209 * fix #1162 allow the JRE 9 * fix the package declarations * remove the _ from the method name * use the explicit scoping * remote extra ; * fix issued from codacy * fix issued from codacy * add preferences link to the index page * handle the empty user metadata * fix 'last modified' sorting issue #1307 * prevent overflow of the table. issue #1306 * add isoDateParser to sort the date * prevent overflow of the project index * remove sorter arrow for action columns * disable editing the internal metadata * adjust the width of the table * change MetaData to Metadata * change the filed name from rowNumber to rowCount * put back the incidently deleted gitignore * add double quote to prevent word splitting * UI improvement on metadata view and project list view * remove the date field in metadata * message notification of the free RAM. Issue #1295 * UI tuning for metadata view * shorten the ISO date to locale date format * Added translation using Weblate (Portuguese (Brazil)) * remove the rename link * Ignore empty language files introduced by Weblate * Add UI for Invert text filter * Backend support for Inverting Text search facets * Fix reset on text search facet * More succinct return statements * add tests for SetProjectMetadataCommand * Tidying up for Codacy * Added Tests for TextSearchFilter * Corrections for Codacy * More code tidy up * let the browser auto fit the table cell when resizing/zooming * fix import multiple excel with mulitple sheets issue #1328 * check if the project has the userMetadata * fix the unit test support multi files with multi tables for open office * prevent the same key for user metadata * replace _ with variable for exception * fix the no-undef issue * to adjust the width of transform dialog. issue #1332 * fix the row count refresh issue * extract method * move the log message * cosmatic changes for codacy * fix typo * bump to version 2.8 * .gitignore is now working * preview stage won't have the metadata populated, so protect NPE * Update README.md No more direct link to the last version tag, which will avoid having to think of updating the readme * refacotring the ProjectMetadata class * introduce the IMetadata interface * create submodule of dataschema * add back * setup lib for dataschema; upgrade the apache lang to lang3 * replace escape* functions from apache lang3 * replace the ProjectMetadata with IMetadata interface * add missing jars * set the IMetadata a field of Project * remove PreferenceStore out of Project model * fix test SetProjectMetadataCommandTests by casting * introdcue the AbstractMetadata * introdcue the AbstractMetadata * reorganize the metadata package * allow have mulitiple metadata for a project * support for mulitple metadata format * remove jdk7 since 'table schema' java implmentation only support jdk8+ * set execute permission for script * fix the Unit Test after Metadata refactoring * restore the apache lang2.5 since jetty 6.1.22 depend on it * add commons lang 2.5 jar * git submodule add https://github.com/frictionlessdata/datapackage-java * remove the metadata parameter from the ProjectManager.registerProject method * remove hashmap _projectsMetadata field from the ProjectManager and FileProjectManager * init the Project.metadataMap * fix Unit Test * restore the ProjectMetaData map to ProjectManager * put the ProjectMetaDta in place for ProjectManager and Project object * check null of singleton instead of create a constructor just for test * load the data package metadata * importing data package * importing data package * encapsulate the Package class into DataPackageMetadata * user _ to indicate the class fields * introduce base URL in order to download the data files * import data package UI and draft backend * import data package UI * fix typo * download the data set pointed from metadata resource * save and load the data package metadata * avoid magic string * package cleanup * set the java_version to 1.8 * set the min jdk to 1.8 * add the 3rd party src in the build.xml * skip the file selection page if only 1 DATA file * add files structure for json editor * seperate out the metadata file from the retrival file list * rename the OKF_METADATA to DATAPACKAGE_METADATA * clean up * implement GetMetadateCommand class * display the metadata in json format * git submodule update --remote --merge * adjust the setting after pulling from datapackage origin * fix the failed UT DateExtensionTests.testFetchCounts due to new json jar json-20160810.jar will complain: JSONObject["float"] not a string. * clean up the weird loop array syntax get complained * remove the unused constant * export in data package format * interface cleanup * fix UT * edit the metadata * add UT for SetMetadataCommand * fix UT for SetMetadataCommand * display the data package metadata link on the project index page * update submodule * log the exceptions * Ajv does not work properly, use the back end validation instead * enable the validation for jsoneditor * first draft of the data validation * create a map to hold the constraint and its handler * rename * support for minLength and maxLength from spec * add validate command * test the opeation instead of validate command * rename the UT * format the error message and push to the report * fix row number * add resource bundle for validator * inject the code of the constrains * make the StrSubstitutor works * extract the type and format information * add the customizedFormat to interface to allow format properly * get rid of magic string * take care of missing parts of the data package * implement RequiredConstraint * patch for number type * add max/min constraints * get the constrains directly from field * implement the PatternConstraint * suppress warning * fix the broken UT when expecting 2 digits fraction * handle the cast and type properly * fix the missing resource files for data package when run from command line * use the copy instead of copydir * add script for appveyor * update script for appveyor * do recursive clone * correct the git url * fix clone path * clone folder option does not work * will put another PR for this. delete for now * revert the interface method name * lazy loading the project data * disable the validate menu for now * add UT * assert UTs * add UT * fix #1386 * remove import * test the thread * Revert "test the thread" This reverts commit 779214160055afe3ccdcc18c57b0c7c72e87c824. * fix the URLCachingTest UT * define the template data package * tidy up the metadata interface * check the http response code * fix the package * display user friendly message when URL path is not reachable * populate the data package schema * Delete hs_err_pid15194.log * populate data package info * add username preference and it will be pulled as the creator of the metadata * undo the project.updateColumnChange() and start to introduce the fields into the existing core model * tightly integrate the data package metadata * tightly integrate the data package metadata for project level * remove the submodule * move the edit botton * clean up build * load the new property * load the project metadata * fix issues from codacy * remove unused fields and annotation * check the http response code firstly * import zipped data package * allow without keywords * process the zip data package from url * merge the tags * check store firstly * remove the table schema src * move the json schema files to schema dir * add comment * add comment * remove git moduels * add incidently deleted file * fix typo * remove SetMetadataCommand * revert change * merge from master
2018-02-02 14:24:19 +01:00
"data-package": "Data Package (JSON URL)",
"warning-web-address": "You must specify a web address (URL) to import.",
"downloading-data": "Downloading data ...",
"clipboard": "Clipboard",
"warning-clipboard": "You must paste some data to import.",
"uploading-pasted-data": "Uploading pasted data ...",
"locate-files": "Locate one or more files on your computer to upload:",
"enter-url": "Enter one or more web addresses (URLs) pointing to data to download:",
"clipboard-label": "Paste data from clipboard here:",
"import-worksheet": "Worksheets to Import",
"column-widths": "Column widths:",
"column-names": "Column names:",
"comma-separated": "comma separated numbers",
"optional-separated": "optional, comma separated",
"warning-record-path": "Please specify a record path first.",
"pick-nodes": "Pick Record Nodes",
"char-encoding": "Character&nbsp;encoding"
},
"core-index-open": {
"open-proj": "Open Project",
"name": "Name",
2017-11-11 15:43:21 +01:00
"rename": "Rename",
"edit-meta-data": "About",
data package metadata (#1398) * fix the appbundle issue #1209 * fix #1162 allow the JRE 9 * fix the package declarations * remove the _ from the method name * use the explicit scoping * remote extra ; * fix issued from codacy * fix issued from codacy * add preferences link to the index page * handle the empty user metadata * fix 'last modified' sorting issue #1307 * prevent overflow of the table. issue #1306 * add isoDateParser to sort the date * prevent overflow of the project index * remove sorter arrow for action columns * disable editing the internal metadata * adjust the width of the table * change MetaData to Metadata * change the filed name from rowNumber to rowCount * put back the incidently deleted gitignore * add double quote to prevent word splitting * UI improvement on metadata view and project list view * remove the date field in metadata * message notification of the free RAM. Issue #1295 * UI tuning for metadata view * shorten the ISO date to locale date format * Added translation using Weblate (Portuguese (Brazil)) * remove the rename link * Ignore empty language files introduced by Weblate * Add UI for Invert text filter * Backend support for Inverting Text search facets * Fix reset on text search facet * More succinct return statements * add tests for SetProjectMetadataCommand * Tidying up for Codacy * Added Tests for TextSearchFilter * Corrections for Codacy * More code tidy up * let the browser auto fit the table cell when resizing/zooming * fix import multiple excel with mulitple sheets issue #1328 * check if the project has the userMetadata * fix the unit test support multi files with multi tables for open office * prevent the same key for user metadata * replace _ with variable for exception * fix the no-undef issue * to adjust the width of transform dialog. issue #1332 * fix the row count refresh issue * extract method * move the log message * cosmatic changes for codacy * fix typo * bump to version 2.8 * .gitignore is now working * preview stage won't have the metadata populated, so protect NPE * Update README.md No more direct link to the last version tag, which will avoid having to think of updating the readme * refacotring the ProjectMetadata class * introduce the IMetadata interface * create submodule of dataschema * add back * setup lib for dataschema; upgrade the apache lang to lang3 * replace escape* functions from apache lang3 * replace the ProjectMetadata with IMetadata interface * add missing jars * set the IMetadata a field of Project * remove PreferenceStore out of Project model * fix test SetProjectMetadataCommandTests by casting * introdcue the AbstractMetadata * introdcue the AbstractMetadata * reorganize the metadata package * allow have mulitiple metadata for a project * support for mulitple metadata format * remove jdk7 since 'table schema' java implmentation only support jdk8+ * set execute permission for script * fix the Unit Test after Metadata refactoring * restore the apache lang2.5 since jetty 6.1.22 depend on it * add commons lang 2.5 jar * git submodule add https://github.com/frictionlessdata/datapackage-java * remove the metadata parameter from the ProjectManager.registerProject method * remove hashmap _projectsMetadata field from the ProjectManager and FileProjectManager * init the Project.metadataMap * fix Unit Test * restore the ProjectMetaData map to ProjectManager * put the ProjectMetaDta in place for ProjectManager and Project object * check null of singleton instead of create a constructor just for test * load the data package metadata * importing data package * importing data package * encapsulate the Package class into DataPackageMetadata * user _ to indicate the class fields * introduce base URL in order to download the data files * import data package UI and draft backend * import data package UI * fix typo * download the data set pointed from metadata resource * save and load the data package metadata * avoid magic string * package cleanup * set the java_version to 1.8 * set the min jdk to 1.8 * add the 3rd party src in the build.xml * skip the file selection page if only 1 DATA file * add files structure for json editor * seperate out the metadata file from the retrival file list * rename the OKF_METADATA to DATAPACKAGE_METADATA * clean up * implement GetMetadateCommand class * display the metadata in json format * git submodule update --remote --merge * adjust the setting after pulling from datapackage origin * fix the failed UT DateExtensionTests.testFetchCounts due to new json jar json-20160810.jar will complain: JSONObject["float"] not a string. * clean up the weird loop array syntax get complained * remove the unused constant * export in data package format * interface cleanup * fix UT * edit the metadata * add UT for SetMetadataCommand * fix UT for SetMetadataCommand * display the data package metadata link on the project index page * update submodule * log the exceptions * Ajv does not work properly, use the back end validation instead * enable the validation for jsoneditor * first draft of the data validation * create a map to hold the constraint and its handler * rename * support for minLength and maxLength from spec * add validate command * test the opeation instead of validate command * rename the UT * format the error message and push to the report * fix row number * add resource bundle for validator * inject the code of the constrains * make the StrSubstitutor works * extract the type and format information * add the customizedFormat to interface to allow format properly * get rid of magic string * take care of missing parts of the data package * implement RequiredConstraint * patch for number type * add max/min constraints * get the constrains directly from field * implement the PatternConstraint * suppress warning * fix the broken UT when expecting 2 digits fraction * handle the cast and type properly * fix the missing resource files for data package when run from command line * use the copy instead of copydir * add script for appveyor * update script for appveyor * do recursive clone * correct the git url * fix clone path * clone folder option does not work * will put another PR for this. delete for now * revert the interface method name * lazy loading the project data * disable the validate menu for now * add UT * assert UTs * add UT * fix #1386 * remove import * test the thread * Revert "test the thread" This reverts commit 779214160055afe3ccdcc18c57b0c7c72e87c824. * fix the URLCachingTest UT * define the template data package * tidy up the metadata interface * check the http response code * fix the package * display user friendly message when URL path is not reachable * populate the data package schema * Delete hs_err_pid15194.log * populate data package info * add username preference and it will be pulled as the creator of the metadata * undo the project.updateColumnChange() and start to introduce the fields into the existing core model * tightly integrate the data package metadata * tightly integrate the data package metadata for project level * remove the submodule * move the edit botton * clean up build * load the new property * load the project metadata * fix issues from codacy * remove unused fields and annotation * check the http response code firstly * import zipped data package * allow without keywords * process the zip data package from url * merge the tags * check store firstly * remove the table schema src * move the json schema files to schema dir * add comment * add comment * remove git moduels * add incidently deleted file * fix typo * remove SetMetadataCommand * revert change * merge from master
2018-02-02 14:24:19 +01:00
"edit-data-package": "Data package",
2017-10-26 21:45:58 +02:00
"creator": "Creator",
"contributors": "Contributors",
"subject": "Subject",
"description": "Description",
"row-count": "Row&nbsp;Count",
"last-mod": "Last&nbsp;modified",
"del-title": "Delete this project",
"del-body": "Are you sure you want to delete project \"",
"new-title": "New project name:",
"warning-rename": "Failed to rename project:",
"warning-proj-name": "You must specify a project name.",
"warning-data-file": "You must specify a data file to upload or a URL to retrieve.",
2017-11-24 20:19:49 +01:00
"browse": "Browse workspace directory",
"tags": "Tags",
"edit-tags": "Edit project tags",
"edit-tags-desc": "Edit project tags (space and comma are delimiters):"
},
"core-index-lang": {
"lang-settings": "Language Settings",
"label": "Select preferred language",
"send-req": "Change Language",
"page-reload": "The page will be refreshed to apply the change."
},
"core-index-parser": {
"ignore-first": "Ignore first",
"lines-beg": "line(s) at beginning of file",
"parse-next": "Parse next",
"lines-header": "line(s) as column headers",
"discard-initial": "Discard initial",
"rows-data": "row(s) of data",
"load-at-most": "Load at most",
"parse-cell": "Parse cell text into<br/>numbers, dates, ...",
"store-blank": "Store blank rows",
"store-nulls": "Store blank cells as nulls",
"blank-spanning-cells": "Pad cells spanning over multiple rows or columns with nulls",
"include-raw-templates": "Include templates and images as raw wikicode",
"parse-references": "Extract references in additional columns",
"wiki-base-url": "Reconcile to wiki with base URL:",
"invalid-wikitext": "No table could be parsed. Are you sure this is a valid wiki table?",
"store-source": "Store file source <br/>(file names, URLs)<br/>in each row",
"preserve-empty": "Preserve empty strings",
"trim": "Trim leading &amp; trailing whitespace from strings",
"json-parser": "Click on the first JSON { } node corresponding to the first record to load.",
"parse-every": "Parse every",
"lines-into-row": "lines into one row",
"col-separated-by": "Columns are separated by",
"commas": "commas (CSV)",
"tabs": "tabs (TSV)",
"custom": "custom:",
"escape": "Escape special characters with \\",
2018-02-03 10:01:07 +01:00
"use-quote": "Use character",
"quote-delimits-cells": "to enclose cells containing column separators",
2018-09-12 15:54:55 +02:00
"click-xml": "Click on the first XML element corresponding to the first record to load.",
"column-names-label": "Column names (comma separated)",
2018-09-12 15:54:55 +02:00
"column-names-optional":"comma separated"
},
"core-dialogs": {
"cluster-edit": "Cluster & Edit column",
"cluster-size": "Cluster Size",
"row-count": "Row Count",
"cluster-values": "Values in Cluster",
"merge": "Merge?",
"new-cell-val": "New Cell Value",
"use-this-val": "Use this value",
"browse-only-these": "Browse only these values",
"browse-this-cluster": "Browse this cluster",
"no-cluster-found": "No clusters were found with the selected method",
"try-another-method": "Try selecting another method above or changing its parameters",
"clustering": "Clustering... ",
"warning-check-boxes": "You must check some Edit? checkboxes for your edits to be applied.",
"choices-in-cluster": "# Choices in Cluster",
"rows-in-cluster": "# Rows in Cluster",
"choice-avg-length": "Average Length of Choices",
"choice-var-length": "Length Variance of Choices",
"found": "found",
"filtered-from": "filtered from <b>",
"from-total": "</b> total",
"cluster-descr": "This feature helps you find groups of different cell values that might be alternative representations of the same thing. For example, the two strings \"New York\" and \"new york\" are very likely to refer to the same concept and just have capitalization differences, and \"Gödel\" and \"Godel\" probably refer to the same person.",
"find-more": "Find out more ...",
"method": "Method&nbsp;",
"key-collision": "key collision",
"nearest-neighbor": "nearest neighbor",
"keying-function": "Keying&nbsp;Function&nbsp;",
"fingerprint": "fingerprint",
"ngram": "ngram-fingerprint",
"metaphone": "metaphone3",
"phonetic": "cologne-phonetic",
"distance-fun": "Distance&nbsp;Function&nbsp;",
"leven": "levenshtein",
"ppm": "PPM",
"ngram-size": "Ngram&nbsp;Size&nbsp;",
"ngram-radius": "Radius&nbsp;",
"block-chars": "Block&nbsp;Chars&nbsp;",
"reorder-column": "Re-order / Remove Columns",
"drag-column": "Drag columns to re-order",
"drop-column": "Drop columns here to remove",
"template-export": "Templating Export",
"template-prefix": "Prefix",
"template-rowt": "Row Template",
"template-rows": "Row Separator",
"template-suffix": "Suffix",
"idling": "Idling...",
"updating": "Updating...",
"scatterplot-matrix": "Scatterplot Matrix",
"focusing-on": "focusing on",
"processing": "Processing...",
"error-getColumnInfo": "Error calling 'get-columns-info'",
"no-column-dataset": "There are no columns in this dataset",
"linear-plot": "Linear Plot",
"logarithmic-plot": "Logarithmic Plot",
"rotated-counter-clock": "Rotated 45° Counter-Clockwise",
"no-rotation": "No rotation",
"rotated-clock": "Rotated 45° Clockwise",
"small-dot": "Small Dot Size",
"regular-dot": "Regular Dot Size",
"big-dot": "Big Dot Size",
"cell-fields": "The current cell. It has a few fields: 'value' and 'recon'.",
"cell-value": "The current cell's value. This is a shortcut for 'cell.value'.",
"row-fields": "The current row. It has 5 fields: 'flagged', 'starred', 'index', 'cells', and 'record'.",
"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.",
"row-index": "The current row's index. This is a shortcut for 'row.index'.",
"returns": "returns",
"from": "From",
"expression": "Expression",
"reuse": "Reuse",
"remove": "Remove",
"error": "Error",
"no-syntax-err": "No syntax error",
"internal-err": "Internal error",
"language": "Language",
"preview": "Preview",
"history": "History",
"starred": "Starred",
"help": "Help",
"opt-code-applied": "Option code successfully applied.",
"error-apply-code": "Error applying option code",
"sql-exporter": "SQL Exporter",
"custom-tab-exp": "Custom Tabular Exporter",
"select-columns-dialog": "Select columns",
"content": "Content",
"download": "Download",
"upload": "Upload",
"opt-code": "Option Code",
"sel-and-ord": "Select and Order Columns to Export",
"opt-for": "Options for",
"for-recon-cell": "For reconciled cells, output",
"match-ent-name": "Matched entity's name",
"cell-content": "Cell's content",
"match-ent-id": "Matched entity's ID",
"link-match": "Link to matched entity's page",
"out-not-unmatch": "Output nothing for unmatched cells",
"date-format": "For date/time values, use format",
"date-iso": "ISO 8601, e.g., 2011-08-24T18:36:10+08:00",
"short-format": "Short locale format",
"medium-format": "Medium locale format",
"long-format": "Long locale format",
"full-format": "Full locale format",
"custom": "Custom",
"local-time": "Use local time zone",
"omit-time": "Omit time",
"out-col-header": "Output column headers",
"out-empty-row": "Output empty rows (ie all cells null)",
"ignore-facets": "Ignore facets and filters and export all rows",
"line-based": "Line-based text formats",
"other-format": "Other formats",
"tsv": "Tab-separated values (TSV)",
"csv": "Comma-separated values (CSV)",
"custom-separator": "Custom separator",
"excel": "Excel (.xls)",
"excel-xml": "Excel in XML (.xlsx)",
"html-table": "HTML table",
"char-enc": "Character encoding",
"line-sep": "Line separator",
"upload-to": "Upload to",
2018-02-25 18:00:40 +01:00
"json-text": "The following JSON text encodes the options you have set in the other tabs. You can copy it out and save it for later, and paste it back in and click Apply to re-use the same options.",
2018-05-17 18:04:06 +02:00
"columnType": "SQL Type",
"for-include-structure-checkbox": "Include Schema",
2018-03-25 05:33:41 +02:00
"for-include-drop-statement-checkbox": "Include Drop Statement",
"for-include-content-checkbox": "Include Content",
"tableNameLabel": "Table Name:",
"sqlExporterTrimColumns": "Trim Column Names",
"sqlExporterIgnoreFacets": "Ignore facets and filters and export all rows",
2018-04-22 07:39:11 +02:00
"sqlExporterOutputEmptyRows":"Output empty row (i.e. all cells null)",
2018-05-17 18:04:06 +02:00
"for-include-if-exist-drop-stmt-checkbox": "Include 'IF EXISTS' in DROP statement",
"for-null-cell-value-to-empty-str-label": "Convert null value to NULL in INSERT",
2018-02-25 18:00:40 +01:00
"choose-export-destination": "Please choose the destination for project export",
"export-to-local": "Export to local",
2018-05-17 18:04:06 +02:00
"export-to-google-drive": "Export to Google Drive"
},
"core-facets": {
"remove-facet": "Remove this facet",
"reset": "reset",
"invert": "invert",
"change": "change",
"click-to-edit": "Click to edit expression",
"sort-by": "Sort by",
"name": "name",
"count": "count",
"cluster": "Cluster",
"current-exp": "Current Expression",
"facet-choices": "Facet Choices as Tab Separated Values",
"loading": "Loading...",
"too-many-choices": "choices total, too many to display",
"set-choice-count": "Set choice count limit",
"edit": "edit",
"facet-by-count": "Facet by choice counts",
"edit-based-col": "Edit Facet's Expression based on Column",
"edit-facet-exp": "Edit Facet's Expression",
"set-max-choices": "Set the maximum number of choices shown in each text facet (too many will slow down the application)",
"case-sensitive": "case sensitive",
"regular-exp": "regular expression",
"time": "Time",
"non-time": "Non-Time",
"blank": "Blank",
"error": "Error",
"unknown-error": "Unknown error",
"linear-plot": "Linear Plot",
"linear-plot-abbr": "lin",
"logar-plot": "Logarithmic Plot",
"logar-plot-abbr": "log",
"rotated-counter-clock": "Rotated 45° Counter-Clockwise",
"no-rotation": "No rotation",
"rotated-clock": "Rotated 45° Clockwise",
"small-dot": "Small Dot Size",
"regular-dot": "Regular Dot Size",
"big-dot": "Big Dot Size",
"export-plot": "export plot",
"numeric": "Numeric"
},
"core-project": {
"open": "Open",
"permalink": "Permalink",
"export": "Export",
"help": "Help",
"starting": "Starting up",
"facet-filter": "Facet / Filter",
"undo-redo": "Undo / Redo",
"extensions": "Extensions",
"proj-name": "Click to rename project",
"use-facets": "Using facets and filters",
"use-to-select": "Use facets and filters to select subsets of your data to act on. Choose facet and filter methods from the menus at the top of each data column.",
"not-sure": "Not sure how to get started?",
"watch-cast": "Watch these screencasts",
"refreshing-facet": "Refreshing facets...",
"update-facets": "Update all facets",
"clear-selection": "Clear selection in all facets",
"remove-all": "Remove all facets",
"export-project": "Export project",
data package metadata (#1398) * fix the appbundle issue #1209 * fix #1162 allow the JRE 9 * fix the package declarations * remove the _ from the method name * use the explicit scoping * remote extra ; * fix issued from codacy * fix issued from codacy * add preferences link to the index page * handle the empty user metadata * fix 'last modified' sorting issue #1307 * prevent overflow of the table. issue #1306 * add isoDateParser to sort the date * prevent overflow of the project index * remove sorter arrow for action columns * disable editing the internal metadata * adjust the width of the table * change MetaData to Metadata * change the filed name from rowNumber to rowCount * put back the incidently deleted gitignore * add double quote to prevent word splitting * UI improvement on metadata view and project list view * remove the date field in metadata * message notification of the free RAM. Issue #1295 * UI tuning for metadata view * shorten the ISO date to locale date format * Added translation using Weblate (Portuguese (Brazil)) * remove the rename link * Ignore empty language files introduced by Weblate * Add UI for Invert text filter * Backend support for Inverting Text search facets * Fix reset on text search facet * More succinct return statements * add tests for SetProjectMetadataCommand * Tidying up for Codacy * Added Tests for TextSearchFilter * Corrections for Codacy * More code tidy up * let the browser auto fit the table cell when resizing/zooming * fix import multiple excel with mulitple sheets issue #1328 * check if the project has the userMetadata * fix the unit test support multi files with multi tables for open office * prevent the same key for user metadata * replace _ with variable for exception * fix the no-undef issue * to adjust the width of transform dialog. issue #1332 * fix the row count refresh issue * extract method * move the log message * cosmatic changes for codacy * fix typo * bump to version 2.8 * .gitignore is now working * preview stage won't have the metadata populated, so protect NPE * Update README.md No more direct link to the last version tag, which will avoid having to think of updating the readme * refacotring the ProjectMetadata class * introduce the IMetadata interface * create submodule of dataschema * add back * setup lib for dataschema; upgrade the apache lang to lang3 * replace escape* functions from apache lang3 * replace the ProjectMetadata with IMetadata interface * add missing jars * set the IMetadata a field of Project * remove PreferenceStore out of Project model * fix test SetProjectMetadataCommandTests by casting * introdcue the AbstractMetadata * introdcue the AbstractMetadata * reorganize the metadata package * allow have mulitiple metadata for a project * support for mulitple metadata format * remove jdk7 since 'table schema' java implmentation only support jdk8+ * set execute permission for script * fix the Unit Test after Metadata refactoring * restore the apache lang2.5 since jetty 6.1.22 depend on it * add commons lang 2.5 jar * git submodule add https://github.com/frictionlessdata/datapackage-java * remove the metadata parameter from the ProjectManager.registerProject method * remove hashmap _projectsMetadata field from the ProjectManager and FileProjectManager * init the Project.metadataMap * fix Unit Test * restore the ProjectMetaData map to ProjectManager * put the ProjectMetaDta in place for ProjectManager and Project object * check null of singleton instead of create a constructor just for test * load the data package metadata * importing data package * importing data package * encapsulate the Package class into DataPackageMetadata * user _ to indicate the class fields * introduce base URL in order to download the data files * import data package UI and draft backend * import data package UI * fix typo * download the data set pointed from metadata resource * save and load the data package metadata * avoid magic string * package cleanup * set the java_version to 1.8 * set the min jdk to 1.8 * add the 3rd party src in the build.xml * skip the file selection page if only 1 DATA file * add files structure for json editor * seperate out the metadata file from the retrival file list * rename the OKF_METADATA to DATAPACKAGE_METADATA * clean up * implement GetMetadateCommand class * display the metadata in json format * git submodule update --remote --merge * adjust the setting after pulling from datapackage origin * fix the failed UT DateExtensionTests.testFetchCounts due to new json jar json-20160810.jar will complain: JSONObject["float"] not a string. * clean up the weird loop array syntax get complained * remove the unused constant * export in data package format * interface cleanup * fix UT * edit the metadata * add UT for SetMetadataCommand * fix UT for SetMetadataCommand * display the data package metadata link on the project index page * update submodule * log the exceptions * Ajv does not work properly, use the back end validation instead * enable the validation for jsoneditor * first draft of the data validation * create a map to hold the constraint and its handler * rename * support for minLength and maxLength from spec * add validate command * test the opeation instead of validate command * rename the UT * format the error message and push to the report * fix row number * add resource bundle for validator * inject the code of the constrains * make the StrSubstitutor works * extract the type and format information * add the customizedFormat to interface to allow format properly * get rid of magic string * take care of missing parts of the data package * implement RequiredConstraint * patch for number type * add max/min constraints * get the constrains directly from field * implement the PatternConstraint * suppress warning * fix the broken UT when expecting 2 digits fraction * handle the cast and type properly * fix the missing resource files for data package when run from command line * use the copy instead of copydir * add script for appveyor * update script for appveyor * do recursive clone * correct the git url * fix clone path * clone folder option does not work * will put another PR for this. delete for now * revert the interface method name * lazy loading the project data * disable the validate menu for now * add UT * assert UTs * add UT * fix #1386 * remove import * test the thread * Revert "test the thread" This reverts commit 779214160055afe3ccdcc18c57b0c7c72e87c824. * fix the URLCachingTest UT * define the template data package * tidy up the metadata interface * check the http response code * fix the package * display user friendly message when URL path is not reachable * populate the data package schema * Delete hs_err_pid15194.log * populate data package info * add username preference and it will be pulled as the creator of the metadata * undo the project.updateColumnChange() and start to introduce the fields into the existing core model * tightly integrate the data package metadata * tightly integrate the data package metadata for project level * remove the submodule * move the edit botton * clean up build * load the new property * load the project metadata * fix issues from codacy * remove unused fields and annotation * check the http response code firstly * import zipped data package * allow without keywords * process the zip data package from url * merge the tags * check store firstly * remove the table schema src * move the json schema files to schema dir * add comment * add comment * remove git moduels * add incidently deleted file * fix typo * remove SetMetadataCommand * revert change * merge from master
2018-02-02 14:24:19 +01:00
"project-data-package": "Project data package",
"tab-value": "Tab-separated value",
"comma-sep": "Comma-separated value",
"html-table": "HTML table",
"excel": "Excel (.xls)",
"excel-xml": "Excel 2007+ (.xlsx)",
"odf": "ODF spreadsheet",
"custom-tabular": "Custom tabular exporter...",
2018-03-25 05:33:41 +02:00
"sql-export": "SQL Exporter...",
"templating": "Templating...",
"warning-align": "You haven't done any schema alignment yet,\n so there is no triple to export.\n\n Use the Freebase > Edit Schema Alignment Skeleton...\n command to align your data with Freebase schemas first.",
"json-invalid": "The JSON you pasted is invalid",
"undo-history": "Infinite undo history",
"mistakes": "Don't worry about making mistakes. Every change you make will be shown here, and you can undo your changes anytime.",
"learn-more": "Learn more &raquo;",
"apply": "Apply&hellip;",
"extract": "Extract&hellip;",
"filter": "Filter:",
"extract-history": "Extract Operation History",
"extract-save": "Extract and save parts of your operation history as JSON that you can apply to this or other projects in the future.",
"apply-operation": "Apply Operation History",
"paste-json": "Paste an extracted JSON history of operations to perform:",
"complete": "complete",
"other-processes": "other pending processes",
"other-process": "other pending process",
"cancel-all": "Cancel All",
"cancel": "Cancel",
"canceling": "Canceling...",
"last-op-er": "The last operation encountered some errors",
"continue-remaining": "Continue with the remaining operations",
"undo": "Undo"
},
"core-recon": {
"access": "Access",
"service-api": "Service API",
"cell-type": "Reconcile each cell to an entity of one of these types",
"col-detail": "Also use relevant details from other columns",
"against-type": "Reconcile against type",
"no-type": "Reconcile against no particular type",
"auto-match": "Auto-match candidates with high confidence",
"warning-type-sugg": "Sorry, we can't suggest any type for your data. Please specify a type yourself below.",
"column": "Column",
"include": "Include",
"as-property": "As Property",
"contact-service": "Contacting reconciliation service",
"error-contact": "Error contacting recon service",
"wd-recon-lang": "en",
"recon-col": "Reconcile column",
"pick-service": "Pick a Service or Extension on Left",
"enter-url": "Enter the service's URL",
"cell-contains": "Each cell contains:",
"max-candidates": "Maximum number of candidates to return",
"service-title": "Services"
},
"core-util-enc": {
"select-enc": "Select Encoding",
"common": "Common Encodings",
"all": "All Encodings",
"encoding": "Encoding",
"aliases": "Aliases",
"today": "today",
"yesterday": "yesterday",
"days-ago": "days ago",
"week-ago": "a week ago",
"weeks-ago": "weeks ago",
"month-ago": "a month ago",
"months-ago": "months ago",
"year-ago": "a year ago",
"years-ago": "years ago",
"working": "Working",
"invalid-date": "Invalid date string"
},
"core-views": {
"edit-cell": "Edit this cell",
"choose-match": "Choose new match",
2017-10-18 13:39:40 +02:00
"match-all-cells": "Match this item to this and all identical cells",
"match-this-cell": "Match this item to this cell",
"create-topic-cells": "Create a new item for this and all identical cells",
"create-topic-cell": "Create a new item for this cell",
"create-topic": "Create new item",
"search-match": "Search for match",
"not-valid-number": "Not a valid number.",
"not-valid-date": "Not a valid date.",
"match-this": "Match this cell only",
"match-other": "Match other cells with same content",
"search-for": "Search for",
"match-cell": "Match this Cell",
"match-identical": "Match All Identical Cells",
"matched": "matched",
"new": "new",
"to-be-recon": "to be reconciled",
"facet": "Facet",
"edit-cells": "Edit cells",
"edit-column": "Edit column",
"transpose": "Transpose",
"sort": "Sort",
"collapse-expand": "Collapse/expand columns to make viewing the data more convenient",
"collapse-this": "Collapse this column",
"collapse-other": "Collapse all other columns",
"collapse-left": "Collapse all columns to left",
"collapse-right": "Collapse all columns to right",
"reconcile": "Reconcile",
2017-10-18 13:39:40 +02:00
"reconcile-tooltip": "Match this column's cells to items from external databases",
"reverse": "Reverse",
"remove-sort": "Remove sort",
"sort-by": "Sort by",
"sort-cell": "Sort cell values as",
"pos-blank": "Position blanks and errors",
"text": "text",
"case-sensitive": "case-sensitive",
"numbers": "numbers",
"dates": "dates",
"booleans": "booleans",
"drag-drop": "Drag and drop to re-order",
"forward": "forward",
"sort-by-col": "sort by this column alone",
"smallest-first": "smallest first",
"largest-first": "largest first",
"earliest-first": "earliest first",
"latest-first": "latest first",
"false-true": "false then true",
"true-fasle": "true then false",
"valid-values": "Valid values",
"blanks": "Blanks",
"errors": "Errors",
"search-fb-topic": "Search for an item to match all filtered cells:",
"copy-recon-judg": "Copy recon judgments from column",
"copy-to-col": "Copy to Columns",
"copy-opt": "Copying Options",
"apply-to-cell": "Apply to judged cells",
"what-to-copy": "What to copy:",
"new-recon": "new recon judgments",
"match-recon": "match recon judgments",
"warning-other-col": "Please select some other column to copy to.",
"warning-sel-judg": "Please select at least one kind of judgment to copy.",
"start-recon": "Start reconciling",
2017-10-18 13:39:40 +02:00
"recon-text-fb": "Reconcile text in this column with items on Freebase",
"facets": "Facets",
"by-judg": "By judgment",
"best-score": "Best candidate's score",
"best-cand-score": "best candidate's score",
"best-type-match": "Best candidate's type match",
"best-cand-type-match": "best candidate's types match?",
"best-name": "Best candidate's name match",
"best-cand-name": "best candidate's name match?",
"best-edit-dist": "Best candidate's name edit distance",
"best-cand-edit-dist": "best candidate's name edit distance",
"best-word-sim": "Best candidate's name word similarity",
"best-cand-word-sim": "best candidate's name word similarity",
"best-type": "Best candidate's types",
"qa-facets": "QA facets",
"judg-actions": "Judgment action type",
"judg-actions2": "Judgment Action type",
"judg-hist": "Judgment action timestamp",
"hist-entries": "Judgment action timestamp",
"actions": "Actions",
"best-cand": "Match each cell to its best candidate",
"best-cand2": "Match each cell to its best candidate in this column for all current filtered rows",
2017-10-18 13:39:40 +02:00
"new-topic": "Create a new item for each cell",
"new-topic2": "Mark to create one new item for each cell in this column for all current filtered rows",
"one-topic": "Create one new item for similar cells",
"one-topic2": "Mark to create one new item for each group of similar cells in this column for all current filtered rows",
"filtered-cell": "Match all filtered cells to...",
2017-10-18 13:39:40 +02:00
"filtered-cell2": "Search for a item to match all filtered cells to",
"discard-judg": "Discard reconciliation judgments",
"discard-judg2": "Discard reconciliation judgments in this column for all current filtered rows",
"clear-recon": "Clear reconciliation data",
"clear-recon2": "Clear reconciliation data in this column for all current filtered rows",
"copy-recon": "Copy reconciliation data...",
"copy-recon2": "Copy this column's reconciliation data to other columns",
"custom-facet": "Custom Facet on column",
"custom-numeric-label": "Custom Numeric Facet on column",
"custom-numeric": "Custom Numeric Facet",
"text-facet": "Text facet",
"numeric-facet": "Numeric facet",
"timeline-facet": "Timeline facet",
"scatterplot-facet": "Scatterplot facet",
"custom-text-facet": "Custom text facet",
"custom-facets": "Customized facets",
"word-facet": "Word facet",
"duplicates-facet": "Duplicates facet",
"numeric-log-facet": "Numeric log facet",
"bounded-log-facet": "1-bounded numeric log facet",
"text-length-facet": "Text length facet",
"log-length-facet": "Log of text length facet",
"unicode-facet": "Unicode char-code facet",
"facet-error": "Facet by error",
2018-03-17 15:28:57 +01:00
"facet-blank": "Facet by blank (null or empty string)",
"facet-null": "Facet by null",
"facet-empty-string": "Facet by empty string",
"text-filter": "Text filter",
"add-col-col": "Add column based on column",
"new-col-name": "New column name",
"on-error": "On error",
"set-blank": "set to blank",
"store-err": "store error",
"cache-responses": "Cache responses",
"copy-val": "copy value from original column",
"warning-col-name": "You must enter a column name.",
"add-col-recon-val": "Add columns from reconciled values",
"add-col-recon-col": "Add columns from reconciled column",
"warning-no-property": "Please select a property first.",
"configure-col": "Configure this column",
"remove-prop": "remove",
"configure-prop": "configure",
"no-settings": "No settings are available for this property.",
"extend-not-reconciled": "This operation is only available on reconciled columns.",
"extend-not-supported": "This reconciliation service does not support data extension. Try removing the service and adding it again. If the problem persists, contact the service provider.",
"add-col-fetch": "Add column by fetching URLs based on column",
"throttle-delay": "Throttle delay",
"milli": "milliseconds",
"url-fetch": "Formulate the URLs to fetch:",
2018-01-16 17:19:17 +01:00
"http-headers": "HTTP headers to be used when fetching URLs:",
"enter-col-name": "Enter new column name",
"split-col": "Split column",
"several-col": "into several columns",
"how-split": "How to Split Column",
"how-split-cells": "How to split multi-valued cells",
"by-sep": "by separator",
"separator": "Separator",
"reg-exp": "regular expression",
"split-into": "Split into",
"col-at-most": "columns at most (leave blank for no limit)",
"field-len": "by field lengths",
"list-int": "List of integers separated by commas, e.g., 5, 7, 15",
"after-split": "After Splitting",
"guess-cell": "Guess cell type",
"remove-col": "Remove this column",
"specify-sep": "Please specify a separator.",
"warning-no-length": "No field length is specified.",
"warning-format": "The given field lengths are not properly formatted.",
"check-format": "Please check the file format.",
"split-into-col": "Split into several columns",
"add-based-col": "Add column based on this column",
"add-by-urls": "Add column by fetching URLs",
"rename-col": "Rename this column",
"move-to-beg": "Move column to beginning",
"move-to-end": "Move column to end",
"move-to-left": "Move column left",
"move-to-right": "Move column right",
"show-as": "Show as",
"first": "first",
"previous": "previous",
"next": "next",
"last": "last",
"all": "All",
data package metadata (#1398) * fix the appbundle issue #1209 * fix #1162 allow the JRE 9 * fix the package declarations * remove the _ from the method name * use the explicit scoping * remote extra ; * fix issued from codacy * fix issued from codacy * add preferences link to the index page * handle the empty user metadata * fix 'last modified' sorting issue #1307 * prevent overflow of the table. issue #1306 * add isoDateParser to sort the date * prevent overflow of the project index * remove sorter arrow for action columns * disable editing the internal metadata * adjust the width of the table * change MetaData to Metadata * change the filed name from rowNumber to rowCount * put back the incidently deleted gitignore * add double quote to prevent word splitting * UI improvement on metadata view and project list view * remove the date field in metadata * message notification of the free RAM. Issue #1295 * UI tuning for metadata view * shorten the ISO date to locale date format * Added translation using Weblate (Portuguese (Brazil)) * remove the rename link * Ignore empty language files introduced by Weblate * Add UI for Invert text filter * Backend support for Inverting Text search facets * Fix reset on text search facet * More succinct return statements * add tests for SetProjectMetadataCommand * Tidying up for Codacy * Added Tests for TextSearchFilter * Corrections for Codacy * More code tidy up * let the browser auto fit the table cell when resizing/zooming * fix import multiple excel with mulitple sheets issue #1328 * check if the project has the userMetadata * fix the unit test support multi files with multi tables for open office * prevent the same key for user metadata * replace _ with variable for exception * fix the no-undef issue * to adjust the width of transform dialog. issue #1332 * fix the row count refresh issue * extract method * move the log message * cosmatic changes for codacy * fix typo * bump to version 2.8 * .gitignore is now working * preview stage won't have the metadata populated, so protect NPE * Update README.md No more direct link to the last version tag, which will avoid having to think of updating the readme * refacotring the ProjectMetadata class * introduce the IMetadata interface * create submodule of dataschema * add back * setup lib for dataschema; upgrade the apache lang to lang3 * replace escape* functions from apache lang3 * replace the ProjectMetadata with IMetadata interface * add missing jars * set the IMetadata a field of Project * remove PreferenceStore out of Project model * fix test SetProjectMetadataCommandTests by casting * introdcue the AbstractMetadata * introdcue the AbstractMetadata * reorganize the metadata package * allow have mulitiple metadata for a project * support for mulitple metadata format * remove jdk7 since 'table schema' java implmentation only support jdk8+ * set execute permission for script * fix the Unit Test after Metadata refactoring * restore the apache lang2.5 since jetty 6.1.22 depend on it * add commons lang 2.5 jar * git submodule add https://github.com/frictionlessdata/datapackage-java * remove the metadata parameter from the ProjectManager.registerProject method * remove hashmap _projectsMetadata field from the ProjectManager and FileProjectManager * init the Project.metadataMap * fix Unit Test * restore the ProjectMetaData map to ProjectManager * put the ProjectMetaDta in place for ProjectManager and Project object * check null of singleton instead of create a constructor just for test * load the data package metadata * importing data package * importing data package * encapsulate the Package class into DataPackageMetadata * user _ to indicate the class fields * introduce base URL in order to download the data files * import data package UI and draft backend * import data package UI * fix typo * download the data set pointed from metadata resource * save and load the data package metadata * avoid magic string * package cleanup * set the java_version to 1.8 * set the min jdk to 1.8 * add the 3rd party src in the build.xml * skip the file selection page if only 1 DATA file * add files structure for json editor * seperate out the metadata file from the retrival file list * rename the OKF_METADATA to DATAPACKAGE_METADATA * clean up * implement GetMetadateCommand class * display the metadata in json format * git submodule update --remote --merge * adjust the setting after pulling from datapackage origin * fix the failed UT DateExtensionTests.testFetchCounts due to new json jar json-20160810.jar will complain: JSONObject["float"] not a string. * clean up the weird loop array syntax get complained * remove the unused constant * export in data package format * interface cleanup * fix UT * edit the metadata * add UT for SetMetadataCommand * fix UT for SetMetadataCommand * display the data package metadata link on the project index page * update submodule * log the exceptions * Ajv does not work properly, use the back end validation instead * enable the validation for jsoneditor * first draft of the data validation * create a map to hold the constraint and its handler * rename * support for minLength and maxLength from spec * add validate command * test the opeation instead of validate command * rename the UT * format the error message and push to the report * fix row number * add resource bundle for validator * inject the code of the constrains * make the StrSubstitutor works * extract the type and format information * add the customizedFormat to interface to allow format properly * get rid of magic string * take care of missing parts of the data package * implement RequiredConstraint * patch for number type * add max/min constraints * get the constrains directly from field * implement the PatternConstraint * suppress warning * fix the broken UT when expecting 2 digits fraction * handle the cast and type properly * fix the missing resource files for data package when run from command line * use the copy instead of copydir * add script for appveyor * update script for appveyor * do recursive clone * correct the git url * fix clone path * clone folder option does not work * will put another PR for this. delete for now * revert the interface method name * lazy loading the project data * disable the validate menu for now * add UT * assert UTs * add UT * fix #1386 * remove import * test the thread * Revert "test the thread" This reverts commit 779214160055afe3ccdcc18c57b0c7c72e87c824. * fix the URLCachingTest UT * define the template data package * tidy up the metadata interface * check the http response code * fix the package * display user friendly message when URL path is not reachable * populate the data package schema * Delete hs_err_pid15194.log * populate data package info * add username preference and it will be pulled as the creator of the metadata * undo the project.updateColumnChange() and start to introduce the fields into the existing core model * tightly integrate the data package metadata * tightly integrate the data package metadata for project level * remove the submodule * move the edit botton * clean up build * load the new property * load the project metadata * fix issues from codacy * remove unused fields and annotation * check the http response code firstly * import zipped data package * allow without keywords * process the zip data package from url * merge the tags * check store firstly * remove the table schema src * move the json schema files to schema dir * add comment * add comment * remove git moduels * add incidently deleted file * fix typo * remove SetMetadataCommand * revert change * merge from master
2018-02-02 14:24:19 +01:00
"table-schema-validate": "Validate",
"facet-star": "Facet by star",
"starred-rows": "Starred Rows",
"facet-flag": "Facet by flag",
"flagged-rows": "Flagged Rows",
"edit-rows": "Edit rows",
"star-rows": "Star rows",
"unstar-rows": "Unstar rows",
"flag-rows": "Flag rows",
"unflag-rows": "Unflag rows",
"remove-matching": "Remove all matching rows",
"edit-col": "Edit columns",
"reorder-remove": "Re-order / remove columns",
"view": "View",
"collapse-all": "Collapse all columns",
"expand-all": "Expand all columns",
"display-null": "Show/Hide 'null' values in cells",
"reorder-perma": "Reorder rows permanently",
"by": "By",
"custom-text-trans": "Custom text transform on column",
"keep-or": "keep original",
"re-trans": "Re-transform up to",
"times-chang": "times until no change",
"enter-separator": "Enter separator to use between values",
"what-separator": "What separator currently separates the values?",
"transform": "Transform",
"common-transform": "Common transforms",
"trim-all": "Trim leading and trailing whitespace",
"collapse-white": "Collapse consecutive whitespace",
"unescape-html": "Unescape HTML entities",
"titlecase": "To titlecase",
"uppercase": "To uppercase",
"lowercase": "To lowercase",
"to-number": "To number",
"to-date": "To date",
"to-text": "To text",
2018-02-19 10:09:20 +01:00
"blank-out": "To null",
"blank-out-empty": "To empty string",
"replace": "Replace",
"fill-down": "Fill down",
"blank-down": "Blank down",
"split-cells": "Split multi-valued cells",
"join-cells": "Join multi-valued cells",
"cluster-edit": "Cluster and edit",
"transp-cell": "Transpose Cells Across Columns into Rows",
"from-col": "From Column",
"to-col": "To Column",
"transp-into": "Transpose into",
"two-new-col": "Two new columns",
"key-col": "Key Column",
"contain-names": "(containing original columns' names)",
"val-col": "Value Column",
"contain-val": "(containing original cells' values)",
"one-col": "One column",
"prepend-name": "prepend the original column's name to each cell",
"follow-by": "followed by",
"before-val": "before the cell's value",
"ignore-blank": "Ignore blank cells",
"fill-other": "Fill down in other columns",
"spec-new-name": "Please specify the new key column's name.",
"spec-new-val": "Please specify the new value column's name.",
"spec-col-name": "Please specify the new column's name.",
"spec-separator": "Please specify the separator between original column names and cell values.",
"how-many-rows": "How many rows to transpose?",
"expect-two": "Expected an integer at least 2.",
"columnize": "Columnize by Key/Value Columns",
"note-col": "Note Column (optional)",
"sel-col-val": "Please select one key column and one value column that are different from one another.",
"cannot-same": "If specified, the note column cannot be the same as the key column or the value column.",
"transp-cell-row": "Transpose cells across columns into rows",
"transp-cell-col": "Transpose cells in rows into columns",
"columnize-col": "Columnize by key/value columns",
"data-type": "Data type:",
"number": "number",
"boolean": "boolean",
"date": "date",
"ctrl-enter": "Ctrl-Enter",
"rows": "rows",
"records": "records",
2018-01-16 17:19:17 +01:00
"show": "Show",
"hide": "Hide",
"text-to-find": "Find:",
"replacement-text": "Replace with:",
"case-insensitive": "case insensitive",
"whole-word": "whole word",
"finding-info1": "Leave blank to add the remplacement string after each character.",
"finding-info2": "Check \"regular expression\" to find special characters (new lines, tabulations...) or complex patterns.",
"replacement-info": "If \"regular expression\" option is checked and finding pattern contains groups delimited with parentheses, $0 will return the complete string matching the pattern, and $1, $2... the 1st, 2d... group.",
"replace-dont-escape": "use \\n for new lines, \\t for tabulation, \\\\n for \\n, \\\\t for \\t.",
2018-10-14 23:23:01 +02:00
"warning-regex": "Invalid regular expression.",
"use-values-as-identifiers": "Use values as identifiers",
"use-values-as-identifiers2": "Mark cells as reconciled with their values as identifiers",
"choose-reconciliation-service": "Choose a reconciliation service",
"choose-reconciliation-service-alert": "Please choose a reconciliation service first."
},
"core-buttons": {
"cancel": "Cancel",
"ok": "&nbsp;&nbsp;OK&nbsp;&nbsp;",
"import-proj": "Import Project",
"select-all": "Select All",
"unselect-all": "Unselect All",
"deselect-all": "De-select All",
"select": "Select",
"unselect": "Unselect",
"startover": "&laquo; Start Over",
"conf-pars-opt": "Configure Parsing Options &raquo;",
"reselect-files": "&laquo; Re-select Files",
"create-project": "Create Project &raquo;",
"next": "Next &raquo;",
"add-url": "Add Another URL",
"update-preview": "Update&nbsp;Preview",
"pick-record": "Pick Record Elements",
"merge-cluster": "Merge Selected &amp; Re-Cluster",
"merge-close": "Merge Selected &amp; Close",
"export-cluster": "Export Clusters",
"close": "Close",
"reset-template": "Reset Template",
"export": "Export",
"preview": "Preview",
"download": "Download",
"upload": "Upload",
"apply": "Apply",
"enter": "Enter",
"esc": "Esc",
"refresh": "Refresh",
"reset-all": "Reset All",
"remove-all": "Remove All",
"perform-op": "Perform Operations",
"add-std-svc": "Add Standard Service",
"start-recon": "Start Reconciling",
"add-service": "Add Service",
"dont-reconcile": "Don't Reconcile Cell",
2017-10-18 13:39:40 +02:00
"new-topic": "New Item",
"match": "Match",
"copy": "Copy",
"transpose": "Transpose",
"apply-to-all": "Apply to All Identical Cells"
}
}