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_save_success": "笔记本已成功保存",
- "notebook_default_name": "新建笔记本",
- "notebook_linenumbers": "切换行号",
- "notebook_editmetadata": "编辑笔记本元数据",
- "notebook_addDataset": "导入新数据集",
- "notebook_noEditCapability": "您没有编辑此笔记本的能力,或没有编辑此笔记本的权限",
- "run_start": "已开始运行笔记本“%{notebookName}”",
- "run_finished": "已完成运行笔记本“%{notebookName}”",
- "run_pending": "笔记本“%{notebookName}”仍在运行",
- "run_in_progress": "正在运行中",
- "run_error": "错误:无法运行笔记本“%{notebookName}”",
- "run_success": "笔记本“%{notebookName}”运行成功",
- "run_server_error": "服务错误:无法运行笔记本“%{notebookName}”",
- "run_continuing": "笔记本“%{notebookName}”将继续在后台运行",
- "run_cancel_message": "笔记本“%{notebookName}”仍在运行。是否要将其停止?",
- "run_cancel_successful": "笔记本已成功取消",
- "notebook_upload_no_file_selected": "未选择任何文件",
- "notebook_upload_only_notebooks": "只能上载笔记本或 zip 文件",
- "notebook_upload_bad_format": "笔记本的格式不正确",
- "notebook_upload_no_notebook": "没有任何笔记本可供上载",
- "notebook_upload_error_creating_folder": "为笔记本创建文件夹时出错",
- "notebook_upload_no_folder_id": "获取文件夹标识时出错",
- "notebook_upload_start_upload": "已开始上载笔记本",
- "notebook_cannot_contact_server": "无法访问 Jupyter 服务器",
- "notebook_upload_start_formatting": "已开始设置笔记本格式",
- "notebook_upload_finished_upload": "已完成上载笔记本",
- "notebook_upload_failure": "无法上载某些笔记本",
- "file_reader_not_supported": "无法上载所选文件",
- "error_title": "内部服务器错误",
- "error_dispatcher_see_logs_description": "Cognos Analytics 服务器无法与 Jupyter 服务器进行通信。",
- "error_dispatcher_see_logs_prescription": "转至 %{path} 并验证 %{field} 字段的值。",
- "error_server_host_description": "Jupyter 服务器无法与 Cognos Analytics 服务器进行通信。",
- "error_server_host_prescription": "打开 Cognos Configuration 并验证 %{field} 字段的值。",
- "error_server_ssl_description": "无法建立 Cognos Analytics 服务器与 Jupyter 服务器之间的安全连接。",
- "error_server_ssl_prescription": "请验证是否每个服务器都安装了有效 SSL 证书。",
- "error_server_max_users_description": "已达到 Jupyter 服务器上活动用户限制。",
- "error_server_max_users_prescription": "请几分钟后再试,或联系 Cognos Analytics 管理员以获取帮助。",
- "error_unknown_description": "发生意外错误。",
- "error_unknown_non_admin_prescription": "请与 Cognos Analytics 管理员联系以获取帮助。",
- "error_unknown_admin_jupyter_prescription": "请检查 Jupyter 服务器日志。",
- "error_unknown_admin_cognos_prescription": "请检查 Cognos Analytics 服务器日志。",
- "manage_panel_jupyter_service_location": "Jupyter 服务位置",
- "manage_panel_jupyter_service_path": "管理 > 配置 > 系统 > 环境",
- "cog_config_external_dispatcher_uri": "外部应用程序的分派器 URI",
- "for_more_information": "有关更多信息,请%{action}。",
- "click_here": "单击此处",
- "widget_notebook_label": "笔记本窗口小部件",
- "widget_select_notebook": "选择笔记本",
- "widget_unconfigured_description": "选择笔记本后,可以从可用的单元输出中选择要显示的单元。",
- "widget_description": "选择要包含在画布中的以下任一笔记本单元。",
- "widget_change_notebook": "您还可以选取其他笔记本。",
- "widget_cannot_load_notebook": "无法装入笔记本",
- "widget_selection_tab": "选择",
- "widget_show_timestamp": "显示时间戳记",
- "widget_no_cells": "笔记本中没有任何单元",
- "widget_cell_selector_title": "从 %{notebookName} 中选择单元",
- "widget_notebook_last_refreshed": "上次刷新时间:%{lastRefreshed}",
- "widget_notebook_error_title": "找不到笔记本",
- "widget_notebook_error_description": "找不到先前使用的笔记本。可能已将其移动或删除。",
- "widget_notebook_error_button_label": "重新链接笔记本",
- "widget_cell_error_title": "找不到单元",
- "widget_cell_error_description": "此笔记本中先前显示的单元已被删除。",
- "widget_cell_error_button_label": "选取其他单元",
- "widget_nbversion_error_title": "旧的笔记本版本",
- "widget_nbversion_error_description": "此笔记本似乎是此窗口小部件不支持的版本。要更新笔记本,请在编辑方式下将其打开。",
- "widget_nbversion_error_button_label": "重新链接笔记本"
- });
|