NotebookResources.js 5.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. /*
  2. * IBM Confidential
  3. * OCO Source Materials
  4. * IBM Business Platform: Collaboration
  5. * (C) Copyright IBM Corp. 2017, 2022
  6. * The source code for this program is not published or otherwise divested of its trade secrets,
  7. * irrespective of what has been deposited with the U.S. Copyright Office
  8. */
  9. define({
  10. "notebook": "Notebook",
  11. "notebook_save_success": "Notebook saved successfully",
  12. "notebook_default_name": "New Notebook",
  13. "notebook_linenumbers": "Toggle line numbers",
  14. "notebook_editmetadata": "Edit notebook metadata",
  15. "notebook_addDataset": "Import a new Dataset",
  16. "notebook_noEditCapability": "You do not have capability or permission to edit this Notebook",
  17. "run_start": "Started running notebook \"%{notebookName}\"",
  18. "run_finished": "Finished running notebook \"%{notebookName}\"",
  19. "run_pending": "Notebook \"%{notebookName}\" is still running",
  20. "run_in_progress": "Run In Progress",
  21. "run_error": "Error: Unable to run notebook \"%{notebookName}\"",
  22. "run_success": "Notebook \"%{notebookName}\" ran successfully",
  23. "run_server_error": "Service Error: Unable to run Notebook \"%{notebookName}\"",
  24. "run_continuing": "Notebook \"%{notebookName}\" will continue running in the background",
  25. "run_cancel_message": "Notebook \"%{notebookName}\" is still running. Do you wish to stop it?",
  26. "run_cancel_successful": "Notebook cancelled successfully",
  27. "notebook_upload_no_file_selected": "No file selected",
  28. "notebook_upload_only_notebooks": "Only notebooks or zip files can be uploaded",
  29. "notebook_upload_bad_format": "The notebook is not formatted correctly",
  30. "notebook_upload_no_notebook": "No notebooks to upload",
  31. "notebook_upload_error_creating_folder": "Error creating a folder for notebooks",
  32. "notebook_upload_no_folder_id": "Error getting folder ID",
  33. "notebook_upload_start_upload": "Started uploading notebook(s)",
  34. "notebook_cannot_contact_server": "Cannot reach Jupyter server",
  35. "notebook_upload_start_formatting": "Started formatting notebook",
  36. "notebook_upload_finished_upload": "Finished uploading notebook(s)",
  37. "notebook_upload_failure": "Some notebooks could not be uploaded",
  38. "file_reader_not_supported": "Cannot upload the selected file(s)",
  39. "error_title": "Internal Server Error",
  40. "error_dispatcher_see_logs_description": "The Cognos Analytics server can't communicate with the Jupyter server.",
  41. "error_dispatcher_see_logs_prescription": "Go to %{path} and verify the value of the %{field} field.",
  42. "error_server_host_description": "The Jupyter server can’t communicate with the Cognos Analytics server.",
  43. "error_server_host_prescription": "Open Cognos Configuration and verify the value of the %{field} field.",
  44. "error_server_ssl_description": "A secure connection can’t be established between the Cognos Analytics server and the Jupyter server.",
  45. "error_server_ssl_prescription": "Verify that each server has valid SSL certificates installed.",
  46. "error_server_max_users_description": "The active user limit on the Jupyter server has been reached.",
  47. "error_server_max_users_prescription": "Try again in a few minutes or contact your Cognos Analytics administrator for assistance.",
  48. "error_unknown_description": "An unexpected error occurred.",
  49. "error_unknown_non_admin_prescription": "Contact your Cognos Analytics administrator for assistance.",
  50. "error_unknown_admin_jupyter_prescription": "Check the Jupyter server logs.",
  51. "error_unknown_admin_cognos_prescription": "Check the Cognos Analytics server logs.",
  52. "manage_panel_jupyter_service_location": "Jupyter Service Location",
  53. "manage_panel_jupyter_service_path": "Manage > Configuration > System > Environment",
  54. "cog_config_external_dispatcher_uri": "dispatcher URI for external applications",
  55. "for_more_information": "For more information, %{action}.",
  56. "click_here": "click here",
  57. "widget_notebook_label": "Notebook widget",
  58. "widget_select_notebook": "Select a notebook",
  59. "widget_unconfigured_description": "Once a notebook has been selected, you can choose from the available cell outputs which one you'd like to display.",
  60. "widget_description": "Select any one of the following notebook cells to include in your canvas.",
  61. "widget_change_notebook": "You can also pick another notebook.",
  62. "widget_cannot_load_notebook": "Could not load notebook",
  63. "widget_selection_tab": "Selection",
  64. "widget_show_timestamp": "Show timestamp",
  65. "widget_no_cells": "No cells in notebook",
  66. "widget_cell_selector_title": "Select a cell from %{notebookName}",
  67. "widget_notebook_last_refreshed": "Last refreshed: %{lastRefreshed}",
  68. "widget_notebook_error_title": "Notebook Not Found",
  69. "widget_notebook_error_description": "We weren't able to locate the previously used notebook. It may have been moved or deleted.",
  70. "widget_notebook_error_button_label": "Relink notebook",
  71. "widget_cell_error_title": "Cell Not Found",
  72. "widget_cell_error_description": "The previously displayed cell from this notebook has been deleted.",
  73. "widget_cell_error_button_label": "Pick a different cell",
  74. "widget_nbversion_error_title": "Old Notebook Version",
  75. "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.",
  76. "widget_nbversion_error_button_label": "Relink notebook"
  77. });