mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 14:24:27 +01:00
Merge branch 'main' into feat/tweak/note-title-and-icon-widgets
This commit is contained in:
commit
03602addc5
@ -9,9 +9,9 @@
|
|||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "Elian Doran <contact@eliandoran.me>",
|
"author": "Elian Doran <contact@eliandoran.me>",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"packageManager": "pnpm@10.25.0",
|
"packageManager": "pnpm@10.26.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@redocly/cli": "2.12.6",
|
"@redocly/cli": "2.12.7",
|
||||||
"archiver": "7.0.1",
|
"archiver": "7.0.1",
|
||||||
"fs-extra": "11.3.2",
|
"fs-extra": "11.3.2",
|
||||||
"react": "19.2.3",
|
"react": "19.2.3",
|
||||||
|
|||||||
@ -44,7 +44,7 @@
|
|||||||
"draggabilly": "3.0.0",
|
"draggabilly": "3.0.0",
|
||||||
"force-graph": "1.51.0",
|
"force-graph": "1.51.0",
|
||||||
"globals": "16.5.0",
|
"globals": "16.5.0",
|
||||||
"i18next": "25.7.2",
|
"i18next": "25.7.3",
|
||||||
"i18next-http-backend": "3.0.2",
|
"i18next-http-backend": "3.0.2",
|
||||||
"jquery": "3.7.1",
|
"jquery": "3.7.1",
|
||||||
"jquery.fancytree": "2.38.5",
|
"jquery.fancytree": "2.38.5",
|
||||||
|
|||||||
@ -696,7 +696,10 @@
|
|||||||
"open_note_on_server": "在服务器上打开笔记",
|
"open_note_on_server": "在服务器上打开笔记",
|
||||||
"view_revisions": "笔记修订...",
|
"view_revisions": "笔记修订...",
|
||||||
"note_map": "笔记地图",
|
"note_map": "笔记地图",
|
||||||
"advanced": "高级"
|
"advanced": "高级",
|
||||||
|
"export_as_image": "导出为图像",
|
||||||
|
"export_as_image_png": "PNG(栅格)",
|
||||||
|
"export_as_image_svg": "SVG(矢量图)"
|
||||||
},
|
},
|
||||||
"onclick_button": {
|
"onclick_button": {
|
||||||
"no_click_handler": "按钮组件'{{componentId}}'没有定义点击处理程序"
|
"no_click_handler": "按钮组件'{{componentId}}'没有定义点击处理程序"
|
||||||
@ -794,7 +797,7 @@
|
|||||||
"file_type": "文件类型",
|
"file_type": "文件类型",
|
||||||
"file_size": "文件大小",
|
"file_size": "文件大小",
|
||||||
"download": "下载",
|
"download": "下载",
|
||||||
"open": "打开",
|
"open": "用外部程序打开",
|
||||||
"upload_new_revision": "上传新修订版本",
|
"upload_new_revision": "上传新修订版本",
|
||||||
"upload_success": "新文件修订版本已上传。",
|
"upload_success": "新文件修订版本已上传。",
|
||||||
"upload_failed": "新文件修订版本上传失败。",
|
"upload_failed": "新文件修订版本上传失败。",
|
||||||
@ -825,7 +828,8 @@
|
|||||||
"note_size_info": "笔记大小提供了该笔记存储需求的粗略估计。它考虑了笔记的内容及其笔记修订历史的内容。",
|
"note_size_info": "笔记大小提供了该笔记存储需求的粗略估计。它考虑了笔记的内容及其笔记修订历史的内容。",
|
||||||
"calculate": "计算",
|
"calculate": "计算",
|
||||||
"subtree_size": "(子树大小: {{size}}, 共计 {{count}} 个笔记)",
|
"subtree_size": "(子树大小: {{size}}, 共计 {{count}} 个笔记)",
|
||||||
"title": "笔记信息"
|
"title": "笔记信息",
|
||||||
|
"show_similar_notes": "显示相似的笔记"
|
||||||
},
|
},
|
||||||
"note_map": {
|
"note_map": {
|
||||||
"open_full": "展开显示",
|
"open_full": "展开显示",
|
||||||
@ -888,7 +892,8 @@
|
|||||||
"search_parameters": "搜索参数",
|
"search_parameters": "搜索参数",
|
||||||
"unknown_search_option": "未知的搜索选项 {{searchOptionName}}",
|
"unknown_search_option": "未知的搜索选项 {{searchOptionName}}",
|
||||||
"search_note_saved": "搜索笔记已保存到 {{- notePathTitle}}",
|
"search_note_saved": "搜索笔记已保存到 {{- notePathTitle}}",
|
||||||
"actions_executed": "操作已执行。"
|
"actions_executed": "操作已执行。",
|
||||||
|
"view_options": "查看选项:"
|
||||||
},
|
},
|
||||||
"similar_notes": {
|
"similar_notes": {
|
||||||
"title": "相似笔记",
|
"title": "相似笔记",
|
||||||
@ -1582,11 +1587,12 @@
|
|||||||
"note_title": {
|
"note_title": {
|
||||||
"placeholder": "请输入笔记标题...",
|
"placeholder": "请输入笔记标题...",
|
||||||
"created_on": "建立于 <Value />",
|
"created_on": "建立于 <Value />",
|
||||||
"last_modified": "最后修改于 <Value />",
|
"last_modified": "修改于 <Value />",
|
||||||
"note_type_switcher_label": "从 {{type}} 切换到:",
|
"note_type_switcher_label": "从 {{type}} 切换到:",
|
||||||
"note_type_switcher_others": "更多笔记类型",
|
"note_type_switcher_others": "其他笔记类型",
|
||||||
"note_type_switcher_templates": "模板",
|
"note_type_switcher_templates": "模板",
|
||||||
"note_type_switcher_collection": "集合"
|
"note_type_switcher_collection": "集合",
|
||||||
|
"edited_notes": "编辑过的笔记"
|
||||||
},
|
},
|
||||||
"search_result": {
|
"search_result": {
|
||||||
"no_notes_found": "没有找到符合搜索条件的笔记。",
|
"no_notes_found": "没有找到符合搜索条件的笔记。",
|
||||||
@ -2061,7 +2067,7 @@
|
|||||||
"configure_launch_bar_description": "打开启动栏配置,添加或移除项目。"
|
"configure_launch_bar_description": "打开启动栏配置,添加或移除项目。"
|
||||||
},
|
},
|
||||||
"content_renderer": {
|
"content_renderer": {
|
||||||
"open_externally": "在外部打开"
|
"open_externally": "用外部程序打开"
|
||||||
},
|
},
|
||||||
"modal": {
|
"modal": {
|
||||||
"close": "关闭",
|
"close": "关闭",
|
||||||
@ -2096,7 +2102,7 @@
|
|||||||
},
|
},
|
||||||
"pagination": {
|
"pagination": {
|
||||||
"page_title": "第 {{startIndex}} 页 - 第 {{endIndex}} 页",
|
"page_title": "第 {{startIndex}} 页 - 第 {{endIndex}} 页",
|
||||||
"total_notes": "{{count}} 笔记"
|
"total_notes": "{{count}} 篇笔记"
|
||||||
},
|
},
|
||||||
"collections": {
|
"collections": {
|
||||||
"rendering_error": "出现错误无法显示内容。"
|
"rendering_error": "出现错误无法显示内容。"
|
||||||
@ -2146,23 +2152,33 @@
|
|||||||
"read_only_auto_description": "出于性能原因,此笔记已被自动设置为只读模式。此自动限制可以在设置中调整。\n\n点击可临时编辑。",
|
"read_only_auto_description": "出于性能原因,此笔记已被自动设置为只读模式。此自动限制可以在设置中调整。\n\n点击可临时编辑。",
|
||||||
"read_only_temporarily_disabled": "临时编辑",
|
"read_only_temporarily_disabled": "临时编辑",
|
||||||
"read_only_temporarily_disabled_description": "此笔记当前可编辑,但通常是只读的。一旦你切换到其他笔记,该笔记将恢复为只读模式。\n\n点击以重新启用只读模式。",
|
"read_only_temporarily_disabled_description": "此笔记当前可编辑,但通常是只读的。一旦你切换到其他笔记,该笔记将恢复为只读模式。\n\n点击以重新启用只读模式。",
|
||||||
"shared_publicly_description": "此笔记已在网上发布,链接为 {{- link}},并且可公开访问。\n\n点击以导航到共享笔记,或右键点击查看更多选项。",
|
|
||||||
"shared_locally_description": "此笔记仅在本地网络共享,链接为 {{- link}}。\n\n点击以导航到共享笔记,或右键点击查看更多选项。",
|
|
||||||
"clipped_note": "网页剪辑",
|
"clipped_note": "网页剪辑",
|
||||||
"clipped_note_description": "此笔记最初来自 {{url}}。\n\n点击即可跳转至源网页。",
|
"clipped_note_description": "此笔记最初来自 {{url}}。\n\n点击即可跳转至源网页。",
|
||||||
"execute_script": "运行脚本",
|
"execute_script": "运行脚本",
|
||||||
"execute_script_description": "这是一篇脚本笔记。点击即可执行脚本。",
|
"execute_script_description": "这是一篇脚本笔记。点击即可执行脚本。",
|
||||||
"execute_sql": "运行SQL",
|
"execute_sql": "运行SQL",
|
||||||
"execute_sql_description": "这是一篇 SQL 笔记。点击即可执行 SQL 查询。"
|
"execute_sql_description": "这是一篇 SQL 笔记。点击即可执行 SQL 查询。",
|
||||||
|
"shared_copy_to_clipboard": "复制链接到剪贴板",
|
||||||
|
"shared_open_in_browser": "在浏览器中打开链接",
|
||||||
|
"shared_unshare": "取消共享"
|
||||||
},
|
},
|
||||||
"status_bar": {
|
"status_bar": {
|
||||||
"language_title": "更改所有内容的语言",
|
"language_title": "更改内容语言",
|
||||||
"note_info_title": "查看有关此笔记的信息,例如创建/修改日期或笔记大小。",
|
"note_info_title": "查看笔记信息(例如日期,笔记大小)",
|
||||||
"backlinks_title_other": "此笔记由 {{count}} 个其他笔记链接而来。\n\n点击查看反向链接列表。",
|
"backlinks_title_other": "查看反链",
|
||||||
"attachments_title_other": "此笔记包含 {{count}} 个附件。点击即可在新标签页中打开附件列表。",
|
"attachments_title_other": "在新标签页中查看附件",
|
||||||
"attributes_other": "{{count}} 个属性",
|
"attributes_other": "{{count}} 个属性",
|
||||||
"attributes_title": "单击以打开专用窗格,编辑此笔记拥有的属性,以及查看继承属性列表。",
|
"attributes_title": "拥有的属性和继承的属性",
|
||||||
"note_paths_title": "点击查看此笔记在树状图中的位置路径。",
|
"note_paths_title": "笔记路径",
|
||||||
"code_note_switcher": "更改语言模式"
|
"code_note_switcher": "更改语言模式",
|
||||||
|
"backlinks_other": "{{count}} 个反链",
|
||||||
|
"attachments_other": "{{count}} 个附件",
|
||||||
|
"note_paths_other": "{{count}} 条路径"
|
||||||
|
},
|
||||||
|
"breadcrumb": {
|
||||||
|
"workspace_badge": "工作空间",
|
||||||
|
"scroll_to_top_title": "跳转到笔记开始",
|
||||||
|
"hoisted_badge_title": "取消聚焦",
|
||||||
|
"hoisted_badge": "聚焦"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -409,7 +409,8 @@
|
|||||||
"search_parameters": "Parametri di ricerca",
|
"search_parameters": "Parametri di ricerca",
|
||||||
"unknown_search_option": "Opzione di ricerca sconosciuta {{searchOptionName}}",
|
"unknown_search_option": "Opzione di ricerca sconosciuta {{searchOptionName}}",
|
||||||
"search_note_saved": "La nota di ricerca è stata salvata in {{- notePathTitle}}",
|
"search_note_saved": "La nota di ricerca è stata salvata in {{- notePathTitle}}",
|
||||||
"actions_executed": "Le azioni sono state eseguite."
|
"actions_executed": "Le azioni sono state eseguite.",
|
||||||
|
"view_options": "Opzioni di visualizzazione:"
|
||||||
},
|
},
|
||||||
"modal": {
|
"modal": {
|
||||||
"close": "Chiudi",
|
"close": "Chiudi",
|
||||||
@ -1262,7 +1263,12 @@
|
|||||||
"convert_into_attachment_prompt": "Sei sicuro di voler convertire la nota '{{title}}' in un allegato della nota padre?",
|
"convert_into_attachment_prompt": "Sei sicuro di voler convertire la nota '{{title}}' in un allegato della nota padre?",
|
||||||
"print_pdf": "Esporta come PDF...",
|
"print_pdf": "Esporta come PDF...",
|
||||||
"open_note_on_server": "Apri una nota sul server",
|
"open_note_on_server": "Apri una nota sul server",
|
||||||
"view_revisions": "Revisioni..."
|
"view_revisions": "Revisioni...",
|
||||||
|
"advanced": "Avanzato",
|
||||||
|
"export_as_image": "Esporta come immagine",
|
||||||
|
"export_as_image_png": "PNG (raster)",
|
||||||
|
"export_as_image_svg": "SVG (vector)",
|
||||||
|
"note_map": "Mappa"
|
||||||
},
|
},
|
||||||
"onclick_button": {
|
"onclick_button": {
|
||||||
"no_click_handler": "Il widget pulsante '{{componentId}}' non ha un gestore di clic definito"
|
"no_click_handler": "Il widget pulsante '{{componentId}}' non ha un gestore di clic definito"
|
||||||
@ -1362,7 +1368,7 @@
|
|||||||
"file_type": "Tipo di file",
|
"file_type": "Tipo di file",
|
||||||
"file_size": "Dimensione del file",
|
"file_size": "Dimensione del file",
|
||||||
"download": "Scaricamento",
|
"download": "Scaricamento",
|
||||||
"open": "Aprire",
|
"open": "Aprire esternamente",
|
||||||
"upload_new_revision": "Carica nuova revisione",
|
"upload_new_revision": "Carica nuova revisione",
|
||||||
"upload_success": "È stata caricata una nuova revisione del file.",
|
"upload_success": "È stata caricata una nuova revisione del file.",
|
||||||
"upload_failed": "Caricamento di una nuova revisione del file non riuscito.",
|
"upload_failed": "Caricamento di una nuova revisione del file non riuscito.",
|
||||||
@ -1393,7 +1399,8 @@
|
|||||||
"note_size_info": "La dimensione della nota fornisce una stima approssimativa dei requisiti di archiviazione per questa nota. Tiene conto del contenuto della nota e del contenuto delle sue revisioni.",
|
"note_size_info": "La dimensione della nota fornisce una stima approssimativa dei requisiti di archiviazione per questa nota. Tiene conto del contenuto della nota e del contenuto delle sue revisioni.",
|
||||||
"calculate": "calcolare",
|
"calculate": "calcolare",
|
||||||
"subtree_size": "(dimensione del sottoalbero: {{size}} in {{count}} note)",
|
"subtree_size": "(dimensione del sottoalbero: {{size}} in {{count}} note)",
|
||||||
"title": "Nota informativa"
|
"title": "Nota informativa",
|
||||||
|
"show_similar_notes": "Mostra note simili"
|
||||||
},
|
},
|
||||||
"note_map": {
|
"note_map": {
|
||||||
"open_full": "Espandi completamente",
|
"open_full": "Espandi completamente",
|
||||||
@ -1876,7 +1883,12 @@
|
|||||||
"note_title": {
|
"note_title": {
|
||||||
"placeholder": "scrivi qui il titolo della nota...",
|
"placeholder": "scrivi qui il titolo della nota...",
|
||||||
"created_on": "Creato il <Value />",
|
"created_on": "Creato il <Value />",
|
||||||
"last_modified": "Ultima modifica il <Value />"
|
"last_modified": "Modificato il <Value />",
|
||||||
|
"note_type_switcher_label": "Passa da {{type}} a:",
|
||||||
|
"note_type_switcher_others": "Altro tipo di nota",
|
||||||
|
"note_type_switcher_templates": "Modello",
|
||||||
|
"note_type_switcher_collection": "Collezione",
|
||||||
|
"edited_notes": "Note modificate"
|
||||||
},
|
},
|
||||||
"search_result": {
|
"search_result": {
|
||||||
"no_notes_found": "Non sono state trovate note per i parametri di ricerca specificati.",
|
"no_notes_found": "Non sono state trovate note per i parametri di ricerca specificati.",
|
||||||
@ -2043,7 +2055,7 @@
|
|||||||
"book_properties_config": {
|
"book_properties_config": {
|
||||||
"hide-weekends": "Nascondi i fine settimana",
|
"hide-weekends": "Nascondi i fine settimana",
|
||||||
"display-week-numbers": "Visualizza i numeri delle settimane",
|
"display-week-numbers": "Visualizza i numeri delle settimane",
|
||||||
"map-style": "Stile mappa:",
|
"map-style": "Stile mappa",
|
||||||
"max-nesting-depth": "Profondità massima di nidificazione:",
|
"max-nesting-depth": "Profondità massima di nidificazione:",
|
||||||
"raster": "Trama",
|
"raster": "Trama",
|
||||||
"vector_light": "Vettore (Luce)",
|
"vector_light": "Vettore (Luce)",
|
||||||
@ -2141,8 +2153,43 @@
|
|||||||
"read_only_temporarily_disabled": "Modificabile temporaneamente",
|
"read_only_temporarily_disabled": "Modificabile temporaneamente",
|
||||||
"read_only_temporarily_disabled_description": "Questa nota è attualmente modificabile, ma normalmente è di sola lettura. La nota tornerà ad essere di sola lettura non appena passerai a un'altra nota.\n\nClicca per riattivare la modalità di sola lettura.",
|
"read_only_temporarily_disabled_description": "Questa nota è attualmente modificabile, ma normalmente è di sola lettura. La nota tornerà ad essere di sola lettura non appena passerai a un'altra nota.\n\nClicca per riattivare la modalità di sola lettura.",
|
||||||
"shared_publicly": "Condiviso pubblicamente",
|
"shared_publicly": "Condiviso pubblicamente",
|
||||||
"shared_publicly_description": "Questa nota è stata pubblicata online all'indirizzo {{- link}} ed è accessibile al pubblico.\n\nClicca per visualizzare la nota condivisa o clicca con il tasto destro del mouse per ulteriori opzioni.",
|
|
||||||
"shared_locally": "Condiviso localmente",
|
"shared_locally": "Condiviso localmente",
|
||||||
"shared_locally_description": "Questa nota è condivisa sulla rete locale solo all'indirizzo {{- link}}.\n\nClicca per accedere alla nota condivisa o clicca con il tasto destro del mouse per ulteriori opzioni."
|
"clipped_note": "Clip web",
|
||||||
|
"clipped_note_description": "Questa nota è stata originariamente presa da {{url}}.\n\nClicca per andare alla pagina web di origine.",
|
||||||
|
"execute_script": "Esegui script",
|
||||||
|
"execute_script_description": "Questa nota è una nota di script. Clicca per eseguire lo script.",
|
||||||
|
"execute_sql": "Esegui SQL",
|
||||||
|
"execute_sql_description": "Questa nota è una nota SQL. Clicca per eseguire la query SQL."
|
||||||
|
},
|
||||||
|
"breadcrumb": {
|
||||||
|
"workspace_badge": "Area di lavoro",
|
||||||
|
"scroll_to_top_title": "Vai all'inizio della nota",
|
||||||
|
"hoisted_badge": "Sollevato",
|
||||||
|
"hoisted_badge_title": "Abbassato"
|
||||||
|
},
|
||||||
|
"status_bar": {
|
||||||
|
"language_title": "Cambia lingua dei contenuti",
|
||||||
|
"note_info_title": "Visualizza informazioni sulla nota (ad es. date, dimensioni della nota)",
|
||||||
|
"backlinks_one": "{{count}} backlink",
|
||||||
|
"backlinks_many": "{{count}} backlinks",
|
||||||
|
"backlinks_other": "{{count}} backlinks",
|
||||||
|
"backlinks_title_one": "Visualizza backlink",
|
||||||
|
"backlinks_title_many": "Visualizza backlinks",
|
||||||
|
"backlinks_title_other": "Visualizza backlinks",
|
||||||
|
"attachments_one": "{{count}} allegato",
|
||||||
|
"attachments_many": "{{count}} allegati",
|
||||||
|
"attachments_other": "{{count}} allegati",
|
||||||
|
"attachments_title_one": "Visualizza allegato in una nuova scheda",
|
||||||
|
"attachments_title_many": "Visualizza allegati in una nuova scheda",
|
||||||
|
"attachments_title_other": "Visualizza allegati in una nuova scheda",
|
||||||
|
"attributes_one": "{{count}} attributo",
|
||||||
|
"attributes_many": "{{count}} attributi",
|
||||||
|
"attributes_other": "{{count}} attributi",
|
||||||
|
"attributes_title": "Attributi posseduti e attributi ereditati",
|
||||||
|
"note_paths_one": "{{count}} percorso",
|
||||||
|
"note_paths_many": "{{count}} percorsi",
|
||||||
|
"note_paths_other": "{{count}} percorsi",
|
||||||
|
"note_paths_title": "Nota percorsi",
|
||||||
|
"code_note_switcher": "Cambia modalità lingua"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -425,7 +425,7 @@
|
|||||||
"convert-to-attachment-confirm": "選択したノートを親ノートの添付ファイルに変換してもよろしいですか?この操作は画像ノートにのみ適用され、その他のノートはスキップされます。",
|
"convert-to-attachment-confirm": "選択したノートを親ノートの添付ファイルに変換してもよろしいですか?この操作は画像ノートにのみ適用され、その他のノートはスキップされます。",
|
||||||
"open-in-popup": "クイック編集",
|
"open-in-popup": "クイック編集",
|
||||||
"hoist-note": "ホイストノート",
|
"hoist-note": "ホイストノート",
|
||||||
"unhoist-note": "ノートをホイストしない",
|
"unhoist-note": "ノートのホイストを解除",
|
||||||
"edit-branch-prefix": "ブランチの接頭辞を編集",
|
"edit-branch-prefix": "ブランチの接頭辞を編集",
|
||||||
"archive": "アーカイブ",
|
"archive": "アーカイブ",
|
||||||
"unarchive": "アーカイブ解除"
|
"unarchive": "アーカイブ解除"
|
||||||
@ -1242,8 +1242,8 @@
|
|||||||
},
|
},
|
||||||
"note_title": {
|
"note_title": {
|
||||||
"placeholder": "ここにノートのタイトルを入力...",
|
"placeholder": "ここにノートのタイトルを入力...",
|
||||||
"created_on": "作成日 <Value />",
|
"created_on": "<Value /> に作成",
|
||||||
"last_modified": "最終更新日 <Value />",
|
"last_modified": "<Value /> に変更",
|
||||||
"note_type_switcher_label": "{{type}} から切り替え:",
|
"note_type_switcher_label": "{{type}} から切り替え:",
|
||||||
"note_type_switcher_others": "その他のノートタイプ",
|
"note_type_switcher_others": "その他のノートタイプ",
|
||||||
"note_type_switcher_templates": "テンプレート",
|
"note_type_switcher_templates": "テンプレート",
|
||||||
@ -2152,14 +2152,15 @@
|
|||||||
"read_only_temporarily_disabled": "一時的に編集可能",
|
"read_only_temporarily_disabled": "一時的に編集可能",
|
||||||
"read_only_auto_description": "このノートはパフォーマンス上の理由により、自動的に読み取り専用モードに設定されました。この自動制限は設定から調整できます。\n\n一時的に編集するにはクリックしてください。",
|
"read_only_auto_description": "このノートはパフォーマンス上の理由により、自動的に読み取り専用モードに設定されました。この自動制限は設定から調整できます。\n\n一時的に編集するにはクリックしてください。",
|
||||||
"read_only_temporarily_disabled_description": "このノートは現在編集可能ですが、通常は読み取り専用です。別のノートに移動すると読み取り専用に戻ります。\n\nクリックすると読み取り専用モードが再度有効になります。",
|
"read_only_temporarily_disabled_description": "このノートは現在編集可能ですが、通常は読み取り専用です。別のノートに移動すると読み取り専用に戻ります。\n\nクリックすると読み取り専用モードが再度有効になります。",
|
||||||
"shared_publicly_description": "このノートは {{- link}} でオンライン公開されており、誰でも閲覧可能です。\n\n共有ノートに移動するにはクリックするか、右クリックしてその他のオプションを選択してください。",
|
|
||||||
"shared_locally_description": "このノートは、{{- link}} でローカルネットワークのみで共有されています。\n\nクリックして共有ノートに移動するか、右クリックしてその他のオプションを選択してください。",
|
|
||||||
"clipped_note": "Web クリップ",
|
"clipped_note": "Web クリップ",
|
||||||
"clipped_note_description": "このノートは {{url}} から取得されました。\n\nクリックすると元の web ページに移動します。",
|
"clipped_note_description": "このノートは {{url}} から取得されました。\n\nクリックすると元の web ページに移動します。",
|
||||||
"execute_script": "スクリプトを実行",
|
"execute_script": "スクリプトを実行",
|
||||||
"execute_script_description": "このノートはスクリプトノートです。クリックするとスクリプトが実行されます。",
|
"execute_script_description": "このノートはスクリプトノートです。クリックするとスクリプトが実行されます。",
|
||||||
"execute_sql": "SQL を実行",
|
"execute_sql": "SQL を実行",
|
||||||
"execute_sql_description": "このノートは SQL ノートです。クリックすると SQL クエリが実行されます。"
|
"execute_sql_description": "このノートは SQL ノートです。クリックすると SQL クエリが実行されます。",
|
||||||
|
"shared_copy_to_clipboard": "リンクをクリップボードにコピー",
|
||||||
|
"shared_open_in_browser": "ブラウザでリンクを開く",
|
||||||
|
"shared_unshare": "共有を削除"
|
||||||
},
|
},
|
||||||
"status_bar": {
|
"status_bar": {
|
||||||
"language_title": "コンテンツの言語を変更",
|
"language_title": "コンテンツの言語を変更",
|
||||||
@ -2173,5 +2174,11 @@
|
|||||||
"backlinks_other": "{{count}} バックリンク",
|
"backlinks_other": "{{count}} バックリンク",
|
||||||
"attachments_other": "{{count}} 件の添付ファイル",
|
"attachments_other": "{{count}} 件の添付ファイル",
|
||||||
"note_paths_other": "{{count}} 個のパス"
|
"note_paths_other": "{{count}} 個のパス"
|
||||||
|
},
|
||||||
|
"breadcrumb": {
|
||||||
|
"hoisted_badge": "ホイスト",
|
||||||
|
"hoisted_badge_title": "ホイスト解除",
|
||||||
|
"workspace_badge": "ワークスペース",
|
||||||
|
"scroll_to_top_title": "ノートの先頭にジャンプ"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -439,7 +439,8 @@
|
|||||||
"note_size_info": "Rozmiar notatki zapewnia przybliżone oszacowanie wymagań pamięciowych dla tej notatki. Bierze pod uwagę treść notatki i zawartość jej wersji.",
|
"note_size_info": "Rozmiar notatki zapewnia przybliżone oszacowanie wymagań pamięciowych dla tej notatki. Bierze pod uwagę treść notatki i zawartość jej wersji.",
|
||||||
"calculate": "oblicz",
|
"calculate": "oblicz",
|
||||||
"subtree_size": "(rozmiar poddrzewa: {{size}} w {{count}} notatkach)",
|
"subtree_size": "(rozmiar poddrzewa: {{size}} w {{count}} notatkach)",
|
||||||
"title": "Info o notatce"
|
"title": "Info o notatce",
|
||||||
|
"show_similar_notes": "Pokaż podobne notatki"
|
||||||
},
|
},
|
||||||
"note_map": {
|
"note_map": {
|
||||||
"open_full": "Rozwiń do pełnego",
|
"open_full": "Rozwiń do pełnego",
|
||||||
@ -502,7 +503,8 @@
|
|||||||
"debug_description": "Debugowanie wypisze dodatkowe informacje debugowania w konsoli, aby pomóc w debugowaniu złożonych zapytań",
|
"debug_description": "Debugowanie wypisze dodatkowe informacje debugowania w konsoli, aby pomóc w debugowaniu złożonych zapytań",
|
||||||
"action": "akcja",
|
"action": "akcja",
|
||||||
"search_button": "Szukaj",
|
"search_button": "Szukaj",
|
||||||
"search_execute": "Szukaj i wykonaj akcje"
|
"search_execute": "Szukaj i wykonaj akcje",
|
||||||
|
"view_options": "Ustawienia widoku:"
|
||||||
},
|
},
|
||||||
"similar_notes": {
|
"similar_notes": {
|
||||||
"title": "Podobne notatki",
|
"title": "Podobne notatki",
|
||||||
@ -533,7 +535,7 @@
|
|||||||
},
|
},
|
||||||
"file_properties": {
|
"file_properties": {
|
||||||
"download": "Pobierz",
|
"download": "Pobierz",
|
||||||
"open": "Otwórz",
|
"open": "Otwórz zewnętrznie",
|
||||||
"upload_new_revision": "Prześlij nową wersję",
|
"upload_new_revision": "Prześlij nową wersję",
|
||||||
"upload_success": "Nowa wersja pliku została przesłana.",
|
"upload_success": "Nowa wersja pliku została przesłana.",
|
||||||
"upload_failed": "Przesłanie nowej wersji pliku nie powiodło się.",
|
"upload_failed": "Przesłanie nowej wersji pliku nie powiodło się.",
|
||||||
@ -1207,7 +1209,10 @@
|
|||||||
"open_note_on_server": "Otwórz notatkę na serwerze",
|
"open_note_on_server": "Otwórz notatkę na serwerze",
|
||||||
"view_revisions": "Wersje notatki...",
|
"view_revisions": "Wersje notatki...",
|
||||||
"note_map": "Mapa notatek",
|
"note_map": "Mapa notatek",
|
||||||
"advanced": "Zaawansowane"
|
"advanced": "Zaawansowane",
|
||||||
|
"export_as_image": "Eksportuj jako obraz",
|
||||||
|
"export_as_image_png": "PNG (grafika rastrowa)",
|
||||||
|
"export_as_image_svg": "SVG (wektorowy)"
|
||||||
},
|
},
|
||||||
"onclick_button": {
|
"onclick_button": {
|
||||||
"no_click_handler": "Widżet przycisku '{{componentId}}' nie ma zdefiniowanej obsługi kliknięcia"
|
"no_click_handler": "Widżet przycisku '{{componentId}}' nie ma zdefiniowanej obsługi kliknięcia"
|
||||||
@ -1959,11 +1964,12 @@
|
|||||||
"note_title": {
|
"note_title": {
|
||||||
"placeholder": "wpisz tytuł notatki tutaj...",
|
"placeholder": "wpisz tytuł notatki tutaj...",
|
||||||
"created_on": "Utworzono <Value />",
|
"created_on": "Utworzono <Value />",
|
||||||
"last_modified": "Ostatnio zmodyfikowano <Value />",
|
"last_modified": "Zmodyfikowano: <Value />",
|
||||||
"note_type_switcher_label": "Zmień z {{type}} na:",
|
"note_type_switcher_label": "Zmień z {{type}} na:",
|
||||||
"note_type_switcher_others": "Więcej typów notatek",
|
"note_type_switcher_others": "Inny typ notatki",
|
||||||
"note_type_switcher_templates": "Szablony",
|
"note_type_switcher_templates": "Szablon",
|
||||||
"note_type_switcher_collection": "Kolekcje"
|
"note_type_switcher_collection": "Kolekcja",
|
||||||
|
"edited_notes": "Edytowane notatki"
|
||||||
},
|
},
|
||||||
"search_result": {
|
"search_result": {
|
||||||
"no_notes_found": "Nie znaleziono notatek dla podanych parametrów wyszukiwania.",
|
"no_notes_found": "Nie znaleziono notatek dla podanych parametrów wyszukiwania.",
|
||||||
@ -2147,30 +2153,46 @@
|
|||||||
"read_only_temporarily_disabled": "Tymczasowo edytowalna",
|
"read_only_temporarily_disabled": "Tymczasowo edytowalna",
|
||||||
"read_only_temporarily_disabled_description": "Ta notatka jest obecnie edytowalna, ale normalnie jest tylko do odczytu. Notatka powróci do trybu tylko do odczytu, gdy tylko przejdziesz do innej notatki.\n\nKliknij, aby ponownie włączyć tryb tylko do odczytu.",
|
"read_only_temporarily_disabled_description": "Ta notatka jest obecnie edytowalna, ale normalnie jest tylko do odczytu. Notatka powróci do trybu tylko do odczytu, gdy tylko przejdziesz do innej notatki.\n\nKliknij, aby ponownie włączyć tryb tylko do odczytu.",
|
||||||
"shared_publicly": "Udostępniona publicznie",
|
"shared_publicly": "Udostępniona publicznie",
|
||||||
"shared_publicly_description": "Ta notatka została opublikowana online pod adresem {{- link}} i jest publicznie dostępna.\n\nKliknij, aby przejść do udostępnionej notatki lub kliknij prawym przyciskiem myszy, aby uzyskać więcej opcji.",
|
|
||||||
"shared_locally": "Udostępniona lokalnie",
|
"shared_locally": "Udostępniona lokalnie",
|
||||||
"shared_locally_description": "Ta notatka jest udostępniona tylko w sieci lokalnej pod adresem {{- link}}.\n\nKliknij, aby przejść do udostępnionej notatki lub kliknij prawym przyciskiem myszy, aby uzyskać więcej opcji.",
|
|
||||||
"clipped_note": "Wycinek WWW",
|
"clipped_note": "Wycinek WWW",
|
||||||
"clipped_note_description": "Ta notatka została pierwotnie pobrana z {{url}}.\n\nKliknij, aby przejść do źródłowej strony internetowej.",
|
"clipped_note_description": "Ta notatka została pierwotnie pobrana z {{url}}.\n\nKliknij, aby przejść do źródłowej strony internetowej.",
|
||||||
"execute_script": "Uruchom skrypt",
|
"execute_script": "Uruchom skrypt",
|
||||||
"execute_script_description": "Ta notatka jest notatką skryptową. Kliknij, aby wykonać skrypt.",
|
"execute_script_description": "Ta notatka jest notatką skryptową. Kliknij, aby wykonać skrypt.",
|
||||||
"execute_sql": "Uruchom SQL",
|
"execute_sql": "Uruchom SQL",
|
||||||
"execute_sql_description": "Ta notatka jest notatką SQL. Kliknij, aby wykonać zapytanie SQL."
|
"execute_sql_description": "Ta notatka jest notatką SQL. Kliknij, aby wykonać zapytanie SQL.",
|
||||||
|
"shared_copy_to_clipboard": "Kopiuj link do schowka",
|
||||||
|
"shared_open_in_browser": "Otwórz link w przeglądarce",
|
||||||
|
"shared_unshare": "Usuń udostępnienie"
|
||||||
},
|
},
|
||||||
"status_bar": {
|
"status_bar": {
|
||||||
"language_title": "Zmień język całej zawartości",
|
"language_title": "Zmień język treści",
|
||||||
"note_info_title": "Wyświetl informacje o notatce, takie jak data utworzenia/modyfikacji lub rozmiar.",
|
"note_info_title": "Informacje o notatce (np. daty, rozmiar notatki)",
|
||||||
"backlinks_title_one": "Ta notatka jest połączona z {{count}} inną notatką.\nKliknij, aby zobaczyć listę linków zwrotnych.",
|
"backlinks_title_one": "Wyświetl link zwrotny",
|
||||||
"backlinks_title_few": "Ta notatka jest połączona z {{count}} innymi notatkami.\nKliknij, aby zobaczyć listę linków zwrotnych.",
|
"backlinks_title_few": "Wyświetl linki zwrotne",
|
||||||
"backlinks_title_many": "Ta notatka jest połączona z {{count}} innych notatek.\nKliknij, aby zobaczyć listę linków zwrotnych.",
|
"backlinks_title_many": "Wyświetl linki zwrotne",
|
||||||
"attachments_title_one": "Ta notatka ma {{count}} załącznik. Kliknij, aby otworzyć listę załączników w nowej karcie.",
|
"attachments_title_one": "Otwórz załącznik w nowej karcie",
|
||||||
"attachments_title_few": "Ta notatka ma {{count}} załączniki. Kliknij, aby otworzyć listę załączników w nowej karcie.",
|
"attachments_title_few": "Otwórz załączniki w nowej karcie",
|
||||||
"attachments_title_many": "Ta notatka ma {{count}} załączników. Kliknij, aby otworzyć listę załączników w nowej karcie.",
|
"attachments_title_many": "Otwórz załączniki w nowej karcie",
|
||||||
"attributes_one": "{{count}} atrybut",
|
"attributes_one": "{{count}} atrybut",
|
||||||
"attributes_few": "{{count}} atrybuty",
|
"attributes_few": "{{count}} atrybuty",
|
||||||
"attributes_many": "{{count}} atrybutów",
|
"attributes_many": "{{count}} atrybutów",
|
||||||
"attributes_title": "Kliknij, aby otworzyć dedykowany panel edycji atrybutów własnych tej notatki oraz wyświetlić listę atrybutów dziedziczonych.",
|
"attributes_title": "Atrybuty własne i atrybuty dziedziczone",
|
||||||
"note_paths_title": "Kliknij, aby zobaczyć ścieżki, w których ta notatka znajduje się w drzewie.",
|
"note_paths_title": "Ścieżki notatek",
|
||||||
"code_note_switcher": "Zmień tryb języka"
|
"code_note_switcher": "Zmień tryb języka",
|
||||||
|
"backlinks_one": "{{count}} link zwrotny",
|
||||||
|
"backlinks_few": "{{count}} linki zwrotne",
|
||||||
|
"backlinks_many": "{{count}} linków zwrotnych",
|
||||||
|
"attachments_one": "{{count}} załącznik",
|
||||||
|
"attachments_few": "{{count}} załączniki",
|
||||||
|
"attachments_many": "{{count}} załączników",
|
||||||
|
"note_paths_one": "{{count}} ścieżka",
|
||||||
|
"note_paths_few": "{{count}} ścieżki",
|
||||||
|
"note_paths_many": "{{count}} ścieżek"
|
||||||
|
},
|
||||||
|
"breadcrumb": {
|
||||||
|
"hoisted_badge": "Wyróżniony",
|
||||||
|
"hoisted_badge_title": "Usuń wyróżnienie",
|
||||||
|
"workspace_badge": "Obszar roboczy",
|
||||||
|
"scroll_to_top_title": "Przejdź na początek notatki"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2142,8 +2142,6 @@
|
|||||||
"read_only_temporarily_disabled": "Editabilă temporar",
|
"read_only_temporarily_disabled": "Editabilă temporar",
|
||||||
"read_only_temporarily_disabled_description": "Această notiță se poate modifica, deși în mod normal ea este doar în citire. Notița va reveni la modul doar în citire imediat ce navigați către altă notiță.\n\nClick pentru a re-activa modul doar în citire.",
|
"read_only_temporarily_disabled_description": "Această notiță se poate modifica, deși în mod normal ea este doar în citire. Notița va reveni la modul doar în citire imediat ce navigați către altă notiță.\n\nClick pentru a re-activa modul doar în citire.",
|
||||||
"shared_publicly": "Partajată public",
|
"shared_publicly": "Partajată public",
|
||||||
"shared_publicly_description": "Această notiță este publicată online la {{- link}} și este acesibilă public.\n\nClic pentru a naviga la pagina partajată sau click dreapta pentru mai multe opțiuni.",
|
"shared_locally": "Partajată local"
|
||||||
"shared_locally": "Partajată local",
|
|
||||||
"shared_locally_description": "Această notiță este partajată doar pe rețeaua locală la {{- link}}.\n\nClic pentru a naviga la pagina partajată sau click dreapta pentru mai multe opțiuni."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -98,7 +98,7 @@
|
|||||||
"html2plaintext": "2.1.4",
|
"html2plaintext": "2.1.4",
|
||||||
"http-proxy-agent": "7.0.2",
|
"http-proxy-agent": "7.0.2",
|
||||||
"https-proxy-agent": "7.0.6",
|
"https-proxy-agent": "7.0.6",
|
||||||
"i18next": "25.7.2",
|
"i18next": "25.7.3",
|
||||||
"i18next-fs-backend": "2.6.1",
|
"i18next-fs-backend": "2.6.1",
|
||||||
"image-type": "6.0.0",
|
"image-type": "6.0.0",
|
||||||
"ini": "6.0.0",
|
"ini": "6.0.0",
|
||||||
@ -111,7 +111,7 @@
|
|||||||
"multer": "2.0.2",
|
"multer": "2.0.2",
|
||||||
"normalize-strings": "1.1.1",
|
"normalize-strings": "1.1.1",
|
||||||
"ollama": "0.6.3",
|
"ollama": "0.6.3",
|
||||||
"openai": "6.10.0",
|
"openai": "6.13.0",
|
||||||
"rand-token": "1.0.1",
|
"rand-token": "1.0.1",
|
||||||
"safe-compare": "1.1.4",
|
"safe-compare": "1.1.4",
|
||||||
"sanitize-filename": "1.6.3",
|
"sanitize-filename": "1.6.3",
|
||||||
@ -127,7 +127,7 @@
|
|||||||
"tmp": "0.2.5",
|
"tmp": "0.2.5",
|
||||||
"turndown": "7.2.2",
|
"turndown": "7.2.2",
|
||||||
"unescape": "1.0.1",
|
"unescape": "1.0.1",
|
||||||
"vite": "7.2.7",
|
"vite": "7.3.0",
|
||||||
"ws": "8.18.3",
|
"ws": "8.18.3",
|
||||||
"xml2js": "0.6.2",
|
"xml2js": "0.6.2",
|
||||||
"yauzl": "3.2.0"
|
"yauzl": "3.2.0"
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
"preview": "pnpm build && vite preview"
|
"preview": "pnpm build && vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"i18next": "25.7.2",
|
"i18next": "25.7.3",
|
||||||
"i18next-http-backend": "3.0.2",
|
"i18next-http-backend": "3.0.2",
|
||||||
"preact": "10.28.0",
|
"preact": "10.28.0",
|
||||||
"preact-iso": "2.11.0",
|
"preact-iso": "2.11.0",
|
||||||
@ -22,7 +22,7 @@
|
|||||||
"eslint-config-preact": "2.0.0",
|
"eslint-config-preact": "2.0.0",
|
||||||
"typescript": "5.9.3",
|
"typescript": "5.9.3",
|
||||||
"user-agent-data-types": "0.4.2",
|
"user-agent-data-types": "0.4.2",
|
||||||
"vite": "7.2.7",
|
"vite": "7.3.0",
|
||||||
"vitest": "4.0.15"
|
"vitest": "4.0.15"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
|
|||||||
@ -69,9 +69,9 @@
|
|||||||
"tslib": "2.8.1",
|
"tslib": "2.8.1",
|
||||||
"tsx": "4.21.0",
|
"tsx": "4.21.0",
|
||||||
"typescript": "~5.9.0",
|
"typescript": "~5.9.0",
|
||||||
"typescript-eslint": "8.49.0",
|
"typescript-eslint": "8.50.0",
|
||||||
"upath": "2.0.1",
|
"upath": "2.0.1",
|
||||||
"vite": "7.2.7",
|
"vite": "7.3.0",
|
||||||
"vite-plugin-dts": "~4.5.0",
|
"vite-plugin-dts": "~4.5.0",
|
||||||
"vitest": "4.0.15"
|
"vitest": "4.0.15"
|
||||||
},
|
},
|
||||||
@ -89,7 +89,7 @@
|
|||||||
"url": "https://github.com/TriliumNext/Trilium/issues"
|
"url": "https://github.com/TriliumNext/Trilium/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://triliumnotes.org",
|
"homepage": "https://triliumnotes.org",
|
||||||
"packageManager": "pnpm@10.25.0",
|
"packageManager": "pnpm@10.26.0",
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"patchedDependencies": {
|
"patchedDependencies": {
|
||||||
"@ckeditor/ckeditor5-mention": "patches/@ckeditor__ckeditor5-mention.patch",
|
"@ckeditor/ckeditor5-mention": "patches/@ckeditor__ckeditor5-mention.patch",
|
||||||
|
|||||||
@ -21,11 +21,11 @@
|
|||||||
"ckeditor5-metadata.json"
|
"ckeditor5-metadata.json"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ckeditor/ckeditor5-dev-build-tools": "43.1.0",
|
"@ckeditor/ckeditor5-dev-build-tools": "54.2.2",
|
||||||
"@ckeditor/ckeditor5-inspector": ">=4.1.0",
|
"@ckeditor/ckeditor5-inspector": ">=4.1.0",
|
||||||
"@ckeditor/ckeditor5-package-tools": "5.0.1",
|
"@ckeditor/ckeditor5-package-tools": "5.0.1",
|
||||||
"@typescript-eslint/eslint-plugin": "~8.49.0",
|
"@typescript-eslint/eslint-plugin": "~8.50.0",
|
||||||
"@typescript-eslint/parser": "8.49.0",
|
"@typescript-eslint/parser": "8.50.0",
|
||||||
"@vitest/browser": "4.0.15",
|
"@vitest/browser": "4.0.15",
|
||||||
"@vitest/coverage-istanbul": "4.0.15",
|
"@vitest/coverage-istanbul": "4.0.15",
|
||||||
"ckeditor5": "47.3.0",
|
"ckeditor5": "47.3.0",
|
||||||
|
|||||||
@ -22,11 +22,11 @@
|
|||||||
"ckeditor5-metadata.json"
|
"ckeditor5-metadata.json"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ckeditor/ckeditor5-dev-build-tools": "43.1.0",
|
"@ckeditor/ckeditor5-dev-build-tools": "54.2.2",
|
||||||
"@ckeditor/ckeditor5-inspector": ">=4.1.0",
|
"@ckeditor/ckeditor5-inspector": ">=4.1.0",
|
||||||
"@ckeditor/ckeditor5-package-tools": "5.0.1",
|
"@ckeditor/ckeditor5-package-tools": "5.0.1",
|
||||||
"@typescript-eslint/eslint-plugin": "~8.49.0",
|
"@typescript-eslint/eslint-plugin": "~8.50.0",
|
||||||
"@typescript-eslint/parser": "8.49.0",
|
"@typescript-eslint/parser": "8.50.0",
|
||||||
"@vitest/browser": "4.0.15",
|
"@vitest/browser": "4.0.15",
|
||||||
"@vitest/coverage-istanbul": "4.0.15",
|
"@vitest/coverage-istanbul": "4.0.15",
|
||||||
"ckeditor5": "47.3.0",
|
"ckeditor5": "47.3.0",
|
||||||
|
|||||||
@ -24,11 +24,11 @@
|
|||||||
"ckeditor5-metadata.json"
|
"ckeditor5-metadata.json"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ckeditor/ckeditor5-dev-build-tools": "43.1.0",
|
"@ckeditor/ckeditor5-dev-build-tools": "54.2.2",
|
||||||
"@ckeditor/ckeditor5-inspector": ">=4.1.0",
|
"@ckeditor/ckeditor5-inspector": ">=4.1.0",
|
||||||
"@ckeditor/ckeditor5-package-tools": "5.0.1",
|
"@ckeditor/ckeditor5-package-tools": "5.0.1",
|
||||||
"@typescript-eslint/eslint-plugin": "~8.49.0",
|
"@typescript-eslint/eslint-plugin": "~8.50.0",
|
||||||
"@typescript-eslint/parser": "8.49.0",
|
"@typescript-eslint/parser": "8.50.0",
|
||||||
"@vitest/browser": "4.0.15",
|
"@vitest/browser": "4.0.15",
|
||||||
"@vitest/coverage-istanbul": "4.0.15",
|
"@vitest/coverage-istanbul": "4.0.15",
|
||||||
"ckeditor5": "47.3.0",
|
"ckeditor5": "47.3.0",
|
||||||
|
|||||||
@ -24,11 +24,11 @@
|
|||||||
"ckeditor5-metadata.json"
|
"ckeditor5-metadata.json"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ckeditor/ckeditor5-dev-build-tools": "43.1.0",
|
"@ckeditor/ckeditor5-dev-build-tools": "54.2.2",
|
||||||
"@ckeditor/ckeditor5-inspector": ">=4.1.0",
|
"@ckeditor/ckeditor5-inspector": ">=4.1.0",
|
||||||
"@ckeditor/ckeditor5-package-tools": "5.0.1",
|
"@ckeditor/ckeditor5-package-tools": "5.0.1",
|
||||||
"@typescript-eslint/eslint-plugin": "~8.49.0",
|
"@typescript-eslint/eslint-plugin": "~8.50.0",
|
||||||
"@typescript-eslint/parser": "8.49.0",
|
"@typescript-eslint/parser": "8.50.0",
|
||||||
"@vitest/browser": "4.0.15",
|
"@vitest/browser": "4.0.15",
|
||||||
"@vitest/coverage-istanbul": "4.0.15",
|
"@vitest/coverage-istanbul": "4.0.15",
|
||||||
"ckeditor5": "47.3.0",
|
"ckeditor5": "47.3.0",
|
||||||
|
|||||||
@ -24,11 +24,11 @@
|
|||||||
"ckeditor5-metadata.json"
|
"ckeditor5-metadata.json"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ckeditor/ckeditor5-dev-build-tools": "43.1.0",
|
"@ckeditor/ckeditor5-dev-build-tools": "54.2.2",
|
||||||
"@ckeditor/ckeditor5-inspector": ">=4.1.0",
|
"@ckeditor/ckeditor5-inspector": ">=4.1.0",
|
||||||
"@ckeditor/ckeditor5-package-tools": "5.0.1",
|
"@ckeditor/ckeditor5-package-tools": "5.0.1",
|
||||||
"@typescript-eslint/eslint-plugin": "~8.49.0",
|
"@typescript-eslint/eslint-plugin": "~8.50.0",
|
||||||
"@typescript-eslint/parser": "8.49.0",
|
"@typescript-eslint/parser": "8.50.0",
|
||||||
"@vitest/browser": "4.0.15",
|
"@vitest/browser": "4.0.15",
|
||||||
"@vitest/coverage-istanbul": "4.0.15",
|
"@vitest/coverage-istanbul": "4.0.15",
|
||||||
"ckeditor5": "47.3.0",
|
"ckeditor5": "47.3.0",
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
"ckeditor5-premium-features": "47.3.0"
|
"ckeditor5-premium-features": "47.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@smithy/middleware-retry": "4.4.14",
|
"@smithy/middleware-retry": "4.4.16",
|
||||||
"@types/jquery": "3.5.33"
|
"@types/jquery": "3.5.33"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -32,8 +32,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@digitak/esrun": "3.2.26",
|
"@digitak/esrun": "3.2.26",
|
||||||
"@triliumnext/ckeditor5": "workspace:*",
|
"@triliumnext/ckeditor5": "workspace:*",
|
||||||
"@typescript-eslint/eslint-plugin": "8.49.0",
|
"@typescript-eslint/eslint-plugin": "8.50.0",
|
||||||
"@typescript-eslint/parser": "8.49.0",
|
"@typescript-eslint/parser": "8.50.0",
|
||||||
"dotenv": "17.2.3",
|
"dotenv": "17.2.3",
|
||||||
"esbuild": "0.27.1",
|
"esbuild": "0.27.1",
|
||||||
"eslint": "9.39.2",
|
"eslint": "9.39.2",
|
||||||
|
|||||||
1564
pnpm-lock.yaml
generated
1564
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user