f4ff227340
- make all file loading relative to module base - move core language files into appropriate place - eliminate all SetLanguage commands and use SetPreference instead - eliminate all LoadLanguage commands except for core's - fix duplicate keys in JSON language files - remove BOM from JSON language files OPEN - task 760: Translations not being loaded from built kit http://github.com/OpenRefine/OpenRefine/issues/issue/760
57 lines
1.9 KiB
JSON
57 lines
1.9 KiB
JSON
{
|
|
"gdata-import": {
|
|
"preparing": "Preparing ...",
|
|
"creating": "Creating project ...",
|
|
"title": "Public Documents",
|
|
"import-by-url": "Import a <em>public</em> Google Spreadsheet or Fusion Table by its URL:",
|
|
"next->": "Next »",
|
|
"auth-doc": "Authorized Documents",
|
|
"please": "Please",
|
|
"sign-in": "sign in and authorize",
|
|
"sign-out": "sign out",
|
|
"access-data": "access to your Google data.",
|
|
"retrieving": "Retrieving Google Docs documents ...",
|
|
"re-sign-in": "re-sign in",
|
|
"another-account": "with another account"
|
|
},
|
|
"gdata-parsing": {
|
|
"start-over": "« Start Over",
|
|
"conf-pars": "Configure Parsing Options",
|
|
"proj-name": "Project name",
|
|
"create-proj": "Create Project »",
|
|
"updating-preview": "Updating preview ...",
|
|
"worksheet": "Worksheets",
|
|
"option": "Options",
|
|
"preview-button": "Update Preview",
|
|
"ignore-first": "Ignore first",
|
|
"ignore": "line(s) at beginning of file",
|
|
"parse-next": "Parse next",
|
|
"parse": "line(s) as column headers",
|
|
"discard-next": "Discard initial",
|
|
"discard": "row(s) of data",
|
|
"limit-next": "Load at most",
|
|
"limit": "row(s) of data",
|
|
"store-row": "Store blank rows",
|
|
"store-cell": "Store blank cells as nulls"
|
|
},
|
|
"gdata-source": {
|
|
"alert-url": "You must specify a web address (URL) to import.",
|
|
"type": "Type",
|
|
"title": "Title",
|
|
"authors": "Authors",
|
|
"updated": "Updated"
|
|
},
|
|
"gdata-exporter": {
|
|
"uploading": "Uploading...",
|
|
"upload-error": "Upload error: ",
|
|
"new-spreadsheet": "A new Google spreadsheet",
|
|
"enter-spreadsheet": "Enter a name for the new Google spreadsheet",
|
|
"new-fusion": "A new Google Fusion table",
|
|
"enter-fusion": "Enter a name for the new Google Fusion table"
|
|
},
|
|
"gdata-auth": {
|
|
"authorize-label": "OpenRefine - Authorization",
|
|
"authorized-label": "Authorization process completed. Close this window and return to OpenRefine."
|
|
}
|
|
}
|