12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- /*
- * IBM Confidential
- * OCO Source Materials
- * IBM Business Platform: Collaboration
- * (C) Copyright IBM Corp. 2017, 2022
- * The source code for this program is not published or otherwise divested of its trade secrets,
- * irrespective of what has been deposited with the U.S. Copyright Office
- */
- define({
- "notebook": "Notebook",
- "notebook_save_success": "Notebook saved successfully",
- "notebook_default_name": "New Notebook",
- "notebook_linenumbers": "Toggle line numbers",
- "notebook_editmetadata": "Edit notebook metadata",
- "notebook_addDataset": "Import a new Dataset",
- "notebook_noEditCapability": "You do not have capability or permission to edit this Notebook",
- "run_start": "Started running notebook \"%{notebookName}\"",
- "run_finished": "Finished running notebook \"%{notebookName}\"",
- "run_pending": "Notebook \"%{notebookName}\" is still running",
- "run_in_progress": "Run In Progress",
- "run_error": "Error: Unable to run notebook \"%{notebookName}\"",
- "run_success": "Notebook \"%{notebookName}\" ran successfully",
- "run_server_error": "Service Error: Unable to run Notebook \"%{notebookName}\"",
- "run_continuing": "Notebook \"%{notebookName}\" will continue running in the background",
- "run_cancel_message": "Notebook \"%{notebookName}\" is still running. Do you wish to stop it?",
- "run_cancel_successful": "Notebook cancelled successfully",
- "notebook_upload_no_file_selected": "No file selected",
- "notebook_upload_only_notebooks": "Only notebooks or zip files can be uploaded",
- "notebook_upload_bad_format": "The notebook is not formatted correctly",
- "notebook_upload_no_notebook": "No notebooks to upload",
- "notebook_upload_error_creating_folder": "Error creating a folder for notebooks",
- "notebook_upload_no_folder_id": "Error getting folder ID",
- "notebook_upload_start_upload": "Started uploading notebook(s)",
- "notebook_cannot_contact_server": "Cannot reach Jupyter server",
- "notebook_upload_start_formatting": "Started formatting notebook",
- "notebook_upload_finished_upload": "Finished uploading notebook(s)",
- "notebook_upload_failure": "Some notebooks could not be uploaded",
- "file_reader_not_supported": "Cannot upload the selected file(s)",
- "error_title": "Internal Server Error",
- "error_dispatcher_see_logs_description": "The Cognos Analytics server can't communicate with the Jupyter server.",
- "error_dispatcher_see_logs_prescription": "Go to %{path} and verify the value of the %{field} field.",
- "error_server_host_description": "The Jupyter server can’t communicate with the Cognos Analytics server.",
- "error_server_host_prescription": "Open Cognos Configuration and verify the value of the %{field} field.",
- "error_server_ssl_description": "A secure connection can’t be established between the Cognos Analytics server and the Jupyter server.",
- "error_server_ssl_prescription": "Verify that each server has valid SSL certificates installed.",
- "error_server_max_users_description": "The active user limit on the Jupyter server has been reached.",
- "error_server_max_users_prescription": "Try again in a few minutes or contact your Cognos Analytics administrator for assistance.",
- "error_unknown_description": "An unexpected error occurred.",
- "error_unknown_non_admin_prescription": "Contact your Cognos Analytics administrator for assistance.",
- "error_unknown_admin_jupyter_prescription": "Check the Jupyter server logs.",
- "error_unknown_admin_cognos_prescription": "Check the Cognos Analytics server logs.",
- "manage_panel_jupyter_service_location": "Jupyter Service Location",
- "manage_panel_jupyter_service_path": "Manage > Configuration > System > Environment",
- "cog_config_external_dispatcher_uri": "dispatcher URI for external applications",
- "for_more_information": "For more information, %{action}.",
- "click_here": "click here",
- "widget_notebook_label": "Notebook widget",
- "widget_select_notebook": "Select a notebook",
- "widget_unconfigured_description": "Once a notebook has been selected, you can choose from the available cell outputs which one you'd like to display.",
- "widget_description": "Select any one of the following notebook cells to include in your canvas.",
- "widget_change_notebook": "You can also pick another notebook.",
- "widget_cannot_load_notebook": "Could not load notebook",
- "widget_selection_tab": "Selection",
- "widget_show_timestamp": "Show timestamp",
- "widget_no_cells": "No cells in notebook",
- "widget_cell_selector_title": "Select a cell from %{notebookName}",
- "widget_notebook_last_refreshed": "Last refreshed: %{lastRefreshed}",
- "widget_notebook_error_title": "Notebook Not Found",
- "widget_notebook_error_description": "We weren't able to locate the previously used notebook. It may have been moved or deleted.",
- "widget_notebook_error_button_label": "Relink notebook",
- "widget_cell_error_title": "Cell Not Found",
- "widget_cell_error_description": "The previously displayed cell from this notebook has been deleted.",
- "widget_cell_error_button_label": "Pick a different cell",
- "widget_nbversion_error_title": "Old Notebook Version",
- "widget_nbversion_error_description": "This notebook seems to be in a version not supported by this widget. To update the notebook, open it in edit mode.",
- "widget_nbversion_error_button_label": "Relink notebook"
- });
|