NotebookResources.js 5.1 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": "記事本",
  11. "notebook_save_success": "已順利儲存記事本",
  12. "notebook_default_name": "新建記事本",
  13. "notebook_linenumbers": "切換行數",
  14. "notebook_editmetadata": "編輯記事本 meta 資料",
  15. "notebook_addDataset": "匯入新資料集",
  16. "notebook_noEditCapability": "您沒有編輯此記事本的功能或許可權",
  17. "run_start": "已開始執行記事本 \"%{notebookName}\"",
  18. "run_finished": "已完成執行記事本 \"%{notebookName}\"",
  19. "run_pending": "記事本 \"%{notebookName}\" 仍在執行中",
  20. "run_in_progress": "正在執行",
  21. "run_error": "錯誤:無法執行記事本 \"%{notebookName}\"",
  22. "run_success": "記事本 \"%{notebookName}\" 順利執行",
  23. "run_server_error": "服務錯誤:無法執行記事本 \"%{notebookName}\"",
  24. "run_continuing": "記事本 \"%{notebookName}\" 會繼續在背景中執行",
  25. "run_cancel_message": "記事本 \"%{notebookName}\" 仍在執行中。您要停止它嗎?",
  26. "run_cancel_successful": "已順利取消記事本",
  27. "notebook_upload_no_file_selected": "未選取任何檔案",
  28. "notebook_upload_only_notebooks": "只能上傳記事本或 zip 檔案",
  29. "notebook_upload_bad_format": "記事本未正確地格式化",
  30. "notebook_upload_no_notebook": "沒有要上傳的記事本",
  31. "notebook_upload_error_creating_folder": "為記事本建立資料夾時發生錯誤",
  32. "notebook_upload_no_folder_id": "取得資料夾 ID 時發生錯誤",
  33. "notebook_upload_start_upload": "已開始上傳記事本",
  34. "notebook_cannot_contact_server": "無法呼叫到 Jupyter 伺服器",
  35. "notebook_upload_start_formatting": "已開始格式化記事本",
  36. "notebook_upload_finished_upload": "已完成上傳記事本",
  37. "notebook_upload_failure": "部分記事本無法上傳",
  38. "file_reader_not_supported": "無法上傳選取的檔案",
  39. "error_title": "內部伺服器錯誤",
  40. "error_dispatcher_see_logs_description": "Cognos Analytics 伺服器無法與 Jupyter 伺服器通訊。",
  41. "error_dispatcher_see_logs_prescription": "跳至 %{path} 並驗證 %{field} 欄位的值。",
  42. "error_server_host_description": "Jupyter 伺服器無法與 Cognos Analytics 伺服器通訊。",
  43. "error_server_host_prescription": "開啟 Cognos Configuration 並驗證 %{field} 欄位的值。",
  44. "error_server_ssl_description": "無法在 Cognos Analytics 伺服器與 Jupyter 伺服器之間建立安全的連線。",
  45. "error_server_ssl_prescription": "驗證每一個伺服器都已安裝有效的 SSL 憑證。",
  46. "error_server_max_users_description": "已到達 Jupyter 伺服器上的作用中使用者限制。",
  47. "error_server_max_users_prescription": "幾分鐘之後重試,或聯絡您的 Cognos Analytics 管理者以取得協助。",
  48. "error_unknown_description": "發生非預期的錯誤。",
  49. "error_unknown_non_admin_prescription": "請聯絡您的 Cognos Analytics 管理者以取得協助。",
  50. "error_unknown_admin_jupyter_prescription": "請檢查 Jupyter 伺服器日誌。",
  51. "error_unknown_admin_cognos_prescription": "請檢查 Cognos Analytics 伺服器日誌。",
  52. "manage_panel_jupyter_service_location": "Jupyter 服務位置",
  53. "manage_panel_jupyter_service_path": "管理 > 配置 > 系統 > 環境",
  54. "cog_config_external_dispatcher_uri": "外部應用程式的分派器 URI",
  55. "for_more_information": "如需相關資訊,請%{action}。",
  56. "click_here": "請按一下這裡",
  57. "widget_notebook_label": "記事本小組件",
  58. "widget_select_notebook": "選取記事本",
  59. "widget_unconfigured_description": "選取記事本後,您可以從可用的儲存格輸出中選擇您想要顯示的儲存格輸出。",
  60. "widget_description": "選取下列其中一個記事本儲存格以併入在您的畫布中。",
  61. "widget_change_notebook": "您也可以挑選另一個記事本。",
  62. "widget_cannot_load_notebook": "無法載入記事本",
  63. "widget_selection_tab": "選項",
  64. "widget_show_timestamp": "顯示時間戳記",
  65. "widget_no_cells": "記事本中沒有任何儲存格",
  66. "widget_cell_selector_title": "從 %{notebookName} 選取儲存格",
  67. "widget_notebook_last_refreshed": "前次重新整理:%{lastRefreshed}",
  68. "widget_notebook_error_title": "找不到記事本",
  69. "widget_notebook_error_description": "我們找不到之前使用的記事本。可能已遭移動或刪除。",
  70. "widget_notebook_error_button_label": "重新鏈結記事本",
  71. "widget_cell_error_title": "找不到儲存格",
  72. "widget_cell_error_description": "之前在記事本中的顯示儲存格已遭刪除。",
  73. "widget_cell_error_button_label": "請挑選其他儲存格",
  74. "widget_nbversion_error_title": "舊版記事本",
  75. "widget_nbversion_error_description": "此小組件似乎不支援這個記事本的版本。若要更新記事本,請以編輯模式開啟它。",
  76. "widget_nbversion_error_button_label": "重新鏈結記事本"
  77. });