diff --git a/.github/actions/report-size/action.yml b/.github/actions/report-size/action.yml
index e6bc477ca..4be4fac5a 100644
--- a/.github/actions/report-size/action.yml
+++ b/.github/actions/report-size/action.yml
@@ -44,7 +44,7 @@ runs:
steps:
# Checkout branch to compare to [required]
- name: Checkout base branch
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
ref: ${{ inputs.branch }}
path: br-base
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 3a241d807..876273d64 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -57,7 +57,7 @@ jobs:
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
# Add any setup steps before running the `github/codeql-action/init` action.
# This includes steps like installing compilers or runtimes (`actions/setup-node`
diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index e9d3964c6..443f2aa35 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
fetch-depth: 0 # needed for https://github.com/marketplace/actions/nx-set-shas
@@ -48,7 +48,7 @@ jobs:
- check-affected
steps:
- name: Checkout the repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
- name: Set up node & dependencies
@@ -68,7 +68,7 @@ jobs:
- test_dev
- check-affected
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install --frozen-lockfile
@@ -103,7 +103,7 @@ jobs:
- dockerfile: Dockerfile
steps:
- name: Checkout the repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
- name: Install dependencies
diff --git a/.github/workflows/main-docker.yml b/.github/workflows/main-docker.yml
index ca84dd20b..c4c6ed551 100644
--- a/.github/workflows/main-docker.yml
+++ b/.github/workflows/main-docker.yml
@@ -32,7 +32,7 @@ jobs:
- dockerfile: Dockerfile
steps:
- name: Checkout the repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Set IMAGE_NAME to lowercase
run: echo "IMAGE_NAME=${IMAGE_NAME,,}" >> $GITHUB_ENV
@@ -141,7 +141,7 @@ jobs:
run: echo "TEST_TAG=${TEST_TAG,,}" >> $GITHUB_ENV
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
- name: Set up node & dependencies
uses: actions/setup-node@v4
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 990c8dfb9..cfed9c4fe 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -27,6 +27,7 @@ permissions:
jobs:
nightly-electron:
+ if: github.repository == 'TriliumNext/Trilium'
name: Deploy nightly
strategy:
fail-fast: false
@@ -47,7 +48,7 @@ jobs:
forge_platform: win32
runs-on: ${{ matrix.os.image }}
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
- name: Set up node & dependencies
uses: actions/setup-node@v4
@@ -96,6 +97,7 @@ jobs:
path: apps/desktop/upload
nightly-server:
+ if: github.repository == 'TriliumNext/Trilium'
name: Deploy server nightly
strategy:
fail-fast: false
@@ -108,7 +110,7 @@ jobs:
runs-on: ubuntu-24.04-arm
runs-on: ${{ matrix.runs-on }}
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Run the build
uses: ./.github/actions/build-server
diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml
index 3749f1efd..25086af64 100644
--- a/.github/workflows/playwright.yml
+++ b/.github/workflows/playwright.yml
@@ -14,7 +14,7 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
with:
filter: tree:0
fetch-depth: 0
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1d84519ea..041e7a437 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
forge_platform: win32
runs-on: ${{ matrix.os.image }}
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
- name: Set up node & dependencies
uses: actions/setup-node@v4
@@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-24.04-arm
runs-on: ${{ matrix.runs-on }}
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Run the build
uses: ./.github/actions/build-server
@@ -101,7 +101,7 @@ jobs:
steps:
- run: mkdir upload
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
with:
sparse-checkout: |
docs/Release Notes
diff --git a/.vscode/i18n-ally-custom-framework.yml b/.vscode/i18n-ally-custom-framework.yml
index 32ec786aa..43c0ddff5 100644
--- a/.vscode/i18n-ally-custom-framework.yml
+++ b/.vscode/i18n-ally-custom-framework.yml
@@ -3,6 +3,7 @@
languageIds:
- javascript
- typescript
+ - typescriptreact
- html
# An array of RegExes to find the key usage. **The key should be captured in the first match group**.
@@ -25,9 +26,10 @@ scopeRangeRegex: "useTranslation\\(\\s*\\[?\\s*['\"`](.*?)['\"`]"
# The "$1" will be replaced by the keypath specified.
refactorTemplates:
- t("$1")
+ - {t("$1")}
- ${t("$1")}
- <%= t("$1") %>
# If set to true, only enables this custom framework (will disable all built-in frameworks)
-monopoly: true
\ No newline at end of file
+monopoly: true
diff --git a/README.md b/README.md
index 2769e642b..0b66ccb87 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ Feel free to join our official conversations. We would love to hear what feature
### Windows / MacOS
-Download the binary release for your platform from the [latest release page](https://github.com/TriliumNext/Notes/releases/latest), unzip the package and run the `trilium` executable.
+Download the binary release for your platform from the [latest release page](https://github.com/TriliumNext/Trilium/releases/latest), unzip the package and run the `trilium` executable.
### Linux
@@ -90,7 +90,7 @@ If your distribution is listed in the table below, use your distribution's packa
[](https://repology.org/project/triliumnext/versions)
-You may also download the binary release for your platform from the [latest release page](https://github.com/TriliumNext/Notes/releases/latest), unzip the package and run the `trilium` executable.
+You may also download the binary release for your platform from the [latest release page](https://github.com/TriliumNext/Trilium/releases/latest), unzip the package and run the `trilium` executable.
TriliumNext is also provided as a Flatpak, but not yet published on FlatHub.
diff --git a/_regroup/package.json b/_regroup/package.json
index a98cd5bbd..855c7cb50 100644
--- a/_regroup/package.json
+++ b/_regroup/package.json
@@ -49,8 +49,8 @@
"rcedit": "4.0.1",
"rimraf": "6.0.1",
"tslib": "2.8.1",
- "typedoc": "0.28.9",
- "typedoc-plugin-missing-exports": "4.0.0"
+ "typedoc": "0.28.10",
+ "typedoc-plugin-missing-exports": "4.1.0"
},
"optionalDependencies": {
"appdmg": "0.6.6"
diff --git a/apps/client/package.json b/apps/client/package.json
index e37d60765..6bb1bcae3 100644
--- a/apps/client/package.json
+++ b/apps/client/package.json
@@ -12,12 +12,12 @@
"dependencies": {
"@eslint/js": "9.33.0",
"@excalidraw/excalidraw": "0.18.0",
- "@fullcalendar/core": "6.1.18",
- "@fullcalendar/daygrid": "6.1.18",
- "@fullcalendar/interaction": "6.1.18",
- "@fullcalendar/list": "6.1.18",
- "@fullcalendar/multimonth": "6.1.18",
- "@fullcalendar/timegrid": "6.1.18",
+ "@fullcalendar/core": "6.1.19",
+ "@fullcalendar/daygrid": "6.1.19",
+ "@fullcalendar/interaction": "6.1.19",
+ "@fullcalendar/list": "6.1.19",
+ "@fullcalendar/multimonth": "6.1.19",
+ "@fullcalendar/timegrid": "6.1.19",
"@maplibre/maplibre-gl-leaflet": "0.1.3",
"@mermaid-js/layout-elk": "0.1.8",
"@mind-elixir/node-menu": "5.0.0",
@@ -36,7 +36,7 @@
"draggabilly": "3.0.0",
"force-graph": "1.50.1",
"globals": "16.3.0",
- "i18next": "25.3.2",
+ "i18next": "25.3.4",
"i18next-http-backend": "3.0.2",
"jquery": "3.7.1",
"jquery.fancytree": "2.38.5",
@@ -65,8 +65,8 @@
"@types/leaflet": "1.9.20",
"@types/leaflet-gpx": "1.3.7",
"@types/mark.js": "8.11.12",
- "@types/tabulator-tables": "6.2.9",
- "copy-webpack-plugin": "13.0.0",
+ "@types/tabulator-tables": "6.2.10",
+ "copy-webpack-plugin": "13.0.1",
"happy-dom": "18.0.1",
"script-loader": "0.7.2",
"vite-plugin-static-copy": "3.1.1"
diff --git a/apps/client/src/components/app_context.ts b/apps/client/src/components/app_context.ts
index aef00f032..4c750a544 100644
--- a/apps/client/src/components/app_context.ts
+++ b/apps/client/src/components/app_context.ts
@@ -30,6 +30,7 @@ import type CodeMirror from "@triliumnext/codemirror";
import { StartupChecks } from "./startup_checks.js";
import type { CreateNoteOpts } from "../services/note_create.js";
import { ColumnComponent } from "tabulator-tables";
+import { ChooseNoteTypeCallback } from "../widgets/dialogs/note_type_chooser.jsx";
interface Layout {
getRootWidget: (appContext: AppContext) => RootWidget;
@@ -92,7 +93,9 @@ export type CommandMappings = {
closeTocCommand: CommandData;
closeHlt: CommandData;
showLaunchBarSubtree: CommandData;
- showRevisions: CommandData;
+ showRevisions: CommandData & {
+ noteId?: string | null;
+ };
showLlmChat: CommandData;
createAiChat: CommandData;
showOptions: CommandData & {
@@ -368,6 +371,9 @@ export type CommandMappings = {
};
refreshTouchBar: CommandData;
reloadTextEditor: CommandData;
+ chooseNoteType: CommandData & {
+ callback: ChooseNoteTypeCallback
+ }
};
type EventMappings = {
diff --git a/apps/client/src/layouts/layout_commons.ts b/apps/client/src/layouts/layout_commons.ts
index c2802c963..5ee261317 100644
--- a/apps/client/src/layouts/layout_commons.ts
+++ b/apps/client/src/layouts/layout_commons.ts
@@ -30,6 +30,7 @@ import ClassicEditorToolbar from "../widgets/ribbon_widgets/classic_editor_toolb
import PromotedAttributesWidget from "../widgets/ribbon_widgets/promoted_attributes.js";
import NoteDetailWidget from "../widgets/note_detail.js";
import NoteListWidget from "../widgets/note_list.js";
+import { CallToActionDialog } from "../widgets/dialogs/call_to_action.jsx";
export function applyModals(rootContainer: RootContainer) {
rootContainer
@@ -66,4 +67,5 @@ export function applyModals(rootContainer: RootContainer) {
.child(new PromotedAttributesWidget())
.child(new NoteDetailWidget())
.child(new NoteListWidget(true)))
+ .child(new CallToActionDialog());
}
diff --git a/apps/client/src/services/note_autocomplete.ts b/apps/client/src/services/note_autocomplete.ts
index f6ada1967..1138b191e 100644
--- a/apps/client/src/services/note_autocomplete.ts
+++ b/apps/client/src/services/note_autocomplete.ts
@@ -38,8 +38,8 @@ export interface Suggestion {
commandShortcut?: string;
}
-interface Options {
- container?: HTMLElement;
+export interface Options {
+ container?: HTMLElement | null;
fastSearch?: boolean;
allowCreatingNotes?: boolean;
allowJumpToSearchNotes?: boolean;
@@ -82,12 +82,12 @@ async function autocompleteSource(term: string, cb: (rows: Suggestion[]) => void
// Check if we're in command mode
if (options.isCommandPalette && term.startsWith(">")) {
const commandQuery = term.substring(1).trim();
-
+
// Get commands (all if no query, filtered if query provided)
- const commands = commandQuery.length === 0
+ const commands = commandQuery.length === 0
? commandRegistry.getAllCommands()
: commandRegistry.searchCommands(commandQuery);
-
+
// Convert commands to suggestions
const commandSuggestions: Suggestion[] = commands.map(cmd => ({
action: "command",
@@ -99,7 +99,7 @@ async function autocompleteSource(term: string, cb: (rows: Suggestion[]) => void
commandShortcut: cmd.shortcut,
icon: cmd.icon
}));
-
+
cb(commandSuggestions);
return;
}
@@ -452,6 +452,21 @@ function init() {
};
}
+/**
+ * Convenience function which triggers the display of recent notes in the autocomplete input and focuses it.
+ *
+ * @param inputElement - The input element to trigger recent notes on.
+ */
+export function triggerRecentNotes(inputElement: HTMLInputElement | null | undefined) {
+ if (!inputElement) {
+ return;
+ }
+
+ const $el = $(inputElement);
+ showRecentNotes($el);
+ $el.trigger("focus").trigger("select");
+}
+
export default {
autocompleteSourceForCKEditor,
initNoteAutocomplete,
diff --git a/apps/client/src/services/note_create.ts b/apps/client/src/services/note_create.ts
index 3fb597930..00ae717d2 100644
--- a/apps/client/src/services/note_create.ts
+++ b/apps/client/src/services/note_create.ts
@@ -109,8 +109,6 @@ async function createNote(parentNotePath: string | undefined, options: CreateNot
async function chooseNoteType() {
return new Promise 如果选中此选项,Trilium将尝试通过缩放和优化来缩小导入的图像,这可能会影响图像的感知质量。如果未选中,图像将不做修改地导入。 这不适用于带有元数据的##, ###, #### 等,后跟空格,自动转换为标题",
- "bulletList": "* 或 - 后跟空格,自动转换为项目符号列表",
- "numberedList": "1. or 1) 后跟空格,自动转换为编号列表",
- "blockQuote": "一行以 > 开头并后跟空格,自动转换为块引用",
- "troubleshooting": "故障排除",
- "reloadFrontend": "重载 Trilium 前端",
- "showDevTools": "显示开发者工具",
- "showSQLConsole": "显示 SQL 控制台",
- "other": "其他",
- "quickSearch": "定位到快速搜索框",
- "inPageSearch": "页面内搜索",
- "newTabWithActivationNoteLink": "Ctrl+Shift+click - (或 Shift+middle mouse click) 在笔记链接打开并激活笔记在一个新的选项卡"
- },
- "import": {
- "importIntoNote": "导入到笔记",
- "close": "关闭",
- "chooseImportFile": "选择导入文件",
- "importDescription": "所选文件的内容将作为子笔记导入到",
- "options": "选项",
- "safeImportTooltip": "Trilium .zip 导出文件可能包含可能有害的可执行脚本。安全导入将停用所有导入脚本的自动执行。仅当您完全信任导入的可执行脚本的内容时,才取消选中“安全导入”。",
- "safeImport": "安全导入",
- "explodeArchivesTooltip": "如果选中此项,则Trilium将读取.zip、.enex和.opml文件,并从这些归档文件内部的文件创建笔记。如果未选中,则Trilium会将这些归档文件本身附加到笔记中。",
- "explodeArchives": "读取.zip、.enex和.opml归档文件的内容。",
- "shrinkImagesTooltip": ".zip导入,因为这些文件已被假定为已优化。.json)导入为代码笔记",
- "replaceUnderscoresWithSpaces": "在导入的笔记名称中将下划线替换为空格",
- "import": "导入",
- "failed": "导入失败: {{message}}.",
- "html_import_tags": {
- "title": "HTML 导入标签",
- "description": "配置在导入笔记时应保留的 HTML 标签。不在此列表中的标签将在导入过程中被移除。一些标签(例如 'script')为了安全性会始终被移除。",
- "placeholder": "输入 HTML 标签,每行一个",
- "reset_button": "重置为默认列表"
- },
- "import-status": "导入状态",
- "in-progress": "导入进行中:{{progress}}",
- "successful": "导入成功完成。"
- },
- "include_note": {
- "dialog_title": "包含笔记",
- "close": "关闭",
- "label_note": "笔记",
- "placeholder_search": "按名称搜索笔记",
- "box_size_prompt": "包含笔记的框大小:",
- "box_size_small": "小型 (显示大约10行)",
- "box_size_medium": "中型 (显示大约30行)",
- "box_size_full": "完整显示(完整文本框)",
- "button_include": "包含笔记 回车"
- },
- "info": {
- "modalTitle": "信息消息",
- "closeButton": "关闭",
- "okButton": "确定"
- },
- "jump_to_note": {
- "close": "关闭",
- "search_button": "全文搜索 Ctrl+回车",
- "search_placeholder": "按名称或类型搜索笔记 > 查看命令..."
- },
- "markdown_import": {
- "dialog_title": "Markdown 导入",
- "close": "关闭",
- "modal_body_text": "由于浏览器沙箱的限制,无法直接从 JavaScript 读取剪贴板内容。请将要导入的 Markdown 文本粘贴到下面的文本框中,然后点击导入按钮",
- "import_button": "导入 Ctrl+回车",
- "import_success": "Markdown 内容已成功导入文档。"
- },
- "move_to": {
- "dialog_title": "移动笔记到...",
- "close": "关闭",
- "notes_to_move": "需要移动的笔记",
- "target_parent_note": "目标父笔记",
- "search_placeholder": "通过名称搜索笔记",
- "move_button": "移动到选定的笔记 回车",
- "error_no_path": "没有可以移动到的路径。",
- "move_success_message": "所选笔记已移动到"
- },
- "note_type_chooser": {
- "modal_title": "选择笔记类型",
- "close": "关闭",
- "modal_body": "选择新笔记的类型或模板:",
- "templates": "模板:",
- "change_path_prompt": "更改创建新笔记的位置:",
- "search_placeholder": "按名称搜索路径(默认为空)"
- },
- "password_not_set": {
- "title": "密码未设置",
- "close": "关闭",
- "body1": "受保护的笔记使用用户密码加密,但密码尚未设置。",
- "body2": "点击这里打开选项对话框并设置您的密码。"
- },
- "prompt": {
- "title": "提示",
- "close": "关闭",
- "ok": "确定 回车",
- "defaultTitle": "提示"
- },
- "protected_session_password": {
- "modal_title": "保护会话",
- "help_title": "关于保护笔记的帮助",
- "close_label": "关闭",
- "form_label": "输入密码进入保护会话以继续:",
- "start_button": "开始保护会话 回车"
- },
- "recent_changes": {
- "title": "最近修改",
- "erase_notes_button": "立即清理已删除的笔记",
- "close": "关闭",
- "deleted_notes_message": "已删除的笔记已清理。",
- "no_changes_message": "暂无修改...",
- "undelete_link": "恢复删除",
- "confirm_undelete": "您确定要恢复此笔记及其子笔记吗?"
- },
- "revisions": {
- "note_revisions": "笔记历史版本",
- "delete_all_revisions": "删除此笔记的所有修订版本",
- "delete_all_button": "删除所有修订版本",
- "help_title": "关于笔记修订版本的帮助",
- "close": "关闭",
- "revision_last_edited": "此修订版本上次编辑于 {{date}}",
- "confirm_delete_all": "您是否要删除此笔记的所有修订版本?",
- "no_revisions": "此笔记暂无修订版本...",
- "restore_button": "恢复",
- "confirm_restore": "您是否要恢复此修订版本?这将使用此修订版本覆盖笔记的当前标题和内容。",
- "delete_button": "删除",
- "confirm_delete": "您是否要删除此修订版本?",
- "revisions_deleted": "笔记修订版本已删除。",
- "revision_restored": "笔记修订版本已恢复。",
- "revision_deleted": "笔记修订版本已删除。",
- "snapshot_interval": "笔记快照保存间隔: {{seconds}}秒。",
- "maximum_revisions": "当前笔记的最大历史数量: {{number}}。",
- "settings": "笔记修订设置",
- "download_button": "下载",
- "mime": "MIME 类型:",
- "file_size": "文件大小:",
- "preview": "预览:",
- "preview_not_available": "无法预览此类型的笔记。"
- },
- "sort_child_notes": {
- "sort_children_by": "按...排序子笔记",
- "close": "关闭",
- "sorting_criteria": "排序条件",
- "title": "标题",
- "date_created": "创建日期",
- "date_modified": "修改日期",
- "sorting_direction": "排序方向",
- "ascending": "升序",
- "descending": "降序",
- "folders": "文件夹",
- "sort_folders_at_top": "将文件夹置顶排序",
- "natural_sort": "自然排序",
- "sort_with_respect_to_different_character_sorting": "根据不同语言或地区的字符排序和排序规则排序。",
- "natural_sort_language": "自然排序语言",
- "the_language_code_for_natural_sort": "自然排序的语言代码,例如中文的 \"zh-CN\"。",
- "sort": "排序 Enter"
- },
- "upload_attachments": {
- "upload_attachments_to_note": "上传附件到笔记",
- "close": "关闭",
- "choose_files": "选择文件",
- "files_will_be_uploaded": "文件将作为附件上传到",
- "options": "选项",
- "shrink_images": "缩小图片",
- "upload": "上传",
- "tooltip": "如果您勾选此选项,Trilium 将尝试通过缩放和优化来缩小上传的图像,这可能会影响感知的图像质量。如果未选中,则将以不进行修改的方式上传图像。"
- },
- "attribute_detail": {
- "attr_detail_title": "属性详情标题",
- "close_button_title": "取消修改并关闭",
- "attr_is_owned_by": "属性所有者",
- "attr_name_title": "属性名称只能由字母数字字符、冒号和下划线组成",
- "name": "名称",
- "value": "值",
- "target_note_title": "关系是源笔记和目标笔记之间的命名连接。",
- "target_note": "目标笔记",
- "promoted_title": "升级属性在笔记上突出显示。",
- "promoted": "升级",
- "promoted_alias_title": "在升级属性界面中显示的名称。",
- "promoted_alias": "别名",
- "multiplicity_title": "多重性定义了可以创建的含有相同名称的属性的数量 - 最多为1或多于1。",
- "multiplicity": "多重性",
- "single_value": "单值",
- "multi_value": "多值",
- "label_type_title": "标签类型将帮助 Trilium 选择适合的界面来输入标签值。",
- "label_type": "类型",
- "text": "文本",
- "number": "数字",
- "boolean": "布尔值",
- "date": "日期",
- "date_time": "日期和时间",
- "time": "时间",
- "url": "网址",
- "precision_title": "值设置界面中浮点数后的位数。",
- "precision": "精度",
- "digits": "位数",
- "inverse_relation_title": "可选设置,定义此关系与哪个关系相反。例如:父 - 子是彼此的反向关系。",
- "inverse_relation": "反向关系",
- "inheritable_title": "可继承属性将被继承到此树下的所有后代。",
- "inheritable": "可继承",
- "save_and_close": "保存并关闭 Ctrl+回车",
- "delete": "删除",
- "related_notes_title": "含有此标签的其他笔记",
- "more_notes": "更多笔记",
- "label": "标签详情",
- "label_definition": "标签定义详情",
- "relation": "关系详情",
- "relation_definition": "关系定义详情",
- "disable_versioning": "禁用自动版本控制。适用于例如大型但不重要的笔记 - 例如用于脚本编写的大型JS库",
- "calendar_root": "标记应用作为每日笔记的根。只应标记一个笔记。",
- "archived": "含有此标签的笔记默认在搜索结果中不可见(也适用于跳转到、添加链接对话框等)。",
- "exclude_from_export": "笔记(及其子树)不会包含在任何笔记导出中",
- "run": "定义脚本应运行的事件。可能的值包括:\n\n
",
- "run_on_instance": "定义应在哪个Trilium实例上运行。默认为所有实例。",
- "run_at_hour": "应在哪个小时运行。应与runAtHour指定小时。#run=hourly一起使用。可以多次定义,以便一天内运行多次。",
- "disable_inclusion": "含有此标签的脚本不会包含在父脚本执行中。",
- "sorted": "按标题字母顺序保持子笔记排序",
- "sort_direction": "ASC(默认)或DESC",
- "sort_folders_first": "文件夹(含有子笔记的笔记)应排在顶部",
- "top": "在其父级中保留给定笔记在顶部(仅适用于排序的父级)",
- "hide_promoted_attributes": "隐藏此笔记上的升级属性",
- "read_only": "编辑器处于只读模式。仅适用于文本和代码笔记。",
- "auto_read_only_disabled": "文本/代码笔记可以在太大时自动设置为只读模式。您可以通过向笔记添加此标签来对单个笔记单独设置禁用只读。",
- "app_css": "标记加载到 Trilium 应用程序中的 CSS 笔记,因此可以用于修改 Trilium 的外观。",
- "app_theme": "标记为完整的 Trilium 主题的 CSS 笔记,因此可以在 Trilium 选项中使用。",
- "app_theme_base": "设置为“next”,以便使用 TriliumNext 主题而不是旧主题作为自定义主题的基础。",
- "css_class": "该标签的值将作为 CSS 类添加到树中表示给定笔记的节点。这对于高级主题设置非常有用。可用于模板笔记。",
- "icon_class": "该标签的值将作为 CSS 类添加到树中图标上,有助于从视觉上区分笔记树里的笔记。比如可以是 bx bx-home - 图标来自 boxicons。可用于模板笔记。",
- "page_size": "笔记列表中每页的项目数",
- "custom_request_handler": "请参阅自定义请求处理程序",
- "custom_resource_provider": "请参阅自定义请求处理程序",
- "widget": "将此笔记标记为将添加到 Trilium 组件树中的自定义小部件",
- "workspace": "将此笔记标记为允许轻松聚焦的工作区",
- "workspace_icon_class": "定义在选项卡中聚焦到此笔记时将使用的框图图标 CSS 类",
- "workspace_tab_background_color": "聚焦到此笔记时在笔记标签页中使用的 CSS 颜色",
- "workspace_calendar_root": "定义每个工作区的日历根",
- "workspace_template": "在创建新笔记时,此笔记将出现在可用模板的选择中,但仅当聚焦到包含此模板的工作区时",
- "search_home": "新的搜索笔记将作为此笔记的子笔记创建",
- "workspace_search_home": "当聚焦到此工作区笔记的某个上级笔记时,新的搜索笔记将作为此笔记的子笔记创建",
- "inbox": "使用侧边栏中的“新建笔记”按钮创建笔记时,默认收件箱位置。笔记将作为标有 #inbox 标签的笔记的子笔记创建。",
- "workspace_inbox": "当聚焦到此工作区笔记的某个上级笔记时,新的笔记的默认收件箱位置",
- "sql_console_home": "SQL 控制台笔记的默认位置",
- "bookmark_folder": "含有此标签的笔记将作为文件夹出现在书签中(允许访问其子笔记)",
- "share_hidden_from_tree": "此笔记从左侧导航树中隐藏,但仍可通过其 URL 访问",
- "share_external_link": "笔记将在分享树中作为指向外部网站的链接",
- "share_alias": "使用此别名定义将在 https://您的trilium域名/share/[别名] 下可用的笔记",
- "share_omit_default_css": "将省略默认的分享页面 CSS。当您进行广泛的样式修改时使用。",
- "share_root": "标记作为在 /share 地址分享的根节点笔记。",
- "share_description": "定义要添加到 HTML meta 标签以供描述的文本",
- "share_raw": "笔记将以其原始格式提供,不带 HTML 包装器",
- "share_disallow_robot_indexing": "将通过 X-Robots-Tag: noindex 标头禁止爬虫机器人索引此笔记",
- "share_credentials": "需要凭据才能访问此分享笔记。值应以 'username:password' 格式提供。请勿忘记使其可继承以应用于子笔记/图像。",
- "share_index": "含有此标签的笔记将列出所有分享笔记的根",
- "display_relations": "应显示的逗号分隔关系名称。将隐藏所有其他关系。",
- "hide_relations": "应隐藏的逗号分隔关系名称。将显示所有其他关系。",
- "title_template": "创建为此笔记的子笔记时的默认标题。该值将作为 JavaScript 字符串评估\n 并因此可以通过注入的 now 和 parentNote 变量丰富动态内容。示例:\n \n \n
\n \n 有关详细信息,请参见含有详细信息的 wiki、parentNote 和 now 的 API 文档以获取详情。",
- "template": "此笔记在创建新笔记时,将出现在可用模板的可选列表中",
- "toc": "${parentNote.getLabelValue('authorName')} 的文学作品${now.format('YYYY-MM-DD HH:mm:ss')} 的日志#toc 或 #toc=show 将强制显示目录。#toc=hide 将强制隐藏它。如果标签不存在,则遵守全局设置",
- "color": "定义笔记树、链接等中笔记的颜色。使用任何有效的 CSS 颜色值,如 'red' 或 #a13d5f",
- "keyboard_shortcut": "定义立即跳转到此笔记的键盘快捷键。示例:'ctrl+alt+e'。需要前端重载才能生效。",
- "keep_current_hoisting": "即使笔记不在当前聚焦的子树中显示,打开此链接也不会改变聚焦。",
- "execute_button": "将执行当前代码笔记的按钮标题",
- "execute_description": "显示与执行按钮一起显示的当前代码笔记的更长描述",
- "exclude_from_note_map": "含有此标签的笔记将从笔记地图中隐藏",
- "new_notes_on_top": "新笔记将创建在父笔记的顶部,而不是底部。",
- "hide_highlight_widget": "隐藏高亮列表小部件",
- "run_on_note_creation": "在后端创建笔记时执行。如果要为在特定子树下创建的所有笔记运行脚本,请使用此关系。在这种情况下,在子树根笔记上创建它并使其可继承。在子树中的任何深度创建新笔记都会触发脚本。",
- "run_on_child_note_creation": "当创建新的子笔记时执行",
- "run_on_note_title_change": "当笔记标题修改时执行(包括笔记创建)",
- "run_on_note_content_change": "当笔记内容修改时执行(包括笔记创建)。",
- "run_on_note_change": "当笔记修改时执行(包括笔记创建)。不包括内容修改",
- "run_on_note_deletion": "在删除笔记时执行",
- "run_on_branch_creation": "在创建分支时执行。分支是父笔记和子笔记之间的链接,并且在克隆或移动笔记时创建。",
- "run_on_branch_change": "在分支更新时执行。",
- "run_on_branch_deletion": "在删除分支时执行。分支是父笔记和子笔记之间的链接,例如在移动笔记时删除(删除旧的分支/链接)。",
- "run_on_attribute_creation": "在为定义此关系的笔记创建新属性时执行",
- "run_on_attribute_change": "当修改定义此关系的笔记的属性时执行。删除属性时也会触发此操作。",
- "relation_template": "即使没有父子关系,笔记的属性也将继承。如果空,则笔记的内容和子树将添加到实例笔记中。有关详细信息,请参见文档。",
- "inherit": "即使没有父子关系,笔记的属性也将继承。有关类似概念的模板关系,请参见模板关系。请参阅文档中的属性继承。",
- "render_note": "“渲染 HTML 笔记”类型的笔记将使用代码笔记(HTML 或脚本)进行呈现,因此需要指定要渲染的笔记",
- "widget_relation": "此关系的目标将作为侧边栏中的小部件执行和呈现",
- "share_css": "将注入分享页面的 CSS 笔记。CSS 笔记也必须位于分享子树中。可以考虑一并使用 'share_hidden_from_tree' 和 'share_omit_default_css'。",
- "share_js": "将注入分享页面的 JavaScript 笔记。JS 笔记也必须位于分享子树中。可以考虑一并使用 'share_hidden_from_tree'。",
- "share_template": "用作显示分享笔记的模板的嵌入式 JavaScript 笔记。如果没有,将回退到默认模板。可以考虑一并使用 'share_hidden_from_tree'。",
- "share_favicon": "在分享页面中设置的 favicon 笔记。一般需要将它设置为分享和可继承。Favicon 笔记也必须位于分享子树中。可以考虑一并使用 'share_hidden_from_tree'。",
- "is_owned_by_note": "由此笔记所有",
- "other_notes_with_name": "其它含有 {{attributeType}} 名为 \"{{attributeName}}\" 的的笔记",
- "and_more": "... 以及另外 {{count}} 个",
- "print_landscape": "导出为 PDF 时,将页面方向更改为横向而不是纵向。",
- "print_page_size": "导出为 PDF 时,更改页面大小。支持的值:A0、A1、A2、A3、A4、A5、A6、Legal、Letter、Tabloid、Ledger。",
- "color_type": "颜色"
- },
- "attribute_editor": {
- "help_text_body1": "要添加标签,只需输入例如 #rock 或者如果您还想添加值,则例如 #year = 2020",
- "help_text_body2": "对于关系,请输入 ~author = @,这将显示一个自动完成列表,您可以查找所需的笔记。",
- "help_text_body3": "您也可以使用右侧的 + 按钮添加标签和关系。
note 变量(正在重命名的笔记)丰富动态内容。 例如:",
- "example_note": "Note - 所有匹配的笔记都被重命名为“Note”",
- "example_new_title": "NEW: ${note.title} - 匹配的笔记标题以“NEW: ”为前缀",
- "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - 匹配的笔记以笔记的创建月份-日期为前缀",
- "api_docs": "有关详细信息,请参阅笔记及其dateCreatedObj / utcDateCreatedObj 属性的API文档。"
- },
- "add_relation": {
- "add_relation": "添加关系",
- "relation_name": "关系名称",
- "allowed_characters": "允许的字符为字母数字、下划线和冒号。",
- "to": "到",
- "target_note": "目标笔记",
- "create_relation_on_all_matched_notes": "在所有匹配的笔记上创建指定的关系。"
- },
- "delete_relation": {
- "delete_relation": "删除关系",
- "relation_name": "关系名称",
- "allowed_characters": "允许的字符为字母数字、下划线和冒号。"
- },
- "rename_relation": {
- "rename_relation": "重命名关系",
- "rename_relation_from": "重命名关系,从",
- "old_name": "旧名称",
- "to": "改为",
- "new_name": "新名称",
- "allowed_characters": "允许的字符为字母数字、下划线和冒号。"
- },
- "update_relation_target": {
- "update_relation": "更新关系",
- "relation_name": "关系名称",
- "allowed_characters": "允许的字符为字母数字、下划线和冒号。",
- "to": "到",
- "target_note": "目标笔记",
- "on_all_matched_notes": "在所有匹配的笔记上",
- "change_target_note": "或更改现有关系的目标笔记",
- "update_relation_target": "更新关系目标"
- },
- "attachments_actions": {
- "open_externally": "用外部程序打开",
- "open_externally_title": "文件将会在外部应用程序中打开,并监视其更改。然后您可以将修改后的版本上传回 Trilium。",
- "open_custom": "自定义打开方式",
- "open_custom_title": "文件将会在外部应用程序中打开,并监视其更改。然后您可以将修改后的版本上传回 Trilium。",
- "download": "下载",
- "rename_attachment": "重命名附件",
- "upload_new_revision": "上传新版本",
- "copy_link_to_clipboard": "复制链接到剪贴板",
- "convert_attachment_into_note": "将附件转换为笔记",
- "delete_attachment": "删除附件",
- "upload_success": "新附件修订版本已上传。",
- "upload_failed": "新附件修订版本上传失败。",
- "open_externally_detail_page": "外部打开附件仅在详细页面中可用,请首先点击附件详细信息,然后重复此操作。",
- "open_custom_client_only": "自定义打开附件只能通过客户端完成。",
- "delete_confirm": "您确定要删除附件 '{{title}}' 吗?",
- "delete_success": "附件 '{{title}}' 已被删除。",
- "convert_confirm": "您确定要将附件 '{{title}}' 转换为单独的笔记吗?",
- "convert_success": "附件 '{{title}}' 已转换为笔记。",
- "enter_new_name": "请输入附件的新名称"
- },
- "calendar": {
- "mon": "一",
- "tue": "二",
- "wed": "三",
- "thu": "四",
- "fri": "五",
- "sat": "六",
- "sun": "日",
- "cannot_find_day_note": "无法找到日记",
- "cannot_find_week_note": "无法找到周记",
- "january": "一月",
- "febuary": "二月",
- "march": "三月",
- "april": "四月",
- "may": "五月",
- "june": "六月",
- "july": "七月",
- "august": "八月",
- "september": "九月",
- "october": "十月",
- "november": "十一月",
- "december": "十二月"
- },
- "close_pane_button": {
- "close_this_pane": "关闭此面板"
- },
- "create_pane_button": {
- "create_new_split": "拆分面板"
- },
- "edit_button": {
- "edit_this_note": "编辑此笔记"
- },
- "show_toc_widget_button": {
- "show_toc": "显示目录"
- },
- "show_highlights_list_widget_button": {
- "show_highlights_list": "显示高亮列表"
- },
- "global_menu": {
- "menu": "菜单",
- "options": "选项",
- "open_new_window": "打开新窗口",
- "switch_to_mobile_version": "切换到移动版",
- "switch_to_desktop_version": "切换到桌面版",
- "zoom": "缩放",
- "toggle_fullscreen": "切换全屏",
- "zoom_out": "缩小",
- "reset_zoom_level": "重置缩放级别",
- "zoom_in": "放大",
- "configure_launchbar": "配置启动栏",
- "show_shared_notes_subtree": "显示分享笔记子树",
- "advanced": "高级",
- "open_dev_tools": "打开开发工具",
- "open_sql_console": "打开 SQL 控制台",
- "open_sql_console_history": "打开 SQL 控制台历史记录",
- "open_search_history": "打开搜索历史",
- "show_backend_log": "显示后台日志",
- "reload_hint": "重载可以帮助解决一些视觉故障,而无需重启整个应用程序。",
- "reload_frontend": "重载前端",
- "show_hidden_subtree": "显示隐藏子树",
- "show_help": "显示帮助",
- "about": "关于 TriliumNext 笔记",
- "logout": "登出",
- "show-cheatsheet": "显示快捷帮助",
- "toggle-zen-mode": "禅模式"
- },
- "zen_mode": {
- "button_exit": "退出禅模式"
- },
- "sync_status": {
- "unknown": "同步状态将在下一次同步尝试开始后显示。
点击以立即触发同步。
", - "connected_with_changes": "已连接到同步服务器。
有一些未同步的变更。
点击以触发同步。
", - "connected_no_changes": "已连接到同步服务器。
所有变更均已同步。
点击以触发同步。
", - "disconnected_with_changes": "连接同步服务器失败。
有一些未同步的变更。
点击以触发同步。
", - "disconnected_no_changes": "连接同步服务器失败。
所有已知变更均已同步。
点击以触发同步。
", - "in_progress": "正在与服务器进行同步。" - }, - "left_pane_toggle": { - "show_panel": "显示面板", - "hide_panel": "隐藏面板" - }, - "move_pane_button": { - "move_left": "向左移动", - "move_right": "向右移动" - }, - "note_actions": { - "convert_into_attachment": "转换为附件", - "re_render_note": "重新渲染笔记", - "search_in_note": "在笔记中搜索", - "note_source": "笔记源代码", - "note_attachments": "笔记附件", - "open_note_externally": "用外部程序打开笔记", - "open_note_externally_title": "文件将在外部应用程序中打开,并监视其更改。然后您可以将修改后的版本上传回 Trilium。", - "open_note_custom": "使用自定义程序打开笔记", - "import_files": "导入文件", - "export_note": "导出笔记", - "delete_note": "删除笔记", - "print_note": "打印笔记", - "save_revision": "保存笔记修订", - "convert_into_attachment_failed": "笔记 '{{title}}' 转换失败。", - "convert_into_attachment_successful": "笔记 '{{title}}' 已成功转换为附件。", - "convert_into_attachment_prompt": "确定要将笔记 '{{title}}' 转换为父笔记的附件吗?", - "print_pdf": "导出为 PDF..." - }, - "onclick_button": { - "no_click_handler": "按钮组件'{{componentId}}'没有定义点击处理程序" - }, - "protected_session_status": { - "active": "受保护的会话已激活。点击退出受保护的会话。", - "inactive": "点击进入受保护的会话" - }, - "revisions_button": { - "note_revisions": "笔记修订版本" - }, - "update_available": { - "update_available": "有更新可用" - }, - "note_launcher": { - "this_launcher_doesnt_define_target_note": "此启动器未定义目标笔记。" - }, - "code_buttons": { - "execute_button_title": "执行脚本", - "trilium_api_docs_button_title": "打开 Trilium API 文档", - "save_to_note_button_title": "保存到笔记", - "opening_api_docs_message": "正在打开 API 文档...", - "sql_console_saved_message": "SQL 控制台已保存到 {{note_path}}" - }, - "copy_image_reference_button": { - "button_title": "复制图片引用到剪贴板,可粘贴到文本笔记中。" - }, - "hide_floating_buttons_button": { - "button_title": "隐藏按钮" - }, - "show_floating_buttons_button": { - "button_title": "显示按钮" - }, - "svg_export_button": { - "button_title": "导出SVG格式图片" - }, - "relation_map_buttons": { - "create_child_note_title": "创建新的子笔记并添加到关系图", - "reset_pan_zoom_title": "重置平移和缩放到初始坐标和放大倍率", - "zoom_in_title": "放大", - "zoom_out_title": "缩小" - }, - "zpetne_odkazy": { - "backlink": "{{count}} 个反链", - "backlinks": "{{count}} 个反链", - "relation": "关系" - }, - "mobile_detail_menu": { - "insert_child_note": "插入子笔记", - "delete_this_note": "删除此笔记", - "error_cannot_get_branch_id": "无法获取 notePath '{{notePath}}' 的 branchId", - "error_unrecognized_command": "无法识别的命令 {{command}}" - }, - "note_icon": { - "change_note_icon": "更改笔记图标", - "category": "类别:", - "search": "搜索:", - "reset-default": "重置为默认图标" - }, - "basic_properties": { - "note_type": "笔记类型", - "editable": "可编辑", - "basic_properties": "基本属性", - "language": "语言" - }, - "book_properties": { - "view_type": "视图类型", - "grid": "网格", - "list": "列表", - "collapse_all_notes": "折叠所有笔记", - "expand_all_children": "展开所有子项", - "collapse": "折叠", - "expand": "展开", - "invalid_view_type": "无效的查看类型 '{{type}}'", - "calendar": "日历", - "book_properties": "集合属性", - "table": "表格", - "geo-map": "地理地图", - "board": "看板" - }, - "edited_notes": { - "no_edited_notes_found": "今天还没有编辑过的笔记...", - "title": "编辑过的笔记", - "deleted": "(已删除)" - }, - "file_properties": { - "note_id": "笔记 ID", - "original_file_name": "原始文件名", - "file_type": "文件类型", - "file_size": "文件大小", - "download": "下载", - "open": "打开", - "upload_new_revision": "上传新修订版本", - "upload_success": "新文件修订版本已上传。", - "upload_failed": "新文件修订版本上传失败。", - "title": "文件" - }, - "image_properties": { - "original_file_name": "原始文件名", - "file_type": "文件类型", - "file_size": "文件大小", - "download": "下载", - "open": "打开", - "copy_reference_to_clipboard": "复制引用到剪贴板", - "upload_new_revision": "上传新修订版本", - "upload_success": "新图像修订版本已上传。", - "upload_failed": "新图像修订版本上传失败:{{message}}", - "title": "图像" - }, - "inherited_attribute_list": { - "title": "继承的属性", - "no_inherited_attributes": "没有继承的属性。" - }, - "note_info_widget": { - "note_id": "笔记 ID", - "created": "创建时间", - "modified": "修改时间", - "type": "类型", - "note_size": "笔记大小", - "note_size_info": "笔记大小提供了该笔记存储需求的粗略估计。它考虑了笔记的内容及其笔记修订历史的内容。", - "calculate": "计算", - "subtree_size": "(子树大小: {{size}}, 共计 {{count}} 个笔记)", - "title": "笔记信息" - }, - "note_map": { - "open_full": "展开显示", - "collapse": "折叠到正常大小", - "title": "笔记地图", - "fix-nodes": "固定节点", - "link-distance": "链接距离" - }, - "note_paths": { - "title": "笔记路径", - "clone_button": "克隆笔记到新位置...", - "intro_placed": "此笔记放置在以下路径中:", - "intro_not_placed": "此笔记尚未放入笔记树中。", - "outside_hoisted": "此路径在提升的笔记之外,您需要取消聚焦。", - "archived": "已归档", - "search": "搜索" - }, - "note_properties": { - "this_note_was_originally_taken_from": "笔记来源:", - "info": "信息" - }, - "owned_attribute_list": { - "owned_attributes": "拥有的属性" - }, - "promoted_attributes": { - "promoted_attributes": "升级属性", - "unset-field-placeholder": "未设置", - "url_placeholder": "http://www...", - "open_external_link": "打开外部链接", - "unknown_label_type": "未知的标签类型 '{{type}}'", - "unknown_attribute_type": "未知的属性类型 '{{type}}'", - "add_new_attribute": "添加新属性", - "remove_this_attribute": "移除此属性", - "remove_color": "移除此颜色标签" - }, - "script_executor": { - "query": "查询", - "script": "脚本", - "execute_query": "执行查询", - "execute_script": "执行脚本" - }, - "search_definition": { - "add_search_option": "添加搜索选项:", - "search_string": "搜索字符串", - "search_script": "搜索脚本", - "ancestor": "上级笔记", - "fast_search": "快速搜索", - "fast_search_description": "快速搜索选项禁用笔记内容的全文搜索,这可能会加速大数据库中的搜索。", - "include_archived": "包含归档", - "include_archived_notes_description": "归档的笔记默认不包含在搜索结果中,使用此选项将包含它们。", - "order_by": "排序方式", - "limit": "限制", - "limit_description": "限制结果数量", - "debug": "调试", - "debug_description": "调试将打印额外的调试信息到控制台,以帮助调试复杂查询", - "action": "操作", - "search_button": "搜索 回车", - "search_execute": "搜索并执行操作", - "save_to_note": "保存到笔记", - "search_parameters": "搜索参数", - "unknown_search_option": "未知的搜索选项 {{searchOptionName}}", - "search_note_saved": "搜索笔记已保存到 {{- notePathTitle}}", - "actions_executed": "操作已执行。" - }, - "similar_notes": { - "title": "相似笔记", - "no_similar_notes_found": "未找到相似的笔记。" - }, - "abstract_search_option": { - "remove_this_search_option": "删除此搜索选项", - "failed_rendering": "渲染搜索选项失败:{{dto}},错误信息:{{error}},堆栈:{{stack}}" - }, - "ancestor": { - "label": "上级笔记", - "placeholder": "按名称搜索笔记", - "depth_label": "深度", - "depth_doesnt_matter": "任意", - "depth_eq": "正好是 {{count}}", - "direct_children": "直接子代", - "depth_gt": "大于 {{count}}", - "depth_lt": "小于 {{count}}" - }, - "debug": { - "debug": "调试", - "debug_info": "调试将打印额外的调试信息到控制台,以帮助调试复杂的查询。", - "access_info": "要访问调试信息,请执行查询并点击左上角的“显示后端日志”。" - }, - "fast_search": { - "fast_search": "快速搜索", - "description": "快速搜索选项禁用笔记内容的全文搜索,这可能会加快在大型数据库中的搜索速度。" - }, - "include_archived_notes": { - "include_archived_notes": "包括已归档的笔记" - }, - "limit": { - "limit": "限制", - "take_first_x_results": "仅取前 X 个指定结果。" - }, - "order_by": { - "order_by": "排序依据", - "relevancy": "相关性(默认)", - "title": "标题", - "date_created": "创建日期", - "date_modified": "最后修改日期", - "content_size": "笔记内容大小", - "content_and_attachments_size": "笔记内容大小(包括附件)", - "content_and_attachments_and_revisions_size": "笔记内容大小(包括附件和笔记修订历史)", - "revision_count": "修订版本数量", - "children_count": "子笔记数量", - "parent_count": "克隆数量", - "owned_label_count": "标签数量", - "owned_relation_count": "关系数量", - "target_relation_count": "指向笔记的关系数量", - "random": "随机顺序", - "asc": "升序(默认)", - "desc": "降序" - }, - "search_script": { - "title": "搜索脚本:", - "placeholder": "按名称搜索笔记", - "description1": "搜索脚本允许通过运行脚本来定义搜索结果。这在标准搜索不足时提供了最大的灵活性。", - "description2": "搜索脚本必须是类型为“代码”和子类型为“JavaScript 后端”。脚本需要返回一个 noteIds 或 notes 数组。", - "example_title": "请看这个例子:", - "example_code": "// 1. 使用标准搜索进行预过滤\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. 应用自定义搜索条件\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", - "note": "注意,搜索脚本和搜索字符串不能相互结合使用。" - }, - "search_string": { - "title_column": "搜索字符串:", - "placeholder": "全文关键词,#标签 = 值 ...", - "search_syntax": "搜索语法", - "also_see": "另见", - "complete_help": "完整的搜索语法帮助", - "full_text_search": "只需输入任何文本进行全文搜索", - "label_abc": "返回带有标签 abc 的笔记", - "label_year": "匹配带有标签年份且值为 2019 的笔记", - "label_rock_pop": "匹配同时具有 rock 和 pop 标签的笔记", - "label_rock_or_pop": "只需一个标签存在即可", - "label_year_comparison": "数字比较(也包括>,>=,<)。", - "label_date_created": "上个月创建的笔记", - "error": "搜索错误:{{error}}", - "search_prefix": "搜索:" - }, - "attachment_detail": { - "open_help_page": "打开附件帮助页面", - "owning_note": "所属笔记:", - "you_can_also_open": ",您还可以打开", - "list_of_all_attachments": "所有附件列表", - "attachment_deleted": "该附件已被删除。" - }, - "attachment_list": { - "open_help_page": "打开附件帮助页面", - "owning_note": "所属笔记:", - "upload_attachments": "上传附件", - "no_attachments": "此笔记没有附件。" - }, - "book": { - "no_children_help": "此类型为书籍的笔记没有任何子笔记,因此没有内容显示。请参阅 wiki 了解详情" - }, - "editable_code": { - "placeholder": "在这里输入您的代码笔记内容..." - }, - "editable_text": { - "placeholder": "在这里输入您的笔记内容..." - }, - "empty": { - "open_note_instruction": "通过在下面的输入框中输入笔记标题或在树中选择笔记来打开笔记。", - "search_placeholder": "按名称搜索笔记", - "enter_workspace": "进入工作区 {{title}}" - }, - "file": { - "file_preview_not_available": "此文件格式不支持预览。", - "too_big": "预览仅显示文件的前 {{maxNumChars}} 个字符以提高性能。下载文件并在外部打开以查看完整内容。" - }, - "protected_session": { - "enter_password_instruction": "显示受保护的笔记需要输入您的密码:", - "start_session_button": "开始受保护的会话", - "started": "受保护的会话已启动。", - "wrong_password": "密码错误。", - "protecting-finished-successfully": "保护操作已成功完成。", - "unprotecting-finished-successfully": "解除保护操作已成功完成。", - "protecting-in-progress": "保护进行中:{{count}}", - "unprotecting-in-progress-count": "解除保护进行中:{{count}}", - "protecting-title": "保护状态", - "unprotecting-title": "解除保护状态" - }, - "relation_map": { - "open_in_new_tab": "在新标签页中打开", - "remove_note": "删除笔记", - "edit_title": "编辑标题", - "rename_note": "重命名笔记", - "enter_new_title": "输入新的笔记标题:", - "remove_relation": "删除关系", - "confirm_remove_relation": "您确定要删除这个关系吗?", - "specify_new_relation_name": "指定新的关系名称(允许的字符:字母数字、冒号和下划线):", - "connection_exists": "笔记之间的连接 '{{name}}' 已经存在。", - "start_dragging_relations": "从这里开始拖动关系,并将其放置到另一个笔记上。", - "note_not_found": "笔记 {{noteId}} 未找到!", - "cannot_match_transform": "无法匹配变换:{{transform}}", - "note_already_in_diagram": "笔记 \"{{title}}\" 已经在图中。", - "enter_title_of_new_note": "输入新笔记的标题", - "default_new_note_title": "新笔记", - "click_on_canvas_to_place_new_note": "点击画布以放置新笔记" - }, - "render": { - "note_detail_render_help_1": "之所以显示此帮助说明,是因为这个类型为渲染 HTML 的笔记没有正常工作所需的关系。", - "note_detail_render_help_2": "渲染 HTML 笔记类型用于编写脚本。简而言之,您有一份 HTML 代码笔记(可包含一些 JavaScript),然后这个笔记会把页面渲染出来。要使其正常工作,您需要定义一个名为 \"renderNote\" 的关系指向要渲染的 HTML 笔记。" - }, - "web_view": { - "web_view": "网页视图", - "embed_websites": "网页视图类型的笔记允许您将网站嵌入到 Trilium 中。", - "create_label": "首先,请创建一个带有您要嵌入的 URL 地址的标签,例如 #webViewSrc=\"https://www.bing.com\"" - }, - "backend_log": { - "refresh": "刷新" - }, - "consistency_checks": { - "title": "检查一致性", - "find_and_fix_button": "查找并修复一致性问题", - "finding_and_fixing_message": "正在查找并修复一致性问题...", - "issues_fixed_message": "一致性问题应该已被修复。" - }, - "database_anonymization": { - "title": "数据库匿名化", - "full_anonymization": "完全匿名化", - "full_anonymization_description": "此操作将创建一个新的数据库副本并进行匿名化处理(删除所有笔记内容,仅保留结构和一些非敏感元数据),用来分享到网上做调试而不用担心泄漏您的个人资料。", - "save_fully_anonymized_database": "保存完全匿名化的数据库", - "light_anonymization": "轻度匿名化", - "light_anonymization_description": "此操作将创建一个新的数据库副本,并对其进行轻度匿名化处理——仅删除所有笔记的内容,但保留标题和属性。此外,自定义 JS 前端/后端脚本笔记和自定义小部件将保留。这提供了更多上下文以调试问题。", - "choose_anonymization": "您可以自行决定是提供完全匿名化还是轻度匿名化的数据库。即使是完全匿名化的数据库也非常有用,但在某些情况下,轻度匿名化的数据库可以加快错误识别和修复的过程。", - "save_lightly_anonymized_database": "保存轻度匿名化的数据库", - "existing_anonymized_databases": "现有的匿名化数据库", - "creating_fully_anonymized_database": "正在创建完全匿名化的数据库...", - "creating_lightly_anonymized_database": "正在创建轻度匿名化的数据库...", - "error_creating_anonymized_database": "无法创建匿名化数据库,请检查后端日志以获取详细信息", - "successfully_created_fully_anonymized_database": "成功创建完全匿名化的数据库,路径为 {{anonymizedFilePath}}", - "successfully_created_lightly_anonymized_database": "成功创建轻度匿名化的数据库,路径为 {{anonymizedFilePath}}", - "no_anonymized_database_yet": "尚无匿名化数据库" - }, - "database_integrity_check": { - "title": "数据库完整性检查", - "description": "检查 SQLite 数据库是否损坏。根据数据库的大小,可能会需要一些时间。", - "check_button": "检查数据库完整性", - "checking_integrity": "正在检查数据库完整性...", - "integrity_check_succeeded": "完整性检查成功 - 未发现问题。", - "integrity_check_failed": "完整性检查失败: {{results}}" - }, - "sync": { - "title": "同步", - "force_full_sync_button": "强制全量同步", - "fill_entity_changes_button": "填充实体变更记录", - "full_sync_triggered": "全量同步已触发", - "filling_entity_changes": "正在填充实体变更行...", - "sync_rows_filled_successfully": "同步行填充成功", - "finished-successfully": "同步已完成。", - "failed": "同步失败:{{message}}" - }, - "vacuum_database": { - "title": "数据库清理", - "description": "这会重建数据库,通常会减少占用空间,不会删除数据。", - "button_text": "清理数据库", - "vacuuming_database": "正在清理数据库...", - "database_vacuumed": "数据库已清理" - }, - "fonts": { - "theme_defined": "跟随主题", - "fonts": "字体", - "main_font": "主字体", - "font_family": "字体系列", - "size": "大小", - "note_tree_font": "笔记树字体", - "note_detail_font": "笔记详情字体", - "monospace_font": "等宽(代码)字体", - "note_tree_and_detail_font_sizing": "请注意,笔记树字体和详细字体的大小相对于主字体大小设置。", - "not_all_fonts_available": "并非所有列出的字体都可能在您的系统上可用。", - "apply_font_changes": "要应用字体更改,请点击", - "reload_frontend": "重载前端", - "generic-fonts": "通用字体", - "sans-serif-system-fonts": "无衬线系统字体", - "serif-system-fonts": "衬线系统字体", - "monospace-system-fonts": "等宽系统字体", - "handwriting-system-fonts": "手写系统字体", - "serif": "衬线", - "sans-serif": "无衬线", - "monospace": "等宽", - "system-default": "系统默认" - }, - "max_content_width": { - "title": "内容宽度", - "default_description": "Trilium默认会限制内容的最大宽度以提高在宽屏中全屏时的可读性。", - "max_width_label": "内容最大宽度(像素)", - "apply_changes_description": "要应用内容宽度更改,请点击", - "reload_button": "重载前端", - "reload_description": "来自外观选项的更改", - "max_width_unit": "像素" - }, - "native_title_bar": { - "title": "原生标题栏(需要重新启动应用)", - "enabled": "启用", - "disabled": "禁用" - }, - "ribbon": { - "widgets": "功能选项组件", - "promoted_attributes_message": "如果笔记中存在升级属性,则自动打开升级属性功能区标签页", - "edited_notes_message": "日记笔记自动打开编辑过的笔记功能区标签页" - }, - "theme": { - "title": "主题", - "theme_label": "主题", - "override_theme_fonts_label": "覆盖主题字体", - "auto_theme": "自动", - "light_theme": "浅色", - "dark_theme": "深色", - "triliumnext": "TriliumNext Beta(跟随系统颜色方案)", - "triliumnext-light": "TriliumNext Beta(浅色)", - "triliumnext-dark": "TriliumNext Beta(深色)", - "layout": "布局", - "layout-vertical-title": "垂直", - "layout-horizontal-title": "水平", - "layout-vertical-description": "启动栏位于左侧(默认)", - "layout-horizontal-description": "启动栏位于标签页栏下方,标签页栏现在是全宽的。" - }, - "zoom_factor": { - "title": "缩放系数(仅桌面客户端有效)", - "description": "缩放也可以通过 CTRL+- 和 CTRL+= 快捷键进行控制。" - }, - "code_auto_read_only_size": { - "title": "自动只读大小", - "description": "自动只读大小是指笔记超过设置的大小后自动设置为只读模式(为性能考虑)。", - "label": "自动只读大小(代码笔记)", - "unit": "字符" - }, - "code_mime_types": { - "title": "下拉菜单可用的MIME文件类型" - }, - "vim_key_bindings": { - "use_vim_keybindings_in_code_notes": "Vim 快捷键", - "enable_vim_keybindings": "在代码笔记中启用 Vim 快捷键(不包含 ex 模式)" - }, - "wrap_lines": { - "wrap_lines_in_code_notes": "代码笔记自动换行", - "enable_line_wrap": "启用自动换行(需要重载前端才会生效)" - }, - "images": { - "images_section_title": "图片", - "download_images_automatically": "自动下载图片以供离线使用。", - "download_images_description": "粘贴的 HTML 可能包含在线图片的引用,Trilium 会找到这些引用并下载图片,以便它们可以离线使用。", - "enable_image_compression": "启用图片压缩", - "max_image_dimensions": "图片的最大宽度/高度(超过此限制的图像将会被缩放)。", - "jpeg_quality_description": "JPEG 质量(10 - 最差质量,100 最佳质量,建议为 50 - 85)", - "max_image_dimensions_unit": "像素" - }, - "attachment_erasure_timeout": { - "attachment_erasure_timeout": "附件清理超时", - "attachment_auto_deletion_description": "如果附件在一段时间后不再被笔记引用,它们将自动被删除(并被清理)。", - "erase_attachments_after": "在此时间后删除未使用的附件:", - "manual_erasing_description": "您还可以手动触发清理(而不考虑上述定义的超时时间):", - "erase_unused_attachments_now": "立即清理未使用的附件笔记", - "unused_attachments_erased": "未使用的附件已被删除。" - }, - "network_connections": { - "network_connections_title": "网络连接", - "check_for_updates": "自动检查更新" - }, - "note_erasure_timeout": { - "note_erasure_timeout_title": "笔记清理超时", - "note_erasure_description": "被删除的笔记(以及属性、修订历史等)最初仅被标记为“删除”,可以从“最近修改”对话框中恢复它们。经过一段时间后,已删除的笔记会被“清理”,这意味着它们的内容将无法恢复。此设置允许您配置从删除到清除笔记之间的时间长度。", - "erase_notes_after": "在此时间后删除笔记:", - "manual_erasing_description": "您还可以手动触发清理(不考虑上述定义的超时):", - "erase_deleted_notes_now": "立即清理已删除的笔记", - "deleted_notes_erased": "已删除的笔记已被清理。" - }, - "revisions_snapshot_interval": { - "note_revisions_snapshot_interval_title": "笔记修订快照间隔", - "note_revisions_snapshot_description": "笔记修订快照间隔是创建新笔记修订的时间。有关更多信息,请参见 wiki。", - "snapshot_time_interval_label": "笔记修订快照时间间隔:" - }, - "revisions_snapshot_limit": { - "note_revisions_snapshot_limit_title": "笔记修订快照限制", - "note_revisions_snapshot_limit_description": "笔记修订快照数限制指的是每个笔记可以保存的最大历史记录数量。其中 -1 表示没有限制,0 表示删除所有历史记录。您可以通过 #versioningLimit 标签设置单个笔记的最大修订记录数量。", - "snapshot_number_limit_label": "笔记修订快照数量限制:", - "erase_excess_revision_snapshots": "立即删除多余的修订快照", - "erase_excess_revision_snapshots_prompt": "多余的修订快照已被删除。", - "snapshot_number_limit_unit": "快照" - }, - "search_engine": { - "title": "搜索引擎", - "custom_search_engine_info": "自定义搜索引擎需要设置名称和 URL。如果这两者之一未设置,将默认使用 DuckDuckGo 作为搜索引擎。", - "predefined_templates_label": "预定义搜索引擎模板", - "bing": "必应", - "baidu": "百度", - "duckduckgo": "DuckDuckGo", - "google": "谷歌", - "custom_name_label": "自定义搜索引擎名称", - "custom_name_placeholder": "自定义搜索引擎名称", - "custom_url_label": "自定义搜索引擎 URL 应包含 {keyword} 作为搜索词的占位符。", - "custom_url_placeholder": "自定义搜索引擎 URL", - "save_button": "保存" - }, - "tray": { - "title": "系统托盘", - "enable_tray": "启用托盘图标(需要重启 Trilium 以生效)" - }, - "heading_style": { - "title": "标题风格", - "plain": "纯文本", - "underline": "下划线", - "markdown": "Markdown 风格" - }, - "highlights_list": { - "title": "高亮列表", - "description": "您可以自定义右侧面板中显示的高亮列表:", - "bold": "粗体", - "italic": "斜体", - "underline": "下划线", - "color": "字体颜色", - "bg_color": "背景颜色", - "visibility_title": "高亮列表可见性", - "visibility_description": "您可以通过添加 #hideHighlightWidget 标签来隐藏单个笔记的高亮小部件。", - "shortcut_info": "您可以在选项 -> 快捷键中为快速切换右侧面板(包括高亮列表)配置键盘快捷键(名称为 'toggleRightPane')。" - }, - "table_of_contents": { - "title": "目录", - "description": "当笔记中有超过一定数量的标题时,显示目录。您可以自定义此数量:", - "disable_info": "您可以设置一个非常大的数来禁用目录。", - "shortcut_info": "您可以在 “选项” -> “快捷键” 中配置一个键盘快捷键,以便快速切换右侧面板(包括目录)(名称为 'toggleRightPane')。", - "unit": "标题" - }, - "text_auto_read_only_size": { - "title": "自动只读大小", - "description": "自动只读笔记大小是超过该大小后,笔记将以只读模式显示(出于性能考虑)。", - "label": "自动只读大小(文本笔记)", - "unit": "字符" - }, - "i18n": { - "title": "本地化", - "language": "语言", - "first-day-of-the-week": "一周的第一天", - "sunday": "周日", - "monday": "周一", - "first-week-of-the-year": "一年的第一周", - "first-week-contains-first-day": "第一周包含一年的第一天", - "first-week-contains-first-thursday": "第一周包含一年的第一个周四", - "first-week-has-minimum-days": "第一周有最小天数", - "min-days-in-first-week": "第一周的最小天数", - "first-week-info": "第一周包含一年的第一个周四,基于 ISO 8601 标准。", - "first-week-warning": "更改第一周选项可能会导致与现有周笔记重复,已创建的周笔记将不会相应更新。", - "formatting-locale": "日期和数字格式" - }, - "backup": { - "automatic_backup": "自动备份", - "automatic_backup_description": "Trilium 可以自动备份数据库:", - "enable_daily_backup": "启用每日备份", - "enable_weekly_backup": "启用每周备份", - "enable_monthly_backup": "启用每月备份", - "backup_recommendation": "建议打开备份功能,但这可能会使大型数据库和/或慢速存储设备的应用程序启动变慢。", - "backup_now": "立即备份", - "backup_database_now": "立即备份数据库", - "existing_backups": "现有备份", - "date-and-time": "日期和时间", - "path": "路径", - "database_backed_up_to": "数据库已备份到 {{backupFilePath}}", - "no_backup_yet": "尚无备份" - }, - "etapi": { - "title": "ETAPI", - "description": "ETAPI 是一个 REST API,用于以编程方式访问 Trilium 实例,而无需 UI。", - "see_more": "有关更多详细信息,请参见 {{- link_to_wiki}} 和 {{- link_to_openapi_spec}} 或 {{- link_to_swagger_ui}}。", - "wiki": "维基", - "openapi_spec": "ETAPI OpenAPI 规范", - "swagger_ui": "ETAPI Swagger UI", - "create_token": "创建新的 ETAPI 令牌", - "existing_tokens": "现有令牌", - "no_tokens_yet": "目前还没有令牌。点击上面的按钮创建一个。", - "token_name": "令牌名称", - "created": "创建时间", - "actions": "操作", - "new_token_title": "新 ETAPI 令牌", - "new_token_message": "请输入新的令牌名称", - "default_token_name": "新令牌", - "error_empty_name": "令牌名称不能为空", - "token_created_title": "ETAPI 令牌已创建", - "token_created_message": "将创建的令牌复制到剪贴板。Trilium 存储了令牌的哈希值,这是您最后一次看到它。", - "rename_token": "重命名此令牌", - "delete_token": "删除/停用此令牌", - "rename_token_title": "重命名令牌", - "rename_token_message": "请输入新的令牌名称", - "delete_token_confirmation": "您确定要删除 ETAPI 令牌 \"{{name}}\" 吗?" - }, - "options_widget": { - "options_status": "选项状态", - "options_change_saved": "选项更改已保存。" - }, - "password": { - "heading": "密码", - "alert_message": "请务必记住您的新密码。密码用于登录 Web 界面和加密保护的笔记。如果您忘记了密码,所有保护的笔记将永久丢失。", - "reset_link": "点击这里重置。", - "old_password": "旧密码", - "new_password": "新密码", - "new_password_confirmation": "新密码确认", - "change_password": "更改密码", - "protected_session_timeout": "受保护会话超时", - "protected_session_timeout_description": "受保护会话超时是一个时间段,超时后受保护会话会从浏览器内存中清除。这是从最后一次与受保护笔记的交互开始计时的。更多信息请见", - "wiki": "维基", - "for_more_info": "更多信息。", - "protected_session_timeout_label": "受保护的会话超时:", - "reset_confirmation": "重置密码将永久丧失对所有现受保护笔记的访问。您真的要重置密码吗?", - "reset_success_message": "密码已重置。请设置新密码", - "change_password_heading": "更改密码", - "set_password_heading": "设置密码", - "set_password": "设置密码", - "password_mismatch": "新密码不一致。", - "password_changed_success": "密码已更改。按 OK 后 Trilium 将重载。" - }, - "multi_factor_authentication": { - "title": "多因素认证(MFA)", - "description": "多因素认证(MFA)为您的账户添加了额外的安全层。除了输入密码登录外,MFA还要求您提供一个或多个额外的验证信息来验证您的身份。这样,即使有人获得了您的密码,没有第二个验证信息他们也无法访问您的账户。这就像给您的门添加了一把额外的锁,让他人更难闯入。noproxy,它强制忽略系统代理并遵守 NODE_TLS_REJECT_UNAUTHORIZED。",
- "save": "保存",
- "help": "帮助",
- "test_title": "同步测试",
- "test_description": "测试和同步服务器之间的连接。如果同步服务器没有初始化,会将本地文档同步到同步服务器上。",
- "test_button": "测试同步",
- "handshake_failed": "同步服务器握手失败,错误:{{message}}",
- "timeout_unit": "毫秒"
- },
- "api_log": {
- "close": "关闭"
- },
- "attachment_detail_2": {
- "will_be_deleted_in": "此附件将在 {{time}} 后自动删除",
- "will_be_deleted_soon": "该附件在不久后将被自动删除",
- "deletion_reason": ",因为该附件未链接在笔记的内容中。为防止被删除,请将附件链接重新添加到内容中或将附件转换为笔记。",
- "role_and_size": "角色:{{role}},大小:{{size}}",
- "link_copied": "附件链接已复制到剪贴板。",
- "unrecognized_role": "无法识别的附件角色 '{{role}}'。"
- },
- "bookmark_switch": {
- "bookmark": "书签",
- "bookmark_this_note": "将此笔记添加到左侧面板的书签",
- "remove_bookmark": "移除书签"
- },
- "editability_select": {
- "auto": "自动",
- "read_only": "只读",
- "always_editable": "始终可编辑",
- "note_is_editable": "笔记如果不太长则可编辑。",
- "note_is_read_only": "笔记为只读,但可以通过点击按钮进行编辑。",
- "note_is_always_editable": "无论笔记长度如何,始终可编辑。"
- },
- "note-map": {
- "button-link-map": "链接地图",
- "button-tree-map": "树形地图"
- },
- "tree-context-menu": {
- "open-in-a-new-tab": "在新标签页中打开 Ctrl+Click",
- "open-in-a-new-split": "在新分栏中打开",
- "insert-note-after": "在后面插入笔记",
- "insert-child-note": "插入子笔记",
- "delete": "删除",
- "search-in-subtree": "在子树中搜索",
- "hoist-note": "聚焦笔记",
- "unhoist-note": "取消聚焦笔记",
- "edit-branch-prefix": "编辑分支前缀",
- "advanced": "高级",
- "expand-subtree": "展开子树",
- "collapse-subtree": "折叠子树",
- "sort-by": "排序方式...",
- "recent-changes-in-subtree": "子树中的最近更改",
- "convert-to-attachment": "转换为附件",
- "copy-note-path-to-clipboard": "复制笔记路径到剪贴板",
- "protect-subtree": "保护子树",
- "unprotect-subtree": "取消保护子树",
- "copy-clone": "复制 / 克隆",
- "clone-to": "克隆到...",
- "cut": "剪切",
- "move-to": "移动到...",
- "paste-into": "粘贴到里面",
- "paste-after": "粘贴到后面",
- "export": "导出",
- "import-into-note": "导入到笔记",
- "apply-bulk-actions": "应用批量操作",
- "converted-to-attachments": "{{count}} 个笔记已被转换为附件。",
- "convert-to-attachment-confirm": "确定要将选中的笔记转换为其父笔记的附件吗?",
- "duplicate": "复制",
- "open-in-popup": "快速编辑"
- },
- "shared_info": {
- "shared_publicly": "此笔记已公开分享于",
- "shared_locally": "此笔记已在本地分享于",
- "help_link": "访问 wiki 获取帮助。"
- },
- "note_types": {
- "text": "文本",
- "code": "代码",
- "saved-search": "保存的搜索",
- "relation-map": "关系图",
- "note-map": "笔记地图",
- "render-note": "渲染笔记",
- "mermaid-diagram": "Mermaid 图",
- "canvas": "画布",
- "web-view": "网页视图",
- "mind-map": "思维导图",
- "file": "文件",
- "image": "图片",
- "launcher": "启动器",
- "doc": "文档",
- "widget": "小部件",
- "confirm-change": "当笔记内容不为空时,不建议更改笔记类型。您仍然要继续吗?",
- "geo-map": "地理地图",
- "beta-feature": "测试版",
- "task-list": "任务列表",
- "ai-chat": "AI聊天",
- "new-feature": "新建",
- "collections": "集合",
- "book": "集合"
- },
- "protect_note": {
- "toggle-on": "保护笔记",
- "toggle-off": "取消保护笔记",
- "toggle-on-hint": "笔记未受保护,点击以保护",
- "toggle-off-hint": "笔记已受保护,点击以取消保护"
- },
- "shared_switch": {
- "shared": "已分享",
- "toggle-on-title": "分享笔记",
- "toggle-off-title": "取消分享笔记",
- "shared-branch": "此笔记仅作为共享笔记存在,取消共享将删除它。您确定要继续并删除此笔记吗?",
- "inherited": "此笔记无法在此处取消共享,因为它通过继承自上级笔记共享。"
- },
- "template_switch": {
- "template": "模板",
- "toggle-on-hint": "将此笔记设为模板",
- "toggle-off-hint": "取消笔记模板设置"
- },
- "open-help-page": "打开帮助页面",
- "find": {
- "case_sensitive": "区分大小写",
- "match_words": "匹配单词",
- "find_placeholder": "在文本中查找...",
- "replace_placeholder": "替换为...",
- "replace": "替换",
- "replace_all": "全部替换"
- },
- "highlights_list_2": {
- "title": "高亮列表",
- "options": "选项"
- },
- "quick-search": {
- "placeholder": "快速搜索",
- "searching": "正在搜索...",
- "no-results": "未找到结果",
- "more-results": "... 以及另外 {{number}} 个结果。",
- "show-in-full-search": "在完整的搜索界面中显示"
- },
- "note_tree": {
- "collapse-title": "折叠笔记树",
- "scroll-active-title": "滚动到活跃笔记",
- "tree-settings-title": "树设置",
- "hide-archived-notes": "隐藏已归档笔记",
- "automatically-collapse-notes": "自动折叠笔记",
- "automatically-collapse-notes-title": "笔记在一段时间内未使用将被折叠,以减少树形结构的杂乱。",
- "save-changes": "保存并应用更改",
- "auto-collapsing-notes-after-inactivity": "在不活跃后自动折叠笔记...",
- "saved-search-note-refreshed": "已保存的搜索笔记已刷新。",
- "hoist-this-note-workspace": "聚焦此笔记(工作区)",
- "refresh-saved-search-results": "刷新保存的搜索结果",
- "create-child-note": "创建子笔记",
- "unhoist": "取消聚焦"
- },
- "title_bar_buttons": {
- "window-on-top": "保持此窗口置顶"
- },
- "note_detail": {
- "could_not_find_typewidget": "找不到类型为 '{{type}}' 的 typeWidget"
- },
- "note_title": {
- "placeholder": "请输入笔记标题..."
- },
- "search_result": {
- "no_notes_found": "没有找到符合搜索条件的笔记。",
- "search_not_executed": "尚未执行搜索。请点击上方的\"搜索\"按钮查看结果。"
- },
- "spacer": {
- "configure_launchbar": "配置启动栏"
- },
- "sql_result": {
- "no_rows": "此查询没有返回任何数据"
- },
- "sql_table_schemas": {
- "tables": "表"
- },
- "tab_row": {
- "close_tab": "关闭标签页",
- "add_new_tab": "添加新标签页",
- "close": "关闭",
- "close_other_tabs": "关闭其他标签页",
- "close_right_tabs": "关闭右侧标签页",
- "close_all_tabs": "关闭所有标签页",
- "reopen_last_tab": "重新打开关闭的标签页",
- "move_tab_to_new_window": "将此标签页移动到新窗口",
- "copy_tab_to_new_window": "将此标签页复制到新窗口",
- "new_tab": "新标签页"
- },
- "toc": {
- "table_of_contents": "目录",
- "options": "选项"
- },
- "watched_file_update_status": {
- "file_last_modified": "文件 最后修改时间为 。",
- "upload_modified_file": "上传修改的文件",
- "ignore_this_change": "忽略此更改"
- },
- "app_context": {
- "please_wait_for_save": "请等待几秒钟以完成保存,然后您可以尝试再操作一次。"
- },
- "note_create": {
- "duplicated": "笔记 \"{{title}}\" 已被复制。"
- },
- "image": {
- "copied-to-clipboard": "图片的引用已复制到剪贴板,可以粘贴到任何文本笔记中。",
- "cannot-copy": "无法将图片引用复制到剪贴板。"
- },
- "clipboard": {
- "cut": "笔记已剪切到剪贴板。",
- "copied": "笔记已复制到剪贴板。",
- "copy_failed": "由于权限问题,无法复制到剪贴板。",
- "copy_success": "已复制到剪贴板。"
- },
- "entrypoints": {
- "note-revision-created": "笔记修订已创建。",
- "note-executed": "笔记已执行。",
- "sql-error": "执行 SQL 查询时发生错误:{{message}}"
- },
- "branches": {
- "cannot-move-notes-here": "无法将笔记移动到这里。",
- "delete-status": "删除状态",
- "delete-notes-in-progress": "正在删除笔记:{{count}}",
- "delete-finished-successfully": "删除成功完成。",
- "undeleting-notes-in-progress": "正在恢复删除的笔记:{{count}}",
- "undeleting-notes-finished-successfully": "恢复删除的笔记已成功完成。"
- },
- "frontend_script_api": {
- "async_warning": "您正在将一个异步函数传递给 `api.runOnBackend()`,这可能无法按预期工作。\\n要么使该函数同步(通过移除 `async` 关键字),要么使用 `api.runAsyncOnBackendWithManualTransactionHandling()`。",
- "sync_warning": "您正在将一个同步函数传递给 `api.runAsyncOnBackendWithManualTransactionHandling()`,\\n而您可能应该使用 `api.runOnBackend()`。"
- },
- "ws": {
- "sync-check-failed": "同步检查失败!",
- "consistency-checks-failed": "一致性检查失败!请查看日志了解详细信息。",
- "encountered-error": "遇到错误 \"{{message}}\",请查看控制台。"
- },
- "hoisted_note": {
- "confirm_unhoisting": "请求的笔记 '{{requestedNote}}' 位于聚焦的笔记 '{{hoistedNote}}' 的子树之外,您必须取消聚焦才能访问该笔记。是否继续取消聚焦?"
- },
- "launcher_context_menu": {
- "reset_launcher_confirm": "您确定要重置 \"{{title}}\" 吗?此笔记(及其子项)中的所有数据/设置将丢失,且启动器将恢复到其原始位置。",
- "add-note-launcher": "添加笔记启动器",
- "add-script-launcher": "添加脚本启动器",
- "add-custom-widget": "添加自定义小部件",
- "add-spacer": "添加间隔",
- "delete": "删除 ",
- "reset": "重置",
- "move-to-visible-launchers": "移动到可见启动器",
- "move-to-available-launchers": "移动到可用启动器",
- "duplicate-launcher": "复制启动器 "
- },
- "editable-text": {
- "auto-detect-language": "自动检测"
- },
- "highlighting": {
- "title": "代码块",
- "description": "控制文本笔记中代码块的语法高亮,代码笔记不会受到影响。",
- "color-scheme": "颜色方案"
- },
- "code_block": {
- "word_wrapping": "自动换行",
- "theme_none": "无语法高亮",
- "theme_group_light": "浅色主题",
- "theme_group_dark": "深色主题",
- "copy_title": "复制到剪贴板"
- },
- "classic_editor_toolbar": {
- "title": "格式"
- },
- "editor": {
- "title": "编辑器"
- },
- "editing": {
- "editor_type": {
- "label": "格式工具栏",
- "floating": {
- "title": "浮动",
- "description": "编辑工具出现在光标附近;"
- },
- "fixed": {
- "title": "固定",
- "description": "编辑工具出现在 \"格式\" 功能区标签中。"
- },
- "multiline-toolbar": "如果工具栏无法完全显示,则分多行显示。"
- }
- },
- "electron_context_menu": {
- "add-term-to-dictionary": "将 \"{{term}}\" 添加到字典",
- "cut": "剪切",
- "copy": "复制",
- "copy-link": "复制链接",
- "paste": "粘贴",
- "paste-as-plain-text": "以纯文本粘贴",
- "search_online": "用 {{searchEngine}} 搜索 \"{{term}}\""
- },
- "image_context_menu": {
- "copy_reference_to_clipboard": "复制引用到剪贴板",
- "copy_image_to_clipboard": "复制图片到剪贴板"
- },
- "link_context_menu": {
- "open_note_in_new_tab": "在新标签页中打开笔记",
- "open_note_in_new_split": "在新分屏中打开笔记",
- "open_note_in_new_window": "在新窗口中打开笔记",
- "open_note_in_popup": "快速编辑"
- },
- "electron_integration": {
- "desktop-application": "桌面应用程序",
- "native-title-bar": "原生标题栏",
- "native-title-bar-description": "对于 Windows 和 macOS,关闭原生标题栏可使应用程序看起来更紧凑。在 Linux 上,保留原生标题栏可以更好地与系统集成。",
- "background-effects": "启用背景效果(仅适用于 Windows 11)",
- "background-effects-description": "Mica 效果为应用窗口添加模糊且时尚的背景,营造出深度感和现代外观。",
- "restart-app-button": "重启应用程序以查看更改",
- "zoom-factor": "缩放系数"
- },
- "note_autocomplete": {
- "search-for": "搜索 \"{{term}}\"",
- "create-note": "创建并链接子笔记 \"{{term}}\"",
- "insert-external-link": "插入指向 \"{{term}}\" 的外部链接",
- "clear-text-field": "清除文本字段",
- "show-recent-notes": "显示最近的笔记",
- "full-text-search": "全文搜索"
- },
- "note_tooltip": {
- "note-has-been-deleted": "笔记已被删除。",
- "quick-edit": "快速编辑"
- },
- "geo-map": {
- "create-child-note-title": "创建一个新的子笔记并将其添加到地图中",
- "create-child-note-instruction": "单击地图以在该位置创建新笔记,或按 Escape 以取消。",
- "unable-to-load-map": "无法加载地图。"
- },
- "geo-map-context": {
- "open-location": "打开位置",
- "remove-from-map": "从地图中移除",
- "add-note": "在这个位置添加一个标记"
- },
- "help-button": {
- "title": "打开相关帮助页面"
- },
- "duration": {
- "seconds": "秒",
- "minutes": "分钟",
- "hours": "小时",
- "days": "天"
- },
- "share": {
- "title": "共享设置",
- "redirect_bare_domain": "将裸域重定向到共享页面",
- "redirect_bare_domain_description": "将匿名用户重定向到共享页面,而不是显示登录",
- "show_login_link": "在共享主题中显示登录链接",
- "show_login_link_description": "在共享页面底部添加登录链接",
- "check_share_root": "检查共享根状态",
- "share_root_found": "共享根笔记 '{{noteTitle}}' 已准备好",
- "share_root_not_found": "未找到带有 #shareRoot 标签的笔记",
- "share_root_not_shared": "笔记 '{{noteTitle}}' 具有 #shareRoot 标签,但未共享"
- },
- "time_selector": {
- "invalid_input": "输入的时间值不是有效数字。",
- "minimum_input": "输入的时间值需要至少 {{minimumSeconds}} 秒。"
- },
- "tasks": {
- "due": {
- "today": "今天",
- "tomorrow": "明天",
- "yesterday": "昨天"
- }
- },
- "ai_llm": {
- "not_started": "未开始",
- "title": "AI设置",
- "processed_notes": "已处理笔记",
- "total_notes": "笔记总数",
- "progress": "进度",
- "queued_notes": "排队中笔记",
- "failed_notes": "失败笔记",
- "last_processed": "最后处理时间",
- "refresh_stats": "刷新统计数据",
- "enable_ai_features": "启用AI/LLM功能",
- "enable_ai_description": "启用笔记摘要、内容生成等AI功能及其他LLM能力",
- "openai_tab": "OpenAI",
- "anthropic_tab": "Anthropic",
- "voyage_tab": "Voyage AI",
- "ollama_tab": "Ollama",
- "enable_ai": "启用AI/LLM功能",
- "enable_ai_desc": "启用笔记摘要、内容生成等AI功能及其他LLM能力",
- "provider_configuration": "AI提供商配置",
- "provider_precedence": "提供商优先级",
- "provider_precedence_description": "按优先级排序的提供商列表(用逗号分隔,例如:'openai,anthropic,ollama')",
- "temperature": "温度参数",
- "temperature_description": "控制响应的随机性(0 = 确定性输出,2 = 最大随机性)",
- "system_prompt": "系统提示词",
- "system_prompt_description": "所有AI交互使用的默认系统提示词",
- "openai_configuration": "OpenAI配置",
- "openai_settings": "OpenAI设置",
- "api_key": "API密钥",
- "url": "基础URL",
- "model": "模型",
- "openai_api_key_description": "用于访问OpenAI服务的API密钥",
- "anthropic_api_key_description": "用于访问Claude模型的Anthropic API密钥",
- "default_model": "默认模型",
- "openai_model_description": "示例:gpt-4o、gpt-4-turbo、gpt-3.5-turbo",
- "base_url": "基础URL",
- "openai_url_description": "默认:https://api.openai.com/v1",
- "anthropic_settings": "Anthropic设置",
- "anthropic_url_description": "Anthropic API的基础URL(默认:https://api.anthropic.com)",
- "anthropic_model_description": "用于聊天补全的Anthropic Claude模型",
- "voyage_settings": "Voyage AI设置",
- "ollama_settings": "Ollama设置",
- "ollama_url_description": "Ollama API的URL(默认:http://localhost:11434)",
- "ollama_model_description": "用于聊天补全的 Ollama 模型",
- "anthropic_configuration": "Anthropic配置",
- "voyage_configuration": "Voyage AI配置",
- "voyage_url_description": "默认:https://api.voyageai.com/v1",
- "ollama_configuration": "Ollama配置",
- "enable_ollama": "启用Ollama",
- "enable_ollama_description": "启用Ollama以使用本地AI模型",
- "ollama_url": "Ollama URL",
- "ollama_model": "Ollama模型",
- "refresh_models": "刷新模型",
- "refreshing_models": "刷新中...",
- "enable_automatic_indexing": "启用自动索引",
- "rebuild_index": "重建索引",
- "rebuild_index_error": "启动索引重建失败。请查看日志了解详情。",
- "note_title": "笔记标题",
- "error": "错误",
- "last_attempt": "最后尝试时间",
- "actions": "操作",
- "retry": "重试",
- "partial": "{{ percentage }}% 已完成",
- "retry_queued": "笔记已加入重试队列",
- "retry_failed": "笔记加入重试队列失败",
- "max_notes_per_llm_query": "每次查询的最大笔记数",
- "max_notes_per_llm_query_description": "AI上下文包含的最大相似笔记数量",
- "active_providers": "活跃提供商",
- "disabled_providers": "已禁用提供商",
- "remove_provider": "从搜索中移除提供商",
- "restore_provider": "将提供商恢复到搜索中",
- "similarity_threshold": "相似度阈值",
- "similarity_threshold_description": "纳入LLM查询上下文的笔记最低相似度分数(0-1)",
- "reprocess_index": "重建搜索索引",
- "reprocessing_index": "重建中...",
- "reprocess_index_started": "搜索索引优化已在后台启动",
- "reprocess_index_error": "重建搜索索引失败",
- "index_rebuild_progress": "索引重建进度",
- "index_rebuilding": "正在优化索引({{percentage}}%)",
- "index_rebuild_complete": "索引优化完成",
- "index_rebuild_status_error": "检查索引重建状态失败",
- "never": "从未",
- "processing": "处理中({{percentage}}%)",
- "incomplete": "未完成({{percentage}}%)",
- "complete": "已完成(100%)",
- "refreshing": "刷新中...",
- "auto_refresh_notice": "每 {{seconds}} 秒自动刷新",
- "note_queued_for_retry": "笔记已加入重试队列",
- "failed_to_retry_note": "重试笔记失败",
- "all_notes_queued_for_retry": "所有失败笔记已加入重试队列",
- "failed_to_retry_all": "重试笔记失败",
- "ai_settings": "AI设置",
- "api_key_tooltip": "用于访问服务的API密钥",
- "empty_key_warning": {
- "anthropic": "Anthropic API密钥为空。请输入有效的API密钥。",
- "openai": "OpenAI API密钥为空。请输入有效的API密钥。",
- "voyage": "Voyage API密钥为空。请输入有效的API密钥。",
- "ollama": "Ollama API密钥为空。请输入有效的API密钥。"
- },
- "agent": {
- "processing": "处理中...",
- "thinking": "思考中...",
- "loading": "加载中...",
- "generating": "生成中..."
- },
- "name": "AI",
- "openai": "OpenAI",
- "use_enhanced_context": "使用增强上下文",
- "enhanced_context_description": "为AI提供来自笔记及其相关笔记的更多上下文,以获得更好的响应",
- "show_thinking": "显示思考过程",
- "show_thinking_description": "显示AI的思维链过程",
- "enter_message": "输入你的消息...",
- "error_contacting_provider": "联系AI提供商失败。请检查你的设置和网络连接。",
- "error_generating_response": "生成AI响应失败",
- "index_all_notes": "为所有笔记建立索引",
- "index_status": "索引状态",
- "indexed_notes": "已索引笔记",
- "indexing_stopped": "索引已停止",
- "indexing_in_progress": "索引进行中...",
- "last_indexed": "最后索引时间",
- "n_notes_queued_0": "{{ count }} 条笔记已加入索引队列",
- "note_chat": "笔记聊天",
- "notes_indexed_0": "{{ count }} 条笔记已索引",
- "sources": "来源",
- "start_indexing": "开始索引",
- "use_advanced_context": "使用高级上下文",
- "ollama_no_url": "Ollama 未配置。请输入有效的URL。",
- "chat": {
- "root_note_title": "AI聊天记录",
- "root_note_content": "此笔记包含你保存的AI聊天对话。",
- "new_chat_title": "新聊天",
- "create_new_ai_chat": "创建新的AI聊天"
- },
- "create_new_ai_chat": "创建新的AI聊天",
- "configuration_warnings": "你的AI配置存在一些问题。请检查你的设置。",
- "experimental_warning": "LLM功能目前处于实验阶段 - 特此提醒。",
- "selected_provider": "已选提供商",
- "selected_provider_description": "选择用于聊天和补全功能的AI提供商",
- "select_model": "选择模型...",
- "select_provider": "选择提供商..."
- },
- "code-editor-options": {
- "title": "编辑器"
- },
- "custom_date_time_format": {
- "title": "自定义日期/时间格式",
- "description": "通过或工具栏的方式可自定义日期和时间格式,有关日期/时间格式字符串中各个字符的含义,请参阅Day.js docs。",
- "format_string": "日期/时间格式字符串:",
- "formatted_time": "格式化后日期/时间:"
- },
- "content_widget": {
- "unknown_widget": "未知组件:\"{{id}}\"."
- },
- "note_language": {
- "not_set": "不设置",
- "configure-languages": "设置语言..."
- },
- "content_language": {
- "title": "内容语言",
- "description": "选择一种或多种语言出现在只读或可编辑文本注释的基本属性,这将支持拼写检查或从右向左之类的功能。"
- },
- "switch_layout_button": {
- "title_vertical": "将编辑面板移至底部",
- "title_horizontal": "将编辑面板移至左侧"
- },
- "toggle_read_only_button": {
- "unlock-editing": "解锁编辑",
- "lock-editing": "锁定编辑"
- },
- "png_export_button": {
- "button_title": "将图表导出为PNG"
- },
- "svg": {
- "export_to_png": "无法将图表导出为PNG。"
- },
- "code_theme": {
- "title": "外观",
- "word_wrapping": "自动换行",
- "color-scheme": "配色方案"
- },
- "cpu_arch_warning": {
- "title": "请下载ARM64版本",
- "message_macos": "TriliumNext当前正在通过Rosetta 2转译运行,这意味着您在Apple Silicon芯片的Mac上使用的是Intel(x64)版本。这将显著影响性能和电池续航。",
- "message_windows": "TriliumNext当前正在模拟环境中运行,这意味着您在ARM架构的Windows设备上使用的是Intel(x64)版本。这将显著影响性能和电池续航。",
- "recommendation": "为获得最佳体验,请从我们的发布页面下载TriliumNext的原生ARM64版本。",
- "download_link": "下载原生版本",
- "continue_anyway": "仍然继续",
- "dont_show_again": "不再显示此警告"
- },
- "editorfeatures": {
- "title": "功能",
- "emoji_completion_enabled": "启用表情自动补全",
- "note_completion_enabled": "启用笔记自动补全"
- },
- "table_view": {
- "new-row": "新增行",
- "new-column": "新增列",
- "sort-column-by": "按\"{{title}}\"排序",
- "sort-column-ascending": "升序",
- "sort-column-descending": "降序",
- "sort-column-clear": "清除排序",
- "hide-column": "隐藏\"{{title}}\"列",
- "show-hide-columns": "显示/隐藏列",
- "row-insert-above": "在上方插入行",
- "row-insert-below": "在下方插入行",
- "row-insert-child": "插入子笔记",
- "add-column-to-the-left": "在左侧添加列",
- "add-column-to-the-right": "在右侧添加列",
- "edit-column": "编辑列",
- "delete_column_confirmation": "确定要删除此列吗?所有笔记中对应的属性都将被移除。",
- "delete-column": "删除列",
- "new-column-label": "标签",
- "new-column-relation": "关联"
- },
- "book_properties_config": {
- "hide-weekends": "隐藏周末",
- "display-week-numbers": "显示周数",
- "map-style": "地图样式:",
- "max-nesting-depth": "最大嵌套深度:",
- "raster": "栅格",
- "vector_light": "矢量(浅色)",
- "vector_dark": "矢量(深色)",
- "show-scale": "显示比例尺"
- },
- "table_context_menu": {
- "delete_row": "删除行"
- },
- "board_view": {
- "delete-note": "删除笔记",
- "move-to": "移动到",
- "insert-above": "在上方插入",
- "insert-below": "在下方插入",
- "delete-column": "删除列",
- "delete-column-confirmation": "确定要删除此列吗?此列下所有笔记中对应的属性也将被删除。",
- "new-item": "新增项目",
- "add-column": "添加列"
- },
- "command_palette": {
- "tree-action-name": "树形:{{name}}",
- "export_note_title": "导出笔记",
- "export_note_description": "导出当前笔记",
- "show_attachments_title": "显示附件",
- "show_attachments_description": "查看笔记附件",
- "search_notes_title": "搜索笔记",
- "search_notes_description": "打开高级搜索",
- "search_subtree_title": "在子树中搜索",
- "search_subtree_description": "在当前子树范围内搜索",
- "search_history_title": "显示搜索历史",
- "search_history_description": "查看之前的搜索记录",
- "configure_launch_bar_title": "配置启动栏",
- "configure_launch_bar_description": "打开启动栏配置,添加或移除项目。"
- },
- "content_renderer": {
- "open_externally": "在外部打开"
- },
- "modal": {
- "close": "关闭"
+ "about": {
+ "title": "关于 Trilium Notes",
+ "homepage": "项目主页:",
+ "app_version": "应用版本:",
+ "db_version": "数据库版本:",
+ "sync_version": "同步版本:",
+ "build_date": "编译日期:",
+ "build_revision": "编译版本:",
+ "data_directory": "数据目录:"
+ },
+ "toast": {
+ "critical-error": {
+ "title": "严重错误",
+ "message": "发生了严重错误,导致客户端应用程序无法启动:\n\n{{message}}\n\n这很可能是由于脚本以意外的方式失败引起的。请尝试以安全模式启动应用程序并解决问题。"
+ },
+ "widget-error": {
+ "title": "小部件初始化失败",
+ "message-custom": "来自 ID 为 \"{{id}}\"、标题为 \"{{title}}\" 的笔记的自定义小部件因以下原因无法初始化:\n\n{{message}}",
+ "message-unknown": "未知小部件因以下原因无法初始化:\n\n{{message}}"
+ },
+ "bundle-error": {
+ "title": "加载自定义脚本失败",
+ "message": "来自 ID 为 \"{{id}}\"、标题为 \"{{title}}\" 的笔记的脚本因以下原因无法执行:\n\n{{message}}"
}
+ },
+ "add_link": {
+ "add_link": "添加链接",
+ "help_on_links": "链接帮助",
+ "note": "笔记",
+ "search_note": "按名称搜索笔记",
+ "link_title_mirrors": "链接标题跟随笔记标题变化",
+ "link_title_arbitrary": "链接标题可随意修改",
+ "link_title": "链接标题",
+ "button_add_link": "添加链接"
+ },
+ "branch_prefix": {
+ "edit_branch_prefix": "编辑分支前缀",
+ "help_on_tree_prefix": "有关树前缀的帮助",
+ "prefix": "前缀: ",
+ "save": "保存",
+ "branch_prefix_saved": "分支前缀已保存。"
+ },
+ "bulk_actions": {
+ "bulk_actions": "批量操作",
+ "affected_notes": "受影响的笔记",
+ "include_descendants": "包括所选笔记的子笔记",
+ "available_actions": "可用操作",
+ "chosen_actions": "选择的操作",
+ "execute_bulk_actions": "执行批量操作",
+ "bulk_actions_executed": "批量操作已成功执行。",
+ "none_yet": "暂无操作 ... 通过点击上方的可用操作添加一个操作。",
+ "labels": "标签",
+ "relations": "关联关系",
+ "notes": "笔记",
+ "other": "其它"
+ },
+ "clone_to": {
+ "clone_notes_to": "克隆笔记到...",
+ "help_on_links": "链接帮助",
+ "notes_to_clone": "要克隆的笔记",
+ "target_parent_note": "目标父笔记",
+ "search_for_note_by_its_name": "按名称搜索笔记",
+ "cloned_note_prefix_title": "克隆的笔记将在笔记树中显示给定的前缀",
+ "prefix_optional": "前缀(可选)",
+ "clone_to_selected_note": "克隆到选定的笔记",
+ "no_path_to_clone_to": "没有克隆路径。",
+ "note_cloned": "笔记 \"{{clonedTitle}}\" 已克隆到 \"{{targetTitle}}\""
+ },
+ "confirm": {
+ "confirmation": "确认",
+ "cancel": "取消",
+ "ok": "确定",
+ "are_you_sure_remove_note": "确定要从关系图中移除笔记 \"{{title}}\" ? ",
+ "if_you_dont_check": "如果不选中此项,笔记将仅从关系图中移除。",
+ "also_delete_note": "同时删除笔记"
+ },
+ "delete_notes": {
+ "delete_notes_preview": "删除笔记预览",
+ "close": "关闭",
+ "delete_all_clones_description": "同时删除所有克隆(可以在最近修改中撤消)",
+ "erase_notes_description": "通常(软)删除仅标记笔记为已删除,可以在一段时间内通过最近修改对话框撤消。选中此选项将立即擦除笔记,不可撤销。",
+ "erase_notes_warning": "永久擦除笔记(无法撤销),包括所有克隆。这将强制应用程序重载。",
+ "notes_to_be_deleted": "将删除以下笔记 ({{notesCount}})",
+ "no_note_to_delete": "没有笔记将被删除(仅克隆)。",
+ "broken_relations_to_be_deleted": "将删除以下关系并断开连接 ({{ relationCount}})",
+ "cancel": "取消",
+ "ok": "确定",
+ "deleted_relation_text": "笔记 {{- note}} (将被删除的笔记) 被以下关系 {{- relation}} 引用, 来自 {{- source}}。"
+ },
+ "export": {
+ "export_note_title": "导出笔记",
+ "close": "关闭",
+ "export_type_subtree": "此笔记及其所有子笔记",
+ "format_html": "HTML - 推荐,因为它保留所有格式",
+ "format_html_zip": "HTML ZIP 归档 - 建议使用此选项,因为它保留了所有格式。",
+ "format_markdown": "Markdown - 保留大部分格式。",
+ "format_opml": "OPML - 大纲交换格式,仅限文本。不包括格式、图像和文件。",
+ "opml_version_1": "OPML v1.0 - 仅限纯文本",
+ "opml_version_2": "OPML v2.0 - 还允许 HTML",
+ "export_type_single": "仅此笔记,不包括子笔记",
+ "export": "导出",
+ "choose_export_type": "请先选择导出类型",
+ "export_status": "导出状态",
+ "export_in_progress": "导出进行中:{{progressCount}}",
+ "export_finished_successfully": "导出成功完成。",
+ "format_pdf": "PDF - 用于打印或共享目的。"
+ },
+ "help": {
+ "noteNavigation": "笔记导航",
+ "goUpDown": "在笔记列表中向上/向下移动",
+ "collapseExpand": "折叠/展开节点",
+ "notSet": "未设置",
+ "goBackForwards": "在历史记录中前后移动",
+ "showJumpToNoteDialog": "显示\"跳转到\" 对话框",
+ "scrollToActiveNote": "滚动到活跃笔记",
+ "jumpToParentNote": "跳转到父笔记",
+ "collapseWholeTree": "折叠整个笔记树",
+ "collapseSubTree": "折叠子树",
+ "tabShortcuts": "标签页快捷键",
+ "onlyInDesktop": "仅在桌面版(电子构建)中",
+ "openEmptyTab": "打开空白标签页",
+ "closeActiveTab": "关闭活跃标签页",
+ "activateNextTab": "激活下一个标签页",
+ "activatePreviousTab": "激活上一个标签页",
+ "creatingNotes": "创建笔记",
+ "createNoteAfter": "在活跃笔记后创建新笔记",
+ "createNoteInto": "在活跃笔记中创建新子笔记",
+ "editBranchPrefix": "编辑活跃笔记克隆的前缀",
+ "movingCloningNotes": "移动/克隆笔记",
+ "moveNoteUpDown": "在笔记列表中向上/向下移动笔记",
+ "moveNoteUpHierarchy": "在层级结构中向上移动笔记",
+ "multiSelectNote": "多选上/下笔记",
+ "selectAllNotes": "选择当前级别的所有笔记",
+ "selectNote": "选择笔记",
+ "copyNotes": "将活跃笔记(或当前选择)复制到剪贴板(用于克隆)",
+ "cutNotes": "将当前笔记(或当前选择)剪切到剪贴板(用于移动笔记)",
+ "pasteNotes": "将笔记粘贴为活跃笔记的子笔记(根据是复制还是剪切到剪贴板来决定是移动还是克隆)",
+ "deleteNotes": "删除笔记/子树",
+ "editingNotes": "编辑笔记",
+ "editNoteTitle": "在树形笔记树中,焦点会从笔记树切换到笔记标题。按下 Enter 键会将焦点从笔记标题切换到文本编辑器。按下 Ctrl+. 会将焦点从编辑器切换回笔记树。",
+ "createEditLink": "创建/编辑外部链接",
+ "createInternalLink": "创建内部链接",
+ "followLink": "跟随光标下的链接",
+ "insertDateTime": "在插入点插入当前日期和时间",
+ "jumpToTreePane": "跳转到树面板并滚动到活跃笔记",
+ "markdownAutoformat": "类 Markdown 自动格式化",
+ "headings": "##, ###, #### 等,后跟空格,自动转换为标题",
+ "bulletList": "* 或 - 后跟空格,自动转换为项目符号列表",
+ "numberedList": "1. or 1) 后跟空格,自动转换为编号列表",
+ "blockQuote": "一行以 > 开头并后跟空格,自动转换为块引用",
+ "troubleshooting": "故障排除",
+ "reloadFrontend": "重载 Trilium 前端",
+ "showDevTools": "显示开发者工具",
+ "showSQLConsole": "显示 SQL 控制台",
+ "other": "其他",
+ "quickSearch": "定位到快速搜索框",
+ "inPageSearch": "页面内搜索",
+ "newTabWithActivationNoteLink": "在新标签页打开笔记链接并激活该标签页",
+ "title": "资料表",
+ "newTabNoteLink": "在新标签页开启链接"
+ },
+ "import": {
+ "importIntoNote": "导入到笔记",
+ "chooseImportFile": "选择导入文件",
+ "importDescription": "所选文件的内容将作为子笔记导入到",
+ "options": "选项",
+ "safeImportTooltip": "Trilium .zip 导出文件可能包含可能有害的可执行脚本。安全导入将停用所有导入脚本的自动执行。仅当您完全信任导入的可执行脚本的内容时,才取消选中“安全导入”。",
+ "safeImport": "安全导入",
+ "explodeArchivesTooltip": "如果选中此项,则Trilium将读取.zip、.enex和.opml文件,并从这些归档文件内部的文件创建笔记。如果未选中,则Trilium会将这些归档文件本身附加到笔记中。",
+ "explodeArchives": "读取.zip、.enex和.opml归档文件的内容。",
+ "shrinkImagesTooltip": "如果选中此选项,Trilium将尝试通过缩放和优化来缩小导入的图像,这可能会影响图像的感知质量。如果未选中,图像将不做修改地导入。
这不适用于带有元数据的.zip导入,因为这些文件已被假定为已优化。
.json)导入为代码笔记",
+ "replaceUnderscoresWithSpaces": "在导入的笔记名称中将下划线替换为空格",
+ "import": "导入",
+ "failed": "导入失败: {{message}}.",
+ "html_import_tags": {
+ "title": "HTML 导入标签",
+ "description": "配置在导入笔记时应保留的 HTML 标签。不在此列表中的标签将在导入过程中被移除。一些标签(例如 'script')为了安全性会始终被移除。",
+ "placeholder": "输入 HTML 标签,每行一个",
+ "reset_button": "重置为默认列表"
+ },
+ "import-status": "导入状态",
+ "in-progress": "导入进行中:{{progress}}",
+ "successful": "导入成功完成。"
+ },
+ "include_note": {
+ "dialog_title": "包含笔记",
+ "label_note": "笔记",
+ "placeholder_search": "按名称搜索笔记",
+ "box_size_prompt": "包含笔记的框大小:",
+ "box_size_small": "小型 (显示大约10行)",
+ "box_size_medium": "中型 (显示大约30行)",
+ "box_size_full": "完整显示(完整文本框)",
+ "button_include": "包含笔记"
+ },
+ "info": {
+ "modalTitle": "信息消息",
+ "closeButton": "关闭",
+ "okButton": "确定"
+ },
+ "jump_to_note": {
+ "search_button": "全文搜索",
+ "search_placeholder": "按名称或类型搜索笔记 > 查看命令..."
+ },
+ "markdown_import": {
+ "dialog_title": "Markdown 导入",
+ "modal_body_text": "由于浏览器沙箱的限制,无法直接从 JavaScript 读取剪贴板内容。请将要导入的 Markdown 文本粘贴到下面的文本框中,然后点击导入按钮",
+ "import_button": "导入",
+ "import_success": "Markdown 内容已成功导入文档。"
+ },
+ "move_to": {
+ "dialog_title": "移动笔记到...",
+ "notes_to_move": "需要移动的笔记",
+ "target_parent_note": "目标父笔记",
+ "search_placeholder": "通过名称搜索笔记",
+ "move_button": "移动到选定的笔记",
+ "error_no_path": "没有可以移动到的路径。",
+ "move_success_message": "所选笔记已移动到 "
+ },
+ "note_type_chooser": {
+ "modal_title": "选择笔记类型",
+ "modal_body": "选择新笔记的类型或模板:",
+ "templates": "模板",
+ "change_path_prompt": "更改创建新笔记的位置:",
+ "search_placeholder": "按名称搜索路径(默认为空)",
+ "builtin_templates": "内置模板"
+ },
+ "password_not_set": {
+ "title": "密码未设置",
+ "body1": "受保护的笔记使用用户密码加密,但密码尚未设置。",
+ "body2": "若要保护笔记,请按一下下方按钮开启「选项」对话框并设置密码。",
+ "go_to_password_options": "移动至密码选项"
+ },
+ "prompt": {
+ "title": "提示",
+ "ok": "确定",
+ "defaultTitle": "提示"
+ },
+ "protected_session_password": {
+ "modal_title": "保护会话",
+ "help_title": "关于保护笔记的帮助",
+ "close_label": "关闭",
+ "form_label": "输入密码进入保护会话以继续:",
+ "start_button": "开始保护会话"
+ },
+ "recent_changes": {
+ "title": "最近修改",
+ "erase_notes_button": "立即清理已删除的笔记",
+ "deleted_notes_message": "已删除的笔记已清理。",
+ "no_changes_message": "暂无修改...",
+ "undelete_link": "恢复删除",
+ "confirm_undelete": "您确定要恢复此笔记及其子笔记吗?"
+ },
+ "revisions": {
+ "note_revisions": "笔记历史版本",
+ "delete_all_revisions": "删除此笔记的所有修订版本",
+ "delete_all_button": "删除所有修订版本",
+ "help_title": "关于笔记修订版本的帮助",
+ "revision_last_edited": "此修订版本上次编辑于 {{date}}",
+ "confirm_delete_all": "您是否要删除此笔记的所有修订版本?",
+ "no_revisions": "此笔记暂无修订版本...",
+ "restore_button": "恢复",
+ "confirm_restore": "您是否要恢复此修订版本?这将使用此修订版本覆盖笔记的当前标题和内容。",
+ "delete_button": "删除",
+ "confirm_delete": "您是否要删除此修订版本?",
+ "revisions_deleted": "笔记修订版本已删除。",
+ "revision_restored": "笔记修订版本已恢复。",
+ "revision_deleted": "笔记修订版本已删除。",
+ "snapshot_interval": "笔记快照保存间隔: {{seconds}}秒。",
+ "maximum_revisions": "当前笔记的最大历史数量: {{number}}。",
+ "settings": "笔记修订设置",
+ "download_button": "下载",
+ "mime": "MIME 类型: ",
+ "file_size": "文件大小:",
+ "preview": "预览:",
+ "preview_not_available": "无法预览此类型的笔记。"
+ },
+ "sort_child_notes": {
+ "sort_children_by": "按...排序子笔记",
+ "sorting_criteria": "排序条件",
+ "title": "标题",
+ "date_created": "创建日期",
+ "date_modified": "修改日期",
+ "sorting_direction": "排序方向",
+ "ascending": "升序",
+ "descending": "降序",
+ "folders": "文件夹",
+ "sort_folders_at_top": "将文件夹置顶排序",
+ "natural_sort": "自然排序",
+ "sort_with_respect_to_different_character_sorting": "根据不同语言或地区的字符排序和排序规则排序。",
+ "natural_sort_language": "自然排序语言",
+ "the_language_code_for_natural_sort": "自然排序的语言代码,例如中文的 \"zh-CN\"。",
+ "sort": "排序"
+ },
+ "upload_attachments": {
+ "upload_attachments_to_note": "上传附件到笔记",
+ "choose_files": "选择文件",
+ "files_will_be_uploaded": "文件将作为附件上传到 {{noteTitle}}",
+ "options": "选项",
+ "shrink_images": "缩小图片",
+ "upload": "上传",
+ "tooltip": "如果您勾选此选项,Trilium 将尝试通过缩放和优化来缩小上传的图像,这可能会影响感知的图像质量。如果未选中,则将以不进行修改的方式上传图像。"
+ },
+ "attribute_detail": {
+ "attr_detail_title": "属性详情标题",
+ "close_button_title": "取消修改并关闭",
+ "attr_is_owned_by": "属性所有者",
+ "attr_name_title": "属性名称只能由字母数字字符、冒号和下划线组成",
+ "name": "名称",
+ "value": "值",
+ "target_note_title": "关系是源笔记和目标笔记之间的命名连接。",
+ "target_note": "目标笔记",
+ "promoted_title": "升级属性在笔记上突出显示。",
+ "promoted": "升级",
+ "promoted_alias_title": "在升级属性界面中显示的名称。",
+ "promoted_alias": "别名",
+ "multiplicity_title": "多重性定义了可以创建的含有相同名称的属性的数量 - 最多为1或多于1。",
+ "multiplicity": "多重性",
+ "single_value": "单值",
+ "multi_value": "多值",
+ "label_type_title": "标签类型将帮助 Trilium 选择适合的界面来输入标签值。",
+ "label_type": "类型",
+ "text": "文本",
+ "number": "数字",
+ "boolean": "布尔值",
+ "date": "日期",
+ "date_time": "日期和时间",
+ "time": "时间",
+ "url": "网址",
+ "precision_title": "值设置界面中浮点数后的位数。",
+ "precision": "精度",
+ "digits": "位数",
+ "inverse_relation_title": "可选设置,定义此关系与哪个关系相反。例如:父 - 子是彼此的反向关系。",
+ "inverse_relation": "反向关系",
+ "inheritable_title": "可继承属性将被继承到此树下的所有后代。",
+ "inheritable": "可继承",
+ "save_and_close": "保存并关闭 Ctrl+回车",
+ "delete": "删除",
+ "related_notes_title": "含有此标签的其他笔记",
+ "more_notes": "更多笔记",
+ "label": "标签详情",
+ "label_definition": "标签定义详情",
+ "relation": "关系详情",
+ "relation_definition": "关系定义详情",
+ "disable_versioning": "禁用自动版本控制。适用于例如大型但不重要的笔记 - 例如用于脚本编写的大型JS库",
+ "calendar_root": "标记应用作为每日笔记的根。只应标记一个笔记。",
+ "archived": "含有此标签的笔记默认在搜索结果中不可见(也适用于跳转到、添加链接对话框等)。",
+ "exclude_from_export": "笔记(及其子树)不会包含在任何笔记导出中",
+ "run": "定义脚本应运行的事件。可能的值包括:\nrunAtHour指定小时。#run=hourly一起使用。可以多次定义,以便一天内运行多次。",
+ "disable_inclusion": "含有此标签的脚本不会包含在父脚本执行中。",
+ "sorted": "按标题字母顺序保持子笔记排序",
+ "sort_direction": "ASC(默认)或DESC",
+ "sort_folders_first": "文件夹(含有子笔记的笔记)应排在顶部",
+ "top": "在其父级中保留给定笔记在顶部(仅适用于排序的父级)",
+ "hide_promoted_attributes": "隐藏此笔记上的升级属性",
+ "read_only": "编辑器处于只读模式。仅适用于文本和代码笔记。",
+ "auto_read_only_disabled": "文本/代码笔记可以在太大时自动设置为只读模式。您可以通过向笔记添加此标签来对单个笔记单独设置禁用只读。",
+ "app_css": "标记加载到 Trilium 应用程序中的 CSS 笔记,因此可以用于修改 Trilium 的外观。",
+ "app_theme": "标记为完整的 Trilium 主题的 CSS 笔记,因此可以在 Trilium 选项中使用。",
+ "app_theme_base": "设置为“next”,以便使用 TriliumNext 主题而不是旧主题作为自定义主题的基础。",
+ "css_class": "该标签的值将作为 CSS 类添加到树中表示给定笔记的节点。这对于高级主题设置非常有用。可用于模板笔记。",
+ "icon_class": "该标签的值将作为 CSS 类添加到树中图标上,有助于从视觉上区分笔记树里的笔记。比如可以是 bx bx-home - 图标来自 boxicons。可用于模板笔记。",
+ "page_size": "笔记列表中每页的项目数",
+ "custom_request_handler": "请参阅自定义请求处理程序",
+ "custom_resource_provider": "请参阅自定义请求处理程序",
+ "widget": "将此笔记标记为将添加到 Trilium 组件树中的自定义小部件",
+ "workspace": "将此笔记标记为允许轻松聚焦的工作区",
+ "workspace_icon_class": "定义在选项卡中聚焦到此笔记时将使用的框图图标 CSS 类",
+ "workspace_tab_background_color": "聚焦到此笔记时在笔记标签页中使用的 CSS 颜色",
+ "workspace_calendar_root": "定义每个工作区的日历根",
+ "workspace_template": "在创建新笔记时,此笔记将出现在可用模板的选择中,但仅当聚焦到包含此模板的工作区时",
+ "search_home": "新的搜索笔记将作为此笔记的子笔记创建",
+ "workspace_search_home": "当聚焦到此工作区笔记的某个上级笔记时,新的搜索笔记将作为此笔记的子笔记创建",
+ "inbox": "使用侧边栏中的“新建笔记”按钮创建笔记时,默认收件箱位置。笔记将作为标有 #inbox 标签的笔记的子笔记创建。",
+ "workspace_inbox": "当聚焦到此工作区笔记的某个上级笔记时,新的笔记的默认收件箱位置",
+ "sql_console_home": "SQL 控制台笔记的默认位置",
+ "bookmark_folder": "含有此标签的笔记将作为文件夹出现在书签中(允许访问其子笔记)",
+ "share_hidden_from_tree": "此笔记从左侧导航树中隐藏,但仍可通过其 URL 访问",
+ "share_external_link": "笔记将在分享树中作为指向外部网站的链接",
+ "share_alias": "使用此别名定义将在 https://您的trilium域名/share/[别名] 下可用的笔记",
+ "share_omit_default_css": "将省略默认的分享页面 CSS。当您进行广泛的样式修改时使用。",
+ "share_root": "标记作为在 /share 地址分享的根节点笔记。",
+ "share_description": "定义要添加到 HTML meta 标签以供描述的文本",
+ "share_raw": "笔记将以其原始格式提供,不带 HTML 包装器",
+ "share_disallow_robot_indexing": "将通过 X-Robots-Tag: noindex 标头禁止爬虫机器人索引此笔记",
+ "share_credentials": "需要凭据才能访问此分享笔记。值应以 'username:password' 格式提供。请勿忘记使其可继承以应用于子笔记/图像。",
+ "share_index": "含有此标签的笔记将列出所有分享笔记的根",
+ "display_relations": "应显示的逗号分隔关系名称。将隐藏所有其他关系。",
+ "hide_relations": "应隐藏的逗号分隔关系名称。将显示所有其他关系。",
+ "title_template": "创建为此笔记的子笔记时的默认标题。该值将作为 JavaScript 字符串评估\n 并因此可以通过注入的 now 和 parentNote 变量丰富动态内容。示例:\n \n ${parentNote.getLabelValue('authorName')} 的文学作品${now.format('YYYY-MM-DD HH:mm:ss')} 的日志#toc 或 #toc=show 将强制显示目录。#toc=hide 将强制隐藏它。如果标签不存在,则遵守全局设置",
+ "color": "定义笔记树、链接等中笔记的颜色。使用任何有效的 CSS 颜色值,如 'red' 或 #a13d5f",
+ "keyboard_shortcut": "定义立即跳转到此笔记的键盘快捷键。示例:'ctrl+alt+e'。需要前端重载才能生效。",
+ "keep_current_hoisting": "即使笔记不在当前聚焦的子树中显示,打开此链接也不会改变聚焦。",
+ "execute_button": "将执行当前代码笔记的按钮标题",
+ "execute_description": "显示与执行按钮一起显示的当前代码笔记的更长描述",
+ "exclude_from_note_map": "含有此标签的笔记将从笔记地图中隐藏",
+ "new_notes_on_top": "新笔记将创建在父笔记的顶部,而不是底部。",
+ "hide_highlight_widget": "隐藏高亮列表小部件",
+ "run_on_note_creation": "在后端创建笔记时执行。如果要为在特定子树下创建的所有笔记运行脚本,请使用此关系。在这种情况下,在子树根笔记上创建它并使其可继承。在子树中的任何深度创建新笔记都会触发脚本。",
+ "run_on_child_note_creation": "当创建新的子笔记时执行",
+ "run_on_note_title_change": "当笔记标题修改时执行(包括笔记创建)",
+ "run_on_note_content_change": "当笔记内容修改时执行(包括笔记创建)。",
+ "run_on_note_change": "当笔记修改时执行(包括笔记创建)。不包括内容修改",
+ "run_on_note_deletion": "在删除笔记时执行",
+ "run_on_branch_creation": "在创建分支时执行。分支是父笔记和子笔记之间的链接,并且在克隆或移动笔记时创建。",
+ "run_on_branch_change": "在分支更新时执行。",
+ "run_on_branch_deletion": "在删除分支时执行。分支是父笔记和子笔记之间的链接,例如在移动笔记时删除(删除旧的分支/链接)。",
+ "run_on_attribute_creation": "在为定义此关系的笔记创建新属性时执行",
+ "run_on_attribute_change": " 当修改定义此关系的笔记的属性时执行。删除属性时也会触发此操作。",
+ "relation_template": "即使没有父子关系,笔记的属性也将继承。如果空,则笔记的内容和子树将添加到实例笔记中。有关详细信息,请参见文档。",
+ "inherit": "即使没有父子关系,笔记的属性也将继承。有关类似概念的模板关系,请参见模板关系。请参阅文档中的属性继承。",
+ "render_note": "“渲染 HTML 笔记”类型的笔记将使用代码笔记(HTML 或脚本)进行呈现,因此需要指定要渲染的笔记",
+ "widget_relation": "此关系的目标将作为侧边栏中的小部件执行和呈现",
+ "share_css": "将注入分享页面的 CSS 笔记。CSS 笔记也必须位于分享子树中。可以考虑一并使用 'share_hidden_from_tree' 和 'share_omit_default_css'。",
+ "share_js": "将注入分享页面的 JavaScript 笔记。JS 笔记也必须位于分享子树中。可以考虑一并使用 'share_hidden_from_tree'。",
+ "share_template": "用作显示分享笔记的模板的嵌入式 JavaScript 笔记。如果没有,将回退到默认模板。可以考虑一并使用 'share_hidden_from_tree'。",
+ "share_favicon": "在分享页面中设置的 favicon 笔记。一般需要将它设置为分享和可继承。Favicon 笔记也必须位于分享子树中。可以考虑一并使用 'share_hidden_from_tree'。",
+ "is_owned_by_note": "由此笔记所有",
+ "other_notes_with_name": "其它含有 {{attributeType}} 名为 \"{{attributeName}}\" 的的笔记",
+ "and_more": "... 以及另外 {{count}} 个。",
+ "print_landscape": "导出为 PDF 时,将页面方向更改为横向而不是纵向。",
+ "print_page_size": "导出为 PDF 时,更改页面大小。支持的值:A0、A1、A2、A3、A4、A5、A6、Legal、Letter、Tabloid、Ledger。",
+ "color_type": "颜色"
+ },
+ "attribute_editor": {
+ "help_text_body1": "要添加标签,只需输入例如 #rock 或者如果您还想添加值,则例如 #year = 2020",
+ "help_text_body2": "对于关系,请输入 ~author = @,这将显示一个自动完成列表,您可以查找所需的笔记。",
+ "help_text_body3": "您也可以使用右侧的 + 按钮添加标签和关系。",
+ "save_attributes": "保存属性 note 变量(正在重命名的笔记)丰富动态内容。 例如:",
+ "example_note": "Note - 所有匹配的笔记都被重命名为“Note”",
+ "example_new_title": "NEW: ${note.title} - 匹配的笔记标题以“NEW: ”为前缀",
+ "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - 匹配的笔记以笔记的创建月份-日期为前缀",
+ "api_docs": "有关详细信息,请参阅笔记及其dateCreatedObj / utcDateCreatedObj 属性的API文档。"
+ },
+ "add_relation": {
+ "add_relation": "添加关系",
+ "relation_name": "关系名称",
+ "allowed_characters": "允许的字符为字母数字、下划线和冒号。",
+ "to": "到",
+ "target_note": "目标笔记",
+ "create_relation_on_all_matched_notes": "在所有匹配的笔记上创建指定的关系。"
+ },
+ "delete_relation": {
+ "delete_relation": "删除关系",
+ "relation_name": "关系名称",
+ "allowed_characters": "允许的字符为字母数字、下划线和冒号。"
+ },
+ "rename_relation": {
+ "rename_relation": "重命名关系",
+ "rename_relation_from": "重命名关系,从",
+ "old_name": "旧名称",
+ "to": "改为",
+ "new_name": "新名称",
+ "allowed_characters": "允许的字符为字母数字、下划线和冒号。"
+ },
+ "update_relation_target": {
+ "update_relation": "更新关系",
+ "relation_name": "关系名称",
+ "allowed_characters": "允许的字符为字母数字、下划线和冒号。",
+ "to": "到",
+ "target_note": "目标笔记",
+ "on_all_matched_notes": "在所有匹配的笔记上",
+ "change_target_note": "或更改现有关系的目标笔记",
+ "update_relation_target": "更新关系目标"
+ },
+ "attachments_actions": {
+ "open_externally": "用外部程序打开",
+ "open_externally_title": "文件将会在外部应用程序中打开,并监视其更改。然后您可以将修改后的版本上传回 Trilium。",
+ "open_custom": "自定义打开方式",
+ "open_custom_title": "文件将会在外部应用程序中打开,并监视其更改。然后您可以将修改后的版本上传回 Trilium。",
+ "download": "下载",
+ "rename_attachment": "重命名附件",
+ "upload_new_revision": "上传新版本",
+ "copy_link_to_clipboard": "复制链接到剪贴板",
+ "convert_attachment_into_note": "将附件转换为笔记",
+ "delete_attachment": "删除附件",
+ "upload_success": "新附件修订版本已上传。",
+ "upload_failed": "新附件修订版本上传失败。",
+ "open_externally_detail_page": "外部打开附件仅在详细页面中可用,请首先点击附件详细信息,然后重复此操作。",
+ "open_custom_client_only": "自定义打开附件只能通过客户端完成。",
+ "delete_confirm": "您确定要删除附件 '{{title}}' 吗?",
+ "delete_success": "附件 '{{title}}' 已被删除。",
+ "convert_confirm": "您确定要将附件 '{{title}}' 转换为单独的笔记吗?",
+ "convert_success": "附件 '{{title}}' 已转换为笔记。",
+ "enter_new_name": "请输入附件的新名称"
+ },
+ "calendar": {
+ "mon": "一",
+ "tue": "二",
+ "wed": "三",
+ "thu": "四",
+ "fri": "五",
+ "sat": "六",
+ "sun": "日",
+ "cannot_find_day_note": "无法找到日记",
+ "cannot_find_week_note": "无法找到周记",
+ "january": "一月",
+ "febuary": "二月",
+ "march": "三月",
+ "april": "四月",
+ "may": "五月",
+ "june": "六月",
+ "july": "七月",
+ "august": "八月",
+ "september": "九月",
+ "october": "十月",
+ "november": "十一月",
+ "december": "十二月"
+ },
+ "close_pane_button": {
+ "close_this_pane": "关闭此面板"
+ },
+ "create_pane_button": {
+ "create_new_split": "拆分面板"
+ },
+ "edit_button": {
+ "edit_this_note": "编辑此笔记"
+ },
+ "show_toc_widget_button": {
+ "show_toc": "显示目录"
+ },
+ "show_highlights_list_widget_button": {
+ "show_highlights_list": "显示高亮列表"
+ },
+ "global_menu": {
+ "menu": "菜单",
+ "options": "选项",
+ "open_new_window": "打开新窗口",
+ "switch_to_mobile_version": "切换到移动版",
+ "switch_to_desktop_version": "切换到桌面版",
+ "zoom": "缩放",
+ "toggle_fullscreen": "切换全屏",
+ "zoom_out": "缩小",
+ "reset_zoom_level": "重置缩放级别",
+ "zoom_in": "放大",
+ "configure_launchbar": "配置启动栏",
+ "show_shared_notes_subtree": "显示分享笔记子树",
+ "advanced": "高级",
+ "open_dev_tools": "打开开发工具",
+ "open_sql_console": "打开 SQL 控制台",
+ "open_sql_console_history": "打开 SQL 控制台历史记录",
+ "open_search_history": "打开搜索历史",
+ "show_backend_log": "显示后台日志",
+ "reload_hint": "重载可以帮助解决一些视觉故障,而无需重启整个应用程序。",
+ "reload_frontend": "重载前端",
+ "show_hidden_subtree": "显示隐藏子树",
+ "show_help": "显示帮助",
+ "about": "关于 TriliumNext 笔记",
+ "logout": "登出",
+ "show-cheatsheet": "显示快捷帮助",
+ "toggle-zen-mode": "禅模式"
+ },
+ "zen_mode": {
+ "button_exit": "退出禅模式"
+ },
+ "sync_status": {
+ "unknown": "同步状态将在下一次同步尝试开始后显示。
点击以立即触发同步。
", + "connected_with_changes": "已连接到同步服务器。
有一些未同步的变更。
点击以触发同步。
", + "connected_no_changes": "已连接到同步服务器。
所有变更均已同步。
点击以触发同步。
", + "disconnected_with_changes": "连接同步服务器失败。
有一些未同步的变更。
点击以触发同步。
", + "disconnected_no_changes": "连接同步服务器失败。
所有已知变更均已同步。
点击以触发同步。
", + "in_progress": "正在与服务器进行同步。" + }, + "left_pane_toggle": { + "show_panel": "显示面板", + "hide_panel": "隐藏面板" + }, + "move_pane_button": { + "move_left": "向左移动", + "move_right": "向右移动" + }, + "note_actions": { + "convert_into_attachment": "转换为附件", + "re_render_note": "重新渲染笔记", + "search_in_note": "在笔记中搜索", + "note_source": "笔记源代码", + "note_attachments": "笔记附件", + "open_note_externally": "用外部程序打开笔记", + "open_note_externally_title": "文件将在外部应用程序中打开,并监视其更改。然后您可以将修改后的版本上传回 Trilium。", + "open_note_custom": "使用自定义程序打开笔记", + "import_files": "导入文件", + "export_note": "导出笔记", + "delete_note": "删除笔记", + "print_note": "打印笔记", + "save_revision": "保存笔记修订", + "convert_into_attachment_failed": "笔记 '{{title}}' 转换失败。", + "convert_into_attachment_successful": "笔记 '{{title}}' 已成功转换为附件。", + "convert_into_attachment_prompt": "确定要将笔记 '{{title}}' 转换为父笔记的附件吗?", + "print_pdf": "导出为 PDF..." + }, + "onclick_button": { + "no_click_handler": "按钮组件'{{componentId}}'没有定义点击处理程序" + }, + "protected_session_status": { + "active": "受保护的会话已激活。点击退出受保护的会话。", + "inactive": "点击进入受保护的会话" + }, + "revisions_button": { + "note_revisions": "笔记修订版本" + }, + "update_available": { + "update_available": "有更新可用" + }, + "note_launcher": { + "this_launcher_doesnt_define_target_note": "此启动器未定义目标笔记。" + }, + "code_buttons": { + "execute_button_title": "执行脚本", + "trilium_api_docs_button_title": "打开 Trilium API 文档", + "save_to_note_button_title": "保存到笔记", + "opening_api_docs_message": "正在打开 API 文档...", + "sql_console_saved_message": "SQL 控制台已保存到 {{note_path}}" + }, + "copy_image_reference_button": { + "button_title": "复制图片引用到剪贴板,可粘贴到文本笔记中。" + }, + "hide_floating_buttons_button": { + "button_title": "隐藏按钮" + }, + "show_floating_buttons_button": { + "button_title": "显示按钮" + }, + "svg_export_button": { + "button_title": "导出SVG格式图片" + }, + "relation_map_buttons": { + "create_child_note_title": "创建新的子笔记并添加到关系图", + "reset_pan_zoom_title": "重置平移和缩放到初始坐标和放大倍率", + "zoom_in_title": "放大", + "zoom_out_title": "缩小" + }, + "zpetne_odkazy": { + "backlink": "{{count}} 个反链", + "backlinks": "{{count}} 个反链", + "relation": "关系" + }, + "mobile_detail_menu": { + "insert_child_note": "插入子笔记", + "delete_this_note": "删除此笔记", + "error_cannot_get_branch_id": "无法获取 notePath '{{notePath}}' 的 branchId", + "error_unrecognized_command": "无法识别的命令 {{command}}" + }, + "note_icon": { + "change_note_icon": "更改笔记图标", + "category": "类别:", + "search": "搜索:", + "reset-default": "重置为默认图标" + }, + "basic_properties": { + "note_type": "笔记类型", + "editable": "可编辑", + "basic_properties": "基本属性", + "language": "语言" + }, + "book_properties": { + "view_type": "视图类型", + "grid": "网格", + "list": "列表", + "collapse_all_notes": "折叠所有笔记", + "expand_all_children": "展开所有子项", + "collapse": "折叠", + "expand": "展开", + "invalid_view_type": "无效的查看类型 '{{type}}'", + "calendar": "日历", + "book_properties": "集合属性", + "table": "表格", + "geo-map": "地理地图", + "board": "看板" + }, + "edited_notes": { + "no_edited_notes_found": "今天还没有编辑过的笔记...", + "title": "编辑过的笔记", + "deleted": "(已删除)" + }, + "file_properties": { + "note_id": "笔记 ID", + "original_file_name": "原始文件名", + "file_type": "文件类型", + "file_size": "文件大小", + "download": "下载", + "open": "打开", + "upload_new_revision": "上传新修订版本", + "upload_success": "新文件修订版本已上传。", + "upload_failed": "新文件修订版本上传失败。", + "title": "文件" + }, + "image_properties": { + "original_file_name": "原始文件名", + "file_type": "文件类型", + "file_size": "文件大小", + "download": "下载", + "open": "打开", + "copy_reference_to_clipboard": "复制引用到剪贴板", + "upload_new_revision": "上传新修订版本", + "upload_success": "新图像修订版本已上传。", + "upload_failed": "新图像修订版本上传失败:{{message}}", + "title": "图像" + }, + "inherited_attribute_list": { + "title": "继承的属性", + "no_inherited_attributes": "没有继承的属性。" + }, + "note_info_widget": { + "note_id": "笔记 ID", + "created": "创建时间", + "modified": "修改时间", + "type": "类型", + "note_size": "笔记大小", + "note_size_info": "笔记大小提供了该笔记存储需求的粗略估计。它考虑了笔记的内容及其笔记修订历史的内容。", + "calculate": "计算", + "subtree_size": "(子树大小: {{size}}, 共计 {{count}} 个笔记)", + "title": "笔记信息" + }, + "note_map": { + "open_full": "展开显示", + "collapse": "折叠到正常大小", + "title": "笔记地图", + "fix-nodes": "固定节点", + "link-distance": "链接距离" + }, + "note_paths": { + "title": "笔记路径", + "clone_button": "克隆笔记到新位置...", + "intro_placed": "此笔记放置在以下路径中:", + "intro_not_placed": "此笔记尚未放入笔记树中。", + "outside_hoisted": "此路径在提升的笔记之外,您需要取消聚焦。", + "archived": "已归档", + "search": "搜索" + }, + "note_properties": { + "this_note_was_originally_taken_from": "笔记来源:", + "info": "信息" + }, + "owned_attribute_list": { + "owned_attributes": "拥有的属性" + }, + "promoted_attributes": { + "promoted_attributes": "升级属性", + "unset-field-placeholder": "未设置", + "url_placeholder": "http://www...", + "open_external_link": "打开外部链接", + "unknown_label_type": "未知的标签类型 '{{type}}'", + "unknown_attribute_type": "未知的属性类型 '{{type}}'", + "add_new_attribute": "添加新属性", + "remove_this_attribute": "移除此属性", + "remove_color": "移除此颜色标签" + }, + "script_executor": { + "query": "查询", + "script": "脚本", + "execute_query": "执行查询", + "execute_script": "执行脚本" + }, + "search_definition": { + "add_search_option": "添加搜索选项:", + "search_string": "搜索字符串", + "search_script": "搜索脚本", + "ancestor": "上级笔记", + "fast_search": "快速搜索", + "fast_search_description": "快速搜索选项禁用笔记内容的全文搜索,这可能会加速大数据库中的搜索。", + "include_archived": "包含归档", + "include_archived_notes_description": "归档的笔记默认不包含在搜索结果中,使用此选项将包含它们。", + "order_by": "排序方式", + "limit": "限制", + "limit_description": "限制结果数量", + "debug": "调试", + "debug_description": "调试将打印额外的调试信息到控制台,以帮助调试复杂查询", + "action": "操作", + "search_button": "搜索 回车", + "search_execute": "搜索并执行操作", + "save_to_note": "保存到笔记", + "search_parameters": "搜索参数", + "unknown_search_option": "未知的搜索选项 {{searchOptionName}}", + "search_note_saved": "搜索笔记已保存到 {{- notePathTitle}}", + "actions_executed": "操作已执行。" + }, + "similar_notes": { + "title": "相似笔记", + "no_similar_notes_found": "未找到相似的笔记。" + }, + "abstract_search_option": { + "remove_this_search_option": "删除此搜索选项", + "failed_rendering": "渲染搜索选项失败:{{dto}},错误信息:{{error}},堆栈:{{stack}}" + }, + "ancestor": { + "label": "上级笔记", + "placeholder": "按名称搜索笔记", + "depth_label": "深度", + "depth_doesnt_matter": "任意", + "depth_eq": "正好是 {{count}}", + "direct_children": "直接子代", + "depth_gt": "大于 {{count}}", + "depth_lt": "小于 {{count}}" + }, + "debug": { + "debug": "调试", + "debug_info": "调试将打印额外的调试信息到控制台,以帮助调试复杂的查询。", + "access_info": "要访问调试信息,请执行查询并点击左上角的“显示后端日志”。" + }, + "fast_search": { + "fast_search": "快速搜索", + "description": "快速搜索选项禁用笔记内容的全文搜索,这可能会加快在大型数据库中的搜索速度。" + }, + "include_archived_notes": { + "include_archived_notes": "包括已归档的笔记" + }, + "limit": { + "limit": "限制", + "take_first_x_results": "仅取前 X 个指定结果。" + }, + "order_by": { + "order_by": "排序依据", + "relevancy": "相关性(默认)", + "title": "标题", + "date_created": "创建日期", + "date_modified": "最后修改日期", + "content_size": "笔记内容大小", + "content_and_attachments_size": "笔记内容大小(包括附件)", + "content_and_attachments_and_revisions_size": "笔记内容大小(包括附件和笔记修订历史)", + "revision_count": "修订版本数量", + "children_count": "子笔记数量", + "parent_count": "克隆数量", + "owned_label_count": "标签数量", + "owned_relation_count": "关系数量", + "target_relation_count": "指向笔记的关系数量", + "random": "随机顺序", + "asc": "升序(默认)", + "desc": "降序" + }, + "search_script": { + "title": "搜索脚本:", + "placeholder": "按名称搜索笔记", + "description1": "搜索脚本允许通过运行脚本来定义搜索结果。这在标准搜索不足时提供了最大的灵活性。", + "description2": "搜索脚本必须是类型为“代码”和子类型为“JavaScript 后端”。脚本需要返回一个 noteIds 或 notes 数组。", + "example_title": "请看这个例子:", + "example_code": "// 1. 使用标准搜索进行预过滤\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. 应用自定义搜索条件\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", + "note": "注意,搜索脚本和搜索字符串不能相互结合使用。" + }, + "search_string": { + "title_column": "搜索字符串:", + "placeholder": "全文关键词,#标签 = 值 ...", + "search_syntax": "搜索语法", + "also_see": "另见", + "complete_help": "完整的搜索语法帮助", + "full_text_search": "只需输入任何文本进行全文搜索", + "label_abc": "返回带有标签 abc 的笔记", + "label_year": "匹配带有标签年份且值为 2019 的笔记", + "label_rock_pop": "匹配同时具有 rock 和 pop 标签的笔记", + "label_rock_or_pop": "只需一个标签存在即可", + "label_year_comparison": "数字比较(也包括>,>=,<)。", + "label_date_created": "上个月创建的笔记", + "error": "搜索错误:{{error}}", + "search_prefix": "搜索:" + }, + "attachment_detail": { + "open_help_page": "打开附件帮助页面", + "owning_note": "所属笔记: ", + "you_can_also_open": ",您还可以打开 ", + "list_of_all_attachments": "所有附件列表", + "attachment_deleted": "该附件已被删除。" + }, + "attachment_list": { + "open_help_page": "打开附件帮助页面", + "owning_note": "所属笔记: ", + "upload_attachments": "上传附件", + "no_attachments": "此笔记没有附件。" + }, + "book": { + "no_children_help": "此类型为书籍的笔记没有任何子笔记,因此没有内容显示。请参阅 wiki 了解详情。" + }, + "editable_code": { + "placeholder": "在这里输入您的代码笔记内容..." + }, + "editable_text": { + "placeholder": "在这里输入您的笔记内容..." + }, + "empty": { + "open_note_instruction": "通过在下面的输入框中输入笔记标题或在树中选择笔记来打开笔记。", + "search_placeholder": "按名称搜索笔记", + "enter_workspace": "进入工作区 {{title}}" + }, + "file": { + "file_preview_not_available": "此文件格式不支持预览。", + "too_big": "预览仅显示文件的前 {{maxNumChars}} 个字符以提高性能。下载文件并在外部打开以查看完整内容。" + }, + "protected_session": { + "enter_password_instruction": "显示受保护的笔记需要输入您的密码:", + "start_session_button": "开始受保护的会话", + "started": "受保护的会话已启动。", + "wrong_password": "密码错误。", + "protecting-finished-successfully": "保护操作已成功完成。", + "unprotecting-finished-successfully": "解除保护操作已成功完成。", + "protecting-in-progress": "保护进行中:{{count}}", + "unprotecting-in-progress-count": "解除保护进行中:{{count}}", + "protecting-title": "保护状态", + "unprotecting-title": "解除保护状态" + }, + "relation_map": { + "open_in_new_tab": "在新标签页中打开", + "remove_note": "删除笔记", + "edit_title": "编辑标题", + "rename_note": "重命名笔记", + "enter_new_title": "输入新的笔记标题:", + "remove_relation": "删除关系", + "confirm_remove_relation": "您确定要删除这个关系吗?", + "specify_new_relation_name": "指定新的关系名称(允许的字符:字母数字、冒号和下划线):", + "connection_exists": "笔记之间的连接 '{{name}}' 已经存在。", + "start_dragging_relations": "从这里开始拖动关系,并将其放置到另一个笔记上。", + "note_not_found": "笔记 {{noteId}} 未找到!", + "cannot_match_transform": "无法匹配变换:{{transform}}", + "note_already_in_diagram": "笔记 \"{{title}}\" 已经在图中。", + "enter_title_of_new_note": "输入新笔记的标题", + "default_new_note_title": "新笔记", + "click_on_canvas_to_place_new_note": "点击画布以放置新笔记" + }, + "render": { + "note_detail_render_help_1": "之所以显示此帮助说明,是因为这个类型为渲染 HTML 的笔记没有正常工作所需的关系。", + "note_detail_render_help_2": "渲染 HTML 笔记类型用于编写脚本。简而言之,您有一份 HTML 代码笔记(可包含一些 JavaScript),然后这个笔记会把页面渲染出来。要使其正常工作,您需要定义一个名为 \"renderNote\" 的关系指向要渲染的 HTML 笔记。" + }, + "web_view": { + "web_view": "网页视图", + "embed_websites": "网页视图类型的笔记允许您将网站嵌入到 Trilium 中。", + "create_label": "首先,请创建一个带有您要嵌入的 URL 地址的标签,例如 #webViewSrc=\"https://www.bing.com\"" + }, + "backend_log": { + "refresh": "刷新" + }, + "consistency_checks": { + "title": "检查一致性", + "find_and_fix_button": "查找并修复一致性问题", + "finding_and_fixing_message": "正在查找并修复一致性问题...", + "issues_fixed_message": "一致性问题应该已被修复。" + }, + "database_anonymization": { + "title": "数据库匿名化", + "full_anonymization": "完全匿名化", + "full_anonymization_description": "此操作将创建一个新的数据库副本并进行匿名化处理(删除所有笔记内容,仅保留结构和一些非敏感元数据),用来分享到网上做调试而不用担心泄漏您的个人资料。", + "save_fully_anonymized_database": "保存完全匿名化的数据库", + "light_anonymization": "轻度匿名化", + "light_anonymization_description": "此操作将创建一个新的数据库副本,并对其进行轻度匿名化处理——仅删除所有笔记的内容,但保留标题和属性。此外,自定义 JS 前端/后端脚本笔记和自定义小部件将保留。这提供了更多上下文以调试问题。", + "choose_anonymization": "您可以自行决定是提供完全匿名化还是轻度匿名化的数据库。即使是完全匿名化的数据库也非常有用,但在某些情况下,轻度匿名化的数据库可以加快错误识别和修复的过程。", + "save_lightly_anonymized_database": "保存轻度匿名化的数据库", + "existing_anonymized_databases": "现有的匿名化数据库", + "creating_fully_anonymized_database": "正在创建完全匿名化的数据库...", + "creating_lightly_anonymized_database": "正在创建轻度匿名化的数据库...", + "error_creating_anonymized_database": "无法创建匿名化数据库,请检查后端日志以获取详细信息", + "successfully_created_fully_anonymized_database": "成功创建完全匿名化的数据库,路径为 {{anonymizedFilePath}}", + "successfully_created_lightly_anonymized_database": "成功创建轻度匿名化的数据库,路径为 {{anonymizedFilePath}}", + "no_anonymized_database_yet": "尚无匿名化数据库" + }, + "database_integrity_check": { + "title": "数据库完整性检查", + "description": "检查 SQLite 数据库是否损坏。根据数据库的大小,可能会需要一些时间。", + "check_button": "检查数据库完整性", + "checking_integrity": "正在检查数据库完整性...", + "integrity_check_succeeded": "完整性检查成功 - 未发现问题。", + "integrity_check_failed": "完整性检查失败: {{results}}" + }, + "sync": { + "title": "同步", + "force_full_sync_button": "强制全量同步", + "fill_entity_changes_button": "填充实体变更记录", + "full_sync_triggered": "全量同步已触发", + "filling_entity_changes": "正在填充实体变更行...", + "sync_rows_filled_successfully": "同步行填充成功", + "finished-successfully": "同步已完成。", + "failed": "同步失败:{{message}}" + }, + "vacuum_database": { + "title": "数据库清理", + "description": "这会重建数据库,通常会减少占用空间,不会删除数据。", + "button_text": "清理数据库", + "vacuuming_database": "正在清理数据库...", + "database_vacuumed": "数据库已清理" + }, + "fonts": { + "theme_defined": "跟随主题", + "fonts": "字体", + "main_font": "主字体", + "font_family": "字体系列", + "size": "大小", + "note_tree_font": "笔记树字体", + "note_detail_font": "笔记详情字体", + "monospace_font": "等宽(代码)字体", + "note_tree_and_detail_font_sizing": "请注意,笔记树字体和详细字体的大小相对于主字体大小设置。", + "not_all_fonts_available": "并非所有列出的字体都可能在您的系统上可用。", + "apply_font_changes": "要应用字体更改,请点击", + "reload_frontend": "重载前端", + "generic-fonts": "通用字体", + "sans-serif-system-fonts": "无衬线系统字体", + "serif-system-fonts": "衬线系统字体", + "monospace-system-fonts": "等宽系统字体", + "handwriting-system-fonts": "手写系统字体", + "serif": "衬线", + "sans-serif": "无衬线", + "monospace": "等宽", + "system-default": "系统默认" + }, + "max_content_width": { + "title": "内容宽度", + "default_description": "Trilium默认会限制内容的最大宽度以提高在宽屏中全屏时的可读性。", + "max_width_label": "内容最大宽度(像素)", + "apply_changes_description": "要应用内容宽度更改,请点击", + "reload_button": "重载前端", + "reload_description": "来自外观选项的更改", + "max_width_unit": "像素" + }, + "native_title_bar": { + "title": "原生标题栏(需要重新启动应用)", + "enabled": "启用", + "disabled": "禁用" + }, + "ribbon": { + "widgets": "功能选项组件", + "promoted_attributes_message": "如果笔记中存在升级属性,则自动打开升级属性功能区标签页", + "edited_notes_message": "日记笔记自动打开编辑过的笔记功能区标签页" + }, + "theme": { + "title": "主题", + "theme_label": "主题", + "override_theme_fonts_label": "覆盖主题字体", + "triliumnext": "Trilium(跟随系统颜色方案)", + "triliumnext-light": "Trilium(浅色)", + "triliumnext-dark": "Trilium(深色)", + "layout": "布局", + "layout-vertical-title": "垂直", + "layout-horizontal-title": "水平", + "layout-vertical-description": "启动栏位于左侧(默认)", + "layout-horizontal-description": "启动栏位于标签页栏下方,标签页栏现在是全宽的。", + "auto_theme": "传统(跟随系统配色方案)", + "light_theme": "传统(浅色)", + "dark_theme": "传统(深色)" + }, + "zoom_factor": { + "title": "缩放系数(仅桌面客户端有效)", + "description": "缩放也可以通过 CTRL+- 和 CTRL+= 快捷键进行控制。" + }, + "code_auto_read_only_size": { + "title": "自动只读大小", + "description": "自动只读大小是指笔记超过设置的大小后自动设置为只读模式(为性能考虑)。", + "label": "自动只读大小(代码笔记)", + "unit": "字符" + }, + "code_mime_types": { + "title": "下拉菜单可用的MIME文件类型" + }, + "vim_key_bindings": { + "use_vim_keybindings_in_code_notes": "Vim 快捷键", + "enable_vim_keybindings": "在代码笔记中启用 Vim 快捷键(不包含 ex 模式)" + }, + "wrap_lines": { + "wrap_lines_in_code_notes": "代码笔记自动换行", + "enable_line_wrap": "启用自动换行(需要重载前端才会生效)" + }, + "images": { + "images_section_title": "图片", + "download_images_automatically": "自动下载图片以供离线使用。", + "download_images_description": "粘贴的 HTML 可能包含在线图片的引用,Trilium 会找到这些引用并下载图片,以便它们可以离线使用。", + "enable_image_compression": "启用图片压缩", + "max_image_dimensions": "图片的最大宽度/高度(超过此限制的图像将会被缩放)。", + "jpeg_quality_description": "JPEG 质量(10 - 最差质量,100 最佳质量,建议为 50 - 85)", + "max_image_dimensions_unit": "像素" + }, + "attachment_erasure_timeout": { + "attachment_erasure_timeout": "附件清理超时", + "attachment_auto_deletion_description": "如果附件在一段时间后不再被笔记引用,它们将自动被删除(并被清理)。", + "erase_attachments_after": "在此时间后删除未使用的附件:", + "manual_erasing_description": "您还可以手动触发清理(而不考虑上述定义的超时时间):", + "erase_unused_attachments_now": "立即清理未使用的附件笔记", + "unused_attachments_erased": "未使用的附件已被删除。" + }, + "network_connections": { + "network_connections_title": "网络连接", + "check_for_updates": "自动检查更新" + }, + "note_erasure_timeout": { + "note_erasure_timeout_title": "笔记清理超时", + "note_erasure_description": "被删除的笔记(以及属性、修订历史等)最初仅被标记为“删除”,可以从“最近修改”对话框中恢复它们。经过一段时间后,已删除的笔记会被“清理”,这意味着它们的内容将无法恢复。此设置允许您配置从删除到清除笔记之间的时间长度。", + "erase_notes_after": "在此时间后删除笔记:", + "manual_erasing_description": "您还可以手动触发清理(不考虑上述定义的超时):", + "erase_deleted_notes_now": "立即清理已删除的笔记", + "deleted_notes_erased": "已删除的笔记已被清理。" + }, + "revisions_snapshot_interval": { + "note_revisions_snapshot_interval_title": "笔记修订快照间隔", + "note_revisions_snapshot_description": "笔记修订快照间隔是创建新笔记修订的时间。有关更多信息,请参见 wiki。", + "snapshot_time_interval_label": "笔记修订快照时间间隔:" + }, + "revisions_snapshot_limit": { + "note_revisions_snapshot_limit_title": "笔记修订快照限制", + "note_revisions_snapshot_limit_description": "笔记修订快照数限制指的是每个笔记可以保存的最大历史记录数量。其中 -1 表示没有限制,0 表示删除所有历史记录。您可以通过 #versioningLimit 标签设置单个笔记的最大修订记录数量。", + "snapshot_number_limit_label": "笔记修订快照数量限制:", + "erase_excess_revision_snapshots": "立即删除多余的修订快照", + "erase_excess_revision_snapshots_prompt": "多余的修订快照已被删除。", + "snapshot_number_limit_unit": "快照" + }, + "search_engine": { + "title": "搜索引擎", + "custom_search_engine_info": "自定义搜索引擎需要设置名称和 URL。如果这两者之一未设置,将默认使用 DuckDuckGo 作为搜索引擎。", + "predefined_templates_label": "预定义搜索引擎模板", + "bing": "必应", + "baidu": "百度", + "duckduckgo": "DuckDuckGo", + "google": "谷歌", + "custom_name_label": "自定义搜索引擎名称", + "custom_name_placeholder": "自定义搜索引擎名称", + "custom_url_label": "自定义搜索引擎 URL 应包含 {keyword} 作为搜索词的占位符。", + "custom_url_placeholder": "自定义搜索引擎 URL", + "save_button": "保存" + }, + "tray": { + "title": "系统托盘", + "enable_tray": "启用托盘图标(需要重启 Trilium 以生效)" + }, + "heading_style": { + "title": "标题风格", + "plain": "纯文本", + "underline": "下划线", + "markdown": "Markdown 风格" + }, + "highlights_list": { + "title": "高亮列表", + "description": "您可以自定义右侧面板中显示的高亮列表:", + "bold": "粗体", + "italic": "斜体", + "underline": "下划线", + "color": "字体颜色", + "bg_color": "背景颜色", + "visibility_title": "高亮列表可见性", + "visibility_description": "您可以通过添加 #hideHighlightWidget 标签来隐藏单个笔记的高亮小部件。", + "shortcut_info": "您可以在选项 -> 快捷键中为快速切换右侧面板(包括高亮列表)配置键盘快捷键(名称为 'toggleRightPane')。" + }, + "table_of_contents": { + "title": "目录", + "description": "当笔记中有超过一定数量的标题时,显示目录。您可以自定义此数量:", + "disable_info": "您可以设置一个非常大的数来禁用目录。", + "shortcut_info": "您可以在 “选项” -> “快捷键” 中配置一个键盘快捷键,以便快速切换右侧面板(包括目录)(名称为 'toggleRightPane')。", + "unit": "标题" + }, + "text_auto_read_only_size": { + "title": "自动只读大小", + "description": "自动只读笔记大小是超过该大小后,笔记将以只读模式显示(出于性能考虑)。", + "label": "自动只读大小(文本笔记)", + "unit": "字符" + }, + "i18n": { + "title": "本地化", + "language": "语言", + "first-day-of-the-week": "一周的第一天", + "sunday": "周日", + "monday": "周一", + "first-week-of-the-year": "一年的第一周", + "first-week-contains-first-day": "第一周包含一年的第一天", + "first-week-contains-first-thursday": "第一周包含一年的第一个周四", + "first-week-has-minimum-days": "第一周有最小天数", + "min-days-in-first-week": "第一周的最小天数", + "first-week-info": "第一周包含一年的第一个周四,基于 ISO 8601 标准。", + "first-week-warning": "更改第一周选项可能会导致与现有周笔记重复,已创建的周笔记将不会相应更新。", + "formatting-locale": "日期和数字格式" + }, + "backup": { + "automatic_backup": "自动备份", + "automatic_backup_description": "Trilium 可以自动备份数据库:", + "enable_daily_backup": "启用每日备份", + "enable_weekly_backup": "启用每周备份", + "enable_monthly_backup": "启用每月备份", + "backup_recommendation": "建议打开备份功能,但这可能会使大型数据库和/或慢速存储设备的应用程序启动变慢。", + "backup_now": "立即备份", + "backup_database_now": "立即备份数据库", + "existing_backups": "现有备份", + "date-and-time": "日期和时间", + "path": "路径", + "database_backed_up_to": "数据库已备份到 {{backupFilePath}}", + "no_backup_yet": "尚无备份" + }, + "etapi": { + "title": "ETAPI", + "description": "ETAPI 是一个 REST API,用于以编程方式访问 Trilium 实例,而无需 UI。", + "see_more": "有关更多详细信息,请参见 {{- link_to_wiki}} 和 {{- link_to_openapi_spec}} 或 {{- link_to_swagger_ui}}。", + "wiki": "维基", + "openapi_spec": "ETAPI OpenAPI 规范", + "swagger_ui": "ETAPI Swagger UI", + "create_token": "创建新的 ETAPI 令牌", + "existing_tokens": "现有令牌", + "no_tokens_yet": "目前还没有令牌。点击上面的按钮创建一个。", + "token_name": "令牌名称", + "created": "创建时间", + "actions": "操作", + "new_token_title": "新 ETAPI 令牌", + "new_token_message": "请输入新的令牌名称", + "default_token_name": "新令牌", + "error_empty_name": "令牌名称不能为空", + "token_created_title": "ETAPI 令牌已创建", + "token_created_message": "将创建的令牌复制到剪贴板。Trilium 存储了令牌的哈希值,这是您最后一次看到它。", + "rename_token": "重命名此令牌", + "delete_token": "删除/停用此令牌", + "rename_token_title": "重命名令牌", + "rename_token_message": "请输入新的令牌名称", + "delete_token_confirmation": "您确定要删除 ETAPI 令牌 \"{{name}}\" 吗?" + }, + "options_widget": { + "options_status": "选项状态", + "options_change_saved": "选项更改已保存。" + }, + "password": { + "heading": "密码", + "alert_message": "请务必记住您的新密码。密码用于登录 Web 界面和加密保护的笔记。如果您忘记了密码,所有保护的笔记将永久丢失。", + "reset_link": "点击这里重置。", + "old_password": "旧密码", + "new_password": "新密码", + "new_password_confirmation": "新密码确认", + "change_password": "更改密码", + "protected_session_timeout": "受保护会话超时", + "protected_session_timeout_description": "受保护会话超时是一个时间段,超时后受保护会话会从浏览器内存中清除。这是从最后一次与受保护笔记的交互开始计时的。更多信息请见", + "wiki": "维基", + "for_more_info": "更多信息。", + "protected_session_timeout_label": "受保护的会话超时:", + "reset_confirmation": "重置密码将永久丧失对所有现受保护笔记的访问。您真的要重置密码吗?", + "reset_success_message": "密码已重置。请设置新密码", + "change_password_heading": "更改密码", + "set_password_heading": "设置密码", + "set_password": "设置密码", + "password_mismatch": "新密码不一致。", + "password_changed_success": "密码已更改。按 OK 后 Trilium 将重载。" + }, + "multi_factor_authentication": { + "title": "多因素认证(MFA)", + "description": "多因素认证(MFA)为您的账户添加了额外的安全层。除了输入密码登录外,MFA还要求您提供一个或多个额外的验证信息来验证您的身份。这样,即使有人获得了您的密码,没有第二个验证信息他们也无法访问您的账户。这就像给您的门添加了一把额外的锁,让他人更难闯入。noproxy,它强制忽略系统代理并遵守 NODE_TLS_REJECT_UNAUTHORIZED。",
+ "save": "保存",
+ "help": "帮助",
+ "test_title": "同步测试",
+ "test_description": "测试和同步服务器之间的连接。如果同步服务器没有初始化,会将本地文档同步到同步服务器上。",
+ "test_button": "测试同步",
+ "handshake_failed": "同步服务器握手失败,错误:{{message}}",
+ "timeout_unit": "毫秒"
+ },
+ "api_log": {
+ "close": "关闭"
+ },
+ "attachment_detail_2": {
+ "will_be_deleted_in": "此附件将在 {{time}} 后自动删除",
+ "will_be_deleted_soon": "该附件在不久后将被自动删除",
+ "deletion_reason": ",因为该附件未链接在笔记的内容中。为防止被删除,请将附件链接重新添加到内容中或将附件转换为笔记。",
+ "role_and_size": "角色:{{role}},大小:{{size}}",
+ "link_copied": "附件链接已复制到剪贴板。",
+ "unrecognized_role": "无法识别的附件角色 '{{role}}'。"
+ },
+ "bookmark_switch": {
+ "bookmark": "书签",
+ "bookmark_this_note": "将此笔记添加到左侧面板的书签",
+ "remove_bookmark": "移除书签"
+ },
+ "editability_select": {
+ "auto": "自动",
+ "read_only": "只读",
+ "always_editable": "始终可编辑",
+ "note_is_editable": "笔记如果不太长则可编辑。",
+ "note_is_read_only": "笔记为只读,但可以通过点击按钮进行编辑。",
+ "note_is_always_editable": "无论笔记长度如何,始终可编辑。"
+ },
+ "note-map": {
+ "button-link-map": "链接地图",
+ "button-tree-map": "树形地图"
+ },
+ "tree-context-menu": {
+ "open-in-a-new-tab": "在新标签页中打开 Ctrl+Click",
+ "open-in-a-new-split": "在新分栏中打开",
+ "insert-note-after": "在后面插入笔记",
+ "insert-child-note": "插入子笔记",
+ "delete": "删除",
+ "search-in-subtree": "在子树中搜索",
+ "hoist-note": "聚焦笔记",
+ "unhoist-note": "取消聚焦笔记",
+ "edit-branch-prefix": "编辑分支前缀",
+ "advanced": "高级",
+ "expand-subtree": "展开子树",
+ "collapse-subtree": "折叠子树",
+ "sort-by": "排序方式...",
+ "recent-changes-in-subtree": "子树中的最近更改",
+ "convert-to-attachment": "转换为附件",
+ "copy-note-path-to-clipboard": "复制笔记路径到剪贴板",
+ "protect-subtree": "保护子树",
+ "unprotect-subtree": "取消保护子树",
+ "copy-clone": "复制 / 克隆",
+ "clone-to": "克隆到...",
+ "cut": "剪切",
+ "move-to": "移动到...",
+ "paste-into": "粘贴到里面",
+ "paste-after": "粘贴到后面",
+ "export": "导出",
+ "import-into-note": "导入到笔记",
+ "apply-bulk-actions": "应用批量操作",
+ "converted-to-attachments": "{{count}} 个笔记已被转换为附件。",
+ "convert-to-attachment-confirm": "确定要将选中的笔记转换为其父笔记的附件吗?",
+ "duplicate": "复制",
+ "open-in-popup": "快速编辑"
+ },
+ "shared_info": {
+ "shared_publicly": "此笔记已公开分享于",
+ "shared_locally": "此笔记已在本地分享于",
+ "help_link": "访问 wiki 获取帮助。"
+ },
+ "note_types": {
+ "text": "文本",
+ "code": "代码",
+ "saved-search": "保存的搜索",
+ "relation-map": "关系图",
+ "note-map": "笔记地图",
+ "render-note": "渲染笔记",
+ "mermaid-diagram": "Mermaid 图",
+ "canvas": "画布",
+ "web-view": "网页视图",
+ "mind-map": "思维导图",
+ "file": "文件",
+ "image": "图片",
+ "launcher": "启动器",
+ "doc": "文档",
+ "widget": "小部件",
+ "confirm-change": "当笔记内容不为空时,不建议更改笔记类型。您仍然要继续吗?",
+ "geo-map": "地理地图",
+ "beta-feature": "测试版",
+ "task-list": "任务列表",
+ "ai-chat": "AI聊天",
+ "new-feature": "新建",
+ "collections": "集合",
+ "book": "集合"
+ },
+ "protect_note": {
+ "toggle-on": "保护笔记",
+ "toggle-off": "取消保护笔记",
+ "toggle-on-hint": "笔记未受保护,点击以保护",
+ "toggle-off-hint": "笔记已受保护,点击以取消保护"
+ },
+ "shared_switch": {
+ "shared": "已分享",
+ "toggle-on-title": "分享笔记",
+ "toggle-off-title": "取消分享笔记",
+ "shared-branch": "此笔记仅作为共享笔记存在,取消共享将删除它。您确定要继续并删除此笔记吗?",
+ "inherited": "此笔记无法在此处取消共享,因为它通过继承自上级笔记共享。"
+ },
+ "template_switch": {
+ "template": "模板",
+ "toggle-on-hint": "将此笔记设为模板",
+ "toggle-off-hint": "取消笔记模板设置"
+ },
+ "open-help-page": "打开帮助页面",
+ "find": {
+ "case_sensitive": "区分大小写",
+ "match_words": "匹配单词",
+ "find_placeholder": "在文本中查找...",
+ "replace_placeholder": "替换为...",
+ "replace": "替换",
+ "replace_all": "全部替换"
+ },
+ "highlights_list_2": {
+ "title": "高亮列表",
+ "options": "选项"
+ },
+ "quick-search": {
+ "placeholder": "快速搜索",
+ "searching": "正在搜索...",
+ "no-results": "未找到结果",
+ "more-results": "... 以及另外 {{number}} 个结果。",
+ "show-in-full-search": "在完整的搜索界面中显示"
+ },
+ "note_tree": {
+ "collapse-title": "折叠笔记树",
+ "scroll-active-title": "滚动到活跃笔记",
+ "tree-settings-title": "树设置",
+ "hide-archived-notes": "隐藏已归档笔记",
+ "automatically-collapse-notes": "自动折叠笔记",
+ "automatically-collapse-notes-title": "笔记在一段时间内未使用将被折叠,以减少树形结构的杂乱。",
+ "save-changes": "保存并应用更改",
+ "auto-collapsing-notes-after-inactivity": "在不活跃后自动折叠笔记...",
+ "saved-search-note-refreshed": "已保存的搜索笔记已刷新。",
+ "hoist-this-note-workspace": "聚焦此笔记(工作区)",
+ "refresh-saved-search-results": "刷新保存的搜索结果",
+ "create-child-note": "创建子笔记",
+ "unhoist": "取消聚焦"
+ },
+ "title_bar_buttons": {
+ "window-on-top": "保持此窗口置顶"
+ },
+ "note_detail": {
+ "could_not_find_typewidget": "找不到类型为 '{{type}}' 的 typeWidget"
+ },
+ "note_title": {
+ "placeholder": "请输入笔记标题..."
+ },
+ "search_result": {
+ "no_notes_found": "没有找到符合搜索条件的笔记。",
+ "search_not_executed": "尚未执行搜索。请点击上方的\"搜索\"按钮查看结果。"
+ },
+ "spacer": {
+ "configure_launchbar": "配置启动栏"
+ },
+ "sql_result": {
+ "no_rows": "此查询没有返回任何数据"
+ },
+ "sql_table_schemas": {
+ "tables": "表"
+ },
+ "tab_row": {
+ "close_tab": "关闭标签页",
+ "add_new_tab": "添加新标签页",
+ "close": "关闭",
+ "close_other_tabs": "关闭其他标签页",
+ "close_right_tabs": "关闭右侧标签页",
+ "close_all_tabs": "关闭所有标签页",
+ "reopen_last_tab": "重新打开关闭的标签页",
+ "move_tab_to_new_window": "将此标签页移动到新窗口",
+ "copy_tab_to_new_window": "将此标签页复制到新窗口",
+ "new_tab": "新标签页"
+ },
+ "toc": {
+ "table_of_contents": "目录",
+ "options": "选项"
+ },
+ "watched_file_update_status": {
+ "file_last_modified": "文件 最后修改时间为 。",
+ "upload_modified_file": "上传修改的文件",
+ "ignore_this_change": "忽略此更改"
+ },
+ "app_context": {
+ "please_wait_for_save": "请等待几秒钟以完成保存,然后您可以尝试再操作一次。"
+ },
+ "note_create": {
+ "duplicated": "笔记 \"{{title}}\" 已被复制。"
+ },
+ "image": {
+ "copied-to-clipboard": "图片的引用已复制到剪贴板,可以粘贴到任何文本笔记中。",
+ "cannot-copy": "无法将图片引用复制到剪贴板。"
+ },
+ "clipboard": {
+ "cut": "笔记已剪切到剪贴板。",
+ "copied": "笔记已复制到剪贴板。",
+ "copy_failed": "由于权限问题,无法复制到剪贴板。",
+ "copy_success": "已复制到剪贴板。"
+ },
+ "entrypoints": {
+ "note-revision-created": "笔记修订已创建。",
+ "note-executed": "笔记已执行。",
+ "sql-error": "执行 SQL 查询时发生错误:{{message}}"
+ },
+ "branches": {
+ "cannot-move-notes-here": "无法将笔记移动到这里。",
+ "delete-status": "删除状态",
+ "delete-notes-in-progress": "正在删除笔记:{{count}}",
+ "delete-finished-successfully": "删除成功完成。",
+ "undeleting-notes-in-progress": "正在恢复删除的笔记:{{count}}",
+ "undeleting-notes-finished-successfully": "恢复删除的笔记已成功完成。"
+ },
+ "frontend_script_api": {
+ "async_warning": "您正在将一个异步函数传递给 `api.runOnBackend()`,这可能无法按预期工作。\\n要么使该函数同步(通过移除 `async` 关键字),要么使用 `api.runAsyncOnBackendWithManualTransactionHandling()`。",
+ "sync_warning": "您正在将一个同步函数传递给 `api.runAsyncOnBackendWithManualTransactionHandling()`,\\n而您可能应该使用 `api.runOnBackend()`。"
+ },
+ "ws": {
+ "sync-check-failed": "同步检查失败!",
+ "consistency-checks-failed": "一致性检查失败!请查看日志了解详细信息。",
+ "encountered-error": "遇到错误 \"{{message}}\",请查看控制台。"
+ },
+ "hoisted_note": {
+ "confirm_unhoisting": "请求的笔记 '{{requestedNote}}' 位于聚焦的笔记 '{{hoistedNote}}' 的子树之外,您必须取消聚焦才能访问该笔记。是否继续取消聚焦?"
+ },
+ "launcher_context_menu": {
+ "reset_launcher_confirm": "您确定要重置 \"{{title}}\" 吗?此笔记(及其子项)中的所有数据/设置将丢失,且启动器将恢复到其原始位置。",
+ "add-note-launcher": "添加笔记启动器",
+ "add-script-launcher": "添加脚本启动器",
+ "add-custom-widget": "添加自定义小部件",
+ "add-spacer": "添加间隔",
+ "delete": "删除 ",
+ "reset": "重置",
+ "move-to-visible-launchers": "移动到可见启动器",
+ "move-to-available-launchers": "移动到可用启动器",
+ "duplicate-launcher": "复制启动器 "
+ },
+ "editable-text": {
+ "auto-detect-language": "自动检测"
+ },
+ "highlighting": {
+ "title": "代码块",
+ "description": "控制文本笔记中代码块的语法高亮,代码笔记不会受到影响。",
+ "color-scheme": "颜色方案"
+ },
+ "code_block": {
+ "word_wrapping": "自动换行",
+ "theme_none": "无语法高亮",
+ "theme_group_light": "浅色主题",
+ "theme_group_dark": "深色主题",
+ "copy_title": "复制到剪贴板"
+ },
+ "classic_editor_toolbar": {
+ "title": "格式"
+ },
+ "editor": {
+ "title": "编辑器"
+ },
+ "editing": {
+ "editor_type": {
+ "label": "格式工具栏",
+ "floating": {
+ "title": "浮动",
+ "description": "编辑工具出现在光标附近;"
+ },
+ "fixed": {
+ "title": "固定",
+ "description": "编辑工具出现在 \"格式\" 功能区标签中。"
+ },
+ "multiline-toolbar": "如果工具栏无法完全显示,则分多行显示。"
+ }
+ },
+ "electron_context_menu": {
+ "add-term-to-dictionary": "将 \"{{term}}\" 添加到字典",
+ "cut": "剪切",
+ "copy": "复制",
+ "copy-link": "复制链接",
+ "paste": "粘贴",
+ "paste-as-plain-text": "以纯文本粘贴",
+ "search_online": "用 {{searchEngine}} 搜索 \"{{term}}\""
+ },
+ "image_context_menu": {
+ "copy_reference_to_clipboard": "复制引用到剪贴板",
+ "copy_image_to_clipboard": "复制图片到剪贴板"
+ },
+ "link_context_menu": {
+ "open_note_in_new_tab": "在新标签页中打开笔记",
+ "open_note_in_new_split": "在新分屏中打开笔记",
+ "open_note_in_new_window": "在新窗口中打开笔记",
+ "open_note_in_popup": "快速编辑"
+ },
+ "electron_integration": {
+ "desktop-application": "桌面应用程序",
+ "native-title-bar": "原生标题栏",
+ "native-title-bar-description": "对于 Windows 和 macOS,关闭原生标题栏可使应用程序看起来更紧凑。在 Linux 上,保留原生标题栏可以更好地与系统集成。",
+ "background-effects": "启用背景效果(仅适用于 Windows 11)",
+ "background-effects-description": "Mica 效果为应用窗口添加模糊且时尚的背景,营造出深度感和现代外观。",
+ "restart-app-button": "重启应用程序以查看更改",
+ "zoom-factor": "缩放系数"
+ },
+ "note_autocomplete": {
+ "search-for": "搜索 \"{{term}}\"",
+ "create-note": "创建并链接子笔记 \"{{term}}\"",
+ "insert-external-link": "插入指向 \"{{term}}\" 的外部链接",
+ "clear-text-field": "清除文本字段",
+ "show-recent-notes": "显示最近的笔记",
+ "full-text-search": "全文搜索"
+ },
+ "note_tooltip": {
+ "note-has-been-deleted": "笔记已被删除。",
+ "quick-edit": "快速编辑"
+ },
+ "geo-map": {
+ "create-child-note-title": "创建一个新的子笔记并将其添加到地图中",
+ "create-child-note-instruction": "单击地图以在该位置创建新笔记,或按 Escape 以取消。",
+ "unable-to-load-map": "无法加载地图。"
+ },
+ "geo-map-context": {
+ "open-location": "打开位置",
+ "remove-from-map": "从地图中移除",
+ "add-note": "在这个位置添加一个标记"
+ },
+ "help-button": {
+ "title": "打开相关帮助页面"
+ },
+ "duration": {
+ "seconds": "秒",
+ "minutes": "分钟",
+ "hours": "小时",
+ "days": "天"
+ },
+ "share": {
+ "title": "共享设置",
+ "redirect_bare_domain": "将裸域重定向到共享页面",
+ "redirect_bare_domain_description": "将匿名用户重定向到共享页面,而不是显示登录",
+ "show_login_link": "在共享主题中显示登录链接",
+ "show_login_link_description": "在共享页面底部添加登录链接",
+ "check_share_root": "检查共享根状态",
+ "share_root_found": "共享根笔记 '{{noteTitle}}' 已准备好",
+ "share_root_not_found": "未找到带有 #shareRoot 标签的笔记",
+ "share_root_not_shared": "笔记 '{{noteTitle}}' 具有 #shareRoot 标签,但未共享"
+ },
+ "time_selector": {
+ "invalid_input": "输入的时间值不是有效数字。",
+ "minimum_input": "输入的时间值需要至少 {{minimumSeconds}} 秒。"
+ },
+ "tasks": {
+ "due": {
+ "today": "今天",
+ "tomorrow": "明天",
+ "yesterday": "昨天"
+ }
+ },
+ "ai_llm": {
+ "not_started": "未开始",
+ "title": "AI设置",
+ "processed_notes": "已处理笔记",
+ "total_notes": "笔记总数",
+ "progress": "进度",
+ "queued_notes": "排队中笔记",
+ "failed_notes": "失败笔记",
+ "last_processed": "最后处理时间",
+ "refresh_stats": "刷新统计数据",
+ "enable_ai_features": "启用AI/LLM功能",
+ "enable_ai_description": "启用笔记摘要、内容生成等AI功能及其他LLM能力",
+ "openai_tab": "OpenAI",
+ "anthropic_tab": "Anthropic",
+ "voyage_tab": "Voyage AI",
+ "ollama_tab": "Ollama",
+ "enable_ai": "启用AI/LLM功能",
+ "enable_ai_desc": "启用笔记摘要、内容生成等AI功能及其他LLM能力",
+ "provider_configuration": "AI提供商配置",
+ "provider_precedence": "提供商优先级",
+ "provider_precedence_description": "按优先级排序的提供商列表(用逗号分隔,例如:'openai,anthropic,ollama')",
+ "temperature": "温度参数",
+ "temperature_description": "控制响应的随机性(0 = 确定性输出,2 = 最大随机性)",
+ "system_prompt": "系统提示词",
+ "system_prompt_description": "所有AI交互使用的默认系统提示词",
+ "openai_configuration": "OpenAI配置",
+ "openai_settings": "OpenAI设置",
+ "api_key": "API密钥",
+ "url": "基础URL",
+ "model": "模型",
+ "openai_api_key_description": "用于访问OpenAI服务的API密钥",
+ "anthropic_api_key_description": "用于访问Claude模型的Anthropic API密钥",
+ "default_model": "默认模型",
+ "openai_model_description": "示例:gpt-4o、gpt-4-turbo、gpt-3.5-turbo",
+ "base_url": "基础URL",
+ "openai_url_description": "默认:https://api.openai.com/v1",
+ "anthropic_settings": "Anthropic设置",
+ "anthropic_url_description": "Anthropic API的基础URL(默认:https://api.anthropic.com)",
+ "anthropic_model_description": "用于聊天补全的Anthropic Claude模型",
+ "voyage_settings": "Voyage AI设置",
+ "ollama_settings": "Ollama设置",
+ "ollama_url_description": "Ollama API的URL(默认:http://localhost:11434)",
+ "ollama_model_description": "用于聊天补全的 Ollama 模型",
+ "anthropic_configuration": "Anthropic配置",
+ "voyage_configuration": "Voyage AI配置",
+ "voyage_url_description": "默认:https://api.voyageai.com/v1",
+ "ollama_configuration": "Ollama配置",
+ "enable_ollama": "启用Ollama",
+ "enable_ollama_description": "启用Ollama以使用本地AI模型",
+ "ollama_url": "Ollama URL",
+ "ollama_model": "Ollama模型",
+ "refresh_models": "刷新模型",
+ "refreshing_models": "刷新中...",
+ "enable_automatic_indexing": "启用自动索引",
+ "rebuild_index": "重建索引",
+ "rebuild_index_error": "启动索引重建失败。请查看日志了解详情。",
+ "note_title": "笔记标题",
+ "error": "错误",
+ "last_attempt": "最后尝试时间",
+ "actions": "操作",
+ "retry": "重试",
+ "partial": "{{ percentage }}% 已完成",
+ "retry_queued": "笔记已加入重试队列",
+ "retry_failed": "笔记加入重试队列失败",
+ "max_notes_per_llm_query": "每次查询的最大笔记数",
+ "max_notes_per_llm_query_description": "AI上下文包含的最大相似笔记数量",
+ "active_providers": "活跃提供商",
+ "disabled_providers": "已禁用提供商",
+ "remove_provider": "从搜索中移除提供商",
+ "restore_provider": "将提供商恢复到搜索中",
+ "similarity_threshold": "相似度阈值",
+ "similarity_threshold_description": "纳入LLM查询上下文的笔记最低相似度分数(0-1)",
+ "reprocess_index": "重建搜索索引",
+ "reprocessing_index": "重建中...",
+ "reprocess_index_started": "搜索索引优化已在后台启动",
+ "reprocess_index_error": "重建搜索索引失败",
+ "index_rebuild_progress": "索引重建进度",
+ "index_rebuilding": "正在优化索引({{percentage}}%)",
+ "index_rebuild_complete": "索引优化完成",
+ "index_rebuild_status_error": "检查索引重建状态失败",
+ "never": "从未",
+ "processing": "处理中({{percentage}}%)",
+ "incomplete": "未完成({{percentage}}%)",
+ "complete": "已完成(100%)",
+ "refreshing": "刷新中...",
+ "auto_refresh_notice": "每 {{seconds}} 秒自动刷新",
+ "note_queued_for_retry": "笔记已加入重试队列",
+ "failed_to_retry_note": "重试笔记失败",
+ "all_notes_queued_for_retry": "所有失败笔记已加入重试队列",
+ "failed_to_retry_all": "重试笔记失败",
+ "ai_settings": "AI设置",
+ "api_key_tooltip": "用于访问服务的API密钥",
+ "empty_key_warning": {
+ "anthropic": "Anthropic API密钥为空。请输入有效的API密钥。",
+ "openai": "OpenAI API密钥为空。请输入有效的API密钥。",
+ "voyage": "Voyage API密钥为空。请输入有效的API密钥。",
+ "ollama": "Ollama API密钥为空。请输入有效的API密钥。"
+ },
+ "agent": {
+ "processing": "处理中...",
+ "thinking": "思考中...",
+ "loading": "加载中...",
+ "generating": "生成中..."
+ },
+ "name": "AI",
+ "openai": "OpenAI",
+ "use_enhanced_context": "使用增强上下文",
+ "enhanced_context_description": "为AI提供来自笔记及其相关笔记的更多上下文,以获得更好的响应",
+ "show_thinking": "显示思考过程",
+ "show_thinking_description": "显示AI的思维链过程",
+ "enter_message": "输入你的消息...",
+ "error_contacting_provider": "联系AI提供商失败。请检查你的设置和网络连接。",
+ "error_generating_response": "生成AI响应失败",
+ "index_all_notes": "为所有笔记建立索引",
+ "index_status": "索引状态",
+ "indexed_notes": "已索引笔记",
+ "indexing_stopped": "索引已停止",
+ "indexing_in_progress": "索引进行中...",
+ "last_indexed": "最后索引时间",
+ "n_notes_queued_0": "{{ count }} 条笔记已加入索引队列",
+ "note_chat": "笔记聊天",
+ "notes_indexed_0": "{{ count }} 条笔记已索引",
+ "sources": "来源",
+ "start_indexing": "开始索引",
+ "use_advanced_context": "使用高级上下文",
+ "ollama_no_url": "Ollama 未配置。请输入有效的URL。",
+ "chat": {
+ "root_note_title": "AI聊天记录",
+ "root_note_content": "此笔记包含你保存的AI聊天对话。",
+ "new_chat_title": "新聊天",
+ "create_new_ai_chat": "创建新的AI聊天"
+ },
+ "create_new_ai_chat": "创建新的AI聊天",
+ "configuration_warnings": "你的AI配置存在一些问题。请检查你的设置。",
+ "experimental_warning": "LLM功能目前处于实验阶段 - 特此提醒。",
+ "selected_provider": "已选提供商",
+ "selected_provider_description": "选择用于聊天和补全功能的AI提供商",
+ "select_model": "选择模型...",
+ "select_provider": "选择提供商..."
+ },
+ "code-editor-options": {
+ "title": "编辑器"
+ },
+ "custom_date_time_format": {
+ "title": "自定义日期/时间格式",
+ "description": "通过或工具栏的方式可自定义日期和时间格式,有关日期/时间格式字符串中各个字符的含义,请参阅Day.js docs。",
+ "format_string": "日期/时间格式字符串:",
+ "formatted_time": "格式化后日期/时间:"
+ },
+ "content_widget": {
+ "unknown_widget": "未知组件:\"{{id}}\"."
+ },
+ "note_language": {
+ "not_set": "不设置",
+ "configure-languages": "设置语言..."
+ },
+ "content_language": {
+ "title": "内容语言",
+ "description": "选择一种或多种语言出现在只读或可编辑文本注释的基本属性,这将支持拼写检查或从右向左之类的功能。"
+ },
+ "switch_layout_button": {
+ "title_vertical": "将编辑面板移至底部",
+ "title_horizontal": "将编辑面板移至左侧"
+ },
+ "toggle_read_only_button": {
+ "unlock-editing": "解锁编辑",
+ "lock-editing": "锁定编辑"
+ },
+ "png_export_button": {
+ "button_title": "将图表导出为PNG"
+ },
+ "svg": {
+ "export_to_png": "无法将图表导出为PNG。"
+ },
+ "code_theme": {
+ "title": "外观",
+ "word_wrapping": "自动换行",
+ "color-scheme": "配色方案"
+ },
+ "cpu_arch_warning": {
+ "title": "请下载ARM64版本",
+ "message_macos": "TriliumNext当前正在通过Rosetta 2转译运行,这意味着您在Apple Silicon芯片的Mac上使用的是Intel(x64)版本。这将显著影响性能和电池续航。",
+ "message_windows": "TriliumNext当前正在模拟环境中运行,这意味着您在ARM架构的Windows设备上使用的是Intel(x64)版本。这将显著影响性能和电池续航。",
+ "recommendation": "为获得最佳体验,请从我们的发布页面下载TriliumNext的原生ARM64版本。",
+ "download_link": "下载原生版本",
+ "continue_anyway": "仍然继续",
+ "dont_show_again": "不再显示此警告"
+ },
+ "editorfeatures": {
+ "title": "功能",
+ "emoji_completion_enabled": "启用表情自动补全",
+ "note_completion_enabled": "启用笔记自动补全"
+ },
+ "table_view": {
+ "new-row": "新增行",
+ "new-column": "新增列",
+ "sort-column-by": "按\"{{title}}\"排序",
+ "sort-column-ascending": "升序",
+ "sort-column-descending": "降序",
+ "sort-column-clear": "清除排序",
+ "hide-column": "隐藏\"{{title}}\"列",
+ "show-hide-columns": "显示/隐藏列",
+ "row-insert-above": "在上方插入行",
+ "row-insert-below": "在下方插入行",
+ "row-insert-child": "插入子笔记",
+ "add-column-to-the-left": "在左侧添加列",
+ "add-column-to-the-right": "在右侧添加列",
+ "edit-column": "编辑列",
+ "delete_column_confirmation": "确定要删除此列吗?所有笔记中对应的属性都将被移除。",
+ "delete-column": "删除列",
+ "new-column-label": "标签",
+ "new-column-relation": "关联"
+ },
+ "book_properties_config": {
+ "hide-weekends": "隐藏周末",
+ "display-week-numbers": "显示周数",
+ "map-style": "地图样式:",
+ "max-nesting-depth": "最大嵌套深度:",
+ "raster": "栅格",
+ "vector_light": "矢量(浅色)",
+ "vector_dark": "矢量(深色)",
+ "show-scale": "显示比例尺"
+ },
+ "table_context_menu": {
+ "delete_row": "删除行"
+ },
+ "board_view": {
+ "delete-note": "删除笔记",
+ "move-to": "移动到",
+ "insert-above": "在上方插入",
+ "insert-below": "在下方插入",
+ "delete-column": "删除列",
+ "delete-column-confirmation": "确定要删除此列吗?此列下所有笔记中对应的属性也将被删除。",
+ "new-item": "新增项目",
+ "add-column": "添加列"
+ },
+ "command_palette": {
+ "tree-action-name": "树形:{{name}}",
+ "export_note_title": "导出笔记",
+ "export_note_description": "导出当前笔记",
+ "show_attachments_title": "显示附件",
+ "show_attachments_description": "查看笔记附件",
+ "search_notes_title": "搜索笔记",
+ "search_notes_description": "打开高级搜索",
+ "search_subtree_title": "在子树中搜索",
+ "search_subtree_description": "在当前子树范围内搜索",
+ "search_history_title": "显示搜索历史",
+ "search_history_description": "查看之前的搜索记录",
+ "configure_launch_bar_title": "配置启动栏",
+ "configure_launch_bar_description": "打开启动栏配置,添加或移除项目。"
+ },
+ "content_renderer": {
+ "open_externally": "在外部打开"
+ },
+ "modal": {
+ "close": "关闭",
+ "help_title": "显示关于此画面的更多信息"
+ },
+ "call_to_action": {
+ "next_theme_title": "新的 Trilium 主题已进入稳定版",
+ "next_theme_message": "有一段时间,我们一直在设计新的主题,为了让应用程序看起来更加现代。",
+ "next_theme_button": "切换至新的 Trilium 主题",
+ "background_effects_title": "背景效果现已推出稳定版本",
+ "background_effects_message": "在 Windows 装置上,背景效果现在已完全稳定。背景效果通过模糊背后的背景,为使用者界面增添一抹色彩。此技术也用于其他应用程序,例如 Windows 资源管理器。",
+ "background_effects_button": "启用背景效果"
+ }
}
diff --git a/apps/client/src/translations/de/translation.json b/apps/client/src/translations/de/translation.json
index 792b96577..570c38852 100644
--- a/apps/client/src/translations/de/translation.json
+++ b/apps/client/src/translations/de/translation.json
@@ -1,7 +1,6 @@
{
"about": {
"title": "Über Trilium Notes",
- "close": "Schließen",
"homepage": "Startseite:",
"app_version": "App-Version:",
"db_version": "DB-Version:",
@@ -28,25 +27,22 @@
"add_link": {
"add_link": "Link hinzufügen",
"help_on_links": "Hilfe zu Links",
- "close": "Schließen",
"note": "Notiz",
"search_note": "Suche nach einer Notiz anhand ihres Namens",
"link_title_mirrors": "Der Linktitel spiegelt den aktuellen Titel der Notiz wider",
"link_title_arbitrary": "Der Linktitel kann beliebig geändert werden",
"link_title": "Linktitel",
- "button_add_link": "Link hinzufügen Eingabetaste"
+ "button_add_link": "Link hinzufügen"
},
"branch_prefix": {
"edit_branch_prefix": "Zweigpräfix bearbeiten",
"help_on_tree_prefix": "Hilfe zum Baumpräfix",
- "close": "Schließen",
"prefix": "Präfix: ",
"save": "Speichern",
"branch_prefix_saved": "Zweigpräfix wurde gespeichert."
},
"bulk_actions": {
"bulk_actions": "Massenaktionen",
- "close": "Schließen",
"affected_notes": "Betroffene Notizen",
"include_descendants": "Unternotizen der ausgewählten Notizen einbeziehen",
"available_actions": "Verfügbare Aktionen",
@@ -61,20 +57,18 @@
},
"clone_to": {
"clone_notes_to": "Notizen klonen nach...",
- "close": "Schließen",
"help_on_links": "Hilfe zu Links",
"notes_to_clone": "Notizen zum Klonen",
"target_parent_note": "Ziel-Übergeordnetenotiz",
"search_for_note_by_its_name": "Suche nach einer Notiz anhand ihres Namens",
"cloned_note_prefix_title": "Die geklonte Notiz wird im Notizbaum mit dem angegebenen Präfix angezeigt",
"prefix_optional": "Präfix (optional)",
- "clone_to_selected_note": "Auf ausgewählte Notiz klonen Eingabe",
+ "clone_to_selected_note": "Auf ausgewählte Notiz klonen",
"no_path_to_clone_to": "Kein Pfad zum Klonen.",
"note_cloned": "Die Notiz \"{{clonedTitle}}\" wurde in \"{{targetTitle}}\" hinein geklont"
},
"confirm": {
"confirmation": "Bestätigung",
- "close": "Schließen",
"cancel": "Abbrechen",
"ok": "OK",
"are_you_sure_remove_note": "Bist du sicher, dass du \"{{title}}\" von der Beziehungskarte entfernen möchten? ",
@@ -87,9 +81,9 @@
"delete_all_clones_description": "auch alle Klone löschen (kann bei letzte Änderungen rückgängig gemacht werden)",
"erase_notes_description": "Beim normalen (vorläufigen) Löschen werden die Notizen nur als gelöscht markiert und sie können innerhalb eines bestimmten Zeitraums (im Dialogfeld „Letzte Änderungen“) wiederhergestellt werden. Wenn du diese Option aktivierst, werden die Notizen sofort gelöscht und es ist nicht möglich, die Notizen wiederherzustellen.",
"erase_notes_warning": "Notizen dauerhaft löschen (kann nicht rückgängig gemacht werden), einschließlich aller Klone. Dadurch wird ein Neuladen der Anwendung erzwungen.",
- "notes_to_be_deleted": "Folgende Notizen werden gelöscht ()",
+ "notes_to_be_deleted": "Folgende Notizen werden gelöscht ({{notesCount}})",
"no_note_to_delete": "Es werden keine Notizen gelöscht (nur Klone).",
- "broken_relations_to_be_deleted": "Folgende Beziehungen werden gelöst und gelöscht ()",
+ "broken_relations_to_be_deleted": "Folgende Beziehungen werden gelöst und gelöscht ({{ relationCount}})",
"cancel": "Abbrechen",
"ok": "OK",
"deleted_relation_text": "Notiz {{- note}} (soll gelöscht werden) wird von Beziehung {{- relation}} ausgehend von {{- source}} referenziert."
@@ -113,20 +107,18 @@
"format_pdf": "PDF - für Ausdrucke oder Teilen."
},
"help": {
- "fullDocumentation": "Hilfe (gesamte Dokumentation ist online verfügbar)",
- "close": "Schließen",
"noteNavigation": "Notiz Navigation",
- "goUpDown": "Pfeil Hoch, Pfeil Runter - In der Liste der Notizen nach oben/unten gehen",
- "collapseExpand": "LEFT, RIGHT - Knoten reduzieren/erweitern",
+ "goUpDown": "In der Liste der Notizen nach oben/unten gehen",
+ "collapseExpand": "Knoten reduzieren/erweitern",
"notSet": "nicht eingestellt",
"goBackForwards": "in der Historie zurück/vorwärts gehen",
"showJumpToNoteDialog": "zeige \"Springe zu\" dialog",
"scrollToActiveNote": "Scrolle zur aktiven Notiz",
- "jumpToParentNote": "Backspace - Zur übergeordneten Notiz springen",
+ "jumpToParentNote": "Zur übergeordneten Notiz springen",
"collapseWholeTree": "Reduziere den gesamten Notizbaum",
"collapseSubTree": "Teilbaum einklappen",
"tabShortcuts": "Tab-Tastenkürzel",
- "newTabNoteLink": "Strg+Klick - (oder mittlerer Mausklick ) auf den Notizlink öffnet die Notiz in einem neuen Tab",
+ "newTabNoteLink": "auf den Notizlink öffnet die Notiz in einem neuen Tab",
"onlyInDesktop": "Nur im Desktop (Electron Build)",
"openEmptyTab": "Leeren Tab öffnen",
"closeActiveTab": "Aktiven Tab schließen",
@@ -141,14 +133,14 @@
"moveNoteUpHierarchy": "Verschiebe die Notiz in der Hierarchie nach oben",
"multiSelectNote": "Mehrfachauswahl von Notizen oben/unten",
"selectAllNotes": "Wähle alle Notizen in der aktuellen Ebene aus",
- "selectNote": "Umschalt+Klick - Notiz auswählen",
+ "selectNote": "Notiz auswählen",
"copyNotes": "Kopiere aktive Notiz (oder aktuelle Auswahl) in den Zwischenspeicher (wird genutzt für Klonen)",
"cutNotes": "Aktuelle Notiz (oder aktuelle Auswahl) in die Zwischenablage ausschneiden (wird zum Verschieben von Notizen verwendet)",
"pasteNotes": "Notiz(en) als Unternotiz in die aktive Notiz einfügen (entweder verschieben oder klonen, je nachdem, ob sie kopiert oder in die Zwischenablag e ausgeschnitten wurde)",
"deleteNotes": "Notiz / Unterbaum löschen",
"editingNotes": "Notizen bearbeiten",
"editNoteTitle": "Im Baumbereich wird vom Baumbereich zum Notiztitel gewechselt. Beim Druck auf Eingabe im Notiztitel, wechselt der Fokus zum Texteditor. Strg+. wechselt vom Editor zurück zum Baumbereich.",
- "createEditLink": "Strg+K - Externen Link erstellen/bearbeiten",
+ "createEditLink": "Externen Link erstellen/bearbeiten",
"createInternalLink": "Internen Link erstellen",
"followLink": "Folge dem Link unter dem Cursor",
"insertDateTime": "Gebe das aktuelle Datum und die aktuelle Uhrzeit an der Einfügemarke ein",
@@ -165,11 +157,11 @@
"other": "Andere",
"quickSearch": "Fokus auf schnelle Sucheingabe",
"inPageSearch": "Auf-der-Seite-Suche",
- "newTabWithActivationNoteLink": "Strg+Umschalt+Klick - (oder Umschalt+Mittlere Maustaste) auf einen Notiz-Link öffnet und aktiviert die Notiz in einem neuen Tab"
+ "newTabWithActivationNoteLink": "auf einen Notiz-Link öffnet und aktiviert die Notiz in einem neuen Tab",
+ "title": "Spickzettel"
},
"import": {
"importIntoNote": "In Notiz importieren",
- "close": "Schließen",
"chooseImportFile": "Wähle Importdatei aus",
"importDescription": "Der Inhalt der ausgewählten Datei(en) wird als untergeordnete Notiz(en) importiert",
"options": "Optionen",
@@ -196,14 +188,13 @@
},
"include_note": {
"dialog_title": "Notiz beifügen",
- "close": "Schließen",
"label_note": "Notiz",
"placeholder_search": "Suche nach einer Notiz anhand ihres Namens",
"box_size_prompt": "Kartongröße des beigelegten Zettels:",
"box_size_small": "klein (~ 10 Zeilen)",
"box_size_medium": "mittel (~ 30 Zeilen)",
"box_size_full": "vollständig (Feld zeigt vollständigen Text)",
- "button_include": "Notiz beifügen Eingabetaste"
+ "button_include": "Notiz beifügen"
},
"info": {
"modalTitle": "Infonachricht",
@@ -211,42 +202,35 @@
"okButton": "OK"
},
"jump_to_note": {
- "close": "Schließen",
- "search_button": "Suche im Volltext: Strg+Eingabetaste"
+ "search_button": "Suche im Volltext"
},
"markdown_import": {
"dialog_title": "Markdown-Import",
- "close": "Schließen",
"modal_body_text": "Aufgrund der Browser-Sandbox ist es nicht möglich, die Zwischenablage direkt aus JavaScript zu lesen. Bitte füge den zu importierenden Markdown in den Textbereich unten ein und klicke auf die Schaltfläche „Importieren“.",
- "import_button": "Importieren Strg+Eingabe",
+ "import_button": "Importieren",
"import_success": "Markdown-Inhalt wurde in das Dokument importiert."
},
"move_to": {
"dialog_title": "Notizen verschieben nach ...",
- "close": "Schließen",
"notes_to_move": "Notizen zum Verschieben",
"target_parent_note": "Ziel-Elternnotiz",
"search_placeholder": "Suche nach einer Notiz anhand ihres Namens",
- "move_button": "Zur ausgewählten Notiz wechseln Eingabetaste",
+ "move_button": "Zur ausgewählten Notiz wechseln",
"error_no_path": "Kein Weg, auf den man sich bewegen kann.",
"move_success_message": "Ausgewählte Notizen wurden verschoben"
},
"note_type_chooser": {
"modal_title": "Wähle den Notiztyp aus",
- "close": "Schließen",
"modal_body": "Wähle den Notiztyp / die Vorlage der neuen Notiz:",
- "templates": "Vorlagen:"
+ "templates": "Vorlagen"
},
"password_not_set": {
"title": "Das Passwort ist nicht festgelegt",
- "close": "Schließen",
- "body1": "Geschützte Notizen werden mit einem Benutzerpasswort verschlüsselt, es wurde jedoch noch kein Passwort festgelegt.",
- "body2": "Um Notizen verschlüsseln zu können, klicke hier um das Optionsmenu zu öffnen und ein Passwort zu setzen."
+ "body1": "Geschützte Notizen werden mit einem Benutzerpasswort verschlüsselt, es wurde jedoch noch kein Passwort festgelegt."
},
"prompt": {
"title": "Prompt",
- "close": "Schließen",
- "ok": "OK Eingabe",
+ "ok": "OK",
"defaultTitle": "Prompt"
},
"protected_session_password": {
@@ -254,12 +238,11 @@
"help_title": "Hilfe zu geschützten Notizen",
"close_label": "Schließen",
"form_label": "Um mit der angeforderten Aktion fortzufahren, musst du eine geschützte Sitzung starten, indem du ein Passwort eingibst:",
- "start_button": "Geschützte Sitzung starten enter"
+ "start_button": "Geschützte Sitzung starten"
},
"recent_changes": {
"title": "Aktuelle Änderungen",
"erase_notes_button": "Jetzt gelöschte Notizen löschen",
- "close": "Schließen",
"deleted_notes_message": "Gelöschte Notizen wurden gelöscht.",
"no_changes_message": "Noch keine Änderungen...",
"undelete_link": "Wiederherstellen",
@@ -270,7 +253,6 @@
"delete_all_revisions": "Lösche alle Revisionen dieser Notiz",
"delete_all_button": "Alle Revisionen löschen",
"help_title": "Hilfe zu Notizrevisionen",
- "close": "Schließen",
"revision_last_edited": "Diese Revision wurde zuletzt am {{date}} bearbeitet",
"confirm_delete_all": "Möchtest du alle Revisionen dieser Notiz löschen?",
"no_revisions": "Für diese Notiz gibt es noch keine Revisionen...",
@@ -290,7 +272,6 @@
},
"sort_child_notes": {
"sort_children_by": "Unternotizen sortieren nach...",
- "close": "Schließen",
"sorting_criteria": "Sortierkriterien",
"title": "Titel",
"date_created": "Erstellungsdatum",
@@ -304,13 +285,12 @@
"sort_with_respect_to_different_character_sorting": "Sortierung im Hinblick auf unterschiedliche Sortier- und Sortierregeln für Zeichen in verschiedenen Sprachen oder Regionen.",
"natural_sort_language": "Natürliche Sortiersprache",
"the_language_code_for_natural_sort": "Der Sprachcode für die natürliche Sortierung, z. B. \"de-DE\" für Deutsch.",
- "sort": "Sortieren Eingabetaste"
+ "sort": "Sortieren"
},
"upload_attachments": {
"upload_attachments_to_note": "Lade Anhänge zur Notiz hoch",
- "close": "Schließen",
"choose_files": "Wähle Dateien aus",
- "files_will_be_uploaded": "Dateien werden als Anhänge in hochgeladen",
+ "files_will_be_uploaded": "Dateien werden als Anhänge in hochgeladen {{noteTitle}}",
"options": "Optionen",
"shrink_images": "Bilder verkleinern",
"upload": "Hochladen",
@@ -1099,12 +1079,9 @@
"title": "Thema",
"theme_label": "Thema",
"override_theme_fonts_label": "Theme-Schriftarten überschreiben",
- "auto_theme": "Auto",
- "light_theme": "Hell",
- "dark_theme": "Dunkel",
- "triliumnext": "TriliumNext Beta (Systemfarbschema folgend)",
- "triliumnext-light": "TriliumNext Beta (Hell)",
- "triliumnext-dark": "TriliumNext Beta (Dunkel)",
+ "triliumnext": "Trilium (Systemfarbschema folgend)",
+ "triliumnext-light": "Trilium (Hell)",
+ "triliumnext-dark": "Trilium (Dunkel)",
"layout": "Layout",
"layout-vertical-title": "Vertikal",
"layout-horizontal-title": "Horizontal",
@@ -1651,5 +1628,8 @@
},
"time_selector": {
"invalid_input": "Die eingegebene Zeit ist keine valide Zahl."
+ },
+ "modal": {
+ "close": "Schließen"
}
}
diff --git a/apps/client/src/translations/el/translation.json b/apps/client/src/translations/el/translation.json
index 8aeb826f0..60e02cc6f 100644
--- a/apps/client/src/translations/el/translation.json
+++ b/apps/client/src/translations/el/translation.json
@@ -1,7 +1,6 @@
{
"about": {
"title": "Πληροφορίες για το Trilium Notes",
- "close": "Κλείσιμο",
"homepage": "Αρχική Σελίδα:",
"app_version": "Έκδοση εφαρμογής:",
"db_version": "Έκδοση βάσης δεδομένων:",
diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json
index 09c336115..37b8436f5 100644
--- a/apps/client/src/translations/en/translation.json
+++ b/apps/client/src/translations/en/translation.json
@@ -1,7 +1,6 @@
{
"about": {
"title": "About Trilium Notes",
- "close": "Close",
"homepage": "Homepage:",
"app_version": "App version:",
"db_version": "DB version:",
@@ -28,25 +27,22 @@
"add_link": {
"add_link": "Add link",
"help_on_links": "Help on links",
- "close": "Close",
"note": "Note",
"search_note": "search for note by its name",
"link_title_mirrors": "link title mirrors the note's current title",
"link_title_arbitrary": "link title can be changed arbitrarily",
"link_title": "Link title",
- "button_add_link": "Add link enter"
+ "button_add_link": "Add link"
},
"branch_prefix": {
"edit_branch_prefix": "Edit branch prefix",
"help_on_tree_prefix": "Help on Tree prefix",
- "close": "Close",
"prefix": "Prefix: ",
"save": "Save",
"branch_prefix_saved": "Branch prefix has been saved."
},
"bulk_actions": {
"bulk_actions": "Bulk actions",
- "close": "Close",
"affected_notes": "Affected notes",
"include_descendants": "Include descendants of the selected notes",
"available_actions": "Available actions",
@@ -61,20 +57,18 @@
},
"clone_to": {
"clone_notes_to": "Clone notes to...",
- "close": "Close",
"help_on_links": "Help on links",
"notes_to_clone": "Notes to clone",
"target_parent_note": "Target parent note",
"search_for_note_by_its_name": "search for note by its name",
"cloned_note_prefix_title": "Cloned note will be shown in note tree with given prefix",
"prefix_optional": "Prefix (optional)",
- "clone_to_selected_note": "Clone to selected note enter",
+ "clone_to_selected_note": "Clone to selected note",
"no_path_to_clone_to": "No path to clone to.",
"note_cloned": "Note \"{{clonedTitle}}\" has been cloned into \"{{targetTitle}}\""
},
"confirm": {
"confirmation": "Confirmation",
- "close": "Close",
"cancel": "Cancel",
"ok": "OK",
"are_you_sure_remove_note": "Are you sure you want to remove the note \"{{title}}\" from relation map? ",
@@ -87,9 +81,9 @@
"delete_all_clones_description": "Delete also all clones (can be undone in recent changes)",
"erase_notes_description": "Normal (soft) deletion only marks the notes as deleted and they can be undeleted (in recent changes dialog) within a period of time. Checking this option will erase the notes immediately and it won't be possible to undelete the notes.",
"erase_notes_warning": "Erase notes permanently (can't be undone), including all clones. This will force application reload.",
- "notes_to_be_deleted": "Following notes will be deleted ({{- noteCount}})",
+ "notes_to_be_deleted": "Following notes will be deleted ({{notesCount}})",
"no_note_to_delete": "No note will be deleted (only clones).",
- "broken_relations_to_be_deleted": "Following relations will be broken and deleted ({{- relationCount}})",
+ "broken_relations_to_be_deleted": "Following relations will be broken and deleted ({{ relationCount}})",
"cancel": "Cancel",
"ok": "OK",
"deleted_relation_text": "Note {{- note}} (to be deleted) is referenced by relation {{- relation}} originating from {{- source}}."
@@ -113,21 +107,20 @@
"format_pdf": "PDF - for printing or sharing purposes."
},
"help": {
- "fullDocumentation": "Help (full documentation is available online)",
- "close": "Close",
+ "title": "Cheatsheet",
"noteNavigation": "Note navigation",
- "goUpDown": "UP, DOWN - go up/down in the list of notes",
- "collapseExpand": "LEFT, RIGHT - collapse/expand node",
+ "goUpDown": "go up/down in the list of notes",
+ "collapseExpand": "collapse/expand node",
"notSet": "not set",
"goBackForwards": "go back / forwards in the history",
"showJumpToNoteDialog": "show \"Jump to\" dialog",
"scrollToActiveNote": "scroll to active note",
- "jumpToParentNote": "Backspace - jump to parent note",
+ "jumpToParentNote": "jump to parent note",
"collapseWholeTree": "collapse whole note tree",
"collapseSubTree": "collapse sub-tree",
"tabShortcuts": "Tab shortcuts",
- "newTabNoteLink": "Ctrl+click - (or middle mouse click) on note link opens note in a new tab",
- "newTabWithActivationNoteLink": "Ctrl+Shift+click - (or Shift+middle mouse click) on note link opens and activates the note in a new tab",
+ "newTabNoteLink": "on note link opens note in a new tab",
+ "newTabWithActivationNoteLink": "on note link opens and activates the note in a new tab",
"onlyInDesktop": "Only in desktop (Electron build)",
"openEmptyTab": "open empty tab",
"closeActiveTab": "close active tab",
@@ -142,14 +135,14 @@
"moveNoteUpHierarchy": "move note up in the hierarchy",
"multiSelectNote": "multi-select note above/below",
"selectAllNotes": "select all notes in the current level",
- "selectNote": "Shift+click - select note",
+ "selectNote": "select note",
"copyNotes": "copy active note (or current selection) into clipboard (used for cloning)",
"cutNotes": "cut current note (or current selection) into clipboard (used for moving notes)",
"pasteNotes": "paste note(s) as sub-note into active note (which is either move or clone depending on whether it was copied or cut into clipboard)",
"deleteNotes": "delete note / sub-tree",
"editingNotes": "Editing notes",
"editNoteTitle": "in tree pane will switch from tree pane into note title. Enter from note title will switch focus to text editor. Ctrl+. will switch back from editor to tree pane.",
- "createEditLink": "Ctrl+K - create / edit external link",
+ "createEditLink": "create / edit external link",
"createInternalLink": "create internal link",
"followLink": "follow link under cursor",
"insertDateTime": "insert current date and time at caret position",
@@ -169,7 +162,6 @@
},
"import": {
"importIntoNote": "Import into note",
- "close": "Close",
"chooseImportFile": "Choose import file",
"importDescription": "Content of the selected file(s) will be imported as child note(s) into",
"options": "Options",
@@ -196,14 +188,13 @@
},
"include_note": {
"dialog_title": "Include note",
- "close": "Close",
"label_note": "Note",
"placeholder_search": "search for note by its name",
"box_size_prompt": "Box size of the included note:",
"box_size_small": "small (~ 10 lines)",
"box_size_medium": "medium (~ 30 lines)",
"box_size_full": "full (box shows complete text)",
- "button_include": "Include note enter"
+ "button_include": "Include note"
},
"info": {
"modalTitle": "Info message",
@@ -212,23 +203,20 @@
},
"jump_to_note": {
"search_placeholder": "Search for note by its name or type > for commands...",
- "close": "Close",
- "search_button": "Search in full text Ctrl+Enter"
+ "search_button": "Search in full text"
},
"markdown_import": {
"dialog_title": "Markdown import",
- "close": "Close",
"modal_body_text": "Because of browser sandbox it's not possible to directly read clipboard from JavaScript. Please paste the Markdown to import to textarea below and click on Import button",
- "import_button": "Import Ctrl+Enter",
+ "import_button": "Import",
"import_success": "Markdown content has been imported into the document."
},
"move_to": {
"dialog_title": "Move notes to ...",
- "close": "Close",
"notes_to_move": "Notes to move",
"target_parent_note": "Target parent note",
"search_placeholder": "search for note by its name",
- "move_button": "Move to selected note enter",
+ "move_button": "Move to selected note",
"error_no_path": "No path to move to.",
"move_success_message": "Selected notes have been moved into "
},
@@ -236,20 +224,19 @@
"change_path_prompt": "Change where to create the new note:",
"search_placeholder": "search path by name (default if empty)",
"modal_title": "Choose note type",
- "close": "Close",
"modal_body": "Choose note type / template of the new note:",
- "templates": "Templates:"
+ "templates": "Templates",
+ "builtin_templates": "Built-in Templates"
},
"password_not_set": {
"title": "Password is not set",
- "close": "Close",
"body1": "Protected notes are encrypted using a user password, but password has not been set yet.",
- "body2": "To be able to protect notes, click here to open the Options dialog and set your password."
+ "body2": "To be able to protect notes, click the button below to open the Options dialog and set your password.",
+ "go_to_password_options": "Go to Password options"
},
"prompt": {
"title": "Prompt",
- "close": "Close",
- "ok": "OK enter",
+ "ok": "OK",
"defaultTitle": "Prompt"
},
"protected_session_password": {
@@ -257,12 +244,11 @@
"help_title": "Help on Protected notes",
"close_label": "Close",
"form_label": "To proceed with requested action you need to start protected session by entering password:",
- "start_button": "Start protected session enter"
+ "start_button": "Start protected session"
},
"recent_changes": {
"title": "Recent changes",
"erase_notes_button": "Erase deleted notes now",
- "close": "Close",
"deleted_notes_message": "Deleted notes have been erased.",
"no_changes_message": "No changes yet...",
"undelete_link": "undelete",
@@ -273,7 +259,6 @@
"delete_all_revisions": "Delete all revisions of this note",
"delete_all_button": "Delete all revisions",
"help_title": "Help on Note Revisions",
- "close": "Close",
"revision_last_edited": "This revision was last edited on {{date}}",
"confirm_delete_all": "Do you want to delete all revisions of this note?",
"no_revisions": "No revisions for this note yet...",
@@ -295,7 +280,6 @@
},
"sort_child_notes": {
"sort_children_by": "Sort children by...",
- "close": "Close",
"sorting_criteria": "Sorting criteria",
"title": "title",
"date_created": "date created",
@@ -309,13 +293,12 @@
"sort_with_respect_to_different_character_sorting": "sort with respect to different character sorting and collation rules in different languages or regions.",
"natural_sort_language": "Natural sort language",
"the_language_code_for_natural_sort": "The language code for natural sort, e.g. \"zh-CN\" for Chinese.",
- "sort": "Sort enter"
+ "sort": "Sort"
},
"upload_attachments": {
"upload_attachments_to_note": "Upload attachments to note",
- "close": "Close",
"choose_files": "Choose files",
- "files_will_be_uploaded": "Files will be uploaded as attachments into",
+ "files_will_be_uploaded": "Files will be uploaded as attachments into {{noteTitle}}",
"options": "Options",
"shrink_images": "Shrink images",
"upload": "Upload",
@@ -1118,12 +1101,12 @@
"title": "Application Theme",
"theme_label": "Theme",
"override_theme_fonts_label": "Override theme fonts",
- "auto_theme": "Auto",
- "light_theme": "Light",
- "dark_theme": "Dark",
- "triliumnext": "TriliumNext Beta (Follow system color scheme)",
- "triliumnext-light": "TriliumNext Beta (Light)",
- "triliumnext-dark": "TriliumNext Beta (Dark)",
+ "auto_theme": "Legacy (Follow system color scheme)",
+ "light_theme": "Legacy (Light)",
+ "dark_theme": "Legacy (Dark)",
+ "triliumnext": "Trilium (Follow system color scheme)",
+ "triliumnext-light": "Trilium (Light)",
+ "triliumnext-dark": "Trilium (Dark)",
"layout": "Layout",
"layout-vertical-title": "Vertical",
"layout-horizontal-title": "Horizontal",
@@ -2007,6 +1990,15 @@
"open_externally": "Open externally"
},
"modal": {
- "close": "Close"
+ "close": "Close",
+ "help_title": "Display more information about this screen"
+ },
+ "call_to_action": {
+ "next_theme_title": "The new Trilium theme is now stable",
+ "next_theme_message": "For a while now, we've been working on a new theme to give the application a more modern look.",
+ "next_theme_button": "Switch to the new Trilium theme",
+ "background_effects_title": "Background effects are now stable",
+ "background_effects_message": "On Windows devices, background effects are now fully stable. The background effects adds a touch of color to the user interface by blurring the background behind it. This technique is also used in other applications such as Windows Explorer.",
+ "background_effects_button": "Enable background effects"
}
}
diff --git a/apps/client/src/translations/es/translation.json b/apps/client/src/translations/es/translation.json
index b0f3ef604..27e141f0d 100644
--- a/apps/client/src/translations/es/translation.json
+++ b/apps/client/src/translations/es/translation.json
@@ -1,7 +1,6 @@
{
"about": {
"title": "Acerca de Trilium Notes",
- "close": "Cerrar",
"homepage": "Página principal:",
"app_version": "Versión de la aplicación:",
"db_version": "Versión de base de datos:",
@@ -28,25 +27,22 @@
"add_link": {
"add_link": "Agregar enlace",
"help_on_links": "Ayuda sobre enlaces",
- "close": "Cerrar",
"note": "Nota",
"search_note": "buscar nota por su nombre",
"link_title_mirrors": "el título del enlace replica el título actual de la nota",
"link_title_arbitrary": "el título del enlace se puede cambiar arbitrariamente",
"link_title": "Título del enlace",
- "button_add_link": "Agregar enlace Enter"
+ "button_add_link": "Agregar enlace"
},
"branch_prefix": {
"edit_branch_prefix": "Editar prefijo de rama",
"help_on_tree_prefix": "Ayuda sobre el prefijo del árbol",
- "close": "Cerrar",
"prefix": "Prefijo: ",
"save": "Guardar",
"branch_prefix_saved": "Se ha guardado el prefijo de rama."
},
"bulk_actions": {
"bulk_actions": "Acciones en bloque",
- "close": "Cerrar",
"affected_notes": "Notas afectadas",
"include_descendants": "Incluir descendientes de las notas seleccionadas",
"available_actions": "Acciones disponibles",
@@ -61,20 +57,18 @@
},
"clone_to": {
"clone_notes_to": "Clonar notas a...",
- "close": "Cerrar",
"help_on_links": "Ayuda sobre enlaces",
"notes_to_clone": "Notas a clonar",
"target_parent_note": "Nota padre de destino",
"search_for_note_by_its_name": "buscar nota por su nombre",
"cloned_note_prefix_title": "La nota clonada se mostrará en el árbol de notas con el prefijo dado",
"prefix_optional": "Prefijo (opcional)",
- "clone_to_selected_note": "Clonar a nota seleccionada enter",
+ "clone_to_selected_note": "Clonar a nota seleccionada",
"no_path_to_clone_to": "No hay ruta para clonar.",
"note_cloned": "La nota \"{{clonedTitle}}\" a sido clonada en \"{{targetTitle}}\""
},
"confirm": {
"confirmation": "Confirmación",
- "close": "Cerrar",
"cancel": "Cancelar",
"ok": "Aceptar",
"are_you_sure_remove_note": "¿Está seguro que desea eliminar la nota \"{{title}}\" del mapa de relaciones? ",
@@ -87,9 +81,9 @@
"delete_all_clones_description": "Eliminar también todos los clones (se puede deshacer en cambios recientes)",
"erase_notes_description": "La eliminación normal (suave) solo marca las notas como eliminadas y se pueden recuperar (en el cuadro de diálogo de cambios recientes) dentro de un periodo de tiempo. Al marcar esta opción se borrarán las notas inmediatamente y no será posible recuperarlas.",
"erase_notes_warning": "Eliminar notas permanentemente (no se puede deshacer), incluidos todos los clones. Esto forzará la recarga de la aplicación.",
- "notes_to_be_deleted": "Las siguientes notas serán eliminadas ({{- noteCount}})",
+ "notes_to_be_deleted": "Las siguientes notas serán eliminadas ({{notesCount}})",
"no_note_to_delete": "No se eliminará ninguna nota (solo clones).",
- "broken_relations_to_be_deleted": "Las siguientes relaciones se romperán y serán eliminadas ({{- relationCount}})",
+ "broken_relations_to_be_deleted": "Las siguientes relaciones se romperán y serán eliminadas ({{ relationCount}})",
"cancel": "Cancelar",
"ok": "Aceptar",
"deleted_relation_text": "Nota {{- note}} (para ser eliminada) está referenciado por la relación {{- relation}} que se origina en {{- source}}."
@@ -113,21 +107,19 @@
"format_pdf": "PDF - para propósitos de impresión o compartición."
},
"help": {
- "fullDocumentation": "Ayuda (la documentación completa está disponible online)",
- "close": "Cerrar",
"noteNavigation": "Navegación de notas",
- "goUpDown": "UP, DOWN - subir/bajar en la lista de notas",
- "collapseExpand": "LEFT, RIGHT - colapsar/expandir nodo",
+ "goUpDown": "subir/bajar en la lista de notas",
+ "collapseExpand": "colapsar/expandir nodo",
"notSet": "no establecido",
"goBackForwards": "retroceder / avanzar en la historia",
"showJumpToNoteDialog": "mostrar \"Saltar a\" diálogo",
"scrollToActiveNote": "desplazarse hasta la nota activa",
- "jumpToParentNote": "Backspace - saltar a la nota padre",
+ "jumpToParentNote": "saltar a la nota padre",
"collapseWholeTree": "colapsar todo el árbol de notas",
"collapseSubTree": "colapsar subárbol",
"tabShortcuts": "Atajos de pestañas",
- "newTabNoteLink": "CTRL+clic - (o clic central del mouse) en el enlace de la nota abre la nota en una nueva pestaña",
- "newTabWithActivationNoteLink": "Ctrl+Shift+clic - (o Shift+clic de rueda de ratón) en el enlace de la nota abre y activa la nota en una nueva pestaña",
+ "newTabNoteLink": "en el enlace de la nota abre la nota en una nueva pestaña",
+ "newTabWithActivationNoteLink": "en el enlace de la nota abre y activa la nota en una nueva pestaña",
"onlyInDesktop": "Solo en escritorio (compilación con Electron)",
"openEmptyTab": "abrir pestaña vacía",
"closeActiveTab": "cerrar pestaña activa",
@@ -142,14 +134,14 @@
"moveNoteUpHierarchy": "mover nota hacia arriba en la jerarquía",
"multiSelectNote": "selección múltiple de nota hacia arriba/abajo",
"selectAllNotes": "seleccionar todas las notas en el nivel actual",
- "selectNote": "Shift+click - seleccionar nota",
+ "selectNote": "seleccionar nota",
"copyNotes": "copiar nota activa (o selección actual) al portapapeles (usado para clonar)",
"cutNotes": "cortar la nota actual (o la selección actual) en el portapapeles (usado para mover notas)",
"pasteNotes": "pegar notas como subnotas en la nota activa (que se puede mover o clonar dependiendo de si se copió o cortó en el portapapeles)",
"deleteNotes": "eliminar nota/subárbol",
"editingNotes": "Editando notas",
"editNoteTitle": "en el panel de árbol cambiará del panel de árbol al título de la nota. Ingresar desde el título de la nota cambiará el foco al editor de texto. Ctrl+. cambiará de nuevo del editor al panel de árbol.",
- "createEditLink": "Ctrl+K - crear/editar enlace externo",
+ "createEditLink": "crear/editar enlace externo",
"createInternalLink": "crear enlace interno",
"followLink": "siga el enlace debajo del cursor",
"insertDateTime": "insertar la fecha y hora actuales en la posición del cursor",
@@ -169,7 +161,6 @@
},
"import": {
"importIntoNote": "Importar a nota",
- "close": "Cerrar",
"chooseImportFile": "Elija el archivo de importación",
"importDescription": "El contenido de los archivos seleccionados se importará como notas secundarias en",
"options": "Opciones",
@@ -196,14 +187,13 @@
},
"include_note": {
"dialog_title": "Incluir nota",
- "close": "Cerrar",
"label_note": "Nota",
"placeholder_search": "buscar nota por su nombre",
"box_size_prompt": "Tamaño de caja de la nota incluida:",
"box_size_small": "pequeño (~ 10 líneas)",
"box_size_medium": "medio (~ 30 líneas)",
"box_size_full": "completo (el cuadro muestra el texto completo)",
- "button_include": "Incluir nota Enter"
+ "button_include": "Incluir nota"
},
"info": {
"modalTitle": "Mensaje informativo",
@@ -211,24 +201,21 @@
"okButton": "Aceptar"
},
"jump_to_note": {
- "close": "Cerrar",
- "search_button": "Buscar en texto completo Ctrl+Enter",
+ "search_button": "Buscar en texto completo",
"search_placeholder": "Busque nota por su nombre o escriba > para comandos..."
},
"markdown_import": {
"dialog_title": "Importación de Markdown",
- "close": "Cerrar",
"modal_body_text": "Debido al entorno limitado del navegador, no es posible leer directamente el portapapeles desde JavaScript. Por favor, pegue el código Markdown para importar en el área de texto a continuación y haga clic en el botón Importar",
- "import_button": "Importar Ctrl+Enter",
+ "import_button": "Importar",
"import_success": "El contenido de Markdown se ha importado al documento."
},
"move_to": {
"dialog_title": "Mover notas a...",
- "close": "Cerrar",
"notes_to_move": "Notas a mover",
"target_parent_note": "Nota padre de destino",
"search_placeholder": "buscar nota por su nombre",
- "move_button": "Mover a la nota seleccionada enter",
+ "move_button": "Mover a la nota seleccionada",
"error_no_path": "No hay ruta a donde mover.",
"move_success_message": "Las notas seleccionadas se han movido a "
},
@@ -236,20 +223,16 @@
"change_path_prompt": "Cambiar donde se creará la nueva nota:",
"search_placeholder": "ruta de búsqueda por nombre (por defecto si está vacío)",
"modal_title": "Elija el tipo de nota",
- "close": "Cerrar",
"modal_body": "Elija el tipo de nota/plantilla de la nueva nota:",
- "templates": "Plantillas:"
+ "templates": "Plantillas"
},
"password_not_set": {
"title": "La contraseña no está establecida",
- "close": "Cerrar",
- "body1": "Las notas protegidas se cifran mediante una contraseña de usuario, pero la contraseña aún no se ha establecido.",
- "body2": "Para poder proteger notas, dé clic aquí para abrir el diálogo de Opciones y establecer tu contraseña."
+ "body1": "Las notas protegidas se cifran mediante una contraseña de usuario, pero la contraseña aún no se ha establecido."
},
"prompt": {
"title": "Aviso",
- "close": "Cerrar",
- "ok": "Aceptar enter",
+ "ok": "Aceptar",
"defaultTitle": "Aviso"
},
"protected_session_password": {
@@ -257,12 +240,11 @@
"help_title": "Ayuda sobre notas protegidas",
"close_label": "Cerrar",
"form_label": "Para continuar con la acción solicitada, debe iniciar en la sesión protegida ingresando la contraseña:",
- "start_button": "Iniciar sesión protegida entrar"
+ "start_button": "Iniciar sesión protegida"
},
"recent_changes": {
"title": "Cambios recientes",
"erase_notes_button": "Borrar notas eliminadas ahora",
- "close": "Cerrar",
"deleted_notes_message": "Las notas eliminadas han sido borradas.",
"no_changes_message": "Aún no hay cambios...",
"undelete_link": "recuperar",
@@ -273,7 +255,6 @@
"delete_all_revisions": "Eliminar todas las revisiones de esta nota",
"delete_all_button": "Eliminar todas las revisiones",
"help_title": "Ayuda sobre revisiones de notas",
- "close": "Cerrar",
"revision_last_edited": "Esta revisión se editó por última vez en {{date}}",
"confirm_delete_all": "¿Quiere eliminar todas las revisiones de esta nota?",
"no_revisions": "Aún no hay revisiones para esta nota...",
@@ -295,7 +276,6 @@
},
"sort_child_notes": {
"sort_children_by": "Ordenar hijos por...",
- "close": "Cerrar",
"sorting_criteria": "Criterios de ordenamiento",
"title": "título",
"date_created": "fecha de creación",
@@ -309,13 +289,12 @@
"sort_with_respect_to_different_character_sorting": "ordenar con respecto a diferentes reglas de ordenamiento y clasificación de caracteres en diferentes idiomas o regiones.",
"natural_sort_language": "Idioma de clasificación natural",
"the_language_code_for_natural_sort": "El código del idioma para el ordenamiento natural, ej. \"zh-CN\" para Chino.",
- "sort": "Ordenar Enter"
+ "sort": "Ordenar"
},
"upload_attachments": {
"upload_attachments_to_note": "Cargar archivos adjuntos a nota",
- "close": "Cerrar",
"choose_files": "Elija los archivos",
- "files_will_be_uploaded": "Los archivos se cargarán como archivos adjuntos en",
+ "files_will_be_uploaded": "Los archivos se cargarán como archivos adjuntos en {{noteTitle}}",
"options": "Opciones",
"shrink_images": "Reducir imágenes",
"upload": "Subir",
@@ -1118,12 +1097,9 @@
"title": "Tema",
"theme_label": "Tema",
"override_theme_fonts_label": "Sobreescribir fuentes de tema",
- "auto_theme": "Automático",
- "light_theme": "Claro",
- "dark_theme": "Oscuro",
- "triliumnext": "TriliumNext Beta (Sigue el esquema de color del sistema)",
- "triliumnext-light": "TriliumNext Beta (Claro)",
- "triliumnext-dark": "TriliumNext Beta (Oscuro)",
+ "triliumnext": "Trilium (Sigue el esquema de color del sistema)",
+ "triliumnext-light": "Trilium (Claro)",
+ "triliumnext-dark": "Trilium (Oscuro)",
"layout": "Disposición",
"layout-vertical-title": "Vertical",
"layout-horizontal-title": "Horizontal",
diff --git a/apps/client/src/translations/fr/translation.json b/apps/client/src/translations/fr/translation.json
index 344d83923..f76f3034c 100644
--- a/apps/client/src/translations/fr/translation.json
+++ b/apps/client/src/translations/fr/translation.json
@@ -1,7 +1,6 @@
{
"about": {
"title": "À propos de Trilium Notes",
- "close": "Fermer",
"homepage": "Page d'accueil :",
"app_version": "Version de l'application :",
"db_version": "Version de la base de données :",
@@ -28,25 +27,22 @@
"add_link": {
"add_link": "Ajouter un lien",
"help_on_links": "Aide sur les liens",
- "close": "Fermer",
"note": "Note",
"search_note": "rechercher une note par son nom",
"link_title_mirrors": "le titre du lien reflète le titre actuel de la note",
"link_title_arbitrary": "le titre du lien peut être modifié arbitrairement",
"link_title": "Titre du lien",
- "button_add_link": "Ajouter un lien Entrée"
+ "button_add_link": "Ajouter un lien"
},
"branch_prefix": {
"edit_branch_prefix": "Modifier le préfixe de branche",
"help_on_tree_prefix": "Aide sur le préfixe de l'arbre",
- "close": "Fermer",
"prefix": "Préfixe : ",
"save": "Sauvegarder",
"branch_prefix_saved": "Le préfixe de la branche a été enregistré."
},
"bulk_actions": {
"bulk_actions": "Actions groupées",
- "close": "Fermer",
"affected_notes": "Notes concernées",
"include_descendants": "Inclure les descendants des notes sélectionnées",
"available_actions": "Actions disponibles",
@@ -61,20 +57,18 @@
},
"clone_to": {
"clone_notes_to": "Cloner les notes dans...",
- "close": "Fermer",
"help_on_links": "Aide sur les liens",
"notes_to_clone": "Notes à cloner",
"target_parent_note": "Note parent cible",
"search_for_note_by_its_name": "rechercher une note par son nom",
"cloned_note_prefix_title": "La note clonée sera affichée dans l'arbre des notes avec le préfixe donné",
"prefix_optional": "Préfixe (facultatif)",
- "clone_to_selected_note": "Cloner vers la note sélectionnée entrer",
+ "clone_to_selected_note": "Cloner vers la note sélectionnée",
"no_path_to_clone_to": "Aucun chemin vers lequel cloner.",
"note_cloned": "La note \"{{clonedTitle}}\" a été clonée dans \"{{targetTitle}}\""
},
"confirm": {
"confirmation": "Confirmation",
- "close": "Fermer",
"cancel": "Annuler",
"ok": "OK",
"are_you_sure_remove_note": "Voulez-vous vraiment supprimer la note « {{title}} » de la carte des relations ? ",
@@ -87,9 +81,9 @@
"delete_all_clones_description": "Supprimer aussi les clones (peut être annulé dans des modifications récentes)",
"erase_notes_description": "La suppression normale (douce) marque uniquement les notes comme supprimées et elles peuvent être restaurées (dans la boîte de dialogue des Modifications récentes) dans un délai donné. Cocher cette option effacera les notes immédiatement et il ne sera pas possible de les restaurer.",
"erase_notes_warning": "Efface les notes de manière permanente (ne peut pas être annulée), y compris les clones. L'application va être rechargée.",
- "notes_to_be_deleted": "Les notes suivantes seront supprimées ({{- noteCount}})",
+ "notes_to_be_deleted": "Les notes suivantes seront supprimées ({{notesCount}})",
"no_note_to_delete": "Aucune note ne sera supprimée (uniquement les clones).",
- "broken_relations_to_be_deleted": "Les relations suivantes seront rompues et supprimées ({{- relationCount}})",
+ "broken_relations_to_be_deleted": "Les relations suivantes seront rompues et supprimées ({{ relationCount}})",
"cancel": "Annuler",
"ok": "OK",
"deleted_relation_text": "Note {{- note}} (à supprimer) est référencée dans la relation {{- relation}} provenant de {{- source}}."
@@ -113,20 +107,18 @@
"format_pdf": "PDF - pour l'impression ou le partage de documents."
},
"help": {
- "fullDocumentation": "Aide (la documentation complète est disponible en ligne)",
- "close": "Fermer",
"noteNavigation": "Navigation dans les notes",
- "goUpDown": "HAUT, BAS - aller vers le haut/bas dans la liste des notes",
- "collapseExpand": "GAUCHE, DROITE - réduire/développer le nœud",
+ "goUpDown": "aller vers le haut/bas dans la liste des notes",
+ "collapseExpand": "réduire/développer le nœud",
"notSet": "non défini",
"goBackForwards": "reculer/avancer dans l'historique",
"showJumpToNoteDialog": "afficher la boîte de dialogue \"Aller à la note\"",
"scrollToActiveNote": "faire défiler jusqu'à la note active",
- "jumpToParentNote": "Retour arrière - aller à la note parent",
+ "jumpToParentNote": "aller à la note parent",
"collapseWholeTree": "réduire tout l'arbre des notes",
"collapseSubTree": "réduire le sous-arbre",
"tabShortcuts": "Raccourcis des onglets",
- "newTabNoteLink": "CTRL+clic - (ou clic central de la souris) sur le lien de la note ouvre la note dans un nouvel onglet",
+ "newTabNoteLink": "sur le lien de la note ouvre la note dans un nouvel onglet",
"onlyInDesktop": "Uniquement sur ordinateur (version Electron)",
"openEmptyTab": "ouvrir un onglet vide",
"closeActiveTab": "fermer l'onglet actif",
@@ -141,14 +133,14 @@
"moveNoteUpHierarchy": "déplacer la note vers le haut dans la hiérarchie",
"multiSelectNote": "sélectionner plusieurs notes au-dessus/au-dessous",
"selectAllNotes": "sélectionner toutes les notes du niveau actuel",
- "selectNote": "Shift+clic - sélectionner une note",
+ "selectNote": "sélectionner une note",
"copyNotes": "copier la note active (ou la sélection actuelle) dans le presse-papiers (utilisé pour le clonage)",
"cutNotes": "couper la note actuelle (ou la sélection actuelle) dans le presse-papiers (utilisé pour déplacer les notes)",
"pasteNotes": "coller la ou les notes en tant que sous-note dans la note active (qui est soit déplacée, soit clonée selon qu'elle a été copiée ou coupée dans le presse-papiers)",
"deleteNotes": "supprimer une note / un sous-arbre",
"editingNotes": "Édition des notes",
"editNoteTitle": "dans le volet de l'arborescence, basculera du volet au titre de la note. Presser Entrer à partir du titre de la note basculera vers l’éditeur de texte. Ctrl+. bascule de l'éditeur au volet arborescent.",
- "createEditLink": "Ctrl+K - créer/éditer un lien externe",
+ "createEditLink": "créer/éditer un lien externe",
"createInternalLink": "créer un lien interne",
"followLink": "suivre le lien sous le curseur",
"insertDateTime": "insérer la date et l'heure courante à la position du curseur",
@@ -168,7 +160,6 @@
},
"import": {
"importIntoNote": "Importer dans la note",
- "close": "Fermer",
"chooseImportFile": "Choisissez le fichier à importer",
"importDescription": "Le contenu du ou des fichiers sélectionnés sera importé en tant que note(s) enfant dans",
"options": "Options",
@@ -195,14 +186,13 @@
},
"include_note": {
"dialog_title": "Inclure une note",
- "close": "Fermer",
"label_note": "Note",
"placeholder_search": "rechercher une note par son nom",
"box_size_prompt": "Taille de la boîte de la note incluse :",
"box_size_small": "petit (~ 10 lignes)",
"box_size_medium": "moyen (~ 30 lignes)",
"box_size_full": "complet (la boîte affiche le texte complet)",
- "button_include": "Inclure une note Entrée"
+ "button_include": "Inclure une note"
},
"info": {
"modalTitle": "Message d'information",
@@ -210,42 +200,35 @@
"okButton": "OK"
},
"jump_to_note": {
- "close": "Fermer",
- "search_button": "Rechercher dans le texte intégral Ctrl+Entrée"
+ "search_button": "Rechercher dans le texte intégral"
},
"markdown_import": {
"dialog_title": "Importation Markdown",
- "close": "Fermer",
"modal_body_text": "En raison du bac à sable du navigateur, il n'est pas possible de lire directement le presse-papiers à partir de JavaScript. Veuillez coller le Markdown à importer dans la zone de texte ci-dessous et cliquez sur le bouton Importer",
- "import_button": "Importer Ctrl+Entrée",
+ "import_button": "Importer",
"import_success": "Le contenu Markdown a été importé dans le document."
},
"move_to": {
"dialog_title": "Déplacer les notes vers...",
- "close": "Fermer",
"notes_to_move": "Notes à déplacer",
"target_parent_note": "Note parent cible",
"search_placeholder": "rechercher une note par son nom",
- "move_button": "Déplacer vers la note sélectionnée entrer",
+ "move_button": "Déplacer vers la note sélectionnée",
"error_no_path": "Aucun chemin vers lequel déplacer.",
"move_success_message": "Les notes sélectionnées ont été déplacées dans "
},
"note_type_chooser": {
"modal_title": "Choisissez le type de note",
- "close": "Fermer",
"modal_body": "Choisissez le type de note/le modèle de la nouvelle note :",
- "templates": "Modèles :"
+ "templates": "Modèles"
},
"password_not_set": {
"title": "Le mot de passe n'est pas défini",
- "close": "Fermer",
- "body1": "Les notes protégées sont cryptées à l'aide d'un mot de passe utilisateur, mais le mot de passe n'a pas encore été défini.",
- "body2": "Pour pouvoir protéger les notes, cliquez ici pour ouvrir les Options et définir votre mot de passe."
+ "body1": "Les notes protégées sont cryptées à l'aide d'un mot de passe utilisateur, mais le mot de passe n'a pas encore été défini."
},
"prompt": {
"title": "Prompt",
- "close": "Fermer",
- "ok": "OK entrer",
+ "ok": "OK",
"defaultTitle": "Prompt"
},
"protected_session_password": {
@@ -253,12 +236,11 @@
"help_title": "Aide sur les notes protégées",
"close_label": "Fermer",
"form_label": "Pour procéder à l'action demandée, vous devez démarrer une session protégée en saisissant le mot de passe :",
- "start_button": "Démarrer une session protégée entrer"
+ "start_button": "Démarrer une session protégée"
},
"recent_changes": {
"title": "Modifications récentes",
"erase_notes_button": "Effacer les notes supprimées maintenant",
- "close": "Fermer",
"deleted_notes_message": "Les notes supprimées ont été effacées.",
"no_changes_message": "Aucun changement pour l'instant...",
"undelete_link": "annuler la suppression",
@@ -269,7 +251,6 @@
"delete_all_revisions": "Supprimer toutes les versions de cette note",
"delete_all_button": "Supprimer toutes les versions",
"help_title": "Aide sur les versions de notes",
- "close": "Fermer",
"revision_last_edited": "Cette version a été modifiée pour la dernière fois le {{date}}",
"confirm_delete_all": "Voulez-vous supprimer toutes les versions de cette note ?",
"no_revisions": "Aucune version pour cette note pour l'instant...",
@@ -289,7 +270,6 @@
},
"sort_child_notes": {
"sort_children_by": "Trier les enfants par...",
- "close": "Fermer",
"sorting_criteria": "Critères de tri",
"title": "titre",
"date_created": "date de création",
@@ -303,13 +283,12 @@
"sort_with_respect_to_different_character_sorting": "trier en fonction de différentes règles de tri et de classement des caractères dans différentes langues ou régions.",
"natural_sort_language": "Langage de tri naturel",
"the_language_code_for_natural_sort": "Le code de langue pour le tri naturel, par ex. \"zh-CN\" pour le chinois.",
- "sort": "Trier Entrée"
+ "sort": "Trier"
},
"upload_attachments": {
"upload_attachments_to_note": "Téléverser des pièces jointes à la note",
- "close": "Fermer",
"choose_files": "Choisir des fichiers",
- "files_will_be_uploaded": "Les fichiers seront téléversés sous forme de pièces jointes dans",
+ "files_will_be_uploaded": "Les fichiers seront téléversés sous forme de pièces jointes dans {{noteTitle}}",
"options": "Options",
"shrink_images": "Réduire les images",
"upload": "Téléverser",
@@ -1103,12 +1082,9 @@
"title": "Thème de l'application",
"theme_label": "Thème",
"override_theme_fonts_label": "Remplacer les polices du thème",
- "auto_theme": "Auto",
- "light_theme": "Lumière",
- "dark_theme": "Sombre",
- "triliumnext": "TriliumNext Beta (Suit le thème du système)",
- "triliumnext-light": "TriliumNext Beta (Clair)",
- "triliumnext-dark": "TriliumNext Beta (sombre)",
+ "triliumnext": "Trilium (Suit le thème du système)",
+ "triliumnext-light": "Trilium (Clair)",
+ "triliumnext-dark": "Trilium (sombre)",
"layout": "Disposition",
"layout-vertical-title": "Vertical",
"layout-horizontal-title": "Horizontal",
@@ -1669,5 +1645,8 @@
},
"multi_factor_authentication": {
"oauth_user_email": "Courriel de l'utilisateur : "
+ },
+ "modal": {
+ "close": "Fermer"
}
}
diff --git a/apps/client/src/translations/it/translation.json b/apps/client/src/translations/it/translation.json
index 05209fdcd..e28c1c4f8 100644
--- a/apps/client/src/translations/it/translation.json
+++ b/apps/client/src/translations/it/translation.json
@@ -1,6 +1,5 @@
{
"about": {
- "close": "Chiudi",
"app_version": "Versione dell'app:",
"db_version": "Versione DB:",
"sync_version": "Versione Sync:",
@@ -27,7 +26,6 @@
},
"add_link": {
"add_link": "Aggiungi un collegamento",
- "close": "Chiudi",
"note": "Nota",
"search_note": "cerca una nota per nome",
"link_title_mirrors": "il titolo del collegamento rispecchia il titolo della nota corrente",
@@ -39,14 +37,12 @@
"branch_prefix": {
"edit_branch_prefix": "Modifica il prefisso del ramo",
"help_on_tree_prefix": "Aiuto sui prefissi dell'Albero",
- "close": "Chiudi",
"prefix": "Prefisso: ",
"save": "Salva",
"branch_prefix_saved": "Il prefisso del ramo è stato salvato."
},
"bulk_actions": {
"bulk_actions": "Azioni massive",
- "close": "Chiudi",
"affected_notes": "Note influenzate",
"include_descendants": "Includi i discendenti della nota selezionata",
"available_actions": "Azioni disponibili",
@@ -61,7 +57,6 @@
},
"clone_to": {
"clone_notes_to": "Clona note in...",
- "close": "Chiudi",
"help_on_links": "Aiuto sui collegamenti",
"notes_to_clone": "Note da clonare",
"target_parent_note": "Nodo padre obiettivo",
@@ -73,7 +68,6 @@
"note_cloned": "La nota \"{{clonedTitle}}\" è stata clonata in \"{{targetTitle}}\""
},
"confirm": {
- "close": "Chiudi",
"cancel": "Annulla",
"ok": "OK",
"confirmation": "Conferma",
@@ -106,47 +100,19 @@
"choose_export_type": "Scegli prima il tipo di esportazione, per favore",
"export_in_progress": "Esportazione in corso: {{progressCount}}",
"export_finished_successfully": "Esportazione terminata con successo.",
- "format_pdf": "PDF- allo scopo di stampa o esportazione."
- },
- "help": {
- "close": "Chiudi",
- "fullDocumentation": "Aiuto (la documentazione completa è disponibile online)"
- },
- "import": {
- "close": "Chiudi"
- },
- "include_note": {
- "close": "Chiudi"
- },
- "jump_to_note": {
- "close": "Chiudi"
- },
- "markdown_import": {
- "close": "Chiudi"
- },
- "move_to": {
- "close": "Chiudi"
- },
- "note_type_chooser": {
- "close": "Chiudi"
+ "format_pdf": "PDF- allo scopo di stampa o esportazione.",
+ "export_type_subtree": "Questa nota e tutti i suoi discendenti",
+ "format_html": "HTML - raccomandato in quanto mantiene tutti i formati",
+ "format_html_zip": "HTML in archivio ZIP - questo è raccomandato in quanto conserva tutta la formattazione.",
+ "format_markdown": "MArkdown - questo conserva la maggior parte della formattazione."
},
"password_not_set": {
- "close": "Chiudi",
"body1": "Le note protette sono crittografate utilizzando una password utente, ma la password non è stata ancora impostata.",
"body2": "Per proteggere le note, fare clic su qui per aprire la finestra di dialogo Opzioni e impostare la password."
},
"protected_session_password": {
"close_label": "Chiudi"
},
- "prompt": {
- "close": "Chiudi"
- },
- "recent_changes": {
- "close": "Chiudi"
- },
- "revisions": {
- "close": "Chiudi"
- },
"abstract_bulk_action": {
"remove_this_search_action": "Rimuovi questa azione di ricerca"
},
diff --git a/apps/client/src/translations/ja/translation.json b/apps/client/src/translations/ja/translation.json
index b94735350..1b1e69af2 100644
--- a/apps/client/src/translations/ja/translation.json
+++ b/apps/client/src/translations/ja/translation.json
@@ -1,23 +1,176 @@
{
- "about": {
- "title": "Trilium Notesについて",
- "close": "閉じる",
- "homepage": "ホームページ:",
- "app_version": "アプリのヴァージョン:",
- "db_version": "データベースのヴァージョン:",
- "sync_version": "同期のヴァージョン:",
- "build_date": "Build の日時:",
- "build_revision": "Build のヴァージョン:",
- "data_directory": "データの場所:"
+ "about": {
+ "title": "Trilium Notesについて",
+ "homepage": "ホームページ:",
+ "app_version": "アプリのバージョン:",
+ "db_version": "データベースのバージョン:",
+ "sync_version": "同期のバージョン:",
+ "build_date": "Build の日時:",
+ "build_revision": "Build のバージョン:",
+ "data_directory": "データの場所:"
+ },
+ "toast": {
+ "critical-error": {
+ "title": "致命的なエラー",
+ "message": "致命的なエラーのせいでアプリをスタートできません:\n\n{{message}}\n\nおそらくスクリプトが予期しないバグを含んでいると思われます。アプリをセーフモードでスタートしてみて下さい。"
},
- "toast": {
- "critical-error": {
- "title": "致命的なエラー",
- "message": "致命的なエラーのせいでアプリをスタートできません:\n\n{{message}}\n\nおそらくスクリプトが予期しないバグを含んでいると思われます。アプリをセーフモードでスタートしてみて下さい。"
- },
- "widget-error": {
- "title": "ウィジェットを初期化できませんでした",
- "message-custom": "ノートID”{{id}}”, ノートタイトル “{{title}}” のカスタムウィジェットを初期化できませんでした:\n\n{{message}}"
- }
+ "widget-error": {
+ "title": "ウィジェットを初期化できませんでした",
+ "message-custom": "ノートID”{{id}}”, ノートタイトル “{{title}}” のカスタムウィジェットを初期化できませんでした:\n\n{{message}}",
+ "message-unknown": "不明なウィジェットが初期化できませんでした。理由は以下の通りです:\n\n{{message}}"
+ },
+ "bundle-error": {
+ "title": "カスタムスクリプトの読み込みに失敗しました",
+ "message": "ノートID”{{id}}”, ノートタイトル “{{title}}” のスクリプトを実行できませんでした。理由は以下の通りです:\n\n{{message}}"
}
+ },
+ "add_link": {
+ "add_link": "リンクを追加",
+ "note": "ノート",
+ "link_title": "リンクタイトル",
+ "button_add_link": "リンクを追加",
+ "help_on_links": "リンクに関するヘルプ",
+ "search_note": "ノート名で検索",
+ "link_title_mirrors": "リンクタイトルはノートタイトルの変更を反映します",
+ "link_title_arbitrary": "リンクタイトルは自由に変更可能"
+ },
+ "branch_prefix": {
+ "save": "保存"
+ },
+ "global_menu": {
+ "menu": "メニュー",
+ "options": "オプション",
+ "open_new_window": "新しいウィンドウを開く",
+ "zoom": "ズーム",
+ "toggle_fullscreen": "フルスクリーンの切り替え",
+ "reset_zoom_level": "ズームレベルのリセット",
+ "open_dev_tools": "開発者ツールを開く",
+ "open_sql_console": "SQLコンソールを開く",
+ "open_sql_console_history": "SQLコンソールの履歴を開く",
+ "open_search_history": "検索履歴を開く",
+ "show_backend_log": "バックエンドログの表示",
+ "reload_hint": "リロードは、アプリ全体を再起動することなく、視覚的な不具合を解消することができます。",
+ "reload_frontend": "フロントエンドをリロード",
+ "show_hidden_subtree": "隠れたサブツリーを表示",
+ "show_help": "ヘルプを表示",
+ "about": "Trilium Notesについて",
+ "logout": "ログアウト",
+ "show-cheatsheet": "チートシートを表示"
+ },
+ "left_pane_toggle": {
+ "show_panel": "パネルを表示",
+ "hide_panel": "パネルを隠す"
+ },
+ "move_pane_button": {
+ "move_left": "左に移動",
+ "move_right": "右に移動"
+ },
+ "clone_to": {
+ "notes_to_clone": "複製するノート",
+ "target_parent_note": "ターゲットの親ノート",
+ "search_for_note_by_its_name": "ノート名で検索",
+ "cloned_note_prefix_title": "複製されたノートは、指定された接頭辞を付けてノートツリーに表示されます",
+ "prefix_optional": "接頭辞(任意)",
+ "clone_to_selected_note": "選択したノートに複製",
+ "no_path_to_clone_to": "複製先のパスが存在しません。",
+ "note_cloned": "ノート \"{{clonedTitle}}\" は \"{{targetTitle}}\" に複製されました"
+ },
+ "delete_notes": {
+ "delete_all_clones_description": "すべての複製も削除する(最近の変更では元に戻すことができる)",
+ "erase_notes_description": "通常の(ソフト)削除では、ノートは削除されたものとしてマークされ、一定期間内に(最近の変更で)削除を取り消すことができます。このオプションをオンにすると、ノートは即座に削除され、削除を取り消すことはできません。",
+ "erase_notes_warning": "すべての複製を含め、ノートを完全に消去します(元に戻せません)。これにより、アプリケーションは強制的にリロードされます。",
+ "notes_to_be_deleted": "以下のノートが削除されます ({{notesCount}})",
+ "no_note_to_delete": "ノートは削除されません(複製のみ)。",
+ "cancel": "キャンセル",
+ "ok": "OK"
+ },
+ "calendar": {
+ "mon": "月",
+ "tue": "火",
+ "wed": "水",
+ "thu": "木",
+ "fri": "金",
+ "sat": "土",
+ "sun": "日",
+ "january": "1月",
+ "febuary": "2月",
+ "march": "3月",
+ "april": "4月",
+ "may": "5月",
+ "june": "6月",
+ "july": "7月",
+ "august": "8月",
+ "september": "9月",
+ "october": "10月",
+ "november": "11月",
+ "december": "12月"
+ },
+ "note_icon": {
+ "change_note_icon": "ノートアイコンの変更",
+ "category": "カテゴリー:",
+ "search": "検索:",
+ "reset-default": "アイコンをデフォルトに戻す"
+ },
+ "basic_properties": {
+ "note_type": "ノートタイプ",
+ "editable": "編集可能"
+ },
+ "i18n": {
+ "title": "ローカライゼーション",
+ "language": "言語",
+ "first-day-of-the-week": "週の最初",
+ "sunday": "日曜日",
+ "monday": "月曜日"
+ },
+ "tab_row": {
+ "close_tab": "タブを閉じる",
+ "add_new_tab": "新しいタブ",
+ "close": "閉じる",
+ "close_other_tabs": "他のタブを閉じる",
+ "close_right_tabs": "右側のタブをすべて閉じる",
+ "close_all_tabs": "すべてのタブを閉じる",
+ "reopen_last_tab": "最後に閉じたタブを開く",
+ "move_tab_to_new_window": "このタブを新しいウィンドウに移動する",
+ "copy_tab_to_new_window": "このタブを新しいウィンドウにコピーする"
+ },
+ "tasks": {
+ "due": {
+ "today": "今日",
+ "tomorrow": "明日",
+ "yesterday": "昨日"
+ }
+ },
+ "classic_editor_toolbar": {
+ "title": "書式設定"
+ },
+ "search_definition": {
+ "add_search_option": "検索オプションを追加:",
+ "search_string": "文字列検索",
+ "search_script": "スクリプト検索",
+ "fast_search": "高速検索",
+ "fast_search_description": "高速検索オプションは、ノートの全文検索を無効にし、大規模データベースでの検索を高速化します。",
+ "include_archived": "アーカイブを含む",
+ "include_archived_notes_description": "アーカイブされたノートはデフォルトで検索結果から除外されますが、このオプションを使用すると含まれるようになります。",
+ "order_by": "並べ替え",
+ "limit": "リミット",
+ "limit_description": "検索結果の数を制限する",
+ "debug": "デバッグ",
+ "debug_description": "デバッグは複雑なクエリのデバッグを支援するために、追加のデバッグ情報をコンソールに出力します",
+ "action": "アクション",
+ "search_button": "検索 Enter",
+ "search_execute": "検索とアクションの実行",
+ "save_to_note": "ノートに保存"
+ },
+ "shortcuts": {
+ "multiple_shortcuts": "同じアクションに対して複数のショートカットを設定する場合、カンマで区切ることができます。",
+ "electron_documentation": "使用可能な修飾キーとキーコードについては、 Electronのドキュメントを参照してください。",
+ "type_text_to_filter": "テキストを入力してショートカットを絞り込む...",
+ "action_name": "アクション名",
+ "shortcuts": "ショートカット",
+ "default_shortcuts": "デフォルトのショートカットキー",
+ "description": "説明",
+ "reload_app": "リロードして変更を適用する",
+ "set_all_to_default": "すべてのショートカットをデフォルトに戻す",
+ "confirm_reset": "キーボードショートカットをすべてデフォルトにリセットしますか?"
+ }
}
diff --git a/apps/client/src/translations/pt_br/translation.json b/apps/client/src/translations/pt_br/translation.json
index ff39af0dc..5eb56d652 100644
--- a/apps/client/src/translations/pt_br/translation.json
+++ b/apps/client/src/translations/pt_br/translation.json
@@ -1,431 +1,414 @@
{
- "code_block": {
- "theme_none": "Sem destaque de sintaxe",
- "theme_group_light": "Temas claros",
- "theme_group_dark": "Temas escuros"
+ "code_block": {
+ "theme_none": "Sem destaque de sintaxe",
+ "theme_group_light": "Temas claros",
+ "theme_group_dark": "Temas escuros"
+ },
+ "about": {
+ "title": "Sobre o Trilium Notes",
+ "homepage": "Página inicial:",
+ "app_version": "Versão do App:",
+ "db_version": "Versão do db:",
+ "sync_version": "Versão de sincronização:",
+ "build_date": "Data de compilação:",
+ "build_revision": "Revisão da compilação:",
+ "data_directory": "Diretório de dados:"
+ },
+ "toast": {
+ "critical-error": {
+ "title": "Erro crítico",
+ "message": "Ocorreu um erro crítico que impede a inicialização do aplicativo cliente:\n\n{{message}}\n\nIsso provavelmente foi causado por um script que falhou de maneira inesperada. Tente iniciar o aplicativo no modo seguro e resolva o problema."
},
- "about": {
- "title": "Sobre o Trilium Notes",
- "close": "Fechar",
- "homepage": "Página inicial:",
- "app_version": "Versão do App:",
- "db_version": "Versão do db:",
- "sync_version": "Versão de sincronização:",
- "build_date": "Data de compilação:",
- "build_revision": "Revisão da compilação:",
- "data_directory": "Diretório de dados:"
+ "widget-error": {
+ "title": "Falha ao inicializar um widget",
+ "message-custom": "O widget personalizado da nota com ID \"{{id}}\", intitulada \"{{title}}\", não pôde ser inicializado devido a:\n\n{{message}}",
+ "message-unknown": "Widget desconhecido não pôde ser inicializado devido a:\n\n{{message}}"
},
- "toast": {
- "critical-error": {
- "title": "Erro crítico",
- "message": "Ocorreu um erro crítico que impede a inicialização do aplicativo cliente:\n\n{{message}}\n\nIsso provavelmente foi causado por um script que falhou de maneira inesperada. Tente iniciar o aplicativo no modo seguro e resolva o problema."
- },
- "widget-error": {
- "title": "Falha ao inicializar um widget",
- "message-custom": "O widget personalizado da nota com ID \"{{id}}\", intitulada \"{{title}}\", não pôde ser inicializado devido a:\n\n{{message}}",
- "message-unknown": "Widget desconhecido não pôde ser inicializado devido a:\n\n{{message}}"
- },
- "bundle-error": {
- "title": "Falha para carregar o script customizado",
- "message": "O script da nota com ID \"{{id}}\", intitulada \"{{title}}\", não pôde ser executado devido a:\n\n{{message}}"
- }
- },
- "add_link": {
- "add_link": "Adicionar link",
- "help_on_links": "Ajuda sobre links",
- "close": "Fechar",
- "note": "Nota",
- "search_note": "pesquisar nota pelo nome",
- "link_title_mirrors": "o título do link reflete o título atual da nota",
- "link_title_arbitrary": "o título do link pode ser alterado livremente",
- "link_title": "Titulo do link",
- "button_add_link": "Adicionar link enter"
- },
- "branch_prefix": {
- "close": "Fechar",
- "prefix": "Prefixo: ",
- "save": "Salvar",
- "edit_branch_prefix": "Editar Prefixo do Branch",
- "help_on_tree_prefix": "Ajuda sobre o prefixo da árvore de notas",
- "branch_prefix_saved": "O prefixo de ramificação foi salvo."
- },
- "bulk_actions": {
- "bulk_actions": "Ações em massa",
- "close": "Fechar",
- "affected_notes": "Notas Afetadas",
- "include_descendants": "Incluir notas filhas das notas selecionadas",
- "available_actions": "Ações disponíveis",
- "chosen_actions": "Ações selecionadas",
- "execute_bulk_actions": "Executar ações em massa",
- "bulk_actions_executed": "As ações em massa foram concluídas com sucesso.",
- "none_yet": "Nenhuma até agora... adicione uma ação clicando em uma das disponíveis acima.",
- "labels": "Etiquetas",
- "relations": "Relações",
- "notes": "Notas",
- "other": "Outros"
- },
- "clone_to": {
- "clone_notes_to": "Clonar notas para...",
- "close": "Fechar",
- "help_on_links": "Ajuda sobre links",
- "notes_to_clone": "Notas para clonar",
- "search_for_note_by_its_name": "pesquisar nota pelo nome",
- "cloned_note_prefix_title": "A nota clonada aparecerá na árvore de notas com o prefixo fornecido",
- "prefix_optional": "Prefixo (opcional)",
- "no_path_to_clone_to": "Nenhum caminho para clonar.",
- "target_parent_note": "Nota pai-alvo",
- "clone_to_selected_note": "Clonar para a nota selecionada enter",
- "note_cloned": "A nota \"{{clonedTitle}}\" foi clonada para \"{{targetTitle}}\""
- },
- "ai_llm": {
- "n_notes_queued_0": "{{ count }} nota enfileirada para indexação",
- "n_notes_queued_1": "{{ count }} notas enfileiradas para indexação",
- "n_notes_queued_2": "{{ count }} notas enfileiradas para indexação",
- "notes_indexed_0": "{{ count }} nota indexada",
- "notes_indexed_1": "{{ count }} notas indexadas",
- "notes_indexed_2": "{{ count }} notas indexadas"
- },
- "confirm": {
- "confirmation": "Confirmação",
- "close": "Fechar",
- "cancel": "Cancelar",
- "ok": "OK",
- "are_you_sure_remove_note": "Tem certeza de que deseja remover a nota '{{title}}' do mapa de relações? ",
- "if_you_dont_check": "Se você não marcar isso, a nota será removida apenas do mapa de relações.",
- "also_delete_note": "Também excluir a nota"
- },
- "delete_notes": {
- "delete_notes_preview": "Excluir pré-visualização de notas",
- "close": "Fechar",
- "delete_all_clones_description": "Excluir também todos os clones (pode ser desfeito em alterações recentes)",
- "erase_notes_description": "A exclusão normal (suave) apenas marca as notas como excluídas, permitindo que sejam recuperadas (no diálogo de alterações recentes) dentro de um período de tempo. Se esta opção for marcada, as notas serão apagadas imediatamente e não será possível restaurá-las.",
- "erase_notes_warning": "Apagar notas permanentemente (não pode ser desfeito), incluindo todos os clones. Isso forçará o recarregamento do aplicativo.",
- "notes_to_be_deleted": "As seguintes notas serão excluídas ({{- noteCount}})",
- "no_note_to_delete": "Nenhuma nota será excluída (apenas os clones).",
- "broken_relations_to_be_deleted": "As seguintes relações serão quebradas e excluídas ({{- relationCount}})",
- "cancel": "Cancelar",
- "ok": "OK",
- "deleted_relation_text": "A nota {{- note}} (a ser excluída) está referenciada pela relação {{- relation}} originada de {{- source}}."
- },
- "export": {
- "export_note_title": "Exportar nota",
- "close": "Fechar",
- "export_type_subtree": "Esta nota e todos os seus descendentes",
- "format_html": "HTML – recomendado, pois mantém toda a formatação",
- "format_html_zip": "HTML em arquivo ZIP – recomendado, pois isso preserva toda a formatação.",
- "format_markdown": "Markdown – isso preserva a maior parte da formatação.",
- "format_opml": "OPML - formato de intercâmbio de outliners apenas para texto. Formatação, imagens e arquivos não estão incluídos.",
- "opml_version_1": "OPML v1.0 – apenas texto simples",
- "opml_version_2": "OPML v2.0 – permite também HTML",
- "export_type_single": "Apenas esta nota, sem seus descendentes",
- "export": "Exportar",
- "choose_export_type": "Por favor, escolha primeiro o tipo de exportação",
- "export_status": "Status da exportação",
- "export_in_progress": "Exportação em andamento: {{progressCount}}",
- "export_finished_successfully": "Exportação concluída com sucesso.",
- "format_pdf": "PDF – para impressão ou compartilhamento."
- },
- "help": {
- "fullDocumentation": "Ajuda (a documentação completa está disponível online)",
- "close": "Fechar",
- "noteNavigation": "Navegação de notas",
- "goUpDown": "UP, DOWN – subir/descer na lista de notas",
- "collapseExpand": "ESQUERDA, DIREITA – recolher/expandir nó",
- "notSet": "não definido",
- "goBackForwards": "voltar / avançar no histórico",
- "showJumpToNoteDialog": "mostrar diálogo \"Ir para\"",
- "scrollToActiveNote": "rolar até a nota atual",
- "jumpToParentNote": "Backspace – ir para a nota pai",
- "collapseWholeTree": "recolher toda a árvore de notas",
- "collapseSubTree": "recolher subárvore",
- "tabShortcuts": "Atalhos de abas",
- "newTabNoteLink": "Ctrl+clique – (ou clique com o botão do meio do mouse) em um link de nota abre a nota em uma nova aba",
- "newTabWithActivationNoteLink": "Ctrl+Shift+clique – (ou Shift+clique com o botão do meio do mouse) em um link de nota abre e ativa a nota em uma nova aba",
- "onlyInDesktop": "Apenas na versão para desktop (compilação Electron)",
- "openEmptyTab": "abrir aba vazia",
- "closeActiveTab": "fechar aba ativa",
- "activateNextTab": "ativar próxima aba",
- "activatePreviousTab": "ativar aba anterior",
- "creatingNotes": "Criando notas",
- "createNoteAfter": "criar nova nota após a nota atual",
- "createNoteInto": "criar nova subnota dentro da nota atual",
- "editBranchPrefix": "editar prefixo do clone da nota ativa",
- "movingCloningNotes": "Movendo / clonando notas",
- "moveNoteUpDown": "mover nota para cima/baixo na lista de notas",
- "moveNoteUpHierarchy": "mover nota para cima na hierarquia",
- "multiSelectNote": "selecionar múltiplas notas acima/abaixo",
- "selectAllNotes": "selecionar todas as notas no nível atual",
- "selectNote": "Shift+clique - selecionar nota",
- "copyNotes": "copiar nota ativa (ou seleção atual) para a área de transferência (usado para clonar)",
- "cutNotes": "recortar nota atual (ou seleção atual) para a área de transferência (usado para mover notas)",
- "pasteNotes": "colar nota(s) como subnota dentro da nota ativa (o que pode ser mover ou clonar dependendo se foi copiado ou recortado para a área de transferência)",
- "deleteNotes": "excluir nota / subárvore",
- "editingNotes": "Edição de notas",
- "editNoteTitle": "no painel de árvore, a navegação mudará do painel de árvore para o título da nota. Pressionar Enter no título da nota mudará o foco para o editor de texto. Ctrl+. mudará o foco de volta do editor para o painel de árvore.",
- "createEditLink": "Ctrl+K - criar / editar link externo",
- "createInternalLink": "criar link interno",
- "followLink": "seguir link sob o cursor",
- "insertDateTime": "inserir data e hora atual na posição do cursor",
- "jumpToTreePane": "ir para a árvore de notas e rolar até a nota ativa",
- "markdownAutoformat": "Autoformatação estilo Markdown",
- "headings": "##, ###, #### etc. seguidos de espaço para títulos",
- "bulletList": "* ou - seguidos de espaço para lista com marcadores",
- "numberedList": "1. ou 1) seguidos de espaço para lista numerada",
- "blockQuote": "comece uma linha com > seguido de espaço para citação em bloco",
- "troubleshooting": "Solução de problemas",
- "reloadFrontend": "recarregar o frontend do Trilium",
- "showDevTools": "mostrar ferramentas de desenvolvedor",
- "showSQLConsole": "mostrar console SQL",
- "other": "Outros",
- "quickSearch": "focar no campo de pesquisa rápida",
- "inPageSearch": "pesquisa na página"
- },
- "import": {
- "importIntoNote": "Importar para a nota",
- "close": "Fechar",
- "chooseImportFile": "Escolher arquivo para importar",
- "importDescription": "O conteúdo do(s) arquivo(s) selecionado(s) será importado como nota(s) filha(s) em",
- "options": "Opções",
- "safeImportTooltip": "Arquivos de exportação Trilium .zip podem conter scripts executáveis que podem apresentar comportamentos prejudiciais. A importação segura desativará a execução automática de todos os scripts importados. Desmarque “Importação segura” apenas se o arquivo de importação contiver scripts executáveis e você confiar totalmente no conteúdo do arquivo importado.",
- "safeImport": "Importação segura",
- "explodeArchivesTooltip": "Se esta opção estiver marcada, o Trilium irá ler arquivos .zip, .enex e .opml e criar notas a partir dos arquivos contidos nesses arquivos compactados. Se estiver desmarcada, o Trilium irá anexar os próprios arquivos compactados à nota.",
- "explodeArchives": "Ler conteúdos de arquivos .zip, .enex e .opml.",
- "shrinkImagesTooltip": "Se você marcar esta opção, o Trilium tentará reduzir o tamanho das imagens importadas por meio de escala e otimização, o que pode afetar a qualidade visual das imagens. Se desmarcada, as imagens serão importadas sem alterações.
Isso não se aplica a importações de arquivos .zip com metadados, pois presume-se que esses arquivos já estejam otimizados.
.json) como notas de código caso não esteja claro pelos metadados",
- "replaceUnderscoresWithSpaces": "Substituir sublinhados por espaços nos nomes das notas importadas",
- "import": "Importar",
- "failed": "Falha na importação: {{message}}.",
- "html_import_tags": {
- "title": "Tags de importação HTML",
- "description": "Configurar quais tags HTML devem ser preservadas ao importar notas. As tags que não estiverem nesta lista serão removidas durante a importação. Algumas tags (como 'script') são sempre removidas por motivos de segurança.",
- "placeholder": "Digite as tags HTML, uma por linha",
- "reset_button": "Redefinir para lista padrão"
- },
- "import-status": "Status da importação",
- "in-progress": "Importação em andamento: {{progress}}",
- "successful": "Importação concluída com sucesso."
- },
- "include_note": {
- "dialog_title": "Incluir nota",
- "close": "Fechar",
- "label_note": "Nota",
- "placeholder_search": "pesquisar nota pelo nome",
- "box_size_prompt": "Dimensão da caixa da nota incluída:",
- "box_size_small": "pequeno (~ 10 linhas)",
- "box_size_medium": "médio (~ 30 linhas)",
- "box_size_full": "completo (a caixa exibe o texto completo)",
- "button_include": "Incluir nota enter"
- },
- "info": {
- "modalTitle": "Mensagem informativa",
- "closeButton": "Fechar",
- "okButton": "OK"
- },
- "jump_to_note": {
- "search_placeholder": "Pesquise uma nota pelo nome ou digite > para comandos...",
- "close": "Fechar",
- "search_button": "Pesquisar em texto completo Ctrl+Enter"
- },
- "markdown_import": {
- "dialog_title": "Importar Markdown",
- "close": "Fechar",
- "modal_body_text": "Por motivos de segurança (sandbox do navegador), o JavaScript não pode acessar diretamente a área de transferência. Por favor, cole o conteúdo Markdown na área de texto abaixo e clique em Importar",
- "import_button": "Importar Ctrl+Enter",
- "import_success": "O conteúdo Markdown foi importado para o documento."
- },
- "move_to": {
- "dialog_title": "Mover notas para...",
- "close": "Fechar",
- "notes_to_move": "Notas para mover",
- "target_parent_note": "Nota pai-alvo",
- "search_placeholder": "pesquisar nota pelo nome",
- "move_button": "Mover para a nota selecionada enter",
- "error_no_path": "Nenhum caminho para mover.",
- "move_success_message": "As notas selecionadas foram movidas para "
- },
- "note_type_chooser": {
- "change_path_prompt": "Alterar onde criar a nova nota:",
- "search_placeholder": "buscar caminho pelo nome (valor padrão se não for preenchido)",
- "modal_title": "Escolher tipo de nota",
- "close": "Fechar",
- "modal_body": "Escolha o tipo/modelo da nova nota:",
- "templates": "Modelos:"
- },
- "password_not_set": {
- "title": "A senha não está definida",
- "close": "Fechar",
- "body1": "Notas protegidas são criptografadas usando uma senha do usuário, mas a senha ainda não foi definida.",
- "body2": "Para poder proteger notas, clique aqui para abrir a caixa de diálogo de Opções e definir sua senha."
- },
- "prompt": {
- "title": "Prompt",
- "close": "Fechar",
- "ok": "OK enter",
- "defaultTitle": "Prompt"
- },
- "protected_session_password": {
- "modal_title": "Sessão Protegida",
- "help_title": "Ajuda sobre notas protegidas",
- "close_label": "Fechar",
- "form_label": "Para prosseguir com a ação solicitada, você precisa iniciar uma sessão protegida digitando a senha:",
- "start_button": "Iniciar sessão protegida enter"
- },
- "recent_changes": {
- "title": "Alterações recentes",
- "erase_notes_button": "Remover permanentemente as notas excluídas agora",
- "close": "Fechar",
- "deleted_notes_message": "As notas excluídas foram removidas permanentemente.",
- "no_changes_message": "Nenhuma alteração ainda...",
- "undelete_link": "Restaurar",
- "confirm_undelete": "Você deseja restaurar esta nota e suas subnotas?"
- },
- "revisions": {
- "note_revisions": "Versões da nota",
- "delete_all_revisions": "Excluir todas as versões desta nota",
- "delete_all_button": "Excluir todas as versões",
- "help_title": "Ajuda sobre as versões da nota",
- "close": "Fechar",
- "revision_last_edited": "Esta versão foi editada pela última vez em {{date}}",
- "confirm_delete_all": "Você quer excluir todas as versões desta nota?",
- "no_revisions": "Ainda não há versões para esta nota...",
- "restore_button": "Recuperar",
- "confirm_restore": "Deseja restaurar esta versão? Isso irá substituir o título e o conteúdo atuais da nota por esta versão.",
- "delete_button": "Excluir",
- "confirm_delete": "Deseja excluir esta versão?",
- "revisions_deleted": "As versões da nota foram removidas.",
- "revision_restored": "A versão da nota foi restaurada.",
- "revision_deleted": "A versão da nota foi excluída.",
- "snapshot_interval": "Intervalo de captura das versões da nota: {{seconds}}s.",
- "maximum_revisions": "Limite de capturas das versões da nota: {{number}}.",
- "settings": "Configurações de versões da nota",
- "download_button": "Download",
- "mime": "MIME: ",
- "file_size": "Tamanho do arquivo:",
- "preview": "Visualizar:",
- "preview_not_available": "A visualização não está disponível para este tipo de nota."
- },
- "sort_child_notes": {
- "sort_children_by": "Ordenar notas filhas por...",
- "close": "Fechar",
- "sorting_criteria": "Critérios de ordenação",
- "title": "título",
- "date_created": "data de criação",
- "date_modified": "data de modificação",
- "sorting_direction": "Direção de ordenação",
- "ascending": "crescente",
- "descending": "decrescente",
- "folders": "Pastas",
- "sort_folders_at_top": "colocar pastas no topo",
- "natural_sort": "Ordenação Natural",
- "sort_with_respect_to_different_character_sorting": "classificar de acordo com diferentes regras de ordenação de caracteres e colação em diferentes idiomas ou regiões.",
- "natural_sort_language": "Linguagem da ordenação natural",
- "the_language_code_for_natural_sort": "O código do idioma para ordenação natural, por exemplo, \"zh-CN\" para chinês.",
- "sort": "Ordenar enter"
- },
- "upload_attachments": {
- "upload_attachments_to_note": "Enviar anexos para a nota",
- "close": "Fechar",
- "choose_files": "Escolher arquivos",
- "files_will_be_uploaded": "Os arquivos serão enviados como anexos para",
- "options": "Opções",
- "shrink_images": "Reduzir imagens",
- "upload": "Enviar",
- "tooltip": "Se você marcar esta opção, o Trilium tentará reduzir as imagens enviadas redimensionando e otimizando, o que pode afetar a qualidade visual percebida. Se desmarcada, as imagens serão enviadas sem alterações."
- },
- "attribute_detail": {
- "attr_detail_title": "Título Detalhado do Atributo",
- "close_button_title": "Cancelar alterações e fechar",
- "attr_is_owned_by": "O atributo pertence a",
- "attr_name_title": "O nome do atributo pode ser composto apenas por caracteres alfanuméricos, dois-pontos e sublinhado",
- "name": "Nome",
- "value": "Valor",
- "target_note_title": "Relação é uma conexão nomeada entre a nota de origem e a nota de destino.",
- "target_note": "Nota de destino",
- "promoted_title": "O atributo promovido é exibido de forma destacada na nota.",
- "promoted": "Promovido",
- "promoted_alias_title": "O nome a ser exibido na interface de atributos promovidos.",
- "promoted_alias": "Alias",
- "multiplicity_title": "Multiplicidade define quantos atributos com o mesmo nome podem ser criados — no máximo 1 ou mais de 1.",
- "multiplicity": "Multiplicidade",
- "single_value": "Valor único",
- "multi_value": "Valor múltiplo",
- "label_type_title": "O tipo do rótulo ajudará o Trilium a escolher a interface adequada para inserir o valor do rótulo.",
- "label_type": "Tipo",
- "text": "Texto",
- "number": "Número",
- "boolean": "Booleano",
- "date": "Data",
- "date_time": "Data e Hora",
- "time": "Hora",
- "url": "URL",
- "precision_title": "Qual número de dígitos após o ponto decimal deve estar disponível na interface de configuração de valor.",
- "precision": "Precisão",
- "digits": "dígitos",
- "inverse_relation_title": "Configuração opcional para definir a qual relação esta é oposta. Exemplo: Pai - Filho são relações inversas entre si.",
- "inverse_relation": "Relação inversa",
- "inheritable_title": "O atributo herdável será transmitido para todos os descendentes deste ramo.",
- "inheritable": "Herdável",
- "save_and_close": "Salvar e fechar Ctrl+Enter",
- "delete": "Excluir",
- "related_notes_title": "Outras notas com este rótulo",
- "more_notes": "Mais notas",
- "label": "Detalhe do rótulo",
- "label_definition": "Detalhe da definição do rótulo",
- "relation": "Detalhe da relação",
- "relation_definition": "Detalhe da definição da relação",
- "disable_versioning": "desativa a versão automática. Útil, por exemplo, para notas grandes, mas sem importância – como grandes bibliotecas JS usadas para scripts",
- "calendar_root": "marca a nota que deve ser usada como raiz para notas diárias. Apenas uma deve ser marcada assim.",
- "archived": "notas com este rótulo não serão exibidas por padrão nos resultados de busca (também nos diálogos Ir para, Adicionar link, etc).",
- "exclude_from_export": "notas (junto com sua subárvore) não serão incluídas em nenhuma exportação de notas",
- "run": "define em quais eventos o script deve ser executado. Os valores possíveis são:\nrunAtHour para especificar em qual hora.#run=hourly. Pode ser definido várias vezes para executar mais de uma vez ao dia.",
- "disable_inclusion": "scripts com este rótulo não serão incluídos na execução do script pai.",
- "sorted": "mantém as notas filhas ordenadas alfabeticamente pelo título",
- "sort_direction": "ASC (padrão) ou DESC",
- "sort_folders_first": "Pastas (notas com filhos) devem ser ordenadas no topo",
- "top": "mantenha a nota fornecida no topo em seu pai (aplica-se apenas a pais ordenados)",
- "hide_promoted_attributes": "Ocultar atributos promovidos nesta nota",
- "read_only": "o editor está em modo somente leitura. Funciona apenas para notas de texto e código.",
- "auto_read_only_disabled": "notas de texto/código podem ser automaticamente configuradas para modo de leitura quando são muito grandes. Você pode desabilitar esse comportamento por nota adicionando este rótulo à nota",
- "app_css": "marca notas CSS que são carregadas no aplicativo Trilium e, portanto, podem ser usadas para modificar a aparência do Trilium.",
- "app_theme": "marca notas CSS que são temas completos do Trilium e, portanto, estão disponíveis nas opções do Trilium.",
- "app_theme_base": "defina como \"next\", \"next-light\" ou \"next-dark\" para usar o tema TriliumNext correspondente (auto, claro ou escuro) como base para um tema personalizado, em vez do tema legado.",
- "css_class": "o valor deste rótulo é então adicionado como classe CSS ao nó que representa a nota específica na árvore. Isso pode ser útil para temas avançados. Pode ser usado em notas de modelo.",
- "icon_class": "o valor deste rótulo é adicionado como uma classe CSS ao ícone na árvore, o que pode ajudar a distinguir visualmente as notas na árvore. Um exemplo pode ser bx bx-home – os ícones são retirados do boxicons. Pode ser usado em notas de modelo.",
- "page_size": "número de itens por página na listagem de notas",
- "custom_request_handler": "veja Manipulador de requisição personalizada",
- "custom_resource_provider": "veja Manipulador de requisição personalizada",
- "widget": "marca esta nota como um widget personalizado que será adicionado à árvore de componentes do Trilium",
- "workspace": "marca esta nota como um espaço de trabalho, o que permite fácil hoisting",
- "workspace_icon_class": "define a classe CSS do ícone box que será usada na aba quando esta nota for hoisted",
- "workspace_tab_background_color": "cor CSS usada na aba da nota quando esta nota é hoisted",
- "workspace_calendar_root": "Define a raiz do calendário por espaço de trabalho",
- "workspace_template": "Esta nota aparecerá na seleção de modelos disponíveis ao criar uma nova nota, mas apenas quando estiver destacada em um espaço de trabalho que contenha este modelo",
- "search_home": "novas notas de pesquisa serão criadas como filhas desta nota",
- "workspace_search_home": "novas notas de pesquisa serão criadas como filhas desta nota quando ela for destacada para algum ancestral desta nota de área de trabalho",
- "inbox": "localização padrão da caixa de entrada para novas notas – quando você cria uma nota usando o botão \"nova nota\" na barra lateral, as notas serão criadas como notas filhas na nota marcada com o rótulo #inbox.",
- "workspace_inbox": "local padrão da caixa de entrada para novas notas quando esta nota for destacada para algum ancestral desta nota de área de trabalho",
- "sql_console_home": "localização padrão das notas do console SQL",
- "bookmark_folder": "nota com este rótulo aparecerá nos favoritos como uma pasta (permitindo acesso aos seus filhos)",
- "share_hidden_from_tree": "esta nota está oculta na árvore de navegação à esquerda, mas ainda pode ser acessada via sua URL",
- "share_external_link": "a nota funcionará como um link para um site externo na árvore de compartilhamento",
- "share_alias": "defina um alias por meio do qual a nota ficará disponível em https://your_trilium_host/share/[your_alias]",
- "share_omit_default_css": "o CSS padrão da página de compartilhamento será omitido. Use quando você fizer alterações extensas de estilo.",
- "share_root": "marca a nota que é servida na raiz de /share.",
- "share_description": "defina o texto a ser adicionado à meta tag HTML \"description\"",
- "share_raw": "a nota será servida em seu formato bruto, sem o wrapper HTML",
- "share_disallow_robot_indexing": "impedirá que robôs indexem esta nota por meio do cabeçalho X-Robots-Tag: noindex",
- "share_credentials": "exigir credenciais para acessar esta nota compartilhada. O valor deve estar no formato 'usuário:senha'. Não se esqueça de tornar esta configuração herdável para que seja aplicada às notas-filhas/imagens.",
- "share_index": "notas com este rótulo irão listar todas as raízes das notas compartilhadas",
- "display_relations": "nomes das relações separados por vírgula que devem ser exibidos. Todas as outras serão ocultadas.",
- "hide_relations": "nomes das relações separados por vírgula que devem ser ocultados. Todas as outras serão exibidas.",
- "title_template": "Título padrão das notas criadas como filhas desta nota. O valor é avaliado como uma string JavaScript e pode ser enriquecido com conteúdo dinâmico usando as variáveis injetadas now e parentNote. Exemplos:\n\n${parentNote.getLabelValue('authorName')}'s literary worksLog for ${now.format('YYYY-MM-DD HH:mm:ss')}#toc ou #toc=show irá forçar a exibição do Sumário, #toc=hide irá forçar que ele fique oculto. Se o rótulo não existir, será considerado o ajuste global",
- "color": "define a cor da nota na árvore de notas, links etc. Use qualquer valor de cor CSS válido, como 'red' ou #a13d5f",
- "keyboard_shortcut": "Define um atalho de teclado que irá pular imediatamente para esta nota. Exemplo: 'ctrl+alt+e'. É necessário recarregar o frontend para que a alteração tenha efeito."
+ "bundle-error": {
+ "title": "Falha para carregar o script customizado",
+ "message": "O script da nota com ID \"{{id}}\", intitulada \"{{title}}\", não pôde ser executado devido a:\n\n{{message}}"
}
+ },
+ "add_link": {
+ "add_link": "Adicionar link",
+ "help_on_links": "Ajuda sobre links",
+ "note": "Nota",
+ "search_note": "pesquisar nota pelo nome",
+ "link_title_mirrors": "o título do link reflete o título atual da nota",
+ "link_title_arbitrary": "o título do link pode ser alterado livremente",
+ "link_title": "Titulo do link",
+ "button_add_link": "Adicionar link"
+ },
+ "branch_prefix": {
+ "prefix": "Prefixo: ",
+ "save": "Salvar",
+ "edit_branch_prefix": "Editar Prefixo do Branch",
+ "help_on_tree_prefix": "Ajuda sobre o prefixo da árvore de notas",
+ "branch_prefix_saved": "O prefixo de ramificação foi salvo."
+ },
+ "bulk_actions": {
+ "bulk_actions": "Ações em massa",
+ "affected_notes": "Notas Afetadas",
+ "include_descendants": "Incluir notas filhas das notas selecionadas",
+ "available_actions": "Ações disponíveis",
+ "chosen_actions": "Ações selecionadas",
+ "execute_bulk_actions": "Executar ações em massa",
+ "bulk_actions_executed": "As ações em massa foram concluídas com sucesso.",
+ "none_yet": "Nenhuma até agora... adicione uma ação clicando em uma das disponíveis acima.",
+ "labels": "Etiquetas",
+ "relations": "Relações",
+ "notes": "Notas",
+ "other": "Outros"
+ },
+ "clone_to": {
+ "clone_notes_to": "Clonar notas para...",
+ "help_on_links": "Ajuda sobre links",
+ "notes_to_clone": "Notas para clonar",
+ "search_for_note_by_its_name": "pesquisar nota pelo nome",
+ "cloned_note_prefix_title": "A nota clonada aparecerá na árvore de notas com o prefixo fornecido",
+ "prefix_optional": "Prefixo (opcional)",
+ "no_path_to_clone_to": "Nenhum caminho para clonar.",
+ "target_parent_note": "Nota pai-alvo",
+ "clone_to_selected_note": "Clonar para a nota selecionada",
+ "note_cloned": "A nota \"{{clonedTitle}}\" foi clonada para \"{{targetTitle}}\""
+ },
+ "ai_llm": {
+ "n_notes_queued_0": "{{ count }} nota enfileirada para indexação",
+ "n_notes_queued_1": "{{ count }} notas enfileiradas para indexação",
+ "n_notes_queued_2": "{{ count }} notas enfileiradas para indexação",
+ "notes_indexed_0": "{{ count }} nota indexada",
+ "notes_indexed_1": "{{ count }} notas indexadas",
+ "notes_indexed_2": "{{ count }} notas indexadas"
+ },
+ "confirm": {
+ "confirmation": "Confirmação",
+ "cancel": "Cancelar",
+ "ok": "OK",
+ "are_you_sure_remove_note": "Tem certeza de que deseja remover a nota '{{title}}' do mapa de relações? ",
+ "if_you_dont_check": "Se você não marcar isso, a nota será removida apenas do mapa de relações.",
+ "also_delete_note": "Também excluir a nota"
+ },
+ "delete_notes": {
+ "delete_notes_preview": "Excluir pré-visualização de notas",
+ "close": "Fechar",
+ "delete_all_clones_description": "Excluir também todos os clones (pode ser desfeito em alterações recentes)",
+ "erase_notes_description": "A exclusão normal (suave) apenas marca as notas como excluídas, permitindo que sejam recuperadas (no diálogo de alterações recentes) dentro de um período de tempo. Se esta opção for marcada, as notas serão apagadas imediatamente e não será possível restaurá-las.",
+ "erase_notes_warning": "Apagar notas permanentemente (não pode ser desfeito), incluindo todos os clones. Isso forçará o recarregamento do aplicativo.",
+ "notes_to_be_deleted": "As seguintes notas serão excluídas ({{notesCount}})",
+ "no_note_to_delete": "Nenhuma nota será excluída (apenas os clones).",
+ "broken_relations_to_be_deleted": "As seguintes relações serão quebradas e excluídas ({{ relationCount}})",
+ "cancel": "Cancelar",
+ "ok": "OK",
+ "deleted_relation_text": "A nota {{- note}} (a ser excluída) está referenciada pela relação {{- relation}} originada de {{- source}}."
+ },
+ "export": {
+ "export_note_title": "Exportar nota",
+ "close": "Fechar",
+ "export_type_subtree": "Esta nota e todos os seus descendentes",
+ "format_html": "HTML – recomendado, pois mantém toda a formatação",
+ "format_html_zip": "HTML em arquivo ZIP – recomendado, pois isso preserva toda a formatação.",
+ "format_markdown": "Markdown – isso preserva a maior parte da formatação.",
+ "format_opml": "OPML - formato de intercâmbio de outliners apenas para texto. Formatação, imagens e arquivos não estão incluídos.",
+ "opml_version_1": "OPML v1.0 – apenas texto simples",
+ "opml_version_2": "OPML v2.0 – permite também HTML",
+ "export_type_single": "Apenas esta nota, sem seus descendentes",
+ "export": "Exportar",
+ "choose_export_type": "Por favor, escolha primeiro o tipo de exportação",
+ "export_status": "Status da exportação",
+ "export_in_progress": "Exportação em andamento: {{progressCount}}",
+ "export_finished_successfully": "Exportação concluída com sucesso.",
+ "format_pdf": "PDF – para impressão ou compartilhamento."
+ },
+ "help": {
+ "noteNavigation": "Navegação de notas",
+ "goUpDown": "subir/descer na lista de notas",
+ "collapseExpand": "recolher/expandir nó",
+ "notSet": "não definido",
+ "goBackForwards": "voltar / avançar no histórico",
+ "showJumpToNoteDialog": "mostrar diálogo \"Ir para\"",
+ "scrollToActiveNote": "rolar até a nota atual",
+ "jumpToParentNote": "ir para a nota pai",
+ "collapseWholeTree": "recolher toda a árvore de notas",
+ "collapseSubTree": "recolher subárvore",
+ "tabShortcuts": "Atalhos de abas",
+ "newTabNoteLink": "em um link de nota abre a nota em uma nova aba",
+ "newTabWithActivationNoteLink": "em um link de nota abre e ativa a nota em uma nova aba",
+ "onlyInDesktop": "Apenas na versão para desktop (compilação Electron)",
+ "openEmptyTab": "abrir aba vazia",
+ "closeActiveTab": "fechar aba ativa",
+ "activateNextTab": "ativar próxima aba",
+ "activatePreviousTab": "ativar aba anterior",
+ "creatingNotes": "Criando notas",
+ "createNoteAfter": "criar nova nota após a nota atual",
+ "createNoteInto": "criar nova subnota dentro da nota atual",
+ "editBranchPrefix": "editar prefixo do clone da nota ativa",
+ "movingCloningNotes": "Movendo / clonando notas",
+ "moveNoteUpDown": "mover nota para cima/baixo na lista de notas",
+ "moveNoteUpHierarchy": "mover nota para cima na hierarquia",
+ "multiSelectNote": "selecionar múltiplas notas acima/abaixo",
+ "selectAllNotes": "selecionar todas as notas no nível atual",
+ "selectNote": "selecionar nota",
+ "copyNotes": "copiar nota ativa (ou seleção atual) para a área de transferência (usado para clonar)",
+ "cutNotes": "recortar nota atual (ou seleção atual) para a área de transferência (usado para mover notas)",
+ "pasteNotes": "colar nota(s) como subnota dentro da nota ativa (o que pode ser mover ou clonar dependendo se foi copiado ou recortado para a área de transferência)",
+ "deleteNotes": "excluir nota / subárvore",
+ "editingNotes": "Edição de notas",
+ "editNoteTitle": "no painel de árvore, a navegação mudará do painel de árvore para o título da nota. Pressionar Enter no título da nota mudará o foco para o editor de texto. Ctrl+. mudará o foco de volta do editor para o painel de árvore.",
+ "createEditLink": "criar / editar link externo",
+ "createInternalLink": "criar link interno",
+ "followLink": "seguir link sob o cursor",
+ "insertDateTime": "inserir data e hora atual na posição do cursor",
+ "jumpToTreePane": "ir para a árvore de notas e rolar até a nota ativa",
+ "markdownAutoformat": "Autoformatação estilo Markdown",
+ "headings": "##, ###, #### etc. seguidos de espaço para títulos",
+ "bulletList": "* ou - seguidos de espaço para lista com marcadores",
+ "numberedList": "1. ou 1) seguidos de espaço para lista numerada",
+ "blockQuote": "comece uma linha com > seguido de espaço para citação em bloco",
+ "troubleshooting": "Solução de problemas",
+ "reloadFrontend": "recarregar o frontend do Trilium",
+ "showDevTools": "mostrar ferramentas de desenvolvedor",
+ "showSQLConsole": "mostrar console SQL",
+ "other": "Outros",
+ "quickSearch": "focar no campo de pesquisa rápida",
+ "inPageSearch": "pesquisa na página",
+ "title": "Folha de Dicas"
+ },
+ "import": {
+ "importIntoNote": "Importar para a nota",
+ "chooseImportFile": "Escolher arquivo para importar",
+ "importDescription": "O conteúdo do(s) arquivo(s) selecionado(s) será importado como nota(s) filha(s) em",
+ "options": "Opções",
+ "safeImportTooltip": "Arquivos de exportação Trilium .zip podem conter scripts executáveis que podem apresentar comportamentos prejudiciais. A importação segura desativará a execução automática de todos os scripts importados. Desmarque “Importação segura” apenas se o arquivo de importação contiver scripts executáveis e você confiar totalmente no conteúdo do arquivo importado.",
+ "safeImport": "Importação segura",
+ "explodeArchivesTooltip": "Se esta opção estiver marcada, o Trilium irá ler arquivos .zip, .enex e .opml e criar notas a partir dos arquivos contidos nesses arquivos compactados. Se estiver desmarcada, o Trilium irá anexar os próprios arquivos compactados à nota.",
+ "explodeArchives": "Ler conteúdos de arquivos .zip, .enex e .opml.",
+ "shrinkImagesTooltip": "Se você marcar esta opção, o Trilium tentará reduzir o tamanho das imagens importadas por meio de escala e otimização, o que pode afetar a qualidade visual das imagens. Se desmarcada, as imagens serão importadas sem alterações.
Isso não se aplica a importações de arquivos .zip com metadados, pois presume-se que esses arquivos já estejam otimizados.
.json) como notas de código caso não esteja claro pelos metadados",
+ "replaceUnderscoresWithSpaces": "Substituir sublinhados por espaços nos nomes das notas importadas",
+ "import": "Importar",
+ "failed": "Falha na importação: {{message}}.",
+ "html_import_tags": {
+ "title": "Tags de importação HTML",
+ "description": "Configurar quais tags HTML devem ser preservadas ao importar notas. As tags que não estiverem nesta lista serão removidas durante a importação. Algumas tags (como 'script') são sempre removidas por motivos de segurança.",
+ "placeholder": "Digite as tags HTML, uma por linha",
+ "reset_button": "Redefinir para lista padrão"
+ },
+ "import-status": "Status da importação",
+ "in-progress": "Importação em andamento: {{progress}}",
+ "successful": "Importação concluída com sucesso."
+ },
+ "include_note": {
+ "dialog_title": "Incluir nota",
+ "label_note": "Nota",
+ "placeholder_search": "pesquisar nota pelo nome",
+ "box_size_prompt": "Dimensão da caixa da nota incluída:",
+ "box_size_small": "pequeno (~ 10 linhas)",
+ "box_size_medium": "médio (~ 30 linhas)",
+ "box_size_full": "completo (a caixa exibe o texto completo)",
+ "button_include": "Incluir nota"
+ },
+ "info": {
+ "modalTitle": "Mensagem informativa",
+ "closeButton": "Fechar",
+ "okButton": "OK"
+ },
+ "jump_to_note": {
+ "search_placeholder": "Pesquise uma nota pelo nome ou digite > para comandos...",
+ "search_button": "Pesquisar em texto completo"
+ },
+ "markdown_import": {
+ "dialog_title": "Importar Markdown",
+ "modal_body_text": "Por motivos de segurança (sandbox do navegador), o JavaScript não pode acessar diretamente a área de transferência. Por favor, cole o conteúdo Markdown na área de texto abaixo e clique em Importar",
+ "import_button": "Importar",
+ "import_success": "O conteúdo Markdown foi importado para o documento."
+ },
+ "move_to": {
+ "dialog_title": "Mover notas para...",
+ "notes_to_move": "Notas para mover",
+ "target_parent_note": "Nota pai-alvo",
+ "search_placeholder": "pesquisar nota pelo nome",
+ "move_button": "Mover para a nota selecionada",
+ "error_no_path": "Nenhum caminho para mover.",
+ "move_success_message": "As notas selecionadas foram movidas para "
+ },
+ "note_type_chooser": {
+ "change_path_prompt": "Alterar onde criar a nova nota:",
+ "search_placeholder": "buscar caminho pelo nome (valor padrão se não for preenchido)",
+ "modal_title": "Escolher tipo de nota",
+ "modal_body": "Escolha o tipo/modelo da nova nota:",
+ "templates": "Modelos",
+ "builtin_templates": "Modelos Incorporados"
+ },
+ "password_not_set": {
+ "title": "A senha não está definida",
+ "body1": "Notas protegidas são criptografadas usando uma senha do usuário, mas a senha ainda não foi definida.",
+ "body2": "Para poder proteger notas, clique no botão abaixo para abrir a caixa de diálogo de Opções e definir sua senha.",
+ "go_to_password_options": "Ir para opções de Senha"
+ },
+ "prompt": {
+ "title": "Prompt",
+ "ok": "OK enter",
+ "defaultTitle": "Prompt"
+ },
+ "protected_session_password": {
+ "modal_title": "Sessão Protegida",
+ "help_title": "Ajuda sobre notas protegidas",
+ "close_label": "Fechar",
+ "form_label": "Para prosseguir com a ação solicitada, você precisa iniciar uma sessão protegida digitando a senha:",
+ "start_button": "Iniciar sessão protegida enter"
+ },
+ "recent_changes": {
+ "title": "Alterações recentes",
+ "erase_notes_button": "Remover permanentemente as notas excluídas agora",
+ "deleted_notes_message": "As notas excluídas foram removidas permanentemente.",
+ "no_changes_message": "Nenhuma alteração ainda...",
+ "undelete_link": "Restaurar",
+ "confirm_undelete": "Você deseja restaurar esta nota e suas subnotas?"
+ },
+ "revisions": {
+ "note_revisions": "Versões da nota",
+ "delete_all_revisions": "Excluir todas as versões desta nota",
+ "delete_all_button": "Excluir todas as versões",
+ "help_title": "Ajuda sobre as versões da nota",
+ "revision_last_edited": "Esta versão foi editada pela última vez em {{date}}",
+ "confirm_delete_all": "Você quer excluir todas as versões desta nota?",
+ "no_revisions": "Ainda não há versões para esta nota...",
+ "restore_button": "Recuperar",
+ "confirm_restore": "Deseja restaurar esta versão? Isso irá substituir o título e o conteúdo atuais da nota por esta versão.",
+ "delete_button": "Excluir",
+ "confirm_delete": "Deseja excluir esta versão?",
+ "revisions_deleted": "As versões da nota foram removidas.",
+ "revision_restored": "A versão da nota foi restaurada.",
+ "revision_deleted": "A versão da nota foi excluída.",
+ "snapshot_interval": "Intervalo de captura das versões da nota: {{seconds}}s.",
+ "maximum_revisions": "Limite de capturas das versões da nota: {{number}}.",
+ "settings": "Configurações de versões da nota",
+ "download_button": "Download",
+ "mime": "MIME: ",
+ "file_size": "Tamanho do arquivo:",
+ "preview": "Visualizar:",
+ "preview_not_available": "A visualização não está disponível para este tipo de nota."
+ },
+ "sort_child_notes": {
+ "sort_children_by": "Ordenar notas filhas por...",
+ "sorting_criteria": "Critérios de ordenação",
+ "title": "título",
+ "date_created": "data de criação",
+ "date_modified": "data de modificação",
+ "sorting_direction": "Direção de ordenação",
+ "ascending": "crescente",
+ "descending": "decrescente",
+ "folders": "Pastas",
+ "sort_folders_at_top": "colocar pastas no topo",
+ "natural_sort": "Ordenação Natural",
+ "sort_with_respect_to_different_character_sorting": "classificar de acordo com diferentes regras de ordenação de caracteres e colação em diferentes idiomas ou regiões.",
+ "natural_sort_language": "Linguagem da ordenação natural",
+ "the_language_code_for_natural_sort": "O código do idioma para ordenação natural, por exemplo, \"zh-CN\" para chinês.",
+ "sort": "Ordenar enter"
+ },
+ "upload_attachments": {
+ "upload_attachments_to_note": "Enviar anexos para a nota",
+ "choose_files": "Escolher arquivos",
+ "files_will_be_uploaded": "Os arquivos serão enviados como anexos para",
+ "options": "Opções",
+ "shrink_images": "Reduzir imagens",
+ "upload": "Enviar",
+ "tooltip": "Se você marcar esta opção, o Trilium tentará reduzir as imagens enviadas redimensionando e otimizando, o que pode afetar a qualidade visual percebida. Se desmarcada, as imagens serão enviadas sem alterações."
+ },
+ "attribute_detail": {
+ "attr_detail_title": "Título Detalhado do Atributo",
+ "close_button_title": "Cancelar alterações e fechar",
+ "attr_is_owned_by": "O atributo pertence a",
+ "attr_name_title": "O nome do atributo pode ser composto apenas por caracteres alfanuméricos, dois-pontos e sublinhado",
+ "name": "Nome",
+ "value": "Valor",
+ "target_note_title": "Relação é uma conexão nomeada entre a nota de origem e a nota de destino.",
+ "target_note": "Nota de destino",
+ "promoted_title": "O atributo promovido é exibido de forma destacada na nota.",
+ "promoted": "Promovido",
+ "promoted_alias_title": "O nome a ser exibido na interface de atributos promovidos.",
+ "promoted_alias": "Alias",
+ "multiplicity_title": "Multiplicidade define quantos atributos com o mesmo nome podem ser criados — no máximo 1 ou mais de 1.",
+ "multiplicity": "Multiplicidade",
+ "single_value": "Valor único",
+ "multi_value": "Valor múltiplo",
+ "label_type_title": "O tipo do rótulo ajudará o Trilium a escolher a interface adequada para inserir o valor do rótulo.",
+ "label_type": "Tipo",
+ "text": "Texto",
+ "number": "Número",
+ "boolean": "Booleano",
+ "date": "Data",
+ "date_time": "Data e Hora",
+ "time": "Hora",
+ "url": "URL",
+ "precision_title": "Qual número de dígitos após o ponto decimal deve estar disponível na interface de configuração de valor.",
+ "precision": "Precisão",
+ "digits": "dígitos",
+ "inverse_relation_title": "Configuração opcional para definir a qual relação esta é oposta. Exemplo: Pai - Filho são relações inversas entre si.",
+ "inverse_relation": "Relação inversa",
+ "inheritable_title": "O atributo herdável será transmitido para todos os descendentes deste ramo.",
+ "inheritable": "Herdável",
+ "save_and_close": "Salvar e fechar Ctrl+Enter",
+ "delete": "Excluir",
+ "related_notes_title": "Outras notas com este rótulo",
+ "more_notes": "Mais notas",
+ "label": "Detalhe do rótulo",
+ "label_definition": "Detalhe da definição do rótulo",
+ "relation": "Detalhe da relação",
+ "relation_definition": "Detalhe da definição da relação",
+ "disable_versioning": "desativa a versão automática. Útil, por exemplo, para notas grandes, mas sem importância – como grandes bibliotecas JS usadas para scripts",
+ "calendar_root": "marca a nota que deve ser usada como raiz para notas diárias. Apenas uma deve ser marcada assim.",
+ "archived": "notas com este rótulo não serão exibidas por padrão nos resultados de busca (também nos diálogos Ir para, Adicionar link, etc).",
+ "exclude_from_export": "notas (junto com sua subárvore) não serão incluídas em nenhuma exportação de notas",
+ "run": "define em quais eventos o script deve ser executado. Os valores possíveis são:\nrunAtHour para especificar em qual hora.#run=hourly. Pode ser definido várias vezes para executar mais de uma vez ao dia.",
+ "disable_inclusion": "scripts com este rótulo não serão incluídos na execução do script pai.",
+ "sorted": "mantém as notas filhas ordenadas alfabeticamente pelo título",
+ "sort_direction": "ASC (padrão) ou DESC",
+ "sort_folders_first": "Pastas (notas com filhos) devem ser ordenadas no topo",
+ "top": "mantenha a nota fornecida no topo em seu pai (aplica-se apenas a pais ordenados)",
+ "hide_promoted_attributes": "Ocultar atributos promovidos nesta nota",
+ "read_only": "o editor está em modo somente leitura. Funciona apenas para notas de texto e código.",
+ "auto_read_only_disabled": "notas de texto/código podem ser automaticamente configuradas para modo de leitura quando são muito grandes. Você pode desabilitar esse comportamento por nota adicionando este rótulo à nota",
+ "app_css": "marca notas CSS que são carregadas no aplicativo Trilium e, portanto, podem ser usadas para modificar a aparência do Trilium.",
+ "app_theme": "marca notas CSS que são temas completos do Trilium e, portanto, estão disponíveis nas opções do Trilium.",
+ "app_theme_base": "defina como \"next\", \"next-light\" ou \"next-dark\" para usar o tema TriliumNext correspondente (auto, claro ou escuro) como base para um tema personalizado, em vez do tema legado.",
+ "css_class": "o valor deste rótulo é então adicionado como classe CSS ao nó que representa a nota específica na árvore. Isso pode ser útil para temas avançados. Pode ser usado em notas de modelo.",
+ "icon_class": "o valor deste rótulo é adicionado como uma classe CSS ao ícone na árvore, o que pode ajudar a distinguir visualmente as notas na árvore. Um exemplo pode ser bx bx-home – os ícones são retirados do boxicons. Pode ser usado em notas de modelo.",
+ "page_size": "número de itens por página na listagem de notas",
+ "custom_request_handler": "veja Manipulador de requisição personalizada",
+ "custom_resource_provider": "veja Manipulador de requisição personalizada",
+ "widget": "marca esta nota como um widget personalizado que será adicionado à árvore de componentes do Trilium",
+ "workspace": "marca esta nota como um espaço de trabalho, o que permite fácil hoisting",
+ "workspace_icon_class": "define a classe CSS do ícone box que será usada na aba quando esta nota for hoisted",
+ "workspace_tab_background_color": "cor CSS usada na aba da nota quando esta nota é hoisted",
+ "workspace_calendar_root": "Define a raiz do calendário por espaço de trabalho",
+ "workspace_template": "Esta nota aparecerá na seleção de modelos disponíveis ao criar uma nova nota, mas apenas quando estiver destacada em um espaço de trabalho que contenha este modelo",
+ "search_home": "novas notas de pesquisa serão criadas como filhas desta nota",
+ "workspace_search_home": "novas notas de pesquisa serão criadas como filhas desta nota quando ela for destacada para algum ancestral desta nota de área de trabalho",
+ "inbox": "localização padrão da caixa de entrada para novas notas – quando você cria uma nota usando o botão \"nova nota\" na barra lateral, as notas serão criadas como notas filhas na nota marcada com o rótulo #inbox.",
+ "workspace_inbox": "local padrão da caixa de entrada para novas notas quando esta nota for destacada para algum ancestral desta nota de área de trabalho",
+ "sql_console_home": "localização padrão das notas do console SQL",
+ "bookmark_folder": "nota com este rótulo aparecerá nos favoritos como uma pasta (permitindo acesso aos seus filhos)",
+ "share_hidden_from_tree": "esta nota está oculta na árvore de navegação à esquerda, mas ainda pode ser acessada via sua URL",
+ "share_external_link": "a nota funcionará como um link para um site externo na árvore de compartilhamento",
+ "share_alias": "defina um alias por meio do qual a nota ficará disponível em https://your_trilium_host/share/[your_alias]",
+ "share_omit_default_css": "o CSS padrão da página de compartilhamento será omitido. Use quando você fizer alterações extensas de estilo.",
+ "share_root": "marca a nota que é servida na raiz de /share.",
+ "share_description": "defina o texto a ser adicionado à meta tag HTML \"description\"",
+ "share_raw": "a nota será servida em seu formato bruto, sem o wrapper HTML",
+ "share_disallow_robot_indexing": "impedirá que robôs indexem esta nota por meio do cabeçalho X-Robots-Tag: noindex",
+ "share_credentials": "exigir credenciais para acessar esta nota compartilhada. O valor deve estar no formato 'usuário:senha'. Não se esqueça de tornar esta configuração herdável para que seja aplicada às notas-filhas/imagens.",
+ "share_index": "notas com este rótulo irão listar todas as raízes das notas compartilhadas",
+ "display_relations": "nomes das relações separados por vírgula que devem ser exibidos. Todas as outras serão ocultadas.",
+ "hide_relations": "nomes das relações separados por vírgula que devem ser ocultados. Todas as outras serão exibidas.",
+ "title_template": "Título padrão das notas criadas como filhas desta nota. O valor é avaliado como uma string JavaScript e pode ser enriquecido com conteúdo dinâmico usando as variáveis injetadas now e parentNote. Exemplos:\n\n${parentNote.getLabelValue('authorName')}'s literary worksLog for ${now.format('YYYY-MM-DD HH:mm:ss')}#toc ou #toc=show irá forçar a exibição do Sumário, #toc=hide irá forçar que ele fique oculto. Se o rótulo não existir, será considerado o ajuste global",
+ "color": "define a cor da nota na árvore de notas, links etc. Use qualquer valor de cor CSS válido, como 'red' ou #a13d5f",
+ "keyboard_shortcut": "Define um atalho de teclado que irá pular imediatamente para esta nota. Exemplo: 'ctrl+alt+e'. É necessário recarregar o frontend para que a alteração tenha efeito."
+ }
}
diff --git a/apps/client/src/translations/ro/translation.json b/apps/client/src/translations/ro/translation.json
index 657a13256..7472aea33 100644
--- a/apps/client/src/translations/ro/translation.json
+++ b/apps/client/src/translations/ro/translation.json
@@ -7,8 +7,7 @@
"sync_version": "Versiune sincronizare:",
"build_date": "Data compilării:",
"build_revision": "Revizia compilării:",
- "data_directory": "Directorul de date:",
- "close": "Închide"
+ "data_directory": "Directorul de date:"
},
"abstract_bulk_action": {
"remove_this_search_action": "Înlătură acesată acțiune la căutare"
@@ -30,14 +29,13 @@
},
"add_link": {
"add_link": "Adaugă legătură",
- "close": "Închide",
"help_on_links": "Informații despre legături",
"link_title": "Titlu legătură",
"link_title_arbitrary": "titlul legăturii poate fi schimbat în mod arbitrar",
"link_title_mirrors": "titlul legăturii corespunde titlul curent al notiței",
"note": "Notiță",
"search_note": "căutați notița după nume",
- "button_add_link": "Adaugă legătură Enter"
+ "button_add_link": "Adaugă legătură"
},
"add_relation": {
"add_relation": "Adaugă relație",
@@ -296,7 +294,6 @@
},
"branch_prefix": {
"branch_prefix_saved": "Prefixul ramurii a fost salvat.",
- "close": "Închide",
"edit_branch_prefix": "Editează prefixul ramurii",
"help_on_tree_prefix": "Informații despre prefixe de ierarhie",
"prefix": "Prefix:",
@@ -308,7 +305,6 @@
"bulk_actions": "Acțiuni în masă",
"bulk_actions_executed": "Acțiunile în masă au fost executate cu succes.",
"chosen_actions": "Acțiuni selectate",
- "close": "Închide",
"execute_bulk_actions": "Execută acțiunile în masă",
"include_descendants": "Include descendenții notiței selectate",
"none_yet": "Nicio acțiune... adăugați una printr-un click pe cele disponibile mai jos.",
@@ -342,7 +338,7 @@
},
"clone_to": {
"clone_notes_to": "Clonează notițele către...",
- "clone_to_selected_note": "Clonează notița selectată enter",
+ "clone_to_selected_note": "Clonează notița selectată",
"cloned_note_prefix_title": "Notița clonată va fi afișată în ierarhia notiței utilizând prefixul dat",
"help_on_links": "Informații despre legături",
"no_path_to_clone_to": "Nicio cale de clonat.",
@@ -350,8 +346,7 @@
"notes_to_clone": "Notițe de clonat",
"prefix_optional": "Prefix (opțional)",
"search_for_note_by_its_name": "căutați notița după nume acesteia",
- "target_parent_note": "Notița părinte țintă",
- "close": "Închide"
+ "target_parent_note": "Notița părinte țintă"
},
"close_pane_button": {
"close_this_pane": "Închide acest panou"
@@ -378,8 +373,7 @@
"cancel": "Anulează",
"confirmation": "Confirm",
"if_you_dont_check": "Dacă această opțiune nu este bifată, notița va fi ștearsă doar din harta de relații.",
- "ok": "OK",
- "close": "Închide"
+ "ok": "OK"
},
"consistency_checks": {
"find_and_fix_button": "Caută și repară probleme de consistență",
@@ -436,14 +430,14 @@
"undelete_notes_instruction": "După ștergere, se pot recupera din ecranul Schimbări recente."
},
"delete_notes": {
- "broken_relations_to_be_deleted": "Următoarele relații vor fi întrerupte și șterse ({{- relationCount}})",
+ "broken_relations_to_be_deleted": "Următoarele relații vor fi întrerupte și șterse ({{ relationCount}})",
"cancel": "Anulează",
"delete_all_clones_description": "Șterge și toate clonele (se pot recupera în ecranul Schimbări recente)",
"delete_notes_preview": "Previzualizare ștergerea notițelor",
"erase_notes_description": "Ștergerea obișnuită doar marchează notițele ca fiind șterse și pot fi recuperate (în ecranul Schimbări recente) pentru o perioadă de timp. Dacă se bifează această opțiune, notițele vor fi șterse imediat fără posibilitatea de a le recupera.",
"erase_notes_warning": "Șterge notițele permanent (nu se mai pot recupera), incluzând toate clonele. Va forța reîncărcarea aplicației.",
"no_note_to_delete": "Nicio notiță nu va fi ștearsă (doar clonele).",
- "notes_to_be_deleted": "Următoarele notițe vor fi șterse ({{- noteCount}})",
+ "notes_to_be_deleted": "Următoarele notițe vor fi șterse ({{notesCount}})",
"ok": "OK",
"deleted_relation_text": "Notița {{- note}} ce va fi ștearsă este referențiată de relația {{- relation}}, originând din {{- source}}.",
"close": "Închide"
@@ -615,13 +609,12 @@
"activatePreviousTab": "activează tabul anterior",
"blockQuote": "începeți un rând cu > urmat de spațiu pentru un bloc de citat",
"bulletList": "* sau - urmat de spațiu pentru o listă punctată",
- "close": "Închide",
"closeActiveTab": "închide tabul activ",
- "collapseExpand": "LEFT, RIGHT - minimizează/expandează nodul",
+ "collapseExpand": "minimizează/expandează nodul",
"collapseSubTree": "minimizează subarborele",
"collapseWholeTree": "minimizează întregul arbore de notițe",
"copyNotes": "copiază notița activă (sau selecția curentă) în clipboard (utilizat pentru clonare)",
- "createEditLink": "Ctrl+K - crează/editează legătură externă",
+ "createEditLink": "crează/editează legătură externă",
"createInternalLink": "crează legătură internă",
"createNoteAfter": "crează o nouă notiță după notița activă",
"createNoteInto": "crează o subnotiță în notița activă",
@@ -632,20 +625,19 @@
"editNoteTitle": "va sări de la arborele de notițe către titlul notiței. Enter de la titlul notiței va sări către editorul de text. Ctrl+. va sări înapoi de la editor către arborele de notițe.",
"editingNotes": "Editarea notițelor",
"followLink": "urmărește link-ul sub cursor",
- "fullDocumentation": "Instrucțiuni (documentația completă se regăsește online)",
"goBackForwards": "mergi înapoi/înainte în istoric",
- "goUpDown": "UP, DOWN - mergi sus/jos în lista de notițe",
+ "goUpDown": "mergi sus/jos în lista de notițe",
"headings": "##, ###, #### etc. urmat de spațiu pentru titluri",
"inPageSearch": "caută în interiorul paginii",
"insertDateTime": "inserează data și timpul curente la poziția cursorului",
- "jumpToParentNote": "Backspace - sari la pagina părinte",
+ "jumpToParentNote": "sari la pagina părinte",
"jumpToTreePane": "sari către arborele de notițe și scrolează către notița activă",
"markdownAutoformat": "Formatare în stil Markdown",
"moveNoteUpDown": "mută notița sus/jos în lista de notițe",
"moveNoteUpHierarchy": "mută notița mai sus în ierarhie",
"movingCloningNotes": "Mutarea/clonarea notițelor",
"multiSelectNote": "selectează multiplu notița de sus/jos",
- "newTabNoteLink": "CTRL+clic - (sau clic mijlociu) pe o legătură către o notiță va deschide notița într-un tab nou",
+ "newTabNoteLink": "pe o legătură către o notiță va deschide notița într-un tab nou",
"notSet": "nesetat",
"noteNavigation": "Navigarea printre notițe",
"numberedList": "1. sau 1) urmat de spațiu pentru o listă numerotată",
@@ -657,13 +649,13 @@
"reloadFrontend": "reîncarcă interfața Trilium",
"scrollToActiveNote": "scrolează la notița activă",
"selectAllNotes": "selectează toate notițele din nivelul curent",
- "selectNote": "Shift+Click - selectează notița",
+ "selectNote": "selectează notița",
"showDevTools": "afișează instrumentele de dezvoltatori",
"showJumpToNoteDialog": "afișează ecranul „Sari la”",
"showSQLConsole": "afișează consola SQL",
"tabShortcuts": "Scurtături pentru tab-uri",
"troubleshooting": "Unelte pentru depanare",
- "newTabWithActivationNoteLink": "Ctrl+Shift+click - (sau Shift+click mouse mijlociu) pe o legătură către o notiță deschide și activează notița într-un tab nou"
+ "newTabWithActivationNoteLink": "pe o legătură către o notiță deschide și activează notița într-un tab nou"
},
"hide_floating_buttons_button": {
"button_title": "Ascunde butoanele"
@@ -718,7 +710,6 @@
},
"import": {
"chooseImportFile": "Selectați fișierul de importat",
- "close": "Închide",
"codeImportedAsCode": "Importă fișiere identificate drept cod sursă (e.g. .json) drept notițe de tip cod dacă nu este clar din metainformații",
"explodeArchives": "Citește conținutul arhivelor .zip, .enex și .opml.",
"explodeArchivesTooltip": "Dacă această opțiune este bifată atunci Trilium va citi fișiere de tip .zip, .enex și .opml și va crea notițe din fișierele din interiorul acestor arhive. Dacă este nebifat, atunci Trilium va atașa arhiva propriu-zisă la notiță.",
@@ -751,11 +742,10 @@
"box_size_medium": "mediu (~ 30 de rânduri)",
"box_size_prompt": "Dimensiunea căsuței notiței incluse:",
"box_size_small": "mică (~ 10 rânduri)",
- "button_include": "Include notița Enter",
+ "button_include": "Include notița",
"dialog_title": "Includere notița",
"label_note": "Notiță",
- "placeholder_search": "căutați notița după denumirea ei",
- "close": "Închide"
+ "placeholder_search": "căutați notița după denumirea ei"
},
"info": {
"closeButton": "Închide",
@@ -767,8 +757,7 @@
"title": "Atribute moștenite"
},
"jump_to_note": {
- "search_button": "Caută în întregul conținut Ctrl+Enter",
- "close": "Închide",
+ "search_button": "Caută în întregul conținut",
"search_placeholder": "Căutați notițe după nume sau tastați > pentru comenzi..."
},
"left_pane_toggle": {
@@ -781,10 +770,9 @@
},
"markdown_import": {
"dialog_title": "Importă Markdown",
- "import_button": "Importă Ctrl+Enter",
+ "import_button": "Importă",
"import_success": "Conținutul Markdown a fost importat în document.",
- "modal_body_text": "Din cauza limitărilor la nivel de navigator, nu este posibilă citirea clipboard-ului din JavaScript. Inserați Markdown-ul pentru a-l importa în caseta de mai jos și dați clic pe butonul Import",
- "close": "Închide"
+ "modal_body_text": "Din cauza limitărilor la nivel de navigator, nu este posibilă citirea clipboard-ului din JavaScript. Inserați Markdown-ul pentru a-l importa în caseta de mai jos și dați clic pe butonul Import"
},
"max_content_width": {
"apply_changes_description": "Pentru a aplica schimbările de lățime a conținutului, dați click pe",
@@ -817,12 +805,11 @@
"move_to": {
"dialog_title": "Mută notițele în...",
"error_no_path": "Nicio cale la care să poată fi mutate.",
- "move_button": "Mută la notița selectată enter",
+ "move_button": "Mută la notița selectată",
"move_success_message": "Notițele selectate au fost mutate în",
"notes_to_move": "Notițe de mutat",
"search_placeholder": "căutați notița după denumirea ei",
- "target_parent_note": "Notița părinte destinație",
- "close": "Închide"
+ "target_parent_note": "Notița părinte destinație"
},
"native_title_bar": {
"disabled": "dezactivată",
@@ -897,8 +884,7 @@
"note_type_chooser": {
"modal_body": "Selectați tipul notiței/șablonul pentru noua notiță:",
"modal_title": "Selectați tipul notiței",
- "templates": "Șabloane:",
- "close": "Închide",
+ "templates": "Șabloane",
"change_path_prompt": "Selectați locul unde să se creeze noua notiță:",
"search_placeholder": "căutare cale notiță după nume (cea implicită dacă este necompletat)"
},
@@ -954,9 +940,7 @@
},
"password_not_set": {
"body1": "Notițele protejate sunt criptate utilizând parola de utilizator, dar nu a fost setată nicio parolă.",
- "body2": "Pentru a putea să protejați notițe, clic aici pentru a deschide ecranul de opțiuni și pentru a seta parola.",
- "title": "Parola nu este setată",
- "close": "Închide"
+ "title": "Parola nu este setată"
},
"promoted_attributes": {
"add_new_attribute": "Adaugă un nou atribut",
@@ -971,9 +955,8 @@
},
"prompt": {
"defaultTitle": "Aviz",
- "ok": "OK enter",
- "title": "Aviz",
- "close": "Închide"
+ "ok": "OK",
+ "title": "Aviz"
},
"protected_session": {
"enter_password_instruction": "Afișarea notițelor protejate necesită introducerea parolei:",
@@ -992,7 +975,7 @@
"form_label": "Pentru a putea continua cu acțiunea cerută este nevoie să fie pornită sesiunea protejată prin introducerea parolei:",
"help_title": "Informații despre notițe protejate",
"modal_title": "Sesiune protejată",
- "start_button": "Pornește sesiunea protejată enter"
+ "start_button": "Pornește sesiunea protejată"
},
"protected_session_status": {
"active": "Sesiunea protejată este activă. Clic pentru a închide sesiunea protejată.",
@@ -1004,8 +987,7 @@
"erase_notes_button": "Elimină notițele șterse",
"no_changes_message": "Încă nicio schimbare...",
"title": "Modificări recente",
- "undelete_link": "restaurare",
- "close": "Închide"
+ "undelete_link": "restaurare"
},
"relation_map": {
"cannot_match_transform": "Nu s-a putut identifica transformarea: {{transform}}",
@@ -1084,8 +1066,7 @@
"revisions_deleted": "Notița reviziei a fost ștearsă.",
"maximum_revisions": "Numărul maxim de revizii pentru notița curentă: {{number}}.",
"settings": "Setări revizii ale notițelor",
- "snapshot_interval": "Intervalul de creare a reviziilor pentru notițe: {{seconds}}s.",
- "close": "Închide"
+ "snapshot_interval": "Intervalul de creare a reviziilor pentru notițe: {{seconds}}s."
},
"revisions_button": {
"note_revisions": "Revizii ale notiței"
@@ -1193,15 +1174,14 @@
"folders": "Dosare",
"natural_sort": "Ordonare naturală",
"natural_sort_language": "Limba pentru ordonare naturală",
- "sort": "Ordonare Enter",
+ "sort": "Ordonare",
"sort_children_by": "Ordonează subnotițele după...",
"sort_folders_at_top": "ordonează dosarele primele",
"sort_with_respect_to_different_character_sorting": "ordonează respectând regulile de sortare și clasificare diferite în funcție de limbă și regiune.",
"sorting_criteria": "Criterii de ordonare",
"sorting_direction": "Direcția de ordonare",
"the_language_code_for_natural_sort": "Codul limbii pentru ordonarea naturală, e.g. „zn-CN” pentru chineză.",
- "title": "titlu",
- "close": "Închide"
+ "title": "titlu"
},
"spellcheck": {
"available_language_codes_label": "Coduri de limbă disponibile:",
@@ -1253,12 +1233,9 @@
"unit": "caractere"
},
"theme": {
- "auto_theme": "Temă auto (se adaptează la schema de culori a sistemului)",
- "dark_theme": "Temă întunecată",
- "light_theme": "Temă luminoasă",
- "triliumnext": "TriliumNext Beta (se adaptează la schema de culori a sistemului)",
- "triliumnext-light": "TriliumNext Beta (luminoasă)",
- "triliumnext-dark": "TriliumNext Beta (întunecată)",
+ "triliumnext": "Trilium (se adaptează la schema de culori a sistemului)",
+ "triliumnext-light": "Trilium (luminoasă)",
+ "triliumnext-dark": "Trilium (întunecată)",
"override_theme_fonts_label": "Suprascrie fonturile temei",
"theme_label": "Temă",
"title": "Tema aplicației",
@@ -1311,13 +1288,12 @@
},
"upload_attachments": {
"choose_files": "Selectați fișierele",
- "files_will_be_uploaded": "Fișierele vor fi încărcate ca atașamente în",
+ "files_will_be_uploaded": "Fișierele vor fi încărcate ca atașamente în {{noteTitle}}",
"options": "Opțuni",
"shrink_images": "Micșorează imaginile",
"tooltip": "Dacă această opțiune este bifată, Trilium va încerca micșorarea imaginilor încărcate prin scalarea și optimizarea lor, aspect ce va putea afecta calitatea imaginilor. Dacă nu este bifată, imaginile vor fi încărcate fără nicio schimbare.",
"upload": "Încărcare",
- "upload_attachments_to_note": "Încarcă atașamentele la notiță",
- "close": "Închide"
+ "upload_attachments_to_note": "Încarcă atașamentele la notiță"
},
"vacuum_database": {
"button_text": "Compactează baza de date",
@@ -1673,10 +1649,6 @@
"note-has-been-deleted": "Notița a fost ștearsă.",
"quick-edit": "Editare rapidă"
},
- "notes": {
- "duplicate-note-suffix": "(dupl.)",
- "duplicate-note-title": "{{- noteTitle }} {{ duplicateNoteSuffix }}"
- },
"geo-map-context": {
"open-location": "Deschide locația",
"remove-from-map": "Înlătură de pe hartă",
@@ -1731,9 +1703,6 @@
"description": "Selectați una sau mai multe limbi ce vor apărea în selecția limbii din cadrul secțiunii „Proprietăți de bază” pentru notițele de tip text (editabile sau doar în citire).",
"title": "Limbi pentru conținutul notițelor"
},
- "hidden-subtree": {
- "localization": "Limbă și regiune"
- },
"note_language": {
"configure-languages": "Configurează limbile...",
"not_set": "Nedefinită"
@@ -2014,5 +1983,8 @@
},
"content_renderer": {
"open_externally": "Deschide în afara programului"
+ },
+ "modal": {
+ "close": "Închide"
}
}
diff --git a/apps/client/src/translations/ru/translation.json b/apps/client/src/translations/ru/translation.json
index 18bd17953..7eaadcc3e 100644
--- a/apps/client/src/translations/ru/translation.json
+++ b/apps/client/src/translations/ru/translation.json
@@ -1,6 +1,5 @@
{
"about": {
- "close": "Закрыть",
"app_version": "Версия приложения:",
"db_version": "Версия базы данных:",
"sync_version": "Версия синхронизации:",
@@ -27,7 +26,6 @@
},
"add_link": {
"add_link": "Добавить ссылку",
- "close": "Закрыть",
"note": "Заметка",
"link_title": "Заголовок ссылки",
"link_title_arbitrary": "заголовок ссылки может быть изменен произвольно",
@@ -37,7 +35,6 @@
"link_title_mirrors": "название ссылки отражает текущий заголовок заметки"
},
"branch_prefix": {
- "close": "Закрыть",
"save": "Сохранить",
"edit_branch_prefix": "Редактировать префикс ветки",
"prefix": "Префикс: ",
@@ -50,7 +47,6 @@
"relations": "Связи",
"notes": "Заметки",
"other": "Прочее",
- "close": "Закрыть",
"affected_notes": "Затронутые заметки",
"include_descendants": "Включать потомков выбранных заметок",
"execute_bulk_actions": "Выполнить массовые действия",
@@ -61,7 +57,6 @@
},
"confirm": {
"confirmation": "Подтверждение",
- "close": "Закрыть",
"cancel": "Отмена",
"ok": "ОК",
"are_you_sure_remove_note": "Вы уверены, что хотите удалить заметку \"{{title}}\" из карты связей? ",
@@ -111,12 +106,9 @@
"theme": {
"theme_label": "Тема",
"override_theme_fonts_label": "Переопределить шрифты темы",
- "auto_theme": "Авто",
- "light_theme": "Светлая",
- "dark_theme": "Темная",
- "triliumnext": "TriliumNext Beta (следует системной цветовой схеме)",
- "triliumnext-light": "TriliumNext Beta (Светлая)",
- "triliumnext-dark": "TriliumNext Beta (Темная)",
+ "triliumnext": "Trilium (следует системной цветовой схеме)",
+ "triliumnext-light": "Trilium (Светлая)",
+ "triliumnext-dark": "Trilium (Темная)",
"title": "Тема приложения",
"layout": "Макет",
"layout-vertical-title": "Вертикальный",
@@ -182,7 +174,6 @@
},
"clone_to": {
"clone_notes_to": "Клонировать заметки в...",
- "close": "Закрыть",
"notes_to_clone": "Заметки для клонирования",
"target_parent_note": "Целевая родительская заметка",
"search_for_note_by_its_name": "поиск заметки по ее названию",
@@ -212,8 +203,6 @@
"format_pdf": "PDF - для печати или обмена."
},
"help": {
- "fullDocumentation": "Помощь (полная документация доступна онлайн)",
- "close": "Закрыть",
"noteNavigation": "Навигация по заметке",
"goUpDown": "UP, DOWN - вверх/вниз в списке заметок",
"collapseExpand": " LEFT, RIGHT - свернуть/развернуть узел",
@@ -287,7 +276,6 @@
"import-status": "Статус импорта",
"in-progress": "Импорт в процессе: {{progress}}",
"successful": "Импорт успешно завершен.",
- "close": "Закрыть",
"options": "Опции",
"importDescription": "Содержимое выбранных файлов будет импортировано как дочерние заметки в",
"safeImportTooltip": "Файлы экспорта Trilium .zip могут содержать исполняемые скрипты, которые могут быть вредоносными. Безопасный импорт отключит автоматическое выполнение всех импортированных скриптов. Снимите флажок «Безопасный импорт» только в том случае, если импортируемый архив должен содержать исполняемые скрипты, и вы полностью доверяете содержимому импортируемого файла.",
@@ -299,7 +287,6 @@
"markdown_import": {
"dialog_title": "Импорт Markdown",
"modal_body_text": "Из-за особенностей браузера песочница не позволяет напрямую читать буфер обмена из JavaScript. Вставьте разметку Markdown для импорта в текстовую область ниже и нажмите кнопку «Импорт»",
- "close": "Закрыть",
"import_button": "Импорт Ctrl+Enter",
"import_success": "Содержимое Markdown импортировано в документ."
},
@@ -307,13 +294,11 @@
"modal_title": "Выберите тип заметки",
"modal_body": "Выберите тип / шаблон новой заметки:",
"templates": "Шаблоны:",
- "close": "Закрыть",
"change_path_prompt": "Изменить место создания новой заметки:",
"search_placeholder": "поиск пути по имени (по умолчанию, если пусто)"
},
"password_not_set": {
"title": "Пароль не установлен",
- "close": "Закрыть",
"body1": "Защищенные заметки шифруются с помощью пароля пользователя, но пароль еще не установлен.",
"body2": "Чтобы иметь возможность защищать заметки, нажмите здесь, чтобы установить пароль."
},
@@ -328,7 +313,6 @@
"title": "Последние изменения",
"erase_notes_button": "Удалить заметки, помеченные на удаление сейчас",
"undelete_link": "восстановить",
- "close": "Закрыть",
"no_changes_message": "Еще нет изменений...",
"deleted_notes_message": "Удаленные заметки были стерты окончательно.",
"confirm_undelete": "Вы хотите восстановить эту заметку и ее подзаметки?"
@@ -340,7 +324,6 @@
"delete_all_revisions": "Удалить все версии этой заметки",
"delete_all_button": "Удалить все версии",
"help_title": "Помощь по версиям заметок",
- "close": "Закрыть",
"confirm_delete_all": "Вы хотите удалить все версии этой заметки?",
"revision_last_edited": "Эта версия последний раз редактировалась {{date}}",
"confirm_restore": "Хотите восстановить эту версию? Текущее название и содержание заметки будут перезаписаны этой версией.",
@@ -360,7 +343,6 @@
},
"sort_child_notes": {
"sort_children_by": "Сортировать дочерние заметки по...",
- "close": "Закрыть",
"sorting_criteria": "Критерии сортировки",
"title": "наименованию",
"date_created": "дате создания",
@@ -378,7 +360,6 @@
},
"upload_attachments": {
"upload_attachments_to_note": "Загрузить вложения к заметке",
- "close": "Закрыть",
"choose_files": "Выберите файлы",
"files_will_be_uploaded": "Файлы будут загружены как приложения в",
"options": "Параметры",
@@ -659,12 +640,10 @@
"modalTitle": "Информация"
},
"jump_to_note": {
- "close": "Закрыть",
"search_placeholder": "Найдите заметку по ее названию или введите > для команд...",
"search_button": "Поиск по всему тексту Ctrl+Enter"
},
"move_to": {
- "close": "Закрыть",
"target_parent_note": "Целевая родительская заметка",
"notes_to_move": "Заметки к переносу",
"dialog_title": "Переместить заметки в ...",
@@ -675,7 +654,6 @@
},
"prompt": {
"title": "Запрос",
- "close": "Закрыть",
"defaultTitle": "Запрос",
"ok": "OK enter"
},
@@ -1063,7 +1041,6 @@
},
"include_note": {
"dialog_title": "Вставить заметку",
- "close": "Закрыть",
"label_note": "Заметка",
"button_include": "Вставить заметку enter",
"placeholder_search": "поиск заметки по ее названию",
diff --git a/apps/client/src/translations/sl/translation.json b/apps/client/src/translations/sl/translation.json
new file mode 100644
index 000000000..cbd702bc0
--- /dev/null
+++ b/apps/client/src/translations/sl/translation.json
@@ -0,0 +1,9 @@
+{
+ "about": {
+ "title": "Podrobnosti Trilium Notes",
+ "homepage": "Domača stran:",
+ "app_version": "Verzija aplikacije:",
+ "db_version": "Verzija DB:",
+ "sync_version": "Verzija Sync:"
+ }
+}
diff --git a/apps/client/src/translations/sr/translation.json b/apps/client/src/translations/sr/translation.json
index 9c9f1a605..dd0ff6ff9 100644
--- a/apps/client/src/translations/sr/translation.json
+++ b/apps/client/src/translations/sr/translation.json
@@ -1,7 +1,6 @@
{
"about": {
"title": "O Trilium Belеškama",
- "close": "Zatvori",
"homepage": "Početna stranica:",
"app_version": "Verzija aplikacije:",
"db_version": "Verzija baze podataka:",
@@ -28,7 +27,6 @@
"add_link": {
"add_link": "Dodaj link",
"help_on_links": "Pomoć na linkovima",
- "close": "Zatvori",
"note": "Beleška",
"search_note": "potražite belešku po njenom imenu",
"link_title_mirrors": "naziv linka preslikava trenutan naziv beleške",
@@ -39,14 +37,12 @@
"branch_prefix": {
"edit_branch_prefix": "Izmeni prefiks grane",
"help_on_tree_prefix": "Pomoć na prefiksu Drveta",
- "close": "Zatvori",
"prefix": "Prefiks: ",
"save": "Sačuvaj",
"branch_prefix_saved": "Prefiks grane je sačuvan."
},
"bulk_actions": {
"bulk_actions": "Grupne akcije",
- "close": "Zatvori",
"affected_notes": "Pogođene beleške",
"include_descendants": "Obuhvati potomke izabranih beleški",
"available_actions": "Dostupne akcije",
@@ -61,7 +57,6 @@
},
"clone_to": {
"clone_notes_to": "Klonirajte beleške u...",
- "close": "Zatvori",
"help_on_links": "Pomoć na linkovima",
"notes_to_clone": "Beleške za kloniranje",
"target_parent_note": "Ciljna nadređena beleška",
@@ -74,7 +69,6 @@
},
"confirm": {
"confirmation": "Potvrda",
- "close": "Zatvori",
"cancel": "Otkaži",
"ok": "U redu",
"are_you_sure_remove_note": "Da li ste sigurni da želite da uklonite belešku \"{{title}}\" iz mape odnosa? ",
@@ -113,8 +107,6 @@
"format_pdf": "PDF - za namene štampanja ili deljenja."
},
"help": {
- "fullDocumentation": "Pomoć (puna dokumentacija je dostupna online)",
- "close": "Zatvori",
"noteNavigation": "Navigacija beleški",
"goUpDown": "UP, DOWN - kretanje gore/dole u listi sa beleškama",
"collapseExpand": "LEFT, RIGHT - sakupi/proširi čvor",
@@ -122,12 +114,12 @@
"goBackForwards": "idi u nazad/napred kroz istoriju",
"showJumpToNoteDialog": "prikaži \"Idi na\" dijalog",
"scrollToActiveNote": "skroluj do aktivne beleške",
- "jumpToParentNote": "Backspace - idi do nadređene beleške",
+ "jumpToParentNote": "idi do nadređene beleške",
"collapseWholeTree": "sakupi celo drvo beleški",
"collapseSubTree": "sakupi pod-drvo",
"tabShortcuts": "Prečice na karticama",
- "newTabNoteLink": "Ctrl+click - (ili middle mouse click) na link beleške otvara belešku u novoj kartici",
- "newTabWithActivationNoteLink": "Ctrl+Shift+click - (ili Shift+middle mouse click) na link beleške otvara i aktivira belešku u novoj kartici",
+ "newTabNoteLink": "na link beleške otvara belešku u novoj kartici",
+ "newTabWithActivationNoteLink": "na link beleške otvara i aktivira belešku u novoj kartici",
"onlyInDesktop": "Samo na dektop-u (Electron verzija)",
"openEmptyTab": "otvori praznu karticu",
"closeActiveTab": "zatvori aktivnu karticu",
@@ -142,14 +134,14 @@
"moveNoteUpHierarchy": "pomeri belešku na gore u hijerarhiji",
"multiSelectNote": "višestruki izbor beleški iznad/ispod",
"selectAllNotes": "izaberi sve beleške u trenutnom nivou",
- "selectNote": "Shift+click - izaberi belešku",
+ "selectNote": "izaberi belešku",
"copyNotes": "kopiraj aktivnu belešku (ili trenutni izbor) u privremenu memoriju (koristi se za kloniranje)",
"cutNotes": "iseci trenutnu belešku (ili trenutni izbor) u privremenu memoriju (koristi se za premeštanje beleški)",
"pasteNotes": "nalepi belešku/e kao podbelešku u aktivnoj belešci (koja se ili premešta ili klonira u zavisnosti od toga da li je beleška kopirana ili isečena u privremenu memoriju)",
"deleteNotes": "obriši belešku / podstablo",
"editingNotes": "Izmena beleški",
"editNoteTitle": "u ravni drveta će se prebaciti sa ravni drveta na naslov beleške. Ulaz sa naslova beleške će prebaciti fokus na uređivač teksta. Ctrl+. će se vratiti sa uređivača na ravan drveta.",
- "createEditLink": "Ctrl+K - napravi / izmeni spoljašnji link",
+ "createEditLink": "napravi / izmeni spoljašnji link",
"createInternalLink": "napravi unutrašnji link",
"followLink": "prati link ispod kursora",
"insertDateTime": "ubaci trenutan datum i vreme na poziciju kursora",
@@ -169,7 +161,6 @@
},
"import": {
"importIntoNote": "Uvezi u belešku",
- "close": "Zatvori",
"chooseImportFile": "Izaberi datoteku za uvoz",
"importDescription": "Sadržaj izabranih datoteka će biti uvezen kao podbeleške u",
"options": "Opcije",
@@ -196,14 +187,13 @@
},
"include_note": {
"dialog_title": "Uključi belešku",
- "close": "Zatvori",
"label_note": "Beleška",
"placeholder_search": "pretraži belešku po njenom imenu",
"box_size_prompt": "Veličina kutije priložene beleške:",
"box_size_small": "mala (~ 10 redova)",
"box_size_medium": "srednja (~ 30 redova)",
"box_size_full": "puna (kutija prikazuje ceo tekst)",
- "button_include": "Uključi belešku enter"
+ "button_include": "Uključi belešku"
},
"info": {
"modalTitle": "Informativna poruka",
@@ -212,23 +202,20 @@
},
"jump_to_note": {
"search_placeholder": "Pretraži belešku po njenom imenu ili unesi > za komande...",
- "close": "Zatvori",
"search_button": "Pretraga u punom tekstu Ctrl+Enter"
},
"markdown_import": {
"dialog_title": "Uvoz za Markdown",
- "close": "Zatvori",
"modal_body_text": "Zbog Sandbox-a pretraživača nije moguće direktno učitati privremenu memoriju iz JavaScript-a. Molimo vas da nalepite Markdown za uvoz u tekstualno polje ispod i kliknete na dugme za uvoz",
- "import_button": "Uvoz Ctrl+Enter",
+ "import_button": "Uvoz",
"import_success": "Markdown sadržaj je učitan u dokument."
},
"move_to": {
"dialog_title": "Premesti beleške u ...",
- "close": "Zatvori",
"notes_to_move": "Beleške za premeštanje",
"target_parent_note": "Ciljana nadbeleška",
"search_placeholder": "potraži belešku po njenom imenu",
- "move_button": "Pređi na izabranu belešku enter",
+ "move_button": "Pređi na izabranu belešku",
"error_no_path": "Nema putanje za premeštanje.",
"move_success_message": "Izabrane beleške su premeštene u "
},
@@ -236,19 +223,16 @@
"change_path_prompt": "Promenite gde će se napraviti nova beleška:",
"search_placeholder": "pretraži putanju po njenom imenu (podrazumevano ako je prazno)",
"modal_title": "Izaberite tip beleške",
- "close": "Zatvori",
"modal_body": "Izaberite tip beleške / šablon za novu belešku:",
- "templates": "Šabloni:"
+ "templates": "Šabloni"
},
"password_not_set": {
"title": "Lozinka nije podešena",
- "close": "Zatvori",
"body1": "Zaštićene beleške su enkriptovane sa korisničkom lozinkom, ali lozinka još uvek nije podešena.",
"body2": "Za biste mogli da sačuvate beleške, kliknite ovde da otvorite dijalog sa Opcijama i podesite svoju lozinku."
},
"prompt": {
"title": "Upit",
- "close": "Zatvori",
"ok": "U redu enter",
"defaultTitle": "Upit"
},
@@ -257,12 +241,11 @@
"help_title": "Pomoć za Zaštićene beleške",
"close_label": "Zatvori",
"form_label": "Da biste nastavili sa traženom akcijom moraćete započeti zaštićenu sesiju tako što ćete uneti lozinku:",
- "start_button": "Započni zaštićenu sesiju enter"
+ "start_button": "Započni zaštićenu sesiju"
},
"recent_changes": {
"title": "Nedavne promene",
"erase_notes_button": "Obriši izabrane beleške odmah",
- "close": "Zatvori",
"deleted_notes_message": "Obrisane beleške su uklonjene.",
"no_changes_message": "Još uvek nema izmena...",
"undelete_link": "poništi brisanje",
@@ -273,7 +256,6 @@
"delete_all_revisions": "Obriši sve revizije ove beleške",
"delete_all_button": "Obriši sve revizije",
"help_title": "Pomoć za Revizije beleški",
- "close": "Zatvori",
"revision_last_edited": "Ova revizija je poslednji put izmenjena {{date}}",
"confirm_delete_all": "Da li želite da obrišete sve revizije ove beleške?",
"no_revisions": "Još uvek nema revizija za ovu belešku...",
@@ -295,7 +277,6 @@
},
"sort_child_notes": {
"sort_children_by": "Sortiranje podbeleški po...",
- "close": "Zatvori",
"sorting_criteria": "Kriterijum za sortiranje",
"title": "naslov",
"date_created": "datum kreiranja",
@@ -309,13 +290,12 @@
"sort_with_respect_to_different_character_sorting": "sortiranje sa poštovanjem različitih pravila sortiranja karaktera i kolacija u različitim jezicima ili regionima.",
"natural_sort_language": "Jezik za prirodno sortiranje",
"the_language_code_for_natural_sort": "Kod jezika za prirodno sortiranje, npr. \"zh-CN\" za Kineski.",
- "sort": "Sortiraj enter"
+ "sort": "Sortiraj"
},
"upload_attachments": {
"upload_attachments_to_note": "Otpremite priloge uz belešku",
- "close": "Zatvori",
"choose_files": "Izaberite datoteke",
- "files_will_be_uploaded": "Datoteke će biti otpremljene kao prilozi u",
+ "files_will_be_uploaded": "Datoteke će biti otpremljene kao prilozi u {{noteTitle}}",
"options": "Opcije",
"shrink_images": "Smanji slike",
"upload": "Otpremi",
diff --git a/apps/client/src/translations/tr/translation.json b/apps/client/src/translations/tr/translation.json
index 52cf4df68..5aff8ed84 100644
--- a/apps/client/src/translations/tr/translation.json
+++ b/apps/client/src/translations/tr/translation.json
@@ -1,71 +1,26 @@
{
"about": {
- "close": "Kapat",
"homepage": "Giriş sayfası:",
"app_version": "Uygulama versiyonu:",
"db_version": "Veritabanı versiyonu:"
},
- "add_link": {
- "close": "Kapat"
- },
"branch_prefix": {
- "close": "Kapat",
"save": "Kaydet"
},
- "bulk_actions": {
- "close": "Kapat"
- },
- "clone_to": {
- "close": "Kapat"
- },
- "confirm": {
- "close": "Kapat"
- },
- "recent_changes": {
- "close": "Kapat"
- },
"delete_notes": {
"close": "Kapat"
},
"export": {
"close": "Kapat"
},
- "help": {
- "close": "Kapat"
- },
- "include_note": {
- "close": "Kapat"
- },
"import": {
- "close": "Kapat",
"chooseImportFile": "İçe aktarım dosyası",
"importDescription": "Seçilen dosya(lar) alt not olarak içe aktarılacaktır"
},
"info": {
"closeButton": "Kapat"
},
- "jump_to_note": {
- "close": "Kapat"
- },
- "markdown_import": {
- "close": "Kapat"
- },
- "move_to": {
- "close": "Kapat"
- },
- "note_type_chooser": {
- "close": "Kapat"
- },
- "password_not_set": {
- "close": "Kapat"
- },
- "prompt": {
- "close": "Kapat"
- },
"protected_session_password": {
"close_label": "Kapat"
- },
- "revisions": {
- "close": "Kapat"
}
}
diff --git a/apps/client/src/translations/tw/translation.json b/apps/client/src/translations/tw/translation.json
index 79ed4fb66..3768fa621 100644
--- a/apps/client/src/translations/tw/translation.json
+++ b/apps/client/src/translations/tw/translation.json
@@ -1,1547 +1,2002 @@
{
- "about": {
- "title": "關於 Trilium Notes",
- "homepage": "項目主頁:",
- "app_version": "軟件版本:",
- "db_version": "資料庫版本:",
- "sync_version": "同步版本:",
- "build_date": "編譯日期:",
- "build_revision": "編譯版本:",
- "data_directory": "數據目錄:"
- },
- "toast": {
- "critical-error": {
- "title": "嚴重錯誤",
- "message": "發生了嚴重錯誤,導致客戶端應用程式無法啓動:\n\n{{message}}\n\n這很可能是由於腳本以意外的方式失敗引起的。請嘗試以安全模式啓動應用程式並解決問題。"
- },
- "widget-error": {
- "title": "小部件初始化失敗",
- "message-custom": "來自 ID 為 \"{{id}}\"、標題為 \"{{title}}\" 的筆記的自定義小部件因以下原因無法初始化:\n\n{{message}}",
- "message-unknown": "未知小部件因以下原因無法初始化:\n\n{{message}}"
- },
- "bundle-error": {
- "title": "加載自定義腳本失敗",
- "message": "來自 ID 為 \"{{id}}\"、標題為 \"{{title}}\" 的筆記的腳本因以下原因無法執行:\n\n{{message}}"
- }
- },
- "add_link": {
- "add_link": "添加鏈接",
- "help_on_links": "鏈接幫助",
- "close": "關閉",
- "note": "筆記",
- "search_note": "按名稱搜尋筆記",
- "link_title_mirrors": "鏈接標題跟隨筆記標題變化",
- "link_title_arbitrary": "鏈接標題可隨意修改",
- "link_title": "鏈接標題",
- "button_add_link": "添加鏈接 Enter"
- },
- "branch_prefix": {
- "edit_branch_prefix": "編輯分支前綴",
- "help_on_tree_prefix": "有關樹前綴的幫助",
- "close": "關閉",
- "prefix": "前綴:",
- "save": "保存",
- "branch_prefix_saved": "已保存分支前綴。"
- },
- "bulk_actions": {
- "bulk_actions": "批量操作",
- "close": "關閉",
- "affected_notes": "受影響的筆記",
- "include_descendants": "包括所選筆記的子筆記",
- "available_actions": "可用操作",
- "chosen_actions": "選擇的操作",
- "execute_bulk_actions": "執行批量操作",
- "bulk_actions_executed": "已成功執行批量操作。",
- "none_yet": "暫無操作 ... 通過點擊上方的可用操作添加一個操作。",
- "labels": "標籤",
- "relations": "關聯關係",
- "notes": "筆記",
- "other": "其它"
- },
- "clone_to": {
- "clone_notes_to": "複製筆記到...",
- "help_on_links": "鏈接幫助",
- "notes_to_clone": "要複製的筆記",
- "target_parent_note": "目標上級筆記",
- "search_for_note_by_its_name": "按名稱搜尋筆記",
- "cloned_note_prefix_title": "複製的筆記將在筆記樹中顯示給定的前綴",
- "prefix_optional": "前綴(可選)",
- "clone_to_selected_note": "複製到選定的筆記 Enter",
- "no_path_to_clone_to": "沒有複製路徑。",
- "note_cloned": "筆記 \"{{clonedTitle}}\" 已複製到 \"{{targetTitle}}\""
- },
- "confirm": {
- "confirmation": "確認",
- "cancel": "取消",
- "ok": "確定",
- "are_you_sure_remove_note": "確定要從關係圖中移除筆記 \"{{title}}\" ?",
- "if_you_dont_check": "如果不選中此項,筆記將僅從關係圖中移除。",
- "also_delete_note": "同時刪除筆記"
- },
- "delete_notes": {
- "delete_notes_preview": "刪除筆記預覽",
- "delete_all_clones_description": "同時刪除所有複製(可以在最近修改中撤消)",
- "erase_notes_description": "通常(軟)刪除僅標記筆記為已刪除,可以在一段時間內通過最近修改對話框撤消。選中此選項將立即擦除筆記,無法撤銷。",
- "erase_notes_warning": "永久擦除筆記(無法撤銷),包括所有複製。這將強制應用程式重新加載。",
- "notes_to_be_deleted": "將刪除以下筆記 ({{- noteCount}})",
- "no_note_to_delete": "沒有筆記將被刪除(僅複製)。",
- "broken_relations_to_be_deleted": "將刪除以下關係並斷開連接 ({{- relationCount}})",
- "cancel": "取消",
- "ok": "確定",
- "deleted_relation_text": "筆記 {{- note}} (將被刪除的筆記) 被以下關係 {{- relation}} 引用, 來自 {{- source}}。"
- },
- "export": {
- "export_note_title": "匯出筆記",
- "close": "關閉",
- "export_type_subtree": "此筆記及其所有子筆記",
- "format_html_zip": "HTML ZIP 歸檔 - 建議使用此選項,因為它保留了所有格式。",
- "format_markdown": "Markdown - 保留大部分格式。",
- "format_opml": "OPML - 大綱交換格式,僅限文字。不包括格式、圖片和文件。",
- "opml_version_1": "OPML v1.0 - 僅限純文字",
- "opml_version_2": "OPML v2.0 - 還允許 HTML",
- "export_type_single": "僅此筆記,不包括子筆記",
- "export": "匯出",
- "choose_export_type": "請先選擇匯出類型",
- "export_status": "匯出狀態",
- "export_in_progress": "匯出進行中:{{progressCount}}",
- "export_finished_successfully": "匯出成功完成。"
- },
- "help": {
- "fullDocumentation": "幫助(完整在線文檔)",
- "close": "關閉",
- "noteNavigation": "筆記導航",
- "goUpDown": "UP, DOWN - 在筆記列表中向上/向下移動",
- "collapseExpand": "LEFT, RIGHT - 折疊/展開節點",
- "notSet": "未設定",
- "goBackForwards": "在歷史記錄中前後移動",
- "showJumpToNoteDialog": "顯示\"跳轉到\" 對話框",
- "scrollToActiveNote": "滾動到活動筆記",
- "jumpToParentNote": "Backspace - 跳轉到上級筆記",
- "collapseWholeTree": "折疊整個筆記樹",
- "collapseSubTree": "折疊子樹",
- "tabShortcuts": "標籤快捷鍵",
- "newTabNoteLink": "CTRL+click - 在筆記鏈接上使用CTRL+點擊(或中鍵點擊)在新標籤中打開筆記",
- "onlyInDesktop": "僅在桌面版(電子構建)中",
- "openEmptyTab": "打開空白標籤頁",
- "closeActiveTab": "關閉活動標籤頁",
- "activateNextTab": "激活下一個標籤頁",
- "activatePreviousTab": "激活上一個標籤頁",
- "creatingNotes": "新增筆記",
- "createNoteAfter": "在活動筆記後新增新筆記",
- "createNoteInto": "在活動筆記中新增新子筆記",
- "editBranchPrefix": "編輯活動筆記複製的前綴",
- "movingCloningNotes": "移動/複製筆記",
- "moveNoteUpDown": "在筆記列表中向上/向下移動筆記",
- "moveNoteUpHierarchy": "在層級結構中向上移動筆記",
- "multiSelectNote": "多選上/下筆記",
- "selectAllNotes": "選擇當前級別的所有筆記",
- "selectNote": "Shift+Click - 選擇筆記",
- "copyNotes": "將活動筆記(或當前選擇)複製到剪貼簿(用於複製)",
- "cutNotes": "將當前筆記(或當前選擇)剪下到剪貼簿(用於移動筆記)",
- "pasteNotes": "將筆記貼上為活動筆記的子筆記(根據是複製還是剪下到剪貼簿來決定是移動還是複製)",
- "deleteNotes": "刪除筆記/子樹",
- "editingNotes": "編輯筆記",
- "editNoteTitle": "在樹形筆記樹中,焦點會從筆記樹切換到筆記標題。按下 Enter 鍵會將焦點從筆記標題切換到文字編輯器。按下 Ctrl+. 會將焦點從編輯器切換回筆記樹。",
- "createEditLink": "Ctrl+K - 新增/編輯外部鏈接",
- "createInternalLink": "新增內部鏈接",
- "followLink": "跟隨遊標下的鏈接",
- "insertDateTime": "在插入點插入當前日期和時間",
- "jumpToTreePane": "跳轉到樹面板並滾動到活動筆記",
- "markdownAutoformat": "類Markdown自動格式化",
- "headings": "##, ###, #### 等,後跟空格,自動轉換為標題",
- "bulletList": "* 或 - 後跟空格,自動轉換為項目符號列表",
- "numberedList": "1. or 1) 後跟空格,自動轉換為編號列表",
- "blockQuote": "一行以 > 開頭並後跟空格,自動轉換為塊引用",
- "troubleshooting": "故障排除",
- "reloadFrontend": "重新加載Trilium前端",
- "showDevTools": "顯示開發者工具",
- "showSQLConsole": "顯示SQL控制台",
- "other": "其他",
- "quickSearch": "定位到快速搜尋框",
- "inPageSearch": "頁面內搜尋"
- },
- "import": {
- "importIntoNote": "匯入到筆記",
- "close": "關閉",
- "chooseImportFile": "選擇匯入文件",
- "importDescription": "所選文件的內容將作為子筆記匯入到",
- "options": "選項",
- "safeImportTooltip": "Trilium .zip 匯出文件可能包含可能有害的可執行腳本。安全匯入將停用所有匯入腳本的自動執行。僅當您完全信任匯入的可執行腳本的內容時,才取消選中「安全匯入」。",
- "safeImport": "安全匯入",
- "explodeArchivesTooltip": "如果選中此項,則Trilium將讀取.zip、.enex和.opml文件,並從這些歸檔文件內部的文件新增筆記。如果未選中,則Trilium會將這些歸檔文件本身附加到筆記中。",
- "explodeArchives": "讀取.zip、.enex和.opml歸檔文件的內容。",
- "shrinkImagesTooltip": "如果選中此選項,Trilium將嘗試通過縮放和優化來縮小匯入的圖片,這可能會影響圖片的感知質量。如果未選中,圖片將不做修改地匯入。
這不適用於帶有元數據的.zip匯入,因為這些文件已被假定為已優化。
.json)匯入為程式碼筆記",
- "replaceUnderscoresWithSpaces": "在匯入的筆記名稱中將下劃線替換為空格",
- "import": "匯入",
- "failed": "匯入失敗: {{message}}."
- },
- "include_note": {
- "dialog_title": "包含筆記",
- "label_note": "筆記",
- "placeholder_search": "按名稱搜尋筆記",
- "box_size_prompt": "包含筆記的框大小:",
- "box_size_small": "小型 (顯示大約10行)",
- "box_size_medium": "中型 (顯示大約30行)",
- "box_size_full": "完整顯示(完整文字框)",
- "button_include": "包含筆記 Enter"
- },
- "info": {
- "modalTitle": "資訊消息",
- "closeButton": "關閉",
- "okButton": "確定"
- },
- "jump_to_note": {
- "search_button": "全文搜尋 Ctrl+Enter"
- },
- "markdown_import": {
- "dialog_title": "Markdown 匯入",
- "modal_body_text": "由於瀏覽器沙盒的限制,無法直接從 JavaScript 讀取剪貼簿內容。請將要匯入的 Markdown 文字貼上到下面的文字框中,然後點擊匯入按鈕",
- "import_button": "匯入 Ctrl+Enter",
- "import_success": "已成功匯入 Markdown 內容文檔。"
- },
- "move_to": {
- "dialog_title": "移動筆記到...",
- "notes_to_move": "需要移動的筆記",
- "target_parent_note": "目標上級筆記",
- "search_placeholder": "通過名稱搜尋筆記",
- "move_button": "移動到選定的筆記 Enter",
- "error_no_path": "沒有可以移動到的路徑。",
- "move_success_message": "已移動所選筆記到 "
- },
- "note_type_chooser": {
- "modal_title": "選擇筆記類型",
- "modal_body": "選擇新筆記的類型或模板:",
- "templates": "模板:"
- },
- "password_not_set": {
- "title": "密碼未設定",
- "body1": "受保護的筆記使用用戶密碼加密,但密碼尚未設定。",
- "body2": "點擊這裡打開選項對話框並設定您的密碼。"
- },
- "prompt": {
- "title": "提示",
- "ok": "確定 Enter",
- "defaultTitle": "提示"
- },
- "protected_session_password": {
- "modal_title": "保護會話",
- "help_title": "關於保護筆記的幫助",
- "close_label": "關閉",
- "form_label": "輸入密碼進入保護會話以繼續:",
- "start_button": "開始保護會話 Enter"
- },
- "recent_changes": {
- "title": "最近修改",
- "erase_notes_button": "立即清理已刪除的筆記",
- "deleted_notes_message": "已清理刪除的筆記。",
- "no_changes_message": "暫無修改...",
- "undelete_link": "恢復刪除",
- "confirm_undelete": "您確定要恢復此筆記及其子筆記嗎?"
- },
- "revisions": {
- "note_revisions": "筆記歷史版本",
- "delete_all_revisions": "刪除此筆記的所有歷史版本",
- "delete_all_button": "刪除所有歷史版本",
- "help_title": "關於筆記歷史版本的幫助",
- "revision_last_edited": "此歷史版本上次編輯於 {{date}}",
- "confirm_delete_all": "您是否要刪除此筆記的所有歷史版本?",
- "no_revisions": "此筆記暫無歷史版本...",
- "confirm_restore": "您是否要恢復此歷史版本?這將使用此歷史版本覆蓋筆記的當前標題和內容。",
- "confirm_delete": "您是否要刪除此歷史版本?",
- "revisions_deleted": "已刪除筆記歷史版本。",
- "revision_restored": "已恢復筆記歷史版本。",
- "revision_deleted": "已刪除筆記歷史版本。",
- "snapshot_interval": "筆記快照保存間隔: {{seconds}}秒。",
- "maximum_revisions": "當前筆記的最歷史數量: {{number}}。",
- "settings": "筆記歷史設定",
- "download_button": "下載",
- "mime": "MIME類型:",
- "file_size": "文件大小:",
- "preview": "預覽:",
- "preview_not_available": "無法預覽此類型的筆記。"
- },
- "sort_child_notes": {
- "sort_children_by": "按...排序子筆記",
- "sorting_criteria": "排序條件",
- "title": "標題",
- "date_created": "新增日期",
- "date_modified": "修改日期",
- "sorting_direction": "排序方向",
- "ascending": "升序",
- "descending": "降序",
- "folders": "資料夾",
- "sort_folders_at_top": "將資料夾置頂排序",
- "natural_sort": "自然排序",
- "sort_with_respect_to_different_character_sorting": "根據不同語言或地區的字符排序和排序規則排序。",
- "natural_sort_language": "自然排序語言",
- "the_language_code_for_natural_sort": "自然排序的語言程式碼,例如繁體中文的 \"zh-TW\"。",
- "sort": "排序 Enter"
- },
- "upload_attachments": {
- "upload_attachments_to_note": "上傳附件到筆記",
- "choose_files": "選擇文件",
- "files_will_be_uploaded": "文件將作為附件上傳到",
- "options": "選項",
- "shrink_images": "縮小圖片",
- "upload": "上傳",
- "tooltip": "如果您勾選此選項,Trilium 將嘗試通過縮放和優化來縮小上傳的圖片,這可能會影響感知的圖片質量。如果未選中,則將以不進行修改的方式上傳圖片。"
- },
- "attribute_detail": {
- "attr_detail_title": "屬性詳情標題",
- "close_button_title": "取消修改並關閉",
- "attr_is_owned_by": "屬性所有者",
- "attr_name_title": "屬性名稱只能由字母數字字符、冒號和下劃線組成",
- "name": "名稱",
- "value": "值",
- "target_note_title": "關係是源筆記和目標筆記之間的命名連接。",
- "target_note": "目標筆記",
- "promoted_title": "升級屬性在筆記上突出顯示。",
- "promoted": "升級",
- "promoted_alias_title": "在升級屬性界面中顯示的名稱。",
- "promoted_alias": "別名",
- "multiplicity_title": "多重性定義了可以新增的含有相同名稱的屬性的數量 - 最多為1或多於1。",
- "multiplicity": "多重性",
- "single_value": "單值",
- "multi_value": "多值",
- "label_type_title": "標籤類型將幫助 Trilium 選擇適合的界面來輸入標籤值。",
- "label_type": "類型",
- "text": "文字",
- "number": "數字",
- "boolean": "布林值",
- "date": "日期",
- "date_time": "日期和時間",
- "time": "時間",
- "url": "網址",
- "precision_title": "值設定界面中浮點數後的位數。",
- "precision": "精度",
- "digits": "位數",
- "inverse_relation_title": "可選設定,定義此關係與哪個關係相反。例如:上級 - 子級是彼此的反向關係。",
- "inverse_relation": "反向關係",
- "inheritable_title": "可繼承屬性將被繼承到此樹下的所有後代。",
- "inheritable": "可繼承",
- "save_and_close": "保存並關閉 Ctrl+Enter",
- "delete": "刪除",
- "related_notes_title": "含有此標籤的其他筆記",
- "more_notes": "更多筆記",
- "label": "標籤詳情",
- "label_definition": "標籤定義詳情",
- "relation": "關係詳情",
- "relation_definition": "關係定義詳情",
- "disable_versioning": "禁用自動版本控制。適用於例如大型但不重要的筆記 - 例如用於腳本編寫的大型JS庫",
- "calendar_root": "標記應用作為每日筆記的根。只應標記一個筆記。",
- "archived": "含有此標籤的筆記默認在搜尋結果中不可見(也適用於跳轉到、添加鏈接對話框等)。",
- "exclude_from_export": "筆記(及其子樹)不會包含在任何筆記匯出中",
- "run": "定義腳本應運行的事件。可能的值包括:\nrunAtHour指定小時。#run=hourly一起使用。可以多次定義,以便一天內運行多次。",
- "disable_inclusion": "含有此標籤的腳本不會包含在父腳本執行中。",
- "sorted": "按標題字母順序保持子筆記排序",
- "sort_direction": "ASC(默認)或DESC",
- "sort_folders_first": "資料夾(含有子筆記的筆記)應排在頂部",
- "top": "在其上級中保留給定筆記在頂部(僅適用於排序的上級)",
- "hide_promoted_attributes": "隱藏此筆記上的升級屬性",
- "read_only": "編輯器處於唯讀模式。僅適用於文字和程式碼筆記。",
- "auto_read_only_disabled": "文字/程式碼筆記可以在太大時自動設定為唯讀模式。您可以通過向筆記添加此標籤來對單個筆記單獨設定禁用唯讀。",
- "app_css": "標記加載到Trilium應用程式中的CSS筆記,因此可以用於修改Trilium的外觀。",
- "app_theme": "標記為完整的Trilium主題的CSS筆記,因此可以在Trilium選項中使用。",
- "css_class": "該標籤的值將作為CSS類添加到樹中表示給定筆記的節點。這對於高級主題設定非常有用。可用於模板筆記。",
- "icon_class": "該標籤的值將作為CSS類添加到樹中圖標上,有助於從視覺上區分筆記樹里的筆記。比如可以是 bx bx-home - 圖標來自boxicons。可用於模板筆記。",
- "page_size": "筆記列表中每頁的項目數",
- "custom_request_handler": "請參閱自定義請求處理程序 ",
- "custom_resource_provider": "請參閱自定義請求處理程序",
- "widget": "將此筆記標記為將添加到Trilium組件樹中的自定義小部件",
- "workspace": "將此筆記標記為允許輕鬆提升的工作區",
- "workspace_icon_class": "定義在選項卡中提升到此筆記時將使用的框圖圖標CSS類",
- "workspace_tab_background_color": "提升到此筆記時在筆記選項卡中使用的CSS顏色",
- "workspace_calendar_root": "定義每個工作區的日曆根",
- "workspace_template": "在新增新筆記時,此筆記將出現在可用模板的選擇中,但僅當提升到包含此模板的工作區時",
- "search_home": "新的搜尋筆記將作為此筆記的子筆記新增",
- "workspace_search_home": "當提升到此工作區筆記的某個祖先時,新的搜尋筆記將作為此筆記的子筆記新增",
- "inbox": "使用側邊欄中的\"新建筆記\"按鈕新增筆記時,默認收件箱位置。筆記將作為標有#inbox標籤的筆記的子筆記新增。",
- "workspace_inbox": "當提升到此工作區筆記的某個祖先時,新的筆記的默認收件箱位置",
- "sql_console_home": "SQL控制台筆記的默認位置",
- "bookmark_folder": "含有此標籤的筆記將作為資料夾出現在書籤中(允許訪問其子筆記)",
- "share_hidden_from_tree": "此筆記從左側導航樹中隱藏,但仍可通過其URL訪問",
- "share_external_link": "筆記將在分享樹中作為指向外部網站的鏈接",
- "share_alias": "使用此別名定義將在 https://你的trilium域名/share/[別名] 下可用的筆記",
- "share_omit_default_css": "將省略默認的分享頁面CSS。當您進行廣泛的樣式修改時使用。",
- "share_root": "標記作為在 /share 地址分享的根節點筆記。",
- "share_description": "定義要添加到HTML meta標籤以供描述的文字",
- "share_raw": "筆記將以其原始格式提供,不帶HTML包裝器",
- "share_disallow_robot_indexing": "將通過X-Robots-Tag: noindex標頭禁止爬蟲機器人索引此筆記",
- "share_credentials": "需要憑據才能訪問此分享筆記。值應以'username:password'格式提供。請勿忘記使其可繼承以應用於子筆記/圖片。",
- "share_index": "含有此標籤的筆記將列出所有分享筆記的根",
- "display_relations": "應顯示的逗號分隔關係名稱。將隱藏所有其他關係。",
- "hide_relations": "應隱藏的逗號分隔關係名稱。將顯示所有其他關係。",
- "title_template": "新增為此筆記的子筆記時的默認標題。該值將作為JavaScript字符串評估\n 並因此可以通過注入的now和parentNote變量豐富動態內容。示例:\n \n ${parentNote.getLabelValue('authorName')}的文學作品Log for ${now.format('YYYY-MM-DD HH:mm:ss')}#toc或#toc=show將強制顯示目錄。 #toc=hide將強制隱藏它。如果標籤不存在,則觀察全局設定",
- "color": "定義筆記樹、鏈接等中筆記的顏色。使用任何有效的CSS顏色值,如'red'或#a13d5f",
- "keyboard_shortcut": "定義立即跳轉到此筆記的鍵盤快捷鍵。示例:'ctrl+alt+e'。需要前端重新加載才能生效。",
- "keep_current_hoisting": "即使筆記不在當前提升的子樹中顯示,打開此鏈接也不會修改提升。",
- "execute_button": "將執行當前程式碼筆記的按鈕標題",
- "execute_description": "顯示與執行按鈕一起顯示的當前程式碼筆記的更長描述",
- "exclude_from_note_map": "含有此標籤的筆記將從筆記地圖中隱藏",
- "new_notes_on_top": "新筆記將新增在上級筆記的頂部,而不是底部。",
- "hide_highlight_widget": "隱藏高亮列表小部件",
- "run_on_note_creation": "在後端新增筆記時執行。如果要為在特定子樹下新增的所有筆記運行腳本,請使用此關係。在這種情況下,在子樹根筆記上新增它並使其可繼承。在子樹中的任何深度新增新筆記都會觸發腳本。",
- "run_on_child_note_creation": "當新增新的子筆記時執行",
- "run_on_note_title_change": "當筆記標題修改時執行(包括筆記新增)",
- "run_on_note_content_change": "當筆記內容修改時執行(包括筆記新增)。",
- "run_on_note_change": "當筆記修改時執行(包括筆記新增)。不包括內容修改",
- "run_on_note_deletion": "在刪除筆記時執行",
- "run_on_branch_creation": "在新增分支時執行。分支是上級筆記和子筆記之間的鏈接,並且在複製或移動筆記時新增。",
- "run_on_branch_change": "在分支更新時執行。",
- "run_on_branch_deletion": "在刪除分支時執行。分支是上級筆記和子筆記之間的鏈接,例如在移動筆記時刪除(刪除舊的分支/鏈接)。",
- "run_on_attribute_creation": "在為定義此關係的筆記新增新屬性時執行",
- "run_on_attribute_change": "當修改定義此關係的筆記的屬性時執行。刪除屬性時也會觸發此操作。",
- "relation_template": "即使沒有上下級關係,筆記的屬性也將繼承。如果空,則筆記的內容和子樹將添加到實例筆記中。有關詳細資訊,請參見文檔。",
- "inherit": "即使沒有上下級關係,筆記的屬性也將繼承。有關類似概念的模板關係,請參見模板關係。請參閱文檔中的屬性繼承。",
- "render_note": "「渲染HTML筆記」類型的筆記將使用程式碼筆記(HTML或腳本)進行呈現,因此需要指定要渲染的筆記",
- "widget_relation": "此關係的目標將作為側邊欄中的小部件執行和呈現",
- "share_css": "將注入分享頁面的CSS筆記。CSS筆記也必須位於分享子樹中。可以考慮一並使用'share_hidden_from_tree'和'share_omit_default_css'。",
- "share_js": "將注入分享頁面的JavaScript筆記。JS筆記也必須位於分享子樹中。可以考慮一並使用'share_hidden_from_tree'。",
- "share_template": "用作顯示分享筆記的模板的嵌入式JavaScript筆記。如果沒有,將回退到默認模板。可以考慮一並使用'share_hidden_from_tree'。",
- "share_favicon": "在分享頁面中設定的favicon筆記。一般需要將它設定為分享和可繼承。Favicon筆記也必須位於分享子樹中。可以考慮一並使用'share_hidden_from_tree'。",
- "is_owned_by_note": "由此筆記所有",
- "other_notes_with_name": "其它含有 {{attributeType}} 名為 \"{{attributeName}}\" 的的筆記",
- "and_more": "... 以及另外 {{count}} 個"
- },
- "attribute_editor": {
- "help_text_body1": "要添加標籤,只需輸入例如 #rock 或者如果您還想添加值,則例如 #year = 2020",
- "help_text_body2": "對於關係,請輸入 ~author = @,這將顯示一個自動完成列表,您可以查找所需的筆記。",
- "help_text_body3": "您也可以使用右側的 + 按鈕添加標籤和關係。",
- "save_attributes": "保存屬性 note 變量(正在重新命名的筆記)豐富動態內容。 例如:",
- "example_note": "Note - 所有匹配的筆記都被重新命名為「Note」",
- "example_new_title": "NEW: ${note.title} - 匹配的筆記標題以「NEW: 」為前綴",
- "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - 匹配的筆記以筆記的新增月份-日期為前綴",
- "api_docs": "有關詳細資訊,請參閱筆記及其dateCreatedObj / utcDateCreatedObj 屬性的API文檔。"
- },
- "add_relation": {
- "add_relation": "添加關係",
- "relation_name": "關係名稱",
- "allowed_characters": "允許的字符為字母數字、下劃線和冒號。",
- "to": "到",
- "target_note": "目標筆記",
- "create_relation_on_all_matched_notes": "在所有匹配的筆記上新增指定的關係。"
- },
- "delete_relation": {
- "delete_relation": "刪除關係",
- "relation_name": "關係名稱",
- "allowed_characters": "允許的字符為字母數字、下劃線和冒號。"
- },
- "rename_relation": {
- "rename_relation": "重新命名關係",
- "rename_relation_from": "重新命名關係,從",
- "old_name": "舊名稱",
- "to": "改為",
- "new_name": "新名稱",
- "allowed_characters": "允許的字符為字母數字、下劃線和冒號。"
- },
- "update_relation_target": {
- "update_relation": "更新關係",
- "relation_name": "關係名稱",
- "allowed_characters": "允許的字符為字母數字、下劃線和冒號。",
- "to": "到",
- "target_note": "目標筆記",
- "on_all_matched_notes": "在所有匹配的筆記上",
- "change_target_note": "或更改現有關係的目標筆記",
- "update_relation_target": "更新關係目標"
- },
- "attachments_actions": {
- "open_externally": "用外部程序打開",
- "open_externally_title": "文件將會在外部應用程式中打開,並監視其更改。然後您可以將修改後的版本上傳回 Trilium。",
- "open_custom": "自定義打開方式",
- "open_custom_title": "文件將會在外部應用程式中打開,並監視其更改。然後您可以將修改後的版本上傳回 Trilium。",
- "download": "下載",
- "rename_attachment": "重新命名附件",
- "upload_new_revision": "上傳新版本",
- "copy_link_to_clipboard": "複製鏈接到剪貼簿",
- "convert_attachment_into_note": "將附件轉換為筆記",
- "delete_attachment": "刪除附件",
- "upload_success": "已上傳新附件版本。",
- "upload_failed": "新附件版本上傳失敗。",
- "open_externally_detail_page": "外部打開附件僅在詳細頁面中可用,請首先點擊附件詳細資訊,然後重復此操作。",
- "open_custom_client_only": "自定義打開附件只能通過客戶端完成。",
- "delete_confirm": "您確定要刪除附件 '{{title}}' 嗎?",
- "delete_success": "附件 '{{title}}' 已被刪除。",
- "convert_confirm": "您確定要將附件 '{{title}}' 轉換為單獨的筆記嗎?",
- "convert_success": "附件 '{{title}}' 已轉換為筆記。",
- "enter_new_name": "請輸入附件的新名稱"
- },
- "calendar": {
- "mon": "一",
- "tue": "二",
- "wed": "三",
- "thu": "四",
- "fri": "五",
- "sat": "六",
- "sun": "日",
- "cannot_find_day_note": "無法找到日記",
- "january": "一月",
- "febuary": "二月",
- "march": "三月",
- "april": "四月",
- "may": "五月",
- "june": "六月",
- "july": "七月",
- "august": "八月",
- "september": "九月",
- "october": "十月",
- "november": "十一月",
- "december": "十二月"
- },
- "close_pane_button": {
- "close_this_pane": "關閉此面板"
- },
- "create_pane_button": {
- "create_new_split": "拆分面板"
- },
- "edit_button": {
- "edit_this_note": "編輯此筆記"
- },
- "show_toc_widget_button": {
- "show_toc": "顯示目錄"
- },
- "show_highlights_list_widget_button": {
- "show_highlights_list": "顯示高亮列表"
- },
- "global_menu": {
- "menu": "菜單",
- "options": "選項",
- "open_new_window": "打開新窗口",
- "switch_to_mobile_version": "切換到移動版",
- "switch_to_desktop_version": "切換到桌面版",
- "zoom": "縮放",
- "toggle_fullscreen": "切換全熒幕",
- "zoom_out": "縮小",
- "reset_zoom_level": "重置縮放級別",
- "zoom_in": "放大",
- "configure_launchbar": "設定啓動欄",
- "show_shared_notes_subtree": "顯示分享筆記子樹",
- "advanced": "高級",
- "open_dev_tools": "打開開發工具",
- "open_sql_console": "打開SQL控制台",
- "open_sql_console_history": "打開SQL控制台歷史記錄",
- "open_search_history": "打開搜尋歷史",
- "show_backend_log": "顯示後台日誌",
- "reload_hint": "重新加載可以幫助解決一些視覺故障,而無需重新啓動整個應用程式。",
- "reload_frontend": "重新加載前端",
- "show_hidden_subtree": "顯示隱藏子樹",
- "show_help": "顯示幫助",
- "about": "關於 TriliumNext 筆記",
- "logout": "登出"
- },
- "sync_status": {
- "unknown": "同步狀態將在下一次同步嘗試開始後顯示。
點擊以立即觸發同步。
", - "connected_with_changes": "已連接到同步伺服器。
有一些未同步的變更。
點擊以觸發同步。
", - "connected_no_changes": "已連接到同步伺服器。
所有變更均已同步。
點擊以觸發同步。
", - "disconnected_with_changes": "連接同步伺服器失敗。
有一些未同步的變更。
點擊以觸發同步。
", - "disconnected_no_changes": "連接同步伺服器失敗。
所有已知變更均已同步。
點擊以觸發同步。
", - "in_progress": "正在與伺服器進行同步。" - }, - "left_pane_toggle": { - "show_panel": "顯示面板", - "hide_panel": "隱藏面板" - }, - "move_pane_button": { - "move_left": "向左移動", - "move_right": "向右移動" - }, - "note_actions": { - "convert_into_attachment": "轉換為附件", - "re_render_note": "重新渲染筆記", - "search_in_note": "在筆記中搜尋", - "note_source": "筆記源程式碼", - "note_attachments": "筆記附件", - "open_note_externally": "用外部程序打開筆記", - "open_note_externally_title": "文件將在外部應用程式中打開,並監視其更改。然後您可以將修改後的版本上傳回 Trilium。", - "open_note_custom": "使用自定義程序打開筆記", - "import_files": "匯入文件", - "export_note": "匯出筆記", - "delete_note": "刪除筆記", - "print_note": "打印筆記", - "save_revision": "保存筆記歷史", - "convert_into_attachment_failed": "筆記 '{{title}}' 轉換失敗。", - "convert_into_attachment_successful": "筆記 '{{title}}' 已成功轉換為附件。", - "convert_into_attachment_prompt": "確定要將筆記 '{{title}}' 轉換為上級筆記的附件嗎?" - }, - "onclick_button": { - "no_click_handler": "按鈕組件'{{componentId}}'沒有定義點擊處理程序" - }, - "protected_session_status": { - "active": "受保護的會話已激活。點擊退出受保護的會話。", - "inactive": "點擊進入受保護的會話" - }, - "revisions_button": { - "note_revisions": "筆記修改歷史" - }, - "update_available": { - "update_available": "有更新可用" - }, - "note_launcher": { - "this_launcher_doesnt_define_target_note": "此啓動器未定義目標筆記。" - }, - "code_buttons": { - "execute_button_title": "執行腳本", - "trilium_api_docs_button_title": "打開 Trilium API 文檔", - "save_to_note_button_title": "保存到筆記", - "opening_api_docs_message": "正在打開 API 文檔...", - "sql_console_saved_message": "SQL 控制台已保存到 {{note_path}}" - }, - "copy_image_reference_button": { - "button_title": "複製圖片引用到剪貼簿,可貼上到文字筆記中。" - }, - "hide_floating_buttons_button": { - "button_title": "隱藏按鈕" - }, - "show_floating_buttons_button": { - "button_title": "顯示按鈕" - }, - "svg_export_button": { - "button_title": "匯出SVG格式圖片" - }, - "relation_map_buttons": { - "create_child_note_title": "新增新的子筆記並添加到關係圖", - "reset_pan_zoom_title": "重置平移和縮放到初始坐標和放大倍率", - "zoom_in_title": "放大", - "zoom_out_title": "縮小" - }, - "zpetne_odkazy": { - "backlink": "{{count}} 個反鏈", - "backlinks": "{{count}} 個反鏈", - "relation": "關係" - }, - "mobile_detail_menu": { - "insert_child_note": "插入子筆記", - "delete_this_note": "刪除此筆記", - "error_cannot_get_branch_id": "無法獲取 notePath '{{notePath}}' 的 branchId", - "error_unrecognized_command": "無法識別的命令 {{command}}" - }, - "note_icon": { - "change_note_icon": "更改筆記圖標", - "category": "類別:", - "search": "搜尋:", - "reset-default": "重置為默認圖標" - }, - "basic_properties": { - "note_type": "筆記類型", - "editable": "可編輯", - "basic_properties": "基本屬性" - }, - "book_properties": { - "view_type": "視圖類型", - "grid": "網格", - "list": "列表", - "collapse_all_notes": "折疊所有筆記", - "expand_all_children": "展開所有子項", - "collapse": "折疊", - "expand": "展開", - "invalid_view_type": "無效的查看類型 '{{type}}'" - }, - "edited_notes": { - "no_edited_notes_found": "今天還沒有編輯過的筆記...", - "title": "編輯過的筆記", - "deleted": "(已刪除)" - }, - "file_properties": { - "note_id": "筆記 ID", - "original_file_name": "原始文件名", - "file_type": "文件類型", - "file_size": "文件大小", - "download": "下載", - "open": "打開", - "upload_new_revision": "上傳新版本", - "upload_success": "已上傳新文件版本。", - "upload_failed": "新文件版本上傳失敗。", - "title": "文件" - }, - "image_properties": { - "original_file_name": "原始文件名", - "file_type": "文件類型", - "file_size": "文件大小", - "download": "下載", - "open": "打開", - "copy_reference_to_clipboard": "複製引用到剪貼簿", - "upload_new_revision": "上傳新版本", - "upload_success": "已上傳新圖片版本。", - "upload_failed": "新圖片版本上傳失敗:{{message}}", - "title": "圖片" - }, - "inherited_attribute_list": { - "title": "繼承的屬性", - "no_inherited_attributes": "沒有繼承的屬性。" - }, - "note_info_widget": { - "note_id": "筆記ID", - "created": "新增時間", - "modified": "修改時間", - "type": "類型", - "note_size": "筆記大小", - "note_size_info": "筆記大小提供了該筆記存儲需求的粗略估計。它考慮了筆記的內容及其筆記歷史的內容。", - "calculate": "計算", - "subtree_size": "(子樹大小: {{size}}, 共計 {{count}} 個筆記)", - "title": "筆記資訊" - }, - "note_map": { - "open_full": "展開顯示", - "collapse": "折疊到正常大小", - "title": "筆記地圖" - }, - "note_paths": { - "title": "筆記路徑", - "clone_button": "複製筆記到新位置...", - "intro_placed": "此筆記放置在以下路徑中:", - "intro_not_placed": "此筆記尚未放入筆記樹中。", - "outside_hoisted": "此路徑在提升的筆記之外,您需要取消提升。", - "archived": "已歸檔", - "search": "搜尋" - }, - "note_properties": { - "this_note_was_originally_taken_from": "筆記來源:", - "info": "資訊" - }, - "owned_attribute_list": { - "owned_attributes": "擁有的屬性" - }, - "promoted_attributes": { - "promoted_attributes": "升級屬性", - "url_placeholder": "http://網站鏈接...", - "open_external_link": "打開外部鏈接", - "unknown_label_type": "未知的標籤類型 '{{type}}'", - "unknown_attribute_type": "未知的屬性類型 '{{type}}'", - "add_new_attribute": "添加新屬性", - "remove_this_attribute": "移除此屬性" - }, - "script_executor": { - "query": "查詢", - "script": "腳本", - "execute_query": "執行查詢", - "execute_script": "執行腳本" - }, - "search_definition": { - "add_search_option": "添加搜尋選項:", - "search_string": "搜尋字符串", - "search_script": "搜尋腳本", - "ancestor": "祖先", - "fast_search": "快速搜尋", - "fast_search_description": "快速搜尋選項禁用筆記內容的全文搜尋,這可能會加速大資料庫中的搜尋。", - "include_archived": "包含歸檔", - "include_archived_notes_description": "歸檔的筆記默認不包含在搜尋結果中,使用此選項將包含它們。", - "order_by": "排序方式", - "limit": "限制", - "limit_description": "限制結果數量", - "debug": "除錯", - "debug_description": "除錯將打印額外的除錯資訊到控制台,以幫助除錯複雜查詢", - "action": "操作", - "search_button": "搜尋 Enter", - "search_execute": "搜尋並執行操作", - "save_to_note": "保存到筆記", - "search_parameters": "搜尋參數", - "unknown_search_option": "未知的搜尋選項 {{searchOptionName}}", - "search_note_saved": "搜尋筆記已保存到 {{- notePathTitle}}", - "actions_executed": "已執行操作。" - }, - "similar_notes": { - "title": "相似筆記", - "no_similar_notes_found": "未找到相似的筆記。" - }, - "abstract_search_option": { - "remove_this_search_option": "刪除此搜尋選項", - "failed_rendering": "渲染搜尋選項失敗:{{dto}},錯誤資訊:{{error}},堆棧:{{stack}}" - }, - "ancestor": { - "label": "祖先", - "placeholder": "按名稱搜尋筆記", - "depth_label": "深度", - "depth_doesnt_matter": "任意", - "depth_eq": "正好是 {{count}}", - "direct_children": "直接下代", - "depth_gt": "大於 {{count}}", - "depth_lt": "小於 {{count}}" - }, - "debug": { - "debug": "除錯", - "debug_info": "除錯將打印額外的除錯資訊到控制台,以幫助除錯複雜的查詢。", - "access_info": "要訪問除錯資訊,請執行查詢並點擊左上角的「顯示後端日誌」。" - }, - "fast_search": { - "fast_search": "快速搜尋", - "description": "快速搜尋選項禁用筆記內容的全文搜尋,這可能會加快在大型資料庫中的搜尋速度。" - }, - "include_archived_notes": { - "include_archived_notes": "包括已歸檔的筆記" - }, - "limit": { - "limit": "限制", - "take_first_x_results": "僅取前X個指定結果。" - }, - "order_by": { - "order_by": "排序依據", - "relevancy": "相關性(默認)", - "title": "標題", - "date_created": "新增日期", - "date_modified": "最後修改日期", - "content_size": "筆記內容大小", - "content_and_attachments_size": "筆記內容大小(包括附件)", - "content_and_attachments_and_revisions_size": "筆記內容大小(包括附件和筆記歷史)", - "revision_count": "歷史數量", - "children_count": "子筆記數量", - "parent_count": "複製數量", - "owned_label_count": "標籤數量", - "owned_relation_count": "關係數量", - "target_relation_count": "指向筆記的關係數量", - "random": "隨機順序", - "asc": "升序(默認)", - "desc": "降序" - }, - "search_script": { - "title": "搜尋腳本:", - "placeholder": "按名稱搜尋筆記", - "description1": "搜尋腳本允許通過運行腳本來定義搜尋結果。這在標準搜尋不足時提供了最大的靈活性。", - "description2": "搜尋腳本必須是類型為\"程式碼\"和子類型為\"JavaScript後端\"。腳本需要返回一個noteIds或notes數組。", - "example_title": "請看這個例子:", - "example_code": "// 1. 使用標準搜尋進行預過濾\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. 應用自定義搜尋條件\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", - "note": "注意,搜尋腳本和搜尋字符串不能相互結合使用。" - }, - "search_string": { - "title_column": "搜尋字符串:", - "placeholder": "全文關鍵詞,#標籤 = 值 ...", - "search_syntax": "搜尋語法", - "also_see": "另見", - "complete_help": "完整的搜尋語法幫助", - "full_text_search": "只需輸入任何文字進行全文搜尋", - "label_abc": "返回帶有標籤abc的筆記", - "label_year": "匹配帶有標籤年份且值為2019的筆記", - "label_rock_pop": "匹配同時具有rock和pop標籤的筆記", - "label_rock_or_pop": "只需一個標籤存在即可", - "label_year_comparison": "數字比較(也包括>,>=,<)。", - "label_date_created": "上個月新增的筆記", - "error": "搜尋錯誤:{{error}}", - "search_prefix": "搜尋:" - }, - "attachment_detail": { - "open_help_page": "打開附件幫助頁面", - "owning_note": "所屬筆記: ", - "you_can_also_open": ",你還可以打開", - "list_of_all_attachments": "所有附件列表", - "attachment_deleted": "該附件已被刪除。" - }, - "attachment_list": { - "open_help_page": "打開附件幫助頁面", - "owning_note": "所屬筆記: ", - "upload_attachments": "上傳附件", - "no_attachments": "此筆記沒有附件。" - }, - "book": { - "no_children_help": "此類型為書籍的筆記沒有任何子筆記,因此沒有內容顯示。請參閱 wiki 瞭解詳情" - }, - "editable_code": { - "placeholder": "在這裡輸入您的程式碼筆記內容..." - }, - "editable_text": { - "placeholder": "在這裡輸入您的筆記內容..." - }, - "empty": { - "open_note_instruction": "通過在下面的輸入框中輸入筆記標題或在樹中選擇筆記來打開筆記。", - "search_placeholder": "按名稱搜尋筆記", - "enter_workspace": "進入工作區 {{title}}" - }, - "file": { - "file_preview_not_available": "此文件格式不支持預覽。" - }, - "protected_session": { - "enter_password_instruction": "顯示受保護的筆記需要輸入您的密碼:", - "start_session_button": "開始受保護的會話 Enter", - "started": "已啓動受保護的會話。", - "wrong_password": "密碼錯誤。", - "protecting-finished-successfully": "已成功完成保護操作。", - "unprotecting-finished-successfully": "已成功完成解除保護操作。", - "protecting-in-progress": "保護進行中:{{count}}", - "unprotecting-in-progress-count": "解除保護進行中:{{count}}", - "protecting-title": "保護狀態", - "unprotecting-title": "解除保護狀態" - }, - "relation_map": { - "open_in_new_tab": "在新標籤頁中打開", - "remove_note": "刪除筆記", - "edit_title": "編輯標題", - "rename_note": "重新命名筆記", - "enter_new_title": "輸入新的筆記標題:", - "remove_relation": "刪除關係", - "confirm_remove_relation": "你確定要刪除這個關係嗎?", - "specify_new_relation_name": "指定新的關係名稱(允許的字符:字母數字、冒號和下劃線):", - "connection_exists": "筆記之間的連接 '{{name}}' 已經存在。", - "start_dragging_relations": "從這裡開始拖動關係,並將其放置到另一個筆記上。", - "note_not_found": "筆記 {{noteId}} 未找到!", - "cannot_match_transform": "無法匹配變換:{{transform}}", - "note_already_in_diagram": "筆記 \"{{title}}\" 已經在圖中。", - "enter_title_of_new_note": "輸入新筆記的標題", - "default_new_note_title": "新筆記", - "click_on_canvas_to_place_new_note": "點擊畫布以放置新筆記" - }, - "render": { - "note_detail_render_help_1": "之所以顯示此幫助說明,是因為該類型的渲染HTML沒有設定好必須的關聯關係。", - "note_detail_render_help_2": "渲染筆記類型用於編寫 腳本。簡單說就是你可以寫HTML程式碼(或者加上一些JavaScript程式碼), 然後這個筆記會把頁面渲染出來。要使其正常工作,您需要定義一個名為 \"renderNote\" 的關係 關係 指向要呈現的 HTML 筆記。" - }, - "web_view": { - "web_view": "網頁視圖", - "embed_websites": "網頁視圖類型的筆記允許您將網站嵌入到 Trilium 中。", - "create_label": "首先,請新增一個帶有您要嵌入的 URL 地址的標籤,例如 #webViewSrc=\"https://www.bing.com\"" - }, - "backend_log": { - "refresh": "刷新" - }, - "consistency_checks": { - "title": "檢查一致性", - "find_and_fix_button": "查找並修復一致性問題", - "finding_and_fixing_message": "正在查找並修復一致性問題...", - "issues_fixed_message": "一致性問題應該已被修復。" - }, - "database_anonymization": { - "title": "資料庫匿名化", - "full_anonymization": "完全匿名化", - "full_anonymization_description": "此操作將新增一個新的資料庫副本並進行匿名化處理(刪除所有筆記內容,僅保留結構和一些非敏感元數據),用來分享到網上做除錯而不用擔心洩漏你的個人資料。", - "save_fully_anonymized_database": "保存完全匿名化的資料庫", - "light_anonymization": "輕度匿名化", - "light_anonymization_description": "此操作將新增一個新的資料庫副本,並對其進行輕度匿名化處理——僅刪除所有筆記的內容,但保留標題和屬性。此外,自定義JS前端/後端腳本筆記和自定義小部件將保留。這提供了更多上下文以除錯問題。", - "choose_anonymization": "您可以自行決定是提供完全匿名化還是輕度匿名化的資料庫。即使是完全匿名化的資料庫也非常有用,但在某些情況下,輕度匿名化的資料庫可以加快錯誤識別和修復的過程。", - "save_lightly_anonymized_database": "保存輕度匿名化的資料庫", - "existing_anonymized_databases": "現有的匿名化資料庫", - "creating_fully_anonymized_database": "正在新增完全匿名化的資料庫...", - "creating_lightly_anonymized_database": "正在新增輕度匿名化的資料庫...", - "error_creating_anonymized_database": "無法新增匿名化資料庫,請檢查後端日誌以獲取詳細資訊", - "successfully_created_fully_anonymized_database": "成功新增完全匿名化的資料庫,路徑為{{anonymizedFilePath}}", - "successfully_created_lightly_anonymized_database": "成功新增輕度匿名化的資料庫,路徑為{{anonymizedFilePath}}", - "no_anonymized_database_yet": "尚無匿名化資料庫" - }, - "database_integrity_check": { - "title": "資料庫完整性檢查", - "description": "檢查SQLite資料庫是否損壞。根據資料庫的大小,可能會需要一些時間。", - "check_button": "檢查資料庫完整性", - "checking_integrity": "正在檢查資料庫完整性...", - "integrity_check_succeeded": "完整性檢查成功 - 未發現問題。", - "integrity_check_failed": "完整性檢查失敗: {{results}}" - }, - "sync": { - "title": "同步", - "force_full_sync_button": "強制全量同步", - "fill_entity_changes_button": "填充實體變更記錄", - "full_sync_triggered": "已觸發全量同步", - "filling_entity_changes": "正在填充實體變更行...", - "sync_rows_filled_successfully": "同步行填充成功", - "finished-successfully": "已完成同步。", - "failed": "同步失敗:{{message}}" - }, - "vacuum_database": { - "title": "資料庫清理", - "description": "這會重建資料庫,通常會減少佔用空間,不會刪除數據。", - "button_text": "清理資料庫", - "vacuuming_database": "正在清理資料庫...", - "database_vacuumed": "已清理資料庫" - }, - "fonts": { - "theme_defined": "跟隨主題", - "fonts": "字體", - "main_font": "主字體", - "font_family": "字體系列", - "size": "大小", - "note_tree_font": "筆記樹字體", - "note_detail_font": "筆記詳情字體", - "monospace_font": "等寬(程式碼)字體", - "note_tree_and_detail_font_sizing": "請注意,筆記樹字體和詳細字體的大小相對於主字體大小設定。", - "not_all_fonts_available": "並非所有列出的字體都可能在您的系統上可用。", - "apply_font_changes": "要應用字體更改,請點擊", - "reload_frontend": "重新加載前端" - }, - "max_content_width": { - "title": "內容寬度", - "default_description": "Trilium默認會限制內容的最大寬度以提高在寬屏中全熒幕時的可讀性。", - "max_width_label": "內容最大寬度(像素)", - "apply_changes_description": "要應用內容寬度更改,請點擊", - "reload_button": "重新加載前端", - "reload_description": "來自外觀選項的更改" - }, - "native_title_bar": { - "title": "原生標題欄(需要重新啓動應用)", - "enabled": "啓用", - "disabled": "禁用" - }, - "ribbon": { - "widgets": "功能選項組件", - "promoted_attributes_message": "如果筆記中存在升級屬性,則自動打開升級屬性選項卡", - "edited_notes_message": "日記筆記自動打開編輯過的筆記選項" - }, - "theme": { - "title": "主題", - "theme_label": "主題", - "override_theme_fonts_label": "覆蓋主題字體", - "light_theme": "淺色", - "dark_theme": "深色", - "layout": "佈局", - "layout-vertical-title": "垂直", - "layout-horizontal-title": "水平", - "layout-vertical-description": "啓動欄位於左側(默認)", - "layout-horizontal-description": "啓動欄位於標籤欄下方,標籤欄現在是全寬的。" - }, - "zoom_factor": { - "title": "縮放系數(僅桌面客戶端有效)", - "description": "縮放也可以通過 CTRL+- 和 CTRL+= 快捷鍵進行控制。" - }, - "code_auto_read_only_size": { - "title": "自動唯讀大小", - "description": "自動唯讀大小是指筆記超過設定的大小後自動設定為唯讀模式(為性能考慮)。", - "label": "自動唯讀大小(程式碼筆記)" - }, - "code_mime_types": { - "title": "下拉菜單可用的MIME文件類型" - }, - "vim_key_bindings": { - "use_vim_keybindings_in_code_notes": "Vim 快捷鍵", - "enable_vim_keybindings": "在程式碼筆記中啓用 Vim 快捷鍵(不包含 ex 模式)" - }, - "wrap_lines": { - "wrap_lines_in_code_notes": "程式碼筆記自動換行", - "enable_line_wrap": "啓用自動換行(需要重新加載前端才會生效)" - }, - "images": { - "images_section_title": "圖片", - "download_images_automatically": "自動下載圖片以供離線使用。", - "download_images_description": "貼上的 HTML 可能包含在線圖片的引用,Trilium 會找到這些引用並下載圖片,以便它們可以離線使用。", - "enable_image_compression": "啓用圖片壓縮", - "max_image_dimensions": "圖片的最大寬度/高度(超過此限制的圖片將會被縮放)。", - "jpeg_quality_description": "JPEG 質量(10 - 最差質量,100 最佳質量,建議為 50 - 85)" - }, - "attachment_erasure_timeout": { - "attachment_erasure_timeout": "附件清理超時", - "attachment_auto_deletion_description": "如果附件在一段時間後不再被筆記引用,它們將自動被刪除(並被清理)。", - "manual_erasing_description": "您還可以手動觸發清理(而不考慮上述定義的超時時間):", - "erase_unused_attachments_now": "立即清理未使用的附件筆記", - "unused_attachments_erased": "未使用的附件已被刪除。" - }, - "network_connections": { - "network_connections_title": "網絡連接", - "check_for_updates": "自動檢查更新" - }, - "note_erasure_timeout": { - "note_erasure_timeout_title": "筆記清理超時", - "note_erasure_description": "被刪除的筆記(以及屬性、歷史版本等)最初僅被標記為「刪除」,可以從「最近修改」對話框中恢復它們。經過一段時間後,已刪除的筆記會被「清理」,這意味著它們的內容將無法恢復。此設定允許您設定從刪除到清除筆記之間的時間長度。", - "manual_erasing_description": "您還可以手動觸發清理(不考慮上述定義的超時):", - "erase_deleted_notes_now": "立即清理已刪除的筆記", - "deleted_notes_erased": "已刪除的筆記已被清理。" - }, - "revisions_snapshot_limit": { - "note_revisions_snapshot_limit_title": "筆記歷史快照限制", - "note_revisions_snapshot_limit_description": "筆記歷史快照數限制指的是每個筆記可以保存的最大歷史記錄數量。其中 -1 表示沒有限制,0 表示刪除所有歷史記錄。你可以通過 #versioningLimit 標籤設定單個筆記的最大歷史記錄數量。", - "snapshot_number_limit_label": "筆記歷史快照數量限制:", - "erase_excess_revision_snapshots": "立即刪除多餘的歷史快照", - "erase_excess_revision_snapshots_prompt": "多餘的歷史快照已被刪除。" - }, - "search_engine": { - "title": "搜尋引擎", - "custom_search_engine_info": "自定義搜尋引擎需要設定名稱和URL。如果這兩者之一未設定,將默認使用DuckDuckGo作為搜尋引擎。", - "predefined_templates_label": "預定義搜尋引擎模板", - "bing": "Bing", - "baidu": "百度", - "duckduckgo": "DuckDuckGo", - "google": "Google", - "custom_name_label": "自定義搜尋引擎名稱", - "custom_name_placeholder": "自定義搜尋引擎名稱", - "custom_url_label": "自定義搜尋引擎URL應包含 {keyword} 作為搜尋詞的佔位符。", - "custom_url_placeholder": "自定義搜尋引擎URL", - "save_button": "保存" - }, - "tray": { - "title": "系統匣", - "enable_tray": "啓用系統匣圖標(需要重啓生效)" - }, - "heading_style": { - "title": "標題風格", - "plain": "純文字", - "underline": "下劃線", - "markdown": "Markdown風格" - }, - "highlights_list": { - "title": "高亮列表", - "description": "您可以自定義右側面板中顯示的高亮列表:", - "bold": "粗體", - "italic": "斜體", - "underline": "下劃線", - "color": "字體顏色", - "bg_color": "背景顏色", - "visibility_title": "高亮列表可見性", - "visibility_description": "您可以通過添加 #hideHighlightWidget 標籤來隱藏每個筆記的高亮小部件。", - "shortcut_info": "您可以在選項 -> 快捷鍵中為快速切換右側面板(包括高亮列表)設定鍵盤快捷鍵(名稱為 'toggleRightPane')。" - }, - "table_of_contents": { - "title": "目錄", - "description": "當筆記中有超過一定數量的標題時,顯示目錄。您可以自定義此數量:", - "disable_info": "您可以設定一個非常大的數來禁用目錄。", - "shortcut_info": "您可以在 「選項」 -> 「快捷鍵」 中設定一個鍵盤快捷鍵,以便快速切換右側面板(包括目錄)(名稱為 'toggleRightPane')。" - }, - "text_auto_read_only_size": { - "title": "自動唯讀大小", - "description": "自動唯讀筆記大小是超過該大小後,筆記將以唯讀模式顯示(出於性能考慮)。", - "label": "自動唯讀大小(文字筆記)" - }, - "i18n": { - "title": "本地化", - "language": "語言", - "first-day-of-the-week": "一周的第一天", - "sunday": "星期日", - "monday": "星期一" - }, - "backup": { - "automatic_backup": "自動備份", - "automatic_backup_description": "Trilium 可以自動備份資料庫:", - "enable_daily_backup": "啓用每日備份", - "enable_weekly_backup": "啓用每周備份", - "enable_monthly_backup": "啓用每月備份", - "backup_recommendation": "建議打開備份功能,但這可能會使大型資料庫和/或慢速存儲設備的應用程式啓動變慢。", - "backup_now": "立即備份", - "backup_database_now": "立即備份資料庫", - "existing_backups": "現有備份", - "date-and-time": "日期和時間", - "path": "路徑", - "database_backed_up_to": "資料庫已備份到 {{backupFilePath}}", - "no_backup_yet": "尚無備份" - }, - "etapi": { - "title": "ETAPI", - "description": "ETAPI 是一個 REST API,用於以編程方式訪問 Trilium 實例,而無需 UI。", - "wiki": "維基", - "openapi_spec": "ETAPI OpenAPI 規範", - "create_token": "新增新的 ETAPI 令牌", - "existing_tokens": "現有令牌", - "no_tokens_yet": "目前還沒有令牌。點擊上面的按鈕新增一個。", - "token_name": "令牌名稱", - "created": "新增時間", - "actions": "操作", - "new_token_title": "新 ETAPI 令牌", - "new_token_message": "請輸入新的令牌名稱", - "default_token_name": "新令牌", - "error_empty_name": "令牌名稱不能為空", - "token_created_title": "ETAPI 令牌已新增", - "token_created_message": "將新增的令牌複製到剪貼簿。Trilium 存儲了令牌的哈希值,這是你最後一次看到它。", - "rename_token": "重新命名此令牌", - "delete_token": "刪除/停用此令牌", - "rename_token_title": "重新命名令牌", - "rename_token_message": "請輸入新的令牌名稱", - "delete_token_confirmation": "你確定要刪除 ETAPI 令牌 \"{{name}}\" 嗎?" - }, - "options_widget": { - "options_status": "選項狀態", - "options_change_saved": "選項更改已保存。" - }, - "password": { - "heading": "密碼", - "alert_message": "請務必記住您的新密碼。密碼用於登錄 Web 界面和加密保護的筆記。如果您忘記了密碼,所有保護的筆記將永久丟失。", - "reset_link": "點擊這裡重置。", - "old_password": "舊密碼", - "new_password": "新密碼", - "new_password_confirmation": "新密碼確認", - "change_password": "更改密碼", - "protected_session_timeout": "保護會話超時", - "protected_session_timeout_description": "保護會話超時是一個時間段,超時後保護會話會從瀏覽器內存中清除。這是從最後一次與保護筆記的交互開始計時的。更多資訊請見", - "wiki": "維基", - "for_more_info": "更多資訊。", - "reset_confirmation": "重置密碼將永久喪失對所有現受保護筆記的訪問。您真的要重置密碼嗎?", - "reset_success_message": "密碼已重置。請設定新密碼", - "change_password_heading": "更改密碼", - "set_password_heading": "設定密碼", - "set_password": "設定密碼", - "password_mismatch": "新密碼不一致。", - "password_changed_success": "密碼已更改。按 OK 後 Trilium 將重新加載。" - }, - "shortcuts": { - "keyboard_shortcuts": "快捷鍵", - "multiple_shortcuts": "同一操作的多個快捷鍵可以用逗號分隔。", - "electron_documentation": "請參閱 Electron文檔,瞭解可用的修飾符和鍵碼。", - "type_text_to_filter": "輸入文字以過濾快捷鍵...", - "action_name": "操作名稱", - "shortcuts": "快捷鍵", - "default_shortcuts": "默認快捷鍵", - "description": "描述", - "reload_app": "重新加載應用以應用更改", - "set_all_to_default": "將所有快捷鍵重置為默認值", - "confirm_reset": "您確定要將所有鍵盤快捷鍵重置為默認值嗎?" - }, - "spellcheck": { - "title": "拼寫檢查", - "description": "這些選項僅適用於桌面版本,瀏覽器將使用其原生的拼寫檢查功能。", - "enable": "啓用拼寫檢查", - "language_code_label": "語言程式碼", - "language_code_placeholder": "例如 \"en-US\", \"de-AT\"", - "multiple_languages_info": "多種語言可以用逗號分隔,例如 \"en-US, de-DE, cs\"。", - "available_language_codes_label": "可用的語言程式碼:", - "restart-required": "拼寫檢查選項的更改將在應用重啓後生效。" - }, - "sync_2": { - "config_title": "同步設定", - "server_address": "伺服器地址", - "timeout": "同步超時(單位:毫秒)", - "proxy_label": "同步代理伺服器(可選)", - "note": "注意", - "note_description": "代理設定留空則使用系統代理(僅桌面客戶端有效)。", - "special_value_description": "另一個特殊值是noproxy,它強制忽略系統代理並遵守 NODE_TLS_REJECT_UNAUTHORIZED。",
- "save": "保存",
- "help": "幫助",
- "test_title": "同步測試",
- "test_description": "測試和同步伺服器之間的連接。如果同步伺服器沒有初始化,會將本地文檔同步到同步伺服器上。",
- "test_button": "測試同步",
- "handshake_failed": "同步伺服器握手失敗,錯誤:{{message}}"
- },
- "api_log": {
- "close": "關閉"
- },
- "attachment_detail_2": {
- "will_be_deleted_in": "此附件將在 {{time}} 後自動刪除",
- "will_be_deleted_soon": "該附件將很快被自動刪除",
- "deletion_reason": ",因為該附件未鏈接在筆記的內容中。為防止被刪除,請將附件鏈接重新添加到內容中或將附件轉換為筆記。",
- "role_and_size": "角色: {{role}}, 大小: {{size}}",
- "link_copied": "附件鏈接已複製到剪貼簿。",
- "unrecognized_role": "無法識別的附件角色 '{{role}}'。"
- },
- "bookmark_switch": {
- "bookmark": "書籤",
- "bookmark_this_note": "將此筆記添加到左側面板的書籤",
- "remove_bookmark": "移除書籤"
- },
- "editability_select": {
- "auto": "自動",
- "read_only": "唯讀",
- "always_editable": "始終可編輯",
- "note_is_editable": "筆記如果不太長則可編輯。",
- "note_is_read_only": "筆記為唯讀,但可以通過點擊按鈕進行編輯。",
- "note_is_always_editable": "無論筆記長度如何,始終可編輯。"
- },
- "note-map": {
- "button-link-map": "鏈接地圖",
- "button-tree-map": "樹形地圖"
- },
- "tree-context-menu": {
- "open-in-a-new-tab": "在新標籤頁中打開 Ctrl+Click",
- "open-in-a-new-split": "在新分欄中打開",
- "insert-note-after": "在後面插入筆記",
- "insert-child-note": "插入子筆記",
- "delete": "刪除",
- "search-in-subtree": "在子樹中搜尋",
- "hoist-note": "提升筆記",
- "unhoist-note": "取消提升筆記",
- "edit-branch-prefix": "編輯分支前綴",
- "advanced": "高級",
- "expand-subtree": "展開子樹",
- "collapse-subtree": "折疊子樹",
- "sort-by": "排序方式...",
- "recent-changes-in-subtree": "子樹中的最近更改",
- "convert-to-attachment": "轉換為附件",
- "copy-note-path-to-clipboard": "複製筆記路徑到剪貼簿",
- "protect-subtree": "保護子樹",
- "unprotect-subtree": "取消保護子樹",
- "copy-clone": "複製 / 複製",
- "clone-to": "複製到...",
- "cut": "剪下",
- "move-to": "移動到...",
- "paste-into": "貼上到裡面",
- "paste-after": "貼上到後面",
- "export": "匯出",
- "import-into-note": "匯入到筆記",
- "apply-bulk-actions": "應用批量操作",
- "converted-to-attachments": "{{count}} 個筆記已被轉換為附件。",
- "convert-to-attachment-confirm": "確定要將選中的筆記轉換為其上級筆記的附件嗎?"
- },
- "shared_info": {
- "shared_publicly": "此筆記已公開分享在",
- "shared_locally": "此筆記已在本地分享在",
- "help_link": "如需幫助,請訪問 wiki。"
- },
- "note_types": {
- "text": "文字",
- "code": "程式碼",
- "saved-search": "保存的搜尋",
- "relation-map": "關係圖",
- "note-map": "筆記地圖",
- "render-note": "渲染筆記",
- "mermaid-diagram": "美人魚圖(Mermaid)",
- "canvas": "畫布",
- "web-view": "網頁視圖",
- "mind-map": "心智圖",
- "file": "文件",
- "image": "圖片",
- "launcher": "啓動器",
- "doc": "文檔",
- "widget": "小部件",
- "confirm-change": "當筆記內容不為空時,不建議更改筆記類型。您仍然要繼續嗎?"
- },
- "protect_note": {
- "toggle-on": "保護筆記",
- "toggle-off": "取消保護筆記",
- "toggle-on-hint": "筆記未受保護,點擊以保護",
- "toggle-off-hint": "筆記已受保護,點擊以取消保護"
- },
- "shared_switch": {
- "shared": "已分享",
- "toggle-on-title": "分享筆記",
- "toggle-off-title": "取消分享筆記",
- "shared-branch": "此筆記僅作為共享筆記存在,取消共享將刪除它。你確定要繼續並刪除此筆記嗎?",
- "inherited": "此筆記無法在此處取消共享,因為它通過繼承自上級筆記共享。"
- },
- "template_switch": {
- "template": "模板",
- "toggle-on-hint": "將此筆記設為模板",
- "toggle-off-hint": "取消筆記模板設定"
- },
- "open-help-page": "打開幫助頁面",
- "find": {
- "case_sensitive": "區分大小寫",
- "match_words": "匹配單詞",
- "find_placeholder": "在文字中查找...",
- "replace_placeholder": "替換為...",
- "replace": "替換",
- "replace_all": "全部替換"
- },
- "highlights_list_2": {
- "title": "高亮列表",
- "options": "選項"
- },
- "quick-search": {
- "placeholder": "快速搜尋",
- "searching": "正在搜尋...",
- "no-results": "未找到結果",
- "more-results": "... 以及另外 {{number}} 個結果。",
- "show-in-full-search": "在完整的搜尋界面中顯示"
- },
- "note_tree": {
- "collapse-title": "折疊筆記樹",
- "scroll-active-title": "滾動到活動筆記",
- "tree-settings-title": "樹設定",
- "hide-archived-notes": "隱藏已歸檔筆記",
- "automatically-collapse-notes": "自動折疊筆記",
- "automatically-collapse-notes-title": "筆記在一段時間內未使用將被折疊,以減少樹形結構的雜亂。",
- "save-changes": "保存並應用更改",
- "auto-collapsing-notes-after-inactivity": "在不活動後自動折疊筆記...",
- "saved-search-note-refreshed": "已保存的搜尋筆記已刷新。"
- },
- "title_bar_buttons": {
- "window-on-top": "保持此窗口置頂"
- },
- "note_detail": {
- "could_not_find_typewidget": "找不到類型為 '{{type}}' 的 typeWidget"
- },
- "note_title": {
- "placeholder": "請輸入筆記標題..."
- },
- "search_result": {
- "no_notes_found": "沒有找到符合搜尋條件的筆記。",
- "search_not_executed": "尚未執行搜尋。請點擊上方的\"搜尋\"按鈕查看結果。"
- },
- "spacer": {
- "configure_launchbar": "設定啓動欄"
- },
- "sql_result": {
- "no_rows": "此查詢沒有返回任何數據"
- },
- "sql_table_schemas": {
- "tables": "表"
- },
- "tab_row": {
- "close_tab": "關閉標籤頁",
- "add_new_tab": "添加新標籤頁",
- "close": "關閉",
- "close_other_tabs": "關閉其他標籤頁",
- "close_right_tabs": "關閉右側標籤頁",
- "close_all_tabs": "關閉所有標籤頁",
- "reopen_last_tab": "重新打開最後一個關閉的標籤頁",
- "move_tab_to_new_window": "將此標籤頁移動到新窗口",
- "copy_tab_to_new_window": "將此標籤頁複製到新窗口",
- "new_tab": "新標籤頁"
- },
- "toc": {
- "table_of_contents": "目錄",
- "options": "選項"
- },
- "watched_file_update_status": {
- "file_last_modified": "文件 最後修改時間為 。",
- "upload_modified_file": "上傳修改的文件",
- "ignore_this_change": "忽略此更改"
- },
- "app_context": {
- "please_wait_for_save": "請等待幾秒鐘以完成保存,然後您可以嘗試再操作一次。"
- },
- "note_create": {
- "duplicated": "筆記 \"{{title}}\" 已被複製。"
- },
- "image": {
- "copied-to-clipboard": "圖片的引用已複製到剪貼簿,可以貼上到任何文字筆記中。",
- "cannot-copy": "無法將圖片引用複製到剪貼簿。"
- },
- "clipboard": {
- "cut": "已剪下筆記到剪貼簿。",
- "copied": "已複製筆記到剪貼簿。"
- },
- "entrypoints": {
- "note-revision-created": "已新增筆記修訂。",
- "note-executed": "已執行筆記。",
- "sql-error": "執行 SQL 查詢時發生錯誤:{{message}}"
- },
- "branches": {
- "cannot-move-notes-here": "無法將筆記移動到這裡。",
- "delete-status": "刪除狀態",
- "delete-notes-in-progress": "正在刪除筆記:{{count}}",
- "delete-finished-successfully": "刪除成功完成。",
- "undeleting-notes-in-progress": "正在恢復刪除的筆記:{{count}}",
- "undeleting-notes-finished-successfully": "恢復刪除的筆記已成功完成。"
- },
- "frontend_script_api": {
- "async_warning": "您正在將一個異步函數傳遞給 `api.runOnBackend()`,這可能無法按預期工作。\\n要麼使該函數同步(通過移除 `async` 關鍵字),要麼使用 `api.runAsyncOnBackendWithManualTransactionHandling()`。",
- "sync_warning": "您正在將一個同步函數傳遞給 `api.runAsyncOnBackendWithManualTransactionHandling()`,\\n而您可能應該使用 `api.runOnBackend()`。"
- },
- "ws": {
- "sync-check-failed": "同步檢查失敗!",
- "consistency-checks-failed": "一致性檢查失敗!請查看日誌瞭解詳細資訊。",
- "encountered-error": "遇到錯誤 \"{{message}}\",請查看控制台。"
- },
- "hoisted_note": {
- "confirm_unhoisting": "請求的筆記 '{{requestedNote}}' 位於提升的筆記 '{{hoistedNote}}' 的子樹之外,您必須取消提升才能訪問該筆記。是否繼續取消提升?"
- },
- "launcher_context_menu": {
- "reset_launcher_confirm": "您確定要重置 \"{{title}}\" 嗎?此筆記(及其子項)中的所有數據/設定將丟失,且啓動器將恢復到其原始位置。",
- "add-note-launcher": "添加筆記啓動器",
- "add-script-launcher": "添加腳本啓動器",
- "add-custom-widget": "添加自定義小部件",
- "add-spacer": "添加間隔",
- "delete": "刪除 ",
- "reset": "重置",
- "move-to-visible-launchers": "移動到可見啓動器",
- "move-to-available-launchers": "移動到可用啓動器",
- "duplicate-launcher": "複製啓動器 "
- },
- "editable-text": {
- "auto-detect-language": "自動檢測"
- },
- "highlighting": {
- "description": "控制文字筆記中程式碼塊的語法高亮,程式碼筆記不會受到影響。",
- "color-scheme": "顏色方案"
- },
- "code_block": {
- "word_wrapping": "自動換行",
- "theme_none": "無格式高亮",
- "theme_group_light": "淺色主題",
- "theme_group_dark": "深色主題"
- },
- "classic_editor_toolbar": {
- "title": "格式化"
- },
- "editor": {
- "title": "編輯器"
- },
- "editing": {
- "editor_type": {
- "label": "格式化工具欄",
- "floating": {
- "title": "浮動",
- "description": "編輯工具出現在遊標附近;"
- },
- "fixed": {
- "title": "固定",
- "description": "編輯工具出現在 \"格式化\" 功能區標籤中。"
- }
- }
- },
- "electron_context_menu": {
- "add-term-to-dictionary": "將 \"{{term}}\" 添加到字典",
- "cut": "剪下",
- "copy": "複製",
- "copy-link": "複製鏈接",
- "paste": "貼上",
- "paste-as-plain-text": "以純文字貼上",
- "search_online": "用 {{searchEngine}} 搜尋 \"{{term}}\""
- },
- "image_context_menu": {
- "copy_reference_to_clipboard": "複製引用到剪貼簿",
- "copy_image_to_clipboard": "複製圖片到剪貼簿"
- },
- "link_context_menu": {
- "open_note_in_new_tab": "在新標籤頁中打開筆記",
- "open_note_in_new_split": "在新分屏中打開筆記",
- "open_note_in_new_window": "在新窗口中打開筆記"
+ "about": {
+ "title": "關於 Trilium Notes",
+ "homepage": "項目主頁:",
+ "app_version": "軟體版本:",
+ "db_version": "資料庫版本:",
+ "sync_version": "同步版本:",
+ "build_date": "編譯日期:",
+ "build_revision": "編譯版本:",
+ "data_directory": "資料目錄:"
+ },
+ "toast": {
+ "critical-error": {
+ "title": "嚴重錯誤",
+ "message": "發生了嚴重錯誤,導致客戶端應用程式無法啟動:\n\n{{message}}\n\n這很可能是由於腳本以意外的方式失敗引起的。請嘗試以安全模式啟動應用程式並解決問題。"
+ },
+ "widget-error": {
+ "title": "小工具初始化失敗",
+ "message-custom": "來自 ID 為 \"{{id}}\"、標題為 \"{{title}}\" 的筆記的自定義小工具因以下原因無法初始化:\n\n{{message}}",
+ "message-unknown": "未知小工具因以下原因無法初始化:\n\n{{message}}"
+ },
+ "bundle-error": {
+ "title": "載入自定義腳本失敗",
+ "message": "來自 ID 為 \"{{id}}\"、標題為 \"{{title}}\" 的筆記的腳本因以下原因無法執行:\n\n{{message}}"
}
+ },
+ "add_link": {
+ "add_link": "添加鏈接",
+ "help_on_links": "鏈接幫助",
+ "note": "筆記",
+ "search_note": "按名稱搜尋筆記",
+ "link_title_mirrors": "鏈接標題跟隨筆記標題變化",
+ "link_title_arbitrary": "鏈接標題可隨意修改",
+ "link_title": "鏈接標題",
+ "button_add_link": "添加鏈接"
+ },
+ "branch_prefix": {
+ "edit_branch_prefix": "編輯分支前綴",
+ "help_on_tree_prefix": "有關樹前綴的幫助",
+ "prefix": "前綴: ",
+ "save": "保存",
+ "branch_prefix_saved": "已保存分支前綴。"
+ },
+ "bulk_actions": {
+ "bulk_actions": "批量操作",
+ "affected_notes": "受影響的筆記",
+ "include_descendants": "包括所選筆記的子筆記",
+ "available_actions": "可用操作",
+ "chosen_actions": "選擇的操作",
+ "execute_bulk_actions": "執行批量操作",
+ "bulk_actions_executed": "已成功執行批量操作。",
+ "none_yet": "暫無操作 ... 通過點擊上方的可用操作添加一個操作。",
+ "labels": "標籤",
+ "relations": "關聯關係",
+ "notes": "筆記",
+ "other": "其它"
+ },
+ "clone_to": {
+ "clone_notes_to": "複製筆記到...",
+ "help_on_links": "鏈接幫助",
+ "notes_to_clone": "要複製的筆記",
+ "target_parent_note": "目標上級筆記",
+ "search_for_note_by_its_name": "按名稱搜尋筆記",
+ "cloned_note_prefix_title": "複製的筆記將在筆記樹中顯示給定的前綴",
+ "prefix_optional": "前綴(可選)",
+ "clone_to_selected_note": "複製到選定的筆記",
+ "no_path_to_clone_to": "沒有複製路徑。",
+ "note_cloned": "筆記 \"{{clonedTitle}}\" 已複製到 \"{{targetTitle}}\""
+ },
+ "confirm": {
+ "confirmation": "確認",
+ "cancel": "取消",
+ "ok": "確定",
+ "are_you_sure_remove_note": "確定要從關係圖中移除筆記 \"{{title}}\" ? ",
+ "if_you_dont_check": "如果不選中此項,筆記將僅從關係圖中移除。",
+ "also_delete_note": "同時刪除筆記"
+ },
+ "delete_notes": {
+ "delete_notes_preview": "刪除筆記預覽",
+ "delete_all_clones_description": "同時刪除所有複製(可以在最近修改中撤消)",
+ "erase_notes_description": "通常(軟)刪除僅標記筆記為已刪除,可以在一段時間內通過最近修改對話框撤消。選中此選項將立即擦除筆記,無法撤銷。",
+ "erase_notes_warning": "永久擦除筆記(無法撤銷),包括所有複製。這將強制應用程式重新載入。",
+ "notes_to_be_deleted": "將刪除以下筆記 ({{notesCount}})",
+ "no_note_to_delete": "沒有筆記將被刪除(僅複製)。",
+ "broken_relations_to_be_deleted": "將刪除以下關係並斷開連接 ({{ relationCount}})",
+ "cancel": "取消",
+ "ok": "確定",
+ "deleted_relation_text": "筆記 {{- note}} (將被刪除的筆記) 被以下關係 {{- relation}} 引用, 來自 {{- source}}。",
+ "close": "關閉"
+ },
+ "export": {
+ "export_note_title": "匯出筆記",
+ "close": "關閉",
+ "export_type_subtree": "此筆記及其所有子筆記",
+ "format_html_zip": "HTML ZIP 歸檔 - 建議使用此選項,因為它保留了所有格式。",
+ "format_markdown": "Markdown - 保留大部分格式。",
+ "format_opml": "OPML - 大綱交換格式,僅限文字。不包括格式、圖片和文件。",
+ "opml_version_1": "OPML v1.0 - 僅限純文字",
+ "opml_version_2": "OPML v2.0 - 還允許 HTML",
+ "export_type_single": "僅此筆記,不包括子筆記",
+ "export": "匯出",
+ "choose_export_type": "請先選擇匯出類型",
+ "export_status": "匯出狀態",
+ "export_in_progress": "匯出進行中:{{progressCount}}",
+ "export_finished_successfully": "匯出成功完成。",
+ "format_html": "HTML - 推薦,因為它保留所有格式",
+ "format_pdf": "PDF - 用於列印或與他人分享。"
+ },
+ "help": {
+ "noteNavigation": "筆記導航",
+ "goUpDown": "在筆記列表中向上/向下移動",
+ "collapseExpand": "收合/展開節點",
+ "notSet": "未設定",
+ "goBackForwards": "在歷史記錄中前後移動",
+ "showJumpToNoteDialog": "顯示\"跳轉到\" 對話框",
+ "scrollToActiveNote": "滾動到活動筆記",
+ "jumpToParentNote": "跳轉到上級筆記",
+ "collapseWholeTree": "收合整個筆記樹",
+ "collapseSubTree": "收合子階層",
+ "tabShortcuts": "標籤快捷鍵",
+ "onlyInDesktop": "僅在桌面版(電子構建)中",
+ "openEmptyTab": "打開空白分頁",
+ "closeActiveTab": "關閉活動分頁",
+ "activateNextTab": "激活下一個分頁",
+ "activatePreviousTab": "激活上一個分頁",
+ "creatingNotes": "新增筆記",
+ "createNoteAfter": "在活動筆記後新增新筆記",
+ "createNoteInto": "在活動筆記中新增新子筆記",
+ "editBranchPrefix": "編輯活動筆記複製的前綴",
+ "movingCloningNotes": "移動/複製筆記",
+ "moveNoteUpDown": "在筆記列表中向上/向下移動筆記",
+ "moveNoteUpHierarchy": "在層級結構中向上移動筆記",
+ "multiSelectNote": "多選上/下筆記",
+ "selectAllNotes": "選擇當前級別的所有筆記",
+ "selectNote": "選擇筆記",
+ "copyNotes": "將活動筆記(或當前選擇)複製到剪貼簿(用於複製)",
+ "cutNotes": "將當前筆記(或當前選擇)剪下到剪貼簿(用於移動筆記)",
+ "pasteNotes": "將筆記貼上為活動筆記的子筆記(根據是複製還是剪下到剪貼簿來決定是移動還是複製)",
+ "deleteNotes": "刪除筆記/子階層",
+ "editingNotes": "編輯筆記",
+ "editNoteTitle": "在樹形筆記樹中,焦點會從筆記樹切換到筆記標題。按下 Enter 鍵會將焦點從筆記標題切換到文字編輯器。按下 Ctrl+. 會將焦點從編輯器切換回筆記樹。",
+ "createEditLink": "新增/編輯外部鏈接",
+ "createInternalLink": "新增內部鏈接",
+ "followLink": "跟隨遊標下的鏈接",
+ "insertDateTime": "在插入點插入當前日期和時間",
+ "jumpToTreePane": "跳轉到樹面板並滾動到活動筆記",
+ "markdownAutoformat": "類Markdown自動格式化",
+ "headings": "##, ###, #### 等,後跟空格,自動轉換為標題",
+ "bulletList": "* 或 - 後跟空格,自動轉換為項目符號列表",
+ "numberedList": "1. or 1) 後跟空格,自動轉換為編號列表",
+ "blockQuote": "一行以 > 開頭並後跟空格,自動轉換為塊引用",
+ "troubleshooting": "故障排除",
+ "reloadFrontend": "重新載入Trilium前端",
+ "showDevTools": "顯示開發者工具",
+ "showSQLConsole": "顯示SQL控制台",
+ "other": "其他",
+ "quickSearch": "定位到快速搜尋框",
+ "inPageSearch": "頁面內搜尋",
+ "title": "資料表",
+ "newTabNoteLink": "在新分頁開啟筆記連結",
+ "newTabWithActivationNoteLink": "在新分頁開啟並切換至筆記連結"
+ },
+ "import": {
+ "importIntoNote": "匯入到筆記",
+ "chooseImportFile": "選擇匯入文件",
+ "importDescription": "所選文件的內容將作為子筆記匯入到",
+ "options": "選項",
+ "safeImportTooltip": "Trilium .zip 匯出文件可能包含可能有害的可執行腳本。安全匯入將停用所有匯入腳本的自動執行。僅當您完全信任匯入的可執行腳本的內容時,才取消選中「安全匯入」。",
+ "safeImport": "安全匯入",
+ "explodeArchivesTooltip": "如果選中此項,則Trilium將讀取.zip、.enex和.opml文件,並從這些歸檔文件內部的文件新增筆記。如果未選中,則Trilium會將這些歸檔文件本身附加到筆記中。",
+ "explodeArchives": "讀取.zip、.enex和.opml歸檔文件的內容。",
+ "shrinkImagesTooltip": "如果選中此選項,Trilium將嘗試通過縮放和優化來縮小匯入的圖片,這可能會影響圖片的感知質量。如果未選中,圖片將不做修改地匯入。
這不適用於帶有元數據的.zip匯入,因為這些文件已被假定為已優化。
.json)匯入為程式碼筆記",
+ "replaceUnderscoresWithSpaces": "在匯入的筆記名稱中將下劃線替換為空格",
+ "import": "匯入",
+ "failed": "匯入失敗: {{message}}.",
+ "html_import_tags": {
+ "title": "匯入 HTML 標籤",
+ "description": "設定在匯入筆記時應保留的 HTML 標籤。不在此列表中的標籤將在匯入過程中被移除。一些標籤(例如 'script')為了安全性會始終被移除。",
+ "placeholder": "輸入 HTML 標籤,每行一個",
+ "reset_button": "重設為預設列表"
+ },
+ "import-status": "匯入狀態",
+ "in-progress": "正在匯入:{{progress}}",
+ "successful": "匯入成功。"
+ },
+ "include_note": {
+ "dialog_title": "包含筆記",
+ "label_note": "筆記",
+ "placeholder_search": "按名稱搜尋筆記",
+ "box_size_prompt": "包含筆記的框大小:",
+ "box_size_small": "小型 (顯示大約10行)",
+ "box_size_medium": "中型 (顯示大約30行)",
+ "box_size_full": "完整顯示(完整文字框)",
+ "button_include": "包含筆記"
+ },
+ "info": {
+ "modalTitle": "資訊消息",
+ "closeButton": "關閉",
+ "okButton": "確定"
+ },
+ "jump_to_note": {
+ "search_button": "全文搜尋",
+ "search_placeholder": "依名稱或類型查詢筆記或按 > 查看命令…"
+ },
+ "markdown_import": {
+ "dialog_title": "Markdown 匯入",
+ "modal_body_text": "由於瀏覽器沙盒的限制,無法直接從 JavaScript 讀取剪貼簿內容。請將要匯入的 Markdown 文字貼上到下面的文字框中,然後點擊匯入按鈕",
+ "import_button": "匯入",
+ "import_success": "已成功匯入 Markdown 內容文檔。"
+ },
+ "move_to": {
+ "dialog_title": "移動筆記到...",
+ "notes_to_move": "需要移動的筆記",
+ "target_parent_note": "目標上級筆記",
+ "search_placeholder": "通過名稱搜尋筆記",
+ "move_button": "移動到選定的筆記",
+ "error_no_path": "沒有可以移動到的路徑。",
+ "move_success_message": "已移動所選筆記到 "
+ },
+ "note_type_chooser": {
+ "modal_title": "選擇筆記類型",
+ "modal_body": "選擇新筆記的類型或模板:",
+ "templates": "模板",
+ "change_path_prompt": "變更建立新筆記的位置:",
+ "search_placeholder": "依名稱搜尋路徑(若為空則預設)",
+ "builtin_templates": "內建模板"
+ },
+ "password_not_set": {
+ "title": "密碼未設定",
+ "body1": "受保護的筆記使用用戶密碼加密,但密碼尚未設定。",
+ "body2": "若要保護筆記,請按一下下面的按鈕開啟「選項」對話方塊並設定密碼。",
+ "go_to_password_options": "移動至密碼選項"
+ },
+ "prompt": {
+ "title": "提示",
+ "ok": "確定",
+ "defaultTitle": "提示"
+ },
+ "protected_session_password": {
+ "modal_title": "保護會話",
+ "help_title": "關於保護筆記的幫助",
+ "close_label": "關閉",
+ "form_label": "輸入密碼進入保護會話以繼續:",
+ "start_button": "開始保護會話"
+ },
+ "recent_changes": {
+ "title": "最近修改",
+ "erase_notes_button": "立即清理已刪除的筆記",
+ "deleted_notes_message": "已清理刪除的筆記。",
+ "no_changes_message": "暫無修改...",
+ "undelete_link": "恢復刪除",
+ "confirm_undelete": "您確定要恢復此筆記及其子筆記嗎?"
+ },
+ "revisions": {
+ "note_revisions": "筆記歷史版本",
+ "delete_all_revisions": "刪除此筆記的所有歷史版本",
+ "delete_all_button": "刪除所有歷史版本",
+ "help_title": "關於筆記歷史版本的幫助",
+ "revision_last_edited": "此歷史版本上次編輯於 {{date}}",
+ "confirm_delete_all": "您是否要刪除此筆記的所有歷史版本?",
+ "no_revisions": "此筆記暫無歷史版本...",
+ "confirm_restore": "您是否要恢復此歷史版本?這將使用此歷史版本覆蓋筆記的當前標題和內容。",
+ "confirm_delete": "您是否要刪除此歷史版本?",
+ "revisions_deleted": "已刪除筆記歷史版本。",
+ "revision_restored": "已恢復筆記歷史版本。",
+ "revision_deleted": "已刪除筆記歷史版本。",
+ "snapshot_interval": "筆記快照保存間隔: {{seconds}}秒。",
+ "maximum_revisions": "當前筆記的最歷史數量: {{number}}。",
+ "settings": "筆記歷史設定",
+ "download_button": "下載",
+ "mime": "MIME類型: ",
+ "file_size": "文件大小:",
+ "preview": "預覽:",
+ "preview_not_available": "無法預覽此類型的筆記。",
+ "restore_button": "還原",
+ "delete_button": "刪除"
+ },
+ "sort_child_notes": {
+ "sort_children_by": "按…排序子筆記",
+ "sorting_criteria": "排序條件",
+ "title": "標題",
+ "date_created": "新增日期",
+ "date_modified": "修改日期",
+ "sorting_direction": "排序方向",
+ "ascending": "升序",
+ "descending": "降序",
+ "folders": "資料夾",
+ "sort_folders_at_top": "將資料夾置頂排序",
+ "natural_sort": "自然排序",
+ "sort_with_respect_to_different_character_sorting": "根據不同語言或地區的字符排序和排序規則排序。",
+ "natural_sort_language": "自然排序語言",
+ "the_language_code_for_natural_sort": "自然排序的語言程式碼,例如繁體中文的 \"zh-TW\"。",
+ "sort": "排序"
+ },
+ "upload_attachments": {
+ "upload_attachments_to_note": "上傳附件到筆記",
+ "choose_files": "選擇文件",
+ "files_will_be_uploaded": "文件將作為附件上傳到 {{noteTitle}}",
+ "options": "選項",
+ "shrink_images": "縮小圖片",
+ "upload": "上傳",
+ "tooltip": "如果您勾選此選項,Trilium 將嘗試通過縮放和優化來縮小上傳的圖片,這可能會影響感知的圖片質量。如果未選中,則將以不進行修改的方式上傳圖片。"
+ },
+ "attribute_detail": {
+ "attr_detail_title": "屬性詳情標題",
+ "close_button_title": "取消修改並關閉",
+ "attr_is_owned_by": "屬性所有者",
+ "attr_name_title": "屬性名稱只能由字母數字字符、冒號和下劃線組成",
+ "name": "名稱",
+ "value": "值",
+ "target_note_title": "關係是源筆記和目標筆記之間的命名連接。",
+ "target_note": "目標筆記",
+ "promoted_title": "升級屬性在筆記上突出顯示。",
+ "promoted": "升級",
+ "promoted_alias_title": "在升級屬性界面中顯示的名稱。",
+ "promoted_alias": "別名",
+ "multiplicity_title": "多重性定義了可以新增的含有相同名稱的屬性的數量 - 最多為1或多於1。",
+ "multiplicity": "多重性",
+ "single_value": "單值",
+ "multi_value": "多值",
+ "label_type_title": "標籤類型將幫助 Trilium 選擇適合的界面來輸入標籤值。",
+ "label_type": "類型",
+ "text": "文字",
+ "number": "數字",
+ "boolean": "布林值",
+ "date": "日期",
+ "date_time": "日期和時間",
+ "time": "時間",
+ "url": "網址",
+ "precision_title": "值設定界面中浮點數後的位數。",
+ "precision": "精度",
+ "digits": "位數",
+ "inverse_relation_title": "可選設定,定義此關係與哪個關係相反。例如:上級 - 子級是彼此的反向關係。",
+ "inverse_relation": "反向關係",
+ "inheritable_title": "可繼承屬性將被繼承到此樹下的所有後代。",
+ "inheritable": "可繼承",
+ "save_and_close": "保存並關閉 Ctrl+Enter",
+ "delete": "刪除",
+ "related_notes_title": "含有此標籤的其他筆記",
+ "more_notes": "更多筆記",
+ "label": "標籤詳情",
+ "label_definition": "標籤定義詳情",
+ "relation": "關係詳情",
+ "relation_definition": "關係定義詳情",
+ "disable_versioning": "禁用自動版本控制。適用於例如大型但不重要的筆記 - 例如用於腳本編寫的大型JS庫",
+ "calendar_root": "標記應用作為每日筆記的根。只應標記一個筆記。",
+ "archived": "含有此標籤的筆記默認在搜尋結果中不可見(也適用於跳轉到、添加鏈接對話框等)。",
+ "exclude_from_export": "筆記(及其子階層)不會包含在任何筆記匯出中",
+ "run": "定義腳本應運行的事件。可能的值包括:\nrunAtHour指定小時。#run=hourly一起使用。可以多次定義,以便一天內運行多次。",
+ "disable_inclusion": "含有此標籤的腳本不會包含在父腳本執行中。",
+ "sorted": "按標題字母順序保持子筆記排序",
+ "sort_direction": "ASC(默認)或DESC",
+ "sort_folders_first": "資料夾(含有子筆記的筆記)應排在頂部",
+ "top": "在其上級中保留給定筆記在頂部(僅適用於排序的上級)",
+ "hide_promoted_attributes": "隱藏此筆記上的升級屬性",
+ "read_only": "編輯器處於唯讀模式。僅適用於文字和程式碼筆記。",
+ "auto_read_only_disabled": "文字/程式碼筆記可以在太大時自動設定為唯讀模式。您可以通過向筆記添加此標籤來對單個筆記單獨設定禁用唯讀。",
+ "app_css": "標記載入到Trilium應用程式中的CSS筆記,因此可以用於修改Trilium的外觀。",
+ "app_theme": "標記為完整的Trilium主題的CSS筆記,因此可以在Trilium選項中使用。",
+ "css_class": "該標籤的值將作為CSS類添加到樹中表示給定筆記的節點。這對於高級主題設定非常有用。可用於模板筆記。",
+ "icon_class": "該標籤的值將作為CSS類添加到樹中圖標上,有助於從視覺上區分筆記樹里的筆記。比如可以是 bx bx-home - 圖標來自boxicons。可用於模板筆記。",
+ "page_size": "筆記列表中每頁的項目數",
+ "custom_request_handler": "請參閱自定義請求處理程序",
+ "custom_resource_provider": "請參閱自定義請求處理程序",
+ "widget": "將此筆記標記為將添加到Trilium組件樹中的自定義小工具",
+ "workspace": "將此筆記標記為允許輕鬆提升的工作區",
+ "workspace_icon_class": "定義在選項卡中提升到此筆記時將使用的框圖圖標CSS類",
+ "workspace_tab_background_color": "提升到此筆記時在筆記選項卡中使用的CSS顏色",
+ "workspace_calendar_root": "定義每個工作區的日曆根",
+ "workspace_template": "在新增新筆記時,此筆記將出現在可用模板的選擇中,但僅當提升到包含此模板的工作區時",
+ "search_home": "新的搜尋筆記將作為此筆記的子筆記新增",
+ "workspace_search_home": "當提升到此工作區筆記的某個祖先時,新的搜尋筆記將作為此筆記的子筆記新增",
+ "inbox": "使用側邊欄中的\"新建筆記\"按鈕新增筆記時,默認收件匣位置。筆記將作為標有#inbox標籤的筆記的子筆記新增。",
+ "workspace_inbox": "當提升到此工作區筆記的某個祖先時,新的筆記的默認收件匣位置",
+ "sql_console_home": "SQL控制台筆記的默認位置",
+ "bookmark_folder": "含有此標籤的筆記將作為資料夾出現在書籤中(允許訪問其子筆記)",
+ "share_hidden_from_tree": "此筆記從左側導航樹中隱藏,但仍可通過其URL訪問",
+ "share_external_link": "筆記將在分享樹中作為指向外部網站的鏈接",
+ "share_alias": "使用此別名定義將在 https://你的trilium域名/share/[別名] 下可用的筆記",
+ "share_omit_default_css": "將省略默認的分享頁面CSS。當您進行廣泛的樣式修改時使用。",
+ "share_root": "標記作為在 /share 地址分享的根節點筆記。",
+ "share_description": "定義要添加到HTML meta標籤以供描述的文字",
+ "share_raw": "筆記將以其原始格式提供,不帶HTML包裝器",
+ "share_disallow_robot_indexing": "將通過X-Robots-Tag: noindex標頭禁止爬蟲機器人索引此筆記",
+ "share_credentials": "需要憑據才能訪問此分享筆記。值應以'username:password'格式提供。請勿忘記使其可繼承以應用於子筆記/圖片。",
+ "share_index": "含有此標籤的筆記將列出所有分享筆記的根",
+ "display_relations": "應顯示的逗號分隔關係名稱。將隱藏所有其他關係。",
+ "hide_relations": "應隱藏的逗號分隔關係名稱。將顯示所有其他關係。",
+ "title_template": "新增為此筆記的子筆記時的默認標題。該值將作為JavaScript字符串評估\n 並因此可以通過注入的now和parentNote變量豐富動態內容。示例:\n \n ${parentNote.getLabelValue('authorName')}的文學作品Log for ${now.format('YYYY-MM-DD HH:mm:ss')}#toc或#toc=show將強制顯示目錄。 #toc=hide將強制隱藏它。如果標籤不存在,則觀察全局設定",
+ "color": "定義筆記樹、鏈接等中筆記的顏色。使用任何有效的CSS顏色值,如'red'或#a13d5f",
+ "keyboard_shortcut": "定義立即跳轉到此筆記的鍵盤快捷鍵。示例:'ctrl+alt+e'。需要前端重新載入才能生效。",
+ "keep_current_hoisting": "即使筆記不在當前提升的子階層中顯示,打開此鏈接也不會修改提升。",
+ "execute_button": "將執行當前程式碼筆記的按鈕標題",
+ "execute_description": "顯示與執行按鈕一起顯示的當前程式碼筆記的更長描述",
+ "exclude_from_note_map": "含有此標籤的筆記將從筆記地圖中隱藏",
+ "new_notes_on_top": "新筆記將新增在上級筆記的頂部,而不是底部。",
+ "hide_highlight_widget": "隱藏高亮列表小工具",
+ "run_on_note_creation": "在後端新增筆記時執行。如果要為在特定子階層下新增的所有筆記運行腳本,請使用此關係。在這種情況下,在子階層根筆記上新增它並使其可繼承。在子階層中的任何深度新增新筆記都會觸發腳本。",
+ "run_on_child_note_creation": "當新增新的子筆記時執行",
+ "run_on_note_title_change": "當筆記標題修改時執行(包括筆記新增)",
+ "run_on_note_content_change": "當筆記內容修改時執行(包括筆記新增)。",
+ "run_on_note_change": "當筆記修改時執行(包括筆記新增)。不包括內容修改",
+ "run_on_note_deletion": "在刪除筆記時執行",
+ "run_on_branch_creation": "在新增分支時執行。分支是上級筆記和子筆記之間的鏈接,並且在複製或移動筆記時新增。",
+ "run_on_branch_change": "在分支更新時執行。",
+ "run_on_branch_deletion": "在刪除分支時執行。分支是上級筆記和子筆記之間的鏈接,例如在移動筆記時刪除(刪除舊的分支/鏈接)。",
+ "run_on_attribute_creation": "在為定義此關係的筆記新增新屬性時執行",
+ "run_on_attribute_change": " 當修改定義此關係的筆記的屬性時執行。刪除屬性時也會觸發此操作。",
+ "relation_template": "即使沒有上下級關係,筆記的屬性也將繼承。如果空,則筆記的內容和子階層將添加到實例筆記中。有關詳細資訊,請參見文檔。",
+ "inherit": "即使沒有上下級關係,筆記的屬性也將繼承。有關類似概念的模板關係,請參見模板關係。請參閱文檔中的屬性繼承。",
+ "render_note": "「渲染HTML筆記」類型的筆記將使用程式碼筆記(HTML或腳本)進行呈現,因此需要指定要渲染的筆記",
+ "widget_relation": "此關係的目標將作為側邊欄中的小工具執行和呈現",
+ "share_css": "將注入分享頁面的CSS筆記。CSS筆記也必須位於分享子階層中。可以考慮一並使用'share_hidden_from_tree'和'share_omit_default_css'。",
+ "share_js": "將注入分享頁面的JavaScript筆記。JS筆記也必須位於分享子階層中。可以考慮一並使用'share_hidden_from_tree'。",
+ "share_template": "用作顯示分享筆記的模板的嵌入式JavaScript筆記。如果沒有,將回退到默認模板。可以考慮一並使用'share_hidden_from_tree'。",
+ "share_favicon": "在分享頁面中設定的favicon筆記。一般需要將它設定為分享和可繼承。Favicon筆記也必須位於分享子階層中。可以考慮一並使用'share_hidden_from_tree'。",
+ "is_owned_by_note": "由此筆記所有",
+ "other_notes_with_name": "其它含有 {{attributeType}} 名為 \"{{attributeName}}\" 的的筆記",
+ "and_more": "…以及另外 {{count}} 個",
+ "app_theme_base": "設定為 \"next\"、\"next-light \" 或 \"next-dark\",以使用相應的 TriliumNext 主題(自動、淺色或深色)作為自訂主題的基礎,而非傳統主題。",
+ "print_landscape": "匯出為 PDF 時,將頁面方向更改為橫向而非縱向。",
+ "print_page_size": "在匯出 PDF 時更改頁面大小。支援的值:A0、A1、A2、A3、A4、A5、A6、Legal、Letter、Tabloid、Ledger。",
+ "color_type": "顏色"
+ },
+ "attribute_editor": {
+ "help_text_body1": "要添加標籤,只需輸入例如 #rock 或者如果您還想添加值,則例如 #year = 2020",
+ "help_text_body2": "對於關係,請輸入 ~author = @,這將顯示一個自動完成列表,您可以查找所需的筆記。",
+ "help_text_body3": "您也可以使用右側的 + 按鈕添加標籤和關係。",
+ "save_attributes": "保存屬性 note 變量(正在重新命名的筆記)豐富動態內容。 例如:",
+ "example_note": "Note - 所有匹配的筆記都被重新命名為「Note」",
+ "example_new_title": "NEW: ${note.title} - 匹配的筆記標題以「NEW: 」為前綴",
+ "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - 匹配的筆記以筆記的新增月份-日期為前綴",
+ "api_docs": "有關詳細資訊,請參閱筆記及其dateCreatedObj / utcDateCreatedObj 屬性的API文檔。"
+ },
+ "add_relation": {
+ "add_relation": "添加關係",
+ "relation_name": "關係名稱",
+ "allowed_characters": "允許的字符為字母數字、下劃線和冒號。",
+ "to": "到",
+ "target_note": "目標筆記",
+ "create_relation_on_all_matched_notes": "在所有匹配的筆記上新增指定的關係。"
+ },
+ "delete_relation": {
+ "delete_relation": "刪除關係",
+ "relation_name": "關係名稱",
+ "allowed_characters": "允許的字符為字母數字、下劃線和冒號。"
+ },
+ "rename_relation": {
+ "rename_relation": "重新命名關係",
+ "rename_relation_from": "重新命名關係,從",
+ "old_name": "舊名稱",
+ "to": "改為",
+ "new_name": "新名稱",
+ "allowed_characters": "允許的字符為字母數字、下劃線和冒號。"
+ },
+ "update_relation_target": {
+ "update_relation": "更新關係",
+ "relation_name": "關係名稱",
+ "allowed_characters": "允許的字符為字母數字、下劃線和冒號。",
+ "to": "到",
+ "target_note": "目標筆記",
+ "on_all_matched_notes": "在所有匹配的筆記上",
+ "change_target_note": "或更改現有關係的目標筆記",
+ "update_relation_target": "更新關係目標"
+ },
+ "attachments_actions": {
+ "open_externally": "用外部程序打開",
+ "open_externally_title": "文件將會在外部應用程式中打開,並監視其更改。然後您可以將修改後的版本上傳回 Trilium。",
+ "open_custom": "自定義打開方式",
+ "open_custom_title": "文件將會在外部應用程式中打開,並監視其更改。然後您可以將修改後的版本上傳回 Trilium。",
+ "download": "下載",
+ "rename_attachment": "重新命名附件",
+ "upload_new_revision": "上傳新版本",
+ "copy_link_to_clipboard": "複製鏈接到剪貼簿",
+ "convert_attachment_into_note": "將附件轉換為筆記",
+ "delete_attachment": "刪除附件",
+ "upload_success": "已上傳新附件版本。",
+ "upload_failed": "新附件版本上傳失敗。",
+ "open_externally_detail_page": "外部打開附件僅在詳細頁面中可用,請首先點擊附件詳細資訊,然後重復此操作。",
+ "open_custom_client_only": "自定義打開附件只能通過客戶端完成。",
+ "delete_confirm": "您確定要刪除附件 '{{title}}' 嗎?",
+ "delete_success": "附件 '{{title}}' 已被刪除。",
+ "convert_confirm": "您確定要將附件 '{{title}}' 轉換為單獨的筆記嗎?",
+ "convert_success": "附件 '{{title}}' 已轉換為筆記。",
+ "enter_new_name": "請輸入附件的新名稱"
+ },
+ "calendar": {
+ "mon": "一",
+ "tue": "二",
+ "wed": "三",
+ "thu": "四",
+ "fri": "五",
+ "sat": "六",
+ "sun": "日",
+ "cannot_find_day_note": "無法找到日記",
+ "january": "一月",
+ "febuary": "二月",
+ "march": "三月",
+ "april": "四月",
+ "may": "五月",
+ "june": "六月",
+ "july": "七月",
+ "august": "八月",
+ "september": "九月",
+ "october": "十月",
+ "november": "十一月",
+ "december": "十二月",
+ "cannot_find_week_note": "無法找到週記"
+ },
+ "close_pane_button": {
+ "close_this_pane": "關閉此面板"
+ },
+ "create_pane_button": {
+ "create_new_split": "拆分面板"
+ },
+ "edit_button": {
+ "edit_this_note": "編輯此筆記"
+ },
+ "show_toc_widget_button": {
+ "show_toc": "顯示目錄"
+ },
+ "show_highlights_list_widget_button": {
+ "show_highlights_list": "顯示高亮列表"
+ },
+ "global_menu": {
+ "menu": "菜單",
+ "options": "選項",
+ "open_new_window": "打開新窗口",
+ "switch_to_mobile_version": "切換到移動版",
+ "switch_to_desktop_version": "切換到桌面版",
+ "zoom": "縮放",
+ "toggle_fullscreen": "切換全熒幕",
+ "zoom_out": "縮小",
+ "reset_zoom_level": "重置縮放級別",
+ "zoom_in": "放大",
+ "configure_launchbar": "設定啟動欄",
+ "show_shared_notes_subtree": "顯示分享筆記子階層",
+ "advanced": "高級",
+ "open_dev_tools": "打開開發工具",
+ "open_sql_console": "打開SQL控制台",
+ "open_sql_console_history": "打開SQL控制台歷史記錄",
+ "open_search_history": "打開搜尋歷史",
+ "show_backend_log": "顯示後台日誌",
+ "reload_hint": "重新載入可以幫助解決一些視覺故障,而無需重新啟動整個應用程式。",
+ "reload_frontend": "重新載入前端",
+ "show_hidden_subtree": "顯示隱藏子階層",
+ "show_help": "顯示幫助",
+ "about": "關於 TriliumNext 筆記",
+ "logout": "登出",
+ "show-cheatsheet": "顯示工具表",
+ "toggle-zen-mode": "禪模式"
+ },
+ "sync_status": {
+ "unknown": "同步狀態將在下一次同步嘗試開始後顯示。
點擊以立即觸發同步。
", + "connected_with_changes": "已連接到同步伺服器。
有一些未同步的變更。
點擊以觸發同步。
", + "connected_no_changes": "已連接到同步伺服器。
所有變更均已同步。
點擊以觸發同步。
", + "disconnected_with_changes": "連接同步伺服器失敗。
有一些未同步的變更。
點擊以觸發同步。
", + "disconnected_no_changes": "連接同步伺服器失敗。
所有已知變更均已同步。
點擊以觸發同步。
", + "in_progress": "正在與伺服器進行同步。" + }, + "left_pane_toggle": { + "show_panel": "顯示面板", + "hide_panel": "隱藏面板" + }, + "move_pane_button": { + "move_left": "向左移動", + "move_right": "向右移動" + }, + "note_actions": { + "convert_into_attachment": "轉換為附件", + "re_render_note": "重新渲染筆記", + "search_in_note": "在筆記中搜尋", + "note_source": "筆記源程式碼", + "note_attachments": "筆記附件", + "open_note_externally": "用外部程序打開筆記", + "open_note_externally_title": "文件將在外部應用程式中打開,並監視其更改。然後您可以將修改後的版本上傳回 Trilium。", + "open_note_custom": "使用自定義程序打開筆記", + "import_files": "匯入文件", + "export_note": "匯出筆記", + "delete_note": "刪除筆記", + "print_note": "打印筆記", + "save_revision": "保存筆記歷史", + "convert_into_attachment_failed": "筆記 '{{title}}' 轉換失敗。", + "convert_into_attachment_successful": "筆記 '{{title}}' 已成功轉換為附件。", + "convert_into_attachment_prompt": "確定要將筆記 '{{title}}' 轉換為上級筆記的附件嗎?", + "print_pdf": "匯出為 PDF…" + }, + "onclick_button": { + "no_click_handler": "按鈕組件'{{componentId}}'沒有定義點擊處理程序" + }, + "protected_session_status": { + "active": "受保護的會話已激活。點擊退出受保護的會話。", + "inactive": "點擊進入受保護的會話" + }, + "revisions_button": { + "note_revisions": "筆記修改歷史" + }, + "update_available": { + "update_available": "有更新可用" + }, + "note_launcher": { + "this_launcher_doesnt_define_target_note": "此啟動器未定義目標筆記。" + }, + "code_buttons": { + "execute_button_title": "執行腳本", + "trilium_api_docs_button_title": "打開 Trilium API 文檔", + "save_to_note_button_title": "保存到筆記", + "opening_api_docs_message": "正在打開 API 文檔...", + "sql_console_saved_message": "SQL 控制台已保存到 {{note_path}}" + }, + "copy_image_reference_button": { + "button_title": "複製圖片引用到剪貼簿,可貼上到文字筆記中。" + }, + "hide_floating_buttons_button": { + "button_title": "隱藏按鈕" + }, + "show_floating_buttons_button": { + "button_title": "顯示按鈕" + }, + "svg_export_button": { + "button_title": "匯出SVG格式圖片" + }, + "relation_map_buttons": { + "create_child_note_title": "新增新的子筆記並添加到關係圖", + "reset_pan_zoom_title": "重置平移和縮放到初始坐標和放大倍率", + "zoom_in_title": "放大", + "zoom_out_title": "縮小" + }, + "zpetne_odkazy": { + "backlink": "{{count}} 個反鏈", + "backlinks": "{{count}} 個反鏈", + "relation": "關係" + }, + "mobile_detail_menu": { + "insert_child_note": "插入子筆記", + "delete_this_note": "刪除此筆記", + "error_cannot_get_branch_id": "無法獲取 notePath '{{notePath}}' 的 branchId", + "error_unrecognized_command": "無法識別的命令 {{command}}" + }, + "note_icon": { + "change_note_icon": "更改筆記圖標", + "category": "類別:", + "search": "搜尋:", + "reset-default": "重置為默認圖標" + }, + "basic_properties": { + "note_type": "筆記類型", + "editable": "可編輯", + "basic_properties": "基本屬性", + "language": "語言" + }, + "book_properties": { + "view_type": "視圖類型", + "grid": "網格", + "list": "列表", + "collapse_all_notes": "收合所有筆記", + "expand_all_children": "展開所有子項", + "collapse": "收合", + "expand": "展開", + "invalid_view_type": "無效的查看類型 '{{type}}'", + "book_properties": "集合屬性", + "calendar": "日曆", + "table": "表格", + "geo-map": "地理地圖", + "board": "看板" + }, + "edited_notes": { + "no_edited_notes_found": "今天還沒有編輯過的筆記...", + "title": "編輯過的筆記", + "deleted": "(已刪除)" + }, + "file_properties": { + "note_id": "筆記 ID", + "original_file_name": "原始文件名", + "file_type": "文件類型", + "file_size": "文件大小", + "download": "下載", + "open": "打開", + "upload_new_revision": "上傳新版本", + "upload_success": "已上傳新文件版本。", + "upload_failed": "新文件版本上傳失敗。", + "title": "文件" + }, + "image_properties": { + "original_file_name": "原始文件名", + "file_type": "文件類型", + "file_size": "文件大小", + "download": "下載", + "open": "打開", + "copy_reference_to_clipboard": "複製引用到剪貼簿", + "upload_new_revision": "上傳新版本", + "upload_success": "已上傳新圖片版本。", + "upload_failed": "新圖片版本上傳失敗:{{message}}", + "title": "圖片" + }, + "inherited_attribute_list": { + "title": "繼承的屬性", + "no_inherited_attributes": "沒有繼承的屬性。" + }, + "note_info_widget": { + "note_id": "筆記ID", + "created": "新增時間", + "modified": "修改時間", + "type": "類型", + "note_size": "筆記大小", + "note_size_info": "筆記大小提供了該筆記存儲需求的粗略估計。它考慮了筆記的內容及其筆記歷史的內容。", + "calculate": "計算", + "subtree_size": "(子階層大小: {{size}}, 共計 {{count}} 個筆記)", + "title": "筆記資訊" + }, + "note_map": { + "open_full": "展開顯示", + "collapse": "收合到正常大小", + "title": "筆記地圖", + "fix-nodes": "固定節點", + "link-distance": "連結距離" + }, + "note_paths": { + "title": "筆記路徑", + "clone_button": "複製筆記到新位置...", + "intro_placed": "此筆記放置在以下路徑中:", + "intro_not_placed": "此筆記尚未放入筆記樹中。", + "outside_hoisted": "此路徑在提升的筆記之外,您需要取消提升。", + "archived": "已歸檔", + "search": "搜尋" + }, + "note_properties": { + "this_note_was_originally_taken_from": "筆記來源:", + "info": "資訊" + }, + "owned_attribute_list": { + "owned_attributes": "擁有的屬性" + }, + "promoted_attributes": { + "promoted_attributes": "升級屬性", + "url_placeholder": "http://網站鏈接...", + "open_external_link": "打開外部鏈接", + "unknown_label_type": "未知的標籤類型 '{{type}}'", + "unknown_attribute_type": "未知的屬性類型 '{{type}}'", + "add_new_attribute": "添加新屬性", + "remove_this_attribute": "移除此屬性", + "unset-field-placeholder": "未設定", + "remove_color": "移除此顏色標籤" + }, + "script_executor": { + "query": "查詢", + "script": "腳本", + "execute_query": "執行查詢", + "execute_script": "執行腳本" + }, + "search_definition": { + "add_search_option": "添加搜尋選項:", + "search_string": "搜尋字符串", + "search_script": "搜尋腳本", + "ancestor": "祖先", + "fast_search": "快速搜尋", + "fast_search_description": "快速搜尋選項禁用筆記內容的全文搜尋,這可能會加速大資料庫中的搜尋。", + "include_archived": "包含歸檔", + "include_archived_notes_description": "歸檔的筆記默認不包含在搜尋結果中,使用此選項將包含它們。", + "order_by": "排序方式", + "limit": "限制", + "limit_description": "限制結果數量", + "debug": "除錯", + "debug_description": "除錯將打印額外的除錯資訊到控制台,以幫助除錯複雜查詢", + "action": "操作", + "search_button": "搜尋 Enter", + "search_execute": "搜尋並執行操作", + "save_to_note": "保存到筆記", + "search_parameters": "搜尋參數", + "unknown_search_option": "未知的搜尋選項 {{searchOptionName}}", + "search_note_saved": "搜尋筆記已保存到 {{- notePathTitle}}", + "actions_executed": "已執行操作。" + }, + "similar_notes": { + "title": "相似筆記", + "no_similar_notes_found": "未找到相似的筆記。" + }, + "abstract_search_option": { + "remove_this_search_option": "刪除此搜尋選項", + "failed_rendering": "渲染搜尋選項失敗:{{dto}},錯誤資訊:{{error}},堆棧:{{stack}}" + }, + "ancestor": { + "label": "祖先", + "placeholder": "按名稱搜尋筆記", + "depth_label": "深度", + "depth_doesnt_matter": "任意", + "depth_eq": "正好是 {{count}}", + "direct_children": "直接下代", + "depth_gt": "大於 {{count}}", + "depth_lt": "小於 {{count}}" + }, + "debug": { + "debug": "除錯", + "debug_info": "除錯將打印額外的除錯資訊到控制台,以幫助除錯複雜的查詢。", + "access_info": "要訪問除錯資訊,請執行查詢並點擊左上角的「顯示後端日誌」。" + }, + "fast_search": { + "fast_search": "快速搜尋", + "description": "快速搜尋選項禁用筆記內容的全文搜尋,這可能會加快在大型資料庫中的搜尋速度。" + }, + "include_archived_notes": { + "include_archived_notes": "包括已歸檔的筆記" + }, + "limit": { + "limit": "限制", + "take_first_x_results": "僅取前X個指定結果。" + }, + "order_by": { + "order_by": "排序依據", + "relevancy": "相關性(默認)", + "title": "標題", + "date_created": "新增日期", + "date_modified": "最後修改日期", + "content_size": "筆記內容大小", + "content_and_attachments_size": "筆記內容大小(包括附件)", + "content_and_attachments_and_revisions_size": "筆記內容大小(包括附件和筆記歷史)", + "revision_count": "歷史數量", + "children_count": "子筆記數量", + "parent_count": "複製數量", + "owned_label_count": "標籤數量", + "owned_relation_count": "關係數量", + "target_relation_count": "指向筆記的關係數量", + "random": "隨機順序", + "asc": "升序(默認)", + "desc": "降序" + }, + "search_script": { + "title": "搜尋腳本:", + "placeholder": "按名稱搜尋筆記", + "description1": "搜尋腳本允許通過運行腳本來定義搜尋結果。這在標準搜尋不足時提供了最大的靈活性。", + "description2": "搜尋腳本必須是類型為\"程式碼\"和子類型為\"JavaScript後端\"。腳本需要返回一個noteIds或notes數組。", + "example_title": "請看這個例子:", + "example_code": "// 1. 使用標準搜尋進行預過濾\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. 應用自定義搜尋條件\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", + "note": "注意,搜尋腳本和搜尋字符串不能相互結合使用。" + }, + "search_string": { + "title_column": "搜尋字符串:", + "placeholder": "全文關鍵詞,#標籤 = 值 ...", + "search_syntax": "搜尋語法", + "also_see": "另見", + "complete_help": "完整的搜尋語法幫助", + "full_text_search": "只需輸入任何文字進行全文搜尋", + "label_abc": "返回帶有標籤abc的筆記", + "label_year": "匹配帶有標籤年份且值為2019的筆記", + "label_rock_pop": "匹配同時具有rock和pop標籤的筆記", + "label_rock_or_pop": "只需一個標籤存在即可", + "label_year_comparison": "數字比較(也包括>,>=,<)。", + "label_date_created": "上個月新增的筆記", + "error": "搜尋錯誤:{{error}}", + "search_prefix": "搜尋:" + }, + "attachment_detail": { + "open_help_page": "打開附件幫助頁面", + "owning_note": "所屬筆記: ", + "you_can_also_open": ",您還可以打開 ", + "list_of_all_attachments": "所有附件列表", + "attachment_deleted": "該附件已被刪除。" + }, + "attachment_list": { + "open_help_page": "打開附件幫助頁面", + "owning_note": "所屬筆記: ", + "upload_attachments": "上傳附件", + "no_attachments": "此筆記沒有附件。" + }, + "book": { + "no_children_help": "此類型為書籍的筆記沒有任何子筆記,因此沒有內容可顯示。請參閱 wiki 以了解詳情。" + }, + "editable_code": { + "placeholder": "在這裡輸入您的程式碼筆記內容..." + }, + "editable_text": { + "placeholder": "在這裡輸入您的筆記內容..." + }, + "empty": { + "open_note_instruction": "通過在下面的輸入框中輸入筆記標題或在樹中選擇筆記來打開筆記。", + "search_placeholder": "按名稱搜尋筆記", + "enter_workspace": "進入工作區 {{title}}" + }, + "file": { + "file_preview_not_available": "此文件格式不支持預覽。", + "too_big": "預覽僅顯示文件的前 {{maxNumChars}} 個字元以提高性能。下載文件並在外部打開以查看完整內容。" + }, + "protected_session": { + "enter_password_instruction": "顯示受保護的筆記需要輸入您的密碼:", + "start_session_button": "開始受保護的會話 Enter", + "started": "已啟動受保護的會話。", + "wrong_password": "密碼錯誤。", + "protecting-finished-successfully": "已成功完成保護操作。", + "unprotecting-finished-successfully": "已成功完成解除保護操作。", + "protecting-in-progress": "保護進行中:{{count}}", + "unprotecting-in-progress-count": "解除保護進行中:{{count}}", + "protecting-title": "保護狀態", + "unprotecting-title": "解除保護狀態" + }, + "relation_map": { + "open_in_new_tab": "在新分頁中打開", + "remove_note": "刪除筆記", + "edit_title": "編輯標題", + "rename_note": "重新命名筆記", + "enter_new_title": "輸入新的筆記標題:", + "remove_relation": "刪除關係", + "confirm_remove_relation": "你確定要刪除這個關係嗎?", + "specify_new_relation_name": "指定新的關係名稱(允許的字符:字母數字、冒號和下劃線):", + "connection_exists": "筆記之間的連接 '{{name}}' 已經存在。", + "start_dragging_relations": "從這裡開始拖動關係,並將其放置到另一個筆記上。", + "note_not_found": "筆記 {{noteId}} 未找到!", + "cannot_match_transform": "無法匹配變換:{{transform}}", + "note_already_in_diagram": "筆記 \"{{title}}\" 已經在圖中。", + "enter_title_of_new_note": "輸入新筆記的標題", + "default_new_note_title": "新筆記", + "click_on_canvas_to_place_new_note": "點擊畫布以放置新筆記" + }, + "render": { + "note_detail_render_help_1": "之所以顯示此幫助說明,是因為該類型的渲染HTML沒有設定好必須的關聯關係。", + "note_detail_render_help_2": "渲染筆記類型用於編寫 腳本。簡單說就是你可以寫HTML程式碼(或者加上一些JavaScript程式碼), 然後這個筆記會把頁面渲染出來。要使其正常工作,您需要定義一個名為 \"renderNote\" 的關係 關係 指向要呈現的 HTML 筆記。" + }, + "web_view": { + "web_view": "網頁視圖", + "embed_websites": "網頁視圖類型的筆記允許您將網站嵌入到 Trilium 中。", + "create_label": "首先,請新增一個帶有您要嵌入的 URL 地址的標籤,例如 #webViewSrc=\"https://www.bing.com\"" + }, + "backend_log": { + "refresh": "刷新" + }, + "consistency_checks": { + "title": "檢查一致性", + "find_and_fix_button": "查找並修復一致性問題", + "finding_and_fixing_message": "正在查找並修復一致性問題...", + "issues_fixed_message": "一致性問題應該已被修復。" + }, + "database_anonymization": { + "title": "資料庫匿名化", + "full_anonymization": "完全匿名化", + "full_anonymization_description": "此操作將新增一個新的資料庫副本並進行匿名化處理(刪除所有筆記內容,僅保留結構和一些非敏感元數據),用來分享到網上做除錯而不用擔心洩漏你的個人資料。", + "save_fully_anonymized_database": "保存完全匿名化的資料庫", + "light_anonymization": "輕度匿名化", + "light_anonymization_description": "此操作將新增一個新的資料庫副本,並對其進行輕度匿名化處理——僅刪除所有筆記的內容,但保留標題和屬性。此外,自定義JS前端/後端腳本筆記和自定義小工具將保留。這提供了更多上下文以除錯問題。", + "choose_anonymization": "您可以自行決定是提供完全匿名化還是輕度匿名化的資料庫。即使是完全匿名化的資料庫也非常有用,但在某些情況下,輕度匿名化的資料庫可以加快錯誤識別和修復的過程。", + "save_lightly_anonymized_database": "保存輕度匿名化的資料庫", + "existing_anonymized_databases": "現有的匿名化資料庫", + "creating_fully_anonymized_database": "正在新增完全匿名化的資料庫...", + "creating_lightly_anonymized_database": "正在新增輕度匿名化的資料庫...", + "error_creating_anonymized_database": "無法新增匿名化資料庫,請檢查後端日誌以獲取詳細資訊", + "successfully_created_fully_anonymized_database": "成功新增完全匿名化的資料庫,路徑為{{anonymizedFilePath}}", + "successfully_created_lightly_anonymized_database": "成功新增輕度匿名化的資料庫,路徑為{{anonymizedFilePath}}", + "no_anonymized_database_yet": "尚無匿名化資料庫。" + }, + "database_integrity_check": { + "title": "資料庫完整性檢查", + "description": "檢查SQLite資料庫是否損壞。根據資料庫的大小,可能會需要一些時間。", + "check_button": "檢查資料庫完整性", + "checking_integrity": "正在檢查資料庫完整性...", + "integrity_check_succeeded": "完整性檢查成功 - 未發現問題。", + "integrity_check_failed": "完整性檢查失敗: {{results}}" + }, + "sync": { + "title": "同步", + "force_full_sync_button": "強制全量同步", + "fill_entity_changes_button": "填充實體變更記錄", + "full_sync_triggered": "已觸發全量同步", + "filling_entity_changes": "正在填充實體變更行...", + "sync_rows_filled_successfully": "同步行填充成功", + "finished-successfully": "已完成同步。", + "failed": "同步失敗:{{message}}" + }, + "vacuum_database": { + "title": "資料庫清理", + "description": "這會重建資料庫,通常會減少佔用空間,不會刪除數據。", + "button_text": "清理資料庫", + "vacuuming_database": "正在清理資料庫...", + "database_vacuumed": "已清理資料庫" + }, + "fonts": { + "theme_defined": "跟隨主題", + "fonts": "字體", + "main_font": "主字體", + "font_family": "字體系列", + "size": "大小", + "note_tree_font": "筆記樹字體", + "note_detail_font": "筆記詳情字體", + "monospace_font": "等寬(程式碼)字體", + "note_tree_and_detail_font_sizing": "請注意,筆記樹字體和詳細字體的大小相對於主字體大小設定。", + "not_all_fonts_available": "並非所有列出的字體都可能在您的系統上可用。", + "apply_font_changes": "要應用字體更改,請點擊", + "reload_frontend": "重新載入前端", + "generic-fonts": "通用字型", + "sans-serif-system-fonts": "無襯線系統字型", + "serif-system-fonts": "襯線系統字型", + "monospace-system-fonts": "等寬系統字型", + "handwriting-system-fonts": "手寫系統字型", + "serif": "襯線", + "sans-serif": "無襯線", + "monospace": "等寬", + "system-default": "系統預設" + }, + "max_content_width": { + "title": "內容寬度", + "default_description": "Trilium默認會限制內容的最大寬度以提高在寬屏中全熒幕時的可讀性。", + "max_width_label": "內容最大寬度(像素)", + "apply_changes_description": "要應用內容寬度更改,請點擊", + "reload_button": "重新載入前端", + "reload_description": "來自外觀選項的更改", + "max_width_unit": "像素" + }, + "native_title_bar": { + "title": "原生標題欄(需要重新啟動應用)", + "enabled": "啓用", + "disabled": "禁用" + }, + "ribbon": { + "widgets": "功能選項組件", + "promoted_attributes_message": "如果筆記中存在升級屬性,則自動打開升級屬性選項卡", + "edited_notes_message": "日記筆記自動打開編輯過的筆記選項" + }, + "theme": { + "title": "主題", + "theme_label": "主題", + "override_theme_fonts_label": "覆蓋主題字體", + "layout": "佈局", + "layout-vertical-title": "垂直", + "layout-horizontal-title": "水平", + "layout-vertical-description": "啟動欄位於左側(預設)", + "layout-horizontal-description": "啟動欄位於分頁欄下方,分頁欄現在是全寬的。", + "auto_theme": "傳統(遵循系統配色方案)", + "light_theme": "傳統(淺色)", + "dark_theme": "傳統(深色)", + "triliumnext": "Trilium(遵循系統配色方案)", + "triliumnext-light": "Trilium(淺色)", + "triliumnext-dark": "Trilium(深色)" + }, + "zoom_factor": { + "title": "縮放系數(僅桌面客戶端有效)", + "description": "縮放也可以通過 CTRL+- 和 CTRL+= 快捷鍵進行控制。" + }, + "code_auto_read_only_size": { + "title": "自動唯讀大小", + "description": "自動唯讀大小是指筆記超過設定的大小後自動設定為唯讀模式(為性能考慮)。", + "label": "自動唯讀大小(程式碼筆記)", + "unit": "字元" + }, + "code_mime_types": { + "title": "下拉菜單可用的MIME文件類型" + }, + "vim_key_bindings": { + "use_vim_keybindings_in_code_notes": "Vim 快捷鍵", + "enable_vim_keybindings": "在程式碼筆記中啓用 Vim 快捷鍵(不包含 ex 模式)" + }, + "wrap_lines": { + "wrap_lines_in_code_notes": "程式碼筆記自動換行", + "enable_line_wrap": "啓用自動換行(需要重新載入前端才會生效)" + }, + "images": { + "images_section_title": "圖片", + "download_images_automatically": "自動下載圖片以供離線使用。", + "download_images_description": "貼上的 HTML 可能包含在線圖片的引用,Trilium 會找到這些引用並下載圖片,以便它們可以離線使用。", + "enable_image_compression": "啓用圖片壓縮", + "max_image_dimensions": "圖片的最大寬度/高度(超過此限制的圖片將會被縮放)。", + "jpeg_quality_description": "JPEG 質量(10 - 最差質量,100 最佳質量,建議為 50 - 85)", + "max_image_dimensions_unit": "像素" + }, + "attachment_erasure_timeout": { + "attachment_erasure_timeout": "附件清理超時", + "attachment_auto_deletion_description": "如果附件在一段時間後不再被筆記引用,它們將自動被刪除(並被清理)。", + "manual_erasing_description": "您還可以手動觸發清理(而不考慮上述定義的超時時間):", + "erase_unused_attachments_now": "立即清理未使用的附件筆記", + "unused_attachments_erased": "未使用的附件已被刪除。", + "erase_attachments_after": "在此時間後刪除未使用的附件:" + }, + "network_connections": { + "network_connections_title": "網絡連接", + "check_for_updates": "自動檢查更新" + }, + "note_erasure_timeout": { + "note_erasure_timeout_title": "筆記清理超時", + "note_erasure_description": "被刪除的筆記(以及屬性、歷史版本等)最初僅被標記為「刪除」,可以從「最近修改」對話框中恢復它們。經過一段時間後,已刪除的筆記會被「清理」,這意味著它們的內容將無法恢復。此設定允許您設定從刪除到清除筆記之間的時間長度。", + "manual_erasing_description": "您還可以手動觸發清理(不考慮上述定義的超時):", + "erase_deleted_notes_now": "立即清理已刪除的筆記", + "deleted_notes_erased": "已刪除的筆記已被清理。", + "erase_notes_after": "在此時間後刪除筆記:" + }, + "revisions_snapshot_limit": { + "note_revisions_snapshot_limit_title": "筆記歷史快照限制", + "note_revisions_snapshot_limit_description": "筆記歷史快照數限制指的是每個筆記可以保存的最大歷史記錄數量。其中 -1 表示沒有限制,0 表示刪除所有歷史記錄。你可以通過 #versioningLimit 標籤設定單個筆記的最大歷史記錄數量。", + "snapshot_number_limit_label": "筆記歷史快照數量限制:", + "erase_excess_revision_snapshots": "立即刪除多餘的歷史快照", + "erase_excess_revision_snapshots_prompt": "多餘的歷史快照已被刪除。", + "snapshot_number_limit_unit": "快照" + }, + "search_engine": { + "title": "搜尋引擎", + "custom_search_engine_info": "自定義搜尋引擎需要設定名稱和URL。如果這兩者之一未設定,將默認使用DuckDuckGo作為搜尋引擎。", + "predefined_templates_label": "預定義搜尋引擎模板", + "bing": "Bing", + "baidu": "百度", + "duckduckgo": "DuckDuckGo", + "google": "Google", + "custom_name_label": "自定義搜尋引擎名稱", + "custom_name_placeholder": "自定義搜尋引擎名稱", + "custom_url_label": "自定義搜尋引擎URL應包含 {keyword} 作為搜尋詞的佔位符。", + "custom_url_placeholder": "自定義搜尋引擎URL", + "save_button": "保存" + }, + "tray": { + "title": "系統匣", + "enable_tray": "啓用系統匣圖標(需要重啓生效)" + }, + "heading_style": { + "title": "標題風格", + "plain": "純文字", + "underline": "下劃線", + "markdown": "Markdown風格" + }, + "highlights_list": { + "title": "高亮列表", + "description": "您可以自定義右側面板中顯示的高亮列表:", + "bold": "粗體", + "italic": "斜體", + "underline": "下劃線", + "color": "字體顏色", + "bg_color": "背景顏色", + "visibility_title": "高亮列表可見性", + "visibility_description": "您可以通過添加 #hideHighlightWidget 標籤來隱藏每個筆記的高亮小工具。", + "shortcut_info": "您可以在選項 -> 快捷鍵中為快速切換右側面板(包括高亮列表)設定鍵盤快捷鍵(名稱為 'toggleRightPane')。" + }, + "table_of_contents": { + "title": "目錄", + "description": "當筆記中有超過一定數量的標題時,顯示目錄。您可以自定義此數量:", + "disable_info": "您可以設定一個非常大的數來禁用目錄。", + "shortcut_info": "您可以在 「選項」 -> 「快捷鍵」 中設定一個鍵盤快捷鍵,以便快速切換右側面板(包括目錄)(名稱為 'toggleRightPane')。", + "unit": "標題" + }, + "text_auto_read_only_size": { + "title": "自動唯讀大小", + "description": "自動唯讀筆記大小是超過該大小後,筆記將以唯讀模式顯示(出於性能考慮)。", + "label": "自動唯讀大小(文字筆記)", + "unit": "字元" + }, + "i18n": { + "title": "本地化", + "language": "語言", + "first-day-of-the-week": "一周的第一天", + "sunday": "星期日", + "monday": "星期一", + "first-week-of-the-year": "年度第一週", + "first-week-contains-first-day": "年度第一週包含第一天", + "first-week-contains-first-thursday": "年度第一週包含第一個週四", + "first-week-has-minimum-days": "第一週有最少天數", + "min-days-in-first-week": "第一週的最少天數", + "first-week-info": "年度第一週包含第一個週四是基於 ISO 8601 標準。", + "first-week-warning": "變更第一週選項可能導致與現有的「週筆記」重複,現有的「週筆記」將不會相應更新。", + "formatting-locale": "日期和數字格式" + }, + "backup": { + "automatic_backup": "自動備份", + "automatic_backup_description": "Trilium 可以自動備份資料庫:", + "enable_daily_backup": "啓用每日備份", + "enable_weekly_backup": "啓用每周備份", + "enable_monthly_backup": "啓用每月備份", + "backup_recommendation": "建議打開備份功能,但這可能會使大型資料庫和/或慢速存儲設備的應用程式啟動變慢。", + "backup_now": "立即備份", + "backup_database_now": "立即備份資料庫", + "existing_backups": "現有備份", + "date-and-time": "日期和時間", + "path": "路徑", + "database_backed_up_to": "資料庫已備份到 {{backupFilePath}}", + "no_backup_yet": "尚無備份" + }, + "etapi": { + "title": "ETAPI", + "description": "ETAPI 是一個 REST API,用於以編程方式訪問 Trilium 實例,而無需 UI。", + "wiki": "維基", + "openapi_spec": "ETAPI OpenAPI 規範", + "create_token": "新增新的 ETAPI 令牌", + "existing_tokens": "現有令牌", + "no_tokens_yet": "目前還沒有令牌。點擊上面的按鈕新增一個。", + "token_name": "令牌名稱", + "created": "新增時間", + "actions": "操作", + "new_token_title": "新 ETAPI 令牌", + "new_token_message": "請輸入新的令牌名稱", + "default_token_name": "新令牌", + "error_empty_name": "令牌名稱不能為空", + "token_created_title": "ETAPI 令牌已新增", + "token_created_message": "將新增的令牌複製到剪貼簿。Trilium 存儲了令牌的哈希值,這是你最後一次看到它。", + "rename_token": "重新命名此令牌", + "delete_token": "刪除/停用此令牌", + "rename_token_title": "重新命名令牌", + "rename_token_message": "請輸入新的令牌名稱", + "delete_token_confirmation": "你確定要刪除 ETAPI 令牌 \"{{name}}\" 嗎?", + "see_more": "有關更多詳細資訊,請參閱 {{- link_to_wiki}} 和 {{- link_to_openapi_spec}} 或 {{- link_to_swagger_ui}}。", + "swagger_ui": "ETAPI Swagger UI" + }, + "options_widget": { + "options_status": "選項狀態", + "options_change_saved": "選項更改已保存。" + }, + "password": { + "heading": "密碼", + "alert_message": "請務必記住您的新密碼。密碼用於登錄 Web 界面和加密保護的筆記。如果您忘記了密碼,所有保護的筆記將永久丟失。", + "reset_link": "點擊這裡重置。", + "old_password": "舊密碼", + "new_password": "新密碼", + "new_password_confirmation": "新密碼確認", + "change_password": "更改密碼", + "protected_session_timeout": "保護會話超時", + "protected_session_timeout_description": "保護會話超時是一個時間段,超時後保護會話會從瀏覽器內存中清除。這是從最後一次與保護筆記的交互開始計時的。更多資訊請見", + "wiki": "維基", + "for_more_info": "更多資訊。", + "reset_confirmation": "重置密碼將永久喪失對所有現受保護筆記的訪問。您真的要重置密碼嗎?", + "reset_success_message": "密碼已重置。請設定新密碼", + "change_password_heading": "更改密碼", + "set_password_heading": "設定密碼", + "set_password": "設定密碼", + "password_mismatch": "新密碼不一致。", + "password_changed_success": "密碼已更改。按 OK 後 Trilium 將重新載入。", + "protected_session_timeout_label": "受保護的工作階段超時:" + }, + "shortcuts": { + "keyboard_shortcuts": "快捷鍵", + "multiple_shortcuts": "同一操作的多個快捷鍵可以用逗號分隔。", + "electron_documentation": "請參閱 Electron 文檔,瞭解可用的修飾符和鍵碼。", + "type_text_to_filter": "輸入文字以過濾快捷鍵...", + "action_name": "操作名稱", + "shortcuts": "快捷鍵", + "default_shortcuts": "默認快捷鍵", + "description": "描述", + "reload_app": "重新載入應用以應用更改", + "set_all_to_default": "將所有快捷鍵重置為默認值", + "confirm_reset": "您確定要將所有鍵盤快捷鍵重置為默認值嗎?" + }, + "spellcheck": { + "title": "拼寫檢查", + "description": "這些選項僅適用於桌面版本,瀏覽器將使用其原生的拼寫檢查功能。", + "enable": "啓用拼寫檢查", + "language_code_label": "語言程式碼", + "language_code_placeholder": "例如 \"en-US\", \"de-AT\"", + "multiple_languages_info": "多種語言可以用逗號分隔,例如 \"en-US, de-DE, cs\"。 ", + "available_language_codes_label": "可用的語言程式碼:", + "restart-required": "拼寫檢查選項的更改將在應用重啓後生效。" + }, + "sync_2": { + "config_title": "同步設定", + "server_address": "伺服器地址", + "timeout": "同步超時(單位:毫秒)", + "proxy_label": "同步代理伺服器(可選)", + "note": "注意", + "note_description": "代理設定留空則使用系統代理(僅桌面客戶端有效)。", + "special_value_description": "另一個特殊值是noproxy,它強制忽略系統代理並遵守 NODE_TLS_REJECT_UNAUTHORIZED。",
+ "save": "保存",
+ "help": "幫助",
+ "test_title": "同步測試",
+ "test_description": "測試和同步伺服器之間的連接。如果同步伺服器沒有初始化,會將本地文檔同步到同步伺服器上。",
+ "test_button": "測試同步",
+ "handshake_failed": "同步伺服器握手失敗,錯誤:{{message}}",
+ "timeout_unit": "毫秒"
+ },
+ "api_log": {
+ "close": "關閉"
+ },
+ "attachment_detail_2": {
+ "will_be_deleted_in": "此附件將在 {{time}} 後自動刪除",
+ "will_be_deleted_soon": "該附件將很快被自動刪除",
+ "deletion_reason": ",因為該附件未鏈接在筆記的內容中。為防止被刪除,請將附件鏈接重新添加到內容中或將附件轉換為筆記。",
+ "role_and_size": "角色: {{role}}, 大小: {{size}}",
+ "link_copied": "附件鏈接已複製到剪貼簿。",
+ "unrecognized_role": "無法識別的附件角色 '{{role}}'。"
+ },
+ "bookmark_switch": {
+ "bookmark": "書籤",
+ "bookmark_this_note": "將此筆記添加到左側面板的書籤",
+ "remove_bookmark": "移除書籤"
+ },
+ "editability_select": {
+ "auto": "自動",
+ "read_only": "唯讀",
+ "always_editable": "始終可編輯",
+ "note_is_editable": "筆記如果不太長則可編輯。",
+ "note_is_read_only": "筆記為唯讀,但可以通過點擊按鈕進行編輯。",
+ "note_is_always_editable": "無論筆記長度如何,始終可編輯。"
+ },
+ "note-map": {
+ "button-link-map": "鏈接地圖",
+ "button-tree-map": "樹形地圖"
+ },
+ "tree-context-menu": {
+ "open-in-a-new-tab": "在新分頁中打開 Ctrl+Click",
+ "open-in-a-new-split": "在新分欄中打開",
+ "insert-note-after": "在後面插入筆記",
+ "insert-child-note": "插入子筆記",
+ "delete": "刪除",
+ "search-in-subtree": "在子階層中搜尋",
+ "hoist-note": "提升筆記",
+ "unhoist-note": "取消提升筆記",
+ "edit-branch-prefix": "編輯分支前綴",
+ "advanced": "高級",
+ "expand-subtree": "展開子階層",
+ "collapse-subtree": "收合子階層",
+ "sort-by": "排序方式...",
+ "recent-changes-in-subtree": "子階層中的最近更改",
+ "convert-to-attachment": "轉換為附件",
+ "copy-note-path-to-clipboard": "複製筆記路徑到剪貼簿",
+ "protect-subtree": "保護子階層",
+ "unprotect-subtree": "取消保護子階層",
+ "copy-clone": "複製 / 克隆",
+ "clone-to": "克隆到...",
+ "cut": "剪下",
+ "move-to": "移動到...",
+ "paste-into": "貼上到裡面",
+ "paste-after": "貼上到後面",
+ "export": "匯出",
+ "import-into-note": "匯入到筆記",
+ "apply-bulk-actions": "應用批量操作",
+ "converted-to-attachments": "{{count}} 個筆記已被轉換為附件。",
+ "convert-to-attachment-confirm": "確定要將選中的筆記轉換為其上級筆記的附件嗎?",
+ "duplicate": "複製副本",
+ "open-in-popup": "快速編輯"
+ },
+ "shared_info": {
+ "shared_publicly": "此筆記已公開分享在",
+ "shared_locally": "此筆記已在本地分享在",
+ "help_link": "如需幫助,請訪問 wiki。"
+ },
+ "note_types": {
+ "text": "文字",
+ "code": "程式碼",
+ "saved-search": "保存的搜尋",
+ "relation-map": "關係圖",
+ "note-map": "筆記地圖",
+ "render-note": "渲染筆記",
+ "mermaid-diagram": "美人魚圖(Mermaid)",
+ "canvas": "畫布",
+ "web-view": "網頁視圖",
+ "mind-map": "心智圖",
+ "file": "文件",
+ "image": "圖片",
+ "launcher": "啟動器",
+ "doc": "文檔",
+ "widget": "小工具",
+ "confirm-change": "當筆記內容不為空時,不建議更改筆記類型。您仍然要繼續嗎?",
+ "book": "集合",
+ "geo-map": "地理地圖",
+ "beta-feature": "Beta",
+ "ai-chat": "AI 聊天",
+ "task-list": "任務列表",
+ "new-feature": "新建",
+ "collections": "集合"
+ },
+ "protect_note": {
+ "toggle-on": "保護筆記",
+ "toggle-off": "取消保護筆記",
+ "toggle-on-hint": "筆記未受保護,點擊以保護",
+ "toggle-off-hint": "筆記已受保護,點擊以取消保護"
+ },
+ "shared_switch": {
+ "shared": "已分享",
+ "toggle-on-title": "分享筆記",
+ "toggle-off-title": "取消分享筆記",
+ "shared-branch": "此筆記僅作為共享筆記存在,取消共享將刪除它。你確定要繼續並刪除此筆記嗎?",
+ "inherited": "此筆記無法在此處取消共享,因為它通過繼承自上級筆記共享。"
+ },
+ "template_switch": {
+ "template": "模板",
+ "toggle-on-hint": "將此筆記設為模板",
+ "toggle-off-hint": "取消筆記模板設定"
+ },
+ "open-help-page": "打開幫助頁面",
+ "find": {
+ "case_sensitive": "區分大小寫",
+ "match_words": "匹配單詞",
+ "find_placeholder": "在文字中查找...",
+ "replace_placeholder": "替換為...",
+ "replace": "替換",
+ "replace_all": "全部替換"
+ },
+ "highlights_list_2": {
+ "title": "高亮列表",
+ "options": "選項"
+ },
+ "quick-search": {
+ "placeholder": "快速搜尋",
+ "searching": "正在搜尋...",
+ "no-results": "未找到結果",
+ "more-results": "... 以及另外 {{number}} 個結果。",
+ "show-in-full-search": "在完整的搜尋界面中顯示"
+ },
+ "note_tree": {
+ "collapse-title": "收合筆記樹",
+ "scroll-active-title": "滾動到活動筆記",
+ "tree-settings-title": "樹設定",
+ "hide-archived-notes": "隱藏已歸檔筆記",
+ "automatically-collapse-notes": "自動收合筆記",
+ "automatically-collapse-notes-title": "筆記在一段時間內未使用將被收合,以減少樹形結構的雜亂。",
+ "save-changes": "保存並應用更改",
+ "auto-collapsing-notes-after-inactivity": "在不活動後自動收合筆記...",
+ "saved-search-note-refreshed": "已保存的搜尋筆記已刷新。",
+ "hoist-this-note-workspace": "聚焦此筆記(工作區)",
+ "refresh-saved-search-results": "刷新儲存的搜尋結果",
+ "create-child-note": "建立子筆記",
+ "unhoist": "取消聚焦"
+ },
+ "title_bar_buttons": {
+ "window-on-top": "保持此窗口置頂"
+ },
+ "note_detail": {
+ "could_not_find_typewidget": "找不到類型為 '{{type}}' 的 typeWidget"
+ },
+ "note_title": {
+ "placeholder": "請輸入筆記標題..."
+ },
+ "search_result": {
+ "no_notes_found": "沒有找到符合搜尋條件的筆記。",
+ "search_not_executed": "尚未執行搜尋。請點擊上方的\"搜尋\"按鈕查看結果。"
+ },
+ "spacer": {
+ "configure_launchbar": "設定啟動欄"
+ },
+ "sql_result": {
+ "no_rows": "此查詢沒有返回任何數據"
+ },
+ "sql_table_schemas": {
+ "tables": "表"
+ },
+ "tab_row": {
+ "close_tab": "關閉分頁",
+ "add_new_tab": "添加新分頁",
+ "close": "關閉",
+ "close_other_tabs": "關閉其他分頁",
+ "close_right_tabs": "關閉右側分頁",
+ "close_all_tabs": "關閉所有分頁",
+ "reopen_last_tab": "重新打開最後一個關閉的分頁",
+ "move_tab_to_new_window": "將此分頁移動到新窗口",
+ "copy_tab_to_new_window": "將此分頁複製到新窗口",
+ "new_tab": "新分頁"
+ },
+ "toc": {
+ "table_of_contents": "目錄",
+ "options": "選項"
+ },
+ "watched_file_update_status": {
+ "file_last_modified": "文件 最後修改時間為 。",
+ "upload_modified_file": "上傳修改的文件",
+ "ignore_this_change": "忽略此更改"
+ },
+ "app_context": {
+ "please_wait_for_save": "請等待幾秒鐘以完成保存,然後您可以嘗試再操作一次。"
+ },
+ "note_create": {
+ "duplicated": "筆記 \"{{title}}\" 已被複製。"
+ },
+ "image": {
+ "copied-to-clipboard": "圖片的引用已複製到剪貼簿,可以貼上到任何文字筆記中。",
+ "cannot-copy": "無法將圖片引用複製到剪貼簿。"
+ },
+ "clipboard": {
+ "cut": "已剪下筆記到剪貼簿。",
+ "copied": "已複製筆記到剪貼簿。",
+ "copy_failed": "由於權限問題,無法複製到剪貼簿。",
+ "copy_success": "已複製到剪貼簿。"
+ },
+ "entrypoints": {
+ "note-revision-created": "已新增筆記修訂。",
+ "note-executed": "已執行筆記。",
+ "sql-error": "執行 SQL 查詢時發生錯誤:{{message}}"
+ },
+ "branches": {
+ "cannot-move-notes-here": "無法將筆記移動到這裡。",
+ "delete-status": "刪除狀態",
+ "delete-notes-in-progress": "正在刪除筆記:{{count}}",
+ "delete-finished-successfully": "刪除成功完成。",
+ "undeleting-notes-in-progress": "正在恢復刪除的筆記:{{count}}",
+ "undeleting-notes-finished-successfully": "恢復刪除的筆記已成功完成。"
+ },
+ "frontend_script_api": {
+ "async_warning": "您正在將一個異步函數傳遞給 `api.runOnBackend()`,這可能無法按預期工作。\\n要麼使該函數同步(通過移除 `async` 關鍵字),要麼使用 `api.runAsyncOnBackendWithManualTransactionHandling()`。",
+ "sync_warning": "您正在將一個同步函數傳遞給 `api.runAsyncOnBackendWithManualTransactionHandling()`,\\n而您可能應該使用 `api.runOnBackend()`。"
+ },
+ "ws": {
+ "sync-check-failed": "同步檢查失敗!",
+ "consistency-checks-failed": "一致性檢查失敗!請查看日誌瞭解詳細資訊。",
+ "encountered-error": "遇到錯誤 \"{{message}}\",請查看控制台。"
+ },
+ "hoisted_note": {
+ "confirm_unhoisting": "請求的筆記 '{{requestedNote}}' 位於提升的筆記 '{{hoistedNote}}' 的子階層之外,您必須取消提升才能訪問該筆記。是否繼續取消提升?"
+ },
+ "launcher_context_menu": {
+ "reset_launcher_confirm": "您確定要重置 \"{{title}}\" 嗎?此筆記(及其子項)中的所有數據/設定將丟失,且啟動器將恢復到其原始位置。",
+ "add-note-launcher": "添加筆記啟動器",
+ "add-script-launcher": "添加腳本啟動器",
+ "add-custom-widget": "添加自定義小工具",
+ "add-spacer": "添加間隔",
+ "delete": "刪除 ",
+ "reset": "重置",
+ "move-to-visible-launchers": "移動到可見啟動器",
+ "move-to-available-launchers": "移動到可用啟動器",
+ "duplicate-launcher": "複製啟動器 "
+ },
+ "editable-text": {
+ "auto-detect-language": "自動檢測"
+ },
+ "highlighting": {
+ "description": "控制文字筆記中程式碼塊的語法高亮,程式碼筆記不會受到影響。",
+ "color-scheme": "顏色方案",
+ "title": "程式碼區塊"
+ },
+ "code_block": {
+ "word_wrapping": "自動換行",
+ "theme_none": "無格式高亮",
+ "theme_group_light": "淺色主題",
+ "theme_group_dark": "深色主題",
+ "copy_title": "複製到剪貼簿"
+ },
+ "classic_editor_toolbar": {
+ "title": "格式化"
+ },
+ "editor": {
+ "title": "編輯器"
+ },
+ "editing": {
+ "editor_type": {
+ "label": "格式化工具欄",
+ "floating": {
+ "title": "浮動",
+ "description": "編輯工具出現在遊標附近;"
+ },
+ "fixed": {
+ "title": "固定",
+ "description": "編輯工具出現在 \"格式化\" 功能區標籤中。"
+ },
+ "multiline-toolbar": "如果工具列無法完全顯示,則分多行顯示。"
+ }
+ },
+ "electron_context_menu": {
+ "add-term-to-dictionary": "將 \"{{term}}\" 添加到字典",
+ "cut": "剪下",
+ "copy": "複製",
+ "copy-link": "複製鏈接",
+ "paste": "貼上",
+ "paste-as-plain-text": "以純文字貼上",
+ "search_online": "用 {{searchEngine}} 搜尋 \"{{term}}\""
+ },
+ "image_context_menu": {
+ "copy_reference_to_clipboard": "複製引用到剪貼簿",
+ "copy_image_to_clipboard": "複製圖片到剪貼簿"
+ },
+ "link_context_menu": {
+ "open_note_in_new_tab": "在新分頁中打開筆記",
+ "open_note_in_new_split": "在新分屏中打開筆記",
+ "open_note_in_new_window": "在新窗口中打開筆記",
+ "open_note_in_popup": "快速編輯"
+ },
+ "zen_mode": {
+ "button_exit": "退出禪模式"
+ },
+ "ai_llm": {
+ "not_started": "未開始",
+ "title": "AI 設定",
+ "processed_notes": "已處理筆記",
+ "total_notes": "筆記總數",
+ "progress": "進度",
+ "queued_notes": "隊列中筆記",
+ "failed_notes": "失敗筆記",
+ "last_processed": "最後處理時間",
+ "refresh_stats": "更新統計資料",
+ "enable_ai_features": "啟用 AI/LLM 功能",
+ "enable_ai_description": "啟用筆記摘要、內容生成等 AI 功能及其他 LLM 能力",
+ "openai_tab": "OpenAI",
+ "anthropic_tab": "Anthropic",
+ "voyage_tab": "Voyage AI",
+ "ollama_tab": "Ollama",
+ "enable_ai": "啟用 AI/LLM 功能",
+ "enable_ai_desc": "啟用筆記摘要、內容生成等 AI 功能及其他 LLM 能力",
+ "provider_configuration": "AI 提供者設定",
+ "provider_precedence": "提供者優先級",
+ "provider_precedence_description": "依優先級排序的提供者列表(用逗號分隔,例如:'openai,anthropic,ollama')",
+ "temperature": "溫度",
+ "temperature_description": "控制回應的隨機性(0 = 確定性,2 = 最大隨機性)",
+ "system_prompt": "系統提示詞",
+ "system_prompt_description": "所有 AI 互動的預設系統提示詞",
+ "openai_configuration": "OpenAI 設定",
+ "openai_settings": "OpenAI 設定",
+ "api_key": "API 金鑰",
+ "url": "基礎 URL",
+ "model": "模型",
+ "openai_api_key_description": "用於存取 OpenAI 服務的 API 金鑰",
+ "anthropic_api_key_description": "用於存取 Claude 模型的 Anthropic API 金鑰",
+ "default_model": "預設模型",
+ "openai_model_description": "範例:gpt-4o, gpt-4-turbo, gpt-3.5-turbo",
+ "base_url": "基礎 URL",
+ "openai_url_description": "預設:https://api.openai.com/v1",
+ "anthropic_settings": "Anthropic 設定",
+ "anthropic_url_description": "Anthropic API 的基礎 URL(預設:https://api.anthropic.com)",
+ "anthropic_model_description": "用於聊天補全的 Anthropic Claude 模型",
+ "voyage_settings": "Voyage AI 設定",
+ "ollama_settings": "Ollama 設定",
+ "ollama_url_description": "Ollama API URL(預設:http://localhost:11434)",
+ "ollama_model_description": "用於聊天補全的 Ollama 模型",
+ "anthropic_configuration": "Anthropic 設定",
+ "voyage_configuration": "Voyage AI 設定",
+ "voyage_url_description": "預設:https://api.voyageai.com/v1",
+ "ollama_configuration": "Ollama 設定",
+ "enable_ollama": "啟用 Ollama",
+ "enable_ollama_description": "啟用 Ollama 以使用本地 AI 模型",
+ "ollama_url": "Ollama URL",
+ "ollama_model": "Ollama 模型",
+ "refresh_models": "刷新模型",
+ "refreshing_models": "正在刷新…",
+ "enable_automatic_indexing": "啟用自動索引",
+ "rebuild_index": "重建索引",
+ "rebuild_index_error": "啟動索引重建失敗。請查看日誌了解詳情。",
+ "note_title": "筆記標題",
+ "error": "錯誤",
+ "last_attempt": "最後嘗試時間",
+ "actions": "操作",
+ "retry": "重試",
+ "partial": "已完成 {{ percentage }}%",
+ "retry_queued": "筆記已加入重試隊列",
+ "retry_failed": "筆記加入重試隊列失敗",
+ "max_notes_per_llm_query": "每次查詢的最大筆記數",
+ "max_notes_per_llm_query_description": "AI 上下文包含的最大相似筆記數量",
+ "active_providers": "活躍提供者",
+ "disabled_providers": "已禁用的提供者",
+ "remove_provider": "從搜尋中移除提供者",
+ "restore_provider": "將提供者還原至搜尋中",
+ "similarity_threshold": "相似度閾值",
+ "similarity_threshold_description": "要包含在 LLM 查詢上下文中筆記的最低相似度分數(0-1)",
+ "reprocess_index": "重建搜尋索引",
+ "reprocessing_index": "正在重建…",
+ "reprocess_index_started": "搜尋索引最佳化已在背景中啟動",
+ "reprocess_index_error": "重建搜尋索引失敗",
+ "index_rebuild_progress": "索引重建進度",
+ "index_rebuilding": "正在最佳化索引({{percentage}}%)",
+ "index_rebuild_complete": "完成索引最佳化",
+ "index_rebuild_status_error": "檢查索引重建狀態失敗",
+ "never": "從未",
+ "processing": "正在處理({{percentage}}%)",
+ "incomplete": "未完成({{percentage}}%)",
+ "complete": "已完成(100%)",
+ "refreshing": "正在刷新…",
+ "auto_refresh_notice": "每 {{seconds}} 秒自動刷新",
+ "note_queued_for_retry": "筆記已加入重試隊列",
+ "failed_to_retry_note": "重試筆記失敗",
+ "all_notes_queued_for_retry": "所有失敗筆記已加入重試隊列",
+ "failed_to_retry_all": "重試筆記失敗",
+ "ai_settings": "AI 設定",
+ "api_key_tooltip": "用於存取服務的 API 金鑰",
+ "empty_key_warning": {
+ "anthropic": "Anthropic API 金鑰為空。請輸入有效的 API 金鑰。",
+ "openai": "OpenAI API 金鑰為空。請輸入有效的 API 金鑰。",
+ "voyage": "Voyage API 金鑰為空。請輸入有效的 API 金鑰。",
+ "ollama": "Ollama API 金鑰為空。請輸入有效的 API 金鑰。"
+ },
+ "agent": {
+ "processing": "正在處理…",
+ "thinking": "正在思考…",
+ "loading": "正在載入…",
+ "generating": "正在生成…"
+ },
+ "name": "AI",
+ "openai": "OpenAI",
+ "use_enhanced_context": "使用增強的上下文",
+ "enhanced_context_description": "提供 AI 更多來自筆記及其相關筆記的內容,以獲得更好的回應",
+ "show_thinking": "顯示思考過程",
+ "show_thinking_description": "顯示 AI 的思維鏈過程",
+ "enter_message": "輸入您的訊息…",
+ "error_contacting_provider": "聯繫 AI 提供者失敗。請檢查您的設定和網路連接。",
+ "error_generating_response": "生成 AI 回應失敗",
+ "index_all_notes": "為所有筆記建立索引",
+ "index_status": "索引狀態",
+ "indexed_notes": "已索引筆記",
+ "indexing_stopped": "已停止索引",
+ "indexing_in_progress": "正在進行索引…",
+ "last_indexed": "最後索引時間",
+ "n_notes_queued_0": "{{ count }} 條筆記已加入索引隊列",
+ "note_chat": "筆記聊天",
+ "notes_indexed_0": "已索引 {{ count }} 條筆記",
+ "sources": "來源",
+ "start_indexing": "開始索引",
+ "use_advanced_context": "使用進階上下文",
+ "ollama_no_url": "Ollama 未設定。請輸入有效的 URL。",
+ "chat": {
+ "root_note_title": "AI 聊天記錄",
+ "root_note_content": "此筆記包含您儲存的 AI 聊天對話。",
+ "new_chat_title": "新聊天",
+ "create_new_ai_chat": "建立新的 AI 聊天"
+ },
+ "create_new_ai_chat": "建立新的 AI 聊天",
+ "configuration_warnings": "您的 AI 配置存在一些問題。請檢查您的設定。",
+ "experimental_warning": "特此提醒:LLM 功能目前正處於實驗階段。",
+ "selected_provider": "已選提供者",
+ "selected_provider_description": "選擇用於聊天和補全功能的 AI 提供者",
+ "select_model": "選擇模型…",
+ "select_provider": "選擇提供者…"
+ },
+ "code-editor-options": {
+ "title": "編輯器"
+ },
+ "revisions_snapshot_interval": {
+ "note_revisions_snapshot_interval_title": "筆記修訂快照間隔",
+ "note_revisions_snapshot_description": "筆記修訂快照間隔是建立新筆記修訂的時間。如需詳細資訊,請參閱 wiki。",
+ "snapshot_time_interval_label": "筆記修訂快照時間間隔:"
+ },
+ "custom_date_time_format": {
+ "title": "自訂日期/時間格式",
+ "description": "透過 或工具列自訂插入日期和時間的格式。有關可用的格式及符號,請參閱 Day.js docs。",
+ "format_string": "格式化字串:",
+ "formatted_time": "格式化日期/時間:"
+ },
+ "multi_factor_authentication": {
+ "title": "多重身份驗證(MFA)",
+ "description": "多重身份驗證(MFA)為您的帳戶增加了一層額外的安全性。多重身份驗證要求您提供一個或多個額外的資訊來驗證您的身份,而不是只輸入密碼來登入。如此一來,即使有人取得您的密碼,如果沒有第二項資訊,他們仍然無法存取您的帳戶。這就像在您的門上多加了一把鎖,讓其他人更難破門而入。note.title = note.title + ' - suffix';+ + {t("execute_script.example_2")} + +
{"for (const attr of note.getOwnedAttributes) { attr.markAsDeleted(); }"}
+ >}
+ >
+ {t("add_label.help_text")}
+ +{t("update_label_value.help_text")}
+ + {t("update_label_value.help_text_note")} + >} + > +{t("delete_note.delete_matched_notes_description")}
+ +{t("delete_note.undelete_notes_instruction")}
+ + {t("delete_note.erase_notes_instruction")} + >} + /> + ); +} + +export default class DeleteNoteBulkAction extends AbstractBulkAction { + static get actionName() { + return "deleteNote"; + } + static get actionTitle() { + return t("delete_note.delete_note"); + } + + doRender() { + return{t("move_note.on_all_matched_notes")}:
+ +{t("rename_note.evaluated_as_js_string")}
+ +{t("update_relation_target.on_all_matched_notes")}:
+ +| {t("about.homepage")} | -https://github.com/TriliumNext/Trilium | -
|---|---|
| {t("about.app_version")} | -{appInfo.appVersion} | -
| {t("about.db_version")} | -{appInfo.dbVersion} | -
| {t("about.sync_version")} | -{appInfo.syncVersion} | -
| {t("about.build_date")} | -{formatDateTime(appInfo.buildDate)} | -
| {t("about.build_revision")} | -- {appInfo.buildRevision} - | -
| {t("about.data_directory")} | -
- |
-
| {t("about.homepage")} | +https://github.com/TriliumNext/Trilium | +
|---|---|
| {t("about.app_version")} | +{appInfo?.appVersion} | +
| {t("about.db_version")} | +{appInfo?.dbVersion} | +
| {t("about.sync_version")} | +{appInfo?.syncVersion} | +
| {t("about.build_date")} | ++ {appInfo?.buildDate ? formatDateTime(appInfo.buildDate) : ""} + | +
| {t("about.build_revision")} | ++ {appInfo?.buildRevision && {appInfo.buildRevision}} + | +
| {t("about.data_directory")} | +
+ {appInfo?.dataDirectory && ( |
+
").text(t("bulk_actions.none_yet"))); - } - } - - renderAvailableActions() { - this.$availableActionList.empty(); - - for (const actionGroup of bulkActionService.ACTION_GROUPS) { - const $actionGroupList = $("