mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
3732 lines
115 KiB
Plaintext
3732 lines
115 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR Laurent Cozic
|
|
# This file is distributed under the same license as the Joplin-CLI package.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Joplin-CLI 1.0.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"Last-Translator: yaozeye <yaozeye@outlook.com>\n"
|
|
"Language-Team: zh_CN <yaozeye@yaozeye.onmicrosoft.com>\n"
|
|
"Language: zh_CN\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"X-Generator: Poedit 2.3.1\n"
|
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
|
|
#: CliClient/app/command-cp.js:13
|
|
msgid ""
|
|
"Duplicates the notes matching <note> to [notebook]. If no notebook is "
|
|
"specified the note is duplicated in the current notebook."
|
|
msgstr ""
|
|
"复制符合 <note> 的笔记至 [notebook]。若无指定的笔记本,该笔记将被复制至当前笔"
|
|
"记本。"
|
|
|
|
#: CliClient/app/command-cp.js:24 CliClient/app/command-cp.js:27
|
|
#: CliClient/app/command-import.js:34 CliClient/app/command-mv.js:22
|
|
#: CliClient/app/command-mv.js:25 CliClient/app/command-use.js:21
|
|
#: CliClient/app/command-ren.js:23 CliClient/app/command-rmbook.js:25
|
|
#: CliClient/app/command-cat.js:25 CliClient/app/command-rmnote.js:25
|
|
#: CliClient/app/command-attach.js:21 CliClient/app/command-export.js:36
|
|
#: CliClient/app/command-export.js:40 CliClient/app/command-geoloc.js:20
|
|
#: CliClient/app/command-search.js:27 CliClient/app/command-set.js:32
|
|
#: CliClient/app/command-help.js:66 CliClient/app/command-todo.js:21
|
|
#: CliClient/app/command-tag.js:33 CliClient/app/command-tag.js:36
|
|
#: CliClient/app/command-tag.js:42 CliClient/app/command-tag.js:43
|
|
#: CliClient/app/command-tag.js:81 CliClient/app/command-tag.js:87
|
|
#: CliClient/app/command-done.js:20
|
|
#: ReactNativeClient/lib/services/InteropService.js:218
|
|
#: ReactNativeClient/lib/services/InteropService.js:239
|
|
#, javascript-format
|
|
msgid "Cannot find \"%s\"."
|
|
msgstr "无法找到 \"%s\" 。"
|
|
|
|
#: CliClient/app/command-ls.js:18
|
|
msgid ""
|
|
"Displays the notes in the current notebook. Use `ls /` to display the list "
|
|
"of notebooks."
|
|
msgstr "在当前笔记本中显示笔记。使用 `ls /` 显示笔记本列表。"
|
|
|
|
#: CliClient/app/command-ls.js:27
|
|
msgid "Displays only the first top <num> notes."
|
|
msgstr "只显示最上方的 <num> 条笔记。"
|
|
|
|
#: CliClient/app/command-ls.js:28
|
|
msgid "Sorts the item by <field> (eg. title, updated_time, created_time)."
|
|
msgstr "通过 <field> 排序项目 (示例: title, updated_time, created_time) 。"
|
|
|
|
#: CliClient/app/command-ls.js:29
|
|
msgid "Reverses the sorting order."
|
|
msgstr "反转排序顺序。"
|
|
|
|
#: CliClient/app/command-ls.js:30
|
|
msgid ""
|
|
"Displays only the items of the specific type(s). Can be `n` for notes, `t` "
|
|
"for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the "
|
|
"to-dos, while `-ttd` would display notes and to-dos."
|
|
msgstr ""
|
|
"仅显示指定类型的项目。可以把 `n` 用于笔记,`t` 用于待办事项,或者 `nt` 用于笔"
|
|
"记和待办事项 (示例: `-tt` 只会显示待办事项,当使用 `-ttd` 时将会显示笔记和待"
|
|
"办事项。"
|
|
|
|
#: CliClient/app/command-ls.js:31
|
|
msgid "Either \"text\" or \"json\""
|
|
msgstr "\"text\" 或 \"json\""
|
|
|
|
#: CliClient/app/command-ls.js:32 CliClient/app/command-tag.js:18
|
|
msgid ""
|
|
"Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, "
|
|
"TODO_CHECKED (for to-dos), TITLE"
|
|
msgstr ""
|
|
"使用长列表格式。格式为: ID, NOTE_COUNT (仅笔记本) , DATE, TODO_CHECKED (仅待"
|
|
"办事项) , TITLE"
|
|
|
|
#: CliClient/app/command-ls.js:63
|
|
msgid "Please select a notebook first."
|
|
msgstr "请先选择笔记本。"
|
|
|
|
#: CliClient/app/command-import.js:14
|
|
msgid "Imports data into Joplin."
|
|
msgstr "导入数据到 Jolin。"
|
|
|
|
#: CliClient/app/command-import.js:25
|
|
#, javascript-format
|
|
msgid "Source format: %s"
|
|
msgstr "原数据格式: %s"
|
|
|
|
#: CliClient/app/command-import.js:26
|
|
msgid "Do not ask for confirmation."
|
|
msgstr "不再要求确认。"
|
|
|
|
#: CliClient/app/command-import.js:27
|
|
#, javascript-format
|
|
msgid "Output format: %s"
|
|
msgstr "导出格式: %s"
|
|
|
|
#: CliClient/app/command-import.js:47 ElectronClient/gui/ImportScreen.min.js:69
|
|
#, javascript-format
|
|
msgid "Found: %d."
|
|
msgstr "已找到: %d条。"
|
|
|
|
#: CliClient/app/command-import.js:48 ElectronClient/gui/ImportScreen.min.js:70
|
|
#, javascript-format
|
|
msgid "Created: %d."
|
|
msgstr "已创建: %d条。"
|
|
|
|
#: CliClient/app/command-import.js:49 ElectronClient/gui/ImportScreen.min.js:71
|
|
#, javascript-format
|
|
msgid "Updated: %d."
|
|
msgstr "已更新: %d条。"
|
|
|
|
#: CliClient/app/command-import.js:50 ElectronClient/gui/ImportScreen.min.js:72
|
|
#, javascript-format
|
|
msgid "Skipped: %d."
|
|
msgstr "已跳过: %d条。"
|
|
|
|
#: CliClient/app/command-import.js:51 ElectronClient/gui/ImportScreen.min.js:73
|
|
#, javascript-format
|
|
msgid "Resources: %d."
|
|
msgstr "资源: %d。"
|
|
|
|
#: CliClient/app/command-import.js:52 ElectronClient/gui/ImportScreen.min.js:74
|
|
#, javascript-format
|
|
msgid "Tagged: %d."
|
|
msgstr "已标签: %d条。"
|
|
|
|
#: CliClient/app/command-import.js:65
|
|
msgid "Importing notes..."
|
|
msgstr "正在导入笔记..."
|
|
|
|
#: CliClient/app/command-import.js:70 ElectronClient/gui/ImportScreen.min.js:89
|
|
#, javascript-format
|
|
msgid "The notes have been imported: %s"
|
|
msgstr "以下笔记已被导入: %s"
|
|
|
|
#: CliClient/app/help-utils.js:56
|
|
msgid "Enum"
|
|
msgstr "枚举"
|
|
|
|
#: CliClient/app/help-utils.js:56
|
|
#, javascript-format
|
|
msgid "Type: %s."
|
|
msgstr "格式: %s。"
|
|
|
|
#: CliClient/app/help-utils.js:57
|
|
#, javascript-format
|
|
msgid "Possible values: %s."
|
|
msgstr "可用值: %s。"
|
|
|
|
#: CliClient/app/help-utils.js:71
|
|
#, javascript-format
|
|
msgid "Default: %s"
|
|
msgstr "默认值: %s"
|
|
|
|
#: CliClient/app/help-utils.js:77
|
|
msgid "Possible keys/values:"
|
|
msgstr "可用键/值:"
|
|
|
|
#: CliClient/app/command-server.js:14
|
|
#, javascript-format
|
|
msgid ""
|
|
"Start, stop or check the API server. To specify on which port it should run, "
|
|
"set the api.port config variable. Commands are (%s)."
|
|
msgstr ""
|
|
"启动,停止或检查 API 服务。可以通过设置 ‘api.port’ 变量指定 API 服务运行在哪"
|
|
"个端口上。执行命令 (%s) 。"
|
|
|
|
#: CliClient/app/command-server.js:37
|
|
#, javascript-format
|
|
msgid "Server is already running on port %d"
|
|
msgstr "服务已在端口 %d 上运行"
|
|
|
|
#: CliClient/app/command-server.js:43
|
|
#, javascript-format
|
|
msgid "Server is running on port %d"
|
|
msgstr "服务正在端口 %d 上运行"
|
|
|
|
#: CliClient/app/command-server.js:43 CliClient/app/command-server.js:46
|
|
msgid "Server is not running."
|
|
msgstr "服务没有运行。"
|
|
|
|
#: CliClient/app/command-e2ee.js:18
|
|
msgid ""
|
|
"Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, "
|
|
"`status`, `decrypt-file` and `target-status`."
|
|
msgstr ""
|
|
"管理 E2EE 配置。命令为: `enable`、`disable`、`decrypt`、`status`、`decrypt-"
|
|
"file` 和 `target-status`。"
|
|
|
|
#: CliClient/app/command-e2ee.js:36 CliClient/app/command-e2ee.js:72
|
|
msgid "Enter master password:"
|
|
msgstr "输入主密码:"
|
|
|
|
#: CliClient/app/command-e2ee.js:38 CliClient/app/command-e2ee.js:74
|
|
#: CliClient/app/command-e2ee.js:79
|
|
msgid "Operation cancelled"
|
|
msgstr "操作已取消"
|
|
|
|
#: CliClient/app/command-e2ee.js:47
|
|
msgid ""
|
|
"Starting decryption... Please wait as it may take several minutes depending "
|
|
"on how much there is to decrypt."
|
|
msgstr ""
|
|
"开始解密,请稍候... 取决于需解密的文件数量,解密环节可能需要等待几分钟。"
|
|
|
|
#: CliClient/app/command-e2ee.js:53
|
|
#, javascript-format
|
|
msgid "Decrypted items: %d"
|
|
msgstr "解密项目: %d"
|
|
|
|
#: CliClient/app/command-e2ee.js:54
|
|
#, javascript-format
|
|
msgid "Skipped items: %d (use --retry-failed-items to retry decrypting them)"
|
|
msgstr "跳过项目: %d (使用 —retry-failed-items 来尝试重新解密)"
|
|
|
|
#: CliClient/app/command-e2ee.js:68
|
|
msgid "Completed decryption."
|
|
msgstr "已完成解密。"
|
|
|
|
#: CliClient/app/command-e2ee.js:77
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:163
|
|
msgid "Confirm password:"
|
|
msgstr "确认密码:"
|
|
|
|
#: CliClient/app/command-e2ee.js:83
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:140
|
|
msgid "Passwords do not match!"
|
|
msgstr "密码不匹配!"
|
|
|
|
#: CliClient/app/command-e2ee.js:108
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:442
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:280
|
|
msgid "Enabled"
|
|
msgstr "已启用"
|
|
|
|
#: CliClient/app/command-e2ee.js:108
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:442
|
|
#: ReactNativeClient/lib/models/Setting.js:607
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:280
|
|
msgid "Disabled"
|
|
msgstr "已禁用"
|
|
|
|
#: CliClient/app/command-e2ee.js:108
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:280
|
|
#, javascript-format
|
|
msgid "Encryption is: %s"
|
|
msgstr "加密状态: %s"
|
|
|
|
#: CliClient/app/command-mkbook.js:12
|
|
msgid "Creates a new notebook."
|
|
msgstr "新建笔记本。"
|
|
|
|
#: CliClient/app/command-mv.js:14
|
|
msgid "Moves the notes matching <note> to [notebook]."
|
|
msgstr "移动符合 <note> 的笔记到 [notebook]。"
|
|
|
|
#: CliClient/app/command-config.js:13
|
|
msgid ""
|
|
"Gets or sets a config value. If [value] is not provided, it will show the "
|
|
"value of [name]. If neither [name] nor [value] is provided, it will list the "
|
|
"current configuration."
|
|
msgstr ""
|
|
"读取或设置配置数值。如果 [value] 值没有提供,它将显示 [name] 值。如果没有提"
|
|
"供 [name] 或 [value] 值,它将列出当前配置。"
|
|
|
|
#: CliClient/app/command-config.js:18
|
|
msgid "Also displays unset and hidden config variables."
|
|
msgstr "同时显示未设置的与隐藏的配置变量。"
|
|
|
|
#: CliClient/app/command-config.js:79
|
|
#, javascript-format
|
|
msgid "%s = %s (%s)"
|
|
msgstr "%s = %s (%s)"
|
|
|
|
#: CliClient/app/command-config.js:81
|
|
#, javascript-format
|
|
msgid "%s = %s"
|
|
msgstr "%s = %s"
|
|
|
|
#: CliClient/app/command-use.js:12
|
|
msgid ""
|
|
"Switches to [notebook] - all further operations will happen within this "
|
|
"notebook."
|
|
msgstr "切换到 [notebook] - 所有进一步操作将在该笔记本中进行。"
|
|
|
|
#: CliClient/app/command-sync.js:28
|
|
msgid "Synchronises with remote storage."
|
|
msgstr "与远程储存同步。"
|
|
|
|
#: CliClient/app/command-sync.js:32
|
|
msgid "Sync to provided target (defaults to sync.target config value)"
|
|
msgstr "同步到所提供的目标 (默认为同步目标配置值)"
|
|
|
|
#: CliClient/app/command-sync.js:77 CliClient/app/command-sync.js:91
|
|
#: ElectronClient/gui/OneDriveLoginScreen.min.js:40
|
|
msgid ""
|
|
"Authentication was not completed (did not receive an authentication token)."
|
|
msgstr "认证未完成 (未收到认证令牌) 。"
|
|
|
|
#: CliClient/app/command-sync.js:86
|
|
#: ElectronClient/gui/DropboxLoginScreen.min.js:42
|
|
#: ReactNativeClient/lib/components/screens/dropbox-login.js:58
|
|
msgid ""
|
|
"To allow Joplin to synchronise with Dropbox, please follow the steps below:"
|
|
msgstr "要让 Joplin 与 Dropbox 同步,请按下列步骤操作:"
|
|
|
|
#: CliClient/app/command-sync.js:87
|
|
#: ElectronClient/gui/DropboxLoginScreen.min.js:47
|
|
#: ReactNativeClient/lib/components/screens/dropbox-login.js:59
|
|
msgid "Step 1: Open this URL in your browser to authorise the application:"
|
|
msgstr "步骤一:在浏览器中打开此 URL 来授权应用程序:"
|
|
|
|
#: CliClient/app/command-sync.js:89
|
|
#: ElectronClient/gui/DropboxLoginScreen.min.js:57
|
|
#: ReactNativeClient/lib/components/screens/dropbox-login.js:65
|
|
msgid "Step 2: Enter the code provided by Dropbox:"
|
|
msgstr "步骤二:输入 Dropbox 提供的代码:"
|
|
|
|
#: CliClient/app/command-sync.js:101
|
|
#, javascript-format
|
|
msgid "Not authentified with %s. Please provide any missing credentials."
|
|
msgstr "未授予 %s 的权限。请提供缺少的凭据。"
|
|
|
|
#: CliClient/app/command-sync.js:124
|
|
msgid "Synchronisation is already in progress."
|
|
msgstr "同步已在进行。"
|
|
|
|
#: CliClient/app/command-sync.js:129
|
|
#, javascript-format
|
|
msgid ""
|
|
"Lock file is already being hold. If you know that no synchronisation is "
|
|
"taking place, you may delete the lock file at \"%s\" and resume the "
|
|
"operation."
|
|
msgstr ""
|
|
"锁定文件已被保存。如果您确认当前未在进行任何同步,可删除锁定文件 \"%s\" 后继"
|
|
"续上一部操作。"
|
|
|
|
#: CliClient/app/command-sync.js:175
|
|
#, javascript-format
|
|
msgid "Synchronisation target: %s (%s)"
|
|
msgstr "同步目标: %s (%s)"
|
|
|
|
#: CliClient/app/command-sync.js:177
|
|
msgid "Cannot initialise synchroniser."
|
|
msgstr "无法初始化同步。"
|
|
|
|
#: CliClient/app/command-sync.js:179
|
|
msgid "Starting synchronisation..."
|
|
msgstr "开始同步..."
|
|
|
|
#: CliClient/app/command-sync.js:202
|
|
msgid "Downloading resources..."
|
|
msgstr "下载资源中..."
|
|
|
|
#: CliClient/app/command-sync.js:226
|
|
msgid "Cancelling... Please wait."
|
|
msgstr "正在取消... 请稍候。"
|
|
|
|
#: CliClient/app/command-ren.js:14
|
|
msgid "Renames the given <item> (note or notebook) to <name>."
|
|
msgstr "重命名选定的 <item> (笔记或笔记本) 到 <name>。"
|
|
|
|
#: CliClient/app/command-rmbook.js:13
|
|
msgid "Deletes the given notebook."
|
|
msgstr "删除选定的笔记本。"
|
|
|
|
#: CliClient/app/command-rmbook.js:17
|
|
msgid "Deletes the notebook without asking for confirmation."
|
|
msgstr "删除笔记本 (不要求确认) 。"
|
|
|
|
#: CliClient/app/command-rmbook.js:26
|
|
#: ReactNativeClient/lib/components/screens/notes.js:154
|
|
msgid ""
|
|
"Delete notebook? All notes and sub-notebooks within this notebook will also "
|
|
"be deleted."
|
|
msgstr "是否删除笔记本?所有在该笔记本内的笔记也将同时被删除。"
|
|
|
|
#: CliClient/app/command-mktodo.js:12
|
|
msgid "Creates a new to-do."
|
|
msgstr "新建待办事项。"
|
|
|
|
#: CliClient/app/command-mktodo.js:16 CliClient/app/command-mknote.js:16
|
|
msgid "Notes can only be created within a notebook."
|
|
msgstr "笔记只能在笔记本内创建。"
|
|
|
|
#: CliClient/app/command-cat.js:14
|
|
msgid "Displays the given note."
|
|
msgstr "显示选定笔记。"
|
|
|
|
#: CliClient/app/command-cat.js:18
|
|
msgid "Displays the complete information about note."
|
|
msgstr "显示有关笔记的完整信息。"
|
|
|
|
#: CliClient/app/command-edit.js:17
|
|
msgid "Edit note."
|
|
msgstr "编辑笔记。"
|
|
|
|
#: CliClient/app/command-edit.js:30
|
|
msgid ""
|
|
"No text editor is defined. Please set it using `config editor <editor-path>`"
|
|
msgstr "未设置指定的文本编辑器。请通过 `config editor <editor-path>` 设置"
|
|
|
|
#: CliClient/app/command-edit.js:40
|
|
msgid "No active notebook."
|
|
msgstr "无活动笔记本。"
|
|
|
|
#: CliClient/app/command-edit.js:46
|
|
#, javascript-format
|
|
msgid "Note does not exist: \"%s\". Create it?"
|
|
msgstr "笔记不存在: \"%s\" 。是否创建?"
|
|
|
|
#: CliClient/app/app-gui.js:446
|
|
msgid "To delete a tag, untag the associated notes."
|
|
msgstr "移除相关笔记的标签后才可删除此标签。"
|
|
|
|
#: CliClient/app/app-gui.js:456
|
|
msgid "Please select the note or notebook to be deleted first."
|
|
msgstr "请先选择需要删除的笔记或笔记本。"
|
|
|
|
#: CliClient/app/app-gui.js:720
|
|
msgid "Press Ctrl+D or type \"exit\" to exit the application"
|
|
msgstr "按 Ctrl+D 或输入 \"exit\" 退出程序"
|
|
|
|
#: CliClient/app/command-rmnote.js:13
|
|
msgid "Deletes the notes matching <note-pattern>."
|
|
msgstr "删除符合 <note-pattern> 的笔记。"
|
|
|
|
#: CliClient/app/command-rmnote.js:17
|
|
msgid "Deletes the notes without asking for confirmation."
|
|
msgstr "删除笔记 (不要求确认) 。"
|
|
|
|
#: CliClient/app/command-rmnote.js:27
|
|
#, javascript-format
|
|
msgid "%d notes match this pattern. Delete them?"
|
|
msgstr "有 %d 条笔记匹配。是否删除?"
|
|
|
|
#: CliClient/app/command-rmnote.js:27
|
|
#: ReactNativeClient/lib/components/screens/note.js:461
|
|
msgid "Delete note?"
|
|
msgstr "是否删除笔记?"
|
|
|
|
#: CliClient/app/command-attach.js:13
|
|
msgid "Attaches the given file to the note."
|
|
msgstr "将选定文件添加到笔记中。"
|
|
|
|
#: CliClient/app/command-version.js:11
|
|
msgid "Displays version information"
|
|
msgstr "显示版本信息"
|
|
|
|
#: CliClient/app/command-version.js:16
|
|
#, javascript-format
|
|
msgid "%s %s (%s)"
|
|
msgstr "%s %s (%s)"
|
|
|
|
#: CliClient/app/command-undone.js:12
|
|
msgid "Marks a to-do as non-completed."
|
|
msgstr "标记待办事项为未完成。"
|
|
|
|
#: CliClient/app/command-export.js:13
|
|
msgid ""
|
|
"Exports Joplin data to the given path. By default, it will export the "
|
|
"complete database including notebooks, notes, tags and resources."
|
|
msgstr ""
|
|
"导出 Joplin 数据到选定路径。默认导出包含笔记本、笔记、标签与资源等完整的数据"
|
|
"库。"
|
|
|
|
#: CliClient/app/command-export.js:23
|
|
#, javascript-format
|
|
msgid "Destination format: %s"
|
|
msgstr "目标格式: %s"
|
|
|
|
#: CliClient/app/command-export.js:23
|
|
msgid "Exports only the given note."
|
|
msgstr "仅导出选定笔记。"
|
|
|
|
#: CliClient/app/command-export.js:23
|
|
msgid "Exports only the given notebook."
|
|
msgstr "仅导出选定笔记本。"
|
|
|
|
#: CliClient/app/command-mknote.js:12
|
|
msgid "Creates a new note."
|
|
msgstr "新建笔记。"
|
|
|
|
#: CliClient/app/main.js:80
|
|
msgid "Type `joplin help` for usage information."
|
|
msgstr "输入 `joplin help` 获取用量信息。"
|
|
|
|
#: CliClient/app/main.js:82
|
|
msgid "Fatal error:"
|
|
msgstr "严重错误:"
|
|
|
|
#: CliClient/app/command-geoloc.js:13
|
|
msgid "Displays a geolocation URL for the note."
|
|
msgstr "显示该笔记的地理定位 URL 地址。"
|
|
|
|
#: CliClient/app/gui/NoteWidget.js:36
|
|
msgid ""
|
|
"Welcome to Joplin!\n"
|
|
"\n"
|
|
"Type `:help shortcuts` for the list of keyboard shortcuts, or just `:help` "
|
|
"for usage information.\n"
|
|
"\n"
|
|
"For example, to create a notebook press `mb`; to create a note press `mn`."
|
|
msgstr ""
|
|
"欢迎使用 Joplin!\n"
|
|
"\n"
|
|
"输入 `:help shortcuts` 获取键盘快捷键列表,或输入 `:help` 获取用法信息。\n"
|
|
"\n"
|
|
"例: 输入 `mb` 新建笔记本;输入 `mn`新建笔记。"
|
|
|
|
#: CliClient/app/gui/NoteWidget.js:48
|
|
msgid ""
|
|
"One or more items are currently encrypted and you may need to supply a "
|
|
"master password. To do so please type `e2ee decrypt`. If you have already "
|
|
"supplied the password, the encrypted items are being decrypted in the "
|
|
"background and will be available soon."
|
|
msgstr ""
|
|
"一个或多个项目当前已加密,您可能需要提供主密码。若需进行此操作请输入 `e2ee "
|
|
"decrypt` 。若您已提供密码,此时加密文件正在后台解密,解锁之后即可使用。"
|
|
|
|
#: CliClient/app/gui/NoteWidget.js:50
|
|
msgid "You may also type `status` for more information."
|
|
msgstr "输入 `status` 可获取更多信息。"
|
|
|
|
#: CliClient/app/gui/FolderListWidget.js:31
|
|
msgid "Search:"
|
|
msgstr "搜索:"
|
|
|
|
#: CliClient/app/command-search.js:13
|
|
msgid "Searches for the given <pattern> in all the notes."
|
|
msgstr "在所有笔记内搜索给定的 <pattern>。"
|
|
|
|
#: CliClient/app/command-set.js:22
|
|
#, javascript-format
|
|
msgid ""
|
|
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
|
"properties are:\n"
|
|
"\n"
|
|
"%s"
|
|
msgstr ""
|
|
"将给定的 <note> 的属性 <name> 设置为 [value]。可用属性有: \n"
|
|
"\n"
|
|
"%s"
|
|
|
|
#: CliClient/app/cli-utils.js:108
|
|
#, javascript-format
|
|
msgid "Missing required argument: %s"
|
|
msgstr "缺失所需参数: %s"
|
|
|
|
#: CliClient/app/cli-utils.js:139 ReactNativeClient/lib/services/report.js:151
|
|
#, javascript-format
|
|
msgid "%s: %s"
|
|
msgstr "%s: %s"
|
|
|
|
#: CliClient/app/cli-utils.js:143
|
|
msgid "Your choice: "
|
|
msgstr "您的选择: "
|
|
|
|
#: CliClient/app/cli-utils.js:150
|
|
#, javascript-format
|
|
msgid "Invalid answer: %s"
|
|
msgstr "此答案无效: %s"
|
|
|
|
#: CliClient/app/cli-utils.js:160 CliClient/app/app.js:136
|
|
msgid "Y"
|
|
msgstr "Y"
|
|
|
|
#: CliClient/app/cli-utils.js:160 CliClient/app/app.js:136
|
|
msgid "n"
|
|
msgstr "n"
|
|
|
|
#: CliClient/app/base-command.js:15
|
|
msgid "Cannot change encrypted item"
|
|
msgstr "无法更改加密项目"
|
|
|
|
#: CliClient/app/command-help.js:13
|
|
msgid "Displays usage information."
|
|
msgstr "显示用法提示。"
|
|
|
|
#: CliClient/app/command-help.js:36
|
|
#, javascript-format
|
|
msgid "For information on how to customise the shortcuts please visit %s"
|
|
msgstr "有关如何自定义快捷键,请访问 %s"
|
|
|
|
#: CliClient/app/command-help.js:44
|
|
msgid "Shortcuts are not available in CLI mode."
|
|
msgstr "快捷键在 CLI 模式下不可用。"
|
|
|
|
#: CliClient/app/command-help.js:71
|
|
msgid ""
|
|
"Type `help [command]` for more information about a command; or type `help "
|
|
"all` for the complete usage information."
|
|
msgstr ""
|
|
"输入 `help [command]` 来获取有关该命令的更多信息;或输入 `help all` 获取完整"
|
|
"的用法提示。"
|
|
|
|
#: CliClient/app/command-help.js:73
|
|
msgid "The possible commands are:"
|
|
msgstr "可用的命令有:"
|
|
|
|
#: CliClient/app/command-help.js:77
|
|
msgid ""
|
|
"In any command, a note or notebook can be referred to by title or ID, or "
|
|
"using the shortcuts `$n` or `$b` for, respectively, the currently selected "
|
|
"note or notebook. `$c` can be used to refer to the currently selected item."
|
|
msgstr ""
|
|
"在任何命令中,某个笔记或笔记本可通过它的名称或 ID 引用,也可使用代表当前所选"
|
|
"笔记和笔记本的快捷变量 ‘$n' 和 '$b'。`$c` 可用于引用当前所选的项目。"
|
|
|
|
#: CliClient/app/command-help.js:79
|
|
msgid "To move from one pane to another, press Tab or Shift+Tab."
|
|
msgstr "按 Tab 键或 Shift+Tab 组合键切换面板。"
|
|
|
|
#: CliClient/app/command-help.js:80
|
|
msgid ""
|
|
"Use the arrows and page up/down to scroll the lists and text areas "
|
|
"(including this console)."
|
|
msgstr "通过方向键与 Page Up / Down 键来滚动列表与文本区域 (包含此控制台) 。"
|
|
|
|
#: CliClient/app/command-help.js:81
|
|
msgid "To maximise/minimise the console, press \"tc\"."
|
|
msgstr "按 \"TC\" 最大化/最小化控制台。"
|
|
|
|
#: CliClient/app/command-help.js:82
|
|
msgid "To enter command line mode, press \":\""
|
|
msgstr "按 \":\" 键进入命令行模式"
|
|
|
|
#: CliClient/app/command-help.js:83
|
|
msgid "To exit command line mode, press ESCAPE"
|
|
msgstr "按 ESC 键退出命令行模式"
|
|
|
|
#: CliClient/app/command-help.js:84
|
|
msgid ""
|
|
"For the list of keyboard shortcuts and config options, type `help keymap`"
|
|
msgstr "输入 `help keymap` 来获取完整的键盘快捷键列表"
|
|
|
|
#: CliClient/app/command-todo.js:14
|
|
msgid ""
|
|
"<todo-command> can either be \"toggle\" or \"clear\". Use \"toggle\" to "
|
|
"toggle the given to-do between completed and uncompleted state (If the "
|
|
"target is a regular note it will be converted to a to-do). Use \"clear\" to "
|
|
"convert the to-do back to a regular note."
|
|
msgstr ""
|
|
"<todo-command> 可以是 \"toggle\" 或者 \"clear\" 。使用 \"toggle\" 命令来切换"
|
|
"待办事项的完成状态 (若目标为普通笔记则将会转换成待办事项) 。使用 \"clear\" 命"
|
|
"令来把待办事项转换到普通笔记。"
|
|
|
|
#: CliClient/app/command-exit.js:11
|
|
msgid "Exits the application."
|
|
msgstr "退出程序。"
|
|
|
|
#: CliClient/app/app.js:61
|
|
#, javascript-format
|
|
msgid "More than one item match \"%s\". Please narrow down your query."
|
|
msgstr "有多条项目符合 \"%s\" 。请缩小您的检索范围。"
|
|
|
|
#: CliClient/app/app.js:91
|
|
msgid "No notebook selected."
|
|
msgstr "未选择笔记本。"
|
|
|
|
#: CliClient/app/app.js:97
|
|
msgid "No notebook has been specified."
|
|
msgstr "未指定笔记本。"
|
|
|
|
#: CliClient/app/app.js:136
|
|
msgid "N"
|
|
msgstr "N"
|
|
|
|
#: CliClient/app/app.js:136
|
|
msgid "y"
|
|
msgstr "y"
|
|
|
|
#: CliClient/app/app.js:169
|
|
msgid "Cancelling background synchronisation... Please wait."
|
|
msgstr "正在取消后台同步... 请稍候。"
|
|
|
|
#: CliClient/app/app.js:254
|
|
#, javascript-format
|
|
msgid "No such command: %s"
|
|
msgstr "不存在该命令: %s"
|
|
|
|
#: CliClient/app/app.js:302
|
|
#, javascript-format
|
|
msgid "The command \"%s\" is only available in GUI mode"
|
|
msgstr "命令 \"%s\" 仅在 GUI 模式下可用"
|
|
|
|
#: CliClient/app/command-status.js:13
|
|
msgid "Displays summary about the notes and notebooks."
|
|
msgstr "显示关于笔记与笔记本的概况。"
|
|
|
|
#: CliClient/app/command-status.js:44
|
|
msgid ""
|
|
"To retry decryption of these items. Run `e2ee decrypt --retry-failed-items`"
|
|
msgstr "运行 `e2ee decrypt —retry-failed-items` 来尝试再次解密这些项目"
|
|
|
|
#: CliClient/app/command-tag.js:14
|
|
msgid ""
|
|
"<tag-command> can be \"add\", \"remove\", \"list\", or \"notetags\" to "
|
|
"assign or remove [tag] from [note], to list notes associated with [tag], or "
|
|
"to list tags associated with [note]. The command `tag list` can be used to "
|
|
"list all the tags (use -l for long option)."
|
|
msgstr ""
|
|
"<tag-command> 可以是 \"add\" 、 \"remove\" 、 \"list\" 或者 \"notetags\" ,"
|
|
"用于从 [note] 中赋值或删除 [tag],或者列出与 [tag] 相关的笔记。`tag list` 命"
|
|
"令可以用于列出所有的标签 (对于过长选项请使用 -l 参数) 。"
|
|
|
|
#: CliClient/app/command-tag.js:90
|
|
#, javascript-format
|
|
msgid "Invalid command: \"%s\""
|
|
msgstr "无效命令: \"%s\""
|
|
|
|
#: CliClient/app/command-done.js:14
|
|
msgid "Marks a to-do as done."
|
|
msgstr "标记待办事项为完成。"
|
|
|
|
#: CliClient/app/command-done.js:21
|
|
#, javascript-format
|
|
msgid "Note is not a to-do: \"%s\""
|
|
msgstr "笔记非待办事项: \"%s\""
|
|
|
|
#: ElectronClient/bridge.js:101 ElectronClient/bridge.js:112
|
|
#: ElectronClient/bridge.js:125 ElectronClient/bridge.js:135
|
|
#: ElectronClient/checkForUpdates.js:139
|
|
#: ElectronClient/gui/DialogButtonRow.min.js:30
|
|
#: ElectronClient/gui/PromptDialog.min.js:235
|
|
#: ElectronClient/gui/ConfigScreen.min.js:185
|
|
#: ElectronClient/gui/ConfigScreen.min.js:754 ElectronClient/app.js:618
|
|
#: ReactNativeClient/lib/components/ModalDialog.js:67
|
|
#: ReactNativeClient/lib/components/CameraView.js:182
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:150
|
|
msgid "OK"
|
|
msgstr "确认"
|
|
|
|
#: ElectronClient/bridge.js:112 ElectronClient/bridge.js:125
|
|
#: ElectronClient/gui/DialogButtonRow.min.js:38
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:296
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:660
|
|
#: ElectronClient/gui/SideBar.min.js:319 ElectronClient/gui/SideBar.min.js:724
|
|
#: ElectronClient/gui/NoteList.min.js:148
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:184
|
|
#: ElectronClient/gui/PromptDialog.min.js:242
|
|
#: ElectronClient/gui/ConfigScreen.min.js:744
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:153
|
|
#: ElectronClient/gui/ResourceScreen.js:94
|
|
#: ReactNativeClient/lib/shim-init-node.js:91
|
|
#: ReactNativeClient/lib/components/select-date-time-dialog.js:70
|
|
#: ReactNativeClient/lib/components/select-date-time-dialog.js:89
|
|
#: ReactNativeClient/lib/components/ModalDialog.js:70
|
|
#: ReactNativeClient/lib/components/CameraView.js:183
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:156
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:165
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:338
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:185
|
|
#: ReactNativeClient/lib/components/screens/note.js:97
|
|
#: ReactNativeClient/lib/components/screens/note.js:526
|
|
msgid "Cancel"
|
|
msgstr "取消"
|
|
|
|
#: ElectronClient/plugins/GotoAnything.min.js:454
|
|
msgid ""
|
|
"Type a note title or part of its content to jump to it. Or type # followed "
|
|
"by a tag name, or @ followed by a notebook name."
|
|
msgstr ""
|
|
"输入笔记标题或内容以便转跳到它。或者输入 # 跟着一个标签名字,或者输入 @ 跟着"
|
|
"一个笔记本名字。"
|
|
|
|
#: ElectronClient/plugins/GotoAnything.min.js:493
|
|
msgid "Goto Anything..."
|
|
msgstr "跳转到任意内容..."
|
|
|
|
#: ElectronClient/InteropServiceHelper.js:147
|
|
#, javascript-format
|
|
msgid "Exporting to \"%s\" as \"%s\" format. Please wait..."
|
|
msgstr "从 \"%s\" 导出,导出格式为 \"%s\" 。请稍等..."
|
|
|
|
#: ElectronClient/InteropServiceHelper.js:164
|
|
#, javascript-format
|
|
msgid "Could not export notes: %s"
|
|
msgstr "无法导出笔记: %s"
|
|
|
|
#: ElectronClient/checkForUpdates.js:138
|
|
msgid "Current version is up-to-date."
|
|
msgstr "当前版本为最新版。"
|
|
|
|
#: ElectronClient/checkForUpdates.js:148
|
|
#, javascript-format
|
|
msgid "%s (pre-release)"
|
|
msgstr "%s 预发行版"
|
|
|
|
#: ElectronClient/checkForUpdates.js:152
|
|
msgid "An update is available, do you want to download it now?"
|
|
msgstr "有更新可用,是否现在进行下载?"
|
|
|
|
#: ElectronClient/checkForUpdates.js:152
|
|
#, javascript-format
|
|
msgid "Your version: %s"
|
|
msgstr "您的版本: %s"
|
|
|
|
#: ElectronClient/checkForUpdates.js:152
|
|
#, javascript-format
|
|
msgid "New version: %s"
|
|
msgstr "最新版本: %s"
|
|
|
|
#: ElectronClient/checkForUpdates.js:153 ElectronClient/app.js:608
|
|
#: ReactNativeClient/lib/shim-init-node.js:91
|
|
#: ReactNativeClient/lib/components/screens/note.js:524
|
|
msgid "Yes"
|
|
msgstr "是"
|
|
|
|
#: ElectronClient/checkForUpdates.js:153 ElectronClient/app.js:608
|
|
#: ReactNativeClient/lib/shim-init-node.js:91
|
|
#: ReactNativeClient/lib/components/screens/note.js:525
|
|
msgid "No"
|
|
msgstr "否"
|
|
|
|
#: ElectronClient/checkForUpdates.js:153
|
|
msgid "Full Release Notes"
|
|
msgstr "完整的发行说明"
|
|
|
|
#: ElectronClient/gui/NoteRevisionViewer.min.js:75
|
|
#, javascript-format
|
|
msgid "The note \"%s\" has been successfully restored to the notebook \"%s\"."
|
|
msgstr "笔记 \"%s\" 已成功恢复到笔记本 \"%s\" 中。"
|
|
|
|
#: ElectronClient/gui/NoteRevisionViewer.min.js:100
|
|
msgid "This note has no history"
|
|
msgstr "此笔记没有历史记录"
|
|
|
|
#: ElectronClient/gui/NoteRevisionViewer.min.js:142
|
|
#: ElectronClient/gui/NoteEditor/utils/useMessageHandler.js:110
|
|
#: ElectronClient/gui/NoteText.min.js:865
|
|
#, javascript-format
|
|
msgid "Unsupported link or message: %s"
|
|
msgstr "不被支持的链接或信息: %s"
|
|
|
|
#: ElectronClient/gui/NoteRevisionViewer.min.js:177
|
|
msgid "Restore"
|
|
msgstr "恢复"
|
|
|
|
#: ElectronClient/gui/NoteRevisionViewer.min.js:178
|
|
#, javascript-format
|
|
msgid ""
|
|
"Click \"%s\" to restore the note. It will be copied in the notebook named "
|
|
"\"%s\". The current version of the note will not be replaced or modified."
|
|
msgstr ""
|
|
"单击 \"%s\" 以恢复笔记。它将会被复制到名为 \"%s\" 的笔记本中。笔记的当前版本"
|
|
"不会被替换或修改。"
|
|
|
|
#: ElectronClient/gui/NoteRevisionViewer.min.js:187
|
|
#: ElectronClient/gui/NoteText.min.js:1671
|
|
#: ElectronClient/gui/ConfigScreen.min.js:744
|
|
#: ElectronClient/gui/Header.min.js:316
|
|
#: ElectronClient/gui/Header/Header.min.js:302
|
|
#: ReactNativeClient/lib/commands/historyBackward.js:16
|
|
msgid "Back"
|
|
msgstr "返回"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:269
|
|
#: ElectronClient/gui/SideBar.min.js:283
|
|
msgid "Remove"
|
|
msgstr "移除"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:272
|
|
#: ElectronClient/gui/SideBar.min.js:286
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:148
|
|
#, javascript-format
|
|
msgid ""
|
|
"Delete notebook \"%s\"?\n"
|
|
"\n"
|
|
"All notes and sub-notebooks within this notebook will also be deleted."
|
|
msgstr ""
|
|
"是否删除笔记本 \"%s\" ?\n"
|
|
"\n"
|
|
"所有在该笔记本内的笔记和下级笔记本也将同时被删除。"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:273
|
|
#: ElectronClient/gui/SideBar.min.js:287
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:161
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:184
|
|
#: ElectronClient/gui/ResourceScreen.js:46
|
|
#: ElectronClient/gui/ResourceScreen.js:94
|
|
#: ReactNativeClient/lib/components/screen-header.js:356
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:146
|
|
#: ReactNativeClient/lib/components/screens/note.js:868
|
|
msgid "Delete"
|
|
msgstr "删除"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:276
|
|
#, javascript-format
|
|
msgid "Remove tag \"%s\" and its descendant tags from all notes?"
|
|
msgstr "从所有笔记中删除标签 \"%s\" 以及其后代标签?"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:278
|
|
#: ElectronClient/gui/SideBar.min.js:292
|
|
msgid "Remove this search from the sidebar?"
|
|
msgstr "从边栏中删除该项搜索?"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:337
|
|
#: ElectronClient/gui/SideBar.min.js:382
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:154 ElectronClient/app.js:677
|
|
#: ElectronClient/app.js:727
|
|
msgid "Export"
|
|
msgstr "导出"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:660
|
|
#: ElectronClient/gui/SideBar.min.js:724
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:338
|
|
msgid "Synchronise"
|
|
msgstr "同步"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:694
|
|
#: ElectronClient/gui/SideBar.min.js:757
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:360
|
|
#: ReactNativeClient/lib/components/screens/notes.js:189
|
|
msgid "All notes"
|
|
msgstr "全部笔记"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:699
|
|
#: ElectronClient/gui/SideBar.min.js:762
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:364
|
|
msgid "Notebooks"
|
|
msgstr "笔记本"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:716
|
|
#: ElectronClient/gui/MainScreen/commands/setTags.js:17
|
|
#: ElectronClient/gui/SideBar.min.js:779
|
|
#: ElectronClient/gui/NoteText.min.js:1634
|
|
#: ElectronClient/gui/NoteText.min.js:1810
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:314
|
|
#: ReactNativeClient/lib/components/screens/tags.js:101
|
|
#: ReactNativeClient/lib/components/screens/note.js:841
|
|
msgid "Tags"
|
|
msgstr "标签"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:735
|
|
#: ElectronClient/gui/SideBar.min.js:797
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:325
|
|
#, javascript-format
|
|
msgid "Decrypting items: %d/%d"
|
|
msgstr "正在解密项目: %d/%d"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:740
|
|
#: ElectronClient/gui/SideBar.min.js:802
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:330
|
|
#, javascript-format
|
|
msgid "Fetching resources: %d/%d"
|
|
msgstr "正在获取资源: %d/%d"
|
|
|
|
#: ElectronClient/gui/SideBar/commands/focusElementSideBar.js:15
|
|
msgid "Sidebar"
|
|
msgstr "边栏"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:144
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:260
|
|
#: ElectronClient/gui/NoteText.min.js:1547
|
|
msgid "strong text"
|
|
msgstr "加粗文本"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:145
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:261
|
|
msgid "emphasised text"
|
|
msgstr "强调文本"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:147
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:263
|
|
#: ElectronClient/gui/NoteText.min.js:1616
|
|
msgid "Insert Hyperlink"
|
|
msgstr "插入超链接"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:180
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:182
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:183
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:298
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:300
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:301
|
|
#: ElectronClient/gui/NoteText.min.js:1591
|
|
#: ElectronClient/gui/NoteText.min.js:1595
|
|
#: ElectronClient/gui/NoteText.min.js:1604
|
|
msgid "List item"
|
|
msgstr "项目列表"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:236
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:354
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:15
|
|
msgid "Cut"
|
|
msgstr "剪切"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:243
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:361
|
|
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:81
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:10
|
|
#: ElectronClient/gui/NoteText.min.js:804 ElectronClient/app.js:618
|
|
msgid "Copy"
|
|
msgstr "复制"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:250
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:368
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:20
|
|
msgid "Paste"
|
|
msgstr "粘贴"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:291
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:457
|
|
#: ElectronClient/gui/NoteText.min.js:1085
|
|
msgid "Layout"
|
|
msgstr "布局"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:291
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:457
|
|
#: ElectronClient/gui/NoteText.min.js:1085
|
|
#, javascript-format
|
|
msgid ""
|
|
"This note has no content. Click on \"%s\" to toggle the editor and edit the "
|
|
"note."
|
|
msgstr "该笔记没有任何内容。点击 \"%s\" 切换到编辑器并编辑笔记。"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/plugins/lists.js:2151
|
|
msgid "Checkbox list"
|
|
msgstr "复选框列表"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:470
|
|
#: ElectronClient/gui/ConfigScreen.min.js:642
|
|
#: ReactNativeClient/lib/components/screens/note.js:1110
|
|
msgid "Edit"
|
|
msgstr "编辑"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:526
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:50
|
|
#: ElectronClient/gui/NoteText.min.js:1627
|
|
#: ElectronClient/gui/NoteText.min.js:1726
|
|
msgid "Attach file"
|
|
msgstr "附加文件"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:535
|
|
msgid "Code Block"
|
|
msgstr "代码块"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:544
|
|
msgid "Inline Code"
|
|
msgstr "内联代码"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:559
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:80
|
|
#: ElectronClient/gui/NoteText.min.js:1778
|
|
msgid "Insert Date Time"
|
|
msgstr "插入时间"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:903
|
|
msgid "Drop notes or files here"
|
|
msgstr "将笔记或文件拖到此处"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:903
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:401
|
|
msgid "Code View"
|
|
msgstr "代码视图"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:903
|
|
#, javascript-format
|
|
msgid ""
|
|
"Please wait for all attachments to be downloaded and decrypted. You may also "
|
|
"switch to %s to edit the note."
|
|
msgstr "请等待所有附件均被下载并解密。你还能在 %s 中编辑笔记。"
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/useMessageHandler.js:70
|
|
#: ElectronClient/gui/NoteText.min.js:833
|
|
msgid "There was an error downloading this attachment:"
|
|
msgstr "下载此附件时出错:"
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/useMessageHandler.js:73
|
|
#: ElectronClient/gui/NoteText.min.js:835
|
|
#: ReactNativeClient/lib/services/ResourceEditWatcher.js:146
|
|
msgid "This attachment is not downloaded or not decrypted yet"
|
|
msgstr "该附件没有下载或者尚未解密"
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:39
|
|
#: ElectronClient/gui/NoteText.min.js:778
|
|
msgid "Open..."
|
|
msgstr "打开..."
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:52
|
|
#: ElectronClient/gui/NoteText.min.js:786
|
|
msgid "Save as..."
|
|
msgstr "另存为..."
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:65
|
|
msgid "Reveal file in folder"
|
|
msgstr "在文件夹中展示文件"
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:73
|
|
#: ElectronClient/gui/NoteText.min.js:797
|
|
msgid "Copy path to clipboard"
|
|
msgstr "复制路径到剪切板"
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:88
|
|
#: ElectronClient/gui/NoteText.min.js:811
|
|
msgid "Copy Link Address"
|
|
msgstr "复制链接地址"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteEditor.js:283
|
|
#: ElectronClient/gui/NoteText.min.js:2121
|
|
msgid "to-do"
|
|
msgstr "待办事项"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteEditor.js:283
|
|
#: ElectronClient/gui/NoteText.min.js:2121
|
|
msgid "note"
|
|
msgstr "笔记"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteEditor.js:283
|
|
#: ElectronClient/gui/NoteText.min.js:2121
|
|
#, javascript-format
|
|
msgid "Creating new %s..."
|
|
msgstr "新建 %s..."
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:25
|
|
msgid "Select all"
|
|
msgstr "全选"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:30
|
|
#: ElectronClient/gui/NoteText.min.js:1690
|
|
msgid "Bold"
|
|
msgstr "加粗"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:35
|
|
#: ElectronClient/gui/NoteText.min.js:1698
|
|
msgid "Italic"
|
|
msgstr "斜体"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:40
|
|
#: ElectronClient/gui/NoteText.min.js:1710
|
|
msgid "Hyperlink"
|
|
msgstr "超链接"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:45
|
|
#: ElectronClient/gui/NoteText.min.js:1718
|
|
msgid "Code"
|
|
msgstr "代码"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:55
|
|
#: ElectronClient/gui/NoteText.min.js:1738
|
|
msgid "Numbered List"
|
|
msgstr "编号列表"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:60
|
|
#: ElectronClient/gui/NoteText.min.js:1746
|
|
msgid "Bulleted List"
|
|
msgstr "项目符号列表"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:65
|
|
#: ElectronClient/gui/NoteText.min.js:1754
|
|
msgid "Checkbox"
|
|
msgstr "复选框"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:70
|
|
#: ElectronClient/gui/NoteText.min.js:1762
|
|
msgid "Heading"
|
|
msgstr "标题"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:75
|
|
#: ElectronClient/gui/NoteText.min.js:1770
|
|
msgid "Horizontal Rule"
|
|
msgstr "水平线"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/focusElementNoteTitle.js:15
|
|
msgid "Note title"
|
|
msgstr "笔记标题"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/showLocalSearch.js:15
|
|
msgid "Search in current note"
|
|
msgstr "在当前笔记内搜索"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/focusElementNoteBody.js:15
|
|
msgid "Note body"
|
|
msgstr "笔记正文"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:26
|
|
#: ElectronClient/gui/FolderPropertiesDialog.min.js:21
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:163
|
|
#: ElectronClient/gui/ResourceScreen.js:38
|
|
msgid "ID"
|
|
msgstr "ID"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:27
|
|
msgid "Created"
|
|
msgstr "创建日期"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:28
|
|
msgid "Updated"
|
|
msgstr "更新日期"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:29
|
|
msgid "Completed"
|
|
msgstr "已完成"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:30
|
|
msgid "Location"
|
|
msgstr "位置"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:31
|
|
msgid "URL"
|
|
msgstr "URL"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:32
|
|
#: ReactNativeClient/lib/models/Setting.js:1253
|
|
msgid "Note History"
|
|
msgstr "笔记历史"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:33
|
|
msgid "Markup"
|
|
msgstr "标记"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:305
|
|
msgid "Previous versions of this note"
|
|
msgstr "此笔记的早期版本"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:382
|
|
#: ElectronClient/gui/MainScreen/commands/showNoteProperties.js:16
|
|
#: ElectronClient/gui/NoteText.min.js:1834
|
|
msgid "Note properties"
|
|
msgstr "笔记属性"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:295
|
|
msgid "Some items cannot be synchronised."
|
|
msgstr "一些项目无法被同步。"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:300
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:312
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:336
|
|
msgid "View them now"
|
|
msgstr "立刻查看"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:307
|
|
msgid "Some items cannot be decrypted."
|
|
msgstr "一些项目无法被解密。"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:319
|
|
msgid "One or more master keys need a password."
|
|
msgstr "一个或多个主密钥需要密码。"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:324
|
|
msgid "Set the password"
|
|
msgstr "设置密码"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:331
|
|
msgid "One of your master keys use an obsolete encryption method."
|
|
msgstr "您的主密钥之一使用了过时的加密方法。"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:343
|
|
msgid ""
|
|
"The default encryption method has been changed, you should re-encrypt your "
|
|
"data."
|
|
msgstr "默认的加密方法已更改,您应该重新加密数据。"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:348
|
|
msgid "More info"
|
|
msgstr "更多信息"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:419
|
|
msgid "Search..."
|
|
msgstr "搜索..."
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/showNoteContentProperties.js:16
|
|
msgid "Statistics..."
|
|
msgstr "统计数据..."
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/renameFolder.js:17
|
|
#: ElectronClient/gui/MainScreen/commands/renameTag.js:17
|
|
#: ElectronClient/gui/SideBar.min.js:339 ElectronClient/gui/SideBar.min.js:389
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:129
|
|
msgid "Rename"
|
|
msgstr "重命名"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/renameFolder.js:26
|
|
#: ElectronClient/gui/MainScreen.min.js:292
|
|
msgid "Rename notebook:"
|
|
msgstr "重命名笔记本:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/newTodo.js:16
|
|
#: ElectronClient/gui/MainScreen/commands/newTodo.js:28
|
|
#: ReactNativeClient/lib/components/action-button.js:64
|
|
#: ReactNativeClient/setUpQuickActions.js:15
|
|
msgid "New to-do"
|
|
msgstr "新建待办事项"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/toggleNoteList.js:15
|
|
#: ElectronClient/gui/MainScreen/commands/toggleNoteList.js:26
|
|
msgid "Toggle note list"
|
|
msgstr "切换笔记列表"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/toggleSidebar.js:15
|
|
#: ElectronClient/gui/MainScreen/commands/toggleSidebar.js:26
|
|
msgid "Toggle sidebar"
|
|
msgstr "切换边栏"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/editAlarm.js:19
|
|
#: ElectronClient/gui/NoteText.min.js:1642
|
|
#: ElectronClient/gui/NoteText.min.js:1828
|
|
#: ReactNativeClient/lib/components/screens/note.js:826
|
|
msgid "Set alarm"
|
|
msgstr "设置提醒"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/editAlarm.js:31
|
|
#: ElectronClient/gui/MainScreen.min.js:417
|
|
msgid "Set alarm:"
|
|
msgstr "设置提醒:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/exportPdf.js:19
|
|
#: ElectronClient/gui/MainScreen/commands/exportPdf.js:30
|
|
#: ElectronClient/gui/MainScreen.min.js:549
|
|
msgid "PDF File"
|
|
msgstr "PDF 文件"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/newNote.js:20
|
|
#: ElectronClient/gui/MainScreen/commands/newNote.js:47
|
|
#: ReactNativeClient/lib/components/action-button.js:73
|
|
#: ReactNativeClient/setUpQuickActions.js:14
|
|
msgid "New note"
|
|
msgstr "新建笔记"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/moveToFolder.js:17
|
|
msgid "Move to notebook"
|
|
msgstr "移动到笔记本"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/moveToFolder.js:36
|
|
#: ElectronClient/gui/MainScreen.min.js:272
|
|
msgid "Move to notebook:"
|
|
msgstr "移动到笔记本:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/toggleVisiblePanes.js:15
|
|
msgid "Toggle editor layout"
|
|
msgstr "切换编辑器布局"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/renameTag.js:26
|
|
#: ElectronClient/gui/MainScreen.min.js:313
|
|
msgid "Rename tag:"
|
|
msgstr "重命名标签:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/newNotebook.js:17
|
|
#: ElectronClient/gui/MainScreen/commands/newNotebook.js:57
|
|
msgid "New notebook"
|
|
msgstr "新建笔记本"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/newNotebook.js:25
|
|
#: ElectronClient/gui/MainScreen.min.js:178
|
|
msgid "Notebook title:"
|
|
msgstr "笔记本标题:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/showShareNoteDialog.js:15
|
|
msgid "Share note..."
|
|
msgstr "分享笔记..."
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/selectTemplate.js:23
|
|
#: ElectronClient/gui/MainScreen.min.js:448
|
|
msgid "Template file:"
|
|
msgstr "模版文件:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/setTags.js:44
|
|
#: ElectronClient/gui/MainScreen.min.js:221
|
|
msgid "Add or remove tags:"
|
|
msgstr "添加或删除标签:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/print.js:16
|
|
msgid "Print"
|
|
msgstr "打印"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/print.js:25
|
|
#: ElectronClient/gui/NoteText.min.js:1321
|
|
msgid "Only one note can be printed at a time."
|
|
msgstr "一次只能导出一个笔记。"
|
|
|
|
#: ElectronClient/gui/NoteToolbar/NoteToolbar.js:32
|
|
#: ElectronClient/gui/NoteText.min.js:1656
|
|
#, javascript-format
|
|
msgid "In: %s"
|
|
msgstr "在: %s"
|
|
|
|
#: ElectronClient/gui/SideBar.min.js:290
|
|
#, javascript-format
|
|
msgid "Remove tag \"%s\" from all notes?"
|
|
msgstr "从所有笔记中删除标签 \"%s\" ?"
|
|
|
|
#: ElectronClient/gui/SideBar.min.js:304
|
|
msgid "New sub-notebook"
|
|
msgstr "新的子笔记本"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:39
|
|
msgid "Token has been copied to the clipboard!"
|
|
msgstr "Token 令牌已复制到剪贴板!"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:69
|
|
msgid "The web clipper service is enabled and set to auto-start."
|
|
msgstr "网页剪辑服务已启用且将自动启动。"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:76
|
|
#, javascript-format
|
|
msgid "Status: Started on port %d"
|
|
msgstr "状态: 在 %d 端口运行"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:82
|
|
#, javascript-format
|
|
msgid "Status: %s"
|
|
msgstr "状态: %s"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:88
|
|
msgid "Disable Web Clipper Service"
|
|
msgstr "禁用网页剪辑服务"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:94
|
|
msgid "The web clipper service is not enabled."
|
|
msgstr "网页剪辑未启用。"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:99
|
|
msgid "Enable Web Clipper Service"
|
|
msgstr "启用网页剪辑服务"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:122
|
|
msgid ""
|
|
"Joplin Web Clipper allows saving web pages and screenshots from your browser "
|
|
"to Joplin."
|
|
msgstr "Joplin 网页剪辑可以让你将浏览器中的网页和屏幕截图保存到 Joplin。"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:127
|
|
msgid "In order to use the web clipper, you need to do the following:"
|
|
msgstr "要使用网页剪辑功能,你需要按照以下步骤:"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:135
|
|
msgid "Step 1: Enable the clipper service"
|
|
msgstr "步骤一: 启用网页剪辑服务"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:140
|
|
msgid ""
|
|
"This service allows the browser extension to communicate with Joplin. When "
|
|
"enabling it your firewall may ask you to give permission to Joplin to listen "
|
|
"to a particular port."
|
|
msgstr ""
|
|
"该服务允许浏览器扩展与 Joplin 通信。当启用它时,你的防火墙可能会要求你允许 "
|
|
"Joplin 监听一个特定的端口。"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:154
|
|
msgid "Step 2: Install the extension"
|
|
msgstr "步骤二: 安装扩展"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:159
|
|
msgid "Download and install the relevant extension for your browser:"
|
|
msgstr "为您的浏览器下载并安装相关的扩展:"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:174
|
|
msgid "Advanced options"
|
|
msgstr "高级选项"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:179
|
|
msgid "Authorisation token:"
|
|
msgstr "授权 Token 令牌:"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:189
|
|
msgid "Copy token"
|
|
msgstr "拷贝 Token 令牌"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:195
|
|
msgid ""
|
|
"This authorisation token is only needed to allow third-party applications to "
|
|
"access Joplin."
|
|
msgstr "该授权令牌仅用于允许第三方应用程序访问 Joplin。"
|
|
|
|
#: ElectronClient/gui/Root.min.js:89
|
|
msgid "OneDrive Login"
|
|
msgstr "登录 OneDrive"
|
|
|
|
#: ElectronClient/gui/Root.min.js:90
|
|
msgid "Dropbox Login"
|
|
msgstr "登录 Dropbox"
|
|
|
|
#: ElectronClient/gui/Root.min.js:91 ElectronClient/app.js:673
|
|
#: ElectronClient/app.js:724
|
|
msgid "Import"
|
|
msgstr "导入"
|
|
|
|
#: ElectronClient/gui/Root.min.js:92 ElectronClient/app.js:561
|
|
msgid "Options"
|
|
msgstr "选项"
|
|
|
|
#: ElectronClient/gui/Root.min.js:93
|
|
msgid "Note attachments"
|
|
msgstr "笔记附件"
|
|
|
|
#: ElectronClient/gui/Root.min.js:94 ElectronClient/app.js:500
|
|
msgid "Synchronisation Status"
|
|
msgstr "同步状态"
|
|
|
|
#: ElectronClient/gui/ExtensionBadge.min.js:10
|
|
msgid "Firefox Extension"
|
|
msgstr "Firefox 扩展"
|
|
|
|
#: ElectronClient/gui/ExtensionBadge.min.js:17
|
|
msgid "Chrome Web Store"
|
|
msgstr "Chrome 网上商店"
|
|
|
|
#: ElectronClient/gui/ExtensionBadge.min.js:44
|
|
msgid "Get it now:"
|
|
msgstr "立即获取:"
|
|
|
|
#: ElectronClient/gui/ImportScreen.min.js:62
|
|
#, javascript-format
|
|
msgid ""
|
|
"New notebook \"%s\" will be created and file \"%s\" will be imported into it"
|
|
msgstr "将新建的笔记本 \"%s\" ,并将文件 \"%s\" 导入其中"
|
|
|
|
#: ElectronClient/gui/DropboxLoginScreen.min.js:67
|
|
#: ReactNativeClient/lib/components/screens/dropbox-login.js:68
|
|
msgid "Submit"
|
|
msgstr "提交"
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:147
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:152
|
|
msgid "Custom order"
|
|
msgstr "自定义顺序"
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:147
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:152
|
|
msgid "View"
|
|
msgstr "视图 (&V)"
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:147
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:152
|
|
#: ReactNativeClient/lib/models/Setting.js:370
|
|
msgid "Sort notes by"
|
|
msgstr "笔记排序依据"
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:147
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:152
|
|
#, javascript-format
|
|
msgid ""
|
|
"To manually sort the notes, the sort order must be changed to \"%s\" in the "
|
|
"menu \"%s\" > \"%s\""
|
|
msgstr "欲手动调整顺序,应在菜单 \"%s\" > \"%s\" 中将排序方式调整为 \"%s\""
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:148
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:153
|
|
msgid "Do it now"
|
|
msgstr "现在去完成"
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:452
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:425
|
|
msgid "No notes in here. Create one by clicking on \"New note\"."
|
|
msgstr "此处没有任何笔记。点击 \"新建笔记\" 创建。"
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:452
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:425
|
|
msgid ""
|
|
"There is currently no notebook. Create one by clicking on \"New notebook\"."
|
|
msgstr "此处没有任何笔记本。点击 \"新建笔记本\" 创建。"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:37
|
|
#: ReactNativeClient/lib/components/screen-header.js:362
|
|
msgid "Duplicate"
|
|
msgstr "创建副本"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:42
|
|
#, javascript-format
|
|
msgid "%s - Copy"
|
|
msgstr "%s - 副本"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:62
|
|
msgid "Switch between note and to-do type"
|
|
msgstr "在笔记和待办事项类型之间切换"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:91
|
|
msgid "Switch to note type"
|
|
msgstr "切换到笔记"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:100
|
|
msgid "Switch to to-do type"
|
|
msgstr "切换到待办事项"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:110
|
|
#: ReactNativeClient/lib/components/screens/note.js:855
|
|
msgid "Copy Markdown link"
|
|
msgstr "复制 Markdown 链接"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:178
|
|
#, javascript-format
|
|
msgid "Delete note \"%s\"?"
|
|
msgstr "是否删除笔记 \"%s\" ?"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:180
|
|
#, javascript-format
|
|
msgid "Delete these %d notes?"
|
|
msgstr "是否删除这 %d 条笔记?"
|
|
|
|
#: ElectronClient/gui/FolderPropertiesDialog.min.js:22
|
|
msgid "Name"
|
|
msgstr "名称"
|
|
|
|
#: ElectronClient/gui/FolderPropertiesDialog.min.js:23
|
|
msgid "Icon"
|
|
msgstr "图标"
|
|
|
|
#: ElectronClient/gui/FolderPropertiesDialog.min.js:272
|
|
msgid "Notebook properties"
|
|
msgstr "笔记本属性"
|
|
|
|
#: ElectronClient/gui/NoteText.min.js:781
|
|
#, javascript-format
|
|
msgid "This file could not be opened: %s"
|
|
msgstr "该笔记本无法打开: %s"
|
|
|
|
#: ElectronClient/gui/NoteText.min.js:1551
|
|
msgid "emphasized text"
|
|
msgstr "强调文本"
|
|
|
|
#: ElectronClient/gui/NoteText.min.js:1792
|
|
msgid "Click to stop external editing"
|
|
msgstr "单击以取消外部编辑"
|
|
|
|
#: ElectronClient/gui/NoteText.min.js:1793
|
|
msgid "Watching..."
|
|
msgstr "正在监控变化..."
|
|
|
|
#: ElectronClient/gui/NoteText.min.js:1801
|
|
#: ElectronClient/commands/startExternalEditing.js:18
|
|
msgid "Edit in external editor"
|
|
msgstr "在外部编辑器中打开"
|
|
|
|
#: ElectronClient/gui/NoteText.min.js:1852
|
|
msgid "Content Properties"
|
|
msgstr "内容属性"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:95
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:125
|
|
msgid "Save"
|
|
msgstr "保存"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:144
|
|
msgid "Master keys that need upgrading"
|
|
msgstr "需要升级的主密钥"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:149
|
|
msgid ""
|
|
"The following master keys use an out-dated encryption algorithm and it is "
|
|
"recommended to upgrade them. The upgraded master key will still be able to "
|
|
"decrypt and encrypt your data as usual."
|
|
msgstr ""
|
|
"以下主密钥使用了过时的加密算法,建议对其进行升级。 升级后的主密钥仍将能够照常"
|
|
"解密和加密您的数据。"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:168
|
|
msgid "Upgrade"
|
|
msgstr "升级"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:181
|
|
msgid "Re-encrypt data"
|
|
msgstr "重新加密数据"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:183
|
|
msgid ""
|
|
"The default encryption method has been changed to a more secure one and it "
|
|
"is recommended that you apply it to your data."
|
|
msgstr "默认的加密方法已更改为一种更安全的方法,建议您将其应用于您的数据。"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:183
|
|
msgid ""
|
|
"You may use the tool below to re-encrypt your data, for example if you know "
|
|
"that some of your notes are encrypted with an obsolete encryption method."
|
|
msgstr ""
|
|
"您可以使用下面的工具重新加密您的数据,例如,您已知的使用过时的加密方法进行加"
|
|
"密的数据。"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:185
|
|
#, javascript-format
|
|
msgid ""
|
|
"In order to do so, your entire data set will have to be encrypted and "
|
|
"synchronised, so it is best to run it overnight.\n"
|
|
"\n"
|
|
"To start, please follow these instructions:\n"
|
|
"\n"
|
|
"1. Synchronise all your devices.\n"
|
|
"2. Click \"%s\".\n"
|
|
"3. Let it run to completion. While it runs, avoid changing any note on your "
|
|
"other devices, to avoid conflicts.\n"
|
|
"4. Once sync is done on this device, sync all your other devices and let it "
|
|
"run to completion.\n"
|
|
"\n"
|
|
"Important: you only need to run this ONCE on one device."
|
|
msgstr ""
|
|
"为此,必须对整个数据集进行加密和同步,因此最好在夜间休息时分彻夜运行。\n"
|
|
"\n"
|
|
"首先,请按照以下说明进行操作: \n"
|
|
"\n"
|
|
"1.同步您的所有设备。\n"
|
|
"2.单击\"%s\"。\n"
|
|
"3.让它运行完成。 在运行时,请避免在其他设备上更改任何笔记,以免发生冲突。\n"
|
|
"4.在此设备上完成同步后,同步其他所有设备,并使其同步完成。\n"
|
|
"\n"
|
|
"重要: 在一台设备上只需要运行一次。"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:432
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:279
|
|
#: ReactNativeClient/lib/components/screens/status.js:142
|
|
msgid "Status"
|
|
msgstr "状态"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:437
|
|
msgid "Encryption is:"
|
|
msgstr "加密状态:"
|
|
|
|
#: ElectronClient/gui/StatusScreen.min.js:33
|
|
msgid "Please select where the sync status should be exported to"
|
|
msgstr "请选择同步状态的导出位置"
|
|
|
|
#: ElectronClient/gui/StatusScreen.min.js:71
|
|
#: ReactNativeClient/lib/components/screens/status.js:112
|
|
msgid "Retry All"
|
|
msgstr "全部重试"
|
|
|
|
#: ElectronClient/gui/StatusScreen.min.js:96
|
|
#: ReactNativeClient/lib/components/screens/status.js:118
|
|
msgid "Retry"
|
|
msgstr "重试"
|
|
|
|
#: ElectronClient/gui/MainScreen.min.js:165
|
|
msgid "Please create a notebook first."
|
|
msgstr "请先创建一本笔记本。"
|
|
|
|
#: ElectronClient/gui/MainScreen.min.js:171
|
|
msgid "Please create a notebook first"
|
|
msgstr "请先创建一本笔记本"
|
|
|
|
#: ElectronClient/gui/PromptDialog.min.js:249
|
|
msgid "Clear"
|
|
msgstr "清除"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:76
|
|
msgid "Words"
|
|
msgstr "字数"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:77
|
|
msgid "Characters"
|
|
msgstr "字符数"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:78
|
|
msgid "Characters excluding spaces"
|
|
msgstr "字符数 (不计空格)"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:79
|
|
msgid "Lines"
|
|
msgstr "行"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:98
|
|
#: ReactNativeClient/lib/models/Setting.js:355
|
|
#: ReactNativeClient/lib/models/Setting.js:356
|
|
#: ReactNativeClient/lib/models/Setting.js:357
|
|
msgid "Editor"
|
|
msgstr "编辑器"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:99
|
|
#: ReactNativeClient/lib/models/Setting.js:355
|
|
#: ReactNativeClient/lib/models/Setting.js:356
|
|
#: ReactNativeClient/lib/models/Setting.js:358
|
|
msgid "Viewer"
|
|
msgstr "浏览"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:107
|
|
msgid "Statistics"
|
|
msgstr "统计数据"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:111
|
|
#, javascript-format
|
|
msgid "Read time: %s min"
|
|
msgstr "阅读时间: %s 分钟"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:112
|
|
#: ElectronClient/gui/ShareNoteDialog.js:175
|
|
msgid "Close"
|
|
msgstr "关闭"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:82
|
|
msgid "This will open a new screen. Save your current changes?"
|
|
msgstr "这将打开一个新屏幕。是否保存当前更改?"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:170
|
|
#: ReactNativeClient/lib/components/screens/config.js:307
|
|
msgid "Check synchronisation configuration"
|
|
msgstr "检查同步配置"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:179
|
|
msgid "Unknown"
|
|
msgstr "未知"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:183
|
|
msgid "Checking..."
|
|
msgstr "正在检查..."
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:187
|
|
#: ReactNativeClient/lib/models/Resource.js:320
|
|
msgid "Error"
|
|
msgstr "错误"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:198
|
|
msgid ""
|
|
"The Joplin Nextcloud App is either not installed or misconfigured. Please "
|
|
"see the full error message below:"
|
|
msgstr ""
|
|
"没有安装 Joplin Nextcloud 应用程序或配置错误。 请查看下面的完整错误消息:"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:211
|
|
msgid "Show Log"
|
|
msgstr "显示日志"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:224
|
|
msgid "Joplin Nextcloud App status:"
|
|
msgstr "Joplin Nextcloud 的状态:"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:238
|
|
msgid "Check Status"
|
|
msgstr "检查状态"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:245
|
|
msgid "Help"
|
|
msgstr "帮助 (&H)"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:264
|
|
msgid "Show Advanced Settings"
|
|
msgstr "高级选项"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:521
|
|
msgid "Browse..."
|
|
msgstr "浏览..."
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:761
|
|
msgid "Apply"
|
|
msgstr "应用"
|
|
|
|
#: ElectronClient/gui/Header.min.js:267
|
|
#: ElectronClient/gui/Header/Header.min.js:253
|
|
msgid "Usage"
|
|
msgstr "用法提示"
|
|
|
|
#: ElectronClient/gui/NoteList/commands/focusElementNoteList.js:15
|
|
msgid "Note list"
|
|
msgstr "笔记列表"
|
|
|
|
#: ElectronClient/gui/Header/commands/focusSearch.js:15
|
|
msgid "Search in all the notes"
|
|
msgstr "在所有笔记内搜索"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:31
|
|
msgid "Title"
|
|
msgstr "标题"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:35
|
|
msgid "Size"
|
|
msgstr "大小"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:39
|
|
msgid "Action"
|
|
msgstr "动作"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:42
|
|
#: ReactNativeClient/lib/path-utils.js:65
|
|
#: ReactNativeClient/lib/path-utils.js:101
|
|
#: ReactNativeClient/lib/models/BaseItem.js:720
|
|
msgid "Untitled"
|
|
msgstr "无标题"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:93
|
|
#, javascript-format
|
|
msgid "Delete attachment \"%s\"?"
|
|
msgstr "是否删除附件 \"%s\" ?"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:139
|
|
msgid ""
|
|
"This is an advanced tool to show the attachments that are linked to your "
|
|
"notes. Please be careful when deleting one of them as they cannot be "
|
|
"restored afterwards."
|
|
msgstr "这是用于展示与笔记相关联的附件的高级工具。需要小心,删除后无法恢复。"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:140
|
|
msgid "Please wait..."
|
|
msgstr "请稍候..."
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:142
|
|
msgid "No resources!"
|
|
msgstr "没有资源!"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:144
|
|
#, javascript-format
|
|
msgid "Warning: not all resources shown for performance reasons (limit: %s)."
|
|
msgstr "警告: 由于性能原因无法显示所有资源 (范围: %s)。"
|
|
|
|
#: ElectronClient/gui/ShareNoteDialog.js:158
|
|
msgid "Synchronising..."
|
|
msgstr "正在同步..."
|
|
|
|
#: ElectronClient/gui/ShareNoteDialog.js:160
|
|
msgid "Generating link..."
|
|
msgid_plural "Generating links..."
|
|
msgstr[0] "生成链接..."
|
|
|
|
#: ElectronClient/gui/ShareNoteDialog.js:162
|
|
msgid "Link has been copied to clipboard!"
|
|
msgid_plural "Links have been copied to clipboard!"
|
|
msgstr[0] "链接已复制到剪贴板!"
|
|
|
|
#: ElectronClient/gui/ShareNoteDialog.js:165
|
|
msgid ""
|
|
"Note: When a note is shared, it will no longer be encrypted on the server."
|
|
msgstr "注意: 笔记共享后,便不再在服务器上加密。"
|
|
|
|
#: ElectronClient/gui/ShareNoteDialog.js:170
|
|
msgid "Share Notes"
|
|
msgstr "共享笔记"
|
|
|
|
#: ElectronClient/gui/ShareNoteDialog.js:172
|
|
msgid "Copy Shareable Link"
|
|
msgid_plural "Copy Shareable Links"
|
|
msgstr[0] "复制共享链接"
|
|
|
|
#: ElectronClient/commands/stopExternalEditing.js:16
|
|
msgid "Stop external editing"
|
|
msgstr "取消外部编辑"
|
|
|
|
#: ElectronClient/commands/startExternalEditing.js:29
|
|
#, javascript-format
|
|
msgid "Error opening note in editor: %s"
|
|
msgstr "打开以下笔记时出现错误: %s"
|
|
|
|
#: ElectronClient/app.js:460
|
|
#, javascript-format
|
|
msgid "Importing from \"%s\" as \"%s\" format. Please wait..."
|
|
msgstr "从 \"%s\" 导入,导入格式为 \"%s\" 。请稍等..."
|
|
|
|
#: ElectronClient/app.js:522
|
|
msgid "Create note from template"
|
|
msgstr "从模版创建笔记"
|
|
|
|
#: ElectronClient/app.js:528
|
|
msgid "Create to-do from template"
|
|
msgstr "从模版创建 to-do 待办事项"
|
|
|
|
#: ElectronClient/app.js:534
|
|
msgid "Insert template"
|
|
msgstr "插入模版"
|
|
|
|
#: ElectronClient/app.js:541
|
|
msgid "Open template directory"
|
|
msgstr "打开模版目录"
|
|
|
|
#: ElectronClient/app.js:548
|
|
msgid "Refresh templates"
|
|
msgstr "刷新模版"
|
|
|
|
#: ElectronClient/app.js:574
|
|
msgid "Note attachments..."
|
|
msgstr "查看笔记附件..."
|
|
|
|
#: ElectronClient/app.js:596
|
|
#, javascript-format
|
|
msgid "Revision: %s (%s)"
|
|
msgstr "修订: %s (%s)"
|
|
|
|
#: ElectronClient/app.js:603
|
|
#, javascript-format
|
|
msgid "%s %s (%s, %s)"
|
|
msgstr "%s %s (%s, %s)"
|
|
|
|
#: ElectronClient/app.js:605
|
|
#, javascript-format
|
|
msgid "Client ID: %s"
|
|
msgstr "客户端 ID: %s"
|
|
|
|
#: ElectronClient/app.js:606
|
|
#, javascript-format
|
|
msgid "Sync Version: %s"
|
|
msgstr "同步版本: %s"
|
|
|
|
#: ElectronClient/app.js:607
|
|
#, javascript-format
|
|
msgid "Profile Version: %s"
|
|
msgstr "配置文件版本: %s"
|
|
|
|
#: ElectronClient/app.js:608
|
|
#, javascript-format
|
|
msgid "Keychain Supported: %s"
|
|
msgstr "密钥链支持: %s"
|
|
|
|
#: ElectronClient/app.js:630 ElectronClient/app.js:706
|
|
msgid "&File"
|
|
msgstr "文件 (&F)"
|
|
|
|
#: ElectronClient/app.js:636 ElectronClient/app.js:905
|
|
msgid "About Joplin"
|
|
msgstr "关于 Joplin"
|
|
|
|
#: ElectronClient/app.js:643
|
|
msgid "Preferences..."
|
|
msgstr "偏好..."
|
|
|
|
#: ElectronClient/app.js:653 ElectronClient/app.js:887
|
|
msgid "Check for updates..."
|
|
msgstr "检查更新..."
|
|
|
|
#: ElectronClient/app.js:666 ElectronClient/app.js:719
|
|
msgid "Templates"
|
|
msgstr "模版"
|
|
|
|
#: ElectronClient/app.js:692
|
|
#, javascript-format
|
|
msgid "Hide %s"
|
|
msgstr "隐藏 %s"
|
|
|
|
#: ElectronClient/app.js:699
|
|
msgid "Quit"
|
|
msgstr "退出"
|
|
|
|
#: ElectronClient/app.js:712
|
|
msgid "Close Window"
|
|
msgstr "关闭窗口"
|
|
|
|
#: ElectronClient/app.js:757
|
|
msgid "&Edit"
|
|
msgstr "编辑 (&E)"
|
|
|
|
#: ElectronClient/app.js:776
|
|
msgid "&View"
|
|
msgstr "视图 (&V)"
|
|
|
|
#: ElectronClient/app.js:782
|
|
msgid "Layout button sequence"
|
|
msgstr "布局按钮顺序"
|
|
|
|
#: ElectronClient/app.js:822
|
|
msgid "Focus"
|
|
msgstr "聚焦于"
|
|
|
|
#: ElectronClient/app.js:828
|
|
msgid "Actual Size"
|
|
msgstr "实际大小"
|
|
|
|
#: ElectronClient/app.js:839 ElectronClient/app.js:845
|
|
msgid "Zoom In"
|
|
msgstr "放大"
|
|
|
|
#: ElectronClient/app.js:852
|
|
msgid "Zoom Out"
|
|
msgstr "缩小"
|
|
|
|
#: ElectronClient/app.js:860
|
|
msgid "&Note"
|
|
msgstr "笔记 (&N)"
|
|
|
|
#: ElectronClient/app.js:870
|
|
msgid "&Tools"
|
|
msgstr "工具 (&T)"
|
|
|
|
#: ElectronClient/app.js:874
|
|
msgid "&Help"
|
|
msgstr "帮助 (&H)"
|
|
|
|
#: ElectronClient/app.js:877
|
|
msgid "Website and documentation"
|
|
msgstr "网站与文档"
|
|
|
|
#: ElectronClient/app.js:881
|
|
msgid "Joplin Forum"
|
|
msgstr "Joplin 论坛"
|
|
|
|
#: ElectronClient/app.js:884
|
|
#: ReactNativeClient/lib/components/screens/config.js:495
|
|
msgid "Make a donation"
|
|
msgstr "捐赠"
|
|
|
|
#: ElectronClient/app.js:894
|
|
msgid "Toggle development tools"
|
|
msgstr "切换开发者工具"
|
|
|
|
#: ElectronClient/app.js:1037
|
|
#, javascript-format
|
|
msgid "Open %s"
|
|
msgstr "打开 %s"
|
|
|
|
#: ElectronClient/app.js:1039
|
|
msgid "Exit"
|
|
msgstr "退出"
|
|
|
|
#: ReactNativeClient/lib/onedrive-api-node-utils.js:85
|
|
msgid ""
|
|
"The application has been authorised - you may now close this browser tab."
|
|
msgstr "授权成功 - 您可以关闭此页面了。"
|
|
|
|
#: ReactNativeClient/lib/onedrive-api-node-utils.js:87
|
|
msgid "The application has been successfully authorised."
|
|
msgstr "已成功授予本应用程序权限。"
|
|
|
|
#: ReactNativeClient/lib/onedrive-api-node-utils.js:115
|
|
msgid ""
|
|
"Please open the following URL in your browser to authenticate the "
|
|
"application. The application will create a directory in \"Apps/Joplin\" and "
|
|
"will only read and write files in this directory. It will have no access to "
|
|
"any files outside this directory nor to any other personal data. No data "
|
|
"will be shared with any third party."
|
|
msgstr ""
|
|
"请在浏览器中打开以下链接以验证本应用程序。本应用会建立 \"Apps/Joplin\" 文件目"
|
|
"录,并只会读写该目录中的文件。本应用没有任何权限访问此目录以外的任何文件或个"
|
|
"人信息,也不会与第三方分享任何数据。"
|
|
|
|
#: ReactNativeClient/lib/registry.js:156
|
|
msgid ""
|
|
"Could not synchronise with OneDrive.\n"
|
|
"\n"
|
|
"This error often happens when using OneDrive for Business, which "
|
|
"unfortunately cannot be supported.\n"
|
|
"\n"
|
|
"Please consider using a regular OneDrive account."
|
|
msgstr ""
|
|
"无法与 OneDrive 同步。\n"
|
|
"\n"
|
|
"这种错误通常出现在使用 OneDrive 企业版时,很遗憾它不被支持。\n"
|
|
"\n"
|
|
"请考虑使用 OneDrive 个人版。"
|
|
|
|
#: ReactNativeClient/lib/logger.js:178
|
|
#, javascript-format
|
|
msgid "Unknown log level: %s"
|
|
msgstr "未知日志级别: %s"
|
|
|
|
#: ReactNativeClient/lib/logger.js:187
|
|
#, javascript-format
|
|
msgid "Unknown level ID: %s"
|
|
msgstr "未知级别 ID: %s"
|
|
|
|
#: ReactNativeClient/lib/SyncTargetAmazonS3.js:28
|
|
msgid "AWS S3"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/SyncTargetDropbox.js:25
|
|
msgid "Dropbox"
|
|
msgstr "Dropbox"
|
|
|
|
#: ReactNativeClient/lib/shim-init-node.js:90
|
|
#: ReactNativeClient/lib/components/screens/note.js:523
|
|
#, javascript-format
|
|
msgid ""
|
|
"You are about to attach a large image (%dx%d pixels). Would you like to "
|
|
"resize it down to %d pixels before attaching it?"
|
|
msgstr "您将要附加一个大图像 (%dx%d 像素) 。您是否要将其调整为 %d 像素?"
|
|
|
|
#: ReactNativeClient/lib/shim-init-node.js:156
|
|
#, javascript-format
|
|
msgid "Cannot access %s"
|
|
msgstr "无法访问 %s"
|
|
|
|
#: ReactNativeClient/lib/models/Folder.js:28
|
|
#: ReactNativeClient/lib/models/Note.js:25
|
|
msgid "title"
|
|
msgstr "标题"
|
|
|
|
#: ReactNativeClient/lib/models/Folder.js:29
|
|
#: ReactNativeClient/lib/models/Note.js:26
|
|
msgid "updated date"
|
|
msgstr "更新日期"
|
|
|
|
#: ReactNativeClient/lib/models/Folder.js:89
|
|
msgid "Conflicts"
|
|
msgstr "冲突"
|
|
|
|
#: ReactNativeClient/lib/models/Folder.js:374
|
|
msgid "Cannot move notebook to this location"
|
|
msgstr "无法移动笔记本到该位置"
|
|
|
|
#: ReactNativeClient/lib/models/Folder.js:426
|
|
#, javascript-format
|
|
msgid "Notebooks cannot be named \"%s\", which is a reserved title."
|
|
msgstr "笔记本无法被命名为 \"%s\" ,这个标题已被留作他用。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:39
|
|
msgid "yes"
|
|
msgstr "是"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:39
|
|
#: ReactNativeClient/lib/models/Setting.js:40
|
|
#, javascript-format
|
|
msgid "(wysiwyg: %s)"
|
|
msgstr "(兼容所见即所得编辑器: %s)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:40
|
|
msgid "no"
|
|
msgstr "否"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:43
|
|
#, javascript-format
|
|
msgid ""
|
|
"Attention: If you change this location, make sure you copy all your content "
|
|
"to it before syncing, otherwise all files will be removed! See the FAQ for "
|
|
"more details: %s"
|
|
msgstr ""
|
|
"注意: 如果您更改该位置,请确保在同步之前将所有内容复制到该位置,否则将删除所"
|
|
"有文件! 更多详细信息请参阅常见问题解答 (FAQ) : %s"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:51
|
|
msgid "Light"
|
|
msgstr "明亮"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:52
|
|
msgid "Dark"
|
|
msgstr "暗黑"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:53
|
|
msgid "Dracula"
|
|
msgstr "德古拉紫 (Dracula)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:54
|
|
msgid "Solarised Light"
|
|
msgstr "日光亮 (Solarised)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:55
|
|
msgid "Solarised Dark"
|
|
msgstr "日光暗 (Solarised)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:56
|
|
msgid "Nord"
|
|
msgstr "北欧 (Nord)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:57
|
|
msgid "Aritim Dark"
|
|
msgstr "暗黑 (Aritim)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:58
|
|
msgid "OLED Dark"
|
|
msgstr "纯黑 (OLED)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:80
|
|
msgid "Synchronisation target"
|
|
msgstr "同步目标"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:82
|
|
msgid ""
|
|
"The target to synchonise to. Each sync target may have additional parameters "
|
|
"which are named as `sync.NUM.NAME` (all documented below)."
|
|
msgstr ""
|
|
"所要同步的目标。每个同步目标都可能有名为 `sync.NUM.NAME` 的附加参数 (见下"
|
|
"文) 。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:104
|
|
msgid "Directory to synchronise with (absolute path)"
|
|
msgstr "待同步的目录 (绝对路径)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:116
|
|
msgid "Nextcloud WebDAV URL"
|
|
msgstr "Nextcloud WebDAV URL"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:127
|
|
msgid "Nextcloud username"
|
|
msgstr "Nextcloud 用户名"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:137
|
|
msgid "Nextcloud password"
|
|
msgstr "Nextcloud 密码"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:149
|
|
msgid "WebDAV URL"
|
|
msgstr "WebDAV URL"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:160
|
|
msgid "WebDAV username"
|
|
msgstr "WebDAV 用户名"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:170
|
|
msgid "WebDAV password"
|
|
msgstr "WebDAV 密码"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:189
|
|
msgid "AWS S3 bucket"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:200
|
|
msgid "AWS key"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:210
|
|
msgid "AWS secret"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:224
|
|
msgid "Attachment download behaviour"
|
|
msgstr "附件下载行为"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:225
|
|
msgid ""
|
|
"In \"Manual\" mode, attachments are downloaded only when you click on them. "
|
|
"In \"Auto\", they are downloaded when you open the note. In \"Always\", all "
|
|
"the attachments are downloaded whether you open the note or not."
|
|
msgstr ""
|
|
"在 \"手动\" 模式下,只有单击附件时才会下载它们。在 \"自动\" 中,当你打开笔记"
|
|
"时,它们就会被下载下来。在 \"总是\" 中,无论你是否打开笔记,所有的附件都会被"
|
|
"下载。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:228
|
|
msgid "Always"
|
|
msgstr "总是"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:229
|
|
msgid "Manual"
|
|
msgstr "手动"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:230
|
|
msgid "Auto"
|
|
msgstr "自动"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:247
|
|
msgid "Max concurrent connections"
|
|
msgstr "最大并发连接数"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:256
|
|
msgid "Language"
|
|
msgstr "语言"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:266
|
|
msgid "Date format"
|
|
msgstr "日期格式"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:285
|
|
msgid "Time format"
|
|
msgstr "时间格式"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:304
|
|
msgid "Theme"
|
|
msgstr "主题"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:315
|
|
msgid "Automatically switch theme to match system theme"
|
|
msgstr "根据系统主题自动切换"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:327
|
|
msgid "Preferred light theme"
|
|
msgstr "首选亮色主题"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:341
|
|
msgid "Preferred dark theme"
|
|
msgstr "首选暗色主题"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:346
|
|
msgid "Show note counts"
|
|
msgstr "显示笔记数"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:355
|
|
#: ReactNativeClient/lib/models/Setting.js:357
|
|
#: ReactNativeClient/lib/models/Setting.js:358
|
|
msgid "Split View"
|
|
msgstr "拆分视图"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:355
|
|
#, javascript-format
|
|
msgid "%s / %s / %s"
|
|
msgstr "%s / %s / %s"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:356
|
|
#: ReactNativeClient/lib/models/Setting.js:357
|
|
#: ReactNativeClient/lib/models/Setting.js:358
|
|
#, javascript-format
|
|
msgid "%s / %s"
|
|
msgstr "%s / %s"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:361
|
|
msgid "Uncompleted to-dos on top"
|
|
msgstr "将未完成的待办事项置顶"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:362
|
|
msgid "Show completed to-dos"
|
|
msgstr "显示已完成的待办事项"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:387
|
|
msgid "Auto-pair braces, parenthesis, quotations, etc."
|
|
msgstr "自动配对花括号、圆括号、引号等。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:395
|
|
msgid "Use CodeMirror as the code editor (WARNING: BETA)."
|
|
msgstr "使用 CodeMirror 作为代码编辑器 (BETA)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:397
|
|
#: ReactNativeClient/lib/models/Setting.js:415
|
|
msgid "Reverse sort order"
|
|
msgstr "倒序"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:404
|
|
msgid "Sort notebooks by"
|
|
msgstr "笔记本排序依据"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:416
|
|
msgid "Save geo-location with notes"
|
|
msgstr "保存地理定位信息到笔记中"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:435
|
|
msgid "When creating a new to-do:"
|
|
msgstr "当新建待办事项时:"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:438
|
|
#: ReactNativeClient/lib/models/Setting.js:453
|
|
msgid "Focus title"
|
|
msgstr "聚焦标题"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:439
|
|
#: ReactNativeClient/lib/models/Setting.js:454
|
|
msgid "Focus body"
|
|
msgstr "聚焦正文"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:450
|
|
msgid "When creating a new note:"
|
|
msgstr "当新建笔记时:"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:464
|
|
msgid "Enable soft breaks"
|
|
msgstr "启动软中断"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:465
|
|
msgid "Enable typographer support"
|
|
msgstr "启用 Typographer 支持"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:466
|
|
msgid "Enable math expressions"
|
|
msgstr "启用数学表达式"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:467
|
|
msgid "Enable Fountain syntax support"
|
|
msgstr "启用 Fountain 语法支持"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:468
|
|
msgid "Enable Mermaid diagrams support"
|
|
msgstr "启用 Mermaid 流程图支持"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:470
|
|
msgid "Enable ==mark== syntax"
|
|
msgstr "启用 ==mark== 句法"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:471
|
|
msgid "Enable footnotes"
|
|
msgstr "启用脚注"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:472
|
|
msgid "Enable table of contents extension"
|
|
msgstr "启用目录扩展"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:473
|
|
msgid "Enable ~sub~ syntax"
|
|
msgstr "启用 ~sub~ 句法"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:474
|
|
msgid "Enable ^sup^ syntax"
|
|
msgstr "启用 ^sup^ 句法"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:475
|
|
msgid "Enable deflist syntax"
|
|
msgstr "启用术语表句法"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:476
|
|
msgid "Enable abbreviation syntax"
|
|
msgstr "启用缩写句法"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:477
|
|
msgid "Enable markdown emoji"
|
|
msgstr "启用 Markdown Emoji"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:478
|
|
msgid "Enable ++insert++ syntax"
|
|
msgstr "启用 ++insert++ 句法"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:479
|
|
msgid "Enable multimarkdown table extension"
|
|
msgstr "启用 MultiMarkdown 表格扩展"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:491
|
|
msgid "Show tray icon"
|
|
msgstr "显示托盘图标"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:493
|
|
msgid "Note: Does not work in all desktop environments."
|
|
msgstr "注意: 在部分桌面环境下无法工作。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:493
|
|
msgid ""
|
|
"This will allow Joplin to run in the background. It is recommended to enable "
|
|
"this setting so that your notes are constantly being synchronised, thus "
|
|
"reducing the number of conflicts."
|
|
msgstr ""
|
|
"这将允许 Joplin 在后台运行,如果你经常修改和同步笔记,推荐启用该设置来减少可"
|
|
"能的冲突。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:497
|
|
msgid "Start application minimised in the tray icon"
|
|
msgstr "应用程序启动时最小化到托盘"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:516
|
|
msgid "Editor font size"
|
|
msgstr "编辑器字体大小"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:524
|
|
msgid "Editor font"
|
|
msgstr "编辑器字体"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:548
|
|
msgid "Editor font family"
|
|
msgstr "编辑器字体族"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:550
|
|
msgid ""
|
|
"This should be a *monospace* font or some elements will render incorrectly. "
|
|
"If the font is incorrect or empty, it will default to a generic monospace "
|
|
"font."
|
|
msgstr ""
|
|
"必须是 *等宽* 字体,否则一些元素将无法被正确渲染。若字体不正确或留空,该处将"
|
|
"会默认设置为通用的等宽字体。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:589
|
|
msgid "Custom stylesheet for Joplin-wide app styles"
|
|
msgstr "适用于 Joplin 全域应用样式的自定义样式表"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:595
|
|
msgid "Automatically update the application"
|
|
msgstr "自动更新程序"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:596
|
|
msgid "Get pre-releases when checking for updates"
|
|
msgstr "检查更新时获取预发行版本"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:596
|
|
#, javascript-format
|
|
msgid "See the pre-release page for more details: %s"
|
|
msgstr "若需了解预发行版本的详细信息,请参阅页面: %s"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:604
|
|
msgid "Synchronisation interval"
|
|
msgstr "同步间隔"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:608
|
|
#: ReactNativeClient/lib/models/Setting.js:609
|
|
#: ReactNativeClient/lib/models/Setting.js:610
|
|
#, javascript-format
|
|
msgid "%d minutes"
|
|
msgstr "%d 分钟"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:611
|
|
#, javascript-format
|
|
msgid "%d hour"
|
|
msgstr "%d 小时"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:612
|
|
#: ReactNativeClient/lib/models/Setting.js:613
|
|
#, javascript-format
|
|
msgid "%d hours"
|
|
msgstr "%d 小时"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:622
|
|
msgid "Text editor command"
|
|
msgstr "文本编辑器命令"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:622
|
|
msgid ""
|
|
"The editor command (may include arguments) that will be used to open a note. "
|
|
"If none is provided it will try to auto-detect the default editor."
|
|
msgstr ""
|
|
"该文本编辑器命令 (可能包括参数) 将会被用于打开笔记。若未提供将尝试自动检测默"
|
|
"认编辑器。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:623
|
|
msgid "Page size for PDF export"
|
|
msgstr "PDF 导出时的页面规格"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:625
|
|
msgid "A4"
|
|
msgstr "A4"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:626
|
|
msgid "Letter"
|
|
msgstr "信函 (Letter)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:627
|
|
msgid "A3"
|
|
msgstr "A3"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:628
|
|
msgid "A5"
|
|
msgstr "A5"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:629
|
|
msgid "Tabloid"
|
|
msgstr "文摘 (Tabloid)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:630
|
|
msgid "Legal"
|
|
msgstr "法律专用纸 (Legal)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:633
|
|
msgid "Page orientation for PDF export"
|
|
msgstr "PDF 导出的页面方向"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:635
|
|
msgid "Portrait"
|
|
msgstr "竖版"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:636
|
|
msgid "Landscape"
|
|
msgstr "横板"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:647
|
|
msgid "Keyboard Mode"
|
|
msgstr "键盘模式"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:650
|
|
msgid "Default"
|
|
msgstr "默认值"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:651
|
|
msgid "Emacs"
|
|
msgstr "Emacs"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:652
|
|
msgid "Vim"
|
|
msgstr "Vim"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:667
|
|
msgid "Custom TLS certificates"
|
|
msgstr "自定义 TLS 证书"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:668
|
|
msgid ""
|
|
"Comma-separated list of paths to directories to load the certificates from, "
|
|
"or path to individual cert files. For example: /my/cert_dir, /other/custom."
|
|
"pem. Note that if you make changes to the TLS settings, you must save your "
|
|
"changes before clicking on \"Check synchronisation configuration\"."
|
|
msgstr ""
|
|
"以逗号分隔的路径列表,可以是包含证书的目录,也可以直接指向单独的证书路径。 例"
|
|
"如: /my/cert_dir,/other/custom.pem 。 请注意,如果更改 TLS 设置,则必须先保存"
|
|
"更改,之后再点击 \"检查同步配置\" 。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:680
|
|
msgid "Ignore TLS certificate errors"
|
|
msgstr "忽略 TLS 证书错误"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:689
|
|
msgid "Fail-safe"
|
|
msgstr "故障保护"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:690
|
|
msgid ""
|
|
"Fail-safe: Do not wipe out local data when sync target is empty (often the "
|
|
"result of a misconfiguration or bug)"
|
|
msgstr ""
|
|
"故障保护 (Fail-safe) : 当同步目标为空时 (通常是配置错误或 Bug ) ,不要删除本"
|
|
"地数据"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:694
|
|
msgid ""
|
|
"Specify the port that should be used by the API server. If not set, a "
|
|
"default will be used."
|
|
msgstr "请指定 API 服务应使用的端口。 如果未设置,将使用默认值。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:702
|
|
msgid "Enable note history"
|
|
msgstr "启用笔记历史"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:712
|
|
msgid "days"
|
|
msgstr "天"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:712
|
|
#, javascript-format
|
|
msgid "%d days"
|
|
msgstr "%d 天"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:714
|
|
msgid "Keep note history for"
|
|
msgstr "保留笔记历史记录"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:741
|
|
msgid "Notebook list growth factor"
|
|
msgstr "笔记本列表增长因数"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:743
|
|
#: ReactNativeClient/lib/models/Setting.js:756
|
|
#: ReactNativeClient/lib/models/Setting.js:769
|
|
msgid ""
|
|
"The factor property sets how the item will grow or shrink to fit the "
|
|
"available space in its container with respect to the other items. Thus an "
|
|
"item with a factor of 2 will take twice as much space as an item with a "
|
|
"factor of 1.Restart app to see changes."
|
|
msgstr ""
|
|
"因数属性决定了列表上的一项如何增长或缩小,以适应其容器中相对于其他项目的可用"
|
|
"空间。因此因数为 2 的的一项是因数为 1 的一项的占用空间的两倍。重启软件以查看"
|
|
"变化。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:754
|
|
msgid "Note list growth factor"
|
|
msgstr "笔记列表增长因数"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:767
|
|
msgid "Note area growth factor"
|
|
msgstr "笔记区域增长因数"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:919
|
|
#, javascript-format
|
|
msgid "Invalid option value: \"%s\". Possible values are: %s."
|
|
msgstr "无效的选项值: \"%s\" 。可用值有: %s。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1247
|
|
msgid "General"
|
|
msgstr "通用选项"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1248
|
|
msgid "Synchronisation"
|
|
msgstr "同步"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1249
|
|
msgid "Appearance"
|
|
msgstr "外观"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1250
|
|
msgid "Note"
|
|
msgstr "笔记"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1251
|
|
msgid "Plugins"
|
|
msgstr "插件"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1252
|
|
msgid "Application"
|
|
msgstr "应用程序"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1254
|
|
msgid "Encryption"
|
|
msgstr "加密"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1255
|
|
msgid "Web Clipper"
|
|
msgstr "网页剪辑"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1260
|
|
msgid ""
|
|
"These plugins enhance the Markdown renderer with additional features. Please "
|
|
"note that, while these features might be useful, they are not standard "
|
|
"Markdown and thus most of them will only work in Joplin. Additionally, some "
|
|
"of them are *incompatible* with the WYSIWYG editor. If you open a note that "
|
|
"uses one of these plugins in that editor, you will lose the plugin "
|
|
"formatting. It is indicated below which plugins are compatible or not with "
|
|
"the WYSIWYG editor."
|
|
msgstr ""
|
|
"这些插件为 Markdown 渲染器提供额外特性。 请注意,尽管这些额外特性可能是可用"
|
|
"的,但它们并非标准 Markdown 语法,因此这些功能基本只能在 Joplin 内运行。此"
|
|
"外,其中的一些功能与所见即所得 (WYSIWYG) 编辑器是*不兼容*的。如果您在上述编辑"
|
|
"器中打开使用了这些插件的笔记,就将会丢失插件格式。下面已表明插件与所见即所得 "
|
|
"(WYSIWYG) 编辑器兼容与否。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1261
|
|
#, javascript-format
|
|
msgid "Notes and settings are stored in: %s"
|
|
msgstr "笔记与设置文件储存在: %s"
|
|
|
|
#: ReactNativeClient/lib/models/Resource.js:317
|
|
msgid "Not downloaded"
|
|
msgstr "未下载"
|
|
|
|
#: ReactNativeClient/lib/models/Resource.js:318
|
|
msgid "Downloading"
|
|
msgstr "下载中"
|
|
|
|
#: ReactNativeClient/lib/models/Resource.js:319
|
|
msgid "Downloaded"
|
|
msgstr "已下载"
|
|
|
|
#: ReactNativeClient/lib/models/Resource.js:371
|
|
#, javascript-format
|
|
msgid "Attachment conflict: \"%s\""
|
|
msgstr "附件冲突: %s"
|
|
|
|
#: ReactNativeClient/lib/models/Resource.js:372
|
|
#, javascript-format
|
|
msgid ""
|
|
"There was a [conflict](%s) on the attachment below.\n"
|
|
"\n"
|
|
"%s"
|
|
msgstr ""
|
|
"以下附件存在一个[conflict](%s) \n"
|
|
"\n"
|
|
" %s"
|
|
|
|
#: ReactNativeClient/lib/models/Tag.js:384
|
|
msgid "Cannot move tag to this location."
|
|
msgstr "无法移动标签到该位置。"
|
|
|
|
#: ReactNativeClient/lib/models/Tag.js:429
|
|
msgid "Tag name cannot start or end with a `/`."
|
|
msgstr "标签名不能以'/'开始或者结束。"
|
|
|
|
#: ReactNativeClient/lib/models/Tag.js:431
|
|
msgid "Tag name cannot contain `//`."
|
|
msgstr "标签名不能包括符号'//'。"
|
|
|
|
#: ReactNativeClient/lib/models/Tag.js:482
|
|
#, javascript-format
|
|
msgid "The tag \"%s\" already exists. Please choose a different name."
|
|
msgstr "标签 \"%s\" 已存在。请选择一个不同的名称。"
|
|
|
|
#: ReactNativeClient/lib/models/Note.js:27
|
|
msgid "created date"
|
|
msgstr "创建日期"
|
|
|
|
#: ReactNativeClient/lib/models/Note.js:28
|
|
msgid "custom order"
|
|
msgstr "自定义顺序"
|
|
|
|
#: ReactNativeClient/lib/models/Note.js:92
|
|
msgid "This note does not have geolocation information."
|
|
msgstr "该笔记未含地理定位信息。"
|
|
|
|
#: ReactNativeClient/lib/models/Note.js:466
|
|
#, javascript-format
|
|
msgid "Cannot copy note to \"%s\" notebook"
|
|
msgstr "无法复制笔记到笔记本 \"%s\""
|
|
|
|
#: ReactNativeClient/lib/models/Note.js:477
|
|
#, javascript-format
|
|
msgid "Cannot move note to \"%s\" notebook"
|
|
msgstr "无法移动笔记到笔记本 \"%s\""
|
|
|
|
#: ReactNativeClient/lib/models/BaseItem.js:719
|
|
msgid "Encrypted"
|
|
msgstr "已加密"
|
|
|
|
#: ReactNativeClient/lib/models/BaseItem.js:779
|
|
msgid "Encrypted items cannot be modified"
|
|
msgstr "无法修改已加密的项目"
|
|
|
|
#: ReactNativeClient/lib/SyncTargetOneDriveDev.js:15
|
|
msgid "OneDrive Dev (For testing only)"
|
|
msgstr "OneDrive 开发版 (仅供测试)"
|
|
|
|
#: ReactNativeClient/lib/BaseApplication.js:139
|
|
#: ReactNativeClient/lib/BaseApplication.js:152
|
|
#: ReactNativeClient/lib/BaseApplication.js:183
|
|
#, javascript-format
|
|
msgid "Usage: %s"
|
|
msgstr "使用: %s"
|
|
|
|
#: ReactNativeClient/lib/BaseApplication.js:218
|
|
#, javascript-format
|
|
msgid "Unknown flag: %s"
|
|
msgstr "未知标记: %s"
|
|
|
|
#: ReactNativeClient/lib/SyncTargetOneDrive.js:25
|
|
msgid "OneDrive"
|
|
msgstr "OneDrive"
|
|
|
|
#: ReactNativeClient/lib/components/select-date-time-dialog.js:65
|
|
msgid "Clear alarm"
|
|
msgstr "清除提醒"
|
|
|
|
#: ReactNativeClient/lib/components/select-date-time-dialog.js:68
|
|
msgid "Save alarm"
|
|
msgstr "保存提醒"
|
|
|
|
#: ReactNativeClient/lib/components/select-date-time-dialog.js:86
|
|
msgid "Select date"
|
|
msgstr "选择日期"
|
|
|
|
#: ReactNativeClient/lib/components/select-date-time-dialog.js:88
|
|
msgid "Confirm"
|
|
msgstr "确认"
|
|
|
|
#: ReactNativeClient/lib/components/CameraView.js:180
|
|
msgid "Permission to use camera"
|
|
msgstr "使用摄像头的权限"
|
|
|
|
#: ReactNativeClient/lib/components/CameraView.js:181
|
|
msgid "Your permission to use your camera is required."
|
|
msgstr "您须要授予相机权限。"
|
|
|
|
#: ReactNativeClient/lib/components/screen-header.js:185
|
|
msgid "Delete these notes?"
|
|
msgstr "是否删除这些笔记?"
|
|
|
|
#: ReactNativeClient/lib/components/screen-header.js:392
|
|
msgid "Move to notebook..."
|
|
msgstr "移动到笔记本..."
|
|
|
|
#: ReactNativeClient/lib/components/screen-header.js:433
|
|
#, javascript-format
|
|
msgid "Move %d notes to notebook \"%s\"?"
|
|
msgstr "是否移动 %d 条笔记到笔记本 \"%s\" ?"
|
|
|
|
#: ReactNativeClient/lib/components/screen-header.js:451
|
|
msgid "Press to set the decryption password."
|
|
msgstr "按此设置解密密码。"
|
|
|
|
#: ReactNativeClient/lib/components/screen-header.js:452
|
|
msgid "Some items cannot be synchronised. Press for more info."
|
|
msgstr "某些项目无法同步。 点击以获取更多信息。"
|
|
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:126
|
|
#, javascript-format
|
|
msgid "Notebook: %s"
|
|
msgstr "笔记本: %s"
|
|
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:132
|
|
msgid "Encrypted notebooks cannot be renamed"
|
|
msgstr "无法重命名已加密的笔记本"
|
|
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:312
|
|
msgid "New Notebook"
|
|
msgstr "新笔记本"
|
|
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:316
|
|
#: ReactNativeClient/lib/components/screens/config.js:549
|
|
msgid "Configuration"
|
|
msgstr "配置"
|
|
|
|
#: ReactNativeClient/lib/components/note-list.js:97
|
|
msgid "You currently have no notebooks."
|
|
msgstr "您现在还没有笔记本。"
|
|
|
|
#: ReactNativeClient/lib/components/note-list.js:101
|
|
msgid "Create a notebook"
|
|
msgstr "新建笔记本"
|
|
|
|
#: ReactNativeClient/lib/components/note-list.js:105
|
|
msgid "There are currently no notes. Create one by clicking on the (+) button."
|
|
msgstr "当前没有任何笔记。点击 (+) 按钮创建。"
|
|
|
|
#: ReactNativeClient/lib/components/shared/config-shared.js:46
|
|
msgid "Checking... Please wait."
|
|
msgstr "正在检查... 请稍候。"
|
|
|
|
#: ReactNativeClient/lib/components/shared/config-shared.js:48
|
|
msgid "Success! Synchronisation configuration appears to be correct."
|
|
msgstr "成功!同步配置看起来没问题。"
|
|
|
|
#: ReactNativeClient/lib/components/shared/config-shared.js:50
|
|
msgid ""
|
|
"Error. Please check that URL, username, password, etc. are correct and that "
|
|
"the sync target is accessible. The reported error was:"
|
|
msgstr ""
|
|
"发生错误。请检查 URL 、用户名、密码等是否正确,同步目标是否可访问。报告的错误"
|
|
"如下:"
|
|
|
|
#: ReactNativeClient/lib/components/shared/dropbox-login-shared.js:39
|
|
msgid "The application has been authorised!"
|
|
msgstr "已成功授予本应用程序权限!"
|
|
|
|
#: ReactNativeClient/lib/components/shared/dropbox-login-shared.js:43
|
|
#, javascript-format
|
|
msgid ""
|
|
"Could not authorise application:\n"
|
|
"\n"
|
|
"%s\n"
|
|
"\n"
|
|
"Please try again."
|
|
msgstr ""
|
|
"无法授权本程序: \n"
|
|
"\n"
|
|
"%s\n"
|
|
"\n"
|
|
"请重试。"
|
|
|
|
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:31
|
|
msgid ""
|
|
"Please confirm that you would like to re-encrypt your complete database."
|
|
msgstr "请确认您要重新加密整个数据库。"
|
|
|
|
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:37
|
|
msgid "Your data is going to be re-encrypted and synced again."
|
|
msgstr "您的数据将被重新加密并再次同步。"
|
|
|
|
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:47
|
|
msgid ""
|
|
"Please enter your password in the master key list below before upgrading the "
|
|
"key."
|
|
msgstr "在升级密钥之前,请在下面的主密钥列表中输入您的密码。"
|
|
|
|
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:56
|
|
msgid "The master key has been upgraded successfully!"
|
|
msgstr "主密钥已成功升级!"
|
|
|
|
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:58
|
|
#, javascript-format
|
|
msgid "Could not upgrade master key: %s"
|
|
msgstr "无法升级主密钥: %s"
|
|
|
|
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:110
|
|
#, javascript-format
|
|
msgid "Decrypted items: %s / %s"
|
|
msgstr "解密项目: %s / %s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/folder.js:87
|
|
#, javascript-format
|
|
msgid "The notebook could not be saved: %s"
|
|
msgstr "该笔记本无法保存: %s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/folder.js:109
|
|
msgid "Edit notebook"
|
|
msgstr "编辑笔记本"
|
|
|
|
#: ReactNativeClient/lib/components/screens/folder.js:110
|
|
msgid "Enter notebook title"
|
|
msgstr "输入笔记本标题"
|
|
|
|
#: ReactNativeClient/lib/components/screens/onedrive-login.js:109
|
|
msgid "Login with OneDrive"
|
|
msgstr "通过 OneDrive 登录"
|
|
|
|
#: ReactNativeClient/lib/components/screens/onedrive-login.js:120
|
|
#: ReactNativeClient/lib/components/screens/log.js:109
|
|
#: ReactNativeClient/lib/components/screens/status.js:144
|
|
msgid "Refresh"
|
|
msgstr "刷新"
|
|
|
|
#: ReactNativeClient/lib/components/screens/NoteTagsDialog.js:163
|
|
msgid "New tags:"
|
|
msgstr "新建标签:"
|
|
|
|
#: ReactNativeClient/lib/components/screens/NoteTagsDialog.js:178
|
|
msgid "Type new tags or select from list"
|
|
msgstr "输入新的标签或从列表中选择"
|
|
|
|
#: ReactNativeClient/lib/components/screens/dropbox-login.js:55
|
|
msgid "Login with Dropbox"
|
|
msgstr "通过 Dropbox 登录"
|
|
|
|
#: ReactNativeClient/lib/components/screens/dropbox-login.js:66
|
|
msgid "Enter code here"
|
|
msgstr "在此输入代码"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:119
|
|
#, javascript-format
|
|
msgid "Master Key %s"
|
|
msgstr "主密钥 %s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:120
|
|
#: ReactNativeClient/lib/components/screens/note.js:773
|
|
#, javascript-format
|
|
msgid "Created: %s"
|
|
msgstr "创建于: %s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:122
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:151
|
|
msgid "Password:"
|
|
msgstr "密码:"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:137
|
|
msgid "Password cannot be empty"
|
|
msgstr "密码不可为空"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:139
|
|
msgid "Confirm password cannot be empty"
|
|
msgstr "确保密码不可为空"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:150
|
|
msgid ""
|
|
"Enabling encryption means *all* your notes and attachments are going to be "
|
|
"re-synchronised and sent encrypted to the sync target. Do not lose the "
|
|
"password as, for security purposes, this will be the *only* way to decrypt "
|
|
"the data! To enable encryption, please enter your password below."
|
|
msgstr ""
|
|
"启用加密会导致 *所有* 笔记与附件重新同步,并以加密数据的形式发送到同步目标。"
|
|
"请勿丢失该密码!为了安全目的,此密码是您解密数据的 *唯一方式* !若确认启动加"
|
|
"密,请在下方输入您的密码。"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:177
|
|
msgid "Enable"
|
|
msgstr "启用"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:248
|
|
msgid "Missing Master Keys"
|
|
msgstr "缺少主密码"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:249
|
|
msgid ""
|
|
"The master keys with these IDs are used to encrypt some of your items, "
|
|
"however the application does not currently have access to them. It is likely "
|
|
"they will eventually be downloaded via synchronisation."
|
|
msgstr ""
|
|
"具有这些 ID 的主密钥用于加密某些项,但应用程序目前无法访问它们。最终它们很可"
|
|
"能通过同步下载。"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:258
|
|
msgid "Disable encryption"
|
|
msgstr "禁用加密"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:258
|
|
msgid "Enable encryption"
|
|
msgstr "启用加密"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:264
|
|
#: ReactNativeClient/lib/components/screens/config.js:316
|
|
msgid "Encryption Config"
|
|
msgstr "加密配置"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:268
|
|
msgid ""
|
|
"For more information about End-To-End Encryption (E2EE) and advice on how to "
|
|
"enable it please check the documentation:"
|
|
msgstr ""
|
|
"若想了解有关端到端加密 (E2EE) 的更多信息,以及如何启用它的建议,请查阅文档:"
|
|
|
|
#: ReactNativeClient/lib/components/screens/log.js:100
|
|
#: ReactNativeClient/lib/components/screens/config.js:439
|
|
msgid "Log"
|
|
msgstr "日志"
|
|
|
|
#: ReactNativeClient/lib/components/screens/log.js:117
|
|
msgid "Show all"
|
|
msgstr "显示全部"
|
|
|
|
#: ReactNativeClient/lib/components/screens/log.js:117
|
|
msgid "Errors only"
|
|
msgstr "仅显示错误"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:50
|
|
msgid "Warning"
|
|
msgstr "警告"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:50
|
|
msgid ""
|
|
"In order to use file system synchronisation your permission to write to "
|
|
"external storage is required."
|
|
msgstr "要使用文件系统同步,您需要写入外部存储的权限。"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:436
|
|
msgid "Tools"
|
|
msgstr "工具"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:438
|
|
msgid "Sync Status"
|
|
msgstr "同步状态"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:441
|
|
msgid "Creating report..."
|
|
msgstr "新建报告..."
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:441
|
|
msgid "Export Debug Report"
|
|
msgstr "导出调试报告"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:443
|
|
msgid "Fixing search index..."
|
|
msgstr "正在修复搜索索引..."
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:443
|
|
msgid "Fix search index"
|
|
msgstr "修复搜索索引"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:443
|
|
msgid ""
|
|
"Use this to rebuild the search index if there is a problem with search. It "
|
|
"may take a long time depending on the number of notes."
|
|
msgstr ""
|
|
"如果搜索功能遇到问题,可以使用这个重建索引。花费的时间取决于笔记的数量。"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:446
|
|
msgid "Exporting profile..."
|
|
msgstr "正在导出配置文件..."
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:446
|
|
msgid "Export profile"
|
|
msgstr "导出配置文件"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:446
|
|
msgid "For debugging purpose only: export your profile to an external SD card."
|
|
msgstr "仅用于调试目的: 将您的配置文件导出到外部 SD 卡。"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:461
|
|
msgid "More information"
|
|
msgstr "更多信息"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:471
|
|
msgid ""
|
|
"To work correctly, the app needs the following permissions. Please enable "
|
|
"them in your phone settings, in Apps > Joplin > Permissions"
|
|
msgstr ""
|
|
"本应用程序需要下列权限才能正常运作。请在您的手机设置 (应用 > Joplin > 权限) "
|
|
"中启用它们"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:474
|
|
msgid ""
|
|
"- Storage: to allow attaching files to notes and to enable filesystem "
|
|
"synchronisation."
|
|
msgstr "- 存储: 允许将文件附加到笔记中并启用文件系统同步。"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:477
|
|
msgid "- Camera: to allow taking a picture and attaching it to a note."
|
|
msgstr "- 相机: 允许拍照并将照片添加到一条笔记中。"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:480
|
|
msgid "- Location: to allow attaching geo-location information to a note."
|
|
msgstr "- 定位: 允许将地理位置信息附加到一条笔记中。"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:509
|
|
msgid "Joplin website"
|
|
msgstr "Joplin 官网"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:537
|
|
#, javascript-format
|
|
msgid "Database v%s"
|
|
msgstr "数据库 v%s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:543
|
|
#, javascript-format
|
|
msgid "FTS enabled: %d"
|
|
msgstr "FTS 已开启: %d"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:97
|
|
msgid "This note has been modified:"
|
|
msgstr "该笔记已被修改:"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:97
|
|
msgid "Save changes"
|
|
msgstr "保存更改"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:97
|
|
msgid "Discard changes"
|
|
msgstr "放弃更改"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:161
|
|
#, javascript-format
|
|
msgid "No item with ID %s"
|
|
msgstr "没有 ID 为 %s 的项"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:180
|
|
msgid "This attachment is not downloaded or not decrypted yet."
|
|
msgstr "该附件没有下载或者尚未解密。"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:184
|
|
#, javascript-format
|
|
msgid "The Joplin mobile app does not currently support this type of link: %s"
|
|
msgstr "Joplin 手机应用目前不支持这种类型的链接: %s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:188
|
|
#, javascript-format
|
|
msgid "Links with protocol \"%s\" are not supported"
|
|
msgstr "不支持 \"%s\" 协议链接"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:618
|
|
#, javascript-format
|
|
msgid "Unsupported image type: %s"
|
|
msgstr "不支持的图片格式: %s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:774
|
|
#, javascript-format
|
|
msgid "Updated: %s"
|
|
msgstr "已更新: %s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:778
|
|
msgid "View on map"
|
|
msgstr "查看地图"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:785
|
|
msgid "Go to source URL"
|
|
msgstr "定位到源 URL"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:813
|
|
msgid "Attach..."
|
|
msgstr "附加..."
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:815
|
|
msgid "Choose an option"
|
|
msgstr "选择一个选项"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:815
|
|
msgid "Take photo"
|
|
msgstr "拍照"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:815
|
|
msgid "Attach photo"
|
|
msgstr "附加照片"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:815
|
|
msgid "Attach any file"
|
|
msgstr "附加任何文件"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:834
|
|
msgid "Share"
|
|
msgstr "分享"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:848
|
|
msgid "Convert to note"
|
|
msgstr "转换为笔记"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:848
|
|
msgid "Convert to todo"
|
|
msgstr "转换为待办事项"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:862
|
|
msgid "Properties"
|
|
msgstr "笔记属性"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:1042
|
|
#: ReactNativeClient/lib/components/screens/note.js:1100
|
|
msgid "Add body"
|
|
msgstr "添加内容"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:1150
|
|
msgid "Add title"
|
|
msgstr "添加标题"
|
|
|
|
#: ReactNativeClient/lib/components/screens/search.js:163
|
|
msgid "Search"
|
|
msgstr "搜索"
|
|
|
|
#: ReactNativeClient/lib/onedrive-api.js:342
|
|
msgid ""
|
|
"Cannot refresh token: authentication data is missing. Starting the "
|
|
"synchronisation again may fix the problem."
|
|
msgstr "无法刷新 Token 令牌: 缺少认证数据。重新同步可能会修正此错误。"
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:94
|
|
#, javascript-format
|
|
msgid "Created local items: %d."
|
|
msgstr "已新建本地项目: %d。"
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:95
|
|
#, javascript-format
|
|
msgid "Updated local items: %d."
|
|
msgstr "已更新本地项目: %d。"
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:96
|
|
#, javascript-format
|
|
msgid "Created remote items: %d."
|
|
msgstr "已新建远程项目: %d。"
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:97
|
|
#, javascript-format
|
|
msgid "Updated remote items: %d."
|
|
msgstr "已更新远程项目: %d。"
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:98
|
|
#, javascript-format
|
|
msgid "Deleted local items: %d."
|
|
msgstr "已删除本地项目: %d。"
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:99
|
|
#, javascript-format
|
|
msgid "Deleted remote items: %d."
|
|
msgstr "已删除远程项目: %d。"
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:100
|
|
#, javascript-format
|
|
msgid "Fetched items: %d/%d."
|
|
msgstr "已提取项目: %d/%d."
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:102
|
|
msgid "Cancelling..."
|
|
msgstr "正在取消..."
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:103
|
|
#, javascript-format
|
|
msgid "Completed: %s"
|
|
msgstr "已完成: %s"
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:104
|
|
#, javascript-format
|
|
msgid "Last error: %s"
|
|
msgstr "最后错误: %s"
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:204
|
|
msgid "Idle"
|
|
msgstr "空闲"
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:205
|
|
msgid "In progress"
|
|
msgstr "正在进行"
|
|
|
|
#: ReactNativeClient/lib/JoplinServerApi.js:71
|
|
#, javascript-format
|
|
msgid ""
|
|
"Could not connect to the Joplin Nextcloud app. Please check the "
|
|
"configuration in the Synchronisation config screen. Full error was:\n"
|
|
"\n"
|
|
"%s"
|
|
msgstr ""
|
|
"无法连接到 Joplin Nextcloud 应用。 请在 \"同步配置\" 中检查配置。 完整的错误"
|
|
"信息是: \n"
|
|
"\n"
|
|
"%s"
|
|
|
|
#: ReactNativeClient/lib/SyncTargetNextcloud.js:26
|
|
msgid "Nextcloud"
|
|
msgstr "Nextcloud"
|
|
|
|
#: ReactNativeClient/lib/SyncTargetWebDAV.js:23
|
|
msgid "WebDAV"
|
|
msgstr "WebDAV"
|
|
|
|
#: ReactNativeClient/lib/SyncTargetFilesystem.js:18
|
|
msgid "File system"
|
|
msgstr "文件系统"
|
|
|
|
#: ReactNativeClient/lib/commands/historyForward.js:16
|
|
msgid "Forward"
|
|
msgstr "前进"
|
|
|
|
#: ReactNativeClient/lib/commands/synchronize.js:17
|
|
msgid "Synchronize"
|
|
msgstr "同步"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService_Exporter_Jex.js:29
|
|
msgid "There is no data to export."
|
|
msgstr "没有可导出的数据。"
|
|
|
|
#: ReactNativeClient/lib/services/RevisionService.js:215
|
|
msgid "Restored Notes"
|
|
msgstr "已恢复的笔记"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService_Importer_Md.js:29
|
|
msgid "Please specify the notebook where the notes should be imported to."
|
|
msgstr "请指定导入笔记的目标笔记本。"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:121
|
|
msgid "Items that cannot be synchronised"
|
|
msgstr "无法同步项目"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:123
|
|
msgid ""
|
|
"These items will remain on the device but will not be uploaded to the sync "
|
|
"target. In order to find these items, either search for the title or the ID "
|
|
"(which is displayed in brackets above)."
|
|
msgstr ""
|
|
"这些项目将只保存在本设备上,不会上传到同步目标。若需查找这些项目,请搜索标题"
|
|
"或 ID (显示在上方括号中) 。"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:130
|
|
#, javascript-format
|
|
msgid "%s (%s) could not be uploaded: %s"
|
|
msgstr "%s (%s) 无法上传到: %s"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:132
|
|
#, javascript-format
|
|
msgid "Item \"%s\" could not be downloaded: %s"
|
|
msgstr "项目 \"%s\" 无法从 %s 中下载"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:142
|
|
msgid "Items that cannot be decrypted"
|
|
msgstr "无法解密的项目"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:144
|
|
msgid ""
|
|
"Joplin failed to decrypt these items multiple times, possibly because they "
|
|
"are corrupted or too large. These items will remain on the device but Joplin "
|
|
"will no longer attempt to decrypt them."
|
|
msgstr ""
|
|
"Joplin 多次解密这些项目均已失败,可能是它们太大或已经损坏导致的。这些项目会保"
|
|
"留在设备上,但 Joplin 不会再尝试对它们进行解密。"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:182
|
|
msgid "Attachments"
|
|
msgstr "附加文件"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:190
|
|
msgid "Downloaded and decrypted"
|
|
msgstr "下载并解密"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:190
|
|
#: ReactNativeClient/lib/services/report.js:191
|
|
#: ReactNativeClient/lib/services/report.js:194
|
|
#, javascript-format
|
|
msgid "%s: %d"
|
|
msgstr "%s: %d"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:191
|
|
msgid "Downloaded and encrypted"
|
|
msgstr "下载并加密"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:204
|
|
msgid "Attachments that could not be downloaded"
|
|
msgstr "无法下载的附件"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:209
|
|
#, javascript-format
|
|
msgid "%s (%s): %s"
|
|
msgstr "%s (%s): %s"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:222
|
|
msgid "Sync status (synced items / total items)"
|
|
msgstr "同步状态 (已同步项目/项目总数)"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:226
|
|
#, javascript-format
|
|
msgid "%s: %d/%d"
|
|
msgstr "%s: %d/%d 条"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:229
|
|
#, javascript-format
|
|
msgid "Total: %d/%d"
|
|
msgstr "总数: %d/%d 条"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:231
|
|
#, javascript-format
|
|
msgid "Conflicted: %d"
|
|
msgstr "有冲突: %d 条"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:232
|
|
#, javascript-format
|
|
msgid "To delete: %d"
|
|
msgstr "将删除: %d 条"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:236
|
|
msgid "Folders"
|
|
msgstr "文件夹"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:244
|
|
#, javascript-format
|
|
msgid "%s: %d notes"
|
|
msgstr "%s: %d 条笔记"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:252
|
|
msgid "Coming alarms"
|
|
msgstr "临近提醒"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:257
|
|
#, javascript-format
|
|
msgid "On %s: %s"
|
|
msgstr "%s: %s"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:29
|
|
#: ReactNativeClient/lib/services/InteropService.js:68
|
|
msgid "Joplin Export File"
|
|
msgstr "Joplin 导出文件"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:36
|
|
#: ReactNativeClient/lib/services/InteropService.js:83
|
|
msgid "Markdown"
|
|
msgstr "Markdown"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:41
|
|
#: ReactNativeClient/lib/services/InteropService.js:73
|
|
msgid "Joplin Export Directory"
|
|
msgstr "Joplin 导出目录"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:47
|
|
msgid "Evernote Export File (as Markdown)"
|
|
msgstr "Evernote 导出文件 (Markdown)"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:55
|
|
msgid "Evernote Export File (as HTML)"
|
|
msgstr "Evernote 导出文件 (HTML)"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:78
|
|
msgid "Json Export Directory"
|
|
msgstr "Json 导出目录"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:90
|
|
msgid "HTML File"
|
|
msgstr "HTML 文件"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:95
|
|
msgid "HTML Directory"
|
|
msgstr "HTML 文件目录"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:128
|
|
msgid "File"
|
|
msgstr "文件"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:128
|
|
msgid "Directory"
|
|
msgstr "文件目录"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:174
|
|
#, javascript-format
|
|
msgid "Cannot load \"%s\" module for format \"%s\" and output \"%s\""
|
|
msgstr "无法加载\"%s\"模块以读取\"%s\"格式并输出\"%s\""
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:232
|
|
#, javascript-format
|
|
msgid "Please specify import format for %s"
|
|
msgstr "请指定 %s 的导入格式"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:361
|
|
#, javascript-format
|
|
msgid ""
|
|
"This item is currently encrypted: %s \"%s\". Please wait for all items to be "
|
|
"decrypted and try again."
|
|
msgstr "该项目当前已加密: %s \"%s\" 。请等待所有项目解密后再重试。"
|
|
|
|
#~ msgid "Add or remove tags"
|
|
#~ msgstr "添加或删除标签"
|
|
|
|
#~ msgid "Link"
|
|
#~ msgstr "链接"
|
|
|
|
#~ msgid "Content properties"
|
|
#~ msgstr "内容属性"
|
|
|
|
#, fuzzy
|
|
#~ msgid "Split"
|
|
#~ msgstr "拆分视图"
|
|
|
|
#~ msgid "Information"
|
|
#~ msgstr "说明"
|
|
|
|
#~ msgid "Resources"
|
|
#~ msgstr "资源"
|
|
|
|
#~ msgid ""
|
|
#~ "Disabling encryption means *all* your notes and attachments are going to "
|
|
#~ "be re-synchronised and sent unencrypted to the sync target. Do you wish "
|
|
#~ "to continue?"
|
|
#~ msgstr ""
|
|
#~ "禁用加密会导致 *所有笔记与附件* 重新同步,并以非加密的数据形式发送到同步目"
|
|
#~ "标。确定继续吗?"
|
|
|
|
#~ msgid "Master Keys"
|
|
#~ msgstr "主密码"
|
|
|
|
#~ msgid "Active"
|
|
#~ msgstr "正在使用"
|
|
|
|
#~ msgid "Source"
|
|
#~ msgstr "来源"
|
|
|
|
#~ msgid "Password"
|
|
#~ msgstr "密码"
|
|
|
|
#~ msgid "Password OK"
|
|
#~ msgstr "密码可用"
|
|
|
|
#~ msgid ""
|
|
#~ "Note: Only one master key is going to be used for encryption (the one "
|
|
#~ "marked as \"active\"). Any of the keys might be used for decryption, "
|
|
#~ "depending on how the notes or notebooks were originally encrypted."
|
|
#~ msgstr ""
|
|
#~ "注意:仅有一个主密码会用于加密(被标记为 \"正在使用\" 的主密码)。但列出的"
|
|
#~ "所有密码都可用于解密,这取决于笔记或笔记本最初是如何加密的。"
|
|
|
|
#, fuzzy
|
|
#~ msgid "marked text"
|
|
#~ msgstr "强调文本"
|
|
|
|
#~ msgid "Global zoom percentage"
|
|
#~ msgstr "全局缩放比例"
|
|
|
|
#~ msgid "All potential ports are in use - please report the issue at %s"
|
|
#~ msgstr "所有默认端口都已经被使用中-请在%s反馈这个问题"
|
|
|
|
#~ msgid "Synchronisation is already in progress. State: %s"
|
|
#~ msgstr "已经在同步。状态:%s"
|
|
|
|
#~ msgid "Confirm master password:"
|
|
#~ msgstr "确认主密码:"
|
|
|
|
#~ msgid "Confirm password"
|
|
#~ msgstr "确认密码:"
|
|
|
|
#~ msgid "Missing required argument: note"
|
|
#~ msgstr "缺少必要参数:笔记"
|
|
|
|
#~ msgid "Starting to edit note. Close the editor to get back to the prompt."
|
|
#~ msgstr "开始编辑笔记。关闭编辑器将回到提示符。"
|
|
|
|
#~ msgid "Note has been saved."
|
|
#~ msgstr "笔记已被保存。"
|
|
|
|
#~ msgid "Synchronisation status"
|
|
#~ msgstr "同步状态"
|
|
|
|
#~ msgid "General Options"
|
|
#~ msgstr "通用选项"
|
|
|
|
#~ msgid "Encryption options"
|
|
#~ msgstr "加密选项"
|
|
|
|
#~ msgid "Encryption Options"
|
|
#~ msgstr "加密选项"
|
|
|
|
#~ msgid "Clipper Options"
|
|
#~ msgstr "网页剪辑选项"
|
|
|
|
#~ msgid ""
|
|
#~ "Unknown item type downloaded - please upgrade Joplin to the latest version"
|
|
#~ msgstr "已下载项目为未知类型,请将 Joplin 升级至最新版本"
|
|
|
|
#~ msgid "Permission to write to external storage"
|
|
#~ msgstr "写入外部存储的权限"
|
|
|
|
#~ msgid "Cancel synchronisation"
|
|
#~ msgstr "取消同步"
|
|
|
|
#~ msgid "Hide metadata"
|
|
#~ msgstr "隐藏元数据"
|
|
|
|
#~ msgid "Show metadata"
|
|
#~ msgstr "显示元数据"
|
|
|
|
#~ msgid "Delete notebook"
|
|
#~ msgstr "删除笔记本"
|
|
|
|
#~ msgid ""
|
|
#~ "Click on the (+) button to create a new note or notebook. Click on the "
|
|
#~ "side menu to access your existing notebooks."
|
|
#~ msgstr "单击 (+) 按钮新建笔记或笔记本。单击切换侧边栏来访问现有的笔记本。"
|
|
|
|
#~ msgid ""
|
|
#~ "You currently have no notebook. Create one by clicking on (+) button."
|
|
#~ msgstr "您目前未有笔记本。点击 (+) 按钮创建。"
|
|
|
|
#~ msgid "Welcome"
|
|
#~ msgstr "欢迎"
|
|
|
|
#~ msgid "Separate each tag by a comma."
|
|
#~ msgstr "用半角逗号 \",\" 分开每个标签。"
|
|
|
|
#~ msgid "Table of contents"
|
|
#~ msgstr "目录"
|
|
|
|
#~ msgid ""
|
|
#~ "The path to synchronise with when file system synchronisation is enabled. "
|
|
#~ "See `sync.target`."
|
|
#~ msgstr "启用文件系统同步的路径。见 `sync.target`。"
|
|
|
|
#~ msgid "State: %s."
|
|
#~ msgstr "状态:%s。"
|
|
|
|
#~ msgid "A notebook with this title already exists: \"%s\""
|
|
#~ msgstr "该命名的笔记本已存在于:\"%s\""
|
|
|
|
#~ msgid "Searches"
|
|
#~ msgstr "搜索历史"
|