Merge remote-tracking branch 'origin/main' into react/modals

This commit is contained in:
Elian Doran
2025-08-08 21:37:13 +03:00
49 changed files with 5632 additions and 1808 deletions

View File

@@ -0,0 +1,106 @@
{
"keyboard_actions": {
"back-in-note-history": "Navega a la nota previa a l'historial",
"forward-in-note-history": "Navega a la següent nota a l'historial",
"dialogs": "Diàlegs",
"other": "Altres"
},
"login": {
"title": "Inicia sessió",
"password": "Contrasenya",
"button": "Inicia sessió"
},
"set_password": {
"password": "Contrasenya"
},
"setup": {
"next": "Següent",
"title": "Configuració"
},
"setup_sync-from-desktop": {
"step6-here": "aquí"
},
"setup_sync-from-server": {
"server-host-placeholder": "https://<hostname>:<port>",
"proxy-server-placeholder": "https://<hostname>:<port>",
"note": "Nota:",
"password": "Contrasenya",
"password-placeholder": "Contrasenya",
"back": "Torna"
},
"setup_sync-in-progress": {
"outstanding-items-default": "N/A"
},
"share_page": {
"parent": "pare:"
},
"weekdays": {
"monday": "Dilluns",
"tuesday": "Dimarts",
"wednesday": "Dimecres",
"thursday": "Dijous",
"friday": "Divendres",
"saturday": "Dissabte",
"sunday": "Diumenge"
},
"months": {
"january": "Gener",
"february": "Febrer",
"march": "Març",
"april": "Abril",
"may": "Maig",
"june": "Juny",
"july": "Juliol",
"august": "Agost",
"september": "Setembre",
"october": "Octubre",
"november": "Novembre",
"december": "Desembre"
},
"special_notes": {
"search_prefix": "Cerca:"
},
"hidden-subtree": {
"spacer-title": "Espaiador",
"calendar-title": "Calendari",
"bookmarks-title": "Marcadors",
"settings-title": "Ajustos",
"options-title": "Opcions",
"appearance-title": "Aparença",
"shortcuts-title": "Dreceres",
"images-title": "Imatges",
"spellcheck-title": "Correció ortogràfica",
"password-title": "Contrasenya",
"multi-factor-authentication-title": "MFA",
"etapi-title": "ETAPI",
"backup-title": "Còpia de seguretat",
"sync-title": "Sincronització",
"ai-llm-title": "AI/LLM",
"other": "Altres",
"advanced-title": "Avançat",
"inbox-title": "Safata d'entrada"
},
"notes": {
"duplicate-note-suffix": "(dup)"
},
"tray": {
"bookmarks": "Marcadors"
},
"modals": {
"error_title": "Error"
},
"share_theme": {
"search_placeholder": "Cerca...",
"subpages": "Subpàgines:",
"expand": "Expandeix"
},
"hidden_subtree_templates": {
"description": "Descripció",
"calendar": "Calendari",
"table": "Taula",
"geolocation": "Geolocalització",
"board": "Tauler",
"status": "Estat",
"board_status_done": "Fet"
}
}

View File

@@ -1,285 +1,428 @@
{
"keyboard_actions": {
"open-jump-to-note-dialog": "打开“跳转到笔记”对话框",
"search-in-subtree": "在活跃笔记的子树中搜索笔记",
"expand-subtree": "展开当前笔记的子树",
"collapse-tree": "折叠完整的笔记树",
"collapse-subtree": "折叠当前笔记的子树",
"sort-child-notes": "排序子笔记",
"creating-and-moving-notes": "创建和移动笔记",
"create-note-into-inbox": "在收件箱(若已定义)或日记中创建笔记",
"delete-note": "删除笔记",
"move-note-up": "上移笔记",
"move-note-down": "下移笔记",
"move-note-up-in-hierarchy": "在层级中上移笔记",
"move-note-down-in-hierarchy": "在层级中下移笔记",
"edit-note-title": "从树跳转到笔记详情并编辑标题",
"edit-branch-prefix": "显示编辑分支前缀对话框",
"note-clipboard": "笔记剪贴板",
"copy-notes-to-clipboard": "复制选定的笔记到剪贴板",
"paste-notes-from-clipboard": "从剪贴板粘贴笔记到活跃笔记中",
"cut-notes-to-clipboard": "剪切选定的笔记到剪贴板",
"select-all-notes-in-parent": "选择当前笔记级别的所有笔记",
"add-note-above-to-the-selection": "将上方笔记添加到选择中",
"add-note-below-to-selection": "将下方笔记添加到选择中",
"duplicate-subtree": "克隆子树",
"tabs-and-windows": "标签页和窗口",
"open-new-tab": "打开新标签页",
"close-active-tab": "关闭活跃标签页",
"reopen-last-tab": "重开最后关闭的标签页",
"activate-next-tab": "激活右侧标签页",
"activate-previous-tab": "激活左侧标签页",
"open-new-window": "打开新窗口",
"toggle-tray": "从系统托盘显示/隐藏应用程序",
"first-tab": "激活列表中的第一个标签页",
"second-tab": "激活列表中的第二个标签页",
"third-tab": "激活列表中的第三个标签页",
"fourth-tab": "激活列表中的第四个标签页",
"fifth-tab": "激活列表中的第五个标签页",
"sixth-tab": "激活列表中的第六个标签页",
"seventh-tab": "激活列表中的第七个标签页",
"eight-tab": "激活列表中的第八个标签页",
"ninth-tab": "激活列表中的第九个标签页",
"last-tab": "激活列表中的最后一个标签页",
"dialogs": "对话框",
"show-note-source": "显示笔记源对话框",
"show-options": "显示选项对话框",
"show-revisions": "显示笔记修订对话框",
"show-recent-changes": "显示最近更改对话框",
"show-sql-console": "显示 SQL 控制台对话框",
"show-backend-log": "显示后端日志对话框",
"text-note-operations": "文本笔记操作",
"add-link-to-text": "打开对话框以添加链接到文本",
"follow-link-under-cursor": "追踪光标下的链接",
"insert-date-and-time-to-text": "插入当前日期和时间到文本",
"paste-markdown-into-text": "从剪贴板粘贴 Markdown 到文本笔记",
"cut-into-note": "剪切当前笔记的选区并创建包含选定文本的子笔记",
"add-include-note-to-text": "打开对话框以引含一个笔记",
"edit-readonly-note": "编辑只读笔记",
"attributes-labels-and-relations": "属性(标签和关系)",
"add-new-label": "创建新标签",
"create-new-relation": "创建新关系",
"ribbon-tabs": "功能区标签页",
"toggle-basic-properties": "切换基本属性",
"toggle-file-properties": "切换文件属性",
"toggle-image-properties": "切换图像属性",
"toggle-owned-attributes": "切换拥有的属性",
"toggle-inherited-attributes": "切换继承的属性",
"toggle-promoted-attributes": "切换提升的属性",
"toggle-link-map": "切换链接地图",
"toggle-note-info": "切换笔记信息",
"toggle-note-paths": "切换笔记路径",
"toggle-similar-notes": "切换相似笔记",
"other": "其他",
"toggle-right-pane": "切换右侧面板的显示,包括目录和高亮",
"print-active-note": "打印活跃笔记",
"open-note-externally": "以默认应用打开笔记文件",
"render-active-note": "渲染(重新渲染)活跃笔记",
"run-active-note": "运行活跃 JavaScript前/后端)代码笔记",
"toggle-note-hoisting": "切换活跃笔记的聚焦",
"unhoist": "从任意地方取消聚焦",
"reload-frontend-app": "重载前端应用",
"open-dev-tools": "打开开发工具",
"toggle-left-note-tree-panel": "切换左侧(笔记树)面板",
"toggle-full-screen": "切换全屏",
"zoom-out": "缩小",
"zoom-in": "放大",
"note-navigation": "笔记导航",
"reset-zoom-level": "重置缩放级别",
"copy-without-formatting": "格式复制选定文本",
"force-save-revision": "强制创建/保存活跃笔记的新修订版本",
"show-help": "显示内置用户指南",
"toggle-book-properties": "切换书籍属性",
"toggle-classic-editor-toolbar": "为编辑器切换格式标签页的固定工具栏",
"export-as-pdf": "导出当前笔记为 PDF",
"show-cheatsheet": "显示包含常见键盘操作的弹窗",
"toggle-zen-mode": "启用/禁用禅模式(为专注编辑而精简界面)"
},
"login": {
"title": "登录",
"heading": "Trilium 登录",
"incorrect-totp": "TOTP 不正确,请重试。",
"incorrect-password": "密码不正确,请重试。",
"password": "密码",
"remember-me": "记住我",
"button": "登录",
"sign_in_with_sso": "使用 {{ ssoIssuerName }} 登录"
},
"set_password": {
"title": "设置密码",
"heading": "设置密码",
"description": "在您能够从 Web 开始使用 Trilium 之前,您需要先设置一个密码。您之后将使用此密码登录。",
"password": "密码",
"password-confirmation": "密码确认",
"button": "设置密码"
},
"javascript-required": "Trilium 需要启用 JavaScript。",
"setup": {
"heading": "TriliumNext 笔记设置",
"new-document": "我是新用户,我想为我的笔记创建一个新的 Trilium 文档",
"sync-from-desktop": "我已经有一个桌面实例,我想设置与它的同步",
"sync-from-server": "我已经有一个服务器实例,我想设置与它的同步",
"next": "下一步",
"init-in-progress": "文档初始化进行中",
"redirecting": "您将很快被重定向到应用程序。",
"title": "设置"
},
"setup_sync-from-desktop": {
"heading": "从桌面同步",
"description": "此设置需要从桌面实例开始:",
"step1": "打开您的 TriliumNext 笔记桌面实例。",
"step2": "从 Trilium 菜单中,点击“选项”。",
"step3": "点击“同步”类别。",
"step4": "将服务器实例地址更改为:{{- host}} 并点击保存。",
"step5": "点击“测试同步”按钮以验证连接是否成功。",
"step6": "完成这些步骤后,点击{{- link}}。",
"step6-here": "这里"
},
"setup_sync-from-server": {
"heading": "从服务器同步",
"instructions": "请在下面输入 Trilium 服务器地址和凭据。这将从服务器下载整个 Trilium 文档并设置与它的同步。根据文档大小和您的连接的速度,这可能需要一段时间。",
"server-host": "Trilium 服务器地址",
"server-host-placeholder": "https://<主机名称>:<端口>",
"proxy-server": "代理服务器(可选)",
"proxy-server-placeholder": "https://<主机名称>:<端口>",
"note": "注意:",
"proxy-instruction": "如果您将代理设置留空,将使用系统代理(仅适用于桌面应用)",
"password": "密码",
"password-placeholder": "密码",
"back": "返回",
"finish-setup": "完成设置"
},
"setup_sync-in-progress": {
"heading": "同步中",
"successful": "同步已被正确设置。初始同步完成可能需要一些时间。完成后,您将被重定向到登录页面。",
"outstanding-items": "未完成的同步项目",
"outstanding-items-default": "无"
},
"share_404": {
"title": "未找到",
"heading": "未找到"
},
"share_page": {
"parent": "父级:",
"clipped-from": "此笔记最初剪切自 {{- url}}",
"child-notes": "子笔记",
"no-content": "此笔记没有内容。"
},
"weekdays": {
"monday": "周一",
"tuesday": "周二",
"wednesday": "周三",
"thursday": "周四",
"friday": "周五",
"saturday": "周六",
"sunday": "周日"
},
"weekdayNumber": "第 {weekNumber} 周",
"months": {
"january": "一",
"february": "二",
"march": "三",
"april": "四",
"may": "五",
"june": "六",
"july": "七月",
"august": "八月",
"september": "九月",
"october": "十月",
"november": "一月",
"december": "二月"
},
"quarterNumber": "第 {quarterNumber} 季度",
"special_notes": {
"search_prefix": "搜索:"
},
"test_sync": {
"not-configured": "同步服务器主机未配置。请先配置同步。",
"successful": "同步服务器握手成功,同步已开始。"
},
"hidden-subtree": {
"root-title": "隐藏的笔记",
"search-history-title": "搜索历史",
"note-map-title": "笔记地图",
"sql-console-history-title": "SQL 控制台历史",
"shared-notes-title": "共享笔记",
"bulk-action-title": "批量操作",
"backend-log-title": "后端日志",
"user-hidden-title": "隐藏的用户",
"launch-bar-templates-title": "启动栏模板",
"base-abstract-launcher-title": "基础摘要启动器",
"command-launcher-title": "命令启动器",
"note-launcher-title": "笔记启动器",
"script-launcher-title": "脚本启动器",
"built-in-widget-title": "内置小组件",
"spacer-title": "空白占位",
"custom-widget-title": "自定义小组件",
"launch-bar-title": "启动栏",
"available-launchers-title": "可用启动器",
"go-to-previous-note-title": "跳转到上一条笔记",
"go-to-next-note-title": "跳转到下一条笔记",
"new-note-title": "新建笔记",
"search-notes-title": "搜索笔记",
"calendar-title": "日历",
"recent-changes-title": "最近更改",
"bookmarks-title": "书签",
"open-today-journal-note-title": "打开今天的日记笔记",
"quick-search-title": "快速搜索",
"protected-session-title": "受保护的会话",
"sync-status-title": "同步状态",
"settings-title": "设置",
"options-title": "选项",
"appearance-title": "外观",
"shortcuts-title": "快捷键",
"text-notes": "文本笔记",
"code-notes-title": "代码笔记",
"images-title": "图片",
"spellcheck-title": "拼写检查",
"password-title": "密码",
"multi-factor-authentication-title": "多因素认证",
"etapi-title": "ETAPI",
"backup-title": "备份",
"sync-title": "同步",
"other": "其他",
"advanced-title": "高级",
"visible-launchers-title": "可见启动器",
"user-guide": "用户指南",
"localization": "语言和区域"
},
"notes": {
"new-note": "新建笔记",
"duplicate-note-suffix": "(重复)",
"duplicate-note-title": "{{- noteTitle }} {{ duplicateNoteSuffix }}"
},
"backend_log": {
"log-does-not-exist": "后端日志文件 '{{ fileName }}' 暂不存在。",
"reading-log-failed": "读取后端日志文件 '{{ fileName }}' 失败。"
},
"content_renderer": {
"note-cannot-be-displayed": "笔记类型无法显示。"
},
"pdf": {
"export_filter": "PDF 文档 (*.pdf)",
"unable-to-export-message": "当前笔记无法被导出为 PDF。",
"unable-to-export-title": "无法导出为 PDF",
"unable-to-save-message": "所选文件不能被写入。重试或选择另一个目的地。"
},
"tray": {
"tooltip": "TriliumNext 笔记",
"close": "退出 Trilium",
"recents": "最近笔记",
"bookmarks": "书签",
"today": "打开今天的日记笔记",
"new-note": "新建笔记",
"show-windows": "显示窗口",
"open_new_window": "打开新窗口"
},
"migration": {
"old_version": "由您当前版本的直接迁移不被支持。请先升级到最新的 v0.60.4 然后再到这个版本。",
"error_message": "迁移到版本 {{version}} 时发生错误: {{stack}}",
"wrong_db_version": "数据库的版本({{version}})新于应用期望的版本({{targetVersion}}),这意味着它由一个更加新的且不兼容的 Trilium 所创建。升级到最新版的 Trilium 以解决此问题。"
},
"modals": {
"error_title": "错误"
}
"keyboard_actions": {
"open-jump-to-note-dialog": "打开“跳转到笔记”对话框",
"search-in-subtree": "在当前笔记的子树中搜索笔记",
"expand-subtree": "展开当前笔记的子树",
"collapse-tree": "折叠完整的笔记树",
"collapse-subtree": "折叠当前笔记的子树",
"sort-child-notes": "排序子笔记",
"creating-and-moving-notes": "创建和移动笔记",
"create-note-into-inbox": "在收件箱(若已定义)或日记中创建笔记",
"delete-note": "删除笔记",
"move-note-up": "上移笔记",
"move-note-down": "下移笔记",
"move-note-up-in-hierarchy": "在层级中上移笔记",
"move-note-down-in-hierarchy": "在层级中下移笔记",
"edit-note-title": "从树跳转到笔记详情并编辑标题",
"edit-branch-prefix": "显示编辑分支前缀对话框",
"note-clipboard": "笔记剪贴板",
"copy-notes-to-clipboard": "复制选定的笔记到剪贴板",
"paste-notes-from-clipboard": "从剪贴板粘贴笔记到当前笔记中",
"cut-notes-to-clipboard": "剪切选定的笔记到剪贴板",
"select-all-notes-in-parent": "选择当前笔记级别的所有笔记",
"add-note-above-to-the-selection": "将上方笔记添加到选择中",
"add-note-below-to-selection": "将下方笔记添加到选择中",
"duplicate-subtree": "复制子树",
"tabs-and-windows": "标签页和窗口",
"open-new-tab": "打开新标签页",
"close-active-tab": "关闭当前标签页",
"reopen-last-tab": "重新打开最后关闭的标签页",
"activate-next-tab": "切换下一个标签页",
"activate-previous-tab": "切换上一个标签页",
"open-new-window": "打开新窗口",
"toggle-tray": "显示/隐藏系统托盘图标",
"first-tab": "切换到第一个标签页",
"second-tab": "切换到第二个标签页",
"third-tab": "切换到第三个标签页",
"fourth-tab": "切换到第四个标签页",
"fifth-tab": "切换到第五个标签页",
"sixth-tab": "切换到第六个标签页",
"seventh-tab": "切换到第七个标签页",
"eight-tab": "切换到第八个标签页",
"ninth-tab": "切换到第九个标签页",
"last-tab": "切换到最后一个标签页",
"dialogs": "对话框",
"show-note-source": "显示笔记源代码对话框",
"show-options": "显示选项对话框",
"show-revisions": "显示修订历史对话框",
"show-recent-changes": "显示最近更改对话框",
"show-sql-console": "显示SQL控制台对话框",
"show-backend-log": "显示后端日志对话框",
"text-note-operations": "文本笔记操作",
"add-link-to-text": "打开对话框以添加链接到文本",
"follow-link-under-cursor": "访问光标下的链接",
"insert-date-and-time-to-text": "在文本中插入日期和时间",
"paste-markdown-into-text": "从剪贴板粘贴 Markdown 到文本笔记",
"cut-into-note": "剪切当前笔记的选区并创建包含选定文本的子笔记",
"add-include-note-to-text": "打开对话框以添加一个包含笔记",
"edit-readonly-note": "编辑只读笔记",
"attributes-labels-and-relations": "属性(标签和关系)",
"add-new-label": "创建新标签",
"create-new-relation": "创建新关系",
"ribbon-tabs": "功能区标签页",
"toggle-basic-properties": "切换基本属性",
"toggle-file-properties": "切换文件属性",
"toggle-image-properties": "切换图像属性",
"toggle-owned-attributes": "切换拥有的属性",
"toggle-inherited-attributes": "切换继承的属性",
"toggle-promoted-attributes": "切换提升的属性",
"toggle-link-map": "切换链接地图",
"toggle-note-info": "切换笔记信息",
"toggle-note-paths": "切换笔记路径",
"toggle-similar-notes": "切换相似笔记",
"other": "其他",
"toggle-right-pane": "切换右侧面板的显示,包括目录和高亮",
"print-active-note": "打印当前笔记",
"open-note-externally": "以默认应用打开笔记文件",
"render-active-note": "渲染(重新渲染)当前笔记",
"run-active-note": "运行当前 JavaScript前/后端)代码笔记",
"toggle-note-hoisting": "提升笔记",
"unhoist": "取消提升笔记",
"reload-frontend-app": "重新加载前端应用",
"open-dev-tools": "打开开发工具",
"toggle-left-note-tree-panel": "切换左侧(笔记树)面板",
"toggle-full-screen": "切换全屏模式",
"zoom-out": "缩小",
"zoom-in": "放大",
"note-navigation": "笔记导航",
"reset-zoom-level": "重置缩放级别",
"copy-without-formatting": "格式复制选定文本",
"force-save-revision": "强制创建/保存当前笔记的新修订版本",
"show-help": "显示帮助",
"toggle-book-properties": "切换书籍属性",
"toggle-classic-editor-toolbar": "为编辑器切换格式标签页的固定工具栏",
"export-as-pdf": "导出当前笔记为 PDF",
"show-cheatsheet": "显示快捷键指南",
"toggle-zen-mode": "启用/禁用禅模式(为专注编辑而精简界面)",
"open-command-palette": "打开命令面板",
"quick-search": "激活快速搜索栏",
"create-note-after": "在当前笔记后面创建笔记",
"create-note-into": "创建笔记作为当前笔记的子笔记",
"clone-notes-to": "克隆选中的笔记到",
"move-notes-to": "移动选中的笔记到",
"find-in-text": "在文本中查找",
"back-in-note-history": "导航到历史记录中的上一个笔记",
"forward-in-note-history": "导航到历史记录的下一个笔记",
"scroll-to-active-note": "滚动笔记树到当前笔记"
},
"login": {
"title": "登录",
"heading": "Trilium 登录",
"incorrect-totp": "TOTP 不正确,请重试。",
"incorrect-password": "密码不正确,请重试。",
"password": "密码",
"remember-me": "记住我",
"button": "登录",
"sign_in_with_sso": "使用 {{ ssoIssuerName }} 登录"
},
"set_password": {
"title": "设置密码",
"heading": "设置密码",
"description": "在您能够从Web开始使用Trilium之前您需要先设置一个密码。您之后将使用此密码登录。",
"password": "密码",
"password-confirmation": "密码确认",
"button": "设置密码"
},
"javascript-required": "Trilium需要启用JavaScript。",
"setup": {
"heading": "TriliumNext笔记设置",
"new-document": "我是新用户我想为我的笔记创建一个新的Trilium文档",
"sync-from-desktop": "我已经有一个桌面实例,我想设置与它的同步",
"sync-from-server": "我已经有一个服务器实例,我想设置与它的同步",
"next": "下一步",
"init-in-progress": "文档初始化进行中",
"redirecting": "您将很快被重定向到应用程序。",
"title": "设置"
},
"setup_sync-from-desktop": {
"heading": "从桌面同步",
"description": "此设置需要从桌面实例开始:",
"step1": "打开您的TriliumNext笔记桌面实例。",
"step2": "Trilium菜单中,点击“选项”。",
"step3": "点击“同步”类别。",
"step4": "服务器实例地址更改为:{{- host}} 并点击保存。",
"step5": "点击“测试同步”按钮以验证连接是否成功。",
"step6": "完成这些步骤后,点击{{- link}}。",
"step6-here": "这里"
},
"setup_sync-from-server": {
"heading": "从服务器同步",
"instructions": "请在下面输入Trilium服务器地址和凭据。这将从服务器下载整个Trilium文档并设置与它的同步。根据文档大小和您的连接的速度这可能需要一段时间。",
"server-host": "Trilium服务器地址",
"server-host-placeholder": "https://<主机名称>:<端口>",
"proxy-server": "代理服务器(可选)",
"proxy-server-placeholder": "https://<主机名称>:<端口>",
"note": "注意",
"proxy-instruction": "如果您将代理设置留空,将使用系统代理(仅适用于桌面应用)",
"password": "密码",
"password-placeholder": "密码",
"back": "返回",
"finish-setup": "完成设置"
},
"setup_sync-in-progress": {
"heading": "同步中",
"successful": "同步已被正确设置。初始同步完成可能需要一些时间。完成后,您将被重定向到登录页面。",
"outstanding-items": "未完成的同步项目",
"outstanding-items-default": ""
},
"share_404": {
"title": "未找到",
"heading": "未找到"
},
"share_page": {
"parent": "父级:",
"clipped-from": "此笔记最初剪切自 {{- url}}",
"child-notes": "子笔记:",
"no-content": "此笔记没有内容。"
},
"weekdays": {
"monday": "一",
"tuesday": "二",
"wednesday": "三",
"thursday": "四",
"friday": "五",
"saturday": "六",
"sunday": "周日"
},
"weekdayNumber": "第 {weekNumber} 周",
"months": {
"january": "一月",
"february": "二月",
"march": "三月",
"april": "四月",
"may": "五月",
"june": "六月",
"july": "七月",
"august": "八月",
"september": "九月",
"october": "十月",
"november": "十一月",
"december": "十二月"
},
"quarterNumber": "第 {quarterNumber} 季度",
"special_notes": {
"search_prefix": "搜索:"
},
"test_sync": {
"not-configured": "同步服务器主机未配置。请先配置同步。",
"successful": "同步服务器握手成功,同步已开始。"
},
"hidden-subtree": {
"root-title": "隐藏的笔记",
"search-history-title": "搜索历史",
"note-map-title": "笔记地图",
"sql-console-history-title": "SQL 控制台历史",
"shared-notes-title": "共享笔记",
"bulk-action-title": "批量操作",
"backend-log-title": "后端日志",
"user-hidden-title": "隐藏的用户",
"launch-bar-templates-title": "启动栏模板",
"base-abstract-launcher-title": "基础摘要启动器",
"command-launcher-title": "命令启动器",
"note-launcher-title": "笔记启动器",
"script-launcher-title": "脚本启动器",
"built-in-widget-title": "内置小组件",
"spacer-title": "空白占位",
"custom-widget-title": "自定义小组件",
"launch-bar-title": "启动栏",
"available-launchers-title": "可用启动器",
"go-to-previous-note-title": "跳转到上一条笔记",
"go-to-next-note-title": "跳转到下一条笔记",
"new-note-title": "新建笔记",
"search-notes-title": "搜索笔记",
"calendar-title": "日历",
"recent-changes-title": "最近更改",
"bookmarks-title": "书签",
"open-today-journal-note-title": "打开今天的日记笔记",
"quick-search-title": "快速搜索",
"protected-session-title": "受保护的会话",
"sync-status-title": "同步状态",
"settings-title": "设置",
"options-title": "选项",
"appearance-title": "外观",
"shortcuts-title": "快捷键",
"text-notes": "文本笔记",
"code-notes-title": "代码笔记",
"images-title": "图片",
"spellcheck-title": "拼写检查",
"password-title": "密码",
"multi-factor-authentication-title": "多因素认证",
"etapi-title": "ETAPI",
"backup-title": "备份",
"sync-title": "同步",
"other": "其他",
"advanced-title": "高级",
"visible-launchers-title": "可见启动器",
"user-guide": "用户指南",
"localization": "语言和区域",
"jump-to-note-title": "跳转至...",
"llm-chat-title": "笔记聊天",
"ai-llm-title": "AI/LLM",
"inbox-title": "收件箱"
},
"notes": {
"new-note": "新建笔记",
"duplicate-note-suffix": "(重复)",
"duplicate-note-title": "{{- noteTitle }} {{ duplicateNoteSuffix }}"
},
"backend_log": {
"log-does-not-exist": "后端日志文件 '{{ fileName }}' 暂不存在。",
"reading-log-failed": "读取后端日志文件 '{{ fileName }}' 失败。"
},
"content_renderer": {
"note-cannot-be-displayed": "此笔记类型无法显示。"
},
"pdf": {
"export_filter": "PDF 文档 (*.pdf)",
"unable-to-export-message": "当前笔记无法被导出为 PDF。",
"unable-to-export-title": "无法导出为 PDF",
"unable-to-save-message": "所选文件不能被写入。重试或选择另一个目的地。"
},
"tray": {
"tooltip": "TriliumNext 笔记",
"close": "退出 Trilium",
"recents": "最近笔记",
"bookmarks": "书签",
"today": "打开今天的日记笔记",
"new-note": "新建笔记",
"show-windows": "显示窗口",
"open_new_window": "打开新窗口"
},
"migration": {
"old_version": "由您当前版本的直接迁移不被支持。请先升级到最新的 v0.60.4 然后再到这个版本。",
"error_message": "迁移到版本 {{version}} 时发生错误: {{stack}}",
"wrong_db_version": "数据库的版本({{version}})新于应用期望的版本({{targetVersion}}),这意味着它由一个更加新的且不兼容的 Trilium 所创建。升级到最新版的 Trilium 以解决此问题。"
},
"modals": {
"error_title": "错误"
},
"keyboard_action_names": {
"back-in-note-history": "返回笔记历史",
"forward-in-note-history": "前进笔记历史",
"jump-to-note": "跳转到...",
"command-palette": "命令面板",
"scroll-to-active-note": "滚动到当前笔记",
"quick-search": "快速搜索",
"search-in-subtree": "在子树中搜索",
"expand-subtree": "展开子树",
"collapse-tree": "折叠整个树",
"collapse-subtree": "折叠子树",
"sort-child-notes": "排序子笔记",
"create-note-after": "在后面创建笔记",
"create-note-into": "创建笔记到",
"create-note-into-inbox": "创建笔记到收件箱",
"delete-notes": "删除笔记",
"move-note-up": "上移笔记",
"move-note-down": "下移笔记",
"move-note-up-in-hierarchy": "在层级中上移笔记",
"move-note-down-in-hierarchy": "在层级中下移笔记",
"edit-note-title": "编辑笔记标题",
"edit-branch-prefix": "编辑分支前缀",
"clone-notes-to": "克隆笔记到",
"move-notes-to": "移动笔记到",
"copy-notes-to-clipboard": "复制笔记到剪贴板",
"paste-notes-from-clipboard": "从剪贴板粘贴笔记",
"cut-notes-to-clipboard": "剪切笔记到剪贴板",
"select-all-notes-in-parent": "选择父节点中所有笔记",
"zoom-in": "放大",
"zoom-out": "缩小",
"reset-zoom-level": "重置缩放级别",
"copy-without-formatting": "无格式复制",
"force-save-revision": "强制保存修订版本",
"add-note-above-to-selection": "将上方笔记添加到选择",
"add-note-below-to-selection": "将下方笔记添加到选择",
"duplicate-subtree": "复制子树",
"open-new-tab": "打开新标签页",
"close-active-tab": "关闭当前标签页",
"reopen-last-tab": "重新打开最后关闭的标签页",
"activate-next-tab": "切换下一个标签页",
"activate-previous-tab": "切换上一个标签页",
"open-new-window": "打开新窗口",
"toggle-system-tray-icon": "显示/隐藏系统托盘图标",
"toggle-zen-mode": "启用/禁用禅模式",
"switch-to-first-tab": "切换到第一个标签页",
"switch-to-second-tab": "切换到第二个标签页",
"switch-to-third-tab": "切换到第三个标签页",
"switch-to-fourth-tab": "切换到第四个标签页",
"switch-to-fifth-tab": "切换到第五个标签页",
"switch-to-sixth-tab": "切换到第六个标签页",
"switch-to-seventh-tab": "切换到第七个标签页",
"switch-to-eighth-tab": "切换到第八个标签页",
"switch-to-ninth-tab": "切换到第九个标签页",
"switch-to-last-tab": "切换到最后一个标签页",
"show-note-source": "显示笔记源代码",
"show-options": "显示选项",
"show-revisions": "显示修订历史",
"show-recent-changes": "显示最近更改",
"show-sql-console": "显示SQL控制台",
"show-backend-log": "显示后端日志",
"show-help": "显示帮助",
"show-cheatsheet": "显示快捷键指南",
"add-link-to-text": "为文本添加链接",
"follow-link-under-cursor": "访问光标下的链接",
"insert-date-and-time-to-text": "在文本中插入日期和时间",
"paste-markdown-into-text": "粘贴Markdown到文本",
"cut-into-note": "剪切到笔记",
"add-include-note-to-text": "在文本中添加包含笔记",
"edit-read-only-note": "编辑只读笔记",
"add-new-label": "添加新标签",
"add-new-relation": "添加新关系",
"toggle-ribbon-tab-classic-editor": "切换功能区标签:经典编辑器",
"toggle-ribbon-tab-basic-properties": "切换功能区标签:基本属性",
"toggle-ribbon-tab-book-properties": "切换功能区标签:书籍属性",
"toggle-ribbon-tab-file-properties": "切换功能区标签:文件属性",
"toggle-ribbon-tab-image-properties": "切换功能区标签:图片属性",
"toggle-ribbon-tab-owned-attributes": "切换功能区标签:自有属性",
"toggle-ribbon-tab-inherited-attributes": "切换功能区标签:继承属性",
"toggle-ribbon-tab-promoted-attributes": "切换功能区标签:提升属性",
"toggle-ribbon-tab-note-map": "切换功能区标签:笔记地图",
"toggle-ribbon-tab-note-info": "切换功能区标签:笔记信息",
"toggle-ribbon-tab-note-paths": "切换功能区标签:笔记路径",
"toggle-ribbon-tab-similar-notes": "切换功能区标签:相似笔记",
"toggle-right-pane": "切换右侧面板",
"print-active-note": "打印当前笔记",
"export-active-note-as-pdf": "导出当前笔记为 PDF",
"open-note-externally": "在外部打开笔记",
"render-active-note": "渲染当前笔记",
"run-active-note": "运行当前笔记",
"toggle-note-hoisting": "提升笔记",
"unhoist-note": "取消提升笔记",
"reload-frontend-app": "重新加载前端应用",
"open-developer-tools": "打开开发者工具",
"find-in-text": "在文本中查找",
"toggle-left-pane": "切换左侧面板",
"toggle-full-screen": "切换全屏模式"
},
"share_theme": {
"site-theme": "网站主题",
"search_placeholder": "搜索...",
"image_alt": "文章图片",
"last-updated": "最后更新于 {{- date}}",
"subpages": "子页面:",
"on-this-page": "本页内容",
"expand": "展开"
},
"hidden_subtree_templates": {
"text-snippet": "文本片段",
"description": "描述",
"list-view": "列表视图",
"grid-view": "网格视图",
"calendar": "日历",
"table": "表格",
"geo-map": "地理地图",
"start-date": "开始日期",
"end-date": "结束日期",
"start-time": "开始时间",
"end-time": "结束时间",
"geolocation": "地理位置",
"built-in-templates": "内置模板",
"board": "看板",
"status": "状态",
"board_note_first": "第一个笔记",
"board_note_second": "第二个笔记",
"board_note_third": "第三个笔记",
"board_status_todo": "待办",
"board_status_progress": "进行中",
"board_status_done": "已完成"
}
}

View File

@@ -1,266 +1,277 @@
{
"keyboard_actions": {
"open-jump-to-note-dialog": "Öffne das Dialogfeld \"Zu Notiz springen\"",
"search-in-subtree": "Nach Notizen im Unterbaum der aktuellen Notiz suchen",
"expand-subtree": "Unterbaum der aktuellen Notiz ausklappen",
"collapse-tree": "Gesamten Notizbaum einklappen",
"collapse-subtree": "Unterbaum der aktuellen Notiz einklappen",
"sort-child-notes": "Untergeordnete Notizen sortieren",
"creating-and-moving-notes": "Notizen erstellen und verschieben",
"create-note-into-inbox": "Erstelle eine Notiz im Posteingang (falls definiert) oder in der Tagesnotiz",
"delete-note": "Notiz löschen",
"move-note-up": "Notiz nach oben verschieben",
"move-note-down": "Notiz nach unten verschieben",
"move-note-up-in-hierarchy": "Notiz in der Hierarchie nach oben verschieben",
"move-note-down-in-hierarchy": "Notiz in der Hierarchie nach unten verschieben",
"edit-note-title": "Vom Notiz-Baum zur Notiz-Detailansicht springen und den Titel bearbeiten",
"edit-branch-prefix": "Dialog zum Bearbeiten des Zweigpräfixes anzeigen",
"note-clipboard": "Notiz-Zwischenablage",
"copy-notes-to-clipboard": "Ausgewählte Notizen in die Zwischenablage kopieren",
"paste-notes-from-clipboard": "Notizen aus der Zwischenablage in die aktive Notiz einfügen",
"cut-notes-to-clipboard": "Ausgewählte Notizen in die Zwischenablage ausschneiden",
"select-all-notes-in-parent": "Alle Notizen der aktuellen Notizenebene auswählen",
"add-note-above-to-the-selection": "Notiz oberhalb der Auswahl hinzufügen",
"add-note-below-to-selection": "Notiz unterhalb der Auswahl hinzufügen",
"duplicate-subtree": "Unterbaum duplizieren",
"tabs-and-windows": "Tabs & Fenster",
"open-new-tab": "Neuen Tab öffnen",
"close-active-tab": "Aktiven Tab schließen",
"reopen-last-tab": "Zuletzt geschlossenen Tab wieder öffnen",
"activate-next-tab": "Rechten Tab aktivieren",
"activate-previous-tab": "Linken Tab aktivieren",
"open-new-window": "Neues leeres Fenster öffnen",
"toggle-tray": "Anwendung im Systemtray anzeigen/verstecken",
"first-tab": "Ersten Tab in der Liste aktivieren",
"second-tab": " Zweiten Tab in der Liste aktivieren",
"third-tab": "Dritten Tab in der Liste aktivieren",
"fourth-tab": "Vierten Tab in der Liste aktivieren",
"fifth-tab": "Fünften Tab in der Liste aktivieren",
"sixth-tab": "Sechsten Tab in der Liste aktivieren",
"seventh-tab": "Siebten Tab in der Liste aktivieren",
"eight-tab": "Achten Tab in der Liste aktivieren",
"ninth-tab": "Neunten Tab in der Liste aktivieren",
"last-tab": "Letzten Tab in der Liste aktivieren",
"dialogs": "Dialoge",
"show-note-source": "Notizquellen-Dialog anzeigen",
"show-options": "Optionen-Dialog anzeigen",
"show-revisions": "Notizrevisionen-Dialog anzeigen",
"show-recent-changes": "Letzte Änderungen-Dialog anzeigen",
"show-sql-console": "SQL-Konsole-Dialog anzeigen",
"show-backend-log": "Backend-Logs-Dialog anzeigen",
"text-note-operations": "Textnotiz-Operationen",
"add-link-to-text": "Dialogfeld zum Hinzufügen eines Links zum Text öffnen",
"follow-link-under-cursor": "Folge dem Link, unter dem Mauszeiger",
"insert-date-and-time-to-text": "Aktuelles Datum & Uhrzeit in den Text einfügen",
"paste-markdown-into-text": "Markdown aus der Zwischenablage in die Textnotiz einfügen",
"cut-into-note": "Auswahl aus der aktuellen Notiz ausschneiden und eine Unternotiz mit dem ausgewählten Text erstellen",
"add-include-note-to-text": "Notiz-Einfügen-Dialog öffnen",
"edit-readonly-note": "Schreibgeschützte Notiz bearbeiten",
"attributes-labels-and-relations": "Attribute (Labels & Verknüpfungen)",
"add-new-label": "Neues Label erstellen",
"create-new-relation": "Neue Verknüpfungen",
"ribbon-tabs": "Ribbon-Tabs",
"toggle-basic-properties": "Grundattribute umschalten",
"toggle-file-properties": "Dateiattribute umschalten",
"toggle-image-properties": "Bildattribute umschalten",
"toggle-owned-attributes": "Eigene Attribute umschalten",
"toggle-inherited-attributes": "Vererbte Attribute umschalten",
"toggle-promoted-attributes": "Beworbene Attribute umschalten",
"toggle-link-map": "Link-Karte umschalten",
"toggle-note-info": "Notizinformationen umschalten",
"toggle-note-paths": "Notizpfade umschalten",
"toggle-similar-notes": "Ähnliche Notizen umschalten",
"other": "Sonstige",
"toggle-right-pane": "Anzeige der rechten Leiste umschalten, das Inhaltsverzeichnis und Markierungen enthält",
"print-active-note": "Aktive Notiz drucken",
"open-note-externally": "Notiz als Datei mit Standardanwendung öffnen",
"render-active-note": "Aktive Notiz rendern (erneut rendern)",
"run-active-note": "Aktive JavaScript(Frontend/Backend)-Codenotiz ausführen",
"toggle-note-hoisting": "Notiz-Fokus der aktiven Notiz umschalten",
"unhoist": "Notiz-Fokus aufheben",
"reload-frontend-app": "Frontend-App neuladen",
"open-dev-tools": "Entwicklertools öffnen",
"toggle-left-note-tree-panel": "Linke Notizbaum-Leiste umschalten",
"toggle-full-screen": "Vollbildmodus umschalten",
"zoom-out": "Herauszoomen",
"zoom-in": "Hineinzoomen",
"note-navigation": "Notiznavigation",
"reset-zoom-level": "Zoomlevel zurücksetzen",
"copy-without-formatting": "Ausgewählten Text ohne Formatierung kopieren",
"force-save-revision": "Erstellen / Speichern einer neuen Notizrevision der aktiven Notiz erzwingen",
"show-help": "Eingebaute Hilfe / Cheat-Sheet anzeigen",
"toggle-book-properties": "Buch-Eigenschaften umschalten"
},
"login": {
"title": "Anmeldung",
"heading": "Trilium Anmeldung",
"incorrect-password": "Das Passwort ist falsch. Bitte versuche es erneut.",
"password": "Passwort",
"remember-me": "Angemeldet bleiben",
"button": "Anmelden"
},
"set_password": {
"title": "Passwort festlegen",
"heading": "Passwort festlegen",
"description": "Bevor du Trilium im Web verwenden kannst, musst du zuerst ein Passwort festlegen. Du wirst dieses Passwort dann zur Anmeldung verwenden.",
"password": "Passwort",
"password-confirmation": "Passwortbestätigung",
"button": "Passwort festlegen"
},
"javascript-required": "Trilium erfordert, dass JavaScript aktiviert ist.",
"setup": {
"heading": "Trilium Notes Setup",
"new-document": "Ich bin ein neuer Benutzer und möchte ein neues Trilium-Dokument für meine Notizen erstellen",
"sync-from-desktop": "Ich habe bereits eine Desktop-Instanz und möchte die Synchronisierung damit einrichten",
"sync-from-server": "Ich habe bereits eine Server-Instanz und möchte die Synchronisierung damit einrichten",
"next": "Weiter",
"init-in-progress": "Dokumenteninitialisierung läuft",
"redirecting": "Du wirst in Kürze zur Anwendung weitergeleitet.",
"title": "Setup"
},
"setup_sync-from-desktop": {
"heading": "Synchronisation vom Desktop",
"description": "Dieses Setup muss von der Desktop-Instanz aus initiiert werden:",
"step1": "Öffne deine Trilium Notes Desktop-Instanz.",
"step2": "Klicke im Trilium-Menü auf Optionen.",
"step3": "Klicke auf die Kategorie Synchronisation.",
"step4": "Ändere die Server-Instanzadresse auf: {{- host}} und klicke auf Speichern.",
"step5": "Klicke auf den Button \"Test-Synchronisation\", um zu überprüfen, ob die Verbindung erfolgreich ist.",
"step6": "Sobald du diese Schritte abgeschlossen hast, klicke auf {{- link}}.",
"step6-here": "hier"
},
"setup_sync-from-server": {
"heading": "Synchronisation vom Server",
"instructions": "Bitte gib unten die Trilium-Server-Adresse und die Zugangsdaten ein. Dies wird das gesamte Trilium-Dokument vom Server herunterladen und die Synchronisation einrichten. Je nach Dokumentgröße und Verbindungsgeschwindigkeit kann dies eine Weile dauern.",
"server-host": "Trilium Server-Adresse",
"server-host-placeholder": "https://<hostname>:<port>",
"proxy-server": "Proxy-Server (optional)",
"proxy-server-placeholder": "https://<hostname>:<port>",
"note": "Hinweis:",
"proxy-instruction": "Wenn du die Proxy-Einstellung leer lässt, wird der System-Proxy verwendet (gilt nur für die Desktop-Anwendung)",
"password": "Passwort",
"password-placeholder": "Passwort",
"back": "Zurück",
"finish-setup": "Setup abschließen"
},
"setup_sync-in-progress": {
"heading": "Synchronisation läuft",
"successful": "Die Synchronisation wurde erfolgreich eingerichtet. Es wird eine Weile dauern, bis die erste Synchronisation abgeschlossen ist. Sobald dies erledigt ist, wirst du zur Anmeldeseite weitergeleitet.",
"outstanding-items": "Ausstehende Synchronisationselemente:",
"outstanding-items-default": "N/A"
},
"share_404": {
"title": "Nicht gefunden",
"heading": "Nicht gefunden"
},
"share_page": {
"parent": "Übergeordnete Notiz:",
"clipped-from": "Diese Notiz wurde ursprünglich von {{- url}} ausgeschnitten",
"child-notes": "Untergeordnete Notizen:",
"no-content": "Diese Notiz hat keinen Inhalt."
},
"weekdays": {
"monday": "Montag",
"tuesday": "Dienstag",
"wednesday": "Mittwoch",
"thursday": "Donnerstag",
"friday": "Freitag",
"saturday": "Samstag",
"sunday": "Sonntag"
},
"months": {
"january": "Januar",
"february": "Februar",
"march": "März",
"april": "April",
"may": "Mai",
"june": "Juni",
"july": "Juli",
"august": "August",
"september": "September",
"october": "Oktober",
"november": "November",
"december": "Dezember"
},
"special_notes": {
"search_prefix": "Suche:"
},
"test_sync": {
"not-configured": "Der Synchronisations-Server-Host ist nicht konfiguriert. Bitte konfiguriere zuerst die Synchronisation.",
"successful": "Die Server-Verbindung wurde erfolgreich hergestellt, die Synchronisation wurde gestartet."
},
"hidden-subtree": {
"root-title": "Versteckte Notizen",
"search-history-title": "Suchverlauf",
"note-map-title": "Notiz Karte",
"sql-console-history-title": "SQL Konsolen Verlauf",
"shared-notes-title": "Geteilte Notizen",
"bulk-action-title": "Massenverarbeitung",
"backend-log-title": "Backend Log",
"user-hidden-title": "Versteckt vom Nutzer",
"launch-bar-templates-title": "Startleiste Vorlagen",
"base-abstract-launcher-title": "Basis Abstrakte Startleiste",
"command-launcher-title": "Befehlslauncher",
"note-launcher-title": "Notiz Launcher",
"script-launcher-title": "Script Launcher",
"built-in-widget-title": "Eingebautes Widget",
"spacer-title": "Freifeld",
"custom-widget-title": "Custom Widget",
"launch-bar-title": "Launchbar",
"available-launchers-title": "Verfügbare Launchers",
"go-to-previous-note-title": "Zur vorherigen Notiz gehen",
"go-to-next-note-title": "Zur nächsten Notiz gehen",
"new-note-title": "Neue Notiz",
"search-notes-title": "Notizen durchsuchen",
"calendar-title": "Kalender",
"recent-changes-title": "neue Änderungen",
"bookmarks-title": "Lesezeichen",
"open-today-journal-note-title": "Heutigen Journaleintrag öffnen",
"quick-search-title": "Schnellsuche",
"protected-session-title": "Geschützte Sitzung",
"sync-status-title": "Sync Status",
"settings-title": "Einstellungen",
"options-title": "Optionen",
"appearance-title": "Erscheinungsbild",
"shortcuts-title": "Tastaturkürzel",
"text-notes": "Text Notizen",
"code-notes-title": "Code Notizen",
"images-title": "Bilder",
"spellcheck-title": "Rechtschreibprüfung",
"password-title": "Passwort",
"etapi-title": "ETAPI",
"backup-title": "Sicherung",
"sync-title": "Sync",
"other": "Weitere",
"advanced-title": "Erweitert",
"visible-launchers-title": "Sichtbare Launcher",
"user-guide": "Nutzerhandbuch"
},
"notes": {
"new-note": "Neue Notiz",
"duplicate-note-suffix": "(dup)",
"duplicate-note-title": "{{- noteTitle }} {{ duplicateNoteSuffix }}"
},
"backend_log": {
"log-does-not-exist": "Die Backend-Log-Datei '{{ fileName }}' existiert (noch) nicht.",
"reading-log-failed": "Das Lesen der Backend-Log-Datei '{{ fileName }}' ist fehlgeschlagen."
},
"content_renderer": {
"note-cannot-be-displayed": "Dieser Notiztyp kann nicht angezeigt werden."
},
"pdf": {
"export_filter": "PDF Dokument (*.pdf)",
"unable-to-export-message": "Die aktuelle Notiz konnte nicht als PDF exportiert werden.",
"unable-to-export-title": "Export als PDF fehlgeschlagen",
"unable-to-save-message": "Die ausgewählte Datei konnte nicht beschrieben werden. Erneut versuchen oder ein anderes Ziel auswählen."
},
"tray": {
"tooltip": "Trilium Notes",
"close": "Trilium schließen",
"recents": "Kürzliche Notizen",
"bookmarks": "Lesezeichen",
"today": "Heutigen Journal Eintrag öffnen",
"new-note": "Neue Notiz",
"show-windows": "Fenster anzeigen"
}
"keyboard_actions": {
"open-jump-to-note-dialog": "Öffne das Dialogfeld \"Zu Notiz springen\"",
"search-in-subtree": "Nach Notizen im Unterbaum der aktuellen Notiz suchen",
"expand-subtree": "Unterbaum der aktuellen Notiz ausklappen",
"collapse-tree": "Gesamten Notizbaum einklappen",
"collapse-subtree": "Unterbaum der aktuellen Notiz einklappen",
"sort-child-notes": "Untergeordnete Notizen sortieren",
"creating-and-moving-notes": "Notizen erstellen und verschieben",
"create-note-into-inbox": "Erstelle eine Notiz im Posteingang (falls definiert) oder in der Tagesnotiz",
"delete-note": "Notiz löschen",
"move-note-up": "Notiz nach oben verschieben",
"move-note-down": "Notiz nach unten verschieben",
"move-note-up-in-hierarchy": "Notiz in der Hierarchie nach oben verschieben",
"move-note-down-in-hierarchy": "Notiz in der Hierarchie nach unten verschieben",
"edit-note-title": "Vom Notiz-Baum zur Notiz-Detailansicht springen und den Titel bearbeiten",
"edit-branch-prefix": "Dialog zum Bearbeiten des Zweigpräfixes anzeigen",
"note-clipboard": "Notiz-Zwischenablage",
"copy-notes-to-clipboard": "Ausgewählte Notizen in die Zwischenablage kopieren",
"paste-notes-from-clipboard": "Notizen aus der Zwischenablage in die aktive Notiz einfügen",
"cut-notes-to-clipboard": "Ausgewählte Notizen in die Zwischenablage ausschneiden",
"select-all-notes-in-parent": "Alle Notizen der aktuellen Notizenebene auswählen",
"add-note-above-to-the-selection": "Notiz oberhalb der Auswahl hinzufügen",
"add-note-below-to-selection": "Notiz unterhalb der Auswahl hinzufügen",
"duplicate-subtree": "Unterbaum duplizieren",
"tabs-and-windows": "Tabs & Fenster",
"open-new-tab": "Neuen Tab öffnen",
"close-active-tab": "Aktiven Tab schließen",
"reopen-last-tab": "Zuletzt geschlossenen Tab wieder öffnen",
"activate-next-tab": "Rechten Tab aktivieren",
"activate-previous-tab": "Linken Tab aktivieren",
"open-new-window": "Neues leeres Fenster öffnen",
"toggle-tray": "Anwendung im Systemtray anzeigen/verstecken",
"first-tab": "Ersten Tab in der Liste aktivieren",
"second-tab": " Zweiten Tab in der Liste aktivieren",
"third-tab": "Dritten Tab in der Liste aktivieren",
"fourth-tab": "Vierten Tab in der Liste aktivieren",
"fifth-tab": "Fünften Tab in der Liste aktivieren",
"sixth-tab": "Sechsten Tab in der Liste aktivieren",
"seventh-tab": "Siebten Tab in der Liste aktivieren",
"eight-tab": "Achten Tab in der Liste aktivieren",
"ninth-tab": "Neunten Tab in der Liste aktivieren",
"last-tab": "Letzten Tab in der Liste aktivieren",
"dialogs": "Dialoge",
"show-note-source": "Notizquellen-Dialog anzeigen",
"show-options": "Optionen-Dialog anzeigen",
"show-revisions": "Notizrevisionen-Dialog anzeigen",
"show-recent-changes": "Letzte Änderungen-Dialog anzeigen",
"show-sql-console": "SQL-Konsole-Dialog anzeigen",
"show-backend-log": "Backend-Logs-Dialog anzeigen",
"text-note-operations": "Textnotiz-Operationen",
"add-link-to-text": "Dialogfeld zum Hinzufügen eines Links zum Text öffnen",
"follow-link-under-cursor": "Folge dem Link, unter dem Mauszeiger",
"insert-date-and-time-to-text": "Aktuelles Datum & Uhrzeit in den Text einfügen",
"paste-markdown-into-text": "Markdown aus der Zwischenablage in die Textnotiz einfügen",
"cut-into-note": "Auswahl aus der aktuellen Notiz ausschneiden und eine Unternotiz mit dem ausgewählten Text erstellen",
"add-include-note-to-text": "Notiz-Einfügen-Dialog öffnen",
"edit-readonly-note": "Schreibgeschützte Notiz bearbeiten",
"attributes-labels-and-relations": "Attribute (Labels & Verknüpfungen)",
"add-new-label": "Neues Label erstellen",
"create-new-relation": "Neue Verknüpfungen",
"ribbon-tabs": "Ribbon-Tabs",
"toggle-basic-properties": "Grundattribute umschalten",
"toggle-file-properties": "Dateiattribute umschalten",
"toggle-image-properties": "Bildattribute umschalten",
"toggle-owned-attributes": "Eigene Attribute umschalten",
"toggle-inherited-attributes": "Vererbte Attribute umschalten",
"toggle-promoted-attributes": "Beworbene Attribute umschalten",
"toggle-link-map": "Link-Karte umschalten",
"toggle-note-info": "Notizinformationen umschalten",
"toggle-note-paths": "Notizpfade umschalten",
"toggle-similar-notes": "Ähnliche Notizen umschalten",
"other": "Sonstige",
"toggle-right-pane": "Anzeige der rechten Leiste umschalten, das Inhaltsverzeichnis und Markierungen enthält",
"print-active-note": "Aktive Notiz drucken",
"open-note-externally": "Notiz als Datei mit Standardanwendung öffnen",
"render-active-note": "Aktive Notiz rendern (erneut rendern)",
"run-active-note": "Aktive JavaScript(Frontend/Backend)-Codenotiz ausführen",
"toggle-note-hoisting": "Notiz-Fokus der aktiven Notiz umschalten",
"unhoist": "Notiz-Fokus aufheben",
"reload-frontend-app": "Frontend-App neuladen",
"open-dev-tools": "Entwicklertools öffnen",
"toggle-left-note-tree-panel": "Linke Notizbaum-Leiste umschalten",
"toggle-full-screen": "Vollbildmodus umschalten",
"zoom-out": "Herauszoomen",
"zoom-in": "Hineinzoomen",
"note-navigation": "Notiznavigation",
"reset-zoom-level": "Zoomlevel zurücksetzen",
"copy-without-formatting": "Ausgewählten Text ohne Formatierung kopieren",
"force-save-revision": "Erstellen / Speichern einer neuen Notizrevision der aktiven Notiz erzwingen",
"show-help": "Eingebaute Hilfe / Cheat-Sheet anzeigen",
"toggle-book-properties": "Buch-Eigenschaften umschalten",
"clone-notes-to": "Ausgewählte Notizen duplizieren",
"open-command-palette": "Kommandopalette öffnen",
"export-as-pdf": "Aktuelle Notiz als PDF exportieren"
},
"login": {
"title": "Anmeldung",
"heading": "Trilium Anmeldung",
"incorrect-password": "Das Passwort ist falsch. Bitte versuche es erneut.",
"password": "Passwort",
"remember-me": "Angemeldet bleiben",
"button": "Anmelden"
},
"set_password": {
"title": "Passwort festlegen",
"heading": "Passwort festlegen",
"description": "Bevor du Trilium im Web verwenden kannst, musst du zuerst ein Passwort festlegen. Du wirst dieses Passwort dann zur Anmeldung verwenden.",
"password": "Passwort",
"password-confirmation": "Passwortbestätigung",
"button": "Passwort festlegen"
},
"javascript-required": "Trilium erfordert, dass JavaScript aktiviert ist.",
"setup": {
"heading": "Trilium Notes Setup",
"new-document": "Ich bin ein neuer Benutzer und möchte ein neues Trilium-Dokument für meine Notizen erstellen",
"sync-from-desktop": "Ich habe bereits eine Desktop-Instanz und möchte die Synchronisierung damit einrichten",
"sync-from-server": "Ich habe bereits eine Server-Instanz und möchte die Synchronisierung damit einrichten",
"next": "Weiter",
"init-in-progress": "Dokumenteninitialisierung läuft",
"redirecting": "Du wirst in Kürze zur Anwendung weitergeleitet.",
"title": "Setup"
},
"setup_sync-from-desktop": {
"heading": "Synchronisation vom Desktop",
"description": "Dieses Setup muss von der Desktop-Instanz aus initiiert werden:",
"step1": "Öffne deine Trilium Notes Desktop-Instanz.",
"step2": "Klicke im Trilium-Menü auf Optionen.",
"step3": "Klicke auf die Kategorie Synchronisation.",
"step4": "Ändere die Server-Instanzadresse auf: {{- host}} und klicke auf Speichern.",
"step5": "Klicke auf den Button \"Test-Synchronisation\", um zu überprüfen, ob die Verbindung erfolgreich ist.",
"step6": "Sobald du diese Schritte abgeschlossen hast, klicke auf {{- link}}.",
"step6-here": "hier"
},
"setup_sync-from-server": {
"heading": "Synchronisation vom Server",
"instructions": "Bitte gib unten die Trilium-Server-Adresse und die Zugangsdaten ein. Dies wird das gesamte Trilium-Dokument vom Server herunterladen und die Synchronisation einrichten. Je nach Dokumentgröße und Verbindungsgeschwindigkeit kann dies eine Weile dauern.",
"server-host": "Trilium Server-Adresse",
"server-host-placeholder": "https://<hostname>:<port>",
"proxy-server": "Proxy-Server (optional)",
"proxy-server-placeholder": "https://<hostname>:<port>",
"note": "Hinweis:",
"proxy-instruction": "Wenn du die Proxy-Einstellung leer lässt, wird der System-Proxy verwendet (gilt nur für die Desktop-Anwendung)",
"password": "Passwort",
"password-placeholder": "Passwort",
"back": "Zurück",
"finish-setup": "Setup abschließen"
},
"setup_sync-in-progress": {
"heading": "Synchronisation läuft",
"successful": "Die Synchronisation wurde erfolgreich eingerichtet. Es wird eine Weile dauern, bis die erste Synchronisation abgeschlossen ist. Sobald dies erledigt ist, wirst du zur Anmeldeseite weitergeleitet.",
"outstanding-items": "Ausstehende Synchronisationselemente:",
"outstanding-items-default": "N/A"
},
"share_404": {
"title": "Nicht gefunden",
"heading": "Nicht gefunden"
},
"share_page": {
"parent": "Übergeordnete Notiz:",
"clipped-from": "Diese Notiz wurde ursprünglich von {{- url}} ausgeschnitten",
"child-notes": "Untergeordnete Notizen:",
"no-content": "Diese Notiz hat keinen Inhalt."
},
"weekdays": {
"monday": "Montag",
"tuesday": "Dienstag",
"wednesday": "Mittwoch",
"thursday": "Donnerstag",
"friday": "Freitag",
"saturday": "Samstag",
"sunday": "Sonntag"
},
"months": {
"january": "Januar",
"february": "Februar",
"march": "März",
"april": "April",
"may": "Mai",
"june": "Juni",
"july": "Juli",
"august": "August",
"september": "September",
"october": "Oktober",
"november": "November",
"december": "Dezember"
},
"special_notes": {
"search_prefix": "Suche:"
},
"test_sync": {
"not-configured": "Der Synchronisations-Server-Host ist nicht konfiguriert. Bitte konfiguriere zuerst die Synchronisation.",
"successful": "Die Server-Verbindung wurde erfolgreich hergestellt, die Synchronisation wurde gestartet."
},
"hidden-subtree": {
"root-title": "Versteckte Notizen",
"search-history-title": "Suchverlauf",
"note-map-title": "Notiz Karte",
"sql-console-history-title": "SQL Konsolen Verlauf",
"shared-notes-title": "Geteilte Notizen",
"bulk-action-title": "Massenverarbeitung",
"backend-log-title": "Backend Log",
"user-hidden-title": "Versteckt vom Nutzer",
"launch-bar-templates-title": "Startleiste Vorlagen",
"base-abstract-launcher-title": "Basis Abstrakte Startleiste",
"command-launcher-title": "Befehlslauncher",
"note-launcher-title": "Notiz Launcher",
"script-launcher-title": "Script Launcher",
"built-in-widget-title": "Eingebautes Widget",
"spacer-title": "Freifeld",
"custom-widget-title": "Custom Widget",
"launch-bar-title": "Launchbar",
"available-launchers-title": "Verfügbare Launchers",
"go-to-previous-note-title": "Zur vorherigen Notiz gehen",
"go-to-next-note-title": "Zur nächsten Notiz gehen",
"new-note-title": "Neue Notiz",
"search-notes-title": "Notizen durchsuchen",
"calendar-title": "Kalender",
"recent-changes-title": "neue Änderungen",
"bookmarks-title": "Lesezeichen",
"open-today-journal-note-title": "Heutigen Journaleintrag öffnen",
"quick-search-title": "Schnellsuche",
"protected-session-title": "Geschützte Sitzung",
"sync-status-title": "Sync Status",
"settings-title": "Einstellungen",
"options-title": "Optionen",
"appearance-title": "Erscheinungsbild",
"shortcuts-title": "Tastaturkürzel",
"text-notes": "Text Notizen",
"code-notes-title": "Code Notizen",
"images-title": "Bilder",
"spellcheck-title": "Rechtschreibprüfung",
"password-title": "Passwort",
"etapi-title": "ETAPI",
"backup-title": "Sicherung",
"sync-title": "Sync",
"other": "Weitere",
"advanced-title": "Erweitert",
"visible-launchers-title": "Sichtbare Launcher",
"user-guide": "Nutzerhandbuch"
},
"notes": {
"new-note": "Neue Notiz",
"duplicate-note-suffix": "(dup)",
"duplicate-note-title": "{{- noteTitle }} {{ duplicateNoteSuffix }}"
},
"backend_log": {
"log-does-not-exist": "Die Backend-Log-Datei '{{ fileName }}' existiert (noch) nicht.",
"reading-log-failed": "Das Lesen der Backend-Log-Datei '{{ fileName }}' ist fehlgeschlagen."
},
"content_renderer": {
"note-cannot-be-displayed": "Dieser Notiztyp kann nicht angezeigt werden."
},
"pdf": {
"export_filter": "PDF Dokument (*.pdf)",
"unable-to-export-message": "Die aktuelle Notiz konnte nicht als PDF exportiert werden.",
"unable-to-export-title": "Export als PDF fehlgeschlagen",
"unable-to-save-message": "Die ausgewählte Datei konnte nicht beschrieben werden. Erneut versuchen oder ein anderes Ziel auswählen."
},
"tray": {
"tooltip": "Trilium Notes",
"close": "Trilium schließen",
"recents": "Kürzliche Notizen",
"bookmarks": "Lesezeichen",
"today": "Heutigen Journal Eintrag öffnen",
"new-note": "Neue Notiz",
"show-windows": "Fenster anzeigen"
},
"hidden_subtree_templates": {
"table": "Tabelle",
"board_status_done": "Erledigt"
},
"keyboard_action_names": {
"copy-notes-to-clipboard": "Notizen in Zwischenablage kopieren",
"paste-notes-from-clipboard": "Notizen aus Zwischenablage einfügen"
}
}

View File

@@ -0,0 +1 @@
{}

View File

@@ -15,10 +15,10 @@
"create-note-into": "Crear nota como subnota de la nota activa",
"create-note-into-inbox": "Crear una nota en la bandeja de entrada (si está definida) o nota del día",
"delete-note": "Eliminar nota",
"move-note-up": "Mover nota hacia arriba",
"move-note-down": "Mover nota hacia abajo",
"move-note-up-in-hierarchy": "Mover nota hacia arriba en la jerarquía",
"move-note-down-in-hierarchy": "Mover nota hacia abajo en la jerarquía",
"move-note-up": "Subir nota",
"move-note-down": "Bajar nota",
"move-note-up-in-hierarchy": "Subir nota en la jerarquía",
"move-note-down-in-hierarchy": "Bajar nota en la jerarquía",
"edit-note-title": "Saltar del árbol al detalle de la nota y editar el título",
"edit-branch-prefix": "Mostrar cuadro de diálogo Editar prefijo de rama",
"cloneNotesTo": "Clonar notas seleccionadas",
@@ -75,7 +75,7 @@
"toggle-image-properties": "Alternar propiedades de imagen",
"toggle-owned-attributes": "Alternar atributos de propiedad",
"toggle-inherited-attributes": "Alternar atributos heredados",
"toggle-promoted-attributes": "Alternar atributos promocionados",
"toggle-promoted-attributes": "Alternar atributos destacados",
"toggle-link-map": "Alternar mapa de enlaces",
"toggle-note-info": "Alternar información de nota",
"toggle-note-paths": "Alternar rutas de notas",
@@ -373,7 +373,36 @@
"zoom-in": "Acercar",
"zoom-out": "Alejar",
"toggle-full-screen": "Activar/desactivar pantalla completa",
"toggle-left-pane": "Abrir/cerrar panel izquierdo"
"toggle-left-pane": "Abrir/cerrar panel izquierdo",
"toggle-right-pane": "Mostrar/ocultar panel derecho",
"unhoist-note": "Desanclar nota",
"toggle-note-hoisting": "Activar/desactivar anclaje de nota",
"show-cheatsheet": "Mostrar hoja de referencia",
"follow-link-under-cursor": "Seguir enlace bajo cursor",
"reload-frontend-app": "Recargar aplicación del cliente",
"run-active-note": "Ejecutar nota activa",
"render-active-note": "Generar nota activa",
"back-in-note-history": "Anterior en el historial de notas",
"forward-in-note-history": "Posterior en el historial de notas",
"cut-notes-to-clipboard": "Cortar notas al portapapeles",
"select-all-notes-in-parent": "Seleccionar todas las notas en padre",
"show-backend-log": "Mostrar registro del servidor",
"paste-markdown-into-text": "Pegar Markdown en el texto",
"cut-into-note": "Cortar en la nota",
"add-include-note-to-text": "Agregar nota incluida al texto",
"force-save-revision": "Forzar guardado de revisión",
"toggle-ribbon-tab-classic-editor": "Mostrar pestaña de la cinta de opciones: Editor clásico",
"toggle-ribbon-tab-basic-properties": "Mostrar pestaña de la cinta de opciones: Propiedades básicas",
"toggle-ribbon-tab-book-properties": "Mostrar pestaña de la cinta de opciones: Propiedades de libro",
"toggle-ribbon-tab-file-properties": "Mostrar pestaña de la cinta de opciones: Propiedades de archivo",
"toggle-ribbon-tab-image-properties": "Mostrar pestaña de la cinta de opciones: Propiedades de imagen",
"toggle-ribbon-tab-inherited-attributes": "Mostrar pestaña de la cinta de opciones: Atributos heredados",
"toggle-ribbon-tab-note-map": "Mostrar pestaña de la cinta de opciones: Mapa de notas",
"toggle-ribbon-tab-note-info": "Mostrar pestaña de la cinta de opciones: Información de nota",
"toggle-ribbon-tab-note-paths": "Mostrar pestaña de la cinta de opciones: Rutas de nota",
"toggle-ribbon-tab-similar-notes": "Mostrar pestaña de la cinta de opciones: Notas similares",
"toggle-ribbon-tab-owned-attributes": "Mostrar pestaña de la cinta de opciones: Propiedades asignadas",
"toggle-ribbon-tab-promoted-attributes": "Mostrar pestaña de la cinta de opciones: Atributos destacados"
},
"hidden_subtree_templates": {
"board_note_first": "Primera nota",
@@ -385,6 +414,17 @@
"list-view": "Vista de lista",
"grid-view": "Vista de cuadrícula",
"status": "Estado",
"table": "Tabla"
"table": "Tabla",
"text-snippet": "Fragmento de texto",
"geo-map": "Mapa Geo",
"start-date": "Fecha de inicio",
"end-date": "Fecha de finalización",
"start-time": "Hora de inicio",
"end-time": "Hora de finalización",
"geolocation": "Geolocalización",
"built-in-templates": "Plantillas predefinidas",
"board_status_todo": "Por hacer",
"board_status_done": "Hecho",
"board": "Tablero"
}
}

View File

@@ -1,278 +1,287 @@
{
"keyboard_actions": {
"open-jump-to-note-dialog": "Ouvrir la boîte de dialogue \"Aller à la note\"",
"search-in-subtree": "Rechercher des notes dans les sous-arbres de la note active",
"expand-subtree": "Développer le sous-arbre de la note actuelle",
"collapse-tree": "Réduire toute l'arborescence des notes",
"collapse-subtree": "Réduire le sous-arbre de la note actuelle",
"sort-child-notes": "Trier les notes enfants",
"creating-and-moving-notes": "Créer et déplacer des notes",
"create-note-into-inbox": "Créer une note dans l'emplacement par défaut (si défini) ou une note journalière",
"delete-note": "Supprimer la note",
"move-note-up": "Déplacer la note vers le haut",
"move-note-down": "Déplacer la note vers le bas",
"move-note-up-in-hierarchy": "Déplacer la note vers le haut dans la hiérarchie",
"move-note-down-in-hierarchy": "Déplacer la note vers le bas dans la hiérarchie",
"edit-note-title": "Passer de l'arborescence aux détails d'une note et éditer le titre",
"edit-branch-prefix": "Afficher la fenêtre Éditer le préfixe de branche",
"note-clipboard": "Note presse-papiers",
"copy-notes-to-clipboard": "Copier les notes sélectionnées dans le presse-papiers",
"paste-notes-from-clipboard": "Coller les notes depuis le presse-papiers dans la note active",
"cut-notes-to-clipboard": "Couper les notes sélectionnées dans le presse-papiers",
"select-all-notes-in-parent": "Sélectionner toutes les notes du niveau de la note active",
"add-note-above-to-the-selection": "Ajouter la note au-dessus de la sélection",
"add-note-below-to-selection": "Ajouter la note en dessous de la sélection",
"duplicate-subtree": "Dupliquer le sous-arbre",
"tabs-and-windows": "Onglets et fenêtres",
"open-new-tab": "Ouvrir un nouvel onglet",
"close-active-tab": "Fermer l'onglet actif",
"reopen-last-tab": "Rouvrir le dernier onglet fermé",
"activate-next-tab": "Basculer vers l'onglet à droite de l'onglet actif",
"activate-previous-tab": "Basculer vers l'onglet à gauche de l'onglet actif",
"open-new-window": "Ouvrir une nouvelle fenêtre vide",
"toggle-tray": "Afficher/masquer l'application dans la barre des tâches",
"first-tab": "Basculer vers le premier onglet dans la liste",
"second-tab": "Basculer vers le deuxième onglet dans la liste",
"third-tab": "Basculer vers le troisième onglet dans la liste",
"fourth-tab": "Basculer vers le quatrième onglet dans la liste",
"fifth-tab": "Basculer vers le cinquième onglet dans la liste",
"sixth-tab": "Basculer vers le sixième onglet dans la liste",
"seventh-tab": "Basculer vers le septième onglet dans la liste",
"eight-tab": "Basculer vers le huitième onglet dans la liste",
"ninth-tab": "Basculer vers le neuvième onglet dans la liste",
"last-tab": "Basculer vers le dernier onglet dans la liste",
"dialogs": "Boîtes de dialogue",
"show-note-source": "Affiche la boîte de dialogue Source de la note",
"show-options": "Afficher les Options",
"show-revisions": "Afficher la boîte de dialogue Versions de la note",
"show-recent-changes": "Afficher la boîte de dialogue Modifications récentes",
"show-sql-console": "Afficher la boîte de dialogue Console SQL",
"show-backend-log": "Afficher la boîte de dialogue Journal du backend",
"text-note-operations": "Opérations sur les notes textuelles",
"add-link-to-text": "Ouvrir la boîte de dialogue pour ajouter un lien dans le texte",
"follow-link-under-cursor": "Suivre le lien sous le curseur",
"insert-date-and-time-to-text": "Insérer la date et l'heure dans le texte",
"paste-markdown-into-text": "Coller du texte au format Markdown dans la note depuis le presse-papiers",
"cut-into-note": "Couper la sélection depuis la note actuelle et créer une sous-note avec le texte sélectionné",
"add-include-note-to-text": "Ouvrir la boîte de dialogue pour Inclure une note",
"edit-readonly-note": "Éditer une note en lecture seule",
"attributes-labels-and-relations": "Attributs (labels et relations)",
"add-new-label": "Créer un nouveau label",
"create-new-relation": "Créer une nouvelle relation",
"ribbon-tabs": "Onglets du ruban",
"toggle-basic-properties": "Afficher/masquer les Propriétés de base de la note",
"toggle-file-properties": "Afficher/masquer les Propriétés du fichier",
"toggle-image-properties": "Afficher/masquer les Propriétés de l'image",
"toggle-owned-attributes": "Afficher/masquer les Attributs propres",
"toggle-inherited-attributes": "Afficher/masquer les Attributs hérités",
"toggle-promoted-attributes": "Afficher/masquer les Attributs promus",
"toggle-link-map": "Afficher/masquer la Carte de la note",
"toggle-note-info": "Afficher/masquer les Informations de la note",
"toggle-note-paths": "Afficher/masquer les Emplacements de la note",
"toggle-similar-notes": "Afficher/masquer les Notes similaires",
"other": "Autre",
"toggle-right-pane": "Afficher/masquer le volet droit, qui inclut la Table des matières et les Accentuations",
"print-active-note": "Imprimer la note active",
"open-note-externally": "Ouvrir la note comme fichier avec l'application par défaut",
"render-active-note": "Rendre (ou re-rendre) la note active",
"run-active-note": "Exécuter le code JavaScript (frontend/backend) de la note active",
"toggle-note-hoisting": "Activer le focus sur la note active",
"unhoist": "Désactiver tout focus",
"reload-frontend-app": "Recharger l'application",
"open-dev-tools": "Ouvrir les outils de développement",
"toggle-left-note-tree-panel": "Basculer le panneau gauche (arborescence des notes)",
"toggle-full-screen": "Basculer en plein écran",
"zoom-out": "Dézoomer",
"zoom-in": "Zoomer",
"note-navigation": "Navigation dans les notes",
"reset-zoom-level": "Réinitialiser le niveau de zoom",
"copy-without-formatting": "Copier le texte sélectionné sans mise en forme",
"force-save-revision": "Forcer la création / sauvegarde d'une nouvelle version de la note active",
"show-help": "Affiche le guide de l'utilisateur intégré",
"toggle-book-properties": "Afficher/masquer les Propriétés du Livre",
"toggle-classic-editor-toolbar": "Activer/désactiver l'onglet Mise en forme de l'éditeur avec la barre d'outils fixe",
"export-as-pdf": "Exporte la note actuelle en PDF",
"show-cheatsheet": "Affiche une fenêtre modale avec des opérations de clavier courantes",
"toggle-zen-mode": "Active/désactive le mode zen (interface réduite pour favoriser la concentration)"
},
"login": {
"title": "Connexion",
"heading": "Connexion à Trilium",
"incorrect-password": "Le mot de passe est incorrect. Veuillez réessayer.",
"password": "Mot de passe",
"remember-me": "Se souvenir de moi",
"button": "Connexion"
},
"set_password": {
"title": "Définir un mot de passe",
"heading": "Définir un mot de passe",
"description": "Avant de pouvoir commencer à utiliser Trilium depuis le web, vous devez d'abord définir un mot de passe. Vous utiliserez ensuite ce mot de passe pour vous connecter.",
"password": "Mot de passe",
"password-confirmation": "Confirmation du mot de passe",
"button": "Définir le mot de passe"
},
"javascript-required": "Trilium nécessite que JavaScript soit activé.",
"setup": {
"heading": "Configuration de Trilium Notes",
"new-document": "Je suis un nouvel utilisateur et je souhaite créer un nouveau document Trilium pour mes notes",
"sync-from-desktop": "J'ai déjà l'application de bureau et je souhaite configurer la synchronisation avec celle-ci",
"sync-from-server": "J'ai déjà un serveur et je souhaite configurer la synchronisation avec celui-ci",
"next": "Suivant",
"init-in-progress": "Initialisation du document en cours",
"redirecting": "Vous serez bientôt redirigé vers l'application.",
"title": "Configuration"
},
"setup_sync-from-desktop": {
"heading": "Synchroniser depuis une application de bureau",
"description": "Cette procédure doit être réalisée depuis l'application de bureau installée sur votre ordinateur:",
"step1": "Ouvrez l'application Trilium Notes.",
"step2": "Dans le menu Trilium, cliquez sur Options.",
"step3": "Cliquez sur la catégorie Synchroniser.",
"step4": "Remplacez l'adresse de l'instance de serveur par : {{- host}} et cliquez sur Enregistrer.",
"step5": "Cliquez sur le bouton 'Tester la synchronisation' pour vérifier que la connexion fonctionne.",
"step6": "Une fois que vous avez terminé ces étapes, cliquez sur {{- link}}.",
"step6-here": "ici"
},
"setup_sync-from-server": {
"heading": "Synchroniser depuis le serveur",
"instructions": "Veuillez saisir l'adresse du serveur Trilium et les informations d'identification ci-dessous. Cela téléchargera l'intégralité du document Trilium à partir du serveur et configurera la synchronisation avec celui-ci. En fonction de la taille du document et de votre vitesse de connexion, cela peut prendre un plusieurs minutes.",
"server-host": "Adresse du serveur Trilium",
"server-host-placeholder": "https://<nom d'hôte>:<port>",
"proxy-server": "Serveur proxy (facultatif)",
"proxy-server-placeholder": "https://<nom d'hôte>:<port>",
"note": "Note :",
"proxy-instruction": "Si vous laissez le paramètre de proxy vide, le proxy du système sera utilisé (s'applique uniquement à l'application de bureau)",
"password": "Mot de passe",
"password-placeholder": "Mot de passe",
"back": "Retour",
"finish-setup": "Terminer"
},
"setup_sync-in-progress": {
"heading": "Synchronisation en cours",
"successful": "La synchronisation a été correctement configurée. La synchronisation initiale prendra un certain temps. Une fois terminée, vous serez redirigé vers la page de connexion.",
"outstanding-items": "Éléments de synchronisation exceptionnels :",
"outstanding-items-default": "N/A"
},
"share_404": {
"title": "Page non trouvée",
"heading": "Page non trouvée"
},
"share_page": {
"parent": "parent :",
"clipped-from": "Cette note a été initialement extraite de {{- url}}",
"child-notes": "Notes enfants :",
"no-content": "Cette note n'a aucun contenu."
},
"weekdays": {
"monday": "Lundi",
"tuesday": "Mardi",
"wednesday": "Mercredi",
"thursday": "Jeudi",
"friday": "Vendredi",
"saturday": "Samedi",
"sunday": "Dimanche"
},
"months": {
"january": "Janvier",
"february": "Février",
"march": "Mars",
"april": "Avril",
"may": "Mai",
"june": "Juin",
"july": "Juillet",
"august": "Août",
"september": "Septembre",
"october": "Octobre",
"november": "Novembre",
"december": "Décembre"
},
"special_notes": {
"search_prefix": "Recherche :"
},
"test_sync": {
"not-configured": "L'hôte du serveur de synchronisation n'est pas configuré. Veuillez d'abord configurer la synchronisation.",
"successful": "L'établissement de liaison du serveur de synchronisation a été réussi, la synchronisation a été démarrée."
},
"hidden-subtree": {
"root-title": "Notes cachées",
"search-history-title": "Historique de recherche",
"note-map-title": "Carte de la Note",
"sql-console-history-title": "Historique de la console SQL",
"shared-notes-title": "Notes partagées",
"bulk-action-title": "Action groupée",
"backend-log-title": "Journal Backend",
"user-hidden-title": "Utilisateur masqué",
"launch-bar-templates-title": "Modèles de barre de raccourcis",
"base-abstract-launcher-title": "Raccourci Base abstraite",
"command-launcher-title": "Raccourci Commande",
"note-launcher-title": "Raccourci Note",
"script-launcher-title": "Raccourci Script",
"built-in-widget-title": "Widget intégré",
"spacer-title": "Séparateur",
"custom-widget-title": "Widget personnalisé",
"launch-bar-title": "Barre de lancement",
"available-launchers-title": "Raccourcis disponibles",
"go-to-previous-note-title": "Aller à la note précédente",
"go-to-next-note-title": "Aller à la note suivante",
"new-note-title": "Nouvelle note",
"search-notes-title": "Rechercher des notes",
"calendar-title": "Calendrier",
"recent-changes-title": "Modifications récentes",
"bookmarks-title": "Signets",
"open-today-journal-note-title": "Ouvrir la note du journal du jour",
"quick-search-title": "Recherche rapide",
"protected-session-title": "Session protégée",
"sync-status-title": "État de la synchronisation",
"settings-title": "Réglages",
"options-title": "Options",
"appearance-title": "Apparence",
"shortcuts-title": "Raccourcis",
"text-notes": "Notes de texte",
"code-notes-title": "Notes de code",
"images-title": "Images",
"spellcheck-title": "Correcteur orthographique",
"password-title": "Mot de passe",
"etapi-title": "ETAPI",
"backup-title": "Sauvegarde",
"sync-title": "Synchronisation",
"other": "Autre",
"advanced-title": "Avancé",
"visible-launchers-title": "Raccourcis visibles",
"user-guide": "Guide de l'utilisateur"
},
"notes": {
"new-note": "Nouvelle note",
"duplicate-note-suffix": "(dup)",
"duplicate-note-title": "{{- noteTitle }} {{ duplicateNoteSuffix }}"
},
"backend_log": {
"log-does-not-exist": "Le fichier journal '{{ fileName }}' n'existe pas (encore).",
"reading-log-failed": "La lecture du fichier journal d'administration '{{ fileName }}' a échoué."
},
"content_renderer": {
"note-cannot-be-displayed": "Ce type de note ne peut pas être affiché."
},
"pdf": {
"export_filter": "Document PDF (*.pdf)",
"unable-to-export-message": "La note actuelle n'a pas pu être exportée en format PDF.",
"unable-to-export-title": "Impossible d'exporter au format PDF",
"unable-to-save-message": "Le fichier sélectionné n'a pas pu être écrit. Réessayez ou sélectionnez une autre destination."
},
"tray": {
"tooltip": "Trilium Notes",
"close": "Quitter Trilium",
"recents": "Notes récentes",
"bookmarks": "Signets",
"today": "Ouvrir la note du journal du jour",
"new-note": "Nouvelle note",
"show-windows": "Afficher les fenêtres"
},
"migration": {
"old_version": "La migration directe à partir de votre version actuelle n'est pas prise en charge. Veuillez d'abord mettre à jour vers la version v0.60.4, puis vers cette nouvelle version.",
"error_message": "Erreur lors de la migration vers la version {{version}}: {{stack}}",
"wrong_db_version": "La version de la base de données ({{version}}) est plus récente que ce que l'application supporte actuellement ({{targetVersion}}), ce qui signifie qu'elle a été créée par une version plus récente et incompatible de Trilium. Mettez à jour vers la dernière version de Trilium pour résoudre ce problème."
},
"modals": {
"error_title": "Erreur"
}
"keyboard_actions": {
"open-jump-to-note-dialog": "Ouvrir la boîte de dialogue \"Aller à la note\"",
"search-in-subtree": "Rechercher des notes dans les sous-arbres de la note active",
"expand-subtree": "Développer le sous-arbre de la note actuelle",
"collapse-tree": "Réduire toute l'arborescence des notes",
"collapse-subtree": "Réduire le sous-arbre de la note actuelle",
"sort-child-notes": "Trier les notes enfants",
"creating-and-moving-notes": "Créer et déplacer des notes",
"create-note-into-inbox": "Créer une note dans l'emplacement par défaut (si défini) ou une note journalière",
"delete-note": "Supprimer la note",
"move-note-up": "Déplacer la note vers le haut",
"move-note-down": "Déplacer la note vers le bas",
"move-note-up-in-hierarchy": "Déplacer la note vers le haut dans la hiérarchie",
"move-note-down-in-hierarchy": "Déplacer la note vers le bas dans la hiérarchie",
"edit-note-title": "Passer de l'arborescence aux détails d'une note et éditer le titre",
"edit-branch-prefix": "Afficher la fenêtre Éditer le préfixe de branche",
"note-clipboard": "Note presse-papiers",
"copy-notes-to-clipboard": "Copier les notes sélectionnées dans le presse-papiers",
"paste-notes-from-clipboard": "Coller les notes depuis le presse-papiers dans la note active",
"cut-notes-to-clipboard": "Couper les notes sélectionnées dans le presse-papiers",
"select-all-notes-in-parent": "Sélectionner toutes les notes du niveau de la note active",
"add-note-above-to-the-selection": "Ajouter la note au-dessus de la sélection",
"add-note-below-to-selection": "Ajouter la note en dessous de la sélection",
"duplicate-subtree": "Dupliquer le sous-arbre",
"tabs-and-windows": "Onglets et fenêtres",
"open-new-tab": "Ouvrir un nouvel onglet",
"close-active-tab": "Fermer l'onglet actif",
"reopen-last-tab": "Rouvrir le dernier onglet fermé",
"activate-next-tab": "Basculer vers l'onglet à droite de l'onglet actif",
"activate-previous-tab": "Basculer vers l'onglet à gauche de l'onglet actif",
"open-new-window": "Ouvrir une nouvelle fenêtre vide",
"toggle-tray": "Afficher/masquer l'application dans la barre des tâches",
"first-tab": "Basculer vers le premier onglet dans la liste",
"second-tab": "Basculer vers le deuxième onglet dans la liste",
"third-tab": "Basculer vers le troisième onglet dans la liste",
"fourth-tab": "Basculer vers le quatrième onglet dans la liste",
"fifth-tab": "Basculer vers le cinquième onglet dans la liste",
"sixth-tab": "Basculer vers le sixième onglet dans la liste",
"seventh-tab": "Basculer vers le septième onglet dans la liste",
"eight-tab": "Basculer vers le huitième onglet dans la liste",
"ninth-tab": "Basculer vers le neuvième onglet dans la liste",
"last-tab": "Basculer vers le dernier onglet dans la liste",
"dialogs": "Boîtes de dialogue",
"show-note-source": "Affiche la boîte de dialogue Source de la note",
"show-options": "Afficher les Options",
"show-revisions": "Afficher la boîte de dialogue Versions de la note",
"show-recent-changes": "Afficher la boîte de dialogue Modifications récentes",
"show-sql-console": "Afficher la boîte de dialogue Console SQL",
"show-backend-log": "Afficher la boîte de dialogue Journal du backend",
"text-note-operations": "Opérations sur les notes textuelles",
"add-link-to-text": "Ouvrir la boîte de dialogue pour ajouter un lien dans le texte",
"follow-link-under-cursor": "Suivre le lien sous le curseur",
"insert-date-and-time-to-text": "Insérer la date et l'heure dans le texte",
"paste-markdown-into-text": "Coller du texte au format Markdown dans la note depuis le presse-papiers",
"cut-into-note": "Couper la sélection depuis la note actuelle et créer une sous-note avec le texte sélectionné",
"add-include-note-to-text": "Ouvrir la boîte de dialogue pour Inclure une note",
"edit-readonly-note": "Éditer une note en lecture seule",
"attributes-labels-and-relations": "Attributs (labels et relations)",
"add-new-label": "Créer un nouveau label",
"create-new-relation": "Créer une nouvelle relation",
"ribbon-tabs": "Onglets du ruban",
"toggle-basic-properties": "Afficher/masquer les Propriétés de base de la note",
"toggle-file-properties": "Afficher/masquer les Propriétés du fichier",
"toggle-image-properties": "Afficher/masquer les Propriétés de l'image",
"toggle-owned-attributes": "Afficher/masquer les Attributs propres",
"toggle-inherited-attributes": "Afficher/masquer les Attributs hérités",
"toggle-promoted-attributes": "Afficher/masquer les Attributs promus",
"toggle-link-map": "Afficher/masquer la Carte de la note",
"toggle-note-info": "Afficher/masquer les Informations de la note",
"toggle-note-paths": "Afficher/masquer les Emplacements de la note",
"toggle-similar-notes": "Afficher/masquer les Notes similaires",
"other": "Autre",
"toggle-right-pane": "Afficher/masquer le volet droit, qui inclut la Table des matières et les Accentuations",
"print-active-note": "Imprimer la note active",
"open-note-externally": "Ouvrir la note comme fichier avec l'application par défaut",
"render-active-note": "Rendre (ou re-rendre) la note active",
"run-active-note": "Exécuter le code JavaScript (frontend/backend) de la note active",
"toggle-note-hoisting": "Activer le focus sur la note active",
"unhoist": "Désactiver tout focus",
"reload-frontend-app": "Recharger l'application",
"open-dev-tools": "Ouvrir les outils de développement",
"toggle-left-note-tree-panel": "Basculer le panneau gauche (arborescence des notes)",
"toggle-full-screen": "Basculer en plein écran",
"zoom-out": "Dézoomer",
"zoom-in": "Zoomer",
"note-navigation": "Navigation dans les notes",
"reset-zoom-level": "Réinitialiser le niveau de zoom",
"copy-without-formatting": "Copier le texte sélectionné sans mise en forme",
"force-save-revision": "Forcer la création / sauvegarde d'une nouvelle version de la note active",
"show-help": "Affiche le guide de l'utilisateur intégré",
"toggle-book-properties": "Afficher/masquer les Propriétés du Livre",
"toggle-classic-editor-toolbar": "Activer/désactiver l'onglet Mise en forme de l'éditeur avec la barre d'outils fixe",
"export-as-pdf": "Exporte la note actuelle en PDF",
"show-cheatsheet": "Affiche une fenêtre modale avec des opérations de clavier courantes",
"toggle-zen-mode": "Active/désactive le mode zen (interface réduite pour favoriser la concentration)",
"back-in-note-history": "Naviguer à la note précédente dans l'historique",
"forward-in-note-history": "Naviguer a la note suivante dans l'historique",
"open-command-palette": "Ouvrir la palette de commandes",
"clone-notes-to": "Cloner les nœuds sélectionnés",
"move-notes-to": "Déplacer les nœuds sélectionnés"
},
"login": {
"title": "Connexion",
"heading": "Connexion à Trilium",
"incorrect-password": "Le mot de passe est incorrect. Veuillez réessayer.",
"password": "Mot de passe",
"remember-me": "Se souvenir de moi",
"button": "Connexion"
},
"set_password": {
"title": "Définir un mot de passe",
"heading": "Définir un mot de passe",
"description": "Avant de pouvoir commencer à utiliser Trilium depuis le web, vous devez d'abord définir un mot de passe. Vous utiliserez ensuite ce mot de passe pour vous connecter.",
"password": "Mot de passe",
"password-confirmation": "Confirmation du mot de passe",
"button": "Définir le mot de passe"
},
"javascript-required": "Trilium nécessite que JavaScript soit activé.",
"setup": {
"heading": "Configuration de Trilium Notes",
"new-document": "Je suis un nouvel utilisateur et je souhaite créer un nouveau document Trilium pour mes notes",
"sync-from-desktop": "J'ai déjà l'application de bureau et je souhaite configurer la synchronisation avec celle-ci",
"sync-from-server": "J'ai déjà un serveur et je souhaite configurer la synchronisation avec celui-ci",
"next": "Suivant",
"init-in-progress": "Initialisation du document en cours",
"redirecting": "Vous serez bientôt redirigé vers l'application.",
"title": "Configuration"
},
"setup_sync-from-desktop": {
"heading": "Synchroniser depuis une application de bureau",
"description": "Cette procédure doit être réalisée depuis l'application de bureau installée sur votre ordinateur:",
"step1": "Ouvrez l'application Trilium Notes.",
"step2": "Dans le menu Trilium, cliquez sur Options.",
"step3": "Cliquez sur la catégorie Synchroniser.",
"step4": "Remplacez l'adresse de l'instance de serveur par : {{- host}} et cliquez sur Enregistrer.",
"step5": "Cliquez sur le bouton 'Tester la synchronisation' pour vérifier que la connexion fonctionne.",
"step6": "Une fois que vous avez terminé ces étapes, cliquez sur {{- link}}.",
"step6-here": "ici"
},
"setup_sync-from-server": {
"heading": "Synchroniser depuis le serveur",
"instructions": "Veuillez saisir l'adresse du serveur Trilium et les informations d'identification ci-dessous. Cela téléchargera l'intégralité du document Trilium à partir du serveur et configurera la synchronisation avec celui-ci. En fonction de la taille du document et de votre vitesse de connexion, cela peut prendre un plusieurs minutes.",
"server-host": "Adresse du serveur Trilium",
"server-host-placeholder": "https://<nom d'hôte>:<port>",
"proxy-server": "Serveur proxy (facultatif)",
"proxy-server-placeholder": "https://<nom d'hôte>:<port>",
"note": "Note :",
"proxy-instruction": "Si vous laissez le paramètre de proxy vide, le proxy du système sera utilisé (s'applique uniquement à l'application de bureau)",
"password": "Mot de passe",
"password-placeholder": "Mot de passe",
"back": "Retour",
"finish-setup": "Terminer"
},
"setup_sync-in-progress": {
"heading": "Synchronisation en cours",
"successful": "La synchronisation a été correctement configurée. La synchronisation initiale prendra un certain temps. Une fois terminée, vous serez redirigé vers la page de connexion.",
"outstanding-items": "Éléments de synchronisation exceptionnels :",
"outstanding-items-default": "N/A"
},
"share_404": {
"title": "Page non trouvée",
"heading": "Page non trouvée"
},
"share_page": {
"parent": "parent :",
"clipped-from": "Cette note a été initialement extraite de {{- url}}",
"child-notes": "Notes enfants :",
"no-content": "Cette note n'a aucun contenu."
},
"weekdays": {
"monday": "Lundi",
"tuesday": "Mardi",
"wednesday": "Mercredi",
"thursday": "Jeudi",
"friday": "Vendredi",
"saturday": "Samedi",
"sunday": "Dimanche"
},
"months": {
"january": "Janvier",
"february": "Février",
"march": "Mars",
"april": "Avril",
"may": "Mai",
"june": "Juin",
"july": "Juillet",
"august": "Août",
"september": "Septembre",
"october": "Octobre",
"november": "Novembre",
"december": "Décembre"
},
"special_notes": {
"search_prefix": "Recherche :"
},
"test_sync": {
"not-configured": "L'hôte du serveur de synchronisation n'est pas configuré. Veuillez d'abord configurer la synchronisation.",
"successful": "L'établissement de liaison du serveur de synchronisation a été réussi, la synchronisation a été démarrée."
},
"hidden-subtree": {
"root-title": "Notes cachées",
"search-history-title": "Historique de recherche",
"note-map-title": "Carte de la Note",
"sql-console-history-title": "Historique de la console SQL",
"shared-notes-title": "Notes partagées",
"bulk-action-title": "Action groupée",
"backend-log-title": "Journal Backend",
"user-hidden-title": "Utilisateur masqué",
"launch-bar-templates-title": "Modèles de barre de raccourcis",
"base-abstract-launcher-title": "Raccourci Base abstraite",
"command-launcher-title": "Raccourci Commande",
"note-launcher-title": "Raccourci Note",
"script-launcher-title": "Raccourci Script",
"built-in-widget-title": "Widget intégré",
"spacer-title": "Séparateur",
"custom-widget-title": "Widget personnalisé",
"launch-bar-title": "Barre de lancement",
"available-launchers-title": "Raccourcis disponibles",
"go-to-previous-note-title": "Aller à la note précédente",
"go-to-next-note-title": "Aller à la note suivante",
"new-note-title": "Nouvelle note",
"search-notes-title": "Rechercher des notes",
"calendar-title": "Calendrier",
"recent-changes-title": "Modifications récentes",
"bookmarks-title": "Signets",
"open-today-journal-note-title": "Ouvrir la note du journal du jour",
"quick-search-title": "Recherche rapide",
"protected-session-title": "Session protégée",
"sync-status-title": "État de la synchronisation",
"settings-title": "Réglages",
"options-title": "Options",
"appearance-title": "Apparence",
"shortcuts-title": "Raccourcis",
"text-notes": "Notes de texte",
"code-notes-title": "Notes de code",
"images-title": "Images",
"spellcheck-title": "Correcteur orthographique",
"password-title": "Mot de passe",
"etapi-title": "ETAPI",
"backup-title": "Sauvegarde",
"sync-title": "Synchronisation",
"other": "Autre",
"advanced-title": "Avancé",
"visible-launchers-title": "Raccourcis visibles",
"user-guide": "Guide de l'utilisateur"
},
"notes": {
"new-note": "Nouvelle note",
"duplicate-note-suffix": "(dup)",
"duplicate-note-title": "{{- noteTitle }} {{ duplicateNoteSuffix }}"
},
"backend_log": {
"log-does-not-exist": "Le fichier journal '{{ fileName }}' n'existe pas (encore).",
"reading-log-failed": "La lecture du fichier journal d'administration '{{ fileName }}' a échoué."
},
"content_renderer": {
"note-cannot-be-displayed": "Ce type de note ne peut pas être affiché."
},
"pdf": {
"export_filter": "Document PDF (*.pdf)",
"unable-to-export-message": "La note actuelle n'a pas pu être exportée en format PDF.",
"unable-to-export-title": "Impossible d'exporter au format PDF",
"unable-to-save-message": "Le fichier sélectionné n'a pas pu être écrit. Réessayez ou sélectionnez une autre destination."
},
"tray": {
"tooltip": "Trilium Notes",
"close": "Quitter Trilium",
"recents": "Notes récentes",
"bookmarks": "Signets",
"today": "Ouvrir la note du journal du jour",
"new-note": "Nouvelle note",
"show-windows": "Afficher les fenêtres"
},
"migration": {
"old_version": "La migration directe à partir de votre version actuelle n'est pas prise en charge. Veuillez d'abord mettre à jour vers la version v0.60.4, puis vers cette nouvelle version.",
"error_message": "Erreur lors de la migration vers la version {{version}}: {{stack}}",
"wrong_db_version": "La version de la base de données ({{version}}) est plus récente que ce que l'application supporte actuellement ({{targetVersion}}), ce qui signifie qu'elle a été créée par une version plus récente et incompatible de Trilium. Mettez à jour vers la dernière version de Trilium pour résoudre ce problème."
},
"modals": {
"error_title": "Erreur"
},
"keyboard_action_names": {
"command-palette": "Palette de commandes",
"quick-search": "Recherche rapide"
}
}

View File

@@ -0,0 +1,157 @@
{
"keyboard_action_names": {
"zoom-in": "Ingrandisci",
"reset-zoom-level": "Ripristina il livello di ingrandimento",
"zoom-out": "Riduci",
"toggle-full-screen": "Attiva/disattiva lo Schermo Intero",
"toggle-left-pane": "Attiva/disattiva il Pannello Sinistro",
"toggle-zen-mode": "Attiva/disattiva la modalità zen",
"toggle-right-pane": "Attiva/disattiva il Pannello Destro",
"toggle-system-tray-icon": "Attiva/disattiva l'Icona nel Vassoio di Sistema",
"toggle-note-hoisting": "Attiva/disattiva l'Ancoraggio della Nota",
"unhoist-note": "Disancora la Nota",
"reload-frontend-app": "Ricarica l'Applicazione Frontend",
"open-developer-tools": "Apri gli Strumenti da Sviluppatore",
"find-in-text": "Cerca nel Testo",
"print-active-note": "Stampa la Nota Attiva",
"export-active-note-as-pdf": "Esporta la nota attiva come PDF",
"open-note-externally": "Apri Esternamente la Nota",
"run-active-note": "Esegui la Nota Attiva",
"render-active-note": "Presenta la Nota Attiva"
},
"hidden-subtree": {
"options-title": "Opzioni",
"appearance-title": "Aspetto",
"shortcuts-title": "Scorciatoie",
"text-notes": "Note di Testo",
"code-notes-title": "Note di Codice",
"images-title": "Immagini",
"spellcheck-title": "Controllo Ortografico",
"password-title": "Password",
"multi-factor-authentication-title": "MFA",
"etapi-title": "ETAPI",
"backup-title": "Archiviazione",
"sync-title": "Sincronizza",
"ai-llm-title": "IA/LLM",
"other": "Altro",
"advanced-title": "Avanzato",
"user-guide": "Guida Utente",
"visible-launchers-title": "Lanciatori Visibili",
"localization": "Lingua e Regione",
"inbox-title": "Posta in arrivo"
},
"notes": {
"new-note": "Nuova nota",
"duplicate-note-suffix": "(dup)",
"duplicate-note-title": "{{- noteTitle }} {{ duplicateNoteSuffix }}"
},
"backend_log": {
"log-does-not-exist": "Il file di log del backend '{{ fileName }}' non esiste (ancora).",
"reading-log-failed": "La lettura del file di log del backend '{{ fileName }}' è fallita."
},
"content_renderer": {
"note-cannot-be-displayed": "Questo tipo di nota non può essere visualizzato."
},
"pdf": {
"export_filter": "Documento PDF (*.pdf)",
"unable-to-export-message": "La nota corrente non può essere esportata come PDF.",
"unable-to-export-title": "Impossibile esportare come PDF",
"unable-to-save-message": "Il file selezionato non può essere salvato. Prova di nuovo o seleziona un'altra destinazione."
},
"tray": {
"tooltip": "Trilium Notes",
"close": "Esci da Trilium",
"recents": "Note recenti",
"bookmarks": "Segnalibri",
"today": "Apri la nota di oggi",
"new-note": "Nuova nota",
"show-windows": "Mostra le finestre",
"open_new_window": "Aprire una nuova finestra"
},
"migration": {
"old_version": "La migrazione diretta dalla tua versione attuale non è supportata. Si prega di aggiornare prima all'ultima versione v0.60.4 e solo dopo a questa versione.",
"error_message": "Errore durante la migrazione alla versione {{version}}: {{stack}}",
"wrong_db_version": "La versione del database ({{version}}) è più recente di quanto l'applicazione si aspetti ({{targetVersion}}), il che significa che è stato creato da una versione più nuova e incompatibile di Trilium. Aggiorna Trilium all'ultima versione per risolvere questo problema."
},
"modals": {
"error_title": "Errore"
},
"share_theme": {
"site-theme": "Tema del Sito",
"search_placeholder": "Cerca..."
},
"keyboard_actions": {
"back-in-note-history": "Navigare alla nota precedente della cronologia",
"forward-in-note-history": "Navigare alla prossima nota della cronologia",
"open-jump-to-note-dialog": "Apri la finestra di dialogo \"Salta alla nota\"",
"open-command-palette": "Apri la palette dei comandi",
"scroll-to-active-note": "Scorri l'albero fino alla nota attiva",
"quick-search": "Attiva la barra di ricerca rapida",
"search-in-subtree": "Cerca le note nel sotto albero della nota attiva",
"expand-subtree": "Espande il sotto albero della nota corrente",
"collapse-tree": "Contrae l'albero completo delle note",
"collapse-subtree": "Contrae il sotto albero della nota corrente",
"sort-child-notes": "Ordina le note figlio",
"creating-and-moving-notes": "Crea e sposta le note",
"create-note-after": "Crea una nota dopo quella attiva",
"create-note-into": "Crea una nota come figlia di quella attiva",
"create-note-into-inbox": "Creare una nota nella casella di posta (se definita) o nella nota del giorno",
"delete-note": "Elimina una nota",
"move-note-up": "Sposta su una nota",
"move-note-down": "Sposta giù una nota",
"move-note-up-in-hierarchy": "Sposta su la nota nella gerarchia",
"move-note-down-in-hierarchy": "Sposta giù una nota nella gerarchia",
"edit-note-title": "Salta dall'albero al dettaglio della nota e modifica il titolo",
"edit-branch-prefix": "Mostra la finestra di dialogo \"Modifica il prefisso del ramo\"",
"clone-notes-to": "Clona le note selezionate",
"move-notes-to": "Sposta le note selezionate",
"note-clipboard": "Appunti delle Note",
"copy-notes-to-clipboard": "Copia le note selezionate negli appunti",
"paste-notes-from-clipboard": "Incolla le note dagli appunti nella nota attiva",
"cut-notes-to-clipboard": "Tagliare le note selezionate negli appunti",
"select-all-notes-in-parent": "Seleziona tutte le note dal livello di nota corrente",
"add-note-above-to-the-selection": "Aggiungi una nota sopra alla selezione",
"add-note-below-to-selection": "Aggiungi una nota sotto alla selezione",
"duplicate-subtree": "Duplica il sotto albero",
"tabs-and-windows": "Schede e Finestre",
"open-new-tab": "Apri una nuova scheda",
"close-active-tab": "Chiudi la scheda attiva",
"reopen-last-tab": "Riapri l'ultima scheda chiusa",
"activate-next-tab": "Attiva la scheda sulla destra",
"activate-previous-tab": "Attiva la scheda a sinistra",
"open-new-window": "Apri una nuova finestra vuota",
"toggle-tray": "Mostra/nascondi l'applicazione dal vassoio di sistema",
"first-tab": "Attiva la prima scheda nell'elenco",
"second-tab": "Attiva la seconda scheda nell'elenco",
"third-tab": "Attiva la terza scheda nell'elenco",
"fourth-tab": "Attiva la quarta scheda nella lista",
"fifth-tab": "Attiva la quinta scheda nell'elenco",
"sixth-tab": "Attiva la sesta scheda nell'elenco",
"seventh-tab": "Attiva la settima scheda nella lista",
"eight-tab": "Attiva l'ottava scheda nell'elenco",
"ninth-tab": "Attiva la nona scheda nella lista",
"last-tab": "Attiva l'ultima scheda nell'elenco",
"dialogs": "Finestre di dialogo",
"show-note-source": "Mostra la finestra di dialogo \"Sorgente della Nota\"",
"show-options": "Apri la pagina \"Opzioni\"",
"show-revisions": "Mostra la finestra di dialogo \"Revisione della Nota\"",
"show-recent-changes": "Mostra la finestra di dialogo \"Modifiche Recenti\"",
"show-sql-console": "Apri la pagina \"Console SQL\"",
"show-backend-log": "Apri la pagina \"Log del Backend\"",
"show-help": "Apri la Guida Utente integrata",
"show-cheatsheet": "Mostra una finestra modale con le operazioni comuni da tastiera",
"text-note-operations": "Operazioni sulle note di testo",
"add-link-to-text": "Apri la finestra di dialogo per aggiungere il collegamento al testo",
"follow-link-under-cursor": "Segui il collegamento all'interno del quale è il cursore",
"insert-date-and-time-to-text": "Inserisci la data e l'ora corrente nel testo",
"paste-markdown-into-text": "Incolla il Markdown dagli appunti nella nota di testo",
"cut-into-note": "Taglia la selezione dalla nota corrente e crea una sotto nota col testo selezionato",
"add-include-note-to-text": "Apre la finestra di dialogo per includere una nota",
"edit-readonly-note": "Modifica una nota di sola lettura",
"attributes-labels-and-relations": "Attributi (etichette e relazioni)",
"add-new-label": "Crea una nuova etichetta",
"create-new-relation": "Crea una nuova relazione",
"ribbon-tabs": "Nastro delle schede",
"toggle-basic-properties": "Mostra/nascondi le Proprietà di Base"
}
}

View File

@@ -0,0 +1 @@
{}

View File

@@ -1,193 +1,428 @@
{
"keyboard_actions": {
"open-jump-to-note-dialog": "Abir \"Pular para nota\" dialog",
"search-in-subtree": "Procurar por notas na subárvore ativa",
"expand-subtree": "Expandir subárvore da nota atual",
"collapse-tree": "Colapsar a árvore completa de notas",
"collapse-subtree": "Colapsar subárvore da nota atual",
"sort-child-notes": "Ordenar notas filhas",
"creating-and-moving-notes": "Criando e movendo notas",
"create-note-into-inbox": "Crie uma nota na caixa de entrada (se definida) ou na nota do dia.",
"delete-note": "Deletar nota",
"move-note-up": "Mover nota para cima",
"move-note-down": "Mover nota para baixo",
"move-note-up-in-hierarchy": "Mover nota para cima em hierarquia",
"move-note-down-in-hierarchy": "Mover nota para baixo em hierarquia",
"edit-note-title": "Pule da árvore para os detalhes da nota e edite o título",
"edit-branch-prefix": "Exibir o diálogo de edição do prefixo da branch",
"note-clipboard": "Área de transferência de notas",
"copy-notes-to-clipboard": "Copiar notas selecionadas para Área de transferência",
"paste-notes-from-clipboard": "Colar notas da área de transferência na nota ativa",
"cut-notes-to-clipboard": "Recortar as notas selecionadas para a área de transferência",
"select-all-notes-in-parent": "Selecionar todas as notas do nível atual da nota",
"add-note-above-to-the-selection": "Adicionar nota acima à seleção",
"add-note-below-to-selection": "Adicionar nota abaixo à seleção",
"duplicate-subtree": "Duplicar subárvores",
"tabs-and-windows": "Abas & Janelas",
"open-new-tab": "Abre nova aba",
"close-active-tab": "Fecha aba ativa",
"reopen-last-tab": "Reabre a última aba fechada",
"activate-next-tab": "Ativa aba à direita",
"activate-previous-tab": "Ativa aba à esquerda",
"open-new-window": "Abre nova janela vazia",
"toggle-tray": "Mostrar/ocultar o aplicativo da bandeja do sistema",
"first-tab": "Ativa a primeira aba na lista",
"second-tab": "Ativa a segunda aba na lista",
"third-tab": "Ativa a terceira aba na lista",
"fourth-tab": "Ativa a quarta aba na lista",
"fifth-tab": "Ativa a quinta aba na lista",
"sixth-tab": "Ativa a sexta aba na lista",
"seventh-tab": "Ativa a sétima aba na lista",
"eight-tab": "Ativa a oitava aba na lista",
"ninth-tab": "Ativa a nona aba na lista",
"last-tab": "Ativa a última aba na lista",
"dialogs": "Dialogs",
"show-note-source": "Exibe o log de origem da nota",
"show-options": "Mostrar log de configurações",
"show-revisions": "Exibe log de revisões de nota",
"show-recent-changes": "Exibe o log de alterações recentes",
"show-sql-console": "Exibe o log do console SQL",
"show-backend-log": "Exibe o log do backend",
"text-note-operations": "Operações de nota de texto",
"add-link-to-text": "Abrir log e adcionar link ao texto",
"follow-link-under-cursor": "Seguir o link sob o cursor",
"insert-date-and-time-to-text": "Inserir data e hora atuais no texto",
"paste-markdown-into-text": "Colar Markdown da área de transferência em nota de texto",
"cut-into-note": "Corta a seleção da nota atual e cria uma subnota com o texto selecionado",
"add-include-note-to-text": "Abre o log para incluir uma nota",
"edit-readonly-note": "Editar uma nota somente leitura",
"attributes-labels-and-relations": "Atributos (rótulos e relações)",
"add-new-label": "Criar novo rótulo",
"create-new-relation": "Criar nova relação",
"ribbon-tabs": "Abas da faixa",
"toggle-basic-properties": "Alterar Propriedades Básicas",
"toggle-file-properties": "Alterar Propriedades do Arquivo",
"toggle-image-properties": "Alterar Propriedades da Imagem",
"toggle-owned-attributes": "Alterar Atributos Próprios",
"toggle-inherited-attributes": "Alterar Atributos Herdados",
"toggle-promoted-attributes": "Alternar Atributos Promovidos",
"toggle-link-map": "Alternar Mapa de Links",
"toggle-note-info": "Alternar Informações da Nota",
"toggle-note-paths": "Alternar Caminhos da Nota",
"toggle-similar-notes": "Alternar Notas Similares",
"other": "Outros",
"toggle-right-pane": "Alternar a exibição do painel direito, que inclui Sumário e Destaques",
"print-active-note": "Imprimir nota ativa",
"open-note-externally": "Abrir nota como arquivo no aplicativo padrão",
"render-active-note": "Renderizar (re-renderizar) nota ativa",
"run-active-note": "Executar código JavaScript (frontend/backend) da nota",
"toggle-note-hoisting": "Alternar a elevação da nota ativa",
"unhoist": "Desfazer elevação de tudo",
"reload-frontend-app": "Recarregar Interface",
"open-dev-tools": "Abrir ferramentas de desenvolvedor",
"toggle-left-note-tree-panel": "Alternar painel esquerdo (árvore de notas)",
"toggle-full-screen": "Alternar para tela cheia",
"zoom-out": "Diminuir zoom",
"zoom-in": "Aumentar zoom",
"note-navigation": "Navegação de notas",
"reset-zoom-level": "Redefinir nível de zoom",
"copy-without-formatting": "Copiar texto selecionado sem formatação",
"force-save-revision": "Forçar a criação/salvamento de uma nova revisão da nota ativa",
"show-help": "Exibir Ajuda integrada / colinha",
"toggle-book-properties": "Alternar propriedades do book",
"toggle-classic-editor-toolbar": "Alternar a aba de Formatação no editor com barra de ferramentas fixa"
},
"login": {
"title": "Login",
"heading": "Trilium login",
"incorrect-password": "Senha incorreta. Tente novamente.",
"password": "Senha",
"remember-me": "Lembrar",
"button": "Login"
},
"set_password": {
"title": "Definir senha",
"heading": "Definir senha",
"description": "Antes de começar a usar o Trilium web, você precisa definir uma senha. Você usará essa senha para fazer login.",
"password": "Senha",
"password-confirmation": "Confirmar Senha",
"button": "Definir senha"
},
"javascript-required": "Trilium precisa que JavaScript esteja habilitado.",
"setup": {
"heading": "Trilium Notes setup",
"new-document": "Sou um novo usuário e quero criar um novo documento Trilium para minhas notas",
"sync-from-desktop": "Já tenho uma instância no desktop e quero configurar a sincronização com ela",
"sync-from-server": "Já tenho uma instância no servidor e quero configurar a sincronização com ela",
"next": "Avançar",
"init-in-progress": "Inicialização do documento em andamento",
"redirecting": "Você será redirecionado para o aplicativo em breve.",
"title": "Setup"
},
"setup_sync-from-desktop": {
"heading": "Sincronizar com Desktop",
"description": "Esta configuração deve ser iniciada a partir da instância do desktop:",
"step1": "Abra sua instância do Trilium Notes no desktop.",
"step2": "No menu do Trilium, clique em Opções.",
"step3": "Clique na categoria Sincronização.",
"step4": "Altere o endereço da instância do servidor para: {{- host}} e clique em Salvar.",
"step5": "Clique no botão \"Testar sincronização\" para verificar se a conexão foi bem-sucedida.",
"step6": "Depois de concluir essas etapas, clique em {{- link}}.",
"step6-here": "Aqui"
},
"setup_sync-from-server": {
"heading": "Sincronizar do Servidor",
"instructions": "Por favor, insira abaixo o endereço e as credenciais do servidor Trilium. Isso fará o download de todo o documento Trilium do servidor e configurará a sincronização com ele. Dependendo do tamanho do documento e da velocidade da conexão, isso pode levar algum tempo.",
"server-host": "Endereço do servidor Trilium",
"server-host-placeholder": "https://<hostname>:<port>",
"proxy-server": "Servidor proxy (opcional)",
"proxy-server-placeholder": "https://<hostname>:<port>",
"note": "Nota:",
"proxy-instruction": "Se você deixar o campo de proxy em branco, o proxy do sistema será usado (aplicável apenas ao aplicativo desktop)",
"password": "Senha",
"password-placeholder": "Senha",
"back": "Voltar",
"finish-setup": "Terminar configuração"
},
"setup_sync-in-progress": {
"heading": "Sincronização em andamento",
"successful": "A sincronização foi configurada corretamente. Levará algum tempo para que a sincronização inicial seja concluída. Quando terminar, você será redirecionado para a página de login.",
"outstanding-items": "Itens de sincronização pendentes:",
"outstanding-items-default": "N/A"
},
"share_404": {
"title": "Não encontrado",
"heading": "Não encontrado"
},
"share_page": {
"parent": "pai:",
"clipped-from": "Esta nota foi originalmente extraída de {{- url}}",
"child-notes": "Notas filhas:",
"no-content": "Esta nota não possui conteúdo."
},
"weekdays": {
"monday": "Segunda-feira",
"tuesday": "Terça-feira",
"wednesday": "Quarta-feira",
"thursday": "Quinta-feira",
"friday": "Sexta-feira",
"saturday": "Sábado",
"sunday": "Domingo"
},
"months": {
"january": "Janeiro",
"february": "Fevereiro",
"march": "Março",
"april": "Abril",
"may": "Maio",
"june": "Junho",
"july": "Julho",
"august": "Agosto",
"september": "Setembro",
"october": "Outubro",
"november": "Novembro",
"december": "Dezembro"
},
"special_notes": {
"search_prefix": "Pesquisar:"
},
"test_sync": {
"not-configured": "O host do servidor de sincronização não está configurado. Por favor, configure a sincronização primeiro.",
"successful": "A comunicação com o servidor de sincronização foi bem-sucedida, a sincronização foi iniciada."
}
"keyboard_actions": {
"open-jump-to-note-dialog": "Abrir diálogo \"Ir para nota\"",
"search-in-subtree": "Buscar notas na subárvore da nota atual",
"expand-subtree": "Expandir subárvore da nota atual",
"collapse-tree": "Colapsar a árvore completa de notas",
"collapse-subtree": "Colapsar subárvore da nota atual",
"sort-child-notes": "Ordenar notas filhas",
"creating-and-moving-notes": "Criando e movendo notas",
"create-note-into-inbox": "Crie uma nota na caixa de entrada (se definida) ou na nota do dia",
"delete-note": "Deletar nota",
"move-note-up": "Mover nota para cima",
"move-note-down": "Mover nota para baixo",
"move-note-up-in-hierarchy": "Mover nota para cima em hierarquia",
"move-note-down-in-hierarchy": "Mover nota para baixo em hierarquia",
"edit-note-title": "Pule da árvore para os detalhes da nota e edite o título",
"edit-branch-prefix": "Exibir o diálogo \"Editar prefixo da ramificação\"",
"note-clipboard": "Área de transferência de notas",
"copy-notes-to-clipboard": "Copiar notas selecionadas para Área de transferência",
"paste-notes-from-clipboard": "Colar notas da área de transferência na nota atual",
"cut-notes-to-clipboard": "Recortar as notas selecionadas para a área de transferência",
"select-all-notes-in-parent": "Selecionar todas as notas do nível atual da nota",
"add-note-above-to-the-selection": "Adicionar nota acima à seleção",
"add-note-below-to-selection": "Adicionar nota abaixo à seleção",
"duplicate-subtree": "Duplicar subárvores",
"tabs-and-windows": "Abas & Janelas",
"open-new-tab": "Abre nova aba",
"close-active-tab": "Fecha aba ativa",
"reopen-last-tab": "Reabre a última aba fechada",
"activate-next-tab": "Ativa aba à direita",
"activate-previous-tab": "Ativa aba à esquerda",
"open-new-window": "Abre nova janela vazia",
"toggle-tray": "Mostrar/ocultar o aplicativo da bandeja do sistema",
"first-tab": "Ativa a primeira aba na lista",
"second-tab": "Ativa a segunda aba na lista",
"third-tab": "Ativa a terceira aba na lista",
"fourth-tab": "Ativa a quarta aba na lista",
"fifth-tab": "Ativa a quinta aba na lista",
"sixth-tab": "Ativa a sexta aba na lista",
"seventh-tab": "Ativa a sétima aba na lista",
"eight-tab": "Ativa a oitava aba na lista",
"ninth-tab": "Ativa a nona aba na lista",
"last-tab": "Ativa a última aba na lista",
"dialogs": "Diálogos",
"show-note-source": "Exibe o log de origem da nota",
"show-options": "Mostrar log de configurações",
"show-revisions": "Exibe log de revisões de nota",
"show-recent-changes": "Exibe o log de alterações recentes",
"show-sql-console": "Exibe o log do console SQL",
"show-backend-log": "Exibe o log do backend",
"text-note-operations": "Operações de nota de texto",
"add-link-to-text": "Abrir log e adcionar link ao texto",
"follow-link-under-cursor": "Seguir o link sob o cursor",
"insert-date-and-time-to-text": "Inserir data e hora atuais no texto",
"paste-markdown-into-text": "Colar Markdown da área de transferência em nota de texto",
"cut-into-note": "Corta a seleção da nota atual e cria uma subnota com o texto selecionado",
"add-include-note-to-text": "Abre o log para incluir uma nota",
"edit-readonly-note": "Editar uma nota somente leitura",
"attributes-labels-and-relations": "Atributos (rótulos e relações)",
"add-new-label": "Criar novo rótulo",
"create-new-relation": "Criar nova relação",
"ribbon-tabs": "Abas da faixa",
"toggle-basic-properties": "Alterar Propriedades Básicas",
"toggle-file-properties": "Alterar Propriedades do Arquivo",
"toggle-image-properties": "Alterar Propriedades da Imagem",
"toggle-owned-attributes": "Alterar Atributos Próprios",
"toggle-inherited-attributes": "Alterar Atributos Herdados",
"toggle-promoted-attributes": "Alternar Atributos Promovidos",
"toggle-link-map": "Alternar Mapa de Links",
"toggle-note-info": "Alternar Informações da Nota",
"toggle-note-paths": "Alternar Caminhos da Nota",
"toggle-similar-notes": "Alternar Notas Similares",
"other": "Outros",
"toggle-right-pane": "Alternar a exibição do painel direito, que inclui Sumário e Destaques",
"print-active-note": "Imprimir nota atual",
"open-note-externally": "Abrir nota como arquivo no aplicativo padrão",
"render-active-note": "Renderizar (re-renderizar) nota atual",
"run-active-note": "Executar código JavaScript (frontend/backend) da nota",
"toggle-note-hoisting": "Alternar a elevação da nota atual",
"unhoist": "Desfazer elevação de tudo",
"reload-frontend-app": "Recarregar Interface",
"open-dev-tools": "Abrir ferramentas de desenvolvedor",
"toggle-left-note-tree-panel": "Alternar painel esquerdo (árvore de notas)",
"toggle-full-screen": "Alternar para tela cheia",
"zoom-out": "Diminuir zoom",
"zoom-in": "Aumentar zoom",
"note-navigation": "Navegação de notas",
"reset-zoom-level": "Redefinir nível de zoom",
"copy-without-formatting": "Copiar texto selecionado sem formatação",
"force-save-revision": "Forçar a criação/salvamento de uma nova revisão da nota atual",
"show-help": "Exibir Ajuda integrada / colinha",
"toggle-book-properties": "Alternar propriedades do book",
"toggle-classic-editor-toolbar": "Alternar a aba de Formatação no editor com barra de ferramentas fixa",
"back-in-note-history": "Navegar para a nota anterior no histórico",
"forward-in-note-history": "Navegar para a próxima nota no histórico",
"open-command-palette": "Abrir paleta de comandos",
"scroll-to-active-note": "Rolar a árvore de notas até a nota atual",
"quick-search": "Ativar barra de busca rápida",
"create-note-after": "Criar nota após nota atual",
"create-note-into": "Criar nota como subnota da nota atual",
"clone-notes-to": "Clonar notas selecionadas",
"move-notes-to": "Mover notas selecionadas",
"find-in-text": "Alternar painel de busca",
"export-as-pdf": "Exportar a nota atual como PDF",
"toggle-zen-mode": "Ativa/desativa o modo zen (interface mínima para uma edição mais focada)",
"show-cheatsheet": "Exibir um modal com operações comuns de teclado"
},
"login": {
"title": "Login",
"heading": "Trilium login",
"incorrect-password": "Senha incorreta. Tente novamente.",
"password": "Senha",
"remember-me": "Lembrar",
"button": "Login",
"incorrect-totp": "O código TOTP está incorreto. Por favor, tente novamente.",
"sign_in_with_sso": "Fazer login com {{ ssoIssuerName }}"
},
"set_password": {
"title": "Definir senha",
"heading": "Definir senha",
"description": "Antes de começar a usar o Trilium web, você precisa definir uma senha. Você usará essa senha para fazer login.",
"password": "Senha",
"password-confirmation": "Confirmar Senha",
"button": "Definir senha"
},
"javascript-required": "Trilium precisa que JavaScript esteja habilitado.",
"setup": {
"heading": "Trilium Notes setup",
"new-document": "Sou um novo usuário e quero criar um novo documento Trilium para minhas notas",
"sync-from-desktop": "Já tenho uma instância no desktop e quero configurar a sincronização com ela",
"sync-from-server": "Já tenho uma instância no servidor e quero configurar a sincronização com ela",
"next": "Avançar",
"init-in-progress": "Inicialização do documento em andamento",
"redirecting": "Você será redirecionado para o aplicativo em breve.",
"title": "Setup"
},
"setup_sync-from-desktop": {
"heading": "Sincronizar com Desktop",
"description": "Esta configuração deve ser iniciada a partir da instância do desktop:",
"step1": "Abra sua instância do Trilium Notes no desktop.",
"step2": "No menu do Trilium, clique em Opções.",
"step3": "Clique na categoria Sincronização.",
"step4": "Altere o endereço da instância do servidor para: {{- host}} e clique em Salvar.",
"step5": "Clique no botão \"Testar sincronização\" para verificar se a conexão foi bem-sucedida.",
"step6": "Depois de concluir essas etapas, clique em {{- link}}.",
"step6-here": "Aqui"
},
"setup_sync-from-server": {
"heading": "Sincronizar do Servidor",
"instructions": "Por favor, insira abaixo o endereço e as credenciais do servidor Trilium. Isso fará o download de todo o documento Trilium do servidor e configurará a sincronização com ele. Dependendo do tamanho do documento e da velocidade da conexão, isso pode levar algum tempo.",
"server-host": "Endereço do servidor Trilium",
"server-host-placeholder": "https://<hostname>:<port>",
"proxy-server": "Servidor proxy (opcional)",
"proxy-server-placeholder": "https://<hostname>:<port>",
"note": "Nota:",
"proxy-instruction": "Se você deixar o campo de proxy em branco, o proxy do sistema será usado (aplicável apenas ao aplicativo desktop)",
"password": "Senha",
"password-placeholder": "Senha",
"back": "Voltar",
"finish-setup": "Terminar configuração"
},
"setup_sync-in-progress": {
"heading": "Sincronização em andamento",
"successful": "A sincronização foi configurada corretamente. Levará algum tempo para que a sincronização inicial seja concluída. Quando terminar, você será redirecionado para a página de login.",
"outstanding-items": "Itens de sincronização pendentes:",
"outstanding-items-default": "N/A"
},
"share_404": {
"title": "Não encontrado",
"heading": "Não encontrado"
},
"share_page": {
"parent": "pai:",
"clipped-from": "Esta nota foi originalmente extraída de {{- url}}",
"child-notes": "Notas filhas:",
"no-content": "Esta nota não possui conteúdo."
},
"weekdays": {
"monday": "Segunda-feira",
"tuesday": "Terça-feira",
"wednesday": "Quarta-feira",
"thursday": "Quinta-feira",
"friday": "Sexta-feira",
"saturday": "Sábado",
"sunday": "Domingo"
},
"months": {
"january": "Janeiro",
"february": "Fevereiro",
"march": "Março",
"april": "Abril",
"may": "Maio",
"june": "Junho",
"july": "Julho",
"august": "Agosto",
"september": "Setembro",
"october": "Outubro",
"november": "Novembro",
"december": "Dezembro"
},
"special_notes": {
"search_prefix": "Pesquisar:"
},
"test_sync": {
"not-configured": "O host do servidor de sincronização não está configurado. Por favor, configure a sincronização primeiro.",
"successful": "A comunicação com o servidor de sincronização foi bem-sucedida, a sincronização foi iniciada."
},
"keyboard_action_names": {
"back-in-note-history": "Voltar no histórico da nota",
"forward-in-note-history": "Avançar no histórico da nota",
"jump-to-note": "Ir para...",
"command-palette": "Paleta de Comandos",
"scroll-to-active-note": "Rolar até a nota atual",
"quick-search": "Busca Rápida",
"search-in-subtree": "Buscar na subárvore",
"expand-subtree": "Expandir subárvore",
"collapse-tree": "Recolher Árvore",
"collapse-subtree": "Recolher Subárvore",
"sort-child-notes": "Ordenar Notas Filhas",
"create-note-after": "Criar Nota Após",
"create-note-into": "Criar Nota Dentro",
"create-note-into-inbox": "Criar Nota na Caixa de Entrada",
"delete-notes": "Excluir Notas",
"move-note-up": "Mover Nota Para Cima",
"move-note-down": "Mover Nota Para Baixo",
"move-note-up-in-hierarchy": "Mover Nota Para Cima na Hierarquia",
"move-note-down-in-hierarchy": "Mover Nota Para Baixo na Hierarquia",
"edit-note-title": "Editar Título da Nota",
"edit-branch-prefix": "Editar prefixo da ramificação",
"clone-notes-to": "Clonar Notas Para",
"move-notes-to": "Mover Notas Para",
"copy-notes-to-clipboard": "Copiar Notas para a Área de Transferência",
"paste-notes-from-clipboard": "Colar Notas da Área de Transferência",
"cut-notes-to-clipboard": "Recortar Notas para a Área de Transferência",
"select-all-notes-in-parent": "Selecionar Todas as Notas no Pai",
"add-note-above-to-selection": "Adicionar Nota Acima à Seleção",
"add-note-below-to-selection": "Adicionar Nota Abaixo à Seleção",
"duplicate-subtree": "Duplicar Subárvore",
"open-new-tab": "Abrir Nova Guia",
"close-active-tab": "Fechar Guia Ativa",
"reopen-last-tab": "Reabrir Última Guia",
"activate-next-tab": "Ativar Próxima Guia",
"activate-previous-tab": "Ativar Guia Anterior",
"open-new-window": "Abrir Nova Janela",
"toggle-system-tray-icon": "Alternar Ícone da Bandeja do Sistema",
"toggle-zen-mode": "Alternar Modo Zen",
"switch-to-first-tab": "Alternar para a Primeira Guia",
"switch-to-second-tab": "Alternar para a Segunda Guia",
"switch-to-third-tab": "Alternar para a Terceira Guia",
"switch-to-fourth-tab": "Alternar para a Quarta Guia",
"switch-to-fifth-tab": "Alternar para a Quinta Guia",
"switch-to-sixth-tab": "Alternar para a Sexta Guia",
"switch-to-seventh-tab": "Alternar para a Sétima Guia",
"switch-to-eighth-tab": "Alternar para a Oitava Guia",
"switch-to-ninth-tab": "Alternar para a Nona Guia",
"switch-to-last-tab": "Alternar para a Última Guia",
"show-note-source": "Exibir Fonte da Nota",
"show-options": "Exibir Opções",
"show-revisions": "Exibir Revisões",
"show-recent-changes": "Exibir Alterações Recentes",
"show-sql-console": "Exibir Console SQL",
"show-backend-log": "Exibir Log do Backend",
"show-help": "Exibir Ajuda",
"show-cheatsheet": "Exibir Cheatsheet",
"add-link-to-text": "Adicionar Link ao Texto",
"follow-link-under-cursor": "Seguir Link sob o Cursor",
"insert-date-and-time-to-text": "Inserir Data e Hora ao Texto",
"paste-markdown-into-text": "Colar Markdown no Texto",
"cut-into-note": "Recortar em Nota",
"add-include-note-to-text": "Adicionar Nota de Inclusão ao Texto",
"edit-read-only-note": "Editar Nota Somente-Leitura",
"add-new-label": "Adicionar Nova Etiqueta",
"add-new-relation": "Adicionar Nova Relação",
"toggle-ribbon-tab-classic-editor": "Alternar Guia da Faixa de Opções Editor Clássico",
"toggle-ribbon-tab-basic-properties": "Alternar Guia da Faixa de Opções Propriedades Básicas",
"toggle-ribbon-tab-book-properties": "Alternar Guia da Faixa de Opções Propriedades do Livro",
"toggle-ribbon-tab-file-properties": "Alternar Guia da Faixa de Opções Propriedades do Arquivo",
"toggle-ribbon-tab-image-properties": "Alternar Guia da Faixa de Opções Propriedades da Imagem",
"toggle-ribbon-tab-owned-attributes": "Alternar Guia da Faixa de Opções Atributos Possuídos",
"toggle-ribbon-tab-inherited-attributes": "Alternar Guia da Faixa de Opções Atributos Herdados",
"toggle-ribbon-tab-promoted-attributes": "Alternar Guia da Faixa de Opções Atributos Promovidos",
"toggle-ribbon-tab-note-map": "Alternar Guia da Faixa de Opções Mapa de Notas",
"toggle-ribbon-tab-note-info": "Alternar Guia da Faixa de Opções Informações da Nota",
"toggle-ribbon-tab-note-paths": "Alternar Guia da Faixa de Opções Caminhos de Nota",
"toggle-ribbon-tab-similar-notes": "Alternar Guia da Faixa de Opções Notas Semelhantes",
"toggle-right-pane": "Alternar Painel Direito",
"print-active-note": "Imprimir Nota Atual",
"export-active-note-as-pdf": "Exportar Nota Atual como PDF",
"open-note-externally": "Abrir Nota Externamente",
"render-active-note": "Renderizar Nota Atual",
"run-active-note": "Executar Nota Atual",
"toggle-note-hoisting": "Alternar Elevação de Nota",
"unhoist-note": "Desfazer Elevação de Nota",
"reload-frontend-app": "Recarregar Frontend",
"open-developer-tools": "Abrir Ferramentas de Desenvolvedor",
"find-in-text": "Localizar no Texto",
"toggle-left-pane": "Alternar Painel Esquerdo",
"toggle-full-screen": "Alternar Tela Cheia",
"zoom-out": "Reduzir Zoom",
"zoom-in": "Aumentar Zoom",
"reset-zoom-level": "Redefinir Nível de Zoom",
"copy-without-formatting": "Copiar Sem Formatação",
"force-save-revision": "Forçar Salvamento da Revisão"
},
"weekdayNumber": "Semana {weekNumber}",
"quarterNumber": "Trimestre {quarterNumber}",
"hidden-subtree": {
"root-title": "Notas Ocultas",
"search-history-title": "Histórico de Pesquisa",
"note-map-title": "Mapa de Notas",
"sql-console-history-title": "Histórico do Console SQL",
"shared-notes-title": "Notas Compartilhadas",
"bulk-action-title": "Ação em Massa",
"backend-log-title": "Log do Backend",
"user-hidden-title": "Usuário Oculto",
"launch-bar-templates-title": "Modelos da Barra de Atalhos",
"built-in-widget-title": "Widget Incorporado",
"spacer-title": "Espaçador",
"custom-widget-title": "Widget Personalizado",
"go-to-previous-note-title": "Ir para Nota Anterior",
"go-to-next-note-title": "Ir para Próxima Nota",
"new-note-title": "Nova Nota",
"search-notes-title": "Pesquisar Notas",
"jump-to-note-title": "Ir para...",
"calendar-title": "Calendário",
"recent-changes-title": "Alterações Recentes",
"bookmarks-title": "Favoritos",
"open-today-journal-note-title": "Abrir Nota do Diário de Hoje",
"quick-search-title": "Pesquisa Rápida",
"protected-session-title": "Sessão Protegida",
"sync-status-title": "Status de Sincronização",
"settings-title": "Configurações",
"llm-chat-title": "Conversar com as Notas",
"options-title": "Opções",
"appearance-title": "Aparência",
"shortcuts-title": "Atalhos",
"text-notes": "Notas de Texto",
"code-notes-title": "Notas de Código",
"images-title": "Imagens",
"spellcheck-title": "Verificação Ortográfica",
"password-title": "Senha",
"multi-factor-authentication-title": "MFA",
"etapi-title": "ETAPI",
"backup-title": "Backup",
"sync-title": "Sincronizar",
"ai-llm-title": "AI/LLM",
"other": "Outros",
"advanced-title": "Avançado",
"user-guide": "Guia do Usuário",
"localization": "Idioma e Região",
"inbox-title": "Inbox",
"base-abstract-launcher-title": "Atalho Abstrato Base",
"command-launcher-title": "Atalho de Comando",
"note-launcher-title": "Atalho de Notas",
"script-launcher-title": "Atalho de Script",
"launch-bar-title": "Barra de Atalhos",
"available-launchers-title": "Atalhos disponíveis",
"visible-launchers-title": "Atalhos Visíveis"
},
"notes": {
"new-note": "Nova nota",
"duplicate-note-suffix": "(dup)",
"duplicate-note-title": "{{- noteTitle }} {{ duplicateNoteSuffix }}"
},
"backend_log": {
"log-does-not-exist": "O arquivo de log do backend '{{ fileName }}' ainda não existe.",
"reading-log-failed": "Falha ao ler o arquivo de log do backend '{{ fileName }}'."
},
"content_renderer": {
"note-cannot-be-displayed": "Esta nota não pode ser exibida."
},
"pdf": {
"export_filter": "Documento PDF (*.pdf)",
"unable-to-export-message": "A nota atual não pôde ser exportada como PDF.",
"unable-to-export-title": "Não foi possível exportar como PDF",
"unable-to-save-message": "O arquivo selecionado não pôde ser salvo. Tente novamente ou selecione outro destino."
},
"tray": {
"tooltip": "Trilium Notes",
"close": "Sair do Trilium",
"recents": "Notas recentes",
"bookmarks": "Favoritos",
"today": "Abrir a nota do diário de hoje",
"new-note": "Nova nota",
"show-windows": "Exibir janelas",
"open_new_window": "Abrir nova janela"
},
"migration": {
"old_version": "A migração direta da sua versão atual não é suportada. Por favor, atualize primeiro para a versão mais recente v0.60.4 e somente depois para esta versão.",
"error_message": "Erro durante a migração para a versão {{version}}: {{stack}}",
"wrong_db_version": "A versão do banco de dados ({{version}}) é mais recente do que a esperada pelo aplicativo ({{targetVersion}}), o que significa que ele foi criado por uma versão mais nova e incompatível do Trilium. Atualize para a versão mais recente do Trilium para resolver esse problema."
},
"modals": {
"error_title": "Erro"
},
"share_theme": {
"site-theme": "Tema do site",
"search_placeholder": "Pesquisar...",
"image_alt": "Imagem do artigo",
"last-updated": "Atualizado pela última vez em {{- date}}",
"subpages": "Subpáginas:",
"on-this-page": "Nesta página",
"expand": "Expandir"
},
"hidden_subtree_templates": {
"text-snippet": "Trecho de texto",
"description": "Descrição",
"list-view": "Visualização em lista",
"grid-view": "Visualização em grade",
"calendar": "Calendário",
"table": "Tabela",
"geo-map": "Mapa geográfico",
"start-date": "Data de início",
"end-date": "Data de término",
"start-time": "Hora de início",
"end-time": "Hora de término",
"geolocation": "Geolocalização",
"built-in-templates": "Modelos integrados",
"board": "Quadro",
"status": "Status",
"board_note_first": "Primeira nota",
"board_note_second": "Segunda nota",
"board_note_third": "Terceira nota",
"board_status_todo": "A fazer",
"board_status_progress": "Em andamento",
"board_status_done": "Concluído"
}
}

View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1 @@
{}

View File

@@ -1,192 +1,192 @@
{
"keyboard_actions": {
"open-jump-to-note-dialog": "打開「跳轉到筆記」對話框",
"search-in-subtree": "在當前筆記的子樹中搜索筆記",
"expand-subtree": "展開當前筆記的子樹",
"collapse-tree": "折疊完整的筆記樹",
"collapse-subtree": "折疊當前筆記的子樹",
"sort-child-notes": "排序子筆記",
"creating-and-moving-notes": "新增和移動筆記",
"create-note-into-inbox": "在收件匣(如果有定義的話)或日記中新增筆記",
"delete-note": "刪除筆記",
"move-note-up": "上移筆記",
"move-note-down": "下移筆記",
"move-note-up-in-hierarchy": "上移筆記層級",
"move-note-down-in-hierarchy": "下移筆記層級",
"edit-note-title": "從筆記樹跳轉到筆記詳情並編輯標題",
"edit-branch-prefix": "顯示編輯分支前綴對話框",
"note-clipboard": "筆記剪貼簿",
"copy-notes-to-clipboard": "複製選定的筆記到剪貼簿",
"paste-notes-from-clipboard": "從剪貼簿粘貼筆記到活動筆記中",
"cut-notes-to-clipboard": "剪下選定的筆記到剪貼簿",
"select-all-notes-in-parent": "選擇當前筆記級別的所有筆記",
"add-note-above-to-the-selection": "將上方筆記添加到選擇中",
"add-note-below-to-selection": "將下方筆記添加到選擇中",
"duplicate-subtree": "複製子樹",
"tabs-and-windows": "標籤和窗口",
"open-new-tab": "打開新標籤",
"close-active-tab": "關閉活動標籤",
"reopen-last-tab": "重新打開最後關閉的標籤",
"activate-next-tab": "激活右側標籤",
"activate-previous-tab": "激活左側標籤",
"open-new-window": "打開新空白窗口",
"toggle-tray": "顯示/隱藏應用程式的系統托盤",
"first-tab": "激活列表中的第一個標籤",
"second-tab": "激活列表中的第二個標籤",
"third-tab": "激活列表中的第三個標籤",
"fourth-tab": "激活列表中的第四個標籤",
"fifth-tab": "激活列表中的第五個標籤",
"sixth-tab": "激活列表中的第六個標籤",
"seventh-tab": "激活列表中的第七個標籤",
"eight-tab": "激活列表中的第八個標籤",
"ninth-tab": "激活列表中的第九個標籤",
"last-tab": "激活列表中的最後一個標籤",
"dialogs": "對話框",
"show-note-source": "顯示筆記源對話框",
"show-options": "顯示選項對話框",
"show-revisions": "顯示筆記歷史對話框",
"show-recent-changes": "顯示最近更改對話框",
"show-sql-console": "顯示SQL控制台對話框",
"show-backend-log": "顯示後端日誌對話框",
"text-note-operations": "文本筆記操作",
"add-link-to-text": "打開對話框以將鏈接添加到文本",
"follow-link-under-cursor": "跟隨遊標下的鏈接",
"insert-date-and-time-to-text": "將當前日期和時間插入文本",
"paste-markdown-into-text": "將剪貼簿中的Markdown粘貼到文本筆記中",
"cut-into-note": "從當前筆記中剪下選擇並新增包含選定文本的子筆記",
"add-include-note-to-text": "打開對話框以包含筆記",
"edit-readonly-note": "編輯唯讀筆記",
"attributes-labels-and-relations": "屬性(標籤和關係)",
"add-new-label": "新增新標籤",
"create-new-relation": "新增新關係",
"ribbon-tabs": "功能區標籤",
"toggle-basic-properties": "切換基本屬性",
"toggle-file-properties": "切換文件屬性",
"toggle-image-properties": "切換圖像屬性",
"toggle-owned-attributes": "切換擁有的屬性",
"toggle-inherited-attributes": "切換繼承的屬性",
"toggle-promoted-attributes": "切換提升的屬性",
"toggle-link-map": "切換鏈接地圖",
"toggle-note-info": "切換筆記資訊",
"toggle-note-paths": "切換筆記路徑",
"toggle-similar-notes": "切換相似筆記",
"other": "其他",
"toggle-right-pane": "切換右側面板的顯示,包括目錄和高亮",
"print-active-note": "打印活動筆記",
"open-note-externally": "以預設應用程式打開筆記文件",
"render-active-note": "渲染(重新渲染)活動筆記",
"run-active-note": "運行主動的JavaScript前端/後端)代碼筆記",
"toggle-note-hoisting": "切換活動筆記的提升",
"unhoist": "從任何地方取消提升",
"reload-frontend-app": "重新加載前端應用",
"open-dev-tools": "打開開發工具",
"toggle-left-note-tree-panel": "切換左側(筆記樹)面板",
"toggle-full-screen": "切換全熒幕",
"zoom-out": "縮小",
"zoom-in": "放大",
"note-navigation": "筆記導航",
"reset-zoom-level": "重置縮放級別",
"copy-without-formatting": "複製不帶格式的選定文本",
"force-save-revision": "強制新增/保存當前筆記的歷史版本",
"show-help": "顯示內置說明/備忘單",
"toggle-book-properties": "切換書籍屬性"
},
"login": {
"title": "登入",
"heading": "Trilium登入",
"incorrect-password": "密碼不正確。請再試一次。",
"password": "密碼",
"remember-me": "記住我",
"button": "登入"
},
"set_password": {
"title": "設定密碼",
"heading": "設定密碼",
"description": "在您可以從Web開始使用Trilium之前您需要先設定一個密碼。然後您將使用此密碼登錄。",
"password": "密碼",
"password-confirmation": "密碼確認",
"button": "設定密碼"
},
"javascript-required": "Trilium需要啓用JavaScript。",
"setup": {
"heading": "TriliumNext筆記設定",
"new-document": "我是新用戶我想為我的筆記新增一個新的Trilium檔案",
"sync-from-desktop": "我已經有一個桌面實例,我想設定與它的同步",
"sync-from-server": "我已經有一個伺服器實例,我想設定與它的同步",
"next": "下一步",
"init-in-progress": "檔案初始化進行中",
"redirecting": "您將很快被重定向到應用程式。",
"title": "設定"
},
"setup_sync-from-desktop": {
"heading": "從桌面同步",
"description": "此設定需要從桌面實例啓動:",
"step1": "打開您的TriliumNext筆記桌面實例。",
"step2": "從Trilium菜單中點擊選項。",
"step3": "點擊同步。",
"step4": "將伺服器實例地址更改為:{{- host}}並點擊保存。",
"step5": "點擊「測試同步」按鈕以驗證連接是否成功。",
"step6": "完成這些步驟後,點擊{{- link}}。",
"step6-here": "這裡"
},
"setup_sync-from-server": {
"heading": "從伺服器同步",
"instructions": "請在下面輸入Trilium伺服器地址和密碼。這將從伺服器下載整個Trilium數據庫檔案並設定同步。因應數據庫大小和您的連接速度這可能需要一段時間。",
"server-host": "Trilium伺服器地址",
"server-host-placeholder": "https://<主機名稱>:<端口>",
"proxy-server": "代理伺服器(可選)",
"proxy-server-placeholder": "https://<主機名稱>:<端口>",
"note": "注意:",
"proxy-instruction": "如果您將代理設定留空,將使用系統代理(僅適用於桌面程式)",
"password": "密碼",
"password-placeholder": "密碼",
"back": "返回",
"finish-setup": "完成設定"
},
"setup_sync-in-progress": {
"heading": "同步中",
"successful": "同步已正確設定。初始同步完成可能需要一些時間。完成後,您將被重定向到登入頁面。",
"outstanding-items": "未完成的同步項目:",
"outstanding-items-default": "無"
},
"share_404": {
"title": "未找到",
"heading": "未找到"
},
"share_page": {
"parent": "上級目錄:",
"clipped-from": "此筆記最初剪下自 {{- url}}",
"child-notes": "子筆記:",
"no-content": "此筆記沒有內容。"
},
"weekdays": {
"monday": "週一",
"tuesday": "週二",
"wednesday": "週三",
"thursday": "週四",
"friday": "週五",
"saturday": "週六",
"sunday": "週日"
},
"months": {
"january": "一月",
"february": "二月",
"march": "三月",
"april": "四月",
"may": "五月",
"june": "六月",
"july": "七月",
"august": "八月",
"september": "九月",
"october": "十月",
"november": "十一月",
"december": "十二月"
},
"special_notes": {
"search_prefix": "搜尋:"
},
"test_sync": {
"not-configured": "並未設定同步伺服器主機,請先設定同步",
"successful": "成功與同步伺服器握手,現在開始同步"
}
"keyboard_actions": {
"open-jump-to-note-dialog": "打開「跳轉到筆記」對話框",
"search-in-subtree": "在當前筆記的子樹中搜索筆記",
"expand-subtree": "展開當前筆記的子樹",
"collapse-tree": "折疊完整的筆記樹",
"collapse-subtree": "折疊當前筆記的子樹",
"sort-child-notes": "排序子筆記",
"creating-and-moving-notes": "新增和移動筆記",
"create-note-into-inbox": "在收件匣(如果有定義的話)或日記中新增筆記",
"delete-note": "刪除筆記",
"move-note-up": "上移筆記",
"move-note-down": "下移筆記",
"move-note-up-in-hierarchy": "上移筆記層級",
"move-note-down-in-hierarchy": "下移筆記層級",
"edit-note-title": "從筆記樹跳轉到筆記詳情並編輯標題",
"edit-branch-prefix": "顯示編輯分支前綴對話框",
"note-clipboard": "筆記剪貼簿",
"copy-notes-to-clipboard": "複製選定的筆記到剪貼簿",
"paste-notes-from-clipboard": "從剪貼簿粘貼筆記到活動筆記中",
"cut-notes-to-clipboard": "剪下選定的筆記到剪貼簿",
"select-all-notes-in-parent": "選擇當前筆記級別的所有筆記",
"add-note-above-to-the-selection": "將上方筆記添加到選擇中",
"add-note-below-to-selection": "將下方筆記添加到選擇中",
"duplicate-subtree": "複製子樹",
"tabs-and-windows": "標籤和窗口",
"open-new-tab": "打開新標籤",
"close-active-tab": "關閉活動標籤",
"reopen-last-tab": "重新打開最後關閉的標籤",
"activate-next-tab": "激活右側標籤",
"activate-previous-tab": "激活左側標籤",
"open-new-window": "打開新空白窗口",
"toggle-tray": "顯示/隱藏應用程式的系統托盤",
"first-tab": "激活列表中的第一個標籤",
"second-tab": "激活列表中的第二個標籤",
"third-tab": "激活列表中的第三個標籤",
"fourth-tab": "激活列表中的第四個標籤",
"fifth-tab": "激活列表中的第五個標籤",
"sixth-tab": "激活列表中的第六個標籤",
"seventh-tab": "激活列表中的第七個標籤",
"eight-tab": "激活列表中的第八個標籤",
"ninth-tab": "激活列表中的第九個標籤",
"last-tab": "激活列表中的最後一個標籤",
"dialogs": "對話框",
"show-note-source": "顯示筆記源對話框",
"show-options": "顯示選項對話框",
"show-revisions": "顯示筆記歷史對話框",
"show-recent-changes": "顯示最近更改對話框",
"show-sql-console": "顯示SQL控制台對話框",
"show-backend-log": "顯示後端日誌對話框",
"text-note-operations": "文本筆記操作",
"add-link-to-text": "打開對話框以將鏈接添加到文本",
"follow-link-under-cursor": "跟隨遊標下的鏈接",
"insert-date-and-time-to-text": "將當前日期和時間插入文本",
"paste-markdown-into-text": "將剪貼簿中的Markdown粘貼到文本筆記中",
"cut-into-note": "從當前筆記中剪下選擇並新增包含選定文本的子筆記",
"add-include-note-to-text": "打開對話框以包含筆記",
"edit-readonly-note": "編輯唯讀筆記",
"attributes-labels-and-relations": "屬性(標籤和關係)",
"add-new-label": "新增新標籤",
"create-new-relation": "新增新關係",
"ribbon-tabs": "功能區標籤",
"toggle-basic-properties": "切換基本屬性",
"toggle-file-properties": "切換文件屬性",
"toggle-image-properties": "切換圖像屬性",
"toggle-owned-attributes": "切換擁有的屬性",
"toggle-inherited-attributes": "切換繼承的屬性",
"toggle-promoted-attributes": "切換提升的屬性",
"toggle-link-map": "切換鏈接地圖",
"toggle-note-info": "切換筆記資訊",
"toggle-note-paths": "切換筆記路徑",
"toggle-similar-notes": "切換相似筆記",
"other": "其他",
"toggle-right-pane": "切換右側面板的顯示,包括目錄和高亮",
"print-active-note": "打印活動筆記",
"open-note-externally": "以預設應用程式打開筆記文件",
"render-active-note": "渲染(重新渲染)活動筆記",
"run-active-note": "運行主動的JavaScript前端/後端)代碼筆記",
"toggle-note-hoisting": "切換活動筆記的提升",
"unhoist": "從任何地方取消提升",
"reload-frontend-app": "重新加載前端應用",
"open-dev-tools": "打開開發工具",
"toggle-left-note-tree-panel": "切換左側(筆記樹)面板",
"toggle-full-screen": "切換全熒幕",
"zoom-out": "縮小",
"zoom-in": "放大",
"note-navigation": "筆記導航",
"reset-zoom-level": "重置縮放級別",
"copy-without-formatting": "複製不帶格式的選定文本",
"force-save-revision": "強制新增/保存當前筆記的歷史版本",
"show-help": "顯示內置說明/備忘單",
"toggle-book-properties": "切換書籍屬性"
},
"login": {
"title": "登入",
"heading": "Trilium登入",
"incorrect-password": "密碼不正確。請再試一次。",
"password": "密碼",
"remember-me": "記住我",
"button": "登入"
},
"set_password": {
"title": "設定密碼",
"heading": "設定密碼",
"description": "在您可以從Web開始使用Trilium之前您需要先設定一個密碼。然後您將使用此密碼登錄。",
"password": "密碼",
"password-confirmation": "密碼確認",
"button": "設定密碼"
},
"javascript-required": "Trilium需要啓用JavaScript。",
"setup": {
"heading": "TriliumNext筆記設定",
"new-document": "我是新用戶我想為我的筆記新增一個新的Trilium檔案",
"sync-from-desktop": "我已經有一個桌面實例,我想設定與它的同步",
"sync-from-server": "我已經有一個伺服器實例,我想設定與它的同步",
"next": "下一步",
"init-in-progress": "檔案初始化進行中",
"redirecting": "您將很快被重定向到應用程式。",
"title": "設定"
},
"setup_sync-from-desktop": {
"heading": "從桌面同步",
"description": "此設定需要從桌面實例啓動:",
"step1": "打開您的TriliumNext筆記桌面實例。",
"step2": "從Trilium菜單中點擊選項。",
"step3": "點擊同步。",
"step4": "將伺服器實例地址更改為:{{- host}}並點擊保存。",
"step5": "點擊「測試同步」按鈕以驗證連接是否成功。",
"step6": "完成這些步驟後,點擊{{- link}}。",
"step6-here": "這裡"
},
"setup_sync-from-server": {
"heading": "從伺服器同步",
"instructions": "請在下面輸入Trilium伺服器地址和密碼。這將從伺服器下載整個Trilium數據庫檔案並設定同步。因應數據庫大小和您的連接速度這可能需要一段時間。",
"server-host": "Trilium伺服器地址",
"server-host-placeholder": "https://<主機名稱>:<端口>",
"proxy-server": "代理伺服器(可選)",
"proxy-server-placeholder": "https://<主機名稱>:<端口>",
"note": "注意:",
"proxy-instruction": "如果您將代理設定留空,將使用系統代理(僅適用於桌面程式)",
"password": "密碼",
"password-placeholder": "密碼",
"back": "返回",
"finish-setup": "完成設定"
},
"setup_sync-in-progress": {
"heading": "同步中",
"successful": "同步已正確設定。初始同步完成可能需要一些時間。完成後,您將被重定向到登入頁面。",
"outstanding-items": "未完成的同步項目:",
"outstanding-items-default": "無"
},
"share_404": {
"title": "未找到",
"heading": "未找到"
},
"share_page": {
"parent": "上級目錄:",
"clipped-from": "此筆記最初剪下自 {{- url}}",
"child-notes": "子筆記:",
"no-content": "此筆記沒有內容。"
},
"weekdays": {
"monday": "週一",
"tuesday": "週二",
"wednesday": "週三",
"thursday": "週四",
"friday": "週五",
"saturday": "週六",
"sunday": "週日"
},
"months": {
"january": "一月",
"february": "二月",
"march": "三月",
"april": "四月",
"may": "五月",
"june": "六月",
"july": "七月",
"august": "八月",
"september": "九月",
"october": "十月",
"november": "十一月",
"december": "十二月"
},
"special_notes": {
"search_prefix": "搜尋:"
},
"test_sync": {
"not-configured": "並未設定同步伺服器主機,請先設定同步",
"successful": "成功與同步伺服器握手,現在開始同步"
}
}

View File

@@ -412,6 +412,17 @@ export interface Api {
*/
backupNow(backupName: string): Promise<string>;
/**
* Enables the complete duplication of the specified original note and all its children into the specified parent note.
* The new note will be named the same as the original, with (Dup) added to the end of it.
*
* @param origNoteId - the noteId for the original note to be duplicated
* @param newParentNoteId - the noteId for the parent note where the duplication is to be placed.
*
* @returns the note and the branch of the newly created note.
*/
duplicateSubtree(origNoteId: string, newParentNoteId: string): { note: BNote; branch: BBranch; }
/**
* This object contains "at your risk" and "no BC guarantees" objects for advanced use cases.
*/
@@ -703,6 +714,7 @@ function BackendScriptApi(this: Api, currentNote: BNote, apiParams: ApiParams) {
this.runOutsideOfSync = syncMutex.doExclusively;
this.backupNow = backupService.backupNow;
this.duplicateSubtree = noteService.duplicateSubtree;
this.__private = {
becca

View File

@@ -18,6 +18,7 @@ const DAYJS_LOADER: Record<LOCALE_IDS, () => Promise<typeof import("dayjs/locale
"he": () => import("dayjs/locale/he.js"),
"ku": () => import("dayjs/locale/ku.js"),
"ro": () => import("dayjs/locale/ro.js"),
"ru": () => import("dayjs/locale/ru.js"),
"tw": () => import("dayjs/locale/zh-tw.js")
}

View File

@@ -931,10 +931,6 @@ function duplicateSubtree(origNoteId: string, newParentNoteId: string) {
const noteIdMapping = getNoteIdMapping(origNote);
if (!origBranch) {
throw new Error("Unable to find original branch to duplicate.");
}
const res = duplicateSubtreeInner(origNote, origBranch, newParentNoteId, noteIdMapping);
const duplicateNoteSuffix = t("notes.duplicate-note-suffix");
@@ -966,7 +962,7 @@ function duplicateSubtreeWithoutRoot(origNoteId: string, newNoteId: string) {
}
}
function duplicateSubtreeInner(origNote: BNote, origBranch: BBranch, newParentNoteId: string, noteIdMapping: Record<string, string>) {
function duplicateSubtreeInner(origNote: BNote, origBranch: BBranch | null | undefined, newParentNoteId: string, noteIdMapping: Record<string, string>) {
if (origNote.isProtected && !protectedSessionService.isProtectedSessionAvailable()) {
throw new Error(`Cannot duplicate note '${origNote.noteId}' because it is protected and protected session is not available. Enter protected session and try again.`);
}