RandomSec/main/webapp/modules/langs/translation-en.json
2013-07-05 09:30:37 +02:00

312 lines
13 KiB
JSON

{
"core-index": {
"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:"
},
"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",
"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)",
"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",
"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.",
"browse": "Browse workspace directory"
},
"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",
"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 \\",
"quotation-mark": "Quotation marks are used<br/>to enclose cells containing<br/>column separators",
"click-xml": "Click on the first XML element corresponding to the first record to load."
},
"core-util-enc": {
"select-enc": "Select Encoding",
"common": "Common Encodings",
"all": "All Encodings",
"encoding": "Encoding",
"aliases": "Aliases"
},
"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",
"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",
"custom-tab-exp": "Custom Tabular Exporter",
"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",
"help": "Help",
"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",
"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."
},
"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",
"current-exp": "Current 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-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",
"close": "Close",
"reset-template": "Reset Template",
"export": "Export",
"preview": "Preview",
"download": "Download",
"upload": "Upload",
"apply": "Apply",
"enter": "Enter",
"esc": "Esc"
}
}