From d7d411caf9aa381269553a0edfa3535a4a7f3615 Mon Sep 17 00:00:00 2001 From: perfectra1n Date: Sat, 7 Feb 2026 13:04:37 -0800 Subject: [PATCH 01/10] feat(dev): remove ai/llm features --- apps/client/src/components/app_context.ts | 2 - .../src/components/root_command_executor.ts | 32 - apps/client/src/entities/fnote.ts | 2 +- apps/client/src/services/in_app_help.ts | 3 +- apps/client/src/services/note_types.ts | 1 - apps/client/src/services/ws.ts | 43 - apps/client/src/stylesheets/llm_chat.css | 450 -- .../src/stylesheets/theme-next/llm-chat.css | 122 - .../src/translations/ar/translation.json | 2842 +++++------ .../src/translations/cn/translation.json | 4382 ++++++++-------- .../src/translations/de/translation.json | 4400 ++++++++-------- .../src/translations/en-GB/translation.json | 143 +- .../src/translations/en/translation.json | 4406 ++++++++-------- .../src/translations/es/translation.json | 4424 ++++++++-------- .../src/translations/fr/translation.json | 4122 ++++++++------- .../src/translations/ga/translation.json | 4484 ++++++++--------- .../src/translations/it/translation.json | 4410 ++++++++-------- .../src/translations/ja/translation.json | 4384 ++++++++-------- .../src/translations/pl/translation.json | 4298 ++++++++-------- .../src/translations/pt/translation.json | 4394 ++++++++-------- .../src/translations/pt_br/translation.json | 4292 ++++++++-------- .../src/translations/ro/translation.json | 4428 ++++++++-------- .../src/translations/ru/translation.json | 4334 ++++++++-------- .../src/translations/tw/translation.json | 4398 ++++++++-------- .../src/translations/uk/translation.json | 4064 +++++++-------- .../widgets/launch_bar/LauncherContainer.tsx | 4 +- .../launch_bar/LauncherDefinitions.tsx | 15 +- .../src/widgets/llm_chat/communication.ts | 260 - apps/client/src/widgets/llm_chat/index.ts | 6 - .../src/widgets/llm_chat/llm_chat_panel.ts | 1791 ------- .../src/widgets/llm_chat/message_processor.ts | 59 - apps/client/src/widgets/llm_chat/types.ts | 60 - apps/client/src/widgets/llm_chat/ui.ts | 272 - apps/client/src/widgets/llm_chat/utils.ts | 93 - .../client/src/widgets/llm_chat/validation.ts | 92 - apps/client/src/widgets/llm_chat_panel.ts | 7 - apps/client/src/widgets/note_types.tsx | 7 +- .../client/src/widgets/ribbon/NoteActions.tsx | 2 +- .../src/widgets/type_widgets/AiChat.tsx | 48 - .../widgets/type_widgets/ContentWidget.tsx | 4 +- .../type_widgets/options/ai_settings.tsx | 236 - apps/server-e2e/src/llm_chat.spec.ts | 216 - apps/server/package.json | 3 - .../src/assets/translations/ar/server.json | 744 ++- .../src/assets/translations/ca/server.json | 211 +- .../src/assets/translations/cn/server.json | 880 ++-- .../src/assets/translations/de/server.json | 880 ++-- .../src/assets/translations/en/server.json | 880 ++-- .../src/assets/translations/es/server.json | 880 ++-- .../src/assets/translations/fr/server.json | 878 ++-- .../src/assets/translations/ga/server.json | 880 ++-- .../src/assets/translations/it/server.json | 878 ++-- .../src/assets/translations/ja/server.json | 880 ++-- .../src/assets/translations/ko/server.json | 172 +- .../src/assets/translations/pl/server.json | 878 ++-- .../src/assets/translations/pt/server.json | 862 ++-- .../src/assets/translations/pt_br/server.json | 878 ++-- .../src/assets/translations/ro/server.json | 880 ++-- .../src/assets/translations/ru/server.json | 878 ++-- .../src/assets/translations/tw/server.json | 880 ++-- .../src/assets/translations/uk/server.json | 862 ++-- .../0234__migrate_ai_chat_to_code.ts | 21 + apps/server/src/migrations/migrations.ts | 5 + apps/server/src/routes/api/anthropic.ts | 97 - apps/server/src/routes/api/llm.spec.ts | 851 ---- apps/server/src/routes/api/llm.ts | 649 --- apps/server/src/routes/api/ollama.ts | 64 - apps/server/src/routes/api/openai.ts | 103 - apps/server/src/routes/api/options.ts | 14 - apps/server/src/routes/routes.ts | 21 +- apps/server/src/services/app_info.ts | 2 +- .../src/services/hidden_subtree.spec.ts | 2 +- apps/server/src/services/hidden_subtree.ts | 2 +- .../services/hidden_subtree_launcherbar.ts | 10 - apps/server/src/services/llm/README.md | 144 - apps/server/src/services/llm/ai_interface.ts | 262 - .../services/llm/ai_service_manager.spec.ts | 499 -- .../src/services/llm/ai_service_manager.ts | 793 --- .../src/services/llm/base_ai_service.ts | 26 - .../llm/chat/handlers/context_handler.ts | 243 - .../llm/chat/handlers/stream_handler.ts | 367 -- .../llm/chat/handlers/tool_handler.ts | 170 - apps/server/src/services/llm/chat/index.ts | 25 - .../llm/chat/rest_chat_service.spec.ts | 427 -- .../services/llm/chat/rest_chat_service.ts | 411 -- .../llm/chat/utils/message_formatter.spec.ts | 439 -- .../llm/chat/utils/message_formatter.ts | 119 - .../src/services/llm/chat_service.spec.ts | 867 ---- apps/server/src/services/llm/chat_service.ts | 595 --- .../services/llm/chat_storage_service.spec.ts | 625 --- .../src/services/llm/chat_storage_service.ts | 451 -- .../llm/config/configuration_helpers.spec.ts | 611 --- .../llm/config/configuration_helpers.ts | 241 - .../llm/config/configuration_manager.ts | 309 -- .../llm/constants/formatter_constants.ts | 203 - .../llm/constants/hierarchy_constants.ts | 35 - .../llm/constants/llm_prompt_constants.ts | 341 -- .../llm/constants/provider_constants.ts | 162 - .../query_decomposition_constants.ts | 95 - .../llm/constants/search_constants.ts | 75 - .../src/services/llm/context/code_handlers.ts | 438 -- .../services/llm/context/content_chunking.ts | 303 -- .../src/services/llm/context/hierarchy.ts | 244 - apps/server/src/services/llm/context/index.ts | 724 --- .../llm/context/modules/cache_manager.ts | 117 - .../llm/context/modules/context_formatter.ts | 322 -- .../src/services/llm/context/note_content.ts | 287 -- .../context/services/context_service.spec.ts | 228 - .../llm/context/services/context_service.ts | 323 -- .../services/llm/context/services/index.ts | 24 - .../llm/context/services/query_processor.ts | 670 --- .../src/services/llm/context/summarization.ts | 162 - .../contextual_thinking_tool.ts | 443 -- .../services/llm/context_extractors/index.ts | 108 - .../context_extractors/note_navigator_tool.ts | 650 --- .../query_decomposition_tool.ts | 522 -- .../services/llm/formatters/base_formatter.ts | 131 - .../llm/formatters/ollama_formatter.ts | 232 - .../llm/formatters/openai_formatter.ts | 143 - .../llm/interfaces/agent_tool_interfaces.ts | 152 - .../llm/interfaces/ai_service_interfaces.ts | 51 - .../services/llm/interfaces/chat_session.ts | 37 - .../interfaces/configuration_interfaces.ts | 96 - .../llm/interfaces/context_interfaces.ts | 126 - .../llm/interfaces/error_interfaces.ts | 68 - .../llm/interfaces/message_formatter.ts | 92 - .../llm/interfaces/model_capabilities.ts | 138 - .../llm/model_capabilities_service.spec.ts | 312 -- .../llm/model_capabilities_service.ts | 85 - .../llm/pipeline/chat_pipeline.spec.ts | 429 -- .../services/llm/pipeline/chat_pipeline.ts | 983 ---- .../src/services/llm/pipeline/interfaces.ts | 166 - .../pipeline/interfaces/message_formatter.ts | 226 - .../services/llm/pipeline/pipeline_stage.ts | 36 - .../stages/agent_tools_context_stage.ts | 60 - .../stages/context_extraction_stage.ts | 72 - .../pipeline/stages/llm_completion_stage.ts | 206 - .../stages/message_preparation_stage.ts | 63 - .../pipeline/stages/model_selection_stage.ts | 229 - .../stages/response_processing_stage.ts | 44 - .../semantic_context_extraction_stage.ts | 27 - .../llm/pipeline/stages/tool_calling_stage.ts | 681 --- .../src/services/llm/provider_validation.ts | 88 - .../llm/providers/anthropic_service.spec.ts | 435 -- .../llm/providers/anthropic_service.ts | 617 --- .../providers/integration/streaming.spec.ts | 584 --- .../llm/providers/model_selection.spec.ts | 393 -- .../llm/providers/ollama_service.spec.ts | 532 -- .../services/llm/providers/ollama_service.ts | 538 -- .../llm/providers/openai_service.spec.ts | 349 -- .../services/llm/providers/openai_service.ts | 271 - .../llm/providers/provider_options.ts | 220 - .../src/services/llm/providers/providers.ts | 264 - .../llm/providers/stream_handler.spec.ts | 602 --- .../services/llm/providers/stream_handler.ts | 477 -- .../src/services/llm/rest_chat_service.ts | 10 - .../llm/streaming/error_handling.spec.ts | 538 -- .../llm/streaming/tool_execution.spec.ts | 678 --- .../llm/tools/attribute_manager_tool.ts | 258 - .../llm/tools/attribute_search_tool.ts | 157 - .../llm/tools/calendar_integration_tool.ts | 482 -- .../llm/tools/content_extraction_tool.ts | 560 -- .../services/llm/tools/keyword_search_tool.ts | 126 - .../services/llm/tools/note_creation_tool.ts | 190 - .../llm/tools/note_summarization_tool.ts | 181 - .../services/llm/tools/note_update_tool.ts | 140 - .../src/services/llm/tools/read_note_tool.ts | 121 - .../services/llm/tools/relationship_tool.ts | 493 -- .../services/llm/tools/search_notes_tool.ts | 284 -- .../llm/tools/search_suggestion_tool.ts | 179 - .../services/llm/tools/tool_initializer.ts | 68 - .../src/services/llm/tools/tool_interfaces.ts | 69 - .../services/llm/tools/tool_registry.spec.ts | 400 -- .../src/services/llm/tools/tool_registry.ts | 162 - .../services/llm/utils/ai_exclusion_utils.ts | 94 - .../src/services/llm/utils/json_extractor.ts | 387 -- apps/server/src/services/note_types.ts | 3 +- apps/server/src/services/options.ts | 19 - apps/server/src/services/options_init.ts | 16 - apps/server/src/services/ws.spec.ts | 77 +- apps/server/src/services/ws.ts | 12 +- .../User Guide/AI/1_Providers_image.png | Bin 190170 -> 0 bytes docs/User Guide/User Guide/AI/Providers.md | 15 - .../User Guide/AI/Providers/Anthropic.md | 0 .../Ollama/1_Installing Ollama_image.png | Bin 48293 -> 0 bytes .../Ollama/2_Installing Ollama_image.png | Bin 276274 -> 0 bytes .../Ollama/3_Installing Ollama_image.png | Bin 24175 -> 0 bytes .../Ollama/4_Installing Ollama_image.png | Bin 12908 -> 0 bytes .../Ollama/5_Installing Ollama_image.png | Bin 90909 -> 0 bytes .../AI/Providers/Ollama/Installing Ollama.md | 25 - .../Ollama/Installing Ollama_image.png | Bin 5381 -> 0 bytes .../User Guide/AI/Providers/OpenAI.md | 0 .../User Guide/AI/Providers_image.png | Bin 202338 -> 0 bytes packages/commons/src/lib/hidden_subtree.ts | 2 - packages/commons/src/lib/notes.ts | 3 +- packages/commons/src/lib/options_interface.ts | 18 - packages/commons/src/lib/rows.ts | 3 +- packages/commons/src/lib/ws_api.ts | 15 - pnpm-lock.yaml | 105 +- 199 files changed, 40149 insertions(+), 78253 deletions(-) delete mode 100644 apps/client/src/stylesheets/llm_chat.css delete mode 100644 apps/client/src/stylesheets/theme-next/llm-chat.css delete mode 100644 apps/client/src/widgets/llm_chat/communication.ts delete mode 100644 apps/client/src/widgets/llm_chat/index.ts delete mode 100644 apps/client/src/widgets/llm_chat/llm_chat_panel.ts delete mode 100644 apps/client/src/widgets/llm_chat/message_processor.ts delete mode 100644 apps/client/src/widgets/llm_chat/types.ts delete mode 100644 apps/client/src/widgets/llm_chat/ui.ts delete mode 100644 apps/client/src/widgets/llm_chat/utils.ts delete mode 100644 apps/client/src/widgets/llm_chat/validation.ts delete mode 100644 apps/client/src/widgets/llm_chat_panel.ts delete mode 100644 apps/client/src/widgets/type_widgets/AiChat.tsx delete mode 100644 apps/client/src/widgets/type_widgets/options/ai_settings.tsx delete mode 100644 apps/server-e2e/src/llm_chat.spec.ts create mode 100644 apps/server/src/migrations/0234__migrate_ai_chat_to_code.ts delete mode 100644 apps/server/src/routes/api/anthropic.ts delete mode 100644 apps/server/src/routes/api/llm.spec.ts delete mode 100644 apps/server/src/routes/api/llm.ts delete mode 100644 apps/server/src/routes/api/ollama.ts delete mode 100644 apps/server/src/routes/api/openai.ts delete mode 100644 apps/server/src/services/llm/README.md delete mode 100644 apps/server/src/services/llm/ai_interface.ts delete mode 100644 apps/server/src/services/llm/ai_service_manager.spec.ts delete mode 100644 apps/server/src/services/llm/ai_service_manager.ts delete mode 100644 apps/server/src/services/llm/base_ai_service.ts delete mode 100644 apps/server/src/services/llm/chat/handlers/context_handler.ts delete mode 100644 apps/server/src/services/llm/chat/handlers/stream_handler.ts delete mode 100644 apps/server/src/services/llm/chat/handlers/tool_handler.ts delete mode 100644 apps/server/src/services/llm/chat/index.ts delete mode 100644 apps/server/src/services/llm/chat/rest_chat_service.spec.ts delete mode 100644 apps/server/src/services/llm/chat/rest_chat_service.ts delete mode 100644 apps/server/src/services/llm/chat/utils/message_formatter.spec.ts delete mode 100644 apps/server/src/services/llm/chat/utils/message_formatter.ts delete mode 100644 apps/server/src/services/llm/chat_service.spec.ts delete mode 100644 apps/server/src/services/llm/chat_service.ts delete mode 100644 apps/server/src/services/llm/chat_storage_service.spec.ts delete mode 100644 apps/server/src/services/llm/chat_storage_service.ts delete mode 100644 apps/server/src/services/llm/config/configuration_helpers.spec.ts delete mode 100644 apps/server/src/services/llm/config/configuration_helpers.ts delete mode 100644 apps/server/src/services/llm/config/configuration_manager.ts delete mode 100644 apps/server/src/services/llm/constants/formatter_constants.ts delete mode 100644 apps/server/src/services/llm/constants/hierarchy_constants.ts delete mode 100644 apps/server/src/services/llm/constants/llm_prompt_constants.ts delete mode 100644 apps/server/src/services/llm/constants/provider_constants.ts delete mode 100644 apps/server/src/services/llm/constants/query_decomposition_constants.ts delete mode 100644 apps/server/src/services/llm/constants/search_constants.ts delete mode 100644 apps/server/src/services/llm/context/code_handlers.ts delete mode 100644 apps/server/src/services/llm/context/content_chunking.ts delete mode 100644 apps/server/src/services/llm/context/hierarchy.ts delete mode 100644 apps/server/src/services/llm/context/index.ts delete mode 100644 apps/server/src/services/llm/context/modules/cache_manager.ts delete mode 100644 apps/server/src/services/llm/context/modules/context_formatter.ts delete mode 100644 apps/server/src/services/llm/context/note_content.ts delete mode 100644 apps/server/src/services/llm/context/services/context_service.spec.ts delete mode 100644 apps/server/src/services/llm/context/services/context_service.ts delete mode 100644 apps/server/src/services/llm/context/services/index.ts delete mode 100644 apps/server/src/services/llm/context/services/query_processor.ts delete mode 100644 apps/server/src/services/llm/context/summarization.ts delete mode 100644 apps/server/src/services/llm/context_extractors/contextual_thinking_tool.ts delete mode 100644 apps/server/src/services/llm/context_extractors/index.ts delete mode 100644 apps/server/src/services/llm/context_extractors/note_navigator_tool.ts delete mode 100644 apps/server/src/services/llm/context_extractors/query_decomposition_tool.ts delete mode 100644 apps/server/src/services/llm/formatters/base_formatter.ts delete mode 100644 apps/server/src/services/llm/formatters/ollama_formatter.ts delete mode 100644 apps/server/src/services/llm/formatters/openai_formatter.ts delete mode 100644 apps/server/src/services/llm/interfaces/agent_tool_interfaces.ts delete mode 100644 apps/server/src/services/llm/interfaces/ai_service_interfaces.ts delete mode 100644 apps/server/src/services/llm/interfaces/chat_session.ts delete mode 100644 apps/server/src/services/llm/interfaces/configuration_interfaces.ts delete mode 100644 apps/server/src/services/llm/interfaces/context_interfaces.ts delete mode 100644 apps/server/src/services/llm/interfaces/error_interfaces.ts delete mode 100644 apps/server/src/services/llm/interfaces/message_formatter.ts delete mode 100644 apps/server/src/services/llm/interfaces/model_capabilities.ts delete mode 100644 apps/server/src/services/llm/model_capabilities_service.spec.ts delete mode 100644 apps/server/src/services/llm/model_capabilities_service.ts delete mode 100644 apps/server/src/services/llm/pipeline/chat_pipeline.spec.ts delete mode 100644 apps/server/src/services/llm/pipeline/chat_pipeline.ts delete mode 100644 apps/server/src/services/llm/pipeline/interfaces.ts delete mode 100644 apps/server/src/services/llm/pipeline/interfaces/message_formatter.ts delete mode 100644 apps/server/src/services/llm/pipeline/pipeline_stage.ts delete mode 100644 apps/server/src/services/llm/pipeline/stages/agent_tools_context_stage.ts delete mode 100644 apps/server/src/services/llm/pipeline/stages/context_extraction_stage.ts delete mode 100644 apps/server/src/services/llm/pipeline/stages/llm_completion_stage.ts delete mode 100644 apps/server/src/services/llm/pipeline/stages/message_preparation_stage.ts delete mode 100644 apps/server/src/services/llm/pipeline/stages/model_selection_stage.ts delete mode 100644 apps/server/src/services/llm/pipeline/stages/response_processing_stage.ts delete mode 100644 apps/server/src/services/llm/pipeline/stages/semantic_context_extraction_stage.ts delete mode 100644 apps/server/src/services/llm/pipeline/stages/tool_calling_stage.ts delete mode 100644 apps/server/src/services/llm/provider_validation.ts delete mode 100644 apps/server/src/services/llm/providers/anthropic_service.spec.ts delete mode 100644 apps/server/src/services/llm/providers/anthropic_service.ts delete mode 100644 apps/server/src/services/llm/providers/integration/streaming.spec.ts delete mode 100644 apps/server/src/services/llm/providers/model_selection.spec.ts delete mode 100644 apps/server/src/services/llm/providers/ollama_service.spec.ts delete mode 100644 apps/server/src/services/llm/providers/ollama_service.ts delete mode 100644 apps/server/src/services/llm/providers/openai_service.spec.ts delete mode 100644 apps/server/src/services/llm/providers/openai_service.ts delete mode 100644 apps/server/src/services/llm/providers/provider_options.ts delete mode 100644 apps/server/src/services/llm/providers/providers.ts delete mode 100644 apps/server/src/services/llm/providers/stream_handler.spec.ts delete mode 100644 apps/server/src/services/llm/providers/stream_handler.ts delete mode 100644 apps/server/src/services/llm/rest_chat_service.ts delete mode 100644 apps/server/src/services/llm/streaming/error_handling.spec.ts delete mode 100644 apps/server/src/services/llm/streaming/tool_execution.spec.ts delete mode 100644 apps/server/src/services/llm/tools/attribute_manager_tool.ts delete mode 100644 apps/server/src/services/llm/tools/attribute_search_tool.ts delete mode 100644 apps/server/src/services/llm/tools/calendar_integration_tool.ts delete mode 100644 apps/server/src/services/llm/tools/content_extraction_tool.ts delete mode 100644 apps/server/src/services/llm/tools/keyword_search_tool.ts delete mode 100644 apps/server/src/services/llm/tools/note_creation_tool.ts delete mode 100644 apps/server/src/services/llm/tools/note_summarization_tool.ts delete mode 100644 apps/server/src/services/llm/tools/note_update_tool.ts delete mode 100644 apps/server/src/services/llm/tools/read_note_tool.ts delete mode 100644 apps/server/src/services/llm/tools/relationship_tool.ts delete mode 100644 apps/server/src/services/llm/tools/search_notes_tool.ts delete mode 100644 apps/server/src/services/llm/tools/search_suggestion_tool.ts delete mode 100644 apps/server/src/services/llm/tools/tool_initializer.ts delete mode 100644 apps/server/src/services/llm/tools/tool_interfaces.ts delete mode 100644 apps/server/src/services/llm/tools/tool_registry.spec.ts delete mode 100644 apps/server/src/services/llm/tools/tool_registry.ts delete mode 100644 apps/server/src/services/llm/utils/ai_exclusion_utils.ts delete mode 100644 apps/server/src/services/llm/utils/json_extractor.ts delete mode 100644 docs/User Guide/User Guide/AI/1_Providers_image.png delete mode 100644 docs/User Guide/User Guide/AI/Providers.md delete mode 100644 docs/User Guide/User Guide/AI/Providers/Anthropic.md delete mode 100644 docs/User Guide/User Guide/AI/Providers/Ollama/1_Installing Ollama_image.png delete mode 100644 docs/User Guide/User Guide/AI/Providers/Ollama/2_Installing Ollama_image.png delete mode 100644 docs/User Guide/User Guide/AI/Providers/Ollama/3_Installing Ollama_image.png delete mode 100644 docs/User Guide/User Guide/AI/Providers/Ollama/4_Installing Ollama_image.png delete mode 100644 docs/User Guide/User Guide/AI/Providers/Ollama/5_Installing Ollama_image.png delete mode 100644 docs/User Guide/User Guide/AI/Providers/Ollama/Installing Ollama.md delete mode 100644 docs/User Guide/User Guide/AI/Providers/Ollama/Installing Ollama_image.png delete mode 100644 docs/User Guide/User Guide/AI/Providers/OpenAI.md delete mode 100644 docs/User Guide/User Guide/AI/Providers_image.png diff --git a/apps/client/src/components/app_context.ts b/apps/client/src/components/app_context.ts index 8f6466e011..1c1389810a 100644 --- a/apps/client/src/components/app_context.ts +++ b/apps/client/src/components/app_context.ts @@ -101,8 +101,6 @@ export type CommandMappings = { showRevisions: CommandData & { noteId?: string | null; }; - showLlmChat: CommandData; - createAiChat: CommandData; showOptions: CommandData & { section: string; }; diff --git a/apps/client/src/components/root_command_executor.ts b/apps/client/src/components/root_command_executor.ts index 048aa4bd09..2aa5b90499 100644 --- a/apps/client/src/components/root_command_executor.ts +++ b/apps/client/src/components/root_command_executor.ts @@ -1,10 +1,8 @@ import dateNoteService from "../services/date_notes.js"; import froca from "../services/froca.js"; -import noteCreateService from "../services/note_create.js"; import openService from "../services/open.js"; import options from "../services/options.js"; import protectedSessionService from "../services/protected_session.js"; -import toastService from "../services/toast.js"; import treeService from "../services/tree.js"; import utils, { openInReusableSplit } from "../services/utils.js"; import appContext, { type CommandListenerData } from "./app_context.js"; @@ -248,34 +246,4 @@ export default class RootCommandExecutor extends Component { } } - async createAiChatCommand() { - try { - // Create a new AI Chat note at the root level - const rootNoteId = "root"; - - const result = await noteCreateService.createNote(rootNoteId, { - title: "New AI Chat", - type: "aiChat", - content: JSON.stringify({ - messages: [], - title: "New AI Chat" - }) - }); - - if (!result.note) { - toastService.showError("Failed to create AI Chat note"); - return; - } - - await appContext.tabManager.openTabWithNoteWithHoisting(result.note.noteId, { - activate: true - }); - - toastService.showMessage("Created new AI Chat note"); - } - catch (e) { - console.error("Error creating AI Chat note:", e); - toastService.showError(`Failed to create AI Chat note: ${(e as Error).message}`); - } - } } diff --git a/apps/client/src/entities/fnote.ts b/apps/client/src/entities/fnote.ts index f161d7adb1..196d1fa855 100644 --- a/apps/client/src/entities/fnote.ts +++ b/apps/client/src/entities/fnote.ts @@ -18,7 +18,7 @@ const RELATION = "relation"; * end user. Those types should be used only for checking against, they are * not for direct use. */ -export type NoteType = "file" | "image" | "search" | "noteMap" | "launcher" | "doc" | "contentWidget" | "text" | "relationMap" | "render" | "canvas" | "mermaid" | "book" | "webView" | "code" | "mindMap" | "aiChat"; +export type NoteType = "file" | "image" | "search" | "noteMap" | "launcher" | "doc" | "contentWidget" | "text" | "relationMap" | "render" | "canvas" | "mermaid" | "book" | "webView" | "code" | "mindMap"; export interface NotePathRecord { isArchived: boolean; diff --git a/apps/client/src/services/in_app_help.ts b/apps/client/src/services/in_app_help.ts index 2f805783a3..46a89b0124 100644 --- a/apps/client/src/services/in_app_help.ts +++ b/apps/client/src/services/in_app_help.ts @@ -17,8 +17,7 @@ export const byNoteType: Record, string | null> = { render: null, search: null, text: null, - webView: null, - aiChat: null + webView: null }; export const byBookType: Record = { diff --git a/apps/client/src/services/note_types.ts b/apps/client/src/services/note_types.ts index 74b6f56659..48055c0548 100644 --- a/apps/client/src/services/note_types.ts +++ b/apps/client/src/services/note_types.ts @@ -53,7 +53,6 @@ export const NOTE_TYPES: NoteTypeMapping[] = [ { type: "file", title: t("note_types.file"), reserved: true }, { type: "image", title: t("note_types.image"), reserved: true }, { type: "launcher", mime: "", title: t("note_types.launcher"), reserved: true }, - { type: "aiChat", mime: "application/json", title: t("note_types.ai-chat"), reserved: true } ]; /** The maximum age in days for a template to be marked with the "New" badge */ diff --git a/apps/client/src/services/ws.ts b/apps/client/src/services/ws.ts index 488000ba16..1002abe9f7 100644 --- a/apps/client/src/services/ws.ts +++ b/apps/client/src/services/ws.ts @@ -133,49 +133,6 @@ async function handleMessage(event: MessageEvent) { appContext.triggerEvent("apiLogMessages", { noteId: message.noteId, messages: message.messages }); } else if (message.type === "toast") { toastService.showMessage(message.message); - } else if (message.type === "llm-stream") { - // ENHANCED LOGGING FOR DEBUGGING - console.log(`[WS-CLIENT] >>> RECEIVED LLM STREAM MESSAGE <<<`); - console.log(`[WS-CLIENT] Message details: sessionId=${message.sessionId}, hasContent=${!!message.content}, contentLength=${message.content ? message.content.length : 0}, hasThinking=${!!message.thinking}, hasToolExecution=${!!message.toolExecution}, isDone=${!!message.done}`); - - if (message.content) { - console.log(`[WS-CLIENT] CONTENT PREVIEW: "${message.content.substring(0, 50)}..."`); - } - - // Create the event with detailed logging - console.log(`[WS-CLIENT] Creating CustomEvent 'llm-stream-message'`); - const llmStreamEvent = new CustomEvent('llm-stream-message', { detail: message }); - - // Dispatch to multiple targets to ensure delivery - try { - console.log(`[WS-CLIENT] Dispatching event to window`); - window.dispatchEvent(llmStreamEvent); - console.log(`[WS-CLIENT] Event dispatched to window`); - - // Also try document for completeness - console.log(`[WS-CLIENT] Dispatching event to document`); - document.dispatchEvent(new CustomEvent('llm-stream-message', { detail: message })); - console.log(`[WS-CLIENT] Event dispatched to document`); - } catch (err) { - console.error(`[WS-CLIENT] Error dispatching event:`, err); - } - - // Debug current listeners (though we can't directly check for specific event listeners) - console.log(`[WS-CLIENT] Active event listeners should receive this message now`); - - // Detailed logging based on message type - if (message.content) { - console.log(`[WS-CLIENT] Content message: ${message.content.length} chars`); - } else if (message.thinking) { - console.log(`[WS-CLIENT] Thinking update: "${message.thinking}"`); - } else if (message.toolExecution) { - console.log(`[WS-CLIENT] Tool execution: action=${message.toolExecution.action}, tool=${message.toolExecution.tool || 'unknown'}`); - if (message.toolExecution.result) { - console.log(`[WS-CLIENT] Tool result preview: "${String(message.toolExecution.result).substring(0, 50)}..."`); - } - } else if (message.done) { - console.log(`[WS-CLIENT] Completion signal received`); - } } else if (message.type === "execute-script") { // TODO: Remove after porting the file // @ts-ignore diff --git a/apps/client/src/stylesheets/llm_chat.css b/apps/client/src/stylesheets/llm_chat.css deleted file mode 100644 index 5bb4ecd1b3..0000000000 --- a/apps/client/src/stylesheets/llm_chat.css +++ /dev/null @@ -1,450 +0,0 @@ -/* LLM Chat Panel Styles */ -.note-context-chat { - background-color: var(--main-background-color); -} - -/* Message Styling */ -.chat-message { - margin-bottom: 1rem; -} - -.message-avatar { - width: 36px; - height: 36px; - border-radius: 50%; - font-size: 1.25rem; - flex-shrink: 0; -} - -.user-avatar { - background-color: var(--input-background-color); - color: var(--cmd-button-icon-color); -} - -.assistant-avatar { - background-color: var(--subtle-border-color, var(--main-border-color)); - color: var(--hover-item-text-color); -} - -.message-content { - max-width: calc(100% - 50px); - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); - color: var(--main-text-color); -} - -.user-content { - border-radius: 0.5rem 0.5rem 0 0.5rem !important; - background-color: var(--input-background-color) !important; -} - -.assistant-content { - border-radius: 0.5rem 0.5rem 0.5rem 0 !important; - background-color: var(--main-background-color); - border: 1px solid var(--subtle-border-color, var(--main-border-color)); -} - -/* Tool Execution Styling */ -.tool-execution-info { - margin-top: 0.75rem; - margin-bottom: 1.5rem; - border: 1px solid var(--subtle-border-color); - border-radius: 0.5rem; - overflow: hidden; - box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05); - background-color: var(--main-background-color); - /* Add a subtle transition effect */ - transition: all 0.2s ease-in-out; -} - -.tool-execution-status { - background-color: var(--accented-background-color, rgba(0, 0, 0, 0.03)) !important; - border-radius: 0 !important; - padding: 0.5rem !important; - max-height: 250px !important; - overflow-y: auto; -} - -.tool-execution-status .d-flex { - border-bottom: 1px solid var(--subtle-border-color); - padding-bottom: 0.5rem; - margin-bottom: 0.5rem; -} - -.tool-step { - padding: 0.5rem; - margin-bottom: 0.75rem; - border-radius: 0.375rem; - background-color: var(--main-background-color); - border: 1px solid var(--subtle-border-color); - transition: background-color 0.2s ease; -} - -.tool-step:hover { - background-color: rgba(0, 0, 0, 0.01); -} - -.tool-step:last-child { - margin-bottom: 0; -} - -/* Tool step specific styling */ -.tool-step.executing { - background-color: rgba(0, 123, 255, 0.05); - border-color: rgba(0, 123, 255, 0.2); -} - -.tool-step.result { - background-color: rgba(40, 167, 69, 0.05); - border-color: rgba(40, 167, 69, 0.2); -} - -.tool-step.error { - background-color: rgba(220, 53, 69, 0.05); - border-color: rgba(220, 53, 69, 0.2); -} - -/* Tool result formatting */ -.tool-result pre { - margin: 0.5rem 0; - padding: 0.5rem; - background-color: rgba(0, 0, 0, 0.03); - border-radius: 0.25rem; - overflow: auto; - max-height: 300px; -} - -.tool-result code { - font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace; - font-size: 0.9em; -} - -.tool-args code { - display: block; - padding: 0.5rem; - background-color: rgba(0, 0, 0, 0.03); - border-radius: 0.25rem; - margin-top: 0.25rem; - font-size: 0.85em; - color: var(--muted-text-color); - white-space: pre-wrap; - overflow: auto; - max-height: 100px; -} - -/* Tool Execution in Chat Styling */ -.chat-tool-execution { - padding: 0 0 0 36px; /* Aligned with message content, accounting for avatar width */ - width: 100%; - margin-bottom: 1rem; -} - -.tool-execution-container { - background-color: var(--accented-background-color, rgba(245, 247, 250, 0.7)); - border: 1px solid var(--subtle-border-color); - border-radius: 0.375rem; - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); - overflow: hidden; - max-width: calc(100% - 20px); - transition: all 0.3s ease; -} - -.tool-execution-container.collapsed { - display: none; -} - -.tool-execution-header { - background-color: var(--main-background-color); - border-bottom: 1px solid var(--subtle-border-color); - margin-bottom: 0.5rem; - color: var(--muted-text-color); - font-weight: 500; - padding: 0.6rem 0.8rem; - cursor: pointer; - transition: background-color 0.2s ease; -} - -.tool-execution-header:hover { - background-color: var(--hover-item-background-color, rgba(0, 0, 0, 0.03)); -} - -.tool-execution-toggle { - color: var(--muted-text-color) !important; - background: transparent !important; - padding: 0.2rem 0.4rem !important; - transition: transform 0.2s ease; -} - -.tool-execution-toggle:hover { - color: var(--main-text-color) !important; -} - -.tool-execution-toggle i.bx-chevron-down { - transform: rotate(0deg); - transition: transform 0.3s ease; -} - -.tool-execution-toggle i.bx-chevron-right { - transform: rotate(-90deg); - transition: transform 0.3s ease; -} - -.tool-execution-chat-steps { - padding: 0.5rem; - max-height: 300px; - overflow-y: auto; -} - -/* Make error text more visible */ -.text-danger { - color: #dc3545 !important; -} - -/* Sources Styling */ -.sources-container { - background-color: var(--accented-background-color, var(--main-background-color)); - border-top: 1px solid var(--main-border-color); - color: var(--main-text-color); -} - -.source-item { - transition: all 0.2s ease; - background-color: var(--main-background-color); - border-color: var(--subtle-border-color, var(--main-border-color)) !important; -} - -.source-item:hover { - background-color: var(--link-hover-background, var(--hover-item-background-color)); -} - -.source-link { - color: var(--link-color, var(--hover-item-text-color)); - text-decoration: none; - display: block; - width: 100%; -} - -.source-link:hover { - color: var(--link-hover-color, var(--hover-item-text-color)); -} - -/* Input Area Styling */ -.note-context-chat-form { - background-color: var(--main-background-color); - border-top: 1px solid var(--main-border-color); -} - -.context-option-container { - padding: 0.5rem 0; - border-bottom: 1px solid var(--subtle-border-color, var(--main-border-color)); - color: var(--main-text-color); -} - -.chat-input-container { - padding-top: 0.5rem; -} - -.note-context-chat-input { - border-color: var(--subtle-border-color, var(--main-border-color)); - background-color: var(--input-background-color) !important; - color: var(--input-text-color) !important; - resize: none; - transition: all 0.2s ease; - min-height: 50px; - max-height: 150px; -} - -.note-context-chat-input:focus { - border-color: var(--input-focus-outline-color, var(--main-border-color)); - box-shadow: 0 0 0 0.25rem var(--input-focus-outline-color, rgba(13, 110, 253, 0.25)); -} - -.note-context-chat-send-button { - width: 40px; - height: 40px; - align-self: flex-end; - background-color: var(--cmd-button-background-color) !important; - color: var(--cmd-button-text-color) !important; -} - -/* Loading Indicator */ -.loading-indicator { - align-items: center; - justify-content: center; - padding: 1rem; - color: var(--muted-text-color); -} - -/* Thinking display styles */ -.llm-thinking-container { - margin: 1rem 0; - animation: fadeInUp 0.3s ease-out; -} - -.thinking-bubble { - background-color: var(--accented-background-color, var(--main-background-color)); - border: 1px solid var(--subtle-border-color, var(--main-border-color)); - border-radius: 0.75rem; - padding: 0.75rem; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); - position: relative; - overflow: hidden; - transition: all 0.2s ease; -} - -.thinking-bubble:hover { - box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); -} - -.thinking-bubble::before { - content: ''; - position: absolute; - top: 0; - inset-inline-start: -100%; - width: 100%; - height: 100%; - background: linear-gradient(90deg, transparent, var(--hover-item-background-color, rgba(0, 0, 0, 0.03)), transparent); - animation: shimmer 2s infinite; - opacity: 0.5; -} - -.thinking-header { - cursor: pointer; - transition: all 0.2s ease; - border-radius: 0.375rem; -} - -.thinking-header:hover { - background-color: var(--hover-item-background-color, rgba(0, 0, 0, 0.03)); - padding: 0.25rem; - margin: -0.25rem; -} - -.thinking-dots { - display: flex; - gap: 3px; - align-items: center; -} - -.thinking-dots span { - width: 6px; - height: 6px; - background-color: var(--link-color, var(--hover-item-text-color)); - border-radius: 50%; - animation: thinkingPulse 1.4s infinite ease-in-out; -} - -.thinking-dots span:nth-child(1) { - animation-delay: -0.32s; -} - -.thinking-dots span:nth-child(2) { - animation-delay: -0.16s; -} - -.thinking-dots span:nth-child(3) { - animation-delay: 0s; -} - -.thinking-label { - font-weight: 500; - color: var(--link-color, var(--hover-item-text-color)) !important; -} - -.thinking-toggle { - color: var(--muted-text-color) !important; - transition: transform 0.2s ease; - background: transparent !important; - border: none !important; -} - -.thinking-toggle:hover { - color: var(--main-text-color) !important; -} - -.thinking-toggle.expanded { - transform: rotate(180deg); -} - -.thinking-content { - margin-top: 0.75rem; - padding-top: 0.75rem; - border-top: 1px solid var(--subtle-border-color, var(--main-border-color)); - animation: expandDown 0.3s ease-out; -} - -.thinking-text { - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif; - font-size: 0.875rem; - line-height: 1.5; - color: var(--main-text-color); - white-space: pre-wrap; - word-wrap: break-word; - background-color: var(--input-background-color); - padding: 0.75rem; - border-radius: 0.5rem; - border: 1px solid var(--subtle-border-color, var(--main-border-color)); - max-height: 300px; - overflow-y: auto; - transition: border-color 0.2s ease; -} - -.thinking-text:hover { - border-color: var(--main-border-color); -} - -/* Animations */ -@keyframes thinkingPulse { - 0%, 80%, 100% { - transform: scale(0.8); - opacity: 0.6; - } - 40% { - transform: scale(1); - opacity: 1; - } -} - -@keyframes shimmer { - 0% { - inset-inline-start: -100%; - } - 100% { - inset-inline-start: 100%; - } -} - -@keyframes fadeInUp { - from { - opacity: 0; - transform: translateY(10px); - } - to { - opacity: 1; - transform: translateY(0); - } -} - -@keyframes expandDown { - from { - opacity: 0; - max-height: 0; - } - to { - opacity: 1; - max-height: 300px; - } -} - -/* Responsive adjustments */ -@media (max-width: 768px) { - .thinking-bubble { - margin: 0.5rem 0; - padding: 0.5rem; - } - - .thinking-text { - font-size: 0.8rem; - padding: 0.5rem; - max-height: 200px; - } -} \ No newline at end of file diff --git a/apps/client/src/stylesheets/theme-next/llm-chat.css b/apps/client/src/stylesheets/theme-next/llm-chat.css deleted file mode 100644 index da5b478953..0000000000 --- a/apps/client/src/stylesheets/theme-next/llm-chat.css +++ /dev/null @@ -1,122 +0,0 @@ -/* LLM Chat Launcher Widget Styles */ -.note-context-chat { - display: flex; - flex-direction: column; - height: 100%; - width: 100%; -} - -.note-context-chat-container { - flex-grow: 1; - overflow-y: auto; - padding: 15px; -} - -.chat-message { - display: flex; - margin-bottom: 15px; - max-width: 85%; -} - -.chat-message.user-message { - margin-inline-start: auto; -} - -.chat-message.assistant-message { - margin-inline-end: auto; -} - -.message-avatar { - width: 32px; - height: 32px; - border-radius: 50%; - display: flex; - align-items: center; - justify-content: center; - margin-inline-end: 8px; -} - -.user-message .message-avatar { - background-color: var(--primary-color); - color: white; -} - -.assistant-message .message-avatar { - background-color: var(--secondary-color); - color: white; -} - -.message-content { - background-color: var(--more-accented-background-color); - border-radius: 12px; - padding: 10px 15px; - max-width: calc(100% - 40px); -} - -.user-message .message-content { - background-color: var(--accented-background-color); -} - -.message-content pre { - background-color: var(--code-background-color); - border-radius: 5px; - padding: 10px; - overflow-x: auto; - max-width: 100%; -} - -.message-content code { - background-color: var(--code-background-color); - padding: 2px 4px; - border-radius: 3px; -} - -.loading-indicator { - display: flex; - align-items: center; - margin: 10px 0; - color: var(--muted-text-color); -} - -.sources-container { - background-color: var(--accented-background-color); - border-top: 1px solid var(--main-border-color); - padding: 8px; -} - -.sources-list { - font-size: 0.9em; -} - -.source-item { - padding: 4px 0; -} - -.source-link { - color: var(--link-color); - text-decoration: none; -} - -.source-link:hover { - text-decoration: underline; -} - -.note-context-chat-form { - display: flex; - background-color: var(--main-background-color); - border-top: 1px solid var(--main-border-color); - padding: 10px; -} - -.note-context-chat-input { - resize: vertical; - min-height: 44px; - max-height: 200px; -} - -/* Responsive adjustments */ -@media (max-width: 768px) { - .chat-message { - max-width: 95%; - } -} \ No newline at end of file diff --git a/apps/client/src/translations/ar/translation.json b/apps/client/src/translations/ar/translation.json index a4a83179e9..1ffdde1056 100644 --- a/apps/client/src/translations/ar/translation.json +++ b/apps/client/src/translations/ar/translation.json @@ -1,1486 +1,1378 @@ { - "about": { - "title": "حول تريليوم للملاحظات", - "homepage": "الصفحة الرئيسية:", - "app_version": "اصدار التطبيق:", - "sync_version": "اصدار المزامنه:", - "build_date": "تاريخ الانشاء:", - "build_revision": "مراجعة الاصدار:", - "data_directory": "مجلد البيانات:", - "db_version": "اصدار قاعدة البيانات:" - }, - "toast": { - "critical-error": { - "title": "خطأ فادح", - "message": "حدث خطأ حرج يمنع تشغيل تطبيق العميل:\n\n{{message}}\n\nيُرجّح أن يكون سبب هذا الخطأ هو تعطل أحد البرامج النصية بشكل غير متوقع. حاول تشغيل التطبيق في الوضع الآمن لحل المشكلة." + "about": { + "title": "حول تريليوم للملاحظات", + "homepage": "الصفحة الرئيسية:", + "app_version": "اصدار التطبيق:", + "sync_version": "اصدار المزامنه:", + "build_date": "تاريخ الانشاء:", + "build_revision": "مراجعة الاصدار:", + "data_directory": "مجلد البيانات:", + "db_version": "اصدار قاعدة البيانات:" }, - "widget-error": { - "title": "فشل في البدء بعنصر الواجهة", - "message-custom": "تعذر تهيئة عنصر واجهة المستخدم المخصص من الملاحظة ذات المعرّف \"{{id}}\" والعنوان \"{{title}}\" بسبب:\n\n{{message}}", - "message-unknown": "تعذر تهيئة عنصر واجهة المستخدم غير المعروف بسبب:\n\n{{message}}" + "toast": { + "critical-error": { + "title": "خطأ فادح", + "message": "حدث خطأ حرج يمنع تشغيل تطبيق العميل:\n\n{{message}}\n\nيُرجّح أن يكون سبب هذا الخطأ هو تعطل أحد البرامج النصية بشكل غير متوقع. حاول تشغيل التطبيق في الوضع الآمن لحل المشكلة." + }, + "widget-error": { + "title": "فشل في البدء بعنصر الواجهة", + "message-custom": "تعذر تهيئة عنصر واجهة المستخدم المخصص من الملاحظة ذات المعرّف \"{{id}}\" والعنوان \"{{title}}\" بسبب:\n\n{{message}}", + "message-unknown": "تعذر تهيئة عنصر واجهة المستخدم غير المعروف بسبب:\n\n{{message}}" + }, + "bundle-error": { + "title": "فشل تحميل البرنامج النصي المخصص", + "message": "تعذر تنفيذ البرنامج النصي بسبب:\n\n{{message}}" + }, + "widget-list-error": { + "title": "فشل في الحصول على قائمة الأدوات من الخادم" + }, + "widget-render-error": { + "title": "فشل عرض عنصر واجهة مستخدم React مخصص" + }, + "widget-missing-parent": "لا تحتوي الأداة المخصصة على خاصية إلزامية '{{property}}'.\n\nإذا كان من المفترض تشغيل هذا البرنامج النصي بدون عنصر واجهة مستخدم، فاستخدم '#run=frontendStartup' بدلاً من ذلك.", + "open-script-note": "فتح ملاحظة برمجية", + "scripting-error": "خطأ في النص البرمجي المخصص: {{title}}" }, - "bundle-error": { - "title": "فشل تحميل البرنامج النصي المخصص", - "message": "تعذر تنفيذ البرنامج النصي بسبب:\n\n{{message}}" + "add_link": { + "add_link": "أضافة رابط", + "note": "ملاحظة", + "search_note": "البحث عن الملاحظة بالاسم", + "link_title": "عنوان الرابط", + "button_add_link": "اضافة رابط", + "help_on_links": "مساعدة حول الارتباطات التشعبية", + "link_title_mirrors": "عنوان الرابط يعكس العنوان الحالي للملاحظة", + "link_title_arbitrary": "يمكن تغيير عنوان الرابط حسب الرغبة" }, - "widget-list-error": { - "title": "فشل في الحصول على قائمة الأدوات من الخادم" + "branch_prefix": { + "edit_branch_prefix": "تعديل بادئة الفرع", + "prefix": "البادئة: ", + "save": "حفظ", + "help_on_tree_prefix": "مساعدة حول بادئة الشجرة", + "branch_prefix_saved": "تم حفظ بادئة الفرع.", + "edit_branch_prefix_multiple": "تعديل البادئة لـ {{count}} من تفرعات الملاحظات", + "branch_prefix_saved_multiple": "تم حفظ بادئة التفرع لـ {{count}} من التفرعات.", + "affected_branches": "الفروع المتأثرة ({{count}}):" }, - "widget-render-error": { - "title": "فشل عرض عنصر واجهة مستخدم React مخصص" + "bulk_actions": { + "bulk_actions": "اجراءات جماعية", + "available_actions": "الاجراءات المتاحة", + "chosen_actions": "الأجراءات المختارة", + "execute_bulk_actions": "تنفيذ الأجراءات الجماعية", + "bulk_actions_executed": "تم تنفيذ الاجراءات الجماعية بنجاح،", + "none_yet": "لايوجد أجراء بعد... اضف اجراء بالنقر على احد الأجراءات المتاحة اعلاه.", + "relations": "العلاقات", + "notes": "الملاحظات", + "other": "أخرى", + "affected_notes": "الملاحظات المتأثرة", + "labels": "التسميات" }, - "widget-missing-parent": "لا تحتوي الأداة المخصصة على خاصية إلزامية '{{property}}'.\n\nإذا كان من المفترض تشغيل هذا البرنامج النصي بدون عنصر واجهة مستخدم، فاستخدم '#run=frontendStartup' بدلاً من ذلك.", - "open-script-note": "فتح ملاحظة برمجية", - "scripting-error": "خطأ في النص البرمجي المخصص: {{title}}" - }, - "add_link": { - "add_link": "أضافة رابط", - "note": "ملاحظة", - "search_note": "البحث عن الملاحظة بالاسم", - "link_title": "عنوان الرابط", - "button_add_link": "اضافة رابط", - "help_on_links": "مساعدة حول الارتباطات التشعبية", - "link_title_mirrors": "عنوان الرابط يعكس العنوان الحالي للملاحظة", - "link_title_arbitrary": "يمكن تغيير عنوان الرابط حسب الرغبة" - }, - "branch_prefix": { - "edit_branch_prefix": "تعديل بادئة الفرع", - "prefix": "البادئة: ", - "save": "حفظ", - "help_on_tree_prefix": "مساعدة حول بادئة الشجرة", - "branch_prefix_saved": "تم حفظ بادئة الفرع.", - "edit_branch_prefix_multiple": "تعديل البادئة لـ {{count}} من تفرعات الملاحظات", - "branch_prefix_saved_multiple": "تم حفظ بادئة التفرع لـ {{count}} من التفرعات.", - "affected_branches": "الفروع المتأثرة ({{count}}):" - }, - "bulk_actions": { - "bulk_actions": "اجراءات جماعية", - "available_actions": "الاجراءات المتاحة", - "chosen_actions": "الأجراءات المختارة", - "execute_bulk_actions": "تنفيذ الأجراءات الجماعية", - "bulk_actions_executed": "تم تنفيذ الاجراءات الجماعية بنجاح،", - "none_yet": "لايوجد أجراء بعد... اضف اجراء بالنقر على احد الأجراءات المتاحة اعلاه.", - "relations": "العلاقات", - "notes": "الملاحظات", - "other": "أخرى", - "affected_notes": "الملاحظات المتأثرة", - "labels": "التسميات" - }, - "upload_attachments": { - "options": "خيارات", - "upload": "تحميل", - "choose_files": "اختر الملفات", - "shrink_images": "تصغير الصور", - "upload_attachments_to_note": "تحميل المرفقات الى الملاحظة" - }, - "attribute_detail": { - "name": "الاسم", - "value": "قيمة", - "promoted": "تمت ترقيته", - "promoted_alias": "اسم مستعار", - "label_type": "نوع", - "text": "نص", - "date": "تاريخ", - "time": "وقت", - "precision": "دفة", - "digits": "رقم", - "delete": "حذف", - "color_type": "لون", - "multiplicity": "تعددية", - "number": "عدد", - "boolean": "منطقي", - "url": "عنوان الويب", - "inheritable": "قابل للوراثة", - "target_note": "الملاحظة الهدف", - "single_value": "قيمة واحدة", - "multi_value": "قيم متعددة", - "inverse_relation": "العلاقة العكسية", - "more_notes": "مزيد من الملاحظات", - "label": "تفاصيل التسمية", - "relation": "تفاصيل العلاقة", - "date_time": "التاريخ والوقت", - "label_definition": "تفاصيل تعريف التصنيف", - "relation_definition": "تفاصيل تعريف العلاقة", - "attr_detail_title": "عنوان تفاصيل السمة", - "close_button_title": "الغاء التغييرات و اغلاق", - "attr_is_owned_by": "السمة مملوكة ل", - "save_and_close": "حفظ ونسخ Ctrl+Enter", - "workspace_calendar_root": "‎تحديد جذر التقويم لكل مساحة عمل", - "hide_highlight_widget": "اخفاء عنصر واجهة قائمة التمييزات", - "is_owned_by_note": "تخص الملاحظة", - "and_more": "... و {{count}}مرات اكثر.", - "related_notes_title": "ملاحظات اخرى بنفس التسمية" - }, - "rename_label": { - "to": "الى", - "old_name_placeholder": "الاسم القديم", - "new_name_placeholder": "الاسم الجديد", - "rename_label": "اعادة تسمية التسمية", - "rename_label_from": "اعادة تسمية التسمية من" - }, - "move_note": { - "to": "الى", - "move_note": "نقل الملاحظة", - "target_parent_note": "ملاحظة الاصل الهدف", - "on_all_matched_notes": "على كل الملاحظات المطابقة" - }, - "add_relation": { - "to": "الى", - "add_relation": "اضافة علاقة", - "relation_name": "اسم العلاقة", - "target_note": "الملاحظة الهدف" - }, - "rename_relation": { - "to": "الى", - "rename_relation": "اعادة تسمية العلاقة", - "old_name": "الاسم القديم", - "new_name": "الاسم الجديد", - "rename_relation_from": "اعادة تسمية العلاقة من" - }, - "update_relation_target": { - "to": "الى", - "update_relation": "تحديث العلاقة", - "relation_name": "اسم العلاقة", - "target_note": "الملاحظة الهدف", - "update_relation_target": "تحدث علاقة الهدف", - "on_all_matched_notes": "على كل الملاحظات المطابقة" - }, - "attachments_actions": { - "download": "تنزيل", - "open_externally": "فتح خارجي", - "open_custom": "فتح مخصص", - "rename_attachment": "اعادة تسمية المرفق", - "delete_attachment": "حذف المرفق", - "upload_new_revision": "رفع مراجعة جديدة", - "copy_link_to_clipboard": "نسخ الرابط الى الحافظة", - "convert_attachment_into_note": "تحويل المرفق الى ملاحظة", - "delete_success": "تم حذف المرفق \"{{title}}\" .", - "enter_new_name": "ادخل اسم مرفق جديد" - }, - "calendar": { - "week": "أسبوع", - "month": "شهر", - "year": "سنة", - "list": "قائمة", - "today": "اليوم", - "mon": "الاثنين", - "tue": "الثلاثاء", - "wed": "الأربعاء", - "thu": "الخميس", - "fri": "الجمعة", - "sat": "السبت", - "sun": "الاحد", - "january": "يناير", - "march": "مارس", - "april": "ابريل", - "may": "مايو", - "june": "يونيو", - "july": "يوليو", - "august": "أغسطس", - "september": "سبتمبر", - "october": "اكتوبر", - "november": "نوفمبر", - "december": "ديسمبر", - "february": "فبراير", - "week_previous": "الاسبوع السابق", - "week_next": "الاسبوع التالي", - "month_previous": "الشهر السابق", - "month_next": "الشهر التالي", - "year_previous": "السنة السابقة", - "year_next": "السنة التالية", - "cannot_find_day_note": "لا يمكن ايجاد ملاحظة اليوم", - "cannot_find_week_note": "لايمكن ايجاد ملاحظة الاسبوع" - }, - "global_menu": { - "menu": "القائمة", - "options": "خيارات", - "advanced": "متقدمة", - "logout": "تسجيل خروج", - "zoom": "تكبير/تصغير", - "toggle_fullscreen": "تشغيل/ايقاف ملء الشاشة", - "zoom_out": "تصغير", - "zoom_in": "تكبير", - "configure_launchbar": "اعداد شريط الاطلاق", - "reload_frontend": "اعادة تحميل الواجهة", - "show_help": "عرض المساعدة", - "show-cheatsheet": "عرض دليل الاختصارات", - "toggle-zen-mode": "وضع التركيز", - "open_new_window": "فتح نافذة جديدة", - "reset_zoom_level": "اعادة ضبط مستوى التكبير", - "open_sql_console": "فتح لوحة تحكم SQL", - "open_search_history": "فتح سجل البحث", - "show_hidden_subtree": "اظهار الشجرة الفرعية المخفية", - "about": "حول تريليوم للملاحظات", - "open_dev_tools": "فتح ادوات المطور", - "show_backend_log": "اظهار سجل الخلفية", - "new-version-available": "متوفر تحديث جديد", - "download-update": "احصل على الاصدار{{latestVersion}}", - "switch_to_mobile_version": "التبديل الى اصدار الهاتف المحمول", - "switch_to_desktop_version": "التبديل الى اصدار سطح المكتب", - "show_shared_notes_subtree": "عرض شجرة الملاحظات المشتركة", - "open_sql_console_history": "فتح سجل لوحة تحكم SQL" - }, - "zpetne_odkazy": { - "relation": "العلاقة", - "backlink_zero": "", - "backlink_one": "{{count}} رابط راجع", - "backlink_two": "", - "backlink_few": "", - "backlink_many": "{{count}} روابط راجعة", - "backlink_other": "" - }, - "note_icon": { - "search": "بحث:", - "change_note_icon": "تغيير ايقونة الملاحظة", - "reset-default": "اعادة تعيين الى الايقونة الافتراضية" - }, - "basic_properties": { - "language": "اللغة", - "editable": "قابل للتعديل", - "note_type": "نوع الملاحظة", - "basic_properties": "الخصائص الاساسية", - "configure_code_notes": "اعداد ملاحظات الكود..." - }, - "book_properties": { - "list": "قائمة", - "expand": "توسيع", - "calendar": "التقويم", - "table": "جدول", - "board": "لوحة", - "grid": "خطوط شبكة", - "collapse": "طي", - "view_type": "نوع العرض", - "book_properties": "خصائص المجموعة", - "geo-map": "الخريطة الجغرافية", - "collapse_all_notes": "طي كل الملاحظات", - "include_archived_notes": "عرض الملاحظات المؤرشفة", - "presentation": "عرض تقديمي", - "invalid_view_type": "نوع العرض {{type}} غير صالح" - }, - "file_properties": { - "download": "تنزيل", - "open": "فتح", - "title": "ملف", - "note_id": "معرف الملاحظة", - "file_type": "نوع الملف", - "file_size": "حجم الملف", - "original_file_name": "اسم الملف الاصلي", - "upload_new_revision": "رفع مراجعة جديدة" - }, - "image_properties": { - "download": "تنزيل", - "open": "فتح", - "title": "صورة", - "file_type": "نوع الملف", - "file_size": "حجم الملف", - "original_file_name": "اسم الملف الاصلي", - "upload_new_revision": "رفع مراجعة جديدة", - "copy_reference_to_clipboard": "نسخ المرجع الى الحافظة" - }, - "note_info_widget": { - "created": "انشاء", - "type": "نوع", - "modified": "معدل", - "calculate": "حساب", - "note_id": "معرف الملاحظة", - "note_size": "حجم الملاحظة", - "title": "معلومات الملاحظة" - }, - "note_paths": { - "search": "بحث", - "archived": "مؤرشف", - "title": "مسارات الملاحظة", - "clone_button": "جار نسخ الملاحظة الى مكان جديد..." - }, - "script_executor": { - "query": "استعلام", - "script": "برنامج نصي", - "execute_query": "تنفيذ الاستعلام", - "execute_script": "تنفيذ السكربت" - }, - "search_definition": { - "ancestor": "السلف", - "limit": "الحد الاقصى", - "action": "أجراء", - "search_button": "بحث", - "debug": "تصحيح الاخطاء", - "search_string": "سلسة البحث", - "search_script": "نص البحث", - "fast_search": "بحث سريع", - "include_archived": "تضمين العناصر المؤرشفة", - "order_by": "ترتيب حسب", - "search_parameters": "معايير البحث", - "add_search_option": "اضافة خيار البحث:", - "save_to_note": "حفظ في تلملاحظة", - "limit_description": "تحديد عدد النتائج", - "search_execute": "البحث وتنفيذ الأجراءات", - "unknown_search_option": "خيار بحث غير معروف {{searchOptionName}}", - "actions_executed": "اجراءات تم تنفيذها." - }, - "ancestor": { - "label": "السلف", - "depth_label": "العمق", - "depth_doesnt_matter": "لايهم", - "direct_children": "العقد الفرعية المباشرة", - "depth_eq": "يساوي تماما {{count}}", - "depth_gt": "هو اكبر من {{count}}", - "depth_lt": "هو اصغر من {{count}}" - }, - "limit": { - "limit": "الحد الاقصى" - }, - "debug": { - "debug": "تصحيح الاخطاء" - }, - "order_by": { - "title": "عنوان", - "desc": "تنازلي", - "order_by": "ترتيب حسب", - "relevancy": "الاهمية (افتراضيا)", - "date_created": "تاريخ الانشاء", - "random": "ترتيب عشوائي", - "asc": "تصاعدي (افتراضيا)", - "content_size": "حجم محتوى الملاحظة", - "revision_count": "عدد المراجعات", - "parent_count": "عدد النسخ", - "owned_label_count": "عدد التسميات", - "owned_relation_count": "عدد العلاقات", - "date_modified": "تاريخ اخر تعديل", - "children_count": "عدد الملاحظات الفرعية" - }, - "search_string": { - "search_prefix": "بحث:", - "title_column": "سلسلة البحث:", - "search_syntax": "صياغة البحث", - "also_see": "انظر ايضا", - "error": "خطأ في البحث: {{error}}" - }, - "sync": { - "title": "مزامنة", - "force_full_sync_button": "فرض مزامنة كاملة", - "finished-successfully": "تم انتهاء المزامنة بنجاح.", - "full_sync_triggered": "تم تشغيل المزامنة الكاملة", - "failed": "فشل في المزامنة: {{message}}", - "fill_entity_changes_button": "ملء سجلات تغييرات الكيانات", - "filling_entity_changes": "جار ملء صفوف تغييرات الكيانات", - "sync_rows_filled_successfully": "تمة تعبئة بيانات المزامنة بنجاح" - }, - "fonts": { - "fonts": "خطوط", - "size": "حجم", - "serif": "خط ومزخرف", - "monospace": "خط بعرض ثابت", - "theme_defined": "النسق المحدد", - "main_font": "الخط الرئيسي", - "font_family": "عائلة الخطوط", - "reload_frontend": "اعادة تحميل الواجهة", - "generic-fonts": "الخطوط العامة", - "sans-serif": "خطوط بدون زوائد", - "system-default": "الاعداد الافتراضي للنظام", - "note_detail_font": "خط تفاصيل الملاحظة", - "note_tree_font": "خط شجرة الملاحظات", - "monospace_font": "خط احادي المسافة (للكود)", - "serif-system-fonts": "خطوط النظام المزخرفة", - "sans-serif-system-fonts": "خطوط النظام بدون زخرفة", - "monospace-system-fonts": "خطوط النظام احادية المسافة", - "handwriting-system-fonts": "خطوط النظام باسلوب الكتابة اليدوية" - }, - "confirm": { - "confirmation": "تأكيد", - "cancel": "الغاء", - "ok": "نعم", - "also_delete_note": "كذلك احذف الملاحظة" - }, - "delete_notes": { - "close": "غلق", - "cancel": "الغاء", - "ok": "نعم", - "delete_notes_preview": "حذف معاينة الملاحظات" - }, - "export": { - "close": "غلق", - "export": "تصدير", - "export_note_title": "تصدير الملاحظة", - "export_status": "حالة التصدير", - "export_finished_successfully": "اكتمل التصدير بنجاح.", - "export_in_progress": "جار التصدير: {{progressCount}}", - "choose_export_type": "اختر نوع التصدير اولا من فضلك" - }, - "help": { - "troubleshooting": "أستكشاف الاخطاء واصلاحها", - "other": "أخرى", - "title": "ورقة المراجعة السريعة", - "noteNavigation": "التنقل بين الملاحظات", - "collapseExpand": "طي/توسيع العقدة", - "notSet": "غير محدد", - "collapseSubTree": "طي الشجرة الفرعية", - "tabShortcuts": "أختصارات التبويب", - "creatingNotes": "انشاء الملاحظات", - "selectNote": "تحديد الملاحظة", - "editingNotes": "تحرير الملاحظات", - "inPageSearch": "البحث داخل الصفحة", - "markdownAutoformat": "التنسيق التلقائي باسلوب Markdown", - "openEmptyTab": "فتح علامة تبويب فارغة", - "closeActiveTab": "اغلاق علامة تبويب نشطة", - "activateNextTab": "تنشيط التبويب التالي", - "activatePreviousTab": "تنشيط التبويب السابق", - "multiSelectNote": "تحديد متعدد للملاحظة اعلاه/اسفل", - "createInternalLink": "انشاء رابط داخلي", - "reloadFrontend": "اعادة تحميل الواجهة اللمامية لتريليوم", - "showDevTools": "عرض ادوات المطور", - "showSQLConsole": "عرض وحده تحكم SQL", - "scrollToActiveNote": "مدتمرير الى الملاحظة النشطة", - "jumpToParentNote": "الانتقال الى الملاحظة الاصل", - "movingCloningNotes": "نقل/ استنساخ الملاحظات", - "deleteNotes": "حذف الملاحظة/ الشجرة الفرعية", - "collapseWholeTree": "طي شجرة الملاحظة باكملها", - "followLink": "اتبع تلرابط تحت المؤشر", - "onlyInDesktop": "في سطح المكتب فقط(Electron build)", - "createEditLink": "انشاء/ تحرير رابط خارجي", - "quickSearch": "الانتقال الى مربع البحث السريع" - }, - "import": { - "options": "خيارات", - "import": "استيراد", - "safeImport": "أستيراد آمن", - "shrinkImages": "تقليل حجم الصور", - "import-status": "حالة الاستبراد", - "importIntoNote": "استيراد الى الملاحظة", - "chooseImportFile": "اختر ملف الاستيراد", - "failed": "فشل الاستيراد: {{messege}}.", - "html_import_tags": { - "title": "علامات استيراد HTML", - "reset_button": "اعادة التعيين الى القائمة الافتراضية" + "upload_attachments": { + "options": "خيارات", + "upload": "تحميل", + "choose_files": "اختر الملفات", + "shrink_images": "تصغير الصور", + "upload_attachments_to_note": "تحميل المرفقات الى الملاحظة" }, - "successful": "اكتمل الاستيراد بنجاح.", - "in-progress": "جار الاستيراد: {{progress}}" - }, - "include_note": { - "label_note": "ملاحظة", - "dialog_title": "تضمين ملاحظة", - "button_include": "تضمين ملاحظة", - "box_size_small": "صغير (10 سطور تقريبا)", - "box_size_medium": "متوسط ( 30 سطر تقريبا)" - }, - "info": { - "closeButton": "أغلاق", - "okButton": "نعم", - "modalTitle": "رسالة معلومات" - }, - "markdown_import": { - "import_button": "أستيراد", - "dialog_title": "استيراد Markdown" - }, - "note_type_chooser": { - "templates": "قوالب", - "builtin_templates": "القوالب المدمجة", - "modal_title": "اختر نوع الملاحظة" - }, - "prompt": { - "title": "ترقية", - "ok": "نعم", - "defaultTitle": "ترقية" - }, - "protected_session_password": { - "close_label": "أغلاق", - "modal_title": "جلسة محمية", - "start_button": "بدء جلسة محمية", - "help_title": "مساعدة حول الملاحظات المحمية" - }, - "revisions": { - "delete_button": "حذف", - "download_button": "تنزيل", - "restore_button": "أستعادة", - "note_revisions": "مراجعات الملاحظة", - "diff_on": "عرض الفروقات", - "diff_off": "عرض المحتوى", - "file_size": "حجم الملف:", - "mime": "MIME: ", - "delete_all_button": "حذف كل المراجعات", - "settings": "اعدادات مراجعة الملاحظة", - "diff_not_available": "المقارنة غير متوفرة.", - "help_title": "مساعدة حول مراجعات الملاحظة", - "diff_off_hint": "انقر لعرض محتويات الملاحظة", - "revisions_deleted": "تم حذف جميع نسخ المراجعات للملاحظة.", - "revision_restored": "تم استعادة نسخ المراجعة للملاحظة.", - "revision_deleted": "تم حذف مراجعة الملاحظة.", - "snapshot_interval": "فاصل زمني لحفظ لقطات اصدارات المراجعة: {{seconds}}", - "maximum_revisions": "حد عدد لقطات اصدارات الملاحظة: {{number}}" - }, - "sort_child_notes": { - "title": "عنوان", - "ascending": "تصاعدي", - "descending": "تنازلي", - "folders": "مجلدات", - "sort": "ترتيب", - "sorting_criteria": "معايير الترتيب", - "date_created": "تاريخ الانشاء", - "date_modified": "تاريخ التعديل", - "sorting_direction": "اتجاه الترتيب", - "natural_sort": "الترتيب الطبيعي", - "natural_sort_language": "لغات الترتيب الطبيعي", - "sort_children_by": "ترتيب العناصر الفرعية حسب...", - "sort_folders_at_top": "ترتيب المجلدات في الاعلى" - }, - "recent_changes": { - "undelete_link": "الغاء الحذف", - "title": "التغيرات الاخيرة", - "no_changes_message": "لايوجد تغيير لحد الان...", - "erase_notes_button": "مسح الملاحظات المحذوفة الان", - "deleted_notes_message": "تم حذف الملاحظات نهائيا." - }, - "edited_notes": { - "deleted": "(حذف)", - "title": "الملاحظات المعدلة" - }, - "note_properties": { - "info": "معلومات" - }, - "backend_log": { - "refresh": "تحديث" - }, - "max_content_width": { - "max_width_unit": "بكسل", - "title": "عرض المحتوى", - "max_width_label": "اقصى عرض للمحتوى" - }, - "native_title_bar": { - "enabled": "مفعل", - "disabled": "معطل" - }, - "theme": { - "theme_label": "السمة", - "layout": "تخطيط", - "layout-vertical-title": "عمودي", - "layout-horizontal-title": "أفقي", - "title": "نسق التطبيق", - "light_theme": "النسق القديم (فاتح)", - "dark_theme": "النسق القديم (داكن)", - "triliumnext-light": "تريليوم (فاتح)", - "triliumnext-dark": "تريليوم ( داكن)", - "override_theme_fonts_label": "تجاوز خطوط النسق" - }, - "ui-performance": { - "title": "أداء", - "enable-shadows": "تفعيل الضلال", - "enable-smooth-scroll": "تمكين التمرير السلس", - "enable-motion": "تمكين الانتقالات والرسوم المتحركة" - }, - "ai_llm": { - "progress": "تقدم", - "openai_tab": "OpenAI", - "actions": "أجراءات", - "retry": "أعد المحاولة", - "reprocessing_index": "جار اعادة البناء...", - "never": "ابدٱ", - "agent": { - "processing": "جار المعالجة...", - "thinking": "جار التفكير...", - "loading": "جار التحميل...", - "generating": "جار الانشاء..." + "attribute_detail": { + "name": "الاسم", + "value": "قيمة", + "promoted": "تمت ترقيته", + "promoted_alias": "اسم مستعار", + "label_type": "نوع", + "text": "نص", + "date": "تاريخ", + "time": "وقت", + "precision": "دفة", + "digits": "رقم", + "delete": "حذف", + "color_type": "لون", + "multiplicity": "تعددية", + "number": "عدد", + "boolean": "منطقي", + "url": "عنوان الويب", + "inheritable": "قابل للوراثة", + "target_note": "الملاحظة الهدف", + "single_value": "قيمة واحدة", + "multi_value": "قيم متعددة", + "inverse_relation": "العلاقة العكسية", + "more_notes": "مزيد من الملاحظات", + "label": "تفاصيل التسمية", + "relation": "تفاصيل العلاقة", + "date_time": "التاريخ والوقت", + "label_definition": "تفاصيل تعريف التصنيف", + "relation_definition": "تفاصيل تعريف العلاقة", + "attr_detail_title": "عنوان تفاصيل السمة", + "close_button_title": "الغاء التغييرات و اغلاق", + "attr_is_owned_by": "السمة مملوكة ل", + "save_and_close": "حفظ ونسخ Ctrl+Enter", + "workspace_calendar_root": "‎تحديد جذر التقويم لكل مساحة عمل", + "hide_highlight_widget": "اخفاء عنصر واجهة قائمة التمييزات", + "is_owned_by_note": "تخص الملاحظة", + "and_more": "... و {{count}}مرات اكثر.", + "related_notes_title": "ملاحظات اخرى بنفس التسمية" }, - "name": "الذكاء الأصطناعي", - "openai": "OpenAI", - "sources": "مصادر", - "temperature": "درجة الحرارة", - "model": "نموذج", - "refreshing_models": "جار التحديث...", - "error": "خطأ", - "refreshing": "جار التحديث...", - "ollama_tab": "Ollama", - "anthropic_tab": "انتروبيك", - "not_started": "لم يبدأ بعد", - "title": "اعدادات AI", - "processed_notes": "الملاحظات المعالجة", - "total_notes": "الملاحظات الكلية", - "queued_notes": "الملاحظات في قائمة الانتظار", - "failed_notes": "الملاحظات الفاشلة", - "last_processed": "اخر معالجة", - "refresh_stats": "تحديث الاحصائيات", - "voyage_tab": "استكشاف AI", - "provider_precedence": "اولوية المزود", - "system_prompt": "موجه النظام", - "openai_configuration": "اعدادات OpenAI", - "openai_settings": "اعدادات OpenAI", - "api_key": "مفتاح واجهة برمجة التطبيقات", - "url": "عنوان URL الاساسي", - "default_model": "النموذج الافتراضي", - "base_url": "عنوان URL الأساسي", - "openai_url_description": "افتراضيا: https://api.openai.com/v1", - "anthropic_settings": "اعدادات انتروبيك", - "ollama_settings": "اعدادات Ollama", - "anthropic_configuration": "تهيئة انتروبيك", - "voyage_url_description": "افتراضيا: https://api.voyageai.com/v1", - "ollama_configuration": "تهيئة Ollama", - "enable_ollama": "تمكين Ollama", - "last_attempt": "اخر محاولة", - "active_providers": "المزودون النشطون", - "disabled_providers": "المزودون المعطلون", - "similarity_threshold": "عتبة التشابه", - "complete": "اكتمل (100%)", - "ai_settings": "اعدادات AI", - "show_thinking": "عرض التفكير", - "index_status": "حالة الفهرس", - "indexed_notes": "الملاحظات المفهرسة", - "indexing_stopped": "تم ايقاف الفهرسة", - "last_indexed": "اخر فهرسة", - "note_chat": "دردشة الملاحظة", - "start_indexing": "بدء الفهرسة", - "chat": { - "root_note_title": "دردشات AI", - "new_chat_title": "دردشة جديدة", - "create_new_ai_chat": "انشاء دردشة AI جديدة" + "rename_label": { + "to": "الى", + "old_name_placeholder": "الاسم القديم", + "new_name_placeholder": "الاسم الجديد", + "rename_label": "اعادة تسمية التسمية", + "rename_label_from": "اعادة تسمية التسمية من" }, - "selected_provider": "المزود المحدد", - "select_model": "اختر النموذج...", - "select_provider": "اختر المزود...", - "ollama_model": "نموذج Ollama", - "refresh_models": "تحديث النماذج", - "rebuild_index": "اعادة بناء الفهرس", - "note_title": "عنوان الملاحظة", - "processing": "جاري المعالجة ({{percentage}}%)", - "incomplete": "غير مكتمل ({{percentage}}%)", - "ollama_url": "عنوان URL الخاص ب Ollama", - "provider_configuration": "تكوين موفر AI", - "voyage_settings": "استكشاف اعدادات AI", - "enable_automatic_indexing": "تمكين الفهرسة التلقائية", - "index_rebuild_progress": "تقدم اعادة انشاء الفهرس", - "index_rebuild_complete": "اكتملت عملية تحسين الفهرس", - "use_enhanced_context": "استخدام السياق المحسن", - "enter_message": "ادخل رسالتك...", - "index_all_notes": "فهرسة جميع الملاحظات", - "indexing_in_progress": "جار فهرسة الملاحظات...", - "use_advanced_context": "استخدم السياق المتقدم", - "ai_enabled": "تمكين مميزات AI", - "ai_disabled": "الغاء تمكين مميزات AI", - "enable_ai_features": "تمكين خصائص AI/LLM", - "enable_ai": "تمكين خصائص AI/LLM", - "reprocess_index": "اعادة بناء فهرس البحث", - "index_rebuilding": "جار تحسين الفهرس {{percentage}}", - "voyage_configuration": "اعدادت Voyage AI", - "openai_model_description": "الامثلة: gpt-4o, gpt-4-turbo, gpt-3.5-turbo", - "partial": "{{ percentage }} % مكتمل", - "retry_queued": "تم جدولة الملاحظة لاعادة المحاولة", - "max_notes_per_llm_query": "اكبر عدد للملاحظات لكل استعلام", - "remove_provider": "احذف المزود من البحث", - "restore_provider": "استعادة المزود الى البحث", - "reprocess_index_error": "حدث خطأ اثناء اعادة بناء فهرس البحث", - "auto_refresh_notice": "تحديث تلقائي كل {{seconds}} ثانية", - "note_queued_for_retry": "الملاحظة جاهزة لاعادة المحاولة لاحقا", - "failed_to_retry_note": "‎فشل في اعادة محاولة معالجة المحاولة", - "failed_to_retry_all": "فشل في اعادة محاولة معالجة الملاحظة", - "error_generating_response": "‌فشل في توليد استجابة من ال AI", - "create_new_ai_chat": "انشاء دردشة AI جديدة", - "error_fetching": "فشل في استرجاع النماذج: {{error}}" - }, - "code_auto_read_only_size": { - "unit": "حروف", - "title": "الحجم التلقائي للقراءه فقط" - }, - "code-editor-options": { - "title": "محرر" - }, - "images": { - "images_section_title": "صور", - "max_image_dimensions_unit": "بكسل", - "enable_image_compression": "تمكين ضغط الصورة" - }, - "revisions_snapshot_limit": { - "snapshot_number_limit_unit": "لقطات", - "note_revisions_snapshot_limit_title": "الحد الاقصى لنسخ الملاحظات الاحتياطية" - }, - "search_engine": { - "bing": "Bing", - "duckduckgo": "DuckDuckGo", - "google": "جوجل", - "save_button": "حفظ", - "baidu": "Baidu", - "title": "محرك البحث", - "predefined_templates_label": "قوالب محرك البحث المعرفة مسبقا", - "custom_name_label": "اسم محرك البحث المخصص", - "custom_name_placeholder": "اسم محرك البحث المخصص", - "custom_url_placeholder": "تخصيص عنوان URL لمحرك البحث" - }, - "heading_style": { - "plain": "بسيط", - "underline": "تسطير", - "markdown": "نمط-Markdown", - "title": "نمط العنوان" - }, - "text_auto_read_only_size": { - "unit": "حروف", - "title": "الحجم التلقائي للقراءة فقط" - }, - "i18n": { - "language": "لغة", - "sunday": "الاحد", - "monday": "الاثنين", - "title": "تعريب", - "tuesday": "الثلاثاء", - "wednesday": "الاربعاء", - "thursday": "الخميس", - "friday": "الجمعة", - "saturday": "السبت", - "formatting-locale": "تنسيق التاريخ والارقام" - }, - "backup": { - "path": "مسار", - "automatic_backup": "النسخ الاحتياطي التلقائي", - "backup_now": "نسخ احتياطي الان", - "existing_backups": "النسخ الاحتياطية الموجودة", - "enable_weekly_backup": "تمكين النسخ الاختياطي الاسبوعي", - "enable_monthly_backup": "تمكين النسخ الاحتياطي الشهري", - "date-and-time": "التاريخ والوقت", - "no_backup_yet": "لايوجد نسخة احتياطية لحد الان", - "enable_daily_backup": "تمكين النسخ الاحتياطي اليومي", - "backup_database_now": "نسخ اختياطي لقاعدة البيانات الان" - }, - "etapi": { - "created": "تم الأنشاء", - "actions": "أجراءات", - "title": "ETAPI", - "existing_tokens": "الرموز الموجودة", - "token_name": "اسم الرمز", - "default_token_name": "رمز جديد", - "rename_token_title": "اعادة تسمية الرمز", - "rename_token": "اعادة تسمية هذا الرمز", - "create_token": "انشاء رمز PEAPI جديد", - "new_token_title": "رمز ETAPI جديد", - "token_created_title": "انشاء رمز ETAPI" - }, - "password": { - "heading": "كلمة المرور", - "wiki": "ويكي", - "old_password": "كلمة المرور القديمة", - "new_password": "كلمة مرور جديدة", - "change_password": "تغيير كلمة المرور", - "change_password_heading": "تغيير كلمة المرور", - "set_password_heading": "تعيين كلمة المرور", - "set_password": "تعيين كلمة المرور", - "for_more_info": "لمزيد من المعلومات.", - "protected_session_timeout_label": "انتهت مدة الجلسة المحمية:", - "protected_session_timeout": "انتهاء مهلة الجلسة المحمية", - "new_password_confirmation": "تاكيد كلمة المرور الجديدة" - }, - "shortcuts": { - "shortcuts": "أختصارات", - "description": "الوصف", - "keyboard_shortcuts": "اختصارات لوحة المفاتيح", - "action_name": "اسم الاجراء", - "default_shortcuts": "اختصارات افتراضية" - }, - "sync_2": { - "timeout_unit": "ميلي ثانية", - "note": "ملاحظة", - "save": "حفظ", - "help": "المساعدة", - "config_title": "تهيئة المزامنة", - "timeout": "انتهاء مهلة المزامنة", - "test_title": "اختبار المزامنة", - "test_button": "اختبار المزامنة", - "server_address": "عنوان نسخة الخادم", - "proxy_label": "خادم وكيل المزامنة (اخياري)" - }, - "api_log": { - "close": "أغلاق" - }, - "bookmark_switch": { - "bookmark": "علامة مرجعية", - "remove_bookmark": "ازالة الاشارة المرجعية" - }, - "editability_select": { - "auto": "تلقائي", - "read_only": "قراءة-فقط", - "always_editable": "قابل للتعديل دائما" - }, - "tab_row": { - "close": "اغلاق", - "close_tab": "اغلاق التبويب", - "new_tab": "تبويب جديد", - "close_all_tabs": "اغلاق كل علامات التبويب", - "add_new_tab": "اضافة علامة تبويب جديدة", - "close_other_tabs": "اغلاق علامات التبويب الاخرى", - "reopen_last_tab": "اعادة فتح اخر علامة تبويب مغلقة" - }, - "toc": { - "options": "خيارات", - "table_of_contents": "جدول المحتويات" - }, - "tasks": { - "due": { - "yesterday": "أمس", - "today": "اليوم", - "tomorrow": "غدٱ" + "move_note": { + "to": "الى", + "move_note": "نقل الملاحظة", + "target_parent_note": "ملاحظة الاصل الهدف", + "on_all_matched_notes": "على كل الملاحظات المطابقة" + }, + "add_relation": { + "to": "الى", + "add_relation": "اضافة علاقة", + "relation_name": "اسم العلاقة", + "target_note": "الملاحظة الهدف" + }, + "rename_relation": { + "to": "الى", + "rename_relation": "اعادة تسمية العلاقة", + "old_name": "الاسم القديم", + "new_name": "الاسم الجديد", + "rename_relation_from": "اعادة تسمية العلاقة من" + }, + "update_relation_target": { + "to": "الى", + "update_relation": "تحديث العلاقة", + "relation_name": "اسم العلاقة", + "target_note": "الملاحظة الهدف", + "update_relation_target": "تحدث علاقة الهدف", + "on_all_matched_notes": "على كل الملاحظات المطابقة" + }, + "attachments_actions": { + "download": "تنزيل", + "open_externally": "فتح خارجي", + "open_custom": "فتح مخصص", + "rename_attachment": "اعادة تسمية المرفق", + "delete_attachment": "حذف المرفق", + "upload_new_revision": "رفع مراجعة جديدة", + "copy_link_to_clipboard": "نسخ الرابط الى الحافظة", + "convert_attachment_into_note": "تحويل المرفق الى ملاحظة", + "delete_success": "تم حذف المرفق \"{{title}}\" .", + "enter_new_name": "ادخل اسم مرفق جديد" + }, + "calendar": { + "week": "أسبوع", + "month": "شهر", + "year": "سنة", + "list": "قائمة", + "today": "اليوم", + "mon": "الاثنين", + "tue": "الثلاثاء", + "wed": "الأربعاء", + "thu": "الخميس", + "fri": "الجمعة", + "sat": "السبت", + "sun": "الاحد", + "january": "يناير", + "march": "مارس", + "april": "ابريل", + "may": "مايو", + "june": "يونيو", + "july": "يوليو", + "august": "أغسطس", + "september": "سبتمبر", + "october": "اكتوبر", + "november": "نوفمبر", + "december": "ديسمبر", + "february": "فبراير", + "week_previous": "الاسبوع السابق", + "week_next": "الاسبوع التالي", + "month_previous": "الشهر السابق", + "month_next": "الشهر التالي", + "year_previous": "السنة السابقة", + "year_next": "السنة التالية", + "cannot_find_day_note": "لا يمكن ايجاد ملاحظة اليوم", + "cannot_find_week_note": "لايمكن ايجاد ملاحظة الاسبوع" + }, + "global_menu": { + "menu": "القائمة", + "options": "خيارات", + "advanced": "متقدمة", + "logout": "تسجيل خروج", + "zoom": "تكبير/تصغير", + "toggle_fullscreen": "تشغيل/ايقاف ملء الشاشة", + "zoom_out": "تصغير", + "zoom_in": "تكبير", + "configure_launchbar": "اعداد شريط الاطلاق", + "reload_frontend": "اعادة تحميل الواجهة", + "show_help": "عرض المساعدة", + "show-cheatsheet": "عرض دليل الاختصارات", + "toggle-zen-mode": "وضع التركيز", + "open_new_window": "فتح نافذة جديدة", + "reset_zoom_level": "اعادة ضبط مستوى التكبير", + "open_sql_console": "فتح لوحة تحكم SQL", + "open_search_history": "فتح سجل البحث", + "show_hidden_subtree": "اظهار الشجرة الفرعية المخفية", + "about": "حول تريليوم للملاحظات", + "open_dev_tools": "فتح ادوات المطور", + "show_backend_log": "اظهار سجل الخلفية", + "new-version-available": "متوفر تحديث جديد", + "download-update": "احصل على الاصدار{{latestVersion}}", + "switch_to_mobile_version": "التبديل الى اصدار الهاتف المحمول", + "switch_to_desktop_version": "التبديل الى اصدار سطح المكتب", + "show_shared_notes_subtree": "عرض شجرة الملاحظات المشتركة", + "open_sql_console_history": "فتح سجل لوحة تحكم SQL" + }, + "zpetne_odkazy": { + "relation": "العلاقة", + "backlink_zero": "", + "backlink_one": "{{count}} رابط راجع", + "backlink_two": "", + "backlink_few": "", + "backlink_many": "{{count}} روابط راجعة", + "backlink_other": "" + }, + "note_icon": { + "search": "بحث:", + "change_note_icon": "تغيير ايقونة الملاحظة", + "reset-default": "اعادة تعيين الى الايقونة الافتراضية" + }, + "basic_properties": { + "language": "اللغة", + "editable": "قابل للتعديل", + "note_type": "نوع الملاحظة", + "basic_properties": "الخصائص الاساسية", + "configure_code_notes": "اعداد ملاحظات الكود..." + }, + "book_properties": { + "list": "قائمة", + "expand": "توسيع", + "calendar": "التقويم", + "table": "جدول", + "board": "لوحة", + "grid": "خطوط شبكة", + "collapse": "طي", + "view_type": "نوع العرض", + "book_properties": "خصائص المجموعة", + "geo-map": "الخريطة الجغرافية", + "collapse_all_notes": "طي كل الملاحظات", + "include_archived_notes": "عرض الملاحظات المؤرشفة", + "presentation": "عرض تقديمي", + "invalid_view_type": "نوع العرض {{type}} غير صالح" + }, + "file_properties": { + "download": "تنزيل", + "open": "فتح", + "title": "ملف", + "note_id": "معرف الملاحظة", + "file_type": "نوع الملف", + "file_size": "حجم الملف", + "original_file_name": "اسم الملف الاصلي", + "upload_new_revision": "رفع مراجعة جديدة" + }, + "image_properties": { + "download": "تنزيل", + "open": "فتح", + "title": "صورة", + "file_type": "نوع الملف", + "file_size": "حجم الملف", + "original_file_name": "اسم الملف الاصلي", + "upload_new_revision": "رفع مراجعة جديدة", + "copy_reference_to_clipboard": "نسخ المرجع الى الحافظة" + }, + "note_info_widget": { + "created": "انشاء", + "type": "نوع", + "modified": "معدل", + "calculate": "حساب", + "note_id": "معرف الملاحظة", + "note_size": "حجم الملاحظة", + "title": "معلومات الملاحظة" + }, + "note_paths": { + "search": "بحث", + "archived": "مؤرشف", + "title": "مسارات الملاحظة", + "clone_button": "جار نسخ الملاحظة الى مكان جديد..." + }, + "script_executor": { + "query": "استعلام", + "script": "برنامج نصي", + "execute_query": "تنفيذ الاستعلام", + "execute_script": "تنفيذ السكربت" + }, + "search_definition": { + "ancestor": "السلف", + "limit": "الحد الاقصى", + "action": "أجراء", + "search_button": "بحث", + "debug": "تصحيح الاخطاء", + "search_string": "سلسة البحث", + "search_script": "نص البحث", + "fast_search": "بحث سريع", + "include_archived": "تضمين العناصر المؤرشفة", + "order_by": "ترتيب حسب", + "search_parameters": "معايير البحث", + "add_search_option": "اضافة خيار البحث:", + "save_to_note": "حفظ في تلملاحظة", + "limit_description": "تحديد عدد النتائج", + "search_execute": "البحث وتنفيذ الأجراءات", + "unknown_search_option": "خيار بحث غير معروف {{searchOptionName}}", + "actions_executed": "اجراءات تم تنفيذها." + }, + "ancestor": { + "label": "السلف", + "depth_label": "العمق", + "depth_doesnt_matter": "لايهم", + "direct_children": "العقد الفرعية المباشرة", + "depth_eq": "يساوي تماما {{count}}", + "depth_gt": "هو اكبر من {{count}}", + "depth_lt": "هو اصغر من {{count}}" + }, + "limit": { + "limit": "الحد الاقصى" + }, + "debug": { + "debug": "تصحيح الاخطاء" + }, + "order_by": { + "title": "عنوان", + "desc": "تنازلي", + "order_by": "ترتيب حسب", + "relevancy": "الاهمية (افتراضيا)", + "date_created": "تاريخ الانشاء", + "random": "ترتيب عشوائي", + "asc": "تصاعدي (افتراضيا)", + "content_size": "حجم محتوى الملاحظة", + "revision_count": "عدد المراجعات", + "parent_count": "عدد النسخ", + "owned_label_count": "عدد التسميات", + "owned_relation_count": "عدد العلاقات", + "date_modified": "تاريخ اخر تعديل", + "children_count": "عدد الملاحظات الفرعية" + }, + "search_string": { + "search_prefix": "بحث:", + "title_column": "سلسلة البحث:", + "search_syntax": "صياغة البحث", + "also_see": "انظر ايضا", + "error": "خطأ في البحث: {{error}}" + }, + "sync": { + "title": "مزامنة", + "force_full_sync_button": "فرض مزامنة كاملة", + "finished-successfully": "تم انتهاء المزامنة بنجاح.", + "full_sync_triggered": "تم تشغيل المزامنة الكاملة", + "failed": "فشل في المزامنة: {{message}}", + "fill_entity_changes_button": "ملء سجلات تغييرات الكيانات", + "filling_entity_changes": "جار ملء صفوف تغييرات الكيانات", + "sync_rows_filled_successfully": "تمة تعبئة بيانات المزامنة بنجاح" + }, + "fonts": { + "fonts": "خطوط", + "size": "حجم", + "serif": "خط ومزخرف", + "monospace": "خط بعرض ثابت", + "theme_defined": "النسق المحدد", + "main_font": "الخط الرئيسي", + "font_family": "عائلة الخطوط", + "reload_frontend": "اعادة تحميل الواجهة", + "generic-fonts": "الخطوط العامة", + "sans-serif": "خطوط بدون زوائد", + "system-default": "الاعداد الافتراضي للنظام", + "note_detail_font": "خط تفاصيل الملاحظة", + "note_tree_font": "خط شجرة الملاحظات", + "monospace_font": "خط احادي المسافة (للكود)", + "serif-system-fonts": "خطوط النظام المزخرفة", + "sans-serif-system-fonts": "خطوط النظام بدون زخرفة", + "monospace-system-fonts": "خطوط النظام احادية المسافة", + "handwriting-system-fonts": "خطوط النظام باسلوب الكتابة اليدوية" + }, + "confirm": { + "confirmation": "تأكيد", + "cancel": "الغاء", + "ok": "نعم", + "also_delete_note": "كذلك احذف الملاحظة" + }, + "delete_notes": { + "close": "غلق", + "cancel": "الغاء", + "ok": "نعم", + "delete_notes_preview": "حذف معاينة الملاحظات" + }, + "export": { + "close": "غلق", + "export": "تصدير", + "export_note_title": "تصدير الملاحظة", + "export_status": "حالة التصدير", + "export_finished_successfully": "اكتمل التصدير بنجاح.", + "export_in_progress": "جار التصدير: {{progressCount}}", + "choose_export_type": "اختر نوع التصدير اولا من فضلك" + }, + "help": { + "troubleshooting": "أستكشاف الاخطاء واصلاحها", + "other": "أخرى", + "title": "ورقة المراجعة السريعة", + "noteNavigation": "التنقل بين الملاحظات", + "collapseExpand": "طي/توسيع العقدة", + "notSet": "غير محدد", + "collapseSubTree": "طي الشجرة الفرعية", + "tabShortcuts": "أختصارات التبويب", + "creatingNotes": "انشاء الملاحظات", + "selectNote": "تحديد الملاحظة", + "editingNotes": "تحرير الملاحظات", + "inPageSearch": "البحث داخل الصفحة", + "markdownAutoformat": "التنسيق التلقائي باسلوب Markdown", + "openEmptyTab": "فتح علامة تبويب فارغة", + "closeActiveTab": "اغلاق علامة تبويب نشطة", + "activateNextTab": "تنشيط التبويب التالي", + "activatePreviousTab": "تنشيط التبويب السابق", + "multiSelectNote": "تحديد متعدد للملاحظة اعلاه/اسفل", + "createInternalLink": "انشاء رابط داخلي", + "reloadFrontend": "اعادة تحميل الواجهة اللمامية لتريليوم", + "showDevTools": "عرض ادوات المطور", + "showSQLConsole": "عرض وحده تحكم SQL", + "scrollToActiveNote": "مدتمرير الى الملاحظة النشطة", + "jumpToParentNote": "الانتقال الى الملاحظة الاصل", + "movingCloningNotes": "نقل/ استنساخ الملاحظات", + "deleteNotes": "حذف الملاحظة/ الشجرة الفرعية", + "collapseWholeTree": "طي شجرة الملاحظة باكملها", + "followLink": "اتبع تلرابط تحت المؤشر", + "onlyInDesktop": "في سطح المكتب فقط(Electron build)", + "createEditLink": "انشاء/ تحرير رابط خارجي", + "quickSearch": "الانتقال الى مربع البحث السريع" + }, + "import": { + "options": "خيارات", + "import": "استيراد", + "safeImport": "أستيراد آمن", + "shrinkImages": "تقليل حجم الصور", + "import-status": "حالة الاستبراد", + "importIntoNote": "استيراد الى الملاحظة", + "chooseImportFile": "اختر ملف الاستيراد", + "failed": "فشل الاستيراد: {{messege}}.", + "html_import_tags": { + "title": "علامات استيراد HTML", + "reset_button": "اعادة التعيين الى القائمة الافتراضية" + }, + "successful": "اكتمل الاستيراد بنجاح.", + "in-progress": "جار الاستيراد: {{progress}}" + }, + "include_note": { + "label_note": "ملاحظة", + "dialog_title": "تضمين ملاحظة", + "button_include": "تضمين ملاحظة", + "box_size_small": "صغير (10 سطور تقريبا)", + "box_size_medium": "متوسط ( 30 سطر تقريبا)" + }, + "info": { + "closeButton": "أغلاق", + "okButton": "نعم", + "modalTitle": "رسالة معلومات" + }, + "markdown_import": { + "import_button": "أستيراد", + "dialog_title": "استيراد Markdown" + }, + "note_type_chooser": { + "templates": "قوالب", + "builtin_templates": "القوالب المدمجة", + "modal_title": "اختر نوع الملاحظة" + }, + "prompt": { + "title": "ترقية", + "ok": "نعم", + "defaultTitle": "ترقية" + }, + "protected_session_password": { + "close_label": "أغلاق", + "modal_title": "جلسة محمية", + "start_button": "بدء جلسة محمية", + "help_title": "مساعدة حول الملاحظات المحمية" + }, + "revisions": { + "delete_button": "حذف", + "download_button": "تنزيل", + "restore_button": "أستعادة", + "note_revisions": "مراجعات الملاحظة", + "diff_on": "عرض الفروقات", + "diff_off": "عرض المحتوى", + "file_size": "حجم الملف:", + "mime": "MIME: ", + "delete_all_button": "حذف كل المراجعات", + "settings": "اعدادات مراجعة الملاحظة", + "diff_not_available": "المقارنة غير متوفرة.", + "help_title": "مساعدة حول مراجعات الملاحظة", + "diff_off_hint": "انقر لعرض محتويات الملاحظة", + "revisions_deleted": "تم حذف جميع نسخ المراجعات للملاحظة.", + "revision_restored": "تم استعادة نسخ المراجعة للملاحظة.", + "revision_deleted": "تم حذف مراجعة الملاحظة.", + "snapshot_interval": "فاصل زمني لحفظ لقطات اصدارات المراجعة: {{seconds}}", + "maximum_revisions": "حد عدد لقطات اصدارات الملاحظة: {{number}}" + }, + "sort_child_notes": { + "title": "عنوان", + "ascending": "تصاعدي", + "descending": "تنازلي", + "folders": "مجلدات", + "sort": "ترتيب", + "sorting_criteria": "معايير الترتيب", + "date_created": "تاريخ الانشاء", + "date_modified": "تاريخ التعديل", + "sorting_direction": "اتجاه الترتيب", + "natural_sort": "الترتيب الطبيعي", + "natural_sort_language": "لغات الترتيب الطبيعي", + "sort_children_by": "ترتيب العناصر الفرعية حسب...", + "sort_folders_at_top": "ترتيب المجلدات في الاعلى" + }, + "recent_changes": { + "undelete_link": "الغاء الحذف", + "title": "التغيرات الاخيرة", + "no_changes_message": "لايوجد تغيير لحد الان...", + "erase_notes_button": "مسح الملاحظات المحذوفة الان", + "deleted_notes_message": "تم حذف الملاحظات نهائيا." + }, + "edited_notes": { + "deleted": "(حذف)", + "title": "الملاحظات المعدلة" + }, + "note_properties": { + "info": "معلومات" + }, + "backend_log": { + "refresh": "تحديث" + }, + "max_content_width": { + "max_width_unit": "بكسل", + "title": "عرض المحتوى", + "max_width_label": "اقصى عرض للمحتوى" + }, + "native_title_bar": { + "enabled": "مفعل", + "disabled": "معطل" + }, + "theme": { + "theme_label": "السمة", + "layout": "تخطيط", + "layout-vertical-title": "عمودي", + "layout-horizontal-title": "أفقي", + "title": "نسق التطبيق", + "light_theme": "النسق القديم (فاتح)", + "dark_theme": "النسق القديم (داكن)", + "triliumnext-light": "تريليوم (فاتح)", + "triliumnext-dark": "تريليوم ( داكن)", + "override_theme_fonts_label": "تجاوز خطوط النسق" + }, + "ui-performance": { + "title": "أداء", + "enable-shadows": "تفعيل الضلال", + "enable-smooth-scroll": "تمكين التمرير السلس", + "enable-motion": "تمكين الانتقالات والرسوم المتحركة" + }, + "code_auto_read_only_size": { + "unit": "حروف", + "title": "الحجم التلقائي للقراءه فقط" + }, + "code-editor-options": { + "title": "محرر" + }, + "images": { + "images_section_title": "صور", + "max_image_dimensions_unit": "بكسل", + "enable_image_compression": "تمكين ضغط الصورة" + }, + "revisions_snapshot_limit": { + "snapshot_number_limit_unit": "لقطات", + "note_revisions_snapshot_limit_title": "الحد الاقصى لنسخ الملاحظات الاحتياطية" + }, + "search_engine": { + "bing": "Bing", + "duckduckgo": "DuckDuckGo", + "google": "جوجل", + "save_button": "حفظ", + "baidu": "Baidu", + "title": "محرك البحث", + "predefined_templates_label": "قوالب محرك البحث المعرفة مسبقا", + "custom_name_label": "اسم محرك البحث المخصص", + "custom_name_placeholder": "اسم محرك البحث المخصص", + "custom_url_placeholder": "تخصيص عنوان URL لمحرك البحث" + }, + "heading_style": { + "plain": "بسيط", + "underline": "تسطير", + "markdown": "نمط-Markdown", + "title": "نمط العنوان" + }, + "text_auto_read_only_size": { + "unit": "حروف", + "title": "الحجم التلقائي للقراءة فقط" + }, + "i18n": { + "language": "لغة", + "sunday": "الاحد", + "monday": "الاثنين", + "title": "تعريب", + "tuesday": "الثلاثاء", + "wednesday": "الاربعاء", + "thursday": "الخميس", + "friday": "الجمعة", + "saturday": "السبت", + "formatting-locale": "تنسيق التاريخ والارقام" + }, + "backup": { + "path": "مسار", + "automatic_backup": "النسخ الاحتياطي التلقائي", + "backup_now": "نسخ احتياطي الان", + "existing_backups": "النسخ الاحتياطية الموجودة", + "enable_weekly_backup": "تمكين النسخ الاختياطي الاسبوعي", + "enable_monthly_backup": "تمكين النسخ الاحتياطي الشهري", + "date-and-time": "التاريخ والوقت", + "no_backup_yet": "لايوجد نسخة احتياطية لحد الان", + "enable_daily_backup": "تمكين النسخ الاحتياطي اليومي", + "backup_database_now": "نسخ اختياطي لقاعدة البيانات الان" + }, + "etapi": { + "created": "تم الأنشاء", + "actions": "أجراءات", + "title": "ETAPI", + "existing_tokens": "الرموز الموجودة", + "token_name": "اسم الرمز", + "default_token_name": "رمز جديد", + "rename_token_title": "اعادة تسمية الرمز", + "rename_token": "اعادة تسمية هذا الرمز", + "create_token": "انشاء رمز PEAPI جديد", + "new_token_title": "رمز ETAPI جديد", + "token_created_title": "انشاء رمز ETAPI" + }, + "password": { + "heading": "كلمة المرور", + "wiki": "ويكي", + "old_password": "كلمة المرور القديمة", + "new_password": "كلمة مرور جديدة", + "change_password": "تغيير كلمة المرور", + "change_password_heading": "تغيير كلمة المرور", + "set_password_heading": "تعيين كلمة المرور", + "set_password": "تعيين كلمة المرور", + "for_more_info": "لمزيد من المعلومات.", + "protected_session_timeout_label": "انتهت مدة الجلسة المحمية:", + "protected_session_timeout": "انتهاء مهلة الجلسة المحمية", + "new_password_confirmation": "تاكيد كلمة المرور الجديدة" + }, + "shortcuts": { + "shortcuts": "أختصارات", + "description": "الوصف", + "keyboard_shortcuts": "اختصارات لوحة المفاتيح", + "action_name": "اسم الاجراء", + "default_shortcuts": "اختصارات افتراضية" + }, + "sync_2": { + "timeout_unit": "ميلي ثانية", + "note": "ملاحظة", + "save": "حفظ", + "help": "المساعدة", + "config_title": "تهيئة المزامنة", + "timeout": "انتهاء مهلة المزامنة", + "test_title": "اختبار المزامنة", + "test_button": "اختبار المزامنة", + "server_address": "عنوان نسخة الخادم", + "proxy_label": "خادم وكيل المزامنة (اخياري)" + }, + "api_log": { + "close": "أغلاق" + }, + "bookmark_switch": { + "bookmark": "علامة مرجعية", + "remove_bookmark": "ازالة الاشارة المرجعية" + }, + "editability_select": { + "auto": "تلقائي", + "read_only": "قراءة-فقط", + "always_editable": "قابل للتعديل دائما" + }, + "tab_row": { + "close": "اغلاق", + "close_tab": "اغلاق التبويب", + "new_tab": "تبويب جديد", + "close_all_tabs": "اغلاق كل علامات التبويب", + "add_new_tab": "اضافة علامة تبويب جديدة", + "close_other_tabs": "اغلاق علامات التبويب الاخرى", + "reopen_last_tab": "اعادة فتح اخر علامة تبويب مغلقة" + }, + "toc": { + "options": "خيارات", + "table_of_contents": "جدول المحتويات" + }, + "tasks": { + "due": { + "yesterday": "أمس", + "today": "اليوم", + "tomorrow": "غدٱ" + } + }, + "code_theme": { + "title": "المظهر", + "word_wrapping": "التفاف النص", + "color-scheme": "نظام الالوان" + }, + "table_view": { + "sort-column-ascending": "تصاعدي", + "sort-column-descending": "تنازلي", + "new-column-relation": "العلاقة", + "new-column-label": "تسمية", + "new-row": "صف جديد", + "new-column": "عمود جديد", + "sort-column-clear": "ازالة الترتيب", + "show-hide-columns": "اظهار/اخفاء الاعمدة", + "edit-column": "تحرير العمود", + "delete-column": "حذف العمود", + "row-insert-above": "ادراج صف للاعلى", + "row-insert-below": "ادراج صف للاسفل", + "row-insert-child": "ادراج ملاحظة فرعية", + "sort-column-by": "ترتيب بواسط \" {{title}}\"", + "hide-column": "اخفاء العمود \"{{title}}\"" + }, + "modal": { + "close": "اغلاق" + }, + "call_to_action": { + "dismiss": "تجاهل", + "background_effects_button": "تفعيل مؤثرات الخلفية", + "next_theme_button": "جرب النسق الجديد" + }, + "units": { + "percentage": "%" + }, + "clone_to": { + "prefix_optional": "بادئة (اختياري)", + "clone_notes_to": "استنسخ الملاحظات الى...", + "help_on_links": "مساعدة حول الارتباطات التشعبية", + "notes_to_clone": "ملاحظات للنسخ", + "target_parent_note": "الملاحظة الاصلية الهدف", + "clone_to_selected_note": "استنساخ الى الملاحظة المحددة", + "no_path_to_clone_to": "لايوجد مسار لنسخ المحتوى الية." + }, + "table_of_contents": { + "unit": "عناوين", + "title": "جدول المحتويات" + }, + "tree-context-menu": { + "archive": "أرشفة", + "unarchive": "الغاء الارشفة", + "delete": "حذف", + "advanced": "متقدمة", + "cut": "قص", + "duplicate": "استنساخ", + "export": "تصدير", + "expand-subtree": "توسيع الشجرة الفرعية", + "collapse-subtree": "طي الشجرة الفرعية", + "sort-by": "ترتيب بواسطة...", + "protect-subtree": "الشجرة الفرعية المحمية", + "unprotect-subtree": "الشجرة الفرعية الغير محمية", + "clone-to": "‍استنساخ الى...", + "move-to": "نقل الى...", + "paste-into": "لصق في", + "paste-after": "لصق بعد", + "open-in-popup": "تحرير سريع", + "hoist-note": "ابراز الملاحظة", + "unhoist-note": "الغاء ابراز الملاحظة", + "copy-clone": "نسخ / استنساخ", + "import-into-note": "استيراد الى الملاحظة", + "insert-note-after": "ادراج ملاحظة بعد", + "insert-child-note": "ادراج ملاحظة فرعية", + "search-in-subtree": "‍البحث في الشجرة الفرعية", + "edit-branch-prefix": "تعديل بادئة الفرع", + "convert-to-attachment": "التحويل الى مرفق", + "apply-bulk-actions": "‌تطبيق الاجراءات الجماعية", + "recent-changes-in-subtree": "التغييرات الاخيرة في الشجرة الفرعية" + }, + "note_types": { + "text": "نص", + "code": "كود", + "book": "مجموعة", + "canvas": "مساحة العمل", + "file": "ملف", + "image": "صورة", + "launcher": "مشغل", + "doc": "مستند", + "widget": "عنصر واجهة", + "new-feature": "جديد", + "collections": "مجاميع", + "beta-feature": "اصدار تجريبي", + "saved-search": "بحث محفوظ", + "relation-map": "خريطة العلاقة", + "note-map": "خريطة الملاحظة", + "render-note": "عرض الملاحظة", + "mermaid-diagram": "مخطط Mermaid", + "web-view": "عرض الويب", + "mind-map": "خريطة ذهنية", + "geo-map": "خريطة جغرافية", + "task-list": "قائمة المهام" + }, + "shared_switch": { + "shared": "مشترك", + "toggle-on-title": "مشاركة الملاحظة", + "toggle-off-title": "الغاء مشاركة الملاحظة" + }, + "template_switch": { + "template": "قالب" + }, + "find": { + "replace": "استبدال", + "case_sensitive": "حساسة لحالة الأحرف", + "match_words": "مطابقة الكلمات", + "replace_placeholder": "استبدال ب...", + "replace_all": "استبدال الكل", + "find_placeholder": "البحث في النص..." + }, + "highlights_list_2": { + "options": "خيارات", + "title": "قائمة التضليلات" + }, + "quick-search": { + "searching": "جار البحث...", + "placeholder": "البحث السريع", + "no-results": "لم يتم العثور على نتائج", + "show-in-full-search": "عرض في البحث الكامل" + }, + "note_tree": { + "unhoist": "ارجاع الى الترتيب الطبيعي", + "tree-settings-title": "اعدادات الشجرة", + "toggle-sidebar": "اظهار/اخفاء الشريط الجانبي", + "collapse-title": "طي شجرة الملاحظة", + "hide-archived-notes": "اخفاء الملاحظات المؤرشفة", + "automatically-collapse-notes": "طي الملاحظات تلقائيا", + "create-child-note": "انشاء ملاحظة فرعية", + "scroll-active-title": "تمرير الى الملاحظة النشطة", + "save-changes": "حفظ وتطبيق التغييرات", + "saved-search-note-refreshed": "تم تحديث ملاحظة البحث المحفوظة.", + "hoist-this-note-workspace": "تثبيت هذه الملاحظة (مساحة العمل)", + "refresh-saved-search-results": "تحديث نتائج البحث المحفوظة" + }, + "sql_table_schemas": { + "tables": "جداول" + }, + "launcher_context_menu": { + "reset": "اعادة ضبط", + "add-spacer": "اضافة فاصل", + "delete": "حذف\n", + "add-note-launcher": "اضافة مشغل الملاحظة", + "add-script-launcher": "اضافة مشغل السكريبت", + "add-custom-widget": "اضافة عنصر واجهة مخصص", + "move-to-visible-launchers": "نقل الى المشغلات المرئية", + "move-to-available-launchers": "نقل الى المشغلات المتوفرة", + "duplicate-launcher": "تكرار المشغل " + }, + "editable_text": { + "auto-detect-language": "تم اكتشافه تلقائيا" + }, + "classic_editor_toolbar": { + "title": "تنسيق" + }, + "editor": { + "title": "محرر" + }, + "editing": { + "editor_type": { + "floating": { + "title": "عائم" + }, + "fixed": { + "title": "مثبت" + }, + "label": "شريط ادوات التنسيق" + } + }, + "electron_context_menu": { + "cut": "قص", + "copy": "نسخ", + "paste": "لصق", + "copy-link": "نسخ الرابط", + "add-term-to-dictionary": "اضافة \"{{term}}\" الى القاموس", + "paste-as-plain-text": "لصق كنص عادي" + }, + "promoted_attributes": { + "url_placeholder": "http://website...", + "promoted_attributes": "السمات المعززة", + "unset-field-placeholder": "غير محدد", + "open_external_link": "فتح رابط خارجي", + "add_new_attribute": "اضافة سمة جديدة", + "remove_this_attribute": "حذف هذه السمة", + "unknown_label_type": "نوع التسمية {{type}} غير معروف", + "unknown_attribute_type": "نوع السمة {{type}} غير معروف", + "remove_color": "حذف لون التسمية" + }, + "duration": { + "seconds": "ثواني", + "minutes": "دقائق", + "hours": "ساعات", + "days": "أيام" + }, + "editorfeatures": { + "title": "مميزات", + "note_completion_enabled": "تمكين الاكمال التلقائي للملاحظة", + "emoji_completion_enabled": "تفعيل الاكمال التلقائي للرموز التعبيرية", + "slash_commands_enabled": "تفعيل اوامر Slash" + }, + "book_properties_config": { + "raster": "نقطي", + "hide-weekends": "اخفاء عطلات نهايات الاسبوع", + "map-style": "نمط الخريطة:", + "vector_light": "متجه (فاتح)", + "vector_dark": "متجه (داكن)", + "show-scale": "اظهار المقياس", + "display-week-numbers": "اظهار ارقام الاسابيع", + "max-nesting-depth": "العمق الاقصى للتداخل:" + }, + "multi_factor_authentication": { + "oauth_title": "OAuth/OpenID", + "title": "المصادقة متعددة العوامل", + "mfa_method": "طريقة المصادقة متعددة العوامل", + "oauth_user_account": "حساب المستخدم: ", + "oauth_user_email": "البريد الإلكتروني للمستخدم: ", + "recovery_keys_used": "مستخدم: {{date}}", + "mfa_enabled": "تمكين المصادقة متعددة العوامل", + "recovery_keys_generate": "انشاء رموز الاسترداد", + "recovery_keys_regenerate": "اعادة انشاء رموز الاسترداد", + "oauth_user_not_logged_in": "لم يتم تسجيل الدخول!", + "totp_secret_generate": "توليد TOTP السري", + "totp_secret_regenerate": "اعادة توليد TOTP السري", + "totp_secret_generated": "تم انشاء TOTP السري", + "oauth_missing_vars": "اعدادات مفقودة: {{-variables}}", + "totp_secret_title": "توليد TOTP سري", + "totp_title": "كلمة مرور لمرة واحدة معتمدة على الوقت (TOTP)", + "recovery_keys_title": "مفاتيح استرداد تسجيل الدخول الاحادي", + "recovery_keys_error": "حدث خطأ اثناء توليد رموز الاسترجاع", + "recovery_keys_no_key_set": "لاتوجد رموز استرجاع معينة" + }, + "execute_script": { + "execute_script": "تنفيذ السكريبت" + }, + "add_label": { + "add_label": "اضافة تسمية", + "to_value": "الى القيمة", + "new_value_placeholder": "قيمة جديدة", + "label_name_placeholder": "اسم التسمية", + "help_text": "عل كل الملاحظات المطابقة:" + }, + "delete_label": { + "delete_label": "حذف التسمية", + "label_name_placeholder": "اسم التسمية" + }, + "update_label_value": { + "to_value": "الى القيمة", + "new_value_placeholder": "قيمة جديدة", + "label_name_placeholder": "اسم التسمية", + "update_label_value": "تحديث قيمة التصنيف" + }, + "delete_note": { + "delete_note": "حذف الملاحظة", + "delete_matched_notes": "حف الملاحظات المطابقة", + "delete_matched_notes_description": "سوف يؤدي هذا الى حذف الملاحظات المطابقة." + }, + "rename_note": { + "rename_note": "اعادة تسمية الملاحظة", + "new_note_title": "عنوان ملاحظة جديد", + "rename_note_title_to": "اعادة تسمية عنوان الملاحظة الى" + }, + "delete_relation": { + "delete_relation": "حذف العلاقة", + "relation_name": "اسم العلاقة" + }, + "left_pane_toggle": { + "show_panel": "عرض اللوحة", + "hide_panel": "اخفاء اللوحة" + }, + "move_pane_button": { + "move_left": "تحريك الى اليسار", + "move_right": "تحريك الى اليمين" + }, + "note_actions": { + "re_render_note": "اعادة عرض الملاحظة", + "note_source": "مصدر الملاحظة", + "note_attachments": "مرفقات الملاحظة", + "import_files": "استيراد الملفات", + "export_note": "تصدير الملاحظة", + "delete_note": "حذف الملاحظة", + "print_note": "طباعة الملاحظة", + "save_revision": "حفظ المراجعة", + "convert_into_attachment": "تحويل الى مرفق", + "search_in_note": "بحث في الملاحظة", + "open_note_externally": "فتح الملاحظة خارجيا", + "open_note_custom": "فتح ملاحظة مخصص", + "print_pdf": "تصدير كملف PDF...", + "convert_into_attachment_failed": "فشل تحويل الملاحظة {{title}}." + }, + "update_available": { + "update_available": "تحديث متوفر" + }, + "code_buttons": { + "execute_button_title": "تنفيذ السكريبت", + "save_to_note_button_title": "حفظ في الملاحظا", + "opening_api_docs_message": "جاري فتح مستدات API...", + "trilium_api_docs_button_title": "فتح مستندات API لتريليوم" + }, + "hide_floating_buttons_button": { + "button_title": "اخفاء الازرار" + }, + "show_floating_buttons_button": { + "button_title": "عرض الازرار" + }, + "relation_map_buttons": { + "zoom_in_title": "تكبير", + "zoom_out_title": "تصغير" + }, + "inherited_attribute_list": { + "title": "السمات الموروثة", + "no_inherited_attributes": "لاتوجد سمات موروثة." + }, + "note_map": { + "title": "خريطة الملاحظة", + "fix-nodes": "اصلاح العقد", + "link-distance": "مسافة الرابط", + "open_full": "توسيع للعرض الكامل", + "collapse": "طي الى الحجم الطبيعي" + }, + "owned_attribute_list": { + "owned_attributes": "السمات المملوكة" + }, + "similar_notes": { + "title": "ملاحظات مشابهة", + "no_similar_notes_found": "لاتوجد ملاحظة مشابهة." + }, + "fast_search": { + "fast_search": "بحث سريع" + }, + "search_script": { + "title": "نص البحث:", + "example_title": "انظر هذا المثال:" + }, + "attachment_detail": { + "owning_note": "الملاحظة المالكة: ", + "list_of_all_attachments": "قائمة بكل المرفقات" + }, + "attachment_list": { + "owning_note": "الملاحظة المالكة: ", + "upload_attachments": "رفع المرفقات" + }, + "protected_session": { + "wrong_password": "كلمة المرور خاطئة", + "protecting-title": "الحالة المحمية", + "unprotecting-title": "الحالة الغير محمية", + "protecting-finished-successfully": "تم الحماية بنجاح.", + "unprotecting-finished-successfully": "تم ازالة الحماية بنجاح.", + "start_session_button": "البدء بالجلسة المحمية enter", + "protecting-in-progress": "جار الحماية: {{count}}", + "unprotecting-in-progress-count": "‏جار الغاء الحماية: {{count}}" + }, + "relation_map": { + "remove_note": "حذف الملاحظة", + "edit_title": "تعديل العنوان", + "rename_note": "اعادة تسمية الملاحظة", + "remove_relation": "حذف العلاقة", + "default_new_note_title": "ملاحظة جديدة", + "open_in_new_tab": "فتح في تبويب جديد", + "enter_new_title": "ادخل عنوان ملاحظة جديدة:", + "note_not_found": "الملاحظة {{noteId}} غير موجودة!", + "cannot_match_transform": "تعذر مطابقة التحويل: {{transform}}" + }, + "web_view": { + "web_view": "عرض الويب" + }, + "consistency_checks": { + "title": "فحوصات التناسق" + }, + "database_anonymization": { + "title": "اخفاء هوية البيانات", + "full_anonymization": "الاخفاء الكامل للهوية", + "light_anonymization": "الاخفاء الجزئي للهوية", + "existing_anonymized_databases": "قواعد البيانات المجهولة الحالية", + "save_fully_anonymized_database": "حفظ قاعدة البيانات بعد اخفاء كل الهويات", + "save_lightly_anonymized_database": "حفظ قاعدةةبيانات مخفية جزئيا", + "creating_fully_anonymized_database": "انشاء قاعدة بيانات مجهولة بالكامل", + "creating_lightly_anonymized_database": "انشاء قاعدةة بيانات مجهولة جزئيا...", + "no_anonymized_database_yet": "لاتوجد قاعدة بيانات مجهولة بعد." + }, + "vacuum_database": { + "title": "تحرير مساحة قاعدة البيانات", + "button_text": "تحرير مساحة قاعدة البيانات", + "vacuuming_database": "جار تحرير مساحة قاعدة الييانات...", + "database_vacuumed": "تم تنظيف قاعدة البيانات" + }, + "ribbon": { + "widgets": "ادوات الشريط" + }, + "vim_key_bindings": { + "use_vim_keybindings_in_code_notes": "اختصارات لوحة المفاتيح باسلوب Vim" + }, + "network_connections": { + "network_connections_title": "اتصالات الشبكة", + "check_for_updates": "‪التحقق من وجود تحديثات تلقائية" + }, + "tray": { + "title": "شريط النظام" + }, + "highlights_list": { + "title": "قائمة النقاط المميزة", + "bold": "نص عريض", + "italic": "نص مائل", + "underline": "خط تحت النص", + "color": "نص ملون", + "visibility_title": "اظهار قائمة التضليلات", + "bg_color": "نص مع لون خلفية" + }, + "revisions_button": { + "note_revisions": "مراجعات الملاحظة" + }, + "custom_date_time_format": { + "format_string": "سلسلة التنسيق:", + "formatted_time": "التاريخ/الوقت المنسق:", + "title": "تنسيق تاريخ/وقت مخصص" + }, + "options_widget": { + "options_status": "حالة الخيارات" + }, + "spellcheck": { + "title": "التدقيق الاملائي", + "enable": "تفعيل التدقيق الاملائي", + "language_code_label": "رمز اللغة او رموز اللغات", + "available_language_codes_label": "رموز اللغات المتاحة:", + "language_code_placeholder": "على سبيل المثال \"en-US\", \"de-AI\"" + }, + "note-map": { + "button-link-map": "خريطة الروابط", + "button-tree-map": "خريطة الشجرة" + }, + "spacer": { + "configure_launchbar": "تهيئة شريط الاطلاق" + }, + "entrypoints": { + "note-executed": "تم تنفيذ الملاحظة." + }, + "branches": { + "delete-status": "حالة الحذف", + "delete-finished-successfully": "تم الحذف بنجاح.", + "cannot-move-notes-here": "لايمكن نقل الملاحظات الى هنا.", + "undeleting-notes-finished-successfully": "تم استرجاع الملاحظات بنجاح." + }, + "highlighting": { + "title": "كتل الكود", + "color-scheme": "نظام الالوان" + }, + "code_block": { + "word_wrapping": "التفاف النص", + "theme_group_light": "الثيمات الفاتحة", + "theme_group_dark": "الثيمات الغامقة", + "copy_title": "نسخ الى الحافظة", + "theme_none": "بدون تمييز الصياغة" + }, + "link_context_menu": { + "open_note_in_popup": "تحرير سريع" + }, + "electron_integration": { + "desktop-application": "تطبيقات سطح المكتب", + "zoom-factor": "عامل التكبير", + "native-title-bar": "شريط العنوان الاصلي" + }, + "note_tooltip": { + "quick-edit": "التحرير السريع", + "note-has-been-deleted": "تم حذف الملاحظة." + }, + "geo-map-context": { + "open-location": "فتح الموقع", + "remove-from-map": "ازالة من الخريطة" + }, + "share": { + "title": "اعدادات المشاركة", + "check_share_root": "التحقق من حالة جذر المشاركة" + }, + "note_language": { + "not_set": "غير محدد", + "configure-languages": "لغات التهيئة" + }, + "content_language": { + "title": "لغات المحتوى" + }, + "toggle_read_only_button": { + "unlock-editing": "الغاء قفل التحرير", + "lock-editing": "قفل التحرير" + }, + "cpu_arch_warning": { + "continue_anyway": "المتابعة على اي حال", + "download_link": "تنزيل النسخة الاصلية" + }, + "table_context_menu": { + "delete_row": "حذف الصف" + }, + "board_view": { + "delete-note": "حذف الملاحظة...", + "archive-note": "ارشفة الملاحظة", + "unarchive-note": "الغاء ارشفة الملاحظة", + "move-to": "نقل الى", + "insert-above": "ادراج اعلاه", + "insert-below": "ادراج ادناه", + "delete-column": "حذف العمود", + "new-item": "عنصر جديد", + "add-column": "اضافة عمود", + "new-item-placeholder": "ادخل عنوان الملاحظة...", + "add-column-placeholder": "ادخل اسم العمود...", + "remove-from-board": "ازالة من اللوحة" + }, + "command_palette": { + "export_note_title": "تصدير ملاحظة", + "show_attachments_title": "عرض المرفقات", + "search_notes_title": "البحث في الملاحظات", + "tree-action-name": "شجرة: {{name}}", + "export_note_description": "تصدر الملاحظة الحالية", + "show_attachments_description": "عرض مرفقات الملاحظة", + "search_notes_description": "فتح البحث المتقدم", + "search_subtree_title": "بحث في الشجرة الفرعية", + "search_history_title": "عرص سجل البحث", + "search_history_description": "عرض البحث السابق", + "configure_launch_bar_title": "تكوين شريط الاطلاق", + "search_subtree_description": "البحث ضمن الشجرة الفرعية الحالية" + }, + "content_renderer": { + "open_externally": "فتح خارجيا" + }, + "settings": { + "related_settings": "اعدادات متعلقة" + }, + "pagination": { + "total_notes": "{{count}} ملاحظات" + }, + "mobile_detail_menu": { + "note_revisions": "مراجعات الملاحظة", + "insert_child_note": "ادراج ملاحظة فرعية", + "delete_this_note": "حذف هذه الملاحظة", + "error_unrecognized_command": "امر غير معروف {{command}}" + }, + "move_to": { + "notes_to_move": "الملاحظات المراد نقلها", + "target_parent_note": "ملاحظة الاصل الهدف", + "dialog_title": "انقل الملاحظات الى...", + "move_button": "نقل الىالملاحظة المحددة", + "error_no_path": "لايوجد مسار لنقل العنصر الية." + }, + "delete_revisions": { + "delete_note_revisions": "حذف مراجعات الملاحظة" + }, + "close_pane_button": { + "close_this_pane": "اغلاق هذه اللوحة" + }, + "create_pane_button": { + "create_new_split": "انشاء تقسيم جديد" + }, + "edit_button": { + "edit_this_note": "تعديل هذه الملاحظة" + }, + "include_archived_notes": { + "include_archived_notes": "تضمين الملاحظات المؤرشفة" + }, + "book": { + "drag_locked_title": "مقفلة للتعديل" + }, + "database_integrity_check": { + "title": "فحص سلامة قاعدة البيانات", + "check_button": "التحقق من سلامة قاعدة البيانات", + "checking_integrity": "جار التحقق من سلامة قاعدة البيانات...", + "integrity_check_failed": "فشل التحقق من السلامة: {{results}}" + }, + "watched_file_update_status": { + "upload_modified_file": "رفع الملف المعدل", + "ignore_this_change": "اهمل هذا التغيير" + }, + "clipboard": { + "copy_success": "تم النسخ للحافظة." + }, + "note_autocomplete": { + "clear-text-field": "مسح حقل النص", + "show-recent-notes": "عرض الملاحظات الاخيرة", + "full-text-search": "البحث بالنص الكامل", + "search-for": "بحث ل \"{{term}}\"" + }, + "protect_note": { + "toggle-off": "ازالة الحماية عن الملاحظة", + "toggle-on": "حماية الملاحظة" + }, + "open-help-page": "فتح صفحة المساعدة", + "empty": { + "enter_workspace": "ادخل مساحة العمل {{title}}" + }, + "attribute_editor": { + "save_attributes": "حفظ السمات ", + "add_a_new_attribute": "اضافة سمة جديدة", + "add_new_label_definition": "اضافة تعريف لتسمية جديدة", + "add_new_relation_definition": "اضافة تعريف لعلاقة جديدة", + "add_new_relation": "اضافة علاقة جديدة " + }, + "zen_mode": { + "button_exit": "الخروج من وضع Zen" + }, + "attachment_erasure_timeout": { + "attachment_erasure_timeout": "مهلة مسح المرفقات", + "erase_attachments_after": "حذف المرفقات الغير مستخدمة بعد:" + }, + "note_erasure_timeout": { + "note_erasure_timeout_title": "مهلة مسح الملاحظة", + "erase_notes_after": "مسح الملاحظات بعد:", + "erase_deleted_notes_now": "مسح الملاحظات المحذوفة الان" + }, + "ws": { + "sync-check-failed": "فشل التحقق من المزامنة!" + }, + "show_highlights_list_widget_button": { + "show_highlights_list": "عرض قائمة التضليلات" + }, + "presentation_view": { + "start-presentation": "بدء العرض التقديمي", + "edit-slide": "تعديل هذه الشريحة" + }, + "jump_to_note": { + "search_button": "البحث في النص الكامل" + }, + "password_not_set": { + "title": "لم يتم تعيين كلمة المرور", + "go_to_password_options": "اذهب الى خيارات كلمة المرور" + }, + "abstract_bulk_action": { + "remove_this_search_action": "حذف اجراء البحث هذا" + }, + "show_toc_widget_button": { + "show_toc": "عرض جدول المحتويات" + }, + "svg_export_button": { + "button_title": "تصدير المخطط ك SVG" + }, + "abstract_search_option": { + "remove_this_search_option": "حذف خيار البحث هذا" + }, + "revisions_snapshot_interval": { + "note_revisions_snapshot_interval_title": "الفاصل الزمني لنسخ الملاحظات الاحتياطية" + }, + "note_detail": { + "printing": "جار الطباعة ..." + }, + "attachment_detail_2": { + "role_and_size": "الدور: {{role}}، الحجم: {{size}}", + "unrecognized_role": "دور المرفق '{{role}}'الغير معروف." + }, + "title_bar_buttons": { + "window-on-top": "ابقاء النافذة في الاعلى" + }, + "note_title": { + "placeholder": "اكتب عنوان الملاحظة هنا..." + }, + "image_context_menu": { + "copy_reference_to_clipboard": "نسخ المرجع الى الحافظة", + "copy_image_to_clipboard": "نسخ الصورة الى الحافظة" + }, + "geo-map": { + "unable-to-load-map": "تعذر تحميل الخريطة." + }, + "content_widget": { + "unknown_widget": "عنصر واجهة غير معروف للمعرف \"{{id}}\"." + }, + "png_export_button": { + "button_title": "تصدير المخطط كملف PNG" + }, + "protected_session_status": { + "inactive": "انقر للدخول الى جلسة محمية" } - }, - "code_theme": { - "title": "المظهر", - "word_wrapping": "التفاف النص", - "color-scheme": "نظام الالوان" - }, - "table_view": { - "sort-column-ascending": "تصاعدي", - "sort-column-descending": "تنازلي", - "new-column-relation": "العلاقة", - "new-column-label": "تسمية", - "new-row": "صف جديد", - "new-column": "عمود جديد", - "sort-column-clear": "ازالة الترتيب", - "show-hide-columns": "اظهار/اخفاء الاعمدة", - "edit-column": "تحرير العمود", - "delete-column": "حذف العمود", - "row-insert-above": "ادراج صف للاعلى", - "row-insert-below": "ادراج صف للاسفل", - "row-insert-child": "ادراج ملاحظة فرعية", - "sort-column-by": "ترتيب بواسط \" {{title}}\"", - "hide-column": "اخفاء العمود \"{{title}}\"" - }, - "modal": { - "close": "اغلاق" - }, - "call_to_action": { - "dismiss": "تجاهل", - "background_effects_button": "تفعيل مؤثرات الخلفية", - "next_theme_button": "جرب النسق الجديد" - }, - "units": { - "percentage": "%" - }, - "clone_to": { - "prefix_optional": "بادئة (اختياري)", - "clone_notes_to": "استنسخ الملاحظات الى...", - "help_on_links": "مساعدة حول الارتباطات التشعبية", - "notes_to_clone": "ملاحظات للنسخ", - "target_parent_note": "الملاحظة الاصلية الهدف", - "clone_to_selected_note": "استنساخ الى الملاحظة المحددة", - "no_path_to_clone_to": "لايوجد مسار لنسخ المحتوى الية." - }, - "table_of_contents": { - "unit": "عناوين", - "title": "جدول المحتويات" - }, - "tree-context-menu": { - "archive": "أرشفة", - "unarchive": "الغاء الارشفة", - "delete": "حذف", - "advanced": "متقدمة", - "cut": "قص", - "duplicate": "استنساخ", - "export": "تصدير", - "expand-subtree": "توسيع الشجرة الفرعية", - "collapse-subtree": "طي الشجرة الفرعية", - "sort-by": "ترتيب بواسطة...", - "protect-subtree": "الشجرة الفرعية المحمية", - "unprotect-subtree": "الشجرة الفرعية الغير محمية", - "clone-to": "‍استنساخ الى...", - "move-to": "نقل الى...", - "paste-into": "لصق في", - "paste-after": "لصق بعد", - "open-in-popup": "تحرير سريع", - "hoist-note": "ابراز الملاحظة", - "unhoist-note": "الغاء ابراز الملاحظة", - "copy-clone": "نسخ / استنساخ", - "import-into-note": "استيراد الى الملاحظة", - "insert-note-after": "ادراج ملاحظة بعد", - "insert-child-note": "ادراج ملاحظة فرعية", - "search-in-subtree": "‍البحث في الشجرة الفرعية", - "edit-branch-prefix": "تعديل بادئة الفرع", - "convert-to-attachment": "التحويل الى مرفق", - "apply-bulk-actions": "‌تطبيق الاجراءات الجماعية", - "recent-changes-in-subtree": "التغييرات الاخيرة في الشجرة الفرعية" - }, - "note_types": { - "text": "نص", - "code": "كود", - "book": "مجموعة", - "canvas": "مساحة العمل", - "file": "ملف", - "image": "صورة", - "launcher": "مشغل", - "doc": "مستند", - "widget": "عنصر واجهة", - "new-feature": "جديد", - "collections": "مجاميع", - "beta-feature": "اصدار تجريبي", - "saved-search": "بحث محفوظ", - "relation-map": "خريطة العلاقة", - "note-map": "خريطة الملاحظة", - "render-note": "عرض الملاحظة", - "mermaid-diagram": "مخطط Mermaid", - "web-view": "عرض الويب", - "mind-map": "خريطة ذهنية", - "geo-map": "خريطة جغرافية", - "ai-chat": "دردشة AI", - "task-list": "قائمة المهام" - }, - "shared_switch": { - "shared": "مشترك", - "toggle-on-title": "مشاركة الملاحظة", - "toggle-off-title": "الغاء مشاركة الملاحظة" - }, - "template_switch": { - "template": "قالب" - }, - "find": { - "replace": "استبدال", - "case_sensitive": "حساسة لحالة الأحرف", - "match_words": "مطابقة الكلمات", - "replace_placeholder": "استبدال ب...", - "replace_all": "استبدال الكل", - "find_placeholder": "البحث في النص..." - }, - "highlights_list_2": { - "options": "خيارات", - "title": "قائمة التضليلات" - }, - "quick-search": { - "searching": "جار البحث...", - "placeholder": "البحث السريع", - "no-results": "لم يتم العثور على نتائج", - "show-in-full-search": "عرض في البحث الكامل" - }, - "note_tree": { - "unhoist": "ارجاع الى الترتيب الطبيعي", - "tree-settings-title": "اعدادات الشجرة", - "toggle-sidebar": "اظهار/اخفاء الشريط الجانبي", - "collapse-title": "طي شجرة الملاحظة", - "hide-archived-notes": "اخفاء الملاحظات المؤرشفة", - "automatically-collapse-notes": "طي الملاحظات تلقائيا", - "create-child-note": "انشاء ملاحظة فرعية", - "scroll-active-title": "تمرير الى الملاحظة النشطة", - "save-changes": "حفظ وتطبيق التغييرات", - "saved-search-note-refreshed": "تم تحديث ملاحظة البحث المحفوظة.", - "hoist-this-note-workspace": "تثبيت هذه الملاحظة (مساحة العمل)", - "refresh-saved-search-results": "تحديث نتائج البحث المحفوظة" - }, - "sql_table_schemas": { - "tables": "جداول" - }, - "launcher_context_menu": { - "reset": "اعادة ضبط", - "add-spacer": "اضافة فاصل", - "delete": "حذف\n", - "add-note-launcher": "اضافة مشغل الملاحظة", - "add-script-launcher": "اضافة مشغل السكريبت", - "add-custom-widget": "اضافة عنصر واجهة مخصص", - "move-to-visible-launchers": "نقل الى المشغلات المرئية", - "move-to-available-launchers": "نقل الى المشغلات المتوفرة", - "duplicate-launcher": "تكرار المشغل " - }, - "editable_text": { - "auto-detect-language": "تم اكتشافه تلقائيا" - }, - "classic_editor_toolbar": { - "title": "تنسيق" - }, - "editor": { - "title": "محرر" - }, - "editing": { - "editor_type": { - "floating": { - "title": "عائم" - }, - "fixed": { - "title": "مثبت" - }, - "label": "شريط ادوات التنسيق" - } - }, - "electron_context_menu": { - "cut": "قص", - "copy": "نسخ", - "paste": "لصق", - "copy-link": "نسخ الرابط", - "add-term-to-dictionary": "اضافة \"{{term}}\" الى القاموس", - "paste-as-plain-text": "لصق كنص عادي" - }, - "promoted_attributes": { - "url_placeholder": "http://website...", - "promoted_attributes": "السمات المعززة", - "unset-field-placeholder": "غير محدد", - "open_external_link": "فتح رابط خارجي", - "add_new_attribute": "اضافة سمة جديدة", - "remove_this_attribute": "حذف هذه السمة", - "unknown_label_type": "نوع التسمية {{type}} غير معروف", - "unknown_attribute_type": "نوع السمة {{type}} غير معروف", - "remove_color": "حذف لون التسمية" - }, - "duration": { - "seconds": "ثواني", - "minutes": "دقائق", - "hours": "ساعات", - "days": "أيام" - }, - "editorfeatures": { - "title": "مميزات", - "note_completion_enabled": "تمكين الاكمال التلقائي للملاحظة", - "emoji_completion_enabled": "تفعيل الاكمال التلقائي للرموز التعبيرية", - "slash_commands_enabled": "تفعيل اوامر Slash" - }, - "book_properties_config": { - "raster": "نقطي", - "hide-weekends": "اخفاء عطلات نهايات الاسبوع", - "map-style": "نمط الخريطة:", - "vector_light": "متجه (فاتح)", - "vector_dark": "متجه (داكن)", - "show-scale": "اظهار المقياس", - "display-week-numbers": "اظهار ارقام الاسابيع", - "max-nesting-depth": "العمق الاقصى للتداخل:" - }, - "multi_factor_authentication": { - "oauth_title": "OAuth/OpenID", - "title": "المصادقة متعددة العوامل", - "mfa_method": "طريقة المصادقة متعددة العوامل", - "oauth_user_account": "حساب المستخدم: ", - "oauth_user_email": "البريد الإلكتروني للمستخدم: ", - "recovery_keys_used": "مستخدم: {{date}}", - "mfa_enabled": "تمكين المصادقة متعددة العوامل", - "recovery_keys_generate": "انشاء رموز الاسترداد", - "recovery_keys_regenerate": "اعادة انشاء رموز الاسترداد", - "oauth_user_not_logged_in": "لم يتم تسجيل الدخول!", - "totp_secret_generate": "توليد TOTP السري", - "totp_secret_regenerate": "اعادة توليد TOTP السري", - "totp_secret_generated": "تم انشاء TOTP السري", - "oauth_missing_vars": "اعدادات مفقودة: {{-variables}}", - "totp_secret_title": "توليد TOTP سري", - "totp_title": "كلمة مرور لمرة واحدة معتمدة على الوقت (TOTP)", - "recovery_keys_title": "مفاتيح استرداد تسجيل الدخول الاحادي", - "recovery_keys_error": "حدث خطأ اثناء توليد رموز الاسترجاع", - "recovery_keys_no_key_set": "لاتوجد رموز استرجاع معينة" - }, - "execute_script": { - "execute_script": "تنفيذ السكريبت" - }, - "add_label": { - "add_label": "اضافة تسمية", - "to_value": "الى القيمة", - "new_value_placeholder": "قيمة جديدة", - "label_name_placeholder": "اسم التسمية", - "help_text": "عل كل الملاحظات المطابقة:" - }, - "delete_label": { - "delete_label": "حذف التسمية", - "label_name_placeholder": "اسم التسمية" - }, - "update_label_value": { - "to_value": "الى القيمة", - "new_value_placeholder": "قيمة جديدة", - "label_name_placeholder": "اسم التسمية", - "update_label_value": "تحديث قيمة التصنيف" - }, - "delete_note": { - "delete_note": "حذف الملاحظة", - "delete_matched_notes": "حف الملاحظات المطابقة", - "delete_matched_notes_description": "سوف يؤدي هذا الى حذف الملاحظات المطابقة." - }, - "rename_note": { - "rename_note": "اعادة تسمية الملاحظة", - "new_note_title": "عنوان ملاحظة جديد", - "rename_note_title_to": "اعادة تسمية عنوان الملاحظة الى" - }, - "delete_relation": { - "delete_relation": "حذف العلاقة", - "relation_name": "اسم العلاقة" - }, - "left_pane_toggle": { - "show_panel": "عرض اللوحة", - "hide_panel": "اخفاء اللوحة" - }, - "move_pane_button": { - "move_left": "تحريك الى اليسار", - "move_right": "تحريك الى اليمين" - }, - "note_actions": { - "re_render_note": "اعادة عرض الملاحظة", - "note_source": "مصدر الملاحظة", - "note_attachments": "مرفقات الملاحظة", - "import_files": "استيراد الملفات", - "export_note": "تصدير الملاحظة", - "delete_note": "حذف الملاحظة", - "print_note": "طباعة الملاحظة", - "save_revision": "حفظ المراجعة", - "convert_into_attachment": "تحويل الى مرفق", - "search_in_note": "بحث في الملاحظة", - "open_note_externally": "فتح الملاحظة خارجيا", - "open_note_custom": "فتح ملاحظة مخصص", - "print_pdf": "تصدير كملف PDF...", - "convert_into_attachment_failed": "فشل تحويل الملاحظة {{title}}." - }, - "update_available": { - "update_available": "تحديث متوفر" - }, - "code_buttons": { - "execute_button_title": "تنفيذ السكريبت", - "save_to_note_button_title": "حفظ في الملاحظا", - "opening_api_docs_message": "جاري فتح مستدات API...", - "trilium_api_docs_button_title": "فتح مستندات API لتريليوم" - }, - "hide_floating_buttons_button": { - "button_title": "اخفاء الازرار" - }, - "show_floating_buttons_button": { - "button_title": "عرض الازرار" - }, - "relation_map_buttons": { - "zoom_in_title": "تكبير", - "zoom_out_title": "تصغير" - }, - "inherited_attribute_list": { - "title": "السمات الموروثة", - "no_inherited_attributes": "لاتوجد سمات موروثة." - }, - "note_map": { - "title": "خريطة الملاحظة", - "fix-nodes": "اصلاح العقد", - "link-distance": "مسافة الرابط", - "open_full": "توسيع للعرض الكامل", - "collapse": "طي الى الحجم الطبيعي" - }, - "owned_attribute_list": { - "owned_attributes": "السمات المملوكة" - }, - "similar_notes": { - "title": "ملاحظات مشابهة", - "no_similar_notes_found": "لاتوجد ملاحظة مشابهة." - }, - "fast_search": { - "fast_search": "بحث سريع" - }, - "search_script": { - "title": "نص البحث:", - "example_title": "انظر هذا المثال:" - }, - "attachment_detail": { - "owning_note": "الملاحظة المالكة: ", - "list_of_all_attachments": "قائمة بكل المرفقات" - }, - "attachment_list": { - "owning_note": "الملاحظة المالكة: ", - "upload_attachments": "رفع المرفقات" - }, - "protected_session": { - "wrong_password": "كلمة المرور خاطئة", - "protecting-title": "الحالة المحمية", - "unprotecting-title": "الحالة الغير محمية", - "protecting-finished-successfully": "تم الحماية بنجاح.", - "unprotecting-finished-successfully": "تم ازالة الحماية بنجاح.", - "start_session_button": "البدء بالجلسة المحمية enter", - "protecting-in-progress": "جار الحماية: {{count}}", - "unprotecting-in-progress-count": "‏جار الغاء الحماية: {{count}}" - }, - "relation_map": { - "remove_note": "حذف الملاحظة", - "edit_title": "تعديل العنوان", - "rename_note": "اعادة تسمية الملاحظة", - "remove_relation": "حذف العلاقة", - "default_new_note_title": "ملاحظة جديدة", - "open_in_new_tab": "فتح في تبويب جديد", - "enter_new_title": "ادخل عنوان ملاحظة جديدة:", - "note_not_found": "الملاحظة {{noteId}} غير موجودة!", - "cannot_match_transform": "تعذر مطابقة التحويل: {{transform}}" - }, - "web_view": { - "web_view": "عرض الويب" - }, - "consistency_checks": { - "title": "فحوصات التناسق" - }, - "database_anonymization": { - "title": "اخفاء هوية البيانات", - "full_anonymization": "الاخفاء الكامل للهوية", - "light_anonymization": "الاخفاء الجزئي للهوية", - "existing_anonymized_databases": "قواعد البيانات المجهولة الحالية", - "save_fully_anonymized_database": "حفظ قاعدة البيانات بعد اخفاء كل الهويات", - "save_lightly_anonymized_database": "حفظ قاعدةةبيانات مخفية جزئيا", - "creating_fully_anonymized_database": "انشاء قاعدة بيانات مجهولة بالكامل", - "creating_lightly_anonymized_database": "انشاء قاعدةة بيانات مجهولة جزئيا...", - "no_anonymized_database_yet": "لاتوجد قاعدة بيانات مجهولة بعد." - }, - "vacuum_database": { - "title": "تحرير مساحة قاعدة البيانات", - "button_text": "تحرير مساحة قاعدة البيانات", - "vacuuming_database": "جار تحرير مساحة قاعدة الييانات...", - "database_vacuumed": "تم تنظيف قاعدة البيانات" - }, - "ribbon": { - "widgets": "ادوات الشريط" - }, - "vim_key_bindings": { - "use_vim_keybindings_in_code_notes": "اختصارات لوحة المفاتيح باسلوب Vim" - }, - "network_connections": { - "network_connections_title": "اتصالات الشبكة", - "check_for_updates": "‪التحقق من وجود تحديثات تلقائية" - }, - "tray": { - "title": "شريط النظام" - }, - "highlights_list": { - "title": "قائمة النقاط المميزة", - "bold": "نص عريض", - "italic": "نص مائل", - "underline": "خط تحت النص", - "color": "نص ملون", - "visibility_title": "اظهار قائمة التضليلات", - "bg_color": "نص مع لون خلفية" - }, - "revisions_button": { - "note_revisions": "مراجعات الملاحظة" - }, - "custom_date_time_format": { - "format_string": "سلسلة التنسيق:", - "formatted_time": "التاريخ/الوقت المنسق:", - "title": "تنسيق تاريخ/وقت مخصص" - }, - "options_widget": { - "options_status": "حالة الخيارات" - }, - "spellcheck": { - "title": "التدقيق الاملائي", - "enable": "تفعيل التدقيق الاملائي", - "language_code_label": "رمز اللغة او رموز اللغات", - "available_language_codes_label": "رموز اللغات المتاحة:", - "language_code_placeholder": "على سبيل المثال \"en-US\", \"de-AI\"" - }, - "note-map": { - "button-link-map": "خريطة الروابط", - "button-tree-map": "خريطة الشجرة" - }, - "spacer": { - "configure_launchbar": "تهيئة شريط الاطلاق" - }, - "entrypoints": { - "note-executed": "تم تنفيذ الملاحظة." - }, - "branches": { - "delete-status": "حالة الحذف", - "delete-finished-successfully": "تم الحذف بنجاح.", - "cannot-move-notes-here": "لايمكن نقل الملاحظات الى هنا.", - "undeleting-notes-finished-successfully": "تم استرجاع الملاحظات بنجاح." - }, - "highlighting": { - "title": "كتل الكود", - "color-scheme": "نظام الالوان" - }, - "code_block": { - "word_wrapping": "التفاف النص", - "theme_group_light": "الثيمات الفاتحة", - "theme_group_dark": "الثيمات الغامقة", - "copy_title": "نسخ الى الحافظة", - "theme_none": "بدون تمييز الصياغة" - }, - "link_context_menu": { - "open_note_in_popup": "تحرير سريع" - }, - "electron_integration": { - "desktop-application": "تطبيقات سطح المكتب", - "zoom-factor": "عامل التكبير", - "native-title-bar": "شريط العنوان الاصلي" - }, - "note_tooltip": { - "quick-edit": "التحرير السريع", - "note-has-been-deleted": "تم حذف الملاحظة." - }, - "geo-map-context": { - "open-location": "فتح الموقع", - "remove-from-map": "ازالة من الخريطة" - }, - "share": { - "title": "اعدادات المشاركة", - "check_share_root": "التحقق من حالة جذر المشاركة" - }, - "note_language": { - "not_set": "غير محدد", - "configure-languages": "لغات التهيئة" - }, - "content_language": { - "title": "لغات المحتوى" - }, - "toggle_read_only_button": { - "unlock-editing": "الغاء قفل التحرير", - "lock-editing": "قفل التحرير" - }, - "cpu_arch_warning": { - "continue_anyway": "المتابعة على اي حال", - "download_link": "تنزيل النسخة الاصلية" - }, - "table_context_menu": { - "delete_row": "حذف الصف" - }, - "board_view": { - "delete-note": "حذف الملاحظة...", - "archive-note": "ارشفة الملاحظة", - "unarchive-note": "الغاء ارشفة الملاحظة", - "move-to": "نقل الى", - "insert-above": "ادراج اعلاه", - "insert-below": "ادراج ادناه", - "delete-column": "حذف العمود", - "new-item": "عنصر جديد", - "add-column": "اضافة عمود", - "new-item-placeholder": "ادخل عنوان الملاحظة...", - "add-column-placeholder": "ادخل اسم العمود...", - "remove-from-board": "ازالة من اللوحة" - }, - "command_palette": { - "export_note_title": "تصدير ملاحظة", - "show_attachments_title": "عرض المرفقات", - "search_notes_title": "البحث في الملاحظات", - "tree-action-name": "شجرة: {{name}}", - "export_note_description": "تصدر الملاحظة الحالية", - "show_attachments_description": "عرض مرفقات الملاحظة", - "search_notes_description": "فتح البحث المتقدم", - "search_subtree_title": "بحث في الشجرة الفرعية", - "search_history_title": "عرص سجل البحث", - "search_history_description": "عرض البحث السابق", - "configure_launch_bar_title": "تكوين شريط الاطلاق", - "search_subtree_description": "البحث ضمن الشجرة الفرعية الحالية" - }, - "content_renderer": { - "open_externally": "فتح خارجيا" - }, - "settings": { - "related_settings": "اعدادات متعلقة" - }, - "pagination": { - "total_notes": "{{count}} ملاحظات" - }, - "mobile_detail_menu": { - "note_revisions": "مراجعات الملاحظة", - "insert_child_note": "ادراج ملاحظة فرعية", - "delete_this_note": "حذف هذه الملاحظة", - "error_unrecognized_command": "امر غير معروف {{command}}" - }, - "move_to": { - "notes_to_move": "الملاحظات المراد نقلها", - "target_parent_note": "ملاحظة الاصل الهدف", - "dialog_title": "انقل الملاحظات الى...", - "move_button": "نقل الىالملاحظة المحددة", - "error_no_path": "لايوجد مسار لنقل العنصر الية." - }, - "delete_revisions": { - "delete_note_revisions": "حذف مراجعات الملاحظة" - }, - "close_pane_button": { - "close_this_pane": "اغلاق هذه اللوحة" - }, - "create_pane_button": { - "create_new_split": "انشاء تقسيم جديد" - }, - "edit_button": { - "edit_this_note": "تعديل هذه الملاحظة" - }, - "include_archived_notes": { - "include_archived_notes": "تضمين الملاحظات المؤرشفة" - }, - "book": { - "drag_locked_title": "مقفلة للتعديل" - }, - "database_integrity_check": { - "title": "فحص سلامة قاعدة البيانات", - "check_button": "التحقق من سلامة قاعدة البيانات", - "checking_integrity": "جار التحقق من سلامة قاعدة البيانات...", - "integrity_check_failed": "فشل التحقق من السلامة: {{results}}" - }, - "watched_file_update_status": { - "upload_modified_file": "رفع الملف المعدل", - "ignore_this_change": "اهمل هذا التغيير" - }, - "clipboard": { - "copy_success": "تم النسخ للحافظة." - }, - "note_autocomplete": { - "clear-text-field": "مسح حقل النص", - "show-recent-notes": "عرض الملاحظات الاخيرة", - "full-text-search": "البحث بالنص الكامل", - "search-for": "بحث ل \"{{term}}\"" - }, - "protect_note": { - "toggle-off": "ازالة الحماية عن الملاحظة", - "toggle-on": "حماية الملاحظة" - }, - "open-help-page": "فتح صفحة المساعدة", - "empty": { - "enter_workspace": "ادخل مساحة العمل {{title}}" - }, - "attribute_editor": { - "save_attributes": "حفظ السمات ", - "add_a_new_attribute": "اضافة سمة جديدة", - "add_new_label_definition": "اضافة تعريف لتسمية جديدة", - "add_new_relation_definition": "اضافة تعريف لعلاقة جديدة", - "add_new_relation": "اضافة علاقة جديدة " - }, - "zen_mode": { - "button_exit": "الخروج من وضع Zen" - }, - "attachment_erasure_timeout": { - "attachment_erasure_timeout": "مهلة مسح المرفقات", - "erase_attachments_after": "حذف المرفقات الغير مستخدمة بعد:" - }, - "note_erasure_timeout": { - "note_erasure_timeout_title": "مهلة مسح الملاحظة", - "erase_notes_after": "مسح الملاحظات بعد:", - "erase_deleted_notes_now": "مسح الملاحظات المحذوفة الان" - }, - "ws": { - "sync-check-failed": "فشل التحقق من المزامنة!" - }, - "show_highlights_list_widget_button": { - "show_highlights_list": "عرض قائمة التضليلات" - }, - "presentation_view": { - "start-presentation": "بدء العرض التقديمي", - "edit-slide": "تعديل هذه الشريحة" - }, - "jump_to_note": { - "search_button": "البحث في النص الكامل" - }, - "password_not_set": { - "title": "لم يتم تعيين كلمة المرور", - "go_to_password_options": "اذهب الى خيارات كلمة المرور" - }, - "abstract_bulk_action": { - "remove_this_search_action": "حذف اجراء البحث هذا" - }, - "show_toc_widget_button": { - "show_toc": "عرض جدول المحتويات" - }, - "svg_export_button": { - "button_title": "تصدير المخطط ك SVG" - }, - "abstract_search_option": { - "remove_this_search_option": "حذف خيار البحث هذا" - }, - "revisions_snapshot_interval": { - "note_revisions_snapshot_interval_title": "الفاصل الزمني لنسخ الملاحظات الاحتياطية" - }, - "note_detail": { - "printing": "جار الطباعة ..." - }, - "attachment_detail_2": { - "role_and_size": "الدور: {{role}}، الحجم: {{size}}", - "unrecognized_role": "دور المرفق '{{role}}'الغير معروف." - }, - "title_bar_buttons": { - "window-on-top": "ابقاء النافذة في الاعلى" - }, - "note_title": { - "placeholder": "اكتب عنوان الملاحظة هنا..." - }, - "image_context_menu": { - "copy_reference_to_clipboard": "نسخ المرجع الى الحافظة", - "copy_image_to_clipboard": "نسخ الصورة الى الحافظة" - }, - "geo-map": { - "unable-to-load-map": "تعذر تحميل الخريطة." - }, - "content_widget": { - "unknown_widget": "عنصر واجهة غير معروف للمعرف \"{{id}}\"." - }, - "png_export_button": { - "button_title": "تصدير المخطط كملف PNG" - }, - "protected_session_status": { - "inactive": "انقر للدخول الى جلسة محمية" - } } diff --git a/apps/client/src/translations/cn/translation.json b/apps/client/src/translations/cn/translation.json index 25012a366f..38b287ebc2 100644 --- a/apps/client/src/translations/cn/translation.json +++ b/apps/client/src/translations/cn/translation.json @@ -1,2272 +1,2128 @@ { - "about": { - "title": "关于 Trilium Notes", - "homepage": "项目主页:", - "app_version": "应用版本:", - "db_version": "数据库版本:", - "sync_version": "同步版本:", - "build_date": "编译日期:", - "build_revision": "编译版本:", - "data_directory": "数据目录:" - }, - "toast": { - "critical-error": { - "title": "严重错误", - "message": "发生了严重错误,导致客户端应用程序无法启动:\n\n{{message}}\n\n这很可能是由于脚本以意外的方式失败引起的。请尝试以安全模式启动应用程序并解决问题。" + "about": { + "title": "关于 Trilium Notes", + "homepage": "项目主页:", + "app_version": "应用版本:", + "db_version": "数据库版本:", + "sync_version": "同步版本:", + "build_date": "编译日期:", + "build_revision": "编译版本:", + "data_directory": "数据目录:" }, - "widget-error": { - "title": "小部件初始化失败", - "message-custom": "来自 ID 为 \"{{id}}\"、标题为 \"{{title}}\" 的笔记的自定义小部件因以下原因无法初始化:\n\n{{message}}", - "message-unknown": "未知小部件因以下原因无法初始化:\n\n{{message}}" + "toast": { + "critical-error": { + "title": "严重错误", + "message": "发生了严重错误,导致客户端应用程序无法启动:\n\n{{message}}\n\n这很可能是由于脚本以意外的方式失败引起的。请尝试以安全模式启动应用程序并解决问题。" + }, + "widget-error": { + "title": "小部件初始化失败", + "message-custom": "来自 ID 为 \"{{id}}\"、标题为 \"{{title}}\" 的笔记的自定义小部件因以下原因无法初始化:\n\n{{message}}", + "message-unknown": "未知小部件因以下原因无法初始化:\n\n{{message}}" + }, + "bundle-error": { + "title": "加载自定义脚本失败", + "message": "脚本因以下原因无法执行:\n\n{{message}}" + }, + "widget-list-error": { + "title": "无法从服务器取得小部件清单" + }, + "widget-render-error": { + "title": "渲染自定义 React 小部件失败" + }, + "widget-missing-parent": "自定义小部件未定义强制性的 \"{{property}}\" 属性。\n\n如果此脚本需要在没有 UI 元素的情况下运行,请改用“#run=frontendStartup”。", + "open-script-note": "打开脚本笔记", + "scripting-error": "自定义脚本错误:{{title}}" }, - "bundle-error": { - "title": "加载自定义脚本失败", - "message": "脚本因以下原因无法执行:\n\n{{message}}" + "add_link": { + "add_link": "添加链接", + "help_on_links": "链接帮助", + "note": "笔记", + "search_note": "按名称搜索笔记", + "link_title_mirrors": "链接标题跟随笔记标题变化", + "link_title_arbitrary": "链接标题可随意修改", + "link_title": "链接标题", + "button_add_link": "添加链接" }, - "widget-list-error": { - "title": "无法从服务器取得小部件清单" + "branch_prefix": { + "edit_branch_prefix": "编辑分支前缀", + "help_on_tree_prefix": "有关树前缀的帮助", + "prefix": "前缀: ", + "save": "保存", + "branch_prefix_saved": "分支前缀已保存。", + "edit_branch_prefix_multiple": "编辑 {{count}} 个分支的前缀", + "branch_prefix_saved_multiple": "已为 {{count}} 个分支保存分支前缀。", + "affected_branches": "受影响的分支 {{count}}:" }, - "widget-render-error": { - "title": "渲染自定义 React 小部件失败" + "bulk_actions": { + "bulk_actions": "批量操作", + "affected_notes": "受影响的笔记", + "include_descendants": "包括所选笔记的子笔记", + "available_actions": "可用操作", + "chosen_actions": "选择的操作", + "execute_bulk_actions": "执行批量操作", + "bulk_actions_executed": "批量操作已成功执行。", + "none_yet": "暂无操作 ... 通过点击上方的可用操作添加一个操作。", + "labels": "标签", + "relations": "关系", + "notes": "笔记", + "other": "其它" }, - "widget-missing-parent": "自定义小部件未定义强制性的 \"{{property}}\" 属性。\n\n如果此脚本需要在没有 UI 元素的情况下运行,请改用“#run=frontendStartup”。", - "open-script-note": "打开脚本笔记", - "scripting-error": "自定义脚本错误:{{title}}" - }, - "add_link": { - "add_link": "添加链接", - "help_on_links": "链接帮助", - "note": "笔记", - "search_note": "按名称搜索笔记", - "link_title_mirrors": "链接标题跟随笔记标题变化", - "link_title_arbitrary": "链接标题可随意修改", - "link_title": "链接标题", - "button_add_link": "添加链接" - }, - "branch_prefix": { - "edit_branch_prefix": "编辑分支前缀", - "help_on_tree_prefix": "有关树前缀的帮助", - "prefix": "前缀: ", - "save": "保存", - "branch_prefix_saved": "分支前缀已保存。", - "edit_branch_prefix_multiple": "编辑 {{count}} 个分支的前缀", - "branch_prefix_saved_multiple": "已为 {{count}} 个分支保存分支前缀。", - "affected_branches": "受影响的分支 {{count}}:" - }, - "bulk_actions": { - "bulk_actions": "批量操作", - "affected_notes": "受影响的笔记", - "include_descendants": "包括所选笔记的子笔记", - "available_actions": "可用操作", - "chosen_actions": "选择的操作", - "execute_bulk_actions": "执行批量操作", - "bulk_actions_executed": "批量操作已成功执行。", - "none_yet": "暂无操作 ... 通过点击上方的可用操作添加一个操作。", - "labels": "标签", - "relations": "关系", - "notes": "笔记", - "other": "其它" - }, - "clone_to": { - "clone_notes_to": "克隆笔记到...", - "help_on_links": "链接帮助", - "notes_to_clone": "要克隆的笔记", - "target_parent_note": "目标父笔记", - "search_for_note_by_its_name": "按名称搜索笔记", - "cloned_note_prefix_title": "克隆的笔记将在笔记树中显示给定的前缀", - "prefix_optional": "前缀(可选)", - "clone_to_selected_note": "克隆到选定的笔记", - "no_path_to_clone_to": "没有克隆路径。", - "note_cloned": "笔记 \"{{clonedTitle}}\" 已克隆到 \"{{targetTitle}}\"" - }, - "confirm": { - "confirmation": "确认", - "cancel": "取消", - "ok": "确定", - "are_you_sure_remove_note": "确定要从关系图中移除笔记 \"{{title}}\" ? ", - "if_you_dont_check": "如果不选中此项,笔记将仅从关系图中移除。", - "also_delete_note": "同时删除笔记" - }, - "delete_notes": { - "delete_notes_preview": "删除笔记预览", - "close": "关闭", - "delete_all_clones_description": "同时删除所有克隆(可以在最近修改中撤消)", - "erase_notes_description": "通常(软)删除仅标记笔记为已删除,可以在一段时间内通过最近修改对话框撤消。选中此选项将立即擦除笔记,不可撤销。", - "erase_notes_warning": "永久擦除笔记(无法撤销),包括所有克隆。这将强制应用程序重载。", - "notes_to_be_deleted": "将删除以下笔记 ({{notesCount}})", - "no_note_to_delete": "没有笔记将被删除(仅克隆)。", - "broken_relations_to_be_deleted": "将删除以下关系并断开连接 ({{ relationCount}})", - "cancel": "取消", - "ok": "确定", - "deleted_relation_text": "笔记 {{- note}} (将被删除的笔记) 被以下关系 {{- relation}} 引用, 来自 {{- source}}。" - }, - "export": { - "export_note_title": "导出笔记", - "close": "关闭", - "export_type_subtree": "此笔记及其所有子笔记", - "format_html": "HTML - 推荐,因为它保留所有格式", - "format_html_zip": "HTML ZIP 归档 - 建议使用此选项,因为它保留了所有格式。", - "format_markdown": "Markdown - 保留大部分格式。", - "format_opml": "OPML - 大纲交换格式,仅限文本。不包括格式、图像和文件。", - "opml_version_1": "OPML v1.0 - 仅限纯文本", - "opml_version_2": "OPML v2.0 - 还允许 HTML", - "export_type_single": "仅此笔记,不包括子笔记", - "export": "导出", - "choose_export_type": "请先选择导出类型", - "export_status": "导出状态", - "export_in_progress": "导出进行中:{{progressCount}}", - "export_finished_successfully": "导出成功完成。", - "format_pdf": "PDF - 用于打印或共享目的。", - "share-format": "HTML 网页发布——采用与共享笔记相同的主题,但可发布为静态网站。" - }, - "help": { - "noteNavigation": "笔记导航", - "goUpDown": "在笔记列表中向上/向下移动", - "collapseExpand": "折叠/展开节点", - "notSet": "未设置", - "goBackForwards": "在历史记录中前后移动", - "showJumpToNoteDialog": "显示\"跳转到\" 对话框", - "scrollToActiveNote": "滚动到活跃笔记", - "jumpToParentNote": "跳转到父笔记", - "collapseWholeTree": "折叠整个笔记树", - "collapseSubTree": "折叠子树", - "tabShortcuts": "标签页快捷键", - "onlyInDesktop": "仅在桌面版(电子构建)中", - "openEmptyTab": "打开空白标签页", - "closeActiveTab": "关闭活跃标签页", - "activateNextTab": "激活下一个标签页", - "activatePreviousTab": "激活上一个标签页", - "creatingNotes": "创建笔记", - "createNoteAfter": "在活跃笔记后创建新笔记", - "createNoteInto": "在活跃笔记中创建新子笔记", - "editBranchPrefix": "编辑活跃笔记克隆的前缀", - "movingCloningNotes": "移动/克隆笔记", - "moveNoteUpDown": "在笔记列表中向上/向下移动笔记", - "moveNoteUpHierarchy": "在层级结构中向上移动笔记", - "multiSelectNote": "多选上/下笔记", - "selectAllNotes": "选择当前级别的所有笔记", - "selectNote": "选择笔记", - "copyNotes": "将活跃笔记(或当前选择)复制到剪贴板(用于克隆)", - "cutNotes": "将当前笔记(或当前选择)剪切到剪贴板(用于移动笔记)", - "pasteNotes": "将笔记粘贴为活跃笔记的子笔记(根据是复制还是剪切到剪贴板来决定是移动还是克隆)", - "deleteNotes": "删除笔记/子树", - "editingNotes": "编辑笔记", - "editNoteTitle": "在树形笔记树中,焦点会从笔记树切换到笔记标题。按下 Enter 键会将焦点从笔记标题切换到文本编辑器。按下 Ctrl+. 会将焦点从编辑器切换回笔记树。", - "createEditLink": "创建/编辑外部链接", - "createInternalLink": "创建内部链接", - "followLink": "跟随光标下的链接", - "insertDateTime": "在插入点插入当前日期和时间", - "jumpToTreePane": "跳转到树面板并滚动到活跃笔记", - "markdownAutoformat": "类 Markdown 自动格式化", - "headings": "##, ###, #### 等,后跟空格,自动转换为标题", - "bulletList": "*- 后跟空格,自动转换为项目符号列表", - "numberedList": "1. or 1) 后跟空格,自动转换为编号列表", - "blockQuote": "一行以 > 开头并后跟空格,自动转换为块引用", - "troubleshooting": "故障排除", - "reloadFrontend": "重载 Trilium 前端", - "showDevTools": "显示开发者工具", - "showSQLConsole": "显示 SQL 控制台", - "other": "其他", - "quickSearch": "定位到快速搜索框", - "inPageSearch": "页面内搜索", - "newTabWithActivationNoteLink": "在新标签页打开笔记链接并激活该标签页", - "title": "资料表", - "newTabNoteLink": "在新标签页开启链接", - "editShortcuts": "编辑键盘快捷键" - }, - "import": { - "importIntoNote": "导入到笔记", - "chooseImportFile": "选择导入文件", - "importDescription": "所选文件的内容将作为子笔记导入到", - "options": "选项", - "safeImportTooltip": "Trilium .zip 导出文件可能包含可能有害的可执行脚本。安全导入将停用所有导入脚本的自动执行。仅当您完全信任导入的可执行脚本的内容时,才取消选中“安全导入”。", - "safeImport": "安全导入", - "explodeArchivesTooltip": "如果选中此项,则Trilium将读取.zip.enex.opml文件,并从这些归档文件内部的文件创建笔记。如果未选中,则Trilium会将这些归档文件本身附加到笔记中。", - "explodeArchives": "读取.zip.enex.opml归档文件的内容。", - "shrinkImagesTooltip": "

如果选中此选项,Trilium将尝试通过缩放和优化来缩小导入的图像,这可能会影响图像的感知质量。如果未选中,图像将不做修改地导入。

这不适用于带有元数据的.zip导入,因为这些文件已被假定为已优化。

", - "shrinkImages": "压缩图像", - "textImportedAsText": "如果元数据不明确,将 HTML、Markdown 和 TXT 导入为文本笔记", - "codeImportedAsCode": "如果元数据不明确,将识别的代码文件(例如.json)导入为代码笔记", - "replaceUnderscoresWithSpaces": "在导入的笔记名称中将下划线替换为空格", - "import": "导入", - "failed": "导入失败: {{message}}.", - "html_import_tags": { - "title": "HTML 导入标签", - "description": "配置在导入笔记时应保留的 HTML 标签。不在此列表中的标签将在导入过程中被移除。一些标签(例如 'script')为了安全性会始终被移除。", - "placeholder": "输入 HTML 标签,每行一个", - "reset_button": "重置为默认列表" + "clone_to": { + "clone_notes_to": "克隆笔记到...", + "help_on_links": "链接帮助", + "notes_to_clone": "要克隆的笔记", + "target_parent_note": "目标父笔记", + "search_for_note_by_its_name": "按名称搜索笔记", + "cloned_note_prefix_title": "克隆的笔记将在笔记树中显示给定的前缀", + "prefix_optional": "前缀(可选)", + "clone_to_selected_note": "克隆到选定的笔记", + "no_path_to_clone_to": "没有克隆路径。", + "note_cloned": "笔记 \"{{clonedTitle}}\" 已克隆到 \"{{targetTitle}}\"" }, - "import-status": "导入状态", - "in-progress": "导入进行中:{{progress}}", - "successful": "导入成功完成。", - "importZipRecommendation": "导入 ZIP 文件时,笔记层级将反映压缩文件内的子目录结构。" - }, - "include_note": { - "dialog_title": "包含笔记", - "label_note": "笔记", - "placeholder_search": "按名称搜索笔记", - "box_size_prompt": "包含笔记的框大小:", - "box_size_small": "小型 (显示大约10行)", - "box_size_medium": "中型 (显示大约30行)", - "box_size_full": "完整显示(完整文本框)", - "button_include": "包含笔记" - }, - "info": { - "modalTitle": "信息消息", - "closeButton": "关闭", - "okButton": "确定", - "copy_to_clipboard": "复制到剪切板" - }, - "jump_to_note": { - "search_button": "全文搜索", - "search_placeholder": "按名称或类型搜索笔记 > 查看命令..." - }, - "markdown_import": { - "dialog_title": "Markdown 导入", - "modal_body_text": "由于浏览器沙箱的限制,无法直接从 JavaScript 读取剪贴板内容。请将要导入的 Markdown 文本粘贴到下面的文本框中,然后点击导入按钮", - "import_button": "导入", - "import_success": "Markdown 内容已成功导入文档。" - }, - "move_to": { - "dialog_title": "移动笔记到...", - "notes_to_move": "需要移动的笔记", - "target_parent_note": "目标父笔记", - "search_placeholder": "通过名称搜索笔记", - "move_button": "移动到选定的笔记", - "error_no_path": "没有可以移动到的路径。", - "move_success_message": "所选笔记已移动到 " - }, - "note_type_chooser": { - "modal_title": "选择笔记类型", - "modal_body": "选择新笔记的类型或模板:", - "templates": "模板", - "change_path_prompt": "更改创建新笔记的位置:", - "search_placeholder": "按名称搜索路径(默认为空)", - "builtin_templates": "内置模板" - }, - "password_not_set": { - "title": "密码未设置", - "body1": "受保护的笔记使用用户密码加密,但密码尚未设置。", - "body2": "若要保护笔记,请按一下下方按钮开启「选项」对话框并设置密码。", - "go_to_password_options": "移动至密码选项" - }, - "prompt": { - "title": "提示", - "ok": "确定", - "defaultTitle": "提示" - }, - "protected_session_password": { - "modal_title": "保护会话", - "help_title": "关于保护笔记的帮助", - "close_label": "关闭", - "form_label": "输入密码进入保护会话以继续:", - "start_button": "开始保护会话" - }, - "recent_changes": { - "title": "最近修改", - "erase_notes_button": "立即清理已删除的笔记", - "deleted_notes_message": "已删除的笔记已清理。", - "no_changes_message": "暂无修改...", - "undelete_link": "恢复删除", - "confirm_undelete": "您确定要恢复此笔记及其子笔记吗?" - }, - "revisions": { - "note_revisions": "笔记历史版本", - "delete_all_revisions": "删除此笔记的所有修订版本", - "delete_all_button": "删除所有修订版本", - "help_title": "关于笔记修订版本的帮助", - "confirm_delete_all": "您是否要删除此笔记的所有修订版本?", - "no_revisions": "此笔记暂无修订版本...", - "restore_button": "恢复", - "confirm_restore": "您是否要恢复此修订版本?这将使用此修订版本覆盖笔记的当前标题和内容。", - "delete_button": "删除", - "confirm_delete": "您是否要删除此修订版本?", - "revisions_deleted": "笔记修订版本已删除。", - "revision_restored": "笔记修订版本已恢复。", - "revision_deleted": "笔记修订版本已删除。", - "snapshot_interval": "笔记快照保存间隔: {{seconds}}秒。", - "maximum_revisions": "当前笔记的最大历史数量: {{number}}。", - "settings": "笔记修订设置", - "download_button": "下载", - "mime": "MIME 类型: ", - "file_size": "文件大小:", - "preview_not_available": "无法预览此类型的笔记。", - "diff_on": "显示差异", - "diff_off": "显示内容", - "diff_on_hint": "点击以显示笔记源代码差异", - "diff_off_hint": "点击以显示笔记内容", - "diff_not_available": "差异不可用。" - }, - "sort_child_notes": { - "sort_children_by": "按...排序子笔记", - "sorting_criteria": "排序条件", - "title": "标题", - "date_created": "创建日期", - "date_modified": "修改日期", - "sorting_direction": "排序方向", - "ascending": "升序", - "descending": "降序", - "folders": "文件夹", - "sort_folders_at_top": "将文件夹置顶排序", - "natural_sort": "自然排序", - "sort_with_respect_to_different_character_sorting": "根据不同语言或地区的字符排序和排序规则排序。", - "natural_sort_language": "自然排序语言", - "the_language_code_for_natural_sort": "自然排序的语言代码,例如中文的 \"zh-CN\"。", - "sort": "排序" - }, - "upload_attachments": { - "upload_attachments_to_note": "上传附件到笔记", - "choose_files": "选择文件", - "files_will_be_uploaded": "文件将作为附件上传到 {{noteTitle}}", - "options": "选项", - "shrink_images": "缩小图片", - "upload": "上传", - "tooltip": "如果您勾选此选项,Trilium 将尝试通过缩放和优化来缩小上传的图像,这可能会影响感知的图像质量。如果未选中,则将以不进行修改的方式上传图像。" - }, - "attribute_detail": { - "attr_detail_title": "属性详情标题", - "close_button_title": "取消修改并关闭", - "attr_is_owned_by": "属性所有者", - "attr_name_title": "属性名称只能由字母数字字符、冒号和下划线组成", - "name": "名称", - "value": "值", - "target_note_title": "关系是源笔记和目标笔记之间的命名连接。", - "target_note": "目标笔记", - "promoted_title": "升级属性在笔记上突出显示。", - "promoted": "升级", - "promoted_alias_title": "在升级属性界面中显示的名称。", - "promoted_alias": "别名", - "multiplicity_title": "多重性定义了可以创建的含有相同名称的属性的数量 - 最多为1或多于1。", - "multiplicity": "多重性", - "single_value": "单值", - "multi_value": "多值", - "label_type_title": "标签类型将帮助 Trilium 选择适合的界面来输入标签值。", - "label_type": "类型", - "text": "文本", - "number": "数字", - "boolean": "布尔值", - "date": "日期", - "date_time": "日期和时间", - "time": "时间", - "url": "网址", - "precision_title": "值设置界面中浮点数后的位数。", - "precision": "精度", - "digits": "位数", - "inverse_relation_title": "可选设置,定义此关系与哪个关系相反。例如:父 - 子是彼此的反向关系。", - "inverse_relation": "反向关系", - "inheritable_title": "可继承属性将被继承到此树下的所有后代。", - "inheritable": "可继承", - "save_and_close": "保存并关闭 Ctrl+回车", - "delete": "删除", - "related_notes_title": "含有此标签的其他笔记", - "more_notes": "更多笔记", - "label": "标签详情", - "label_definition": "标签定义详情", - "relation": "关系详情", - "relation_definition": "关系定义详情", - "disable_versioning": "禁用自动版本控制。适用于例如大型但不重要的笔记 - 例如用于脚本编写的大型JS库", - "calendar_root": "标记应用作为每日笔记的根。只应标记一个笔记。", - "archived": "含有此标签的笔记默认在搜索结果中不可见(也适用于跳转到、添加链接对话框等)。", - "exclude_from_export": "笔记(及其子树)不会包含在任何笔记导出中", - "run": "定义脚本应运行的事件。可能的值包括:\n
    \n
  • frontendStartup - Trilium前端启动时(或刷新时),但不会在移动端执行。
  • \n
  • mobileStartup - Trilium前端启动时(或刷新时), 在移动端会执行。
  • \n
  • backendStartup - Trilium后端启动时
  • \n
  • hourly - 每小时运行一次。您可以使用附加标签runAtHour指定小时。
  • \n
  • daily - 每天运行一次
  • \n
", - "run_on_instance": "定义应在哪个Trilium实例上运行。默认为所有实例。", - "run_at_hour": "应在哪个小时运行。应与#run=hourly一起使用。可以多次定义,以便一天内运行多次。", - "disable_inclusion": "含有此标签的脚本不会包含在父脚本执行中。", - "sorted": "按标题字母顺序保持子笔记排序", - "sort_direction": "ASC(默认)或DESC", - "sort_folders_first": "文件夹(含有子笔记的笔记)应排在顶部", - "top": "在其父级中保留给定笔记在顶部(仅适用于排序的父级)", - "hide_promoted_attributes": "隐藏此笔记上的升级属性", - "read_only": "编辑器处于只读模式。仅适用于文本和代码笔记。", - "auto_read_only_disabled": "文本/代码笔记可以在太大时自动设置为只读模式。您可以通过向笔记添加此标签来对单个笔记单独设置禁用只读。", - "app_css": "标记加载到 Trilium 应用程序中的 CSS 笔记,因此可以用于修改 Trilium 的外观。", - "app_theme": "标记为完整的 Trilium 主题的 CSS 笔记,因此可以在 Trilium 选项中使用。", - "app_theme_base": "设置为“next”,以便使用 TriliumNext 主题而不是旧主题作为自定义主题的基础。", - "css_class": "该标签的值将作为 CSS 类添加到树中表示给定笔记的节点。这对于高级主题设置非常有用。可用于模板笔记。", - "icon_class": "该标签的值将作为 CSS 类添加到树中图标上,有助于从视觉上区分笔记树里的笔记。比如可以是 bx bx-home - 图标来自 boxicons。可用于模板笔记。", - "page_size": "笔记列表中每页的项目数", - "custom_request_handler": "请参阅自定义请求处理程序", - "custom_resource_provider": "请参阅自定义请求处理程序", - "widget": "将此笔记标记为将添加到 Trilium 组件树中的自定义小部件", - "workspace": "将此笔记标记为允许轻松聚焦的工作区", - "workspace_icon_class": "定义在选项卡中聚焦到此笔记时将使用的框图图标 CSS 类", - "workspace_tab_background_color": "聚焦到此笔记时在笔记标签页中使用的 CSS 颜色", - "workspace_calendar_root": "定义每个工作区的日历根", - "workspace_template": "在创建新笔记时,此笔记将出现在可用模板的选择中,但仅当聚焦到包含此模板的工作区时", - "search_home": "新的搜索笔记将作为此笔记的子笔记创建", - "workspace_search_home": "当聚焦到此工作区笔记的某个上级笔记时,新的搜索笔记将作为此笔记的子笔记创建", - "inbox": "使用侧边栏中的“新建笔记”按钮创建笔记时,默认收件箱位置。笔记将作为标有 #inbox 标签的笔记的子笔记创建。", - "workspace_inbox": "当聚焦到此工作区笔记的某个上级笔记时,新的笔记的默认收件箱位置", - "sql_console_home": "SQL 控制台笔记的默认位置", - "bookmark_folder": "含有此标签的笔记将作为文件夹出现在书签中(允许访问其子笔记)", - "share_hidden_from_tree": "此笔记从左侧导航树中隐藏,但仍可通过其 URL 访问", - "share_external_link": "笔记将在分享树中作为指向外部网站的链接", - "share_alias": "使用此别名定义将在 https://您的trilium域名/share/[别名] 下可用的笔记", - "share_omit_default_css": "将省略默认的分享页面 CSS。当您进行广泛的样式修改时使用。", - "share_root": "标记作为在 /share 地址分享的根节点笔记。", - "share_description": "定义要添加到 HTML meta 标签以供描述的文本", - "share_raw": "笔记将以其原始格式提供,不带 HTML 包装器", - "share_disallow_robot_indexing": "将通过 X-Robots-Tag: noindex 标头禁止爬虫机器人索引此笔记", - "share_credentials": "需要凭据才能访问此分享笔记。值应以 'username:password' 格式提供。请勿忘记使其可继承以应用于子笔记/图像。", - "share_index": "含有此标签的笔记将列出所有分享笔记的根", - "display_relations": "应显示的逗号分隔关系名称。将隐藏所有其他关系。", - "hide_relations": "应隐藏的逗号分隔关系名称。将显示所有其他关系。", - "title_template": "创建为此笔记的子笔记时的默认标题。该值将作为 JavaScript 字符串评估\n 并因此可以通过注入的 nowparentNote 变量丰富动态内容。示例:\n \n
    \n
  • ${parentNote.getLabelValue('authorName')} 的文学作品
  • \n
  • ${now.format('YYYY-MM-DD HH:mm:ss')} 的日志
  • \n
\n \n 有关详细信息,请参见含有详细信息的 wikiparentNotenow 的 API 文档以获取详情。", - "template": "此笔记在创建新笔记时,将出现在可用模板的可选列表中", - "toc": "#toc#toc=show 将强制显示目录。#toc=hide 将强制隐藏它。如果标签不存在,则遵守全局设置", - "color": "定义笔记树、链接等中笔记的颜色。使用任何有效的 CSS 颜色值,如 'red' 或 #a13d5f", - "keyboard_shortcut": "定义立即跳转到此笔记的键盘快捷键。示例:'ctrl+alt+e'。需要前端重载才能生效。", - "keep_current_hoisting": "即使笔记不在当前聚焦的子树中显示,打开此链接也不会改变聚焦。", - "execute_button": "将执行当前代码笔记的按钮标题", - "execute_description": "显示与执行按钮一起显示的当前代码笔记的更长描述", - "exclude_from_note_map": "含有此标签的笔记将从笔记地图中隐藏", - "new_notes_on_top": "新笔记将创建在父笔记的顶部,而不是底部。", - "hide_highlight_widget": "隐藏高亮列表小部件", - "run_on_note_creation": "在后端创建笔记时执行。如果要为在特定子树下创建的所有笔记运行脚本,请使用此关系。在这种情况下,在子树根笔记上创建它并使其可继承。在子树中的任何深度创建新笔记都会触发脚本。", - "run_on_child_note_creation": "当创建新的子笔记时执行", - "run_on_note_title_change": "当笔记标题修改时执行(包括笔记创建)", - "run_on_note_content_change": "当笔记内容修改时执行(包括笔记创建)。", - "run_on_note_change": "当笔记修改时执行(包括笔记创建)。不包括内容修改", - "run_on_note_deletion": "在删除笔记时执行", - "run_on_branch_creation": "在创建分支时执行。分支是父笔记和子笔记之间的链接,并且在克隆或移动笔记时创建。", - "run_on_branch_change": "在分支更新时执行。", - "run_on_branch_deletion": "在删除分支时执行。分支是父笔记和子笔记之间的链接,例如在移动笔记时删除(删除旧的分支/链接)。", - "run_on_attribute_creation": "在为定义此关系的笔记创建新属性时执行", - "run_on_attribute_change": " 当修改定义此关系的笔记的属性时执行。删除属性时也会触发此操作。", - "relation_template": "即使没有父子关系,笔记的属性也将继承。如果空,则笔记的内容和子树将添加到实例笔记中。有关详细信息,请参见文档。", - "inherit": "即使没有父子关系,笔记的属性也将继承。有关类似概念的模板关系,请参见模板关系。请参阅文档中的属性继承。", - "render_note": "“渲染 HTML 笔记”类型的笔记将使用代码笔记(HTML 或脚本)进行呈现,因此需要指定要渲染的笔记", - "widget_relation": "此关系的目标将作为侧边栏中的小部件执行和呈现", - "share_css": "将注入分享页面的 CSS 笔记。CSS 笔记也必须位于分享子树中。可以考虑一并使用 'share_hidden_from_tree' 和 'share_omit_default_css'。", - "share_js": "将注入分享页面的 JavaScript 笔记。JS 笔记也必须位于分享子树中。可以考虑一并使用 'share_hidden_from_tree'。", - "share_template": "用作显示分享笔记的模板的嵌入式 JavaScript 笔记。如果没有,将回退到默认模板。可以考虑一并使用 'share_hidden_from_tree'。", - "share_favicon": "在分享页面中设置的 favicon 笔记。一般需要将它设置为分享和可继承。Favicon 笔记也必须位于分享子树中。可以考虑一并使用 'share_hidden_from_tree'。", - "is_owned_by_note": "由此笔记所有", - "other_notes_with_name": "其它含有 {{attributeType}} 名为 \"{{attributeName}}\" 的的笔记", - "and_more": "... 以及另外 {{count}} 个。", - "print_landscape": "导出为 PDF 时,将页面方向更改为横向而不是纵向。", - "print_page_size": "导出为 PDF 时,更改页面大小。支持的值:A0A1A2A3A4A5A6LegalLetterTabloidLedger。", - "color_type": "颜色" - }, - "attribute_editor": { - "help_text_body1": "要添加标签,只需输入例如 #rock 或者如果您还想添加值,则例如 #year = 2020", - "help_text_body2": "对于关系,请输入 ~author = @,这将显示一个自动完成列表,您可以查找所需的笔记。", - "help_text_body3": "您也可以使用右侧的 + 按钮添加标签和关系。", - "save_attributes": "保存属性 ", - "add_a_new_attribute": "添加新属性", - "add_new_label": "添加新标签 ", - "add_new_relation": "添加新关系 ", - "add_new_label_definition": "添加新标签定义", - "add_new_relation_definition": "添加新关系定义", - "placeholder": "在此输入标签和关系" - }, - "abstract_bulk_action": { - "remove_this_search_action": "删除此搜索操作" - }, - "execute_script": { - "execute_script": "执行脚本", - "help_text": "您可以在匹配的笔记上执行简单的脚本。", - "example_1": "例如,要在笔记标题后附加字符串,请使用以下脚本:", - "example_2": "更复杂的例子,删除所有匹配的笔记属性:" - }, - "add_label": { - "add_label": "添加标签", - "label_name_placeholder": "标签名称", - "label_name_title": "允许使用字母、数字、下划线和冒号。", - "to_value": "值为", - "new_value_placeholder": "新值", - "help_text": "在所有匹配的笔记上:", - "help_text_item1": "如果笔记尚无此标签,则创建给定的标签", - "help_text_item2": "或更改现有标签的值", - "help_text_note": "您也可以在不指定值的情况下调用此方法,这种情况下,标签将分配给没有值的笔记。" - }, - "delete_label": { - "delete_label": "删除标签", - "label_name_placeholder": "标签名称", - "label_name_title": "允许使用字母、数字、下划线和冒号。" - }, - "rename_label": { - "rename_label": "重命名标签", - "rename_label_from": "重命名标签从", - "old_name_placeholder": "旧名称", - "to": "改为", - "new_name_placeholder": "新名称", - "name_title": "允许使用字母、数字、下划线和冒号。" - }, - "update_label_value": { - "update_label_value": "更新标签值", - "label_name_placeholder": "标签名称", - "label_name_title": "允许使用字母、数字、下划线和冒号。", - "to_value": "值为", - "new_value_placeholder": "新值", - "help_text": "在所有匹配的笔记上,更改现有标签的值。", - "help_text_note": "您也可以在不指定值的情况下调用此方法,这种情况下,标签将分配给没有值的笔记。" - }, - "delete_note": { - "delete_note": "删除笔记", - "delete_matched_notes": "删除匹配的笔记", - "delete_matched_notes_description": "这将删除匹配的笔记。", - "undelete_notes_instruction": "删除后,可以从“最近修改”对话框中恢复它们。", - "erase_notes_instruction": "要永久擦除笔记,您可以在删除后转到“选项”->“其他”,然后单击“立即擦除已删除的笔记”按钮。" - }, - "delete_revisions": { - "delete_note_revisions": "删除笔记修订版本", - "all_past_note_revisions": "所有匹配笔记的过去修订版本都将被删除。笔记本身将完全保留。换句话说,笔记的历史将被删除。" - }, - "move_note": { - "move_note": "移动笔记", - "to": "到", - "target_parent_note": "目标父笔记", - "on_all_matched_notes": "对于所有匹配的笔记", - "move_note_new_parent": "如果笔记只有一个父级(即旧分支被移除并创建新分支到新父级),则将笔记移动到新父级", - "clone_note_new_parent": "如果笔记有多个克隆/分支(不清楚应该移除哪个分支),则将笔记克隆到新父级", - "nothing_will_happen": "如果笔记无法移动到目标笔记(即这会创建一个树循环),则不会发生任何事情" - }, - "rename_note": { - "rename_note": "重命名笔记", - "rename_note_title_to": "重命名笔记标题为", - "new_note_title": "新笔记标题", - "click_help_icon": "点击右侧的帮助图标查看所有选项", - "evaluated_as_js_string": "给定的值被评估为 JavaScript 字符串,因此可以通过注入的 note 变量(正在重命名的笔记)丰富动态内容。 例如:", - "example_note": "Note - 所有匹配的笔记都被重命名为“Note”", - "example_new_title": "NEW: ${note.title} - 匹配的笔记标题以“NEW: ”为前缀", - "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - 匹配的笔记以笔记的创建月份-日期为前缀", - "api_docs": "有关详细信息,请参阅笔记及其dateCreatedObj / utcDateCreatedObj 属性的API文档。" - }, - "add_relation": { - "add_relation": "添加关系", - "relation_name": "关系名称", - "allowed_characters": "允许的字符为字母数字、下划线和冒号。", - "to": "到", - "target_note": "目标笔记", - "create_relation_on_all_matched_notes": "在所有匹配的笔记上创建指定的关系。" - }, - "delete_relation": { - "delete_relation": "删除关系", - "relation_name": "关系名称", - "allowed_characters": "允许的字符为字母数字、下划线和冒号。" - }, - "rename_relation": { - "rename_relation": "重命名关系", - "rename_relation_from": "重命名关系,从", - "old_name": "旧名称", - "to": "改为", - "new_name": "新名称", - "allowed_characters": "允许的字符为字母数字、下划线和冒号。" - }, - "update_relation_target": { - "update_relation": "更新关系", - "relation_name": "关系名称", - "allowed_characters": "允许的字符为字母数字、下划线和冒号。", - "to": "到", - "target_note": "目标笔记", - "on_all_matched_notes": "在所有匹配的笔记上", - "change_target_note": "或更改现有关系的目标笔记", - "update_relation_target": "更新关系目标" - }, - "attachments_actions": { - "open_externally": "用外部程序打开", - "open_externally_title": "文件将会在外部应用程序中打开,并监视其更改。然后您可以将修改后的版本上传回 Trilium。", - "open_custom": "自定义打开方式", - "open_custom_title": "文件将会在外部应用程序中打开,并监视其更改。然后您可以将修改后的版本上传回 Trilium。", - "download": "下载", - "rename_attachment": "重命名附件", - "upload_new_revision": "上传新版本", - "copy_link_to_clipboard": "复制链接到剪贴板", - "convert_attachment_into_note": "将附件转换为笔记", - "delete_attachment": "删除附件", - "upload_success": "新附件修订版本已上传。", - "upload_failed": "新附件修订版本上传失败。", - "open_externally_detail_page": "外部打开附件仅在详细页面中可用,请首先点击附件详细信息,然后重复此操作。", - "open_custom_client_only": "自定义打开附件只能通过客户端完成。", - "delete_confirm": "您确定要删除附件 '{{title}}' 吗?", - "delete_success": "附件 '{{title}}' 已被删除。", - "convert_confirm": "您确定要将附件 '{{title}}' 转换为单独的笔记吗?", - "convert_success": "附件 '{{title}}' 已转换为笔记。", - "enter_new_name": "请输入附件的新名称" - }, - "calendar": { - "mon": "一", - "tue": "二", - "wed": "三", - "thu": "四", - "fri": "五", - "sat": "六", - "sun": "日", - "cannot_find_day_note": "无法找到日记", - "cannot_find_week_note": "无法找到周记", - "january": "一月", - "february": "二月", - "march": "三月", - "april": "四月", - "may": "五月", - "june": "六月", - "july": "七月", - "august": "八月", - "september": "九月", - "october": "十月", - "november": "十一月", - "december": "十二月", - "week_previous": "上周", - "week_next": "下周", - "month_previous": "上个月", - "month_next": "下个月", - "year": "年", - "year_previous": "上一年", - "year_next": "明年", - "today": "今天", - "week": "周", - "month": "月", - "list": "列表" - }, - "close_pane_button": { - "close_this_pane": "关闭此面板" - }, - "create_pane_button": { - "create_new_split": "拆分面板" - }, - "edit_button": { - "edit_this_note": "编辑此笔记" - }, - "show_toc_widget_button": { - "show_toc": "显示目录" - }, - "show_highlights_list_widget_button": { - "show_highlights_list": "显示高亮列表" - }, - "global_menu": { - "menu": "菜单", - "options": "选项", - "open_new_window": "打开新窗口", - "switch_to_mobile_version": "切换到移动版", - "switch_to_desktop_version": "切换到桌面版", - "zoom": "缩放", - "toggle_fullscreen": "切换全屏", - "zoom_out": "缩小", - "reset_zoom_level": "重置缩放级别", - "zoom_in": "放大", - "configure_launchbar": "配置启动栏", - "show_shared_notes_subtree": "显示分享笔记子树", - "advanced": "高级", - "open_dev_tools": "打开开发工具", - "open_sql_console": "打开 SQL 控制台", - "open_sql_console_history": "打开 SQL 控制台历史记录", - "open_search_history": "打开搜索历史", - "show_backend_log": "显示后台日志", - "reload_hint": "重载可以帮助解决一些视觉故障,而无需重启整个应用程序。", - "reload_frontend": "重载前端", - "show_hidden_subtree": "显示隐藏子树", - "show_help": "显示帮助", - "about": "关于 TriliumNext 笔记", - "logout": "登出", - "show-cheatsheet": "显示快捷帮助", - "toggle-zen-mode": "禅模式", - "new-version-available": "新更新可用", - "download-update": "取得版本 {{latestVersion}}", - "search_notes": "搜索笔记" - }, - "zen_mode": { - "button_exit": "退出禅模式" - }, - "sync_status": { - "unknown": "

同步状态将在下一次同步尝试开始后显示。

点击以立即触发同步。

", - "connected_with_changes": "

已连接到同步服务器。
有一些未同步的变更。

点击以触发同步。

", - "connected_no_changes": "

已连接到同步服务器。
所有变更均已同步。

点击以触发同步。

", - "disconnected_with_changes": "

连接同步服务器失败。
有一些未同步的变更。

点击以触发同步。

", - "disconnected_no_changes": "

连接同步服务器失败。
所有已知变更均已同步。

点击以触发同步。

", - "in_progress": "正在与服务器进行同步。" - }, - "left_pane_toggle": { - "show_panel": "显示面板", - "hide_panel": "隐藏面板" - }, - "move_pane_button": { - "move_left": "向左移动", - "move_right": "向右移动" - }, - "note_actions": { - "convert_into_attachment": "转换为附件", - "re_render_note": "重新渲染笔记", - "search_in_note": "在笔记中搜索", - "note_source": "笔记源代码", - "note_attachments": "笔记附件", - "open_note_externally": "用外部程序打开笔记", - "open_note_externally_title": "文件将在外部应用程序中打开,并监视其更改。然后您可以将修改后的版本上传回 Trilium。", - "open_note_custom": "使用自定义程序打开笔记", - "import_files": "导入文件", - "export_note": "导出笔记", - "delete_note": "删除笔记", - "print_note": "打印笔记", - "save_revision": "保存笔记修订", - "convert_into_attachment_failed": "笔记 '{{title}}' 转换失败。", - "convert_into_attachment_successful": "笔记 '{{title}}' 已成功转换为附件。", - "convert_into_attachment_prompt": "确定要将笔记 '{{title}}' 转换为父笔记的附件吗?", - "print_pdf": "导出为 PDF...", - "open_note_on_server": "在服务器上打开笔记", - "view_revisions": "笔记修订...", - "note_map": "笔记地图", - "advanced": "高级", - "export_as_image": "导出为图像", - "export_as_image_png": "PNG(栅格)", - "export_as_image_svg": "SVG(矢量图)" - }, - "onclick_button": { - "no_click_handler": "按钮组件'{{componentId}}'没有定义点击处理程序" - }, - "protected_session_status": { - "active": "受保护的会话已激活。点击退出受保护的会话。", - "inactive": "点击进入受保护的会话" - }, - "revisions_button": { - "note_revisions": "笔记修订版本" - }, - "update_available": { - "update_available": "有更新可用" - }, - "note_launcher": { - "this_launcher_doesnt_define_target_note": "此启动器未定义目标笔记。" - }, - "code_buttons": { - "execute_button_title": "执行脚本", - "trilium_api_docs_button_title": "打开 Trilium API 文档", - "save_to_note_button_title": "保存到笔记", - "opening_api_docs_message": "正在打开 API 文档...", - "sql_console_saved_message": "SQL 控制台已保存到 {{note_path}}" - }, - "copy_image_reference_button": { - "button_title": "复制图片引用到剪贴板,可粘贴到文本笔记中。" - }, - "hide_floating_buttons_button": { - "button_title": "隐藏按钮" - }, - "show_floating_buttons_button": { - "button_title": "显示按钮" - }, - "svg_export_button": { - "button_title": "导出SVG格式图片" - }, - "relation_map_buttons": { - "create_child_note_title": "创建子笔记并添加到图", - "reset_pan_zoom_title": "重置平移和缩放到初始坐标和放大倍率", - "zoom_in_title": "放大", - "zoom_out_title": "缩小" - }, - "zpetne_odkazy": { - "relation": "关系", - "backlink_other": "{{count}} 个反链" - }, - "mobile_detail_menu": { - "insert_child_note": "插入子笔记", - "delete_this_note": "删除此笔记", - "error_cannot_get_branch_id": "无法获取 notePath '{{notePath}}' 的 branchId", - "error_unrecognized_command": "无法识别的命令 {{command}}", - "note_revisions": "笔记历史版本", - "backlinks": "反链", - "content_language_switcher": "内容语言: {{language}}" - }, - "note_icon": { - "change_note_icon": "更改笔记图标", - "search": "搜索:", - "reset-default": "重置为默认图标", - "search_placeholder_other": "在 {{count}} 个图标包中搜索 {{number}} 个图标", - "search_placeholder_filtered": "在 {{name}} 中搜索 {{number}} 个图标", - "filter": "筛选", - "filter-none": "所有图标", - "filter-default": "默认图标", - "icon_tooltip": "{{name}}\n图标包:{{iconPack}}", - "no_results": "没有找到图标。" - }, - "basic_properties": { - "note_type": "笔记类型", - "editable": "可编辑", - "basic_properties": "基本属性", - "language": "语言", - "configure_code_notes": "配置代码笔记…" - }, - "book_properties": { - "view_type": "视图类型", - "grid": "网格", - "list": "列表", - "collapse_all_notes": "折叠所有笔记", - "collapse": "折叠", - "expand": "展开", - "invalid_view_type": "无效的查看类型 '{{type}}'", - "calendar": "日历", - "book_properties": "集合属性", - "table": "表格", - "geo-map": "地理地图", - "board": "看板", - "include_archived_notes": "展示归档笔记", - "presentation": "演示", - "expand_tooltip": "展开此集合的直接子代(单层深度)。点击右方箭头以查看更多选项。", - "expand_first_level": "展开直接子代", - "expand_nth_level": "展开 {{depth}} 层", - "expand_all_levels": "展开所有层级", - "hide_child_notes": "隐藏树中的子笔记" - }, - "edited_notes": { - "no_edited_notes_found": "今天还没有编辑过的笔记...", - "title": "编辑过的笔记", - "deleted": "(已删除)" - }, - "file_properties": { - "note_id": "笔记 ID", - "original_file_name": "原始文件名", - "file_type": "文件类型", - "file_size": "文件大小", - "download": "下载", - "open": "用外部程序打开", - "upload_new_revision": "上传新修订版本", - "upload_success": "新文件修订版本已上传。", - "upload_failed": "新文件修订版本上传失败。", - "title": "文件" - }, - "image_properties": { - "original_file_name": "原始文件名", - "file_type": "文件类型", - "file_size": "文件大小", - "download": "下载", - "open": "打开", - "copy_reference_to_clipboard": "复制引用到剪贴板", - "upload_new_revision": "上传新修订版本", - "upload_success": "新图像修订版本已上传。", - "upload_failed": "新图像修订版本上传失败:{{message}}", - "title": "图像" - }, - "inherited_attribute_list": { - "title": "继承的属性", - "no_inherited_attributes": "没有继承的属性。", - "none": "无" - }, - "note_info_widget": { - "note_id": "笔记 ID", - "created": "创建时间", - "modified": "修改时间", - "type": "类型", - "note_size": "笔记大小", - "note_size_info": "笔记大小提供了该笔记存储需求的粗略估计。它考虑了笔记的内容及其笔记修订历史的内容。", - "calculate": "计算", - "subtree_size": "(子树大小: {{size}}, 共计 {{count}} 个笔记)", - "title": "笔记信息", - "show_similar_notes": "显示相似的笔记", - "mime": "文件类型" - }, - "note_map": { - "open_full": "展开显示", - "collapse": "折叠到正常大小", - "title": "笔记地图", - "fix-nodes": "固定节点", - "link-distance": "链接距离" - }, - "note_paths": { - "title": "笔记路径", - "clone_button": "克隆笔记到新位置...", - "intro_placed": "此笔记放置在以下路径中:", - "intro_not_placed": "此笔记尚未放入笔记树中。", - "outside_hoisted": "此路径在提升的笔记之外,您需要取消聚焦。", - "archived": "已归档", - "search": "搜索" - }, - "note_properties": { - "this_note_was_originally_taken_from": "笔记来源:", - "info": "信息" - }, - "owned_attribute_list": { - "owned_attributes": "拥有的属性" - }, - "promoted_attributes": { - "promoted_attributes": "升级属性", - "unset-field-placeholder": "未设置", - "url_placeholder": "http://www...", - "open_external_link": "打开外部链接", - "unknown_label_type": "未知的标签类型 '{{type}}'", - "unknown_attribute_type": "未知的属性类型 '{{type}}'", - "add_new_attribute": "添加新属性", - "remove_this_attribute": "移除此属性", - "remove_color": "移除此颜色标签" - }, - "script_executor": { - "query": "查询", - "script": "脚本", - "execute_query": "执行查询", - "execute_script": "执行脚本" - }, - "search_definition": { - "add_search_option": "添加搜索选项:", - "search_string": "搜索字符串", - "search_script": "搜索脚本", - "ancestor": "上级笔记", - "fast_search": "快速搜索", - "fast_search_description": "快速搜索选项禁用笔记内容的全文搜索,这可能会加速大数据库中的搜索。", - "include_archived": "包含归档", - "include_archived_notes_description": "归档的笔记默认不包含在搜索结果中,使用此选项将包含它们。", - "order_by": "排序方式", - "limit": "限制", - "limit_description": "限制结果数量", - "debug": "调试", - "debug_description": "调试将打印额外的调试信息到控制台,以帮助调试复杂查询", - "action": "操作", - "search_button": "搜索", - "search_execute": "搜索并执行操作", - "save_to_note": "保存到笔记", - "search_parameters": "搜索参数", - "unknown_search_option": "未知的搜索选项 {{searchOptionName}}", - "search_note_saved": "搜索笔记已保存到 {{- notePathTitle}}", - "actions_executed": "操作已执行。", - "view_options": "查看选项:", - "option": "选项" - }, - "similar_notes": { - "title": "相似笔记", - "no_similar_notes_found": "未找到相似的笔记。" - }, - "abstract_search_option": { - "remove_this_search_option": "删除此搜索选项", - "failed_rendering": "渲染搜索选项失败:{{dto}},错误信息:{{error}},堆栈:{{stack}}" - }, - "ancestor": { - "label": "上级笔记", - "placeholder": "按名称搜索笔记", - "depth_label": "深度", - "depth_doesnt_matter": "任意", - "depth_eq": "正好是 {{count}}", - "direct_children": "直接子代", - "depth_gt": "大于 {{count}}", - "depth_lt": "小于 {{count}}" - }, - "debug": { - "debug": "调试", - "debug_info": "调试将打印额外的调试信息到控制台,以帮助调试复杂的查询。", - "access_info": "要访问调试信息,请执行查询并点击左上角的“显示后端日志”。" - }, - "fast_search": { - "fast_search": "快速搜索", - "description": "快速搜索选项禁用笔记内容的全文搜索,这可能会加快在大型数据库中的搜索速度。" - }, - "include_archived_notes": { - "include_archived_notes": "包括已归档的笔记" - }, - "limit": { - "limit": "限制", - "take_first_x_results": "仅取前 X 个指定结果。" - }, - "order_by": { - "order_by": "排序依据", - "relevancy": "相关性(默认)", - "title": "标题", - "date_created": "创建日期", - "date_modified": "最后修改日期", - "content_size": "笔记内容大小", - "content_and_attachments_size": "笔记内容大小(包括附件)", - "content_and_attachments_and_revisions_size": "笔记内容大小(包括附件和笔记修订历史)", - "revision_count": "修订版本数量", - "children_count": "子笔记数量", - "parent_count": "克隆数量", - "owned_label_count": "标签数量", - "owned_relation_count": "关系数量", - "target_relation_count": "指向笔记的关系数量", - "random": "随机顺序", - "asc": "升序(默认)", - "desc": "降序" - }, - "search_script": { - "title": "搜索脚本:", - "placeholder": "按名称搜索笔记", - "description1": "搜索脚本允许通过运行脚本来定义搜索结果。这在标准搜索不足时提供了最大的灵活性。", - "description2": "搜索脚本必须是类型为“代码”和子类型为“JavaScript 后端”。脚本需要返回一个 noteIds 或 notes 数组。", - "example_title": "请看这个例子:", - "example_code": "// 1. 使用标准搜索进行预过滤\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. 应用自定义搜索条件\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", - "note": "注意,搜索脚本和搜索字符串不能相互结合使用。" - }, - "search_string": { - "title_column": "搜索字符串:", - "placeholder": "全文关键词,#标签 = 值 ...", - "search_syntax": "搜索语法", - "also_see": "另见", - "complete_help": "完整的搜索语法帮助", - "full_text_search": "只需输入任何文本进行全文搜索", - "label_abc": "返回带有标签 abc 的笔记", - "label_year": "匹配带有标签年份且值为 2019 的笔记", - "label_rock_pop": "匹配同时具有 rock 和 pop 标签的笔记", - "label_rock_or_pop": "只需一个标签存在即可", - "label_year_comparison": "数字比较(也包括>,>=,<)。", - "label_date_created": "上个月创建的笔记", - "error": "搜索错误:{{error}}", - "search_prefix": "搜索:" - }, - "attachment_detail": { - "open_help_page": "打开附件帮助页面", - "owning_note": "所属笔记: ", - "you_can_also_open": ",您还可以打开 ", - "list_of_all_attachments": "所有附件列表", - "attachment_deleted": "该附件已被删除。" - }, - "attachment_list": { - "open_help_page": "打开附件帮助页面", - "owning_note": "所属笔记: ", - "upload_attachments": "上传附件", - "no_attachments": "此笔记没有附件。" - }, - "book": { - "no_children_help": "此类型为书籍的笔记没有任何子笔记,因此没有内容显示。请参阅 wiki 了解详情。", - "drag_locked_title": "锁定编辑", - "drag_locked_message": "无法拖拽,因为集合已被锁定编辑。" - }, - "editable_code": { - "placeholder": "在这里输入您的代码笔记内容..." - }, - "editable_text": { - "placeholder": "在这里输入您的笔记内容...", - "auto-detect-language": "自动检测", - "keeps-crashing": "编辑组件时持续崩溃。请尝试重启 Trilium。如果问题仍然存在,请考虑提交错误报告。", - "editor_crashed_title": "文本编辑器崩溃", - "editor_crashed_content": "您的内容已经成功恢复,但是某些最近的内容可能没有保存。", - "editor_crashed_details_button": "浏览更多明细...", - "editor_crashed_details_intro": "如果您多次经历此错误,考虑在Github上提交这些信息。", - "editor_crashed_details_title": "技术信息" - }, - "empty": { - "open_note_instruction": "通过在下面的输入框中输入笔记标题或在树中选择笔记来打开笔记。", - "search_placeholder": "按名称搜索笔记", - "enter_workspace": "进入工作区 {{title}}" - }, - "file": { - "file_preview_not_available": "此文件格式不支持预览。", - "too_big": "预览仅显示文件的前 {{maxNumChars}} 个字符以提高性能。下载文件并在外部打开以查看完整内容。" - }, - "protected_session": { - "enter_password_instruction": "显示受保护的笔记需要输入您的密码:", - "start_session_button": "开始受保护的会话", - "started": "受保护的会话已启动。", - "wrong_password": "密码错误。", - "protecting-finished-successfully": "保护操作已成功完成。", - "unprotecting-finished-successfully": "解除保护操作已成功完成。", - "protecting-in-progress": "保护进行中:{{count}}", - "unprotecting-in-progress-count": "解除保护进行中:{{count}}", - "protecting-title": "保护状态", - "unprotecting-title": "解除保护状态" - }, - "relation_map": { - "open_in_new_tab": "在新标签页中打开", - "remove_note": "删除笔记", - "edit_title": "编辑标题", - "rename_note": "重命名笔记", - "enter_new_title": "输入新的笔记标题:", - "remove_relation": "删除关系", - "confirm_remove_relation": "您确定要删除这个关系吗?", - "specify_new_relation_name": "指定新的关系名称(允许的字符:字母数字、冒号和下划线):", - "connection_exists": "笔记之间的连接 '{{name}}' 已经存在。", - "start_dragging_relations": "从这里开始拖动关系,并将其放置到另一个笔记上。", - "note_not_found": "笔记 {{noteId}} 未找到!", - "cannot_match_transform": "无法匹配变换:{{transform}}", - "note_already_in_diagram": "笔记 \"{{title}}\" 已经在图中。", - "enter_title_of_new_note": "输入新笔记的标题", - "default_new_note_title": "新笔记", - "click_on_canvas_to_place_new_note": "点击画布以放置新笔记" - }, - "render": { - "note_detail_render_help_1": "之所以显示此帮助说明,是因为这个类型为渲染 HTML 的笔记没有正常工作所需的关系。", - "note_detail_render_help_2": "渲染 HTML 笔记类型用于编写脚本。简而言之,您有一份 HTML 代码笔记(可包含一些 JavaScript),然后这个笔记会把页面渲染出来。要使其正常工作,您需要定义一个名为 \"renderNote\" 的关系指向要渲染的 HTML 笔记。" - }, - "web_view": { - "web_view": "网页视图", - "embed_websites": "网页视图类型的笔记允许您将网站嵌入到 Trilium 中。", - "create_label": "首先,请创建一个带有您要嵌入的 URL 地址的标签,例如 #webViewSrc=\"https://www.bing.com\"" - }, - "backend_log": { - "refresh": "刷新" - }, - "consistency_checks": { - "title": "检查一致性", - "find_and_fix_button": "查找并修复一致性问题", - "finding_and_fixing_message": "正在查找并修复一致性问题...", - "issues_fixed_message": "一致性问题应该已被修复。" - }, - "database_anonymization": { - "title": "数据库匿名化", - "full_anonymization": "完全匿名化", - "full_anonymization_description": "此操作将创建一个新的数据库副本并进行匿名化处理(删除所有笔记内容,仅保留结构和一些非敏感元数据),用来分享到网上做调试而不用担心泄漏您的个人资料。", - "save_fully_anonymized_database": "保存完全匿名化的数据库", - "light_anonymization": "轻度匿名化", - "light_anonymization_description": "此操作将创建一个新的数据库副本,并对其进行轻度匿名化处理——仅删除所有笔记的内容,但保留标题和属性。此外,自定义 JS 前端/后端脚本笔记和自定义小部件将保留。这提供了更多上下文以调试问题。", - "choose_anonymization": "您可以自行决定是提供完全匿名化还是轻度匿名化的数据库。即使是完全匿名化的数据库也非常有用,但在某些情况下,轻度匿名化的数据库可以加快错误识别和修复的过程。", - "save_lightly_anonymized_database": "保存轻度匿名化的数据库", - "existing_anonymized_databases": "现有的匿名化数据库", - "creating_fully_anonymized_database": "正在创建完全匿名化的数据库...", - "creating_lightly_anonymized_database": "正在创建轻度匿名化的数据库...", - "error_creating_anonymized_database": "无法创建匿名化数据库,请检查后端日志以获取详细信息", - "successfully_created_fully_anonymized_database": "成功创建完全匿名化的数据库,路径为 {{anonymizedFilePath}}", - "successfully_created_lightly_anonymized_database": "成功创建轻度匿名化的数据库,路径为 {{anonymizedFilePath}}", - "no_anonymized_database_yet": "尚无匿名化数据库。" - }, - "database_integrity_check": { - "title": "数据库完整性检查", - "description": "检查 SQLite 数据库是否损坏。根据数据库的大小,可能会需要一些时间。", - "check_button": "检查数据库完整性", - "checking_integrity": "正在检查数据库完整性...", - "integrity_check_succeeded": "完整性检查成功 - 未发现问题。", - "integrity_check_failed": "完整性检查失败: {{results}}" - }, - "sync": { - "title": "同步", - "force_full_sync_button": "强制全量同步", - "fill_entity_changes_button": "填充实体变更记录", - "full_sync_triggered": "全量同步已触发", - "filling_entity_changes": "正在填充实体变更行...", - "sync_rows_filled_successfully": "同步行填充成功", - "finished-successfully": "同步已完成。", - "failed": "同步失败:{{message}}" - }, - "vacuum_database": { - "title": "数据库清理", - "description": "这会重建数据库,通常会减少占用空间,不会删除数据。", - "button_text": "清理数据库", - "vacuuming_database": "正在清理数据库...", - "database_vacuumed": "数据库已清理" - }, - "fonts": { - "theme_defined": "跟随主题", - "fonts": "字体", - "main_font": "主字体", - "font_family": "字体系列", - "size": "大小", - "note_tree_font": "笔记树字体", - "note_detail_font": "笔记详情字体", - "monospace_font": "等宽(代码)字体", - "note_tree_and_detail_font_sizing": "请注意,笔记树字体和详细字体的大小相对于主字体大小设置。", - "not_all_fonts_available": "并非所有列出的字体都可能在您的系统上可用。", - "apply_font_changes": "要应用字体更改,请点击", - "reload_frontend": "重载前端", - "generic-fonts": "通用字体", - "sans-serif-system-fonts": "无衬线系统字体", - "serif-system-fonts": "衬线系统字体", - "monospace-system-fonts": "等宽系统字体", - "handwriting-system-fonts": "手写系统字体", - "serif": "衬线", - "sans-serif": "无衬线", - "monospace": "等宽", - "system-default": "系统默认" - }, - "max_content_width": { - "title": "内容宽度", - "default_description": "Trilium默认会限制内容的最大宽度以提高在宽屏中全屏时的可读性。", - "max_width_label": "内容最大宽度(像素)", - "max_width_unit": "像素", - "centerContent": "保持内容居中" - }, - "native_title_bar": { - "title": "原生标题栏(需要重新启动应用)", - "enabled": "启用", - "disabled": "禁用" - }, - "ribbon": { - "widgets": "功能选项组件", - "promoted_attributes_message": "如果笔记中存在升级属性,则自动打开升级属性功能区标签页", - "edited_notes_message": "日记笔记自动打开编辑过的笔记功能区标签页" - }, - "theme": { - "title": "主题", - "theme_label": "主题", - "override_theme_fonts_label": "覆盖主题字体", - "triliumnext": "Trilium(跟随系统颜色方案)", - "triliumnext-light": "Trilium(浅色)", - "triliumnext-dark": "Trilium(深色)", - "layout": "布局", - "layout-vertical-title": "垂直", - "layout-horizontal-title": "水平", - "layout-vertical-description": "启动栏位于左侧(默认)", - "layout-horizontal-description": "启动栏位于标签页栏下方,标签页栏现在是全宽的。", - "auto_theme": "传统(跟随系统配色方案)", - "light_theme": "传统(浅色)", - "dark_theme": "传统(深色)" - }, - "zoom_factor": { - "title": "缩放系数(仅桌面客户端有效)", - "description": "缩放也可以通过 CTRL+- 和 CTRL+= 快捷键进行控制。" - }, - "code_auto_read_only_size": { - "title": "自动只读大小", - "description": "自动只读大小是指笔记超过设置的大小后自动设置为只读模式(为性能考虑)。", - "label": "自动只读大小(代码笔记)", - "unit": "字符" - }, - "code_mime_types": { - "title": "下拉菜单可用的MIME文件类型", - "tooltip_syntax_highlighting": "语法高亮", - "tooltip_code_block_syntax": "文本笔记中的代码块", - "tooltip_code_note_syntax": "代码笔记" - }, - "vim_key_bindings": { - "use_vim_keybindings_in_code_notes": "Vim 快捷键", - "enable_vim_keybindings": "在代码笔记中启用 Vim 快捷键(不包含 ex 模式)" - }, - "wrap_lines": { - "wrap_lines_in_code_notes": "代码笔记自动换行", - "enable_line_wrap": "启用自动换行(需要重载前端才会生效)" - }, - "images": { - "images_section_title": "图片", - "download_images_automatically": "自动下载图片以供离线使用。", - "download_images_description": "粘贴的 HTML 可能包含在线图片的引用,Trilium 会找到这些引用并下载图片,以便它们可以离线使用。", - "enable_image_compression": "启用图片压缩", - "max_image_dimensions": "图片的最大宽度/高度(超过此限制的图像将会被缩放)。", - "jpeg_quality_description": "JPEG 质量(10 - 最差质量,100 最佳质量,建议为 50 - 85)", - "max_image_dimensions_unit": "像素" - }, - "attachment_erasure_timeout": { - "attachment_erasure_timeout": "附件清理超时", - "attachment_auto_deletion_description": "如果附件在一段时间后不再被笔记引用,它们将自动被删除(并被清理)。", - "erase_attachments_after": "在此时间后删除未使用的附件:", - "manual_erasing_description": "您还可以手动触发清理(而不考虑上述定义的超时时间):", - "erase_unused_attachments_now": "立即清理未使用的附件笔记", - "unused_attachments_erased": "未使用的附件已被删除。" - }, - "network_connections": { - "network_connections_title": "网络连接", - "check_for_updates": "自动检查更新" - }, - "note_erasure_timeout": { - "note_erasure_timeout_title": "笔记清理超时", - "note_erasure_description": "被删除的笔记(以及属性、修订历史等)最初仅被标记为“删除”,可以从“最近修改”对话框中恢复它们。经过一段时间后,已删除的笔记会被“清理”,这意味着它们的内容将无法恢复。此设置允许您配置从删除到清除笔记之间的时间长度。", - "erase_notes_after": "在此时间后删除笔记:", - "manual_erasing_description": "您还可以手动触发清理(不考虑上述定义的超时):", - "erase_deleted_notes_now": "立即清理已删除的笔记", - "deleted_notes_erased": "已删除的笔记已被清理。" - }, - "revisions_snapshot_interval": { - "note_revisions_snapshot_interval_title": "笔记修订快照间隔", - "note_revisions_snapshot_description": "笔记修订快照间隔是创建新笔记修订的时间。有关更多信息,请参见 wiki。", - "snapshot_time_interval_label": "笔记修订快照时间间隔:" - }, - "revisions_snapshot_limit": { - "note_revisions_snapshot_limit_title": "笔记修订快照限制", - "note_revisions_snapshot_limit_description": "笔记修订快照数限制指的是每个笔记可以保存的最大历史记录数量。其中 -1 表示没有限制,0 表示删除所有历史记录。您可以通过 #versioningLimit 标签设置单个笔记的最大修订记录数量。", - "snapshot_number_limit_label": "笔记修订快照数量限制:", - "erase_excess_revision_snapshots": "立即删除多余的修订快照", - "erase_excess_revision_snapshots_prompt": "多余的修订快照已被删除。", - "snapshot_number_limit_unit": "快照" - }, - "search_engine": { - "title": "搜索引擎", - "custom_search_engine_info": "自定义搜索引擎需要设置名称和 URL。如果这两者之一未设置,将默认使用 DuckDuckGo 作为搜索引擎。", - "predefined_templates_label": "预定义搜索引擎模板", - "bing": "必应", - "baidu": "百度", - "duckduckgo": "DuckDuckGo", - "google": "谷歌", - "custom_name_label": "自定义搜索引擎名称", - "custom_name_placeholder": "自定义搜索引擎名称", - "custom_url_label": "自定义搜索引擎 URL 应包含 {keyword} 作为搜索词的占位符。", - "custom_url_placeholder": "自定义搜索引擎 URL", - "save_button": "保存" - }, - "tray": { - "title": "系统托盘", - "enable_tray": "启用托盘图标(需要重启 Trilium 以生效)" - }, - "heading_style": { - "title": "标题风格", - "plain": "纯文本", - "underline": "下划线", - "markdown": "Markdown 风格" - }, - "highlights_list": { - "title": "高亮列表", - "description": "您可以自定义右侧面板中显示的高亮列表:", - "bold": "粗体", - "italic": "斜体", - "underline": "下划线", - "color": "字体颜色", - "bg_color": "背景颜色", - "visibility_title": "高亮列表可见性", - "visibility_description": "您可以通过添加 #hideHighlightWidget 标签来隐藏单个笔记的高亮小部件。", - "shortcut_info": "您可以在选项 -> 快捷键中为快速切换右侧面板(包括高亮列表)配置键盘快捷键(名称为 'toggleRightPane')。" - }, - "table_of_contents": { - "title": "目录", - "description": "当笔记中有超过一定数量的标题时,显示目录。您可以自定义此数量:", - "disable_info": "您可以设置一个非常大的数来禁用目录。", - "shortcut_info": "您可以在 “选项” -> “快捷键” 中配置一个键盘快捷键,以便快速切换右侧面板(包括目录)(名称为 'toggleRightPane')。", - "unit": "标题" - }, - "text_auto_read_only_size": { - "title": "自动只读大小", - "description": "自动只读笔记大小是超过该大小后,笔记将以只读模式显示(出于性能考虑)。", - "label": "自动只读大小(文本笔记)", - "unit": "字符" - }, - "i18n": { - "title": "本地化", - "language": "语言", - "first-day-of-the-week": "一周的第一天", - "sunday": "周日", - "monday": "周一", - "first-week-of-the-year": "一年的第一周", - "first-week-contains-first-day": "第一周包含一年的第一天", - "first-week-contains-first-thursday": "第一周包含一年的第一个周四", - "first-week-has-minimum-days": "第一周有最小天数", - "min-days-in-first-week": "第一周的最小天数", - "first-week-info": "第一周包含一年的第一个周四,基于 ISO 8601 标准。", - "first-week-warning": "更改第一周选项可能会导致与现有周笔记重复,已创建的周笔记将不会相应更新。", - "formatting-locale": "日期和数字格式", - "tuesday": "周二", - "wednesday": "周三", - "thursday": "周四", - "friday": "周五", - "saturday": "周六", - "formatting-locale-auto": "依应用的语言设置" - }, - "backup": { - "automatic_backup": "自动备份", - "automatic_backup_description": "Trilium 可以自动备份数据库:", - "enable_daily_backup": "启用每日备份", - "enable_weekly_backup": "启用每周备份", - "enable_monthly_backup": "启用每月备份", - "backup_recommendation": "建议打开备份功能,但这可能会使大型数据库和/或慢速存储设备的应用程序启动变慢。", - "backup_now": "立即备份", - "backup_database_now": "立即备份数据库", - "existing_backups": "现有备份", - "date-and-time": "日期和时间", - "path": "路径", - "database_backed_up_to": "数据库已备份到 {{backupFilePath}}", - "no_backup_yet": "尚无备份" - }, - "etapi": { - "title": "ETAPI", - "description": "ETAPI 是一个 REST API,用于以编程方式访问 Trilium 实例,而无需 UI。", - "create_token": "创建新的 ETAPI 令牌", - "existing_tokens": "现有令牌", - "no_tokens_yet": "目前还没有令牌。点击上面的按钮创建一个。", - "token_name": "令牌名称", - "created": "创建时间", - "actions": "操作", - "new_token_title": "新 ETAPI 令牌", - "new_token_message": "请输入新的令牌名称", - "default_token_name": "新令牌", - "error_empty_name": "令牌名称不能为空", - "token_created_title": "ETAPI 令牌已创建", - "token_created_message": "将创建的令牌复制到剪贴板。Trilium 存储了令牌的哈希值,这是您最后一次看到它。", - "rename_token": "重命名此令牌", - "delete_token": "删除/停用此令牌", - "rename_token_title": "重命名令牌", - "rename_token_message": "请输入新的令牌名称", - "delete_token_confirmation": "您确定要删除 ETAPI 令牌 \"{{name}}\" 吗?" - }, - "options_widget": { - "options_status": "选项状态", - "options_change_saved": "选项更改已保存。" - }, - "password": { - "heading": "密码", - "alert_message": "请务必记住您的新密码。密码用于登录 Web 界面和加密保护的笔记。如果您忘记了密码,所有保护的笔记将永久丢失。", - "reset_link": "点击这里重置。", - "old_password": "旧密码", - "new_password": "新密码", - "new_password_confirmation": "新密码确认", - "change_password": "更改密码", - "protected_session_timeout": "受保护会话超时", - "protected_session_timeout_description": "受保护会话超时是一个时间段,超时后受保护会话会从浏览器内存中清除。这是从最后一次与受保护笔记的交互开始计时的。更多信息请见", - "wiki": "维基", - "for_more_info": "更多信息。", - "protected_session_timeout_label": "受保护的会话超时:", - "reset_confirmation": "重置密码将永久丧失对所有现受保护笔记的访问。您真的要重置密码吗?", - "reset_success_message": "密码已重置。请设置新密码", - "change_password_heading": "更改密码", - "set_password_heading": "设置密码", - "set_password": "设置密码", - "password_mismatch": "新密码不一致。", - "password_changed_success": "密码已更改。按 OK 后 Trilium 将重载。" - }, - "multi_factor_authentication": { - "title": "多因素认证(MFA)", - "description": "多因素认证(MFA)为您的账户添加了额外的安全层。除了输入密码登录外,MFA还要求您提供一个或多个额外的验证信息来验证您的身份。这样,即使有人获得了您的密码,没有第二个验证信息他们也无法访问您的账户。这就像给您的门添加了一把额外的锁,让他人更难闯入。

请按照以下说明启用 MFA。如果您配置不正确,登录将仅使用密码。", - "mfa_enabled": "启用多因素认证", - "mfa_method": "MFA 方法", - "electron_disabled": "当前桌面版本不支持多因素认证。", - "totp_title": "基于时间的一次性密码(TOTP)", - "totp_description": "TOTP(基于时间的一次性密码)是一种安全功能,它会生成一个每30秒变化的唯一临时代码。您需要使用这个代码和您的密码一起登录账户,这使得他人更难访问您的账户。", - "totp_secret_title": "生成 TOTP 密钥", - "totp_secret_generate": "生成 TOTP 密钥", - "totp_secret_regenerate": "重新生成 TOTP 密钥", - "no_totp_secret_warning": "要启用 TOTP,您需要先生成一个 TOTP 密钥。", - "totp_secret_description_warning": "生成新的 TOTP 密钥后,您需要使用新的 TOTP 密钥重新登录。", - "totp_secret_generated": "TOTP 密钥已生成", - "totp_secret_warning": "请将生成的密钥保存在安全的地方。它将不会再次显示。", - "totp_secret_regenerate_confirm": "您确定要重新生成 TOTP 密钥吗?这将使之前的 TOTP 密钥失效,并使所有现有的恢复代码失效。请将生成的密钥保存在安全的地方。它将不会再次显示。", - "recovery_keys_title": "单点登录恢复密钥", - "recovery_keys_description": "单点登录恢复密钥用于在您无法访问您的认证器代码时登录。离开页面后,恢复密钥将不会再次显示。请将它们保存在安全的地方。", - "recovery_keys_description_warning": "离开页面后,恢复密钥将不会再次显示。请将它们保存在安全的地方。
一旦恢复密钥被使用,它将无法再次使用。", - "recovery_keys_error": "生成恢复代码时出错", - "recovery_keys_no_key_set": "未设置恢复代码", - "recovery_keys_generate": "生成恢复代码", - "recovery_keys_regenerate": "重新生成恢复代码", - "recovery_keys_used": "已使用: {{date}}", - "recovery_keys_unused": "恢复代码 {{index}} 未使用", - "oauth_title": "OAuth/OpenID 认证", - "oauth_description": "OpenID 是一种标准化方式,允许您使用其他服务(如 Google)的账号登录网站来验证您的身份。默认的身份提供者是 Google,但您可以更改为任何其他 OpenID 提供者。点击这里了解更多信息。请参阅这些 指南 通过 Google 设置 OpenID 服务。", - "oauth_description_warning": "要启用 OAuth/OpenID,您需要设置 config.ini 文件中的 OAuth/OpenID 基础 URL、客户端 ID 和客户端密钥,并重新启动应用程序。如果要从环境变量设置,请设置 TRILIUM_OAUTH_BASE_URL、TRILIUM_OAUTH_CLIENT_ID 和 TRILIUM_OAUTH_CLIENT_SECRET 环境变量。", - "oauth_missing_vars": "缺少以下设置项:{{-variables}}", - "oauth_user_account": "用户账号: ", - "oauth_user_email": "用户邮箱: ", - "oauth_user_not_logged_in": "未登录!" - }, - "shortcuts": { - "keyboard_shortcuts": "快捷键", - "multiple_shortcuts": "同一操作的多个快捷键可以用逗号分隔。", - "electron_documentation": "请参阅 Electron 文档,了解可用的修饰符和键码。", - "type_text_to_filter": "输入文字以过滤快捷键...", - "action_name": "操作名称", - "shortcuts": "快捷键", - "default_shortcuts": "默认快捷键", - "description": "描述", - "reload_app": "重载应用以应用更改", - "set_all_to_default": "将所有快捷键重置为默认值", - "confirm_reset": "您确定要将所有键盘快捷键重置为默认值吗?" - }, - "spellcheck": { - "title": "拼写检查", - "description": "这些选项仅适用于桌面版本,浏览器将使用其原生的拼写检查功能。", - "enable": "启用拼写检查", - "language_code_label": "语言代码", - "language_code_placeholder": "例如 \"en-US\", \"de-AT\"", - "multiple_languages_info": "多种语言可以用逗号分隔,例如 \"en-US, de-DE, cs\"。 ", - "available_language_codes_label": "可用的语言代码:", - "restart-required": "拼写检查选项的更改将在应用重启后生效。" - }, - "sync_2": { - "config_title": "同步配置", - "server_address": "服务器实例地址", - "timeout": "同步超时(单位:毫秒)", - "proxy_label": "同步代理服务器(可选)", - "note": "注意", - "note_description": "代理设置留空则使用系统代理(仅桌面客户端有效)。", - "special_value_description": "另一个特殊值是 noproxy,它强制忽略系统代理并遵守 NODE_TLS_REJECT_UNAUTHORIZED。", - "save": "保存", - "help": "帮助", - "test_title": "同步测试", - "test_description": "测试和同步服务器之间的连接。如果同步服务器没有初始化,会将本地文档同步到同步服务器上。", - "test_button": "测试同步", - "handshake_failed": "同步服务器握手失败,错误:{{message}}", - "timeout_unit": "毫秒" - }, - "api_log": { - "close": "关闭" - }, - "attachment_detail_2": { - "will_be_deleted_in": "此附件将在 {{time}} 后自动删除", - "will_be_deleted_soon": "该附件在不久后将被自动删除", - "deletion_reason": ",因为该附件未链接在笔记的内容中。为防止被删除,请将附件链接重新添加到内容中或将附件转换为笔记。", - "role_and_size": "角色:{{role}},大小:{{size}},文件类型:{{- mimeType}}", - "link_copied": "附件链接已复制到剪贴板。", - "unrecognized_role": "无法识别的附件角色 '{{role}}'。" - }, - "bookmark_switch": { - "bookmark": "书签", - "bookmark_this_note": "将此笔记添加到左侧面板的书签", - "remove_bookmark": "移除书签" - }, - "editability_select": { - "auto": "自动", - "read_only": "只读", - "always_editable": "始终可编辑", - "note_is_editable": "笔记如果不太长则可编辑。", - "note_is_read_only": "笔记为只读,但可以通过点击按钮进行编辑。", - "note_is_always_editable": "无论笔记长度如何,始终可编辑。" - }, - "note-map": { - "button-link-map": "链接地图", - "button-tree-map": "树形地图" - }, - "tree-context-menu": { - "open-in-a-new-tab": "在新标签页中打开", - "open-in-a-new-split": "在新分栏中打开", - "insert-note-after": "在后面插入笔记", - "insert-child-note": "插入子笔记", - "delete": "删除", - "search-in-subtree": "在子树中搜索", - "hoist-note": "聚焦笔记", - "unhoist-note": "取消聚焦笔记", - "edit-branch-prefix": "编辑分支前缀", - "advanced": "高级", - "expand-subtree": "展开子树", - "collapse-subtree": "折叠子树", - "sort-by": "排序方式...", - "recent-changes-in-subtree": "子树中的最近更改", - "convert-to-attachment": "转换为附件", - "copy-note-path-to-clipboard": "复制笔记路径到剪贴板", - "protect-subtree": "保护子树", - "unprotect-subtree": "取消保护子树", - "copy-clone": "复制 / 克隆", - "clone-to": "克隆到...", - "cut": "剪切", - "move-to": "移动到...", - "paste-into": "粘贴到里面", - "paste-after": "粘贴到后面", - "export": "导出", - "import-into-note": "导入到笔记", - "apply-bulk-actions": "应用批量操作", - "converted-to-attachments": "{{count}} 个笔记已被转换为附件。", - "convert-to-attachment-confirm": "确定要将选中的笔记转换为其父笔记的附件吗?此操作仅适用于图像笔记,其他笔记将被跳过。", - "duplicate": "复制", - "open-in-popup": "快速编辑", - "archive": "归档", - "unarchive": "解压", - "open-in-a-new-window": "在新窗口中打开", - "hide-subtree": "隐藏子树", - "show-subtree": "显示子树" - }, - "shared_info": { - "help_link": "访问 wiki 获取帮助。", - "shared_publicly": "该笔记已在 {{- link}} 上公开分享。", - "shared_locally": "此笔记在本地通过 {{- link}} 进行共享。" - }, - "note_types": { - "text": "文本", - "code": "代码", - "saved-search": "保存的搜索", - "relation-map": "关系图", - "note-map": "笔记地图", - "render-note": "渲染笔记", - "mermaid-diagram": "Mermaid 图", - "canvas": "画布", - "web-view": "网页视图", - "mind-map": "思维导图", - "file": "文件", - "image": "图片", - "launcher": "启动器", - "doc": "文档", - "widget": "小部件", - "confirm-change": "当笔记内容不为空时,不建议更改笔记类型。您仍然要继续吗?", - "geo-map": "地理地图", - "beta-feature": "测试版", - "task-list": "任务列表", - "ai-chat": "AI聊天", - "new-feature": "新建", - "collections": "集合", - "book": "集合" - }, - "protect_note": { - "toggle-on": "保护笔记", - "toggle-off": "取消保护笔记", - "toggle-on-hint": "笔记未受保护,点击以保护", - "toggle-off-hint": "笔记已受保护,点击以取消保护" - }, - "shared_switch": { - "shared": "已分享", - "toggle-on-title": "分享笔记", - "toggle-off-title": "取消分享笔记", - "shared-branch": "此笔记仅作为共享笔记存在,取消共享将删除它。您确定要继续并删除此笔记吗?", - "inherited": "此笔记无法在此处取消共享,因为它通过继承自上级笔记共享。" - }, - "template_switch": { - "template": "模板", - "toggle-on-hint": "将此笔记设为模板", - "toggle-off-hint": "取消笔记模板设置" - }, - "open-help-page": "打开帮助页面", - "find": { - "case_sensitive": "区分大小写", - "match_words": "匹配单词", - "find_placeholder": "在文本中查找...", - "replace_placeholder": "替换为...", - "replace": "替换", - "replace_all": "全部替换" - }, - "highlights_list_2": { - "title": "高亮列表", - "options": "选项", - "title_with_count_other": "{{count}} 处高亮", - "modal_title": "配置高亮列表", - "menu_configure": "配置高亮列表...", - "no_highlights": "未找到高亮内容。" - }, - "quick-search": { - "placeholder": "快速搜索", - "searching": "正在搜索...", - "no-results": "未找到结果", - "more-results": "... 以及另外 {{number}} 个结果。", - "show-in-full-search": "在完整的搜索界面中显示" - }, - "note_tree": { - "collapse-title": "折叠笔记树", - "scroll-active-title": "滚动到活跃笔记", - "tree-settings-title": "树设置", - "hide-archived-notes": "隐藏已归档笔记", - "automatically-collapse-notes": "自动折叠笔记", - "automatically-collapse-notes-title": "笔记在一段时间内未使用将被折叠,以减少树形结构的杂乱。", - "save-changes": "保存并应用更改", - "auto-collapsing-notes-after-inactivity": "在不活跃后自动折叠笔记...", - "saved-search-note-refreshed": "已保存的搜索笔记已刷新。", - "hoist-this-note-workspace": "聚焦此笔记(工作区)", - "refresh-saved-search-results": "刷新保存的搜索结果", - "create-child-note": "创建子笔记", - "unhoist": "取消聚焦", - "toggle-sidebar": "切换侧边栏", - "dropping-not-allowed": "不允许移动笔记到此处。", - "shared-indicator-tooltip": "此笔记已公开分享", - "shared-indicator-tooltip-with-url": "此笔记已公开分享至:{{- url}}", - "clone-indicator-tooltip": "此笔记有 {{- count}} 个父级: {{- parents}}", - "clone-indicator-tooltip-single": "此笔记已克隆(1 个额外的父级:{{- parent}})", - "subtree-hidden-tooltip_other": "从树中隐藏的 {{count}} 篇子笔记", - "subtree-hidden-moved-title": "已添加到 {{title}}", - "subtree-hidden-moved-description-collection": "此集合隐藏其树中的子笔记。", - "subtree-hidden-moved-description-other": "子笔记隐藏于此笔记的树中。" - }, - "title_bar_buttons": { - "window-on-top": "保持此窗口置顶" - }, - "note_detail": { - "could_not_find_typewidget": "找不到类型为 '{{type}}' 的 typeWidget", - "printing": "正在打印…", - "printing_pdf": "正在导出为PDF…", - "print_report_title": "打印报告", - "print_report_collection_content_other": "集合中的 {{count}} 篇笔记无法打印,因为它们不受支持或受到保护。", - "print_report_collection_details_button": "查看详情", - "print_report_collection_details_ignored_notes": "忽略的笔记" - }, - "note_title": { - "placeholder": "请输入笔记标题...", - "created_on": "建立于 ", - "last_modified": "修改于 ", - "note_type_switcher_label": "从 {{type}} 切换到:", - "note_type_switcher_others": "其他笔记类型", - "note_type_switcher_templates": "模板", - "note_type_switcher_collection": "集合", - "edited_notes": "今天编辑过的笔记", - "promoted_attributes": "升级属性" - }, - "search_result": { - "no_notes_found": "没有找到符合搜索条件的笔记。", - "search_not_executed": "尚未执行搜索。请点击上方的\"搜索\"按钮查看结果。" - }, - "spacer": { - "configure_launchbar": "配置启动栏" - }, - "sql_result": { - "no_rows": "此查询没有返回任何数据", - "not_executed": "查询尚未执行。", - "failed": "SQL 查询执行失败", - "execute_now": "立即执行", - "statement_result": "执行结果" - }, - "sql_table_schemas": { - "tables": "表" - }, - "tab_row": { - "close_tab": "关闭标签页", - "add_new_tab": "添加新标签页", - "close": "关闭", - "close_other_tabs": "关闭其他标签页", - "close_right_tabs": "关闭右侧标签页", - "close_all_tabs": "关闭所有标签页", - "reopen_last_tab": "重新打开关闭的标签页", - "move_tab_to_new_window": "将此标签页移动到新窗口", - "copy_tab_to_new_window": "将此标签页复制到新窗口", - "new_tab": "新标签页" - }, - "toc": { - "table_of_contents": "目录", - "options": "选项", - "no_headings": "无标题。" - }, - "watched_file_update_status": { - "file_last_modified": "文件 最后修改时间为 。", - "upload_modified_file": "上传修改的文件", - "ignore_this_change": "忽略此更改" - }, - "app_context": { - "please_wait_for_save": "请等待几秒钟以完成保存,然后您可以尝试再操作一次。" - }, - "note_create": { - "duplicated": "笔记 \"{{title}}\" 已被复制。" - }, - "image": { - "copied-to-clipboard": "图片的引用已复制到剪贴板,可以粘贴到任何文本笔记中。", - "cannot-copy": "无法将图片引用复制到剪贴板。" - }, - "clipboard": { - "cut": "笔记已剪切到剪贴板。", - "copied": "笔记已复制到剪贴板。", - "copy_failed": "由于权限问题,无法复制到剪贴板。", - "copy_success": "已复制到剪贴板。" - }, - "entrypoints": { - "note-revision-created": "笔记修订已创建。", - "note-executed": "笔记已执行。", - "sql-error": "执行 SQL 查询时发生错误:{{message}}" - }, - "branches": { - "cannot-move-notes-here": "无法将笔记移动到这里。", - "delete-status": "删除状态", - "delete-notes-in-progress": "正在删除笔记:{{count}}", - "delete-finished-successfully": "删除成功完成。", - "undeleting-notes-in-progress": "正在恢复删除的笔记:{{count}}", - "undeleting-notes-finished-successfully": "恢复删除的笔记已成功完成。" - }, - "frontend_script_api": { - "async_warning": "您正在将一个异步函数传递给 `api.runOnBackend()`,这可能无法按预期工作。\\n要么使该函数同步(通过移除 `async` 关键字),要么使用 `api.runAsyncOnBackendWithManualTransactionHandling()`。", - "sync_warning": "您正在将一个同步函数传递给 `api.runAsyncOnBackendWithManualTransactionHandling()`,\\n而您可能应该使用 `api.runOnBackend()`。" - }, - "ws": { - "sync-check-failed": "同步检查失败!", - "consistency-checks-failed": "一致性检查失败!请查看日志了解详细信息。", - "encountered-error": "遇到错误 \"{{message}}\",请查看控制台。", - "lost-websocket-connection-title": "与服务器的连线中断", - "lost-websocket-connection-message": "检查您的反向代理(如 nginx 或 Apache)设置以确保 Websocket 连线没有被阻挡。" - }, - "hoisted_note": { - "confirm_unhoisting": "请求的笔记 '{{requestedNote}}' 位于聚焦的笔记 '{{hoistedNote}}' 的子树之外,您必须取消聚焦才能访问该笔记。是否继续取消聚焦?" - }, - "launcher_context_menu": { - "reset_launcher_confirm": "您确定要重置 \"{{title}}\" 吗?此笔记(及其子项)中的所有数据/设置将丢失,且启动器将恢复到其原始位置。", - "add-note-launcher": "添加笔记启动器", - "add-script-launcher": "添加脚本启动器", - "add-custom-widget": "添加自定义小部件", - "add-spacer": "添加间隔", - "delete": "删除 ", - "reset": "重置", - "move-to-visible-launchers": "移动到可见启动器", - "move-to-available-launchers": "移动到可用启动器", - "duplicate-launcher": "复制启动器 " - }, - "highlighting": { - "title": "代码块", - "description": "控制文本笔记中代码块的语法高亮,代码笔记不会受到影响。", - "color-scheme": "颜色方案" - }, - "code_block": { - "word_wrapping": "自动换行", - "theme_none": "无语法高亮", - "theme_group_light": "浅色主题", - "theme_group_dark": "深色主题", - "copy_title": "复制到剪贴板" - }, - "classic_editor_toolbar": { - "title": "格式" - }, - "editor": { - "title": "编辑器" - }, - "editing": { - "editor_type": { - "label": "格式工具栏", - "floating": { - "title": "浮动", - "description": "编辑工具出现在光标附近;" - }, - "fixed": { - "title": "固定", - "description": "编辑工具出现在 \"格式\" 功能区标签中。" - }, - "multiline-toolbar": "如果工具栏无法完全显示,则分多行显示。" + "confirm": { + "confirmation": "确认", + "cancel": "取消", + "ok": "确定", + "are_you_sure_remove_note": "确定要从关系图中移除笔记 \"{{title}}\" ? ", + "if_you_dont_check": "如果不选中此项,笔记将仅从关系图中移除。", + "also_delete_note": "同时删除笔记" + }, + "delete_notes": { + "delete_notes_preview": "删除笔记预览", + "close": "关闭", + "delete_all_clones_description": "同时删除所有克隆(可以在最近修改中撤消)", + "erase_notes_description": "通常(软)删除仅标记笔记为已删除,可以在一段时间内通过最近修改对话框撤消。选中此选项将立即擦除笔记,不可撤销。", + "erase_notes_warning": "永久擦除笔记(无法撤销),包括所有克隆。这将强制应用程序重载。", + "notes_to_be_deleted": "将删除以下笔记 ({{notesCount}})", + "no_note_to_delete": "没有笔记将被删除(仅克隆)。", + "broken_relations_to_be_deleted": "将删除以下关系并断开连接 ({{ relationCount}})", + "cancel": "取消", + "ok": "确定", + "deleted_relation_text": "笔记 {{- note}} (将被删除的笔记) 被以下关系 {{- relation}} 引用, 来自 {{- source}}。" + }, + "export": { + "export_note_title": "导出笔记", + "close": "关闭", + "export_type_subtree": "此笔记及其所有子笔记", + "format_html": "HTML - 推荐,因为它保留所有格式", + "format_html_zip": "HTML ZIP 归档 - 建议使用此选项,因为它保留了所有格式。", + "format_markdown": "Markdown - 保留大部分格式。", + "format_opml": "OPML - 大纲交换格式,仅限文本。不包括格式、图像和文件。", + "opml_version_1": "OPML v1.0 - 仅限纯文本", + "opml_version_2": "OPML v2.0 - 还允许 HTML", + "export_type_single": "仅此笔记,不包括子笔记", + "export": "导出", + "choose_export_type": "请先选择导出类型", + "export_status": "导出状态", + "export_in_progress": "导出进行中:{{progressCount}}", + "export_finished_successfully": "导出成功完成。", + "format_pdf": "PDF - 用于打印或共享目的。", + "share-format": "HTML 网页发布——采用与共享笔记相同的主题,但可发布为静态网站。" + }, + "help": { + "noteNavigation": "笔记导航", + "goUpDown": "在笔记列表中向上/向下移动", + "collapseExpand": "折叠/展开节点", + "notSet": "未设置", + "goBackForwards": "在历史记录中前后移动", + "showJumpToNoteDialog": "显示\"跳转到\" 对话框", + "scrollToActiveNote": "滚动到活跃笔记", + "jumpToParentNote": "跳转到父笔记", + "collapseWholeTree": "折叠整个笔记树", + "collapseSubTree": "折叠子树", + "tabShortcuts": "标签页快捷键", + "onlyInDesktop": "仅在桌面版(电子构建)中", + "openEmptyTab": "打开空白标签页", + "closeActiveTab": "关闭活跃标签页", + "activateNextTab": "激活下一个标签页", + "activatePreviousTab": "激活上一个标签页", + "creatingNotes": "创建笔记", + "createNoteAfter": "在活跃笔记后创建新笔记", + "createNoteInto": "在活跃笔记中创建新子笔记", + "editBranchPrefix": "编辑活跃笔记克隆的前缀", + "movingCloningNotes": "移动/克隆笔记", + "moveNoteUpDown": "在笔记列表中向上/向下移动笔记", + "moveNoteUpHierarchy": "在层级结构中向上移动笔记", + "multiSelectNote": "多选上/下笔记", + "selectAllNotes": "选择当前级别的所有笔记", + "selectNote": "选择笔记", + "copyNotes": "将活跃笔记(或当前选择)复制到剪贴板(用于克隆)", + "cutNotes": "将当前笔记(或当前选择)剪切到剪贴板(用于移动笔记)", + "pasteNotes": "将笔记粘贴为活跃笔记的子笔记(根据是复制还是剪切到剪贴板来决定是移动还是克隆)", + "deleteNotes": "删除笔记/子树", + "editingNotes": "编辑笔记", + "editNoteTitle": "在树形笔记树中,焦点会从笔记树切换到笔记标题。按下 Enter 键会将焦点从笔记标题切换到文本编辑器。按下 Ctrl+. 会将焦点从编辑器切换回笔记树。", + "createEditLink": "创建/编辑外部链接", + "createInternalLink": "创建内部链接", + "followLink": "跟随光标下的链接", + "insertDateTime": "在插入点插入当前日期和时间", + "jumpToTreePane": "跳转到树面板并滚动到活跃笔记", + "markdownAutoformat": "类 Markdown 自动格式化", + "headings": "##, ###, #### 等,后跟空格,自动转换为标题", + "bulletList": "*- 后跟空格,自动转换为项目符号列表", + "numberedList": "1. or 1) 后跟空格,自动转换为编号列表", + "blockQuote": "一行以 > 开头并后跟空格,自动转换为块引用", + "troubleshooting": "故障排除", + "reloadFrontend": "重载 Trilium 前端", + "showDevTools": "显示开发者工具", + "showSQLConsole": "显示 SQL 控制台", + "other": "其他", + "quickSearch": "定位到快速搜索框", + "inPageSearch": "页面内搜索", + "newTabWithActivationNoteLink": "在新标签页打开笔记链接并激活该标签页", + "title": "资料表", + "newTabNoteLink": "在新标签页开启链接", + "editShortcuts": "编辑键盘快捷键" + }, + "import": { + "importIntoNote": "导入到笔记", + "chooseImportFile": "选择导入文件", + "importDescription": "所选文件的内容将作为子笔记导入到", + "options": "选项", + "safeImportTooltip": "Trilium .zip 导出文件可能包含可能有害的可执行脚本。安全导入将停用所有导入脚本的自动执行。仅当您完全信任导入的可执行脚本的内容时,才取消选中“安全导入”。", + "safeImport": "安全导入", + "explodeArchivesTooltip": "如果选中此项,则Trilium将读取.zip.enex.opml文件,并从这些归档文件内部的文件创建笔记。如果未选中,则Trilium会将这些归档文件本身附加到笔记中。", + "explodeArchives": "读取.zip.enex.opml归档文件的内容。", + "shrinkImagesTooltip": "

如果选中此选项,Trilium将尝试通过缩放和优化来缩小导入的图像,这可能会影响图像的感知质量。如果未选中,图像将不做修改地导入。

这不适用于带有元数据的.zip导入,因为这些文件已被假定为已优化。

", + "shrinkImages": "压缩图像", + "textImportedAsText": "如果元数据不明确,将 HTML、Markdown 和 TXT 导入为文本笔记", + "codeImportedAsCode": "如果元数据不明确,将识别的代码文件(例如.json)导入为代码笔记", + "replaceUnderscoresWithSpaces": "在导入的笔记名称中将下划线替换为空格", + "import": "导入", + "failed": "导入失败: {{message}}.", + "html_import_tags": { + "title": "HTML 导入标签", + "description": "配置在导入笔记时应保留的 HTML 标签。不在此列表中的标签将在导入过程中被移除。一些标签(例如 'script')为了安全性会始终被移除。", + "placeholder": "输入 HTML 标签,每行一个", + "reset_button": "重置为默认列表" + }, + "import-status": "导入状态", + "in-progress": "导入进行中:{{progress}}", + "successful": "导入成功完成。", + "importZipRecommendation": "导入 ZIP 文件时,笔记层级将反映压缩文件内的子目录结构。" + }, + "include_note": { + "dialog_title": "包含笔记", + "label_note": "笔记", + "placeholder_search": "按名称搜索笔记", + "box_size_prompt": "包含笔记的框大小:", + "box_size_small": "小型 (显示大约10行)", + "box_size_medium": "中型 (显示大约30行)", + "box_size_full": "完整显示(完整文本框)", + "button_include": "包含笔记" + }, + "info": { + "modalTitle": "信息消息", + "closeButton": "关闭", + "okButton": "确定", + "copy_to_clipboard": "复制到剪切板" + }, + "jump_to_note": { + "search_button": "全文搜索", + "search_placeholder": "按名称或类型搜索笔记 > 查看命令..." + }, + "markdown_import": { + "dialog_title": "Markdown 导入", + "modal_body_text": "由于浏览器沙箱的限制,无法直接从 JavaScript 读取剪贴板内容。请将要导入的 Markdown 文本粘贴到下面的文本框中,然后点击导入按钮", + "import_button": "导入", + "import_success": "Markdown 内容已成功导入文档。" + }, + "move_to": { + "dialog_title": "移动笔记到...", + "notes_to_move": "需要移动的笔记", + "target_parent_note": "目标父笔记", + "search_placeholder": "通过名称搜索笔记", + "move_button": "移动到选定的笔记", + "error_no_path": "没有可以移动到的路径。", + "move_success_message": "所选笔记已移动到 " + }, + "note_type_chooser": { + "modal_title": "选择笔记类型", + "modal_body": "选择新笔记的类型或模板:", + "templates": "模板", + "change_path_prompt": "更改创建新笔记的位置:", + "search_placeholder": "按名称搜索路径(默认为空)", + "builtin_templates": "内置模板" + }, + "password_not_set": { + "title": "密码未设置", + "body1": "受保护的笔记使用用户密码加密,但密码尚未设置。", + "body2": "若要保护笔记,请按一下下方按钮开启「选项」对话框并设置密码。", + "go_to_password_options": "移动至密码选项" + }, + "prompt": { + "title": "提示", + "ok": "确定", + "defaultTitle": "提示" + }, + "protected_session_password": { + "modal_title": "保护会话", + "help_title": "关于保护笔记的帮助", + "close_label": "关闭", + "form_label": "输入密码进入保护会话以继续:", + "start_button": "开始保护会话" + }, + "recent_changes": { + "title": "最近修改", + "erase_notes_button": "立即清理已删除的笔记", + "deleted_notes_message": "已删除的笔记已清理。", + "no_changes_message": "暂无修改...", + "undelete_link": "恢复删除", + "confirm_undelete": "您确定要恢复此笔记及其子笔记吗?" + }, + "revisions": { + "note_revisions": "笔记历史版本", + "delete_all_revisions": "删除此笔记的所有修订版本", + "delete_all_button": "删除所有修订版本", + "help_title": "关于笔记修订版本的帮助", + "confirm_delete_all": "您是否要删除此笔记的所有修订版本?", + "no_revisions": "此笔记暂无修订版本...", + "restore_button": "恢复", + "confirm_restore": "您是否要恢复此修订版本?这将使用此修订版本覆盖笔记的当前标题和内容。", + "delete_button": "删除", + "confirm_delete": "您是否要删除此修订版本?", + "revisions_deleted": "笔记修订版本已删除。", + "revision_restored": "笔记修订版本已恢复。", + "revision_deleted": "笔记修订版本已删除。", + "snapshot_interval": "笔记快照保存间隔: {{seconds}}秒。", + "maximum_revisions": "当前笔记的最大历史数量: {{number}}。", + "settings": "笔记修订设置", + "download_button": "下载", + "mime": "MIME 类型: ", + "file_size": "文件大小:", + "preview_not_available": "无法预览此类型的笔记。", + "diff_on": "显示差异", + "diff_off": "显示内容", + "diff_on_hint": "点击以显示笔记源代码差异", + "diff_off_hint": "点击以显示笔记内容", + "diff_not_available": "差异不可用。" + }, + "sort_child_notes": { + "sort_children_by": "按...排序子笔记", + "sorting_criteria": "排序条件", + "title": "标题", + "date_created": "创建日期", + "date_modified": "修改日期", + "sorting_direction": "排序方向", + "ascending": "升序", + "descending": "降序", + "folders": "文件夹", + "sort_folders_at_top": "将文件夹置顶排序", + "natural_sort": "自然排序", + "sort_with_respect_to_different_character_sorting": "根据不同语言或地区的字符排序和排序规则排序。", + "natural_sort_language": "自然排序语言", + "the_language_code_for_natural_sort": "自然排序的语言代码,例如中文的 \"zh-CN\"。", + "sort": "排序" + }, + "upload_attachments": { + "upload_attachments_to_note": "上传附件到笔记", + "choose_files": "选择文件", + "files_will_be_uploaded": "文件将作为附件上传到 {{noteTitle}}", + "options": "选项", + "shrink_images": "缩小图片", + "upload": "上传", + "tooltip": "如果您勾选此选项,Trilium 将尝试通过缩放和优化来缩小上传的图像,这可能会影响感知的图像质量。如果未选中,则将以不进行修改的方式上传图像。" + }, + "attribute_detail": { + "attr_detail_title": "属性详情标题", + "close_button_title": "取消修改并关闭", + "attr_is_owned_by": "属性所有者", + "attr_name_title": "属性名称只能由字母数字字符、冒号和下划线组成", + "name": "名称", + "value": "值", + "target_note_title": "关系是源笔记和目标笔记之间的命名连接。", + "target_note": "目标笔记", + "promoted_title": "升级属性在笔记上突出显示。", + "promoted": "升级", + "promoted_alias_title": "在升级属性界面中显示的名称。", + "promoted_alias": "别名", + "multiplicity_title": "多重性定义了可以创建的含有相同名称的属性的数量 - 最多为1或多于1。", + "multiplicity": "多重性", + "single_value": "单值", + "multi_value": "多值", + "label_type_title": "标签类型将帮助 Trilium 选择适合的界面来输入标签值。", + "label_type": "类型", + "text": "文本", + "number": "数字", + "boolean": "布尔值", + "date": "日期", + "date_time": "日期和时间", + "time": "时间", + "url": "网址", + "precision_title": "值设置界面中浮点数后的位数。", + "precision": "精度", + "digits": "位数", + "inverse_relation_title": "可选设置,定义此关系与哪个关系相反。例如:父 - 子是彼此的反向关系。", + "inverse_relation": "反向关系", + "inheritable_title": "可继承属性将被继承到此树下的所有后代。", + "inheritable": "可继承", + "save_and_close": "保存并关闭 Ctrl+回车", + "delete": "删除", + "related_notes_title": "含有此标签的其他笔记", + "more_notes": "更多笔记", + "label": "标签详情", + "label_definition": "标签定义详情", + "relation": "关系详情", + "relation_definition": "关系定义详情", + "disable_versioning": "禁用自动版本控制。适用于例如大型但不重要的笔记 - 例如用于脚本编写的大型JS库", + "calendar_root": "标记应用作为每日笔记的根。只应标记一个笔记。", + "archived": "含有此标签的笔记默认在搜索结果中不可见(也适用于跳转到、添加链接对话框等)。", + "exclude_from_export": "笔记(及其子树)不会包含在任何笔记导出中", + "run": "定义脚本应运行的事件。可能的值包括:\n
    \n
  • frontendStartup - Trilium前端启动时(或刷新时),但不会在移动端执行。
  • \n
  • mobileStartup - Trilium前端启动时(或刷新时), 在移动端会执行。
  • \n
  • backendStartup - Trilium后端启动时
  • \n
  • hourly - 每小时运行一次。您可以使用附加标签runAtHour指定小时。
  • \n
  • daily - 每天运行一次
  • \n
", + "run_on_instance": "定义应在哪个Trilium实例上运行。默认为所有实例。", + "run_at_hour": "应在哪个小时运行。应与#run=hourly一起使用。可以多次定义,以便一天内运行多次。", + "disable_inclusion": "含有此标签的脚本不会包含在父脚本执行中。", + "sorted": "按标题字母顺序保持子笔记排序", + "sort_direction": "ASC(默认)或DESC", + "sort_folders_first": "文件夹(含有子笔记的笔记)应排在顶部", + "top": "在其父级中保留给定笔记在顶部(仅适用于排序的父级)", + "hide_promoted_attributes": "隐藏此笔记上的升级属性", + "read_only": "编辑器处于只读模式。仅适用于文本和代码笔记。", + "auto_read_only_disabled": "文本/代码笔记可以在太大时自动设置为只读模式。您可以通过向笔记添加此标签来对单个笔记单独设置禁用只读。", + "app_css": "标记加载到 Trilium 应用程序中的 CSS 笔记,因此可以用于修改 Trilium 的外观。", + "app_theme": "标记为完整的 Trilium 主题的 CSS 笔记,因此可以在 Trilium 选项中使用。", + "app_theme_base": "设置为“next”,以便使用 TriliumNext 主题而不是旧主题作为自定义主题的基础。", + "css_class": "该标签的值将作为 CSS 类添加到树中表示给定笔记的节点。这对于高级主题设置非常有用。可用于模板笔记。", + "icon_class": "该标签的值将作为 CSS 类添加到树中图标上,有助于从视觉上区分笔记树里的笔记。比如可以是 bx bx-home - 图标来自 boxicons。可用于模板笔记。", + "page_size": "笔记列表中每页的项目数", + "custom_request_handler": "请参阅自定义请求处理程序", + "custom_resource_provider": "请参阅自定义请求处理程序", + "widget": "将此笔记标记为将添加到 Trilium 组件树中的自定义小部件", + "workspace": "将此笔记标记为允许轻松聚焦的工作区", + "workspace_icon_class": "定义在选项卡中聚焦到此笔记时将使用的框图图标 CSS 类", + "workspace_tab_background_color": "聚焦到此笔记时在笔记标签页中使用的 CSS 颜色", + "workspace_calendar_root": "定义每个工作区的日历根", + "workspace_template": "在创建新笔记时,此笔记将出现在可用模板的选择中,但仅当聚焦到包含此模板的工作区时", + "search_home": "新的搜索笔记将作为此笔记的子笔记创建", + "workspace_search_home": "当聚焦到此工作区笔记的某个上级笔记时,新的搜索笔记将作为此笔记的子笔记创建", + "inbox": "使用侧边栏中的“新建笔记”按钮创建笔记时,默认收件箱位置。笔记将作为标有 #inbox 标签的笔记的子笔记创建。", + "workspace_inbox": "当聚焦到此工作区笔记的某个上级笔记时,新的笔记的默认收件箱位置", + "sql_console_home": "SQL 控制台笔记的默认位置", + "bookmark_folder": "含有此标签的笔记将作为文件夹出现在书签中(允许访问其子笔记)", + "share_hidden_from_tree": "此笔记从左侧导航树中隐藏,但仍可通过其 URL 访问", + "share_external_link": "笔记将在分享树中作为指向外部网站的链接", + "share_alias": "使用此别名定义将在 https://您的trilium域名/share/[别名] 下可用的笔记", + "share_omit_default_css": "将省略默认的分享页面 CSS。当您进行广泛的样式修改时使用。", + "share_root": "标记作为在 /share 地址分享的根节点笔记。", + "share_description": "定义要添加到 HTML meta 标签以供描述的文本", + "share_raw": "笔记将以其原始格式提供,不带 HTML 包装器", + "share_disallow_robot_indexing": "将通过 X-Robots-Tag: noindex 标头禁止爬虫机器人索引此笔记", + "share_credentials": "需要凭据才能访问此分享笔记。值应以 'username:password' 格式提供。请勿忘记使其可继承以应用于子笔记/图像。", + "share_index": "含有此标签的笔记将列出所有分享笔记的根", + "display_relations": "应显示的逗号分隔关系名称。将隐藏所有其他关系。", + "hide_relations": "应隐藏的逗号分隔关系名称。将显示所有其他关系。", + "title_template": "创建为此笔记的子笔记时的默认标题。该值将作为 JavaScript 字符串评估\n 并因此可以通过注入的 nowparentNote 变量丰富动态内容。示例:\n \n
    \n
  • ${parentNote.getLabelValue('authorName')} 的文学作品
  • \n
  • ${now.format('YYYY-MM-DD HH:mm:ss')} 的日志
  • \n
\n \n 有关详细信息,请参见含有详细信息的 wikiparentNotenow 的 API 文档以获取详情。", + "template": "此笔记在创建新笔记时,将出现在可用模板的可选列表中", + "toc": "#toc#toc=show 将强制显示目录。#toc=hide 将强制隐藏它。如果标签不存在,则遵守全局设置", + "color": "定义笔记树、链接等中笔记的颜色。使用任何有效的 CSS 颜色值,如 'red' 或 #a13d5f", + "keyboard_shortcut": "定义立即跳转到此笔记的键盘快捷键。示例:'ctrl+alt+e'。需要前端重载才能生效。", + "keep_current_hoisting": "即使笔记不在当前聚焦的子树中显示,打开此链接也不会改变聚焦。", + "execute_button": "将执行当前代码笔记的按钮标题", + "execute_description": "显示与执行按钮一起显示的当前代码笔记的更长描述", + "exclude_from_note_map": "含有此标签的笔记将从笔记地图中隐藏", + "new_notes_on_top": "新笔记将创建在父笔记的顶部,而不是底部。", + "hide_highlight_widget": "隐藏高亮列表小部件", + "run_on_note_creation": "在后端创建笔记时执行。如果要为在特定子树下创建的所有笔记运行脚本,请使用此关系。在这种情况下,在子树根笔记上创建它并使其可继承。在子树中的任何深度创建新笔记都会触发脚本。", + "run_on_child_note_creation": "当创建新的子笔记时执行", + "run_on_note_title_change": "当笔记标题修改时执行(包括笔记创建)", + "run_on_note_content_change": "当笔记内容修改时执行(包括笔记创建)。", + "run_on_note_change": "当笔记修改时执行(包括笔记创建)。不包括内容修改", + "run_on_note_deletion": "在删除笔记时执行", + "run_on_branch_creation": "在创建分支时执行。分支是父笔记和子笔记之间的链接,并且在克隆或移动笔记时创建。", + "run_on_branch_change": "在分支更新时执行。", + "run_on_branch_deletion": "在删除分支时执行。分支是父笔记和子笔记之间的链接,例如在移动笔记时删除(删除旧的分支/链接)。", + "run_on_attribute_creation": "在为定义此关系的笔记创建新属性时执行", + "run_on_attribute_change": " 当修改定义此关系的笔记的属性时执行。删除属性时也会触发此操作。", + "relation_template": "即使没有父子关系,笔记的属性也将继承。如果空,则笔记的内容和子树将添加到实例笔记中。有关详细信息,请参见文档。", + "inherit": "即使没有父子关系,笔记的属性也将继承。有关类似概念的模板关系,请参见模板关系。请参阅文档中的属性继承。", + "render_note": "“渲染 HTML 笔记”类型的笔记将使用代码笔记(HTML 或脚本)进行呈现,因此需要指定要渲染的笔记", + "widget_relation": "此关系的目标将作为侧边栏中的小部件执行和呈现", + "share_css": "将注入分享页面的 CSS 笔记。CSS 笔记也必须位于分享子树中。可以考虑一并使用 'share_hidden_from_tree' 和 'share_omit_default_css'。", + "share_js": "将注入分享页面的 JavaScript 笔记。JS 笔记也必须位于分享子树中。可以考虑一并使用 'share_hidden_from_tree'。", + "share_template": "用作显示分享笔记的模板的嵌入式 JavaScript 笔记。如果没有,将回退到默认模板。可以考虑一并使用 'share_hidden_from_tree'。", + "share_favicon": "在分享页面中设置的 favicon 笔记。一般需要将它设置为分享和可继承。Favicon 笔记也必须位于分享子树中。可以考虑一并使用 'share_hidden_from_tree'。", + "is_owned_by_note": "由此笔记所有", + "other_notes_with_name": "其它含有 {{attributeType}} 名为 \"{{attributeName}}\" 的的笔记", + "and_more": "... 以及另外 {{count}} 个。", + "print_landscape": "导出为 PDF 时,将页面方向更改为横向而不是纵向。", + "print_page_size": "导出为 PDF 时,更改页面大小。支持的值:A0A1A2A3A4A5A6LegalLetterTabloidLedger。", + "color_type": "颜色" + }, + "attribute_editor": { + "help_text_body1": "要添加标签,只需输入例如 #rock 或者如果您还想添加值,则例如 #year = 2020", + "help_text_body2": "对于关系,请输入 ~author = @,这将显示一个自动完成列表,您可以查找所需的笔记。", + "help_text_body3": "您也可以使用右侧的 + 按钮添加标签和关系。", + "save_attributes": "保存属性 ", + "add_a_new_attribute": "添加新属性", + "add_new_label": "添加新标签 ", + "add_new_relation": "添加新关系 ", + "add_new_label_definition": "添加新标签定义", + "add_new_relation_definition": "添加新关系定义", + "placeholder": "在此输入标签和关系" + }, + "abstract_bulk_action": { + "remove_this_search_action": "删除此搜索操作" + }, + "execute_script": { + "execute_script": "执行脚本", + "help_text": "您可以在匹配的笔记上执行简单的脚本。", + "example_1": "例如,要在笔记标题后附加字符串,请使用以下脚本:", + "example_2": "更复杂的例子,删除所有匹配的笔记属性:" + }, + "add_label": { + "add_label": "添加标签", + "label_name_placeholder": "标签名称", + "label_name_title": "允许使用字母、数字、下划线和冒号。", + "to_value": "值为", + "new_value_placeholder": "新值", + "help_text": "在所有匹配的笔记上:", + "help_text_item1": "如果笔记尚无此标签,则创建给定的标签", + "help_text_item2": "或更改现有标签的值", + "help_text_note": "您也可以在不指定值的情况下调用此方法,这种情况下,标签将分配给没有值的笔记。" + }, + "delete_label": { + "delete_label": "删除标签", + "label_name_placeholder": "标签名称", + "label_name_title": "允许使用字母、数字、下划线和冒号。" + }, + "rename_label": { + "rename_label": "重命名标签", + "rename_label_from": "重命名标签从", + "old_name_placeholder": "旧名称", + "to": "改为", + "new_name_placeholder": "新名称", + "name_title": "允许使用字母、数字、下划线和冒号。" + }, + "update_label_value": { + "update_label_value": "更新标签值", + "label_name_placeholder": "标签名称", + "label_name_title": "允许使用字母、数字、下划线和冒号。", + "to_value": "值为", + "new_value_placeholder": "新值", + "help_text": "在所有匹配的笔记上,更改现有标签的值。", + "help_text_note": "您也可以在不指定值的情况下调用此方法,这种情况下,标签将分配给没有值的笔记。" + }, + "delete_note": { + "delete_note": "删除笔记", + "delete_matched_notes": "删除匹配的笔记", + "delete_matched_notes_description": "这将删除匹配的笔记。", + "undelete_notes_instruction": "删除后,可以从“最近修改”对话框中恢复它们。", + "erase_notes_instruction": "要永久擦除笔记,您可以在删除后转到“选项”->“其他”,然后单击“立即擦除已删除的笔记”按钮。" + }, + "delete_revisions": { + "delete_note_revisions": "删除笔记修订版本", + "all_past_note_revisions": "所有匹配笔记的过去修订版本都将被删除。笔记本身将完全保留。换句话说,笔记的历史将被删除。" + }, + "move_note": { + "move_note": "移动笔记", + "to": "到", + "target_parent_note": "目标父笔记", + "on_all_matched_notes": "对于所有匹配的笔记", + "move_note_new_parent": "如果笔记只有一个父级(即旧分支被移除并创建新分支到新父级),则将笔记移动到新父级", + "clone_note_new_parent": "如果笔记有多个克隆/分支(不清楚应该移除哪个分支),则将笔记克隆到新父级", + "nothing_will_happen": "如果笔记无法移动到目标笔记(即这会创建一个树循环),则不会发生任何事情" + }, + "rename_note": { + "rename_note": "重命名笔记", + "rename_note_title_to": "重命名笔记标题为", + "new_note_title": "新笔记标题", + "click_help_icon": "点击右侧的帮助图标查看所有选项", + "evaluated_as_js_string": "给定的值被评估为 JavaScript 字符串,因此可以通过注入的 note 变量(正在重命名的笔记)丰富动态内容。 例如:", + "example_note": "Note - 所有匹配的笔记都被重命名为“Note”", + "example_new_title": "NEW: ${note.title} - 匹配的笔记标题以“NEW: ”为前缀", + "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - 匹配的笔记以笔记的创建月份-日期为前缀", + "api_docs": "有关详细信息,请参阅笔记及其dateCreatedObj / utcDateCreatedObj 属性的API文档。" + }, + "add_relation": { + "add_relation": "添加关系", + "relation_name": "关系名称", + "allowed_characters": "允许的字符为字母数字、下划线和冒号。", + "to": "到", + "target_note": "目标笔记", + "create_relation_on_all_matched_notes": "在所有匹配的笔记上创建指定的关系。" + }, + "delete_relation": { + "delete_relation": "删除关系", + "relation_name": "关系名称", + "allowed_characters": "允许的字符为字母数字、下划线和冒号。" + }, + "rename_relation": { + "rename_relation": "重命名关系", + "rename_relation_from": "重命名关系,从", + "old_name": "旧名称", + "to": "改为", + "new_name": "新名称", + "allowed_characters": "允许的字符为字母数字、下划线和冒号。" + }, + "update_relation_target": { + "update_relation": "更新关系", + "relation_name": "关系名称", + "allowed_characters": "允许的字符为字母数字、下划线和冒号。", + "to": "到", + "target_note": "目标笔记", + "on_all_matched_notes": "在所有匹配的笔记上", + "change_target_note": "或更改现有关系的目标笔记", + "update_relation_target": "更新关系目标" + }, + "attachments_actions": { + "open_externally": "用外部程序打开", + "open_externally_title": "文件将会在外部应用程序中打开,并监视其更改。然后您可以将修改后的版本上传回 Trilium。", + "open_custom": "自定义打开方式", + "open_custom_title": "文件将会在外部应用程序中打开,并监视其更改。然后您可以将修改后的版本上传回 Trilium。", + "download": "下载", + "rename_attachment": "重命名附件", + "upload_new_revision": "上传新版本", + "copy_link_to_clipboard": "复制链接到剪贴板", + "convert_attachment_into_note": "将附件转换为笔记", + "delete_attachment": "删除附件", + "upload_success": "新附件修订版本已上传。", + "upload_failed": "新附件修订版本上传失败。", + "open_externally_detail_page": "外部打开附件仅在详细页面中可用,请首先点击附件详细信息,然后重复此操作。", + "open_custom_client_only": "自定义打开附件只能通过客户端完成。", + "delete_confirm": "您确定要删除附件 '{{title}}' 吗?", + "delete_success": "附件 '{{title}}' 已被删除。", + "convert_confirm": "您确定要将附件 '{{title}}' 转换为单独的笔记吗?", + "convert_success": "附件 '{{title}}' 已转换为笔记。", + "enter_new_name": "请输入附件的新名称" + }, + "calendar": { + "mon": "一", + "tue": "二", + "wed": "三", + "thu": "四", + "fri": "五", + "sat": "六", + "sun": "日", + "cannot_find_day_note": "无法找到日记", + "cannot_find_week_note": "无法找到周记", + "january": "一月", + "february": "二月", + "march": "三月", + "april": "四月", + "may": "五月", + "june": "六月", + "july": "七月", + "august": "八月", + "september": "九月", + "october": "十月", + "november": "十一月", + "december": "十二月", + "week_previous": "上周", + "week_next": "下周", + "month_previous": "上个月", + "month_next": "下个月", + "year": "年", + "year_previous": "上一年", + "year_next": "明年", + "today": "今天", + "week": "周", + "month": "月", + "list": "列表" + }, + "close_pane_button": { + "close_this_pane": "关闭此面板" + }, + "create_pane_button": { + "create_new_split": "拆分面板" + }, + "edit_button": { + "edit_this_note": "编辑此笔记" + }, + "show_toc_widget_button": { + "show_toc": "显示目录" + }, + "show_highlights_list_widget_button": { + "show_highlights_list": "显示高亮列表" + }, + "global_menu": { + "menu": "菜单", + "options": "选项", + "open_new_window": "打开新窗口", + "switch_to_mobile_version": "切换到移动版", + "switch_to_desktop_version": "切换到桌面版", + "zoom": "缩放", + "toggle_fullscreen": "切换全屏", + "zoom_out": "缩小", + "reset_zoom_level": "重置缩放级别", + "zoom_in": "放大", + "configure_launchbar": "配置启动栏", + "show_shared_notes_subtree": "显示分享笔记子树", + "advanced": "高级", + "open_dev_tools": "打开开发工具", + "open_sql_console": "打开 SQL 控制台", + "open_sql_console_history": "打开 SQL 控制台历史记录", + "open_search_history": "打开搜索历史", + "show_backend_log": "显示后台日志", + "reload_hint": "重载可以帮助解决一些视觉故障,而无需重启整个应用程序。", + "reload_frontend": "重载前端", + "show_hidden_subtree": "显示隐藏子树", + "show_help": "显示帮助", + "about": "关于 TriliumNext 笔记", + "logout": "登出", + "show-cheatsheet": "显示快捷帮助", + "toggle-zen-mode": "禅模式", + "new-version-available": "新更新可用", + "download-update": "取得版本 {{latestVersion}}", + "search_notes": "搜索笔记" + }, + "zen_mode": { + "button_exit": "退出禅模式" + }, + "sync_status": { + "unknown": "

同步状态将在下一次同步尝试开始后显示。

点击以立即触发同步。

", + "connected_with_changes": "

已连接到同步服务器。
有一些未同步的变更。

点击以触发同步。

", + "connected_no_changes": "

已连接到同步服务器。
所有变更均已同步。

点击以触发同步。

", + "disconnected_with_changes": "

连接同步服务器失败。
有一些未同步的变更。

点击以触发同步。

", + "disconnected_no_changes": "

连接同步服务器失败。
所有已知变更均已同步。

点击以触发同步。

", + "in_progress": "正在与服务器进行同步。" + }, + "left_pane_toggle": { + "show_panel": "显示面板", + "hide_panel": "隐藏面板" + }, + "move_pane_button": { + "move_left": "向左移动", + "move_right": "向右移动" + }, + "note_actions": { + "convert_into_attachment": "转换为附件", + "re_render_note": "重新渲染笔记", + "search_in_note": "在笔记中搜索", + "note_source": "笔记源代码", + "note_attachments": "笔记附件", + "open_note_externally": "用外部程序打开笔记", + "open_note_externally_title": "文件将在外部应用程序中打开,并监视其更改。然后您可以将修改后的版本上传回 Trilium。", + "open_note_custom": "使用自定义程序打开笔记", + "import_files": "导入文件", + "export_note": "导出笔记", + "delete_note": "删除笔记", + "print_note": "打印笔记", + "save_revision": "保存笔记修订", + "convert_into_attachment_failed": "笔记 '{{title}}' 转换失败。", + "convert_into_attachment_successful": "笔记 '{{title}}' 已成功转换为附件。", + "convert_into_attachment_prompt": "确定要将笔记 '{{title}}' 转换为父笔记的附件吗?", + "print_pdf": "导出为 PDF...", + "open_note_on_server": "在服务器上打开笔记", + "view_revisions": "笔记修订...", + "note_map": "笔记地图", + "advanced": "高级", + "export_as_image": "导出为图像", + "export_as_image_png": "PNG(栅格)", + "export_as_image_svg": "SVG(矢量图)" + }, + "onclick_button": { + "no_click_handler": "按钮组件'{{componentId}}'没有定义点击处理程序" + }, + "protected_session_status": { + "active": "受保护的会话已激活。点击退出受保护的会话。", + "inactive": "点击进入受保护的会话" + }, + "revisions_button": { + "note_revisions": "笔记修订版本" + }, + "update_available": { + "update_available": "有更新可用" + }, + "note_launcher": { + "this_launcher_doesnt_define_target_note": "此启动器未定义目标笔记。" + }, + "code_buttons": { + "execute_button_title": "执行脚本", + "trilium_api_docs_button_title": "打开 Trilium API 文档", + "save_to_note_button_title": "保存到笔记", + "opening_api_docs_message": "正在打开 API 文档...", + "sql_console_saved_message": "SQL 控制台已保存到 {{note_path}}" + }, + "copy_image_reference_button": { + "button_title": "复制图片引用到剪贴板,可粘贴到文本笔记中。" + }, + "hide_floating_buttons_button": { + "button_title": "隐藏按钮" + }, + "show_floating_buttons_button": { + "button_title": "显示按钮" + }, + "svg_export_button": { + "button_title": "导出SVG格式图片" + }, + "relation_map_buttons": { + "create_child_note_title": "创建子笔记并添加到图", + "reset_pan_zoom_title": "重置平移和缩放到初始坐标和放大倍率", + "zoom_in_title": "放大", + "zoom_out_title": "缩小" + }, + "zpetne_odkazy": { + "relation": "关系", + "backlink_other": "{{count}} 个反链" + }, + "mobile_detail_menu": { + "insert_child_note": "插入子笔记", + "delete_this_note": "删除此笔记", + "error_cannot_get_branch_id": "无法获取 notePath '{{notePath}}' 的 branchId", + "error_unrecognized_command": "无法识别的命令 {{command}}", + "note_revisions": "笔记历史版本", + "backlinks": "反链", + "content_language_switcher": "内容语言: {{language}}" + }, + "note_icon": { + "change_note_icon": "更改笔记图标", + "search": "搜索:", + "reset-default": "重置为默认图标", + "search_placeholder_other": "在 {{count}} 个图标包中搜索 {{number}} 个图标", + "search_placeholder_filtered": "在 {{name}} 中搜索 {{number}} 个图标", + "filter": "筛选", + "filter-none": "所有图标", + "filter-default": "默认图标", + "icon_tooltip": "{{name}}\n图标包:{{iconPack}}", + "no_results": "没有找到图标。" + }, + "basic_properties": { + "note_type": "笔记类型", + "editable": "可编辑", + "basic_properties": "基本属性", + "language": "语言", + "configure_code_notes": "配置代码笔记…" + }, + "book_properties": { + "view_type": "视图类型", + "grid": "网格", + "list": "列表", + "collapse_all_notes": "折叠所有笔记", + "collapse": "折叠", + "expand": "展开", + "invalid_view_type": "无效的查看类型 '{{type}}'", + "calendar": "日历", + "book_properties": "集合属性", + "table": "表格", + "geo-map": "地理地图", + "board": "看板", + "include_archived_notes": "展示归档笔记", + "presentation": "演示", + "expand_tooltip": "展开此集合的直接子代(单层深度)。点击右方箭头以查看更多选项。", + "expand_first_level": "展开直接子代", + "expand_nth_level": "展开 {{depth}} 层", + "expand_all_levels": "展开所有层级", + "hide_child_notes": "隐藏树中的子笔记" + }, + "edited_notes": { + "no_edited_notes_found": "今天还没有编辑过的笔记...", + "title": "编辑过的笔记", + "deleted": "(已删除)" + }, + "file_properties": { + "note_id": "笔记 ID", + "original_file_name": "原始文件名", + "file_type": "文件类型", + "file_size": "文件大小", + "download": "下载", + "open": "用外部程序打开", + "upload_new_revision": "上传新修订版本", + "upload_success": "新文件修订版本已上传。", + "upload_failed": "新文件修订版本上传失败。", + "title": "文件" + }, + "image_properties": { + "original_file_name": "原始文件名", + "file_type": "文件类型", + "file_size": "文件大小", + "download": "下载", + "open": "打开", + "copy_reference_to_clipboard": "复制引用到剪贴板", + "upload_new_revision": "上传新修订版本", + "upload_success": "新图像修订版本已上传。", + "upload_failed": "新图像修订版本上传失败:{{message}}", + "title": "图像" + }, + "inherited_attribute_list": { + "title": "继承的属性", + "no_inherited_attributes": "没有继承的属性。", + "none": "无" + }, + "note_info_widget": { + "note_id": "笔记 ID", + "created": "创建时间", + "modified": "修改时间", + "type": "类型", + "note_size": "笔记大小", + "note_size_info": "笔记大小提供了该笔记存储需求的粗略估计。它考虑了笔记的内容及其笔记修订历史的内容。", + "calculate": "计算", + "subtree_size": "(子树大小: {{size}}, 共计 {{count}} 个笔记)", + "title": "笔记信息", + "show_similar_notes": "显示相似的笔记", + "mime": "文件类型" + }, + "note_map": { + "open_full": "展开显示", + "collapse": "折叠到正常大小", + "title": "笔记地图", + "fix-nodes": "固定节点", + "link-distance": "链接距离" + }, + "note_paths": { + "title": "笔记路径", + "clone_button": "克隆笔记到新位置...", + "intro_placed": "此笔记放置在以下路径中:", + "intro_not_placed": "此笔记尚未放入笔记树中。", + "outside_hoisted": "此路径在提升的笔记之外,您需要取消聚焦。", + "archived": "已归档", + "search": "搜索" + }, + "note_properties": { + "this_note_was_originally_taken_from": "笔记来源:", + "info": "信息" + }, + "owned_attribute_list": { + "owned_attributes": "拥有的属性" + }, + "promoted_attributes": { + "promoted_attributes": "升级属性", + "unset-field-placeholder": "未设置", + "url_placeholder": "http://www...", + "open_external_link": "打开外部链接", + "unknown_label_type": "未知的标签类型 '{{type}}'", + "unknown_attribute_type": "未知的属性类型 '{{type}}'", + "add_new_attribute": "添加新属性", + "remove_this_attribute": "移除此属性", + "remove_color": "移除此颜色标签" + }, + "script_executor": { + "query": "查询", + "script": "脚本", + "execute_query": "执行查询", + "execute_script": "执行脚本" + }, + "search_definition": { + "add_search_option": "添加搜索选项:", + "search_string": "搜索字符串", + "search_script": "搜索脚本", + "ancestor": "上级笔记", + "fast_search": "快速搜索", + "fast_search_description": "快速搜索选项禁用笔记内容的全文搜索,这可能会加速大数据库中的搜索。", + "include_archived": "包含归档", + "include_archived_notes_description": "归档的笔记默认不包含在搜索结果中,使用此选项将包含它们。", + "order_by": "排序方式", + "limit": "限制", + "limit_description": "限制结果数量", + "debug": "调试", + "debug_description": "调试将打印额外的调试信息到控制台,以帮助调试复杂查询", + "action": "操作", + "search_button": "搜索", + "search_execute": "搜索并执行操作", + "save_to_note": "保存到笔记", + "search_parameters": "搜索参数", + "unknown_search_option": "未知的搜索选项 {{searchOptionName}}", + "search_note_saved": "搜索笔记已保存到 {{- notePathTitle}}", + "actions_executed": "操作已执行。", + "view_options": "查看选项:", + "option": "选项" + }, + "similar_notes": { + "title": "相似笔记", + "no_similar_notes_found": "未找到相似的笔记。" + }, + "abstract_search_option": { + "remove_this_search_option": "删除此搜索选项", + "failed_rendering": "渲染搜索选项失败:{{dto}},错误信息:{{error}},堆栈:{{stack}}" + }, + "ancestor": { + "label": "上级笔记", + "placeholder": "按名称搜索笔记", + "depth_label": "深度", + "depth_doesnt_matter": "任意", + "depth_eq": "正好是 {{count}}", + "direct_children": "直接子代", + "depth_gt": "大于 {{count}}", + "depth_lt": "小于 {{count}}" + }, + "debug": { + "debug": "调试", + "debug_info": "调试将打印额外的调试信息到控制台,以帮助调试复杂的查询。", + "access_info": "要访问调试信息,请执行查询并点击左上角的“显示后端日志”。" + }, + "fast_search": { + "fast_search": "快速搜索", + "description": "快速搜索选项禁用笔记内容的全文搜索,这可能会加快在大型数据库中的搜索速度。" + }, + "include_archived_notes": { + "include_archived_notes": "包括已归档的笔记" + }, + "limit": { + "limit": "限制", + "take_first_x_results": "仅取前 X 个指定结果。" + }, + "order_by": { + "order_by": "排序依据", + "relevancy": "相关性(默认)", + "title": "标题", + "date_created": "创建日期", + "date_modified": "最后修改日期", + "content_size": "笔记内容大小", + "content_and_attachments_size": "笔记内容大小(包括附件)", + "content_and_attachments_and_revisions_size": "笔记内容大小(包括附件和笔记修订历史)", + "revision_count": "修订版本数量", + "children_count": "子笔记数量", + "parent_count": "克隆数量", + "owned_label_count": "标签数量", + "owned_relation_count": "关系数量", + "target_relation_count": "指向笔记的关系数量", + "random": "随机顺序", + "asc": "升序(默认)", + "desc": "降序" + }, + "search_script": { + "title": "搜索脚本:", + "placeholder": "按名称搜索笔记", + "description1": "搜索脚本允许通过运行脚本来定义搜索结果。这在标准搜索不足时提供了最大的灵活性。", + "description2": "搜索脚本必须是类型为“代码”和子类型为“JavaScript 后端”。脚本需要返回一个 noteIds 或 notes 数组。", + "example_title": "请看这个例子:", + "example_code": "// 1. 使用标准搜索进行预过滤\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. 应用自定义搜索条件\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", + "note": "注意,搜索脚本和搜索字符串不能相互结合使用。" + }, + "search_string": { + "title_column": "搜索字符串:", + "placeholder": "全文关键词,#标签 = 值 ...", + "search_syntax": "搜索语法", + "also_see": "另见", + "complete_help": "完整的搜索语法帮助", + "full_text_search": "只需输入任何文本进行全文搜索", + "label_abc": "返回带有标签 abc 的笔记", + "label_year": "匹配带有标签年份且值为 2019 的笔记", + "label_rock_pop": "匹配同时具有 rock 和 pop 标签的笔记", + "label_rock_or_pop": "只需一个标签存在即可", + "label_year_comparison": "数字比较(也包括>,>=,<)。", + "label_date_created": "上个月创建的笔记", + "error": "搜索错误:{{error}}", + "search_prefix": "搜索:" + }, + "attachment_detail": { + "open_help_page": "打开附件帮助页面", + "owning_note": "所属笔记: ", + "you_can_also_open": ",您还可以打开 ", + "list_of_all_attachments": "所有附件列表", + "attachment_deleted": "该附件已被删除。" + }, + "attachment_list": { + "open_help_page": "打开附件帮助页面", + "owning_note": "所属笔记: ", + "upload_attachments": "上传附件", + "no_attachments": "此笔记没有附件。" + }, + "book": { + "no_children_help": "此类型为书籍的笔记没有任何子笔记,因此没有内容显示。请参阅 wiki 了解详情。", + "drag_locked_title": "锁定编辑", + "drag_locked_message": "无法拖拽,因为集合已被锁定编辑。" + }, + "editable_code": { + "placeholder": "在这里输入您的代码笔记内容..." + }, + "editable_text": { + "placeholder": "在这里输入您的笔记内容...", + "auto-detect-language": "自动检测", + "keeps-crashing": "编辑组件时持续崩溃。请尝试重启 Trilium。如果问题仍然存在,请考虑提交错误报告。", + "editor_crashed_title": "文本编辑器崩溃", + "editor_crashed_content": "您的内容已经成功恢复,但是某些最近的内容可能没有保存。", + "editor_crashed_details_button": "浏览更多明细...", + "editor_crashed_details_intro": "如果您多次经历此错误,考虑在Github上提交这些信息。", + "editor_crashed_details_title": "技术信息" + }, + "empty": { + "open_note_instruction": "通过在下面的输入框中输入笔记标题或在树中选择笔记来打开笔记。", + "search_placeholder": "按名称搜索笔记", + "enter_workspace": "进入工作区 {{title}}" + }, + "file": { + "file_preview_not_available": "此文件格式不支持预览。", + "too_big": "预览仅显示文件的前 {{maxNumChars}} 个字符以提高性能。下载文件并在外部打开以查看完整内容。" + }, + "protected_session": { + "enter_password_instruction": "显示受保护的笔记需要输入您的密码:", + "start_session_button": "开始受保护的会话", + "started": "受保护的会话已启动。", + "wrong_password": "密码错误。", + "protecting-finished-successfully": "保护操作已成功完成。", + "unprotecting-finished-successfully": "解除保护操作已成功完成。", + "protecting-in-progress": "保护进行中:{{count}}", + "unprotecting-in-progress-count": "解除保护进行中:{{count}}", + "protecting-title": "保护状态", + "unprotecting-title": "解除保护状态" + }, + "relation_map": { + "open_in_new_tab": "在新标签页中打开", + "remove_note": "删除笔记", + "edit_title": "编辑标题", + "rename_note": "重命名笔记", + "enter_new_title": "输入新的笔记标题:", + "remove_relation": "删除关系", + "confirm_remove_relation": "您确定要删除这个关系吗?", + "specify_new_relation_name": "指定新的关系名称(允许的字符:字母数字、冒号和下划线):", + "connection_exists": "笔记之间的连接 '{{name}}' 已经存在。", + "start_dragging_relations": "从这里开始拖动关系,并将其放置到另一个笔记上。", + "note_not_found": "笔记 {{noteId}} 未找到!", + "cannot_match_transform": "无法匹配变换:{{transform}}", + "note_already_in_diagram": "笔记 \"{{title}}\" 已经在图中。", + "enter_title_of_new_note": "输入新笔记的标题", + "default_new_note_title": "新笔记", + "click_on_canvas_to_place_new_note": "点击画布以放置新笔记" + }, + "render": { + "note_detail_render_help_1": "之所以显示此帮助说明,是因为这个类型为渲染 HTML 的笔记没有正常工作所需的关系。", + "note_detail_render_help_2": "渲染 HTML 笔记类型用于编写脚本。简而言之,您有一份 HTML 代码笔记(可包含一些 JavaScript),然后这个笔记会把页面渲染出来。要使其正常工作,您需要定义一个名为 \"renderNote\" 的关系指向要渲染的 HTML 笔记。" + }, + "web_view": { + "web_view": "网页视图", + "embed_websites": "网页视图类型的笔记允许您将网站嵌入到 Trilium 中。", + "create_label": "首先,请创建一个带有您要嵌入的 URL 地址的标签,例如 #webViewSrc=\"https://www.bing.com\"" + }, + "backend_log": { + "refresh": "刷新" + }, + "consistency_checks": { + "title": "检查一致性", + "find_and_fix_button": "查找并修复一致性问题", + "finding_and_fixing_message": "正在查找并修复一致性问题...", + "issues_fixed_message": "一致性问题应该已被修复。" + }, + "database_anonymization": { + "title": "数据库匿名化", + "full_anonymization": "完全匿名化", + "full_anonymization_description": "此操作将创建一个新的数据库副本并进行匿名化处理(删除所有笔记内容,仅保留结构和一些非敏感元数据),用来分享到网上做调试而不用担心泄漏您的个人资料。", + "save_fully_anonymized_database": "保存完全匿名化的数据库", + "light_anonymization": "轻度匿名化", + "light_anonymization_description": "此操作将创建一个新的数据库副本,并对其进行轻度匿名化处理——仅删除所有笔记的内容,但保留标题和属性。此外,自定义 JS 前端/后端脚本笔记和自定义小部件将保留。这提供了更多上下文以调试问题。", + "choose_anonymization": "您可以自行决定是提供完全匿名化还是轻度匿名化的数据库。即使是完全匿名化的数据库也非常有用,但在某些情况下,轻度匿名化的数据库可以加快错误识别和修复的过程。", + "save_lightly_anonymized_database": "保存轻度匿名化的数据库", + "existing_anonymized_databases": "现有的匿名化数据库", + "creating_fully_anonymized_database": "正在创建完全匿名化的数据库...", + "creating_lightly_anonymized_database": "正在创建轻度匿名化的数据库...", + "error_creating_anonymized_database": "无法创建匿名化数据库,请检查后端日志以获取详细信息", + "successfully_created_fully_anonymized_database": "成功创建完全匿名化的数据库,路径为 {{anonymizedFilePath}}", + "successfully_created_lightly_anonymized_database": "成功创建轻度匿名化的数据库,路径为 {{anonymizedFilePath}}", + "no_anonymized_database_yet": "尚无匿名化数据库。" + }, + "database_integrity_check": { + "title": "数据库完整性检查", + "description": "检查 SQLite 数据库是否损坏。根据数据库的大小,可能会需要一些时间。", + "check_button": "检查数据库完整性", + "checking_integrity": "正在检查数据库完整性...", + "integrity_check_succeeded": "完整性检查成功 - 未发现问题。", + "integrity_check_failed": "完整性检查失败: {{results}}" + }, + "sync": { + "title": "同步", + "force_full_sync_button": "强制全量同步", + "fill_entity_changes_button": "填充实体变更记录", + "full_sync_triggered": "全量同步已触发", + "filling_entity_changes": "正在填充实体变更行...", + "sync_rows_filled_successfully": "同步行填充成功", + "finished-successfully": "同步已完成。", + "failed": "同步失败:{{message}}" + }, + "vacuum_database": { + "title": "数据库清理", + "description": "这会重建数据库,通常会减少占用空间,不会删除数据。", + "button_text": "清理数据库", + "vacuuming_database": "正在清理数据库...", + "database_vacuumed": "数据库已清理" + }, + "fonts": { + "theme_defined": "跟随主题", + "fonts": "字体", + "main_font": "主字体", + "font_family": "字体系列", + "size": "大小", + "note_tree_font": "笔记树字体", + "note_detail_font": "笔记详情字体", + "monospace_font": "等宽(代码)字体", + "note_tree_and_detail_font_sizing": "请注意,笔记树字体和详细字体的大小相对于主字体大小设置。", + "not_all_fonts_available": "并非所有列出的字体都可能在您的系统上可用。", + "apply_font_changes": "要应用字体更改,请点击", + "reload_frontend": "重载前端", + "generic-fonts": "通用字体", + "sans-serif-system-fonts": "无衬线系统字体", + "serif-system-fonts": "衬线系统字体", + "monospace-system-fonts": "等宽系统字体", + "handwriting-system-fonts": "手写系统字体", + "serif": "衬线", + "sans-serif": "无衬线", + "monospace": "等宽", + "system-default": "系统默认" + }, + "max_content_width": { + "title": "内容宽度", + "default_description": "Trilium默认会限制内容的最大宽度以提高在宽屏中全屏时的可读性。", + "max_width_label": "内容最大宽度(像素)", + "max_width_unit": "像素", + "centerContent": "保持内容居中" + }, + "native_title_bar": { + "title": "原生标题栏(需要重新启动应用)", + "enabled": "启用", + "disabled": "禁用" + }, + "ribbon": { + "widgets": "功能选项组件", + "promoted_attributes_message": "如果笔记中存在升级属性,则自动打开升级属性功能区标签页", + "edited_notes_message": "日记笔记自动打开编辑过的笔记功能区标签页" + }, + "theme": { + "title": "主题", + "theme_label": "主题", + "override_theme_fonts_label": "覆盖主题字体", + "triliumnext": "Trilium(跟随系统颜色方案)", + "triliumnext-light": "Trilium(浅色)", + "triliumnext-dark": "Trilium(深色)", + "layout": "布局", + "layout-vertical-title": "垂直", + "layout-horizontal-title": "水平", + "layout-vertical-description": "启动栏位于左侧(默认)", + "layout-horizontal-description": "启动栏位于标签页栏下方,标签页栏现在是全宽的。", + "auto_theme": "传统(跟随系统配色方案)", + "light_theme": "传统(浅色)", + "dark_theme": "传统(深色)" + }, + "zoom_factor": { + "title": "缩放系数(仅桌面客户端有效)", + "description": "缩放也可以通过 CTRL+- 和 CTRL+= 快捷键进行控制。" + }, + "code_auto_read_only_size": { + "title": "自动只读大小", + "description": "自动只读大小是指笔记超过设置的大小后自动设置为只读模式(为性能考虑)。", + "label": "自动只读大小(代码笔记)", + "unit": "字符" + }, + "code_mime_types": { + "title": "下拉菜单可用的MIME文件类型", + "tooltip_syntax_highlighting": "语法高亮", + "tooltip_code_block_syntax": "文本笔记中的代码块", + "tooltip_code_note_syntax": "代码笔记" + }, + "vim_key_bindings": { + "use_vim_keybindings_in_code_notes": "Vim 快捷键", + "enable_vim_keybindings": "在代码笔记中启用 Vim 快捷键(不包含 ex 模式)" + }, + "wrap_lines": { + "wrap_lines_in_code_notes": "代码笔记自动换行", + "enable_line_wrap": "启用自动换行(需要重载前端才会生效)" + }, + "images": { + "images_section_title": "图片", + "download_images_automatically": "自动下载图片以供离线使用。", + "download_images_description": "粘贴的 HTML 可能包含在线图片的引用,Trilium 会找到这些引用并下载图片,以便它们可以离线使用。", + "enable_image_compression": "启用图片压缩", + "max_image_dimensions": "图片的最大宽度/高度(超过此限制的图像将会被缩放)。", + "jpeg_quality_description": "JPEG 质量(10 - 最差质量,100 最佳质量,建议为 50 - 85)", + "max_image_dimensions_unit": "像素" + }, + "attachment_erasure_timeout": { + "attachment_erasure_timeout": "附件清理超时", + "attachment_auto_deletion_description": "如果附件在一段时间后不再被笔记引用,它们将自动被删除(并被清理)。", + "erase_attachments_after": "在此时间后删除未使用的附件:", + "manual_erasing_description": "您还可以手动触发清理(而不考虑上述定义的超时时间):", + "erase_unused_attachments_now": "立即清理未使用的附件笔记", + "unused_attachments_erased": "未使用的附件已被删除。" + }, + "network_connections": { + "network_connections_title": "网络连接", + "check_for_updates": "自动检查更新" + }, + "note_erasure_timeout": { + "note_erasure_timeout_title": "笔记清理超时", + "note_erasure_description": "被删除的笔记(以及属性、修订历史等)最初仅被标记为“删除”,可以从“最近修改”对话框中恢复它们。经过一段时间后,已删除的笔记会被“清理”,这意味着它们的内容将无法恢复。此设置允许您配置从删除到清除笔记之间的时间长度。", + "erase_notes_after": "在此时间后删除笔记:", + "manual_erasing_description": "您还可以手动触发清理(不考虑上述定义的超时):", + "erase_deleted_notes_now": "立即清理已删除的笔记", + "deleted_notes_erased": "已删除的笔记已被清理。" + }, + "revisions_snapshot_interval": { + "note_revisions_snapshot_interval_title": "笔记修订快照间隔", + "note_revisions_snapshot_description": "笔记修订快照间隔是创建新笔记修订的时间。有关更多信息,请参见 wiki。", + "snapshot_time_interval_label": "笔记修订快照时间间隔:" + }, + "revisions_snapshot_limit": { + "note_revisions_snapshot_limit_title": "笔记修订快照限制", + "note_revisions_snapshot_limit_description": "笔记修订快照数限制指的是每个笔记可以保存的最大历史记录数量。其中 -1 表示没有限制,0 表示删除所有历史记录。您可以通过 #versioningLimit 标签设置单个笔记的最大修订记录数量。", + "snapshot_number_limit_label": "笔记修订快照数量限制:", + "erase_excess_revision_snapshots": "立即删除多余的修订快照", + "erase_excess_revision_snapshots_prompt": "多余的修订快照已被删除。", + "snapshot_number_limit_unit": "快照" + }, + "search_engine": { + "title": "搜索引擎", + "custom_search_engine_info": "自定义搜索引擎需要设置名称和 URL。如果这两者之一未设置,将默认使用 DuckDuckGo 作为搜索引擎。", + "predefined_templates_label": "预定义搜索引擎模板", + "bing": "必应", + "baidu": "百度", + "duckduckgo": "DuckDuckGo", + "google": "谷歌", + "custom_name_label": "自定义搜索引擎名称", + "custom_name_placeholder": "自定义搜索引擎名称", + "custom_url_label": "自定义搜索引擎 URL 应包含 {keyword} 作为搜索词的占位符。", + "custom_url_placeholder": "自定义搜索引擎 URL", + "save_button": "保存" + }, + "tray": { + "title": "系统托盘", + "enable_tray": "启用托盘图标(需要重启 Trilium 以生效)" + }, + "heading_style": { + "title": "标题风格", + "plain": "纯文本", + "underline": "下划线", + "markdown": "Markdown 风格" + }, + "highlights_list": { + "title": "高亮列表", + "description": "您可以自定义右侧面板中显示的高亮列表:", + "bold": "粗体", + "italic": "斜体", + "underline": "下划线", + "color": "字体颜色", + "bg_color": "背景颜色", + "visibility_title": "高亮列表可见性", + "visibility_description": "您可以通过添加 #hideHighlightWidget 标签来隐藏单个笔记的高亮小部件。", + "shortcut_info": "您可以在选项 -> 快捷键中为快速切换右侧面板(包括高亮列表)配置键盘快捷键(名称为 'toggleRightPane')。" + }, + "table_of_contents": { + "title": "目录", + "description": "当笔记中有超过一定数量的标题时,显示目录。您可以自定义此数量:", + "disable_info": "您可以设置一个非常大的数来禁用目录。", + "shortcut_info": "您可以在 “选项” -> “快捷键” 中配置一个键盘快捷键,以便快速切换右侧面板(包括目录)(名称为 'toggleRightPane')。", + "unit": "标题" + }, + "text_auto_read_only_size": { + "title": "自动只读大小", + "description": "自动只读笔记大小是超过该大小后,笔记将以只读模式显示(出于性能考虑)。", + "label": "自动只读大小(文本笔记)", + "unit": "字符" + }, + "i18n": { + "title": "本地化", + "language": "语言", + "first-day-of-the-week": "一周的第一天", + "sunday": "周日", + "monday": "周一", + "first-week-of-the-year": "一年的第一周", + "first-week-contains-first-day": "第一周包含一年的第一天", + "first-week-contains-first-thursday": "第一周包含一年的第一个周四", + "first-week-has-minimum-days": "第一周有最小天数", + "min-days-in-first-week": "第一周的最小天数", + "first-week-info": "第一周包含一年的第一个周四,基于 ISO 8601 标准。", + "first-week-warning": "更改第一周选项可能会导致与现有周笔记重复,已创建的周笔记将不会相应更新。", + "formatting-locale": "日期和数字格式", + "tuesday": "周二", + "wednesday": "周三", + "thursday": "周四", + "friday": "周五", + "saturday": "周六", + "formatting-locale-auto": "依应用的语言设置" + }, + "backup": { + "automatic_backup": "自动备份", + "automatic_backup_description": "Trilium 可以自动备份数据库:", + "enable_daily_backup": "启用每日备份", + "enable_weekly_backup": "启用每周备份", + "enable_monthly_backup": "启用每月备份", + "backup_recommendation": "建议打开备份功能,但这可能会使大型数据库和/或慢速存储设备的应用程序启动变慢。", + "backup_now": "立即备份", + "backup_database_now": "立即备份数据库", + "existing_backups": "现有备份", + "date-and-time": "日期和时间", + "path": "路径", + "database_backed_up_to": "数据库已备份到 {{backupFilePath}}", + "no_backup_yet": "尚无备份" + }, + "etapi": { + "title": "ETAPI", + "description": "ETAPI 是一个 REST API,用于以编程方式访问 Trilium 实例,而无需 UI。", + "create_token": "创建新的 ETAPI 令牌", + "existing_tokens": "现有令牌", + "no_tokens_yet": "目前还没有令牌。点击上面的按钮创建一个。", + "token_name": "令牌名称", + "created": "创建时间", + "actions": "操作", + "new_token_title": "新 ETAPI 令牌", + "new_token_message": "请输入新的令牌名称", + "default_token_name": "新令牌", + "error_empty_name": "令牌名称不能为空", + "token_created_title": "ETAPI 令牌已创建", + "token_created_message": "将创建的令牌复制到剪贴板。Trilium 存储了令牌的哈希值,这是您最后一次看到它。", + "rename_token": "重命名此令牌", + "delete_token": "删除/停用此令牌", + "rename_token_title": "重命名令牌", + "rename_token_message": "请输入新的令牌名称", + "delete_token_confirmation": "您确定要删除 ETAPI 令牌 \"{{name}}\" 吗?" + }, + "options_widget": { + "options_status": "选项状态", + "options_change_saved": "选项更改已保存。" + }, + "password": { + "heading": "密码", + "alert_message": "请务必记住您的新密码。密码用于登录 Web 界面和加密保护的笔记。如果您忘记了密码,所有保护的笔记将永久丢失。", + "reset_link": "点击这里重置。", + "old_password": "旧密码", + "new_password": "新密码", + "new_password_confirmation": "新密码确认", + "change_password": "更改密码", + "protected_session_timeout": "受保护会话超时", + "protected_session_timeout_description": "受保护会话超时是一个时间段,超时后受保护会话会从浏览器内存中清除。这是从最后一次与受保护笔记的交互开始计时的。更多信息请见", + "wiki": "维基", + "for_more_info": "更多信息。", + "protected_session_timeout_label": "受保护的会话超时:", + "reset_confirmation": "重置密码将永久丧失对所有现受保护笔记的访问。您真的要重置密码吗?", + "reset_success_message": "密码已重置。请设置新密码", + "change_password_heading": "更改密码", + "set_password_heading": "设置密码", + "set_password": "设置密码", + "password_mismatch": "新密码不一致。", + "password_changed_success": "密码已更改。按 OK 后 Trilium 将重载。" + }, + "multi_factor_authentication": { + "title": "多因素认证(MFA)", + "description": "多因素认证(MFA)为您的账户添加了额外的安全层。除了输入密码登录外,MFA还要求您提供一个或多个额外的验证信息来验证您的身份。这样,即使有人获得了您的密码,没有第二个验证信息他们也无法访问您的账户。这就像给您的门添加了一把额外的锁,让他人更难闯入。

请按照以下说明启用 MFA。如果您配置不正确,登录将仅使用密码。", + "mfa_enabled": "启用多因素认证", + "mfa_method": "MFA 方法", + "electron_disabled": "当前桌面版本不支持多因素认证。", + "totp_title": "基于时间的一次性密码(TOTP)", + "totp_description": "TOTP(基于时间的一次性密码)是一种安全功能,它会生成一个每30秒变化的唯一临时代码。您需要使用这个代码和您的密码一起登录账户,这使得他人更难访问您的账户。", + "totp_secret_title": "生成 TOTP 密钥", + "totp_secret_generate": "生成 TOTP 密钥", + "totp_secret_regenerate": "重新生成 TOTP 密钥", + "no_totp_secret_warning": "要启用 TOTP,您需要先生成一个 TOTP 密钥。", + "totp_secret_description_warning": "生成新的 TOTP 密钥后,您需要使用新的 TOTP 密钥重新登录。", + "totp_secret_generated": "TOTP 密钥已生成", + "totp_secret_warning": "请将生成的密钥保存在安全的地方。它将不会再次显示。", + "totp_secret_regenerate_confirm": "您确定要重新生成 TOTP 密钥吗?这将使之前的 TOTP 密钥失效,并使所有现有的恢复代码失效。请将生成的密钥保存在安全的地方。它将不会再次显示。", + "recovery_keys_title": "单点登录恢复密钥", + "recovery_keys_description": "单点登录恢复密钥用于在您无法访问您的认证器代码时登录。离开页面后,恢复密钥将不会再次显示。请将它们保存在安全的地方。", + "recovery_keys_description_warning": "离开页面后,恢复密钥将不会再次显示。请将它们保存在安全的地方。
一旦恢复密钥被使用,它将无法再次使用。", + "recovery_keys_error": "生成恢复代码时出错", + "recovery_keys_no_key_set": "未设置恢复代码", + "recovery_keys_generate": "生成恢复代码", + "recovery_keys_regenerate": "重新生成恢复代码", + "recovery_keys_used": "已使用: {{date}}", + "recovery_keys_unused": "恢复代码 {{index}} 未使用", + "oauth_title": "OAuth/OpenID 认证", + "oauth_description": "OpenID 是一种标准化方式,允许您使用其他服务(如 Google)的账号登录网站来验证您的身份。默认的身份提供者是 Google,但您可以更改为任何其他 OpenID 提供者。点击这里了解更多信息。请参阅这些 指南 通过 Google 设置 OpenID 服务。", + "oauth_description_warning": "要启用 OAuth/OpenID,您需要设置 config.ini 文件中的 OAuth/OpenID 基础 URL、客户端 ID 和客户端密钥,并重新启动应用程序。如果要从环境变量设置,请设置 TRILIUM_OAUTH_BASE_URL、TRILIUM_OAUTH_CLIENT_ID 和 TRILIUM_OAUTH_CLIENT_SECRET 环境变量。", + "oauth_missing_vars": "缺少以下设置项:{{-variables}}", + "oauth_user_account": "用户账号: ", + "oauth_user_email": "用户邮箱: ", + "oauth_user_not_logged_in": "未登录!" + }, + "shortcuts": { + "keyboard_shortcuts": "快捷键", + "multiple_shortcuts": "同一操作的多个快捷键可以用逗号分隔。", + "electron_documentation": "请参阅 Electron 文档,了解可用的修饰符和键码。", + "type_text_to_filter": "输入文字以过滤快捷键...", + "action_name": "操作名称", + "shortcuts": "快捷键", + "default_shortcuts": "默认快捷键", + "description": "描述", + "reload_app": "重载应用以应用更改", + "set_all_to_default": "将所有快捷键重置为默认值", + "confirm_reset": "您确定要将所有键盘快捷键重置为默认值吗?" + }, + "spellcheck": { + "title": "拼写检查", + "description": "这些选项仅适用于桌面版本,浏览器将使用其原生的拼写检查功能。", + "enable": "启用拼写检查", + "language_code_label": "语言代码", + "language_code_placeholder": "例如 \"en-US\", \"de-AT\"", + "multiple_languages_info": "多种语言可以用逗号分隔,例如 \"en-US, de-DE, cs\"。 ", + "available_language_codes_label": "可用的语言代码:", + "restart-required": "拼写检查选项的更改将在应用重启后生效。" + }, + "sync_2": { + "config_title": "同步配置", + "server_address": "服务器实例地址", + "timeout": "同步超时(单位:毫秒)", + "proxy_label": "同步代理服务器(可选)", + "note": "注意", + "note_description": "代理设置留空则使用系统代理(仅桌面客户端有效)。", + "special_value_description": "另一个特殊值是 noproxy,它强制忽略系统代理并遵守 NODE_TLS_REJECT_UNAUTHORIZED。", + "save": "保存", + "help": "帮助", + "test_title": "同步测试", + "test_description": "测试和同步服务器之间的连接。如果同步服务器没有初始化,会将本地文档同步到同步服务器上。", + "test_button": "测试同步", + "handshake_failed": "同步服务器握手失败,错误:{{message}}", + "timeout_unit": "毫秒" + }, + "api_log": { + "close": "关闭" + }, + "attachment_detail_2": { + "will_be_deleted_in": "此附件将在 {{time}} 后自动删除", + "will_be_deleted_soon": "该附件在不久后将被自动删除", + "deletion_reason": ",因为该附件未链接在笔记的内容中。为防止被删除,请将附件链接重新添加到内容中或将附件转换为笔记。", + "role_and_size": "角色:{{role}},大小:{{size}},文件类型:{{- mimeType}}", + "link_copied": "附件链接已复制到剪贴板。", + "unrecognized_role": "无法识别的附件角色 '{{role}}'。" + }, + "bookmark_switch": { + "bookmark": "书签", + "bookmark_this_note": "将此笔记添加到左侧面板的书签", + "remove_bookmark": "移除书签" + }, + "editability_select": { + "auto": "自动", + "read_only": "只读", + "always_editable": "始终可编辑", + "note_is_editable": "笔记如果不太长则可编辑。", + "note_is_read_only": "笔记为只读,但可以通过点击按钮进行编辑。", + "note_is_always_editable": "无论笔记长度如何,始终可编辑。" + }, + "note-map": { + "button-link-map": "链接地图", + "button-tree-map": "树形地图" + }, + "tree-context-menu": { + "open-in-a-new-tab": "在新标签页中打开", + "open-in-a-new-split": "在新分栏中打开", + "insert-note-after": "在后面插入笔记", + "insert-child-note": "插入子笔记", + "delete": "删除", + "search-in-subtree": "在子树中搜索", + "hoist-note": "聚焦笔记", + "unhoist-note": "取消聚焦笔记", + "edit-branch-prefix": "编辑分支前缀", + "advanced": "高级", + "expand-subtree": "展开子树", + "collapse-subtree": "折叠子树", + "sort-by": "排序方式...", + "recent-changes-in-subtree": "子树中的最近更改", + "convert-to-attachment": "转换为附件", + "copy-note-path-to-clipboard": "复制笔记路径到剪贴板", + "protect-subtree": "保护子树", + "unprotect-subtree": "取消保护子树", + "copy-clone": "复制 / 克隆", + "clone-to": "克隆到...", + "cut": "剪切", + "move-to": "移动到...", + "paste-into": "粘贴到里面", + "paste-after": "粘贴到后面", + "export": "导出", + "import-into-note": "导入到笔记", + "apply-bulk-actions": "应用批量操作", + "converted-to-attachments": "{{count}} 个笔记已被转换为附件。", + "convert-to-attachment-confirm": "确定要将选中的笔记转换为其父笔记的附件吗?此操作仅适用于图像笔记,其他笔记将被跳过。", + "duplicate": "复制", + "open-in-popup": "快速编辑", + "archive": "归档", + "unarchive": "解压", + "open-in-a-new-window": "在新窗口中打开", + "hide-subtree": "隐藏子树", + "show-subtree": "显示子树" + }, + "shared_info": { + "help_link": "访问 wiki 获取帮助。", + "shared_publicly": "该笔记已在 {{- link}} 上公开分享。", + "shared_locally": "此笔记在本地通过 {{- link}} 进行共享。" + }, + "note_types": { + "text": "文本", + "code": "代码", + "saved-search": "保存的搜索", + "relation-map": "关系图", + "note-map": "笔记地图", + "render-note": "渲染笔记", + "mermaid-diagram": "Mermaid 图", + "canvas": "画布", + "web-view": "网页视图", + "mind-map": "思维导图", + "file": "文件", + "image": "图片", + "launcher": "启动器", + "doc": "文档", + "widget": "小部件", + "confirm-change": "当笔记内容不为空时,不建议更改笔记类型。您仍然要继续吗?", + "geo-map": "地理地图", + "beta-feature": "测试版", + "task-list": "任务列表", + "new-feature": "新建", + "collections": "集合", + "book": "集合" + }, + "protect_note": { + "toggle-on": "保护笔记", + "toggle-off": "取消保护笔记", + "toggle-on-hint": "笔记未受保护,点击以保护", + "toggle-off-hint": "笔记已受保护,点击以取消保护" + }, + "shared_switch": { + "shared": "已分享", + "toggle-on-title": "分享笔记", + "toggle-off-title": "取消分享笔记", + "shared-branch": "此笔记仅作为共享笔记存在,取消共享将删除它。您确定要继续并删除此笔记吗?", + "inherited": "此笔记无法在此处取消共享,因为它通过继承自上级笔记共享。" + }, + "template_switch": { + "template": "模板", + "toggle-on-hint": "将此笔记设为模板", + "toggle-off-hint": "取消笔记模板设置" + }, + "open-help-page": "打开帮助页面", + "find": { + "case_sensitive": "区分大小写", + "match_words": "匹配单词", + "find_placeholder": "在文本中查找...", + "replace_placeholder": "替换为...", + "replace": "替换", + "replace_all": "全部替换" + }, + "highlights_list_2": { + "title": "高亮列表", + "options": "选项", + "title_with_count_other": "{{count}} 处高亮", + "modal_title": "配置高亮列表", + "menu_configure": "配置高亮列表...", + "no_highlights": "未找到高亮内容。" + }, + "quick-search": { + "placeholder": "快速搜索", + "searching": "正在搜索...", + "no-results": "未找到结果", + "more-results": "... 以及另外 {{number}} 个结果。", + "show-in-full-search": "在完整的搜索界面中显示" + }, + "note_tree": { + "collapse-title": "折叠笔记树", + "scroll-active-title": "滚动到活跃笔记", + "tree-settings-title": "树设置", + "hide-archived-notes": "隐藏已归档笔记", + "automatically-collapse-notes": "自动折叠笔记", + "automatically-collapse-notes-title": "笔记在一段时间内未使用将被折叠,以减少树形结构的杂乱。", + "save-changes": "保存并应用更改", + "auto-collapsing-notes-after-inactivity": "在不活跃后自动折叠笔记...", + "saved-search-note-refreshed": "已保存的搜索笔记已刷新。", + "hoist-this-note-workspace": "聚焦此笔记(工作区)", + "refresh-saved-search-results": "刷新保存的搜索结果", + "create-child-note": "创建子笔记", + "unhoist": "取消聚焦", + "toggle-sidebar": "切换侧边栏", + "dropping-not-allowed": "不允许移动笔记到此处。", + "shared-indicator-tooltip": "此笔记已公开分享", + "shared-indicator-tooltip-with-url": "此笔记已公开分享至:{{- url}}", + "clone-indicator-tooltip": "此笔记有 {{- count}} 个父级: {{- parents}}", + "clone-indicator-tooltip-single": "此笔记已克隆(1 个额外的父级:{{- parent}})", + "subtree-hidden-tooltip_other": "从树中隐藏的 {{count}} 篇子笔记", + "subtree-hidden-moved-title": "已添加到 {{title}}", + "subtree-hidden-moved-description-collection": "此集合隐藏其树中的子笔记。", + "subtree-hidden-moved-description-other": "子笔记隐藏于此笔记的树中。" + }, + "title_bar_buttons": { + "window-on-top": "保持此窗口置顶" + }, + "note_detail": { + "could_not_find_typewidget": "找不到类型为 '{{type}}' 的 typeWidget", + "printing": "正在打印…", + "printing_pdf": "正在导出为PDF…", + "print_report_title": "打印报告", + "print_report_collection_content_other": "集合中的 {{count}} 篇笔记无法打印,因为它们不受支持或受到保护。", + "print_report_collection_details_button": "查看详情", + "print_report_collection_details_ignored_notes": "忽略的笔记" + }, + "note_title": { + "placeholder": "请输入笔记标题...", + "created_on": "建立于 ", + "last_modified": "修改于 ", + "note_type_switcher_label": "从 {{type}} 切换到:", + "note_type_switcher_others": "其他笔记类型", + "note_type_switcher_templates": "模板", + "note_type_switcher_collection": "集合", + "edited_notes": "今天编辑过的笔记", + "promoted_attributes": "升级属性" + }, + "search_result": { + "no_notes_found": "没有找到符合搜索条件的笔记。", + "search_not_executed": "尚未执行搜索。请点击上方的\"搜索\"按钮查看结果。" + }, + "spacer": { + "configure_launchbar": "配置启动栏" + }, + "sql_result": { + "no_rows": "此查询没有返回任何数据", + "not_executed": "查询尚未执行。", + "failed": "SQL 查询执行失败", + "execute_now": "立即执行", + "statement_result": "执行结果" + }, + "sql_table_schemas": { + "tables": "表" + }, + "tab_row": { + "close_tab": "关闭标签页", + "add_new_tab": "添加新标签页", + "close": "关闭", + "close_other_tabs": "关闭其他标签页", + "close_right_tabs": "关闭右侧标签页", + "close_all_tabs": "关闭所有标签页", + "reopen_last_tab": "重新打开关闭的标签页", + "move_tab_to_new_window": "将此标签页移动到新窗口", + "copy_tab_to_new_window": "将此标签页复制到新窗口", + "new_tab": "新标签页" + }, + "toc": { + "table_of_contents": "目录", + "options": "选项", + "no_headings": "无标题。" + }, + "watched_file_update_status": { + "file_last_modified": "文件 最后修改时间为 。", + "upload_modified_file": "上传修改的文件", + "ignore_this_change": "忽略此更改" + }, + "app_context": { + "please_wait_for_save": "请等待几秒钟以完成保存,然后您可以尝试再操作一次。" + }, + "note_create": { + "duplicated": "笔记 \"{{title}}\" 已被复制。" + }, + "image": { + "copied-to-clipboard": "图片的引用已复制到剪贴板,可以粘贴到任何文本笔记中。", + "cannot-copy": "无法将图片引用复制到剪贴板。" + }, + "clipboard": { + "cut": "笔记已剪切到剪贴板。", + "copied": "笔记已复制到剪贴板。", + "copy_failed": "由于权限问题,无法复制到剪贴板。", + "copy_success": "已复制到剪贴板。" + }, + "entrypoints": { + "note-revision-created": "笔记修订已创建。", + "note-executed": "笔记已执行。", + "sql-error": "执行 SQL 查询时发生错误:{{message}}" + }, + "branches": { + "cannot-move-notes-here": "无法将笔记移动到这里。", + "delete-status": "删除状态", + "delete-notes-in-progress": "正在删除笔记:{{count}}", + "delete-finished-successfully": "删除成功完成。", + "undeleting-notes-in-progress": "正在恢复删除的笔记:{{count}}", + "undeleting-notes-finished-successfully": "恢复删除的笔记已成功完成。" + }, + "frontend_script_api": { + "async_warning": "您正在将一个异步函数传递给 `api.runOnBackend()`,这可能无法按预期工作。\\n要么使该函数同步(通过移除 `async` 关键字),要么使用 `api.runAsyncOnBackendWithManualTransactionHandling()`。", + "sync_warning": "您正在将一个同步函数传递给 `api.runAsyncOnBackendWithManualTransactionHandling()`,\\n而您可能应该使用 `api.runOnBackend()`。" + }, + "ws": { + "sync-check-failed": "同步检查失败!", + "consistency-checks-failed": "一致性检查失败!请查看日志了解详细信息。", + "encountered-error": "遇到错误 \"{{message}}\",请查看控制台。", + "lost-websocket-connection-title": "与服务器的连线中断", + "lost-websocket-connection-message": "检查您的反向代理(如 nginx 或 Apache)设置以确保 Websocket 连线没有被阻挡。" + }, + "hoisted_note": { + "confirm_unhoisting": "请求的笔记 '{{requestedNote}}' 位于聚焦的笔记 '{{hoistedNote}}' 的子树之外,您必须取消聚焦才能访问该笔记。是否继续取消聚焦?" + }, + "launcher_context_menu": { + "reset_launcher_confirm": "您确定要重置 \"{{title}}\" 吗?此笔记(及其子项)中的所有数据/设置将丢失,且启动器将恢复到其原始位置。", + "add-note-launcher": "添加笔记启动器", + "add-script-launcher": "添加脚本启动器", + "add-custom-widget": "添加自定义小部件", + "add-spacer": "添加间隔", + "delete": "删除 ", + "reset": "重置", + "move-to-visible-launchers": "移动到可见启动器", + "move-to-available-launchers": "移动到可用启动器", + "duplicate-launcher": "复制启动器 " + }, + "highlighting": { + "title": "代码块", + "description": "控制文本笔记中代码块的语法高亮,代码笔记不会受到影响。", + "color-scheme": "颜色方案" + }, + "code_block": { + "word_wrapping": "自动换行", + "theme_none": "无语法高亮", + "theme_group_light": "浅色主题", + "theme_group_dark": "深色主题", + "copy_title": "复制到剪贴板" + }, + "classic_editor_toolbar": { + "title": "格式" + }, + "editor": { + "title": "编辑器" + }, + "editing": { + "editor_type": { + "label": "格式工具栏", + "floating": { + "title": "浮动", + "description": "编辑工具出现在光标附近;" + }, + "fixed": { + "title": "固定", + "description": "编辑工具出现在 \"格式\" 功能区标签中。" + }, + "multiline-toolbar": "如果工具栏无法完全显示,则分多行显示。" + } + }, + "electron_context_menu": { + "add-term-to-dictionary": "将 \"{{term}}\" 添加到字典", + "cut": "剪切", + "copy": "复制", + "copy-link": "复制链接", + "paste": "粘贴", + "paste-as-plain-text": "以纯文本粘贴", + "search_online": "用 {{searchEngine}} 搜索 \"{{term}}\"", + "search_in_trilium": "在 Trilium 中搜索「{{term}}」" + }, + "image_context_menu": { + "copy_reference_to_clipboard": "复制引用到剪贴板", + "copy_image_to_clipboard": "复制图片到剪贴板" + }, + "link_context_menu": { + "open_note_in_new_tab": "在新标签页中打开笔记", + "open_note_in_new_split": "在新分屏中打开笔记", + "open_note_in_new_window": "在新窗口中打开笔记", + "open_note_in_popup": "快速编辑", + "open_note_in_other_split": "在另一个分屏中打开笔记" + }, + "electron_integration": { + "desktop-application": "桌面应用程序", + "native-title-bar": "原生标题栏", + "native-title-bar-description": "对于 Windows 和 macOS,关闭原生标题栏可使应用程序看起来更紧凑。在 Linux 上,保留原生标题栏可以更好地与系统集成。", + "background-effects": "启用背景效果", + "background-effects-description": "为应用窗口添加模糊且时尚的背景,营造出深度感和现代外观。「原生标题栏」必須被禁用。", + "restart-app-button": "重启应用程序以查看更改", + "zoom-factor": "缩放系数" + }, + "note_autocomplete": { + "search-for": "搜索 \"{{term}}\"", + "create-note": "创建并链接子笔记 \"{{term}}\"", + "insert-external-link": "插入指向 \"{{term}}\" 的外部链接", + "clear-text-field": "清除文本字段", + "show-recent-notes": "显示最近的笔记", + "full-text-search": "全文搜索" + }, + "note_tooltip": { + "note-has-been-deleted": "笔记已被删除。", + "quick-edit": "快速编辑" + }, + "geo-map": { + "create-child-note-title": "创建一个新的子笔记并将其添加到地图中", + "create-child-note-instruction": "单击地图以在该位置创建新笔记,或按 Escape 以取消。", + "unable-to-load-map": "无法加载地图。", + "create-child-note-text": "添加标记" + }, + "geo-map-context": { + "open-location": "打开位置", + "remove-from-map": "从地图中移除", + "add-note": "在这个位置添加一个标记" + }, + "help-button": { + "title": "打开相关帮助页面" + }, + "duration": { + "seconds": "秒", + "minutes": "分钟", + "hours": "小时", + "days": "天" + }, + "share": { + "title": "共享设置", + "redirect_bare_domain": "将裸域重定向到共享页面", + "redirect_bare_domain_description": "将匿名用户重定向到共享页面,而不是显示登录", + "show_login_link": "在共享主题中显示登录链接", + "show_login_link_description": "在共享页面底部添加登录链接", + "check_share_root": "检查共享根状态", + "share_root_found": "共享根笔记 '{{noteTitle}}' 已准备好", + "share_root_not_found": "未找到带有 #shareRoot 标签的笔记", + "share_root_not_shared": "笔记 '{{noteTitle}}' 具有 #shareRoot 标签,但未共享" + }, + "time_selector": { + "invalid_input": "输入的时间值不是有效数字。", + "minimum_input": "输入的时间值需要至少 {{minimumSeconds}} 秒。" + }, + "tasks": { + "due": { + "today": "今天", + "tomorrow": "明天", + "yesterday": "昨天" + } + }, + "code-editor-options": { + "title": "编辑器" + }, + "custom_date_time_format": { + "title": "自定义日期/时间格式", + "description": "自定义通过 或工具栏插入的日期和时间格式。有关日期/时间格式字符串中各个字符的含义,请参阅Day.js docs。", + "format_string": "日期/时间格式字符串:", + "formatted_time": "格式化后日期/时间:" + }, + "content_widget": { + "unknown_widget": "未知组件:\"{{id}}\"." + }, + "note_language": { + "not_set": "未设置语言", + "configure-languages": "设置语言...", + "help-on-languages": "内容语言帮助..." + }, + "content_language": { + "title": "内容语言", + "description": "选择一种或多种语言出现在只读或可编辑文本注释的基本属性,这将支持拼写检查或从右向左之类的功能。" + }, + "switch_layout_button": { + "title_vertical": "将编辑面板移至底部", + "title_horizontal": "将编辑面板移至左侧" + }, + "toggle_read_only_button": { + "unlock-editing": "解锁编辑", + "lock-editing": "锁定编辑" + }, + "png_export_button": { + "button_title": "将图表导出为PNG" + }, + "svg": { + "export_to_png": "无法将图表导出为PNG。", + "export_to_svg": "此图像无法导出为SVG。" + }, + "code_theme": { + "title": "外观", + "word_wrapping": "自动换行", + "color-scheme": "配色方案" + }, + "cpu_arch_warning": { + "title": "请下载ARM64版本", + "message_macos": "TriliumNext当前正在通过Rosetta 2转译运行,这意味着您在Apple Silicon芯片的Mac上使用的是Intel(x64)版本。这将显著影响性能和电池续航。", + "message_windows": "TriliumNext当前正在模拟环境中运行,这意味着您在ARM架构的Windows设备上使用的是Intel(x64)版本。这将显著影响性能和电池续航。", + "recommendation": "为获得最佳体验,请从我们的发布页面下载TriliumNext的原生ARM64版本。", + "download_link": "下载原生版本", + "continue_anyway": "仍然继续", + "dont_show_again": "不再显示此警告" + }, + "editorfeatures": { + "title": "功能", + "emoji_completion_enabled": "启用表情自动补全", + "note_completion_enabled": "启用笔记自动补全", + "emoji_completion_description": "如果启用,表情可以轻易地经由输入 `:` 加上表情名称来插入。", + "note_completion_description": "如果启用,导向笔记的链接可以经由输入 `@` 加上笔记标题来创建。", + "slash_commands_enabled": "启用斜杠命令", + "slash_commands_description": "如果启用,可以经由输入 `/` 来触发命令,如插入换行符或标题。" + }, + "table_view": { + "new-row": "新增行", + "new-column": "新增列", + "sort-column-by": "按\"{{title}}\"排序", + "sort-column-ascending": "升序", + "sort-column-descending": "降序", + "sort-column-clear": "清除排序", + "hide-column": "隐藏\"{{title}}\"列", + "show-hide-columns": "显示/隐藏列", + "row-insert-above": "在上方插入行", + "row-insert-below": "在下方插入行", + "row-insert-child": "插入子笔记", + "add-column-to-the-left": "在左侧添加列", + "add-column-to-the-right": "在右侧添加列", + "edit-column": "编辑列", + "delete_column_confirmation": "确定要删除此列吗?所有笔记中对应的属性都将被移除。", + "delete-column": "删除列", + "new-column-label": "标签", + "new-column-relation": "关联" + }, + "book_properties_config": { + "hide-weekends": "隐藏周末", + "display-week-numbers": "显示周数", + "map-style": "地图样式", + "max-nesting-depth": "最大嵌套深度:", + "raster": "栅格", + "vector_light": "矢量(浅色)", + "vector_dark": "矢量(深色)", + "show-scale": "显示比例尺" + }, + "table_context_menu": { + "delete_row": "删除行" + }, + "board_view": { + "delete-note": "删除笔记...", + "move-to": "移动到", + "insert-above": "在上方插入", + "insert-below": "在下方插入", + "delete-column": "删除列", + "delete-column-confirmation": "确定要删除此列吗?此列下所有笔记中对应的属性也将被删除。", + "new-item": "新增项目", + "add-column": "添加列", + "archive-note": "存档笔记", + "unarchive-note": "解压笔记", + "new-item-placeholder": "输入笔记标题...", + "add-column-placeholder": "请输入列名...", + "edit-note-title": "点击编辑笔记标题", + "edit-column-title": "点击编辑列标题", + "remove-from-board": "从看板上移除", + "column-already-exists": "此列已在看板上。" + }, + "command_palette": { + "tree-action-name": "树形:{{name}}", + "export_note_title": "导出笔记", + "export_note_description": "导出当前笔记", + "show_attachments_title": "显示附件", + "show_attachments_description": "查看笔记附件", + "search_notes_title": "搜索笔记", + "search_notes_description": "打开高级搜索", + "search_subtree_title": "在子树中搜索", + "search_subtree_description": "在当前子树范围内搜索", + "search_history_title": "显示搜索历史", + "search_history_description": "查看之前的搜索记录", + "configure_launch_bar_title": "配置启动栏", + "configure_launch_bar_description": "打开启动栏配置,添加或移除项目。" + }, + "content_renderer": { + "open_externally": "用外部程序打开" + }, + "modal": { + "close": "关闭", + "help_title": "显示关于此画面的更多信息" + }, + "call_to_action": { + "background_effects_title": "背景效果现已推出稳定版本", + "background_effects_message": "在 Windows 和 macOS 设备上,背景效果现在已稳定。背景效果通过模糊背后的背景,为使用者界面增添一抹色彩。", + "background_effects_button": "启用背景效果", + "next_theme_title": "试用新 Trilium 主题", + "next_theme_message": "当前使用旧版主题,要试用新主题吗?", + "next_theme_button": "试用新主题", + "dismiss": "关闭", + "new_layout_message": "我们为 Trilium 引入了现代化的布局。Ribbon 界面已被移除并无缝集成到主界面中,新的状态栏和可展开部分(例如“已提升属性”)取代了其主要功能。\n\n新布局默认启用,您可以通过“选项”→“外观”暂时禁用它。", + "new_layout_button": "更多信息", + "new_layout_title": "新布局" + }, + "settings": { + "related_settings": "相关设置" + }, + "settings_appearance": { + "related_code_blocks": "文本笔记中代码块的色彩方案", + "related_code_notes": "代码笔记的色彩方案", + "ui": "用户界面", + "ui_old_layout": "旧布局", + "ui_new_layout": "新布局" + }, + "units": { + "percentage": "%" + }, + "ui-performance": { + "title": "性能", + "enable-motion": "启用过渡和动画", + "enable-shadows": "启用阴影", + "enable-backdrop-effects": "启用菜单、弹窗和面板的背景效果", + "enable-smooth-scroll": "启用平滑滚动", + "app-restart-required": "(需重启程序以应用更改)" + }, + "pagination": { + "page_title": "第 {{startIndex}} 页 - 第 {{endIndex}} 页", + "total_notes": "{{count}} 篇笔记" + }, + "collections": { + "rendering_error": "出现错误无法显示内容。" + }, + "presentation_view": { + "edit-slide": "编辑此幻灯片", + "start-presentation": "开始演示", + "slide-overview": "切换幻灯片概览" + }, + "calendar_view": { + "delete_note": "删除笔记..." + }, + "read-only-info": { + "read-only-note": "当前正在查看一个只读笔记。", + "auto-read-only-note": "这条笔记以只读模式显示便于快速加载。", + "edit-note": "编辑笔记" + }, + "note-color": { + "clear-color": "清除笔记颜色", + "set-color": "设置笔记颜色", + "set-custom-color": "设置自定义笔记颜色" + }, + "popup-editor": { + "maximize": "切换至完整编辑器" + }, + "server": { + "unknown_http_error_title": "与服务器通讯错误", + "unknown_http_error_content": "状态码: {{statusCode}}\n地址: {{method}} {{url}}\n信息: {{message}}", + "traefik_blocks_requests": "如果您使用 Traefik 反向代理,它引入了一项影响与服务器的通信重大更改。" + }, + "experimental_features": { + "title": "实验选项", + "disclaimer": "这些选项处于实验阶段,可能导致系统不稳定。请谨慎使用。", + "new_layout_name": "新布局", + "new_layout_description": "尝试全新布局,呈现更现代的外观并提升易用性。后续版本将进行重大调整。" + }, + "tab_history_navigation_buttons": { + "go-back": "返回前一笔记", + "go-forward": "前往下一笔记" + }, + "breadcrumb_badges": { + "read_only_explicit": "只读", + "read_only_auto": "自动只读", + "shared_publicly": "公开共享", + "shared_locally": "本地共享", + "read_only_explicit_description": "此笔记已被手动设置为只读。\n点击可临时编辑。", + "read_only_auto_description": "出于性能原因,此笔记已被自动设置为只读模式。此自动限制可以在设置中调整。\n\n点击可临时编辑。", + "read_only_temporarily_disabled": "临时编辑", + "read_only_temporarily_disabled_description": "此笔记当前可编辑,但通常是只读的。一旦你切换到其他笔记,该笔记将恢复为只读模式。\n\n点击以重新启用只读模式。", + "clipped_note": "网页剪辑", + "clipped_note_description": "此笔记最初来自 {{url}}。\n\n点击即可跳转至源网页。", + "execute_script": "运行脚本", + "execute_script_description": "这是一篇脚本笔记。点击即可执行脚本。", + "execute_sql": "运行SQL", + "execute_sql_description": "这是一篇 SQL 笔记。点击即可执行 SQL 查询。", + "shared_copy_to_clipboard": "复制链接到剪贴板", + "shared_open_in_browser": "在浏览器中打开链接", + "shared_unshare": "取消共享", + "save_status_saved": "已保存", + "save_status_saving": "保存中...", + "save_status_unsaved": "未保存", + "save_status_error": "保存失败", + "save_status_unsaved_tooltip": "还有一些更改尚未保存。它们将稍后自动保存。", + "save_status_error_tooltip": "保存笔记时出错。如果可以,请尝试将笔记内容复制到其他位置并重新加载应用程序。", + "save_status_saving_tooltip": "更改正在保存。" + }, + "status_bar": { + "language_title": "更改内容语言", + "note_info_title": "查看笔记信息(例如日期,笔记大小)", + "backlinks_title_other": "查看反链", + "attachments_title_other": "在新标签页中查看附件", + "attributes_other": "{{count}} 个属性", + "attributes_title": "拥有的属性和继承的属性", + "note_paths_title": "笔记路径", + "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": "聚焦", + "create_new_note": "新建子笔记", + "empty_hide_archived_notes": "隐藏已存档的笔记" + }, + "right_pane": { + "empty_button": "隐藏面板", + "toggle": "切换右侧面板", + "custom_widget_go_to_source": "跳转到源码", + "empty_message": "这篇笔记没有展示内容" + }, + "attributes_panel": { + "title": "笔记属性" + }, + "pdf": { + "attachments_other": "{{count}} 个附件", + "pages_other": "共{{count}}页", + "pages_alt": "第{{pageNumber}}页", + "pages_loading": "加载中...", + "layers_other": "{{count}} 层" + }, + "platform_indicator": { + "available_on": "在 {{platform}} 上可用" + }, + "mobile_tab_switcher": { + "title_other": "{{count}} 选项卡", + "more_options": "更多选项" + }, + "bookmark_buttons": { + "bookmarks": "书签" } - }, - "electron_context_menu": { - "add-term-to-dictionary": "将 \"{{term}}\" 添加到字典", - "cut": "剪切", - "copy": "复制", - "copy-link": "复制链接", - "paste": "粘贴", - "paste-as-plain-text": "以纯文本粘贴", - "search_online": "用 {{searchEngine}} 搜索 \"{{term}}\"", - "search_in_trilium": "在 Trilium 中搜索「{{term}}」" - }, - "image_context_menu": { - "copy_reference_to_clipboard": "复制引用到剪贴板", - "copy_image_to_clipboard": "复制图片到剪贴板" - }, - "link_context_menu": { - "open_note_in_new_tab": "在新标签页中打开笔记", - "open_note_in_new_split": "在新分屏中打开笔记", - "open_note_in_new_window": "在新窗口中打开笔记", - "open_note_in_popup": "快速编辑", - "open_note_in_other_split": "在另一个分屏中打开笔记" - }, - "electron_integration": { - "desktop-application": "桌面应用程序", - "native-title-bar": "原生标题栏", - "native-title-bar-description": "对于 Windows 和 macOS,关闭原生标题栏可使应用程序看起来更紧凑。在 Linux 上,保留原生标题栏可以更好地与系统集成。", - "background-effects": "启用背景效果", - "background-effects-description": "为应用窗口添加模糊且时尚的背景,营造出深度感和现代外观。「原生标题栏」必須被禁用。", - "restart-app-button": "重启应用程序以查看更改", - "zoom-factor": "缩放系数" - }, - "note_autocomplete": { - "search-for": "搜索 \"{{term}}\"", - "create-note": "创建并链接子笔记 \"{{term}}\"", - "insert-external-link": "插入指向 \"{{term}}\" 的外部链接", - "clear-text-field": "清除文本字段", - "show-recent-notes": "显示最近的笔记", - "full-text-search": "全文搜索" - }, - "note_tooltip": { - "note-has-been-deleted": "笔记已被删除。", - "quick-edit": "快速编辑" - }, - "geo-map": { - "create-child-note-title": "创建一个新的子笔记并将其添加到地图中", - "create-child-note-instruction": "单击地图以在该位置创建新笔记,或按 Escape 以取消。", - "unable-to-load-map": "无法加载地图。", - "create-child-note-text": "添加标记" - }, - "geo-map-context": { - "open-location": "打开位置", - "remove-from-map": "从地图中移除", - "add-note": "在这个位置添加一个标记" - }, - "help-button": { - "title": "打开相关帮助页面" - }, - "duration": { - "seconds": "秒", - "minutes": "分钟", - "hours": "小时", - "days": "天" - }, - "share": { - "title": "共享设置", - "redirect_bare_domain": "将裸域重定向到共享页面", - "redirect_bare_domain_description": "将匿名用户重定向到共享页面,而不是显示登录", - "show_login_link": "在共享主题中显示登录链接", - "show_login_link_description": "在共享页面底部添加登录链接", - "check_share_root": "检查共享根状态", - "share_root_found": "共享根笔记 '{{noteTitle}}' 已准备好", - "share_root_not_found": "未找到带有 #shareRoot 标签的笔记", - "share_root_not_shared": "笔记 '{{noteTitle}}' 具有 #shareRoot 标签,但未共享" - }, - "time_selector": { - "invalid_input": "输入的时间值不是有效数字。", - "minimum_input": "输入的时间值需要至少 {{minimumSeconds}} 秒。" - }, - "tasks": { - "due": { - "today": "今天", - "tomorrow": "明天", - "yesterday": "昨天" - } - }, - "ai_llm": { - "not_started": "未开始", - "title": "AI设置", - "processed_notes": "已处理笔记", - "total_notes": "笔记总数", - "progress": "进度", - "queued_notes": "排队中笔记", - "failed_notes": "失败笔记", - "last_processed": "最后处理时间", - "refresh_stats": "刷新统计数据", - "enable_ai_features": "启用AI/LLM功能", - "enable_ai_description": "启用笔记摘要、内容生成等AI功能及其他LLM能力", - "openai_tab": "OpenAI", - "anthropic_tab": "Anthropic", - "voyage_tab": "Voyage AI", - "ollama_tab": "Ollama", - "enable_ai": "启用AI/LLM功能", - "enable_ai_desc": "启用笔记摘要、内容生成等AI功能及其他LLM能力", - "provider_configuration": "AI提供商配置", - "provider_precedence": "提供商优先级", - "provider_precedence_description": "按优先级排序的提供商列表(用逗号分隔,例如:'openai,anthropic,ollama')", - "temperature": "温度参数", - "temperature_description": "控制响应的随机性(0 = 确定性输出,2 = 最大随机性)", - "system_prompt": "系统提示词", - "system_prompt_description": "所有AI交互使用的默认系统提示词", - "openai_configuration": "OpenAI配置", - "openai_settings": "OpenAI设置", - "api_key": "API密钥", - "url": "基础URL", - "model": "模型", - "openai_api_key_description": "用于访问OpenAI服务的API密钥", - "anthropic_api_key_description": "用于访问Claude模型的Anthropic API密钥", - "default_model": "默认模型", - "openai_model_description": "示例:gpt-4o、gpt-4-turbo、gpt-3.5-turbo", - "base_url": "基础URL", - "openai_url_description": "默认:https://api.openai.com/v1", - "anthropic_settings": "Anthropic设置", - "anthropic_url_description": "Anthropic API的基础URL(默认:https://api.anthropic.com)", - "anthropic_model_description": "用于聊天补全的Anthropic Claude模型", - "voyage_settings": "Voyage AI设置", - "ollama_settings": "Ollama设置", - "ollama_url_description": "Ollama API的URL(默认:http://localhost:11434)", - "ollama_model_description": "用于聊天补全的 Ollama 模型", - "anthropic_configuration": "Anthropic配置", - "voyage_configuration": "Voyage AI配置", - "voyage_url_description": "默认:https://api.voyageai.com/v1", - "ollama_configuration": "Ollama配置", - "enable_ollama": "启用Ollama", - "enable_ollama_description": "启用Ollama以使用本地AI模型", - "ollama_url": "Ollama URL", - "ollama_model": "Ollama模型", - "refresh_models": "刷新模型", - "refreshing_models": "刷新中...", - "enable_automatic_indexing": "启用自动索引", - "rebuild_index": "重建索引", - "rebuild_index_error": "启动索引重建失败。请查看日志了解详情。", - "note_title": "笔记标题", - "error": "错误", - "last_attempt": "最后尝试时间", - "actions": "操作", - "retry": "重试", - "partial": "{{ percentage }}% 已完成", - "retry_queued": "笔记已加入重试队列", - "retry_failed": "笔记加入重试队列失败", - "max_notes_per_llm_query": "每次查询的最大笔记数", - "max_notes_per_llm_query_description": "AI上下文包含的最大相似笔记数量", - "active_providers": "活跃提供商", - "disabled_providers": "已禁用提供商", - "remove_provider": "从搜索中移除提供商", - "restore_provider": "将提供商恢复到搜索中", - "similarity_threshold": "相似度阈值", - "similarity_threshold_description": "纳入LLM查询上下文的笔记最低相似度分数(0-1)", - "reprocess_index": "重建搜索索引", - "reprocessing_index": "重建中...", - "reprocess_index_started": "搜索索引优化已在后台启动", - "reprocess_index_error": "重建搜索索引失败", - "index_rebuild_progress": "索引重建进度", - "index_rebuilding": "正在优化索引({{percentage}}%)", - "index_rebuild_complete": "索引优化完成", - "index_rebuild_status_error": "检查索引重建状态失败", - "never": "从未", - "processing": "处理中({{percentage}}%)", - "incomplete": "未完成({{percentage}}%)", - "complete": "已完成(100%)", - "refreshing": "刷新中...", - "auto_refresh_notice": "每 {{seconds}} 秒自动刷新", - "note_queued_for_retry": "笔记已加入重试队列", - "failed_to_retry_note": "重试笔记失败", - "all_notes_queued_for_retry": "所有失败笔记已加入重试队列", - "failed_to_retry_all": "重试笔记失败", - "ai_settings": "AI设置", - "api_key_tooltip": "用于访问服务的API密钥", - "empty_key_warning": { - "anthropic": "Anthropic API密钥为空。请输入有效的API密钥。", - "openai": "OpenAI API密钥为空。请输入有效的API密钥。", - "voyage": "Voyage API密钥为空。请输入有效的API密钥。", - "ollama": "Ollama API密钥为空。请输入有效的API密钥。" - }, - "agent": { - "processing": "处理中...", - "thinking": "思考中...", - "loading": "加载中...", - "generating": "生成中..." - }, - "name": "AI", - "openai": "OpenAI", - "use_enhanced_context": "使用增强上下文", - "enhanced_context_description": "为AI提供来自笔记及其相关笔记的更多上下文,以获得更好的响应", - "show_thinking": "显示思考过程", - "show_thinking_description": "显示AI的思维链过程", - "enter_message": "输入你的消息...", - "error_contacting_provider": "联系AI提供商失败。请检查你的设置和网络连接。", - "error_generating_response": "生成AI响应失败", - "index_all_notes": "为所有笔记建立索引", - "index_status": "索引状态", - "indexed_notes": "已索引笔记", - "indexing_stopped": "索引已停止", - "indexing_in_progress": "索引进行中...", - "last_indexed": "最后索引时间", - "note_chat": "笔记聊天", - "sources": "来源", - "start_indexing": "开始索引", - "use_advanced_context": "使用高级上下文", - "ollama_no_url": "Ollama 未配置。请输入有效的URL。", - "chat": { - "root_note_title": "AI聊天记录", - "root_note_content": "此笔记包含你保存的AI聊天对话。", - "new_chat_title": "新聊天", - "create_new_ai_chat": "创建新的AI聊天" - }, - "create_new_ai_chat": "创建新的AI聊天", - "configuration_warnings": "你的AI配置存在一些问题。请检查你的设置。", - "experimental_warning": "LLM功能目前处于实验阶段 - 特此提醒。", - "selected_provider": "已选提供商", - "selected_provider_description": "选择用于聊天和补全功能的AI提供商", - "select_model": "选择模型...", - "select_provider": "选择提供商...", - "ai_enabled": "已启用 AI 功能", - "ai_disabled": "已禁用 AI 功能", - "no_models_found_online": "找不到模型。请检查您的 API 密钥及设置。", - "no_models_found_ollama": "找不到 Ollama 模型。请确认 Ollama 是否正在运行。", - "error_fetching": "获取模型失败:{{error}}" - }, - "code-editor-options": { - "title": "编辑器" - }, - "custom_date_time_format": { - "title": "自定义日期/时间格式", - "description": "自定义通过 或工具栏插入的日期和时间格式。有关日期/时间格式字符串中各个字符的含义,请参阅Day.js docs。", - "format_string": "日期/时间格式字符串:", - "formatted_time": "格式化后日期/时间:" - }, - "content_widget": { - "unknown_widget": "未知组件:\"{{id}}\"." - }, - "note_language": { - "not_set": "未设置语言", - "configure-languages": "设置语言...", - "help-on-languages": "内容语言帮助..." - }, - "content_language": { - "title": "内容语言", - "description": "选择一种或多种语言出现在只读或可编辑文本注释的基本属性,这将支持拼写检查或从右向左之类的功能。" - }, - "switch_layout_button": { - "title_vertical": "将编辑面板移至底部", - "title_horizontal": "将编辑面板移至左侧" - }, - "toggle_read_only_button": { - "unlock-editing": "解锁编辑", - "lock-editing": "锁定编辑" - }, - "png_export_button": { - "button_title": "将图表导出为PNG" - }, - "svg": { - "export_to_png": "无法将图表导出为PNG。", - "export_to_svg": "此图像无法导出为SVG。" - }, - "code_theme": { - "title": "外观", - "word_wrapping": "自动换行", - "color-scheme": "配色方案" - }, - "cpu_arch_warning": { - "title": "请下载ARM64版本", - "message_macos": "TriliumNext当前正在通过Rosetta 2转译运行,这意味着您在Apple Silicon芯片的Mac上使用的是Intel(x64)版本。这将显著影响性能和电池续航。", - "message_windows": "TriliumNext当前正在模拟环境中运行,这意味着您在ARM架构的Windows设备上使用的是Intel(x64)版本。这将显著影响性能和电池续航。", - "recommendation": "为获得最佳体验,请从我们的发布页面下载TriliumNext的原生ARM64版本。", - "download_link": "下载原生版本", - "continue_anyway": "仍然继续", - "dont_show_again": "不再显示此警告" - }, - "editorfeatures": { - "title": "功能", - "emoji_completion_enabled": "启用表情自动补全", - "note_completion_enabled": "启用笔记自动补全", - "emoji_completion_description": "如果启用,表情可以轻易地经由输入 `:` 加上表情名称来插入。", - "note_completion_description": "如果启用,导向笔记的链接可以经由输入 `@` 加上笔记标题来创建。", - "slash_commands_enabled": "启用斜杠命令", - "slash_commands_description": "如果启用,可以经由输入 `/` 来触发命令,如插入换行符或标题。" - }, - "table_view": { - "new-row": "新增行", - "new-column": "新增列", - "sort-column-by": "按\"{{title}}\"排序", - "sort-column-ascending": "升序", - "sort-column-descending": "降序", - "sort-column-clear": "清除排序", - "hide-column": "隐藏\"{{title}}\"列", - "show-hide-columns": "显示/隐藏列", - "row-insert-above": "在上方插入行", - "row-insert-below": "在下方插入行", - "row-insert-child": "插入子笔记", - "add-column-to-the-left": "在左侧添加列", - "add-column-to-the-right": "在右侧添加列", - "edit-column": "编辑列", - "delete_column_confirmation": "确定要删除此列吗?所有笔记中对应的属性都将被移除。", - "delete-column": "删除列", - "new-column-label": "标签", - "new-column-relation": "关联" - }, - "book_properties_config": { - "hide-weekends": "隐藏周末", - "display-week-numbers": "显示周数", - "map-style": "地图样式", - "max-nesting-depth": "最大嵌套深度:", - "raster": "栅格", - "vector_light": "矢量(浅色)", - "vector_dark": "矢量(深色)", - "show-scale": "显示比例尺" - }, - "table_context_menu": { - "delete_row": "删除行" - }, - "board_view": { - "delete-note": "删除笔记...", - "move-to": "移动到", - "insert-above": "在上方插入", - "insert-below": "在下方插入", - "delete-column": "删除列", - "delete-column-confirmation": "确定要删除此列吗?此列下所有笔记中对应的属性也将被删除。", - "new-item": "新增项目", - "add-column": "添加列", - "archive-note": "存档笔记", - "unarchive-note": "解压笔记", - "new-item-placeholder": "输入笔记标题...", - "add-column-placeholder": "请输入列名...", - "edit-note-title": "点击编辑笔记标题", - "edit-column-title": "点击编辑列标题", - "remove-from-board": "从看板上移除", - "column-already-exists": "此列已在看板上。" - }, - "command_palette": { - "tree-action-name": "树形:{{name}}", - "export_note_title": "导出笔记", - "export_note_description": "导出当前笔记", - "show_attachments_title": "显示附件", - "show_attachments_description": "查看笔记附件", - "search_notes_title": "搜索笔记", - "search_notes_description": "打开高级搜索", - "search_subtree_title": "在子树中搜索", - "search_subtree_description": "在当前子树范围内搜索", - "search_history_title": "显示搜索历史", - "search_history_description": "查看之前的搜索记录", - "configure_launch_bar_title": "配置启动栏", - "configure_launch_bar_description": "打开启动栏配置,添加或移除项目。" - }, - "content_renderer": { - "open_externally": "用外部程序打开" - }, - "modal": { - "close": "关闭", - "help_title": "显示关于此画面的更多信息" - }, - "call_to_action": { - "background_effects_title": "背景效果现已推出稳定版本", - "background_effects_message": "在 Windows 和 macOS 设备上,背景效果现在已稳定。背景效果通过模糊背后的背景,为使用者界面增添一抹色彩。", - "background_effects_button": "启用背景效果", - "next_theme_title": "试用新 Trilium 主题", - "next_theme_message": "当前使用旧版主题,要试用新主题吗?", - "next_theme_button": "试用新主题", - "dismiss": "关闭", - "new_layout_message": "我们为 Trilium 引入了现代化的布局。Ribbon 界面已被移除并无缝集成到主界面中,新的状态栏和可展开部分(例如“已提升属性”)取代了其主要功能。\n\n新布局默认启用,您可以通过“选项”→“外观”暂时禁用它。", - "new_layout_button": "更多信息", - "new_layout_title": "新布局" - }, - "settings": { - "related_settings": "相关设置" - }, - "settings_appearance": { - "related_code_blocks": "文本笔记中代码块的色彩方案", - "related_code_notes": "代码笔记的色彩方案", - "ui": "用户界面", - "ui_old_layout": "旧布局", - "ui_new_layout": "新布局" - }, - "units": { - "percentage": "%" - }, - "ui-performance": { - "title": "性能", - "enable-motion": "启用过渡和动画", - "enable-shadows": "启用阴影", - "enable-backdrop-effects": "启用菜单、弹窗和面板的背景效果", - "enable-smooth-scroll": "启用平滑滚动", - "app-restart-required": "(需重启程序以应用更改)" - }, - "pagination": { - "page_title": "第 {{startIndex}} 页 - 第 {{endIndex}} 页", - "total_notes": "{{count}} 篇笔记" - }, - "collections": { - "rendering_error": "出现错误无法显示内容。" - }, - "presentation_view": { - "edit-slide": "编辑此幻灯片", - "start-presentation": "开始演示", - "slide-overview": "切换幻灯片概览" - }, - "calendar_view": { - "delete_note": "删除笔记..." - }, - "read-only-info": { - "read-only-note": "当前正在查看一个只读笔记。", - "auto-read-only-note": "这条笔记以只读模式显示便于快速加载。", - "edit-note": "编辑笔记" - }, - "note-color": { - "clear-color": "清除笔记颜色", - "set-color": "设置笔记颜色", - "set-custom-color": "设置自定义笔记颜色" - }, - "popup-editor": { - "maximize": "切换至完整编辑器" - }, - "server": { - "unknown_http_error_title": "与服务器通讯错误", - "unknown_http_error_content": "状态码: {{statusCode}}\n地址: {{method}} {{url}}\n信息: {{message}}", - "traefik_blocks_requests": "如果您使用 Traefik 反向代理,它引入了一项影响与服务器的通信重大更改。" - }, - "experimental_features": { - "title": "实验选项", - "disclaimer": "这些选项处于实验阶段,可能导致系统不稳定。请谨慎使用。", - "new_layout_name": "新布局", - "new_layout_description": "尝试全新布局,呈现更现代的外观并提升易用性。后续版本将进行重大调整。" - }, - "tab_history_navigation_buttons": { - "go-back": "返回前一笔记", - "go-forward": "前往下一笔记" - }, - "breadcrumb_badges": { - "read_only_explicit": "只读", - "read_only_auto": "自动只读", - "shared_publicly": "公开共享", - "shared_locally": "本地共享", - "read_only_explicit_description": "此笔记已被手动设置为只读。\n点击可临时编辑。", - "read_only_auto_description": "出于性能原因,此笔记已被自动设置为只读模式。此自动限制可以在设置中调整。\n\n点击可临时编辑。", - "read_only_temporarily_disabled": "临时编辑", - "read_only_temporarily_disabled_description": "此笔记当前可编辑,但通常是只读的。一旦你切换到其他笔记,该笔记将恢复为只读模式。\n\n点击以重新启用只读模式。", - "clipped_note": "网页剪辑", - "clipped_note_description": "此笔记最初来自 {{url}}。\n\n点击即可跳转至源网页。", - "execute_script": "运行脚本", - "execute_script_description": "这是一篇脚本笔记。点击即可执行脚本。", - "execute_sql": "运行SQL", - "execute_sql_description": "这是一篇 SQL 笔记。点击即可执行 SQL 查询。", - "shared_copy_to_clipboard": "复制链接到剪贴板", - "shared_open_in_browser": "在浏览器中打开链接", - "shared_unshare": "取消共享", - "save_status_saved": "已保存", - "save_status_saving": "保存中...", - "save_status_unsaved": "未保存", - "save_status_error": "保存失败", - "save_status_unsaved_tooltip": "还有一些更改尚未保存。它们将稍后自动保存。", - "save_status_error_tooltip": "保存笔记时出错。如果可以,请尝试将笔记内容复制到其他位置并重新加载应用程序。", - "save_status_saving_tooltip": "更改正在保存。" - }, - "status_bar": { - "language_title": "更改内容语言", - "note_info_title": "查看笔记信息(例如日期,笔记大小)", - "backlinks_title_other": "查看反链", - "attachments_title_other": "在新标签页中查看附件", - "attributes_other": "{{count}} 个属性", - "attributes_title": "拥有的属性和继承的属性", - "note_paths_title": "笔记路径", - "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": "聚焦", - "create_new_note": "新建子笔记", - "empty_hide_archived_notes": "隐藏已存档的笔记" - }, - "right_pane": { - "empty_button": "隐藏面板", - "toggle": "切换右侧面板", - "custom_widget_go_to_source": "跳转到源码", - "empty_message": "这篇笔记没有展示内容" - }, - "attributes_panel": { - "title": "笔记属性" - }, - "pdf": { - "attachments_other": "{{count}} 个附件", - "pages_other": "共{{count}}页", - "pages_alt": "第{{pageNumber}}页", - "pages_loading": "加载中...", - "layers_other": "{{count}} 层" - }, - "platform_indicator": { - "available_on": "在 {{platform}} 上可用" - }, - "mobile_tab_switcher": { - "title_other": "{{count}} 选项卡", - "more_options": "更多选项" - }, - "bookmark_buttons": { - "bookmarks": "书签" - } } diff --git a/apps/client/src/translations/de/translation.json b/apps/client/src/translations/de/translation.json index a70e627705..6bc55d1db1 100644 --- a/apps/client/src/translations/de/translation.json +++ b/apps/client/src/translations/de/translation.json @@ -1,2281 +1,2137 @@ { - "about": { - "title": "Über Trilium Notizen", - "homepage": "Startseite:", - "app_version": "App-Version:", - "db_version": "DB-Version:", - "sync_version": "Sync-Version:", - "build_date": "Build-Datum:", - "build_revision": "Build-Revision:", - "data_directory": "Datenverzeichnis:" - }, - "toast": { - "critical-error": { - "title": "Kritischer Fehler", - "message": "Ein kritischer Fehler ist aufgetreten, der das Starten der Client-Anwendung verhindert:\n\n{{message}}\n\nDies wird höchstwahrscheinlich durch ein Skript verursacht, das auf unerwartete Weise fehlschlägt. Versuche, die Anwendung im abgesicherten Modus zu starten und das Problem zu lokalisieren." + "about": { + "title": "Über Trilium Notizen", + "homepage": "Startseite:", + "app_version": "App-Version:", + "db_version": "DB-Version:", + "sync_version": "Sync-Version:", + "build_date": "Build-Datum:", + "build_revision": "Build-Revision:", + "data_directory": "Datenverzeichnis:" }, - "widget-error": { - "title": "Ein Widget konnte nicht initialisiert werden", - "message-custom": "Benutzerdefiniertes Widget von der Notiz mit der ID \"{{id}}\", und dem Titel \"{{title}}\" konnte nicht initialisiert werden wegen:\n\n{{message}}", - "message-unknown": "Unbekanntes Widget konnte nicht initialisiert werden wegen:\n\n{{message}}" + "toast": { + "critical-error": { + "title": "Kritischer Fehler", + "message": "Ein kritischer Fehler ist aufgetreten, der das Starten der Client-Anwendung verhindert:\n\n{{message}}\n\nDies wird höchstwahrscheinlich durch ein Skript verursacht, das auf unerwartete Weise fehlschlägt. Versuche, die Anwendung im abgesicherten Modus zu starten und das Problem zu lokalisieren." + }, + "widget-error": { + "title": "Ein Widget konnte nicht initialisiert werden", + "message-custom": "Benutzerdefiniertes Widget von der Notiz mit der ID \"{{id}}\", und dem Titel \"{{title}}\" konnte nicht initialisiert werden wegen:\n\n{{message}}", + "message-unknown": "Unbekanntes Widget konnte nicht initialisiert werden wegen:\n\n{{message}}" + }, + "bundle-error": { + "title": "Benutzerdefiniertes Skript konnte nicht geladen werden", + "message": "Skript konnte nicht ausgeführt werden wegen:\n\n{{message}}" + }, + "widget-list-error": { + "title": "Abruf der Liste von Widgets vom Server ist fehlgeschlagen" + }, + "open-script-note": "Script-Notiz öffnen", + "widget-render-error": { + "title": "Benutzerdefiniertes React-Widget konnte nicht dargestellt werden" + }, + "widget-missing-parent": "Benutzerdefiniertes Widget hat die erforderliche '{{property}}'-Eigenschaft nicht korrekt definiert.\n\nFalls dieses Skript ohne UI-Element ausgeführt werden soll, benutze stattdessen '#run=frontendStartup'.", + "scripting-error": "Benutzerdefinierter Skriptfehler: {{title}}" }, - "bundle-error": { - "title": "Benutzerdefiniertes Skript konnte nicht geladen werden", - "message": "Skript konnte nicht ausgeführt werden wegen:\n\n{{message}}" + "add_link": { + "add_link": "Link hinzufügen", + "help_on_links": "Hilfe zu Links", + "note": "Notiz", + "search_note": "Suche nach einer Notiz anhand ihres Namens", + "link_title_mirrors": "Der Linktitel spiegelt den aktuellen Titel der Notiz wider", + "link_title_arbitrary": "Der Linktitel kann beliebig geändert werden", + "link_title": "Linktitel", + "button_add_link": "Link hinzufügen" }, - "widget-list-error": { - "title": "Abruf der Liste von Widgets vom Server ist fehlgeschlagen" + "branch_prefix": { + "edit_branch_prefix": "Zweigpräfix bearbeiten", + "help_on_tree_prefix": "Hilfe zum Baumpräfix", + "prefix": "Präfix: ", + "save": "Speichern", + "branch_prefix_saved": "Zweigpräfix wurde gespeichert.", + "branch_prefix_saved_multiple": "Der Zweigpräfix wurde für {{count}} Zweige gespeichert.", + "edit_branch_prefix_multiple": "Branch-Präfix für {{count}} Zweige bearbeiten", + "affected_branches": "Betroffene Zweige ({{count}}):" }, - "open-script-note": "Script-Notiz öffnen", - "widget-render-error": { - "title": "Benutzerdefiniertes React-Widget konnte nicht dargestellt werden" + "bulk_actions": { + "bulk_actions": "Massenaktionen", + "affected_notes": "Betroffene Notizen", + "include_descendants": "Unternotizen der ausgewählten Notizen einbeziehen", + "available_actions": "Verfügbare Aktionen", + "chosen_actions": "Ausgewählte Aktionen", + "execute_bulk_actions": "Massenaktionen ausführen", + "bulk_actions_executed": "Massenaktionen wurden erfolgreich ausgeführt.", + "none_yet": "Noch keine ... Füge eine Aktion hinzu, indem du oben auf eine der verfügbaren Aktionen klicken.", + "labels": "Labels", + "relations": "Beziehungen", + "notes": "Notizen", + "other": "Andere" }, - "widget-missing-parent": "Benutzerdefiniertes Widget hat die erforderliche '{{property}}'-Eigenschaft nicht korrekt definiert.\n\nFalls dieses Skript ohne UI-Element ausgeführt werden soll, benutze stattdessen '#run=frontendStartup'.", - "scripting-error": "Benutzerdefinierter Skriptfehler: {{title}}" - }, - "add_link": { - "add_link": "Link hinzufügen", - "help_on_links": "Hilfe zu Links", - "note": "Notiz", - "search_note": "Suche nach einer Notiz anhand ihres Namens", - "link_title_mirrors": "Der Linktitel spiegelt den aktuellen Titel der Notiz wider", - "link_title_arbitrary": "Der Linktitel kann beliebig geändert werden", - "link_title": "Linktitel", - "button_add_link": "Link hinzufügen" - }, - "branch_prefix": { - "edit_branch_prefix": "Zweigpräfix bearbeiten", - "help_on_tree_prefix": "Hilfe zum Baumpräfix", - "prefix": "Präfix: ", - "save": "Speichern", - "branch_prefix_saved": "Zweigpräfix wurde gespeichert.", - "branch_prefix_saved_multiple": "Der Zweigpräfix wurde für {{count}} Zweige gespeichert.", - "edit_branch_prefix_multiple": "Branch-Präfix für {{count}} Zweige bearbeiten", - "affected_branches": "Betroffene Zweige ({{count}}):" - }, - "bulk_actions": { - "bulk_actions": "Massenaktionen", - "affected_notes": "Betroffene Notizen", - "include_descendants": "Unternotizen der ausgewählten Notizen einbeziehen", - "available_actions": "Verfügbare Aktionen", - "chosen_actions": "Ausgewählte Aktionen", - "execute_bulk_actions": "Massenaktionen ausführen", - "bulk_actions_executed": "Massenaktionen wurden erfolgreich ausgeführt.", - "none_yet": "Noch keine ... Füge eine Aktion hinzu, indem du oben auf eine der verfügbaren Aktionen klicken.", - "labels": "Labels", - "relations": "Beziehungen", - "notes": "Notizen", - "other": "Andere" - }, - "clone_to": { - "clone_notes_to": "Notizen klonen nach...", - "help_on_links": "Hilfe zu Links", - "notes_to_clone": "Notizen zum Klonen", - "target_parent_note": "Ziel-Übergeordnetenotiz", - "search_for_note_by_its_name": "Suche nach einer Notiz anhand ihres Namens", - "cloned_note_prefix_title": "Die geklonte Notiz wird im Notizbaum mit dem angegebenen Präfix angezeigt", - "prefix_optional": "Präfix (optional)", - "clone_to_selected_note": "Auf ausgewählte Notiz klonen", - "no_path_to_clone_to": "Kein Pfad zum Klonen.", - "note_cloned": "Die Notiz \"{{clonedTitle}}\" wurde in \"{{targetTitle}}\" hinein geklont" - }, - "confirm": { - "confirmation": "Bestätigung", - "cancel": "Abbrechen", - "ok": "OK", - "are_you_sure_remove_note": "Bist du sicher, dass du \"{{title}}\" von der Beziehungskarte entfernen möchten? ", - "if_you_dont_check": "Wenn du dies nicht aktivierst, wird die Notiz nur aus der Beziehungskarte entfernt.", - "also_delete_note": "Auch die Notiz löschen" - }, - "delete_notes": { - "delete_notes_preview": "Vorschau der Notizen löschen", - "close": "Schließen", - "delete_all_clones_description": "auch alle Klone löschen (kann bei letzte Änderungen rückgängig gemacht werden)", - "erase_notes_description": "Beim normalen (vorläufigen) Löschen werden die Notizen nur als gelöscht markiert und sie können innerhalb eines bestimmten Zeitraums (im Dialogfeld „Letzte Änderungen“) wiederhergestellt werden. Wenn du diese Option aktivierst, werden die Notizen sofort gelöscht und es ist nicht möglich, die Notizen wiederherzustellen.", - "erase_notes_warning": "Notizen dauerhaft löschen (kann nicht rückgängig gemacht werden), einschließlich aller Klone. Dadurch wird ein Neuladen der Anwendung erzwungen.", - "notes_to_be_deleted": "Folgende Notizen werden gelöscht ({{notesCount}})", - "no_note_to_delete": "Es werden keine Notizen gelöscht (nur Klone).", - "broken_relations_to_be_deleted": "Folgende Beziehungen werden gelöst und gelöscht ({{ relationCount}})", - "cancel": "Abbrechen", - "ok": "OK", - "deleted_relation_text": "Notiz {{- note}} (soll gelöscht werden) wird von Beziehung {{- relation}} ausgehend von {{- source}} referenziert." - }, - "export": { - "export_note_title": "Notiz exportieren", - "close": "Schließen", - "export_type_subtree": "Diese Notiz und alle ihre Unternotizen", - "format_html": "HTML - empfohlen, da dadurch alle Formatierungen erhalten bleiben", - "format_html_zip": "HTML im ZIP-Archiv – dies wird empfohlen, da dadurch die gesamte Formatierung erhalten bleibt.", - "format_markdown": "Markdown – dadurch bleiben die meisten Formatierungen erhalten.", - "format_opml": "OPML – Outliner-Austauschformat nur für Text. Formatierungen, Bilder und Dateien sind nicht enthalten.", - "opml_version_1": "OPML v1.0 – nur Klartext", - "opml_version_2": "OPML v2.0 – erlaubt auch HTML", - "export_type_single": "Nur diese Notiz ohne ihre Unternotizen", - "export": "Export", - "choose_export_type": "Bitte wähle zuerst den Exporttypen aus", - "export_status": "Exportstatus", - "export_in_progress": "Export läuft: {{progressCount}}", - "export_finished_successfully": "Der Export wurde erfolgreich abgeschlossen.", - "format_pdf": "PDF - für Ausdrucke oder Teilen.", - "share-format": "HTML für die Web-Veröffentlichung – verwendet dasselbe Theme wie bei freigegebenen Notizen, kann jedoch als statische Website veröffentlicht werden." - }, - "help": { - "noteNavigation": "Notiz Navigation", - "goUpDown": "In der Liste der Notizen nach oben/unten gehen", - "collapseExpand": "Knoten reduzieren/erweitern", - "notSet": "nicht eingestellt", - "goBackForwards": "in der Historie zurück/vorwärts gehen", - "showJumpToNoteDialog": "zeige \"Springe zu\" dialog", - "scrollToActiveNote": "Scrolle zur aktiven Notiz", - "jumpToParentNote": "Zur übergeordneten Notiz springen", - "collapseWholeTree": "Reduziere den gesamten Notizbaum", - "collapseSubTree": "Zweig einklappen", - "tabShortcuts": "Tab-Tastenkürzel", - "newTabNoteLink": "auf den Notizlink öffnet die Notiz in einem neuen Tab", - "onlyInDesktop": "Nur im Desktop (Electron Build)", - "openEmptyTab": "Leeren Tab öffnen", - "closeActiveTab": "Aktiven Tab schließen", - "activateNextTab": "Nächsten Tab aktivieren", - "activatePreviousTab": "Vorherigen Tab aktivieren", - "creatingNotes": "Notizen erstellen", - "createNoteAfter": "Erstelle eine neue Notiz nach der aktiven Notiz", - "createNoteInto": "Neue Unternotiz in aktive Notiz erstellen", - "editBranchPrefix": "bearbeite Präfix vom aktiven Notizklon", - "movingCloningNotes": "Notizen verschieben/klonen", - "moveNoteUpDown": "Notiz in der Notizenliste nach oben/unten verschieben", - "moveNoteUpHierarchy": "Verschiebe die Notiz in der Hierarchie nach oben", - "multiSelectNote": "Mehrfachauswahl von Notizen oben/unten", - "selectAllNotes": "Wähle alle Notizen in der aktuellen Ebene aus", - "selectNote": "Notiz auswählen", - "copyNotes": "Kopiere aktive Notiz (oder aktuelle Auswahl) in den Zwischenspeicher (wird genutzt für Klonen)", - "cutNotes": "Aktuelle Notiz (oder aktuelle Auswahl) in die Zwischenablage ausschneiden (wird zum Verschieben von Notizen verwendet)", - "pasteNotes": "Notiz(en) als Unternotiz in die aktive Notiz einfügen (entweder verschieben oder klonen, je nachdem, ob sie kopiert oder in die Zwischenablag e ausgeschnitten wurde)", - "deleteNotes": "Notiz / Unterbaum löschen", - "editingNotes": "Notizen bearbeiten", - "editNoteTitle": "Im Baumbereich wird vom Baumbereich zum Notiztitel gewechselt. Beim Druck auf Eingabe im Notiztitel, wechselt der Fokus zum Texteditor. Strg+. wechselt vom Editor zurück zum Baumbereich.", - "createEditLink": "Externen Link erstellen/bearbeiten", - "createInternalLink": "Internen Link erstellen", - "followLink": "Folge dem Link unter dem Cursor", - "insertDateTime": "Gebe das aktuelle Datum und die aktuelle Uhrzeit an der Einfügemarke ein", - "jumpToTreePane": "Springe zum Baumbereich und scrolle zur aktiven Notiz", - "markdownAutoformat": "Markdown-ähnliche Autoformatierung", - "headings": "##, ###, #### usw. gefolgt von Platz für Überschriften", - "bulletList": "* oder - gefolgt von Leerzeichen für Aufzählungsliste", - "numberedList": "1. oder 1) gefolgt von Leerzeichen für nummerierte Liste", - "blockQuote": "Beginne eine Zeile mit > gefolgt von einem Leerzeichen für Blockzitate", - "troubleshooting": "Fehlerbehebung", - "reloadFrontend": "Trilium-Frontend neuladen", - "showDevTools": "Entwicklertools anzeigen", - "showSQLConsole": "SQL-Konsole anzeigen", - "other": "Andere", - "quickSearch": "Fokus auf schnelle Sucheingabe", - "inPageSearch": "Auf-der-Seite-Suche", - "newTabWithActivationNoteLink": "auf einen Notiz-Link öffnet und aktiviert die Notiz in einem neuen Tab", - "title": "Spickzettel", - "editShortcuts": "Tastenkürzel bearbeiten" - }, - "import": { - "importIntoNote": "In Notiz importieren", - "chooseImportFile": "Wähle Importdatei aus", - "importDescription": "Der Inhalt der ausgewählten Datei(en) wird als untergeordnete Notiz(en) importiert", - "options": "Optionen", - "safeImportTooltip": "Trilium .zip-Exportdateien können ausführbare Skripte enthalten, die möglicherweise schädliches Verhalten aufweisen. Der sichere Import deaktiviert die automatische Ausführung aller importierten Skripte. Deaktiviere 'Sicherer Import' nur, wenn das importierte Archiv ausführbare Skripte enthalten soll und du dem Inhalt der Importdatei vollständig vertraust.", - "safeImport": "Sicherer Import", - "explodeArchivesTooltip": "Wenn dies aktiviert ist, liest Trilium die Dateien .zip, .enex und .opml und erstellt Notizen aus Dateien in diesen Archiven. Wenn diese Option deaktiviert ist, hängt Trilium die Archive selbst an die Notiz an.", - "explodeArchives": "Lese den Inhalt der Archive .zip, .enex und .opml.", - "shrinkImagesTooltip": "

Wenn du diese Option aktivierst, versucht Trilium, die importierten Bilder durch Skalierung und Optimierung zu verkleinern, was sich auf die wahrgenommene Bildqualität auswirken kann. Wenn diese Option deaktiviert ist, werden Bilder ohne Änderungen importiert.

Dies gilt nicht für .zip-Importe mit Metadaten, da davon ausgegangen wird, dass diese Dateien bereits optimiert sind.

", - "shrinkImages": "Bilder verkleinern", - "textImportedAsText": "Importiere HTML, Markdown und TXT als Textnotizen, wenn die Metadaten unklar sind", - "codeImportedAsCode": "Importiere erkannte Codedateien (z. B. .json) als Codenotizen, wenn die Metadaten unklar sind", - "replaceUnderscoresWithSpaces": "Ersetze Unterstriche in importierten Notiznamen durch Leerzeichen", - "import": "Import", - "failed": "Import fehlgeschlagen: {{message}}.", - "html_import_tags": { - "title": "HTML Tag Import", - "description": "Festlegen, welche HTML tags beim Import von Notizen beibehalten werden sollen. Tags, die nicht in dieser Liste stehen, werden beim Import entfernt. Einige tags (wie bspw. 'script') werden aus Sicherheitsgründen immer entfernt.", - "placeholder": "HTML tags eintragen, pro Zeile nur einer pro Zeile", - "reset_button": "Zur Standardliste zurücksetzen" + "clone_to": { + "clone_notes_to": "Notizen klonen nach...", + "help_on_links": "Hilfe zu Links", + "notes_to_clone": "Notizen zum Klonen", + "target_parent_note": "Ziel-Übergeordnetenotiz", + "search_for_note_by_its_name": "Suche nach einer Notiz anhand ihres Namens", + "cloned_note_prefix_title": "Die geklonte Notiz wird im Notizbaum mit dem angegebenen Präfix angezeigt", + "prefix_optional": "Präfix (optional)", + "clone_to_selected_note": "Auf ausgewählte Notiz klonen", + "no_path_to_clone_to": "Kein Pfad zum Klonen.", + "note_cloned": "Die Notiz \"{{clonedTitle}}\" wurde in \"{{targetTitle}}\" hinein geklont" }, - "import-status": "Importstatus", - "in-progress": "Import läuft: {{progress}}", - "successful": "Import erfolgreich abgeschlossen.", - "importZipRecommendation": "Beim Import einer ZIP-Datei wird die Notizhierarchie aus der Ordnerstruktur im Archiv übernommen." - }, - "include_note": { - "dialog_title": "Notiz beifügen", - "label_note": "Notiz", - "placeholder_search": "Suche nach einer Notiz anhand ihres Namens", - "box_size_prompt": "Kartongröße des beigelegten Zettels:", - "box_size_small": "klein (~ 10 Zeilen)", - "box_size_medium": "mittel (~ 30 Zeilen)", - "box_size_full": "vollständig (Feld zeigt vollständigen Text)", - "button_include": "Notiz beifügen" - }, - "info": { - "modalTitle": "Infonachricht", - "closeButton": "Schließen", - "okButton": "OK", - "copy_to_clipboard": "In Zwischenablage kopieren" - }, - "jump_to_note": { - "search_button": "Suche im Volltext", - "search_placeholder": "Suche nach Notiz anhand ihres Titels oder gib > ein für Kommandos..." - }, - "markdown_import": { - "dialog_title": "Markdown-Import", - "modal_body_text": "Aufgrund der Browser-Sandbox ist es nicht möglich, die Zwischenablage direkt aus JavaScript zu lesen. Bitte füge den zu importierenden Markdown in den Textbereich unten ein und klicke auf die Schaltfläche „Importieren“", - "import_button": "Importieren", - "import_success": "Markdown-Inhalt wurde in das Dokument importiert." - }, - "move_to": { - "dialog_title": "Notizen verschieben nach ...", - "notes_to_move": "Notizen zum Verschieben", - "target_parent_note": "Übergeordnete Notiz bestimmen", - "search_placeholder": "Suche nach einer Notiz anhand ihres Namens", - "move_button": "Zur ausgewählten Notiz wechseln", - "error_no_path": "Kein Weg, auf den man sich bewegen kann.", - "move_success_message": "Ausgewählte Notizen wurden verschoben in " - }, - "note_type_chooser": { - "modal_title": "Wähle den Notiztyp aus", - "modal_body": "Wähle den Notiztyp / die Vorlage der neuen Notiz:", - "templates": "Vorlagen", - "change_path_prompt": "Ändern wo die neue Notiz erzeugt wird:", - "search_placeholder": "Durchsuche Pfad nach Namen (Standard falls leer)", - "builtin_templates": "Eingebaute Vorlage" - }, - "password_not_set": { - "title": "Das Passwort ist nicht festgelegt", - "body1": "Geschützte Notizen werden mit einem Benutzerpasswort verschlüsselt, es wurde jedoch noch kein Passwort festgelegt.", - "body2": "Um Notizen zu schützen, klicke den unteren Button um den Optionsdialog zu öffnen und dein Passwort festzulegen.", - "go_to_password_options": "Gehe zu Passwortoptionen" - }, - "prompt": { - "title": "Eingabeaufforderung", - "ok": "OK", - "defaultTitle": "Eingabeaufforderung" - }, - "protected_session_password": { - "modal_title": "Geschützte Sitzung", - "help_title": "Hilfe zu geschützten Notizen", - "close_label": "Schließen", - "form_label": "Um mit der angeforderten Aktion fortzufahren, musst du eine geschützte Sitzung starten, indem du ein Passwort eingibst:", - "start_button": "Geschützte Sitzung starten" - }, - "recent_changes": { - "title": "Aktuelle Änderungen", - "erase_notes_button": "Jetzt gelöschte Notizen löschen", - "deleted_notes_message": "Gelöschte Notizen wurden gelöscht.", - "no_changes_message": "Noch keine Änderungen...", - "undelete_link": "Wiederherstellen", - "confirm_undelete": "Möchten Sie diese Notiz und ihre Unternotizen wiederherstellen?" - }, - "revisions": { - "note_revisions": "Notizrevisionen", - "delete_all_revisions": "Lösche alle Revisionen dieser Notiz", - "delete_all_button": "Alle Revisionen löschen", - "help_title": "Hilfe zu Notizrevisionen", - "confirm_delete_all": "Möchtest du alle Revisionen dieser Notiz löschen?", - "no_revisions": "Für diese Notiz gibt es noch keine Revisionen...", - "confirm_restore": "Möchtest du diese Revision wiederherstellen? Dadurch werden der aktuelle Titel und Inhalt der Notiz mit dieser Revision überschrieben.", - "confirm_delete": "Möchtest du diese Revision löschen?", - "revisions_deleted": "Notizrevisionen wurden gelöscht.", - "revision_restored": "Die Notizrevision wurde wiederhergestellt.", - "revision_deleted": "Notizrevision wurde gelöscht.", - "snapshot_interval": "Notizrevisionen-Snapshot Intervall: {{seconds}}s.", - "maximum_revisions": "Maximale Revisionen für aktuelle Notiz: {{number}}.", - "settings": "Einstellungen für Notizrevisionen", - "download_button": "Herunterladen", - "mime": "MIME: ", - "file_size": "Dateigröße:", - "preview_not_available": "Für diesen Notiztyp ist keine Vorschau verfügbar.", - "restore_button": "Wiederherstellen", - "delete_button": "Löschen", - "diff_on": "Zeige Differenz", - "diff_off": "Zeige Inhalt", - "diff_on_hint": "Klicke, um die Differenz des Notiz-Quellcodes zu zeigen", - "diff_off_hint": "Klicke, um den Notizinhalt zu zeigen", - "diff_not_available": "Differenz-Abgleich ist nicht verfügbar." - }, - "sort_child_notes": { - "sort_children_by": "Unternotizen sortieren nach...", - "sorting_criteria": "Sortierkriterien", - "title": "Titel", - "date_created": "Erstellungsdatum", - "date_modified": "Änderungsdatum", - "sorting_direction": "Sortierrichtung", - "ascending": "aufsteigend", - "descending": "absteigend", - "folders": "Ordner", - "sort_folders_at_top": "Ordne die Ordner oben", - "natural_sort": "Natürliche Sortierung", - "sort_with_respect_to_different_character_sorting": "Sortierung im Hinblick auf unterschiedliche Sortier- und Sortierregeln für Zeichen in verschiedenen Sprachen oder Regionen.", - "natural_sort_language": "Natürliche Sortiersprache", - "the_language_code_for_natural_sort": "Der Sprachcode für die natürliche Sortierung, z. B. \"de-DE\" für Deutsch.", - "sort": "Sortieren" - }, - "upload_attachments": { - "upload_attachments_to_note": "Lade Anhänge zur Notiz hoch", - "choose_files": "Wähle Dateien aus", - "files_will_be_uploaded": "Dateien werden als Anhänge in hochgeladen {{noteTitle}}", - "options": "Optionen", - "shrink_images": "Bilder verkleinern", - "upload": "Hochladen", - "tooltip": "Wenn du diese Option aktivieren, versucht Trilium, die hochgeladenen Bilder durch Skalierung und Optimierung zu verkleinern, was sich auf die wahrgenommene Bildqualität auswirken kann. Wenn diese Option deaktiviert ist, werden die Bilder ohne Änderungen hochgeladen." - }, - "attribute_detail": { - "attr_detail_title": "Attributdetailtitel", - "close_button_title": "Änderungen verwerfen und schließen", - "attr_is_owned_by": "Das Attribut ist Eigentum von", - "attr_name_title": "Der Attributname darf nur aus alphanumerischen Zeichen, Doppelpunkten und Unterstrichen bestehen", - "name": "Name", - "value": "Wert", - "target_note_title": "Eine Beziehung ist eine benannte Verbindung zwischen Quellnotiz und Zielnotiz.", - "target_note": "Zielnotiz", - "promoted_title": "Das heraufgestufte Attribut wird deutlich in der Notiz angezeigt.", - "promoted": "Hervorgehoben", - "promoted_alias_title": "Der Name, der in der Benutzeroberfläche für hervorgehobene Attribute angezeigt werden soll.", - "promoted_alias": "Alias", - "multiplicity_title": "Multiplizität definiert, wie viele Attribute mit demselben Namen erstellt werden können – maximal 1 oder mehr als 1.", - "multiplicity": "Vielzahl", - "single_value": "Einzelwert", - "multi_value": "Mehrfachwert", - "label_type_title": "Der Etikettentyp hilft Trilium bei der Auswahl einer geeigneten Schnittstelle zur Eingabe des Etikettenwerts.", - "label_type": "Typ", - "text": "Text", - "number": "Nummer", - "boolean": "Boolescher Wert", - "date": "Datum", - "date_time": "Datum und Uhrzeit", - "time": "Uhrzeit", - "url": "URL", - "precision_title": "Wie viele Nachkommastellen im Wert-Einstellungs-Interface verfügbar sein sollen.", - "precision": "Präzision", - "digits": "Ziffern", - "inverse_relation_title": "Optionale Einstellung, um zu definieren, zu welcher Beziehung diese entgegengesetzt ist. Beispiel: Vater – Sohn stehen in umgekehrter Beziehung zueinander.", - "inverse_relation": "Inverse Beziehung", - "inheritable_title": "Das vererbbare Attribut wird an alle Nachkommen unter diesem Baum vererbt.", - "inheritable": "Vererbbar", - "save_and_close": "Speichern und schließen Strg+Eingabetaste", - "delete": "Löschen", - "related_notes_title": "Weitere Notizen mit diesem Label", - "more_notes": "Weitere Notizen", - "label": "Labeldetail", - "label_definition": "Details zur Labeldefinition", - "relation": "Beziehungsdetails", - "relation_definition": "Details zur Beziehungsdefinition", - "disable_versioning": "deaktiviert die automatische Versionierung. Nützlich z.B. große, aber unwichtige Notizen – z.B. große JS-Bibliotheken, die für die Skripterstellung verwendet werden", - "calendar_root": "Markiert eine Notiz, die als Basis für Tagesnotizen verwendet werden soll. Nur einer sollte als solcher gekennzeichnet sein.", - "archived": "Notizen mit dieser Bezeichnung werden standardmäßig nicht in den Suchergebnissen angezeigt (auch nicht in den Dialogen „Springen zu“, „Link hinzufügen“ usw.).", - "exclude_from_export": "Notizen (mit ihrem Unterbaum) werden nicht im Notizexport inkludiert", - "run": "Definiert, bei welchen Ereignissen das Skript ausgeführt werden soll. Mögliche Werte sind:\n
    \n
  • frontendStartup - wenn das Trilium-Frontend startet (oder aktualisiert wird), außer auf mobilen Geräten.
  • \n
  • mobileStartup - wenn das Trilium-Frontend auf einem mobilen Gerät startet (oder aktualisiert wird).
  • \n
  • backendStartup - wenn das Trilium-Backend startet
  • \n
  • hourly - einmal pro Stunde ausführen. Du kannst das zusätzliche Label runAtHour verwenden, um die genaue Stunde festzulegen.
  • \n
  • daily - einmal pro Tag ausführen
  • \n
", - "run_on_instance": "Definiere, auf welcher Trilium-Instanz dies ausgeführt werden soll. Standardmäßig alle Instanzen.", - "run_at_hour": "Zu welcher Stunde soll das laufen? Sollte zusammen mit #runu003dhourly verwendet werden. Kann für mehr Läufe im Laufe des Tages mehrfach definiert werden.", - "disable_inclusion": "Skripte mit dieser Bezeichnung werden nicht in die Ausführung des übergeordneten Skripts einbezogen.", - "sorted": "Hält untergeordnete Notizen alphabetisch nach Titel sortiert", - "sort_direction": "ASC (Standard) oder DESC", - "sort_folders_first": "Ordner (Notizen mit Unternotizen) sollten oben sortiert werden", - "top": "Behalte die angegebene Notiz oben in der übergeordneten Notiz (gilt nur für sortierte übergeordnete Notizen)", - "hide_promoted_attributes": "Hervorgehobene Attribute für diese Notiz ausblenden", - "read_only": "Der Editor befindet sich im schreibgeschützten Modus. Funktioniert nur für Text- und Codenotizen.", - "auto_read_only_disabled": "Text-/Codenotizen können automatisch in den Lesemodus versetzt werden, wenn sie zu groß sind. Du kannst dieses Verhalten für jede einzelne Notiz deaktivieren, indem du diese Beschriftung zur Notiz hinzufügst", - "app_css": "markiert CSS-Notizen, die in die Trilium-Anwendung geladen werden und somit zur Änderung des Aussehens von Trilium verwendet werden können.", - "app_theme": "markiert CSS-Notizen, die vollständige Trilium-Themen sind und daher in den Trilium-Optionen verfügbar sind.", - "app_theme_base": "markiert Notiz als \"nächste\" in der Reihe für ein Trilium-Theme als Grundlage für ein Custom-Theme. Ersetzt damit das Standard Theme.", - "css_class": "Der Wert dieser Bezeichnung wird dann als CSS-Klasse dem Knoten hinzugefügt, der die angegebene Notiz im Baum darstellt. Dies kann für fortgeschrittene Themen nützlich sein. Kann in Vorlagennotizen verwendet werden.", - "icon_class": "Der Wert dieser Bezeichnung wird als CSS-Klasse zum Symbol im Baum hinzugefügt, was dabei helfen kann, die Notizen im Baum visuell zu unterscheiden. Beispiel könnte bx bx-home sein – Symbole werden von Boxicons übernommen. Kann in Vorlagennotizen verwendet werden.", - "page_size": "Anzahl der Elemente pro Seite in der Notizliste", - "custom_request_handler": "siehe Custom request handler", - "custom_resource_provider": "siehe Custom request handler", - "widget": "Markiert diese Notiz als benutzerdefiniertes Widget, das dem Trilium-Komponentenbaum hinzugefügt wird", - "workspace": "Markiert diese Notiz als Arbeitsbereich, der ein einfaches Heben ermöglicht", - "workspace_icon_class": "Definiert die CSS-Klasse des Boxsymbols, die im Tab verwendet wird, wenn es zu dieser Notiz gehoben wird", - "workspace_tab_background_color": "CSS-Farbe, die in der Registerkarte „Notiz“ verwendet wird, wenn sie auf diese Notiz hochgezogen wird", - "workspace_calendar_root": "Definiert den Kalenderstamm pro Arbeitsbereich", - "workspace_template": "Diese Notiz wird beim Erstellen einer neuen Notiz in der Auswahl der verfügbaren Vorlage angezeigt, jedoch nur, wenn sie in einen Arbeitsbereich verschoben wird, der diese Vorlage enthält", - "search_home": "Neue Suchnotizen werden als untergeordnete Elemente dieser Notiz erstellt", - "workspace_search_home": "Neue Suchnotizen werden als untergeordnete Elemente dieser Notiz erstellt, wenn sie zu einem Vorgänger dieser Arbeitsbereichsnotiz verschoben werden", - "inbox": "Standard-Inbox-Position für neue Notizen – wenn du eine Notiz über den \"Neue Notiz\"-Button in der Seitenleiste erstellst, wird die Notiz als untergeordnete Notiz der Notiz erstellt, die mit dem #inbox-Label markiert ist.", - "workspace_inbox": "Standard-Posteingangsspeicherort für neue Notizen, wenn sie zu einem Vorgänger dieser Arbeitsbereichsnotiz verschoben werden", - "sql_console_home": "Standardspeicherort der SQL-Konsolennotizen", - "bookmark_folder": "Notizen mit dieser Bezeichnung werden in den Lesezeichen als Ordner angezeigt (und ermöglichen den Zugriff auf ihre untergeordneten Ordner)", - "share_hidden_from_tree": "Diese Notiz ist im linken Navigationsbaum ausgeblendet, kann aber weiterhin über ihre URL aufgerufen werden", - "share_external_link": "Die Notiz dient als Link zu einer externen Website im Freigabebaum", - "share_alias": "Lege einen Alias fest, mit dem die Notiz unter https://your_trilium_host/share/[dein_alias] verfügbar sein wird", - "share_omit_default_css": "Das Standard-CSS für die Freigabeseite wird weggelassen. Verwende es, wenn du umfangreiche Stylingänderungen vornimmst.", - "share_root": "Markiert eine Notiz, die im /share-Root bereitgestellt wird.", - "share_description": "Definiere Text, der dem HTML-Meta-Tag zur Beschreibung hinzugefügt werden soll", - "share_raw": "Die Notiz wird im Rohformat ohne HTML-Wrapper bereitgestellt", - "share_disallow_robot_indexing": "verbietet die Robot-Indizierung dieser Notiz über den Header X-Robots-Tag: noindex", - "share_credentials": "Für den Zugriff auf diese freigegebene Notiz sind Anmeldeinformationen erforderlich. Es wird erwartet, dass der Wert das Format „Benutzername:Passwort“ hat. Vergiss nicht, dies vererbbar zu machen, um es auf untergeordnete Notizen/Bilder anzuwenden.", - "share_index": "Eine Notiz mit dieser Bezeichnung listet alle Wurzeln gemeinsamer Notizen auf", - "display_relations": "Durch Kommas getrennte Namen der Beziehungen, die angezeigt werden sollen. Alle anderen werden ausgeblendet.", - "hide_relations": "Durch Kommas getrennte Namen von Beziehungen, die ausgeblendet werden sollen. Alle anderen werden angezeigt.", - "title_template": "Standardtitel von Notizen, die als untergeordnete Notizen dieser Notiz erstellt werden. Der Wert wird als JavaScript-String ausgewertet \n und kann daher mit dynamischen Inhalten über die injizierten now und parentNote-Variablen angereichert werden. Beispiele:\n \n
    \n
  • ${parentNote.getLabelValue('authorName')}'s literarische Werke
  • \n
  • Logbuch für ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n Siehe Wiki mit Details, API-Dokumentation für parentNote und now für Details.", - "template": "Diese Notiz wird beim Erstellen einer neuen Notiz in der Auswahl der verfügbaren Vorlage angezeigt", - "toc": "#toc oder #tocu003dshow erzwingen die Anzeige des Inhaltsverzeichnisses, #tocu003dhide erzwingt das Ausblenden. Wenn die Bezeichnung nicht vorhanden ist, wird die globale Einstellung beachtet", - "color": "Definiert die Farbe der Notiz im Notizbaum, in Links usw. Verwende einen beliebigen gültigen CSS-Farbwert wie „rot“ oder #a13d5f", - "keyboard_shortcut": "Definiert eine Tastenkombination, die sofort zu dieser Notiz springt. Beispiel: „Strg+Alt+E“. Erfordert ein Neuladen des Frontends, damit die Änderung wirksam wird.", - "keep_current_hoisting": "Das Öffnen dieses Links ändert das Hochziehen nicht, selbst wenn die Notiz im aktuell hochgezogenen Zweig nicht angezeigt werden kann.", - "execute_button": "Titel der Schaltfläche, welche die aktuelle Codenotiz ausführt", - "execute_description": "Längere Beschreibung der aktuellen Codenotiz, die zusammen mit der Schaltfläche „Ausführen“ angezeigt wird", - "exclude_from_note_map": "Notizen mit dieser Bezeichnung werden in der Notizenkarte ausgeblendet", - "new_notes_on_top": "Neue Notizen werden oben in der übergeordneten Notiz erstellt, nicht unten.", - "hide_highlight_widget": "Widget „Markierungsliste“ ausblenden", - "run_on_note_creation": "Wird ausgeführt, wenn eine Notiz im Backend erstellt wird. Verwende diese Beziehung, wenn du das Skript für alle Notizen ausführen möchtest, die unter einem bestimmten Zweig erstellt wurden. Erstelle es in diesem Fall auf der Stammnotiz und mache es vererbbar. Eine neue Notiz, die innerhalb des Zweigs (beliebige Tiefe) erstellt wird, löst das Skript aus.", - "run_on_child_note_creation": "Wird ausgeführt, wenn eine neue Notiz unter der Notiz erstellt wird, in der diese Beziehung definiert ist", - "run_on_note_title_change": "Wird ausgeführt, wenn der Notiztitel geändert wird (einschließlich der Notizerstellung)", - "run_on_note_content_change": "Wird ausgeführt, wenn der Inhalt einer Notiz geändert wird (einschließlich der Erstellung von Notizen).", - "run_on_note_change": "Wird ausgeführt, wenn eine Notiz geändert wird (einschließlich der Erstellung von Notizen). Enthält keine Inhaltsänderungen", - "run_on_note_deletion": "Wird ausgeführt, wenn eine Notiz gelöscht wird", - "run_on_branch_creation": "wird ausgeführt, wenn ein Zweig erstellt wird. Der Zweig ist eine Verbindung zwischen der übergeordneten Notiz und der untergeordneten Notiz und wird z. B. erstellt. beim Klonen oder Verschieben von Notizen.", - "run_on_branch_change": "wird ausgeführt, wenn ein Zweig aktualisiert wird.", - "run_on_branch_deletion": "wird ausgeführt, wenn ein Zweig gelöscht wird. Der Zweig ist eine Verknüpfung zwischen der übergeordneten Notiz und der untergeordneten Notiz und wird z. B. gelöscht. beim Verschieben der Notiz (alter Zweig/Link wird gelöscht).", - "run_on_attribute_creation": "wird ausgeführt, wenn für die Notiz ein neues Attribut erstellt wird, das diese Beziehung definiert", - "run_on_attribute_change": " wird ausgeführt, wenn das Attribut einer Notiz geändert wird, die diese Beziehung definiert. Dies wird auch ausgelöst, wenn das Attribut gelöscht wird", - "relation_template": "Die Attribute der Notiz werden auch ohne eine Hierarchische-Beziehung vererbt. Der Inhalt und der Zweig werden den Instanznotizen hinzugefügt, wenn sie leer sind. Einzelheiten findest du in der Dokumentation.", - "inherit": "Die Attribute einer Notiz werden auch ohne eine Hierarchische-Beziehung vererbt. Ein ähnliches Konzept findest du unter Vorlagenbeziehung. Siehe Attributsvererbung in der Dokumentation.", - "render_note": "Notizen vom Typ \"HTML-Notiz rendern\" werden mit einer Code-Notiz (HTML oder Skript) gerendert, und es ist notwendig, über diese Beziehung anzugeben, welche Notiz gerendert werden soll", - "widget_relation": "Das Ziel dieser Beziehung wird ausgeführt und als Widget in der Seitenleiste gerendert", - "share_css": "CSS-Hinweis, der in die Freigabeseite eingefügt wird. Die CSS-Notiz muss sich ebenfalls im gemeinsamen Unterbaum befinden. Erwäge auch die Verwendung von „share_hidden_from_tree“ und „share_omit_default_css“.", - "share_js": "JavaScript-Hinweis, der in die Freigabeseite eingefügt wird. Die JS-Notiz muss sich ebenfalls im gemeinsamen Unterbaum befinden. Erwäge die Verwendung von „share_hidden_from_tree“.", - "share_template": "Eingebettete JavaScript-Notiz, die als Vorlage für die Anzeige der geteilten Notiz verwendet wird. Greift auf die Standardvorlage zurück. Erwäge die Verwendung von „share_hidden_from_tree“.", - "share_favicon": "Favicon-Notiz, die auf der freigegebenen Seite festgelegt werden soll. Normalerweise möchtest du es so einstellen, dass es Root teilt und es vererbbar macht. Die Favicon-Notiz muss sich ebenfalls im freigegebenen Unterbaum befinden. Erwäge die Verwendung von „share_hidden_from_tree“.", - "is_owned_by_note": "ist Eigentum von Note", - "other_notes_with_name": "Other notes with {{attributeType}} name \"{{attributeName}}\"", - "and_more": "... und {{count}} mehr.", - "print_landscape": "Beim Export als PDF, wird die Seitenausrichtung Querformat anstatt Hochformat verwendet.", - "print_page_size": "Beim Export als PDF, wird die Größe der Seite angepasst. Unterstützte Größen: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", - "color_type": "Farbe" - }, - "attribute_editor": { - "help_text_body1": "Um ein Label hinzuzufügen, gebe einfach z.B. ein. #rock oder wenn du auch einen Wert hinzufügen möchten, dann z.B. #year = 2024", - "help_text_body2": "Gebe für die Beziehung ~author = @ ein, woraufhin eine automatische Vervollständigung angezeigt wird, in der du die gewünschte Notiz nachschlagen kannst.", - "help_text_body3": "Alternativ kannst du Label und Beziehung über die Schaltfläche + auf der rechten Seite hinzufügen.", - "save_attributes": "Attribute speichern ", - "add_a_new_attribute": "Füge ein neues Attribut hinzu", - "add_new_label": "Füge ein neues Label hinzu ", - "add_new_relation": "Füge eine neue Beziehung hinzu ", - "add_new_label_definition": "Füge eine neue Labeldefinition hinzu", - "add_new_relation_definition": "Füge eine neue Beziehungsdefinition hinzu", - "placeholder": "Gebe die Labels und Beziehungen hier ein" - }, - "abstract_bulk_action": { - "remove_this_search_action": "Entferne diese Suchaktion" - }, - "execute_script": { - "execute_script": "Skript ausführen", - "help_text": "Du kannst einfache Skripte für die übereinstimmenden Notizen ausführen.", - "example_1": "Um beispielsweise eine Zeichenfolge an den Titel einer Notiz anzuhängen, verwende dieses kleine Skript:", - "example_2": "Ein komplexeres Beispiel wäre das Löschen aller übereinstimmenden Notizattribute:" - }, - "add_label": { - "add_label": "Etikett hinzufügen", - "label_name_placeholder": "Labelname", - "label_name_title": "Erlaubte Zeichen sind alphanumerische Zeichen, Unterstrich und Doppelpunkt.", - "to_value": "zu schätzen", - "new_value_placeholder": "neuer Wert", - "help_text": "Auf allen übereinstimmenden Notizen:", - "help_text_item1": "Erstelle ein bestimmtes Label, wenn die Notiz noch keins hat", - "help_text_item2": "oder den Wert des vorhandenen Labels ändern", - "help_text_note": "Du kannst diese Methode auch ohne Wert aufrufen. In diesem Fall wird der Notiz ein Label ohne Wert zugewiesen." - }, - "delete_label": { - "delete_label": "Label löschen", - "label_name_placeholder": "Labelname", - "label_name_title": "Erlaubte Zeichen sind alphanumerische Zeichen, Unterstrich und Doppelpunkt." - }, - "rename_label": { - "rename_label": "Label umbenennen", - "rename_label_from": "Label umbenennen von", - "old_name_placeholder": "alter Name", - "to": "zu", - "new_name_placeholder": "neuer Name", - "name_title": "Erlaubte Zeichen sind alphanumerische Zeichen, Unterstrich und Doppelpunkt." - }, - "update_label_value": { - "update_label_value": "Labelwert aktualisieren", - "label_name_placeholder": "Labelname", - "label_name_title": "Erlaubte Zeichen sind alphanumerische Zeichen, Unterstrich und Doppelpunkt.", - "to_value": "zum Wert", - "new_value_placeholder": "neuer Wert", - "help_text": "Ändere bei allen übereinstimmenden Notizen den Wert des vorhandenen Labels.", - "help_text_note": "Du kannst diese Methode auch ohne Wert aufrufen. In diesem Fall wird der Notiz ein Label ohne Wert zugewiesen." - }, - "delete_note": { - "delete_note": "Notiz löschen", - "delete_matched_notes": "Übereinstimmende Notizen löschen", - "delete_matched_notes_description": "Dadurch werden übereinstimmende Notizen gelöscht.", - "undelete_notes_instruction": "Nach dem Löschen ist es möglich, sie im Dialogfeld „Letzte Änderungen“ wiederherzustellen.", - "erase_notes_instruction": "Um Notizen dauerhaft zu löschen, geh nach der Löschung zu Optionen -> Andere und klicke auf den Button \"Gelöschte Notizen jetzt löschen\"." - }, - "delete_revisions": { - "delete_note_revisions": "Notizrevisionen löschen", - "all_past_note_revisions": "Alle früheren Notizrevisionen übereinstimmender Notizen werden gelöscht. Die Notiz selbst bleibt vollständig erhalten. Mit anderen Worten: Der Verlauf der Notiz wird entfernt." - }, - "move_note": { - "move_note": "Notiz verschieben", - "to": "nach", - "target_parent_note": "Ziel-Übergeordnetenotiz", - "on_all_matched_notes": "Auf allen übereinstimmenden Notizen", - "move_note_new_parent": "Verschiebe die Notiz in die neue übergeordnete Notiz, wenn die Notiz nur eine übergeordnete Notiz hat (d. h. der alte Zweig wird entfernt und ein neuer Zweig in die neue übergeordnete Notiz erstellt)", - "clone_note_new_parent": "Notiz auf die neue übergeordnete Notiz klonen, wenn die Notiz mehrere Klone/Zweige hat (es ist nicht klar, welcher Zweig entfernt werden soll)", - "nothing_will_happen": "Es passiert nichts, wenn die Notiz nicht zur Zielnotiz verschoben werden kann (z.B. wenn dies einen Kreislauf in der Baumstruktur erzeugen würde)" - }, - "rename_note": { - "rename_note": "Notiz umbenennen", - "rename_note_title_to": "Notiztitel umbenennen in", - "new_note_title": "neuer Notiztitel", - "click_help_icon": "Klicke rechts auf das Hilfesymbol, um alle Optionen anzuzeigen", - "evaluated_as_js_string": "Der angegebene Wert wird als JavaScript-String ausgewertet und kann somit über die injizierte note-Variable mit dynamischem Inhalt angereichert werden (Notiz wird umbenannt). Beispiele:", - "example_note": "Notiz – alle übereinstimmenden Notizen werden in „Notiz“ umbenannt", - "example_new_title": "NEU: ${note.title} – Übereinstimmende Notiztitel erhalten das Präfix „NEU:“", - "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} – übereinstimmende Notizen werden mit dem Erstellungsmonat und -datum der Notiz vorangestellt", - "api_docs": "Siehe API-Dokumente für Notiz und seinen dateCreatedObj / utcDateCreatedObj properties für Details." - }, - "add_relation": { - "add_relation": "Beziehung hinzufügen", - "relation_name": "Beziehungsname", - "allowed_characters": "Erlaubte Zeichen sind alphanumerische Zeichen, Unterstrich und Doppelpunkt.", - "to": "zu", - "target_note": "Zielnotiz", - "create_relation_on_all_matched_notes": "Erstelle für alle übereinstimmenden Notizen eine bestimmte Beziehung." - }, - "delete_relation": { - "delete_relation": "Beziehung löschen", - "relation_name": "Beziehungsname", - "allowed_characters": "Erlaubte Zeichen sind alphanumerische Zeichen, Unterstrich und Doppelpunkt." - }, - "rename_relation": { - "rename_relation": "Beziehung umbenennen", - "rename_relation_from": "Beziehung umbenennen von", - "old_name": "alter Name", - "to": "zu", - "new_name": "neuer Name", - "allowed_characters": "Erlaubte Zeichen sind alphanumerische Zeichen, Unterstrich und Doppelpunkt." - }, - "update_relation_target": { - "update_relation": "Beziehung aktualisieren", - "relation_name": "Beziehungsname", - "allowed_characters": "Erlaubte Zeichen sind alphanumerische Zeichen, Unterstrich und Doppelpunkt.", - "to": "zu", - "target_note": "Zielnotiz", - "on_all_matched_notes": "Auf allen übereinstimmenden Notizen", - "change_target_note": "oder ändere die Zielnotiz der bestehenden Beziehung", - "update_relation_target": "Beziehungsziel aktualisieren" - }, - "attachments_actions": { - "open_externally": "Extern öffnen", - "open_externally_title": "Die Datei wird in einer externen Anwendung geöffnet und auf Änderungen überwacht. Anschließend kannst du die geänderte Version wieder auf Trilium hochladen.", - "open_custom": "Benutzerdefiniert öffnen", - "open_custom_title": "Die Datei wird in einer externen Anwendung geöffnet und auf Änderungen überwacht. Anschließend kannst du die geänderte Version wieder auf Trilium hochladen.", - "download": "Herunterladen", - "rename_attachment": "Anhang umbenennen", - "upload_new_revision": "Neue Revision hochladen", - "copy_link_to_clipboard": "Link in die Zwischenablage kopieren", - "convert_attachment_into_note": "Anhang in Notiz umwandeln", - "delete_attachment": "Anhang löschen", - "upload_success": "Eine neue Revision des Anhangs wurde hochgeladen.", - "upload_failed": "Das Hochladen einer neuen Anhangrevision ist fehlgeschlagen.", - "open_externally_detail_page": "Das externe Öffnen des Anhangs ist nur auf der Detailseite möglich. Klicke bitte zuerst auf Details des Anhangs und wiederhole den Vorgang.", - "open_custom_client_only": "Das benutzerdefinierte Öffnen von Anhängen kann nur über den Desktop-Client erfolgen.", - "delete_confirm": "Bist du sicher, dass du den Anhang „{{title}}“ löschen möchtest?", - "delete_success": "Anhang „{{title}}“ wurde gelöscht.", - "convert_confirm": "Bist du sicher, dass du den Anhang „{{title}}“ in eine separate Notiz umwandeln möchtest?", - "convert_success": "Anhang „{{title}}“ wurde in eine Notiz umgewandelt.", - "enter_new_name": "Bitte gebe den Namen des neuen Anhangs ein" - }, - "calendar": { - "mon": "Mo", - "tue": "Di", - "wed": "Mi", - "thu": "Do", - "fri": "Fr", - "sat": "Sa", - "sun": "So", - "cannot_find_day_note": "Tagesnotiz kann nicht gefunden werden", - "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", - "cannot_find_week_note": "Wochennotiz kann nicht gefunden werden", - "week": "Woche", - "week_previous": "vorherige Woche", - "week_next": "nächste Woche", - "month": "Monat", - "month_previous": "vorheriger Monat", - "month_next": "nächster Monat", - "year": "Jahr", - "year_previous": "vorheriges Jahr", - "year_next": "nächstes Jahr", - "list": "Liste", - "today": "Heute" - }, - "close_pane_button": { - "close_this_pane": "Schließe diesen Bereich" - }, - "create_pane_button": { - "create_new_split": "Neuen Split erstellen" - }, - "edit_button": { - "edit_this_note": "Bearbeite diese Notiz" - }, - "show_toc_widget_button": { - "show_toc": "Inhaltsverzeichnis anzeigen" - }, - "show_highlights_list_widget_button": { - "show_highlights_list": "Markierungsliste anzeigen" - }, - "global_menu": { - "menu": "Menü", - "options": "Optionen", - "open_new_window": "Öffne ein neues Fenster", - "switch_to_mobile_version": "Zur mobilen Ansicht wechseln", - "switch_to_desktop_version": "Zur Desktop-Ansicht wechseln", - "zoom": "Zoom", - "toggle_fullscreen": "Vollbild umschalten", - "zoom_out": "Herauszoomen", - "reset_zoom_level": "Zoomstufe zurücksetzen", - "zoom_in": "Hineinzoomen", - "configure_launchbar": "Konfiguriere die Starterleiste", - "show_shared_notes_subtree": "Zweig „Freigegebene Notizen“ anzeigen", - "advanced": "Erweitert", - "open_dev_tools": "Öffne die Entwicklungstools", - "open_sql_console": "Öffne die SQL-Konsole", - "open_sql_console_history": "Öffne den SQL-Konsolenverlauf", - "open_search_history": "Öffne den Suchverlauf", - "show_backend_log": "Backend-Protokoll anzeigen", - "reload_hint": "Ein Neuladen kann bei einigen visuellen Störungen Abhilfe schaffen, ohne die gesamte App neu starten zu müssen.", - "reload_frontend": "Frontend neu laden", - "show_hidden_subtree": "Versteckten Zweig anzeigen", - "show_help": "Hilfe anzeigen", - "about": "Über Trilium Notes", - "logout": "Abmelden", - "show-cheatsheet": "Cheatsheet anzeigen", - "toggle-zen-mode": "Zen Modus", - "new-version-available": "Neues Update verfügbar", - "download-update": "Version {{latestVersion}} herunterladen" - }, - "sync_status": { - "unknown": "

Der Synchronisations-Status wird bekannt, sobald der nächste Synchronisierungsversuch gestartet wird.

Klicke, um eine Synchronisierung jetzt auszulösen.

", - "connected_with_changes": "

Mit dem Synchronisations-Server verbunden.
Es gibt noch ausstehende Änderungen, die synchronisiert werden müssen.

Klicke, um eine Synchronisierung jetzt auszulösen.

", - "connected_no_changes": "

Mit dem Synchronisations-Server verbunden.
Alle Änderungen wurden bereits synchronisiert.

Klicke, um eine Synchronisierung jetzt auszulösen.

", - "disconnected_with_changes": "

Die Verbindung zum Synchronisations-Server konnte nicht hergestellt werden.
Es gibt noch ausstehende Änderungen, die synchronisiert werden müssen.

Klicke, um eine Synchronisierung jetzt auszulösen.

", - "disconnected_no_changes": "

Die Verbindung zum SySynchronisationsnc-Server konnte nicht hergestellt werden.
Alle bekannten Änderungen wurden synchronisiert.

Klicke, um eine Synchronisierung jetzt auszulösen.

", - "in_progress": "Der Synchronisierungsvorgang mit dem Server ist im Gange." - }, - "left_pane_toggle": { - "show_panel": "Panel anzeigen", - "hide_panel": "Panel ausblenden" - }, - "move_pane_button": { - "move_left": "Nach links bewegen", - "move_right": "Nach rechts bewegen" - }, - "note_actions": { - "convert_into_attachment": "In Anhang umwandeln", - "re_render_note": "Notiz erneut rendern", - "search_in_note": "In Notiz suchen", - "note_source": "Notizquelle", - "note_attachments": "Notizanhänge", - "open_note_externally": "Notiz extern öffnen", - "open_note_externally_title": "Die Datei wird in einer externen Anwendung geöffnet und auf Änderungen überwacht. Anschließend kannst du die geänderte Version wieder auf Trilium hochladen.", - "open_note_custom": "Benutzerdefiniert Notiz öffnen", - "import_files": "Dateien importieren", - "export_note": "Notiz exportieren", - "delete_note": "Notiz löschen", - "print_note": "Notiz drucken", - "save_revision": "Revision speichern", - "convert_into_attachment_failed": "Konvertierung der Notiz '{{title}}' fehlgeschlagen.", - "convert_into_attachment_successful": "Notiz '{{title}}' wurde als Anhang konvertiert.", - "convert_into_attachment_prompt": "Bist du dir sicher, dass du die Notiz '{{title}}' in ein Anhang der übergeordneten Notiz konvertieren möchtest?", - "print_pdf": "Export als PDF...", - "open_note_on_server": "Öffne Notiz auf dem Server", - "export_as_image": "Als Bild exportieren", - "export_as_image_png": "PNG (Raster)", - "export_as_image_svg": "SVG (Vektor)", - "note_map": "Notizen Karte", - "view_revisions": "Notizrevisionen...", - "advanced": "Erweitert" - }, - "onclick_button": { - "no_click_handler": "Das Schaltflächen-Widget „{{componentId}}“ hat keinen definierten Klick-Handler" - }, - "protected_session_status": { - "active": "Die geschützte Sitzung ist aktiv. Klicke hier, um die geschützte Sitzung zu verlassen.", - "inactive": "Klicke hier, um die geschützte Sitzung aufzurufen" - }, - "revisions_button": { - "note_revisions": "Notizrevisionen" - }, - "update_available": { - "update_available": "Update verfügbar" - }, - "note_launcher": { - "this_launcher_doesnt_define_target_note": "Dieser Starter definiert keine Zielnotiz." - }, - "code_buttons": { - "execute_button_title": "Skript ausführen", - "trilium_api_docs_button_title": "Öffne die Trilium-API-Dokumentation", - "save_to_note_button_title": "In die Notiz speichern", - "opening_api_docs_message": "API-Dokumentation wird geöffnet...", - "sql_console_saved_message": "SQL-Konsolennotiz wurde in {{note_path}} gespeichert" - }, - "copy_image_reference_button": { - "button_title": "Bildreferenz in die Zwischenablage kopieren, kann in eine Textnotiz eingefügt werden." - }, - "hide_floating_buttons_button": { - "button_title": "Schaltflächen ausblenden" - }, - "show_floating_buttons_button": { - "button_title": "Schaltflächen einblenden" - }, - "svg_export_button": { - "button_title": "Diagramm als SVG exportieren" - }, - "relation_map_buttons": { - "create_child_note_title": "Erstelle eine untergeordnete Notiz und füge sie dieser Karte hinzu", - "reset_pan_zoom_title": "Schwenken und Zoomen auf die ursprünglichen Koordinaten und Vergrößerung zurücksetzen", - "zoom_in_title": "Hineinzoom", - "zoom_out_title": "Herauszoomen" - }, - "zpetne_odkazy": { - "relation": "Beziehung", - "backlink_one": "{{count}} Rückverlinkung", - "backlink_other": "{{count}} Rückverlinkungen" - }, - "mobile_detail_menu": { - "insert_child_note": "Untergeordnete Notiz einfügen", - "delete_this_note": "Diese Notiz löschen", - "error_cannot_get_branch_id": "BranchId für notePath „{{notePath}}“ kann nicht abgerufen werden", - "error_unrecognized_command": "Unbekannter Befehl {{command}}", - "note_revisions": "Notiz Revisionen", - "backlinks": "Rücklinks" - }, - "note_icon": { - "change_note_icon": "Notiz-Icon ändern", - "search": "Suche:", - "reset-default": "Standard wiederherstellen", - "search_placeholder_one": "Suche {{number}} Symbole über {{count}} Pakete", - "search_placeholder_other": "Suche {{number}} Symbole über {{count}} Pakete", - "search_placeholder_filtered": "Suche {{number}} Icons in {{name}}", - "filter": "Filter", - "filter-none": "Alle Icons", - "filter-default": "Standard Icons", - "icon_tooltip": "{{name}}\nIcon Paket: {{iconPack}}", - "no_results": "Keine Icons gefunden." - }, - "basic_properties": { - "note_type": "Notiztyp", - "editable": "Bearbeitbar", - "basic_properties": "Grundlegende Eigenschaften", - "language": "Sprache", - "configure_code_notes": "Code-Notizen konfigurieren..." - }, - "book_properties": { - "view_type": "Ansichtstyp", - "grid": "Gitter", - "list": "Liste", - "collapse_all_notes": "Alle Notizen einklappen", - "collapse": "Einklappen", - "expand": "Ausklappen", - "invalid_view_type": "Ungültiger Ansichtstyp „{{type}}“", - "calendar": "Kalender", - "book_properties": "Sammlungseigenschaften", - "table": "Tabelle", - "geo-map": "Weltkarte", - "board": "Tafel", - "include_archived_notes": "Zeige archivierte Notizen", - "presentation": "Präsentation", - "expand_all_levels": "Alle Ebenen erweitern", - "expand_tooltip": "Erweitert die direkten Unterelemente dieser Sammlung (eine Ebene tiefer). Für weitere Optionen auf den Pfeil rechts klicken.", - "expand_first_level": "Direkte Unterelemente erweitern", - "expand_nth_level": "{{depth}} Ebenen erweitern", - "hide_child_notes": "Unternotizen im Baum ausblenden" - }, - "edited_notes": { - "no_edited_notes_found": "An diesem Tag wurden noch keine Notizen bearbeitet...", - "title": "Bearbeitete Notizen", - "deleted": "(gelöscht)" - }, - "file_properties": { - "note_id": "Notiz-ID", - "original_file_name": "Ursprünglicher Dateiname", - "file_type": "Dateityp", - "file_size": "Dateigröße", - "download": "Herunterladen", - "open": "Extern öffnen", - "upload_new_revision": "Neue Revision hochladen", - "upload_success": "Neue Dateirevision wurde hochgeladen.", - "upload_failed": "Das Hochladen einer neuen Dateirevision ist fehlgeschlagen.", - "title": "Datei" - }, - "image_properties": { - "original_file_name": "Ursprünglicher Dateiname", - "file_type": "Dateityp", - "file_size": "Dateigröße", - "download": "Herunterladen", - "open": "Offen", - "copy_reference_to_clipboard": "Verweis in die Zwischenablage kopieren", - "upload_new_revision": "Neue Revision hochladen", - "upload_success": "Neue Bildrevision wurde hochgeladen.", - "upload_failed": "Das Hochladen einer neuen Bildrevision ist fehlgeschlagen: {{message}}", - "title": "Bild" - }, - "inherited_attribute_list": { - "title": "Geerbte Attribute", - "no_inherited_attributes": "Keine geerbten Attribute.", - "none": "Keine" - }, - "note_info_widget": { - "note_id": "Notiz-ID", - "created": "Erstellt", - "modified": "Geändert", - "type": "Typ", - "note_size": "Notengröße", - "note_size_info": "Die Notizgröße bietet eine grobe Schätzung des Speicherbedarfs für diese Notiz. Es berücksichtigt den Inhalt der Notiz und den Inhalt ihrer Notizrevisionen.", - "calculate": "berechnen", - "subtree_size": "(Zweiggröße: {{size}} in {{count}} Notizen)", - "title": "Notizinfo", - "mime": "MIME Typ", - "show_similar_notes": "Zeige ähnliche Notizen" - }, - "note_map": { - "open_full": "Vollständig erweitern", - "collapse": "Auf normale Größe reduzieren", - "title": "Notizkarte", - "fix-nodes": "Knoten fixieren", - "link-distance": "Verbindungslänge" - }, - "note_paths": { - "title": "Notizpfade", - "clone_button": "Notiz an neuen Speicherort klonen...", - "intro_placed": "Diese Notiz wird in den folgenden Pfaden abgelegt:", - "intro_not_placed": "Diese Notiz ist noch nicht im Notizbaum platziert.", - "outside_hoisted": "Dieser Pfad liegt außerhalb der fokusierten Notiz und du müssten den Fokus aufheben.", - "archived": "Archiviert", - "search": "Suchen" - }, - "note_properties": { - "this_note_was_originally_taken_from": "Diese Notiz stammt ursprünglich aus:", - "info": "Info" - }, - "owned_attribute_list": { - "owned_attributes": "Eigene Attribute" - }, - "promoted_attributes": { - "promoted_attributes": "Hervorgehobene Attribute", - "url_placeholder": "http://website...", - "open_external_link": "Externen Link öffnen", - "unknown_label_type": "Unbekannter Labeltyp „{{type}}“", - "unknown_attribute_type": "Unbekannter Attributtyp „{{type}}“", - "add_new_attribute": "Neues Attribut hinzufügen", - "remove_this_attribute": "Entferne dieses Attribut", - "unset-field-placeholder": "nicht gesetzt", - "remove_color": "Entferne Farblabel" - }, - "script_executor": { - "query": "Abfrage", - "script": "Skript", - "execute_query": "Abfrage ausführen", - "execute_script": "Skript ausführen" - }, - "search_definition": { - "add_search_option": "Suchoption hinzufügen:", - "search_string": "Suchzeichenfolge", - "search_script": "Suchskript", - "ancestor": "Vorfahr", - "fast_search": "schnelle Suche", - "fast_search_description": "Die Option „Schnellsuche“ deaktiviert die Volltextsuche von Notizinhalten, was die Suche in großen Datenbanken beschleunigen könnte.", - "include_archived": "archiviert einschließen", - "include_archived_notes_description": "Archivierte Notizen sind standardmäßig von den Suchergebnissen ausgeschlossen, mit dieser Option werden sie einbezogen.", - "order_by": "Bestellen nach", - "limit": "Limit", - "limit_description": "Begrenze die Anzahl der Ergebnisse", - "debug": "debuggen", - "debug_description": "Debug gibt zusätzliche Debuginformationen in die Konsole aus, um das Debuggen komplexer Abfragen zu erleichtern", - "action": "Aktion", - "search_button": "Suchen", - "search_execute": "Aktionen suchen und ausführen", - "save_to_note": "Als Notiz speichern", - "search_parameters": "Suchparameter", - "unknown_search_option": "Unbekannte Suchoption {{searchOptionName}}", - "search_note_saved": "Suchnotiz wurde in {{-notePathTitle}} gespeichert", - "actions_executed": "Aktionen wurden ausgeführt.", - "view_options": "Optionen anzeigen:" - }, - "similar_notes": { - "title": "Ähnliche Notizen", - "no_similar_notes_found": "Keine ähnlichen Notizen gefunden." - }, - "abstract_search_option": { - "remove_this_search_option": "Entferne diese Suchoption", - "failed_rendering": "Fehler beim Rendern der Suchoption: {{dto}} mit Fehler: {{error}} {{stack}}" - }, - "ancestor": { - "label": "Vorfahre", - "placeholder": "Suche nach einer Notiz anhand ihres Namens", - "depth_label": "Tiefe", - "depth_doesnt_matter": "spielt keine Rolle", - "depth_eq": "ist genau {{count}}", - "direct_children": "direkte Kinder", - "depth_gt": "ist größer als {{count}}", - "depth_lt": "ist kleiner als {{count}}" - }, - "debug": { - "debug": "Debuggen", - "debug_info": "Debug gibt zusätzliche Debuginformationen in die Konsole aus, um das Debuggen komplexer Abfragen zu erleichtern.", - "access_info": "Um auf die Debug-Informationen zuzugreifen, führe die Abfrage aus und klicke oben links auf \"Backend-Log anzeigen\"." - }, - "fast_search": { - "fast_search": "Schnelle Suche", - "description": "Die Option „Schnellsuche“ deaktiviert die Volltextsuche von Notizinhalten, was die Suche in großen Datenbanken beschleunigen könnte." - }, - "include_archived_notes": { - "include_archived_notes": "Füge archivierte Notizen hinzu" - }, - "limit": { - "limit": "Limitierung", - "take_first_x_results": "Nehmen Sie nur die ersten X angegebenen Ergebnisse." - }, - "order_by": { - "order_by": "Bestellen nach", - "relevancy": "Relevanz (Standard)", - "title": "Titel", - "date_created": "Erstellungsdatum", - "date_modified": "Datum der letzten Änderung", - "content_size": "Beachte die Inhaltsgröße", - "content_and_attachments_size": "Beachte die Inhaltsgröße einschließlich der Anhänge", - "content_and_attachments_and_revisions_size": "Beachte die Inhaltsgröße einschließlich Anhängen und Revisionen", - "revision_count": "Anzahl der Revisionen", - "children_count": "Anzahl der Unternotizen", - "parent_count": "Anzahl der Klone", - "owned_label_count": "Anzahl der Etiketten", - "owned_relation_count": "Anzahl der Beziehungen", - "target_relation_count": "Anzahl der Beziehungen, die auf die Notiz abzielen", - "random": "Zufällige Reihenfolge", - "asc": "Aufsteigend (Standard)", - "desc": "Absteigend" - }, - "search_script": { - "title": "Suchskript:", - "placeholder": "Suche nach einer Notiz anhand ihres Namens", - "description1": "Das Suchskript ermöglicht das Definieren von Suchergebnissen durch Ausführen eines Skripts. Dies bietet maximale Flexibilität, wenn die Standardsuche nicht ausreicht.", - "description2": "Das Suchskript muss vom Typ \"Code\" und dem Subtyp \"JavaScript Backend\" sein. Das Skript muss ein Array von noteIds oder Notizen zurückgeben.", - "example_title": "Siehe dir dieses Beispiel an:", - "example_code": "// 1. Vorfiltern mit der Standardsuche\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. Anwenden benutzerdefinierter Suchkriterien\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", - "note": "Beachte, dass Suchskript und Suchzeichenfolge nicht miteinander kombiniert werden können." - }, - "search_string": { - "title_column": "Suchbegriff:", - "placeholder": "Volltextschlüsselwörter, #tag u003d Wert...", - "search_syntax": "Suchsyntax", - "also_see": "siehe auch", - "complete_help": "Vollständige Hilfe zur Suchsyntax", - "full_text_search": "Gebe einfach einen beliebigen Text für die Volltextsuche ein", - "label_abc": "gibt Notizen mit der Bezeichnung abc zurück", - "label_year": "Entspricht Notizen mit der Beschriftung Jahr und dem Wert 2019", - "label_rock_pop": "Entspricht Noten, die sowohl Rock- als auch Pop-Bezeichnungen haben", - "label_rock_or_pop": "Es darf nur eines der Labels vorhanden sein", - "label_year_comparison": "numerischer Vergleich (auch >, >u003d, <).", - "label_date_created": "Notizen, die im letzten Monat erstellt wurden", - "error": "Suchfehler: {{error}}", - "search_prefix": "Suche:" - }, - "attachment_detail": { - "open_help_page": "Hilfeseite zu Anhängen öffnen", - "owning_note": "Eigentümernotiz: ", - "you_can_also_open": ", Du kannst auch das öffnen ", - "list_of_all_attachments": "Liste aller Anhänge", - "attachment_deleted": "Dieser Anhang wurde gelöscht." - }, - "attachment_list": { - "open_help_page": "Hilfeseite zu Anhängen öffnen", - "owning_note": "Eigentümernotiz: ", - "upload_attachments": "Anhänge hochladen", - "no_attachments": "Diese Notiz enthält keine Anhänge." - }, - "book": { - "no_children_help": "Diese Notiz mit dem Notiztyp Buch besitzt keine Unternotizen, deshalb ist nichts zum Anzeigen vorhanden. Siehe Wiki für mehr Details.", - "drag_locked_title": "Für Bearbeitung gesperrt", - "drag_locked_message": "Das Ziehen ist nicht möglich, da die Sammlung für die Bearbeitung gesperrt ist." - }, - "editable_code": { - "placeholder": "Gebe hier den Inhalt deiner Codenotiz ein..." - }, - "editable_text": { - "placeholder": "Gebe hier den Inhalt deiner Notiz ein...", - "auto-detect-language": "Automatisch erkannt", - "keeps-crashing": "Die Bearbeitungskomponente stürzt immer wieder ab. Bitte starten Sie Trilium neu. Wenn das Problem weiterhin besteht, erstellen Sie einen Fehlerbericht.", - "editor_crashed_title": "Der Text Editor ist abgestürzt", - "editor_crashed_content": "Ihr Inhalt wurde erfolgreich wiederhergestellt, aber kürzlich gemachte Änderungen wurden unter Umständen nicht gespeichert.", - "editor_crashed_details_button": "Mehr Details anzeigen...", - "editor_crashed_details_intro": "Falls dieser Fehler häufiger auftritt, ziehen Sie in Betracht uns diesen über GitHub zu melden, indem Sie die folgenden Informationen bereitstellen.", - "editor_crashed_details_title": "Technische Informationen" - }, - "empty": { - "open_note_instruction": "Öffne eine Notiz, indem du den Titel der Notiz in die Eingabe unten eingibst oder eine Notiz in der Baumstruktur auswählst.", - "search_placeholder": "Suche nach einer Notiz anhand ihres Namens", - "enter_workspace": "Betrete den Arbeitsbereich {{title}}" - }, - "file": { - "file_preview_not_available": "Für dieses Dateiformat ist keine Dateivorschau verfügbar.", - "too_big": "Die Vorschau zeigt aus Effizienzgründen nur die ersten {{maxNumChars}} Zeichen der Datei an. Lade die Datei herunter und öffne sie extern um den gesamten Inhalt zu sehen." - }, - "protected_session": { - "enter_password_instruction": "Um die geschützte Notiz anzuzeigen, musst du dein Passwort eingeben:", - "start_session_button": "Starte eine geschützte Sitzung", - "started": "Geschützte Sitzung gestartet.", - "wrong_password": "Passwort falsch.", - "protecting-finished-successfully": "Geschützt erfolgreich beendet.", - "unprotecting-finished-successfully": "Ungeschützt erfolgreich beendet.", - "protecting-in-progress": "Schützen läuft: {{count}}", - "unprotecting-in-progress-count": "Entschützen läuft: {{count}}", - "protecting-title": "Geschützt-Status", - "unprotecting-title": "Ungeschützt-Status" - }, - "relation_map": { - "open_in_new_tab": "In neuem Tab öffnen", - "remove_note": "Notiz entfernen", - "edit_title": "Titel bearbeiten", - "rename_note": "Notiz umbenennen", - "enter_new_title": "Gebe einen neuen Notiztitel ein:", - "remove_relation": "Beziehung entfernen", - "confirm_remove_relation": "Bist du sicher, dass du die Beziehung entfernen möchtest?", - "specify_new_relation_name": "Gebe den neuen Beziehungsnamen an (erlaubte Zeichen: alphanumerisch, Doppelpunkt und Unterstrich):", - "connection_exists": "Die Verbindung „{{name}}“ zwischen diesen Notizen besteht bereits.", - "start_dragging_relations": "Beginne hier mit dem Ziehen von Beziehungen und lege sie auf einer anderen Notiz ab.", - "note_not_found": "Notiz {{noteId}} nicht gefunden!", - "cannot_match_transform": "Transformation kann nicht übereinstimmen: {{transform}}", - "note_already_in_diagram": "Die Notiz \"{{title}}\" ist schon im Diagram.", - "enter_title_of_new_note": "Gebe den Titel der neuen Notiz ein", - "default_new_note_title": "neue Notiz", - "click_on_canvas_to_place_new_note": "Klicke auf den Canvas, um eine neue Notiz zu platzieren" - }, - "render": { - "note_detail_render_help_1": "Diese Hilfesnotiz wird angezeigt, da diese Notiz vom Typ „HTML rendern“ nicht über die erforderliche Beziehung verfügt, um ordnungsgemäß zu funktionieren.", - "note_detail_render_help_2": "Render-HTML-Notiztyp wird benutzt für scripting. Kurzgesagt, du hast ein HTML-Code-Notiz (optional mit JavaScript) und diese Notiz rendert es. Damit es funktioniert, musst du eine a Beziehung namens \"renderNote\" zeigend auf die HTML-Notiz zum rendern definieren." - }, - "web_view": { - "web_view": "Webansicht", - "embed_websites": "Notiz vom Typ Web View ermöglicht das Einbetten von Websites in Trilium.", - "create_label": "Um zu beginnen, erstelle bitte ein Label mit einer URL-Adresse, die eingebettet werden soll, z. B. #webViewSrc=\"https://www.google.com\"" - }, - "backend_log": { - "refresh": "Aktualisieren" - }, - "consistency_checks": { - "title": "Konsistenzprüfungen", - "find_and_fix_button": "Finde und behebe die Konsistenzprobleme", - "finding_and_fixing_message": "Konsistenzprobleme finden und beheben...", - "issues_fixed_message": "Konsistenzprobleme sollten behoben werden." - }, - "database_anonymization": { - "title": "Datenbankanonymisierung", - "full_anonymization": "Vollständige Anonymisierung", - "full_anonymization_description": "Durch diese Aktion wird eine neue Kopie der Datenbank erstellt und anonymisiert (der gesamte Notizinhalt wird entfernt und nur die Struktur und einige nicht vertrauliche Metadaten bleiben übrig), sodass sie zu Debugging-Zwecken online geteilt werden kann, ohne befürchten zu müssen, dass Ihre persönlichen Daten verloren gehen.", - "save_fully_anonymized_database": "Speichere eine vollständig anonymisierte Datenbank", - "light_anonymization": "Leichte Anonymisierung", - "light_anonymization_description": "Durch diese Aktion wird eine neue Kopie der Datenbank erstellt und eine leichte Anonymisierung vorgenommen – insbesondere wird nur der Inhalt aller Notizen entfernt, Titel und Attribute bleiben jedoch erhalten. Darüber hinaus bleiben benutzerdefinierte JS-Frontend-/Backend-Skriptnotizen und benutzerdefinierte Widgets erhalten. Dies bietet mehr Kontext zum Debuggen der Probleme.", - "choose_anonymization": "Du kannst selbst entscheiden, ob du eine vollständig oder leicht anonymisierte Datenbank bereitstellen möchten. Selbst eine vollständig anonymisierte Datenbank ist sehr nützlich. In einigen Fällen kann jedoch eine leicht anonymisierte Datenbank den Prozess der Fehlererkennung und -behebung beschleunigen.", - "save_lightly_anonymized_database": "Speichere eine leicht anonymisierte Datenbank", - "existing_anonymized_databases": "Vorhandene anonymisierte Datenbanken", - "creating_fully_anonymized_database": "Vollständig anonymisierte Datenbank erstellen...", - "creating_lightly_anonymized_database": "Erstellen einer leicht anonymisierten Datenbank...", - "error_creating_anonymized_database": "Die anonymisierte Datenbank konnte nicht erstellt werden. Überprüfe die Backend-Protokolle auf Details", - "successfully_created_fully_anonymized_database": "Vollständig anonymisierte Datenbank in {{anonymizedFilePath}} erstellt", - "successfully_created_lightly_anonymized_database": "Leicht anonymisierte Datenbank in {{anonymizedFilePath}} erstellt", - "no_anonymized_database_yet": "Noch keine anonymisierte Datenbank." - }, - "database_integrity_check": { - "title": "Datenbankintegritätsprüfung", - "description": "Dadurch wird überprüft, ob die Datenbank auf SQLite-Ebene nicht beschädigt ist. Abhängig von der DB-Größe kann es einige Zeit dauern.", - "check_button": "Überprüfe die Datenbankintegrität", - "checking_integrity": "Datenbankintegrität prüfen...", - "integrity_check_succeeded": "Integritätsprüfung erfolgreich – keine Probleme gefunden.", - "integrity_check_failed": "Integritätsprüfung fehlgeschlagen: {{results}}" - }, - "sync": { - "title": "Synchronisieren", - "force_full_sync_button": "Vollständige Synchronisierung erzwingen", - "fill_entity_changes_button": "Entitätsänderungsdatensätze füllen", - "full_sync_triggered": "Vollständige Synchronisierung ausgelöst", - "filling_entity_changes": "Entitätsänderungszeilen werden gefüllt...", - "sync_rows_filled_successfully": "Synchronisierungszeilen erfolgreich gefüllt", - "finished-successfully": "Synchronisierung erfolgreich beendet.", - "failed": "Synchronisierung fehlgeschlagen: {{message}}" - }, - "vacuum_database": { - "title": "Datenbank aufräumen", - "description": "Dadurch wird die Datenbank neu erstellt, was normalerweise zu einer kleineren Datenbankdatei führt. Es werden keine Daten tatsächlich geändert.", - "button_text": "Datenbank aufräumen", - "vacuuming_database": "Datenbank wird geleert...", - "database_vacuumed": "Die Datenbank wurde geleert" - }, - "fonts": { - "theme_defined": "Thema definiert", - "fonts": "Schriftarten", - "main_font": "Handschrift", - "font_family": "Schriftfamilie", - "size": "Größe", - "note_tree_font": "Notizbaum-Schriftart", - "note_detail_font": "Notiz-Detail-Schriftart", - "monospace_font": "Minivan (Code) Schriftart", - "note_tree_and_detail_font_sizing": "Beachte, dass die Größe der Baum- und Detailschriftarten relativ zur Hauptschriftgrößeneinstellung ist.", - "not_all_fonts_available": "Möglicherweise sind nicht alle aufgelisteten Schriftarten auf Ihrem System verfügbar.", - "apply_font_changes": "Um Schriftartänderungen zu übernehmen, klicke auf", - "reload_frontend": "Frontend neu laden", - "generic-fonts": "Generische Schriftarten", - "sans-serif-system-fonts": "Sans-serif Systemschriftarten", - "serif-system-fonts": "Serif Systemschriftarten", - "monospace-system-fonts": "Monospace Systemschriftarten", - "handwriting-system-fonts": "Handschrift Systemschriftarten", - "serif": "Serif", - "sans-serif": "Sans Serif", - "monospace": "Monospace", - "system-default": "System Standard" - }, - "max_content_width": { - "title": "Inhaltsbreite", - "default_description": "Trilium begrenzt standardmäßig die maximale Inhaltsbreite, um die Lesbarkeit für maximierte Bildschirme auf Breitbildschirmen zu verbessern.", - "max_width_label": "Maximale Inhaltsbreite in Pixel", - "max_width_unit": "Pixel", - "centerContent": "Inhalt zentriert halten" - }, - "native_title_bar": { - "title": "Native Titelleiste (App-Neustart erforderlich)", - "enabled": "ermöglicht", - "disabled": "deaktiviert" - }, - "ribbon": { - "widgets": "Multifunktionsleisten-Widgets", - "promoted_attributes_message": "Die „Hervorgehobene Attribute“-Leiste wird automatisch geöffnet, wenn in der Notiz hervorgehobene Attribute vorhanden sind", - "edited_notes_message": "Die Multifunktionsleisten-Registerkarte „Bearbeitete Notizen“ wird bei Tagesnotizen automatisch geöffnet" - }, - "theme": { - "title": "Thema", - "theme_label": "Thema", - "override_theme_fonts_label": "Theme-Schriftarten überschreiben", - "triliumnext": "Trilium (Systemfarbschema folgend)", - "triliumnext-light": "Trilium (Hell)", - "triliumnext-dark": "Trilium (Dunkel)", - "layout": "Layout", - "layout-vertical-title": "Vertikal", - "layout-horizontal-title": "Horizontal", - "layout-vertical-description": "Startleiste ist auf der linken Seite (Standard)", - "layout-horizontal-description": "Startleiste ist unter der Tableiste. Die Tableiste wird dadurch auf die ganze Breite erweitert.", - "auto_theme": "Alt (Folge dem Farbschema des Systems)", - "light_theme": "Alt (Hell)", - "dark_theme": "Alt (Dunkel)" - }, - "zoom_factor": { - "title": "Zoomfaktor (nur Desktop-Build)", - "description": "Das Zoomen kann auch mit den Tastenkombinationen Strg+- und Strg+= gesteuert werden." - }, - "code_auto_read_only_size": { - "title": "Automatische schreibgeschützte Größe", - "description": "Die automatische schreibgeschützte Notizgröße ist die Größe, ab der Notizen im schreibgeschützten Modus angezeigt werden (aus Leistungsgründen).", - "label": "Automatische schreibgeschützte Größe (Codenotizen)", - "unit": "Zeichen" - }, - "code_mime_types": { - "title": "Verfügbare MIME-Typen im Dropdown-Menü", - "tooltip_syntax_highlighting": "Syntaxhervorhebung", - "tooltip_code_block_syntax": "Code-Blöcke in Textnotizen", - "tooltip_code_note_syntax": "Code-Notizen" - }, - "vim_key_bindings": { - "use_vim_keybindings_in_code_notes": "Verwende VIM-Tastenkombinationen in Codenotizen (kein Ex-Modus)", - "enable_vim_keybindings": "Aktiviere Vim-Tastenkombinationen" - }, - "wrap_lines": { - "wrap_lines_in_code_notes": "Zeilen in Codenotizen umbrechen", - "enable_line_wrap": "Zeilenumbruch aktivieren (Änderung erfordert möglicherweise ein Neuladen des Frontends, um wirksam zu werden)" - }, - "images": { - "images_section_title": "Bilder", - "download_images_automatically": "Lade Bilder automatisch herunter, um sie offline zu verwenden.", - "download_images_description": "Eingefügter HTML-Code kann Verweise auf Online-Bilder enthalten. Trilium findet diese Verweise und lädt die Bilder herunter, sodass sie offline verfügbar sind.", - "enable_image_compression": "Bildkomprimierung aktivieren", - "max_image_dimensions": "Maximale Breite/Höhe eines Bildes in Pixel (die Größe des Bildes wird geändert, wenn es diese Einstellung überschreitet).", - "jpeg_quality_description": "JPEG-Qualität (10 – schlechteste Qualität, 100 – beste Qualität, 50 – 85 wird empfohlen)", - "max_image_dimensions_unit": "Pixel" - }, - "attachment_erasure_timeout": { - "attachment_erasure_timeout": "Zeitüberschreitung beim Löschen von Anhängen", - "attachment_auto_deletion_description": "Anhänge werden automatisch gelöscht (und gelöscht), wenn sie nach einer definierten Zeitspanne nicht mehr in ihrer Notiz referenziert werden.", - "erase_attachments_after": "Nicht verwendete Anhänge löschen nach:", - "manual_erasing_description": "Du kannst das Löschen auch manuell auslösen (ohne Berücksichtigung des oben definierten Timeouts):", - "erase_unused_attachments_now": "Lösche jetzt nicht verwendete Anhangnotizen", - "unused_attachments_erased": "Nicht verwendete Anhänge wurden gelöscht." - }, - "network_connections": { - "network_connections_title": "Netzwerkverbindungen", - "check_for_updates": "Suche automatisch nach Updates" - }, - "note_erasure_timeout": { - "note_erasure_timeout_title": "Beachte das Zeitlimit für die Löschung", - "note_erasure_description": "Gelöschte Notizen (und Attribute, Notizrevisionen...) werden zunächst nur als gelöscht markiert und können über den Dialog „Zuletzt verwendete Notizen” wiederhergestellt werden. Nach einer bestimmten Zeit werden gelöschte Notizen „gelöscht”, was bedeutet, dass ihr Inhalt nicht mehr wiederhergestellt werden kann. Mit dieser Einstellung können Sie die Zeitspanne zwischen dem Löschen und dem endgültigen Löschen der Notiz festlegen.", - "erase_notes_after": "Notizen löschen nach:", - "manual_erasing_description": "Du kannst das Löschen auch manuell auslösen (ohne Berücksichtigung des oben definierten Timeouts):", - "erase_deleted_notes_now": "Jetzt gelöschte Notizen löschen", - "deleted_notes_erased": "Gelöschte Notizen wurden gelöscht." - }, - "revisions_snapshot_interval": { - "note_revisions_snapshot_interval_title": "Snapshot-Intervall für Notizrevisionen", - "note_revisions_snapshot_description": "Das Snapshot-Zeitintervall für Notizrevisionen ist die Zeit, nach der eine neue Notizrevision erstellt wird. Weitere Informationen findest du im Wiki.", - "snapshot_time_interval_label": "Zeitintervall für Notiz-Revisions-Snapshot:" - }, - "revisions_snapshot_limit": { - "note_revisions_snapshot_limit_title": "Limit für Notizrevision-Snapshots", - "note_revisions_snapshot_limit_description": "Das Limit für Notizrevision-Snapshots bezieht sich auf die maximale Anzahl von Revisionen, die für jede Notiz gespeichert werden können. Dabei bedeutet -1, dass es kein Limit gibt, und 0 bedeutet, dass alle Revisionen gelöscht werden. Du kannst das maximale Limit für Revisionen einer einzelnen Notiz über das Label #versioningLimit festlegen.", - "snapshot_number_limit_label": "Limit der Notizrevision-Snapshots:", - "erase_excess_revision_snapshots": "Überschüssige Revision-Snapshots jetzt löschen", - "erase_excess_revision_snapshots_prompt": "Überschüssige Revision-Snapshots wurden gelöscht.", - "snapshot_number_limit_unit": "Momentaufnahmen" - }, - "search_engine": { - "title": "Suchmaschine", - "custom_search_engine_info": "Für eine benutzerdefinierte Suchmaschine müssen sowohl ein Name als auch eine URL festgelegt werden. Wenn keine dieser Optionen festgelegt ist, wird DuckDuckGo als Standardsuchmaschine verwendet.", - "predefined_templates_label": "Vordefinierte Suchmaschinenvorlagen", - "bing": "Bing", - "baidu": "Baidu", - "duckduckgo": "DuckDuckGo", - "google": "Google", - "custom_name_label": "Benutzerdefinierter Suchmaschinenname", - "custom_name_placeholder": "Passe den Suchmaschinennamen an", - "custom_url_label": "Die benutzerdefinierte Suchmaschinen-URL sollte {keyword} als Platzhalter für den Suchbegriff enthalten.", - "custom_url_placeholder": "Passe die Suchmaschinen-URL an", - "save_button": "Speichern" - }, - "tray": { - "title": "Systemablage", - "enable_tray": "Tray aktivieren (Trilium muss neu gestartet werden, damit diese Änderung wirksam wird)" - }, - "heading_style": { - "title": "Überschriftenstil", - "plain": "Schmucklos", - "underline": "Unterstreichen", - "markdown": "Markdown-Stil" - }, - "highlights_list": { - "title": "Markierungsliste", - "description": "Du kannst die im rechten Bereich angezeigte Markierungsliste anpassen:", - "bold": "Fettgedruckter Text", - "italic": "Kursiver Text", - "underline": "Unterstrichener Text", - "color": "Farbiger Text", - "bg_color": "Text mit Hintergrundfarbe", - "visibility_title": "Sichtbarkeit der Markierungsliste", - "visibility_description": "Du kannst das Markierungs-Widget pro Notiz ausblenden, indem du die Beschriftung #hideHighlightWidget hinzufügst.", - "shortcut_info": "Du kannst eine Tastenkombination zum schnellen Umschalten des rechten Bereichs (einschließlich Markierungen) in den Optionen -> Tastenkombinationen konfigurieren (Name „toggleRightPane“)." - }, - "table_of_contents": { - "title": "Inhaltsverzeichnis", - "description": "Das Inhaltsverzeichnis wird in Textnotizen angezeigt, wenn die Notiz mehr als eine definierte Anzahl von Überschriften enthält. Du kannst diese Nummer anpassen:", - "disable_info": "Du kannst diese Option auch verwenden, um TOC effektiv zu deaktivieren, indem du eine sehr hohe Zahl festlegst.", - "shortcut_info": "Du kannst eine Tastenkombination zum schnellen Umschalten des rechten Bereichs (einschließlich Inhaltsverzeichnis) unter Optionen -> Tastenkombinationen konfigurieren (Name „toggleRightPane“).", - "unit": "Überschriften" - }, - "text_auto_read_only_size": { - "title": "Automatische schreibgeschützte Größe", - "description": "Die automatische schreibgeschützte Notizgröße ist die Größe, ab der Notizen im schreibgeschützten Modus angezeigt werden (aus Leistungsgründen).", - "label": "Automatische schreibgeschützte Größe (Textnotizen)", - "unit": "Zeichen" - }, - "i18n": { - "title": "Lokalisierung", - "language": "Sprache", - "first-day-of-the-week": "Erster Tag der Woche", - "sunday": "Sonntag", - "monday": "Montag", - "first-week-of-the-year": "Erste Woche des Jahres", - "first-week-contains-first-day": "Erste Woche enthält den ersten Tag des Jahres", - "first-week-contains-first-thursday": "Erste Woche enthält den ersten Donnerstag des Jahres", - "first-week-has-minimum-days": "Erste Woche hat Mindestanzahl an Tagen", - "min-days-in-first-week": "Mindestanzahl an Tagen in erster Woche", - "first-week-info": "Die erste Woche, die den ersten Donnerstag des Jahres enthält, basiert auf dem Standard ISO 8601.", - "first-week-warning": "Das Ändern der Optionen für die erste Woche kann zu Duplikaten mit bestehenden Wochen-Notizen führen. Bestehende Wochen-Notizen werden nicht entsprechend aktualisiert.", - "formatting-locale": "Datums- und Zahlenformat", - "tuesday": "Dienstag", - "wednesday": "Mittwoch", - "thursday": "Donnerstag", - "friday": "Freitag", - "saturday": "Samstag", - "formatting-locale-auto": "Basierend auf die Anwendungssprache" - }, - "backup": { - "automatic_backup": "Automatische Sicherung", - "automatic_backup_description": "Trilium kann die Datenbank automatisch sichern:", - "enable_daily_backup": "Aktiviere die tägliche Sicherung", - "enable_weekly_backup": "Aktiviere die wöchentliche Sicherung", - "enable_monthly_backup": "Aktiviere die monatliche Sicherung", - "backup_recommendation": "Es wird empfohlen, die Sicherung aktiviert zu lassen. Dies kann jedoch bei großen Datenbanken und/oder langsamen Speichergeräten den Anwendungsstart verlangsamen.", - "backup_now": "Jetzt sichern", - "backup_database_now": "Jetzt Datenbank sichern", - "existing_backups": "Vorhandene Backups", - "date-and-time": "Datum & Uhrzeit", - "path": "Pfad", - "database_backed_up_to": "Die Datenbank wurde gesichert unter {{backupFilePath}}", - "no_backup_yet": "noch kein Backup" - }, - "etapi": { - "title": "ETAPI", - "description": "ETAPI ist eine REST-API, die für den programmgesteuerten Zugriff auf die Trilium-Instanz ohne Benutzeroberfläche verwendet wird.", - "create_token": "Erstelle ein neues ETAPI-Token", - "existing_tokens": "Vorhandene Token", - "no_tokens_yet": "Es sind noch keine Token vorhanden. Klicke auf die Schaltfläche oben, um eine zu erstellen.", - "token_name": "Tokenname", - "created": "Erstellt", - "actions": "Aktionen", - "new_token_title": "Neuer ETAPI-Token", - "new_token_message": "Bitte gebe en Namen des neuen Tokens ein", - "default_token_name": "neues Token", - "error_empty_name": "Der Tokenname darf nicht leer sein", - "token_created_title": "ETAPI-Token erstellt", - "token_created_message": "Kopiere den erstellten Token in die Zwischenablage. Trilium speichert den Token gehasht und dies ist das letzte Mal, dass du ihn siehst.", - "rename_token": "Benenne dieses Token um", - "delete_token": "Dieses Token löschen/deaktivieren", - "rename_token_title": "Token umbenennen", - "rename_token_message": "Bitte gebe den Namen des neuen Tokens ein", - "delete_token_confirmation": "Bist du sicher, dass den ETAPI token \"{{name}}\" löschen möchstest?" - }, - "options_widget": { - "options_status": "Optionsstatus", - "options_change_saved": "Die Änderung der Optionen wurde gespeichert." - }, - "password": { - "heading": "Passwort", - "alert_message": "Bitte merke dir dein neues Passwort gut. Das Passwort wird zum Anmelden bei der Weboberfläche und zum Verschlüsseln geschützter Notizen verwendet. Wenn du dein Passwort vergisst, gehen alle deine geschützten Notizen für immer verloren.", - "reset_link": "Klicke hier, um es zurückzusetzen.", - "old_password": "Altes Passwort", - "new_password": "Neues Passwort", - "new_password_confirmation": "Neue Passwortbestätigung", - "change_password": "Kennwort ändern", - "protected_session_timeout": "Zeitüberschreitung der geschützten Sitzung", - "protected_session_timeout_description": "Das Zeitlimit für geschützte Sitzungen ist ein Zeitraum, nach dem die geschützte Sitzung aus dem Speicher des Browsers gelöscht wird. Dies wird ab der letzten Interaktion mit geschützten Notizen gemessen. Sehen", - "wiki": "Wiki", - "for_more_info": "für weitere Informationen.", - "protected_session_timeout_label": "Zeitüberschreitung der geschützten Sitzung:", - "reset_confirmation": "Durch das Zurücksetzen des Passworts verlierst du für immer den Zugriff auf alle Ihre bestehenden geschützten Notizen. Möchtest du das Passwort wirklich zurücksetzen?", - "reset_success_message": "Das Passwort wurde zurückgesetzt. Bitte lege ein neues Passwort fest", - "change_password_heading": "Kennwort ändern", - "set_password_heading": "Passwort festlegen", - "set_password": "Passwort festlegen", - "password_mismatch": "Neue Passwörter sind nicht dasselbe.", - "password_changed_success": "Das Passwort wurde geändert. Trilium wird neu geladen, nachdem du auf OK geklickt hast." - }, - "shortcuts": { - "keyboard_shortcuts": "Tastaturkürzel", - "multiple_shortcuts": "Mehrere Tastenkombinationen für dieselbe Aktion können durch Komma getrennt werden.", - "electron_documentation": "Siehe Electron documentation für verfügbare Modifier und key codes.", - "type_text_to_filter": "Gebe Text ein, um Verknüpfungen zu filtern...", - "action_name": "Aktionsname", - "shortcuts": "Tastenkürzel", - "default_shortcuts": "Standardtastenkürzel", - "description": "Beschreibung", - "reload_app": "Lade die App neu, um die Änderungen zu übernehmen", - "set_all_to_default": "Setze alle Verknüpfungen auf die Standardeinstellungen", - "confirm_reset": "Möchtest du wirklich alle Tastaturkürzel auf die Standardeinstellungen zurücksetzen?" - }, - "spellcheck": { - "title": "Rechtschreibprüfung", - "description": "Diese Optionen gelten nur für Desktop-Builds. Browser verwenden ihre eigene native Rechtschreibprüfung.", - "enable": "Aktiviere die Rechtschreibprüfung", - "language_code_label": "Sprachcode(s)", - "language_code_placeholder": "zum Beispiel \"en-US\", \"de-AT\"", - "multiple_languages_info": "Mehrere Sprachen können mit einem Komma getrennt werden z.B. \"en-US, de-DE, cs\". ", - "available_language_codes_label": "Verfügbare Sprachcodes:", - "restart-required": "Änderungen an den Rechtschreibprüfungsoptionen werden nach dem Neustart der Anwendung wirksam." - }, - "sync_2": { - "config_title": "Synchronisierungskonfiguration", - "server_address": "Adresse der Serverinstanz", - "timeout": "Synchronisierungs-Timeout (Millisekunden)", - "proxy_label": "Proxyserver synchronisieren (optional)", - "note": "Notiz", - "note_description": "Wenn du die Proxy-Einstellung leer lässt, wird der System-Proxy verwendet (gilt nur für Desktop-/Electron-Build).", - "special_value_description": "Ein weiterer besonderer Wert ist noproxy, der das Ignorieren sogar des System-Proxys erzwingt und NODE_TLS_REJECT_UNAUTHORIZED respektiert.", - "save": "Speichern", - "help": "Helfen", - "test_title": "Synchronisierungstest", - "test_description": "Dadurch werden die Verbindung und der Handshake zum Synchronisierungsserver getestet. Wenn der Synchronisierungsserver nicht initialisiert ist, wird er dadurch für die Synchronisierung mit dem lokalen Dokument eingerichtet.", - "test_button": "Teste die Synchronisierung", - "handshake_failed": "Handshake des Synchronisierungsservers fehlgeschlagen, Fehler: {{message}}", - "timeout_unit": "Millisekunden" - }, - "api_log": { - "close": "Schließen" - }, - "attachment_detail_2": { - "will_be_deleted_in": "Dieser Anhang wird in {{time}} automatisch gelöscht", - "will_be_deleted_soon": "Dieser Anhang wird bald automatisch gelöscht", - "deletion_reason": ", da der Anhang nicht im Inhalt der Notiz verlinkt ist. Um das Löschen zu verhindern, füge den Anhangslink wieder in den Inhalt ein oder wandel den Anhang in eine Notiz um.", - "role_and_size": "Rolle: {{role}}, Größe: {{size}}, MIME: {{- mimeType}}", - "link_copied": "Anhangslink in die Zwischenablage kopiert.", - "unrecognized_role": "Unbekannte Anhangsrolle „{{role}}“." - }, - "bookmark_switch": { - "bookmark": "Lesezeichen", - "bookmark_this_note": "Setze ein Lesezeichen für diese Notiz im linken Seitenbereich", - "remove_bookmark": "Lesezeichen entfernen" - }, - "editability_select": { - "auto": "Auto", - "read_only": "Schreibgeschützt", - "always_editable": "Immer editierbar", - "note_is_editable": "Die Notiz kann bearbeitet werden, wenn sie nicht zu lang ist.", - "note_is_read_only": "Die Notiz ist schreibgeschützt, kann aber per Knopfdruck bearbeitet werden.", - "note_is_always_editable": "Die Notiz kann immer bearbeitet werden, unabhängig von ihrer Länge." - }, - "note-map": { - "button-link-map": "Beziehungskarte", - "button-tree-map": "Baumkarte" - }, - "tree-context-menu": { - "open-in-a-new-tab": "In neuem Tab öffnen", - "open-in-a-new-split": "In neuem Split öffnen", - "insert-note-after": "Notiz dahinter einfügen", - "insert-child-note": "Unternotiz einfügen", - "delete": "Löschen", - "search-in-subtree": "Im Zweig suchen", - "hoist-note": "Notiz-Fokus setzen", - "unhoist-note": "Notiz-Fokus aufheben", - "edit-branch-prefix": "Zweig-Präfix bearbeiten", - "advanced": "Erweitert", - "expand-subtree": "Zweig aufklappen", - "collapse-subtree": "Zweig einklappen", - "sort-by": "Sortieren nach...", - "recent-changes-in-subtree": "Kürzliche Änderungen im Zweig", - "convert-to-attachment": "Als Anhang konvertieren", - "copy-note-path-to-clipboard": "Notiz-Pfad in die Zwischenablage kopieren", - "protect-subtree": "Zweig schützen", - "unprotect-subtree": "Zweig-Schutz aufheben", - "copy-clone": "Kopieren / Klonen", - "clone-to": "Klonen nach...", - "cut": "Ausschneiden", - "move-to": "Verschieben nach...", - "paste-into": "Als Unternotiz einfügen", - "paste-after": "Danach einfügen", - "duplicate": "Duplizieren", - "export": "Exportieren", - "import-into-note": "In Notiz importieren", - "apply-bulk-actions": "Massenaktionen anwenden", - "converted-to-attachments": "{{count}} Notizen wurden als Anhang konvertiert.", - "convert-to-attachment-confirm": "Bist du sicher, dass du die ausgewählten Notizen in Anhänge ihrer übergeordneten Notizen umwandeln möchtest? Diese Operation wird nur auf Bildnotizes angewandt. Andere Notizen werden übersprungen.", - "open-in-popup": "Schnellbearbeitung", - "archive": "Archiviere", - "unarchive": "Entarchivieren", - "open-in-a-new-window": "In neuem Fenster öffnen", - "hide-subtree": "Zweig ausblenden", - "show-subtree": "Zweig anzeigen" - }, - "shared_info": { - "shared_publicly": "Diese Notiz ist öffentlich freigegeben über {{- link}}.", - "shared_locally": "Diese Notiz ist lokal freigegeben über {{- link}}.", - "help_link": "Für Hilfe besuche wiki." - }, - "note_types": { - "text": "Text", - "code": "Code", - "saved-search": "Gespeicherte Such-Notiz", - "relation-map": "Beziehungskarte", - "note-map": "Notizkarte", - "render-note": "Render Notiz", - "mermaid-diagram": "Mermaid Diagramm", - "canvas": "Leinwand", - "web-view": "Webansicht", - "mind-map": "Mind Map", - "file": "Datei", - "image": "Bild", - "launcher": "Starter", - "doc": "Dokument", - "widget": "Widget", - "confirm-change": "Es is nicht empfehlenswert den Notiz-Typ zu ändern, wenn der Inhalt der Notiz nicht leer ist. Möchtest du dennoch fortfahren?", - "geo-map": "Geo-Karte", - "beta-feature": "Beta", - "book": "Sammlung", - "ai-chat": "KI Chat", - "task-list": "Aufgabenliste", - "new-feature": "Neu", - "collections": "Sammlungen" - }, - "protect_note": { - "toggle-on": "Notiz schützen", - "toggle-off": "Notizschutz aufheben", - "toggle-on-hint": "Notiz ist ungeschützt, klicken, um sie zu schützen", - "toggle-off-hint": "Notiz ist geschützt, klicken, um den Schutz aufzuheben" - }, - "shared_switch": { - "shared": "Freigegeben", - "toggle-on-title": "Notiz freigeben", - "toggle-off-title": "Notiz-Freigabe aufheben", - "shared-branch": "Diese Notiz existiert nur als freigegebene Notiz, das Aufheben der Freigabe würde sie löschen. Möchtest du fortfahren und die Notiz damit löschen?", - "inherited": "Die Notiz kann hier nicht von der Freigabe entfernt werden, da sie über Vererbung von einer übergeordneten Notiz geteilt wird." - }, - "template_switch": { - "template": "Vorlage", - "toggle-on-hint": "Notiz zu einer Vorlage machen", - "toggle-off-hint": "Entferne die Notiz als Vorlage" - }, - "open-help-page": "Hilfeseite öffnen", - "find": { - "case_sensitive": "Groß-/Kleinschreibung beachten", - "match_words": "Wörter genau übereinstimmen", - "find_placeholder": "Finde in Text...", - "replace_placeholder": "Ersetze mit...", - "replace": "Ersetzen", - "replace_all": "Alle Ersetzen" - }, - "highlights_list_2": { - "title": "Markierungsliste", - "options": "Optionen", - "title_with_count_one": "{{count}} Markierung", - "title_with_count_other": "{{count}} Markierungen", - "modal_title": "Markierungsliste konfigurieren", - "menu_configure": "Markierungsliste konfigurieren…", - "no_highlights": "Keine Markierungen gefunden." - }, - "quick-search": { - "placeholder": "Schnellsuche", - "searching": "Suche läuft…", - "no-results": "Keine Ergebnisse gefunden", - "more-results": "... und {{number}} weitere Ergebnisse.", - "show-in-full-search": "In der vollständigen Suche anzeigen" - }, - "note_tree": { - "collapse-title": "Notizbaum zusammenklappen", - "scroll-active-title": "Zur aktiven Notiz scrollen", - "tree-settings-title": "Baum-Einstellungen", - "hide-archived-notes": "Archivierte Notizen ausblenden", - "automatically-collapse-notes": "Notizen automatisch zusammenklappen", - "automatically-collapse-notes-title": "Notizen werden nach einer Inaktivitätsperiode automatisch zusammengeklappt, um den Baum zu entlasten.", - "save-changes": "Änderungen speichern und anwenden", - "auto-collapsing-notes-after-inactivity": "Automatisches Zusammenklappen von Notizen nach Inaktivität…", - "saved-search-note-refreshed": "Gespeicherte Such-Notiz wurde aktualisiert.", - "hoist-this-note-workspace": "Diese Notiz fokussieren (Arbeitsbereich)", - "refresh-saved-search-results": "Gespeicherte Suchergebnisse aktualisieren", - "create-child-note": "Unternotiz anlegen", - "unhoist": "Fokus verlassen", - "toggle-sidebar": "Seitenleiste ein-/ausblenden", - "dropping-not-allowed": "Ablegen von Notizen an dieser Stelle ist nicht zulässig.", - "clone-indicator-tooltip": "Diese Notiz hat {{- count}} übergeordnete Knoten: {{- parents}}", - "clone-indicator-tooltip-single": "Diese Notiz ist geklont (1 weitere Quelle: {{- parent}})", - "shared-indicator-tooltip": "Diese Notiz ist öffentlich freigegeben", - "shared-indicator-tooltip-with-url": "Diese Notiz ist öffentlich freigegeben unter: {{- url}}", - "subtree-hidden-tooltip_one": "{{count}} untergeordnete Notiz, die im Baum ausgeblendet ist", - "subtree-hidden-tooltip_other": "{{count}} untergeordnete Notizen, die im Baum ausgeblendet sind", - "subtree-hidden-moved-title": "Zu {{title}} hinzugefügt", - "subtree-hidden-moved-description-collection": "Diese Sammlung blendet ihre Unternotizen im Baum aus.", - "subtree-hidden-moved-description-other": "Untergeordnete Notizen sind im Baum für diese Notiz ausgeblendet." - }, - "title_bar_buttons": { - "window-on-top": "Dieses Fenster immer oben halten" - }, - "note_detail": { - "could_not_find_typewidget": "Konnte typeWidget für Typ ‚{{type}}‘ nicht finden", - "printing": "Druckvorgang läuft…", - "printing_pdf": "PDF-Export läuft…", - "print_report_title": "Druckreport", - "print_report_collection_details_button": "Details anzeigen", - "print_report_collection_details_ignored_notes": "Ignorierte Notizen", - "print_report_collection_content_one": "{{count}} Notiz in der Sammlung konnte nicht gedruckt werden, weil sie nicht unterstützt oder geschützt ist.", - "print_report_collection_content_other": "{{count}} Notizen in der Sammlung konnten nicht gedruckt werden, weil sie nicht unterstützt oder geschützt sind." - }, - "note_title": { - "placeholder": "Titel der Notiz hier eingeben…", - "created_on": "Erstellt am ", - "last_modified": "Bearbeitet am ", - "note_type_switcher_label": "Ändere von {{type}} zu:", - "note_type_switcher_others": "Andere Notizart", - "note_type_switcher_templates": "Vorlage", - "note_type_switcher_collection": "Sammlung", - "edited_notes": "Notizen, bearbeitet an diesem Tag", - "promoted_attributes": "Hervorgehobene Attribute" - }, - "search_result": { - "no_notes_found": "Es wurden keine Notizen mit den angegebenen Suchparametern gefunden.", - "search_not_executed": "Die Suche wurde noch nicht ausgeführt. Klicke oben auf „Suchen“, um die Ergebnisse anzuzeigen." - }, - "spacer": { - "configure_launchbar": "Starterleiste konfigurieren" - }, - "sql_result": { - "no_rows": "Es wurden keine Zeilen für diese Abfrage zurückgegeben", - "not_executed": "Die Abfrage wurde noch nicht ausgeführt.", - "failed": "SQL-Abfrage ist fehlgeschlagen", - "execute_now": "Jetzt ausführen", - "statement_result": "Abfrageergebnis" - }, - "sql_table_schemas": { - "tables": "Tabellen" - }, - "tab_row": { - "close_tab": "Tab schließen", - "add_new_tab": "Neuen Tab hinzufügen", - "close": "Schließen", - "close_other_tabs": "Andere Tabs schließen", - "close_right_tabs": "Tabs rechts schließen", - "close_all_tabs": "Alle Tabs schließen", - "reopen_last_tab": "Zuletzt geschlossenen Tab erneut öffnen", - "move_tab_to_new_window": "Tab in neues Fenster verschieben", - "copy_tab_to_new_window": "Tab in neues Fenster kopieren", - "new_tab": "Neuer Tab" - }, - "toc": { - "table_of_contents": "Inhaltsverzeichnis", - "options": "Optionen", - "no_headings": "Keine Überschriften." - }, - "watched_file_update_status": { - "file_last_modified": "Datei wurde zuletzt geändert am .", - "upload_modified_file": "Modifizierte Datei hochladen", - "ignore_this_change": "Diese Änderung ignorieren" - }, - "app_context": { - "please_wait_for_save": "Bitte warte ein paar Sekunden, bis das Speichern abgeschlossen ist, und versuche es dann erneut." - }, - "note_create": { - "duplicated": "Notiz ‚{{title}}‘ wurde dupliziert." - }, - "image": { - "copied-to-clipboard": "Ein Verweis auf das Bild wurde in die Zwischenablage kopiert. Dieser kann in eine beliebige Textnotiz eingefügt werden.", - "cannot-copy": "Das Bild konnte nicht in die Zwischenablage kopiert werden." - }, - "clipboard": { - "cut": "Notiz(en) wurden in die Zwischenablage ausgeschnitten.", - "copied": "Notiz(en) wurden in die Zwischenablage kopiert.", - "copy_failed": "Speichern in Zwischenablage aufgrund von Berechtigungsproblemen gescheitert.", - "copy_success": "In Zwischenablage kopiert." - }, - "entrypoints": { - "note-revision-created": "Notizrevision wurde erstellt.", - "note-executed": "Notiz wurde ausgeführt.", - "sql-error": "Fehler bei der Ausführung der SQL-Abfrage: {{message}}" - }, - "branches": { - "cannot-move-notes-here": "Notizen können hier nicht verschoben werden.", - "delete-status": "Löschstatus", - "delete-notes-in-progress": "Löschen von Notizen in Bearbeitung: {{count}}", - "delete-finished-successfully": "Löschen erfolgreich abgeschlossen.", - "undeleting-notes-in-progress": "Wiederherstellen von Notizen in Bearbeitung: {{count}}", - "undeleting-notes-finished-successfully": "Wiederherstellen von Notizen erfolgreich abgeschlossen." - }, - "frontend_script_api": { - "async_warning": "Du übergibst eine asynchrone Funktion an `api.runOnBackend()`, was wahrscheinlich nicht wie beabsichtigt funktioniert.\\nEntweder mach die Funktion synchron (indem du das `async`-Schlüsselwort entfernst) oder benutze `api.runAsyncOnBackendWithManualTransactionHandling()`.", - "sync_warning": "Du übergibst eine synchrone Funktion an `api.runAsyncOnBackendWithManualTransactionHandling()`,\\nobwohl du wahrscheinlich `api.runOnBackend()` verwenden solltest." - }, - "ws": { - "sync-check-failed": "Synchronisationsprüfung fehlgeschlagen!", - "consistency-checks-failed": "Konsistenzprüfung fehlgeschlagen! Siehe Logs für Details.", - "encountered-error": "Fehler „{{message}}“ aufgetreten, siehe Konsole für Details.", - "lost-websocket-connection-title": "Verbindung zum Server verloren", - "lost-websocket-connection-message": "Überprüfe die Konfiguration des Reverse-Proxys (z. B. nginx oder Apache), um sicherzustellen, dass WebSocket-Verbindungen zugelassen und nicht blockiert werden." - }, - "hoisted_note": { - "confirm_unhoisting": "Die angeforderte Notiz ‚{{requestedNote}}‘ befindet sich außerhalb des hoisted Bereichs der Notiz ‚{{hoistedNote}}‘. Du musst sie unhoisten, um auf die Notiz zuzugreifen. Möchtest du mit dem Unhoisting fortfahren?" - }, - "launcher_context_menu": { - "reset_launcher_confirm": "Möchtest du „{{title}}“ wirklich zurücksetzen? Alle Daten / Einstellungen in dieser Notiz (und ihren Unternotizen) gehen verloren und der Starter wird an seinen ursprünglichen Standort zurückgesetzt.", - "add-note-launcher": "Notiz-Starter hinzufügen", - "add-script-launcher": "Skript-Starter hinzufügen", - "add-custom-widget": "Benutzerdefiniertes Widget hinzufügen", - "add-spacer": "Abstandhalter hinzufügen", - "delete": "Löschen ", - "reset": "Zurücksetzen", - "move-to-visible-launchers": "Zu sichtbaren Startern verschieben", - "move-to-available-launchers": "Zu verfügbaren Startern verschieben", - "duplicate-launcher": "Starter duplizieren " - }, - "highlighting": { - "description": "Steuert die Syntaxhervorhebung für Codeblöcke in Textnotizen, Code-Notizen sind nicht betroffen.", - "color-scheme": "Farbschema", - "title": "Code-Blöcke" - }, - "code_block": { - "word_wrapping": "Wortumbruch", - "theme_none": "Keine Syntaxhervorhebung", - "theme_group_light": "Helle Themen", - "theme_group_dark": "Dunkle Themen", - "copy_title": "Kopiere in Zwischenablage" - }, - "classic_editor_toolbar": { - "title": "Format" - }, - "editor": { - "title": "Editor" - }, - "editing": { - "editor_type": { - "label": "Format Toolbar", - "floating": { - "title": "Schwebend", - "description": "Werkzeuge erscheinen in Cursornähe;" - }, - "fixed": { - "title": "Fixiert", - "description": "Werkzeuge erscheinen im \"Format\" Tab." - }, - "multiline-toolbar": "Toolbar wenn nötig in mehreren Zeilen darstellen." + "confirm": { + "confirmation": "Bestätigung", + "cancel": "Abbrechen", + "ok": "OK", + "are_you_sure_remove_note": "Bist du sicher, dass du \"{{title}}\" von der Beziehungskarte entfernen möchten? ", + "if_you_dont_check": "Wenn du dies nicht aktivierst, wird die Notiz nur aus der Beziehungskarte entfernt.", + "also_delete_note": "Auch die Notiz löschen" + }, + "delete_notes": { + "delete_notes_preview": "Vorschau der Notizen löschen", + "close": "Schließen", + "delete_all_clones_description": "auch alle Klone löschen (kann bei letzte Änderungen rückgängig gemacht werden)", + "erase_notes_description": "Beim normalen (vorläufigen) Löschen werden die Notizen nur als gelöscht markiert und sie können innerhalb eines bestimmten Zeitraums (im Dialogfeld „Letzte Änderungen“) wiederhergestellt werden. Wenn du diese Option aktivierst, werden die Notizen sofort gelöscht und es ist nicht möglich, die Notizen wiederherzustellen.", + "erase_notes_warning": "Notizen dauerhaft löschen (kann nicht rückgängig gemacht werden), einschließlich aller Klone. Dadurch wird ein Neuladen der Anwendung erzwungen.", + "notes_to_be_deleted": "Folgende Notizen werden gelöscht ({{notesCount}})", + "no_note_to_delete": "Es werden keine Notizen gelöscht (nur Klone).", + "broken_relations_to_be_deleted": "Folgende Beziehungen werden gelöst und gelöscht ({{ relationCount}})", + "cancel": "Abbrechen", + "ok": "OK", + "deleted_relation_text": "Notiz {{- note}} (soll gelöscht werden) wird von Beziehung {{- relation}} ausgehend von {{- source}} referenziert." + }, + "export": { + "export_note_title": "Notiz exportieren", + "close": "Schließen", + "export_type_subtree": "Diese Notiz und alle ihre Unternotizen", + "format_html": "HTML - empfohlen, da dadurch alle Formatierungen erhalten bleiben", + "format_html_zip": "HTML im ZIP-Archiv – dies wird empfohlen, da dadurch die gesamte Formatierung erhalten bleibt.", + "format_markdown": "Markdown – dadurch bleiben die meisten Formatierungen erhalten.", + "format_opml": "OPML – Outliner-Austauschformat nur für Text. Formatierungen, Bilder und Dateien sind nicht enthalten.", + "opml_version_1": "OPML v1.0 – nur Klartext", + "opml_version_2": "OPML v2.0 – erlaubt auch HTML", + "export_type_single": "Nur diese Notiz ohne ihre Unternotizen", + "export": "Export", + "choose_export_type": "Bitte wähle zuerst den Exporttypen aus", + "export_status": "Exportstatus", + "export_in_progress": "Export läuft: {{progressCount}}", + "export_finished_successfully": "Der Export wurde erfolgreich abgeschlossen.", + "format_pdf": "PDF - für Ausdrucke oder Teilen.", + "share-format": "HTML für die Web-Veröffentlichung – verwendet dasselbe Theme wie bei freigegebenen Notizen, kann jedoch als statische Website veröffentlicht werden." + }, + "help": { + "noteNavigation": "Notiz Navigation", + "goUpDown": "In der Liste der Notizen nach oben/unten gehen", + "collapseExpand": "Knoten reduzieren/erweitern", + "notSet": "nicht eingestellt", + "goBackForwards": "in der Historie zurück/vorwärts gehen", + "showJumpToNoteDialog": "zeige \"Springe zu\" dialog", + "scrollToActiveNote": "Scrolle zur aktiven Notiz", + "jumpToParentNote": "Zur übergeordneten Notiz springen", + "collapseWholeTree": "Reduziere den gesamten Notizbaum", + "collapseSubTree": "Zweig einklappen", + "tabShortcuts": "Tab-Tastenkürzel", + "newTabNoteLink": "auf den Notizlink öffnet die Notiz in einem neuen Tab", + "onlyInDesktop": "Nur im Desktop (Electron Build)", + "openEmptyTab": "Leeren Tab öffnen", + "closeActiveTab": "Aktiven Tab schließen", + "activateNextTab": "Nächsten Tab aktivieren", + "activatePreviousTab": "Vorherigen Tab aktivieren", + "creatingNotes": "Notizen erstellen", + "createNoteAfter": "Erstelle eine neue Notiz nach der aktiven Notiz", + "createNoteInto": "Neue Unternotiz in aktive Notiz erstellen", + "editBranchPrefix": "bearbeite Präfix vom aktiven Notizklon", + "movingCloningNotes": "Notizen verschieben/klonen", + "moveNoteUpDown": "Notiz in der Notizenliste nach oben/unten verschieben", + "moveNoteUpHierarchy": "Verschiebe die Notiz in der Hierarchie nach oben", + "multiSelectNote": "Mehrfachauswahl von Notizen oben/unten", + "selectAllNotes": "Wähle alle Notizen in der aktuellen Ebene aus", + "selectNote": "Notiz auswählen", + "copyNotes": "Kopiere aktive Notiz (oder aktuelle Auswahl) in den Zwischenspeicher (wird genutzt für Klonen)", + "cutNotes": "Aktuelle Notiz (oder aktuelle Auswahl) in die Zwischenablage ausschneiden (wird zum Verschieben von Notizen verwendet)", + "pasteNotes": "Notiz(en) als Unternotiz in die aktive Notiz einfügen (entweder verschieben oder klonen, je nachdem, ob sie kopiert oder in die Zwischenablag e ausgeschnitten wurde)", + "deleteNotes": "Notiz / Unterbaum löschen", + "editingNotes": "Notizen bearbeiten", + "editNoteTitle": "Im Baumbereich wird vom Baumbereich zum Notiztitel gewechselt. Beim Druck auf Eingabe im Notiztitel, wechselt der Fokus zum Texteditor. Strg+. wechselt vom Editor zurück zum Baumbereich.", + "createEditLink": "Externen Link erstellen/bearbeiten", + "createInternalLink": "Internen Link erstellen", + "followLink": "Folge dem Link unter dem Cursor", + "insertDateTime": "Gebe das aktuelle Datum und die aktuelle Uhrzeit an der Einfügemarke ein", + "jumpToTreePane": "Springe zum Baumbereich und scrolle zur aktiven Notiz", + "markdownAutoformat": "Markdown-ähnliche Autoformatierung", + "headings": "##, ###, #### usw. gefolgt von Platz für Überschriften", + "bulletList": "* oder - gefolgt von Leerzeichen für Aufzählungsliste", + "numberedList": "1. oder 1) gefolgt von Leerzeichen für nummerierte Liste", + "blockQuote": "Beginne eine Zeile mit > gefolgt von einem Leerzeichen für Blockzitate", + "troubleshooting": "Fehlerbehebung", + "reloadFrontend": "Trilium-Frontend neuladen", + "showDevTools": "Entwicklertools anzeigen", + "showSQLConsole": "SQL-Konsole anzeigen", + "other": "Andere", + "quickSearch": "Fokus auf schnelle Sucheingabe", + "inPageSearch": "Auf-der-Seite-Suche", + "newTabWithActivationNoteLink": "auf einen Notiz-Link öffnet und aktiviert die Notiz in einem neuen Tab", + "title": "Spickzettel", + "editShortcuts": "Tastenkürzel bearbeiten" + }, + "import": { + "importIntoNote": "In Notiz importieren", + "chooseImportFile": "Wähle Importdatei aus", + "importDescription": "Der Inhalt der ausgewählten Datei(en) wird als untergeordnete Notiz(en) importiert", + "options": "Optionen", + "safeImportTooltip": "Trilium .zip-Exportdateien können ausführbare Skripte enthalten, die möglicherweise schädliches Verhalten aufweisen. Der sichere Import deaktiviert die automatische Ausführung aller importierten Skripte. Deaktiviere 'Sicherer Import' nur, wenn das importierte Archiv ausführbare Skripte enthalten soll und du dem Inhalt der Importdatei vollständig vertraust.", + "safeImport": "Sicherer Import", + "explodeArchivesTooltip": "Wenn dies aktiviert ist, liest Trilium die Dateien .zip, .enex und .opml und erstellt Notizen aus Dateien in diesen Archiven. Wenn diese Option deaktiviert ist, hängt Trilium die Archive selbst an die Notiz an.", + "explodeArchives": "Lese den Inhalt der Archive .zip, .enex und .opml.", + "shrinkImagesTooltip": "

Wenn du diese Option aktivierst, versucht Trilium, die importierten Bilder durch Skalierung und Optimierung zu verkleinern, was sich auf die wahrgenommene Bildqualität auswirken kann. Wenn diese Option deaktiviert ist, werden Bilder ohne Änderungen importiert.

Dies gilt nicht für .zip-Importe mit Metadaten, da davon ausgegangen wird, dass diese Dateien bereits optimiert sind.

", + "shrinkImages": "Bilder verkleinern", + "textImportedAsText": "Importiere HTML, Markdown und TXT als Textnotizen, wenn die Metadaten unklar sind", + "codeImportedAsCode": "Importiere erkannte Codedateien (z. B. .json) als Codenotizen, wenn die Metadaten unklar sind", + "replaceUnderscoresWithSpaces": "Ersetze Unterstriche in importierten Notiznamen durch Leerzeichen", + "import": "Import", + "failed": "Import fehlgeschlagen: {{message}}.", + "html_import_tags": { + "title": "HTML Tag Import", + "description": "Festlegen, welche HTML tags beim Import von Notizen beibehalten werden sollen. Tags, die nicht in dieser Liste stehen, werden beim Import entfernt. Einige tags (wie bspw. 'script') werden aus Sicherheitsgründen immer entfernt.", + "placeholder": "HTML tags eintragen, pro Zeile nur einer pro Zeile", + "reset_button": "Zur Standardliste zurücksetzen" + }, + "import-status": "Importstatus", + "in-progress": "Import läuft: {{progress}}", + "successful": "Import erfolgreich abgeschlossen.", + "importZipRecommendation": "Beim Import einer ZIP-Datei wird die Notizhierarchie aus der Ordnerstruktur im Archiv übernommen." + }, + "include_note": { + "dialog_title": "Notiz beifügen", + "label_note": "Notiz", + "placeholder_search": "Suche nach einer Notiz anhand ihres Namens", + "box_size_prompt": "Kartongröße des beigelegten Zettels:", + "box_size_small": "klein (~ 10 Zeilen)", + "box_size_medium": "mittel (~ 30 Zeilen)", + "box_size_full": "vollständig (Feld zeigt vollständigen Text)", + "button_include": "Notiz beifügen" + }, + "info": { + "modalTitle": "Infonachricht", + "closeButton": "Schließen", + "okButton": "OK", + "copy_to_clipboard": "In Zwischenablage kopieren" + }, + "jump_to_note": { + "search_button": "Suche im Volltext", + "search_placeholder": "Suche nach Notiz anhand ihres Titels oder gib > ein für Kommandos..." + }, + "markdown_import": { + "dialog_title": "Markdown-Import", + "modal_body_text": "Aufgrund der Browser-Sandbox ist es nicht möglich, die Zwischenablage direkt aus JavaScript zu lesen. Bitte füge den zu importierenden Markdown in den Textbereich unten ein und klicke auf die Schaltfläche „Importieren“", + "import_button": "Importieren", + "import_success": "Markdown-Inhalt wurde in das Dokument importiert." + }, + "move_to": { + "dialog_title": "Notizen verschieben nach ...", + "notes_to_move": "Notizen zum Verschieben", + "target_parent_note": "Übergeordnete Notiz bestimmen", + "search_placeholder": "Suche nach einer Notiz anhand ihres Namens", + "move_button": "Zur ausgewählten Notiz wechseln", + "error_no_path": "Kein Weg, auf den man sich bewegen kann.", + "move_success_message": "Ausgewählte Notizen wurden verschoben in " + }, + "note_type_chooser": { + "modal_title": "Wähle den Notiztyp aus", + "modal_body": "Wähle den Notiztyp / die Vorlage der neuen Notiz:", + "templates": "Vorlagen", + "change_path_prompt": "Ändern wo die neue Notiz erzeugt wird:", + "search_placeholder": "Durchsuche Pfad nach Namen (Standard falls leer)", + "builtin_templates": "Eingebaute Vorlage" + }, + "password_not_set": { + "title": "Das Passwort ist nicht festgelegt", + "body1": "Geschützte Notizen werden mit einem Benutzerpasswort verschlüsselt, es wurde jedoch noch kein Passwort festgelegt.", + "body2": "Um Notizen zu schützen, klicke den unteren Button um den Optionsdialog zu öffnen und dein Passwort festzulegen.", + "go_to_password_options": "Gehe zu Passwortoptionen" + }, + "prompt": { + "title": "Eingabeaufforderung", + "ok": "OK", + "defaultTitle": "Eingabeaufforderung" + }, + "protected_session_password": { + "modal_title": "Geschützte Sitzung", + "help_title": "Hilfe zu geschützten Notizen", + "close_label": "Schließen", + "form_label": "Um mit der angeforderten Aktion fortzufahren, musst du eine geschützte Sitzung starten, indem du ein Passwort eingibst:", + "start_button": "Geschützte Sitzung starten" + }, + "recent_changes": { + "title": "Aktuelle Änderungen", + "erase_notes_button": "Jetzt gelöschte Notizen löschen", + "deleted_notes_message": "Gelöschte Notizen wurden gelöscht.", + "no_changes_message": "Noch keine Änderungen...", + "undelete_link": "Wiederherstellen", + "confirm_undelete": "Möchten Sie diese Notiz und ihre Unternotizen wiederherstellen?" + }, + "revisions": { + "note_revisions": "Notizrevisionen", + "delete_all_revisions": "Lösche alle Revisionen dieser Notiz", + "delete_all_button": "Alle Revisionen löschen", + "help_title": "Hilfe zu Notizrevisionen", + "confirm_delete_all": "Möchtest du alle Revisionen dieser Notiz löschen?", + "no_revisions": "Für diese Notiz gibt es noch keine Revisionen...", + "confirm_restore": "Möchtest du diese Revision wiederherstellen? Dadurch werden der aktuelle Titel und Inhalt der Notiz mit dieser Revision überschrieben.", + "confirm_delete": "Möchtest du diese Revision löschen?", + "revisions_deleted": "Notizrevisionen wurden gelöscht.", + "revision_restored": "Die Notizrevision wurde wiederhergestellt.", + "revision_deleted": "Notizrevision wurde gelöscht.", + "snapshot_interval": "Notizrevisionen-Snapshot Intervall: {{seconds}}s.", + "maximum_revisions": "Maximale Revisionen für aktuelle Notiz: {{number}}.", + "settings": "Einstellungen für Notizrevisionen", + "download_button": "Herunterladen", + "mime": "MIME: ", + "file_size": "Dateigröße:", + "preview_not_available": "Für diesen Notiztyp ist keine Vorschau verfügbar.", + "restore_button": "Wiederherstellen", + "delete_button": "Löschen", + "diff_on": "Zeige Differenz", + "diff_off": "Zeige Inhalt", + "diff_on_hint": "Klicke, um die Differenz des Notiz-Quellcodes zu zeigen", + "diff_off_hint": "Klicke, um den Notizinhalt zu zeigen", + "diff_not_available": "Differenz-Abgleich ist nicht verfügbar." + }, + "sort_child_notes": { + "sort_children_by": "Unternotizen sortieren nach...", + "sorting_criteria": "Sortierkriterien", + "title": "Titel", + "date_created": "Erstellungsdatum", + "date_modified": "Änderungsdatum", + "sorting_direction": "Sortierrichtung", + "ascending": "aufsteigend", + "descending": "absteigend", + "folders": "Ordner", + "sort_folders_at_top": "Ordne die Ordner oben", + "natural_sort": "Natürliche Sortierung", + "sort_with_respect_to_different_character_sorting": "Sortierung im Hinblick auf unterschiedliche Sortier- und Sortierregeln für Zeichen in verschiedenen Sprachen oder Regionen.", + "natural_sort_language": "Natürliche Sortiersprache", + "the_language_code_for_natural_sort": "Der Sprachcode für die natürliche Sortierung, z. B. \"de-DE\" für Deutsch.", + "sort": "Sortieren" + }, + "upload_attachments": { + "upload_attachments_to_note": "Lade Anhänge zur Notiz hoch", + "choose_files": "Wähle Dateien aus", + "files_will_be_uploaded": "Dateien werden als Anhänge in hochgeladen {{noteTitle}}", + "options": "Optionen", + "shrink_images": "Bilder verkleinern", + "upload": "Hochladen", + "tooltip": "Wenn du diese Option aktivieren, versucht Trilium, die hochgeladenen Bilder durch Skalierung und Optimierung zu verkleinern, was sich auf die wahrgenommene Bildqualität auswirken kann. Wenn diese Option deaktiviert ist, werden die Bilder ohne Änderungen hochgeladen." + }, + "attribute_detail": { + "attr_detail_title": "Attributdetailtitel", + "close_button_title": "Änderungen verwerfen und schließen", + "attr_is_owned_by": "Das Attribut ist Eigentum von", + "attr_name_title": "Der Attributname darf nur aus alphanumerischen Zeichen, Doppelpunkten und Unterstrichen bestehen", + "name": "Name", + "value": "Wert", + "target_note_title": "Eine Beziehung ist eine benannte Verbindung zwischen Quellnotiz und Zielnotiz.", + "target_note": "Zielnotiz", + "promoted_title": "Das heraufgestufte Attribut wird deutlich in der Notiz angezeigt.", + "promoted": "Hervorgehoben", + "promoted_alias_title": "Der Name, der in der Benutzeroberfläche für hervorgehobene Attribute angezeigt werden soll.", + "promoted_alias": "Alias", + "multiplicity_title": "Multiplizität definiert, wie viele Attribute mit demselben Namen erstellt werden können – maximal 1 oder mehr als 1.", + "multiplicity": "Vielzahl", + "single_value": "Einzelwert", + "multi_value": "Mehrfachwert", + "label_type_title": "Der Etikettentyp hilft Trilium bei der Auswahl einer geeigneten Schnittstelle zur Eingabe des Etikettenwerts.", + "label_type": "Typ", + "text": "Text", + "number": "Nummer", + "boolean": "Boolescher Wert", + "date": "Datum", + "date_time": "Datum und Uhrzeit", + "time": "Uhrzeit", + "url": "URL", + "precision_title": "Wie viele Nachkommastellen im Wert-Einstellungs-Interface verfügbar sein sollen.", + "precision": "Präzision", + "digits": "Ziffern", + "inverse_relation_title": "Optionale Einstellung, um zu definieren, zu welcher Beziehung diese entgegengesetzt ist. Beispiel: Vater – Sohn stehen in umgekehrter Beziehung zueinander.", + "inverse_relation": "Inverse Beziehung", + "inheritable_title": "Das vererbbare Attribut wird an alle Nachkommen unter diesem Baum vererbt.", + "inheritable": "Vererbbar", + "save_and_close": "Speichern und schließen Strg+Eingabetaste", + "delete": "Löschen", + "related_notes_title": "Weitere Notizen mit diesem Label", + "more_notes": "Weitere Notizen", + "label": "Labeldetail", + "label_definition": "Details zur Labeldefinition", + "relation": "Beziehungsdetails", + "relation_definition": "Details zur Beziehungsdefinition", + "disable_versioning": "deaktiviert die automatische Versionierung. Nützlich z.B. große, aber unwichtige Notizen – z.B. große JS-Bibliotheken, die für die Skripterstellung verwendet werden", + "calendar_root": "Markiert eine Notiz, die als Basis für Tagesnotizen verwendet werden soll. Nur einer sollte als solcher gekennzeichnet sein.", + "archived": "Notizen mit dieser Bezeichnung werden standardmäßig nicht in den Suchergebnissen angezeigt (auch nicht in den Dialogen „Springen zu“, „Link hinzufügen“ usw.).", + "exclude_from_export": "Notizen (mit ihrem Unterbaum) werden nicht im Notizexport inkludiert", + "run": "Definiert, bei welchen Ereignissen das Skript ausgeführt werden soll. Mögliche Werte sind:\n
    \n
  • frontendStartup - wenn das Trilium-Frontend startet (oder aktualisiert wird), außer auf mobilen Geräten.
  • \n
  • mobileStartup - wenn das Trilium-Frontend auf einem mobilen Gerät startet (oder aktualisiert wird).
  • \n
  • backendStartup - wenn das Trilium-Backend startet
  • \n
  • hourly - einmal pro Stunde ausführen. Du kannst das zusätzliche Label runAtHour verwenden, um die genaue Stunde festzulegen.
  • \n
  • daily - einmal pro Tag ausführen
  • \n
", + "run_on_instance": "Definiere, auf welcher Trilium-Instanz dies ausgeführt werden soll. Standardmäßig alle Instanzen.", + "run_at_hour": "Zu welcher Stunde soll das laufen? Sollte zusammen mit #runu003dhourly verwendet werden. Kann für mehr Läufe im Laufe des Tages mehrfach definiert werden.", + "disable_inclusion": "Skripte mit dieser Bezeichnung werden nicht in die Ausführung des übergeordneten Skripts einbezogen.", + "sorted": "Hält untergeordnete Notizen alphabetisch nach Titel sortiert", + "sort_direction": "ASC (Standard) oder DESC", + "sort_folders_first": "Ordner (Notizen mit Unternotizen) sollten oben sortiert werden", + "top": "Behalte die angegebene Notiz oben in der übergeordneten Notiz (gilt nur für sortierte übergeordnete Notizen)", + "hide_promoted_attributes": "Hervorgehobene Attribute für diese Notiz ausblenden", + "read_only": "Der Editor befindet sich im schreibgeschützten Modus. Funktioniert nur für Text- und Codenotizen.", + "auto_read_only_disabled": "Text-/Codenotizen können automatisch in den Lesemodus versetzt werden, wenn sie zu groß sind. Du kannst dieses Verhalten für jede einzelne Notiz deaktivieren, indem du diese Beschriftung zur Notiz hinzufügst", + "app_css": "markiert CSS-Notizen, die in die Trilium-Anwendung geladen werden und somit zur Änderung des Aussehens von Trilium verwendet werden können.", + "app_theme": "markiert CSS-Notizen, die vollständige Trilium-Themen sind und daher in den Trilium-Optionen verfügbar sind.", + "app_theme_base": "markiert Notiz als \"nächste\" in der Reihe für ein Trilium-Theme als Grundlage für ein Custom-Theme. Ersetzt damit das Standard Theme.", + "css_class": "Der Wert dieser Bezeichnung wird dann als CSS-Klasse dem Knoten hinzugefügt, der die angegebene Notiz im Baum darstellt. Dies kann für fortgeschrittene Themen nützlich sein. Kann in Vorlagennotizen verwendet werden.", + "icon_class": "Der Wert dieser Bezeichnung wird als CSS-Klasse zum Symbol im Baum hinzugefügt, was dabei helfen kann, die Notizen im Baum visuell zu unterscheiden. Beispiel könnte bx bx-home sein – Symbole werden von Boxicons übernommen. Kann in Vorlagennotizen verwendet werden.", + "page_size": "Anzahl der Elemente pro Seite in der Notizliste", + "custom_request_handler": "siehe Custom request handler", + "custom_resource_provider": "siehe Custom request handler", + "widget": "Markiert diese Notiz als benutzerdefiniertes Widget, das dem Trilium-Komponentenbaum hinzugefügt wird", + "workspace": "Markiert diese Notiz als Arbeitsbereich, der ein einfaches Heben ermöglicht", + "workspace_icon_class": "Definiert die CSS-Klasse des Boxsymbols, die im Tab verwendet wird, wenn es zu dieser Notiz gehoben wird", + "workspace_tab_background_color": "CSS-Farbe, die in der Registerkarte „Notiz“ verwendet wird, wenn sie auf diese Notiz hochgezogen wird", + "workspace_calendar_root": "Definiert den Kalenderstamm pro Arbeitsbereich", + "workspace_template": "Diese Notiz wird beim Erstellen einer neuen Notiz in der Auswahl der verfügbaren Vorlage angezeigt, jedoch nur, wenn sie in einen Arbeitsbereich verschoben wird, der diese Vorlage enthält", + "search_home": "Neue Suchnotizen werden als untergeordnete Elemente dieser Notiz erstellt", + "workspace_search_home": "Neue Suchnotizen werden als untergeordnete Elemente dieser Notiz erstellt, wenn sie zu einem Vorgänger dieser Arbeitsbereichsnotiz verschoben werden", + "inbox": "Standard-Inbox-Position für neue Notizen – wenn du eine Notiz über den \"Neue Notiz\"-Button in der Seitenleiste erstellst, wird die Notiz als untergeordnete Notiz der Notiz erstellt, die mit dem #inbox-Label markiert ist.", + "workspace_inbox": "Standard-Posteingangsspeicherort für neue Notizen, wenn sie zu einem Vorgänger dieser Arbeitsbereichsnotiz verschoben werden", + "sql_console_home": "Standardspeicherort der SQL-Konsolennotizen", + "bookmark_folder": "Notizen mit dieser Bezeichnung werden in den Lesezeichen als Ordner angezeigt (und ermöglichen den Zugriff auf ihre untergeordneten Ordner)", + "share_hidden_from_tree": "Diese Notiz ist im linken Navigationsbaum ausgeblendet, kann aber weiterhin über ihre URL aufgerufen werden", + "share_external_link": "Die Notiz dient als Link zu einer externen Website im Freigabebaum", + "share_alias": "Lege einen Alias fest, mit dem die Notiz unter https://your_trilium_host/share/[dein_alias] verfügbar sein wird", + "share_omit_default_css": "Das Standard-CSS für die Freigabeseite wird weggelassen. Verwende es, wenn du umfangreiche Stylingänderungen vornimmst.", + "share_root": "Markiert eine Notiz, die im /share-Root bereitgestellt wird.", + "share_description": "Definiere Text, der dem HTML-Meta-Tag zur Beschreibung hinzugefügt werden soll", + "share_raw": "Die Notiz wird im Rohformat ohne HTML-Wrapper bereitgestellt", + "share_disallow_robot_indexing": "verbietet die Robot-Indizierung dieser Notiz über den Header X-Robots-Tag: noindex", + "share_credentials": "Für den Zugriff auf diese freigegebene Notiz sind Anmeldeinformationen erforderlich. Es wird erwartet, dass der Wert das Format „Benutzername:Passwort“ hat. Vergiss nicht, dies vererbbar zu machen, um es auf untergeordnete Notizen/Bilder anzuwenden.", + "share_index": "Eine Notiz mit dieser Bezeichnung listet alle Wurzeln gemeinsamer Notizen auf", + "display_relations": "Durch Kommas getrennte Namen der Beziehungen, die angezeigt werden sollen. Alle anderen werden ausgeblendet.", + "hide_relations": "Durch Kommas getrennte Namen von Beziehungen, die ausgeblendet werden sollen. Alle anderen werden angezeigt.", + "title_template": "Standardtitel von Notizen, die als untergeordnete Notizen dieser Notiz erstellt werden. Der Wert wird als JavaScript-String ausgewertet \n und kann daher mit dynamischen Inhalten über die injizierten now und parentNote-Variablen angereichert werden. Beispiele:\n \n
    \n
  • ${parentNote.getLabelValue('authorName')}'s literarische Werke
  • \n
  • Logbuch für ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n Siehe Wiki mit Details, API-Dokumentation für parentNote und now für Details.", + "template": "Diese Notiz wird beim Erstellen einer neuen Notiz in der Auswahl der verfügbaren Vorlage angezeigt", + "toc": "#toc oder #tocu003dshow erzwingen die Anzeige des Inhaltsverzeichnisses, #tocu003dhide erzwingt das Ausblenden. Wenn die Bezeichnung nicht vorhanden ist, wird die globale Einstellung beachtet", + "color": "Definiert die Farbe der Notiz im Notizbaum, in Links usw. Verwende einen beliebigen gültigen CSS-Farbwert wie „rot“ oder #a13d5f", + "keyboard_shortcut": "Definiert eine Tastenkombination, die sofort zu dieser Notiz springt. Beispiel: „Strg+Alt+E“. Erfordert ein Neuladen des Frontends, damit die Änderung wirksam wird.", + "keep_current_hoisting": "Das Öffnen dieses Links ändert das Hochziehen nicht, selbst wenn die Notiz im aktuell hochgezogenen Zweig nicht angezeigt werden kann.", + "execute_button": "Titel der Schaltfläche, welche die aktuelle Codenotiz ausführt", + "execute_description": "Längere Beschreibung der aktuellen Codenotiz, die zusammen mit der Schaltfläche „Ausführen“ angezeigt wird", + "exclude_from_note_map": "Notizen mit dieser Bezeichnung werden in der Notizenkarte ausgeblendet", + "new_notes_on_top": "Neue Notizen werden oben in der übergeordneten Notiz erstellt, nicht unten.", + "hide_highlight_widget": "Widget „Markierungsliste“ ausblenden", + "run_on_note_creation": "Wird ausgeführt, wenn eine Notiz im Backend erstellt wird. Verwende diese Beziehung, wenn du das Skript für alle Notizen ausführen möchtest, die unter einem bestimmten Zweig erstellt wurden. Erstelle es in diesem Fall auf der Stammnotiz und mache es vererbbar. Eine neue Notiz, die innerhalb des Zweigs (beliebige Tiefe) erstellt wird, löst das Skript aus.", + "run_on_child_note_creation": "Wird ausgeführt, wenn eine neue Notiz unter der Notiz erstellt wird, in der diese Beziehung definiert ist", + "run_on_note_title_change": "Wird ausgeführt, wenn der Notiztitel geändert wird (einschließlich der Notizerstellung)", + "run_on_note_content_change": "Wird ausgeführt, wenn der Inhalt einer Notiz geändert wird (einschließlich der Erstellung von Notizen).", + "run_on_note_change": "Wird ausgeführt, wenn eine Notiz geändert wird (einschließlich der Erstellung von Notizen). Enthält keine Inhaltsänderungen", + "run_on_note_deletion": "Wird ausgeführt, wenn eine Notiz gelöscht wird", + "run_on_branch_creation": "wird ausgeführt, wenn ein Zweig erstellt wird. Der Zweig ist eine Verbindung zwischen der übergeordneten Notiz und der untergeordneten Notiz und wird z. B. erstellt. beim Klonen oder Verschieben von Notizen.", + "run_on_branch_change": "wird ausgeführt, wenn ein Zweig aktualisiert wird.", + "run_on_branch_deletion": "wird ausgeführt, wenn ein Zweig gelöscht wird. Der Zweig ist eine Verknüpfung zwischen der übergeordneten Notiz und der untergeordneten Notiz und wird z. B. gelöscht. beim Verschieben der Notiz (alter Zweig/Link wird gelöscht).", + "run_on_attribute_creation": "wird ausgeführt, wenn für die Notiz ein neues Attribut erstellt wird, das diese Beziehung definiert", + "run_on_attribute_change": " wird ausgeführt, wenn das Attribut einer Notiz geändert wird, die diese Beziehung definiert. Dies wird auch ausgelöst, wenn das Attribut gelöscht wird", + "relation_template": "Die Attribute der Notiz werden auch ohne eine Hierarchische-Beziehung vererbt. Der Inhalt und der Zweig werden den Instanznotizen hinzugefügt, wenn sie leer sind. Einzelheiten findest du in der Dokumentation.", + "inherit": "Die Attribute einer Notiz werden auch ohne eine Hierarchische-Beziehung vererbt. Ein ähnliches Konzept findest du unter Vorlagenbeziehung. Siehe Attributsvererbung in der Dokumentation.", + "render_note": "Notizen vom Typ \"HTML-Notiz rendern\" werden mit einer Code-Notiz (HTML oder Skript) gerendert, und es ist notwendig, über diese Beziehung anzugeben, welche Notiz gerendert werden soll", + "widget_relation": "Das Ziel dieser Beziehung wird ausgeführt und als Widget in der Seitenleiste gerendert", + "share_css": "CSS-Hinweis, der in die Freigabeseite eingefügt wird. Die CSS-Notiz muss sich ebenfalls im gemeinsamen Unterbaum befinden. Erwäge auch die Verwendung von „share_hidden_from_tree“ und „share_omit_default_css“.", + "share_js": "JavaScript-Hinweis, der in die Freigabeseite eingefügt wird. Die JS-Notiz muss sich ebenfalls im gemeinsamen Unterbaum befinden. Erwäge die Verwendung von „share_hidden_from_tree“.", + "share_template": "Eingebettete JavaScript-Notiz, die als Vorlage für die Anzeige der geteilten Notiz verwendet wird. Greift auf die Standardvorlage zurück. Erwäge die Verwendung von „share_hidden_from_tree“.", + "share_favicon": "Favicon-Notiz, die auf der freigegebenen Seite festgelegt werden soll. Normalerweise möchtest du es so einstellen, dass es Root teilt und es vererbbar macht. Die Favicon-Notiz muss sich ebenfalls im freigegebenen Unterbaum befinden. Erwäge die Verwendung von „share_hidden_from_tree“.", + "is_owned_by_note": "ist Eigentum von Note", + "other_notes_with_name": "Other notes with {{attributeType}} name \"{{attributeName}}\"", + "and_more": "... und {{count}} mehr.", + "print_landscape": "Beim Export als PDF, wird die Seitenausrichtung Querformat anstatt Hochformat verwendet.", + "print_page_size": "Beim Export als PDF, wird die Größe der Seite angepasst. Unterstützte Größen: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", + "color_type": "Farbe" + }, + "attribute_editor": { + "help_text_body1": "Um ein Label hinzuzufügen, gebe einfach z.B. ein. #rock oder wenn du auch einen Wert hinzufügen möchten, dann z.B. #year = 2024", + "help_text_body2": "Gebe für die Beziehung ~author = @ ein, woraufhin eine automatische Vervollständigung angezeigt wird, in der du die gewünschte Notiz nachschlagen kannst.", + "help_text_body3": "Alternativ kannst du Label und Beziehung über die Schaltfläche + auf der rechten Seite hinzufügen.", + "save_attributes": "Attribute speichern ", + "add_a_new_attribute": "Füge ein neues Attribut hinzu", + "add_new_label": "Füge ein neues Label hinzu ", + "add_new_relation": "Füge eine neue Beziehung hinzu ", + "add_new_label_definition": "Füge eine neue Labeldefinition hinzu", + "add_new_relation_definition": "Füge eine neue Beziehungsdefinition hinzu", + "placeholder": "Gebe die Labels und Beziehungen hier ein" + }, + "abstract_bulk_action": { + "remove_this_search_action": "Entferne diese Suchaktion" + }, + "execute_script": { + "execute_script": "Skript ausführen", + "help_text": "Du kannst einfache Skripte für die übereinstimmenden Notizen ausführen.", + "example_1": "Um beispielsweise eine Zeichenfolge an den Titel einer Notiz anzuhängen, verwende dieses kleine Skript:", + "example_2": "Ein komplexeres Beispiel wäre das Löschen aller übereinstimmenden Notizattribute:" + }, + "add_label": { + "add_label": "Etikett hinzufügen", + "label_name_placeholder": "Labelname", + "label_name_title": "Erlaubte Zeichen sind alphanumerische Zeichen, Unterstrich und Doppelpunkt.", + "to_value": "zu schätzen", + "new_value_placeholder": "neuer Wert", + "help_text": "Auf allen übereinstimmenden Notizen:", + "help_text_item1": "Erstelle ein bestimmtes Label, wenn die Notiz noch keins hat", + "help_text_item2": "oder den Wert des vorhandenen Labels ändern", + "help_text_note": "Du kannst diese Methode auch ohne Wert aufrufen. In diesem Fall wird der Notiz ein Label ohne Wert zugewiesen." + }, + "delete_label": { + "delete_label": "Label löschen", + "label_name_placeholder": "Labelname", + "label_name_title": "Erlaubte Zeichen sind alphanumerische Zeichen, Unterstrich und Doppelpunkt." + }, + "rename_label": { + "rename_label": "Label umbenennen", + "rename_label_from": "Label umbenennen von", + "old_name_placeholder": "alter Name", + "to": "zu", + "new_name_placeholder": "neuer Name", + "name_title": "Erlaubte Zeichen sind alphanumerische Zeichen, Unterstrich und Doppelpunkt." + }, + "update_label_value": { + "update_label_value": "Labelwert aktualisieren", + "label_name_placeholder": "Labelname", + "label_name_title": "Erlaubte Zeichen sind alphanumerische Zeichen, Unterstrich und Doppelpunkt.", + "to_value": "zum Wert", + "new_value_placeholder": "neuer Wert", + "help_text": "Ändere bei allen übereinstimmenden Notizen den Wert des vorhandenen Labels.", + "help_text_note": "Du kannst diese Methode auch ohne Wert aufrufen. In diesem Fall wird der Notiz ein Label ohne Wert zugewiesen." + }, + "delete_note": { + "delete_note": "Notiz löschen", + "delete_matched_notes": "Übereinstimmende Notizen löschen", + "delete_matched_notes_description": "Dadurch werden übereinstimmende Notizen gelöscht.", + "undelete_notes_instruction": "Nach dem Löschen ist es möglich, sie im Dialogfeld „Letzte Änderungen“ wiederherzustellen.", + "erase_notes_instruction": "Um Notizen dauerhaft zu löschen, geh nach der Löschung zu Optionen -> Andere und klicke auf den Button \"Gelöschte Notizen jetzt löschen\"." + }, + "delete_revisions": { + "delete_note_revisions": "Notizrevisionen löschen", + "all_past_note_revisions": "Alle früheren Notizrevisionen übereinstimmender Notizen werden gelöscht. Die Notiz selbst bleibt vollständig erhalten. Mit anderen Worten: Der Verlauf der Notiz wird entfernt." + }, + "move_note": { + "move_note": "Notiz verschieben", + "to": "nach", + "target_parent_note": "Ziel-Übergeordnetenotiz", + "on_all_matched_notes": "Auf allen übereinstimmenden Notizen", + "move_note_new_parent": "Verschiebe die Notiz in die neue übergeordnete Notiz, wenn die Notiz nur eine übergeordnete Notiz hat (d. h. der alte Zweig wird entfernt und ein neuer Zweig in die neue übergeordnete Notiz erstellt)", + "clone_note_new_parent": "Notiz auf die neue übergeordnete Notiz klonen, wenn die Notiz mehrere Klone/Zweige hat (es ist nicht klar, welcher Zweig entfernt werden soll)", + "nothing_will_happen": "Es passiert nichts, wenn die Notiz nicht zur Zielnotiz verschoben werden kann (z.B. wenn dies einen Kreislauf in der Baumstruktur erzeugen würde)" + }, + "rename_note": { + "rename_note": "Notiz umbenennen", + "rename_note_title_to": "Notiztitel umbenennen in", + "new_note_title": "neuer Notiztitel", + "click_help_icon": "Klicke rechts auf das Hilfesymbol, um alle Optionen anzuzeigen", + "evaluated_as_js_string": "Der angegebene Wert wird als JavaScript-String ausgewertet und kann somit über die injizierte note-Variable mit dynamischem Inhalt angereichert werden (Notiz wird umbenannt). Beispiele:", + "example_note": "Notiz – alle übereinstimmenden Notizen werden in „Notiz“ umbenannt", + "example_new_title": "NEU: ${note.title} – Übereinstimmende Notiztitel erhalten das Präfix „NEU:“", + "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} – übereinstimmende Notizen werden mit dem Erstellungsmonat und -datum der Notiz vorangestellt", + "api_docs": "Siehe API-Dokumente für Notiz und seinen dateCreatedObj / utcDateCreatedObj properties für Details." + }, + "add_relation": { + "add_relation": "Beziehung hinzufügen", + "relation_name": "Beziehungsname", + "allowed_characters": "Erlaubte Zeichen sind alphanumerische Zeichen, Unterstrich und Doppelpunkt.", + "to": "zu", + "target_note": "Zielnotiz", + "create_relation_on_all_matched_notes": "Erstelle für alle übereinstimmenden Notizen eine bestimmte Beziehung." + }, + "delete_relation": { + "delete_relation": "Beziehung löschen", + "relation_name": "Beziehungsname", + "allowed_characters": "Erlaubte Zeichen sind alphanumerische Zeichen, Unterstrich und Doppelpunkt." + }, + "rename_relation": { + "rename_relation": "Beziehung umbenennen", + "rename_relation_from": "Beziehung umbenennen von", + "old_name": "alter Name", + "to": "zu", + "new_name": "neuer Name", + "allowed_characters": "Erlaubte Zeichen sind alphanumerische Zeichen, Unterstrich und Doppelpunkt." + }, + "update_relation_target": { + "update_relation": "Beziehung aktualisieren", + "relation_name": "Beziehungsname", + "allowed_characters": "Erlaubte Zeichen sind alphanumerische Zeichen, Unterstrich und Doppelpunkt.", + "to": "zu", + "target_note": "Zielnotiz", + "on_all_matched_notes": "Auf allen übereinstimmenden Notizen", + "change_target_note": "oder ändere die Zielnotiz der bestehenden Beziehung", + "update_relation_target": "Beziehungsziel aktualisieren" + }, + "attachments_actions": { + "open_externally": "Extern öffnen", + "open_externally_title": "Die Datei wird in einer externen Anwendung geöffnet und auf Änderungen überwacht. Anschließend kannst du die geänderte Version wieder auf Trilium hochladen.", + "open_custom": "Benutzerdefiniert öffnen", + "open_custom_title": "Die Datei wird in einer externen Anwendung geöffnet und auf Änderungen überwacht. Anschließend kannst du die geänderte Version wieder auf Trilium hochladen.", + "download": "Herunterladen", + "rename_attachment": "Anhang umbenennen", + "upload_new_revision": "Neue Revision hochladen", + "copy_link_to_clipboard": "Link in die Zwischenablage kopieren", + "convert_attachment_into_note": "Anhang in Notiz umwandeln", + "delete_attachment": "Anhang löschen", + "upload_success": "Eine neue Revision des Anhangs wurde hochgeladen.", + "upload_failed": "Das Hochladen einer neuen Anhangrevision ist fehlgeschlagen.", + "open_externally_detail_page": "Das externe Öffnen des Anhangs ist nur auf der Detailseite möglich. Klicke bitte zuerst auf Details des Anhangs und wiederhole den Vorgang.", + "open_custom_client_only": "Das benutzerdefinierte Öffnen von Anhängen kann nur über den Desktop-Client erfolgen.", + "delete_confirm": "Bist du sicher, dass du den Anhang „{{title}}“ löschen möchtest?", + "delete_success": "Anhang „{{title}}“ wurde gelöscht.", + "convert_confirm": "Bist du sicher, dass du den Anhang „{{title}}“ in eine separate Notiz umwandeln möchtest?", + "convert_success": "Anhang „{{title}}“ wurde in eine Notiz umgewandelt.", + "enter_new_name": "Bitte gebe den Namen des neuen Anhangs ein" + }, + "calendar": { + "mon": "Mo", + "tue": "Di", + "wed": "Mi", + "thu": "Do", + "fri": "Fr", + "sat": "Sa", + "sun": "So", + "cannot_find_day_note": "Tagesnotiz kann nicht gefunden werden", + "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", + "cannot_find_week_note": "Wochennotiz kann nicht gefunden werden", + "week": "Woche", + "week_previous": "vorherige Woche", + "week_next": "nächste Woche", + "month": "Monat", + "month_previous": "vorheriger Monat", + "month_next": "nächster Monat", + "year": "Jahr", + "year_previous": "vorheriges Jahr", + "year_next": "nächstes Jahr", + "list": "Liste", + "today": "Heute" + }, + "close_pane_button": { + "close_this_pane": "Schließe diesen Bereich" + }, + "create_pane_button": { + "create_new_split": "Neuen Split erstellen" + }, + "edit_button": { + "edit_this_note": "Bearbeite diese Notiz" + }, + "show_toc_widget_button": { + "show_toc": "Inhaltsverzeichnis anzeigen" + }, + "show_highlights_list_widget_button": { + "show_highlights_list": "Markierungsliste anzeigen" + }, + "global_menu": { + "menu": "Menü", + "options": "Optionen", + "open_new_window": "Öffne ein neues Fenster", + "switch_to_mobile_version": "Zur mobilen Ansicht wechseln", + "switch_to_desktop_version": "Zur Desktop-Ansicht wechseln", + "zoom": "Zoom", + "toggle_fullscreen": "Vollbild umschalten", + "zoom_out": "Herauszoomen", + "reset_zoom_level": "Zoomstufe zurücksetzen", + "zoom_in": "Hineinzoomen", + "configure_launchbar": "Konfiguriere die Starterleiste", + "show_shared_notes_subtree": "Zweig „Freigegebene Notizen“ anzeigen", + "advanced": "Erweitert", + "open_dev_tools": "Öffne die Entwicklungstools", + "open_sql_console": "Öffne die SQL-Konsole", + "open_sql_console_history": "Öffne den SQL-Konsolenverlauf", + "open_search_history": "Öffne den Suchverlauf", + "show_backend_log": "Backend-Protokoll anzeigen", + "reload_hint": "Ein Neuladen kann bei einigen visuellen Störungen Abhilfe schaffen, ohne die gesamte App neu starten zu müssen.", + "reload_frontend": "Frontend neu laden", + "show_hidden_subtree": "Versteckten Zweig anzeigen", + "show_help": "Hilfe anzeigen", + "about": "Über Trilium Notes", + "logout": "Abmelden", + "show-cheatsheet": "Cheatsheet anzeigen", + "toggle-zen-mode": "Zen Modus", + "new-version-available": "Neues Update verfügbar", + "download-update": "Version {{latestVersion}} herunterladen" + }, + "sync_status": { + "unknown": "

Der Synchronisations-Status wird bekannt, sobald der nächste Synchronisierungsversuch gestartet wird.

Klicke, um eine Synchronisierung jetzt auszulösen.

", + "connected_with_changes": "

Mit dem Synchronisations-Server verbunden.
Es gibt noch ausstehende Änderungen, die synchronisiert werden müssen.

Klicke, um eine Synchronisierung jetzt auszulösen.

", + "connected_no_changes": "

Mit dem Synchronisations-Server verbunden.
Alle Änderungen wurden bereits synchronisiert.

Klicke, um eine Synchronisierung jetzt auszulösen.

", + "disconnected_with_changes": "

Die Verbindung zum Synchronisations-Server konnte nicht hergestellt werden.
Es gibt noch ausstehende Änderungen, die synchronisiert werden müssen.

Klicke, um eine Synchronisierung jetzt auszulösen.

", + "disconnected_no_changes": "

Die Verbindung zum SySynchronisationsnc-Server konnte nicht hergestellt werden.
Alle bekannten Änderungen wurden synchronisiert.

Klicke, um eine Synchronisierung jetzt auszulösen.

", + "in_progress": "Der Synchronisierungsvorgang mit dem Server ist im Gange." + }, + "left_pane_toggle": { + "show_panel": "Panel anzeigen", + "hide_panel": "Panel ausblenden" + }, + "move_pane_button": { + "move_left": "Nach links bewegen", + "move_right": "Nach rechts bewegen" + }, + "note_actions": { + "convert_into_attachment": "In Anhang umwandeln", + "re_render_note": "Notiz erneut rendern", + "search_in_note": "In Notiz suchen", + "note_source": "Notizquelle", + "note_attachments": "Notizanhänge", + "open_note_externally": "Notiz extern öffnen", + "open_note_externally_title": "Die Datei wird in einer externen Anwendung geöffnet und auf Änderungen überwacht. Anschließend kannst du die geänderte Version wieder auf Trilium hochladen.", + "open_note_custom": "Benutzerdefiniert Notiz öffnen", + "import_files": "Dateien importieren", + "export_note": "Notiz exportieren", + "delete_note": "Notiz löschen", + "print_note": "Notiz drucken", + "save_revision": "Revision speichern", + "convert_into_attachment_failed": "Konvertierung der Notiz '{{title}}' fehlgeschlagen.", + "convert_into_attachment_successful": "Notiz '{{title}}' wurde als Anhang konvertiert.", + "convert_into_attachment_prompt": "Bist du dir sicher, dass du die Notiz '{{title}}' in ein Anhang der übergeordneten Notiz konvertieren möchtest?", + "print_pdf": "Export als PDF...", + "open_note_on_server": "Öffne Notiz auf dem Server", + "export_as_image": "Als Bild exportieren", + "export_as_image_png": "PNG (Raster)", + "export_as_image_svg": "SVG (Vektor)", + "note_map": "Notizen Karte", + "view_revisions": "Notizrevisionen...", + "advanced": "Erweitert" + }, + "onclick_button": { + "no_click_handler": "Das Schaltflächen-Widget „{{componentId}}“ hat keinen definierten Klick-Handler" + }, + "protected_session_status": { + "active": "Die geschützte Sitzung ist aktiv. Klicke hier, um die geschützte Sitzung zu verlassen.", + "inactive": "Klicke hier, um die geschützte Sitzung aufzurufen" + }, + "revisions_button": { + "note_revisions": "Notizrevisionen" + }, + "update_available": { + "update_available": "Update verfügbar" + }, + "note_launcher": { + "this_launcher_doesnt_define_target_note": "Dieser Starter definiert keine Zielnotiz." + }, + "code_buttons": { + "execute_button_title": "Skript ausführen", + "trilium_api_docs_button_title": "Öffne die Trilium-API-Dokumentation", + "save_to_note_button_title": "In die Notiz speichern", + "opening_api_docs_message": "API-Dokumentation wird geöffnet...", + "sql_console_saved_message": "SQL-Konsolennotiz wurde in {{note_path}} gespeichert" + }, + "copy_image_reference_button": { + "button_title": "Bildreferenz in die Zwischenablage kopieren, kann in eine Textnotiz eingefügt werden." + }, + "hide_floating_buttons_button": { + "button_title": "Schaltflächen ausblenden" + }, + "show_floating_buttons_button": { + "button_title": "Schaltflächen einblenden" + }, + "svg_export_button": { + "button_title": "Diagramm als SVG exportieren" + }, + "relation_map_buttons": { + "create_child_note_title": "Erstelle eine untergeordnete Notiz und füge sie dieser Karte hinzu", + "reset_pan_zoom_title": "Schwenken und Zoomen auf die ursprünglichen Koordinaten und Vergrößerung zurücksetzen", + "zoom_in_title": "Hineinzoom", + "zoom_out_title": "Herauszoomen" + }, + "zpetne_odkazy": { + "relation": "Beziehung", + "backlink_one": "{{count}} Rückverlinkung", + "backlink_other": "{{count}} Rückverlinkungen" + }, + "mobile_detail_menu": { + "insert_child_note": "Untergeordnete Notiz einfügen", + "delete_this_note": "Diese Notiz löschen", + "error_cannot_get_branch_id": "BranchId für notePath „{{notePath}}“ kann nicht abgerufen werden", + "error_unrecognized_command": "Unbekannter Befehl {{command}}", + "note_revisions": "Notiz Revisionen", + "backlinks": "Rücklinks" + }, + "note_icon": { + "change_note_icon": "Notiz-Icon ändern", + "search": "Suche:", + "reset-default": "Standard wiederherstellen", + "search_placeholder_one": "Suche {{number}} Symbole über {{count}} Pakete", + "search_placeholder_other": "Suche {{number}} Symbole über {{count}} Pakete", + "search_placeholder_filtered": "Suche {{number}} Icons in {{name}}", + "filter": "Filter", + "filter-none": "Alle Icons", + "filter-default": "Standard Icons", + "icon_tooltip": "{{name}}\nIcon Paket: {{iconPack}}", + "no_results": "Keine Icons gefunden." + }, + "basic_properties": { + "note_type": "Notiztyp", + "editable": "Bearbeitbar", + "basic_properties": "Grundlegende Eigenschaften", + "language": "Sprache", + "configure_code_notes": "Code-Notizen konfigurieren..." + }, + "book_properties": { + "view_type": "Ansichtstyp", + "grid": "Gitter", + "list": "Liste", + "collapse_all_notes": "Alle Notizen einklappen", + "collapse": "Einklappen", + "expand": "Ausklappen", + "invalid_view_type": "Ungültiger Ansichtstyp „{{type}}“", + "calendar": "Kalender", + "book_properties": "Sammlungseigenschaften", + "table": "Tabelle", + "geo-map": "Weltkarte", + "board": "Tafel", + "include_archived_notes": "Zeige archivierte Notizen", + "presentation": "Präsentation", + "expand_all_levels": "Alle Ebenen erweitern", + "expand_tooltip": "Erweitert die direkten Unterelemente dieser Sammlung (eine Ebene tiefer). Für weitere Optionen auf den Pfeil rechts klicken.", + "expand_first_level": "Direkte Unterelemente erweitern", + "expand_nth_level": "{{depth}} Ebenen erweitern", + "hide_child_notes": "Unternotizen im Baum ausblenden" + }, + "edited_notes": { + "no_edited_notes_found": "An diesem Tag wurden noch keine Notizen bearbeitet...", + "title": "Bearbeitete Notizen", + "deleted": "(gelöscht)" + }, + "file_properties": { + "note_id": "Notiz-ID", + "original_file_name": "Ursprünglicher Dateiname", + "file_type": "Dateityp", + "file_size": "Dateigröße", + "download": "Herunterladen", + "open": "Extern öffnen", + "upload_new_revision": "Neue Revision hochladen", + "upload_success": "Neue Dateirevision wurde hochgeladen.", + "upload_failed": "Das Hochladen einer neuen Dateirevision ist fehlgeschlagen.", + "title": "Datei" + }, + "image_properties": { + "original_file_name": "Ursprünglicher Dateiname", + "file_type": "Dateityp", + "file_size": "Dateigröße", + "download": "Herunterladen", + "open": "Offen", + "copy_reference_to_clipboard": "Verweis in die Zwischenablage kopieren", + "upload_new_revision": "Neue Revision hochladen", + "upload_success": "Neue Bildrevision wurde hochgeladen.", + "upload_failed": "Das Hochladen einer neuen Bildrevision ist fehlgeschlagen: {{message}}", + "title": "Bild" + }, + "inherited_attribute_list": { + "title": "Geerbte Attribute", + "no_inherited_attributes": "Keine geerbten Attribute.", + "none": "Keine" + }, + "note_info_widget": { + "note_id": "Notiz-ID", + "created": "Erstellt", + "modified": "Geändert", + "type": "Typ", + "note_size": "Notengröße", + "note_size_info": "Die Notizgröße bietet eine grobe Schätzung des Speicherbedarfs für diese Notiz. Es berücksichtigt den Inhalt der Notiz und den Inhalt ihrer Notizrevisionen.", + "calculate": "berechnen", + "subtree_size": "(Zweiggröße: {{size}} in {{count}} Notizen)", + "title": "Notizinfo", + "mime": "MIME Typ", + "show_similar_notes": "Zeige ähnliche Notizen" + }, + "note_map": { + "open_full": "Vollständig erweitern", + "collapse": "Auf normale Größe reduzieren", + "title": "Notizkarte", + "fix-nodes": "Knoten fixieren", + "link-distance": "Verbindungslänge" + }, + "note_paths": { + "title": "Notizpfade", + "clone_button": "Notiz an neuen Speicherort klonen...", + "intro_placed": "Diese Notiz wird in den folgenden Pfaden abgelegt:", + "intro_not_placed": "Diese Notiz ist noch nicht im Notizbaum platziert.", + "outside_hoisted": "Dieser Pfad liegt außerhalb der fokusierten Notiz und du müssten den Fokus aufheben.", + "archived": "Archiviert", + "search": "Suchen" + }, + "note_properties": { + "this_note_was_originally_taken_from": "Diese Notiz stammt ursprünglich aus:", + "info": "Info" + }, + "owned_attribute_list": { + "owned_attributes": "Eigene Attribute" + }, + "promoted_attributes": { + "promoted_attributes": "Hervorgehobene Attribute", + "url_placeholder": "http://website...", + "open_external_link": "Externen Link öffnen", + "unknown_label_type": "Unbekannter Labeltyp „{{type}}“", + "unknown_attribute_type": "Unbekannter Attributtyp „{{type}}“", + "add_new_attribute": "Neues Attribut hinzufügen", + "remove_this_attribute": "Entferne dieses Attribut", + "unset-field-placeholder": "nicht gesetzt", + "remove_color": "Entferne Farblabel" + }, + "script_executor": { + "query": "Abfrage", + "script": "Skript", + "execute_query": "Abfrage ausführen", + "execute_script": "Skript ausführen" + }, + "search_definition": { + "add_search_option": "Suchoption hinzufügen:", + "search_string": "Suchzeichenfolge", + "search_script": "Suchskript", + "ancestor": "Vorfahr", + "fast_search": "schnelle Suche", + "fast_search_description": "Die Option „Schnellsuche“ deaktiviert die Volltextsuche von Notizinhalten, was die Suche in großen Datenbanken beschleunigen könnte.", + "include_archived": "archiviert einschließen", + "include_archived_notes_description": "Archivierte Notizen sind standardmäßig von den Suchergebnissen ausgeschlossen, mit dieser Option werden sie einbezogen.", + "order_by": "Bestellen nach", + "limit": "Limit", + "limit_description": "Begrenze die Anzahl der Ergebnisse", + "debug": "debuggen", + "debug_description": "Debug gibt zusätzliche Debuginformationen in die Konsole aus, um das Debuggen komplexer Abfragen zu erleichtern", + "action": "Aktion", + "search_button": "Suchen", + "search_execute": "Aktionen suchen und ausführen", + "save_to_note": "Als Notiz speichern", + "search_parameters": "Suchparameter", + "unknown_search_option": "Unbekannte Suchoption {{searchOptionName}}", + "search_note_saved": "Suchnotiz wurde in {{-notePathTitle}} gespeichert", + "actions_executed": "Aktionen wurden ausgeführt.", + "view_options": "Optionen anzeigen:" + }, + "similar_notes": { + "title": "Ähnliche Notizen", + "no_similar_notes_found": "Keine ähnlichen Notizen gefunden." + }, + "abstract_search_option": { + "remove_this_search_option": "Entferne diese Suchoption", + "failed_rendering": "Fehler beim Rendern der Suchoption: {{dto}} mit Fehler: {{error}} {{stack}}" + }, + "ancestor": { + "label": "Vorfahre", + "placeholder": "Suche nach einer Notiz anhand ihres Namens", + "depth_label": "Tiefe", + "depth_doesnt_matter": "spielt keine Rolle", + "depth_eq": "ist genau {{count}}", + "direct_children": "direkte Kinder", + "depth_gt": "ist größer als {{count}}", + "depth_lt": "ist kleiner als {{count}}" + }, + "debug": { + "debug": "Debuggen", + "debug_info": "Debug gibt zusätzliche Debuginformationen in die Konsole aus, um das Debuggen komplexer Abfragen zu erleichtern.", + "access_info": "Um auf die Debug-Informationen zuzugreifen, führe die Abfrage aus und klicke oben links auf \"Backend-Log anzeigen\"." + }, + "fast_search": { + "fast_search": "Schnelle Suche", + "description": "Die Option „Schnellsuche“ deaktiviert die Volltextsuche von Notizinhalten, was die Suche in großen Datenbanken beschleunigen könnte." + }, + "include_archived_notes": { + "include_archived_notes": "Füge archivierte Notizen hinzu" + }, + "limit": { + "limit": "Limitierung", + "take_first_x_results": "Nehmen Sie nur die ersten X angegebenen Ergebnisse." + }, + "order_by": { + "order_by": "Bestellen nach", + "relevancy": "Relevanz (Standard)", + "title": "Titel", + "date_created": "Erstellungsdatum", + "date_modified": "Datum der letzten Änderung", + "content_size": "Beachte die Inhaltsgröße", + "content_and_attachments_size": "Beachte die Inhaltsgröße einschließlich der Anhänge", + "content_and_attachments_and_revisions_size": "Beachte die Inhaltsgröße einschließlich Anhängen und Revisionen", + "revision_count": "Anzahl der Revisionen", + "children_count": "Anzahl der Unternotizen", + "parent_count": "Anzahl der Klone", + "owned_label_count": "Anzahl der Etiketten", + "owned_relation_count": "Anzahl der Beziehungen", + "target_relation_count": "Anzahl der Beziehungen, die auf die Notiz abzielen", + "random": "Zufällige Reihenfolge", + "asc": "Aufsteigend (Standard)", + "desc": "Absteigend" + }, + "search_script": { + "title": "Suchskript:", + "placeholder": "Suche nach einer Notiz anhand ihres Namens", + "description1": "Das Suchskript ermöglicht das Definieren von Suchergebnissen durch Ausführen eines Skripts. Dies bietet maximale Flexibilität, wenn die Standardsuche nicht ausreicht.", + "description2": "Das Suchskript muss vom Typ \"Code\" und dem Subtyp \"JavaScript Backend\" sein. Das Skript muss ein Array von noteIds oder Notizen zurückgeben.", + "example_title": "Siehe dir dieses Beispiel an:", + "example_code": "// 1. Vorfiltern mit der Standardsuche\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. Anwenden benutzerdefinierter Suchkriterien\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", + "note": "Beachte, dass Suchskript und Suchzeichenfolge nicht miteinander kombiniert werden können." + }, + "search_string": { + "title_column": "Suchbegriff:", + "placeholder": "Volltextschlüsselwörter, #tag u003d Wert...", + "search_syntax": "Suchsyntax", + "also_see": "siehe auch", + "complete_help": "Vollständige Hilfe zur Suchsyntax", + "full_text_search": "Gebe einfach einen beliebigen Text für die Volltextsuche ein", + "label_abc": "gibt Notizen mit der Bezeichnung abc zurück", + "label_year": "Entspricht Notizen mit der Beschriftung Jahr und dem Wert 2019", + "label_rock_pop": "Entspricht Noten, die sowohl Rock- als auch Pop-Bezeichnungen haben", + "label_rock_or_pop": "Es darf nur eines der Labels vorhanden sein", + "label_year_comparison": "numerischer Vergleich (auch >, >u003d, <).", + "label_date_created": "Notizen, die im letzten Monat erstellt wurden", + "error": "Suchfehler: {{error}}", + "search_prefix": "Suche:" + }, + "attachment_detail": { + "open_help_page": "Hilfeseite zu Anhängen öffnen", + "owning_note": "Eigentümernotiz: ", + "you_can_also_open": ", Du kannst auch das öffnen ", + "list_of_all_attachments": "Liste aller Anhänge", + "attachment_deleted": "Dieser Anhang wurde gelöscht." + }, + "attachment_list": { + "open_help_page": "Hilfeseite zu Anhängen öffnen", + "owning_note": "Eigentümernotiz: ", + "upload_attachments": "Anhänge hochladen", + "no_attachments": "Diese Notiz enthält keine Anhänge." + }, + "book": { + "no_children_help": "Diese Notiz mit dem Notiztyp Buch besitzt keine Unternotizen, deshalb ist nichts zum Anzeigen vorhanden. Siehe Wiki für mehr Details.", + "drag_locked_title": "Für Bearbeitung gesperrt", + "drag_locked_message": "Das Ziehen ist nicht möglich, da die Sammlung für die Bearbeitung gesperrt ist." + }, + "editable_code": { + "placeholder": "Gebe hier den Inhalt deiner Codenotiz ein..." + }, + "editable_text": { + "placeholder": "Gebe hier den Inhalt deiner Notiz ein...", + "auto-detect-language": "Automatisch erkannt", + "keeps-crashing": "Die Bearbeitungskomponente stürzt immer wieder ab. Bitte starten Sie Trilium neu. Wenn das Problem weiterhin besteht, erstellen Sie einen Fehlerbericht.", + "editor_crashed_title": "Der Text Editor ist abgestürzt", + "editor_crashed_content": "Ihr Inhalt wurde erfolgreich wiederhergestellt, aber kürzlich gemachte Änderungen wurden unter Umständen nicht gespeichert.", + "editor_crashed_details_button": "Mehr Details anzeigen...", + "editor_crashed_details_intro": "Falls dieser Fehler häufiger auftritt, ziehen Sie in Betracht uns diesen über GitHub zu melden, indem Sie die folgenden Informationen bereitstellen.", + "editor_crashed_details_title": "Technische Informationen" + }, + "empty": { + "open_note_instruction": "Öffne eine Notiz, indem du den Titel der Notiz in die Eingabe unten eingibst oder eine Notiz in der Baumstruktur auswählst.", + "search_placeholder": "Suche nach einer Notiz anhand ihres Namens", + "enter_workspace": "Betrete den Arbeitsbereich {{title}}" + }, + "file": { + "file_preview_not_available": "Für dieses Dateiformat ist keine Dateivorschau verfügbar.", + "too_big": "Die Vorschau zeigt aus Effizienzgründen nur die ersten {{maxNumChars}} Zeichen der Datei an. Lade die Datei herunter und öffne sie extern um den gesamten Inhalt zu sehen." + }, + "protected_session": { + "enter_password_instruction": "Um die geschützte Notiz anzuzeigen, musst du dein Passwort eingeben:", + "start_session_button": "Starte eine geschützte Sitzung", + "started": "Geschützte Sitzung gestartet.", + "wrong_password": "Passwort falsch.", + "protecting-finished-successfully": "Geschützt erfolgreich beendet.", + "unprotecting-finished-successfully": "Ungeschützt erfolgreich beendet.", + "protecting-in-progress": "Schützen läuft: {{count}}", + "unprotecting-in-progress-count": "Entschützen läuft: {{count}}", + "protecting-title": "Geschützt-Status", + "unprotecting-title": "Ungeschützt-Status" + }, + "relation_map": { + "open_in_new_tab": "In neuem Tab öffnen", + "remove_note": "Notiz entfernen", + "edit_title": "Titel bearbeiten", + "rename_note": "Notiz umbenennen", + "enter_new_title": "Gebe einen neuen Notiztitel ein:", + "remove_relation": "Beziehung entfernen", + "confirm_remove_relation": "Bist du sicher, dass du die Beziehung entfernen möchtest?", + "specify_new_relation_name": "Gebe den neuen Beziehungsnamen an (erlaubte Zeichen: alphanumerisch, Doppelpunkt und Unterstrich):", + "connection_exists": "Die Verbindung „{{name}}“ zwischen diesen Notizen besteht bereits.", + "start_dragging_relations": "Beginne hier mit dem Ziehen von Beziehungen und lege sie auf einer anderen Notiz ab.", + "note_not_found": "Notiz {{noteId}} nicht gefunden!", + "cannot_match_transform": "Transformation kann nicht übereinstimmen: {{transform}}", + "note_already_in_diagram": "Die Notiz \"{{title}}\" ist schon im Diagram.", + "enter_title_of_new_note": "Gebe den Titel der neuen Notiz ein", + "default_new_note_title": "neue Notiz", + "click_on_canvas_to_place_new_note": "Klicke auf den Canvas, um eine neue Notiz zu platzieren" + }, + "render": { + "note_detail_render_help_1": "Diese Hilfesnotiz wird angezeigt, da diese Notiz vom Typ „HTML rendern“ nicht über die erforderliche Beziehung verfügt, um ordnungsgemäß zu funktionieren.", + "note_detail_render_help_2": "Render-HTML-Notiztyp wird benutzt für scripting. Kurzgesagt, du hast ein HTML-Code-Notiz (optional mit JavaScript) und diese Notiz rendert es. Damit es funktioniert, musst du eine a Beziehung namens \"renderNote\" zeigend auf die HTML-Notiz zum rendern definieren." + }, + "web_view": { + "web_view": "Webansicht", + "embed_websites": "Notiz vom Typ Web View ermöglicht das Einbetten von Websites in Trilium.", + "create_label": "Um zu beginnen, erstelle bitte ein Label mit einer URL-Adresse, die eingebettet werden soll, z. B. #webViewSrc=\"https://www.google.com\"" + }, + "backend_log": { + "refresh": "Aktualisieren" + }, + "consistency_checks": { + "title": "Konsistenzprüfungen", + "find_and_fix_button": "Finde und behebe die Konsistenzprobleme", + "finding_and_fixing_message": "Konsistenzprobleme finden und beheben...", + "issues_fixed_message": "Konsistenzprobleme sollten behoben werden." + }, + "database_anonymization": { + "title": "Datenbankanonymisierung", + "full_anonymization": "Vollständige Anonymisierung", + "full_anonymization_description": "Durch diese Aktion wird eine neue Kopie der Datenbank erstellt und anonymisiert (der gesamte Notizinhalt wird entfernt und nur die Struktur und einige nicht vertrauliche Metadaten bleiben übrig), sodass sie zu Debugging-Zwecken online geteilt werden kann, ohne befürchten zu müssen, dass Ihre persönlichen Daten verloren gehen.", + "save_fully_anonymized_database": "Speichere eine vollständig anonymisierte Datenbank", + "light_anonymization": "Leichte Anonymisierung", + "light_anonymization_description": "Durch diese Aktion wird eine neue Kopie der Datenbank erstellt und eine leichte Anonymisierung vorgenommen – insbesondere wird nur der Inhalt aller Notizen entfernt, Titel und Attribute bleiben jedoch erhalten. Darüber hinaus bleiben benutzerdefinierte JS-Frontend-/Backend-Skriptnotizen und benutzerdefinierte Widgets erhalten. Dies bietet mehr Kontext zum Debuggen der Probleme.", + "choose_anonymization": "Du kannst selbst entscheiden, ob du eine vollständig oder leicht anonymisierte Datenbank bereitstellen möchten. Selbst eine vollständig anonymisierte Datenbank ist sehr nützlich. In einigen Fällen kann jedoch eine leicht anonymisierte Datenbank den Prozess der Fehlererkennung und -behebung beschleunigen.", + "save_lightly_anonymized_database": "Speichere eine leicht anonymisierte Datenbank", + "existing_anonymized_databases": "Vorhandene anonymisierte Datenbanken", + "creating_fully_anonymized_database": "Vollständig anonymisierte Datenbank erstellen...", + "creating_lightly_anonymized_database": "Erstellen einer leicht anonymisierten Datenbank...", + "error_creating_anonymized_database": "Die anonymisierte Datenbank konnte nicht erstellt werden. Überprüfe die Backend-Protokolle auf Details", + "successfully_created_fully_anonymized_database": "Vollständig anonymisierte Datenbank in {{anonymizedFilePath}} erstellt", + "successfully_created_lightly_anonymized_database": "Leicht anonymisierte Datenbank in {{anonymizedFilePath}} erstellt", + "no_anonymized_database_yet": "Noch keine anonymisierte Datenbank." + }, + "database_integrity_check": { + "title": "Datenbankintegritätsprüfung", + "description": "Dadurch wird überprüft, ob die Datenbank auf SQLite-Ebene nicht beschädigt ist. Abhängig von der DB-Größe kann es einige Zeit dauern.", + "check_button": "Überprüfe die Datenbankintegrität", + "checking_integrity": "Datenbankintegrität prüfen...", + "integrity_check_succeeded": "Integritätsprüfung erfolgreich – keine Probleme gefunden.", + "integrity_check_failed": "Integritätsprüfung fehlgeschlagen: {{results}}" + }, + "sync": { + "title": "Synchronisieren", + "force_full_sync_button": "Vollständige Synchronisierung erzwingen", + "fill_entity_changes_button": "Entitätsänderungsdatensätze füllen", + "full_sync_triggered": "Vollständige Synchronisierung ausgelöst", + "filling_entity_changes": "Entitätsänderungszeilen werden gefüllt...", + "sync_rows_filled_successfully": "Synchronisierungszeilen erfolgreich gefüllt", + "finished-successfully": "Synchronisierung erfolgreich beendet.", + "failed": "Synchronisierung fehlgeschlagen: {{message}}" + }, + "vacuum_database": { + "title": "Datenbank aufräumen", + "description": "Dadurch wird die Datenbank neu erstellt, was normalerweise zu einer kleineren Datenbankdatei führt. Es werden keine Daten tatsächlich geändert.", + "button_text": "Datenbank aufräumen", + "vacuuming_database": "Datenbank wird geleert...", + "database_vacuumed": "Die Datenbank wurde geleert" + }, + "fonts": { + "theme_defined": "Thema definiert", + "fonts": "Schriftarten", + "main_font": "Handschrift", + "font_family": "Schriftfamilie", + "size": "Größe", + "note_tree_font": "Notizbaum-Schriftart", + "note_detail_font": "Notiz-Detail-Schriftart", + "monospace_font": "Minivan (Code) Schriftart", + "note_tree_and_detail_font_sizing": "Beachte, dass die Größe der Baum- und Detailschriftarten relativ zur Hauptschriftgrößeneinstellung ist.", + "not_all_fonts_available": "Möglicherweise sind nicht alle aufgelisteten Schriftarten auf Ihrem System verfügbar.", + "apply_font_changes": "Um Schriftartänderungen zu übernehmen, klicke auf", + "reload_frontend": "Frontend neu laden", + "generic-fonts": "Generische Schriftarten", + "sans-serif-system-fonts": "Sans-serif Systemschriftarten", + "serif-system-fonts": "Serif Systemschriftarten", + "monospace-system-fonts": "Monospace Systemschriftarten", + "handwriting-system-fonts": "Handschrift Systemschriftarten", + "serif": "Serif", + "sans-serif": "Sans Serif", + "monospace": "Monospace", + "system-default": "System Standard" + }, + "max_content_width": { + "title": "Inhaltsbreite", + "default_description": "Trilium begrenzt standardmäßig die maximale Inhaltsbreite, um die Lesbarkeit für maximierte Bildschirme auf Breitbildschirmen zu verbessern.", + "max_width_label": "Maximale Inhaltsbreite in Pixel", + "max_width_unit": "Pixel", + "centerContent": "Inhalt zentriert halten" + }, + "native_title_bar": { + "title": "Native Titelleiste (App-Neustart erforderlich)", + "enabled": "ermöglicht", + "disabled": "deaktiviert" + }, + "ribbon": { + "widgets": "Multifunktionsleisten-Widgets", + "promoted_attributes_message": "Die „Hervorgehobene Attribute“-Leiste wird automatisch geöffnet, wenn in der Notiz hervorgehobene Attribute vorhanden sind", + "edited_notes_message": "Die Multifunktionsleisten-Registerkarte „Bearbeitete Notizen“ wird bei Tagesnotizen automatisch geöffnet" + }, + "theme": { + "title": "Thema", + "theme_label": "Thema", + "override_theme_fonts_label": "Theme-Schriftarten überschreiben", + "triliumnext": "Trilium (Systemfarbschema folgend)", + "triliumnext-light": "Trilium (Hell)", + "triliumnext-dark": "Trilium (Dunkel)", + "layout": "Layout", + "layout-vertical-title": "Vertikal", + "layout-horizontal-title": "Horizontal", + "layout-vertical-description": "Startleiste ist auf der linken Seite (Standard)", + "layout-horizontal-description": "Startleiste ist unter der Tableiste. Die Tableiste wird dadurch auf die ganze Breite erweitert.", + "auto_theme": "Alt (Folge dem Farbschema des Systems)", + "light_theme": "Alt (Hell)", + "dark_theme": "Alt (Dunkel)" + }, + "zoom_factor": { + "title": "Zoomfaktor (nur Desktop-Build)", + "description": "Das Zoomen kann auch mit den Tastenkombinationen Strg+- und Strg+= gesteuert werden." + }, + "code_auto_read_only_size": { + "title": "Automatische schreibgeschützte Größe", + "description": "Die automatische schreibgeschützte Notizgröße ist die Größe, ab der Notizen im schreibgeschützten Modus angezeigt werden (aus Leistungsgründen).", + "label": "Automatische schreibgeschützte Größe (Codenotizen)", + "unit": "Zeichen" + }, + "code_mime_types": { + "title": "Verfügbare MIME-Typen im Dropdown-Menü", + "tooltip_syntax_highlighting": "Syntaxhervorhebung", + "tooltip_code_block_syntax": "Code-Blöcke in Textnotizen", + "tooltip_code_note_syntax": "Code-Notizen" + }, + "vim_key_bindings": { + "use_vim_keybindings_in_code_notes": "Verwende VIM-Tastenkombinationen in Codenotizen (kein Ex-Modus)", + "enable_vim_keybindings": "Aktiviere Vim-Tastenkombinationen" + }, + "wrap_lines": { + "wrap_lines_in_code_notes": "Zeilen in Codenotizen umbrechen", + "enable_line_wrap": "Zeilenumbruch aktivieren (Änderung erfordert möglicherweise ein Neuladen des Frontends, um wirksam zu werden)" + }, + "images": { + "images_section_title": "Bilder", + "download_images_automatically": "Lade Bilder automatisch herunter, um sie offline zu verwenden.", + "download_images_description": "Eingefügter HTML-Code kann Verweise auf Online-Bilder enthalten. Trilium findet diese Verweise und lädt die Bilder herunter, sodass sie offline verfügbar sind.", + "enable_image_compression": "Bildkomprimierung aktivieren", + "max_image_dimensions": "Maximale Breite/Höhe eines Bildes in Pixel (die Größe des Bildes wird geändert, wenn es diese Einstellung überschreitet).", + "jpeg_quality_description": "JPEG-Qualität (10 – schlechteste Qualität, 100 – beste Qualität, 50 – 85 wird empfohlen)", + "max_image_dimensions_unit": "Pixel" + }, + "attachment_erasure_timeout": { + "attachment_erasure_timeout": "Zeitüberschreitung beim Löschen von Anhängen", + "attachment_auto_deletion_description": "Anhänge werden automatisch gelöscht (und gelöscht), wenn sie nach einer definierten Zeitspanne nicht mehr in ihrer Notiz referenziert werden.", + "erase_attachments_after": "Nicht verwendete Anhänge löschen nach:", + "manual_erasing_description": "Du kannst das Löschen auch manuell auslösen (ohne Berücksichtigung des oben definierten Timeouts):", + "erase_unused_attachments_now": "Lösche jetzt nicht verwendete Anhangnotizen", + "unused_attachments_erased": "Nicht verwendete Anhänge wurden gelöscht." + }, + "network_connections": { + "network_connections_title": "Netzwerkverbindungen", + "check_for_updates": "Suche automatisch nach Updates" + }, + "note_erasure_timeout": { + "note_erasure_timeout_title": "Beachte das Zeitlimit für die Löschung", + "note_erasure_description": "Gelöschte Notizen (und Attribute, Notizrevisionen...) werden zunächst nur als gelöscht markiert und können über den Dialog „Zuletzt verwendete Notizen” wiederhergestellt werden. Nach einer bestimmten Zeit werden gelöschte Notizen „gelöscht”, was bedeutet, dass ihr Inhalt nicht mehr wiederhergestellt werden kann. Mit dieser Einstellung können Sie die Zeitspanne zwischen dem Löschen und dem endgültigen Löschen der Notiz festlegen.", + "erase_notes_after": "Notizen löschen nach:", + "manual_erasing_description": "Du kannst das Löschen auch manuell auslösen (ohne Berücksichtigung des oben definierten Timeouts):", + "erase_deleted_notes_now": "Jetzt gelöschte Notizen löschen", + "deleted_notes_erased": "Gelöschte Notizen wurden gelöscht." + }, + "revisions_snapshot_interval": { + "note_revisions_snapshot_interval_title": "Snapshot-Intervall für Notizrevisionen", + "note_revisions_snapshot_description": "Das Snapshot-Zeitintervall für Notizrevisionen ist die Zeit, nach der eine neue Notizrevision erstellt wird. Weitere Informationen findest du im Wiki.", + "snapshot_time_interval_label": "Zeitintervall für Notiz-Revisions-Snapshot:" + }, + "revisions_snapshot_limit": { + "note_revisions_snapshot_limit_title": "Limit für Notizrevision-Snapshots", + "note_revisions_snapshot_limit_description": "Das Limit für Notizrevision-Snapshots bezieht sich auf die maximale Anzahl von Revisionen, die für jede Notiz gespeichert werden können. Dabei bedeutet -1, dass es kein Limit gibt, und 0 bedeutet, dass alle Revisionen gelöscht werden. Du kannst das maximale Limit für Revisionen einer einzelnen Notiz über das Label #versioningLimit festlegen.", + "snapshot_number_limit_label": "Limit der Notizrevision-Snapshots:", + "erase_excess_revision_snapshots": "Überschüssige Revision-Snapshots jetzt löschen", + "erase_excess_revision_snapshots_prompt": "Überschüssige Revision-Snapshots wurden gelöscht.", + "snapshot_number_limit_unit": "Momentaufnahmen" + }, + "search_engine": { + "title": "Suchmaschine", + "custom_search_engine_info": "Für eine benutzerdefinierte Suchmaschine müssen sowohl ein Name als auch eine URL festgelegt werden. Wenn keine dieser Optionen festgelegt ist, wird DuckDuckGo als Standardsuchmaschine verwendet.", + "predefined_templates_label": "Vordefinierte Suchmaschinenvorlagen", + "bing": "Bing", + "baidu": "Baidu", + "duckduckgo": "DuckDuckGo", + "google": "Google", + "custom_name_label": "Benutzerdefinierter Suchmaschinenname", + "custom_name_placeholder": "Passe den Suchmaschinennamen an", + "custom_url_label": "Die benutzerdefinierte Suchmaschinen-URL sollte {keyword} als Platzhalter für den Suchbegriff enthalten.", + "custom_url_placeholder": "Passe die Suchmaschinen-URL an", + "save_button": "Speichern" + }, + "tray": { + "title": "Systemablage", + "enable_tray": "Tray aktivieren (Trilium muss neu gestartet werden, damit diese Änderung wirksam wird)" + }, + "heading_style": { + "title": "Überschriftenstil", + "plain": "Schmucklos", + "underline": "Unterstreichen", + "markdown": "Markdown-Stil" + }, + "highlights_list": { + "title": "Markierungsliste", + "description": "Du kannst die im rechten Bereich angezeigte Markierungsliste anpassen:", + "bold": "Fettgedruckter Text", + "italic": "Kursiver Text", + "underline": "Unterstrichener Text", + "color": "Farbiger Text", + "bg_color": "Text mit Hintergrundfarbe", + "visibility_title": "Sichtbarkeit der Markierungsliste", + "visibility_description": "Du kannst das Markierungs-Widget pro Notiz ausblenden, indem du die Beschriftung #hideHighlightWidget hinzufügst.", + "shortcut_info": "Du kannst eine Tastenkombination zum schnellen Umschalten des rechten Bereichs (einschließlich Markierungen) in den Optionen -> Tastenkombinationen konfigurieren (Name „toggleRightPane“)." + }, + "table_of_contents": { + "title": "Inhaltsverzeichnis", + "description": "Das Inhaltsverzeichnis wird in Textnotizen angezeigt, wenn die Notiz mehr als eine definierte Anzahl von Überschriften enthält. Du kannst diese Nummer anpassen:", + "disable_info": "Du kannst diese Option auch verwenden, um TOC effektiv zu deaktivieren, indem du eine sehr hohe Zahl festlegst.", + "shortcut_info": "Du kannst eine Tastenkombination zum schnellen Umschalten des rechten Bereichs (einschließlich Inhaltsverzeichnis) unter Optionen -> Tastenkombinationen konfigurieren (Name „toggleRightPane“).", + "unit": "Überschriften" + }, + "text_auto_read_only_size": { + "title": "Automatische schreibgeschützte Größe", + "description": "Die automatische schreibgeschützte Notizgröße ist die Größe, ab der Notizen im schreibgeschützten Modus angezeigt werden (aus Leistungsgründen).", + "label": "Automatische schreibgeschützte Größe (Textnotizen)", + "unit": "Zeichen" + }, + "i18n": { + "title": "Lokalisierung", + "language": "Sprache", + "first-day-of-the-week": "Erster Tag der Woche", + "sunday": "Sonntag", + "monday": "Montag", + "first-week-of-the-year": "Erste Woche des Jahres", + "first-week-contains-first-day": "Erste Woche enthält den ersten Tag des Jahres", + "first-week-contains-first-thursday": "Erste Woche enthält den ersten Donnerstag des Jahres", + "first-week-has-minimum-days": "Erste Woche hat Mindestanzahl an Tagen", + "min-days-in-first-week": "Mindestanzahl an Tagen in erster Woche", + "first-week-info": "Die erste Woche, die den ersten Donnerstag des Jahres enthält, basiert auf dem Standard ISO 8601.", + "first-week-warning": "Das Ändern der Optionen für die erste Woche kann zu Duplikaten mit bestehenden Wochen-Notizen führen. Bestehende Wochen-Notizen werden nicht entsprechend aktualisiert.", + "formatting-locale": "Datums- und Zahlenformat", + "tuesday": "Dienstag", + "wednesday": "Mittwoch", + "thursday": "Donnerstag", + "friday": "Freitag", + "saturday": "Samstag", + "formatting-locale-auto": "Basierend auf die Anwendungssprache" + }, + "backup": { + "automatic_backup": "Automatische Sicherung", + "automatic_backup_description": "Trilium kann die Datenbank automatisch sichern:", + "enable_daily_backup": "Aktiviere die tägliche Sicherung", + "enable_weekly_backup": "Aktiviere die wöchentliche Sicherung", + "enable_monthly_backup": "Aktiviere die monatliche Sicherung", + "backup_recommendation": "Es wird empfohlen, die Sicherung aktiviert zu lassen. Dies kann jedoch bei großen Datenbanken und/oder langsamen Speichergeräten den Anwendungsstart verlangsamen.", + "backup_now": "Jetzt sichern", + "backup_database_now": "Jetzt Datenbank sichern", + "existing_backups": "Vorhandene Backups", + "date-and-time": "Datum & Uhrzeit", + "path": "Pfad", + "database_backed_up_to": "Die Datenbank wurde gesichert unter {{backupFilePath}}", + "no_backup_yet": "noch kein Backup" + }, + "etapi": { + "title": "ETAPI", + "description": "ETAPI ist eine REST-API, die für den programmgesteuerten Zugriff auf die Trilium-Instanz ohne Benutzeroberfläche verwendet wird.", + "create_token": "Erstelle ein neues ETAPI-Token", + "existing_tokens": "Vorhandene Token", + "no_tokens_yet": "Es sind noch keine Token vorhanden. Klicke auf die Schaltfläche oben, um eine zu erstellen.", + "token_name": "Tokenname", + "created": "Erstellt", + "actions": "Aktionen", + "new_token_title": "Neuer ETAPI-Token", + "new_token_message": "Bitte gebe en Namen des neuen Tokens ein", + "default_token_name": "neues Token", + "error_empty_name": "Der Tokenname darf nicht leer sein", + "token_created_title": "ETAPI-Token erstellt", + "token_created_message": "Kopiere den erstellten Token in die Zwischenablage. Trilium speichert den Token gehasht und dies ist das letzte Mal, dass du ihn siehst.", + "rename_token": "Benenne dieses Token um", + "delete_token": "Dieses Token löschen/deaktivieren", + "rename_token_title": "Token umbenennen", + "rename_token_message": "Bitte gebe den Namen des neuen Tokens ein", + "delete_token_confirmation": "Bist du sicher, dass den ETAPI token \"{{name}}\" löschen möchstest?" + }, + "options_widget": { + "options_status": "Optionsstatus", + "options_change_saved": "Die Änderung der Optionen wurde gespeichert." + }, + "password": { + "heading": "Passwort", + "alert_message": "Bitte merke dir dein neues Passwort gut. Das Passwort wird zum Anmelden bei der Weboberfläche und zum Verschlüsseln geschützter Notizen verwendet. Wenn du dein Passwort vergisst, gehen alle deine geschützten Notizen für immer verloren.", + "reset_link": "Klicke hier, um es zurückzusetzen.", + "old_password": "Altes Passwort", + "new_password": "Neues Passwort", + "new_password_confirmation": "Neue Passwortbestätigung", + "change_password": "Kennwort ändern", + "protected_session_timeout": "Zeitüberschreitung der geschützten Sitzung", + "protected_session_timeout_description": "Das Zeitlimit für geschützte Sitzungen ist ein Zeitraum, nach dem die geschützte Sitzung aus dem Speicher des Browsers gelöscht wird. Dies wird ab der letzten Interaktion mit geschützten Notizen gemessen. Sehen", + "wiki": "Wiki", + "for_more_info": "für weitere Informationen.", + "protected_session_timeout_label": "Zeitüberschreitung der geschützten Sitzung:", + "reset_confirmation": "Durch das Zurücksetzen des Passworts verlierst du für immer den Zugriff auf alle Ihre bestehenden geschützten Notizen. Möchtest du das Passwort wirklich zurücksetzen?", + "reset_success_message": "Das Passwort wurde zurückgesetzt. Bitte lege ein neues Passwort fest", + "change_password_heading": "Kennwort ändern", + "set_password_heading": "Passwort festlegen", + "set_password": "Passwort festlegen", + "password_mismatch": "Neue Passwörter sind nicht dasselbe.", + "password_changed_success": "Das Passwort wurde geändert. Trilium wird neu geladen, nachdem du auf OK geklickt hast." + }, + "shortcuts": { + "keyboard_shortcuts": "Tastaturkürzel", + "multiple_shortcuts": "Mehrere Tastenkombinationen für dieselbe Aktion können durch Komma getrennt werden.", + "electron_documentation": "Siehe Electron documentation für verfügbare Modifier und key codes.", + "type_text_to_filter": "Gebe Text ein, um Verknüpfungen zu filtern...", + "action_name": "Aktionsname", + "shortcuts": "Tastenkürzel", + "default_shortcuts": "Standardtastenkürzel", + "description": "Beschreibung", + "reload_app": "Lade die App neu, um die Änderungen zu übernehmen", + "set_all_to_default": "Setze alle Verknüpfungen auf die Standardeinstellungen", + "confirm_reset": "Möchtest du wirklich alle Tastaturkürzel auf die Standardeinstellungen zurücksetzen?" + }, + "spellcheck": { + "title": "Rechtschreibprüfung", + "description": "Diese Optionen gelten nur für Desktop-Builds. Browser verwenden ihre eigene native Rechtschreibprüfung.", + "enable": "Aktiviere die Rechtschreibprüfung", + "language_code_label": "Sprachcode(s)", + "language_code_placeholder": "zum Beispiel \"en-US\", \"de-AT\"", + "multiple_languages_info": "Mehrere Sprachen können mit einem Komma getrennt werden z.B. \"en-US, de-DE, cs\". ", + "available_language_codes_label": "Verfügbare Sprachcodes:", + "restart-required": "Änderungen an den Rechtschreibprüfungsoptionen werden nach dem Neustart der Anwendung wirksam." + }, + "sync_2": { + "config_title": "Synchronisierungskonfiguration", + "server_address": "Adresse der Serverinstanz", + "timeout": "Synchronisierungs-Timeout (Millisekunden)", + "proxy_label": "Proxyserver synchronisieren (optional)", + "note": "Notiz", + "note_description": "Wenn du die Proxy-Einstellung leer lässt, wird der System-Proxy verwendet (gilt nur für Desktop-/Electron-Build).", + "special_value_description": "Ein weiterer besonderer Wert ist noproxy, der das Ignorieren sogar des System-Proxys erzwingt und NODE_TLS_REJECT_UNAUTHORIZED respektiert.", + "save": "Speichern", + "help": "Helfen", + "test_title": "Synchronisierungstest", + "test_description": "Dadurch werden die Verbindung und der Handshake zum Synchronisierungsserver getestet. Wenn der Synchronisierungsserver nicht initialisiert ist, wird er dadurch für die Synchronisierung mit dem lokalen Dokument eingerichtet.", + "test_button": "Teste die Synchronisierung", + "handshake_failed": "Handshake des Synchronisierungsservers fehlgeschlagen, Fehler: {{message}}", + "timeout_unit": "Millisekunden" + }, + "api_log": { + "close": "Schließen" + }, + "attachment_detail_2": { + "will_be_deleted_in": "Dieser Anhang wird in {{time}} automatisch gelöscht", + "will_be_deleted_soon": "Dieser Anhang wird bald automatisch gelöscht", + "deletion_reason": ", da der Anhang nicht im Inhalt der Notiz verlinkt ist. Um das Löschen zu verhindern, füge den Anhangslink wieder in den Inhalt ein oder wandel den Anhang in eine Notiz um.", + "role_and_size": "Rolle: {{role}}, Größe: {{size}}, MIME: {{- mimeType}}", + "link_copied": "Anhangslink in die Zwischenablage kopiert.", + "unrecognized_role": "Unbekannte Anhangsrolle „{{role}}“." + }, + "bookmark_switch": { + "bookmark": "Lesezeichen", + "bookmark_this_note": "Setze ein Lesezeichen für diese Notiz im linken Seitenbereich", + "remove_bookmark": "Lesezeichen entfernen" + }, + "editability_select": { + "auto": "Auto", + "read_only": "Schreibgeschützt", + "always_editable": "Immer editierbar", + "note_is_editable": "Die Notiz kann bearbeitet werden, wenn sie nicht zu lang ist.", + "note_is_read_only": "Die Notiz ist schreibgeschützt, kann aber per Knopfdruck bearbeitet werden.", + "note_is_always_editable": "Die Notiz kann immer bearbeitet werden, unabhängig von ihrer Länge." + }, + "note-map": { + "button-link-map": "Beziehungskarte", + "button-tree-map": "Baumkarte" + }, + "tree-context-menu": { + "open-in-a-new-tab": "In neuem Tab öffnen", + "open-in-a-new-split": "In neuem Split öffnen", + "insert-note-after": "Notiz dahinter einfügen", + "insert-child-note": "Unternotiz einfügen", + "delete": "Löschen", + "search-in-subtree": "Im Zweig suchen", + "hoist-note": "Notiz-Fokus setzen", + "unhoist-note": "Notiz-Fokus aufheben", + "edit-branch-prefix": "Zweig-Präfix bearbeiten", + "advanced": "Erweitert", + "expand-subtree": "Zweig aufklappen", + "collapse-subtree": "Zweig einklappen", + "sort-by": "Sortieren nach...", + "recent-changes-in-subtree": "Kürzliche Änderungen im Zweig", + "convert-to-attachment": "Als Anhang konvertieren", + "copy-note-path-to-clipboard": "Notiz-Pfad in die Zwischenablage kopieren", + "protect-subtree": "Zweig schützen", + "unprotect-subtree": "Zweig-Schutz aufheben", + "copy-clone": "Kopieren / Klonen", + "clone-to": "Klonen nach...", + "cut": "Ausschneiden", + "move-to": "Verschieben nach...", + "paste-into": "Als Unternotiz einfügen", + "paste-after": "Danach einfügen", + "duplicate": "Duplizieren", + "export": "Exportieren", + "import-into-note": "In Notiz importieren", + "apply-bulk-actions": "Massenaktionen anwenden", + "converted-to-attachments": "{{count}} Notizen wurden als Anhang konvertiert.", + "convert-to-attachment-confirm": "Bist du sicher, dass du die ausgewählten Notizen in Anhänge ihrer übergeordneten Notizen umwandeln möchtest? Diese Operation wird nur auf Bildnotizes angewandt. Andere Notizen werden übersprungen.", + "open-in-popup": "Schnellbearbeitung", + "archive": "Archiviere", + "unarchive": "Entarchivieren", + "open-in-a-new-window": "In neuem Fenster öffnen", + "hide-subtree": "Zweig ausblenden", + "show-subtree": "Zweig anzeigen" + }, + "shared_info": { + "shared_publicly": "Diese Notiz ist öffentlich freigegeben über {{- link}}.", + "shared_locally": "Diese Notiz ist lokal freigegeben über {{- link}}.", + "help_link": "Für Hilfe besuche wiki." + }, + "note_types": { + "text": "Text", + "code": "Code", + "saved-search": "Gespeicherte Such-Notiz", + "relation-map": "Beziehungskarte", + "note-map": "Notizkarte", + "render-note": "Render Notiz", + "mermaid-diagram": "Mermaid Diagramm", + "canvas": "Leinwand", + "web-view": "Webansicht", + "mind-map": "Mind Map", + "file": "Datei", + "image": "Bild", + "launcher": "Starter", + "doc": "Dokument", + "widget": "Widget", + "confirm-change": "Es is nicht empfehlenswert den Notiz-Typ zu ändern, wenn der Inhalt der Notiz nicht leer ist. Möchtest du dennoch fortfahren?", + "geo-map": "Geo-Karte", + "beta-feature": "Beta", + "book": "Sammlung", + "task-list": "Aufgabenliste", + "new-feature": "Neu", + "collections": "Sammlungen" + }, + "protect_note": { + "toggle-on": "Notiz schützen", + "toggle-off": "Notizschutz aufheben", + "toggle-on-hint": "Notiz ist ungeschützt, klicken, um sie zu schützen", + "toggle-off-hint": "Notiz ist geschützt, klicken, um den Schutz aufzuheben" + }, + "shared_switch": { + "shared": "Freigegeben", + "toggle-on-title": "Notiz freigeben", + "toggle-off-title": "Notiz-Freigabe aufheben", + "shared-branch": "Diese Notiz existiert nur als freigegebene Notiz, das Aufheben der Freigabe würde sie löschen. Möchtest du fortfahren und die Notiz damit löschen?", + "inherited": "Die Notiz kann hier nicht von der Freigabe entfernt werden, da sie über Vererbung von einer übergeordneten Notiz geteilt wird." + }, + "template_switch": { + "template": "Vorlage", + "toggle-on-hint": "Notiz zu einer Vorlage machen", + "toggle-off-hint": "Entferne die Notiz als Vorlage" + }, + "open-help-page": "Hilfeseite öffnen", + "find": { + "case_sensitive": "Groß-/Kleinschreibung beachten", + "match_words": "Wörter genau übereinstimmen", + "find_placeholder": "Finde in Text...", + "replace_placeholder": "Ersetze mit...", + "replace": "Ersetzen", + "replace_all": "Alle Ersetzen" + }, + "highlights_list_2": { + "title": "Markierungsliste", + "options": "Optionen", + "title_with_count_one": "{{count}} Markierung", + "title_with_count_other": "{{count}} Markierungen", + "modal_title": "Markierungsliste konfigurieren", + "menu_configure": "Markierungsliste konfigurieren…", + "no_highlights": "Keine Markierungen gefunden." + }, + "quick-search": { + "placeholder": "Schnellsuche", + "searching": "Suche läuft…", + "no-results": "Keine Ergebnisse gefunden", + "more-results": "... und {{number}} weitere Ergebnisse.", + "show-in-full-search": "In der vollständigen Suche anzeigen" + }, + "note_tree": { + "collapse-title": "Notizbaum zusammenklappen", + "scroll-active-title": "Zur aktiven Notiz scrollen", + "tree-settings-title": "Baum-Einstellungen", + "hide-archived-notes": "Archivierte Notizen ausblenden", + "automatically-collapse-notes": "Notizen automatisch zusammenklappen", + "automatically-collapse-notes-title": "Notizen werden nach einer Inaktivitätsperiode automatisch zusammengeklappt, um den Baum zu entlasten.", + "save-changes": "Änderungen speichern und anwenden", + "auto-collapsing-notes-after-inactivity": "Automatisches Zusammenklappen von Notizen nach Inaktivität…", + "saved-search-note-refreshed": "Gespeicherte Such-Notiz wurde aktualisiert.", + "hoist-this-note-workspace": "Diese Notiz fokussieren (Arbeitsbereich)", + "refresh-saved-search-results": "Gespeicherte Suchergebnisse aktualisieren", + "create-child-note": "Unternotiz anlegen", + "unhoist": "Fokus verlassen", + "toggle-sidebar": "Seitenleiste ein-/ausblenden", + "dropping-not-allowed": "Ablegen von Notizen an dieser Stelle ist nicht zulässig.", + "clone-indicator-tooltip": "Diese Notiz hat {{- count}} übergeordnete Knoten: {{- parents}}", + "clone-indicator-tooltip-single": "Diese Notiz ist geklont (1 weitere Quelle: {{- parent}})", + "shared-indicator-tooltip": "Diese Notiz ist öffentlich freigegeben", + "shared-indicator-tooltip-with-url": "Diese Notiz ist öffentlich freigegeben unter: {{- url}}", + "subtree-hidden-tooltip_one": "{{count}} untergeordnete Notiz, die im Baum ausgeblendet ist", + "subtree-hidden-tooltip_other": "{{count}} untergeordnete Notizen, die im Baum ausgeblendet sind", + "subtree-hidden-moved-title": "Zu {{title}} hinzugefügt", + "subtree-hidden-moved-description-collection": "Diese Sammlung blendet ihre Unternotizen im Baum aus.", + "subtree-hidden-moved-description-other": "Untergeordnete Notizen sind im Baum für diese Notiz ausgeblendet." + }, + "title_bar_buttons": { + "window-on-top": "Dieses Fenster immer oben halten" + }, + "note_detail": { + "could_not_find_typewidget": "Konnte typeWidget für Typ ‚{{type}}‘ nicht finden", + "printing": "Druckvorgang läuft…", + "printing_pdf": "PDF-Export läuft…", + "print_report_title": "Druckreport", + "print_report_collection_details_button": "Details anzeigen", + "print_report_collection_details_ignored_notes": "Ignorierte Notizen", + "print_report_collection_content_one": "{{count}} Notiz in der Sammlung konnte nicht gedruckt werden, weil sie nicht unterstützt oder geschützt ist.", + "print_report_collection_content_other": "{{count}} Notizen in der Sammlung konnten nicht gedruckt werden, weil sie nicht unterstützt oder geschützt sind." + }, + "note_title": { + "placeholder": "Titel der Notiz hier eingeben…", + "created_on": "Erstellt am ", + "last_modified": "Bearbeitet am ", + "note_type_switcher_label": "Ändere von {{type}} zu:", + "note_type_switcher_others": "Andere Notizart", + "note_type_switcher_templates": "Vorlage", + "note_type_switcher_collection": "Sammlung", + "edited_notes": "Notizen, bearbeitet an diesem Tag", + "promoted_attributes": "Hervorgehobene Attribute" + }, + "search_result": { + "no_notes_found": "Es wurden keine Notizen mit den angegebenen Suchparametern gefunden.", + "search_not_executed": "Die Suche wurde noch nicht ausgeführt. Klicke oben auf „Suchen“, um die Ergebnisse anzuzeigen." + }, + "spacer": { + "configure_launchbar": "Starterleiste konfigurieren" + }, + "sql_result": { + "no_rows": "Es wurden keine Zeilen für diese Abfrage zurückgegeben", + "not_executed": "Die Abfrage wurde noch nicht ausgeführt.", + "failed": "SQL-Abfrage ist fehlgeschlagen", + "execute_now": "Jetzt ausführen", + "statement_result": "Abfrageergebnis" + }, + "sql_table_schemas": { + "tables": "Tabellen" + }, + "tab_row": { + "close_tab": "Tab schließen", + "add_new_tab": "Neuen Tab hinzufügen", + "close": "Schließen", + "close_other_tabs": "Andere Tabs schließen", + "close_right_tabs": "Tabs rechts schließen", + "close_all_tabs": "Alle Tabs schließen", + "reopen_last_tab": "Zuletzt geschlossenen Tab erneut öffnen", + "move_tab_to_new_window": "Tab in neues Fenster verschieben", + "copy_tab_to_new_window": "Tab in neues Fenster kopieren", + "new_tab": "Neuer Tab" + }, + "toc": { + "table_of_contents": "Inhaltsverzeichnis", + "options": "Optionen", + "no_headings": "Keine Überschriften." + }, + "watched_file_update_status": { + "file_last_modified": "Datei wurde zuletzt geändert am .", + "upload_modified_file": "Modifizierte Datei hochladen", + "ignore_this_change": "Diese Änderung ignorieren" + }, + "app_context": { + "please_wait_for_save": "Bitte warte ein paar Sekunden, bis das Speichern abgeschlossen ist, und versuche es dann erneut." + }, + "note_create": { + "duplicated": "Notiz ‚{{title}}‘ wurde dupliziert." + }, + "image": { + "copied-to-clipboard": "Ein Verweis auf das Bild wurde in die Zwischenablage kopiert. Dieser kann in eine beliebige Textnotiz eingefügt werden.", + "cannot-copy": "Das Bild konnte nicht in die Zwischenablage kopiert werden." + }, + "clipboard": { + "cut": "Notiz(en) wurden in die Zwischenablage ausgeschnitten.", + "copied": "Notiz(en) wurden in die Zwischenablage kopiert.", + "copy_failed": "Speichern in Zwischenablage aufgrund von Berechtigungsproblemen gescheitert.", + "copy_success": "In Zwischenablage kopiert." + }, + "entrypoints": { + "note-revision-created": "Notizrevision wurde erstellt.", + "note-executed": "Notiz wurde ausgeführt.", + "sql-error": "Fehler bei der Ausführung der SQL-Abfrage: {{message}}" + }, + "branches": { + "cannot-move-notes-here": "Notizen können hier nicht verschoben werden.", + "delete-status": "Löschstatus", + "delete-notes-in-progress": "Löschen von Notizen in Bearbeitung: {{count}}", + "delete-finished-successfully": "Löschen erfolgreich abgeschlossen.", + "undeleting-notes-in-progress": "Wiederherstellen von Notizen in Bearbeitung: {{count}}", + "undeleting-notes-finished-successfully": "Wiederherstellen von Notizen erfolgreich abgeschlossen." + }, + "frontend_script_api": { + "async_warning": "Du übergibst eine asynchrone Funktion an `api.runOnBackend()`, was wahrscheinlich nicht wie beabsichtigt funktioniert.\\nEntweder mach die Funktion synchron (indem du das `async`-Schlüsselwort entfernst) oder benutze `api.runAsyncOnBackendWithManualTransactionHandling()`.", + "sync_warning": "Du übergibst eine synchrone Funktion an `api.runAsyncOnBackendWithManualTransactionHandling()`,\\nobwohl du wahrscheinlich `api.runOnBackend()` verwenden solltest." + }, + "ws": { + "sync-check-failed": "Synchronisationsprüfung fehlgeschlagen!", + "consistency-checks-failed": "Konsistenzprüfung fehlgeschlagen! Siehe Logs für Details.", + "encountered-error": "Fehler „{{message}}“ aufgetreten, siehe Konsole für Details.", + "lost-websocket-connection-title": "Verbindung zum Server verloren", + "lost-websocket-connection-message": "Überprüfe die Konfiguration des Reverse-Proxys (z. B. nginx oder Apache), um sicherzustellen, dass WebSocket-Verbindungen zugelassen und nicht blockiert werden." + }, + "hoisted_note": { + "confirm_unhoisting": "Die angeforderte Notiz ‚{{requestedNote}}‘ befindet sich außerhalb des hoisted Bereichs der Notiz ‚{{hoistedNote}}‘. Du musst sie unhoisten, um auf die Notiz zuzugreifen. Möchtest du mit dem Unhoisting fortfahren?" + }, + "launcher_context_menu": { + "reset_launcher_confirm": "Möchtest du „{{title}}“ wirklich zurücksetzen? Alle Daten / Einstellungen in dieser Notiz (und ihren Unternotizen) gehen verloren und der Starter wird an seinen ursprünglichen Standort zurückgesetzt.", + "add-note-launcher": "Notiz-Starter hinzufügen", + "add-script-launcher": "Skript-Starter hinzufügen", + "add-custom-widget": "Benutzerdefiniertes Widget hinzufügen", + "add-spacer": "Abstandhalter hinzufügen", + "delete": "Löschen ", + "reset": "Zurücksetzen", + "move-to-visible-launchers": "Zu sichtbaren Startern verschieben", + "move-to-available-launchers": "Zu verfügbaren Startern verschieben", + "duplicate-launcher": "Starter duplizieren " + }, + "highlighting": { + "description": "Steuert die Syntaxhervorhebung für Codeblöcke in Textnotizen, Code-Notizen sind nicht betroffen.", + "color-scheme": "Farbschema", + "title": "Code-Blöcke" + }, + "code_block": { + "word_wrapping": "Wortumbruch", + "theme_none": "Keine Syntaxhervorhebung", + "theme_group_light": "Helle Themen", + "theme_group_dark": "Dunkle Themen", + "copy_title": "Kopiere in Zwischenablage" + }, + "classic_editor_toolbar": { + "title": "Format" + }, + "editor": { + "title": "Editor" + }, + "editing": { + "editor_type": { + "label": "Format Toolbar", + "floating": { + "title": "Schwebend", + "description": "Werkzeuge erscheinen in Cursornähe;" + }, + "fixed": { + "title": "Fixiert", + "description": "Werkzeuge erscheinen im \"Format\" Tab." + }, + "multiline-toolbar": "Toolbar wenn nötig in mehreren Zeilen darstellen." + } + }, + "electron_context_menu": { + "add-term-to-dictionary": "Begriff \"{{term}}\" zum Wörterbuch hinzufügen", + "cut": "Ausschneiden", + "copy": "Kopieren", + "copy-link": "Link kopieren", + "paste": "Einfügen", + "paste-as-plain-text": "Als unformatierten Text einfügen", + "search_online": "Suche nach \"{{term}}\" mit {{searchEngine}} starten", + "search_in_trilium": "Suche nach \"{{term}}\" in Trilium" + }, + "image_context_menu": { + "copy_reference_to_clipboard": "Referenz in Zwischenablage kopieren", + "copy_image_to_clipboard": "Bild in die Zwischenablage kopieren" + }, + "link_context_menu": { + "open_note_in_new_tab": "Notiz in neuen Tab öffnen", + "open_note_in_new_split": "Notiz in neuen geteilten Tab öffnen", + "open_note_in_new_window": "Notiz in neuen Fenster öffnen", + "open_note_in_popup": "Schnellbearbeitung", + "open_note_in_other_split": "Notiz in neuer Spalte öffnen" + }, + "electron_integration": { + "desktop-application": "Desktop Anwendung", + "native-title-bar": "Native Anwendungsleiste", + "native-title-bar-description": "In Windows und macOS, sorgt das Deaktivieren der nativen Anwendungsleiste für ein kompakteres Aussehen. Unter Linux, sorgt das Aktivieren der nativen Anwendungsleiste für eine bessere Integration mit anderen Teilen des Systems.", + "background-effects": "Hintergrundeffekte aktivieren", + "background-effects-description": "Fügt einen unscharfen, stylischen Hintergrund in das Anwendungsfenstern ein. Dies erzeugt Tiefe und ein modernes Auftreten. \"Native Titelleiste\" muss deaktiviert sein.", + "restart-app-button": "Anwendung neustarten um Änderungen anzuwenden", + "zoom-factor": "Zoomfaktor" + }, + "note_autocomplete": { + "search-for": "Suche nach \"{{term}}\"", + "create-note": "Erstelle und verlinke Unternotiz \"{{term}}\"", + "insert-external-link": "Einfügen von Externen Link zu \"{{term}}\"", + "clear-text-field": "Textfeldinhalt löschen", + "show-recent-notes": "Aktuelle Notizen anzeigen", + "full-text-search": "Volltextsuche" + }, + "note_tooltip": { + "note-has-been-deleted": "Notiz wurde gelöscht.", + "quick-edit": "Schnellbearbeitung" + }, + "geo-map": { + "create-child-note-title": "Neue Unternotiz anlegen und zur Karte hinzufügen", + "create-child-note-instruction": "Auf die Karte klicken, um eine neue Notiz an der Stelle zu erstellen oder Escape drücken um abzubrechen.", + "unable-to-load-map": "Karte konnte nicht geladen werden.", + "create-child-note-text": "Marker hinzufügen" + }, + "geo-map-context": { + "open-location": "Ort öffnen", + "remove-from-map": "Von Karte entfernen", + "add-note": "Markierung an dieser Position erstellen" + }, + "help-button": { + "title": "Relevante Hilfeseite öffnen" + }, + "duration": { + "seconds": "Sekunden", + "minutes": "Minuten", + "hours": "Stunden", + "days": "Tage" + }, + "time_selector": { + "invalid_input": "Die eingegebene Zeit ist keine valide Zahl.", + "minimum_input": "Die eingegebene Zeit muss mindestens {{minimumSeconds}} Sekunden entsprechen." + }, + "modal": { + "close": "Schließen", + "help_title": "Zeige mehr Informationen zu diesem Fenster" + }, + "zen_mode": { + "button_exit": "Verlasse Zen Modus" + }, + "ui-performance": { + "title": "Leistung", + "enable-motion": "Aktiviere Übergänge und Animationen", + "enable-shadows": "Aktiviere Schatten", + "enable-backdrop-effects": "Aktiviere Hintergrundeffekte für Menüs, Pop-up Fenster und Panele", + "enable-smooth-scroll": "Aktiviere sanftes Scrollen", + "app-restart-required": "(Ein Neustart der Anwendung ist erforderlich, damit die Änderungen wirksam werden)" + }, + "code-editor-options": { + "title": "Editor" + }, + "custom_date_time_format": { + "title": "Benutzerdefiniertes Datums-/Zeitformat", + "description": "Passe das Format des Datums und der Uhrzeit an, die über oder die Symbolleiste eingefügt werden. Die verfügbaren Format-Tokens sind unter Day.js docs zu finden.", + "format_string": "Format Zeichenfolge:", + "formatted_time": "Formatiertes Datum/Uhrzeit:" + }, + "multi_factor_authentication": { + "title": "Multi-Faktor-Authentifizierung", + "description": "Die Multi-Faktor-Authentifizierung (MFA) bietet Ihrem Konto eine zusätzliche Sicherheitsebene. Anstatt sich lediglich mit einem Passwort anzumelden, müssen bei der MFA ein oder mehrere zusätzliche Nachweise erbracht werden, um die Identität zu bestätigen. Auf diese Weise kann selbst bei Bekanntwerden des Passworts, ohne die zweite Information nicht auf Ihr Konto zugegriffen werden. Das ist so, als würden Sie ein zusätzliches Schloss an einer Tür anbringen, wodurch es für andere viel schwieriger wird, einzubrechen.

Befolgen Sie bitte die nachstehenden Anweisungen, um MFA zu aktivieren. Wenn Sie die Konfiguration nicht korrekt vornehmen, erfolgt die Anmeldung weiterhin nur mit dem Passwort.", + "mfa_enabled": "Aktiviere Multi-Faktor-Authentifizierung", + "mfa_method": "MFA Methode", + "electron_disabled": "Multi-Faktor-Authentifizierung wird aktuell nicht in der Desktop-Version unterstützt.", + "totp_title": "Zeitbasiertes Einmalpasswort (TOTP)", + "totp_description": "TOTP (Zeitbasiertes Einmalpasswort) ist eine Sicherheitsfunktion, die einen einzigartigen, temporären Code generiert, der sich alle 30 Sekunden ändert. Sie verwenden diesen Code zusammen mit Ihrem Passwort, um sich bei Ihrem Konto anzumelden, wodurch es für andere Personen wesentlich schwieriger wird, darauf unbefugt zuzugreifen.", + "totp_secret_title": "Generiere TOTP Geheimnis", + "totp_secret_generate": "Generiere TOTP Geheimnis", + "totp_secret_regenerate": "TOTP-Geheimnis neu generieren", + "no_totp_secret_warning": "Um TOTP zu aktivieren, muss zunächst ein TOTP Geheimnis generiert werden.", + "totp_secret_description_warning": "Nach der Generierung des TOTP Geheimnisses ist eine Neuanmeldung mit dem TOTP Geheimnis erforderlich.", + "totp_secret_generated": "TOTP Geheimnis generiert", + "totp_secret_warning": "Bitte speichere das TOTP Geheimnis an einem sicheren Ort. Es wird nicht noch einmal angezeigt.", + "totp_secret_regenerate_confirm": "Möchten Sie das TOTP-Geheimnis wirklich neu generieren? Dadurch werden das bisherige TOTP-Geheimnis und alle vorhandenen Wiederherstellungscodes ungültig.", + "recovery_keys_title": "Einmalige Wiederherstellungsschlüssel", + "recovery_keys_description": "Einmalige Wiederherstellungsschlüssel werden verwendet, um sich anzumelden, falls Sie keinen Zugriff auf Ihre Authentifizierungscodes haben.", + "recovery_keys_description_warning": "Wiederherstellungsschlüssel werden nach dem Verlassen der Seite nicht erneut angezeigt. Bewahren Sie sie an einem sicheren Ort auf.
Wiederherstellungsschlüssel können nach ihrer Verwendung nicht erneut verwendet werden.", + "recovery_keys_error": "Fehler beim Generieren der Wiederherstellungscodes", + "recovery_keys_no_key_set": "Keine Wiederherstellungscodes eingerichtet", + "recovery_keys_generate": "Generiere Wiederherstellungscodes", + "recovery_keys_regenerate": "Wiederherstellungscodes erneut generieren", + "recovery_keys_used": "Verwendet: {{date}}", + "recovery_keys_unused": "Wiederherstellungscode {{index}} ist unbenutzt", + "oauth_title": "OAuth/OpenID", + "oauth_description": "OpenID ist ein standardisiertes Verfahren, mit dem Sie sich über ein Konto eines anderen Dienstes, beispielsweise Google, bei Websites anmelden können, um Ihre Identität zu bestätigen. Der Standardaussteller ist Google, Sie können jedoch jeden anderen OpenID-Anbieter auswählen. Weitere Informationen finden Sie hier. Befolgen Sie diese Anweisungen, um einen OpenID-Dienst über Google einzurichten.", + "oauth_description_warning": "Um OAuth/OpenID zu aktivieren, müssen Sie die OAuth/OpenID-Basis-URL, die Client-ID und den Client-Secret in der Datei config.ini festlegen und die Anwendung neu starten. Wenn Sie die Einstellungen über Umgebungsvariablen vornehmen möchten, legen Sie bitte TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID und TRILIUM_OAUTH_CLIENT_SECRET fest.", + "oauth_missing_vars": "Fehlende Einstellung: {{-variables}}", + "oauth_user_account": "Benutzerkonto: ", + "oauth_user_email": "Benutzer E-Mail: ", + "oauth_user_not_logged_in": "Nicht eingeloggt!" + }, + "share": { + "title": "Freigabeeinstellungen", + "redirect_bare_domain": "Hauptdomain zur Freigabeseite weiterleiten", + "redirect_bare_domain_description": "Anonyme Benutzer zur Freigabeseite weiterleiten, anstatt die Anmeldung anzuzeigen", + "show_login_link": "Zeige Anmeldelink im Design der Freigabeseite", + "show_login_link_description": "Füge einen Anmeldelink in der Fußzeile der Freigabeseite hinzu", + "check_share_root": "Status des Freigabe-Roots prüfen", + "share_root_found": "Freigabe-Root-Notiz '{{noteTitle}}' ist bereit", + "share_root_not_found": "Keine Notiz mit #shareRoot Label gefunden", + "share_root_not_shared": "Notiz '{{noteTitle}}' hat das #shareRoot Label, wurde jedoch noch nicht freigegeben" + }, + "tasks": { + "due": { + "today": "Heute", + "tomorrow": "Morgen", + "yesterday": "Gestern" + } + }, + "content_widget": { + "unknown_widget": "Unbekanntes Widget für '{{id}}'." + }, + "note_language": { + "not_set": "Keine Sprache ausgewählt", + "configure-languages": "Konfiguriere Sprachen...", + "help-on-languages": "Zu Übersetzungen beitragen..." + }, + "content_language": { + "title": "Inhaltssprachen", + "description": "Wähle eine oder mehrere Sprachen aus, die in der Sprachauswahl im Abschnitt „Grundlegende Eigenschaften“ einer schreibgeschützten oder bearbeitbaren Textnotiz angezeigt werden sollen. Dadurch stehen Funktionen wie Rechtschreibprüfung oder Unterstützung für Rechts-nach-Links-Sprachen zur Verfügung." + }, + "switch_layout_button": { + "title_vertical": "Bearbeitungsbereich nach unten verschieben", + "title_horizontal": "Bearbeitungsbereich nach links verschieben" + }, + "toggle_read_only_button": { + "unlock-editing": "Bearbeitung freischalten", + "lock-editing": "Bearbeitung sperren" + }, + "png_export_button": { + "button_title": "Exportiere Diagramm als PNG" + }, + "svg": { + "export_to_png": "Das Diagramm konnte als PNG nicht exportiert werden.", + "export_to_svg": "Das Diagramm konnte nicht als SVG exportiert werden." + }, + "code_theme": { + "title": "Aussehen", + "word_wrapping": "Zeilenumbruch", + "color-scheme": "Farbschema" + }, + "cpu_arch_warning": { + "title": "Bitte lade die ARM64-Version herunter", + "message_macos": "TriliumNext läuft aktuell über Rosetta 2. Nutzen Sie die Intel-Version (x64) auf einem Apple-Silicon-Mac, wird dadurch die Leistung und Akkulaufzeit deutlich beeinträchtigt.", + "message_windows": "TriliumNext läuft momentan in einer Emulation. Verwenden Sie eine Intel-Version (x64) auf einem Windows ARM Gerät, kann dadurch die Leistung und Akkulaufzeit deutlich beeinträchtigt werden.", + "recommendation": "Für ein optimales Erlebnis lade bitte die native ARM64-Version von TriliumNext von unserer Release-Seite herunter.", + "download_link": "Lade native Version herunter", + "continue_anyway": "Trotzdem fortfahren", + "dont_show_again": "Zeige diese Warnung nicht erneut" + }, + "editorfeatures": { + "title": "Funktionen", + "emoji_completion_enabled": "Emoji-Autovervollständigung aktivieren", + "note_completion_enabled": "Automatisches Vervollständigen von Notizen aktivieren", + "emoji_completion_description": "Wenn aktiviert, können Emojis ganz einfach in den Text eingefügt werden, indem man \":\" gefolgt vom Namen eines Emojis eingibt.", + "note_completion_description": "Wenn aktiviert, können Links zu Notizen erstellt werden, indem man \"@\" gefolgt vom Titel einer Notiz eingibt.", + "slash_commands_enabled": "Aktiviere Slash-Befehle", + "slash_commands_description": "Wenn aktiviert, können Bearbeitungsbefehle wie das Einfügen von Zeilenumbrüchen oder Überschriften durch Eingabe von \"/\" aktiviert werden." + }, + "table_view": { + "new-row": "Neue Zeile", + "new-column": "Neue Spalte", + "sort-column-by": "Sortiere nach '{{title}}'", + "sort-column-ascending": "Aufsteigend", + "sort-column-descending": "Absteigend", + "sort-column-clear": "Sortierung zurücksetzen", + "hide-column": "Spalte '{{title}}' ausblenden", + "show-hide-columns": "Zeige/verberge Spalten", + "row-insert-above": "Zeile oberhalb einfügen", + "row-insert-below": "Zeile unterhalb einfügen", + "row-insert-child": "Unternotiz einfügen", + "add-column-to-the-left": "Spalte links einfügen", + "add-column-to-the-right": "Spalte rechts einfügen", + "edit-column": "Spalte editieren", + "delete_column_confirmation": "Soll diese Spalte wirklich gelöscht werden? Das entsprechende Attribut wird aus allen Notizen entfernt.", + "delete-column": "Spalte entfernen", + "new-column-label": "Label", + "new-column-relation": "Beziehung" + }, + "book_properties_config": { + "hide-weekends": "Wochenenden ausblenden", + "display-week-numbers": "Zeige Kalenderwoche", + "map-style": "Kartenstil", + "max-nesting-depth": "Maximale Verschachtelungstiefe:", + "raster": "Raster", + "vector_light": "Vektor (Hell)", + "vector_dark": "Vektor (Dunkel)", + "show-scale": "Zeige Skalierung" + }, + "table_context_menu": { + "delete_row": "Zeile entfernen" + }, + "board_view": { + "delete-note": "Lösche Notiz...", + "move-to": "Verschiebe zu", + "insert-above": "Oberhalb einfügen", + "insert-below": "Unterhalb einfügen", + "delete-column": "Spalte entfernen", + "delete-column-confirmation": "Soll die Spalte wirklich gelöscht werden? Abhängige Attribute werden auch in den Notizen unter dieser Spalte gelöscht.", + "new-item": "Neuer Artikel", + "add-column": "Spalte hinzufügen", + "remove-from-board": "Entferne von Tafel", + "archive-note": "archiviere Notiz", + "unarchive-note": "entarchiviere Notiz", + "new-item-placeholder": "Notiz Titel eingeben...", + "add-column-placeholder": "Spaltenname eingeben...", + "edit-note-title": "Klicke zum Editieren des Notiz-Titels", + "edit-column-title": "Klicke zum Editieren des Spalten-Titels", + "column-already-exists": "Die Spalte ist auf dem Board bereits vorhanden." + }, + "command_palette": { + "tree-action-name": "Struktur: {{name}}", + "export_note_title": "Notiz exportieren", + "export_note_description": "aktuelle Notiz exportieren", + "show_attachments_title": "Zeige Anhänge", + "show_attachments_description": "Notizanhänge anzeigen", + "search_notes_title": "Suche Notiz", + "search_notes_description": "Öffne erweiterte Suche", + "search_subtree_title": "Im Zweig suchen", + "search_subtree_description": "Im aktuellen Zweig suchen", + "search_history_title": "Zeige Suchhistorie", + "search_history_description": "Zeige vorherige Suchen", + "configure_launch_bar_title": "Startleiste anpassen", + "configure_launch_bar_description": "Öffnen Sie die Einstellungen der Startleiste, um Elemente hinzuzufügen oder zu entfernen." + }, + "content_renderer": { + "open_externally": "Öffne extern" + }, + "call_to_action": { + "next_theme_title": "Teste das neue Trilium Design", + "next_theme_message": "Es wird aktuell das alte Design verwendet. Möchten Sie das neue Design ausprobieren?", + "next_theme_button": "Teste das neue Design", + "background_effects_title": "Hintergrundeffekte sind jetzt zuverlässig nutzbar", + "background_effects_message": "Auf Windows- und macOS-Geräten sind die Hintergrundeffekte nun stabil. Die Hintergrundeffekte verleihen der Benutzeroberfläche einen Farbakzent, indem der Hintergrund dahinter weichgezeichnet wird.", + "background_effects_button": "Aktiviere Hintergrundeffekte", + "dismiss": "Ablehnen", + "new_layout_title": "Neues Layout", + "new_layout_message": "Wir haben ein modernisiertes Layout für Trilium eingeführt. Die Multifunktionsleiste wurde entfernt und als neue Statusanzeige und ausklappbaren Sektionen (wie hervorgehobenen Attributen), welche Schlüsselfunktionen übernehmen, nahtlos in das Hauptinterface integriert.\n\nDas neue Layout ist standardmäßig aktiviert und kann temporär in Optionen → Anzeige deaktiviert werden.", + "new_layout_button": "Mehr Informationen" + }, + "settings": { + "related_settings": "Ähnliche Einstellungen" + }, + "settings_appearance": { + "related_code_blocks": "Farbschema für Code-Blöcke in Textnotizen", + "related_code_notes": "Farbschema für Code-Notizen", + "ui": "Benutzeroberfläche", + "ui_old_layout": "Altes Layout", + "ui_new_layout": "Neues Layout" + }, + "units": { + "percentage": "%" + }, + "pagination": { + "page_title": "Seite {{startIndex}} von {{endIndex}}", + "total_notes": "{{count}} Notizen" + }, + "collections": { + "rendering_error": "Aufgrund eines Fehlers können keine Inhalte angezeigt werden." + }, + "presentation_view": { + "edit-slide": "Folie bearbeiten", + "start-presentation": "Präsentation starten", + "slide-overview": "Übersicht der Folien ein-/ausblenden" + }, + "read-only-info": { + "read-only-note": "Aktuelle Notiz wird im Lese-Modus angezeigt.", + "auto-read-only-note": "Diese Notiz wird im Nur-Lesen-Modus angezeigt, um ein schnelleres Laden zu ermöglichen.", + "edit-note": "Notiz bearbeiten" + }, + "calendar_view": { + "delete_note": "Notiz löschen..." + }, + "note-color": { + "clear-color": "Notizfarbe entfernen", + "set-color": "Notizfarbe wählen", + "set-custom-color": "Eigene Notizfarbe wählen" + }, + "popup-editor": { + "maximize": "Wechsele zum vollständigen Editor" + }, + "experimental_features": { + "title": "Experimentelle Optionen", + "disclaimer": "Diese Optionen sind experimentell und können Instabilitäten verursachen. Achtsam zu verwenden.", + "new_layout_name": "Neues Layout", + "new_layout_description": "Probiere das neue Layout für eine modernere Darstellung und verbesserte Benutzbarkeit aus. Kann sich in Zukunft stark ändern." + }, + "server": { + "unknown_http_error_title": "Kommunikationsfehler mit dem Server", + "unknown_http_error_content": "Statuscode: {{statusCode}}\nURL: {{method}} {{url}}\nNachricht: {{message}}", + "traefik_blocks_requests": "Der Traefik Reverse-Proxy hat eine Änderung erfahren, welches die Kommunikation mit dem Server beeinflusst." + }, + "tab_history_navigation_buttons": { + "go-back": "Zur vorherigen Notiz zurück kehren", + "go-forward": "Zur nächsten Notiz" + }, + "breadcrumb": { + "hoisted_badge": "Gehoben", + "hoisted_badge_title": "Abgesenkt", + "workspace_badge": "Arbeitsfläche", + "scroll_to_top_title": "Zum Anfang der Notiz springen", + "create_new_note": "Neue Unternotiz erstellen", + "empty_hide_archived_notes": "Archivierte Notizen ausblenden" + }, + "breadcrumb_badges": { + "read_only_explicit": "Schreibgeschützt", + "read_only_explicit_description": "Diese Notiz wurde händisch schreibgeschützt.\nKlicke hier um sie temporär zu bearbeiten.", + "read_only_auto": "Automatisch schreibgeschützt", + "read_only_auto_description": "Diese Notiz wurde automatisch aus Leistungsgründen als schreibgeschützt markiert. Dieses automatische Limit kann in den Einstellungen angepasst werden.\n\nKlicke hier, um sie temporär zu bearbeiten.", + "read_only_temporarily_disabled": "Temporär bearbeitbar", + "read_only_temporarily_disabled_description": "Diese Notiz ist aktuell bearbeitbar, ist aber normalerweise schreibgeschützt. Sobald du zu einer anderen Notiz navigierst wird diese wieder schreibgeschützt.\n\nKlicke hier, um die Notiz wieder schreibgeschützt zu machen.", + "shared_publicly": "Öffentlich freigegeben", + "shared_locally": "Lokal freigegeben", + "shared_copy_to_clipboard": "Link in die Zwischenablage kopieren", + "shared_open_in_browser": "Link im Browser öffnen", + "shared_unshare": "Freigabe aufheben", + "clipped_note": "Internetschnellverweis", + "clipped_note_description": "Diese Notiz wurde von {{url}} übernommen.\n\nKlicke hier, um zur Quelle zu gehen.", + "execute_script": "Skript ausführen", + "execute_script_description": "Diese Notiz ist eine Skriptnotiz. Klicke hier, um das Skript auszuführen.", + "execute_sql": "SQL ausführen", + "execute_sql_description": "Diese Notiz ist eine SQL-Notiz. Klicke hier, um die SQL-Abfrage auszuführen.", + "save_status_saved": "Gespeichert", + "save_status_saving": "Speichere...", + "save_status_unsaved": "Nicht gespeichert", + "save_status_error": "Speichern fehlgeschlagen", + "save_status_saving_tooltip": "Änderungen werden gespeichert.", + "save_status_unsaved_tooltip": "Es gibt ungespeicherte Änderungen, welche gleich automatisch gespeichert werden.", + "save_status_error_tooltip": "Beim speichern der Notiz ist ein Fehler aufgetreten. Wenn möglich, versuche die Notiz woandershin zu kopieren und die Anwendung neu zu laden." + }, + "status_bar": { + "language_title": "Inhaltssprache ändern", + "note_info_title": "Notizinfo anzeigen (z.B.: Datum, Notizgröße)", + "backlinks_one": "{{count}} Rücklink", + "backlinks_other": "{{count}} Rücklinks", + "backlinks_title_one": "Rücklink anzeigen", + "backlinks_title_other": "Rücklinks anzeigen", + "attachments_one": "{{count}} Anhang", + "attachments_other": "{{count}} Anhänge", + "attachments_title_one": "Anhang in einem neuen Tab öffnen", + "attachments_title_other": "Anhänge in einem neuen Tab öffnen", + "attributes_one": "{{count}} Attribut", + "attributes_other": "{{count}} Attribute", + "attributes_title": "Eigene und geerbte Attribute", + "note_paths_one": "{{count}} Pfad", + "note_paths_other": "{{count}} Pfade", + "note_paths_title": "Notizpfade", + "code_note_switcher": "Sprachmodus ändern" + }, + "attributes_panel": { + "title": "Notizattribute" + }, + "right_pane": { + "empty_message": "Für diese Notiz gibt es nichts anzuzeigen", + "empty_button": "Leiste ausblenden", + "toggle": "Rechte Leiste umschalten", + "custom_widget_go_to_source": "Zum Quellcode" + }, + "pdf": { + "attachments_one": "{{count}} Anhang", + "attachments_other": "{{count}} Anhänge", + "layers_one": "{{count}} Ebene", + "layers_other": "{{count}} Ebenen", + "pages_one": "{{count}} Seite", + "pages_other": "{{count}} Seiten", + "pages_alt": "Seite {{pageNumber}}", + "pages_loading": "Lädt..." + }, + "platform_indicator": { + "available_on": "Verfügbar auf {{platform}}" + }, + "mobile_tab_switcher": { + "title_one": "{{count}} Tab", + "title_other": "{{count}} Tabs", + "more_options": "Weitere Optionen" } - }, - "electron_context_menu": { - "add-term-to-dictionary": "Begriff \"{{term}}\" zum Wörterbuch hinzufügen", - "cut": "Ausschneiden", - "copy": "Kopieren", - "copy-link": "Link kopieren", - "paste": "Einfügen", - "paste-as-plain-text": "Als unformatierten Text einfügen", - "search_online": "Suche nach \"{{term}}\" mit {{searchEngine}} starten", - "search_in_trilium": "Suche nach \"{{term}}\" in Trilium" - }, - "image_context_menu": { - "copy_reference_to_clipboard": "Referenz in Zwischenablage kopieren", - "copy_image_to_clipboard": "Bild in die Zwischenablage kopieren" - }, - "link_context_menu": { - "open_note_in_new_tab": "Notiz in neuen Tab öffnen", - "open_note_in_new_split": "Notiz in neuen geteilten Tab öffnen", - "open_note_in_new_window": "Notiz in neuen Fenster öffnen", - "open_note_in_popup": "Schnellbearbeitung", - "open_note_in_other_split": "Notiz in neuer Spalte öffnen" - }, - "electron_integration": { - "desktop-application": "Desktop Anwendung", - "native-title-bar": "Native Anwendungsleiste", - "native-title-bar-description": "In Windows und macOS, sorgt das Deaktivieren der nativen Anwendungsleiste für ein kompakteres Aussehen. Unter Linux, sorgt das Aktivieren der nativen Anwendungsleiste für eine bessere Integration mit anderen Teilen des Systems.", - "background-effects": "Hintergrundeffekte aktivieren", - "background-effects-description": "Fügt einen unscharfen, stylischen Hintergrund in das Anwendungsfenstern ein. Dies erzeugt Tiefe und ein modernes Auftreten. \"Native Titelleiste\" muss deaktiviert sein.", - "restart-app-button": "Anwendung neustarten um Änderungen anzuwenden", - "zoom-factor": "Zoomfaktor" - }, - "note_autocomplete": { - "search-for": "Suche nach \"{{term}}\"", - "create-note": "Erstelle und verlinke Unternotiz \"{{term}}\"", - "insert-external-link": "Einfügen von Externen Link zu \"{{term}}\"", - "clear-text-field": "Textfeldinhalt löschen", - "show-recent-notes": "Aktuelle Notizen anzeigen", - "full-text-search": "Volltextsuche" - }, - "note_tooltip": { - "note-has-been-deleted": "Notiz wurde gelöscht.", - "quick-edit": "Schnellbearbeitung" - }, - "geo-map": { - "create-child-note-title": "Neue Unternotiz anlegen und zur Karte hinzufügen", - "create-child-note-instruction": "Auf die Karte klicken, um eine neue Notiz an der Stelle zu erstellen oder Escape drücken um abzubrechen.", - "unable-to-load-map": "Karte konnte nicht geladen werden.", - "create-child-note-text": "Marker hinzufügen" - }, - "geo-map-context": { - "open-location": "Ort öffnen", - "remove-from-map": "Von Karte entfernen", - "add-note": "Markierung an dieser Position erstellen" - }, - "help-button": { - "title": "Relevante Hilfeseite öffnen" - }, - "duration": { - "seconds": "Sekunden", - "minutes": "Minuten", - "hours": "Stunden", - "days": "Tage" - }, - "time_selector": { - "invalid_input": "Die eingegebene Zeit ist keine valide Zahl.", - "minimum_input": "Die eingegebene Zeit muss mindestens {{minimumSeconds}} Sekunden entsprechen." - }, - "modal": { - "close": "Schließen", - "help_title": "Zeige mehr Informationen zu diesem Fenster" - }, - "ai_llm": { - "not_started": "Nicht gestartet", - "title": "KI Einstellungen", - "processed_notes": "Verarbeitete Notizen", - "total_notes": "Gesamt Notizen", - "progress": "Fortschritt", - "queued_notes": "Eingereihte Notizen", - "failed_notes": "Fehlgeschlagenen Notizen", - "last_processed": "Zuletzt verarbeitet", - "refresh_stats": "Statistiken neu laden", - "enable_ai_features": "Aktiviere KI/LLM Funktionen", - "enable_ai_description": "Aktiviere KI-Funktionen wie Notizzusammenfassungen, Inhaltserzeugung und andere LLM-Funktionen", - "openai_tab": "OpenAI", - "anthropic_tab": "Anthropic", - "voyage_tab": "Voyage AI", - "ollama_tab": "Ollama", - "enable_ai": "Aktiviere KI/LLM Funktionen", - "enable_ai_desc": "Aktiviere KI-Funktionen wie Notizzusammenfassungen, Inhaltserzeugung und andere LLM-Funktionen", - "provider_configuration": "KI-Anbieterkonfiguration", - "provider_precedence": "Anbieter Priorität", - "provider_precedence_description": "Komma-getrennte Liste von Anbieter in der Reihenfolge ihrer Priorität (z.B. 'openai, anthropic,ollama')", - "temperature": "Temperatur", - "temperature_description": "Regelt die Zufälligkeit in Antworten (0 = deterministisch, 2 = maximale Zufälligkeit)", - "system_prompt": "Systemaufforderung", - "system_prompt_description": "Standard Systemaufforderung für alle KI-Interaktionen", - "openai_configuration": "OpenAI Konfiguration", - "openai_settings": "OpenAI Einstellungen", - "api_key": "API Schlüssel", - "url": "Basis-URL", - "model": "Modell", - "anthropic_settings": "Anthropic Einstellungen", - "partial": "{{ percentage }}% verarbeitet", - "anthropic_api_key_description": "Dein Anthropic API-Key für den Zugriff auf Claude Modelle", - "anthropic_model_description": "Anthropic Claude Modell für Chat-Vervollständigung", - "voyage_settings": "Einstellungen für Voyage AI", - "ollama_url_description": "URL für die Ollama API (Standard: http://localhost:11434)", - "ollama_model_description": "Ollama Modell für Chat-Vervollständigung", - "anthropic_configuration": "Anthropic Konfiguration", - "voyage_configuration": "Voyage AI Konfiguration", - "voyage_url_description": "Standard: https://api.voyageai.com/v1", - "ollama_configuration": "Ollama Konfiguration", - "enable_ollama": "Aktiviere Ollama", - "enable_ollama_description": "Aktiviere Ollama für lokale KI Modell Nutzung", - "ollama_url": "Ollama URL", - "ollama_model": "Ollama Modell", - "refresh_models": "Aktualisiere Modelle", - "refreshing_models": "Aktualisiere...", - "enable_automatic_indexing": "Aktiviere automatische Indizierung", - "rebuild_index": "Index neu aufbauen", - "rebuild_index_error": "Fehler beim Neuaufbau des Index. Prüfe Log für mehr Informationen.", - "retry_failed": "Fehler: Notiz konnte nicht erneut eingereiht werden", - "max_notes_per_llm_query": "Max. Notizen je Abfrage", - "max_notes_per_llm_query_description": "Maximale Anzahl ähnlicher Notizen zum Einbinden als KI Kontext", - "active_providers": "Aktive Anbieter", - "disabled_providers": "Inaktive Anbieter", - "remove_provider": "Entferne Anbieter von Suche", - "restore_provider": "Anbieter zur Suche wiederherstellen", - "similarity_threshold": "Ähnlichkeitsschwelle", - "similarity_threshold_description": "Mindestähnlichkeitswert (0-1) für Notizen, die im Kontext für LLM-Abfragen berücksichtigt werden sollen", - "reprocess_index": "Suchindex neu erstellen", - "reprocessing_index": "Neuerstellung...", - "reprocess_index_started": "Suchindex-Optimierung wurde im Hintergrund gestartet", - "reprocess_index_error": "Fehler beim Wiederaufbau des Suchindex", - "index_rebuild_progress": "Fortschritt der Index-Neuerstellung", - "index_rebuilding": "Optimierung Index ({{percentage}}%)", - "index_rebuild_complete": "Index Optimierung abgeschlossen", - "index_rebuild_status_error": "Fehler bei Überprüfung Status Index Neuerstellung", - "never": "Niemals", - "processing": "Verarbeitung ({{percentage}}%)", - "refreshing": "Aktualisiere...", - "incomplete": "Unvollständig ({{percentage}}%)", - "complete": "Abgeschlossen (100%)", - "auto_refresh_notice": "Auto-Aktualisierung alle {{seconds}} Sekunden", - "note_queued_for_retry": "Notiz in Warteschlange für erneuten Versuch hinzugefügt", - "failed_to_retry_note": "Wiederholungsversuch fehlgeschlagen für Notiz", - "ai_settings": "KI Einstellungen", - "agent": { - "processing": "Verarbeite...", - "thinking": "Nachdenken...", - "loading": "Lade...", - "generating": "Generiere..." - }, - "name": "KI", - "openai": "OpenAI", - "use_enhanced_context": "Benutze verbesserten Kontext", - "openai_api_key_description": "Dein OpenAPI-Key für den Zugriff auf den KI-Dienst", - "default_model": "Standardmodell", - "openai_model_description": "Beispiele: gpt-4o, gpt-4-turbo, gpt-3.5-turbo", - "base_url": "Basis URL", - "openai_url_description": "Standard: https://api.openai.com/v1", - "anthropic_url_description": "Basis URL für Anthropic API (Standard: https://api.anthropic.com)", - "ollama_settings": "Ollama Einstellungen", - "note_title": "Notiz Titel", - "error": "Fehler", - "last_attempt": "Letzter Versuch", - "actions": "Aktionen", - "retry": "Erneut versuchen", - "retry_queued": "Notiz für weiteren Versuch eingereiht", - "empty_key_warning": { - "anthropic": "Anthropic API-Key ist leer. Bitte gültigen API-Key eingeben.", - "openai": "OpenAI API-Key ist leer. Bitte gültigen API-Key eingeben.", - "voyage": "Voyage API-Key ist leer. Bitte gültigen API-Key eingeben.", - "ollama": "Ollama API-Key ist leer. Bitte gültigen API-Key eingeben." - }, - "api_key_tooltip": "API-Key für den Zugriff auf den Dienst", - "failed_to_retry_all": "Wiederholungsversuch für Notizen fehlgeschlagen", - "all_notes_queued_for_retry": "Alle fehlgeschlagenen Notizen wurden zur Wiederholung in die Warteschlange gestellt", - "enhanced_context_description": "Versorgt die KI mit mehr Kontext aus der Notiz und den zugehörigen Notizen, um bessere Antworten zu ermöglichen", - "show_thinking": "Zeige Denkprozess", - "show_thinking_description": "Zeige den Denkprozess der KI", - "enter_message": "Geben Sie Ihre Nachricht ein...", - "error_contacting_provider": "Fehler beim Kontaktieren des KI-Anbieters. Bitte überprüfe die Einstellungen und die Internetverbindung.", - "error_generating_response": "Fehler beim Generieren der KI Antwort", - "index_all_notes": "Indiziere alle Notizen", - "index_status": "Indizierungsstatus", - "indexed_notes": "Indizierte Notizen", - "indexing_stopped": "Indizierung gestoppt", - "indexing_in_progress": "Indizierung in Bearbeitung...", - "last_indexed": "Zuletzt Indiziert", - "note_chat": "Notizen-Chat", - "sources": "Quellen", - "start_indexing": "Starte Indizierung", - "use_advanced_context": "Benutze erweiterten Kontext", - "ollama_no_url": "Ollama ist nicht konfiguriert. Bitte trage eine gültige URL ein.", - "chat": { - "root_note_title": "KI Chats", - "root_note_content": "Diese Notiz enthält gespeicherte KI-Chat-Unterhaltungen.", - "new_chat_title": "Neuer Chat", - "create_new_ai_chat": "Erstelle neuen KI Chat" - }, - "create_new_ai_chat": "Erstelle neuen KI Chat", - "configuration_warnings": "Es wurden Probleme mit der KI Konfiguration festgestellt. Bitte überprüfe die Einstellungen.", - "experimental_warning": "Die LLM-Funktionen sind aktuell experimentell - sei an dieser Stelle gewarnt.", - "selected_provider": "Ausgewählter Anbieter", - "selected_provider_description": "Wähle einen KI-Anbieter für Chat- und Vervollständigungsfunktionen", - "select_model": "Wähle Modell...", - "select_provider": "Wähle Anbieter...", - "ai_enabled": "KI Funktionen aktiviert", - "ai_disabled": "KI Funktionen deaktiviert", - "no_models_found_online": "Keine Modelle gefunden. Bitte überprüfe den API-Key und die Einstellungen.", - "no_models_found_ollama": "Kein Ollama Modell gefunden. Bitte prüfe, ob Ollama gerade läuft.", - "error_fetching": "Fehler beim Abrufen der Modelle: {{error}}" - }, - "zen_mode": { - "button_exit": "Verlasse Zen Modus" - }, - "ui-performance": { - "title": "Leistung", - "enable-motion": "Aktiviere Übergänge und Animationen", - "enable-shadows": "Aktiviere Schatten", - "enable-backdrop-effects": "Aktiviere Hintergrundeffekte für Menüs, Pop-up Fenster und Panele", - "enable-smooth-scroll": "Aktiviere sanftes Scrollen", - "app-restart-required": "(Ein Neustart der Anwendung ist erforderlich, damit die Änderungen wirksam werden)" - }, - "code-editor-options": { - "title": "Editor" - }, - "custom_date_time_format": { - "title": "Benutzerdefiniertes Datums-/Zeitformat", - "description": "Passe das Format des Datums und der Uhrzeit an, die über oder die Symbolleiste eingefügt werden. Die verfügbaren Format-Tokens sind unter Day.js docs zu finden.", - "format_string": "Format Zeichenfolge:", - "formatted_time": "Formatiertes Datum/Uhrzeit:" - }, - "multi_factor_authentication": { - "title": "Multi-Faktor-Authentifizierung", - "description": "Die Multi-Faktor-Authentifizierung (MFA) bietet Ihrem Konto eine zusätzliche Sicherheitsebene. Anstatt sich lediglich mit einem Passwort anzumelden, müssen bei der MFA ein oder mehrere zusätzliche Nachweise erbracht werden, um die Identität zu bestätigen. Auf diese Weise kann selbst bei Bekanntwerden des Passworts, ohne die zweite Information nicht auf Ihr Konto zugegriffen werden. Das ist so, als würden Sie ein zusätzliches Schloss an einer Tür anbringen, wodurch es für andere viel schwieriger wird, einzubrechen.

Befolgen Sie bitte die nachstehenden Anweisungen, um MFA zu aktivieren. Wenn Sie die Konfiguration nicht korrekt vornehmen, erfolgt die Anmeldung weiterhin nur mit dem Passwort.", - "mfa_enabled": "Aktiviere Multi-Faktor-Authentifizierung", - "mfa_method": "MFA Methode", - "electron_disabled": "Multi-Faktor-Authentifizierung wird aktuell nicht in der Desktop-Version unterstützt.", - "totp_title": "Zeitbasiertes Einmalpasswort (TOTP)", - "totp_description": "TOTP (Zeitbasiertes Einmalpasswort) ist eine Sicherheitsfunktion, die einen einzigartigen, temporären Code generiert, der sich alle 30 Sekunden ändert. Sie verwenden diesen Code zusammen mit Ihrem Passwort, um sich bei Ihrem Konto anzumelden, wodurch es für andere Personen wesentlich schwieriger wird, darauf unbefugt zuzugreifen.", - "totp_secret_title": "Generiere TOTP Geheimnis", - "totp_secret_generate": "Generiere TOTP Geheimnis", - "totp_secret_regenerate": "TOTP-Geheimnis neu generieren", - "no_totp_secret_warning": "Um TOTP zu aktivieren, muss zunächst ein TOTP Geheimnis generiert werden.", - "totp_secret_description_warning": "Nach der Generierung des TOTP Geheimnisses ist eine Neuanmeldung mit dem TOTP Geheimnis erforderlich.", - "totp_secret_generated": "TOTP Geheimnis generiert", - "totp_secret_warning": "Bitte speichere das TOTP Geheimnis an einem sicheren Ort. Es wird nicht noch einmal angezeigt.", - "totp_secret_regenerate_confirm": "Möchten Sie das TOTP-Geheimnis wirklich neu generieren? Dadurch werden das bisherige TOTP-Geheimnis und alle vorhandenen Wiederherstellungscodes ungültig.", - "recovery_keys_title": "Einmalige Wiederherstellungsschlüssel", - "recovery_keys_description": "Einmalige Wiederherstellungsschlüssel werden verwendet, um sich anzumelden, falls Sie keinen Zugriff auf Ihre Authentifizierungscodes haben.", - "recovery_keys_description_warning": "Wiederherstellungsschlüssel werden nach dem Verlassen der Seite nicht erneut angezeigt. Bewahren Sie sie an einem sicheren Ort auf.
Wiederherstellungsschlüssel können nach ihrer Verwendung nicht erneut verwendet werden.", - "recovery_keys_error": "Fehler beim Generieren der Wiederherstellungscodes", - "recovery_keys_no_key_set": "Keine Wiederherstellungscodes eingerichtet", - "recovery_keys_generate": "Generiere Wiederherstellungscodes", - "recovery_keys_regenerate": "Wiederherstellungscodes erneut generieren", - "recovery_keys_used": "Verwendet: {{date}}", - "recovery_keys_unused": "Wiederherstellungscode {{index}} ist unbenutzt", - "oauth_title": "OAuth/OpenID", - "oauth_description": "OpenID ist ein standardisiertes Verfahren, mit dem Sie sich über ein Konto eines anderen Dienstes, beispielsweise Google, bei Websites anmelden können, um Ihre Identität zu bestätigen. Der Standardaussteller ist Google, Sie können jedoch jeden anderen OpenID-Anbieter auswählen. Weitere Informationen finden Sie hier. Befolgen Sie diese Anweisungen, um einen OpenID-Dienst über Google einzurichten.", - "oauth_description_warning": "Um OAuth/OpenID zu aktivieren, müssen Sie die OAuth/OpenID-Basis-URL, die Client-ID und den Client-Secret in der Datei config.ini festlegen und die Anwendung neu starten. Wenn Sie die Einstellungen über Umgebungsvariablen vornehmen möchten, legen Sie bitte TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID und TRILIUM_OAUTH_CLIENT_SECRET fest.", - "oauth_missing_vars": "Fehlende Einstellung: {{-variables}}", - "oauth_user_account": "Benutzerkonto: ", - "oauth_user_email": "Benutzer E-Mail: ", - "oauth_user_not_logged_in": "Nicht eingeloggt!" - }, - "share": { - "title": "Freigabeeinstellungen", - "redirect_bare_domain": "Hauptdomain zur Freigabeseite weiterleiten", - "redirect_bare_domain_description": "Anonyme Benutzer zur Freigabeseite weiterleiten, anstatt die Anmeldung anzuzeigen", - "show_login_link": "Zeige Anmeldelink im Design der Freigabeseite", - "show_login_link_description": "Füge einen Anmeldelink in der Fußzeile der Freigabeseite hinzu", - "check_share_root": "Status des Freigabe-Roots prüfen", - "share_root_found": "Freigabe-Root-Notiz '{{noteTitle}}' ist bereit", - "share_root_not_found": "Keine Notiz mit #shareRoot Label gefunden", - "share_root_not_shared": "Notiz '{{noteTitle}}' hat das #shareRoot Label, wurde jedoch noch nicht freigegeben" - }, - "tasks": { - "due": { - "today": "Heute", - "tomorrow": "Morgen", - "yesterday": "Gestern" - } - }, - "content_widget": { - "unknown_widget": "Unbekanntes Widget für '{{id}}'." - }, - "note_language": { - "not_set": "Keine Sprache ausgewählt", - "configure-languages": "Konfiguriere Sprachen...", - "help-on-languages": "Zu Übersetzungen beitragen..." - }, - "content_language": { - "title": "Inhaltssprachen", - "description": "Wähle eine oder mehrere Sprachen aus, die in der Sprachauswahl im Abschnitt „Grundlegende Eigenschaften“ einer schreibgeschützten oder bearbeitbaren Textnotiz angezeigt werden sollen. Dadurch stehen Funktionen wie Rechtschreibprüfung oder Unterstützung für Rechts-nach-Links-Sprachen zur Verfügung." - }, - "switch_layout_button": { - "title_vertical": "Bearbeitungsbereich nach unten verschieben", - "title_horizontal": "Bearbeitungsbereich nach links verschieben" - }, - "toggle_read_only_button": { - "unlock-editing": "Bearbeitung freischalten", - "lock-editing": "Bearbeitung sperren" - }, - "png_export_button": { - "button_title": "Exportiere Diagramm als PNG" - }, - "svg": { - "export_to_png": "Das Diagramm konnte als PNG nicht exportiert werden.", - "export_to_svg": "Das Diagramm konnte nicht als SVG exportiert werden." - }, - "code_theme": { - "title": "Aussehen", - "word_wrapping": "Zeilenumbruch", - "color-scheme": "Farbschema" - }, - "cpu_arch_warning": { - "title": "Bitte lade die ARM64-Version herunter", - "message_macos": "TriliumNext läuft aktuell über Rosetta 2. Nutzen Sie die Intel-Version (x64) auf einem Apple-Silicon-Mac, wird dadurch die Leistung und Akkulaufzeit deutlich beeinträchtigt.", - "message_windows": "TriliumNext läuft momentan in einer Emulation. Verwenden Sie eine Intel-Version (x64) auf einem Windows ARM Gerät, kann dadurch die Leistung und Akkulaufzeit deutlich beeinträchtigt werden.", - "recommendation": "Für ein optimales Erlebnis lade bitte die native ARM64-Version von TriliumNext von unserer Release-Seite herunter.", - "download_link": "Lade native Version herunter", - "continue_anyway": "Trotzdem fortfahren", - "dont_show_again": "Zeige diese Warnung nicht erneut" - }, - "editorfeatures": { - "title": "Funktionen", - "emoji_completion_enabled": "Emoji-Autovervollständigung aktivieren", - "note_completion_enabled": "Automatisches Vervollständigen von Notizen aktivieren", - "emoji_completion_description": "Wenn aktiviert, können Emojis ganz einfach in den Text eingefügt werden, indem man \":\" gefolgt vom Namen eines Emojis eingibt.", - "note_completion_description": "Wenn aktiviert, können Links zu Notizen erstellt werden, indem man \"@\" gefolgt vom Titel einer Notiz eingibt.", - "slash_commands_enabled": "Aktiviere Slash-Befehle", - "slash_commands_description": "Wenn aktiviert, können Bearbeitungsbefehle wie das Einfügen von Zeilenumbrüchen oder Überschriften durch Eingabe von \"/\" aktiviert werden." - }, - "table_view": { - "new-row": "Neue Zeile", - "new-column": "Neue Spalte", - "sort-column-by": "Sortiere nach '{{title}}'", - "sort-column-ascending": "Aufsteigend", - "sort-column-descending": "Absteigend", - "sort-column-clear": "Sortierung zurücksetzen", - "hide-column": "Spalte '{{title}}' ausblenden", - "show-hide-columns": "Zeige/verberge Spalten", - "row-insert-above": "Zeile oberhalb einfügen", - "row-insert-below": "Zeile unterhalb einfügen", - "row-insert-child": "Unternotiz einfügen", - "add-column-to-the-left": "Spalte links einfügen", - "add-column-to-the-right": "Spalte rechts einfügen", - "edit-column": "Spalte editieren", - "delete_column_confirmation": "Soll diese Spalte wirklich gelöscht werden? Das entsprechende Attribut wird aus allen Notizen entfernt.", - "delete-column": "Spalte entfernen", - "new-column-label": "Label", - "new-column-relation": "Beziehung" - }, - "book_properties_config": { - "hide-weekends": "Wochenenden ausblenden", - "display-week-numbers": "Zeige Kalenderwoche", - "map-style": "Kartenstil", - "max-nesting-depth": "Maximale Verschachtelungstiefe:", - "raster": "Raster", - "vector_light": "Vektor (Hell)", - "vector_dark": "Vektor (Dunkel)", - "show-scale": "Zeige Skalierung" - }, - "table_context_menu": { - "delete_row": "Zeile entfernen" - }, - "board_view": { - "delete-note": "Lösche Notiz...", - "move-to": "Verschiebe zu", - "insert-above": "Oberhalb einfügen", - "insert-below": "Unterhalb einfügen", - "delete-column": "Spalte entfernen", - "delete-column-confirmation": "Soll die Spalte wirklich gelöscht werden? Abhängige Attribute werden auch in den Notizen unter dieser Spalte gelöscht.", - "new-item": "Neuer Artikel", - "add-column": "Spalte hinzufügen", - "remove-from-board": "Entferne von Tafel", - "archive-note": "archiviere Notiz", - "unarchive-note": "entarchiviere Notiz", - "new-item-placeholder": "Notiz Titel eingeben...", - "add-column-placeholder": "Spaltenname eingeben...", - "edit-note-title": "Klicke zum Editieren des Notiz-Titels", - "edit-column-title": "Klicke zum Editieren des Spalten-Titels", - "column-already-exists": "Die Spalte ist auf dem Board bereits vorhanden." - }, - "command_palette": { - "tree-action-name": "Struktur: {{name}}", - "export_note_title": "Notiz exportieren", - "export_note_description": "aktuelle Notiz exportieren", - "show_attachments_title": "Zeige Anhänge", - "show_attachments_description": "Notizanhänge anzeigen", - "search_notes_title": "Suche Notiz", - "search_notes_description": "Öffne erweiterte Suche", - "search_subtree_title": "Im Zweig suchen", - "search_subtree_description": "Im aktuellen Zweig suchen", - "search_history_title": "Zeige Suchhistorie", - "search_history_description": "Zeige vorherige Suchen", - "configure_launch_bar_title": "Startleiste anpassen", - "configure_launch_bar_description": "Öffnen Sie die Einstellungen der Startleiste, um Elemente hinzuzufügen oder zu entfernen." - }, - "content_renderer": { - "open_externally": "Öffne extern" - }, - "call_to_action": { - "next_theme_title": "Teste das neue Trilium Design", - "next_theme_message": "Es wird aktuell das alte Design verwendet. Möchten Sie das neue Design ausprobieren?", - "next_theme_button": "Teste das neue Design", - "background_effects_title": "Hintergrundeffekte sind jetzt zuverlässig nutzbar", - "background_effects_message": "Auf Windows- und macOS-Geräten sind die Hintergrundeffekte nun stabil. Die Hintergrundeffekte verleihen der Benutzeroberfläche einen Farbakzent, indem der Hintergrund dahinter weichgezeichnet wird.", - "background_effects_button": "Aktiviere Hintergrundeffekte", - "dismiss": "Ablehnen", - "new_layout_title": "Neues Layout", - "new_layout_message": "Wir haben ein modernisiertes Layout für Trilium eingeführt. Die Multifunktionsleiste wurde entfernt und als neue Statusanzeige und ausklappbaren Sektionen (wie hervorgehobenen Attributen), welche Schlüsselfunktionen übernehmen, nahtlos in das Hauptinterface integriert.\n\nDas neue Layout ist standardmäßig aktiviert und kann temporär in Optionen → Anzeige deaktiviert werden.", - "new_layout_button": "Mehr Informationen" - }, - "settings": { - "related_settings": "Ähnliche Einstellungen" - }, - "settings_appearance": { - "related_code_blocks": "Farbschema für Code-Blöcke in Textnotizen", - "related_code_notes": "Farbschema für Code-Notizen", - "ui": "Benutzeroberfläche", - "ui_old_layout": "Altes Layout", - "ui_new_layout": "Neues Layout" - }, - "units": { - "percentage": "%" - }, - "pagination": { - "page_title": "Seite {{startIndex}} von {{endIndex}}", - "total_notes": "{{count}} Notizen" - }, - "collections": { - "rendering_error": "Aufgrund eines Fehlers können keine Inhalte angezeigt werden." - }, - "presentation_view": { - "edit-slide": "Folie bearbeiten", - "start-presentation": "Präsentation starten", - "slide-overview": "Übersicht der Folien ein-/ausblenden" - }, - "read-only-info": { - "read-only-note": "Aktuelle Notiz wird im Lese-Modus angezeigt.", - "auto-read-only-note": "Diese Notiz wird im Nur-Lesen-Modus angezeigt, um ein schnelleres Laden zu ermöglichen.", - "edit-note": "Notiz bearbeiten" - }, - "calendar_view": { - "delete_note": "Notiz löschen..." - }, - "note-color": { - "clear-color": "Notizfarbe entfernen", - "set-color": "Notizfarbe wählen", - "set-custom-color": "Eigene Notizfarbe wählen" - }, - "popup-editor": { - "maximize": "Wechsele zum vollständigen Editor" - }, - "experimental_features": { - "title": "Experimentelle Optionen", - "disclaimer": "Diese Optionen sind experimentell und können Instabilitäten verursachen. Achtsam zu verwenden.", - "new_layout_name": "Neues Layout", - "new_layout_description": "Probiere das neue Layout für eine modernere Darstellung und verbesserte Benutzbarkeit aus. Kann sich in Zukunft stark ändern." - }, - "server": { - "unknown_http_error_title": "Kommunikationsfehler mit dem Server", - "unknown_http_error_content": "Statuscode: {{statusCode}}\nURL: {{method}} {{url}}\nNachricht: {{message}}", - "traefik_blocks_requests": "Der Traefik Reverse-Proxy hat eine Änderung erfahren, welches die Kommunikation mit dem Server beeinflusst." - }, - "tab_history_navigation_buttons": { - "go-back": "Zur vorherigen Notiz zurück kehren", - "go-forward": "Zur nächsten Notiz" - }, - "breadcrumb": { - "hoisted_badge": "Gehoben", - "hoisted_badge_title": "Abgesenkt", - "workspace_badge": "Arbeitsfläche", - "scroll_to_top_title": "Zum Anfang der Notiz springen", - "create_new_note": "Neue Unternotiz erstellen", - "empty_hide_archived_notes": "Archivierte Notizen ausblenden" - }, - "breadcrumb_badges": { - "read_only_explicit": "Schreibgeschützt", - "read_only_explicit_description": "Diese Notiz wurde händisch schreibgeschützt.\nKlicke hier um sie temporär zu bearbeiten.", - "read_only_auto": "Automatisch schreibgeschützt", - "read_only_auto_description": "Diese Notiz wurde automatisch aus Leistungsgründen als schreibgeschützt markiert. Dieses automatische Limit kann in den Einstellungen angepasst werden.\n\nKlicke hier, um sie temporär zu bearbeiten.", - "read_only_temporarily_disabled": "Temporär bearbeitbar", - "read_only_temporarily_disabled_description": "Diese Notiz ist aktuell bearbeitbar, ist aber normalerweise schreibgeschützt. Sobald du zu einer anderen Notiz navigierst wird diese wieder schreibgeschützt.\n\nKlicke hier, um die Notiz wieder schreibgeschützt zu machen.", - "shared_publicly": "Öffentlich freigegeben", - "shared_locally": "Lokal freigegeben", - "shared_copy_to_clipboard": "Link in die Zwischenablage kopieren", - "shared_open_in_browser": "Link im Browser öffnen", - "shared_unshare": "Freigabe aufheben", - "clipped_note": "Internetschnellverweis", - "clipped_note_description": "Diese Notiz wurde von {{url}} übernommen.\n\nKlicke hier, um zur Quelle zu gehen.", - "execute_script": "Skript ausführen", - "execute_script_description": "Diese Notiz ist eine Skriptnotiz. Klicke hier, um das Skript auszuführen.", - "execute_sql": "SQL ausführen", - "execute_sql_description": "Diese Notiz ist eine SQL-Notiz. Klicke hier, um die SQL-Abfrage auszuführen.", - "save_status_saved": "Gespeichert", - "save_status_saving": "Speichere...", - "save_status_unsaved": "Nicht gespeichert", - "save_status_error": "Speichern fehlgeschlagen", - "save_status_saving_tooltip": "Änderungen werden gespeichert.", - "save_status_unsaved_tooltip": "Es gibt ungespeicherte Änderungen, welche gleich automatisch gespeichert werden.", - "save_status_error_tooltip": "Beim speichern der Notiz ist ein Fehler aufgetreten. Wenn möglich, versuche die Notiz woandershin zu kopieren und die Anwendung neu zu laden." - }, - "status_bar": { - "language_title": "Inhaltssprache ändern", - "note_info_title": "Notizinfo anzeigen (z.B.: Datum, Notizgröße)", - "backlinks_one": "{{count}} Rücklink", - "backlinks_other": "{{count}} Rücklinks", - "backlinks_title_one": "Rücklink anzeigen", - "backlinks_title_other": "Rücklinks anzeigen", - "attachments_one": "{{count}} Anhang", - "attachments_other": "{{count}} Anhänge", - "attachments_title_one": "Anhang in einem neuen Tab öffnen", - "attachments_title_other": "Anhänge in einem neuen Tab öffnen", - "attributes_one": "{{count}} Attribut", - "attributes_other": "{{count}} Attribute", - "attributes_title": "Eigene und geerbte Attribute", - "note_paths_one": "{{count}} Pfad", - "note_paths_other": "{{count}} Pfade", - "note_paths_title": "Notizpfade", - "code_note_switcher": "Sprachmodus ändern" - }, - "attributes_panel": { - "title": "Notizattribute" - }, - "right_pane": { - "empty_message": "Für diese Notiz gibt es nichts anzuzeigen", - "empty_button": "Leiste ausblenden", - "toggle": "Rechte Leiste umschalten", - "custom_widget_go_to_source": "Zum Quellcode" - }, - "pdf": { - "attachments_one": "{{count}} Anhang", - "attachments_other": "{{count}} Anhänge", - "layers_one": "{{count}} Ebene", - "layers_other": "{{count}} Ebenen", - "pages_one": "{{count}} Seite", - "pages_other": "{{count}} Seiten", - "pages_alt": "Seite {{pageNumber}}", - "pages_loading": "Lädt..." - }, - "platform_indicator": { - "available_on": "Verfügbar auf {{platform}}" - }, - "mobile_tab_switcher": { - "title_one": "{{count}} Tab", - "title_other": "{{count}} Tabs", - "more_options": "Weitere Optionen" - } } diff --git a/apps/client/src/translations/en-GB/translation.json b/apps/client/src/translations/en-GB/translation.json index aedd8f2a99..97fdf23bd5 100644 --- a/apps/client/src/translations/en-GB/translation.json +++ b/apps/client/src/translations/en-GB/translation.json @@ -1,76 +1,71 @@ { - "import": { - "safeImportTooltip": "Trilium .zip export files can contain executable scripts which may contain harmful behaviour. Safe import will deactivate automatic execution of all imported scripts. Uncheck \"Safe import\" only if the imported archive is supposed to contain executable scripts and you completely trust the contents of the import file.", - "shrinkImagesTooltip": "

If you check this option, Trilium will attempt to shrink the imported images by scaling and optimisation which may affect the perceived image quality. If unchecked, images will be imported without changes.

This doesn't apply to .zip imports with metadata since it is assumed these files are already optimised.

", - "codeImportedAsCode": "Import recognised code files (e.g. .json) as code notes if it's unclear from metadata" - }, - "upload_attachments": { - "tooltip": "If you check this option, Trilium will attempt to shrink the uploaded images by scaling and optimisation which may affect the perceived image quality. If unchecked, images will be uploaded without changes." - }, - "attribute_detail": { - "auto_read_only_disabled": "text/code notes can be set automatically into read mode when they are too large. You can disable this behaviour on per-note basis by adding this label to the note", - "workspace_tab_background_color": "CSS colour used in the note tab when hoisted to this note", - "color": "defines colour of the note in note tree, links etc. Use any valid CSS colour value like 'red' or #a13d5f", - "color_type": "Colour" - }, - "mobile_detail_menu": { - "error_unrecognized_command": "Unrecognised command {{command}}" - }, - "promoted_attributes": { - "remove_color": "Remove the colour label" - }, - "max_content_width": { - "centerContent": "Keep content centred" - }, - "theme": { - "auto_theme": "Legacy (Follow system colour scheme)", - "triliumnext": "Trilium (Follow system colour scheme)" - }, - "search_engine": { - "custom_name_placeholder": "Customise search engine name", - "custom_url_placeholder": "Customise search engine url" - }, - "highlights_list": { - "description": "You can customise the highlights list displayed in the right panel:", - "color": "Coloured text", - "bg_color": "Text with background colour" - }, - "table_of_contents": { - "description": "Table of contents will appear in text notes when the note has more than a defined number of headings. You can customise this number:" - }, - "custom_date_time_format": { - "description": "Customise the format of the date and time inserted via or the toolbar. See Day.js docs for available format tokens." - }, - "i18n": { - "title": "Localisation" - }, - "attachment_detail_2": { - "unrecognized_role": "Unrecognised attachment role '{{role}}'." - }, - "ai_llm": { - "reprocess_index_started": "Search index optimisation started in the background", - "index_rebuilding": "Optimising index ({{percentage}}%)", - "index_rebuild_complete": "Index optimisation complete" - }, - "highlighting": { - "color-scheme": "Colour Scheme" - }, - "code_theme": { - "color-scheme": "Colour scheme" - }, - "call_to_action": { - "background_effects_message": "On Windows devices, background effects are now fully stable. The background effects adds a touch of colour to the user interface by blurring the background behind it. This technique is also used in other applications such as Windows Explorer." - }, - "settings_appearance": { - "related_code_blocks": "Colour scheme for code blocks in text notes", - "related_code_notes": "Colour scheme for code notes" - }, - "note-color": { - "clear-color": "Clear note colour", - "set-color": "Set note colour", - "set-custom-color": "Set custom note colour" - }, - "about": { - "title": "About Trilium Notes" - } + "import": { + "safeImportTooltip": "Trilium .zip export files can contain executable scripts which may contain harmful behaviour. Safe import will deactivate automatic execution of all imported scripts. Uncheck \"Safe import\" only if the imported archive is supposed to contain executable scripts and you completely trust the contents of the import file.", + "shrinkImagesTooltip": "

If you check this option, Trilium will attempt to shrink the imported images by scaling and optimisation which may affect the perceived image quality. If unchecked, images will be imported without changes.

This doesn't apply to .zip imports with metadata since it is assumed these files are already optimised.

", + "codeImportedAsCode": "Import recognised code files (e.g. .json) as code notes if it's unclear from metadata" + }, + "upload_attachments": { + "tooltip": "If you check this option, Trilium will attempt to shrink the uploaded images by scaling and optimisation which may affect the perceived image quality. If unchecked, images will be uploaded without changes." + }, + "attribute_detail": { + "auto_read_only_disabled": "text/code notes can be set automatically into read mode when they are too large. You can disable this behaviour on per-note basis by adding this label to the note", + "workspace_tab_background_color": "CSS colour used in the note tab when hoisted to this note", + "color": "defines colour of the note in note tree, links etc. Use any valid CSS colour value like 'red' or #a13d5f", + "color_type": "Colour" + }, + "mobile_detail_menu": { + "error_unrecognized_command": "Unrecognised command {{command}}" + }, + "promoted_attributes": { + "remove_color": "Remove the colour label" + }, + "max_content_width": { + "centerContent": "Keep content centred" + }, + "theme": { + "auto_theme": "Legacy (Follow system colour scheme)", + "triliumnext": "Trilium (Follow system colour scheme)" + }, + "search_engine": { + "custom_name_placeholder": "Customise search engine name", + "custom_url_placeholder": "Customise search engine url" + }, + "highlights_list": { + "description": "You can customise the highlights list displayed in the right panel:", + "color": "Coloured text", + "bg_color": "Text with background colour" + }, + "table_of_contents": { + "description": "Table of contents will appear in text notes when the note has more than a defined number of headings. You can customise this number:" + }, + "custom_date_time_format": { + "description": "Customise the format of the date and time inserted via or the toolbar. See Day.js docs for available format tokens." + }, + "i18n": { + "title": "Localisation" + }, + "attachment_detail_2": { + "unrecognized_role": "Unrecognised attachment role '{{role}}'." + }, + "highlighting": { + "color-scheme": "Colour Scheme" + }, + "code_theme": { + "color-scheme": "Colour scheme" + }, + "call_to_action": { + "background_effects_message": "On Windows devices, background effects are now fully stable. The background effects adds a touch of colour to the user interface by blurring the background behind it. This technique is also used in other applications such as Windows Explorer." + }, + "settings_appearance": { + "related_code_blocks": "Colour scheme for code blocks in text notes", + "related_code_notes": "Colour scheme for code notes" + }, + "note-color": { + "clear-color": "Clear note colour", + "set-color": "Set note colour", + "set-custom-color": "Set custom note colour" + }, + "about": { + "title": "About Trilium Notes" + } } diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json index 9f33fd8c35..8adec9f9f4 100644 --- a/apps/client/src/translations/en/translation.json +++ b/apps/client/src/translations/en/translation.json @@ -1,2287 +1,2143 @@ { - "about": { - "title": "About Trilium Notes", - "homepage": "Homepage:", - "app_version": "App version:", - "db_version": "DB version:", - "sync_version": "Sync version:", - "build_date": "Build date:", - "build_revision": "Build revision:", - "data_directory": "Data directory:" - }, - "toast": { - "critical-error": { - "title": "Critical error", - "message": "A critical error has occurred which prevents the client application from starting:\n\n{{message}}\n\nThis is most likely caused by a script failing in an unexpected way. Try starting the application in safe mode and addressing the issue." + "about": { + "title": "About Trilium Notes", + "homepage": "Homepage:", + "app_version": "App version:", + "db_version": "DB version:", + "sync_version": "Sync version:", + "build_date": "Build date:", + "build_revision": "Build revision:", + "data_directory": "Data directory:" }, - "widget-error": { - "title": "Failed to initialize a widget", - "message-custom": "Custom widget from note with ID \"{{id}}\", titled \"{{title}}\" could not be initialized due to:\n\n{{message}}", - "message-unknown": "Unknown widget could not be initialized due to:\n\n{{message}}" + "toast": { + "critical-error": { + "title": "Critical error", + "message": "A critical error has occurred which prevents the client application from starting:\n\n{{message}}\n\nThis is most likely caused by a script failing in an unexpected way. Try starting the application in safe mode and addressing the issue." + }, + "widget-error": { + "title": "Failed to initialize a widget", + "message-custom": "Custom widget from note with ID \"{{id}}\", titled \"{{title}}\" could not be initialized due to:\n\n{{message}}", + "message-unknown": "Unknown widget could not be initialized due to:\n\n{{message}}" + }, + "bundle-error": { + "title": "Failed to load a custom script", + "message": "Script could not be executed due to:\n\n{{message}}" + }, + "widget-list-error": { + "title": "Failed to obtain the list of widgets from the server" + }, + "widget-render-error": { + "title": "Failed to render a custom React widget" + }, + "widget-missing-parent": "Custom widget does not have mandatory '{{property}}' property defined.\n\nIf this script is meant to be run without a UI element, use '#run=frontendStartup' instead.", + "open-script-note": "Open script note", + "scripting-error": "Custom script error: {{title}}" }, - "bundle-error": { - "title": "Failed to load a custom script", - "message": "Script could not be executed due to:\n\n{{message}}" + "add_link": { + "add_link": "Add link", + "help_on_links": "Help on links", + "note": "Note", + "search_note": "search for note by its name", + "link_title_mirrors": "link title mirrors the note's current title", + "link_title_arbitrary": "link title can be changed arbitrarily", + "link_title": "Link title", + "button_add_link": "Add link" }, - "widget-list-error": { - "title": "Failed to obtain the list of widgets from the server" + "branch_prefix": { + "edit_branch_prefix": "Edit branch prefix", + "edit_branch_prefix_multiple": "Edit branch prefix for {{count}} branches", + "help_on_tree_prefix": "Help on Tree prefix", + "prefix": "Prefix: ", + "save": "Save", + "branch_prefix_saved": "Branch prefix has been saved.", + "branch_prefix_saved_multiple": "Branch prefix has been saved for {{count}} branches.", + "affected_branches": "Affected branches ({{count}}):" }, - "widget-render-error": { - "title": "Failed to render a custom React widget" + "bulk_actions": { + "bulk_actions": "Bulk actions", + "affected_notes": "Affected notes", + "include_descendants": "Include descendants of the selected notes", + "available_actions": "Available actions", + "chosen_actions": "Chosen actions", + "execute_bulk_actions": "Execute bulk actions", + "bulk_actions_executed": "Bulk actions have been executed successfully.", + "none_yet": "None yet... add an action by clicking one of the available ones above.", + "labels": "Labels", + "relations": "Relations", + "notes": "Notes", + "other": "Other" }, - "widget-missing-parent": "Custom widget does not have mandatory '{{property}}' property defined.\n\nIf this script is meant to be run without a UI element, use '#run=frontendStartup' instead.", - "open-script-note": "Open script note", - "scripting-error": "Custom script error: {{title}}" - }, - "add_link": { - "add_link": "Add link", - "help_on_links": "Help on links", - "note": "Note", - "search_note": "search for note by its name", - "link_title_mirrors": "link title mirrors the note's current title", - "link_title_arbitrary": "link title can be changed arbitrarily", - "link_title": "Link title", - "button_add_link": "Add link" - }, - "branch_prefix": { - "edit_branch_prefix": "Edit branch prefix", - "edit_branch_prefix_multiple": "Edit branch prefix for {{count}} branches", - "help_on_tree_prefix": "Help on Tree prefix", - "prefix": "Prefix: ", - "save": "Save", - "branch_prefix_saved": "Branch prefix has been saved.", - "branch_prefix_saved_multiple": "Branch prefix has been saved for {{count}} branches.", - "affected_branches": "Affected branches ({{count}}):" - }, - "bulk_actions": { - "bulk_actions": "Bulk actions", - "affected_notes": "Affected notes", - "include_descendants": "Include descendants of the selected notes", - "available_actions": "Available actions", - "chosen_actions": "Chosen actions", - "execute_bulk_actions": "Execute bulk actions", - "bulk_actions_executed": "Bulk actions have been executed successfully.", - "none_yet": "None yet... add an action by clicking one of the available ones above.", - "labels": "Labels", - "relations": "Relations", - "notes": "Notes", - "other": "Other" - }, - "clone_to": { - "clone_notes_to": "Clone notes to...", - "help_on_links": "Help on links", - "notes_to_clone": "Notes to clone", - "target_parent_note": "Target parent note", - "search_for_note_by_its_name": "search for note by its name", - "cloned_note_prefix_title": "Cloned note will be shown in note tree with given prefix", - "prefix_optional": "Prefix (optional)", - "clone_to_selected_note": "Clone to selected note", - "no_path_to_clone_to": "No path to clone to.", - "note_cloned": "Note \"{{clonedTitle}}\" has been cloned into \"{{targetTitle}}\"" - }, - "confirm": { - "confirmation": "Confirmation", - "cancel": "Cancel", - "ok": "OK", - "are_you_sure_remove_note": "Are you sure you want to remove the note \"{{title}}\" from relation map? ", - "if_you_dont_check": "If you don't check this, the note will be only removed from the relation map.", - "also_delete_note": "Also delete the note" - }, - "delete_notes": { - "delete_notes_preview": "Delete notes preview", - "close": "Close", - "delete_all_clones_description": "Delete also all clones (can be undone in recent changes)", - "erase_notes_description": "Normal (soft) deletion only marks the notes as deleted and they can be undeleted (in recent changes dialog) within a period of time. Checking this option will erase the notes immediately and it won't be possible to undelete the notes.", - "erase_notes_warning": "Erase notes permanently (can't be undone), including all clones. This will force application reload.", - "notes_to_be_deleted": "Following notes will be deleted ({{notesCount}})", - "no_note_to_delete": "No note will be deleted (only clones).", - "broken_relations_to_be_deleted": "Following relations will be broken and deleted ({{ relationCount}})", - "cancel": "Cancel", - "ok": "OK", - "deleted_relation_text": "Note {{- note}} (to be deleted) is referenced by relation {{- relation}} originating from {{- source}}." - }, - "export": { - "export_note_title": "Export note", - "close": "Close", - "export_type_subtree": "This note and all of its descendants", - "format_html": "HTML - recommended as it keeps all format", - "format_html_zip": "HTML in ZIP archive - this is recommended since this preserves all the formatting.", - "format_markdown": "Markdown - this preserves most of the formatting.", - "format_opml": "OPML - outliner interchange format for text only. Formatting, images and files are not included.", - "opml_version_1": "OPML v1.0 - plain text only", - "opml_version_2": "OPML v2.0 - allows also HTML", - "export_type_single": "Only this note without its descendants", - "export": "Export", - "choose_export_type": "Choose export type first please", - "export_status": "Export status", - "export_in_progress": "Export in progress: {{progressCount}}", - "export_finished_successfully": "Export finished successfully.", - "format_pdf": "PDF - for printing or sharing purposes.", - "share-format": "HTML for web publishing - uses the same theme that is used shared notes, but can be published as a static website." - }, - "help": { - "title": "Cheatsheet", - "editShortcuts": "Edit keyboard shortcuts", - "noteNavigation": "Note navigation", - "goUpDown": "go up/down in the list of notes", - "collapseExpand": "collapse/expand node", - "notSet": "not set", - "goBackForwards": "go back / forwards in the history", - "showJumpToNoteDialog": "show \"Jump to\" dialog", - "scrollToActiveNote": "scroll to active note", - "jumpToParentNote": "jump to parent note", - "collapseWholeTree": "collapse whole note tree", - "collapseSubTree": "collapse sub-tree", - "tabShortcuts": "Tab shortcuts", - "newTabNoteLink": "on note link opens note in a new tab", - "newTabWithActivationNoteLink": "on note link opens and activates the note in a new tab", - "onlyInDesktop": "Only in desktop (Electron build)", - "openEmptyTab": "open empty tab", - "closeActiveTab": "close active tab", - "activateNextTab": "activate next tab", - "activatePreviousTab": "activate previous tab", - "creatingNotes": "Creating notes", - "createNoteAfter": "create new note after the active note", - "createNoteInto": "create new sub-note into active note", - "editBranchPrefix": "edit prefix of active note clone", - "movingCloningNotes": "Moving / cloning notes", - "moveNoteUpDown": "move note up/down in the note list", - "moveNoteUpHierarchy": "move note up in the hierarchy", - "multiSelectNote": "multi-select note above/below", - "selectAllNotes": "select all notes in the current level", - "selectNote": "select note", - "copyNotes": "copy active note (or current selection) into clipboard (used for cloning)", - "cutNotes": "cut current note (or current selection) into clipboard (used for moving notes)", - "pasteNotes": "paste note(s) as sub-note into active note (which is either move or clone depending on whether it was copied or cut into clipboard)", - "deleteNotes": "delete note / sub-tree", - "editingNotes": "Editing notes", - "editNoteTitle": "in tree pane will switch from tree pane into note title. Enter from note title will switch focus to text editor. Ctrl+. will switch back from editor to tree pane.", - "createEditLink": "create / edit external link", - "createInternalLink": "create internal link", - "followLink": "follow link under cursor", - "insertDateTime": "insert current date and time at caret position", - "jumpToTreePane": "jump away to the tree pane and scroll to active note", - "markdownAutoformat": "Markdown-like autoformatting", - "headings": "##, ###, #### etc. followed by space for headings", - "bulletList": "* or - followed by space for bullet list", - "numberedList": "1. or 1) followed by space for numbered list", - "blockQuote": "start a line with > followed by space for block quote", - "troubleshooting": "Troubleshooting", - "reloadFrontend": "reload Trilium frontend", - "showDevTools": "show developer tools", - "showSQLConsole": "show SQL console", - "other": "Other", - "quickSearch": "focus on quick search input", - "inPageSearch": "in-page search" - }, - "import": { - "importIntoNote": "Import into note", - "chooseImportFile": "Choose import file", - "importDescription": "Content of the selected file(s) will be imported as child note(s) into", - "importZipRecommendation": "When importing a ZIP file, the note hierarchy will reflect the subdirectory structure within the archive.", - "options": "Options", - "safeImportTooltip": "Trilium .zip export files can contain executable scripts which may contain harmful behavior. Safe import will deactivate automatic execution of all imported scripts. Uncheck \"Safe import\" only if the imported archive is supposed to contain executable scripts and you completely trust the contents of the import file.", - "safeImport": "Safe import", - "explodeArchivesTooltip": "If this is checked then Trilium will read .zip, .enex and .opml files and create notes from files insides those archives. If unchecked, then Trilium will attach the archives themselves to the note.", - "explodeArchives": "Read contents of .zip, .enex and .opml archives.", - "shrinkImagesTooltip": "

If you check this option, Trilium will attempt to shrink the imported images by scaling and optimization which may affect the perceived image quality. If unchecked, images will be imported without changes.

This doesn't apply to .zip imports with metadata since it is assumed these files are already optimized.

", - "shrinkImages": "Shrink images", - "textImportedAsText": "Import HTML, Markdown and TXT as text notes if it's unclear from metadata", - "codeImportedAsCode": "Import recognized code files (e.g. .json) as code notes if it's unclear from metadata", - "replaceUnderscoresWithSpaces": "Replace underscores with spaces in imported note names", - "import": "Import", - "failed": "Import failed: {{message}}.", - "html_import_tags": { - "title": "HTML Import Tags", - "description": "Configure which HTML tags should be preserved when importing notes. Tags not in this list will be removed during import. Some tags (like 'script') are always removed for security.", - "placeholder": "Enter HTML tags, one per line", - "reset_button": "Reset to Default List" + "clone_to": { + "clone_notes_to": "Clone notes to...", + "help_on_links": "Help on links", + "notes_to_clone": "Notes to clone", + "target_parent_note": "Target parent note", + "search_for_note_by_its_name": "search for note by its name", + "cloned_note_prefix_title": "Cloned note will be shown in note tree with given prefix", + "prefix_optional": "Prefix (optional)", + "clone_to_selected_note": "Clone to selected note", + "no_path_to_clone_to": "No path to clone to.", + "note_cloned": "Note \"{{clonedTitle}}\" has been cloned into \"{{targetTitle}}\"" }, - "import-status": "Import status", - "in-progress": "Import in progress: {{progress}}", - "successful": "Import finished successfully." - }, - "include_note": { - "dialog_title": "Include note", - "label_note": "Note", - "placeholder_search": "search for note by its name", - "box_size_prompt": "Box size of the included note:", - "box_size_small": "small (~ 10 lines)", - "box_size_medium": "medium (~ 30 lines)", - "box_size_full": "full (box shows complete text)", - "button_include": "Include note" - }, - "info": { - "modalTitle": "Info message", - "closeButton": "Close", - "okButton": "OK", - "copy_to_clipboard": "Copy to clipboard" - }, - "jump_to_note": { - "search_placeholder": "Search for note by its name or type > for commands...", - "search_button": "Search in full text" - }, - "markdown_import": { - "dialog_title": "Markdown import", - "modal_body_text": "Because of browser sandbox it's not possible to directly read clipboard from JavaScript. Please paste the Markdown to import to textarea below and click on Import button", - "import_button": "Import", - "import_success": "Markdown content has been imported into the document." - }, - "move_to": { - "dialog_title": "Move notes to ...", - "notes_to_move": "Notes to move", - "target_parent_note": "Target parent note", - "search_placeholder": "search for note by its name", - "move_button": "Move to selected note", - "error_no_path": "No path to move to.", - "move_success_message": "Selected notes have been moved into " - }, - "note_type_chooser": { - "change_path_prompt": "Change where to create the new note:", - "search_placeholder": "search path by name (default if empty)", - "modal_title": "Choose note type", - "modal_body": "Choose note type / template of the new note:", - "templates": "Templates", - "builtin_templates": "Built-in Templates" - }, - "password_not_set": { - "title": "Password is not set", - "body1": "Protected notes are encrypted using a user password, but password has not been set yet.", - "body2": "To be able to protect notes, click the button below to open the Options dialog and set your password.", - "go_to_password_options": "Go to Password options" - }, - "prompt": { - "title": "Prompt", - "ok": "OK", - "defaultTitle": "Prompt" - }, - "protected_session_password": { - "modal_title": "Protected session", - "help_title": "Help on Protected notes", - "close_label": "Close", - "form_label": "To proceed with requested action you need to start protected session by entering password:", - "start_button": "Start protected session" - }, - "recent_changes": { - "title": "Recent changes", - "erase_notes_button": "Erase deleted notes now", - "deleted_notes_message": "Deleted notes have been erased.", - "no_changes_message": "No changes yet...", - "undelete_link": "undelete", - "confirm_undelete": "Do you want to undelete this note and its sub-notes?" - }, - "revisions": { - "note_revisions": "Note Revisions", - "delete_all_revisions": "Delete all revisions of this note", - "delete_all_button": "Delete all revisions", - "help_title": "Help on Note Revisions", - "confirm_delete_all": "Do you want to delete all revisions of this note?", - "no_revisions": "No revisions for this note yet...", - "restore_button": "Restore", - "diff_on": "Show diff", - "diff_off": "Show content", - "diff_on_hint": "Click to show note source diff", - "diff_off_hint": "Click to show note content", - "diff_not_available": "Diff isn't available.", - "confirm_restore": "Do you want to restore this revision? This will overwrite the current title and content of the note with this revision.", - "delete_button": "Delete", - "confirm_delete": "Do you want to delete this revision?", - "revisions_deleted": "Note revisions have been deleted.", - "revision_restored": "Note revision has been restored.", - "revision_deleted": "Note revision has been deleted.", - "snapshot_interval": "Note Revision Snapshot Interval: {{seconds}}s.", - "maximum_revisions": "Note Revision Snapshot Limit: {{number}}.", - "settings": "Note Revision Settings", - "download_button": "Download", - "mime": "MIME: ", - "file_size": "File size:", - "preview_not_available": "Preview isn't available for this note type." - }, - "sort_child_notes": { - "sort_children_by": "Sort children by...", - "sorting_criteria": "Sorting criteria", - "title": "title", - "date_created": "date created", - "date_modified": "date modified", - "sorting_direction": "Sorting direction", - "ascending": "ascending", - "descending": "descending", - "folders": "Folders", - "sort_folders_at_top": "sort folders at the top", - "natural_sort": "Natural Sort", - "sort_with_respect_to_different_character_sorting": "sort with respect to different character sorting and collation rules in different languages or regions.", - "natural_sort_language": "Natural sort language", - "the_language_code_for_natural_sort": "The language code for natural sort, e.g. \"zh-CN\" for Chinese.", - "sort": "Sort" - }, - "upload_attachments": { - "upload_attachments_to_note": "Upload attachments to note", - "choose_files": "Choose files", - "files_will_be_uploaded": "Files will be uploaded as attachments into {{noteTitle}}", - "options": "Options", - "shrink_images": "Shrink images", - "upload": "Upload", - "tooltip": "If you check this option, Trilium will attempt to shrink the uploaded images by scaling and optimization which may affect the perceived image quality. If unchecked, images will be uploaded without changes." - }, - "attribute_detail": { - "attr_detail_title": "Attribute Detail Title", - "close_button_title": "Cancel changes and close", - "attr_is_owned_by": "Attribute is owned by", - "attr_name_title": "Attribute name can be composed of alphanumeric characters, colon and underscore only", - "name": "Name", - "value": "Value", - "target_note_title": "Relation is a named connection between source note and target note.", - "target_note": "Target note", - "promoted_title": "Promoted attribute is displayed prominently on the note.", - "promoted": "Promoted", - "promoted_alias_title": "The name to be displayed in the promoted attributes UI.", - "promoted_alias": "Alias", - "multiplicity_title": "Multiplicity defines how many attributes of the same name can be created - at max 1 or more than 1.", - "multiplicity": "Multiplicity", - "single_value": "Single value", - "multi_value": "Multi value", - "label_type_title": "Type of the label will help Trilium to choose suitable interface to enter the label value.", - "label_type": "Type", - "text": "Text", - "number": "Number", - "boolean": "Boolean", - "date": "Date", - "date_time": "Date & Time", - "time": "Time", - "url": "URL", - "precision_title": "What number of digits after floating point should be available in the value setting interface.", - "precision": "Precision", - "digits": "digits", - "inverse_relation_title": "Optional setting to define to which relation is this one opposite. Example: Father - Son are inverse relations to each other.", - "inverse_relation": "Inverse relation", - "inheritable_title": "Inheritable attribute will be inherited to all descendants under this tree.", - "inheritable": "Inheritable", - "save_and_close": "Save & close Ctrl+Enter", - "delete": "Delete", - "related_notes_title": "Other notes with this label", - "more_notes": "More notes", - "label": "Label detail", - "label_definition": "Label definition detail", - "relation": "Relation detail", - "relation_definition": "Relation definition detail", - "disable_versioning": "disables auto-versioning. Useful for e.g. large, but unimportant notes - e.g. large JS libraries used for scripting", - "calendar_root": "marks note which should be used as root for day notes. Only one should be marked as such.", - "archived": "notes with this label won't be visible by default in search results (also in Jump To, Add Link dialogs etc).", - "exclude_from_export": "notes (with their sub-tree) won't be included in any note export", - "run": "defines on which events script should run. Possible values are:\n
    \n
  • frontendStartup - when Trilium frontend starts up (or is refreshed), but not on mobile.
  • \n
  • mobileStartup - when Trilium frontend starts up (or is refreshed), on mobile.
  • \n
  • backendStartup - when Trilium backend starts up
  • \n
  • hourly - run once an hour. You can use additional label runAtHour to specify at which hour.
  • \n
  • daily - run once a day
  • \n
", - "run_on_instance": "Define which trilium instance should run this on. Default to all instances.", - "run_at_hour": "On which hour should this run. Should be used together with #run=hourly. Can be defined multiple times for more runs during the day.", - "disable_inclusion": "scripts with this label won't be included into parent script execution.", - "sorted": "keeps child notes sorted by title alphabetically", - "sort_direction": "ASC (the default) or DESC", - "sort_folders_first": "Folders (notes with children) should be sorted on top", - "top": "keep given note on top in its parent (applies only on sorted parents)", - "hide_promoted_attributes": "Hide promoted attributes on this note", - "read_only": "editor is in read only mode. Works only for text and code notes.", - "auto_read_only_disabled": "text/code notes can be set automatically into read mode when they are too large. You can disable this behavior on per-note basis by adding this label to the note", - "app_css": "marks CSS notes which are loaded into the Trilium application and can thus be used to modify Trilium's looks.", - "app_theme": "marks CSS notes which are full Trilium themes and are thus available in Trilium options.", - "app_theme_base": "set to \"next\", \"next-light\", or \"next-dark\" to use the corresponding TriliumNext theme (auto, light or dark) as the base for a custom theme, instead of the legacy one.", - "css_class": "value of this label is then added as CSS class to the node representing given note in the tree. This can be useful for advanced theming. Can be used in template notes.", - "icon_class": "value of this label is added as a CSS class to the icon on the tree which can help visually distinguish the notes in the tree. Example might be bx bx-home - icons are taken from boxicons. Can be used in template notes.", - "page_size": "number of items per page in note listing", - "custom_request_handler": "see Custom request handler", - "custom_resource_provider": "see Custom request handler", - "widget": "marks this note as a custom widget which will be added to the Trilium component tree", - "workspace": "marks this note as a workspace which allows easy hoisting", - "workspace_icon_class": "defines box icon CSS class which will be used in tab when hoisted to this note", - "workspace_tab_background_color": "CSS color used in the note tab when hoisted to this note", - "workspace_calendar_root": "Defines per-workspace calendar root", - "workspace_template": "This note will appear in the selection of available template when creating new note, but only when hoisted into a workspace containing this template", - "search_home": "new search notes will be created as children of this note", - "workspace_search_home": "new search notes will be created as children of this note when hoisted to some ancestor of this workspace note", - "inbox": "default inbox location for new notes - when you create a note using \"new note\" button in the sidebar, notes will be created as child notes in the note marked as with #inbox label.", - "workspace_inbox": "default inbox location for new notes when hoisted to some ancestor of this workspace note", - "sql_console_home": "default location of SQL console notes", - "bookmark_folder": "note with this label will appear in bookmarks as folder (allowing access to its children)", - "share_hidden_from_tree": "this note is hidden from left navigation tree, but still accessible with its URL", - "share_external_link": "note will act as a link to an external website in the share tree", - "share_alias": "define an alias using which the note will be available under https://your_trilium_host/share/[your_alias]", - "share_omit_default_css": "default share page CSS will be omitted. Use when you make extensive styling changes.", - "share_root": "marks note which is served on /share root.", - "share_description": "define text to be added to the HTML meta tag for description", - "share_raw": "note will be served in its raw format, without HTML wrapper", - "share_disallow_robot_indexing": "will forbid robot indexing of this note via X-Robots-Tag: noindex header", - "share_credentials": "require credentials to access this shared note. Value is expected to be in format 'username:password'. Don't forget to make this inheritable to apply to child-notes/images.", - "share_index": "note with this label will list all roots of shared notes", - "display_relations": "comma delimited names of relations which should be displayed. All other ones will be hidden.", - "hide_relations": "comma delimited names of relations which should be hidden. All other ones will be displayed.", - "title_template": "default title of notes created as children of this note. The value is evaluated as JavaScript string \n and thus can be enriched with dynamic content via the injected now and parentNote variables. Examples:\n \n
    \n
  • ${parentNote.getLabelValue('authorName')}'s literary works
  • \n
  • Log for ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n See wiki with details, API docs for parentNote and now for details.", - "template": "This note will appear in the selection of available template when creating new note", - "toc": "#toc or #toc=show will force the Table of Contents to be shown, #toc=hide will force hiding it. If the label doesn't exist, the global setting is observed", - "color": "defines color of the note in note tree, links etc. Use any valid CSS color value like 'red' or #a13d5f", - "keyboard_shortcut": "Defines a keyboard shortcut which will immediately jump to this note. Example: 'ctrl+alt+e'. Requires frontend reload for the change to take effect.", - "keep_current_hoisting": "Opening this link won't change hoisting even if the note is not displayable in the current hoisted subtree.", - "execute_button": "Title of the button which will execute the current code note", - "execute_description": "Longer description of the current code note displayed together with the execute button", - "exclude_from_note_map": "Notes with this label will be hidden from the Note Map", - "new_notes_on_top": "New notes will be created at the top of the parent note, not on the bottom.", - "hide_highlight_widget": "Hide Highlight List widget", - "run_on_note_creation": "executes when note is created on backend. Use this relation if you want to run the script for all notes created under a specific subtree. In that case, create it on the subtree root note and make it inheritable. A new note created within the subtree (any depth) will trigger the script.", - "run_on_child_note_creation": "executes when new note is created under the note where this relation is defined", - "run_on_note_title_change": "executes when note title is changed (includes note creation as well)", - "run_on_note_content_change": "executes when note content is changed (includes note creation as well).", - "run_on_note_change": "executes when note is changed (includes note creation as well). Does not include content changes", - "run_on_note_deletion": "executes when note is being deleted", - "run_on_branch_creation": "executes when a branch is created. Branch is a link between parent note and child note and is created e.g. when cloning or moving note.", - "run_on_branch_change": "executes when a branch is updated.", - "run_on_branch_deletion": "executes when a branch is deleted. Branch is a link between parent note and child note and is deleted e.g. when moving note (old branch/link is deleted).", - "run_on_attribute_creation": "executes when new attribute is created for the note which defines this relation", - "run_on_attribute_change": " executes when the attribute is changed of a note which defines this relation. This is triggered also when the attribute is deleted", - "relation_template": "note's attributes will be inherited even without a parent-child relationship, note's content and subtree will be added to instance notes if empty. See documentation for details.", - "inherit": "note's attributes will be inherited even without a parent-child relationship. See template relation for a similar concept. See attribute inheritance in the documentation.", - "render_note": "notes of type \"render HTML note\" will be rendered using a code note (HTML or script) and it is necessary to point using this relation to which note should be rendered", - "widget_relation": "target of this relation will be executed and rendered as a widget in the sidebar", - "share_css": "CSS note which will be injected into the share page. CSS note must be in the shared sub-tree as well. Consider using 'share_hidden_from_tree' and 'share_omit_default_css' as well.", - "share_js": "JavaScript note which will be injected into the share page. JS note must be in the shared sub-tree as well. Consider using 'share_hidden_from_tree'.", - "share_template": "Embedded JavaScript note that will be used as the template for displaying the shared note. Falls back to the default template. Consider using 'share_hidden_from_tree'.", - "share_favicon": "Favicon note to be set in the shared page. Typically you want to set it to share root and make it inheritable. Favicon note must be in the shared sub-tree as well. Consider using 'share_hidden_from_tree'.", - "is_owned_by_note": "is owned by note", - "other_notes_with_name": "Other notes with {{attributeType}} name \"{{attributeName}}\"", - "and_more": "... and {{count}} more.", - "print_landscape": "When exporting to PDF, changes the orientation of the page to landscape instead of portrait.", - "print_page_size": "When exporting to PDF, changes the size of the page. Supported values: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", - "color_type": "Color" - }, - "attribute_editor": { - "help_text_body1": "To add label, just type e.g. #rock or if you want to add also value then e.g. #year = 2020", - "help_text_body2": "For relation, type ~author = @ which should bring up an autocomplete where you can look up the desired note.", - "help_text_body3": "Alternatively you can add label and relation using the + button on the right side.", - "save_attributes": "Save attributes ", - "add_a_new_attribute": "Add a new attribute", - "add_new_label": "Add new label ", - "add_new_relation": "Add new relation ", - "add_new_label_definition": "Add new label definition", - "add_new_relation_definition": "Add new relation definition", - "placeholder": "Type the labels and relations here" - }, - "abstract_bulk_action": { - "remove_this_search_action": "Remove this search action" - }, - "execute_script": { - "execute_script": "Execute script", - "help_text": "You can execute simple scripts on the matched notes.", - "example_1": "For example to append a string to a note's title, use this small script:", - "example_2": "More complex example would be deleting all matched note's attributes:" - }, - "add_label": { - "add_label": "Add label", - "label_name_placeholder": "label name", - "label_name_title": "Alphanumeric characters, underscore and colon are allowed characters.", - "to_value": "to value", - "new_value_placeholder": "new value", - "help_text": "On all matched notes:", - "help_text_item1": "create given label if note doesn't have one yet", - "help_text_item2": "or change value of the existing label", - "help_text_note": "You can also call this method without value, in such case label will be assigned to the note without value." - }, - "delete_label": { - "delete_label": "Delete label", - "label_name_placeholder": "label name", - "label_name_title": "Alphanumeric characters, underscore and colon are allowed characters." - }, - "rename_label": { - "rename_label": "Rename label", - "rename_label_from": "Rename label from", - "old_name_placeholder": "old name", - "to": "To", - "new_name_placeholder": "new name", - "name_title": "Alphanumeric characters, underscore and colon are allowed characters." - }, - "update_label_value": { - "update_label_value": "Update label value", - "label_name_placeholder": "label name", - "label_name_title": "Alphanumeric characters, underscore and colon are allowed characters.", - "to_value": "to value", - "new_value_placeholder": "new value", - "help_text": "On all matched notes, change value of the existing label.", - "help_text_note": "You can also call this method without value, in such case label will be assigned to the note without value." - }, - "delete_note": { - "delete_note": "Delete note", - "delete_matched_notes": "Delete matched notes", - "delete_matched_notes_description": "This will delete matched notes.", - "undelete_notes_instruction": "After the deletion, it's possible to undelete them from Recent Changes dialog.", - "erase_notes_instruction": "To erase notes permanently, you can go after the deletion to the Option -> Other and click the \"Erase deleted notes now\" button." - }, - "delete_revisions": { - "delete_note_revisions": "Delete note revisions", - "all_past_note_revisions": "All past note revisions of matched notes will be deleted. Note itself will be fully preserved. In other terms, note's history will be removed." - }, - "move_note": { - "move_note": "Move note", - "to": "to", - "target_parent_note": "target parent note", - "on_all_matched_notes": "On all matched notes", - "move_note_new_parent": "move note to the new parent if note has only one parent (i.e. the old branch is removed and new branch into the new parent is created)", - "clone_note_new_parent": "clone note to the new parent if note has multiple clones/branches (it's not clear which branch should be removed)", - "nothing_will_happen": "nothing will happen if note cannot be moved to the target note (i.e. this would create a tree cycle)" - }, - "rename_note": { - "rename_note": "Rename note", - "rename_note_title_to": "Rename note title to", - "new_note_title": "new note title", - "click_help_icon": "Click help icon on the right to see all the options", - "evaluated_as_js_string": "The given value is evaluated as JavaScript string and thus can be enriched with dynamic content via the injected note variable (note being renamed). Examples:", - "example_note": "Note - all matched notes are renamed to 'Note'", - "example_new_title": "NEW: ${note.title} - matched notes titles are prefixed with 'NEW: '", - "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - matched notes are prefixed with note's creation month-date", - "api_docs": "See API docs for note and its dateCreatedObj / utcDateCreatedObj properties for details." - }, - "add_relation": { - "add_relation": "Add relation", - "relation_name": "relation name", - "allowed_characters": "Alphanumeric characters, underscore and colon are allowed characters.", - "to": "to", - "target_note": "target note", - "create_relation_on_all_matched_notes": "On all matched notes create given relation." - }, - "delete_relation": { - "delete_relation": "Delete relation", - "relation_name": "relation name", - "allowed_characters": "Alphanumeric characters, underscore and colon are allowed characters." - }, - "rename_relation": { - "rename_relation": "Rename relation", - "rename_relation_from": "Rename relation from", - "old_name": "old name", - "to": "To", - "new_name": "new name", - "allowed_characters": "Alphanumeric characters, underscore and colon are allowed characters." - }, - "update_relation_target": { - "update_relation": "Update relation", - "relation_name": "relation name", - "allowed_characters": "Alphanumeric characters, underscore and colon are allowed characters.", - "to": "to", - "target_note": "target note", - "on_all_matched_notes": "On all matched notes", - "change_target_note": "change target note of the existing relation", - "update_relation_target": "Update relation target" - }, - "attachments_actions": { - "open_externally": "Open externally", - "open_externally_title": "File will be open in an external application and watched for changes. You'll then be able to upload the modified version back to Trilium.", - "open_custom": "Open custom", - "open_custom_title": "File will be open in an external application and watched for changes. You'll then be able to upload the modified version back to Trilium.", - "download": "Download", - "rename_attachment": "Rename attachment", - "upload_new_revision": "Upload new revision", - "copy_link_to_clipboard": "Copy link to clipboard", - "convert_attachment_into_note": "Convert attachment into note", - "delete_attachment": "Delete attachment", - "upload_success": "New attachment revision has been uploaded.", - "upload_failed": "Upload of a new attachment revision failed.", - "open_externally_detail_page": "Opening attachment externally is available only from the detail page, please first click on the attachment detail first and repeat the action.", - "open_custom_client_only": "Custom opening of attachments can only be done from the desktop client.", - "delete_confirm": "Are you sure you want to delete attachment '{{title}}'?", - "delete_success": "Attachment '{{title}}' has been deleted.", - "convert_confirm": "Are you sure you want to convert attachment '{{title}}' into a separate note?", - "convert_success": "Attachment '{{title}}' has been converted to note.", - "enter_new_name": "Please enter new attachment's name" - }, - "calendar": { - "mon": "Mon", - "tue": "Tue", - "wed": "Wed", - "thu": "Thu", - "fri": "Fri", - "sat": "Sat", - "sun": "Sun", - "cannot_find_day_note": "Cannot find day note", - "cannot_find_week_note": "Cannot find week note", - "january": "January", - "february": "February", - "march": "March", - "april": "April", - "may": "May", - "june": "June", - "july": "July", - "august": "August", - "september": "September", - "october": "October", - "november": "November", - "december": "December", - "week": "Week", - "week_previous": "Previous week", - "week_next": "Next week", - "month": "Month", - "month_previous": "Previous month", - "month_next": "Next month", - "year": "Year", - "year_previous": "Previous year", - "year_next": "Next year", - "list": "List", - "today": "Today" - }, - "close_pane_button": { - "close_this_pane": "Close this pane" - }, - "create_pane_button": { - "create_new_split": "Create new split" - }, - "edit_button": { - "edit_this_note": "Edit this note" - }, - "show_toc_widget_button": { - "show_toc": "Show Table of Contents" - }, - "show_highlights_list_widget_button": { - "show_highlights_list": "Show Highlights List" - }, - "global_menu": { - "menu": "Menu", - "options": "Options", - "open_new_window": "Open New Window", - "switch_to_mobile_version": "Switch to Mobile Version", - "switch_to_desktop_version": "Switch to Desktop Version", - "zoom": "Zoom", - "toggle_fullscreen": "Toggle Fullscreen", - "zoom_out": "Zoom Out", - "reset_zoom_level": "Reset Zoom Level", - "zoom_in": "Zoom In", - "configure_launchbar": "Configure Launchbar", - "show_shared_notes_subtree": "Show Shared Notes Subtree", - "advanced": "Advanced", - "open_dev_tools": "Open Dev Tools", - "open_sql_console": "Open SQL Console", - "open_sql_console_history": "Open SQL Console History", - "open_search_history": "Open Search History", - "show_backend_log": "Show Backend Log", - "reload_hint": "Reload can help with some visual glitches without restarting the whole app.", - "reload_frontend": "Reload Frontend", - "show_hidden_subtree": "Show Hidden Subtree", - "show_help": "Show Help", - "about": "About Trilium Notes", - "logout": "Logout", - "show-cheatsheet": "Show Cheatsheet", - "toggle-zen-mode": "Zen Mode", - "new-version-available": "New Update Available", - "download-update": "Get Version {{latestVersion}}", - "search_notes": "Search notes" - }, - "zen_mode": { - "button_exit": "Exit Zen Mode" - }, - "sync_status": { - "unknown": "

Sync status will be known once the next sync attempt starts.

Click to trigger sync now.

", - "connected_with_changes": "

Connected to the sync server.
There are some outstanding changes yet to be synced.

Click to trigger sync.

", - "connected_no_changes": "

Connected to the sync server.
All changes have been already synced.

Click to trigger sync.

", - "disconnected_with_changes": "

Establishing the connection to the sync server was unsuccessful.
There are some outstanding changes yet to be synced.

Click to trigger sync.

", - "disconnected_no_changes": "

Establishing the connection to the sync server was unsuccessful.
All known changes have been synced.

Click to trigger sync.

", - "in_progress": "Sync with the server is in progress." - }, - "left_pane_toggle": { - "show_panel": "Show panel", - "hide_panel": "Hide panel" - }, - "move_pane_button": { - "move_left": "Move left", - "move_right": "Move right" - }, - "note_actions": { - "convert_into_attachment": "Convert into attachment", - "re_render_note": "Re-render note", - "search_in_note": "Search in note", - "note_source": "Note source", - "note_attachments": "Note attachments", - "open_note_externally": "Open note externally", - "open_note_externally_title": "File will be open in an external application and watched for changes. You'll then be able to upload the modified version back to Trilium.", - "open_note_custom": "Open note custom", - "open_note_on_server": "Open note on server", - "import_files": "Import files", - "export_note": "Export note", - "delete_note": "Delete note", - "print_note": "Print note", - "view_revisions": "Note revisions...", - "save_revision": "Save revision", - "advanced": "Advanced", - "convert_into_attachment_failed": "Converting note '{{title}}' failed.", - "convert_into_attachment_successful": "Note '{{title}}' has been converted to attachment.", - "convert_into_attachment_prompt": "Are you sure you want to convert note '{{title}}' into an attachment of the parent note?", - "print_pdf": "Export as PDF...", - "export_as_image": "Export as image", - "export_as_image_png": "PNG (raster)", - "export_as_image_svg": "SVG (vector)", - "note_map": "Note map" - }, - "onclick_button": { - "no_click_handler": "Button widget '{{componentId}}' has no defined click handler" - }, - "protected_session_status": { - "active": "Protected session is active. Click to leave protected session.", - "inactive": "Click to enter protected session" - }, - "revisions_button": { - "note_revisions": "Note Revisions" - }, - "update_available": { - "update_available": "Update available" - }, - "note_launcher": { - "this_launcher_doesnt_define_target_note": "This launcher doesn't define target note." - }, - "code_buttons": { - "execute_button_title": "Execute script", - "trilium_api_docs_button_title": "Open Trilium API docs", - "save_to_note_button_title": "Save to note", - "opening_api_docs_message": "Opening API docs...", - "sql_console_saved_message": "SQL Console note has been saved into {{note_path}}" - }, - "copy_image_reference_button": { - "button_title": "Copy image reference to the clipboard, can be pasted into a text note." - }, - "hide_floating_buttons_button": { - "button_title": "Hide buttons" - }, - "show_floating_buttons_button": { - "button_title": "Show buttons" - }, - "svg_export_button": { - "button_title": "Export diagram as SVG" - }, - "relation_map_buttons": { - "create_child_note_title": "Create child note and add it to map", - "reset_pan_zoom_title": "Reset pan & zoom to initial coordinates and magnification", - "zoom_in_title": "Zoom In", - "zoom_out_title": "Zoom Out" - }, - "zpetne_odkazy": { - "backlink_one": "{{count}} Backlink", - "backlink_other": "{{count}} Backlinks", - "relation": "relation" - }, - "mobile_detail_menu": { - "insert_child_note": "Insert child note", - "delete_this_note": "Delete this note", - "note_revisions": "Note revisions", - "error_cannot_get_branch_id": "Cannot get branchId for notePath '{{notePath}}'", - "error_unrecognized_command": "Unrecognized command {{command}}", - "backlinks": "Backlinks", - "content_language_switcher": "Content language: {{language}}" - }, - "note_icon": { - "change_note_icon": "Change note icon", - "search": "Search:", - "search_placeholder_one": "Search {{number}} icons across {{count}} packs", - "search_placeholder_other": "Search {{number}} icons across {{count}} packs", - "search_placeholder_filtered": "Search {{number}} icons in {{name}}", - "reset-default": "Reset to default icon", - "filter": "Filter", - "filter-none": "All icons", - "filter-default": "Default icons", - "icon_tooltip": "{{name}}\nIcon pack: {{iconPack}}", - "no_results": "No icons found." - }, - "basic_properties": { - "note_type": "Note type", - "editable": "Editable", - "basic_properties": "Basic Properties", - "language": "Language", - "configure_code_notes": "Configure code notes..." - }, - "book_properties": { - "view_type": "View type", - "grid": "Grid", - "list": "List", - "collapse_all_notes": "Collapse all notes", - "expand_tooltip": "Expands the direct children of this collection (one level deep). For more options, press the arrow on the right.", - "collapse": "Collapse", - "expand": "Expand", - "expand_first_level": "Expand direct children", - "expand_nth_level": "Expand {{depth}} levels", - "expand_all_levels": "Expand all levels", - "book_properties": "Collection Properties", - "invalid_view_type": "Invalid view type '{{type}}'", - "calendar": "Calendar", - "table": "Table", - "geo-map": "Geo Map", - "board": "Board", - "presentation": "Presentation", - "include_archived_notes": "Show archived notes", - "hide_child_notes": "Hide child notes in tree" - }, - "edited_notes": { - "no_edited_notes_found": "No edited notes on this day yet...", - "title": "Edited Notes", - "deleted": "(deleted)" - }, - "file_properties": { - "note_id": "Note ID", - "original_file_name": "Original file name", - "file_type": "File type", - "file_size": "File size", - "download": "Download", - "open": "Open externally", - "upload_new_revision": "Upload new revision", - "upload_success": "New file revision has been uploaded.", - "upload_failed": "Upload of a new file revision failed.", - "title": "File" - }, - "image_properties": { - "original_file_name": "Original file name", - "file_type": "File type", - "file_size": "File size", - "download": "Download", - "open": "Open", - "copy_reference_to_clipboard": "Copy reference to clipboard", - "upload_new_revision": "Upload new revision", - "upload_success": "New image revision has been uploaded.", - "upload_failed": "Upload of a new image revision failed: {{message}}", - "title": "Image" - }, - "inherited_attribute_list": { - "title": "Inherited Attributes", - "no_inherited_attributes": "No inherited attributes.", - "none": "none" - }, - "note_info_widget": { - "note_id": "Note ID", - "created": "Created", - "modified": "Modified", - "type": "Type", - "mime": "MIME type", - "note_size": "Note size", - "note_size_info": "Note size provides rough estimate of storage requirements for this note. It takes into account note's content and content of its note revisions.", - "calculate": "calculate", - "subtree_size": "(subtree size: {{size}} in {{count}} notes)", - "title": "Note Info", - "show_similar_notes": "Show similar notes" - }, - "note_map": { - "open_full": "Expand to full", - "collapse": "Collapse to normal size", - "title": "Note Map", - "fix-nodes": "Fix nodes", - "link-distance": "Link distance" - }, - "note_paths": { - "title": "Note Paths", - "clone_button": "Clone note to new location...", - "intro_placed": "This note is placed into the following paths:", - "intro_not_placed": "This note is not yet placed into the note tree.", - "outside_hoisted": "This path is outside of hoisted note and you would have to unhoist.", - "archived": "Archived", - "search": "Search" - }, - "note_properties": { - "this_note_was_originally_taken_from": "This note was originally taken from:", - "info": "Info" - }, - "owned_attribute_list": { - "owned_attributes": "Owned Attributes" - }, - "promoted_attributes": { - "promoted_attributes": "Promoted Attributes", - "unset-field-placeholder": "not set", - "url_placeholder": "http://website...", - "open_external_link": "Open external link", - "unknown_label_type": "Unknown label type '{{type}}'", - "unknown_attribute_type": "Unknown attribute type '{{type}}'", - "add_new_attribute": "Add new attribute", - "remove_this_attribute": "Remove this attribute", - "remove_color": "Remove the color label" - }, - "script_executor": { - "query": "Query", - "script": "Script", - "execute_query": "Execute Query", - "execute_script": "Execute Script" - }, - "search_definition": { - "add_search_option": "Add search option:", - "search_string": "search string", - "search_script": "search script", - "ancestor": "ancestor", - "fast_search": "fast search", - "fast_search_description": "Fast search option disables full text search of note contents which might speed up searching in large databases.", - "include_archived": "include archived", - "include_archived_notes_description": "Archived notes are by default excluded from search results, with this option they will be included.", - "order_by": "order by", - "limit": "limit", - "limit_description": "Limit number of results", - "debug": "debug", - "debug_description": "Debug will print extra debugging information into the console to aid in debugging complex queries", - "action": "action", - "option": "option", - "search_button": "Search", - "search_execute": "Search & Execute actions", - "save_to_note": "Save to note", - "search_parameters": "Search Parameters", - "unknown_search_option": "Unknown search option {{searchOptionName}}", - "search_note_saved": "Search note has been saved into {{- notePathTitle}}", - "actions_executed": "Actions have been executed.", - "view_options": "View options:" - }, - "similar_notes": { - "title": "Similar Notes", - "no_similar_notes_found": "No similar notes found." - }, - "abstract_search_option": { - "remove_this_search_option": "Remove this search option", - "failed_rendering": "Failed rendering search option: {{dto}} with error: {{error}} {{stack}}" - }, - "ancestor": { - "label": "Ancestor", - "placeholder": "search for note by its name", - "depth_label": "depth", - "depth_doesnt_matter": "doesn't matter", - "depth_eq": "is exactly {{count}}", - "direct_children": "direct children", - "depth_gt": "is greater than {{count}}", - "depth_lt": "is less than {{count}}" - }, - "debug": { - "debug": "Debug", - "debug_info": "Debug will print extra debugging information into the console to aid in debugging complex queries.", - "access_info": "To access the debug information, execute query and click on \"Show backend log\" in top left corner." - }, - "fast_search": { - "fast_search": "Fast search", - "description": "Fast search option disables full text search of note contents which might speed up searching in large databases." - }, - "include_archived_notes": { - "include_archived_notes": "Include archived notes" - }, - "limit": { - "limit": "Limit", - "take_first_x_results": "Take only first X specified results." - }, - "order_by": { - "order_by": "Order by", - "relevancy": "Relevancy (default)", - "title": "Title", - "date_created": "Date created", - "date_modified": "Date of last modification", - "content_size": "Note content size", - "content_and_attachments_size": "Note content size including attachments", - "content_and_attachments_and_revisions_size": "Note content size including attachments and revisions", - "revision_count": "Number of revisions", - "children_count": "Number of children notes", - "parent_count": "Number of clones", - "owned_label_count": "Number of labels", - "owned_relation_count": "Number of relations", - "target_relation_count": "Number of relations targeting the note", - "random": "Random order", - "asc": "Ascending (default)", - "desc": "Descending" - }, - "search_script": { - "title": "Search script:", - "placeholder": "search for note by its name", - "description1": "Search script allows to define search results by running a script. This provides maximal flexibility when standard search doesn't suffice.", - "description2": "Search script must be of type \"code\" and subtype \"JavaScript backend\". The script needs to return an array of noteIds or notes.", - "example_title": "See this example:", - "example_code": "// 1. prefiltering using standard search\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. applying custom search criteria\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", - "note": "Note that search script and search string can't be combined with each other." - }, - "search_string": { - "title_column": "Search string:", - "placeholder": "fulltext keywords, #tag = value...", - "search_syntax": "Search syntax", - "also_see": "also see", - "complete_help": "complete help on search syntax", - "full_text_search": "Just enter any text for full text search", - "label_abc": "returns notes with label abc", - "label_year": "matches notes with label year having value 2019", - "label_rock_pop": "matches notes which have both rock and pop labels", - "label_rock_or_pop": "only one of the labels must be present", - "label_year_comparison": "numerical comparison (also >, >=, <).", - "label_date_created": "notes created in the last month", - "error": "Search error: {{error}}", - "search_prefix": "Search:" - }, - "attachment_detail": { - "open_help_page": "Open help page on attachments", - "owning_note": "Owning note: ", - "you_can_also_open": ", you can also open the ", - "list_of_all_attachments": "List of all attachments", - "attachment_deleted": "This attachment has been deleted." - }, - "attachment_list": { - "open_help_page": "Open help page on attachments", - "owning_note": "Owning note: ", - "upload_attachments": "Upload attachments", - "no_attachments": "This note has no attachments." - }, - "book": { - "no_children_help": "This collection doesn't have any child notes so there's nothing to display. See wiki for details.", - "drag_locked_title": "Locked for editing", - "drag_locked_message": "Dragging not allowed since the collection is locked for editing." - }, - "editable_code": { - "placeholder": "Type the content of your code note here..." - }, - "editable_text": { - "placeholder": "Type the content of your note here...", - "editor_crashed_title": "The text editor crashed", - "editor_crashed_content": "Your content was recovered successfully, but a few of your most recent changes may not have been saved.", - "editor_crashed_details_button": "View more details...", - "editor_crashed_details_intro": "If you experience this error several times, consider reporting it on GitHub by pasting the information below.", - "editor_crashed_details_title": "Technical information", - "auto-detect-language": "Auto-detected", - "keeps-crashing": "Editing component keeps crashing. Please try restarting Trilium. If problem persists, consider creating a bug report." - }, - "empty": { - "open_note_instruction": "Open a note by typing the note's title into the input below or choose a note in the tree.", - "search_placeholder": "search for a note by its name", - "enter_workspace": "Enter workspace {{title}}" - }, - "file": { - "file_preview_not_available": "File preview is not available for this file format.", - "too_big": "The preview only shows the first {{maxNumChars}} characters of the file for performance reasons. Download the file and open it externally to be able to see the entire content." - }, - "protected_session": { - "enter_password_instruction": "Showing protected note requires entering your password:", - "start_session_button": "Start protected session", - "started": "Protected session has been started.", - "wrong_password": "Wrong password.", - "protecting-finished-successfully": "Protecting finished successfully.", - "unprotecting-finished-successfully": "Unprotecting finished successfully.", - "protecting-in-progress": "Protecting in progress: {{count}}", - "unprotecting-in-progress-count": "Unprotecting in progress: {{count}}", - "protecting-title": "Protecting status", - "unprotecting-title": "Unprotecting status" - }, - "relation_map": { - "open_in_new_tab": "Open in new tab", - "remove_note": "Remove note", - "edit_title": "Edit title", - "rename_note": "Rename note", - "enter_new_title": "Enter new note title:", - "remove_relation": "Remove relation", - "confirm_remove_relation": "Are you sure you want to remove the relation?", - "specify_new_relation_name": "Specify new relation name (allowed characters: alphanumeric, colon and underscore):", - "connection_exists": "Connection '{{name}}' between these notes already exists.", - "start_dragging_relations": "Start dragging relations from here and drop them on another note.", - "note_not_found": "Note {{noteId}} not found!", - "cannot_match_transform": "Cannot match transform: {{transform}}", - "note_already_in_diagram": "Note \"{{title}}\" is already in the diagram.", - "enter_title_of_new_note": "Enter title of new note", - "default_new_note_title": "new note", - "click_on_canvas_to_place_new_note": "Click on canvas to place new note" - }, - "render": { - "note_detail_render_help_1": "This help note is shown because this note of type Render HTML doesn't have required relation to function properly.", - "note_detail_render_help_2": "Render HTML note type is used for scripting. In short, you have a HTML code note (optionally with some JavaScript) and this note will render it. To make it work, you need to define a relation called \"renderNote\" pointing to the HTML note to render." - }, - "web_view": { - "web_view": "Web View", - "embed_websites": "Note of type Web View allows you to embed websites into Trilium.", - "create_label": "To start, please create a label with a URL address you want to embed, e.g. #webViewSrc=\"https://www.google.com\"" - }, - "backend_log": { - "refresh": "Refresh" - }, - "consistency_checks": { - "title": "Consistency Checks", - "find_and_fix_button": "Find and fix consistency issues", - "finding_and_fixing_message": "Finding and fixing consistency issues...", - "issues_fixed_message": "Any consistency issue which may have been found is now fixed." - }, - "database_anonymization": { - "title": "Database Anonymization", - "full_anonymization": "Full Anonymization", - "full_anonymization_description": "This action will create a new copy of the database and anonymize it (remove all note content and leave only structure and some non-sensitive metadata) for sharing online for debugging purposes without fear of leaking your personal data.", - "save_fully_anonymized_database": "Save fully anonymized database", - "light_anonymization": "Light Anonymization", - "light_anonymization_description": "This action will create a new copy of the database and do a light anonymization on it — specifically only content of all notes will be removed, but titles and attributes will remain. Additionally, custom JS frontend/backend script notes and custom widgets will remain. This provides more context to debug the issues.", - "choose_anonymization": "You can decide yourself if you want to provide a fully or lightly anonymized database. Even fully anonymized DB is very useful, however in some cases lightly anonymized database can speed up the process of bug identification and fixing.", - "save_lightly_anonymized_database": "Save lightly anonymized database", - "existing_anonymized_databases": "Existing anonymized databases", - "creating_fully_anonymized_database": "Creating fully anonymized database...", - "creating_lightly_anonymized_database": "Creating lightly anonymized database...", - "error_creating_anonymized_database": "Could not create anonymized database, check backend logs for details", - "successfully_created_fully_anonymized_database": "Created fully anonymized database in {{anonymizedFilePath}}", - "successfully_created_lightly_anonymized_database": "Created lightly anonymized database in {{anonymizedFilePath}}", - "no_anonymized_database_yet": "No anonymized database yet." - }, - "database_integrity_check": { - "title": "Database Integrity Check", - "description": "This will check that the database is not corrupted on the SQLite level. It might take some time, depending on the DB size.", - "check_button": "Check database integrity", - "checking_integrity": "Checking database integrity...", - "integrity_check_succeeded": "Integrity check succeeded - no problems found.", - "integrity_check_failed": "Integrity check failed: {{results}}" - }, - "sync": { - "title": "Sync", - "force_full_sync_button": "Force full sync", - "fill_entity_changes_button": "Fill entity changes records", - "full_sync_triggered": "Full sync triggered", - "filling_entity_changes": "Filling entity changes rows...", - "sync_rows_filled_successfully": "Sync rows filled successfully", - "finished-successfully": "Sync finished successfully.", - "failed": "Sync failed: {{message}}" - }, - "vacuum_database": { - "title": "Vacuum Database", - "description": "This will rebuild the database which will typically result in a smaller database file. No data will be actually changed.", - "button_text": "Vacuum database", - "vacuuming_database": "Vacuuming database...", - "database_vacuumed": "Database has been vacuumed" - }, - "experimental_features": { - "title": "Experimental Options", - "disclaimer": "These options are experimental and may cause instability. Use with caution.", - "new_layout_name": "New Layout", - "new_layout_description": "Try out the new layout for a more modern look and improved usability. Subject to heavy change in the upcoming releases." - }, - "fonts": { - "theme_defined": "Theme defined", - "fonts": "Fonts", - "main_font": "Main Font", - "font_family": "Font family", - "size": "Size", - "note_tree_font": "Note Tree Font", - "note_detail_font": "Note Detail Font", - "monospace_font": "Monospace (code) Font", - "note_tree_and_detail_font_sizing": "Note that tree and detail font sizing is relative to the main font size setting.", - "not_all_fonts_available": "Not all listed fonts may be available on your system.", - "apply_font_changes": "To apply font changes, click on", - "reload_frontend": "reload frontend", - "generic-fonts": "Generic fonts", - "sans-serif-system-fonts": "Sans-serif system fonts", - "serif-system-fonts": "Serif system fonts", - "monospace-system-fonts": "Monospace system fonts", - "handwriting-system-fonts": "Handwriting system fonts", - "serif": "Serif", - "sans-serif": "Sans Serif", - "monospace": "Monospace", - "system-default": "System default" - }, - "max_content_width": { - "title": "Content Width", - "default_description": "Trilium by default limits max content width to improve readability for maximized screens on wide screens.", - "max_width_label": "Max content width", - "max_width_unit": "pixels", - "centerContent": "Keep content centered" - }, - "native_title_bar": { - "title": "Native Title Bar (requires app restart)", - "enabled": "enabled", - "disabled": "disabled" - }, - "ribbon": { - "widgets": "Ribbon widgets", - "promoted_attributes_message": "Promoted Attributes ribbon tab will automatically open if promoted attributes are present on the note", - "edited_notes_message": "Edited Notes ribbon tab will automatically open on day notes" - }, - "theme": { - "title": "Application Theme", - "theme_label": "Theme", - "override_theme_fonts_label": "Override theme fonts", - "auto_theme": "Legacy (Follow system color scheme)", - "light_theme": "Legacy (Light)", - "dark_theme": "Legacy (Dark)", - "triliumnext": "Trilium (Follow system color scheme)", - "triliumnext-light": "Trilium (Light)", - "triliumnext-dark": "Trilium (Dark)", - "layout": "Layout", - "layout-vertical-title": "Vertical", - "layout-horizontal-title": "Horizontal", - "layout-vertical-description": "launcher bar is on the left (default)", - "layout-horizontal-description": "launcher bar is underneath the tab bar, the tab bar is now full width." - }, - "ui-performance": { - "title": "Performance", - "enable-motion": "Enable transitions and animations", - "enable-shadows": "Enable shadows", - "enable-backdrop-effects": "Enable background effects for menus, popups and panels", - "enable-smooth-scroll": "Enable smooth scrolling", - "app-restart-required": "(a restart of the application is required for the change to take effect)" - }, - "ai_llm": { - "not_started": "Not started", - "title": "AI Settings", - "processed_notes": "Processed Notes", - "total_notes": "Total Notes", - "progress": "Progress", - "queued_notes": "Queued Notes", - "failed_notes": "Failed Notes", - "last_processed": "Last Processed", - "refresh_stats": "Refresh Statistics", - "enable_ai_features": "Enable AI/LLM features", - "enable_ai_description": "Enable AI features like note summarization, content generation, and other LLM capabilities", - "openai_tab": "OpenAI", - "anthropic_tab": "Anthropic", - "voyage_tab": "Voyage AI", - "ollama_tab": "Ollama", - "enable_ai": "Enable AI/LLM features", - "enable_ai_desc": "Enable AI features like note summarization, content generation, and other LLM capabilities", - "provider_configuration": "AI Provider Configuration", - "provider_precedence": "Provider Precedence", - "provider_precedence_description": "Comma-separated list of providers in order of precedence (e.g., 'openai,anthropic,ollama')", - "temperature": "Temperature", - "temperature_description": "Controls randomness in responses (0 = deterministic, 2 = maximum randomness)", - "system_prompt": "System Prompt", - "system_prompt_description": "Default system prompt used for all AI interactions", - "openai_configuration": "OpenAI Configuration", - "openai_settings": "OpenAI Settings", - "api_key": "API Key", - "url": "Base URL", - "model": "Model", - "openai_api_key_description": "Your OpenAI API key for accessing their AI services", - "anthropic_api_key_description": "Your Anthropic API key for accessing Claude models", - "default_model": "Default Model", - "openai_model_description": "Examples: gpt-4o, gpt-4-turbo, gpt-3.5-turbo", - "base_url": "Base URL", - "openai_url_description": "Default: https://api.openai.com/v1", - "anthropic_settings": "Anthropic Settings", - "anthropic_url_description": "Base URL for the Anthropic API (default: https://api.anthropic.com)", - "anthropic_model_description": "Anthropic Claude models for chat completion", - "voyage_settings": "Voyage AI Settings", - "ollama_settings": "Ollama Settings", - "ollama_url_description": "URL for the Ollama API (default: http://localhost:11434)", - "ollama_model_description": "Ollama model to use for chat completion", - "anthropic_configuration": "Anthropic Configuration", - "voyage_configuration": "Voyage AI Configuration", - "voyage_url_description": "Default: https://api.voyageai.com/v1", - "ollama_configuration": "Ollama Configuration", - "enable_ollama": "Enable Ollama", - "enable_ollama_description": "Enable Ollama for local AI model usage", - "ollama_url": "Ollama URL", - "ollama_model": "Ollama Model", - "refresh_models": "Refresh Models", - "refreshing_models": "Refreshing...", - "enable_automatic_indexing": "Enable Automatic Indexing", - "rebuild_index": "Rebuild Index", - "rebuild_index_error": "Error starting index rebuild. Check logs for details.", - "note_title": "Note Title", - "error": "Error", - "last_attempt": "Last Attempt", - "actions": "Actions", - "retry": "Retry", - "partial": "{{ percentage }}% completed", - "retry_queued": "Note queued for retry", - "retry_failed": "Failed to queue note for retry", - "max_notes_per_llm_query": "Max Notes Per Query", - "max_notes_per_llm_query_description": "Maximum number of similar notes to include in AI context", - "active_providers": "Active Providers", - "disabled_providers": "Disabled Providers", - "remove_provider": "Remove provider from search", - "restore_provider": "Restore provider to search", - "similarity_threshold": "Similarity Threshold", - "similarity_threshold_description": "Minimum similarity score (0-1) for notes to be included in context for LLM queries", - "reprocess_index": "Rebuild Search Index", - "reprocessing_index": "Rebuilding...", - "reprocess_index_started": "Search index optimization started in the background", - "reprocess_index_error": "Error rebuilding search index", - "index_rebuild_progress": "Index Rebuild Progress", - "index_rebuilding": "Optimizing index ({{percentage}}%)", - "index_rebuild_complete": "Index optimization complete", - "index_rebuild_status_error": "Error checking index rebuild status", - "never": "Never", - "processing": "Processing ({{percentage}}%)", - "incomplete": "Incomplete ({{percentage}}%)", - "complete": "Complete (100%)", - "refreshing": "Refreshing...", - "auto_refresh_notice": "Auto-refreshes every {{seconds}} seconds", - "note_queued_for_retry": "Note queued for retry", - "failed_to_retry_note": "Failed to retry note", - "all_notes_queued_for_retry": "All failed notes queued for retry", - "failed_to_retry_all": "Failed to retry notes", - "ai_settings": "AI Settings", - "api_key_tooltip": "API key for accessing the service", - "empty_key_warning": { - "anthropic": "Anthropic API key is empty. Please enter a valid API key.", - "openai": "OpenAI API key is empty. Please enter a valid API key.", - "voyage": "Voyage API key is empty. Please enter a valid API key.", - "ollama": "Ollama API key is empty. Please enter a valid API key." + "confirm": { + "confirmation": "Confirmation", + "cancel": "Cancel", + "ok": "OK", + "are_you_sure_remove_note": "Are you sure you want to remove the note \"{{title}}\" from relation map? ", + "if_you_dont_check": "If you don't check this, the note will be only removed from the relation map.", + "also_delete_note": "Also delete the note" }, - "agent": { - "processing": "Processing...", - "thinking": "Thinking...", - "loading": "Loading...", - "generating": "Generating..." + "delete_notes": { + "delete_notes_preview": "Delete notes preview", + "close": "Close", + "delete_all_clones_description": "Delete also all clones (can be undone in recent changes)", + "erase_notes_description": "Normal (soft) deletion only marks the notes as deleted and they can be undeleted (in recent changes dialog) within a period of time. Checking this option will erase the notes immediately and it won't be possible to undelete the notes.", + "erase_notes_warning": "Erase notes permanently (can't be undone), including all clones. This will force application reload.", + "notes_to_be_deleted": "Following notes will be deleted ({{notesCount}})", + "no_note_to_delete": "No note will be deleted (only clones).", + "broken_relations_to_be_deleted": "Following relations will be broken and deleted ({{ relationCount}})", + "cancel": "Cancel", + "ok": "OK", + "deleted_relation_text": "Note {{- note}} (to be deleted) is referenced by relation {{- relation}} originating from {{- source}}." }, - "name": "AI", - "openai": "OpenAI", - "use_enhanced_context": "Use enhanced context", - "enhanced_context_description": "Provides the AI with more context from the note and its related notes for better responses", - "show_thinking": "Show thinking", - "show_thinking_description": "Show the AI's chain of thought process", - "enter_message": "Enter your message...", - "error_contacting_provider": "Error contacting AI provider. Please check your settings and internet connection.", - "error_generating_response": "Error generating AI response", - "index_all_notes": "Index All Notes", - "index_status": "Index Status", - "indexed_notes": "Indexed Notes", - "indexing_stopped": "Indexing stopped", - "indexing_in_progress": "Indexing in progress...", - "last_indexed": "Last Indexed", - "note_chat": "Note Chat", - "sources": "Sources", - "start_indexing": "Start Indexing", - "use_advanced_context": "Use Advanced Context", - "ollama_no_url": "Ollama is not configured. Please enter a valid URL.", - "chat": { - "root_note_title": "AI Chats", - "root_note_content": "This note contains your saved AI chat conversations.", - "new_chat_title": "New Chat", - "create_new_ai_chat": "Create new AI Chat" + "export": { + "export_note_title": "Export note", + "close": "Close", + "export_type_subtree": "This note and all of its descendants", + "format_html": "HTML - recommended as it keeps all format", + "format_html_zip": "HTML in ZIP archive - this is recommended since this preserves all the formatting.", + "format_markdown": "Markdown - this preserves most of the formatting.", + "format_opml": "OPML - outliner interchange format for text only. Formatting, images and files are not included.", + "opml_version_1": "OPML v1.0 - plain text only", + "opml_version_2": "OPML v2.0 - allows also HTML", + "export_type_single": "Only this note without its descendants", + "export": "Export", + "choose_export_type": "Choose export type first please", + "export_status": "Export status", + "export_in_progress": "Export in progress: {{progressCount}}", + "export_finished_successfully": "Export finished successfully.", + "format_pdf": "PDF - for printing or sharing purposes.", + "share-format": "HTML for web publishing - uses the same theme that is used shared notes, but can be published as a static website." }, - "create_new_ai_chat": "Create new AI Chat", - "configuration_warnings": "There are some issues with your AI configuration. Please check your settings.", - "experimental_warning": "The LLM feature is currently experimental - you have been warned.", - "selected_provider": "Selected Provider", - "selected_provider_description": "Choose the AI provider for chat and completion features", - "select_model": "Select model...", - "select_provider": "Select provider...", - "ai_enabled": "AI features enabled", - "ai_disabled": "AI features disabled", - "no_models_found_online": "No models found. Please check your API key and settings.", - "no_models_found_ollama": "No Ollama models found. Please check if Ollama is running.", - "error_fetching": "Error fetching models: {{error}}" - }, - "zoom_factor": { - "title": "Zoom Factor (desktop build only)", - "description": "Zooming can be controlled with CTRL+- and CTRL+= shortcuts as well." - }, - "code_auto_read_only_size": { - "title": "Automatic Read-Only Size", - "description": "Automatic read-only note size is the size after which notes will be displayed in a read-only mode (for performance reasons).", - "label": "Automatic read-only size (code notes)", - "unit": "characters" - }, - "code-editor-options": { - "title": "Editor" - }, - "code_mime_types": { - "title": "Available MIME types in the dropdown", - "tooltip_syntax_highlighting": "Syntax highlighting", - "tooltip_code_block_syntax": "Code blocks in Text notes", - "tooltip_code_note_syntax": "Code notes" - }, - "vim_key_bindings": { - "use_vim_keybindings_in_code_notes": "Vim keybindings", - "enable_vim_keybindings": "Enable Vim keybindings in code notes (no ex mode)" - }, - "wrap_lines": { - "wrap_lines_in_code_notes": "Wrap lines in code notes", - "enable_line_wrap": "Enable Line Wrap (change might need a frontend reload to take effect)" - }, - "images": { - "images_section_title": "Images", - "download_images_automatically": "Download images automatically for offline use.", - "download_images_description": "Pasted HTML can contain references to online images, Trilium will find those references and download the images so that they are available offline.", - "enable_image_compression": "Enable image compression", - "max_image_dimensions": "Max width / height of an image (image will be resized if it exceeds this setting).", - "max_image_dimensions_unit": "pixels", - "jpeg_quality_description": "JPEG quality (10 - worst quality, 100 - best quality, 50 - 85 is recommended)" - }, - "attachment_erasure_timeout": { - "attachment_erasure_timeout": "Attachment Erasure Timeout", - "attachment_auto_deletion_description": "Attachments get automatically deleted (and erased) if they are not referenced by their note anymore after a defined time out.", - "erase_attachments_after": "Erase unused attachments after:", - "manual_erasing_description": "You can also trigger erasing manually (without considering the timeout defined above):", - "erase_unused_attachments_now": "Erase unused attachment notes now", - "unused_attachments_erased": "Unused attachments have been erased." - }, - "network_connections": { - "network_connections_title": "Network Connections", - "check_for_updates": "Check for updates automatically" - }, - "note_erasure_timeout": { - "note_erasure_timeout_title": "Note Erasure Timeout", - "note_erasure_description": "Deleted notes (and attributes, revisions...) are at first only marked as deleted and it is possible to recover them from Recent Notes dialog. After a period of time, deleted notes are \"erased\" which means their content is not recoverable anymore. This setting allows you to configure the length of the period between deleting and erasing the note.", - "erase_notes_after": "Erase notes after:", - "manual_erasing_description": "You can also trigger erasing manually (without considering the timeout defined above):", - "erase_deleted_notes_now": "Erase deleted notes now", - "deleted_notes_erased": "Deleted notes have been erased." - }, - "revisions_snapshot_interval": { - "note_revisions_snapshot_interval_title": "Note Revision Snapshot Interval", - "note_revisions_snapshot_description": "The Note revision snapshot interval is the time after which a new note revision will be created for the note. See wiki for more info.", - "snapshot_time_interval_label": "Note revision snapshot time interval:" - }, - "revisions_snapshot_limit": { - "note_revisions_snapshot_limit_title": "Note Revision Snapshot Limit", - "note_revisions_snapshot_limit_description": "The note revision snapshot number limit refers to the maximum number of revisions that can be saved for each note. Where -1 means no limit, 0 means delete all revisions. You can set the maximum revisions for a single note through the #versioningLimit label.", - "snapshot_number_limit_label": "Note revision snapshot number limit:", - "snapshot_number_limit_unit": "snapshots", - "erase_excess_revision_snapshots": "Erase excess revision snapshots now", - "erase_excess_revision_snapshots_prompt": "Excess revision snapshots have been erased." - }, - "search_engine": { - "title": "Search Engine", - "custom_search_engine_info": "Custom search engine requires both a name and a URL to be set. If either of these is not set, DuckDuckGo will be used as the default search engine.", - "predefined_templates_label": "Predefined search engine templates", - "bing": "Bing", - "baidu": "Baidu", - "duckduckgo": "DuckDuckGo", - "google": "Google", - "custom_name_label": "Custom search engine name", - "custom_name_placeholder": "Customize search engine name", - "custom_url_label": "Custom search engine URL should include {keyword} as a placeholder for the search term.", - "custom_url_placeholder": "Customize search engine url", - "save_button": "Save" - }, - "tray": { - "title": "System Tray", - "enable_tray": "Enable tray (Trilium needs to be restarted for this change to take effect)" - }, - "heading_style": { - "title": "Heading Style", - "plain": "Plain", - "underline": "Underline", - "markdown": "Markdown-style" - }, - "highlights_list": { - "title": "Highlights List", - "description": "You can customize the highlights list displayed in the right panel:", - "bold": "Bold text", - "italic": "Italic text", - "underline": "Underlined text", - "color": "Colored text", - "bg_color": "Text with background color", - "visibility_title": "Highlights List visibility", - "visibility_description": "You can hide the highlights widget per-note by adding a #hideHighlightWidget label.", - "shortcut_info": "You can configure a keyboard shortcut for quickly toggling the right pane (including Highlights) in the Options -> Shortcuts (name 'toggleRightPane')." - }, - "table_of_contents": { - "title": "Table of Contents", - "description": "Table of contents will appear in text notes when the note has more than a defined number of headings. You can customize this number:", - "unit": "headings", - "disable_info": "You can also use this option to effectively disable TOC by setting a very high number.", - "shortcut_info": "You can configure a keyboard shortcut for quickly toggling the right pane (including TOC) in the Options -> Shortcuts (name 'toggleRightPane')." - }, - "text_auto_read_only_size": { - "title": "Automatic Read-Only Size", - "description": "Automatic read-only note size is the size after which notes will be displayed in a read-only mode (for performance reasons).", - "label": "Automatic read-only size (text notes)", - "unit": "characters" - }, - "custom_date_time_format": { - "title": "Custom Date/Time Format", - "description": "Customize the format of the date and time inserted via or the toolbar. See Day.js docs for available format tokens.", - "format_string": "Format string:", - "formatted_time": "Formatted date/time:" - }, - "i18n": { - "title": "Localization", - "language": "Language", - "first-day-of-the-week": "First day of the week", - "monday": "Monday", - "tuesday": "Tuesday", - "wednesday": "Wednesday", - "thursday": "Thursday", - "friday": "Friday", - "saturday": "Saturday", - "sunday": "Sunday", - "first-week-of-the-year": "First week of the year", - "first-week-contains-first-day": "First week contains first day of the year", - "first-week-contains-first-thursday": "First week contains first Thursday of the year", - "first-week-has-minimum-days": "First week has minimum days", - "min-days-in-first-week": "Minimum days in first week", - "first-week-info": "First week contains first Thursday of the year is based on ISO 8601 standard.", - "first-week-warning": "Changing first week options may cause duplicate with existing Week Notes and the existing Week Notes will not be updated accordingly.", - "formatting-locale": "Date & number format", - "formatting-locale-auto": "Based on the application's language" - }, - "backup": { - "automatic_backup": "Automatic backup", - "automatic_backup_description": "Trilium can back up the database automatically:", - "enable_daily_backup": "Enable daily backup", - "enable_weekly_backup": "Enable weekly backup", - "enable_monthly_backup": "Enable monthly backup", - "backup_recommendation": "It's recommended to keep the backup turned on, but this can make application startup slow with large databases and/or slow storage devices.", - "backup_now": "Backup now", - "backup_database_now": "Backup database now", - "existing_backups": "Existing backups", - "date-and-time": "Date & time", - "path": "Path", - "database_backed_up_to": "Database has been backed up to {{backupFilePath}}", - "no_backup_yet": "no backup yet" - }, - "etapi": { - "title": "ETAPI", - "description": "ETAPI is a REST API used to access Trilium instance programmatically, without UI.", - "create_token": "Create new ETAPI token", - "existing_tokens": "Existing tokens", - "no_tokens_yet": "There are no tokens yet. Click on the button above to create one.", - "token_name": "Token name", - "created": "Created", - "actions": "Actions", - "new_token_title": "New ETAPI token", - "new_token_message": "Please enter new token's name", - "default_token_name": "new token", - "error_empty_name": "Token name can't be empty", - "token_created_title": "ETAPI token created", - "token_created_message": "Copy the created token into clipboard. Trilium stores the token hashed and this is the last time you see it.", - "rename_token": "Rename this token", - "delete_token": "Delete / deactivate this token", - "rename_token_title": "Rename token", - "rename_token_message": "Please enter new token's name", - "delete_token_confirmation": "Are you sure you want to delete ETAPI token \"{{name}}\"?" - }, - "options_widget": { - "options_status": "Options status", - "options_change_saved": "Options change have been saved." - }, - "password": { - "heading": "Password", - "alert_message": "Please take care to remember your new password. Password is used for logging into the web interface and to encrypt protected notes. If you forget your password, then all your protected notes are forever lost.", - "reset_link": "Click here to reset it.", - "old_password": "Old password", - "new_password": "New password", - "new_password_confirmation": "New password confirmation", - "change_password": "Change password", - "protected_session_timeout": "Protected Session Timeout", - "protected_session_timeout_description": "Protected session timeout is a time period after which the protected session is wiped from the browser's memory. This is measured from the last interaction with protected notes. See", - "wiki": "wiki", - "for_more_info": "for more info.", - "protected_session_timeout_label": "Protected session timeout:", - "reset_confirmation": "By resetting the password you will forever lose access to all your existing protected notes. Do you really want to reset the password?", - "reset_success_message": "Password has been reset. Please set new password", - "change_password_heading": "Change Password", - "set_password_heading": "Set Password", - "set_password": "Set Password", - "password_mismatch": "New passwords are not the same.", - "password_changed_success": "Password has been changed. Trilium will be reloaded after you press OK." - }, - "multi_factor_authentication": { - "title": "Multi-Factor Authentication", - "description": "Multi-Factor Authentication (MFA) adds an extra layer of security to your account. Instead of just entering a password to log in, MFA requires you to provide one or more additional pieces of evidence to verify your identity. This way, even if someone gets hold of your password, they still can't access your account without the second piece of information. It's like adding an extra lock to your door, making it much harder for anyone else to break in.

Please follow the instructions below to enable MFA. If you don't config correctly, login will fall back to password only.", - "mfa_enabled": "Enable Multi-Factor Authentication", - "mfa_method": "MFA Method", - "electron_disabled": "Multi-Factor Authentication is not supported in the desktop build currently.", - "totp_title": "Time-based One-Time Password (TOTP)", - "totp_description": "TOTP (Time-Based One-Time Password) is a security feature that generates a unique, temporary code which changes every 30 seconds. You use this code, along with your password to log into your account, making it much harder for anyone else to access it.", - "totp_secret_title": "Generate TOTP Secret", - "totp_secret_generate": "Generate TOTP Secret", - "totp_secret_regenerate": "Regenerate TOTP Secret", - "no_totp_secret_warning": "To enable TOTP, you need to generate a TOTP secret first.", - "totp_secret_description_warning": "After generating a new TOTP secret, you will be required to login again with the new TOTP secret.", - "totp_secret_generated": "TOTP Secret Generated", - "totp_secret_warning": "Please save the generated secret in a secure location. It will not be shown again.", - "totp_secret_regenerate_confirm": "Are you sure you want to regenerate the TOTP secret? This will invalidate previous TOTP secret and all existing recovery codes.", - "recovery_keys_title": "Single Sign-on Recovery Keys", - "recovery_keys_description": "Single sign-on recovery keys are used to login in the even you cannot access your Authenticator codes.", - "recovery_keys_description_warning": "Recovery keys won't be shown again after leaving the page, keep them somewhere safe and secure.
After a recovery key is used it cannot be used again.", - "recovery_keys_error": "Error generating recovery codes", - "recovery_keys_no_key_set": "No recovery codes set", - "recovery_keys_generate": "Generate Recovery Codes", - "recovery_keys_regenerate": "Regenerate Recovery Codes", - "recovery_keys_used": "Used: {{date}}", - "recovery_keys_unused": "Recovery code {{index}} is unused", - "oauth_title": "OAuth/OpenID", - "oauth_description": "OpenID is a standardized way to let you log into websites using an account from another service, like Google, to verify your identity. The default issuer is Google, but you can change it to any other OpenID provider. Check here for more information. Follow these instructions to setup an OpenID service through Google.", - "oauth_description_warning": "To enable OAuth/OpenID, you need to set the OAuth/OpenID base URL, client ID and client secret in the config.ini file and restart the application. If you want to set from environment variables, please set TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID and TRILIUM_OAUTH_CLIENT_SECRET.", - "oauth_missing_vars": "Missing settings: {{-variables}}", - "oauth_user_account": "User Account: ", - "oauth_user_email": "User Email: ", - "oauth_user_not_logged_in": "Not logged in!" - }, - "shortcuts": { - "keyboard_shortcuts": "Keyboard Shortcuts", - "multiple_shortcuts": "Multiple shortcuts for the same action can be separated by comma.", - "electron_documentation": "See Electron documentation for available modifiers and key codes.", - "type_text_to_filter": "Type text to filter shortcuts...", - "action_name": "Action name", - "shortcuts": "Shortcuts", - "default_shortcuts": "Default shortcuts", - "description": "Description", - "reload_app": "Reload app to apply changes", - "set_all_to_default": "Set all shortcuts to the default", - "confirm_reset": "Do you really want to reset all keyboard shortcuts to the default?" - }, - "spellcheck": { - "title": "Spell Check", - "description": "These options apply only for desktop builds, browsers will use their own native spell check.", - "enable": "Enable spellcheck", - "language_code_label": "Language code(s)", - "language_code_placeholder": "for example \"en-US\", \"de-AT\"", - "multiple_languages_info": "Multiple languages can be separated by comma, e.g. \"en-US, de-DE, cs\". ", - "available_language_codes_label": "Available language codes:", - "restart-required": "Changes to the spell check options will take effect after application restart." - }, - "sync_2": { - "config_title": "Sync Configuration", - "server_address": "Server instance address", - "timeout": "Sync timeout", - "timeout_unit": "milliseconds", - "proxy_label": "Sync proxy server (optional)", - "note": "Note", - "note_description": "If you leave the proxy setting blank, the system proxy will be used (applies to desktop/electron build only).", - "special_value_description": "Another special value is noproxy which forces ignoring even the system proxy and respects NODE_TLS_REJECT_UNAUTHORIZED.", - "save": "Save", - "help": "Help", - "test_title": "Sync Test", - "test_description": "This will test the connection and handshake to the sync server. If the sync server isn't initialized, this will set it up to sync with the local document.", - "test_button": "Test sync", - "handshake_failed": "Sync server handshake failed, error: {{message}}" - }, - "api_log": { - "close": "Close" - }, - "attachment_detail_2": { - "will_be_deleted_in": "This attachment will be automatically deleted in {{time}}", - "will_be_deleted_soon": "This attachment will be automatically deleted soon", - "deletion_reason": ", because the attachment is not linked in the note's content. To prevent deletion, add the attachment link back into the content or convert the attachment into note.", - "role_and_size": "Role: {{role}}, size: {{size}}, MIME: {{- mimeType}}", - "link_copied": "Attachment link copied to clipboard.", - "unrecognized_role": "Unrecognized attachment role '{{role}}'." - }, - "bookmark_switch": { - "bookmark": "Bookmark", - "bookmark_this_note": "Bookmark this note to the left side panel", - "remove_bookmark": "Remove bookmark" - }, - "editability_select": { - "auto": "Auto", - "read_only": "Read-only", - "always_editable": "Always Editable", - "note_is_editable": "Note is editable if it's not too long.", - "note_is_read_only": "Note is read-only, but can be edited with a button click.", - "note_is_always_editable": "Note is always editable, regardless of its length." - }, - "note-map": { - "button-link-map": "Link Map", - "button-tree-map": "Tree map" - }, - "tree-context-menu": { - "open-in-a-new-tab": "Open in a new tab", - "open-in-a-new-split": "Open in a new split", - "open-in-a-new-window": "Open in a new window", - "insert-note-after": "Insert note after", - "insert-child-note": "Insert child note", - "archive": "Archive", - "unarchive": "Unarchive", - "delete": "Delete", - "search-in-subtree": "Search in subtree", - "hoist-note": "Hoist note", - "unhoist-note": "Unhoist note", - "edit-branch-prefix": "Edit branch prefix", - "advanced": "Advanced", - "expand-subtree": "Expand subtree", - "collapse-subtree": "Collapse subtree", - "hide-subtree": "Hide subtree", - "show-subtree": "Show subtree", - "sort-by": "Sort by...", - "recent-changes-in-subtree": "Recent changes in subtree", - "convert-to-attachment": "Convert to attachment", - "copy-note-path-to-clipboard": "Copy note path to clipboard", - "protect-subtree": "Protect subtree", - "unprotect-subtree": "Unprotect subtree", - "copy-clone": "Copy / clone", - "clone-to": "Clone to...", - "cut": "Cut", - "move-to": "Move to...", - "paste-into": "Paste into", - "paste-after": "Paste after", - "duplicate": "Duplicate", - "export": "Export", - "import-into-note": "Import into note", - "apply-bulk-actions": "Apply bulk actions", - "converted-to-attachments": "{{count}} notes have been converted to attachments.", - "convert-to-attachment-confirm": "Are you sure you want to convert the selected notes into attachments of their parent notes? This operation only applies to Image notes, other notes will be skipped.", - "open-in-popup": "Quick edit" - }, - "shared_info": { - "shared_publicly": "This note is shared publicly on {{- link}}.", - "shared_locally": "This note is shared locally on {{- link}}.", - "help_link": "For help visit wiki." - }, - "read-only-info": { - "read-only-note": "Currently viewing a read-only note.", - "auto-read-only-note": "This note is shown in a read-only mode for faster loading.", - "edit-note": "Edit note" - }, - "note_types": { - "text": "Text", - "code": "Code", - "saved-search": "Saved Search", - "relation-map": "Relation Map", - "note-map": "Note Map", - "render-note": "Render Note", - "book": "Collection", - "mermaid-diagram": "Mermaid Diagram", - "canvas": "Canvas", - "web-view": "Web View", - "mind-map": "Mind Map", - "file": "File", - "image": "Image", - "launcher": "Launcher", - "doc": "Doc", - "widget": "Widget", - "confirm-change": "It is not recommended to change note type when note content is not empty. Do you want to continue anyway?", - "geo-map": "Geo Map", - "beta-feature": "Beta", - "ai-chat": "AI Chat", - "task-list": "Task List", - "new-feature": "New", - "collections": "Collections" - }, - "protect_note": { - "toggle-on": "Protect the note", - "toggle-off": "Unprotect the note", - "toggle-on-hint": "Note is not protected, click to make it protected", - "toggle-off-hint": "Note is protected, click to make it unprotected" - }, - "shared_switch": { - "shared": "Shared", - "toggle-on-title": "Share the note", - "toggle-off-title": "Unshare the note", - "shared-branch": "This note exists only as a shared note, unsharing would delete it. Do you want to continue and thus delete this note?", - "inherited": "Note cannot be unshared here because it is shared through inheritance from an ancestor." - }, - "template_switch": { - "template": "Template", - "toggle-on-hint": "Make the note a template", - "toggle-off-hint": "Remove the note as a template" - }, - "open-help-page": "Open help page", - "find": { - "case_sensitive": "Case sensitive", - "match_words": "Match words", - "find_placeholder": "Find in text...", - "replace_placeholder": "Replace with...", - "replace": "Replace", - "replace_all": "Replace all" - }, - "highlights_list_2": { - "title": "Highlights List", - "title_with_count_one": "{{count}} highlight", - "title_with_count_other": "{{count}} highlights", - "options": "Options", - "modal_title": "Configure Highlights List", - "menu_configure": "Configure highlights list...", - "no_highlights": "No highlights found." - }, - "quick-search": { - "placeholder": "Quick search", - "searching": "Searching...", - "no-results": "No results found", - "more-results": "... and {{number}} more results.", - "show-in-full-search": "Show in full search" - }, - "note_tree": { - "collapse-title": "Collapse note tree", - "scroll-active-title": "Scroll to active note", - "tree-settings-title": "Tree settings", - "hide-archived-notes": "Hide archived notes", - "automatically-collapse-notes": "Automatically collapse notes", - "automatically-collapse-notes-title": "Notes will be collapsed after period of inactivity to declutter the tree.", - "save-changes": "Save & apply changes", - "auto-collapsing-notes-after-inactivity": "Auto collapsing notes after inactivity...", - "saved-search-note-refreshed": "Saved search note refreshed.", - "hoist-this-note-workspace": "Hoist this note (workspace)", - "refresh-saved-search-results": "Refresh saved search results", - "create-child-note": "Create child note", - "unhoist": "Unhoist", - "toggle-sidebar": "Toggle sidebar", - "dropping-not-allowed": "Dropping notes into this location is not allowed.", - "clone-indicator-tooltip": "This note has {{- count}} parents: {{- parents}}", - "clone-indicator-tooltip-single": "This note is cloned (1 additional parent: {{- parent}})", - "shared-indicator-tooltip": "This note is shared publicly", - "shared-indicator-tooltip-with-url": "This note is shared publicly at: {{- url}}", - "subtree-hidden-tooltip_one": "{{count}} child note that is hidden from the tree", - "subtree-hidden-tooltip_other": "{{count}} child notes that are hidden from the tree", - "subtree-hidden-moved-title": "Added to {{title}}", - "subtree-hidden-moved-description-collection": "This collection hides its child notes in the tree.", - "subtree-hidden-moved-description-other": "Child notes are hidden in the tree for this note." - }, - "title_bar_buttons": { - "window-on-top": "Keep Window on Top" - }, - "note_detail": { - "could_not_find_typewidget": "Could not find typeWidget for type '{{type}}'", - "printing": "Printing in progress...", - "printing_pdf": "Exporting to PDF in progress...", - "print_report_title": "Print report", - "print_report_collection_content_one": "{{count}} note in the collection could not be printed because they are not supported or they are protected.", - "print_report_collection_content_other": "{{count}} notes in the collection could not be printed because they are not supported or they are protected.", - "print_report_collection_details_button": "See details", - "print_report_collection_details_ignored_notes": "Ignored notes" - }, - "note_title": { - "placeholder": "type note's title here...", - "created_on": "Created on ", - "last_modified": "Modified on ", - "note_type_switcher_label": "Switch from {{type}} to:", - "note_type_switcher_others": "Other note type", - "note_type_switcher_templates": "Template", - "note_type_switcher_collection": "Collection", - "edited_notes": "Notes edited on this day", - "promoted_attributes": "Promoted attributes" - }, - "search_result": { - "no_notes_found": "No notes have been found for given search parameters.", - "search_not_executed": "Search has not been executed yet. Click on \"Search\" button above to see the results." - }, - "spacer": { - "configure_launchbar": "Configure Launchbar" - }, - "sql_result": { - "not_executed": "The query has not been executed yet.", - "no_rows": "No rows have been returned for this query", - "failed": "SQL query execution has failed", - "statement_result": "Statement result", - "execute_now": "Execute now" - }, - "sql_table_schemas": { - "tables": "Tables" - }, - "tab_row": { - "close_tab": "Close tab", - "add_new_tab": "Add new tab", - "close": "Close", - "close_other_tabs": "Close other tabs", - "close_right_tabs": "Close tabs to the right", - "close_all_tabs": "Close all tabs", - "reopen_last_tab": "Reopen last closed tab", - "move_tab_to_new_window": "Move this tab to a new window", - "copy_tab_to_new_window": "Copy this tab to a new window", - "new_tab": "New tab" - }, - "toc": { - "table_of_contents": "Table of Contents", - "options": "Options", - "no_headings": "No headings." - }, - "watched_file_update_status": { - "file_last_modified": "File has been last modified on .", - "upload_modified_file": "Upload modified file", - "ignore_this_change": "Ignore this change" - }, - "app_context": { - "please_wait_for_save": "Please wait for a couple of seconds for the save to finish, then you can try again." - }, - "note_create": { - "duplicated": "Note \"{{title}}\" has been duplicated." - }, - "image": { - "copied-to-clipboard": "A reference to the image has been copied to clipboard. This can be pasted in any text note.", - "cannot-copy": "Could not copy the image reference to clipboard." - }, - "clipboard": { - "cut": "Note(s) have been cut into clipboard.", - "copied": "Note(s) have been copied into clipboard.", - "copy_failed": "Cannot copy to clipboard due to permission issues.", - "copy_success": "Copied to clipboard." - }, - "entrypoints": { - "note-revision-created": "Note revision has been created.", - "note-executed": "Note executed.", - "sql-error": "Error occurred while executing SQL query: {{message}}" - }, - "branches": { - "cannot-move-notes-here": "Cannot move notes here.", - "delete-status": "Delete status", - "delete-notes-in-progress": "Delete notes in progress: {{count}}", - "delete-finished-successfully": "Delete finished successfully.", - "undeleting-notes-in-progress": "Undeleting notes in progress: {{count}}", - "undeleting-notes-finished-successfully": "Undeleting notes finished successfully." - }, - "frontend_script_api": { - "async_warning": "You're passing an async function to `api.runOnBackend()` which will likely not work as you intended.\\nEither make the function synchronous (by removing `async` keyword), or use `api.runAsyncOnBackendWithManualTransactionHandling()`.", - "sync_warning": "You're passing a synchronous function to `api.runAsyncOnBackendWithManualTransactionHandling()`,\\nwhile you should likely use `api.runOnBackend()` instead." - }, - "ws": { - "sync-check-failed": "Sync check failed!", - "consistency-checks-failed": "Consistency checks failed! See logs for details.", - "encountered-error": "Encountered error \"{{message}}\", check out the console.", - "lost-websocket-connection-title": "Lost connection to the server", - "lost-websocket-connection-message": "Check your reverse proxy (e.g. nginx or Apache) configuration to ensure WebSocket connections are properly allowed and not being blocked." - }, - "hoisted_note": { - "confirm_unhoisting": "Requested note '{{requestedNote}}' is outside of hoisted note '{{hoistedNote}}' subtree and you must unhoist to access the note. Do you want to proceed with unhoisting?" - }, - "launcher_context_menu": { - "reset_launcher_confirm": "Do you really want to reset \"{{title}}\"? All data / settings in this note (and its children) will be lost and the launcher will be returned to its original location.", - "add-note-launcher": "Add a note launcher", - "add-script-launcher": "Add a script launcher", - "add-custom-widget": "Add a custom widget", - "add-spacer": "Add spacer", - "delete": "Delete ", - "reset": "Reset", - "move-to-visible-launchers": "Move to visible launchers", - "move-to-available-launchers": "Move to available launchers", - "duplicate-launcher": "Duplicate launcher " - }, - "highlighting": { - "title": "Code Blocks", - "description": "Controls the syntax highlighting for code blocks inside text notes, code notes will not be affected.", - "color-scheme": "Color Scheme" - }, - "code_block": { - "word_wrapping": "Word wrapping", - "theme_none": "No syntax highlighting", - "theme_group_light": "Light themes", - "theme_group_dark": "Dark themes", - "copy_title": "Copy to clipboard" - }, - "classic_editor_toolbar": { - "title": "Formatting" - }, - "editor": { - "title": "Editor" - }, - "editing": { - "editor_type": { - "label": "Formatting toolbar", - "floating": { - "title": "Floating", - "description": "editing tools appear near the cursor;" - }, - "fixed": { - "title": "Fixed", - "description": "editing tools appear in the \"Formatting\" ribbon tab." - }, - "multiline-toolbar": "Display the toolbar on multiple lines if it doesn't fit." + "help": { + "title": "Cheatsheet", + "editShortcuts": "Edit keyboard shortcuts", + "noteNavigation": "Note navigation", + "goUpDown": "go up/down in the list of notes", + "collapseExpand": "collapse/expand node", + "notSet": "not set", + "goBackForwards": "go back / forwards in the history", + "showJumpToNoteDialog": "show \"Jump to\" dialog", + "scrollToActiveNote": "scroll to active note", + "jumpToParentNote": "jump to parent note", + "collapseWholeTree": "collapse whole note tree", + "collapseSubTree": "collapse sub-tree", + "tabShortcuts": "Tab shortcuts", + "newTabNoteLink": "on note link opens note in a new tab", + "newTabWithActivationNoteLink": "on note link opens and activates the note in a new tab", + "onlyInDesktop": "Only in desktop (Electron build)", + "openEmptyTab": "open empty tab", + "closeActiveTab": "close active tab", + "activateNextTab": "activate next tab", + "activatePreviousTab": "activate previous tab", + "creatingNotes": "Creating notes", + "createNoteAfter": "create new note after the active note", + "createNoteInto": "create new sub-note into active note", + "editBranchPrefix": "edit prefix of active note clone", + "movingCloningNotes": "Moving / cloning notes", + "moveNoteUpDown": "move note up/down in the note list", + "moveNoteUpHierarchy": "move note up in the hierarchy", + "multiSelectNote": "multi-select note above/below", + "selectAllNotes": "select all notes in the current level", + "selectNote": "select note", + "copyNotes": "copy active note (or current selection) into clipboard (used for cloning)", + "cutNotes": "cut current note (or current selection) into clipboard (used for moving notes)", + "pasteNotes": "paste note(s) as sub-note into active note (which is either move or clone depending on whether it was copied or cut into clipboard)", + "deleteNotes": "delete note / sub-tree", + "editingNotes": "Editing notes", + "editNoteTitle": "in tree pane will switch from tree pane into note title. Enter from note title will switch focus to text editor. Ctrl+. will switch back from editor to tree pane.", + "createEditLink": "create / edit external link", + "createInternalLink": "create internal link", + "followLink": "follow link under cursor", + "insertDateTime": "insert current date and time at caret position", + "jumpToTreePane": "jump away to the tree pane and scroll to active note", + "markdownAutoformat": "Markdown-like autoformatting", + "headings": "##, ###, #### etc. followed by space for headings", + "bulletList": "* or - followed by space for bullet list", + "numberedList": "1. or 1) followed by space for numbered list", + "blockQuote": "start a line with > followed by space for block quote", + "troubleshooting": "Troubleshooting", + "reloadFrontend": "reload Trilium frontend", + "showDevTools": "show developer tools", + "showSQLConsole": "show SQL console", + "other": "Other", + "quickSearch": "focus on quick search input", + "inPageSearch": "in-page search" + }, + "import": { + "importIntoNote": "Import into note", + "chooseImportFile": "Choose import file", + "importDescription": "Content of the selected file(s) will be imported as child note(s) into", + "importZipRecommendation": "When importing a ZIP file, the note hierarchy will reflect the subdirectory structure within the archive.", + "options": "Options", + "safeImportTooltip": "Trilium .zip export files can contain executable scripts which may contain harmful behavior. Safe import will deactivate automatic execution of all imported scripts. Uncheck \"Safe import\" only if the imported archive is supposed to contain executable scripts and you completely trust the contents of the import file.", + "safeImport": "Safe import", + "explodeArchivesTooltip": "If this is checked then Trilium will read .zip, .enex and .opml files and create notes from files insides those archives. If unchecked, then Trilium will attach the archives themselves to the note.", + "explodeArchives": "Read contents of .zip, .enex and .opml archives.", + "shrinkImagesTooltip": "

If you check this option, Trilium will attempt to shrink the imported images by scaling and optimization which may affect the perceived image quality. If unchecked, images will be imported without changes.

This doesn't apply to .zip imports with metadata since it is assumed these files are already optimized.

", + "shrinkImages": "Shrink images", + "textImportedAsText": "Import HTML, Markdown and TXT as text notes if it's unclear from metadata", + "codeImportedAsCode": "Import recognized code files (e.g. .json) as code notes if it's unclear from metadata", + "replaceUnderscoresWithSpaces": "Replace underscores with spaces in imported note names", + "import": "Import", + "failed": "Import failed: {{message}}.", + "html_import_tags": { + "title": "HTML Import Tags", + "description": "Configure which HTML tags should be preserved when importing notes. Tags not in this list will be removed during import. Some tags (like 'script') are always removed for security.", + "placeholder": "Enter HTML tags, one per line", + "reset_button": "Reset to Default List" + }, + "import-status": "Import status", + "in-progress": "Import in progress: {{progress}}", + "successful": "Import finished successfully." + }, + "include_note": { + "dialog_title": "Include note", + "label_note": "Note", + "placeholder_search": "search for note by its name", + "box_size_prompt": "Box size of the included note:", + "box_size_small": "small (~ 10 lines)", + "box_size_medium": "medium (~ 30 lines)", + "box_size_full": "full (box shows complete text)", + "button_include": "Include note" + }, + "info": { + "modalTitle": "Info message", + "closeButton": "Close", + "okButton": "OK", + "copy_to_clipboard": "Copy to clipboard" + }, + "jump_to_note": { + "search_placeholder": "Search for note by its name or type > for commands...", + "search_button": "Search in full text" + }, + "markdown_import": { + "dialog_title": "Markdown import", + "modal_body_text": "Because of browser sandbox it's not possible to directly read clipboard from JavaScript. Please paste the Markdown to import to textarea below and click on Import button", + "import_button": "Import", + "import_success": "Markdown content has been imported into the document." + }, + "move_to": { + "dialog_title": "Move notes to ...", + "notes_to_move": "Notes to move", + "target_parent_note": "Target parent note", + "search_placeholder": "search for note by its name", + "move_button": "Move to selected note", + "error_no_path": "No path to move to.", + "move_success_message": "Selected notes have been moved into " + }, + "note_type_chooser": { + "change_path_prompt": "Change where to create the new note:", + "search_placeholder": "search path by name (default if empty)", + "modal_title": "Choose note type", + "modal_body": "Choose note type / template of the new note:", + "templates": "Templates", + "builtin_templates": "Built-in Templates" + }, + "password_not_set": { + "title": "Password is not set", + "body1": "Protected notes are encrypted using a user password, but password has not been set yet.", + "body2": "To be able to protect notes, click the button below to open the Options dialog and set your password.", + "go_to_password_options": "Go to Password options" + }, + "prompt": { + "title": "Prompt", + "ok": "OK", + "defaultTitle": "Prompt" + }, + "protected_session_password": { + "modal_title": "Protected session", + "help_title": "Help on Protected notes", + "close_label": "Close", + "form_label": "To proceed with requested action you need to start protected session by entering password:", + "start_button": "Start protected session" + }, + "recent_changes": { + "title": "Recent changes", + "erase_notes_button": "Erase deleted notes now", + "deleted_notes_message": "Deleted notes have been erased.", + "no_changes_message": "No changes yet...", + "undelete_link": "undelete", + "confirm_undelete": "Do you want to undelete this note and its sub-notes?" + }, + "revisions": { + "note_revisions": "Note Revisions", + "delete_all_revisions": "Delete all revisions of this note", + "delete_all_button": "Delete all revisions", + "help_title": "Help on Note Revisions", + "confirm_delete_all": "Do you want to delete all revisions of this note?", + "no_revisions": "No revisions for this note yet...", + "restore_button": "Restore", + "diff_on": "Show diff", + "diff_off": "Show content", + "diff_on_hint": "Click to show note source diff", + "diff_off_hint": "Click to show note content", + "diff_not_available": "Diff isn't available.", + "confirm_restore": "Do you want to restore this revision? This will overwrite the current title and content of the note with this revision.", + "delete_button": "Delete", + "confirm_delete": "Do you want to delete this revision?", + "revisions_deleted": "Note revisions have been deleted.", + "revision_restored": "Note revision has been restored.", + "revision_deleted": "Note revision has been deleted.", + "snapshot_interval": "Note Revision Snapshot Interval: {{seconds}}s.", + "maximum_revisions": "Note Revision Snapshot Limit: {{number}}.", + "settings": "Note Revision Settings", + "download_button": "Download", + "mime": "MIME: ", + "file_size": "File size:", + "preview_not_available": "Preview isn't available for this note type." + }, + "sort_child_notes": { + "sort_children_by": "Sort children by...", + "sorting_criteria": "Sorting criteria", + "title": "title", + "date_created": "date created", + "date_modified": "date modified", + "sorting_direction": "Sorting direction", + "ascending": "ascending", + "descending": "descending", + "folders": "Folders", + "sort_folders_at_top": "sort folders at the top", + "natural_sort": "Natural Sort", + "sort_with_respect_to_different_character_sorting": "sort with respect to different character sorting and collation rules in different languages or regions.", + "natural_sort_language": "Natural sort language", + "the_language_code_for_natural_sort": "The language code for natural sort, e.g. \"zh-CN\" for Chinese.", + "sort": "Sort" + }, + "upload_attachments": { + "upload_attachments_to_note": "Upload attachments to note", + "choose_files": "Choose files", + "files_will_be_uploaded": "Files will be uploaded as attachments into {{noteTitle}}", + "options": "Options", + "shrink_images": "Shrink images", + "upload": "Upload", + "tooltip": "If you check this option, Trilium will attempt to shrink the uploaded images by scaling and optimization which may affect the perceived image quality. If unchecked, images will be uploaded without changes." + }, + "attribute_detail": { + "attr_detail_title": "Attribute Detail Title", + "close_button_title": "Cancel changes and close", + "attr_is_owned_by": "Attribute is owned by", + "attr_name_title": "Attribute name can be composed of alphanumeric characters, colon and underscore only", + "name": "Name", + "value": "Value", + "target_note_title": "Relation is a named connection between source note and target note.", + "target_note": "Target note", + "promoted_title": "Promoted attribute is displayed prominently on the note.", + "promoted": "Promoted", + "promoted_alias_title": "The name to be displayed in the promoted attributes UI.", + "promoted_alias": "Alias", + "multiplicity_title": "Multiplicity defines how many attributes of the same name can be created - at max 1 or more than 1.", + "multiplicity": "Multiplicity", + "single_value": "Single value", + "multi_value": "Multi value", + "label_type_title": "Type of the label will help Trilium to choose suitable interface to enter the label value.", + "label_type": "Type", + "text": "Text", + "number": "Number", + "boolean": "Boolean", + "date": "Date", + "date_time": "Date & Time", + "time": "Time", + "url": "URL", + "precision_title": "What number of digits after floating point should be available in the value setting interface.", + "precision": "Precision", + "digits": "digits", + "inverse_relation_title": "Optional setting to define to which relation is this one opposite. Example: Father - Son are inverse relations to each other.", + "inverse_relation": "Inverse relation", + "inheritable_title": "Inheritable attribute will be inherited to all descendants under this tree.", + "inheritable": "Inheritable", + "save_and_close": "Save & close Ctrl+Enter", + "delete": "Delete", + "related_notes_title": "Other notes with this label", + "more_notes": "More notes", + "label": "Label detail", + "label_definition": "Label definition detail", + "relation": "Relation detail", + "relation_definition": "Relation definition detail", + "disable_versioning": "disables auto-versioning. Useful for e.g. large, but unimportant notes - e.g. large JS libraries used for scripting", + "calendar_root": "marks note which should be used as root for day notes. Only one should be marked as such.", + "archived": "notes with this label won't be visible by default in search results (also in Jump To, Add Link dialogs etc).", + "exclude_from_export": "notes (with their sub-tree) won't be included in any note export", + "run": "defines on which events script should run. Possible values are:\n
    \n
  • frontendStartup - when Trilium frontend starts up (or is refreshed), but not on mobile.
  • \n
  • mobileStartup - when Trilium frontend starts up (or is refreshed), on mobile.
  • \n
  • backendStartup - when Trilium backend starts up
  • \n
  • hourly - run once an hour. You can use additional label runAtHour to specify at which hour.
  • \n
  • daily - run once a day
  • \n
", + "run_on_instance": "Define which trilium instance should run this on. Default to all instances.", + "run_at_hour": "On which hour should this run. Should be used together with #run=hourly. Can be defined multiple times for more runs during the day.", + "disable_inclusion": "scripts with this label won't be included into parent script execution.", + "sorted": "keeps child notes sorted by title alphabetically", + "sort_direction": "ASC (the default) or DESC", + "sort_folders_first": "Folders (notes with children) should be sorted on top", + "top": "keep given note on top in its parent (applies only on sorted parents)", + "hide_promoted_attributes": "Hide promoted attributes on this note", + "read_only": "editor is in read only mode. Works only for text and code notes.", + "auto_read_only_disabled": "text/code notes can be set automatically into read mode when they are too large. You can disable this behavior on per-note basis by adding this label to the note", + "app_css": "marks CSS notes which are loaded into the Trilium application and can thus be used to modify Trilium's looks.", + "app_theme": "marks CSS notes which are full Trilium themes and are thus available in Trilium options.", + "app_theme_base": "set to \"next\", \"next-light\", or \"next-dark\" to use the corresponding TriliumNext theme (auto, light or dark) as the base for a custom theme, instead of the legacy one.", + "css_class": "value of this label is then added as CSS class to the node representing given note in the tree. This can be useful for advanced theming. Can be used in template notes.", + "icon_class": "value of this label is added as a CSS class to the icon on the tree which can help visually distinguish the notes in the tree. Example might be bx bx-home - icons are taken from boxicons. Can be used in template notes.", + "page_size": "number of items per page in note listing", + "custom_request_handler": "see Custom request handler", + "custom_resource_provider": "see Custom request handler", + "widget": "marks this note as a custom widget which will be added to the Trilium component tree", + "workspace": "marks this note as a workspace which allows easy hoisting", + "workspace_icon_class": "defines box icon CSS class which will be used in tab when hoisted to this note", + "workspace_tab_background_color": "CSS color used in the note tab when hoisted to this note", + "workspace_calendar_root": "Defines per-workspace calendar root", + "workspace_template": "This note will appear in the selection of available template when creating new note, but only when hoisted into a workspace containing this template", + "search_home": "new search notes will be created as children of this note", + "workspace_search_home": "new search notes will be created as children of this note when hoisted to some ancestor of this workspace note", + "inbox": "default inbox location for new notes - when you create a note using \"new note\" button in the sidebar, notes will be created as child notes in the note marked as with #inbox label.", + "workspace_inbox": "default inbox location for new notes when hoisted to some ancestor of this workspace note", + "sql_console_home": "default location of SQL console notes", + "bookmark_folder": "note with this label will appear in bookmarks as folder (allowing access to its children)", + "share_hidden_from_tree": "this note is hidden from left navigation tree, but still accessible with its URL", + "share_external_link": "note will act as a link to an external website in the share tree", + "share_alias": "define an alias using which the note will be available under https://your_trilium_host/share/[your_alias]", + "share_omit_default_css": "default share page CSS will be omitted. Use when you make extensive styling changes.", + "share_root": "marks note which is served on /share root.", + "share_description": "define text to be added to the HTML meta tag for description", + "share_raw": "note will be served in its raw format, without HTML wrapper", + "share_disallow_robot_indexing": "will forbid robot indexing of this note via X-Robots-Tag: noindex header", + "share_credentials": "require credentials to access this shared note. Value is expected to be in format 'username:password'. Don't forget to make this inheritable to apply to child-notes/images.", + "share_index": "note with this label will list all roots of shared notes", + "display_relations": "comma delimited names of relations which should be displayed. All other ones will be hidden.", + "hide_relations": "comma delimited names of relations which should be hidden. All other ones will be displayed.", + "title_template": "default title of notes created as children of this note. The value is evaluated as JavaScript string \n and thus can be enriched with dynamic content via the injected now and parentNote variables. Examples:\n \n
    \n
  • ${parentNote.getLabelValue('authorName')}'s literary works
  • \n
  • Log for ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n See wiki with details, API docs for parentNote and now for details.", + "template": "This note will appear in the selection of available template when creating new note", + "toc": "#toc or #toc=show will force the Table of Contents to be shown, #toc=hide will force hiding it. If the label doesn't exist, the global setting is observed", + "color": "defines color of the note in note tree, links etc. Use any valid CSS color value like 'red' or #a13d5f", + "keyboard_shortcut": "Defines a keyboard shortcut which will immediately jump to this note. Example: 'ctrl+alt+e'. Requires frontend reload for the change to take effect.", + "keep_current_hoisting": "Opening this link won't change hoisting even if the note is not displayable in the current hoisted subtree.", + "execute_button": "Title of the button which will execute the current code note", + "execute_description": "Longer description of the current code note displayed together with the execute button", + "exclude_from_note_map": "Notes with this label will be hidden from the Note Map", + "new_notes_on_top": "New notes will be created at the top of the parent note, not on the bottom.", + "hide_highlight_widget": "Hide Highlight List widget", + "run_on_note_creation": "executes when note is created on backend. Use this relation if you want to run the script for all notes created under a specific subtree. In that case, create it on the subtree root note and make it inheritable. A new note created within the subtree (any depth) will trigger the script.", + "run_on_child_note_creation": "executes when new note is created under the note where this relation is defined", + "run_on_note_title_change": "executes when note title is changed (includes note creation as well)", + "run_on_note_content_change": "executes when note content is changed (includes note creation as well).", + "run_on_note_change": "executes when note is changed (includes note creation as well). Does not include content changes", + "run_on_note_deletion": "executes when note is being deleted", + "run_on_branch_creation": "executes when a branch is created. Branch is a link between parent note and child note and is created e.g. when cloning or moving note.", + "run_on_branch_change": "executes when a branch is updated.", + "run_on_branch_deletion": "executes when a branch is deleted. Branch is a link between parent note and child note and is deleted e.g. when moving note (old branch/link is deleted).", + "run_on_attribute_creation": "executes when new attribute is created for the note which defines this relation", + "run_on_attribute_change": " executes when the attribute is changed of a note which defines this relation. This is triggered also when the attribute is deleted", + "relation_template": "note's attributes will be inherited even without a parent-child relationship, note's content and subtree will be added to instance notes if empty. See documentation for details.", + "inherit": "note's attributes will be inherited even without a parent-child relationship. See template relation for a similar concept. See attribute inheritance in the documentation.", + "render_note": "notes of type \"render HTML note\" will be rendered using a code note (HTML or script) and it is necessary to point using this relation to which note should be rendered", + "widget_relation": "target of this relation will be executed and rendered as a widget in the sidebar", + "share_css": "CSS note which will be injected into the share page. CSS note must be in the shared sub-tree as well. Consider using 'share_hidden_from_tree' and 'share_omit_default_css' as well.", + "share_js": "JavaScript note which will be injected into the share page. JS note must be in the shared sub-tree as well. Consider using 'share_hidden_from_tree'.", + "share_template": "Embedded JavaScript note that will be used as the template for displaying the shared note. Falls back to the default template. Consider using 'share_hidden_from_tree'.", + "share_favicon": "Favicon note to be set in the shared page. Typically you want to set it to share root and make it inheritable. Favicon note must be in the shared sub-tree as well. Consider using 'share_hidden_from_tree'.", + "is_owned_by_note": "is owned by note", + "other_notes_with_name": "Other notes with {{attributeType}} name \"{{attributeName}}\"", + "and_more": "... and {{count}} more.", + "print_landscape": "When exporting to PDF, changes the orientation of the page to landscape instead of portrait.", + "print_page_size": "When exporting to PDF, changes the size of the page. Supported values: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", + "color_type": "Color" + }, + "attribute_editor": { + "help_text_body1": "To add label, just type e.g. #rock or if you want to add also value then e.g. #year = 2020", + "help_text_body2": "For relation, type ~author = @ which should bring up an autocomplete where you can look up the desired note.", + "help_text_body3": "Alternatively you can add label and relation using the + button on the right side.", + "save_attributes": "Save attributes ", + "add_a_new_attribute": "Add a new attribute", + "add_new_label": "Add new label ", + "add_new_relation": "Add new relation ", + "add_new_label_definition": "Add new label definition", + "add_new_relation_definition": "Add new relation definition", + "placeholder": "Type the labels and relations here" + }, + "abstract_bulk_action": { + "remove_this_search_action": "Remove this search action" + }, + "execute_script": { + "execute_script": "Execute script", + "help_text": "You can execute simple scripts on the matched notes.", + "example_1": "For example to append a string to a note's title, use this small script:", + "example_2": "More complex example would be deleting all matched note's attributes:" + }, + "add_label": { + "add_label": "Add label", + "label_name_placeholder": "label name", + "label_name_title": "Alphanumeric characters, underscore and colon are allowed characters.", + "to_value": "to value", + "new_value_placeholder": "new value", + "help_text": "On all matched notes:", + "help_text_item1": "create given label if note doesn't have one yet", + "help_text_item2": "or change value of the existing label", + "help_text_note": "You can also call this method without value, in such case label will be assigned to the note without value." + }, + "delete_label": { + "delete_label": "Delete label", + "label_name_placeholder": "label name", + "label_name_title": "Alphanumeric characters, underscore and colon are allowed characters." + }, + "rename_label": { + "rename_label": "Rename label", + "rename_label_from": "Rename label from", + "old_name_placeholder": "old name", + "to": "To", + "new_name_placeholder": "new name", + "name_title": "Alphanumeric characters, underscore and colon are allowed characters." + }, + "update_label_value": { + "update_label_value": "Update label value", + "label_name_placeholder": "label name", + "label_name_title": "Alphanumeric characters, underscore and colon are allowed characters.", + "to_value": "to value", + "new_value_placeholder": "new value", + "help_text": "On all matched notes, change value of the existing label.", + "help_text_note": "You can also call this method without value, in such case label will be assigned to the note without value." + }, + "delete_note": { + "delete_note": "Delete note", + "delete_matched_notes": "Delete matched notes", + "delete_matched_notes_description": "This will delete matched notes.", + "undelete_notes_instruction": "After the deletion, it's possible to undelete them from Recent Changes dialog.", + "erase_notes_instruction": "To erase notes permanently, you can go after the deletion to the Option -> Other and click the \"Erase deleted notes now\" button." + }, + "delete_revisions": { + "delete_note_revisions": "Delete note revisions", + "all_past_note_revisions": "All past note revisions of matched notes will be deleted. Note itself will be fully preserved. In other terms, note's history will be removed." + }, + "move_note": { + "move_note": "Move note", + "to": "to", + "target_parent_note": "target parent note", + "on_all_matched_notes": "On all matched notes", + "move_note_new_parent": "move note to the new parent if note has only one parent (i.e. the old branch is removed and new branch into the new parent is created)", + "clone_note_new_parent": "clone note to the new parent if note has multiple clones/branches (it's not clear which branch should be removed)", + "nothing_will_happen": "nothing will happen if note cannot be moved to the target note (i.e. this would create a tree cycle)" + }, + "rename_note": { + "rename_note": "Rename note", + "rename_note_title_to": "Rename note title to", + "new_note_title": "new note title", + "click_help_icon": "Click help icon on the right to see all the options", + "evaluated_as_js_string": "The given value is evaluated as JavaScript string and thus can be enriched with dynamic content via the injected note variable (note being renamed). Examples:", + "example_note": "Note - all matched notes are renamed to 'Note'", + "example_new_title": "NEW: ${note.title} - matched notes titles are prefixed with 'NEW: '", + "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - matched notes are prefixed with note's creation month-date", + "api_docs": "See API docs for note and its dateCreatedObj / utcDateCreatedObj properties for details." + }, + "add_relation": { + "add_relation": "Add relation", + "relation_name": "relation name", + "allowed_characters": "Alphanumeric characters, underscore and colon are allowed characters.", + "to": "to", + "target_note": "target note", + "create_relation_on_all_matched_notes": "On all matched notes create given relation." + }, + "delete_relation": { + "delete_relation": "Delete relation", + "relation_name": "relation name", + "allowed_characters": "Alphanumeric characters, underscore and colon are allowed characters." + }, + "rename_relation": { + "rename_relation": "Rename relation", + "rename_relation_from": "Rename relation from", + "old_name": "old name", + "to": "To", + "new_name": "new name", + "allowed_characters": "Alphanumeric characters, underscore and colon are allowed characters." + }, + "update_relation_target": { + "update_relation": "Update relation", + "relation_name": "relation name", + "allowed_characters": "Alphanumeric characters, underscore and colon are allowed characters.", + "to": "to", + "target_note": "target note", + "on_all_matched_notes": "On all matched notes", + "change_target_note": "change target note of the existing relation", + "update_relation_target": "Update relation target" + }, + "attachments_actions": { + "open_externally": "Open externally", + "open_externally_title": "File will be open in an external application and watched for changes. You'll then be able to upload the modified version back to Trilium.", + "open_custom": "Open custom", + "open_custom_title": "File will be open in an external application and watched for changes. You'll then be able to upload the modified version back to Trilium.", + "download": "Download", + "rename_attachment": "Rename attachment", + "upload_new_revision": "Upload new revision", + "copy_link_to_clipboard": "Copy link to clipboard", + "convert_attachment_into_note": "Convert attachment into note", + "delete_attachment": "Delete attachment", + "upload_success": "New attachment revision has been uploaded.", + "upload_failed": "Upload of a new attachment revision failed.", + "open_externally_detail_page": "Opening attachment externally is available only from the detail page, please first click on the attachment detail first and repeat the action.", + "open_custom_client_only": "Custom opening of attachments can only be done from the desktop client.", + "delete_confirm": "Are you sure you want to delete attachment '{{title}}'?", + "delete_success": "Attachment '{{title}}' has been deleted.", + "convert_confirm": "Are you sure you want to convert attachment '{{title}}' into a separate note?", + "convert_success": "Attachment '{{title}}' has been converted to note.", + "enter_new_name": "Please enter new attachment's name" + }, + "calendar": { + "mon": "Mon", + "tue": "Tue", + "wed": "Wed", + "thu": "Thu", + "fri": "Fri", + "sat": "Sat", + "sun": "Sun", + "cannot_find_day_note": "Cannot find day note", + "cannot_find_week_note": "Cannot find week note", + "january": "January", + "february": "February", + "march": "March", + "april": "April", + "may": "May", + "june": "June", + "july": "July", + "august": "August", + "september": "September", + "october": "October", + "november": "November", + "december": "December", + "week": "Week", + "week_previous": "Previous week", + "week_next": "Next week", + "month": "Month", + "month_previous": "Previous month", + "month_next": "Next month", + "year": "Year", + "year_previous": "Previous year", + "year_next": "Next year", + "list": "List", + "today": "Today" + }, + "close_pane_button": { + "close_this_pane": "Close this pane" + }, + "create_pane_button": { + "create_new_split": "Create new split" + }, + "edit_button": { + "edit_this_note": "Edit this note" + }, + "show_toc_widget_button": { + "show_toc": "Show Table of Contents" + }, + "show_highlights_list_widget_button": { + "show_highlights_list": "Show Highlights List" + }, + "global_menu": { + "menu": "Menu", + "options": "Options", + "open_new_window": "Open New Window", + "switch_to_mobile_version": "Switch to Mobile Version", + "switch_to_desktop_version": "Switch to Desktop Version", + "zoom": "Zoom", + "toggle_fullscreen": "Toggle Fullscreen", + "zoom_out": "Zoom Out", + "reset_zoom_level": "Reset Zoom Level", + "zoom_in": "Zoom In", + "configure_launchbar": "Configure Launchbar", + "show_shared_notes_subtree": "Show Shared Notes Subtree", + "advanced": "Advanced", + "open_dev_tools": "Open Dev Tools", + "open_sql_console": "Open SQL Console", + "open_sql_console_history": "Open SQL Console History", + "open_search_history": "Open Search History", + "show_backend_log": "Show Backend Log", + "reload_hint": "Reload can help with some visual glitches without restarting the whole app.", + "reload_frontend": "Reload Frontend", + "show_hidden_subtree": "Show Hidden Subtree", + "show_help": "Show Help", + "about": "About Trilium Notes", + "logout": "Logout", + "show-cheatsheet": "Show Cheatsheet", + "toggle-zen-mode": "Zen Mode", + "new-version-available": "New Update Available", + "download-update": "Get Version {{latestVersion}}", + "search_notes": "Search notes" + }, + "zen_mode": { + "button_exit": "Exit Zen Mode" + }, + "sync_status": { + "unknown": "

Sync status will be known once the next sync attempt starts.

Click to trigger sync now.

", + "connected_with_changes": "

Connected to the sync server.
There are some outstanding changes yet to be synced.

Click to trigger sync.

", + "connected_no_changes": "

Connected to the sync server.
All changes have been already synced.

Click to trigger sync.

", + "disconnected_with_changes": "

Establishing the connection to the sync server was unsuccessful.
There are some outstanding changes yet to be synced.

Click to trigger sync.

", + "disconnected_no_changes": "

Establishing the connection to the sync server was unsuccessful.
All known changes have been synced.

Click to trigger sync.

", + "in_progress": "Sync with the server is in progress." + }, + "left_pane_toggle": { + "show_panel": "Show panel", + "hide_panel": "Hide panel" + }, + "move_pane_button": { + "move_left": "Move left", + "move_right": "Move right" + }, + "note_actions": { + "convert_into_attachment": "Convert into attachment", + "re_render_note": "Re-render note", + "search_in_note": "Search in note", + "note_source": "Note source", + "note_attachments": "Note attachments", + "open_note_externally": "Open note externally", + "open_note_externally_title": "File will be open in an external application and watched for changes. You'll then be able to upload the modified version back to Trilium.", + "open_note_custom": "Open note custom", + "open_note_on_server": "Open note on server", + "import_files": "Import files", + "export_note": "Export note", + "delete_note": "Delete note", + "print_note": "Print note", + "view_revisions": "Note revisions...", + "save_revision": "Save revision", + "advanced": "Advanced", + "convert_into_attachment_failed": "Converting note '{{title}}' failed.", + "convert_into_attachment_successful": "Note '{{title}}' has been converted to attachment.", + "convert_into_attachment_prompt": "Are you sure you want to convert note '{{title}}' into an attachment of the parent note?", + "print_pdf": "Export as PDF...", + "export_as_image": "Export as image", + "export_as_image_png": "PNG (raster)", + "export_as_image_svg": "SVG (vector)", + "note_map": "Note map" + }, + "onclick_button": { + "no_click_handler": "Button widget '{{componentId}}' has no defined click handler" + }, + "protected_session_status": { + "active": "Protected session is active. Click to leave protected session.", + "inactive": "Click to enter protected session" + }, + "revisions_button": { + "note_revisions": "Note Revisions" + }, + "update_available": { + "update_available": "Update available" + }, + "note_launcher": { + "this_launcher_doesnt_define_target_note": "This launcher doesn't define target note." + }, + "code_buttons": { + "execute_button_title": "Execute script", + "trilium_api_docs_button_title": "Open Trilium API docs", + "save_to_note_button_title": "Save to note", + "opening_api_docs_message": "Opening API docs...", + "sql_console_saved_message": "SQL Console note has been saved into {{note_path}}" + }, + "copy_image_reference_button": { + "button_title": "Copy image reference to the clipboard, can be pasted into a text note." + }, + "hide_floating_buttons_button": { + "button_title": "Hide buttons" + }, + "show_floating_buttons_button": { + "button_title": "Show buttons" + }, + "svg_export_button": { + "button_title": "Export diagram as SVG" + }, + "relation_map_buttons": { + "create_child_note_title": "Create child note and add it to map", + "reset_pan_zoom_title": "Reset pan & zoom to initial coordinates and magnification", + "zoom_in_title": "Zoom In", + "zoom_out_title": "Zoom Out" + }, + "zpetne_odkazy": { + "backlink_one": "{{count}} Backlink", + "backlink_other": "{{count}} Backlinks", + "relation": "relation" + }, + "mobile_detail_menu": { + "insert_child_note": "Insert child note", + "delete_this_note": "Delete this note", + "note_revisions": "Note revisions", + "error_cannot_get_branch_id": "Cannot get branchId for notePath '{{notePath}}'", + "error_unrecognized_command": "Unrecognized command {{command}}", + "backlinks": "Backlinks", + "content_language_switcher": "Content language: {{language}}" + }, + "note_icon": { + "change_note_icon": "Change note icon", + "search": "Search:", + "search_placeholder_one": "Search {{number}} icons across {{count}} packs", + "search_placeholder_other": "Search {{number}} icons across {{count}} packs", + "search_placeholder_filtered": "Search {{number}} icons in {{name}}", + "reset-default": "Reset to default icon", + "filter": "Filter", + "filter-none": "All icons", + "filter-default": "Default icons", + "icon_tooltip": "{{name}}\nIcon pack: {{iconPack}}", + "no_results": "No icons found." + }, + "basic_properties": { + "note_type": "Note type", + "editable": "Editable", + "basic_properties": "Basic Properties", + "language": "Language", + "configure_code_notes": "Configure code notes..." + }, + "book_properties": { + "view_type": "View type", + "grid": "Grid", + "list": "List", + "collapse_all_notes": "Collapse all notes", + "expand_tooltip": "Expands the direct children of this collection (one level deep). For more options, press the arrow on the right.", + "collapse": "Collapse", + "expand": "Expand", + "expand_first_level": "Expand direct children", + "expand_nth_level": "Expand {{depth}} levels", + "expand_all_levels": "Expand all levels", + "book_properties": "Collection Properties", + "invalid_view_type": "Invalid view type '{{type}}'", + "calendar": "Calendar", + "table": "Table", + "geo-map": "Geo Map", + "board": "Board", + "presentation": "Presentation", + "include_archived_notes": "Show archived notes", + "hide_child_notes": "Hide child notes in tree" + }, + "edited_notes": { + "no_edited_notes_found": "No edited notes on this day yet...", + "title": "Edited Notes", + "deleted": "(deleted)" + }, + "file_properties": { + "note_id": "Note ID", + "original_file_name": "Original file name", + "file_type": "File type", + "file_size": "File size", + "download": "Download", + "open": "Open externally", + "upload_new_revision": "Upload new revision", + "upload_success": "New file revision has been uploaded.", + "upload_failed": "Upload of a new file revision failed.", + "title": "File" + }, + "image_properties": { + "original_file_name": "Original file name", + "file_type": "File type", + "file_size": "File size", + "download": "Download", + "open": "Open", + "copy_reference_to_clipboard": "Copy reference to clipboard", + "upload_new_revision": "Upload new revision", + "upload_success": "New image revision has been uploaded.", + "upload_failed": "Upload of a new image revision failed: {{message}}", + "title": "Image" + }, + "inherited_attribute_list": { + "title": "Inherited Attributes", + "no_inherited_attributes": "No inherited attributes.", + "none": "none" + }, + "note_info_widget": { + "note_id": "Note ID", + "created": "Created", + "modified": "Modified", + "type": "Type", + "mime": "MIME type", + "note_size": "Note size", + "note_size_info": "Note size provides rough estimate of storage requirements for this note. It takes into account note's content and content of its note revisions.", + "calculate": "calculate", + "subtree_size": "(subtree size: {{size}} in {{count}} notes)", + "title": "Note Info", + "show_similar_notes": "Show similar notes" + }, + "note_map": { + "open_full": "Expand to full", + "collapse": "Collapse to normal size", + "title": "Note Map", + "fix-nodes": "Fix nodes", + "link-distance": "Link distance" + }, + "note_paths": { + "title": "Note Paths", + "clone_button": "Clone note to new location...", + "intro_placed": "This note is placed into the following paths:", + "intro_not_placed": "This note is not yet placed into the note tree.", + "outside_hoisted": "This path is outside of hoisted note and you would have to unhoist.", + "archived": "Archived", + "search": "Search" + }, + "note_properties": { + "this_note_was_originally_taken_from": "This note was originally taken from:", + "info": "Info" + }, + "owned_attribute_list": { + "owned_attributes": "Owned Attributes" + }, + "promoted_attributes": { + "promoted_attributes": "Promoted Attributes", + "unset-field-placeholder": "not set", + "url_placeholder": "http://website...", + "open_external_link": "Open external link", + "unknown_label_type": "Unknown label type '{{type}}'", + "unknown_attribute_type": "Unknown attribute type '{{type}}'", + "add_new_attribute": "Add new attribute", + "remove_this_attribute": "Remove this attribute", + "remove_color": "Remove the color label" + }, + "script_executor": { + "query": "Query", + "script": "Script", + "execute_query": "Execute Query", + "execute_script": "Execute Script" + }, + "search_definition": { + "add_search_option": "Add search option:", + "search_string": "search string", + "search_script": "search script", + "ancestor": "ancestor", + "fast_search": "fast search", + "fast_search_description": "Fast search option disables full text search of note contents which might speed up searching in large databases.", + "include_archived": "include archived", + "include_archived_notes_description": "Archived notes are by default excluded from search results, with this option they will be included.", + "order_by": "order by", + "limit": "limit", + "limit_description": "Limit number of results", + "debug": "debug", + "debug_description": "Debug will print extra debugging information into the console to aid in debugging complex queries", + "action": "action", + "option": "option", + "search_button": "Search", + "search_execute": "Search & Execute actions", + "save_to_note": "Save to note", + "search_parameters": "Search Parameters", + "unknown_search_option": "Unknown search option {{searchOptionName}}", + "search_note_saved": "Search note has been saved into {{- notePathTitle}}", + "actions_executed": "Actions have been executed.", + "view_options": "View options:" + }, + "similar_notes": { + "title": "Similar Notes", + "no_similar_notes_found": "No similar notes found." + }, + "abstract_search_option": { + "remove_this_search_option": "Remove this search option", + "failed_rendering": "Failed rendering search option: {{dto}} with error: {{error}} {{stack}}" + }, + "ancestor": { + "label": "Ancestor", + "placeholder": "search for note by its name", + "depth_label": "depth", + "depth_doesnt_matter": "doesn't matter", + "depth_eq": "is exactly {{count}}", + "direct_children": "direct children", + "depth_gt": "is greater than {{count}}", + "depth_lt": "is less than {{count}}" + }, + "debug": { + "debug": "Debug", + "debug_info": "Debug will print extra debugging information into the console to aid in debugging complex queries.", + "access_info": "To access the debug information, execute query and click on \"Show backend log\" in top left corner." + }, + "fast_search": { + "fast_search": "Fast search", + "description": "Fast search option disables full text search of note contents which might speed up searching in large databases." + }, + "include_archived_notes": { + "include_archived_notes": "Include archived notes" + }, + "limit": { + "limit": "Limit", + "take_first_x_results": "Take only first X specified results." + }, + "order_by": { + "order_by": "Order by", + "relevancy": "Relevancy (default)", + "title": "Title", + "date_created": "Date created", + "date_modified": "Date of last modification", + "content_size": "Note content size", + "content_and_attachments_size": "Note content size including attachments", + "content_and_attachments_and_revisions_size": "Note content size including attachments and revisions", + "revision_count": "Number of revisions", + "children_count": "Number of children notes", + "parent_count": "Number of clones", + "owned_label_count": "Number of labels", + "owned_relation_count": "Number of relations", + "target_relation_count": "Number of relations targeting the note", + "random": "Random order", + "asc": "Ascending (default)", + "desc": "Descending" + }, + "search_script": { + "title": "Search script:", + "placeholder": "search for note by its name", + "description1": "Search script allows to define search results by running a script. This provides maximal flexibility when standard search doesn't suffice.", + "description2": "Search script must be of type \"code\" and subtype \"JavaScript backend\". The script needs to return an array of noteIds or notes.", + "example_title": "See this example:", + "example_code": "// 1. prefiltering using standard search\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. applying custom search criteria\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", + "note": "Note that search script and search string can't be combined with each other." + }, + "search_string": { + "title_column": "Search string:", + "placeholder": "fulltext keywords, #tag = value...", + "search_syntax": "Search syntax", + "also_see": "also see", + "complete_help": "complete help on search syntax", + "full_text_search": "Just enter any text for full text search", + "label_abc": "returns notes with label abc", + "label_year": "matches notes with label year having value 2019", + "label_rock_pop": "matches notes which have both rock and pop labels", + "label_rock_or_pop": "only one of the labels must be present", + "label_year_comparison": "numerical comparison (also >, >=, <).", + "label_date_created": "notes created in the last month", + "error": "Search error: {{error}}", + "search_prefix": "Search:" + }, + "attachment_detail": { + "open_help_page": "Open help page on attachments", + "owning_note": "Owning note: ", + "you_can_also_open": ", you can also open the ", + "list_of_all_attachments": "List of all attachments", + "attachment_deleted": "This attachment has been deleted." + }, + "attachment_list": { + "open_help_page": "Open help page on attachments", + "owning_note": "Owning note: ", + "upload_attachments": "Upload attachments", + "no_attachments": "This note has no attachments." + }, + "book": { + "no_children_help": "This collection doesn't have any child notes so there's nothing to display. See wiki for details.", + "drag_locked_title": "Locked for editing", + "drag_locked_message": "Dragging not allowed since the collection is locked for editing." + }, + "editable_code": { + "placeholder": "Type the content of your code note here..." + }, + "editable_text": { + "placeholder": "Type the content of your note here...", + "editor_crashed_title": "The text editor crashed", + "editor_crashed_content": "Your content was recovered successfully, but a few of your most recent changes may not have been saved.", + "editor_crashed_details_button": "View more details...", + "editor_crashed_details_intro": "If you experience this error several times, consider reporting it on GitHub by pasting the information below.", + "editor_crashed_details_title": "Technical information", + "auto-detect-language": "Auto-detected", + "keeps-crashing": "Editing component keeps crashing. Please try restarting Trilium. If problem persists, consider creating a bug report." + }, + "empty": { + "open_note_instruction": "Open a note by typing the note's title into the input below or choose a note in the tree.", + "search_placeholder": "search for a note by its name", + "enter_workspace": "Enter workspace {{title}}" + }, + "file": { + "file_preview_not_available": "File preview is not available for this file format.", + "too_big": "The preview only shows the first {{maxNumChars}} characters of the file for performance reasons. Download the file and open it externally to be able to see the entire content." + }, + "protected_session": { + "enter_password_instruction": "Showing protected note requires entering your password:", + "start_session_button": "Start protected session", + "started": "Protected session has been started.", + "wrong_password": "Wrong password.", + "protecting-finished-successfully": "Protecting finished successfully.", + "unprotecting-finished-successfully": "Unprotecting finished successfully.", + "protecting-in-progress": "Protecting in progress: {{count}}", + "unprotecting-in-progress-count": "Unprotecting in progress: {{count}}", + "protecting-title": "Protecting status", + "unprotecting-title": "Unprotecting status" + }, + "relation_map": { + "open_in_new_tab": "Open in new tab", + "remove_note": "Remove note", + "edit_title": "Edit title", + "rename_note": "Rename note", + "enter_new_title": "Enter new note title:", + "remove_relation": "Remove relation", + "confirm_remove_relation": "Are you sure you want to remove the relation?", + "specify_new_relation_name": "Specify new relation name (allowed characters: alphanumeric, colon and underscore):", + "connection_exists": "Connection '{{name}}' between these notes already exists.", + "start_dragging_relations": "Start dragging relations from here and drop them on another note.", + "note_not_found": "Note {{noteId}} not found!", + "cannot_match_transform": "Cannot match transform: {{transform}}", + "note_already_in_diagram": "Note \"{{title}}\" is already in the diagram.", + "enter_title_of_new_note": "Enter title of new note", + "default_new_note_title": "new note", + "click_on_canvas_to_place_new_note": "Click on canvas to place new note" + }, + "render": { + "note_detail_render_help_1": "This help note is shown because this note of type Render HTML doesn't have required relation to function properly.", + "note_detail_render_help_2": "Render HTML note type is used for scripting. In short, you have a HTML code note (optionally with some JavaScript) and this note will render it. To make it work, you need to define a relation called \"renderNote\" pointing to the HTML note to render." + }, + "web_view": { + "web_view": "Web View", + "embed_websites": "Note of type Web View allows you to embed websites into Trilium.", + "create_label": "To start, please create a label with a URL address you want to embed, e.g. #webViewSrc=\"https://www.google.com\"" + }, + "backend_log": { + "refresh": "Refresh" + }, + "consistency_checks": { + "title": "Consistency Checks", + "find_and_fix_button": "Find and fix consistency issues", + "finding_and_fixing_message": "Finding and fixing consistency issues...", + "issues_fixed_message": "Any consistency issue which may have been found is now fixed." + }, + "database_anonymization": { + "title": "Database Anonymization", + "full_anonymization": "Full Anonymization", + "full_anonymization_description": "This action will create a new copy of the database and anonymize it (remove all note content and leave only structure and some non-sensitive metadata) for sharing online for debugging purposes without fear of leaking your personal data.", + "save_fully_anonymized_database": "Save fully anonymized database", + "light_anonymization": "Light Anonymization", + "light_anonymization_description": "This action will create a new copy of the database and do a light anonymization on it — specifically only content of all notes will be removed, but titles and attributes will remain. Additionally, custom JS frontend/backend script notes and custom widgets will remain. This provides more context to debug the issues.", + "choose_anonymization": "You can decide yourself if you want to provide a fully or lightly anonymized database. Even fully anonymized DB is very useful, however in some cases lightly anonymized database can speed up the process of bug identification and fixing.", + "save_lightly_anonymized_database": "Save lightly anonymized database", + "existing_anonymized_databases": "Existing anonymized databases", + "creating_fully_anonymized_database": "Creating fully anonymized database...", + "creating_lightly_anonymized_database": "Creating lightly anonymized database...", + "error_creating_anonymized_database": "Could not create anonymized database, check backend logs for details", + "successfully_created_fully_anonymized_database": "Created fully anonymized database in {{anonymizedFilePath}}", + "successfully_created_lightly_anonymized_database": "Created lightly anonymized database in {{anonymizedFilePath}}", + "no_anonymized_database_yet": "No anonymized database yet." + }, + "database_integrity_check": { + "title": "Database Integrity Check", + "description": "This will check that the database is not corrupted on the SQLite level. It might take some time, depending on the DB size.", + "check_button": "Check database integrity", + "checking_integrity": "Checking database integrity...", + "integrity_check_succeeded": "Integrity check succeeded - no problems found.", + "integrity_check_failed": "Integrity check failed: {{results}}" + }, + "sync": { + "title": "Sync", + "force_full_sync_button": "Force full sync", + "fill_entity_changes_button": "Fill entity changes records", + "full_sync_triggered": "Full sync triggered", + "filling_entity_changes": "Filling entity changes rows...", + "sync_rows_filled_successfully": "Sync rows filled successfully", + "finished-successfully": "Sync finished successfully.", + "failed": "Sync failed: {{message}}" + }, + "vacuum_database": { + "title": "Vacuum Database", + "description": "This will rebuild the database which will typically result in a smaller database file. No data will be actually changed.", + "button_text": "Vacuum database", + "vacuuming_database": "Vacuuming database...", + "database_vacuumed": "Database has been vacuumed" + }, + "experimental_features": { + "title": "Experimental Options", + "disclaimer": "These options are experimental and may cause instability. Use with caution.", + "new_layout_name": "New Layout", + "new_layout_description": "Try out the new layout for a more modern look and improved usability. Subject to heavy change in the upcoming releases." + }, + "fonts": { + "theme_defined": "Theme defined", + "fonts": "Fonts", + "main_font": "Main Font", + "font_family": "Font family", + "size": "Size", + "note_tree_font": "Note Tree Font", + "note_detail_font": "Note Detail Font", + "monospace_font": "Monospace (code) Font", + "note_tree_and_detail_font_sizing": "Note that tree and detail font sizing is relative to the main font size setting.", + "not_all_fonts_available": "Not all listed fonts may be available on your system.", + "apply_font_changes": "To apply font changes, click on", + "reload_frontend": "reload frontend", + "generic-fonts": "Generic fonts", + "sans-serif-system-fonts": "Sans-serif system fonts", + "serif-system-fonts": "Serif system fonts", + "monospace-system-fonts": "Monospace system fonts", + "handwriting-system-fonts": "Handwriting system fonts", + "serif": "Serif", + "sans-serif": "Sans Serif", + "monospace": "Monospace", + "system-default": "System default" + }, + "max_content_width": { + "title": "Content Width", + "default_description": "Trilium by default limits max content width to improve readability for maximized screens on wide screens.", + "max_width_label": "Max content width", + "max_width_unit": "pixels", + "centerContent": "Keep content centered" + }, + "native_title_bar": { + "title": "Native Title Bar (requires app restart)", + "enabled": "enabled", + "disabled": "disabled" + }, + "ribbon": { + "widgets": "Ribbon widgets", + "promoted_attributes_message": "Promoted Attributes ribbon tab will automatically open if promoted attributes are present on the note", + "edited_notes_message": "Edited Notes ribbon tab will automatically open on day notes" + }, + "theme": { + "title": "Application Theme", + "theme_label": "Theme", + "override_theme_fonts_label": "Override theme fonts", + "auto_theme": "Legacy (Follow system color scheme)", + "light_theme": "Legacy (Light)", + "dark_theme": "Legacy (Dark)", + "triliumnext": "Trilium (Follow system color scheme)", + "triliumnext-light": "Trilium (Light)", + "triliumnext-dark": "Trilium (Dark)", + "layout": "Layout", + "layout-vertical-title": "Vertical", + "layout-horizontal-title": "Horizontal", + "layout-vertical-description": "launcher bar is on the left (default)", + "layout-horizontal-description": "launcher bar is underneath the tab bar, the tab bar is now full width." + }, + "ui-performance": { + "title": "Performance", + "enable-motion": "Enable transitions and animations", + "enable-shadows": "Enable shadows", + "enable-backdrop-effects": "Enable background effects for menus, popups and panels", + "enable-smooth-scroll": "Enable smooth scrolling", + "app-restart-required": "(a restart of the application is required for the change to take effect)" + }, + "zoom_factor": { + "title": "Zoom Factor (desktop build only)", + "description": "Zooming can be controlled with CTRL+- and CTRL+= shortcuts as well." + }, + "code_auto_read_only_size": { + "title": "Automatic Read-Only Size", + "description": "Automatic read-only note size is the size after which notes will be displayed in a read-only mode (for performance reasons).", + "label": "Automatic read-only size (code notes)", + "unit": "characters" + }, + "code-editor-options": { + "title": "Editor" + }, + "code_mime_types": { + "title": "Available MIME types in the dropdown", + "tooltip_syntax_highlighting": "Syntax highlighting", + "tooltip_code_block_syntax": "Code blocks in Text notes", + "tooltip_code_note_syntax": "Code notes" + }, + "vim_key_bindings": { + "use_vim_keybindings_in_code_notes": "Vim keybindings", + "enable_vim_keybindings": "Enable Vim keybindings in code notes (no ex mode)" + }, + "wrap_lines": { + "wrap_lines_in_code_notes": "Wrap lines in code notes", + "enable_line_wrap": "Enable Line Wrap (change might need a frontend reload to take effect)" + }, + "images": { + "images_section_title": "Images", + "download_images_automatically": "Download images automatically for offline use.", + "download_images_description": "Pasted HTML can contain references to online images, Trilium will find those references and download the images so that they are available offline.", + "enable_image_compression": "Enable image compression", + "max_image_dimensions": "Max width / height of an image (image will be resized if it exceeds this setting).", + "max_image_dimensions_unit": "pixels", + "jpeg_quality_description": "JPEG quality (10 - worst quality, 100 - best quality, 50 - 85 is recommended)" + }, + "attachment_erasure_timeout": { + "attachment_erasure_timeout": "Attachment Erasure Timeout", + "attachment_auto_deletion_description": "Attachments get automatically deleted (and erased) if they are not referenced by their note anymore after a defined time out.", + "erase_attachments_after": "Erase unused attachments after:", + "manual_erasing_description": "You can also trigger erasing manually (without considering the timeout defined above):", + "erase_unused_attachments_now": "Erase unused attachment notes now", + "unused_attachments_erased": "Unused attachments have been erased." + }, + "network_connections": { + "network_connections_title": "Network Connections", + "check_for_updates": "Check for updates automatically" + }, + "note_erasure_timeout": { + "note_erasure_timeout_title": "Note Erasure Timeout", + "note_erasure_description": "Deleted notes (and attributes, revisions...) are at first only marked as deleted and it is possible to recover them from Recent Notes dialog. After a period of time, deleted notes are \"erased\" which means their content is not recoverable anymore. This setting allows you to configure the length of the period between deleting and erasing the note.", + "erase_notes_after": "Erase notes after:", + "manual_erasing_description": "You can also trigger erasing manually (without considering the timeout defined above):", + "erase_deleted_notes_now": "Erase deleted notes now", + "deleted_notes_erased": "Deleted notes have been erased." + }, + "revisions_snapshot_interval": { + "note_revisions_snapshot_interval_title": "Note Revision Snapshot Interval", + "note_revisions_snapshot_description": "The Note revision snapshot interval is the time after which a new note revision will be created for the note. See wiki for more info.", + "snapshot_time_interval_label": "Note revision snapshot time interval:" + }, + "revisions_snapshot_limit": { + "note_revisions_snapshot_limit_title": "Note Revision Snapshot Limit", + "note_revisions_snapshot_limit_description": "The note revision snapshot number limit refers to the maximum number of revisions that can be saved for each note. Where -1 means no limit, 0 means delete all revisions. You can set the maximum revisions for a single note through the #versioningLimit label.", + "snapshot_number_limit_label": "Note revision snapshot number limit:", + "snapshot_number_limit_unit": "snapshots", + "erase_excess_revision_snapshots": "Erase excess revision snapshots now", + "erase_excess_revision_snapshots_prompt": "Excess revision snapshots have been erased." + }, + "search_engine": { + "title": "Search Engine", + "custom_search_engine_info": "Custom search engine requires both a name and a URL to be set. If either of these is not set, DuckDuckGo will be used as the default search engine.", + "predefined_templates_label": "Predefined search engine templates", + "bing": "Bing", + "baidu": "Baidu", + "duckduckgo": "DuckDuckGo", + "google": "Google", + "custom_name_label": "Custom search engine name", + "custom_name_placeholder": "Customize search engine name", + "custom_url_label": "Custom search engine URL should include {keyword} as a placeholder for the search term.", + "custom_url_placeholder": "Customize search engine url", + "save_button": "Save" + }, + "tray": { + "title": "System Tray", + "enable_tray": "Enable tray (Trilium needs to be restarted for this change to take effect)" + }, + "heading_style": { + "title": "Heading Style", + "plain": "Plain", + "underline": "Underline", + "markdown": "Markdown-style" + }, + "highlights_list": { + "title": "Highlights List", + "description": "You can customize the highlights list displayed in the right panel:", + "bold": "Bold text", + "italic": "Italic text", + "underline": "Underlined text", + "color": "Colored text", + "bg_color": "Text with background color", + "visibility_title": "Highlights List visibility", + "visibility_description": "You can hide the highlights widget per-note by adding a #hideHighlightWidget label.", + "shortcut_info": "You can configure a keyboard shortcut for quickly toggling the right pane (including Highlights) in the Options -> Shortcuts (name 'toggleRightPane')." + }, + "table_of_contents": { + "title": "Table of Contents", + "description": "Table of contents will appear in text notes when the note has more than a defined number of headings. You can customize this number:", + "unit": "headings", + "disable_info": "You can also use this option to effectively disable TOC by setting a very high number.", + "shortcut_info": "You can configure a keyboard shortcut for quickly toggling the right pane (including TOC) in the Options -> Shortcuts (name 'toggleRightPane')." + }, + "text_auto_read_only_size": { + "title": "Automatic Read-Only Size", + "description": "Automatic read-only note size is the size after which notes will be displayed in a read-only mode (for performance reasons).", + "label": "Automatic read-only size (text notes)", + "unit": "characters" + }, + "custom_date_time_format": { + "title": "Custom Date/Time Format", + "description": "Customize the format of the date and time inserted via or the toolbar. See Day.js docs for available format tokens.", + "format_string": "Format string:", + "formatted_time": "Formatted date/time:" + }, + "i18n": { + "title": "Localization", + "language": "Language", + "first-day-of-the-week": "First day of the week", + "monday": "Monday", + "tuesday": "Tuesday", + "wednesday": "Wednesday", + "thursday": "Thursday", + "friday": "Friday", + "saturday": "Saturday", + "sunday": "Sunday", + "first-week-of-the-year": "First week of the year", + "first-week-contains-first-day": "First week contains first day of the year", + "first-week-contains-first-thursday": "First week contains first Thursday of the year", + "first-week-has-minimum-days": "First week has minimum days", + "min-days-in-first-week": "Minimum days in first week", + "first-week-info": "First week contains first Thursday of the year is based on ISO 8601 standard.", + "first-week-warning": "Changing first week options may cause duplicate with existing Week Notes and the existing Week Notes will not be updated accordingly.", + "formatting-locale": "Date & number format", + "formatting-locale-auto": "Based on the application's language" + }, + "backup": { + "automatic_backup": "Automatic backup", + "automatic_backup_description": "Trilium can back up the database automatically:", + "enable_daily_backup": "Enable daily backup", + "enable_weekly_backup": "Enable weekly backup", + "enable_monthly_backup": "Enable monthly backup", + "backup_recommendation": "It's recommended to keep the backup turned on, but this can make application startup slow with large databases and/or slow storage devices.", + "backup_now": "Backup now", + "backup_database_now": "Backup database now", + "existing_backups": "Existing backups", + "date-and-time": "Date & time", + "path": "Path", + "database_backed_up_to": "Database has been backed up to {{backupFilePath}}", + "no_backup_yet": "no backup yet" + }, + "etapi": { + "title": "ETAPI", + "description": "ETAPI is a REST API used to access Trilium instance programmatically, without UI.", + "create_token": "Create new ETAPI token", + "existing_tokens": "Existing tokens", + "no_tokens_yet": "There are no tokens yet. Click on the button above to create one.", + "token_name": "Token name", + "created": "Created", + "actions": "Actions", + "new_token_title": "New ETAPI token", + "new_token_message": "Please enter new token's name", + "default_token_name": "new token", + "error_empty_name": "Token name can't be empty", + "token_created_title": "ETAPI token created", + "token_created_message": "Copy the created token into clipboard. Trilium stores the token hashed and this is the last time you see it.", + "rename_token": "Rename this token", + "delete_token": "Delete / deactivate this token", + "rename_token_title": "Rename token", + "rename_token_message": "Please enter new token's name", + "delete_token_confirmation": "Are you sure you want to delete ETAPI token \"{{name}}\"?" + }, + "options_widget": { + "options_status": "Options status", + "options_change_saved": "Options change have been saved." + }, + "password": { + "heading": "Password", + "alert_message": "Please take care to remember your new password. Password is used for logging into the web interface and to encrypt protected notes. If you forget your password, then all your protected notes are forever lost.", + "reset_link": "Click here to reset it.", + "old_password": "Old password", + "new_password": "New password", + "new_password_confirmation": "New password confirmation", + "change_password": "Change password", + "protected_session_timeout": "Protected Session Timeout", + "protected_session_timeout_description": "Protected session timeout is a time period after which the protected session is wiped from the browser's memory. This is measured from the last interaction with protected notes. See", + "wiki": "wiki", + "for_more_info": "for more info.", + "protected_session_timeout_label": "Protected session timeout:", + "reset_confirmation": "By resetting the password you will forever lose access to all your existing protected notes. Do you really want to reset the password?", + "reset_success_message": "Password has been reset. Please set new password", + "change_password_heading": "Change Password", + "set_password_heading": "Set Password", + "set_password": "Set Password", + "password_mismatch": "New passwords are not the same.", + "password_changed_success": "Password has been changed. Trilium will be reloaded after you press OK." + }, + "multi_factor_authentication": { + "title": "Multi-Factor Authentication", + "description": "Multi-Factor Authentication (MFA) adds an extra layer of security to your account. Instead of just entering a password to log in, MFA requires you to provide one or more additional pieces of evidence to verify your identity. This way, even if someone gets hold of your password, they still can't access your account without the second piece of information. It's like adding an extra lock to your door, making it much harder for anyone else to break in.

Please follow the instructions below to enable MFA. If you don't config correctly, login will fall back to password only.", + "mfa_enabled": "Enable Multi-Factor Authentication", + "mfa_method": "MFA Method", + "electron_disabled": "Multi-Factor Authentication is not supported in the desktop build currently.", + "totp_title": "Time-based One-Time Password (TOTP)", + "totp_description": "TOTP (Time-Based One-Time Password) is a security feature that generates a unique, temporary code which changes every 30 seconds. You use this code, along with your password to log into your account, making it much harder for anyone else to access it.", + "totp_secret_title": "Generate TOTP Secret", + "totp_secret_generate": "Generate TOTP Secret", + "totp_secret_regenerate": "Regenerate TOTP Secret", + "no_totp_secret_warning": "To enable TOTP, you need to generate a TOTP secret first.", + "totp_secret_description_warning": "After generating a new TOTP secret, you will be required to login again with the new TOTP secret.", + "totp_secret_generated": "TOTP Secret Generated", + "totp_secret_warning": "Please save the generated secret in a secure location. It will not be shown again.", + "totp_secret_regenerate_confirm": "Are you sure you want to regenerate the TOTP secret? This will invalidate previous TOTP secret and all existing recovery codes.", + "recovery_keys_title": "Single Sign-on Recovery Keys", + "recovery_keys_description": "Single sign-on recovery keys are used to login in the even you cannot access your Authenticator codes.", + "recovery_keys_description_warning": "Recovery keys won't be shown again after leaving the page, keep them somewhere safe and secure.
After a recovery key is used it cannot be used again.", + "recovery_keys_error": "Error generating recovery codes", + "recovery_keys_no_key_set": "No recovery codes set", + "recovery_keys_generate": "Generate Recovery Codes", + "recovery_keys_regenerate": "Regenerate Recovery Codes", + "recovery_keys_used": "Used: {{date}}", + "recovery_keys_unused": "Recovery code {{index}} is unused", + "oauth_title": "OAuth/OpenID", + "oauth_description": "OpenID is a standardized way to let you log into websites using an account from another service, like Google, to verify your identity. The default issuer is Google, but you can change it to any other OpenID provider. Check here for more information. Follow these instructions to setup an OpenID service through Google.", + "oauth_description_warning": "To enable OAuth/OpenID, you need to set the OAuth/OpenID base URL, client ID and client secret in the config.ini file and restart the application. If you want to set from environment variables, please set TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID and TRILIUM_OAUTH_CLIENT_SECRET.", + "oauth_missing_vars": "Missing settings: {{-variables}}", + "oauth_user_account": "User Account: ", + "oauth_user_email": "User Email: ", + "oauth_user_not_logged_in": "Not logged in!" + }, + "shortcuts": { + "keyboard_shortcuts": "Keyboard Shortcuts", + "multiple_shortcuts": "Multiple shortcuts for the same action can be separated by comma.", + "electron_documentation": "See Electron documentation for available modifiers and key codes.", + "type_text_to_filter": "Type text to filter shortcuts...", + "action_name": "Action name", + "shortcuts": "Shortcuts", + "default_shortcuts": "Default shortcuts", + "description": "Description", + "reload_app": "Reload app to apply changes", + "set_all_to_default": "Set all shortcuts to the default", + "confirm_reset": "Do you really want to reset all keyboard shortcuts to the default?" + }, + "spellcheck": { + "title": "Spell Check", + "description": "These options apply only for desktop builds, browsers will use their own native spell check.", + "enable": "Enable spellcheck", + "language_code_label": "Language code(s)", + "language_code_placeholder": "for example \"en-US\", \"de-AT\"", + "multiple_languages_info": "Multiple languages can be separated by comma, e.g. \"en-US, de-DE, cs\". ", + "available_language_codes_label": "Available language codes:", + "restart-required": "Changes to the spell check options will take effect after application restart." + }, + "sync_2": { + "config_title": "Sync Configuration", + "server_address": "Server instance address", + "timeout": "Sync timeout", + "timeout_unit": "milliseconds", + "proxy_label": "Sync proxy server (optional)", + "note": "Note", + "note_description": "If you leave the proxy setting blank, the system proxy will be used (applies to desktop/electron build only).", + "special_value_description": "Another special value is noproxy which forces ignoring even the system proxy and respects NODE_TLS_REJECT_UNAUTHORIZED.", + "save": "Save", + "help": "Help", + "test_title": "Sync Test", + "test_description": "This will test the connection and handshake to the sync server. If the sync server isn't initialized, this will set it up to sync with the local document.", + "test_button": "Test sync", + "handshake_failed": "Sync server handshake failed, error: {{message}}" + }, + "api_log": { + "close": "Close" + }, + "attachment_detail_2": { + "will_be_deleted_in": "This attachment will be automatically deleted in {{time}}", + "will_be_deleted_soon": "This attachment will be automatically deleted soon", + "deletion_reason": ", because the attachment is not linked in the note's content. To prevent deletion, add the attachment link back into the content or convert the attachment into note.", + "role_and_size": "Role: {{role}}, size: {{size}}, MIME: {{- mimeType}}", + "link_copied": "Attachment link copied to clipboard.", + "unrecognized_role": "Unrecognized attachment role '{{role}}'." + }, + "bookmark_switch": { + "bookmark": "Bookmark", + "bookmark_this_note": "Bookmark this note to the left side panel", + "remove_bookmark": "Remove bookmark" + }, + "editability_select": { + "auto": "Auto", + "read_only": "Read-only", + "always_editable": "Always Editable", + "note_is_editable": "Note is editable if it's not too long.", + "note_is_read_only": "Note is read-only, but can be edited with a button click.", + "note_is_always_editable": "Note is always editable, regardless of its length." + }, + "note-map": { + "button-link-map": "Link Map", + "button-tree-map": "Tree map" + }, + "tree-context-menu": { + "open-in-a-new-tab": "Open in a new tab", + "open-in-a-new-split": "Open in a new split", + "open-in-a-new-window": "Open in a new window", + "insert-note-after": "Insert note after", + "insert-child-note": "Insert child note", + "archive": "Archive", + "unarchive": "Unarchive", + "delete": "Delete", + "search-in-subtree": "Search in subtree", + "hoist-note": "Hoist note", + "unhoist-note": "Unhoist note", + "edit-branch-prefix": "Edit branch prefix", + "advanced": "Advanced", + "expand-subtree": "Expand subtree", + "collapse-subtree": "Collapse subtree", + "hide-subtree": "Hide subtree", + "show-subtree": "Show subtree", + "sort-by": "Sort by...", + "recent-changes-in-subtree": "Recent changes in subtree", + "convert-to-attachment": "Convert to attachment", + "copy-note-path-to-clipboard": "Copy note path to clipboard", + "protect-subtree": "Protect subtree", + "unprotect-subtree": "Unprotect subtree", + "copy-clone": "Copy / clone", + "clone-to": "Clone to...", + "cut": "Cut", + "move-to": "Move to...", + "paste-into": "Paste into", + "paste-after": "Paste after", + "duplicate": "Duplicate", + "export": "Export", + "import-into-note": "Import into note", + "apply-bulk-actions": "Apply bulk actions", + "converted-to-attachments": "{{count}} notes have been converted to attachments.", + "convert-to-attachment-confirm": "Are you sure you want to convert the selected notes into attachments of their parent notes? This operation only applies to Image notes, other notes will be skipped.", + "open-in-popup": "Quick edit" + }, + "shared_info": { + "shared_publicly": "This note is shared publicly on {{- link}}.", + "shared_locally": "This note is shared locally on {{- link}}.", + "help_link": "For help visit wiki." + }, + "read-only-info": { + "read-only-note": "Currently viewing a read-only note.", + "auto-read-only-note": "This note is shown in a read-only mode for faster loading.", + "edit-note": "Edit note" + }, + "note_types": { + "text": "Text", + "code": "Code", + "saved-search": "Saved Search", + "relation-map": "Relation Map", + "note-map": "Note Map", + "render-note": "Render Note", + "book": "Collection", + "mermaid-diagram": "Mermaid Diagram", + "canvas": "Canvas", + "web-view": "Web View", + "mind-map": "Mind Map", + "file": "File", + "image": "Image", + "launcher": "Launcher", + "doc": "Doc", + "widget": "Widget", + "confirm-change": "It is not recommended to change note type when note content is not empty. Do you want to continue anyway?", + "geo-map": "Geo Map", + "beta-feature": "Beta", + "task-list": "Task List", + "new-feature": "New", + "collections": "Collections" + }, + "protect_note": { + "toggle-on": "Protect the note", + "toggle-off": "Unprotect the note", + "toggle-on-hint": "Note is not protected, click to make it protected", + "toggle-off-hint": "Note is protected, click to make it unprotected" + }, + "shared_switch": { + "shared": "Shared", + "toggle-on-title": "Share the note", + "toggle-off-title": "Unshare the note", + "shared-branch": "This note exists only as a shared note, unsharing would delete it. Do you want to continue and thus delete this note?", + "inherited": "Note cannot be unshared here because it is shared through inheritance from an ancestor." + }, + "template_switch": { + "template": "Template", + "toggle-on-hint": "Make the note a template", + "toggle-off-hint": "Remove the note as a template" + }, + "open-help-page": "Open help page", + "find": { + "case_sensitive": "Case sensitive", + "match_words": "Match words", + "find_placeholder": "Find in text...", + "replace_placeholder": "Replace with...", + "replace": "Replace", + "replace_all": "Replace all" + }, + "highlights_list_2": { + "title": "Highlights List", + "title_with_count_one": "{{count}} highlight", + "title_with_count_other": "{{count}} highlights", + "options": "Options", + "modal_title": "Configure Highlights List", + "menu_configure": "Configure highlights list...", + "no_highlights": "No highlights found." + }, + "quick-search": { + "placeholder": "Quick search", + "searching": "Searching...", + "no-results": "No results found", + "more-results": "... and {{number}} more results.", + "show-in-full-search": "Show in full search" + }, + "note_tree": { + "collapse-title": "Collapse note tree", + "scroll-active-title": "Scroll to active note", + "tree-settings-title": "Tree settings", + "hide-archived-notes": "Hide archived notes", + "automatically-collapse-notes": "Automatically collapse notes", + "automatically-collapse-notes-title": "Notes will be collapsed after period of inactivity to declutter the tree.", + "save-changes": "Save & apply changes", + "auto-collapsing-notes-after-inactivity": "Auto collapsing notes after inactivity...", + "saved-search-note-refreshed": "Saved search note refreshed.", + "hoist-this-note-workspace": "Hoist this note (workspace)", + "refresh-saved-search-results": "Refresh saved search results", + "create-child-note": "Create child note", + "unhoist": "Unhoist", + "toggle-sidebar": "Toggle sidebar", + "dropping-not-allowed": "Dropping notes into this location is not allowed.", + "clone-indicator-tooltip": "This note has {{- count}} parents: {{- parents}}", + "clone-indicator-tooltip-single": "This note is cloned (1 additional parent: {{- parent}})", + "shared-indicator-tooltip": "This note is shared publicly", + "shared-indicator-tooltip-with-url": "This note is shared publicly at: {{- url}}", + "subtree-hidden-tooltip_one": "{{count}} child note that is hidden from the tree", + "subtree-hidden-tooltip_other": "{{count}} child notes that are hidden from the tree", + "subtree-hidden-moved-title": "Added to {{title}}", + "subtree-hidden-moved-description-collection": "This collection hides its child notes in the tree.", + "subtree-hidden-moved-description-other": "Child notes are hidden in the tree for this note." + }, + "title_bar_buttons": { + "window-on-top": "Keep Window on Top" + }, + "note_detail": { + "could_not_find_typewidget": "Could not find typeWidget for type '{{type}}'", + "printing": "Printing in progress...", + "printing_pdf": "Exporting to PDF in progress...", + "print_report_title": "Print report", + "print_report_collection_content_one": "{{count}} note in the collection could not be printed because they are not supported or they are protected.", + "print_report_collection_content_other": "{{count}} notes in the collection could not be printed because they are not supported or they are protected.", + "print_report_collection_details_button": "See details", + "print_report_collection_details_ignored_notes": "Ignored notes" + }, + "note_title": { + "placeholder": "type note's title here...", + "created_on": "Created on ", + "last_modified": "Modified on ", + "note_type_switcher_label": "Switch from {{type}} to:", + "note_type_switcher_others": "Other note type", + "note_type_switcher_templates": "Template", + "note_type_switcher_collection": "Collection", + "edited_notes": "Notes edited on this day", + "promoted_attributes": "Promoted attributes" + }, + "search_result": { + "no_notes_found": "No notes have been found for given search parameters.", + "search_not_executed": "Search has not been executed yet. Click on \"Search\" button above to see the results." + }, + "spacer": { + "configure_launchbar": "Configure Launchbar" + }, + "sql_result": { + "not_executed": "The query has not been executed yet.", + "no_rows": "No rows have been returned for this query", + "failed": "SQL query execution has failed", + "statement_result": "Statement result", + "execute_now": "Execute now" + }, + "sql_table_schemas": { + "tables": "Tables" + }, + "tab_row": { + "close_tab": "Close tab", + "add_new_tab": "Add new tab", + "close": "Close", + "close_other_tabs": "Close other tabs", + "close_right_tabs": "Close tabs to the right", + "close_all_tabs": "Close all tabs", + "reopen_last_tab": "Reopen last closed tab", + "move_tab_to_new_window": "Move this tab to a new window", + "copy_tab_to_new_window": "Copy this tab to a new window", + "new_tab": "New tab" + }, + "toc": { + "table_of_contents": "Table of Contents", + "options": "Options", + "no_headings": "No headings." + }, + "watched_file_update_status": { + "file_last_modified": "File has been last modified on .", + "upload_modified_file": "Upload modified file", + "ignore_this_change": "Ignore this change" + }, + "app_context": { + "please_wait_for_save": "Please wait for a couple of seconds for the save to finish, then you can try again." + }, + "note_create": { + "duplicated": "Note \"{{title}}\" has been duplicated." + }, + "image": { + "copied-to-clipboard": "A reference to the image has been copied to clipboard. This can be pasted in any text note.", + "cannot-copy": "Could not copy the image reference to clipboard." + }, + "clipboard": { + "cut": "Note(s) have been cut into clipboard.", + "copied": "Note(s) have been copied into clipboard.", + "copy_failed": "Cannot copy to clipboard due to permission issues.", + "copy_success": "Copied to clipboard." + }, + "entrypoints": { + "note-revision-created": "Note revision has been created.", + "note-executed": "Note executed.", + "sql-error": "Error occurred while executing SQL query: {{message}}" + }, + "branches": { + "cannot-move-notes-here": "Cannot move notes here.", + "delete-status": "Delete status", + "delete-notes-in-progress": "Delete notes in progress: {{count}}", + "delete-finished-successfully": "Delete finished successfully.", + "undeleting-notes-in-progress": "Undeleting notes in progress: {{count}}", + "undeleting-notes-finished-successfully": "Undeleting notes finished successfully." + }, + "frontend_script_api": { + "async_warning": "You're passing an async function to `api.runOnBackend()` which will likely not work as you intended.\\nEither make the function synchronous (by removing `async` keyword), or use `api.runAsyncOnBackendWithManualTransactionHandling()`.", + "sync_warning": "You're passing a synchronous function to `api.runAsyncOnBackendWithManualTransactionHandling()`,\\nwhile you should likely use `api.runOnBackend()` instead." + }, + "ws": { + "sync-check-failed": "Sync check failed!", + "consistency-checks-failed": "Consistency checks failed! See logs for details.", + "encountered-error": "Encountered error \"{{message}}\", check out the console.", + "lost-websocket-connection-title": "Lost connection to the server", + "lost-websocket-connection-message": "Check your reverse proxy (e.g. nginx or Apache) configuration to ensure WebSocket connections are properly allowed and not being blocked." + }, + "hoisted_note": { + "confirm_unhoisting": "Requested note '{{requestedNote}}' is outside of hoisted note '{{hoistedNote}}' subtree and you must unhoist to access the note. Do you want to proceed with unhoisting?" + }, + "launcher_context_menu": { + "reset_launcher_confirm": "Do you really want to reset \"{{title}}\"? All data / settings in this note (and its children) will be lost and the launcher will be returned to its original location.", + "add-note-launcher": "Add a note launcher", + "add-script-launcher": "Add a script launcher", + "add-custom-widget": "Add a custom widget", + "add-spacer": "Add spacer", + "delete": "Delete ", + "reset": "Reset", + "move-to-visible-launchers": "Move to visible launchers", + "move-to-available-launchers": "Move to available launchers", + "duplicate-launcher": "Duplicate launcher " + }, + "highlighting": { + "title": "Code Blocks", + "description": "Controls the syntax highlighting for code blocks inside text notes, code notes will not be affected.", + "color-scheme": "Color Scheme" + }, + "code_block": { + "word_wrapping": "Word wrapping", + "theme_none": "No syntax highlighting", + "theme_group_light": "Light themes", + "theme_group_dark": "Dark themes", + "copy_title": "Copy to clipboard" + }, + "classic_editor_toolbar": { + "title": "Formatting" + }, + "editor": { + "title": "Editor" + }, + "editing": { + "editor_type": { + "label": "Formatting toolbar", + "floating": { + "title": "Floating", + "description": "editing tools appear near the cursor;" + }, + "fixed": { + "title": "Fixed", + "description": "editing tools appear in the \"Formatting\" ribbon tab." + }, + "multiline-toolbar": "Display the toolbar on multiple lines if it doesn't fit." + } + }, + "electron_context_menu": { + "add-term-to-dictionary": "Add \"{{term}}\" to dictionary", + "cut": "Cut", + "copy": "Copy", + "copy-link": "Copy link", + "paste": "Paste", + "paste-as-plain-text": "Paste as plain text", + "search_in_trilium": "Search for \"{{term}}\" in Trilium", + "search_online": "Search for \"{{term}}\" with {{searchEngine}}" + }, + "image_context_menu": { + "copy_reference_to_clipboard": "Copy reference to clipboard", + "copy_image_to_clipboard": "Copy image to clipboard" + }, + "link_context_menu": { + "open_note_in_new_tab": "Open note in a new tab", + "open_note_in_new_split": "Open note in a new split", + "open_note_in_other_split": "Open note in the other split", + "open_note_in_new_window": "Open note in a new window", + "open_note_in_popup": "Quick edit" + }, + "electron_integration": { + "desktop-application": "Desktop Application", + "native-title-bar": "Native title bar", + "native-title-bar-description": "For Windows and macOS, keeping the native title bar off makes the application look more compact. On Linux, keeping the native title bar on integrates better with the rest of the system.", + "background-effects": "Enable background effects", + "background-effects-description": "Adds a blurred, stylish background to app windows, creating depth and a modern look. \"Native title bar\" must be disabled.", + "restart-app-button": "Restart the application to view the changes", + "zoom-factor": "Zoom factor" + }, + "note_autocomplete": { + "search-for": "Search for \"{{term}}\"", + "create-note": "Create and link child note \"{{term}}\"", + "insert-external-link": "Insert external link to \"{{term}}\"", + "clear-text-field": "Clear text field", + "show-recent-notes": "Show recent notes", + "full-text-search": "Full text search" + }, + "note_tooltip": { + "note-has-been-deleted": "Note has been deleted.", + "quick-edit": "Quick edit" + }, + "geo-map": { + "create-child-note-title": "Create a new child note and add it to the map", + "create-child-note-text": "Add marker", + "create-child-note-instruction": "Click on the map to create a new note at that location or press Escape to dismiss.", + "unable-to-load-map": "Unable to load map." + }, + "geo-map-context": { + "open-location": "Open location", + "remove-from-map": "Remove from map", + "add-note": "Add a marker at this location" + }, + "help-button": { + "title": "Open the relevant help page" + }, + "duration": { + "seconds": "Seconds", + "minutes": "Minutes", + "hours": "Hours", + "days": "Days" + }, + "share": { + "title": "Share Settings", + "redirect_bare_domain": "Redirect bare domain to Share page", + "redirect_bare_domain_description": "Redirect anonymous users to the Share page instead of showing Login", + "show_login_link": "Show Login link in Share theme", + "show_login_link_description": "Add a login link to the Share page footer", + "check_share_root": "Check Share Root Status", + "share_root_found": "Share root note '{{noteTitle}}' is ready", + "share_root_not_found": "No note with #shareRoot label found", + "share_root_not_shared": "Note '{{noteTitle}}' has #shareRoot label but is not shared" + }, + "time_selector": { + "invalid_input": "The entered time value is not a valid number.", + "minimum_input": "The entered time value needs to be at least {{minimumSeconds}} seconds." + }, + "tasks": { + "due": { + "today": "Today", + "tomorrow": "Tomorrow", + "yesterday": "Yesterday" + } + }, + "content_widget": { + "unknown_widget": "Unknown widget for \"{{id}}\"." + }, + "note_language": { + "not_set": "No language set", + "configure-languages": "Configure languages...", + "help-on-languages": "Help on content languages..." + }, + "content_language": { + "title": "Content languages", + "description": "Select one or more languages that should appear in the language selection in the Basic Properties section of a read-only or editable text note. This will allow features such as spell-checking or right-to-left support." + }, + "switch_layout_button": { + "title_vertical": "Move editing pane to the bottom", + "title_horizontal": "Move editing pane to the left" + }, + "toggle_read_only_button": { + "unlock-editing": "Unlock editing", + "lock-editing": "Lock editing" + }, + "png_export_button": { + "button_title": "Export diagram as PNG" + }, + "svg": { + "export_to_png": "The diagram could not be exported to PNG.", + "export_to_svg": "The diagram could not be exported to SVG." + }, + "code_theme": { + "title": "Appearance", + "word_wrapping": "Word wrapping", + "color-scheme": "Color scheme" + }, + "cpu_arch_warning": { + "title": "Please download the ARM64 version", + "message_macos": "TriliumNext is currently running under Rosetta 2 translation, which means you're using the Intel (x64) version on Apple Silicon Mac. This will significantly impact performance and battery life.", + "message_windows": "TriliumNext is currently running emulation, which means you're using the Intel (x64) version on a Windows on ARM device. This will significantly impact performance and battery life.", + "recommendation": "For the best experience, please download the native ARM64 version of TriliumNext from our releases page.", + "download_link": "Download Native Version", + "continue_anyway": "Continue Anyway", + "dont_show_again": "Don't show this warning again" + }, + "editorfeatures": { + "title": "Features", + "emoji_completion_enabled": "Enable Emoji auto-completion", + "emoji_completion_description": "If enabled, emojis can be easily inserted into text by typing `:`, followed by the name of an emoji.", + "note_completion_enabled": "Enable note auto-completion", + "note_completion_description": "If enabled, links to notes can be created by typing `@` followed by the title of a note.", + "slash_commands_enabled": "Enable slash commands", + "slash_commands_description": "If enabled, editing commands such as inserting line breaks or headings can be toggled by typing `/`." + }, + "table_view": { + "new-row": "New row", + "new-column": "New column", + "sort-column-by": "Sort by \"{{title}}\"", + "sort-column-ascending": "Ascending", + "sort-column-descending": "Descending", + "sort-column-clear": "Clear sorting", + "hide-column": "Hide column \"{{title}}\"", + "show-hide-columns": "Show/hide columns", + "row-insert-above": "Insert row above", + "row-insert-below": "Insert row below", + "row-insert-child": "Insert child note", + "add-column-to-the-left": "Add column to the left", + "add-column-to-the-right": "Add column to the right", + "edit-column": "Edit column", + "delete_column_confirmation": "Are you sure you want to delete this column? The corresponding attribute will be removed from all notes.", + "delete-column": "Delete column", + "new-column-label": "Label", + "new-column-relation": "Relation" + }, + "book_properties_config": { + "hide-weekends": "Hide weekends", + "display-week-numbers": "Display week numbers", + "map-style": "Map style", + "max-nesting-depth": "Max nesting depth:", + "raster": "Raster", + "vector_light": "Vector (Light)", + "vector_dark": "Vector (Dark)", + "show-scale": "Show scale" + }, + "table_context_menu": { + "delete_row": "Delete row" + }, + "board_view": { + "delete-note": "Delete note...", + "remove-from-board": "Remove from board", + "archive-note": "Archive note", + "unarchive-note": "Unarchive note", + "move-to": "Move to", + "insert-above": "Insert above", + "insert-below": "Insert below", + "delete-column": "Delete column", + "delete-column-confirmation": "Are you sure you want to delete this column? The corresponding attribute will be deleted in the notes under this column as well.", + "new-item": "New item", + "new-item-placeholder": "Enter note title...", + "add-column": "Add Column", + "add-column-placeholder": "Enter column name...", + "edit-note-title": "Click to edit note title", + "edit-column-title": "Click to edit column title", + "column-already-exists": "This column already exists on the board." + }, + "presentation_view": { + "edit-slide": "Edit this slide", + "start-presentation": "Start presentation", + "slide-overview": "Toggle an overview of the slides" + }, + "calendar_view": { + "delete_note": "Delete note..." + }, + "command_palette": { + "tree-action-name": "Tree: {{name}}", + "export_note_title": "Export Note", + "export_note_description": "Export current note", + "show_attachments_title": "Show Attachments", + "show_attachments_description": "View note attachments", + "search_notes_title": "Search Notes", + "search_notes_description": "Open advanced search", + "search_subtree_title": "Search in Subtree", + "search_subtree_description": "Search within current subtree", + "search_history_title": "Show Search History", + "search_history_description": "View previous searches", + "configure_launch_bar_title": "Configure Launch Bar", + "configure_launch_bar_description": "Open the launch bar configuration, to add or remove items." + }, + "content_renderer": { + "open_externally": "Open externally" + }, + "modal": { + "close": "Close", + "help_title": "Display more information about this screen" + }, + "call_to_action": { + "next_theme_title": "Try the new Trilium theme", + "next_theme_message": "You are currently using the legacy theme, would you like to try the new theme?", + "next_theme_button": "Try the new theme", + "background_effects_title": "Background effects are now stable", + "background_effects_message": "On Windows and macOS devices, background effects are now stable. The background effects adds a touch of color to the user interface by blurring the background behind it.", + "background_effects_button": "Enable background effects", + "new_layout_title": "New layout", + "new_layout_message": "We’ve introduced a modernized layout for Trilium. The ribbon has been removed and seamlessly integrated into the main interface, with a new status bar and expandable sections (such as promoted attributes) taking over key functions.\n\nThe new layout is enabled by default, and can be temporarily disabled via Options → Appearance.", + "new_layout_button": "More info", + "dismiss": "Dismiss" + }, + "settings": { + "related_settings": "Related settings" + }, + "settings_appearance": { + "related_code_blocks": "Color scheme for code blocks in text notes", + "related_code_notes": "Color scheme for code notes", + "ui": "User interface", + "ui_old_layout": "Old layout", + "ui_new_layout": "New layout" + }, + "units": { + "percentage": "%" + }, + "pagination": { + "page_title": "Page of {{startIndex}} - {{endIndex}}", + "total_notes": "{{count}} notes" + }, + "collections": { + "rendering_error": "Unable to show content due to an error." + }, + "note-color": { + "clear-color": "Clear note color", + "set-color": "Set note color", + "set-custom-color": "Set custom note color" + }, + "popup-editor": { + "maximize": "Switch to full editor" + }, + "server": { + "unknown_http_error_title": "Communication error with the server", + "unknown_http_error_content": "Status code: {{statusCode}}\nURL: {{method}} {{url}}\nMessage: {{message}}", + "traefik_blocks_requests": "If you are using the Traefik reverse proxy, it introduced a breaking change which affects the communication with the server." + }, + "tab_history_navigation_buttons": { + "go-back": "Go back to previous note", + "go-forward": "Go forward to next note" + }, + "breadcrumb": { + "hoisted_badge": "Hoisted", + "hoisted_badge_title": "Unhoist", + "workspace_badge": "Workspace", + "scroll_to_top_title": "Jump to the beginning of the note", + "create_new_note": "Create new child note", + "empty_hide_archived_notes": "Hide archived notes" + }, + "breadcrumb_badges": { + "read_only_explicit": "Read-only", + "read_only_explicit_description": "This note has been manually set to read-only.\nClick to edit it temporarily.", + "read_only_auto": "Auto read-only", + "read_only_auto_description": "This note was set automatically to read-only mode for performance reasons. This automatic limit is adjustable from settings.\n\nClick to edit it temporarily.", + "read_only_temporarily_disabled": "Temporarily editable", + "read_only_temporarily_disabled_description": "This note is currently editable, but it is normally read-only. The note will go back to being read-only as soon as you navigate to another note.\n\nClick to re-enable read-only mode.", + "shared_publicly": "Shared publicly", + "shared_locally": "Shared locally", + "shared_copy_to_clipboard": "Copy link to clipboard", + "shared_open_in_browser": "Open link in browser", + "shared_unshare": "Remove share", + "clipped_note": "Web clip", + "clipped_note_description": "This note was originally taken from {{url}}.\n\nClick to navigate to the source webpage.", + "execute_script": "Run script", + "execute_script_description": "This note is a script note. Click to execute the script.", + "execute_sql": "Run SQL", + "execute_sql_description": "This note is a SQL note. Click to execute the SQL query.", + "save_status_saved": "Saved", + "save_status_saving": "Saving...", + "save_status_unsaved": "Unsaved", + "save_status_error": "Save failed", + "save_status_saving_tooltip": "Changes are being saved.", + "save_status_unsaved_tooltip": "There are unsaved changes. They will be saved automatically in a moment.", + "save_status_error_tooltip": "An error occurred while saving the note. If possible, try copying the note content elsewhere and reloading the application." + }, + "status_bar": { + "language_title": "Change content language", + "note_info_title": "View note info (e.g., dates, note size)", + "backlinks_one": "{{count}} backlink", + "backlinks_other": "{{count}} backlinks", + "backlinks_title_one": "View backlink", + "backlinks_title_other": "View backlinks", + "attachments_one": "{{count}} attachment", + "attachments_other": "{{count}} attachments", + "attachments_title_one": "View attachment in a new tab", + "attachments_title_other": "View attachments in a new tab", + "attributes_one": "{{count}} attribute", + "attributes_other": "{{count}} attributes", + "attributes_title": "Owned attributes and inherited attributes", + "note_paths_one": "{{count}} path", + "note_paths_other": "{{count}} paths", + "note_paths_title": "Note paths", + "code_note_switcher": "Change language mode" + }, + "attributes_panel": { + "title": "Note Attributes" + }, + "right_pane": { + "empty_message": "Nothing to show for this note", + "empty_button": "Hide the panel", + "toggle": "Toggle right panel", + "custom_widget_go_to_source": "Go to source code" + }, + "pdf": { + "attachments_one": "{{count}} attachment", + "attachments_other": "{{count}} attachments", + "layers_one": "{{count}} layer", + "layers_other": "{{count}} layers", + "pages_one": "{{count}} page", + "pages_other": "{{count}} pages", + "pages_alt": "Page {{pageNumber}}", + "pages_loading": "Loading..." + }, + "platform_indicator": { + "available_on": "Available on {{platform}}" + }, + "mobile_tab_switcher": { + "title_one": "{{count}} tab", + "title_other": "{{count}} tabs", + "more_options": "More options" + }, + "bookmark_buttons": { + "bookmarks": "Bookmarks" } - }, - "electron_context_menu": { - "add-term-to-dictionary": "Add \"{{term}}\" to dictionary", - "cut": "Cut", - "copy": "Copy", - "copy-link": "Copy link", - "paste": "Paste", - "paste-as-plain-text": "Paste as plain text", - "search_in_trilium": "Search for \"{{term}}\" in Trilium", - "search_online": "Search for \"{{term}}\" with {{searchEngine}}" - }, - "image_context_menu": { - "copy_reference_to_clipboard": "Copy reference to clipboard", - "copy_image_to_clipboard": "Copy image to clipboard" - }, - "link_context_menu": { - "open_note_in_new_tab": "Open note in a new tab", - "open_note_in_new_split": "Open note in a new split", - "open_note_in_other_split": "Open note in the other split", - "open_note_in_new_window": "Open note in a new window", - "open_note_in_popup": "Quick edit" - }, - "electron_integration": { - "desktop-application": "Desktop Application", - "native-title-bar": "Native title bar", - "native-title-bar-description": "For Windows and macOS, keeping the native title bar off makes the application look more compact. On Linux, keeping the native title bar on integrates better with the rest of the system.", - "background-effects": "Enable background effects", - "background-effects-description": "Adds a blurred, stylish background to app windows, creating depth and a modern look. \"Native title bar\" must be disabled.", - "restart-app-button": "Restart the application to view the changes", - "zoom-factor": "Zoom factor" - }, - "note_autocomplete": { - "search-for": "Search for \"{{term}}\"", - "create-note": "Create and link child note \"{{term}}\"", - "insert-external-link": "Insert external link to \"{{term}}\"", - "clear-text-field": "Clear text field", - "show-recent-notes": "Show recent notes", - "full-text-search": "Full text search" - }, - "note_tooltip": { - "note-has-been-deleted": "Note has been deleted.", - "quick-edit": "Quick edit" - }, - "geo-map": { - "create-child-note-title": "Create a new child note and add it to the map", - "create-child-note-text": "Add marker", - "create-child-note-instruction": "Click on the map to create a new note at that location or press Escape to dismiss.", - "unable-to-load-map": "Unable to load map." - }, - "geo-map-context": { - "open-location": "Open location", - "remove-from-map": "Remove from map", - "add-note": "Add a marker at this location" - }, - "help-button": { - "title": "Open the relevant help page" - }, - "duration": { - "seconds": "Seconds", - "minutes": "Minutes", - "hours": "Hours", - "days": "Days" - }, - "share": { - "title": "Share Settings", - "redirect_bare_domain": "Redirect bare domain to Share page", - "redirect_bare_domain_description": "Redirect anonymous users to the Share page instead of showing Login", - "show_login_link": "Show Login link in Share theme", - "show_login_link_description": "Add a login link to the Share page footer", - "check_share_root": "Check Share Root Status", - "share_root_found": "Share root note '{{noteTitle}}' is ready", - "share_root_not_found": "No note with #shareRoot label found", - "share_root_not_shared": "Note '{{noteTitle}}' has #shareRoot label but is not shared" - }, - "time_selector": { - "invalid_input": "The entered time value is not a valid number.", - "minimum_input": "The entered time value needs to be at least {{minimumSeconds}} seconds." - }, - "tasks": { - "due": { - "today": "Today", - "tomorrow": "Tomorrow", - "yesterday": "Yesterday" - } - }, - "content_widget": { - "unknown_widget": "Unknown widget for \"{{id}}\"." - }, - "note_language": { - "not_set": "No language set", - "configure-languages": "Configure languages...", - "help-on-languages": "Help on content languages..." - }, - "content_language": { - "title": "Content languages", - "description": "Select one or more languages that should appear in the language selection in the Basic Properties section of a read-only or editable text note. This will allow features such as spell-checking or right-to-left support." - }, - "switch_layout_button": { - "title_vertical": "Move editing pane to the bottom", - "title_horizontal": "Move editing pane to the left" - }, - "toggle_read_only_button": { - "unlock-editing": "Unlock editing", - "lock-editing": "Lock editing" - }, - "png_export_button": { - "button_title": "Export diagram as PNG" - }, - "svg": { - "export_to_png": "The diagram could not be exported to PNG.", - "export_to_svg": "The diagram could not be exported to SVG." - }, - "code_theme": { - "title": "Appearance", - "word_wrapping": "Word wrapping", - "color-scheme": "Color scheme" - }, - "cpu_arch_warning": { - "title": "Please download the ARM64 version", - "message_macos": "TriliumNext is currently running under Rosetta 2 translation, which means you're using the Intel (x64) version on Apple Silicon Mac. This will significantly impact performance and battery life.", - "message_windows": "TriliumNext is currently running emulation, which means you're using the Intel (x64) version on a Windows on ARM device. This will significantly impact performance and battery life.", - "recommendation": "For the best experience, please download the native ARM64 version of TriliumNext from our releases page.", - "download_link": "Download Native Version", - "continue_anyway": "Continue Anyway", - "dont_show_again": "Don't show this warning again" - }, - "editorfeatures": { - "title": "Features", - "emoji_completion_enabled": "Enable Emoji auto-completion", - "emoji_completion_description": "If enabled, emojis can be easily inserted into text by typing `:`, followed by the name of an emoji.", - "note_completion_enabled": "Enable note auto-completion", - "note_completion_description": "If enabled, links to notes can be created by typing `@` followed by the title of a note.", - "slash_commands_enabled": "Enable slash commands", - "slash_commands_description": "If enabled, editing commands such as inserting line breaks or headings can be toggled by typing `/`." - }, - "table_view": { - "new-row": "New row", - "new-column": "New column", - "sort-column-by": "Sort by \"{{title}}\"", - "sort-column-ascending": "Ascending", - "sort-column-descending": "Descending", - "sort-column-clear": "Clear sorting", - "hide-column": "Hide column \"{{title}}\"", - "show-hide-columns": "Show/hide columns", - "row-insert-above": "Insert row above", - "row-insert-below": "Insert row below", - "row-insert-child": "Insert child note", - "add-column-to-the-left": "Add column to the left", - "add-column-to-the-right": "Add column to the right", - "edit-column": "Edit column", - "delete_column_confirmation": "Are you sure you want to delete this column? The corresponding attribute will be removed from all notes.", - "delete-column": "Delete column", - "new-column-label": "Label", - "new-column-relation": "Relation" - }, - "book_properties_config": { - "hide-weekends": "Hide weekends", - "display-week-numbers": "Display week numbers", - "map-style": "Map style", - "max-nesting-depth": "Max nesting depth:", - "raster": "Raster", - "vector_light": "Vector (Light)", - "vector_dark": "Vector (Dark)", - "show-scale": "Show scale" - }, - "table_context_menu": { - "delete_row": "Delete row" - }, - "board_view": { - "delete-note": "Delete note...", - "remove-from-board": "Remove from board", - "archive-note": "Archive note", - "unarchive-note": "Unarchive note", - "move-to": "Move to", - "insert-above": "Insert above", - "insert-below": "Insert below", - "delete-column": "Delete column", - "delete-column-confirmation": "Are you sure you want to delete this column? The corresponding attribute will be deleted in the notes under this column as well.", - "new-item": "New item", - "new-item-placeholder": "Enter note title...", - "add-column": "Add Column", - "add-column-placeholder": "Enter column name...", - "edit-note-title": "Click to edit note title", - "edit-column-title": "Click to edit column title", - "column-already-exists": "This column already exists on the board." - }, - "presentation_view": { - "edit-slide": "Edit this slide", - "start-presentation": "Start presentation", - "slide-overview": "Toggle an overview of the slides" - }, - "calendar_view": { - "delete_note": "Delete note..." - }, - "command_palette": { - "tree-action-name": "Tree: {{name}}", - "export_note_title": "Export Note", - "export_note_description": "Export current note", - "show_attachments_title": "Show Attachments", - "show_attachments_description": "View note attachments", - "search_notes_title": "Search Notes", - "search_notes_description": "Open advanced search", - "search_subtree_title": "Search in Subtree", - "search_subtree_description": "Search within current subtree", - "search_history_title": "Show Search History", - "search_history_description": "View previous searches", - "configure_launch_bar_title": "Configure Launch Bar", - "configure_launch_bar_description": "Open the launch bar configuration, to add or remove items." - }, - "content_renderer": { - "open_externally": "Open externally" - }, - "modal": { - "close": "Close", - "help_title": "Display more information about this screen" - }, - "call_to_action": { - "next_theme_title": "Try the new Trilium theme", - "next_theme_message": "You are currently using the legacy theme, would you like to try the new theme?", - "next_theme_button": "Try the new theme", - "background_effects_title": "Background effects are now stable", - "background_effects_message": "On Windows and macOS devices, background effects are now stable. The background effects adds a touch of color to the user interface by blurring the background behind it.", - "background_effects_button": "Enable background effects", - "new_layout_title": "New layout", - "new_layout_message": "We’ve introduced a modernized layout for Trilium. The ribbon has been removed and seamlessly integrated into the main interface, with a new status bar and expandable sections (such as promoted attributes) taking over key functions.\n\nThe new layout is enabled by default, and can be temporarily disabled via Options → Appearance.", - "new_layout_button": "More info", - "dismiss": "Dismiss" - }, - "settings": { - "related_settings": "Related settings" - }, - "settings_appearance": { - "related_code_blocks": "Color scheme for code blocks in text notes", - "related_code_notes": "Color scheme for code notes", - "ui": "User interface", - "ui_old_layout": "Old layout", - "ui_new_layout": "New layout" - }, - "units": { - "percentage": "%" - }, - "pagination": { - "page_title": "Page of {{startIndex}} - {{endIndex}}", - "total_notes": "{{count}} notes" - }, - "collections": { - "rendering_error": "Unable to show content due to an error." - }, - "note-color": { - "clear-color": "Clear note color", - "set-color": "Set note color", - "set-custom-color": "Set custom note color" - }, - "popup-editor": { - "maximize": "Switch to full editor" - }, - "server": { - "unknown_http_error_title": "Communication error with the server", - "unknown_http_error_content": "Status code: {{statusCode}}\nURL: {{method}} {{url}}\nMessage: {{message}}", - "traefik_blocks_requests": "If you are using the Traefik reverse proxy, it introduced a breaking change which affects the communication with the server." - }, - "tab_history_navigation_buttons": { - "go-back": "Go back to previous note", - "go-forward": "Go forward to next note" - }, - "breadcrumb": { - "hoisted_badge": "Hoisted", - "hoisted_badge_title": "Unhoist", - "workspace_badge": "Workspace", - "scroll_to_top_title": "Jump to the beginning of the note", - "create_new_note": "Create new child note", - "empty_hide_archived_notes": "Hide archived notes" - }, - "breadcrumb_badges": { - "read_only_explicit": "Read-only", - "read_only_explicit_description": "This note has been manually set to read-only.\nClick to edit it temporarily.", - "read_only_auto": "Auto read-only", - "read_only_auto_description": "This note was set automatically to read-only mode for performance reasons. This automatic limit is adjustable from settings.\n\nClick to edit it temporarily.", - "read_only_temporarily_disabled": "Temporarily editable", - "read_only_temporarily_disabled_description": "This note is currently editable, but it is normally read-only. The note will go back to being read-only as soon as you navigate to another note.\n\nClick to re-enable read-only mode.", - "shared_publicly": "Shared publicly", - "shared_locally": "Shared locally", - "shared_copy_to_clipboard": "Copy link to clipboard", - "shared_open_in_browser": "Open link in browser", - "shared_unshare": "Remove share", - "clipped_note": "Web clip", - "clipped_note_description": "This note was originally taken from {{url}}.\n\nClick to navigate to the source webpage.", - "execute_script": "Run script", - "execute_script_description": "This note is a script note. Click to execute the script.", - "execute_sql": "Run SQL", - "execute_sql_description": "This note is a SQL note. Click to execute the SQL query.", - "save_status_saved": "Saved", - "save_status_saving": "Saving...", - "save_status_unsaved": "Unsaved", - "save_status_error": "Save failed", - "save_status_saving_tooltip": "Changes are being saved.", - "save_status_unsaved_tooltip": "There are unsaved changes. They will be saved automatically in a moment.", - "save_status_error_tooltip": "An error occurred while saving the note. If possible, try copying the note content elsewhere and reloading the application." - }, - "status_bar": { - "language_title": "Change content language", - "note_info_title": "View note info (e.g., dates, note size)", - "backlinks_one": "{{count}} backlink", - "backlinks_other": "{{count}} backlinks", - "backlinks_title_one": "View backlink", - "backlinks_title_other": "View backlinks", - "attachments_one": "{{count}} attachment", - "attachments_other": "{{count}} attachments", - "attachments_title_one": "View attachment in a new tab", - "attachments_title_other": "View attachments in a new tab", - "attributes_one": "{{count}} attribute", - "attributes_other": "{{count}} attributes", - "attributes_title": "Owned attributes and inherited attributes", - "note_paths_one": "{{count}} path", - "note_paths_other": "{{count}} paths", - "note_paths_title": "Note paths", - "code_note_switcher": "Change language mode" - }, - "attributes_panel": { - "title": "Note Attributes" - }, - "right_pane": { - "empty_message": "Nothing to show for this note", - "empty_button": "Hide the panel", - "toggle": "Toggle right panel", - "custom_widget_go_to_source": "Go to source code" - }, - "pdf": { - "attachments_one": "{{count}} attachment", - "attachments_other": "{{count}} attachments", - "layers_one": "{{count}} layer", - "layers_other": "{{count}} layers", - "pages_one": "{{count}} page", - "pages_other": "{{count}} pages", - "pages_alt": "Page {{pageNumber}}", - "pages_loading": "Loading..." - }, - "platform_indicator": { - "available_on": "Available on {{platform}}" - }, - "mobile_tab_switcher": { - "title_one": "{{count}} tab", - "title_other": "{{count}} tabs", - "more_options": "More options" - }, - "bookmark_buttons": { - "bookmarks": "Bookmarks" - } } diff --git a/apps/client/src/translations/es/translation.json b/apps/client/src/translations/es/translation.json index ccad034294..192ead0304 100644 --- a/apps/client/src/translations/es/translation.json +++ b/apps/client/src/translations/es/translation.json @@ -1,2296 +1,2152 @@ { - "about": { - "title": "Acerca de Trilium Notes", - "homepage": "Página principal:", - "app_version": "Versión de la aplicación:", - "db_version": "Versión de base de datos:", - "sync_version": "Versión de sincronización:", - "build_date": "Fecha de creación:", - "build_revision": "Revisión de compilación:", - "data_directory": "Directorio de datos:" - }, - "toast": { - "critical-error": { - "title": "Error crítico", - "message": "Ha ocurrido un error crítico que previene que el cliente de la aplicación inicie:\n\n{{message}}\n\nMuy probablemente es causado por un script que falla de forma inesperada. Intente iniciar la aplicación en modo seguro y atienda el error." + "about": { + "title": "Acerca de Trilium Notes", + "homepage": "Página principal:", + "app_version": "Versión de la aplicación:", + "db_version": "Versión de base de datos:", + "sync_version": "Versión de sincronización:", + "build_date": "Fecha de creación:", + "build_revision": "Revisión de compilación:", + "data_directory": "Directorio de datos:" }, - "widget-error": { - "title": "Hubo un fallo al inicializar un widget", - "message-custom": "El widget personalizado de la nota con ID \"{{id}}\", titulada \"{{title}}\" no pudo ser inicializado debido a:\n\n{{message}}", - "message-unknown": "Un widget no pudo ser inicializado debido a:\n\n{{message}}" + "toast": { + "critical-error": { + "title": "Error crítico", + "message": "Ha ocurrido un error crítico que previene que el cliente de la aplicación inicie:\n\n{{message}}\n\nMuy probablemente es causado por un script que falla de forma inesperada. Intente iniciar la aplicación en modo seguro y atienda el error." + }, + "widget-error": { + "title": "Hubo un fallo al inicializar un widget", + "message-custom": "El widget personalizado de la nota con ID \"{{id}}\", titulada \"{{title}}\" no pudo ser inicializado debido a:\n\n{{message}}", + "message-unknown": "Un widget no pudo ser inicializado debido a:\n\n{{message}}" + }, + "bundle-error": { + "title": "Hubo un fallo al cargar un script personalizado", + "message": "El script no pudo ser ejecutado debido a:\n\n{{message}}" + }, + "widget-list-error": { + "title": "Hubo un fallo al obtener la lista de widgets del servidor" + }, + "widget-render-error": { + "title": "Hubo un fallo al renderizar un widget personalizado de React" + }, + "widget-missing-parent": "El widget personalizado no tiene definida la propiedad obligatoria '{{property}}'.\n\nSi este script está pensado para ejecutarse sin un elemento de interfaz de usuario, utilice '#run=frontendStartup' en su lugar.", + "open-script-note": "Abrir script", + "scripting-error": "Error en script personalizado: {{title}}" }, - "bundle-error": { - "title": "Hubo un fallo al cargar un script personalizado", - "message": "El script no pudo ser ejecutado debido a:\n\n{{message}}" + "add_link": { + "add_link": "Agregar enlace", + "help_on_links": "Ayuda sobre enlaces", + "note": "Nota", + "search_note": "buscar nota por su nombre", + "link_title_mirrors": "el título del enlace replica el título actual de la nota", + "link_title_arbitrary": "el título del enlace se puede cambiar arbitrariamente", + "link_title": "Título del enlace", + "button_add_link": "Agregar enlace" }, - "widget-list-error": { - "title": "Hubo un fallo al obtener la lista de widgets del servidor" + "branch_prefix": { + "edit_branch_prefix": "Editar prefijo de rama", + "help_on_tree_prefix": "Ayuda sobre el prefijo del árbol", + "prefix": "Prefijo: ", + "save": "Guardar", + "branch_prefix_saved": "Se ha guardado el prefijo de rama.", + "edit_branch_prefix_multiple": "Editar prefijo de rama para {{count}} ramas", + "branch_prefix_saved_multiple": "El prefijo de rama se ha guardado para {{count}} ramas.", + "affected_branches": "Ramas afectadas ({{count}}):" }, - "widget-render-error": { - "title": "Hubo un fallo al renderizar un widget personalizado de React" + "bulk_actions": { + "bulk_actions": "Acciones en bloque", + "affected_notes": "Notas afectadas", + "include_descendants": "Incluir descendientes de las notas seleccionadas", + "available_actions": "Acciones disponibles", + "chosen_actions": "Acciones elegidas", + "execute_bulk_actions": "Ejecutar acciones en bloque", + "bulk_actions_executed": "Las acciones en bloque se han ejecutado con éxito.", + "none_yet": "Ninguna todavía... agregue una acción haciendo clic en una de las disponibles arriba.", + "labels": "Etiquetas", + "relations": "Relaciones", + "notes": "Notas", + "other": "Otro" }, - "widget-missing-parent": "El widget personalizado no tiene definida la propiedad obligatoria '{{property}}'.\n\nSi este script está pensado para ejecutarse sin un elemento de interfaz de usuario, utilice '#run=frontendStartup' en su lugar.", - "open-script-note": "Abrir script", - "scripting-error": "Error en script personalizado: {{title}}" - }, - "add_link": { - "add_link": "Agregar enlace", - "help_on_links": "Ayuda sobre enlaces", - "note": "Nota", - "search_note": "buscar nota por su nombre", - "link_title_mirrors": "el título del enlace replica el título actual de la nota", - "link_title_arbitrary": "el título del enlace se puede cambiar arbitrariamente", - "link_title": "Título del enlace", - "button_add_link": "Agregar enlace" - }, - "branch_prefix": { - "edit_branch_prefix": "Editar prefijo de rama", - "help_on_tree_prefix": "Ayuda sobre el prefijo del árbol", - "prefix": "Prefijo: ", - "save": "Guardar", - "branch_prefix_saved": "Se ha guardado el prefijo de rama.", - "edit_branch_prefix_multiple": "Editar prefijo de rama para {{count}} ramas", - "branch_prefix_saved_multiple": "El prefijo de rama se ha guardado para {{count}} ramas.", - "affected_branches": "Ramas afectadas ({{count}}):" - }, - "bulk_actions": { - "bulk_actions": "Acciones en bloque", - "affected_notes": "Notas afectadas", - "include_descendants": "Incluir descendientes de las notas seleccionadas", - "available_actions": "Acciones disponibles", - "chosen_actions": "Acciones elegidas", - "execute_bulk_actions": "Ejecutar acciones en bloque", - "bulk_actions_executed": "Las acciones en bloque se han ejecutado con éxito.", - "none_yet": "Ninguna todavía... agregue una acción haciendo clic en una de las disponibles arriba.", - "labels": "Etiquetas", - "relations": "Relaciones", - "notes": "Notas", - "other": "Otro" - }, - "clone_to": { - "clone_notes_to": "Clonar notas a...", - "help_on_links": "Ayuda sobre enlaces", - "notes_to_clone": "Notas a clonar", - "target_parent_note": "Nota padre de destino", - "search_for_note_by_its_name": "buscar nota por su nombre", - "cloned_note_prefix_title": "La nota clonada se mostrará en el árbol de notas con el prefijo dado", - "prefix_optional": "Prefijo (opcional)", - "clone_to_selected_note": "Clonar a nota seleccionada", - "no_path_to_clone_to": "No hay ruta para clonar.", - "note_cloned": "La nota \"{{clonedTitle}}\" a sido clonada en \"{{targetTitle}}\"" - }, - "confirm": { - "confirmation": "Confirmación", - "cancel": "Cancelar", - "ok": "Aceptar", - "are_you_sure_remove_note": "¿Está seguro que desea eliminar la nota \"{{title}}\" del mapa de relaciones? ", - "if_you_dont_check": "Si no marca esto, la nota solo se eliminará del mapa de relaciones.", - "also_delete_note": "También eliminar la nota" - }, - "delete_notes": { - "delete_notes_preview": "Eliminar vista previa de notas", - "close": "Cerrar", - "delete_all_clones_description": "Eliminar también todos los clones (se puede deshacer en cambios recientes)", - "erase_notes_description": "La eliminación normal (suave) solo marca las notas como eliminadas y se pueden recuperar (en el cuadro de diálogo de cambios recientes) dentro de un periodo de tiempo. Al marcar esta opción se borrarán las notas inmediatamente y no será posible recuperarlas.", - "erase_notes_warning": "Eliminar notas permanentemente (no se puede deshacer), incluidos todos los clones. Esto forzará la recarga de la aplicación.", - "notes_to_be_deleted": "Las siguientes notas serán eliminadas ({{notesCount}})", - "no_note_to_delete": "No se eliminará ninguna nota (solo clones).", - "broken_relations_to_be_deleted": "Las siguientes relaciones se romperán y serán eliminadas ({{ relationCount}})", - "cancel": "Cancelar", - "ok": "Aceptar", - "deleted_relation_text": "Nota {{- note}} (para ser eliminada) está referenciado por la relación {{- relation}} que se origina en {{- source}}." - }, - "export": { - "export_note_title": "Exportar nota", - "close": "Cerrar", - "export_type_subtree": "Esta nota y todos sus descendientes", - "format_html": "HTML - ya que preserva todo el formato", - "format_html_zip": "HTML en un archivo ZIP: se recomienda ya que conserva todo el formato.", - "format_markdown": "Markdown: esto conserva la mayor parte del formato.", - "format_opml": "OPML: formato de intercambio de esquemas solo para texto. El formato, las imágenes y los archivos no están incluidos.", - "opml_version_1": "OPML v1.0: solo texto sin formato", - "opml_version_2": "OPML v2.0 - también permite HTML", - "export_type_single": "Sólo esta nota sin sus descendientes", - "export": "Exportar", - "choose_export_type": "Por favor, elija primero el tipo de exportación", - "export_status": "Estado de exportación", - "export_in_progress": "Exportación en curso: {{progressCount}}", - "export_finished_successfully": "La exportación finalizó exitosamente.", - "format_pdf": "PDF - para propósitos de impresión o compartición.", - "share-format": "HTML para publicación web: utiliza el mismo tema que se utiliza en las notas compartidas, pero se puede publicar como un sitio web estático." - }, - "help": { - "noteNavigation": "Navegación de notas", - "goUpDown": "subir/bajar en la lista de notas", - "collapseExpand": "colapsar/expandir nodo", - "notSet": "no establecido", - "goBackForwards": "retroceder / avanzar en la historia", - "showJumpToNoteDialog": "mostrar \"Saltar a\" diálogo", - "scrollToActiveNote": "desplazarse hasta la nota activa", - "jumpToParentNote": "saltar a la nota padre", - "collapseWholeTree": "colapsar todo el árbol de notas", - "collapseSubTree": "colapsar subárbol", - "tabShortcuts": "Atajos de pestañas", - "newTabNoteLink": "en el enlace de la nota abre la nota en una nueva pestaña", - "newTabWithActivationNoteLink": "en el enlace de la nota abre y activa la nota en una nueva pestaña", - "onlyInDesktop": "Solo en escritorio (compilación con Electron)", - "openEmptyTab": "abrir pestaña vacía", - "closeActiveTab": "cerrar pestaña activa", - "activateNextTab": "activar pestaña siguiente", - "activatePreviousTab": "activar pestaña anterior", - "creatingNotes": "Creando notas", - "createNoteAfter": "crear una nueva nota después de la nota activa", - "createNoteInto": "crear una nueva subnota en la nota activa", - "editBranchPrefix": "edición prefix de clon de nota activa", - "movingCloningNotes": "Moviendo/clonando notas", - "moveNoteUpDown": "mover nota arriba/abajo en la lista de notas", - "moveNoteUpHierarchy": "mover nota hacia arriba en la jerarquía", - "multiSelectNote": "selección múltiple de nota hacia arriba/abajo", - "selectAllNotes": "seleccionar todas las notas en el nivel actual", - "selectNote": "seleccionar nota", - "copyNotes": "copiar nota activa (o selección actual) al portapapeles (usado para clonar)", - "cutNotes": "cortar la nota actual (o la selección actual) en el portapapeles (usado para mover notas)", - "pasteNotes": "pegar notas como subnotas en la nota activa (que se puede mover o clonar dependiendo de si se copió o cortó en el portapapeles)", - "deleteNotes": "eliminar nota/subárbol", - "editingNotes": "Editando notas", - "editNoteTitle": "en el panel de árbol cambiará del panel de árbol al título de la nota. Ingresar desde el título de la nota cambiará el foco al editor de texto. Ctrl+. cambiará de nuevo del editor al panel de árbol.", - "createEditLink": "crear/editar enlace externo", - "createInternalLink": "crear enlace interno", - "followLink": "siga el enlace debajo del cursor", - "insertDateTime": "insertar la fecha y hora actuales en la posición del cursor", - "jumpToTreePane": "saltar al panel de árbol y desplazarse hasta la nota activa", - "markdownAutoformat": "Autoformato tipo Markdown", - "headings": "##, ###, #### etc. seguido de espacio para encabezados", - "bulletList": "* o - seguido de espacio para la lista de viñetas", - "numberedList": "1. o 1) seguido de espacio para la lista numerada", - "blockQuote": "comience una línea con > seguido de espacio para el bloque de cita", - "troubleshooting": "Solución de problemas", - "reloadFrontend": "recargar la interfaz de Trilium", - "showDevTools": "mostrar herramientas de desarrollador", - "showSQLConsole": "mostrar consola SQL", - "other": "Otro", - "quickSearch": "centrarse en la entrada de búsqueda rápida", - "inPageSearch": "búsqueda en la página", - "title": "Hoja de ayuda", - "editShortcuts": "Editar atajos de teclado" - }, - "import": { - "importIntoNote": "Importar a nota", - "chooseImportFile": "Elija el archivo de importación", - "importDescription": "El contenido de los archivos seleccionados se importará como notas secundarias en", - "options": "Opciones", - "safeImportTooltip": "Los archivos .zip de Trilium pueden contener scripts ejecutables que pudieran tener un comportamiento peligroso. La importación segura va a desactivar la ejecución automática de todos los scripts importados. Desmarque \"Importación segura\" solo si el archivo importado contiene scripts ejecutables y usted confía totalmente en el contenido del archivo importado.", - "safeImport": "Importación segura", - "explodeArchivesTooltip": "Si esto está marcado, Trilium leerá los archivos .zip, .enex y .opml y creará notas a partir de archivos dentro de esos archivos. Si no está marcado, Trilium adjuntará los archivos a la nota.", - "explodeArchives": "Leer el contenido de los archivos .zip, .enex y .opml.", - "shrinkImagesTooltip": "

Si marca esta opción, Trilium intentará reducir las imágenes importadas mediante escalado y optimización, lo que puede afectar la calidad de la imagen percibida. Si no está marcada, las imágenes se importarán sin cambios.

Esto no se aplica a las importaciones .zip con metadatos, ya que se supone que estos archivos ya están optimizados.

", - "shrinkImages": "Reducir imágenes", - "textImportedAsText": "Importar HTML, Markdown y TXT como notas de texto si no está claro en los metadatos", - "codeImportedAsCode": "Importar archivos de código reconocidos (por ejemplo, .json) como notas de código si no están claros en los metadatos", - "replaceUnderscoresWithSpaces": "Reemplazar guiones bajos con espacios en nombres de notas importadas", - "import": "Importar", - "failed": "La importación falló: {{message}}.", - "html_import_tags": { - "title": "HTML Importar Etiquetas", - "description": "Configurar que etiquetas HTML deben ser preservadas al importar notas. Las etiquetas que no estén en esta lista serán eliminadas durante la importación. Algunas etiquetas (como 'script') siempre son eliminadas por seguridad.", - "placeholder": "Ingrese las etiquetas HTML, una por línea", - "reset_button": "Restablecer a lista por defecto" + "clone_to": { + "clone_notes_to": "Clonar notas a...", + "help_on_links": "Ayuda sobre enlaces", + "notes_to_clone": "Notas a clonar", + "target_parent_note": "Nota padre de destino", + "search_for_note_by_its_name": "buscar nota por su nombre", + "cloned_note_prefix_title": "La nota clonada se mostrará en el árbol de notas con el prefijo dado", + "prefix_optional": "Prefijo (opcional)", + "clone_to_selected_note": "Clonar a nota seleccionada", + "no_path_to_clone_to": "No hay ruta para clonar.", + "note_cloned": "La nota \"{{clonedTitle}}\" a sido clonada en \"{{targetTitle}}\"" }, - "import-status": "Estado de importación", - "in-progress": "Importación en progreso: {{progress}}", - "successful": "Importación finalizada exitosamente.", - "importZipRecommendation": "Al importar un archivo ZIP, la jerarquía de notas reflejará la estructura de subdirectorios dentro del archivo comprimido." - }, - "include_note": { - "dialog_title": "Incluir nota", - "label_note": "Nota", - "placeholder_search": "buscar nota por su nombre", - "box_size_prompt": "Tamaño de caja de la nota incluida:", - "box_size_small": "pequeño (~ 10 líneas)", - "box_size_medium": "medio (~ 30 líneas)", - "box_size_full": "completo (el cuadro muestra el texto completo)", - "button_include": "Incluir nota" - }, - "info": { - "modalTitle": "Mensaje informativo", - "closeButton": "Cerrar", - "okButton": "Aceptar", - "copy_to_clipboard": "Copiar al portapapeles" - }, - "jump_to_note": { - "search_button": "Buscar en texto completo", - "search_placeholder": "Busque nota por su nombre o escriba > para comandos..." - }, - "markdown_import": { - "dialog_title": "Importación de Markdown", - "modal_body_text": "Debido al entorno limitado del navegador, no es posible leer directamente el portapapeles desde JavaScript. Por favor, pegue el código Markdown para importar en el área de texto a continuación y haga clic en el botón Importar", - "import_button": "Importar", - "import_success": "El contenido de Markdown se ha importado al documento." - }, - "move_to": { - "dialog_title": "Mover notas a...", - "notes_to_move": "Notas a mover", - "target_parent_note": "Nota padre de destino", - "search_placeholder": "buscar nota por su nombre", - "move_button": "Mover a la nota seleccionada", - "error_no_path": "No hay ruta a donde mover.", - "move_success_message": "Las notas seleccionadas se han movido a " - }, - "note_type_chooser": { - "change_path_prompt": "Cambiar donde se creará la nueva nota:", - "search_placeholder": "ruta de búsqueda por nombre (por defecto si está vacío)", - "modal_title": "Elija el tipo de nota", - "modal_body": "Elija el tipo de nota/plantilla de la nueva nota:", - "templates": "Plantillas", - "builtin_templates": "Plantillas incluidas" - }, - "password_not_set": { - "title": "La contraseña no está establecida", - "body1": "Las notas protegidas se cifran mediante una contraseña de usuario, pero la contraseña aún no se ha establecido.", - "go_to_password_options": "Ir a opciones de contraseña", - "body2": "Para poder proteger las notas, haz click en el botón inferior para abrir la pantalla de Opciones y establecer tu contraseña." - }, - "prompt": { - "title": "Aviso", - "ok": "Aceptar", - "defaultTitle": "Aviso" - }, - "protected_session_password": { - "modal_title": "Sesión protegida", - "help_title": "Ayuda sobre notas protegidas", - "close_label": "Cerrar", - "form_label": "Para continuar con la acción solicitada, debe iniciar en la sesión protegida ingresando la contraseña:", - "start_button": "Iniciar sesión protegida" - }, - "recent_changes": { - "title": "Cambios recientes", - "erase_notes_button": "Borrar notas eliminadas ahora", - "deleted_notes_message": "Las notas eliminadas han sido borradas.", - "no_changes_message": "Aún no hay cambios...", - "undelete_link": "recuperar", - "confirm_undelete": "¿Quiere recuperar esta nota y sus subnotas?" - }, - "revisions": { - "note_revisions": "Revisiones de nota", - "delete_all_revisions": "Eliminar todas las revisiones de esta nota", - "delete_all_button": "Eliminar todas las revisiones", - "help_title": "Ayuda sobre revisiones de notas", - "confirm_delete_all": "¿Quiere eliminar todas las revisiones de esta nota?", - "no_revisions": "Aún no hay revisiones para esta nota...", - "restore_button": "Restaurar", - "confirm_restore": "¿Quiere restaurar esta revisión? Esto sobrescribirá el título actual y el contenido de la nota con esta revisión.", - "delete_button": "Eliminar", - "confirm_delete": "¿Quieres eliminar esta revisión?", - "revisions_deleted": "Se han eliminado las revisiones de nota.", - "revision_restored": "Se ha restaurado la revisión de nota.", - "revision_deleted": "Se ha eliminado la revisión de la nota.", - "snapshot_interval": "Intervalo de respaldo de revisiones de nota: {{seconds}}s.", - "maximum_revisions": "Máximo de revisiones para la nota actual: {{number}}.", - "settings": "Ajustes para revisiones de nota", - "download_button": "Descargar", - "mime": "MIME: ", - "file_size": "Tamaño del archivo:", - "preview_not_available": "La vista previa no está disponible para este tipo de notas.", - "diff_off": "Mostrar contenido", - "diff_on": "Mostrar diferencia", - "diff_off_hint": "Haga clic para mostrar el contenido de la nota", - "diff_not_available": "Diferencias no disponibles.", - "diff_on_hint": "Haga clic para ver las diferencias" - }, - "sort_child_notes": { - "sort_children_by": "Ordenar hijos por...", - "sorting_criteria": "Criterios de ordenamiento", - "title": "título", - "date_created": "fecha de creación", - "date_modified": "fecha de modificación", - "sorting_direction": "Dirección de ordenamiento", - "ascending": "ascendente", - "descending": "descendente", - "folders": "Carpetas", - "sort_folders_at_top": "ordenar carpetas en la parte superior", - "natural_sort": "Ordenamiento natural", - "sort_with_respect_to_different_character_sorting": "ordenar con respecto a diferentes reglas de ordenamiento y clasificación de caracteres en diferentes idiomas o regiones.", - "natural_sort_language": "Idioma de clasificación natural", - "the_language_code_for_natural_sort": "El código del idioma para el ordenamiento natural, ej. \"zh-CN\" para Chino.", - "sort": "Ordenar" - }, - "upload_attachments": { - "upload_attachments_to_note": "Cargar archivos adjuntos a nota", - "choose_files": "Elija los archivos", - "files_will_be_uploaded": "Los archivos se cargarán como archivos adjuntos en {{noteTitle}}", - "options": "Opciones", - "shrink_images": "Reducir imágenes", - "upload": "Subir", - "tooltip": "Si marca esta opción, Trilium intentará reducir las imágenes cargadas mediante escalado y optimización, lo que puede afectar la calidad de la imagen percibida. Si no está marcada, las imágenes se cargarán sin cambios." - }, - "attribute_detail": { - "attr_detail_title": "Título del detalle del atributo", - "close_button_title": "Cancelar cambios y cerrar", - "attr_is_owned_by": "El atributo es propiedad de", - "attr_name_title": "El nombre del atributo solo puede estar compuesto de caracteres alfanuméricos, dos puntos y guión bajo", - "name": "Nombre", - "value": "Valor", - "target_note_title": "La relación es una conexión con nombre entre la nota de origen y la nota de destino.", - "target_note": "Nota de destino", - "promoted_title": "El atributo promovido se muestra de forma destacada en la nota.", - "promoted": "Promovido", - "promoted_alias_title": "El nombre que se mostrará en la interfaz de usuario de atributos promovidos.", - "promoted_alias": "Alias", - "multiplicity_title": "La multiplicidad define cuántos atributos del mismo nombre se pueden crear - como máximo 1 o más de 1.", - "multiplicity": "Multiplicidad", - "single_value": "Valor único", - "multi_value": "Valor múltiple", - "label_type_title": "El tipo de etiqueta ayudará a Trilium a elegir la interfaz adecuada para ingresar el valor de la etiqueta.", - "label_type": "Tipo", - "text": "Texto", - "number": "Número", - "boolean": "Booleano", - "date": "Fecha", - "date_time": "Fecha y hora", - "time": "Hora", - "url": "URL", - "precision_title": "Cantidad de dígitos después del punto flotante que deben estar disponibles en la interfaz de configuración del valor.", - "precision": "Precisión", - "digits": "dígitos", - "inverse_relation_title": "Configuración opcional para definir a qué relación es ésta opuesta. Ejemplo: Padre - Hijo son relaciones inversas entre sí.", - "inverse_relation": "Relación inversa", - "inheritable_title": "El atributo heredable se heredará a todos los descendientes de este árbol.", - "inheritable": "Heredable", - "save_and_close": "Guardar y cerrar Ctrl+Enter", - "delete": "Eliminar", - "related_notes_title": "Otras notas con esta etiqueta", - "more_notes": "Más notas", - "label": "Detalle de etiqueta", - "label_definition": "Detalle de definición de etiqueta", - "relation": "Detalle de relación", - "relation_definition": "Detalle de definición de relación", - "disable_versioning": "deshabilita el control de versiones automático. Útil para, por ejemplo. notas grandes pero sin importancia, p. grandes bibliotecas JS utilizadas para secuencias de comandos (scripts)", - "calendar_root": "marca la nota que debe usarse como raíz para las notas del día. Sólo uno debe estar marcado como tal.", - "archived": "las notas con esta etiqueta no serán visibles de forma predeterminada en los resultados de búsqueda (tampoco en los cuadros de diálogo Saltar a, Agregar vínculo, etc.).", - "exclude_from_export": "las notas (con su subárbol) no se incluirán en ninguna exportación de notas", - "run": "define en qué eventos debe ejecutarse el script. Los valores posibles son:\n
    \n
  • frontendStartup - cuando Trilium frontend se inicia (o se actualiza), pero no en móvil.
  • \n
  • mobileStartup - cuando Trilium frontend se inicia (o se actualiza), en móvil.
  • \n
  • backendStartup - cuando Trilium backend se inicia
  • \n
  • hourly - se ejecuta una vez por hora. Se puede usar la etiqueta adicional runAtHour para especificar a qué hora.
  • \n
  • daily - se ejecuta una vez al día
  • \n
", - "run_on_instance": "Definir en qué instancia de Trilium se debe ejecutar esto. Predeterminado para todas las instancias.", - "run_at_hour": "¿A qué hora debería funcionar? Debe usarse junto con #run=hourly. Se puede definir varias veces para varias ejecuciones durante el día.", - "disable_inclusion": "los scripts con esta etiqueta no se incluirán en la ejecución del script principal.", - "sorted": "mantiene las subnotas ordenadas alfabéticamente por título", - "sort_direction": "ASC (el valor predeterminado) o DESC", - "sort_folders_first": "Las carpetas (notas con subnotas) deben ordenarse en la parte superior", - "top": "mantener la nota dada en la parte superior de su padre (se aplica solo en padres ordenados)", - "hide_promoted_attributes": "Ocultar atributos promovidos en esta nota", - "read_only": "el editor está en modo de sólo lectura. Funciona sólo para notas de texto y código.", - "auto_read_only_disabled": "las notas de texto/código se pueden configurar automáticamente en modo lectura cuando son muy grandes. Puede desactivar este comportamiento por nota agregando esta etiqueta a la nota", - "app_css": "marca notas CSS que se cargan en la aplicación Trilium y, por lo tanto, se pueden usar para modificar la apariencia de Trilium.", - "app_theme": "marca notas CSS que son temas completos de Trilium y, por lo tanto, están disponibles en las opciones de Trilium.", - "app_theme_base": "establecer a \"siguiente\" para utilizar el tema TriliumNext como base para un tema personalizado en lugar del tema anterior.", - "css_class": "el valor de esta etiqueta se agrega como clase CSS al nodo que representa la nota dada en el árbol. Esto puede resultar útil para temas avanzados. Se puede utilizar en notas de plantilla.", - "icon_class": "el valor de esta etiqueta se agrega como una clase CSS al icono en el árbol, lo que puede ayudar a distinguir visualmente las notas en el árbol. El ejemplo podría ser bx bx-home: los iconos se toman de boxicons. Se puede utilizar en notas de plantilla.", - "page_size": "número de elementos por página en el listado de notas", - "custom_request_handler": "véa Manejador de solicitudes personalizado", - "custom_resource_provider": "véa Manejador de solicitudes personalizado", - "widget": "marca esta nota como un widget personalizado que se agregará al árbol de componentes de Trilium", - "workspace": "marca esta nota como un espacio de trabajo que permite un fácil levantamiento", - "workspace_icon_class": "define la clase CSS del icono de cuadro que se usará en la pestaña cuando se levante a esta nota", - "workspace_tab_background_color": "color CSS utilizado en la pestaña de nota cuando se ancla a esta nota", - "workspace_calendar_root": "Define la raíz del calendario por cada espacio de trabajo", - "workspace_template": "Esta nota aparecerá en la selección de plantillas disponibles al crear una nueva nota, pero solo cuando se levante a un espacio de trabajo que contenga esta plantilla", - "search_home": "se crearán nuevas notas de búsqueda como subnotas de esta nota", - "workspace_search_home": "se crearán nuevas notas de búsqueda como subnotas de esta nota cuando se anclan a algún antecesor de esta nota del espacio de trabajo", - "inbox": "ubicación predeterminada de la bandeja de entrada para nuevas notas - cuando crea una nota usando el botón \"nueva nota\" en la barra lateral, las notas serán creadas como subnotas de la nota marcada con la etiqueta #inbox.", - "workspace_inbox": "ubicación predeterminada de la bandeja de entrada para nuevas notas cuando se anclan a algún antecesor de esta nota del espacio de trabajo", - "sql_console_home": "ubicación predeterminada de las notas de la consola SQL", - "bookmark_folder": "la nota con esta etiqueta aparecerá en los marcadores como carpeta (permitiendo el acceso a sus elementos hijos)", - "share_hidden_from_tree": "esta nota está oculta en el árbol de navegación izquierdo, pero aún se puede acceder a ella con su URL", - "share_external_link": "la nota actuará como un enlace a un sitio web externo en el árbol compartido", - "share_alias": "define un alias que al usar la nota va a estar disponible en https://your_trilium_host/share/[tu_alias]", - "share_omit_default_css": "se omitirá el CSS de la página para compartir predeterminada. Úselo cuando realice cambios importantes de estilo.", - "share_root": "marca la nota que se publica en /share root.", - "share_description": "definir el texto que se agregará a la etiqueta HTML meta para la descripción", - "share_raw": "la nota se entregará en su formato original, sin contenedor HTML", - "share_disallow_robot_indexing": "prohibirá la indexación por robots de esta nota a través del encabezado X-Robots-Tag: noindex", - "share_credentials": "requiere credenciales para acceder a esta nota compartida. Se espera que el valor tenga el formato 'nombre_de_usuario:contraseña'. No olvide hacer que esto sea heredable para aplicarlo a notas/imágenes hijo.", - "share_index": "tenga en cuenta que con esto esta etiqueta enumerará todas las raíces de las notas compartidas", - "display_relations": "nombres de relaciones delimitados por comas que deben mostrarse. Todos los demás estarán ocultos.", - "hide_relations": "nombres de relaciones delimitados por comas que deben ocultarse. Se mostrarán todos los demás.", - "title_template": "título por defecto de notas creadas como subnota de esta nota. El valor es evaluado como una cadena de JavaScript \n y por lo tanto puede ser enriquecida con contenido dinámico vía las variables inyectadas now y parentNote. Ejemplos:\n \n
    \n
  • trabajos literarios de ${parentNote.getLabelValue('authorName')}
  • \n
  • Registro para ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n Consulte la wiki para obtener más detalles, documentación de la API para parentNote y now para más detalles.", - "template": "Esta nota aparecerá en la selección de plantillas disponibles al crear una nueva nota", - "toc": "#toc o #toc=show forzará que se muestre la tabla de contenido, #toc=hide forzará a ocultarla. Si la etiqueta no existe, se observa la configuración global", - "color": "define el color de la nota en el árbol de notas, enlaces, etc. Utilice cualquier valor de color CSS válido como 'red' o #a13d5f", - "keyboard_shortcut": "Define un atajo de teclado que saltará inmediatamente a esta nota. Ejemplo: 'ctrl+alt+e'. Es necesario recargar la interfaz para que el cambio surta efecto.", - "keep_current_hoisting": "Abrir este enlace no cambiará el anclaje incluso si la nota no se puede mostrar en el subárbol anclado actualmente.", - "execute_button": "Título del botón que ejecutará la nota de código actual", - "execute_description": "Descripción más larga de la nota de código actual que se muestra junto con el botón de ejecución", - "exclude_from_note_map": "Las notas con esta etiqueta se ocultarán del Mapa de notas", - "new_notes_on_top": "Las notas nuevas se crearán en la parte superior de la nota principal, no en la parte inferior.", - "hide_highlight_widget": "Ocultar widget de lista destacada", - "run_on_note_creation": "se ejecuta cuando se crea la nota en el backend. Utilice esta relación si desea ejecutar el script para todas las notas creadas en un subárbol específico. En ese caso, créela en la nota raíz del subárbol y hágala heredable. Una nueva nota creada dentro del subárbol (cualquier profundidad) activará el script.", - "run_on_child_note_creation": "se ejecuta cuando se crea una nueva nota bajo la nota donde se define esta relación", - "run_on_note_title_change": "se ejecuta cuando se cambia el título de la nota (también incluye la creación de notas)", - "run_on_note_content_change": "se ejecuta cuando se cambia el contenido de la nota (también incluye la creación de notas).", - "run_on_note_change": "se ejecuta cuando se cambia la nota (incluye también la creación de notas). No incluye cambios de contenido", - "run_on_note_deletion": "se ejecuta cuando se elimina la nota", - "run_on_branch_creation": "se ejecuta cuando se crea una rama. Una rama es un vínculo entre la nota principal y la nota secundaria y se crea, por ejemplo, al clonar o mover una nota.", - "run_on_branch_change": "se ejecuta cuando se actualiza una rama.", - "run_on_branch_deletion": "se ejecuta cuando se elimina una rama. Una rama es un vínculo entre la nota principal y la nota secundaria y se elimina, por ejemplo, al mover la nota (se elimina la rama/enlace antiguo).", - "run_on_attribute_creation": "se ejecuta cuando se crea un nuevo atributo para la nota que define esta relación", - "run_on_attribute_change": " se ejecuta cuando se cambia el atributo de una nota que define esta relación. Esto también se activa cuando se elimina el atributo", - "relation_template": "los atributos de la nota se heredarán incluso sin una relación padre-hijo, el contenido y el subárbol de la nota se agregarán a las notas de instancia si están vacíos. Consulte la documentación para obtener más detalles.", - "inherit": "los atributos de la nota se heredarán incluso sin una relación padre-hijo. Consulte la relación de plantilla para conocer un concepto similar. Consulte herencia de atributos en la documentación.", - "render_note": "notas de tipo \"render HTML note\" serán renderizadas usando una nota de código (HTML o script) y es necesario apuntar usando esta relación con la nota que debe de ser renderizada", - "widget_relation": "el objetivo de esta relación se ejecutará y representará como un widget en la barra lateral", - "share_css": "Nota CSS que se inyectará en la página para compartir. La nota CSS también debe estar en el subárbol compartido. Considere usar también 'share_hidden_from_tree' y 'share_omit_default_css'.", - "share_js": "Nota de JavaScript que se inyectará en la página para compartir. La nota JS también debe estar en el subárbol compartido. Considere usar 'share_hidden_from_tree'.", - "share_template": "Nota de JavaScript integrada que se utilizará como plantilla para mostrar la nota compartida. Su no existe se usa la plantilla predeterminada. Considere usar 'share_hidden_from_tree'.", - "share_favicon": "La nota de favicon se configurará en la página compartida. Por lo general, se desea configurarlo para que comparta la raíz y lo haga heredable. La nota de Favicon también debe estar en el subárbol compartido. Considere usar 'share_hidden_from_tree'.", - "is_owned_by_note": "es propiedad de una nota", - "other_notes_with_name": "Otras notas con nombre de {{attributeType}} \"{{attributeName}}\"", - "and_more": "... y {{count}} más.", - "print_landscape": "Al exportar a PDF, cambia la orientación de la página a paisaje en lugar de retrato.", - "print_page_size": "Al exportar a PDF, cambia el tamaño de la página. Valores soportados: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", - "color_type": "Color" - }, - "attribute_editor": { - "help_text_body1": "Para agregar una etiqueta, simplemente escriba, por ejemplo. #rock o si desea agregar también valor, p.e. #año = 2020", - "help_text_body2": "Para relación, escriba ~author = @, lo que debería abrir un autocompletado donde podrá buscar la nota deseada.", - "help_text_body3": "Alternativamente, puede agregar una etiqueta y una relación usando el botón + en el lado derecho.", - "save_attributes": "Guardar atributos ", - "add_a_new_attribute": "Agregar un nuevo atributo", - "add_new_label": "Agregar nueva etiqueta ", - "add_new_relation": "Agregar nueva relación ", - "add_new_label_definition": "Agregar nueva definición de etiqueta", - "add_new_relation_definition": "Agregar nueva definición de relación", - "placeholder": "Ingrese las etiquetas y relaciones aquí" - }, - "abstract_bulk_action": { - "remove_this_search_action": "Eliminar esta acción de búsqueda" - }, - "execute_script": { - "execute_script": "Ejecutar script", - "help_text": "Puede ejecutar scripts simples en las notas coincidentes.", - "example_1": "Por ejemplo, para agregar una cadena al título de una nota, use este pequeño script:", - "example_2": "Un ejemplo más complejo sería eliminar todos los atributos de las notas coincidentes:" - }, - "add_label": { - "add_label": "Agregar etiqueta", - "label_name_placeholder": "nombre de la etiqueta", - "label_name_title": "Se permiten caracteres alfanuméricos, guiones bajos y dos puntos.", - "to_value": "a valor", - "new_value_placeholder": "nuevo valor", - "help_text": "Sobre todas las notas coincidentes:", - "help_text_item1": "crear una etiqueta dada si la nota aún no tiene una", - "help_text_item2": "o cambiar el valor de la etiqueta existente", - "help_text_note": "También puede llamar a este método sin valor, en tal caso se asignará una etiqueta a la nota sin valor." - }, - "delete_label": { - "delete_label": "Eliminar etiqueta", - "label_name_placeholder": "nombre de la etiqueta", - "label_name_title": "Se permiten caracteres alfanuméricos, guiones bajos y dos puntos." - }, - "rename_label": { - "rename_label": "Renombrar etiqueta", - "rename_label_from": "Renombrar etiqueta de", - "old_name_placeholder": "antiguo nombre", - "to": "A", - "new_name_placeholder": "nuevo nombre", - "name_title": "Se permiten caracteres alfanuméricos, guiones bajos y dos puntos." - }, - "update_label_value": { - "update_label_value": "Actualizar valor de etiqueta", - "label_name_placeholder": "nombre de la etiqueta", - "label_name_title": "Se permiten caracteres alfanuméricos, guiones bajos y dos puntos.", - "to_value": "a valor", - "new_value_placeholder": "nuevo valor", - "help_text": "En todas las notas coincidentes, cambie el valor de la etiqueta existente.", - "help_text_note": "También puede llamar a este método sin valor, en tal caso se asignará una etiqueta a la nota sin valor." - }, - "delete_note": { - "delete_note": "Eliminar nota", - "delete_matched_notes": "Eliminar notas coincidentes", - "delete_matched_notes_description": "Esto eliminará las notas coincidentes.", - "undelete_notes_instruction": "Después de la eliminación, es posible recuperarlos desde el cuadro de diálogo Cambios recientes.", - "erase_notes_instruction": "Para eliminar las notas permanentemente, puede ir después de la eliminación a Opción -> Otro y dar clic en el botón \"Borrar notas eliminadas ahora\"." - }, - "delete_revisions": { - "delete_note_revisions": "Eliminar revisiones de notas", - "all_past_note_revisions": "Se eliminarán todas las revisiones anteriores de notas coincidentes. La nota en sí se conservará por completo. En otros términos, se eliminará el historial de la nota." - }, - "move_note": { - "move_note": "Mover nota", - "to": "a", - "target_parent_note": "nota padre objetivo", - "on_all_matched_notes": "En todas las notas coincidentes", - "move_note_new_parent": "mover nota al nuevo padre si la nota solo tiene un padre (es decir, la rama anterior es eliminada y una nueva rama es creada en el nuevo padre)", - "clone_note_new_parent": "clonar la nota al nuevo padre si la nota tiene múltiples clones/ramas (no es claro que rama debe de ser eliminada)", - "nothing_will_happen": "no pasará nada si la nota no se puede mover a la nota de destino (es decir, esto crearía un ciclo de árbol)" - }, - "rename_note": { - "rename_note": "Renombrar nota", - "rename_note_title_to": "Renombrar título de la nota a", - "new_note_title": "nuevo título de nota", - "click_help_icon": "Haga clic en el icono de ayuda a la derecha para ver todas las opciones", - "evaluated_as_js_string": "El valor dado se evalúa como una cadena de JavaScript y, por lo tanto, se puede enriquecer con contenido dinámico a través de la variable note inyectada (se cambia el nombre de la nota). Ejemplos:", - "example_note": "Nota: todas las notas coincidentes son renombradas a 'Nota'", - "example_new_title": "NUEVO: ${note.title} - los títulos de las notas coincidentes tienen el prefijo 'NUEVO: '", - "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - las notas coincidentes tienen el prefijo fecha-mes de creación de la nota", - "api_docs": "Consulte los documentos de API para nota y su propiedades dateCreatedObj/utcDateCreatedObj para obtener más detalles." - }, - "add_relation": { - "add_relation": "Agregar relación", - "relation_name": "nombre de relación", - "allowed_characters": "Se permiten caracteres alfanuméricos, guiones bajos y dos puntos.", - "to": "a", - "target_note": "nota de destino", - "create_relation_on_all_matched_notes": "En todas las notas coincidentes, cree una relación determinada." - }, - "delete_relation": { - "delete_relation": "Eliminar relación", - "relation_name": "nombre de relación", - "allowed_characters": "Se permiten caracteres alfanuméricos, guiones bajos y dos puntos." - }, - "rename_relation": { - "rename_relation": "Renombrar relación", - "rename_relation_from": "Renombrar relación de", - "old_name": "antiguo nombre", - "to": "A", - "new_name": "nuevo nombre", - "allowed_characters": "Se permiten caracteres alfanuméricos, guiones bajos y dos puntos." - }, - "update_relation_target": { - "update_relation": "Relación de actualización", - "relation_name": "nombre de la relación", - "allowed_characters": "Se permiten caracteres alfanuméricos, guiones bajos y dos puntos.", - "to": "a", - "target_note": "nota de destino", - "on_all_matched_notes": "En todas las notas coincidentes", - "change_target_note": "o cambiar la nota de destino de la relación existente", - "update_relation_target": "Actualizar destino de relación" - }, - "attachments_actions": { - "open_externally": "Abrir externamente", - "open_externally_title": "El archivo se abrirá en una aplicación externa y se observará en busca de cambios. Luego podrá volver a cargar la versión modificada en Trilium.", - "open_custom": "Abrir de forma personalizada", - "open_custom_title": "El archivo se abrirá en una aplicación externa y se observará en busca de cambios. Luego podrá volver a cargar la versión modificada en Trilium.", - "download": "Descargar", - "rename_attachment": "Renombrar archivo adjunto", - "upload_new_revision": "Subir nueva revisión", - "copy_link_to_clipboard": "Copiar enlace al portapapeles", - "convert_attachment_into_note": "Convertir archivo adjunto en nota", - "delete_attachment": "Eliminar archivo adjunto", - "upload_success": "Se ha subido una nueva revisión del archivo adjunto.", - "upload_failed": "Error al cargar una nueva revisión del archivo adjunto.", - "open_externally_detail_page": "Abrir un archivo adjunto externamente solo está disponible desde la página de detalles; primero haga clic en el detalle del archivo adjunto y repita la acción.", - "open_custom_client_only": "La apertura personalizada de archivos adjuntos solo se puede realizar desde el cliente.", - "delete_confirm": "¿Está seguro de que desea eliminar el archivo adjunto '{{title}}'?", - "delete_success": "El archivo adjunto '{{title}}' ha sido eliminado.", - "convert_confirm": "¿Está seguro de que desea convertir el archivo adjunto '{{title}}' en una nota separada?", - "convert_success": "El archivo adjunto '{{title}}' se ha convertido en una nota.", - "enter_new_name": "Por favor ingresa el nombre del nuevo archivo adjunto" - }, - "calendar": { - "mon": "Lun", - "tue": "Mar", - "wed": "Mié", - "thu": "Jue", - "fri": "Vie", - "sat": "Sáb", - "sun": "Dom", - "cannot_find_day_note": "No se puede encontrar la nota del día", - "cannot_find_week_note": "No se puede encontrar la nota de la semana", - "january": "Enero", - "february": "Febrero", - "march": "Marzo", - "april": "Abril", - "may": "Mayo", - "june": "Junio", - "july": "Julio", - "august": "Agosto", - "september": "Septiembre", - "october": "Octubre", - "november": "Noviembre", - "december": "Diciembre", - "week": "Semana", - "week_previous": "Semana anterior", - "week_next": "Semana siguiente", - "month": "Mes", - "month_previous": "Mes anterior", - "month_next": "Mes siguiente", - "year": "Año", - "year_previous": "Año anterior", - "year_next": "Año siguiente", - "list": "Lista", - "today": "Hoy" - }, - "close_pane_button": { - "close_this_pane": "Cerrar este panel" - }, - "create_pane_button": { - "create_new_split": "Crear nueva división" - }, - "edit_button": { - "edit_this_note": "Editar esta nota" - }, - "show_toc_widget_button": { - "show_toc": "Mostrar tabla de contenido" - }, - "show_highlights_list_widget_button": { - "show_highlights_list": "Mostrar lista de destacados" - }, - "global_menu": { - "menu": "Menú", - "options": "Opciones", - "open_new_window": "Abrir nueva ventana", - "switch_to_mobile_version": "Cambiar a la versión móvil", - "switch_to_desktop_version": "Cambiar a la versión de escritorio", - "zoom": "Zoom", - "toggle_fullscreen": "Alternar pantalla completa", - "zoom_out": "Alejar", - "reset_zoom_level": "Restablecer nivel de zoom", - "zoom_in": "Acercar", - "configure_launchbar": "Configurar la barra de inicio", - "show_shared_notes_subtree": "Mostrar subárbol de notas compartidas", - "advanced": "Avanzado", - "open_dev_tools": "Abrir herramientas de desarrollo", - "open_sql_console": "Abrir la consola SQL", - "open_sql_console_history": "Abrir el historial de la consola SQL", - "open_search_history": "Abrir historial de búsqueda", - "show_backend_log": "Mostrar registro de backend", - "reload_hint": "Recargar puede ayudar con algunos fallos visuales sin reiniciar toda la aplicación.", - "reload_frontend": "Recargar interfaz", - "show_hidden_subtree": "Mostrar subárbol oculto", - "show_help": "Mostrar ayuda", - "about": "Acerca de Trilium Notes", - "logout": "Cerrar sesión", - "show-cheatsheet": "Mostrar hoja de trucos", - "toggle-zen-mode": "Modo Zen", - "new-version-available": "Nueva actualización disponible", - "download-update": "Obtener versión {{latestVersion}}" - }, - "zen_mode": { - "button_exit": "Salir del modo Zen" - }, - "sync_status": { - "unknown": "

El estado de sincronización será conocido una vez que el siguiente intento de sincronización comience.

Dé clic para activar la sincronización ahora

", - "connected_with_changes": "

Conectado al servidor de sincronización.
Hay cambios pendientes que aún no se han sincronizado.

Dé clic para activar la sincronización.

", - "connected_no_changes": "

Conectado al servidor de sincronización.
Todos los cambios ya han sido sincronizados.

Dé clic para activar la sincronización.

", - "disconnected_with_changes": "

El establecimiento de la conexión con el servidor de sincronización no ha tenido éxito.
Hay algunos cambios pendientes que aún no se han sincronizado.

Dé clic para activar la sincronización.

", - "disconnected_no_changes": "

El establecimiento de la conexión con el servidor de sincronización no ha tenido éxito.
Todos los cambios conocidos han sido sincronizados.

Dé clic para activar la sincronización.

", - "in_progress": "La sincronización con el servidor está en progreso." - }, - "left_pane_toggle": { - "show_panel": "Mostrar panel", - "hide_panel": "Ocultar panel" - }, - "move_pane_button": { - "move_left": "Mover a la izquierda", - "move_right": "Mover a la derecha" - }, - "note_actions": { - "convert_into_attachment": "Convertir en archivo adjunto", - "re_render_note": "Volver a renderizar nota", - "search_in_note": "Buscar en nota", - "note_source": "Fuente de la nota", - "note_attachments": "Notas adjuntas", - "open_note_externally": "Abrir nota externamente", - "open_note_externally_title": "El archivo se abrirá en una aplicación externa y se observará en busca de cambios. Luego podrá volver a cargar la versión modificada en Trilium.", - "open_note_custom": "Abrir nota personalizada", - "import_files": "Importar archivos", - "export_note": "Exportar nota", - "delete_note": "Eliminar nota", - "print_note": "Imprimir nota", - "save_revision": "Guardar revisión", - "convert_into_attachment_failed": "La conversión de nota '{{title}}' falló.", - "convert_into_attachment_successful": "La nota '{{title}}' ha sido convertida a un archivo adjunto.", - "convert_into_attachment_prompt": "¿Está seguro que desea convertir la nota '{{title}}' en un archivo adjunto de la nota padre?", - "print_pdf": "Exportar como PDF...", - "open_note_on_server": "Abrir nota en servidor", - "view_revisions": "Revisiones de la nota...", - "advanced": "Avanzado", - "export_as_image": "Exportar como imagen", - "export_as_image_png": "PNG (ráster)", - "export_as_image_svg": "SVG (vectorial)", - "note_map": "Mapa de la nota" - }, - "onclick_button": { - "no_click_handler": "El widget de botón '{{componentId}}' no tiene un controlador de clics definido" - }, - "protected_session_status": { - "active": "La sesión protegida está activa. Dé clic para salir de la sesión protegida.", - "inactive": "Dé clic para ingresar a la sesión protegida" - }, - "revisions_button": { - "note_revisions": "Revisiones de nota" - }, - "update_available": { - "update_available": "Actualización disponible" - }, - "note_launcher": { - "this_launcher_doesnt_define_target_note": "Este lanzador no define la nota de destino." - }, - "code_buttons": { - "execute_button_title": "Ejecutar script", - "trilium_api_docs_button_title": "Abrir documentación de la API de Trilium", - "save_to_note_button_title": "Guardar en nota", - "opening_api_docs_message": "Abriendo documentación API...", - "sql_console_saved_message": "La nota de la consola SQL se ha guardado en {{note_path}}" - }, - "copy_image_reference_button": { - "button_title": "Copiar la referencia de la imagen al portapapeles; se puede pegar en una nota de texto." - }, - "hide_floating_buttons_button": { - "button_title": "Ocultar botones" - }, - "show_floating_buttons_button": { - "button_title": "Mostrar botones" - }, - "svg_export_button": { - "button_title": "Exportar diagrama como SVG" - }, - "relation_map_buttons": { - "create_child_note_title": "Crear una subnota y agregarla al mapa", - "reset_pan_zoom_title": "Restablecer la panorámica y el zoom a las coordenadas y ampliación iniciales", - "zoom_in_title": "Acercar", - "zoom_out_title": "Alejar" - }, - "zpetne_odkazy": { - "relation": "relación", - "backlink_one": "{{count}} Vínculo de retroceso", - "backlink_many": "{{count}} Vínculos de retroceso", - "backlink_other": "{{count}} Vínculos de retroceso" - }, - "mobile_detail_menu": { - "insert_child_note": "Insertar subnota", - "delete_this_note": "Eliminar esta nota", - "error_cannot_get_branch_id": "No se puede obtener el branchID del notePath '{{notePath}}'", - "error_unrecognized_command": "Comando no reconocido {{command}}", - "note_revisions": "Revisiones de notas", - "backlinks": "Vínculos de retroceso" - }, - "note_icon": { - "change_note_icon": "Cambiar icono de nota", - "search": "Búsqueda:", - "reset-default": "Restablecer a icono por defecto", - "search_placeholder_one": "Buscar {{number}} icono a través de {{count}} paquetes", - "search_placeholder_many": "Buscar {{number}} iconos a través de {{count}} paquetes", - "search_placeholder_other": "Buscar {{number}} iconos a través de {{count}} paquetes", - "search_placeholder_filtered": "Buscar {{number}} iconos en {{name}}", - "filter": "Filtro", - "filter-none": "Todos los iconos", - "filter-default": "Iconos predeterminados", - "icon_tooltip": "{{name}}\nPaquete de iconos: {{iconPack}}", - "no_results": "No se encontraron iconos." - }, - "basic_properties": { - "note_type": "Tipo de nota", - "editable": "Editable", - "basic_properties": "Propiedades básicas", - "language": "Idioma", - "configure_code_notes": "Configurar notas de código..." - }, - "book_properties": { - "view_type": "Tipo de vista", - "grid": "Cuadrícula", - "list": "Lista", - "collapse_all_notes": "Contraer todas las notas", - "collapse": "Colapsar", - "expand": "Expandir", - "invalid_view_type": "Tipo de vista inválida '{{type}}'", - "calendar": "Calendario", - "book_properties": "Propiedades de colección", - "table": "Tabla", - "geo-map": "Mapa Geo", - "board": "Tablero", - "include_archived_notes": "Mostrar notas archivadas", - "presentation": "Presentación", - "expand_tooltip": "Expande las subnotas inmediatas de esta colección (un nivel). Para más opciones, pulsa la flecha a la derecha.", - "expand_first_level": "Expandir hijos inmediatos", - "expand_nth_level": "Expandir {{depth}} niveles", - "expand_all_levels": "Expandir todos los niveles", - "hide_child_notes": "Ocultar subnotas en el árbol" - }, - "edited_notes": { - "no_edited_notes_found": "Aún no hay notas editadas en este día...", - "title": "Notas editadas", - "deleted": "(eliminado)" - }, - "file_properties": { - "note_id": "ID de nota", - "original_file_name": "Nombre del archivo original", - "file_type": "Tipo de archivo", - "file_size": "Tamaño del archivo", - "download": "Descargar", - "open": "Abrir externamente", - "upload_new_revision": "Subir nueva revisión", - "upload_success": "Se ha subido una nueva revisión de archivo.", - "upload_failed": "Error al cargar una nueva revisión de archivo.", - "title": "Archivo" - }, - "image_properties": { - "original_file_name": "Nombre del archivo original", - "file_type": "Tipo de archivo", - "file_size": "Tamaño del archivo", - "download": "Descargar", - "open": "Abrir", - "copy_reference_to_clipboard": "Copiar referencia al portapapeles", - "upload_new_revision": "Subir nueva revisión", - "upload_success": "Se ha subido una nueva revisión de imagen.", - "upload_failed": "Error al cargar una nueva revisión de imagen: {{message}}", - "title": "Imagen" - }, - "inherited_attribute_list": { - "title": "Atributos heredados", - "no_inherited_attributes": "Sin atributos heredados.", - "none": "ninguno" - }, - "note_info_widget": { - "note_id": "ID de nota", - "created": "Creado", - "modified": "Modificado", - "type": "Tipo", - "note_size": "Tamaño de nota", - "note_size_info": "El tamaño de la nota proporciona una estimación aproximada de los requisitos de almacenamiento para esta nota. Toma en cuenta el contenido de la nota y el contenido de sus revisiones de nota.", - "calculate": "calcular", - "subtree_size": "(tamaño del subárbol: {{size}} en {{count}} notas)", - "title": "Información de nota", - "mime": "Tipo MIME", - "show_similar_notes": "Mostrar notas similares" - }, - "note_map": { - "open_full": "Ampliar al máximo", - "collapse": "Contraer al tamaño normal", - "title": "Mapa de notas", - "fix-nodes": "Fijar nodos", - "link-distance": "Distancia de enlace" - }, - "note_paths": { - "title": "Rutas de nota", - "clone_button": "Clonar nota a nueva ubicación...", - "intro_placed": "Esta nota está colocada en las siguientes rutas:", - "intro_not_placed": "Esta nota aún no se ha colocado en el árbol de notas.", - "outside_hoisted": "Esta ruta está fuera de la nota anclada y habría que bajarla.", - "archived": "Archivado", - "search": "Buscar" - }, - "note_properties": { - "this_note_was_originally_taken_from": "Esta nota fue tomada originalmente de:", - "info": "Información" - }, - "owned_attribute_list": { - "owned_attributes": "Atributos propios" - }, - "promoted_attributes": { - "promoted_attributes": "Atributos promovidos", - "unset-field-placeholder": "no establecido", - "url_placeholder": "http://sitioweb...", - "open_external_link": "Abrir enlace externo", - "unknown_label_type": "Tipo de etiqueta desconocido '{{type}}'", - "unknown_attribute_type": "Tipo de atributo desconocido '{{type}}'", - "add_new_attribute": "Agregar nuevo atributo", - "remove_this_attribute": "Eliminar este atributo", - "remove_color": "Eliminar la etiqueta del color" - }, - "script_executor": { - "query": "Consulta", - "script": "Script", - "execute_query": "Ejecutar consulta", - "execute_script": "Ejecutar script" - }, - "search_definition": { - "add_search_option": "Agregar opción de búsqueda:", - "search_string": "cadena de búsqueda", - "search_script": "script de búsqueda", - "ancestor": "antepasado", - "fast_search": "búsqueda rápida", - "fast_search_description": "La opción de búsqueda rápida desactiva la búsqueda de texto completo del contenido de las notas, lo que podría acelerar la búsqueda en bases de datos grandes.", - "include_archived": "incluir notas archivadas", - "include_archived_notes_description": "Las notas archivadas se excluyen por defecto de los resultados de búsqueda; con esta opción se incluirán.", - "order_by": "ordenar por", - "limit": "límite", - "limit_description": "Limitar el número de resultados", - "debug": "depurar", - "debug_description": "La depuración imprimirá información de depuración adicional en la consola para ayudar a depurar consultas complejas", - "action": "acción", - "search_button": "Buscar", - "search_execute": "Buscar y ejecutar acciones", - "save_to_note": "Guardar en nota", - "search_parameters": "Parámetros de búsqueda", - "unknown_search_option": "Opción de búsqueda desconocida {{searchOptionName}}", - "search_note_saved": "La nota de búsqueda se ha guardado en {{- notePathTitle}}", - "actions_executed": "Las acciones han sido ejecutadas.", - "view_options": "Ver opciones:" - }, - "similar_notes": { - "title": "Notas similares", - "no_similar_notes_found": "No se encontraron notas similares." - }, - "abstract_search_option": { - "remove_this_search_option": "Eliminar esta opción de búsqueda", - "failed_rendering": "Error al renderizar opción de búsqueda: {{dto}} con error: {{error}} {{stack}}" - }, - "ancestor": { - "label": "Antepasado", - "placeholder": "buscar nota por su nombre", - "depth_label": "profundidad", - "depth_doesnt_matter": "no importa", - "depth_eq": "es exactamente {{count}}", - "direct_children": "hijos directos", - "depth_gt": "es mayor que {{count}}", - "depth_lt": "es menor que {{count}}" - }, - "debug": { - "debug": "Depurar", - "debug_info": "Al depurar se imprimirá información de depuración adicional en la consola para ayudar a depurar consultas complejas.", - "access_info": "Para acceder a la información de depuración, ejecute la consulta y dé clic en \"Mostrar registro de backend\" en la esquina superior izquierda." - }, - "fast_search": { - "fast_search": "Búsqueda rápida", - "description": "La opción de búsqueda rápida desactiva la búsqueda de texto completo del contenido de las notas, lo que podría acelerar la búsqueda en bases de datos grandes." - }, - "include_archived_notes": { - "include_archived_notes": "Incluir notas archivadas" - }, - "limit": { - "limit": "Límite", - "take_first_x_results": "Tomar solo los primeros X resultados especificados." - }, - "order_by": { - "order_by": "Ordenar por", - "relevancy": "Relevancia (predeterminado)", - "title": "Título", - "date_created": "Fecha de creación", - "date_modified": "Fecha de la última modificación", - "content_size": "Tamaño del contenido de la nota", - "content_and_attachments_size": "Tenga en cuenta el tamaño del contenido, incluidos los archivos adjuntos", - "content_and_attachments_and_revisions_size": "Tenga en cuenta el tamaño del contenido, incluidos los archivos adjuntos y las revisiones", - "revision_count": "Número de revisiones", - "children_count": "Número de subnotas", - "parent_count": "Número de clones", - "owned_label_count": "Número de etiquetas", - "owned_relation_count": "Número de relaciones", - "target_relation_count": "Número de relaciones dirigidas a la nota", - "random": "Orden aleatorio", - "asc": "Ascendente (predeterminado)", - "desc": "Descendente" - }, - "search_script": { - "title": "Script de búsqueda:", - "placeholder": "buscar nota por su nombre", - "description1": "El script de búsqueda permite definir los resultados de la búsqueda ejecutando un script. Esto proporciona la máxima flexibilidad cuando la búsqueda estándar no es suficiente.", - "description2": "El script de búsqueda debe ser de tipo \"código\" y subtipo \"JavaScript backend\". El script tiene que devolver un arreglo de noteIds o notas.", - "example_title": "Véa este ejemplo:", - "example_code": "// 1. prefiltro usando búsqueda estandar\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. aplicar criterios de búsqueda personalizada\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", - "note": "Tenga en cuenta que el script de búsqueda y la cadena de búsqueda no se pueden combinar entre sí." - }, - "search_string": { - "title_column": "Cadena de búsqueda:", - "placeholder": "palabras clave de texto completo, #etiqueta = valor...", - "search_syntax": "Sintaxis de búsqueda", - "also_see": "ver también", - "complete_help": "ayuda completa sobre la sintaxis de búsqueda", - "full_text_search": "Simplemente ingrese cualquier texto para realizar una búsqueda de texto completo", - "label_abc": "devuelve notas con etiqueta abc", - "label_year": "coincide con las notas con el año de la etiqueta que tiene valor 2019", - "label_rock_pop": "coincide con notas que tienen etiquetas tanto de rock como de pop", - "label_rock_or_pop": "sólo una de las etiquetas debe estar presente", - "label_year_comparison": "comparación numérica (también >, >=, <).", - "label_date_created": "notas creadas en el último mes", - "error": "Error de búsqueda: {{error}}", - "search_prefix": "Buscar:" - }, - "attachment_detail": { - "open_help_page": "Abrir página de ayuda en archivos adjuntos", - "owning_note": "Nota dueña: ", - "you_can_also_open": ", también puede abrir el ", - "list_of_all_attachments": "Lista de todos los archivos adjuntos", - "attachment_deleted": "Este archivo adjunto ha sido eliminado." - }, - "attachment_list": { - "open_help_page": "Abrir página de ayuda en archivos adjuntos", - "owning_note": "Nota dueña: ", - "upload_attachments": "Subir archivos adjuntos", - "no_attachments": "Esta nota no tiene archivos adjuntos." - }, - "book": { - "no_children_help": "Esta nota de tipo libro no tiene ninguna subnota así que no hay nada que mostrar. Véa la wiki para más detalles.", - "drag_locked_title": "Bloqueado para edición", - "drag_locked_message": "No se permite Arrastrar pues la colección está bloqueada para edición." - }, - "editable_code": { - "placeholder": "Escriba el contenido de su nota de código aquí..." - }, - "editable_text": { - "placeholder": "Escribe aquí el contenido de tu nota...", - "auto-detect-language": "Detectado automáticamente", - "editor_crashed_title": "El editor de texto ha dejado de responder", - "editor_crashed_content": "Su contenido ha sido recuperado con éxito, pero puede que algunos de sus cambios más recientes no se hayan guardado.", - "editor_crashed_details_button": "Ver más detalles...", - "editor_crashed_details_intro": "Si experimenta este error varias veces, considere informarlo en GitHub adjuntando la siguiente información.", - "editor_crashed_details_title": "Información técnica", - "keeps-crashing": "El componente de edición sigue fallando. Por favor, intente reiniciar Trilium. Si el problema persiste, considere crear un informe de fallos." - }, - "empty": { - "open_note_instruction": "Abra una nota escribiendo el título de la nota en la entrada a continuación o elija una nota en el árbol.", - "search_placeholder": "buscar una nota por su nombre", - "enter_workspace": "Ingresar al espacio de trabajo {{title}}" - }, - "file": { - "file_preview_not_available": "La vista previa del archivo no está disponible para este formato de archivo.", - "too_big": "La vista previa solo muestra los primeros {{maxNumChars}} caracteres del archivo por razones de rendimiento. Descargue el archivo y ábralo externamente para poder ver todo el contenido." - }, - "protected_session": { - "enter_password_instruction": "Para mostrar una nota protegida es necesario ingresar su contraseña:", - "start_session_button": "Iniciar sesión protegida", - "started": "La sesión protegida ha iniciado.", - "wrong_password": "Contraseña incorrecta.", - "protecting-finished-successfully": "La protección finalizó exitosamente.", - "unprotecting-finished-successfully": "La desprotección finalizó exitosamente.", - "protecting-in-progress": "Protección en progreso: {{count}}", - "unprotecting-in-progress-count": "Desprotección en progreso: {{count}}", - "protecting-title": "Estado de protección", - "unprotecting-title": "Estado de desprotección" - }, - "relation_map": { - "open_in_new_tab": "Abrir en nueva pestaña", - "remove_note": "Quitar nota", - "edit_title": "Editar título", - "rename_note": "Cambiar nombre de nota", - "enter_new_title": "Ingrese el nuevo título de la nota:", - "remove_relation": "Eliminar relación", - "confirm_remove_relation": "¿Estás seguro de que deseas eliminar la relación?", - "specify_new_relation_name": "Especifique el nuevo nombre de la relación (caracteres permitidos: alfanuméricos, dos puntos y guión bajo):", - "connection_exists": "La conexión '{{name}}' entre estas notas ya existe.", - "start_dragging_relations": "Empiece a arrastrar relaciones desde aquí y suéltelas en otra nota.", - "note_not_found": "¡Nota {{noteId}} no encontrada!", - "cannot_match_transform": "No se puede coincidir con la transformación: {{transform}}", - "note_already_in_diagram": "La nota \"{{title}}\" ya está en el diagrama.", - "enter_title_of_new_note": "Ingrese el título de la nueva nota", - "default_new_note_title": "nueva nota", - "click_on_canvas_to_place_new_note": "Haga clic en el lienzo para colocar una nueva nota" - }, - "render": { - "note_detail_render_help_1": "Esta nota de ayuda se muestra porque esta nota de tipo Renderizar HTML no tiene la relación requerida para funcionar correctamente.", - "note_detail_render_help_2": "El tipo de nota Render HTML es usado para scripting. De forma resumida, tiene una nota con código HTML (opcionalmente con algo de JavaScript) y esta nota la renderizará. Para que funcione, es necesario definir una relación llamada \"renderNote\" apuntando a la nota HTML nota a renderizar." - }, - "web_view": { - "web_view": "Vista web", - "embed_websites": "La nota de tipo Web View le permite insertar sitios web en Trilium.", - "create_label": "Para comenzar, por favor cree una etiqueta con una dirección URL que desee empotrar, e.g. #webViewSrc=\"https://www.google.com\"" - }, - "backend_log": { - "refresh": "Refrescar" - }, - "consistency_checks": { - "title": "Comprobación de coherencia", - "find_and_fix_button": "Buscar y solucionar problemas de coherencia", - "finding_and_fixing_message": "Buscando y solucionando problemas de coherencia...", - "issues_fixed_message": "Los problemas de coherencia han sido solucionados." - }, - "database_anonymization": { - "title": "Anonimización de bases de datos", - "full_anonymization": "Anonimización total", - "full_anonymization_description": "Esta acción creará una nueva copia de la base de datos y la anonimizará (eliminará todo el contenido de las notas y dejará solo la estructura y algunos metadatos no confidenciales) para compartirla en línea con fines de depuración sin temor a filtrar sus datos personales.", - "save_fully_anonymized_database": "Guarde la base de datos completamente anónima", - "light_anonymization": "Anonimización ligera", - "light_anonymization_description": "Esta acción creará una nueva copia de la base de datos y realizará una ligera anonimización en ella; específicamente, solo se eliminará el contenido de todas las notas, pero los títulos y atributos permanecerán. Además, se mantendrán las notas de script JS frontend/backend personalizadas y los widgets personalizados. Esto proporciona más contexto para depurar los problemas.", - "choose_anonymization": "Puede decidir usted mismo si desea proporcionar una base de datos total o ligeramente anónima. Incluso una base de datos totalmente anónima es muy útil; sin embargo, en algunos casos, una base de datos ligeramente anónima puede acelerar el proceso de identificación y corrección de errores.", - "save_lightly_anonymized_database": "Guarde una base de datos ligeramente anónima", - "existing_anonymized_databases": "Bases de datos anónimas existentes", - "creating_fully_anonymized_database": "Creando una base de datos totalmente anónima...", - "creating_lightly_anonymized_database": "Creando una base de datos ligeramente anónima...", - "error_creating_anonymized_database": "No se pudo crear una base de datos anónima; consulte los registros de backend para obtener más detalles", - "successfully_created_fully_anonymized_database": "Se creó una base de datos completamente anónima en {{anonymizedFilePath}}", - "successfully_created_lightly_anonymized_database": "Se creó una base de datos ligeramente anónima en {{anonymizedFilePath}}", - "no_anonymized_database_yet": "Aún no hay base de datos anónima." - }, - "database_integrity_check": { - "title": "Verificación de integridad de la base de datos", - "description": "Esto verificará que la base de datos no esté dañada en el nivel SQLite. Puede que tarde algún tiempo, dependiendo del tamaño de la base de datos.", - "check_button": "Verificar la integridad de la base de datos", - "checking_integrity": "Comprobando la integridad de la base de datos...", - "integrity_check_succeeded": "La verificación de integridad fue exitosa; no se encontraron problemas.", - "integrity_check_failed": "La verificación de integridad falló: {{results}}" - }, - "sync": { - "title": "Sincronizar", - "force_full_sync_button": "Forzar sincronización completa", - "fill_entity_changes_button": "Llenar registros de cambios de entidad", - "full_sync_triggered": "Sincronización completa activada", - "filling_entity_changes": "Rellenar filas de cambios de entidad...", - "sync_rows_filled_successfully": "Sincronizar filas completadas correctamente", - "finished-successfully": "La sincronización finalizó exitosamente.", - "failed": "La sincronización falló: {{message}}" - }, - "vacuum_database": { - "title": "Limpiar base de datos", - "description": "Esto reconstruirá la base de datos, lo que normalmente dará como resultado un archivo de base de datos más pequeño. En realidad, no se cambiará ningún dato.", - "button_text": "Limpiar base de datos", - "vacuuming_database": "Limpiando base de datos...", - "database_vacuumed": "La base de datos ha sido limpiada" - }, - "fonts": { - "theme_defined": "Tema definido", - "fonts": "Fuentes", - "main_font": "Fuente principal", - "font_family": "Familia de fuentes", - "size": "Tamaño", - "note_tree_font": "Fuente del árbol de notas", - "note_detail_font": "Fuente de detalle de nota", - "monospace_font": "Fuente Monospace (código)", - "note_tree_and_detail_font_sizing": "Tenga en cuenta que el tamaño de fuente del árbol y de los detalles es relativo a la configuración del tamaño de fuente principal.", - "not_all_fonts_available": "Es posible que no todas las fuentes enumeradas estén disponibles en su sistema.", - "apply_font_changes": "Para aplicar cambios de fuente, haga clic en", - "reload_frontend": "recargar la interfaz", - "generic-fonts": "Fuentes genéricas", - "sans-serif-system-fonts": "Fuentes Sans-serif del sistema", - "serif-system-fonts": "Fuentes Serif del sistema", - "monospace-system-fonts": "Fuentes Monoespaciadas del sistema", - "handwriting-system-fonts": "Fuentes a mano alzada del sistema", - "serif": "Serif", - "sans-serif": "Sans Serif", - "monospace": "Monoespaciada", - "system-default": "Predeterminada del sistema" - }, - "max_content_width": { - "title": "Ancho del contenido", - "default_description": "Trilium limita de forma predeterminada el ancho máximo del contenido para mejorar la legibilidad de ventanas maximizadas en pantallas anchas.", - "max_width_label": "Ancho máximo del contenido en píxeles", - "max_width_unit": "píxeles", - "centerContent": "Mantener el contenido centrado" - }, - "native_title_bar": { - "title": "Barra de título nativa (requiere reiniciar la aplicación)", - "enabled": "activado", - "disabled": "desactivado" - }, - "ribbon": { - "widgets": "Widgets de cinta", - "promoted_attributes_message": "La pestaña de la cinta Atributos promovidos se abrirá automáticamente si los atributos promovidos están presentes en la nota", - "edited_notes_message": "La pestaña de la cinta Notas editadas se abrirá automáticamente en las notas del día" - }, - "theme": { - "title": "Tema", - "theme_label": "Tema", - "override_theme_fonts_label": "Sobreescribir fuentes de tema", - "triliumnext": "Trilium (Sigue el esquema de color del sistema)", - "triliumnext-light": "Trilium (Claro)", - "triliumnext-dark": "Trilium (Oscuro)", - "layout": "Disposición", - "layout-vertical-title": "Vertical", - "layout-horizontal-title": "Horizontal", - "layout-vertical-description": "la barra del lanzador está en la izquierda (por defecto)", - "layout-horizontal-description": "la barra de lanzamiento está debajo de la barra de pestañas, la barra de pestañas ahora tiene ancho completo.", - "auto_theme": "Heredado (Sigue el esquema de colores del sistema)", - "light_theme": "Heredado (Claro)", - "dark_theme": "Heredado (Oscuro)" - }, - "ai_llm": { - "not_started": "No iniciado", - "title": "IA y ajustes de embeddings", - "processed_notes": "Notas procesadas", - "total_notes": "Notas totales", - "progress": "Progreso", - "queued_notes": "Notas en fila", - "failed_notes": "Notas fallidas", - "last_processed": "Última procesada", - "refresh_stats": "Recargar estadísticas", - "enable_ai_features": "Habilitar características IA/LLM", - "enable_ai_description": "Habilitar características de IA como resumen de notas, generación de contenido y otras capacidades LLM", - "openai_tab": "OpenAI", - "anthropic_tab": "Anthropic", - "voyage_tab": "Voyage AI", - "ollama_tab": "Ollama", - "enable_ai": "Habilitar características IA/LLM", - "enable_ai_desc": "Habilitar características de IA como resumen de notas, generación de contenido y otras capacidades LLM", - "provider_configuration": "Configuración de proveedor de IA", - "provider_precedence": "Precedencia de proveedor", - "provider_precedence_description": "Lista de proveedores en orden de precedencia separada por comas (p.e., 'openai,anthropic,ollama')", - "temperature": "Temperatura", - "temperature_description": "Controla la aleatoriedad de las respuestas (0 = determinista, 2 = aleatoriedad máxima)", - "system_prompt": "Mensaje de sistema", - "system_prompt_description": "Mensaje de sistema predeterminado utilizado para todas las interacciones de IA", - "openai_configuration": "Configuración de OpenAI", - "openai_settings": "Ajustes de OpenAI", - "api_key": "Clave API", - "url": "URL base", - "model": "Modelo", - "openai_api_key_description": "Tu clave API de OpenAI para acceder a sus servicios de IA", - "anthropic_api_key_description": "Tu clave API de Anthropic para acceder a los modelos Claude", - "default_model": "Modelo por defecto", - "openai_model_description": "Ejemplos: gpt-4o, gpt-4-turbo, gpt-3.5-turbo", - "base_url": "URL base", - "openai_url_description": "Por defecto: https://api.openai.com/v1", - "anthropic_settings": "Ajustes de Anthropic", - "anthropic_url_description": "URL base para la API de Anthropic (por defecto: https://api.anthropic.com)", - "anthropic_model_description": "Modelos Claude de Anthropic para el completado de chat", - "voyage_settings": "Ajustes de Voyage AI", - "ollama_settings": "Ajustes de Ollama", - "ollama_url_description": "URL para la API de Ollama (por defecto: http://localhost:11434)", - "ollama_model_description": "Modelo de Ollama a usar para el completado de chat", - "anthropic_configuration": "Configuración de Anthropic", - "voyage_configuration": "Configuración de Voyage AI", - "voyage_url_description": "Por defecto: https://api.voyageai.com/v1", - "ollama_configuration": "Configuración de Ollama", - "enable_ollama": "Habilitar Ollama", - "enable_ollama_description": "Habilitar Ollama para uso de modelo de IA local", - "ollama_url": "URL de Ollama", - "ollama_model": "Modelo de Ollama", - "refresh_models": "Refrescar modelos", - "refreshing_models": "Refrescando...", - "enable_automatic_indexing": "Habilitar indexado automático", - "rebuild_index": "Recrear índice", - "rebuild_index_error": "Error al comenzar la reconstrucción del índice. Consulte los registros para más detalles.", - "note_title": "Título de nota", - "error": "Error", - "last_attempt": "Último intento", - "actions": "Acciones", - "retry": "Reintentar", - "partial": "{{ percentage }}% completado", - "retry_queued": "Nota en la cola para reintento", - "retry_failed": "Hubo un fallo al poner en la cola a la nota para reintento", - "max_notes_per_llm_query": "Máximo de notas por consulta", - "max_notes_per_llm_query_description": "Número máximo de notas similares a incluir en el contexto IA", - "active_providers": "Proveedores activos", - "disabled_providers": "Proveedores deshabilitados", - "remove_provider": "Eliminar proveedor de la búsqueda", - "restore_provider": "Restaurar proveedor a la búsqueda", - "similarity_threshold": "Bias de similaridad", - "similarity_threshold_description": "Puntuación de similaridad mínima (0-1) para incluir notas en el contexto para consultas LLM", - "reprocess_index": "Reconstruir el índice de búsqueda", - "reprocessing_index": "Reconstruyendo...", - "reprocess_index_started": "La optimización de índice de búsqueda comenzó en segundo plano", - "reprocess_index_error": "Error al reconstruir el índice de búsqueda", - "index_rebuild_progress": "Progreso de reconstrucción de índice", - "index_rebuilding": "Optimizando índice ({{percentage}}%)", - "index_rebuild_complete": "Optimización de índice completa", - "index_rebuild_status_error": "Error al comprobar el estado de reconstrucción del índice", - "never": "Nunca", - "processing": "Procesando ({{percentage}}%)", - "incomplete": "Incompleto ({{percentage}}%)", - "complete": "Completo (100%)", - "refreshing": "Refrescando...", - "auto_refresh_notice": "Refrescar automáticamente cada {{seconds}} segundos", - "note_queued_for_retry": "Nota en la cola para reintento", - "failed_to_retry_note": "Hubo un fallo al reintentar nota", - "all_notes_queued_for_retry": "Todas las notas con fallo agregadas a la cola para reintento", - "failed_to_retry_all": "Hubo un fallo al reintentar notas", - "ai_settings": "Ajustes de IA", - "api_key_tooltip": "Clave API para acceder al servicio", - "empty_key_warning": { - "anthropic": "La clave API de Anthropic está vacía. Por favor, ingrese una clave API válida.", - "openai": "La clave API de OpenAI está vacía. Por favor, ingrese una clave API válida.", - "voyage": "La clave API de Voyage está vacía. Por favor, ingrese una clave API válida.", - "ollama": "La clave API de Ollama está vacía. Por favor, ingrese una clave API válida." + "confirm": { + "confirmation": "Confirmación", + "cancel": "Cancelar", + "ok": "Aceptar", + "are_you_sure_remove_note": "¿Está seguro que desea eliminar la nota \"{{title}}\" del mapa de relaciones? ", + "if_you_dont_check": "Si no marca esto, la nota solo se eliminará del mapa de relaciones.", + "also_delete_note": "También eliminar la nota" }, - "agent": { - "processing": "Procesando...", - "thinking": "Pensando...", - "loading": "Cargando...", - "generating": "Generando..." + "delete_notes": { + "delete_notes_preview": "Eliminar vista previa de notas", + "close": "Cerrar", + "delete_all_clones_description": "Eliminar también todos los clones (se puede deshacer en cambios recientes)", + "erase_notes_description": "La eliminación normal (suave) solo marca las notas como eliminadas y se pueden recuperar (en el cuadro de diálogo de cambios recientes) dentro de un periodo de tiempo. Al marcar esta opción se borrarán las notas inmediatamente y no será posible recuperarlas.", + "erase_notes_warning": "Eliminar notas permanentemente (no se puede deshacer), incluidos todos los clones. Esto forzará la recarga de la aplicación.", + "notes_to_be_deleted": "Las siguientes notas serán eliminadas ({{notesCount}})", + "no_note_to_delete": "No se eliminará ninguna nota (solo clones).", + "broken_relations_to_be_deleted": "Las siguientes relaciones se romperán y serán eliminadas ({{ relationCount}})", + "cancel": "Cancelar", + "ok": "Aceptar", + "deleted_relation_text": "Nota {{- note}} (para ser eliminada) está referenciado por la relación {{- relation}} que se origina en {{- source}}." }, - "name": "IA", - "openai": "OpenAI", - "use_enhanced_context": "Utilizar contexto mejorado", - "enhanced_context_description": "Provee a la IA con más contexto de la nota y sus notas relacionadas para obtener mejores respuestas", - "show_thinking": "Mostrar pensamiento", - "show_thinking_description": "Mostrar la cadena del proceso de pensamiento de la IA", - "enter_message": "Ingrese su mensaje...", - "error_contacting_provider": "Error al contactar con su proveedor de IA. Por favor compruebe sus ajustes y conexión a internet.", - "error_generating_response": "Error al generar respuesta de IA", - "index_all_notes": "Indexar todas las notas", - "index_status": "Estado de índice", - "indexed_notes": "Notas indexadas", - "indexing_stopped": "Indexado detenido", - "indexing_in_progress": "Indexado en progreso...", - "last_indexed": "Último indexado", - "note_chat": "Chat de nota", - "sources": "Fuentes", - "start_indexing": "Comenzar indexado", - "use_advanced_context": "Usar contexto avanzado", - "ollama_no_url": "Ollama no está configurado. Por favor ingrese una URL válida.", - "chat": { - "root_note_title": "Chats de IA", - "root_note_content": "Esta nota contiene tus conversaciones de chat de IA guardadas.", - "new_chat_title": "Nuevo chat", - "create_new_ai_chat": "Crear nuevo chat de IA" + "export": { + "export_note_title": "Exportar nota", + "close": "Cerrar", + "export_type_subtree": "Esta nota y todos sus descendientes", + "format_html": "HTML - ya que preserva todo el formato", + "format_html_zip": "HTML en un archivo ZIP: se recomienda ya que conserva todo el formato.", + "format_markdown": "Markdown: esto conserva la mayor parte del formato.", + "format_opml": "OPML: formato de intercambio de esquemas solo para texto. El formato, las imágenes y los archivos no están incluidos.", + "opml_version_1": "OPML v1.0: solo texto sin formato", + "opml_version_2": "OPML v2.0 - también permite HTML", + "export_type_single": "Sólo esta nota sin sus descendientes", + "export": "Exportar", + "choose_export_type": "Por favor, elija primero el tipo de exportación", + "export_status": "Estado de exportación", + "export_in_progress": "Exportación en curso: {{progressCount}}", + "export_finished_successfully": "La exportación finalizó exitosamente.", + "format_pdf": "PDF - para propósitos de impresión o compartición.", + "share-format": "HTML para publicación web: utiliza el mismo tema que se utiliza en las notas compartidas, pero se puede publicar como un sitio web estático." }, - "create_new_ai_chat": "Crear nuevo chat de IA", - "configuration_warnings": "Hay algunos problemas con su configuración de IA. Por favor compruebe sus ajustes.", - "experimental_warning": "La característica de LLM aún es experimental - ha sido advertido.", - "selected_provider": "Proveedor seleccionado", - "selected_provider_description": "Elija el proveedor de IA para el chat y características de completado", - "select_model": "Seleccionar modelo...", - "select_provider": "Seleccionar proveedor...", - "ai_enabled": "Características de IA activadas", - "ai_disabled": "Características de IA desactivadas", - "no_models_found_online": "No se encontraron modelos. Por favor, comprueba tu clave de API y la configuración.", - "no_models_found_ollama": "No se encontraron modelos de Ollama. Por favor, comprueba si Ollama se está ejecutando.", - "error_fetching": "Error al obtener los modelos: {{error}}" - }, - "zoom_factor": { - "title": "Factor de zoom (solo versión de escritorio)", - "description": "El zoom también se puede controlar con los atajos CTRL+- y CTRL+=." - }, - "code_auto_read_only_size": { - "title": "Tamaño automático de solo lectura", - "description": "El tamaño de nota de solo lectura automático es el tamaño después del cual las notas se mostrarán en modo de solo lectura (por razones de rendimiento).", - "label": "Tamaño automático de solo lectura (notas de código)", - "unit": "caracteres" - }, - "code-editor-options": { - "title": "Editor" - }, - "code_mime_types": { - "title": "Tipos MIME disponibles en el menú desplegable", - "tooltip_syntax_highlighting": "Resaltado de sintaxis", - "tooltip_code_block_syntax": "Bloques de código en Notas de texto", - "tooltip_code_note_syntax": "Notas de código" - }, - "vim_key_bindings": { - "use_vim_keybindings_in_code_notes": "Combinaciones de teclas Vim", - "enable_vim_keybindings": "Habilitar los atajos de teclas de Vim en la notas de código (no es modo ex)" - }, - "wrap_lines": { - "wrap_lines_in_code_notes": "Ajustar líneas en notas de código", - "enable_line_wrap": "Habilitar ajuste de línea (es posible que el cambio requiera una recarga de interfaz para que surta efecto)" - }, - "images": { - "images_section_title": "Imágenes", - "download_images_automatically": "Descargar imágenes automáticamente para usarlas sin conexión.", - "download_images_description": "El HTML pegado puede contener referencias a imágenes en línea; Trilium encontrará esas referencias y descargará las imágenes para que estén disponibles sin conexión.", - "enable_image_compression": "Habilitar la compresión de imágenes", - "max_image_dimensions": "Ancho/alto máximo de una imagen en píxeles (la imagen cambiará de tamaño si excede esta configuración).", - "max_image_dimensions_unit": "píxeles", - "jpeg_quality_description": "Calidad JPEG (10 - peor calidad, 100 - mejor calidad, se recomienda 50 - 85)" - }, - "attachment_erasure_timeout": { - "attachment_erasure_timeout": "Tiempo de espera para borrar archivos adjuntos", - "attachment_auto_deletion_description": "Los archivos adjuntos se eliminan (y borran) automáticamente si ya no se hace referencia a ellos en su nota después de un tiempo de espera definido.", - "erase_attachments_after": "Borrar archivos adjuntos después de:", - "manual_erasing_description": "También puede activar el borrado manualmente (sin considerar el tiempo de espera definido anteriormente):", - "erase_unused_attachments_now": "Borrar ahora los archivos adjuntos no utilizados en la nota", - "unused_attachments_erased": "Los archivos adjuntos no utilizados se han eliminado." - }, - "network_connections": { - "network_connections_title": "Conexiones de red", - "check_for_updates": "Buscar actualizaciones automáticamente" - }, - "note_erasure_timeout": { - "note_erasure_timeout_title": "Tiempo de espera de borrado de notas", - "note_erasure_description": "Las notas eliminadas (y los atributos, las revisiones ...) en principio solo están marcadas como eliminadas y es posible recuperarlas del diálogo de Notas recientes. Después de un período de tiempo, las notas eliminadas son \" borradas\", lo que significa que su contenido ya no es recuperable. Esta configuración le permite configurar la longitud del período entre eliminar y borrar la nota.", - "erase_notes_after": "Borrar notas después de:", - "manual_erasing_description": "También puede activar el borrado manualmente (sin considerar el tiempo de espera definido anteriormente):", - "erase_deleted_notes_now": "Borrar notas eliminadas ahora", - "deleted_notes_erased": "Las notas eliminadas han sido borradas." - }, - "revisions_snapshot_interval": { - "note_revisions_snapshot_interval_title": "Intervalo de instantáneas de revisiones de notas", - "note_revisions_snapshot_description": "El intervalo de tiempo de la instantánea de revisión de nota es el tiempo después de lo cual se creará una nueva revisión para la nota. Ver wiki para obtener más información.", - "snapshot_time_interval_label": "Intervalo de tiempo de la instantánea de revisión de notas:" - }, - "revisions_snapshot_limit": { - "note_revisions_snapshot_limit_title": "Límite de respaldos de revisiones de nota", - "note_revisions_snapshot_limit_description": "El límite de número de respaldos de revisiones de notas se refiere al número máximo de revisiones que pueden guardarse para cada nota. Donde -1 significa sin límite, 0 significa borrar todas las revisiones. Puede establecer el máximo de revisiones para una sola nota a través de la etiqueta #versioningLimit.", - "snapshot_number_limit_label": "Número límite de respaldos de revisiones de nota:", - "snapshot_number_limit_unit": "respaldos", - "erase_excess_revision_snapshots": "Eliminar el exceso de respaldos de revisiones ahora", - "erase_excess_revision_snapshots_prompt": "El exceso de respaldos de revisiones han sido eliminadas." - }, - "search_engine": { - "title": "Motor de búsqueda", - "custom_search_engine_info": "El motor de búsqueda personalizado requiere que se establezcan un nombre y una URL. Si alguno de estos no está configurado, DuckDuckGo se utilizará como motor de búsqueda predeterminado.", - "predefined_templates_label": "Plantillas de motor de búsqueda predefinidas", - "bing": "Bing", - "baidu": "Baidu", - "duckduckgo": "DuckDuckGo", - "google": "Google", - "custom_name_label": "Nombre del motor de búsqueda personalizado", - "custom_name_placeholder": "Personalizar el nombre del motor de búsqueda", - "custom_url_label": "La URL del motor de búsqueda personalizado debe incluir {keyword} como marcador de posición para el término de búsqueda.", - "custom_url_placeholder": "Personalizar la URL del motor de búsqueda", - "save_button": "Guardar" - }, - "tray": { - "title": "Bandeja de sistema", - "enable_tray": "Habilitar bandeja (es necesario reiniciar Trilium para que este cambio surta efecto)" - }, - "heading_style": { - "title": "Estilo de título", - "plain": "Plano", - "underline": "Subrayar", - "markdown": "Estilo Markdown" - }, - "highlights_list": { - "title": "Lista de puntos destacados", - "description": "Puede personalizar la lista de puntos destacados que se muestra en el panel derecho:", - "bold": "Texto en negrita", - "italic": "Texto en cursiva", - "underline": "Texto subrayado", - "color": "Texto con color", - "bg_color": "Texto con color de fondo", - "visibility_title": "Visibilidad de la lista de puntos destacados", - "visibility_description": "Puede ocultar el widget de puntos destacados por nota agregando la etiqueta #hideHighlightWidget.", - "shortcut_info": "Puede configurar un método abreviado de teclado para alternar rápidamente el panel derecho (incluidos los puntos destacados) en Opciones -> Atajos (nombre 'toggleRightPane')." - }, - "table_of_contents": { - "title": "Tabla de contenido", - "description": "La tabla de contenido aparecerá en las notas de texto cuando la nota tenga más de un número definido de títulos. Puede personalizar este número:", - "unit": "títulos", - "disable_info": "También puede utilizar esta opción para desactivar la TDC (TOC) de forma efectiva estableciendo un número muy alto.", - "shortcut_info": "Puede configurar un atajo de teclado para alternar rápidamente el panel derecho (incluido el TDC) en Opciones -> Atajos (nombre 'toggleRightPane')." - }, - "text_auto_read_only_size": { - "title": "Tamaño para modo de solo lectura automático", - "description": "El tamaño de nota de solo lectura automático es el tamaño después del cual las notas se mostrarán en modo de solo lectura (por razones de rendimiento).", - "label": "Tamaño para modo de solo lectura automático (notas de texto)", - "unit": "caracteres" - }, - "custom_date_time_format": { - "title": "Formato de fecha/hora personalizada", - "description": "Personalizar el formado de fecha y la hora insertada vía o la barra de herramientas. Véa la documentación de Day.js para más tokens de formato disponibles.", - "format_string": "Cadena de formato:", - "formatted_time": "Fecha/hora personalizada:" - }, - "i18n": { - "title": "Localización", - "language": "Idioma", - "first-day-of-the-week": "Primer día de la semana", - "sunday": "Domingo", - "monday": "Lunes", - "first-week-of-the-year": "Primer semana del año", - "first-week-contains-first-day": "Primer semana que contiene al primer día del año", - "first-week-contains-first-thursday": "Primer semana que contiene al primer jueves del año", - "first-week-has-minimum-days": "Primer semana que contiene un mínimo de días", - "min-days-in-first-week": "Días mínimos en la primer semana", - "first-week-info": "Primer semana que contiene al primer jueves del año está basado en el estándarISO 8601.", - "first-week-warning": "Cambiar las opciones de primer semana puede causar duplicados con las Notas Semanales existentes y las Notas Semanales existentes no serán actualizadas respectivamente.", - "formatting-locale": "Fecha y formato de número", - "tuesday": "Martes", - "wednesday": "Miércoles", - "thursday": "Jueves", - "friday": "Viernes", - "saturday": "Sábado", - "formatting-locale-auto": "Basado en el idioma de la aplicación" - }, - "backup": { - "automatic_backup": "Copia de seguridad automática", - "automatic_backup_description": "Trilium puede realizar copias de seguridad de la base de datos automáticamente:", - "enable_daily_backup": "Habilitar copia de seguridad diaria", - "enable_weekly_backup": "Habilitar copia de seguridad semanal", - "enable_monthly_backup": "Habilitar copia de seguridad mensual", - "backup_recommendation": "Se recomienda mantener la copia de seguridad activada, pero esto puede ralentizar el inicio de la aplicación con bases de datos grandes y/o dispositivos de almacenamiento lentos.", - "backup_now": "Realizar copia de seguridad ahora", - "backup_database_now": "Realizar copia de seguridad de la base de datos ahora", - "existing_backups": "Copias de seguridad existentes", - "date-and-time": "Fecha y hora", - "path": "Ruta", - "database_backed_up_to": "Se ha realizado una copia de seguridad de la base de datos en {{backupFilePath}}", - "no_backup_yet": "no hay copia de seguridad todavía" - }, - "etapi": { - "title": "ETAPI", - "description": "ETAPI es una REST API que se utiliza para acceder a la instancia de Trilium mediante programación, sin interfaz de usuario.", - "create_token": "Crear nuevo token ETAPI", - "existing_tokens": "Tokens existentes", - "no_tokens_yet": "Aún no hay tokens. Dé clic en el botón de arriba para crear uno.", - "token_name": "Nombre del token", - "created": "Creado", - "actions": "Acciones", - "new_token_title": "Nuevo token ETAPI", - "new_token_message": "Por favor ingresa el nombre del nuevo token", - "default_token_name": "nuevo token", - "error_empty_name": "El nombre del token no puede estar vacío", - "token_created_title": "Token ETAPI creado", - "token_created_message": "Copiar el token creado en el portapapeles. Trilium almacena el token con hash y esta es la última vez que lo ve.", - "rename_token": "Renombrar este token", - "delete_token": "Eliminar/Desactivar este token", - "rename_token_title": "Renombrar token", - "rename_token_message": "Por favor ingresa el nombre del nuevo token", - "delete_token_confirmation": "¿Está seguro de que desea eliminar el token ETAPI \"{{name}}\"?" - }, - "options_widget": { - "options_status": "Estado de las opciones", - "options_change_saved": "Se han guardado los cambios de las opciones." - }, - "password": { - "heading": "Contraseña", - "alert_message": "Tenga cuidado de recordar su nueva contraseña. La contraseña se utiliza para iniciar sesión en la interfaz web y cifrar las notas protegidas. Si olvida su contraseña, todas sus notas protegidas se perderán para siempre.", - "reset_link": "Dé clic aquí para restablecerla.", - "old_password": "Contraseña anterior", - "new_password": "Nueva contraseña", - "new_password_confirmation": "Confirmación de nueva contraseña", - "change_password": "Cambiar contraseña", - "protected_session_timeout": "Tiempo de espera de sesión protegida", - "protected_session_timeout_description": "El tiempo de espera de la sesión protegida es el período de tiempo después del cual la sesión protegida se borra de la memoria del navegador. Esto se mide desde la última interacción con notas protegidas. Ver", - "wiki": "wiki", - "for_more_info": "para más información.", - "protected_session_timeout_label": "Tiempo de espera de sesión protegida:", - "reset_confirmation": "Al restablecer la contraseña, perderá para siempre el acceso a todas sus notas protegidas existentes. ¿Realmente quieres restablecer la contraseña?", - "reset_success_message": "La contraseña ha sido restablecida. Por favor establezca una nueva contraseña", - "change_password_heading": "Cambiar contraseña", - "set_password_heading": "Establecer contraseña", - "set_password": "Establecer contraseña", - "password_mismatch": "Las nuevas contraseñas no son las mismas.", - "password_changed_success": "La contraseña ha sido cambiada. Trilium se recargará después de presionar Aceptar." - }, - "multi_factor_authentication": { - "title": "Autenticación Multi-Factor", - "description": "La autenticación multifactor (MFA) agrega una capa adicional de seguridad a su cuenta. En lugar de solo ingresar una contraseña para iniciar sesión, MFA requiere que proporcione una o más pruebas adicionales para verificar su identidad. De esta manera, incluso si alguien se apodera de su contraseña, aún no puede acceder a su cuenta sin la segunda pieza de información. Es como agregar una cerradura adicional a su puerta, lo que hace que sea mucho más difícil para cualquier otra persona entrar.

Por favor siga las instrucciones a continuación para habilitar MFA. Si no lo configura correctamente, el inicio de sesión volverá a solo contraseña.", - "mfa_enabled": "Habilitar la autenticación multifactor", - "mfa_method": "Método MFA", - "electron_disabled": "Actualmente la autenticación multifactor no está soportada en la compilación de escritorio.", - "totp_title": "Contraseña de un solo uso basada en el tiempo (TOTP)", - "totp_description": "TOTP (contraseña de un solo uso basada en el tiempo) es una característica de seguridad que genera un código temporal único que cambia cada 30 segundos. Utiliza este código, junto con su contraseña para iniciar sesión en su cuenta, lo que hace que sea mucho más difícil para cualquier otra persona acceder a ella.", - "totp_secret_title": "Generar secreto TOTP", - "totp_secret_generate": "Generar secreto TOTP", - "totp_secret_regenerate": "Regenerar secreto TOTP", - "no_totp_secret_warning": "Para habilitar TOTP, primero debe de generar un secreto TOTP.", - "totp_secret_description_warning": "Después de generar un nuevo secreto TOTP, le será requerido que inicie sesión otra vez con el nuevo secreto TOTP.", - "totp_secret_generated": "Secreto TOTP generado", - "totp_secret_warning": "Por favor guarde el secreto generado en una ubicación segura. No será mostrado de nuevo.", - "totp_secret_regenerate_confirm": "¿Está seguro que desea regenerar el secreto TOTP? Esto va a invalidar el secreto TOTP previo y todos los códigos de recuperación existentes.", - "recovery_keys_title": "Claves de recuperación para un solo inicio de sesión", - "recovery_keys_description": "Las claves de recuperación para un solo inicio de sesión son usadas para iniciar sesión incluso cuando no puede acceder a los códigos de su autentificador.", - "recovery_keys_description_warning": "Las claves de recuperación no son mostrada de nuevo después de dejar esta página, manténgalas en un lugar seguro.
Después de que una clave de recuperación es utilizada ya no puede utilizarse de nuevo.", - "recovery_keys_error": "Error al generar códigos de recuperación", - "recovery_keys_no_key_set": "No hay códigos de recuperación establecidos", - "recovery_keys_generate": "Generar códigos de recuperación", - "recovery_keys_regenerate": "Regenerar códigos de recuperación", - "recovery_keys_used": "Usado: {{date}}", - "recovery_keys_unused": "El código de recuperación {{index}} está sin usar", - "oauth_title": "OAuth/OpenID", - "oauth_description": "OpenID es un método estandarizado que permite iniciar sesión en sitios web usando una cuenta de otro servicio, como Google, para verificar tu identidad. El emisor predeterminado es Google, pero se puede cambiar a cualquier otro proveedor de OpenID. Consulta aquí para más información. Sigue estas instrucciones para configurar un servicio OpenID a través de Google.", - "oauth_description_warning": "Para habilitar OAuth/OpenID, necesita establecer la URL base de OAuth/OpenID, ID de cliente y secreto de cliente en el archivo config.ini y reiniciar la aplicación. Si desea establecerlas desde variables de ambiente, por favor establezca TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID y TRILIUM_OAUTH_CLIENT_SECRET.", - "oauth_missing_vars": "Ajustes faltantes: {{-variables}}", - "oauth_user_account": "Cuenta de usuario: ", - "oauth_user_email": "Correo electrónico de usuario: ", - "oauth_user_not_logged_in": "¡No ha iniciado sesión!" - }, - "shortcuts": { - "keyboard_shortcuts": "Atajos de teclado", - "multiple_shortcuts": "Varios atajos para la misma acción se pueden separar mediante comas.", - "electron_documentation": "Véa la documentación de Electron para los modificadores y códigos de tecla disponibles.", - "type_text_to_filter": "Escriba texto para filtrar los accesos directos...", - "action_name": "Nombre de la acción", - "shortcuts": "Atajos", - "default_shortcuts": "Atajos predeterminados", - "description": "Descripción", - "reload_app": "Vuelva a cargar la aplicación para aplicar los cambios", - "set_all_to_default": "Establecer todos los accesos directos al valor predeterminado", - "confirm_reset": "¿Realmente desea restablecer todos los atajos de teclado a sus valores predeterminados?" - }, - "spellcheck": { - "title": "Revisión ortográfica", - "description": "Estas opciones se aplican sólo para compilaciones de escritorio; los navegadores utilizarán su corrector ortográfico nativo.", - "enable": "Habilitar corrector ortográfico", - "language_code_label": "Código(s) de idioma", - "language_code_placeholder": "por ejemplo \"en-US\", \"de-AT\"", - "multiple_languages_info": "Múltiples idiomas se pueden separar por coma, por ejemplo \"en-US, de-DE, cs\". ", - "available_language_codes_label": "Códigos de idioma disponibles:", - "restart-required": "Los cambios en las opciones de corrección ortográfica entrarán en vigor después del reinicio de la aplicación." - }, - "sync_2": { - "config_title": "Configuración de sincronización", - "server_address": "Dirección de la instancia del servidor", - "timeout": "Tiempo de espera de sincronización (milisegundos)", - "timeout_unit": "milisegundos", - "proxy_label": "Sincronizar servidor proxy (opcional)", - "note": "Nota", - "note_description": "Si deja la configuración del proxy en blanco, se utilizará el proxy del sistema (se aplica únicamente a la compilación de escritorio/electron).", - "special_value_description": "Otro valor especial es noproxy que obliga a ignorar incluso al proxy del sistema y respeta NODE_TLS_REJECT_UNAUTHORIZED.", - "save": "Guardar", - "help": "Ayuda", - "test_title": "Prueba de sincronización", - "test_description": "Esto probará la conexión y el protocolo de enlace con el servidor de sincronización. Si el servidor de sincronización no está inicializado, esto lo configurará para sincronizarse con el documento local.", - "test_button": "Prueba de sincronización", - "handshake_failed": "Error en el protocolo de enlace del servidor de sincronización, error: {{message}}" - }, - "api_log": { - "close": "Cerrar" - }, - "attachment_detail_2": { - "will_be_deleted_in": "Este archivo adjunto se eliminará automáticamente en {{time}}", - "will_be_deleted_soon": "Este archivo adjunto se eliminará automáticamente pronto", - "deletion_reason": ", porque el archivo adjunto no está vinculado en el contenido de la nota. Para evitar la eliminación, vuelva a agregar el enlace del archivo adjunto al contenido o convierta el archivo adjunto en una nota.", - "role_and_size": "Rol: {{role}}, tamaño: {{size}}, MIME: {{- mimeType}}", - "link_copied": "Enlace del archivo adjunto copiado al portapapeles.", - "unrecognized_role": "Rol de archivo adjunto no reconocido '{{role}}'." - }, - "bookmark_switch": { - "bookmark": "Marcador", - "bookmark_this_note": "Agregar esta nota a marcadores en el panel lateral izquierdo", - "remove_bookmark": "Eliminar marcador" - }, - "editability_select": { - "auto": "Automático", - "read_only": "Sólo lectura", - "always_editable": "Siempre editable", - "note_is_editable": "La nota es editable si no es muy grande.", - "note_is_read_only": "La nota es de solo lectura, pero se puede editar con un clic en un botón.", - "note_is_always_editable": "La nota siempre es editable, independientemente de su tamaño." - }, - "note-map": { - "button-link-map": "Mapa de Enlaces", - "button-tree-map": "Mapa de Árbol" - }, - "tree-context-menu": { - "open-in-a-new-tab": "Abrir en nueva pestaña", - "open-in-a-new-split": "Abrir en nueva división", - "insert-note-after": "Insertar nota contigua", - "insert-child-note": "Insertar subnota", - "delete": "Eliminar", - "search-in-subtree": "Buscar en subárbol", - "hoist-note": "Anclar nota", - "unhoist-note": "Desanclar nota", - "edit-branch-prefix": "Editar prefijo de rama", - "advanced": "Avanzado", - "expand-subtree": "Expandir subárbol", - "collapse-subtree": "Colapsar subárbol", - "sort-by": "Ordenar por...", - "recent-changes-in-subtree": "Cambios recientes en subárbol", - "convert-to-attachment": "Convertir en adjunto", - "copy-note-path-to-clipboard": "Copiar ruta de nota al portapapeles", - "protect-subtree": "Proteger subárbol", - "unprotect-subtree": "Desproteger subárbol", - "copy-clone": "Copiar / clonar", - "clone-to": "Clonar en...", - "cut": "Cortar", - "move-to": "Mover a...", - "paste-into": "Pegar en", - "paste-after": "Pegar después de", - "duplicate": "Duplicar", - "export": "Exportar", - "import-into-note": "Importar a nota", - "apply-bulk-actions": "Aplicar acciones en lote", - "converted-to-attachments": "{{count}} notas han sido convertidas en archivos adjuntos.", - "convert-to-attachment-confirm": "¿Está seguro que desea convertir las notas seleccionadas en archivos adjuntos de sus notas padres? Esta operación solo aplica a notas de Imagen, otras notas serán omitidas.", - "open-in-popup": "Edición rápida", - "archive": "Archivar", - "unarchive": "Desarchivar", - "open-in-a-new-window": "Abrir en una nueva ventana", - "hide-subtree": "Ocultar subárbol", - "show-subtree": "Mostrar subárbol" - }, - "shared_info": { - "shared_publicly": "Esta nota está compartida públicamente en {{- link}}.", - "shared_locally": "Esta nota está compartida localmente en {{- link}}.", - "help_link": "Para obtener ayuda visite wiki." - }, - "note_types": { - "text": "Texto", - "code": "Código", - "saved-search": "Búsqueda Guardada", - "relation-map": "Mapa de Relaciones", - "note-map": "Mapa de Notas", - "render-note": "Nota de Renderizado", - "mermaid-diagram": "Diagrama Mermaid", - "canvas": "Lienzo", - "web-view": "Vista Web", - "mind-map": "Mapa Mental", - "file": "Archivo", - "image": "Imagen", - "launcher": "Lanzador", - "doc": "Doc", - "widget": "Widget", - "confirm-change": "No es recomendado cambiar el tipo de nota cuando el contenido de la nota no está vacío. ¿Desea continuar de cualquier manera?", - "geo-map": "Mapa Geo", - "beta-feature": "Beta", - "ai-chat": "Chat de IA", - "task-list": "Lista de tareas", - "book": "Colección", - "new-feature": "Nuevo", - "collections": "Colecciones" - }, - "protect_note": { - "toggle-on": "Proteger la nota", - "toggle-off": "Desproteger la nota", - "toggle-on-hint": "La nota no está protegida, dé clic para protegerla", - "toggle-off-hint": "La nota está protegida, dé clic para desprotegerla" - }, - "shared_switch": { - "shared": "Compartida", - "toggle-on-title": "Compartir la nota", - "toggle-off-title": "Descompartir la nota", - "shared-branch": "Esta nota sólo existe como una nota compartida, si la deja de compartir será eliminada. ¿Quiere continuar y eliminar esta nota?", - "inherited": "No puede dejar de compartir la nota aquí porque es compartida a través de la herencia de un ancestro." - }, - "template_switch": { - "template": "Plantilla", - "toggle-on-hint": "Hacer de la nota una plantilla", - "toggle-off-hint": "Eliminar la nota como una plantilla" - }, - "open-help-page": "Abrir página de ayuda", - "find": { - "case_sensitive": "Distingue entre mayúsculas y minúsculas", - "match_words": "Coincidir palabras", - "find_placeholder": "Encontrar en texto...", - "replace_placeholder": "Reemplazar con...", - "replace": "Reemplazar", - "replace_all": "Reemplazar todo" - }, - "highlights_list_2": { - "title": "Lista de destacados", - "options": "Opciones", - "title_with_count_one": "{{count}} punto destacado", - "title_with_count_many": "{{count}} puntos destacados", - "title_with_count_other": "{{count}} puntos destacados", - "modal_title": "Configurar la lista de puntos destacados", - "menu_configure": "Configurar la lista de puntos destacados...", - "no_highlights": "Ningún punto destacado encontrado." - }, - "quick-search": { - "placeholder": "Búsqueda rápida", - "searching": "Buscando...", - "no-results": "No se encontraron resultados", - "more-results": "... y {{number}} resultados más.", - "show-in-full-search": "Mostrar en búsqueda completa" - }, - "note_tree": { - "collapse-title": "Colapsar árbol de nota", - "scroll-active-title": "Desplazarse a nota activa", - "tree-settings-title": "Ajustes de árbol", - "hide-archived-notes": "Ocultar notas archivadas", - "automatically-collapse-notes": "Colapsar notas automaticamente", - "automatically-collapse-notes-title": "Las notas serán colapsadas después de un periodo de inactividad para despejar el árbol.", - "save-changes": "Guardar y aplicar cambios", - "auto-collapsing-notes-after-inactivity": "Colapsando notas automáticamente después de inactividad...", - "saved-search-note-refreshed": "La nota de búsqueda guardada fue recargada.", - "hoist-this-note-workspace": "Anclar esta nota (espacio de trabajo)", - "refresh-saved-search-results": "Refrescar resultados de búsqueda guardados", - "create-child-note": "Crear subnota", - "unhoist": "Desanclar", - "toggle-sidebar": "Alternar barra lateral", - "dropping-not-allowed": "No está permitido soltar notas en esta ubicación.", - "clone-indicator-tooltip": "Esta nota tiene {{- count}} padres: {{- parents}}", - "clone-indicator-tooltip-single": "Esta nota está clonada (1 padre adicional: {{- parent}})", - "shared-indicator-tooltip": "Esta nota está compartida públicamente", - "shared-indicator-tooltip-with-url": "Esta nota está compartida públicamente en: {{- url}}", - "subtree-hidden-tooltip_one": "{{count}} subnota que está oculta del árbol", - "subtree-hidden-tooltip_many": "{{count}} subnotas que están ocultas del árbol", - "subtree-hidden-tooltip_other": "{{count}} subnotas que están ocultas del árbol", - "subtree-hidden-moved-title": "Agregado a {{title}}", - "subtree-hidden-moved-description-collection": "Esta colección oculta sus subnotas en el árbol.", - "subtree-hidden-moved-description-other": "Las subnotas están ocultas en el árbol para esta nota." - }, - "title_bar_buttons": { - "window-on-top": "Mantener esta ventana en la parte superior" - }, - "note_detail": { - "could_not_find_typewidget": "No se pudo encontrar typeWidget para el tipo '{{type}}'", - "printing": "Impresión en curso...", - "printing_pdf": "Exportando a PDF en curso..", - "print_report_collection_content_one": "{{count}} nota en la colección no se puede imprimir porque no son compatibles o está protegida.", - "print_report_collection_content_many": "{{count}} notas en la colección no se pueden imprimir porque no son compatibles o están protegidas.", - "print_report_collection_content_other": "{{count}} notas en la colección no se pueden imprimir porque no son compatibles o están protegidas.", - "print_report_title": "Imprimir informe", - "print_report_collection_details_button": "Ver detalles", - "print_report_collection_details_ignored_notes": "Notas ignoradas" - }, - "note_title": { - "placeholder": "escriba el título de la nota aquí...", - "created_on": "Creado en ", - "last_modified": "Modificado en ", - "note_type_switcher_label": "Cambiar de {{type}} a:", - "note_type_switcher_others": "Otro tipo de nota", - "note_type_switcher_templates": "Plantilla", - "note_type_switcher_collection": "Colección", - "edited_notes": "Notas editadas en este día", - "promoted_attributes": "Atributos promovidos" - }, - "search_result": { - "no_notes_found": "No se han encontrado notas para los parámetros de búsqueda dados.", - "search_not_executed": "La búsqueda aún no se ha ejecutado. Dé clic en el botón «Buscar» para ver los resultados." - }, - "spacer": { - "configure_launchbar": "Configurar barra de lanzamiento" - }, - "sql_result": { - "no_rows": "No se han devuelto filas para esta consulta", - "not_executed": "La consulta aún no ha sido ejecutada.", - "failed": "La ejecución de la consulta SQL ha fallado", - "statement_result": "Resultado de declaración", - "execute_now": "Ejecutar ahora" - }, - "sql_table_schemas": { - "tables": "Tablas" - }, - "tab_row": { - "close_tab": "Cerrar pestaña", - "add_new_tab": "Agregar nueva pestaña", - "close": "Cerrar", - "close_other_tabs": "Cerrar otras pestañas", - "close_right_tabs": "Cerrar pestañas a la derecha", - "close_all_tabs": "Cerrar todas las pestañas", - "reopen_last_tab": "Reabrir última pestaña cerrada", - "move_tab_to_new_window": "Mover esta pestaña a una nueva ventana", - "copy_tab_to_new_window": "Copiar esta pestaña a una ventana nueva", - "new_tab": "Nueva pestaña" - }, - "toc": { - "table_of_contents": "Tabla de contenido", - "options": "Opciones", - "no_headings": "Sin encabezados." - }, - "watched_file_update_status": { - "file_last_modified": "Archivo ha sido modificado por última vez en.", - "upload_modified_file": "Subir archivo modificado", - "ignore_this_change": "Ignorar este cambio" - }, - "app_context": { - "please_wait_for_save": "Por favor espere algunos segundos a que se termine de guardar, después intente de nuevo." - }, - "note_create": { - "duplicated": "La nota \"{{title}}\" ha sido duplicada." - }, - "image": { - "copied-to-clipboard": "Una referencia a la imagen ha sido copiada al portapapeles. Esta puede ser pegada en cualquier nota de texto.", - "cannot-copy": "No se pudo copiar la referencia de imagen al portapapeles." - }, - "clipboard": { - "cut": "La(s) notas(s) han sido cortadas al portapapeles.", - "copied": "La(s) notas(s) han sido copiadas al portapapeles.", - "copy_failed": "No se puede copiar al portapapeles debido a problemas de permisos.", - "copy_success": "Copiado al portapapeles." - }, - "entrypoints": { - "note-revision-created": "Una revisión de nota ha sido creada.", - "note-executed": "Nota ejecutada.", - "sql-error": "Ocurrió un error al ejecutar la consulta SQL: {{message}}" - }, - "branches": { - "cannot-move-notes-here": "No se pueden mover notas aquí.", - "delete-status": "Estado de eliminación", - "delete-notes-in-progress": "Eliminación de notas en progreso: {{count}}", - "delete-finished-successfully": "La eliminación finalizó exitosamente.", - "undeleting-notes-in-progress": "Recuperación de notas en progreso: {{count}}", - "undeleting-notes-finished-successfully": "La recuperación de notas finalizó exitosamente." - }, - "frontend_script_api": { - "async_warning": "Está pasando una función asíncrona a `api.runOnBackend ()` que probablemente no funcionará como pretendía.\\nO haga la función sincrónica (removiendo la palabra `async`), o use `api.runAsyncOnBackendWithManualTransactionHandling()`.", - "sync_warning": "Estás pasando una función sincrónica a `api.runasynconbackendwithmanualTransactionHandling ()`, \\n while debería usar `api.runonbackend ()` en su lugar." - }, - "ws": { - "sync-check-failed": "¡La comprobación de sincronización falló!", - "consistency-checks-failed": "¡Las comprobaciones de consistencia fallaron! Vea los registros para más detalles.", - "encountered-error": "Error encontrado \"{{message}}\", compruebe la consola.", - "lost-websocket-connection-title": "Se ha perdido la conexión con el servidor", - "lost-websocket-connection-message": "Compruebe la configuración de su proxy inverso (por ejemplo, nginx o Apache) para asegurarse de que las conexiones WebSocket están correctamente permitidas y no están bloqueadas." - }, - "hoisted_note": { - "confirm_unhoisting": "La nota requerida '{{requestedNote}}' está fuera del subárbol de la nota anclada '{{hoistedNote}}' y debe desanclarla para acceder a la nota. ¿Desea proceder con el desanclaje?" - }, - "launcher_context_menu": { - "reset_launcher_confirm": "¿Realmente desea restaurar \"{{title}}\"? Todos los datos / ajustes en esta nota (y sus subnotas) se van a perder y el lanzador regresará a su ubicación original.", - "add-note-launcher": "Agregar un lanzador de nota", - "add-script-launcher": "Agregar un lanzador de script", - "add-custom-widget": "Agregar un widget personalizado", - "add-spacer": "Agregar espaciador", - "delete": "Eliminar ", - "reset": "Restaurar", - "move-to-visible-launchers": "Mover a lanzadores visibles", - "move-to-available-launchers": "Mover a lanzadores disponibles", - "duplicate-launcher": "Duplicar lanzador " - }, - "highlighting": { - "title": "Bloques de código", - "description": "Controla el resaltado de sintaxis para bloques de código dentro de las notas de texto, las notas de código no serán afectadas.", - "color-scheme": "Esquema de color" - }, - "code_block": { - "word_wrapping": "Ajuste de palabras", - "theme_none": "Sin resaltado de sintaxis", - "theme_group_light": "Temas claros", - "theme_group_dark": "Temas oscuros", - "copy_title": "Copiar al portapapeles" - }, - "classic_editor_toolbar": { - "title": "Formato" - }, - "editor": { - "title": "Editor" - }, - "editing": { - "editor_type": { - "label": "Barra de herramientas de formato", - "floating": { - "title": "Flotante", - "description": "las herramientas de edición aparecen cerca del cursor;" - }, - "fixed": { - "title": "Fijo", - "description": "las herramientas de edición aparecen en la pestaña de la cinta \"Formato\")." - }, - "multiline-toolbar": "Mostrar la barra de herramientas en múltiples líneas si no cabe." + "help": { + "noteNavigation": "Navegación de notas", + "goUpDown": "subir/bajar en la lista de notas", + "collapseExpand": "colapsar/expandir nodo", + "notSet": "no establecido", + "goBackForwards": "retroceder / avanzar en la historia", + "showJumpToNoteDialog": "mostrar \"Saltar a\" diálogo", + "scrollToActiveNote": "desplazarse hasta la nota activa", + "jumpToParentNote": "saltar a la nota padre", + "collapseWholeTree": "colapsar todo el árbol de notas", + "collapseSubTree": "colapsar subárbol", + "tabShortcuts": "Atajos de pestañas", + "newTabNoteLink": "en el enlace de la nota abre la nota en una nueva pestaña", + "newTabWithActivationNoteLink": "en el enlace de la nota abre y activa la nota en una nueva pestaña", + "onlyInDesktop": "Solo en escritorio (compilación con Electron)", + "openEmptyTab": "abrir pestaña vacía", + "closeActiveTab": "cerrar pestaña activa", + "activateNextTab": "activar pestaña siguiente", + "activatePreviousTab": "activar pestaña anterior", + "creatingNotes": "Creando notas", + "createNoteAfter": "crear una nueva nota después de la nota activa", + "createNoteInto": "crear una nueva subnota en la nota activa", + "editBranchPrefix": "edición prefix de clon de nota activa", + "movingCloningNotes": "Moviendo/clonando notas", + "moveNoteUpDown": "mover nota arriba/abajo en la lista de notas", + "moveNoteUpHierarchy": "mover nota hacia arriba en la jerarquía", + "multiSelectNote": "selección múltiple de nota hacia arriba/abajo", + "selectAllNotes": "seleccionar todas las notas en el nivel actual", + "selectNote": "seleccionar nota", + "copyNotes": "copiar nota activa (o selección actual) al portapapeles (usado para clonar)", + "cutNotes": "cortar la nota actual (o la selección actual) en el portapapeles (usado para mover notas)", + "pasteNotes": "pegar notas como subnotas en la nota activa (que se puede mover o clonar dependiendo de si se copió o cortó en el portapapeles)", + "deleteNotes": "eliminar nota/subárbol", + "editingNotes": "Editando notas", + "editNoteTitle": "en el panel de árbol cambiará del panel de árbol al título de la nota. Ingresar desde el título de la nota cambiará el foco al editor de texto. Ctrl+. cambiará de nuevo del editor al panel de árbol.", + "createEditLink": "crear/editar enlace externo", + "createInternalLink": "crear enlace interno", + "followLink": "siga el enlace debajo del cursor", + "insertDateTime": "insertar la fecha y hora actuales en la posición del cursor", + "jumpToTreePane": "saltar al panel de árbol y desplazarse hasta la nota activa", + "markdownAutoformat": "Autoformato tipo Markdown", + "headings": "##, ###, #### etc. seguido de espacio para encabezados", + "bulletList": "* o - seguido de espacio para la lista de viñetas", + "numberedList": "1. o 1) seguido de espacio para la lista numerada", + "blockQuote": "comience una línea con > seguido de espacio para el bloque de cita", + "troubleshooting": "Solución de problemas", + "reloadFrontend": "recargar la interfaz de Trilium", + "showDevTools": "mostrar herramientas de desarrollador", + "showSQLConsole": "mostrar consola SQL", + "other": "Otro", + "quickSearch": "centrarse en la entrada de búsqueda rápida", + "inPageSearch": "búsqueda en la página", + "title": "Hoja de ayuda", + "editShortcuts": "Editar atajos de teclado" + }, + "import": { + "importIntoNote": "Importar a nota", + "chooseImportFile": "Elija el archivo de importación", + "importDescription": "El contenido de los archivos seleccionados se importará como notas secundarias en", + "options": "Opciones", + "safeImportTooltip": "Los archivos .zip de Trilium pueden contener scripts ejecutables que pudieran tener un comportamiento peligroso. La importación segura va a desactivar la ejecución automática de todos los scripts importados. Desmarque \"Importación segura\" solo si el archivo importado contiene scripts ejecutables y usted confía totalmente en el contenido del archivo importado.", + "safeImport": "Importación segura", + "explodeArchivesTooltip": "Si esto está marcado, Trilium leerá los archivos .zip, .enex y .opml y creará notas a partir de archivos dentro de esos archivos. Si no está marcado, Trilium adjuntará los archivos a la nota.", + "explodeArchives": "Leer el contenido de los archivos .zip, .enex y .opml.", + "shrinkImagesTooltip": "

Si marca esta opción, Trilium intentará reducir las imágenes importadas mediante escalado y optimización, lo que puede afectar la calidad de la imagen percibida. Si no está marcada, las imágenes se importarán sin cambios.

Esto no se aplica a las importaciones .zip con metadatos, ya que se supone que estos archivos ya están optimizados.

", + "shrinkImages": "Reducir imágenes", + "textImportedAsText": "Importar HTML, Markdown y TXT como notas de texto si no está claro en los metadatos", + "codeImportedAsCode": "Importar archivos de código reconocidos (por ejemplo, .json) como notas de código si no están claros en los metadatos", + "replaceUnderscoresWithSpaces": "Reemplazar guiones bajos con espacios en nombres de notas importadas", + "import": "Importar", + "failed": "La importación falló: {{message}}.", + "html_import_tags": { + "title": "HTML Importar Etiquetas", + "description": "Configurar que etiquetas HTML deben ser preservadas al importar notas. Las etiquetas que no estén en esta lista serán eliminadas durante la importación. Algunas etiquetas (como 'script') siempre son eliminadas por seguridad.", + "placeholder": "Ingrese las etiquetas HTML, una por línea", + "reset_button": "Restablecer a lista por defecto" + }, + "import-status": "Estado de importación", + "in-progress": "Importación en progreso: {{progress}}", + "successful": "Importación finalizada exitosamente.", + "importZipRecommendation": "Al importar un archivo ZIP, la jerarquía de notas reflejará la estructura de subdirectorios dentro del archivo comprimido." + }, + "include_note": { + "dialog_title": "Incluir nota", + "label_note": "Nota", + "placeholder_search": "buscar nota por su nombre", + "box_size_prompt": "Tamaño de caja de la nota incluida:", + "box_size_small": "pequeño (~ 10 líneas)", + "box_size_medium": "medio (~ 30 líneas)", + "box_size_full": "completo (el cuadro muestra el texto completo)", + "button_include": "Incluir nota" + }, + "info": { + "modalTitle": "Mensaje informativo", + "closeButton": "Cerrar", + "okButton": "Aceptar", + "copy_to_clipboard": "Copiar al portapapeles" + }, + "jump_to_note": { + "search_button": "Buscar en texto completo", + "search_placeholder": "Busque nota por su nombre o escriba > para comandos..." + }, + "markdown_import": { + "dialog_title": "Importación de Markdown", + "modal_body_text": "Debido al entorno limitado del navegador, no es posible leer directamente el portapapeles desde JavaScript. Por favor, pegue el código Markdown para importar en el área de texto a continuación y haga clic en el botón Importar", + "import_button": "Importar", + "import_success": "El contenido de Markdown se ha importado al documento." + }, + "move_to": { + "dialog_title": "Mover notas a...", + "notes_to_move": "Notas a mover", + "target_parent_note": "Nota padre de destino", + "search_placeholder": "buscar nota por su nombre", + "move_button": "Mover a la nota seleccionada", + "error_no_path": "No hay ruta a donde mover.", + "move_success_message": "Las notas seleccionadas se han movido a " + }, + "note_type_chooser": { + "change_path_prompt": "Cambiar donde se creará la nueva nota:", + "search_placeholder": "ruta de búsqueda por nombre (por defecto si está vacío)", + "modal_title": "Elija el tipo de nota", + "modal_body": "Elija el tipo de nota/plantilla de la nueva nota:", + "templates": "Plantillas", + "builtin_templates": "Plantillas incluidas" + }, + "password_not_set": { + "title": "La contraseña no está establecida", + "body1": "Las notas protegidas se cifran mediante una contraseña de usuario, pero la contraseña aún no se ha establecido.", + "go_to_password_options": "Ir a opciones de contraseña", + "body2": "Para poder proteger las notas, haz click en el botón inferior para abrir la pantalla de Opciones y establecer tu contraseña." + }, + "prompt": { + "title": "Aviso", + "ok": "Aceptar", + "defaultTitle": "Aviso" + }, + "protected_session_password": { + "modal_title": "Sesión protegida", + "help_title": "Ayuda sobre notas protegidas", + "close_label": "Cerrar", + "form_label": "Para continuar con la acción solicitada, debe iniciar en la sesión protegida ingresando la contraseña:", + "start_button": "Iniciar sesión protegida" + }, + "recent_changes": { + "title": "Cambios recientes", + "erase_notes_button": "Borrar notas eliminadas ahora", + "deleted_notes_message": "Las notas eliminadas han sido borradas.", + "no_changes_message": "Aún no hay cambios...", + "undelete_link": "recuperar", + "confirm_undelete": "¿Quiere recuperar esta nota y sus subnotas?" + }, + "revisions": { + "note_revisions": "Revisiones de nota", + "delete_all_revisions": "Eliminar todas las revisiones de esta nota", + "delete_all_button": "Eliminar todas las revisiones", + "help_title": "Ayuda sobre revisiones de notas", + "confirm_delete_all": "¿Quiere eliminar todas las revisiones de esta nota?", + "no_revisions": "Aún no hay revisiones para esta nota...", + "restore_button": "Restaurar", + "confirm_restore": "¿Quiere restaurar esta revisión? Esto sobrescribirá el título actual y el contenido de la nota con esta revisión.", + "delete_button": "Eliminar", + "confirm_delete": "¿Quieres eliminar esta revisión?", + "revisions_deleted": "Se han eliminado las revisiones de nota.", + "revision_restored": "Se ha restaurado la revisión de nota.", + "revision_deleted": "Se ha eliminado la revisión de la nota.", + "snapshot_interval": "Intervalo de respaldo de revisiones de nota: {{seconds}}s.", + "maximum_revisions": "Máximo de revisiones para la nota actual: {{number}}.", + "settings": "Ajustes para revisiones de nota", + "download_button": "Descargar", + "mime": "MIME: ", + "file_size": "Tamaño del archivo:", + "preview_not_available": "La vista previa no está disponible para este tipo de notas.", + "diff_off": "Mostrar contenido", + "diff_on": "Mostrar diferencia", + "diff_off_hint": "Haga clic para mostrar el contenido de la nota", + "diff_not_available": "Diferencias no disponibles.", + "diff_on_hint": "Haga clic para ver las diferencias" + }, + "sort_child_notes": { + "sort_children_by": "Ordenar hijos por...", + "sorting_criteria": "Criterios de ordenamiento", + "title": "título", + "date_created": "fecha de creación", + "date_modified": "fecha de modificación", + "sorting_direction": "Dirección de ordenamiento", + "ascending": "ascendente", + "descending": "descendente", + "folders": "Carpetas", + "sort_folders_at_top": "ordenar carpetas en la parte superior", + "natural_sort": "Ordenamiento natural", + "sort_with_respect_to_different_character_sorting": "ordenar con respecto a diferentes reglas de ordenamiento y clasificación de caracteres en diferentes idiomas o regiones.", + "natural_sort_language": "Idioma de clasificación natural", + "the_language_code_for_natural_sort": "El código del idioma para el ordenamiento natural, ej. \"zh-CN\" para Chino.", + "sort": "Ordenar" + }, + "upload_attachments": { + "upload_attachments_to_note": "Cargar archivos adjuntos a nota", + "choose_files": "Elija los archivos", + "files_will_be_uploaded": "Los archivos se cargarán como archivos adjuntos en {{noteTitle}}", + "options": "Opciones", + "shrink_images": "Reducir imágenes", + "upload": "Subir", + "tooltip": "Si marca esta opción, Trilium intentará reducir las imágenes cargadas mediante escalado y optimización, lo que puede afectar la calidad de la imagen percibida. Si no está marcada, las imágenes se cargarán sin cambios." + }, + "attribute_detail": { + "attr_detail_title": "Título del detalle del atributo", + "close_button_title": "Cancelar cambios y cerrar", + "attr_is_owned_by": "El atributo es propiedad de", + "attr_name_title": "El nombre del atributo solo puede estar compuesto de caracteres alfanuméricos, dos puntos y guión bajo", + "name": "Nombre", + "value": "Valor", + "target_note_title": "La relación es una conexión con nombre entre la nota de origen y la nota de destino.", + "target_note": "Nota de destino", + "promoted_title": "El atributo promovido se muestra de forma destacada en la nota.", + "promoted": "Promovido", + "promoted_alias_title": "El nombre que se mostrará en la interfaz de usuario de atributos promovidos.", + "promoted_alias": "Alias", + "multiplicity_title": "La multiplicidad define cuántos atributos del mismo nombre se pueden crear - como máximo 1 o más de 1.", + "multiplicity": "Multiplicidad", + "single_value": "Valor único", + "multi_value": "Valor múltiple", + "label_type_title": "El tipo de etiqueta ayudará a Trilium a elegir la interfaz adecuada para ingresar el valor de la etiqueta.", + "label_type": "Tipo", + "text": "Texto", + "number": "Número", + "boolean": "Booleano", + "date": "Fecha", + "date_time": "Fecha y hora", + "time": "Hora", + "url": "URL", + "precision_title": "Cantidad de dígitos después del punto flotante que deben estar disponibles en la interfaz de configuración del valor.", + "precision": "Precisión", + "digits": "dígitos", + "inverse_relation_title": "Configuración opcional para definir a qué relación es ésta opuesta. Ejemplo: Padre - Hijo son relaciones inversas entre sí.", + "inverse_relation": "Relación inversa", + "inheritable_title": "El atributo heredable se heredará a todos los descendientes de este árbol.", + "inheritable": "Heredable", + "save_and_close": "Guardar y cerrar Ctrl+Enter", + "delete": "Eliminar", + "related_notes_title": "Otras notas con esta etiqueta", + "more_notes": "Más notas", + "label": "Detalle de etiqueta", + "label_definition": "Detalle de definición de etiqueta", + "relation": "Detalle de relación", + "relation_definition": "Detalle de definición de relación", + "disable_versioning": "deshabilita el control de versiones automático. Útil para, por ejemplo. notas grandes pero sin importancia, p. grandes bibliotecas JS utilizadas para secuencias de comandos (scripts)", + "calendar_root": "marca la nota que debe usarse como raíz para las notas del día. Sólo uno debe estar marcado como tal.", + "archived": "las notas con esta etiqueta no serán visibles de forma predeterminada en los resultados de búsqueda (tampoco en los cuadros de diálogo Saltar a, Agregar vínculo, etc.).", + "exclude_from_export": "las notas (con su subárbol) no se incluirán en ninguna exportación de notas", + "run": "define en qué eventos debe ejecutarse el script. Los valores posibles son:\n
    \n
  • frontendStartup - cuando Trilium frontend se inicia (o se actualiza), pero no en móvil.
  • \n
  • mobileStartup - cuando Trilium frontend se inicia (o se actualiza), en móvil.
  • \n
  • backendStartup - cuando Trilium backend se inicia
  • \n
  • hourly - se ejecuta una vez por hora. Se puede usar la etiqueta adicional runAtHour para especificar a qué hora.
  • \n
  • daily - se ejecuta una vez al día
  • \n
", + "run_on_instance": "Definir en qué instancia de Trilium se debe ejecutar esto. Predeterminado para todas las instancias.", + "run_at_hour": "¿A qué hora debería funcionar? Debe usarse junto con #run=hourly. Se puede definir varias veces para varias ejecuciones durante el día.", + "disable_inclusion": "los scripts con esta etiqueta no se incluirán en la ejecución del script principal.", + "sorted": "mantiene las subnotas ordenadas alfabéticamente por título", + "sort_direction": "ASC (el valor predeterminado) o DESC", + "sort_folders_first": "Las carpetas (notas con subnotas) deben ordenarse en la parte superior", + "top": "mantener la nota dada en la parte superior de su padre (se aplica solo en padres ordenados)", + "hide_promoted_attributes": "Ocultar atributos promovidos en esta nota", + "read_only": "el editor está en modo de sólo lectura. Funciona sólo para notas de texto y código.", + "auto_read_only_disabled": "las notas de texto/código se pueden configurar automáticamente en modo lectura cuando son muy grandes. Puede desactivar este comportamiento por nota agregando esta etiqueta a la nota", + "app_css": "marca notas CSS que se cargan en la aplicación Trilium y, por lo tanto, se pueden usar para modificar la apariencia de Trilium.", + "app_theme": "marca notas CSS que son temas completos de Trilium y, por lo tanto, están disponibles en las opciones de Trilium.", + "app_theme_base": "establecer a \"siguiente\" para utilizar el tema TriliumNext como base para un tema personalizado en lugar del tema anterior.", + "css_class": "el valor de esta etiqueta se agrega como clase CSS al nodo que representa la nota dada en el árbol. Esto puede resultar útil para temas avanzados. Se puede utilizar en notas de plantilla.", + "icon_class": "el valor de esta etiqueta se agrega como una clase CSS al icono en el árbol, lo que puede ayudar a distinguir visualmente las notas en el árbol. El ejemplo podría ser bx bx-home: los iconos se toman de boxicons. Se puede utilizar en notas de plantilla.", + "page_size": "número de elementos por página en el listado de notas", + "custom_request_handler": "véa Manejador de solicitudes personalizado", + "custom_resource_provider": "véa Manejador de solicitudes personalizado", + "widget": "marca esta nota como un widget personalizado que se agregará al árbol de componentes de Trilium", + "workspace": "marca esta nota como un espacio de trabajo que permite un fácil levantamiento", + "workspace_icon_class": "define la clase CSS del icono de cuadro que se usará en la pestaña cuando se levante a esta nota", + "workspace_tab_background_color": "color CSS utilizado en la pestaña de nota cuando se ancla a esta nota", + "workspace_calendar_root": "Define la raíz del calendario por cada espacio de trabajo", + "workspace_template": "Esta nota aparecerá en la selección de plantillas disponibles al crear una nueva nota, pero solo cuando se levante a un espacio de trabajo que contenga esta plantilla", + "search_home": "se crearán nuevas notas de búsqueda como subnotas de esta nota", + "workspace_search_home": "se crearán nuevas notas de búsqueda como subnotas de esta nota cuando se anclan a algún antecesor de esta nota del espacio de trabajo", + "inbox": "ubicación predeterminada de la bandeja de entrada para nuevas notas - cuando crea una nota usando el botón \"nueva nota\" en la barra lateral, las notas serán creadas como subnotas de la nota marcada con la etiqueta #inbox.", + "workspace_inbox": "ubicación predeterminada de la bandeja de entrada para nuevas notas cuando se anclan a algún antecesor de esta nota del espacio de trabajo", + "sql_console_home": "ubicación predeterminada de las notas de la consola SQL", + "bookmark_folder": "la nota con esta etiqueta aparecerá en los marcadores como carpeta (permitiendo el acceso a sus elementos hijos)", + "share_hidden_from_tree": "esta nota está oculta en el árbol de navegación izquierdo, pero aún se puede acceder a ella con su URL", + "share_external_link": "la nota actuará como un enlace a un sitio web externo en el árbol compartido", + "share_alias": "define un alias que al usar la nota va a estar disponible en https://your_trilium_host/share/[tu_alias]", + "share_omit_default_css": "se omitirá el CSS de la página para compartir predeterminada. Úselo cuando realice cambios importantes de estilo.", + "share_root": "marca la nota que se publica en /share root.", + "share_description": "definir el texto que se agregará a la etiqueta HTML meta para la descripción", + "share_raw": "la nota se entregará en su formato original, sin contenedor HTML", + "share_disallow_robot_indexing": "prohibirá la indexación por robots de esta nota a través del encabezado X-Robots-Tag: noindex", + "share_credentials": "requiere credenciales para acceder a esta nota compartida. Se espera que el valor tenga el formato 'nombre_de_usuario:contraseña'. No olvide hacer que esto sea heredable para aplicarlo a notas/imágenes hijo.", + "share_index": "tenga en cuenta que con esto esta etiqueta enumerará todas las raíces de las notas compartidas", + "display_relations": "nombres de relaciones delimitados por comas que deben mostrarse. Todos los demás estarán ocultos.", + "hide_relations": "nombres de relaciones delimitados por comas que deben ocultarse. Se mostrarán todos los demás.", + "title_template": "título por defecto de notas creadas como subnota de esta nota. El valor es evaluado como una cadena de JavaScript \n y por lo tanto puede ser enriquecida con contenido dinámico vía las variables inyectadas now y parentNote. Ejemplos:\n \n
    \n
  • trabajos literarios de ${parentNote.getLabelValue('authorName')}
  • \n
  • Registro para ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n Consulte la wiki para obtener más detalles, documentación de la API para parentNote y now para más detalles.", + "template": "Esta nota aparecerá en la selección de plantillas disponibles al crear una nueva nota", + "toc": "#toc o #toc=show forzará que se muestre la tabla de contenido, #toc=hide forzará a ocultarla. Si la etiqueta no existe, se observa la configuración global", + "color": "define el color de la nota en el árbol de notas, enlaces, etc. Utilice cualquier valor de color CSS válido como 'red' o #a13d5f", + "keyboard_shortcut": "Define un atajo de teclado que saltará inmediatamente a esta nota. Ejemplo: 'ctrl+alt+e'. Es necesario recargar la interfaz para que el cambio surta efecto.", + "keep_current_hoisting": "Abrir este enlace no cambiará el anclaje incluso si la nota no se puede mostrar en el subárbol anclado actualmente.", + "execute_button": "Título del botón que ejecutará la nota de código actual", + "execute_description": "Descripción más larga de la nota de código actual que se muestra junto con el botón de ejecución", + "exclude_from_note_map": "Las notas con esta etiqueta se ocultarán del Mapa de notas", + "new_notes_on_top": "Las notas nuevas se crearán en la parte superior de la nota principal, no en la parte inferior.", + "hide_highlight_widget": "Ocultar widget de lista destacada", + "run_on_note_creation": "se ejecuta cuando se crea la nota en el backend. Utilice esta relación si desea ejecutar el script para todas las notas creadas en un subárbol específico. En ese caso, créela en la nota raíz del subárbol y hágala heredable. Una nueva nota creada dentro del subárbol (cualquier profundidad) activará el script.", + "run_on_child_note_creation": "se ejecuta cuando se crea una nueva nota bajo la nota donde se define esta relación", + "run_on_note_title_change": "se ejecuta cuando se cambia el título de la nota (también incluye la creación de notas)", + "run_on_note_content_change": "se ejecuta cuando se cambia el contenido de la nota (también incluye la creación de notas).", + "run_on_note_change": "se ejecuta cuando se cambia la nota (incluye también la creación de notas). No incluye cambios de contenido", + "run_on_note_deletion": "se ejecuta cuando se elimina la nota", + "run_on_branch_creation": "se ejecuta cuando se crea una rama. Una rama es un vínculo entre la nota principal y la nota secundaria y se crea, por ejemplo, al clonar o mover una nota.", + "run_on_branch_change": "se ejecuta cuando se actualiza una rama.", + "run_on_branch_deletion": "se ejecuta cuando se elimina una rama. Una rama es un vínculo entre la nota principal y la nota secundaria y se elimina, por ejemplo, al mover la nota (se elimina la rama/enlace antiguo).", + "run_on_attribute_creation": "se ejecuta cuando se crea un nuevo atributo para la nota que define esta relación", + "run_on_attribute_change": " se ejecuta cuando se cambia el atributo de una nota que define esta relación. Esto también se activa cuando se elimina el atributo", + "relation_template": "los atributos de la nota se heredarán incluso sin una relación padre-hijo, el contenido y el subárbol de la nota se agregarán a las notas de instancia si están vacíos. Consulte la documentación para obtener más detalles.", + "inherit": "los atributos de la nota se heredarán incluso sin una relación padre-hijo. Consulte la relación de plantilla para conocer un concepto similar. Consulte herencia de atributos en la documentación.", + "render_note": "notas de tipo \"render HTML note\" serán renderizadas usando una nota de código (HTML o script) y es necesario apuntar usando esta relación con la nota que debe de ser renderizada", + "widget_relation": "el objetivo de esta relación se ejecutará y representará como un widget en la barra lateral", + "share_css": "Nota CSS que se inyectará en la página para compartir. La nota CSS también debe estar en el subárbol compartido. Considere usar también 'share_hidden_from_tree' y 'share_omit_default_css'.", + "share_js": "Nota de JavaScript que se inyectará en la página para compartir. La nota JS también debe estar en el subárbol compartido. Considere usar 'share_hidden_from_tree'.", + "share_template": "Nota de JavaScript integrada que se utilizará como plantilla para mostrar la nota compartida. Su no existe se usa la plantilla predeterminada. Considere usar 'share_hidden_from_tree'.", + "share_favicon": "La nota de favicon se configurará en la página compartida. Por lo general, se desea configurarlo para que comparta la raíz y lo haga heredable. La nota de Favicon también debe estar en el subárbol compartido. Considere usar 'share_hidden_from_tree'.", + "is_owned_by_note": "es propiedad de una nota", + "other_notes_with_name": "Otras notas con nombre de {{attributeType}} \"{{attributeName}}\"", + "and_more": "... y {{count}} más.", + "print_landscape": "Al exportar a PDF, cambia la orientación de la página a paisaje en lugar de retrato.", + "print_page_size": "Al exportar a PDF, cambia el tamaño de la página. Valores soportados: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", + "color_type": "Color" + }, + "attribute_editor": { + "help_text_body1": "Para agregar una etiqueta, simplemente escriba, por ejemplo. #rock o si desea agregar también valor, p.e. #año = 2020", + "help_text_body2": "Para relación, escriba ~author = @, lo que debería abrir un autocompletado donde podrá buscar la nota deseada.", + "help_text_body3": "Alternativamente, puede agregar una etiqueta y una relación usando el botón + en el lado derecho.", + "save_attributes": "Guardar atributos ", + "add_a_new_attribute": "Agregar un nuevo atributo", + "add_new_label": "Agregar nueva etiqueta ", + "add_new_relation": "Agregar nueva relación ", + "add_new_label_definition": "Agregar nueva definición de etiqueta", + "add_new_relation_definition": "Agregar nueva definición de relación", + "placeholder": "Ingrese las etiquetas y relaciones aquí" + }, + "abstract_bulk_action": { + "remove_this_search_action": "Eliminar esta acción de búsqueda" + }, + "execute_script": { + "execute_script": "Ejecutar script", + "help_text": "Puede ejecutar scripts simples en las notas coincidentes.", + "example_1": "Por ejemplo, para agregar una cadena al título de una nota, use este pequeño script:", + "example_2": "Un ejemplo más complejo sería eliminar todos los atributos de las notas coincidentes:" + }, + "add_label": { + "add_label": "Agregar etiqueta", + "label_name_placeholder": "nombre de la etiqueta", + "label_name_title": "Se permiten caracteres alfanuméricos, guiones bajos y dos puntos.", + "to_value": "a valor", + "new_value_placeholder": "nuevo valor", + "help_text": "Sobre todas las notas coincidentes:", + "help_text_item1": "crear una etiqueta dada si la nota aún no tiene una", + "help_text_item2": "o cambiar el valor de la etiqueta existente", + "help_text_note": "También puede llamar a este método sin valor, en tal caso se asignará una etiqueta a la nota sin valor." + }, + "delete_label": { + "delete_label": "Eliminar etiqueta", + "label_name_placeholder": "nombre de la etiqueta", + "label_name_title": "Se permiten caracteres alfanuméricos, guiones bajos y dos puntos." + }, + "rename_label": { + "rename_label": "Renombrar etiqueta", + "rename_label_from": "Renombrar etiqueta de", + "old_name_placeholder": "antiguo nombre", + "to": "A", + "new_name_placeholder": "nuevo nombre", + "name_title": "Se permiten caracteres alfanuméricos, guiones bajos y dos puntos." + }, + "update_label_value": { + "update_label_value": "Actualizar valor de etiqueta", + "label_name_placeholder": "nombre de la etiqueta", + "label_name_title": "Se permiten caracteres alfanuméricos, guiones bajos y dos puntos.", + "to_value": "a valor", + "new_value_placeholder": "nuevo valor", + "help_text": "En todas las notas coincidentes, cambie el valor de la etiqueta existente.", + "help_text_note": "También puede llamar a este método sin valor, en tal caso se asignará una etiqueta a la nota sin valor." + }, + "delete_note": { + "delete_note": "Eliminar nota", + "delete_matched_notes": "Eliminar notas coincidentes", + "delete_matched_notes_description": "Esto eliminará las notas coincidentes.", + "undelete_notes_instruction": "Después de la eliminación, es posible recuperarlos desde el cuadro de diálogo Cambios recientes.", + "erase_notes_instruction": "Para eliminar las notas permanentemente, puede ir después de la eliminación a Opción -> Otro y dar clic en el botón \"Borrar notas eliminadas ahora\"." + }, + "delete_revisions": { + "delete_note_revisions": "Eliminar revisiones de notas", + "all_past_note_revisions": "Se eliminarán todas las revisiones anteriores de notas coincidentes. La nota en sí se conservará por completo. En otros términos, se eliminará el historial de la nota." + }, + "move_note": { + "move_note": "Mover nota", + "to": "a", + "target_parent_note": "nota padre objetivo", + "on_all_matched_notes": "En todas las notas coincidentes", + "move_note_new_parent": "mover nota al nuevo padre si la nota solo tiene un padre (es decir, la rama anterior es eliminada y una nueva rama es creada en el nuevo padre)", + "clone_note_new_parent": "clonar la nota al nuevo padre si la nota tiene múltiples clones/ramas (no es claro que rama debe de ser eliminada)", + "nothing_will_happen": "no pasará nada si la nota no se puede mover a la nota de destino (es decir, esto crearía un ciclo de árbol)" + }, + "rename_note": { + "rename_note": "Renombrar nota", + "rename_note_title_to": "Renombrar título de la nota a", + "new_note_title": "nuevo título de nota", + "click_help_icon": "Haga clic en el icono de ayuda a la derecha para ver todas las opciones", + "evaluated_as_js_string": "El valor dado se evalúa como una cadena de JavaScript y, por lo tanto, se puede enriquecer con contenido dinámico a través de la variable note inyectada (se cambia el nombre de la nota). Ejemplos:", + "example_note": "Nota: todas las notas coincidentes son renombradas a 'Nota'", + "example_new_title": "NUEVO: ${note.title} - los títulos de las notas coincidentes tienen el prefijo 'NUEVO: '", + "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - las notas coincidentes tienen el prefijo fecha-mes de creación de la nota", + "api_docs": "Consulte los documentos de API para nota y su propiedades dateCreatedObj/utcDateCreatedObj para obtener más detalles." + }, + "add_relation": { + "add_relation": "Agregar relación", + "relation_name": "nombre de relación", + "allowed_characters": "Se permiten caracteres alfanuméricos, guiones bajos y dos puntos.", + "to": "a", + "target_note": "nota de destino", + "create_relation_on_all_matched_notes": "En todas las notas coincidentes, cree una relación determinada." + }, + "delete_relation": { + "delete_relation": "Eliminar relación", + "relation_name": "nombre de relación", + "allowed_characters": "Se permiten caracteres alfanuméricos, guiones bajos y dos puntos." + }, + "rename_relation": { + "rename_relation": "Renombrar relación", + "rename_relation_from": "Renombrar relación de", + "old_name": "antiguo nombre", + "to": "A", + "new_name": "nuevo nombre", + "allowed_characters": "Se permiten caracteres alfanuméricos, guiones bajos y dos puntos." + }, + "update_relation_target": { + "update_relation": "Relación de actualización", + "relation_name": "nombre de la relación", + "allowed_characters": "Se permiten caracteres alfanuméricos, guiones bajos y dos puntos.", + "to": "a", + "target_note": "nota de destino", + "on_all_matched_notes": "En todas las notas coincidentes", + "change_target_note": "o cambiar la nota de destino de la relación existente", + "update_relation_target": "Actualizar destino de relación" + }, + "attachments_actions": { + "open_externally": "Abrir externamente", + "open_externally_title": "El archivo se abrirá en una aplicación externa y se observará en busca de cambios. Luego podrá volver a cargar la versión modificada en Trilium.", + "open_custom": "Abrir de forma personalizada", + "open_custom_title": "El archivo se abrirá en una aplicación externa y se observará en busca de cambios. Luego podrá volver a cargar la versión modificada en Trilium.", + "download": "Descargar", + "rename_attachment": "Renombrar archivo adjunto", + "upload_new_revision": "Subir nueva revisión", + "copy_link_to_clipboard": "Copiar enlace al portapapeles", + "convert_attachment_into_note": "Convertir archivo adjunto en nota", + "delete_attachment": "Eliminar archivo adjunto", + "upload_success": "Se ha subido una nueva revisión del archivo adjunto.", + "upload_failed": "Error al cargar una nueva revisión del archivo adjunto.", + "open_externally_detail_page": "Abrir un archivo adjunto externamente solo está disponible desde la página de detalles; primero haga clic en el detalle del archivo adjunto y repita la acción.", + "open_custom_client_only": "La apertura personalizada de archivos adjuntos solo se puede realizar desde el cliente.", + "delete_confirm": "¿Está seguro de que desea eliminar el archivo adjunto '{{title}}'?", + "delete_success": "El archivo adjunto '{{title}}' ha sido eliminado.", + "convert_confirm": "¿Está seguro de que desea convertir el archivo adjunto '{{title}}' en una nota separada?", + "convert_success": "El archivo adjunto '{{title}}' se ha convertido en una nota.", + "enter_new_name": "Por favor ingresa el nombre del nuevo archivo adjunto" + }, + "calendar": { + "mon": "Lun", + "tue": "Mar", + "wed": "Mié", + "thu": "Jue", + "fri": "Vie", + "sat": "Sáb", + "sun": "Dom", + "cannot_find_day_note": "No se puede encontrar la nota del día", + "cannot_find_week_note": "No se puede encontrar la nota de la semana", + "january": "Enero", + "february": "Febrero", + "march": "Marzo", + "april": "Abril", + "may": "Mayo", + "june": "Junio", + "july": "Julio", + "august": "Agosto", + "september": "Septiembre", + "october": "Octubre", + "november": "Noviembre", + "december": "Diciembre", + "week": "Semana", + "week_previous": "Semana anterior", + "week_next": "Semana siguiente", + "month": "Mes", + "month_previous": "Mes anterior", + "month_next": "Mes siguiente", + "year": "Año", + "year_previous": "Año anterior", + "year_next": "Año siguiente", + "list": "Lista", + "today": "Hoy" + }, + "close_pane_button": { + "close_this_pane": "Cerrar este panel" + }, + "create_pane_button": { + "create_new_split": "Crear nueva división" + }, + "edit_button": { + "edit_this_note": "Editar esta nota" + }, + "show_toc_widget_button": { + "show_toc": "Mostrar tabla de contenido" + }, + "show_highlights_list_widget_button": { + "show_highlights_list": "Mostrar lista de destacados" + }, + "global_menu": { + "menu": "Menú", + "options": "Opciones", + "open_new_window": "Abrir nueva ventana", + "switch_to_mobile_version": "Cambiar a la versión móvil", + "switch_to_desktop_version": "Cambiar a la versión de escritorio", + "zoom": "Zoom", + "toggle_fullscreen": "Alternar pantalla completa", + "zoom_out": "Alejar", + "reset_zoom_level": "Restablecer nivel de zoom", + "zoom_in": "Acercar", + "configure_launchbar": "Configurar la barra de inicio", + "show_shared_notes_subtree": "Mostrar subárbol de notas compartidas", + "advanced": "Avanzado", + "open_dev_tools": "Abrir herramientas de desarrollo", + "open_sql_console": "Abrir la consola SQL", + "open_sql_console_history": "Abrir el historial de la consola SQL", + "open_search_history": "Abrir historial de búsqueda", + "show_backend_log": "Mostrar registro de backend", + "reload_hint": "Recargar puede ayudar con algunos fallos visuales sin reiniciar toda la aplicación.", + "reload_frontend": "Recargar interfaz", + "show_hidden_subtree": "Mostrar subárbol oculto", + "show_help": "Mostrar ayuda", + "about": "Acerca de Trilium Notes", + "logout": "Cerrar sesión", + "show-cheatsheet": "Mostrar hoja de trucos", + "toggle-zen-mode": "Modo Zen", + "new-version-available": "Nueva actualización disponible", + "download-update": "Obtener versión {{latestVersion}}" + }, + "zen_mode": { + "button_exit": "Salir del modo Zen" + }, + "sync_status": { + "unknown": "

El estado de sincronización será conocido una vez que el siguiente intento de sincronización comience.

Dé clic para activar la sincronización ahora

", + "connected_with_changes": "

Conectado al servidor de sincronización.
Hay cambios pendientes que aún no se han sincronizado.

Dé clic para activar la sincronización.

", + "connected_no_changes": "

Conectado al servidor de sincronización.
Todos los cambios ya han sido sincronizados.

Dé clic para activar la sincronización.

", + "disconnected_with_changes": "

El establecimiento de la conexión con el servidor de sincronización no ha tenido éxito.
Hay algunos cambios pendientes que aún no se han sincronizado.

Dé clic para activar la sincronización.

", + "disconnected_no_changes": "

El establecimiento de la conexión con el servidor de sincronización no ha tenido éxito.
Todos los cambios conocidos han sido sincronizados.

Dé clic para activar la sincronización.

", + "in_progress": "La sincronización con el servidor está en progreso." + }, + "left_pane_toggle": { + "show_panel": "Mostrar panel", + "hide_panel": "Ocultar panel" + }, + "move_pane_button": { + "move_left": "Mover a la izquierda", + "move_right": "Mover a la derecha" + }, + "note_actions": { + "convert_into_attachment": "Convertir en archivo adjunto", + "re_render_note": "Volver a renderizar nota", + "search_in_note": "Buscar en nota", + "note_source": "Fuente de la nota", + "note_attachments": "Notas adjuntas", + "open_note_externally": "Abrir nota externamente", + "open_note_externally_title": "El archivo se abrirá en una aplicación externa y se observará en busca de cambios. Luego podrá volver a cargar la versión modificada en Trilium.", + "open_note_custom": "Abrir nota personalizada", + "import_files": "Importar archivos", + "export_note": "Exportar nota", + "delete_note": "Eliminar nota", + "print_note": "Imprimir nota", + "save_revision": "Guardar revisión", + "convert_into_attachment_failed": "La conversión de nota '{{title}}' falló.", + "convert_into_attachment_successful": "La nota '{{title}}' ha sido convertida a un archivo adjunto.", + "convert_into_attachment_prompt": "¿Está seguro que desea convertir la nota '{{title}}' en un archivo adjunto de la nota padre?", + "print_pdf": "Exportar como PDF...", + "open_note_on_server": "Abrir nota en servidor", + "view_revisions": "Revisiones de la nota...", + "advanced": "Avanzado", + "export_as_image": "Exportar como imagen", + "export_as_image_png": "PNG (ráster)", + "export_as_image_svg": "SVG (vectorial)", + "note_map": "Mapa de la nota" + }, + "onclick_button": { + "no_click_handler": "El widget de botón '{{componentId}}' no tiene un controlador de clics definido" + }, + "protected_session_status": { + "active": "La sesión protegida está activa. Dé clic para salir de la sesión protegida.", + "inactive": "Dé clic para ingresar a la sesión protegida" + }, + "revisions_button": { + "note_revisions": "Revisiones de nota" + }, + "update_available": { + "update_available": "Actualización disponible" + }, + "note_launcher": { + "this_launcher_doesnt_define_target_note": "Este lanzador no define la nota de destino." + }, + "code_buttons": { + "execute_button_title": "Ejecutar script", + "trilium_api_docs_button_title": "Abrir documentación de la API de Trilium", + "save_to_note_button_title": "Guardar en nota", + "opening_api_docs_message": "Abriendo documentación API...", + "sql_console_saved_message": "La nota de la consola SQL se ha guardado en {{note_path}}" + }, + "copy_image_reference_button": { + "button_title": "Copiar la referencia de la imagen al portapapeles; se puede pegar en una nota de texto." + }, + "hide_floating_buttons_button": { + "button_title": "Ocultar botones" + }, + "show_floating_buttons_button": { + "button_title": "Mostrar botones" + }, + "svg_export_button": { + "button_title": "Exportar diagrama como SVG" + }, + "relation_map_buttons": { + "create_child_note_title": "Crear una subnota y agregarla al mapa", + "reset_pan_zoom_title": "Restablecer la panorámica y el zoom a las coordenadas y ampliación iniciales", + "zoom_in_title": "Acercar", + "zoom_out_title": "Alejar" + }, + "zpetne_odkazy": { + "relation": "relación", + "backlink_one": "{{count}} Vínculo de retroceso", + "backlink_many": "{{count}} Vínculos de retroceso", + "backlink_other": "{{count}} Vínculos de retroceso" + }, + "mobile_detail_menu": { + "insert_child_note": "Insertar subnota", + "delete_this_note": "Eliminar esta nota", + "error_cannot_get_branch_id": "No se puede obtener el branchID del notePath '{{notePath}}'", + "error_unrecognized_command": "Comando no reconocido {{command}}", + "note_revisions": "Revisiones de notas", + "backlinks": "Vínculos de retroceso" + }, + "note_icon": { + "change_note_icon": "Cambiar icono de nota", + "search": "Búsqueda:", + "reset-default": "Restablecer a icono por defecto", + "search_placeholder_one": "Buscar {{number}} icono a través de {{count}} paquetes", + "search_placeholder_many": "Buscar {{number}} iconos a través de {{count}} paquetes", + "search_placeholder_other": "Buscar {{number}} iconos a través de {{count}} paquetes", + "search_placeholder_filtered": "Buscar {{number}} iconos en {{name}}", + "filter": "Filtro", + "filter-none": "Todos los iconos", + "filter-default": "Iconos predeterminados", + "icon_tooltip": "{{name}}\nPaquete de iconos: {{iconPack}}", + "no_results": "No se encontraron iconos." + }, + "basic_properties": { + "note_type": "Tipo de nota", + "editable": "Editable", + "basic_properties": "Propiedades básicas", + "language": "Idioma", + "configure_code_notes": "Configurar notas de código..." + }, + "book_properties": { + "view_type": "Tipo de vista", + "grid": "Cuadrícula", + "list": "Lista", + "collapse_all_notes": "Contraer todas las notas", + "collapse": "Colapsar", + "expand": "Expandir", + "invalid_view_type": "Tipo de vista inválida '{{type}}'", + "calendar": "Calendario", + "book_properties": "Propiedades de colección", + "table": "Tabla", + "geo-map": "Mapa Geo", + "board": "Tablero", + "include_archived_notes": "Mostrar notas archivadas", + "presentation": "Presentación", + "expand_tooltip": "Expande las subnotas inmediatas de esta colección (un nivel). Para más opciones, pulsa la flecha a la derecha.", + "expand_first_level": "Expandir hijos inmediatos", + "expand_nth_level": "Expandir {{depth}} niveles", + "expand_all_levels": "Expandir todos los niveles", + "hide_child_notes": "Ocultar subnotas en el árbol" + }, + "edited_notes": { + "no_edited_notes_found": "Aún no hay notas editadas en este día...", + "title": "Notas editadas", + "deleted": "(eliminado)" + }, + "file_properties": { + "note_id": "ID de nota", + "original_file_name": "Nombre del archivo original", + "file_type": "Tipo de archivo", + "file_size": "Tamaño del archivo", + "download": "Descargar", + "open": "Abrir externamente", + "upload_new_revision": "Subir nueva revisión", + "upload_success": "Se ha subido una nueva revisión de archivo.", + "upload_failed": "Error al cargar una nueva revisión de archivo.", + "title": "Archivo" + }, + "image_properties": { + "original_file_name": "Nombre del archivo original", + "file_type": "Tipo de archivo", + "file_size": "Tamaño del archivo", + "download": "Descargar", + "open": "Abrir", + "copy_reference_to_clipboard": "Copiar referencia al portapapeles", + "upload_new_revision": "Subir nueva revisión", + "upload_success": "Se ha subido una nueva revisión de imagen.", + "upload_failed": "Error al cargar una nueva revisión de imagen: {{message}}", + "title": "Imagen" + }, + "inherited_attribute_list": { + "title": "Atributos heredados", + "no_inherited_attributes": "Sin atributos heredados.", + "none": "ninguno" + }, + "note_info_widget": { + "note_id": "ID de nota", + "created": "Creado", + "modified": "Modificado", + "type": "Tipo", + "note_size": "Tamaño de nota", + "note_size_info": "El tamaño de la nota proporciona una estimación aproximada de los requisitos de almacenamiento para esta nota. Toma en cuenta el contenido de la nota y el contenido de sus revisiones de nota.", + "calculate": "calcular", + "subtree_size": "(tamaño del subárbol: {{size}} en {{count}} notas)", + "title": "Información de nota", + "mime": "Tipo MIME", + "show_similar_notes": "Mostrar notas similares" + }, + "note_map": { + "open_full": "Ampliar al máximo", + "collapse": "Contraer al tamaño normal", + "title": "Mapa de notas", + "fix-nodes": "Fijar nodos", + "link-distance": "Distancia de enlace" + }, + "note_paths": { + "title": "Rutas de nota", + "clone_button": "Clonar nota a nueva ubicación...", + "intro_placed": "Esta nota está colocada en las siguientes rutas:", + "intro_not_placed": "Esta nota aún no se ha colocado en el árbol de notas.", + "outside_hoisted": "Esta ruta está fuera de la nota anclada y habría que bajarla.", + "archived": "Archivado", + "search": "Buscar" + }, + "note_properties": { + "this_note_was_originally_taken_from": "Esta nota fue tomada originalmente de:", + "info": "Información" + }, + "owned_attribute_list": { + "owned_attributes": "Atributos propios" + }, + "promoted_attributes": { + "promoted_attributes": "Atributos promovidos", + "unset-field-placeholder": "no establecido", + "url_placeholder": "http://sitioweb...", + "open_external_link": "Abrir enlace externo", + "unknown_label_type": "Tipo de etiqueta desconocido '{{type}}'", + "unknown_attribute_type": "Tipo de atributo desconocido '{{type}}'", + "add_new_attribute": "Agregar nuevo atributo", + "remove_this_attribute": "Eliminar este atributo", + "remove_color": "Eliminar la etiqueta del color" + }, + "script_executor": { + "query": "Consulta", + "script": "Script", + "execute_query": "Ejecutar consulta", + "execute_script": "Ejecutar script" + }, + "search_definition": { + "add_search_option": "Agregar opción de búsqueda:", + "search_string": "cadena de búsqueda", + "search_script": "script de búsqueda", + "ancestor": "antepasado", + "fast_search": "búsqueda rápida", + "fast_search_description": "La opción de búsqueda rápida desactiva la búsqueda de texto completo del contenido de las notas, lo que podría acelerar la búsqueda en bases de datos grandes.", + "include_archived": "incluir notas archivadas", + "include_archived_notes_description": "Las notas archivadas se excluyen por defecto de los resultados de búsqueda; con esta opción se incluirán.", + "order_by": "ordenar por", + "limit": "límite", + "limit_description": "Limitar el número de resultados", + "debug": "depurar", + "debug_description": "La depuración imprimirá información de depuración adicional en la consola para ayudar a depurar consultas complejas", + "action": "acción", + "search_button": "Buscar", + "search_execute": "Buscar y ejecutar acciones", + "save_to_note": "Guardar en nota", + "search_parameters": "Parámetros de búsqueda", + "unknown_search_option": "Opción de búsqueda desconocida {{searchOptionName}}", + "search_note_saved": "La nota de búsqueda se ha guardado en {{- notePathTitle}}", + "actions_executed": "Las acciones han sido ejecutadas.", + "view_options": "Ver opciones:" + }, + "similar_notes": { + "title": "Notas similares", + "no_similar_notes_found": "No se encontraron notas similares." + }, + "abstract_search_option": { + "remove_this_search_option": "Eliminar esta opción de búsqueda", + "failed_rendering": "Error al renderizar opción de búsqueda: {{dto}} con error: {{error}} {{stack}}" + }, + "ancestor": { + "label": "Antepasado", + "placeholder": "buscar nota por su nombre", + "depth_label": "profundidad", + "depth_doesnt_matter": "no importa", + "depth_eq": "es exactamente {{count}}", + "direct_children": "hijos directos", + "depth_gt": "es mayor que {{count}}", + "depth_lt": "es menor que {{count}}" + }, + "debug": { + "debug": "Depurar", + "debug_info": "Al depurar se imprimirá información de depuración adicional en la consola para ayudar a depurar consultas complejas.", + "access_info": "Para acceder a la información de depuración, ejecute la consulta y dé clic en \"Mostrar registro de backend\" en la esquina superior izquierda." + }, + "fast_search": { + "fast_search": "Búsqueda rápida", + "description": "La opción de búsqueda rápida desactiva la búsqueda de texto completo del contenido de las notas, lo que podría acelerar la búsqueda en bases de datos grandes." + }, + "include_archived_notes": { + "include_archived_notes": "Incluir notas archivadas" + }, + "limit": { + "limit": "Límite", + "take_first_x_results": "Tomar solo los primeros X resultados especificados." + }, + "order_by": { + "order_by": "Ordenar por", + "relevancy": "Relevancia (predeterminado)", + "title": "Título", + "date_created": "Fecha de creación", + "date_modified": "Fecha de la última modificación", + "content_size": "Tamaño del contenido de la nota", + "content_and_attachments_size": "Tenga en cuenta el tamaño del contenido, incluidos los archivos adjuntos", + "content_and_attachments_and_revisions_size": "Tenga en cuenta el tamaño del contenido, incluidos los archivos adjuntos y las revisiones", + "revision_count": "Número de revisiones", + "children_count": "Número de subnotas", + "parent_count": "Número de clones", + "owned_label_count": "Número de etiquetas", + "owned_relation_count": "Número de relaciones", + "target_relation_count": "Número de relaciones dirigidas a la nota", + "random": "Orden aleatorio", + "asc": "Ascendente (predeterminado)", + "desc": "Descendente" + }, + "search_script": { + "title": "Script de búsqueda:", + "placeholder": "buscar nota por su nombre", + "description1": "El script de búsqueda permite definir los resultados de la búsqueda ejecutando un script. Esto proporciona la máxima flexibilidad cuando la búsqueda estándar no es suficiente.", + "description2": "El script de búsqueda debe ser de tipo \"código\" y subtipo \"JavaScript backend\". El script tiene que devolver un arreglo de noteIds o notas.", + "example_title": "Véa este ejemplo:", + "example_code": "// 1. prefiltro usando búsqueda estandar\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. aplicar criterios de búsqueda personalizada\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", + "note": "Tenga en cuenta que el script de búsqueda y la cadena de búsqueda no se pueden combinar entre sí." + }, + "search_string": { + "title_column": "Cadena de búsqueda:", + "placeholder": "palabras clave de texto completo, #etiqueta = valor...", + "search_syntax": "Sintaxis de búsqueda", + "also_see": "ver también", + "complete_help": "ayuda completa sobre la sintaxis de búsqueda", + "full_text_search": "Simplemente ingrese cualquier texto para realizar una búsqueda de texto completo", + "label_abc": "devuelve notas con etiqueta abc", + "label_year": "coincide con las notas con el año de la etiqueta que tiene valor 2019", + "label_rock_pop": "coincide con notas que tienen etiquetas tanto de rock como de pop", + "label_rock_or_pop": "sólo una de las etiquetas debe estar presente", + "label_year_comparison": "comparación numérica (también >, >=, <).", + "label_date_created": "notas creadas en el último mes", + "error": "Error de búsqueda: {{error}}", + "search_prefix": "Buscar:" + }, + "attachment_detail": { + "open_help_page": "Abrir página de ayuda en archivos adjuntos", + "owning_note": "Nota dueña: ", + "you_can_also_open": ", también puede abrir el ", + "list_of_all_attachments": "Lista de todos los archivos adjuntos", + "attachment_deleted": "Este archivo adjunto ha sido eliminado." + }, + "attachment_list": { + "open_help_page": "Abrir página de ayuda en archivos adjuntos", + "owning_note": "Nota dueña: ", + "upload_attachments": "Subir archivos adjuntos", + "no_attachments": "Esta nota no tiene archivos adjuntos." + }, + "book": { + "no_children_help": "Esta nota de tipo libro no tiene ninguna subnota así que no hay nada que mostrar. Véa la wiki para más detalles.", + "drag_locked_title": "Bloqueado para edición", + "drag_locked_message": "No se permite Arrastrar pues la colección está bloqueada para edición." + }, + "editable_code": { + "placeholder": "Escriba el contenido de su nota de código aquí..." + }, + "editable_text": { + "placeholder": "Escribe aquí el contenido de tu nota...", + "auto-detect-language": "Detectado automáticamente", + "editor_crashed_title": "El editor de texto ha dejado de responder", + "editor_crashed_content": "Su contenido ha sido recuperado con éxito, pero puede que algunos de sus cambios más recientes no se hayan guardado.", + "editor_crashed_details_button": "Ver más detalles...", + "editor_crashed_details_intro": "Si experimenta este error varias veces, considere informarlo en GitHub adjuntando la siguiente información.", + "editor_crashed_details_title": "Información técnica", + "keeps-crashing": "El componente de edición sigue fallando. Por favor, intente reiniciar Trilium. Si el problema persiste, considere crear un informe de fallos." + }, + "empty": { + "open_note_instruction": "Abra una nota escribiendo el título de la nota en la entrada a continuación o elija una nota en el árbol.", + "search_placeholder": "buscar una nota por su nombre", + "enter_workspace": "Ingresar al espacio de trabajo {{title}}" + }, + "file": { + "file_preview_not_available": "La vista previa del archivo no está disponible para este formato de archivo.", + "too_big": "La vista previa solo muestra los primeros {{maxNumChars}} caracteres del archivo por razones de rendimiento. Descargue el archivo y ábralo externamente para poder ver todo el contenido." + }, + "protected_session": { + "enter_password_instruction": "Para mostrar una nota protegida es necesario ingresar su contraseña:", + "start_session_button": "Iniciar sesión protegida", + "started": "La sesión protegida ha iniciado.", + "wrong_password": "Contraseña incorrecta.", + "protecting-finished-successfully": "La protección finalizó exitosamente.", + "unprotecting-finished-successfully": "La desprotección finalizó exitosamente.", + "protecting-in-progress": "Protección en progreso: {{count}}", + "unprotecting-in-progress-count": "Desprotección en progreso: {{count}}", + "protecting-title": "Estado de protección", + "unprotecting-title": "Estado de desprotección" + }, + "relation_map": { + "open_in_new_tab": "Abrir en nueva pestaña", + "remove_note": "Quitar nota", + "edit_title": "Editar título", + "rename_note": "Cambiar nombre de nota", + "enter_new_title": "Ingrese el nuevo título de la nota:", + "remove_relation": "Eliminar relación", + "confirm_remove_relation": "¿Estás seguro de que deseas eliminar la relación?", + "specify_new_relation_name": "Especifique el nuevo nombre de la relación (caracteres permitidos: alfanuméricos, dos puntos y guión bajo):", + "connection_exists": "La conexión '{{name}}' entre estas notas ya existe.", + "start_dragging_relations": "Empiece a arrastrar relaciones desde aquí y suéltelas en otra nota.", + "note_not_found": "¡Nota {{noteId}} no encontrada!", + "cannot_match_transform": "No se puede coincidir con la transformación: {{transform}}", + "note_already_in_diagram": "La nota \"{{title}}\" ya está en el diagrama.", + "enter_title_of_new_note": "Ingrese el título de la nueva nota", + "default_new_note_title": "nueva nota", + "click_on_canvas_to_place_new_note": "Haga clic en el lienzo para colocar una nueva nota" + }, + "render": { + "note_detail_render_help_1": "Esta nota de ayuda se muestra porque esta nota de tipo Renderizar HTML no tiene la relación requerida para funcionar correctamente.", + "note_detail_render_help_2": "El tipo de nota Render HTML es usado para scripting. De forma resumida, tiene una nota con código HTML (opcionalmente con algo de JavaScript) y esta nota la renderizará. Para que funcione, es necesario definir una relación llamada \"renderNote\" apuntando a la nota HTML nota a renderizar." + }, + "web_view": { + "web_view": "Vista web", + "embed_websites": "La nota de tipo Web View le permite insertar sitios web en Trilium.", + "create_label": "Para comenzar, por favor cree una etiqueta con una dirección URL que desee empotrar, e.g. #webViewSrc=\"https://www.google.com\"" + }, + "backend_log": { + "refresh": "Refrescar" + }, + "consistency_checks": { + "title": "Comprobación de coherencia", + "find_and_fix_button": "Buscar y solucionar problemas de coherencia", + "finding_and_fixing_message": "Buscando y solucionando problemas de coherencia...", + "issues_fixed_message": "Los problemas de coherencia han sido solucionados." + }, + "database_anonymization": { + "title": "Anonimización de bases de datos", + "full_anonymization": "Anonimización total", + "full_anonymization_description": "Esta acción creará una nueva copia de la base de datos y la anonimizará (eliminará todo el contenido de las notas y dejará solo la estructura y algunos metadatos no confidenciales) para compartirla en línea con fines de depuración sin temor a filtrar sus datos personales.", + "save_fully_anonymized_database": "Guarde la base de datos completamente anónima", + "light_anonymization": "Anonimización ligera", + "light_anonymization_description": "Esta acción creará una nueva copia de la base de datos y realizará una ligera anonimización en ella; específicamente, solo se eliminará el contenido de todas las notas, pero los títulos y atributos permanecerán. Además, se mantendrán las notas de script JS frontend/backend personalizadas y los widgets personalizados. Esto proporciona más contexto para depurar los problemas.", + "choose_anonymization": "Puede decidir usted mismo si desea proporcionar una base de datos total o ligeramente anónima. Incluso una base de datos totalmente anónima es muy útil; sin embargo, en algunos casos, una base de datos ligeramente anónima puede acelerar el proceso de identificación y corrección de errores.", + "save_lightly_anonymized_database": "Guarde una base de datos ligeramente anónima", + "existing_anonymized_databases": "Bases de datos anónimas existentes", + "creating_fully_anonymized_database": "Creando una base de datos totalmente anónima...", + "creating_lightly_anonymized_database": "Creando una base de datos ligeramente anónima...", + "error_creating_anonymized_database": "No se pudo crear una base de datos anónima; consulte los registros de backend para obtener más detalles", + "successfully_created_fully_anonymized_database": "Se creó una base de datos completamente anónima en {{anonymizedFilePath}}", + "successfully_created_lightly_anonymized_database": "Se creó una base de datos ligeramente anónima en {{anonymizedFilePath}}", + "no_anonymized_database_yet": "Aún no hay base de datos anónima." + }, + "database_integrity_check": { + "title": "Verificación de integridad de la base de datos", + "description": "Esto verificará que la base de datos no esté dañada en el nivel SQLite. Puede que tarde algún tiempo, dependiendo del tamaño de la base de datos.", + "check_button": "Verificar la integridad de la base de datos", + "checking_integrity": "Comprobando la integridad de la base de datos...", + "integrity_check_succeeded": "La verificación de integridad fue exitosa; no se encontraron problemas.", + "integrity_check_failed": "La verificación de integridad falló: {{results}}" + }, + "sync": { + "title": "Sincronizar", + "force_full_sync_button": "Forzar sincronización completa", + "fill_entity_changes_button": "Llenar registros de cambios de entidad", + "full_sync_triggered": "Sincronización completa activada", + "filling_entity_changes": "Rellenar filas de cambios de entidad...", + "sync_rows_filled_successfully": "Sincronizar filas completadas correctamente", + "finished-successfully": "La sincronización finalizó exitosamente.", + "failed": "La sincronización falló: {{message}}" + }, + "vacuum_database": { + "title": "Limpiar base de datos", + "description": "Esto reconstruirá la base de datos, lo que normalmente dará como resultado un archivo de base de datos más pequeño. En realidad, no se cambiará ningún dato.", + "button_text": "Limpiar base de datos", + "vacuuming_database": "Limpiando base de datos...", + "database_vacuumed": "La base de datos ha sido limpiada" + }, + "fonts": { + "theme_defined": "Tema definido", + "fonts": "Fuentes", + "main_font": "Fuente principal", + "font_family": "Familia de fuentes", + "size": "Tamaño", + "note_tree_font": "Fuente del árbol de notas", + "note_detail_font": "Fuente de detalle de nota", + "monospace_font": "Fuente Monospace (código)", + "note_tree_and_detail_font_sizing": "Tenga en cuenta que el tamaño de fuente del árbol y de los detalles es relativo a la configuración del tamaño de fuente principal.", + "not_all_fonts_available": "Es posible que no todas las fuentes enumeradas estén disponibles en su sistema.", + "apply_font_changes": "Para aplicar cambios de fuente, haga clic en", + "reload_frontend": "recargar la interfaz", + "generic-fonts": "Fuentes genéricas", + "sans-serif-system-fonts": "Fuentes Sans-serif del sistema", + "serif-system-fonts": "Fuentes Serif del sistema", + "monospace-system-fonts": "Fuentes Monoespaciadas del sistema", + "handwriting-system-fonts": "Fuentes a mano alzada del sistema", + "serif": "Serif", + "sans-serif": "Sans Serif", + "monospace": "Monoespaciada", + "system-default": "Predeterminada del sistema" + }, + "max_content_width": { + "title": "Ancho del contenido", + "default_description": "Trilium limita de forma predeterminada el ancho máximo del contenido para mejorar la legibilidad de ventanas maximizadas en pantallas anchas.", + "max_width_label": "Ancho máximo del contenido en píxeles", + "max_width_unit": "píxeles", + "centerContent": "Mantener el contenido centrado" + }, + "native_title_bar": { + "title": "Barra de título nativa (requiere reiniciar la aplicación)", + "enabled": "activado", + "disabled": "desactivado" + }, + "ribbon": { + "widgets": "Widgets de cinta", + "promoted_attributes_message": "La pestaña de la cinta Atributos promovidos se abrirá automáticamente si los atributos promovidos están presentes en la nota", + "edited_notes_message": "La pestaña de la cinta Notas editadas se abrirá automáticamente en las notas del día" + }, + "theme": { + "title": "Tema", + "theme_label": "Tema", + "override_theme_fonts_label": "Sobreescribir fuentes de tema", + "triliumnext": "Trilium (Sigue el esquema de color del sistema)", + "triliumnext-light": "Trilium (Claro)", + "triliumnext-dark": "Trilium (Oscuro)", + "layout": "Disposición", + "layout-vertical-title": "Vertical", + "layout-horizontal-title": "Horizontal", + "layout-vertical-description": "la barra del lanzador está en la izquierda (por defecto)", + "layout-horizontal-description": "la barra de lanzamiento está debajo de la barra de pestañas, la barra de pestañas ahora tiene ancho completo.", + "auto_theme": "Heredado (Sigue el esquema de colores del sistema)", + "light_theme": "Heredado (Claro)", + "dark_theme": "Heredado (Oscuro)" + }, + "zoom_factor": { + "title": "Factor de zoom (solo versión de escritorio)", + "description": "El zoom también se puede controlar con los atajos CTRL+- y CTRL+=." + }, + "code_auto_read_only_size": { + "title": "Tamaño automático de solo lectura", + "description": "El tamaño de nota de solo lectura automático es el tamaño después del cual las notas se mostrarán en modo de solo lectura (por razones de rendimiento).", + "label": "Tamaño automático de solo lectura (notas de código)", + "unit": "caracteres" + }, + "code-editor-options": { + "title": "Editor" + }, + "code_mime_types": { + "title": "Tipos MIME disponibles en el menú desplegable", + "tooltip_syntax_highlighting": "Resaltado de sintaxis", + "tooltip_code_block_syntax": "Bloques de código en Notas de texto", + "tooltip_code_note_syntax": "Notas de código" + }, + "vim_key_bindings": { + "use_vim_keybindings_in_code_notes": "Combinaciones de teclas Vim", + "enable_vim_keybindings": "Habilitar los atajos de teclas de Vim en la notas de código (no es modo ex)" + }, + "wrap_lines": { + "wrap_lines_in_code_notes": "Ajustar líneas en notas de código", + "enable_line_wrap": "Habilitar ajuste de línea (es posible que el cambio requiera una recarga de interfaz para que surta efecto)" + }, + "images": { + "images_section_title": "Imágenes", + "download_images_automatically": "Descargar imágenes automáticamente para usarlas sin conexión.", + "download_images_description": "El HTML pegado puede contener referencias a imágenes en línea; Trilium encontrará esas referencias y descargará las imágenes para que estén disponibles sin conexión.", + "enable_image_compression": "Habilitar la compresión de imágenes", + "max_image_dimensions": "Ancho/alto máximo de una imagen en píxeles (la imagen cambiará de tamaño si excede esta configuración).", + "max_image_dimensions_unit": "píxeles", + "jpeg_quality_description": "Calidad JPEG (10 - peor calidad, 100 - mejor calidad, se recomienda 50 - 85)" + }, + "attachment_erasure_timeout": { + "attachment_erasure_timeout": "Tiempo de espera para borrar archivos adjuntos", + "attachment_auto_deletion_description": "Los archivos adjuntos se eliminan (y borran) automáticamente si ya no se hace referencia a ellos en su nota después de un tiempo de espera definido.", + "erase_attachments_after": "Borrar archivos adjuntos después de:", + "manual_erasing_description": "También puede activar el borrado manualmente (sin considerar el tiempo de espera definido anteriormente):", + "erase_unused_attachments_now": "Borrar ahora los archivos adjuntos no utilizados en la nota", + "unused_attachments_erased": "Los archivos adjuntos no utilizados se han eliminado." + }, + "network_connections": { + "network_connections_title": "Conexiones de red", + "check_for_updates": "Buscar actualizaciones automáticamente" + }, + "note_erasure_timeout": { + "note_erasure_timeout_title": "Tiempo de espera de borrado de notas", + "note_erasure_description": "Las notas eliminadas (y los atributos, las revisiones ...) en principio solo están marcadas como eliminadas y es posible recuperarlas del diálogo de Notas recientes. Después de un período de tiempo, las notas eliminadas son \" borradas\", lo que significa que su contenido ya no es recuperable. Esta configuración le permite configurar la longitud del período entre eliminar y borrar la nota.", + "erase_notes_after": "Borrar notas después de:", + "manual_erasing_description": "También puede activar el borrado manualmente (sin considerar el tiempo de espera definido anteriormente):", + "erase_deleted_notes_now": "Borrar notas eliminadas ahora", + "deleted_notes_erased": "Las notas eliminadas han sido borradas." + }, + "revisions_snapshot_interval": { + "note_revisions_snapshot_interval_title": "Intervalo de instantáneas de revisiones de notas", + "note_revisions_snapshot_description": "El intervalo de tiempo de la instantánea de revisión de nota es el tiempo después de lo cual se creará una nueva revisión para la nota. Ver wiki para obtener más información.", + "snapshot_time_interval_label": "Intervalo de tiempo de la instantánea de revisión de notas:" + }, + "revisions_snapshot_limit": { + "note_revisions_snapshot_limit_title": "Límite de respaldos de revisiones de nota", + "note_revisions_snapshot_limit_description": "El límite de número de respaldos de revisiones de notas se refiere al número máximo de revisiones que pueden guardarse para cada nota. Donde -1 significa sin límite, 0 significa borrar todas las revisiones. Puede establecer el máximo de revisiones para una sola nota a través de la etiqueta #versioningLimit.", + "snapshot_number_limit_label": "Número límite de respaldos de revisiones de nota:", + "snapshot_number_limit_unit": "respaldos", + "erase_excess_revision_snapshots": "Eliminar el exceso de respaldos de revisiones ahora", + "erase_excess_revision_snapshots_prompt": "El exceso de respaldos de revisiones han sido eliminadas." + }, + "search_engine": { + "title": "Motor de búsqueda", + "custom_search_engine_info": "El motor de búsqueda personalizado requiere que se establezcan un nombre y una URL. Si alguno de estos no está configurado, DuckDuckGo se utilizará como motor de búsqueda predeterminado.", + "predefined_templates_label": "Plantillas de motor de búsqueda predefinidas", + "bing": "Bing", + "baidu": "Baidu", + "duckduckgo": "DuckDuckGo", + "google": "Google", + "custom_name_label": "Nombre del motor de búsqueda personalizado", + "custom_name_placeholder": "Personalizar el nombre del motor de búsqueda", + "custom_url_label": "La URL del motor de búsqueda personalizado debe incluir {keyword} como marcador de posición para el término de búsqueda.", + "custom_url_placeholder": "Personalizar la URL del motor de búsqueda", + "save_button": "Guardar" + }, + "tray": { + "title": "Bandeja de sistema", + "enable_tray": "Habilitar bandeja (es necesario reiniciar Trilium para que este cambio surta efecto)" + }, + "heading_style": { + "title": "Estilo de título", + "plain": "Plano", + "underline": "Subrayar", + "markdown": "Estilo Markdown" + }, + "highlights_list": { + "title": "Lista de puntos destacados", + "description": "Puede personalizar la lista de puntos destacados que se muestra en el panel derecho:", + "bold": "Texto en negrita", + "italic": "Texto en cursiva", + "underline": "Texto subrayado", + "color": "Texto con color", + "bg_color": "Texto con color de fondo", + "visibility_title": "Visibilidad de la lista de puntos destacados", + "visibility_description": "Puede ocultar el widget de puntos destacados por nota agregando la etiqueta #hideHighlightWidget.", + "shortcut_info": "Puede configurar un método abreviado de teclado para alternar rápidamente el panel derecho (incluidos los puntos destacados) en Opciones -> Atajos (nombre 'toggleRightPane')." + }, + "table_of_contents": { + "title": "Tabla de contenido", + "description": "La tabla de contenido aparecerá en las notas de texto cuando la nota tenga más de un número definido de títulos. Puede personalizar este número:", + "unit": "títulos", + "disable_info": "También puede utilizar esta opción para desactivar la TDC (TOC) de forma efectiva estableciendo un número muy alto.", + "shortcut_info": "Puede configurar un atajo de teclado para alternar rápidamente el panel derecho (incluido el TDC) en Opciones -> Atajos (nombre 'toggleRightPane')." + }, + "text_auto_read_only_size": { + "title": "Tamaño para modo de solo lectura automático", + "description": "El tamaño de nota de solo lectura automático es el tamaño después del cual las notas se mostrarán en modo de solo lectura (por razones de rendimiento).", + "label": "Tamaño para modo de solo lectura automático (notas de texto)", + "unit": "caracteres" + }, + "custom_date_time_format": { + "title": "Formato de fecha/hora personalizada", + "description": "Personalizar el formado de fecha y la hora insertada vía o la barra de herramientas. Véa la documentación de Day.js para más tokens de formato disponibles.", + "format_string": "Cadena de formato:", + "formatted_time": "Fecha/hora personalizada:" + }, + "i18n": { + "title": "Localización", + "language": "Idioma", + "first-day-of-the-week": "Primer día de la semana", + "sunday": "Domingo", + "monday": "Lunes", + "first-week-of-the-year": "Primer semana del año", + "first-week-contains-first-day": "Primer semana que contiene al primer día del año", + "first-week-contains-first-thursday": "Primer semana que contiene al primer jueves del año", + "first-week-has-minimum-days": "Primer semana que contiene un mínimo de días", + "min-days-in-first-week": "Días mínimos en la primer semana", + "first-week-info": "Primer semana que contiene al primer jueves del año está basado en el estándarISO 8601.", + "first-week-warning": "Cambiar las opciones de primer semana puede causar duplicados con las Notas Semanales existentes y las Notas Semanales existentes no serán actualizadas respectivamente.", + "formatting-locale": "Fecha y formato de número", + "tuesday": "Martes", + "wednesday": "Miércoles", + "thursday": "Jueves", + "friday": "Viernes", + "saturday": "Sábado", + "formatting-locale-auto": "Basado en el idioma de la aplicación" + }, + "backup": { + "automatic_backup": "Copia de seguridad automática", + "automatic_backup_description": "Trilium puede realizar copias de seguridad de la base de datos automáticamente:", + "enable_daily_backup": "Habilitar copia de seguridad diaria", + "enable_weekly_backup": "Habilitar copia de seguridad semanal", + "enable_monthly_backup": "Habilitar copia de seguridad mensual", + "backup_recommendation": "Se recomienda mantener la copia de seguridad activada, pero esto puede ralentizar el inicio de la aplicación con bases de datos grandes y/o dispositivos de almacenamiento lentos.", + "backup_now": "Realizar copia de seguridad ahora", + "backup_database_now": "Realizar copia de seguridad de la base de datos ahora", + "existing_backups": "Copias de seguridad existentes", + "date-and-time": "Fecha y hora", + "path": "Ruta", + "database_backed_up_to": "Se ha realizado una copia de seguridad de la base de datos en {{backupFilePath}}", + "no_backup_yet": "no hay copia de seguridad todavía" + }, + "etapi": { + "title": "ETAPI", + "description": "ETAPI es una REST API que se utiliza para acceder a la instancia de Trilium mediante programación, sin interfaz de usuario.", + "create_token": "Crear nuevo token ETAPI", + "existing_tokens": "Tokens existentes", + "no_tokens_yet": "Aún no hay tokens. Dé clic en el botón de arriba para crear uno.", + "token_name": "Nombre del token", + "created": "Creado", + "actions": "Acciones", + "new_token_title": "Nuevo token ETAPI", + "new_token_message": "Por favor ingresa el nombre del nuevo token", + "default_token_name": "nuevo token", + "error_empty_name": "El nombre del token no puede estar vacío", + "token_created_title": "Token ETAPI creado", + "token_created_message": "Copiar el token creado en el portapapeles. Trilium almacena el token con hash y esta es la última vez que lo ve.", + "rename_token": "Renombrar este token", + "delete_token": "Eliminar/Desactivar este token", + "rename_token_title": "Renombrar token", + "rename_token_message": "Por favor ingresa el nombre del nuevo token", + "delete_token_confirmation": "¿Está seguro de que desea eliminar el token ETAPI \"{{name}}\"?" + }, + "options_widget": { + "options_status": "Estado de las opciones", + "options_change_saved": "Se han guardado los cambios de las opciones." + }, + "password": { + "heading": "Contraseña", + "alert_message": "Tenga cuidado de recordar su nueva contraseña. La contraseña se utiliza para iniciar sesión en la interfaz web y cifrar las notas protegidas. Si olvida su contraseña, todas sus notas protegidas se perderán para siempre.", + "reset_link": "Dé clic aquí para restablecerla.", + "old_password": "Contraseña anterior", + "new_password": "Nueva contraseña", + "new_password_confirmation": "Confirmación de nueva contraseña", + "change_password": "Cambiar contraseña", + "protected_session_timeout": "Tiempo de espera de sesión protegida", + "protected_session_timeout_description": "El tiempo de espera de la sesión protegida es el período de tiempo después del cual la sesión protegida se borra de la memoria del navegador. Esto se mide desde la última interacción con notas protegidas. Ver", + "wiki": "wiki", + "for_more_info": "para más información.", + "protected_session_timeout_label": "Tiempo de espera de sesión protegida:", + "reset_confirmation": "Al restablecer la contraseña, perderá para siempre el acceso a todas sus notas protegidas existentes. ¿Realmente quieres restablecer la contraseña?", + "reset_success_message": "La contraseña ha sido restablecida. Por favor establezca una nueva contraseña", + "change_password_heading": "Cambiar contraseña", + "set_password_heading": "Establecer contraseña", + "set_password": "Establecer contraseña", + "password_mismatch": "Las nuevas contraseñas no son las mismas.", + "password_changed_success": "La contraseña ha sido cambiada. Trilium se recargará después de presionar Aceptar." + }, + "multi_factor_authentication": { + "title": "Autenticación Multi-Factor", + "description": "La autenticación multifactor (MFA) agrega una capa adicional de seguridad a su cuenta. En lugar de solo ingresar una contraseña para iniciar sesión, MFA requiere que proporcione una o más pruebas adicionales para verificar su identidad. De esta manera, incluso si alguien se apodera de su contraseña, aún no puede acceder a su cuenta sin la segunda pieza de información. Es como agregar una cerradura adicional a su puerta, lo que hace que sea mucho más difícil para cualquier otra persona entrar.

Por favor siga las instrucciones a continuación para habilitar MFA. Si no lo configura correctamente, el inicio de sesión volverá a solo contraseña.", + "mfa_enabled": "Habilitar la autenticación multifactor", + "mfa_method": "Método MFA", + "electron_disabled": "Actualmente la autenticación multifactor no está soportada en la compilación de escritorio.", + "totp_title": "Contraseña de un solo uso basada en el tiempo (TOTP)", + "totp_description": "TOTP (contraseña de un solo uso basada en el tiempo) es una característica de seguridad que genera un código temporal único que cambia cada 30 segundos. Utiliza este código, junto con su contraseña para iniciar sesión en su cuenta, lo que hace que sea mucho más difícil para cualquier otra persona acceder a ella.", + "totp_secret_title": "Generar secreto TOTP", + "totp_secret_generate": "Generar secreto TOTP", + "totp_secret_regenerate": "Regenerar secreto TOTP", + "no_totp_secret_warning": "Para habilitar TOTP, primero debe de generar un secreto TOTP.", + "totp_secret_description_warning": "Después de generar un nuevo secreto TOTP, le será requerido que inicie sesión otra vez con el nuevo secreto TOTP.", + "totp_secret_generated": "Secreto TOTP generado", + "totp_secret_warning": "Por favor guarde el secreto generado en una ubicación segura. No será mostrado de nuevo.", + "totp_secret_regenerate_confirm": "¿Está seguro que desea regenerar el secreto TOTP? Esto va a invalidar el secreto TOTP previo y todos los códigos de recuperación existentes.", + "recovery_keys_title": "Claves de recuperación para un solo inicio de sesión", + "recovery_keys_description": "Las claves de recuperación para un solo inicio de sesión son usadas para iniciar sesión incluso cuando no puede acceder a los códigos de su autentificador.", + "recovery_keys_description_warning": "Las claves de recuperación no son mostrada de nuevo después de dejar esta página, manténgalas en un lugar seguro.
Después de que una clave de recuperación es utilizada ya no puede utilizarse de nuevo.", + "recovery_keys_error": "Error al generar códigos de recuperación", + "recovery_keys_no_key_set": "No hay códigos de recuperación establecidos", + "recovery_keys_generate": "Generar códigos de recuperación", + "recovery_keys_regenerate": "Regenerar códigos de recuperación", + "recovery_keys_used": "Usado: {{date}}", + "recovery_keys_unused": "El código de recuperación {{index}} está sin usar", + "oauth_title": "OAuth/OpenID", + "oauth_description": "OpenID es un método estandarizado que permite iniciar sesión en sitios web usando una cuenta de otro servicio, como Google, para verificar tu identidad. El emisor predeterminado es Google, pero se puede cambiar a cualquier otro proveedor de OpenID. Consulta aquí para más información. Sigue estas instrucciones para configurar un servicio OpenID a través de Google.", + "oauth_description_warning": "Para habilitar OAuth/OpenID, necesita establecer la URL base de OAuth/OpenID, ID de cliente y secreto de cliente en el archivo config.ini y reiniciar la aplicación. Si desea establecerlas desde variables de ambiente, por favor establezca TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID y TRILIUM_OAUTH_CLIENT_SECRET.", + "oauth_missing_vars": "Ajustes faltantes: {{-variables}}", + "oauth_user_account": "Cuenta de usuario: ", + "oauth_user_email": "Correo electrónico de usuario: ", + "oauth_user_not_logged_in": "¡No ha iniciado sesión!" + }, + "shortcuts": { + "keyboard_shortcuts": "Atajos de teclado", + "multiple_shortcuts": "Varios atajos para la misma acción se pueden separar mediante comas.", + "electron_documentation": "Véa la documentación de Electron para los modificadores y códigos de tecla disponibles.", + "type_text_to_filter": "Escriba texto para filtrar los accesos directos...", + "action_name": "Nombre de la acción", + "shortcuts": "Atajos", + "default_shortcuts": "Atajos predeterminados", + "description": "Descripción", + "reload_app": "Vuelva a cargar la aplicación para aplicar los cambios", + "set_all_to_default": "Establecer todos los accesos directos al valor predeterminado", + "confirm_reset": "¿Realmente desea restablecer todos los atajos de teclado a sus valores predeterminados?" + }, + "spellcheck": { + "title": "Revisión ortográfica", + "description": "Estas opciones se aplican sólo para compilaciones de escritorio; los navegadores utilizarán su corrector ortográfico nativo.", + "enable": "Habilitar corrector ortográfico", + "language_code_label": "Código(s) de idioma", + "language_code_placeholder": "por ejemplo \"en-US\", \"de-AT\"", + "multiple_languages_info": "Múltiples idiomas se pueden separar por coma, por ejemplo \"en-US, de-DE, cs\". ", + "available_language_codes_label": "Códigos de idioma disponibles:", + "restart-required": "Los cambios en las opciones de corrección ortográfica entrarán en vigor después del reinicio de la aplicación." + }, + "sync_2": { + "config_title": "Configuración de sincronización", + "server_address": "Dirección de la instancia del servidor", + "timeout": "Tiempo de espera de sincronización (milisegundos)", + "timeout_unit": "milisegundos", + "proxy_label": "Sincronizar servidor proxy (opcional)", + "note": "Nota", + "note_description": "Si deja la configuración del proxy en blanco, se utilizará el proxy del sistema (se aplica únicamente a la compilación de escritorio/electron).", + "special_value_description": "Otro valor especial es noproxy que obliga a ignorar incluso al proxy del sistema y respeta NODE_TLS_REJECT_UNAUTHORIZED.", + "save": "Guardar", + "help": "Ayuda", + "test_title": "Prueba de sincronización", + "test_description": "Esto probará la conexión y el protocolo de enlace con el servidor de sincronización. Si el servidor de sincronización no está inicializado, esto lo configurará para sincronizarse con el documento local.", + "test_button": "Prueba de sincronización", + "handshake_failed": "Error en el protocolo de enlace del servidor de sincronización, error: {{message}}" + }, + "api_log": { + "close": "Cerrar" + }, + "attachment_detail_2": { + "will_be_deleted_in": "Este archivo adjunto se eliminará automáticamente en {{time}}", + "will_be_deleted_soon": "Este archivo adjunto se eliminará automáticamente pronto", + "deletion_reason": ", porque el archivo adjunto no está vinculado en el contenido de la nota. Para evitar la eliminación, vuelva a agregar el enlace del archivo adjunto al contenido o convierta el archivo adjunto en una nota.", + "role_and_size": "Rol: {{role}}, tamaño: {{size}}, MIME: {{- mimeType}}", + "link_copied": "Enlace del archivo adjunto copiado al portapapeles.", + "unrecognized_role": "Rol de archivo adjunto no reconocido '{{role}}'." + }, + "bookmark_switch": { + "bookmark": "Marcador", + "bookmark_this_note": "Agregar esta nota a marcadores en el panel lateral izquierdo", + "remove_bookmark": "Eliminar marcador" + }, + "editability_select": { + "auto": "Automático", + "read_only": "Sólo lectura", + "always_editable": "Siempre editable", + "note_is_editable": "La nota es editable si no es muy grande.", + "note_is_read_only": "La nota es de solo lectura, pero se puede editar con un clic en un botón.", + "note_is_always_editable": "La nota siempre es editable, independientemente de su tamaño." + }, + "note-map": { + "button-link-map": "Mapa de Enlaces", + "button-tree-map": "Mapa de Árbol" + }, + "tree-context-menu": { + "open-in-a-new-tab": "Abrir en nueva pestaña", + "open-in-a-new-split": "Abrir en nueva división", + "insert-note-after": "Insertar nota contigua", + "insert-child-note": "Insertar subnota", + "delete": "Eliminar", + "search-in-subtree": "Buscar en subárbol", + "hoist-note": "Anclar nota", + "unhoist-note": "Desanclar nota", + "edit-branch-prefix": "Editar prefijo de rama", + "advanced": "Avanzado", + "expand-subtree": "Expandir subárbol", + "collapse-subtree": "Colapsar subárbol", + "sort-by": "Ordenar por...", + "recent-changes-in-subtree": "Cambios recientes en subárbol", + "convert-to-attachment": "Convertir en adjunto", + "copy-note-path-to-clipboard": "Copiar ruta de nota al portapapeles", + "protect-subtree": "Proteger subárbol", + "unprotect-subtree": "Desproteger subárbol", + "copy-clone": "Copiar / clonar", + "clone-to": "Clonar en...", + "cut": "Cortar", + "move-to": "Mover a...", + "paste-into": "Pegar en", + "paste-after": "Pegar después de", + "duplicate": "Duplicar", + "export": "Exportar", + "import-into-note": "Importar a nota", + "apply-bulk-actions": "Aplicar acciones en lote", + "converted-to-attachments": "{{count}} notas han sido convertidas en archivos adjuntos.", + "convert-to-attachment-confirm": "¿Está seguro que desea convertir las notas seleccionadas en archivos adjuntos de sus notas padres? Esta operación solo aplica a notas de Imagen, otras notas serán omitidas.", + "open-in-popup": "Edición rápida", + "archive": "Archivar", + "unarchive": "Desarchivar", + "open-in-a-new-window": "Abrir en una nueva ventana", + "hide-subtree": "Ocultar subárbol", + "show-subtree": "Mostrar subárbol" + }, + "shared_info": { + "shared_publicly": "Esta nota está compartida públicamente en {{- link}}.", + "shared_locally": "Esta nota está compartida localmente en {{- link}}.", + "help_link": "Para obtener ayuda visite wiki." + }, + "note_types": { + "text": "Texto", + "code": "Código", + "saved-search": "Búsqueda Guardada", + "relation-map": "Mapa de Relaciones", + "note-map": "Mapa de Notas", + "render-note": "Nota de Renderizado", + "mermaid-diagram": "Diagrama Mermaid", + "canvas": "Lienzo", + "web-view": "Vista Web", + "mind-map": "Mapa Mental", + "file": "Archivo", + "image": "Imagen", + "launcher": "Lanzador", + "doc": "Doc", + "widget": "Widget", + "confirm-change": "No es recomendado cambiar el tipo de nota cuando el contenido de la nota no está vacío. ¿Desea continuar de cualquier manera?", + "geo-map": "Mapa Geo", + "beta-feature": "Beta", + "task-list": "Lista de tareas", + "book": "Colección", + "new-feature": "Nuevo", + "collections": "Colecciones" + }, + "protect_note": { + "toggle-on": "Proteger la nota", + "toggle-off": "Desproteger la nota", + "toggle-on-hint": "La nota no está protegida, dé clic para protegerla", + "toggle-off-hint": "La nota está protegida, dé clic para desprotegerla" + }, + "shared_switch": { + "shared": "Compartida", + "toggle-on-title": "Compartir la nota", + "toggle-off-title": "Descompartir la nota", + "shared-branch": "Esta nota sólo existe como una nota compartida, si la deja de compartir será eliminada. ¿Quiere continuar y eliminar esta nota?", + "inherited": "No puede dejar de compartir la nota aquí porque es compartida a través de la herencia de un ancestro." + }, + "template_switch": { + "template": "Plantilla", + "toggle-on-hint": "Hacer de la nota una plantilla", + "toggle-off-hint": "Eliminar la nota como una plantilla" + }, + "open-help-page": "Abrir página de ayuda", + "find": { + "case_sensitive": "Distingue entre mayúsculas y minúsculas", + "match_words": "Coincidir palabras", + "find_placeholder": "Encontrar en texto...", + "replace_placeholder": "Reemplazar con...", + "replace": "Reemplazar", + "replace_all": "Reemplazar todo" + }, + "highlights_list_2": { + "title": "Lista de destacados", + "options": "Opciones", + "title_with_count_one": "{{count}} punto destacado", + "title_with_count_many": "{{count}} puntos destacados", + "title_with_count_other": "{{count}} puntos destacados", + "modal_title": "Configurar la lista de puntos destacados", + "menu_configure": "Configurar la lista de puntos destacados...", + "no_highlights": "Ningún punto destacado encontrado." + }, + "quick-search": { + "placeholder": "Búsqueda rápida", + "searching": "Buscando...", + "no-results": "No se encontraron resultados", + "more-results": "... y {{number}} resultados más.", + "show-in-full-search": "Mostrar en búsqueda completa" + }, + "note_tree": { + "collapse-title": "Colapsar árbol de nota", + "scroll-active-title": "Desplazarse a nota activa", + "tree-settings-title": "Ajustes de árbol", + "hide-archived-notes": "Ocultar notas archivadas", + "automatically-collapse-notes": "Colapsar notas automaticamente", + "automatically-collapse-notes-title": "Las notas serán colapsadas después de un periodo de inactividad para despejar el árbol.", + "save-changes": "Guardar y aplicar cambios", + "auto-collapsing-notes-after-inactivity": "Colapsando notas automáticamente después de inactividad...", + "saved-search-note-refreshed": "La nota de búsqueda guardada fue recargada.", + "hoist-this-note-workspace": "Anclar esta nota (espacio de trabajo)", + "refresh-saved-search-results": "Refrescar resultados de búsqueda guardados", + "create-child-note": "Crear subnota", + "unhoist": "Desanclar", + "toggle-sidebar": "Alternar barra lateral", + "dropping-not-allowed": "No está permitido soltar notas en esta ubicación.", + "clone-indicator-tooltip": "Esta nota tiene {{- count}} padres: {{- parents}}", + "clone-indicator-tooltip-single": "Esta nota está clonada (1 padre adicional: {{- parent}})", + "shared-indicator-tooltip": "Esta nota está compartida públicamente", + "shared-indicator-tooltip-with-url": "Esta nota está compartida públicamente en: {{- url}}", + "subtree-hidden-tooltip_one": "{{count}} subnota que está oculta del árbol", + "subtree-hidden-tooltip_many": "{{count}} subnotas que están ocultas del árbol", + "subtree-hidden-tooltip_other": "{{count}} subnotas que están ocultas del árbol", + "subtree-hidden-moved-title": "Agregado a {{title}}", + "subtree-hidden-moved-description-collection": "Esta colección oculta sus subnotas en el árbol.", + "subtree-hidden-moved-description-other": "Las subnotas están ocultas en el árbol para esta nota." + }, + "title_bar_buttons": { + "window-on-top": "Mantener esta ventana en la parte superior" + }, + "note_detail": { + "could_not_find_typewidget": "No se pudo encontrar typeWidget para el tipo '{{type}}'", + "printing": "Impresión en curso...", + "printing_pdf": "Exportando a PDF en curso..", + "print_report_collection_content_one": "{{count}} nota en la colección no se puede imprimir porque no son compatibles o está protegida.", + "print_report_collection_content_many": "{{count}} notas en la colección no se pueden imprimir porque no son compatibles o están protegidas.", + "print_report_collection_content_other": "{{count}} notas en la colección no se pueden imprimir porque no son compatibles o están protegidas.", + "print_report_title": "Imprimir informe", + "print_report_collection_details_button": "Ver detalles", + "print_report_collection_details_ignored_notes": "Notas ignoradas" + }, + "note_title": { + "placeholder": "escriba el título de la nota aquí...", + "created_on": "Creado en ", + "last_modified": "Modificado en ", + "note_type_switcher_label": "Cambiar de {{type}} a:", + "note_type_switcher_others": "Otro tipo de nota", + "note_type_switcher_templates": "Plantilla", + "note_type_switcher_collection": "Colección", + "edited_notes": "Notas editadas en este día", + "promoted_attributes": "Atributos promovidos" + }, + "search_result": { + "no_notes_found": "No se han encontrado notas para los parámetros de búsqueda dados.", + "search_not_executed": "La búsqueda aún no se ha ejecutado. Dé clic en el botón «Buscar» para ver los resultados." + }, + "spacer": { + "configure_launchbar": "Configurar barra de lanzamiento" + }, + "sql_result": { + "no_rows": "No se han devuelto filas para esta consulta", + "not_executed": "La consulta aún no ha sido ejecutada.", + "failed": "La ejecución de la consulta SQL ha fallado", + "statement_result": "Resultado de declaración", + "execute_now": "Ejecutar ahora" + }, + "sql_table_schemas": { + "tables": "Tablas" + }, + "tab_row": { + "close_tab": "Cerrar pestaña", + "add_new_tab": "Agregar nueva pestaña", + "close": "Cerrar", + "close_other_tabs": "Cerrar otras pestañas", + "close_right_tabs": "Cerrar pestañas a la derecha", + "close_all_tabs": "Cerrar todas las pestañas", + "reopen_last_tab": "Reabrir última pestaña cerrada", + "move_tab_to_new_window": "Mover esta pestaña a una nueva ventana", + "copy_tab_to_new_window": "Copiar esta pestaña a una ventana nueva", + "new_tab": "Nueva pestaña" + }, + "toc": { + "table_of_contents": "Tabla de contenido", + "options": "Opciones", + "no_headings": "Sin encabezados." + }, + "watched_file_update_status": { + "file_last_modified": "Archivo ha sido modificado por última vez en.", + "upload_modified_file": "Subir archivo modificado", + "ignore_this_change": "Ignorar este cambio" + }, + "app_context": { + "please_wait_for_save": "Por favor espere algunos segundos a que se termine de guardar, después intente de nuevo." + }, + "note_create": { + "duplicated": "La nota \"{{title}}\" ha sido duplicada." + }, + "image": { + "copied-to-clipboard": "Una referencia a la imagen ha sido copiada al portapapeles. Esta puede ser pegada en cualquier nota de texto.", + "cannot-copy": "No se pudo copiar la referencia de imagen al portapapeles." + }, + "clipboard": { + "cut": "La(s) notas(s) han sido cortadas al portapapeles.", + "copied": "La(s) notas(s) han sido copiadas al portapapeles.", + "copy_failed": "No se puede copiar al portapapeles debido a problemas de permisos.", + "copy_success": "Copiado al portapapeles." + }, + "entrypoints": { + "note-revision-created": "Una revisión de nota ha sido creada.", + "note-executed": "Nota ejecutada.", + "sql-error": "Ocurrió un error al ejecutar la consulta SQL: {{message}}" + }, + "branches": { + "cannot-move-notes-here": "No se pueden mover notas aquí.", + "delete-status": "Estado de eliminación", + "delete-notes-in-progress": "Eliminación de notas en progreso: {{count}}", + "delete-finished-successfully": "La eliminación finalizó exitosamente.", + "undeleting-notes-in-progress": "Recuperación de notas en progreso: {{count}}", + "undeleting-notes-finished-successfully": "La recuperación de notas finalizó exitosamente." + }, + "frontend_script_api": { + "async_warning": "Está pasando una función asíncrona a `api.runOnBackend ()` que probablemente no funcionará como pretendía.\\nO haga la función sincrónica (removiendo la palabra `async`), o use `api.runAsyncOnBackendWithManualTransactionHandling()`.", + "sync_warning": "Estás pasando una función sincrónica a `api.runasynconbackendwithmanualTransactionHandling ()`, \\n while debería usar `api.runonbackend ()` en su lugar." + }, + "ws": { + "sync-check-failed": "¡La comprobación de sincronización falló!", + "consistency-checks-failed": "¡Las comprobaciones de consistencia fallaron! Vea los registros para más detalles.", + "encountered-error": "Error encontrado \"{{message}}\", compruebe la consola.", + "lost-websocket-connection-title": "Se ha perdido la conexión con el servidor", + "lost-websocket-connection-message": "Compruebe la configuración de su proxy inverso (por ejemplo, nginx o Apache) para asegurarse de que las conexiones WebSocket están correctamente permitidas y no están bloqueadas." + }, + "hoisted_note": { + "confirm_unhoisting": "La nota requerida '{{requestedNote}}' está fuera del subárbol de la nota anclada '{{hoistedNote}}' y debe desanclarla para acceder a la nota. ¿Desea proceder con el desanclaje?" + }, + "launcher_context_menu": { + "reset_launcher_confirm": "¿Realmente desea restaurar \"{{title}}\"? Todos los datos / ajustes en esta nota (y sus subnotas) se van a perder y el lanzador regresará a su ubicación original.", + "add-note-launcher": "Agregar un lanzador de nota", + "add-script-launcher": "Agregar un lanzador de script", + "add-custom-widget": "Agregar un widget personalizado", + "add-spacer": "Agregar espaciador", + "delete": "Eliminar ", + "reset": "Restaurar", + "move-to-visible-launchers": "Mover a lanzadores visibles", + "move-to-available-launchers": "Mover a lanzadores disponibles", + "duplicate-launcher": "Duplicar lanzador " + }, + "highlighting": { + "title": "Bloques de código", + "description": "Controla el resaltado de sintaxis para bloques de código dentro de las notas de texto, las notas de código no serán afectadas.", + "color-scheme": "Esquema de color" + }, + "code_block": { + "word_wrapping": "Ajuste de palabras", + "theme_none": "Sin resaltado de sintaxis", + "theme_group_light": "Temas claros", + "theme_group_dark": "Temas oscuros", + "copy_title": "Copiar al portapapeles" + }, + "classic_editor_toolbar": { + "title": "Formato" + }, + "editor": { + "title": "Editor" + }, + "editing": { + "editor_type": { + "label": "Barra de herramientas de formato", + "floating": { + "title": "Flotante", + "description": "las herramientas de edición aparecen cerca del cursor;" + }, + "fixed": { + "title": "Fijo", + "description": "las herramientas de edición aparecen en la pestaña de la cinta \"Formato\")." + }, + "multiline-toolbar": "Mostrar la barra de herramientas en múltiples líneas si no cabe." + } + }, + "electron_context_menu": { + "add-term-to-dictionary": "Agregar \"{{term}}\" al diccionario", + "cut": "Cortar", + "copy": "Copiar", + "copy-link": "Copiar enlace", + "paste": "Pegar", + "paste-as-plain-text": "Pegar como texto plano", + "search_online": "Buscar \"{{term}}\" con {{searchEngine}}", + "search_in_trilium": "Buscar \"{{term}}\" en Trilium" + }, + "image_context_menu": { + "copy_reference_to_clipboard": "Copiar referencia al portapapeles", + "copy_image_to_clipboard": "Copiar imagen al portapapeles" + }, + "link_context_menu": { + "open_note_in_new_tab": "Abrir nota en una pestaña nueva", + "open_note_in_new_split": "Abrir nota en una nueva división", + "open_note_in_new_window": "Abrir nota en una nueva ventana", + "open_note_in_popup": "Edición rápida", + "open_note_in_other_split": "Abrir nota en la otra división" + }, + "electron_integration": { + "desktop-application": "Aplicación de escritorio", + "native-title-bar": "Barra de título nativa", + "native-title-bar-description": "Para Windows y macOS, quitar la barra de título nativa hace que la aplicación se vea más compacta. En Linux, mantener la barra de título nativa hace que se integre mejor con el resto del sistema.", + "background-effects": "Habilitar efectos de fondo", + "background-effects-description": "Agrega un fondo borroso y elegante a las ventanas de la aplicación, creando profundidad y un aspecto moderno. \"Título nativo de la barra\" debe deshabilitarse.", + "restart-app-button": "Reiniciar la aplicación para ver los cambios", + "zoom-factor": "Factor de zoom" + }, + "note_autocomplete": { + "search-for": "Buscar por \"{{term}}\"", + "create-note": "Crear y enlazar subnota \"{{term}}\"", + "insert-external-link": "Insertar enlace externo a \"{{term}}\"", + "clear-text-field": "Limpiar campo de texto", + "show-recent-notes": "Mostrar notas recientes", + "full-text-search": "Búsqueda de texto completo" + }, + "note_tooltip": { + "note-has-been-deleted": "La nota ha sido eliminada.", + "quick-edit": "Edición rápida" + }, + "geo-map": { + "create-child-note-title": "Crear una nueva subnota y agregarla al mapa", + "create-child-note-instruction": "Dé clic en el mapa para crear una nueva nota en esa ubicación o presione Escape para cancelar.", + "unable-to-load-map": "No se puede cargar el mapa.", + "create-child-note-text": "Agregar marcador" + }, + "geo-map-context": { + "open-location": "Abrir ubicación", + "remove-from-map": "Eliminar del mapa", + "add-note": "Agregar un marcador en esta ubicación" + }, + "help-button": { + "title": "Abrir la página de ayuda relevante" + }, + "duration": { + "seconds": "Segundos", + "minutes": "Minutos", + "hours": "Horas", + "days": "Días" + }, + "share": { + "title": "Ajustes de uso compartido", + "redirect_bare_domain": "Redirigir el dominio absoluto a página Compartir", + "redirect_bare_domain_description": "Redirigir usuarios anónimos a la página Compartir en vez de mostrar Inicio de sesión", + "show_login_link": "Mostrar enlace a Inicio de sesión en tema de Compartir", + "show_login_link_description": "Mostrar enlace a Inicio de sesión en el pie de página de Compartir", + "check_share_root": "Comprobar estado de raíz de Compartir", + "share_root_found": "La nota raíz de Compartir '{{noteTitle}}' está lista", + "share_root_not_found": "No se encontró ninguna nota con la etiqueta #shareRoot", + "share_root_not_shared": "La nota '{{noteTitle}}' tiene la etiqueta #shareRoot pero no ha sido compartida" + }, + "time_selector": { + "invalid_input": "El valor de tiempo ingresado no es un número válido.", + "minimum_input": "El valor de tiempo ingresado necesita ser de al menos {{minimumSeconds}} segundos." + }, + "tasks": { + "due": { + "today": "Hoy", + "tomorrow": "Mañana", + "yesterday": "Ayer" + } + }, + "content_widget": { + "unknown_widget": "Widget desconocido para \"{{id}}\"." + }, + "note_language": { + "not_set": "Idioma no establecido", + "configure-languages": "Configurar idiomas...", + "help-on-languages": "Ayuda en idiomas de contenido..." + }, + "content_language": { + "title": "Idiomas de contenido", + "description": "Seleccione uno o más idiomas que deben aparecer en la selección del idioma en la sección Propiedades Básicas de una nota de texto de solo lectura o editable. Esto permitirá características tales como corrección de ortografía o soporte de derecha a izquierda." + }, + "switch_layout_button": { + "title_vertical": "Mover el panel de edición hacia abajo", + "title_horizontal": "Mover el panel de edición a la izquierda" + }, + "toggle_read_only_button": { + "unlock-editing": "Desbloquear la edición", + "lock-editing": "Bloquear la edición" + }, + "png_export_button": { + "button_title": "Exportar diagrama como PNG" + }, + "svg": { + "export_to_png": "El diagrama no pudo ser exportado a PNG.", + "export_to_svg": "El diagrama no pudo ser exportado a SVG." + }, + "code_theme": { + "title": "Apariencia", + "word_wrapping": "Ajuste de palabras", + "color-scheme": "Esquema de color" + }, + "cpu_arch_warning": { + "title": "Por favor descargue la versión ARM64", + "message_macos": "TriliumNext está siendo ejecutado bajo traducción Rosetta 2, lo que significa que está usando la versión Intel (x64) en Apple Silicon Mac. Esto impactará significativamente en el rendimiento y la vida de la batería.", + "message_windows": "TriliumNext está siendo ejecutado bajo emulación, lo que significa que está usando la version Intel (x64) en Windows en un dispositivo ARM. Esto impactará significativamente en el rendimiento y la vida de la batería.", + "recommendation": "Para la mejor experiencia, por favor descargue la versión nativa ARM64 de TriliumNext desde nuestra página de lanzamientos.", + "download_link": "Descargar versión nativa", + "continue_anyway": "Continuar de todas maneras", + "dont_show_again": "No mostrar esta advertencia otra vez" + }, + "book_properties_config": { + "hide-weekends": "Ocultar fines de semana", + "show-scale": "Mostrar escala", + "display-week-numbers": "Mostrar números de semana", + "map-style": "Estilo de mapa", + "max-nesting-depth": "Máxima profundidad de anidamiento:", + "vector_light": "Vector (claro)", + "vector_dark": "Vector (oscuro)", + "raster": "Trama" + }, + "table_context_menu": { + "delete_row": "Eliminar fila" + }, + "board_view": { + "delete-note": "Eliminar nota...", + "move-to": "Mover a", + "insert-above": "Insertar arriba", + "insert-below": "Insertar abajo", + "delete-column": "Eliminar columna", + "delete-column-confirmation": "¿Seguro que desea eliminar esta columna? El atributo correspondiente también se eliminará de las notas de esta columna.", + "add-column": "Añadir columna", + "new-item": "Nuevo elemento", + "archive-note": "Archivar nota", + "unarchive-note": "Desarchivar nota", + "new-item-placeholder": "Ingresar título de la nota...", + "add-column-placeholder": "Ingresar título de la columna...", + "edit-note-title": "Haga clic para editar el título de la nota", + "edit-column-title": "Haga clic para editar el título de la columna", + "remove-from-board": "Eliminar del tablero", + "column-already-exists": "Esta columna ya existe en el tablero." + }, + "content_renderer": { + "open_externally": "Abrir externamente" + }, + "table_view": { + "new-column": "Nueva columna", + "new-row": "Nueva fila", + "show-hide-columns": "Mostrar/ocultar columnas", + "row-insert-above": "Insertar fila arriba", + "row-insert-below": "Insertar fila debajo", + "sort-column-by": "Ordenar por \"{{title}}\"", + "sort-column-ascending": "Ascendiente", + "sort-column-descending": "Descendiente", + "sort-column-clear": "Quitar ordenación", + "hide-column": "Ocultar columna \"{{title}}\"", + "add-column-to-the-left": "Añadir columna a la izquierda", + "add-column-to-the-right": "Añadir columna a la derecha", + "edit-column": "Editar columna", + "delete_column_confirmation": "¿Seguro que desea eliminar esta columna? Se eliminará el atributo asociado de todas las notas.", + "new-column-label": "Etiqueta", + "new-column-relation": "Relación", + "delete-column": "Eliminar columna", + "row-insert-child": "Insertar subnota" + }, + "editorfeatures": { + "note_completion_enabled": "Activar autocompletado de notas", + "emoji_completion_enabled": "Activar autocompletado de emojis", + "title": "Funciones", + "emoji_completion_description": "Si está habilitado, los emojis pueden fácilmente insertarse en el texto escribiendo `:`, seguido del nombre de un emoji.", + "note_completion_description": "Si está habilitado, los vínculos a notas pueden crearse escribiendo `@` seguido del título de una nota.", + "slash_commands_enabled": "Habilitar comandos de barra", + "slash_commands_description": "Si está habilitado, editar comandos como insertar saltos de línea o títulos, puede alternarse escribiendo `/`." + }, + "command_palette": { + "tree-action-name": "Árbol:{{name}}", + "export_note_title": "Exportar nota", + "export_note_description": "Exportar nota actual", + "show_attachments_title": "Mostrar adjuntos", + "show_attachments_description": "Ver adjuntos de la nota", + "search_notes_title": "Buscar notas", + "search_notes_description": "Abrir búsqueda avanzada", + "search_subtree_title": "Buscar en subárbol", + "search_subtree_description": "Buscar dentro del subárbol actual", + "search_history_title": "Mostrar historial de búsqueda", + "search_history_description": "Ver búsquedas previas", + "configure_launch_bar_title": "Configurar barra de inicio", + "configure_launch_bar_description": "Abrir la configuración de la barra de inicio, para agregar o quitar elementos." + }, + "modal": { + "close": "Cerrar", + "help_title": "Mostrar más información sobre esta pantalla" + }, + "call_to_action": { + "next_theme_title": "Prueba el nuevo tema de Trilium", + "next_theme_message": "Estás usando actualmente el tema heredado. ¿Te gustaría probar el nuevo tema?", + "next_theme_button": "Prueba el nuevo tema", + "background_effects_title": "Los efectos de fondo son ahora estables", + "background_effects_message": "En los dispositivos Windows y macOS, los efectos de fondo ya son estables. Los efectos de fondo añaden un toque de color a la interfaz de usuario difuminando el fondo que hay detrás.", + "background_effects_button": "Activar efectos de fondo", + "dismiss": "Desestimar", + "new_layout_title": "Nuevo diseño", + "new_layout_message": "Hemos introducido un diseño modernizado para Trilium. La cinta se ha eliminado y se ha integrado perfectamente en la interfaz principal, con una nueva barra de estado y secciones ampliables (como los atributos promovidos) que tienen funciones clave.\n\nEl nuevo diseño está habilitado por defecto, y puede ser deshabilitado temporalmente a través de Opciones → Apariencia.", + "new_layout_button": "Más información" + }, + "ui-performance": { + "title": "Rendimiento", + "enable-motion": "Habilitar transiciones y animaciones", + "enable-shadows": "Activar sombras", + "enable-backdrop-effects": "Habilitar efectos de fondo para menús, ventanas emergentes y paneles", + "enable-smooth-scroll": "Habilitar desplazamiento suave", + "app-restart-required": "(es necesario reiniciar la aplicación para que el cambio surta efecto)" + }, + "settings": { + "related_settings": "Configuración relacionada" + }, + "settings_appearance": { + "related_code_blocks": "Esquema de colores para bloques de código en notas de texto", + "related_code_notes": "Esquema de colores para notas de código", + "ui": "Interfaz de usuario", + "ui_old_layout": "Antiguo diseño", + "ui_new_layout": "Nuevo diseño" + }, + "units": { + "percentage": "%" + }, + "pagination": { + "total_notes": "{{count}} notas", + "page_title": "Página de {{startIndex}} - {{endIndex}}" + }, + "presentation_view": { + "edit-slide": "Editar este slide", + "start-presentation": "Iniciar presentación", + "slide-overview": "Alternar vista general de los slides" + }, + "collections": { + "rendering_error": "No se puede mostrar contenido debido a un error." + }, + "read-only-info": { + "read-only-note": "Actualmente, está viendo una nota de solo lectura.", + "auto-read-only-note": "Esta nota se muestra en modo de solo lectura para una carga más rápida.", + "edit-note": "Editar nota" + }, + "calendar_view": { + "delete_note": "Eliminar nota..." + }, + "note-color": { + "clear-color": "Borrar color de nota", + "set-color": "Asignar color de nota", + "set-custom-color": "Asignar color de nota personalizado" + }, + "status_bar": { + "backlinks_one": "{{count}} vínculo de retroceso", + "backlinks_many": "{{count}} vínculos de retroceso", + "backlinks_other": "{{count}} vínculos de retroceso", + "backlinks_title_one": "Ver vínculo de retroceso", + "backlinks_title_many": "Ver vínculos de retroceso", + "backlinks_title_other": "Ver vínculos de retroceso", + "attachments_one": "{{count}} adjunto", + "attachments_many": "{{count}} adjuntos", + "attachments_other": "{{count}} adjuntos", + "attachments_title_one": "Ver adjunto en una nueva pestaña", + "attachments_title_many": "Ver adjuntos en una nueva pestaña", + "attachments_title_other": "Ver adjuntos en una nueva pestaña", + "attributes_one": "{{count}} atributo", + "attributes_many": "{{count}} atributos", + "attributes_other": "{{count}} atributos", + "note_paths_one": "{{count}} ruta", + "note_paths_many": "{{count}} rutas", + "note_paths_other": "{{count}} rutas", + "language_title": "Cambiar el idioma del contenido", + "note_info_title": "Ver información de la nota (p. e., fechas, tamaño de la nota)", + "attributes_title": "Atributos propios y atributos heredados", + "note_paths_title": "Rutas de nota", + "code_note_switcher": "Cambiar modo de idioma" + }, + "pdf": { + "attachments_one": "{{count}} adjunto", + "attachments_many": "{{count}} adjuntos", + "attachments_other": "{{count}} adjuntos", + "layers_one": "{{count}} capa", + "layers_many": "{{count}} capas", + "layers_other": "{{count}} capas", + "pages_one": "{{count}} página", + "pages_many": "{{count}} páginas", + "pages_other": "{{count}} páginas", + "pages_alt": "Página {{pageNumber}}", + "pages_loading": "Cargando..." + }, + "experimental_features": { + "title": "Opciones experimentales", + "disclaimer": "Estas opciones son experimentales y pueden causar inestabilidad. Úselas con precaución.", + "new_layout_name": "Nuevo diseño", + "new_layout_description": "Pruebe el nuevo diseño para tener un aspecto más moderno y usabilidad mejorada. Sujeto a grandes cambios en las próximas versiones." + }, + "popup-editor": { + "maximize": "Cambiar a editor completo" + }, + "server": { + "unknown_http_error_title": "Error de comunicación con el servidor", + "unknown_http_error_content": "Código de estado: {{statusCode}}\nURL: {{method}} {{url}}\nMensaje: {{message}}", + "traefik_blocks_requests": "Si está usando el proxy inverso Traefik, este introdujo un cambio que afecta la comunicación con el servidor." + }, + "tab_history_navigation_buttons": { + "go-back": "Volver a la nota anterior", + "go-forward": "Avanzar a la siguiente nota" + }, + "breadcrumb": { + "hoisted_badge": "Anclada", + "hoisted_badge_title": "Desanclar", + "workspace_badge": "Espacio de trabajo", + "scroll_to_top_title": "Saltar al inicio de la nota", + "create_new_note": "Crear nueva subnota", + "empty_hide_archived_notes": "Ocultar notas archivadas" + }, + "breadcrumb_badges": { + "read_only_explicit": "Sólo lectura", + "read_only_explicit_description": "Esta nota se ha fijado manualmente como sólo lectura.\nHaga clic para editarla temporalmente.", + "read_only_auto": "Sólo lectura automática", + "read_only_auto_description": "Esta nota se fijó automáticamente con el modo de sólo lectura por razones de rendimiento. Este límite automático es ajustable desde los ajustes.\n\nHaga clic para editarla temporalmente.", + "read_only_temporarily_disabled": "Temporalmente editable", + "read_only_temporarily_disabled_description": "Esta nota actualmente es editable, pero normalmente es de sólo lectura. La nota volverá a ser de sólo lectura tan pronto como navegue a otra nota.\n\nHaga clic para volver a habilitar el modo de sólo lectura.", + "shared_publicly": "Compartida públicamente", + "shared_locally": "Compartida localmente", + "shared_copy_to_clipboard": "Copiar enlace al portapapeles", + "shared_open_in_browser": "Abrir enlace en el navegador", + "shared_unshare": "Eliminar compartido", + "clipped_note_description": "Esta nota fue tomada originalmente de {{url}}.\n\nHaga clic para navegar a la página web de origen.", + "execute_script": "Ejecutar script", + "execute_script_description": "Esta nota es una nota de script. Haga clic para ejecutar el script.", + "execute_sql": "Ejecutar SQL", + "execute_sql_description": "Esta nota es una nota SQL. Haga clic para ejecutar la consulta SQL.", + "save_status_saved": "Guardado", + "save_status_saving": "Guardando...", + "save_status_unsaved": "Sin guardar", + "save_status_error": "Fallo al guardar", + "save_status_saving_tooltip": "Los cambios están siendo guardados.", + "save_status_unsaved_tooltip": "Hay cambios sin guardar. Se guardarán automáticamente en un momento.", + "save_status_error_tooltip": "Se produjo un error al guardar la nota. Si es posible, trate de copiar el contenido de la nota en otro lugar y recargar la aplicación.", + "clipped_note": "Clip web" + }, + "attributes_panel": { + "title": "Atributos de nota" + }, + "right_pane": { + "empty_message": "Nada que mostrar para esta nota", + "empty_button": "Ocultar el panel", + "toggle": "Alternar panel derecho", + "custom_widget_go_to_source": "Ir al código fuente" + }, + "platform_indicator": { + "available_on": "Disponible en {{platform}}" + }, + "mobile_tab_switcher": { + "title_one": "{{count}} pestaña", + "title_many": "{{count}} pestañas", + "title_other": "{{count}} pestañas", + "more_options": "Más opciones" } - }, - "electron_context_menu": { - "add-term-to-dictionary": "Agregar \"{{term}}\" al diccionario", - "cut": "Cortar", - "copy": "Copiar", - "copy-link": "Copiar enlace", - "paste": "Pegar", - "paste-as-plain-text": "Pegar como texto plano", - "search_online": "Buscar \"{{term}}\" con {{searchEngine}}", - "search_in_trilium": "Buscar \"{{term}}\" en Trilium" - }, - "image_context_menu": { - "copy_reference_to_clipboard": "Copiar referencia al portapapeles", - "copy_image_to_clipboard": "Copiar imagen al portapapeles" - }, - "link_context_menu": { - "open_note_in_new_tab": "Abrir nota en una pestaña nueva", - "open_note_in_new_split": "Abrir nota en una nueva división", - "open_note_in_new_window": "Abrir nota en una nueva ventana", - "open_note_in_popup": "Edición rápida", - "open_note_in_other_split": "Abrir nota en la otra división" - }, - "electron_integration": { - "desktop-application": "Aplicación de escritorio", - "native-title-bar": "Barra de título nativa", - "native-title-bar-description": "Para Windows y macOS, quitar la barra de título nativa hace que la aplicación se vea más compacta. En Linux, mantener la barra de título nativa hace que se integre mejor con el resto del sistema.", - "background-effects": "Habilitar efectos de fondo", - "background-effects-description": "Agrega un fondo borroso y elegante a las ventanas de la aplicación, creando profundidad y un aspecto moderno. \"Título nativo de la barra\" debe deshabilitarse.", - "restart-app-button": "Reiniciar la aplicación para ver los cambios", - "zoom-factor": "Factor de zoom" - }, - "note_autocomplete": { - "search-for": "Buscar por \"{{term}}\"", - "create-note": "Crear y enlazar subnota \"{{term}}\"", - "insert-external-link": "Insertar enlace externo a \"{{term}}\"", - "clear-text-field": "Limpiar campo de texto", - "show-recent-notes": "Mostrar notas recientes", - "full-text-search": "Búsqueda de texto completo" - }, - "note_tooltip": { - "note-has-been-deleted": "La nota ha sido eliminada.", - "quick-edit": "Edición rápida" - }, - "geo-map": { - "create-child-note-title": "Crear una nueva subnota y agregarla al mapa", - "create-child-note-instruction": "Dé clic en el mapa para crear una nueva nota en esa ubicación o presione Escape para cancelar.", - "unable-to-load-map": "No se puede cargar el mapa.", - "create-child-note-text": "Agregar marcador" - }, - "geo-map-context": { - "open-location": "Abrir ubicación", - "remove-from-map": "Eliminar del mapa", - "add-note": "Agregar un marcador en esta ubicación" - }, - "help-button": { - "title": "Abrir la página de ayuda relevante" - }, - "duration": { - "seconds": "Segundos", - "minutes": "Minutos", - "hours": "Horas", - "days": "Días" - }, - "share": { - "title": "Ajustes de uso compartido", - "redirect_bare_domain": "Redirigir el dominio absoluto a página Compartir", - "redirect_bare_domain_description": "Redirigir usuarios anónimos a la página Compartir en vez de mostrar Inicio de sesión", - "show_login_link": "Mostrar enlace a Inicio de sesión en tema de Compartir", - "show_login_link_description": "Mostrar enlace a Inicio de sesión en el pie de página de Compartir", - "check_share_root": "Comprobar estado de raíz de Compartir", - "share_root_found": "La nota raíz de Compartir '{{noteTitle}}' está lista", - "share_root_not_found": "No se encontró ninguna nota con la etiqueta #shareRoot", - "share_root_not_shared": "La nota '{{noteTitle}}' tiene la etiqueta #shareRoot pero no ha sido compartida" - }, - "time_selector": { - "invalid_input": "El valor de tiempo ingresado no es un número válido.", - "minimum_input": "El valor de tiempo ingresado necesita ser de al menos {{minimumSeconds}} segundos." - }, - "tasks": { - "due": { - "today": "Hoy", - "tomorrow": "Mañana", - "yesterday": "Ayer" - } - }, - "content_widget": { - "unknown_widget": "Widget desconocido para \"{{id}}\"." - }, - "note_language": { - "not_set": "Idioma no establecido", - "configure-languages": "Configurar idiomas...", - "help-on-languages": "Ayuda en idiomas de contenido..." - }, - "content_language": { - "title": "Idiomas de contenido", - "description": "Seleccione uno o más idiomas que deben aparecer en la selección del idioma en la sección Propiedades Básicas de una nota de texto de solo lectura o editable. Esto permitirá características tales como corrección de ortografía o soporte de derecha a izquierda." - }, - "switch_layout_button": { - "title_vertical": "Mover el panel de edición hacia abajo", - "title_horizontal": "Mover el panel de edición a la izquierda" - }, - "toggle_read_only_button": { - "unlock-editing": "Desbloquear la edición", - "lock-editing": "Bloquear la edición" - }, - "png_export_button": { - "button_title": "Exportar diagrama como PNG" - }, - "svg": { - "export_to_png": "El diagrama no pudo ser exportado a PNG.", - "export_to_svg": "El diagrama no pudo ser exportado a SVG." - }, - "code_theme": { - "title": "Apariencia", - "word_wrapping": "Ajuste de palabras", - "color-scheme": "Esquema de color" - }, - "cpu_arch_warning": { - "title": "Por favor descargue la versión ARM64", - "message_macos": "TriliumNext está siendo ejecutado bajo traducción Rosetta 2, lo que significa que está usando la versión Intel (x64) en Apple Silicon Mac. Esto impactará significativamente en el rendimiento y la vida de la batería.", - "message_windows": "TriliumNext está siendo ejecutado bajo emulación, lo que significa que está usando la version Intel (x64) en Windows en un dispositivo ARM. Esto impactará significativamente en el rendimiento y la vida de la batería.", - "recommendation": "Para la mejor experiencia, por favor descargue la versión nativa ARM64 de TriliumNext desde nuestra página de lanzamientos.", - "download_link": "Descargar versión nativa", - "continue_anyway": "Continuar de todas maneras", - "dont_show_again": "No mostrar esta advertencia otra vez" - }, - "book_properties_config": { - "hide-weekends": "Ocultar fines de semana", - "show-scale": "Mostrar escala", - "display-week-numbers": "Mostrar números de semana", - "map-style": "Estilo de mapa", - "max-nesting-depth": "Máxima profundidad de anidamiento:", - "vector_light": "Vector (claro)", - "vector_dark": "Vector (oscuro)", - "raster": "Trama" - }, - "table_context_menu": { - "delete_row": "Eliminar fila" - }, - "board_view": { - "delete-note": "Eliminar nota...", - "move-to": "Mover a", - "insert-above": "Insertar arriba", - "insert-below": "Insertar abajo", - "delete-column": "Eliminar columna", - "delete-column-confirmation": "¿Seguro que desea eliminar esta columna? El atributo correspondiente también se eliminará de las notas de esta columna.", - "add-column": "Añadir columna", - "new-item": "Nuevo elemento", - "archive-note": "Archivar nota", - "unarchive-note": "Desarchivar nota", - "new-item-placeholder": "Ingresar título de la nota...", - "add-column-placeholder": "Ingresar título de la columna...", - "edit-note-title": "Haga clic para editar el título de la nota", - "edit-column-title": "Haga clic para editar el título de la columna", - "remove-from-board": "Eliminar del tablero", - "column-already-exists": "Esta columna ya existe en el tablero." - }, - "content_renderer": { - "open_externally": "Abrir externamente" - }, - "table_view": { - "new-column": "Nueva columna", - "new-row": "Nueva fila", - "show-hide-columns": "Mostrar/ocultar columnas", - "row-insert-above": "Insertar fila arriba", - "row-insert-below": "Insertar fila debajo", - "sort-column-by": "Ordenar por \"{{title}}\"", - "sort-column-ascending": "Ascendiente", - "sort-column-descending": "Descendiente", - "sort-column-clear": "Quitar ordenación", - "hide-column": "Ocultar columna \"{{title}}\"", - "add-column-to-the-left": "Añadir columna a la izquierda", - "add-column-to-the-right": "Añadir columna a la derecha", - "edit-column": "Editar columna", - "delete_column_confirmation": "¿Seguro que desea eliminar esta columna? Se eliminará el atributo asociado de todas las notas.", - "new-column-label": "Etiqueta", - "new-column-relation": "Relación", - "delete-column": "Eliminar columna", - "row-insert-child": "Insertar subnota" - }, - "editorfeatures": { - "note_completion_enabled": "Activar autocompletado de notas", - "emoji_completion_enabled": "Activar autocompletado de emojis", - "title": "Funciones", - "emoji_completion_description": "Si está habilitado, los emojis pueden fácilmente insertarse en el texto escribiendo `:`, seguido del nombre de un emoji.", - "note_completion_description": "Si está habilitado, los vínculos a notas pueden crearse escribiendo `@` seguido del título de una nota.", - "slash_commands_enabled": "Habilitar comandos de barra", - "slash_commands_description": "Si está habilitado, editar comandos como insertar saltos de línea o títulos, puede alternarse escribiendo `/`." - }, - "command_palette": { - "tree-action-name": "Árbol:{{name}}", - "export_note_title": "Exportar nota", - "export_note_description": "Exportar nota actual", - "show_attachments_title": "Mostrar adjuntos", - "show_attachments_description": "Ver adjuntos de la nota", - "search_notes_title": "Buscar notas", - "search_notes_description": "Abrir búsqueda avanzada", - "search_subtree_title": "Buscar en subárbol", - "search_subtree_description": "Buscar dentro del subárbol actual", - "search_history_title": "Mostrar historial de búsqueda", - "search_history_description": "Ver búsquedas previas", - "configure_launch_bar_title": "Configurar barra de inicio", - "configure_launch_bar_description": "Abrir la configuración de la barra de inicio, para agregar o quitar elementos." - }, - "modal": { - "close": "Cerrar", - "help_title": "Mostrar más información sobre esta pantalla" - }, - "call_to_action": { - "next_theme_title": "Prueba el nuevo tema de Trilium", - "next_theme_message": "Estás usando actualmente el tema heredado. ¿Te gustaría probar el nuevo tema?", - "next_theme_button": "Prueba el nuevo tema", - "background_effects_title": "Los efectos de fondo son ahora estables", - "background_effects_message": "En los dispositivos Windows y macOS, los efectos de fondo ya son estables. Los efectos de fondo añaden un toque de color a la interfaz de usuario difuminando el fondo que hay detrás.", - "background_effects_button": "Activar efectos de fondo", - "dismiss": "Desestimar", - "new_layout_title": "Nuevo diseño", - "new_layout_message": "Hemos introducido un diseño modernizado para Trilium. La cinta se ha eliminado y se ha integrado perfectamente en la interfaz principal, con una nueva barra de estado y secciones ampliables (como los atributos promovidos) que tienen funciones clave.\n\nEl nuevo diseño está habilitado por defecto, y puede ser deshabilitado temporalmente a través de Opciones → Apariencia.", - "new_layout_button": "Más información" - }, - "ui-performance": { - "title": "Rendimiento", - "enable-motion": "Habilitar transiciones y animaciones", - "enable-shadows": "Activar sombras", - "enable-backdrop-effects": "Habilitar efectos de fondo para menús, ventanas emergentes y paneles", - "enable-smooth-scroll": "Habilitar desplazamiento suave", - "app-restart-required": "(es necesario reiniciar la aplicación para que el cambio surta efecto)" - }, - "settings": { - "related_settings": "Configuración relacionada" - }, - "settings_appearance": { - "related_code_blocks": "Esquema de colores para bloques de código en notas de texto", - "related_code_notes": "Esquema de colores para notas de código", - "ui": "Interfaz de usuario", - "ui_old_layout": "Antiguo diseño", - "ui_new_layout": "Nuevo diseño" - }, - "units": { - "percentage": "%" - }, - "pagination": { - "total_notes": "{{count}} notas", - "page_title": "Página de {{startIndex}} - {{endIndex}}" - }, - "presentation_view": { - "edit-slide": "Editar este slide", - "start-presentation": "Iniciar presentación", - "slide-overview": "Alternar vista general de los slides" - }, - "collections": { - "rendering_error": "No se puede mostrar contenido debido a un error." - }, - "read-only-info": { - "read-only-note": "Actualmente, está viendo una nota de solo lectura.", - "auto-read-only-note": "Esta nota se muestra en modo de solo lectura para una carga más rápida.", - "edit-note": "Editar nota" - }, - "calendar_view": { - "delete_note": "Eliminar nota..." - }, - "note-color": { - "clear-color": "Borrar color de nota", - "set-color": "Asignar color de nota", - "set-custom-color": "Asignar color de nota personalizado" - }, - "status_bar": { - "backlinks_one": "{{count}} vínculo de retroceso", - "backlinks_many": "{{count}} vínculos de retroceso", - "backlinks_other": "{{count}} vínculos de retroceso", - "backlinks_title_one": "Ver vínculo de retroceso", - "backlinks_title_many": "Ver vínculos de retroceso", - "backlinks_title_other": "Ver vínculos de retroceso", - "attachments_one": "{{count}} adjunto", - "attachments_many": "{{count}} adjuntos", - "attachments_other": "{{count}} adjuntos", - "attachments_title_one": "Ver adjunto en una nueva pestaña", - "attachments_title_many": "Ver adjuntos en una nueva pestaña", - "attachments_title_other": "Ver adjuntos en una nueva pestaña", - "attributes_one": "{{count}} atributo", - "attributes_many": "{{count}} atributos", - "attributes_other": "{{count}} atributos", - "note_paths_one": "{{count}} ruta", - "note_paths_many": "{{count}} rutas", - "note_paths_other": "{{count}} rutas", - "language_title": "Cambiar el idioma del contenido", - "note_info_title": "Ver información de la nota (p. e., fechas, tamaño de la nota)", - "attributes_title": "Atributos propios y atributos heredados", - "note_paths_title": "Rutas de nota", - "code_note_switcher": "Cambiar modo de idioma" - }, - "pdf": { - "attachments_one": "{{count}} adjunto", - "attachments_many": "{{count}} adjuntos", - "attachments_other": "{{count}} adjuntos", - "layers_one": "{{count}} capa", - "layers_many": "{{count}} capas", - "layers_other": "{{count}} capas", - "pages_one": "{{count}} página", - "pages_many": "{{count}} páginas", - "pages_other": "{{count}} páginas", - "pages_alt": "Página {{pageNumber}}", - "pages_loading": "Cargando..." - }, - "experimental_features": { - "title": "Opciones experimentales", - "disclaimer": "Estas opciones son experimentales y pueden causar inestabilidad. Úselas con precaución.", - "new_layout_name": "Nuevo diseño", - "new_layout_description": "Pruebe el nuevo diseño para tener un aspecto más moderno y usabilidad mejorada. Sujeto a grandes cambios en las próximas versiones." - }, - "popup-editor": { - "maximize": "Cambiar a editor completo" - }, - "server": { - "unknown_http_error_title": "Error de comunicación con el servidor", - "unknown_http_error_content": "Código de estado: {{statusCode}}\nURL: {{method}} {{url}}\nMensaje: {{message}}", - "traefik_blocks_requests": "Si está usando el proxy inverso Traefik, este introdujo un cambio que afecta la comunicación con el servidor." - }, - "tab_history_navigation_buttons": { - "go-back": "Volver a la nota anterior", - "go-forward": "Avanzar a la siguiente nota" - }, - "breadcrumb": { - "hoisted_badge": "Anclada", - "hoisted_badge_title": "Desanclar", - "workspace_badge": "Espacio de trabajo", - "scroll_to_top_title": "Saltar al inicio de la nota", - "create_new_note": "Crear nueva subnota", - "empty_hide_archived_notes": "Ocultar notas archivadas" - }, - "breadcrumb_badges": { - "read_only_explicit": "Sólo lectura", - "read_only_explicit_description": "Esta nota se ha fijado manualmente como sólo lectura.\nHaga clic para editarla temporalmente.", - "read_only_auto": "Sólo lectura automática", - "read_only_auto_description": "Esta nota se fijó automáticamente con el modo de sólo lectura por razones de rendimiento. Este límite automático es ajustable desde los ajustes.\n\nHaga clic para editarla temporalmente.", - "read_only_temporarily_disabled": "Temporalmente editable", - "read_only_temporarily_disabled_description": "Esta nota actualmente es editable, pero normalmente es de sólo lectura. La nota volverá a ser de sólo lectura tan pronto como navegue a otra nota.\n\nHaga clic para volver a habilitar el modo de sólo lectura.", - "shared_publicly": "Compartida públicamente", - "shared_locally": "Compartida localmente", - "shared_copy_to_clipboard": "Copiar enlace al portapapeles", - "shared_open_in_browser": "Abrir enlace en el navegador", - "shared_unshare": "Eliminar compartido", - "clipped_note_description": "Esta nota fue tomada originalmente de {{url}}.\n\nHaga clic para navegar a la página web de origen.", - "execute_script": "Ejecutar script", - "execute_script_description": "Esta nota es una nota de script. Haga clic para ejecutar el script.", - "execute_sql": "Ejecutar SQL", - "execute_sql_description": "Esta nota es una nota SQL. Haga clic para ejecutar la consulta SQL.", - "save_status_saved": "Guardado", - "save_status_saving": "Guardando...", - "save_status_unsaved": "Sin guardar", - "save_status_error": "Fallo al guardar", - "save_status_saving_tooltip": "Los cambios están siendo guardados.", - "save_status_unsaved_tooltip": "Hay cambios sin guardar. Se guardarán automáticamente en un momento.", - "save_status_error_tooltip": "Se produjo un error al guardar la nota. Si es posible, trate de copiar el contenido de la nota en otro lugar y recargar la aplicación.", - "clipped_note": "Clip web" - }, - "attributes_panel": { - "title": "Atributos de nota" - }, - "right_pane": { - "empty_message": "Nada que mostrar para esta nota", - "empty_button": "Ocultar el panel", - "toggle": "Alternar panel derecho", - "custom_widget_go_to_source": "Ir al código fuente" - }, - "platform_indicator": { - "available_on": "Disponible en {{platform}}" - }, - "mobile_tab_switcher": { - "title_one": "{{count}} pestaña", - "title_many": "{{count}} pestañas", - "title_other": "{{count}} pestañas", - "more_options": "Más opciones" - } } diff --git a/apps/client/src/translations/fr/translation.json b/apps/client/src/translations/fr/translation.json index 2900c5de56..bf7e456e6e 100644 --- a/apps/client/src/translations/fr/translation.json +++ b/apps/client/src/translations/fr/translation.json @@ -1,2140 +1,1996 @@ { - "about": { - "title": "À propos de Trilium Notes", - "homepage": "Page d'accueil :", - "app_version": "Version de l'application :", - "db_version": "Version de la base de données :", - "sync_version": "Version de la synchronisation :", - "build_date": "Date du build :", - "build_revision": "Version de build :", - "data_directory": "Répertoire des données :" - }, - "toast": { - "critical-error": { - "title": "Erreur critique", - "message": "Une erreur critique s'est produite et empêche l'application client de démarrer :\n\n{{message}}\n\nCeci est probablement dû à un échec inattendu d'un script. Essayez de démarrer l'application en mode sans échec et de résoudre le problème." + "about": { + "title": "À propos de Trilium Notes", + "homepage": "Page d'accueil :", + "app_version": "Version de l'application :", + "db_version": "Version de la base de données :", + "sync_version": "Version de la synchronisation :", + "build_date": "Date du build :", + "build_revision": "Version de build :", + "data_directory": "Répertoire des données :" }, - "widget-error": { - "title": "Impossible d'initialiser un widget", - "message-custom": "Le widget personnalisé de la note avec l'ID \"{{id}}\", intitulée \"{{title}}\" n'a pas pu être initialisé en raison de\n\n{{message}}", - "message-unknown": "Le widget inconnu n'a pas pu être initialisé :\n\n{{message}}" + "toast": { + "critical-error": { + "title": "Erreur critique", + "message": "Une erreur critique s'est produite et empêche l'application client de démarrer :\n\n{{message}}\n\nCeci est probablement dû à un échec inattendu d'un script. Essayez de démarrer l'application en mode sans échec et de résoudre le problème." + }, + "widget-error": { + "title": "Impossible d'initialiser un widget", + "message-custom": "Le widget personnalisé de la note avec l'ID \"{{id}}\", intitulée \"{{title}}\" n'a pas pu être initialisé en raison de\n\n{{message}}", + "message-unknown": "Le widget inconnu n'a pas pu être initialisé :\n\n{{message}}" + }, + "bundle-error": { + "title": "Echec du chargement d'un script personnalisé", + "message": "Le script n'a pas pu être exécuté à cause de\n\n{{message}}" + }, + "widget-list-error": { + "title": "Impossible d'obtenir la liste des widgets depuis le serveur" + }, + "widget-render-error": { + "title": "Rendu impossible d'un widget React custom" + } }, - "bundle-error": { - "title": "Echec du chargement d'un script personnalisé", - "message": "Le script n'a pas pu être exécuté à cause de\n\n{{message}}" + "add_link": { + "add_link": "Ajouter un lien", + "help_on_links": "Aide sur les liens", + "note": "Note", + "search_note": "rechercher une note par son nom", + "link_title_mirrors": "le titre du lien reflète le titre actuel de la note", + "link_title_arbitrary": "le titre du lien peut être modifié arbitrairement", + "link_title": "Titre du lien", + "button_add_link": "Ajouter un lien" }, - "widget-list-error": { - "title": "Impossible d'obtenir la liste des widgets depuis le serveur" + "branch_prefix": { + "edit_branch_prefix": "Modifier le préfixe de branche", + "help_on_tree_prefix": "Aide sur le préfixe de l'arbre", + "prefix": "Préfixe : ", + "save": "Sauvegarder", + "branch_prefix_saved": "Le préfixe de la branche a été enregistré.", + "edit_branch_prefix_multiple": "Modifier le préfixe de branche pour {{count}} branches", + "branch_prefix_saved_multiple": "Le préfixe de la branche a été sauvegardé pour {{count}} branches.", + "affected_branches": "Branches impactées ({{count}}):" }, - "widget-render-error": { - "title": "Rendu impossible d'un widget React custom" + "bulk_actions": { + "bulk_actions": "Actions groupées", + "affected_notes": "Notes concernées", + "include_descendants": "Inclure les descendants des notes sélectionnées", + "available_actions": "Actions disponibles", + "chosen_actions": "Actions choisies", + "execute_bulk_actions": "Exécuter des Actions groupées", + "bulk_actions_executed": "Les actions groupées ont été exécutées avec succès.", + "none_yet": "Aucune pour l'instant... ajoutez une action en cliquant sur l'une des actions disponibles ci-dessus.", + "labels": "Labels", + "relations": "Relations", + "notes": "Notes", + "other": "Autre" + }, + "clone_to": { + "clone_notes_to": "Cloner les notes dans...", + "help_on_links": "Aide sur les liens", + "notes_to_clone": "Notes à cloner", + "target_parent_note": "Note parent cible", + "search_for_note_by_its_name": "rechercher une note par son nom", + "cloned_note_prefix_title": "La note clonée sera affichée dans l'arbre des notes avec le préfixe donné", + "prefix_optional": "Préfixe (facultatif)", + "clone_to_selected_note": "Cloner vers la note sélectionnée", + "no_path_to_clone_to": "Aucun chemin vers lequel cloner.", + "note_cloned": "La note \"{{clonedTitle}}\" a été clonée dans \"{{targetTitle}}\"" + }, + "confirm": { + "confirmation": "Confirmation", + "cancel": "Annuler", + "ok": "OK", + "are_you_sure_remove_note": "Voulez-vous vraiment supprimer la note « {{title}} » de la carte des relations ? ", + "if_you_dont_check": "Si vous ne cochez pas cette case, la note sera seulement supprimée de la carte des relations.", + "also_delete_note": "Supprimer également la note" + }, + "delete_notes": { + "delete_notes_preview": "Supprimer la note", + "close": "Fermer", + "delete_all_clones_description": "Supprimer aussi les clones (peut être annulé dans des modifications récentes)", + "erase_notes_description": "La suppression normale (douce) marque uniquement les notes comme supprimées et elles peuvent être restaurées (dans la boîte de dialogue des Modifications récentes) dans un délai donné. Cocher cette option effacera les notes immédiatement et il ne sera pas possible de les restaurer.", + "erase_notes_warning": "Efface les notes de manière permanente (ne peut pas être annulée), y compris les clones. L'application va être rechargée.", + "notes_to_be_deleted": "Les notes suivantes seront supprimées ({{notesCount}})", + "no_note_to_delete": "Aucune note ne sera supprimée (uniquement les clones).", + "broken_relations_to_be_deleted": "Les relations suivantes seront rompues et supprimées ({{ relationCount}})", + "cancel": "Annuler", + "ok": "OK", + "deleted_relation_text": "Note {{- note}} (à supprimer) est référencée dans la relation {{- relation}} provenant de {{- source}}." + }, + "export": { + "export_note_title": "Exporter la note", + "close": "Fermer", + "export_type_subtree": "Cette note et tous ses descendants", + "format_html": "HTML - recommandé car il conserve la mise en forme", + "format_html_zip": "HTML dans l'archive ZIP - recommandé car préserve la mise en forme.", + "format_markdown": "Markdown - préserve la majeure partie du formatage.", + "format_opml": "OPML - format d'échange pour les outlineurs, uniquement pour le texte. La mise en forme, les images et les fichiers ne sont pas inclus.", + "opml_version_1": "OPML v1.0 - texte brut uniquement", + "opml_version_2": "OPML v2.0 - HTML également autorisé", + "export_type_single": "Seulement cette note sans ses descendants", + "export": "Exporter", + "choose_export_type": "Choisissez d'abord le type d'export", + "export_status": "Statut d'exportation", + "export_in_progress": "Exportation en cours : {{progressCount}}", + "export_finished_successfully": "L'exportation s'est terminée avec succès.", + "format_pdf": "PDF - pour l'impression ou le partage de documents.", + "share-format": "HTML pour la publication Web - utilise le même thème que celui utilisé pour les notes partagées, mais peut être publié sous forme de site Web statique." + }, + "help": { + "noteNavigation": "Navigation dans les notes", + "goUpDown": "aller vers le haut/bas dans la liste des notes", + "collapseExpand": "réduire/développer le nœud", + "notSet": "non défini", + "goBackForwards": "reculer/avancer dans l'historique", + "showJumpToNoteDialog": "afficher la boîte de dialogue \"Aller à la note\"", + "scrollToActiveNote": "faire défiler jusqu'à la note active", + "jumpToParentNote": "aller à la note parent", + "collapseWholeTree": "réduire tout l'arbre des notes", + "collapseSubTree": "réduire le sous-arbre", + "tabShortcuts": "Raccourcis des onglets", + "newTabNoteLink": "sur le lien de la note ouvre la note dans un nouvel onglet", + "onlyInDesktop": "Uniquement sur ordinateur (version Electron)", + "openEmptyTab": "ouvrir un onglet vide", + "closeActiveTab": "fermer l'onglet actif", + "activateNextTab": "activer l'onglet suivant", + "activatePreviousTab": "activer l'onglet précédent", + "creatingNotes": "Création de notes", + "createNoteAfter": "créer une nouvelle note après la note active", + "createNoteInto": "créer une nouvelle sous-note dans la note active", + "editBranchPrefix": "modifier le préfixe du clone de note actif", + "movingCloningNotes": "Déplacement / Clonage des notes", + "moveNoteUpDown": "déplacer la note vers le haut/bas dans la liste de notes", + "moveNoteUpHierarchy": "déplacer la note vers le haut dans la hiérarchie", + "multiSelectNote": "sélectionner plusieurs notes au-dessus/au-dessous", + "selectAllNotes": "sélectionner toutes les notes du niveau actuel", + "selectNote": "sélectionner une note", + "copyNotes": "copier la note active (ou la sélection actuelle) dans le presse-papiers (utilisé pour le clonage)", + "cutNotes": "couper la note actuelle (ou la sélection actuelle) dans le presse-papiers (utilisé pour déplacer les notes)", + "pasteNotes": "coller la ou les notes en tant que sous-note dans la note active (qui est soit déplacée, soit clonée selon qu'elle a été copiée ou coupée dans le presse-papiers)", + "deleteNotes": "supprimer une note / un sous-arbre", + "editingNotes": "Édition des notes", + "editNoteTitle": "dans le volet de l'arborescence, basculera du volet au titre de la note. Presser Entrer à partir du titre de la note basculera vers l’éditeur de texte. Ctrl+. bascule de l'éditeur au volet arborescent.", + "createEditLink": "créer/éditer un lien externe", + "createInternalLink": "créer un lien interne", + "followLink": "suivre le lien sous le curseur", + "insertDateTime": "insérer la date et l'heure courante à la position du curseur", + "jumpToTreePane": "passer au volet de l'arborescence et aller jusqu'à la note active", + "markdownAutoformat": "Mise en forme automatique (comme Markdown)", + "headings": "##, ###, #### etc. suivi d'un espace pour les titres", + "bulletList": "* ou - suivi d'un espace pour une liste à puces", + "numberedList": "1. ou 1) suivi d'un espace pour une liste numérotée", + "blockQuote": "commencez une ligne avec > suivi d'un espace pour une citation", + "troubleshooting": "Dépannage", + "reloadFrontend": "recharger l'interface Trilium", + "showDevTools": "afficher les outils de développement", + "showSQLConsole": "afficher la console SQL", + "other": "Autre", + "quickSearch": "aller à la recherche rapide", + "inPageSearch": "recherche sur la page", + "title": "Aide-mémoire", + "newTabWithActivationNoteLink": "Lorsqu’on clique sur un lien de note, celle-ci s’ouvre et devient active dans un nouvel onglet", + "editShortcuts": "Modifier les raccourcis clavier" + }, + "import": { + "importIntoNote": "Importer dans la note", + "chooseImportFile": "Choisissez le fichier à importer", + "importDescription": "Le contenu du ou des fichiers sélectionnés sera importé en tant que note(s) enfant dans", + "options": "Options", + "safeImportTooltip": "Les fichiers d'exportation Trilium .zip peuvent contenir des scripts exécutables susceptibles de comporter un comportement nuisible. L'importation sécurisée désactivera l'exécution automatique de tous les scripts importés. Décochez \"Importation sécurisée\" uniquement si l'archive importée est censée contenir des scripts exécutables et que vous faites entièrement confiance au contenu du fichier d'importation.", + "safeImport": "Importation sécurisée", + "explodeArchivesTooltip": "Si cette case est cochée, Trilium lira les fichiers .zip, .enex et .opml et créera des notes à partir des fichiers contenus dans ces archives. Si cette case n'est pas cochée, Trilium joindra les archives elles-mêmes à la note.", + "explodeArchives": "Lire le contenu des archives .zip, .enex et .opml.", + "shrinkImagesTooltip": "

Si vous cochez cette option, Trilium tentera de réduire les images importées par mise à l'échelle et optimisation, ce qui peut affecter la qualité de l'image perçue. Si cette case n'est pas cochée, les images seront importées sans modifications.

Cela ne s'applique pas aux importations .zip avec des métadonnées, car on suppose que ces fichiers sont déjà optimisés.

", + "shrinkImages": "Réduire les images", + "textImportedAsText": "Importez HTML, Markdown et TXT sous forme de notes de texte si les métadonnées ne sont pas claires", + "codeImportedAsCode": "Importez des fichiers de code reconnus (par exemple .json) en tant que notes de code si cela n'est pas clair à partir des métadonnées", + "replaceUnderscoresWithSpaces": "Remplacez les tirets bas par des espaces dans les noms de notes importées", + "import": "Importer", + "failed": "Échec de l'importation : {{message}}.", + "html_import_tags": { + "title": "Balises HTML d'importation", + "description": "Configurer quelles balises HTML doivent être préservées lors de l'importation des notes. Les balises qui ne sont pas dans cette liste seront supprimées pendant l'importation. Certaines balises (comme 'script') sont toujours supprimées pour des raisons de sécurité.", + "placeholder": "Saisir les balises HTML, une par ligne", + "reset_button": "Réinitialiser à la liste par défaut" + }, + "import-status": "Statut de l'importation", + "in-progress": "Importation en cours : {{progress}}", + "successful": "Importation terminée avec succès.", + "importZipRecommendation": "Lors de l'importation d'un fichier ZIP, la hiérarchie des notes reflétera la structure des sous-répertoires au sein de l'archive." + }, + "include_note": { + "dialog_title": "Inclure une note", + "label_note": "Note", + "placeholder_search": "rechercher une note par son nom", + "box_size_prompt": "Taille de la boîte de la note incluse :", + "box_size_small": "petit (~ 10 lignes)", + "box_size_medium": "moyen (~ 30 lignes)", + "box_size_full": "complet (la boîte affiche le texte complet)", + "button_include": "Inclure une note" + }, + "info": { + "modalTitle": "Message d'information", + "closeButton": "Fermer", + "okButton": "OK", + "copy_to_clipboard": "Copier dans le presse-papiers" + }, + "jump_to_note": { + "search_button": "Rechercher dans le texte intégral", + "search_placeholder": "Rechercher une note par son nom ou saisir ‘>’ pour les commandes…" + }, + "markdown_import": { + "dialog_title": "Importation Markdown", + "modal_body_text": "En raison du bac à sable du navigateur, il n'est pas possible de lire directement le presse-papiers à partir de JavaScript. Veuillez coller le Markdown à importer dans la zone de texte ci-dessous et cliquez sur le bouton Importer", + "import_button": "Importer", + "import_success": "Le contenu Markdown a été importé dans le document." + }, + "move_to": { + "dialog_title": "Déplacer les notes vers...", + "notes_to_move": "Notes à déplacer", + "target_parent_note": "Note parent cible", + "search_placeholder": "rechercher une note par son nom", + "move_button": "Déplacer vers la note sélectionnée", + "error_no_path": "Aucun chemin vers lequel déplacer.", + "move_success_message": "Les notes sélectionnées ont été déplacées dans " + }, + "note_type_chooser": { + "modal_title": "Choisissez le type de note", + "modal_body": "Choisissez le type de note/le modèle de la nouvelle note :", + "templates": "Modèles", + "change_path_prompt": "Modifier l’emplacement de création de la nouvelle note :", + "search_placeholder": "Rechercher le chemin par nom (par défaut si vide)", + "builtin_templates": "Modèles intégrés" + }, + "password_not_set": { + "title": "Le mot de passe n'est pas défini", + "body1": "Les notes protégées sont cryptées à l'aide d'un mot de passe utilisateur, mais le mot de passe n'a pas encore été défini.", + "body2": "Pour pouvoir protéger les notes, cliquez sur le bouton ci-dessous pour ouvrir la boîte de dialogue Options et définir votre mot de passe.", + "go_to_password_options": "Accéder aux options de mot de passe" + }, + "prompt": { + "title": "Prompt", + "ok": "OK", + "defaultTitle": "Prompt" + }, + "protected_session_password": { + "modal_title": "Session protégée", + "help_title": "Aide sur les notes protégées", + "close_label": "Fermer", + "form_label": "Pour procéder à l'action demandée, vous devez démarrer une session protégée en saisissant le mot de passe :", + "start_button": "Démarrer une session protégée" + }, + "recent_changes": { + "title": "Modifications récentes", + "erase_notes_button": "Effacer les notes supprimées maintenant", + "deleted_notes_message": "Les notes supprimées ont été effacées.", + "no_changes_message": "Aucun changement pour l'instant...", + "undelete_link": "annuler la suppression", + "confirm_undelete": "Voulez-vous restaurer cette note et ses sous-notes ?" + }, + "revisions": { + "note_revisions": "Versions de la note", + "delete_all_revisions": "Supprimer toutes les versions de cette note", + "delete_all_button": "Supprimer toutes les versions", + "help_title": "Aide sur les versions de notes", + "confirm_delete_all": "Voulez-vous supprimer toutes les versions de cette note ?", + "no_revisions": "Aucune version pour cette note pour l'instant...", + "confirm_restore": "Voulez-vous restaurer cette version ? Le titre et le contenu actuels de la note seront écrasés par cette version.", + "confirm_delete": "Voulez-vous supprimer cette version ?", + "revisions_deleted": "Les versions de notes ont été supprimées.", + "revision_restored": "La version de la note a été restaurée.", + "revision_deleted": "La version de la note a été supprimée.", + "snapshot_interval": "Délai d'enregistrement automatique des versions de notes : {{seconds}}s.", + "maximum_revisions": "Nombre maximal de versions : {{number}}.", + "settings": "Paramètres des versions de notes", + "download_button": "Télécharger", + "mime": "MIME : ", + "file_size": "Taille du fichier :", + "preview_not_available": "L'aperçu n'est pas disponible pour ce type de note.", + "restore_button": "Restaurer", + "delete_button": "Supprimer", + "diff_on": "Afficher les différences", + "diff_off": "Afficher le contenu", + "diff_on_hint": "Cliquer pour afficher les différences avec la note d'origine", + "diff_off_hint": "Cliquer pour afficher le contenu de la note", + "diff_not_available": "La comparaison n'est pas disponible." + }, + "sort_child_notes": { + "sort_children_by": "Trier les enfants par...", + "sorting_criteria": "Critères de tri", + "title": "titre", + "date_created": "date de création", + "date_modified": "date de modification", + "sorting_direction": "Sens de tri", + "ascending": "ascendant", + "descending": "descendant", + "folders": "Dossiers", + "sort_folders_at_top": "trier les dossiers en haut", + "natural_sort": "Tri naturel", + "sort_with_respect_to_different_character_sorting": "trier en fonction de différentes règles de tri et de classement des caractères dans différentes langues ou régions.", + "natural_sort_language": "Langage de tri naturel", + "the_language_code_for_natural_sort": "Le code de langue pour le tri naturel, par ex. \"zh-CN\" pour le chinois.", + "sort": "Trier" + }, + "upload_attachments": { + "upload_attachments_to_note": "Téléverser des pièces jointes à la note", + "choose_files": "Choisir des fichiers", + "files_will_be_uploaded": "Les fichiers seront téléversés sous forme de pièces jointes dans {{noteTitle}}", + "options": "Options", + "shrink_images": "Réduire les images", + "upload": "Téléverser", + "tooltip": "Si vous cochez cette option, Trilium tentera de réduire les images téléversées par mise à l'échelle et optimisation, ce qui peut affecter la qualité de l'image perçue. Si cette case n'est pas cochée, les images seront téléversées sans modifications." + }, + "attribute_detail": { + "attr_detail_title": "Titre détaillé de l'attribut", + "close_button_title": "Annuler les modifications et fermer", + "attr_is_owned_by": "L'attribut appartient à", + "attr_name_title": "Le nom de l'attribut ne peut être composé que de caractères alphanumériques, de deux-points et de tirets bas", + "name": "Nom", + "value": "Valeur", + "target_note_title": "La relation est une liaison nommée entre une note source et une note cible.", + "target_note": "Note cible", + "promoted_title": "L'attribut promu est affiché bien en évidence sur la note.", + "promoted": "Promu", + "promoted_alias_title": "Nom à afficher dans l'interface des attributs promus.", + "promoted_alias": "Alias", + "multiplicity_title": "La multiplicité définit combien d'attributs du même nom peuvent être créés - au maximum 1 ou plus de 1.", + "multiplicity": "Multiplicité", + "single_value": "Valeur unique", + "multi_value": "Valeur multiple", + "label_type_title": "Le type de label aidera Trilium à choisir l'interface appropriée pour saisir la valeur du label.", + "label_type": "Type", + "text": "Texte", + "number": "Nombre", + "boolean": "Booléen", + "date": "Date", + "date_time": "Date et heure", + "time": "Heure", + "url": "URL", + "precision_title": "Nombre de chiffres après la virgule devant être disponible dans l'interface définissant la valeur.", + "precision": "Précision", + "digits": "chiffres", + "inverse_relation_title": "Paramètre optionnel pour définir à la relation inverse de celle actuellement définie. Exemple : Père - Fils sont des relations inverses l'une par rapport à l'autre.", + "inverse_relation": "Relation inverse", + "inheritable_title": "L'attribut hérité sera transmis à tous les descendants dans cet arbre.", + "inheritable": "Héritable", + "save_and_close": "Enregistrer et fermer Ctrl+Entrée", + "delete": "Supprimer", + "related_notes_title": "Autres notes avec ce label", + "more_notes": "Plus de notes", + "label": "Détail du label", + "label_definition": "Détails de la définition du label", + "relation": "Détail de la relation", + "relation_definition": "Détail de la définition de la relation", + "disable_versioning": "désactive la gestion automatique des versions. Utile pour les notes volumineuses mais sans importance - par ex. grandes bibliothèques JS utilisées pour les scripts", + "calendar_root": "indique la note qui doit être utilisée comme racine pour les notes journalières. Une seule note doit être marquée comme telle.", + "archived": "les notes portant ce label ne seront pas visibles par défaut dans les résultats de recherche (ou dans les boîtes de dialogue Aller à, Ajouter un lien, etc.).", + "exclude_from_export": "les notes (avec leurs sous-arbres) ne seront incluses dans aucune exportation de notes", + "run": "définit à quels événements le script doit s'exécuter. Les valeurs possibles sont :\n
    \n
  • frontendStartup : lorsque l'interface Trilium démarre (ou est actualisée), mais pas sur mobile.
  • \n
  • mobileStartup : lorsque l'interface Trilium démarre (ou est actualisée), sur mobile.
  • \n
  • backendStartup : lorsque le backend Trilium démarre
  • \n
  • toutes les heures : exécution une fois par heure. Vous pouvez utiliser le label supplémentaire runAtHour pour spécifier à quelle heure.
  • \n
  • quotidiennement – exécuter une fois par jour
  • \n
", + "run_on_instance": "Définissez quelle instance de Trilium doit exécuter cette note. Par défaut, toutes les instances.", + "run_at_hour": "À quelle heure la note doit-elle s'exécuter. Doit être utilisé avec #run=hourly. Peut être défini plusieurs fois pour plus d'occurrences au cours de la journée.", + "disable_inclusion": "les scripts portant ce label ne seront pas inclus dans l'exécution du script parent.", + "sorted": "conserve les notes enfants triées alphabétiquement selon leur titre", + "sort_direction": "ASC (par défaut) ou DESC", + "sort_folders_first": "Les dossiers (notes avec enfants) doivent être triés en haut", + "top": "conserver la note donnée en haut dans l'arbre de son parent (s'applique uniquement aux parents triés)", + "hide_promoted_attributes": "Masquer les attributs promus sur cette note", + "read_only": "l'éditeur est en mode lecture seule. Fonctionne uniquement pour les notes de texte et de code.", + "auto_read_only_disabled": "les notes textuelles/de code peuvent être automatiquement mises en mode lecture lorsqu'elles sont trop volumineuses. Vous pouvez désactiver ce comportement note par note en ajoutant ce label à la note", + "app_css": "marque les notes CSS qui sont chargées dans l'application Trilium et peuvent ainsi être utilisées pour modifier l'apparence de Trilium.", + "app_theme": "marque les notes CSS qui sont des thèmes Trilium complets et sont donc disponibles dans les options Trilium.", + "app_theme_base": "définir sur \"next\" afin d'utiliser le thème TriliumNext comme base pour un thème personnalisé à la place de l'ancien thème.", + "css_class": "la valeur de ce label est ensuite ajoutée en tant que classe CSS au nœud représentant la note donnée dans l'arborescence. Cela peut être utile pour les thèmes avancés. Peut être utilisé dans les notes modèle.", + "icon_class": "la valeur de ce label est ajoutée en tant que classe CSS à l'icône dans l'arbre, ce qui peut aider à distinguer visuellement les notes dans l'arborescence. Un exemple pourrait être bx bx-home - les icônes sont extraites de boxicons. Peut être utilisé dans les notes modèle.", + "page_size": "nombre d'éléments par page dans la liste de notes", + "custom_request_handler": "voir le Gestionnaire de requêtes personnalisé", + "custom_resource_provider": "voir le Gestionnaire de requêtes personnalisé", + "widget": "indique que cette note est un widget personnalisé qui sera ajouté à l'arbre des composants Trilium", + "workspace": "cette note devient un espace de travail. Le focus sur cette note est facilité", + "workspace_icon_class": "définit l'icône CSS utilisé dans l'onglet lorsque la note est focus", + "workspace_tab_background_color": "Couleur CSS utilisée dans l'onglet lorsque cette note est focus", + "workspace_calendar_root": "Définit la racine du calendrier pour un espace de travail", + "workspace_template": "Cette note apparaîtra dans la sélection des modèles disponibles lors de la création d'une nouvelle note, mais uniquement si un espace de travail contenant ce modèle est focus", + "search_home": "les nouvelles notes de recherche seront créées en tant qu'enfants de cette note", + "workspace_search_home": "de nouvelles notes de recherche seront créées en tant qu'enfants de cette note, lorsqu'une note ancêtre de cet espace de travail est focus", + "inbox": "emplacement par défaut pour les nouvelles notes - lorsque vous créez une note à l'aide du bouton \"nouvelle note\" dans la barre latérale, les notes seront créées en tant que notes enfants dans la note marquée avec le label #inbox.", + "workspace_inbox": "emplacement par défaut des nouvelles notes lorsque le focus est sur une note ancêtre de cet espace de travail", + "sql_console_home": "emplacement par défaut des notes de la console SQL", + "bookmark_folder": "une note avec ce label apparaîtra dans les favoris sous forme de dossier (permettant l'accès à ses notes enfants)", + "share_hidden_from_tree": "cette note est masquée dans l'arbre de navigation de gauche, mais toujours accessible avec son URL", + "share_external_link": "la note fera office de lien vers un site Web externe dans l'arbre partagée", + "share_alias": "définit un alias à l'aide duquel la note sera disponible sous https://your_trilium_host/share/[votre_alias]", + "share_omit_default_css": "le CSS de la page de partage par défaut ne sera pas pris en compte. À utiliser lorsque vous apportez des modifications de style importantes.", + "share_root": "partage cette note à l'adresse racine /share.", + "share_description": "définir le texte à ajouter à la balise méta HTML pour la description", + "share_raw": "la note sera servie dans son format brut, sans wrapper HTML", + "share_disallow_robot_indexing": "Interdira l'indexation par robot de cette note via l'en-tête X-Robots-Tag: noindex", + "share_credentials": "exiger des informations d’identification pour accéder à cette note partagée. La valeur devrait être au format « nom d'utilisateur : mot de passe ». N'oubliez pas de rendre cela héritable pour l'appliquer aux notes/images enfants.", + "share_index": "la note avec ce label listera toutes les racines des notes partagées", + "display_relations": "noms des relations délimités par des virgules qui doivent être affichés. Tous les autres seront masqués.", + "hide_relations": "noms de relations délimités par des virgules qui doivent être masqués. Tous les autres seront affichés.", + "title_template": "titre par défaut des notes créées en tant qu'enfants de cette note. La valeur est évaluée sous forme de chaîne JavaScript \n et peut ainsi être enrichi de contenu dynamique via les variables injectées now et parentNote. Exemples :\n \n
    \n
  • Œuvres littéraires de ${parentNote.getLabelValue('authorName')}
  • \n
  • Connectez-vous pour ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n Consultez le wiki avec plus de détails, la documentation sur l'API pour parentNote et maintenant pour plus de détails.", + "template": "Cette note apparaîtra parmi les modèles disponibles lors de la création d'une nouvelle note", + "toc": "#toc ou #toc=show forcera l'affichage de la table des matières, #toc=hide force qu'elle soit masquée. Si le label n'existe pas, le paramètre global est utilisé", + "color": "définit la couleur de la note dans l'arborescence des notes, les liens, etc. Utilisez n'importe quelle valeur de couleur CSS valide comme « rouge » ou #a13d5f", + "keyboard_shortcut": "Définit un raccourci clavier qui ouvrira immédiatement cette note. Exemple : 'ctrl+alt+e'. Nécessite un rechargement du frontend pour que la modification prenne effet.", + "keep_current_hoisting": "L'ouverture de ce lien ne modifiera pas le focus même si la note n'est pas affichable dans le sous-arbre actuellement focus.", + "execute_button": "Titre du bouton qui exécutera la note de code en cours", + "execute_description": "Description plus longue de la note de code actuelle affichée avec le bouton d'exécution", + "exclude_from_note_map": "Les notes avec ce label seront masquées de la carte des notes", + "new_notes_on_top": "Les nouvelles notes seront créées en haut de la note parent, et non en bas.", + "hide_highlight_widget": "Masquer le widget Important", + "run_on_note_creation": "s'exécute lorsque la note est créée dans le backend. Utilisez cette relation si vous souhaitez exécuter le script pour toutes les notes créées sous un sous-arbre spécifique. Dans ce cas, créez-le sur la note racine du sous-arbre et rendez-la héritable. Une nouvelle note créée dans le sous-arbre (peu importe la profondeur) déclenchera le script.", + "run_on_child_note_creation": "s'exécute lorsqu'une nouvelle note est créée sous la note où cette relation est définie", + "run_on_note_title_change": "s'exécute lorsque le titre de la note est modifié (inclut également la création de notes)", + "run_on_note_content_change": "s'exécute lorsque le contenu de la note est modifié (inclut également la création de notes).", + "run_on_note_change": "s'exécute lorsque la note est modifiée (inclut également la création de notes). N'inclut pas les modifications de contenu", + "run_on_note_deletion": "s'exécute lorsque la note est supprimée", + "run_on_branch_creation": "s'exécute lorsqu'une branche est créée. La branche est un lien entre la note parent et la note enfant. Elle est créée, par exemple, lors du clonage ou du déplacement d'une note.", + "run_on_branch_change": "s'exécute lorsqu'une branche est mise à jour.", + "run_on_branch_deletion": "s'exécute lorsqu'une branche est supprimée La branche est un lien entre la note parent et la note enfant. Elle est supprimée, par exemple, lors du déplacement d'une note (l'ancienne branche/lien est supprimé).", + "run_on_attribute_creation": "s'exécute lorsqu'un nouvel attribut pour la note qui définit cette relation est créé", + "run_on_attribute_change": " s'exécute lorsque l'attribut est modifié d'une note qui définit cette relation. Ceci est également déclenché lorsque l'attribut est supprimé", + "relation_template": "les attributs de la note seront hérités même sans relation parent-enfant, le contenu de la note et son sous-arbre seront transmis aux notes utilisant ce modèle si elles sont vides. Voir la documentation pour plus de détails.", + "inherit": "les attributs de la note seront hérités même sans relation parent-enfant. Voir la relation Modèle pour un comportement similaire. Voir l'héritage des attributs dans la documentation.", + "render_note": "les notes de type \"Rendu HTML\" seront rendues à partir d'une note de code (HTML ou script). Utilisez cette relation pour pointer vers la note de code à afficher", + "widget_relation": "la note cible de cette relation sera exécutée et affichée sous forme de widget dans la barre latérale", + "share_css": "Note CSS qui sera injectée dans la page de partage. La note CSS doit également figurer dans le sous-arbre partagé. Pensez également à utiliser « share_hidden_from_tree » et « share_omit_default_css ».", + "share_js": "Note JavaScript qui sera injectée dans la page de partage. La note JS doit également figurer dans le sous-arbre partagé. Pensez à utiliser 'share_hidden_from_tree'.", + "share_template": "Note JavaScript intégrée qui sera utilisée comme modèle pour afficher la note partagée. Revient au modèle par défaut. Pensez à utiliser 'share_hidden_from_tree'.", + "share_favicon": "Favicon de la note à définir dans la page partagée. En règle générale, vous souhaitez le configurer pour partager la racine et le rendre héritable. La note Favicon doit également figurer dans le sous-arbre partagé. Pensez à utiliser 'share_hidden_from_tree'.", + "is_owned_by_note": "appartient à la note", + "other_notes_with_name": "Autres notes portant le nom {{attributeType}} \"{{attributeName}}\"", + "and_more": "... et {{count}} plus.", + "print_landscape": "Lors de l'exportation en PDF, change l'orientation de la page en paysage au lieu de portrait.", + "print_page_size": "Lors de l'exportation en PDF, change la taille de la page. Valeurs supportées : A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", + "color_type": "Couleur" + }, + "attribute_editor": { + "help_text_body1": "Pour ajouter un label, tapez simplement par ex. #rock, ou si vous souhaitez également ajouter une valeur, tapez par ex. #année = 2020", + "help_text_body2": "Pour la relation, tapez ~author = @ qui devrait afficher une saisie semi-automatique où vous pourrez rechercher la note souhaitée.", + "help_text_body3": "Vous pouvez également ajouter un label et une relation en utilisant le bouton + sur le côté droit.", + "save_attributes": "Enregistrer les attributs ", + "add_a_new_attribute": "Ajouter un nouvel attribut", + "add_new_label": "Ajouter un nouveau label ", + "add_new_relation": "Ajouter une nouvelle relation ", + "add_new_label_definition": "Ajouter une nouvelle définition de label", + "add_new_relation_definition": "Ajouter une nouvelle définition de relation", + "placeholder": "Saisir les labels et les relations ici" + }, + "abstract_bulk_action": { + "remove_this_search_action": "Supprimer cette action dans la recherche" + }, + "execute_script": { + "execute_script": "Exécuter le script", + "help_text": "Vous pouvez exécuter des scripts simples sur les notes correspondantes.", + "example_1": "Par exemple pour ajouter une chaîne de caractères au titre d'une note, utilisez ce petit script :", + "example_2": "Un exemple plus complexe serait de supprimer tous les attributs de la note correspondante :" + }, + "add_label": { + "add_label": "Ajouter un label", + "label_name_placeholder": "nom du label", + "label_name_title": "Les caractères autorisés sont : caractères alphanumériques, les tirets bas et les deux-points.", + "to_value": "modifié par", + "new_value_placeholder": "nouvelle valeur", + "help_text": "Pour toutes les notes correspondantes :", + "help_text_item1": "créer un label donné si la note ne le possède pas encore", + "help_text_item2": "ou modifier la valeur du label existant", + "help_text_note": "Vous pouvez également appeler cette méthode sans valeur : dans ce cas le label sera attribué sans valeur à la note." + }, + "delete_label": { + "delete_label": "Supprimer le label", + "label_name_placeholder": "nom du label", + "label_name_title": "Les caractères autorisés sont : caractères alphanumériques, les tirets bas et les deux-points." + }, + "rename_label": { + "rename_label": "Renommer le label", + "rename_label_from": "Renommer le label de", + "old_name_placeholder": "ancien nom", + "to": "En", + "new_name_placeholder": "nouveau nom", + "name_title": "Les caractères autorisés sont : caractères alphanumériques, les tirets bas et les deux-points." + }, + "update_label_value": { + "update_label_value": "Mettre à jour la valeur du label", + "label_name_placeholder": "nom du label", + "label_name_title": "Les caractères autorisés sont : caractères alphanumériques, les tirets bas et les deux-points.", + "to_value": "modifié par", + "new_value_placeholder": "nouvelle valeur", + "help_text": "Pour toutes les notes correspondantes, modifier la valeur du label.", + "help_text_note": "Vous pouvez également appeler cette méthode sans valeur, dans ce cas le label sera attribué à la note sans valeur." + }, + "delete_note": { + "delete_note": "Supprimer la note", + "delete_matched_notes": "Supprimer les notes correspondantes", + "delete_matched_notes_description": "Cela supprimera les notes correspondantes.", + "undelete_notes_instruction": "Après la suppression, il est possible de les restaurer à partir de la boîte de dialogue Modifications récentes.", + "erase_notes_instruction": "Pour effacer les notes définitivement, vous pouvez aller après la suppression dans Options -> Autre et cliquer sur le bouton \"Effacer les notes supprimées maintenant\"." + }, + "delete_revisions": { + "delete_note_revisions": "Supprimer les versions de notes", + "all_past_note_revisions": "Toutes les versions de notes antérieures des notes correspondantes seront supprimées. La note elle-même sera entièrement préservée. En d’autres termes, l’historique de la note sera supprimé." + }, + "move_note": { + "move_note": "Déplacer la note", + "to": "vers", + "target_parent_note": "note parent cible", + "on_all_matched_notes": "Pour toutes les notes correspondantes", + "move_note_new_parent": "déplacer la note vers le nouveau parent si la note n'a qu'un seul parent (c.-à-d. l'ancienne branche est supprimée et une nouvelle branche est créée dans le nouveau parent)", + "clone_note_new_parent": "cloner la note vers le nouveau parent si la note a plusieurs clones/branches (il n'est pas clair quelle branche doit être supprimée)", + "nothing_will_happen": "rien ne se passera si la note ne peut pas être déplacée vers la note cible (cela créerait une boucle dans l'arborescence)" + }, + "rename_note": { + "rename_note": "Renommer la note", + "rename_note_title_to": "Renommer le titre de la note en", + "new_note_title": "nouveau titre de note", + "click_help_icon": "Cliquez sur l'icône d'aide à droite pour voir toutes les options", + "evaluated_as_js_string": "La valeur donnée est évaluée comme une chaîne JavaScript et peut ainsi être enrichie de contenu dynamique via la variable note injectée (la note étant renommée). Exemples :", + "example_note": "Note - toutes les notes correspondantes sont renommées « Note »", + "example_new_title": "NOUVEAU : ${note.title} : les titres des notes correspondantes sont préfixés par \"NOUVEAU : \"", + "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')} : ${note.title} : les notes correspondantes sont précédées du mois et de la date de création de la note", + "api_docs": "Consultez la documentation de l'API pour la note et ses propriétés dateCreatedObj / utcDateCreatedObj pour plus de détails." + }, + "add_relation": { + "add_relation": "Ajouter une relation", + "relation_name": "nom de la relation", + "allowed_characters": "Les caractères autorisés sont : caractères alphanumériques, les tirets bas et les deux-points.", + "to": "vers", + "target_note": "note cible", + "create_relation_on_all_matched_notes": "Pour toutes les notes correspondantes, créer une relation donnée." + }, + "delete_relation": { + "delete_relation": "Supprimer la relation", + "relation_name": "nom de la relation", + "allowed_characters": "Les caractères autorisés sont : caractères alphanumériques, les tirets bas et les deux-points." + }, + "rename_relation": { + "rename_relation": "Renommer la relation", + "rename_relation_from": "Renommer la relation de", + "old_name": "ancien nom", + "to": "En", + "new_name": "nouveau nom", + "allowed_characters": "Les caractères autorisés sont : caractères alphanumériques, les tirets bas et les deux-points." + }, + "update_relation_target": { + "update_relation": "Mettre à jour la relation", + "relation_name": "nom de la relation", + "allowed_characters": "Les caractères autorisés sont : caractères alphanumériques, les tirets bas et les deux-points.", + "to": "vers", + "target_note": "note cible", + "on_all_matched_notes": "Pour toutes les notes correspondantes", + "change_target_note": "ou changer la note cible de la relation existante", + "update_relation_target": "Mettre à jour la cible de la relation" + }, + "attachments_actions": { + "open_externally": "Ouverture externe", + "open_externally_title": "Le fichier sera ouvert dans une application externe et surveillé pour détecter les modifications. Vous pourrez ensuite téléverser la version modifiée dans Trilium.", + "open_custom": "Ouvrir avec", + "open_custom_title": "Le fichier sera ouvert dans une application externe et surveillé pour les modifications. Vous pourrez ensuite téléverser la version modifiée sur Trilium.", + "download": "Télécharger", + "rename_attachment": "Renommer la pièce jointe", + "upload_new_revision": "Téléverser une nouvelle version", + "copy_link_to_clipboard": "Copier le lien dans le presse-papier", + "convert_attachment_into_note": "Convertir la pièce jointe en note", + "delete_attachment": "Supprimer la pièce jointe", + "upload_success": "Une nouvelle version de pièce jointe a été téléversée.", + "upload_failed": "Le téléversement d'une nouvelle version de pièce jointe a échoué.", + "open_externally_detail_page": "L'ouverture externe d'une pièce jointe n''est disponible qu'à partir de la page de détails. Veuillez d'abord cliquer sur les détails de la pièce jointe et répéter l'opération.", + "open_custom_client_only": "L'option \"Ouvrir avec\" des pièces jointes n'est disponible que dans la version bureau de Trilium.", + "delete_confirm": "Êtes-vous sûr de vouloir supprimer la pièce jointe « {{title}} » ?", + "delete_success": "La pièce jointe « {{title}} » a été supprimée.", + "convert_confirm": "Êtes-vous sûr de vouloir convertir la pièce jointe « {{title}} » en une note distincte ?", + "convert_success": "La pièce jointe « {{title}} » a été convertie en note.", + "enter_new_name": "Veuillez saisir le nom de la nouvelle pièce jointe" + }, + "calendar": { + "mon": "Lun", + "tue": "Mar", + "wed": "Mer", + "thu": "Jeu", + "fri": "Ven", + "sat": "Sam", + "sun": "Dim", + "cannot_find_day_note": "Note journalière introuvable", + "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", + "cannot_find_week_note": "Impossible de trouver la note de la semaine", + "week": "Semaine", + "week_previous": "Semaine précédente", + "week_next": "Semaine suivante", + "month": "Mois", + "month_previous": "Mois précédent", + "month_next": "Mois suivant", + "year": "Année", + "year_previous": "Année précédente", + "year_next": "Année suivante", + "list": "Liste", + "today": "Aujourd'hui" + }, + "close_pane_button": { + "close_this_pane": "Fermer ce volet" + }, + "create_pane_button": { + "create_new_split": "Créer une nouvelle division" + }, + "edit_button": { + "edit_this_note": "Modifier cette note" + }, + "show_toc_widget_button": { + "show_toc": "Afficher la Table des matières" + }, + "show_highlights_list_widget_button": { + "show_highlights_list": "Afficher la liste des Accentuations" + }, + "global_menu": { + "menu": "Menu", + "options": "Options", + "open_new_window": "Ouvrir une nouvelle fenêtre", + "switch_to_mobile_version": "Passer à la version mobile", + "switch_to_desktop_version": "Passer à la version de bureau", + "zoom": "Zoom", + "toggle_fullscreen": "Basculer en plein écran", + "zoom_out": "Zoom arrière", + "reset_zoom_level": "Réinitialiser le niveau de zoom", + "zoom_in": "Zoomer", + "configure_launchbar": "Configurer la Barre de raccourcis", + "show_shared_notes_subtree": "Afficher le Sous-arbre des Notes Partagées", + "advanced": "Avancé", + "open_dev_tools": "Ouvrir les Outils de dév", + "open_sql_console": "Ouvrir la Console SQL", + "open_sql_console_history": "Ouvrir l'Historique de la console SQL", + "open_search_history": "Ouvrir l'Historique de recherche", + "show_backend_log": "Afficher le Journal back-end", + "reload_hint": "Recharger l'application peut aider à résoudre certains problèmes visuels sans redémarrer l'application.", + "reload_frontend": "Recharger l'interface", + "show_hidden_subtree": "Afficher le Sous-arbre caché", + "show_help": "Afficher l'aide", + "about": "À propos de Trilium Notes", + "logout": "Déconnexion", + "show-cheatsheet": "Afficher l'aide rapide", + "toggle-zen-mode": "Zen Mode", + "new-version-available": "Nouvelle mise à jour disponible", + "download-update": "Obtenir la version {{latestVersion}}" + }, + "zen_mode": { + "button_exit": "Sortir du Zen mode" + }, + "sync_status": { + "unknown": "

Le statut de la synchronisation sera connu à la prochaine tentative de synchronisation.

Cliquez pour déclencher la synchronisation maintenant.

", + "connected_with_changes": "

Connecté au serveur de synchronisation.
Il reste quelques modifications à synchroniser.

Cliquez pour déclencher la synchronisation.

", + "connected_no_changes": "

Connecté au serveur de synchronisation.
Toutes les modifications ont déjà été synchronisées.

Cliquez pour déclencher la synchronisation.

", + "disconnected_with_changes": "

La connexion au serveur de synchronisation a échoué.
Il reste encore des modifications à synchroniser.

Cliquez pour déclencher la synchronisation.

", + "disconnected_no_changes": "

La connexion au serveur de synchronisation a échoué.
Il reste encore des modifications à synchroniser.

Cliquez pour déclencher la synchronisation.

", + "in_progress": "La synchronisation avec le serveur est en cours." + }, + "left_pane_toggle": { + "show_panel": "Afficher le panneau", + "hide_panel": "Masquer le panneau" + }, + "move_pane_button": { + "move_left": "Déplacer vers la gauche", + "move_right": "Déplacer à droite" + }, + "note_actions": { + "convert_into_attachment": "Convertir en pièce jointe", + "re_render_note": "Re-rendre la note", + "search_in_note": "Rechercher dans la note", + "note_source": "Code source", + "note_attachments": "Pièces jointes", + "open_note_externally": "Ouvrir la note en externe", + "open_note_externally_title": "Le fichier sera ouvert dans une application externe et les modifications apportées seront surveillées. Vous pourrez ensuite téléverser la version modifiée dans Trilium.", + "open_note_custom": "Ouvrir la note avec", + "import_files": "Importer des fichiers", + "export_note": "Exporter la note", + "delete_note": "Supprimer la note", + "print_note": "Imprimer la note", + "save_revision": "Enregistrer la version", + "convert_into_attachment_failed": "La conversion de la note '{{title}}' a échoué.", + "convert_into_attachment_successful": "La note '{{title}}' a été convertie en pièce jointe.", + "convert_into_attachment_prompt": "Êtes-vous sûr de vouloir convertir la note '{{title}}' en une pièce jointe de la note parente ?", + "print_pdf": "Exporter en PDF...", + "open_note_on_server": "Ouvrir la note sur le serveur", + "view_revisions": "Révisions...", + "advanced": "Avancé", + "export_as_image": "Exporter en tant qu'image", + "export_as_image_png": "PNG", + "export_as_image_svg": "SVG (vectoriel)" + }, + "onclick_button": { + "no_click_handler": "Le widget bouton '{{componentId}}' n'a pas de gestionnaire de clic défini" + }, + "protected_session_status": { + "active": "La session protégée est active. Cliquez pour quitter la session protégée.", + "inactive": "Cliquez pour accéder à une session protégée" + }, + "revisions_button": { + "note_revisions": "Versions des Notes" + }, + "update_available": { + "update_available": "Mise à jour disponible" + }, + "note_launcher": { + "this_launcher_doesnt_define_target_note": "Ce raccourci ne définit pas de note cible." + }, + "code_buttons": { + "execute_button_title": "Exécuter le script", + "trilium_api_docs_button_title": "Ouvrir la documentation de l'API Trilium", + "save_to_note_button_title": "Enregistrer dans la note", + "opening_api_docs_message": "Ouverture de la documentation de l'API...", + "sql_console_saved_message": "La note de la console SQL a été enregistrée dans {{note_path}}" + }, + "copy_image_reference_button": { + "button_title": "Copier la référence de l'image dans le presse-papiers, peut être collée dans une note textuelle." + }, + "hide_floating_buttons_button": { + "button_title": "Masquer les boutons" + }, + "show_floating_buttons_button": { + "button_title": "Afficher les boutons" + }, + "svg_export_button": { + "button_title": "Exporter le diagramme au format SVG" + }, + "relation_map_buttons": { + "create_child_note_title": "Créer une nouvelle note enfant et l'ajouter à cette carte de relation", + "reset_pan_zoom_title": "Réinitialiser le panoramique et le zoom aux coordonnées et à la position initiales", + "zoom_in_title": "Zoomer", + "zoom_out_title": "Zoom arrière" + }, + "zpetne_odkazy": { + "relation": "relation", + "backlink_one": "{{count}} Lien inverse", + "backlink_many": "", + "backlink_other": "{{count}} Liens inverses" + }, + "mobile_detail_menu": { + "insert_child_note": "Insérer une note enfant", + "delete_this_note": "Supprimer cette note", + "error_cannot_get_branch_id": "Impossible d'obtenir branchId pour notePath '{{notePath}}'", + "error_unrecognized_command": "Commande non reconnue {{command}}", + "note_revisions": "Révision de la note" + }, + "note_icon": { + "change_note_icon": "Changer l'icône de note", + "search": "Recherche :", + "reset-default": "Réinitialiser l'icône par défaut", + "filter": "Filtre", + "filter-none": "Toutes les icônes", + "filter-default": "Icônes par défaut", + "icon_tooltip": "{{name}}\nPack d'icônes : {{iconPack}}" + }, + "basic_properties": { + "note_type": "Type de note", + "editable": "Modifiable", + "basic_properties": "Propriétés de base", + "language": "Langage", + "configure_code_notes": "Configurer les notes de code..." + }, + "book_properties": { + "view_type": "Type d'affichage", + "grid": "Grille", + "list": "Liste", + "collapse_all_notes": "Réduire toutes les notes", + "collapse": "Réduire", + "expand": "Développer", + "invalid_view_type": "Type de vue non valide '{{type}}'", + "calendar": "Calendrier", + "book_properties": "Propriétés de la collection", + "table": "Tableau", + "geo-map": "Carte géographique", + "board": "Tableau de bord", + "include_archived_notes": "Afficher les notes archivées", + "presentation": "Présentation", + "expand_tooltip": "Développe les éléments enfants directs de cette collection (à un niveau). Pour plus d'options, appuyez sur la flèche à droite.", + "expand_first_level": "Développer les enfants directs", + "expand_nth_level": "Développer sur {{depth}} niveaux", + "expand_all_levels": "Développer tous les niveaux" + }, + "edited_notes": { + "no_edited_notes_found": "Aucune note modifiée ce jour-là...", + "title": "Notes modifiées", + "deleted": "(supprimé)" + }, + "file_properties": { + "note_id": "Identifiant de la note", + "original_file_name": "Nom du fichier d'origine", + "file_type": "Type de fichier", + "file_size": "Taille du fichier", + "download": "Télécharger", + "open": "Ouvrir", + "upload_new_revision": "Téléverser une nouvelle version", + "upload_success": "Une nouvelle version de fichier a été téléversée.", + "upload_failed": "Le téléversement d'une nouvelle version de fichier a échoué.", + "title": "Fichier" + }, + "image_properties": { + "original_file_name": "Nom du fichier d'origine", + "file_type": "Type de fichier", + "file_size": "Taille du fichier", + "download": "Télécharger", + "open": "Ouvrir", + "copy_reference_to_clipboard": "Copier la référence dans le presse-papiers", + "upload_new_revision": "Téléverser une nouvelle version", + "upload_success": "Une nouvelle version d'image a été téléversée.", + "upload_failed": "Échec de l'importation d'une nouvelle version d'image : {{message}}", + "title": "Image" + }, + "inherited_attribute_list": { + "title": "Attributs hérités", + "no_inherited_attributes": "Aucun attribut hérité." + }, + "note_info_widget": { + "note_id": "Identifiant de la note", + "created": "Créé", + "modified": "Modifié", + "type": "Type", + "note_size": "Taille de la note", + "note_size_info": "La taille de la note fournit une estimation approximative des besoins de stockage pour cette note. Il prend en compte le contenu de la note et de ses versions.", + "calculate": "calculer", + "subtree_size": "(taille du sous-arbre : {{size}} pour {{count}} notes)", + "title": "Infos sur la Note", + "mime": "type MIME", + "show_similar_notes": "Afficher des notes similaires" + }, + "note_map": { + "open_full": "Développer au maximum", + "collapse": "Réduire à la taille normale", + "title": "Carte de la Note", + "fix-nodes": "Réparer les nœuds", + "link-distance": "Distance du lien" + }, + "note_paths": { + "title": "Chemins de la Note", + "clone_button": "Cloner la note vers un nouvel emplacement...", + "intro_placed": "Cette note est située dans les chemins suivants :", + "intro_not_placed": "Cette note n'est pas encore située dans l'arbre des notes.", + "outside_hoisted": "Ce chemin est en dehors de la note focus et vous devrez désactiver le focus.", + "archived": "Archivé", + "search": "Recherche" + }, + "note_properties": { + "this_note_was_originally_taken_from": "Cette note est initialement extraite de :", + "info": "Infos" + }, + "owned_attribute_list": { + "owned_attributes": "Attributs propres" + }, + "promoted_attributes": { + "promoted_attributes": "Attributs promus", + "unset-field-placeholder": "non défini", + "url_placeholder": "http://siteweb...", + "open_external_link": "Ouvrir le lien externe", + "unknown_label_type": "Type de label inconnu '{{type}}'", + "unknown_attribute_type": "Type d'attribut inconnu '{{type}}'", + "add_new_attribute": "Ajouter un nouvel attribut", + "remove_this_attribute": "Supprimer cet attribut", + "remove_color": "Supprimer l’étiquette de couleur" + }, + "script_executor": { + "query": "Requête", + "script": "Script", + "execute_query": "Exécuter la requête", + "execute_script": "Exécuter le script" + }, + "search_definition": { + "add_search_option": "Ajouter une option de recherche :", + "search_string": "chaîne de caractères à rechercher", + "search_script": "script de recherche", + "ancestor": "ancêtre", + "fast_search": "recherche rapide", + "fast_search_description": "L'option de recherche rapide désactive la recherche dans le texte intégral du contenu des notes, ce qui peut accélérer la recherche dans les grandes bases de données.", + "include_archived": "inclure les archivées", + "include_archived_notes_description": "Par défaut, les notes archivées sont exclues des résultats de recherche : avec cette option, elles seront incluses.", + "order_by": "trier par", + "limit": "limite", + "limit_description": "Limiter le nombre de résultats", + "debug": "debug", + "debug_description": "Debug imprimera des informations supplémentaires dans la console pour faciliter le débogage des requêtes complexes", + "action": "action", + "search_button": "Recherche", + "search_execute": "Rechercher et exécuter des actions", + "save_to_note": "Enregistrer dans la note", + "search_parameters": "Paramètres de recherche", + "unknown_search_option": "Option de recherche inconnue {{searchOptionName}}", + "search_note_saved": "La note de recherche a été enregistrée dans {{- notePathTitle}}", + "actions_executed": "Les actions ont été exécutées.", + "view_options": "Afficher les options:" + }, + "similar_notes": { + "title": "Notes similaires", + "no_similar_notes_found": "Aucune note similaire trouvée." + }, + "abstract_search_option": { + "remove_this_search_option": "Supprimer cette option de recherche", + "failed_rendering": "Le chargement de l'option de recherche : {{dto}} a échoué avec l'erreur : {{error}} {{stack}}" + }, + "ancestor": { + "label": "Ancêtre", + "placeholder": "rechercher une note par son nom", + "depth_label": "profondeur", + "depth_doesnt_matter": "n'a pas d'importance", + "depth_eq": "est exactement {{count}}", + "direct_children": "enfants directs", + "depth_gt": "est supérieur à {{count}}", + "depth_lt": "est inférieur à {{count}}" + }, + "debug": { + "debug": "Debug", + "debug_info": "Debug imprimera des informations supplémentaires dans la console pour faciliter le débogage des requêtes complexes.", + "access_info": "Pour accéder aux informations de débogage, exécutez la requête et cliquez sur \"Afficher le journal backend\" dans le coin supérieur gauche." + }, + "fast_search": { + "fast_search": "Recherche rapide", + "description": "L'option de recherche rapide désactive la recherche dans le texte intégral du contenu des notes, ce qui peut accélérer la recherche dans les grandes bases de données." + }, + "include_archived_notes": { + "include_archived_notes": "Inclure les notes archivées" + }, + "limit": { + "limit": "Limite", + "take_first_x_results": "Ne prendre que les X premiers résultats spécifiés." + }, + "order_by": { + "order_by": "Trier par", + "relevancy": "Pertinence (par défaut)", + "title": "Titre", + "date_created": "Date de création", + "date_modified": "Date de dernière modification", + "content_size": "Taille de la note", + "content_and_attachments_size": "Taille de la note (pièces jointes comprises)", + "content_and_attachments_and_revisions_size": "Taille de note (pièces jointes et versions comprises)", + "revision_count": "Nombre de versions", + "children_count": "Nombre de notes enfants", + "parent_count": "Nombre de clones", + "owned_label_count": "Nombre de labels", + "owned_relation_count": "Nombre de relations", + "target_relation_count": "Nombre de relations ciblant la note", + "random": "Ordre aléatoire", + "asc": "Ascendant (par défaut)", + "desc": "Descendant" + }, + "search_script": { + "title": "Script de recherche :", + "placeholder": "rechercher une note par son nom", + "description1": "Le script de recherche permet de définir les résultats de la recherche en exécutant un script. Cela offre une flexibilité maximale lorsque la recherche standard ne suffit pas.", + "description2": "Le script de recherche doit être de type \"code\" et sous-type \"backend JavaScript\". Le script doit retourner un tableau de noteIds ou de notes.", + "example_title": "Voir cet exemple :", + "example_code": "// 1. préfiltrage à l'aide de la recherche standard\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. application de critères de recherche personnalisés\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", + "note": "Notez que le script de recherche et la l'expression à rechercher standard ne peuvent pas être combinés." + }, + "search_string": { + "title_column": "Expression à rechercher :", + "placeholder": "mots-clés du texte, #tag = valeur...", + "search_syntax": "Syntaxe de recherche", + "also_see": "voir aussi", + "complete_help": "aide complète sur la syntaxe de recherche", + "full_text_search": "Entrez simplement n'importe quel texte pour rechercher dans le contenu des notes", + "label_abc": "renvoie les notes avec le label abc", + "label_year": "correspond aux notes possédant le label year ayant la valeur 2019", + "label_rock_pop": "correspond aux notes qui ont à la fois les labels rock et pop", + "label_rock_or_pop": "un seul des labels doit être présent", + "label_year_comparison": "comparaison numérique (également >, >=, <).", + "label_date_created": "notes créées le mois dernier", + "error": "Erreur de recherche : {{error}}", + "search_prefix": "Recherche :" + }, + "attachment_detail": { + "open_help_page": "Ouvrir la page d'aide sur les pièces jointes", + "owning_note": "Note d'appartenance : ", + "you_can_also_open": ", vous pouvez également ouvrir ", + "list_of_all_attachments": "Liste de toutes les pièces jointes", + "attachment_deleted": "Cette pièce jointe a été supprimée." + }, + "attachment_list": { + "open_help_page": "Ouvrir la page d'aide à propos des pièces jointes", + "owning_note": "Note d'appartenance : ", + "upload_attachments": "Téléverser des pièces jointes", + "no_attachments": "Cette note ne contient aucune pièce jointe." + }, + "book": { + "no_children_help": "Cette note de type Livre n'a aucune note enfant, donc il n'y a rien à afficher. Consultez le wiki pour plus de détails.", + "drag_locked_title": "Edition verrouillée", + "drag_locked_message": "Le glisser-déposer n'est pas autorisé car l'édition de cette collection est verrouillé." + }, + "editable_code": { + "placeholder": "Saisir le contenu de votre note de code ici..." + }, + "editable_text": { + "placeholder": "Saisir le contenu de votre note ici...", + "auto-detect-language": "Détecté automatiquement", + "editor_crashed_title": "L'éditeur de texte a cessé de fonctionner", + "editor_crashed_content": "Votre contenu a été récupéré avec succès, mais certaines de vos modifications les plus récentes n'ont peut-être pas été enregistrées.", + "editor_crashed_details_button": "Afficher plus de détails...", + "editor_crashed_details_intro": "Si cette erreur se produit plusieurs fois, pensez à la signaler sur GitHub en collant les informations ci-dessous.", + "editor_crashed_details_title": "Informations techniques", + "keeps-crashing": "Le composant d'édition cesse de fonctionner. Veuillez essayer de redémarrer Trilium. Si le problème persiste, envisager de créer un rapport de bogue." + }, + "empty": { + "open_note_instruction": "Ouvrez une note en tapant son titre dans la zone ci-dessous ou choisissez une note dans l'arborescence.", + "search_placeholder": "rechercher une note par son nom", + "enter_workspace": "Entrez dans l'espace de travail {{title}}" + }, + "file": { + "file_preview_not_available": "L'aperçu du fichier n'est pas disponible pour ce format de fichier.", + "too_big": "L'aperçu ne montre que les premiers caractères {{maxNumChars}} du fichier pour des raisons de performance. Téléchargez le fichier et ouvrez-le en dehors de Trilium pour voir tout le contenu." + }, + "protected_session": { + "enter_password_instruction": "L'affichage de la note protégée nécessite la saisie de votre mot de passe :", + "start_session_button": "Démarrer une session protégée", + "started": "La session protégée a démarré.", + "wrong_password": "Mot de passe incorrect.", + "protecting-finished-successfully": "La protection de la note s'est terminée avec succès.", + "unprotecting-finished-successfully": "La protection de la note a été retirée avec succès.", + "protecting-in-progress": "Protection en cours : {{count}}", + "unprotecting-in-progress-count": "Retrait de la protection en cours : {{count}}", + "protecting-title": "Statut de la protection", + "unprotecting-title": "Statut de la non-protection" + }, + "relation_map": { + "open_in_new_tab": "Ouvrir dans un nouvel onglet", + "remove_note": "Supprimer la note", + "edit_title": "Modifier le titre", + "rename_note": "Renommer la note", + "enter_new_title": "Saisissez le nouveau titre de la note :", + "remove_relation": "Supprimer la relation", + "confirm_remove_relation": "Êtes-vous sûr de vouloir supprimer la relation ?", + "specify_new_relation_name": "Spécifiez le nom de la nouvelle relation (caractères autorisés : alphanumérique, deux-points et tiret-bas.) :", + "connection_exists": "La connexion « {{name}} » entre ces notes existe déjà.", + "start_dragging_relations": "Commencez à faire glisser les relations à partir d'ici et déposez-les sur une autre note.", + "note_not_found": "Note {{noteId}} introuvable !", + "cannot_match_transform": "Correspondance à la transformation : {{transform}} introuvable", + "note_already_in_diagram": "La note \"{{title}}\" est déjà dans le diagramme.", + "enter_title_of_new_note": "Entrez le titre de la nouvelle note", + "default_new_note_title": "nouvelle note", + "click_on_canvas_to_place_new_note": "Cliquez sur le canevas pour placer une nouvelle note" + }, + "render": { + "note_detail_render_help_1": "Cette note d'aide s'affiche car cette note de type Rendu HTML n'a pas la relation requise pour fonctionner correctement.", + "note_detail_render_help_2": "Le type de note Rendu HTML est utilisé pour les scripts. En résumé, vous disposez d'une note de code HTML (éventuellement contenant JavaScript) et cette note affichera le rendu. Pour que cela fonctionne, vous devez définir une relation appelée \"renderNote\" pointant vers la note HTML à rendre." + }, + "web_view": { + "web_view": "Affichage Web", + "embed_websites": "Les notes de type Affichage Web vous permet d'intégrer des sites Web dans Trilium.", + "create_label": "Pour commencer, veuillez créer un label avec l'adresse URL que vous souhaitez intégrer, par ex. #webViewSrc=\"https://www.google.com\"" + }, + "backend_log": { + "refresh": "Rafraîchir" + }, + "consistency_checks": { + "title": "Vérification de la cohérence", + "find_and_fix_button": "Rechercher et résoudre les problèmes de cohérence", + "finding_and_fixing_message": "Recherche et résolution des problèmes de cohérence...", + "issues_fixed_message": "Les problèmes de cohérence devraient être résolus." + }, + "database_anonymization": { + "title": "Anonymisation de la base de données", + "full_anonymization": "Anonymisation complète", + "full_anonymization_description": "Cette action créera une nouvelle copie de la base de données et l'anonymisera (tout le contenu des notes sera supprimé et ne restera que la structure et certaines métadonnées non sensibles) pour la partager en ligne à des fins de débogage sans crainte de fuite de vos données personnelles.", + "save_fully_anonymized_database": "Enregistrer la base de données entièrement anonymisée", + "light_anonymization": "Anonymisation légère", + "light_anonymization_description": "Cette action créera une nouvelle copie de la base de données et y réalisera une légère anonymisation — seul le contenu de toutes les notes sera supprimé, mais les titres et les attributs resteront. De plus, les notes de script frontend/backend JS personnalisées et les widgets personnalisés resteront. Fournit plus de contexte pour déboguer les problèmes.", + "choose_anonymization": "Vous pouvez décider vous-même si vous souhaitez fournir une base de données entièrement ou partiellement anonymisée. Même une base de données entièrement anonymisée est très utile, mais dans certains cas, une base de données partiellement anonymisée peut accélérer le processus d'identification et de correction des bugs.", + "save_lightly_anonymized_database": "Enregistrer la base de données partiellement anonymisée", + "existing_anonymized_databases": "Bases de données anonymisées existantes", + "creating_fully_anonymized_database": "Création d'une base de données entièrement anonymisée...", + "creating_lightly_anonymized_database": "Création d'une base de données partiellement anonymisée...", + "error_creating_anonymized_database": "Impossible de créer une base de données anonymisée, vérifiez les journaux backend pour plus de détails", + "successfully_created_fully_anonymized_database": "Base de données entièrement anonymisée crée dans {{anonymizedFilePath}}", + "successfully_created_lightly_anonymized_database": "Base de données partiellement anonymisée crée dans {{anonymizedFilePath}}", + "no_anonymized_database_yet": "Aucune base de données anonymisée." + }, + "database_integrity_check": { + "title": "Vérification de l'intégrité de la base de données", + "description": "Vérifiera que la base de données n'est pas corrompue au niveau SQLite. Cela peut prendre un certain temps, en fonction de la taille de la base de données.", + "check_button": "Vérifier l'intégrité de la base de données", + "checking_integrity": "Vérification de l'intégrité de la base de données...", + "integrity_check_succeeded": "Le contrôle d'intégrité a réussi - aucun problème détecté.", + "integrity_check_failed": "Échec du contrôle d'intégrité : {{results}}" + }, + "sync": { + "title": "Synchroniser", + "force_full_sync_button": "Forcer la synchronisation complète", + "fill_entity_changes_button": "Remplir les enregistrements de modifications d'entité", + "full_sync_triggered": "Synchronisation complète déclenchée", + "filling_entity_changes": "Remplissage changements de ligne d'entité ...", + "sync_rows_filled_successfully": "Synchronisation avec succès des lignes remplies", + "finished-successfully": "Synchronisation terminée avec succès.", + "failed": "Échec de la synchronisation : {{message}}" + }, + "vacuum_database": { + "title": "Nettoyage de la base de données", + "description": "Cela reconstruira la base de données, ce qui générera un fichier de base de données généralement plus petit. Aucune donnée ne sera réellement modifiée.", + "button_text": "Nettoyer la base de données", + "vacuuming_database": "Nettoyage de la base de données en cours...", + "database_vacuumed": "La base de données a été nettoyée" + }, + "fonts": { + "theme_defined": "Défini par le thème", + "fonts": "Polices", + "main_font": "Police principale", + "font_family": "Famille de polices", + "size": "Taille", + "note_tree_font": "Police de l'arborescence", + "note_detail_font": "Police du contenu des notes", + "monospace_font": "Police Monospace (code)", + "note_tree_and_detail_font_sizing": "Notez que la taille de la police de l’arborescence et du contenu est relative au paramètre de taille de police principal.", + "not_all_fonts_available": "Toutes les polices répertoriées peuvent ne pas être disponibles sur votre système.", + "apply_font_changes": "Pour appliquer les modifications de police, cliquez sur", + "reload_frontend": "recharger l'interface", + "generic-fonts": "Polices génériques", + "sans-serif-system-fonts": "Polices système sans serif", + "serif-system-fonts": "Polices système Serif", + "monospace-system-fonts": "Polices système monospace", + "handwriting-system-fonts": "Polices système d'écriture manuelle", + "serif": "Serif", + "sans-serif": "Sans sérif", + "monospace": "Monospace", + "system-default": "Thème système" + }, + "max_content_width": { + "title": "Largeur du contenu", + "default_description": "Trilium limite par défaut la largeur maximale du contenu pour améliorer la lisibilité sur des écrans larges.", + "max_width_label": "Largeur maximale du contenu en pixels", + "max_width_unit": "Pixels", + "centerContent": "Garder le contenu centré" + }, + "native_title_bar": { + "title": "Barre de titre native (nécessite le redémarrage de l'application)", + "enabled": "activé", + "disabled": "désactivé" + }, + "ribbon": { + "widgets": "Ruban de widgets", + "promoted_attributes_message": "L'onglet du ruban Attributs promus s'ouvrira automatiquement si la note possède des attributs mis en avant", + "edited_notes_message": "L'onglet du ruban Notes modifiées s'ouvrira automatiquement sur les notes journalières" + }, + "theme": { + "title": "Thème de l'application", + "theme_label": "Thème", + "override_theme_fonts_label": "Remplacer les polices du thème", + "triliumnext": "Trilium (Suit le thème du système)", + "triliumnext-light": "Trilium (Clair)", + "triliumnext-dark": "Trilium (sombre)", + "layout": "Disposition", + "layout-vertical-title": "Vertical", + "layout-horizontal-title": "Horizontal", + "layout-vertical-description": "la barre de raccourcis est à gauche (défaut)", + "layout-horizontal-description": "la barre de raccourcis est sous la barre des onglets, cette-dernière est s'affiche en pleine largeur.", + "auto_theme": "Hérité (suivre le schéma de couleurs du système)", + "light_theme": "Hérité (clair)", + "dark_theme": "Hérité (foncé)" + }, + "zoom_factor": { + "title": "Facteur de zoom (version bureau uniquement)", + "description": "Le zoom peut également être contrôlé avec les raccourcis CTRL+- et CTRL+=." + }, + "code_auto_read_only_size": { + "title": "Taille pour la lecture seule automatique", + "description": "La taille pour la lecture seule automatique est le seuil au-delà de laquelle les notes seront affichées en mode lecture seule (pour optimiser les performances).", + "label": "Taille pour la lecture seule automatique (notes de code)", + "unit": "caractères" + }, + "code_mime_types": { + "title": "Types MIME disponibles dans la liste déroulante", + "tooltip_syntax_highlighting": "Souligner la syntaxe", + "tooltip_code_block_syntax": "Blocs de code dans les notes de texte", + "tooltip_code_note_syntax": "Notes de code" + }, + "vim_key_bindings": { + "use_vim_keybindings_in_code_notes": "Raccourcis clavier Vim", + "enable_vim_keybindings": "Activer les raccourcis clavier Vim dans les notes de code (pas de mode ex)" + }, + "wrap_lines": { + "wrap_lines_in_code_notes": "Ligne wrappées dans les notes de code", + "enable_line_wrap": "Active le wrapping des lignes (le changement peut nécessiter un rechargement du frontend pour prendre effet)" + }, + "images": { + "images_section_title": "Images", + "download_images_automatically": "Téléchargez automatiquement les images pour une utilisation hors ligne.", + "download_images_description": "Le HTML collé peut contenir des références à des images en ligne, Trilium trouvera ces références et téléchargera les images afin qu'elles soient disponibles hors ligne.", + "enable_image_compression": "Activer la compression des images", + "max_image_dimensions": "Largeur/hauteur maximale d'une image en pixels (l'image sera redimensionnée si elle dépasse ce paramètre).", + "jpeg_quality_description": "Qualité JPEG (10 - pire qualité, 100 - meilleure qualité, 50 - 85 est recommandé)", + "max_image_dimensions_unit": "pixels" + }, + "attachment_erasure_timeout": { + "attachment_erasure_timeout": "Délai d'effacement des pièces jointes", + "attachment_auto_deletion_description": "Les pièces jointes sont automatiquement supprimées (et effacées) si elles ne sont plus référencées par leur note après un certain délai.", + "erase_attachments_after": "Effacer les pièces jointes inutilisées après :", + "manual_erasing_description": "Vous pouvez également déclencher l'effacement manuellement (sans tenir compte du délai défini ci-dessus) :", + "erase_unused_attachments_now": "Effacez maintenant les pièces jointes inutilisées", + "unused_attachments_erased": "Les pièces jointes inutilisées ont été effacées." + }, + "network_connections": { + "network_connections_title": "Connexions réseau", + "check_for_updates": "Rechercher automatiquement les mises à jour" + }, + "note_erasure_timeout": { + "note_erasure_timeout_title": "Délai d'effacement des notes", + "note_erasure_description": "Les notes supprimées (et les attributs, versions...) sont seulement marquées comme supprimées et il est possible de les récupérer à partir de la boîte de dialogue Notes récentes. Après un certain temps, les notes supprimées sont « effacées », ce qui signifie que leur contenu n'est plus récupérable. Ce paramètre vous permet de configurer la durée entre la suppression et l'effacement de la note.", + "erase_notes_after": "Effacer les notes après :", + "manual_erasing_description": "Vous pouvez également déclencher l'effacement manuellement (sans tenir compte de la durée définie ci-dessus) :", + "erase_deleted_notes_now": "Effacer les notes supprimées maintenant", + "deleted_notes_erased": "Les notes supprimées ont été effacées." + }, + "revisions_snapshot_interval": { + "note_revisions_snapshot_interval_title": "Délai d'enregistrement automatique d'une version de note", + "note_revisions_snapshot_description": "Le délai d'enregistrement automatique des versions de note définit le temps avant la création automatique d'une nouvelle version de note. Consultez le wiki pour plus d'informations.", + "snapshot_time_interval_label": "Délai d'enregistrement automatique de version de note :" + }, + "revisions_snapshot_limit": { + "note_revisions_snapshot_limit_title": "Limite du nombre de versions de note", + "note_revisions_snapshot_limit_description": "La limite du nombre de versions de note désigne le nombre maximum de versions pouvant être enregistrées pour chaque note. -1 signifie aucune limite, 0 signifie supprimer toutes les versions. Vous pouvez définir le nombre maximal de versions pour une seule note avec le label #versioningLimit.", + "snapshot_number_limit_label": "Nombre limite de versions de note :", + "erase_excess_revision_snapshots": "Effacer maintenant les versions en excès", + "erase_excess_revision_snapshots_prompt": "Les versions en excès ont été effacées.", + "snapshot_number_limit_unit": "instantanés" + }, + "search_engine": { + "title": "Moteur de recherche", + "custom_search_engine_info": "Le moteur de recherche personnalisé nécessite à la fois la définition d’un nom et d’une URL. Si l’un ou l’autre de ces éléments n’est défini, DuckDuckGo sera utilisé comme moteur de recherche par défaut.", + "predefined_templates_label": "Modèles de moteur de recherche prédéfinis", + "bing": "Bing", + "baidu": "Baidu", + "duckduckgo": "DuckDuckGo", + "google": "Google", + "custom_name_label": "Nom du moteur de recherche personnalisé", + "custom_name_placeholder": "Personnaliser le nom du moteur de recherche", + "custom_url_label": "L'URL du moteur de recherche personnalisé doit inclure {keyword} comme espace réservé pour le terme de recherche.", + "custom_url_placeholder": "Personnaliser l'url du moteur de recherche", + "save_button": "Sauvegarder" + }, + "tray": { + "title": "Barre d'état système", + "enable_tray": "Activer l'icône dans la barre d'état (Trilium doit être redémarré pour que cette modification prenne effet)" + }, + "heading_style": { + "title": "Style de titre", + "plain": "Simple", + "underline": "Souligné", + "markdown": "Style Markdown" + }, + "highlights_list": { + "title": "Accentuations", + "description": "Vous pouvez personnaliser la liste des accentuations affichée dans le panneau de droite :", + "bold": "Texte en gras", + "italic": "Texte en italique", + "underline": "Texte souligné", + "color": "Texte en couleur", + "bg_color": "Texte avec couleur de fond", + "visibility_title": "Visibilité de la Liste des Accentuations", + "visibility_description": "Vous pouvez masquer le widget des accentuations par note en ajoutant un label #hideHighlightWidget.", + "shortcut_info": "Vous pouvez configurer un raccourci clavier pour basculer rapidement vers le volet droit (comprenant les Accentuations) dans Options -> Raccourcis (nom « toggleRightPane »)." + }, + "table_of_contents": { + "title": "Table des matières", + "description": "La table des matières apparaîtra dans les notes textuelles lorsque la note comporte plus d'un nombre défini de titres. Vous pouvez personnaliser ce nombre :", + "disable_info": "Vous pouvez également utiliser cette option pour désactiver la table des matières en définissant un nombre très élevé.", + "shortcut_info": "Vous pouvez configurer un raccourci clavier pour afficher/masquer le volet de droite (y compris la table des matières) dans Options -> Raccourcis (nom « toggleRightPane »).", + "unit": "titres" + }, + "text_auto_read_only_size": { + "title": "Taille automatique en lecture seule", + "description": "La taille automatique des notes en lecture seule est la taille au-delà de laquelle les notes seront affichées en mode lecture seule (pour des raisons de performances).", + "label": "Taille automatique en lecture seule (notes de texte)", + "unit": "caractères" + }, + "i18n": { + "title": "Paramètres régionaux", + "language": "Langue", + "first-day-of-the-week": "Premier jour de la semaine", + "sunday": "Dimanche", + "monday": "Lundi", + "tuesday": "Mardi", + "wednesday": "Mercredi", + "thursday": "Jeudi", + "friday": "Vendredi", + "saturday": "Samedi", + "first-week-of-the-year": "Première semaine de l'année", + "first-week-contains-first-day": "La première semaine contient le premier jour de l'année", + "first-week-contains-first-thursday": "La première semaine contient le premier jeudi de l'année", + "first-week-has-minimum-days": "La première semaine a un nombre minimum de jours", + "min-days-in-first-week": "Nombre minimum de jours dans la première semaine", + "first-week-info": "La première semaine contient le premier jeudi de l'année et est basée sur la norme ISO 8601 .", + "first-week-warning": "La modification des options de la première semaine peut entraîner des doublons avec les notes de semaine existantes et les notes de semaine existantes ne seront pas mises à jour en conséquence.", + "formatting-locale": "Format de date et de nombre", + "formatting-locale-auto": "En fonction de la langue de l'application" + }, + "backup": { + "automatic_backup": "Sauvegarde automatique", + "automatic_backup_description": "Trilium peut sauvegarder la base de données automatiquement :", + "enable_daily_backup": "Activer la sauvegarde quotidienne", + "enable_weekly_backup": "Activer la sauvegarde hebdomadaire", + "enable_monthly_backup": "Activer la sauvegarde mensuelle", + "backup_recommendation": "Il est recommandé de garder la sauvegarde activée, mais cela peut ralentir le démarrage des applications avec des bases de données volumineuses et/ou des périphériques de stockage lents.", + "backup_now": "Sauvegarder maintenant", + "backup_database_now": "Sauvegarder la base de données maintenant", + "existing_backups": "Sauvegardes existantes", + "date-and-time": "Date & heure", + "path": "Chemin", + "database_backed_up_to": "La base de données a été sauvegardée dans {{backupFilePath}}", + "no_backup_yet": "pas encore de sauvegarde" + }, + "etapi": { + "title": "ETAPI", + "description": "ETAPI est une API REST utilisée pour accéder à l'instance Trilium par programme, sans interface utilisateur.", + "create_token": "Créer un nouveau jeton ETAPI", + "existing_tokens": "Jetons existants", + "no_tokens_yet": "Il n'y a pas encore de jetons. Cliquez sur le bouton ci-dessus pour en créer un.", + "token_name": "Nom du jeton", + "created": "Créé", + "actions": "Actions", + "new_token_title": "Nouveau jeton ETAPI", + "new_token_message": "Veuillez saisir le nom du nouveau jeton", + "default_token_name": "nouveau jeton", + "error_empty_name": "Le nom du jeton ne peut pas être vide", + "token_created_title": "Jeton ETAPI créé", + "token_created_message": "Copiez le jeton créé dans le presse-papiers. Trilium enregistre le jeton haché et c'est la dernière fois que vous le verrez.", + "rename_token": "Renommer ce jeton", + "delete_token": "Supprimer/désactiver ce token", + "rename_token_title": "Renommer le jeton", + "rename_token_message": "Veuillez saisir le nom du nouveau jeton", + "delete_token_confirmation": "Êtes-vous sûr de vouloir supprimer le jeton ETAPI « {{name}} » ?" + }, + "options_widget": { + "options_status": "Statut des options", + "options_change_saved": "Les modifications des options ont été enregistrées." + }, + "password": { + "heading": "Mot de passe", + "alert_message": "Prenez soin de mémoriser votre nouveau mot de passe. Le mot de passe est utilisé pour se connecter à l'interface Web et pour crypter les notes protégées. Si vous oubliez votre mot de passe, toutes vos notes protégées seront définitivement perdues.", + "reset_link": "Cliquez ici pour le réinitialiser.", + "old_password": "Ancien mot de passe", + "new_password": "Nouveau mot de passe", + "new_password_confirmation": "Confirmation du nouveau mot de passe", + "change_password": "Changer le mot de passe", + "protected_session_timeout": "Expiration de la session protégée", + "protected_session_timeout_description": "Le délai d'expiration de la session protégée est une période de temps après laquelle la session protégée est effacée de la mémoire du navigateur. Il est mesuré à partir de la dernière interaction avec des notes protégées. Voir", + "wiki": "wiki", + "for_more_info": "pour plus d'informations.", + "protected_session_timeout_label": "Délai d'expiration de la session protégée :", + "reset_confirmation": "En réinitialisant le mot de passe, vous perdrez à jamais l'accès à toutes vos notes protégées existantes. Voulez-vous vraiment réinitialiser le mot de passe ?", + "reset_success_message": "Le mot de passe a été réinitialisé. Veuillez définir un nouveau mot de passe", + "change_password_heading": "Changer le mot de passe", + "set_password_heading": "Définir le mot de passe", + "set_password": "Définir le mot de passe", + "password_mismatch": "Les nouveaux mots de passe saisis ne sont pas les mêmes.", + "password_changed_success": "Le mot de passe a été modifié. Trilium va redémarrer après avoir appuyé sur OK." + }, + "shortcuts": { + "keyboard_shortcuts": "Raccourcis clavier", + "multiple_shortcuts": "Plusieurs raccourcis pour la même action peuvent être séparés par une virgule.", + "electron_documentation": "Consultez la documentation Electron pour connaître les modificateurs et codes clés disponibles.", + "type_text_to_filter": "Saisir du texte pour filtrer les raccourcis...", + "action_name": "Nom de l'action", + "shortcuts": "Raccourcis", + "default_shortcuts": "Raccourcis par défaut", + "description": "Description", + "reload_app": "Recharger l'application pour appliquer les modifications", + "set_all_to_default": "Réinitialiser aux valeurs par défaut", + "confirm_reset": "Voulez-vous vraiment réinitialiser tous les raccourcis clavier par défaut ?" + }, + "spellcheck": { + "title": "Vérification orthographique", + "description": "Ces options s'appliquent uniquement aux versions de bureau, les navigateurs utiliseront leur propre vérification orthographique native.", + "enable": "Activer la vérification orthographique", + "language_code_label": "Code(s) de langue", + "language_code_placeholder": "par exemple \"fr-FR\", \"en-US\", \"de-AT\"", + "multiple_languages_info": "Plusieurs langues peuvent être séparées par une virgule, par ex. \"fr-FR, en-US, de-DE, cs\". ", + "available_language_codes_label": "Codes de langue disponibles :", + "restart-required": "Les modifications apportées aux options de vérification orthographique prendront effet après le redémarrage de l'application." + }, + "sync_2": { + "config_title": "Configuration de synchronisation", + "server_address": "Adresse de l'instance du serveur", + "timeout": "Délai d'expiration de la synchronisation (millisecondes)", + "proxy_label": "Serveur proxy de synchronisation (facultatif)", + "note": "Note", + "note_description": "Si vous laissez le paramètre de proxy vide, le proxy système sera utilisé (applicable uniquement à la version de bureau/électronique).", + "special_value_description": "Une autre valeur spéciale est noproxy qui oblige à ignorer même le proxy système et respecte NODE_TLS_REJECT_UNAUTHORIZED.", + "save": "Sauvegarder", + "help": "Aide", + "test_title": "Test de synchronisation", + "test_description": "Testera la connexion et la prise de contact avec le serveur de synchronisation. Si le serveur de synchronisation n'est pas initialisé, cela le configurera pour qu'il se synchronise avec le document local.", + "test_button": "Tester la synchronisation", + "handshake_failed": "Échec de la négociation avec le serveur de synchronisation, erreur : {{message}}", + "timeout_unit": "millisecondes" + }, + "api_log": { + "close": "Fermer" + }, + "attachment_detail_2": { + "will_be_deleted_in": "Cette pièce jointe sera automatiquement supprimée dans {{time}}", + "will_be_deleted_soon": "Cette pièce jointe sera bientôt supprimée automatiquement", + "deletion_reason": ", car la pièce jointe n'est pas liée dans le contenu de la note. Pour empêcher la suppression, ajoutez à nouveau le lien de la pièce jointe dans le contenu d'une note ou convertissez la pièce jointe en note.", + "role_and_size": "Rôle : {{role}}, Taille : {{size}}", + "link_copied": "Lien de pièce jointe copié dans le presse-papiers.", + "unrecognized_role": "Rôle de pièce jointe « {{role}} » non reconnu." + }, + "bookmark_switch": { + "bookmark": "Favori", + "bookmark_this_note": "Ajouter cette note à vos favoris dans le panneau latéral gauche", + "remove_bookmark": "Supprimer le favori" + }, + "editability_select": { + "auto": "Auto", + "read_only": "Lecture seule", + "always_editable": "Toujours modifiable", + "note_is_editable": "La note est modifiable si elle n'est pas trop longue.", + "note_is_read_only": "La note est en lecture seule, mais peut être modifiée en cliquant sur un bouton.", + "note_is_always_editable": "La note est toujours modifiable, quelle que soit sa longueur." + }, + "note-map": { + "button-link-map": "Carte des liens", + "button-tree-map": "Carte de l'arborescence" + }, + "tree-context-menu": { + "open-in-a-new-tab": "Ouvrir dans un nouvel onglet", + "open-in-a-new-split": "Ouvrir dans une nouvelle division", + "insert-note-after": "Insérer une note après", + "insert-child-note": "Insérer une note enfant", + "delete": "Supprimer", + "search-in-subtree": "Rechercher dans le sous-arbre", + "hoist-note": "Focus sur cette note", + "unhoist-note": "Désactiver le focus", + "edit-branch-prefix": "Modifier le préfixe de branche", + "advanced": "Avancé", + "expand-subtree": "Développer le sous-arbre", + "collapse-subtree": "Réduire le sous-arbre", + "sort-by": "Trier par...", + "recent-changes-in-subtree": "Modifications récentes du sous-arbre", + "convert-to-attachment": "Convertir en pièce jointe", + "copy-note-path-to-clipboard": "Copier le chemin de la note dans le presse-papiers", + "protect-subtree": "Protéger le sous-arbre", + "unprotect-subtree": "Ne plus protéger le sous-arbre", + "copy-clone": "Copier/cloner", + "clone-to": "Cloner vers...", + "cut": "Couper", + "move-to": "Déplacer vers...", + "paste-into": "Coller dans", + "paste-after": "Coller après", + "duplicate": "Dupliquer", + "export": "Exporter", + "import-into-note": "Importer dans la note", + "apply-bulk-actions": "Appliquer des Actions groupées", + "converted-to-attachments": "Les notes {{count}} ont été converties en pièces jointes.", + "convert-to-attachment-confirm": "Êtes-vous sûr de vouloir convertir les notes sélectionnées en pièces jointes de leurs notes parentes ?", + "archive": "Archive", + "unarchive": "Désarchiver", + "open-in-popup": "Modification rapide" + }, + "shared_info": { + "shared_publicly": "Cette note est partagée publiquement sur {{- link}}.", + "shared_locally": "Cette note est partagée localement sur {{- link}}.", + "help_link": "Pour obtenir de l'aide, visitez le wiki." + }, + "note_types": { + "text": "Texte", + "code": "Code", + "saved-search": "Recherche enregistrée", + "relation-map": "Carte des relations", + "note-map": "Carte de notes", + "render-note": "Rendu Html", + "mermaid-diagram": "Diagramme Mermaid", + "canvas": "Canevas", + "web-view": "Affichage Web", + "mind-map": "Carte mentale", + "file": "Fichier", + "image": "Image", + "launcher": "Raccourci", + "doc": "Doc", + "widget": "Widget", + "confirm-change": "Il n'est pas recommandé de modifier le type de note lorsque son contenu n'est pas vide. Voulez-vous continuer ?", + "geo-map": "Carte géo", + "beta-feature": "Beta", + "task-list": "Liste de tâches", + "book": "Collection", + "new-feature": "Nouveau", + "collections": "Collections" + }, + "protect_note": { + "toggle-on": "Protéger la note", + "toggle-off": "Déprotéger la note", + "toggle-on-hint": "La note n'est pas protégée, cliquez pour la protéger", + "toggle-off-hint": "La note est protégée, cliquez pour ne plus la protéger" + }, + "shared_switch": { + "shared": "Partagé", + "toggle-on-title": "Partager la note", + "toggle-off-title": "Ne plus partager de la note", + "shared-branch": "Cette note existe uniquement en tant que note partagée, l'annulation du partage la supprimerait. Voulez-vous continuer et ainsi supprimer cette note ?", + "inherited": "Il n'est pas possible de ne plus partager cette note, car son partage est défini par héritage d'une note ancêtre." + }, + "template_switch": { + "template": "Modèle", + "toggle-on-hint": "Faire de la note un modèle", + "toggle-off-hint": "Supprimer la note comme modèle" + }, + "open-help-page": "Ouvrir la page d'aide", + "find": { + "case_sensitive": "Sensible à la casse", + "match_words": "Mots exacts", + "find_placeholder": "Chercher dans le texte...", + "replace_placeholder": "Remplacer par...", + "replace": "Remplacer", + "replace_all": "Tout remplacer" + }, + "highlights_list_2": { + "title": "Accentuations", + "options": "Options" + }, + "quick-search": { + "placeholder": "Recherche rapide", + "searching": "Recherche...", + "no-results": "Aucun résultat trouvé", + "more-results": "... et {{number}} autres résultats.", + "show-in-full-search": "Afficher dans la recherche complète" + }, + "note_tree": { + "collapse-title": "Réduire l'arborescence des notes", + "scroll-active-title": "Faire défiler jusqu'à la note active", + "tree-settings-title": "Paramètres de l'arborescence", + "hide-archived-notes": "Masquer les notes archivées", + "automatically-collapse-notes": "Réduire automatiquement les notes", + "automatically-collapse-notes-title": "Les notes seront réduites après une période d'inactivité pour désencombrer l'arborescence.", + "save-changes": "Enregistrer et appliquer les modifications", + "auto-collapsing-notes-after-inactivity": "Réduction automatique des notes après inactivité...", + "saved-search-note-refreshed": "Note de recherche enregistrée actualisée.", + "hoist-this-note-workspace": "Focus cette note (espace de travail)", + "refresh-saved-search-results": "Rafraîchir les résultats de recherche enregistrée", + "create-child-note": "Créer une note enfant", + "unhoist": "Désactiver le focus", + "toggle-sidebar": "Basculer la barre latérale", + "dropping-not-allowed": "Lâcher des notes à cet endroit n'est pas autorisé" + }, + "title_bar_buttons": { + "window-on-top": "Épingler cette fenêtre au premier plan" + }, + "note_detail": { + "could_not_find_typewidget": "Impossible de trouver typeWidget pour le type '{{type}}'", + "printing": "Impression en cours...", + "printing_pdf": "Export au format PDF en cours...", + "print_report_title": "Imprimer le rapport", + "print_report_collection_details_button": "Consulter les détails", + "print_report_collection_details_ignored_notes": "Notes ignorées" + }, + "note_title": { + "placeholder": "saisir le titre de la note ici...", + "created_on": "Créé le ", + "last_modified": "Modifié le ", + "note_type_switcher_label": "Basculer de {{type}} à :", + "note_type_switcher_others": "Autre type de note", + "note_type_switcher_templates": "Modèle", + "note_type_switcher_collection": "Collection" + }, + "search_result": { + "no_notes_found": "Aucune note n'a été trouvée pour les paramètres de recherche donnés.", + "search_not_executed": "La recherche n'a pas encore été exécutée. Cliquez sur le bouton \"Rechercher\" ci-dessus pour voir les résultats." + }, + "spacer": { + "configure_launchbar": "Configurer la Barre de raccourcis" + }, + "sql_result": { + "no_rows": "Aucune ligne n'a été renvoyée pour cette requête" + }, + "sql_table_schemas": { + "tables": "Tableaux" + }, + "tab_row": { + "close_tab": "Fermer l'onglet", + "add_new_tab": "Ajouter un nouvel onglet", + "close": "Fermer", + "close_other_tabs": "Fermer les autres onglets", + "close_right_tabs": "Fermer les onglets à droite", + "close_all_tabs": "Fermer tous les onglets", + "reopen_last_tab": "Rouvrir le dernier onglet fermé", + "move_tab_to_new_window": "Déplacer cet onglet vers une nouvelle fenêtre", + "copy_tab_to_new_window": "Copier cet onglet dans une nouvelle fenêtre", + "new_tab": "Nouvel onglet" + }, + "toc": { + "table_of_contents": "Table des matières", + "options": "Options", + "no_headings": "Pas d'en-tête." + }, + "watched_file_update_status": { + "file_last_modified": "Le fichier a été modifié pour la dernière fois le .", + "upload_modified_file": "Téléverser le fichier modifié", + "ignore_this_change": "Ignorer ce changement" + }, + "app_context": { + "please_wait_for_save": "Veuillez patienter quelques secondes la fin de la sauvegarde, puis réessayer." + }, + "note_create": { + "duplicated": "La note «{{title}}» a été dupliquée." + }, + "image": { + "copied-to-clipboard": "Une référence à l'image a été copiée dans le presse-papiers. Elle peut être collée dans n'importe quelle note texte.", + "cannot-copy": "Impossible de copier la référence d'image dans le presse-papiers." + }, + "clipboard": { + "cut": "Les note(s) ont été coupées dans le presse-papiers.", + "copied": "Les note(s) ont été coupées dans le presse-papiers.", + "copy_failed": "Impossible de copier dans le presse-papiers en raison de problèmes d'autorisation.", + "copy_success": "Copié dans le presse-papiers." + }, + "entrypoints": { + "note-revision-created": "La version de la note a été créée.", + "note-executed": "Note exécutée.", + "sql-error": "Erreur lors de l'exécution de la requête SQL: {{message}}" + }, + "branches": { + "cannot-move-notes-here": "Impossible de déplacer les notes ici.", + "delete-status": "Etat de la suppression", + "delete-notes-in-progress": "Suppression des notes en cours : {{count}}", + "delete-finished-successfully": "Suppression terminée avec succès.", + "undeleting-notes-in-progress": "Restauration des notes en cours : {{count}}", + "undeleting-notes-finished-successfully": "Restauration des notes terminée avec succès." + }, + "frontend_script_api": { + "async_warning": "Vous passez une fonction asynchrone à `api.runOnBackend()`, ce qui ne fonctionnera probablement pas comme vous le souhaitez.\\n Rendez la fonction synchronisée (en supprimant le mot-clé `async`), ou bien utilisez `api.runAsyncOnBackendWithManualTransactionHandling()`.", + "sync_warning": "Vous passez une fonction synchrone à `api.runAsyncOnBackendWithManualTransactionHandling()`,\\nalors que vous devriez probablement utiliser `api.runOnBackend()` à la place." + }, + "ws": { + "sync-check-failed": "Le test de synchronisation a échoué !", + "consistency-checks-failed": "Les tests de cohérence ont échoué ! Consultez les journaux pour plus de détails.", + "encountered-error": "Erreur \"{{message}}\", consultez la console.", + "lost-websocket-connection-title": "Connexion au serveur perdue", + "lost-websocket-connection-message": "Vérifiez la configuration de votre proxy inverse (par exemple nginx ou Apache) pour vous assurer que les connexions WebSocket sont correctement autorisées et ne sont pas bloquées." + }, + "hoisted_note": { + "confirm_unhoisting": "La note demandée «{{requestedNote}}» est en dehors du sous-arbre de la note focus «{{hoistedNote}}». Le focus doit être désactivé pour accéder à la note. Voulez-vous enlever le focus ?" + }, + "launcher_context_menu": { + "reset_launcher_confirm": "Voulez-vous vraiment réinitialiser \"{{title}}\" ? Toutes les données / paramètres de cette note (et de ses enfants) seront perdus et le raccourci retrouvera son emplacement d'origine.", + "add-note-launcher": "Ajouter un raccourci de note", + "add-script-launcher": "Ajouter un raccourci de script", + "add-custom-widget": "Ajouter un widget personnalisé", + "add-spacer": "Ajouter un séparateur", + "delete": "Supprimer ", + "reset": "Réinitialiser", + "move-to-visible-launchers": "Déplacer vers les raccourcis visibles", + "move-to-available-launchers": "Déplacer vers les raccourcis disponibles", + "duplicate-launcher": "Dupliquer le raccourci " + }, + "highlighting": { + "description": "Contrôle la coloration syntaxique des blocs de code à l'intérieur des notes texte, les notes de code ne seront pas affectées.", + "color-scheme": "Jeu de couleurs", + "title": "Blocs de code" + }, + "code_block": { + "word_wrapping": "Saut à la ligne automatique suivant la largeur", + "theme_none": "Pas de coloration syntaxique", + "theme_group_light": "Thèmes clairs", + "theme_group_dark": "Thèmes sombres", + "copy_title": "Copier dans le presse-papiers" + }, + "classic_editor_toolbar": { + "title": "Mise en forme" + }, + "editor": { + "title": "Éditeur" + }, + "editing": { + "editor_type": { + "label": "Barre d'outils d'édition", + "floating": { + "title": "Flottante", + "description": "les outils d'édition apparaissent près du curseur ;" + }, + "fixed": { + "title": "Fixe", + "description": "les outils d'édition apparaissent dans l'onglet \"Mise en forme\"." + }, + "multiline-toolbar": "Afficher la barre d'outils sur plusieurs lignes si elle est trop grande." + } + }, + "electron_context_menu": { + "add-term-to-dictionary": "Ajouter «{{term}}» au dictionnaire", + "cut": "Couper", + "copy": "Copier", + "copy-link": "Copier le lien", + "paste": "Coller", + "paste-as-plain-text": "Coller comme texte brut", + "search_online": "Rechercher «{{term}}» avec {{searchEngine}}", + "search_in_trilium": "Rechercher \"{{term}}\" dans Trilium" + }, + "image_context_menu": { + "copy_reference_to_clipboard": "Copier la référence dans le presse-papiers", + "copy_image_to_clipboard": "Copier l'image dans le presse-papiers" + }, + "link_context_menu": { + "open_note_in_new_tab": "Ouvrir la note dans un nouvel onglet", + "open_note_in_new_split": "Ouvrir la note dans une nouvelle division", + "open_note_in_new_window": "Ouvrir la note dans une nouvelle fenêtre", + "open_note_in_popup": "Édition rapide" + }, + "electron_integration": { + "desktop-application": "Application de bureau", + "native-title-bar": "Barre de titre native", + "native-title-bar-description": "Sous Windows et macOS, désactiver la barre de titre native rend l'application plus compacte. Sous Linux, le maintien de la barre de titre native permet une meilleure intégration avec le reste du système.", + "background-effects": "Activer les effets d'arrière-plan (Windows 11 uniquement)", + "background-effects-description": "L'effet Mica ajoute un fond flou et élégant aux fenêtres de l'application, créant une profondeur et un style moderne.", + "restart-app-button": "Redémarrez l'application pour afficher les modifications", + "zoom-factor": "Facteur de zoom" + }, + "note_autocomplete": { + "search-for": "Rechercher \"{{term}}\"", + "create-note": "Créer et lier une note enfant \"{{term}}\"", + "insert-external-link": "Insérer un lien externe vers \"{{term}}\"", + "clear-text-field": "Effacer le champ de texte", + "show-recent-notes": "Afficher les notes récentes", + "full-text-search": "Recherche dans le texte" + }, + "note_tooltip": { + "note-has-been-deleted": "La note a été supprimée.", + "quick-edit": "Edition rapide" + }, + "geo-map": { + "create-child-note-title": "Créer une nouvelle note enfant et l'ajouter à la carte", + "create-child-note-instruction": "Cliquez sur la carte pour créer une nouvelle note à cet endroit ou appuyez sur Échap pour la supprimer.", + "unable-to-load-map": "Impossible de charger la carte." + }, + "geo-map-context": { + "open-location": "Ouvrir la position", + "remove-from-map": "Retirer de la carte", + "add-note": "Ajouter un marqueur à cet endroit" + }, + "help-button": { + "title": "Ouvrir la page d'aide correspondante" + }, + "duration": { + "seconds": "Secondes", + "minutes": "Minutes", + "hours": "Heures", + "days": "Jours" + }, + "share": { + "title": "Paramètres de partage", + "redirect_bare_domain": "Rediriger le domaine principal vers la page de partage", + "redirect_bare_domain_description": "Rediriger les utilisateurs anonymes vers la page de partage au lieu d'afficher la connexion", + "show_login_link": "Afficher le lien de connexion dans le thème de partage", + "show_login_link_description": "Ajouter un lien de connexion dans le pied de page de la page de partage", + "check_share_root": "Vérifier l'état du partage de la racine", + "share_root_found": "La note racine du partage '{{noteTitle}}' est prête", + "share_root_not_found": "Aucune note avec le label #shareRoot trouvée", + "share_root_not_shared": "Note '{{noteTitle}}' a le label #shareRoot mais n'est pas partagée" + }, + "time_selector": { + "invalid_input": "La valeur de l'heure saisie n'est pas un nombre valide.", + "minimum_input": "La valeur de temps saisie doit être d'au moins {{minimumSeconds}} secondes." + }, + "multi_factor_authentication": { + "oauth_user_email": "Courriel de l'utilisateur : ", + "title": "Authentification multifacteur", + "description": "L'authentification multifacteur (MFA) renforce la sécurité de votre compte. Au lieu de simplement saisir un mot de passe pour vous connecter, le MFA vous demande de fournir une ou plusieurs preuves supplémentaires pour vérifier votre identité. Ainsi, même si quelqu'un obtient votre mot de passe, il ne peut accéder à votre compte sans cette deuxième information. C'est comme ajouter une serrure supplémentaire à votre porte, rendant l'effraction beaucoup plus difficile.

Veuillez suivre les instructions ci-dessous pour activer le MFA. Si vous ne configurez pas correctement, la connexion se fera uniquement par mot de passe.", + "mfa_enabled": "Activer l'authentification multifacteur", + "mfa_method": "Méthode MFA", + "electron_disabled": "L'authentification multifacteur n'est actuellement pas prise en charge dans la version de bureau.", + "totp_title": "Mot de passe à usage unique basé sur le temps (TOTP)", + "totp_description": "Le TOTP (Time-Based One-Time Password) est une fonctionnalité de sécurité qui génère un code unique et temporaire, modifié toutes les 30 secondes. Vous utilisez ce code, associé à votre mot de passe, pour vous connecter à votre compte, ce qui rend l'accès à celui-ci beaucoup plus difficile.", + "totp_secret_title": "Générer un secret TOTP", + "totp_secret_generate": "Générer un secret TOTP", + "totp_secret_regenerate": "Re-générer un secret TOTP", + "no_totp_secret_warning": "Pour activer TOTP, vous devez d’abord générer un secret TOTP.", + "totp_secret_description_warning": "Après avoir généré un nouveau secret TOTP, vous devrez vous reconnecter avec le nouveau secret TOTP.", + "totp_secret_generated": "Secret TOTP généré", + "totp_secret_warning": "Veuillez conserver le secret généré dans un endroit sûr. Il ne sera plus affiché.", + "totp_secret_regenerate_confirm": "Voulez-vous vraiment régénérer le secret TOTP ? Cela invalidera le secret TOTP précédent et tous les codes de récupération existants.", + "recovery_keys_title": "Clés de récupération d'authentification unique", + "recovery_keys_description": "Les clés de récupération d'authentification unique sont utilisées pour vous connecter même si vous ne pouvez pas accéder à vos codes d'authentification.", + "recovery_keys_description_warning": "Les clés de récupération ne seront plus affichées après avoir quitté la page, conservez-les dans un endroit sûr et sécurisé.
Une fois qu'une clé de récupération a été utilisée, elle devient inutilisable.", + "recovery_keys_error": "Erreur lors de la génération des codes de récupération", + "recovery_keys_no_key_set": "Aucun code de récupération défini", + "recovery_keys_generate": "Générer des codes de récupération", + "recovery_keys_regenerate": "Re-générer des codes de récupération", + "recovery_keys_used": "Utilisé : {{date}}", + "recovery_keys_unused": "Le code de récupération {{index}} n'est pas utilisé", + "oauth_title": "OAuth/OpenID", + "oauth_description": "OpenID est un moyen standardisé de vous connecter à des sites web avec un compte d'un autre service, comme Google, afin de vérifier votre identité. L'émetteur par défaut est Google, mais vous pouvez le modifier pour n'importe quel autre fournisseur OpenID. Consultez ici pour plus d'informations. Suivez ces instructions pour configurer un service OpenID via Google.", + "oauth_description_warning": "Pour activer OAuth/OpenID, vous devez définir l'URL de base, l'ID client et le secret client OAuth/OpenID dans le fichier config.ini, puis redémarrer l'application. Pour les définir à partir des variables d'environnement, définissez TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID et TRILIUM_OAUTH_CLIENT_SECRET.", + "oauth_missing_vars": "Paramètres manquants : {{-variables}}", + "oauth_user_account": "Compte utilisateur: ", + "oauth_user_not_logged_in": "Pas connecté !" + }, + "modal": { + "close": "Fermer", + "help_title": "Afficher plus d'informations sur cet écran" + }, + "ui-performance": { + "title": "Performance", + "enable-motion": "Activer les transitions et animations", + "enable-shadows": "Activer les ombres", + "enable-backdrop-effects": "Activer les effets d'arrière plan pour les menus, popups et panneaux", + "enable-smooth-scroll": "Active le défilement fluide", + "app-restart-required": "(redémarrer l'application pour appliquer les changements)" + }, + "custom_date_time_format": { + "title": "Format de date/heure personnalisé", + "description": "Personnalisez le format de la date et de l'heure insérées via ou la barre d'outils. Consultez la Day.js docs pour connaître les formats disponibles.", + "format_string": "Chaîne de format :", + "formatted_time": "Date/heure formatée :" + }, + "table_view": { + "delete_column_confirmation": "Êtes-vous sûr de vouloir supprimer cette colonne ? L'attribut correspondant sera supprimé de toutes les notes.", + "delete-column": "Supprimer la colonne", + "new-column-label": "Étiquette", + "new-column-relation": "Relation", + "edit-column": "Editer la colonne", + "add-column-to-the-right": "Ajouter une colonne à droite", + "new-row": "Nouvelle ligne", + "new-column": "Nouvelle colonne", + "sort-column-by": "Trier par « {{title}} »", + "sort-column-ascending": "Ascendant", + "sort-column-descending": "Descendant", + "sort-column-clear": "Annuler le tri", + "hide-column": "Masquer la colonne \"{{title}}\"", + "show-hide-columns": "Afficher/masquer les colonnes", + "row-insert-above": "Insérer une ligne au-dessus", + "row-insert-below": "Insérer une ligne au-dessous", + "row-insert-child": "Insérer une note enfant", + "add-column-to-the-left": "Ajouter une colonne à gauche" + }, + "book_properties_config": { + "hide-weekends": "Masquer les week-ends", + "display-week-numbers": "Afficher les numéros de semaine", + "map-style": "Style de carte :", + "max-nesting-depth": "Profondeur d'imbrication maximale :", + "raster": "Trame", + "vector_light": "Vecteur (clair)", + "vector_dark": "Vecteur (foncé)", + "show-scale": "Afficher l'échelle" + }, + "table_context_menu": { + "delete_row": "Supprimer la ligne" + }, + "board_view": { + "delete-note": "Supprimer la note...", + "remove-from-board": "Retirer du tableau", + "archive-note": "Note archivée", + "unarchive-note": "Note désarchivée", + "move-to": "Déplacer vers", + "insert-above": "Insérer au-dessus", + "insert-below": "Insérer au-dessous", + "delete-column": "Supprimer la colonne", + "delete-column-confirmation": "Êtes-vous sûr de vouloir supprimer cette colonne ? L'attribut correspondant sera également supprimé dans les notes sous cette colonne.", + "new-item": "Nouvel article", + "new-item-placeholder": "Entrez le titre de note...", + "add-column": "Ajouter une colonne", + "add-column-placeholder": "Entrez le nom de la colonne...", + "edit-note-title": "Cliquez pour modifier le titre de la note", + "edit-column-title": "Cliquez pour modifier le titre de la colonne", + "column-already-exists": "Cette colonne existe déjà dans le tableau." + }, + "presentation_view": { + "edit-slide": "Modifier cette diapositive", + "start-presentation": "Démarrer la présentation", + "slide-overview": "Afficher un aperçu des diapositives" + }, + "command_palette": { + "tree-action-name": "Arborescence : {{name}}", + "export_note_title": "Exporter la note", + "export_note_description": "Exporter la note actuelle", + "show_attachments_title": "Afficher les pièces jointes", + "show_attachments_description": "Afficher les pièces jointes des notes", + "search_notes_title": "Rechercher des notes", + "search_notes_description": "Ouvrir la recherche avancée", + "search_subtree_title": "Rechercher dans la sous-arborescence", + "search_subtree_description": "Rechercher dans la sous-arborescence actuelle", + "search_history_title": "Afficher l'historique de recherche", + "search_history_description": "Afficher les recherches précédentes", + "configure_launch_bar_title": "Configurer la barre de lancement", + "configure_launch_bar_description": "Ouvrir la configuration de la barre de lancement pour ajouter ou supprimer des éléments." + }, + "content_renderer": { + "open_externally": "Ouverture externe" + }, + "call_to_action": { + "next_theme_title": "Essayez le nouveau thème Trilium", + "next_theme_message": "Vous utilisez actuellement le thème hérité de l'ancienne version, souhaitez-vous essayer le nouveau thème ?", + "next_theme_button": "Essayez le nouveau thème", + "background_effects_title": "Les effets d'arrière-plan sont désormais stables", + "background_effects_message": "Sur les appareils Windows, les effets d'arrière-plan sont désormais parfaitement stables. Ils ajoutent une touche de couleur à l'interface utilisateur en floutant l'arrière-plan. Cette technique est également utilisée dans d'autres applications comme l'Explorateur Windows.", + "background_effects_button": "Activer les effets d'arrière-plan", + "dismiss": "Rejeter" + }, + "settings": { + "related_settings": "Paramètres associés" + }, + "settings_appearance": { + "related_code_blocks": "Schéma de coloration syntaxique pour les blocs de code dans les notes de texte", + "related_code_notes": "Schéma de couleurs pour les notes de code" + }, + "units": { + "percentage": "%" + }, + "pagination": { + "page_title": "Page de {{startIndex}} - {{endIndex}}", + "total_notes": "{{count}} notes" + }, + "collections": { + "rendering_error": "Impossible d'afficher le contenu en raison d'une erreur." + }, + "code-editor-options": { + "title": "Éditeur" + }, + "tasks": { + "due": { + "today": "Aujourd'hui", + "tomorrow": "Demain", + "yesterday": "Hier" + } + }, + "content_widget": { + "unknown_widget": "Widget inconnu pour « {{id}} »." + }, + "note_language": { + "not_set": "Non défini", + "configure-languages": "Configurer les langues..." + }, + "content_language": { + "title": "Contenu des langues", + "description": "Sélectionnez une ou plusieurs langues à afficher dans la section « Propriétés de base » d'une note textuelle en lecture seule ou modifiable. Cela permettra d'utiliser des fonctionnalités telles que la vérification orthographique ou la prise en charge de l'écriture de droite à gauche." + }, + "switch_layout_button": { + "title_vertical": "Déplacer le volet d'édition vers le bas", + "title_horizontal": "Déplacer le panneau d'édition vers la gauche" + }, + "toggle_read_only_button": { + "unlock-editing": "Déverrouiller l'édition", + "lock-editing": "Verrouiller l'édition" + }, + "png_export_button": { + "button_title": "Exporter le diagramme au format PNG" + }, + "svg": { + "export_to_png": "Le diagramme n'a pas pu être exporté au format PNG.", + "export_to_svg": "Le diagramme n'a pas pu être exporté en SVG." + }, + "code_theme": { + "title": "Apparence", + "word_wrapping": "retour à la ligne automatique", + "color-scheme": "Jeu de couleurs" + }, + "cpu_arch_warning": { + "title": "Veuillez télécharger la version ARM64", + "message_macos": "TriliumNext fonctionne actuellement sous Rosetta 2, ce qui signifie que vous utilisez la version Intel (x64) sur un Mac Apple Silicon. Cela aura un impact significatif sur les performances et l'autonomie de la batterie.", + "message_windows": "TriliumNext fonctionne actuellement en mode émulation, ce qui signifie que vous utilisez la version Intel (x64) sur un appareil Windows sur ARM. Cela aura un impact significatif sur les performances et l'autonomie de la batterie.", + "recommendation": "Pour une expérience optimale, veuillez télécharger la version ARM64 native de TriliumNext depuis notre page de versions.", + "download_link": "Télécharger la version native", + "continue_anyway": "Continuer quand même", + "dont_show_again": "Ne plus afficher cet avertissement" + }, + "editorfeatures": { + "title": "Caractéristiques", + "emoji_completion_enabled": "Activer la saisie semi-automatique des emojis", + "emoji_completion_description": "Si cette option est activée, les emojis peuvent être facilement insérés dans le texte en tapant `:` , suivi du nom d'un emoji.", + "note_completion_enabled": "Activer la saisie semi-automatique des notes", + "note_completion_description": "Si cette option est activée, des liens vers des notes peuvent être créés en tapant `@` suivi du titre d'une note.", + "slash_commands_enabled": "Activer les commandes slash", + "slash_commands_description": "Si cette option est activée, les commandes d'édition telles que l'insertion de sauts de ligne ou d'en-têtes peuvent être activées en tapant `/`." + }, + "experimental_features": { + "title": "Options expérimentales", + "disclaimer": "Ces options sont expérimentales et peuvent provoquer une instabilité. Utilisez avec prudence.", + "new_layout_name": "Nouvelle mise en page", + "new_layout_description": "Essayez la nouvelle mise en page pour un look plus moderne et un usage améliorée. Sous réserve de changements importants dans les prochaines versions." + }, + "read-only-info": { + "read-only-note": "Vous consultez actuellement une note en lecture seule.", + "auto-read-only-note": "Cette note s'affiche en mode lecture seule pour un chargement plus rapide.", + "edit-note": "Editer la note" + }, + "calendar_view": { + "delete_note": "Effacer la note..." } - }, - "add_link": { - "add_link": "Ajouter un lien", - "help_on_links": "Aide sur les liens", - "note": "Note", - "search_note": "rechercher une note par son nom", - "link_title_mirrors": "le titre du lien reflète le titre actuel de la note", - "link_title_arbitrary": "le titre du lien peut être modifié arbitrairement", - "link_title": "Titre du lien", - "button_add_link": "Ajouter un lien" - }, - "branch_prefix": { - "edit_branch_prefix": "Modifier le préfixe de branche", - "help_on_tree_prefix": "Aide sur le préfixe de l'arbre", - "prefix": "Préfixe : ", - "save": "Sauvegarder", - "branch_prefix_saved": "Le préfixe de la branche a été enregistré.", - "edit_branch_prefix_multiple": "Modifier le préfixe de branche pour {{count}} branches", - "branch_prefix_saved_multiple": "Le préfixe de la branche a été sauvegardé pour {{count}} branches.", - "affected_branches": "Branches impactées ({{count}}):" - }, - "bulk_actions": { - "bulk_actions": "Actions groupées", - "affected_notes": "Notes concernées", - "include_descendants": "Inclure les descendants des notes sélectionnées", - "available_actions": "Actions disponibles", - "chosen_actions": "Actions choisies", - "execute_bulk_actions": "Exécuter des Actions groupées", - "bulk_actions_executed": "Les actions groupées ont été exécutées avec succès.", - "none_yet": "Aucune pour l'instant... ajoutez une action en cliquant sur l'une des actions disponibles ci-dessus.", - "labels": "Labels", - "relations": "Relations", - "notes": "Notes", - "other": "Autre" - }, - "clone_to": { - "clone_notes_to": "Cloner les notes dans...", - "help_on_links": "Aide sur les liens", - "notes_to_clone": "Notes à cloner", - "target_parent_note": "Note parent cible", - "search_for_note_by_its_name": "rechercher une note par son nom", - "cloned_note_prefix_title": "La note clonée sera affichée dans l'arbre des notes avec le préfixe donné", - "prefix_optional": "Préfixe (facultatif)", - "clone_to_selected_note": "Cloner vers la note sélectionnée", - "no_path_to_clone_to": "Aucun chemin vers lequel cloner.", - "note_cloned": "La note \"{{clonedTitle}}\" a été clonée dans \"{{targetTitle}}\"" - }, - "confirm": { - "confirmation": "Confirmation", - "cancel": "Annuler", - "ok": "OK", - "are_you_sure_remove_note": "Voulez-vous vraiment supprimer la note « {{title}} » de la carte des relations ? ", - "if_you_dont_check": "Si vous ne cochez pas cette case, la note sera seulement supprimée de la carte des relations.", - "also_delete_note": "Supprimer également la note" - }, - "delete_notes": { - "delete_notes_preview": "Supprimer la note", - "close": "Fermer", - "delete_all_clones_description": "Supprimer aussi les clones (peut être annulé dans des modifications récentes)", - "erase_notes_description": "La suppression normale (douce) marque uniquement les notes comme supprimées et elles peuvent être restaurées (dans la boîte de dialogue des Modifications récentes) dans un délai donné. Cocher cette option effacera les notes immédiatement et il ne sera pas possible de les restaurer.", - "erase_notes_warning": "Efface les notes de manière permanente (ne peut pas être annulée), y compris les clones. L'application va être rechargée.", - "notes_to_be_deleted": "Les notes suivantes seront supprimées ({{notesCount}})", - "no_note_to_delete": "Aucune note ne sera supprimée (uniquement les clones).", - "broken_relations_to_be_deleted": "Les relations suivantes seront rompues et supprimées ({{ relationCount}})", - "cancel": "Annuler", - "ok": "OK", - "deleted_relation_text": "Note {{- note}} (à supprimer) est référencée dans la relation {{- relation}} provenant de {{- source}}." - }, - "export": { - "export_note_title": "Exporter la note", - "close": "Fermer", - "export_type_subtree": "Cette note et tous ses descendants", - "format_html": "HTML - recommandé car il conserve la mise en forme", - "format_html_zip": "HTML dans l'archive ZIP - recommandé car préserve la mise en forme.", - "format_markdown": "Markdown - préserve la majeure partie du formatage.", - "format_opml": "OPML - format d'échange pour les outlineurs, uniquement pour le texte. La mise en forme, les images et les fichiers ne sont pas inclus.", - "opml_version_1": "OPML v1.0 - texte brut uniquement", - "opml_version_2": "OPML v2.0 - HTML également autorisé", - "export_type_single": "Seulement cette note sans ses descendants", - "export": "Exporter", - "choose_export_type": "Choisissez d'abord le type d'export", - "export_status": "Statut d'exportation", - "export_in_progress": "Exportation en cours : {{progressCount}}", - "export_finished_successfully": "L'exportation s'est terminée avec succès.", - "format_pdf": "PDF - pour l'impression ou le partage de documents.", - "share-format": "HTML pour la publication Web - utilise le même thème que celui utilisé pour les notes partagées, mais peut être publié sous forme de site Web statique." - }, - "help": { - "noteNavigation": "Navigation dans les notes", - "goUpDown": "aller vers le haut/bas dans la liste des notes", - "collapseExpand": "réduire/développer le nœud", - "notSet": "non défini", - "goBackForwards": "reculer/avancer dans l'historique", - "showJumpToNoteDialog": "afficher la boîte de dialogue \"Aller à la note\"", - "scrollToActiveNote": "faire défiler jusqu'à la note active", - "jumpToParentNote": "aller à la note parent", - "collapseWholeTree": "réduire tout l'arbre des notes", - "collapseSubTree": "réduire le sous-arbre", - "tabShortcuts": "Raccourcis des onglets", - "newTabNoteLink": "sur le lien de la note ouvre la note dans un nouvel onglet", - "onlyInDesktop": "Uniquement sur ordinateur (version Electron)", - "openEmptyTab": "ouvrir un onglet vide", - "closeActiveTab": "fermer l'onglet actif", - "activateNextTab": "activer l'onglet suivant", - "activatePreviousTab": "activer l'onglet précédent", - "creatingNotes": "Création de notes", - "createNoteAfter": "créer une nouvelle note après la note active", - "createNoteInto": "créer une nouvelle sous-note dans la note active", - "editBranchPrefix": "modifier le préfixe du clone de note actif", - "movingCloningNotes": "Déplacement / Clonage des notes", - "moveNoteUpDown": "déplacer la note vers le haut/bas dans la liste de notes", - "moveNoteUpHierarchy": "déplacer la note vers le haut dans la hiérarchie", - "multiSelectNote": "sélectionner plusieurs notes au-dessus/au-dessous", - "selectAllNotes": "sélectionner toutes les notes du niveau actuel", - "selectNote": "sélectionner une note", - "copyNotes": "copier la note active (ou la sélection actuelle) dans le presse-papiers (utilisé pour le clonage)", - "cutNotes": "couper la note actuelle (ou la sélection actuelle) dans le presse-papiers (utilisé pour déplacer les notes)", - "pasteNotes": "coller la ou les notes en tant que sous-note dans la note active (qui est soit déplacée, soit clonée selon qu'elle a été copiée ou coupée dans le presse-papiers)", - "deleteNotes": "supprimer une note / un sous-arbre", - "editingNotes": "Édition des notes", - "editNoteTitle": "dans le volet de l'arborescence, basculera du volet au titre de la note. Presser Entrer à partir du titre de la note basculera vers l’éditeur de texte. Ctrl+. bascule de l'éditeur au volet arborescent.", - "createEditLink": "créer/éditer un lien externe", - "createInternalLink": "créer un lien interne", - "followLink": "suivre le lien sous le curseur", - "insertDateTime": "insérer la date et l'heure courante à la position du curseur", - "jumpToTreePane": "passer au volet de l'arborescence et aller jusqu'à la note active", - "markdownAutoformat": "Mise en forme automatique (comme Markdown)", - "headings": "##, ###, #### etc. suivi d'un espace pour les titres", - "bulletList": "* ou - suivi d'un espace pour une liste à puces", - "numberedList": "1. ou 1) suivi d'un espace pour une liste numérotée", - "blockQuote": "commencez une ligne avec > suivi d'un espace pour une citation", - "troubleshooting": "Dépannage", - "reloadFrontend": "recharger l'interface Trilium", - "showDevTools": "afficher les outils de développement", - "showSQLConsole": "afficher la console SQL", - "other": "Autre", - "quickSearch": "aller à la recherche rapide", - "inPageSearch": "recherche sur la page", - "title": "Aide-mémoire", - "newTabWithActivationNoteLink": "Lorsqu’on clique sur un lien de note, celle-ci s’ouvre et devient active dans un nouvel onglet", - "editShortcuts": "Modifier les raccourcis clavier" - }, - "import": { - "importIntoNote": "Importer dans la note", - "chooseImportFile": "Choisissez le fichier à importer", - "importDescription": "Le contenu du ou des fichiers sélectionnés sera importé en tant que note(s) enfant dans", - "options": "Options", - "safeImportTooltip": "Les fichiers d'exportation Trilium .zip peuvent contenir des scripts exécutables susceptibles de comporter un comportement nuisible. L'importation sécurisée désactivera l'exécution automatique de tous les scripts importés. Décochez \"Importation sécurisée\" uniquement si l'archive importée est censée contenir des scripts exécutables et que vous faites entièrement confiance au contenu du fichier d'importation.", - "safeImport": "Importation sécurisée", - "explodeArchivesTooltip": "Si cette case est cochée, Trilium lira les fichiers .zip, .enex et .opml et créera des notes à partir des fichiers contenus dans ces archives. Si cette case n'est pas cochée, Trilium joindra les archives elles-mêmes à la note.", - "explodeArchives": "Lire le contenu des archives .zip, .enex et .opml.", - "shrinkImagesTooltip": "

Si vous cochez cette option, Trilium tentera de réduire les images importées par mise à l'échelle et optimisation, ce qui peut affecter la qualité de l'image perçue. Si cette case n'est pas cochée, les images seront importées sans modifications.

Cela ne s'applique pas aux importations .zip avec des métadonnées, car on suppose que ces fichiers sont déjà optimisés.

", - "shrinkImages": "Réduire les images", - "textImportedAsText": "Importez HTML, Markdown et TXT sous forme de notes de texte si les métadonnées ne sont pas claires", - "codeImportedAsCode": "Importez des fichiers de code reconnus (par exemple .json) en tant que notes de code si cela n'est pas clair à partir des métadonnées", - "replaceUnderscoresWithSpaces": "Remplacez les tirets bas par des espaces dans les noms de notes importées", - "import": "Importer", - "failed": "Échec de l'importation : {{message}}.", - "html_import_tags": { - "title": "Balises HTML d'importation", - "description": "Configurer quelles balises HTML doivent être préservées lors de l'importation des notes. Les balises qui ne sont pas dans cette liste seront supprimées pendant l'importation. Certaines balises (comme 'script') sont toujours supprimées pour des raisons de sécurité.", - "placeholder": "Saisir les balises HTML, une par ligne", - "reset_button": "Réinitialiser à la liste par défaut" - }, - "import-status": "Statut de l'importation", - "in-progress": "Importation en cours : {{progress}}", - "successful": "Importation terminée avec succès.", - "importZipRecommendation": "Lors de l'importation d'un fichier ZIP, la hiérarchie des notes reflétera la structure des sous-répertoires au sein de l'archive." - }, - "include_note": { - "dialog_title": "Inclure une note", - "label_note": "Note", - "placeholder_search": "rechercher une note par son nom", - "box_size_prompt": "Taille de la boîte de la note incluse :", - "box_size_small": "petit (~ 10 lignes)", - "box_size_medium": "moyen (~ 30 lignes)", - "box_size_full": "complet (la boîte affiche le texte complet)", - "button_include": "Inclure une note" - }, - "info": { - "modalTitle": "Message d'information", - "closeButton": "Fermer", - "okButton": "OK", - "copy_to_clipboard": "Copier dans le presse-papiers" - }, - "jump_to_note": { - "search_button": "Rechercher dans le texte intégral", - "search_placeholder": "Rechercher une note par son nom ou saisir ‘>’ pour les commandes…" - }, - "markdown_import": { - "dialog_title": "Importation Markdown", - "modal_body_text": "En raison du bac à sable du navigateur, il n'est pas possible de lire directement le presse-papiers à partir de JavaScript. Veuillez coller le Markdown à importer dans la zone de texte ci-dessous et cliquez sur le bouton Importer", - "import_button": "Importer", - "import_success": "Le contenu Markdown a été importé dans le document." - }, - "move_to": { - "dialog_title": "Déplacer les notes vers...", - "notes_to_move": "Notes à déplacer", - "target_parent_note": "Note parent cible", - "search_placeholder": "rechercher une note par son nom", - "move_button": "Déplacer vers la note sélectionnée", - "error_no_path": "Aucun chemin vers lequel déplacer.", - "move_success_message": "Les notes sélectionnées ont été déplacées dans " - }, - "note_type_chooser": { - "modal_title": "Choisissez le type de note", - "modal_body": "Choisissez le type de note/le modèle de la nouvelle note :", - "templates": "Modèles", - "change_path_prompt": "Modifier l’emplacement de création de la nouvelle note :", - "search_placeholder": "Rechercher le chemin par nom (par défaut si vide)", - "builtin_templates": "Modèles intégrés" - }, - "password_not_set": { - "title": "Le mot de passe n'est pas défini", - "body1": "Les notes protégées sont cryptées à l'aide d'un mot de passe utilisateur, mais le mot de passe n'a pas encore été défini.", - "body2": "Pour pouvoir protéger les notes, cliquez sur le bouton ci-dessous pour ouvrir la boîte de dialogue Options et définir votre mot de passe.", - "go_to_password_options": "Accéder aux options de mot de passe" - }, - "prompt": { - "title": "Prompt", - "ok": "OK", - "defaultTitle": "Prompt" - }, - "protected_session_password": { - "modal_title": "Session protégée", - "help_title": "Aide sur les notes protégées", - "close_label": "Fermer", - "form_label": "Pour procéder à l'action demandée, vous devez démarrer une session protégée en saisissant le mot de passe :", - "start_button": "Démarrer une session protégée" - }, - "recent_changes": { - "title": "Modifications récentes", - "erase_notes_button": "Effacer les notes supprimées maintenant", - "deleted_notes_message": "Les notes supprimées ont été effacées.", - "no_changes_message": "Aucun changement pour l'instant...", - "undelete_link": "annuler la suppression", - "confirm_undelete": "Voulez-vous restaurer cette note et ses sous-notes ?" - }, - "revisions": { - "note_revisions": "Versions de la note", - "delete_all_revisions": "Supprimer toutes les versions de cette note", - "delete_all_button": "Supprimer toutes les versions", - "help_title": "Aide sur les versions de notes", - "confirm_delete_all": "Voulez-vous supprimer toutes les versions de cette note ?", - "no_revisions": "Aucune version pour cette note pour l'instant...", - "confirm_restore": "Voulez-vous restaurer cette version ? Le titre et le contenu actuels de la note seront écrasés par cette version.", - "confirm_delete": "Voulez-vous supprimer cette version ?", - "revisions_deleted": "Les versions de notes ont été supprimées.", - "revision_restored": "La version de la note a été restaurée.", - "revision_deleted": "La version de la note a été supprimée.", - "snapshot_interval": "Délai d'enregistrement automatique des versions de notes : {{seconds}}s.", - "maximum_revisions": "Nombre maximal de versions : {{number}}.", - "settings": "Paramètres des versions de notes", - "download_button": "Télécharger", - "mime": "MIME : ", - "file_size": "Taille du fichier :", - "preview_not_available": "L'aperçu n'est pas disponible pour ce type de note.", - "restore_button": "Restaurer", - "delete_button": "Supprimer", - "diff_on": "Afficher les différences", - "diff_off": "Afficher le contenu", - "diff_on_hint": "Cliquer pour afficher les différences avec la note d'origine", - "diff_off_hint": "Cliquer pour afficher le contenu de la note", - "diff_not_available": "La comparaison n'est pas disponible." - }, - "sort_child_notes": { - "sort_children_by": "Trier les enfants par...", - "sorting_criteria": "Critères de tri", - "title": "titre", - "date_created": "date de création", - "date_modified": "date de modification", - "sorting_direction": "Sens de tri", - "ascending": "ascendant", - "descending": "descendant", - "folders": "Dossiers", - "sort_folders_at_top": "trier les dossiers en haut", - "natural_sort": "Tri naturel", - "sort_with_respect_to_different_character_sorting": "trier en fonction de différentes règles de tri et de classement des caractères dans différentes langues ou régions.", - "natural_sort_language": "Langage de tri naturel", - "the_language_code_for_natural_sort": "Le code de langue pour le tri naturel, par ex. \"zh-CN\" pour le chinois.", - "sort": "Trier" - }, - "upload_attachments": { - "upload_attachments_to_note": "Téléverser des pièces jointes à la note", - "choose_files": "Choisir des fichiers", - "files_will_be_uploaded": "Les fichiers seront téléversés sous forme de pièces jointes dans {{noteTitle}}", - "options": "Options", - "shrink_images": "Réduire les images", - "upload": "Téléverser", - "tooltip": "Si vous cochez cette option, Trilium tentera de réduire les images téléversées par mise à l'échelle et optimisation, ce qui peut affecter la qualité de l'image perçue. Si cette case n'est pas cochée, les images seront téléversées sans modifications." - }, - "attribute_detail": { - "attr_detail_title": "Titre détaillé de l'attribut", - "close_button_title": "Annuler les modifications et fermer", - "attr_is_owned_by": "L'attribut appartient à", - "attr_name_title": "Le nom de l'attribut ne peut être composé que de caractères alphanumériques, de deux-points et de tirets bas", - "name": "Nom", - "value": "Valeur", - "target_note_title": "La relation est une liaison nommée entre une note source et une note cible.", - "target_note": "Note cible", - "promoted_title": "L'attribut promu est affiché bien en évidence sur la note.", - "promoted": "Promu", - "promoted_alias_title": "Nom à afficher dans l'interface des attributs promus.", - "promoted_alias": "Alias", - "multiplicity_title": "La multiplicité définit combien d'attributs du même nom peuvent être créés - au maximum 1 ou plus de 1.", - "multiplicity": "Multiplicité", - "single_value": "Valeur unique", - "multi_value": "Valeur multiple", - "label_type_title": "Le type de label aidera Trilium à choisir l'interface appropriée pour saisir la valeur du label.", - "label_type": "Type", - "text": "Texte", - "number": "Nombre", - "boolean": "Booléen", - "date": "Date", - "date_time": "Date et heure", - "time": "Heure", - "url": "URL", - "precision_title": "Nombre de chiffres après la virgule devant être disponible dans l'interface définissant la valeur.", - "precision": "Précision", - "digits": "chiffres", - "inverse_relation_title": "Paramètre optionnel pour définir à la relation inverse de celle actuellement définie. Exemple : Père - Fils sont des relations inverses l'une par rapport à l'autre.", - "inverse_relation": "Relation inverse", - "inheritable_title": "L'attribut hérité sera transmis à tous les descendants dans cet arbre.", - "inheritable": "Héritable", - "save_and_close": "Enregistrer et fermer Ctrl+Entrée", - "delete": "Supprimer", - "related_notes_title": "Autres notes avec ce label", - "more_notes": "Plus de notes", - "label": "Détail du label", - "label_definition": "Détails de la définition du label", - "relation": "Détail de la relation", - "relation_definition": "Détail de la définition de la relation", - "disable_versioning": "désactive la gestion automatique des versions. Utile pour les notes volumineuses mais sans importance - par ex. grandes bibliothèques JS utilisées pour les scripts", - "calendar_root": "indique la note qui doit être utilisée comme racine pour les notes journalières. Une seule note doit être marquée comme telle.", - "archived": "les notes portant ce label ne seront pas visibles par défaut dans les résultats de recherche (ou dans les boîtes de dialogue Aller à, Ajouter un lien, etc.).", - "exclude_from_export": "les notes (avec leurs sous-arbres) ne seront incluses dans aucune exportation de notes", - "run": "définit à quels événements le script doit s'exécuter. Les valeurs possibles sont :\n
    \n
  • frontendStartup : lorsque l'interface Trilium démarre (ou est actualisée), mais pas sur mobile.
  • \n
  • mobileStartup : lorsque l'interface Trilium démarre (ou est actualisée), sur mobile.
  • \n
  • backendStartup : lorsque le backend Trilium démarre
  • \n
  • toutes les heures : exécution une fois par heure. Vous pouvez utiliser le label supplémentaire runAtHour pour spécifier à quelle heure.
  • \n
  • quotidiennement – exécuter une fois par jour
  • \n
", - "run_on_instance": "Définissez quelle instance de Trilium doit exécuter cette note. Par défaut, toutes les instances.", - "run_at_hour": "À quelle heure la note doit-elle s'exécuter. Doit être utilisé avec #run=hourly. Peut être défini plusieurs fois pour plus d'occurrences au cours de la journée.", - "disable_inclusion": "les scripts portant ce label ne seront pas inclus dans l'exécution du script parent.", - "sorted": "conserve les notes enfants triées alphabétiquement selon leur titre", - "sort_direction": "ASC (par défaut) ou DESC", - "sort_folders_first": "Les dossiers (notes avec enfants) doivent être triés en haut", - "top": "conserver la note donnée en haut dans l'arbre de son parent (s'applique uniquement aux parents triés)", - "hide_promoted_attributes": "Masquer les attributs promus sur cette note", - "read_only": "l'éditeur est en mode lecture seule. Fonctionne uniquement pour les notes de texte et de code.", - "auto_read_only_disabled": "les notes textuelles/de code peuvent être automatiquement mises en mode lecture lorsqu'elles sont trop volumineuses. Vous pouvez désactiver ce comportement note par note en ajoutant ce label à la note", - "app_css": "marque les notes CSS qui sont chargées dans l'application Trilium et peuvent ainsi être utilisées pour modifier l'apparence de Trilium.", - "app_theme": "marque les notes CSS qui sont des thèmes Trilium complets et sont donc disponibles dans les options Trilium.", - "app_theme_base": "définir sur \"next\" afin d'utiliser le thème TriliumNext comme base pour un thème personnalisé à la place de l'ancien thème.", - "css_class": "la valeur de ce label est ensuite ajoutée en tant que classe CSS au nœud représentant la note donnée dans l'arborescence. Cela peut être utile pour les thèmes avancés. Peut être utilisé dans les notes modèle.", - "icon_class": "la valeur de ce label est ajoutée en tant que classe CSS à l'icône dans l'arbre, ce qui peut aider à distinguer visuellement les notes dans l'arborescence. Un exemple pourrait être bx bx-home - les icônes sont extraites de boxicons. Peut être utilisé dans les notes modèle.", - "page_size": "nombre d'éléments par page dans la liste de notes", - "custom_request_handler": "voir le Gestionnaire de requêtes personnalisé", - "custom_resource_provider": "voir le Gestionnaire de requêtes personnalisé", - "widget": "indique que cette note est un widget personnalisé qui sera ajouté à l'arbre des composants Trilium", - "workspace": "cette note devient un espace de travail. Le focus sur cette note est facilité", - "workspace_icon_class": "définit l'icône CSS utilisé dans l'onglet lorsque la note est focus", - "workspace_tab_background_color": "Couleur CSS utilisée dans l'onglet lorsque cette note est focus", - "workspace_calendar_root": "Définit la racine du calendrier pour un espace de travail", - "workspace_template": "Cette note apparaîtra dans la sélection des modèles disponibles lors de la création d'une nouvelle note, mais uniquement si un espace de travail contenant ce modèle est focus", - "search_home": "les nouvelles notes de recherche seront créées en tant qu'enfants de cette note", - "workspace_search_home": "de nouvelles notes de recherche seront créées en tant qu'enfants de cette note, lorsqu'une note ancêtre de cet espace de travail est focus", - "inbox": "emplacement par défaut pour les nouvelles notes - lorsque vous créez une note à l'aide du bouton \"nouvelle note\" dans la barre latérale, les notes seront créées en tant que notes enfants dans la note marquée avec le label #inbox.", - "workspace_inbox": "emplacement par défaut des nouvelles notes lorsque le focus est sur une note ancêtre de cet espace de travail", - "sql_console_home": "emplacement par défaut des notes de la console SQL", - "bookmark_folder": "une note avec ce label apparaîtra dans les favoris sous forme de dossier (permettant l'accès à ses notes enfants)", - "share_hidden_from_tree": "cette note est masquée dans l'arbre de navigation de gauche, mais toujours accessible avec son URL", - "share_external_link": "la note fera office de lien vers un site Web externe dans l'arbre partagée", - "share_alias": "définit un alias à l'aide duquel la note sera disponible sous https://your_trilium_host/share/[votre_alias]", - "share_omit_default_css": "le CSS de la page de partage par défaut ne sera pas pris en compte. À utiliser lorsque vous apportez des modifications de style importantes.", - "share_root": "partage cette note à l'adresse racine /share.", - "share_description": "définir le texte à ajouter à la balise méta HTML pour la description", - "share_raw": "la note sera servie dans son format brut, sans wrapper HTML", - "share_disallow_robot_indexing": "Interdira l'indexation par robot de cette note via l'en-tête X-Robots-Tag: noindex", - "share_credentials": "exiger des informations d’identification pour accéder à cette note partagée. La valeur devrait être au format « nom d'utilisateur : mot de passe ». N'oubliez pas de rendre cela héritable pour l'appliquer aux notes/images enfants.", - "share_index": "la note avec ce label listera toutes les racines des notes partagées", - "display_relations": "noms des relations délimités par des virgules qui doivent être affichés. Tous les autres seront masqués.", - "hide_relations": "noms de relations délimités par des virgules qui doivent être masqués. Tous les autres seront affichés.", - "title_template": "titre par défaut des notes créées en tant qu'enfants de cette note. La valeur est évaluée sous forme de chaîne JavaScript \n et peut ainsi être enrichi de contenu dynamique via les variables injectées now et parentNote. Exemples :\n \n
    \n
  • Œuvres littéraires de ${parentNote.getLabelValue('authorName')}
  • \n
  • Connectez-vous pour ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n Consultez le wiki avec plus de détails, la documentation sur l'API pour parentNote et maintenant pour plus de détails.", - "template": "Cette note apparaîtra parmi les modèles disponibles lors de la création d'une nouvelle note", - "toc": "#toc ou #toc=show forcera l'affichage de la table des matières, #toc=hide force qu'elle soit masquée. Si le label n'existe pas, le paramètre global est utilisé", - "color": "définit la couleur de la note dans l'arborescence des notes, les liens, etc. Utilisez n'importe quelle valeur de couleur CSS valide comme « rouge » ou #a13d5f", - "keyboard_shortcut": "Définit un raccourci clavier qui ouvrira immédiatement cette note. Exemple : 'ctrl+alt+e'. Nécessite un rechargement du frontend pour que la modification prenne effet.", - "keep_current_hoisting": "L'ouverture de ce lien ne modifiera pas le focus même si la note n'est pas affichable dans le sous-arbre actuellement focus.", - "execute_button": "Titre du bouton qui exécutera la note de code en cours", - "execute_description": "Description plus longue de la note de code actuelle affichée avec le bouton d'exécution", - "exclude_from_note_map": "Les notes avec ce label seront masquées de la carte des notes", - "new_notes_on_top": "Les nouvelles notes seront créées en haut de la note parent, et non en bas.", - "hide_highlight_widget": "Masquer le widget Important", - "run_on_note_creation": "s'exécute lorsque la note est créée dans le backend. Utilisez cette relation si vous souhaitez exécuter le script pour toutes les notes créées sous un sous-arbre spécifique. Dans ce cas, créez-le sur la note racine du sous-arbre et rendez-la héritable. Une nouvelle note créée dans le sous-arbre (peu importe la profondeur) déclenchera le script.", - "run_on_child_note_creation": "s'exécute lorsqu'une nouvelle note est créée sous la note où cette relation est définie", - "run_on_note_title_change": "s'exécute lorsque le titre de la note est modifié (inclut également la création de notes)", - "run_on_note_content_change": "s'exécute lorsque le contenu de la note est modifié (inclut également la création de notes).", - "run_on_note_change": "s'exécute lorsque la note est modifiée (inclut également la création de notes). N'inclut pas les modifications de contenu", - "run_on_note_deletion": "s'exécute lorsque la note est supprimée", - "run_on_branch_creation": "s'exécute lorsqu'une branche est créée. La branche est un lien entre la note parent et la note enfant. Elle est créée, par exemple, lors du clonage ou du déplacement d'une note.", - "run_on_branch_change": "s'exécute lorsqu'une branche est mise à jour.", - "run_on_branch_deletion": "s'exécute lorsqu'une branche est supprimée La branche est un lien entre la note parent et la note enfant. Elle est supprimée, par exemple, lors du déplacement d'une note (l'ancienne branche/lien est supprimé).", - "run_on_attribute_creation": "s'exécute lorsqu'un nouvel attribut pour la note qui définit cette relation est créé", - "run_on_attribute_change": " s'exécute lorsque l'attribut est modifié d'une note qui définit cette relation. Ceci est également déclenché lorsque l'attribut est supprimé", - "relation_template": "les attributs de la note seront hérités même sans relation parent-enfant, le contenu de la note et son sous-arbre seront transmis aux notes utilisant ce modèle si elles sont vides. Voir la documentation pour plus de détails.", - "inherit": "les attributs de la note seront hérités même sans relation parent-enfant. Voir la relation Modèle pour un comportement similaire. Voir l'héritage des attributs dans la documentation.", - "render_note": "les notes de type \"Rendu HTML\" seront rendues à partir d'une note de code (HTML ou script). Utilisez cette relation pour pointer vers la note de code à afficher", - "widget_relation": "la note cible de cette relation sera exécutée et affichée sous forme de widget dans la barre latérale", - "share_css": "Note CSS qui sera injectée dans la page de partage. La note CSS doit également figurer dans le sous-arbre partagé. Pensez également à utiliser « share_hidden_from_tree » et « share_omit_default_css ».", - "share_js": "Note JavaScript qui sera injectée dans la page de partage. La note JS doit également figurer dans le sous-arbre partagé. Pensez à utiliser 'share_hidden_from_tree'.", - "share_template": "Note JavaScript intégrée qui sera utilisée comme modèle pour afficher la note partagée. Revient au modèle par défaut. Pensez à utiliser 'share_hidden_from_tree'.", - "share_favicon": "Favicon de la note à définir dans la page partagée. En règle générale, vous souhaitez le configurer pour partager la racine et le rendre héritable. La note Favicon doit également figurer dans le sous-arbre partagé. Pensez à utiliser 'share_hidden_from_tree'.", - "is_owned_by_note": "appartient à la note", - "other_notes_with_name": "Autres notes portant le nom {{attributeType}} \"{{attributeName}}\"", - "and_more": "... et {{count}} plus.", - "print_landscape": "Lors de l'exportation en PDF, change l'orientation de la page en paysage au lieu de portrait.", - "print_page_size": "Lors de l'exportation en PDF, change la taille de la page. Valeurs supportées : A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", - "color_type": "Couleur" - }, - "attribute_editor": { - "help_text_body1": "Pour ajouter un label, tapez simplement par ex. #rock, ou si vous souhaitez également ajouter une valeur, tapez par ex. #année = 2020", - "help_text_body2": "Pour la relation, tapez ~author = @ qui devrait afficher une saisie semi-automatique où vous pourrez rechercher la note souhaitée.", - "help_text_body3": "Vous pouvez également ajouter un label et une relation en utilisant le bouton + sur le côté droit.", - "save_attributes": "Enregistrer les attributs ", - "add_a_new_attribute": "Ajouter un nouvel attribut", - "add_new_label": "Ajouter un nouveau label ", - "add_new_relation": "Ajouter une nouvelle relation ", - "add_new_label_definition": "Ajouter une nouvelle définition de label", - "add_new_relation_definition": "Ajouter une nouvelle définition de relation", - "placeholder": "Saisir les labels et les relations ici" - }, - "abstract_bulk_action": { - "remove_this_search_action": "Supprimer cette action dans la recherche" - }, - "execute_script": { - "execute_script": "Exécuter le script", - "help_text": "Vous pouvez exécuter des scripts simples sur les notes correspondantes.", - "example_1": "Par exemple pour ajouter une chaîne de caractères au titre d'une note, utilisez ce petit script :", - "example_2": "Un exemple plus complexe serait de supprimer tous les attributs de la note correspondante :" - }, - "add_label": { - "add_label": "Ajouter un label", - "label_name_placeholder": "nom du label", - "label_name_title": "Les caractères autorisés sont : caractères alphanumériques, les tirets bas et les deux-points.", - "to_value": "modifié par", - "new_value_placeholder": "nouvelle valeur", - "help_text": "Pour toutes les notes correspondantes :", - "help_text_item1": "créer un label donné si la note ne le possède pas encore", - "help_text_item2": "ou modifier la valeur du label existant", - "help_text_note": "Vous pouvez également appeler cette méthode sans valeur : dans ce cas le label sera attribué sans valeur à la note." - }, - "delete_label": { - "delete_label": "Supprimer le label", - "label_name_placeholder": "nom du label", - "label_name_title": "Les caractères autorisés sont : caractères alphanumériques, les tirets bas et les deux-points." - }, - "rename_label": { - "rename_label": "Renommer le label", - "rename_label_from": "Renommer le label de", - "old_name_placeholder": "ancien nom", - "to": "En", - "new_name_placeholder": "nouveau nom", - "name_title": "Les caractères autorisés sont : caractères alphanumériques, les tirets bas et les deux-points." - }, - "update_label_value": { - "update_label_value": "Mettre à jour la valeur du label", - "label_name_placeholder": "nom du label", - "label_name_title": "Les caractères autorisés sont : caractères alphanumériques, les tirets bas et les deux-points.", - "to_value": "modifié par", - "new_value_placeholder": "nouvelle valeur", - "help_text": "Pour toutes les notes correspondantes, modifier la valeur du label.", - "help_text_note": "Vous pouvez également appeler cette méthode sans valeur, dans ce cas le label sera attribué à la note sans valeur." - }, - "delete_note": { - "delete_note": "Supprimer la note", - "delete_matched_notes": "Supprimer les notes correspondantes", - "delete_matched_notes_description": "Cela supprimera les notes correspondantes.", - "undelete_notes_instruction": "Après la suppression, il est possible de les restaurer à partir de la boîte de dialogue Modifications récentes.", - "erase_notes_instruction": "Pour effacer les notes définitivement, vous pouvez aller après la suppression dans Options -> Autre et cliquer sur le bouton \"Effacer les notes supprimées maintenant\"." - }, - "delete_revisions": { - "delete_note_revisions": "Supprimer les versions de notes", - "all_past_note_revisions": "Toutes les versions de notes antérieures des notes correspondantes seront supprimées. La note elle-même sera entièrement préservée. En d’autres termes, l’historique de la note sera supprimé." - }, - "move_note": { - "move_note": "Déplacer la note", - "to": "vers", - "target_parent_note": "note parent cible", - "on_all_matched_notes": "Pour toutes les notes correspondantes", - "move_note_new_parent": "déplacer la note vers le nouveau parent si la note n'a qu'un seul parent (c.-à-d. l'ancienne branche est supprimée et une nouvelle branche est créée dans le nouveau parent)", - "clone_note_new_parent": "cloner la note vers le nouveau parent si la note a plusieurs clones/branches (il n'est pas clair quelle branche doit être supprimée)", - "nothing_will_happen": "rien ne se passera si la note ne peut pas être déplacée vers la note cible (cela créerait une boucle dans l'arborescence)" - }, - "rename_note": { - "rename_note": "Renommer la note", - "rename_note_title_to": "Renommer le titre de la note en", - "new_note_title": "nouveau titre de note", - "click_help_icon": "Cliquez sur l'icône d'aide à droite pour voir toutes les options", - "evaluated_as_js_string": "La valeur donnée est évaluée comme une chaîne JavaScript et peut ainsi être enrichie de contenu dynamique via la variable note injectée (la note étant renommée). Exemples :", - "example_note": "Note - toutes les notes correspondantes sont renommées « Note »", - "example_new_title": "NOUVEAU : ${note.title} : les titres des notes correspondantes sont préfixés par \"NOUVEAU : \"", - "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')} : ${note.title} : les notes correspondantes sont précédées du mois et de la date de création de la note", - "api_docs": "Consultez la documentation de l'API pour la note et ses propriétés dateCreatedObj / utcDateCreatedObj pour plus de détails." - }, - "add_relation": { - "add_relation": "Ajouter une relation", - "relation_name": "nom de la relation", - "allowed_characters": "Les caractères autorisés sont : caractères alphanumériques, les tirets bas et les deux-points.", - "to": "vers", - "target_note": "note cible", - "create_relation_on_all_matched_notes": "Pour toutes les notes correspondantes, créer une relation donnée." - }, - "delete_relation": { - "delete_relation": "Supprimer la relation", - "relation_name": "nom de la relation", - "allowed_characters": "Les caractères autorisés sont : caractères alphanumériques, les tirets bas et les deux-points." - }, - "rename_relation": { - "rename_relation": "Renommer la relation", - "rename_relation_from": "Renommer la relation de", - "old_name": "ancien nom", - "to": "En", - "new_name": "nouveau nom", - "allowed_characters": "Les caractères autorisés sont : caractères alphanumériques, les tirets bas et les deux-points." - }, - "update_relation_target": { - "update_relation": "Mettre à jour la relation", - "relation_name": "nom de la relation", - "allowed_characters": "Les caractères autorisés sont : caractères alphanumériques, les tirets bas et les deux-points.", - "to": "vers", - "target_note": "note cible", - "on_all_matched_notes": "Pour toutes les notes correspondantes", - "change_target_note": "ou changer la note cible de la relation existante", - "update_relation_target": "Mettre à jour la cible de la relation" - }, - "attachments_actions": { - "open_externally": "Ouverture externe", - "open_externally_title": "Le fichier sera ouvert dans une application externe et surveillé pour détecter les modifications. Vous pourrez ensuite téléverser la version modifiée dans Trilium.", - "open_custom": "Ouvrir avec", - "open_custom_title": "Le fichier sera ouvert dans une application externe et surveillé pour les modifications. Vous pourrez ensuite téléverser la version modifiée sur Trilium.", - "download": "Télécharger", - "rename_attachment": "Renommer la pièce jointe", - "upload_new_revision": "Téléverser une nouvelle version", - "copy_link_to_clipboard": "Copier le lien dans le presse-papier", - "convert_attachment_into_note": "Convertir la pièce jointe en note", - "delete_attachment": "Supprimer la pièce jointe", - "upload_success": "Une nouvelle version de pièce jointe a été téléversée.", - "upload_failed": "Le téléversement d'une nouvelle version de pièce jointe a échoué.", - "open_externally_detail_page": "L'ouverture externe d'une pièce jointe n''est disponible qu'à partir de la page de détails. Veuillez d'abord cliquer sur les détails de la pièce jointe et répéter l'opération.", - "open_custom_client_only": "L'option \"Ouvrir avec\" des pièces jointes n'est disponible que dans la version bureau de Trilium.", - "delete_confirm": "Êtes-vous sûr de vouloir supprimer la pièce jointe « {{title}} » ?", - "delete_success": "La pièce jointe « {{title}} » a été supprimée.", - "convert_confirm": "Êtes-vous sûr de vouloir convertir la pièce jointe « {{title}} » en une note distincte ?", - "convert_success": "La pièce jointe « {{title}} » a été convertie en note.", - "enter_new_name": "Veuillez saisir le nom de la nouvelle pièce jointe" - }, - "calendar": { - "mon": "Lun", - "tue": "Mar", - "wed": "Mer", - "thu": "Jeu", - "fri": "Ven", - "sat": "Sam", - "sun": "Dim", - "cannot_find_day_note": "Note journalière introuvable", - "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", - "cannot_find_week_note": "Impossible de trouver la note de la semaine", - "week": "Semaine", - "week_previous": "Semaine précédente", - "week_next": "Semaine suivante", - "month": "Mois", - "month_previous": "Mois précédent", - "month_next": "Mois suivant", - "year": "Année", - "year_previous": "Année précédente", - "year_next": "Année suivante", - "list": "Liste", - "today": "Aujourd'hui" - }, - "close_pane_button": { - "close_this_pane": "Fermer ce volet" - }, - "create_pane_button": { - "create_new_split": "Créer une nouvelle division" - }, - "edit_button": { - "edit_this_note": "Modifier cette note" - }, - "show_toc_widget_button": { - "show_toc": "Afficher la Table des matières" - }, - "show_highlights_list_widget_button": { - "show_highlights_list": "Afficher la liste des Accentuations" - }, - "global_menu": { - "menu": "Menu", - "options": "Options", - "open_new_window": "Ouvrir une nouvelle fenêtre", - "switch_to_mobile_version": "Passer à la version mobile", - "switch_to_desktop_version": "Passer à la version de bureau", - "zoom": "Zoom", - "toggle_fullscreen": "Basculer en plein écran", - "zoom_out": "Zoom arrière", - "reset_zoom_level": "Réinitialiser le niveau de zoom", - "zoom_in": "Zoomer", - "configure_launchbar": "Configurer la Barre de raccourcis", - "show_shared_notes_subtree": "Afficher le Sous-arbre des Notes Partagées", - "advanced": "Avancé", - "open_dev_tools": "Ouvrir les Outils de dév", - "open_sql_console": "Ouvrir la Console SQL", - "open_sql_console_history": "Ouvrir l'Historique de la console SQL", - "open_search_history": "Ouvrir l'Historique de recherche", - "show_backend_log": "Afficher le Journal back-end", - "reload_hint": "Recharger l'application peut aider à résoudre certains problèmes visuels sans redémarrer l'application.", - "reload_frontend": "Recharger l'interface", - "show_hidden_subtree": "Afficher le Sous-arbre caché", - "show_help": "Afficher l'aide", - "about": "À propos de Trilium Notes", - "logout": "Déconnexion", - "show-cheatsheet": "Afficher l'aide rapide", - "toggle-zen-mode": "Zen Mode", - "new-version-available": "Nouvelle mise à jour disponible", - "download-update": "Obtenir la version {{latestVersion}}" - }, - "zen_mode": { - "button_exit": "Sortir du Zen mode" - }, - "sync_status": { - "unknown": "

Le statut de la synchronisation sera connu à la prochaine tentative de synchronisation.

Cliquez pour déclencher la synchronisation maintenant.

", - "connected_with_changes": "

Connecté au serveur de synchronisation.
Il reste quelques modifications à synchroniser.

Cliquez pour déclencher la synchronisation.

", - "connected_no_changes": "

Connecté au serveur de synchronisation.
Toutes les modifications ont déjà été synchronisées.

Cliquez pour déclencher la synchronisation.

", - "disconnected_with_changes": "

La connexion au serveur de synchronisation a échoué.
Il reste encore des modifications à synchroniser.

Cliquez pour déclencher la synchronisation.

", - "disconnected_no_changes": "

La connexion au serveur de synchronisation a échoué.
Il reste encore des modifications à synchroniser.

Cliquez pour déclencher la synchronisation.

", - "in_progress": "La synchronisation avec le serveur est en cours." - }, - "left_pane_toggle": { - "show_panel": "Afficher le panneau", - "hide_panel": "Masquer le panneau" - }, - "move_pane_button": { - "move_left": "Déplacer vers la gauche", - "move_right": "Déplacer à droite" - }, - "note_actions": { - "convert_into_attachment": "Convertir en pièce jointe", - "re_render_note": "Re-rendre la note", - "search_in_note": "Rechercher dans la note", - "note_source": "Code source", - "note_attachments": "Pièces jointes", - "open_note_externally": "Ouvrir la note en externe", - "open_note_externally_title": "Le fichier sera ouvert dans une application externe et les modifications apportées seront surveillées. Vous pourrez ensuite téléverser la version modifiée dans Trilium.", - "open_note_custom": "Ouvrir la note avec", - "import_files": "Importer des fichiers", - "export_note": "Exporter la note", - "delete_note": "Supprimer la note", - "print_note": "Imprimer la note", - "save_revision": "Enregistrer la version", - "convert_into_attachment_failed": "La conversion de la note '{{title}}' a échoué.", - "convert_into_attachment_successful": "La note '{{title}}' a été convertie en pièce jointe.", - "convert_into_attachment_prompt": "Êtes-vous sûr de vouloir convertir la note '{{title}}' en une pièce jointe de la note parente ?", - "print_pdf": "Exporter en PDF...", - "open_note_on_server": "Ouvrir la note sur le serveur", - "view_revisions": "Révisions...", - "advanced": "Avancé", - "export_as_image": "Exporter en tant qu'image", - "export_as_image_png": "PNG", - "export_as_image_svg": "SVG (vectoriel)" - }, - "onclick_button": { - "no_click_handler": "Le widget bouton '{{componentId}}' n'a pas de gestionnaire de clic défini" - }, - "protected_session_status": { - "active": "La session protégée est active. Cliquez pour quitter la session protégée.", - "inactive": "Cliquez pour accéder à une session protégée" - }, - "revisions_button": { - "note_revisions": "Versions des Notes" - }, - "update_available": { - "update_available": "Mise à jour disponible" - }, - "note_launcher": { - "this_launcher_doesnt_define_target_note": "Ce raccourci ne définit pas de note cible." - }, - "code_buttons": { - "execute_button_title": "Exécuter le script", - "trilium_api_docs_button_title": "Ouvrir la documentation de l'API Trilium", - "save_to_note_button_title": "Enregistrer dans la note", - "opening_api_docs_message": "Ouverture de la documentation de l'API...", - "sql_console_saved_message": "La note de la console SQL a été enregistrée dans {{note_path}}" - }, - "copy_image_reference_button": { - "button_title": "Copier la référence de l'image dans le presse-papiers, peut être collée dans une note textuelle." - }, - "hide_floating_buttons_button": { - "button_title": "Masquer les boutons" - }, - "show_floating_buttons_button": { - "button_title": "Afficher les boutons" - }, - "svg_export_button": { - "button_title": "Exporter le diagramme au format SVG" - }, - "relation_map_buttons": { - "create_child_note_title": "Créer une nouvelle note enfant et l'ajouter à cette carte de relation", - "reset_pan_zoom_title": "Réinitialiser le panoramique et le zoom aux coordonnées et à la position initiales", - "zoom_in_title": "Zoomer", - "zoom_out_title": "Zoom arrière" - }, - "zpetne_odkazy": { - "relation": "relation", - "backlink_one": "{{count}} Lien inverse", - "backlink_many": "", - "backlink_other": "{{count}} Liens inverses" - }, - "mobile_detail_menu": { - "insert_child_note": "Insérer une note enfant", - "delete_this_note": "Supprimer cette note", - "error_cannot_get_branch_id": "Impossible d'obtenir branchId pour notePath '{{notePath}}'", - "error_unrecognized_command": "Commande non reconnue {{command}}", - "note_revisions": "Révision de la note" - }, - "note_icon": { - "change_note_icon": "Changer l'icône de note", - "search": "Recherche :", - "reset-default": "Réinitialiser l'icône par défaut", - "filter": "Filtre", - "filter-none": "Toutes les icônes", - "filter-default": "Icônes par défaut", - "icon_tooltip": "{{name}}\nPack d'icônes : {{iconPack}}" - }, - "basic_properties": { - "note_type": "Type de note", - "editable": "Modifiable", - "basic_properties": "Propriétés de base", - "language": "Langage", - "configure_code_notes": "Configurer les notes de code..." - }, - "book_properties": { - "view_type": "Type d'affichage", - "grid": "Grille", - "list": "Liste", - "collapse_all_notes": "Réduire toutes les notes", - "collapse": "Réduire", - "expand": "Développer", - "invalid_view_type": "Type de vue non valide '{{type}}'", - "calendar": "Calendrier", - "book_properties": "Propriétés de la collection", - "table": "Tableau", - "geo-map": "Carte géographique", - "board": "Tableau de bord", - "include_archived_notes": "Afficher les notes archivées", - "presentation": "Présentation", - "expand_tooltip": "Développe les éléments enfants directs de cette collection (à un niveau). Pour plus d'options, appuyez sur la flèche à droite.", - "expand_first_level": "Développer les enfants directs", - "expand_nth_level": "Développer sur {{depth}} niveaux", - "expand_all_levels": "Développer tous les niveaux" - }, - "edited_notes": { - "no_edited_notes_found": "Aucune note modifiée ce jour-là...", - "title": "Notes modifiées", - "deleted": "(supprimé)" - }, - "file_properties": { - "note_id": "Identifiant de la note", - "original_file_name": "Nom du fichier d'origine", - "file_type": "Type de fichier", - "file_size": "Taille du fichier", - "download": "Télécharger", - "open": "Ouvrir", - "upload_new_revision": "Téléverser une nouvelle version", - "upload_success": "Une nouvelle version de fichier a été téléversée.", - "upload_failed": "Le téléversement d'une nouvelle version de fichier a échoué.", - "title": "Fichier" - }, - "image_properties": { - "original_file_name": "Nom du fichier d'origine", - "file_type": "Type de fichier", - "file_size": "Taille du fichier", - "download": "Télécharger", - "open": "Ouvrir", - "copy_reference_to_clipboard": "Copier la référence dans le presse-papiers", - "upload_new_revision": "Téléverser une nouvelle version", - "upload_success": "Une nouvelle version d'image a été téléversée.", - "upload_failed": "Échec de l'importation d'une nouvelle version d'image : {{message}}", - "title": "Image" - }, - "inherited_attribute_list": { - "title": "Attributs hérités", - "no_inherited_attributes": "Aucun attribut hérité." - }, - "note_info_widget": { - "note_id": "Identifiant de la note", - "created": "Créé", - "modified": "Modifié", - "type": "Type", - "note_size": "Taille de la note", - "note_size_info": "La taille de la note fournit une estimation approximative des besoins de stockage pour cette note. Il prend en compte le contenu de la note et de ses versions.", - "calculate": "calculer", - "subtree_size": "(taille du sous-arbre : {{size}} pour {{count}} notes)", - "title": "Infos sur la Note", - "mime": "type MIME", - "show_similar_notes": "Afficher des notes similaires" - }, - "note_map": { - "open_full": "Développer au maximum", - "collapse": "Réduire à la taille normale", - "title": "Carte de la Note", - "fix-nodes": "Réparer les nœuds", - "link-distance": "Distance du lien" - }, - "note_paths": { - "title": "Chemins de la Note", - "clone_button": "Cloner la note vers un nouvel emplacement...", - "intro_placed": "Cette note est située dans les chemins suivants :", - "intro_not_placed": "Cette note n'est pas encore située dans l'arbre des notes.", - "outside_hoisted": "Ce chemin est en dehors de la note focus et vous devrez désactiver le focus.", - "archived": "Archivé", - "search": "Recherche" - }, - "note_properties": { - "this_note_was_originally_taken_from": "Cette note est initialement extraite de :", - "info": "Infos" - }, - "owned_attribute_list": { - "owned_attributes": "Attributs propres" - }, - "promoted_attributes": { - "promoted_attributes": "Attributs promus", - "unset-field-placeholder": "non défini", - "url_placeholder": "http://siteweb...", - "open_external_link": "Ouvrir le lien externe", - "unknown_label_type": "Type de label inconnu '{{type}}'", - "unknown_attribute_type": "Type d'attribut inconnu '{{type}}'", - "add_new_attribute": "Ajouter un nouvel attribut", - "remove_this_attribute": "Supprimer cet attribut", - "remove_color": "Supprimer l’étiquette de couleur" - }, - "script_executor": { - "query": "Requête", - "script": "Script", - "execute_query": "Exécuter la requête", - "execute_script": "Exécuter le script" - }, - "search_definition": { - "add_search_option": "Ajouter une option de recherche :", - "search_string": "chaîne de caractères à rechercher", - "search_script": "script de recherche", - "ancestor": "ancêtre", - "fast_search": "recherche rapide", - "fast_search_description": "L'option de recherche rapide désactive la recherche dans le texte intégral du contenu des notes, ce qui peut accélérer la recherche dans les grandes bases de données.", - "include_archived": "inclure les archivées", - "include_archived_notes_description": "Par défaut, les notes archivées sont exclues des résultats de recherche : avec cette option, elles seront incluses.", - "order_by": "trier par", - "limit": "limite", - "limit_description": "Limiter le nombre de résultats", - "debug": "debug", - "debug_description": "Debug imprimera des informations supplémentaires dans la console pour faciliter le débogage des requêtes complexes", - "action": "action", - "search_button": "Recherche", - "search_execute": "Rechercher et exécuter des actions", - "save_to_note": "Enregistrer dans la note", - "search_parameters": "Paramètres de recherche", - "unknown_search_option": "Option de recherche inconnue {{searchOptionName}}", - "search_note_saved": "La note de recherche a été enregistrée dans {{- notePathTitle}}", - "actions_executed": "Les actions ont été exécutées.", - "view_options": "Afficher les options:" - }, - "similar_notes": { - "title": "Notes similaires", - "no_similar_notes_found": "Aucune note similaire trouvée." - }, - "abstract_search_option": { - "remove_this_search_option": "Supprimer cette option de recherche", - "failed_rendering": "Le chargement de l'option de recherche : {{dto}} a échoué avec l'erreur : {{error}} {{stack}}" - }, - "ancestor": { - "label": "Ancêtre", - "placeholder": "rechercher une note par son nom", - "depth_label": "profondeur", - "depth_doesnt_matter": "n'a pas d'importance", - "depth_eq": "est exactement {{count}}", - "direct_children": "enfants directs", - "depth_gt": "est supérieur à {{count}}", - "depth_lt": "est inférieur à {{count}}" - }, - "debug": { - "debug": "Debug", - "debug_info": "Debug imprimera des informations supplémentaires dans la console pour faciliter le débogage des requêtes complexes.", - "access_info": "Pour accéder aux informations de débogage, exécutez la requête et cliquez sur \"Afficher le journal backend\" dans le coin supérieur gauche." - }, - "fast_search": { - "fast_search": "Recherche rapide", - "description": "L'option de recherche rapide désactive la recherche dans le texte intégral du contenu des notes, ce qui peut accélérer la recherche dans les grandes bases de données." - }, - "include_archived_notes": { - "include_archived_notes": "Inclure les notes archivées" - }, - "limit": { - "limit": "Limite", - "take_first_x_results": "Ne prendre que les X premiers résultats spécifiés." - }, - "order_by": { - "order_by": "Trier par", - "relevancy": "Pertinence (par défaut)", - "title": "Titre", - "date_created": "Date de création", - "date_modified": "Date de dernière modification", - "content_size": "Taille de la note", - "content_and_attachments_size": "Taille de la note (pièces jointes comprises)", - "content_and_attachments_and_revisions_size": "Taille de note (pièces jointes et versions comprises)", - "revision_count": "Nombre de versions", - "children_count": "Nombre de notes enfants", - "parent_count": "Nombre de clones", - "owned_label_count": "Nombre de labels", - "owned_relation_count": "Nombre de relations", - "target_relation_count": "Nombre de relations ciblant la note", - "random": "Ordre aléatoire", - "asc": "Ascendant (par défaut)", - "desc": "Descendant" - }, - "search_script": { - "title": "Script de recherche :", - "placeholder": "rechercher une note par son nom", - "description1": "Le script de recherche permet de définir les résultats de la recherche en exécutant un script. Cela offre une flexibilité maximale lorsque la recherche standard ne suffit pas.", - "description2": "Le script de recherche doit être de type \"code\" et sous-type \"backend JavaScript\". Le script doit retourner un tableau de noteIds ou de notes.", - "example_title": "Voir cet exemple :", - "example_code": "// 1. préfiltrage à l'aide de la recherche standard\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. application de critères de recherche personnalisés\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", - "note": "Notez que le script de recherche et la l'expression à rechercher standard ne peuvent pas être combinés." - }, - "search_string": { - "title_column": "Expression à rechercher :", - "placeholder": "mots-clés du texte, #tag = valeur...", - "search_syntax": "Syntaxe de recherche", - "also_see": "voir aussi", - "complete_help": "aide complète sur la syntaxe de recherche", - "full_text_search": "Entrez simplement n'importe quel texte pour rechercher dans le contenu des notes", - "label_abc": "renvoie les notes avec le label abc", - "label_year": "correspond aux notes possédant le label year ayant la valeur 2019", - "label_rock_pop": "correspond aux notes qui ont à la fois les labels rock et pop", - "label_rock_or_pop": "un seul des labels doit être présent", - "label_year_comparison": "comparaison numérique (également >, >=, <).", - "label_date_created": "notes créées le mois dernier", - "error": "Erreur de recherche : {{error}}", - "search_prefix": "Recherche :" - }, - "attachment_detail": { - "open_help_page": "Ouvrir la page d'aide sur les pièces jointes", - "owning_note": "Note d'appartenance : ", - "you_can_also_open": ", vous pouvez également ouvrir ", - "list_of_all_attachments": "Liste de toutes les pièces jointes", - "attachment_deleted": "Cette pièce jointe a été supprimée." - }, - "attachment_list": { - "open_help_page": "Ouvrir la page d'aide à propos des pièces jointes", - "owning_note": "Note d'appartenance : ", - "upload_attachments": "Téléverser des pièces jointes", - "no_attachments": "Cette note ne contient aucune pièce jointe." - }, - "book": { - "no_children_help": "Cette note de type Livre n'a aucune note enfant, donc il n'y a rien à afficher. Consultez le wiki pour plus de détails.", - "drag_locked_title": "Edition verrouillée", - "drag_locked_message": "Le glisser-déposer n'est pas autorisé car l'édition de cette collection est verrouillé." - }, - "editable_code": { - "placeholder": "Saisir le contenu de votre note de code ici..." - }, - "editable_text": { - "placeholder": "Saisir le contenu de votre note ici...", - "auto-detect-language": "Détecté automatiquement", - "editor_crashed_title": "L'éditeur de texte a cessé de fonctionner", - "editor_crashed_content": "Votre contenu a été récupéré avec succès, mais certaines de vos modifications les plus récentes n'ont peut-être pas été enregistrées.", - "editor_crashed_details_button": "Afficher plus de détails...", - "editor_crashed_details_intro": "Si cette erreur se produit plusieurs fois, pensez à la signaler sur GitHub en collant les informations ci-dessous.", - "editor_crashed_details_title": "Informations techniques", - "keeps-crashing": "Le composant d'édition cesse de fonctionner. Veuillez essayer de redémarrer Trilium. Si le problème persiste, envisager de créer un rapport de bogue." - }, - "empty": { - "open_note_instruction": "Ouvrez une note en tapant son titre dans la zone ci-dessous ou choisissez une note dans l'arborescence.", - "search_placeholder": "rechercher une note par son nom", - "enter_workspace": "Entrez dans l'espace de travail {{title}}" - }, - "file": { - "file_preview_not_available": "L'aperçu du fichier n'est pas disponible pour ce format de fichier.", - "too_big": "L'aperçu ne montre que les premiers caractères {{maxNumChars}} du fichier pour des raisons de performance. Téléchargez le fichier et ouvrez-le en dehors de Trilium pour voir tout le contenu." - }, - "protected_session": { - "enter_password_instruction": "L'affichage de la note protégée nécessite la saisie de votre mot de passe :", - "start_session_button": "Démarrer une session protégée", - "started": "La session protégée a démarré.", - "wrong_password": "Mot de passe incorrect.", - "protecting-finished-successfully": "La protection de la note s'est terminée avec succès.", - "unprotecting-finished-successfully": "La protection de la note a été retirée avec succès.", - "protecting-in-progress": "Protection en cours : {{count}}", - "unprotecting-in-progress-count": "Retrait de la protection en cours : {{count}}", - "protecting-title": "Statut de la protection", - "unprotecting-title": "Statut de la non-protection" - }, - "relation_map": { - "open_in_new_tab": "Ouvrir dans un nouvel onglet", - "remove_note": "Supprimer la note", - "edit_title": "Modifier le titre", - "rename_note": "Renommer la note", - "enter_new_title": "Saisissez le nouveau titre de la note :", - "remove_relation": "Supprimer la relation", - "confirm_remove_relation": "Êtes-vous sûr de vouloir supprimer la relation ?", - "specify_new_relation_name": "Spécifiez le nom de la nouvelle relation (caractères autorisés : alphanumérique, deux-points et tiret-bas.) :", - "connection_exists": "La connexion « {{name}} » entre ces notes existe déjà.", - "start_dragging_relations": "Commencez à faire glisser les relations à partir d'ici et déposez-les sur une autre note.", - "note_not_found": "Note {{noteId}} introuvable !", - "cannot_match_transform": "Correspondance à la transformation : {{transform}} introuvable", - "note_already_in_diagram": "La note \"{{title}}\" est déjà dans le diagramme.", - "enter_title_of_new_note": "Entrez le titre de la nouvelle note", - "default_new_note_title": "nouvelle note", - "click_on_canvas_to_place_new_note": "Cliquez sur le canevas pour placer une nouvelle note" - }, - "render": { - "note_detail_render_help_1": "Cette note d'aide s'affiche car cette note de type Rendu HTML n'a pas la relation requise pour fonctionner correctement.", - "note_detail_render_help_2": "Le type de note Rendu HTML est utilisé pour les scripts. En résumé, vous disposez d'une note de code HTML (éventuellement contenant JavaScript) et cette note affichera le rendu. Pour que cela fonctionne, vous devez définir une relation appelée \"renderNote\" pointant vers la note HTML à rendre." - }, - "web_view": { - "web_view": "Affichage Web", - "embed_websites": "Les notes de type Affichage Web vous permet d'intégrer des sites Web dans Trilium.", - "create_label": "Pour commencer, veuillez créer un label avec l'adresse URL que vous souhaitez intégrer, par ex. #webViewSrc=\"https://www.google.com\"" - }, - "backend_log": { - "refresh": "Rafraîchir" - }, - "consistency_checks": { - "title": "Vérification de la cohérence", - "find_and_fix_button": "Rechercher et résoudre les problèmes de cohérence", - "finding_and_fixing_message": "Recherche et résolution des problèmes de cohérence...", - "issues_fixed_message": "Les problèmes de cohérence devraient être résolus." - }, - "database_anonymization": { - "title": "Anonymisation de la base de données", - "full_anonymization": "Anonymisation complète", - "full_anonymization_description": "Cette action créera une nouvelle copie de la base de données et l'anonymisera (tout le contenu des notes sera supprimé et ne restera que la structure et certaines métadonnées non sensibles) pour la partager en ligne à des fins de débogage sans crainte de fuite de vos données personnelles.", - "save_fully_anonymized_database": "Enregistrer la base de données entièrement anonymisée", - "light_anonymization": "Anonymisation légère", - "light_anonymization_description": "Cette action créera une nouvelle copie de la base de données et y réalisera une légère anonymisation — seul le contenu de toutes les notes sera supprimé, mais les titres et les attributs resteront. De plus, les notes de script frontend/backend JS personnalisées et les widgets personnalisés resteront. Fournit plus de contexte pour déboguer les problèmes.", - "choose_anonymization": "Vous pouvez décider vous-même si vous souhaitez fournir une base de données entièrement ou partiellement anonymisée. Même une base de données entièrement anonymisée est très utile, mais dans certains cas, une base de données partiellement anonymisée peut accélérer le processus d'identification et de correction des bugs.", - "save_lightly_anonymized_database": "Enregistrer la base de données partiellement anonymisée", - "existing_anonymized_databases": "Bases de données anonymisées existantes", - "creating_fully_anonymized_database": "Création d'une base de données entièrement anonymisée...", - "creating_lightly_anonymized_database": "Création d'une base de données partiellement anonymisée...", - "error_creating_anonymized_database": "Impossible de créer une base de données anonymisée, vérifiez les journaux backend pour plus de détails", - "successfully_created_fully_anonymized_database": "Base de données entièrement anonymisée crée dans {{anonymizedFilePath}}", - "successfully_created_lightly_anonymized_database": "Base de données partiellement anonymisée crée dans {{anonymizedFilePath}}", - "no_anonymized_database_yet": "Aucune base de données anonymisée." - }, - "database_integrity_check": { - "title": "Vérification de l'intégrité de la base de données", - "description": "Vérifiera que la base de données n'est pas corrompue au niveau SQLite. Cela peut prendre un certain temps, en fonction de la taille de la base de données.", - "check_button": "Vérifier l'intégrité de la base de données", - "checking_integrity": "Vérification de l'intégrité de la base de données...", - "integrity_check_succeeded": "Le contrôle d'intégrité a réussi - aucun problème détecté.", - "integrity_check_failed": "Échec du contrôle d'intégrité : {{results}}" - }, - "sync": { - "title": "Synchroniser", - "force_full_sync_button": "Forcer la synchronisation complète", - "fill_entity_changes_button": "Remplir les enregistrements de modifications d'entité", - "full_sync_triggered": "Synchronisation complète déclenchée", - "filling_entity_changes": "Remplissage changements de ligne d'entité ...", - "sync_rows_filled_successfully": "Synchronisation avec succès des lignes remplies", - "finished-successfully": "Synchronisation terminée avec succès.", - "failed": "Échec de la synchronisation : {{message}}" - }, - "vacuum_database": { - "title": "Nettoyage de la base de données", - "description": "Cela reconstruira la base de données, ce qui générera un fichier de base de données généralement plus petit. Aucune donnée ne sera réellement modifiée.", - "button_text": "Nettoyer la base de données", - "vacuuming_database": "Nettoyage de la base de données en cours...", - "database_vacuumed": "La base de données a été nettoyée" - }, - "fonts": { - "theme_defined": "Défini par le thème", - "fonts": "Polices", - "main_font": "Police principale", - "font_family": "Famille de polices", - "size": "Taille", - "note_tree_font": "Police de l'arborescence", - "note_detail_font": "Police du contenu des notes", - "monospace_font": "Police Monospace (code)", - "note_tree_and_detail_font_sizing": "Notez que la taille de la police de l’arborescence et du contenu est relative au paramètre de taille de police principal.", - "not_all_fonts_available": "Toutes les polices répertoriées peuvent ne pas être disponibles sur votre système.", - "apply_font_changes": "Pour appliquer les modifications de police, cliquez sur", - "reload_frontend": "recharger l'interface", - "generic-fonts": "Polices génériques", - "sans-serif-system-fonts": "Polices système sans serif", - "serif-system-fonts": "Polices système Serif", - "monospace-system-fonts": "Polices système monospace", - "handwriting-system-fonts": "Polices système d'écriture manuelle", - "serif": "Serif", - "sans-serif": "Sans sérif", - "monospace": "Monospace", - "system-default": "Thème système" - }, - "max_content_width": { - "title": "Largeur du contenu", - "default_description": "Trilium limite par défaut la largeur maximale du contenu pour améliorer la lisibilité sur des écrans larges.", - "max_width_label": "Largeur maximale du contenu en pixels", - "max_width_unit": "Pixels", - "centerContent": "Garder le contenu centré" - }, - "native_title_bar": { - "title": "Barre de titre native (nécessite le redémarrage de l'application)", - "enabled": "activé", - "disabled": "désactivé" - }, - "ribbon": { - "widgets": "Ruban de widgets", - "promoted_attributes_message": "L'onglet du ruban Attributs promus s'ouvrira automatiquement si la note possède des attributs mis en avant", - "edited_notes_message": "L'onglet du ruban Notes modifiées s'ouvrira automatiquement sur les notes journalières" - }, - "theme": { - "title": "Thème de l'application", - "theme_label": "Thème", - "override_theme_fonts_label": "Remplacer les polices du thème", - "triliumnext": "Trilium (Suit le thème du système)", - "triliumnext-light": "Trilium (Clair)", - "triliumnext-dark": "Trilium (sombre)", - "layout": "Disposition", - "layout-vertical-title": "Vertical", - "layout-horizontal-title": "Horizontal", - "layout-vertical-description": "la barre de raccourcis est à gauche (défaut)", - "layout-horizontal-description": "la barre de raccourcis est sous la barre des onglets, cette-dernière est s'affiche en pleine largeur.", - "auto_theme": "Hérité (suivre le schéma de couleurs du système)", - "light_theme": "Hérité (clair)", - "dark_theme": "Hérité (foncé)" - }, - "zoom_factor": { - "title": "Facteur de zoom (version bureau uniquement)", - "description": "Le zoom peut également être contrôlé avec les raccourcis CTRL+- et CTRL+=." - }, - "code_auto_read_only_size": { - "title": "Taille pour la lecture seule automatique", - "description": "La taille pour la lecture seule automatique est le seuil au-delà de laquelle les notes seront affichées en mode lecture seule (pour optimiser les performances).", - "label": "Taille pour la lecture seule automatique (notes de code)", - "unit": "caractères" - }, - "code_mime_types": { - "title": "Types MIME disponibles dans la liste déroulante", - "tooltip_syntax_highlighting": "Souligner la syntaxe", - "tooltip_code_block_syntax": "Blocs de code dans les notes de texte", - "tooltip_code_note_syntax": "Notes de code" - }, - "vim_key_bindings": { - "use_vim_keybindings_in_code_notes": "Raccourcis clavier Vim", - "enable_vim_keybindings": "Activer les raccourcis clavier Vim dans les notes de code (pas de mode ex)" - }, - "wrap_lines": { - "wrap_lines_in_code_notes": "Ligne wrappées dans les notes de code", - "enable_line_wrap": "Active le wrapping des lignes (le changement peut nécessiter un rechargement du frontend pour prendre effet)" - }, - "images": { - "images_section_title": "Images", - "download_images_automatically": "Téléchargez automatiquement les images pour une utilisation hors ligne.", - "download_images_description": "Le HTML collé peut contenir des références à des images en ligne, Trilium trouvera ces références et téléchargera les images afin qu'elles soient disponibles hors ligne.", - "enable_image_compression": "Activer la compression des images", - "max_image_dimensions": "Largeur/hauteur maximale d'une image en pixels (l'image sera redimensionnée si elle dépasse ce paramètre).", - "jpeg_quality_description": "Qualité JPEG (10 - pire qualité, 100 - meilleure qualité, 50 - 85 est recommandé)", - "max_image_dimensions_unit": "pixels" - }, - "attachment_erasure_timeout": { - "attachment_erasure_timeout": "Délai d'effacement des pièces jointes", - "attachment_auto_deletion_description": "Les pièces jointes sont automatiquement supprimées (et effacées) si elles ne sont plus référencées par leur note après un certain délai.", - "erase_attachments_after": "Effacer les pièces jointes inutilisées après :", - "manual_erasing_description": "Vous pouvez également déclencher l'effacement manuellement (sans tenir compte du délai défini ci-dessus) :", - "erase_unused_attachments_now": "Effacez maintenant les pièces jointes inutilisées", - "unused_attachments_erased": "Les pièces jointes inutilisées ont été effacées." - }, - "network_connections": { - "network_connections_title": "Connexions réseau", - "check_for_updates": "Rechercher automatiquement les mises à jour" - }, - "note_erasure_timeout": { - "note_erasure_timeout_title": "Délai d'effacement des notes", - "note_erasure_description": "Les notes supprimées (et les attributs, versions...) sont seulement marquées comme supprimées et il est possible de les récupérer à partir de la boîte de dialogue Notes récentes. Après un certain temps, les notes supprimées sont « effacées », ce qui signifie que leur contenu n'est plus récupérable. Ce paramètre vous permet de configurer la durée entre la suppression et l'effacement de la note.", - "erase_notes_after": "Effacer les notes après :", - "manual_erasing_description": "Vous pouvez également déclencher l'effacement manuellement (sans tenir compte de la durée définie ci-dessus) :", - "erase_deleted_notes_now": "Effacer les notes supprimées maintenant", - "deleted_notes_erased": "Les notes supprimées ont été effacées." - }, - "revisions_snapshot_interval": { - "note_revisions_snapshot_interval_title": "Délai d'enregistrement automatique d'une version de note", - "note_revisions_snapshot_description": "Le délai d'enregistrement automatique des versions de note définit le temps avant la création automatique d'une nouvelle version de note. Consultez le wiki pour plus d'informations.", - "snapshot_time_interval_label": "Délai d'enregistrement automatique de version de note :" - }, - "revisions_snapshot_limit": { - "note_revisions_snapshot_limit_title": "Limite du nombre de versions de note", - "note_revisions_snapshot_limit_description": "La limite du nombre de versions de note désigne le nombre maximum de versions pouvant être enregistrées pour chaque note. -1 signifie aucune limite, 0 signifie supprimer toutes les versions. Vous pouvez définir le nombre maximal de versions pour une seule note avec le label #versioningLimit.", - "snapshot_number_limit_label": "Nombre limite de versions de note :", - "erase_excess_revision_snapshots": "Effacer maintenant les versions en excès", - "erase_excess_revision_snapshots_prompt": "Les versions en excès ont été effacées.", - "snapshot_number_limit_unit": "instantanés" - }, - "search_engine": { - "title": "Moteur de recherche", - "custom_search_engine_info": "Le moteur de recherche personnalisé nécessite à la fois la définition d’un nom et d’une URL. Si l’un ou l’autre de ces éléments n’est défini, DuckDuckGo sera utilisé comme moteur de recherche par défaut.", - "predefined_templates_label": "Modèles de moteur de recherche prédéfinis", - "bing": "Bing", - "baidu": "Baidu", - "duckduckgo": "DuckDuckGo", - "google": "Google", - "custom_name_label": "Nom du moteur de recherche personnalisé", - "custom_name_placeholder": "Personnaliser le nom du moteur de recherche", - "custom_url_label": "L'URL du moteur de recherche personnalisé doit inclure {keyword} comme espace réservé pour le terme de recherche.", - "custom_url_placeholder": "Personnaliser l'url du moteur de recherche", - "save_button": "Sauvegarder" - }, - "tray": { - "title": "Barre d'état système", - "enable_tray": "Activer l'icône dans la barre d'état (Trilium doit être redémarré pour que cette modification prenne effet)" - }, - "heading_style": { - "title": "Style de titre", - "plain": "Simple", - "underline": "Souligné", - "markdown": "Style Markdown" - }, - "highlights_list": { - "title": "Accentuations", - "description": "Vous pouvez personnaliser la liste des accentuations affichée dans le panneau de droite :", - "bold": "Texte en gras", - "italic": "Texte en italique", - "underline": "Texte souligné", - "color": "Texte en couleur", - "bg_color": "Texte avec couleur de fond", - "visibility_title": "Visibilité de la Liste des Accentuations", - "visibility_description": "Vous pouvez masquer le widget des accentuations par note en ajoutant un label #hideHighlightWidget.", - "shortcut_info": "Vous pouvez configurer un raccourci clavier pour basculer rapidement vers le volet droit (comprenant les Accentuations) dans Options -> Raccourcis (nom « toggleRightPane »)." - }, - "table_of_contents": { - "title": "Table des matières", - "description": "La table des matières apparaîtra dans les notes textuelles lorsque la note comporte plus d'un nombre défini de titres. Vous pouvez personnaliser ce nombre :", - "disable_info": "Vous pouvez également utiliser cette option pour désactiver la table des matières en définissant un nombre très élevé.", - "shortcut_info": "Vous pouvez configurer un raccourci clavier pour afficher/masquer le volet de droite (y compris la table des matières) dans Options -> Raccourcis (nom « toggleRightPane »).", - "unit": "titres" - }, - "text_auto_read_only_size": { - "title": "Taille automatique en lecture seule", - "description": "La taille automatique des notes en lecture seule est la taille au-delà de laquelle les notes seront affichées en mode lecture seule (pour des raisons de performances).", - "label": "Taille automatique en lecture seule (notes de texte)", - "unit": "caractères" - }, - "i18n": { - "title": "Paramètres régionaux", - "language": "Langue", - "first-day-of-the-week": "Premier jour de la semaine", - "sunday": "Dimanche", - "monday": "Lundi", - "tuesday": "Mardi", - "wednesday": "Mercredi", - "thursday": "Jeudi", - "friday": "Vendredi", - "saturday": "Samedi", - "first-week-of-the-year": "Première semaine de l'année", - "first-week-contains-first-day": "La première semaine contient le premier jour de l'année", - "first-week-contains-first-thursday": "La première semaine contient le premier jeudi de l'année", - "first-week-has-minimum-days": "La première semaine a un nombre minimum de jours", - "min-days-in-first-week": "Nombre minimum de jours dans la première semaine", - "first-week-info": "La première semaine contient le premier jeudi de l'année et est basée sur la norme ISO 8601 .", - "first-week-warning": "La modification des options de la première semaine peut entraîner des doublons avec les notes de semaine existantes et les notes de semaine existantes ne seront pas mises à jour en conséquence.", - "formatting-locale": "Format de date et de nombre", - "formatting-locale-auto": "En fonction de la langue de l'application" - }, - "backup": { - "automatic_backup": "Sauvegarde automatique", - "automatic_backup_description": "Trilium peut sauvegarder la base de données automatiquement :", - "enable_daily_backup": "Activer la sauvegarde quotidienne", - "enable_weekly_backup": "Activer la sauvegarde hebdomadaire", - "enable_monthly_backup": "Activer la sauvegarde mensuelle", - "backup_recommendation": "Il est recommandé de garder la sauvegarde activée, mais cela peut ralentir le démarrage des applications avec des bases de données volumineuses et/ou des périphériques de stockage lents.", - "backup_now": "Sauvegarder maintenant", - "backup_database_now": "Sauvegarder la base de données maintenant", - "existing_backups": "Sauvegardes existantes", - "date-and-time": "Date & heure", - "path": "Chemin", - "database_backed_up_to": "La base de données a été sauvegardée dans {{backupFilePath}}", - "no_backup_yet": "pas encore de sauvegarde" - }, - "etapi": { - "title": "ETAPI", - "description": "ETAPI est une API REST utilisée pour accéder à l'instance Trilium par programme, sans interface utilisateur.", - "create_token": "Créer un nouveau jeton ETAPI", - "existing_tokens": "Jetons existants", - "no_tokens_yet": "Il n'y a pas encore de jetons. Cliquez sur le bouton ci-dessus pour en créer un.", - "token_name": "Nom du jeton", - "created": "Créé", - "actions": "Actions", - "new_token_title": "Nouveau jeton ETAPI", - "new_token_message": "Veuillez saisir le nom du nouveau jeton", - "default_token_name": "nouveau jeton", - "error_empty_name": "Le nom du jeton ne peut pas être vide", - "token_created_title": "Jeton ETAPI créé", - "token_created_message": "Copiez le jeton créé dans le presse-papiers. Trilium enregistre le jeton haché et c'est la dernière fois que vous le verrez.", - "rename_token": "Renommer ce jeton", - "delete_token": "Supprimer/désactiver ce token", - "rename_token_title": "Renommer le jeton", - "rename_token_message": "Veuillez saisir le nom du nouveau jeton", - "delete_token_confirmation": "Êtes-vous sûr de vouloir supprimer le jeton ETAPI « {{name}} » ?" - }, - "options_widget": { - "options_status": "Statut des options", - "options_change_saved": "Les modifications des options ont été enregistrées." - }, - "password": { - "heading": "Mot de passe", - "alert_message": "Prenez soin de mémoriser votre nouveau mot de passe. Le mot de passe est utilisé pour se connecter à l'interface Web et pour crypter les notes protégées. Si vous oubliez votre mot de passe, toutes vos notes protégées seront définitivement perdues.", - "reset_link": "Cliquez ici pour le réinitialiser.", - "old_password": "Ancien mot de passe", - "new_password": "Nouveau mot de passe", - "new_password_confirmation": "Confirmation du nouveau mot de passe", - "change_password": "Changer le mot de passe", - "protected_session_timeout": "Expiration de la session protégée", - "protected_session_timeout_description": "Le délai d'expiration de la session protégée est une période de temps après laquelle la session protégée est effacée de la mémoire du navigateur. Il est mesuré à partir de la dernière interaction avec des notes protégées. Voir", - "wiki": "wiki", - "for_more_info": "pour plus d'informations.", - "protected_session_timeout_label": "Délai d'expiration de la session protégée :", - "reset_confirmation": "En réinitialisant le mot de passe, vous perdrez à jamais l'accès à toutes vos notes protégées existantes. Voulez-vous vraiment réinitialiser le mot de passe ?", - "reset_success_message": "Le mot de passe a été réinitialisé. Veuillez définir un nouveau mot de passe", - "change_password_heading": "Changer le mot de passe", - "set_password_heading": "Définir le mot de passe", - "set_password": "Définir le mot de passe", - "password_mismatch": "Les nouveaux mots de passe saisis ne sont pas les mêmes.", - "password_changed_success": "Le mot de passe a été modifié. Trilium va redémarrer après avoir appuyé sur OK." - }, - "shortcuts": { - "keyboard_shortcuts": "Raccourcis clavier", - "multiple_shortcuts": "Plusieurs raccourcis pour la même action peuvent être séparés par une virgule.", - "electron_documentation": "Consultez la documentation Electron pour connaître les modificateurs et codes clés disponibles.", - "type_text_to_filter": "Saisir du texte pour filtrer les raccourcis...", - "action_name": "Nom de l'action", - "shortcuts": "Raccourcis", - "default_shortcuts": "Raccourcis par défaut", - "description": "Description", - "reload_app": "Recharger l'application pour appliquer les modifications", - "set_all_to_default": "Réinitialiser aux valeurs par défaut", - "confirm_reset": "Voulez-vous vraiment réinitialiser tous les raccourcis clavier par défaut ?" - }, - "spellcheck": { - "title": "Vérification orthographique", - "description": "Ces options s'appliquent uniquement aux versions de bureau, les navigateurs utiliseront leur propre vérification orthographique native.", - "enable": "Activer la vérification orthographique", - "language_code_label": "Code(s) de langue", - "language_code_placeholder": "par exemple \"fr-FR\", \"en-US\", \"de-AT\"", - "multiple_languages_info": "Plusieurs langues peuvent être séparées par une virgule, par ex. \"fr-FR, en-US, de-DE, cs\". ", - "available_language_codes_label": "Codes de langue disponibles :", - "restart-required": "Les modifications apportées aux options de vérification orthographique prendront effet après le redémarrage de l'application." - }, - "sync_2": { - "config_title": "Configuration de synchronisation", - "server_address": "Adresse de l'instance du serveur", - "timeout": "Délai d'expiration de la synchronisation (millisecondes)", - "proxy_label": "Serveur proxy de synchronisation (facultatif)", - "note": "Note", - "note_description": "Si vous laissez le paramètre de proxy vide, le proxy système sera utilisé (applicable uniquement à la version de bureau/électronique).", - "special_value_description": "Une autre valeur spéciale est noproxy qui oblige à ignorer même le proxy système et respecte NODE_TLS_REJECT_UNAUTHORIZED.", - "save": "Sauvegarder", - "help": "Aide", - "test_title": "Test de synchronisation", - "test_description": "Testera la connexion et la prise de contact avec le serveur de synchronisation. Si le serveur de synchronisation n'est pas initialisé, cela le configurera pour qu'il se synchronise avec le document local.", - "test_button": "Tester la synchronisation", - "handshake_failed": "Échec de la négociation avec le serveur de synchronisation, erreur : {{message}}", - "timeout_unit": "millisecondes" - }, - "api_log": { - "close": "Fermer" - }, - "attachment_detail_2": { - "will_be_deleted_in": "Cette pièce jointe sera automatiquement supprimée dans {{time}}", - "will_be_deleted_soon": "Cette pièce jointe sera bientôt supprimée automatiquement", - "deletion_reason": ", car la pièce jointe n'est pas liée dans le contenu de la note. Pour empêcher la suppression, ajoutez à nouveau le lien de la pièce jointe dans le contenu d'une note ou convertissez la pièce jointe en note.", - "role_and_size": "Rôle : {{role}}, Taille : {{size}}", - "link_copied": "Lien de pièce jointe copié dans le presse-papiers.", - "unrecognized_role": "Rôle de pièce jointe « {{role}} » non reconnu." - }, - "bookmark_switch": { - "bookmark": "Favori", - "bookmark_this_note": "Ajouter cette note à vos favoris dans le panneau latéral gauche", - "remove_bookmark": "Supprimer le favori" - }, - "editability_select": { - "auto": "Auto", - "read_only": "Lecture seule", - "always_editable": "Toujours modifiable", - "note_is_editable": "La note est modifiable si elle n'est pas trop longue.", - "note_is_read_only": "La note est en lecture seule, mais peut être modifiée en cliquant sur un bouton.", - "note_is_always_editable": "La note est toujours modifiable, quelle que soit sa longueur." - }, - "note-map": { - "button-link-map": "Carte des liens", - "button-tree-map": "Carte de l'arborescence" - }, - "tree-context-menu": { - "open-in-a-new-tab": "Ouvrir dans un nouvel onglet", - "open-in-a-new-split": "Ouvrir dans une nouvelle division", - "insert-note-after": "Insérer une note après", - "insert-child-note": "Insérer une note enfant", - "delete": "Supprimer", - "search-in-subtree": "Rechercher dans le sous-arbre", - "hoist-note": "Focus sur cette note", - "unhoist-note": "Désactiver le focus", - "edit-branch-prefix": "Modifier le préfixe de branche", - "advanced": "Avancé", - "expand-subtree": "Développer le sous-arbre", - "collapse-subtree": "Réduire le sous-arbre", - "sort-by": "Trier par...", - "recent-changes-in-subtree": "Modifications récentes du sous-arbre", - "convert-to-attachment": "Convertir en pièce jointe", - "copy-note-path-to-clipboard": "Copier le chemin de la note dans le presse-papiers", - "protect-subtree": "Protéger le sous-arbre", - "unprotect-subtree": "Ne plus protéger le sous-arbre", - "copy-clone": "Copier/cloner", - "clone-to": "Cloner vers...", - "cut": "Couper", - "move-to": "Déplacer vers...", - "paste-into": "Coller dans", - "paste-after": "Coller après", - "duplicate": "Dupliquer", - "export": "Exporter", - "import-into-note": "Importer dans la note", - "apply-bulk-actions": "Appliquer des Actions groupées", - "converted-to-attachments": "Les notes {{count}} ont été converties en pièces jointes.", - "convert-to-attachment-confirm": "Êtes-vous sûr de vouloir convertir les notes sélectionnées en pièces jointes de leurs notes parentes ?", - "archive": "Archive", - "unarchive": "Désarchiver", - "open-in-popup": "Modification rapide" - }, - "shared_info": { - "shared_publicly": "Cette note est partagée publiquement sur {{- link}}.", - "shared_locally": "Cette note est partagée localement sur {{- link}}.", - "help_link": "Pour obtenir de l'aide, visitez le wiki." - }, - "note_types": { - "text": "Texte", - "code": "Code", - "saved-search": "Recherche enregistrée", - "relation-map": "Carte des relations", - "note-map": "Carte de notes", - "render-note": "Rendu Html", - "mermaid-diagram": "Diagramme Mermaid", - "canvas": "Canevas", - "web-view": "Affichage Web", - "mind-map": "Carte mentale", - "file": "Fichier", - "image": "Image", - "launcher": "Raccourci", - "doc": "Doc", - "widget": "Widget", - "confirm-change": "Il n'est pas recommandé de modifier le type de note lorsque son contenu n'est pas vide. Voulez-vous continuer ?", - "geo-map": "Carte géo", - "beta-feature": "Beta", - "task-list": "Liste de tâches", - "book": "Collection", - "ai-chat": "Chat IA", - "new-feature": "Nouveau", - "collections": "Collections" - }, - "protect_note": { - "toggle-on": "Protéger la note", - "toggle-off": "Déprotéger la note", - "toggle-on-hint": "La note n'est pas protégée, cliquez pour la protéger", - "toggle-off-hint": "La note est protégée, cliquez pour ne plus la protéger" - }, - "shared_switch": { - "shared": "Partagé", - "toggle-on-title": "Partager la note", - "toggle-off-title": "Ne plus partager de la note", - "shared-branch": "Cette note existe uniquement en tant que note partagée, l'annulation du partage la supprimerait. Voulez-vous continuer et ainsi supprimer cette note ?", - "inherited": "Il n'est pas possible de ne plus partager cette note, car son partage est défini par héritage d'une note ancêtre." - }, - "template_switch": { - "template": "Modèle", - "toggle-on-hint": "Faire de la note un modèle", - "toggle-off-hint": "Supprimer la note comme modèle" - }, - "open-help-page": "Ouvrir la page d'aide", - "find": { - "case_sensitive": "Sensible à la casse", - "match_words": "Mots exacts", - "find_placeholder": "Chercher dans le texte...", - "replace_placeholder": "Remplacer par...", - "replace": "Remplacer", - "replace_all": "Tout remplacer" - }, - "highlights_list_2": { - "title": "Accentuations", - "options": "Options" - }, - "quick-search": { - "placeholder": "Recherche rapide", - "searching": "Recherche...", - "no-results": "Aucun résultat trouvé", - "more-results": "... et {{number}} autres résultats.", - "show-in-full-search": "Afficher dans la recherche complète" - }, - "note_tree": { - "collapse-title": "Réduire l'arborescence des notes", - "scroll-active-title": "Faire défiler jusqu'à la note active", - "tree-settings-title": "Paramètres de l'arborescence", - "hide-archived-notes": "Masquer les notes archivées", - "automatically-collapse-notes": "Réduire automatiquement les notes", - "automatically-collapse-notes-title": "Les notes seront réduites après une période d'inactivité pour désencombrer l'arborescence.", - "save-changes": "Enregistrer et appliquer les modifications", - "auto-collapsing-notes-after-inactivity": "Réduction automatique des notes après inactivité...", - "saved-search-note-refreshed": "Note de recherche enregistrée actualisée.", - "hoist-this-note-workspace": "Focus cette note (espace de travail)", - "refresh-saved-search-results": "Rafraîchir les résultats de recherche enregistrée", - "create-child-note": "Créer une note enfant", - "unhoist": "Désactiver le focus", - "toggle-sidebar": "Basculer la barre latérale", - "dropping-not-allowed": "Lâcher des notes à cet endroit n'est pas autorisé" - }, - "title_bar_buttons": { - "window-on-top": "Épingler cette fenêtre au premier plan" - }, - "note_detail": { - "could_not_find_typewidget": "Impossible de trouver typeWidget pour le type '{{type}}'", - "printing": "Impression en cours...", - "printing_pdf": "Export au format PDF en cours...", - "print_report_title": "Imprimer le rapport", - "print_report_collection_details_button": "Consulter les détails", - "print_report_collection_details_ignored_notes": "Notes ignorées" - }, - "note_title": { - "placeholder": "saisir le titre de la note ici...", - "created_on": "Créé le ", - "last_modified": "Modifié le ", - "note_type_switcher_label": "Basculer de {{type}} à :", - "note_type_switcher_others": "Autre type de note", - "note_type_switcher_templates": "Modèle", - "note_type_switcher_collection": "Collection" - }, - "search_result": { - "no_notes_found": "Aucune note n'a été trouvée pour les paramètres de recherche donnés.", - "search_not_executed": "La recherche n'a pas encore été exécutée. Cliquez sur le bouton \"Rechercher\" ci-dessus pour voir les résultats." - }, - "spacer": { - "configure_launchbar": "Configurer la Barre de raccourcis" - }, - "sql_result": { - "no_rows": "Aucune ligne n'a été renvoyée pour cette requête" - }, - "sql_table_schemas": { - "tables": "Tableaux" - }, - "tab_row": { - "close_tab": "Fermer l'onglet", - "add_new_tab": "Ajouter un nouvel onglet", - "close": "Fermer", - "close_other_tabs": "Fermer les autres onglets", - "close_right_tabs": "Fermer les onglets à droite", - "close_all_tabs": "Fermer tous les onglets", - "reopen_last_tab": "Rouvrir le dernier onglet fermé", - "move_tab_to_new_window": "Déplacer cet onglet vers une nouvelle fenêtre", - "copy_tab_to_new_window": "Copier cet onglet dans une nouvelle fenêtre", - "new_tab": "Nouvel onglet" - }, - "toc": { - "table_of_contents": "Table des matières", - "options": "Options", - "no_headings": "Pas d'en-tête." - }, - "watched_file_update_status": { - "file_last_modified": "Le fichier a été modifié pour la dernière fois le .", - "upload_modified_file": "Téléverser le fichier modifié", - "ignore_this_change": "Ignorer ce changement" - }, - "app_context": { - "please_wait_for_save": "Veuillez patienter quelques secondes la fin de la sauvegarde, puis réessayer." - }, - "note_create": { - "duplicated": "La note «{{title}}» a été dupliquée." - }, - "image": { - "copied-to-clipboard": "Une référence à l'image a été copiée dans le presse-papiers. Elle peut être collée dans n'importe quelle note texte.", - "cannot-copy": "Impossible de copier la référence d'image dans le presse-papiers." - }, - "clipboard": { - "cut": "Les note(s) ont été coupées dans le presse-papiers.", - "copied": "Les note(s) ont été coupées dans le presse-papiers.", - "copy_failed": "Impossible de copier dans le presse-papiers en raison de problèmes d'autorisation.", - "copy_success": "Copié dans le presse-papiers." - }, - "entrypoints": { - "note-revision-created": "La version de la note a été créée.", - "note-executed": "Note exécutée.", - "sql-error": "Erreur lors de l'exécution de la requête SQL: {{message}}" - }, - "branches": { - "cannot-move-notes-here": "Impossible de déplacer les notes ici.", - "delete-status": "Etat de la suppression", - "delete-notes-in-progress": "Suppression des notes en cours : {{count}}", - "delete-finished-successfully": "Suppression terminée avec succès.", - "undeleting-notes-in-progress": "Restauration des notes en cours : {{count}}", - "undeleting-notes-finished-successfully": "Restauration des notes terminée avec succès." - }, - "frontend_script_api": { - "async_warning": "Vous passez une fonction asynchrone à `api.runOnBackend()`, ce qui ne fonctionnera probablement pas comme vous le souhaitez.\\n Rendez la fonction synchronisée (en supprimant le mot-clé `async`), ou bien utilisez `api.runAsyncOnBackendWithManualTransactionHandling()`.", - "sync_warning": "Vous passez une fonction synchrone à `api.runAsyncOnBackendWithManualTransactionHandling()`,\\nalors que vous devriez probablement utiliser `api.runOnBackend()` à la place." - }, - "ws": { - "sync-check-failed": "Le test de synchronisation a échoué !", - "consistency-checks-failed": "Les tests de cohérence ont échoué ! Consultez les journaux pour plus de détails.", - "encountered-error": "Erreur \"{{message}}\", consultez la console.", - "lost-websocket-connection-title": "Connexion au serveur perdue", - "lost-websocket-connection-message": "Vérifiez la configuration de votre proxy inverse (par exemple nginx ou Apache) pour vous assurer que les connexions WebSocket sont correctement autorisées et ne sont pas bloquées." - }, - "hoisted_note": { - "confirm_unhoisting": "La note demandée «{{requestedNote}}» est en dehors du sous-arbre de la note focus «{{hoistedNote}}». Le focus doit être désactivé pour accéder à la note. Voulez-vous enlever le focus ?" - }, - "launcher_context_menu": { - "reset_launcher_confirm": "Voulez-vous vraiment réinitialiser \"{{title}}\" ? Toutes les données / paramètres de cette note (et de ses enfants) seront perdus et le raccourci retrouvera son emplacement d'origine.", - "add-note-launcher": "Ajouter un raccourci de note", - "add-script-launcher": "Ajouter un raccourci de script", - "add-custom-widget": "Ajouter un widget personnalisé", - "add-spacer": "Ajouter un séparateur", - "delete": "Supprimer ", - "reset": "Réinitialiser", - "move-to-visible-launchers": "Déplacer vers les raccourcis visibles", - "move-to-available-launchers": "Déplacer vers les raccourcis disponibles", - "duplicate-launcher": "Dupliquer le raccourci " - }, - "highlighting": { - "description": "Contrôle la coloration syntaxique des blocs de code à l'intérieur des notes texte, les notes de code ne seront pas affectées.", - "color-scheme": "Jeu de couleurs", - "title": "Blocs de code" - }, - "code_block": { - "word_wrapping": "Saut à la ligne automatique suivant la largeur", - "theme_none": "Pas de coloration syntaxique", - "theme_group_light": "Thèmes clairs", - "theme_group_dark": "Thèmes sombres", - "copy_title": "Copier dans le presse-papiers" - }, - "classic_editor_toolbar": { - "title": "Mise en forme" - }, - "editor": { - "title": "Éditeur" - }, - "editing": { - "editor_type": { - "label": "Barre d'outils d'édition", - "floating": { - "title": "Flottante", - "description": "les outils d'édition apparaissent près du curseur ;" - }, - "fixed": { - "title": "Fixe", - "description": "les outils d'édition apparaissent dans l'onglet \"Mise en forme\"." - }, - "multiline-toolbar": "Afficher la barre d'outils sur plusieurs lignes si elle est trop grande." - } - }, - "electron_context_menu": { - "add-term-to-dictionary": "Ajouter «{{term}}» au dictionnaire", - "cut": "Couper", - "copy": "Copier", - "copy-link": "Copier le lien", - "paste": "Coller", - "paste-as-plain-text": "Coller comme texte brut", - "search_online": "Rechercher «{{term}}» avec {{searchEngine}}", - "search_in_trilium": "Rechercher \"{{term}}\" dans Trilium" - }, - "image_context_menu": { - "copy_reference_to_clipboard": "Copier la référence dans le presse-papiers", - "copy_image_to_clipboard": "Copier l'image dans le presse-papiers" - }, - "link_context_menu": { - "open_note_in_new_tab": "Ouvrir la note dans un nouvel onglet", - "open_note_in_new_split": "Ouvrir la note dans une nouvelle division", - "open_note_in_new_window": "Ouvrir la note dans une nouvelle fenêtre", - "open_note_in_popup": "Édition rapide" - }, - "electron_integration": { - "desktop-application": "Application de bureau", - "native-title-bar": "Barre de titre native", - "native-title-bar-description": "Sous Windows et macOS, désactiver la barre de titre native rend l'application plus compacte. Sous Linux, le maintien de la barre de titre native permet une meilleure intégration avec le reste du système.", - "background-effects": "Activer les effets d'arrière-plan (Windows 11 uniquement)", - "background-effects-description": "L'effet Mica ajoute un fond flou et élégant aux fenêtres de l'application, créant une profondeur et un style moderne.", - "restart-app-button": "Redémarrez l'application pour afficher les modifications", - "zoom-factor": "Facteur de zoom" - }, - "note_autocomplete": { - "search-for": "Rechercher \"{{term}}\"", - "create-note": "Créer et lier une note enfant \"{{term}}\"", - "insert-external-link": "Insérer un lien externe vers \"{{term}}\"", - "clear-text-field": "Effacer le champ de texte", - "show-recent-notes": "Afficher les notes récentes", - "full-text-search": "Recherche dans le texte" - }, - "note_tooltip": { - "note-has-been-deleted": "La note a été supprimée.", - "quick-edit": "Edition rapide" - }, - "geo-map": { - "create-child-note-title": "Créer une nouvelle note enfant et l'ajouter à la carte", - "create-child-note-instruction": "Cliquez sur la carte pour créer une nouvelle note à cet endroit ou appuyez sur Échap pour la supprimer.", - "unable-to-load-map": "Impossible de charger la carte." - }, - "geo-map-context": { - "open-location": "Ouvrir la position", - "remove-from-map": "Retirer de la carte", - "add-note": "Ajouter un marqueur à cet endroit" - }, - "help-button": { - "title": "Ouvrir la page d'aide correspondante" - }, - "duration": { - "seconds": "Secondes", - "minutes": "Minutes", - "hours": "Heures", - "days": "Jours" - }, - "share": { - "title": "Paramètres de partage", - "redirect_bare_domain": "Rediriger le domaine principal vers la page de partage", - "redirect_bare_domain_description": "Rediriger les utilisateurs anonymes vers la page de partage au lieu d'afficher la connexion", - "show_login_link": "Afficher le lien de connexion dans le thème de partage", - "show_login_link_description": "Ajouter un lien de connexion dans le pied de page de la page de partage", - "check_share_root": "Vérifier l'état du partage de la racine", - "share_root_found": "La note racine du partage '{{noteTitle}}' est prête", - "share_root_not_found": "Aucune note avec le label #shareRoot trouvée", - "share_root_not_shared": "Note '{{noteTitle}}' a le label #shareRoot mais n'est pas partagée" - }, - "time_selector": { - "invalid_input": "La valeur de l'heure saisie n'est pas un nombre valide.", - "minimum_input": "La valeur de temps saisie doit être d'au moins {{minimumSeconds}} secondes." - }, - "multi_factor_authentication": { - "oauth_user_email": "Courriel de l'utilisateur : ", - "title": "Authentification multifacteur", - "description": "L'authentification multifacteur (MFA) renforce la sécurité de votre compte. Au lieu de simplement saisir un mot de passe pour vous connecter, le MFA vous demande de fournir une ou plusieurs preuves supplémentaires pour vérifier votre identité. Ainsi, même si quelqu'un obtient votre mot de passe, il ne peut accéder à votre compte sans cette deuxième information. C'est comme ajouter une serrure supplémentaire à votre porte, rendant l'effraction beaucoup plus difficile.

Veuillez suivre les instructions ci-dessous pour activer le MFA. Si vous ne configurez pas correctement, la connexion se fera uniquement par mot de passe.", - "mfa_enabled": "Activer l'authentification multifacteur", - "mfa_method": "Méthode MFA", - "electron_disabled": "L'authentification multifacteur n'est actuellement pas prise en charge dans la version de bureau.", - "totp_title": "Mot de passe à usage unique basé sur le temps (TOTP)", - "totp_description": "Le TOTP (Time-Based One-Time Password) est une fonctionnalité de sécurité qui génère un code unique et temporaire, modifié toutes les 30 secondes. Vous utilisez ce code, associé à votre mot de passe, pour vous connecter à votre compte, ce qui rend l'accès à celui-ci beaucoup plus difficile.", - "totp_secret_title": "Générer un secret TOTP", - "totp_secret_generate": "Générer un secret TOTP", - "totp_secret_regenerate": "Re-générer un secret TOTP", - "no_totp_secret_warning": "Pour activer TOTP, vous devez d’abord générer un secret TOTP.", - "totp_secret_description_warning": "Après avoir généré un nouveau secret TOTP, vous devrez vous reconnecter avec le nouveau secret TOTP.", - "totp_secret_generated": "Secret TOTP généré", - "totp_secret_warning": "Veuillez conserver le secret généré dans un endroit sûr. Il ne sera plus affiché.", - "totp_secret_regenerate_confirm": "Voulez-vous vraiment régénérer le secret TOTP ? Cela invalidera le secret TOTP précédent et tous les codes de récupération existants.", - "recovery_keys_title": "Clés de récupération d'authentification unique", - "recovery_keys_description": "Les clés de récupération d'authentification unique sont utilisées pour vous connecter même si vous ne pouvez pas accéder à vos codes d'authentification.", - "recovery_keys_description_warning": "Les clés de récupération ne seront plus affichées après avoir quitté la page, conservez-les dans un endroit sûr et sécurisé.
Une fois qu'une clé de récupération a été utilisée, elle devient inutilisable.", - "recovery_keys_error": "Erreur lors de la génération des codes de récupération", - "recovery_keys_no_key_set": "Aucun code de récupération défini", - "recovery_keys_generate": "Générer des codes de récupération", - "recovery_keys_regenerate": "Re-générer des codes de récupération", - "recovery_keys_used": "Utilisé : {{date}}", - "recovery_keys_unused": "Le code de récupération {{index}} n'est pas utilisé", - "oauth_title": "OAuth/OpenID", - "oauth_description": "OpenID est un moyen standardisé de vous connecter à des sites web avec un compte d'un autre service, comme Google, afin de vérifier votre identité. L'émetteur par défaut est Google, mais vous pouvez le modifier pour n'importe quel autre fournisseur OpenID. Consultez ici pour plus d'informations. Suivez ces instructions pour configurer un service OpenID via Google.", - "oauth_description_warning": "Pour activer OAuth/OpenID, vous devez définir l'URL de base, l'ID client et le secret client OAuth/OpenID dans le fichier config.ini, puis redémarrer l'application. Pour les définir à partir des variables d'environnement, définissez TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID et TRILIUM_OAUTH_CLIENT_SECRET.", - "oauth_missing_vars": "Paramètres manquants : {{-variables}}", - "oauth_user_account": "Compte utilisateur: ", - "oauth_user_not_logged_in": "Pas connecté !" - }, - "modal": { - "close": "Fermer", - "help_title": "Afficher plus d'informations sur cet écran" - }, - "ai_llm": { - "not_started": "Non démarré", - "title": "Paramètres IA", - "processed_notes": "Notes traitées", - "anthropic_url_description": "URL de base pour l'API Anthropic (par défaut : https ://api.anthropic.com)", - "anthropic_model_description": "Modèles Anthropic Claude pour la complétion", - "voyage_settings": "Réglages d'IA Voyage", - "ollama_settings": "Réglages Ollama", - "ollama_url_description": "URL pour l'API Ollama (par défaut: http://localhost:11434)", - "ollama_model_description": "Model Ollama utilisé pour la complétion", - "anthropic_configuration": "Configuration Anthropic", - "voyage_configuration": "Configuration IA Voyage", - "voyage_url_description": "Défaut: https://api.voyageai.com/v1", - "ollama_configuration": "Configuration Ollama", - "total_notes": "Notes totales", - "progress": "Progrès", - "queued_notes": "Notes dans la file d'attente", - "refresh_stats": "Rafraîchir les statistiques", - "enable_ai_features": "Activer les fonctionnalités IA/LLM", - "enable_ai_description": "Activer les fonctionnalités IA telles que le résumé des notes, la génération de contenu et autres fonctionnalités LLM", - "openai_tab": "OpenAI", - "anthropic_tab": "Anthropic", - "voyage_tab": "Voyage AI", - "ollama_tab": "Ollama", - "enable_ai": "Activer les fonctionnalités IA/LLM", - "enable_ai_desc": "Activer les fonctionnalités IA telles que le résumé des notes, la génération de contenu et autres fonctionnalités LLM", - "provider_configuration": "Configuration du fournisseur IA", - "provider_precedence_description": "Liste de fournisseurs séparés par virgule, par ordre de préférence (ex. 'openai,anthopic,ollama')", - "temperature": "Température", - "temperature_description": "Contrôle de l'aléatoirité dans les réponses (0 = déterministe, 2 = hasard maximum)", - "system_prompt": "Prompt système", - "system_prompt_description": "Prompt système par défaut pour toutes les intéractions IA", - "openai_configuration": "Configuration OpenAI", - "openai_settings": "Options OpenAI", - "api_key": "Clef API", - "url": "URL de base", - "model": "Modèle", - "openai_api_key_description": "Votre clef API OpenAI pour accéder à leurs services IA", - "anthropic_api_key_description": "Votre clef API Anthropic pour accéder aux modèles Claude", - "default_model": "Modèle par défaut", - "openai_model_description": "Exemples : gpt-4o, gpt-4-turbo, gpt-3.5-turbo", - "base_url": "URL de base", - "openai_url_description": "Défaut : https://api.openai.com/v1", - "anthropic_settings": "Réglages Anthropic", - "enable_ollama": "Activer Ollama", - "enable_ollama_description": "Activer Ollama comme modèle d'IA local", - "ollama_url": "URL Ollama", - "ollama_model": "Modèle Ollama", - "refresh_models": "Rafraîchir les modèles", - "refreshing_models": "Mise à jour...", - "enable_automatic_indexing": "Activer l'indexage automatique", - "rebuild_index": "Rafraîchir l'index", - "rebuild_index_error": "Erreur dans le démarrage du rafraichissement de l'index. Veuillez consulter les logs pour plus de détails.", - "note_title": "Titre de la note", - "error": "Erreur", - "last_attempt": "Dernier essai", - "actions": "Actions", - "retry": "Réessayer", - "partial": "Complété à {{ percentage }}%", - "retry_queued": "Note ajoutée à la file d'attente", - "retry_failed": "Echec de l'ajout de la note à la file d'attente", - "max_notes_per_llm_query": "Notes maximum par requête", - "max_notes_per_llm_query_description": "Nombre maximum de notes similaires à inclure dans le contexte IA", - "active_providers": "Fournisseurs actifs", - "disabled_providers": "Fournisseurs désactivés", - "remove_provider": "Retirer le fournisseur de la recherche", - "similarity_threshold": "Seuil de similarité", - "similarity_threshold_description": "Seuil de similarité minimum (0-1) pour que inclure les notes dans le contexte d'une requête IA", - "reprocess_index": "Rafraîchir l'index de recherche", - "reprocessing_index": "Mise à jour...", - "reprocess_index_started": "L'optimisation de l'indice de recherche à commencer en arrière-plan", - "reprocess_index_error": "Erreur dans le rafraichissement de l'indice de recherche", - "failed_notes": "Notes en erreur", - "last_processed": "Dernier traitement", - "restore_provider": "Restaurer le fournisseur de recherche", - "index_rebuild_progress": "Progression de la reconstruction de l'index", - "index_rebuilding": "Optimisation de l'index ({{percentage}}%)", - "index_rebuild_complete": "Optimisation de l'index terminée", - "index_rebuild_status_error": "Erreur lors de la vérification de l'état de reconstruction de l'index", - "provider_precedence": "Priorité du fournisseur", - "never": "Jamais", - "processing": "Traitement en cours ({{percentage}}%)", - "incomplete": "Incomplet ({{percentage}}%)", - "complete": "Terminé (100%)", - "refreshing": "Mise à jour...", - "auto_refresh_notice": "Actualisation automatique toutes les {{seconds}} secondes", - "note_queued_for_retry": "Note mise en file d'attente pour une nouvelle tentative", - "failed_to_retry_note": "Échec de la nouvelle tentative de note", - "all_notes_queued_for_retry": "Toutes les notes ayant échoué sont mises en file d'attente pour une nouvelle tentative", - "failed_to_retry_all": "Échec du ré essai des notes", - "ai_settings": "Paramètres IA", - "api_key_tooltip": "Clé API pour accéder au service", - "empty_key_warning": { - "anthropic": "La clé API Anthropic est vide. Veuillez saisir une clé API valide.", - "openai": "La clé API OpenAI est vide. Veuillez saisir une clé API valide.", - "voyage": "La clé API Voyage est vide. Veuillez saisir une clé API valide.", - "ollama": "La clé API Ollama est vide. Veuillez saisir une clé API valide." - }, - "agent": { - "processing": "Traitement...", - "thinking": "Réflexion...", - "loading": "Chargement...", - "generating": "Génération..." - }, - "name": "IA", - "openai": "OpenAI", - "use_enhanced_context": "Utiliser un contexte amélioré", - "enhanced_context_description": "Fournit à l'IA plus de contexte à partir de la note et de ses notes associées pour de meilleures réponses", - "show_thinking": "Montrer la réflexion", - "show_thinking_description": "Montrer la chaîne de pensée de l'IA", - "enter_message": "Entrez votre message...", - "error_contacting_provider": "Erreur lors de la connexion au fournisseur d'IA. Veuillez vérifier vos paramètres et votre connexion Internet.", - "error_generating_response": "Erreur lors de la génération de la réponse de l'IA", - "index_all_notes": "Indexer toutes les notes", - "index_status": "Statut de l'index", - "indexed_notes": "Notes indexées", - "indexing_stopped": "Arrêt de l'indexation", - "indexing_in_progress": "Indexation en cours...", - "last_indexed": "Dernière indexée", - "note_chat": "Note discussion", - "sources": "Sources", - "start_indexing": "Démarrage de l'indexation", - "use_advanced_context": "Utiliser le contexte avancé", - "ollama_no_url": "Ollama n'est pas configuré. Veuillez saisir une URL valide.", - "chat": { - "root_note_title": "Discussions IA", - "root_note_content": "Cette note contient vos conversations de chat IA enregistrées.", - "new_chat_title": "Nouvelle discussion", - "create_new_ai_chat": "Créer une nouvelle discussion IA" - }, - "create_new_ai_chat": "Créer une nouvelle discussion IA", - "configuration_warnings": "Il y a quelques problèmes avec la configuration de votre IA. Veuillez vérifier vos paramètres.", - "experimental_warning": "La fonctionnalité LLM est actuellement expérimentale – vous êtes prévenu.", - "selected_provider": "Fournisseur sélectionné", - "selected_provider_description": "Choisissez le fournisseur d’IA pour les fonctionnalités de discussion et de complétion", - "select_model": "Sélectionner le modèle...", - "select_provider": "Sélectionnez un fournisseur...", - "ai_enabled": "Fonctionnalités d'IA activées", - "ai_disabled": "Fonctionnalités d'IA désactivées", - "no_models_found_online": "Aucun modèle trouvé. Veuillez vérifier votre clé API et vos paramètres.", - "no_models_found_ollama": "Aucun modèle Ollama trouvé. Veuillez vérifier si Ollama est en cours d'exécution.", - "error_fetching": "Erreur lors de la récupération des modèles : {{error}}" - }, - "ui-performance": { - "title": "Performance", - "enable-motion": "Activer les transitions et animations", - "enable-shadows": "Activer les ombres", - "enable-backdrop-effects": "Activer les effets d'arrière plan pour les menus, popups et panneaux", - "enable-smooth-scroll": "Active le défilement fluide", - "app-restart-required": "(redémarrer l'application pour appliquer les changements)" - }, - "custom_date_time_format": { - "title": "Format de date/heure personnalisé", - "description": "Personnalisez le format de la date et de l'heure insérées via ou la barre d'outils. Consultez la Day.js docs pour connaître les formats disponibles.", - "format_string": "Chaîne de format :", - "formatted_time": "Date/heure formatée :" - }, - "table_view": { - "delete_column_confirmation": "Êtes-vous sûr de vouloir supprimer cette colonne ? L'attribut correspondant sera supprimé de toutes les notes.", - "delete-column": "Supprimer la colonne", - "new-column-label": "Étiquette", - "new-column-relation": "Relation", - "edit-column": "Editer la colonne", - "add-column-to-the-right": "Ajouter une colonne à droite", - "new-row": "Nouvelle ligne", - "new-column": "Nouvelle colonne", - "sort-column-by": "Trier par « {{title}} »", - "sort-column-ascending": "Ascendant", - "sort-column-descending": "Descendant", - "sort-column-clear": "Annuler le tri", - "hide-column": "Masquer la colonne \"{{title}}\"", - "show-hide-columns": "Afficher/masquer les colonnes", - "row-insert-above": "Insérer une ligne au-dessus", - "row-insert-below": "Insérer une ligne au-dessous", - "row-insert-child": "Insérer une note enfant", - "add-column-to-the-left": "Ajouter une colonne à gauche" - }, - "book_properties_config": { - "hide-weekends": "Masquer les week-ends", - "display-week-numbers": "Afficher les numéros de semaine", - "map-style": "Style de carte :", - "max-nesting-depth": "Profondeur d'imbrication maximale :", - "raster": "Trame", - "vector_light": "Vecteur (clair)", - "vector_dark": "Vecteur (foncé)", - "show-scale": "Afficher l'échelle" - }, - "table_context_menu": { - "delete_row": "Supprimer la ligne" - }, - "board_view": { - "delete-note": "Supprimer la note...", - "remove-from-board": "Retirer du tableau", - "archive-note": "Note archivée", - "unarchive-note": "Note désarchivée", - "move-to": "Déplacer vers", - "insert-above": "Insérer au-dessus", - "insert-below": "Insérer au-dessous", - "delete-column": "Supprimer la colonne", - "delete-column-confirmation": "Êtes-vous sûr de vouloir supprimer cette colonne ? L'attribut correspondant sera également supprimé dans les notes sous cette colonne.", - "new-item": "Nouvel article", - "new-item-placeholder": "Entrez le titre de note...", - "add-column": "Ajouter une colonne", - "add-column-placeholder": "Entrez le nom de la colonne...", - "edit-note-title": "Cliquez pour modifier le titre de la note", - "edit-column-title": "Cliquez pour modifier le titre de la colonne", - "column-already-exists": "Cette colonne existe déjà dans le tableau." - }, - "presentation_view": { - "edit-slide": "Modifier cette diapositive", - "start-presentation": "Démarrer la présentation", - "slide-overview": "Afficher un aperçu des diapositives" - }, - "command_palette": { - "tree-action-name": "Arborescence : {{name}}", - "export_note_title": "Exporter la note", - "export_note_description": "Exporter la note actuelle", - "show_attachments_title": "Afficher les pièces jointes", - "show_attachments_description": "Afficher les pièces jointes des notes", - "search_notes_title": "Rechercher des notes", - "search_notes_description": "Ouvrir la recherche avancée", - "search_subtree_title": "Rechercher dans la sous-arborescence", - "search_subtree_description": "Rechercher dans la sous-arborescence actuelle", - "search_history_title": "Afficher l'historique de recherche", - "search_history_description": "Afficher les recherches précédentes", - "configure_launch_bar_title": "Configurer la barre de lancement", - "configure_launch_bar_description": "Ouvrir la configuration de la barre de lancement pour ajouter ou supprimer des éléments." - }, - "content_renderer": { - "open_externally": "Ouverture externe" - }, - "call_to_action": { - "next_theme_title": "Essayez le nouveau thème Trilium", - "next_theme_message": "Vous utilisez actuellement le thème hérité de l'ancienne version, souhaitez-vous essayer le nouveau thème ?", - "next_theme_button": "Essayez le nouveau thème", - "background_effects_title": "Les effets d'arrière-plan sont désormais stables", - "background_effects_message": "Sur les appareils Windows, les effets d'arrière-plan sont désormais parfaitement stables. Ils ajoutent une touche de couleur à l'interface utilisateur en floutant l'arrière-plan. Cette technique est également utilisée dans d'autres applications comme l'Explorateur Windows.", - "background_effects_button": "Activer les effets d'arrière-plan", - "dismiss": "Rejeter" - }, - "settings": { - "related_settings": "Paramètres associés" - }, - "settings_appearance": { - "related_code_blocks": "Schéma de coloration syntaxique pour les blocs de code dans les notes de texte", - "related_code_notes": "Schéma de couleurs pour les notes de code" - }, - "units": { - "percentage": "%" - }, - "pagination": { - "page_title": "Page de {{startIndex}} - {{endIndex}}", - "total_notes": "{{count}} notes" - }, - "collections": { - "rendering_error": "Impossible d'afficher le contenu en raison d'une erreur." - }, - "code-editor-options": { - "title": "Éditeur" - }, - "tasks": { - "due": { - "today": "Aujourd'hui", - "tomorrow": "Demain", - "yesterday": "Hier" - } - }, - "content_widget": { - "unknown_widget": "Widget inconnu pour « {{id}} »." - }, - "note_language": { - "not_set": "Non défini", - "configure-languages": "Configurer les langues..." - }, - "content_language": { - "title": "Contenu des langues", - "description": "Sélectionnez une ou plusieurs langues à afficher dans la section « Propriétés de base » d'une note textuelle en lecture seule ou modifiable. Cela permettra d'utiliser des fonctionnalités telles que la vérification orthographique ou la prise en charge de l'écriture de droite à gauche." - }, - "switch_layout_button": { - "title_vertical": "Déplacer le volet d'édition vers le bas", - "title_horizontal": "Déplacer le panneau d'édition vers la gauche" - }, - "toggle_read_only_button": { - "unlock-editing": "Déverrouiller l'édition", - "lock-editing": "Verrouiller l'édition" - }, - "png_export_button": { - "button_title": "Exporter le diagramme au format PNG" - }, - "svg": { - "export_to_png": "Le diagramme n'a pas pu être exporté au format PNG.", - "export_to_svg": "Le diagramme n'a pas pu être exporté en SVG." - }, - "code_theme": { - "title": "Apparence", - "word_wrapping": "retour à la ligne automatique", - "color-scheme": "Jeu de couleurs" - }, - "cpu_arch_warning": { - "title": "Veuillez télécharger la version ARM64", - "message_macos": "TriliumNext fonctionne actuellement sous Rosetta 2, ce qui signifie que vous utilisez la version Intel (x64) sur un Mac Apple Silicon. Cela aura un impact significatif sur les performances et l'autonomie de la batterie.", - "message_windows": "TriliumNext fonctionne actuellement en mode émulation, ce qui signifie que vous utilisez la version Intel (x64) sur un appareil Windows sur ARM. Cela aura un impact significatif sur les performances et l'autonomie de la batterie.", - "recommendation": "Pour une expérience optimale, veuillez télécharger la version ARM64 native de TriliumNext depuis notre page de versions.", - "download_link": "Télécharger la version native", - "continue_anyway": "Continuer quand même", - "dont_show_again": "Ne plus afficher cet avertissement" - }, - "editorfeatures": { - "title": "Caractéristiques", - "emoji_completion_enabled": "Activer la saisie semi-automatique des emojis", - "emoji_completion_description": "Si cette option est activée, les emojis peuvent être facilement insérés dans le texte en tapant `:` , suivi du nom d'un emoji.", - "note_completion_enabled": "Activer la saisie semi-automatique des notes", - "note_completion_description": "Si cette option est activée, des liens vers des notes peuvent être créés en tapant `@` suivi du titre d'une note.", - "slash_commands_enabled": "Activer les commandes slash", - "slash_commands_description": "Si cette option est activée, les commandes d'édition telles que l'insertion de sauts de ligne ou d'en-têtes peuvent être activées en tapant `/`." - }, - "experimental_features": { - "title": "Options expérimentales", - "disclaimer": "Ces options sont expérimentales et peuvent provoquer une instabilité. Utilisez avec prudence.", - "new_layout_name": "Nouvelle mise en page", - "new_layout_description": "Essayez la nouvelle mise en page pour un look plus moderne et un usage améliorée. Sous réserve de changements importants dans les prochaines versions." - }, - "read-only-info": { - "read-only-note": "Vous consultez actuellement une note en lecture seule.", - "auto-read-only-note": "Cette note s'affiche en mode lecture seule pour un chargement plus rapide.", - "edit-note": "Editer la note" - }, - "calendar_view": { - "delete_note": "Effacer la note..." - } } diff --git a/apps/client/src/translations/ga/translation.json b/apps/client/src/translations/ga/translation.json index 4d1ccf8f0d..8bc89e19a9 100644 --- a/apps/client/src/translations/ga/translation.json +++ b/apps/client/src/translations/ga/translation.json @@ -1,2326 +1,2182 @@ { - "global_menu": { - "about": "Maidir le Trilium Notes", - "menu": "Roghchlár", - "options": "Roghanna", - "open_new_window": "Oscail Fuinneog Nua", - "switch_to_mobile_version": "Athraigh go Leagan Soghluaiste", - "switch_to_desktop_version": "Athraigh go Leagan Deisce", - "zoom": "Zúmáil", - "toggle_fullscreen": "Lánscáileán a Athsholáthar", - "zoom_out": "Zúmáil Amach", - "reset_zoom_level": "Athshocraigh Leibhéal Súmála", - "zoom_in": "Zúmáil Isteach", - "configure_launchbar": "Cumraigh an Barra Seoladh", - "show_shared_notes_subtree": "Taispeáin Fo-chrann Nótaí Comhroinnte", - "advanced": "Ardleibhéil", - "open_dev_tools": "Oscail Uirlisí Forbróra", - "open_sql_console": "Oscail Consól SQL", - "open_sql_console_history": "Oscail Stair Chonsól SQL", - "open_search_history": "Oscail Stair Chuardaigh", - "show_backend_log": "Taispeáin Logáil an Chúil", - "reload_hint": "Is féidir le hathlódáil cabhrú le roinnt fabhtanna amhairc gan an aip ar fad a atosú.", - "reload_frontend": "Athlódáil an Tosaigh", - "show_hidden_subtree": "Taispeáin Fo-chrann Folaithe", - "show_help": "Taispeáin Cabhair", - "logout": "Logáil Amach", - "show-cheatsheet": "Taispeáin Bileog leideanna", - "toggle-zen-mode": "Mód Zen", - "new-version-available": "Nuashonrú Nua ar Fáil", - "download-update": "Faigh Leagan {{latestVersion}}" - }, - "about": { - "title": "Maidir le Trilium Notes", - "homepage": "Leathanach baile:", - "app_version": "Leagan an aip:", - "db_version": "Leagan DB:", - "sync_version": "Leagan sioncrónaithe:", - "build_date": "Dáta tógála:", - "build_revision": "Athbhreithniú tógála:", - "data_directory": "Eolaire sonraí:" - }, - "toast": { - "critical-error": { - "title": "Earráid chriticiúil", - "message": "Tharla earráid chriticiúil a chuireann cosc ar an bhfeidhmchlár cliant tosú:\n\n{{message}}\n\nIs dóichí gur teip gan choinne ar script is cúis leis seo. Bain triail as an bhfeidhmchlár a thosú i mód sábháilte agus an fhadhb a réiteach." + "global_menu": { + "about": "Maidir le Trilium Notes", + "menu": "Roghchlár", + "options": "Roghanna", + "open_new_window": "Oscail Fuinneog Nua", + "switch_to_mobile_version": "Athraigh go Leagan Soghluaiste", + "switch_to_desktop_version": "Athraigh go Leagan Deisce", + "zoom": "Zúmáil", + "toggle_fullscreen": "Lánscáileán a Athsholáthar", + "zoom_out": "Zúmáil Amach", + "reset_zoom_level": "Athshocraigh Leibhéal Súmála", + "zoom_in": "Zúmáil Isteach", + "configure_launchbar": "Cumraigh an Barra Seoladh", + "show_shared_notes_subtree": "Taispeáin Fo-chrann Nótaí Comhroinnte", + "advanced": "Ardleibhéil", + "open_dev_tools": "Oscail Uirlisí Forbróra", + "open_sql_console": "Oscail Consól SQL", + "open_sql_console_history": "Oscail Stair Chonsól SQL", + "open_search_history": "Oscail Stair Chuardaigh", + "show_backend_log": "Taispeáin Logáil an Chúil", + "reload_hint": "Is féidir le hathlódáil cabhrú le roinnt fabhtanna amhairc gan an aip ar fad a atosú.", + "reload_frontend": "Athlódáil an Tosaigh", + "show_hidden_subtree": "Taispeáin Fo-chrann Folaithe", + "show_help": "Taispeáin Cabhair", + "logout": "Logáil Amach", + "show-cheatsheet": "Taispeáin Bileog leideanna", + "toggle-zen-mode": "Mód Zen", + "new-version-available": "Nuashonrú Nua ar Fáil", + "download-update": "Faigh Leagan {{latestVersion}}" }, - "widget-error": { - "title": "Theip ar ghiuirléid a thosú", - "message-custom": "Níorbh fhéidir giuirléid saincheaptha ó nóta leis an ID \"{{id}}\", dar teideal \"{{title}}\" a thosú mar gheall ar:\n\n{{message}}", - "message-unknown": "Níorbh fhéidir giuirléid anaithnid a thosú mar gheall ar:\n\n{{message}}" + "about": { + "title": "Maidir le Trilium Notes", + "homepage": "Leathanach baile:", + "app_version": "Leagan an aip:", + "db_version": "Leagan DB:", + "sync_version": "Leagan sioncrónaithe:", + "build_date": "Dáta tógála:", + "build_revision": "Athbhreithniú tógála:", + "data_directory": "Eolaire sonraí:" }, - "bundle-error": { - "title": "Theip ar script saincheaptha a luchtú", - "message": "Níorbh fhéidir an script a fhorghníomhú mar gheall ar:\n\n{{message}}" + "toast": { + "critical-error": { + "title": "Earráid chriticiúil", + "message": "Tharla earráid chriticiúil a chuireann cosc ar an bhfeidhmchlár cliant tosú:\n\n{{message}}\n\nIs dóichí gur teip gan choinne ar script is cúis leis seo. Bain triail as an bhfeidhmchlár a thosú i mód sábháilte agus an fhadhb a réiteach." + }, + "widget-error": { + "title": "Theip ar ghiuirléid a thosú", + "message-custom": "Níorbh fhéidir giuirléid saincheaptha ó nóta leis an ID \"{{id}}\", dar teideal \"{{title}}\" a thosú mar gheall ar:\n\n{{message}}", + "message-unknown": "Níorbh fhéidir giuirléid anaithnid a thosú mar gheall ar:\n\n{{message}}" + }, + "bundle-error": { + "title": "Theip ar script saincheaptha a luchtú", + "message": "Níorbh fhéidir an script a fhorghníomhú mar gheall ar:\n\n{{message}}" + }, + "widget-list-error": { + "title": "Theip ar an liosta giuirléidí a fháil ón bhfreastalaí" + }, + "widget-render-error": { + "title": "Theip ar ghiuirléid React saincheaptha a rindreáil" + }, + "widget-missing-parent": "Níl an mhaoin éigeantach '{{property}}' sainmhínithe ag an ngiuirléid saincheaptha.\n\nMás é an aidhm atá leis an script seo a rith gan eilimint Chomhéadain Úsáideora, bain úsáid as '#run=frontendStartup' ina ionad.", + "open-script-note": "Nóta scripte oscailte", + "scripting-error": "Earráid scripte saincheaptha: {{title}}" }, - "widget-list-error": { - "title": "Theip ar an liosta giuirléidí a fháil ón bhfreastalaí" + "add_link": { + "add_link": "Cuir nasc leis", + "help_on_links": "Cabhair le naisc", + "note": "Nóta", + "search_note": "cuardach nóta de réir a ainm", + "link_title_mirrors": "Léiríonn teideal an naisc teideal reatha an nóta", + "link_title_arbitrary": "is féidir teideal an naisc a athrú go treallach", + "link_title": "Teideal an naisc", + "button_add_link": "Cuir nasc leis" }, - "widget-render-error": { - "title": "Theip ar ghiuirléid React saincheaptha a rindreáil" + "branch_prefix": { + "edit_branch_prefix": "Cuir réimír na brainse in eagar", + "edit_branch_prefix_multiple": "Cuir réimír brainse in eagar do bhrainse {{count}}", + "help_on_tree_prefix": "Cabhair maidir le réimír Crann", + "prefix": "Réimír: ", + "save": "Sábháil", + "branch_prefix_saved": "Tá réimír na brainse sábháilte.", + "branch_prefix_saved_multiple": "Tá réimír brainse sábháilte do {{count}} brainse.", + "affected_branches": "Brainsí atá buailte ({{count}}):" }, - "widget-missing-parent": "Níl an mhaoin éigeantach '{{property}}' sainmhínithe ag an ngiuirléid saincheaptha.\n\nMás é an aidhm atá leis an script seo a rith gan eilimint Chomhéadain Úsáideora, bain úsáid as '#run=frontendStartup' ina ionad.", - "open-script-note": "Nóta scripte oscailte", - "scripting-error": "Earráid scripte saincheaptha: {{title}}" - }, - "add_link": { - "add_link": "Cuir nasc leis", - "help_on_links": "Cabhair le naisc", - "note": "Nóta", - "search_note": "cuardach nóta de réir a ainm", - "link_title_mirrors": "Léiríonn teideal an naisc teideal reatha an nóta", - "link_title_arbitrary": "is féidir teideal an naisc a athrú go treallach", - "link_title": "Teideal an naisc", - "button_add_link": "Cuir nasc leis" - }, - "branch_prefix": { - "edit_branch_prefix": "Cuir réimír na brainse in eagar", - "edit_branch_prefix_multiple": "Cuir réimír brainse in eagar do bhrainse {{count}}", - "help_on_tree_prefix": "Cabhair maidir le réimír Crann", - "prefix": "Réimír: ", - "save": "Sábháil", - "branch_prefix_saved": "Tá réimír na brainse sábháilte.", - "branch_prefix_saved_multiple": "Tá réimír brainse sábháilte do {{count}} brainse.", - "affected_branches": "Brainsí atá buailte ({{count}}):" - }, - "bulk_actions": { - "bulk_actions": "Gníomhartha mórchóir", - "affected_notes": "Nótaí a ndearnadh difear dóibh", - "include_descendants": "Cuir sliocht na nótaí roghnaithe san áireamh", - "available_actions": "Gníomhartha atá ar fáil", - "chosen_actions": "Gníomhartha roghnaithe", - "execute_bulk_actions": "Gníomhartha mórchóir a fhorghníomhú", - "bulk_actions_executed": "Tá gníomhartha mórchóir curtha i gcrích go rathúil.", - "none_yet": "Gan aon cheann fós... cuir gníomh leis trí chliceáil ar cheann de na cinn atá ar fáil thuas.", - "labels": "Lipéid", - "relations": "Caidreamh", - "notes": "Nótaí", - "other": "Eile" - }, - "clone_to": { - "clone_notes_to": "Nótaí clónála chuig...", - "help_on_links": "Cabhair le naisc", - "notes_to_clone": "Nótaí le clónáil", - "target_parent_note": "Nóta tuismitheora spriocdhírithe", - "search_for_note_by_its_name": "cuardach nóta de réir a ainm", - "cloned_note_prefix_title": "Taispeánfar nóta clónáilte sa chrann nótaí leis an réimír tugtha", - "prefix_optional": "Réimír (roghnach)", - "clone_to_selected_note": "Clónáil chuig an nóta roghnaithe", - "no_path_to_clone_to": "Gan aon chonair le clónáil chuige.", - "note_cloned": "Tabhair faoi deara gur clónáladh \"{{clonedTitle}}\" isteach i \"{{targetTitle}}\"" - }, - "confirm": { - "confirmation": "Deimhniú", - "cancel": "Cealaigh", - "ok": "Ceart go leor", - "are_you_sure_remove_note": "An bhfuil tú cinnte gur mian leat an nóta \"{{title}}\" a bhaint den léarscáil caidrimh? ", - "if_you_dont_check": "Mura seiceálann tú é seo, ní bhainfear an nóta ach den léarscáil chaidrimh.", - "also_delete_note": "Scrios an nóta freisin" - }, - "delete_notes": { - "delete_notes_preview": "Réamhamharc ar scriosadh nótaí", - "close": "Dún", - "delete_all_clones_description": "Scrios gach clón freisin (is féidir é seo a chealú in athruithe le déanaí)", - "erase_notes_description": "Ní mharcálann scriosadh gnáth (bog) ach na nótaí mar scriosta agus is féidir iad a dhíscriosadh (sa dialóg athruithe le déanaí) laistigh de thréimhse ama. Scriosfar na nótaí láithreach má sheiceálann tú an rogha seo agus ní bheidh sé indéanta na nótaí a dhíscriosadh.", - "erase_notes_warning": "Scrios nótaí go buan (ní féidir é seo a chealú), lena n-áirítear na clónanna go léir. Cuirfidh sé seo iallach ar an bhfeidhmchlár athlódáil.", - "notes_to_be_deleted": "Scriosfar na nótaí seo a leanas ({{notesCount}})", - "no_note_to_delete": "Ní scriosfar aon nóta (clóin amháin).", - "broken_relations_to_be_deleted": "Brisfear agus scriosfar na caidrimh seo a leanas ({{ relationCount}})", - "cancel": "Cealaigh", - "ok": "Ceart go leor", - "deleted_relation_text": "Tá tagairt don nóta {{- note}} (le scriosadh) le gaol {{- relation}} a thagann ó {{- source}}." - }, - "export": { - "export_note_title": "Nóta easpórtála", - "close": "Dún", - "export_type_subtree": "An nóta seo agus a shliocht uile", - "format_html": "HTML - molta mar go gcoinníonn sé an fhormáid go léir", - "format_html_zip": "HTML i gcartlann ZIP - moltar é seo ós rud é go gcoimeádann sé seo an fhormáidiú go léir.", - "format_markdown": "Markdown - caomhnaíonn sé seo an chuid is mó den fhormáidiú.", - "format_opml": "OPML - formáid idirmhalartaithe imlíneach le haghaidh téacs amháin. Níl formáidiú, íomhánna agus comhaid san áireamh.", - "opml_version_1": "OPML v1.0 - téacs simplí amháin", - "opml_version_2": "OPML v2.0 - ceadaíonn HTML freisin", - "export_type_single": "An nóta seo amháin gan a shliocht", - "export": "Easpórtáil", - "choose_export_type": "Roghnaigh cineál onnmhairithe ar dtús le do thoil", - "export_status": "Stádas onnmhairithe", - "export_in_progress": "Easpórtáil ar siúl: {{progressCount}}", - "export_finished_successfully": "Críochnaíodh an easpórtáil go rathúil.", - "format_pdf": "PDF - le haghaidh priontála nó comhroinnte.", - "share-format": "HTML le haghaidh foilsitheoireachta gréasáin - úsáideann sé an téama céanna a úsáidtear le haghaidh nótaí comhroinnte, ach is féidir é a fhoilsiú mar shuíomh gréasáin statach." - }, - "help": { - "title": "Bileog leideanna", - "editShortcuts": "Cuir aicearraí méarchláir in eagar", - "noteNavigation": "Nascleanúint nótaí", - "goUpDown": "téigh suas/síos sa liosta nótaí", - "collapseExpand": "nód a chomhdhlúthú/a leathnú", - "notSet": "gan socrú", - "goBackForwards": "dul ar ais/ar aghaidh sa stair", - "showJumpToNoteDialog": "taispeáin an dialóg \"Léim go\"", - "scrollToActiveNote": "scrollaigh go dtí an nóta gníomhach", - "jumpToParentNote": "léim go dtí an nóta tuismitheora", - "collapseWholeTree": "crann nótaí iomlán a fhilleadh", - "collapseSubTree": "fo-chrann a chomhdhlúthú", - "tabShortcuts": "Aicearraí cluaisíní", - "newTabNoteLink": "ar nasc nóta osclaíonn nóta i gcluaisín nua", - "newTabWithActivationNoteLink": "osclaítear an nasc ar nóta agus gníomhaíonn sé an nóta i gcluaisín nua", - "onlyInDesktop": "I ríomhairí deisce amháin (tógáil Electron)", - "openEmptyTab": "oscail cluaisín folamh", - "closeActiveTab": "dún an cluaisín gníomhach", - "activateNextTab": "gníomhachtaigh an chéad chluaisín eile", - "activatePreviousTab": "gníomhachtaigh an cluaisín roimhe seo", - "creatingNotes": "Nótaí á gcruthú", - "createNoteAfter": "cruthaigh nóta nua i ndiaidh an nóta ghníomhaigh", - "createNoteInto": "cruthaigh fo-nóta nua i nóta gníomhach", - "editBranchPrefix": "cuir réimír in eagar den chlón nóta gníomhach", - "movingCloningNotes": "Nótaí a bhogadh / a chlónáil", - "moveNoteUpDown": "bog nóta suas/síos sa liosta nótaí", - "moveNoteUpHierarchy": "bog nóta suas san ordlathas", - "multiSelectNote": "nóta ilroghnaithe thuas/thíos", - "selectAllNotes": "roghnaigh na nótaí go léir sa leibhéal reatha", - "selectNote": "roghnaigh nóta", - "copyNotes": "cóipeáil an nóta gníomhach (nó an rogha reatha) isteach sa ghearrthaisce (a úsáidtear le haghaidh clónála)", - "cutNotes": "gearr an nóta reatha (nó an rogha reatha) isteach sa ghearrthaisce (a úsáidtear chun nótaí a bhogadh)", - "pasteNotes": "greamaigh nóta(í) mar fho-nóta isteach sa nóta gníomhach (is é sin bogadh nó clónáil ag brath ar an cóipeáladh nó ar gearradh isteach sa ghearrthaisce é)", - "deleteNotes": "scrios nóta / fo-chrann", - "editingNotes": "Nótaí á n-eagarthóireacht", - "editNoteTitle": "Sa phána crainn, aistreofar ón bpána crainn go teideal an nóta. Má iontráiltear ó theideal an nóta, aistreofar an fócas go dtí an t-eagarthóir téacs. Aistreofar Ctrl+. ar ais ón eagarthóir go dtí an phána crainn.", - "createEditLink": "cruthaigh / cuir in eagar nasc seachtrach", - "createInternalLink": "nasc inmheánach a chruthú", - "followLink": "lean an nasc faoin gcúrsóir", - "insertDateTime": "cuir isteach an dáta agus an t-am reatha ag suíomh an charet", - "jumpToTreePane": "léim ar shiúl go dtí an painéal crainn agus scrollaigh go dtí an nóta gníomhach", - "markdownAutoformat": "Uathfhormáidiú cosúil le Markdown", - "headings": "##, ###, #### etc. agus spás ina dhiaidh sin do cheannteidil", - "bulletList": "*- agus spás ina dhiaidh sin le haghaidh liosta urchair", - "numberedList": "1.1) agus spás ina dhiaidh sin le haghaidh liosta uimhrithe", - "blockQuote": "tosaigh líne le > agus ina dhiaidh sin spás le haghaidh athfhriotail bhloc", - "troubleshooting": "Fabhtcheartú", - "reloadFrontend": "athlódáil tosaigh Trilium", - "showDevTools": "taispeáin uirlisí forbróra", - "showSQLConsole": "taispeáin consól SQL", - "other": "Eile", - "quickSearch": "díriú ar ionchur cuardaigh thapa", - "inPageSearch": "cuardach in-leathanaigh" - }, - "import": { - "importIntoNote": "Iompórtáil isteach i nóta", - "chooseImportFile": "Roghnaigh comhad allmhairithe", - "importDescription": "Déanfar ábhar an chomhaid/na gcomhad roghnaithe a allmhairiú mar nóta/nótaí linbh isteach", - "importZipRecommendation": "Agus comhad ZIP á iompórtáil, léireoidh ordlathas na nótaí struchtúr an fho-eolaire laistigh den chartlann.", - "options": "Roghanna", - "safeImportTooltip": "Is féidir go mbeadh scripteanna inrite a d'fhéadfadh iompar díobhálach a bheith iontu i gcomhaid easpórtála Trilium .zip. Díghníomhachtóidh allmhairiú sábháilte forghníomhú uathoibríoch na scripteanna allmhairithe go léir. Díthiceáil \"Allmhairiú sábháilte\" ach amháin má tá sé i gceist go mbeadh scripteanna inrite sa chartlann allmhairithe agus má tá muinín iomlán agat as ábhar an chomhaid allmhairithe.", - "safeImport": "Allmhairiú sábháilte", - "explodeArchivesTooltip": "Má tá tic sa bhosca seo léifidh Trilium comhaid .zip, .enex agus .opml agus cruthóidh sé nótaí ó chomhaid laistigh de na cartlanna sin. Mura bhfuil an tic sa bhosca seo, ceanglóidh Trilium na cartlanna féin leis an nóta.", - "explodeArchives": "Léigh ábhar na gcartlann .zip, .enex agus .opml.", - "shrinkImagesTooltip": "

Má roghnaíonn tú an rogha seo, déanfaidh Trilium iarracht na híomhánna allmhairithe a chrapadh trí scálú agus uasmhéadú a d'fhéadfadh difear a dhéanamh don cháilíocht íomhá a bhraitear. Mura roghnaítear é, allmhaireofar íomhánna gan athruithe.

Ní bhaineann sé seo le hallmhairí .zip le meiteashonraí ós rud é go nglactar leis go bhfuil na comhaid seo uasmhéadaithe cheana féin.

", - "shrinkImages": "Laghdaigh íomhánna", - "textImportedAsText": "Iompórtáil HTML, Markdown agus TXT mar nótaí téacs mura bhfuil sé soiléir ó na meiteashonraí", - "codeImportedAsCode": "Iompórtáil comhaid chód aitheanta (m.sh. .json) mar nótaí cóid mura bhfuil sé soiléir ó na meiteashonraí", - "replaceUnderscoresWithSpaces": "Cuir spásanna in ionad fo-línte in ainmneacha nótaí allmhairithe", - "import": "Iompórtáil", - "failed": "Theip ar an allmhairiú: {{message}}.", - "html_import_tags": { - "title": "Clibeanna Iompórtála HTML", - "description": "Cumraigh cé na clibeanna HTML ba chóir a chaomhnú agus nótaí á n-allmhairiú. Bainfear clibeanna nach bhfuil sa liosta seo le linn allmhairithe. Baintear roinnt clibeanna (cosúil le 'script') i gcónaí ar mhaithe le slándáil.", - "placeholder": "Cuir isteach clibeanna HTML, ceann amháin in aghaidh na líne", - "reset_button": "Athshocraigh go dtí an Liosta Réamhshocraithe" + "bulk_actions": { + "bulk_actions": "Gníomhartha mórchóir", + "affected_notes": "Nótaí a ndearnadh difear dóibh", + "include_descendants": "Cuir sliocht na nótaí roghnaithe san áireamh", + "available_actions": "Gníomhartha atá ar fáil", + "chosen_actions": "Gníomhartha roghnaithe", + "execute_bulk_actions": "Gníomhartha mórchóir a fhorghníomhú", + "bulk_actions_executed": "Tá gníomhartha mórchóir curtha i gcrích go rathúil.", + "none_yet": "Gan aon cheann fós... cuir gníomh leis trí chliceáil ar cheann de na cinn atá ar fáil thuas.", + "labels": "Lipéid", + "relations": "Caidreamh", + "notes": "Nótaí", + "other": "Eile" }, - "import-status": "Stádas allmhairithe", - "in-progress": "Iompórtáil ar siúl: {{progress}}", - "successful": "Críochnaíodh an t-allmhairiú go rathúil." - }, - "include_note": { - "dialog_title": "Cuir nóta san áireamh", - "label_note": "Nóta", - "placeholder_search": "cuardach nóta de réir a ainm", - "box_size_prompt": "Méid an bhosca den nóta atá san áireamh:", - "box_size_small": "beag (~ 10 líne)", - "box_size_medium": "meánach (~ 30 líne)", - "box_size_full": "lán (taispeánann an bosca an téacs iomlán)", - "button_include": "Cuir nóta san áireamh" - }, - "info": { - "modalTitle": "Teachtaireacht eolais", - "closeButton": "Dún", - "okButton": "Ceart go leor", - "copy_to_clipboard": "Cóipeáil chuig an ghearrthaisce" - }, - "jump_to_note": { - "search_placeholder": "Cuardaigh nóta de réir a ainm nó a chineáil > le haghaidh orduithe...", - "search_button": "Cuardaigh sa téacs iomlán" - }, - "markdown_import": { - "dialog_title": "Allmhairiú marcála síos", - "modal_body_text": "Mar gheall ar bhosca gainimh an bhrabhsálaí ní féidir an ghearrthaisce a léamh go díreach ó JavaScript. Greamaigh an Markdown le hiompórtáil chuig an limistéar téacs thíos agus cliceáil ar an gcnaipe Iompórtáil", - "import_button": "Iompórtáil", - "import_success": "Tá ábhar marcála síos allmhairithe isteach sa doiciméad." - }, - "move_to": { - "dialog_title": "Bog nótaí chuig ...", - "notes_to_move": "Nótaí le bogadh", - "target_parent_note": "Nóta tuismitheora spriocdhírithe", - "search_placeholder": "cuardach nóta de réir a ainm", - "move_button": "Bog go dtí an nóta roghnaithe", - "error_no_path": "Gan aon chosán le bogadh chuige.", - "move_success_message": "Tá nótaí roghnaithe bogtha isteach " - }, - "note_type_chooser": { - "change_path_prompt": "Athraigh cá háit le nóta nua a chruthú:", - "search_placeholder": "cuardaigh cosán de réir ainm (réamhshocraithe má tá sé folamh)", - "modal_title": "Roghnaigh cineál nóta", - "modal_body": "Roghnaigh cineál nóta / teimpléad don nóta nua:", - "templates": "Teimpléid", - "builtin_templates": "Teimpléid Tógtha isteach" - }, - "password_not_set": { - "title": "Níl an focal faire socraithe", - "body1": "Déantar nótaí faoi chosaint a chriptiú ag baint úsáide as pasfhocal úsáideora, ach níl an pasfhocal socraithe fós.", - "body2": "Chun nótaí a chosaint, cliceáil an cnaipe thíos chun an dialóg Roghanna a oscailt agus do phasfhocal a shocrú.", - "go_to_password_options": "Téigh go dtí roghanna Pasfhocal" - }, - "prompt": { - "title": "Spreag", - "ok": "Ceart go leor", - "defaultTitle": "Spreag" - }, - "protected_session_password": { - "modal_title": "Seisiún faoi chosaint", - "help_title": "Cabhair maidir le nótaí faoi chosaint", - "close_label": "Dún", - "form_label": "Chun dul ar aghaidh leis an ngníomh iarrtha ní mór duit seisiún faoi chosaint a thosú trí phasfhocal a iontráil:", - "start_button": "Tosaigh seisiún faoi chosaint" - }, - "recent_changes": { - "title": "Athruithe le déanaí", - "erase_notes_button": "Scrios nótaí scriosta anois", - "deleted_notes_message": "Tá nótaí scriosta scriosta.", - "no_changes_message": "Gan aon athruithe fós...", - "undelete_link": "díscriosadh", - "confirm_undelete": "Ar mhaith leat an nóta seo agus a fho-nótaí a athscriosadh?" - }, - "revisions": { - "note_revisions": "Athbhreithnithe Nótaí", - "delete_all_revisions": "Scrios gach athbhreithniú ar an nóta seo", - "delete_all_button": "Scrios gach athbhreithniú", - "help_title": "Cabhair le hathbhreithnithe nótaí", - "confirm_delete_all": "Ar mhaith leat gach athbhreithniú ar an nóta seo a scriosadh?", - "no_revisions": "Gan aon athbhreithnithe don nóta seo go fóill...", - "restore_button": "Athchóirigh", - "diff_on": "Taispeáin an difríocht", - "diff_off": "Taispeáin ábhar", - "diff_on_hint": "Cliceáil chun difríocht foinse an nóta a thaispeáint", - "diff_off_hint": "Cliceáil chun ábhar an nóta a thaispeáint", - "diff_not_available": "Níl an difríocht ar fáil.", - "confirm_restore": "Ar mhaith leat an t-athbhreithniú seo a athbhunú? Scríobhfaidh sé seo teideal agus ábhar reatha an nóta leis an athbhreithniú seo.", - "delete_button": "Delete", - "confirm_delete": "Ar mhaith leat an t-athbhreithniú seo a scriosadh?", - "revisions_deleted": "Scriosadh athbhreithnithe nótaí.", - "revision_restored": "Tá athbhreithniú an nóta athchóirithe.", - "revision_deleted": "Scriosadh athbhreithniú an nóta.", - "snapshot_interval": "Eatramh Léirmheasa ar Nóta: {{seconds}}s.", - "maximum_revisions": "Teorainn maidir le hathbhreithniú nóta: {{number}}.", - "settings": "Socruithe Athbhreithnithe Nóta", - "download_button": "Íoslódáil", - "mime": "MIME: ", - "file_size": "Méid comhaid:", - "preview_not_available": "Níl réamhamharc ar fáil don chineál nóta seo." - }, - "sort_child_notes": { - "sort_children_by": "Sórtáil páistí de réir...", - "sorting_criteria": "Critéir sórtála", - "title": "teideal", - "date_created": "dáta cruthaithe", - "date_modified": "dáta modhnaithe", - "sorting_direction": "Treo sórtála", - "ascending": "ag dul suas", - "descending": "ag dul síos", - "folders": "Fillteáin", - "sort_folders_at_top": "sórtáil fillteáin ag an mbarr", - "natural_sort": "Sórtáil Nádúrtha", - "sort_with_respect_to_different_character_sorting": "sórtáil i ndáil le rialacha éagsúla sórtála agus cóimheasa carachtar i dteangacha nó i réigiúin éagsúla.", - "natural_sort_language": "Teanga sórtála nádúrtha", - "the_language_code_for_natural_sort": "An cód teanga le haghaidh sórtáil nádúrtha, e.g. \"zh-CN\" don tSínis.", - "sort": "Sórtáil" - }, - "upload_attachments": { - "upload_attachments_to_note": "Uaslódáil ceangaltáin chuig nóta", - "choose_files": "Roghnaigh comhaid", - "files_will_be_uploaded": "Uaslódálfar comhaid mar cheangaltáin isteach i {{noteTitle}}", - "options": "Roghanna", - "shrink_images": "Laghdaigh íomhánna", - "upload": "Uaslódáil", - "tooltip": "Má roghnaíonn tú an rogha seo, déanfaidh Trilium iarracht na híomhánna uaslódáilte a chrapadh trí scálú agus uasmhéadú a d'fhéadfadh difear a dhéanamh don cháilíocht íomhá a bhraitear. Mura roghnaítear é, uaslódáilfear na híomhánna gan aon athruithe." - }, - "attribute_detail": { - "attr_detail_title": "Teideal Sonraí Tréithe", - "close_button_title": "Cealaigh athruithe agus dún", - "attr_is_owned_by": "Is leis an tréith", - "attr_name_title": "Ní féidir ach carachtair alfa-uimhriúla, colon agus fo-líne a úsáid in ainm na tréithe", - "name": "Ainm", - "value": "Luach", - "target_note_title": "Is nasc ainmnithe idir nóta foinse agus nóta sprice é gaol.", - "target_note": "Nóta sprice", - "promoted_title": "Taispeántar an tréith chun cinn go feiceálach ar an nóta.", - "promoted": "Curtha chun cinn", - "promoted_alias_title": "An t-ainm atá le taispeáint i gcomhéadan úsáideora na dtréithe cur chun cinn.", - "promoted_alias": "Leasainm", - "multiplicity_title": "Sainmhíníonn iolracht cé mhéad tréith den ainm céanna is féidir a chruthú - uasmhéid 1 nó níos mó ná 1.", - "multiplicity": "Ilghnéitheacht", - "single_value": "Luach aonair", - "multi_value": "Illuach", - "label_type_title": "Cabhróidh cineál an lipéid le Trilium comhéadan oiriúnach a roghnú chun luach an lipéid a iontráil.", - "label_type": "Cineál", - "text": "Téacs", - "number": "Uimhir", - "boolean": "Booleánach", - "date": "Date", - "date_time": "Dáta & Am", - "time": "Am", - "url": "URL", - "precision_title": "Cén líon digití i ndiaidh snámhphointe ba chóir a bheith ar fáil sa chomhéadan socraithe luachanna.", - "precision": "Beachtas", - "digits": "digití", - "inverse_relation_title": "Socrú roghnach chun a shainiú cén gaol atá os coinne an ceann seo. Sampla: Is gaolta inbhéartacha iad Athair - Mac lena chéile.", - "inverse_relation": "Gaol inbhéartach", - "inheritable_title": "Déanfar tréith oidhreachtúil a oidhreachtú chuig gach sliocht faoin gcrann seo.", - "inheritable": "Oidhreachtúil", - "save_and_close": "Sábháil & dún Ctrl+Enter", - "delete": "Scrios", - "related_notes_title": "Nótaí eile leis an lipéad seo", - "more_notes": "Tuilleadh nótaí", - "label": "Sonraí lipéid", - "label_definition": "Mionsonraí sainmhínithe lipéid", - "relation": "Sonraí an chaidrimh", - "relation_definition": "Mionsonraí sainmhínithe caidrimh", - "disable_versioning": "díchumasaíonn sé uathleaganú. Úsáideach le haghaidh nótaí móra ach neamhthábhachtacha mar shampla - mar shampla leabharlanna móra JS a úsáidtear le haghaidh scriptithe", - "calendar_root": "nóta marcáilte ar cheart a úsáid mar fhréamh do nótaí lae. Níor cheart ach ceann amháin a mharcáil mar sin.", - "archived": "Ní bheidh nótaí leis an lipéad seo le feiceáil de réir réamhshocraithe i dtorthaí cuardaigh (i ndialóga Léim Chuig, Cuir Nasc Leis srl. chomh maith).", - "exclude_from_export": "ní chuirfear nótaí (lena bhfo-chrann) san áireamh in aon onnmhairiú nótaí", - "run": "Sainmhíníonn sé seo cé na himeachtaí ar cheart don script rith orthu. Is iad seo a leanas na luachanna féideartha:\n
    \n
  • frontendStartup - nuair a thosaíonn (nó a athnuachan) tosaigh Trilium, ach ní ar fhóin phóca.
  • \n
  • mobileStartup - nuair a thosaíonn (nó a athnuachan) tosaigh Trilium, ar fhóin phóca.
  • \n
  • backendStartup - nuair a thosaíonn cúltaca Trilium
  • \n
  • uair an chloig - rith uair san uair. Is féidir leat lipéad breise runAtHour a úsáid chun a shonrú cén uair a ritheann sé.
  • \n
  • daily - rith uair sa lá
  • \n
", - "run_on_instance": "Sainmhínigh cén sampla de Trilium ba chóir é seo a rith air. Réamhshocrú do gach sampla.", - "run_at_hour": "Cén uair ar cheart é seo a rith? Ba cheart é a úsáid i dteannta #run=hourly. Is féidir é seo a shainiú arís agus arís eile le haghaidh níos mó ritheanna i rith an lae.", - "disable_inclusion": "Ní chuirfear scripteanna leis an lipéad seo san áireamh i bhforghníomhú an scripte tuismitheora.", - "sorted": "coinníonn nótaí leanaí sórtáilte de réir teidil in ord aibítre", - "sort_direction": "ASC (an réamhshocrú) nó DESC", - "sort_folders_first": "Ba chóir fillteáin (nótaí le páistí) a shórtáil ar bharr", - "top": "coinnigh an nóta tugtha ag barr a thuismitheora (baineann sé seo le tuismitheoirí sórtáilte amháin)", - "hide_promoted_attributes": "Folaigh tréithe cur chun cinn ar an nóta seo", - "read_only": "Tá an t-eagarthóir i mód léite amháin. Ní oibríonn sé ach le haghaidh téacs agus nótaí cóid.", - "auto_read_only_disabled": "Is féidir nótaí téacs/cód a shocrú go huathoibríoch i mód léite nuair a bhíonn siad rómhór. Is féidir leat an t-iompar seo a dhíchumasú ar bhonn gach nóta tríd an lipéad seo a chur leis an nóta", - "app_css": "marcálann sé nótaí CSS a lódáiltear isteach san fheidhmchlár Trilium agus is féidir iad a úsáid dá bhrí sin chun cuma Trilium a mhodhnú.", - "app_theme": "marcálann sé nótaí CSS ar téamaí iomlána Trilium iad agus atá ar fáil dá bhrí sin i roghanna Trilium.", - "app_theme_base": "socraigh go \"next\", \"next-light\", nó \"next-dark\" chun an téama TriliumNext comhfhreagrach (uathoibríoch, geal nó dorcha) a úsáid mar bhunús do théama saincheaptha, in ionad an cheann oidhreachta.", - "css_class": "Cuirtear luach an lipéid seo leis an nód mar rang CSS ansin, a léiríonn an nóta tugtha sa chrann. Is féidir é seo a bheith úsáideach le haghaidh téamaithe ardleibhéil. Is féidir é a úsáid i nótaí teimpléid.", - "icon_class": "Cuirtear luach an lipéid seo leis an deilbhín ar an gcrann mar rang CSS, rud a chabhróidh le hidirdhealú amhairc a dhéanamh idir na nótaí sa chrann. D’fhéadfadh sampla a bheith ann de bx bx-home - tógtar deilbhíní ó boxicons. Is féidir iad a úsáid i nótaí teimpléid.", - "page_size": "líon na míreanna in aghaidh an leathanaigh i liostú nótaí", - "custom_request_handler": "féach láimhseálaí iarratais saincheaptha", - "custom_resource_provider": "féach láimhseálaí iarratais saincheaptha", - "widget": "marcálann an nóta seo mar ghiuirléid saincheaptha a chuirfear leis an gcrann comhpháirte Trilium", - "workspace": "marcálann an nóta seo mar spás oibre a ligeann d’ardú go héasca", - "workspace_icon_class": "sainmhíníonn sé rang CSS deilbhín bosca a úsáidfear sa chluaisín nuair a ardófar chuig an nóta seo é", - "workspace_tab_background_color": "Dath CSS a úsáidtear sa chluaisín nótaí nuair a ardaítear chuig an nóta seo é", - "workspace_calendar_root": "Sainmhíníonn fréamh féilire in aghaidh an spáis oibre", - "workspace_template": "Beidh an nóta seo le feiceáil i roghnú na dteimpléad atá ar fáil agus nóta nua á chruthú, ach amháin nuair a ardófar isteach i spás oibre ina bhfuil an teimpléad seo é", - "search_home": "Cruthófar nótaí cuardaigh nua mar leanaí den nóta seo", - "workspace_search_home": "Cruthófar nótaí cuardaigh nua mar leanaí den nóta seo nuair a ardófar chuig sinsear éigin den nóta spás oibre seo iad", - "inbox": "Suíomh réamhshocraithe sa bhosca isteach le haghaidh nótaí nua - nuair a chruthaíonn tú nóta ag baint úsáide as an gcnaipe \"nóta nua\" sa bharra taoibh, cruthófar nótaí mar nótaí linbh sa nóta atá marcáilte leis an lipéad #inbox.", - "workspace_inbox": "Suíomh réamhshocraithe sa bhosca isteach le haghaidh nótaí nua nuair a ardaítear chuig sinsear éigin den nóta spás oibre seo iad", - "sql_console_home": "suíomh réamhshocraithe nótaí consól SQL", - "bookmark_folder": "Beidh nóta leis an lipéad seo le feiceáil i leabharmharcanna mar fhillteán (ag tabhairt rochtain ar a leanaí)", - "share_hidden_from_tree": "Tá an nóta seo i bhfolach ón gcrann nascleanúna ar chlé, ach tá sé fós inrochtana lena URL", - "share_external_link": "Feidhmeoidh an nóta mar nasc chuig suíomh Gréasáin seachtrach sa chrann comhroinnte", - "share_alias": "sainigh leasainm trína mbeidh an nóta ar fáil faoi https://your_trilium_host/share/[your_alias]", - "share_omit_default_css": "Fágfar an CSS réamhshocraithe don leathanach comhroinnte ar lár. Bain úsáid as nuair a dhéanann tú athruithe móra ar stíl.", - "share_root": "nóta marcanna a sheirbheáiltear ar /share root.", - "share_description": "sainmhínigh an téacs atá le cur leis an meitea-chlib HTML le haghaidh cur síos", - "share_raw": "Seirbheálfar an nóta ina fhormáid amh, gan fillteán HTML", - "share_disallow_robot_indexing": "cuirfidh sé cosc ar innéacsú róbat an nóta seo tríd an gceannteideal X-Robots-Tag: noindex", - "share_credentials": "Teastaíonn dintiúir chun rochtain a fháil ar an nóta comhroinnte seo. Táthar ag súil go mbeidh an luach san fhormáid 'ainm úsáideora:pasfhocal'. Ná déan dearmad é seo a dhéanamh inoidhreachtúil le cur i bhfeidhm ar nótaí/íomhánna linbh.", - "share_index": "liostálfaidh nóta leis an lipéad seo fréamhacha uile nótaí comhroinnte", - "display_relations": "Ainmneacha caidrimh scartha le camóga ar cheart iad a thaispeáint. Beidh na cinn eile go léir i bhfolach.", - "hide_relations": "Ainmneacha caidrimh scartha le camóga ar cheart iad a cheilt. Taispeánfar na cinn eile go léir.", - "title_template": "Teideal réamhshocraithe nótaí a cruthaíodh mar leanaí den nóta seo. Déantar an luach a mheas mar theaghrán JavaScript\n agus dá bhrí sin is féidir é a shaibhriú le hábhar dinimiciúil trí na hathróga now agus parentNote insteallta. Samplaí:\n\n
    \n
  • Saothair liteartha ${parentNote.getLabelValue('authorName')}
  • \n
  • Log le haghaidh ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n\nFéach vicí le sonraí, doiciméid API le haghaidh parentNote agus now le haghaidh sonraí.", - "template": "Beidh an nóta seo le feiceáil i roghnú na dteimpléad atá ar fáil agus nóta nua á chruthú", - "toc": "Cuirfidh #toc#toc=show iallach ar an gClár Ábhair a bheith le feiceáil, cuirfidh #toc=hide iallach air é a cheilt. Mura bhfuil an lipéad ann, breathnaítear ar an socrú domhanda", - "color": "sainmhíníonn dath an nóta sa chrann nótaí, snaisc srl. Úsáid aon luach datha CSS bailí cosúil le 'dearg' nó #a13d5f", - "keyboard_shortcut": "Sainmhíníonn sé seo aicearra méarchláir a léimfidh láithreach chuig an nóta seo. Sampla: 'ctrl+alt+e'. Éilítear athlódáil an tosaigh chun go dtiocfaidh an t-athrú i bhfeidhm.", - "keep_current_hoisting": "Ní athróidh oscailt an naisc seo an t-ardú fiú mura bhfuil an nóta inléite sa fho-chrann ardaithe reatha.", - "execute_button": "Teideal an chnaipe a fhorghníomhóidh an nóta cóid reatha", - "execute_description": "Cur síos níos faide ar an nóta cóid reatha a thaispeántar in éineacht leis an gcnaipe forghníomhaithe", - "exclude_from_note_map": "Beidh nótaí leis an lipéad seo i bhfolach ón Léarscáil Nótaí", - "new_notes_on_top": "Cruthófar nótaí nua ag barr an nóta tuismitheora, ní ag an mbun.", - "hide_highlight_widget": "Folaigh an giuirléid Liosta Aibhsithe", - "run_on_note_creation": "ritheann nuair a chruthaítear nóta ar an gcúl-deireadh. Úsáid an gaol seo más mian leat an script a rith do gach nóta a cruthaíodh faoi fho-chrann ar leith. Sa chás sin, cruthaigh é ar fhréamhnóta an fho-chrainn agus déan é inoidhreachta. Cuirfidh nóta nua a chruthaítear laistigh den fho-chrann (aon doimhneacht) an script i ngníomh.", - "run_on_child_note_creation": "ritheann sé nuair a chruthaítear nóta nua faoin nóta ina bhfuil an gaol seo sainmhínithe", - "run_on_note_title_change": "forghníomhaítear nuair a athraítear teideal an nóta (lena n-áirítear cruthú nótaí chomh maith)", - "run_on_note_content_change": "forghníomhaítear nuair a athraítear ábhar nótaí (lena n-áirítear cruthú nótaí chomh maith).", - "run_on_note_change": "ritheann nuair a athraítear nóta (áirítear cruthú nótaí leis). Ní áirítear athruithe ar an ábhar", - "run_on_note_deletion": "ritheann sé nuair a scriostar nóta", - "run_on_branch_creation": "ritheann nuair a chruthaítear brainse. Is nasc é brainse idir nóta tuismitheora agus nóta linbh agus cruthaítear é m.sh. nuair a bhíonn nóta á chlónáil nó á bhogadh.", - "run_on_branch_change": "ritheann nuair a dhéantar brainse a nuashonrú.", - "run_on_branch_deletion": "forghníomhaítear nuair a scriostar brainse. Is nasc idir nóta tuismitheora agus nóta linbh í an brainse agus scriostar í m.sh. nuair a bhogtar nóta (scriostar seanbhrainse/nasc).", - "run_on_attribute_creation": "ritheann nuair a chruthaítear tréith nua don nóta a shainmhíníonn an gaol seo", - "run_on_attribute_change": " ritheann nuair a athraítear tréith nóta a shainmhíníonn an gaol seo. Cuirtear i ngníomh é seo freisin nuair a scriostar an tréith", - "relation_template": "Gheobhaidh tréithe an nóta oidhreacht fiú gan caidreamh tuismitheora-linbh, cuirfear ábhar agus fo-chrann an nóta le nótaí sampla má tá siad folamh. Féach ar an doiciméadú le haghaidh sonraí.", - "inherit": "Gheobhaidh tréithe an nóta oidhreacht fiú mura bhfuil caidreamh tuismitheora-linbh ann. Féach caidreamh teimpléid le haghaidh coincheap cosúil leis. Féach oidhreacht tréithe sa doiciméadú.", - "render_note": "Déanfar nótaí den chineál \"render HTML note\" a rindreáil ag baint úsáide as nóta cóid (HTML nó script) agus is gá a léiriú ag baint úsáide as an ngaol seo cén nóta ba chóir a rindreáil", - "widget_relation": "Déanfar sprioc an chaidrimh seo a fhorghníomhú agus a léiriú mar ghiuirléid sa bharra taoibh", - "share_css": "Nóta CSS a chuirfear isteach sa leathanach comhroinnte. Caithfidh nóta CSS a bheith sa fho-chrann comhroinnte chomh maith. Smaoinigh ar 'share_hidden_from_tree' agus 'share_omit_default_css' a úsáid chomh maith.", - "share_js": "Nóta JavaScript a chuirfear isteach sa leathanach comhroinnte. Caithfidh nóta JS a bheith sa fho-chrann comhroinnte chomh maith. Smaoinigh ar 'share_hidden_from_tree' a úsáid.", - "share_template": "Nóta JavaScript leabaithe a úsáidfear mar theimpléad chun an nóta comhroinnte a thaispeáint. Téann sé ar ais go dtí an teimpléad réamhshocraithe. Smaoinigh ar 'share_hidden_from_tree' a úsáid.", - "share_favicon": "Nóta favicon le socrú sa leathanach comhroinnte. De ghnáth ba mhaith leat é a shocrú mar fhréamh comhroinnte agus é a dhéanamh oidhreachtúil. Caithfidh nóta favicon a bheith sa fho-chrann comhroinnte chomh maith. Smaoinigh ar 'share_hidden_from_tree' a úsáid.", - "is_owned_by_note": "is leis an nóta", - "other_notes_with_name": "Nótaí eile leis an ainm \"{{attributeName}}\" ar {{attributeType}}", - "and_more": "... agus {{count}} eile.", - "print_landscape": "Agus é á onnmhairiú go PDF, athraítear treoshuíomh an leathanaigh go tírdhreach seachas portráid.", - "print_page_size": "Agus é á easpórtáil go PDF, athraítear méid an leathanaigh. Luachanna tacaithe: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", - "color_type": "Dath" - }, - "attribute_editor": { - "help_text_body1": "Chun lipéad a chur leis, clóscríobh m.sh. #rock nó más mian leat luach a chur leis freisin ansin m.sh. #year = 2020", - "help_text_body2": "I gcás gaol, clóscríobh ~author = @ rud a thabharfaidh uathchríochnú aníos inar féidir leat an nóta atá uait a chuardach.", - "help_text_body3": "Nó is féidir leat lipéad agus gaol a chur leis trí úsáid a bhaint as an gcnaipe + ar an taobh deas.", - "save_attributes": "Sábháil tréithe ", - "add_a_new_attribute": "Cuir tréith nua leis", - "add_new_label": "Cuir lipéad nua leis ", - "add_new_relation": "Cuir gaol nua leis ", - "add_new_label_definition": "Cuir sainmhíniú lipéid nua leis", - "add_new_relation_definition": "Cuir sainmhíniú caidrimh nua leis", - "placeholder": "Clóscríobh na lipéid agus na caidrimh anseo" - }, - "abstract_bulk_action": { - "remove_this_search_action": "Bain an gníomh cuardaigh seo" - }, - "execute_script": { - "execute_script": "Forghníomhaigh script", - "help_text": "Is féidir leat scripteanna simplí a fhorghníomhú ar na nótaí meaitseáilte.", - "example_1": "Mar shampla, chun teaghrán a chur le teideal nóta, bain úsáid as an script beag seo:", - "example_2": "Sampla níos casta ná tréithe uile an nóta mheaitseáilte a scriosadh:" - }, - "add_label": { - "add_label": "Cuir lipéad leis", - "label_name_placeholder": "ainm lipéid", - "label_name_title": "Is carachtair cheadaithe iad carachtair alfa-uimhriúla, fo-strait agus colon.", - "to_value": "luach a chur", - "new_value_placeholder": "luach nua", - "help_text": "Ar na nótaí uile a mheaitseálann:", - "help_text_item1": "cruthaigh lipéad tugtha mura bhfuil ceann ag an nóta fós", - "help_text_item2": "nó luach an lipéid atá ann cheana a athrú", - "help_text_note": "Is féidir leat an modh seo a ghlaoch gan luach freisin, sa chás sin sanntar lipéad don nóta gan luach." - }, - "delete_label": { - "delete_label": "Scrios lipéad", - "label_name_placeholder": "ainm lipéid", - "label_name_title": "Is carachtair cheadaithe iad carachtair alfa-uimhriúla, fo-strait agus colon." - }, - "rename_label": { - "rename_label": "Athainmnigh an lipéad", - "rename_label_from": "Athainmnigh an lipéad ó", - "old_name_placeholder": "seanainm", - "to": "Chuig", - "new_name_placeholder": "ainm nua", - "name_title": "Is carachtair cheadaithe iad carachtair alfa-uimhriúla, fo-strait agus colon." - }, - "update_label_value": { - "update_label_value": "Nuashonraigh luach an lipéid", - "label_name_placeholder": "ainm lipéid", - "label_name_title": "Is carachtair cheadaithe iad carachtair alfa-uimhriúla, fo-strait agus colon.", - "to_value": "luach a chur", - "new_value_placeholder": "luach nua", - "help_text": "Ar na nótaí uile a mheaitseálann, athraigh luach an lipéid atá ann cheana féin.", - "help_text_note": "Is féidir leat an modh seo a ghlaoch gan luach freisin, sa chás sin sanntar lipéad don nóta gan luach." - }, - "delete_note": { - "delete_note": "Scrios nóta", - "delete_matched_notes": "Scrios nótaí comhoiriúnacha", - "delete_matched_notes_description": "Scriosfaidh sé seo nótaí comhoiriúnacha.", - "undelete_notes_instruction": "Tar éis an scriosta, is féidir iad a athscriosadh ón dialóg Athruithe Le Déanaí.", - "erase_notes_instruction": "Chun nótaí a scriosadh go buan, is féidir leat dul i ndiaidh an scriosta chuig Rogha -> Eile agus cliceáil ar an gcnaipe \"Scrios nótaí scriosta anois\"." - }, - "delete_revisions": { - "delete_note_revisions": "Scrios athbhreithnithe nótaí", - "all_past_note_revisions": "Scriosfar gach athbhreithniú nóta roimhe seo ar nótaí meaitseáilte. Caomhnófar an nóta féin go hiomlán. I dtéarmaí eile, bainfear stair an nóta." - }, - "move_note": { - "move_note": "Bog nóta", - "to": "chuig", - "target_parent_note": "nóta tuismitheora sprice", - "on_all_matched_notes": "Ar na nótaí uile a mheaitseálann", - "move_note_new_parent": "bog nóta chuig an tuismitheoir nua mura bhfuil ach tuismitheoir amháin ag an nóta (i.e. baintear an seanbhrainse agus cruthaítear brainse nua isteach sa tuismitheoir nua)", - "clone_note_new_parent": "nóta clónála chuig an tuismitheoir nua má tá ilchlónanna/brainsí sa nóta (níl sé soiléir cén brainse ba chóir a bhaint)", - "nothing_will_happen": "ní tharlóidh aon rud mura féidir an nóta a bhogadh chuig an nóta sprice (i.e. chruthódh sé seo timthriall crainn)" - }, - "rename_note": { - "rename_note": "Athainmnigh an nóta", - "rename_note_title_to": "Athainmnigh teideal an nóta go", - "new_note_title": "teideal nóta nua", - "click_help_icon": "Cliceáil ar an deilbhín cabhrach ar dheis chun na roghanna go léir a fheiceáil", - "evaluated_as_js_string": "Déantar an luach tugtha a mheas mar theaghrán JavaScript agus dá bhrí sin is féidir é a shaibhriú le hábhar dinimiciúil tríd an athróg note insteallta (nóta á athainmniú). Samplaí:", - "example_note": "Nóta - athainmnítear na nótaí uile a mheaitseálann go 'Nóta'", - "example_new_title": "NUA: ${note.title} - cuirtear 'NUA:' roimh theidil nótaí meaitseáilte", - "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - cuirtear réimír mhí-dháta cruthaithe an nóta leis na nótaí meaitseáilte", - "api_docs": "Féach ar dhoiciméid API le haghaidh nóta agus a airíonna dateCreatedObj / utcDateCreatedObj le haghaidh tuilleadh sonraí." - }, - "add_relation": { - "add_relation": "Cuir gaol leis", - "relation_name": "ainm an chaidrimh", - "allowed_characters": "Is carachtair cheadaithe iad carachtair alfa-uimhriúla, fo-strait agus colon.", - "to": "chuig", - "target_note": "nóta sprice", - "create_relation_on_all_matched_notes": "Ar na nótaí meaitseáilte uile, cruthaigh gaol tugtha." - }, - "delete_relation": { - "delete_relation": "Scrios an gaol", - "relation_name": "ainm an chaidrimh", - "allowed_characters": "Is carachtair cheadaithe iad carachtair alfa-uimhriúla, fo-strait agus colon." - }, - "rename_relation": { - "rename_relation": "Athainmnigh an gaol", - "rename_relation_from": "Athainmnigh an gaol ó", - "old_name": "seanainm", - "to": "Chuig", - "new_name": "ainm nua", - "allowed_characters": "Is carachtair cheadaithe iad carachtair alfa-uimhriúla, fo-strait agus colon." - }, - "update_relation_target": { - "update_relation": "Nuashonraigh an gaol", - "relation_name": "ainm an chaidrimh", - "allowed_characters": "Is carachtair cheadaithe iad carachtair alfa-uimhriúla, fo-strait agus colon.", - "to": "chuig", - "target_note": "nóta sprice", - "on_all_matched_notes": "Ar na nótaí uile a mheaitseálann", - "change_target_note": "athrú nóta sprice an chaidrimh atá ann cheana", - "update_relation_target": "Nuashonraigh sprioc an chaidrimh" - }, - "attachments_actions": { - "open_externally": "Oscail go seachtrach", - "open_externally_title": "Osclófar an comhad in feidhmchlár seachtrach agus beidh súil ghéar air le haghaidh athruithe. Beidh tú in ann an leagan modhnaithe a uaslódáil ar ais chuig Trilium ansin.", - "open_custom": "Oscail saincheaptha", - "open_custom_title": "Osclófar an comhad in feidhmchlár seachtrach agus beidh súil ghéar air le haghaidh athruithe. Beidh tú in ann an leagan modhnaithe a uaslódáil ar ais chuig Trilium ansin.", - "download": "Íoslódáil", - "rename_attachment": "Athainmnigh an ceangaltán", - "upload_new_revision": "Uaslódáil athbhreithniú nua", - "copy_link_to_clipboard": "Cóipeáil nasc chuig an ghearrthaisce", - "convert_attachment_into_note": "Tiontaigh an ceangaltán ina nóta", - "delete_attachment": "Scrios an ceangaltán", - "upload_success": "Tá athbhreithniú nua ar an gceangaltán uaslódáilte.", - "upload_failed": "Theip ar uaslódáil athbhreithniú nua ar cheangaltán.", - "open_externally_detail_page": "Ní féidir ceangaltán a oscailt go seachtrach ach ón leathanach sonraí, cliceáil ar shonraí an cheangaltáin ar dtús agus déan an gníomh arís.", - "open_custom_client_only": "Ní féidir ceangaltáin a oscailt go saincheaptha ach amháin ón gcliant deisce.", - "delete_confirm": "An bhfuil tú cinnte gur mian leat an ceangaltán '{{title}}' a scriosadh?", - "delete_success": "Scriosadh an ceangaltán '{{title}}'.", - "convert_confirm": "An bhfuil tú cinnte gur mian leat an ceangaltán '{{title}}' a thiontú ina nóta ar leith?", - "convert_success": "Tá an ceangaltán '{{title}}' tiontaithe go nóta.", - "enter_new_name": "Cuir isteach ainm an cheangaltáin nua le do thoil" - }, - "calendar": { - "mon": "Lua", - "tue": "Mai", - "wed": "Céa", - "thu": "Déa", - "fri": "Aoi", - "sat": "Sat", - "sun": "Dom", - "cannot_find_day_note": "Ní féidir nóta lae a aimsiú", - "cannot_find_week_note": "Ní féidir nóta seachtaine a aimsiú", - "january": "Eanáir", - "february": "Feabhra", - "march": "Márta", - "april": "Aibreán", - "may": "Bealtaine", - "june": "Meitheamh", - "july": "Iúil", - "august": "Lúnasa", - "september": "Meán Fómhair", - "october": "Deireadh Fómhair", - "november": "Samhain", - "december": "Nollaig", - "week": "Seachtain", - "week_previous": "An tseachtain roimhe sin", - "week_next": "An tseachtain seo chugainn", - "month": "Mí", - "month_previous": "An mhí roimhe sin", - "month_next": "An mhí seo chugainn", - "year": "Bliain", - "year_previous": "An bhliain roimhe sin", - "year_next": "An bhliain seo chugainn", - "list": "Liosta", - "today": "Inniu" - }, - "close_pane_button": { - "close_this_pane": "Dún an phainéal seo" - }, - "create_pane_button": { - "create_new_split": "Cruthaigh scoilt nua" - }, - "edit_button": { - "edit_this_note": "Cuir an nóta seo in eagar" - }, - "show_toc_widget_button": { - "show_toc": "Taispeáin Clár Ábhair" - }, - "show_highlights_list_widget_button": { - "show_highlights_list": "Taispeáin Liosta Buaicphointí" - }, - "zen_mode": { - "button_exit": "Scoir Mód Zen" - }, - "sync_status": { - "unknown": "

Beidh stádas an sioncrónaithe ar eolas a luaithe a thosóidh an chéad iarracht sioncrónaithe eile.

Cliceáil chun sioncrónú a spreagadh anois.

", - "connected_with_changes": "

Ceangailte leis an bhfreastalaí sioncrónaithe.
Tá roinnt athruithe le sioncrónú fós.

Cliceáil chun sioncrónú a spreagadh.

", - "connected_no_changes": "

Ceangailte leis an bhfreastalaí sioncrónaithe.
Tá na hathruithe go léir sioncrónaithe cheana féin.

Cliceáil chun sioncrónú a spreagadh.

", - "disconnected_with_changes": "

Níor éirigh leis an nasc leis an bhfreastalaí sioncrónaithe a bhunú.
Tá roinnt athruithe le sioncrónú fós.

Cliceáil chun sioncrónú a ghníomhachtú.

", - "disconnected_no_changes": "

Níor éirigh leis an nasc leis an bhfreastalaí sioncrónaithe a bhunú.
Tá na hathruithe ar fad aitheanta sioncrónaithe.

Cliceáil chun sioncrónú a spreagadh.

", - "in_progress": "Tá sioncrónú leis an bhfreastalaí ar siúl." - }, - "left_pane_toggle": { - "show_panel": "Taispeáin an painéal", - "hide_panel": "Folaigh an painéal" - }, - "move_pane_button": { - "move_left": "Bog ar chlé", - "move_right": "Bog ar dheis" - }, - "note_actions": { - "convert_into_attachment": "Tiontaigh ina cheangaltán", - "re_render_note": "Ath-rindreáil nóta", - "search_in_note": "Cuardaigh sa nóta", - "note_source": "Foinse nóta", - "note_attachments": "Ceangaltáin nótaí", - "open_note_externally": "Oscail nóta go seachtrach", - "open_note_externally_title": "Osclófar an comhad in feidhmchlár seachtrach agus beidh súil ghéar air le haghaidh athruithe. Beidh tú in ann an leagan modhnaithe a uaslódáil ar ais chuig Trilium ansin.", - "open_note_custom": "Oscail nóta saincheaptha", - "open_note_on_server": "Oscail nóta ar an bhfreastalaí", - "import_files": "Iompórtáil comhaid", - "export_note": "Nóta easpórtála", - "delete_note": "Scrios nóta", - "print_note": "Priontáil nóta", - "view_revisions": "Tabhair faoi deara athbhreithnithe...", - "save_revision": "Sábháil athbhreithniú", - "advanced": "Ardleibhéil", - "convert_into_attachment_failed": "Theip ar nóta '{{title}}' a thiontú.", - "convert_into_attachment_successful": "Tá an nóta '{{title}}' tiontaithe go ceangaltán.", - "convert_into_attachment_prompt": "An bhfuil tú cinnte gur mian leat an nóta '{{title}}' a thiontú ina cheangaltán den nóta tuismitheora?", - "print_pdf": "Easpórtáil mar PDF...", - "export_as_image": "Easpórtáil mar íomhá", - "export_as_image_png": "PNG (rastar)", - "export_as_image_svg": "SVG (veicteoir)", - "note_map": "Léarscáil nótaí" - }, - "onclick_button": { - "no_click_handler": "Níl aon láimhseálaí cliceáil sainithe ag an ngiuirléid cnaipe '{{componentId}}'" - }, - "protected_session_status": { - "active": "Tá an seisiún cosanta gníomhach. Cliceáil chun an seisiún cosanta a fhágáil.", - "inactive": "Cliceáil chun dul isteach i seisiún faoi chosaint" - }, - "revisions_button": { - "note_revisions": "Athbhreithnithe Nótaí" - }, - "update_available": { - "update_available": "Nuashonrú ar fáil" - }, - "note_launcher": { - "this_launcher_doesnt_define_target_note": "Ní shainíonn an lainseálaí seo nóta sprice." - }, - "code_buttons": { - "execute_button_title": "Rith an script", - "trilium_api_docs_button_title": "Oscail doiciméid API Trilium", - "save_to_note_button_title": "Sábháil chuig nóta", - "opening_api_docs_message": "Ag oscailt doiciméid API...", - "sql_console_saved_message": "Tá nóta Consól SQL sábháilte i {{note_path}}" - }, - "copy_image_reference_button": { - "button_title": "Cóipeáil tagairt íomhá chuig an ghearrthaisce, is féidir é a ghreamú i nóta téacs." - }, - "hide_floating_buttons_button": { - "button_title": "Folaigh cnaipí" - }, - "show_floating_buttons_button": { - "button_title": "Taispeáin cnaipí" - }, - "svg_export_button": { - "button_title": "Easpórtáil léaráid mar SVG" - }, - "relation_map_buttons": { - "reset_pan_zoom_title": "Athshocraigh panáil agus súmáil go dtí na comhordanáidí agus an formhéadú tosaigh", - "zoom_in_title": "Zúmáil Isteach", - "zoom_out_title": "Zúmáil Amach", - "create_child_note_title": "Cruthaigh nóta linbh agus cuir leis an léarscáil é" - }, - "zpetne_odkazy": { - "backlink_one": "{{count}} Nasc siar", - "backlink_two": "{{count}} Naisc siar", - "backlink_few": "{{count}} Naisc siar", - "backlink_many": "{{count}} Naisc siar", - "backlink_other": "{{count}} Naisc siar", - "relation": "gaol" - }, - "mobile_detail_menu": { - "insert_child_note": "Cuir nóta linbh isteach", - "delete_this_note": "Scrios an nóta seo", - "note_revisions": "Athbhreithnithe nóta", - "error_cannot_get_branch_id": "Ní féidir aitheantas brainse a fháil do NotePad '{{notePath}}'", - "error_unrecognized_command": "Ordú gan aitheantas {{command}}", - "backlinks": "Naisc ar ais" - }, - "note_icon": { - "change_note_icon": "Deilbhín nóta athraithe", - "search": "Cuardaigh:", - "search_placeholder_one": "Cuardaigh deilbhíní {{number}} ar fud pacáistí {{count}}", - "search_placeholder_two": "Cuardaigh deilbhíní {{number}} ar fud pacáistí {{count}}", - "search_placeholder_few": "Cuardaigh deilbhíní {{number}} ar fud pacáistí {{count}}", - "search_placeholder_many": "Cuardaigh deilbhíní {{number}} ar fud pacáistí {{count}}", - "search_placeholder_other": "Cuardaigh deilbhíní {{number}} ar fud pacáistí {{count}}", - "search_placeholder_filtered": "Cuardaigh deilbhíní {{number}} i {{name}}", - "reset-default": "Athshocraigh go dtí an deilbhín réamhshocraithe", - "filter": "Scagaire", - "filter-none": "Gach deilbhín", - "filter-default": "Deilbhíní réamhshocraithe", - "icon_tooltip": "{{name}}\nPacáiste deilbhín: {{iconPack}}", - "no_results": "Níor aimsíodh aon deilbhíní." - }, - "basic_properties": { - "note_type": "Cineál nóta", - "editable": "In-eagarthóireacht", - "basic_properties": "Airíonna Bunúsacha", - "language": "Teanga", - "configure_code_notes": "Cumraigh nótaí cóid..." - }, - "book_properties": { - "view_type": "Cineál radhairc", - "grid": "Eangach", - "list": "Liosta", - "collapse_all_notes": "Laghdaigh na nótaí go léir", - "expand_tooltip": "Leathnaíonn sé seo na páistí díreacha den bhailiúchán seo (leibhéal amháin domhain). Chun níos mó roghanna a fháil, brúigh an tsaighead ar dheis.", - "collapse": "Laghdaigh", - "expand": "Leathnaigh", - "expand_first_level": "Leathnaigh leanaí díreacha", - "expand_nth_level": "Leathnaigh leibhéil {{depth}}", - "expand_all_levels": "Leathnaigh gach leibhéal", - "book_properties": "Airíonna an Bhailiúcháin", - "invalid_view_type": "Cineál radhairc neamhbhailí '{{type}}'", - "calendar": "Féilire", - "table": "Tábla", - "geo-map": "Léarscáil Gheografach", - "board": "Bord", - "presentation": "Cur i Láthair", - "include_archived_notes": "Taispeáin nótaí cartlannaithe", - "hide_child_notes": "Folaigh nótaí leanaí sa chrann" - }, - "edited_notes": { - "no_edited_notes_found": "Gan aon nótaí eagarthóireachta ar an lá seo go fóill...", - "title": "Nótaí Eagarthóireachta", - "deleted": "(scriosta)" - }, - "file_properties": { - "note_id": "Aitheantas Nóta", - "original_file_name": "Ainm comhaid bunaidh", - "file_type": "Cineál comhaid", - "file_size": "Méid comhaid", - "download": "Íoslódáil", - "open": "Oscail go seachtrach", - "upload_new_revision": "Uaslódáil athbhreithniú nua", - "upload_success": "Tá athbhreithniú comhaid nua uaslódáilte.", - "upload_failed": "Theip ar uaslódáil athbhreithniú comhaid nua.", - "title": "Comhad" - }, - "image_properties": { - "original_file_name": "Ainm comhaid bunaidh", - "file_type": "Cineál comhaid", - "file_size": "Méid comhaid", - "download": "Íoslódáil", - "open": "Oscail", - "copy_reference_to_clipboard": "Cóipeáil tagairt chuig an ghearrthaisce", - "upload_new_revision": "Uaslódáil athbhreithniú nua", - "upload_success": "Tá athbhreithniú nua íomhá uaslódáilte.", - "upload_failed": "Theip ar uaslódáil athbhreithniú íomhá nua: {{message}}", - "title": "Íomhá" - }, - "inherited_attribute_list": { - "title": "Tréithe Oidhreachta", - "no_inherited_attributes": "Gan aon tréithe oidhreachta.", - "none": "aon cheann" - }, - "note_info_widget": { - "note_id": "Aitheantas Nóta", - "created": "Cruthaithe", - "modified": "Modhnaithe", - "type": "Cineál", - "mime": "Cineál MIME", - "note_size": "Méid nóta", - "note_size_info": "Tugann méid an nóta meastachán garbh ar riachtanais stórála don nóta seo. Cuirtear ábhar an nóta agus ábhar a athbhreithnithe nótaí san áireamh ann.", - "calculate": "ríomh", - "subtree_size": "(méid fo-chrainn: {{size}} i nótaí {{count}})", - "title": "Eolas Nóta", - "show_similar_notes": "Taispeáin nótaí comhchosúla" - }, - "note_map": { - "open_full": "Leathnaigh go hiomlán", - "collapse": "Laghdaigh go dtí an gnáthmhéid", - "title": "Léarscáil Nótaí", - "fix-nodes": "Deisigh nóid", - "link-distance": "Fad naisc" - }, - "note_paths": { - "title": "Cosáin Nótaí", - "clone_button": "Nóta clónáilte chuig suíomh nua...", - "intro_placed": "Cuirtear an nóta seo sna cosáin seo a leanas:", - "intro_not_placed": "Níl an nóta seo curtha sa chrann nótaí go fóill.", - "outside_hoisted": "Tá an cosán seo lasmuigh den nóta ardaithe agus bheadh ort é a dhíardú.", - "archived": "Cartlannaithe", - "search": "Cuardaigh" - }, - "note_properties": { - "this_note_was_originally_taken_from": "Tógadh an nóta seo ar dtús ó:", - "info": "Eolas" - }, - "owned_attribute_list": { - "owned_attributes": "Tréithe faoi Úinéireacht" - }, - "promoted_attributes": { - "promoted_attributes": "Tréithe Curtha Chun Cinn", - "unset-field-placeholder": "gan socrú", - "url_placeholder": "http://suíomh gréasáin...", - "open_external_link": "Oscail nasc seachtrach", - "unknown_label_type": "Cineál lipéid anaithnid '{{type}}'", - "unknown_attribute_type": "Cineál tréith anaithnid '{{type}}'", - "add_new_attribute": "Cuir tréith nua leis", - "remove_this_attribute": "Bain an tréith seo", - "remove_color": "Bain an lipéad datha" - }, - "script_executor": { - "query": "Iarratas", - "script": "Script", - "execute_query": "Cuir Iarratas i bhFeidhm", - "execute_script": "Rith an Script" - }, - "search_definition": { - "add_search_option": "Cuir rogha cuardaigh leis:", - "search_string": "teaghrán cuardaigh", - "search_script": "script cuardaigh", - "ancestor": "sinsear", - "fast_search": "cuardach tapa", - "fast_search_description": "Díchumasaíonn an rogha cuardaigh thapa cuardach iomlán ar ábhar nótaí rud a d’fhéadfadh luas a chur le cuardach i mbunachair shonraí móra.", - "include_archived": "cuir cartlannaithe san áireamh", - "include_archived_notes_description": "De réir réamhshocraithe, eisiatar nótaí cartlannaithe ó thorthaí cuardaigh, agus leis an rogha seo cuirfear san áireamh iad.", - "order_by": "ordú de réir", - "limit": "teorainn", - "limit_description": "Teorainn a chur le líon na dtorthaí", - "debug": "dífhabhtú", - "debug_description": "Priontálfaidh Debug faisnéis bhreise dífhabhtaithe isteach sa chonsól chun cabhrú le fiosrúcháin chasta a dhífhabhtú", - "action": "gníomh", - "search_button": "Cuardaigh", - "search_execute": "Gníomhartha Cuardaigh & Forghníomhaithe", - "save_to_note": "Sábháil chuig nóta", - "search_parameters": "Paraiméadair Chuardaigh", - "unknown_search_option": "Rogha cuardaigh anaithnid {{searchOptionName}}", - "search_note_saved": "Tá an nóta cuardaigh sábháilte i {{- notePathTitle}}", - "actions_executed": "Tá gníomhartha curtha i gcrích.", - "view_options": "Roghanna féachana:" - }, - "similar_notes": { - "title": "Nótaí Comhchosúla", - "no_similar_notes_found": "Níor aimsíodh aon nótaí comhchosúla." - }, - "abstract_search_option": { - "remove_this_search_option": "Bain an rogha cuardaigh seo", - "failed_rendering": "Theip ar an rogha cuardaigh rindreála: {{dto}} le hearráid: {{error}} {{stack}}" - }, - "ancestor": { - "label": "Sinsear", - "placeholder": "cuardach nóta de réir a ainm", - "depth_label": "doimhneacht", - "depth_doesnt_matter": "níl aon tábhacht leis", - "depth_eq": "is é {{count}} go díreach", - "direct_children": "páistí díreacha", - "depth_gt": "níos mó ná {{count}}", - "depth_lt": "is lú ná {{count}}" - }, - "debug": { - "debug": "Dífhabhtú", - "debug_info": "Priontálfaidh Debug faisnéis bhreise dífhabhtaithe isteach sa chonsól chun cabhrú le fiosrúcháin chasta a dhífhabhtú.", - "access_info": "Chun rochtain a fháil ar an bhfaisnéis dífhabhtaithe, cuir an fiosrúchán i gcrích agus cliceáil ar \"Taispeáin log an chúltaca\" sa chúinne uachtarach ar chlé." - }, - "fast_search": { - "fast_search": "Cuardach tapa", - "description": "Díchumasaíonn an rogha cuardaigh thapa cuardach iomlán ar ábhar nótaí rud a d’fhéadfadh luas a chur le cuardach i mbunachair shonraí móra." - }, - "include_archived_notes": { - "include_archived_notes": "Cuir nótaí cartlannaithe san áireamh" - }, - "limit": { - "limit": "Teorainn", - "take_first_x_results": "Glac na chéad X torthaí sonraithe amháin." - }, - "order_by": { - "order_by": "Ordú de réir", - "relevancy": "Ábharthacht (réamhshocraithe)", - "title": "Teideal", - "date_created": "Dáta cruthaithe", - "date_modified": "Dáta an mhodhnaithe dheireanaigh", - "content_size": "Méid ábhar nóta", - "content_and_attachments_size": "Méid ábhar nótaí lena n-áirítear ceangaltáin", - "content_and_attachments_and_revisions_size": "Tabhair faoi deara méid an ábhair lena n-áirítear ceangaltáin agus athbhreithnithe", - "revision_count": "Líon na n-athbhreithnithe", - "children_count": "Líon na nótaí leanaí", - "parent_count": "Líon na gclón", - "owned_label_count": "Líon na lipéid", - "owned_relation_count": "Líon na gcaidreamh", - "target_relation_count": "Líon na gcaidreamh atá dírithe ar an nóta", - "random": "Ord randamach", - "asc": "Ag dul suas (réamhshocraithe)", - "desc": "Ag dul síos" - }, - "search_script": { - "title": "Script cuardaigh:", - "placeholder": "cuardach nóta de réir a ainm", - "description1": "Ligeann script cuardaigh torthaí cuardaigh a shainiú trí script a rith. Soláthraíonn sé seo an tsolúbthacht uasta nuair nach leor cuardach caighdeánach.", - "description2": "Ní mór don script cuardaigh a bheith den chineál \"cód\" agus den fhochineál \"JavaScript backend\". Caithfidh an script sraith de nótaí aitheantóirí nó nótaí a thabhairt ar ais.", - "example_title": "Féach ar an sampla seo:", - "example_code": "// 1. réamh-scagadh ag baint úsáide as cuardach caighdeánach\nconst candidateNotes = api.searchForNotes(\"#iris\");\n\n// 2. critéir chuardaigh saincheaptha a chur i bhfeidhm\nconst matchedNotes = candidateNotes\n.filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", - "note": "Tabhair faoi deara nach féidir an script cuardaigh agus an teaghrán cuardaigh a chomhcheangal le chéile." - }, - "search_string": { - "title_column": "Teaghrán cuardaigh:", - "placeholder": "eochairfhocail lántéacs, #tag = luach...", - "search_syntax": "Comhréir cuardaigh", - "also_see": "féach freisin", - "complete_help": "cabhair iomlán ar chomhréir chuardaigh", - "full_text_search": "Níl le déanamh ach aon téacs a iontráil le haghaidh cuardach téacs iomlán", - "label_abc": "nótaí ar ais leis an lipéad abc", - "label_year": "nótaí a mheaitseálann le bliain lipéid a bhfuil luach 2019 acu", - "label_rock_pop": "nótaí a bhfuil lipéid rac-cheoil agus pop orthu araon", - "label_rock_or_pop": "ní mór ach ceann amháin de na lipéid a bheith i láthair", - "label_year_comparison": "comparáid uimhriúil (chomh maith >, >=, <).", - "label_date_created": "nótaí a cruthaíodh sa mhí seo caite", - "error": "Earráid chuardaigh: {{error}}", - "search_prefix": "Cuardaigh:" - }, - "attachment_detail": { - "open_help_page": "Oscail leathanach cabhrach ar cheangaltáin", - "owning_note": "Nóta úinéireachta: ", - "you_can_also_open": ", is féidir leat an oscailt freisin ", - "list_of_all_attachments": "Liosta de na ceangaltáin uile", - "attachment_deleted": "Scriosadh an ceangaltán seo." - }, - "attachment_list": { - "open_help_page": "Oscail leathanach cabhrach ar cheangaltáin", - "owning_note": "Nóta úinéireachta: ", - "upload_attachments": "Uaslódáil ceangaltáin", - "no_attachments": "Níl aon cheangaltáin leis an nóta seo." - }, - "book": { - "no_children_help": "Níl aon nótaí faoi mhíbhuntáiste sa bhailiúchán seo mar sin níl aon rud le taispeáint. Féach ar an vicí le haghaidh tuilleadh sonraí.", - "drag_locked_title": "Glasáilte le haghaidh eagarthóireachta", - "drag_locked_message": "Ní cheadaítear tarraingt ós rud é go bhfuil an bailiúchán faoi ghlas le haghaidh eagarthóireachta." - }, - "editable_code": { - "placeholder": "Clóscríobh ábhar do nóta cóid anseo..." - }, - "editable_text": { - "placeholder": "Clóscríobh ábhar do nóta anseo...", - "editor_crashed_title": "Thuairteáil an t-eagarthóir téacs", - "editor_crashed_content": "Aisghabhadh d’ábhar go rathúil, ach b’fhéidir nár sábháladh cuid de do chuid athruithe is déanaí.", - "editor_crashed_details_button": "Féach tuilleadh sonraí...", - "editor_crashed_details_intro": "Má bhíonn an earráid seo agat arís agus arís eile, smaoinigh ar í a thuairisciú ar GitHub tríd an bhfaisnéis thíos a ghreamú.", - "editor_crashed_details_title": "Faisnéis theicniúil", - "auto-detect-language": "Braite go huathoibríoch", - "keeps-crashing": "Tá an chomhpháirt eagarthóireachta ag tuairteáil i gcónaí. Déan iarracht Trilium a atosú. Má leanann an fhadhb, smaoinigh ar thuairisc fabht a chruthú." - }, - "empty": { - "open_note_instruction": "Oscail nóta trí theideal an nóta a chlóscríobh sa bhosca ionchuir thíos nó roghnaigh nóta sa chrann.", - "search_placeholder": "cuardach a dhéanamh ar nóta de réir a ainm", - "enter_workspace": "Cuir isteach spás oibre {{title}}" - }, - "file": { - "file_preview_not_available": "Níl réamhamharc comhaid ar fáil don fhormáid comhaid seo.", - "too_big": "Ní thaispeánann an réamhamharc ach na chéad {{maxNumChars}} carachtar den chomhad ar chúiseanna feidhmíochta. Íoslódáil an comhad agus oscail go seachtrach é le go mbeidh tú in ann an t-ábhar iomlán a fheiceáil." - }, - "protected_session": { - "enter_password_instruction": "Éilíonn tú do phasfhocal a iontráil chun nóta faoi chosaint a thaispeáint:", - "start_session_button": "Tosaigh seisiún faoi chosaint", - "started": "Tá seisiún faoi chosaint tosaithe.", - "wrong_password": "Pasfhocal mícheart.", - "protecting-finished-successfully": "Críochnaíodh an chosaint go rathúil.", - "unprotecting-finished-successfully": "Críochnaíodh an díchosaint go rathúil.", - "protecting-in-progress": "Cosaint ar siúl: {{count}}", - "unprotecting-in-progress-count": "Díchosaint ar siúl: {{count}}", - "protecting-title": "Stádas cosanta", - "unprotecting-title": "Stádas díchosanta" - }, - "relation_map": { - "open_in_new_tab": "Oscail i gcluaisín nua", - "remove_note": "Bain nóta", - "edit_title": "Cuir an teideal in eagar", - "rename_note": "Athainmnigh an nóta", - "enter_new_title": "Cuir isteach teideal nua an nóta:", - "remove_relation": "Bain an gaol", - "confirm_remove_relation": "An bhfuil tú cinnte gur mian leat an gaol a bhaint?", - "specify_new_relation_name": "Sonraigh ainm an chaidrimh nua (carachtair cheadaithe: alfa-uimhriúla, colon agus fo-líne):", - "connection_exists": "Tá nasc '{{name}}' idir na nótaí seo ann cheana féin.", - "start_dragging_relations": "Tosaigh ag tarraingt caidrimh as seo agus scaoil iad ar nóta eile.", - "note_not_found": "Nóta {{noteId}} gan aimsiú!", - "cannot_match_transform": "Ní féidir an claochlú a mheaitseáil: {{transform}}", - "note_already_in_diagram": "Tabhair faoi deara go bhfuil \"{{title}}\" sa léaráid cheana féin.", - "enter_title_of_new_note": "Cuir isteach teideal an nóta nua", - "default_new_note_title": "nóta nua", - "click_on_canvas_to_place_new_note": "Cliceáil ar chanbhás chun nóta nua a chur" - }, - "render": { - "note_detail_render_help_1": "Taispeántar an nóta cabhrach seo mar nach bhfuil aon ghaol riachtanach ag an nóta seo den chineál Render HTML le go bhfeidhmeoidh sé i gceart.", - "note_detail_render_help_2": "Úsáidtear cineál nóta HTML rindreála le haghaidh scriptithe. Go hachomair, tá nóta cóid HTML agat (le roinnt JavaScript más féidir) agus déanfaidh an nóta seo é a rindreáil. Chun go n-oibreoidh sé, ní mór duit gaol ar a dtugtar \"renderNote\" a shainiú ag pointeáil chuig an nóta HTML atá le rindreáil." - }, - "web_view": { - "web_view": "Radharc Gréasáin", - "embed_websites": "Nóta den chineál Gréasáin a ligeann duit suíomhanna gréasáin a leabú i Trilium.", - "create_label": "Chun tús a chur leis, cruthaigh lipéad le seoladh URL ar mhaith leat a leabú, m.sh. #webViewSrc=\"https://www.google.com\"" - }, - "backend_log": { - "refresh": "Athnuachan" - }, - "consistency_checks": { - "title": "Seiceálacha Comhsheasmhachta", - "find_and_fix_button": "Fadhbanna comhsheasmhachta a aimsiú agus a shocrú", - "finding_and_fixing_message": "Fadhbanna comhsheasmhachta a aimsiú agus a shocrú...", - "issues_fixed_message": "Tá aon fhadhb chomhsheasmhachta a d'fhéadfadh a bheith aimsithe socraithe anois." - }, - "database_anonymization": { - "title": "Anaithnidiú Bunachar Sonraí", - "full_anonymization": "Anaithnidiú Iomlán", - "full_anonymization_description": "Cruthóidh an gníomh seo cóip nua den bhunachar sonraí agus déanfaidh sé anaithnidiú air (bainfear gach ábhar nótaí agus fágfar struchtúr agus roinnt meiteashonraí neamhíogaire amháin) le go mbeidh sé in ann é a roinnt ar líne chun críocha dífhabhtaithe gan eagla go sceithfidh tú do shonraí pearsanta.", - "save_fully_anonymized_database": "Sábháil bunachar sonraí lán-anaithnid", - "light_anonymization": "Anaithnidiú Éadrom", - "light_anonymization_description": "Cruthóidh an gníomh seo cóip nua den bhunachar sonraí agus déanfaidh sé beagán anaithnidithe air — go sonrach ní bhainfear ach ábhar na nótaí go léir, ach fanfaidh teidil agus tréithe. Ina theannta sin, fanfaidh nótaí scripte tosaigh/cúil JS saincheaptha agus giuirléidí saincheaptha. Soláthraíonn sé seo níos mó comhthéacs chun na fadhbanna a dhífhabhtú.", - "choose_anonymization": "Is féidir leat cinneadh a dhéanamh duit féin an mian leat bunachar sonraí atá anaithnid go hiomlán nó beagán gan ainm a sholáthar. Tá fiú bunachar sonraí atá anaithnid go hiomlán an-úsáideach, ach i gcásanna áirithe is féidir le bunachar sonraí atá anaithnid go héadrom an próiseas chun fabhtanna a aithint agus a shocrú a bhrostú.", - "save_lightly_anonymized_database": "Sábháil bunachar sonraí atá anaithnidithe go héadrom", - "existing_anonymized_databases": "Bunachair shonraí gan ainm atá ann cheana féin", - "creating_fully_anonymized_database": "Ag cruthú bunachar sonraí lán-anaithnidithe...", - "creating_lightly_anonymized_database": "Ag cruthú bunachar sonraí atá beagán anaithnidithe...", - "error_creating_anonymized_database": "Níorbh fhéidir bunachar sonraí gan ainm a chruthú, seiceáil logaí an chúltaca le haghaidh sonraí", - "successfully_created_fully_anonymized_database": "Cruthaíodh bunachar sonraí lán-anaithnid i {{anonymizedFilePath}}", - "successfully_created_lightly_anonymized_database": "Cruthaíodh bunachar sonraí atá beagán anaithnid i {{anonymizedFilePath}}", - "no_anonymized_database_yet": "Gan aon bhunachar sonraí anaithnidithe go fóill." - }, - "database_integrity_check": { - "title": "Seiceáil Ionracais Bunachar Sonraí", - "description": "Déanfaidh sé seo seiceáil nach bhfuil an bunachar sonraí truaillithe ar leibhéal SQLite. D’fhéadfadh sé go dtógfadh sé tamall, ag brath ar mhéid an bhunachair shonraí.", - "check_button": "Seiceáil sláine an bhunachair shonraí", - "checking_integrity": "Ag seiceáil sláine an bhunachair shonraí...", - "integrity_check_succeeded": "D’éirigh leis an tseiceáil ionracais - níor aimsíodh aon fhadhbanna.", - "integrity_check_failed": "Theip ar an tseiceáil ionracais: {{results}}" - }, - "sync": { - "title": "Sioncrónaigh", - "force_full_sync_button": "Fórsaigh sioncrónú iomlán", - "fill_entity_changes_button": "Líon taifid athruithe eintitis", - "full_sync_triggered": "Sioncrónú iomlán curtha i ngníomh", - "filling_entity_changes": "Líonadh sraitheanna athruithe eintiteas...", - "sync_rows_filled_successfully": "Líontar na sraitheanna sioncrónaithe go rathúil", - "finished-successfully": "Críochnaíodh an sioncrónú go rathúil.", - "failed": "Theip ar an sioncrónú: {{message}}" - }, - "vacuum_database": { - "title": "Bunachar Sonraí Folúis", - "description": "Déanfaidh sé seo an bunachar sonraí a atógáil agus de ghnáth beidh comhad bunachar sonraí níos lú mar thoradh air. Ní athrófar aon sonraí i ndáiríre.", - "button_text": "Bunachar sonraí folúis", - "vacuuming_database": "Bunachar sonraí folúsghlanadh...", - "database_vacuumed": "Tá an bunachar sonraí folúsghlanaithe" - }, - "experimental_features": { - "title": "Roghanna Turgnamhacha", - "disclaimer": "Is roghanna turgnamhacha iad seo agus d’fhéadfadh éagobhsaíocht a bheith mar thoradh orthu. Bain úsáid astu go cúramach.", - "new_layout_name": "Leagan Amach Nua", - "new_layout_description": "Bain triail as an leagan amach nua le haghaidh cuma níos nua-aimseartha agus inúsáidteachta feabhsaithe. Tá sé faoi réir athruithe móra sna heisiúintí atá le teacht." - }, - "fonts": { - "theme_defined": "Téama sainmhínithe", - "fonts": "Clónna", - "main_font": "Príomhchló", - "font_family": "Teaghlach clónna", - "size": "Méid", - "note_tree_font": "Cló Crann Nótaí", - "note_detail_font": "Cló Sonraí Nóta", - "monospace_font": "Cló Aonspáis (cód)", - "note_tree_and_detail_font_sizing": "Tabhair faoi deara go bhfuil méid an chló crainn agus mionsonraí i gcoibhneas leis an bpríomhshocrú méid cló.", - "not_all_fonts_available": "B’fhéidir nach bhfuil na clónna uile atá liostaithe ar fáil ar do chóras.", - "apply_font_changes": "Chun athruithe cló a chur i bhfeidhm, cliceáil ar", - "reload_frontend": "athlódáil tosaigh", - "generic-fonts": "Clónna ginearálta", - "sans-serif-system-fonts": "Clónna córais Sans-serif", - "serif-system-fonts": "Clónna córais Serif", - "monospace-system-fonts": "Clónna córais aonspáis", - "handwriting-system-fonts": "Clónna córais lámhscríbhneoireachta", - "serif": "Serif", - "sans-serif": "Sans Serif", - "monospace": "Aonspás", - "system-default": "Réamhshocrú an chórais" - }, - "max_content_width": { - "title": "Leithead an Ábhair", - "default_description": "De réir réamhshocraithe, cuireann Trilium teorainn le huasleithead an ábhair chun inléiteacht a fheabhsú le haghaidh scáileáin uasmhéadaithe ar scáileáin leathana.", - "max_width_label": "Leithead uasta an ábhair", - "max_width_unit": "picteilíní", - "centerContent": "Coinnigh an t-ábhar i lár an aonaigh" - }, - "native_title_bar": { - "title": "Barra Teidil Dúchasach (éilíonn atosú an aip)", - "enabled": "cumasaithe", - "disabled": "díchumasaithe" - }, - "ribbon": { - "widgets": "Giuirléidí ribín", - "promoted_attributes_message": "Osclófar an cluaisín ribín Tréithe Ardaithe go huathoibríoch má tá tréithe ardaithe i láthair ar an nóta", - "edited_notes_message": "Osclófar an cluaisín ribín Nótaí Eagarthóireachta go huathoibríoch ar nótaí lae" - }, - "theme": { - "title": "Téama an Iarratais", - "theme_label": "Téama", - "override_theme_fonts_label": "Sáraigh clónna téama", - "auto_theme": "Seanchóras (Lean scéim dathanna an chórais)", - "light_theme": "Oidhreacht (Éadrom)", - "dark_theme": "Oidhreacht (Dorcha)", - "triliumnext": "Trilium (Lean scéim dathanna an chórais)", - "triliumnext-light": "Trilium (Éadrom)", - "triliumnext-dark": "Trilium (Dorcha)", - "layout": "Leagan Amach", - "layout-vertical-title": "Ingearach", - "layout-horizontal-title": "Cothrománach", - "layout-vertical-description": "tá barra lainseála ar chlé (réamhshocraithe)", - "layout-horizontal-description": "Tá barra an lainseálaí faoin mbarra cluaisín, tá an barra cluaisín lánleithead anois." - }, - "ui-performance": { - "title": "Feidhmíocht", - "enable-motion": "Cumasaigh aistrithe agus beochana", - "enable-shadows": "Cumasaigh scáthanna", - "enable-backdrop-effects": "Cumasaigh éifeachtaí cúlra do bhiachláir, fuinneoga aníos agus painéil", - "enable-smooth-scroll": "Cumasaigh scrollú réidh", - "app-restart-required": "(tá atosú an fheidhmchláir ag teastáil chun an t-athrú a chur i bhfeidhm)" - }, - "ai_llm": { - "not_started": "Níor tosaíodh", - "title": "Socruithe AI", - "processed_notes": "Nótaí Próiseáilte", - "total_notes": "Nótaí Iomlána", - "progress": "Dul Chun Cinn", - "queued_notes": "Nótaí i gCiú", - "failed_notes": "Nótaí Theipthe", - "last_processed": "Próiseáilte Deiridh", - "refresh_stats": "Athnuachan Staitisticí", - "enable_ai_features": "Cumasaigh gnéithe AI/LLM", - "enable_ai_description": "Cumasaigh gnéithe AI cosúil le achoimre nótaí, giniúint ábhair, agus cumais LLM eile", - "openai_tab": "OpenAI", - "anthropic_tab": "Anthropic", - "voyage_tab": "Voyage AI", - "ollama_tab": "Ollama", - "enable_ai": "Cumasaigh gnéithe AI/LLM", - "enable_ai_desc": "Cumasaigh gnéithe AI cosúil le achoimre nótaí, giniúint ábhair, agus cumais LLM eile", - "provider_configuration": "Cumraíocht Soláthraí AI", - "provider_precedence": "Tosaíocht Soláthraí", - "provider_precedence_description": "Liosta soláthraithe scartha le camóga in ord tosaíochta (m.sh., 'openai, anthropic, ollama')", - "temperature": "Teocht", - "temperature_description": "Rialaíonn randamacht i bhfreagraí (0 = cinntitheach, 2 = uasmhéid randamachta)", - "system_prompt": "Pras Córais", - "system_prompt_description": "Leid réamhshocraithe an chórais a úsáidtear le haghaidh gach idirghníomhaíocht AI", - "openai_configuration": "Cumraíocht OpenAI", - "openai_settings": "Socruithe OpenAI", - "api_key": "Eochair API", - "url": "Bun-URL", - "model": "Samhail", - "openai_api_key_description": "D'eochair API OpenAI chun rochtain a fháil ar a gcuid seirbhísí AI", - "anthropic_api_key_description": "D'eochair API Anthropic chun rochtain a fháil ar mhúnlaí Claude", - "default_model": "Samhail Réamhshocraithe", - "openai_model_description": "Samplaí: gpt-4o, gpt-4-turbo, gpt-3.5-turbo", - "base_url": "Bun-URL", - "openai_url_description": "Réamhshocrú: https://api.openai.com/v1", - "anthropic_settings": "Socruithe Anthropic", - "anthropic_url_description": "Bun-URL don Anthropic API (réamhshocraithe: https://api.anthropic.com)", - "anthropic_model_description": "Samhlacha Anthropic Claude le haghaidh comhlánú comhrá", - "voyage_settings": "Socruithe Voyage AI", - "ollama_settings": "Socruithe Ollama", - "ollama_url_description": "URL don Ollama API (réamhshocrú: http://localhost:11434)", - "ollama_model_description": "Samhail Ollama le húsáid le haghaidh comhrá a chríochnú", - "anthropic_configuration": "Cumraíocht Anthropic", - "voyage_configuration": "Cumraíocht AI Voyage", - "voyage_url_description": "Réamhshocrú: https://api.voyageai.com/v1", - "ollama_configuration": "Cumraíocht Ollama", - "enable_ollama": "Cumasaigh Ollama", - "enable_ollama_description": "Cumasaigh Ollama le haghaidh úsáide áitiúla samhail AI", - "ollama_url": "URL Ollama", - "ollama_model": "Samhail Ollama", - "refresh_models": "Athnuachan Samhlacha", - "refreshing_models": "Ag athnuachan...", - "enable_automatic_indexing": "Cumasaigh Innéacsú Uathoibríoch", - "rebuild_index": "Innéacs Athchóirithe", - "rebuild_index_error": "Earráid ag tosú atógáil an innéacs. Seiceáil na logaí le haghaidh sonraí.", - "note_title": "Teideal an Nóta", - "error": "Earráid", - "last_attempt": "Iarracht Dheiridh", - "actions": "Gníomhartha", - "retry": "Déan iarracht eile", - "partial": "{{ percentage }}% críochnaithe", - "retry_queued": "Nóta curtha i scuaine le haghaidh athiarrachta", - "retry_failed": "Theip ar an nóta a chur sa scuaine le haghaidh athiarrachta", - "max_notes_per_llm_query": "Uasmhéid Nótaí In Aghaidh an Fhiosrúcháin", - "max_notes_per_llm_query_description": "Uasmhéid nótaí comhchosúla le cur san áireamh i gcomhthéacs na hintleachta saorga", - "active_providers": "Soláthraithe Gníomhacha", - "disabled_providers": "Soláthraithe faoi Mhíchumas", - "remove_provider": "Bain an soláthraí as an gcuardach", - "restore_provider": "Athchóirigh soláthraí chuig an gcuardach", - "similarity_threshold": "Tairseach Cosúlachta", - "similarity_threshold_description": "Scór cosúlachta íosta (0-1) le go n-áireofar nótaí i gcomhthéacs fiosrúcháin LLM", - "reprocess_index": "Athchruthaigh Innéacs Cuardaigh", - "reprocessing_index": "Atógáil...", - "reprocess_index_started": "Cuireadh tús le hoptamú innéacs cuardaigh sa chúlra", - "reprocess_index_error": "Earráid ag atógáil innéacs cuardaigh", - "index_rebuild_progress": "Dul Chun Cinn Athchóirithe Innéacs", - "index_rebuilding": "Innéacs optamaithe ({{percentage}}%)", - "index_rebuild_complete": "Uasmhéadú innéacs críochnaithe", - "index_rebuild_status_error": "Earráid ag seiceáil stádas athchóirithe innéacs", - "never": "Choíche", - "processing": "Próiseáil ({{percentage}}%)", - "incomplete": "Neamhchríochnaithe ({{percentage}}%)", - "complete": "Críochnaithe (100%)", - "refreshing": "Ag athnuachan...", - "auto_refresh_notice": "Athnuachan uathoibríoch gach {{seconds}} soicind", - "note_queued_for_retry": "Nóta curtha i scuaine le haghaidh athiarrachta", - "failed_to_retry_note": "Theip ar an nóta a athdhéanamh", - "all_notes_queued_for_retry": "Gach nóta nár éirigh leo curtha i scuaine le haghaidh athiarrachta", - "failed_to_retry_all": "Theip ar athiarracht nótaí", - "ai_settings": "Socruithe AI", - "api_key_tooltip": "Eochair API chun rochtain a fháil ar an tseirbhís", - "empty_key_warning": { - "anthropic": "Tá eochair API Anthropic folamh. Cuir isteach eochair API bhailí le do thoil.", - "openai": "Tá eochair API OpenAI folamh. Cuir isteach eochair API bhailí le do thoil.", - "voyage": "Tá eochair API Voyage folamh. Cuir isteach eochair API bhailí le do thoil.", - "ollama": "Tá eochair API Ollama folamh. Cuir isteach eochair API bhailí le do thoil." + "clone_to": { + "clone_notes_to": "Nótaí clónála chuig...", + "help_on_links": "Cabhair le naisc", + "notes_to_clone": "Nótaí le clónáil", + "target_parent_note": "Nóta tuismitheora spriocdhírithe", + "search_for_note_by_its_name": "cuardach nóta de réir a ainm", + "cloned_note_prefix_title": "Taispeánfar nóta clónáilte sa chrann nótaí leis an réimír tugtha", + "prefix_optional": "Réimír (roghnach)", + "clone_to_selected_note": "Clónáil chuig an nóta roghnaithe", + "no_path_to_clone_to": "Gan aon chonair le clónáil chuige.", + "note_cloned": "Tabhair faoi deara gur clónáladh \"{{clonedTitle}}\" isteach i \"{{targetTitle}}\"" }, - "agent": { - "processing": "Ag próiseáil...", - "thinking": "Ag smaoineamh...", - "loading": "Ag lódáil...", - "generating": "Ag giniúint..." + "confirm": { + "confirmation": "Deimhniú", + "cancel": "Cealaigh", + "ok": "Ceart go leor", + "are_you_sure_remove_note": "An bhfuil tú cinnte gur mian leat an nóta \"{{title}}\" a bhaint den léarscáil caidrimh? ", + "if_you_dont_check": "Mura seiceálann tú é seo, ní bhainfear an nóta ach den léarscáil chaidrimh.", + "also_delete_note": "Scrios an nóta freisin" }, - "name": "Intleacht Shaorga", - "openai": "OpenAI", - "use_enhanced_context": "Úsáid comhthéacs feabhsaithe", - "enhanced_context_description": "Tugann sé níos mó comhthéacs don AI ón nóta agus a nótaí gaolmhara le haghaidh freagraí níos fearr", - "show_thinking": "Taispeáin smaointeoireacht", - "show_thinking_description": "Taispeáin slabhra phróiseas smaointeoireachta na hintleachta saorga", - "enter_message": "Cuir isteach do theachtaireacht...", - "error_contacting_provider": "Earráid ag teacht i dteagmháil leis an soláthraí AI. Seiceáil do shocruithe agus do nasc idirlín le do thoil.", - "error_generating_response": "Earráid ag giniúint freagra AI", - "index_all_notes": "Innéacs na Nótaí Uile", - "index_status": "Stádas Innéacs", - "indexed_notes": "Nótaí Innéacsaithe", - "indexing_stopped": "Stopadh an innéacsú", - "indexing_in_progress": "Innéacsú ar siúl...", - "last_indexed": "Innéacsaithe Deiridh", - "note_chat": "Comhrá Nótaí", - "sources": "Foinsí", - "start_indexing": "Tosaigh ag Innéacsú", - "use_advanced_context": "Úsáid Comhthéacs Ardleibhéil", - "ollama_no_url": "Níl Ollama cumraithe. Cuir isteach URL bailí le do thoil.", - "chat": { - "root_note_title": "Comhráite AI", - "root_note_content": "Tá do chomhráite comhrá AI sábháilte sa nóta seo.", - "new_chat_title": "Comhrá Nua", - "create_new_ai_chat": "Cruthaigh Comhrá AI nua" + "delete_notes": { + "delete_notes_preview": "Réamhamharc ar scriosadh nótaí", + "close": "Dún", + "delete_all_clones_description": "Scrios gach clón freisin (is féidir é seo a chealú in athruithe le déanaí)", + "erase_notes_description": "Ní mharcálann scriosadh gnáth (bog) ach na nótaí mar scriosta agus is féidir iad a dhíscriosadh (sa dialóg athruithe le déanaí) laistigh de thréimhse ama. Scriosfar na nótaí láithreach má sheiceálann tú an rogha seo agus ní bheidh sé indéanta na nótaí a dhíscriosadh.", + "erase_notes_warning": "Scrios nótaí go buan (ní féidir é seo a chealú), lena n-áirítear na clónanna go léir. Cuirfidh sé seo iallach ar an bhfeidhmchlár athlódáil.", + "notes_to_be_deleted": "Scriosfar na nótaí seo a leanas ({{notesCount}})", + "no_note_to_delete": "Ní scriosfar aon nóta (clóin amháin).", + "broken_relations_to_be_deleted": "Brisfear agus scriosfar na caidrimh seo a leanas ({{ relationCount}})", + "cancel": "Cealaigh", + "ok": "Ceart go leor", + "deleted_relation_text": "Tá tagairt don nóta {{- note}} (le scriosadh) le gaol {{- relation}} a thagann ó {{- source}}." }, - "create_new_ai_chat": "Cruthaigh Comhrá AI nua", - "configuration_warnings": "Tá roinnt fadhbanna le do chumraíocht AI. Seiceáil do shocruithe le do thoil.", - "experimental_warning": "Tá an ghné LLM turgnamhach faoi láthair - tugadh rabhadh duit.", - "selected_provider": "Soláthraí Roghnaithe", - "selected_provider_description": "Roghnaigh an soláthraí AI le haghaidh gnéithe comhrá agus comhlánaithe", - "select_model": "Roghnaigh samhail...", - "select_provider": "Roghnaigh soláthraí...", - "ai_enabled": "Gnéithe AI cumasaithe", - "ai_disabled": "Gnéithe AI díchumasaithe", - "no_models_found_online": "Níor aimsíodh aon mhúnlaí. Seiceáil d’eochair API agus do shocruithe le do thoil.", - "no_models_found_ollama": "Níor aimsíodh aon mhúnlaí Ollama. Seiceáil le do thoil an bhfuil Ollama ag rith.", - "error_fetching": "Earráid ag fáil samhlacha: {{error}}" - }, - "zoom_factor": { - "title": "Fachtóir Súmáil (leagan deisce amháin)", - "description": "Is féidir súmáil a rialú le haicearraí CTRL+- agus CTRL+= chomh maith." - }, - "code_auto_read_only_size": { - "title": "Méid Uathoibríoch Léite Amháin", - "description": "Is é méid uathoibríoch nótaí inléite amháin an méid tar éis a dtaispeánfar nótaí i mód inléite amháin (ar chúiseanna feidhmíochta).", - "label": "Méid inléite amháin uathoibríoch (nótaí cóid)", - "unit": "carachtair" - }, - "code-editor-options": { - "title": "Eagarthóir" - }, - "code_mime_types": { - "title": "Cineálacha MIME atá ar fáil sa roghchlár anuas", - "tooltip_syntax_highlighting": "Aibhsiú comhréire", - "tooltip_code_block_syntax": "Bloic chóid i nótaí Téacs", - "tooltip_code_note_syntax": "Nótaí cóid" - }, - "vim_key_bindings": { - "use_vim_keybindings_in_code_notes": "Ceangail eochracha Vim", - "enable_vim_keybindings": "Cumasaigh ceangail eochracha Vim i nótaí cóid (gan mód ex)" - }, - "wrap_lines": { - "wrap_lines_in_code_notes": "Fill línte i nótaí cóid", - "enable_line_wrap": "Cumasaigh Fillteán Líne (b’fhéidir go mbeadh athlódáil tosaigh ag teastáil chun go dtiocfadh an t-athrú i bhfeidhm)" - }, - "images": { - "images_section_title": "Íomhánna", - "download_images_automatically": "Íoslódáil íomhánna go huathoibríoch le húsáid as líne.", - "download_images_description": "Is féidir tagairtí d’íomhánna ar líne a bheith i HTML greamaithe, aimseoidh Trilium na tagairtí sin agus íoslódálfaidh sé na híomhánna ionas go mbeidh siad ar fáil as líne.", - "enable_image_compression": "Cumasaigh comhbhrú íomhá", - "max_image_dimensions": "Uasleithead/airde íomhá (athrófar méid na híomhá má sháraíonn sí an socrú seo).", - "max_image_dimensions_unit": "picteilíní", - "jpeg_quality_description": "Cáilíocht JPEG (10 - an caighdeán is measa, 100 - an caighdeán is fearr, moltar 50 - 85)" - }, - "attachment_erasure_timeout": { - "attachment_erasure_timeout": "Am Teorann Scriosadh Ceangaltáin", - "attachment_auto_deletion_description": "Scriostar ceangaltáin go huathoibríoch (agus scriostar iad) mura ndéantar tagairt dóibh ina nóta a thuilleadh tar éis tréimhse ama socraithe.", - "erase_attachments_after": "Scrios ceangaltáin neamhúsáidte tar éis:", - "manual_erasing_description": "Is féidir leat scriosadh a spreagadh de láimh freisin (gan an t-am críochnaithe a shainmhínítear thuas a chur san áireamh):", - "erase_unused_attachments_now": "Scrios nótaí ceangaltáin neamhúsáidte anois", - "unused_attachments_erased": "Scriosadh ceangaltáin neamhúsáidte." - }, - "network_connections": { - "network_connections_title": "Naisc Líonra", - "check_for_updates": "Seiceáil le haghaidh nuashonruithe go huathoibríoch" - }, - "note_erasure_timeout": { - "note_erasure_timeout_title": "Am Scriosadh Nótaí", - "note_erasure_description": "Ní dhéantar nótaí scriosta (agus tréithe, athbhreithnithe...) a mharcáil ach mar scriosta ar dtús agus is féidir iad a aisghabháil ón dialóg Nótaí Le Déanaí. Tar éis tamaill, déantar nótaí scriosta a \"scriosadh\" rud a chiallaíonn nach féidir a n-ábhar a aisghabháil a thuilleadh. Ligeann an socrú seo duit fad na tréimhse idir an nóta a scriosadh agus a scriosadh a chumrú.", - "erase_notes_after": "Scrios nótaí tar éis:", - "manual_erasing_description": "Is féidir leat scriosadh a spreagadh de láimh freisin (gan an t-am críochnaithe a shainmhínítear thuas a chur san áireamh):", - "erase_deleted_notes_now": "Scrios nótaí scriosta anois", - "deleted_notes_erased": "Tá nótaí scriosta scriosta." - }, - "revisions_snapshot_interval": { - "note_revisions_snapshot_interval_title": "Eatramh Léirmheasa ar Nóta", - "note_revisions_snapshot_description": "Is é an t-eatramh pictiúr athbhreithnithe nóta an t-am ina dhiaidh a chruthófar athbhreithniú nóta nua don nóta. Féach vicí le haghaidh tuilleadh eolais.", - "snapshot_time_interval_label": "Eatramh ama pictiúr athbhreithnithe nóta:" - }, - "revisions_snapshot_limit": { - "note_revisions_snapshot_limit_title": "Teorainn ar Ghrianghraf Athbhreithnithe Nóta", - "note_revisions_snapshot_limit_description": "Tagraíonn an teorainn ar líon na n-athbhreithnithe nótaí don líon uasta athbhreithnithe is féidir a shábháil do gach nóta. Ciallaíonn -1 gan aon teorainn, ciallaíonn 0 scriosadh na hathbhreithnithe go léir. Is féidir leat an líon uasta athbhreithnithe a shocrú do nóta aonair tríd an lipéad #versioningLimit.", - "snapshot_number_limit_label": "Teorainn líon na n-íomhánna athbhreithnithe nóta:", - "snapshot_number_limit_unit": "léargais", - "erase_excess_revision_snapshots": "Scrios na léargais athbhreithnithe breise anois", - "erase_excess_revision_snapshots_prompt": "Scriosadh na léargais bhreise athbhreithnithe." - }, - "search_engine": { - "title": "Inneall Cuardaigh", - "custom_search_engine_info": "Éilíonn inneall cuardaigh saincheaptha go socrófar ainm agus URL araon. Mura socraítear ceachtar acu seo, úsáidfear DuckDuckGo mar an t-inneall cuardaigh réamhshocraithe.", - "predefined_templates_label": "Teimpléid inneall cuardaigh réamhshainithe", - "bing": "Bing", - "baidu": "Baidu", - "duckduckgo": "DuckDuckGo", - "google": "Google", - "custom_name_label": "Ainm innill chuardaigh saincheaptha", - "custom_name_placeholder": "Saincheap ainm an innill chuardaigh", - "custom_url_label": "Ba chóir go mbeadh {keyword} san áireamh mar áitchoinneálaí don téarma cuardaigh i URL inneall cuardaigh saincheaptha.", - "custom_url_placeholder": "Saincheap url an innill chuardaigh", - "save_button": "Sábháil" - }, - "tray": { - "title": "Tráidire an Chórais", - "enable_tray": "Cumasaigh an tráidire (ní mór Trilium a atosú le go dtiocfaidh an t-athrú seo i bhfeidhm)" - }, - "heading_style": { - "title": "Stíl Ceannteidil", - "plain": "Simplí", - "underline": "Folínigh", - "markdown": "Stíl marcála síos" - }, - "highlights_list": { - "title": "Liosta Buaicphointí", - "description": "Is féidir leat an liosta buaicphointí a thaispeántar sa phainéal ar dheis a shaincheapadh:", - "bold": "Téacs trom", - "italic": "Téacs iodálach", - "underline": "Téacs faoi líne", - "color": "Téacs daite", - "bg_color": "Téacs le dath cúlra", - "visibility_title": "Infheictheacht an Liosta Buaicphointí", - "visibility_description": "Is féidir leat an giuirléid buaicphointí a cheilt in aghaidh an nóta trí lipéad #hideHighlightWidget a chur leis.", - "shortcut_info": "Is féidir leat aicearra méarchláir a chumrú chun an painéal ar dheis (lena n-áirítear Buaicphointí) a athrú go tapa sna Roghanna -> Aicearraí (ainm 'toggleRightPane')." - }, - "table_of_contents": { - "title": "Clár Ábhair", - "description": "Beidh clár ábhair le feiceáil i nótaí téacs nuair a bhíonn níos mó ná líon sainithe ceannteidil sa nóta. Is féidir leat an líon seo a shaincheapadh:", - "unit": "ceannteidil", - "disable_info": "Is féidir leat an rogha seo a úsáid freisin chun TOC a dhíchumasú go héifeachtach trí uimhir an-ard a shocrú.", - "shortcut_info": "Is féidir leat aicearra méarchláir a chumrú chun an painéal ar dheis (lena n-áirítear an tÁbhar Ábhar) a athrú go tapa sna Roghanna -> Aicearraí (ainm 'toggleRightPane')." - }, - "text_auto_read_only_size": { - "title": "Méid Uathoibríoch Léite Amháin", - "description": "Is é méid uathoibríoch nótaí inléite amháin an méid tar éis a dtaispeánfar nótaí i mód inléite amháin (ar chúiseanna feidhmíochta).", - "label": "Méid inléite amháin uathoibríoch (nótaí téacs)", - "unit": "carachtair" - }, - "custom_date_time_format": { - "title": "Formáid Dáta/Am Saincheaptha", - "description": "Saincheap formáid an dáta agus an ama a chuirtear isteach trí nó an barra uirlisí. Féach ar doiciméid Day.js le haghaidh na gcomharthaí formáide atá ar fáil.", - "format_string": "Formáid teaghrán:", - "formatted_time": "Dáta/am formáidithe:" - }, - "i18n": { - "title": "Logánú", - "language": "Teanga", - "first-day-of-the-week": "An chéad lá den tseachtain", - "monday": "Dé Luain", - "tuesday": "Dé Máirt", - "wednesday": "Dé Céadaoin", - "thursday": "Déardaoin", - "friday": "Dé hAoine", - "saturday": "Dé Sathairn", - "sunday": "Dé Domhnaigh", - "first-week-of-the-year": "An chéad seachtain den bhliain", - "first-week-contains-first-day": "Tá an chéad lá den bhliain sa chéad seachtain", - "first-week-contains-first-thursday": "Tá an chéad Déardaoin den bhliain sa chéad seachtain", - "first-week-has-minimum-days": "Tá an chéad seachtain ag an íosmhéid laethanta", - "min-days-in-first-week": "Íosmhéid laethanta sa chéad seachtain", - "first-week-info": "Tá an chéad seachtain ina bhfuil an chéad Déardaoin den bhliain bunaithe ar chaighdeán ISO 8601.", - "first-week-warning": "D’fhéadfadh sé go mbeadh dúblach le Nótaí Seachtaine atá ann cheana féin mar thoradh ar athrú roghanna na chéad seachtaine agus ní dhéanfar na Nótaí Seachtaine atá ann cheana a nuashonrú dá réir.", - "formatting-locale": "Formáid dáta agus uimhreach", - "formatting-locale-auto": "Bunaithe ar theanga an fheidhmchláir" - }, - "backup": { - "automatic_backup": "Cúltaca uathoibríoch", - "automatic_backup_description": "Is féidir le Trilium cúltaca den bhunachar sonraí a dhéanamh go huathoibríoch:", - "enable_daily_backup": "Cumasaigh cúltaca laethúil", - "enable_weekly_backup": "Cumasaigh cúltaca seachtainiúil", - "enable_monthly_backup": "Cumasaigh cúltaca míosúil", - "backup_recommendation": "Moltar an cúltaca a choinneáil casta air, ach is féidir leis seo moill a chur ar thosú feidhmchlár le bunachair shonraí móra agus/nó gléasanna stórála mall.", - "backup_now": "Cúltaca anois", - "backup_database_now": "Cúltaca bunachar sonraí anois", - "existing_backups": "Cúltacaí atá ann cheana féin", - "date-and-time": "Dáta & am", - "path": "Cosán", - "database_backed_up_to": "Tá cúltaca déanta den bhunachar sonraí chuig {{backupFilePath}}", - "no_backup_yet": "gan aon chúltaca fós" - }, - "etapi": { - "title": "ETAPI", - "description": "Is API REST é ETAPI a úsáidtear chun rochtain a fháil ar shampla Trilium go ríomhchláraitheach, gan chomhéadan úsáideora.", - "create_token": "Cruthaigh comhartha ETAPI nua", - "existing_tokens": "Comharthaí atá ann cheana féin", - "no_tokens_yet": "Níl aon chomharthaí ann fós. Cliceáil ar an gcnaipe thuas chun ceann a chruthú.", - "token_name": "Ainm an chomhartha", - "created": "Cruthaithe", - "actions": "Gníomhartha", - "new_token_title": "Comhartha ETAPI nua", - "new_token_message": "Cuir isteach ainm an chomhartha nua le do thoil", - "default_token_name": "comhartha nua", - "error_empty_name": "Ní féidir ainm an chomhartha a fhágáil folamh", - "token_created_title": "Cruthaíodh comhartha ETAPI", - "token_created_message": "Cóipeáil an comhartha cruthaithe isteach sa ghearrthaisce. Stórálann Trilium an comhartha haisithe agus seo an uair dheireanach a fheiceann tú é.", - "rename_token": "Athainmnigh an comhartha seo", - "delete_token": "Scrios / díghníomhachtaigh an comhartha seo", - "rename_token_title": "Athainmnigh an comhartha", - "rename_token_message": "Cuir isteach ainm an chomhartha nua le do thoil", - "delete_token_confirmation": "An bhfuil tú cinnte gur mian leat comhartha ETAPI \"{{name}}\" a scriosadh?" - }, - "options_widget": { - "options_status": "Stádas na roghanna", - "options_change_saved": "Tá na hathruithe roghanna sábháilte." - }, - "password": { - "heading": "Pasfhocal", - "alert_message": "Cuimhnigh ar do phasfhocal nua, le do thoil. Úsáidtear an pasfhocal chun logáil isteach sa chomhéadan gréasáin agus chun nótaí faoi chosaint a chriptiú. Má dhéanann tú dearmad ar do phasfhocal, cailltear do nótaí faoi chosaint go deo.", - "reset_link": "Cliceáil anseo chun é a athshocrú.", - "old_password": "Seanfhocal faire", - "new_password": "Pasfhocal nua", - "new_password_confirmation": "Deimhniú pasfhocail nua", - "change_password": "Athraigh an focal faire", - "protected_session_timeout": "Am Teorann Seisiúin Chosanta", - "protected_session_timeout_description": "Is tréimhse ama í an t-am scoir seisiúin chosanta a scriostar an seisiún cosanta ó chuimhne an bhrabhsálaí ina dhiaidh. Déantar é seo a thomhas ón idirghníomhaíocht dheireanach le nótaí cosanta. Féach", - "wiki": "vicí", - "for_more_info": "le haghaidh tuilleadh eolais.", - "protected_session_timeout_label": "Am scoir seisiúin faoi chosaint:", - "reset_confirmation": "Trí an focal faire a athshocrú caillfidh tú rochtain go deo ar do nótaí cosanta go léir atá ann cheana féin. An bhfuil tú cinnte gur mhaith leat an focal faire a athshocrú?", - "reset_success_message": "Athshocraíodh an focal faire. Socraigh focal faire nua le do thoil", - "change_password_heading": "Athraigh Pasfhocal", - "set_password_heading": "Socraigh Pasfhocal", - "set_password": "Socraigh Pasfhocal", - "password_mismatch": "Ní hionann pasfhocail nua.", - "password_changed_success": "Athraíodh an focal faire. Athlódálfar Trilium tar éis duit brúigh OK." - }, - "multi_factor_authentication": { - "title": "Fíordheimhniú Ilfhachtóireach", - "description": "Cuireann Fíordheimhniú Ilfhachtóireach (FFA) ciseal breise slándála le do chuntas. In ionad pasfhocal a iontráil le logáil isteach, éilíonn FFA ort píosa fianaise amháin nó níos mó a sholáthar chun d’aitheantas a fhíorú. Ar an mbealach seo, fiú má fhaigheann duine éigin do phasfhocal, ní féidir leo rochtain a fháil ar do chuntas gan an dara píosa faisnéise. Tá sé cosúil le glas breise a chur le do dhoras, rud a fhágann go bhfuil sé i bhfad níos deacra d’aon duine eile briseadh isteach.

Lean na treoracha thíos le do thoil chun FFA a chumasú. Mura ndéanann tú an chumraíocht i gceart, ní bheidh ach pasfhocal ag teastáil chun logáil isteach.", - "mfa_enabled": "Cumasaigh Fíordheimhniú Ilfhachtóireach", - "mfa_method": "Modh MFA", - "electron_disabled": "Ní thacaítear le Fíordheimhniú Ilfhachtóireach sa leagan deisce faoi láthair.", - "totp_title": "Pasfhocal Aonuaire Bunaithe ar Am (TOTP)", - "totp_description": "Is gné slándála é TOTP (Pasfhocal Aonuaire Bunaithe ar Am) a ghineann cód uathúil, sealadach a athraíonn gach 30 soicind. Úsáideann tú an cód seo, mar aon le do phasfhocal, chun logáil isteach i do chuntas, rud a fhágann go bhfuil sé i bhfad níos deacra d’aon duine eile rochtain a fháil air.", - "totp_secret_title": "Gin Rún TOTP", - "totp_secret_generate": "Gin Rún TOTP", - "totp_secret_regenerate": "Athghinigh Rún TOTP", - "no_totp_secret_warning": "Chun TOTP a chumasú, ní mór duit rún TOTP a ghiniúint ar dtús.", - "totp_secret_description_warning": "Tar éis rún TOTP nua a ghiniúint, beidh ort logáil isteach arís leis an rún TOTP nua.", - "totp_secret_generated": "Rún TOTP Gineadh", - "totp_secret_warning": "Sábháil an rún a gineadh in áit shábháilte. Ní thaispeánfar arís é.", - "totp_secret_regenerate_confirm": "An bhfuil tú cinnte gur mian leat an rún TOTP a athghiniúint? Cuirfidh sé seo an rún TOTP roimhe seo agus na cód aisghabhála atá ann cheana ar neamhní.", - "recovery_keys_title": "Eochracha Aisghabhála Síniúcháin Aonair", - "recovery_keys_description": "Úsáidtear eochracha aisghabhála sínithe isteach aonair chun logáil isteach fiú mura féidir leat rochtain a fháil ar do chóid Authenticator.", - "recovery_keys_description_warning": "Ní thaispeánfar eochracha aisghabhála arís tar éis duit an leathanach a fhágáil, coinnigh iad in áit shábháilte agus slán.
Ní féidir eochair aisghabhála a úsáid arís tar éis í a úsáid.", - "recovery_keys_error": "Earráid ag giniúint cóid aisghabhála", - "recovery_keys_no_key_set": "Níl aon chóid aisghabhála socraithe", - "recovery_keys_generate": "Gin Cóid Aisghabhála", - "recovery_keys_regenerate": "Athghinigh Cóid Aisghabhála", - "recovery_keys_used": "Úsáidte: {{date}}", - "recovery_keys_unused": "Níl an cód aisghabhála {{index}} in úsáid", - "oauth_title": "OAuth/OpenID", - "oauth_description": "Is bealach caighdeánaithe é OpenID a ligeann duit logáil isteach i suíomhanna gréasáin ag baint úsáide as cuntas ó sheirbhís eile, cosúil le Google, chun d’aitheantas a fhíorú. Is é Google an t-eisitheoir réamhshocraithe, ach is féidir leat é a athrú go haon soláthraí OpenID eile. Seiceáil anseo le haghaidh tuilleadh eolais. Lean na treoracha seo chun seirbhís OpenID a bhunú trí Google.", - "oauth_description_warning": "Chun OAuth/OpenID a chumasú, ní mór duit an URL bonn OAuth/OpenID, an ID cliaint agus an rún cliaint a shocrú sa chomhad config.ini agus an feidhmchlár a atosú. Más mian leat socruithe a dhéanamh ó athróga timpeallachta, socraigh TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID agus TRILIUM_OAUTH_CLIENT_SECRET le do thoil.", - "oauth_missing_vars": "Socruithe ar iarraidh: {{-variables}}", - "oauth_user_account": "Cuntas Úsáideora: ", - "oauth_user_email": "Ríomhphost an Úsáideora: ", - "oauth_user_not_logged_in": "Níl mé logáilte isteach!" - }, - "shortcuts": { - "keyboard_shortcuts": "Aicearraí Méarchláir", - "multiple_shortcuts": "Is féidir camóg a úsáid chun aicearraí iolracha don ghníomh céanna a dheighilt.", - "electron_documentation": "Féach ar dhoiciméadacht Electron le haghaidh modhnóirí agus cóid eochracha atá ar fáil.", - "type_text_to_filter": "Clóscríobh téacs chun aicearraí a scagadh...", - "action_name": "Ainm an ghnímh", - "shortcuts": "Aicearraí", - "default_shortcuts": "Aicearraí réamhshocraithe", - "description": "Cur síos", - "reload_app": "Athlódáil an aip chun na hathruithe a chur i bhfeidhm", - "set_all_to_default": "Socraigh gach aicearra go dtí an réamhshocrú", - "confirm_reset": "An bhfuil tú cinnte gur mhaith leat na haicearraí méarchláir go léir a athshocrú go dtí an rogha réamhshocraithe?" - }, - "spellcheck": { - "title": "Seiceáil Litrithe", - "description": "Ní bhaineann na roghanna seo ach le leaganacha deisce, úsáidfidh brabhsálaithe a seiceáil litrithe dúchasach féin.", - "enable": "Cumasaigh seiceáil litrithe", - "language_code_label": "Cód(anna) teanga", - "language_code_placeholder": "mar shampla \"en-US\", \"de-AT\"", - "multiple_languages_info": "Is féidir camóg a úsáid chun teangacha iolracha a dheighilt óna chéile, m.sh. \"en-US, de-DE, cs\". ", - "available_language_codes_label": "Cóid teanga atá ar fáil:", - "restart-required": "Tiocfaidh athruithe ar na roghanna seiceála litrithe i bhfeidhm tar éis atosú an fheidhmchláir." - }, - "sync_2": { - "config_title": "Cumraíocht Sioncrónaithe", - "server_address": "Seoladh sampla an fhreastalaí", - "timeout": "Am scoir sioncrónaithe", - "timeout_unit": "milleasoicindí", - "proxy_label": "Sioncrónaigh freastalaí seachfhreastalaí (roghnach)", - "note": "Nóta", - "note_description": "Má fhágann tú an socrú seachfhreastalaí bán, úsáidfear seachfhreastalaí an chórais (baineann sé le tógáil deisce/leictreon amháin).", - "special_value_description": "Luach speisialta eile is ea noproxy a chuireann iallach neamhaird a dhéanamh fiú ar an seachfhreastalaí córais agus a thugann meas ar NODE_TLS_REJECT_UNAUTHORIZED.", - "save": "Sábháil", - "help": "Cabhair", - "test_title": "Tástáil Sioncrónaithe", - "test_description": "Déanfaidh sé seo tástáil ar an nasc agus ar an gcroitheadh láimhe leis an bhfreastalaí sioncrónaithe. Mura bhfuil an freastalaí sioncrónaithe tosaithe, socróidh sé seo é chun sioncrónú leis an doiciméad áitiúil.", - "test_button": "Tástáil sioncrónaithe", - "handshake_failed": "Theip ar chroitheadh láimhe an fhreastalaí sioncrónaithe, earráid: {{message}}" - }, - "api_log": { - "close": "Dún" - }, - "attachment_detail_2": { - "will_be_deleted_in": "Scriosfar an ceangaltán seo go huathoibríoch i gceann {{time}}", - "will_be_deleted_soon": "Scriosfar an ceangaltán seo go huathoibríoch go luath", - "deletion_reason": ", mar nach bhfuil an ceangaltán nasctha in ábhar an nóta. Chun scriosadh a chosc, cuir an nasc ceangaltáin ar ais san ábhar nó tiontaigh an ceangaltán ina nóta.", - "role_and_size": "Ról: {{role}}, méid: {{size}}, MIME: {{- mimeType}}", - "link_copied": "Nasc an cheangail cóipeáilte chuig an ghearrthaisce.", - "unrecognized_role": "Ról ceangail neamhaitheanta '{{role}}'." - }, - "bookmark_switch": { - "bookmark": "Leabharmharc", - "bookmark_this_note": "Cuir an nóta seo i leabharmharcanna ar an bpainéal taobh clé", - "remove_bookmark": "Bain leabharmharc" - }, - "editability_select": { - "auto": "Uathoibríoch", - "read_only": "Léamh amháin", - "always_editable": "In-eagarthóireacht i gcónaí", - "note_is_editable": "Is féidir nóta a chur in eagar mura bhfuil sé rófhada.", - "note_is_read_only": "Is nóta inléite amháin é, ach is féidir é a chur in eagar le cliceáil cnaipe.", - "note_is_always_editable": "Is féidir nóta a chur in eagar i gcónaí, beag beann ar a fhad." - }, - "note-map": { - "button-link-map": "Léarscáil Nasc", - "button-tree-map": "Léarscáil crann" - }, - "tree-context-menu": { - "open-in-a-new-tab": "Oscail i gcluaisín nua", - "open-in-a-new-split": "Oscail i scoilt nua", - "open-in-a-new-window": "Oscail i bhfuinneog nua", - "insert-note-after": "Cuir nóta isteach ina dhiaidh", - "insert-child-note": "Cuir nóta linbh isteach", - "archive": "Cartlann", - "unarchive": "Díchartlannaigh", - "delete": "Scrios", - "search-in-subtree": "Cuardaigh i bhfo-chrann", - "hoist-note": "Nóta ardaitheora", - "unhoist-note": "Nóta dí-ardaithe", - "edit-branch-prefix": "Cuir réimír na brainse in eagar", - "advanced": "Ardleibhéil", - "expand-subtree": "Leathnaigh an fo-chrann", - "collapse-subtree": "Laghdaigh fo-chrann", - "hide-subtree": "Folaigh fo-chrann", - "show-subtree": "Taispeáin fo-chrann", - "sort-by": "Sórtáil de réir...", - "recent-changes-in-subtree": "Athruithe le déanaí sa fho-chrann", - "convert-to-attachment": "Tiontaigh go ceangaltán", - "copy-note-path-to-clipboard": "Cóipeáil cosán an nóta chuig an ghearrthaisce", - "protect-subtree": "Fo-chrann a chosaint", - "unprotect-subtree": "Díchosaint fochrann", - "copy-clone": "Cóipeáil / clónáil", - "clone-to": "Clónáil go...", - "cut": "Gearr", - "move-to": "Bog go...", - "paste-into": "Greamaigh isteach", - "paste-after": "Greamaigh ina dhiaidh", - "duplicate": "Dúblach", - "export": "Easpórtáil", - "import-into-note": "Iompórtáil isteach i nóta", - "apply-bulk-actions": "Cuir gníomhartha mórchóir i bhfeidhm", - "converted-to-attachments": "Tá {{count}} nótaí tiontaithe ina gceangaltáin.", - "convert-to-attachment-confirm": "An bhfuil tú cinnte gur mian leat na nótaí roghnaithe a thiontú ina gceangaltáin dá nótaí tuismitheora? Ní bhaineann an oibríocht seo ach le nótaí Íomhá, scipeálfar nótaí eile.", - "open-in-popup": "Eagarthóireacht thapa" - }, - "shared_info": { - "shared_publicly": "Tá an nóta seo roinnte go poiblí ar {{- link}}.", - "shared_locally": "Tá an nóta seo roinnte go háitiúil ar {{- link}}.", - "help_link": "Chun cabhair a fháil, tabhair cuairt ar wiki." - }, - "read-only-info": { - "read-only-note": "Ag féachaint ar nóta inléite amháin faoi láthair.", - "auto-read-only-note": "Taispeántar an nóta seo i mód léite amháin le haghaidh luchtú níos tapúla.", - "edit-note": "Cuir nóta in eagar" - }, - "note_types": { - "text": "Téacs", - "code": "Code", - "saved-search": "Cuardach Sábháilte", - "relation-map": "Léarscáil Gaolmhaireachta", - "note-map": "Léarscáil Nótaí", - "render-note": "Nóta Rindreála", - "book": "Bailiúchán", - "mermaid-diagram": "Léaráid Maighdeann Mhara", - "canvas": "Canbhás", - "web-view": "Radharc Gréasáin", - "mind-map": "Léarscáil Intinne", - "file": "Comhad", - "image": "Íomhá", - "launcher": "Tosaitheoir", - "doc": "Doiciméad", - "widget": "Giuirléid", - "confirm-change": "Ní mholtar cineál nóta a athrú nuair nach bhfuil ábhar an nóta folamh. Ar mhaith leat leanúint ar aghaidh ar aon nós?", - "geo-map": "Léarscáil Gheografach", - "beta-feature": "Béite", - "ai-chat": "Comhrá AI", - "task-list": "Liosta Tascanna", - "new-feature": "Nua", - "collections": "Bailiúcháin" - }, - "protect_note": { - "toggle-on": "Cosain an nóta", - "toggle-off": "Díchosaint an nóta", - "toggle-on-hint": "Níl an nóta cosanta, cliceáil chun é a chosaint", - "toggle-off-hint": "Tá an nóta cosanta, cliceáil chun é a dhéanamh neamhchosanta" - }, - "shared_switch": { - "shared": "Roinnte", - "toggle-on-title": "Roinn an nóta", - "toggle-off-title": "Díroinn an nóta", - "shared-branch": "Níl an nóta seo ann ach mar nóta comhroinnte, scriosfar é má dhíroinntear é. Ar mhaith leat leanúint ar aghaidh agus an nóta seo a scriosadh dá bharr?", - "inherited": "Ní féidir an nóta a dhíroinnt anseo mar go roinntear é trí oidhreacht ó shinsear." - }, - "template_switch": { - "template": "Teimpléad", - "toggle-on-hint": "Déan teimpléad den nóta", - "toggle-off-hint": "Bain an nóta mar theimpléad" - }, - "open-help-page": "Oscail leathanach cabhrach", - "find": { - "case_sensitive": "Cás-íogair", - "match_words": "Meaitseáil focail", - "find_placeholder": "Aimsigh sa téacs...", - "replace_placeholder": "Cuir in ionad le...", - "replace": "Athsholáthair", - "replace_all": "Cuir gach rud in ionad" - }, - "highlights_list_2": { - "title": "Liosta Buaicphointí", - "title_with_count_one": "{{count}} buaicphointe", - "title_with_count_two": "{{count}} buaicphointí", - "title_with_count_few": "{{count}} buaicphointí", - "title_with_count_many": "{{count}} buaicphointí", - "title_with_count_other": "{{count}} buaicphointí", - "options": "Roghanna", - "modal_title": "Cumraigh Liosta Buaicphointí", - "menu_configure": "Cumraigh liosta buaicphointí...", - "no_highlights": "Níor aimsíodh aon bhuaicphointí." - }, - "quick-search": { - "placeholder": "Cuardach tapa", - "searching": "Ag cuardach...", - "no-results": "Níor aimsíodh aon torthaí", - "more-results": "... agus {{number}} torthaí eile.", - "show-in-full-search": "Taispeáin sa chuardach iomlán" - }, - "note_tree": { - "collapse-title": "Laghdaigh crann nótaí", - "scroll-active-title": "Scrollaigh go dtí an nóta gníomhach", - "tree-settings-title": "Socruithe crann", - "hide-archived-notes": "Folaigh nótaí cartlannaithe", - "automatically-collapse-notes": "Nótaí a dhúnadh go huathoibríoch", - "automatically-collapse-notes-title": "Déanfar nótaí a dhúnadh tar éis tréimhse neamhghníomhaíochta chun an crann a dhí-phlódú.", - "save-changes": "Sábháil agus cuir athruithe i bhfeidhm", - "auto-collapsing-notes-after-inactivity": "Nótaí á gcúlú go huathoibríoch tar éis neamhghníomhaíochta...", - "saved-search-note-refreshed": "Nóta cuardaigh sábháilte athnuachan.", - "hoist-this-note-workspace": "Tóg an nóta seo (spás oibre)", - "refresh-saved-search-results": "Athnuaigh torthaí cuardaigh sábháilte", - "create-child-note": "Cruthaigh nóta linbh", - "unhoist": "Dí-ardaigh", - "toggle-sidebar": "Scoránaigh an taobhbharra", - "dropping-not-allowed": "Ní cheadaítear nótaí a fhágáil sa suíomh seo.", - "clone-indicator-tooltip": "Tá {{- count}} tuismitheoir ag an nóta seo: {{- parents}}", - "clone-indicator-tooltip-single": "Tá an nóta seo clónáilte (1 tuismitheoir breise: {{- parent}})", - "shared-indicator-tooltip": "Tá an nóta seo roinnte go poiblí", - "shared-indicator-tooltip-with-url": "Tá an nóta seo roinnte go poiblí ag: {{- url}}", - "subtree-hidden-tooltip_one": "{{count}} nóta linbh atá i bhfolach ón gcrann", - "subtree-hidden-tooltip_two": "{{count}} nótaí linbh atá i bhfolach ón gcrann", - "subtree-hidden-tooltip_few": "{{count}} nótaí linbh atá i bhfolach ón gcrann", - "subtree-hidden-tooltip_many": "{{count}} nótaí linbh atá i bhfolach ón gcrann", - "subtree-hidden-tooltip_other": "{{count}} nótaí linbh atá i bhfolach ón gcrann", - "subtree-hidden-moved-title": "Curtha le {{title}}", - "subtree-hidden-moved-description-collection": "Cuireann an bailiúchán seo a nótaí faoi bhun an tsean-nótaí i bhfolach sa chrann.", - "subtree-hidden-moved-description-other": "Tá nótaí linbh i bhfolach sa chrann don nóta seo." - }, - "title_bar_buttons": { - "window-on-top": "Coinnigh an Fhuinneog ar a Bharr" - }, - "note_detail": { - "could_not_find_typewidget": "Níorbh fhéidir typeWidget a aimsiú don chineál '{{type}}'", - "printing": "Priontáil ar siúl...", - "printing_pdf": "Ag easpórtáil go PDF ar siúl...", - "print_report_title": "Tuarascáil a phriontáil", - "print_report_collection_content_one": "Níorbh fhéidir nóta {{count}} sa bhailiúchán a phriontáil mar nach dtacaítear leo nó mar go bhfuil siad faoi chosaint.", - "print_report_collection_content_two": "Níorbh fhéidir {{count}} nótaí sa bhailiúchán a phriontáil mar nach dtacaítear leo nó mar go bhfuil siad faoi chosaint.", - "print_report_collection_content_few": "Níorbh fhéidir {{count}} nótaí sa bhailiúchán a phriontáil mar nach dtacaítear leo nó mar go bhfuil siad faoi chosaint.", - "print_report_collection_content_many": "Níorbh fhéidir {{count}} nótaí sa bhailiúchán a phriontáil mar nach dtacaítear leo nó mar go bhfuil siad faoi chosaint.", - "print_report_collection_content_other": "Níorbh fhéidir {{count}} nótaí sa bhailiúchán a phriontáil mar nach dtacaítear leo nó mar go bhfuil siad faoi chosaint.", - "print_report_collection_details_button": "Féach sonraí", - "print_report_collection_details_ignored_notes": "Nótaí neamhairdithe" - }, - "note_title": { - "placeholder": "clóscríobh teideal an nóta anseo...", - "created_on": "Cruthaithe ar ", - "last_modified": "Modhnaithe ar ", - "note_type_switcher_label": "Athraigh ó {{type}} go:", - "note_type_switcher_others": "Cineál nóta eile", - "note_type_switcher_templates": "Teimpléad", - "note_type_switcher_collection": "Bailiúchán", - "edited_notes": "Nótaí curtha in eagar ar an lá seo", - "promoted_attributes": "Tréithe curtha chun cinn" - }, - "search_result": { - "no_notes_found": "Ní bhfuarthas aon nótaí do na paraiméadair chuardaigh tugtha.", - "search_not_executed": "Níl an cuardach curtha i gcrích fós. Cliceáil ar an gcnaipe \"Cuardaigh\" thuas chun na torthaí a fheiceáil." - }, - "spacer": { - "configure_launchbar": "Cumraigh an Barra Seoladh" - }, - "sql_result": { - "not_executed": "Níl an fiosrúchán curtha i gcrích fós.", - "no_rows": "Níl aon rónna curtha ar ais don fhiosrúchán seo", - "failed": "Theip ar fhorghníomhú an fhiosrúcháin SQL", - "statement_result": "Toradh ráitis", - "execute_now": "Rith anois" - }, - "sql_table_schemas": { - "tables": "Táblaí" - }, - "tab_row": { - "close_tab": "Dún an cluaisín", - "add_new_tab": "Cuir cluaisín nua leis", - "close": "Dún", - "close_other_tabs": "Dún cluaisíní eile", - "close_right_tabs": "Dún na cluaisíní ar dheis", - "close_all_tabs": "Dún gach cluaisín", - "reopen_last_tab": "Athoscail an cluaisín deireanach a dúnadh", - "move_tab_to_new_window": "Bog an cluaisín seo go fuinneog nua", - "copy_tab_to_new_window": "Cóipeáil an cluaisín seo chuig fuinneog nua", - "new_tab": "Cluaisín nua" - }, - "toc": { - "table_of_contents": "Clár Ábhair", - "options": "Roghanna", - "no_headings": "Gan ceannteidil." - }, - "watched_file_update_status": { - "file_last_modified": "Rinneadh an comhad a mhodhnú go deireanach ar .", - "upload_modified_file": "Uaslódáil comhad modhnaithe", - "ignore_this_change": "Déan neamhaird den athrú seo" - }, - "app_context": { - "please_wait_for_save": "Fan cúpla soicind le go mbeidh an sábháil críochnaithe, ansin is féidir leat iarracht eile a dhéanamh." - }, - "note_create": { - "duplicated": "Nóta: Tá \"{{title}}\" dúblaithe." - }, - "image": { - "copied-to-clipboard": "Tá tagairt don íomhá cóipeáilte chuig an ghearrthaisce. Is féidir é seo a ghreamú in aon nóta téacs.", - "cannot-copy": "Níorbh fhéidir tagairt na híomhá a chóipeáil chuig an ghearrthaisce." - }, - "clipboard": { - "cut": "Gearradh nóta(í) isteach sa ghearrthaisce.", - "copied": "Tá nóta(í) cóipeáilte isteach sa ghearrthaisce.", - "copy_failed": "Ní féidir cóipeáil chuig an ghearrthaisce mar gheall ar fhadhbanna ceadanna.", - "copy_success": "Cóipeáilte chuig an ghearrthaisce." - }, - "entrypoints": { - "note-revision-created": "Cruthaíodh athbhreithniú nóta.", - "note-executed": "Nóta curtha i gcrích.", - "sql-error": "Tharla earráid agus fiosrúchán SQL á fhorghníomhú: {{message}}" - }, - "branches": { - "cannot-move-notes-here": "Ní féidir nótaí a bhogadh anseo.", - "delete-status": "Stádas scriosta", - "delete-notes-in-progress": "Scrios nótaí atá ar siúl: {{count}}", - "delete-finished-successfully": "Scriosadh críochnaithe go rathúil.", - "undeleting-notes-in-progress": "Nótaí á n-athscriosadh ar siúl: {{count}}", - "undeleting-notes-finished-successfully": "Críochnaíodh athscriosadh na nótaí go rathúil." - }, - "frontend_script_api": { - "async_warning": "Tá feidhm neamhshioncrónach á cur agat chuig `api.runOnBackend()` agus is dócha nach n-oibreoidh sé mar a bhí beartaithe agat.\\nDéan an fheidhm sioncrónach (trí an eochairfhocal `async` a bhaint), nó bain úsáid as `api.runAsyncOnBackendWithManualTransactionHandling()`.", - "sync_warning": "Tá feidhm shioncrónach á cur agat chuig `api.runAsyncOnBackendWithManualTransactionHandling()`,\\n ach is dócha gur cheart duit `api.runOnBackend()` a úsáid ina ionad." - }, - "ws": { - "sync-check-failed": "Theip ar an seiceáil sioncrónaithe!", - "consistency-checks-failed": "Theip ar na seiceálacha comhsheasmhachta! Féach ar na logaí le haghaidh sonraí.", - "encountered-error": "Tharla earráid \"{{message}}\", féach ar an gconsól.", - "lost-websocket-connection-title": "Cailleadh an nasc leis an bhfreastalaí", - "lost-websocket-connection-message": "Seiceáil cumraíocht do sheachfhreastalaí droim ar ais (m.sh. nginx nó Apache) chun a chinntiú go bhfuil cead ceart ag naisc WebSocket agus nach bhfuil siad á mbac." - }, - "hoisted_note": { - "confirm_unhoisting": "Tá an nóta iarrtha '{{requestedNote}}' lasmuigh de fhochrann an nóta ardaithe '{{hoistedNote}}' agus ní mór duit é a dhí-ardú chun rochtain a fháil ar an nóta. Ar mhaith leat dul ar aghaidh leis an dí-ardú?" - }, - "launcher_context_menu": { - "reset_launcher_confirm": "An bhfuil tú cinnte gur mhaith leat \"{{title}}\" a athshocrú? Caillfear na sonraí/socruithe go léir sa nóta seo (agus a chlann) agus cuirfear an lainseálaí ar ais ina shuíomh bunaidh.", - "add-note-launcher": "Cuir lainseálaí nótaí leis", - "add-script-launcher": "Cuir lainseálaí scripte leis", - "add-custom-widget": "Cuir giuirléid saincheaptha leis", - "add-spacer": "Cuir spásaire leis", - "delete": "Scrios ", - "reset": "Athshocraigh", - "move-to-visible-launchers": "Bog chuig lainseálaithe infheicthe", - "move-to-available-launchers": "Bog chuig lainseálaithe atá ar fáil", - "duplicate-launcher": "Lainseálaí dúblach " - }, - "highlighting": { - "title": "Bloic Chóid", - "description": "Rialaíonn sé seo an aibhsiú comhréire do bhloic chód laistigh de nótaí téacs, ní bheidh tionchar aige seo ar nótaí cóid.", - "color-scheme": "Scéim Dathanna" - }, - "code_block": { - "word_wrapping": "Timfhilleadh focal", - "theme_none": "Gan aon aibhsiú comhréire", - "theme_group_light": "Téamaí éadroma", - "theme_group_dark": "Téamaí dorcha", - "copy_title": "Cóipeáil chuig an ghearrthaisce" - }, - "classic_editor_toolbar": { - "title": "Formáidiú" - }, - "editor": { - "title": "Eagarthóir" - }, - "editing": { - "editor_type": { - "label": "Barra uirlisí formáidithe", - "floating": { - "title": "Ar snámh", - "description": "feictear uirlisí eagarthóireachta in aice leis an gcúrsóir;" - }, - "fixed": { - "title": "Seasta", - "description": "Feictear uirlisí eagarthóireachta sa chluaisín ribín \"Formáidiú\"." - }, - "multiline-toolbar": "Taispeáin an barra uirlisí ar illínte mura n-oireann sé." + "export": { + "export_note_title": "Nóta easpórtála", + "close": "Dún", + "export_type_subtree": "An nóta seo agus a shliocht uile", + "format_html": "HTML - molta mar go gcoinníonn sé an fhormáid go léir", + "format_html_zip": "HTML i gcartlann ZIP - moltar é seo ós rud é go gcoimeádann sé seo an fhormáidiú go léir.", + "format_markdown": "Markdown - caomhnaíonn sé seo an chuid is mó den fhormáidiú.", + "format_opml": "OPML - formáid idirmhalartaithe imlíneach le haghaidh téacs amháin. Níl formáidiú, íomhánna agus comhaid san áireamh.", + "opml_version_1": "OPML v1.0 - téacs simplí amháin", + "opml_version_2": "OPML v2.0 - ceadaíonn HTML freisin", + "export_type_single": "An nóta seo amháin gan a shliocht", + "export": "Easpórtáil", + "choose_export_type": "Roghnaigh cineál onnmhairithe ar dtús le do thoil", + "export_status": "Stádas onnmhairithe", + "export_in_progress": "Easpórtáil ar siúl: {{progressCount}}", + "export_finished_successfully": "Críochnaíodh an easpórtáil go rathúil.", + "format_pdf": "PDF - le haghaidh priontála nó comhroinnte.", + "share-format": "HTML le haghaidh foilsitheoireachta gréasáin - úsáideann sé an téama céanna a úsáidtear le haghaidh nótaí comhroinnte, ach is féidir é a fhoilsiú mar shuíomh gréasáin statach." + }, + "help": { + "title": "Bileog leideanna", + "editShortcuts": "Cuir aicearraí méarchláir in eagar", + "noteNavigation": "Nascleanúint nótaí", + "goUpDown": "téigh suas/síos sa liosta nótaí", + "collapseExpand": "nód a chomhdhlúthú/a leathnú", + "notSet": "gan socrú", + "goBackForwards": "dul ar ais/ar aghaidh sa stair", + "showJumpToNoteDialog": "taispeáin an dialóg \"Léim go\"", + "scrollToActiveNote": "scrollaigh go dtí an nóta gníomhach", + "jumpToParentNote": "léim go dtí an nóta tuismitheora", + "collapseWholeTree": "crann nótaí iomlán a fhilleadh", + "collapseSubTree": "fo-chrann a chomhdhlúthú", + "tabShortcuts": "Aicearraí cluaisíní", + "newTabNoteLink": "ar nasc nóta osclaíonn nóta i gcluaisín nua", + "newTabWithActivationNoteLink": "osclaítear an nasc ar nóta agus gníomhaíonn sé an nóta i gcluaisín nua", + "onlyInDesktop": "I ríomhairí deisce amháin (tógáil Electron)", + "openEmptyTab": "oscail cluaisín folamh", + "closeActiveTab": "dún an cluaisín gníomhach", + "activateNextTab": "gníomhachtaigh an chéad chluaisín eile", + "activatePreviousTab": "gníomhachtaigh an cluaisín roimhe seo", + "creatingNotes": "Nótaí á gcruthú", + "createNoteAfter": "cruthaigh nóta nua i ndiaidh an nóta ghníomhaigh", + "createNoteInto": "cruthaigh fo-nóta nua i nóta gníomhach", + "editBranchPrefix": "cuir réimír in eagar den chlón nóta gníomhach", + "movingCloningNotes": "Nótaí a bhogadh / a chlónáil", + "moveNoteUpDown": "bog nóta suas/síos sa liosta nótaí", + "moveNoteUpHierarchy": "bog nóta suas san ordlathas", + "multiSelectNote": "nóta ilroghnaithe thuas/thíos", + "selectAllNotes": "roghnaigh na nótaí go léir sa leibhéal reatha", + "selectNote": "roghnaigh nóta", + "copyNotes": "cóipeáil an nóta gníomhach (nó an rogha reatha) isteach sa ghearrthaisce (a úsáidtear le haghaidh clónála)", + "cutNotes": "gearr an nóta reatha (nó an rogha reatha) isteach sa ghearrthaisce (a úsáidtear chun nótaí a bhogadh)", + "pasteNotes": "greamaigh nóta(í) mar fho-nóta isteach sa nóta gníomhach (is é sin bogadh nó clónáil ag brath ar an cóipeáladh nó ar gearradh isteach sa ghearrthaisce é)", + "deleteNotes": "scrios nóta / fo-chrann", + "editingNotes": "Nótaí á n-eagarthóireacht", + "editNoteTitle": "Sa phána crainn, aistreofar ón bpána crainn go teideal an nóta. Má iontráiltear ó theideal an nóta, aistreofar an fócas go dtí an t-eagarthóir téacs. Aistreofar Ctrl+. ar ais ón eagarthóir go dtí an phána crainn.", + "createEditLink": "cruthaigh / cuir in eagar nasc seachtrach", + "createInternalLink": "nasc inmheánach a chruthú", + "followLink": "lean an nasc faoin gcúrsóir", + "insertDateTime": "cuir isteach an dáta agus an t-am reatha ag suíomh an charet", + "jumpToTreePane": "léim ar shiúl go dtí an painéal crainn agus scrollaigh go dtí an nóta gníomhach", + "markdownAutoformat": "Uathfhormáidiú cosúil le Markdown", + "headings": "##, ###, #### etc. agus spás ina dhiaidh sin do cheannteidil", + "bulletList": "*- agus spás ina dhiaidh sin le haghaidh liosta urchair", + "numberedList": "1.1) agus spás ina dhiaidh sin le haghaidh liosta uimhrithe", + "blockQuote": "tosaigh líne le > agus ina dhiaidh sin spás le haghaidh athfhriotail bhloc", + "troubleshooting": "Fabhtcheartú", + "reloadFrontend": "athlódáil tosaigh Trilium", + "showDevTools": "taispeáin uirlisí forbróra", + "showSQLConsole": "taispeáin consól SQL", + "other": "Eile", + "quickSearch": "díriú ar ionchur cuardaigh thapa", + "inPageSearch": "cuardach in-leathanaigh" + }, + "import": { + "importIntoNote": "Iompórtáil isteach i nóta", + "chooseImportFile": "Roghnaigh comhad allmhairithe", + "importDescription": "Déanfar ábhar an chomhaid/na gcomhad roghnaithe a allmhairiú mar nóta/nótaí linbh isteach", + "importZipRecommendation": "Agus comhad ZIP á iompórtáil, léireoidh ordlathas na nótaí struchtúr an fho-eolaire laistigh den chartlann.", + "options": "Roghanna", + "safeImportTooltip": "Is féidir go mbeadh scripteanna inrite a d'fhéadfadh iompar díobhálach a bheith iontu i gcomhaid easpórtála Trilium .zip. Díghníomhachtóidh allmhairiú sábháilte forghníomhú uathoibríoch na scripteanna allmhairithe go léir. Díthiceáil \"Allmhairiú sábháilte\" ach amháin má tá sé i gceist go mbeadh scripteanna inrite sa chartlann allmhairithe agus má tá muinín iomlán agat as ábhar an chomhaid allmhairithe.", + "safeImport": "Allmhairiú sábháilte", + "explodeArchivesTooltip": "Má tá tic sa bhosca seo léifidh Trilium comhaid .zip, .enex agus .opml agus cruthóidh sé nótaí ó chomhaid laistigh de na cartlanna sin. Mura bhfuil an tic sa bhosca seo, ceanglóidh Trilium na cartlanna féin leis an nóta.", + "explodeArchives": "Léigh ábhar na gcartlann .zip, .enex agus .opml.", + "shrinkImagesTooltip": "

Má roghnaíonn tú an rogha seo, déanfaidh Trilium iarracht na híomhánna allmhairithe a chrapadh trí scálú agus uasmhéadú a d'fhéadfadh difear a dhéanamh don cháilíocht íomhá a bhraitear. Mura roghnaítear é, allmhaireofar íomhánna gan athruithe.

Ní bhaineann sé seo le hallmhairí .zip le meiteashonraí ós rud é go nglactar leis go bhfuil na comhaid seo uasmhéadaithe cheana féin.

", + "shrinkImages": "Laghdaigh íomhánna", + "textImportedAsText": "Iompórtáil HTML, Markdown agus TXT mar nótaí téacs mura bhfuil sé soiléir ó na meiteashonraí", + "codeImportedAsCode": "Iompórtáil comhaid chód aitheanta (m.sh. .json) mar nótaí cóid mura bhfuil sé soiléir ó na meiteashonraí", + "replaceUnderscoresWithSpaces": "Cuir spásanna in ionad fo-línte in ainmneacha nótaí allmhairithe", + "import": "Iompórtáil", + "failed": "Theip ar an allmhairiú: {{message}}.", + "html_import_tags": { + "title": "Clibeanna Iompórtála HTML", + "description": "Cumraigh cé na clibeanna HTML ba chóir a chaomhnú agus nótaí á n-allmhairiú. Bainfear clibeanna nach bhfuil sa liosta seo le linn allmhairithe. Baintear roinnt clibeanna (cosúil le 'script') i gcónaí ar mhaithe le slándáil.", + "placeholder": "Cuir isteach clibeanna HTML, ceann amháin in aghaidh na líne", + "reset_button": "Athshocraigh go dtí an Liosta Réamhshocraithe" + }, + "import-status": "Stádas allmhairithe", + "in-progress": "Iompórtáil ar siúl: {{progress}}", + "successful": "Críochnaíodh an t-allmhairiú go rathúil." + }, + "include_note": { + "dialog_title": "Cuir nóta san áireamh", + "label_note": "Nóta", + "placeholder_search": "cuardach nóta de réir a ainm", + "box_size_prompt": "Méid an bhosca den nóta atá san áireamh:", + "box_size_small": "beag (~ 10 líne)", + "box_size_medium": "meánach (~ 30 líne)", + "box_size_full": "lán (taispeánann an bosca an téacs iomlán)", + "button_include": "Cuir nóta san áireamh" + }, + "info": { + "modalTitle": "Teachtaireacht eolais", + "closeButton": "Dún", + "okButton": "Ceart go leor", + "copy_to_clipboard": "Cóipeáil chuig an ghearrthaisce" + }, + "jump_to_note": { + "search_placeholder": "Cuardaigh nóta de réir a ainm nó a chineáil > le haghaidh orduithe...", + "search_button": "Cuardaigh sa téacs iomlán" + }, + "markdown_import": { + "dialog_title": "Allmhairiú marcála síos", + "modal_body_text": "Mar gheall ar bhosca gainimh an bhrabhsálaí ní féidir an ghearrthaisce a léamh go díreach ó JavaScript. Greamaigh an Markdown le hiompórtáil chuig an limistéar téacs thíos agus cliceáil ar an gcnaipe Iompórtáil", + "import_button": "Iompórtáil", + "import_success": "Tá ábhar marcála síos allmhairithe isteach sa doiciméad." + }, + "move_to": { + "dialog_title": "Bog nótaí chuig ...", + "notes_to_move": "Nótaí le bogadh", + "target_parent_note": "Nóta tuismitheora spriocdhírithe", + "search_placeholder": "cuardach nóta de réir a ainm", + "move_button": "Bog go dtí an nóta roghnaithe", + "error_no_path": "Gan aon chosán le bogadh chuige.", + "move_success_message": "Tá nótaí roghnaithe bogtha isteach " + }, + "note_type_chooser": { + "change_path_prompt": "Athraigh cá háit le nóta nua a chruthú:", + "search_placeholder": "cuardaigh cosán de réir ainm (réamhshocraithe má tá sé folamh)", + "modal_title": "Roghnaigh cineál nóta", + "modal_body": "Roghnaigh cineál nóta / teimpléad don nóta nua:", + "templates": "Teimpléid", + "builtin_templates": "Teimpléid Tógtha isteach" + }, + "password_not_set": { + "title": "Níl an focal faire socraithe", + "body1": "Déantar nótaí faoi chosaint a chriptiú ag baint úsáide as pasfhocal úsáideora, ach níl an pasfhocal socraithe fós.", + "body2": "Chun nótaí a chosaint, cliceáil an cnaipe thíos chun an dialóg Roghanna a oscailt agus do phasfhocal a shocrú.", + "go_to_password_options": "Téigh go dtí roghanna Pasfhocal" + }, + "prompt": { + "title": "Spreag", + "ok": "Ceart go leor", + "defaultTitle": "Spreag" + }, + "protected_session_password": { + "modal_title": "Seisiún faoi chosaint", + "help_title": "Cabhair maidir le nótaí faoi chosaint", + "close_label": "Dún", + "form_label": "Chun dul ar aghaidh leis an ngníomh iarrtha ní mór duit seisiún faoi chosaint a thosú trí phasfhocal a iontráil:", + "start_button": "Tosaigh seisiún faoi chosaint" + }, + "recent_changes": { + "title": "Athruithe le déanaí", + "erase_notes_button": "Scrios nótaí scriosta anois", + "deleted_notes_message": "Tá nótaí scriosta scriosta.", + "no_changes_message": "Gan aon athruithe fós...", + "undelete_link": "díscriosadh", + "confirm_undelete": "Ar mhaith leat an nóta seo agus a fho-nótaí a athscriosadh?" + }, + "revisions": { + "note_revisions": "Athbhreithnithe Nótaí", + "delete_all_revisions": "Scrios gach athbhreithniú ar an nóta seo", + "delete_all_button": "Scrios gach athbhreithniú", + "help_title": "Cabhair le hathbhreithnithe nótaí", + "confirm_delete_all": "Ar mhaith leat gach athbhreithniú ar an nóta seo a scriosadh?", + "no_revisions": "Gan aon athbhreithnithe don nóta seo go fóill...", + "restore_button": "Athchóirigh", + "diff_on": "Taispeáin an difríocht", + "diff_off": "Taispeáin ábhar", + "diff_on_hint": "Cliceáil chun difríocht foinse an nóta a thaispeáint", + "diff_off_hint": "Cliceáil chun ábhar an nóta a thaispeáint", + "diff_not_available": "Níl an difríocht ar fáil.", + "confirm_restore": "Ar mhaith leat an t-athbhreithniú seo a athbhunú? Scríobhfaidh sé seo teideal agus ábhar reatha an nóta leis an athbhreithniú seo.", + "delete_button": "Delete", + "confirm_delete": "Ar mhaith leat an t-athbhreithniú seo a scriosadh?", + "revisions_deleted": "Scriosadh athbhreithnithe nótaí.", + "revision_restored": "Tá athbhreithniú an nóta athchóirithe.", + "revision_deleted": "Scriosadh athbhreithniú an nóta.", + "snapshot_interval": "Eatramh Léirmheasa ar Nóta: {{seconds}}s.", + "maximum_revisions": "Teorainn maidir le hathbhreithniú nóta: {{number}}.", + "settings": "Socruithe Athbhreithnithe Nóta", + "download_button": "Íoslódáil", + "mime": "MIME: ", + "file_size": "Méid comhaid:", + "preview_not_available": "Níl réamhamharc ar fáil don chineál nóta seo." + }, + "sort_child_notes": { + "sort_children_by": "Sórtáil páistí de réir...", + "sorting_criteria": "Critéir sórtála", + "title": "teideal", + "date_created": "dáta cruthaithe", + "date_modified": "dáta modhnaithe", + "sorting_direction": "Treo sórtála", + "ascending": "ag dul suas", + "descending": "ag dul síos", + "folders": "Fillteáin", + "sort_folders_at_top": "sórtáil fillteáin ag an mbarr", + "natural_sort": "Sórtáil Nádúrtha", + "sort_with_respect_to_different_character_sorting": "sórtáil i ndáil le rialacha éagsúla sórtála agus cóimheasa carachtar i dteangacha nó i réigiúin éagsúla.", + "natural_sort_language": "Teanga sórtála nádúrtha", + "the_language_code_for_natural_sort": "An cód teanga le haghaidh sórtáil nádúrtha, e.g. \"zh-CN\" don tSínis.", + "sort": "Sórtáil" + }, + "upload_attachments": { + "upload_attachments_to_note": "Uaslódáil ceangaltáin chuig nóta", + "choose_files": "Roghnaigh comhaid", + "files_will_be_uploaded": "Uaslódálfar comhaid mar cheangaltáin isteach i {{noteTitle}}", + "options": "Roghanna", + "shrink_images": "Laghdaigh íomhánna", + "upload": "Uaslódáil", + "tooltip": "Má roghnaíonn tú an rogha seo, déanfaidh Trilium iarracht na híomhánna uaslódáilte a chrapadh trí scálú agus uasmhéadú a d'fhéadfadh difear a dhéanamh don cháilíocht íomhá a bhraitear. Mura roghnaítear é, uaslódáilfear na híomhánna gan aon athruithe." + }, + "attribute_detail": { + "attr_detail_title": "Teideal Sonraí Tréithe", + "close_button_title": "Cealaigh athruithe agus dún", + "attr_is_owned_by": "Is leis an tréith", + "attr_name_title": "Ní féidir ach carachtair alfa-uimhriúla, colon agus fo-líne a úsáid in ainm na tréithe", + "name": "Ainm", + "value": "Luach", + "target_note_title": "Is nasc ainmnithe idir nóta foinse agus nóta sprice é gaol.", + "target_note": "Nóta sprice", + "promoted_title": "Taispeántar an tréith chun cinn go feiceálach ar an nóta.", + "promoted": "Curtha chun cinn", + "promoted_alias_title": "An t-ainm atá le taispeáint i gcomhéadan úsáideora na dtréithe cur chun cinn.", + "promoted_alias": "Leasainm", + "multiplicity_title": "Sainmhíníonn iolracht cé mhéad tréith den ainm céanna is féidir a chruthú - uasmhéid 1 nó níos mó ná 1.", + "multiplicity": "Ilghnéitheacht", + "single_value": "Luach aonair", + "multi_value": "Illuach", + "label_type_title": "Cabhróidh cineál an lipéid le Trilium comhéadan oiriúnach a roghnú chun luach an lipéid a iontráil.", + "label_type": "Cineál", + "text": "Téacs", + "number": "Uimhir", + "boolean": "Booleánach", + "date": "Date", + "date_time": "Dáta & Am", + "time": "Am", + "url": "URL", + "precision_title": "Cén líon digití i ndiaidh snámhphointe ba chóir a bheith ar fáil sa chomhéadan socraithe luachanna.", + "precision": "Beachtas", + "digits": "digití", + "inverse_relation_title": "Socrú roghnach chun a shainiú cén gaol atá os coinne an ceann seo. Sampla: Is gaolta inbhéartacha iad Athair - Mac lena chéile.", + "inverse_relation": "Gaol inbhéartach", + "inheritable_title": "Déanfar tréith oidhreachtúil a oidhreachtú chuig gach sliocht faoin gcrann seo.", + "inheritable": "Oidhreachtúil", + "save_and_close": "Sábháil & dún Ctrl+Enter", + "delete": "Scrios", + "related_notes_title": "Nótaí eile leis an lipéad seo", + "more_notes": "Tuilleadh nótaí", + "label": "Sonraí lipéid", + "label_definition": "Mionsonraí sainmhínithe lipéid", + "relation": "Sonraí an chaidrimh", + "relation_definition": "Mionsonraí sainmhínithe caidrimh", + "disable_versioning": "díchumasaíonn sé uathleaganú. Úsáideach le haghaidh nótaí móra ach neamhthábhachtacha mar shampla - mar shampla leabharlanna móra JS a úsáidtear le haghaidh scriptithe", + "calendar_root": "nóta marcáilte ar cheart a úsáid mar fhréamh do nótaí lae. Níor cheart ach ceann amháin a mharcáil mar sin.", + "archived": "Ní bheidh nótaí leis an lipéad seo le feiceáil de réir réamhshocraithe i dtorthaí cuardaigh (i ndialóga Léim Chuig, Cuir Nasc Leis srl. chomh maith).", + "exclude_from_export": "ní chuirfear nótaí (lena bhfo-chrann) san áireamh in aon onnmhairiú nótaí", + "run": "Sainmhíníonn sé seo cé na himeachtaí ar cheart don script rith orthu. Is iad seo a leanas na luachanna féideartha:\n
    \n
  • frontendStartup - nuair a thosaíonn (nó a athnuachan) tosaigh Trilium, ach ní ar fhóin phóca.
  • \n
  • mobileStartup - nuair a thosaíonn (nó a athnuachan) tosaigh Trilium, ar fhóin phóca.
  • \n
  • backendStartup - nuair a thosaíonn cúltaca Trilium
  • \n
  • uair an chloig - rith uair san uair. Is féidir leat lipéad breise runAtHour a úsáid chun a shonrú cén uair a ritheann sé.
  • \n
  • daily - rith uair sa lá
  • \n
", + "run_on_instance": "Sainmhínigh cén sampla de Trilium ba chóir é seo a rith air. Réamhshocrú do gach sampla.", + "run_at_hour": "Cén uair ar cheart é seo a rith? Ba cheart é a úsáid i dteannta #run=hourly. Is féidir é seo a shainiú arís agus arís eile le haghaidh níos mó ritheanna i rith an lae.", + "disable_inclusion": "Ní chuirfear scripteanna leis an lipéad seo san áireamh i bhforghníomhú an scripte tuismitheora.", + "sorted": "coinníonn nótaí leanaí sórtáilte de réir teidil in ord aibítre", + "sort_direction": "ASC (an réamhshocrú) nó DESC", + "sort_folders_first": "Ba chóir fillteáin (nótaí le páistí) a shórtáil ar bharr", + "top": "coinnigh an nóta tugtha ag barr a thuismitheora (baineann sé seo le tuismitheoirí sórtáilte amháin)", + "hide_promoted_attributes": "Folaigh tréithe cur chun cinn ar an nóta seo", + "read_only": "Tá an t-eagarthóir i mód léite amháin. Ní oibríonn sé ach le haghaidh téacs agus nótaí cóid.", + "auto_read_only_disabled": "Is féidir nótaí téacs/cód a shocrú go huathoibríoch i mód léite nuair a bhíonn siad rómhór. Is féidir leat an t-iompar seo a dhíchumasú ar bhonn gach nóta tríd an lipéad seo a chur leis an nóta", + "app_css": "marcálann sé nótaí CSS a lódáiltear isteach san fheidhmchlár Trilium agus is féidir iad a úsáid dá bhrí sin chun cuma Trilium a mhodhnú.", + "app_theme": "marcálann sé nótaí CSS ar téamaí iomlána Trilium iad agus atá ar fáil dá bhrí sin i roghanna Trilium.", + "app_theme_base": "socraigh go \"next\", \"next-light\", nó \"next-dark\" chun an téama TriliumNext comhfhreagrach (uathoibríoch, geal nó dorcha) a úsáid mar bhunús do théama saincheaptha, in ionad an cheann oidhreachta.", + "css_class": "Cuirtear luach an lipéid seo leis an nód mar rang CSS ansin, a léiríonn an nóta tugtha sa chrann. Is féidir é seo a bheith úsáideach le haghaidh téamaithe ardleibhéil. Is féidir é a úsáid i nótaí teimpléid.", + "icon_class": "Cuirtear luach an lipéid seo leis an deilbhín ar an gcrann mar rang CSS, rud a chabhróidh le hidirdhealú amhairc a dhéanamh idir na nótaí sa chrann. D’fhéadfadh sampla a bheith ann de bx bx-home - tógtar deilbhíní ó boxicons. Is féidir iad a úsáid i nótaí teimpléid.", + "page_size": "líon na míreanna in aghaidh an leathanaigh i liostú nótaí", + "custom_request_handler": "féach láimhseálaí iarratais saincheaptha", + "custom_resource_provider": "féach láimhseálaí iarratais saincheaptha", + "widget": "marcálann an nóta seo mar ghiuirléid saincheaptha a chuirfear leis an gcrann comhpháirte Trilium", + "workspace": "marcálann an nóta seo mar spás oibre a ligeann d’ardú go héasca", + "workspace_icon_class": "sainmhíníonn sé rang CSS deilbhín bosca a úsáidfear sa chluaisín nuair a ardófar chuig an nóta seo é", + "workspace_tab_background_color": "Dath CSS a úsáidtear sa chluaisín nótaí nuair a ardaítear chuig an nóta seo é", + "workspace_calendar_root": "Sainmhíníonn fréamh féilire in aghaidh an spáis oibre", + "workspace_template": "Beidh an nóta seo le feiceáil i roghnú na dteimpléad atá ar fáil agus nóta nua á chruthú, ach amháin nuair a ardófar isteach i spás oibre ina bhfuil an teimpléad seo é", + "search_home": "Cruthófar nótaí cuardaigh nua mar leanaí den nóta seo", + "workspace_search_home": "Cruthófar nótaí cuardaigh nua mar leanaí den nóta seo nuair a ardófar chuig sinsear éigin den nóta spás oibre seo iad", + "inbox": "Suíomh réamhshocraithe sa bhosca isteach le haghaidh nótaí nua - nuair a chruthaíonn tú nóta ag baint úsáide as an gcnaipe \"nóta nua\" sa bharra taoibh, cruthófar nótaí mar nótaí linbh sa nóta atá marcáilte leis an lipéad #inbox.", + "workspace_inbox": "Suíomh réamhshocraithe sa bhosca isteach le haghaidh nótaí nua nuair a ardaítear chuig sinsear éigin den nóta spás oibre seo iad", + "sql_console_home": "suíomh réamhshocraithe nótaí consól SQL", + "bookmark_folder": "Beidh nóta leis an lipéad seo le feiceáil i leabharmharcanna mar fhillteán (ag tabhairt rochtain ar a leanaí)", + "share_hidden_from_tree": "Tá an nóta seo i bhfolach ón gcrann nascleanúna ar chlé, ach tá sé fós inrochtana lena URL", + "share_external_link": "Feidhmeoidh an nóta mar nasc chuig suíomh Gréasáin seachtrach sa chrann comhroinnte", + "share_alias": "sainigh leasainm trína mbeidh an nóta ar fáil faoi https://your_trilium_host/share/[your_alias]", + "share_omit_default_css": "Fágfar an CSS réamhshocraithe don leathanach comhroinnte ar lár. Bain úsáid as nuair a dhéanann tú athruithe móra ar stíl.", + "share_root": "nóta marcanna a sheirbheáiltear ar /share root.", + "share_description": "sainmhínigh an téacs atá le cur leis an meitea-chlib HTML le haghaidh cur síos", + "share_raw": "Seirbheálfar an nóta ina fhormáid amh, gan fillteán HTML", + "share_disallow_robot_indexing": "cuirfidh sé cosc ar innéacsú róbat an nóta seo tríd an gceannteideal X-Robots-Tag: noindex", + "share_credentials": "Teastaíonn dintiúir chun rochtain a fháil ar an nóta comhroinnte seo. Táthar ag súil go mbeidh an luach san fhormáid 'ainm úsáideora:pasfhocal'. Ná déan dearmad é seo a dhéanamh inoidhreachtúil le cur i bhfeidhm ar nótaí/íomhánna linbh.", + "share_index": "liostálfaidh nóta leis an lipéad seo fréamhacha uile nótaí comhroinnte", + "display_relations": "Ainmneacha caidrimh scartha le camóga ar cheart iad a thaispeáint. Beidh na cinn eile go léir i bhfolach.", + "hide_relations": "Ainmneacha caidrimh scartha le camóga ar cheart iad a cheilt. Taispeánfar na cinn eile go léir.", + "title_template": "Teideal réamhshocraithe nótaí a cruthaíodh mar leanaí den nóta seo. Déantar an luach a mheas mar theaghrán JavaScript\n agus dá bhrí sin is féidir é a shaibhriú le hábhar dinimiciúil trí na hathróga now agus parentNote insteallta. Samplaí:\n\n
    \n
  • Saothair liteartha ${parentNote.getLabelValue('authorName')}
  • \n
  • Log le haghaidh ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n\nFéach vicí le sonraí, doiciméid API le haghaidh parentNote agus now le haghaidh sonraí.", + "template": "Beidh an nóta seo le feiceáil i roghnú na dteimpléad atá ar fáil agus nóta nua á chruthú", + "toc": "Cuirfidh #toc#toc=show iallach ar an gClár Ábhair a bheith le feiceáil, cuirfidh #toc=hide iallach air é a cheilt. Mura bhfuil an lipéad ann, breathnaítear ar an socrú domhanda", + "color": "sainmhíníonn dath an nóta sa chrann nótaí, snaisc srl. Úsáid aon luach datha CSS bailí cosúil le 'dearg' nó #a13d5f", + "keyboard_shortcut": "Sainmhíníonn sé seo aicearra méarchláir a léimfidh láithreach chuig an nóta seo. Sampla: 'ctrl+alt+e'. Éilítear athlódáil an tosaigh chun go dtiocfaidh an t-athrú i bhfeidhm.", + "keep_current_hoisting": "Ní athróidh oscailt an naisc seo an t-ardú fiú mura bhfuil an nóta inléite sa fho-chrann ardaithe reatha.", + "execute_button": "Teideal an chnaipe a fhorghníomhóidh an nóta cóid reatha", + "execute_description": "Cur síos níos faide ar an nóta cóid reatha a thaispeántar in éineacht leis an gcnaipe forghníomhaithe", + "exclude_from_note_map": "Beidh nótaí leis an lipéad seo i bhfolach ón Léarscáil Nótaí", + "new_notes_on_top": "Cruthófar nótaí nua ag barr an nóta tuismitheora, ní ag an mbun.", + "hide_highlight_widget": "Folaigh an giuirléid Liosta Aibhsithe", + "run_on_note_creation": "ritheann nuair a chruthaítear nóta ar an gcúl-deireadh. Úsáid an gaol seo más mian leat an script a rith do gach nóta a cruthaíodh faoi fho-chrann ar leith. Sa chás sin, cruthaigh é ar fhréamhnóta an fho-chrainn agus déan é inoidhreachta. Cuirfidh nóta nua a chruthaítear laistigh den fho-chrann (aon doimhneacht) an script i ngníomh.", + "run_on_child_note_creation": "ritheann sé nuair a chruthaítear nóta nua faoin nóta ina bhfuil an gaol seo sainmhínithe", + "run_on_note_title_change": "forghníomhaítear nuair a athraítear teideal an nóta (lena n-áirítear cruthú nótaí chomh maith)", + "run_on_note_content_change": "forghníomhaítear nuair a athraítear ábhar nótaí (lena n-áirítear cruthú nótaí chomh maith).", + "run_on_note_change": "ritheann nuair a athraítear nóta (áirítear cruthú nótaí leis). Ní áirítear athruithe ar an ábhar", + "run_on_note_deletion": "ritheann sé nuair a scriostar nóta", + "run_on_branch_creation": "ritheann nuair a chruthaítear brainse. Is nasc é brainse idir nóta tuismitheora agus nóta linbh agus cruthaítear é m.sh. nuair a bhíonn nóta á chlónáil nó á bhogadh.", + "run_on_branch_change": "ritheann nuair a dhéantar brainse a nuashonrú.", + "run_on_branch_deletion": "forghníomhaítear nuair a scriostar brainse. Is nasc idir nóta tuismitheora agus nóta linbh í an brainse agus scriostar í m.sh. nuair a bhogtar nóta (scriostar seanbhrainse/nasc).", + "run_on_attribute_creation": "ritheann nuair a chruthaítear tréith nua don nóta a shainmhíníonn an gaol seo", + "run_on_attribute_change": " ritheann nuair a athraítear tréith nóta a shainmhíníonn an gaol seo. Cuirtear i ngníomh é seo freisin nuair a scriostar an tréith", + "relation_template": "Gheobhaidh tréithe an nóta oidhreacht fiú gan caidreamh tuismitheora-linbh, cuirfear ábhar agus fo-chrann an nóta le nótaí sampla má tá siad folamh. Féach ar an doiciméadú le haghaidh sonraí.", + "inherit": "Gheobhaidh tréithe an nóta oidhreacht fiú mura bhfuil caidreamh tuismitheora-linbh ann. Féach caidreamh teimpléid le haghaidh coincheap cosúil leis. Féach oidhreacht tréithe sa doiciméadú.", + "render_note": "Déanfar nótaí den chineál \"render HTML note\" a rindreáil ag baint úsáide as nóta cóid (HTML nó script) agus is gá a léiriú ag baint úsáide as an ngaol seo cén nóta ba chóir a rindreáil", + "widget_relation": "Déanfar sprioc an chaidrimh seo a fhorghníomhú agus a léiriú mar ghiuirléid sa bharra taoibh", + "share_css": "Nóta CSS a chuirfear isteach sa leathanach comhroinnte. Caithfidh nóta CSS a bheith sa fho-chrann comhroinnte chomh maith. Smaoinigh ar 'share_hidden_from_tree' agus 'share_omit_default_css' a úsáid chomh maith.", + "share_js": "Nóta JavaScript a chuirfear isteach sa leathanach comhroinnte. Caithfidh nóta JS a bheith sa fho-chrann comhroinnte chomh maith. Smaoinigh ar 'share_hidden_from_tree' a úsáid.", + "share_template": "Nóta JavaScript leabaithe a úsáidfear mar theimpléad chun an nóta comhroinnte a thaispeáint. Téann sé ar ais go dtí an teimpléad réamhshocraithe. Smaoinigh ar 'share_hidden_from_tree' a úsáid.", + "share_favicon": "Nóta favicon le socrú sa leathanach comhroinnte. De ghnáth ba mhaith leat é a shocrú mar fhréamh comhroinnte agus é a dhéanamh oidhreachtúil. Caithfidh nóta favicon a bheith sa fho-chrann comhroinnte chomh maith. Smaoinigh ar 'share_hidden_from_tree' a úsáid.", + "is_owned_by_note": "is leis an nóta", + "other_notes_with_name": "Nótaí eile leis an ainm \"{{attributeName}}\" ar {{attributeType}}", + "and_more": "... agus {{count}} eile.", + "print_landscape": "Agus é á onnmhairiú go PDF, athraítear treoshuíomh an leathanaigh go tírdhreach seachas portráid.", + "print_page_size": "Agus é á easpórtáil go PDF, athraítear méid an leathanaigh. Luachanna tacaithe: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", + "color_type": "Dath" + }, + "attribute_editor": { + "help_text_body1": "Chun lipéad a chur leis, clóscríobh m.sh. #rock nó más mian leat luach a chur leis freisin ansin m.sh. #year = 2020", + "help_text_body2": "I gcás gaol, clóscríobh ~author = @ rud a thabharfaidh uathchríochnú aníos inar féidir leat an nóta atá uait a chuardach.", + "help_text_body3": "Nó is féidir leat lipéad agus gaol a chur leis trí úsáid a bhaint as an gcnaipe + ar an taobh deas.", + "save_attributes": "Sábháil tréithe ", + "add_a_new_attribute": "Cuir tréith nua leis", + "add_new_label": "Cuir lipéad nua leis ", + "add_new_relation": "Cuir gaol nua leis ", + "add_new_label_definition": "Cuir sainmhíniú lipéid nua leis", + "add_new_relation_definition": "Cuir sainmhíniú caidrimh nua leis", + "placeholder": "Clóscríobh na lipéid agus na caidrimh anseo" + }, + "abstract_bulk_action": { + "remove_this_search_action": "Bain an gníomh cuardaigh seo" + }, + "execute_script": { + "execute_script": "Forghníomhaigh script", + "help_text": "Is féidir leat scripteanna simplí a fhorghníomhú ar na nótaí meaitseáilte.", + "example_1": "Mar shampla, chun teaghrán a chur le teideal nóta, bain úsáid as an script beag seo:", + "example_2": "Sampla níos casta ná tréithe uile an nóta mheaitseáilte a scriosadh:" + }, + "add_label": { + "add_label": "Cuir lipéad leis", + "label_name_placeholder": "ainm lipéid", + "label_name_title": "Is carachtair cheadaithe iad carachtair alfa-uimhriúla, fo-strait agus colon.", + "to_value": "luach a chur", + "new_value_placeholder": "luach nua", + "help_text": "Ar na nótaí uile a mheaitseálann:", + "help_text_item1": "cruthaigh lipéad tugtha mura bhfuil ceann ag an nóta fós", + "help_text_item2": "nó luach an lipéid atá ann cheana a athrú", + "help_text_note": "Is féidir leat an modh seo a ghlaoch gan luach freisin, sa chás sin sanntar lipéad don nóta gan luach." + }, + "delete_label": { + "delete_label": "Scrios lipéad", + "label_name_placeholder": "ainm lipéid", + "label_name_title": "Is carachtair cheadaithe iad carachtair alfa-uimhriúla, fo-strait agus colon." + }, + "rename_label": { + "rename_label": "Athainmnigh an lipéad", + "rename_label_from": "Athainmnigh an lipéad ó", + "old_name_placeholder": "seanainm", + "to": "Chuig", + "new_name_placeholder": "ainm nua", + "name_title": "Is carachtair cheadaithe iad carachtair alfa-uimhriúla, fo-strait agus colon." + }, + "update_label_value": { + "update_label_value": "Nuashonraigh luach an lipéid", + "label_name_placeholder": "ainm lipéid", + "label_name_title": "Is carachtair cheadaithe iad carachtair alfa-uimhriúla, fo-strait agus colon.", + "to_value": "luach a chur", + "new_value_placeholder": "luach nua", + "help_text": "Ar na nótaí uile a mheaitseálann, athraigh luach an lipéid atá ann cheana féin.", + "help_text_note": "Is féidir leat an modh seo a ghlaoch gan luach freisin, sa chás sin sanntar lipéad don nóta gan luach." + }, + "delete_note": { + "delete_note": "Scrios nóta", + "delete_matched_notes": "Scrios nótaí comhoiriúnacha", + "delete_matched_notes_description": "Scriosfaidh sé seo nótaí comhoiriúnacha.", + "undelete_notes_instruction": "Tar éis an scriosta, is féidir iad a athscriosadh ón dialóg Athruithe Le Déanaí.", + "erase_notes_instruction": "Chun nótaí a scriosadh go buan, is féidir leat dul i ndiaidh an scriosta chuig Rogha -> Eile agus cliceáil ar an gcnaipe \"Scrios nótaí scriosta anois\"." + }, + "delete_revisions": { + "delete_note_revisions": "Scrios athbhreithnithe nótaí", + "all_past_note_revisions": "Scriosfar gach athbhreithniú nóta roimhe seo ar nótaí meaitseáilte. Caomhnófar an nóta féin go hiomlán. I dtéarmaí eile, bainfear stair an nóta." + }, + "move_note": { + "move_note": "Bog nóta", + "to": "chuig", + "target_parent_note": "nóta tuismitheora sprice", + "on_all_matched_notes": "Ar na nótaí uile a mheaitseálann", + "move_note_new_parent": "bog nóta chuig an tuismitheoir nua mura bhfuil ach tuismitheoir amháin ag an nóta (i.e. baintear an seanbhrainse agus cruthaítear brainse nua isteach sa tuismitheoir nua)", + "clone_note_new_parent": "nóta clónála chuig an tuismitheoir nua má tá ilchlónanna/brainsí sa nóta (níl sé soiléir cén brainse ba chóir a bhaint)", + "nothing_will_happen": "ní tharlóidh aon rud mura féidir an nóta a bhogadh chuig an nóta sprice (i.e. chruthódh sé seo timthriall crainn)" + }, + "rename_note": { + "rename_note": "Athainmnigh an nóta", + "rename_note_title_to": "Athainmnigh teideal an nóta go", + "new_note_title": "teideal nóta nua", + "click_help_icon": "Cliceáil ar an deilbhín cabhrach ar dheis chun na roghanna go léir a fheiceáil", + "evaluated_as_js_string": "Déantar an luach tugtha a mheas mar theaghrán JavaScript agus dá bhrí sin is féidir é a shaibhriú le hábhar dinimiciúil tríd an athróg note insteallta (nóta á athainmniú). Samplaí:", + "example_note": "Nóta - athainmnítear na nótaí uile a mheaitseálann go 'Nóta'", + "example_new_title": "NUA: ${note.title} - cuirtear 'NUA:' roimh theidil nótaí meaitseáilte", + "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - cuirtear réimír mhí-dháta cruthaithe an nóta leis na nótaí meaitseáilte", + "api_docs": "Féach ar dhoiciméid API le haghaidh nóta agus a airíonna dateCreatedObj / utcDateCreatedObj le haghaidh tuilleadh sonraí." + }, + "add_relation": { + "add_relation": "Cuir gaol leis", + "relation_name": "ainm an chaidrimh", + "allowed_characters": "Is carachtair cheadaithe iad carachtair alfa-uimhriúla, fo-strait agus colon.", + "to": "chuig", + "target_note": "nóta sprice", + "create_relation_on_all_matched_notes": "Ar na nótaí meaitseáilte uile, cruthaigh gaol tugtha." + }, + "delete_relation": { + "delete_relation": "Scrios an gaol", + "relation_name": "ainm an chaidrimh", + "allowed_characters": "Is carachtair cheadaithe iad carachtair alfa-uimhriúla, fo-strait agus colon." + }, + "rename_relation": { + "rename_relation": "Athainmnigh an gaol", + "rename_relation_from": "Athainmnigh an gaol ó", + "old_name": "seanainm", + "to": "Chuig", + "new_name": "ainm nua", + "allowed_characters": "Is carachtair cheadaithe iad carachtair alfa-uimhriúla, fo-strait agus colon." + }, + "update_relation_target": { + "update_relation": "Nuashonraigh an gaol", + "relation_name": "ainm an chaidrimh", + "allowed_characters": "Is carachtair cheadaithe iad carachtair alfa-uimhriúla, fo-strait agus colon.", + "to": "chuig", + "target_note": "nóta sprice", + "on_all_matched_notes": "Ar na nótaí uile a mheaitseálann", + "change_target_note": "athrú nóta sprice an chaidrimh atá ann cheana", + "update_relation_target": "Nuashonraigh sprioc an chaidrimh" + }, + "attachments_actions": { + "open_externally": "Oscail go seachtrach", + "open_externally_title": "Osclófar an comhad in feidhmchlár seachtrach agus beidh súil ghéar air le haghaidh athruithe. Beidh tú in ann an leagan modhnaithe a uaslódáil ar ais chuig Trilium ansin.", + "open_custom": "Oscail saincheaptha", + "open_custom_title": "Osclófar an comhad in feidhmchlár seachtrach agus beidh súil ghéar air le haghaidh athruithe. Beidh tú in ann an leagan modhnaithe a uaslódáil ar ais chuig Trilium ansin.", + "download": "Íoslódáil", + "rename_attachment": "Athainmnigh an ceangaltán", + "upload_new_revision": "Uaslódáil athbhreithniú nua", + "copy_link_to_clipboard": "Cóipeáil nasc chuig an ghearrthaisce", + "convert_attachment_into_note": "Tiontaigh an ceangaltán ina nóta", + "delete_attachment": "Scrios an ceangaltán", + "upload_success": "Tá athbhreithniú nua ar an gceangaltán uaslódáilte.", + "upload_failed": "Theip ar uaslódáil athbhreithniú nua ar cheangaltán.", + "open_externally_detail_page": "Ní féidir ceangaltán a oscailt go seachtrach ach ón leathanach sonraí, cliceáil ar shonraí an cheangaltáin ar dtús agus déan an gníomh arís.", + "open_custom_client_only": "Ní féidir ceangaltáin a oscailt go saincheaptha ach amháin ón gcliant deisce.", + "delete_confirm": "An bhfuil tú cinnte gur mian leat an ceangaltán '{{title}}' a scriosadh?", + "delete_success": "Scriosadh an ceangaltán '{{title}}'.", + "convert_confirm": "An bhfuil tú cinnte gur mian leat an ceangaltán '{{title}}' a thiontú ina nóta ar leith?", + "convert_success": "Tá an ceangaltán '{{title}}' tiontaithe go nóta.", + "enter_new_name": "Cuir isteach ainm an cheangaltáin nua le do thoil" + }, + "calendar": { + "mon": "Lua", + "tue": "Mai", + "wed": "Céa", + "thu": "Déa", + "fri": "Aoi", + "sat": "Sat", + "sun": "Dom", + "cannot_find_day_note": "Ní féidir nóta lae a aimsiú", + "cannot_find_week_note": "Ní féidir nóta seachtaine a aimsiú", + "january": "Eanáir", + "february": "Feabhra", + "march": "Márta", + "april": "Aibreán", + "may": "Bealtaine", + "june": "Meitheamh", + "july": "Iúil", + "august": "Lúnasa", + "september": "Meán Fómhair", + "october": "Deireadh Fómhair", + "november": "Samhain", + "december": "Nollaig", + "week": "Seachtain", + "week_previous": "An tseachtain roimhe sin", + "week_next": "An tseachtain seo chugainn", + "month": "Mí", + "month_previous": "An mhí roimhe sin", + "month_next": "An mhí seo chugainn", + "year": "Bliain", + "year_previous": "An bhliain roimhe sin", + "year_next": "An bhliain seo chugainn", + "list": "Liosta", + "today": "Inniu" + }, + "close_pane_button": { + "close_this_pane": "Dún an phainéal seo" + }, + "create_pane_button": { + "create_new_split": "Cruthaigh scoilt nua" + }, + "edit_button": { + "edit_this_note": "Cuir an nóta seo in eagar" + }, + "show_toc_widget_button": { + "show_toc": "Taispeáin Clár Ábhair" + }, + "show_highlights_list_widget_button": { + "show_highlights_list": "Taispeáin Liosta Buaicphointí" + }, + "zen_mode": { + "button_exit": "Scoir Mód Zen" + }, + "sync_status": { + "unknown": "

Beidh stádas an sioncrónaithe ar eolas a luaithe a thosóidh an chéad iarracht sioncrónaithe eile.

Cliceáil chun sioncrónú a spreagadh anois.

", + "connected_with_changes": "

Ceangailte leis an bhfreastalaí sioncrónaithe.
Tá roinnt athruithe le sioncrónú fós.

Cliceáil chun sioncrónú a spreagadh.

", + "connected_no_changes": "

Ceangailte leis an bhfreastalaí sioncrónaithe.
Tá na hathruithe go léir sioncrónaithe cheana féin.

Cliceáil chun sioncrónú a spreagadh.

", + "disconnected_with_changes": "

Níor éirigh leis an nasc leis an bhfreastalaí sioncrónaithe a bhunú.
Tá roinnt athruithe le sioncrónú fós.

Cliceáil chun sioncrónú a ghníomhachtú.

", + "disconnected_no_changes": "

Níor éirigh leis an nasc leis an bhfreastalaí sioncrónaithe a bhunú.
Tá na hathruithe ar fad aitheanta sioncrónaithe.

Cliceáil chun sioncrónú a spreagadh.

", + "in_progress": "Tá sioncrónú leis an bhfreastalaí ar siúl." + }, + "left_pane_toggle": { + "show_panel": "Taispeáin an painéal", + "hide_panel": "Folaigh an painéal" + }, + "move_pane_button": { + "move_left": "Bog ar chlé", + "move_right": "Bog ar dheis" + }, + "note_actions": { + "convert_into_attachment": "Tiontaigh ina cheangaltán", + "re_render_note": "Ath-rindreáil nóta", + "search_in_note": "Cuardaigh sa nóta", + "note_source": "Foinse nóta", + "note_attachments": "Ceangaltáin nótaí", + "open_note_externally": "Oscail nóta go seachtrach", + "open_note_externally_title": "Osclófar an comhad in feidhmchlár seachtrach agus beidh súil ghéar air le haghaidh athruithe. Beidh tú in ann an leagan modhnaithe a uaslódáil ar ais chuig Trilium ansin.", + "open_note_custom": "Oscail nóta saincheaptha", + "open_note_on_server": "Oscail nóta ar an bhfreastalaí", + "import_files": "Iompórtáil comhaid", + "export_note": "Nóta easpórtála", + "delete_note": "Scrios nóta", + "print_note": "Priontáil nóta", + "view_revisions": "Tabhair faoi deara athbhreithnithe...", + "save_revision": "Sábháil athbhreithniú", + "advanced": "Ardleibhéil", + "convert_into_attachment_failed": "Theip ar nóta '{{title}}' a thiontú.", + "convert_into_attachment_successful": "Tá an nóta '{{title}}' tiontaithe go ceangaltán.", + "convert_into_attachment_prompt": "An bhfuil tú cinnte gur mian leat an nóta '{{title}}' a thiontú ina cheangaltán den nóta tuismitheora?", + "print_pdf": "Easpórtáil mar PDF...", + "export_as_image": "Easpórtáil mar íomhá", + "export_as_image_png": "PNG (rastar)", + "export_as_image_svg": "SVG (veicteoir)", + "note_map": "Léarscáil nótaí" + }, + "onclick_button": { + "no_click_handler": "Níl aon láimhseálaí cliceáil sainithe ag an ngiuirléid cnaipe '{{componentId}}'" + }, + "protected_session_status": { + "active": "Tá an seisiún cosanta gníomhach. Cliceáil chun an seisiún cosanta a fhágáil.", + "inactive": "Cliceáil chun dul isteach i seisiún faoi chosaint" + }, + "revisions_button": { + "note_revisions": "Athbhreithnithe Nótaí" + }, + "update_available": { + "update_available": "Nuashonrú ar fáil" + }, + "note_launcher": { + "this_launcher_doesnt_define_target_note": "Ní shainíonn an lainseálaí seo nóta sprice." + }, + "code_buttons": { + "execute_button_title": "Rith an script", + "trilium_api_docs_button_title": "Oscail doiciméid API Trilium", + "save_to_note_button_title": "Sábháil chuig nóta", + "opening_api_docs_message": "Ag oscailt doiciméid API...", + "sql_console_saved_message": "Tá nóta Consól SQL sábháilte i {{note_path}}" + }, + "copy_image_reference_button": { + "button_title": "Cóipeáil tagairt íomhá chuig an ghearrthaisce, is féidir é a ghreamú i nóta téacs." + }, + "hide_floating_buttons_button": { + "button_title": "Folaigh cnaipí" + }, + "show_floating_buttons_button": { + "button_title": "Taispeáin cnaipí" + }, + "svg_export_button": { + "button_title": "Easpórtáil léaráid mar SVG" + }, + "relation_map_buttons": { + "reset_pan_zoom_title": "Athshocraigh panáil agus súmáil go dtí na comhordanáidí agus an formhéadú tosaigh", + "zoom_in_title": "Zúmáil Isteach", + "zoom_out_title": "Zúmáil Amach", + "create_child_note_title": "Cruthaigh nóta linbh agus cuir leis an léarscáil é" + }, + "zpetne_odkazy": { + "backlink_one": "{{count}} Nasc siar", + "backlink_two": "{{count}} Naisc siar", + "backlink_few": "{{count}} Naisc siar", + "backlink_many": "{{count}} Naisc siar", + "backlink_other": "{{count}} Naisc siar", + "relation": "gaol" + }, + "mobile_detail_menu": { + "insert_child_note": "Cuir nóta linbh isteach", + "delete_this_note": "Scrios an nóta seo", + "note_revisions": "Athbhreithnithe nóta", + "error_cannot_get_branch_id": "Ní féidir aitheantas brainse a fháil do NotePad '{{notePath}}'", + "error_unrecognized_command": "Ordú gan aitheantas {{command}}", + "backlinks": "Naisc ar ais" + }, + "note_icon": { + "change_note_icon": "Deilbhín nóta athraithe", + "search": "Cuardaigh:", + "search_placeholder_one": "Cuardaigh deilbhíní {{number}} ar fud pacáistí {{count}}", + "search_placeholder_two": "Cuardaigh deilbhíní {{number}} ar fud pacáistí {{count}}", + "search_placeholder_few": "Cuardaigh deilbhíní {{number}} ar fud pacáistí {{count}}", + "search_placeholder_many": "Cuardaigh deilbhíní {{number}} ar fud pacáistí {{count}}", + "search_placeholder_other": "Cuardaigh deilbhíní {{number}} ar fud pacáistí {{count}}", + "search_placeholder_filtered": "Cuardaigh deilbhíní {{number}} i {{name}}", + "reset-default": "Athshocraigh go dtí an deilbhín réamhshocraithe", + "filter": "Scagaire", + "filter-none": "Gach deilbhín", + "filter-default": "Deilbhíní réamhshocraithe", + "icon_tooltip": "{{name}}\nPacáiste deilbhín: {{iconPack}}", + "no_results": "Níor aimsíodh aon deilbhíní." + }, + "basic_properties": { + "note_type": "Cineál nóta", + "editable": "In-eagarthóireacht", + "basic_properties": "Airíonna Bunúsacha", + "language": "Teanga", + "configure_code_notes": "Cumraigh nótaí cóid..." + }, + "book_properties": { + "view_type": "Cineál radhairc", + "grid": "Eangach", + "list": "Liosta", + "collapse_all_notes": "Laghdaigh na nótaí go léir", + "expand_tooltip": "Leathnaíonn sé seo na páistí díreacha den bhailiúchán seo (leibhéal amháin domhain). Chun níos mó roghanna a fháil, brúigh an tsaighead ar dheis.", + "collapse": "Laghdaigh", + "expand": "Leathnaigh", + "expand_first_level": "Leathnaigh leanaí díreacha", + "expand_nth_level": "Leathnaigh leibhéil {{depth}}", + "expand_all_levels": "Leathnaigh gach leibhéal", + "book_properties": "Airíonna an Bhailiúcháin", + "invalid_view_type": "Cineál radhairc neamhbhailí '{{type}}'", + "calendar": "Féilire", + "table": "Tábla", + "geo-map": "Léarscáil Gheografach", + "board": "Bord", + "presentation": "Cur i Láthair", + "include_archived_notes": "Taispeáin nótaí cartlannaithe", + "hide_child_notes": "Folaigh nótaí leanaí sa chrann" + }, + "edited_notes": { + "no_edited_notes_found": "Gan aon nótaí eagarthóireachta ar an lá seo go fóill...", + "title": "Nótaí Eagarthóireachta", + "deleted": "(scriosta)" + }, + "file_properties": { + "note_id": "Aitheantas Nóta", + "original_file_name": "Ainm comhaid bunaidh", + "file_type": "Cineál comhaid", + "file_size": "Méid comhaid", + "download": "Íoslódáil", + "open": "Oscail go seachtrach", + "upload_new_revision": "Uaslódáil athbhreithniú nua", + "upload_success": "Tá athbhreithniú comhaid nua uaslódáilte.", + "upload_failed": "Theip ar uaslódáil athbhreithniú comhaid nua.", + "title": "Comhad" + }, + "image_properties": { + "original_file_name": "Ainm comhaid bunaidh", + "file_type": "Cineál comhaid", + "file_size": "Méid comhaid", + "download": "Íoslódáil", + "open": "Oscail", + "copy_reference_to_clipboard": "Cóipeáil tagairt chuig an ghearrthaisce", + "upload_new_revision": "Uaslódáil athbhreithniú nua", + "upload_success": "Tá athbhreithniú nua íomhá uaslódáilte.", + "upload_failed": "Theip ar uaslódáil athbhreithniú íomhá nua: {{message}}", + "title": "Íomhá" + }, + "inherited_attribute_list": { + "title": "Tréithe Oidhreachta", + "no_inherited_attributes": "Gan aon tréithe oidhreachta.", + "none": "aon cheann" + }, + "note_info_widget": { + "note_id": "Aitheantas Nóta", + "created": "Cruthaithe", + "modified": "Modhnaithe", + "type": "Cineál", + "mime": "Cineál MIME", + "note_size": "Méid nóta", + "note_size_info": "Tugann méid an nóta meastachán garbh ar riachtanais stórála don nóta seo. Cuirtear ábhar an nóta agus ábhar a athbhreithnithe nótaí san áireamh ann.", + "calculate": "ríomh", + "subtree_size": "(méid fo-chrainn: {{size}} i nótaí {{count}})", + "title": "Eolas Nóta", + "show_similar_notes": "Taispeáin nótaí comhchosúla" + }, + "note_map": { + "open_full": "Leathnaigh go hiomlán", + "collapse": "Laghdaigh go dtí an gnáthmhéid", + "title": "Léarscáil Nótaí", + "fix-nodes": "Deisigh nóid", + "link-distance": "Fad naisc" + }, + "note_paths": { + "title": "Cosáin Nótaí", + "clone_button": "Nóta clónáilte chuig suíomh nua...", + "intro_placed": "Cuirtear an nóta seo sna cosáin seo a leanas:", + "intro_not_placed": "Níl an nóta seo curtha sa chrann nótaí go fóill.", + "outside_hoisted": "Tá an cosán seo lasmuigh den nóta ardaithe agus bheadh ort é a dhíardú.", + "archived": "Cartlannaithe", + "search": "Cuardaigh" + }, + "note_properties": { + "this_note_was_originally_taken_from": "Tógadh an nóta seo ar dtús ó:", + "info": "Eolas" + }, + "owned_attribute_list": { + "owned_attributes": "Tréithe faoi Úinéireacht" + }, + "promoted_attributes": { + "promoted_attributes": "Tréithe Curtha Chun Cinn", + "unset-field-placeholder": "gan socrú", + "url_placeholder": "http://suíomh gréasáin...", + "open_external_link": "Oscail nasc seachtrach", + "unknown_label_type": "Cineál lipéid anaithnid '{{type}}'", + "unknown_attribute_type": "Cineál tréith anaithnid '{{type}}'", + "add_new_attribute": "Cuir tréith nua leis", + "remove_this_attribute": "Bain an tréith seo", + "remove_color": "Bain an lipéad datha" + }, + "script_executor": { + "query": "Iarratas", + "script": "Script", + "execute_query": "Cuir Iarratas i bhFeidhm", + "execute_script": "Rith an Script" + }, + "search_definition": { + "add_search_option": "Cuir rogha cuardaigh leis:", + "search_string": "teaghrán cuardaigh", + "search_script": "script cuardaigh", + "ancestor": "sinsear", + "fast_search": "cuardach tapa", + "fast_search_description": "Díchumasaíonn an rogha cuardaigh thapa cuardach iomlán ar ábhar nótaí rud a d’fhéadfadh luas a chur le cuardach i mbunachair shonraí móra.", + "include_archived": "cuir cartlannaithe san áireamh", + "include_archived_notes_description": "De réir réamhshocraithe, eisiatar nótaí cartlannaithe ó thorthaí cuardaigh, agus leis an rogha seo cuirfear san áireamh iad.", + "order_by": "ordú de réir", + "limit": "teorainn", + "limit_description": "Teorainn a chur le líon na dtorthaí", + "debug": "dífhabhtú", + "debug_description": "Priontálfaidh Debug faisnéis bhreise dífhabhtaithe isteach sa chonsól chun cabhrú le fiosrúcháin chasta a dhífhabhtú", + "action": "gníomh", + "search_button": "Cuardaigh", + "search_execute": "Gníomhartha Cuardaigh & Forghníomhaithe", + "save_to_note": "Sábháil chuig nóta", + "search_parameters": "Paraiméadair Chuardaigh", + "unknown_search_option": "Rogha cuardaigh anaithnid {{searchOptionName}}", + "search_note_saved": "Tá an nóta cuardaigh sábháilte i {{- notePathTitle}}", + "actions_executed": "Tá gníomhartha curtha i gcrích.", + "view_options": "Roghanna féachana:" + }, + "similar_notes": { + "title": "Nótaí Comhchosúla", + "no_similar_notes_found": "Níor aimsíodh aon nótaí comhchosúla." + }, + "abstract_search_option": { + "remove_this_search_option": "Bain an rogha cuardaigh seo", + "failed_rendering": "Theip ar an rogha cuardaigh rindreála: {{dto}} le hearráid: {{error}} {{stack}}" + }, + "ancestor": { + "label": "Sinsear", + "placeholder": "cuardach nóta de réir a ainm", + "depth_label": "doimhneacht", + "depth_doesnt_matter": "níl aon tábhacht leis", + "depth_eq": "is é {{count}} go díreach", + "direct_children": "páistí díreacha", + "depth_gt": "níos mó ná {{count}}", + "depth_lt": "is lú ná {{count}}" + }, + "debug": { + "debug": "Dífhabhtú", + "debug_info": "Priontálfaidh Debug faisnéis bhreise dífhabhtaithe isteach sa chonsól chun cabhrú le fiosrúcháin chasta a dhífhabhtú.", + "access_info": "Chun rochtain a fháil ar an bhfaisnéis dífhabhtaithe, cuir an fiosrúchán i gcrích agus cliceáil ar \"Taispeáin log an chúltaca\" sa chúinne uachtarach ar chlé." + }, + "fast_search": { + "fast_search": "Cuardach tapa", + "description": "Díchumasaíonn an rogha cuardaigh thapa cuardach iomlán ar ábhar nótaí rud a d’fhéadfadh luas a chur le cuardach i mbunachair shonraí móra." + }, + "include_archived_notes": { + "include_archived_notes": "Cuir nótaí cartlannaithe san áireamh" + }, + "limit": { + "limit": "Teorainn", + "take_first_x_results": "Glac na chéad X torthaí sonraithe amháin." + }, + "order_by": { + "order_by": "Ordú de réir", + "relevancy": "Ábharthacht (réamhshocraithe)", + "title": "Teideal", + "date_created": "Dáta cruthaithe", + "date_modified": "Dáta an mhodhnaithe dheireanaigh", + "content_size": "Méid ábhar nóta", + "content_and_attachments_size": "Méid ábhar nótaí lena n-áirítear ceangaltáin", + "content_and_attachments_and_revisions_size": "Tabhair faoi deara méid an ábhair lena n-áirítear ceangaltáin agus athbhreithnithe", + "revision_count": "Líon na n-athbhreithnithe", + "children_count": "Líon na nótaí leanaí", + "parent_count": "Líon na gclón", + "owned_label_count": "Líon na lipéid", + "owned_relation_count": "Líon na gcaidreamh", + "target_relation_count": "Líon na gcaidreamh atá dírithe ar an nóta", + "random": "Ord randamach", + "asc": "Ag dul suas (réamhshocraithe)", + "desc": "Ag dul síos" + }, + "search_script": { + "title": "Script cuardaigh:", + "placeholder": "cuardach nóta de réir a ainm", + "description1": "Ligeann script cuardaigh torthaí cuardaigh a shainiú trí script a rith. Soláthraíonn sé seo an tsolúbthacht uasta nuair nach leor cuardach caighdeánach.", + "description2": "Ní mór don script cuardaigh a bheith den chineál \"cód\" agus den fhochineál \"JavaScript backend\". Caithfidh an script sraith de nótaí aitheantóirí nó nótaí a thabhairt ar ais.", + "example_title": "Féach ar an sampla seo:", + "example_code": "// 1. réamh-scagadh ag baint úsáide as cuardach caighdeánach\nconst candidateNotes = api.searchForNotes(\"#iris\");\n\n// 2. critéir chuardaigh saincheaptha a chur i bhfeidhm\nconst matchedNotes = candidateNotes\n.filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", + "note": "Tabhair faoi deara nach féidir an script cuardaigh agus an teaghrán cuardaigh a chomhcheangal le chéile." + }, + "search_string": { + "title_column": "Teaghrán cuardaigh:", + "placeholder": "eochairfhocail lántéacs, #tag = luach...", + "search_syntax": "Comhréir cuardaigh", + "also_see": "féach freisin", + "complete_help": "cabhair iomlán ar chomhréir chuardaigh", + "full_text_search": "Níl le déanamh ach aon téacs a iontráil le haghaidh cuardach téacs iomlán", + "label_abc": "nótaí ar ais leis an lipéad abc", + "label_year": "nótaí a mheaitseálann le bliain lipéid a bhfuil luach 2019 acu", + "label_rock_pop": "nótaí a bhfuil lipéid rac-cheoil agus pop orthu araon", + "label_rock_or_pop": "ní mór ach ceann amháin de na lipéid a bheith i láthair", + "label_year_comparison": "comparáid uimhriúil (chomh maith >, >=, <).", + "label_date_created": "nótaí a cruthaíodh sa mhí seo caite", + "error": "Earráid chuardaigh: {{error}}", + "search_prefix": "Cuardaigh:" + }, + "attachment_detail": { + "open_help_page": "Oscail leathanach cabhrach ar cheangaltáin", + "owning_note": "Nóta úinéireachta: ", + "you_can_also_open": ", is féidir leat an oscailt freisin ", + "list_of_all_attachments": "Liosta de na ceangaltáin uile", + "attachment_deleted": "Scriosadh an ceangaltán seo." + }, + "attachment_list": { + "open_help_page": "Oscail leathanach cabhrach ar cheangaltáin", + "owning_note": "Nóta úinéireachta: ", + "upload_attachments": "Uaslódáil ceangaltáin", + "no_attachments": "Níl aon cheangaltáin leis an nóta seo." + }, + "book": { + "no_children_help": "Níl aon nótaí faoi mhíbhuntáiste sa bhailiúchán seo mar sin níl aon rud le taispeáint. Féach ar an vicí le haghaidh tuilleadh sonraí.", + "drag_locked_title": "Glasáilte le haghaidh eagarthóireachta", + "drag_locked_message": "Ní cheadaítear tarraingt ós rud é go bhfuil an bailiúchán faoi ghlas le haghaidh eagarthóireachta." + }, + "editable_code": { + "placeholder": "Clóscríobh ábhar do nóta cóid anseo..." + }, + "editable_text": { + "placeholder": "Clóscríobh ábhar do nóta anseo...", + "editor_crashed_title": "Thuairteáil an t-eagarthóir téacs", + "editor_crashed_content": "Aisghabhadh d’ábhar go rathúil, ach b’fhéidir nár sábháladh cuid de do chuid athruithe is déanaí.", + "editor_crashed_details_button": "Féach tuilleadh sonraí...", + "editor_crashed_details_intro": "Má bhíonn an earráid seo agat arís agus arís eile, smaoinigh ar í a thuairisciú ar GitHub tríd an bhfaisnéis thíos a ghreamú.", + "editor_crashed_details_title": "Faisnéis theicniúil", + "auto-detect-language": "Braite go huathoibríoch", + "keeps-crashing": "Tá an chomhpháirt eagarthóireachta ag tuairteáil i gcónaí. Déan iarracht Trilium a atosú. Má leanann an fhadhb, smaoinigh ar thuairisc fabht a chruthú." + }, + "empty": { + "open_note_instruction": "Oscail nóta trí theideal an nóta a chlóscríobh sa bhosca ionchuir thíos nó roghnaigh nóta sa chrann.", + "search_placeholder": "cuardach a dhéanamh ar nóta de réir a ainm", + "enter_workspace": "Cuir isteach spás oibre {{title}}" + }, + "file": { + "file_preview_not_available": "Níl réamhamharc comhaid ar fáil don fhormáid comhaid seo.", + "too_big": "Ní thaispeánann an réamhamharc ach na chéad {{maxNumChars}} carachtar den chomhad ar chúiseanna feidhmíochta. Íoslódáil an comhad agus oscail go seachtrach é le go mbeidh tú in ann an t-ábhar iomlán a fheiceáil." + }, + "protected_session": { + "enter_password_instruction": "Éilíonn tú do phasfhocal a iontráil chun nóta faoi chosaint a thaispeáint:", + "start_session_button": "Tosaigh seisiún faoi chosaint", + "started": "Tá seisiún faoi chosaint tosaithe.", + "wrong_password": "Pasfhocal mícheart.", + "protecting-finished-successfully": "Críochnaíodh an chosaint go rathúil.", + "unprotecting-finished-successfully": "Críochnaíodh an díchosaint go rathúil.", + "protecting-in-progress": "Cosaint ar siúl: {{count}}", + "unprotecting-in-progress-count": "Díchosaint ar siúl: {{count}}", + "protecting-title": "Stádas cosanta", + "unprotecting-title": "Stádas díchosanta" + }, + "relation_map": { + "open_in_new_tab": "Oscail i gcluaisín nua", + "remove_note": "Bain nóta", + "edit_title": "Cuir an teideal in eagar", + "rename_note": "Athainmnigh an nóta", + "enter_new_title": "Cuir isteach teideal nua an nóta:", + "remove_relation": "Bain an gaol", + "confirm_remove_relation": "An bhfuil tú cinnte gur mian leat an gaol a bhaint?", + "specify_new_relation_name": "Sonraigh ainm an chaidrimh nua (carachtair cheadaithe: alfa-uimhriúla, colon agus fo-líne):", + "connection_exists": "Tá nasc '{{name}}' idir na nótaí seo ann cheana féin.", + "start_dragging_relations": "Tosaigh ag tarraingt caidrimh as seo agus scaoil iad ar nóta eile.", + "note_not_found": "Nóta {{noteId}} gan aimsiú!", + "cannot_match_transform": "Ní féidir an claochlú a mheaitseáil: {{transform}}", + "note_already_in_diagram": "Tabhair faoi deara go bhfuil \"{{title}}\" sa léaráid cheana féin.", + "enter_title_of_new_note": "Cuir isteach teideal an nóta nua", + "default_new_note_title": "nóta nua", + "click_on_canvas_to_place_new_note": "Cliceáil ar chanbhás chun nóta nua a chur" + }, + "render": { + "note_detail_render_help_1": "Taispeántar an nóta cabhrach seo mar nach bhfuil aon ghaol riachtanach ag an nóta seo den chineál Render HTML le go bhfeidhmeoidh sé i gceart.", + "note_detail_render_help_2": "Úsáidtear cineál nóta HTML rindreála le haghaidh scriptithe. Go hachomair, tá nóta cóid HTML agat (le roinnt JavaScript más féidir) agus déanfaidh an nóta seo é a rindreáil. Chun go n-oibreoidh sé, ní mór duit gaol ar a dtugtar \"renderNote\" a shainiú ag pointeáil chuig an nóta HTML atá le rindreáil." + }, + "web_view": { + "web_view": "Radharc Gréasáin", + "embed_websites": "Nóta den chineál Gréasáin a ligeann duit suíomhanna gréasáin a leabú i Trilium.", + "create_label": "Chun tús a chur leis, cruthaigh lipéad le seoladh URL ar mhaith leat a leabú, m.sh. #webViewSrc=\"https://www.google.com\"" + }, + "backend_log": { + "refresh": "Athnuachan" + }, + "consistency_checks": { + "title": "Seiceálacha Comhsheasmhachta", + "find_and_fix_button": "Fadhbanna comhsheasmhachta a aimsiú agus a shocrú", + "finding_and_fixing_message": "Fadhbanna comhsheasmhachta a aimsiú agus a shocrú...", + "issues_fixed_message": "Tá aon fhadhb chomhsheasmhachta a d'fhéadfadh a bheith aimsithe socraithe anois." + }, + "database_anonymization": { + "title": "Anaithnidiú Bunachar Sonraí", + "full_anonymization": "Anaithnidiú Iomlán", + "full_anonymization_description": "Cruthóidh an gníomh seo cóip nua den bhunachar sonraí agus déanfaidh sé anaithnidiú air (bainfear gach ábhar nótaí agus fágfar struchtúr agus roinnt meiteashonraí neamhíogaire amháin) le go mbeidh sé in ann é a roinnt ar líne chun críocha dífhabhtaithe gan eagla go sceithfidh tú do shonraí pearsanta.", + "save_fully_anonymized_database": "Sábháil bunachar sonraí lán-anaithnid", + "light_anonymization": "Anaithnidiú Éadrom", + "light_anonymization_description": "Cruthóidh an gníomh seo cóip nua den bhunachar sonraí agus déanfaidh sé beagán anaithnidithe air — go sonrach ní bhainfear ach ábhar na nótaí go léir, ach fanfaidh teidil agus tréithe. Ina theannta sin, fanfaidh nótaí scripte tosaigh/cúil JS saincheaptha agus giuirléidí saincheaptha. Soláthraíonn sé seo níos mó comhthéacs chun na fadhbanna a dhífhabhtú.", + "choose_anonymization": "Is féidir leat cinneadh a dhéanamh duit féin an mian leat bunachar sonraí atá anaithnid go hiomlán nó beagán gan ainm a sholáthar. Tá fiú bunachar sonraí atá anaithnid go hiomlán an-úsáideach, ach i gcásanna áirithe is féidir le bunachar sonraí atá anaithnid go héadrom an próiseas chun fabhtanna a aithint agus a shocrú a bhrostú.", + "save_lightly_anonymized_database": "Sábháil bunachar sonraí atá anaithnidithe go héadrom", + "existing_anonymized_databases": "Bunachair shonraí gan ainm atá ann cheana féin", + "creating_fully_anonymized_database": "Ag cruthú bunachar sonraí lán-anaithnidithe...", + "creating_lightly_anonymized_database": "Ag cruthú bunachar sonraí atá beagán anaithnidithe...", + "error_creating_anonymized_database": "Níorbh fhéidir bunachar sonraí gan ainm a chruthú, seiceáil logaí an chúltaca le haghaidh sonraí", + "successfully_created_fully_anonymized_database": "Cruthaíodh bunachar sonraí lán-anaithnid i {{anonymizedFilePath}}", + "successfully_created_lightly_anonymized_database": "Cruthaíodh bunachar sonraí atá beagán anaithnid i {{anonymizedFilePath}}", + "no_anonymized_database_yet": "Gan aon bhunachar sonraí anaithnidithe go fóill." + }, + "database_integrity_check": { + "title": "Seiceáil Ionracais Bunachar Sonraí", + "description": "Déanfaidh sé seo seiceáil nach bhfuil an bunachar sonraí truaillithe ar leibhéal SQLite. D’fhéadfadh sé go dtógfadh sé tamall, ag brath ar mhéid an bhunachair shonraí.", + "check_button": "Seiceáil sláine an bhunachair shonraí", + "checking_integrity": "Ag seiceáil sláine an bhunachair shonraí...", + "integrity_check_succeeded": "D’éirigh leis an tseiceáil ionracais - níor aimsíodh aon fhadhbanna.", + "integrity_check_failed": "Theip ar an tseiceáil ionracais: {{results}}" + }, + "sync": { + "title": "Sioncrónaigh", + "force_full_sync_button": "Fórsaigh sioncrónú iomlán", + "fill_entity_changes_button": "Líon taifid athruithe eintitis", + "full_sync_triggered": "Sioncrónú iomlán curtha i ngníomh", + "filling_entity_changes": "Líonadh sraitheanna athruithe eintiteas...", + "sync_rows_filled_successfully": "Líontar na sraitheanna sioncrónaithe go rathúil", + "finished-successfully": "Críochnaíodh an sioncrónú go rathúil.", + "failed": "Theip ar an sioncrónú: {{message}}" + }, + "vacuum_database": { + "title": "Bunachar Sonraí Folúis", + "description": "Déanfaidh sé seo an bunachar sonraí a atógáil agus de ghnáth beidh comhad bunachar sonraí níos lú mar thoradh air. Ní athrófar aon sonraí i ndáiríre.", + "button_text": "Bunachar sonraí folúis", + "vacuuming_database": "Bunachar sonraí folúsghlanadh...", + "database_vacuumed": "Tá an bunachar sonraí folúsghlanaithe" + }, + "experimental_features": { + "title": "Roghanna Turgnamhacha", + "disclaimer": "Is roghanna turgnamhacha iad seo agus d’fhéadfadh éagobhsaíocht a bheith mar thoradh orthu. Bain úsáid astu go cúramach.", + "new_layout_name": "Leagan Amach Nua", + "new_layout_description": "Bain triail as an leagan amach nua le haghaidh cuma níos nua-aimseartha agus inúsáidteachta feabhsaithe. Tá sé faoi réir athruithe móra sna heisiúintí atá le teacht." + }, + "fonts": { + "theme_defined": "Téama sainmhínithe", + "fonts": "Clónna", + "main_font": "Príomhchló", + "font_family": "Teaghlach clónna", + "size": "Méid", + "note_tree_font": "Cló Crann Nótaí", + "note_detail_font": "Cló Sonraí Nóta", + "monospace_font": "Cló Aonspáis (cód)", + "note_tree_and_detail_font_sizing": "Tabhair faoi deara go bhfuil méid an chló crainn agus mionsonraí i gcoibhneas leis an bpríomhshocrú méid cló.", + "not_all_fonts_available": "B’fhéidir nach bhfuil na clónna uile atá liostaithe ar fáil ar do chóras.", + "apply_font_changes": "Chun athruithe cló a chur i bhfeidhm, cliceáil ar", + "reload_frontend": "athlódáil tosaigh", + "generic-fonts": "Clónna ginearálta", + "sans-serif-system-fonts": "Clónna córais Sans-serif", + "serif-system-fonts": "Clónna córais Serif", + "monospace-system-fonts": "Clónna córais aonspáis", + "handwriting-system-fonts": "Clónna córais lámhscríbhneoireachta", + "serif": "Serif", + "sans-serif": "Sans Serif", + "monospace": "Aonspás", + "system-default": "Réamhshocrú an chórais" + }, + "max_content_width": { + "title": "Leithead an Ábhair", + "default_description": "De réir réamhshocraithe, cuireann Trilium teorainn le huasleithead an ábhair chun inléiteacht a fheabhsú le haghaidh scáileáin uasmhéadaithe ar scáileáin leathana.", + "max_width_label": "Leithead uasta an ábhair", + "max_width_unit": "picteilíní", + "centerContent": "Coinnigh an t-ábhar i lár an aonaigh" + }, + "native_title_bar": { + "title": "Barra Teidil Dúchasach (éilíonn atosú an aip)", + "enabled": "cumasaithe", + "disabled": "díchumasaithe" + }, + "ribbon": { + "widgets": "Giuirléidí ribín", + "promoted_attributes_message": "Osclófar an cluaisín ribín Tréithe Ardaithe go huathoibríoch má tá tréithe ardaithe i láthair ar an nóta", + "edited_notes_message": "Osclófar an cluaisín ribín Nótaí Eagarthóireachta go huathoibríoch ar nótaí lae" + }, + "theme": { + "title": "Téama an Iarratais", + "theme_label": "Téama", + "override_theme_fonts_label": "Sáraigh clónna téama", + "auto_theme": "Seanchóras (Lean scéim dathanna an chórais)", + "light_theme": "Oidhreacht (Éadrom)", + "dark_theme": "Oidhreacht (Dorcha)", + "triliumnext": "Trilium (Lean scéim dathanna an chórais)", + "triliumnext-light": "Trilium (Éadrom)", + "triliumnext-dark": "Trilium (Dorcha)", + "layout": "Leagan Amach", + "layout-vertical-title": "Ingearach", + "layout-horizontal-title": "Cothrománach", + "layout-vertical-description": "tá barra lainseála ar chlé (réamhshocraithe)", + "layout-horizontal-description": "Tá barra an lainseálaí faoin mbarra cluaisín, tá an barra cluaisín lánleithead anois." + }, + "ui-performance": { + "title": "Feidhmíocht", + "enable-motion": "Cumasaigh aistrithe agus beochana", + "enable-shadows": "Cumasaigh scáthanna", + "enable-backdrop-effects": "Cumasaigh éifeachtaí cúlra do bhiachláir, fuinneoga aníos agus painéil", + "enable-smooth-scroll": "Cumasaigh scrollú réidh", + "app-restart-required": "(tá atosú an fheidhmchláir ag teastáil chun an t-athrú a chur i bhfeidhm)" + }, + "zoom_factor": { + "title": "Fachtóir Súmáil (leagan deisce amháin)", + "description": "Is féidir súmáil a rialú le haicearraí CTRL+- agus CTRL+= chomh maith." + }, + "code_auto_read_only_size": { + "title": "Méid Uathoibríoch Léite Amháin", + "description": "Is é méid uathoibríoch nótaí inléite amháin an méid tar éis a dtaispeánfar nótaí i mód inléite amháin (ar chúiseanna feidhmíochta).", + "label": "Méid inléite amháin uathoibríoch (nótaí cóid)", + "unit": "carachtair" + }, + "code-editor-options": { + "title": "Eagarthóir" + }, + "code_mime_types": { + "title": "Cineálacha MIME atá ar fáil sa roghchlár anuas", + "tooltip_syntax_highlighting": "Aibhsiú comhréire", + "tooltip_code_block_syntax": "Bloic chóid i nótaí Téacs", + "tooltip_code_note_syntax": "Nótaí cóid" + }, + "vim_key_bindings": { + "use_vim_keybindings_in_code_notes": "Ceangail eochracha Vim", + "enable_vim_keybindings": "Cumasaigh ceangail eochracha Vim i nótaí cóid (gan mód ex)" + }, + "wrap_lines": { + "wrap_lines_in_code_notes": "Fill línte i nótaí cóid", + "enable_line_wrap": "Cumasaigh Fillteán Líne (b’fhéidir go mbeadh athlódáil tosaigh ag teastáil chun go dtiocfadh an t-athrú i bhfeidhm)" + }, + "images": { + "images_section_title": "Íomhánna", + "download_images_automatically": "Íoslódáil íomhánna go huathoibríoch le húsáid as líne.", + "download_images_description": "Is féidir tagairtí d’íomhánna ar líne a bheith i HTML greamaithe, aimseoidh Trilium na tagairtí sin agus íoslódálfaidh sé na híomhánna ionas go mbeidh siad ar fáil as líne.", + "enable_image_compression": "Cumasaigh comhbhrú íomhá", + "max_image_dimensions": "Uasleithead/airde íomhá (athrófar méid na híomhá má sháraíonn sí an socrú seo).", + "max_image_dimensions_unit": "picteilíní", + "jpeg_quality_description": "Cáilíocht JPEG (10 - an caighdeán is measa, 100 - an caighdeán is fearr, moltar 50 - 85)" + }, + "attachment_erasure_timeout": { + "attachment_erasure_timeout": "Am Teorann Scriosadh Ceangaltáin", + "attachment_auto_deletion_description": "Scriostar ceangaltáin go huathoibríoch (agus scriostar iad) mura ndéantar tagairt dóibh ina nóta a thuilleadh tar éis tréimhse ama socraithe.", + "erase_attachments_after": "Scrios ceangaltáin neamhúsáidte tar éis:", + "manual_erasing_description": "Is féidir leat scriosadh a spreagadh de láimh freisin (gan an t-am críochnaithe a shainmhínítear thuas a chur san áireamh):", + "erase_unused_attachments_now": "Scrios nótaí ceangaltáin neamhúsáidte anois", + "unused_attachments_erased": "Scriosadh ceangaltáin neamhúsáidte." + }, + "network_connections": { + "network_connections_title": "Naisc Líonra", + "check_for_updates": "Seiceáil le haghaidh nuashonruithe go huathoibríoch" + }, + "note_erasure_timeout": { + "note_erasure_timeout_title": "Am Scriosadh Nótaí", + "note_erasure_description": "Ní dhéantar nótaí scriosta (agus tréithe, athbhreithnithe...) a mharcáil ach mar scriosta ar dtús agus is féidir iad a aisghabháil ón dialóg Nótaí Le Déanaí. Tar éis tamaill, déantar nótaí scriosta a \"scriosadh\" rud a chiallaíonn nach féidir a n-ábhar a aisghabháil a thuilleadh. Ligeann an socrú seo duit fad na tréimhse idir an nóta a scriosadh agus a scriosadh a chumrú.", + "erase_notes_after": "Scrios nótaí tar éis:", + "manual_erasing_description": "Is féidir leat scriosadh a spreagadh de láimh freisin (gan an t-am críochnaithe a shainmhínítear thuas a chur san áireamh):", + "erase_deleted_notes_now": "Scrios nótaí scriosta anois", + "deleted_notes_erased": "Tá nótaí scriosta scriosta." + }, + "revisions_snapshot_interval": { + "note_revisions_snapshot_interval_title": "Eatramh Léirmheasa ar Nóta", + "note_revisions_snapshot_description": "Is é an t-eatramh pictiúr athbhreithnithe nóta an t-am ina dhiaidh a chruthófar athbhreithniú nóta nua don nóta. Féach vicí le haghaidh tuilleadh eolais.", + "snapshot_time_interval_label": "Eatramh ama pictiúr athbhreithnithe nóta:" + }, + "revisions_snapshot_limit": { + "note_revisions_snapshot_limit_title": "Teorainn ar Ghrianghraf Athbhreithnithe Nóta", + "note_revisions_snapshot_limit_description": "Tagraíonn an teorainn ar líon na n-athbhreithnithe nótaí don líon uasta athbhreithnithe is féidir a shábháil do gach nóta. Ciallaíonn -1 gan aon teorainn, ciallaíonn 0 scriosadh na hathbhreithnithe go léir. Is féidir leat an líon uasta athbhreithnithe a shocrú do nóta aonair tríd an lipéad #versioningLimit.", + "snapshot_number_limit_label": "Teorainn líon na n-íomhánna athbhreithnithe nóta:", + "snapshot_number_limit_unit": "léargais", + "erase_excess_revision_snapshots": "Scrios na léargais athbhreithnithe breise anois", + "erase_excess_revision_snapshots_prompt": "Scriosadh na léargais bhreise athbhreithnithe." + }, + "search_engine": { + "title": "Inneall Cuardaigh", + "custom_search_engine_info": "Éilíonn inneall cuardaigh saincheaptha go socrófar ainm agus URL araon. Mura socraítear ceachtar acu seo, úsáidfear DuckDuckGo mar an t-inneall cuardaigh réamhshocraithe.", + "predefined_templates_label": "Teimpléid inneall cuardaigh réamhshainithe", + "bing": "Bing", + "baidu": "Baidu", + "duckduckgo": "DuckDuckGo", + "google": "Google", + "custom_name_label": "Ainm innill chuardaigh saincheaptha", + "custom_name_placeholder": "Saincheap ainm an innill chuardaigh", + "custom_url_label": "Ba chóir go mbeadh {keyword} san áireamh mar áitchoinneálaí don téarma cuardaigh i URL inneall cuardaigh saincheaptha.", + "custom_url_placeholder": "Saincheap url an innill chuardaigh", + "save_button": "Sábháil" + }, + "tray": { + "title": "Tráidire an Chórais", + "enable_tray": "Cumasaigh an tráidire (ní mór Trilium a atosú le go dtiocfaidh an t-athrú seo i bhfeidhm)" + }, + "heading_style": { + "title": "Stíl Ceannteidil", + "plain": "Simplí", + "underline": "Folínigh", + "markdown": "Stíl marcála síos" + }, + "highlights_list": { + "title": "Liosta Buaicphointí", + "description": "Is féidir leat an liosta buaicphointí a thaispeántar sa phainéal ar dheis a shaincheapadh:", + "bold": "Téacs trom", + "italic": "Téacs iodálach", + "underline": "Téacs faoi líne", + "color": "Téacs daite", + "bg_color": "Téacs le dath cúlra", + "visibility_title": "Infheictheacht an Liosta Buaicphointí", + "visibility_description": "Is féidir leat an giuirléid buaicphointí a cheilt in aghaidh an nóta trí lipéad #hideHighlightWidget a chur leis.", + "shortcut_info": "Is féidir leat aicearra méarchláir a chumrú chun an painéal ar dheis (lena n-áirítear Buaicphointí) a athrú go tapa sna Roghanna -> Aicearraí (ainm 'toggleRightPane')." + }, + "table_of_contents": { + "title": "Clár Ábhair", + "description": "Beidh clár ábhair le feiceáil i nótaí téacs nuair a bhíonn níos mó ná líon sainithe ceannteidil sa nóta. Is féidir leat an líon seo a shaincheapadh:", + "unit": "ceannteidil", + "disable_info": "Is féidir leat an rogha seo a úsáid freisin chun TOC a dhíchumasú go héifeachtach trí uimhir an-ard a shocrú.", + "shortcut_info": "Is féidir leat aicearra méarchláir a chumrú chun an painéal ar dheis (lena n-áirítear an tÁbhar Ábhar) a athrú go tapa sna Roghanna -> Aicearraí (ainm 'toggleRightPane')." + }, + "text_auto_read_only_size": { + "title": "Méid Uathoibríoch Léite Amháin", + "description": "Is é méid uathoibríoch nótaí inléite amháin an méid tar éis a dtaispeánfar nótaí i mód inléite amháin (ar chúiseanna feidhmíochta).", + "label": "Méid inléite amháin uathoibríoch (nótaí téacs)", + "unit": "carachtair" + }, + "custom_date_time_format": { + "title": "Formáid Dáta/Am Saincheaptha", + "description": "Saincheap formáid an dáta agus an ama a chuirtear isteach trí nó an barra uirlisí. Féach ar doiciméid Day.js le haghaidh na gcomharthaí formáide atá ar fáil.", + "format_string": "Formáid teaghrán:", + "formatted_time": "Dáta/am formáidithe:" + }, + "i18n": { + "title": "Logánú", + "language": "Teanga", + "first-day-of-the-week": "An chéad lá den tseachtain", + "monday": "Dé Luain", + "tuesday": "Dé Máirt", + "wednesday": "Dé Céadaoin", + "thursday": "Déardaoin", + "friday": "Dé hAoine", + "saturday": "Dé Sathairn", + "sunday": "Dé Domhnaigh", + "first-week-of-the-year": "An chéad seachtain den bhliain", + "first-week-contains-first-day": "Tá an chéad lá den bhliain sa chéad seachtain", + "first-week-contains-first-thursday": "Tá an chéad Déardaoin den bhliain sa chéad seachtain", + "first-week-has-minimum-days": "Tá an chéad seachtain ag an íosmhéid laethanta", + "min-days-in-first-week": "Íosmhéid laethanta sa chéad seachtain", + "first-week-info": "Tá an chéad seachtain ina bhfuil an chéad Déardaoin den bhliain bunaithe ar chaighdeán ISO 8601.", + "first-week-warning": "D’fhéadfadh sé go mbeadh dúblach le Nótaí Seachtaine atá ann cheana féin mar thoradh ar athrú roghanna na chéad seachtaine agus ní dhéanfar na Nótaí Seachtaine atá ann cheana a nuashonrú dá réir.", + "formatting-locale": "Formáid dáta agus uimhreach", + "formatting-locale-auto": "Bunaithe ar theanga an fheidhmchláir" + }, + "backup": { + "automatic_backup": "Cúltaca uathoibríoch", + "automatic_backup_description": "Is féidir le Trilium cúltaca den bhunachar sonraí a dhéanamh go huathoibríoch:", + "enable_daily_backup": "Cumasaigh cúltaca laethúil", + "enable_weekly_backup": "Cumasaigh cúltaca seachtainiúil", + "enable_monthly_backup": "Cumasaigh cúltaca míosúil", + "backup_recommendation": "Moltar an cúltaca a choinneáil casta air, ach is féidir leis seo moill a chur ar thosú feidhmchlár le bunachair shonraí móra agus/nó gléasanna stórála mall.", + "backup_now": "Cúltaca anois", + "backup_database_now": "Cúltaca bunachar sonraí anois", + "existing_backups": "Cúltacaí atá ann cheana féin", + "date-and-time": "Dáta & am", + "path": "Cosán", + "database_backed_up_to": "Tá cúltaca déanta den bhunachar sonraí chuig {{backupFilePath}}", + "no_backup_yet": "gan aon chúltaca fós" + }, + "etapi": { + "title": "ETAPI", + "description": "Is API REST é ETAPI a úsáidtear chun rochtain a fháil ar shampla Trilium go ríomhchláraitheach, gan chomhéadan úsáideora.", + "create_token": "Cruthaigh comhartha ETAPI nua", + "existing_tokens": "Comharthaí atá ann cheana féin", + "no_tokens_yet": "Níl aon chomharthaí ann fós. Cliceáil ar an gcnaipe thuas chun ceann a chruthú.", + "token_name": "Ainm an chomhartha", + "created": "Cruthaithe", + "actions": "Gníomhartha", + "new_token_title": "Comhartha ETAPI nua", + "new_token_message": "Cuir isteach ainm an chomhartha nua le do thoil", + "default_token_name": "comhartha nua", + "error_empty_name": "Ní féidir ainm an chomhartha a fhágáil folamh", + "token_created_title": "Cruthaíodh comhartha ETAPI", + "token_created_message": "Cóipeáil an comhartha cruthaithe isteach sa ghearrthaisce. Stórálann Trilium an comhartha haisithe agus seo an uair dheireanach a fheiceann tú é.", + "rename_token": "Athainmnigh an comhartha seo", + "delete_token": "Scrios / díghníomhachtaigh an comhartha seo", + "rename_token_title": "Athainmnigh an comhartha", + "rename_token_message": "Cuir isteach ainm an chomhartha nua le do thoil", + "delete_token_confirmation": "An bhfuil tú cinnte gur mian leat comhartha ETAPI \"{{name}}\" a scriosadh?" + }, + "options_widget": { + "options_status": "Stádas na roghanna", + "options_change_saved": "Tá na hathruithe roghanna sábháilte." + }, + "password": { + "heading": "Pasfhocal", + "alert_message": "Cuimhnigh ar do phasfhocal nua, le do thoil. Úsáidtear an pasfhocal chun logáil isteach sa chomhéadan gréasáin agus chun nótaí faoi chosaint a chriptiú. Má dhéanann tú dearmad ar do phasfhocal, cailltear do nótaí faoi chosaint go deo.", + "reset_link": "Cliceáil anseo chun é a athshocrú.", + "old_password": "Seanfhocal faire", + "new_password": "Pasfhocal nua", + "new_password_confirmation": "Deimhniú pasfhocail nua", + "change_password": "Athraigh an focal faire", + "protected_session_timeout": "Am Teorann Seisiúin Chosanta", + "protected_session_timeout_description": "Is tréimhse ama í an t-am scoir seisiúin chosanta a scriostar an seisiún cosanta ó chuimhne an bhrabhsálaí ina dhiaidh. Déantar é seo a thomhas ón idirghníomhaíocht dheireanach le nótaí cosanta. Féach", + "wiki": "vicí", + "for_more_info": "le haghaidh tuilleadh eolais.", + "protected_session_timeout_label": "Am scoir seisiúin faoi chosaint:", + "reset_confirmation": "Trí an focal faire a athshocrú caillfidh tú rochtain go deo ar do nótaí cosanta go léir atá ann cheana féin. An bhfuil tú cinnte gur mhaith leat an focal faire a athshocrú?", + "reset_success_message": "Athshocraíodh an focal faire. Socraigh focal faire nua le do thoil", + "change_password_heading": "Athraigh Pasfhocal", + "set_password_heading": "Socraigh Pasfhocal", + "set_password": "Socraigh Pasfhocal", + "password_mismatch": "Ní hionann pasfhocail nua.", + "password_changed_success": "Athraíodh an focal faire. Athlódálfar Trilium tar éis duit brúigh OK." + }, + "multi_factor_authentication": { + "title": "Fíordheimhniú Ilfhachtóireach", + "description": "Cuireann Fíordheimhniú Ilfhachtóireach (FFA) ciseal breise slándála le do chuntas. In ionad pasfhocal a iontráil le logáil isteach, éilíonn FFA ort píosa fianaise amháin nó níos mó a sholáthar chun d’aitheantas a fhíorú. Ar an mbealach seo, fiú má fhaigheann duine éigin do phasfhocal, ní féidir leo rochtain a fháil ar do chuntas gan an dara píosa faisnéise. Tá sé cosúil le glas breise a chur le do dhoras, rud a fhágann go bhfuil sé i bhfad níos deacra d’aon duine eile briseadh isteach.

Lean na treoracha thíos le do thoil chun FFA a chumasú. Mura ndéanann tú an chumraíocht i gceart, ní bheidh ach pasfhocal ag teastáil chun logáil isteach.", + "mfa_enabled": "Cumasaigh Fíordheimhniú Ilfhachtóireach", + "mfa_method": "Modh MFA", + "electron_disabled": "Ní thacaítear le Fíordheimhniú Ilfhachtóireach sa leagan deisce faoi láthair.", + "totp_title": "Pasfhocal Aonuaire Bunaithe ar Am (TOTP)", + "totp_description": "Is gné slándála é TOTP (Pasfhocal Aonuaire Bunaithe ar Am) a ghineann cód uathúil, sealadach a athraíonn gach 30 soicind. Úsáideann tú an cód seo, mar aon le do phasfhocal, chun logáil isteach i do chuntas, rud a fhágann go bhfuil sé i bhfad níos deacra d’aon duine eile rochtain a fháil air.", + "totp_secret_title": "Gin Rún TOTP", + "totp_secret_generate": "Gin Rún TOTP", + "totp_secret_regenerate": "Athghinigh Rún TOTP", + "no_totp_secret_warning": "Chun TOTP a chumasú, ní mór duit rún TOTP a ghiniúint ar dtús.", + "totp_secret_description_warning": "Tar éis rún TOTP nua a ghiniúint, beidh ort logáil isteach arís leis an rún TOTP nua.", + "totp_secret_generated": "Rún TOTP Gineadh", + "totp_secret_warning": "Sábháil an rún a gineadh in áit shábháilte. Ní thaispeánfar arís é.", + "totp_secret_regenerate_confirm": "An bhfuil tú cinnte gur mian leat an rún TOTP a athghiniúint? Cuirfidh sé seo an rún TOTP roimhe seo agus na cód aisghabhála atá ann cheana ar neamhní.", + "recovery_keys_title": "Eochracha Aisghabhála Síniúcháin Aonair", + "recovery_keys_description": "Úsáidtear eochracha aisghabhála sínithe isteach aonair chun logáil isteach fiú mura féidir leat rochtain a fháil ar do chóid Authenticator.", + "recovery_keys_description_warning": "Ní thaispeánfar eochracha aisghabhála arís tar éis duit an leathanach a fhágáil, coinnigh iad in áit shábháilte agus slán.
Ní féidir eochair aisghabhála a úsáid arís tar éis í a úsáid.", + "recovery_keys_error": "Earráid ag giniúint cóid aisghabhála", + "recovery_keys_no_key_set": "Níl aon chóid aisghabhála socraithe", + "recovery_keys_generate": "Gin Cóid Aisghabhála", + "recovery_keys_regenerate": "Athghinigh Cóid Aisghabhála", + "recovery_keys_used": "Úsáidte: {{date}}", + "recovery_keys_unused": "Níl an cód aisghabhála {{index}} in úsáid", + "oauth_title": "OAuth/OpenID", + "oauth_description": "Is bealach caighdeánaithe é OpenID a ligeann duit logáil isteach i suíomhanna gréasáin ag baint úsáide as cuntas ó sheirbhís eile, cosúil le Google, chun d’aitheantas a fhíorú. Is é Google an t-eisitheoir réamhshocraithe, ach is féidir leat é a athrú go haon soláthraí OpenID eile. Seiceáil anseo le haghaidh tuilleadh eolais. Lean na treoracha seo chun seirbhís OpenID a bhunú trí Google.", + "oauth_description_warning": "Chun OAuth/OpenID a chumasú, ní mór duit an URL bonn OAuth/OpenID, an ID cliaint agus an rún cliaint a shocrú sa chomhad config.ini agus an feidhmchlár a atosú. Más mian leat socruithe a dhéanamh ó athróga timpeallachta, socraigh TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID agus TRILIUM_OAUTH_CLIENT_SECRET le do thoil.", + "oauth_missing_vars": "Socruithe ar iarraidh: {{-variables}}", + "oauth_user_account": "Cuntas Úsáideora: ", + "oauth_user_email": "Ríomhphost an Úsáideora: ", + "oauth_user_not_logged_in": "Níl mé logáilte isteach!" + }, + "shortcuts": { + "keyboard_shortcuts": "Aicearraí Méarchláir", + "multiple_shortcuts": "Is féidir camóg a úsáid chun aicearraí iolracha don ghníomh céanna a dheighilt.", + "electron_documentation": "Féach ar dhoiciméadacht Electron le haghaidh modhnóirí agus cóid eochracha atá ar fáil.", + "type_text_to_filter": "Clóscríobh téacs chun aicearraí a scagadh...", + "action_name": "Ainm an ghnímh", + "shortcuts": "Aicearraí", + "default_shortcuts": "Aicearraí réamhshocraithe", + "description": "Cur síos", + "reload_app": "Athlódáil an aip chun na hathruithe a chur i bhfeidhm", + "set_all_to_default": "Socraigh gach aicearra go dtí an réamhshocrú", + "confirm_reset": "An bhfuil tú cinnte gur mhaith leat na haicearraí méarchláir go léir a athshocrú go dtí an rogha réamhshocraithe?" + }, + "spellcheck": { + "title": "Seiceáil Litrithe", + "description": "Ní bhaineann na roghanna seo ach le leaganacha deisce, úsáidfidh brabhsálaithe a seiceáil litrithe dúchasach féin.", + "enable": "Cumasaigh seiceáil litrithe", + "language_code_label": "Cód(anna) teanga", + "language_code_placeholder": "mar shampla \"en-US\", \"de-AT\"", + "multiple_languages_info": "Is féidir camóg a úsáid chun teangacha iolracha a dheighilt óna chéile, m.sh. \"en-US, de-DE, cs\". ", + "available_language_codes_label": "Cóid teanga atá ar fáil:", + "restart-required": "Tiocfaidh athruithe ar na roghanna seiceála litrithe i bhfeidhm tar éis atosú an fheidhmchláir." + }, + "sync_2": { + "config_title": "Cumraíocht Sioncrónaithe", + "server_address": "Seoladh sampla an fhreastalaí", + "timeout": "Am scoir sioncrónaithe", + "timeout_unit": "milleasoicindí", + "proxy_label": "Sioncrónaigh freastalaí seachfhreastalaí (roghnach)", + "note": "Nóta", + "note_description": "Má fhágann tú an socrú seachfhreastalaí bán, úsáidfear seachfhreastalaí an chórais (baineann sé le tógáil deisce/leictreon amháin).", + "special_value_description": "Luach speisialta eile is ea noproxy a chuireann iallach neamhaird a dhéanamh fiú ar an seachfhreastalaí córais agus a thugann meas ar NODE_TLS_REJECT_UNAUTHORIZED.", + "save": "Sábháil", + "help": "Cabhair", + "test_title": "Tástáil Sioncrónaithe", + "test_description": "Déanfaidh sé seo tástáil ar an nasc agus ar an gcroitheadh láimhe leis an bhfreastalaí sioncrónaithe. Mura bhfuil an freastalaí sioncrónaithe tosaithe, socróidh sé seo é chun sioncrónú leis an doiciméad áitiúil.", + "test_button": "Tástáil sioncrónaithe", + "handshake_failed": "Theip ar chroitheadh láimhe an fhreastalaí sioncrónaithe, earráid: {{message}}" + }, + "api_log": { + "close": "Dún" + }, + "attachment_detail_2": { + "will_be_deleted_in": "Scriosfar an ceangaltán seo go huathoibríoch i gceann {{time}}", + "will_be_deleted_soon": "Scriosfar an ceangaltán seo go huathoibríoch go luath", + "deletion_reason": ", mar nach bhfuil an ceangaltán nasctha in ábhar an nóta. Chun scriosadh a chosc, cuir an nasc ceangaltáin ar ais san ábhar nó tiontaigh an ceangaltán ina nóta.", + "role_and_size": "Ról: {{role}}, méid: {{size}}, MIME: {{- mimeType}}", + "link_copied": "Nasc an cheangail cóipeáilte chuig an ghearrthaisce.", + "unrecognized_role": "Ról ceangail neamhaitheanta '{{role}}'." + }, + "bookmark_switch": { + "bookmark": "Leabharmharc", + "bookmark_this_note": "Cuir an nóta seo i leabharmharcanna ar an bpainéal taobh clé", + "remove_bookmark": "Bain leabharmharc" + }, + "editability_select": { + "auto": "Uathoibríoch", + "read_only": "Léamh amháin", + "always_editable": "In-eagarthóireacht i gcónaí", + "note_is_editable": "Is féidir nóta a chur in eagar mura bhfuil sé rófhada.", + "note_is_read_only": "Is nóta inléite amháin é, ach is féidir é a chur in eagar le cliceáil cnaipe.", + "note_is_always_editable": "Is féidir nóta a chur in eagar i gcónaí, beag beann ar a fhad." + }, + "note-map": { + "button-link-map": "Léarscáil Nasc", + "button-tree-map": "Léarscáil crann" + }, + "tree-context-menu": { + "open-in-a-new-tab": "Oscail i gcluaisín nua", + "open-in-a-new-split": "Oscail i scoilt nua", + "open-in-a-new-window": "Oscail i bhfuinneog nua", + "insert-note-after": "Cuir nóta isteach ina dhiaidh", + "insert-child-note": "Cuir nóta linbh isteach", + "archive": "Cartlann", + "unarchive": "Díchartlannaigh", + "delete": "Scrios", + "search-in-subtree": "Cuardaigh i bhfo-chrann", + "hoist-note": "Nóta ardaitheora", + "unhoist-note": "Nóta dí-ardaithe", + "edit-branch-prefix": "Cuir réimír na brainse in eagar", + "advanced": "Ardleibhéil", + "expand-subtree": "Leathnaigh an fo-chrann", + "collapse-subtree": "Laghdaigh fo-chrann", + "hide-subtree": "Folaigh fo-chrann", + "show-subtree": "Taispeáin fo-chrann", + "sort-by": "Sórtáil de réir...", + "recent-changes-in-subtree": "Athruithe le déanaí sa fho-chrann", + "convert-to-attachment": "Tiontaigh go ceangaltán", + "copy-note-path-to-clipboard": "Cóipeáil cosán an nóta chuig an ghearrthaisce", + "protect-subtree": "Fo-chrann a chosaint", + "unprotect-subtree": "Díchosaint fochrann", + "copy-clone": "Cóipeáil / clónáil", + "clone-to": "Clónáil go...", + "cut": "Gearr", + "move-to": "Bog go...", + "paste-into": "Greamaigh isteach", + "paste-after": "Greamaigh ina dhiaidh", + "duplicate": "Dúblach", + "export": "Easpórtáil", + "import-into-note": "Iompórtáil isteach i nóta", + "apply-bulk-actions": "Cuir gníomhartha mórchóir i bhfeidhm", + "converted-to-attachments": "Tá {{count}} nótaí tiontaithe ina gceangaltáin.", + "convert-to-attachment-confirm": "An bhfuil tú cinnte gur mian leat na nótaí roghnaithe a thiontú ina gceangaltáin dá nótaí tuismitheora? Ní bhaineann an oibríocht seo ach le nótaí Íomhá, scipeálfar nótaí eile.", + "open-in-popup": "Eagarthóireacht thapa" + }, + "shared_info": { + "shared_publicly": "Tá an nóta seo roinnte go poiblí ar {{- link}}.", + "shared_locally": "Tá an nóta seo roinnte go háitiúil ar {{- link}}.", + "help_link": "Chun cabhair a fháil, tabhair cuairt ar wiki." + }, + "read-only-info": { + "read-only-note": "Ag féachaint ar nóta inléite amháin faoi láthair.", + "auto-read-only-note": "Taispeántar an nóta seo i mód léite amháin le haghaidh luchtú níos tapúla.", + "edit-note": "Cuir nóta in eagar" + }, + "note_types": { + "text": "Téacs", + "code": "Code", + "saved-search": "Cuardach Sábháilte", + "relation-map": "Léarscáil Gaolmhaireachta", + "note-map": "Léarscáil Nótaí", + "render-note": "Nóta Rindreála", + "book": "Bailiúchán", + "mermaid-diagram": "Léaráid Maighdeann Mhara", + "canvas": "Canbhás", + "web-view": "Radharc Gréasáin", + "mind-map": "Léarscáil Intinne", + "file": "Comhad", + "image": "Íomhá", + "launcher": "Tosaitheoir", + "doc": "Doiciméad", + "widget": "Giuirléid", + "confirm-change": "Ní mholtar cineál nóta a athrú nuair nach bhfuil ábhar an nóta folamh. Ar mhaith leat leanúint ar aghaidh ar aon nós?", + "geo-map": "Léarscáil Gheografach", + "beta-feature": "Béite", + "task-list": "Liosta Tascanna", + "new-feature": "Nua", + "collections": "Bailiúcháin" + }, + "protect_note": { + "toggle-on": "Cosain an nóta", + "toggle-off": "Díchosaint an nóta", + "toggle-on-hint": "Níl an nóta cosanta, cliceáil chun é a chosaint", + "toggle-off-hint": "Tá an nóta cosanta, cliceáil chun é a dhéanamh neamhchosanta" + }, + "shared_switch": { + "shared": "Roinnte", + "toggle-on-title": "Roinn an nóta", + "toggle-off-title": "Díroinn an nóta", + "shared-branch": "Níl an nóta seo ann ach mar nóta comhroinnte, scriosfar é má dhíroinntear é. Ar mhaith leat leanúint ar aghaidh agus an nóta seo a scriosadh dá bharr?", + "inherited": "Ní féidir an nóta a dhíroinnt anseo mar go roinntear é trí oidhreacht ó shinsear." + }, + "template_switch": { + "template": "Teimpléad", + "toggle-on-hint": "Déan teimpléad den nóta", + "toggle-off-hint": "Bain an nóta mar theimpléad" + }, + "open-help-page": "Oscail leathanach cabhrach", + "find": { + "case_sensitive": "Cás-íogair", + "match_words": "Meaitseáil focail", + "find_placeholder": "Aimsigh sa téacs...", + "replace_placeholder": "Cuir in ionad le...", + "replace": "Athsholáthair", + "replace_all": "Cuir gach rud in ionad" + }, + "highlights_list_2": { + "title": "Liosta Buaicphointí", + "title_with_count_one": "{{count}} buaicphointe", + "title_with_count_two": "{{count}} buaicphointí", + "title_with_count_few": "{{count}} buaicphointí", + "title_with_count_many": "{{count}} buaicphointí", + "title_with_count_other": "{{count}} buaicphointí", + "options": "Roghanna", + "modal_title": "Cumraigh Liosta Buaicphointí", + "menu_configure": "Cumraigh liosta buaicphointí...", + "no_highlights": "Níor aimsíodh aon bhuaicphointí." + }, + "quick-search": { + "placeholder": "Cuardach tapa", + "searching": "Ag cuardach...", + "no-results": "Níor aimsíodh aon torthaí", + "more-results": "... agus {{number}} torthaí eile.", + "show-in-full-search": "Taispeáin sa chuardach iomlán" + }, + "note_tree": { + "collapse-title": "Laghdaigh crann nótaí", + "scroll-active-title": "Scrollaigh go dtí an nóta gníomhach", + "tree-settings-title": "Socruithe crann", + "hide-archived-notes": "Folaigh nótaí cartlannaithe", + "automatically-collapse-notes": "Nótaí a dhúnadh go huathoibríoch", + "automatically-collapse-notes-title": "Déanfar nótaí a dhúnadh tar éis tréimhse neamhghníomhaíochta chun an crann a dhí-phlódú.", + "save-changes": "Sábháil agus cuir athruithe i bhfeidhm", + "auto-collapsing-notes-after-inactivity": "Nótaí á gcúlú go huathoibríoch tar éis neamhghníomhaíochta...", + "saved-search-note-refreshed": "Nóta cuardaigh sábháilte athnuachan.", + "hoist-this-note-workspace": "Tóg an nóta seo (spás oibre)", + "refresh-saved-search-results": "Athnuaigh torthaí cuardaigh sábháilte", + "create-child-note": "Cruthaigh nóta linbh", + "unhoist": "Dí-ardaigh", + "toggle-sidebar": "Scoránaigh an taobhbharra", + "dropping-not-allowed": "Ní cheadaítear nótaí a fhágáil sa suíomh seo.", + "clone-indicator-tooltip": "Tá {{- count}} tuismitheoir ag an nóta seo: {{- parents}}", + "clone-indicator-tooltip-single": "Tá an nóta seo clónáilte (1 tuismitheoir breise: {{- parent}})", + "shared-indicator-tooltip": "Tá an nóta seo roinnte go poiblí", + "shared-indicator-tooltip-with-url": "Tá an nóta seo roinnte go poiblí ag: {{- url}}", + "subtree-hidden-tooltip_one": "{{count}} nóta linbh atá i bhfolach ón gcrann", + "subtree-hidden-tooltip_two": "{{count}} nótaí linbh atá i bhfolach ón gcrann", + "subtree-hidden-tooltip_few": "{{count}} nótaí linbh atá i bhfolach ón gcrann", + "subtree-hidden-tooltip_many": "{{count}} nótaí linbh atá i bhfolach ón gcrann", + "subtree-hidden-tooltip_other": "{{count}} nótaí linbh atá i bhfolach ón gcrann", + "subtree-hidden-moved-title": "Curtha le {{title}}", + "subtree-hidden-moved-description-collection": "Cuireann an bailiúchán seo a nótaí faoi bhun an tsean-nótaí i bhfolach sa chrann.", + "subtree-hidden-moved-description-other": "Tá nótaí linbh i bhfolach sa chrann don nóta seo." + }, + "title_bar_buttons": { + "window-on-top": "Coinnigh an Fhuinneog ar a Bharr" + }, + "note_detail": { + "could_not_find_typewidget": "Níorbh fhéidir typeWidget a aimsiú don chineál '{{type}}'", + "printing": "Priontáil ar siúl...", + "printing_pdf": "Ag easpórtáil go PDF ar siúl...", + "print_report_title": "Tuarascáil a phriontáil", + "print_report_collection_content_one": "Níorbh fhéidir nóta {{count}} sa bhailiúchán a phriontáil mar nach dtacaítear leo nó mar go bhfuil siad faoi chosaint.", + "print_report_collection_content_two": "Níorbh fhéidir {{count}} nótaí sa bhailiúchán a phriontáil mar nach dtacaítear leo nó mar go bhfuil siad faoi chosaint.", + "print_report_collection_content_few": "Níorbh fhéidir {{count}} nótaí sa bhailiúchán a phriontáil mar nach dtacaítear leo nó mar go bhfuil siad faoi chosaint.", + "print_report_collection_content_many": "Níorbh fhéidir {{count}} nótaí sa bhailiúchán a phriontáil mar nach dtacaítear leo nó mar go bhfuil siad faoi chosaint.", + "print_report_collection_content_other": "Níorbh fhéidir {{count}} nótaí sa bhailiúchán a phriontáil mar nach dtacaítear leo nó mar go bhfuil siad faoi chosaint.", + "print_report_collection_details_button": "Féach sonraí", + "print_report_collection_details_ignored_notes": "Nótaí neamhairdithe" + }, + "note_title": { + "placeholder": "clóscríobh teideal an nóta anseo...", + "created_on": "Cruthaithe ar ", + "last_modified": "Modhnaithe ar ", + "note_type_switcher_label": "Athraigh ó {{type}} go:", + "note_type_switcher_others": "Cineál nóta eile", + "note_type_switcher_templates": "Teimpléad", + "note_type_switcher_collection": "Bailiúchán", + "edited_notes": "Nótaí curtha in eagar ar an lá seo", + "promoted_attributes": "Tréithe curtha chun cinn" + }, + "search_result": { + "no_notes_found": "Ní bhfuarthas aon nótaí do na paraiméadair chuardaigh tugtha.", + "search_not_executed": "Níl an cuardach curtha i gcrích fós. Cliceáil ar an gcnaipe \"Cuardaigh\" thuas chun na torthaí a fheiceáil." + }, + "spacer": { + "configure_launchbar": "Cumraigh an Barra Seoladh" + }, + "sql_result": { + "not_executed": "Níl an fiosrúchán curtha i gcrích fós.", + "no_rows": "Níl aon rónna curtha ar ais don fhiosrúchán seo", + "failed": "Theip ar fhorghníomhú an fhiosrúcháin SQL", + "statement_result": "Toradh ráitis", + "execute_now": "Rith anois" + }, + "sql_table_schemas": { + "tables": "Táblaí" + }, + "tab_row": { + "close_tab": "Dún an cluaisín", + "add_new_tab": "Cuir cluaisín nua leis", + "close": "Dún", + "close_other_tabs": "Dún cluaisíní eile", + "close_right_tabs": "Dún na cluaisíní ar dheis", + "close_all_tabs": "Dún gach cluaisín", + "reopen_last_tab": "Athoscail an cluaisín deireanach a dúnadh", + "move_tab_to_new_window": "Bog an cluaisín seo go fuinneog nua", + "copy_tab_to_new_window": "Cóipeáil an cluaisín seo chuig fuinneog nua", + "new_tab": "Cluaisín nua" + }, + "toc": { + "table_of_contents": "Clár Ábhair", + "options": "Roghanna", + "no_headings": "Gan ceannteidil." + }, + "watched_file_update_status": { + "file_last_modified": "Rinneadh an comhad a mhodhnú go deireanach ar .", + "upload_modified_file": "Uaslódáil comhad modhnaithe", + "ignore_this_change": "Déan neamhaird den athrú seo" + }, + "app_context": { + "please_wait_for_save": "Fan cúpla soicind le go mbeidh an sábháil críochnaithe, ansin is féidir leat iarracht eile a dhéanamh." + }, + "note_create": { + "duplicated": "Nóta: Tá \"{{title}}\" dúblaithe." + }, + "image": { + "copied-to-clipboard": "Tá tagairt don íomhá cóipeáilte chuig an ghearrthaisce. Is féidir é seo a ghreamú in aon nóta téacs.", + "cannot-copy": "Níorbh fhéidir tagairt na híomhá a chóipeáil chuig an ghearrthaisce." + }, + "clipboard": { + "cut": "Gearradh nóta(í) isteach sa ghearrthaisce.", + "copied": "Tá nóta(í) cóipeáilte isteach sa ghearrthaisce.", + "copy_failed": "Ní féidir cóipeáil chuig an ghearrthaisce mar gheall ar fhadhbanna ceadanna.", + "copy_success": "Cóipeáilte chuig an ghearrthaisce." + }, + "entrypoints": { + "note-revision-created": "Cruthaíodh athbhreithniú nóta.", + "note-executed": "Nóta curtha i gcrích.", + "sql-error": "Tharla earráid agus fiosrúchán SQL á fhorghníomhú: {{message}}" + }, + "branches": { + "cannot-move-notes-here": "Ní féidir nótaí a bhogadh anseo.", + "delete-status": "Stádas scriosta", + "delete-notes-in-progress": "Scrios nótaí atá ar siúl: {{count}}", + "delete-finished-successfully": "Scriosadh críochnaithe go rathúil.", + "undeleting-notes-in-progress": "Nótaí á n-athscriosadh ar siúl: {{count}}", + "undeleting-notes-finished-successfully": "Críochnaíodh athscriosadh na nótaí go rathúil." + }, + "frontend_script_api": { + "async_warning": "Tá feidhm neamhshioncrónach á cur agat chuig `api.runOnBackend()` agus is dócha nach n-oibreoidh sé mar a bhí beartaithe agat.\\nDéan an fheidhm sioncrónach (trí an eochairfhocal `async` a bhaint), nó bain úsáid as `api.runAsyncOnBackendWithManualTransactionHandling()`.", + "sync_warning": "Tá feidhm shioncrónach á cur agat chuig `api.runAsyncOnBackendWithManualTransactionHandling()`,\\n ach is dócha gur cheart duit `api.runOnBackend()` a úsáid ina ionad." + }, + "ws": { + "sync-check-failed": "Theip ar an seiceáil sioncrónaithe!", + "consistency-checks-failed": "Theip ar na seiceálacha comhsheasmhachta! Féach ar na logaí le haghaidh sonraí.", + "encountered-error": "Tharla earráid \"{{message}}\", féach ar an gconsól.", + "lost-websocket-connection-title": "Cailleadh an nasc leis an bhfreastalaí", + "lost-websocket-connection-message": "Seiceáil cumraíocht do sheachfhreastalaí droim ar ais (m.sh. nginx nó Apache) chun a chinntiú go bhfuil cead ceart ag naisc WebSocket agus nach bhfuil siad á mbac." + }, + "hoisted_note": { + "confirm_unhoisting": "Tá an nóta iarrtha '{{requestedNote}}' lasmuigh de fhochrann an nóta ardaithe '{{hoistedNote}}' agus ní mór duit é a dhí-ardú chun rochtain a fháil ar an nóta. Ar mhaith leat dul ar aghaidh leis an dí-ardú?" + }, + "launcher_context_menu": { + "reset_launcher_confirm": "An bhfuil tú cinnte gur mhaith leat \"{{title}}\" a athshocrú? Caillfear na sonraí/socruithe go léir sa nóta seo (agus a chlann) agus cuirfear an lainseálaí ar ais ina shuíomh bunaidh.", + "add-note-launcher": "Cuir lainseálaí nótaí leis", + "add-script-launcher": "Cuir lainseálaí scripte leis", + "add-custom-widget": "Cuir giuirléid saincheaptha leis", + "add-spacer": "Cuir spásaire leis", + "delete": "Scrios ", + "reset": "Athshocraigh", + "move-to-visible-launchers": "Bog chuig lainseálaithe infheicthe", + "move-to-available-launchers": "Bog chuig lainseálaithe atá ar fáil", + "duplicate-launcher": "Lainseálaí dúblach " + }, + "highlighting": { + "title": "Bloic Chóid", + "description": "Rialaíonn sé seo an aibhsiú comhréire do bhloic chód laistigh de nótaí téacs, ní bheidh tionchar aige seo ar nótaí cóid.", + "color-scheme": "Scéim Dathanna" + }, + "code_block": { + "word_wrapping": "Timfhilleadh focal", + "theme_none": "Gan aon aibhsiú comhréire", + "theme_group_light": "Téamaí éadroma", + "theme_group_dark": "Téamaí dorcha", + "copy_title": "Cóipeáil chuig an ghearrthaisce" + }, + "classic_editor_toolbar": { + "title": "Formáidiú" + }, + "editor": { + "title": "Eagarthóir" + }, + "editing": { + "editor_type": { + "label": "Barra uirlisí formáidithe", + "floating": { + "title": "Ar snámh", + "description": "feictear uirlisí eagarthóireachta in aice leis an gcúrsóir;" + }, + "fixed": { + "title": "Seasta", + "description": "Feictear uirlisí eagarthóireachta sa chluaisín ribín \"Formáidiú\"." + }, + "multiline-toolbar": "Taispeáin an barra uirlisí ar illínte mura n-oireann sé." + } + }, + "electron_context_menu": { + "add-term-to-dictionary": "Cuir \"{{term}}\" leis an bhfoclóir", + "cut": "Gearr", + "copy": "Cóipeáil", + "copy-link": "Cóipeáil nasc", + "paste": "Greamaigh", + "paste-as-plain-text": "Greamaigh mar théacs simplí", + "search_in_trilium": "Cuardaigh \"{{term}}\" i Trilium", + "search_online": "Cuardaigh \"{{term}}\" le {{search Engine}}" + }, + "image_context_menu": { + "copy_reference_to_clipboard": "Cóipeáil tagairt chuig an ghearrthaisce", + "copy_image_to_clipboard": "Cóipeáil íomhá chuig an ghearrthaisce" + }, + "link_context_menu": { + "open_note_in_new_tab": "Oscail nóta i gcluaisín nua", + "open_note_in_new_split": "Oscail nóta i scoilt nua", + "open_note_in_other_split": "Nóta oscailte sa scoilt eile", + "open_note_in_new_window": "Oscail nóta i bhfuinneog nua", + "open_note_in_popup": "Eagarthóireacht thapa" + }, + "electron_integration": { + "desktop-application": "Feidhmchlár Deisce", + "native-title-bar": "Barra teidil dúchasach", + "native-title-bar-description": "I gcás Windows agus macOS, má choinnítear an barra teidil dúchasach múchta, bíonn cuma níos dlúithe ar an bhfeidhmchlár. Ar Linux, má choinnítear an barra teidil dúchasach air, comhtháthaítear é níos fearr leis an gcuid eile den chóras.", + "background-effects": "Cumasaigh éifeachtaí cúlra", + "background-effects-description": "Cuireann sé cúlra doiléir, stíleach le fuinneoga aipeanna, rud a chruthaíonn doimhneacht agus cuma nua-aimseartha. Ní mór \"Barra teidil dúchasach\" a dhíchumasú.", + "restart-app-button": "Atosaigh an feidhmchlár chun na hathruithe a fheiceáil", + "zoom-factor": "Fachtóir súmála" + }, + "note_autocomplete": { + "search-for": "Cuardaigh \"{{term}}\"", + "create-note": "Cruthaigh agus nasc nóta linbh \"{{term}}\"", + "insert-external-link": "Cuir nasc seachtrach chuig \"{{term}}\" isteach", + "clear-text-field": "Glan réimse téacs", + "show-recent-notes": "Taispeáin nótaí le déanaí", + "full-text-search": "Cuardach téacs iomlán" + }, + "note_tooltip": { + "note-has-been-deleted": "Scriosadh an nóta.", + "quick-edit": "Eagarthóireacht thapa" + }, + "geo-map": { + "create-child-note-title": "Cruthaigh nóta nua do pháistí agus cuir leis an léarscáil é", + "create-child-note-text": "Cuir marcóir leis", + "create-child-note-instruction": "Cliceáil ar an léarscáil chun nóta nua a chruthú ag an suíomh sin nó brúigh Escape chun é a dhíbhe.", + "unable-to-load-map": "Ní féidir an léarscáil a luchtú." + }, + "geo-map-context": { + "open-location": "Oscail suíomh", + "remove-from-map": "Bain den léarscáil", + "add-note": "Cuir marcóir leis an suíomh seo" + }, + "help-button": { + "title": "Oscail an leathanach cabhrach ábhartha" + }, + "duration": { + "seconds": "Soicindí", + "minutes": "Nóiméid", + "hours": "Uaireanta", + "days": "Laethanta" + }, + "share": { + "title": "Socruithe Comhroinnte", + "redirect_bare_domain": "Atreoraigh fearann lom chuig an leathanach Comhroinnte", + "redirect_bare_domain_description": "Atreoraigh úsáideoirí gan ainm chuig an leathanach Comhroinnte in ionad Logáil Isteach a thaispeáint", + "show_login_link": "Taispeáin nasc Logála Isteach sa téama Comhroinnte", + "show_login_link_description": "Cuir nasc logála isteach le bunús an leathanaigh Chomhroinnte", + "check_share_root": "Seiceáil Stádas Fréamh Comhroinnte", + "share_root_found": "Tá an nóta fréimhe '{{noteTitle}}' réidh le roinnt", + "share_root_not_found": "Níor aimsíodh aon nóta leis an lipéad #shareRoot", + "share_root_not_shared": "Tá lipéad #shareRoot ag an nóta '{{noteTitle}}' ach níl sé roinnte" + }, + "time_selector": { + "invalid_input": "Ní uimhir bhailí an luach ama a iontráladh.", + "minimum_input": "Ní mór don luach ama a iontráladh a bheith {{minimumSeconds}} soicind ar a laghad." + }, + "tasks": { + "due": { + "today": "Inniu", + "tomorrow": "Amárach", + "yesterday": "Inné" + } + }, + "content_widget": { + "unknown_widget": "Giuirléid anaithnid do \"{{id}}\"." + }, + "note_language": { + "not_set": "Gan aon teanga socraithe", + "configure-languages": "Cumraigh teangacha...", + "help-on-languages": "Cabhair le teangacha ábhair..." + }, + "content_language": { + "title": "Teangacha ábhair", + "description": "Roghnaigh teanga amháin nó níos mó ar cheart dóibh a bheith le feiceáil sa rogha teanga sa rannán Airíonna Bunúsacha de nóta téacs inléite amháin nó in-eagarthóireachta. Ceadóidh sé seo gnéithe ar nós seiceáil litrithe nó tacaíocht ó dheis go clé." + }, + "switch_layout_button": { + "title_vertical": "Bog an painéal eagarthóireachta go dtí an bun", + "title_horizontal": "Bog an painéal eagarthóireachta ar chlé" + }, + "toggle_read_only_button": { + "unlock-editing": "Díghlasáil eagarthóireacht", + "lock-editing": "Eagarthóireacht glasála" + }, + "png_export_button": { + "button_title": "Easpórtáil léaráid mar PNG" + }, + "svg": { + "export_to_png": "Níorbh fhéidir an léaráid a easpórtáil go PNG.", + "export_to_svg": "Níorbh fhéidir an léaráid a easpórtáil chuig SVG." + }, + "code_theme": { + "title": "Dealramh", + "word_wrapping": "Timfhilleadh focal", + "color-scheme": "Scéim dathanna" + }, + "cpu_arch_warning": { + "title": "Íoslódáil leagan ARM64 le do thoil", + "message_macos": "Tá TriliumNext ag rith faoi aistriúchán Rosetta 2 faoi láthair, rud a chiallaíonn go bhfuil an leagan Intel (x64) á úsáid agat ar Apple Silicon Mac. Beidh tionchar suntasach aige seo ar fheidhmíocht agus ar shaolré na ceallraí.", + "message_windows": "Tá aithris á rith ag TriliumNext faoi láthair, rud a chiallaíonn go bhfuil an leagan Intel (x64) á úsáid agat ar ghléas Windows ar ARM. Beidh tionchar suntasach aige seo ar fheidhmíocht agus ar shaolré na ceallraí.", + "recommendation": "Chun an taithí is fearr a fháil, íoslódáil an leagan dúchasach ARM64 de TriliumNext ónár leathanach eisiúintí.", + "download_link": "Íoslódáil Leagan Dúchasach", + "continue_anyway": "Lean ar aghaidh ar aon nós", + "dont_show_again": "Ná taispeáin an rabhadh seo arís" + }, + "editorfeatures": { + "title": "Gnéithe", + "emoji_completion_enabled": "Cumasaigh uath-chomhlánú Emoji", + "emoji_completion_description": "Más cumasaithe é, is féidir emojis a chur isteach i dtéacs go héasca trí `:` a chlóscríobh, agus ainm emoji ina dhiaidh sin.", + "note_completion_enabled": "Cumasaigh uath-chríochnú nótaí", + "note_completion_description": "Más cumasaithe é, is féidir naisc chuig nótaí a chruthú trí `@` a chlóscríobh agus teideal an nóta ina dhiaidh sin.", + "slash_commands_enabled": "Cumasaigh orduithe slaise", + "slash_commands_description": "Más cumasaithe é, is féidir orduithe eagarthóireachta amhail briseadh líne nó ceannteidil a chur isteach a athrú trí `/` a chlóscríobh." + }, + "table_view": { + "new-row": "Sraith nua", + "new-column": "Colún nua", + "sort-column-by": "Sórtáil de réir \"{{title}}\"", + "sort-column-ascending": "Ag dul suas", + "sort-column-descending": "Ag dul síos", + "sort-column-clear": "Glan sórtáil", + "hide-column": "Folaigh colún \"{{title}}\"", + "show-hide-columns": "Taispeáin/folaigh colúin", + "row-insert-above": "Cuir isteach an tsraith thuas", + "row-insert-below": "Cuir isteach sraith thíos", + "row-insert-child": "Cuir nóta linbh isteach", + "add-column-to-the-left": "Cuir colún leis ar chlé", + "add-column-to-the-right": "Cuir colún leis ar dheis", + "edit-column": "Cuir colún in eagar", + "delete_column_confirmation": "An bhfuil tú cinnte gur mian leat an colún seo a scriosadh? Bainfear an tréith chomhfhreagrach as na nótaí go léir.", + "delete-column": "Scrios colún", + "new-column-label": "Lipéad", + "new-column-relation": "Gaol" + }, + "book_properties_config": { + "hide-weekends": "Folaigh deireadh seachtaine", + "display-week-numbers": "Taispeáin uimhreacha na seachtaine", + "map-style": "Stíl léarscáile", + "max-nesting-depth": "Doimhneacht neadaithe uasta:", + "raster": "Raster", + "vector_light": "Veicteoir (Solas)", + "vector_dark": "Veicteoir (Dorcha)", + "show-scale": "Taispeáin scála" + }, + "table_context_menu": { + "delete_row": "Scrios an tsraith" + }, + "board_view": { + "delete-note": "Scrios nóta...", + "remove-from-board": "Bain den bhord", + "archive-note": "Nóta cartlainne", + "unarchive-note": "Nóta díchartlannaithe", + "move-to": "Bog go", + "insert-above": "Cuir isteach thuas", + "insert-below": "Cuir isteach thíos", + "delete-column": "Scrios colún", + "delete-column-confirmation": "An bhfuil tú cinnte gur mian leat an colún seo a scriosadh? Scriosfar an tréith chomhfhreagrach sna nótaí faoin gcolún seo chomh maith.", + "new-item": "Mír nua", + "new-item-placeholder": "Cuir isteach teideal an nóta...", + "add-column": "Cuir Colún leis", + "add-column-placeholder": "Cuir isteach ainm an cholúin...", + "edit-note-title": "Cliceáil chun teideal an nóta a chur in eagar", + "edit-column-title": "Cliceáil chun teideal an cholúin a chur in eagar", + "column-already-exists": "Tá an colún seo ann cheana féin ar an mbord." + }, + "presentation_view": { + "edit-slide": "Cuir an sleamhnán seo in eagar", + "start-presentation": "Tosaigh an cur i láthair", + "slide-overview": "Forbhreathnú ar na sleamhnáin a athrú" + }, + "calendar_view": { + "delete_note": "Scrios nóta..." + }, + "command_palette": { + "tree-action-name": "Crann: {{name}}", + "export_note_title": "Nóta Easpórtála", + "export_note_description": "Easpórtáil an nóta reatha", + "show_attachments_title": "Taispeáin Ceangaltáin", + "show_attachments_description": "Féach ar cheangaltáin nótaí", + "search_notes_title": "Cuardaigh Nótaí", + "search_notes_description": "Oscail cuardach ardleibhéil", + "search_subtree_title": "Cuardaigh i bhFo-chrann", + "search_subtree_description": "Cuardaigh laistigh den fho-chrann reatha", + "search_history_title": "Taispeáin Stair Chuardaigh", + "search_history_description": "Féach ar chuardaigh roimhe seo", + "configure_launch_bar_title": "Cumraigh an Barra Seolta", + "configure_launch_bar_description": "Oscail cumraíocht an bharra lainseála, chun míreanna a chur leis nó a bhaint." + }, + "content_renderer": { + "open_externally": "Oscail go seachtrach" + }, + "modal": { + "close": "Dún", + "help_title": "Taispeáin tuilleadh eolais faoin scáileán seo" + }, + "call_to_action": { + "next_theme_title": "Bain triail as an téama nua Trilium", + "next_theme_message": "Tá an seantéama in úsáid agat faoi láthair, ar mhaith leat an téama nua a thriail?", + "next_theme_button": "Bain triail as an téama nua", + "background_effects_title": "Tá éifeachtaí cúlra cobhsaí anois", + "background_effects_message": "Ar fheistí Windows agus macOS, tá éifeachtaí cúlra cobhsaí anois. Cuireann na héifeachtaí cúlra teagmháil datha leis an gcomhéadan úsáideora tríd an gcúlra taobh thiar de a dhéanamh doiléir.", + "background_effects_button": "Cumasaigh éifeachtaí cúlra", + "new_layout_title": "Leagan amach nua", + "new_layout_message": "Thugamar leagan amach nuachóirithe isteach do Trilium. Baineadh an ribín agus comhtháthaíodh go gan uaim é sa phríomh-chomhéadan, le barra stádais nua agus rannóga inleathnaithe (amhail tréithe cur chun cinn) ag glacadh seilbhe ar phríomhfheidhmeanna.\n\nTá an leagan amach nua cumasaithe de réir réamhshocraithe, agus is féidir é a dhíchumasú go sealadach trí Roghanna → Dealramh.", + "new_layout_button": "Tuilleadh eolais", + "dismiss": "Díbhe" + }, + "settings": { + "related_settings": "Socruithe gaolmhara" + }, + "settings_appearance": { + "related_code_blocks": "Scéim dathanna do bhloic chóid i nótaí téacs", + "related_code_notes": "Scéim dathanna le haghaidh nótaí cóid", + "ui": "Comhéadan úsáideora", + "ui_old_layout": "Leagan amach sean", + "ui_new_layout": "Leagan amach nua" + }, + "units": { + "percentage": "%" + }, + "pagination": { + "page_title": "Leathanach de {{startIndex}} - {{endIndex}}", + "total_notes": "{{count}} nótaí" + }, + "collections": { + "rendering_error": "Ní féidir ábhar a thaispeáint mar gheall ar earráid." + }, + "note-color": { + "clear-color": "Dath nóta soiléir", + "set-color": "Socraigh dath nóta", + "set-custom-color": "Socraigh dath nóta saincheaptha" + }, + "popup-editor": { + "maximize": "Athraigh go dtí an t-eagarthóir iomlán" + }, + "server": { + "unknown_http_error_title": "Earráid chumarsáide leis an bhfreastalaí", + "unknown_http_error_content": "Cód stádais: {{statusCode}}\nURL: {{method}} {{url}}\nTeachtaireacht: {{message}}", + "traefik_blocks_requests": "Má tá tú ag úsáid seachfhreastalaí droim ar ais Traefik, tugadh isteach athrú briste a théann i bhfeidhm ar an gcumarsáid leis an bhfreastalaí." + }, + "tab_history_navigation_buttons": { + "go-back": "Téigh ar ais go dtí an nóta roimhe seo", + "go-forward": "Téigh ar aghaidh go dtí an chéad nóta eile" + }, + "breadcrumb": { + "hoisted_badge": "Ardaithe", + "hoisted_badge_title": "Dí-ardaigh", + "workspace_badge": "Spás Oibre", + "scroll_to_top_title": "Léim go dtí tús an nóta", + "create_new_note": "Cruthaigh nóta nua do pháistí", + "empty_hide_archived_notes": "Folaigh nótaí cartlannaithe" + }, + "breadcrumb_badges": { + "read_only_explicit": "Léamh amháin", + "read_only_explicit_description": "Socraíodh an nóta seo de láimh go léamh amháin.\nCliceáil chun é a chur in eagar go sealadach.", + "read_only_auto": "Uathoibríoch inléite amháin", + "read_only_auto_description": "Socraíodh an nóta seo go huathoibríoch go mód léite amháin ar chúiseanna feidhmíochta. Is féidir an teorainn uathoibríoch seo a choigeartú ó na socruithe.\n\nCliceáil chun é a chur in eagar go sealadach.", + "read_only_temporarily_disabled": "In-eagarthóireacht shealadach", + "read_only_temporarily_disabled_description": "Is féidir an nóta seo a chur in eagar faoi láthair, ach is gnách go mbíonn sé inléite amháin. A luaithe a théann tú chuig nóta eile, beidh an nóta inléite amháin arís.\n\nCliceáil chun an modh inléite amháin a athchumasú.", + "shared_publicly": "Roinnte go poiblí", + "shared_locally": "Roinnte go háitiúil", + "shared_copy_to_clipboard": "Cóipeáil nasc chuig an ghearrthaisce", + "shared_open_in_browser": "Oscail nasc sa bhrabhsálaí", + "shared_unshare": "Bain an scair", + "clipped_note": "Gearrthóg gréasáin", + "clipped_note_description": "Tógadh an nóta seo ó {{url}} ar dtús.\n\nCliceáil chun nascleanúint a dhéanamh chuig an leathanach gréasáin foinseach.", + "execute_script": "Rith an script", + "execute_script_description": "Is nóta scripte é seo. Cliceáil chun an script a fhorghníomhú.", + "execute_sql": "Rith SQL", + "execute_sql_description": "Is nóta SQL é seo. Cliceáil chun an fiosrúchán SQL a fhorghníomhú.", + "save_status_saved": "Sábháilte", + "save_status_saving": "Ag sábháil...", + "save_status_unsaved": "Gan sábháil", + "save_status_error": "Theip ar shábháil", + "save_status_saving_tooltip": "Tá athruithe á sábháil.", + "save_status_unsaved_tooltip": "Tá athruithe neamhshábháilte ann. Sábhálfar iad go huathoibríoch i gceann nóiméid.", + "save_status_error_tooltip": "Tharla earráid agus an nóta á shábháil. Más féidir, déan iarracht ábhar an nóta a chóipeáil in áit eile agus an feidhmchlár a athlódáil." + }, + "status_bar": { + "language_title": "Athraigh teanga an ábhair", + "note_info_title": "Féach ar fhaisnéis nótaí (m.sh., dátaí, méid nótaí)", + "backlinks_one": "{{count}} nasc siar", + "backlinks_two": "{{count}} naisc siar", + "backlinks_few": "{{count}} naisc siar", + "backlinks_many": "{{count}} naisc siar", + "backlinks_other": "{{count}} naisc siar", + "backlinks_title_one": "Féach ar an nasc siar", + "backlinks_title_two": "Féach ar an naisc siar", + "backlinks_title_few": "Féach ar an naisc siar", + "backlinks_title_many": "Féach ar an naisc siar", + "backlinks_title_other": "Féach ar an naisc siar", + "attachments_one": "{{count}} ceangaltán", + "attachments_two": "{{count}} ceangaltáin", + "attachments_few": "{{count}} ceangaltáin", + "attachments_many": "{{count}} ceangaltáin", + "attachments_other": "{{count}} ceangaltáin", + "attachments_title_one": "Féach ar an gceangaltán i gcluaisín nua", + "attachments_title_two": "Féach ar cheangaltán i gcluaisíní nua", + "attachments_title_few": "Féach ar cheangaltán i gcluaisíní nua", + "attachments_title_many": "Féach ar cheangaltán i gcluaisíní nua", + "attachments_title_other": "Féach ar cheangaltán i gcluaisíní nua", + "attributes_one": "{{count}} tréith", + "attributes_two": "{{count}} tréithe", + "attributes_few": "{{count}} tréithe", + "attributes_many": "{{count}} tréithe", + "attributes_other": "{{count}} tréithe", + "attributes_title": "Tréithe faoi úinéireacht agus tréithe oidhreachta", + "note_paths_one": "{{count}} cosán", + "note_paths_two": "{{count}} cosáin", + "note_paths_few": "{{count}} cosáin", + "note_paths_many": "{{count}} cosáin", + "note_paths_other": "{{count}} cosáin", + "note_paths_title": "Cosáin nótaí", + "code_note_switcher": "Athraigh mód teanga" + }, + "attributes_panel": { + "title": "Tréithe Nóta" + }, + "right_pane": { + "empty_message": "Níl aon rud le taispeáint don nóta seo", + "empty_button": "Folaigh an painéal", + "toggle": "Athraigh an painéal ar dheis", + "custom_widget_go_to_source": "Téigh go dtí an cód foinse" + }, + "pdf": { + "attachments_one": "{{count}} ceangaltán", + "attachments_two": "{{count}} ceangaltáin", + "attachments_few": "{{count}} ceangaltáin", + "attachments_many": "{{count}} ceangaltáin", + "attachments_other": "{{count}} ceangaltáin", + "layers_one": "{{count}} sraith", + "layers_two": "{{count}} sraitheanna", + "layers_few": "{{count}} sraitheanna", + "layers_many": "{{count}} sraitheanna", + "layers_other": "{{count}} sraitheanna", + "pages_one": "{{count}} leathanach", + "pages_two": "{{count}} leathanaigh", + "pages_few": "{{count}} leathanaigh", + "pages_many": "{{count}} leathanaigh", + "pages_other": "{{count}} leathanaigh", + "pages_alt": "Leathanach {{pageNumber}}", + "pages_loading": "Ag lódáil..." + }, + "platform_indicator": { + "available_on": "Ar fáil ar {{platform}}" + }, + "mobile_tab_switcher": { + "title_one": "{{count}} cluaisín", + "title_two": "{{count}} cluaisíní", + "title_few": "{{count}} cluaisíní", + "title_many": "{{count}} cluaisíní", + "title_other": "{{count}} cluaisíní", + "more_options": "Tuilleadh roghanna" } - }, - "electron_context_menu": { - "add-term-to-dictionary": "Cuir \"{{term}}\" leis an bhfoclóir", - "cut": "Gearr", - "copy": "Cóipeáil", - "copy-link": "Cóipeáil nasc", - "paste": "Greamaigh", - "paste-as-plain-text": "Greamaigh mar théacs simplí", - "search_in_trilium": "Cuardaigh \"{{term}}\" i Trilium", - "search_online": "Cuardaigh \"{{term}}\" le {{search Engine}}" - }, - "image_context_menu": { - "copy_reference_to_clipboard": "Cóipeáil tagairt chuig an ghearrthaisce", - "copy_image_to_clipboard": "Cóipeáil íomhá chuig an ghearrthaisce" - }, - "link_context_menu": { - "open_note_in_new_tab": "Oscail nóta i gcluaisín nua", - "open_note_in_new_split": "Oscail nóta i scoilt nua", - "open_note_in_other_split": "Nóta oscailte sa scoilt eile", - "open_note_in_new_window": "Oscail nóta i bhfuinneog nua", - "open_note_in_popup": "Eagarthóireacht thapa" - }, - "electron_integration": { - "desktop-application": "Feidhmchlár Deisce", - "native-title-bar": "Barra teidil dúchasach", - "native-title-bar-description": "I gcás Windows agus macOS, má choinnítear an barra teidil dúchasach múchta, bíonn cuma níos dlúithe ar an bhfeidhmchlár. Ar Linux, má choinnítear an barra teidil dúchasach air, comhtháthaítear é níos fearr leis an gcuid eile den chóras.", - "background-effects": "Cumasaigh éifeachtaí cúlra", - "background-effects-description": "Cuireann sé cúlra doiléir, stíleach le fuinneoga aipeanna, rud a chruthaíonn doimhneacht agus cuma nua-aimseartha. Ní mór \"Barra teidil dúchasach\" a dhíchumasú.", - "restart-app-button": "Atosaigh an feidhmchlár chun na hathruithe a fheiceáil", - "zoom-factor": "Fachtóir súmála" - }, - "note_autocomplete": { - "search-for": "Cuardaigh \"{{term}}\"", - "create-note": "Cruthaigh agus nasc nóta linbh \"{{term}}\"", - "insert-external-link": "Cuir nasc seachtrach chuig \"{{term}}\" isteach", - "clear-text-field": "Glan réimse téacs", - "show-recent-notes": "Taispeáin nótaí le déanaí", - "full-text-search": "Cuardach téacs iomlán" - }, - "note_tooltip": { - "note-has-been-deleted": "Scriosadh an nóta.", - "quick-edit": "Eagarthóireacht thapa" - }, - "geo-map": { - "create-child-note-title": "Cruthaigh nóta nua do pháistí agus cuir leis an léarscáil é", - "create-child-note-text": "Cuir marcóir leis", - "create-child-note-instruction": "Cliceáil ar an léarscáil chun nóta nua a chruthú ag an suíomh sin nó brúigh Escape chun é a dhíbhe.", - "unable-to-load-map": "Ní féidir an léarscáil a luchtú." - }, - "geo-map-context": { - "open-location": "Oscail suíomh", - "remove-from-map": "Bain den léarscáil", - "add-note": "Cuir marcóir leis an suíomh seo" - }, - "help-button": { - "title": "Oscail an leathanach cabhrach ábhartha" - }, - "duration": { - "seconds": "Soicindí", - "minutes": "Nóiméid", - "hours": "Uaireanta", - "days": "Laethanta" - }, - "share": { - "title": "Socruithe Comhroinnte", - "redirect_bare_domain": "Atreoraigh fearann lom chuig an leathanach Comhroinnte", - "redirect_bare_domain_description": "Atreoraigh úsáideoirí gan ainm chuig an leathanach Comhroinnte in ionad Logáil Isteach a thaispeáint", - "show_login_link": "Taispeáin nasc Logála Isteach sa téama Comhroinnte", - "show_login_link_description": "Cuir nasc logála isteach le bunús an leathanaigh Chomhroinnte", - "check_share_root": "Seiceáil Stádas Fréamh Comhroinnte", - "share_root_found": "Tá an nóta fréimhe '{{noteTitle}}' réidh le roinnt", - "share_root_not_found": "Níor aimsíodh aon nóta leis an lipéad #shareRoot", - "share_root_not_shared": "Tá lipéad #shareRoot ag an nóta '{{noteTitle}}' ach níl sé roinnte" - }, - "time_selector": { - "invalid_input": "Ní uimhir bhailí an luach ama a iontráladh.", - "minimum_input": "Ní mór don luach ama a iontráladh a bheith {{minimumSeconds}} soicind ar a laghad." - }, - "tasks": { - "due": { - "today": "Inniu", - "tomorrow": "Amárach", - "yesterday": "Inné" - } - }, - "content_widget": { - "unknown_widget": "Giuirléid anaithnid do \"{{id}}\"." - }, - "note_language": { - "not_set": "Gan aon teanga socraithe", - "configure-languages": "Cumraigh teangacha...", - "help-on-languages": "Cabhair le teangacha ábhair..." - }, - "content_language": { - "title": "Teangacha ábhair", - "description": "Roghnaigh teanga amháin nó níos mó ar cheart dóibh a bheith le feiceáil sa rogha teanga sa rannán Airíonna Bunúsacha de nóta téacs inléite amháin nó in-eagarthóireachta. Ceadóidh sé seo gnéithe ar nós seiceáil litrithe nó tacaíocht ó dheis go clé." - }, - "switch_layout_button": { - "title_vertical": "Bog an painéal eagarthóireachta go dtí an bun", - "title_horizontal": "Bog an painéal eagarthóireachta ar chlé" - }, - "toggle_read_only_button": { - "unlock-editing": "Díghlasáil eagarthóireacht", - "lock-editing": "Eagarthóireacht glasála" - }, - "png_export_button": { - "button_title": "Easpórtáil léaráid mar PNG" - }, - "svg": { - "export_to_png": "Níorbh fhéidir an léaráid a easpórtáil go PNG.", - "export_to_svg": "Níorbh fhéidir an léaráid a easpórtáil chuig SVG." - }, - "code_theme": { - "title": "Dealramh", - "word_wrapping": "Timfhilleadh focal", - "color-scheme": "Scéim dathanna" - }, - "cpu_arch_warning": { - "title": "Íoslódáil leagan ARM64 le do thoil", - "message_macos": "Tá TriliumNext ag rith faoi aistriúchán Rosetta 2 faoi láthair, rud a chiallaíonn go bhfuil an leagan Intel (x64) á úsáid agat ar Apple Silicon Mac. Beidh tionchar suntasach aige seo ar fheidhmíocht agus ar shaolré na ceallraí.", - "message_windows": "Tá aithris á rith ag TriliumNext faoi láthair, rud a chiallaíonn go bhfuil an leagan Intel (x64) á úsáid agat ar ghléas Windows ar ARM. Beidh tionchar suntasach aige seo ar fheidhmíocht agus ar shaolré na ceallraí.", - "recommendation": "Chun an taithí is fearr a fháil, íoslódáil an leagan dúchasach ARM64 de TriliumNext ónár leathanach eisiúintí.", - "download_link": "Íoslódáil Leagan Dúchasach", - "continue_anyway": "Lean ar aghaidh ar aon nós", - "dont_show_again": "Ná taispeáin an rabhadh seo arís" - }, - "editorfeatures": { - "title": "Gnéithe", - "emoji_completion_enabled": "Cumasaigh uath-chomhlánú Emoji", - "emoji_completion_description": "Más cumasaithe é, is féidir emojis a chur isteach i dtéacs go héasca trí `:` a chlóscríobh, agus ainm emoji ina dhiaidh sin.", - "note_completion_enabled": "Cumasaigh uath-chríochnú nótaí", - "note_completion_description": "Más cumasaithe é, is féidir naisc chuig nótaí a chruthú trí `@` a chlóscríobh agus teideal an nóta ina dhiaidh sin.", - "slash_commands_enabled": "Cumasaigh orduithe slaise", - "slash_commands_description": "Más cumasaithe é, is féidir orduithe eagarthóireachta amhail briseadh líne nó ceannteidil a chur isteach a athrú trí `/` a chlóscríobh." - }, - "table_view": { - "new-row": "Sraith nua", - "new-column": "Colún nua", - "sort-column-by": "Sórtáil de réir \"{{title}}\"", - "sort-column-ascending": "Ag dul suas", - "sort-column-descending": "Ag dul síos", - "sort-column-clear": "Glan sórtáil", - "hide-column": "Folaigh colún \"{{title}}\"", - "show-hide-columns": "Taispeáin/folaigh colúin", - "row-insert-above": "Cuir isteach an tsraith thuas", - "row-insert-below": "Cuir isteach sraith thíos", - "row-insert-child": "Cuir nóta linbh isteach", - "add-column-to-the-left": "Cuir colún leis ar chlé", - "add-column-to-the-right": "Cuir colún leis ar dheis", - "edit-column": "Cuir colún in eagar", - "delete_column_confirmation": "An bhfuil tú cinnte gur mian leat an colún seo a scriosadh? Bainfear an tréith chomhfhreagrach as na nótaí go léir.", - "delete-column": "Scrios colún", - "new-column-label": "Lipéad", - "new-column-relation": "Gaol" - }, - "book_properties_config": { - "hide-weekends": "Folaigh deireadh seachtaine", - "display-week-numbers": "Taispeáin uimhreacha na seachtaine", - "map-style": "Stíl léarscáile", - "max-nesting-depth": "Doimhneacht neadaithe uasta:", - "raster": "Raster", - "vector_light": "Veicteoir (Solas)", - "vector_dark": "Veicteoir (Dorcha)", - "show-scale": "Taispeáin scála" - }, - "table_context_menu": { - "delete_row": "Scrios an tsraith" - }, - "board_view": { - "delete-note": "Scrios nóta...", - "remove-from-board": "Bain den bhord", - "archive-note": "Nóta cartlainne", - "unarchive-note": "Nóta díchartlannaithe", - "move-to": "Bog go", - "insert-above": "Cuir isteach thuas", - "insert-below": "Cuir isteach thíos", - "delete-column": "Scrios colún", - "delete-column-confirmation": "An bhfuil tú cinnte gur mian leat an colún seo a scriosadh? Scriosfar an tréith chomhfhreagrach sna nótaí faoin gcolún seo chomh maith.", - "new-item": "Mír nua", - "new-item-placeholder": "Cuir isteach teideal an nóta...", - "add-column": "Cuir Colún leis", - "add-column-placeholder": "Cuir isteach ainm an cholúin...", - "edit-note-title": "Cliceáil chun teideal an nóta a chur in eagar", - "edit-column-title": "Cliceáil chun teideal an cholúin a chur in eagar", - "column-already-exists": "Tá an colún seo ann cheana féin ar an mbord." - }, - "presentation_view": { - "edit-slide": "Cuir an sleamhnán seo in eagar", - "start-presentation": "Tosaigh an cur i láthair", - "slide-overview": "Forbhreathnú ar na sleamhnáin a athrú" - }, - "calendar_view": { - "delete_note": "Scrios nóta..." - }, - "command_palette": { - "tree-action-name": "Crann: {{name}}", - "export_note_title": "Nóta Easpórtála", - "export_note_description": "Easpórtáil an nóta reatha", - "show_attachments_title": "Taispeáin Ceangaltáin", - "show_attachments_description": "Féach ar cheangaltáin nótaí", - "search_notes_title": "Cuardaigh Nótaí", - "search_notes_description": "Oscail cuardach ardleibhéil", - "search_subtree_title": "Cuardaigh i bhFo-chrann", - "search_subtree_description": "Cuardaigh laistigh den fho-chrann reatha", - "search_history_title": "Taispeáin Stair Chuardaigh", - "search_history_description": "Féach ar chuardaigh roimhe seo", - "configure_launch_bar_title": "Cumraigh an Barra Seolta", - "configure_launch_bar_description": "Oscail cumraíocht an bharra lainseála, chun míreanna a chur leis nó a bhaint." - }, - "content_renderer": { - "open_externally": "Oscail go seachtrach" - }, - "modal": { - "close": "Dún", - "help_title": "Taispeáin tuilleadh eolais faoin scáileán seo" - }, - "call_to_action": { - "next_theme_title": "Bain triail as an téama nua Trilium", - "next_theme_message": "Tá an seantéama in úsáid agat faoi láthair, ar mhaith leat an téama nua a thriail?", - "next_theme_button": "Bain triail as an téama nua", - "background_effects_title": "Tá éifeachtaí cúlra cobhsaí anois", - "background_effects_message": "Ar fheistí Windows agus macOS, tá éifeachtaí cúlra cobhsaí anois. Cuireann na héifeachtaí cúlra teagmháil datha leis an gcomhéadan úsáideora tríd an gcúlra taobh thiar de a dhéanamh doiléir.", - "background_effects_button": "Cumasaigh éifeachtaí cúlra", - "new_layout_title": "Leagan amach nua", - "new_layout_message": "Thugamar leagan amach nuachóirithe isteach do Trilium. Baineadh an ribín agus comhtháthaíodh go gan uaim é sa phríomh-chomhéadan, le barra stádais nua agus rannóga inleathnaithe (amhail tréithe cur chun cinn) ag glacadh seilbhe ar phríomhfheidhmeanna.\n\nTá an leagan amach nua cumasaithe de réir réamhshocraithe, agus is féidir é a dhíchumasú go sealadach trí Roghanna → Dealramh.", - "new_layout_button": "Tuilleadh eolais", - "dismiss": "Díbhe" - }, - "settings": { - "related_settings": "Socruithe gaolmhara" - }, - "settings_appearance": { - "related_code_blocks": "Scéim dathanna do bhloic chóid i nótaí téacs", - "related_code_notes": "Scéim dathanna le haghaidh nótaí cóid", - "ui": "Comhéadan úsáideora", - "ui_old_layout": "Leagan amach sean", - "ui_new_layout": "Leagan amach nua" - }, - "units": { - "percentage": "%" - }, - "pagination": { - "page_title": "Leathanach de {{startIndex}} - {{endIndex}}", - "total_notes": "{{count}} nótaí" - }, - "collections": { - "rendering_error": "Ní féidir ábhar a thaispeáint mar gheall ar earráid." - }, - "note-color": { - "clear-color": "Dath nóta soiléir", - "set-color": "Socraigh dath nóta", - "set-custom-color": "Socraigh dath nóta saincheaptha" - }, - "popup-editor": { - "maximize": "Athraigh go dtí an t-eagarthóir iomlán" - }, - "server": { - "unknown_http_error_title": "Earráid chumarsáide leis an bhfreastalaí", - "unknown_http_error_content": "Cód stádais: {{statusCode}}\nURL: {{method}} {{url}}\nTeachtaireacht: {{message}}", - "traefik_blocks_requests": "Má tá tú ag úsáid seachfhreastalaí droim ar ais Traefik, tugadh isteach athrú briste a théann i bhfeidhm ar an gcumarsáid leis an bhfreastalaí." - }, - "tab_history_navigation_buttons": { - "go-back": "Téigh ar ais go dtí an nóta roimhe seo", - "go-forward": "Téigh ar aghaidh go dtí an chéad nóta eile" - }, - "breadcrumb": { - "hoisted_badge": "Ardaithe", - "hoisted_badge_title": "Dí-ardaigh", - "workspace_badge": "Spás Oibre", - "scroll_to_top_title": "Léim go dtí tús an nóta", - "create_new_note": "Cruthaigh nóta nua do pháistí", - "empty_hide_archived_notes": "Folaigh nótaí cartlannaithe" - }, - "breadcrumb_badges": { - "read_only_explicit": "Léamh amháin", - "read_only_explicit_description": "Socraíodh an nóta seo de láimh go léamh amháin.\nCliceáil chun é a chur in eagar go sealadach.", - "read_only_auto": "Uathoibríoch inléite amháin", - "read_only_auto_description": "Socraíodh an nóta seo go huathoibríoch go mód léite amháin ar chúiseanna feidhmíochta. Is féidir an teorainn uathoibríoch seo a choigeartú ó na socruithe.\n\nCliceáil chun é a chur in eagar go sealadach.", - "read_only_temporarily_disabled": "In-eagarthóireacht shealadach", - "read_only_temporarily_disabled_description": "Is féidir an nóta seo a chur in eagar faoi láthair, ach is gnách go mbíonn sé inléite amháin. A luaithe a théann tú chuig nóta eile, beidh an nóta inléite amháin arís.\n\nCliceáil chun an modh inléite amháin a athchumasú.", - "shared_publicly": "Roinnte go poiblí", - "shared_locally": "Roinnte go háitiúil", - "shared_copy_to_clipboard": "Cóipeáil nasc chuig an ghearrthaisce", - "shared_open_in_browser": "Oscail nasc sa bhrabhsálaí", - "shared_unshare": "Bain an scair", - "clipped_note": "Gearrthóg gréasáin", - "clipped_note_description": "Tógadh an nóta seo ó {{url}} ar dtús.\n\nCliceáil chun nascleanúint a dhéanamh chuig an leathanach gréasáin foinseach.", - "execute_script": "Rith an script", - "execute_script_description": "Is nóta scripte é seo. Cliceáil chun an script a fhorghníomhú.", - "execute_sql": "Rith SQL", - "execute_sql_description": "Is nóta SQL é seo. Cliceáil chun an fiosrúchán SQL a fhorghníomhú.", - "save_status_saved": "Sábháilte", - "save_status_saving": "Ag sábháil...", - "save_status_unsaved": "Gan sábháil", - "save_status_error": "Theip ar shábháil", - "save_status_saving_tooltip": "Tá athruithe á sábháil.", - "save_status_unsaved_tooltip": "Tá athruithe neamhshábháilte ann. Sábhálfar iad go huathoibríoch i gceann nóiméid.", - "save_status_error_tooltip": "Tharla earráid agus an nóta á shábháil. Más féidir, déan iarracht ábhar an nóta a chóipeáil in áit eile agus an feidhmchlár a athlódáil." - }, - "status_bar": { - "language_title": "Athraigh teanga an ábhair", - "note_info_title": "Féach ar fhaisnéis nótaí (m.sh., dátaí, méid nótaí)", - "backlinks_one": "{{count}} nasc siar", - "backlinks_two": "{{count}} naisc siar", - "backlinks_few": "{{count}} naisc siar", - "backlinks_many": "{{count}} naisc siar", - "backlinks_other": "{{count}} naisc siar", - "backlinks_title_one": "Féach ar an nasc siar", - "backlinks_title_two": "Féach ar an naisc siar", - "backlinks_title_few": "Féach ar an naisc siar", - "backlinks_title_many": "Féach ar an naisc siar", - "backlinks_title_other": "Féach ar an naisc siar", - "attachments_one": "{{count}} ceangaltán", - "attachments_two": "{{count}} ceangaltáin", - "attachments_few": "{{count}} ceangaltáin", - "attachments_many": "{{count}} ceangaltáin", - "attachments_other": "{{count}} ceangaltáin", - "attachments_title_one": "Féach ar an gceangaltán i gcluaisín nua", - "attachments_title_two": "Féach ar cheangaltán i gcluaisíní nua", - "attachments_title_few": "Féach ar cheangaltán i gcluaisíní nua", - "attachments_title_many": "Féach ar cheangaltán i gcluaisíní nua", - "attachments_title_other": "Féach ar cheangaltán i gcluaisíní nua", - "attributes_one": "{{count}} tréith", - "attributes_two": "{{count}} tréithe", - "attributes_few": "{{count}} tréithe", - "attributes_many": "{{count}} tréithe", - "attributes_other": "{{count}} tréithe", - "attributes_title": "Tréithe faoi úinéireacht agus tréithe oidhreachta", - "note_paths_one": "{{count}} cosán", - "note_paths_two": "{{count}} cosáin", - "note_paths_few": "{{count}} cosáin", - "note_paths_many": "{{count}} cosáin", - "note_paths_other": "{{count}} cosáin", - "note_paths_title": "Cosáin nótaí", - "code_note_switcher": "Athraigh mód teanga" - }, - "attributes_panel": { - "title": "Tréithe Nóta" - }, - "right_pane": { - "empty_message": "Níl aon rud le taispeáint don nóta seo", - "empty_button": "Folaigh an painéal", - "toggle": "Athraigh an painéal ar dheis", - "custom_widget_go_to_source": "Téigh go dtí an cód foinse" - }, - "pdf": { - "attachments_one": "{{count}} ceangaltán", - "attachments_two": "{{count}} ceangaltáin", - "attachments_few": "{{count}} ceangaltáin", - "attachments_many": "{{count}} ceangaltáin", - "attachments_other": "{{count}} ceangaltáin", - "layers_one": "{{count}} sraith", - "layers_two": "{{count}} sraitheanna", - "layers_few": "{{count}} sraitheanna", - "layers_many": "{{count}} sraitheanna", - "layers_other": "{{count}} sraitheanna", - "pages_one": "{{count}} leathanach", - "pages_two": "{{count}} leathanaigh", - "pages_few": "{{count}} leathanaigh", - "pages_many": "{{count}} leathanaigh", - "pages_other": "{{count}} leathanaigh", - "pages_alt": "Leathanach {{pageNumber}}", - "pages_loading": "Ag lódáil..." - }, - "platform_indicator": { - "available_on": "Ar fáil ar {{platform}}" - }, - "mobile_tab_switcher": { - "title_one": "{{count}} cluaisín", - "title_two": "{{count}} cluaisíní", - "title_few": "{{count}} cluaisíní", - "title_many": "{{count}} cluaisíní", - "title_other": "{{count}} cluaisíní", - "more_options": "Tuilleadh roghanna" - } } diff --git a/apps/client/src/translations/it/translation.json b/apps/client/src/translations/it/translation.json index 89e44794c1..4f281e054b 100644 --- a/apps/client/src/translations/it/translation.json +++ b/apps/client/src/translations/it/translation.json @@ -1,2285 +1,2141 @@ { - "about": { - "app_version": "Versione dell'app:", - "db_version": "Versione DB:", - "sync_version": "Versione Sync:", - "data_directory": "Cartella dati:", - "title": "Informazioni su Trilium Notes", - "build_date": "Data della build:", - "build_revision": "Revisione della build:", - "homepage": "Homepage:" - }, - "toast": { - "critical-error": { - "title": "Errore critico", - "message": "Si è verificato un errore critico che impedisce l'avvio dell'applicazione client:\n\n{{message}}\n\nQuesto è probabilmente causato da un errore di script inaspettato. Prova a avviare l'applicazione in modo sicuro e controlla il problema." + "about": { + "app_version": "Versione dell'app:", + "db_version": "Versione DB:", + "sync_version": "Versione Sync:", + "data_directory": "Cartella dati:", + "title": "Informazioni su Trilium Notes", + "build_date": "Data della build:", + "build_revision": "Revisione della build:", + "homepage": "Homepage:" }, - "bundle-error": { - "title": "Non si è riusciti a caricare uno script personalizzato", - "message": "Impossibile eseguire lo script a causa di:\n\n{{message}}" + "toast": { + "critical-error": { + "title": "Errore critico", + "message": "Si è verificato un errore critico che impedisce l'avvio dell'applicazione client:\n\n{{message}}\n\nQuesto è probabilmente causato da un errore di script inaspettato. Prova a avviare l'applicazione in modo sicuro e controlla il problema." + }, + "bundle-error": { + "title": "Non si è riusciti a caricare uno script personalizzato", + "message": "Impossibile eseguire lo script a causa di:\n\n{{message}}" + }, + "widget-error": { + "title": "Impossibile inizializzare un widget", + "message-custom": "Il widget personalizzato dalla nota con ID “{{id}}”, intitolato “{{title}}”, non è stato possibile inizializzare a causa di:\n\n{{message}}", + "message-unknown": "Un widget sconosciuto non è stato inizializzato a causa di:\n\n{{message}}" + }, + "widget-list-error": { + "title": "Impossibile ottenere l'elenco dei widget dal server" + }, + "widget-render-error": { + "title": "Impossibile eseguire il rendering di un widget React personalizzato" + }, + "widget-missing-parent": "Il widget personalizzato non ha la proprietà obbligatoria '{{property}}' definita.\n\nSe questo script deve essere eseguito senza un elemento dell'interfaccia utente, utilizzare invece '#run=frontendStartup'.", + "open-script-note": "Apri script note", + "scripting-error": "Errore script personalizzato: {{title}}" }, - "widget-error": { - "title": "Impossibile inizializzare un widget", - "message-custom": "Il widget personalizzato dalla nota con ID “{{id}}”, intitolato “{{title}}”, non è stato possibile inizializzare a causa di:\n\n{{message}}", - "message-unknown": "Un widget sconosciuto non è stato inizializzato a causa di:\n\n{{message}}" + "add_link": { + "add_link": "Aggiungi un collegamento", + "note": "Nota", + "search_note": "cerca una nota per nome", + "link_title_mirrors": "il titolo del collegamento rispecchia il titolo della nota corrente", + "link_title_arbitrary": "il titolo del collegamento può essere modificato arbitrariamente", + "link_title": "Titolo del collegamento", + "button_add_link": "Aggiungi il collegamento", + "help_on_links": "Aiuto sui collegamenti" }, - "widget-list-error": { - "title": "Impossibile ottenere l'elenco dei widget dal server" + "branch_prefix": { + "edit_branch_prefix": "Modifica il prefisso del ramo", + "help_on_tree_prefix": "Aiuto sui prefissi dell'Albero", + "prefix": "Prefisso: ", + "save": "Salva", + "branch_prefix_saved": "Il prefisso del ramo è stato salvato.", + "edit_branch_prefix_multiple": "Modifica prefisso ramo per {{count}} rami", + "branch_prefix_saved_multiple": "Il prefisso del ramo è stato salvato per {{count}} rami.", + "affected_branches": "Rami interessati ({{count}}):" }, - "widget-render-error": { - "title": "Impossibile eseguire il rendering di un widget React personalizzato" + "bulk_actions": { + "bulk_actions": "Azioni massive", + "affected_notes": "Note influenzate", + "include_descendants": "Includi i discendenti della nota selezionata", + "available_actions": "Azioni disponibili", + "chosen_actions": "Azioni scelte", + "execute_bulk_actions": "Esegui le azioni massive", + "bulk_actions_executed": "Le azioni massive sono state eseguite con successo.", + "none_yet": "Ancora nessuna... aggiungi una azione cliccando su una di quelle disponibili sopra.", + "labels": "Etichette", + "relations": "Relazioni", + "notes": "Note", + "other": "Altro" }, - "widget-missing-parent": "Il widget personalizzato non ha la proprietà obbligatoria '{{property}}' definita.\n\nSe questo script deve essere eseguito senza un elemento dell'interfaccia utente, utilizzare invece '#run=frontendStartup'.", - "open-script-note": "Apri script note", - "scripting-error": "Errore script personalizzato: {{title}}" - }, - "add_link": { - "add_link": "Aggiungi un collegamento", - "note": "Nota", - "search_note": "cerca una nota per nome", - "link_title_mirrors": "il titolo del collegamento rispecchia il titolo della nota corrente", - "link_title_arbitrary": "il titolo del collegamento può essere modificato arbitrariamente", - "link_title": "Titolo del collegamento", - "button_add_link": "Aggiungi il collegamento", - "help_on_links": "Aiuto sui collegamenti" - }, - "branch_prefix": { - "edit_branch_prefix": "Modifica il prefisso del ramo", - "help_on_tree_prefix": "Aiuto sui prefissi dell'Albero", - "prefix": "Prefisso: ", - "save": "Salva", - "branch_prefix_saved": "Il prefisso del ramo è stato salvato.", - "edit_branch_prefix_multiple": "Modifica prefisso ramo per {{count}} rami", - "branch_prefix_saved_multiple": "Il prefisso del ramo è stato salvato per {{count}} rami.", - "affected_branches": "Rami interessati ({{count}}):" - }, - "bulk_actions": { - "bulk_actions": "Azioni massive", - "affected_notes": "Note influenzate", - "include_descendants": "Includi i discendenti della nota selezionata", - "available_actions": "Azioni disponibili", - "chosen_actions": "Azioni scelte", - "execute_bulk_actions": "Esegui le azioni massive", - "bulk_actions_executed": "Le azioni massive sono state eseguite con successo.", - "none_yet": "Ancora nessuna... aggiungi una azione cliccando su una di quelle disponibili sopra.", - "labels": "Etichette", - "relations": "Relazioni", - "notes": "Note", - "other": "Altro" - }, - "clone_to": { - "clone_notes_to": "Clona note in...", - "help_on_links": "Aiuto sui collegamenti", - "notes_to_clone": "Note da clonare", - "target_parent_note": "Nodo padre obiettivo", - "search_for_note_by_its_name": "cerca una nota per nome", - "cloned_note_prefix_title": "Le note clonate saranno mostrate nell'albero delle note con il dato prefisso", - "prefix_optional": "Prefisso (opzionale)", - "clone_to_selected_note": "Clona verso la nota selezionata invio", - "no_path_to_clone_to": "Nessun percorso per clonare dentro.", - "note_cloned": "La nota \"{{clonedTitle}}\" è stata clonata in \"{{targetTitle}}\"" - }, - "confirm": { - "cancel": "Annulla", - "ok": "OK", - "confirmation": "Conferma", - "are_you_sure_remove_note": "Sei sicuro di voler rimuovere la nota \"{{title}}\" dalla mappa delle relazioni? ", - "if_you_dont_check": "Se non lo selezioni, la nota sarà rimossa solamente dalla mappa delle relazioni.", - "also_delete_note": "Rimuove anche la nota" - }, - "delete_notes": { - "ok": "OK", - "close": "Chiudi", - "delete_notes_preview": "Anteprima di eliminazione delle note", - "delete_all_clones_description": "Elimina anche tutti i cloni (può essere ripristinato nella sezione cambiamenti recenti)", - "erase_notes_description": "L'eliminazione normale (soft) marca le note come eliminate e potranno essere recuperate entro un certo lasso di tempo (dalla finestra dei cambiamenti recenti). Selezionando questa opzione le note si elimineranno immediatamente e non sarà possibile recuperarle.", - "erase_notes_warning": "Elimina le note in modo permanente (non potrà essere disfatto), compresi tutti i cloni. Ciò forzerà un nuovo caricamento dell'applicazione.", - "cancel": "Annulla", - "notes_to_be_deleted": "Le seguenti note saranno eliminate ({{notesCount}})", - "no_note_to_delete": "Nessuna nota sarà eliminata (solo i cloni).", - "broken_relations_to_be_deleted": "Le seguenti relazioni saranno interrotte ed eliminate ({{relationCount}})", - "deleted_relation_text": "La nota {{- note}} (da eliminare) è referenziata dalla relazione {{- relation}} originata da {{- source}}." - }, - "info": { - "okButton": "OK", - "closeButton": "Chiudi", - "modalTitle": "Messaggio informativo", - "copy_to_clipboard": "Copia negli appunti" - }, - "export": { - "close": "Chiudi", - "export_note_title": "Esporta la nota", - "export_status": "Stato dell'esportazione", - "export": "Esporta", - "choose_export_type": "Scegli prima il tipo di esportazione, per favore", - "export_in_progress": "Esportazione in corso: {{progressCount}}", - "export_finished_successfully": "Esportazione terminata con successo.", - "format_pdf": "PDF- allo scopo di stampa o esportazione.", - "export_type_subtree": "Questa nota e tutti i suoi discendenti", - "format_html": "HTML - raccomandato in quanto mantiene tutti i formati", - "format_html_zip": "HTML in archivio ZIP - questo è raccomandato in quanto conserva tutta la formattazione.", - "format_markdown": "MArkdown - questo conserva la maggior parte della formattazione.", - "export_type_single": "Solo questa nota, senza le sottostanti", - "format_opml": "OPML - formato per scambio informazioni outline. Formattazione, immagini e files non sono inclusi.", - "opml_version_1": "OPML v.1.0 - solo testo semplice", - "opml_version_2": "OPML v2.0 - supporta anche HTML", - "share-format": "HTML per la pubblicazione sul web - utilizza lo stesso tema utilizzato per le note condivise, ma può essere pubblicato come sito web statico." - }, - "password_not_set": { - "body1": "Le note protette sono crittografate utilizzando una password utente, ma la password non è stata ancora impostata.", - "body2": "Per proteggere le note, clicca sul pulsante sottostante per aprire la finestra di dialogo Opzioni e impostare la tua password.", - "title": "La password non è impostata", - "go_to_password_options": "Vai alle opzioni della password" - }, - "protected_session_password": { - "close_label": "Chiudi", - "modal_title": "Sessione protetta", - "help_title": "Aiuto sulle note protette", - "form_label": "Per procedere con l’azione richiesta, è necessario avviare una sessione protetta inserendo la password:", - "start_button": "Avvia sessione protetta" - }, - "abstract_bulk_action": { - "remove_this_search_action": "Rimuovi questa azione di ricerca" - }, - "etapi": { - "new_token_title": "Nuovo token ETAPI", - "new_token_message": "Inserisci il nome del nuovo token", - "title": "ETAPI", - "description": "ETAPI è un'API REST utilizzata per accedere alle istanze di Trilium in modo programmatico, senza interfaccia utente.", - "create_token": "Crea un nuovo token ETAPI", - "existing_tokens": "Token esistenti", - "no_tokens_yet": "Non ci sono ancora token. Clicca sul pulsante qui sopra per crearne uno.", - "token_name": "Nome del token", - "created": "Creato", - "actions": "Azioni", - "default_token_name": "nuovo token", - "error_empty_name": "Il nome del token non può essere vuoto", - "token_created_title": "Token ETAPI creato", - "token_created_message": "Copia il token creato negli appunti. Trilium memorizza l'hash del token e questa è l'ultima volta che lo vedi.", - "rename_token": "Rinomina questo token", - "delete_token": "Elimina/disattiva questo token", - "rename_token_title": "Rinomina token", - "rename_token_message": "Inserisci il nome del nuovo token", - "delete_token_confirmation": "Sei sicuro di voler eliminare il token ETAPI \"{{name}}\"?" - }, - "electron_integration": { - "zoom-factor": "Fattore di ingrandimento", - "desktop-application": "Applicazione Desktop", - "native-title-bar": "Barra del titolo nativa", - "native-title-bar-description": "Su Windows e macOS, disattivare la barra del titolo nativa rende l'applicazione più compatta. Su Linux, attivarla si integra meglio con il resto del sistema.", - "background-effects": "Abilita effetti di sfondo (solo Windows 11)", - "background-effects-description": "L'effetto Mica aggiunge uno sfondo sfocato ed elegante alle finestre delle app, creando profondità e un aspetto moderno. La \"Barra del titolo nativa\" deve essere disattivata.", - "restart-app-button": "Riavviare l'applicazione per visualizzare le modifiche" - }, - "note_autocomplete": { - "search-for": "Cerca \"{{term}}\"", - "create-note": "Crea e collega la nota secondaria “{{term}}”", - "insert-external-link": "Inserisci il collegamento esterno a \"{{term}}\"", - "clear-text-field": "Pulisci il campo di testo", - "show-recent-notes": "Mostra le note recenti", - "full-text-search": "Ricerca full text" - }, - "note_tooltip": { - "note-has-been-deleted": "La nota è stata eliminata.", - "quick-edit": "Modifica veloce" - }, - "geo-map": { - "create-child-note-title": "Crea una nota figlia e aggiungila alla mappa", - "create-child-note-instruction": "Clicca sulla mappa per creare una nuova nota qui o premi Escape per uscire.", - "unable-to-load-map": "Impossibile caricare la mappa." - }, - "geo-map-context": { - "open-location": "Apri la posizione", - "remove-from-map": "Rimuovi dalla mappa", - "add-note": "Aggiungi un marcatore in questa posizione" - }, - "debug": { - "debug": "Debug", - "debug_info": "Debug stamperà informazioni di debug aggiuntive nella console per facilitare il debug di query complesse.", - "access_info": "Per accedere alle informazioni di debug, eseguire la query e fare clic su \"Mostra registro backend\" nell'angolo in alto a sinistra." - }, - "database_anonymization": { - "light_anonymization": "Anonimizzazione parziale", - "title": "Anonimizzazione dei database", - "full_anonymization": "Anonimizzazione completa", - "full_anonymization_description": "Questa azione creerà una nuova copia del database e la renderà anonima (rimuovendo tutto il contenuto delle note e lasciando solo la struttura e alcuni metadati non sensibili) per poterla condividere online a scopo di debug senza timore di divulgare i tuoi dati personali.", - "save_fully_anonymized_database": "Salva database completamente anonimizzato", - "light_anonymization_description": "Questa azione creerà una nuova copia del database e lo anonimizzerà in parzialmente — in particolare, solo il contenuto delle note sarà rimosso, ma i titoli e gli attributi rimarranno. Inoltre, note con script personalizzati JS di frontend/backend e widget personalizzati lasciando rimarranno. Ciò mette a disposizione più contesto per il debug dei problemi.", - "choose_anonymization": "Puoi decidere da solo se fornire un database completamente o parzialmente anonimizzato. Anche un database completamente anonimizzato è molto utile, sebbene in alcuni casi i database parzialmente anonimizzati possono accelerare il processo di identificazione dei bug e la loro correzione.", - "no_anonymized_database_yet": "Ancora nessun database anonimizzato.", - "save_lightly_anonymized_database": "Salva database leggermente anonimizzato", - "successfully_created_fully_anonymized_database": "Database completamente anonimizzato creato in {{anonymizedFilePath}}", - "successfully_created_lightly_anonymized_database": "Database parzialmente anonimizzato creato in {{anonymizedFilePath}}", - "existing_anonymized_databases": "Database anonimizzati esistenti", - "creating_fully_anonymized_database": "Creazione di un database completamente anonimizzato...", - "creating_lightly_anonymized_database": "Creazione di un database leggermente anonimizzato...", - "error_creating_anonymized_database": "Impossibile creare un database anonimo, controllare i log del backend per i dettagli" - }, - "cpu_arch_warning": { - "title": "Per favore scarica la versione ARM64", - "continue_anyway": "Continua comunque", - "dont_show_again": "Non mostrare più questo avviso", - "download_link": "Scarica la Versione Nativa", - "message_macos": "Al momento TriliumNext è in esecuzione con la traduzione Rosetta 2, il che significa che stai utilizzando la versione Intel (x64) su Mac con Apple Silicon. Ciò avrà un impatto significativo sulle prestazioni e sulla durata della batteria.", - "message_windows": "TriliumNext è attualmente in emulazione, il che significa che stai utilizzando la versione Intel (x64) su un dispositivo Windows su ARM. Ciò avrà un impatto significativo sulle prestazioni e sulla durata della batteria.", - "recommendation": "Per un'esperienza ottimale, scarica la versione nativa ARM64 di TriliumNext dalla nostra pagina delle versioni." - }, - "editorfeatures": { - "title": "Caratteristiche", - "emoji_completion_enabled": "Abilita il completamento automatico delle Emoji", - "note_completion_enabled": "Abilita il completamento automatico delle note", - "emoji_completion_description": "Se abilitata, è possibile inserire facilmente gli emoji nel testo digitando `:`, seguito dal nome dell'emoji.", - "note_completion_description": "Se abilitato, è possibile creare collegamenti alle note digitando `@` seguito dal titolo di una nota.", - "slash_commands_enabled": "Abilita i comandi slash", - "slash_commands_description": "Se abilitato, i comandi di modifica come l'inserimento di interruzioni di riga o intestazioni possono essere attivati digitando `/`." - }, - "table_view": { - "new-row": "Nuova riga", - "new-column": "Nuova colonna", - "sort-column-by": "Ordina per \"{{title}}\"", - "sort-column-ascending": "Ascendente", - "sort-column-descending": "Discendente", - "sort-column-clear": "Cancella l'ordinamento", - "hide-column": "Nascondi la colonna \"{{title}}\"", - "show-hide-columns": "Mostra/nascondi le colonne", - "row-insert-above": "Inserisci una riga sopra", - "row-insert-below": "Inserisci una riga sotto", - "row-insert-child": "Inserisci nota secondaria", - "add-column-to-the-left": "Aggiungi colonna a sinistra", - "add-column-to-the-right": "Aggiungi colonna a destra", - "edit-column": "Modifica colonna", - "delete_column_confirmation": "Vuoi davvero eliminare questa colonna? L'attributo corrispondente verrà rimosso da tutte le note.", - "delete-column": "Elimina colonna", - "new-column-label": "Etichetta", - "new-column-relation": "Relazione" - }, - "abstract_search_option": { - "remove_this_search_option": "Rimuovi questa opzione di ricerca", - "failed_rendering": "Opzione di ricerca di rendering non riuscita: {{dto}} con errore: {{error}} {{stack}}" - }, - "ancestor": { - "label": "Antenato", - "placeholder": "cerca la nota per nome", - "depth_label": "profondità", - "depth_doesnt_matter": "non importa", - "depth_eq": "è esattamente {{count}}", - "direct_children": "figli diretti", - "depth_gt": "è maggiore di {{count}}", - "depth_lt": "è inferiore a {{count}}" - }, - "add_label": { - "add_label": "Aggiungi etichetta", - "label_name_placeholder": "nome dell'etichetta", - "new_value_placeholder": "nuovo valore", - "to_value": "al valore", - "label_name_title": "Sono consentiti caratteri alfanumerici, trattino basso e due punti.", - "help_text": "Su tutte le note abbinate:", - "help_text_item1": "crea l'etichetta data se la nota non ne ha ancora una", - "help_text_item2": "o modificare il valore dell'etichetta esistente", - "help_text_note": "È possibile chiamare questo metodo anche senza valore, in tal caso l'etichetta verrà assegnata alla nota senza valore." - }, - "update_label_value": { - "to_value": "al valore", - "label_name_placeholder": "nome dell'etichetta", - "update_label_value": "Aggiorna il valore dell'etichetta", - "label_name_title": "Sono consentiti caratteri alfanumerici, trattino basso e due punti.", - "new_value_placeholder": "nuovo valore", - "help_text": "Su tutte le note corrispondenti, modifica il valore dell'etichetta esistente.", - "help_text_note": "È possibile chiamare questo metodo anche senza valore, in tal caso l'etichetta verrà assegnata alla nota senza valore." - }, - "delete_label": { - "delete_label": "Elimina etichetta", - "label_name_placeholder": "nome dell'etichetta", - "label_name_title": "Sono ammessi i caratteri alfanumerici, il carattere di sottolineato e i due punti." - }, - "tree-context-menu": { - "move-to": "Muovi in...", - "cut": "Taglia", - "open-in-a-new-tab": "Apri in una nuova scheda", - "open-in-a-new-split": "Apri in una nuova divisione", - "insert-note-after": "Inserisci nota dopo", - "insert-child-note": "Inserisci nota secondaria", - "archive": "Archivio", - "unarchive": "Disarchiviare", - "delete": "Eliminare", - "search-in-subtree": "Cerca nel sottoalbero", - "hoist-note": "Nota di sollevamento", - "unhoist-note": "Nota di sgancio", - "edit-branch-prefix": "Modifica prefisso ramo", - "advanced": "Avanzato", - "expand-subtree": "Espandi sottoalbero", - "collapse-subtree": "Comprimi sottoalbero", - "sort-by": "Ordina per...", - "recent-changes-in-subtree": "Modifiche recenti nel sottoalbero", - "convert-to-attachment": "Converti in allegato", - "copy-note-path-to-clipboard": "Copia il percorso della nota negli appunti", - "protect-subtree": "Proteggi sottoalbero", - "unprotect-subtree": "Rimuovi protezione dal sottoalbero", - "copy-clone": "Copia / clona", - "clone-to": "Clona in...", - "paste-into": "Incolla in", - "paste-after": "Incolla dopo", - "duplicate": "Duplicato", - "export": "Esportare", - "import-into-note": "Importa nella nota", - "apply-bulk-actions": "Applica azioni in blocco", - "converted-to-attachments": "{{count}} note sono state convertite in allegati.", - "convert-to-attachment-confirm": "Sei sicuro di voler convertire le note selezionate in allegati delle note principali? Questa operazione si applica solo alle note immagine, le altre note verranno ignorate.", - "open-in-popup": "Modifica rapida", - "open-in-a-new-window": "Apri in una nuova finestra", - "hide-subtree": "Nascondi sottostruttura", - "show-subtree": "Mostra sottoalbero" - }, - "electron_context_menu": { - "cut": "Taglia", - "copy": "Copia", - "paste": "Incolla", - "copy-link": "Copia collegamento", - "paste-as-plain-text": "Incolla come testo semplice", - "add-term-to-dictionary": "Aggiungi \"{{term}}\" al dizionario", - "search_online": "Cerca \"{{term}}\" con {{searchEngine}}", - "search_in_trilium": "Cerca \"{{term}}\" in Trilium" - }, - "editing": { - "editor_type": { - "multiline-toolbar": "Mostra la barra degli strumenti su più linee se non entra.", - "label": "Barra degli strumenti di formattazione", - "floating": { - "title": "Galleggiante", - "description": "gli strumenti di modifica appaiono vicino al cursore;" - }, - "fixed": { - "title": "Fisso", - "description": "gli strumenti di modifica vengono visualizzati nella scheda \"Formattazione\" della barra multifunzione." - } + "clone_to": { + "clone_notes_to": "Clona note in...", + "help_on_links": "Aiuto sui collegamenti", + "notes_to_clone": "Note da clonare", + "target_parent_note": "Nodo padre obiettivo", + "search_for_note_by_its_name": "cerca una nota per nome", + "cloned_note_prefix_title": "Le note clonate saranno mostrate nell'albero delle note con il dato prefisso", + "prefix_optional": "Prefisso (opzionale)", + "clone_to_selected_note": "Clona verso la nota selezionata invio", + "no_path_to_clone_to": "Nessun percorso per clonare dentro.", + "note_cloned": "La nota \"{{clonedTitle}}\" è stata clonata in \"{{targetTitle}}\"" + }, + "confirm": { + "cancel": "Annulla", + "ok": "OK", + "confirmation": "Conferma", + "are_you_sure_remove_note": "Sei sicuro di voler rimuovere la nota \"{{title}}\" dalla mappa delle relazioni? ", + "if_you_dont_check": "Se non lo selezioni, la nota sarà rimossa solamente dalla mappa delle relazioni.", + "also_delete_note": "Rimuove anche la nota" + }, + "delete_notes": { + "ok": "OK", + "close": "Chiudi", + "delete_notes_preview": "Anteprima di eliminazione delle note", + "delete_all_clones_description": "Elimina anche tutti i cloni (può essere ripristinato nella sezione cambiamenti recenti)", + "erase_notes_description": "L'eliminazione normale (soft) marca le note come eliminate e potranno essere recuperate entro un certo lasso di tempo (dalla finestra dei cambiamenti recenti). Selezionando questa opzione le note si elimineranno immediatamente e non sarà possibile recuperarle.", + "erase_notes_warning": "Elimina le note in modo permanente (non potrà essere disfatto), compresi tutti i cloni. Ciò forzerà un nuovo caricamento dell'applicazione.", + "cancel": "Annulla", + "notes_to_be_deleted": "Le seguenti note saranno eliminate ({{notesCount}})", + "no_note_to_delete": "Nessuna nota sarà eliminata (solo i cloni).", + "broken_relations_to_be_deleted": "Le seguenti relazioni saranno interrotte ed eliminate ({{relationCount}})", + "deleted_relation_text": "La nota {{- note}} (da eliminare) è referenziata dalla relazione {{- relation}} originata da {{- source}}." + }, + "info": { + "okButton": "OK", + "closeButton": "Chiudi", + "modalTitle": "Messaggio informativo", + "copy_to_clipboard": "Copia negli appunti" + }, + "export": { + "close": "Chiudi", + "export_note_title": "Esporta la nota", + "export_status": "Stato dell'esportazione", + "export": "Esporta", + "choose_export_type": "Scegli prima il tipo di esportazione, per favore", + "export_in_progress": "Esportazione in corso: {{progressCount}}", + "export_finished_successfully": "Esportazione terminata con successo.", + "format_pdf": "PDF- allo scopo di stampa o esportazione.", + "export_type_subtree": "Questa nota e tutti i suoi discendenti", + "format_html": "HTML - raccomandato in quanto mantiene tutti i formati", + "format_html_zip": "HTML in archivio ZIP - questo è raccomandato in quanto conserva tutta la formattazione.", + "format_markdown": "MArkdown - questo conserva la maggior parte della formattazione.", + "export_type_single": "Solo questa nota, senza le sottostanti", + "format_opml": "OPML - formato per scambio informazioni outline. Formattazione, immagini e files non sono inclusi.", + "opml_version_1": "OPML v.1.0 - solo testo semplice", + "opml_version_2": "OPML v2.0 - supporta anche HTML", + "share-format": "HTML per la pubblicazione sul web - utilizza lo stesso tema utilizzato per le note condivise, ma può essere pubblicato come sito web statico." + }, + "password_not_set": { + "body1": "Le note protette sono crittografate utilizzando una password utente, ma la password non è stata ancora impostata.", + "body2": "Per proteggere le note, clicca sul pulsante sottostante per aprire la finestra di dialogo Opzioni e impostare la tua password.", + "title": "La password non è impostata", + "go_to_password_options": "Vai alle opzioni della password" + }, + "protected_session_password": { + "close_label": "Chiudi", + "modal_title": "Sessione protetta", + "help_title": "Aiuto sulle note protette", + "form_label": "Per procedere con l’azione richiesta, è necessario avviare una sessione protetta inserendo la password:", + "start_button": "Avvia sessione protetta" + }, + "abstract_bulk_action": { + "remove_this_search_action": "Rimuovi questa azione di ricerca" + }, + "etapi": { + "new_token_title": "Nuovo token ETAPI", + "new_token_message": "Inserisci il nome del nuovo token", + "title": "ETAPI", + "description": "ETAPI è un'API REST utilizzata per accedere alle istanze di Trilium in modo programmatico, senza interfaccia utente.", + "create_token": "Crea un nuovo token ETAPI", + "existing_tokens": "Token esistenti", + "no_tokens_yet": "Non ci sono ancora token. Clicca sul pulsante qui sopra per crearne uno.", + "token_name": "Nome del token", + "created": "Creato", + "actions": "Azioni", + "default_token_name": "nuovo token", + "error_empty_name": "Il nome del token non può essere vuoto", + "token_created_title": "Token ETAPI creato", + "token_created_message": "Copia il token creato negli appunti. Trilium memorizza l'hash del token e questa è l'ultima volta che lo vedi.", + "rename_token": "Rinomina questo token", + "delete_token": "Elimina/disattiva questo token", + "rename_token_title": "Rinomina token", + "rename_token_message": "Inserisci il nome del nuovo token", + "delete_token_confirmation": "Sei sicuro di voler eliminare il token ETAPI \"{{name}}\"?" + }, + "electron_integration": { + "zoom-factor": "Fattore di ingrandimento", + "desktop-application": "Applicazione Desktop", + "native-title-bar": "Barra del titolo nativa", + "native-title-bar-description": "Su Windows e macOS, disattivare la barra del titolo nativa rende l'applicazione più compatta. Su Linux, attivarla si integra meglio con il resto del sistema.", + "background-effects": "Abilita effetti di sfondo (solo Windows 11)", + "background-effects-description": "L'effetto Mica aggiunge uno sfondo sfocato ed elegante alle finestre delle app, creando profondità e un aspetto moderno. La \"Barra del titolo nativa\" deve essere disattivata.", + "restart-app-button": "Riavviare l'applicazione per visualizzare le modifiche" + }, + "note_autocomplete": { + "search-for": "Cerca \"{{term}}\"", + "create-note": "Crea e collega la nota secondaria “{{term}}”", + "insert-external-link": "Inserisci il collegamento esterno a \"{{term}}\"", + "clear-text-field": "Pulisci il campo di testo", + "show-recent-notes": "Mostra le note recenti", + "full-text-search": "Ricerca full text" + }, + "note_tooltip": { + "note-has-been-deleted": "La nota è stata eliminata.", + "quick-edit": "Modifica veloce" + }, + "geo-map": { + "create-child-note-title": "Crea una nota figlia e aggiungila alla mappa", + "create-child-note-instruction": "Clicca sulla mappa per creare una nuova nota qui o premi Escape per uscire.", + "unable-to-load-map": "Impossibile caricare la mappa." + }, + "geo-map-context": { + "open-location": "Apri la posizione", + "remove-from-map": "Rimuovi dalla mappa", + "add-note": "Aggiungi un marcatore in questa posizione" + }, + "debug": { + "debug": "Debug", + "debug_info": "Debug stamperà informazioni di debug aggiuntive nella console per facilitare il debug di query complesse.", + "access_info": "Per accedere alle informazioni di debug, eseguire la query e fare clic su \"Mostra registro backend\" nell'angolo in alto a sinistra." + }, + "database_anonymization": { + "light_anonymization": "Anonimizzazione parziale", + "title": "Anonimizzazione dei database", + "full_anonymization": "Anonimizzazione completa", + "full_anonymization_description": "Questa azione creerà una nuova copia del database e la renderà anonima (rimuovendo tutto il contenuto delle note e lasciando solo la struttura e alcuni metadati non sensibili) per poterla condividere online a scopo di debug senza timore di divulgare i tuoi dati personali.", + "save_fully_anonymized_database": "Salva database completamente anonimizzato", + "light_anonymization_description": "Questa azione creerà una nuova copia del database e lo anonimizzerà in parzialmente — in particolare, solo il contenuto delle note sarà rimosso, ma i titoli e gli attributi rimarranno. Inoltre, note con script personalizzati JS di frontend/backend e widget personalizzati lasciando rimarranno. Ciò mette a disposizione più contesto per il debug dei problemi.", + "choose_anonymization": "Puoi decidere da solo se fornire un database completamente o parzialmente anonimizzato. Anche un database completamente anonimizzato è molto utile, sebbene in alcuni casi i database parzialmente anonimizzati possono accelerare il processo di identificazione dei bug e la loro correzione.", + "no_anonymized_database_yet": "Ancora nessun database anonimizzato.", + "save_lightly_anonymized_database": "Salva database leggermente anonimizzato", + "successfully_created_fully_anonymized_database": "Database completamente anonimizzato creato in {{anonymizedFilePath}}", + "successfully_created_lightly_anonymized_database": "Database parzialmente anonimizzato creato in {{anonymizedFilePath}}", + "existing_anonymized_databases": "Database anonimizzati esistenti", + "creating_fully_anonymized_database": "Creazione di un database completamente anonimizzato...", + "creating_lightly_anonymized_database": "Creazione di un database leggermente anonimizzato...", + "error_creating_anonymized_database": "Impossibile creare un database anonimo, controllare i log del backend per i dettagli" + }, + "cpu_arch_warning": { + "title": "Per favore scarica la versione ARM64", + "continue_anyway": "Continua comunque", + "dont_show_again": "Non mostrare più questo avviso", + "download_link": "Scarica la Versione Nativa", + "message_macos": "Al momento TriliumNext è in esecuzione con la traduzione Rosetta 2, il che significa che stai utilizzando la versione Intel (x64) su Mac con Apple Silicon. Ciò avrà un impatto significativo sulle prestazioni e sulla durata della batteria.", + "message_windows": "TriliumNext è attualmente in emulazione, il che significa che stai utilizzando la versione Intel (x64) su un dispositivo Windows su ARM. Ciò avrà un impatto significativo sulle prestazioni e sulla durata della batteria.", + "recommendation": "Per un'esperienza ottimale, scarica la versione nativa ARM64 di TriliumNext dalla nostra pagina delle versioni." + }, + "editorfeatures": { + "title": "Caratteristiche", + "emoji_completion_enabled": "Abilita il completamento automatico delle Emoji", + "note_completion_enabled": "Abilita il completamento automatico delle note", + "emoji_completion_description": "Se abilitata, è possibile inserire facilmente gli emoji nel testo digitando `:`, seguito dal nome dell'emoji.", + "note_completion_description": "Se abilitato, è possibile creare collegamenti alle note digitando `@` seguito dal titolo di una nota.", + "slash_commands_enabled": "Abilita i comandi slash", + "slash_commands_description": "Se abilitato, i comandi di modifica come l'inserimento di interruzioni di riga o intestazioni possono essere attivati digitando `/`." + }, + "table_view": { + "new-row": "Nuova riga", + "new-column": "Nuova colonna", + "sort-column-by": "Ordina per \"{{title}}\"", + "sort-column-ascending": "Ascendente", + "sort-column-descending": "Discendente", + "sort-column-clear": "Cancella l'ordinamento", + "hide-column": "Nascondi la colonna \"{{title}}\"", + "show-hide-columns": "Mostra/nascondi le colonne", + "row-insert-above": "Inserisci una riga sopra", + "row-insert-below": "Inserisci una riga sotto", + "row-insert-child": "Inserisci nota secondaria", + "add-column-to-the-left": "Aggiungi colonna a sinistra", + "add-column-to-the-right": "Aggiungi colonna a destra", + "edit-column": "Modifica colonna", + "delete_column_confirmation": "Vuoi davvero eliminare questa colonna? L'attributo corrispondente verrà rimosso da tutte le note.", + "delete-column": "Elimina colonna", + "new-column-label": "Etichetta", + "new-column-relation": "Relazione" + }, + "abstract_search_option": { + "remove_this_search_option": "Rimuovi questa opzione di ricerca", + "failed_rendering": "Opzione di ricerca di rendering non riuscita: {{dto}} con errore: {{error}} {{stack}}" + }, + "ancestor": { + "label": "Antenato", + "placeholder": "cerca la nota per nome", + "depth_label": "profondità", + "depth_doesnt_matter": "non importa", + "depth_eq": "è esattamente {{count}}", + "direct_children": "figli diretti", + "depth_gt": "è maggiore di {{count}}", + "depth_lt": "è inferiore a {{count}}" + }, + "add_label": { + "add_label": "Aggiungi etichetta", + "label_name_placeholder": "nome dell'etichetta", + "new_value_placeholder": "nuovo valore", + "to_value": "al valore", + "label_name_title": "Sono consentiti caratteri alfanumerici, trattino basso e due punti.", + "help_text": "Su tutte le note abbinate:", + "help_text_item1": "crea l'etichetta data se la nota non ne ha ancora una", + "help_text_item2": "o modificare il valore dell'etichetta esistente", + "help_text_note": "È possibile chiamare questo metodo anche senza valore, in tal caso l'etichetta verrà assegnata alla nota senza valore." + }, + "update_label_value": { + "to_value": "al valore", + "label_name_placeholder": "nome dell'etichetta", + "update_label_value": "Aggiorna il valore dell'etichetta", + "label_name_title": "Sono consentiti caratteri alfanumerici, trattino basso e due punti.", + "new_value_placeholder": "nuovo valore", + "help_text": "Su tutte le note corrispondenti, modifica il valore dell'etichetta esistente.", + "help_text_note": "È possibile chiamare questo metodo anche senza valore, in tal caso l'etichetta verrà assegnata alla nota senza valore." + }, + "delete_label": { + "delete_label": "Elimina etichetta", + "label_name_placeholder": "nome dell'etichetta", + "label_name_title": "Sono ammessi i caratteri alfanumerici, il carattere di sottolineato e i due punti." + }, + "tree-context-menu": { + "move-to": "Muovi in...", + "cut": "Taglia", + "open-in-a-new-tab": "Apri in una nuova scheda", + "open-in-a-new-split": "Apri in una nuova divisione", + "insert-note-after": "Inserisci nota dopo", + "insert-child-note": "Inserisci nota secondaria", + "archive": "Archivio", + "unarchive": "Disarchiviare", + "delete": "Eliminare", + "search-in-subtree": "Cerca nel sottoalbero", + "hoist-note": "Nota di sollevamento", + "unhoist-note": "Nota di sgancio", + "edit-branch-prefix": "Modifica prefisso ramo", + "advanced": "Avanzato", + "expand-subtree": "Espandi sottoalbero", + "collapse-subtree": "Comprimi sottoalbero", + "sort-by": "Ordina per...", + "recent-changes-in-subtree": "Modifiche recenti nel sottoalbero", + "convert-to-attachment": "Converti in allegato", + "copy-note-path-to-clipboard": "Copia il percorso della nota negli appunti", + "protect-subtree": "Proteggi sottoalbero", + "unprotect-subtree": "Rimuovi protezione dal sottoalbero", + "copy-clone": "Copia / clona", + "clone-to": "Clona in...", + "paste-into": "Incolla in", + "paste-after": "Incolla dopo", + "duplicate": "Duplicato", + "export": "Esportare", + "import-into-note": "Importa nella nota", + "apply-bulk-actions": "Applica azioni in blocco", + "converted-to-attachments": "{{count}} note sono state convertite in allegati.", + "convert-to-attachment-confirm": "Sei sicuro di voler convertire le note selezionate in allegati delle note principali? Questa operazione si applica solo alle note immagine, le altre note verranno ignorate.", + "open-in-popup": "Modifica rapida", + "open-in-a-new-window": "Apri in una nuova finestra", + "hide-subtree": "Nascondi sottostruttura", + "show-subtree": "Mostra sottoalbero" + }, + "electron_context_menu": { + "cut": "Taglia", + "copy": "Copia", + "paste": "Incolla", + "copy-link": "Copia collegamento", + "paste-as-plain-text": "Incolla come testo semplice", + "add-term-to-dictionary": "Aggiungi \"{{term}}\" al dizionario", + "search_online": "Cerca \"{{term}}\" con {{searchEngine}}", + "search_in_trilium": "Cerca \"{{term}}\" in Trilium" + }, + "editing": { + "editor_type": { + "multiline-toolbar": "Mostra la barra degli strumenti su più linee se non entra.", + "label": "Barra degli strumenti di formattazione", + "floating": { + "title": "Galleggiante", + "description": "gli strumenti di modifica appaiono vicino al cursore;" + }, + "fixed": { + "title": "Fisso", + "description": "gli strumenti di modifica vengono visualizzati nella scheda \"Formattazione\" della barra multifunzione." + } + } + }, + "edit_button": { + "edit_this_note": "Modifica questa nota" + }, + "shortcuts": { + "shortcuts": "Scorciatoie", + "keyboard_shortcuts": "Scorciatoie da tastiera", + "multiple_shortcuts": "Più scorciatoie per la stessa azione possono essere separate da virgola.", + "electron_documentation": "Consultare la documentazione di Electron per i modificatori e i codici chiave disponibili.", + "type_text_to_filter": "Digita il testo per filtrare le scorciatoie...", + "action_name": "Nome dell'azione", + "default_shortcuts": "Scorciatoie predefinite", + "description": "Descrizione", + "reload_app": "Ricarica l'app per applicare le modifiche", + "set_all_to_default": "Imposta tutte le scorciatoie sui valori predefiniti", + "confirm_reset": "Vuoi davvero ripristinare tutte le scorciatoie da tastiera ai valori predefiniti?" + }, + "shared_switch": { + "toggle-on-title": "Condividi la nota", + "toggle-off-title": "Non condividere la nota", + "shared": "Condiviso", + "shared-branch": "Questa nota esiste solo come nota condivisa; annullando la condivisione verrebbe eliminata. Vuoi continuare ed eliminare questa nota?", + "inherited": "Non è possibile annullare la condivisione della nota in questo caso perché è condivisa tramite eredità da un antenato." + }, + "search_string": { + "search_prefix": "Cerca:", + "title_column": "Stringa di ricerca:", + "placeholder": "parole chiave a testo completo, #tag = valore...", + "search_syntax": "Sintassi di ricerca", + "also_see": "vedi anche", + "complete_help": "aiuto completo sulla sintassi di ricerca", + "full_text_search": "Basta inserire un testo qualsiasi per la ricerca full text", + "label_abc": "restituisce note con etichetta abc", + "label_year": "corrisponde alle note con l'anno dell'etichetta avente valore 2019", + "label_rock_pop": "corrisponde alle note che hanno sia etichette rock che pop", + "label_rock_or_pop": "deve essere presente solo una delle etichette", + "label_year_comparison": "confronto numerico (anche >, >=, <).", + "label_date_created": "note create nell'ultimo mese", + "error": "Errore di ricerca: {{error}}" + }, + "attachment_detail": { + "open_help_page": "Apri la pagina di aiuto sugli allegati", + "owning_note": "Nota di proprietà: ", + "you_can_also_open": ", puoi anche aprire il ", + "list_of_all_attachments": "Elenco di tutti gli allegati", + "attachment_deleted": "Questo allegato è stato eliminato." + }, + "search_definition": { + "ancestor": "antenato", + "debug": "debug", + "action": "azione", + "add_search_option": "Aggiungi opzione di ricerca:", + "search_string": "stringa di ricerca", + "limit": "limite", + "search_script": "script di ricerca", + "fast_search": "ricerca veloce", + "fast_search_description": "L'opzione di ricerca rapida disattiva la ricerca del testo completo del contenuto delle note, il che potrebbe velocizzare la ricerca in database di grandi dimensioni.", + "include_archived": "includere archiviato", + "include_archived_notes_description": "Per impostazione predefinita, le note archiviate sono escluse dai risultati della ricerca; con questa opzione verranno incluse.", + "order_by": "ordina per", + "limit_description": "Limita il numero di risultati", + "debug_description": "Debug stamperà informazioni di debug aggiuntive nella console per facilitare il debug di query complesse", + "search_button": "Ricerca", + "search_execute": "Cerca ed esegui azioni", + "save_to_note": "Salva per annotare", + "search_parameters": "Parametri di ricerca", + "unknown_search_option": "Opzione di ricerca sconosciuta {{searchOptionName}}", + "search_note_saved": "La nota di ricerca è stata salvata in {{- notePathTitle}}", + "actions_executed": "Le azioni sono state eseguite.", + "view_options": "Opzioni di visualizzazione:" + }, + "modal": { + "close": "Chiudi", + "help_title": "Visualizza maggiori informazioni su questa schermata" + }, + "board_view": { + "insert-below": "Inserisci sotto", + "delete-column": "Elimina la colonna", + "delete-column-confirmation": "Sei sicuro di vole eliminare questa colonna? Il corrispondente attributo sarà eliminato anche nelle note sotto questa colonna.", + "delete-note": "Elimina nota...", + "remove-from-board": "Rimuovi dalla bacheca", + "archive-note": "Nota d'archivio", + "unarchive-note": "Decomprimi nota", + "move-to": "Spostarsi a", + "insert-above": "Inserisci sopra", + "new-item": "Nuovo articolo", + "new-item-placeholder": "Inserisci il titolo della nota...", + "add-column": "Aggiungi colonna", + "add-column-placeholder": "Inserisci il nome della colonna...", + "edit-note-title": "Fare clic per modificare il titolo della nota", + "edit-column-title": "Fare clic per modificare il titolo della colonna", + "column-already-exists": "Questa colonna esiste già nella bacheca." + }, + "backup": { + "enable_weekly_backup": "Abilita le archiviazioni settimanali", + "enable_monthly_backup": "Abilita le archiviazioni mensili", + "backup_recommendation": "Si raccomanda di mantenere attive le archiviazioni, sebbene ciò possa rendere l'avvio dell'applicazione lento con database grandi e/o dispositivi di archiviazione lenti.", + "backup_now": "Archivia adesso", + "backup_database_now": "Archivia il database adesso", + "existing_backups": "Backup esistenti", + "date-and-time": "Data e ora", + "path": "Percorso", + "database_backed_up_to": "Il database è stato archiviato in {{backupFilePath}}", + "enable_daily_backup": "Abilita i backup giornalieri", + "no_backup_yet": "Ancora nessuna archiviazione", + "automatic_backup": "Backup Automatico", + "automatic_backup_description": "Trilium può eseguire automaticamente il backup del database:" + }, + "backend_log": { + "refresh": "Aggiorna" + }, + "consistency_checks": { + "find_and_fix_button": "Trova e correggi i problemi di coerenza", + "finding_and_fixing_message": "In cerca e correzione dei problemi di coerenza...", + "issues_fixed_message": "Qualsiasi problema di coerenza che possa essere stato trovato ora è corretto.", + "title": "Controlli di coerenza" + }, + "database_integrity_check": { + "check_button": "Controllo dell'integrità del database", + "checking_integrity": "Controllo dell'integrità del database in corso...", + "title": "Controllo di Integrità del database", + "description": "Controllerà che il database non sia corrotto a livello SQLite. Può durare un po' di tempo, a seconda della grandezza del DB.", + "integrity_check_failed": "Controllo di integrità fallito: {{results}}", + "integrity_check_succeeded": "Controllo di integrità riuscito: nessun problema riscontrato." + }, + "sync": { + "title": "Sincronizza", + "force_full_sync_button": "Forza una sincronizzazione completa", + "failed": "Sincronizzazione fallita: {{message}}", + "fill_entity_changes_button": "Compila i record delle modifiche dell'entità", + "full_sync_triggered": "Sincronizzazione completa attivata", + "filling_entity_changes": "Il riempimento delle righe modifica l'entità...", + "sync_rows_filled_successfully": "Sincronizzazione righe compilate correttamente", + "finished-successfully": "Sincronizzazione completata con successo." + }, + "sync_2": { + "config_title": "Configurazione per la Sincronizzazione", + "proxy_label": "Server Proxy per la sincronizzazione (opzionale)", + "test_title": "Test di sincronizzazione", + "timeout": "Timeout per la sincronizzazione", + "timeout_unit": "millisecondi", + "save": "Salva", + "help": "Aiuto", + "server_address": "Indirizzo dell'istanza del server", + "note": "Nota", + "note_description": "Se si lascia vuota l'impostazione del proxy, verrà utilizzato il proxy di sistema (valido solo per le build desktop/electron).", + "special_value_description": "Un altro valore speciale è noproxy che forza l'ignoramento anche del proxy di sistema e rispetta NODE_TLS_REJECT_UNAUTHORIZED.", + "test_description": "Questo testerà la connessione e l'handshake con il server di sincronizzazione. Se il server di sincronizzazione non è inizializzato, questo lo imposterà per la sincronizzazione con il documento locale.", + "test_button": "Test di sincronizzazione", + "handshake_failed": "Handshake del server di sincronizzazione non riuscito, errore: {{message}}" + }, + "search_engine": { + "save_button": "Salva", + "title": "Motore di ricerca", + "custom_search_engine_info": "Il motore di ricerca personalizzato richiede l'impostazione sia di un nome che di un URL. Se uno di questi non viene impostato, DuckDuckGo verrà utilizzato come motore di ricerca predefinito.", + "predefined_templates_label": "Modelli predefiniti per motori di ricerca", + "bing": "Bing", + "baidu": "Baidu", + "duckduckgo": "DuckDuckGo", + "google": "Google", + "custom_name_label": "Nome del motore di ricerca personalizzato", + "custom_name_placeholder": "Personalizza il nome del motore di ricerca", + "custom_url_label": "L'URL del motore di ricerca personalizzato deve includere {keyword} come segnaposto per il termine di ricerca.", + "custom_url_placeholder": "Personalizza l'URL del motore di ricerca" + }, + "sql_table_schemas": { + "tables": "Tabelle" + }, + "tab_row": { + "close_tab": "Chiudi la scheda", + "add_new_tab": "Aggiungi una nuova scheda", + "close": "Chiudi", + "close_other_tabs": "Chiudi le altre schede", + "close_right_tabs": "Chiudi le schede a destra", + "close_all_tabs": "Chiudi tutte le schede", + "reopen_last_tab": "Riapri l'ultima scheda chiusa", + "move_tab_to_new_window": "Sposta questa scheda in una nuova finestra", + "copy_tab_to_new_window": "Copia questa scheda in una nuova finestra", + "new_tab": "Nuova scheda" + }, + "toc": { + "table_of_contents": "Sommario", + "options": "Opzioni", + "no_headings": "Nessun titolo." + }, + "table_of_contents": { + "title": "Sommario", + "description": "L'indice apparirà nelle note di testo quando la nota contiene più di un numero definito di titoli. È possibile personalizzare questo numero:", + "unit": "titoli", + "disable_info": "È anche possibile utilizzare questa opzione per disattivare efficacemente l'indice impostando un numero molto alto.", + "shortcut_info": "È possibile configurare una scorciatoia da tastiera per alternare rapidamente il riquadro destro (incluso il sommario) in Opzioni -> Scorciatoie (nome 'toggleRightPane')." + }, + "tray": { + "title": "Vassoio di Sistema", + "enable_tray": "Abilita il vassoio (Trilium necessita di essere riavviato affinché la modifica abbia effetto)" + }, + "heading_style": { + "title": "Stile dell'Intestazione", + "plain": "Semplice", + "underline": "Sottolineato", + "markdown": "Stile Markdown" + }, + "highlights_list": { + "title": "Elenco dei punti salienti", + "description": "È possibile personalizzare l'elenco delle evidenziazioni visualizzato nel pannello di destra:", + "bold": "Testo in grassetto", + "italic": "Testo in corsivo", + "underline": "Testo sottolineato", + "color": "Testo colorato", + "bg_color": "Testo con colore di sfondo", + "visibility_title": "Visibilità dell'elenco dei punti salienti", + "visibility_description": "È possibile nascondere il widget delle evidenziazioni per nota aggiungendo un'etichetta #hideHighlightWidget.", + "shortcut_info": "È possibile configurare una scorciatoia da tastiera per alternare rapidamente il riquadro destro (inclusi i punti salienti) in Opzioni -> Scorciatoie (nome 'toggleRightPane')." + }, + "highlights_list_2": { + "title": "Punti salienti", + "options": "Opzioni", + "title_with_count_one": "{{count}} evidenza", + "title_with_count_many": "{{count}} evidenze", + "title_with_count_other": "{{count}} evidenze", + "modal_title": "Configura elenco dei punti salienti", + "menu_configure": "Configura elenco dei punti salienti...", + "no_highlights": "Nessun punto saliente trovato." + }, + "quick-search": { + "placeholder": "Ricerca rapida", + "searching": "Ricerca in corso...", + "no-results": "Nessun risultato trovato", + "more-results": "... e altri {{number}} risultati.", + "show-in-full-search": "Mostra nella ricerca completa" + }, + "help": { + "goUpDown": "su/giù nella lista delle note", + "collapseExpand": "collassa/espande il nodo", + "notSet": "non impostato", + "goBackForwards": "indietro/avanti nella cronologia", + "showJumpToNoteDialog": "mostra finestra di dialogo “Vai a”", + "title": "Scheda riassuntiva", + "noteNavigation": "Nota navigazione", + "scrollToActiveNote": "scorri fino alla nota attiva", + "jumpToParentNote": "vai alla nota principale", + "collapseWholeTree": "comprimi l'intero albero delle note", + "collapseSubTree": "comprimi sottoalbero", + "tabShortcuts": "Scorciatoie delle schede", + "newTabNoteLink": "Il link alla nota apre la nota in una nuova scheda", + "newTabWithActivationNoteLink": "Il link alla nota si apre e attiva la nota in una nuova scheda", + "onlyInDesktop": "Solo nella versione desktop (Electron build)", + "openEmptyTab": "apri scheda vuota", + "closeActiveTab": "chiudi scheda attiva", + "activateNextTab": "attiva la scheda successiva", + "activatePreviousTab": "attiva la scheda precedente", + "creatingNotes": "Creazione di note", + "createNoteAfter": "crea una nuova nota dopo quella attiva", + "createNoteInto": "crea una nuova sotto-nota nella nota attiva", + "editBranchPrefix": "modifica prefisso del clone della nota attiva", + "movingCloningNotes": "Spostamento / clonazione delle note", + "moveNoteUpDown": "spostare la nota verso l'alto/verso il basso nell'elenco delle note", + "moveNoteUpHierarchy": "spostare la nota verso l'alto nella gerarchia", + "multiSelectNote": "nota multi-selezione sopra/sotto", + "selectAllNotes": "seleziona tutte le note del livello corrente", + "selectNote": "seleziona nota", + "copyNotes": "copia la nota attiva (o la selezione corrente) negli appunti (utilizzata per la clonazione)", + "cutNotes": "taglia la nota corrente (o la selezione corrente) negli appunti (utilizzato per spostare le note)", + "pasteNotes": "Incolla le note come sotto-note nella nota attiva (che viene spostata o clonata a seconda che sia stata copiata o tagliata negli appunti)", + "deleteNotes": "eliminazione nota / sottoalbero", + "editingNotes": "Modifica delle note", + "editNoteTitle": "nel riquadro ad albero passa dal riquadro ad albero al titolo della nota. Premendo Invio dal titolo della nota, il focus passerà all'editor di testo. Ctrl+. riporterà il focus dall'editor al riquadro ad albero.", + "createEditLink": "crea / modifica collegamento esterno", + "createInternalLink": "creare un collegamento interno", + "followLink": "segui il link sotto il cursore", + "insertDateTime": "inserisci la data e l'ora correnti nella posizione del cursore", + "jumpToTreePane": "passa al riquadro dell'albero e scorri fino alla nota attiva", + "markdownAutoformat": "Formattazione automatica simile a Markdown", + "headings": "##, ###, #### ecc. seguiti da uno spazio per i titoli", + "bulletList": "* o - seguito da uno spazio per un elenco puntato", + "numberedList": "1. o 1) seguito da uno spazio per un elenco numerato", + "blockQuote": "inizia una riga con > seguito da uno spazio per il blocco di citazione", + "troubleshooting": "Risoluzione dei problemi", + "reloadFrontend": "ricarica il frontend Trilium", + "showDevTools": "mostra strumenti di sviluppo", + "showSQLConsole": "mostra console SQL", + "other": "Altro", + "quickSearch": "concentrati sull'input della ricerca rapida", + "inPageSearch": "ricerca all'interno della pagina", + "editShortcuts": "Modifica scorciatoie da tastiera" + }, + "i18n": { + "saturday": "Sabato", + "sunday": "Domenica", + "first-week-of-the-year": "Prima settimana dell'anno", + "first-week-contains-first-day": "La prima settimana contiene il primo giorno dell'anno", + "first-week-contains-first-thursday": "La prima settimana contiene il primo giovedì dell'anno", + "first-week-has-minimum-days": "La prima settimana ha giorni ridotti", + "min-days-in-first-week": "Giorni minimi nella prima settimana", + "first-week-info": "La prima settimana che contiene il primo giovedì dell'anno si basa su ISO 8601 standard.", + "first-week-warning": "La modifica delle opzioni della prima settimana può causare duplicati con le note settimanali esistenti e queste ultime non verranno aggiornate di conseguenza.", + "formatting-locale": "Formato data e numero", + "formatting-locale-auto": "In base alla lingua dell'applicazione", + "title": "Localizzazione", + "language": "Lingua", + "first-day-of-the-week": "Primo giorno della settimana", + "monday": "Lunedi", + "tuesday": "Martedì", + "wednesday": "Mercoledì", + "thursday": "Giovedì", + "friday": "Venerdì" + }, + "import": { + "importIntoNote": "Importa nella nota", + "chooseImportFile": "Scegli file di importazione", + "importDescription": "Il contenuto dei file selezionati verranno importati come note secondarie in", + "options": "Opzioni", + "safeImportTooltip": "I file di esportazione Trilium .zip possono contenere script eseguibili che potrebbero avere comportamenti dannosi. L'importazione sicura disattiverà l'esecuzione automatica di tutti gli script importati. Deseleziona “Importazione sicura” solo se l'archivio importato dovrebbe contenere script eseguibili e ti fidi completamente del contenuto del file di importazione.", + "safeImport": "Importazione sicura", + "explodeArchivesTooltip": "Se questa opzione è selezionata, Trilium leggerà i file .zip, .enex e .opml e creerà delle note dai file contenuti in tali archivi. Se l'opzione non è selezionata, Trilium allegherà gli archivi stessi alla nota.", + "shrinkImages": "Riduci immagini", + "explodeArchives": "Leggi il contenuto degli archivi .zip, .enex e .opml .", + "html_import_tags": { + "title": "Tag di importazione HTML", + "description": "Configura quali tag HTML devono essere mantenuti durante l'importazione delle note. I tag che non sono presenti in questo elenco verranno rimossi durante l'importazione. Alcuni tag (come 'script') vengono sempre rimossi per motivi di sicurezza.", + "placeholder": "Inserisci i tag HTML, uno per riga", + "reset_button": "Ripristina elenco predefinito" + }, + "import-status": "Stato importazione", + "in-progress": "Importazione in corso: {{progress}}", + "successful": "Importazione completata con successo.", + "shrinkImagesTooltip": "

Se selezioni questa opzione, Trilium tenterà di ridurre le immagini importate tramite ridimensionamento e ottimizzazione, il che potrebbe influire sulla qualità percepita dell’immagine. Se non selezionata, le immagini verranno importate senza modifiche.

Questo non si applica alle importazioni .zip con metadati, poiché si presume che questi file siano già ottimizzati.

", + "textImportedAsText": "Importa HTML, Markdown e TXT come note di testo se non è chiaro dai metadati", + "codeImportedAsCode": "Importa i file di codice riconosciuti (ad esempio .json) come note di codice se non è chiaro dai metadati", + "replaceUnderscoresWithSpaces": "Sostituisci i trattini bassi con spazi nei nomi delle note importate", + "import": "Importa", + "failed": "Importazione fallita: {{message}}.", + "importZipRecommendation": "Quando si importa un file ZIP, la gerarchia delle note rifletterà la struttura delle sottodirectory all'interno dell'archivio." + }, + "include_note": { + "dialog_title": "Includi nota", + "label_note": "Note", + "placeholder_search": "cerca una nota per nome", + "box_size_prompt": "Dimensione della casella della nota inclusa:", + "box_size_small": "piccola (~ 10 righe)", + "box_size_medium": "media (~ 30 righe)", + "box_size_full": "completa (la casella mostra il testo completo)", + "button_include": "Includi nota" + }, + "jump_to_note": { + "search_placeholder": "Cerca una nota per nome oppure digita > per i comandi...", + "search_button": "Cerca nel testo completo" + }, + "markdown_import": { + "dialog_title": "Importazione Markdown", + "modal_body_text": "A causa del sandbox del browser non è possibile leggere direttamente gli appunti tramite JavaScript. Incolla il Markdown da importare nell'area di testo sottostante e clicca sul pulsante Importa", + "import_button": "Importa", + "import_success": "Il contenuto Markdown è stato importato nel documento." + }, + "move_to": { + "target_parent_note": "Nota principale di destinazione", + "dialog_title": "Sposta note in ...", + "notes_to_move": "Note da spostare", + "search_placeholder": "cerca una nota per nome", + "move_button": "Sposta nella nota selezionata", + "error_no_path": "Nessun percorso in cui spostarsi.", + "move_success_message": "Le note selezionate sono state spostate in " + }, + "note_type_chooser": { + "change_path_prompt": "Cambia dove creare la nuova nota:", + "search_placeholder": "cerca percorso per nome (predefinito se vuoto)", + "modal_title": "Scegli il tipo di nota", + "modal_body": "Scegli il tipo / modello della nuova nota:", + "templates": "Modelli", + "builtin_templates": "Modelli incorporati" + }, + "prompt": { + "title": "Richiesta", + "ok": "OK", + "defaultTitle": "Richiesta" + }, + "recent_changes": { + "title": "Modifiche recenti", + "erase_notes_button": "Cancella ora le note eliminate", + "deleted_notes_message": "Le note eliminate sono state cancellate.", + "no_changes_message": "Nessuna modifica ancora...", + "undelete_link": "ripristinare", + "confirm_undelete": "Vuoi ripristinare questa nota e le sue sotto-note?" + }, + "revisions": { + "note_revisions": "Note Revisioni", + "delete_all_revisions": "Elimina tutte le revisioni di questa nota", + "delete_all_button": "Elimina tutte le revisioni", + "help_title": "Aiuto sulle revisioni delle note", + "confirm_delete_all": "Vuoi eliminare tutte le revisioni di questa nota?", + "no_revisions": "Ancora nessuna revisione per questa nota...", + "restore_button": "Ripristina", + "diff_on": "Mostra differenze", + "diff_off": "Mostra contenuto", + "diff_on_hint": "Clicca per mostrare la fonte della nota diff", + "diff_off_hint": "Clicca per visualizzare il contenuto della nota", + "diff_not_available": "Diff non è disponibile.", + "confirm_restore": "Vuoi ripristinare questa revisione? Questo sovrascriverà il titolo e il contenuto attuali della nota con questa revisione.", + "delete_button": "Elimina", + "confirm_delete": "Vuoi eliminare questa revisione?", + "revisions_deleted": "Le revisioni delle note sono state eliminate.", + "revision_restored": "La revisione della nota è stata ripristinata.", + "revision_deleted": "La revisione della nota è stata eliminata.", + "snapshot_interval": "Nota Intervallo di revisione istantanea: {{seconds}}.", + "maximum_revisions": "Nota Limite istantaneo di revisione: {{number}}.", + "settings": "Nota Impostazioni di revisione", + "download_button": "Scarica", + "mime": "MIME: ", + "file_size": "Dimensione del file:", + "preview_not_available": "L'anteprima non è disponibile per questo tipo di nota." + }, + "sort_child_notes": { + "sort_children_by": "Ordina i bambini per...", + "sorting_criteria": "Criteri di ordinamento", + "title": "titolo", + "date_created": "data di creazione", + "date_modified": "data di modifica", + "sorting_direction": "Direzione", + "ascending": "ascendente", + "descending": "discendente", + "folders": "Cartelle", + "sort_folders_at_top": "ordina le cartelle in alto", + "natural_sort": "Ordinamento naturale", + "sort_with_respect_to_different_character_sorting": "ordinare in base alle diverse regole di ordinamento e collazione dei caratteri nelle diverse lingue o regioni.", + "natural_sort_language": "Linguaggio di ordinamento naturale", + "the_language_code_for_natural_sort": "Il codice lingua per l'ordinamento naturale, ad esempio \"zh-CN\" per il cinese.", + "sort": "Ordina" + }, + "upload_attachments": { + "upload_attachments_to_note": "Carica allegati alla nota", + "choose_files": "Scegli i file", + "files_will_be_uploaded": "I file saranno caricati come allegati in {{noteTitle}}", + "options": "Opzioni", + "shrink_images": "Riduci immagini", + "upload": "Carica", + "tooltip": "Se selezioni questa opzione, Trilium tenterà di ridurre le immagini caricate tramite ridimensionamento e ottimizzazione, il che potrebbe influire sulla qualità percepita delle immagini. Se non selezionata, le immagini verranno caricate senza modifiche." + }, + "attribute_detail": { + "attr_detail_title": "Titolo dettagli attributo", + "close_button_title": "Annulla modifiche e chiudi", + "attr_is_owned_by": "L'attributo è di proprietà di", + "attr_name_title": "Il nome dell'attributo può essere composto solo da caratteri alfanumerici, due punti e trattino basso", + "name": "Nome", + "app_theme_base": "impostare su \"next\", \"next-light\" o \"next-dark\" per utilizzare il tema TriliumNext corrispondente (automatico, chiaro o scuro) come base per un tema personalizzato, invece di quello precedente.", + "css_class": "Il valore di questa etichetta viene quindi aggiunto come classe CSS al nodo che rappresenta una determinata nota nell'albero. Ciò può essere utile per la personalizzazione avanzata dei temi. Può essere utilizzato nelle note dei modelli.", + "icon_class": "Il valore di questa etichetta viene aggiunto come classe CSS all'icona sull'albero, il che può aiutare a distinguere visivamente le note nell'albero. Un esempio potrebbe essere bx bx-home - le icone sono prese da boxicons. Può essere utilizzato nelle note del modello.", + "page_size": "numero di elementi per pagina nell'elenco delle note", + "custom_request_handler": "vedi Gestore richieste personalizzato", + "custom_resource_provider": "vedi Gestore richieste personalizzato", + "widget": "contrassegna questa nota come widget personalizzato che verrà aggiunto all'albero dei componenti Trilium", + "workspace": "contrassegna questa nota come area di lavoro che consente un facile ancoraggio", + "workspace_icon_class": "definisce la classe CSS dell'icona della casella che verrà utilizzata nella scheda quando viene sollevata su questa nota", + "workspace_tab_background_color": "Colore CSS utilizzato nella scheda delle note quando viene sollevato su questa nota", + "workspace_calendar_root": "Definisce la radice del calendario per ogni area di lavoro", + "workspace_template": "Questa nota apparirà nella selezione dei modelli disponibili quando si crea una nuova nota, ma solo se inserita in un'area di lavoro che contiene questo modello", + "search_home": "verranno create nuove note di ricerca come sottovoci di questa nota", + "value": "Valore", + "target_note_title": "La relazione è una connessione denominata tra la nota di origine e la nota di destinazione.", + "target_note": "Nota obiettivo", + "promoted_title": "L'attributo promosso viene visualizzato in modo ben visibile sulla nota.", + "promoted": "Promosso", + "promoted_alias_title": "Il nome da visualizzare nell'interfaccia utente degli attributi promossi.", + "promoted_alias": "Alias", + "multiplicity_title": "La molteplicità definisce quanti attributi con lo stesso nome possono essere creati: al massimo 1 o più di 1.", + "multiplicity": "Molteplicità", + "single_value": "Valore singolo", + "multi_value": "Valore multiplo", + "label_type_title": "Il tipo di etichetta aiuterà Trilium a scegliere l'interfaccia adatta per inserire il valore dell'etichetta.", + "label_type": "Tipo", + "text": "Testo", + "number": "Numero", + "boolean": "Booleano", + "date": "Data", + "date_time": "Data e Ora", + "time": "Ora", + "url": "URL", + "precision_title": "Quante cifre dopo la virgola mobile dovrebbero essere disponibili nell'interfaccia di impostazione del valore.", + "precision": "Precisione", + "digits": "cifre", + "inverse_relation_title": "Impostazione facoltativa per definire a quale relazione è opposta questa. Esempio: padre e figlio sono relazioni inverse l'una rispetto all'altra.", + "inheritable": "Ereditabile", + "inverse_relation": "Relazione inversa", + "inheritable_title": "L'attributo ereditario verrà ereditato da tutti i discendenti sotto questo albero.", + "save_and_close": "Salva e chiudi Ctrl+Enter", + "delete": "Eliminazione", + "related_notes_title": "Altre note con questa etichetta", + "more_notes": "Altre note", + "label": "Dettagli etichetta", + "label_definition": "Dettagli definizione etichetta", + "relation": "Dettagli relazione", + "relation_definition": "Dettagli definizione relazione", + "disable_versioning": "disabilita il versioning automatico. Utile ad esempio per note di grandi dimensioni ma non importanti, come le grandi librerie JS utilizzate per lo scripting", + "calendar_root": "segna le note che devono essere utilizzate come note principali per le note giornaliere. Solo una deve essere contrassegnata come tale.", + "archived": "Le note con questa etichetta non saranno visibili per impostazione predefinita nei risultati di ricerca (anche nelle finestre di dialogo Vai a, Aggiungi collegamento ecc.).", + "run_on_instance": "Definire su quale istanza di Trilium eseguire questa operazione. L'impostazione predefinita è tutte le istanze.", + "exclude_from_export": "le note (con la loro sottostruttura) non saranno incluse in nessuna esportazione di note", + "run": "definisce su quali eventi deve essere eseguito lo script. I valori possibili sono:\n
    \n
  • frontendStartup - quando il frontend Trilium viene avviato (o aggiornato), ma non su dispositivi mobili.
  • \n
  • mobileStartup - quando il frontend Trilium viene avviato (o aggiornato) su dispositivi mobili.
  • \n
  • backendStartup - quando viene avviato il backend Trilium
  • \n
  • hourly - eseguire una volta all'ora. È possibile utilizzare l'etichetta aggiuntiva runAtHour per specificare a che ora.
  • \n
  • daily - eseguire una volta al giorno
  • \n
", + "run_at_hour": "A che ora deve essere eseguito. Deve essere utilizzato insieme a #run=hourly. Può essere definito più volte per più esecuzioni durante il giorno.", + "disable_inclusion": "gli script con questa etichetta non saranno inclusi nell'esecuzione dello script principale.", + "sorted": "mantiene le note figlie ordinate alfabeticamente per titolo", + "sort_direction": "ASC (impostazione predefinita) o DESC", + "sort_folders_first": "Le cartelle (note con figlie) devono essere ordinate in cima", + "top": "mantieni la nota in cima al suo genitore (si applica solo ai genitori ordinati)", + "hide_promoted_attributes": "Nascondi gli attributi promossi in questa nota", + "read_only": "L'editor è in modalità di sola lettura. Funziona solo per note di testo e codice.", + "auto_read_only_disabled": "Le note di testo/codice possono essere impostate automaticamente in modalità di lettura quando sono troppo grandi. È possibile disabilitare questo comportamento per ogni singola nota aggiungendo questa etichetta alla nota", + "app_css": "contrassegna le note CSS che vengono caricate nell'applicazione Trilium e possono quindi essere utilizzate per modificare l'aspetto di Trilium.", + "app_theme": "contrassegna le note CSS che sono temi Trilium completi e sono quindi disponibili nelle opzioni Trilium.", + "workspace_search_home": "nuove note di ricerca verranno create come figlie di questa nota quando sollevate a qualche antenato di questa nota dell'area di lavoro", + "inbox": "Posizione predefinita della casella di posta in arrivo per le nuove note: quando crei una nota utilizzando il pulsante \"Nuova nota\" nella barra laterale, le note verranno create come note secondarie nella nota contrassegnata con l'etichetta #inbox.", + "workspace_inbox": "posizione predefinita della casella di posta in arrivo per le nuove note quando vengono trasferite a un antenato di questa nota dell'area di lavoro", + "sql_console_home": "posizione predefinita delle note della console SQL", + "bookmark_folder": "le note con questa etichetta appariranno nei segnalibri come cartelle (consentendo l'accesso ai loro elementi secondari)", + "share_hidden_from_tree": "questa nota è nascosta dall'albero di navigazione a sinistra, ma è comunque accessibile tramite il suo URL", + "share_external_link": "La nota fungerà da collegamento a un sito web esterno nell'albero di condivisione", + "share_alias": "definisci un alias con cui la nota sarà disponibile all'indirizzo https://your_trilium_host/share/[your_alias]", + "share_omit_default_css": "Il CSS predefinito della pagina di condivisione verrà omesso. Utilizzarlo quando si apportano modifiche stilistiche significative.", + "keep_current_hoisting": "L'apertura di questo link non modificherà l'ancoraggio anche se la nota non è visualizzabile nell'attuale sottoalbero ancorato.", + "share_description": "definire il testo da aggiungere al meta tag HTML per la descrizione", + "share_raw": "La nota verrà visualizzata nel suo formato originale, senza wrapper HTML", + "share_disallow_robot_indexing": "impedirà l'indicizzazione robotica di questa nota tramite l'intestazione X-Robots-Tag: noindex", + "share_credentials": "richiedono credenziali per accedere a questa nota condivisa. Il valore deve essere nel formato 'username:password'. Non dimenticare di renderlo ereditabile affinché si applichi alle note/immagini secondarie.", + "share_index": "La nota con questa etichetta elencherà tutte le radici delle note condivise", + "display_relations": "nomi delle relazioni delimitati da virgola che devono essere visualizzati. Tutti gli altri saranno nascosti.", + "hide_relations": "nomi delle relazioni delimitati da virgola che devono essere nascosti. Tutti gli altri saranno visualizzati.", + "title_template": "titolo predefinito delle note create come figlie di questa nota. Il valore viene valutato come stringa JavaScript. \n e quindi può essere arricchito con contenuti dinamici tramite le variabili now e parentNote inserite. Esempi:\n \n
    \n
  • ${parentNote.getLabelValue('authorName')}'s opere letterarie
  • \n
  • Log per ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n Per ulteriori dettagli, consultare wiki con i dettagli, la documentazione API per parentNote e now.", + "template": "Questa nota apparirà nella selezione dei modelli disponibili durante la creazione di una nuova nota", + "toc": "#toc o #toc=show forzeranno la visualizzazione del sommario, mentre #toc=hide ne forzerà la non visualizzazione. Se l'etichetta non esiste, verrà applicata l'impostazione globale", + "color": "definisce il colore della nota nell'albero delle note, nei link ecc. Utilizza qualsiasi valore di colore CSS valido come \"red\" o #a13d5f", + "keyboard_shortcut": "Definisce una scorciatoia da tastiera che consentirà di passare immediatamente a questa nota. Esempio: \"ctrl+alt+e\". Per rendere effettiva la modifica è necessario ricaricare il frontend.", + "execute_button": "Titolo del pulsante che eseguirà il codice della nota corrente", + "execute_description": "Descrizione più dettagliata della nota di codice corrente visualizzata insieme al pulsante di esecuzione", + "exclude_from_note_map": "Le note con questa etichetta saranno nascoste dalla mappa delle note", + "new_notes_on_top": "Le nuove note verranno create nella parte superiore della nota principale, non nella parte inferiore.", + "hide_highlight_widget": "Nascondi widget Elenco evidenziazioni", + "run_on_note_creation": "Viene eseguito quando viene creata una nota sul backend. Utilizza questa relazione se desideri eseguire lo script per tutte le note create in una sottostruttura specifica. In tal caso, crealo sulla nota radice della sottostruttura e rendilo ereditabile. Una nuova nota creata all'interno della sottostruttura (a qualsiasi profondità) attiverà lo script.", + "run_on_child_note_creation": "viene eseguito quando viene creata una nuova nota sotto la nota in cui è definita questa relazione", + "run_on_note_title_change": "viene eseguito quando viene modificato il titolo della nota (include anche la creazione della nota)", + "run_on_note_content_change": "Viene eseguito quando il contenuto della nota viene modificato (compresa la creazione della nota).", + "run_on_note_change": "Viene eseguito quando la nota viene modificata (compresa la creazione della nota). Non include le modifiche al contenuto", + "run_on_note_deletion": "viene eseguito quando la nota viene eliminata", + "run_on_branch_creation": "Viene eseguito quando viene creato un ramo. Il ramo è un collegamento tra la nota principale e la nota secondaria e viene creato, ad esempio, quando si clona o si sposta una nota.", + "run_on_branch_change": "viene eseguito quando un ramo viene aggiornato.", + "run_on_branch_deletion": "Viene eseguito quando viene eliminato un ramo. Il ramo è un collegamento tra una nota padre e una nota figlio e viene eliminato, ad esempio, quando si sposta una nota (il vecchio ramo/collegamento viene eliminato).", + "run_on_attribute_creation": "viene eseguito quando viene creato un nuovo attributo per la nota che definisce questa relazione", + "run_on_attribute_change": " viene eseguito quando viene modificato l'attributo di una nota che definisce questa relazione. Viene attivato anche quando l'attributo viene eliminato", + "relation_template": "Gli attributi della nota saranno ereditati anche senza una relazione padre-figlio, mentre il contenuto e la sottostruttura della nota saranno aggiunti alle note dell'istanza se vuote. Per ulteriori dettagli, consultare la documentazione.", + "inherit": "Gli attributi della nota saranno ereditati anche senza una relazione padre-figlio. Vedi relazione modello per un concetto simile. Vedi eredità degli attributi nella documentazione.", + "render_note": "le note di tipo \"renderizza nota HTML\" saranno renderizzate utilizzando una nota codice (HTML o script) ed è necessario indicare utilizzando questa relazione quale nota deve essere renderizzata", + "widget_relation": "L'obiettivo di questa relazione verrà eseguito e visualizzato come widget nella barra laterale", + "share_css": "Nota CSS che verrà inserita nella pagina condivisa. Anche la nota CSS deve trovarsi nella sottostruttura condivisa. Valuta anche l'utilizzo di 'share_hidden_from_tree' e 'share_omit_default_css'.", + "share_js": "Nota JavaScript che verrà inserita nella pagina di condivisione. Anche la nota JS deve trovarsi nella sottostruttura condivisa. Valuta l'utilizzo di 'share_hidden_from_tree'.", + "share_template": "Nota JavaScript incorporata che verrà utilizzata come modello per la visualizzazione della nota condivisa. Se non disponibile, verrà utilizzato il modello predefinito. Si consiglia di utilizzare 'share_hidden_from_tree'.", + "share_favicon": "Nota Favicon da impostare nella pagina condivisa. In genere è preferibile impostarla su \"condivisione radice\" e renderla ereditabile. Anche la nota Favicon deve trovarsi nella sottostruttura condivisa. Valutare l'utilizzo di 'share_hidden_from_tree'.", + "is_owned_by_note": "è di proprietà di nota", + "other_notes_with_name": "Altre note con {{attributeType}} nome \"{{attributeName}}\"", + "and_more": "... e altri {{count}}.", + "print_landscape": "Quando si esporta in PDF, cambia l'orientamento della pagina da verticale a orizzontale.", + "print_page_size": "Quando si esporta in PDF, modifica le dimensioni della pagina. Valori supportati: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", + "color_type": "Colore", + "share_root": "segna la nota che viene servita su /share root." + }, + "attribute_editor": { + "help_text_body1": "Per aggiungere un'etichetta, basta digitare ad esempio #rock oppure, se si desidera aggiungere anche un valore, ad esempio #year = 2020", + "help_text_body2": "Per la relazione, digita ~author = @, che dovrebbe far apparire un completamento automatico in cui puoi cercare la nota desiderata.", + "help_text_body3": "In alternativa, è possibile aggiungere etichette e relazioni utilizzando il pulsante + sul lato destro.", + "save_attributes": "Salva attributi ", + "add_a_new_attribute": "Aggiungi un nuovo attributo", + "add_new_label": "Aggiungi nuova etichetta ", + "add_new_relation": "Aggiungi nuova relazione ", + "add_new_relation_definition": "Aggiungi una nuova definizione di relazione", + "placeholder": "Digitare qui le etichette e le relazioni", + "add_new_label_definition": "Aggiungi nuova definizione di etichetta" + }, + "execute_script": { + "execute_script": "Esegui script", + "help_text": "È possibile eseguire semplici script sulle note abbinate.", + "example_1": "Ad esempio, per aggiungere una stringa al titolo di una nota, utilizzare questo piccolo script:", + "example_2": "Un esempio più complesso sarebbe l'eliminazione di tutti gli attributi delle note corrispondenti:" + }, + "rename_label": { + "rename_label": "Rinomina etichetta", + "rename_label_from": "Rinomina etichetta da", + "old_name_placeholder": "vecchio nome", + "to": "A", + "new_name_placeholder": "nuovo nome", + "name_title": "Sono consentiti caratteri alfanumerici, trattino basso e due punti." + }, + "delete_note": { + "delete_note": "Elimina nota", + "delete_matched_notes": "Elimina le note corrispondenti", + "delete_matched_notes_description": "In questo modo verranno eliminate le note corrispondenti.", + "undelete_notes_instruction": "Dopo l'eliminazione, è possibile ripristinarli dalla finestra di dialogo Modifiche recenti.", + "erase_notes_instruction": "Per cancellare definitivamente le note, dopo l'eliminazione puoi andare su Opzioni -> Altro e cliccare sul pulsante \"Cancella note eliminate ora\"." + }, + "delete_revisions": { + "delete_note_revisions": "Elimina le revisioni delle note", + "all_past_note_revisions": "Tutte le revisioni passate delle note corrispondenti verranno eliminate. La nota stessa verrà conservata integralmente. In altri termini, la cronologia della nota verrà rimossa." + }, + "move_note": { + "move_note": "Sposta nota", + "to": "A", + "target_parent_note": "nota del genitore di destinazione", + "on_all_matched_notes": "Su tutte le note abbinate", + "move_note_new_parent": "sposta la nota al nuovo genitore se la nota ha un solo genitore (ad esempio, il vecchio ramo viene rimosso e viene creato un nuovo ramo nel nuovo genitore)", + "clone_note_new_parent": "clona la nota sul nuovo genitore se la nota ha più cloni/rami (non è chiaro quale ramo debba essere rimosso)", + "nothing_will_happen": "non accadrà nulla se la nota non può essere spostata sulla nota di destinazione (cioè ciò creerebbe un ciclo ad albero)" + }, + "rename_note": { + "rename_note": "Rinomina nota", + "rename_note_title_to": "Rinomina il titolo della nota in", + "new_note_title": "nuovo titolo della nota", + "click_help_icon": "Fare clic sull'icona della guida a destra per vedere tutte le opzioni", + "evaluated_as_js_string": "Il valore specificato viene valutato come stringa JavaScript e può quindi essere arricchito con contenuto dinamico tramite la variabile note inserita (la nota viene rinominata). Esempi:", + "example_note": "Nota - tutte le note corrispondenti vengono rinominate in 'Nota'", + "example_new_title": "NEW: ${note.title} - i titoli delle note corrispondenti sono preceduti dal prefisso 'NEW:'", + "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - le note corrispondenti sono precedute dal mese e dalla data di creazione della nota", + "api_docs": "Per i dettagli, consultare la documentazione API per nota e le sue proprietà dateCreatedObj / utcDateCreatedObj." + }, + "add_relation": { + "add_relation": "Aggiungi relazione", + "relation_name": "nome della relazione", + "allowed_characters": "Sono consentiti caratteri alfanumerici, trattino basso e due punti.", + "to": "A", + "target_note": "nota di destinazione", + "create_relation_on_all_matched_notes": "Su tutte le note corrispondenti crea la relazione data." + }, + "delete_relation": { + "delete_relation": "Elimina relazione", + "relation_name": "nome della relazione", + "allowed_characters": "Sono consentiti caratteri alfanumerici, trattino basso e due punti." + }, + "rename_relation": { + "rename_relation": "Rinomina relazione", + "rename_relation_from": "Rinomina la relazione da", + "old_name": "vecchio nome", + "to": "A", + "new_name": "nuovo nome", + "allowed_characters": "Sono consentiti caratteri alfanumerici, trattino basso e due punti." + }, + "update_relation_target": { + "update_relation": "Aggiorna relazione", + "relation_name": "nome della relazione", + "allowed_characters": "Sono consentiti caratteri alfanumerici, trattino basso e due punti.", + "to": "A", + "target_note": "nota di destinazione", + "on_all_matched_notes": "Su tutte le note abbinate", + "change_target_note": "cambia la nota di destinazione della relazione esistente", + "update_relation_target": "Aggiorna la destinazione della relazione" + }, + "attachments_actions": { + "open_externally": "Aperto esternamente", + "open_externally_title": "Il file verrà aperto in un'applicazione esterna e monitorato per eventuali modifiche. Potrai quindi caricare la versione modificata su Trilium.", + "open_custom": "Apri personalizzato", + "open_custom_title": "Il file verrà aperto in un'applicazione esterna e monitorato per eventuali modifiche. Potrai quindi caricare la versione modificata su Trilium.", + "download": "Scaricamento", + "rename_attachment": "Rinomina allegato", + "upload_new_revision": "Carica nuova revisione", + "copy_link_to_clipboard": "Copia il collegamento negli appunti", + "convert_attachment_into_note": "Convertire l'allegato in nota", + "delete_attachment": "Elimina allegato", + "upload_success": "È stata caricata una nuova revisione dell'allegato.", + "upload_failed": "Caricamento di una nuova revisione dell'allegato non riuscito.", + "open_externally_detail_page": "L'apertura esterna dell'allegato è disponibile solo dalla pagina dei dettagli. Per prima cosa, fare clic sui dettagli dell'allegato e ripetere l'operazione.", + "open_custom_client_only": "L'apertura personalizzata degli allegati può essere effettuata solo dal client desktop.", + "delete_confirm": "Sei sicuro di voler eliminare l'allegato '{{title}}'?", + "delete_success": "L'allegato '{{title}}' è stato eliminato.", + "convert_confirm": "Sei sicuro di voler convertire l'allegato '{{title}}' in una nota separata?", + "convert_success": "L'allegato '{{title}}' è stato convertito in nota.", + "enter_new_name": "Inserisci il nome del nuovo allegato" + }, + "calendar": { + "mon": "Lun", + "tue": "Mar", + "wed": "Mer", + "thu": "Gio", + "fri": "Ven", + "sat": "Sab", + "sun": "Dom", + "cannot_find_day_note": "Impossibile trovare la nota del giorno", + "cannot_find_week_note": "Impossibile trovare la nota della settimana", + "january": "Gennaio", + "february": "Febbraio", + "march": "Marzo", + "april": "aprile", + "may": "Maggio", + "june": "Giugno", + "july": "Luglio", + "august": "agosto", + "september": "settembre", + "october": "ottobre", + "november": "novembre", + "december": "Dicembre", + "week": "Settimana", + "week_previous": "Settimana precedente", + "week_next": "La prossima settimana", + "month": "Mese", + "month_previous": "Mese precedente", + "month_next": "Il mese prossimo", + "year": "Anno", + "year_previous": "Anno precedente", + "year_next": "L'anno prossimo", + "list": "Lista", + "today": "Oggi" + }, + "close_pane_button": { + "close_this_pane": "Chiudi questo riquadro" + }, + "create_pane_button": { + "create_new_split": "Crea una nuova divisione" + }, + "show_toc_widget_button": { + "show_toc": "Mostra indice" + }, + "show_highlights_list_widget_button": { + "show_highlights_list": "Mostra elenco punti salienti" + }, + "global_menu": { + "menu": "Menu", + "options": "Opzioni", + "open_new_window": "Apri una nuova finestra", + "switch_to_mobile_version": "Passa alla versione mobile", + "switch_to_desktop_version": "Passa alla versione desktop", + "zoom": "Zoom", + "toggle_fullscreen": "Attiva schermo intero", + "zoom_out": "Rimpicciolisci", + "reset_zoom_level": "Ripristina livello di zoom", + "zoom_in": "Ingrandisci", + "configure_launchbar": "Configura Launchbar", + "show_shared_notes_subtree": "Mostra sottoalbero note condivise", + "advanced": "Avanzato", + "open_dev_tools": "Strumenti di sviluppo aperti", + "open_sql_console": "Apri la console SQL", + "open_sql_console_history": "Apri la cronologia della console SQL", + "open_search_history": "Apri cronologia ricerche", + "show_backend_log": "Mostra registro backend", + "reload_hint": "Ricarica può aiutare a risolvere alcuni problemi visivi senza dover riavviare l'intera app.", + "reload_frontend": "Ricarica Frontend", + "show_hidden_subtree": "Mostra sottoalbero nascosto", + "show_help": "Mostra aiuto", + "about": "Informazioni su Trilium Notes", + "logout": "Esci", + "show-cheatsheet": "Mostra il foglietto illustrativo", + "toggle-zen-mode": "Modalità Zen", + "new-version-available": "Nuovo aggiornamento disponibile", + "download-update": "Ottieni la versione {{latestVersion}}" + }, + "zen_mode": { + "button_exit": "Esci dalla modalità Zen" + }, + "sync_status": { + "unknown": "

Lo stato della sincronizzazione sarà noto una volta avviato il prossimo tentativo di sincronizzazione.

Fai clic per avviare la sincronizzazione ora.

", + "connected_with_changes": "

Connesso al server di sincronizzazione.
Ci sono ancora alcune modifiche in sospeso da sincronizzare.

Fai clic per avviare la sincronizzazione.

", + "connected_no_changes": "

Connesso al server di sincronizzazione.
Tutte le modifiche sono già state sincronizzate.

Fai clic per avviare la sincronizzazione.

", + "disconnected_with_changes": "

La connessione al server di sincronizzazione non è riuscita.
Ci sono alcune modifiche in sospeso che devono ancora essere sincronizzate.

Fai clic per avviare la sincronizzazione.

", + "disconnected_no_changes": "

La connessione al server di sincronizzazione non è riuscita.
Tutte le modifiche note sono state sincronizzate.

Fai clic per avviare la sincronizzazione.

", + "in_progress": "La sincronizzazione con il server è in corso." + }, + "left_pane_toggle": { + "show_panel": "Mostra pannello", + "hide_panel": "Nascondi pannello" + }, + "move_pane_button": { + "move_left": "Spostati a sinistra", + "move_right": "Spostati a destra" + }, + "note_actions": { + "convert_into_attachment": "Convertire in allegato", + "re_render_note": "Nota di ri-renderizzazione", + "search_in_note": "Cerca nella nota", + "note_source": "Nota fonte", + "note_attachments": "Allegati di note", + "open_note_externally": "Apri nota esternamente", + "open_note_externally_title": "Il file verrà aperto in un'applicazione esterna e monitorato per eventuali modifiche. Potrai quindi caricare la versione modificata su Trilium.", + "open_note_custom": "Apri nota personalizzata", + "import_files": "Importa file", + "export_note": "Nota di esportazione", + "delete_note": "Elimina nota", + "print_note": "Stampa nota", + "save_revision": "Salva la revisione", + "convert_into_attachment_failed": "Conversione della nota '{{title}}' fallita.", + "convert_into_attachment_successful": "Nota '{{title}}' è stato convertito in allegato.", + "convert_into_attachment_prompt": "Sei sicuro di voler convertire la nota '{{title}}' in un allegato della nota padre?", + "print_pdf": "Esporta come PDF...", + "open_note_on_server": "Apri una nota sul server", + "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": { + "no_click_handler": "Il widget pulsante '{{componentId}}' non ha un gestore di clic definito" + }, + "protected_session_status": { + "active": "La sessione protetta è attiva. Clicca per uscire dalla sessione protetta.", + "inactive": "Clicca per entrare nella sessione protetta" + }, + "revisions_button": { + "note_revisions": "Revisioni delle note" + }, + "update_available": { + "update_available": "Aggiornamento disponibile" + }, + "note_launcher": { + "this_launcher_doesnt_define_target_note": "Questo launcher non definisce la nota di destinazione." + }, + "code_buttons": { + "execute_button_title": "Esegui script", + "trilium_api_docs_button_title": "Apri la documentazione API di Trilium", + "save_to_note_button_title": "Salva per annotare", + "opening_api_docs_message": "Apertura dei documenti API...", + "sql_console_saved_message": "La nota della console SQL è stata salvata in {{note_path}}" + }, + "copy_image_reference_button": { + "button_title": "Copia il riferimento all'immagine negli appunti, può essere incollato in una nota di testo." + }, + "hide_floating_buttons_button": { + "button_title": "Nascondi pulsanti" + }, + "show_floating_buttons_button": { + "button_title": "Mostra pulsanti" + }, + "svg_export_button": { + "button_title": "Esporta diagramma come SVG" + }, + "relation_map_buttons": { + "create_child_note_title": "Crea una nuova nota secondaria e aggiungila a questa mappa delle relazioni", + "reset_pan_zoom_title": "Ripristina panoramica e zoom alle coordinate e all'ingrandimento iniziali", + "zoom_in_title": "Ingrandisci", + "zoom_out_title": "Rimpicciolisci" + }, + "zpetne_odkazy": { + "relation": "relazione", + "backlink_one": "{{count}} Backlink", + "backlink_many": "{{count}} Backlinks", + "backlink_other": "{{count}} Backlinks" + }, + "mobile_detail_menu": { + "insert_child_note": "Inserisci nota secondaria", + "delete_this_note": "Elimina questa nota", + "note_revisions": "Revisioni delle note", + "error_cannot_get_branch_id": "Impossibile ottenere branchId per notePath '{{notePath}}'", + "error_unrecognized_command": "Comando non riconosciuto {{command}}" + }, + "note_icon": { + "change_note_icon": "Cambia icona nota", + "search": "Ricerca:", + "reset-default": "Ripristina l'icona predefinita", + "search_placeholder_one": "Cerca {{number}} icona in {{count}} pacchetto", + "search_placeholder_many": "Cerca {{number}} icone in {{count}} pacchetti", + "search_placeholder_other": "Cerca {{number}} icone in {{count}} pacchetti", + "search_placeholder_filtered": "Cerca {{number}} icone in {{name}}", + "filter": "Filtro", + "filter-none": "Tutte le icone", + "filter-default": "Icone predefinite", + "icon_tooltip": "{{name}}\nPacchetto icone: {{iconPack}}", + "no_results": "Nessuna icona trovata." + }, + "basic_properties": { + "note_type": "Tipo di nota", + "editable": "Modificabile", + "basic_properties": "Proprietà di base", + "language": "Lingua", + "configure_code_notes": "Configura le note del codice..." + }, + "book_properties": { + "view_type": "Tipo di visualizzazione", + "grid": "Griglia", + "list": "Lista", + "collapse_all_notes": "Comprimi tutte le note", + "collapse": "Crollo", + "expand": "Espandere", + "book_properties": "Proprietà della raccolta", + "invalid_view_type": "Tipo di visualizzazione non valido '{{type}}'", + "calendar": "Calendario", + "table": "Tavolo", + "geo-map": "Mappa geografica", + "board": "Asse", + "presentation": "Presentazione", + "include_archived_notes": "Mostra note archiviate", + "expand_tooltip": "Espande i figli diretti di questa raccolta (a un livello di profondità). Per ulteriori opzioni, premere la freccia a destra.", + "expand_first_level": "Espandi figli diretti", + "expand_nth_level": "Espandi {{depth}} livelli", + "expand_all_levels": "Espandi tutti i livelli", + "hide_child_notes": "Nascondi note secondarie nell'albero" + }, + "edited_notes": { + "no_edited_notes_found": "Nessuna nota modificata per questo giorno...", + "title": "Note modificate", + "deleted": "(eliminato)" + }, + "file_properties": { + "note_id": "ID nota", + "original_file_name": "Nome del file originale", + "file_type": "Tipo di file", + "file_size": "Dimensione del file", + "download": "Scaricamento", + "open": "Aprire esternamente", + "upload_new_revision": "Carica nuova revisione", + "upload_success": "È stata caricata una nuova revisione del file.", + "upload_failed": "Caricamento di una nuova revisione del file non riuscito.", + "title": "File" + }, + "image_properties": { + "original_file_name": "Nome del file originale", + "file_type": "Tipo di file", + "file_size": "Dimensione del file", + "download": "Scaricamento", + "open": "Aprire", + "copy_reference_to_clipboard": "Copia il riferimento negli appunti", + "upload_new_revision": "Carica nuova revisione", + "upload_success": "È stata caricata una nuova revisione dell'immagine.", + "upload_failed": "Caricamento di una nuova revisione dell'immagine non riuscito: {{message}}", + "title": "Immagine" + }, + "inherited_attribute_list": { + "title": "Attributi ereditati", + "no_inherited_attributes": "Nessun attributo ereditato.", + "none": "nessuno" + }, + "note_info_widget": { + "note_id": "ID nota", + "created": "Creato", + "modified": "Modificato", + "type": "Tipo", + "note_size": "Dimensione della nota", + "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", + "subtree_size": "(dimensione del sottoalbero: {{size}} in {{count}} note)", + "title": "Nota informativa", + "show_similar_notes": "Mostra note simili", + "mime": "Tipo MIME" + }, + "note_map": { + "open_full": "Espandi completamente", + "collapse": "Ritorna alle dimensioni normali", + "title": "Nota Mappa", + "fix-nodes": "Fissare i nodi", + "link-distance": "Distanza del collegamento" + }, + "note_paths": { + "title": "Percorsi delle note", + "clone_button": "Clona la nota nella nuova posizione...", + "intro_placed": "Questa nota è inserita nei seguenti percorsi:", + "intro_not_placed": "Questa nota non è ancora stata inserita nell'albero delle note.", + "outside_hoisted": "Questo percorso è al di fuori della nota sollevata e dovresti sganciarla.", + "archived": "Archiviato", + "search": "Ricerca" + }, + "note_properties": { + "this_note_was_originally_taken_from": "Questa nota è stata originariamente tratta da:", + "info": "Informazioni" + }, + "owned_attribute_list": { + "owned_attributes": "Attributi posseduti" + }, + "promoted_attributes": { + "promoted_attributes": "Attributi promossi", + "unset-field-placeholder": "non impostato", + "url_placeholder": "http://sito web...", + "open_external_link": "Apri collegamento esterno", + "unknown_label_type": "Tipo di etichetta sconosciuto '{{type}}'", + "unknown_attribute_type": "Tipo di attributo sconosciuto '{{type}}'", + "add_new_attribute": "Aggiungi nuovo attributo", + "remove_this_attribute": "Rimuovi questo attributo", + "remove_color": "Rimuovere l'etichetta colorata" + }, + "script_executor": { + "query": "Domanda", + "script": "Sceneggiatura", + "execute_query": "Esegui query", + "execute_script": "Esegui script" + }, + "similar_notes": { + "title": "Note simili", + "no_similar_notes_found": "Nessuna nota simile trovata." + }, + "fast_search": { + "fast_search": "Ricerca veloce", + "description": "L'opzione di ricerca rapida disattiva la ricerca del testo completo del contenuto delle note, il che potrebbe velocizzare la ricerca in database di grandi dimensioni." + }, + "include_archived_notes": { + "include_archived_notes": "Includi note archiviate" + }, + "limit": { + "limit": "Limite", + "take_first_x_results": "Prendi solo i primi X risultati specificati." + }, + "order_by": { + "order_by": "Ordina per", + "relevancy": "Rilevanza (predefinita)", + "title": "Titolo", + "date_created": "Data di creazione", + "date_modified": "Data dell'ultima modifica", + "content_size": "Nota la dimensione del contenuto", + "content_and_attachments_size": "Nota le dimensioni del contenuto, inclusi gli allegati", + "content_and_attachments_and_revisions_size": "Nota la dimensione del contenuto, inclusi allegati e revisioni", + "revision_count": "Numero di revisioni", + "children_count": "Numero di note sui bambini", + "parent_count": "Numero di cloni", + "owned_label_count": "Numero di etichette", + "owned_relation_count": "Numero di relazioni", + "target_relation_count": "Numero di relazioni che hanno come target la nota", + "random": "Ordine casuale", + "asc": "Crescente (predefinito)", + "desc": "Discendente" + }, + "search_script": { + "title": "Cerca script:", + "placeholder": "cerca la nota per nome", + "description1": "Lo script di ricerca consente di definire i risultati di ricerca eseguendo uno script. Ciò offre la massima flessibilità quando la ricerca standard non è sufficiente.", + "description2": "Lo script di ricerca deve essere di tipo \"codice\" e sottotipo \"backend JavaScript\". Lo script deve restituire un array di noteId o note.", + "example_title": "Guarda questo esempio:", + "example_code": "// 1. Prefiltraggio tramite ricerca standard\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. Applicazione di criteri di ricerca personalizzati\nconst matchedNotes = candidateNotes\n.filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", + "note": "Si noti che lo script di ricerca e la stringa di ricerca non possono essere combinati tra loro." + }, + "attachment_list": { + "open_help_page": "Apri la pagina di aiuto sugli allegati", + "owning_note": "Nota di proprietà: ", + "upload_attachments": "Carica allegati", + "no_attachments": "Questa nota non ha allegati." + }, + "book": { + "no_children_help": "Questa raccolta non ha note secondarie, quindi non c'è nulla da visualizzare. Consulta la wiki per i dettagli.", + "drag_locked_title": "Bloccato per la modifica", + "drag_locked_message": "Trascinamento non consentito poiché la raccolta è bloccata per la modifica." + }, + "editable_code": { + "placeholder": "Digita qui il contenuto della tua nota di codice..." + }, + "editable_text": { + "placeholder": "Digita qui il contenuto della tua nota...", + "auto-detect-language": "Rilevato automaticamente", + "keeps-crashing": "Il componente di modifica continua a bloccarsi. Prova a riavviare Trilium. Se il problema persiste, valuta la possibilità di creare una segnalazione di bug.", + "editor_crashed_title": "L'editor di testo si è bloccato", + "editor_crashed_content": "I tuoi contenuti sono stati recuperati con successo, ma alcune delle modifiche più recenti potrebbero non essere state salvate.", + "editor_crashed_details_button": "Visualizza ulteriori dettagli...", + "editor_crashed_details_intro": "Se questo errore si verifica più volte, valuta la possibilità di segnalarlo su GitHub incollando le informazioni riportate di seguito.", + "editor_crashed_details_title": "Informazioni tecniche" + }, + "empty": { + "open_note_instruction": "Apri una nota digitandone il titolo nel campo sottostante oppure scegli una nota nell'albero.", + "search_placeholder": "cerca una nota per nome", + "enter_workspace": "Accedi all'area di lavoro {{title}}" + }, + "file": { + "file_preview_not_available": "L'anteprima del file non è disponibile per questo formato di file.", + "too_big": "Per motivi di prestazioni, l'anteprima mostra solo i primi {{maxNumChars}} caratteri del file. Scarica il file e aprilo esternamente per poterne visualizzare l'intero contenuto." + }, + "protected_session": { + "enter_password_instruction": "Per visualizzare la nota protetta è necessario inserire la password:", + "start_session_button": "Avvia sessione protetta", + "started": "La sessione protetta è stata avviata.", + "wrong_password": "Password errata.", + "protecting-finished-successfully": "Protezione completata con successo.", + "unprotecting-finished-successfully": "Rimozione della protezione completata con successo.", + "protecting-in-progress": "Protezione in corso: {{count}}", + "unprotecting-in-progress-count": "Rimozione della protezione in corso: {{count}}", + "protecting-title": "Stato di protezione", + "unprotecting-title": "Stato non protetto" + }, + "relation_map": { + "open_in_new_tab": "Apri in una nuova scheda", + "remove_note": "Rimuovi nota", + "edit_title": "Modifica titolo", + "rename_note": "Rinomina nota", + "enter_new_title": "Inserisci il titolo della nuova nota:", + "remove_relation": "Rimuovi relazione", + "confirm_remove_relation": "Sei sicuro di voler rimuovere la relazione?", + "specify_new_relation_name": "Specificare il nome della nuova relazione (caratteri consentiti: alfanumerici, due punti e trattino basso):", + "connection_exists": "La connessione '{{name}}' tra queste note esiste già.", + "start_dragging_relations": "Inizia a trascinare le relazioni da qui e rilasciale su un'altra nota.", + "note_not_found": "Nota {{noteId}} non trovata!", + "cannot_match_transform": "Impossibile abbinare la trasformazione: {{transform}}", + "note_already_in_diagram": "Nota che \"{{title}}\" è già presente nel diagramma.", + "enter_title_of_new_note": "Inserisci il titolo della nuova nota", + "default_new_note_title": "nuova nota", + "click_on_canvas_to_place_new_note": "Clicca sulla tela per inserire una nuova nota" + }, + "render": { + "note_detail_render_help_1": "Questa nota di aiuto viene visualizzata perché questa nota di tipo Render HTML non ha la relazione richiesta per funzionare correttamente.", + "note_detail_render_help_2": "Il tipo di nota HTML Render viene utilizzato per lo scripting. In breve, si ottiene una nota in codice HTML (opzionalmente con un po' di JavaScript) che verrà visualizzata. Per farla funzionare, è necessario definire una relazione denominata \"renderNote\" che punti alla nota HTML da visualizzare." + }, + "web_view": { + "web_view": "Visualizzazione Web", + "embed_websites": "La nota di tipo Web View consente di incorporare siti web in Trilium.", + "create_label": "Per iniziare, crea un'etichetta con l'indirizzo URL che desideri incorporare, ad esempio #webViewSrc=\"https://www.google.com\"" + }, + "vacuum_database": { + "title": "Pulizia del database", + "description": "Questa operazione ricostruirà il database, generando in genere un file di dimensioni inferiori. In realtà, nessun dato verrà modificato.", + "button_text": "Pulizia del database", + "vacuuming_database": "Aspirazione del database...", + "database_vacuumed": "Il database è stato svuotato" + }, + "fonts": { + "theme_defined": "Tema definito", + "fonts": "Caratteri", + "main_font": "Carattere principale", + "font_family": "Famiglia di caratteri", + "size": "Misurare", + "note_tree_font": "Carattere dell'albero delle note", + "note_detail_font": "Nota Dettaglio Carattere", + "monospace_font": "Monospace (codice) Font", + "note_tree_and_detail_font_sizing": "Si noti che le dimensioni dei caratteri dell'albero e dei dettagli sono relative all'impostazione della dimensione del carattere principale.", + "not_all_fonts_available": "Non tutti i font elencati potrebbero essere disponibili sul tuo sistema.", + "apply_font_changes": "Per applicare le modifiche al carattere, fare clic su", + "reload_frontend": "ricarica frontend", + "generic-fonts": "Caratteri generici", + "sans-serif-system-fonts": "Caratteri di sistema sans-serif", + "serif-system-fonts": "Caratteri di sistema Serif", + "monospace-system-fonts": "Caratteri di sistema a spaziatura fissa", + "handwriting-system-fonts": "Caratteri del sistema di scrittura a mano", + "serif": "Serif", + "sans-serif": "Sans Serif", + "monospace": "Monospaziatura", + "system-default": "Predefinito del sistema" + }, + "max_content_width": { + "title": "Larghezza del contenuto", + "default_description": "Per impostazione predefinita, Trilium limita la larghezza massima del contenuto per migliorare la leggibilità sugli schermi più grandi.", + "max_width_label": "Larghezza massima del contenuto", + "max_width_unit": "pixel", + "centerContent": "Mantieni il contenuto centrato" + }, + "native_title_bar": { + "title": "Barra del titolo nativa (richiede il riavvio dell'app)", + "enabled": "abilitato", + "disabled": "disabile" + }, + "ribbon": { + "widgets": "Widget della barra multifunzione", + "promoted_attributes_message": "La scheda della barra multifunzione Attributi promossi si aprirà automaticamente se gli attributi promossi sono presenti nella nota", + "edited_notes_message": "La scheda della barra multifunzione Note modificate si aprirà automaticamente nelle note giornaliere" + }, + "theme": { + "title": "Tema dell'applicazione", + "theme_label": "Tema", + "override_theme_fonts_label": "Ignora i font del tema", + "auto_theme": "Legacy (seguire lo schema dei colori del sistema)", + "light_theme": "Eredità (Luce)", + "dark_theme": "Eredità (Oscuro)", + "triliumnext": "Trilium (seguire lo schema dei colori del sistema)", + "triliumnext-light": "Trilium (Luce)", + "triliumnext-dark": "Trilium (scuro)", + "layout": "Disposizione", + "layout-vertical-title": "Verticale", + "layout-horizontal-title": "Orizzontale", + "layout-vertical-description": "la barra di avvio è a sinistra (impostazione predefinita)", + "layout-horizontal-description": "la barra di avvio si trova sotto la barra delle schede, che ora è a larghezza intera." + }, + "ui-performance": { + "title": "Prestazione", + "enable-motion": "Abilita transizioni e animazioni", + "enable-shadows": "Abilita le ombre", + "enable-backdrop-effects": "Abilita gli effetti di sfondo per menu, popup e pannelli", + "enable-smooth-scroll": "Abilita lo scorrimento fluido", + "app-restart-required": "(per rendere effettiva la modifica è necessario riavviare l'applicazione)" + }, + "zoom_factor": { + "title": "Fattore di zoom (solo versione desktop)", + "description": "Lo zoom può essere controllato anche con le scorciatoie CTRL+- e CTRL+=." + }, + "code_auto_read_only_size": { + "title": "Dimensione automatica di sola lettura", + "description": "La dimensione automatica delle note in sola lettura è la dimensione dopo la quale le note verranno visualizzate in modalità di sola lettura (per motivi di prestazioni).", + "label": "Dimensione automatica di sola lettura (note sul codice)", + "unit": "caratteri" + }, + "code-editor-options": { + "title": "Redattore" + }, + "code_mime_types": { + "title": "Tipi MIME disponibili nel menu a discesa", + "tooltip_syntax_highlighting": "Evidenziazione della sintassi", + "tooltip_code_block_syntax": "Blocchi di codice nelle note di testo", + "tooltip_code_note_syntax": "Note sul codice" + }, + "vim_key_bindings": { + "use_vim_keybindings_in_code_notes": "Combinazioni di tasti di Vim", + "enable_vim_keybindings": "Abilita le combinazioni di tasti di Vim nelle note del codice (nessuna modalità ex)" + }, + "wrap_lines": { + "wrap_lines_in_code_notes": "Righe di avvolgimento nelle note del codice", + "enable_line_wrap": "Abilita Line Wrap (la modifica potrebbe richiedere un ricaricamento del frontend per avere effetto)" + }, + "images": { + "images_section_title": "Immagini", + "download_images_automatically": "Scarica automaticamente le immagini per l'utilizzo offline.", + "download_images_description": "L'HTML incollato può contenere riferimenti a immagini online; Trilium troverà tali riferimenti e scaricherà le immagini in modo che siano disponibili offline.", + "enable_image_compression": "Abilita la compressione delle immagini", + "max_image_dimensions": "Larghezza/altezza massima di un'immagine (l'immagine verrà ridimensionata se supera questa impostazione).", + "max_image_dimensions_unit": "pixel", + "jpeg_quality_description": "Qualità JPEG (10 - qualità peggiore, 100 - qualità migliore, 50 - 85 è consigliato)" + }, + "attachment_erasure_timeout": { + "attachment_erasure_timeout": "Timeout cancellazione allegato", + "attachment_auto_deletion_description": "Gli allegati vengono eliminati (e cancellati) automaticamente se non vengono più menzionati nella nota dopo un timeout definito.", + "erase_attachments_after": "Cancella gli allegati non utilizzati dopo:", + "manual_erasing_description": "È anche possibile attivare la cancellazione manualmente (senza considerare il timeout definito sopra):", + "erase_unused_attachments_now": "Cancella subito le note degli allegati non utilizzati", + "unused_attachments_erased": "Gli allegati non utilizzati sono stati cancellati." + }, + "network_connections": { + "network_connections_title": "Connessioni di rete", + "check_for_updates": "Controlla automaticamente gli aggiornamenti" + }, + "note_erasure_timeout": { + "note_erasure_timeout_title": "Timeout cancellazione nota", + "note_erasure_description": "Le note eliminate (e gli attributi, le revisioni...) vengono inizialmente contrassegnate come eliminate ed è possibile recuperarle dalla finestra di dialogo Note recenti. Dopo un certo periodo di tempo, le note eliminate vengono \"cancellate\", il che significa che il loro contenuto non è più recuperabile. Questa impostazione consente di configurare l'intervallo di tempo tra l'eliminazione e la cancellazione definitiva della nota.", + "erase_notes_after": "Cancella le note dopo:", + "manual_erasing_description": "È anche possibile attivare la cancellazione manualmente (senza considerare il timeout definito sopra):", + "erase_deleted_notes_now": "Cancella subito le note eliminate", + "deleted_notes_erased": "Le note eliminate sono state eliminate." + }, + "revisions_snapshot_interval": { + "note_revisions_snapshot_interval_title": "Nota Intervallo di istantanea della revisione", + "note_revisions_snapshot_description": "L'intervallo di snapshot della revisione della nota è il tempo dopo il quale verrà creata una nuova revisione per la nota. Per maggiori informazioni, consultare wiki.", + "snapshot_time_interval_label": "Nota intervallo di tempo per l'istantanea della revisione:" + }, + "revisions_snapshot_limit": { + "note_revisions_snapshot_limit_title": "Nota Limite di Snapshot di Revisione", + "note_revisions_snapshot_limit_description": "Il limite del numero di snapshot di revisione della nota si riferisce al numero massimo di revisioni che possono essere salvate per ciascuna nota. Dove -1 significa nessun limite, 0 significa eliminare tutte le revisioni. È possibile impostare il numero massimo di revisioni per una singola nota tramite l'etichetta #versioningLimit.", + "snapshot_number_limit_label": "Nota limite del numero di istantanee di revisione:", + "snapshot_number_limit_unit": "istantanee", + "erase_excess_revision_snapshots": "Cancella subito gli snapshot di revisione in eccesso", + "erase_excess_revision_snapshots_prompt": "Gli snapshot di revisione in eccesso sono stati cancellati." + }, + "text_auto_read_only_size": { + "title": "Dimensione automatica di sola lettura", + "description": "La dimensione automatica delle note in sola lettura è la dimensione dopo la quale le note verranno visualizzate in modalità di sola lettura (per motivi di prestazioni).", + "label": "Dimensione automatica di sola lettura (note di testo)", + "unit": "caratteri" + }, + "custom_date_time_format": { + "title": "Formato data/ora personalizzato", + "description": "Personalizza il formato della data e dell'ora inserite tramite o la barra degli strumenti. Consulta la documentazione Day.js per i token di formato disponibili.", + "format_string": "Stringa di formato:", + "formatted_time": "Data/ora formattata:" + }, + "options_widget": { + "options_status": "Stato delle opzioni", + "options_change_saved": "Le modifiche alle opzioni sono state salvate." + }, + "password": { + "heading": "Password", + "alert_message": "Ricordati di ricordare la nuova password. La password serve per accedere all'interfaccia web e per crittografare le note protette. Se dimentichi la password, tutte le tue note protette andranno perse per sempre.", + "reset_link": "Clicca qui per reimpostarlo.", + "old_password": "Vecchia password", + "new_password": "Nuova password", + "new_password_confirmation": "Conferma della nuova password", + "change_password": "Cambiare la password", + "protected_session_timeout": "Timeout della sessione protetta", + "protected_session_timeout_description": "Il timeout della sessione protetta è un periodo di tempo dopo il quale la sessione protetta viene cancellata dalla memoria del browser. Questo periodo viene calcolato a partire dall'ultima interazione con le note protette. Vedi", + "wiki": "wiki", + "for_more_info": "per maggiori informazioni.", + "protected_session_timeout_label": "Timeout della sessione protetta:", + "reset_confirmation": "Reimpostando la password perderai per sempre l'accesso a tutte le tue note protette. Vuoi davvero reimpostare la password?", + "reset_success_message": "La password è stata resettata. Imposta una nuova password", + "change_password_heading": "Cambiare la password", + "set_password_heading": "Imposta password", + "set_password": "Imposta password", + "password_mismatch": "Le nuove password non sono tutte uguali.", + "password_changed_success": "La password è stata modificata. Trilium verrà ricaricato dopo aver premuto OK." + }, + "multi_factor_authentication": { + "title": "Autenticazione a più fattori", + "description": "L'autenticazione a più fattori (MFA) aggiunge un ulteriore livello di sicurezza al tuo account. Invece di inserire semplicemente una password per accedere, l'MFA richiede di fornire una o più prove aggiuntive per verificare la tua identità. In questo modo, anche se qualcuno dovesse entrare in possesso della tua password, non potrà comunque accedere al tuo account senza la seconda informazione. È come aggiungere una serratura extra alla tua porta, rendendo molto più difficile l'accesso per chiunque altro.

Segui le istruzioni seguenti per abilitare l'MFA. Se la configurazione non è corretta, l'accesso verrà effettuato solo tramite password.", + "mfa_enabled": "Abilita l'autenticazione a più fattori", + "mfa_method": "Metodo MFA", + "electron_disabled": "L'autenticazione a più fattori non è attualmente supportata nella versione desktop.", + "totp_title": "Password monouso basata sul tempo (TOTP)", + "totp_description": "TOTP (Time-Based One-Time Password) è una funzione di sicurezza che genera un codice temporaneo univoco che cambia ogni 30 secondi. Questo codice, insieme alla password, viene utilizzato per accedere al proprio account, rendendolo molto più difficile da accedere per chiunque altro.", + "totp_secret_title": "Genera il segreto TOTP", + "totp_secret_generate": "Genera il segreto TOTP", + "totp_secret_regenerate": "Rigenera il segreto TOTP", + "no_totp_secret_warning": "Per abilitare TOTP, è necessario prima generare un segreto TOTP.", + "totp_secret_description_warning": "Dopo aver generato un nuovo segreto TOTP, ti verrà richiesto di effettuare nuovamente l'accesso con il nuovo segreto TOTP.", + "totp_secret_generated": "TOTP Segreto Generato", + "totp_secret_warning": "Si prega di salvare il segreto generato in un luogo sicuro. Non verrà più visualizzato.", + "totp_secret_regenerate_confirm": "Vuoi davvero rigenerare il segreto TOTP? Questo invaliderà il segreto TOTP precedente e tutti i codici di recupero esistenti.", + "recovery_keys_title": "Chiavi di ripristino Single Sign-on", + "recovery_keys_description": "Le chiavi di recupero Single Sign-On vengono utilizzate per effettuare l'accesso anche se non è possibile accedere ai codici Authenticator.", + "recovery_keys_description_warning": "Le chiavi di recupero non verranno più visualizzate dopo aver abbandonato la pagina: conservale in un luogo sicuro e protetto.
Una volta utilizzata, una chiave di recupero non potrà più essere utilizzata.", + "recovery_keys_error": "Errore durante la generazione dei codici di ripristino", + "recovery_keys_no_key_set": "Nessun codice di ripristino impostato", + "recovery_keys_generate": "Genera codici di recupero", + "recovery_keys_regenerate": "Rigenera i codici di recupero", + "recovery_keys_used": "Utilizzato: {{date}}", + "recovery_keys_unused": "Il codice di ripristino {{index}} non è utilizzato", + "oauth_title": "OAuth/OpenID", + "oauth_description": "OpenID è un metodo standardizzato che ti consente di accedere ai siti web utilizzando un account di un altro servizio, come Google, per verificare la tua identità. L'emittente predefinito è Google, ma puoi cambiarlo con qualsiasi altro provider OpenID. Per ulteriori informazioni, consulta qui. Segui queste istruzioni per configurare un servizio OpenID tramite Google.", + "oauth_description_warning": "Per abilitare OAuth/OpenID, è necessario impostare l'URL di base di OAuth/OpenID, l'ID client e il segreto client nel file config.ini e riavviare l'applicazione. Per impostare le variabili d'ambiente, impostare TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID e TRILIUM_OAUTH_CLIENT_SECRET.", + "oauth_missing_vars": "Impostazioni mancanti: {{-variables}}", + "oauth_user_account": "Account utente: ", + "oauth_user_email": "Email utente: ", + "oauth_user_not_logged_in": "Non hai effettuato l'accesso!" + }, + "spellcheck": { + "title": "Controllo ortografico", + "description": "Queste opzioni sono valide solo per le versioni desktop; i browser utilizzeranno il proprio controllo ortografico nativo.", + "enable": "Abilita il controllo ortografico", + "language_code_label": "Codice/i della lingua", + "language_code_placeholder": "ad esempio \"en-US\", \"de-AT\"", + "multiple_languages_info": "È possibile separare più lingue con una virgola, ad esempio \"en-US, de-DE, cs\". ", + "available_language_codes_label": "Codici lingua disponibili:", + "restart-required": "Le modifiche alle opzioni di controllo ortografico avranno effetto dopo il riavvio dell'applicazione." + }, + "api_log": { + "close": "Vicino" + }, + "attachment_detail_2": { + "will_be_deleted_in": "Questo allegato verrà eliminato automaticamente tra {{time}}", + "will_be_deleted_soon": "Questo allegato verrà eliminato automaticamente a breve", + "deletion_reason": ", perché l'allegato non è collegato al contenuto della nota. Per impedirne l'eliminazione, aggiungi nuovamente il collegamento all'allegato nel contenuto o converti l'allegato in nota.", + "role_and_size": "Ruolo: {{role}}, dimensione: {{size}}, MIME: {{- mimeType}}", + "link_copied": "Link all'allegato copiato negli appunti.", + "unrecognized_role": "Ruolo di allegato non riconosciuto '{{role}}'." + }, + "bookmark_switch": { + "bookmark": "Segnalibro", + "bookmark_this_note": "Aggiungi questa nota ai segnalibri nel pannello laterale sinistro", + "remove_bookmark": "Rimuovi segnalibro" + }, + "editability_select": { + "auto": "Auto", + "read_only": "Sola lettura", + "always_editable": "Sempre modificabile", + "note_is_editable": "La nota è modificabile se non è troppo lunga.", + "note_is_read_only": "La nota è di sola lettura, ma può essere modificata cliccando su un pulsante.", + "note_is_always_editable": "La nota è sempre modificabile, indipendentemente dalla sua lunghezza." + }, + "note-map": { + "button-link-map": "Mappa dei collegamenti", + "button-tree-map": "Mappa degli alberi" + }, + "shared_info": { + "shared_publicly": "Questa nota è condivisa pubblicamente su {{- link}}.", + "shared_locally": "Questa nota è condivisa localmente su {{- link}}.", + "help_link": "Per assistenza visita wiki." + }, + "note_types": { + "text": "Testo", + "code": "Codice", + "saved-search": "Ricerca salvata", + "relation-map": "Mappa delle relazioni", + "note-map": "Nota Mappa", + "render-note": "Nota di rendering", + "book": "Raccolta", + "mermaid-diagram": "Diagramma Mermaid", + "canvas": "Tela", + "web-view": "Visualizzazione Web", + "mind-map": "Mappa mentale", + "file": "File", + "image": "Immagine", + "launcher": "Lanciatore", + "doc": "Dottore", + "widget": "Oggetto", + "confirm-change": "Si sconsiglia di cambiare tipo di nota quando il contenuto della nota non è vuoto. Vuoi continuare comunque?", + "geo-map": "Mappa geografica", + "beta-feature": "Beta", + "task-list": "Elenco delle attività", + "new-feature": "Nuovo", + "collections": "Collezioni" + }, + "protect_note": { + "toggle-on": "Proteggi la nota", + "toggle-off": "Rimuovere la protezione dalla nota", + "toggle-on-hint": "La nota non è protetta, clicca per proteggerla", + "toggle-off-hint": "La nota è protetta, clicca per renderla non protetta" + }, + "template_switch": { + "template": "Modello", + "toggle-on-hint": "Trasforma la nota in un modello", + "toggle-off-hint": "Rimuovi la nota come modello" + }, + "open-help-page": "Apri la pagina di aiuto", + "find": { + "case_sensitive": "Maiuscole e minuscole", + "match_words": "Abbina le parole", + "find_placeholder": "Trova nel testo...", + "replace_placeholder": "Sostituisci con...", + "replace": "Sostituire", + "replace_all": "Sostituisci tutto" + }, + "note_tree": { + "collapse-title": "Comprimi l'albero delle note", + "scroll-active-title": "Scorri fino alla nota attiva", + "tree-settings-title": "Impostazioni dell'albero", + "hide-archived-notes": "Nascondi le note archiviate", + "automatically-collapse-notes": "Comprimi automaticamente le note", + "automatically-collapse-notes-title": "Dopo un periodo di inattività, le note verranno compresse per riordinare l'albero.", + "save-changes": "Salva e applica le modifiche", + "auto-collapsing-notes-after-inactivity": "Compressione automatica delle note dopo inattività...", + "saved-search-note-refreshed": "Nota di ricerca salvata aggiornata.", + "hoist-this-note-workspace": "Solleva questa nota (area di lavoro)", + "refresh-saved-search-results": "Aggiorna i risultati della ricerca salvati", + "create-child-note": "Crea nota figlio", + "unhoist": "Sganciare", + "toggle-sidebar": "Attiva/disattiva la barra laterale", + "dropping-not-allowed": "Non è consentito lasciare appunti in questa posizione.", + "clone-indicator-tooltip": "Questa nota ha {{- count}} genitori: {{- parents}}", + "clone-indicator-tooltip-single": "Questa nota è stata clonata (1 genitore aggiuntivo: {{- parent}})", + "shared-indicator-tooltip": "Questa nota è condivisa pubblicamente", + "shared-indicator-tooltip-with-url": "Questa nota è condivisa pubblicamente all'indirizzo: {{- url}}", + "subtree-hidden-tooltip_one": "{{count}} nota secondaria nascosta dall'albero", + "subtree-hidden-tooltip_many": "{{count}} note secondarie nascoste dall'albero", + "subtree-hidden-tooltip_other": "{{count}} note secondarie nascoste dall'albero", + "subtree-hidden-moved-title": "Aggiunto a {{title}}", + "subtree-hidden-moved-description-collection": "Questa raccolta nasconde le sue note secondarie nell'albero.", + "subtree-hidden-moved-description-other": "Le note secondarie sono nascoste nell'albero di questa nota." + }, + "title_bar_buttons": { + "window-on-top": "Mantieni la finestra in primo piano" + }, + "note_detail": { + "could_not_find_typewidget": "Impossibile trovare typeWidget per il tipo '{{type}}'", + "printing": "Stampa in corso...", + "printing_pdf": "Esportazione in PDF in corso...", + "print_report_title": "Stampa rapporto", + "print_report_collection_content_one": "{{count}} la note nella raccolta non può essere stampata perché non è supportata o è protetta.", + "print_report_collection_content_many": "{{count}} le note nella raccolta non possono essere stampate perché non sono supportate o sono protette.", + "print_report_collection_content_other": "{{count}} le note nella raccolta non possono essere stampate perché non sono supportate o sono protette.", + "print_report_collection_details_button": "Vedi dettagli", + "print_report_collection_details_ignored_notes": "Note ignorate" + }, + "note_title": { + "placeholder": "scrivi qui il titolo della nota...", + "created_on": "Creato il ", + "last_modified": "Modificato il ", + "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 in questo giorno", + "promoted_attributes": "Attributi promossi" + }, + "search_result": { + "no_notes_found": "Non sono state trovate note per i parametri di ricerca specificati.", + "search_not_executed": "La ricerca non è stata ancora eseguita. Clicca sul pulsante \"Cerca\" qui sopra per visualizzare i risultati." + }, + "spacer": { + "configure_launchbar": "Configura Launchbar" + }, + "sql_result": { + "no_rows": "Nessuna riga è stata restituita per questa query", + "not_executed": "La query non è stata ancora eseguita.", + "failed": "Esecuzione query SQL non riuscita", + "statement_result": "Risultato della dichiarazione", + "execute_now": "Esegui ora" + }, + "watched_file_update_status": { + "file_last_modified": "Il file è stato modificato l'ultima volta il .", + "upload_modified_file": "Carica il file modificato", + "ignore_this_change": "Ignora questa modifica" + }, + "app_context": { + "please_wait_for_save": "Attendi qualche secondo affinché il salvataggio venga completato, quindi potrai riprovare." + }, + "note_create": { + "duplicated": "Nota: \"{{title}}\" è stato duplicato." + }, + "image": { + "copied-to-clipboard": "Un riferimento all'immagine è stato copiato negli appunti. Può essere incollato in qualsiasi nota di testo.", + "cannot-copy": "Impossibile copiare il riferimento all'immagine negli appunti." + }, + "clipboard": { + "cut": "Le note sono state tagliate negli appunti.", + "copied": "Le note sono state copiate negli appunti.", + "copy_failed": "Impossibile copiare negli appunti a causa di problemi di autorizzazione.", + "copy_success": "Copiato negli appunti." + }, + "entrypoints": { + "note-revision-created": "La revisione della nota è stata creata.", + "note-executed": "Nota eseguita.", + "sql-error": "Si è verificato un errore durante l'esecuzione della query SQL: {{message}}" + }, + "branches": { + "cannot-move-notes-here": "Impossibile spostare le note qui.", + "delete-status": "Elimina stato", + "delete-notes-in-progress": "Eliminazione note in corso: {{count}}", + "delete-finished-successfully": "Eliminazione completata con successo.", + "undeleting-notes-in-progress": "Ripristino delle note in corso: {{count}}", + "undeleting-notes-finished-successfully": "Recupero note completato con successo." + }, + "frontend_script_api": { + "async_warning": "Stai passando una funzione asincrona a `api.runOnBackend()` che probabilmente non funzionerà come previsto.\\nRendi la funzione sincrona (rimuovendo la parola chiave `async`) oppure usa `api.runAsyncOnBackendWithManualTransactionHandling()`.", + "sync_warning": "Stai passando una funzione sincrona a `api.runAsyncOnBackendWithManualTransactionHandling()`, \\nmentre probabilmente dovresti usare `api.runOnBackend()`." + }, + "ws": { + "sync-check-failed": "Controllo di sincronizzazione fallito!", + "consistency-checks-failed": "Controlli di coerenza falliti! Vedi i log per i dettagli.", + "encountered-error": "Si è verificato l'errore \"{{message}}\", controlla la console.", + "lost-websocket-connection-title": "Connessione al server persa", + "lost-websocket-connection-message": "Controlla la configurazione del proxy inverso (ad esempio nginx o Apache) per assicurarti che le connessioni WebSocket siano correttamente consentite e non bloccate." + }, + "hoisted_note": { + "confirm_unhoisting": "La nota richiesta '{{requestedNote}}' è esterna al sottoalbero della nota sollevata '{{hoistedNote}}' e devi rimuoverla per accedervi. Vuoi procedere con la rimozione?" + }, + "launcher_context_menu": { + "reset_launcher_confirm": "Vuoi davvero reimpostare \"{{title}}\"? Tutti i dati/le impostazioni in questa nota (e nelle relative note secondarie) andranno persi e il launcher tornerà alla sua posizione originale.", + "add-note-launcher": "Aggiungi un launcher di note", + "add-script-launcher": "Aggiungi un launcher di script", + "add-custom-widget": "Aggiungi un widget personalizzato", + "add-spacer": "Aggiungi distanziatore", + "delete": "Elimina ", + "reset": "Reset", + "move-to-visible-launchers": "Passa ai launcher visibili", + "move-to-available-launchers": "Passa ai launcher disponibili", + "duplicate-launcher": "Duplica il launcher " + }, + "highlighting": { + "title": "Blocchi di codice", + "description": "Controlla l'evidenziazione della sintassi per i blocchi di codice all'interno delle note di testo; le note di codice non saranno interessate.", + "color-scheme": "Schema di colori" + }, + "code_block": { + "word_wrapping": "A capo automatico", + "theme_none": "Nessuna evidenziazione della sintassi", + "theme_group_light": "Temi chiari", + "theme_group_dark": "Temi scuri", + "copy_title": "Copia negli appunti" + }, + "classic_editor_toolbar": { + "title": "Formattazione" + }, + "editor": { + "title": "Redattore" + }, + "image_context_menu": { + "copy_reference_to_clipboard": "Copia il riferimento negli appunti", + "copy_image_to_clipboard": "Copia l'immagine negli appunti" + }, + "link_context_menu": { + "open_note_in_new_tab": "Apri la nota in una nuova scheda", + "open_note_in_new_split": "Apri nota in una nuova divisione", + "open_note_in_new_window": "Apri la nota in una nuova finestra", + "open_note_in_popup": "Modifica rapida", + "open_note_in_other_split": "Apri nota nell'altra divisione" + }, + "help-button": { + "title": "Apri la pagina di aiuto pertinente" + }, + "duration": { + "seconds": "Secondi", + "minutes": "Minuti", + "hours": "Ore", + "days": "Giorni" + }, + "share": { + "title": "Impostazioni di condivisione", + "redirect_bare_domain": "Reindirizza il dominio nudo alla pagina di condivisione", + "redirect_bare_domain_description": "Reindirizza gli utenti anonimi alla pagina Condividi invece di mostrare l'accesso", + "show_login_link": "Mostra il collegamento di accesso nel tema Condividi", + "show_login_link_description": "Aggiungi un collegamento di accesso al piè di pagina della pagina Condividi", + "check_share_root": "Controlla lo stato della radice condivisa", + "share_root_found": "La nota radice condivisa '{{noteTitle}}' è pronta", + "share_root_not_found": "Nessuna nota con etichetta #shareRoot trovata", + "share_root_not_shared": "Nota '{{noteTitle}}' ha l'etichetta #shareRoot ma non è condiviso" + }, + "time_selector": { + "invalid_input": "Il valore temporale immesso non è un numero valido.", + "minimum_input": "Il valore temporale immesso deve essere di almeno {{minimumSeconds}} secondi." + }, + "tasks": { + "due": { + "today": "Oggi", + "tomorrow": "Domani", + "yesterday": "Ieri" + } + }, + "content_widget": { + "unknown_widget": "Widget sconosciuto per \"{{id}}\"." + }, + "note_language": { + "not_set": "Nessuna lingua impostata", + "configure-languages": "Configura le lingue...", + "help-on-languages": "Aiuto sulle lingue dei contenuti..." + }, + "content_language": { + "title": "Lingue dei contenuti", + "description": "Seleziona una o più lingue che desideri visualizzare nella sezione \"Proprietà di base\" di una nota di testo di sola lettura o modificabile. Ciò consentirà funzionalità come il controllo ortografico o il supporto per la scrittura da destra a sinistra." + }, + "switch_layout_button": { + "title_vertical": "Sposta il riquadro di modifica in basso", + "title_horizontal": "Sposta il riquadro di modifica a sinistra" + }, + "toggle_read_only_button": { + "unlock-editing": "Sblocca la modifica", + "lock-editing": "Modifica blocco" + }, + "png_export_button": { + "button_title": "Esporta diagramma come PNG" + }, + "svg": { + "export_to_png": "Non è stato possibile esportare il diagramma in formato PNG.", + "export_to_svg": "Il diagramma non può essere esportato in formato SVG." + }, + "code_theme": { + "title": "Aspetto", + "word_wrapping": "A capo automatico", + "color-scheme": "Schema dei colori" + }, + "book_properties_config": { + "hide-weekends": "Nascondi i fine settimana", + "display-week-numbers": "Visualizza i numeri delle settimane", + "map-style": "Stile mappa", + "max-nesting-depth": "Profondità massima di nidificazione:", + "raster": "Trama", + "vector_light": "Vettore (Luce)", + "vector_dark": "Vettore (scuro)", + "show-scale": "Mostra scala" + }, + "table_context_menu": { + "delete_row": "Elimina riga" + }, + "presentation_view": { + "edit-slide": "Modifica questa diapositiva", + "start-presentation": "Inizia la presentazione", + "slide-overview": "Attiva/disattiva una panoramica delle diapositive" + }, + "command_palette": { + "tree-action-name": "Albero: {{name}}", + "export_note_title": "Nota di esportazione", + "export_note_description": "Esporta la nota corrente", + "show_attachments_title": "Mostra allegati", + "show_attachments_description": "Visualizza gli allegati delle note", + "search_notes_title": "Cerca note", + "search_notes_description": "Apri la ricerca avanzata", + "search_subtree_title": "Cerca nel sottoalbero", + "search_subtree_description": "Cerca all'interno del sottoalbero corrente", + "search_history_title": "Mostra cronologia delle ricerche", + "search_history_description": "Visualizza le ricerche precedenti", + "configure_launch_bar_title": "Configura la barra di avvio", + "configure_launch_bar_description": "Aprire la configurazione della barra di avvio per aggiungere o rimuovere elementi." + }, + "content_renderer": { + "open_externally": "Aperto esternamente" + }, + "call_to_action": { + "next_theme_title": "Prova il nuovo tema Trilium", + "next_theme_message": "Al momento stai utilizzando il tema legacy. Vuoi provare il nuovo tema?", + "next_theme_button": "Prova il nuovo tema", + "background_effects_title": "Gli effetti di sfondo sono ora stabili", + "background_effects_message": "Sui dispositivi Windows, gli effetti di sfondo sono ora completamente stabili. Gli effetti di sfondo aggiungono un tocco di colore all'interfaccia utente sfocando lo sfondo retrostante. Questa tecnica è utilizzata anche in altre applicazioni come Esplora risorse di Windows.", + "background_effects_button": "Abilita gli effetti di sfondo", + "dismiss": "Congedare", + "new_layout_title": "Nuovo layout", + "new_layout_message": "Abbiamo introdotto un layout modernizzato per Trilium. La barra multifunzione è stata rimossa e integrata perfettamente nell'interfaccia principale, con una nuova barra di stato e sezioni espandibili (come gli attributi promossi) che assumono le funzioni chiave.\n\nIl nuovo layout è abilitato di default e può essere temporaneamente disabilitato tramite Opzioni → Aspetto.", + "new_layout_button": "Maggiori informazioni" + }, + "settings": { + "related_settings": "Impostazioni correlate" + }, + "settings_appearance": { + "related_code_blocks": "Schema di colori per i blocchi di codice nelle note di testo", + "related_code_notes": "Schema di colori per le note del codice", + "ui": "Interfaccia utente", + "ui_old_layout": "Vecchio layout", + "ui_new_layout": "Nuovo layout" + }, + "units": { + "percentage": "%" + }, + "pagination": { + "page_title": "Pagina di {{startIndex}} - {{endIndex}}", + "total_notes": "{{count}} note" + }, + "collections": { + "rendering_error": "Impossibile mostrare il contenuto a causa di un errore." + }, + "read-only-info": { + "read-only-note": "Stai visualizzando una nota di sola lettura.", + "auto-read-only-note": "Questa nota viene visualizzata in modalità di sola lettura per un caricamento più rapido.", + "edit-note": "Modifica nota" + }, + "calendar_view": { + "delete_note": "Eliminazione nota..." + }, + "note-color": { + "set-color": "Imposta colore nota", + "set-custom-color": "Imposta colore personalizzato per le note", + "clear-color": "Pulisci colore della nota" + }, + "popup-editor": { + "maximize": "Passa all'editor completo" + }, + "experimental_features": { + "title": "Opzioni sperimentali", + "disclaimer": "Queste opzioni sono sperimentali e potrebbero causare instabilità. Usare con cautela.", + "new_layout_name": "Nuovo layout", + "new_layout_description": "Prova il nuovo layout per un look più moderno e una maggiore usabilità. Soggetto a modifiche significative nelle prossime versioni." + }, + "server": { + "unknown_http_error_title": "Errore di comunicazione con il server", + "unknown_http_error_content": "Codice di stato: {{statusCode}}\nURL: {{method}} {{url}}\nMessaggio: {{message}}", + "traefik_blocks_requests": "Se si utilizza il proxy inverso Traefik, è stata introdotta una modifica sostanziale che influisce sulla comunicazione con il server." + }, + "tab_history_navigation_buttons": { + "go-back": "Torna alla nota precedente", + "go-forward": "Passa alla nota successiva" + }, + "breadcrumb_badges": { + "read_only_explicit": "Sola lettura", + "read_only_explicit_description": "Questa nota è stata impostata manualmente come di sola lettura.\nClicca per modificarla temporaneamente.", + "read_only_auto": "Solo lettura automatica", + "read_only_auto_description": "Questa nota è stata impostata automaticamente in modalità di sola lettura per motivi di prestazioni. Questo limite automatico è modificabile dalle impostazioni.\n\nClicca per modificarla 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.", + "shared_publicly": "Condiviso pubblicamente", + "shared_locally": "Condiviso localmente", + "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.", + "shared_copy_to_clipboard": "Copia link negli appunti", + "shared_open_in_browser": "Apri il link nel browser", + "shared_unshare": "Rimuovi condivisione", + "save_status_saved": "Salvato", + "save_status_saving": "Salvataggio in corso...", + "save_status_unsaved": "Non salvato", + "save_status_error": "Salvataggio non riuscito", + "save_status_saving_tooltip": "Le modifiche sono state salvate.", + "save_status_unsaved_tooltip": "Ci sono modifiche non salvate. Verranno salvate automaticamente tra un attimo.", + "save_status_error_tooltip": "Si è verificato un errore durante il salvataggio della nota. Se possibile, prova a copiare il contenuto della nota altrove e a ricaricare l'applicazione." + }, + "breadcrumb": { + "workspace_badge": "Area di lavoro", + "scroll_to_top_title": "Vai all'inizio della nota", + "hoisted_badge": "Sollevato", + "hoisted_badge_title": "Abbassato", + "create_new_note": "Crea nuova nota secondaria", + "empty_hide_archived_notes": "Nascondi note archiviate" + }, + "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" + }, + "attributes_panel": { + "title": "Attributi delle note" + }, + "right_pane": { + "empty_message": "Nulla da segnalare per questa nota", + "empty_button": "Nascondi il pannello", + "toggle": "Attiva/disattiva pannello destro", + "custom_widget_go_to_source": "Vai al codice sorgente" + }, + "pdf": { + "attachments_one": "{{count}} allegato", + "attachments_many": "{{count}} allegati", + "attachments_other": "{{count}} allegati", + "layers_one": "{{count}} livello", + "layers_many": "{{count}} livelli", + "layers_other": "{{count}} livelli", + "pages_one": "{{count}} pagina", + "pages_many": "{{count}} pagine", + "pages_other": "{{count}} pagine", + "pages_alt": "Pagina {{pageNumber}}", + "pages_loading": "Caricamento in corso..." } - }, - "edit_button": { - "edit_this_note": "Modifica questa nota" - }, - "shortcuts": { - "shortcuts": "Scorciatoie", - "keyboard_shortcuts": "Scorciatoie da tastiera", - "multiple_shortcuts": "Più scorciatoie per la stessa azione possono essere separate da virgola.", - "electron_documentation": "Consultare la documentazione di Electron per i modificatori e i codici chiave disponibili.", - "type_text_to_filter": "Digita il testo per filtrare le scorciatoie...", - "action_name": "Nome dell'azione", - "default_shortcuts": "Scorciatoie predefinite", - "description": "Descrizione", - "reload_app": "Ricarica l'app per applicare le modifiche", - "set_all_to_default": "Imposta tutte le scorciatoie sui valori predefiniti", - "confirm_reset": "Vuoi davvero ripristinare tutte le scorciatoie da tastiera ai valori predefiniti?" - }, - "shared_switch": { - "toggle-on-title": "Condividi la nota", - "toggle-off-title": "Non condividere la nota", - "shared": "Condiviso", - "shared-branch": "Questa nota esiste solo come nota condivisa; annullando la condivisione verrebbe eliminata. Vuoi continuare ed eliminare questa nota?", - "inherited": "Non è possibile annullare la condivisione della nota in questo caso perché è condivisa tramite eredità da un antenato." - }, - "search_string": { - "search_prefix": "Cerca:", - "title_column": "Stringa di ricerca:", - "placeholder": "parole chiave a testo completo, #tag = valore...", - "search_syntax": "Sintassi di ricerca", - "also_see": "vedi anche", - "complete_help": "aiuto completo sulla sintassi di ricerca", - "full_text_search": "Basta inserire un testo qualsiasi per la ricerca full text", - "label_abc": "restituisce note con etichetta abc", - "label_year": "corrisponde alle note con l'anno dell'etichetta avente valore 2019", - "label_rock_pop": "corrisponde alle note che hanno sia etichette rock che pop", - "label_rock_or_pop": "deve essere presente solo una delle etichette", - "label_year_comparison": "confronto numerico (anche >, >=, <).", - "label_date_created": "note create nell'ultimo mese", - "error": "Errore di ricerca: {{error}}" - }, - "attachment_detail": { - "open_help_page": "Apri la pagina di aiuto sugli allegati", - "owning_note": "Nota di proprietà: ", - "you_can_also_open": ", puoi anche aprire il ", - "list_of_all_attachments": "Elenco di tutti gli allegati", - "attachment_deleted": "Questo allegato è stato eliminato." - }, - "search_definition": { - "ancestor": "antenato", - "debug": "debug", - "action": "azione", - "add_search_option": "Aggiungi opzione di ricerca:", - "search_string": "stringa di ricerca", - "limit": "limite", - "search_script": "script di ricerca", - "fast_search": "ricerca veloce", - "fast_search_description": "L'opzione di ricerca rapida disattiva la ricerca del testo completo del contenuto delle note, il che potrebbe velocizzare la ricerca in database di grandi dimensioni.", - "include_archived": "includere archiviato", - "include_archived_notes_description": "Per impostazione predefinita, le note archiviate sono escluse dai risultati della ricerca; con questa opzione verranno incluse.", - "order_by": "ordina per", - "limit_description": "Limita il numero di risultati", - "debug_description": "Debug stamperà informazioni di debug aggiuntive nella console per facilitare il debug di query complesse", - "search_button": "Ricerca", - "search_execute": "Cerca ed esegui azioni", - "save_to_note": "Salva per annotare", - "search_parameters": "Parametri di ricerca", - "unknown_search_option": "Opzione di ricerca sconosciuta {{searchOptionName}}", - "search_note_saved": "La nota di ricerca è stata salvata in {{- notePathTitle}}", - "actions_executed": "Le azioni sono state eseguite.", - "view_options": "Opzioni di visualizzazione:" - }, - "modal": { - "close": "Chiudi", - "help_title": "Visualizza maggiori informazioni su questa schermata" - }, - "board_view": { - "insert-below": "Inserisci sotto", - "delete-column": "Elimina la colonna", - "delete-column-confirmation": "Sei sicuro di vole eliminare questa colonna? Il corrispondente attributo sarà eliminato anche nelle note sotto questa colonna.", - "delete-note": "Elimina nota...", - "remove-from-board": "Rimuovi dalla bacheca", - "archive-note": "Nota d'archivio", - "unarchive-note": "Decomprimi nota", - "move-to": "Spostarsi a", - "insert-above": "Inserisci sopra", - "new-item": "Nuovo articolo", - "new-item-placeholder": "Inserisci il titolo della nota...", - "add-column": "Aggiungi colonna", - "add-column-placeholder": "Inserisci il nome della colonna...", - "edit-note-title": "Fare clic per modificare il titolo della nota", - "edit-column-title": "Fare clic per modificare il titolo della colonna", - "column-already-exists": "Questa colonna esiste già nella bacheca." - }, - "backup": { - "enable_weekly_backup": "Abilita le archiviazioni settimanali", - "enable_monthly_backup": "Abilita le archiviazioni mensili", - "backup_recommendation": "Si raccomanda di mantenere attive le archiviazioni, sebbene ciò possa rendere l'avvio dell'applicazione lento con database grandi e/o dispositivi di archiviazione lenti.", - "backup_now": "Archivia adesso", - "backup_database_now": "Archivia il database adesso", - "existing_backups": "Backup esistenti", - "date-and-time": "Data e ora", - "path": "Percorso", - "database_backed_up_to": "Il database è stato archiviato in {{backupFilePath}}", - "enable_daily_backup": "Abilita i backup giornalieri", - "no_backup_yet": "Ancora nessuna archiviazione", - "automatic_backup": "Backup Automatico", - "automatic_backup_description": "Trilium può eseguire automaticamente il backup del database:" - }, - "backend_log": { - "refresh": "Aggiorna" - }, - "consistency_checks": { - "find_and_fix_button": "Trova e correggi i problemi di coerenza", - "finding_and_fixing_message": "In cerca e correzione dei problemi di coerenza...", - "issues_fixed_message": "Qualsiasi problema di coerenza che possa essere stato trovato ora è corretto.", - "title": "Controlli di coerenza" - }, - "database_integrity_check": { - "check_button": "Controllo dell'integrità del database", - "checking_integrity": "Controllo dell'integrità del database in corso...", - "title": "Controllo di Integrità del database", - "description": "Controllerà che il database non sia corrotto a livello SQLite. Può durare un po' di tempo, a seconda della grandezza del DB.", - "integrity_check_failed": "Controllo di integrità fallito: {{results}}", - "integrity_check_succeeded": "Controllo di integrità riuscito: nessun problema riscontrato." - }, - "sync": { - "title": "Sincronizza", - "force_full_sync_button": "Forza una sincronizzazione completa", - "failed": "Sincronizzazione fallita: {{message}}", - "fill_entity_changes_button": "Compila i record delle modifiche dell'entità", - "full_sync_triggered": "Sincronizzazione completa attivata", - "filling_entity_changes": "Il riempimento delle righe modifica l'entità...", - "sync_rows_filled_successfully": "Sincronizzazione righe compilate correttamente", - "finished-successfully": "Sincronizzazione completata con successo." - }, - "sync_2": { - "config_title": "Configurazione per la Sincronizzazione", - "proxy_label": "Server Proxy per la sincronizzazione (opzionale)", - "test_title": "Test di sincronizzazione", - "timeout": "Timeout per la sincronizzazione", - "timeout_unit": "millisecondi", - "save": "Salva", - "help": "Aiuto", - "server_address": "Indirizzo dell'istanza del server", - "note": "Nota", - "note_description": "Se si lascia vuota l'impostazione del proxy, verrà utilizzato il proxy di sistema (valido solo per le build desktop/electron).", - "special_value_description": "Un altro valore speciale è noproxy che forza l'ignoramento anche del proxy di sistema e rispetta NODE_TLS_REJECT_UNAUTHORIZED.", - "test_description": "Questo testerà la connessione e l'handshake con il server di sincronizzazione. Se il server di sincronizzazione non è inizializzato, questo lo imposterà per la sincronizzazione con il documento locale.", - "test_button": "Test di sincronizzazione", - "handshake_failed": "Handshake del server di sincronizzazione non riuscito, errore: {{message}}" - }, - "search_engine": { - "save_button": "Salva", - "title": "Motore di ricerca", - "custom_search_engine_info": "Il motore di ricerca personalizzato richiede l'impostazione sia di un nome che di un URL. Se uno di questi non viene impostato, DuckDuckGo verrà utilizzato come motore di ricerca predefinito.", - "predefined_templates_label": "Modelli predefiniti per motori di ricerca", - "bing": "Bing", - "baidu": "Baidu", - "duckduckgo": "DuckDuckGo", - "google": "Google", - "custom_name_label": "Nome del motore di ricerca personalizzato", - "custom_name_placeholder": "Personalizza il nome del motore di ricerca", - "custom_url_label": "L'URL del motore di ricerca personalizzato deve includere {keyword} come segnaposto per il termine di ricerca.", - "custom_url_placeholder": "Personalizza l'URL del motore di ricerca" - }, - "sql_table_schemas": { - "tables": "Tabelle" - }, - "tab_row": { - "close_tab": "Chiudi la scheda", - "add_new_tab": "Aggiungi una nuova scheda", - "close": "Chiudi", - "close_other_tabs": "Chiudi le altre schede", - "close_right_tabs": "Chiudi le schede a destra", - "close_all_tabs": "Chiudi tutte le schede", - "reopen_last_tab": "Riapri l'ultima scheda chiusa", - "move_tab_to_new_window": "Sposta questa scheda in una nuova finestra", - "copy_tab_to_new_window": "Copia questa scheda in una nuova finestra", - "new_tab": "Nuova scheda" - }, - "toc": { - "table_of_contents": "Sommario", - "options": "Opzioni", - "no_headings": "Nessun titolo." - }, - "table_of_contents": { - "title": "Sommario", - "description": "L'indice apparirà nelle note di testo quando la nota contiene più di un numero definito di titoli. È possibile personalizzare questo numero:", - "unit": "titoli", - "disable_info": "È anche possibile utilizzare questa opzione per disattivare efficacemente l'indice impostando un numero molto alto.", - "shortcut_info": "È possibile configurare una scorciatoia da tastiera per alternare rapidamente il riquadro destro (incluso il sommario) in Opzioni -> Scorciatoie (nome 'toggleRightPane')." - }, - "tray": { - "title": "Vassoio di Sistema", - "enable_tray": "Abilita il vassoio (Trilium necessita di essere riavviato affinché la modifica abbia effetto)" - }, - "heading_style": { - "title": "Stile dell'Intestazione", - "plain": "Semplice", - "underline": "Sottolineato", - "markdown": "Stile Markdown" - }, - "highlights_list": { - "title": "Elenco dei punti salienti", - "description": "È possibile personalizzare l'elenco delle evidenziazioni visualizzato nel pannello di destra:", - "bold": "Testo in grassetto", - "italic": "Testo in corsivo", - "underline": "Testo sottolineato", - "color": "Testo colorato", - "bg_color": "Testo con colore di sfondo", - "visibility_title": "Visibilità dell'elenco dei punti salienti", - "visibility_description": "È possibile nascondere il widget delle evidenziazioni per nota aggiungendo un'etichetta #hideHighlightWidget.", - "shortcut_info": "È possibile configurare una scorciatoia da tastiera per alternare rapidamente il riquadro destro (inclusi i punti salienti) in Opzioni -> Scorciatoie (nome 'toggleRightPane')." - }, - "highlights_list_2": { - "title": "Punti salienti", - "options": "Opzioni", - "title_with_count_one": "{{count}} evidenza", - "title_with_count_many": "{{count}} evidenze", - "title_with_count_other": "{{count}} evidenze", - "modal_title": "Configura elenco dei punti salienti", - "menu_configure": "Configura elenco dei punti salienti...", - "no_highlights": "Nessun punto saliente trovato." - }, - "quick-search": { - "placeholder": "Ricerca rapida", - "searching": "Ricerca in corso...", - "no-results": "Nessun risultato trovato", - "more-results": "... e altri {{number}} risultati.", - "show-in-full-search": "Mostra nella ricerca completa" - }, - "help": { - "goUpDown": "su/giù nella lista delle note", - "collapseExpand": "collassa/espande il nodo", - "notSet": "non impostato", - "goBackForwards": "indietro/avanti nella cronologia", - "showJumpToNoteDialog": "mostra finestra di dialogo “Vai a”", - "title": "Scheda riassuntiva", - "noteNavigation": "Nota navigazione", - "scrollToActiveNote": "scorri fino alla nota attiva", - "jumpToParentNote": "vai alla nota principale", - "collapseWholeTree": "comprimi l'intero albero delle note", - "collapseSubTree": "comprimi sottoalbero", - "tabShortcuts": "Scorciatoie delle schede", - "newTabNoteLink": "Il link alla nota apre la nota in una nuova scheda", - "newTabWithActivationNoteLink": "Il link alla nota si apre e attiva la nota in una nuova scheda", - "onlyInDesktop": "Solo nella versione desktop (Electron build)", - "openEmptyTab": "apri scheda vuota", - "closeActiveTab": "chiudi scheda attiva", - "activateNextTab": "attiva la scheda successiva", - "activatePreviousTab": "attiva la scheda precedente", - "creatingNotes": "Creazione di note", - "createNoteAfter": "crea una nuova nota dopo quella attiva", - "createNoteInto": "crea una nuova sotto-nota nella nota attiva", - "editBranchPrefix": "modifica prefisso del clone della nota attiva", - "movingCloningNotes": "Spostamento / clonazione delle note", - "moveNoteUpDown": "spostare la nota verso l'alto/verso il basso nell'elenco delle note", - "moveNoteUpHierarchy": "spostare la nota verso l'alto nella gerarchia", - "multiSelectNote": "nota multi-selezione sopra/sotto", - "selectAllNotes": "seleziona tutte le note del livello corrente", - "selectNote": "seleziona nota", - "copyNotes": "copia la nota attiva (o la selezione corrente) negli appunti (utilizzata per la clonazione)", - "cutNotes": "taglia la nota corrente (o la selezione corrente) negli appunti (utilizzato per spostare le note)", - "pasteNotes": "Incolla le note come sotto-note nella nota attiva (che viene spostata o clonata a seconda che sia stata copiata o tagliata negli appunti)", - "deleteNotes": "eliminazione nota / sottoalbero", - "editingNotes": "Modifica delle note", - "editNoteTitle": "nel riquadro ad albero passa dal riquadro ad albero al titolo della nota. Premendo Invio dal titolo della nota, il focus passerà all'editor di testo. Ctrl+. riporterà il focus dall'editor al riquadro ad albero.", - "createEditLink": "crea / modifica collegamento esterno", - "createInternalLink": "creare un collegamento interno", - "followLink": "segui il link sotto il cursore", - "insertDateTime": "inserisci la data e l'ora correnti nella posizione del cursore", - "jumpToTreePane": "passa al riquadro dell'albero e scorri fino alla nota attiva", - "markdownAutoformat": "Formattazione automatica simile a Markdown", - "headings": "##, ###, #### ecc. seguiti da uno spazio per i titoli", - "bulletList": "* o - seguito da uno spazio per un elenco puntato", - "numberedList": "1. o 1) seguito da uno spazio per un elenco numerato", - "blockQuote": "inizia una riga con > seguito da uno spazio per il blocco di citazione", - "troubleshooting": "Risoluzione dei problemi", - "reloadFrontend": "ricarica il frontend Trilium", - "showDevTools": "mostra strumenti di sviluppo", - "showSQLConsole": "mostra console SQL", - "other": "Altro", - "quickSearch": "concentrati sull'input della ricerca rapida", - "inPageSearch": "ricerca all'interno della pagina", - "editShortcuts": "Modifica scorciatoie da tastiera" - }, - "i18n": { - "saturday": "Sabato", - "sunday": "Domenica", - "first-week-of-the-year": "Prima settimana dell'anno", - "first-week-contains-first-day": "La prima settimana contiene il primo giorno dell'anno", - "first-week-contains-first-thursday": "La prima settimana contiene il primo giovedì dell'anno", - "first-week-has-minimum-days": "La prima settimana ha giorni ridotti", - "min-days-in-first-week": "Giorni minimi nella prima settimana", - "first-week-info": "La prima settimana che contiene il primo giovedì dell'anno si basa su ISO 8601 standard.", - "first-week-warning": "La modifica delle opzioni della prima settimana può causare duplicati con le note settimanali esistenti e queste ultime non verranno aggiornate di conseguenza.", - "formatting-locale": "Formato data e numero", - "formatting-locale-auto": "In base alla lingua dell'applicazione", - "title": "Localizzazione", - "language": "Lingua", - "first-day-of-the-week": "Primo giorno della settimana", - "monday": "Lunedi", - "tuesday": "Martedì", - "wednesday": "Mercoledì", - "thursday": "Giovedì", - "friday": "Venerdì" - }, - "ai_llm": { - "not_started": "Non iniziato", - "title": "Impostazioni AI", - "processed_notes": "Note elaborate", - "total_notes": "Note totali", - "progress": "Progressi", - "queued_notes": "Note in coda", - "failed_notes": "Note non riuscite", - "last_processed": "Ultimo elaborato", - "refresh_stats": "Aggiorna statistiche", - "enable_ai_features": "Abilita le funzionalità AI/LLM", - "enable_ai_description": "Abilita funzionalità di intelligenza artificiale come il riepilogo delle note, la generazione di contenuti e altre funzionalità LLM", - "openai_tab": "OpenAI", - "anthropic_tab": "Antropico", - "voyage_tab": "Viaggio AI", - "ollama_tab": "Ollama", - "enable_ai": "Abilita le funzionalità AI/LLM", - "enable_ai_desc": "Abilita funzionalità di intelligenza artificiale come il riepilogo delle note, la generazione di contenuti e altre funzionalità LLM", - "provider_configuration": "Configurazione del fornitore di intelligenza artificiale", - "provider_precedence": "Precedenza del fornitore", - "provider_precedence_description": "Elenco dei provider separati da virgole in ordine di precedenza (ad esempio, 'openai,anthropic,ollama')", - "temperature": "Temperatura", - "temperature_description": "Controlla la casualità nelle risposte (0 = deterministico, 2 = casualità massima)", - "system_prompt": "Prompt di sistema", - "system_prompt_description": "Prompt di sistema predefinito utilizzato per tutte le interazioni con l'IA", - "openai_configuration": "Configurazione OpenAI", - "openai_settings": "Impostazioni OpenAI", - "api_key": "Chiave API", - "url": "URL di base", - "model": "Modello", - "openai_api_key_description": "La tua chiave API OpenAI per accedere ai loro servizi di intelligenza artificiale", - "anthropic_api_key_description": "La tua chiave API Anthropic per accedere ai modelli Claude", - "default_model": "Modello predefinito", - "openai_model_description": "Esempi: gpt-4o, gpt-4-turbo, gpt-3.5-turbo", - "base_url": "URL di base", - "openai_url_description": "Predefinito: https://api.openai.com/v1", - "anthropic_settings": "Ambientazioni antropiche", - "anthropic_url_description": "URL di base per l'API Anthropic (predefinito: https://api.anthropic.com)", - "anthropic_model_description": "Modelli di Anthropic Claude per il completamento della chat", - "voyage_settings": "Impostazioni AI di Voyage", - "ollama_settings": "Impostazioni Ollama", - "ollama_url_description": "URL per l'API Ollama (predefinito: http://localhost:11434)", - "ollama_model_description": "Modello Ollama da utilizzare per il completamento della chat", - "anthropic_configuration": "Configurazione antropica", - "voyage_configuration": "Configurazione AI di viaggio", - "voyage_url_description": "Predefinito: https://api.voyageai.com/v1", - "ollama_configuration": "Configurazione Ollama", - "enable_ollama": "Abilita Ollama", - "enable_ollama_description": "Abilita Ollama per l'utilizzo del modello AI locale", - "ollama_url": "URL di Ollama", - "ollama_model": "Modello Ollama", - "refresh_models": "Aggiorna modelli", - "refreshing_models": "Rinfrescante...", - "enable_automatic_indexing": "Abilita l'indicizzazione automatica", - "rebuild_index": "Ricostruisci indice", - "rebuild_index_error": "Errore durante l'avvio della ricostruzione dell'indice. Controllare i log per i dettagli.", - "note_title": "Titolo della nota", - "error": "Errore", - "last_attempt": "Ultimo tentativo", - "actions": "Azioni", - "retry": "Riprova", - "partial": "{{ percentage }}% completato", - "retry_queued": "Nota in coda per un nuovo tentativo", - "retry_failed": "Impossibile mettere in coda la nota per un nuovo tentativo", - "max_notes_per_llm_query": "Numero massimo di note per query", - "max_notes_per_llm_query_description": "Numero massimo di note simili da includere nel contesto AI", - "active_providers": "Fornitori attivi", - "disabled_providers": "Fornitori disabili", - "remove_provider": "Rimuovi il fornitore dalla ricerca", - "restore_provider": "Ripristina il provider per la ricerca", - "similarity_threshold": "Soglia di similarità", - "similarity_threshold_description": "Punteggio minimo di similarità (0-1) per le note da includere nel contesto per le query LLM", - "reprocess_index": "Ricostruisci l'indice di ricerca", - "reprocessing_index": "Ricostruzione...", - "reprocess_index_started": "Ottimizzazione dell'indice di ricerca avviata in background", - "reprocess_index_error": "Errore durante la ricostruzione dell'indice di ricerca", - "index_rebuild_progress": "Progresso nella ricostruzione dell'indice", - "index_rebuilding": "Indice di ottimizzazione ({{percentage}}%)", - "index_rebuild_complete": "Ottimizzazione dell'indice completata", - "index_rebuild_status_error": "Errore durante il controllo dello stato di ricostruzione dell'indice", - "never": "Mai", - "processing": "Elaborazione ({{percentage}}%)", - "incomplete": "Incompleto ({{percentage}}%)", - "complete": "Completato (100%)", - "refreshing": "Rinfrescante...", - "auto_refresh_notice": "Si aggiorna automaticamente ogni {{seconds}} secondi", - "note_queued_for_retry": "Nota in coda per un nuovo tentativo", - "failed_to_retry_note": "Impossibile riprovare nota", - "all_notes_queued_for_retry": "Tutte le note non riuscite sono in coda per un nuovo tentativo", - "failed_to_retry_all": "Impossibile riprovare le note", - "ai_settings": "Impostazioni AI", - "api_key_tooltip": "Chiave API per accedere al servizio", - "empty_key_warning": { - "anthropic": "La chiave API di Anthropic è vuota. Inserisci una chiave API valida.", - "openai": "La chiave API di OpenAI è vuota. Inserisci una chiave API valida.", - "voyage": "La chiave API di Voyage è vuota. Inserisci una chiave API valida.", - "ollama": "La chiave API di Ollama è vuota. Inserisci una chiave API valida." - }, - "agent": { - "processing": "Elaborazione in corso...", - "thinking": "Pensiero...", - "loading": "Caricamento...", - "generating": "Generazione in corso..." - }, - "name": "intelligenza artificiale", - "openai": "OpenAI", - "use_enhanced_context": "Utilizzare il contesto avanzato", - "enhanced_context_description": "Fornisce all'IA più contesto dalla nota e dalle note correlate per risposte migliori", - "show_thinking": "Mostra il pensiero", - "show_thinking_description": "Mostra la catena del processo di pensiero dell'IA", - "enter_message": "Inserisci il tuo messaggio...", - "error_contacting_provider": "Errore durante la connessione al fornitore dell'IA. Controlla le impostazioni e la connessione Internet.", - "error_generating_response": "Errore durante la generazione della risposta AI", - "index_all_notes": "Indice Tutte le note", - "index_status": "Stato dell'indice", - "indexed_notes": "Note indicizzate", - "indexing_stopped": "Indicizzazione interrotta", - "indexing_in_progress": "Indicizzazione in corso...", - "last_indexed": "Ultimo indicizzato", - "note_chat": "Nota Chat", - "sources": "Fonti", - "start_indexing": "Avvia l'indicizzazione", - "use_advanced_context": "Usa contesto avanzato", - "ollama_no_url": "Ollama non è configurato. Inserisci un URL valido.", - "chat": { - "root_note_title": "Chat AI", - "root_note_content": "Questa nota contiene le conversazioni della chat AI salvate.", - "new_chat_title": "Nuova chat", - "create_new_ai_chat": "Crea una nuova chat AI" - }, - "create_new_ai_chat": "Crea una nuova chat AI", - "configuration_warnings": "Ci sono alcuni problemi con la configurazione dell'IA. Controlla le impostazioni.", - "experimental_warning": "La funzionalità LLM è attualmente sperimentale: sei stato avvisato.", - "selected_provider": "Fornitore selezionato", - "selected_provider_description": "Scegli il fornitore di intelligenza artificiale per le funzionalità di chat e completamento", - "select_model": "Seleziona il modello...", - "select_provider": "Seleziona il fornitore...", - "ai_enabled": "Funzionalità AI abilitate", - "ai_disabled": "Funzionalità AI disabilitate", - "no_models_found_online": "Nessun modello trovato. Controlla la tua chiave API e le impostazioni.", - "no_models_found_ollama": "Nessun modello Ollama trovato. Controlla se Ollama è in esecuzione.", - "error_fetching": "Errore durante il recupero dei modelli: {{error}}" - }, - "import": { - "importIntoNote": "Importa nella nota", - "chooseImportFile": "Scegli file di importazione", - "importDescription": "Il contenuto dei file selezionati verranno importati come note secondarie in", - "options": "Opzioni", - "safeImportTooltip": "I file di esportazione Trilium .zip possono contenere script eseguibili che potrebbero avere comportamenti dannosi. L'importazione sicura disattiverà l'esecuzione automatica di tutti gli script importati. Deseleziona “Importazione sicura” solo se l'archivio importato dovrebbe contenere script eseguibili e ti fidi completamente del contenuto del file di importazione.", - "safeImport": "Importazione sicura", - "explodeArchivesTooltip": "Se questa opzione è selezionata, Trilium leggerà i file .zip, .enex e .opml e creerà delle note dai file contenuti in tali archivi. Se l'opzione non è selezionata, Trilium allegherà gli archivi stessi alla nota.", - "shrinkImages": "Riduci immagini", - "explodeArchives": "Leggi il contenuto degli archivi .zip, .enex e .opml .", - "html_import_tags": { - "title": "Tag di importazione HTML", - "description": "Configura quali tag HTML devono essere mantenuti durante l'importazione delle note. I tag che non sono presenti in questo elenco verranno rimossi durante l'importazione. Alcuni tag (come 'script') vengono sempre rimossi per motivi di sicurezza.", - "placeholder": "Inserisci i tag HTML, uno per riga", - "reset_button": "Ripristina elenco predefinito" - }, - "import-status": "Stato importazione", - "in-progress": "Importazione in corso: {{progress}}", - "successful": "Importazione completata con successo.", - "shrinkImagesTooltip": "

Se selezioni questa opzione, Trilium tenterà di ridurre le immagini importate tramite ridimensionamento e ottimizzazione, il che potrebbe influire sulla qualità percepita dell’immagine. Se non selezionata, le immagini verranno importate senza modifiche.

Questo non si applica alle importazioni .zip con metadati, poiché si presume che questi file siano già ottimizzati.

", - "textImportedAsText": "Importa HTML, Markdown e TXT come note di testo se non è chiaro dai metadati", - "codeImportedAsCode": "Importa i file di codice riconosciuti (ad esempio .json) come note di codice se non è chiaro dai metadati", - "replaceUnderscoresWithSpaces": "Sostituisci i trattini bassi con spazi nei nomi delle note importate", - "import": "Importa", - "failed": "Importazione fallita: {{message}}.", - "importZipRecommendation": "Quando si importa un file ZIP, la gerarchia delle note rifletterà la struttura delle sottodirectory all'interno dell'archivio." - }, - "include_note": { - "dialog_title": "Includi nota", - "label_note": "Note", - "placeholder_search": "cerca una nota per nome", - "box_size_prompt": "Dimensione della casella della nota inclusa:", - "box_size_small": "piccola (~ 10 righe)", - "box_size_medium": "media (~ 30 righe)", - "box_size_full": "completa (la casella mostra il testo completo)", - "button_include": "Includi nota" - }, - "jump_to_note": { - "search_placeholder": "Cerca una nota per nome oppure digita > per i comandi...", - "search_button": "Cerca nel testo completo" - }, - "markdown_import": { - "dialog_title": "Importazione Markdown", - "modal_body_text": "A causa del sandbox del browser non è possibile leggere direttamente gli appunti tramite JavaScript. Incolla il Markdown da importare nell'area di testo sottostante e clicca sul pulsante Importa", - "import_button": "Importa", - "import_success": "Il contenuto Markdown è stato importato nel documento." - }, - "move_to": { - "target_parent_note": "Nota principale di destinazione", - "dialog_title": "Sposta note in ...", - "notes_to_move": "Note da spostare", - "search_placeholder": "cerca una nota per nome", - "move_button": "Sposta nella nota selezionata", - "error_no_path": "Nessun percorso in cui spostarsi.", - "move_success_message": "Le note selezionate sono state spostate in " - }, - "note_type_chooser": { - "change_path_prompt": "Cambia dove creare la nuova nota:", - "search_placeholder": "cerca percorso per nome (predefinito se vuoto)", - "modal_title": "Scegli il tipo di nota", - "modal_body": "Scegli il tipo / modello della nuova nota:", - "templates": "Modelli", - "builtin_templates": "Modelli incorporati" - }, - "prompt": { - "title": "Richiesta", - "ok": "OK", - "defaultTitle": "Richiesta" - }, - "recent_changes": { - "title": "Modifiche recenti", - "erase_notes_button": "Cancella ora le note eliminate", - "deleted_notes_message": "Le note eliminate sono state cancellate.", - "no_changes_message": "Nessuna modifica ancora...", - "undelete_link": "ripristinare", - "confirm_undelete": "Vuoi ripristinare questa nota e le sue sotto-note?" - }, - "revisions": { - "note_revisions": "Note Revisioni", - "delete_all_revisions": "Elimina tutte le revisioni di questa nota", - "delete_all_button": "Elimina tutte le revisioni", - "help_title": "Aiuto sulle revisioni delle note", - "confirm_delete_all": "Vuoi eliminare tutte le revisioni di questa nota?", - "no_revisions": "Ancora nessuna revisione per questa nota...", - "restore_button": "Ripristina", - "diff_on": "Mostra differenze", - "diff_off": "Mostra contenuto", - "diff_on_hint": "Clicca per mostrare la fonte della nota diff", - "diff_off_hint": "Clicca per visualizzare il contenuto della nota", - "diff_not_available": "Diff non è disponibile.", - "confirm_restore": "Vuoi ripristinare questa revisione? Questo sovrascriverà il titolo e il contenuto attuali della nota con questa revisione.", - "delete_button": "Elimina", - "confirm_delete": "Vuoi eliminare questa revisione?", - "revisions_deleted": "Le revisioni delle note sono state eliminate.", - "revision_restored": "La revisione della nota è stata ripristinata.", - "revision_deleted": "La revisione della nota è stata eliminata.", - "snapshot_interval": "Nota Intervallo di revisione istantanea: {{seconds}}.", - "maximum_revisions": "Nota Limite istantaneo di revisione: {{number}}.", - "settings": "Nota Impostazioni di revisione", - "download_button": "Scarica", - "mime": "MIME: ", - "file_size": "Dimensione del file:", - "preview_not_available": "L'anteprima non è disponibile per questo tipo di nota." - }, - "sort_child_notes": { - "sort_children_by": "Ordina i bambini per...", - "sorting_criteria": "Criteri di ordinamento", - "title": "titolo", - "date_created": "data di creazione", - "date_modified": "data di modifica", - "sorting_direction": "Direzione", - "ascending": "ascendente", - "descending": "discendente", - "folders": "Cartelle", - "sort_folders_at_top": "ordina le cartelle in alto", - "natural_sort": "Ordinamento naturale", - "sort_with_respect_to_different_character_sorting": "ordinare in base alle diverse regole di ordinamento e collazione dei caratteri nelle diverse lingue o regioni.", - "natural_sort_language": "Linguaggio di ordinamento naturale", - "the_language_code_for_natural_sort": "Il codice lingua per l'ordinamento naturale, ad esempio \"zh-CN\" per il cinese.", - "sort": "Ordina" - }, - "upload_attachments": { - "upload_attachments_to_note": "Carica allegati alla nota", - "choose_files": "Scegli i file", - "files_will_be_uploaded": "I file saranno caricati come allegati in {{noteTitle}}", - "options": "Opzioni", - "shrink_images": "Riduci immagini", - "upload": "Carica", - "tooltip": "Se selezioni questa opzione, Trilium tenterà di ridurre le immagini caricate tramite ridimensionamento e ottimizzazione, il che potrebbe influire sulla qualità percepita delle immagini. Se non selezionata, le immagini verranno caricate senza modifiche." - }, - "attribute_detail": { - "attr_detail_title": "Titolo dettagli attributo", - "close_button_title": "Annulla modifiche e chiudi", - "attr_is_owned_by": "L'attributo è di proprietà di", - "attr_name_title": "Il nome dell'attributo può essere composto solo da caratteri alfanumerici, due punti e trattino basso", - "name": "Nome", - "app_theme_base": "impostare su \"next\", \"next-light\" o \"next-dark\" per utilizzare il tema TriliumNext corrispondente (automatico, chiaro o scuro) come base per un tema personalizzato, invece di quello precedente.", - "css_class": "Il valore di questa etichetta viene quindi aggiunto come classe CSS al nodo che rappresenta una determinata nota nell'albero. Ciò può essere utile per la personalizzazione avanzata dei temi. Può essere utilizzato nelle note dei modelli.", - "icon_class": "Il valore di questa etichetta viene aggiunto come classe CSS all'icona sull'albero, il che può aiutare a distinguere visivamente le note nell'albero. Un esempio potrebbe essere bx bx-home - le icone sono prese da boxicons. Può essere utilizzato nelle note del modello.", - "page_size": "numero di elementi per pagina nell'elenco delle note", - "custom_request_handler": "vedi Gestore richieste personalizzato", - "custom_resource_provider": "vedi Gestore richieste personalizzato", - "widget": "contrassegna questa nota come widget personalizzato che verrà aggiunto all'albero dei componenti Trilium", - "workspace": "contrassegna questa nota come area di lavoro che consente un facile ancoraggio", - "workspace_icon_class": "definisce la classe CSS dell'icona della casella che verrà utilizzata nella scheda quando viene sollevata su questa nota", - "workspace_tab_background_color": "Colore CSS utilizzato nella scheda delle note quando viene sollevato su questa nota", - "workspace_calendar_root": "Definisce la radice del calendario per ogni area di lavoro", - "workspace_template": "Questa nota apparirà nella selezione dei modelli disponibili quando si crea una nuova nota, ma solo se inserita in un'area di lavoro che contiene questo modello", - "search_home": "verranno create nuove note di ricerca come sottovoci di questa nota", - "value": "Valore", - "target_note_title": "La relazione è una connessione denominata tra la nota di origine e la nota di destinazione.", - "target_note": "Nota obiettivo", - "promoted_title": "L'attributo promosso viene visualizzato in modo ben visibile sulla nota.", - "promoted": "Promosso", - "promoted_alias_title": "Il nome da visualizzare nell'interfaccia utente degli attributi promossi.", - "promoted_alias": "Alias", - "multiplicity_title": "La molteplicità definisce quanti attributi con lo stesso nome possono essere creati: al massimo 1 o più di 1.", - "multiplicity": "Molteplicità", - "single_value": "Valore singolo", - "multi_value": "Valore multiplo", - "label_type_title": "Il tipo di etichetta aiuterà Trilium a scegliere l'interfaccia adatta per inserire il valore dell'etichetta.", - "label_type": "Tipo", - "text": "Testo", - "number": "Numero", - "boolean": "Booleano", - "date": "Data", - "date_time": "Data e Ora", - "time": "Ora", - "url": "URL", - "precision_title": "Quante cifre dopo la virgola mobile dovrebbero essere disponibili nell'interfaccia di impostazione del valore.", - "precision": "Precisione", - "digits": "cifre", - "inverse_relation_title": "Impostazione facoltativa per definire a quale relazione è opposta questa. Esempio: padre e figlio sono relazioni inverse l'una rispetto all'altra.", - "inheritable": "Ereditabile", - "inverse_relation": "Relazione inversa", - "inheritable_title": "L'attributo ereditario verrà ereditato da tutti i discendenti sotto questo albero.", - "save_and_close": "Salva e chiudi Ctrl+Enter", - "delete": "Eliminazione", - "related_notes_title": "Altre note con questa etichetta", - "more_notes": "Altre note", - "label": "Dettagli etichetta", - "label_definition": "Dettagli definizione etichetta", - "relation": "Dettagli relazione", - "relation_definition": "Dettagli definizione relazione", - "disable_versioning": "disabilita il versioning automatico. Utile ad esempio per note di grandi dimensioni ma non importanti, come le grandi librerie JS utilizzate per lo scripting", - "calendar_root": "segna le note che devono essere utilizzate come note principali per le note giornaliere. Solo una deve essere contrassegnata come tale.", - "archived": "Le note con questa etichetta non saranno visibili per impostazione predefinita nei risultati di ricerca (anche nelle finestre di dialogo Vai a, Aggiungi collegamento ecc.).", - "run_on_instance": "Definire su quale istanza di Trilium eseguire questa operazione. L'impostazione predefinita è tutte le istanze.", - "exclude_from_export": "le note (con la loro sottostruttura) non saranno incluse in nessuna esportazione di note", - "run": "definisce su quali eventi deve essere eseguito lo script. I valori possibili sono:\n
    \n
  • frontendStartup - quando il frontend Trilium viene avviato (o aggiornato), ma non su dispositivi mobili.
  • \n
  • mobileStartup - quando il frontend Trilium viene avviato (o aggiornato) su dispositivi mobili.
  • \n
  • backendStartup - quando viene avviato il backend Trilium
  • \n
  • hourly - eseguire una volta all'ora. È possibile utilizzare l'etichetta aggiuntiva runAtHour per specificare a che ora.
  • \n
  • daily - eseguire una volta al giorno
  • \n
", - "run_at_hour": "A che ora deve essere eseguito. Deve essere utilizzato insieme a #run=hourly. Può essere definito più volte per più esecuzioni durante il giorno.", - "disable_inclusion": "gli script con questa etichetta non saranno inclusi nell'esecuzione dello script principale.", - "sorted": "mantiene le note figlie ordinate alfabeticamente per titolo", - "sort_direction": "ASC (impostazione predefinita) o DESC", - "sort_folders_first": "Le cartelle (note con figlie) devono essere ordinate in cima", - "top": "mantieni la nota in cima al suo genitore (si applica solo ai genitori ordinati)", - "hide_promoted_attributes": "Nascondi gli attributi promossi in questa nota", - "read_only": "L'editor è in modalità di sola lettura. Funziona solo per note di testo e codice.", - "auto_read_only_disabled": "Le note di testo/codice possono essere impostate automaticamente in modalità di lettura quando sono troppo grandi. È possibile disabilitare questo comportamento per ogni singola nota aggiungendo questa etichetta alla nota", - "app_css": "contrassegna le note CSS che vengono caricate nell'applicazione Trilium e possono quindi essere utilizzate per modificare l'aspetto di Trilium.", - "app_theme": "contrassegna le note CSS che sono temi Trilium completi e sono quindi disponibili nelle opzioni Trilium.", - "workspace_search_home": "nuove note di ricerca verranno create come figlie di questa nota quando sollevate a qualche antenato di questa nota dell'area di lavoro", - "inbox": "Posizione predefinita della casella di posta in arrivo per le nuove note: quando crei una nota utilizzando il pulsante \"Nuova nota\" nella barra laterale, le note verranno create come note secondarie nella nota contrassegnata con l'etichetta #inbox.", - "workspace_inbox": "posizione predefinita della casella di posta in arrivo per le nuove note quando vengono trasferite a un antenato di questa nota dell'area di lavoro", - "sql_console_home": "posizione predefinita delle note della console SQL", - "bookmark_folder": "le note con questa etichetta appariranno nei segnalibri come cartelle (consentendo l'accesso ai loro elementi secondari)", - "share_hidden_from_tree": "questa nota è nascosta dall'albero di navigazione a sinistra, ma è comunque accessibile tramite il suo URL", - "share_external_link": "La nota fungerà da collegamento a un sito web esterno nell'albero di condivisione", - "share_alias": "definisci un alias con cui la nota sarà disponibile all'indirizzo https://your_trilium_host/share/[your_alias]", - "share_omit_default_css": "Il CSS predefinito della pagina di condivisione verrà omesso. Utilizzarlo quando si apportano modifiche stilistiche significative.", - "keep_current_hoisting": "L'apertura di questo link non modificherà l'ancoraggio anche se la nota non è visualizzabile nell'attuale sottoalbero ancorato.", - "share_description": "definire il testo da aggiungere al meta tag HTML per la descrizione", - "share_raw": "La nota verrà visualizzata nel suo formato originale, senza wrapper HTML", - "share_disallow_robot_indexing": "impedirà l'indicizzazione robotica di questa nota tramite l'intestazione X-Robots-Tag: noindex", - "share_credentials": "richiedono credenziali per accedere a questa nota condivisa. Il valore deve essere nel formato 'username:password'. Non dimenticare di renderlo ereditabile affinché si applichi alle note/immagini secondarie.", - "share_index": "La nota con questa etichetta elencherà tutte le radici delle note condivise", - "display_relations": "nomi delle relazioni delimitati da virgola che devono essere visualizzati. Tutti gli altri saranno nascosti.", - "hide_relations": "nomi delle relazioni delimitati da virgola che devono essere nascosti. Tutti gli altri saranno visualizzati.", - "title_template": "titolo predefinito delle note create come figlie di questa nota. Il valore viene valutato come stringa JavaScript. \n e quindi può essere arricchito con contenuti dinamici tramite le variabili now e parentNote inserite. Esempi:\n \n
    \n
  • ${parentNote.getLabelValue('authorName')}'s opere letterarie
  • \n
  • Log per ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n Per ulteriori dettagli, consultare wiki con i dettagli, la documentazione API per parentNote e now.", - "template": "Questa nota apparirà nella selezione dei modelli disponibili durante la creazione di una nuova nota", - "toc": "#toc o #toc=show forzeranno la visualizzazione del sommario, mentre #toc=hide ne forzerà la non visualizzazione. Se l'etichetta non esiste, verrà applicata l'impostazione globale", - "color": "definisce il colore della nota nell'albero delle note, nei link ecc. Utilizza qualsiasi valore di colore CSS valido come \"red\" o #a13d5f", - "keyboard_shortcut": "Definisce una scorciatoia da tastiera che consentirà di passare immediatamente a questa nota. Esempio: \"ctrl+alt+e\". Per rendere effettiva la modifica è necessario ricaricare il frontend.", - "execute_button": "Titolo del pulsante che eseguirà il codice della nota corrente", - "execute_description": "Descrizione più dettagliata della nota di codice corrente visualizzata insieme al pulsante di esecuzione", - "exclude_from_note_map": "Le note con questa etichetta saranno nascoste dalla mappa delle note", - "new_notes_on_top": "Le nuove note verranno create nella parte superiore della nota principale, non nella parte inferiore.", - "hide_highlight_widget": "Nascondi widget Elenco evidenziazioni", - "run_on_note_creation": "Viene eseguito quando viene creata una nota sul backend. Utilizza questa relazione se desideri eseguire lo script per tutte le note create in una sottostruttura specifica. In tal caso, crealo sulla nota radice della sottostruttura e rendilo ereditabile. Una nuova nota creata all'interno della sottostruttura (a qualsiasi profondità) attiverà lo script.", - "run_on_child_note_creation": "viene eseguito quando viene creata una nuova nota sotto la nota in cui è definita questa relazione", - "run_on_note_title_change": "viene eseguito quando viene modificato il titolo della nota (include anche la creazione della nota)", - "run_on_note_content_change": "Viene eseguito quando il contenuto della nota viene modificato (compresa la creazione della nota).", - "run_on_note_change": "Viene eseguito quando la nota viene modificata (compresa la creazione della nota). Non include le modifiche al contenuto", - "run_on_note_deletion": "viene eseguito quando la nota viene eliminata", - "run_on_branch_creation": "Viene eseguito quando viene creato un ramo. Il ramo è un collegamento tra la nota principale e la nota secondaria e viene creato, ad esempio, quando si clona o si sposta una nota.", - "run_on_branch_change": "viene eseguito quando un ramo viene aggiornato.", - "run_on_branch_deletion": "Viene eseguito quando viene eliminato un ramo. Il ramo è un collegamento tra una nota padre e una nota figlio e viene eliminato, ad esempio, quando si sposta una nota (il vecchio ramo/collegamento viene eliminato).", - "run_on_attribute_creation": "viene eseguito quando viene creato un nuovo attributo per la nota che definisce questa relazione", - "run_on_attribute_change": " viene eseguito quando viene modificato l'attributo di una nota che definisce questa relazione. Viene attivato anche quando l'attributo viene eliminato", - "relation_template": "Gli attributi della nota saranno ereditati anche senza una relazione padre-figlio, mentre il contenuto e la sottostruttura della nota saranno aggiunti alle note dell'istanza se vuote. Per ulteriori dettagli, consultare la documentazione.", - "inherit": "Gli attributi della nota saranno ereditati anche senza una relazione padre-figlio. Vedi relazione modello per un concetto simile. Vedi eredità degli attributi nella documentazione.", - "render_note": "le note di tipo \"renderizza nota HTML\" saranno renderizzate utilizzando una nota codice (HTML o script) ed è necessario indicare utilizzando questa relazione quale nota deve essere renderizzata", - "widget_relation": "L'obiettivo di questa relazione verrà eseguito e visualizzato come widget nella barra laterale", - "share_css": "Nota CSS che verrà inserita nella pagina condivisa. Anche la nota CSS deve trovarsi nella sottostruttura condivisa. Valuta anche l'utilizzo di 'share_hidden_from_tree' e 'share_omit_default_css'.", - "share_js": "Nota JavaScript che verrà inserita nella pagina di condivisione. Anche la nota JS deve trovarsi nella sottostruttura condivisa. Valuta l'utilizzo di 'share_hidden_from_tree'.", - "share_template": "Nota JavaScript incorporata che verrà utilizzata come modello per la visualizzazione della nota condivisa. Se non disponibile, verrà utilizzato il modello predefinito. Si consiglia di utilizzare 'share_hidden_from_tree'.", - "share_favicon": "Nota Favicon da impostare nella pagina condivisa. In genere è preferibile impostarla su \"condivisione radice\" e renderla ereditabile. Anche la nota Favicon deve trovarsi nella sottostruttura condivisa. Valutare l'utilizzo di 'share_hidden_from_tree'.", - "is_owned_by_note": "è di proprietà di nota", - "other_notes_with_name": "Altre note con {{attributeType}} nome \"{{attributeName}}\"", - "and_more": "... e altri {{count}}.", - "print_landscape": "Quando si esporta in PDF, cambia l'orientamento della pagina da verticale a orizzontale.", - "print_page_size": "Quando si esporta in PDF, modifica le dimensioni della pagina. Valori supportati: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", - "color_type": "Colore", - "share_root": "segna la nota che viene servita su /share root." - }, - "attribute_editor": { - "help_text_body1": "Per aggiungere un'etichetta, basta digitare ad esempio #rock oppure, se si desidera aggiungere anche un valore, ad esempio #year = 2020", - "help_text_body2": "Per la relazione, digita ~author = @, che dovrebbe far apparire un completamento automatico in cui puoi cercare la nota desiderata.", - "help_text_body3": "In alternativa, è possibile aggiungere etichette e relazioni utilizzando il pulsante + sul lato destro.", - "save_attributes": "Salva attributi ", - "add_a_new_attribute": "Aggiungi un nuovo attributo", - "add_new_label": "Aggiungi nuova etichetta ", - "add_new_relation": "Aggiungi nuova relazione ", - "add_new_relation_definition": "Aggiungi una nuova definizione di relazione", - "placeholder": "Digitare qui le etichette e le relazioni", - "add_new_label_definition": "Aggiungi nuova definizione di etichetta" - }, - "execute_script": { - "execute_script": "Esegui script", - "help_text": "È possibile eseguire semplici script sulle note abbinate.", - "example_1": "Ad esempio, per aggiungere una stringa al titolo di una nota, utilizzare questo piccolo script:", - "example_2": "Un esempio più complesso sarebbe l'eliminazione di tutti gli attributi delle note corrispondenti:" - }, - "rename_label": { - "rename_label": "Rinomina etichetta", - "rename_label_from": "Rinomina etichetta da", - "old_name_placeholder": "vecchio nome", - "to": "A", - "new_name_placeholder": "nuovo nome", - "name_title": "Sono consentiti caratteri alfanumerici, trattino basso e due punti." - }, - "delete_note": { - "delete_note": "Elimina nota", - "delete_matched_notes": "Elimina le note corrispondenti", - "delete_matched_notes_description": "In questo modo verranno eliminate le note corrispondenti.", - "undelete_notes_instruction": "Dopo l'eliminazione, è possibile ripristinarli dalla finestra di dialogo Modifiche recenti.", - "erase_notes_instruction": "Per cancellare definitivamente le note, dopo l'eliminazione puoi andare su Opzioni -> Altro e cliccare sul pulsante \"Cancella note eliminate ora\"." - }, - "delete_revisions": { - "delete_note_revisions": "Elimina le revisioni delle note", - "all_past_note_revisions": "Tutte le revisioni passate delle note corrispondenti verranno eliminate. La nota stessa verrà conservata integralmente. In altri termini, la cronologia della nota verrà rimossa." - }, - "move_note": { - "move_note": "Sposta nota", - "to": "A", - "target_parent_note": "nota del genitore di destinazione", - "on_all_matched_notes": "Su tutte le note abbinate", - "move_note_new_parent": "sposta la nota al nuovo genitore se la nota ha un solo genitore (ad esempio, il vecchio ramo viene rimosso e viene creato un nuovo ramo nel nuovo genitore)", - "clone_note_new_parent": "clona la nota sul nuovo genitore se la nota ha più cloni/rami (non è chiaro quale ramo debba essere rimosso)", - "nothing_will_happen": "non accadrà nulla se la nota non può essere spostata sulla nota di destinazione (cioè ciò creerebbe un ciclo ad albero)" - }, - "rename_note": { - "rename_note": "Rinomina nota", - "rename_note_title_to": "Rinomina il titolo della nota in", - "new_note_title": "nuovo titolo della nota", - "click_help_icon": "Fare clic sull'icona della guida a destra per vedere tutte le opzioni", - "evaluated_as_js_string": "Il valore specificato viene valutato come stringa JavaScript e può quindi essere arricchito con contenuto dinamico tramite la variabile note inserita (la nota viene rinominata). Esempi:", - "example_note": "Nota - tutte le note corrispondenti vengono rinominate in 'Nota'", - "example_new_title": "NEW: ${note.title} - i titoli delle note corrispondenti sono preceduti dal prefisso 'NEW:'", - "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - le note corrispondenti sono precedute dal mese e dalla data di creazione della nota", - "api_docs": "Per i dettagli, consultare la documentazione API per nota e le sue proprietà dateCreatedObj / utcDateCreatedObj." - }, - "add_relation": { - "add_relation": "Aggiungi relazione", - "relation_name": "nome della relazione", - "allowed_characters": "Sono consentiti caratteri alfanumerici, trattino basso e due punti.", - "to": "A", - "target_note": "nota di destinazione", - "create_relation_on_all_matched_notes": "Su tutte le note corrispondenti crea la relazione data." - }, - "delete_relation": { - "delete_relation": "Elimina relazione", - "relation_name": "nome della relazione", - "allowed_characters": "Sono consentiti caratteri alfanumerici, trattino basso e due punti." - }, - "rename_relation": { - "rename_relation": "Rinomina relazione", - "rename_relation_from": "Rinomina la relazione da", - "old_name": "vecchio nome", - "to": "A", - "new_name": "nuovo nome", - "allowed_characters": "Sono consentiti caratteri alfanumerici, trattino basso e due punti." - }, - "update_relation_target": { - "update_relation": "Aggiorna relazione", - "relation_name": "nome della relazione", - "allowed_characters": "Sono consentiti caratteri alfanumerici, trattino basso e due punti.", - "to": "A", - "target_note": "nota di destinazione", - "on_all_matched_notes": "Su tutte le note abbinate", - "change_target_note": "cambia la nota di destinazione della relazione esistente", - "update_relation_target": "Aggiorna la destinazione della relazione" - }, - "attachments_actions": { - "open_externally": "Aperto esternamente", - "open_externally_title": "Il file verrà aperto in un'applicazione esterna e monitorato per eventuali modifiche. Potrai quindi caricare la versione modificata su Trilium.", - "open_custom": "Apri personalizzato", - "open_custom_title": "Il file verrà aperto in un'applicazione esterna e monitorato per eventuali modifiche. Potrai quindi caricare la versione modificata su Trilium.", - "download": "Scaricamento", - "rename_attachment": "Rinomina allegato", - "upload_new_revision": "Carica nuova revisione", - "copy_link_to_clipboard": "Copia il collegamento negli appunti", - "convert_attachment_into_note": "Convertire l'allegato in nota", - "delete_attachment": "Elimina allegato", - "upload_success": "È stata caricata una nuova revisione dell'allegato.", - "upload_failed": "Caricamento di una nuova revisione dell'allegato non riuscito.", - "open_externally_detail_page": "L'apertura esterna dell'allegato è disponibile solo dalla pagina dei dettagli. Per prima cosa, fare clic sui dettagli dell'allegato e ripetere l'operazione.", - "open_custom_client_only": "L'apertura personalizzata degli allegati può essere effettuata solo dal client desktop.", - "delete_confirm": "Sei sicuro di voler eliminare l'allegato '{{title}}'?", - "delete_success": "L'allegato '{{title}}' è stato eliminato.", - "convert_confirm": "Sei sicuro di voler convertire l'allegato '{{title}}' in una nota separata?", - "convert_success": "L'allegato '{{title}}' è stato convertito in nota.", - "enter_new_name": "Inserisci il nome del nuovo allegato" - }, - "calendar": { - "mon": "Lun", - "tue": "Mar", - "wed": "Mer", - "thu": "Gio", - "fri": "Ven", - "sat": "Sab", - "sun": "Dom", - "cannot_find_day_note": "Impossibile trovare la nota del giorno", - "cannot_find_week_note": "Impossibile trovare la nota della settimana", - "january": "Gennaio", - "february": "Febbraio", - "march": "Marzo", - "april": "aprile", - "may": "Maggio", - "june": "Giugno", - "july": "Luglio", - "august": "agosto", - "september": "settembre", - "october": "ottobre", - "november": "novembre", - "december": "Dicembre", - "week": "Settimana", - "week_previous": "Settimana precedente", - "week_next": "La prossima settimana", - "month": "Mese", - "month_previous": "Mese precedente", - "month_next": "Il mese prossimo", - "year": "Anno", - "year_previous": "Anno precedente", - "year_next": "L'anno prossimo", - "list": "Lista", - "today": "Oggi" - }, - "close_pane_button": { - "close_this_pane": "Chiudi questo riquadro" - }, - "create_pane_button": { - "create_new_split": "Crea una nuova divisione" - }, - "show_toc_widget_button": { - "show_toc": "Mostra indice" - }, - "show_highlights_list_widget_button": { - "show_highlights_list": "Mostra elenco punti salienti" - }, - "global_menu": { - "menu": "Menu", - "options": "Opzioni", - "open_new_window": "Apri una nuova finestra", - "switch_to_mobile_version": "Passa alla versione mobile", - "switch_to_desktop_version": "Passa alla versione desktop", - "zoom": "Zoom", - "toggle_fullscreen": "Attiva schermo intero", - "zoom_out": "Rimpicciolisci", - "reset_zoom_level": "Ripristina livello di zoom", - "zoom_in": "Ingrandisci", - "configure_launchbar": "Configura Launchbar", - "show_shared_notes_subtree": "Mostra sottoalbero note condivise", - "advanced": "Avanzato", - "open_dev_tools": "Strumenti di sviluppo aperti", - "open_sql_console": "Apri la console SQL", - "open_sql_console_history": "Apri la cronologia della console SQL", - "open_search_history": "Apri cronologia ricerche", - "show_backend_log": "Mostra registro backend", - "reload_hint": "Ricarica può aiutare a risolvere alcuni problemi visivi senza dover riavviare l'intera app.", - "reload_frontend": "Ricarica Frontend", - "show_hidden_subtree": "Mostra sottoalbero nascosto", - "show_help": "Mostra aiuto", - "about": "Informazioni su Trilium Notes", - "logout": "Esci", - "show-cheatsheet": "Mostra il foglietto illustrativo", - "toggle-zen-mode": "Modalità Zen", - "new-version-available": "Nuovo aggiornamento disponibile", - "download-update": "Ottieni la versione {{latestVersion}}" - }, - "zen_mode": { - "button_exit": "Esci dalla modalità Zen" - }, - "sync_status": { - "unknown": "

Lo stato della sincronizzazione sarà noto una volta avviato il prossimo tentativo di sincronizzazione.

Fai clic per avviare la sincronizzazione ora.

", - "connected_with_changes": "

Connesso al server di sincronizzazione.
Ci sono ancora alcune modifiche in sospeso da sincronizzare.

Fai clic per avviare la sincronizzazione.

", - "connected_no_changes": "

Connesso al server di sincronizzazione.
Tutte le modifiche sono già state sincronizzate.

Fai clic per avviare la sincronizzazione.

", - "disconnected_with_changes": "

La connessione al server di sincronizzazione non è riuscita.
Ci sono alcune modifiche in sospeso che devono ancora essere sincronizzate.

Fai clic per avviare la sincronizzazione.

", - "disconnected_no_changes": "

La connessione al server di sincronizzazione non è riuscita.
Tutte le modifiche note sono state sincronizzate.

Fai clic per avviare la sincronizzazione.

", - "in_progress": "La sincronizzazione con il server è in corso." - }, - "left_pane_toggle": { - "show_panel": "Mostra pannello", - "hide_panel": "Nascondi pannello" - }, - "move_pane_button": { - "move_left": "Spostati a sinistra", - "move_right": "Spostati a destra" - }, - "note_actions": { - "convert_into_attachment": "Convertire in allegato", - "re_render_note": "Nota di ri-renderizzazione", - "search_in_note": "Cerca nella nota", - "note_source": "Nota fonte", - "note_attachments": "Allegati di note", - "open_note_externally": "Apri nota esternamente", - "open_note_externally_title": "Il file verrà aperto in un'applicazione esterna e monitorato per eventuali modifiche. Potrai quindi caricare la versione modificata su Trilium.", - "open_note_custom": "Apri nota personalizzata", - "import_files": "Importa file", - "export_note": "Nota di esportazione", - "delete_note": "Elimina nota", - "print_note": "Stampa nota", - "save_revision": "Salva la revisione", - "convert_into_attachment_failed": "Conversione della nota '{{title}}' fallita.", - "convert_into_attachment_successful": "Nota '{{title}}' è stato convertito in allegato.", - "convert_into_attachment_prompt": "Sei sicuro di voler convertire la nota '{{title}}' in un allegato della nota padre?", - "print_pdf": "Esporta come PDF...", - "open_note_on_server": "Apri una nota sul server", - "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": { - "no_click_handler": "Il widget pulsante '{{componentId}}' non ha un gestore di clic definito" - }, - "protected_session_status": { - "active": "La sessione protetta è attiva. Clicca per uscire dalla sessione protetta.", - "inactive": "Clicca per entrare nella sessione protetta" - }, - "revisions_button": { - "note_revisions": "Revisioni delle note" - }, - "update_available": { - "update_available": "Aggiornamento disponibile" - }, - "note_launcher": { - "this_launcher_doesnt_define_target_note": "Questo launcher non definisce la nota di destinazione." - }, - "code_buttons": { - "execute_button_title": "Esegui script", - "trilium_api_docs_button_title": "Apri la documentazione API di Trilium", - "save_to_note_button_title": "Salva per annotare", - "opening_api_docs_message": "Apertura dei documenti API...", - "sql_console_saved_message": "La nota della console SQL è stata salvata in {{note_path}}" - }, - "copy_image_reference_button": { - "button_title": "Copia il riferimento all'immagine negli appunti, può essere incollato in una nota di testo." - }, - "hide_floating_buttons_button": { - "button_title": "Nascondi pulsanti" - }, - "show_floating_buttons_button": { - "button_title": "Mostra pulsanti" - }, - "svg_export_button": { - "button_title": "Esporta diagramma come SVG" - }, - "relation_map_buttons": { - "create_child_note_title": "Crea una nuova nota secondaria e aggiungila a questa mappa delle relazioni", - "reset_pan_zoom_title": "Ripristina panoramica e zoom alle coordinate e all'ingrandimento iniziali", - "zoom_in_title": "Ingrandisci", - "zoom_out_title": "Rimpicciolisci" - }, - "zpetne_odkazy": { - "relation": "relazione", - "backlink_one": "{{count}} Backlink", - "backlink_many": "{{count}} Backlinks", - "backlink_other": "{{count}} Backlinks" - }, - "mobile_detail_menu": { - "insert_child_note": "Inserisci nota secondaria", - "delete_this_note": "Elimina questa nota", - "note_revisions": "Revisioni delle note", - "error_cannot_get_branch_id": "Impossibile ottenere branchId per notePath '{{notePath}}'", - "error_unrecognized_command": "Comando non riconosciuto {{command}}" - }, - "note_icon": { - "change_note_icon": "Cambia icona nota", - "search": "Ricerca:", - "reset-default": "Ripristina l'icona predefinita", - "search_placeholder_one": "Cerca {{number}} icona in {{count}} pacchetto", - "search_placeholder_many": "Cerca {{number}} icone in {{count}} pacchetti", - "search_placeholder_other": "Cerca {{number}} icone in {{count}} pacchetti", - "search_placeholder_filtered": "Cerca {{number}} icone in {{name}}", - "filter": "Filtro", - "filter-none": "Tutte le icone", - "filter-default": "Icone predefinite", - "icon_tooltip": "{{name}}\nPacchetto icone: {{iconPack}}", - "no_results": "Nessuna icona trovata." - }, - "basic_properties": { - "note_type": "Tipo di nota", - "editable": "Modificabile", - "basic_properties": "Proprietà di base", - "language": "Lingua", - "configure_code_notes": "Configura le note del codice..." - }, - "book_properties": { - "view_type": "Tipo di visualizzazione", - "grid": "Griglia", - "list": "Lista", - "collapse_all_notes": "Comprimi tutte le note", - "collapse": "Crollo", - "expand": "Espandere", - "book_properties": "Proprietà della raccolta", - "invalid_view_type": "Tipo di visualizzazione non valido '{{type}}'", - "calendar": "Calendario", - "table": "Tavolo", - "geo-map": "Mappa geografica", - "board": "Asse", - "presentation": "Presentazione", - "include_archived_notes": "Mostra note archiviate", - "expand_tooltip": "Espande i figli diretti di questa raccolta (a un livello di profondità). Per ulteriori opzioni, premere la freccia a destra.", - "expand_first_level": "Espandi figli diretti", - "expand_nth_level": "Espandi {{depth}} livelli", - "expand_all_levels": "Espandi tutti i livelli", - "hide_child_notes": "Nascondi note secondarie nell'albero" - }, - "edited_notes": { - "no_edited_notes_found": "Nessuna nota modificata per questo giorno...", - "title": "Note modificate", - "deleted": "(eliminato)" - }, - "file_properties": { - "note_id": "ID nota", - "original_file_name": "Nome del file originale", - "file_type": "Tipo di file", - "file_size": "Dimensione del file", - "download": "Scaricamento", - "open": "Aprire esternamente", - "upload_new_revision": "Carica nuova revisione", - "upload_success": "È stata caricata una nuova revisione del file.", - "upload_failed": "Caricamento di una nuova revisione del file non riuscito.", - "title": "File" - }, - "image_properties": { - "original_file_name": "Nome del file originale", - "file_type": "Tipo di file", - "file_size": "Dimensione del file", - "download": "Scaricamento", - "open": "Aprire", - "copy_reference_to_clipboard": "Copia il riferimento negli appunti", - "upload_new_revision": "Carica nuova revisione", - "upload_success": "È stata caricata una nuova revisione dell'immagine.", - "upload_failed": "Caricamento di una nuova revisione dell'immagine non riuscito: {{message}}", - "title": "Immagine" - }, - "inherited_attribute_list": { - "title": "Attributi ereditati", - "no_inherited_attributes": "Nessun attributo ereditato.", - "none": "nessuno" - }, - "note_info_widget": { - "note_id": "ID nota", - "created": "Creato", - "modified": "Modificato", - "type": "Tipo", - "note_size": "Dimensione della nota", - "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", - "subtree_size": "(dimensione del sottoalbero: {{size}} in {{count}} note)", - "title": "Nota informativa", - "show_similar_notes": "Mostra note simili", - "mime": "Tipo MIME" - }, - "note_map": { - "open_full": "Espandi completamente", - "collapse": "Ritorna alle dimensioni normali", - "title": "Nota Mappa", - "fix-nodes": "Fissare i nodi", - "link-distance": "Distanza del collegamento" - }, - "note_paths": { - "title": "Percorsi delle note", - "clone_button": "Clona la nota nella nuova posizione...", - "intro_placed": "Questa nota è inserita nei seguenti percorsi:", - "intro_not_placed": "Questa nota non è ancora stata inserita nell'albero delle note.", - "outside_hoisted": "Questo percorso è al di fuori della nota sollevata e dovresti sganciarla.", - "archived": "Archiviato", - "search": "Ricerca" - }, - "note_properties": { - "this_note_was_originally_taken_from": "Questa nota è stata originariamente tratta da:", - "info": "Informazioni" - }, - "owned_attribute_list": { - "owned_attributes": "Attributi posseduti" - }, - "promoted_attributes": { - "promoted_attributes": "Attributi promossi", - "unset-field-placeholder": "non impostato", - "url_placeholder": "http://sito web...", - "open_external_link": "Apri collegamento esterno", - "unknown_label_type": "Tipo di etichetta sconosciuto '{{type}}'", - "unknown_attribute_type": "Tipo di attributo sconosciuto '{{type}}'", - "add_new_attribute": "Aggiungi nuovo attributo", - "remove_this_attribute": "Rimuovi questo attributo", - "remove_color": "Rimuovere l'etichetta colorata" - }, - "script_executor": { - "query": "Domanda", - "script": "Sceneggiatura", - "execute_query": "Esegui query", - "execute_script": "Esegui script" - }, - "similar_notes": { - "title": "Note simili", - "no_similar_notes_found": "Nessuna nota simile trovata." - }, - "fast_search": { - "fast_search": "Ricerca veloce", - "description": "L'opzione di ricerca rapida disattiva la ricerca del testo completo del contenuto delle note, il che potrebbe velocizzare la ricerca in database di grandi dimensioni." - }, - "include_archived_notes": { - "include_archived_notes": "Includi note archiviate" - }, - "limit": { - "limit": "Limite", - "take_first_x_results": "Prendi solo i primi X risultati specificati." - }, - "order_by": { - "order_by": "Ordina per", - "relevancy": "Rilevanza (predefinita)", - "title": "Titolo", - "date_created": "Data di creazione", - "date_modified": "Data dell'ultima modifica", - "content_size": "Nota la dimensione del contenuto", - "content_and_attachments_size": "Nota le dimensioni del contenuto, inclusi gli allegati", - "content_and_attachments_and_revisions_size": "Nota la dimensione del contenuto, inclusi allegati e revisioni", - "revision_count": "Numero di revisioni", - "children_count": "Numero di note sui bambini", - "parent_count": "Numero di cloni", - "owned_label_count": "Numero di etichette", - "owned_relation_count": "Numero di relazioni", - "target_relation_count": "Numero di relazioni che hanno come target la nota", - "random": "Ordine casuale", - "asc": "Crescente (predefinito)", - "desc": "Discendente" - }, - "search_script": { - "title": "Cerca script:", - "placeholder": "cerca la nota per nome", - "description1": "Lo script di ricerca consente di definire i risultati di ricerca eseguendo uno script. Ciò offre la massima flessibilità quando la ricerca standard non è sufficiente.", - "description2": "Lo script di ricerca deve essere di tipo \"codice\" e sottotipo \"backend JavaScript\". Lo script deve restituire un array di noteId o note.", - "example_title": "Guarda questo esempio:", - "example_code": "// 1. Prefiltraggio tramite ricerca standard\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. Applicazione di criteri di ricerca personalizzati\nconst matchedNotes = candidateNotes\n.filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", - "note": "Si noti che lo script di ricerca e la stringa di ricerca non possono essere combinati tra loro." - }, - "attachment_list": { - "open_help_page": "Apri la pagina di aiuto sugli allegati", - "owning_note": "Nota di proprietà: ", - "upload_attachments": "Carica allegati", - "no_attachments": "Questa nota non ha allegati." - }, - "book": { - "no_children_help": "Questa raccolta non ha note secondarie, quindi non c'è nulla da visualizzare. Consulta la wiki per i dettagli.", - "drag_locked_title": "Bloccato per la modifica", - "drag_locked_message": "Trascinamento non consentito poiché la raccolta è bloccata per la modifica." - }, - "editable_code": { - "placeholder": "Digita qui il contenuto della tua nota di codice..." - }, - "editable_text": { - "placeholder": "Digita qui il contenuto della tua nota...", - "auto-detect-language": "Rilevato automaticamente", - "keeps-crashing": "Il componente di modifica continua a bloccarsi. Prova a riavviare Trilium. Se il problema persiste, valuta la possibilità di creare una segnalazione di bug.", - "editor_crashed_title": "L'editor di testo si è bloccato", - "editor_crashed_content": "I tuoi contenuti sono stati recuperati con successo, ma alcune delle modifiche più recenti potrebbero non essere state salvate.", - "editor_crashed_details_button": "Visualizza ulteriori dettagli...", - "editor_crashed_details_intro": "Se questo errore si verifica più volte, valuta la possibilità di segnalarlo su GitHub incollando le informazioni riportate di seguito.", - "editor_crashed_details_title": "Informazioni tecniche" - }, - "empty": { - "open_note_instruction": "Apri una nota digitandone il titolo nel campo sottostante oppure scegli una nota nell'albero.", - "search_placeholder": "cerca una nota per nome", - "enter_workspace": "Accedi all'area di lavoro {{title}}" - }, - "file": { - "file_preview_not_available": "L'anteprima del file non è disponibile per questo formato di file.", - "too_big": "Per motivi di prestazioni, l'anteprima mostra solo i primi {{maxNumChars}} caratteri del file. Scarica il file e aprilo esternamente per poterne visualizzare l'intero contenuto." - }, - "protected_session": { - "enter_password_instruction": "Per visualizzare la nota protetta è necessario inserire la password:", - "start_session_button": "Avvia sessione protetta", - "started": "La sessione protetta è stata avviata.", - "wrong_password": "Password errata.", - "protecting-finished-successfully": "Protezione completata con successo.", - "unprotecting-finished-successfully": "Rimozione della protezione completata con successo.", - "protecting-in-progress": "Protezione in corso: {{count}}", - "unprotecting-in-progress-count": "Rimozione della protezione in corso: {{count}}", - "protecting-title": "Stato di protezione", - "unprotecting-title": "Stato non protetto" - }, - "relation_map": { - "open_in_new_tab": "Apri in una nuova scheda", - "remove_note": "Rimuovi nota", - "edit_title": "Modifica titolo", - "rename_note": "Rinomina nota", - "enter_new_title": "Inserisci il titolo della nuova nota:", - "remove_relation": "Rimuovi relazione", - "confirm_remove_relation": "Sei sicuro di voler rimuovere la relazione?", - "specify_new_relation_name": "Specificare il nome della nuova relazione (caratteri consentiti: alfanumerici, due punti e trattino basso):", - "connection_exists": "La connessione '{{name}}' tra queste note esiste già.", - "start_dragging_relations": "Inizia a trascinare le relazioni da qui e rilasciale su un'altra nota.", - "note_not_found": "Nota {{noteId}} non trovata!", - "cannot_match_transform": "Impossibile abbinare la trasformazione: {{transform}}", - "note_already_in_diagram": "Nota che \"{{title}}\" è già presente nel diagramma.", - "enter_title_of_new_note": "Inserisci il titolo della nuova nota", - "default_new_note_title": "nuova nota", - "click_on_canvas_to_place_new_note": "Clicca sulla tela per inserire una nuova nota" - }, - "render": { - "note_detail_render_help_1": "Questa nota di aiuto viene visualizzata perché questa nota di tipo Render HTML non ha la relazione richiesta per funzionare correttamente.", - "note_detail_render_help_2": "Il tipo di nota HTML Render viene utilizzato per lo scripting. In breve, si ottiene una nota in codice HTML (opzionalmente con un po' di JavaScript) che verrà visualizzata. Per farla funzionare, è necessario definire una relazione denominata \"renderNote\" che punti alla nota HTML da visualizzare." - }, - "web_view": { - "web_view": "Visualizzazione Web", - "embed_websites": "La nota di tipo Web View consente di incorporare siti web in Trilium.", - "create_label": "Per iniziare, crea un'etichetta con l'indirizzo URL che desideri incorporare, ad esempio #webViewSrc=\"https://www.google.com\"" - }, - "vacuum_database": { - "title": "Pulizia del database", - "description": "Questa operazione ricostruirà il database, generando in genere un file di dimensioni inferiori. In realtà, nessun dato verrà modificato.", - "button_text": "Pulizia del database", - "vacuuming_database": "Aspirazione del database...", - "database_vacuumed": "Il database è stato svuotato" - }, - "fonts": { - "theme_defined": "Tema definito", - "fonts": "Caratteri", - "main_font": "Carattere principale", - "font_family": "Famiglia di caratteri", - "size": "Misurare", - "note_tree_font": "Carattere dell'albero delle note", - "note_detail_font": "Nota Dettaglio Carattere", - "monospace_font": "Monospace (codice) Font", - "note_tree_and_detail_font_sizing": "Si noti che le dimensioni dei caratteri dell'albero e dei dettagli sono relative all'impostazione della dimensione del carattere principale.", - "not_all_fonts_available": "Non tutti i font elencati potrebbero essere disponibili sul tuo sistema.", - "apply_font_changes": "Per applicare le modifiche al carattere, fare clic su", - "reload_frontend": "ricarica frontend", - "generic-fonts": "Caratteri generici", - "sans-serif-system-fonts": "Caratteri di sistema sans-serif", - "serif-system-fonts": "Caratteri di sistema Serif", - "monospace-system-fonts": "Caratteri di sistema a spaziatura fissa", - "handwriting-system-fonts": "Caratteri del sistema di scrittura a mano", - "serif": "Serif", - "sans-serif": "Sans Serif", - "monospace": "Monospaziatura", - "system-default": "Predefinito del sistema" - }, - "max_content_width": { - "title": "Larghezza del contenuto", - "default_description": "Per impostazione predefinita, Trilium limita la larghezza massima del contenuto per migliorare la leggibilità sugli schermi più grandi.", - "max_width_label": "Larghezza massima del contenuto", - "max_width_unit": "pixel", - "centerContent": "Mantieni il contenuto centrato" - }, - "native_title_bar": { - "title": "Barra del titolo nativa (richiede il riavvio dell'app)", - "enabled": "abilitato", - "disabled": "disabile" - }, - "ribbon": { - "widgets": "Widget della barra multifunzione", - "promoted_attributes_message": "La scheda della barra multifunzione Attributi promossi si aprirà automaticamente se gli attributi promossi sono presenti nella nota", - "edited_notes_message": "La scheda della barra multifunzione Note modificate si aprirà automaticamente nelle note giornaliere" - }, - "theme": { - "title": "Tema dell'applicazione", - "theme_label": "Tema", - "override_theme_fonts_label": "Ignora i font del tema", - "auto_theme": "Legacy (seguire lo schema dei colori del sistema)", - "light_theme": "Eredità (Luce)", - "dark_theme": "Eredità (Oscuro)", - "triliumnext": "Trilium (seguire lo schema dei colori del sistema)", - "triliumnext-light": "Trilium (Luce)", - "triliumnext-dark": "Trilium (scuro)", - "layout": "Disposizione", - "layout-vertical-title": "Verticale", - "layout-horizontal-title": "Orizzontale", - "layout-vertical-description": "la barra di avvio è a sinistra (impostazione predefinita)", - "layout-horizontal-description": "la barra di avvio si trova sotto la barra delle schede, che ora è a larghezza intera." - }, - "ui-performance": { - "title": "Prestazione", - "enable-motion": "Abilita transizioni e animazioni", - "enable-shadows": "Abilita le ombre", - "enable-backdrop-effects": "Abilita gli effetti di sfondo per menu, popup e pannelli", - "enable-smooth-scroll": "Abilita lo scorrimento fluido", - "app-restart-required": "(per rendere effettiva la modifica è necessario riavviare l'applicazione)" - }, - "zoom_factor": { - "title": "Fattore di zoom (solo versione desktop)", - "description": "Lo zoom può essere controllato anche con le scorciatoie CTRL+- e CTRL+=." - }, - "code_auto_read_only_size": { - "title": "Dimensione automatica di sola lettura", - "description": "La dimensione automatica delle note in sola lettura è la dimensione dopo la quale le note verranno visualizzate in modalità di sola lettura (per motivi di prestazioni).", - "label": "Dimensione automatica di sola lettura (note sul codice)", - "unit": "caratteri" - }, - "code-editor-options": { - "title": "Redattore" - }, - "code_mime_types": { - "title": "Tipi MIME disponibili nel menu a discesa", - "tooltip_syntax_highlighting": "Evidenziazione della sintassi", - "tooltip_code_block_syntax": "Blocchi di codice nelle note di testo", - "tooltip_code_note_syntax": "Note sul codice" - }, - "vim_key_bindings": { - "use_vim_keybindings_in_code_notes": "Combinazioni di tasti di Vim", - "enable_vim_keybindings": "Abilita le combinazioni di tasti di Vim nelle note del codice (nessuna modalità ex)" - }, - "wrap_lines": { - "wrap_lines_in_code_notes": "Righe di avvolgimento nelle note del codice", - "enable_line_wrap": "Abilita Line Wrap (la modifica potrebbe richiedere un ricaricamento del frontend per avere effetto)" - }, - "images": { - "images_section_title": "Immagini", - "download_images_automatically": "Scarica automaticamente le immagini per l'utilizzo offline.", - "download_images_description": "L'HTML incollato può contenere riferimenti a immagini online; Trilium troverà tali riferimenti e scaricherà le immagini in modo che siano disponibili offline.", - "enable_image_compression": "Abilita la compressione delle immagini", - "max_image_dimensions": "Larghezza/altezza massima di un'immagine (l'immagine verrà ridimensionata se supera questa impostazione).", - "max_image_dimensions_unit": "pixel", - "jpeg_quality_description": "Qualità JPEG (10 - qualità peggiore, 100 - qualità migliore, 50 - 85 è consigliato)" - }, - "attachment_erasure_timeout": { - "attachment_erasure_timeout": "Timeout cancellazione allegato", - "attachment_auto_deletion_description": "Gli allegati vengono eliminati (e cancellati) automaticamente se non vengono più menzionati nella nota dopo un timeout definito.", - "erase_attachments_after": "Cancella gli allegati non utilizzati dopo:", - "manual_erasing_description": "È anche possibile attivare la cancellazione manualmente (senza considerare il timeout definito sopra):", - "erase_unused_attachments_now": "Cancella subito le note degli allegati non utilizzati", - "unused_attachments_erased": "Gli allegati non utilizzati sono stati cancellati." - }, - "network_connections": { - "network_connections_title": "Connessioni di rete", - "check_for_updates": "Controlla automaticamente gli aggiornamenti" - }, - "note_erasure_timeout": { - "note_erasure_timeout_title": "Timeout cancellazione nota", - "note_erasure_description": "Le note eliminate (e gli attributi, le revisioni...) vengono inizialmente contrassegnate come eliminate ed è possibile recuperarle dalla finestra di dialogo Note recenti. Dopo un certo periodo di tempo, le note eliminate vengono \"cancellate\", il che significa che il loro contenuto non è più recuperabile. Questa impostazione consente di configurare l'intervallo di tempo tra l'eliminazione e la cancellazione definitiva della nota.", - "erase_notes_after": "Cancella le note dopo:", - "manual_erasing_description": "È anche possibile attivare la cancellazione manualmente (senza considerare il timeout definito sopra):", - "erase_deleted_notes_now": "Cancella subito le note eliminate", - "deleted_notes_erased": "Le note eliminate sono state eliminate." - }, - "revisions_snapshot_interval": { - "note_revisions_snapshot_interval_title": "Nota Intervallo di istantanea della revisione", - "note_revisions_snapshot_description": "L'intervallo di snapshot della revisione della nota è il tempo dopo il quale verrà creata una nuova revisione per la nota. Per maggiori informazioni, consultare wiki.", - "snapshot_time_interval_label": "Nota intervallo di tempo per l'istantanea della revisione:" - }, - "revisions_snapshot_limit": { - "note_revisions_snapshot_limit_title": "Nota Limite di Snapshot di Revisione", - "note_revisions_snapshot_limit_description": "Il limite del numero di snapshot di revisione della nota si riferisce al numero massimo di revisioni che possono essere salvate per ciascuna nota. Dove -1 significa nessun limite, 0 significa eliminare tutte le revisioni. È possibile impostare il numero massimo di revisioni per una singola nota tramite l'etichetta #versioningLimit.", - "snapshot_number_limit_label": "Nota limite del numero di istantanee di revisione:", - "snapshot_number_limit_unit": "istantanee", - "erase_excess_revision_snapshots": "Cancella subito gli snapshot di revisione in eccesso", - "erase_excess_revision_snapshots_prompt": "Gli snapshot di revisione in eccesso sono stati cancellati." - }, - "text_auto_read_only_size": { - "title": "Dimensione automatica di sola lettura", - "description": "La dimensione automatica delle note in sola lettura è la dimensione dopo la quale le note verranno visualizzate in modalità di sola lettura (per motivi di prestazioni).", - "label": "Dimensione automatica di sola lettura (note di testo)", - "unit": "caratteri" - }, - "custom_date_time_format": { - "title": "Formato data/ora personalizzato", - "description": "Personalizza il formato della data e dell'ora inserite tramite o la barra degli strumenti. Consulta la documentazione Day.js per i token di formato disponibili.", - "format_string": "Stringa di formato:", - "formatted_time": "Data/ora formattata:" - }, - "options_widget": { - "options_status": "Stato delle opzioni", - "options_change_saved": "Le modifiche alle opzioni sono state salvate." - }, - "password": { - "heading": "Password", - "alert_message": "Ricordati di ricordare la nuova password. La password serve per accedere all'interfaccia web e per crittografare le note protette. Se dimentichi la password, tutte le tue note protette andranno perse per sempre.", - "reset_link": "Clicca qui per reimpostarlo.", - "old_password": "Vecchia password", - "new_password": "Nuova password", - "new_password_confirmation": "Conferma della nuova password", - "change_password": "Cambiare la password", - "protected_session_timeout": "Timeout della sessione protetta", - "protected_session_timeout_description": "Il timeout della sessione protetta è un periodo di tempo dopo il quale la sessione protetta viene cancellata dalla memoria del browser. Questo periodo viene calcolato a partire dall'ultima interazione con le note protette. Vedi", - "wiki": "wiki", - "for_more_info": "per maggiori informazioni.", - "protected_session_timeout_label": "Timeout della sessione protetta:", - "reset_confirmation": "Reimpostando la password perderai per sempre l'accesso a tutte le tue note protette. Vuoi davvero reimpostare la password?", - "reset_success_message": "La password è stata resettata. Imposta una nuova password", - "change_password_heading": "Cambiare la password", - "set_password_heading": "Imposta password", - "set_password": "Imposta password", - "password_mismatch": "Le nuove password non sono tutte uguali.", - "password_changed_success": "La password è stata modificata. Trilium verrà ricaricato dopo aver premuto OK." - }, - "multi_factor_authentication": { - "title": "Autenticazione a più fattori", - "description": "L'autenticazione a più fattori (MFA) aggiunge un ulteriore livello di sicurezza al tuo account. Invece di inserire semplicemente una password per accedere, l'MFA richiede di fornire una o più prove aggiuntive per verificare la tua identità. In questo modo, anche se qualcuno dovesse entrare in possesso della tua password, non potrà comunque accedere al tuo account senza la seconda informazione. È come aggiungere una serratura extra alla tua porta, rendendo molto più difficile l'accesso per chiunque altro.

Segui le istruzioni seguenti per abilitare l'MFA. Se la configurazione non è corretta, l'accesso verrà effettuato solo tramite password.", - "mfa_enabled": "Abilita l'autenticazione a più fattori", - "mfa_method": "Metodo MFA", - "electron_disabled": "L'autenticazione a più fattori non è attualmente supportata nella versione desktop.", - "totp_title": "Password monouso basata sul tempo (TOTP)", - "totp_description": "TOTP (Time-Based One-Time Password) è una funzione di sicurezza che genera un codice temporaneo univoco che cambia ogni 30 secondi. Questo codice, insieme alla password, viene utilizzato per accedere al proprio account, rendendolo molto più difficile da accedere per chiunque altro.", - "totp_secret_title": "Genera il segreto TOTP", - "totp_secret_generate": "Genera il segreto TOTP", - "totp_secret_regenerate": "Rigenera il segreto TOTP", - "no_totp_secret_warning": "Per abilitare TOTP, è necessario prima generare un segreto TOTP.", - "totp_secret_description_warning": "Dopo aver generato un nuovo segreto TOTP, ti verrà richiesto di effettuare nuovamente l'accesso con il nuovo segreto TOTP.", - "totp_secret_generated": "TOTP Segreto Generato", - "totp_secret_warning": "Si prega di salvare il segreto generato in un luogo sicuro. Non verrà più visualizzato.", - "totp_secret_regenerate_confirm": "Vuoi davvero rigenerare il segreto TOTP? Questo invaliderà il segreto TOTP precedente e tutti i codici di recupero esistenti.", - "recovery_keys_title": "Chiavi di ripristino Single Sign-on", - "recovery_keys_description": "Le chiavi di recupero Single Sign-On vengono utilizzate per effettuare l'accesso anche se non è possibile accedere ai codici Authenticator.", - "recovery_keys_description_warning": "Le chiavi di recupero non verranno più visualizzate dopo aver abbandonato la pagina: conservale in un luogo sicuro e protetto.
Una volta utilizzata, una chiave di recupero non potrà più essere utilizzata.", - "recovery_keys_error": "Errore durante la generazione dei codici di ripristino", - "recovery_keys_no_key_set": "Nessun codice di ripristino impostato", - "recovery_keys_generate": "Genera codici di recupero", - "recovery_keys_regenerate": "Rigenera i codici di recupero", - "recovery_keys_used": "Utilizzato: {{date}}", - "recovery_keys_unused": "Il codice di ripristino {{index}} non è utilizzato", - "oauth_title": "OAuth/OpenID", - "oauth_description": "OpenID è un metodo standardizzato che ti consente di accedere ai siti web utilizzando un account di un altro servizio, come Google, per verificare la tua identità. L'emittente predefinito è Google, ma puoi cambiarlo con qualsiasi altro provider OpenID. Per ulteriori informazioni, consulta qui. Segui queste istruzioni per configurare un servizio OpenID tramite Google.", - "oauth_description_warning": "Per abilitare OAuth/OpenID, è necessario impostare l'URL di base di OAuth/OpenID, l'ID client e il segreto client nel file config.ini e riavviare l'applicazione. Per impostare le variabili d'ambiente, impostare TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID e TRILIUM_OAUTH_CLIENT_SECRET.", - "oauth_missing_vars": "Impostazioni mancanti: {{-variables}}", - "oauth_user_account": "Account utente: ", - "oauth_user_email": "Email utente: ", - "oauth_user_not_logged_in": "Non hai effettuato l'accesso!" - }, - "spellcheck": { - "title": "Controllo ortografico", - "description": "Queste opzioni sono valide solo per le versioni desktop; i browser utilizzeranno il proprio controllo ortografico nativo.", - "enable": "Abilita il controllo ortografico", - "language_code_label": "Codice/i della lingua", - "language_code_placeholder": "ad esempio \"en-US\", \"de-AT\"", - "multiple_languages_info": "È possibile separare più lingue con una virgola, ad esempio \"en-US, de-DE, cs\". ", - "available_language_codes_label": "Codici lingua disponibili:", - "restart-required": "Le modifiche alle opzioni di controllo ortografico avranno effetto dopo il riavvio dell'applicazione." - }, - "api_log": { - "close": "Vicino" - }, - "attachment_detail_2": { - "will_be_deleted_in": "Questo allegato verrà eliminato automaticamente tra {{time}}", - "will_be_deleted_soon": "Questo allegato verrà eliminato automaticamente a breve", - "deletion_reason": ", perché l'allegato non è collegato al contenuto della nota. Per impedirne l'eliminazione, aggiungi nuovamente il collegamento all'allegato nel contenuto o converti l'allegato in nota.", - "role_and_size": "Ruolo: {{role}}, dimensione: {{size}}, MIME: {{- mimeType}}", - "link_copied": "Link all'allegato copiato negli appunti.", - "unrecognized_role": "Ruolo di allegato non riconosciuto '{{role}}'." - }, - "bookmark_switch": { - "bookmark": "Segnalibro", - "bookmark_this_note": "Aggiungi questa nota ai segnalibri nel pannello laterale sinistro", - "remove_bookmark": "Rimuovi segnalibro" - }, - "editability_select": { - "auto": "Auto", - "read_only": "Sola lettura", - "always_editable": "Sempre modificabile", - "note_is_editable": "La nota è modificabile se non è troppo lunga.", - "note_is_read_only": "La nota è di sola lettura, ma può essere modificata cliccando su un pulsante.", - "note_is_always_editable": "La nota è sempre modificabile, indipendentemente dalla sua lunghezza." - }, - "note-map": { - "button-link-map": "Mappa dei collegamenti", - "button-tree-map": "Mappa degli alberi" - }, - "shared_info": { - "shared_publicly": "Questa nota è condivisa pubblicamente su {{- link}}.", - "shared_locally": "Questa nota è condivisa localmente su {{- link}}.", - "help_link": "Per assistenza visita wiki." - }, - "note_types": { - "text": "Testo", - "code": "Codice", - "saved-search": "Ricerca salvata", - "relation-map": "Mappa delle relazioni", - "note-map": "Nota Mappa", - "render-note": "Nota di rendering", - "book": "Raccolta", - "mermaid-diagram": "Diagramma Mermaid", - "canvas": "Tela", - "web-view": "Visualizzazione Web", - "mind-map": "Mappa mentale", - "file": "File", - "image": "Immagine", - "launcher": "Lanciatore", - "doc": "Dottore", - "widget": "Oggetto", - "confirm-change": "Si sconsiglia di cambiare tipo di nota quando il contenuto della nota non è vuoto. Vuoi continuare comunque?", - "geo-map": "Mappa geografica", - "beta-feature": "Beta", - "ai-chat": "Chat AI", - "task-list": "Elenco delle attività", - "new-feature": "Nuovo", - "collections": "Collezioni" - }, - "protect_note": { - "toggle-on": "Proteggi la nota", - "toggle-off": "Rimuovere la protezione dalla nota", - "toggle-on-hint": "La nota non è protetta, clicca per proteggerla", - "toggle-off-hint": "La nota è protetta, clicca per renderla non protetta" - }, - "template_switch": { - "template": "Modello", - "toggle-on-hint": "Trasforma la nota in un modello", - "toggle-off-hint": "Rimuovi la nota come modello" - }, - "open-help-page": "Apri la pagina di aiuto", - "find": { - "case_sensitive": "Maiuscole e minuscole", - "match_words": "Abbina le parole", - "find_placeholder": "Trova nel testo...", - "replace_placeholder": "Sostituisci con...", - "replace": "Sostituire", - "replace_all": "Sostituisci tutto" - }, - "note_tree": { - "collapse-title": "Comprimi l'albero delle note", - "scroll-active-title": "Scorri fino alla nota attiva", - "tree-settings-title": "Impostazioni dell'albero", - "hide-archived-notes": "Nascondi le note archiviate", - "automatically-collapse-notes": "Comprimi automaticamente le note", - "automatically-collapse-notes-title": "Dopo un periodo di inattività, le note verranno compresse per riordinare l'albero.", - "save-changes": "Salva e applica le modifiche", - "auto-collapsing-notes-after-inactivity": "Compressione automatica delle note dopo inattività...", - "saved-search-note-refreshed": "Nota di ricerca salvata aggiornata.", - "hoist-this-note-workspace": "Solleva questa nota (area di lavoro)", - "refresh-saved-search-results": "Aggiorna i risultati della ricerca salvati", - "create-child-note": "Crea nota figlio", - "unhoist": "Sganciare", - "toggle-sidebar": "Attiva/disattiva la barra laterale", - "dropping-not-allowed": "Non è consentito lasciare appunti in questa posizione.", - "clone-indicator-tooltip": "Questa nota ha {{- count}} genitori: {{- parents}}", - "clone-indicator-tooltip-single": "Questa nota è stata clonata (1 genitore aggiuntivo: {{- parent}})", - "shared-indicator-tooltip": "Questa nota è condivisa pubblicamente", - "shared-indicator-tooltip-with-url": "Questa nota è condivisa pubblicamente all'indirizzo: {{- url}}", - "subtree-hidden-tooltip_one": "{{count}} nota secondaria nascosta dall'albero", - "subtree-hidden-tooltip_many": "{{count}} note secondarie nascoste dall'albero", - "subtree-hidden-tooltip_other": "{{count}} note secondarie nascoste dall'albero", - "subtree-hidden-moved-title": "Aggiunto a {{title}}", - "subtree-hidden-moved-description-collection": "Questa raccolta nasconde le sue note secondarie nell'albero.", - "subtree-hidden-moved-description-other": "Le note secondarie sono nascoste nell'albero di questa nota." - }, - "title_bar_buttons": { - "window-on-top": "Mantieni la finestra in primo piano" - }, - "note_detail": { - "could_not_find_typewidget": "Impossibile trovare typeWidget per il tipo '{{type}}'", - "printing": "Stampa in corso...", - "printing_pdf": "Esportazione in PDF in corso...", - "print_report_title": "Stampa rapporto", - "print_report_collection_content_one": "{{count}} la note nella raccolta non può essere stampata perché non è supportata o è protetta.", - "print_report_collection_content_many": "{{count}} le note nella raccolta non possono essere stampate perché non sono supportate o sono protette.", - "print_report_collection_content_other": "{{count}} le note nella raccolta non possono essere stampate perché non sono supportate o sono protette.", - "print_report_collection_details_button": "Vedi dettagli", - "print_report_collection_details_ignored_notes": "Note ignorate" - }, - "note_title": { - "placeholder": "scrivi qui il titolo della nota...", - "created_on": "Creato il ", - "last_modified": "Modificato il ", - "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 in questo giorno", - "promoted_attributes": "Attributi promossi" - }, - "search_result": { - "no_notes_found": "Non sono state trovate note per i parametri di ricerca specificati.", - "search_not_executed": "La ricerca non è stata ancora eseguita. Clicca sul pulsante \"Cerca\" qui sopra per visualizzare i risultati." - }, - "spacer": { - "configure_launchbar": "Configura Launchbar" - }, - "sql_result": { - "no_rows": "Nessuna riga è stata restituita per questa query", - "not_executed": "La query non è stata ancora eseguita.", - "failed": "Esecuzione query SQL non riuscita", - "statement_result": "Risultato della dichiarazione", - "execute_now": "Esegui ora" - }, - "watched_file_update_status": { - "file_last_modified": "Il file è stato modificato l'ultima volta il .", - "upload_modified_file": "Carica il file modificato", - "ignore_this_change": "Ignora questa modifica" - }, - "app_context": { - "please_wait_for_save": "Attendi qualche secondo affinché il salvataggio venga completato, quindi potrai riprovare." - }, - "note_create": { - "duplicated": "Nota: \"{{title}}\" è stato duplicato." - }, - "image": { - "copied-to-clipboard": "Un riferimento all'immagine è stato copiato negli appunti. Può essere incollato in qualsiasi nota di testo.", - "cannot-copy": "Impossibile copiare il riferimento all'immagine negli appunti." - }, - "clipboard": { - "cut": "Le note sono state tagliate negli appunti.", - "copied": "Le note sono state copiate negli appunti.", - "copy_failed": "Impossibile copiare negli appunti a causa di problemi di autorizzazione.", - "copy_success": "Copiato negli appunti." - }, - "entrypoints": { - "note-revision-created": "La revisione della nota è stata creata.", - "note-executed": "Nota eseguita.", - "sql-error": "Si è verificato un errore durante l'esecuzione della query SQL: {{message}}" - }, - "branches": { - "cannot-move-notes-here": "Impossibile spostare le note qui.", - "delete-status": "Elimina stato", - "delete-notes-in-progress": "Eliminazione note in corso: {{count}}", - "delete-finished-successfully": "Eliminazione completata con successo.", - "undeleting-notes-in-progress": "Ripristino delle note in corso: {{count}}", - "undeleting-notes-finished-successfully": "Recupero note completato con successo." - }, - "frontend_script_api": { - "async_warning": "Stai passando una funzione asincrona a `api.runOnBackend()` che probabilmente non funzionerà come previsto.\\nRendi la funzione sincrona (rimuovendo la parola chiave `async`) oppure usa `api.runAsyncOnBackendWithManualTransactionHandling()`.", - "sync_warning": "Stai passando una funzione sincrona a `api.runAsyncOnBackendWithManualTransactionHandling()`, \\nmentre probabilmente dovresti usare `api.runOnBackend()`." - }, - "ws": { - "sync-check-failed": "Controllo di sincronizzazione fallito!", - "consistency-checks-failed": "Controlli di coerenza falliti! Vedi i log per i dettagli.", - "encountered-error": "Si è verificato l'errore \"{{message}}\", controlla la console.", - "lost-websocket-connection-title": "Connessione al server persa", - "lost-websocket-connection-message": "Controlla la configurazione del proxy inverso (ad esempio nginx o Apache) per assicurarti che le connessioni WebSocket siano correttamente consentite e non bloccate." - }, - "hoisted_note": { - "confirm_unhoisting": "La nota richiesta '{{requestedNote}}' è esterna al sottoalbero della nota sollevata '{{hoistedNote}}' e devi rimuoverla per accedervi. Vuoi procedere con la rimozione?" - }, - "launcher_context_menu": { - "reset_launcher_confirm": "Vuoi davvero reimpostare \"{{title}}\"? Tutti i dati/le impostazioni in questa nota (e nelle relative note secondarie) andranno persi e il launcher tornerà alla sua posizione originale.", - "add-note-launcher": "Aggiungi un launcher di note", - "add-script-launcher": "Aggiungi un launcher di script", - "add-custom-widget": "Aggiungi un widget personalizzato", - "add-spacer": "Aggiungi distanziatore", - "delete": "Elimina ", - "reset": "Reset", - "move-to-visible-launchers": "Passa ai launcher visibili", - "move-to-available-launchers": "Passa ai launcher disponibili", - "duplicate-launcher": "Duplica il launcher " - }, - "highlighting": { - "title": "Blocchi di codice", - "description": "Controlla l'evidenziazione della sintassi per i blocchi di codice all'interno delle note di testo; le note di codice non saranno interessate.", - "color-scheme": "Schema di colori" - }, - "code_block": { - "word_wrapping": "A capo automatico", - "theme_none": "Nessuna evidenziazione della sintassi", - "theme_group_light": "Temi chiari", - "theme_group_dark": "Temi scuri", - "copy_title": "Copia negli appunti" - }, - "classic_editor_toolbar": { - "title": "Formattazione" - }, - "editor": { - "title": "Redattore" - }, - "image_context_menu": { - "copy_reference_to_clipboard": "Copia il riferimento negli appunti", - "copy_image_to_clipboard": "Copia l'immagine negli appunti" - }, - "link_context_menu": { - "open_note_in_new_tab": "Apri la nota in una nuova scheda", - "open_note_in_new_split": "Apri nota in una nuova divisione", - "open_note_in_new_window": "Apri la nota in una nuova finestra", - "open_note_in_popup": "Modifica rapida", - "open_note_in_other_split": "Apri nota nell'altra divisione" - }, - "help-button": { - "title": "Apri la pagina di aiuto pertinente" - }, - "duration": { - "seconds": "Secondi", - "minutes": "Minuti", - "hours": "Ore", - "days": "Giorni" - }, - "share": { - "title": "Impostazioni di condivisione", - "redirect_bare_domain": "Reindirizza il dominio nudo alla pagina di condivisione", - "redirect_bare_domain_description": "Reindirizza gli utenti anonimi alla pagina Condividi invece di mostrare l'accesso", - "show_login_link": "Mostra il collegamento di accesso nel tema Condividi", - "show_login_link_description": "Aggiungi un collegamento di accesso al piè di pagina della pagina Condividi", - "check_share_root": "Controlla lo stato della radice condivisa", - "share_root_found": "La nota radice condivisa '{{noteTitle}}' è pronta", - "share_root_not_found": "Nessuna nota con etichetta #shareRoot trovata", - "share_root_not_shared": "Nota '{{noteTitle}}' ha l'etichetta #shareRoot ma non è condiviso" - }, - "time_selector": { - "invalid_input": "Il valore temporale immesso non è un numero valido.", - "minimum_input": "Il valore temporale immesso deve essere di almeno {{minimumSeconds}} secondi." - }, - "tasks": { - "due": { - "today": "Oggi", - "tomorrow": "Domani", - "yesterday": "Ieri" - } - }, - "content_widget": { - "unknown_widget": "Widget sconosciuto per \"{{id}}\"." - }, - "note_language": { - "not_set": "Nessuna lingua impostata", - "configure-languages": "Configura le lingue...", - "help-on-languages": "Aiuto sulle lingue dei contenuti..." - }, - "content_language": { - "title": "Lingue dei contenuti", - "description": "Seleziona una o più lingue che desideri visualizzare nella sezione \"Proprietà di base\" di una nota di testo di sola lettura o modificabile. Ciò consentirà funzionalità come il controllo ortografico o il supporto per la scrittura da destra a sinistra." - }, - "switch_layout_button": { - "title_vertical": "Sposta il riquadro di modifica in basso", - "title_horizontal": "Sposta il riquadro di modifica a sinistra" - }, - "toggle_read_only_button": { - "unlock-editing": "Sblocca la modifica", - "lock-editing": "Modifica blocco" - }, - "png_export_button": { - "button_title": "Esporta diagramma come PNG" - }, - "svg": { - "export_to_png": "Non è stato possibile esportare il diagramma in formato PNG.", - "export_to_svg": "Il diagramma non può essere esportato in formato SVG." - }, - "code_theme": { - "title": "Aspetto", - "word_wrapping": "A capo automatico", - "color-scheme": "Schema dei colori" - }, - "book_properties_config": { - "hide-weekends": "Nascondi i fine settimana", - "display-week-numbers": "Visualizza i numeri delle settimane", - "map-style": "Stile mappa", - "max-nesting-depth": "Profondità massima di nidificazione:", - "raster": "Trama", - "vector_light": "Vettore (Luce)", - "vector_dark": "Vettore (scuro)", - "show-scale": "Mostra scala" - }, - "table_context_menu": { - "delete_row": "Elimina riga" - }, - "presentation_view": { - "edit-slide": "Modifica questa diapositiva", - "start-presentation": "Inizia la presentazione", - "slide-overview": "Attiva/disattiva una panoramica delle diapositive" - }, - "command_palette": { - "tree-action-name": "Albero: {{name}}", - "export_note_title": "Nota di esportazione", - "export_note_description": "Esporta la nota corrente", - "show_attachments_title": "Mostra allegati", - "show_attachments_description": "Visualizza gli allegati delle note", - "search_notes_title": "Cerca note", - "search_notes_description": "Apri la ricerca avanzata", - "search_subtree_title": "Cerca nel sottoalbero", - "search_subtree_description": "Cerca all'interno del sottoalbero corrente", - "search_history_title": "Mostra cronologia delle ricerche", - "search_history_description": "Visualizza le ricerche precedenti", - "configure_launch_bar_title": "Configura la barra di avvio", - "configure_launch_bar_description": "Aprire la configurazione della barra di avvio per aggiungere o rimuovere elementi." - }, - "content_renderer": { - "open_externally": "Aperto esternamente" - }, - "call_to_action": { - "next_theme_title": "Prova il nuovo tema Trilium", - "next_theme_message": "Al momento stai utilizzando il tema legacy. Vuoi provare il nuovo tema?", - "next_theme_button": "Prova il nuovo tema", - "background_effects_title": "Gli effetti di sfondo sono ora stabili", - "background_effects_message": "Sui dispositivi Windows, gli effetti di sfondo sono ora completamente stabili. Gli effetti di sfondo aggiungono un tocco di colore all'interfaccia utente sfocando lo sfondo retrostante. Questa tecnica è utilizzata anche in altre applicazioni come Esplora risorse di Windows.", - "background_effects_button": "Abilita gli effetti di sfondo", - "dismiss": "Congedare", - "new_layout_title": "Nuovo layout", - "new_layout_message": "Abbiamo introdotto un layout modernizzato per Trilium. La barra multifunzione è stata rimossa e integrata perfettamente nell'interfaccia principale, con una nuova barra di stato e sezioni espandibili (come gli attributi promossi) che assumono le funzioni chiave.\n\nIl nuovo layout è abilitato di default e può essere temporaneamente disabilitato tramite Opzioni → Aspetto.", - "new_layout_button": "Maggiori informazioni" - }, - "settings": { - "related_settings": "Impostazioni correlate" - }, - "settings_appearance": { - "related_code_blocks": "Schema di colori per i blocchi di codice nelle note di testo", - "related_code_notes": "Schema di colori per le note del codice", - "ui": "Interfaccia utente", - "ui_old_layout": "Vecchio layout", - "ui_new_layout": "Nuovo layout" - }, - "units": { - "percentage": "%" - }, - "pagination": { - "page_title": "Pagina di {{startIndex}} - {{endIndex}}", - "total_notes": "{{count}} note" - }, - "collections": { - "rendering_error": "Impossibile mostrare il contenuto a causa di un errore." - }, - "read-only-info": { - "read-only-note": "Stai visualizzando una nota di sola lettura.", - "auto-read-only-note": "Questa nota viene visualizzata in modalità di sola lettura per un caricamento più rapido.", - "edit-note": "Modifica nota" - }, - "calendar_view": { - "delete_note": "Eliminazione nota..." - }, - "note-color": { - "set-color": "Imposta colore nota", - "set-custom-color": "Imposta colore personalizzato per le note", - "clear-color": "Pulisci colore della nota" - }, - "popup-editor": { - "maximize": "Passa all'editor completo" - }, - "experimental_features": { - "title": "Opzioni sperimentali", - "disclaimer": "Queste opzioni sono sperimentali e potrebbero causare instabilità. Usare con cautela.", - "new_layout_name": "Nuovo layout", - "new_layout_description": "Prova il nuovo layout per un look più moderno e una maggiore usabilità. Soggetto a modifiche significative nelle prossime versioni." - }, - "server": { - "unknown_http_error_title": "Errore di comunicazione con il server", - "unknown_http_error_content": "Codice di stato: {{statusCode}}\nURL: {{method}} {{url}}\nMessaggio: {{message}}", - "traefik_blocks_requests": "Se si utilizza il proxy inverso Traefik, è stata introdotta una modifica sostanziale che influisce sulla comunicazione con il server." - }, - "tab_history_navigation_buttons": { - "go-back": "Torna alla nota precedente", - "go-forward": "Passa alla nota successiva" - }, - "breadcrumb_badges": { - "read_only_explicit": "Sola lettura", - "read_only_explicit_description": "Questa nota è stata impostata manualmente come di sola lettura.\nClicca per modificarla temporaneamente.", - "read_only_auto": "Solo lettura automatica", - "read_only_auto_description": "Questa nota è stata impostata automaticamente in modalità di sola lettura per motivi di prestazioni. Questo limite automatico è modificabile dalle impostazioni.\n\nClicca per modificarla 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.", - "shared_publicly": "Condiviso pubblicamente", - "shared_locally": "Condiviso localmente", - "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.", - "shared_copy_to_clipboard": "Copia link negli appunti", - "shared_open_in_browser": "Apri il link nel browser", - "shared_unshare": "Rimuovi condivisione", - "save_status_saved": "Salvato", - "save_status_saving": "Salvataggio in corso...", - "save_status_unsaved": "Non salvato", - "save_status_error": "Salvataggio non riuscito", - "save_status_saving_tooltip": "Le modifiche sono state salvate.", - "save_status_unsaved_tooltip": "Ci sono modifiche non salvate. Verranno salvate automaticamente tra un attimo.", - "save_status_error_tooltip": "Si è verificato un errore durante il salvataggio della nota. Se possibile, prova a copiare il contenuto della nota altrove e a ricaricare l'applicazione." - }, - "breadcrumb": { - "workspace_badge": "Area di lavoro", - "scroll_to_top_title": "Vai all'inizio della nota", - "hoisted_badge": "Sollevato", - "hoisted_badge_title": "Abbassato", - "create_new_note": "Crea nuova nota secondaria", - "empty_hide_archived_notes": "Nascondi note archiviate" - }, - "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" - }, - "attributes_panel": { - "title": "Attributi delle note" - }, - "right_pane": { - "empty_message": "Nulla da segnalare per questa nota", - "empty_button": "Nascondi il pannello", - "toggle": "Attiva/disattiva pannello destro", - "custom_widget_go_to_source": "Vai al codice sorgente" - }, - "pdf": { - "attachments_one": "{{count}} allegato", - "attachments_many": "{{count}} allegati", - "attachments_other": "{{count}} allegati", - "layers_one": "{{count}} livello", - "layers_many": "{{count}} livelli", - "layers_other": "{{count}} livelli", - "pages_one": "{{count}} pagina", - "pages_many": "{{count}} pagine", - "pages_other": "{{count}} pagine", - "pages_alt": "Pagina {{pageNumber}}", - "pages_loading": "Caricamento in corso..." - } } diff --git a/apps/client/src/translations/ja/translation.json b/apps/client/src/translations/ja/translation.json index 4b8d34b5a5..fc029e5421 100644 --- a/apps/client/src/translations/ja/translation.json +++ b/apps/client/src/translations/ja/translation.json @@ -1,2272 +1,2128 @@ { - "about": { - "title": "Trilium Notesについて", - "homepage": "ホームページ:", - "app_version": "アプリのバージョン:", - "db_version": "データベースのバージョン:", - "sync_version": "同期のバージョン:", - "build_date": "Build の日時:", - "build_revision": "Build のバージョン:", - "data_directory": "データの場所:" - }, - "toast": { - "critical-error": { - "title": "致命的なエラー", - "message": "致命的なエラーのせいでアプリをスタートできません:\n\n{{message}}\n\nおそらくスクリプトが予期しないバグを含んでいると思われます。アプリをセーフモードでスタートしてみて下さい。" + "about": { + "title": "Trilium Notesについて", + "homepage": "ホームページ:", + "app_version": "アプリのバージョン:", + "db_version": "データベースのバージョン:", + "sync_version": "同期のバージョン:", + "build_date": "Build の日時:", + "build_revision": "Build のバージョン:", + "data_directory": "データの場所:" }, - "widget-error": { - "title": "ウィジェットを初期化できませんでした", - "message-custom": "ノートID”{{id}}”, ノートタイトル “{{title}}” のカスタムウィジェットを初期化できませんでした:\n\n{{message}}", - "message-unknown": "不明なウィジェットが初期化できませんでした。理由は以下の通りです:\n\n{{message}}" + "toast": { + "critical-error": { + "title": "致命的なエラー", + "message": "致命的なエラーのせいでアプリをスタートできません:\n\n{{message}}\n\nおそらくスクリプトが予期しないバグを含んでいると思われます。アプリをセーフモードでスタートしてみて下さい。" + }, + "widget-error": { + "title": "ウィジェットを初期化できませんでした", + "message-custom": "ノートID”{{id}}”, ノートタイトル “{{title}}” のカスタムウィジェットを初期化できませんでした:\n\n{{message}}", + "message-unknown": "不明なウィジェットが初期化できませんでした。理由は以下の通りです:\n\n{{message}}" + }, + "bundle-error": { + "title": "カスタムスクリプトの読み込みに失敗しました", + "message": "次の理由によりスクリプトを実行できませんでした:\n\n{{message}}" + }, + "widget-list-error": { + "title": "サーバーからウィジェットのリストを取得できませんでした" + }, + "widget-render-error": { + "title": "カスタム React ウィジェットのレンダリングに失敗しました" + }, + "widget-missing-parent": "カスタムウィジェットに必須の '{{property}}' プロパティが定義されていません。\n\nこのスクリプトを UI 要素なしで実行する場合は、代わりに '#run=frontendStartup' を使用してください。", + "open-script-note": "スクリプトノートを開く", + "scripting-error": "カスタムスクリプトエラー: {{title}}" }, - "bundle-error": { - "title": "カスタムスクリプトの読み込みに失敗しました", - "message": "次の理由によりスクリプトを実行できませんでした:\n\n{{message}}" + "add_link": { + "add_link": "リンクを追加", + "note": "ノート", + "link_title": "リンクタイトル", + "button_add_link": "リンクを追加", + "help_on_links": "リンクに関するヘルプ", + "search_note": "ノート名で検索", + "link_title_mirrors": "リンクタイトルはノートタイトルの変更を反映します", + "link_title_arbitrary": "リンクタイトルは自由に変更可能" }, - "widget-list-error": { - "title": "サーバーからウィジェットのリストを取得できませんでした" + "branch_prefix": { + "save": "保存", + "edit_branch_prefix": "ブランチ接頭辞の編集", + "help_on_tree_prefix": "ツリー接頭辞に関するヘルプ", + "prefix": "接頭辞: ", + "branch_prefix_saved": "ブランチの接頭辞が保存されました。", + "edit_branch_prefix_multiple": "{{count}} ブランチのブランチ接頭辞を編集", + "branch_prefix_saved_multiple": "{{count}} ブランチのブランチ接頭辞が保存されました。", + "affected_branches": "影響を受けるブランチ {{count}}:" }, - "widget-render-error": { - "title": "カスタム React ウィジェットのレンダリングに失敗しました" + "global_menu": { + "menu": "メニュー", + "options": "設定", + "open_new_window": "新しいウィンドウを開く", + "zoom": "ズーム", + "toggle_fullscreen": "フルスクリーンの切り替え", + "reset_zoom_level": "ズームレベルのリセット", + "open_dev_tools": "開発者ツールを開く", + "open_sql_console": "SQLコンソールを開く", + "open_sql_console_history": "SQLコンソールの履歴を開く", + "open_search_history": "検索履歴を開く", + "show_backend_log": "バックエンドログの表示", + "reload_hint": "リロードは、アプリ全体を再起動することなく、視覚的な不具合を解消することができます。", + "reload_frontend": "フロントエンドをリロード", + "show_hidden_subtree": "隠れたサブツリーを表示", + "show_help": "ヘルプを表示", + "about": "Trilium Notesについて", + "logout": "ログアウト", + "show-cheatsheet": "チートシートを表示", + "zoom_out": "ズームアウト", + "zoom_in": "ズームイン", + "advanced": "高度", + "toggle-zen-mode": "禅モード", + "switch_to_mobile_version": "モバイル版に切り替え", + "switch_to_desktop_version": "デスクトップ版に切り替え", + "configure_launchbar": "ランチャーバーの設定", + "show_shared_notes_subtree": "共有ノートのサブツリーを表示", + "new-version-available": "新しいアップデートが利用可能", + "download-update": "{{latestVersion}} をバージョンを入手", + "search_notes": "検索ノート" }, - "widget-missing-parent": "カスタムウィジェットに必須の '{{property}}' プロパティが定義されていません。\n\nこのスクリプトを UI 要素なしで実行する場合は、代わりに '#run=frontendStartup' を使用してください。", - "open-script-note": "スクリプトノートを開く", - "scripting-error": "カスタムスクリプトエラー: {{title}}" - }, - "add_link": { - "add_link": "リンクを追加", - "note": "ノート", - "link_title": "リンクタイトル", - "button_add_link": "リンクを追加", - "help_on_links": "リンクに関するヘルプ", - "search_note": "ノート名で検索", - "link_title_mirrors": "リンクタイトルはノートタイトルの変更を反映します", - "link_title_arbitrary": "リンクタイトルは自由に変更可能" - }, - "branch_prefix": { - "save": "保存", - "edit_branch_prefix": "ブランチ接頭辞の編集", - "help_on_tree_prefix": "ツリー接頭辞に関するヘルプ", - "prefix": "接頭辞: ", - "branch_prefix_saved": "ブランチの接頭辞が保存されました。", - "edit_branch_prefix_multiple": "{{count}} ブランチのブランチ接頭辞を編集", - "branch_prefix_saved_multiple": "{{count}} ブランチのブランチ接頭辞が保存されました。", - "affected_branches": "影響を受けるブランチ {{count}}:" - }, - "global_menu": { - "menu": "メニュー", - "options": "設定", - "open_new_window": "新しいウィンドウを開く", - "zoom": "ズーム", - "toggle_fullscreen": "フルスクリーンの切り替え", - "reset_zoom_level": "ズームレベルのリセット", - "open_dev_tools": "開発者ツールを開く", - "open_sql_console": "SQLコンソールを開く", - "open_sql_console_history": "SQLコンソールの履歴を開く", - "open_search_history": "検索履歴を開く", - "show_backend_log": "バックエンドログの表示", - "reload_hint": "リロードは、アプリ全体を再起動することなく、視覚的な不具合を解消することができます。", - "reload_frontend": "フロントエンドをリロード", - "show_hidden_subtree": "隠れたサブツリーを表示", - "show_help": "ヘルプを表示", - "about": "Trilium Notesについて", - "logout": "ログアウト", - "show-cheatsheet": "チートシートを表示", - "zoom_out": "ズームアウト", - "zoom_in": "ズームイン", - "advanced": "高度", - "toggle-zen-mode": "禅モード", - "switch_to_mobile_version": "モバイル版に切り替え", - "switch_to_desktop_version": "デスクトップ版に切り替え", - "configure_launchbar": "ランチャーバーの設定", - "show_shared_notes_subtree": "共有ノートのサブツリーを表示", - "new-version-available": "新しいアップデートが利用可能", - "download-update": "{{latestVersion}} をバージョンを入手", - "search_notes": "検索ノート" - }, - "left_pane_toggle": { - "show_panel": "パネルを表示", - "hide_panel": "パネルを非表示" - }, - "move_pane_button": { - "move_left": "左に移動", - "move_right": "右に移動" - }, - "clone_to": { - "notes_to_clone": "クローンするノート", - "target_parent_note": "対象の親ノート", - "search_for_note_by_its_name": "ノート名で検索", - "cloned_note_prefix_title": "クローンされたノートは、指定された接頭辞を付けてノートツリーに表示されます", - "prefix_optional": "接頭辞(任意)", - "clone_to_selected_note": "選択したノートにクローン", - "no_path_to_clone_to": "クローン先のパスが存在しません。", - "note_cloned": "ノート \"{{clonedTitle}}\" は \"{{targetTitle}}\" にクローンされました", - "clone_notes_to": "ノートをクローン...", - "help_on_links": "ヘルプへのリンク" - }, - "delete_notes": { - "delete_all_clones_description": "すべてのクローンも削除(最近の変更では元に戻すことができる)", - "erase_notes_description": "通常の(ソフト)削除では、ノートは削除されたものとしてマークされ、一定期間内に(最近の変更で)削除を取り消すことができます。このオプションをオンにすると、ノートは即座に削除され、削除を取り消すことはできません。", - "erase_notes_warning": "すべてのクローンを含め、ノートを完全に消去します(元に戻せません)。これにより、アプリケーションは強制的にリロードされます。", - "notes_to_be_deleted": "以下のノートが削除されます ({{notesCount}})", - "no_note_to_delete": "ノートは削除されません(クローンのみ)。", - "cancel": "キャンセル", - "ok": "OK", - "close": "閉じる", - "delete_notes_preview": "ノートのプレビューを削除", - "broken_relations_to_be_deleted": "次のリレーション ({{relationCount}})は壊れているので消去されます", - "deleted_relation_text": "削除予定のノート{{- note}}は{{- source}}からリレーション{{- relation}}によって参照されています." - }, - "calendar": { - "mon": "月", - "tue": "火", - "wed": "水", - "thu": "木", - "fri": "金", - "sat": "土", - "sun": "日", - "january": "1月", - "february": "2月", - "march": "3月", - "april": "4月", - "may": "5月", - "june": "6月", - "july": "7月", - "august": "8月", - "september": "9月", - "october": "10月", - "november": "11月", - "december": "12月", - "cannot_find_day_note": "dayノートが見つかりません", - "cannot_find_week_note": "weekノートが見つかりません", - "week": "週", - "week_previous": "前の週", - "week_next": "次の週", - "month": "月", - "month_previous": "前の月", - "month_next": "次の月", - "year": "年", - "year_previous": "前の年", - "year_next": "次の年", - "list": "リスト", - "today": "今日" - }, - "note_icon": { - "change_note_icon": "ノートアイコンの変更", - "search": "検索:", - "reset-default": "アイコンをデフォルトに戻す", - "search_placeholder_other": "{{count}} 個のパックから {{number}} 個のアイコンを検索", - "search_placeholder_filtered": "{{name}} で {{number}} 個のアイコンを検索", - "filter": "フィルター", - "filter-none": "すべてのアイコン", - "filter-default": "デフォルトアイコン", - "icon_tooltip": "{{name}}\nアイコンパック: {{iconPack}}", - "no_results": "アイコンが見つかりません。" - }, - "basic_properties": { - "note_type": "ノートタイプ", - "editable": "編集可能", - "basic_properties": "基本プロパティ", - "language": "言語", - "configure_code_notes": "コードノートを設定..." - }, - "i18n": { - "title": "ローカライゼーション", - "language": "言語", - "first-day-of-the-week": "週の最初", - "sunday": "日曜日", - "monday": "月曜日", - "first-week-of-the-year": "年の最初の週", - "first-week-contains-first-day": "最初の週には、元日が含まれる", - "first-week-contains-first-thursday": "最初の週には、その年の最初の木曜日が含まれる", - "first-week-has-minimum-days": "最初の週は最低日数", - "min-days-in-first-week": "最初の週の最低日数", - "first-week-info": "最初の週は、その年の最初の木曜日を含む週を指し、ISO 8601規格に基づいています。", - "first-week-warning": "最初の週のオプションを変更すると、既存のウィークノートと重複する可能性があり、既存のウィークノートはそれに応じて更新されません。", - "formatting-locale": "日付と数値のフォーマット", - "formatting-locale-auto": "アプリケーションの言語に基づいて", - "tuesday": "火曜日", - "wednesday": "水曜日", - "thursday": "木曜日", - "friday": "金曜日", - "saturday": "土曜日" - }, - "tab_row": { - "close_tab": "タブを閉じる", - "add_new_tab": "新しいタブを追加", - "close": "閉じる", - "close_other_tabs": "他のタブを閉じる", - "close_right_tabs": "右側のタブをすべて閉じる", - "close_all_tabs": "すべてのタブを閉じる", - "reopen_last_tab": "最後に閉じたタブを開く", - "move_tab_to_new_window": "このタブを新しいウィンドウに移動", - "copy_tab_to_new_window": "このタブを新しいウィンドウにコピーする", - "new_tab": "新しいタブ" - }, - "tasks": { - "due": { - "today": "今日", - "tomorrow": "明日", - "yesterday": "昨日" + "left_pane_toggle": { + "show_panel": "パネルを表示", + "hide_panel": "パネルを非表示" + }, + "move_pane_button": { + "move_left": "左に移動", + "move_right": "右に移動" + }, + "clone_to": { + "notes_to_clone": "クローンするノート", + "target_parent_note": "対象の親ノート", + "search_for_note_by_its_name": "ノート名で検索", + "cloned_note_prefix_title": "クローンされたノートは、指定された接頭辞を付けてノートツリーに表示されます", + "prefix_optional": "接頭辞(任意)", + "clone_to_selected_note": "選択したノートにクローン", + "no_path_to_clone_to": "クローン先のパスが存在しません。", + "note_cloned": "ノート \"{{clonedTitle}}\" は \"{{targetTitle}}\" にクローンされました", + "clone_notes_to": "ノートをクローン...", + "help_on_links": "ヘルプへのリンク" + }, + "delete_notes": { + "delete_all_clones_description": "すべてのクローンも削除(最近の変更では元に戻すことができる)", + "erase_notes_description": "通常の(ソフト)削除では、ノートは削除されたものとしてマークされ、一定期間内に(最近の変更で)削除を取り消すことができます。このオプションをオンにすると、ノートは即座に削除され、削除を取り消すことはできません。", + "erase_notes_warning": "すべてのクローンを含め、ノートを完全に消去します(元に戻せません)。これにより、アプリケーションは強制的にリロードされます。", + "notes_to_be_deleted": "以下のノートが削除されます ({{notesCount}})", + "no_note_to_delete": "ノートは削除されません(クローンのみ)。", + "cancel": "キャンセル", + "ok": "OK", + "close": "閉じる", + "delete_notes_preview": "ノートのプレビューを削除", + "broken_relations_to_be_deleted": "次のリレーション ({{relationCount}})は壊れているので消去されます", + "deleted_relation_text": "削除予定のノート{{- note}}は{{- source}}からリレーション{{- relation}}によって参照されています." + }, + "calendar": { + "mon": "月", + "tue": "火", + "wed": "水", + "thu": "木", + "fri": "金", + "sat": "土", + "sun": "日", + "january": "1月", + "february": "2月", + "march": "3月", + "april": "4月", + "may": "5月", + "june": "6月", + "july": "7月", + "august": "8月", + "september": "9月", + "october": "10月", + "november": "11月", + "december": "12月", + "cannot_find_day_note": "dayノートが見つかりません", + "cannot_find_week_note": "weekノートが見つかりません", + "week": "週", + "week_previous": "前の週", + "week_next": "次の週", + "month": "月", + "month_previous": "前の月", + "month_next": "次の月", + "year": "年", + "year_previous": "前の年", + "year_next": "次の年", + "list": "リスト", + "today": "今日" + }, + "note_icon": { + "change_note_icon": "ノートアイコンの変更", + "search": "検索:", + "reset-default": "アイコンをデフォルトに戻す", + "search_placeholder_other": "{{count}} 個のパックから {{number}} 個のアイコンを検索", + "search_placeholder_filtered": "{{name}} で {{number}} 個のアイコンを検索", + "filter": "フィルター", + "filter-none": "すべてのアイコン", + "filter-default": "デフォルトアイコン", + "icon_tooltip": "{{name}}\nアイコンパック: {{iconPack}}", + "no_results": "アイコンが見つかりません。" + }, + "basic_properties": { + "note_type": "ノートタイプ", + "editable": "編集可能", + "basic_properties": "基本プロパティ", + "language": "言語", + "configure_code_notes": "コードノートを設定..." + }, + "i18n": { + "title": "ローカライゼーション", + "language": "言語", + "first-day-of-the-week": "週の最初", + "sunday": "日曜日", + "monday": "月曜日", + "first-week-of-the-year": "年の最初の週", + "first-week-contains-first-day": "最初の週には、元日が含まれる", + "first-week-contains-first-thursday": "最初の週には、その年の最初の木曜日が含まれる", + "first-week-has-minimum-days": "最初の週は最低日数", + "min-days-in-first-week": "最初の週の最低日数", + "first-week-info": "最初の週は、その年の最初の木曜日を含む週を指し、ISO 8601規格に基づいています。", + "first-week-warning": "最初の週のオプションを変更すると、既存のウィークノートと重複する可能性があり、既存のウィークノートはそれに応じて更新されません。", + "formatting-locale": "日付と数値のフォーマット", + "formatting-locale-auto": "アプリケーションの言語に基づいて", + "tuesday": "火曜日", + "wednesday": "水曜日", + "thursday": "木曜日", + "friday": "金曜日", + "saturday": "土曜日" + }, + "tab_row": { + "close_tab": "タブを閉じる", + "add_new_tab": "新しいタブを追加", + "close": "閉じる", + "close_other_tabs": "他のタブを閉じる", + "close_right_tabs": "右側のタブをすべて閉じる", + "close_all_tabs": "すべてのタブを閉じる", + "reopen_last_tab": "最後に閉じたタブを開く", + "move_tab_to_new_window": "このタブを新しいウィンドウに移動", + "copy_tab_to_new_window": "このタブを新しいウィンドウにコピーする", + "new_tab": "新しいタブ" + }, + "tasks": { + "due": { + "today": "今日", + "tomorrow": "明日", + "yesterday": "昨日" + } + }, + "classic_editor_toolbar": { + "title": "書式設定" + }, + "search_definition": { + "add_search_option": "検索オプションを追加:", + "search_string": "文字列検索", + "search_script": "スクリプト検索", + "fast_search": "高速検索", + "fast_search_description": "高速検索オプションは、ノートの全文検索を無効にし、大規模データベースでの検索を高速化します。", + "include_archived": "アーカイブを含む", + "include_archived_notes_description": "アーカイブされたノートはデフォルトで検索結果から除外されますが、このオプションを使用すると含まれるようになります。", + "order_by": "並べ替え", + "limit": "リミット", + "limit_description": "検索結果の数を制限する", + "debug": "デバッグ", + "debug_description": "デバッグは複雑なクエリのデバッグを支援するために、追加のデバッグ情報をコンソールに出力します", + "action": "アクション", + "search_button": "検索", + "search_execute": "検索とアクションの実行", + "save_to_note": "ノートに保存", + "search_parameters": "検索パラメータ", + "unknown_search_option": "不明な検索オプション {{searchOptionName}}", + "search_note_saved": "検索ノートが {{- notePathTitle}} に保存されました", + "actions_executed": "アクションが実行されました。", + "ancestor": "祖先:", + "view_options": "表示オプション:", + "option": "オプション" + }, + "shortcuts": { + "multiple_shortcuts": "同じアクションに対して複数のショートカットを設定する場合、カンマで区切ることができます。", + "electron_documentation": "使用可能な修飾キーとキーコードについては、 Electronのドキュメントを参照してください。", + "type_text_to_filter": "テキストを入力してショートカットを絞り込む...", + "action_name": "アクション名", + "shortcuts": "ショートカット", + "default_shortcuts": "デフォルトのショートカットキー", + "description": "説明", + "reload_app": "リロードして変更を適用する", + "set_all_to_default": "すべてのショートカットをデフォルトに戻す", + "confirm_reset": "キーボードショートカットをすべてデフォルトにリセットしますか?", + "keyboard_shortcuts": "キーボードショートカット" + }, + "confirm": { + "confirmation": "確認", + "cancel": "キャンセル", + "ok": "OK", + "also_delete_note": "同時にノートを削除", + "are_you_sure_remove_note": "本当に\"{{title}}\"をリレーションマップから除きたいですか? ", + "if_you_dont_check": "これをチェックしないと、このノートはリレーションマップからのみ除かれます。" + }, + "export": { + "export_note_title": "ノートをエクスポート", + "close": "閉じる", + "export_type_subtree": "このノートとすべての子孫", + "format_html": "HTML - すべての書式が保たれるため、おすすめ", + "format_html_zip": "HTML ZIPアーカイブ - すべての書式が保たれるため、推奨されます。", + "format_markdown": "Markdown - ほとんどの書式が維持される。", + "format_opml": "OPML - テキストのみのアウトライン交換フォーマットです。書式設定、画像、ファイルは含まれません。", + "opml_version_1": "OPML v1.0 - プレーンテキストのみ", + "opml_version_2": "OPML v2.0 - HTMLが許可されています", + "export_type_single": "このノートのみで、子孫ノートは含まない", + "export": "エクスポート", + "choose_export_type": "最初にエクスポートタイプを選択してください", + "export_status": "エクスポート状況", + "export_in_progress": "エクスポート処理中: {{progressCount}}", + "export_finished_successfully": "エクスポートが正常に完了しました。", + "format_pdf": "PDF - 印刷または共有目的に。", + "share-format": "web 公開用の HTML - 共有ノートで使用されるのと同じテーマを使用しますが、静的 web サイトとして公開できます。" + }, + "help": { + "title": "チートシート", + "noteNavigation": "ノートナビゲーション", + "collapseExpand": "ノードを折りたたむ / 展開", + "goBackForwards": "履歴を戻る/進む", + "scrollToActiveNote": "アクティブノートまでスクロール", + "jumpToParentNote": "親ノートへ移動", + "collapseWholeTree": "すべてのノートツリーを折りたたむ", + "collapseSubTree": "サブツリーを折りたたむ", + "tabShortcuts": "タブショートカット", + "newTabNoteLink": "ノートのリンクをクリックすると、新しいタブで開く", + "newTabWithActivationNoteLink": "ノートのリンクをクリックすると、新しいタブで開き、アクティブにします", + "onlyInDesktop": "デスクトップ版(Electronビルド)のみ", + "openEmptyTab": "空のタブを開く", + "closeActiveTab": "アクティブなタブを閉じる", + "activateNextTab": "次のタブに移動", + "activatePreviousTab": "前のタブに移動", + "creatingNotes": "ノートの作成", + "createNoteAfter": "アクティブなノートの後ろに新しいノートを作成", + "createNoteInto": "アクティブなノートに新しいサブノートを作成", + "movingCloningNotes": "ノートの移動/クローン", + "moveNoteUpHierarchy": "階層内でノートを上下に移動", + "multiSelectNote": "複数選択に上/下のノートを追加", + "selectAllNotes": "現在のレベルのノートをすべて選択", + "selectNote": "ノートを選択", + "copyNotes": "アクティブなノート(または現在の選択範囲)をクリップボードにコピーする(クローンに使用)", + "cutNotes": "アクティブなノート(または現在の選択範囲)をクリップボードに切り取り(ノートの移動に使用)", + "pasteNotes": "ノートをサブノートとしてアクティブノートに貼り付ける(コピーされたか切り取りされたかに よって、移動またはクローンになる)", + "deleteNotes": "ノート/サブツリーを削除", + "editingNotes": "ノート編集", + "editNoteTitle": "ツリーペインでEnterキーを押すと、ツリーペインからノートタイトルに切り替わります。ノートタイトルだとテキストエディターにフォーカスが切り替わります。Ctrl+. を押すと、エディタからツリーペインに戻ります。", + "createEditLink": "外部リンクの作成/編集", + "createInternalLink": "内部リンクの作成", + "followLink": "カーソル下のリンクをたどる", + "insertDateTime": "カーソル位置に現在の日時を挿入", + "jumpToTreePane": "ツリーペインにジャンプし、アクティブなノートまでスクロール", + "markdownAutoformat": "Markdownライクな自動フォーマット", + "headings": "##, ###, #### など。その後にスペースで見出しになる", + "bulletList": "* または - その後にスペースで箇条書きになる", + "numberedList": "1. または 1) その後にスペースで番号付きリストになる", + "blockQuote": "行の先頭に > その後にスペースで引用になる", + "troubleshooting": "トラブルシューティング", + "reloadFrontend": "Triliumのフロントエンドをリロード", + "showDevTools": "開発者ツールを表示", + "showSQLConsole": "SQLコンソールを表示", + "other": "その他", + "quickSearch": "クイック検索にフォーカス", + "inPageSearch": "ページ内検索", + "showJumpToNoteDialog": "「ジャンプ先」ダイアログを表示", + "moveNoteUpDown": "ノートリストでノートを上/下に移動", + "notSet": "未設定", + "goUpDown": "ノートのリストで上下する", + "editBranchPrefix": "アクティブノートのクローンの プレフィックス を編集する", + "editShortcuts": "キーボードショートカットを編集" + }, + "import": { + "importIntoNote": "ノートにインポート", + "chooseImportFile": "インポートするファイルを選択", + "importDescription": "選択されたファイルの内容は、子ノートとしてインポートされます", + "options": "オプション", + "safeImportTooltip": "Triliumの .zip 形式のエクスポートファイルには、有害な動作を含む実行可能スクリプトが含まれている可能性があります。セーフインポートは、インポートされたすべてのスクリプトの自動実行を無効にします。インポートするファイルの内容を完全に信頼できる場合のみ、「セーフインポート」のチェックを外してください。", + "safeImport": "セーフインポート", + "explodeArchivesTooltip": "これがチェックされている場合、Triliumは.zip.enex.opmlファイルを読み込み、それらのアーカイブからノートを作成します。チェックされていない場合、Triliumはアーカイブ自体をノートに添付します。", + "shrinkImagesTooltip": "

これをチェックすると、Triliumはインポートされた画像を、拡大縮小や最適化によって縮小しようとします。これにより、画像の品質が損なわれる可能性があります。チェックを外すと、画像は変更されずにインポートされます。

これは、メタデータ付きの.zipインポートには適用されません。これらのファイルは既に最適化されていると考えられるためです。

", + "shrinkImages": "画像を縮小", + "textImportedAsText": "メタデータから判断できない場合は、HTML、Markdown、TXTをテキストノートとしてインポート", + "codeImportedAsCode": "メタデータから判断できない場合は、コードファイル(例: .json)をコードノートとしてインポート", + "replaceUnderscoresWithSpaces": "インポートされたノート名のアンダーバーをスペースに置換する", + "import": "インポート", + "failed": "インポートに失敗しました: {{message}}.", + "html_import_tags": { + "title": "HTMLインポートタグ", + "description": "インポート時に保持するHTMLタグを設定します。このリストにないタグはインポート時に削除されます。一部のタグ('script'など)は、セキュリティ上の懸念から常に削除されます。", + "placeholder": "HTMLタグを1行に1つ入力", + "reset_button": "リストをデフォルトにリセット" + }, + "import-status": "インポート状況", + "in-progress": "インポート中: {{progress}}", + "successful": "インポートは正常に終了しました。", + "explodeArchives": ".zip, .enex および .opml アーカイブの内容を読み取ります。", + "importZipRecommendation": "ZIP ファイルをインポートすると、ノートの階層はアーカイブ内のサブディレクトリ構造を反映します。" + }, + "password_not_set": { + "title": "パスワードが設定されていない", + "body1": "保護されたノートはユーザーのパスワードを使用して暗号化されますが、パスワードはまだ設定されていません。", + "body2": "ノートを保護するには、下のボタンをクリックしてオプションダイアログを開き、パスワードを設定してください。", + "go_to_password_options": "パスワードのオプションへ" + }, + "recent_changes": { + "title": "最近の変更", + "erase_notes_button": "削除したノートを今すぐ消去", + "deleted_notes_message": "削除されたノートは完全に消去されました。", + "no_changes_message": "変更はまだありません...", + "undelete_link": "削除を取り消す", + "confirm_undelete": "このノートとサブノートを復元しますか?" + }, + "sort_child_notes": { + "sort_children_by": "子ノートの並び替え...", + "sorting_criteria": "並べ替えの基準", + "title": "タイトル", + "date_created": "作成日", + "date_modified": "更新日", + "sorting_direction": "並べ替えの方向", + "ascending": "昇順", + "descending": "降順", + "folders": "フォルダ", + "sort_folders_at_top": "フォルダーを上にして並べ替える", + "natural_sort": "自然順", + "sort_with_respect_to_different_character_sorting": "言語や地域によって異なる文字の並べ替えや照合順序の規則に従って並べ替える。", + "sort": "並べ替え", + "natural_sort_language": "自然順言語", + "the_language_code_for_natural_sort": "自然順の言語コード。例えば、中国語の場合は \"zh-CN\"。" + }, + "close_pane_button": { + "close_this_pane": "ペインを閉じる" + }, + "create_pane_button": { + "create_new_split": "新しく分割する" + }, + "edit_button": { + "edit_this_note": "このノートを編集" + }, + "show_toc_widget_button": { + "show_toc": "目次を表示" + }, + "show_highlights_list_widget_button": { + "show_highlights_list": "ハイライトリストを表示" + }, + "relation_map_buttons": { + "zoom_out_title": "ズームアウト", + "zoom_in_title": "ズームイン", + "create_child_note_title": "子ノートを作成し、マップに追加", + "reset_pan_zoom_title": "パンとズームを初期座標と倍率にリセット" + }, + "tree-context-menu": { + "advanced": "高度", + "open-in-a-new-tab": "新しいタブで開く", + "open-in-a-new-split": "新しく分割して開く", + "insert-note-after": "ノートを後ろに挿入", + "insert-child-note": "子ノートを挿入", + "delete": "削除", + "search-in-subtree": "サブツリー内を検索", + "expand-subtree": "サブツリーを展開", + "collapse-subtree": "サブツリーを折りたたむ", + "sort-by": "並べ替え...", + "recent-changes-in-subtree": "サブツリー内の最近の変更", + "copy-note-path-to-clipboard": "ノートのパスをクリップボードにコピー", + "protect-subtree": "サブツリーを保護", + "unprotect-subtree": "サブツリーの保護を解除", + "copy-clone": "コピー/クローン", + "clone-to": "クローン...", + "cut": "切り取り", + "move-to": "移動...", + "paste-into": "貼り付け", + "paste-after": "後ろに貼り付け", + "duplicate": "複製", + "export": "エクスポート", + "import-into-note": "ノートにインポート", + "apply-bulk-actions": "一括操作の適用", + "converted-to-attachments": "{{count}}ノートが添付ファイルに変換されました。", + "convert-to-attachment": "添付ファイルに変換", + "convert-to-attachment-confirm": "選択したノートを親ノートの添付ファイルに変換してもよろしいですか?この操作は画像ノートにのみ適用され、その他のノートはスキップされます。", + "open-in-popup": "クイック編集", + "hoist-note": "ホイストノート", + "unhoist-note": "ノートのホイストを解除", + "edit-branch-prefix": "ブランチの接頭辞を編集", + "archive": "アーカイブ", + "unarchive": "アーカイブ解除", + "open-in-a-new-window": "新しいウィンドウで開く", + "hide-subtree": "サブツリーを非表示", + "show-subtree": "サブツリーを表示" + }, + "zen_mode": { + "button_exit": "禅モードを退出" + }, + "sync_status": { + "unknown": "

同期状況は、次回の同期が開始されるとわかるようになります。

クリックして今すぐ同期を開始する。

", + "connected_with_changes": "

同期サーバーに接続されました。
まだ同期されていない未処理の変更がいくつかあります。

クリックして同期を開始。

", + "connected_no_changes": "

同期サーバーに接続されました。
すべての変更はすでに同期されています。

クリックして同期を開始。

", + "disconnected_with_changes": "

同期サーバーへの接続の確立に失敗しました。
まだ同期されていない未処理の変更がいくつかあります。

クリックして同期を開始。

", + "disconnected_no_changes": "

同期サーバーへの接続確立に失敗しました。
既知の変更はすべて同期されました。

クリックして同期を開始。

", + "in_progress": "サーバーと同期中です。" + }, + "note_actions": { + "re_render_note": "ノートを再描画", + "search_in_note": "ノート内検索", + "note_source": "ノートのソース", + "open_note_externally": "外部でノートを開く", + "open_note_externally_title": "ファイルを外部アプリケーションで開き、変更を監視します。その後、変更されたバージョンをTriliumにアップロードできるようになります。", + "open_note_custom": "プログラムからノートを開く", + "import_files": "ファイルをインポート", + "export_note": "ノートをエクスポート", + "delete_note": "ノートを削除", + "print_note": "ノートを印刷", + "print_pdf": "PDFとしてエクスポート...", + "convert_into_attachment": "添付ファイルに変換", + "save_revision": "変更履歴を保存", + "convert_into_attachment_failed": "ノート '{{title}}' の変換に失敗しました。", + "convert_into_attachment_successful": "ノート '{{title}}' は添付ファイルに変換されました。", + "convert_into_attachment_prompt": "本当にノート '{{title}}' を親ノートの添付ファイルに変換しますか?", + "note_attachments": "ノートの添付ファイル", + "open_note_on_server": "サーバー上のノートを開く", + "view_revisions": "ノートの変更履歴...", + "note_map": "ノートマップ", + "advanced": "高度", + "export_as_image": "画像としてエクスポート", + "export_as_image_png": "PNG (raster)", + "export_as_image_svg": "SVG (vector)" + }, + "command_palette": { + "export_note_title": "ノートをエクスポート", + "search_subtree_title": "サブツリー内を検索", + "tree-action-name": "ツリー: {{name}}", + "export_note_description": "現在のノートをエクスポート", + "search_notes_title": "ノートを検索", + "search_notes_description": "高度な検索を開く", + "search_subtree_description": "現在のサブツリー内を検索", + "search_history_title": "検索履歴を表示", + "search_history_description": "過去の検索結果を見る", + "show_attachments_title": "添付ファイルを表示", + "show_attachments_description": "ノートの添付ファイルを表示", + "configure_launch_bar_title": "ランチャーバーの設定", + "configure_launch_bar_description": "ランチャーバーの構成を開き、項目を追加または削除します。" + }, + "delete_note": { + "delete_note": "ノートを削除", + "delete_matched_notes": "一致したノートを削除", + "delete_matched_notes_description": "これにより、一致したノートが削除されます。", + "undelete_notes_instruction": "削除後、「最近の変更」ダイアログから削除を取り消すことができます。", + "erase_notes_instruction": "ノートを完全に消去するには、削除後に「設定」->「その他」に移動し、「削除したノートを今すぐ消去」ボタンをクリックします。" + }, + "board_view": { + "delete-note": "ノートを削除...", + "insert-above": "上に挿入", + "insert-below": "下に挿入", + "delete-column": "列を削除", + "delete-column-confirmation": "本当にこの列を削除しますか?対応する属性は、この列の下のノートでも削除されます。", + "new-item": "新しいアイテム", + "add-column": "列を追加", + "remove-from-board": "ボードから削除", + "archive-note": "アーカイブノート", + "unarchive-note": "ノートのアーカイブを解除", + "move-to": "移動先", + "new-item-placeholder": "ノートのタイトルを入力...", + "add-column-placeholder": "列名を入力...", + "edit-note-title": "クリックしてノートのタイトルを編集", + "edit-column-title": "クリックして列のタイトルを編集", + "column-already-exists": "この列は既にボード上に存在します。" + }, + "code_buttons": { + "execute_button_title": "スクリプトを実行", + "trilium_api_docs_button_title": "Trilium APIのドキュメントを開く", + "save_to_note_button_title": "ノートに保存", + "opening_api_docs_message": "APIドキュメントを開いています...", + "sql_console_saved_message": "SQLコンソールが {{note_path}} に保存されました" + }, + "execute_script": { + "execute_script": "スクリプトを実行", + "help_text": "一致したノートに対して簡単なスクリプトを実行できます。", + "example_2": "より複雑な例としては、一致したノートの属性をすべて削除することが挙げられます:", + "example_1": "例えば、ノートのタイトルに文字列を追加するには、この小さなスクリプトを使用します:" + }, + "script_executor": { + "execute_script": "スクリプトを実行", + "query": "クエリ", + "script": "スクリプト", + "execute_query": "クエリを実行" + }, + "hide_floating_buttons_button": { + "button_title": "ボタンを非表示" + }, + "show_floating_buttons_button": { + "button_title": "ボタンを表示" + }, + "svg_export_button": { + "button_title": "図をSVG形式でエクスポート" + }, + "book_properties": { + "grid": "グリッド", + "list": "リスト", + "collapse_all_notes": "すべてのノートを折りたたむ", + "collapse": "折りたたむ", + "expand": "展開", + "book_properties": "コレクションプロパティ", + "invalid_view_type": "無効なビュータイプ '{{type}}'", + "view_type": "ビュータイプ", + "calendar": "カレンダー", + "table": "テーブル", + "geo-map": "ジオマップ", + "board": "ボード", + "include_archived_notes": "アーカイブされたノートを表示", + "presentation": "プレゼンテーション", + "expand_tooltip": "このコレクションの直下の子(1階層下)を展開します。その他のオプションについては、右側の矢印を押してください。", + "expand_first_level": "直下の子を展開", + "expand_nth_level": "{{depth}} 階層下まで展開", + "expand_all_levels": "すべての階層を展開", + "hide_child_notes": "ツリー内の子ノートを非表示" + }, + "note_types": { + "geo-map": "ジオマップ", + "file": "ファイル", + "image": "画像", + "text": "テキスト", + "code": "コード", + "saved-search": "検索の保存", + "relation-map": "リレーションマップ", + "note-map": "ノートマップ", + "render-note": "レンダリングノート", + "book": "コレクション", + "mermaid-diagram": "Mermaidダイアグラム", + "canvas": "キャンバス", + "web-view": "Web ビュー", + "mind-map": "マインドマップ", + "launcher": "ランチャー", + "doc": "ドキュメント", + "widget": "ウィジェット", + "confirm-change": "ノートの内容が空ではない場合、ノートタイプを変更することは推奨されません。続行しますか?", + "beta-feature": "Beta", + "task-list": "タスクリスト", + "new-feature": "New", + "collections": "コレクション" + }, + "edited_notes": { + "no_edited_notes_found": "この日の編集されたノートはまだありません...", + "title": "編集されたノート", + "deleted": "(削除済み)" + }, + "file_properties": { + "note_id": "ノート ID", + "file_type": "ファイルタイプ", + "file_size": "ファイルサイズ", + "download": "ダウンロード", + "open": "外部で開く", + "title": "ファイル", + "upload_new_revision": "編集履歴をアップロード", + "original_file_name": "元のファイル名", + "upload_success": "新しいファイルの変更がアップロードされました。", + "upload_failed": "新しいファイルの変更のアップロードに失敗しました。" + }, + "note_info_widget": { + "note_id": "ノート ID", + "created": "作成日時", + "modified": "更新日時", + "type": "タイプ", + "note_size": "ノートサイズ", + "calculate": "計算", + "subtree_size": "(サブツリーサイズ: {{size}}、ノード数: {{count}})", + "title": "ノート情報", + "note_size_info": "ノートのサイズは、このノートに必要なストレージの概算を示します。これは、ノートの内容とそのノートの編集履歴の内容を考慮したものです。", + "show_similar_notes": "類似のノートを表示", + "mime": "MIME タイプ" + }, + "image_properties": { + "file_type": "ファイルタイプ", + "file_size": "ファイルサイズ", + "download": "ダウンロード", + "open": "開く", + "title": "画像", + "upload_new_revision": "編集履歴をアップロード", + "original_file_name": "元のファイル名", + "copy_reference_to_clipboard": "参照をクリップボードにコピー", + "upload_success": "新しい画像の変更がアップロードされました。", + "upload_failed": "新しい画像の変更のアップロードに失敗しました: {{message}}" + }, + "revisions": { + "download_button": "ダウンロード", + "delete_button": "削除", + "note_revisions": "ノートの変更履歴", + "delete_all_revisions": "このノートの変更履歴をすべて削除", + "delete_all_button": "変更履歴をすべて削除", + "help_title": "変更履歴のヘルプ", + "confirm_delete_all": "このノートのすべての変更履歴を削除しますか?", + "no_revisions": "このノートに変更履歴はまだありません...", + "restore_button": "復元", + "confirm_restore": "この変更を復元しますか?現在のノートのタイトルとコンテンツはこの変更で上書きされます。", + "confirm_delete": "この変更履歴を削除しますか?", + "revisions_deleted": "ノートの変更履歴は削除されました。", + "revision_restored": "ノートの変更が復元されました。", + "revision_deleted": "ノートの変更履歴は削除されました。", + "settings": "ノートの変更履歴の設定", + "file_size": "ファイルサイズ:", + "preview_not_available": "このノートタイプではプレビューは利用できません。", + "diff_on": "差分を表示", + "diff_off": "内容を表示", + "diff_on_hint": "クリックしてノートソースとの差分を表示", + "diff_off_hint": "クリックしてノートの内容を表示", + "diff_not_available": "差分は利用できません。", + "snapshot_interval": "ノートの変更履歴の記録間隔: {{seconds}} 秒。", + "maximum_revisions": "ノートの変更履歴の記録制限: {{number}}.", + "mime": "MIME: " + }, + "attachments_actions": { + "download": "ダウンロード", + "open_externally": "外部で開く", + "open_externally_title": "ファイルを外部アプリケーションで開き、変更を監視します。その後、変更されたバージョンをTriliumにアップロードできるようになります。", + "open_custom": "プログラムから開く", + "open_custom_title": "ファイルを外部アプリケーションで開き、変更を監視します。その後、変更されたバージョンをTriliumにアップロードできるようになります。", + "rename_attachment": "添付ファイルの名前を変更", + "copy_link_to_clipboard": "リンクをクリップボードにコピー", + "convert_attachment_into_note": "添付ファイルをノートに変換", + "delete_attachment": "添付ファイルを削除", + "open_externally_detail_page": "添付ファイルを外部で開くは、詳細ページからのみ可能です。まず添付ファイル詳細をクリックしてから、再度操作を行ってください。", + "open_custom_client_only": "添付ファイルをプログラムから開くは、デスクトップクライアントからのみ可能です。", + "delete_confirm": "本当に添付ファイル '{{title}}' を削除しますか?", + "delete_success": "添付ファイル '{{title}}' は削除されました。", + "enter_new_name": "新しい添付ファイルの名前を入力してください", + "upload_new_revision": "編集履歴をアップロード", + "upload_success": "新しい添付ファイルの変更がアップロードされました。", + "upload_failed": "新しい添付ファイルの変更のアップロードに失敗しました。", + "convert_confirm": "添付ファイル「{{title}}」を別のノートに変換してもよろしいですか?", + "convert_success": "添付ファイル「{{title}}」がノートに変換されました。" + }, + "etapi": { + "created": "作成日時", + "title": "ETAPI", + "description": "ETAPI は、Trilium インスタンスに UI なしでプログラム的にアクセスするための REST API です。", + "create_token": "新しくETAPIトークンを作成", + "existing_tokens": "既存のトークン", + "no_tokens_yet": "トークンはまだありません。上のボタンをクリックして作成してください。", + "token_name": "トークン名", + "actions": "アクション", + "new_token_title": "新しいETAPIトークン", + "new_token_message": "新しいトークンの名前を入力", + "rename_token_message": "新しいトークンの名前を入力", + "default_token_name": "新しいトークン", + "error_empty_name": "トークン名は空にできません", + "token_created_title": "ETAPIトークン作成", + "token_created_message": "作成されたトークンをクリップボードにコピーします。Trilium はトークンをハッシュ化して保存するため、これがトークンを見る最後の機会となります。", + "rename_token": "トークン名を変更", + "delete_token": "このトークンを削除/無効にする", + "rename_token_title": "トークン名の変更", + "delete_token_confirmation": "本当にETAPIトークン\"{{name}}\"を削除しますか?" + }, + "note_paths": { + "title": "ノートパス", + "clone_button": "ノートを新しい場所にクローン...", + "intro_placed": "このノートは以下のパスに置かれています:", + "intro_not_placed": "このノートはまだノートツリーに配置されていません。", + "archived": "アーカイブされた", + "search": "検索", + "outside_hoisted": "このパスはホイストされたノートの外側にあるため、ホイストを解除する必要があります。" + }, + "note_properties": { + "info": "情報", + "this_note_was_originally_taken_from": "このノートは元々以下から引用したものです:" + }, + "similar_notes": { + "title": "類似ノート", + "no_similar_notes_found": "類似したノートが見つかりません。" + }, + "abstract_search_option": { + "remove_this_search_option": "この検索オプションを削除", + "failed_rendering": "検索オプションのレンダリングに失敗しました: {{dto}} エラー: {{error}}{{stack}}" + }, + "debug": { + "debug": "デバッグ", + "debug_info": "デバッグは、複雑なクエリのデバッグを支援するために、追加のデバッグ情報をコンソールに表示します。", + "access_info": "デバッグ情報にアクセスするには、クエリを実行し、左上隅にある \"バックエンドログを表示 \"をクリックしてください。" + }, + "fast_search": { + "fast_search": "高速検索", + "description": "高速検索オプションは、ノートの全文検索を無効にし、大規模データベースでの検索を高速化します。" + }, + "include_archived_notes": { + "include_archived_notes": "アーカイブされたノートを含む" + }, + "limit": { + "limit": "リミット", + "take_first_x_results": "最初からX個の結果のみを取得。" + }, + "order_by": { + "order_by": "並べ替え", + "relevancy": "関連性(デフォルト)", + "title": "タイトル", + "date_created": "作成日", + "date_modified": "最終更新日", + "content_size": "ノート内容のサイズ", + "children_count": "子ノートの数", + "parent_count": "クローンの数", + "random": "ランダムな順番", + "asc": "昇順(デフォルト)", + "desc": "降順", + "content_and_attachments_size": "添付ファイルを含むノート内容のサイズ", + "content_and_attachments_and_revisions_size": "添付ファイルと編集履歴を含むノート内容のサイズ", + "revision_count": "編集履歴の回数", + "owned_label_count": "ラベルの数", + "owned_relation_count": "リレーションの数", + "target_relation_count": "ノートを対象とするリレーションの数" + }, + "table_view": { + "sort-column-descending": "降順", + "sort-column-ascending": "昇順", + "new-row": "新しい行", + "new-column": "新しい列", + "sort-column-by": "\"{{title}}\" で並べ替え", + "sort-column-clear": "並べ替えをクリア", + "hide-column": "列 \"{{title}}\" を非表示", + "show-hide-columns": "列を表示/非表示", + "row-insert-above": "上に行を挿入", + "row-insert-below": "下に行を挿入", + "row-insert-child": "子ノートを挿入", + "add-column-to-the-left": "列を左に追加", + "add-column-to-the-right": "列を右に追加", + "edit-column": "列を編集", + "delete_column_confirmation": "この列を本当に削除してもよろしいですか?対応する属性はすべてのノートから削除されます。", + "delete-column": "列を削除", + "new-column-label": "ラベル", + "new-column-relation": "リレーション" + }, + "search_script": { + "title": "検索スクリプト:", + "placeholder": "ノート名で検索", + "description1": "検索スクリプトは、スクリプトを実行することによって検索結果を定義することができます。標準の検索では不十分な場合に、最大限の柔軟性を提供します。", + "description2": "検索スクリプトはノートタイプが \"code\" かつ \"JavaScript backend\" でなければならない。スクリプトは、 noteIds または note の配列を返す必要があります。", + "example_title": "例は以下です:", + "example_code": "// 1. 標準検索によるプレフィルタリング\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. カスタム検索条件の適用\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", + "note": "検索スクリプトと文字列検索は、互いに組み合わせることはできません。" + }, + "include_note": { + "placeholder_search": "ノート名で検索", + "dialog_title": "埋め込みノート", + "box_size_prompt": "埋め込みノート枠のサイズ:", + "button_include": "埋め込みノート", + "label_note": "ノート", + "box_size_small": "スモール (~ 10 行)", + "box_size_medium": "ミディアム (~ 30 行)", + "box_size_full": "フル (ボックスに全文が表示されます)" + }, + "ancestor": { + "placeholder": "ノート名で検索", + "label": "祖先", + "depth_label": "深さ", + "depth_doesnt_matter": "関係なし", + "depth_eq": "ちょうど {{count}} つ下の階層", + "direct_children": "直接の子", + "depth_gt": "{{count}} より下の階層", + "depth_lt": "{{count}} より上の階層" + }, + "move_to": { + "search_placeholder": "ノート名で検索", + "dialog_title": "ノートを移動...", + "notes_to_move": "移動させるノート", + "target_parent_note": "対象の親ノート", + "move_button": "選択したノートに移動", + "error_no_path": "移動するパスがありません。", + "move_success_message": "選択したノートは以下に移動されました " + }, + "web_view": { + "web_view": "Web ビュー", + "embed_websites": "Web ビュータイプでは、web サイトを Trilium に埋め込むことができます。", + "create_label": "まず始めに、埋め込みたいURLアドレスのラベルを作成してください。例: #webViewSrc=\"https://www.google.com\"" + }, + "backend_log": { + "refresh": "リフレッシュ" + }, + "sync": { + "title": "同期", + "force_full_sync_button": "完全同期を強制する", + "fill_entity_changes_button": "エンティティ変更レコードを入力", + "full_sync_triggered": "完全同期がトリガーされました", + "filling_entity_changes": "エンティティ変更行を入力中...", + "sync_rows_filled_successfully": "同期行が正常に入力されました", + "finished-successfully": "同期が正常に完了しました。", + "failed": "同期に失敗しました: {{message}}" + }, + "fonts": { + "fonts": "フォント", + "main_font": "メインフォント", + "font_family": "フォントファミリー", + "size": "サイズ", + "note_tree_font": "ノートツリーフォント", + "note_detail_font": "ノート詳細フォント", + "monospace_font": "等幅(コード)フォント", + "note_tree_and_detail_font_sizing": "ツリーと詳細のフォントサイズは、メインのフォントサイズに対して相対的であることに注意してください。", + "not_all_fonts_available": "リストされているすべてのフォントが、お使いのシステムで利用できるとは限りません。", + "apply_font_changes": "フォントの変更を適用するには、クリックしてください", + "reload_frontend": "フロントエンドをリロード", + "generic-fonts": "一般的なフォント", + "sans-serif-system-fonts": "サンセリフのシステムフォント", + "serif-system-fonts": "セリフのシステムフォント", + "monospace-system-fonts": "等幅のシステムフォント", + "handwriting-system-fonts": "手書きのシステムフォント", + "serif": "セリフ", + "sans-serif": "サンセリフ", + "monospace": "等幅", + "system-default": "システムのデフォルト", + "theme_defined": "テーマが定義されました" + }, + "max_content_width": { + "title": "コンテンツ幅", + "default_description": "Triliumは、ワイドスクリーンで最大化された画面での可読性を向上させるために、デフォルトでコンテンツの最大幅を制限しています。", + "max_width_label": "最大コンテンツ幅", + "max_width_unit": "ピクセル", + "centerContent": "コンテンツを中央に配置" + }, + "theme": { + "title": "アプリのテーマ", + "theme_label": "テーマ", + "override_theme_fonts_label": "テーマのフォントを上書き", + "auto_theme": "レガシー(システムの配色に従う)", + "light_theme": "レガシー(ライト)", + "dark_theme": "レガシー(ダーク)", + "triliumnext": "Trilium(システムの配色に従う)", + "triliumnext-light": "Trilium(ライト)", + "triliumnext-dark": "Trilium(ダーク)", + "layout": "レイアウト", + "layout-vertical-title": "垂直", + "layout-horizontal-title": "水平", + "layout-vertical-description": "ランチャーバーは左側(デフォルト)", + "layout-horizontal-description": "ランチャーバーはタブバーの下にあり、タブバーは全幅に。" + }, + "vim_key_bindings": { + "use_vim_keybindings_in_code_notes": "Vimキーバインド", + "enable_vim_keybindings": "Vimキーバインドをコードノートで有効にします(exモードはありません)" + }, + "wrap_lines": { + "wrap_lines_in_code_notes": "コードノートで行を折り返す", + "enable_line_wrap": "行の折り返しを有効にする(変更を適用にするにはフロントエンドのリロードが必要な場合があります)" + }, + "images": { + "images_section_title": "画像", + "download_images_automatically": "画像を自動的にダウンロードしてオフラインで使用可能にする。", + "download_images_description": "貼り付けられたHTMLにはオンライン画像への参照が含まれていることがありますが、Triliumはそれらの参照を見つけて画像をダウンロードし、オフラインで利用できるようにします。", + "enable_image_compression": "画像の圧縮を有効にする", + "max_image_dimensions": "画像の最大幅/高さ(この設定を超えると画像はリサイズされます)。", + "max_image_dimensions_unit": "ピクセル", + "jpeg_quality_description": "JPEGの品質(10 - 最低品質、100 - 最高品質、50 - 80を推奨)" + }, + "search_engine": { + "title": "検索エンジン", + "custom_search_engine_info": "カスタム検索エンジンは、名前とURLの両方を設定する必要があります。どちらも設定されていない場合、DuckDuckGoがデフォルトの検索エンジンとして使用されます。", + "predefined_templates_label": "定義済みの検索エンジンのテンプレート", + "bing": "Bing", + "baidu": "Baidu", + "duckduckgo": "DuckDuckGo", + "google": "Google", + "custom_name_label": "カスタム検索エンジンの名前", + "custom_name_placeholder": "カスタム検索エンジンの名前", + "custom_url_label": "カスタム検索エンジンのURLには、検索語句のプレースホルダーとして {keyword} を含める必要があります。", + "custom_url_placeholder": "カスタム検索エンジンのurl", + "save_button": "保存" + }, + "tray": { + "title": "システムトレイ", + "enable_tray": "トレイを有効にする (この変更を適用にするには、Triliumを再起動する必要があります)" + }, + "heading_style": { + "title": "見出しのスタイル", + "plain": "プレーン", + "underline": "下線", + "markdown": "Markdownスタイル" + }, + "highlights_list": { + "title": "ハイライトリスト", + "description": "右のパネルに表示されるハイライトリストをカスタマイズできます:", + "bold": "太字", + "italic": "イタリック体", + "underline": "下線", + "color": "カラーテキスト", + "bg_color": "背景色付きテキスト", + "visibility_title": "ハイライトリストの表示", + "visibility_description": "#hideHighlightWidget ラベルを追加することで、ノートごとにハイライトウィジェットを非表示にできます。", + "shortcut_info": "設定 -> ショートカット(右ペイン切り替え)で、右ペイン(ハイライトを含む)を素早く切り替えるキーボードショートカットを設定できます。" + }, + "table_of_contents": { + "title": "目次", + "description": "ノートに定義された数以上の見出しがある場合、テキストノートに目次が表示されます。この数はカスタマイズできます:", + "unit": "見出し", + "disable_info": "このオプションに非常に大きな数値を設定することで、目次を効果的に無効にすることもできます。", + "shortcut_info": "設定 -> ショートカット(右ペイン切り替え)で、右ペイン(目次を含む)を素早く切り替えるキーボードショートカットを設定できます。" + }, + "toc": { + "table_of_contents": "目次", + "options": "オプション", + "no_headings": "見出しはありません。" + }, + "text_auto_read_only_size": { + "title": "自動読み取り専用のサイズ", + "description": "自動読み取り専用のノートサイズは、ノートが読み取り専用モード(パフォーマンス上の理由)で表示されるようになるサイズです。", + "label": "自動読み取り専用のサイズ(テキストノート)", + "unit": "文字" + }, + "code_auto_read_only_size": { + "title": "自動読み取り専用のサイズ", + "description": "自動読み取り専用のノートサイズは、ノートが読み取り専用モード(パフォーマンス上の理由)で表示されるようになるサイズです。", + "unit": "文字", + "label": "自動読み取り専用のサイズ(コードノート)" + }, + "custom_date_time_format": { + "title": "日付/時刻フォーマットのカスタム", + "description": "またはツールバーから挿入される日付と時刻のフォーマットをカスタマイズする。 利用可能なトークンについては Day.js ドキュメント を参照してください。", + "format_string": "文字列形式:", + "formatted_time": "日付/時刻形式:" + }, + "backup": { + "automatic_backup": "自動バックアップ", + "automatic_backup_description": "Triliumは自動的にデータベースをバックアップすることができます:", + "enable_daily_backup": "毎日バックアップ", + "enable_weekly_backup": "毎週バックアップ", + "enable_monthly_backup": "毎月バックアップ", + "backup_recommendation": "バックアップはオンが推奨されますが、大規模なデータベースや低速なストレージデバイスの場合、アプリの起動を遅くする可能性があります。", + "backup_now": "今すぐバックアップ", + "backup_database_now": "今すぐデータベースをバックアップ", + "existing_backups": "既存のバックアップ", + "date-and-time": "日時", + "path": "パス", + "database_backed_up_to": "データベースは{{backupFilePath}}にバックアップされました", + "no_backup_yet": "バックアップがありません" + }, + "password": { + "wiki": "wiki", + "heading": "パスワード", + "alert_message": "新しいパスワードは大切に保管してください。パスワードは web インターフェースへのログインや、保護されたノートの暗号化に使用されます。パスワードを忘れると、保護されたノートはすべて永久に失われます。", + "reset_link": "リセットするにはここをクリック。", + "old_password": "旧パスワード", + "new_password": "新パスワード", + "new_password_confirmation": "新パスワードの確認", + "change_password": "パスワードの変更", + "change_password_heading": "パスワードの変更", + "protected_session_timeout": "保護されたセッションのタイムアウト", + "protected_session_timeout_description": "保護されたセッションのタイムアウトは、保護されたセッションがブラウザのメモリから消去される時間です。これは、保護されたノートとの最後のやり取りから測定されます。参照", + "for_more_info": "詳細はこちら。", + "protected_session_timeout_label": "保護されたセッションのタイムアウト:", + "reset_confirmation": "パスワードをリセットすると、保護されているすべてのノートにアクセスできなくなります。本当にパスワードをリセットしますか?", + "reset_success_message": "パスワードがリセットされました。新しいパスワードを設定してください", + "set_password_heading": "パスワードの設定", + "set_password": "パスワードの設定", + "password_mismatch": "新しいパスワードが同じではありません。", + "password_changed_success": "パスワードが変更されました。OKを押すとTriliumがリロードされます。" + }, + "spellcheck": { + "title": "スペルチェック", + "description": "これらのオプションはデスクトップビルドにのみ適用され、ブラウザはそれぞれのネイティブスペルチェックを使用します。", + "enable": "スペルチェックを有効", + "language_code_label": "言語コード", + "language_code_placeholder": "例えば \"en-US\", \"de-AT\"", + "multiple_languages_info": "複数の言語はカンマで区切ることができます。例: \"en-US, de-DE, cs\"。 ", + "available_language_codes_label": "使用可能な言語コード:", + "restart-required": "スペルチェックオプションの変更は、アプリケーションの再起動後に有効になります。" + }, + "sync_2": { + "config_title": "同期設定", + "server_address": "サーバーインスタンスのアドレス", + "timeout": "同期タイムアウト", + "timeout_unit": "ミリ秒", + "proxy_label": "同期プロキシサーバー(任意)", + "note": "注", + "note_description": "プロキシ設定を空白のままにすると、システムプロキシが使用されます(デスクトップ/electronビルドにのみ適用されます)。", + "special_value_description": "もう一つの特別な値は noproxy で、これはシステムプロキシさえも無視して、 NODE_TLS_REJECT_UNAUTHORIZED を尊重するように強制します。", + "save": "保存", + "help": "ヘルプ", + "test_title": "同期のテスト", + "test_description": "これは同期サーバとの接続とハンドシェイクをテストします。同期サーバーが初期化されていない場合、ローカルドキュメントと同期するように設定します。", + "test_button": "同期試行", + "handshake_failed": "同期サーバーのハンドシェイクに失敗しました。エラー: {{message}}" + }, + "api_log": { + "close": "閉じる" + }, + "info": { + "closeButton": "閉じる", + "modalTitle": "情報メッセージ", + "okButton": "OK", + "copy_to_clipboard": "クリップボードにコピー" + }, + "protected_session_password": { + "close_label": "閉じる", + "modal_title": "保護されたセッション", + "help_title": "保護されたノートに関するヘルプ", + "form_label": "リクエストされたアクションを続行するには、パスワードを入力して保護されたセッションを開始する必要があります:", + "start_button": "保護されたセッションを開始" + }, + "modal": { + "close": "閉じる", + "help_title": "この画面に関する詳細情報を表示" + }, + "bookmark_switch": { + "bookmark": "ブックマーク", + "bookmark_this_note": "このノートを左サイドパネルにブックマークする", + "remove_bookmark": "ブックマークを削除" + }, + "attribute_detail": { + "delete": "削除", + "close_button_title": "変更を破棄して閉じる", + "attr_is_owned_by": "属性の所有者", + "attr_name_title": "属性の名前は英数字、コロン、アンダーバーのみで構成します", + "name": "名前", + "value": "値", + "promoted_alias": "エイリアス", + "multiplicity_title": "多重性とは、同じ名前を持つ属性をいくつ作成できるかを定義するもので、1つまたはそれ以上です。", + "multiplicity": "多重性", + "single_value": "単一の値", + "multi_value": "複数の値", + "label_type_title": "ラベルのタイプは、Triliumがラベルの値を入力するのに適したインターフェースを選択するのに役立ちます。", + "label_type": "タイプ", + "text": "テキスト", + "number": "数値", + "boolean": "真偽値", + "date": "日付", + "date_time": "日付と時間", + "time": "時間", + "url": "URL", + "save_and_close": "保存して閉じる Ctrl+Enter", + "precision_title": "値設定インターフェースで、小数点以下何桁まで利用可能にするか。", + "precision": "精度", + "digits": "桁", + "inheritable_title": "継承属性は、このツリー配下のすべての子孫に継承されます。", + "inheritable": "継承", + "related_notes_title": "このラベルが付いた他のノート", + "attr_detail_title": "属性の詳細なタイトル", + "target_note_title": "リレーションは、ソースノートと対象のノート間の名前付き接続です。", + "target_note": "対象のノート", + "promoted_title": "プロモート属性はノートに目立つように表示されます。", + "promoted": "プロモート", + "promoted_alias_title": "プロモート属性のUIに表示される名前。", + "inverse_relation_title": "このリレーションがどのリレーションの反対であるかを定義するオプション設定。例:父と息子は互いに逆のリレーションです。", + "inverse_relation": "逆リレーション", + "more_notes": "その他のノート", + "label": "ラベルの詳細", + "label_definition": "ラベル定義の詳細", + "relation": "リレーションの詳細", + "relation_definition": "リレーション定義の詳細", + "disable_versioning": "自動バージョン管理を無効にします。例えば、スクリプト用の大きなJSライブラリなど、重要ではない大きなノートに便利です", + "calendar_root": "dayノートのルートとして使用するノートをマークします。このようにマークできるのは 1 つだけです。", + "archived": "このラベルの付いたノートは、デフォルトでは検索結果に表示されません (ジャンプ先、リンクの追加ダイアログなどにも表示されません)。", + "exclude_from_export": "ノート(サブツリーを含む)はノートのエクスポートには含まれません", + "run": "どのイベントでスクリプトを実行するかを定義します。可能な値は次の通り:\n
    \n
  • frontendStartup - Trilium フロントエンドが起動(または更新)されたとき。モバイルは除く
  • \n
  • mobileStartup - モバイルで Trilium フロントエンドが起動(または更新)されたとき。
  • \n
  • backendStartup - Trilium バックエンドが起動したとき
  • \n
  • hourly - 1時間に1回実行します。 runAtHour というラベルを追加して、実行時刻を指定できます。
  • \n
  • daily - 1日に1回実行
  • \n
", + "run_on_instance": "どの Trilium インスタンスでこれを実行するかを定義します。デフォルトはすべてのインスタンスです。", + "run_at_hour": "何時に実行するかを指定します。 #run=hourly と併用してください。1日に複数回実行したい場合は、複数回定義できます。", + "disable_inclusion": "このラベルが付いたスクリプトは親スクリプトの実行には含まれません。", + "sorted": "子ノートをアルファベット順に並べ替える", + "sort_direction": "ASC(デフォルト)または DESC", + "sort_folders_first": "フォルダ(子を持つノート)を上にして並べる", + "top": "指定されたノートをその親ノートの一番上に表示します(並べ替えらた親ノートにのみ適用されます)", + "hide_promoted_attributes": "このノートのプロモート属性を非表示にする", + "read_only": "エディターは読み取り専用モードです。テキストとコードノートのみ機能します。", + "auto_read_only_disabled": "テキスト/コードノートは、サイズが大きすぎる場合、自動的に読み取りモードに設定されます。このラベルをノートに追加することで、ノートごとにこの動作を無効にすることができます", + "app_css": "Trilium アプリケーションに読み込まれ、Trilium の外観を変更するために使用できる CSS ノートをマークします。", + "app_theme": "Trilium のフルテーマである CSS ノートをマークし、Trilium の設定で利用できるようにします。", + "app_theme_base": "「next」、「next-light」、または「next-dark」に設定すると、従来のテーマではなく、対応する TriliumNext テーマ (auto、light、または dark) がカスタム テーマのベースとして使用されます。", + "css_class": "このラベルの値は、ツリー内の特定のノートを表すノードにCSSクラスとして追加されます。これは高度なテーマ設定に役立ちます。テンプレートノートで使用できます。", + "icon_class": "このラベルの値は、ツリー上のアイコンにCSSクラスとして追加され、ツリー内のノートを視覚的に区別するのに役立ちます。例えば、bx bx-home のように、アイコンは boxicons から取得されます。テンプレートノートで使用できます。", + "page_size": "ノートリストの1ページあたりの項目数", + "custom_request_handler": "カスタムリクエストハンドラーを参照してください", + "custom_resource_provider": "カスタムリクエストハンドラーを参照してください", + "widget": "このノートをカスタムウィジェットとしてマークし、Trilium コンポーネントツリーに追加します", + "workspace": "このノートをワークスペースとしてマークし、簡単にホイストできるようにします", + "workspace_icon_class": "このノートにホイストされたときにタブで使用されるボックスアイコンのCSSクラスを定義します", + "workspace_tab_background_color": "このノートにホイストされたときにノートタブで使用されるCSSでの色", + "workspace_calendar_root": "ワークスペースごとのカレンダールートを定義する", + "workspace_template": "このノートは、新しいノートを作成するときに利用可能なテンプレートの選択肢に表示されますが、このテンプレートを含むワークスペースにホイストされた場合にのみ表示されます", + "search_home": "新しい検索ノートはこのノートの子として作成されます", + "workspace_search_home": "このワークスペースノートの祖先にホイストされた新しい検索ノートは、このノートの子として作成されます", + "inbox": "新しいノートのデフォルトのinboxの場所 - サイドバーの「新しいノート」ボタンを使用してノートを作成すると、ノートは #inbox ラベルでマークされたノートの子ノートとして作成されます。", + "workspace_inbox": "このワークスペースノートの祖先にホイストされた場合、新規ノートのデフォルトのinboxの場所", + "sql_console_home": "SQLコンソールノートのデフォルトの場所", + "bookmark_folder": "このラベルの付いたノートは、ブックマークにフォルダとして表示されます(子フォルダへのアクセスを許可します)", + "share_hidden_from_tree": "このノートは左側のナビゲーションツリーには表示されていませんが、URL からアクセスできます", + "share_external_link": "ノートは共有ツリー内で外部 web サイトへのリンクとして機能します", + "share_alias": "https://your_trilium_host/share/[your_alias] でノートを利用できるようにエイリアスを定義します", + "share_omit_default_css": "デフォルトの共有ページのCSSは省略されます。スタイルを大幅に変更する場合に使用してください。", + "share_root": "/share root で提供されるノートをマークする。", + "share_raw": "ノートはHTMLラッパーなしでそのままの形式で提供されます", + "share_disallow_robot_indexing": "X-Robots-Tag: noindex ヘッダーにより、このノートのロボットによるインデックス作成を禁止します", + "share_credentials": "この共有ノートにアクセスするには認証情報が必要です。値は「ユーザー名:パスワード」の形式である必要があります。子ノート/画像に適用するには、これを継承可能にすることを忘れないでください。", + "share_index": "このラベルの付いたノートには、共有ノートのルートがすべてリストされます", + "display_relations": "表示するリレーション名をカンマで区切って指定します。それ以外のリレーション名は非表示になります。", + "hide_relations": "非表示にするリレーション名をカンマで区切って指定します。それ以外のリレーションは表示されます。", + "template": "このノートは、新しいノートを作成するときに利用可能なテンプレートの選択肢に表示されます", + "toc": "#toc または #toc=show は目次を強制的に表示し、#toc=hide は目次を強制的に非表示にします。ラベルが存在しない場合は、グローバル設定が適用されます", + "color": "ノートツリー、リンクなどのノートの色を定義します。 'red' や #a13d5f などの有効な CSS カラー値を使用します", + "keyboard_shortcut": "このノートにすぐにジャンプするキーボードショートカットを定義します。例: 「ctrl+alt+e」。変更を有効にするには、フロントエンドをリロードする必要があります。", + "keep_current_hoisting": "このリンクを開いても、ノートが現在のホイストされたサブツリーに表示できない場合でも、ホイストは変更されません。", + "execute_button": "現在のコードノートを実行するボタンのタイトル", + "execute_description": "実行ボタンと一緒に表示される現在のコードノートの詳細な説明", + "exclude_from_note_map": "このラベルの付いたノートはノートマップから非表示になります", + "new_notes_on_top": "新しいノートは親ノートの下部ではなく上部に作成されます。", + "hide_highlight_widget": "ハイライトリスト ウィジェットを非表示にする", + "run_on_note_creation": "バックエンドでノートが作成された際に実行されます。特定のサブツリー配下に作成されたすべてのノートに対してスクリプトを実行したい場合は、このリレーションを使用してください。その場合は、サブツリーのルートノートにスクリプトを作成し、継承可能にしてください。サブツリー内(任意の深さ)に新しいノートが作成されると、スクリプトが実行されます。", + "run_on_child_note_creation": "このリレーションが定義されているノートの下に新しいノートが作成されたときに実行されます", + "render_note": "「HTMLノートをレンダリング」タイプのノートは、コードノート(HTMLまたはスクリプト)を使用してレンダリングされます。このリレーションを使用して、どのノートをレンダリングするかを指定する必要があります", + "other_notes_with_name": "{{attributeType}} の名前が「{{attributeName}}」であるその他のノート", + "color_type": "色", + "share_description": "説明用にHTMLメタタグに追加するテキストを定義します", + "title_template": "このノートの子として作成されるノートのデフォルトのタイトルです。値は JavaScript 文字列として評価されるため、\n 挿入された now および parentNote 変数を介して動的なコンテンツを追加できます。例: \n \n
    \n
  • ${parentNote.getLabelValue('authorName')} の文学作品
  • \n
  • ${now.format('YYYY-MM-DD HH:mm:ss')} のログ
  • \n
\n \n 詳細については Wiki の詳細 、および parentNotenow の API ドキュメントを参照してください。", + "run_on_note_title_change": "ノートのタイトルが変更されたときに実行されます(ノートの作成も含む)", + "run_on_note_content_change": "ノートの内容が変更されたときに実行されます(ノートの作成も含む)。", + "run_on_note_change": "ノートが変更されたときに実行されます(ノートの作成も含む)。内容の変更は含まれません", + "run_on_note_deletion": "ノートが削除されたときに実行されます", + "run_on_branch_creation": "ブランチが作成されたときに実行されます。ブランチは親ノートと子ノート間のリンクであり、例えばノートの複製や移動の際に作成されます。", + "run_on_branch_change": "ブランチが更新されたときに実行されます。", + "run_on_branch_deletion": "ブランチが削除されたときに実行されます。ブランチは親ノートと子ノート間のリンクであり、ノートを移動した場合などに削除されます(古いブランチ/リンクは削除されます)。", + "run_on_attribute_creation": "このリレーションを定義するノートに新しい属性が作成された場合に実行されます", + "run_on_attribute_change": " このリレーションを定義するノートの属性が変更されたときに実行されます。属性が削除された場合にも実行されます", + "relation_template": "ノートの属性は親子関係がなくても継承されます。ノートの内容とサブツリーは、空の場合はインスタンスノートに追加されます。詳細はドキュメントをご覧ください。", + "inherit": "親子関係がなくても、ノートの属性は継承されます。同様の概念については、テンプレートリレーションを参照してください。ドキュメントの属性継承を参照してください。", + "widget_relation": "このリレーションのターゲットが実行され、サイドバーのウィジェットとしてレンダリングされます", + "share_css": "共有ページに挿入されるCSSノートです。CSSノートは共有サブツリーにも含まれている必要があります。「share_hidden_from_tree」と「share_omit_default_css」の使用も検討してください。", + "share_js": "共有ページに挿入されるJavaScriptノートです。JavaScriptノートは共有サブツリー内にも存在する必要があります。「share_hidden_from_tree」の使用を検討してください。", + "share_template": "共有ノートを表示するためのテンプレートとして使用される埋め込みJavaScriptノートです。デフォルトのテンプレートにフォールバックします。「share_hidden_from_tree」の使用を検討してください。", + "share_favicon": "共有ページに設定するファビコンのノートです。通常は共有ルートに設定し、継承可能にします。ファビコンのノートは共有サブツリーにも設定する必要があります。「share_hidden_from_tree」の使用を検討してください。", + "is_owned_by_note": "ノートによって所有されています", + "and_more": "...その他 {{count}} 件。", + "print_landscape": "PDF にエクスポートするときに、ページの向きを縦向きではなく横向きに変更します。", + "print_page_size": "PDF にエクスポートするときに、ページのサイズを変更します。サポートされる値: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger。" + }, + "link_context_menu": { + "open_note_in_popup": "クイック編集", + "open_note_in_new_tab": "新しいタブでノートを開く", + "open_note_in_new_split": "新しく分割してノートを開く", + "open_note_in_new_window": "新しいウィンドウでノートを開く", + "open_note_in_other_split": "他の分割画面でノートを開く" + }, + "note_tooltip": { + "quick-edit": "クイック編集", + "note-has-been-deleted": "ノートは削除されました。" + }, + "protect_note": { + "toggle-on": "ノートを保護", + "toggle-off": "ノートの保護を解除", + "toggle-on-hint": "ノートは保護されていません。クリックして保護してください", + "toggle-off-hint": "ノートは保護されています。クリックして保護を解除してください" + }, + "shared_switch": { + "shared": "共有", + "toggle-on-title": "ノートを共有", + "toggle-off-title": "ノートの共有を解除", + "shared-branch": "このノートは共有ノートとしてのみ存在し、共有を解除すると削除されます。続行してこのノートを削除しますか?", + "inherited": "このノートは、親から継承された共有方法のため、ここでは共有解除できません。" + }, + "template_switch": { + "template": "テンプレート", + "toggle-on-hint": "ノートをテンプレート化する", + "toggle-off-hint": "テンプレートとしてのノートを削除する" + }, + "open-help-page": "ヘルプページを開く", + "shared_info": { + "help_link": "ヘルプについては、wikiをご覧ください。", + "shared_locally": "このノートは {{- link}} でローカルに共有されています。", + "shared_publicly": "このノートは {{- link}} で一般公開されています。" + }, + "highlights_list_2": { + "title": "ハイライトリスト", + "options": "オプション", + "title_with_count_other": "{{count}} ハイライト", + "modal_title": "ハイライトリストの設定", + "menu_configure": "ハイライトリストの設定...", + "no_highlights": "ハイライトが見つかりません。" + }, + "quick-search": { + "placeholder": "クイック検索", + "searching": "検索中...", + "no-results": "結果は見つかりませんでした", + "more-results": "... および {{number}} 件の他の結果。", + "show-in-full-search": "検索結果をすべて表示" + }, + "note_tree": { + "collapse-title": "ノートツリーを折りたたむ", + "scroll-active-title": "アクティブノートまでスクロール", + "tree-settings-title": "ツリーの設定", + "hide-archived-notes": "アーカイブノートを非表示", + "automatically-collapse-notes": "ノートを自動的に折りたたむ", + "automatically-collapse-notes-title": "一定期間使用されないと、ツリーを整理するためにノートは折りたたまれます。", + "save-changes": "変更を保存して適用", + "auto-collapsing-notes-after-inactivity": "非アクティブ状態が続いたためノートが自動で折りたたまれます...", + "create-child-note": "子ノートを作成", + "hoist-this-note-workspace": "このノートをホイストする(ワークスペース)", + "unhoist": "ホイスト解除", + "saved-search-note-refreshed": "保存した検索ノートが更新されました。", + "refresh-saved-search-results": "保存した検索結果を更新", + "toggle-sidebar": "サイドバーを切り替え", + "dropping-not-allowed": "この場所にノートをドロップすることはできません。", + "clone-indicator-tooltip": "このノートには {{- count}} 個の親があります: {{- parents}}", + "clone-indicator-tooltip-single": "このノートは複製されています (親が 1 件追加: {{- parent}})", + "shared-indicator-tooltip": "このノートは公開されています", + "shared-indicator-tooltip-with-url": "このノートは以下で公開されています: {{- url}}", + "subtree-hidden-tooltip_other": "{{count}} 個の子ノートがツリーで非表示になっています", + "subtree-hidden-moved-title": "{{title}} に追加されました", + "subtree-hidden-moved-description-collection": "このコレクションはツリー内の子ノートを非表示にします。", + "subtree-hidden-moved-description-other": "このノートのツリーでは子ノートは非表示になっています。" + }, + "bulk_actions": { + "bulk_actions": "一括操作", + "affected_notes": "影響されるノート", + "include_descendants": "選択したノートの子ノートを含む", + "available_actions": "利用可能なアクション", + "chosen_actions": "選択されたアクション", + "execute_bulk_actions": "一括操作を実行", + "bulk_actions_executed": "一括操作が成功に実行されました。", + "labels": "ラベル", + "relations": "リレーション", + "notes": "ノート", + "other": "その他", + "none_yet": "アクションを上のリストからクリックして追加。" + }, + "note_title": { + "placeholder": "ここにノートのタイトルを入力...", + "created_on": " に作成", + "last_modified": " に変更", + "note_type_switcher_label": "{{type}} から切り替え:", + "note_type_switcher_others": "その他のノートタイプ", + "note_type_switcher_templates": "テンプレート", + "note_type_switcher_collection": "コレクション", + "edited_notes": "この日に編集されたノート", + "promoted_attributes": "プロモート属性" + }, + "search_result": { + "no_notes_found": "指定された検索パラメータに該当するノートは見つかりませんでした。", + "search_not_executed": "検索はまだ実行されていません。上の「検索」ボタンをクリックすると、検索結果が表示されます。" + }, + "sql_result": { + "no_rows": "このクエリでは行が返されませんでした", + "not_executed": "クエリはまだ実行されていません。", + "failed": "SQLクエリの実行に失敗しました", + "statement_result": "ステートメント結果", + "execute_now": "今すぐ実行" + }, + "sql_table_schemas": { + "tables": "テーブル" + }, + "app_context": { + "please_wait_for_save": "保存が完了するまで数秒お待ちください。その後、もう一度お試しいただけます。" + }, + "note_create": { + "duplicated": "ノート \"{{title}}\" は複製されました。" + }, + "clipboard": { + "cut": "ノートはクリップボードに切り取りとられました。", + "copied": "ノートはクリップボードにコピーされました。", + "copy_failed": "権限の問題で、クリップボードにコピーできません。", + "copy_success": "クリップボードにコピーしました。" + }, + "launcher_context_menu": { + "add-note-launcher": "ノートランチャーを追加", + "add-script-launcher": "スクリプトランチャーを追加", + "add-custom-widget": "カスタムウィジェットを追加", + "add-spacer": "スペーサーを追加", + "delete": "削除 ", + "reset": "リセット", + "move-to-visible-launchers": "可視ランチャーに移動", + "move-to-available-launchers": "利用可能なランチャーに移動", + "duplicate-launcher": "ランチャーの複製 ", + "reset_launcher_confirm": "本当に「{{title}}」をリセットしますか? このノート(およびその子ノート)のすべてのデータと設定が失われ、ランチャーは元の場所に戻ります。" + }, + "highlighting": { + "title": "コードブロック", + "description": "テキストノート内のコードブロックのシンタックスハイライトを制御します。コードノートには影響しません。", + "color-scheme": "カラースキーム" + }, + "code_block": { + "word_wrapping": "単語の折り返し", + "theme_none": "シンタックスハイライトなし", + "theme_group_light": "ライトテーマ", + "theme_group_dark": "ダークテーマ", + "copy_title": "クリップボードにコピー" + }, + "editor": { + "title": "エディター" + }, + "editing": { + "editor_type": { + "label": "書式設定ツールバー", + "floating": { + "description": "編集ツールがカーソル付近に表示されます。", + "title": "フローティング" + }, + "fixed": { + "title": "固定", + "description": "編集ツールは「書式設定」のリボンタブに表示されます。" + }, + "multiline-toolbar": "ツールバーが収まりきらない場合は、複数行で表示する。" + } + }, + "electron_context_menu": { + "add-term-to-dictionary": "辞書に \"{{term}}\" を追加", + "cut": "切り取り", + "copy": "コピー", + "copy-link": "リンクをコピー", + "paste": "貼り付け", + "paste-as-plain-text": "プレーンテキストで貼り付け", + "search_online": "{{searchEngine}} で \"{{term}}\" を検索", + "search_in_trilium": "Triliumで「{{term}}」を検索" + }, + "duration": { + "seconds": "秒", + "minutes": "分", + "hours": "時間", + "days": "日" + }, + "share": { + "title": "共有設定", + "redirect_bare_domain": "ネイキッドドメインを共有ページにリダイレクト", + "redirect_bare_domain_description": "匿名のユーザーをログイン画面ではなく共有ページにリダイレクトします", + "show_login_link_description": "共有ページの下部にログインリンクを追加", + "share_root_found": "共有ルートノート '{{noteTitle}}' の準備が完了", + "share_root_not_found": "#shareRoot のラベルが付いたノートが見つかりません", + "share_root_not_shared": "ノート '{{noteTitle}}' は #shareRoot のラベルを持っていますが、共有されていません", + "show_login_link": "共有テーマにログインリンクを表示する", + "check_share_root": "共有ルートのステータスを確認" + }, + "time_selector": { + "invalid_input": "入力された時間値が有効な数値ではありません。", + "minimum_input": "入力された時間値は {{minimumSeconds}} 秒以上である必要があります。" + }, + "note_language": { + "not_set": "言語が設定されていません", + "configure-languages": "言語を設定...", + "help-on-languages": "コンテンツの言語に関するヘルプ..." + }, + "content_language": { + "title": "コンテンツの言語", + "description": "読み取り専用または編集可能なテキストノートの基本プロパティセクションの言語選択に表示する言語を 1 つ以上選択します。これにより、スペルチェックや右から左へのサポートなどの機能が利用できるようになります。" + }, + "png_export_button": { + "button_title": "図をPNG形式でエクスポート" + }, + "svg": { + "export_to_png": "図をPNG形式でエクスポートできませんでした。", + "export_to_svg": "図をSVG形式でエクスポートできませんでした。" + }, + "code_theme": { + "title": "外観", + "word_wrapping": "単語の折り返し", + "color-scheme": "カラースキーム" + }, + "cpu_arch_warning": { + "title": "ARM64版をダウンロードしてください", + "dont_show_again": "この警告を二度と表示しない", + "continue_anyway": "とにかく続ける", + "message_windows": "TriliumNext は現在エミュレーションを実行しています。つまり、ARM版WindowsデバイスでIntel(x64)版を使用していることになります。これはパフォーマンスとバッテリー寿命に重大な影響を及ぼします。", + "recommendation": "最適なエクスペリエンスを得るには、リリース ページから TriliumNext のネイティブ ARM64 バージョンをダウンロードしてください。", + "download_link": "ネイティブ版をダウンロード", + "message_macos": "TriliumNext は現在、Rosetta 2による翻訳環境で実行されています。つまり、Apple Silicon MacではIntel (x64)バージョンを使用していることになります。これはパフォーマンスとバッテリー寿命に重大な影響を及ぼします。" + }, + "editorfeatures": { + "emoji_completion_enabled": "絵文字のオートコンプリートを有効", + "note_completion_enabled": "ノートのオートコンプリートを有効", + "emoji_completion_description": "有効にすると、「:」に続けて絵文字の名前を入力することで、テキストに絵文字を簡単に挿入できます。", + "note_completion_description": "有効にすると、「@」 に続けてノートのタイトルを入力することで、ノートへのリンクを作成できます。", + "slash_commands_enabled": "スラッシュコマンドを有効", + "slash_commands_description": "有効にすると、改行や見出しの挿入などの編集コマンドは、「/」 と入力して切り替えることができます。", + "title": "機能" + }, + "table_context_menu": { + "delete_row": "行を削除" + }, + "content_renderer": { + "open_externally": "外部で開く" + }, + "add_label": { + "add_label": "ラベルを追加", + "label_name_placeholder": "ラベル名", + "label_name_title": "英数字、アンダーバー、コロンが使用可能な文字です。", + "new_value_placeholder": "新しい値", + "help_text": "一致したすべてのノートに:", + "help_text_note": "このメソッドを値なしで呼び出すこともできます。その場合、ラベルは値なしでノートに割り当てられます。", + "to_value": "値", + "help_text_item1": "ノートにまだラベルがない場合は、指定されたラベルを作成します", + "help_text_item2": "または既存のラベルの値を変更する" + }, + "delete_label": { + "delete_label": "ラベルを削除", + "label_name_placeholder": "ラベル名", + "label_name_title": "英数字、アンダーバー、コロンが使用可能な文字です。" + }, + "rename_label": { + "rename_label": "ラベル名の変更", + "rename_label_from": "ラベル名を", + "old_name_placeholder": "古い名前", + "to": "から", + "new_name_placeholder": "新しい名前", + "name_title": "英数字、アンダーバー、コロンが使用可能な文字です。" + }, + "update_label_value": { + "update_label_value": "ラベルの値を更新", + "label_name_placeholder": "ラベル名", + "label_name_title": "英数字、アンダーバー、コロンが使用可能な文字です。", + "new_value_placeholder": "新しい値", + "help_text_note": "このメソッドは値なしで呼び出すこともできます。その場合、値なしでラベルがノートに割り当てられます。", + "help_text": "一致したすべてのノートで、既存のラベルの値を変更する。", + "to_value": "値" + }, + "add_relation": { + "add_relation": "リレーションを追加", + "relation_name": "リレーションの名前", + "allowed_characters": "英数字、アンダーバー、コロンが使用可能な文字です。", + "create_relation_on_all_matched_notes": "一致したすべてのノートに対して、指定されたリレーションを作成します。", + "target_note": "対象のノート", + "to": "を" + }, + "delete_relation": { + "delete_relation": "リレーションを削除", + "relation_name": "リレーションの名前", + "allowed_characters": "英数字、アンダーバー、コロンが使用可能な文字です。" + }, + "rename_relation": { + "rename_relation": "リレーションの名前を変更", + "rename_relation_from": "リレーションの名前を", + "old_name": "古い名前", + "to": "から", + "new_name": "新しい名前", + "allowed_characters": "英数字、アンダーバー、コロンが使用可能な文字です。" + }, + "update_relation_target": { + "update_relation": "リレーションの更新", + "relation_name": "リレーションの名前", + "allowed_characters": "英数字、アンダーバー、コロンが使用可能な文字です。", + "on_all_matched_notes": "一致したすべてのノートに", + "target_note": "対象のノート", + "change_target_note": "既存のリレーション対象のノートを変更する", + "update_relation_target": "リレーション対象の更新", + "to": "を" + }, + "revisions_button": { + "note_revisions": "ノートの変更履歴" + }, + "note_launcher": { + "this_launcher_doesnt_define_target_note": "このランチャーはターゲットノートを定義していません。" + }, + "zpetne_odkazy": { + "relation": "リレーション", + "backlink_other": "{{count}} 個のバックリンク" + }, + "mobile_detail_menu": { + "delete_this_note": "このノートを削除", + "error_unrecognized_command": "認識されないコマンド {{command}}", + "insert_child_note": "子ノートを挿入", + "error_cannot_get_branch_id": "ノートパス 「{{notePath}} のbranchIdを取得できません", + "note_revisions": "ノートの変更履歴", + "backlinks": "バックリンク", + "content_language_switcher": "コンテンツの言語: {{language}}" + }, + "inherited_attribute_list": { + "title": "継承属性", + "no_inherited_attributes": "継承属性はありません。", + "none": "なし" + }, + "note_map": { + "open_full": "拡大表示", + "collapse": "通常サイズに折りたたむ", + "title": "ノートマップ", + "link-distance": "リンク距離", + "fix-nodes": "ノードを修正" + }, + "owned_attribute_list": { + "owned_attributes": "所有属性" + }, + "promoted_attributes": { + "unset-field-placeholder": "未設定", + "open_external_link": "外部でリンクを開く", + "unknown_label_type": "不明なラベルタイプ '{{type}}'", + "unknown_attribute_type": "不明な属性タイプ '{{type}}'", + "add_new_attribute": "新しい属性を追加", + "remove_this_attribute": "この属性を削除", + "remove_color": "このカラーラベルを削除", + "promoted_attributes": "プロモート属性", + "url_placeholder": "http://web サイト..." + }, + "relation_map": { + "open_in_new_tab": "新しいタブで開く", + "remove_note": "ノートを削除", + "edit_title": "タイトルを編集", + "rename_note": "ノート名を変更", + "enter_new_title": "新しいノート名を入力:", + "remove_relation": "リレーションを削除", + "confirm_remove_relation": "本当にこのリレーションを削除しますか?", + "specify_new_relation_name": "新しいリレーションの名前(使用可能な文字: 英数字、コロン、アンダースコア)を指定:", + "note_not_found": "ノート {{noteId}} が見つかりません!", + "enter_title_of_new_note": "新しいノートのタイトルを入力", + "default_new_note_title": "新しいノート", + "cannot_match_transform": "変換を一致させることができません: {{transform}}", + "click_on_canvas_to_place_new_note": "キャンバスをクリックして新しいノートを配置", + "connection_exists": "これらのノート間の接続 '{{name}}' は既に存在します。", + "start_dragging_relations": "ここからリレーションをドラッグして、別のノートにドロップします。", + "note_already_in_diagram": "ノート「{{title}}」はすでに図に含まれています。" + }, + "database_anonymization": { + "title": "データベースの匿名化", + "full_anonymization": "完全匿名化", + "full_anonymization_description": "この操作により、データベースの新しいコピーが作成され、匿名化されます(すべてのノートの内容を削除し、構造と一部の非機密メタデータのみを残します)。これにより、個人データが漏洩する心配なく、デバッグ目的でオンライン共有できます。", + "save_fully_anonymized_database": "完全に匿名化されたデータベースを保存", + "light_anonymization": "軽い匿名化", + "light_anonymization_description": "この操作により、データベースの新しいコピーが作成され、軽い匿名化が適用されます。具体的には、すべてのノートの内容のみが削除され、タイトルと属性はそのまま残ります。さらに、カスタムJSフロントエンド/バックエンドスクリプトノートとカスタムウィジェットもそのまま残ります。これにより、問題のデバッグのためのコンテキストがより多く提供されます。", + "choose_anonymization": "完全に匿名化したデータベースを提供するか、軽く匿名化したデータベースを提供するかは、あなた自身が決めることができます。完全に匿名化されたDBであっても非常に有用ですが、場合によっては軽く匿名化されたDBの方がバグの特定と修正のプロセスを速めることができます。", + "save_lightly_anonymized_database": "軽く匿名化されたデータベースを保存", + "existing_anonymized_databases": "既存の匿名化データベース", + "creating_fully_anonymized_database": "完全に匿名化されたデータベースを作成中...", + "creating_lightly_anonymized_database": "軽く匿名化されたデータベースを作成中...", + "error_creating_anonymized_database": "匿名化データベースの作成に失敗しました。詳細はバックエンドログを確認してください", + "successfully_created_fully_anonymized_database": "完全に匿名化されたデータベースを {{anonymizedFilePath}} に作成", + "successfully_created_lightly_anonymized_database": "軽く匿名化されたデータベースを {{anonymizedFilePath}} に作成", + "no_anonymized_database_yet": "匿名化されたデータベースはまだありません。" + }, + "database_integrity_check": { + "title": "データベースの整合性チェック", + "description": "これは、データベースがSQLiteレベルで破損がないかをチェックします。DBのサイズによっては時間がかかる場合があります。", + "check_button": "データベースの整合性をチェック", + "checking_integrity": "データベースの整合性をチェックしています...", + "integrity_check_succeeded": "整合性チェックに成功 - 問題は見つかりませんでした。", + "integrity_check_failed": "整合性チェックに失敗: {{results}}" + }, + "code-editor-options": { + "title": "エディター" + }, + "search_string": { + "title_column": "文字列検索:", + "search_syntax": "検索構文", + "also_see": "詳しくは", + "complete_help": "検索構文に関する完全なヘルプ", + "full_text_search": "テキストを入力すると全文検索が可能", + "label_abc": "ラベルabcを持つノートを返す", + "label_year": "ラベル「year」の値が「2019」と一致するノート", + "label_rock_pop": "rock と pop のラベルを持つノート", + "label_rock_or_pop": "どれかのラベルが存在すること", + "label_year_comparison": "数値比較(>、>=、<も含む)。", + "label_date_created": "過去1ヶ月以内に作成されたノート", + "error": "検索エラー: {{error}}", + "search_prefix": "検索:", + "placeholder": "全文 キーワード、#tag = value..." + }, + "delete_revisions": { + "delete_note_revisions": "ノートの変更履歴を削除", + "all_past_note_revisions": "一致したノートの過去の変更履歴がすべて削除されます。ノート自体は完全に保持されます。言い換えると、ノートのリビジョンが削除されます。" + }, + "rename_note": { + "rename_note": "ノート名を変更", + "new_note_title": "新しいノート名", + "rename_note_title_to": "ノート名を変更", + "example_note": "Note - マッチしたノートの名前をすべて'Note'に変更", + "example_new_title": "NEW: ${note.title} - 一致したノートの名前の前に 'NEW: ' を付ける", + "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - マッチしたノートの前にノートの作成月日を付ける", + "api_docs": "詳細については、 note および dateCreatedObj / utcDateCreatedObj properties の API ドキュメントを参照してください。", + "evaluated_as_js_string": "与えられた値はJavaScript文字列として評価されるため、注入されたnote変数(noteは名前が変更されます)を介して動的なコンテンツで強化できます。例:", + "click_help_icon": "右側のヘルプアイコンをクリックすると、すべてのオプションが表示されます" + }, + "electron_integration": { + "desktop-application": "デスクトップアプリケーション", + "native-title-bar": "ネイティブタイトルバー", + "native-title-bar-description": "WindowsとmacOSでは、ネイティブタイトルバーをオフにしておくと、アプリケーションがよりコンパクトに見えます。Linuxでは、ネイティブタイトルバーを表示したままの方が、他のシステムとの統一性が高まります。", + "background-effects": "背景効果を有効化", + "background-effects-description": "アプリウィンドウにぼかしの効いたスタイリッシュな背景を追加し、奥行きとモダンな外観を演出します。「ネイティブタイトルバー」を無効にする必要があります。", + "restart-app-button": "アプリケーションを再起動して変更を反映", + "zoom-factor": "ズーム倍率" + }, + "zoom_factor": { + "description": "ズームは CTRL+- と CTRL+= のショートカットでも操作可能。", + "title": "ズーム倍率(デスクトップビルドのみ)" + }, + "jump_to_note": { + "search_placeholder": "名前またはタイプでノートを検索 > コマンドを検索...", + "search_button": "全文検索" + }, + "markdown_import": { + "dialog_title": "Markdownをインポート", + "modal_body_text": "ブラウザサンドボックスのため、JavaScriptからクリップボードの内容を直接読み込むことはできません。インポートするMarkdownを以下のテキストエリアに貼り付け、インポートボタンをクリックしてください", + "import_button": "インポート", + "import_success": "Markdown コンテンツがドキュメントにインポートされました。" + }, + "note_type_chooser": { + "change_path_prompt": "新しいノートを作成する場所を変更する:", + "search_placeholder": "名前によるパスの検索 (空の場合はデフォルト)", + "modal_title": "ノートタイプを選択", + "modal_body": "新しいノートのノートタイプ / テンプレートを選択してください:", + "templates": "テンプレート", + "builtin_templates": "組み込みテンプレート" + }, + "prompt": { + "title": "プロンプト", + "ok": "OK", + "defaultTitle": "プロンプト" + }, + "upload_attachments": { + "upload_attachments_to_note": "ノートに添付ファイルをアップロード", + "choose_files": "ファイルを選択", + "files_will_be_uploaded": "ファイルは {{noteTitle}} に添付ファイルとしてアップロードされます", + "options": "オプション", + "shrink_images": "画像を縮小", + "upload": "アップロード", + "tooltip": "このオプションにチェックを入れると、Trilium はアップロードされた画像をスケーリングと最適化によって縮小しようとします。これにより、画質が多少変化する可能性があります。チェックを外すと、画像は変更されずにアップロードされます。" + }, + "attribute_editor": { + "help_text_body1": "ラベルを追加するには、例 #rock と入力します。値も追加したい場合は、例 #year = 2020 と入力します", + "help_text_body2": "リレーションについては、~author = @ と入力すると、オートコンプリートが表示され、目的のノートを検索できるようになります。", + "placeholder": "ここにラベルとリレーションを入力", + "help_text_body3": "代わりに、右側の + ボタンを使用してラベルとリレーションを追加することもできます。", + "save_attributes": "属性を保存 ", + "add_a_new_attribute": "新しい属性を追加", + "add_new_label": "新しいラベルを追加 ", + "add_new_relation": "新しいリレーションを追加 ", + "add_new_label_definition": "新しいラベル定義を追加", + "add_new_relation_definition": "新しいリレーション定義を追加" + }, + "move_note": { + "on_all_matched_notes": "一致したすべてのノートに", + "move_note": "ノートを移動", + "target_parent_note": "対象の親ノート", + "move_note_new_parent": "ノートに親が 1 つしかない場合は、ノートを新しい親に移動します (つまり、古いブランチが削除され、新しい親に新しいブランチが作成されます)", + "clone_note_new_parent": "ノートに複数のクローン/ブランチがある場合、ノートを新しい親にクローンします(どのブランチを削除すべきか不明なため)", + "nothing_will_happen": "ノートを対象のノートに移動できない場合は何も起こりません(つまり、ツリーサイクルが生じるため)", + "to": "次へ" + }, + "onclick_button": { + "no_click_handler": "ボタン ウィジェット '{{componentId}}' にはクリック ハンドラーが定義されていません" + }, + "protected_session_status": { + "active": "保護されたセッションが有効です。クリックして保護されたセッションを終了します。", + "inactive": "クリックして保護されたセッションに入る" + }, + "editable_code": { + "placeholder": "ここにコードノートの内容を入力..." + }, + "editable_text": { + "placeholder": "ここにノートの内容を入力...", + "auto-detect-language": "自動検出", + "keeps-crashing": "編集コンポーネントがクラッシュし続けます。Trilium を再起動してください。問題が解決しない場合は、バグレポートの作成をご検討ください。", + "editor_crashed_title": "テキストエディターがクラッシュしました", + "editor_crashed_content": "コンテンツは正常に復元されましたが、最近の変更の一部が保存されていない可能性があります。", + "editor_crashed_details_button": "詳細を見る...", + "editor_crashed_details_intro": "このエラーが何度も発生する場合は、以下の情報を貼り付けて GitHub に報告することを検討してください。", + "editor_crashed_details_title": "技術情報" + }, + "empty": { + "open_note_instruction": "以下の入力欄にノートのタイトルを入力するか、ツリー内のノートを選択してノートを開きます。", + "search_placeholder": "名前でノートを検索", + "enter_workspace": "ワークスペース {{title}} に入る" + }, + "file": { + "too_big": "パフォーマンス上の理由により、プレビューではファイルの最初の {{maxNumChars}} 文字のみが表示されます。ファイル全体を表示するには、ファイルをダウンロードして外部で開いてください。", + "file_preview_not_available": "このファイル形式ではファイルプレビューは利用できません。" + }, + "protected_session": { + "enter_password_instruction": "保護されたノートを表示するにはパスワードを入力する必要があります:", + "start_session_button": "保護されたセッションを開始", + "started": "保護されたセッションが開始されました。", + "wrong_password": "パスワードが間違っています。", + "protecting-finished-successfully": "保護が正常に完了しました。", + "unprotecting-finished-successfully": "保護の解除が正常に完了しました。", + "protecting-in-progress": "保護中: {{count}}", + "unprotecting-in-progress-count": "保護解除中: {{count}}", + "protecting-title": "保護の状態", + "unprotecting-title": "保護解除の状態" + }, + "render": { + "note_detail_render_help_1": "このヘルプノートが表示されるのは、このノートの「HTML のレンダリング」タイプには、正常に機能するために必要なリレーションがないためです。", + "note_detail_render_help_2": "レンダリングHTMLノートタイプは、スクリプティングに使用されます。簡単に言うと、HTMLコードノート(オプションでJavaScriptを含む)があり、このノートがそれをレンダリングします。これを動作させるには、レンダリングするHTMLノートを指す「renderNote」というリレーションを定義する必要があります。" + }, + "consistency_checks": { + "find_and_fix_button": "一貫性の問題を見つけて修正する", + "finding_and_fixing_message": "一貫性の問題を見つけて修正中…", + "title": "一貫性をチェック", + "issues_fixed_message": "発見された可能性のある一貫性の問題はすべて修正されました。" + }, + "vacuum_database": { + "title": "データベースのバキューム", + "description": "これによりデータベースが再構築され、通常はデータベースファイルのサイズが小さくなります。実際のデータは変更されません。", + "button_text": "データベースをバキューム", + "vacuuming_database": "データベースのバキュームを実行中...", + "database_vacuumed": "データベースのバキューム処理が完了しました" + }, + "ribbon": { + "promoted_attributes_message": "プロモート属性がノートに存在する場合、プロモート属性のリボンタブが自動的に開きます", + "edited_notes_message": "編集したノートのリボンタブは、dayノートで自動的に開きます", + "widgets": "リボンウィジェット" + }, + "ui-performance": { + "enable-motion": "トランジションとアニメーションを有効にする", + "enable-shadows": "影を有効にする", + "enable-backdrop-effects": "メニュー、ポップアップ、パネルの背景効果を有効にする", + "title": "パフォーマンス", + "enable-smooth-scroll": "スムーズスクロールを有効にする", + "app-restart-required": "(変更を有効にするにはアプリケーションの再起動が必要です)" + }, + "code_mime_types": { + "title": "ドロップダウンで利用可能なMIMEタイプ", + "tooltip_syntax_highlighting": "構文ハイライト表示", + "tooltip_code_block_syntax": "テキストノート内のコードブロック", + "tooltip_code_note_syntax": "コードノート" + }, + "attachment_erasure_timeout": { + "attachment_erasure_timeout": "添付ファイル消去のタイムアウト", + "attachment_auto_deletion_description": "定義されたタイムアウト後にノートによって参照されなくなった場合、添付ファイルは自動的に削除 (および消去) されます。", + "erase_attachments_after": "使用されていない添付ファイルを消去する期間:", + "manual_erasing_description": "手動で消去をトリガーすることもできます (上記で定義したタイムアウトを考慮せずに):", + "erase_unused_attachments_now": "使用されていない添付ノートを今すぐ消去", + "unused_attachments_erased": "使用されていない添付ファイルは削除されました。" + }, + "network_connections": { + "network_connections_title": "ネットワーク接続", + "check_for_updates": "アップデートを自動的に確認する" + }, + "note_erasure_timeout": { + "note_erasure_timeout_title": "ノート消去のタイムアウト", + "note_erasure_description": "削除されたノート(および属性、変更履歴など)最初は削除済みとしてマークされるだけで、「最近の変更」ダイアログから復元できます。一定期間が経過すると、削除されたノートは「消去」され、内容は復元できなくなります。この設定では、ノートを削除してから消去するまでの期間を設定できます。", + "erase_notes_after": "ノートを消去する間隔:", + "manual_erasing_description": "手動で消去をトリガーすることもできます (上記で定義したタイムアウトを考慮せずに):", + "erase_deleted_notes_now": "削除したノートを今すぐ消去", + "deleted_notes_erased": "削除されたノートは消去されました。" + }, + "revisions_snapshot_interval": { + "note_revisions_snapshot_interval_title": "ノートの変更履歴の記録間隔", + "note_revisions_snapshot_description": "ノートの変更履歴の記録間隔は、そのノートに対して新しい変更が作成されるまでの時間です。詳細については、wiki をご覧ください。", + "snapshot_time_interval_label": "ノートの変更履歴が記憶される時間:" + }, + "revisions_snapshot_limit": { + "note_revisions_snapshot_limit_title": "ノートの変更履歴の記録制限", + "note_revisions_snapshot_limit_description": "ノートの変更履歴の記録制限とは、各ノートに保存できる変更履歴の最大数を指します。-1 は制限なし、0 はすべての変更履歴を削除することを意味します。#versioningLimit ラベルを使用して、1 つのノートの最大変更数を設定できます。", + "snapshot_number_limit_label": "ノートの変更履歴の記録数の制限:", + "snapshot_number_limit_unit": "スナップショット", + "erase_excess_revision_snapshots": "余分な変更履歴を今すぐ消去", + "erase_excess_revision_snapshots_prompt": "余分な変更履歴が消去されました。" + }, + "editability_select": { + "note_is_read_only": "ノートは読み取り専用ですが、ボタンをクリックすると編集できます。", + "auto": "自動", + "read_only": "読み取り専用", + "always_editable": "常に編集可能", + "note_is_editable": "ノートは長すぎなければ編集可能です。", + "note_is_always_editable": "ノートは長さに関係なく常に編集可能です。" + }, + "find": { + "case_sensitive": "大文字と小文字を区別", + "match_words": "単語が一致", + "find_placeholder": "テキスト内を検索...", + "replace_placeholder": "置換対象...", + "replace": "置換", + "replace_all": "すべて置換" + }, + "title_bar_buttons": { + "window-on-top": "ウィンドウを最前面に維持" + }, + "note_detail": { + "could_not_find_typewidget": "タイプ {{type}} の typeWidget が見つかりませんでした", + "printing": "印刷中です...", + "printing_pdf": "PDF へのエクスポート中です...", + "print_report_title": "レポートを印刷", + "print_report_collection_content_other": "コレクション内の {{count}} 件のノートは、サポートされていないか保護されているため、印刷できませんでした。", + "print_report_collection_details_button": "詳細を見る", + "print_report_collection_details_ignored_notes": "無視されたノート" + }, + "watched_file_update_status": { + "ignore_this_change": "この変更を無視する", + "file_last_modified": "ファイル に最後に変更されました。", + "upload_modified_file": "変更したファイルをアップロード" + }, + "image": { + "copied-to-clipboard": "画像への参照がクリップボードにコピーされました。これは任意のテキストノートに貼り付けることができます。", + "cannot-copy": "画像参照をクリップボードにコピーできませんでした。" + }, + "entrypoints": { + "note-revision-created": "ノートの改訂版が作成されました。", + "sql-error": "SQL クエリの実行中にエラーが発生しました: {{message}}", + "note-executed": "ノートが実行されました。" + }, + "branches": { + "cannot-move-notes-here": "ここにノートを移動することはできません。", + "delete-status": "ステータスを削除", + "delete-notes-in-progress": "削除進行中のノート: {{count}}", + "delete-finished-successfully": "削除が正常に完了しました。", + "undeleting-notes-in-progress": "削除済みのノートを復元中: {{count}}", + "undeleting-notes-finished-successfully": "ノートの復元が正常に完了しました。" + }, + "frontend_script_api": { + "async_warning": "`api.runOnBackend()` に非同期関数を渡していますが、これは意図したとおりに動作しない可能性があります。\\n関数を同期させる(`async` キーワードを削除する)か、`api.runAsyncOnBackendWithManualTransactionHandling()` を使用してください。", + "sync_warning": "`api.runAsyncOnBackendWithManualTransactionHandling()` に同期関数を渡していますが、\\n代わりに `api.runOnBackend()` を使用する必要がある可能性があります。" + }, + "ws": { + "sync-check-failed": "同期チェックに失敗しました!", + "consistency-checks-failed": "整合性チェックに失敗しました! 詳細はログを参照してください。", + "encountered-error": "エラー「{{message}}」が発生しました。コンソールを確認してください。", + "lost-websocket-connection-title": "サーバーへの接続が失われました", + "lost-websocket-connection-message": "リバースプロキシ(例: nginx や Apache など)の設定を確認し、WebSocket 接続が適切に許可され、ブロックされていないことを確認してください。" + }, + "hoisted_note": { + "confirm_unhoisting": "要求されたノート「{{requestedNote}}」は、ホイストされたノート「{{hoistedNote}}」サブツリーの外部にあるため、ノートにアクセスするにはホイストを解除する必要があります。ホイスト解除を続行しますか?" + }, + "image_context_menu": { + "copy_reference_to_clipboard": "参照をクリップボードにコピー", + "copy_image_to_clipboard": "画像をクリップボードにコピー" + }, + "note_autocomplete": { + "search-for": "「{{term}}」を検索", + "create-note": "子ノート「{{term}}」を作成してリンクする", + "insert-external-link": "「{{term}}」への外部リンクを挿入", + "clear-text-field": "テキストフィールドをクリア", + "show-recent-notes": "最近のノートを表示", + "full-text-search": "全文検索" + }, + "geo-map": { + "create-child-note-title": "新しい子ノートを作成し、マップに追加する", + "create-child-note-instruction": "地図をクリックしてその場所に新しいノートを作成するか、Esc キーを押して閉じます。", + "unable-to-load-map": "マップを読み込めません。", + "create-child-note-text": "マーカーを追加" + }, + "geo-map-context": { + "open-location": "現在位置を表示", + "remove-from-map": "マップから削除", + "add-note": "この場所にマーカーを追加" + }, + "help-button": { + "title": "関連するヘルプページを開く" + }, + "content_widget": { + "unknown_widget": "「{{id}}」のウィジェットは不明です。" + }, + "switch_layout_button": { + "title_vertical": "編集パネルを下に移動", + "title_horizontal": "編集パネルを左に移動" + }, + "toggle_read_only_button": { + "unlock-editing": "編集のロックを解除", + "lock-editing": "編集をロック" + }, + "book_properties_config": { + "hide-weekends": "週末を非表示", + "display-week-numbers": "週番号を表示", + "map-style": "マップスタイル", + "max-nesting-depth": "最大階層の深さ:", + "show-scale": "スケールを表示", + "raster": "Raster", + "vector_light": "Vector(ライト)", + "vector_dark": "Vector (ダーク)" + }, + "call_to_action": { + "next_theme_title": "新しいTriliumテーマをお試しください", + "next_theme_message": "現在、レガシーテーマを使用しています。新しいテーマを試してみませんか?", + "next_theme_button": "新しいテーマを試す", + "background_effects_title": "背景効果が安定しました", + "background_effects_message": "WindowsおよびmacOSデバイスで、背景効果が安定しました。背景効果は、背景をぼかすことでユーザーインターフェースに彩りを添えます。", + "background_effects_button": "背景効果を有効にする", + "dismiss": "却下", + "new_layout_title": "新しいレイアウト", + "new_layout_message": "Trilium のレイアウトを刷新しました。リボンは廃止され、メインインターフェースにシームレスに統合されました。主要な機能は、新しいステータスバーと展開可能なセクション(プロモート属性など)に集約されています。\n\n新しいレイアウトはデフォルトで有効になっていますが、「オプション」→「外観」から一時的に無効にすることもできます。", + "new_layout_button": "詳細情報" + }, + "settings": { + "related_settings": "関連設定" + }, + "settings_appearance": { + "related_code_blocks": "テキストノート内のコードブロックの配色", + "related_code_notes": "コードノートの配色", + "ui": "ユーザーインターフェース", + "ui_old_layout": "旧レイアウト", + "ui_new_layout": "新しいレイアウト" + }, + "units": { + "percentage": "%" + }, + "pagination": { + "page_title": "{{startIndex}} - {{endIndex}} ページ", + "total_notes": "{{count}} ノート" + }, + "collections": { + "rendering_error": "エラーのためコンテンツを表示できません。" + }, + "abstract_bulk_action": { + "remove_this_search_action": "この検索アクションを削除" + }, + "update_available": { + "update_available": "アップデートが利用可能" + }, + "copy_image_reference_button": { + "button_title": "画像参照をクリップボードにコピーし、テキストノートに貼り付けることができます。" + }, + "attachment_detail": { + "open_help_page": "添付ファイルのヘルプページを開く", + "owning_note": "所有ノート: ", + "you_can_also_open": "、開くこともできます ", + "list_of_all_attachments": "すべての添付ファイルのリスト", + "attachment_deleted": "この添付ファイルは削除されました。" + }, + "attachment_list": { + "open_help_page": "添付ファイルのヘルプページを開く", + "owning_note": "所有ノート: ", + "upload_attachments": "添付ファイルをアップロード", + "no_attachments": "このノートには添付ファイルはありません。" + }, + "book": { + "no_children_help": "このコレクションには子ノートがないため、表示するものがありません。詳細はwikiをご覧ください。", + "drag_locked_title": "編集をロック中", + "drag_locked_message": "コレクションは編集がロックされているため、ドラッグは許可されていません。" + }, + "native_title_bar": { + "title": "ネイティブタイトルバー(アプリの再起動が必要です)", + "enabled": "有効", + "disabled": "無効" + }, + "options_widget": { + "options_change_saved": "オプションの変更が保存されました。", + "options_status": "オプションステータス" + }, + "multi_factor_authentication": { + "title": "多要素認証", + "description": "多要素認証(MFA)は、アカウントのセキュリティをさらに強化します。ログイン時にパスワードを入力するだけでなく、MFAでは本人確認のために1つ以上の追加情報の入力を求められます。これにより、たとえ誰かがパスワードを入手したとしても、2つ目の情報がなければアカウントにアクセスできません。まるでドアに鍵を追加したようなもので、他人が侵入するのがはるかに困難になります。

MFAを有効にするには、以下の手順に従ってください。正しく設定しないと、ログインはパスワードのみで行われます。", + "mfa_enabled": "多要素認証を有効にする", + "mfa_method": "MFAメソッド", + "electron_disabled": "現在、デスクトップ ビルドでは多要素認証はサポートされていません。", + "totp_title": "時間ベースのワンタイムパスワード (TOTP)", + "totp_description": "TOTP(時間ベースのワンタイムパスワード)は、30秒ごとに変化する一意の一時的なコードを生成するセキュリティ機能です。このコードとパスワードを使用してアカウントにログインすることで、他人がアクセスするのを大幅に困難にします。", + "totp_secret_title": "TOTPシークレットを生成する", + "totp_secret_generate": "TOTPシークレットを生成する", + "totp_secret_regenerate": "TOTPシークレットを再生成する", + "no_totp_secret_warning": "TOTP を有効にするには、まず TOTP シークレットを生成する必要があります。", + "totp_secret_description_warning": "新しい TOTP シークレットを生成したら、新しい TOTP シークレットを使用して再度ログインする必要があります。", + "totp_secret_generated": "TOTPシークレットが生成されました", + "totp_secret_warning": "生成されたシークレットは安全な場所に保存してください。再度表示されることはありません。", + "totp_secret_regenerate_confirm": "OTP シークレットを再生成してもよろしいですか?これにより、以前の TOTP シークレットと既存のすべての回復コードが無効になります。", + "recovery_keys_title": "シングルサインオン回復キー", + "recovery_keys_description": "シングル サインオン回復キーは、認証コードにアクセスできない場合でもログインするために使用されます。", + "recovery_keys_description_warning": "回復キーはページを離れた後は再度表示されませんので、安全な場所に保管してください。
回復キーは一度使用すると再度使用できなくなります。", + "recovery_keys_error": "回復コードの生成中にエラーが発生しました", + "recovery_keys_no_key_set": "回復コードが設定されていません", + "recovery_keys_generate": "回復コードを生成する", + "recovery_keys_regenerate": "回復コードの再生成", + "recovery_keys_used": "使用日: {{date}}", + "recovery_keys_unused": "回復コード {{index}} は未使用です", + "oauth_title": "OAuth/OpenID", + "oauth_description": "OpenIDは、Googleなどの他のサービスのアカウントを使用して web サイトにログインし、本人確認を行うための標準化された方法です。デフォルトの発行者はGoogleですが、他のOpenIDプロバイダに変更できます。詳しくはこちらをご覧ください。Google経由でOpenIDサービスを設定するには、こちらの手順に従ってください。", + "oauth_description_warning": "OAuth/OpenIDを有効にするには、config.iniファイルにOAuth/OpenIDのベースURL、クライアントID、クライアントシークレットを設定し、アプリケーションを再起動する必要があります。環境変数から設定する場合は、TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID and TRILIUM_OAUTH_CLIENT_SECRET を設定してください。", + "oauth_missing_vars": "設定がありません: {{-variables}}", + "oauth_user_account": "ユーザーアカウント: ", + "oauth_user_email": "ユーザーEメール: ", + "oauth_user_not_logged_in": "ログインしていません!" + }, + "note-map": { + "button-link-map": "リンクマップ", + "button-tree-map": "ツリーマップ" + }, + "spacer": { + "configure_launchbar": "ランチャーバーを設定" + }, + "attachment_detail_2": { + "will_be_deleted_in": "この添付ファイルは {{time}} 後に自動的に削除されます", + "will_be_deleted_soon": "この添付ファイルはすぐに自動的に削除されます", + "deletion_reason": "、添付ファイルがノートのコンテンツにリンクされていないためです。削除されないようにするには、添付ファイルのリンクをコンテンツに再度追加するか、添付ファイルをノートに変換してください。", + "role_and_size": "ロール: {{role}},サイズ: {{size}}, MIME: {{- mimeType}}", + "link_copied": "添付ファイルのリンクをクリップボードにコピーしました。", + "unrecognized_role": "添付ファイルのロール「{{role}}」は認識されません。" + }, + "presentation_view": { + "edit-slide": "このスライドを編集", + "start-presentation": "プレゼンテーションを開始", + "slide-overview": "スライドの概要を切り替え" + }, + "calendar_view": { + "delete_note": "ノートを削除..." + }, + "read-only-info": { + "read-only-note": "現在、読み取り専用のノートを表示しています。", + "auto-read-only-note": "このノートは読み込みを高速化するために読み取り専用モードで表示されています。", + "edit-note": "ノートを編集" + }, + "note-color": { + "clear-color": "ノートの色をクリア", + "set-color": "ノートの色を設定", + "set-custom-color": "ノートの色をカスタム設定" + }, + "popup-editor": { + "maximize": "フルエディターに切り替え" + }, + "server": { + "unknown_http_error_title": "サーバーとの通信エラー", + "unknown_http_error_content": "ステータスコード: {{statusCode}}\nURL: {{method}} {{url}}\nメッセージ: {{message}}", + "traefik_blocks_requests": "Traefik リバース プロキシを使用している場合、サーバーとの通信に影響する重大な変更が導入されました。" + }, + "tab_history_navigation_buttons": { + "go-back": "前のノートに戻る", + "go-forward": "次のノートに進む" + }, + "experimental_features": { + "title": "実験オプション", + "disclaimer": "これらのオプションは試験的なもので、動作が不安定になる可能性があります。注意してご使用ください。", + "new_layout_name": "新しいレイアウト", + "new_layout_description": "よりモダンな外観と使いやすさが向上した新しいレイアウトをお試しください。今後のリリースで大幅な変更が加えられる可能性があります。" + }, + "breadcrumb_badges": { + "read_only_explicit": "読み取り専用", + "read_only_auto": "自動的に読み取り専用", + "shared_publicly": "公開で共有", + "shared_locally": "ローカルで共有", + "read_only_explicit_description": "このノートは手動で読み取り専用に設定されています。\nクリックすると一時的に編集できます。", + "read_only_temporarily_disabled": "一時的に編集可能", + "read_only_auto_description": "このノートはパフォーマンス上の理由により、自動的に読み取り専用モードに設定されました。この自動制限は設定から調整できます。\n\n一時的に編集するにはクリックしてください。", + "read_only_temporarily_disabled_description": "このノートは現在編集可能ですが、通常は読み取り専用です。別のノートに移動すると読み取り専用に戻ります。\n\nクリックすると読み取り専用モードが再度有効になります。", + "clipped_note": "Web クリップ", + "clipped_note_description": "このノートは {{url}} から取得されました。\n\nクリックすると元の web ページに移動します。", + "execute_script": "スクリプトを実行", + "execute_script_description": "このノートはスクリプトノートです。クリックするとスクリプトが実行されます。", + "execute_sql": "SQL を実行", + "execute_sql_description": "このノートは SQL ノートです。クリックすると SQL クエリが実行されます。", + "shared_copy_to_clipboard": "リンクをクリップボードにコピー", + "shared_open_in_browser": "ブラウザでリンクを開く", + "shared_unshare": "共有を削除", + "save_status_saved": "保存されました", + "save_status_saving": "保存中...", + "save_status_unsaved": "未保存", + "save_status_error": "保存に失敗しました", + "save_status_saving_tooltip": "変更を保存しています。", + "save_status_unsaved_tooltip": "未保存の変更があります。すぐに自動的に保存されます。", + "save_status_error_tooltip": "ノートの保存中にエラーが発生しました。可能であれば、ノートの内容を別の場所にコピーして、アプリケーションを再読み込みしてください。" + }, + "status_bar": { + "language_title": "コンテンツの言語を変更", + "note_info_title": "ノート情報を表示(例: 日付、ノートのサイズなど)", + "backlinks_title_other": "バックリンクを表示", + "attachments_title_other": "添付ファイルを新しいタブで表示", + "attributes_other": "{{count}} 個の属性", + "attributes_title": "所有属性と継承属性", + "note_paths_title": "ノートパス", + "code_note_switcher": "言語モードを変更", + "backlinks_other": "{{count}} バックリンク", + "attachments_other": "{{count}} 件の添付ファイル", + "note_paths_other": "{{count}} 個のパス" + }, + "breadcrumb": { + "hoisted_badge": "ホイスト", + "hoisted_badge_title": "ホイスト解除", + "workspace_badge": "ワークスペース", + "scroll_to_top_title": "ノートの先頭にジャンプ", + "create_new_note": "新しい子ノートを作成", + "empty_hide_archived_notes": "アーカイブされたノートを非表示" + }, + "right_pane": { + "empty_message": "このノートには何も表示されません", + "empty_button": "パネルを非表示", + "toggle": "右パネルを切り替え", + "custom_widget_go_to_source": "ソースコードへ移動" + }, + "attributes_panel": { + "title": "ノート属性" + }, + "pdf": { + "attachments_other": "{{count}} 添付ファイル", + "layers_other": "{{count}} 層", + "pages_other": "{{count}} ページ", + "pages_alt": "ページ {{pageNumber}}", + "pages_loading": "読み込み中..." + }, + "platform_indicator": { + "available_on": "{{platform}} で利用可能" + }, + "mobile_tab_switcher": { + "title_other": "{{count}} タブ", + "more_options": "その他のオプション" + }, + "bookmark_buttons": { + "bookmarks": "ブックマーク" } - }, - "classic_editor_toolbar": { - "title": "書式設定" - }, - "search_definition": { - "add_search_option": "検索オプションを追加:", - "search_string": "文字列検索", - "search_script": "スクリプト検索", - "fast_search": "高速検索", - "fast_search_description": "高速検索オプションは、ノートの全文検索を無効にし、大規模データベースでの検索を高速化します。", - "include_archived": "アーカイブを含む", - "include_archived_notes_description": "アーカイブされたノートはデフォルトで検索結果から除外されますが、このオプションを使用すると含まれるようになります。", - "order_by": "並べ替え", - "limit": "リミット", - "limit_description": "検索結果の数を制限する", - "debug": "デバッグ", - "debug_description": "デバッグは複雑なクエリのデバッグを支援するために、追加のデバッグ情報をコンソールに出力します", - "action": "アクション", - "search_button": "検索", - "search_execute": "検索とアクションの実行", - "save_to_note": "ノートに保存", - "search_parameters": "検索パラメータ", - "unknown_search_option": "不明な検索オプション {{searchOptionName}}", - "search_note_saved": "検索ノートが {{- notePathTitle}} に保存されました", - "actions_executed": "アクションが実行されました。", - "ancestor": "祖先:", - "view_options": "表示オプション:", - "option": "オプション" - }, - "shortcuts": { - "multiple_shortcuts": "同じアクションに対して複数のショートカットを設定する場合、カンマで区切ることができます。", - "electron_documentation": "使用可能な修飾キーとキーコードについては、 Electronのドキュメントを参照してください。", - "type_text_to_filter": "テキストを入力してショートカットを絞り込む...", - "action_name": "アクション名", - "shortcuts": "ショートカット", - "default_shortcuts": "デフォルトのショートカットキー", - "description": "説明", - "reload_app": "リロードして変更を適用する", - "set_all_to_default": "すべてのショートカットをデフォルトに戻す", - "confirm_reset": "キーボードショートカットをすべてデフォルトにリセットしますか?", - "keyboard_shortcuts": "キーボードショートカット" - }, - "confirm": { - "confirmation": "確認", - "cancel": "キャンセル", - "ok": "OK", - "also_delete_note": "同時にノートを削除", - "are_you_sure_remove_note": "本当に\"{{title}}\"をリレーションマップから除きたいですか? ", - "if_you_dont_check": "これをチェックしないと、このノートはリレーションマップからのみ除かれます。" - }, - "export": { - "export_note_title": "ノートをエクスポート", - "close": "閉じる", - "export_type_subtree": "このノートとすべての子孫", - "format_html": "HTML - すべての書式が保たれるため、おすすめ", - "format_html_zip": "HTML ZIPアーカイブ - すべての書式が保たれるため、推奨されます。", - "format_markdown": "Markdown - ほとんどの書式が維持される。", - "format_opml": "OPML - テキストのみのアウトライン交換フォーマットです。書式設定、画像、ファイルは含まれません。", - "opml_version_1": "OPML v1.0 - プレーンテキストのみ", - "opml_version_2": "OPML v2.0 - HTMLが許可されています", - "export_type_single": "このノートのみで、子孫ノートは含まない", - "export": "エクスポート", - "choose_export_type": "最初にエクスポートタイプを選択してください", - "export_status": "エクスポート状況", - "export_in_progress": "エクスポート処理中: {{progressCount}}", - "export_finished_successfully": "エクスポートが正常に完了しました。", - "format_pdf": "PDF - 印刷または共有目的に。", - "share-format": "web 公開用の HTML - 共有ノートで使用されるのと同じテーマを使用しますが、静的 web サイトとして公開できます。" - }, - "help": { - "title": "チートシート", - "noteNavigation": "ノートナビゲーション", - "collapseExpand": "ノードを折りたたむ / 展開", - "goBackForwards": "履歴を戻る/進む", - "scrollToActiveNote": "アクティブノートまでスクロール", - "jumpToParentNote": "親ノートへ移動", - "collapseWholeTree": "すべてのノートツリーを折りたたむ", - "collapseSubTree": "サブツリーを折りたたむ", - "tabShortcuts": "タブショートカット", - "newTabNoteLink": "ノートのリンクをクリックすると、新しいタブで開く", - "newTabWithActivationNoteLink": "ノートのリンクをクリックすると、新しいタブで開き、アクティブにします", - "onlyInDesktop": "デスクトップ版(Electronビルド)のみ", - "openEmptyTab": "空のタブを開く", - "closeActiveTab": "アクティブなタブを閉じる", - "activateNextTab": "次のタブに移動", - "activatePreviousTab": "前のタブに移動", - "creatingNotes": "ノートの作成", - "createNoteAfter": "アクティブなノートの後ろに新しいノートを作成", - "createNoteInto": "アクティブなノートに新しいサブノートを作成", - "movingCloningNotes": "ノートの移動/クローン", - "moveNoteUpHierarchy": "階層内でノートを上下に移動", - "multiSelectNote": "複数選択に上/下のノートを追加", - "selectAllNotes": "現在のレベルのノートをすべて選択", - "selectNote": "ノートを選択", - "copyNotes": "アクティブなノート(または現在の選択範囲)をクリップボードにコピーする(クローンに使用)", - "cutNotes": "アクティブなノート(または現在の選択範囲)をクリップボードに切り取り(ノートの移動に使用)", - "pasteNotes": "ノートをサブノートとしてアクティブノートに貼り付ける(コピーされたか切り取りされたかに よって、移動またはクローンになる)", - "deleteNotes": "ノート/サブツリーを削除", - "editingNotes": "ノート編集", - "editNoteTitle": "ツリーペインでEnterキーを押すと、ツリーペインからノートタイトルに切り替わります。ノートタイトルだとテキストエディターにフォーカスが切り替わります。Ctrl+. を押すと、エディタからツリーペインに戻ります。", - "createEditLink": "外部リンクの作成/編集", - "createInternalLink": "内部リンクの作成", - "followLink": "カーソル下のリンクをたどる", - "insertDateTime": "カーソル位置に現在の日時を挿入", - "jumpToTreePane": "ツリーペインにジャンプし、アクティブなノートまでスクロール", - "markdownAutoformat": "Markdownライクな自動フォーマット", - "headings": "##, ###, #### など。その後にスペースで見出しになる", - "bulletList": "* または - その後にスペースで箇条書きになる", - "numberedList": "1. または 1) その後にスペースで番号付きリストになる", - "blockQuote": "行の先頭に > その後にスペースで引用になる", - "troubleshooting": "トラブルシューティング", - "reloadFrontend": "Triliumのフロントエンドをリロード", - "showDevTools": "開発者ツールを表示", - "showSQLConsole": "SQLコンソールを表示", - "other": "その他", - "quickSearch": "クイック検索にフォーカス", - "inPageSearch": "ページ内検索", - "showJumpToNoteDialog": "「ジャンプ先」ダイアログを表示", - "moveNoteUpDown": "ノートリストでノートを上/下に移動", - "notSet": "未設定", - "goUpDown": "ノートのリストで上下する", - "editBranchPrefix": "アクティブノートのクローンの プレフィックス を編集する", - "editShortcuts": "キーボードショートカットを編集" - }, - "import": { - "importIntoNote": "ノートにインポート", - "chooseImportFile": "インポートするファイルを選択", - "importDescription": "選択されたファイルの内容は、子ノートとしてインポートされます", - "options": "オプション", - "safeImportTooltip": "Triliumの .zip 形式のエクスポートファイルには、有害な動作を含む実行可能スクリプトが含まれている可能性があります。セーフインポートは、インポートされたすべてのスクリプトの自動実行を無効にします。インポートするファイルの内容を完全に信頼できる場合のみ、「セーフインポート」のチェックを外してください。", - "safeImport": "セーフインポート", - "explodeArchivesTooltip": "これがチェックされている場合、Triliumは.zip.enex.opmlファイルを読み込み、それらのアーカイブからノートを作成します。チェックされていない場合、Triliumはアーカイブ自体をノートに添付します。", - "shrinkImagesTooltip": "

これをチェックすると、Triliumはインポートされた画像を、拡大縮小や最適化によって縮小しようとします。これにより、画像の品質が損なわれる可能性があります。チェックを外すと、画像は変更されずにインポートされます。

これは、メタデータ付きの.zipインポートには適用されません。これらのファイルは既に最適化されていると考えられるためです。

", - "shrinkImages": "画像を縮小", - "textImportedAsText": "メタデータから判断できない場合は、HTML、Markdown、TXTをテキストノートとしてインポート", - "codeImportedAsCode": "メタデータから判断できない場合は、コードファイル(例: .json)をコードノートとしてインポート", - "replaceUnderscoresWithSpaces": "インポートされたノート名のアンダーバーをスペースに置換する", - "import": "インポート", - "failed": "インポートに失敗しました: {{message}}.", - "html_import_tags": { - "title": "HTMLインポートタグ", - "description": "インポート時に保持するHTMLタグを設定します。このリストにないタグはインポート時に削除されます。一部のタグ('script'など)は、セキュリティ上の懸念から常に削除されます。", - "placeholder": "HTMLタグを1行に1つ入力", - "reset_button": "リストをデフォルトにリセット" - }, - "import-status": "インポート状況", - "in-progress": "インポート中: {{progress}}", - "successful": "インポートは正常に終了しました。", - "explodeArchives": ".zip, .enex および .opml アーカイブの内容を読み取ります。", - "importZipRecommendation": "ZIP ファイルをインポートすると、ノートの階層はアーカイブ内のサブディレクトリ構造を反映します。" - }, - "password_not_set": { - "title": "パスワードが設定されていない", - "body1": "保護されたノートはユーザーのパスワードを使用して暗号化されますが、パスワードはまだ設定されていません。", - "body2": "ノートを保護するには、下のボタンをクリックしてオプションダイアログを開き、パスワードを設定してください。", - "go_to_password_options": "パスワードのオプションへ" - }, - "recent_changes": { - "title": "最近の変更", - "erase_notes_button": "削除したノートを今すぐ消去", - "deleted_notes_message": "削除されたノートは完全に消去されました。", - "no_changes_message": "変更はまだありません...", - "undelete_link": "削除を取り消す", - "confirm_undelete": "このノートとサブノートを復元しますか?" - }, - "sort_child_notes": { - "sort_children_by": "子ノートの並び替え...", - "sorting_criteria": "並べ替えの基準", - "title": "タイトル", - "date_created": "作成日", - "date_modified": "更新日", - "sorting_direction": "並べ替えの方向", - "ascending": "昇順", - "descending": "降順", - "folders": "フォルダ", - "sort_folders_at_top": "フォルダーを上にして並べ替える", - "natural_sort": "自然順", - "sort_with_respect_to_different_character_sorting": "言語や地域によって異なる文字の並べ替えや照合順序の規則に従って並べ替える。", - "sort": "並べ替え", - "natural_sort_language": "自然順言語", - "the_language_code_for_natural_sort": "自然順の言語コード。例えば、中国語の場合は \"zh-CN\"。" - }, - "close_pane_button": { - "close_this_pane": "ペインを閉じる" - }, - "create_pane_button": { - "create_new_split": "新しく分割する" - }, - "edit_button": { - "edit_this_note": "このノートを編集" - }, - "show_toc_widget_button": { - "show_toc": "目次を表示" - }, - "show_highlights_list_widget_button": { - "show_highlights_list": "ハイライトリストを表示" - }, - "relation_map_buttons": { - "zoom_out_title": "ズームアウト", - "zoom_in_title": "ズームイン", - "create_child_note_title": "子ノートを作成し、マップに追加", - "reset_pan_zoom_title": "パンとズームを初期座標と倍率にリセット" - }, - "tree-context-menu": { - "advanced": "高度", - "open-in-a-new-tab": "新しいタブで開く", - "open-in-a-new-split": "新しく分割して開く", - "insert-note-after": "ノートを後ろに挿入", - "insert-child-note": "子ノートを挿入", - "delete": "削除", - "search-in-subtree": "サブツリー内を検索", - "expand-subtree": "サブツリーを展開", - "collapse-subtree": "サブツリーを折りたたむ", - "sort-by": "並べ替え...", - "recent-changes-in-subtree": "サブツリー内の最近の変更", - "copy-note-path-to-clipboard": "ノートのパスをクリップボードにコピー", - "protect-subtree": "サブツリーを保護", - "unprotect-subtree": "サブツリーの保護を解除", - "copy-clone": "コピー/クローン", - "clone-to": "クローン...", - "cut": "切り取り", - "move-to": "移動...", - "paste-into": "貼り付け", - "paste-after": "後ろに貼り付け", - "duplicate": "複製", - "export": "エクスポート", - "import-into-note": "ノートにインポート", - "apply-bulk-actions": "一括操作の適用", - "converted-to-attachments": "{{count}}ノートが添付ファイルに変換されました。", - "convert-to-attachment": "添付ファイルに変換", - "convert-to-attachment-confirm": "選択したノートを親ノートの添付ファイルに変換してもよろしいですか?この操作は画像ノートにのみ適用され、その他のノートはスキップされます。", - "open-in-popup": "クイック編集", - "hoist-note": "ホイストノート", - "unhoist-note": "ノートのホイストを解除", - "edit-branch-prefix": "ブランチの接頭辞を編集", - "archive": "アーカイブ", - "unarchive": "アーカイブ解除", - "open-in-a-new-window": "新しいウィンドウで開く", - "hide-subtree": "サブツリーを非表示", - "show-subtree": "サブツリーを表示" - }, - "zen_mode": { - "button_exit": "禅モードを退出" - }, - "sync_status": { - "unknown": "

同期状況は、次回の同期が開始されるとわかるようになります。

クリックして今すぐ同期を開始する。

", - "connected_with_changes": "

同期サーバーに接続されました。
まだ同期されていない未処理の変更がいくつかあります。

クリックして同期を開始。

", - "connected_no_changes": "

同期サーバーに接続されました。
すべての変更はすでに同期されています。

クリックして同期を開始。

", - "disconnected_with_changes": "

同期サーバーへの接続の確立に失敗しました。
まだ同期されていない未処理の変更がいくつかあります。

クリックして同期を開始。

", - "disconnected_no_changes": "

同期サーバーへの接続確立に失敗しました。
既知の変更はすべて同期されました。

クリックして同期を開始。

", - "in_progress": "サーバーと同期中です。" - }, - "note_actions": { - "re_render_note": "ノートを再描画", - "search_in_note": "ノート内検索", - "note_source": "ノートのソース", - "open_note_externally": "外部でノートを開く", - "open_note_externally_title": "ファイルを外部アプリケーションで開き、変更を監視します。その後、変更されたバージョンをTriliumにアップロードできるようになります。", - "open_note_custom": "プログラムからノートを開く", - "import_files": "ファイルをインポート", - "export_note": "ノートをエクスポート", - "delete_note": "ノートを削除", - "print_note": "ノートを印刷", - "print_pdf": "PDFとしてエクスポート...", - "convert_into_attachment": "添付ファイルに変換", - "save_revision": "変更履歴を保存", - "convert_into_attachment_failed": "ノート '{{title}}' の変換に失敗しました。", - "convert_into_attachment_successful": "ノート '{{title}}' は添付ファイルに変換されました。", - "convert_into_attachment_prompt": "本当にノート '{{title}}' を親ノートの添付ファイルに変換しますか?", - "note_attachments": "ノートの添付ファイル", - "open_note_on_server": "サーバー上のノートを開く", - "view_revisions": "ノートの変更履歴...", - "note_map": "ノートマップ", - "advanced": "高度", - "export_as_image": "画像としてエクスポート", - "export_as_image_png": "PNG (raster)", - "export_as_image_svg": "SVG (vector)" - }, - "command_palette": { - "export_note_title": "ノートをエクスポート", - "search_subtree_title": "サブツリー内を検索", - "tree-action-name": "ツリー: {{name}}", - "export_note_description": "現在のノートをエクスポート", - "search_notes_title": "ノートを検索", - "search_notes_description": "高度な検索を開く", - "search_subtree_description": "現在のサブツリー内を検索", - "search_history_title": "検索履歴を表示", - "search_history_description": "過去の検索結果を見る", - "show_attachments_title": "添付ファイルを表示", - "show_attachments_description": "ノートの添付ファイルを表示", - "configure_launch_bar_title": "ランチャーバーの設定", - "configure_launch_bar_description": "ランチャーバーの構成を開き、項目を追加または削除します。" - }, - "delete_note": { - "delete_note": "ノートを削除", - "delete_matched_notes": "一致したノートを削除", - "delete_matched_notes_description": "これにより、一致したノートが削除されます。", - "undelete_notes_instruction": "削除後、「最近の変更」ダイアログから削除を取り消すことができます。", - "erase_notes_instruction": "ノートを完全に消去するには、削除後に「設定」->「その他」に移動し、「削除したノートを今すぐ消去」ボタンをクリックします。" - }, - "board_view": { - "delete-note": "ノートを削除...", - "insert-above": "上に挿入", - "insert-below": "下に挿入", - "delete-column": "列を削除", - "delete-column-confirmation": "本当にこの列を削除しますか?対応する属性は、この列の下のノートでも削除されます。", - "new-item": "新しいアイテム", - "add-column": "列を追加", - "remove-from-board": "ボードから削除", - "archive-note": "アーカイブノート", - "unarchive-note": "ノートのアーカイブを解除", - "move-to": "移動先", - "new-item-placeholder": "ノートのタイトルを入力...", - "add-column-placeholder": "列名を入力...", - "edit-note-title": "クリックしてノートのタイトルを編集", - "edit-column-title": "クリックして列のタイトルを編集", - "column-already-exists": "この列は既にボード上に存在します。" - }, - "code_buttons": { - "execute_button_title": "スクリプトを実行", - "trilium_api_docs_button_title": "Trilium APIのドキュメントを開く", - "save_to_note_button_title": "ノートに保存", - "opening_api_docs_message": "APIドキュメントを開いています...", - "sql_console_saved_message": "SQLコンソールが {{note_path}} に保存されました" - }, - "execute_script": { - "execute_script": "スクリプトを実行", - "help_text": "一致したノートに対して簡単なスクリプトを実行できます。", - "example_2": "より複雑な例としては、一致したノートの属性をすべて削除することが挙げられます:", - "example_1": "例えば、ノートのタイトルに文字列を追加するには、この小さなスクリプトを使用します:" - }, - "script_executor": { - "execute_script": "スクリプトを実行", - "query": "クエリ", - "script": "スクリプト", - "execute_query": "クエリを実行" - }, - "hide_floating_buttons_button": { - "button_title": "ボタンを非表示" - }, - "show_floating_buttons_button": { - "button_title": "ボタンを表示" - }, - "svg_export_button": { - "button_title": "図をSVG形式でエクスポート" - }, - "book_properties": { - "grid": "グリッド", - "list": "リスト", - "collapse_all_notes": "すべてのノートを折りたたむ", - "collapse": "折りたたむ", - "expand": "展開", - "book_properties": "コレクションプロパティ", - "invalid_view_type": "無効なビュータイプ '{{type}}'", - "view_type": "ビュータイプ", - "calendar": "カレンダー", - "table": "テーブル", - "geo-map": "ジオマップ", - "board": "ボード", - "include_archived_notes": "アーカイブされたノートを表示", - "presentation": "プレゼンテーション", - "expand_tooltip": "このコレクションの直下の子(1階層下)を展開します。その他のオプションについては、右側の矢印を押してください。", - "expand_first_level": "直下の子を展開", - "expand_nth_level": "{{depth}} 階層下まで展開", - "expand_all_levels": "すべての階層を展開", - "hide_child_notes": "ツリー内の子ノートを非表示" - }, - "note_types": { - "geo-map": "ジオマップ", - "file": "ファイル", - "image": "画像", - "text": "テキスト", - "code": "コード", - "saved-search": "検索の保存", - "relation-map": "リレーションマップ", - "note-map": "ノートマップ", - "render-note": "レンダリングノート", - "book": "コレクション", - "mermaid-diagram": "Mermaidダイアグラム", - "canvas": "キャンバス", - "web-view": "Web ビュー", - "mind-map": "マインドマップ", - "launcher": "ランチャー", - "doc": "ドキュメント", - "widget": "ウィジェット", - "confirm-change": "ノートの内容が空ではない場合、ノートタイプを変更することは推奨されません。続行しますか?", - "beta-feature": "Beta", - "ai-chat": "AI チャット", - "task-list": "タスクリスト", - "new-feature": "New", - "collections": "コレクション" - }, - "edited_notes": { - "no_edited_notes_found": "この日の編集されたノートはまだありません...", - "title": "編集されたノート", - "deleted": "(削除済み)" - }, - "file_properties": { - "note_id": "ノート ID", - "file_type": "ファイルタイプ", - "file_size": "ファイルサイズ", - "download": "ダウンロード", - "open": "外部で開く", - "title": "ファイル", - "upload_new_revision": "編集履歴をアップロード", - "original_file_name": "元のファイル名", - "upload_success": "新しいファイルの変更がアップロードされました。", - "upload_failed": "新しいファイルの変更のアップロードに失敗しました。" - }, - "note_info_widget": { - "note_id": "ノート ID", - "created": "作成日時", - "modified": "更新日時", - "type": "タイプ", - "note_size": "ノートサイズ", - "calculate": "計算", - "subtree_size": "(サブツリーサイズ: {{size}}、ノード数: {{count}})", - "title": "ノート情報", - "note_size_info": "ノートのサイズは、このノートに必要なストレージの概算を示します。これは、ノートの内容とそのノートの編集履歴の内容を考慮したものです。", - "show_similar_notes": "類似のノートを表示", - "mime": "MIME タイプ" - }, - "image_properties": { - "file_type": "ファイルタイプ", - "file_size": "ファイルサイズ", - "download": "ダウンロード", - "open": "開く", - "title": "画像", - "upload_new_revision": "編集履歴をアップロード", - "original_file_name": "元のファイル名", - "copy_reference_to_clipboard": "参照をクリップボードにコピー", - "upload_success": "新しい画像の変更がアップロードされました。", - "upload_failed": "新しい画像の変更のアップロードに失敗しました: {{message}}" - }, - "revisions": { - "download_button": "ダウンロード", - "delete_button": "削除", - "note_revisions": "ノートの変更履歴", - "delete_all_revisions": "このノートの変更履歴をすべて削除", - "delete_all_button": "変更履歴をすべて削除", - "help_title": "変更履歴のヘルプ", - "confirm_delete_all": "このノートのすべての変更履歴を削除しますか?", - "no_revisions": "このノートに変更履歴はまだありません...", - "restore_button": "復元", - "confirm_restore": "この変更を復元しますか?現在のノートのタイトルとコンテンツはこの変更で上書きされます。", - "confirm_delete": "この変更履歴を削除しますか?", - "revisions_deleted": "ノートの変更履歴は削除されました。", - "revision_restored": "ノートの変更が復元されました。", - "revision_deleted": "ノートの変更履歴は削除されました。", - "settings": "ノートの変更履歴の設定", - "file_size": "ファイルサイズ:", - "preview_not_available": "このノートタイプではプレビューは利用できません。", - "diff_on": "差分を表示", - "diff_off": "内容を表示", - "diff_on_hint": "クリックしてノートソースとの差分を表示", - "diff_off_hint": "クリックしてノートの内容を表示", - "diff_not_available": "差分は利用できません。", - "snapshot_interval": "ノートの変更履歴の記録間隔: {{seconds}} 秒。", - "maximum_revisions": "ノートの変更履歴の記録制限: {{number}}.", - "mime": "MIME: " - }, - "attachments_actions": { - "download": "ダウンロード", - "open_externally": "外部で開く", - "open_externally_title": "ファイルを外部アプリケーションで開き、変更を監視します。その後、変更されたバージョンをTriliumにアップロードできるようになります。", - "open_custom": "プログラムから開く", - "open_custom_title": "ファイルを外部アプリケーションで開き、変更を監視します。その後、変更されたバージョンをTriliumにアップロードできるようになります。", - "rename_attachment": "添付ファイルの名前を変更", - "copy_link_to_clipboard": "リンクをクリップボードにコピー", - "convert_attachment_into_note": "添付ファイルをノートに変換", - "delete_attachment": "添付ファイルを削除", - "open_externally_detail_page": "添付ファイルを外部で開くは、詳細ページからのみ可能です。まず添付ファイル詳細をクリックしてから、再度操作を行ってください。", - "open_custom_client_only": "添付ファイルをプログラムから開くは、デスクトップクライアントからのみ可能です。", - "delete_confirm": "本当に添付ファイル '{{title}}' を削除しますか?", - "delete_success": "添付ファイル '{{title}}' は削除されました。", - "enter_new_name": "新しい添付ファイルの名前を入力してください", - "upload_new_revision": "編集履歴をアップロード", - "upload_success": "新しい添付ファイルの変更がアップロードされました。", - "upload_failed": "新しい添付ファイルの変更のアップロードに失敗しました。", - "convert_confirm": "添付ファイル「{{title}}」を別のノートに変換してもよろしいですか?", - "convert_success": "添付ファイル「{{title}}」がノートに変換されました。" - }, - "etapi": { - "created": "作成日時", - "title": "ETAPI", - "description": "ETAPI は、Trilium インスタンスに UI なしでプログラム的にアクセスするための REST API です。", - "create_token": "新しくETAPIトークンを作成", - "existing_tokens": "既存のトークン", - "no_tokens_yet": "トークンはまだありません。上のボタンをクリックして作成してください。", - "token_name": "トークン名", - "actions": "アクション", - "new_token_title": "新しいETAPIトークン", - "new_token_message": "新しいトークンの名前を入力", - "rename_token_message": "新しいトークンの名前を入力", - "default_token_name": "新しいトークン", - "error_empty_name": "トークン名は空にできません", - "token_created_title": "ETAPIトークン作成", - "token_created_message": "作成されたトークンをクリップボードにコピーします。Trilium はトークンをハッシュ化して保存するため、これがトークンを見る最後の機会となります。", - "rename_token": "トークン名を変更", - "delete_token": "このトークンを削除/無効にする", - "rename_token_title": "トークン名の変更", - "delete_token_confirmation": "本当にETAPIトークン\"{{name}}\"を削除しますか?" - }, - "note_paths": { - "title": "ノートパス", - "clone_button": "ノートを新しい場所にクローン...", - "intro_placed": "このノートは以下のパスに置かれています:", - "intro_not_placed": "このノートはまだノートツリーに配置されていません。", - "archived": "アーカイブされた", - "search": "検索", - "outside_hoisted": "このパスはホイストされたノートの外側にあるため、ホイストを解除する必要があります。" - }, - "note_properties": { - "info": "情報", - "this_note_was_originally_taken_from": "このノートは元々以下から引用したものです:" - }, - "similar_notes": { - "title": "類似ノート", - "no_similar_notes_found": "類似したノートが見つかりません。" - }, - "abstract_search_option": { - "remove_this_search_option": "この検索オプションを削除", - "failed_rendering": "検索オプションのレンダリングに失敗しました: {{dto}} エラー: {{error}}{{stack}}" - }, - "debug": { - "debug": "デバッグ", - "debug_info": "デバッグは、複雑なクエリのデバッグを支援するために、追加のデバッグ情報をコンソールに表示します。", - "access_info": "デバッグ情報にアクセスするには、クエリを実行し、左上隅にある \"バックエンドログを表示 \"をクリックしてください。" - }, - "fast_search": { - "fast_search": "高速検索", - "description": "高速検索オプションは、ノートの全文検索を無効にし、大規模データベースでの検索を高速化します。" - }, - "include_archived_notes": { - "include_archived_notes": "アーカイブされたノートを含む" - }, - "limit": { - "limit": "リミット", - "take_first_x_results": "最初からX個の結果のみを取得。" - }, - "order_by": { - "order_by": "並べ替え", - "relevancy": "関連性(デフォルト)", - "title": "タイトル", - "date_created": "作成日", - "date_modified": "最終更新日", - "content_size": "ノート内容のサイズ", - "children_count": "子ノートの数", - "parent_count": "クローンの数", - "random": "ランダムな順番", - "asc": "昇順(デフォルト)", - "desc": "降順", - "content_and_attachments_size": "添付ファイルを含むノート内容のサイズ", - "content_and_attachments_and_revisions_size": "添付ファイルと編集履歴を含むノート内容のサイズ", - "revision_count": "編集履歴の回数", - "owned_label_count": "ラベルの数", - "owned_relation_count": "リレーションの数", - "target_relation_count": "ノートを対象とするリレーションの数" - }, - "table_view": { - "sort-column-descending": "降順", - "sort-column-ascending": "昇順", - "new-row": "新しい行", - "new-column": "新しい列", - "sort-column-by": "\"{{title}}\" で並べ替え", - "sort-column-clear": "並べ替えをクリア", - "hide-column": "列 \"{{title}}\" を非表示", - "show-hide-columns": "列を表示/非表示", - "row-insert-above": "上に行を挿入", - "row-insert-below": "下に行を挿入", - "row-insert-child": "子ノートを挿入", - "add-column-to-the-left": "列を左に追加", - "add-column-to-the-right": "列を右に追加", - "edit-column": "列を編集", - "delete_column_confirmation": "この列を本当に削除してもよろしいですか?対応する属性はすべてのノートから削除されます。", - "delete-column": "列を削除", - "new-column-label": "ラベル", - "new-column-relation": "リレーション" - }, - "search_script": { - "title": "検索スクリプト:", - "placeholder": "ノート名で検索", - "description1": "検索スクリプトは、スクリプトを実行することによって検索結果を定義することができます。標準の検索では不十分な場合に、最大限の柔軟性を提供します。", - "description2": "検索スクリプトはノートタイプが \"code\" かつ \"JavaScript backend\" でなければならない。スクリプトは、 noteIds または note の配列を返す必要があります。", - "example_title": "例は以下です:", - "example_code": "// 1. 標準検索によるプレフィルタリング\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. カスタム検索条件の適用\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", - "note": "検索スクリプトと文字列検索は、互いに組み合わせることはできません。" - }, - "include_note": { - "placeholder_search": "ノート名で検索", - "dialog_title": "埋め込みノート", - "box_size_prompt": "埋め込みノート枠のサイズ:", - "button_include": "埋め込みノート", - "label_note": "ノート", - "box_size_small": "スモール (~ 10 行)", - "box_size_medium": "ミディアム (~ 30 行)", - "box_size_full": "フル (ボックスに全文が表示されます)" - }, - "ancestor": { - "placeholder": "ノート名で検索", - "label": "祖先", - "depth_label": "深さ", - "depth_doesnt_matter": "関係なし", - "depth_eq": "ちょうど {{count}} つ下の階層", - "direct_children": "直接の子", - "depth_gt": "{{count}} より下の階層", - "depth_lt": "{{count}} より上の階層" - }, - "move_to": { - "search_placeholder": "ノート名で検索", - "dialog_title": "ノートを移動...", - "notes_to_move": "移動させるノート", - "target_parent_note": "対象の親ノート", - "move_button": "選択したノートに移動", - "error_no_path": "移動するパスがありません。", - "move_success_message": "選択したノートは以下に移動されました " - }, - "web_view": { - "web_view": "Web ビュー", - "embed_websites": "Web ビュータイプでは、web サイトを Trilium に埋め込むことができます。", - "create_label": "まず始めに、埋め込みたいURLアドレスのラベルを作成してください。例: #webViewSrc=\"https://www.google.com\"" - }, - "backend_log": { - "refresh": "リフレッシュ" - }, - "sync": { - "title": "同期", - "force_full_sync_button": "完全同期を強制する", - "fill_entity_changes_button": "エンティティ変更レコードを入力", - "full_sync_triggered": "完全同期がトリガーされました", - "filling_entity_changes": "エンティティ変更行を入力中...", - "sync_rows_filled_successfully": "同期行が正常に入力されました", - "finished-successfully": "同期が正常に完了しました。", - "failed": "同期に失敗しました: {{message}}" - }, - "fonts": { - "fonts": "フォント", - "main_font": "メインフォント", - "font_family": "フォントファミリー", - "size": "サイズ", - "note_tree_font": "ノートツリーフォント", - "note_detail_font": "ノート詳細フォント", - "monospace_font": "等幅(コード)フォント", - "note_tree_and_detail_font_sizing": "ツリーと詳細のフォントサイズは、メインのフォントサイズに対して相対的であることに注意してください。", - "not_all_fonts_available": "リストされているすべてのフォントが、お使いのシステムで利用できるとは限りません。", - "apply_font_changes": "フォントの変更を適用するには、クリックしてください", - "reload_frontend": "フロントエンドをリロード", - "generic-fonts": "一般的なフォント", - "sans-serif-system-fonts": "サンセリフのシステムフォント", - "serif-system-fonts": "セリフのシステムフォント", - "monospace-system-fonts": "等幅のシステムフォント", - "handwriting-system-fonts": "手書きのシステムフォント", - "serif": "セリフ", - "sans-serif": "サンセリフ", - "monospace": "等幅", - "system-default": "システムのデフォルト", - "theme_defined": "テーマが定義されました" - }, - "max_content_width": { - "title": "コンテンツ幅", - "default_description": "Triliumは、ワイドスクリーンで最大化された画面での可読性を向上させるために、デフォルトでコンテンツの最大幅を制限しています。", - "max_width_label": "最大コンテンツ幅", - "max_width_unit": "ピクセル", - "centerContent": "コンテンツを中央に配置" - }, - "theme": { - "title": "アプリのテーマ", - "theme_label": "テーマ", - "override_theme_fonts_label": "テーマのフォントを上書き", - "auto_theme": "レガシー(システムの配色に従う)", - "light_theme": "レガシー(ライト)", - "dark_theme": "レガシー(ダーク)", - "triliumnext": "Trilium(システムの配色に従う)", - "triliumnext-light": "Trilium(ライト)", - "triliumnext-dark": "Trilium(ダーク)", - "layout": "レイアウト", - "layout-vertical-title": "垂直", - "layout-horizontal-title": "水平", - "layout-vertical-description": "ランチャーバーは左側(デフォルト)", - "layout-horizontal-description": "ランチャーバーはタブバーの下にあり、タブバーは全幅に。" - }, - "vim_key_bindings": { - "use_vim_keybindings_in_code_notes": "Vimキーバインド", - "enable_vim_keybindings": "Vimキーバインドをコードノートで有効にします(exモードはありません)" - }, - "wrap_lines": { - "wrap_lines_in_code_notes": "コードノートで行を折り返す", - "enable_line_wrap": "行の折り返しを有効にする(変更を適用にするにはフロントエンドのリロードが必要な場合があります)" - }, - "images": { - "images_section_title": "画像", - "download_images_automatically": "画像を自動的にダウンロードしてオフラインで使用可能にする。", - "download_images_description": "貼り付けられたHTMLにはオンライン画像への参照が含まれていることがありますが、Triliumはそれらの参照を見つけて画像をダウンロードし、オフラインで利用できるようにします。", - "enable_image_compression": "画像の圧縮を有効にする", - "max_image_dimensions": "画像の最大幅/高さ(この設定を超えると画像はリサイズされます)。", - "max_image_dimensions_unit": "ピクセル", - "jpeg_quality_description": "JPEGの品質(10 - 最低品質、100 - 最高品質、50 - 80を推奨)" - }, - "search_engine": { - "title": "検索エンジン", - "custom_search_engine_info": "カスタム検索エンジンは、名前とURLの両方を設定する必要があります。どちらも設定されていない場合、DuckDuckGoがデフォルトの検索エンジンとして使用されます。", - "predefined_templates_label": "定義済みの検索エンジンのテンプレート", - "bing": "Bing", - "baidu": "Baidu", - "duckduckgo": "DuckDuckGo", - "google": "Google", - "custom_name_label": "カスタム検索エンジンの名前", - "custom_name_placeholder": "カスタム検索エンジンの名前", - "custom_url_label": "カスタム検索エンジンのURLには、検索語句のプレースホルダーとして {keyword} を含める必要があります。", - "custom_url_placeholder": "カスタム検索エンジンのurl", - "save_button": "保存" - }, - "tray": { - "title": "システムトレイ", - "enable_tray": "トレイを有効にする (この変更を適用にするには、Triliumを再起動する必要があります)" - }, - "heading_style": { - "title": "見出しのスタイル", - "plain": "プレーン", - "underline": "下線", - "markdown": "Markdownスタイル" - }, - "highlights_list": { - "title": "ハイライトリスト", - "description": "右のパネルに表示されるハイライトリストをカスタマイズできます:", - "bold": "太字", - "italic": "イタリック体", - "underline": "下線", - "color": "カラーテキスト", - "bg_color": "背景色付きテキスト", - "visibility_title": "ハイライトリストの表示", - "visibility_description": "#hideHighlightWidget ラベルを追加することで、ノートごとにハイライトウィジェットを非表示にできます。", - "shortcut_info": "設定 -> ショートカット(右ペイン切り替え)で、右ペイン(ハイライトを含む)を素早く切り替えるキーボードショートカットを設定できます。" - }, - "table_of_contents": { - "title": "目次", - "description": "ノートに定義された数以上の見出しがある場合、テキストノートに目次が表示されます。この数はカスタマイズできます:", - "unit": "見出し", - "disable_info": "このオプションに非常に大きな数値を設定することで、目次を効果的に無効にすることもできます。", - "shortcut_info": "設定 -> ショートカット(右ペイン切り替え)で、右ペイン(目次を含む)を素早く切り替えるキーボードショートカットを設定できます。" - }, - "toc": { - "table_of_contents": "目次", - "options": "オプション", - "no_headings": "見出しはありません。" - }, - "text_auto_read_only_size": { - "title": "自動読み取り専用のサイズ", - "description": "自動読み取り専用のノートサイズは、ノートが読み取り専用モード(パフォーマンス上の理由)で表示されるようになるサイズです。", - "label": "自動読み取り専用のサイズ(テキストノート)", - "unit": "文字" - }, - "code_auto_read_only_size": { - "title": "自動読み取り専用のサイズ", - "description": "自動読み取り専用のノートサイズは、ノートが読み取り専用モード(パフォーマンス上の理由)で表示されるようになるサイズです。", - "unit": "文字", - "label": "自動読み取り専用のサイズ(コードノート)" - }, - "custom_date_time_format": { - "title": "日付/時刻フォーマットのカスタム", - "description": "またはツールバーから挿入される日付と時刻のフォーマットをカスタマイズする。 利用可能なトークンについては Day.js ドキュメント を参照してください。", - "format_string": "文字列形式:", - "formatted_time": "日付/時刻形式:" - }, - "backup": { - "automatic_backup": "自動バックアップ", - "automatic_backup_description": "Triliumは自動的にデータベースをバックアップすることができます:", - "enable_daily_backup": "毎日バックアップ", - "enable_weekly_backup": "毎週バックアップ", - "enable_monthly_backup": "毎月バックアップ", - "backup_recommendation": "バックアップはオンが推奨されますが、大規模なデータベースや低速なストレージデバイスの場合、アプリの起動を遅くする可能性があります。", - "backup_now": "今すぐバックアップ", - "backup_database_now": "今すぐデータベースをバックアップ", - "existing_backups": "既存のバックアップ", - "date-and-time": "日時", - "path": "パス", - "database_backed_up_to": "データベースは{{backupFilePath}}にバックアップされました", - "no_backup_yet": "バックアップがありません" - }, - "password": { - "wiki": "wiki", - "heading": "パスワード", - "alert_message": "新しいパスワードは大切に保管してください。パスワードは web インターフェースへのログインや、保護されたノートの暗号化に使用されます。パスワードを忘れると、保護されたノートはすべて永久に失われます。", - "reset_link": "リセットするにはここをクリック。", - "old_password": "旧パスワード", - "new_password": "新パスワード", - "new_password_confirmation": "新パスワードの確認", - "change_password": "パスワードの変更", - "change_password_heading": "パスワードの変更", - "protected_session_timeout": "保護されたセッションのタイムアウト", - "protected_session_timeout_description": "保護されたセッションのタイムアウトは、保護されたセッションがブラウザのメモリから消去される時間です。これは、保護されたノートとの最後のやり取りから測定されます。参照", - "for_more_info": "詳細はこちら。", - "protected_session_timeout_label": "保護されたセッションのタイムアウト:", - "reset_confirmation": "パスワードをリセットすると、保護されているすべてのノートにアクセスできなくなります。本当にパスワードをリセットしますか?", - "reset_success_message": "パスワードがリセットされました。新しいパスワードを設定してください", - "set_password_heading": "パスワードの設定", - "set_password": "パスワードの設定", - "password_mismatch": "新しいパスワードが同じではありません。", - "password_changed_success": "パスワードが変更されました。OKを押すとTriliumがリロードされます。" - }, - "spellcheck": { - "title": "スペルチェック", - "description": "これらのオプションはデスクトップビルドにのみ適用され、ブラウザはそれぞれのネイティブスペルチェックを使用します。", - "enable": "スペルチェックを有効", - "language_code_label": "言語コード", - "language_code_placeholder": "例えば \"en-US\", \"de-AT\"", - "multiple_languages_info": "複数の言語はカンマで区切ることができます。例: \"en-US, de-DE, cs\"。 ", - "available_language_codes_label": "使用可能な言語コード:", - "restart-required": "スペルチェックオプションの変更は、アプリケーションの再起動後に有効になります。" - }, - "sync_2": { - "config_title": "同期設定", - "server_address": "サーバーインスタンスのアドレス", - "timeout": "同期タイムアウト", - "timeout_unit": "ミリ秒", - "proxy_label": "同期プロキシサーバー(任意)", - "note": "注", - "note_description": "プロキシ設定を空白のままにすると、システムプロキシが使用されます(デスクトップ/electronビルドにのみ適用されます)。", - "special_value_description": "もう一つの特別な値は noproxy で、これはシステムプロキシさえも無視して、 NODE_TLS_REJECT_UNAUTHORIZED を尊重するように強制します。", - "save": "保存", - "help": "ヘルプ", - "test_title": "同期のテスト", - "test_description": "これは同期サーバとの接続とハンドシェイクをテストします。同期サーバーが初期化されていない場合、ローカルドキュメントと同期するように設定します。", - "test_button": "同期試行", - "handshake_failed": "同期サーバーのハンドシェイクに失敗しました。エラー: {{message}}" - }, - "api_log": { - "close": "閉じる" - }, - "info": { - "closeButton": "閉じる", - "modalTitle": "情報メッセージ", - "okButton": "OK", - "copy_to_clipboard": "クリップボードにコピー" - }, - "protected_session_password": { - "close_label": "閉じる", - "modal_title": "保護されたセッション", - "help_title": "保護されたノートに関するヘルプ", - "form_label": "リクエストされたアクションを続行するには、パスワードを入力して保護されたセッションを開始する必要があります:", - "start_button": "保護されたセッションを開始" - }, - "modal": { - "close": "閉じる", - "help_title": "この画面に関する詳細情報を表示" - }, - "bookmark_switch": { - "bookmark": "ブックマーク", - "bookmark_this_note": "このノートを左サイドパネルにブックマークする", - "remove_bookmark": "ブックマークを削除" - }, - "attribute_detail": { - "delete": "削除", - "close_button_title": "変更を破棄して閉じる", - "attr_is_owned_by": "属性の所有者", - "attr_name_title": "属性の名前は英数字、コロン、アンダーバーのみで構成します", - "name": "名前", - "value": "値", - "promoted_alias": "エイリアス", - "multiplicity_title": "多重性とは、同じ名前を持つ属性をいくつ作成できるかを定義するもので、1つまたはそれ以上です。", - "multiplicity": "多重性", - "single_value": "単一の値", - "multi_value": "複数の値", - "label_type_title": "ラベルのタイプは、Triliumがラベルの値を入力するのに適したインターフェースを選択するのに役立ちます。", - "label_type": "タイプ", - "text": "テキスト", - "number": "数値", - "boolean": "真偽値", - "date": "日付", - "date_time": "日付と時間", - "time": "時間", - "url": "URL", - "save_and_close": "保存して閉じる Ctrl+Enter", - "precision_title": "値設定インターフェースで、小数点以下何桁まで利用可能にするか。", - "precision": "精度", - "digits": "桁", - "inheritable_title": "継承属性は、このツリー配下のすべての子孫に継承されます。", - "inheritable": "継承", - "related_notes_title": "このラベルが付いた他のノート", - "attr_detail_title": "属性の詳細なタイトル", - "target_note_title": "リレーションは、ソースノートと対象のノート間の名前付き接続です。", - "target_note": "対象のノート", - "promoted_title": "プロモート属性はノートに目立つように表示されます。", - "promoted": "プロモート", - "promoted_alias_title": "プロモート属性のUIに表示される名前。", - "inverse_relation_title": "このリレーションがどのリレーションの反対であるかを定義するオプション設定。例:父と息子は互いに逆のリレーションです。", - "inverse_relation": "逆リレーション", - "more_notes": "その他のノート", - "label": "ラベルの詳細", - "label_definition": "ラベル定義の詳細", - "relation": "リレーションの詳細", - "relation_definition": "リレーション定義の詳細", - "disable_versioning": "自動バージョン管理を無効にします。例えば、スクリプト用の大きなJSライブラリなど、重要ではない大きなノートに便利です", - "calendar_root": "dayノートのルートとして使用するノートをマークします。このようにマークできるのは 1 つだけです。", - "archived": "このラベルの付いたノートは、デフォルトでは検索結果に表示されません (ジャンプ先、リンクの追加ダイアログなどにも表示されません)。", - "exclude_from_export": "ノート(サブツリーを含む)はノートのエクスポートには含まれません", - "run": "どのイベントでスクリプトを実行するかを定義します。可能な値は次の通り:\n
    \n
  • frontendStartup - Trilium フロントエンドが起動(または更新)されたとき。モバイルは除く
  • \n
  • mobileStartup - モバイルで Trilium フロントエンドが起動(または更新)されたとき。
  • \n
  • backendStartup - Trilium バックエンドが起動したとき
  • \n
  • hourly - 1時間に1回実行します。 runAtHour というラベルを追加して、実行時刻を指定できます。
  • \n
  • daily - 1日に1回実行
  • \n
", - "run_on_instance": "どの Trilium インスタンスでこれを実行するかを定義します。デフォルトはすべてのインスタンスです。", - "run_at_hour": "何時に実行するかを指定します。 #run=hourly と併用してください。1日に複数回実行したい場合は、複数回定義できます。", - "disable_inclusion": "このラベルが付いたスクリプトは親スクリプトの実行には含まれません。", - "sorted": "子ノートをアルファベット順に並べ替える", - "sort_direction": "ASC(デフォルト)または DESC", - "sort_folders_first": "フォルダ(子を持つノート)を上にして並べる", - "top": "指定されたノートをその親ノートの一番上に表示します(並べ替えらた親ノートにのみ適用されます)", - "hide_promoted_attributes": "このノートのプロモート属性を非表示にする", - "read_only": "エディターは読み取り専用モードです。テキストとコードノートのみ機能します。", - "auto_read_only_disabled": "テキスト/コードノートは、サイズが大きすぎる場合、自動的に読み取りモードに設定されます。このラベルをノートに追加することで、ノートごとにこの動作を無効にすることができます", - "app_css": "Trilium アプリケーションに読み込まれ、Trilium の外観を変更するために使用できる CSS ノートをマークします。", - "app_theme": "Trilium のフルテーマである CSS ノートをマークし、Trilium の設定で利用できるようにします。", - "app_theme_base": "「next」、「next-light」、または「next-dark」に設定すると、従来のテーマではなく、対応する TriliumNext テーマ (auto、light、または dark) がカスタム テーマのベースとして使用されます。", - "css_class": "このラベルの値は、ツリー内の特定のノートを表すノードにCSSクラスとして追加されます。これは高度なテーマ設定に役立ちます。テンプレートノートで使用できます。", - "icon_class": "このラベルの値は、ツリー上のアイコンにCSSクラスとして追加され、ツリー内のノートを視覚的に区別するのに役立ちます。例えば、bx bx-home のように、アイコンは boxicons から取得されます。テンプレートノートで使用できます。", - "page_size": "ノートリストの1ページあたりの項目数", - "custom_request_handler": "カスタムリクエストハンドラーを参照してください", - "custom_resource_provider": "カスタムリクエストハンドラーを参照してください", - "widget": "このノートをカスタムウィジェットとしてマークし、Trilium コンポーネントツリーに追加します", - "workspace": "このノートをワークスペースとしてマークし、簡単にホイストできるようにします", - "workspace_icon_class": "このノートにホイストされたときにタブで使用されるボックスアイコンのCSSクラスを定義します", - "workspace_tab_background_color": "このノートにホイストされたときにノートタブで使用されるCSSでの色", - "workspace_calendar_root": "ワークスペースごとのカレンダールートを定義する", - "workspace_template": "このノートは、新しいノートを作成するときに利用可能なテンプレートの選択肢に表示されますが、このテンプレートを含むワークスペースにホイストされた場合にのみ表示されます", - "search_home": "新しい検索ノートはこのノートの子として作成されます", - "workspace_search_home": "このワークスペースノートの祖先にホイストされた新しい検索ノートは、このノートの子として作成されます", - "inbox": "新しいノートのデフォルトのinboxの場所 - サイドバーの「新しいノート」ボタンを使用してノートを作成すると、ノートは #inbox ラベルでマークされたノートの子ノートとして作成されます。", - "workspace_inbox": "このワークスペースノートの祖先にホイストされた場合、新規ノートのデフォルトのinboxの場所", - "sql_console_home": "SQLコンソールノートのデフォルトの場所", - "bookmark_folder": "このラベルの付いたノートは、ブックマークにフォルダとして表示されます(子フォルダへのアクセスを許可します)", - "share_hidden_from_tree": "このノートは左側のナビゲーションツリーには表示されていませんが、URL からアクセスできます", - "share_external_link": "ノートは共有ツリー内で外部 web サイトへのリンクとして機能します", - "share_alias": "https://your_trilium_host/share/[your_alias] でノートを利用できるようにエイリアスを定義します", - "share_omit_default_css": "デフォルトの共有ページのCSSは省略されます。スタイルを大幅に変更する場合に使用してください。", - "share_root": "/share root で提供されるノートをマークする。", - "share_raw": "ノートはHTMLラッパーなしでそのままの形式で提供されます", - "share_disallow_robot_indexing": "X-Robots-Tag: noindex ヘッダーにより、このノートのロボットによるインデックス作成を禁止します", - "share_credentials": "この共有ノートにアクセスするには認証情報が必要です。値は「ユーザー名:パスワード」の形式である必要があります。子ノート/画像に適用するには、これを継承可能にすることを忘れないでください。", - "share_index": "このラベルの付いたノートには、共有ノートのルートがすべてリストされます", - "display_relations": "表示するリレーション名をカンマで区切って指定します。それ以外のリレーション名は非表示になります。", - "hide_relations": "非表示にするリレーション名をカンマで区切って指定します。それ以外のリレーションは表示されます。", - "template": "このノートは、新しいノートを作成するときに利用可能なテンプレートの選択肢に表示されます", - "toc": "#toc または #toc=show は目次を強制的に表示し、#toc=hide は目次を強制的に非表示にします。ラベルが存在しない場合は、グローバル設定が適用されます", - "color": "ノートツリー、リンクなどのノートの色を定義します。 'red' や #a13d5f などの有効な CSS カラー値を使用します", - "keyboard_shortcut": "このノートにすぐにジャンプするキーボードショートカットを定義します。例: 「ctrl+alt+e」。変更を有効にするには、フロントエンドをリロードする必要があります。", - "keep_current_hoisting": "このリンクを開いても、ノートが現在のホイストされたサブツリーに表示できない場合でも、ホイストは変更されません。", - "execute_button": "現在のコードノートを実行するボタンのタイトル", - "execute_description": "実行ボタンと一緒に表示される現在のコードノートの詳細な説明", - "exclude_from_note_map": "このラベルの付いたノートはノートマップから非表示になります", - "new_notes_on_top": "新しいノートは親ノートの下部ではなく上部に作成されます。", - "hide_highlight_widget": "ハイライトリスト ウィジェットを非表示にする", - "run_on_note_creation": "バックエンドでノートが作成された際に実行されます。特定のサブツリー配下に作成されたすべてのノートに対してスクリプトを実行したい場合は、このリレーションを使用してください。その場合は、サブツリーのルートノートにスクリプトを作成し、継承可能にしてください。サブツリー内(任意の深さ)に新しいノートが作成されると、スクリプトが実行されます。", - "run_on_child_note_creation": "このリレーションが定義されているノートの下に新しいノートが作成されたときに実行されます", - "render_note": "「HTMLノートをレンダリング」タイプのノートは、コードノート(HTMLまたはスクリプト)を使用してレンダリングされます。このリレーションを使用して、どのノートをレンダリングするかを指定する必要があります", - "other_notes_with_name": "{{attributeType}} の名前が「{{attributeName}}」であるその他のノート", - "color_type": "色", - "share_description": "説明用にHTMLメタタグに追加するテキストを定義します", - "title_template": "このノートの子として作成されるノートのデフォルトのタイトルです。値は JavaScript 文字列として評価されるため、\n 挿入された now および parentNote 変数を介して動的なコンテンツを追加できます。例: \n \n
    \n
  • ${parentNote.getLabelValue('authorName')} の文学作品
  • \n
  • ${now.format('YYYY-MM-DD HH:mm:ss')} のログ
  • \n
\n \n 詳細については Wiki の詳細 、および parentNotenow の API ドキュメントを参照してください。", - "run_on_note_title_change": "ノートのタイトルが変更されたときに実行されます(ノートの作成も含む)", - "run_on_note_content_change": "ノートの内容が変更されたときに実行されます(ノートの作成も含む)。", - "run_on_note_change": "ノートが変更されたときに実行されます(ノートの作成も含む)。内容の変更は含まれません", - "run_on_note_deletion": "ノートが削除されたときに実行されます", - "run_on_branch_creation": "ブランチが作成されたときに実行されます。ブランチは親ノートと子ノート間のリンクであり、例えばノートの複製や移動の際に作成されます。", - "run_on_branch_change": "ブランチが更新されたときに実行されます。", - "run_on_branch_deletion": "ブランチが削除されたときに実行されます。ブランチは親ノートと子ノート間のリンクであり、ノートを移動した場合などに削除されます(古いブランチ/リンクは削除されます)。", - "run_on_attribute_creation": "このリレーションを定義するノートに新しい属性が作成された場合に実行されます", - "run_on_attribute_change": " このリレーションを定義するノートの属性が変更されたときに実行されます。属性が削除された場合にも実行されます", - "relation_template": "ノートの属性は親子関係がなくても継承されます。ノートの内容とサブツリーは、空の場合はインスタンスノートに追加されます。詳細はドキュメントをご覧ください。", - "inherit": "親子関係がなくても、ノートの属性は継承されます。同様の概念については、テンプレートリレーションを参照してください。ドキュメントの属性継承を参照してください。", - "widget_relation": "このリレーションのターゲットが実行され、サイドバーのウィジェットとしてレンダリングされます", - "share_css": "共有ページに挿入されるCSSノートです。CSSノートは共有サブツリーにも含まれている必要があります。「share_hidden_from_tree」と「share_omit_default_css」の使用も検討してください。", - "share_js": "共有ページに挿入されるJavaScriptノートです。JavaScriptノートは共有サブツリー内にも存在する必要があります。「share_hidden_from_tree」の使用を検討してください。", - "share_template": "共有ノートを表示するためのテンプレートとして使用される埋め込みJavaScriptノートです。デフォルトのテンプレートにフォールバックします。「share_hidden_from_tree」の使用を検討してください。", - "share_favicon": "共有ページに設定するファビコンのノートです。通常は共有ルートに設定し、継承可能にします。ファビコンのノートは共有サブツリーにも設定する必要があります。「share_hidden_from_tree」の使用を検討してください。", - "is_owned_by_note": "ノートによって所有されています", - "and_more": "...その他 {{count}} 件。", - "print_landscape": "PDF にエクスポートするときに、ページの向きを縦向きではなく横向きに変更します。", - "print_page_size": "PDF にエクスポートするときに、ページのサイズを変更します。サポートされる値: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger。" - }, - "link_context_menu": { - "open_note_in_popup": "クイック編集", - "open_note_in_new_tab": "新しいタブでノートを開く", - "open_note_in_new_split": "新しく分割してノートを開く", - "open_note_in_new_window": "新しいウィンドウでノートを開く", - "open_note_in_other_split": "他の分割画面でノートを開く" - }, - "note_tooltip": { - "quick-edit": "クイック編集", - "note-has-been-deleted": "ノートは削除されました。" - }, - "protect_note": { - "toggle-on": "ノートを保護", - "toggle-off": "ノートの保護を解除", - "toggle-on-hint": "ノートは保護されていません。クリックして保護してください", - "toggle-off-hint": "ノートは保護されています。クリックして保護を解除してください" - }, - "shared_switch": { - "shared": "共有", - "toggle-on-title": "ノートを共有", - "toggle-off-title": "ノートの共有を解除", - "shared-branch": "このノートは共有ノートとしてのみ存在し、共有を解除すると削除されます。続行してこのノートを削除しますか?", - "inherited": "このノートは、親から継承された共有方法のため、ここでは共有解除できません。" - }, - "template_switch": { - "template": "テンプレート", - "toggle-on-hint": "ノートをテンプレート化する", - "toggle-off-hint": "テンプレートとしてのノートを削除する" - }, - "open-help-page": "ヘルプページを開く", - "shared_info": { - "help_link": "ヘルプについては、wikiをご覧ください。", - "shared_locally": "このノートは {{- link}} でローカルに共有されています。", - "shared_publicly": "このノートは {{- link}} で一般公開されています。" - }, - "highlights_list_2": { - "title": "ハイライトリスト", - "options": "オプション", - "title_with_count_other": "{{count}} ハイライト", - "modal_title": "ハイライトリストの設定", - "menu_configure": "ハイライトリストの設定...", - "no_highlights": "ハイライトが見つかりません。" - }, - "quick-search": { - "placeholder": "クイック検索", - "searching": "検索中...", - "no-results": "結果は見つかりませんでした", - "more-results": "... および {{number}} 件の他の結果。", - "show-in-full-search": "検索結果をすべて表示" - }, - "note_tree": { - "collapse-title": "ノートツリーを折りたたむ", - "scroll-active-title": "アクティブノートまでスクロール", - "tree-settings-title": "ツリーの設定", - "hide-archived-notes": "アーカイブノートを非表示", - "automatically-collapse-notes": "ノートを自動的に折りたたむ", - "automatically-collapse-notes-title": "一定期間使用されないと、ツリーを整理するためにノートは折りたたまれます。", - "save-changes": "変更を保存して適用", - "auto-collapsing-notes-after-inactivity": "非アクティブ状態が続いたためノートが自動で折りたたまれます...", - "create-child-note": "子ノートを作成", - "hoist-this-note-workspace": "このノートをホイストする(ワークスペース)", - "unhoist": "ホイスト解除", - "saved-search-note-refreshed": "保存した検索ノートが更新されました。", - "refresh-saved-search-results": "保存した検索結果を更新", - "toggle-sidebar": "サイドバーを切り替え", - "dropping-not-allowed": "この場所にノートをドロップすることはできません。", - "clone-indicator-tooltip": "このノートには {{- count}} 個の親があります: {{- parents}}", - "clone-indicator-tooltip-single": "このノートは複製されています (親が 1 件追加: {{- parent}})", - "shared-indicator-tooltip": "このノートは公開されています", - "shared-indicator-tooltip-with-url": "このノートは以下で公開されています: {{- url}}", - "subtree-hidden-tooltip_other": "{{count}} 個の子ノートがツリーで非表示になっています", - "subtree-hidden-moved-title": "{{title}} に追加されました", - "subtree-hidden-moved-description-collection": "このコレクションはツリー内の子ノートを非表示にします。", - "subtree-hidden-moved-description-other": "このノートのツリーでは子ノートは非表示になっています。" - }, - "bulk_actions": { - "bulk_actions": "一括操作", - "affected_notes": "影響されるノート", - "include_descendants": "選択したノートの子ノートを含む", - "available_actions": "利用可能なアクション", - "chosen_actions": "選択されたアクション", - "execute_bulk_actions": "一括操作を実行", - "bulk_actions_executed": "一括操作が成功に実行されました。", - "labels": "ラベル", - "relations": "リレーション", - "notes": "ノート", - "other": "その他", - "none_yet": "アクションを上のリストからクリックして追加。" - }, - "note_title": { - "placeholder": "ここにノートのタイトルを入力...", - "created_on": " に作成", - "last_modified": " に変更", - "note_type_switcher_label": "{{type}} から切り替え:", - "note_type_switcher_others": "その他のノートタイプ", - "note_type_switcher_templates": "テンプレート", - "note_type_switcher_collection": "コレクション", - "edited_notes": "この日に編集されたノート", - "promoted_attributes": "プロモート属性" - }, - "search_result": { - "no_notes_found": "指定された検索パラメータに該当するノートは見つかりませんでした。", - "search_not_executed": "検索はまだ実行されていません。上の「検索」ボタンをクリックすると、検索結果が表示されます。" - }, - "sql_result": { - "no_rows": "このクエリでは行が返されませんでした", - "not_executed": "クエリはまだ実行されていません。", - "failed": "SQLクエリの実行に失敗しました", - "statement_result": "ステートメント結果", - "execute_now": "今すぐ実行" - }, - "sql_table_schemas": { - "tables": "テーブル" - }, - "app_context": { - "please_wait_for_save": "保存が完了するまで数秒お待ちください。その後、もう一度お試しいただけます。" - }, - "note_create": { - "duplicated": "ノート \"{{title}}\" は複製されました。" - }, - "clipboard": { - "cut": "ノートはクリップボードに切り取りとられました。", - "copied": "ノートはクリップボードにコピーされました。", - "copy_failed": "権限の問題で、クリップボードにコピーできません。", - "copy_success": "クリップボードにコピーしました。" - }, - "launcher_context_menu": { - "add-note-launcher": "ノートランチャーを追加", - "add-script-launcher": "スクリプトランチャーを追加", - "add-custom-widget": "カスタムウィジェットを追加", - "add-spacer": "スペーサーを追加", - "delete": "削除 ", - "reset": "リセット", - "move-to-visible-launchers": "可視ランチャーに移動", - "move-to-available-launchers": "利用可能なランチャーに移動", - "duplicate-launcher": "ランチャーの複製 ", - "reset_launcher_confirm": "本当に「{{title}}」をリセットしますか? このノート(およびその子ノート)のすべてのデータと設定が失われ、ランチャーは元の場所に戻ります。" - }, - "highlighting": { - "title": "コードブロック", - "description": "テキストノート内のコードブロックのシンタックスハイライトを制御します。コードノートには影響しません。", - "color-scheme": "カラースキーム" - }, - "code_block": { - "word_wrapping": "単語の折り返し", - "theme_none": "シンタックスハイライトなし", - "theme_group_light": "ライトテーマ", - "theme_group_dark": "ダークテーマ", - "copy_title": "クリップボードにコピー" - }, - "editor": { - "title": "エディター" - }, - "editing": { - "editor_type": { - "label": "書式設定ツールバー", - "floating": { - "description": "編集ツールがカーソル付近に表示されます。", - "title": "フローティング" - }, - "fixed": { - "title": "固定", - "description": "編集ツールは「書式設定」のリボンタブに表示されます。" - }, - "multiline-toolbar": "ツールバーが収まりきらない場合は、複数行で表示する。" - } - }, - "electron_context_menu": { - "add-term-to-dictionary": "辞書に \"{{term}}\" を追加", - "cut": "切り取り", - "copy": "コピー", - "copy-link": "リンクをコピー", - "paste": "貼り付け", - "paste-as-plain-text": "プレーンテキストで貼り付け", - "search_online": "{{searchEngine}} で \"{{term}}\" を検索", - "search_in_trilium": "Triliumで「{{term}}」を検索" - }, - "duration": { - "seconds": "秒", - "minutes": "分", - "hours": "時間", - "days": "日" - }, - "share": { - "title": "共有設定", - "redirect_bare_domain": "ネイキッドドメインを共有ページにリダイレクト", - "redirect_bare_domain_description": "匿名のユーザーをログイン画面ではなく共有ページにリダイレクトします", - "show_login_link_description": "共有ページの下部にログインリンクを追加", - "share_root_found": "共有ルートノート '{{noteTitle}}' の準備が完了", - "share_root_not_found": "#shareRoot のラベルが付いたノートが見つかりません", - "share_root_not_shared": "ノート '{{noteTitle}}' は #shareRoot のラベルを持っていますが、共有されていません", - "show_login_link": "共有テーマにログインリンクを表示する", - "check_share_root": "共有ルートのステータスを確認" - }, - "time_selector": { - "invalid_input": "入力された時間値が有効な数値ではありません。", - "minimum_input": "入力された時間値は {{minimumSeconds}} 秒以上である必要があります。" - }, - "note_language": { - "not_set": "言語が設定されていません", - "configure-languages": "言語を設定...", - "help-on-languages": "コンテンツの言語に関するヘルプ..." - }, - "content_language": { - "title": "コンテンツの言語", - "description": "読み取り専用または編集可能なテキストノートの基本プロパティセクションの言語選択に表示する言語を 1 つ以上選択します。これにより、スペルチェックや右から左へのサポートなどの機能が利用できるようになります。" - }, - "png_export_button": { - "button_title": "図をPNG形式でエクスポート" - }, - "svg": { - "export_to_png": "図をPNG形式でエクスポートできませんでした。", - "export_to_svg": "図をSVG形式でエクスポートできませんでした。" - }, - "code_theme": { - "title": "外観", - "word_wrapping": "単語の折り返し", - "color-scheme": "カラースキーム" - }, - "cpu_arch_warning": { - "title": "ARM64版をダウンロードしてください", - "dont_show_again": "この警告を二度と表示しない", - "continue_anyway": "とにかく続ける", - "message_windows": "TriliumNext は現在エミュレーションを実行しています。つまり、ARM版WindowsデバイスでIntel(x64)版を使用していることになります。これはパフォーマンスとバッテリー寿命に重大な影響を及ぼします。", - "recommendation": "最適なエクスペリエンスを得るには、リリース ページから TriliumNext のネイティブ ARM64 バージョンをダウンロードしてください。", - "download_link": "ネイティブ版をダウンロード", - "message_macos": "TriliumNext は現在、Rosetta 2による翻訳環境で実行されています。つまり、Apple Silicon MacではIntel (x64)バージョンを使用していることになります。これはパフォーマンスとバッテリー寿命に重大な影響を及ぼします。" - }, - "editorfeatures": { - "emoji_completion_enabled": "絵文字のオートコンプリートを有効", - "note_completion_enabled": "ノートのオートコンプリートを有効", - "emoji_completion_description": "有効にすると、「:」に続けて絵文字の名前を入力することで、テキストに絵文字を簡単に挿入できます。", - "note_completion_description": "有効にすると、「@」 に続けてノートのタイトルを入力することで、ノートへのリンクを作成できます。", - "slash_commands_enabled": "スラッシュコマンドを有効", - "slash_commands_description": "有効にすると、改行や見出しの挿入などの編集コマンドは、「/」 と入力して切り替えることができます。", - "title": "機能" - }, - "table_context_menu": { - "delete_row": "行を削除" - }, - "content_renderer": { - "open_externally": "外部で開く" - }, - "ai_llm": { - "title": "AI 設定", - "enable_ai_features": "AI/LLM 機能を有効化", - "enable_ai_description": "ノートの要約、コンテンツ生成、その他のLLM機能などのAI機能を有効にする", - "openai_tab": "OpenAI", - "anthropic_tab": "Anthropic", - "voyage_tab": "Voyage AI", - "ollama_tab": "Ollama", - "enable_ai": "AI/LLM 機能を有効化", - "enable_ai_desc": "ノートの要約、コンテンツ生成、その他のLLM機能などのAI機能を有効にする", - "provider_configuration": "AI プロバイダーの設定", - "provider_precedence": "プロバイダーの優先順位", - "provider_precedence_description": "カンマで区切られたプロバイダーの優先順位リスト(例: 'openai,anthropic,ollama')", - "temperature_description": "応答のランダム性を制御する(0 = 決定的、2 = 最大ランダム性)", - "system_prompt_description": "すべてのAIとの対話に使用されるデフォルトのシステムプロンプト", - "system_prompt": "システムプロンプト", - "openai_configuration": "OpenAIの設定", - "openai_settings": "OpenAIの設定", - "api_key": "APIキー", - "model": "モデル", - "openai_api_key_description": "OpenAIのAIサービスにアクセスするためのAPIキー", - "anthropic_api_key_description": "AnthropicのClaudeモデルにアクセスするためのAPIキー", - "default_model": "デフォルトモデル", - "openai_model_description": "例: gpt-4o, gpt-4-turbo, gpt-3.5-turbo", - "openai_url_description": "デフォルト: https://api.openai.com/v1", - "anthropic_settings": "Anthropicの設定", - "anthropic_model_description": "チャット補完用のAnthropic Claudeモデル", - "voyage_settings": "Voyage AIの設定", - "ollama_settings": "Ollamaの設定", - "ollama_url_description": "Ollama API の URL(デフォルト: http://localhost:11434)", - "anthropic_url_description": "Anthropic APIのベースURL(デフォルト: https://api.anthropic.com)", - "ollama_model_description": "チャット補完用のOllamaモデル", - "anthropic_configuration": "Anthropicの設定", - "voyage_configuration": "Voyage AIの設定", - "voyage_url_description": "デフォルト: https://api.voyageai.com/v1", - "ollama_configuration": "Ollamaの設定", - "enable_ollama": "Ollamaを有効", - "enable_ollama_description": "ローカルAIモデルを利用するためOllamaを有効にする", - "ollama_url": "Ollama URL", - "ollama_model": "Ollamaモデル", - "refresh_models": "モデルを更新", - "refreshing_models": "更新中...", - "error": "エラー", - "retry": "再試行", - "partial": "{{ percentage }}%完了", - "processing": "処理中({{percentage}}%)", - "complete": "完了(100%)", - "refreshing": "更新中...", - "auto_refresh_notice": "{{seconds}}秒ごとに自動更新", - "ai_settings": "AI 設定", - "api_key_tooltip": "サービスにアクセスするためのAPIキー", - "empty_key_warning": { - "anthropic": "Anthropic APIキーが空です。有効な APIキーを入力してください。", - "openai": "OpenAI APIキーが空です。有効なAPIキーを入力してください。", - "voyage": "Voyage APIキーが空です。有効なAPIキーを入力してください。", - "ollama": "Ollama APIキーが空です。有効なAPIキーを入力してください。" - }, - "agent": { - "processing": "処理中...", - "loading": "読み込み中...", - "generating": "生成中...", - "thinking": "考え中..." - }, - "name": "AI", - "openai": "OpenAI", - "error_contacting_provider": "AIプロバイダーへの接続中にエラーが発生しました。設定とインターネット接続をご確認ください。", - "ollama_no_url": "Ollamaは設定されていません。有効なURLを入力してください。", - "chat": { - "root_note_title": "AIチャット", - "root_note_content": "このノートには、保存されたAIチャットの会話が含まれています。", - "new_chat_title": "新しいチャット", - "create_new_ai_chat": "新しいAIチャットを作成" - }, - "create_new_ai_chat": "新しいAIチャットを作成", - "configuration_warnings": "AIの設定に問題があります。設定を確認してください。", - "experimental_warning": "LLM機能は現在実験的です - ご注意ください。", - "selected_provider_description": "チャットおよび補完機能のAIプロバイダーを選択する", - "selected_provider": "プロバイダーを選択", - "select_model": "モデルを選択...", - "select_provider": "プロバイダーを選択...", - "not_started": "開始されていません", - "processed_notes": "処理済みノート", - "total_notes": "ノートの総数", - "progress": "進行状況", - "queued_notes": "キューに登録されたノート", - "failed_notes": "失敗したノート", - "last_processed": "最終処理日時", - "refresh_stats": "統計情報を更新", - "temperature": "Temperature(温度)", - "url": "ベースURL", - "base_url": "ベースURL", - "enable_automatic_indexing": "自動インデックス作成を有効にする", - "rebuild_index": "インデックスの再構築", - "rebuild_index_error": "インデックスの再構築開始時にエラーが発生しました。詳細はログをご確認ください。", - "note_title": "ノートのタイトル", - "last_attempt": "最終試行日時", - "actions": "アクション", - "retry_queued": "ノートが再試行キューに追加されました", - "retry_failed": "ノートを再試行キューに追加できませんでした", - "max_notes_per_llm_query": "クエリあたりの最大ノート数", - "max_notes_per_llm_query_description": "AIコンテキストに含める類似ノートの最大数", - "active_providers": "アクティブなプロバイダー", - "disabled_providers": "無効なプロバイダー", - "remove_provider": "検索からプロバイダーを削除", - "restore_provider": "検索にプロバイダーを復元", - "similarity_threshold": "類似度のしきい値", - "similarity_threshold_description": "LLMクエリのコンテキストに含めるノートの最小類似度スコア(0~1)", - "reprocess_index": "検索インデックスを再構築", - "reprocessing_index": "再構築中...", - "reprocess_index_started": "検索インデックスの最適化がバックグラウンドで開始されました", - "reprocess_index_error": "検索インデックスの再構築中にエラーが発生しました", - "index_rebuild_progress": "インデックスの再構築の進行状況", - "index_rebuilding": "インデックスの最適化中({{percentage}}%)", - "index_rebuild_complete": "インデックスの最適化が完了しました", - "index_rebuild_status_error": "インデックスの再構築ステータスの確認中にエラーが発生しました", - "never": "なし", - "incomplete": "未完了 ({{percentage}}%)", - "note_queued_for_retry": "ノートが再試行キューに追加されました", - "failed_to_retry_note": "ノートの再試行に失敗しました", - "all_notes_queued_for_retry": "失敗したすべてのノートは再試行のためにキューに入れられました", - "failed_to_retry_all": "ノートの再試行に失敗しました", - "use_enhanced_context": "拡張されたコンテキストを使用する", - "enhanced_context_description": "ノートとその関連ノートからより多くのコンテキストをAIに提供し、より良い応答を実現します", - "show_thinking": "思考を表示", - "show_thinking_description": "AIの思考プロセスをチェーン表示", - "enter_message": "メッセージを入力...", - "error_generating_response": "AI応答の生成中にエラーが発生しました", - "index_all_notes": "すべてのノートをインデックスに登録", - "index_status": "インデックスのステータス", - "indexed_notes": "インデックス登録済みのノート", - "indexing_stopped": "インデックス登録を停止しました", - "indexing_in_progress": "インデックス登録中です...", - "last_indexed": "最終インデックス作成日時", - "note_chat": "ノートチャット", - "sources": "ソース", - "start_indexing": "インデックス作成を開始", - "use_advanced_context": "高度なコンテキストを使用", - "ai_enabled": "AI 機能が有効", - "ai_disabled": "AI 機能が無効", - "no_models_found_online": "モデルが見つかりません。API キーと設定を確認してください。", - "no_models_found_ollama": "Ollama モデルが見つかりません。Ollama が実行中かどうかを確認してください。", - "error_fetching": "モデルの取得エラー: {{error}}" - }, - "add_label": { - "add_label": "ラベルを追加", - "label_name_placeholder": "ラベル名", - "label_name_title": "英数字、アンダーバー、コロンが使用可能な文字です。", - "new_value_placeholder": "新しい値", - "help_text": "一致したすべてのノートに:", - "help_text_note": "このメソッドを値なしで呼び出すこともできます。その場合、ラベルは値なしでノートに割り当てられます。", - "to_value": "値", - "help_text_item1": "ノートにまだラベルがない場合は、指定されたラベルを作成します", - "help_text_item2": "または既存のラベルの値を変更する" - }, - "delete_label": { - "delete_label": "ラベルを削除", - "label_name_placeholder": "ラベル名", - "label_name_title": "英数字、アンダーバー、コロンが使用可能な文字です。" - }, - "rename_label": { - "rename_label": "ラベル名の変更", - "rename_label_from": "ラベル名を", - "old_name_placeholder": "古い名前", - "to": "から", - "new_name_placeholder": "新しい名前", - "name_title": "英数字、アンダーバー、コロンが使用可能な文字です。" - }, - "update_label_value": { - "update_label_value": "ラベルの値を更新", - "label_name_placeholder": "ラベル名", - "label_name_title": "英数字、アンダーバー、コロンが使用可能な文字です。", - "new_value_placeholder": "新しい値", - "help_text_note": "このメソッドは値なしで呼び出すこともできます。その場合、値なしでラベルがノートに割り当てられます。", - "help_text": "一致したすべてのノートで、既存のラベルの値を変更する。", - "to_value": "値" - }, - "add_relation": { - "add_relation": "リレーションを追加", - "relation_name": "リレーションの名前", - "allowed_characters": "英数字、アンダーバー、コロンが使用可能な文字です。", - "create_relation_on_all_matched_notes": "一致したすべてのノートに対して、指定されたリレーションを作成します。", - "target_note": "対象のノート", - "to": "を" - }, - "delete_relation": { - "delete_relation": "リレーションを削除", - "relation_name": "リレーションの名前", - "allowed_characters": "英数字、アンダーバー、コロンが使用可能な文字です。" - }, - "rename_relation": { - "rename_relation": "リレーションの名前を変更", - "rename_relation_from": "リレーションの名前を", - "old_name": "古い名前", - "to": "から", - "new_name": "新しい名前", - "allowed_characters": "英数字、アンダーバー、コロンが使用可能な文字です。" - }, - "update_relation_target": { - "update_relation": "リレーションの更新", - "relation_name": "リレーションの名前", - "allowed_characters": "英数字、アンダーバー、コロンが使用可能な文字です。", - "on_all_matched_notes": "一致したすべてのノートに", - "target_note": "対象のノート", - "change_target_note": "既存のリレーション対象のノートを変更する", - "update_relation_target": "リレーション対象の更新", - "to": "を" - }, - "revisions_button": { - "note_revisions": "ノートの変更履歴" - }, - "note_launcher": { - "this_launcher_doesnt_define_target_note": "このランチャーはターゲットノートを定義していません。" - }, - "zpetne_odkazy": { - "relation": "リレーション", - "backlink_other": "{{count}} 個のバックリンク" - }, - "mobile_detail_menu": { - "delete_this_note": "このノートを削除", - "error_unrecognized_command": "認識されないコマンド {{command}}", - "insert_child_note": "子ノートを挿入", - "error_cannot_get_branch_id": "ノートパス 「{{notePath}} のbranchIdを取得できません", - "note_revisions": "ノートの変更履歴", - "backlinks": "バックリンク", - "content_language_switcher": "コンテンツの言語: {{language}}" - }, - "inherited_attribute_list": { - "title": "継承属性", - "no_inherited_attributes": "継承属性はありません。", - "none": "なし" - }, - "note_map": { - "open_full": "拡大表示", - "collapse": "通常サイズに折りたたむ", - "title": "ノートマップ", - "link-distance": "リンク距離", - "fix-nodes": "ノードを修正" - }, - "owned_attribute_list": { - "owned_attributes": "所有属性" - }, - "promoted_attributes": { - "unset-field-placeholder": "未設定", - "open_external_link": "外部でリンクを開く", - "unknown_label_type": "不明なラベルタイプ '{{type}}'", - "unknown_attribute_type": "不明な属性タイプ '{{type}}'", - "add_new_attribute": "新しい属性を追加", - "remove_this_attribute": "この属性を削除", - "remove_color": "このカラーラベルを削除", - "promoted_attributes": "プロモート属性", - "url_placeholder": "http://web サイト..." - }, - "relation_map": { - "open_in_new_tab": "新しいタブで開く", - "remove_note": "ノートを削除", - "edit_title": "タイトルを編集", - "rename_note": "ノート名を変更", - "enter_new_title": "新しいノート名を入力:", - "remove_relation": "リレーションを削除", - "confirm_remove_relation": "本当にこのリレーションを削除しますか?", - "specify_new_relation_name": "新しいリレーションの名前(使用可能な文字: 英数字、コロン、アンダースコア)を指定:", - "note_not_found": "ノート {{noteId}} が見つかりません!", - "enter_title_of_new_note": "新しいノートのタイトルを入力", - "default_new_note_title": "新しいノート", - "cannot_match_transform": "変換を一致させることができません: {{transform}}", - "click_on_canvas_to_place_new_note": "キャンバスをクリックして新しいノートを配置", - "connection_exists": "これらのノート間の接続 '{{name}}' は既に存在します。", - "start_dragging_relations": "ここからリレーションをドラッグして、別のノートにドロップします。", - "note_already_in_diagram": "ノート「{{title}}」はすでに図に含まれています。" - }, - "database_anonymization": { - "title": "データベースの匿名化", - "full_anonymization": "完全匿名化", - "full_anonymization_description": "この操作により、データベースの新しいコピーが作成され、匿名化されます(すべてのノートの内容を削除し、構造と一部の非機密メタデータのみを残します)。これにより、個人データが漏洩する心配なく、デバッグ目的でオンライン共有できます。", - "save_fully_anonymized_database": "完全に匿名化されたデータベースを保存", - "light_anonymization": "軽い匿名化", - "light_anonymization_description": "この操作により、データベースの新しいコピーが作成され、軽い匿名化が適用されます。具体的には、すべてのノートの内容のみが削除され、タイトルと属性はそのまま残ります。さらに、カスタムJSフロントエンド/バックエンドスクリプトノートとカスタムウィジェットもそのまま残ります。これにより、問題のデバッグのためのコンテキストがより多く提供されます。", - "choose_anonymization": "完全に匿名化したデータベースを提供するか、軽く匿名化したデータベースを提供するかは、あなた自身が決めることができます。完全に匿名化されたDBであっても非常に有用ですが、場合によっては軽く匿名化されたDBの方がバグの特定と修正のプロセスを速めることができます。", - "save_lightly_anonymized_database": "軽く匿名化されたデータベースを保存", - "existing_anonymized_databases": "既存の匿名化データベース", - "creating_fully_anonymized_database": "完全に匿名化されたデータベースを作成中...", - "creating_lightly_anonymized_database": "軽く匿名化されたデータベースを作成中...", - "error_creating_anonymized_database": "匿名化データベースの作成に失敗しました。詳細はバックエンドログを確認してください", - "successfully_created_fully_anonymized_database": "完全に匿名化されたデータベースを {{anonymizedFilePath}} に作成", - "successfully_created_lightly_anonymized_database": "軽く匿名化されたデータベースを {{anonymizedFilePath}} に作成", - "no_anonymized_database_yet": "匿名化されたデータベースはまだありません。" - }, - "database_integrity_check": { - "title": "データベースの整合性チェック", - "description": "これは、データベースがSQLiteレベルで破損がないかをチェックします。DBのサイズによっては時間がかかる場合があります。", - "check_button": "データベースの整合性をチェック", - "checking_integrity": "データベースの整合性をチェックしています...", - "integrity_check_succeeded": "整合性チェックに成功 - 問題は見つかりませんでした。", - "integrity_check_failed": "整合性チェックに失敗: {{results}}" - }, - "code-editor-options": { - "title": "エディター" - }, - "search_string": { - "title_column": "文字列検索:", - "search_syntax": "検索構文", - "also_see": "詳しくは", - "complete_help": "検索構文に関する完全なヘルプ", - "full_text_search": "テキストを入力すると全文検索が可能", - "label_abc": "ラベルabcを持つノートを返す", - "label_year": "ラベル「year」の値が「2019」と一致するノート", - "label_rock_pop": "rock と pop のラベルを持つノート", - "label_rock_or_pop": "どれかのラベルが存在すること", - "label_year_comparison": "数値比較(>、>=、<も含む)。", - "label_date_created": "過去1ヶ月以内に作成されたノート", - "error": "検索エラー: {{error}}", - "search_prefix": "検索:", - "placeholder": "全文 キーワード、#tag = value..." - }, - "delete_revisions": { - "delete_note_revisions": "ノートの変更履歴を削除", - "all_past_note_revisions": "一致したノートの過去の変更履歴がすべて削除されます。ノート自体は完全に保持されます。言い換えると、ノートのリビジョンが削除されます。" - }, - "rename_note": { - "rename_note": "ノート名を変更", - "new_note_title": "新しいノート名", - "rename_note_title_to": "ノート名を変更", - "example_note": "Note - マッチしたノートの名前をすべて'Note'に変更", - "example_new_title": "NEW: ${note.title} - 一致したノートの名前の前に 'NEW: ' を付ける", - "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - マッチしたノートの前にノートの作成月日を付ける", - "api_docs": "詳細については、 note および dateCreatedObj / utcDateCreatedObj properties の API ドキュメントを参照してください。", - "evaluated_as_js_string": "与えられた値はJavaScript文字列として評価されるため、注入されたnote変数(noteは名前が変更されます)を介して動的なコンテンツで強化できます。例:", - "click_help_icon": "右側のヘルプアイコンをクリックすると、すべてのオプションが表示されます" - }, - "electron_integration": { - "desktop-application": "デスクトップアプリケーション", - "native-title-bar": "ネイティブタイトルバー", - "native-title-bar-description": "WindowsとmacOSでは、ネイティブタイトルバーをオフにしておくと、アプリケーションがよりコンパクトに見えます。Linuxでは、ネイティブタイトルバーを表示したままの方が、他のシステムとの統一性が高まります。", - "background-effects": "背景効果を有効化", - "background-effects-description": "アプリウィンドウにぼかしの効いたスタイリッシュな背景を追加し、奥行きとモダンな外観を演出します。「ネイティブタイトルバー」を無効にする必要があります。", - "restart-app-button": "アプリケーションを再起動して変更を反映", - "zoom-factor": "ズーム倍率" - }, - "zoom_factor": { - "description": "ズームは CTRL+- と CTRL+= のショートカットでも操作可能。", - "title": "ズーム倍率(デスクトップビルドのみ)" - }, - "jump_to_note": { - "search_placeholder": "名前またはタイプでノートを検索 > コマンドを検索...", - "search_button": "全文検索" - }, - "markdown_import": { - "dialog_title": "Markdownをインポート", - "modal_body_text": "ブラウザサンドボックスのため、JavaScriptからクリップボードの内容を直接読み込むことはできません。インポートするMarkdownを以下のテキストエリアに貼り付け、インポートボタンをクリックしてください", - "import_button": "インポート", - "import_success": "Markdown コンテンツがドキュメントにインポートされました。" - }, - "note_type_chooser": { - "change_path_prompt": "新しいノートを作成する場所を変更する:", - "search_placeholder": "名前によるパスの検索 (空の場合はデフォルト)", - "modal_title": "ノートタイプを選択", - "modal_body": "新しいノートのノートタイプ / テンプレートを選択してください:", - "templates": "テンプレート", - "builtin_templates": "組み込みテンプレート" - }, - "prompt": { - "title": "プロンプト", - "ok": "OK", - "defaultTitle": "プロンプト" - }, - "upload_attachments": { - "upload_attachments_to_note": "ノートに添付ファイルをアップロード", - "choose_files": "ファイルを選択", - "files_will_be_uploaded": "ファイルは {{noteTitle}} に添付ファイルとしてアップロードされます", - "options": "オプション", - "shrink_images": "画像を縮小", - "upload": "アップロード", - "tooltip": "このオプションにチェックを入れると、Trilium はアップロードされた画像をスケーリングと最適化によって縮小しようとします。これにより、画質が多少変化する可能性があります。チェックを外すと、画像は変更されずにアップロードされます。" - }, - "attribute_editor": { - "help_text_body1": "ラベルを追加するには、例 #rock と入力します。値も追加したい場合は、例 #year = 2020 と入力します", - "help_text_body2": "リレーションについては、~author = @ と入力すると、オートコンプリートが表示され、目的のノートを検索できるようになります。", - "placeholder": "ここにラベルとリレーションを入力", - "help_text_body3": "代わりに、右側の + ボタンを使用してラベルとリレーションを追加することもできます。", - "save_attributes": "属性を保存 ", - "add_a_new_attribute": "新しい属性を追加", - "add_new_label": "新しいラベルを追加 ", - "add_new_relation": "新しいリレーションを追加 ", - "add_new_label_definition": "新しいラベル定義を追加", - "add_new_relation_definition": "新しいリレーション定義を追加" - }, - "move_note": { - "on_all_matched_notes": "一致したすべてのノートに", - "move_note": "ノートを移動", - "target_parent_note": "対象の親ノート", - "move_note_new_parent": "ノートに親が 1 つしかない場合は、ノートを新しい親に移動します (つまり、古いブランチが削除され、新しい親に新しいブランチが作成されます)", - "clone_note_new_parent": "ノートに複数のクローン/ブランチがある場合、ノートを新しい親にクローンします(どのブランチを削除すべきか不明なため)", - "nothing_will_happen": "ノートを対象のノートに移動できない場合は何も起こりません(つまり、ツリーサイクルが生じるため)", - "to": "次へ" - }, - "onclick_button": { - "no_click_handler": "ボタン ウィジェット '{{componentId}}' にはクリック ハンドラーが定義されていません" - }, - "protected_session_status": { - "active": "保護されたセッションが有効です。クリックして保護されたセッションを終了します。", - "inactive": "クリックして保護されたセッションに入る" - }, - "editable_code": { - "placeholder": "ここにコードノートの内容を入力..." - }, - "editable_text": { - "placeholder": "ここにノートの内容を入力...", - "auto-detect-language": "自動検出", - "keeps-crashing": "編集コンポーネントがクラッシュし続けます。Trilium を再起動してください。問題が解決しない場合は、バグレポートの作成をご検討ください。", - "editor_crashed_title": "テキストエディターがクラッシュしました", - "editor_crashed_content": "コンテンツは正常に復元されましたが、最近の変更の一部が保存されていない可能性があります。", - "editor_crashed_details_button": "詳細を見る...", - "editor_crashed_details_intro": "このエラーが何度も発生する場合は、以下の情報を貼り付けて GitHub に報告することを検討してください。", - "editor_crashed_details_title": "技術情報" - }, - "empty": { - "open_note_instruction": "以下の入力欄にノートのタイトルを入力するか、ツリー内のノートを選択してノートを開きます。", - "search_placeholder": "名前でノートを検索", - "enter_workspace": "ワークスペース {{title}} に入る" - }, - "file": { - "too_big": "パフォーマンス上の理由により、プレビューではファイルの最初の {{maxNumChars}} 文字のみが表示されます。ファイル全体を表示するには、ファイルをダウンロードして外部で開いてください。", - "file_preview_not_available": "このファイル形式ではファイルプレビューは利用できません。" - }, - "protected_session": { - "enter_password_instruction": "保護されたノートを表示するにはパスワードを入力する必要があります:", - "start_session_button": "保護されたセッションを開始", - "started": "保護されたセッションが開始されました。", - "wrong_password": "パスワードが間違っています。", - "protecting-finished-successfully": "保護が正常に完了しました。", - "unprotecting-finished-successfully": "保護の解除が正常に完了しました。", - "protecting-in-progress": "保護中: {{count}}", - "unprotecting-in-progress-count": "保護解除中: {{count}}", - "protecting-title": "保護の状態", - "unprotecting-title": "保護解除の状態" - }, - "render": { - "note_detail_render_help_1": "このヘルプノートが表示されるのは、このノートの「HTML のレンダリング」タイプには、正常に機能するために必要なリレーションがないためです。", - "note_detail_render_help_2": "レンダリングHTMLノートタイプは、スクリプティングに使用されます。簡単に言うと、HTMLコードノート(オプションでJavaScriptを含む)があり、このノートがそれをレンダリングします。これを動作させるには、レンダリングするHTMLノートを指す「renderNote」というリレーションを定義する必要があります。" - }, - "consistency_checks": { - "find_and_fix_button": "一貫性の問題を見つけて修正する", - "finding_and_fixing_message": "一貫性の問題を見つけて修正中…", - "title": "一貫性をチェック", - "issues_fixed_message": "発見された可能性のある一貫性の問題はすべて修正されました。" - }, - "vacuum_database": { - "title": "データベースのバキューム", - "description": "これによりデータベースが再構築され、通常はデータベースファイルのサイズが小さくなります。実際のデータは変更されません。", - "button_text": "データベースをバキューム", - "vacuuming_database": "データベースのバキュームを実行中...", - "database_vacuumed": "データベースのバキューム処理が完了しました" - }, - "ribbon": { - "promoted_attributes_message": "プロモート属性がノートに存在する場合、プロモート属性のリボンタブが自動的に開きます", - "edited_notes_message": "編集したノートのリボンタブは、dayノートで自動的に開きます", - "widgets": "リボンウィジェット" - }, - "ui-performance": { - "enable-motion": "トランジションとアニメーションを有効にする", - "enable-shadows": "影を有効にする", - "enable-backdrop-effects": "メニュー、ポップアップ、パネルの背景効果を有効にする", - "title": "パフォーマンス", - "enable-smooth-scroll": "スムーズスクロールを有効にする", - "app-restart-required": "(変更を有効にするにはアプリケーションの再起動が必要です)" - }, - "code_mime_types": { - "title": "ドロップダウンで利用可能なMIMEタイプ", - "tooltip_syntax_highlighting": "構文ハイライト表示", - "tooltip_code_block_syntax": "テキストノート内のコードブロック", - "tooltip_code_note_syntax": "コードノート" - }, - "attachment_erasure_timeout": { - "attachment_erasure_timeout": "添付ファイル消去のタイムアウト", - "attachment_auto_deletion_description": "定義されたタイムアウト後にノートによって参照されなくなった場合、添付ファイルは自動的に削除 (および消去) されます。", - "erase_attachments_after": "使用されていない添付ファイルを消去する期間:", - "manual_erasing_description": "手動で消去をトリガーすることもできます (上記で定義したタイムアウトを考慮せずに):", - "erase_unused_attachments_now": "使用されていない添付ノートを今すぐ消去", - "unused_attachments_erased": "使用されていない添付ファイルは削除されました。" - }, - "network_connections": { - "network_connections_title": "ネットワーク接続", - "check_for_updates": "アップデートを自動的に確認する" - }, - "note_erasure_timeout": { - "note_erasure_timeout_title": "ノート消去のタイムアウト", - "note_erasure_description": "削除されたノート(および属性、変更履歴など)最初は削除済みとしてマークされるだけで、「最近の変更」ダイアログから復元できます。一定期間が経過すると、削除されたノートは「消去」され、内容は復元できなくなります。この設定では、ノートを削除してから消去するまでの期間を設定できます。", - "erase_notes_after": "ノートを消去する間隔:", - "manual_erasing_description": "手動で消去をトリガーすることもできます (上記で定義したタイムアウトを考慮せずに):", - "erase_deleted_notes_now": "削除したノートを今すぐ消去", - "deleted_notes_erased": "削除されたノートは消去されました。" - }, - "revisions_snapshot_interval": { - "note_revisions_snapshot_interval_title": "ノートの変更履歴の記録間隔", - "note_revisions_snapshot_description": "ノートの変更履歴の記録間隔は、そのノートに対して新しい変更が作成されるまでの時間です。詳細については、wiki をご覧ください。", - "snapshot_time_interval_label": "ノートの変更履歴が記憶される時間:" - }, - "revisions_snapshot_limit": { - "note_revisions_snapshot_limit_title": "ノートの変更履歴の記録制限", - "note_revisions_snapshot_limit_description": "ノートの変更履歴の記録制限とは、各ノートに保存できる変更履歴の最大数を指します。-1 は制限なし、0 はすべての変更履歴を削除することを意味します。#versioningLimit ラベルを使用して、1 つのノートの最大変更数を設定できます。", - "snapshot_number_limit_label": "ノートの変更履歴の記録数の制限:", - "snapshot_number_limit_unit": "スナップショット", - "erase_excess_revision_snapshots": "余分な変更履歴を今すぐ消去", - "erase_excess_revision_snapshots_prompt": "余分な変更履歴が消去されました。" - }, - "editability_select": { - "note_is_read_only": "ノートは読み取り専用ですが、ボタンをクリックすると編集できます。", - "auto": "自動", - "read_only": "読み取り専用", - "always_editable": "常に編集可能", - "note_is_editable": "ノートは長すぎなければ編集可能です。", - "note_is_always_editable": "ノートは長さに関係なく常に編集可能です。" - }, - "find": { - "case_sensitive": "大文字と小文字を区別", - "match_words": "単語が一致", - "find_placeholder": "テキスト内を検索...", - "replace_placeholder": "置換対象...", - "replace": "置換", - "replace_all": "すべて置換" - }, - "title_bar_buttons": { - "window-on-top": "ウィンドウを最前面に維持" - }, - "note_detail": { - "could_not_find_typewidget": "タイプ {{type}} の typeWidget が見つかりませんでした", - "printing": "印刷中です...", - "printing_pdf": "PDF へのエクスポート中です...", - "print_report_title": "レポートを印刷", - "print_report_collection_content_other": "コレクション内の {{count}} 件のノートは、サポートされていないか保護されているため、印刷できませんでした。", - "print_report_collection_details_button": "詳細を見る", - "print_report_collection_details_ignored_notes": "無視されたノート" - }, - "watched_file_update_status": { - "ignore_this_change": "この変更を無視する", - "file_last_modified": "ファイル に最後に変更されました。", - "upload_modified_file": "変更したファイルをアップロード" - }, - "image": { - "copied-to-clipboard": "画像への参照がクリップボードにコピーされました。これは任意のテキストノートに貼り付けることができます。", - "cannot-copy": "画像参照をクリップボードにコピーできませんでした。" - }, - "entrypoints": { - "note-revision-created": "ノートの改訂版が作成されました。", - "sql-error": "SQL クエリの実行中にエラーが発生しました: {{message}}", - "note-executed": "ノートが実行されました。" - }, - "branches": { - "cannot-move-notes-here": "ここにノートを移動することはできません。", - "delete-status": "ステータスを削除", - "delete-notes-in-progress": "削除進行中のノート: {{count}}", - "delete-finished-successfully": "削除が正常に完了しました。", - "undeleting-notes-in-progress": "削除済みのノートを復元中: {{count}}", - "undeleting-notes-finished-successfully": "ノートの復元が正常に完了しました。" - }, - "frontend_script_api": { - "async_warning": "`api.runOnBackend()` に非同期関数を渡していますが、これは意図したとおりに動作しない可能性があります。\\n関数を同期させる(`async` キーワードを削除する)か、`api.runAsyncOnBackendWithManualTransactionHandling()` を使用してください。", - "sync_warning": "`api.runAsyncOnBackendWithManualTransactionHandling()` に同期関数を渡していますが、\\n代わりに `api.runOnBackend()` を使用する必要がある可能性があります。" - }, - "ws": { - "sync-check-failed": "同期チェックに失敗しました!", - "consistency-checks-failed": "整合性チェックに失敗しました! 詳細はログを参照してください。", - "encountered-error": "エラー「{{message}}」が発生しました。コンソールを確認してください。", - "lost-websocket-connection-title": "サーバーへの接続が失われました", - "lost-websocket-connection-message": "リバースプロキシ(例: nginx や Apache など)の設定を確認し、WebSocket 接続が適切に許可され、ブロックされていないことを確認してください。" - }, - "hoisted_note": { - "confirm_unhoisting": "要求されたノート「{{requestedNote}}」は、ホイストされたノート「{{hoistedNote}}」サブツリーの外部にあるため、ノートにアクセスするにはホイストを解除する必要があります。ホイスト解除を続行しますか?" - }, - "image_context_menu": { - "copy_reference_to_clipboard": "参照をクリップボードにコピー", - "copy_image_to_clipboard": "画像をクリップボードにコピー" - }, - "note_autocomplete": { - "search-for": "「{{term}}」を検索", - "create-note": "子ノート「{{term}}」を作成してリンクする", - "insert-external-link": "「{{term}}」への外部リンクを挿入", - "clear-text-field": "テキストフィールドをクリア", - "show-recent-notes": "最近のノートを表示", - "full-text-search": "全文検索" - }, - "geo-map": { - "create-child-note-title": "新しい子ノートを作成し、マップに追加する", - "create-child-note-instruction": "地図をクリックしてその場所に新しいノートを作成するか、Esc キーを押して閉じます。", - "unable-to-load-map": "マップを読み込めません。", - "create-child-note-text": "マーカーを追加" - }, - "geo-map-context": { - "open-location": "現在位置を表示", - "remove-from-map": "マップから削除", - "add-note": "この場所にマーカーを追加" - }, - "help-button": { - "title": "関連するヘルプページを開く" - }, - "content_widget": { - "unknown_widget": "「{{id}}」のウィジェットは不明です。" - }, - "switch_layout_button": { - "title_vertical": "編集パネルを下に移動", - "title_horizontal": "編集パネルを左に移動" - }, - "toggle_read_only_button": { - "unlock-editing": "編集のロックを解除", - "lock-editing": "編集をロック" - }, - "book_properties_config": { - "hide-weekends": "週末を非表示", - "display-week-numbers": "週番号を表示", - "map-style": "マップスタイル", - "max-nesting-depth": "最大階層の深さ:", - "show-scale": "スケールを表示", - "raster": "Raster", - "vector_light": "Vector(ライト)", - "vector_dark": "Vector (ダーク)" - }, - "call_to_action": { - "next_theme_title": "新しいTriliumテーマをお試しください", - "next_theme_message": "現在、レガシーテーマを使用しています。新しいテーマを試してみませんか?", - "next_theme_button": "新しいテーマを試す", - "background_effects_title": "背景効果が安定しました", - "background_effects_message": "WindowsおよびmacOSデバイスで、背景効果が安定しました。背景効果は、背景をぼかすことでユーザーインターフェースに彩りを添えます。", - "background_effects_button": "背景効果を有効にする", - "dismiss": "却下", - "new_layout_title": "新しいレイアウト", - "new_layout_message": "Trilium のレイアウトを刷新しました。リボンは廃止され、メインインターフェースにシームレスに統合されました。主要な機能は、新しいステータスバーと展開可能なセクション(プロモート属性など)に集約されています。\n\n新しいレイアウトはデフォルトで有効になっていますが、「オプション」→「外観」から一時的に無効にすることもできます。", - "new_layout_button": "詳細情報" - }, - "settings": { - "related_settings": "関連設定" - }, - "settings_appearance": { - "related_code_blocks": "テキストノート内のコードブロックの配色", - "related_code_notes": "コードノートの配色", - "ui": "ユーザーインターフェース", - "ui_old_layout": "旧レイアウト", - "ui_new_layout": "新しいレイアウト" - }, - "units": { - "percentage": "%" - }, - "pagination": { - "page_title": "{{startIndex}} - {{endIndex}} ページ", - "total_notes": "{{count}} ノート" - }, - "collections": { - "rendering_error": "エラーのためコンテンツを表示できません。" - }, - "abstract_bulk_action": { - "remove_this_search_action": "この検索アクションを削除" - }, - "update_available": { - "update_available": "アップデートが利用可能" - }, - "copy_image_reference_button": { - "button_title": "画像参照をクリップボードにコピーし、テキストノートに貼り付けることができます。" - }, - "attachment_detail": { - "open_help_page": "添付ファイルのヘルプページを開く", - "owning_note": "所有ノート: ", - "you_can_also_open": "、開くこともできます ", - "list_of_all_attachments": "すべての添付ファイルのリスト", - "attachment_deleted": "この添付ファイルは削除されました。" - }, - "attachment_list": { - "open_help_page": "添付ファイルのヘルプページを開く", - "owning_note": "所有ノート: ", - "upload_attachments": "添付ファイルをアップロード", - "no_attachments": "このノートには添付ファイルはありません。" - }, - "book": { - "no_children_help": "このコレクションには子ノートがないため、表示するものがありません。詳細はwikiをご覧ください。", - "drag_locked_title": "編集をロック中", - "drag_locked_message": "コレクションは編集がロックされているため、ドラッグは許可されていません。" - }, - "native_title_bar": { - "title": "ネイティブタイトルバー(アプリの再起動が必要です)", - "enabled": "有効", - "disabled": "無効" - }, - "options_widget": { - "options_change_saved": "オプションの変更が保存されました。", - "options_status": "オプションステータス" - }, - "multi_factor_authentication": { - "title": "多要素認証", - "description": "多要素認証(MFA)は、アカウントのセキュリティをさらに強化します。ログイン時にパスワードを入力するだけでなく、MFAでは本人確認のために1つ以上の追加情報の入力を求められます。これにより、たとえ誰かがパスワードを入手したとしても、2つ目の情報がなければアカウントにアクセスできません。まるでドアに鍵を追加したようなもので、他人が侵入するのがはるかに困難になります。

MFAを有効にするには、以下の手順に従ってください。正しく設定しないと、ログインはパスワードのみで行われます。", - "mfa_enabled": "多要素認証を有効にする", - "mfa_method": "MFAメソッド", - "electron_disabled": "現在、デスクトップ ビルドでは多要素認証はサポートされていません。", - "totp_title": "時間ベースのワンタイムパスワード (TOTP)", - "totp_description": "TOTP(時間ベースのワンタイムパスワード)は、30秒ごとに変化する一意の一時的なコードを生成するセキュリティ機能です。このコードとパスワードを使用してアカウントにログインすることで、他人がアクセスするのを大幅に困難にします。", - "totp_secret_title": "TOTPシークレットを生成する", - "totp_secret_generate": "TOTPシークレットを生成する", - "totp_secret_regenerate": "TOTPシークレットを再生成する", - "no_totp_secret_warning": "TOTP を有効にするには、まず TOTP シークレットを生成する必要があります。", - "totp_secret_description_warning": "新しい TOTP シークレットを生成したら、新しい TOTP シークレットを使用して再度ログインする必要があります。", - "totp_secret_generated": "TOTPシークレットが生成されました", - "totp_secret_warning": "生成されたシークレットは安全な場所に保存してください。再度表示されることはありません。", - "totp_secret_regenerate_confirm": "OTP シークレットを再生成してもよろしいですか?これにより、以前の TOTP シークレットと既存のすべての回復コードが無効になります。", - "recovery_keys_title": "シングルサインオン回復キー", - "recovery_keys_description": "シングル サインオン回復キーは、認証コードにアクセスできない場合でもログインするために使用されます。", - "recovery_keys_description_warning": "回復キーはページを離れた後は再度表示されませんので、安全な場所に保管してください。
回復キーは一度使用すると再度使用できなくなります。", - "recovery_keys_error": "回復コードの生成中にエラーが発生しました", - "recovery_keys_no_key_set": "回復コードが設定されていません", - "recovery_keys_generate": "回復コードを生成する", - "recovery_keys_regenerate": "回復コードの再生成", - "recovery_keys_used": "使用日: {{date}}", - "recovery_keys_unused": "回復コード {{index}} は未使用です", - "oauth_title": "OAuth/OpenID", - "oauth_description": "OpenIDは、Googleなどの他のサービスのアカウントを使用して web サイトにログインし、本人確認を行うための標準化された方法です。デフォルトの発行者はGoogleですが、他のOpenIDプロバイダに変更できます。詳しくはこちらをご覧ください。Google経由でOpenIDサービスを設定するには、こちらの手順に従ってください。", - "oauth_description_warning": "OAuth/OpenIDを有効にするには、config.iniファイルにOAuth/OpenIDのベースURL、クライアントID、クライアントシークレットを設定し、アプリケーションを再起動する必要があります。環境変数から設定する場合は、TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID and TRILIUM_OAUTH_CLIENT_SECRET を設定してください。", - "oauth_missing_vars": "設定がありません: {{-variables}}", - "oauth_user_account": "ユーザーアカウント: ", - "oauth_user_email": "ユーザーEメール: ", - "oauth_user_not_logged_in": "ログインしていません!" - }, - "note-map": { - "button-link-map": "リンクマップ", - "button-tree-map": "ツリーマップ" - }, - "spacer": { - "configure_launchbar": "ランチャーバーを設定" - }, - "attachment_detail_2": { - "will_be_deleted_in": "この添付ファイルは {{time}} 後に自動的に削除されます", - "will_be_deleted_soon": "この添付ファイルはすぐに自動的に削除されます", - "deletion_reason": "、添付ファイルがノートのコンテンツにリンクされていないためです。削除されないようにするには、添付ファイルのリンクをコンテンツに再度追加するか、添付ファイルをノートに変換してください。", - "role_and_size": "ロール: {{role}},サイズ: {{size}}, MIME: {{- mimeType}}", - "link_copied": "添付ファイルのリンクをクリップボードにコピーしました。", - "unrecognized_role": "添付ファイルのロール「{{role}}」は認識されません。" - }, - "presentation_view": { - "edit-slide": "このスライドを編集", - "start-presentation": "プレゼンテーションを開始", - "slide-overview": "スライドの概要を切り替え" - }, - "calendar_view": { - "delete_note": "ノートを削除..." - }, - "read-only-info": { - "read-only-note": "現在、読み取り専用のノートを表示しています。", - "auto-read-only-note": "このノートは読み込みを高速化するために読み取り専用モードで表示されています。", - "edit-note": "ノートを編集" - }, - "note-color": { - "clear-color": "ノートの色をクリア", - "set-color": "ノートの色を設定", - "set-custom-color": "ノートの色をカスタム設定" - }, - "popup-editor": { - "maximize": "フルエディターに切り替え" - }, - "server": { - "unknown_http_error_title": "サーバーとの通信エラー", - "unknown_http_error_content": "ステータスコード: {{statusCode}}\nURL: {{method}} {{url}}\nメッセージ: {{message}}", - "traefik_blocks_requests": "Traefik リバース プロキシを使用している場合、サーバーとの通信に影響する重大な変更が導入されました。" - }, - "tab_history_navigation_buttons": { - "go-back": "前のノートに戻る", - "go-forward": "次のノートに進む" - }, - "experimental_features": { - "title": "実験オプション", - "disclaimer": "これらのオプションは試験的なもので、動作が不安定になる可能性があります。注意してご使用ください。", - "new_layout_name": "新しいレイアウト", - "new_layout_description": "よりモダンな外観と使いやすさが向上した新しいレイアウトをお試しください。今後のリリースで大幅な変更が加えられる可能性があります。" - }, - "breadcrumb_badges": { - "read_only_explicit": "読み取り専用", - "read_only_auto": "自動的に読み取り専用", - "shared_publicly": "公開で共有", - "shared_locally": "ローカルで共有", - "read_only_explicit_description": "このノートは手動で読み取り専用に設定されています。\nクリックすると一時的に編集できます。", - "read_only_temporarily_disabled": "一時的に編集可能", - "read_only_auto_description": "このノートはパフォーマンス上の理由により、自動的に読み取り専用モードに設定されました。この自動制限は設定から調整できます。\n\n一時的に編集するにはクリックしてください。", - "read_only_temporarily_disabled_description": "このノートは現在編集可能ですが、通常は読み取り専用です。別のノートに移動すると読み取り専用に戻ります。\n\nクリックすると読み取り専用モードが再度有効になります。", - "clipped_note": "Web クリップ", - "clipped_note_description": "このノートは {{url}} から取得されました。\n\nクリックすると元の web ページに移動します。", - "execute_script": "スクリプトを実行", - "execute_script_description": "このノートはスクリプトノートです。クリックするとスクリプトが実行されます。", - "execute_sql": "SQL を実行", - "execute_sql_description": "このノートは SQL ノートです。クリックすると SQL クエリが実行されます。", - "shared_copy_to_clipboard": "リンクをクリップボードにコピー", - "shared_open_in_browser": "ブラウザでリンクを開く", - "shared_unshare": "共有を削除", - "save_status_saved": "保存されました", - "save_status_saving": "保存中...", - "save_status_unsaved": "未保存", - "save_status_error": "保存に失敗しました", - "save_status_saving_tooltip": "変更を保存しています。", - "save_status_unsaved_tooltip": "未保存の変更があります。すぐに自動的に保存されます。", - "save_status_error_tooltip": "ノートの保存中にエラーが発生しました。可能であれば、ノートの内容を別の場所にコピーして、アプリケーションを再読み込みしてください。" - }, - "status_bar": { - "language_title": "コンテンツの言語を変更", - "note_info_title": "ノート情報を表示(例: 日付、ノートのサイズなど)", - "backlinks_title_other": "バックリンクを表示", - "attachments_title_other": "添付ファイルを新しいタブで表示", - "attributes_other": "{{count}} 個の属性", - "attributes_title": "所有属性と継承属性", - "note_paths_title": "ノートパス", - "code_note_switcher": "言語モードを変更", - "backlinks_other": "{{count}} バックリンク", - "attachments_other": "{{count}} 件の添付ファイル", - "note_paths_other": "{{count}} 個のパス" - }, - "breadcrumb": { - "hoisted_badge": "ホイスト", - "hoisted_badge_title": "ホイスト解除", - "workspace_badge": "ワークスペース", - "scroll_to_top_title": "ノートの先頭にジャンプ", - "create_new_note": "新しい子ノートを作成", - "empty_hide_archived_notes": "アーカイブされたノートを非表示" - }, - "right_pane": { - "empty_message": "このノートには何も表示されません", - "empty_button": "パネルを非表示", - "toggle": "右パネルを切り替え", - "custom_widget_go_to_source": "ソースコードへ移動" - }, - "attributes_panel": { - "title": "ノート属性" - }, - "pdf": { - "attachments_other": "{{count}} 添付ファイル", - "layers_other": "{{count}} 層", - "pages_other": "{{count}} ページ", - "pages_alt": "ページ {{pageNumber}}", - "pages_loading": "読み込み中..." - }, - "platform_indicator": { - "available_on": "{{platform}} で利用可能" - }, - "mobile_tab_switcher": { - "title_other": "{{count}} タブ", - "more_options": "その他のオプション" - }, - "bookmark_buttons": { - "bookmarks": "ブックマーク" - } } diff --git a/apps/client/src/translations/pl/translation.json b/apps/client/src/translations/pl/translation.json index 17f32fc602..ec82f79c58 100644 --- a/apps/client/src/translations/pl/translation.json +++ b/apps/client/src/translations/pl/translation.json @@ -1,2230 +1,2086 @@ { - "about": { - "title": "O Trilium Notes", - "homepage": "Strona domowa:", - "app_version": "Wersja aplikacji:", - "db_version": "Wersja bazy danych:", - "sync_version": "Wersja synchronizacji:", - "build_date": "Data kompilacji:", - "build_revision": "Rewizja:", - "data_directory": "Katalog danych:" - }, - "toast": { - "critical-error": { - "title": "Błąd krytyczny", - "message": "Wystąpił błąd krytyczny, który uniemożliwia uruchomienie aplikacji klienckiej:\n\n{{message}}\n\nNajprawdopodobniej jest to spowodowane nieoczekiwanym błędem skryptu. Spróbuj uruchomić aplikację w trybie bezpiecznym (safe mode) i rozwiązać problem." + "about": { + "title": "O Trilium Notes", + "homepage": "Strona domowa:", + "app_version": "Wersja aplikacji:", + "db_version": "Wersja bazy danych:", + "sync_version": "Wersja synchronizacji:", + "build_date": "Data kompilacji:", + "build_revision": "Rewizja:", + "data_directory": "Katalog danych:" }, - "widget-error": { - "title": "Nie udało się zainicjować widżetu", - "message-custom": "Niestandardowy widżet z notatki o ID \"{{id}}\", zatytułowany \"{{title}}\", nie mógł zostać zainicjowany z powodu:\n\n{{message}}", - "message-unknown": "Nieznany widżet nie mógł zostać zainicjowany z powodu:\n\n{{message}}" + "toast": { + "critical-error": { + "title": "Błąd krytyczny", + "message": "Wystąpił błąd krytyczny, który uniemożliwia uruchomienie aplikacji klienckiej:\n\n{{message}}\n\nNajprawdopodobniej jest to spowodowane nieoczekiwanym błędem skryptu. Spróbuj uruchomić aplikację w trybie bezpiecznym (safe mode) i rozwiązać problem." + }, + "widget-error": { + "title": "Nie udało się zainicjować widżetu", + "message-custom": "Niestandardowy widżet z notatki o ID \"{{id}}\", zatytułowany \"{{title}}\", nie mógł zostać zainicjowany z powodu:\n\n{{message}}", + "message-unknown": "Nieznany widżet nie mógł zostać zainicjowany z powodu:\n\n{{message}}" + }, + "bundle-error": { + "title": "Nie udało się załadować niestandardowego skryptu", + "message": "Skrypt z notatki o ID \"{{id}}\", zatytułowany \"{{title}}\", nie mógł zostać wykonany z powodu:\n\n{{message}}" + }, + "widget-list-error": { + "title": "Nie udało się pobrać listy widżetów z serwera" + }, + "widget-render-error": { + "title": "Nie udało się wyrenderować niestandardowego widżetu React" + }, + "widget-missing-parent": "Niestandardowy widżet nie ma zdefiniowanej obowiązkowej właściwości „{{property}}”.", + "open-script-note": "Otwórz notatkę ze skryptem" }, - "bundle-error": { - "title": "Nie udało się załadować niestandardowego skryptu", - "message": "Skrypt z notatki o ID \"{{id}}\", zatytułowany \"{{title}}\", nie mógł zostać wykonany z powodu:\n\n{{message}}" + "add_link": { + "add_link": "Dodaj link", + "note": "Notatka", + "search_note": "wyszukaj notatkę po nazwie", + "link_title_arbitrary": "tytuł linku można dowolnie zmieniać", + "link_title": "Tytuł linku", + "button_add_link": "Dodaj link", + "help_on_links": "Pomoc dotycząca linków", + "link_title_mirrors": "Tytuł linku odzwierciedla obecną nazwę notatki" }, - "widget-list-error": { - "title": "Nie udało się pobrać listy widżetów z serwera" + "branch_prefix": { + "save": "Zapisz", + "edit_branch_prefix": "Edytuj prefiks gałęzi", + "prefix": "Prefiks: ", + "branch_prefix_saved": "Prefiks gałęzi został zapisany.", + "help_on_tree_prefix": "Pomoc dotycząca prefiksu drzewa", + "edit_branch_prefix_multiple": "Edytuj prefiks gałęzi dla {{count}} gałęzi", + "branch_prefix_saved_multiple": "Prefiks gałęzi został zapisany dla {{count}} gałęzi.", + "affected_branches": "Dotyczy gałęzi ({{count}}):" }, - "widget-render-error": { - "title": "Nie udało się wyrenderować niestandardowego widżetu React" + "bulk_actions": { + "labels": "Etykiety", + "notes": "Notatki", + "other": "Inne", + "relations": "Relacje", + "bulk_actions": "Akcje masowe", + "include_descendants": "Uwzględnij elementy podrzędne wybranych notatek", + "available_actions": "Dostępne akcje", + "chosen_actions": "Wybrane akcje", + "execute_bulk_actions": "Wykonaj akcje masowe", + "bulk_actions_executed": "Akcje masowe zostały wykonane pomyślnie.", + "none_yet": "Jeszcze nic... dodaj akcję, klikając jedną z dostępnych powyżej.", + "affected_notes": "Dotyczy notatek" }, - "widget-missing-parent": "Niestandardowy widżet nie ma zdefiniowanej obowiązkowej właściwości „{{property}}”.", - "open-script-note": "Otwórz notatkę ze skryptem" - }, - "add_link": { - "add_link": "Dodaj link", - "note": "Notatka", - "search_note": "wyszukaj notatkę po nazwie", - "link_title_arbitrary": "tytuł linku można dowolnie zmieniać", - "link_title": "Tytuł linku", - "button_add_link": "Dodaj link", - "help_on_links": "Pomoc dotycząca linków", - "link_title_mirrors": "Tytuł linku odzwierciedla obecną nazwę notatki" - }, - "branch_prefix": { - "save": "Zapisz", - "edit_branch_prefix": "Edytuj prefiks gałęzi", - "prefix": "Prefiks: ", - "branch_prefix_saved": "Prefiks gałęzi został zapisany.", - "help_on_tree_prefix": "Pomoc dotycząca prefiksu drzewa", - "edit_branch_prefix_multiple": "Edytuj prefiks gałęzi dla {{count}} gałęzi", - "branch_prefix_saved_multiple": "Prefiks gałęzi został zapisany dla {{count}} gałęzi.", - "affected_branches": "Dotyczy gałęzi ({{count}}):" - }, - "bulk_actions": { - "labels": "Etykiety", - "notes": "Notatki", - "other": "Inne", - "relations": "Relacje", - "bulk_actions": "Akcje masowe", - "include_descendants": "Uwzględnij elementy podrzędne wybranych notatek", - "available_actions": "Dostępne akcje", - "chosen_actions": "Wybrane akcje", - "execute_bulk_actions": "Wykonaj akcje masowe", - "bulk_actions_executed": "Akcje masowe zostały wykonane pomyślnie.", - "none_yet": "Jeszcze nic... dodaj akcję, klikając jedną z dostępnych powyżej.", - "affected_notes": "Dotyczy notatek" - }, - "confirm": { - "ok": "OK", - "cancel": "Anuluj", - "confirmation": "Potwierdzenie", - "are_you_sure_remove_note": "Czy na pewno chcesz usunąć notatkę \"{{title}}\" z mapy relacji? ", - "if_you_dont_check": "Jeśli tego nie zaznaczysz, notatka zostanie usunięta tylko z mapy relacji.", - "also_delete_note": "Usuń również notatkę" - }, - "delete_notes": { - "cancel": "Anuluj", - "close": "Zamknij", - "delete_notes_preview": "Podgląd usuwania notatek", - "delete_all_clones_description": "Usuń również wszystkie klony (można cofnąć w oknie Ostatnie zmiany)", - "erase_notes_description": "Normalne (miękkie) usuwanie jedynie oznacza notatki jako usunięte i można je przywrócić (w oknie Ostatnie zmiany) przez pewien czas. Zaznaczenie tej opcji spowoduje natychmiastowe wymazanie notatek i nie będzie możliwe ich przywrócenie.", - "erase_notes_warning": "Wymaż notatki trwale (nie można cofnąć), w tym wszystkie klony. Wymusi to przeładowanie aplikacji.", - "notes_to_be_deleted": "Następujące notatki zostaną usunięte ({{notesCount}})", - "no_note_to_delete": "Żadna notatka nie zostanie usunięta (tylko klony).", - "broken_relations_to_be_deleted": "Następujące relacje zostaną zerwane i usunięte ({{ relationCount}})", - "ok": "OK", - "deleted_relation_text": "Notatka {{- note}} (do usunięcia) jest powiązana relacją {{- relation}} pochodzącą z {{- source}}." - }, - "export": { - "close": "Zamknij", - "export_note_title": "Eksportuj notatkę", - "export_type_subtree": "Ta notatka i wszystkie jej elementy podrzędne", - "format_html": "HTML - zalecane, ponieważ zachowuje pełne formatowanie", - "format_html_zip": "HTML w archiwum ZIP - zalecane, ponieważ zachowuje pełne formatowanie.", - "format_markdown": "Markdown - zachowuje większość formatowania.", - "format_opml": "OPML - format wymiany konspektów (tylko tekst). Formatowanie, obrazy i pliki nie są dołączane.", - "opml_version_1": "OPML v1.0 - tylko zwykły tekst", - "opml_version_2": "OPML v2.0 - dopuszcza również HTML", - "export_type_single": "Tylko ta notatka (bez elementów podrzędnych)", - "export": "Eksportuj", - "choose_export_type": "Proszę najpierw wybrać typ eksportu", - "export_status": "Status eksportu", - "export_in_progress": "Eksport w toku: {{progressCount}}", - "export_finished_successfully": "Eksport zakończony pomyślnie.", - "format_pdf": "PDF - do druku lub udostępniania.", - "share-format": "HTML do publikacji w sieci - używa tego samego motywu co udostępnione notatki, ale może być opublikowany jako statyczna strona." - }, - "clone_to": { - "clone_notes_to": "Sklonuj notatki do...", - "notes_to_clone": "Notatki do sklonowania", - "search_for_note_by_its_name": "wyszukaj notatkę po nazwie", - "cloned_note_prefix_title": "Sklonowana notatka będzie wyświetlana w drzewie z podanym prefiksem", - "prefix_optional": "Prefiks (opcjonalnie)", - "clone_to_selected_note": "Sklonuj do wybranej notatki", - "no_path_to_clone_to": "Brak ścieżki do sklonowania.", - "note_cloned": "Notatka \"{{clonedTitle}}\" została sklonowana do \"{{targetTitle}}\"", - "help_on_links": "Pomoc dotycząca linków", - "target_parent_note": "Docelowa notatka nadrzędna" - }, - "help": { - "title": "Ściągawka", - "noteNavigation": "Nawigacja po notatkach", - "goUpDown": "idź w górę/dół listy notatek", - "collapseExpand": "zwiń/rozwiń węzeł", - "notSet": "nie ustawiono", - "goBackForwards": "idź wstecz / do przodu w historii", - "showJumpToNoteDialog": "pokaż okno \"Przejdź do\"", - "scrollToActiveNote": "przewiń do aktywnej notatki", - "jumpToParentNote": "przejdź do notatki nadrzędnej", - "collapseWholeTree": "zwiń całe drzewo notatek", - "collapseSubTree": "zwiń poddrzewo", - "tabShortcuts": "Skróty kart", - "newTabNoteLink": "na linku notatki otwiera notatkę w nowej karcie", - "newTabWithActivationNoteLink": "na linku notatki otwiera i aktywuje notatkę w nowej karcie", - "onlyInDesktop": "Tylko w wersji desktopowej (Electron)", - "openEmptyTab": "otwórz pustą kartę", - "closeActiveTab": "zamknij aktywną kartę", - "activateNextTab": "aktywuj następną kartę", - "activatePreviousTab": "aktywuj poprzednią kartę", - "creatingNotes": "Tworzenie notatek", - "createNoteAfter": "utwórz nową notatkę po aktywnej notatce", - "createNoteInto": "Utwórz nową podnotatkę w aktywnej notatce", - "editBranchPrefix": "edytuj prefiks klona aktywnej notatki", - "movingCloningNotes": "Przenoszenie / klonowanie notatek", - "moveNoteUpDown": "przesuń notatkę w górę/dół na liście", - "moveNoteUpHierarchy": "przesuń notatkę w górę w hierarchii", - "multiSelectNote": "wybierz wiele notatek powyżej/poniżej", - "selectAllNotes": "zaznacz wszystkie notatki na bieżącym poziomie", - "selectNote": "wybierz notatkę", - "copyNotes": "kopiuj aktywną notatkę (lub zaznaczenie) do schowka (używane do klonowania)", - "cutNotes": "wytnij bieżącą notatkę (lub zaznaczenie) do schowka (używane do przenoszenia)", - "pasteNotes": "wklej notatkę(-i) jako pod-notatkę do aktywnej notatki (jest to przeniesienie lub klonowanie w zależności od tego, czy użyto kopiuj czy wytnij)", - "deleteNotes": "usuń notatkę / poddrzewo", - "editingNotes": "Edycja notatek", - "other": "Inne", - "editNoteTitle": "w panelu drzewa przełącza z drzewa na tytuł notatki. Enter na tytule notatki przenosi fokus do edytora tekstu. Ctrl+. przełącza z powrotem z edytora do panelu drzewa.", - "createEditLink": "utwórz / edytuj link zewnętrzny", - "createInternalLink": "utwórz link wewnętrzny", - "followLink": "podążaj za linkiem pod kursorem", - "insertDateTime": "wstaw bieżącą datę i godzinę w pozycji karetki", - "markdownAutoformat": "Autoformatowanie w stylu Markdown", - "headings": "##, ###, #### itd. a następnie spacja dla nagłówków", - "bulletList": "* lub - a następnie spacja dla listy punktowanej", - "jumpToTreePane": "przeskocz do panelu drzewa i przewiń do aktywnej notatki", - "numberedList": "1. lub 1) a następnie spacja dla listy numerowanej", - "blockQuote": "rozpocznij linię znakiem > a następnie spacją dla cytatu blokowego", - "troubleshooting": "Rozwiązywanie problemów", - "reloadFrontend": "przeładuj frontend Trilium", - "showDevTools": "pokaż narzędzia deweloperskie", - "showSQLConsole": "pokaż konsolę SQL", - "quickSearch": "skupienie na szybkim wyszukiwaniu", - "inPageSearch": "wyszukiwanie na stronie", - "editShortcuts": "Edytuj skróty klawiszowe" - }, - "book_properties": { - "list": "Lista", - "view_type": "Typ widoku", - "grid": "Siatka", - "collapse_all_notes": "Zwiń wszystkie notatki", - "collapse": "Zwiń", - "expand": "Rozwiń", - "book_properties": "Właściwości kolekcji", - "invalid_view_type": "Nieprawidłowy typ widoku '{{type}}'", - "calendar": "Kalendarz", - "table": "Tabela", - "geo-map": "Mapa Geo", - "board": "Tablica", - "presentation": "Prezentacja", - "include_archived_notes": "Pokaż zarchiwizowane notatki", - "expand_tooltip": "Rozwija bezpośrednie elementy podrzędne tej kolekcji (o jeden poziom). Aby uzyskać więcej opcji, naciśnij strzałkę po prawej.", - "expand_first_level": "Rozwiń bezpośrednie elementy podrzędne", - "expand_nth_level": "Rozwiń {{depth}} poziomów", - "expand_all_levels": "Rozwiń wszystkie poziomy" - }, - "board_view": { - "move-to": "Przenieś do", - "insert-above": "Wstaw powyżej", - "insert-below": "Wstaw poniżej", - "delete-column": "Usuń kolumnę", - "delete-column-confirmation": "Czy na pewno chcesz usunąć tę kolumnę? Odpowiedni atrybut zostanie usunięty również z notatek pod tą kolumną.", - "new-item": "Nowy element", - "new-item-placeholder": "Wprowadź tytuł notatki...", - "add-column": "Dodaj kolumnę", - "add-column-placeholder": "Wprowadź nazwę kolumny...", - "edit-note-title": "Kliknij, aby edytować tytuł notatki", - "edit-column-title": "Kliknij, aby edytować tytuł kolumny", - "delete-note": "Usuń notatkę...", - "remove-from-board": "Usuń z tablicy", - "archive-note": "Archiwizuj notatkę", - "unarchive-note": "Przywróć notatkę z archiwum", - "column-already-exists": "Ta kolumna już istnieje na tablicy." - }, - "command_palette": { - "tree-action-name": "Drzewo: {{name}}", - "export_note_title": "Eksportuj notatkę", - "export_note_description": "Eksportuj bieżącą notatkę", - "show_attachments_title": "Pokaż załączniki", - "show_attachments_description": "Wyświetl załączniki notatki", - "search_notes_title": "Szukaj notatek", - "search_notes_description": "Otwórz zaawansowane wyszukiwanie", - "search_subtree_title": "Szukaj w poddrzewie", - "search_subtree_description": "Szukaj w bieżącym poddrzewie", - "search_history_title": "Pokaż historię wyszukiwania", - "search_history_description": "Wyświetl poprzednie wyszukiwania", - "configure_launch_bar_title": "Konfiguruj pasek szybkiego dostępu", - "configure_launch_bar_description": "Otwórz konfigurację paska szybkiego dostępu, aby dodać lub usunąć elementy." - }, - "content_renderer": { - "open_externally": "Otwórz zewnętrznie" - }, - "modal": { - "close": "Zamknij", - "help_title": "Wyświetl więcej informacji o tym ekranie" - }, - "call_to_action": { - "next_theme_title": "Wypróbuj nowy motyw Trilium", - "next_theme_message": "Obecnie używasz starszego motywu (legacy), czy chciałbyś wypróbować nowy motyw?", - "next_theme_button": "Wypróbuj nowy motyw", - "background_effects_title": "Efekty tła są teraz stabilne", - "dismiss": "Odrzuć", - "background_effects_button": "Włącz efekty tła", - "background_effects_message": "Na urządzeniach z systemem Windows efekty tła są teraz w pełni stabilne. Efekty tła dodają odrobinę koloru do interfejsu użytkownika poprzez rozmycie tła za nim. Ta technika jest również stosowana w innych aplikacjach, takich jak Eksplorator Windows.", - "new_layout_title": "Nowy układ", - "new_layout_message": "Wprowadziliśmy zmodernizowany układ interfejsu dla Trilium. Wstążka została usunięta i płynnie zintegrowana z głównym interfejsem, a jej kluczowe funkcje przejęły nowy pasek stanu i rozwijane sekcje (takie jak promowane atrybuty).\n\nNowy układ jest domyślnie włączony i można go tymczasowo wyłączyć w Ustawienia → Wygląd.", - "new_layout_button": "Szczegóły" - }, - "settings": { - "related_settings": "Powiązane ustawienia" - }, - "settings_appearance": { - "related_code_blocks": "Schemat kolorów dla bloków kodu w notatkach tekstowych", - "related_code_notes": "Schemat kolorów dla notatek kodu", - "ui": "Interfejs użytkownika", - "ui_old_layout": "Stary układ", - "ui_new_layout": "Nowy układ" - }, - "units": { - "percentage": "%" - }, - "pagination": { - "page_title": "Strona {{startIndex}} - {{endIndex}}", - "total_notes": "{{count}} notatek" - }, - "collections": { - "rendering_error": "Nie można wyświetlić zawartości z powodu błędu." - }, - "add_label": { - "add_label": "Dodaj etykietę", - "label_name_placeholder": "nazwa etykiety", - "label_name_title": "Dozwolone są znaki alfanumeryczne, podkreślenie i dwukropek.", - "to_value": "na wartość", - "new_value_placeholder": "nowa wartość", - "help_text": "Na wszystkich dopasowanych notatkach:", - "help_text_item2": "lub zmień wartość istniejącej etykiety", - "help_text_item1": "utwórz podaną etykietę, jeśli notatka jeszcze jej nie ma", - "help_text_note": "Możesz również wywołać tę metodę bez wartości, w takim przypadku etykieta zostanie przypisana do notatki bez wartości." - }, - "attribute_detail": { - "delete": "Usuń", - "related_notes_title": "Inne notatki z tą etykietą", - "more_notes": "Więcej notatek", - "label": "Szczegóły etykiety", - "label_definition": "Szczegóły definicji etykiety", - "relation": "Szczegóły relacji", - "relation_definition": "Szczegóły definicji relacji", - "disable_versioning": "wyłącza automatyczne wersjonowanie. Przydatne np. dla dużych, ale mało ważnych notatek - np. dużych bibliotek JS używanych do skryptów", - "precision": "Precyzja", - "digits": "cyfry", - "inverse_relation_title": "Opcjonalne ustawienie określające, do której relacji ta jest odwrotna. Przykład: Ojciec - Syn to relacje odwrotne.", - "inverse_relation": "Relacja odwrotna", - "attr_detail_title": "Tytuł szczegółów atrybutu", - "close_button_title": "Anuluj zmiany i zamknij", - "attr_is_owned_by": "Atrybut należy do", - "attr_name_title": "Nazwa atrybutu może składać się wyłącznie ze znaków alfanumerycznych, dwukropka i podkreślenia", - "name": "Nazwa", - "value": "Wartość", - "target_note_title": "Relacja to nazwane połączenie między notatką źródłową a docelową.", - "target_note": "Notatka docelowa", - "promoted_title": "Wyróżniony atrybut jest wyświetlany w widocznym miejscu notatki.", - "promoted": "Wyróżniony", - "promoted_alias_title": "Nazwa wyświetlana w interfejsie wyróżnionych atrybutów.", - "promoted_alias": "Alias", - "multiplicity_title": "Krotność określa, ile atrybutów o tej samej nazwie można utworzyć - maksymalnie 1 lub więcej niż 1.", - "multiplicity": "Krotność", - "single_value": "Pojedyncza wartość", - "multi_value": "Wiele wartości", - "label_type_title": "Typ etykiety pomoże Trilium wybrać odpowiedni interfejs do wprowadzenia wartości etykiety.", - "label_type": "Typ", - "text": "Tekst", - "number": "Liczba", - "boolean": "Wartość logiczna", - "date": "Data", - "date_time": "Data i godzina", - "time": "Godzina", - "url": "URL", - "precision_title": "Ile cyfr po przecinku powinno być dostępnych w interfejsie ustawiania wartości.", - "inheritable_title": "Atrybut dziedziczony będzie dziedziczony przez wszystkie elementy podrzędne w tym drzewie.", - "inheritable": "Dziedziczony", - "save_and_close": "Zapisz i zamknij Ctrl+Enter", - "calendar_root": "oznacza notatkę, która powinna być używana jako korzeń dla notatek dziennych. Tylko jedna powinna być tak oznaczona.", - "archived": "notatki z tą etykietą domyślnie nie będą widoczne w wynikach wyszukiwania (również w oknach Przejdź do, Dodaj link itp.).", - "exclude_from_export": "notatki (wraz z ich poddrzewem) nie zostaną uwzględnione w żadnym eksporcie notatek", - "run": "określa, przy jakich zdarzeniach skrypt powinien zostać uruchomiony. Możliwe wartości:\n
    \n
  • frontendStartup - gdy frontend Trilium uruchamia się (lub jest odświeżany), ale nie na urządzeniach mobilnych.
  • \n
  • mobileStartup - gdy frontend Trilium uruchamia się (lub jest odświeżany) na urządzeniach mobilnych.
  • \n
  • backendStartup - gdy backend Trilium uruchamia się
  • \n
  • hourly - uruchamiaj raz na godzinę. Możesz użyć dodatkowej etykiety runAtHour, aby określić godzinę.
  • \n
  • daily - uruchamiaj raz dziennie
  • \n
", - "run_on_instance": "Zdefiniuj, która instancja Trilium powinna to uruchomić. Domyślnie wszystkie instancje.", - "run_at_hour": "O której godzinie powinno to zostać uruchomione. Należy używać razem z #run=hourly. Można zdefiniować wielokrotnie dla większej liczby uruchomień w ciągu dnia.", - "disable_inclusion": "skrypty z tą etykietą nie zostaną uwzględnione w wykonaniu skryptu nadrzędnego.", - "sorted": "utrzymuje notatki podrzędne posortowane alfabetycznie według tytułu", - "sort_direction": "ASC (domyślnie) lub DESC", - "sort_folders_first": "Foldery (notatki z elementami podrzędnymi) powinny być sortowane na górze", - "top": "utrzymaj daną notatkę na górze w jej rodzicu (dotyczy tylko posortowanych rodziców)", - "hide_promoted_attributes": "Ukryj wyróżnione atrybuty w tej notatce", - "read_only": "edytor jest w trybie tylko do odczytu. Działa tylko dla notatek tekstowych i kodowych.", - "auto_read_only_disabled": "notatki tekstowe/kodowe mogą być automatycznie ustawiane w tryb odczytu, gdy są zbyt duże. Możesz wyłączyć to zachowanie dla poszczególnych notatek, dodając tę etykietę", - "app_css": "oznacza notatki CSS, które są ładowane do aplikacji Trilium i mogą być używane do modyfikowania wyglądu Trilium.", - "app_theme": "oznacza notatki CSS, które są pełnymi motywami Trilium i są dostępne w opcjach Trilium.", - "app_theme_base": "ustaw na \"next\", \"next-light\" lub \"next-dark\", aby użyć odpowiedniego motywu TriliumNext (auto, jasny lub ciemny) jako bazy dla własnego motywu, zamiast starszego (legacy).", - "css_class": "wartość tej etykiety jest dodawana jako klasa CSS do węzła reprezentującego daną notatkę w drzewie. Może to być przydatne do zaawansowanego stylowania. Można używać w notatkach szablonów.", - "icon_class": "wartość tej etykiety jest dodawana jako klasa CSS do ikony w drzewie, co może pomóc wizualnie odróżnić notatki. Przykładem może być bx bx-home - ikony pochodzą z boxicons. Można używać w notatkach szablonów.", - "page_size": "liczba elementów na stronę w liście notatek", - "custom_request_handler": "zobacz Niestandardowa obsługa żądań", - "custom_resource_provider": "zobacz Niestandardowa obsługa żądań", - "widget": "oznacza tę notatkę jako niestandardowy widżet, który zostanie dodany do drzewa komponentów Trilium", - "workspace": "oznacza tę notatkę jako obszar roboczy, który umożliwia łatwe zawężanie widoku (hoisting)", - "workspace_icon_class": "definiuje klasę CSS box icon, która będzie używana w karcie po zawężeniu widoku do tej notatki", - "workspace_tab_background_color": "kolor CSS używany w karcie notatki po zawężeniu widoku do tej notatki", - "workspace_calendar_root": "Definiuje korzeń kalendarza dla obszaru roboczego", - "workspace_template": "Ta notatka pojawi się w wyborze dostępnych szablonów podczas tworzenia nowej notatki, ale tylko po zawężeniu widoku do obszaru roboczego zawierającego ten szablon", - "search_home": "nowe notatki wyszukiwania będą tworzone jako dzieci tej notatki", - "workspace_search_home": "nowe notatki wyszukiwania będą tworzone jako dzieci tej notatki, gdy widok zostanie zawężony do przodka tej notatki obszaru roboczego", - "inbox": "domyślna lokalizacja skrzynki odbiorczej dla nowych notatek - gdy tworzysz notatkę przy użyciu przycisku \"nowa notatka\" na pasku bocznym, notatki zostaną utworzone jako podrzędne w notatce oznaczonej etykietą #inbox.", - "workspace_inbox": "domyślna lokalizacja skrzynki odbiorczej dla nowych notatek, gdy widok jest zawężony do przodka tej notatki obszaru roboczego", - "sql_console_home": "domyślna lokalizacja notatek konsoli SQL", - "bookmark_folder": "notatka z tą etykietą pojawi się w zakładkach jako folder (umożliwiając dostęp do jej dzieci)", - "share_hidden_from_tree": "ta notatka jest ukryta w lewym drzewie nawigacyjnym, ale nadal dostępna przez jej adres URL", - "share_external_link": "notatka będzie działać jako link do zewnętrznej strony internetowej w drzewie udostępniania", - "share_alias": "zdefiniuj alias, za pomocą którego notatka będzie dostępna pod adresem https://twoj_host_trilium/share/[twoj_alias]", - "share_omit_default_css": "domyślny CSS strony udostępniania zostanie pominięty. Użyj, gdy wprowadzasz obszerne zmiany w stylu.", - "share_root": "oznacza notatkę, która jest serwowana pod adresem /share root.", - "share_description": "zdefiniuj tekst, który ma zostać dodany do tagu meta HTML description", - "share_raw": "notatka będzie serwowana w formacie surowym, bez otoczki HTML", - "share_disallow_robot_indexing": "zakaże indeksowania tej notatki przez roboty za pomocą nagłówka X-Robots-Tag: noindex", - "share_credentials": "wymagaj poświadczeń, aby uzyskać dostęp do tej udostępnionej notatki. Wartość powinna być w formacie 'użytkownik:hasło'. Nie zapomnij uczynić tego dziedziczonym, aby zastosować do notatek podrzędnych/obrazów.", - "share_index": "notatka z tą etykietą wylistuje wszystkie korzenie udostępnionych notatek", - "display_relations": "oddzielone przecinkami nazwy relacji, które powinny być wyświetlane. Wszystkie inne zostaną ukryte.", - "hide_relations": "oddzielone przecinkami nazwy relacji, które powinny być ukryte. Wszystkie inne zostaną wyświetlone.", - "title_template": "domyślny tytuł notatek utworzonych jako dzieci tej notatki. Wartość jest ewaluowana jako ciąg JavaScript \n i dzięki temu może być wzbogacona o dynamiczną zawartość za pomocą wstrzykniętych zmiennych now i parentNote. Przykłady:\n \n
    \n
  • Dzieła literackie ${parentNote.getLabelValue('authorName')}
  • \n
  • Log z ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n Zobacz wiki ze szczegółami, dokumentację API dla parentNote oraz now po więcej szczegółów.", - "template": "Ta notatka pojawi się w wyborze dostępnych szablonów podczas tworzenia nowej notatki", - "toc": "#toc lub #toc=show wymusi pokazanie spisu treści, #toc=hide wymusi jego ukrycie. Jeśli etykieta nie istnieje, przestrzegane jest ustawienie globalne", - "color": "definiuje kolor notatki w drzewie notatek, linkach itp. Użyj dowolnej poprawnej wartości koloru CSS, np. 'red' lub #a13d5f", - "keyboard_shortcut": "Definiuje skrót klawiszowy, który natychmiast przeskoczy do tej notatki. Przykład: 'ctrl+alt+e'. Wymaga przeładowania frontendu, aby zmiana weszła w życie.", - "keep_current_hoisting": "Otwarcie tego linku nie zmieni zawężenia widoku (hoisting), nawet jeśli notatka nie jest widoczna w obecnie zawężonym poddrzewie.", - "execute_button": "Tytuł przycisku, który wykona bieżącą notatkę kodu", - "execute_description": "Dłuższy opis bieżącej notatki kodu wyświetlany razem z przyciskiem wykonania", - "exclude_from_note_map": "Notatki z tą etykietą będą ukryte na Mapie notatek", - "new_notes_on_top": "Nowe notatki będą tworzone na górze notatki nadrzędnej, a nie na dole.", - "hide_highlight_widget": "Ukryj widżet listy wyróżnień", - "run_on_note_creation": "wykonuje się, gdy notatka jest tworzona na backendzie. Użyj tej relacji, jeśli chcesz uruchomić skrypt dla wszystkich notatek utworzonych w określonym poddrzewie. W takim przypadku utwórz go w notatce korzenia poddrzewa i uczyń go dziedziczonym. Nowa notatka utworzona w poddrzewie (na dowolnej głębokości) wyzwoli skrypt.", - "run_on_child_note_creation": "wykonuje się, gdy nowa notatka jest tworzona pod notatką, w której zdefiniowana jest ta relacja", - "run_on_note_title_change": "wykonuje się, gdy tytuł notatki zostanie zmieniony (obejmuje również utworzenie notatki)", - "run_on_note_content_change": "wykonuje się, gdy treść notatki zostanie zmieniona (obejmuje również utworzenie notatki).", - "run_on_note_change": "wykonuje się, gdy notatka zostanie zmieniona (obejmuje również utworzenie notatki). Nie obejmuje zmian treści", - "run_on_note_deletion": "wykonuje się, gdy notatka jest usuwana", - "run_on_branch_creation": "wykonuje się, gdy tworzona jest gałąź. Gałąź to połączenie między notatką nadrzędną a podrzędną, tworzone np. podczas klonowania lub przenoszenia notatki.", - "run_on_branch_change": "wykonuje się, gdy gałąź jest aktualizowana.", - "run_on_branch_deletion": "wykonuje się, gdy gałąź jest usuwana. Gałąź to połączenie między notatką nadrzędną a podrzędną, usuwane np. podczas przenoszenia notatki (stara gałąź/link jest usuwana).", - "run_on_attribute_creation": "wykonuje się, gdy tworzony jest nowy atrybut dla notatki, która definiuje tę relację", - "run_on_attribute_change": " wykonuje się, gdy zmieniany jest atrybut notatki, która definiuje tę relację. Jest to wyzwalane również, gdy atrybut jest usuwany", - "relation_template": "atrybuty notatki będą dziedziczone nawet bez relacji rodzic-dziecko, treść notatki i poddrzewo zostaną dodane do notatek instancji, jeśli są puste. Zobacz dokumentację, aby uzyskać szczegóły.", - "inherit": "atrybuty notatki będą dziedziczone nawet bez relacji rodzic-dziecko. Zobacz relację szablonu dla podobnej koncepcji. Zobacz dziedziczenie atrybutów w dokumentacji.", - "render_note": "notatki typu \"render HTML note\" będą renderowane przy użyciu notatki kodu (HTML lub skrypt) i konieczne jest wskazanie za pomocą tej relacji, która notatka powinna zostać wyrenderowana", - "widget_relation": "cel tej relacji zostanie wykonany i wyrenderowany jako widżet na pasku bocznym", - "share_css": "Notatka CSS, która zostanie wstrzyknięta na stronę udostępniania. Notatka CSS musi znajdować się również w udostępnionym poddrzewie. Rozważ użycie również 'share_hidden_from_tree' i 'share_omit_default_css'.", - "share_js": "Notatka JavaScript, która zostanie wstrzyknięta na stronę udostępniania. Notatka JS musi znajdować się również w udostępnionym poddrzewie. Rozważ użycie 'share_hidden_from_tree'.", - "share_template": "Osadzona notatka JavaScript, która zostanie użyta jako szablon do wyświetlania udostępnionej notatki. W przypadku braku używany jest szablon domyślny. Rozważ użycie 'share_hidden_from_tree'.", - "share_favicon": "Notatka Favicon do ustawienia na udostępnionej stronie. Zazwyczaj chcesz ustawić ją w korzeniu udostępniania i uczynić dziedziczoną. Notatka Favicon musi znajdować się również w udostępnionym poddrzewie. Rozważ użycie 'share_hidden_from_tree'.", - "is_owned_by_note": "jest własnością notatki", - "other_notes_with_name": "Inne notatki z {{attributeType}} nazwa \"{{attributeName}}\"", - "and_more": "... i {{count}} więcej.", - "print_landscape": "Podczas eksportowania do PDF zmienia orientację strony na poziomą zamiast pionowej.", - "print_page_size": "Podczas eksportowania do PDF zmienia rozmiar strony. Obsługiwane wartości: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", - "color_type": "Kolor" - }, - "import": { - "importIntoNote": "Importuj do notatki", - "chooseImportFile": "Wybierz plik importu", - "importDescription": "Zawartość wybranego pliku/plików zostanie zaimportowana jako notatka/notatki podrzędne do", - "options": "Opcje", - "shrinkImages": "Zmniejsz obrazy", - "safeImport": "Bezpieczny import", - "import-status": "Status importu", - "in-progress": "Import w toku: {{progress}}", - "successful": "Import zakończony pomyślnie.", - "safeImportTooltip": "Pliki eksportu .zip Trilium mogą zawierać skrypty wykonywalne, które mogą mieć szkodliwe działanie. Bezpieczny import dezaktywuje automatyczne wykonywanie wszystkich zaimportowanych skryptów. Odznacz \"Bezpieczny import\" tylko wtedy, gdy importowane archiwum ma zawierać skrypty i całkowicie ufasz zawartości pliku importu.", - "import": "Importuj", - "failed": "Import nie powiódł się: {{message}}.", - "html_import_tags": { - "title": "Tagi importu HTML", - "description": "Skonfiguruj, które tagi HTML powinny zostać zachowane podczas importowania notatek. Tagi spoza tej listy zostaną usunięte podczas importu. Niektóre tagi (jak 'script') są zawsze usuwane ze względów bezpieczeństwa.", - "placeholder": "Wprowadź tagi HTML, jeden w wierszu", - "reset_button": "Przywróć listę domyślną" + "confirm": { + "ok": "OK", + "cancel": "Anuluj", + "confirmation": "Potwierdzenie", + "are_you_sure_remove_note": "Czy na pewno chcesz usunąć notatkę \"{{title}}\" z mapy relacji? ", + "if_you_dont_check": "Jeśli tego nie zaznaczysz, notatka zostanie usunięta tylko z mapy relacji.", + "also_delete_note": "Usuń również notatkę" }, - "explodeArchivesTooltip": "Jeśli zaznaczone, Trilium odczyta pliki .zip, .enex i .opml i utworzy notatki z plików wewnątrz tych archiwów. Jeśli odznaczone, Trilium dołączy same archiwa do notatki.", - "explodeArchives": "Czytaj zawartość archiwów .zip, .enex i .opml.", - "shrinkImagesTooltip": "

Jeśli zaznaczysz tę opcję, Trilium spróbuje zmniejszyć importowane obrazy poprzez skalowanie i optymalizację, co może wpłynąć na postrzeganą jakość obrazu. Jeśli odznaczone, obrazy zostaną zaimportowane bez zmian.

Nie dotyczy to importu .zip z metadanymi, ponieważ zakłada się, że te pliki są już zoptymalizowane.

", - "textImportedAsText": "Importuj HTML, Markdown i TXT jako notatki tekstowe, jeśli metadane nie wskazują inaczej", - "codeImportedAsCode": "Importuj rozpoznane pliki kodu (np. .json) jako notatki kodu, jeśli metadane nie wskazują inaczej", - "replaceUnderscoresWithSpaces": "Zamień znaki podkreślenia na spacje w nazwach importowanych notatek", - "importZipRecommendation": "Podczas importowania pliku ZIP hierarchia notatek będzie odzwierciedlać strukturę podkatalogów w archiwum." - }, - "image_properties": { - "title": "Obraz", - "original_file_name": "Oryginalna nazwa pliku", - "file_type": "Typ pliku", - "file_size": "Rozmiar pliku", - "download": "Pobierz", - "open": "Otwórz", - "copy_reference_to_clipboard": "Kopiuj odniesienie do schowka", - "upload_new_revision": "Prześlij nową wersję", - "upload_success": "Nowa wersja obrazu została przesłana.", - "upload_failed": "Przesłanie nowej wersji obrazu nie powiodło się: {{message}}" - }, - "inherited_attribute_list": { - "title": "Dziedziczone atrybuty", - "no_inherited_attributes": "Brak dziedziczonych atrybutów.", - "none": "brak" - }, - "note_info_widget": { - "note_id": "ID notatki", - "created": "Utworzono", - "modified": "Zmodyfikowano", - "type": "Typ", - "note_size": "Rozmiar notatki", - "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", - "subtree_size": "(rozmiar poddrzewa: {{size}} w {{count}} notatkach)", - "title": "Info o notatce", - "show_similar_notes": "Pokaż podobne notatki", - "mime": "Typ MIME" - }, - "note_map": { - "open_full": "Rozwiń do pełnego", - "collapse": "Zwiń do normalnego rozmiaru", - "title": "Mapa notatek", - "fix-nodes": "Zablokuj węzły", - "link-distance": "Dystans łączy" - }, - "note_paths": { - "title": "Ścieżki notatki", - "clone_button": "Sklonuj notatkę do nowej lokalizacji...", - "intro_placed": "Ta notatka jest umieszczona w następujących ścieżkach:", - "intro_not_placed": "Ta notatka nie jest jeszcze umieszczona w drzewie notatek.", - "outside_hoisted": "Ta ścieżka znajduje się poza zawężonym widokiem (hoisted note) i musisz cofnąć zawężenie.", - "archived": "Zarchiwizowana", - "search": "Szukaj" - }, - "note_properties": { - "this_note_was_originally_taken_from": "Ta notatka została pierwotnie pobrana z:", - "info": "Info" - }, - "owned_attribute_list": { - "owned_attributes": "Posiadane atrybuty" - }, - "promoted_attributes": { - "promoted_attributes": "Wyróżnione atrybuty", - "unset-field-placeholder": "nie ustawiono", - "url_placeholder": "http://strona...", - "open_external_link": "Otwórz link zewnętrzny", - "unknown_label_type": "Nieznany typ etykiety '{{type}}'", - "unknown_attribute_type": "Nieznany typ atrybutu '{{type}}'", - "add_new_attribute": "Dodaj nowy atrybut", - "remove_this_attribute": "Usuń ten atrybut", - "remove_color": "Usuń etykietę koloru" - }, - "script_executor": { - "query": "Zapytanie", - "script": "Skrypt", - "execute_query": "Wykonaj zapytanie", - "execute_script": "Wykonaj skrypt" - }, - "search_definition": { - "add_search_option": "Dodaj opcję wyszukiwania:", - "search_string": "ciąg wyszukiwania", - "search_script": "skrypt wyszukiwania", - "ancestor": "przodek", - "fast_search": "szybkie wyszukiwanie", - "fast_search_description": "Opcja szybkiego wyszukiwania wyłącza pełnotekstowe przeszukiwanie treści notatek, co może przyspieszyć wyszukiwanie w dużych bazach danych.", - "include_archived": "uwzględnij zarchiwizowane", - "include_archived_notes_description": "Zarchiwizowane notatki są domyślnie wykluczone z wyników wyszukiwania, ta opcja spowoduje ich uwzględnienie.", - "order_by": "sortuj według", - "limit": "limit", - "limit_description": "Ogranicz liczbę wyników", - "save_to_note": "Zapisz do notatki", - "search_parameters": "Parametry wyszukiwania", - "unknown_search_option": "Nieznana opcja wyszukiwania {{searchOptionName}}", - "search_note_saved": "Notatka wyszukiwania została zapisana w {{- notePathTitle}}", - "actions_executed": "Akcje zostały wykonane.", - "debug": "debug", - "debug_description": "Debugowanie wypisze dodatkowe informacje debugowania w konsoli, aby pomóc w debugowaniu złożonych zapytań", - "action": "akcja", - "search_button": "Szukaj", - "search_execute": "Szukaj i wykonaj akcje", - "view_options": "Ustawienia widoku:" - }, - "similar_notes": { - "title": "Podobne notatki", - "no_similar_notes_found": "Nie znaleziono podobnych notatek." - }, - "abstract_search_option": { - "remove_this_search_option": "Usuń tę opcję wyszukiwania", - "failed_rendering": "Nie udało się wyrenderować opcji wyszukiwania: {{dto}} z błędem: {{error}} {{stack}}" - }, - "ancestor": { - "label": "Przodek", - "placeholder": "wyszukaj notatkę po nazwie", - "depth_label": "głębokość", - "depth_doesnt_matter": "nie ma znaczenia", - "depth_eq": "wynosi dokładnie {{count}}", - "direct_children": "bezpośrednie elementy podrzędne", - "depth_gt": "jest większa niż {{count}}", - "depth_lt": "jest mniejsza niż {{count}}" - }, - "debug": { - "debug": "Debug", - "debug_info": "Debugowanie wypisze dodatkowe informacje debugowania w konsoli, aby pomóc w debugowaniu złożonych zapytań.", - "access_info": "Aby uzyskać dostęp do informacji debugowania, wykonaj zapytanie i kliknij \"Pokaż log backendu\" w lewym górnym rogu." - }, - "fast_search": { - "fast_search": "Szybkie wyszukiwanie", - "description": "Opcja szybkiego wyszukiwania wyłącza pełnotekstowe przeszukiwanie treści notatek, co może przyspieszyć wyszukiwanie w dużych bazach danych." - }, - "file_properties": { - "download": "Pobierz", - "open": "Otwórz zewnętrznie", - "upload_new_revision": "Prześlij nową wersję", - "upload_success": "Nowa wersja pliku została przesłana.", - "upload_failed": "Przesłanie nowej wersji pliku nie powiodło się.", - "title": "Plik", - "note_id": "ID notatki", - "original_file_name": "Oryginalna nazwa pliku", - "file_type": "Typ pliku", - "file_size": "Rozmiar pliku" - }, - "include_note": { - "label_note": "Notatka", - "placeholder_search": "wyszukaj notatkę po nazwie", - "dialog_title": "Dołącz notatkę", - "button_include": "Dołącz notatkę", - "box_size_prompt": "Rozmiar pola dołączonej notatki:", - "box_size_small": "mały (~ 10 linii)", - "box_size_medium": "średni (~ 30 linii)", - "box_size_full": "pełny (pole pokazuje cały tekst)" - }, - "info": { - "closeButton": "Zamknij", - "okButton": "OK", - "modalTitle": "Informacja", - "copy_to_clipboard": "Kopiuj do schowka" - }, - "jump_to_note": { - "search_placeholder": "Szukaj notatki po nazwie lub wpisz > dla poleceń...", - "search_button": "Szukaj w pełnym tekście" - }, - "markdown_import": { - "dialog_title": "Import Markdown", - "import_button": "Importuj", - "import_success": "Treść Markdown została zaimportowana do dokumentu.", - "modal_body_text": "Ze względu na ograniczenia przeglądarki (sandbox) nie można bezpośrednio odczytać schowka z poziomu JavaScript. Proszę wkleić treść Markdown do zaimportowania w poniższe pole tekstowe i kliknąć przycisk Importuj" - }, - "limit": { - "limit": "Limit", - "take_first_x_results": "Weź tylko pierwsze X określonych wyników." - }, - "link_context_menu": { - "open_note_in_popup": "Szybka edycja", - "open_note_in_new_tab": "Otwórz notatkę w nowej karcie", - "open_note_in_new_split": "Otwórz notatkę w nowym podziale", - "open_note_in_new_window": "Otwórz notatkę w nowym oknie", - "open_note_in_other_split": "Otwórz notatkę w drugim podziale" - }, - "electron_integration": { - "desktop-application": "Aplikacja desktopowa", - "native-title-bar": "Natywny pasek tytułu", - "native-title-bar-description": "Dla Windows i macOS, wyłączenie natywnego paska tytułu sprawia, że aplikacja wygląda bardziej kompaktowo. Na Linuxie, włączenie natywnego paska tytułu lepiej integruje się z resztą systemu.", - "background-effects": "Włącz efekty tła (tylko Windows 11)", - "background-effects-description": "Efekt Mica dodaje rozmyte, stylowe tło do okien aplikacji, tworząc głębię i nowoczesny wygląd. \"Natywny pasek tytułu\" musi być wyłączony.", - "restart-app-button": "Zrestartuj aplikację, aby zobaczyć zmiany", - "zoom-factor": "Współczynnik powiększenia" - }, - "electron_context_menu": { - "cut": "Wytnij", - "copy": "Kopiuj", - "copy-link": "Kopiuj link", - "paste": "Wklej", - "paste-as-plain-text": "Wklej jako zwykły tekst", - "search_online": "Szukaj \"{{term}}\" w {{searchEngine}}", - "add-term-to-dictionary": "Dodaj \"{{term}}\" do słownika", - "search_in_trilium": "Szukaj \"{{term}}\" w Trilium" - }, - "image_context_menu": { - "copy_reference_to_clipboard": "Kopiuj odniesienie do schowka", - "copy_image_to_clipboard": "Kopiuj obraz do schowka" - }, - "note_autocomplete": { - "clear-text-field": "Wyczyść pole tekstowe", - "show-recent-notes": "Pokaż ostatnie notatki", - "full-text-search": "Wyszukiwanie pełnotekstowe", - "search-for": "Szukaj \"{{term}}\"", - "create-note": "Utwórz i podlinkuj notatkę podrzędną \"{{term}}\"", - "insert-external-link": "Wstaw link zewnętrzny do \"{{term}}\"" - }, - "note_tooltip": { - "note-has-been-deleted": "Notatka została usunięta.", - "quick-edit": "Szybka edycja" - }, - "duration": { - "seconds": "Sekundy", - "minutes": "Minuty", - "hours": "Godziny", - "days": "Dni" - }, - "share": { - "title": "Ustawienia udostępniania", - "redirect_bare_domain": "Przekieruj domenę główną na stronę Udostępniania", - "redirect_bare_domain_description": "Przekieruj anonimowych użytkowników na stronę Udostępniania zamiast pokazywać Logowanie", - "show_login_link": "Pokaż link Logowania w motywie Udostępniania", - "show_login_link_description": "Dodaj link logowania w stopce strony Udostępniania", - "check_share_root": "Sprawdź status korzenia udostępniania", - "share_root_found": "Notatka korzenia udostępniania '{{noteTitle}}' jest gotowa", - "share_root_not_found": "Nie znaleziono notatki z etykietą #shareRoot", - "share_root_not_shared": "Notatka '{{noteTitle}}' ma etykietę #shareRoot, ale nie jest udostępniona" - }, - "tasks": { - "due": { - "today": "Dzisiaj", - "tomorrow": "Jutro", - "yesterday": "Wczoraj" + "delete_notes": { + "cancel": "Anuluj", + "close": "Zamknij", + "delete_notes_preview": "Podgląd usuwania notatek", + "delete_all_clones_description": "Usuń również wszystkie klony (można cofnąć w oknie Ostatnie zmiany)", + "erase_notes_description": "Normalne (miękkie) usuwanie jedynie oznacza notatki jako usunięte i można je przywrócić (w oknie Ostatnie zmiany) przez pewien czas. Zaznaczenie tej opcji spowoduje natychmiastowe wymazanie notatek i nie będzie możliwe ich przywrócenie.", + "erase_notes_warning": "Wymaż notatki trwale (nie można cofnąć), w tym wszystkie klony. Wymusi to przeładowanie aplikacji.", + "notes_to_be_deleted": "Następujące notatki zostaną usunięte ({{notesCount}})", + "no_note_to_delete": "Żadna notatka nie zostanie usunięta (tylko klony).", + "broken_relations_to_be_deleted": "Następujące relacje zostaną zerwane i usunięte ({{ relationCount}})", + "ok": "OK", + "deleted_relation_text": "Notatka {{- note}} (do usunięcia) jest powiązana relacją {{- relation}} pochodzącą z {{- source}}." + }, + "export": { + "close": "Zamknij", + "export_note_title": "Eksportuj notatkę", + "export_type_subtree": "Ta notatka i wszystkie jej elementy podrzędne", + "format_html": "HTML - zalecane, ponieważ zachowuje pełne formatowanie", + "format_html_zip": "HTML w archiwum ZIP - zalecane, ponieważ zachowuje pełne formatowanie.", + "format_markdown": "Markdown - zachowuje większość formatowania.", + "format_opml": "OPML - format wymiany konspektów (tylko tekst). Formatowanie, obrazy i pliki nie są dołączane.", + "opml_version_1": "OPML v1.0 - tylko zwykły tekst", + "opml_version_2": "OPML v2.0 - dopuszcza również HTML", + "export_type_single": "Tylko ta notatka (bez elementów podrzędnych)", + "export": "Eksportuj", + "choose_export_type": "Proszę najpierw wybrać typ eksportu", + "export_status": "Status eksportu", + "export_in_progress": "Eksport w toku: {{progressCount}}", + "export_finished_successfully": "Eksport zakończony pomyślnie.", + "format_pdf": "PDF - do druku lub udostępniania.", + "share-format": "HTML do publikacji w sieci - używa tego samego motywu co udostępnione notatki, ale może być opublikowany jako statyczna strona." + }, + "clone_to": { + "clone_notes_to": "Sklonuj notatki do...", + "notes_to_clone": "Notatki do sklonowania", + "search_for_note_by_its_name": "wyszukaj notatkę po nazwie", + "cloned_note_prefix_title": "Sklonowana notatka będzie wyświetlana w drzewie z podanym prefiksem", + "prefix_optional": "Prefiks (opcjonalnie)", + "clone_to_selected_note": "Sklonuj do wybranej notatki", + "no_path_to_clone_to": "Brak ścieżki do sklonowania.", + "note_cloned": "Notatka \"{{clonedTitle}}\" została sklonowana do \"{{targetTitle}}\"", + "help_on_links": "Pomoc dotycząca linków", + "target_parent_note": "Docelowa notatka nadrzędna" + }, + "help": { + "title": "Ściągawka", + "noteNavigation": "Nawigacja po notatkach", + "goUpDown": "idź w górę/dół listy notatek", + "collapseExpand": "zwiń/rozwiń węzeł", + "notSet": "nie ustawiono", + "goBackForwards": "idź wstecz / do przodu w historii", + "showJumpToNoteDialog": "pokaż okno \"Przejdź do\"", + "scrollToActiveNote": "przewiń do aktywnej notatki", + "jumpToParentNote": "przejdź do notatki nadrzędnej", + "collapseWholeTree": "zwiń całe drzewo notatek", + "collapseSubTree": "zwiń poddrzewo", + "tabShortcuts": "Skróty kart", + "newTabNoteLink": "na linku notatki otwiera notatkę w nowej karcie", + "newTabWithActivationNoteLink": "na linku notatki otwiera i aktywuje notatkę w nowej karcie", + "onlyInDesktop": "Tylko w wersji desktopowej (Electron)", + "openEmptyTab": "otwórz pustą kartę", + "closeActiveTab": "zamknij aktywną kartę", + "activateNextTab": "aktywuj następną kartę", + "activatePreviousTab": "aktywuj poprzednią kartę", + "creatingNotes": "Tworzenie notatek", + "createNoteAfter": "utwórz nową notatkę po aktywnej notatce", + "createNoteInto": "Utwórz nową podnotatkę w aktywnej notatce", + "editBranchPrefix": "edytuj prefiks klona aktywnej notatki", + "movingCloningNotes": "Przenoszenie / klonowanie notatek", + "moveNoteUpDown": "przesuń notatkę w górę/dół na liście", + "moveNoteUpHierarchy": "przesuń notatkę w górę w hierarchii", + "multiSelectNote": "wybierz wiele notatek powyżej/poniżej", + "selectAllNotes": "zaznacz wszystkie notatki na bieżącym poziomie", + "selectNote": "wybierz notatkę", + "copyNotes": "kopiuj aktywną notatkę (lub zaznaczenie) do schowka (używane do klonowania)", + "cutNotes": "wytnij bieżącą notatkę (lub zaznaczenie) do schowka (używane do przenoszenia)", + "pasteNotes": "wklej notatkę(-i) jako pod-notatkę do aktywnej notatki (jest to przeniesienie lub klonowanie w zależności od tego, czy użyto kopiuj czy wytnij)", + "deleteNotes": "usuń notatkę / poddrzewo", + "editingNotes": "Edycja notatek", + "other": "Inne", + "editNoteTitle": "w panelu drzewa przełącza z drzewa na tytuł notatki. Enter na tytule notatki przenosi fokus do edytora tekstu. Ctrl+. przełącza z powrotem z edytora do panelu drzewa.", + "createEditLink": "utwórz / edytuj link zewnętrzny", + "createInternalLink": "utwórz link wewnętrzny", + "followLink": "podążaj za linkiem pod kursorem", + "insertDateTime": "wstaw bieżącą datę i godzinę w pozycji karetki", + "markdownAutoformat": "Autoformatowanie w stylu Markdown", + "headings": "##, ###, #### itd. a następnie spacja dla nagłówków", + "bulletList": "* lub - a następnie spacja dla listy punktowanej", + "jumpToTreePane": "przeskocz do panelu drzewa i przewiń do aktywnej notatki", + "numberedList": "1. lub 1) a następnie spacja dla listy numerowanej", + "blockQuote": "rozpocznij linię znakiem > a następnie spacją dla cytatu blokowego", + "troubleshooting": "Rozwiązywanie problemów", + "reloadFrontend": "przeładuj frontend Trilium", + "showDevTools": "pokaż narzędzia deweloperskie", + "showSQLConsole": "pokaż konsolę SQL", + "quickSearch": "skupienie na szybkim wyszukiwaniu", + "inPageSearch": "wyszukiwanie na stronie", + "editShortcuts": "Edytuj skróty klawiszowe" + }, + "book_properties": { + "list": "Lista", + "view_type": "Typ widoku", + "grid": "Siatka", + "collapse_all_notes": "Zwiń wszystkie notatki", + "collapse": "Zwiń", + "expand": "Rozwiń", + "book_properties": "Właściwości kolekcji", + "invalid_view_type": "Nieprawidłowy typ widoku '{{type}}'", + "calendar": "Kalendarz", + "table": "Tabela", + "geo-map": "Mapa Geo", + "board": "Tablica", + "presentation": "Prezentacja", + "include_archived_notes": "Pokaż zarchiwizowane notatki", + "expand_tooltip": "Rozwija bezpośrednie elementy podrzędne tej kolekcji (o jeden poziom). Aby uzyskać więcej opcji, naciśnij strzałkę po prawej.", + "expand_first_level": "Rozwiń bezpośrednie elementy podrzędne", + "expand_nth_level": "Rozwiń {{depth}} poziomów", + "expand_all_levels": "Rozwiń wszystkie poziomy" + }, + "board_view": { + "move-to": "Przenieś do", + "insert-above": "Wstaw powyżej", + "insert-below": "Wstaw poniżej", + "delete-column": "Usuń kolumnę", + "delete-column-confirmation": "Czy na pewno chcesz usunąć tę kolumnę? Odpowiedni atrybut zostanie usunięty również z notatek pod tą kolumną.", + "new-item": "Nowy element", + "new-item-placeholder": "Wprowadź tytuł notatki...", + "add-column": "Dodaj kolumnę", + "add-column-placeholder": "Wprowadź nazwę kolumny...", + "edit-note-title": "Kliknij, aby edytować tytuł notatki", + "edit-column-title": "Kliknij, aby edytować tytuł kolumny", + "delete-note": "Usuń notatkę...", + "remove-from-board": "Usuń z tablicy", + "archive-note": "Archiwizuj notatkę", + "unarchive-note": "Przywróć notatkę z archiwum", + "column-already-exists": "Ta kolumna już istnieje na tablicy." + }, + "command_palette": { + "tree-action-name": "Drzewo: {{name}}", + "export_note_title": "Eksportuj notatkę", + "export_note_description": "Eksportuj bieżącą notatkę", + "show_attachments_title": "Pokaż załączniki", + "show_attachments_description": "Wyświetl załączniki notatki", + "search_notes_title": "Szukaj notatek", + "search_notes_description": "Otwórz zaawansowane wyszukiwanie", + "search_subtree_title": "Szukaj w poddrzewie", + "search_subtree_description": "Szukaj w bieżącym poddrzewie", + "search_history_title": "Pokaż historię wyszukiwania", + "search_history_description": "Wyświetl poprzednie wyszukiwania", + "configure_launch_bar_title": "Konfiguruj pasek szybkiego dostępu", + "configure_launch_bar_description": "Otwórz konfigurację paska szybkiego dostępu, aby dodać lub usunąć elementy." + }, + "content_renderer": { + "open_externally": "Otwórz zewnętrznie" + }, + "modal": { + "close": "Zamknij", + "help_title": "Wyświetl więcej informacji o tym ekranie" + }, + "call_to_action": { + "next_theme_title": "Wypróbuj nowy motyw Trilium", + "next_theme_message": "Obecnie używasz starszego motywu (legacy), czy chciałbyś wypróbować nowy motyw?", + "next_theme_button": "Wypróbuj nowy motyw", + "background_effects_title": "Efekty tła są teraz stabilne", + "dismiss": "Odrzuć", + "background_effects_button": "Włącz efekty tła", + "background_effects_message": "Na urządzeniach z systemem Windows efekty tła są teraz w pełni stabilne. Efekty tła dodają odrobinę koloru do interfejsu użytkownika poprzez rozmycie tła za nim. Ta technika jest również stosowana w innych aplikacjach, takich jak Eksplorator Windows.", + "new_layout_title": "Nowy układ", + "new_layout_message": "Wprowadziliśmy zmodernizowany układ interfejsu dla Trilium. Wstążka została usunięta i płynnie zintegrowana z głównym interfejsem, a jej kluczowe funkcje przejęły nowy pasek stanu i rozwijane sekcje (takie jak promowane atrybuty).\n\nNowy układ jest domyślnie włączony i można go tymczasowo wyłączyć w Ustawienia → Wygląd.", + "new_layout_button": "Szczegóły" + }, + "settings": { + "related_settings": "Powiązane ustawienia" + }, + "settings_appearance": { + "related_code_blocks": "Schemat kolorów dla bloków kodu w notatkach tekstowych", + "related_code_notes": "Schemat kolorów dla notatek kodu", + "ui": "Interfejs użytkownika", + "ui_old_layout": "Stary układ", + "ui_new_layout": "Nowy układ" + }, + "units": { + "percentage": "%" + }, + "pagination": { + "page_title": "Strona {{startIndex}} - {{endIndex}}", + "total_notes": "{{count}} notatek" + }, + "collections": { + "rendering_error": "Nie można wyświetlić zawartości z powodu błędu." + }, + "add_label": { + "add_label": "Dodaj etykietę", + "label_name_placeholder": "nazwa etykiety", + "label_name_title": "Dozwolone są znaki alfanumeryczne, podkreślenie i dwukropek.", + "to_value": "na wartość", + "new_value_placeholder": "nowa wartość", + "help_text": "Na wszystkich dopasowanych notatkach:", + "help_text_item2": "lub zmień wartość istniejącej etykiety", + "help_text_item1": "utwórz podaną etykietę, jeśli notatka jeszcze jej nie ma", + "help_text_note": "Możesz również wywołać tę metodę bez wartości, w takim przypadku etykieta zostanie przypisana do notatki bez wartości." + }, + "attribute_detail": { + "delete": "Usuń", + "related_notes_title": "Inne notatki z tą etykietą", + "more_notes": "Więcej notatek", + "label": "Szczegóły etykiety", + "label_definition": "Szczegóły definicji etykiety", + "relation": "Szczegóły relacji", + "relation_definition": "Szczegóły definicji relacji", + "disable_versioning": "wyłącza automatyczne wersjonowanie. Przydatne np. dla dużych, ale mało ważnych notatek - np. dużych bibliotek JS używanych do skryptów", + "precision": "Precyzja", + "digits": "cyfry", + "inverse_relation_title": "Opcjonalne ustawienie określające, do której relacji ta jest odwrotna. Przykład: Ojciec - Syn to relacje odwrotne.", + "inverse_relation": "Relacja odwrotna", + "attr_detail_title": "Tytuł szczegółów atrybutu", + "close_button_title": "Anuluj zmiany i zamknij", + "attr_is_owned_by": "Atrybut należy do", + "attr_name_title": "Nazwa atrybutu może składać się wyłącznie ze znaków alfanumerycznych, dwukropka i podkreślenia", + "name": "Nazwa", + "value": "Wartość", + "target_note_title": "Relacja to nazwane połączenie między notatką źródłową a docelową.", + "target_note": "Notatka docelowa", + "promoted_title": "Wyróżniony atrybut jest wyświetlany w widocznym miejscu notatki.", + "promoted": "Wyróżniony", + "promoted_alias_title": "Nazwa wyświetlana w interfejsie wyróżnionych atrybutów.", + "promoted_alias": "Alias", + "multiplicity_title": "Krotność określa, ile atrybutów o tej samej nazwie można utworzyć - maksymalnie 1 lub więcej niż 1.", + "multiplicity": "Krotność", + "single_value": "Pojedyncza wartość", + "multi_value": "Wiele wartości", + "label_type_title": "Typ etykiety pomoże Trilium wybrać odpowiedni interfejs do wprowadzenia wartości etykiety.", + "label_type": "Typ", + "text": "Tekst", + "number": "Liczba", + "boolean": "Wartość logiczna", + "date": "Data", + "date_time": "Data i godzina", + "time": "Godzina", + "url": "URL", + "precision_title": "Ile cyfr po przecinku powinno być dostępnych w interfejsie ustawiania wartości.", + "inheritable_title": "Atrybut dziedziczony będzie dziedziczony przez wszystkie elementy podrzędne w tym drzewie.", + "inheritable": "Dziedziczony", + "save_and_close": "Zapisz i zamknij Ctrl+Enter", + "calendar_root": "oznacza notatkę, która powinna być używana jako korzeń dla notatek dziennych. Tylko jedna powinna być tak oznaczona.", + "archived": "notatki z tą etykietą domyślnie nie będą widoczne w wynikach wyszukiwania (również w oknach Przejdź do, Dodaj link itp.).", + "exclude_from_export": "notatki (wraz z ich poddrzewem) nie zostaną uwzględnione w żadnym eksporcie notatek", + "run": "określa, przy jakich zdarzeniach skrypt powinien zostać uruchomiony. Możliwe wartości:\n
    \n
  • frontendStartup - gdy frontend Trilium uruchamia się (lub jest odświeżany), ale nie na urządzeniach mobilnych.
  • \n
  • mobileStartup - gdy frontend Trilium uruchamia się (lub jest odświeżany) na urządzeniach mobilnych.
  • \n
  • backendStartup - gdy backend Trilium uruchamia się
  • \n
  • hourly - uruchamiaj raz na godzinę. Możesz użyć dodatkowej etykiety runAtHour, aby określić godzinę.
  • \n
  • daily - uruchamiaj raz dziennie
  • \n
", + "run_on_instance": "Zdefiniuj, która instancja Trilium powinna to uruchomić. Domyślnie wszystkie instancje.", + "run_at_hour": "O której godzinie powinno to zostać uruchomione. Należy używać razem z #run=hourly. Można zdefiniować wielokrotnie dla większej liczby uruchomień w ciągu dnia.", + "disable_inclusion": "skrypty z tą etykietą nie zostaną uwzględnione w wykonaniu skryptu nadrzędnego.", + "sorted": "utrzymuje notatki podrzędne posortowane alfabetycznie według tytułu", + "sort_direction": "ASC (domyślnie) lub DESC", + "sort_folders_first": "Foldery (notatki z elementami podrzędnymi) powinny być sortowane na górze", + "top": "utrzymaj daną notatkę na górze w jej rodzicu (dotyczy tylko posortowanych rodziców)", + "hide_promoted_attributes": "Ukryj wyróżnione atrybuty w tej notatce", + "read_only": "edytor jest w trybie tylko do odczytu. Działa tylko dla notatek tekstowych i kodowych.", + "auto_read_only_disabled": "notatki tekstowe/kodowe mogą być automatycznie ustawiane w tryb odczytu, gdy są zbyt duże. Możesz wyłączyć to zachowanie dla poszczególnych notatek, dodając tę etykietę", + "app_css": "oznacza notatki CSS, które są ładowane do aplikacji Trilium i mogą być używane do modyfikowania wyglądu Trilium.", + "app_theme": "oznacza notatki CSS, które są pełnymi motywami Trilium i są dostępne w opcjach Trilium.", + "app_theme_base": "ustaw na \"next\", \"next-light\" lub \"next-dark\", aby użyć odpowiedniego motywu TriliumNext (auto, jasny lub ciemny) jako bazy dla własnego motywu, zamiast starszego (legacy).", + "css_class": "wartość tej etykiety jest dodawana jako klasa CSS do węzła reprezentującego daną notatkę w drzewie. Może to być przydatne do zaawansowanego stylowania. Można używać w notatkach szablonów.", + "icon_class": "wartość tej etykiety jest dodawana jako klasa CSS do ikony w drzewie, co może pomóc wizualnie odróżnić notatki. Przykładem może być bx bx-home - ikony pochodzą z boxicons. Można używać w notatkach szablonów.", + "page_size": "liczba elementów na stronę w liście notatek", + "custom_request_handler": "zobacz Niestandardowa obsługa żądań", + "custom_resource_provider": "zobacz Niestandardowa obsługa żądań", + "widget": "oznacza tę notatkę jako niestandardowy widżet, który zostanie dodany do drzewa komponentów Trilium", + "workspace": "oznacza tę notatkę jako obszar roboczy, który umożliwia łatwe zawężanie widoku (hoisting)", + "workspace_icon_class": "definiuje klasę CSS box icon, która będzie używana w karcie po zawężeniu widoku do tej notatki", + "workspace_tab_background_color": "kolor CSS używany w karcie notatki po zawężeniu widoku do tej notatki", + "workspace_calendar_root": "Definiuje korzeń kalendarza dla obszaru roboczego", + "workspace_template": "Ta notatka pojawi się w wyborze dostępnych szablonów podczas tworzenia nowej notatki, ale tylko po zawężeniu widoku do obszaru roboczego zawierającego ten szablon", + "search_home": "nowe notatki wyszukiwania będą tworzone jako dzieci tej notatki", + "workspace_search_home": "nowe notatki wyszukiwania będą tworzone jako dzieci tej notatki, gdy widok zostanie zawężony do przodka tej notatki obszaru roboczego", + "inbox": "domyślna lokalizacja skrzynki odbiorczej dla nowych notatek - gdy tworzysz notatkę przy użyciu przycisku \"nowa notatka\" na pasku bocznym, notatki zostaną utworzone jako podrzędne w notatce oznaczonej etykietą #inbox.", + "workspace_inbox": "domyślna lokalizacja skrzynki odbiorczej dla nowych notatek, gdy widok jest zawężony do przodka tej notatki obszaru roboczego", + "sql_console_home": "domyślna lokalizacja notatek konsoli SQL", + "bookmark_folder": "notatka z tą etykietą pojawi się w zakładkach jako folder (umożliwiając dostęp do jej dzieci)", + "share_hidden_from_tree": "ta notatka jest ukryta w lewym drzewie nawigacyjnym, ale nadal dostępna przez jej adres URL", + "share_external_link": "notatka będzie działać jako link do zewnętrznej strony internetowej w drzewie udostępniania", + "share_alias": "zdefiniuj alias, za pomocą którego notatka będzie dostępna pod adresem https://twoj_host_trilium/share/[twoj_alias]", + "share_omit_default_css": "domyślny CSS strony udostępniania zostanie pominięty. Użyj, gdy wprowadzasz obszerne zmiany w stylu.", + "share_root": "oznacza notatkę, która jest serwowana pod adresem /share root.", + "share_description": "zdefiniuj tekst, który ma zostać dodany do tagu meta HTML description", + "share_raw": "notatka będzie serwowana w formacie surowym, bez otoczki HTML", + "share_disallow_robot_indexing": "zakaże indeksowania tej notatki przez roboty za pomocą nagłówka X-Robots-Tag: noindex", + "share_credentials": "wymagaj poświadczeń, aby uzyskać dostęp do tej udostępnionej notatki. Wartość powinna być w formacie 'użytkownik:hasło'. Nie zapomnij uczynić tego dziedziczonym, aby zastosować do notatek podrzędnych/obrazów.", + "share_index": "notatka z tą etykietą wylistuje wszystkie korzenie udostępnionych notatek", + "display_relations": "oddzielone przecinkami nazwy relacji, które powinny być wyświetlane. Wszystkie inne zostaną ukryte.", + "hide_relations": "oddzielone przecinkami nazwy relacji, które powinny być ukryte. Wszystkie inne zostaną wyświetlone.", + "title_template": "domyślny tytuł notatek utworzonych jako dzieci tej notatki. Wartość jest ewaluowana jako ciąg JavaScript \n i dzięki temu może być wzbogacona o dynamiczną zawartość za pomocą wstrzykniętych zmiennych now i parentNote. Przykłady:\n \n
    \n
  • Dzieła literackie ${parentNote.getLabelValue('authorName')}
  • \n
  • Log z ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n Zobacz wiki ze szczegółami, dokumentację API dla parentNote oraz now po więcej szczegółów.", + "template": "Ta notatka pojawi się w wyborze dostępnych szablonów podczas tworzenia nowej notatki", + "toc": "#toc lub #toc=show wymusi pokazanie spisu treści, #toc=hide wymusi jego ukrycie. Jeśli etykieta nie istnieje, przestrzegane jest ustawienie globalne", + "color": "definiuje kolor notatki w drzewie notatek, linkach itp. Użyj dowolnej poprawnej wartości koloru CSS, np. 'red' lub #a13d5f", + "keyboard_shortcut": "Definiuje skrót klawiszowy, który natychmiast przeskoczy do tej notatki. Przykład: 'ctrl+alt+e'. Wymaga przeładowania frontendu, aby zmiana weszła w życie.", + "keep_current_hoisting": "Otwarcie tego linku nie zmieni zawężenia widoku (hoisting), nawet jeśli notatka nie jest widoczna w obecnie zawężonym poddrzewie.", + "execute_button": "Tytuł przycisku, który wykona bieżącą notatkę kodu", + "execute_description": "Dłuższy opis bieżącej notatki kodu wyświetlany razem z przyciskiem wykonania", + "exclude_from_note_map": "Notatki z tą etykietą będą ukryte na Mapie notatek", + "new_notes_on_top": "Nowe notatki będą tworzone na górze notatki nadrzędnej, a nie na dole.", + "hide_highlight_widget": "Ukryj widżet listy wyróżnień", + "run_on_note_creation": "wykonuje się, gdy notatka jest tworzona na backendzie. Użyj tej relacji, jeśli chcesz uruchomić skrypt dla wszystkich notatek utworzonych w określonym poddrzewie. W takim przypadku utwórz go w notatce korzenia poddrzewa i uczyń go dziedziczonym. Nowa notatka utworzona w poddrzewie (na dowolnej głębokości) wyzwoli skrypt.", + "run_on_child_note_creation": "wykonuje się, gdy nowa notatka jest tworzona pod notatką, w której zdefiniowana jest ta relacja", + "run_on_note_title_change": "wykonuje się, gdy tytuł notatki zostanie zmieniony (obejmuje również utworzenie notatki)", + "run_on_note_content_change": "wykonuje się, gdy treść notatki zostanie zmieniona (obejmuje również utworzenie notatki).", + "run_on_note_change": "wykonuje się, gdy notatka zostanie zmieniona (obejmuje również utworzenie notatki). Nie obejmuje zmian treści", + "run_on_note_deletion": "wykonuje się, gdy notatka jest usuwana", + "run_on_branch_creation": "wykonuje się, gdy tworzona jest gałąź. Gałąź to połączenie między notatką nadrzędną a podrzędną, tworzone np. podczas klonowania lub przenoszenia notatki.", + "run_on_branch_change": "wykonuje się, gdy gałąź jest aktualizowana.", + "run_on_branch_deletion": "wykonuje się, gdy gałąź jest usuwana. Gałąź to połączenie między notatką nadrzędną a podrzędną, usuwane np. podczas przenoszenia notatki (stara gałąź/link jest usuwana).", + "run_on_attribute_creation": "wykonuje się, gdy tworzony jest nowy atrybut dla notatki, która definiuje tę relację", + "run_on_attribute_change": " wykonuje się, gdy zmieniany jest atrybut notatki, która definiuje tę relację. Jest to wyzwalane również, gdy atrybut jest usuwany", + "relation_template": "atrybuty notatki będą dziedziczone nawet bez relacji rodzic-dziecko, treść notatki i poddrzewo zostaną dodane do notatek instancji, jeśli są puste. Zobacz dokumentację, aby uzyskać szczegóły.", + "inherit": "atrybuty notatki będą dziedziczone nawet bez relacji rodzic-dziecko. Zobacz relację szablonu dla podobnej koncepcji. Zobacz dziedziczenie atrybutów w dokumentacji.", + "render_note": "notatki typu \"render HTML note\" będą renderowane przy użyciu notatki kodu (HTML lub skrypt) i konieczne jest wskazanie za pomocą tej relacji, która notatka powinna zostać wyrenderowana", + "widget_relation": "cel tej relacji zostanie wykonany i wyrenderowany jako widżet na pasku bocznym", + "share_css": "Notatka CSS, która zostanie wstrzyknięta na stronę udostępniania. Notatka CSS musi znajdować się również w udostępnionym poddrzewie. Rozważ użycie również 'share_hidden_from_tree' i 'share_omit_default_css'.", + "share_js": "Notatka JavaScript, która zostanie wstrzyknięta na stronę udostępniania. Notatka JS musi znajdować się również w udostępnionym poddrzewie. Rozważ użycie 'share_hidden_from_tree'.", + "share_template": "Osadzona notatka JavaScript, która zostanie użyta jako szablon do wyświetlania udostępnionej notatki. W przypadku braku używany jest szablon domyślny. Rozważ użycie 'share_hidden_from_tree'.", + "share_favicon": "Notatka Favicon do ustawienia na udostępnionej stronie. Zazwyczaj chcesz ustawić ją w korzeniu udostępniania i uczynić dziedziczoną. Notatka Favicon musi znajdować się również w udostępnionym poddrzewie. Rozważ użycie 'share_hidden_from_tree'.", + "is_owned_by_note": "jest własnością notatki", + "other_notes_with_name": "Inne notatki z {{attributeType}} nazwa \"{{attributeName}}\"", + "and_more": "... i {{count}} więcej.", + "print_landscape": "Podczas eksportowania do PDF zmienia orientację strony na poziomą zamiast pionowej.", + "print_page_size": "Podczas eksportowania do PDF zmienia rozmiar strony. Obsługiwane wartości: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", + "color_type": "Kolor" + }, + "import": { + "importIntoNote": "Importuj do notatki", + "chooseImportFile": "Wybierz plik importu", + "importDescription": "Zawartość wybranego pliku/plików zostanie zaimportowana jako notatka/notatki podrzędne do", + "options": "Opcje", + "shrinkImages": "Zmniejsz obrazy", + "safeImport": "Bezpieczny import", + "import-status": "Status importu", + "in-progress": "Import w toku: {{progress}}", + "successful": "Import zakończony pomyślnie.", + "safeImportTooltip": "Pliki eksportu .zip Trilium mogą zawierać skrypty wykonywalne, które mogą mieć szkodliwe działanie. Bezpieczny import dezaktywuje automatyczne wykonywanie wszystkich zaimportowanych skryptów. Odznacz \"Bezpieczny import\" tylko wtedy, gdy importowane archiwum ma zawierać skrypty i całkowicie ufasz zawartości pliku importu.", + "import": "Importuj", + "failed": "Import nie powiódł się: {{message}}.", + "html_import_tags": { + "title": "Tagi importu HTML", + "description": "Skonfiguruj, które tagi HTML powinny zostać zachowane podczas importowania notatek. Tagi spoza tej listy zostaną usunięte podczas importu. Niektóre tagi (jak 'script') są zawsze usuwane ze względów bezpieczeństwa.", + "placeholder": "Wprowadź tagi HTML, jeden w wierszu", + "reset_button": "Przywróć listę domyślną" + }, + "explodeArchivesTooltip": "Jeśli zaznaczone, Trilium odczyta pliki .zip, .enex i .opml i utworzy notatki z plików wewnątrz tych archiwów. Jeśli odznaczone, Trilium dołączy same archiwa do notatki.", + "explodeArchives": "Czytaj zawartość archiwów .zip, .enex i .opml.", + "shrinkImagesTooltip": "

Jeśli zaznaczysz tę opcję, Trilium spróbuje zmniejszyć importowane obrazy poprzez skalowanie i optymalizację, co może wpłynąć na postrzeganą jakość obrazu. Jeśli odznaczone, obrazy zostaną zaimportowane bez zmian.

Nie dotyczy to importu .zip z metadanymi, ponieważ zakłada się, że te pliki są już zoptymalizowane.

", + "textImportedAsText": "Importuj HTML, Markdown i TXT jako notatki tekstowe, jeśli metadane nie wskazują inaczej", + "codeImportedAsCode": "Importuj rozpoznane pliki kodu (np. .json) jako notatki kodu, jeśli metadane nie wskazują inaczej", + "replaceUnderscoresWithSpaces": "Zamień znaki podkreślenia na spacje w nazwach importowanych notatek", + "importZipRecommendation": "Podczas importowania pliku ZIP hierarchia notatek będzie odzwierciedlać strukturę podkatalogów w archiwum." + }, + "image_properties": { + "title": "Obraz", + "original_file_name": "Oryginalna nazwa pliku", + "file_type": "Typ pliku", + "file_size": "Rozmiar pliku", + "download": "Pobierz", + "open": "Otwórz", + "copy_reference_to_clipboard": "Kopiuj odniesienie do schowka", + "upload_new_revision": "Prześlij nową wersję", + "upload_success": "Nowa wersja obrazu została przesłana.", + "upload_failed": "Przesłanie nowej wersji obrazu nie powiodło się: {{message}}" + }, + "inherited_attribute_list": { + "title": "Dziedziczone atrybuty", + "no_inherited_attributes": "Brak dziedziczonych atrybutów.", + "none": "brak" + }, + "note_info_widget": { + "note_id": "ID notatki", + "created": "Utworzono", + "modified": "Zmodyfikowano", + "type": "Typ", + "note_size": "Rozmiar notatki", + "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", + "subtree_size": "(rozmiar poddrzewa: {{size}} w {{count}} notatkach)", + "title": "Info o notatce", + "show_similar_notes": "Pokaż podobne notatki", + "mime": "Typ MIME" + }, + "note_map": { + "open_full": "Rozwiń do pełnego", + "collapse": "Zwiń do normalnego rozmiaru", + "title": "Mapa notatek", + "fix-nodes": "Zablokuj węzły", + "link-distance": "Dystans łączy" + }, + "note_paths": { + "title": "Ścieżki notatki", + "clone_button": "Sklonuj notatkę do nowej lokalizacji...", + "intro_placed": "Ta notatka jest umieszczona w następujących ścieżkach:", + "intro_not_placed": "Ta notatka nie jest jeszcze umieszczona w drzewie notatek.", + "outside_hoisted": "Ta ścieżka znajduje się poza zawężonym widokiem (hoisted note) i musisz cofnąć zawężenie.", + "archived": "Zarchiwizowana", + "search": "Szukaj" + }, + "note_properties": { + "this_note_was_originally_taken_from": "Ta notatka została pierwotnie pobrana z:", + "info": "Info" + }, + "owned_attribute_list": { + "owned_attributes": "Posiadane atrybuty" + }, + "promoted_attributes": { + "promoted_attributes": "Wyróżnione atrybuty", + "unset-field-placeholder": "nie ustawiono", + "url_placeholder": "http://strona...", + "open_external_link": "Otwórz link zewnętrzny", + "unknown_label_type": "Nieznany typ etykiety '{{type}}'", + "unknown_attribute_type": "Nieznany typ atrybutu '{{type}}'", + "add_new_attribute": "Dodaj nowy atrybut", + "remove_this_attribute": "Usuń ten atrybut", + "remove_color": "Usuń etykietę koloru" + }, + "script_executor": { + "query": "Zapytanie", + "script": "Skrypt", + "execute_query": "Wykonaj zapytanie", + "execute_script": "Wykonaj skrypt" + }, + "search_definition": { + "add_search_option": "Dodaj opcję wyszukiwania:", + "search_string": "ciąg wyszukiwania", + "search_script": "skrypt wyszukiwania", + "ancestor": "przodek", + "fast_search": "szybkie wyszukiwanie", + "fast_search_description": "Opcja szybkiego wyszukiwania wyłącza pełnotekstowe przeszukiwanie treści notatek, co może przyspieszyć wyszukiwanie w dużych bazach danych.", + "include_archived": "uwzględnij zarchiwizowane", + "include_archived_notes_description": "Zarchiwizowane notatki są domyślnie wykluczone z wyników wyszukiwania, ta opcja spowoduje ich uwzględnienie.", + "order_by": "sortuj według", + "limit": "limit", + "limit_description": "Ogranicz liczbę wyników", + "save_to_note": "Zapisz do notatki", + "search_parameters": "Parametry wyszukiwania", + "unknown_search_option": "Nieznana opcja wyszukiwania {{searchOptionName}}", + "search_note_saved": "Notatka wyszukiwania została zapisana w {{- notePathTitle}}", + "actions_executed": "Akcje zostały wykonane.", + "debug": "debug", + "debug_description": "Debugowanie wypisze dodatkowe informacje debugowania w konsoli, aby pomóc w debugowaniu złożonych zapytań", + "action": "akcja", + "search_button": "Szukaj", + "search_execute": "Szukaj i wykonaj akcje", + "view_options": "Ustawienia widoku:" + }, + "similar_notes": { + "title": "Podobne notatki", + "no_similar_notes_found": "Nie znaleziono podobnych notatek." + }, + "abstract_search_option": { + "remove_this_search_option": "Usuń tę opcję wyszukiwania", + "failed_rendering": "Nie udało się wyrenderować opcji wyszukiwania: {{dto}} z błędem: {{error}} {{stack}}" + }, + "ancestor": { + "label": "Przodek", + "placeholder": "wyszukaj notatkę po nazwie", + "depth_label": "głębokość", + "depth_doesnt_matter": "nie ma znaczenia", + "depth_eq": "wynosi dokładnie {{count}}", + "direct_children": "bezpośrednie elementy podrzędne", + "depth_gt": "jest większa niż {{count}}", + "depth_lt": "jest mniejsza niż {{count}}" + }, + "debug": { + "debug": "Debug", + "debug_info": "Debugowanie wypisze dodatkowe informacje debugowania w konsoli, aby pomóc w debugowaniu złożonych zapytań.", + "access_info": "Aby uzyskać dostęp do informacji debugowania, wykonaj zapytanie i kliknij \"Pokaż log backendu\" w lewym górnym rogu." + }, + "fast_search": { + "fast_search": "Szybkie wyszukiwanie", + "description": "Opcja szybkiego wyszukiwania wyłącza pełnotekstowe przeszukiwanie treści notatek, co może przyspieszyć wyszukiwanie w dużych bazach danych." + }, + "file_properties": { + "download": "Pobierz", + "open": "Otwórz zewnętrznie", + "upload_new_revision": "Prześlij nową wersję", + "upload_success": "Nowa wersja pliku została przesłana.", + "upload_failed": "Przesłanie nowej wersji pliku nie powiodło się.", + "title": "Plik", + "note_id": "ID notatki", + "original_file_name": "Oryginalna nazwa pliku", + "file_type": "Typ pliku", + "file_size": "Rozmiar pliku" + }, + "include_note": { + "label_note": "Notatka", + "placeholder_search": "wyszukaj notatkę po nazwie", + "dialog_title": "Dołącz notatkę", + "button_include": "Dołącz notatkę", + "box_size_prompt": "Rozmiar pola dołączonej notatki:", + "box_size_small": "mały (~ 10 linii)", + "box_size_medium": "średni (~ 30 linii)", + "box_size_full": "pełny (pole pokazuje cały tekst)" + }, + "info": { + "closeButton": "Zamknij", + "okButton": "OK", + "modalTitle": "Informacja", + "copy_to_clipboard": "Kopiuj do schowka" + }, + "jump_to_note": { + "search_placeholder": "Szukaj notatki po nazwie lub wpisz > dla poleceń...", + "search_button": "Szukaj w pełnym tekście" + }, + "markdown_import": { + "dialog_title": "Import Markdown", + "import_button": "Importuj", + "import_success": "Treść Markdown została zaimportowana do dokumentu.", + "modal_body_text": "Ze względu na ograniczenia przeglądarki (sandbox) nie można bezpośrednio odczytać schowka z poziomu JavaScript. Proszę wkleić treść Markdown do zaimportowania w poniższe pole tekstowe i kliknąć przycisk Importuj" + }, + "limit": { + "limit": "Limit", + "take_first_x_results": "Weź tylko pierwsze X określonych wyników." + }, + "link_context_menu": { + "open_note_in_popup": "Szybka edycja", + "open_note_in_new_tab": "Otwórz notatkę w nowej karcie", + "open_note_in_new_split": "Otwórz notatkę w nowym podziale", + "open_note_in_new_window": "Otwórz notatkę w nowym oknie", + "open_note_in_other_split": "Otwórz notatkę w drugim podziale" + }, + "electron_integration": { + "desktop-application": "Aplikacja desktopowa", + "native-title-bar": "Natywny pasek tytułu", + "native-title-bar-description": "Dla Windows i macOS, wyłączenie natywnego paska tytułu sprawia, że aplikacja wygląda bardziej kompaktowo. Na Linuxie, włączenie natywnego paska tytułu lepiej integruje się z resztą systemu.", + "background-effects": "Włącz efekty tła (tylko Windows 11)", + "background-effects-description": "Efekt Mica dodaje rozmyte, stylowe tło do okien aplikacji, tworząc głębię i nowoczesny wygląd. \"Natywny pasek tytułu\" musi być wyłączony.", + "restart-app-button": "Zrestartuj aplikację, aby zobaczyć zmiany", + "zoom-factor": "Współczynnik powiększenia" + }, + "electron_context_menu": { + "cut": "Wytnij", + "copy": "Kopiuj", + "copy-link": "Kopiuj link", + "paste": "Wklej", + "paste-as-plain-text": "Wklej jako zwykły tekst", + "search_online": "Szukaj \"{{term}}\" w {{searchEngine}}", + "add-term-to-dictionary": "Dodaj \"{{term}}\" do słownika", + "search_in_trilium": "Szukaj \"{{term}}\" w Trilium" + }, + "image_context_menu": { + "copy_reference_to_clipboard": "Kopiuj odniesienie do schowka", + "copy_image_to_clipboard": "Kopiuj obraz do schowka" + }, + "note_autocomplete": { + "clear-text-field": "Wyczyść pole tekstowe", + "show-recent-notes": "Pokaż ostatnie notatki", + "full-text-search": "Wyszukiwanie pełnotekstowe", + "search-for": "Szukaj \"{{term}}\"", + "create-note": "Utwórz i podlinkuj notatkę podrzędną \"{{term}}\"", + "insert-external-link": "Wstaw link zewnętrzny do \"{{term}}\"" + }, + "note_tooltip": { + "note-has-been-deleted": "Notatka została usunięta.", + "quick-edit": "Szybka edycja" + }, + "duration": { + "seconds": "Sekundy", + "minutes": "Minuty", + "hours": "Godziny", + "days": "Dni" + }, + "share": { + "title": "Ustawienia udostępniania", + "redirect_bare_domain": "Przekieruj domenę główną na stronę Udostępniania", + "redirect_bare_domain_description": "Przekieruj anonimowych użytkowników na stronę Udostępniania zamiast pokazywać Logowanie", + "show_login_link": "Pokaż link Logowania w motywie Udostępniania", + "show_login_link_description": "Dodaj link logowania w stopce strony Udostępniania", + "check_share_root": "Sprawdź status korzenia udostępniania", + "share_root_found": "Notatka korzenia udostępniania '{{noteTitle}}' jest gotowa", + "share_root_not_found": "Nie znaleziono notatki z etykietą #shareRoot", + "share_root_not_shared": "Notatka '{{noteTitle}}' ma etykietę #shareRoot, ale nie jest udostępniona" + }, + "tasks": { + "due": { + "today": "Dzisiaj", + "tomorrow": "Jutro", + "yesterday": "Wczoraj" + } + }, + "content_widget": { + "unknown_widget": "Nieznany widżet dla \"{{id}}\"." + }, + "note_language": { + "not_set": "Nie ustawiono języka", + "configure-languages": "Konfiguruj języki...", + "help-on-languages": "Pomoc dotycząca języków treści..." + }, + "content_language": { + "title": "Języki treści", + "description": "Wybierz jeden lub więcej języków, które powinny pojawić się w wyborze języka w sekcji Właściwości podstawowe notatki tekstowej (tylko do odczytu lub edytowalnej). Umożliwi to funkcje takie jak sprawdzanie pisowni lub obsługa zapisu od prawej do lewej." + }, + "switch_layout_button": { + "title_vertical": "Przenieś panel edycji na dół", + "title_horizontal": "Przenieś panel edycji na lewo" + }, + "toggle_read_only_button": { + "unlock-editing": "Odblokuj edycję", + "lock-editing": "Zablokuj edycję" + }, + "png_export_button": { + "button_title": "Eksportuj diagram jako PNG" + }, + "svg": { + "export_to_png": "Diagram nie mógł zostać wyeksportowany do PNG.", + "export_to_svg": "Diagram nie mógł zostać wyeksportowany do SVG." + }, + "code_theme": { + "title": "Wygląd", + "word_wrapping": "Zawijanie słów", + "color-scheme": "Schemat kolorów" + }, + "cpu_arch_warning": { + "title": "Proszę pobrać wersję ARM64", + "message_macos": "TriliumNext działa obecnie w ramach translacji Rosetta 2, co oznacza, że używasz wersji Intel (x64) na komputerze Mac z procesorem Apple Silicon. Wpłynie to znacząco na wydajność i żywotność baterii.", + "message_windows": "TriliumNext działa obecnie w trybie emulacji, co oznacza, że używasz wersji Intel (x64) na urządzeniu Windows on ARM. Wpłynie to znacząco na wydajność i żywotność baterii.", + "recommendation": "Aby uzyskać najlepsze wrażenia, pobierz natywną wersję ARM64 TriliumNext z naszej strony wydań.", + "download_link": "Pobierz wersję natywną", + "continue_anyway": "Kontynuuj mimo to", + "dont_show_again": "Nie pokazuj tego ostrzeżenia ponownie" + }, + "editorfeatures": { + "title": "Funkcje", + "emoji_completion_enabled": "Włącz autouzupełnianie Emoji", + "note_completion_enabled": "Włącz autouzupełnianie notatek", + "emoji_completion_description": "Jeśli włączone, emoji można łatwo wstawiać do tekstu, wpisując `:`, a następnie nazwę emoji.", + "note_completion_description": "Jeśli włączone, linki do notatek można tworzyć, wpisując `@`, a następnie tytuł notatki.", + "slash_commands_enabled": "Włącz polecenia slash (/)", + "slash_commands_description": "Jeśli włączone, polecenia edycji, takie jak wstawianie podziałów wiersza lub nagłówków, można przełączać, wpisując `/`." + }, + "table_view": { + "new-row": "Nowy wiersz", + "new-column": "Nowa kolumna", + "sort-column-by": "Sortuj według \"{{title}}\"", + "sort-column-ascending": "Rosnąco", + "sort-column-descending": "Malejąco", + "sort-column-clear": "Wyczyść sortowanie", + "hide-column": "Ukryj kolumnę \"{{title}}\"", + "show-hide-columns": "Pokaż/ukryj kolumny", + "row-insert-above": "Wstaw wiersz powyżej", + "row-insert-below": "Wstaw wiersz poniżej", + "row-insert-child": "Wstaw notatkę podrzędną", + "add-column-to-the-left": "Dodaj kolumnę po lewej", + "add-column-to-the-right": "Dodaj kolumnę po prawej", + "edit-column": "Edytuj kolumnę", + "delete_column_confirmation": "Czy na pewno chcesz usunąć tę kolumnę? Odpowiedni atrybut zostanie usunięty ze wszystkich notatek.", + "delete-column": "Usuń kolumnę", + "new-column-label": "Etykieta", + "new-column-relation": "Relacja" + }, + "book_properties_config": { + "hide-weekends": "Ukryj weekendy", + "display-week-numbers": "Wyświetlaj numery tygodni", + "map-style": "Styl mapy", + "max-nesting-depth": "Maks. głębokość zagnieżdżenia:", + "raster": "Raster", + "vector_light": "Wektor (Jasny)", + "vector_dark": "Wektor (Ciemny)", + "show-scale": "Pokaż skalę" + }, + "table_context_menu": { + "delete_row": "Usuń wiersz" + }, + "move_to": { + "dialog_title": "Przenieś notatki do ...", + "notes_to_move": "Notatki do przeniesienia", + "target_parent_note": "Docelowa notatka nadrzędna", + "search_placeholder": "wyszukaj notatkę po nazwie", + "move_button": "Przenieś do wybranej notatki", + "error_no_path": "Brak ścieżki do przeniesienia.", + "move_success_message": "Wybrane notatki zostały przeniesione do " + }, + "note_type_chooser": { + "modal_title": "Wybierz typ notatki", + "modal_body": "Wybierz typ notatki / szablon nowej notatki:", + "templates": "Szablony", + "builtin_templates": "Wbudowane szablony", + "change_path_prompt": "Zmień miejsce utworzenia nowej notatki:", + "search_placeholder": "szukaj ścieżki po nazwie (domyślna, jeśli puste)" + }, + "password_not_set": { + "title": "Hasło nie jest ustawione", + "body1": "Chronione notatki są szyfrowane przy użyciu hasła użytkownika, ale hasło nie zostało jeszcze ustawione.", + "body2": "Aby móc chronić notatki, kliknij przycisk poniżej, aby otworzyć okno Opcji i ustawić hasło.", + "go_to_password_options": "Przejdź do opcji hasła" + }, + "add_relation": { + "add_relation": "Dodaj relację", + "relation_name": "nazwa relacji", + "allowed_characters": "Dozwolone są znaki alfanumeryczne, podkreślenie i dwukropek.", + "to": "do", + "target_note": "notatka docelowa", + "create_relation_on_all_matched_notes": "Na wszystkich dopasowanych notatkach utwórz podaną relację." + }, + "prompt": { + "title": "Monit", + "ok": "OK", + "defaultTitle": "Monit" + }, + "protected_session_password": { + "modal_title": "Sesja chroniona", + "help_title": "Pomoc dotycząca chronionych notatek", + "close_label": "Zamknij", + "form_label": "Aby kontynuować żądaną akcję, musisz rozpocząć sesję chronioną, wprowadzając hasło:", + "start_button": "Rozpocznij sesję chronioną" + }, + "recent_changes": { + "title": "Ostatnie zmiany", + "erase_notes_button": "Wymaż usunięte notatki teraz", + "deleted_notes_message": "Usunięte notatki zostały wymazane.", + "no_changes_message": "Brak zmian...", + "undelete_link": "przywróć", + "confirm_undelete": "Czy chcesz przywrócić tę notatkę i jej pod-notatki?" + }, + "revisions": { + "note_revisions": "Wersje notatki", + "delete_all_revisions": "Usuń wszystkie wersje tej notatki", + "delete_all_button": "Usuń wszystkie wersje", + "help_title": "Pomoc dotycząca wersji notatki", + "confirm_delete_all": "Czy chcesz usunąć wszystkie wersje tej notatki?", + "no_revisions": "Brak wersji dla tej notatki...", + "restore_button": "Przywróć", + "diff_on": "Pokaż różnice", + "diff_off": "Pokaż treść", + "diff_on_hint": "Kliknij, aby pokazać różnice w źródle notatki", + "diff_off_hint": "Kliknij, aby pokazać treść notatki", + "diff_not_available": "Różnice nie są dostępne.", + "confirm_restore": "Czy chcesz przywrócić tę wersję? Spowoduje to nadpisanie obecnego tytułu i treści notatki tą wersją.", + "delete_button": "Usuń", + "confirm_delete": "Czy chcesz usunąć tę wersję?", + "revisions_deleted": "Wersje notatki zostały usunięte.", + "revision_restored": "Wersja notatki została przywrócona.", + "revision_deleted": "Wersja notatki została usunięta.", + "snapshot_interval": "Interwał zrzutu wersji notatki: {{seconds}}s.", + "maximum_revisions": "Limit zrzutów wersji notatki: {{number}}.", + "settings": "Ustawienia wersji notatki", + "download_button": "Pobierz", + "mime": "MIME: ", + "file_size": "Rozmiar pliku:", + "preview_not_available": "Podgląd nie jest dostępny dla tego typu notatki." + }, + "sort_child_notes": { + "sort_children_by": "Sortuj elementy podrzędne według...", + "sorting_criteria": "Kryteria sortowania", + "title": "tytuł", + "date_created": "data utworzenia", + "date_modified": "data modyfikacji", + "sorting_direction": "Kierunek sortowania", + "ascending": "rosnąco", + "descending": "malejąco", + "folders": "Foldery", + "sort_folders_at_top": "sortuj foldery na górze", + "natural_sort": "Naturalne sortowanie", + "sort_with_respect_to_different_character_sorting": "sortuj z uwzględnieniem różnych zasad sortowania znaków w różnych językach lub regionach.", + "natural_sort_language": "Język naturalnego sortowania", + "the_language_code_for_natural_sort": "Kod języka dla naturalnego sortowania, np. \"pl-PL\" dla polskiego.", + "sort": "Sortuj" + }, + "upload_attachments": { + "upload_attachments_to_note": "Prześlij załączniki do notatki", + "choose_files": "Wybierz pliki", + "files_will_be_uploaded": "Pliki zostaną przesłane jako załączniki do {{noteTitle}}", + "options": "Opcje", + "shrink_images": "Zmniejsz obrazy", + "upload": "Prześlij", + "tooltip": "Jeśli zaznaczysz tę opcję, Trilium spróbuje zmniejszyć przesłane obrazy poprzez skalowanie i optymalizację, co może wpłynąć na postrzeganą jakość obrazu. Jeśli odznaczone, obrazy zostaną przesłane bez zmian." + }, + "attribute_editor": { + "help_text_body1": "Aby dodać etykietę, po prostu wpisz np. #rock lub jeśli chcesz dodać również wartość, np. #year = 2020", + "help_text_body2": "Dla relacji wpisz ~author = @, co powinno wywołać autouzupełnianie, w którym możesz wyszukać żądaną notatkę.", + "help_text_body3": "Alternatywnie możesz dodać etykietę i relację za pomocą przycisku + po prawej stronie.", + "save_attributes": "Zapisz atrybuty ", + "add_a_new_attribute": "Dodaj nowy atrybut", + "add_new_label": "Dodaj nową etykietę ", + "add_new_relation": "Dodaj nową relację ", + "add_new_label_definition": "Dodaj nową definicję etykiety", + "add_new_relation_definition": "Dodaj nową definicję relacji", + "placeholder": "Wpisz tutaj etykiety i relacje" + }, + "abstract_bulk_action": { + "remove_this_search_action": "Usuń tę akcję wyszukiwania" + }, + "execute_script": { + "execute_script": "Wykonaj skrypt", + "help_text": "Możesz wykonywać proste skrypty na dopasowanych notatkach.", + "example_1": "Na przykład, aby dodać ciąg znaków do tytułu notatki, użyj tego małego skryptu:", + "example_2": "Bardziej złożonym przykładem byłoby usunięcie wszystkich atrybutów dopasowanej notatki:" + }, + "delete_label": { + "delete_label": "Usuń etykietę", + "label_name_placeholder": "nazwa etykiety", + "label_name_title": "Dozwolone są znaki alfanumeryczne, podkreślenie i dwukropek." + }, + "rename_label": { + "rename_label": "Zmień nazwę etykiety", + "rename_label_from": "Zmień nazwę etykiety z", + "old_name_placeholder": "stara nazwa", + "to": "Na", + "new_name_placeholder": "nowa nazwa", + "name_title": "Dozwolone są znaki alfanumeryczne, podkreślenie i dwukropek." + }, + "update_label_value": { + "update_label_value": "Zaktualizuj wartość etykiety", + "label_name_placeholder": "nazwa etykiety", + "label_name_title": "Dozwolone są znaki alfanumeryczne, podkreślenie i dwukropek.", + "to_value": "na wartość", + "new_value_placeholder": "nowa wartość", + "help_text": "Na wszystkich dopasowanych notatkach zmień wartość istniejącej etykiety.", + "help_text_note": "Możesz również wywołać tę metodę bez wartości, w takim przypadku etykieta zostanie przypisana do notatki bez wartości." + }, + "delete_note": { + "delete_note": "Usuń notatkę", + "delete_matched_notes": "Usuń dopasowane notatki", + "delete_matched_notes_description": "To spowoduje usunięcie dopasowanych notatek.", + "undelete_notes_instruction": "Po usunięciu możliwe jest ich przywrócenie w oknie Ostatnie zmiany.", + "erase_notes_instruction": "Aby trwale wymazać notatki, możesz po usunięciu przejść do Opcje -> Inne i kliknąć przycisk \"Wymaż usunięte notatki teraz\"." + }, + "delete_revisions": { + "delete_note_revisions": "Usuń wersje notatki", + "all_past_note_revisions": "Wszystkie przeszłe wersje dopasowanych notatek zostaną usunięte. Sama notatka zostanie w pełni zachowana. Innymi słowy, historia notatki zostanie usunięta." + }, + "move_note": { + "move_note": "Przenieś notatkę", + "to": "do", + "target_parent_note": "docelowa notatka nadrzędna", + "on_all_matched_notes": "Na wszystkich dopasowanych notatkach", + "move_note_new_parent": "przenieś notatkę do nowego rodzica, jeśli notatka ma tylko jednego rodzica (tj. stara gałąź jest usuwana, a nowa gałąź do nowego rodzica jest tworzona)", + "clone_note_new_parent": "sklonuj notatkę do nowego rodzica, jeśli notatka ma wiele klonów/gałęzi (nie jest jasne, która gałąź powinna zostać usunięta)", + "nothing_will_happen": "nic się nie stanie, jeśli notatki nie można przenieść do notatki docelowej (tj. utworzyłoby to cykl w drzewie)" + }, + "rename_note": { + "rename_note": "Zmień nazwę notatki", + "rename_note_title_to": "Zmień tytuł notatki na", + "new_note_title": "nowy tytuł notatki", + "click_help_icon": "Kliknij ikonę pomocy po prawej stronie, aby zobaczyć wszystkie opcje", + "evaluated_as_js_string": "Podana wartość jest ewaluowana jako ciąg JavaScript i dzięki temu może być wzbogacona o dynamiczną zawartość za pomocą wstrzykniętej zmiennej note (zmieniana notatka). Przykłady:", + "example_note": "Notatka - wszystkie dopasowane notatki zmieniają nazwę na 'Notatka'", + "example_new_title": "NOWA: ${note.title} - tytuły dopasowanych notatek są poprzedzone prefiksem 'NOWA: '", + "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - dopasowane notatki są poprzedzone miesiącem i dniem utworzenia notatki", + "api_docs": "Zobacz dokumentację API dla notatki i jej właściwości dateCreatedObj / utcDateCreatedObj po szczegóły." + }, + "delete_relation": { + "delete_relation": "Usuń relację", + "relation_name": "nazwa relacji", + "allowed_characters": "Dozwolone są znaki alfanumeryczne, podkreślenie i dwukropek." + }, + "rename_relation": { + "rename_relation": "Zmień nazwę relacji", + "rename_relation_from": "Zmień nazwę relacji z", + "old_name": "stara nazwa", + "to": "Na", + "new_name": "nowa nazwa", + "allowed_characters": "Dozwolone są znaki alfanumeryczne, podkreślenie i dwukropek." + }, + "update_relation_target": { + "update_relation": "Zaktualizuj relację", + "relation_name": "nazwa relacji", + "allowed_characters": "Dozwolone są znaki alfanumeryczne, podkreślenie i dwukropek.", + "to": "do", + "target_note": "notatka docelowa", + "on_all_matched_notes": "Na wszystkich dopasowanych notatkach", + "change_target_note": "zmień notatkę docelową istniejącej relacji", + "update_relation_target": "Zaktualizuj cel relacji" + }, + "attachments_actions": { + "open_externally": "Otwórz zewnętrznie", + "open_externally_title": "Plik zostanie otwarty w zewnętrznej aplikacji i będzie monitorowany pod kątem zmian. Następnie będzie można przesłać zmodyfikowaną wersję z powrotem do Trilium.", + "open_custom": "Otwórz niestandardowo", + "open_custom_title": "Plik zostanie otwarty w zewnętrznej aplikacji i będzie monitorowany pod kątem zmian. Następnie będzie można przesłać zmodyfikowaną wersję z powrotem do Trilium.", + "download": "Pobierz", + "rename_attachment": "Zmień nazwę załącznika", + "upload_new_revision": "Prześlij nową wersję", + "copy_link_to_clipboard": "Kopiuj link do schowka", + "convert_attachment_into_note": "Konwertuj załącznik na notatkę", + "delete_attachment": "Usuń załącznik", + "upload_success": "Nowa wersja załącznika została przesłana.", + "upload_failed": "Przesłanie nowej wersji załącznika nie powiodło się.", + "open_externally_detail_page": "Otwieranie załącznika zewnętrznie jest dostępne tylko ze strony szczegółów, proszę najpierw kliknąć na szczegóły załącznika i powtórzyć akcję.", + "open_custom_client_only": "Niestandardowe otwieranie załączników można wykonać tylko w kliencie desktopowym.", + "delete_confirm": "Czy na pewno chcesz usunąć załącznik '{{title}}'?", + "delete_success": "Załącznik '{{title}}' został usunięty.", + "convert_confirm": "Czy na pewno chcesz przekonwertować załącznik '{{title}}' na oddzielną notatkę?", + "convert_success": "Załącznik '{{title}}' został przekonwertowany na notatkę.", + "enter_new_name": "Proszę wprowadzić nową nazwę załącznika" + }, + "calendar": { + "mon": "Pon", + "tue": "Wt", + "wed": "Śr", + "thu": "Czw", + "fri": "Pt", + "sat": "Sob", + "sun": "Ndz", + "cannot_find_day_note": "Nie można znaleźć notatki dziennej", + "cannot_find_week_note": "Nie można znaleźć notatki tygodniowej", + "january": "Styczeń", + "february": "Luty", + "march": "Marzec", + "april": "Kwiecień", + "may": "Maj", + "june": "Czerwiec", + "july": "Lipiec", + "august": "Sierpień", + "september": "Wrzesień", + "october": "Październik", + "november": "Listopad", + "december": "Grudzień", + "week": "Tydzień", + "week_previous": "Poprzedni tydzień", + "week_next": "Następny tydzień", + "month": "Miesiąc", + "month_previous": "Poprzedni miesiąc", + "month_next": "Następny miesiąc", + "year": "Rok", + "year_previous": "Poprzedni rok", + "year_next": "Następny rok", + "list": "Lista", + "today": "Dzisiaj" + }, + "close_pane_button": { + "close_this_pane": "Zamknij ten panel" + }, + "create_pane_button": { + "create_new_split": "Utwórz nowy podział" + }, + "edit_button": { + "edit_this_note": "Edytuj tę notatkę" + }, + "show_toc_widget_button": { + "show_toc": "Pokaż Spis Treści" + }, + "show_highlights_list_widget_button": { + "show_highlights_list": "Pokaż Listę Wyróżnień" + }, + "global_menu": { + "menu": "Menu", + "options": "Opcje", + "open_new_window": "Otwórz nowe okno", + "switch_to_mobile_version": "Przełącz na wersję mobilną", + "switch_to_desktop_version": "Przełącz na wersję desktopową", + "zoom": "Powiększenie", + "toggle_fullscreen": "Przełącz pełny ekran", + "zoom_out": "Pomniejsz", + "reset_zoom_level": "Zresetuj poziom powiększenia", + "zoom_in": "Powiększ", + "configure_launchbar": "Konfiguruj pasek szybkiego dostępu", + "show_shared_notes_subtree": "Pokaż poddrzewo udostępnionych notatek", + "advanced": "Zaawansowane", + "open_dev_tools": "Otwórz narzędzia deweloperskie", + "open_sql_console": "Otwórz konsolę SQL", + "open_sql_console_history": "Otwórz historię konsoli SQL", + "open_search_history": "Otwórz historię wyszukiwania", + "show_backend_log": "Pokaż log backendu", + "reload_hint": "Przeładowanie może pomóc w przypadku niektórych błędów wizualnych bez ponownego uruchamiania całej aplikacji.", + "reload_frontend": "Przeładuj frontend", + "show_hidden_subtree": "Pokaż ukryte poddrzewo", + "show_help": "Pokaż pomoc", + "about": "O Trilium Notes", + "logout": "Wyloguj", + "show-cheatsheet": "Pokaż ściągawkę", + "toggle-zen-mode": "Tryb Zen", + "new-version-available": "Dostępna nowa aktualizacja", + "download-update": "Pobierz wersję {{latestVersion}}" + }, + "zen_mode": { + "button_exit": "Wyjdź z trybu Zen" + }, + "sync_status": { + "unknown": "

Status synchronizacji będzie znany po rozpoczęciu następnej próby synchronizacji.

Kliknij, aby wywołać synchronizację teraz.

", + "connected_with_changes": "

Połączono z serwerem synchronizacji.
Istnieją pewne oczekujące zmiany do zsynchronizowania.

Kliknij, aby wywołać synchronizację.

", + "connected_no_changes": "

Połączono z serwerem synchronizacji.
Wszystkie zmiany zostały już zsynchronizowane.

Kliknij, aby wywołać synchronizację.

", + "disconnected_with_changes": "

Nawiązanie połączenia z serwerem synchronizacji nie powiodło się.
Istnieją pewne oczekujące zmiany do zsynchronizowania.

Kliknij, aby wywołać synchronizację.

", + "disconnected_no_changes": "

Nawiązanie połączenia z serwerem synchronizacji nie powiodło się.
Wszystkie znane zmiany zostały zsynchronizowane.

Kliknij, aby wywołać synchronizację.

", + "in_progress": "Trwa synchronizacja z serwerem." + }, + "left_pane_toggle": { + "show_panel": "Pokaż panel", + "hide_panel": "Ukryj panel" + }, + "move_pane_button": { + "move_left": "Przesuń w lewo", + "move_right": "Przesuń w prawo" + }, + "note_actions": { + "convert_into_attachment": "Konwertuj na załącznik", + "re_render_note": "Wyrenderuj notatkę ponownie", + "search_in_note": "Szukaj w notatce", + "note_source": "Źródło notatki", + "note_attachments": "Załączniki notatki", + "open_note_externally": "Otwórz notatkę zewnętrznie", + "open_note_externally_title": "Plik zostanie otwarty w zewnętrznej aplikacji i będzie monitorowany pod kątem zmian. Następnie będzie można przesłać zmodyfikowaną wersję z powrotem do Trilium.", + "open_note_custom": "Otwórz notatkę niestandardowo", + "import_files": "Importuj pliki", + "export_note": "Eksportuj notatkę", + "delete_note": "Usuń notatkę", + "print_note": "Drukuj notatkę", + "save_revision": "Zapisz wersję", + "convert_into_attachment_failed": "Konwersja notatki '{{title}}' nie powiodła się.", + "convert_into_attachment_successful": "Notatka '{{title}}' została przekonwertowana na załącznik.", + "convert_into_attachment_prompt": "Czy na pewno chcesz przekonwertować notatkę '{{title}}' na załącznik notatki nadrzędnej?", + "print_pdf": "Eksportuj jako PDF...", + "open_note_on_server": "Otwórz notatkę na serwerze", + "view_revisions": "Wersje notatki...", + "note_map": "Mapa notatek", + "advanced": "Zaawansowane", + "export_as_image": "Eksportuj jako obraz", + "export_as_image_png": "PNG (grafika rastrowa)", + "export_as_image_svg": "SVG (wektorowy)" + }, + "onclick_button": { + "no_click_handler": "Widżet przycisku '{{componentId}}' nie ma zdefiniowanej obsługi kliknięcia" + }, + "protected_session_status": { + "active": "Sesja chroniona jest aktywna. Kliknij, aby opuścić sesję chronioną.", + "inactive": "Kliknij, aby wejść w sesję chronioną" + }, + "revisions_button": { + "note_revisions": "Wersje notatki" + }, + "update_available": { + "update_available": "Dostępna aktualizacja" + }, + "note_launcher": { + "this_launcher_doesnt_define_target_note": "Ten skrót nie definiuje notatki docelowej." + }, + "code_buttons": { + "execute_button_title": "Wykonaj skrypt", + "trilium_api_docs_button_title": "Otwórz dokumentację API Trilium", + "save_to_note_button_title": "Zapisz do notatki", + "opening_api_docs_message": "Otwieranie dokumentacji API...", + "sql_console_saved_message": "Notatka konsoli SQL została zapisana w {{note_path}}" + }, + "copy_image_reference_button": { + "button_title": "Skopiuj odniesienie do obrazu do schowka, można je wkleić w notatce tekstowej." + }, + "hide_floating_buttons_button": { + "button_title": "Ukryj przyciski" + }, + "show_floating_buttons_button": { + "button_title": "Pokaż przyciski" + }, + "svg_export_button": { + "button_title": "Eksportuj diagram jako SVG" + }, + "relation_map_buttons": { + "create_child_note_title": "Utwórz nową notatkę podrzędną i dodaj ją do tej mapy relacji", + "reset_pan_zoom_title": "Zresetuj przesunięcie i powiększenie do początkowych współrzędnych i powiększenia", + "zoom_in_title": "Powiększ", + "zoom_out_title": "Pomniejsz" + }, + "zpetne_odkazy": { + "relation": "relacja", + "backlink_one": "{{count}} Link zwrotny", + "backlink_few": "{{count}} Linki zwrotne", + "backlink_many": "{{count}} Linki zwrotne" + }, + "mobile_detail_menu": { + "insert_child_note": "Wstaw notatkę podrzędną", + "delete_this_note": "Usuń tę notatkę", + "note_revisions": "Wersje notatki", + "error_cannot_get_branch_id": "Nie można pobrać branchId dla ścieżki notatki '{{notePath}}'", + "error_unrecognized_command": "Nierozpoznane polecenie {{command}}" + }, + "note_icon": { + "change_note_icon": "Zmień ikonę notatki", + "search": "Szukaj:", + "reset-default": "Przywróć domyślną ikonę" + }, + "basic_properties": { + "note_type": "Typ notatki", + "editable": "Edytowalna", + "basic_properties": "Właściwości podstawowe", + "language": "Język", + "configure_code_notes": "Konfiguruj notatki kodu..." + }, + "edited_notes": { + "no_edited_notes_found": "Brak edytowanych notatek w tym dniu...", + "title": "Edytowane notatki", + "deleted": "(usunięta)" + }, + "include_archived_notes": { + "include_archived_notes": "Uwzględnij zarchiwizowane notatki" + }, + "order_by": { + "order_by": "Sortuj według", + "relevancy": "Trafność (domyślnie)", + "title": "Tytuł", + "date_created": "Data utworzenia", + "date_modified": "Data ostatniej modyfikacji", + "content_size": "Rozmiar treści notatki", + "content_and_attachments_size": "Rozmiar treści notatki wraz z załącznikami", + "content_and_attachments_and_revisions_size": "Rozmiar treści notatki wraz z załącznikami i wersjami", + "revision_count": "Liczba wersji", + "children_count": "Liczba notatek podrzędnych", + "parent_count": "Liczba klonów", + "owned_label_count": "Liczba etykiet", + "owned_relation_count": "Liczba relacji", + "target_relation_count": "Liczba relacji wskazujących na notatkę", + "random": "Kolejność losowa", + "asc": "Rosnąco (domyślnie)", + "desc": "Malejąco" + }, + "search_script": { + "title": "Skrypt wyszukiwania:", + "placeholder": "wyszukaj notatkę po nazwie", + "description1": "Skrypt wyszukiwania pozwala definiować wyniki wyszukiwania poprzez uruchomienie skryptu. Zapewnia to maksymalną elastyczność, gdy standardowe wyszukiwanie nie wystarcza.", + "description2": "Skrypt wyszukiwania musi być typu \"code\" i podtypu \"JavaScript backend\". Skrypt musi zwracać tablicę identyfikatorów notatek (noteIds) lub notatek.", + "example_title": "Zobacz ten przykład:", + "example_code": "// 1. filtrowanie wstępne przy użyciu standardowego wyszukiwania\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. stosowanie niestandardowych kryteriów wyszukiwania\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", + "note": "Zauważ, że skryptu wyszukiwania i ciągu wyszukiwania nie można ze sobą łączyć." + }, + "search_string": { + "title_column": "Ciąg wyszukiwania:", + "placeholder": "słowa kluczowe, #tag = wartość...", + "search_syntax": "Składnia wyszukiwania", + "also_see": "zobacz także", + "complete_help": "kompletna pomoc dotycząca składni wyszukiwania", + "full_text_search": "Wpisz dowolny tekst, aby przeszukać pełną treść", + "label_abc": "zwraca notatki z etykietą abc", + "label_year": "dopasowuje notatki z etykietą year o wartości 2019", + "label_rock_pop": "dopasowuje notatki, które mają obie etykiety rock i pop", + "label_rock_or_pop": "tylko jedna z etykiet musi być obecna", + "label_year_comparison": "porównanie liczbowe (także >, >=, <).", + "label_date_created": "notatki utworzone w ostatnim miesiącu", + "error": "Błąd wyszukiwania: {{error}}", + "search_prefix": "Szukaj:" + }, + "attachment_detail": { + "open_help_page": "Otwórz stronę pomocy dotyczącą załączników", + "owning_note": "Notatka nadrzędna: ", + "you_can_also_open": ", możesz także otworzyć ", + "list_of_all_attachments": "Listę wszystkich załączników", + "attachment_deleted": "Ten załącznik został usunięty." + }, + "attachment_list": { + "open_help_page": "Otwórz stronę pomocy dotyczącą załączników", + "owning_note": "Notatka nadrzędna: ", + "upload_attachments": "Prześlij załączniki", + "no_attachments": "Ta notatka nie ma załączników." + }, + "book": { + "no_children_help": "Ta kolekcja nie posiada żadnych notatek podrzędnych, więc nie ma nic do wyświetlenia. Zobacz wiki po szczegóły.", + "drag_locked_title": "Zablokowane do edycji", + "drag_locked_message": "Przeciąganie niedozwolone, ponieważ kolekcja jest zablokowana do edycji." + }, + "editable_code": { + "placeholder": "Wpisz treść swojej notatki kodu tutaj..." + }, + "editable_text": { + "placeholder": "Wpisz treść swojej notatki tutaj...", + "auto-detect-language": "Wykryto automatycznie", + "editor_crashed_title": "Edytor tekstu uległ awarii", + "editor_crashed_content": "Twoja treść została pomyślnie odzyskana, ale kilka z twoich ostatnich zmian mogło nie zostać zapisanych.", + "editor_crashed_details_button": "Zobacz więcej szczegółów...", + "editor_crashed_details_intro": "Jeśli napotkasz ten błąd wielokrotnie, rozważ zgłoszenie go na GitHub, wklejając poniższe informacje.", + "editor_crashed_details_title": "Informacje techniczne", + "keeps-crashing": "Komponent edycji ciągle ulega awarii. Proszę spróbować zrestartować Trilium. Jeśli problem będzie się powtarzał, rozważ utworzenie zgłoszenia błędu." + }, + "empty": { + "open_note_instruction": "Otwórz notatkę, wpisując tytuł notatki w polu poniżej lub wybierz notatkę w drzewie.", + "search_placeholder": "wyszukaj notatkę po nazwie", + "enter_workspace": "Wejdź do obszaru roboczego {{title}}" + }, + "file": { + "file_preview_not_available": "Podgląd pliku nie jest dostępny dla tego formatu pliku.", + "too_big": "Podgląd pokazuje tylko pierwsze {{maxNumChars}} znaków pliku ze względów wydajnościowych. Pobierz plik i otwórz go zewnętrznie, aby zobaczyć całą zawartość." + }, + "protected_session": { + "enter_password_instruction": "Wyświetlenie chronionej notatki wymaga podania hasła:", + "start_session_button": "Rozpocznij sesję chronioną", + "started": "Sesja chroniona została rozpoczęta.", + "wrong_password": "Błędne hasło.", + "protecting-finished-successfully": "Ochrona zakończona pomyślnie.", + "unprotecting-finished-successfully": "Zdejmowanie ochrony zakończone pomyślnie.", + "protecting-in-progress": "Ochrona w toku: {{count}}", + "unprotecting-in-progress-count": "Zdejmowanie ochrony w toku: {{count}}", + "protecting-title": "Status ochrony", + "unprotecting-title": "Status zdejmowania ochrony" + }, + "relation_map": { + "open_in_new_tab": "Otwórz w nowej karcie", + "remove_note": "Usuń notatkę", + "edit_title": "Edytuj tytuł", + "rename_note": "Zmień nazwę notatki", + "enter_new_title": "Wprowadź nowy tytuł notatki:", + "remove_relation": "Usuń relację", + "confirm_remove_relation": "Czy na pewno chcesz usunąć relację?", + "specify_new_relation_name": "Podaj nową nazwę relacji (dozwolone znaki: alfanumeryczne, dwukropek i podkreślenie):", + "connection_exists": "Połączenie '{{name}}' między tymi notatkami już istnieje.", + "start_dragging_relations": "Zacznij przeciągać relacje stąd i upuść je na innej notatce.", + "note_not_found": "Notatka {{noteId}} nie znaleziona!", + "cannot_match_transform": "Nie można dopasować transformacji: {{transform}}", + "note_already_in_diagram": "Notatka \"{{title}}\" jest już na diagramie.", + "enter_title_of_new_note": "Wprowadź tytuł nowej notatki", + "default_new_note_title": "nowa notatka", + "click_on_canvas_to_place_new_note": "Kliknij na płótnie, aby umieścić nową notatkę" + }, + "render": { + "note_detail_render_help_1": "Ta notatka pomocy jest wyświetlana, ponieważ ta notatka typu Render HTML nie ma wymaganej relacji do poprawnego działania.", + "note_detail_render_help_2": "Typ notatki Render HTML jest używany do skryptowania. W skrócie, masz notatkę kodu HTML (opcjonalnie z JavaScript) i ta notatka ją wyrenderuje. Aby to zadziałało, musisz zdefiniować relację o nazwie \"renderNote\" wskazującą na notatkę HTML do wyrenderowania." + }, + "web_view": { + "web_view": "Widok WWW", + "embed_websites": "Notatka typu Widok WWW pozwala na osadzanie stron internetowych w Trilium.", + "create_label": "Aby rozpocząć, utwórz etykietę z adresem URL, który chcesz osadzić, np. #webViewSrc=\"https://www.google.com\"" + }, + "backend_log": { + "refresh": "Odśwież" + }, + "consistency_checks": { + "title": "Sprawdzanie spójności", + "find_and_fix_button": "Znajdź i napraw problemy ze spójnością", + "finding_and_fixing_message": "Znajdowanie i naprawianie problemów ze spójnością...", + "issues_fixed_message": "Wszelkie znalezione problemy ze spójnością zostały naprawione." + }, + "database_anonymization": { + "title": "Anonimizacja bazy danych", + "full_anonymization": "Pełna anonimizacja", + "full_anonymization_description": "Ta akcja utworzy nową kopię bazy danych i zanonimizuje ją (usunie całą treść notatek i pozostawi tylko strukturę oraz niektóre niewrażliwe metadane) w celu udostępnienia online do celów debugowania bez obawy o wyciek danych osobowych.", + "save_fully_anonymized_database": "Zapisz w pełni zanonimizowaną bazę danych", + "light_anonymization": "Lekka anonimizacja", + "light_anonymization_description": "Ta akcja utworzy nową kopię bazy danych i wykona na niej lekką anonimizację — usunięta zostanie tylko treść wszystkich notatek, ale tytuły i atrybuty pozostaną. Dodatkowo, niestandardowe notatki skryptów JS frontend/backend oraz niestandardowe widżety pozostaną. Zapewnia to więcej kontekstu do debugowania problemów.", + "choose_anonymization": "Możesz sam zdecydować, czy chcesz dostarczyć w pełni, czy lekko zanonimizowaną bazę danych. Nawet w pełni zanonimizowana baza danych jest bardzo przydatna, jednak w niektórych przypadkach lekko zanonimizowana baza danych może przyspieszyć proces identyfikacji i naprawy błędów.", + "save_lightly_anonymized_database": "Zapisz lekko zanonimizowaną bazę danych", + "existing_anonymized_databases": "Istniejące zanonimizowane bazy danych", + "creating_fully_anonymized_database": "Tworzenie w pełni zanonimizowanej bazy danych...", + "creating_lightly_anonymized_database": "Tworzenie lekko zanonimizowanej bazy danych...", + "error_creating_anonymized_database": "Nie można utworzyć zanonimizowanej bazy danych, sprawdź logi backendu po szczegóły", + "successfully_created_fully_anonymized_database": "Utworzono w pełni zanonimizowaną bazę danych w {{anonymizedFilePath}}", + "successfully_created_lightly_anonymized_database": "Utworzono lekko zanonimizowaną bazę danych w {{anonymizedFilePath}}", + "no_anonymized_database_yet": "Brak zanonimizowanej bazy danych." + }, + "database_integrity_check": { + "title": "Sprawdzanie integralności bazy danych", + "description": "To sprawdzi, czy baza danych nie jest uszkodzona na poziomie SQLite. Może to zająć trochę czasu, w zależności od rozmiaru bazy danych.", + "check_button": "Sprawdź integralność bazy danych", + "checking_integrity": "Sprawdzanie integralności bazy danych...", + "integrity_check_succeeded": "Sprawdzanie integralności powiodło się - nie znaleziono problemów.", + "integrity_check_failed": "Sprawdzanie integralności nie powiodło się: {{results}}" + }, + "sync": { + "title": "Synchronizacja", + "force_full_sync_button": "Wymuś pełną synchronizację", + "fill_entity_changes_button": "Wypełnij rekordy zmian encji", + "full_sync_triggered": "Wywołano pełną synchronizację", + "filling_entity_changes": "Wypełnianie wierszy zmian encji...", + "sync_rows_filled_successfully": "Wiersze synchronizacji wypełnione pomyślnie", + "finished-successfully": "Synchronizacja zakończona pomyślnie.", + "failed": "Synchronizacja nie powiodła się: {{message}}" + }, + "vacuum_database": { + "title": "Odkurzanie bazy danych (Vacuum)", + "description": "To przebuduje bazę danych, co zazwyczaj skutkuje mniejszym plikiem bazy danych. Żadne dane nie zostaną faktycznie zmienione.", + "button_text": "Odkurz bazę danych", + "vacuuming_database": "Odkurzanie bazy danych...", + "database_vacuumed": "Baza danych została odkurzona" + }, + "fonts": { + "theme_defined": "Zdefiniowana przez motyw", + "fonts": "Czcionki", + "main_font": "Główna czcionka", + "font_family": "Rodzina czcionek", + "size": "Rozmiar", + "note_tree_font": "Czcionka drzewa notatek", + "note_detail_font": "Czcionka szczegółów notatki", + "monospace_font": "Czcionka o stałej szerokości (kod)", + "note_tree_and_detail_font_sizing": "Zauważ, że rozmiar czcionki drzewa i szczegółów jest względny do ustawienia rozmiaru głównej czcionki.", + "not_all_fonts_available": "Nie wszystkie wymienione czcionki mogą być dostępne w twoim systemie.", + "apply_font_changes": "Aby zastosować zmiany czcionek, kliknij na", + "reload_frontend": "przeładuj frontend", + "generic-fonts": "Czcionki ogólne", + "sans-serif-system-fonts": "Systemowe czcionki bezszeryfowe", + "serif-system-fonts": "Systemowe czcionki szeryfowe", + "monospace-system-fonts": "Systemowe czcionki o stałej szerokości", + "handwriting-system-fonts": "Systemowe czcionki odręczne", + "serif": "Szeryfowa", + "sans-serif": "Bezszeryfowa", + "monospace": "O stałej szerokości", + "system-default": "Domyślna systemowa" + }, + "max_content_width": { + "title": "Szerokość treści", + "default_description": "Trilium domyślnie ogranicza maksymalną szerokość treści, aby poprawić czytelność na zmaksymalizowanych ekranach szerokokątnych.", + "max_width_label": "Maksymalna szerokość treści", + "max_width_unit": "pikseli", + "centerContent": "Utrzymuj treść wyśrodkowaną" + }, + "native_title_bar": { + "title": "Natywny pasek tytułu (wymaga restartu aplikacji)", + "enabled": "włączony", + "disabled": "wyłączony" + }, + "ribbon": { + "widgets": "Widżety wstążki", + "promoted_attributes_message": "Karta wstążki Wyróżnione Atrybuty otworzy się automatycznie, jeśli w notatce obecne są wyróżnione atrybuty", + "edited_notes_message": "Karta wstążki Edytowane Notatki otworzy się automatycznie na notatkach dziennych" + }, + "theme": { + "title": "Motyw aplikacji", + "theme_label": "Motyw", + "override_theme_fonts_label": "Nadpisz czcionki motywu", + "auto_theme": "Legacy (zgodny z systemem)", + "light_theme": "Legacy (Jasny)", + "dark_theme": "Legacy (Ciemny)", + "triliumnext": "Trilium (zgodny z systemem)", + "triliumnext-light": "Trilium (Jasny)", + "triliumnext-dark": "Trilium (Ciemny)", + "layout": "Układ", + "layout-vertical-title": "Pionowy", + "layout-horizontal-title": "Poziomy", + "layout-vertical-description": "pasek uruchamiania znajduje się po lewej stronie (domyślnie)", + "layout-horizontal-description": "pasek uruchamiania znajduje się pod paskiem kart, pasek kart ma teraz pełną szerokość." + }, + "ui-performance": { + "title": "Wydajność", + "enable-motion": "Włącz przejścia i animacje", + "enable-shadows": "Włącz cienie", + "enable-backdrop-effects": "Włącz efekty tła dla menu, okienek i paneli", + "enable-smooth-scroll": "Włącz płynne przewijanie", + "app-restart-required": "(wymagane jest ponowne uruchomienie aplikacji, aby zmiana weszła w życie)" + }, + "zoom_factor": { + "title": "Współczynnik powiększenia (tylko wersja desktop)", + "description": "Powiększaniem można sterować również za pomocą skrótów CTRL+- i CTRL+=." + }, + "code_auto_read_only_size": { + "title": "Automatyczny rozmiar tylko do odczytu", + "description": "Automatyczny rozmiar notatki tylko do odczytu to rozmiar, po przekroczeniu którego notatki będą wyświetlane w trybie tylko do odczytu (ze względów wydajnościowych).", + "label": "Automatyczny rozmiar tylko do odczytu (notatki kodu)", + "unit": "znaków" + }, + "code-editor-options": { + "title": "Edytor" + }, + "code_mime_types": { + "title": "Dostępne typy MIME na liście rozwijanej", + "tooltip_syntax_highlighting": "Podświetlanie składni", + "tooltip_code_block_syntax": "Bloki kodu w notatkach tekstowych", + "tooltip_code_note_syntax": "Notatki kodu" + }, + "vim_key_bindings": { + "use_vim_keybindings_in_code_notes": "Skróty klawiszowe Vim", + "enable_vim_keybindings": "Włącz skróty klawiszowe Vim w notatkach kodu (brak trybu ex)" + }, + "wrap_lines": { + "wrap_lines_in_code_notes": "Zawijaj wiersze w notatkach kodu", + "enable_line_wrap": "Włącz zawijanie wierszy (zmiana może wymagać przeładowania frontendu)" + }, + "images": { + "images_section_title": "Obrazy", + "download_images_automatically": "Pobieraj obrazy automatycznie do użytku offline.", + "download_images_description": "Wklejony HTML może zawierać odniesienia do obrazów online, Trilium znajdzie te odniesienia i pobierze obrazy, aby były dostępne offline.", + "enable_image_compression": "Włącz kompresję obrazów", + "max_image_dimensions": "Maksymalna szerokość / wysokość obrazu (obraz zostanie przeskalowany, jeśli przekroczy to ustawienie).", + "max_image_dimensions_unit": "pikseli", + "jpeg_quality_description": "Jakość JPEG (10 - najgorsza jakość, 100 - najlepsza jakość, zalecane 50 - 85)" + }, + "attachment_erasure_timeout": { + "attachment_erasure_timeout": "Limit czasu wymazywania załączników", + "attachment_auto_deletion_description": "Załączniki są automatycznie usuwane (i wymazywane), jeśli nie są już powiązane z ich notatką po określonym czasie.", + "erase_attachments_after": "Wymaż nieużywane załączniki po:", + "manual_erasing_description": "Możesz również wywołać wymazywanie ręcznie (bez uwzględniania zdefiniowanego powyżej limitu czasu):", + "erase_unused_attachments_now": "Wymaż nieużywane załączniki teraz", + "unused_attachments_erased": "Nieużywane załączniki zostały wymazane." + }, + "network_connections": { + "network_connections_title": "Połączenia sieciowe", + "check_for_updates": "Sprawdzaj aktualizacje automatycznie" + }, + "note_erasure_timeout": { + "note_erasure_timeout_title": "Limit czasu wymazywania notatek", + "note_erasure_description": "Usunięte notatki (oraz atrybuty, wersje...) są początkowo tylko oznaczane jako usunięte i możliwe jest ich odzyskanie z okna Ostatnie notatki. Po pewnym czasie usunięte notatki są \"wymazywane\", co oznacza, że ich zawartość nie jest już możliwa do odzyskania. To ustawienie pozwala skonfigurować długość okresu między usunięciem a wymazaniem notatki.", + "erase_notes_after": "Wymaż notatki po:", + "manual_erasing_description": "Możesz również wywołać wymazywanie ręcznie (bez uwzględniania zdefiniowanego powyżej limitu czasu):", + "erase_deleted_notes_now": "Wymaż usunięte notatki teraz", + "deleted_notes_erased": "Usunięte notatki zostały wymazane." + }, + "revisions_snapshot_interval": { + "note_revisions_snapshot_interval_title": "Interwał zrzutu wersji notatki", + "note_revisions_snapshot_description": "Interwał zrzutu wersji notatki to czas, po którym zostanie utworzona nowa wersja notatki. Zobacz wiki po więcej informacji.", + "snapshot_time_interval_label": "Interwał czasowy zrzutu wersji notatki:" + }, + "revisions_snapshot_limit": { + "note_revisions_snapshot_limit_title": "Limit zrzutów wersji notatki", + "note_revisions_snapshot_limit_description": "Limit liczby zrzutów wersji notatki odnosi się do maksymalnej liczby wersji, które mogą zostać zapisane dla każdej notatki. Gdzie -1 oznacza brak limitu, 0 oznacza usuwanie wszystkich wersji. Możesz ustawić maksymalną liczbę wersji dla pojedynczej notatki za pomocą etykiety #versioningLimit.", + "snapshot_number_limit_label": "Limit liczbowy zrzutów wersji notatki:", + "snapshot_number_limit_unit": "zrzutów", + "erase_excess_revision_snapshots": "Wymaż nadmiarowe zrzuty wersji teraz", + "erase_excess_revision_snapshots_prompt": "Nadmiarowe zrzuty wersji zostały wymazane." + }, + "search_engine": { + "title": "Wyszukiwarka", + "custom_search_engine_info": "Niestandardowa wyszukiwarka wymaga ustawienia zarówno nazwy, jak i adresu URL. Jeśli którykolwiek z nich nie zostanie ustawiony, jako domyślna wyszukiwarka zostanie użyte DuckDuckGo.", + "predefined_templates_label": "Predefiniowane szablony wyszukiwarek", + "bing": "Bing", + "baidu": "Baidu", + "duckduckgo": "DuckDuckGo", + "google": "Google", + "custom_name_label": "Nazwa niestandardowej wyszukiwarki", + "custom_name_placeholder": "Dostosuj nazwę wyszukiwarki", + "custom_url_label": "URL niestandardowej wyszukiwarki powinien zawierać {keyword} jako symbol zastępczy dla wyszukiwanej frazy.", + "custom_url_placeholder": "Dostosuj URL wyszukiwarki", + "save_button": "Zapisz" + }, + "tray": { + "title": "Zasobnik systemowy (Tray)", + "enable_tray": "Włącz zasobnik (wymagany restart Trilium, aby zmiana weszła w życie)" + }, + "heading_style": { + "title": "Styl nagłówków", + "plain": "Zwykły", + "underline": "Podkreślenie", + "markdown": "Styl Markdown" + }, + "highlights_list": { + "title": "Lista wyróżnień", + "description": "Możesz dostosować listę wyróżnień wyświetlaną w prawym panelu:", + "bold": "Tekst pogrubiony", + "italic": "Tekst pochylony", + "underline": "Tekst podkreślony", + "color": "Tekst kolorowy", + "bg_color": "Tekst z kolorem tła", + "visibility_title": "Widoczność Listy wyróżnień", + "visibility_description": "Możesz ukryć widżet wyróżnień dla poszczególnych notatek, dodając etykietę #hideHighlightWidget.", + "shortcut_info": "Możesz skonfigurować skrót klawiszowy do szybkiego przełączania prawego panelu (w tym Wyróżnień) w Opcje -> Skróty (nazwa 'toggleRightPane')." + }, + "table_of_contents": { + "title": "Spis treści", + "description": "Spis treści pojawi się w notatkach tekstowych, gdy notatka ma więcej niż zdefiniowaną liczbę nagłówków. Możesz dostosować tę liczbę:", + "unit": "nagłówków", + "disable_info": "Możesz również użyć tej opcji, aby skutecznie wyłączyć spis treści, ustawiając bardzo wysoką liczbę.", + "shortcut_info": "Możesz skonfigurować skrót klawiszowy do szybkiego przełączania prawego panelu (w tym Spisu treści) w Opcje -> Skróty (nazwa 'toggleRightPane')." + }, + "text_auto_read_only_size": { + "title": "Automatyczny rozmiar tylko do odczytu", + "description": "Automatyczny rozmiar notatki tylko do odczytu to rozmiar, po przekroczeniu którego notatki będą wyświetlane w trybie tylko do odczytu (ze względów wydajnościowych).", + "label": "Automatyczny rozmiar tylko do odczytu (notatki tekstowe)", + "unit": "znaków" + }, + "custom_date_time_format": { + "title": "Niestandardowy format daty/godziny", + "description": "Dostosuj format daty i godziny wstawianej za pomocą lub paska narzędzi. Zobacz dokumentację Day.js dla dostępnych tokenów formatowania.", + "format_string": "Ciąg formatujący:", + "formatted_time": "Sformatowana data/godzina:" + }, + "i18n": { + "title": "Lokalizacja", + "language": "Język", + "first-day-of-the-week": "Pierwszy dzień tygodnia", + "monday": "Poniedziałek", + "tuesday": "Wtorek", + "wednesday": "Środa", + "thursday": "Czwartek", + "friday": "Piątek", + "saturday": "Sobota", + "sunday": "Niedziela", + "first-week-of-the-year": "Pierwszy tydzień roku", + "first-week-contains-first-day": "Pierwszy tydzień zawiera pierwszy dzień roku", + "first-week-contains-first-thursday": "Pierwszy tydzień zawiera pierwszy czwartek roku", + "first-week-has-minimum-days": "Pierwszy tydzień ma minimalną liczbę dni", + "min-days-in-first-week": "Minimalna liczba dni w pierwszym tygodniu", + "first-week-info": "Pierwszy tydzień zawiera pierwszy czwartek roku bazuje na standardzie ISO 8601.", + "first-week-warning": "Zmiana opcji pierwszego tygodnia może spowodować duplikację istniejących notatek tygodniowych, a istniejące notatki tygodniowe nie zostaną odpowiednio zaktualizowane.", + "formatting-locale": "Format daty i liczb", + "formatting-locale-auto": "Na podstawie języka aplikacji" + }, + "backup": { + "automatic_backup": "Automatyczna kopia zapasowa", + "automatic_backup_description": "Trilium może automatycznie tworzyć kopię zapasową bazy danych:", + "enable_daily_backup": "Włącz codzienną kopię zapasową", + "enable_weekly_backup": "Włącz cotygodniową kopię zapasową", + "enable_monthly_backup": "Włącz comiesięczną kopię zapasową", + "backup_recommendation": "Zaleca się włączenie kopii zapasowej, ale może to spowolnić uruchamianie aplikacji przy dużych bazach danych i/lub wolnych urządzeniach pamięci masowej.", + "backup_now": "Utwórz kopię zapasową teraz", + "backup_database_now": "Utwórz kopię zapasową bazy danych teraz", + "existing_backups": "Istniejące kopie zapasowe", + "date-and-time": "Data i godzina", + "path": "Ścieżka", + "database_backed_up_to": "Kopia zapasowa bazy danych została zapisana w {{backupFilePath}}", + "no_backup_yet": "brak kopii zapasowych" + }, + "etapi": { + "title": "ETAPI", + "description": "ETAPI to REST API służące do programowego dostępu do instancji Trilium, bez interfejsu użytkownika.", + "create_token": "Utwórz nowy token ETAPI", + "existing_tokens": "Istniejące tokeny", + "no_tokens_yet": "Nie ma jeszcze żadnych tokenów. Kliknij przycisk powyżej, aby utworzyć jeden.", + "token_name": "Nazwa tokenu", + "created": "Utworzono", + "actions": "Akcje", + "new_token_title": "Nowy token ETAPI", + "new_token_message": "Proszę wprowadzić nazwę nowego tokenu", + "default_token_name": "nowy token", + "error_empty_name": "Nazwa tokenu nie może być pusta", + "token_created_title": "Token ETAPI utworzony", + "token_created_message": "Skopiuj utworzony token do schowka. Trilium przechowuje token zaszyfrowany i jest to ostatni raz, kiedy go widzisz.", + "rename_token": "Zmień nazwę tego tokenu", + "delete_token": "Usuń / dezaktywuj ten token", + "rename_token_title": "Zmień nazwę tokenu", + "rename_token_message": "Proszę wprowadzić nową nazwę tokenu", + "delete_token_confirmation": "Czy na pewno chcesz usunąć token ETAPI \"{{name}}\"?" + }, + "options_widget": { + "options_status": "Status opcji", + "options_change_saved": "Zmiana opcji została zapisana." + }, + "password": { + "heading": "Hasło", + "alert_message": "Pamiętaj, aby zapamiętać swoje nowe hasło. Hasło służy do logowania się do interfejsu webowego oraz do szyfrowania chronionych notatek. Jeśli zapomnisz hasła, wszystkie Twoje chronione notatki zostaną utracone na zawsze.", + "reset_link": "Kliknij tutaj, aby je zresetować.", + "old_password": "Stare hasło", + "new_password": "Nowe hasło", + "new_password_confirmation": "Potwierdzenie nowego hasła", + "change_password": "Zmień hasło", + "protected_session_timeout": "Limit czasu sesji chronionej", + "protected_session_timeout_description": "Limit czasu sesji chronionej to okres, po którym sesja chroniona jest usuwana z pamięci przeglądarki. Jest to mierzone od ostatniej interakcji z chronionymi notatkami. Zobacz", + "wiki": "wiki", + "for_more_info": "po więcej informacji.", + "protected_session_timeout_label": "Limit czasu sesji chronionej:", + "reset_confirmation": "Resetując hasło, na zawsze stracisz dostęp do wszystkich istniejących chronionych notatek. Czy na pewno chcesz zresetować hasło?", + "reset_success_message": "Hasło zostało zresetowane. Proszę ustawić nowe hasło", + "change_password_heading": "Zmień hasło", + "set_password_heading": "Ustaw hasło", + "set_password": "Ustaw hasło", + "password_mismatch": "Nowe hasła nie są takie same.", + "password_changed_success": "Hasło zostało zmienione. Trilium zostanie przeładowane po naciśnięciu OK." + }, + "multi_factor_authentication": { + "title": "Uwierzytelnianie wieloskładnikowe (MFA)", + "description": "Uwierzytelnianie wieloskładnikowe (MFA) dodaje dodatkową warstwę zabezpieczeń do Twojego konta. Zamiast tylko wpisywać hasło do logowania, MFA wymaga podania jednego lub więcej dodatkowych dowodów tożsamości. W ten sposób, nawet jeśli ktoś zdobędzie Twoje hasło, nadal nie będzie mógł uzyskać dostępu do Twojego konta bez drugiej informacji. To jak dodanie dodatkowego zamka do drzwi, utrudniającego włamanie.

Proszę postępować zgodnie z poniższymi instrukcjami, aby włączyć MFA. Jeśli nie skonfigurujesz poprawnie, logowanie powróci do samego hasła.", + "mfa_enabled": "Włącz uwierzytelnianie wieloskładnikowe", + "mfa_method": "Metoda MFA", + "electron_disabled": "Uwierzytelnianie wieloskładnikowe nie jest obecnie obsługiwane w wersji desktopowej.", + "totp_title": "Hasło jednorazowe oparte na czasie (TOTP)", + "totp_description": "TOTP (Time-Based One-Time Password) to funkcja bezpieczeństwa, która generuje unikalny, tymczasowy kod zmieniający się co 30 sekund. Używasz tego kodu wraz z hasłem do logowania się na konto, co znacznie utrudnia dostęp innym osobom.", + "totp_secret_title": "Wygeneruj sekret TOTP", + "totp_secret_generate": "Wygeneruj sekret TOTP", + "totp_secret_regenerate": "Wygeneruj ponownie sekret TOTP", + "no_totp_secret_warning": "Aby włączyć TOTP, musisz najpierw wygenerować sekret TOTP.", + "totp_secret_description_warning": "Po wygenerowaniu nowego sekretu TOTP będziesz musiał zalogować się ponownie przy użyciu nowego sekretu TOTP.", + "totp_secret_generated": "Sekret TOTP wygenerowany", + "totp_secret_warning": "Proszę zapisać wygenerowany sekret w bezpiecznym miejscu. Nie zostanie pokazany ponownie.", + "totp_secret_regenerate_confirm": "Czy na pewno chcesz ponownie wygenerować sekret TOTP? To unieważni poprzedni sekret TOTP i wszystkie istniejące kody odzyskiwania.", + "recovery_keys_title": "Klucze odzyskiwania logowania jednokrotnego (SSO)", + "recovery_keys_description": "Klucze odzyskiwania logowania jednokrotnego służą do logowania w przypadku braku dostępu do kodów Authenticator.", + "recovery_keys_description_warning": "Klucze odzyskiwania nie zostaną pokazane ponownie po opuszczeniu strony, przechowuj je w bezpiecznym miejscu.
Po użyciu klucza odzyskiwania nie można go użyć ponownie.", + "recovery_keys_error": "Błąd generowania kodów odzyskiwania", + "recovery_keys_no_key_set": "Nie ustawiono kodów odzyskiwania", + "recovery_keys_generate": "Wygeneruj kody odzyskiwania", + "recovery_keys_regenerate": "Wygeneruj ponownie kody odzyskiwania", + "recovery_keys_used": "Użyto: {{date}}", + "recovery_keys_unused": "Kod odzyskiwania {{index}} jest nieużywany", + "oauth_title": "OAuth/OpenID", + "oauth_description": "OpenID to standardowy sposób logowania do stron internetowych przy użyciu konta z innej usługi, takiej jak Google, w celu weryfikacji tożsamości. Domyślnym dostawcą jest Google, ale można go zmienić na dowolnego innego dostawcę OpenID. Sprawdź tutaj, aby uzyskać więcej informacji. Postępuj zgodnie z tymi instrukcjami, aby skonfigurować usługę OpenID przez Google.", + "oauth_description_warning": "Aby włączyć OAuth/OpenID, musisz ustawić bazowy URL OAuth/OpenID, ID klienta i sekret klienta w pliku config.ini i zrestartować aplikację. Jeśli chcesz ustawić je za pomocą zmiennych środowiskowych, ustaw TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID i TRILIUM_OAUTH_CLIENT_SECRET.", + "oauth_missing_vars": "Brakujące ustawienia: {{-variables}}", + "oauth_user_account": "Konto użytkownika: ", + "oauth_user_email": "Email użytkownika: ", + "oauth_user_not_logged_in": "Nie zalogowano!" + }, + "shortcuts": { + "keyboard_shortcuts": "Skróty klawiszowe", + "multiple_shortcuts": "Wiele skrótów dla tej samej akcji można oddzielić przecinkiem.", + "electron_documentation": "Zobacz dokumentację Electron dla dostępnych modyfikatorów i kodów klawiszy.", + "type_text_to_filter": "Wpisz tekst, aby filtrować skróty...", + "action_name": "Nazwa akcji", + "shortcuts": "Skróty", + "default_shortcuts": "Domyślne skróty", + "description": "Opis", + "reload_app": "Przeładuj aplikację, aby zastosować zmiany", + "set_all_to_default": "Ustaw wszystkie skróty na domyślne", + "confirm_reset": "Czy na pewno chcesz zresetować wszystkie skróty klawiszowe do domyślnych?" + }, + "spellcheck": { + "title": "Sprawdzanie pisowni", + "description": "Te opcje dotyczą tylko wersji desktopowych, przeglądarki będą używać własnego natywnego sprawdzania pisowni.", + "enable": "Włącz sprawdzanie pisowni", + "language_code_label": "Kod(y) języka", + "language_code_placeholder": "na przykład \"pl-PL\", \"en-US\"", + "multiple_languages_info": "Wiele języków można oddzielić przecinkiem, np. \"en-US, de-DE, pl\". ", + "available_language_codes_label": "Dostępne kody języków:", + "restart-required": "Zmiany w opcjach sprawdzania pisowni wejdą w życie po ponownym uruchomieniu aplikacji." + }, + "sync_2": { + "config_title": "Konfiguracja synchronizacji", + "server_address": "Adres instancji serwera", + "timeout": "Limit czasu synchronizacji", + "timeout_unit": "milisekund", + "proxy_label": "Serwer proxy synchronizacji (opcjonalnie)", + "note": "Uwaga", + "note_description": "Jeśli pozostawisz ustawienie proxy puste, zostanie użyte proxy systemowe (dotyczy tylko wersji desktop/electron).", + "special_value_description": "Inną wartością specjalną jest noproxy, która wymusza ignorowanie nawet proxy systemowego i respektuje NODE_TLS_REJECT_UNAUTHORIZED.", + "save": "Zapisz", + "help": "Pomoc", + "test_title": "Test synchronizacji", + "test_description": "To przetestuje połączenie i handshake z serwerem synchronizacji. Jeśli serwer synchronizacji nie jest zainicjowany, skonfiguruje go do synchronizacji z lokalnym dokumentem.", + "test_button": "Testuj synchronizację", + "handshake_failed": "Handshake serwera synchronizacji nie powiódł się, błąd: {{message}}" + }, + "api_log": { + "close": "Zamknij" + }, + "attachment_detail_2": { + "will_be_deleted_in": "Ten załącznik zostanie automatycznie usunięty za {{time}}", + "will_be_deleted_soon": "Ten załącznik zostanie wkrótce automatycznie usunięty", + "deletion_reason": ", ponieważ załącznik nie jest podlinkowany w treści notatki. Aby zapobiec usunięciu, dodaj link do załącznika z powrotem do treści lub przekonwertuj załącznik na notatkę.", + "role_and_size": "Rola: {{role}}, Rozmiar: {{size}}", + "link_copied": "Link do załącznika skopiowany do schowka.", + "unrecognized_role": "Nierozpoznana rola załącznika '{{role}}'." + }, + "bookmark_switch": { + "bookmark": "Zakładka", + "bookmark_this_note": "Dodaj tę notatkę do zakładek w lewym panelu", + "remove_bookmark": "Usuń zakładkę" + }, + "editability_select": { + "auto": "Auto", + "read_only": "Tylko do odczytu", + "always_editable": "Zawsze edytowalna", + "note_is_editable": "Notatka jest edytowalna, jeśli nie jest zbyt długa.", + "note_is_read_only": "Notatka jest tylko do odczytu, ale można ją edytować po kliknięciu przycisku.", + "note_is_always_editable": "Notatka jest zawsze edytowalna, niezależnie od jej długości." + }, + "note-map": { + "button-link-map": "Mapa linków", + "button-tree-map": "Mapa drzewa" + }, + "tree-context-menu": { + "open-in-a-new-tab": "Otwórz w nowej karcie", + "open-in-a-new-split": "Otwórz w nowym podziale", + "insert-note-after": "Wstaw notatkę po", + "insert-child-note": "Wstaw notatkę podrzędną", + "archive": "Archiwizuj", + "unarchive": "Przywróć z archiwum", + "delete": "Usuń", + "search-in-subtree": "Szukaj w poddrzewie", + "hoist-note": "Zawęź widok do notatki (Hoist)", + "unhoist-note": "Cofnij zawężenie (Unhoist)", + "edit-branch-prefix": "Edytuj prefiks gałęzi", + "advanced": "Zaawansowane", + "expand-subtree": "Rozwiń poddrzewo", + "collapse-subtree": "Zwiń poddrzewo", + "sort-by": "Sortuj według...", + "recent-changes-in-subtree": "Ostatnie zmiany w poddrzewie", + "convert-to-attachment": "Konwertuj na załącznik", + "copy-note-path-to-clipboard": "Kopiuj ścieżkę notatki do schowka", + "protect-subtree": "Chroń poddrzewo", + "unprotect-subtree": "Zdejmij ochronę z poddrzewa", + "copy-clone": "Kopiuj / klonuj", + "clone-to": "Sklonuj do...", + "cut": "Wytnij", + "move-to": "Przenieś do...", + "paste-into": "Wklej do", + "paste-after": "Wklej po", + "duplicate": "Duplikuj", + "export": "Eksportuj", + "import-into-note": "Importuj do notatki", + "apply-bulk-actions": "Zastosuj akcje masowe", + "converted-to-attachments": "{{count}} notatek zostało przekonwertowanych na załączniki.", + "convert-to-attachment-confirm": "Czy na pewno chcesz przekonwertować wybrane notatki na załączniki ich notatek nadrzędnych? Ta operacja dotyczy tylko notatek Obrazów, inne notatki zostaną pominięte.", + "open-in-popup": "Szybka edycja" + }, + "shared_info": { + "shared_publicly": "Ta notatka jest udostępniona publicznie pod adresem {{- link}}.", + "shared_locally": "Ta notatka jest udostępniona lokalnie pod adresem {{- link}}.", + "help_link": "Aby uzyskać pomoc, odwiedź wiki." + }, + "note_types": { + "text": "Tekst", + "code": "Kod", + "saved-search": "Zapisane wyszukiwanie", + "relation-map": "Mapa relacji", + "note-map": "Mapa notatek", + "render-note": "Renderuj notatkę", + "book": "Kolekcja", + "mermaid-diagram": "Diagram Mermaid", + "canvas": "Płótno", + "web-view": "Widok WWW", + "mind-map": "Mapa myśli", + "file": "Plik", + "image": "Obraz", + "launcher": "Launcher", + "doc": "Dokument", + "widget": "Widżet", + "confirm-change": "Nie zaleca się zmiany typu notatki, gdy treść notatki nie jest pusta. Czy mimo to chcesz kontynuować?", + "geo-map": "Mapa Geo", + "beta-feature": "Beta", + "task-list": "Lista zadań", + "new-feature": "Nowość", + "collections": "Kolekcje" + }, + "protect_note": { + "toggle-on": "Chroń notatkę", + "toggle-off": "Zdejmij ochronę z notatki", + "toggle-on-hint": "Notatka nie jest chroniona, kliknij, aby włączyć ochronę", + "toggle-off-hint": "Notatka jest chroniona, kliknij, aby zdjąć ochronę" + }, + "shared_switch": { + "shared": "Udostępniona", + "toggle-on-title": "Udostępnij notatkę", + "toggle-off-title": "Przestań udostępniać notatkę", + "shared-branch": "Ta notatka istnieje tylko jako notatka udostępniona, zaprzestanie udostępniania spowoduje jej usunięcie. Czy chcesz kontynuować i usunąć tę notatkę?", + "inherited": "Nie można przestać udostępniać notatki w tym miejscu, ponieważ jest ona udostępniona poprzez dziedziczenie od przodka." + }, + "template_switch": { + "template": "Szablon", + "toggle-on-hint": "Uczyń notatkę szablonem", + "toggle-off-hint": "Usuń notatkę z szablonów" + }, + "open-help-page": "Otwórz stronę pomocy", + "find": { + "case_sensitive": "Uwzględnij wielkość liter", + "match_words": "Dopasuj całe słowa", + "find_placeholder": "Znajdź w tekście...", + "replace_placeholder": "Zamień na...", + "replace": "Zamień", + "replace_all": "Zamień wszystko" + }, + "highlights_list_2": { + "title": "Lista wyróżnień", + "options": "Opcje", + "modal_title": "Konfiguracja listy wyróżnień", + "menu_configure": "Konfiguracja listy wyróżnień...", + "no_highlights": "Nie znaleziono wyróżnień.", + "title_with_count_one": "{{count}} podświetlenie", + "title_with_count_few": "{{count}} podświetlenia", + "title_with_count_many": "{{count}} podświetleń" + }, + "quick-search": { + "placeholder": "Szybkie wyszukiwanie", + "searching": "Szukanie...", + "no-results": "Brak wyników", + "more-results": "... i {{number}} więcej wyników.", + "show-in-full-search": "Pokaż w pełnym wyszukiwaniu" + }, + "note_tree": { + "collapse-title": "Zwiń drzewo notatek", + "scroll-active-title": "Przewiń do aktywnej notatki", + "tree-settings-title": "Ustawienia drzewa", + "hide-archived-notes": "Ukryj zarchiwizowane notatki", + "automatically-collapse-notes": "Automatycznie zwijaj notatki", + "automatically-collapse-notes-title": "Notatki zostaną zwinięte po okresie bezczynności, aby uporządkować drzewo.", + "save-changes": "Zapisz i zastosuj zmiany", + "auto-collapsing-notes-after-inactivity": "Automatyczne zwijanie notatek po bezczynności...", + "saved-search-note-refreshed": "Notatka zapisanego wyszukiwania odświeżona.", + "hoist-this-note-workspace": "Zawęź widok do tej notatki (obszar roboczy)", + "refresh-saved-search-results": "Odśwież wyniki zapisanego wyszukiwania", + "create-child-note": "Utwórz notatkę podrzędną", + "unhoist": "Cofnij zawężenie", + "toggle-sidebar": "Przełącz pasek boczny", + "dropping-not-allowed": "Upuszczanie notatek w tej lokalizacji jest niedozwolone." + }, + "title_bar_buttons": { + "window-on-top": "Utrzymuj okno na wierzchu" + }, + "note_detail": { + "could_not_find_typewidget": "Nie można znaleźć widżetu typu dla typu '{{type}}'", + "printing": "Drukowanie w toku...", + "printing_pdf": "Eksportowanie do PDF w toku..." + }, + "note_title": { + "placeholder": "wpisz tytuł notatki tutaj...", + "created_on": "Utworzono ", + "last_modified": "Zmodyfikowano: ", + "note_type_switcher_label": "Zmień z {{type}} na:", + "note_type_switcher_others": "Inny typ notatki", + "note_type_switcher_templates": "Szablon", + "note_type_switcher_collection": "Kolekcja", + "edited_notes": "Edytowane notatki" + }, + "search_result": { + "no_notes_found": "Nie znaleziono notatek dla podanych parametrów wyszukiwania.", + "search_not_executed": "Wyszukiwanie nie zostało jeszcze wykonane. Kliknij przycisk \"Szukaj\" powyżej, aby zobaczyć wyniki." + }, + "spacer": { + "configure_launchbar": "Konfiguruj pasek szybkiego dostępu" + }, + "sql_result": { + "no_rows": "Dla tego zapytania nie zwrócono żadnych wierszy" + }, + "sql_table_schemas": { + "tables": "Tabele" + }, + "tab_row": { + "close_tab": "Zamknij kartę", + "add_new_tab": "Dodaj nową kartę", + "close": "Zamknij", + "close_other_tabs": "Zamknij inne karty", + "close_right_tabs": "Zamknij karty po prawej", + "close_all_tabs": "Zamknij wszystkie karty", + "reopen_last_tab": "Otwórz ponownie ostatnio zamkniętą kartę", + "move_tab_to_new_window": "Przenieś tę kartę do nowego okna", + "copy_tab_to_new_window": "Skopiuj tę kartę do nowego okna", + "new_tab": "Nowa karta" + }, + "toc": { + "table_of_contents": "Spis treści", + "options": "Opcje", + "no_headings": "Brak nagłówków." + }, + "watched_file_update_status": { + "file_last_modified": "Plik został ostatnio zmodyfikowany .", + "upload_modified_file": "Prześlij zmodyfikowany plik", + "ignore_this_change": "Ignoruj tę zmianę" + }, + "app_context": { + "please_wait_for_save": "Poczekaj kilka sekund na zakończenie zapisu, a następnie spróbuj ponownie." + }, + "note_create": { + "duplicated": "Notatka \"{{title}}\" została zduplikowana." + }, + "image": { + "copied-to-clipboard": "Odniesienie do obrazu zostało skopiowane do schowka. Można je wkleić w dowolnej notatce tekstowej.", + "cannot-copy": "Nie udało się skopiować odniesienia do obrazu do schowka." + }, + "clipboard": { + "cut": "Notatka(-i) zostały wycięte do schowka.", + "copied": "Notatka(-i) zostały skopiowane do schowka.", + "copy_failed": "Nie można skopiować do schowka z powodu problemów z uprawnieniami.", + "copy_success": "Skopiowano do schowka." + }, + "entrypoints": { + "note-revision-created": "Utworzono wersję notatki.", + "note-executed": "Notatka wykonana.", + "sql-error": "Wystąpił błąd podczas wykonywania zapytania SQL: {{message}}" + }, + "branches": { + "cannot-move-notes-here": "Nie można przenieść notatek tutaj.", + "delete-status": "Status usuwania", + "delete-notes-in-progress": "Usuwanie notatek w toku: {{count}}", + "delete-finished-successfully": "Usuwanie zakończone pomyślnie.", + "undeleting-notes-in-progress": "Przywracanie notatek w toku: {{count}}", + "undeleting-notes-finished-successfully": "Przywracanie notatek zakończone pomyślnie." + }, + "frontend_script_api": { + "async_warning": "Przekazujesz funkcję asynchroniczną do `api.runOnBackend()`, co prawdopodobnie nie zadziała zgodnie z Twoimi intencjami.\\nAlbo spraw, aby funkcja była synchroniczna (usuwając słowo kluczowe `async`), albo użyj `api.runAsyncOnBackendWithManualTransactionHandling()`.", + "sync_warning": "Przekazujesz funkcję synchroniczną do `api.runAsyncOnBackendWithManualTransactionHandling()`,\\npodczas gdy prawdopodobnie powinieneś użyć `api.runOnBackend()`." + }, + "ws": { + "sync-check-failed": "Sprawdzanie synchronizacji nie powiodło się!", + "consistency-checks-failed": "Sprawdzanie spójności nie powiodło się! Zobacz logi po szczegóły.", + "encountered-error": "Napotkano błąd \"{{message}}\", sprawdź konsolę.", + "lost-websocket-connection-title": "Utracono połączenie z serwerem", + "lost-websocket-connection-message": "Sprawdź konfigurację odwrotnego proxy (np. nginx lub Apache), aby upewnić się, że połączenia WebSocket są prawidłowo dozwolone i nie są blokowane." + }, + "hoisted_note": { + "confirm_unhoisting": "Żądana notatka '{{requestedNote}}' znajduje się poza poddrzewem zawężonej notatki '{{hoistedNote}}' i musisz cofnąć zawężenie, aby uzyskać do niej dostęp. Czy chcesz kontynuować cofanie zawężenia?" + }, + "launcher_context_menu": { + "reset_launcher_confirm": "Czy na pewno chcesz zresetować \"{{title}}\"? Wszystkie dane / ustawienia w tej notatce (i jej elementach podrzędnych) zostaną utracone, a launcher zostanie przywrócony do pierwotnej lokalizacji.", + "add-note-launcher": "Dodaj launcher notatki", + "add-script-launcher": "Dodaj launcher skryptu", + "add-custom-widget": "Dodaj niestandardowy widżet", + "add-spacer": "Dodaj odstęp", + "delete": "Usuń ", + "reset": "Resetuj", + "move-to-visible-launchers": "Przenieś do widocznych launcherów", + "move-to-available-launchers": "Przenieś do dostępnych launcherów", + "duplicate-launcher": "Duplikuj launcher " + }, + "highlighting": { + "title": "Bloki kodu", + "description": "Kontroluje podświetlanie składni dla bloków kodu wewnątrz notatek tekstowych, notatki kodu nie zostaną zmienione.", + "color-scheme": "Schemat kolorów" + }, + "code_block": { + "word_wrapping": "Zawijanie słów", + "theme_none": "Brak podświetlania składni", + "theme_group_light": "Jasne motywy", + "theme_group_dark": "Ciemne motywy", + "copy_title": "Kopiuj do schowka" + }, + "classic_editor_toolbar": { + "title": "Formatowanie" + }, + "editor": { + "title": "Edytor" + }, + "editing": { + "editor_type": { + "label": "Pasek narzędzi formatowania", + "floating": { + "title": "Pływający", + "description": "narzędzia edycji pojawiają się w pobliżu kursora;" + }, + "fixed": { + "title": "Stały", + "description": "narzędzia edycji pojawiają się w karcie wstążki \"Formatowanie\"." + }, + "multiline-toolbar": "Wyświetl pasek narzędzi w wielu wierszach, jeśli się nie mieści." + } + }, + "geo-map": { + "create-child-note-title": "Utwórz nową notatkę podrzędną i dodaj ją do mapy", + "create-child-note-instruction": "Kliknij na mapie, aby utworzyć nową notatkę w tej lokalizacji lub naciśnij Escape, aby anulować.", + "unable-to-load-map": "Nie można załadować mapy." + }, + "geo-map-context": { + "open-location": "Otwórz lokalizację", + "remove-from-map": "Usuń z mapy", + "add-note": "Dodaj znacznik w tej lokalizacji" + }, + "help-button": { + "title": "Otwórz odpowiednią stronę pomocy" + }, + "time_selector": { + "invalid_input": "Wprowadzona wartość czasu nie jest prawidłową liczbą.", + "minimum_input": "Wprowadzona wartość czasu musi wynosić co najmniej {{minimumSeconds}} sekund." + }, + "presentation_view": { + "edit-slide": "Edytuj ten slajd", + "start-presentation": "Rozpocznij prezentację", + "slide-overview": "Przełącz przegląd slajdów" + }, + "experimental_features": { + "title": "Opcje eksperymentalne", + "disclaimer": "Te opcje są eksperymentalne i mogą powodować niestabilność. Używaj z ostrożnością.", + "new_layout_name": "Nowy układ", + "new_layout_description": "Wypróbuj nowy układ dla nowocześniejszego wyglądu i lepszej użyteczności. Podlega znacznym zmianom w nadchodzących wydaniach." + }, + "read-only-info": { + "read-only-note": "Obecnie przeglądasz notatkę tylko do odczytu.", + "auto-read-only-note": "Ta notatka jest wyświetlana w trybie tylko do odczytu dla szybszego ładowania.", + "edit-note": "Edytuj notatkę" + }, + "calendar_view": { + "delete_note": "Usuń notatkę..." + }, + "note-color": { + "clear-color": "Wyczyść kolor notatki", + "set-color": "Ustaw kolor notatki", + "set-custom-color": "Ustaw niestandardowy kolor notatki" + }, + "popup-editor": { + "maximize": "Przełącz na pełny edytor" + }, + "server": { + "unknown_http_error_title": "Błąd komunikacji z serwerem", + "unknown_http_error_content": "Kod statusu: {{statusCode}}\nURL: {{method}} {{url}}\nWiadomość: {{message}}", + "traefik_blocks_requests": "Jeśli używasz odwrotnego proxy Traefik, wprowadziło ono zmianę łamiącą kompatybilność, która wpływa na komunikację z serwerem." + }, + "tab_history_navigation_buttons": { + "go-back": "Wróć do poprzedniej notatki", + "go-forward": "Przejdź dalej do następnej notatki" + }, + "breadcrumb_badges": { + "read_only_explicit": "Tylko do odczytu", + "read_only_explicit_description": "Ta notatka została ręcznie ustawiona jako tylko do odczytu.\nKliknij, aby ją tymczasowo edytować.", + "read_only_auto": "Auto tylko do odczytu", + "read_only_auto_description": "Ta notatka została ustawiona automatycznie w tryb tylko do odczytu ze względów wydajnościowych. Ten automatyczny limit można dostosować w ustawieniach.\n\nKliknij, aby ją tymczasowo edytować.", + "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.", + "shared_publicly": "Udostępniona publicznie", + "shared_locally": "Udostępniona lokalnie", + "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.", + "execute_script": "Uruchom skrypt", + "execute_script_description": "Ta notatka jest notatką skryptową. Kliknij, aby wykonać skrypt.", + "execute_sql": "Uruchom 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": { + "language_title": "Zmień język treści", + "note_info_title": "Informacje o notatce (np. daty, rozmiar notatki)", + "backlinks_title_one": "Wyświetl link zwrotny", + "backlinks_title_few": "Wyświetl linki zwrotne", + "backlinks_title_many": "Wyświetl linki zwrotne", + "attachments_title_one": "Otwórz załącznik w nowej karcie", + "attachments_title_few": "Otwórz załączniki w nowej karcie", + "attachments_title_many": "Otwórz załączniki w nowej karcie", + "attributes_one": "{{count}} atrybut", + "attributes_few": "{{count}} atrybuty", + "attributes_many": "{{count}} atrybutów", + "attributes_title": "Atrybuty własne i atrybuty dziedziczone", + "note_paths_title": "Ścieżki notatek", + "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", + "create_new_note": "Utwórz nową notatkę podrzędną", + "empty_hide_archived_notes": "Ukryj zarchiwizowane notatki" + }, + "attributes_panel": { + "title": "Atrybuty notatki" + }, + "right_pane": { + "empty_message": "Brak elementów do wyświetlenia dla tej notatki", + "empty_button": "Ukryj panel", + "toggle": "Pokaż/ukryj prawy panel", + "custom_widget_go_to_source": "Przejdź do kodu źródłowego" } - }, - "content_widget": { - "unknown_widget": "Nieznany widżet dla \"{{id}}\"." - }, - "note_language": { - "not_set": "Nie ustawiono języka", - "configure-languages": "Konfiguruj języki...", - "help-on-languages": "Pomoc dotycząca języków treści..." - }, - "content_language": { - "title": "Języki treści", - "description": "Wybierz jeden lub więcej języków, które powinny pojawić się w wyborze języka w sekcji Właściwości podstawowe notatki tekstowej (tylko do odczytu lub edytowalnej). Umożliwi to funkcje takie jak sprawdzanie pisowni lub obsługa zapisu od prawej do lewej." - }, - "switch_layout_button": { - "title_vertical": "Przenieś panel edycji na dół", - "title_horizontal": "Przenieś panel edycji na lewo" - }, - "toggle_read_only_button": { - "unlock-editing": "Odblokuj edycję", - "lock-editing": "Zablokuj edycję" - }, - "png_export_button": { - "button_title": "Eksportuj diagram jako PNG" - }, - "svg": { - "export_to_png": "Diagram nie mógł zostać wyeksportowany do PNG.", - "export_to_svg": "Diagram nie mógł zostać wyeksportowany do SVG." - }, - "code_theme": { - "title": "Wygląd", - "word_wrapping": "Zawijanie słów", - "color-scheme": "Schemat kolorów" - }, - "cpu_arch_warning": { - "title": "Proszę pobrać wersję ARM64", - "message_macos": "TriliumNext działa obecnie w ramach translacji Rosetta 2, co oznacza, że używasz wersji Intel (x64) na komputerze Mac z procesorem Apple Silicon. Wpłynie to znacząco na wydajność i żywotność baterii.", - "message_windows": "TriliumNext działa obecnie w trybie emulacji, co oznacza, że używasz wersji Intel (x64) na urządzeniu Windows on ARM. Wpłynie to znacząco na wydajność i żywotność baterii.", - "recommendation": "Aby uzyskać najlepsze wrażenia, pobierz natywną wersję ARM64 TriliumNext z naszej strony wydań.", - "download_link": "Pobierz wersję natywną", - "continue_anyway": "Kontynuuj mimo to", - "dont_show_again": "Nie pokazuj tego ostrzeżenia ponownie" - }, - "editorfeatures": { - "title": "Funkcje", - "emoji_completion_enabled": "Włącz autouzupełnianie Emoji", - "note_completion_enabled": "Włącz autouzupełnianie notatek", - "emoji_completion_description": "Jeśli włączone, emoji można łatwo wstawiać do tekstu, wpisując `:`, a następnie nazwę emoji.", - "note_completion_description": "Jeśli włączone, linki do notatek można tworzyć, wpisując `@`, a następnie tytuł notatki.", - "slash_commands_enabled": "Włącz polecenia slash (/)", - "slash_commands_description": "Jeśli włączone, polecenia edycji, takie jak wstawianie podziałów wiersza lub nagłówków, można przełączać, wpisując `/`." - }, - "table_view": { - "new-row": "Nowy wiersz", - "new-column": "Nowa kolumna", - "sort-column-by": "Sortuj według \"{{title}}\"", - "sort-column-ascending": "Rosnąco", - "sort-column-descending": "Malejąco", - "sort-column-clear": "Wyczyść sortowanie", - "hide-column": "Ukryj kolumnę \"{{title}}\"", - "show-hide-columns": "Pokaż/ukryj kolumny", - "row-insert-above": "Wstaw wiersz powyżej", - "row-insert-below": "Wstaw wiersz poniżej", - "row-insert-child": "Wstaw notatkę podrzędną", - "add-column-to-the-left": "Dodaj kolumnę po lewej", - "add-column-to-the-right": "Dodaj kolumnę po prawej", - "edit-column": "Edytuj kolumnę", - "delete_column_confirmation": "Czy na pewno chcesz usunąć tę kolumnę? Odpowiedni atrybut zostanie usunięty ze wszystkich notatek.", - "delete-column": "Usuń kolumnę", - "new-column-label": "Etykieta", - "new-column-relation": "Relacja" - }, - "book_properties_config": { - "hide-weekends": "Ukryj weekendy", - "display-week-numbers": "Wyświetlaj numery tygodni", - "map-style": "Styl mapy", - "max-nesting-depth": "Maks. głębokość zagnieżdżenia:", - "raster": "Raster", - "vector_light": "Wektor (Jasny)", - "vector_dark": "Wektor (Ciemny)", - "show-scale": "Pokaż skalę" - }, - "table_context_menu": { - "delete_row": "Usuń wiersz" - }, - "move_to": { - "dialog_title": "Przenieś notatki do ...", - "notes_to_move": "Notatki do przeniesienia", - "target_parent_note": "Docelowa notatka nadrzędna", - "search_placeholder": "wyszukaj notatkę po nazwie", - "move_button": "Przenieś do wybranej notatki", - "error_no_path": "Brak ścieżki do przeniesienia.", - "move_success_message": "Wybrane notatki zostały przeniesione do " - }, - "note_type_chooser": { - "modal_title": "Wybierz typ notatki", - "modal_body": "Wybierz typ notatki / szablon nowej notatki:", - "templates": "Szablony", - "builtin_templates": "Wbudowane szablony", - "change_path_prompt": "Zmień miejsce utworzenia nowej notatki:", - "search_placeholder": "szukaj ścieżki po nazwie (domyślna, jeśli puste)" - }, - "password_not_set": { - "title": "Hasło nie jest ustawione", - "body1": "Chronione notatki są szyfrowane przy użyciu hasła użytkownika, ale hasło nie zostało jeszcze ustawione.", - "body2": "Aby móc chronić notatki, kliknij przycisk poniżej, aby otworzyć okno Opcji i ustawić hasło.", - "go_to_password_options": "Przejdź do opcji hasła" - }, - "add_relation": { - "add_relation": "Dodaj relację", - "relation_name": "nazwa relacji", - "allowed_characters": "Dozwolone są znaki alfanumeryczne, podkreślenie i dwukropek.", - "to": "do", - "target_note": "notatka docelowa", - "create_relation_on_all_matched_notes": "Na wszystkich dopasowanych notatkach utwórz podaną relację." - }, - "ai_llm": { - "actions": "Akcje", - "retry": "Ponów", - "partial": "{{ percentage }}% ukończono", - "retry_queued": "Notatka zakolejkowana do ponowienia", - "retry_failed": "Nie udało się zakolejkować notatki do ponowienia", - "max_notes_per_llm_query": "Maks. notatek na zapytanie", - "index_all_notes": "Indeksuj wszystkie notatki", - "index_status": "Status indeksu", - "indexed_notes": "Zaindeksowane notatki", - "indexing_stopped": "Indeksowanie zatrzymane", - "indexing_in_progress": "Indeksowanie w toku...", - "last_indexed": "Ostatnio zaindeksowane", - "note_chat": "Czat notatki", - "note_title": "Tytuł notatki", - "error": "Błąd", - "last_attempt": "Ostatnia próba", - "queued_notes": "Notatki w kolejce", - "failed_notes": "Notatki nieudane", - "last_processed": "Ostatnio przetworzone", - "refresh_stats": "Odśwież statystyki", - "enable_ai_features": "Włącz funkcje AI/LLM", - "enable_ai_description": "Włącz funkcje AI, takie jak podsumowywanie notatek, generowanie treści i inne możliwości LLM", - "openai_tab": "OpenAI", - "anthropic_tab": "Anthropic", - "voyage_tab": "Voyage AI", - "ollama_tab": "Ollama", - "enable_ai": "Włącz funkcje AI/LLM", - "enable_ai_desc": "Włącz funkcje AI, takie jak podsumowywanie notatek, generowanie treści i inne możliwości LLM", - "provider_configuration": "Konfiguracja dostawcy AI", - "provider_precedence": "Kolejność dostawców", - "provider_precedence_description": "Lista dostawców oddzielona przecinkami w kolejności pierwszeństwa (np. 'openai,anthropic,ollama')", - "temperature": "Temperatura", - "temperature_description": "Kontroluje losowość w odpowiedziach (0 = deterministyczne, 2 = maksymalna losowość)", - "system_prompt": "Prompt systemowy", - "system_prompt_description": "Domyślny prompt systemowy używany dla wszystkich interakcji AI", - "openai_configuration": "Konfiguracja OpenAI", - "openai_settings": "Ustawienia OpenAI", - "api_key": "Klucz API", - "url": "Bazowy URL", - "model": "Model", - "openai_api_key_description": "Twój klucz API OpenAI do dostępu do ich usług AI", - "anthropic_api_key_description": "Twój klucz API Anthropic do dostępu do modeli Claude", - "default_model": "Domyślny model", - "openai_model_description": "Przykłady: gpt-4o, gpt-4-turbo, gpt-3.5-turbo", - "base_url": "Bazowy URL", - "openai_url_description": "Domyślnie: https://api.openai.com/v1", - "anthropic_settings": "Ustawienia Anthropic", - "anthropic_url_description": "Bazowy URL dla API Anthropic (domyślnie: https://api.anthropic.com)", - "anthropic_model_description": "Modele Anthropic Claude do czatu", - "voyage_settings": "Ustawienia Voyage AI", - "ollama_settings": "Ustawienia Ollama", - "ollama_url_description": "URL dla API Ollama (domyślnie: http://localhost:11434)", - "ollama_model_description": "Model Ollama do użycia w czacie", - "anthropic_configuration": "Konfiguracja Anthropic", - "voyage_configuration": "Konfiguracja Voyage AI", - "voyage_url_description": "Domyślnie: https://api.voyageai.com/v1", - "ollama_configuration": "Konfiguracja Ollama", - "enable_ollama": "Włącz Ollama", - "enable_ollama_description": "Włącz Ollama do lokalnego użycia modeli AI", - "ollama_url": "URL Ollama", - "ollama_model": "Model Ollama", - "refresh_models": "Odśwież modele", - "refreshing_models": "Odświeżanie...", - "enable_automatic_indexing": "Włącz automatyczne indeksowanie", - "rebuild_index": "Przebuduj indeks", - "rebuild_index_error": "Błąd podczas rozpoczynania przebudowy indeksu. Sprawdź logi po szczegóły.", - "max_notes_per_llm_query_description": "Maksymalna liczba podobnych notatek do uwzględnienia w kontekście AI", - "active_providers": "Aktywni dostawcy", - "disabled_providers": "Wyłączeni dostawcy", - "remove_provider": "Usuń dostawcę z wyszukiwania", - "restore_provider": "Przywróć dostawcę do wyszukiwania", - "similarity_threshold": "Próg podobieństwa", - "not_started": "Nie rozpoczęto", - "title": "Ustawienia AI", - "processed_notes": "Przetworzone notatki", - "total_notes": "Łącznie notatek", - "progress": "Postęp", - "similarity_threshold_description": "Minimalny wynik podobieństwa (0-1) dla notatek, które mają być uwzględnione w kontekście zapytań LLM", - "reprocess_index": "Przebuduj indeks wyszukiwania", - "reprocessing_index": "Przebudowywanie...", - "reprocess_index_started": "Optymalizacja indeksu wyszukiwania rozpoczęta w tle", - "reprocess_index_error": "Błąd podczas przebudowy indeksu wyszukiwania", - "index_rebuild_progress": "Postęp przebudowy indeksu", - "index_rebuilding": "Optymalizacja indeksu ({{percentage}}%)", - "index_rebuild_complete": "Optymalizacja indeksu zakończona", - "index_rebuild_status_error": "Błąd podczas sprawdzania statusu przebudowy indeksu", - "never": "Nigdy", - "processing": "Przetwarzanie ({{percentage}}%)", - "incomplete": "Niekompletne ({{percentage}}%)", - "complete": "Zakończone (100%)", - "refreshing": "Odświeżanie...", - "auto_refresh_notice": "Automatyczne odświeżanie co {{seconds}} sekund", - "note_queued_for_retry": "Notatka zakolejkowana do ponowienia", - "failed_to_retry_note": "Nie udało się ponowić notatki", - "all_notes_queued_for_retry": "Wszystkie nieudane notatki zakolejkowane do ponowienia", - "failed_to_retry_all": "Nie udało się ponowić notatek", - "ai_settings": "Ustawienia AI", - "api_key_tooltip": "Klucz API do dostępu do usługi", - "empty_key_warning": { - "anthropic": "Klucz API Anthropic jest pusty. Proszę wprowadzić poprawny klucz API.", - "openai": "Klucz API OpenAI jest pusty. Proszę wprowadzić poprawny klucz API.", - "voyage": "Klucz API Voyage jest pusty. Proszę wprowadzić poprawny klucz API.", - "ollama": "Klucz API Ollama jest pusty. Proszę wprowadzić poprawny klucz API." - }, - "agent": { - "processing": "Przetwarzanie...", - "thinking": "Myślę...", - "loading": "Ładowanie...", - "generating": "Generowanie..." - }, - "name": "AI", - "openai": "OpenAI", - "use_enhanced_context": "Użyj rozszerzonego kontekstu", - "enhanced_context_description": "Dostarcza AI więcej kontekstu z notatki i jej powiązanych notatek dla lepszych odpowiedzi", - "show_thinking": "Pokaż proces myślenia", - "show_thinking_description": "Pokaż ciąg myślowy AI", - "enter_message": "Wpisz swoją wiadomość...", - "error_contacting_provider": "Błąd połączenia z dostawcą AI. Sprawdź swoje ustawienia i połączenie internetowe.", - "error_generating_response": "Błąd generowania odpowiedzi AI", - "sources": "Źródła", - "start_indexing": "Rozpocznij indeksowanie", - "use_advanced_context": "Użyj zaawansowanego kontekstu", - "ollama_no_url": "Ollama nie jest skonfigurowana. Proszę wprowadzić poprawny URL.", - "chat": { - "root_note_title": "Czaty AI", - "root_note_content": "Ta notatka zawiera twoje zapisane rozmowy czatu AI.", - "new_chat_title": "Nowy czat", - "create_new_ai_chat": "Utwórz nowy czat AI" - }, - "create_new_ai_chat": "Utwórz nowy czat AI", - "configuration_warnings": "Istnieją pewne problemy z twoją konfiguracją AI. Proszę sprawdzić ustawienia.", - "experimental_warning": "Funkcja LLM jest obecnie eksperymentalna - zostałeś ostrzeżony.", - "selected_provider": "Wybrany dostawca", - "selected_provider_description": "Wybierz dostawcę AI dla funkcji czatu i uzupełniania", - "select_model": "Wybierz model...", - "select_provider": "Wybierz dostawcę...", - "ai_enabled": "Funkcje AI włączone", - "ai_disabled": "Funkcje AI wyłączone", - "no_models_found_online": "Nie znaleziono modeli. Proszę sprawdzić klucz API i ustawienia.", - "no_models_found_ollama": "Nie znaleziono modeli Ollama. Proszę sprawdzić, czy Ollama jest uruchomiona.", - "error_fetching": "Błąd pobierania modeli: {{error}}" - }, - "prompt": { - "title": "Monit", - "ok": "OK", - "defaultTitle": "Monit" - }, - "protected_session_password": { - "modal_title": "Sesja chroniona", - "help_title": "Pomoc dotycząca chronionych notatek", - "close_label": "Zamknij", - "form_label": "Aby kontynuować żądaną akcję, musisz rozpocząć sesję chronioną, wprowadzając hasło:", - "start_button": "Rozpocznij sesję chronioną" - }, - "recent_changes": { - "title": "Ostatnie zmiany", - "erase_notes_button": "Wymaż usunięte notatki teraz", - "deleted_notes_message": "Usunięte notatki zostały wymazane.", - "no_changes_message": "Brak zmian...", - "undelete_link": "przywróć", - "confirm_undelete": "Czy chcesz przywrócić tę notatkę i jej pod-notatki?" - }, - "revisions": { - "note_revisions": "Wersje notatki", - "delete_all_revisions": "Usuń wszystkie wersje tej notatki", - "delete_all_button": "Usuń wszystkie wersje", - "help_title": "Pomoc dotycząca wersji notatki", - "confirm_delete_all": "Czy chcesz usunąć wszystkie wersje tej notatki?", - "no_revisions": "Brak wersji dla tej notatki...", - "restore_button": "Przywróć", - "diff_on": "Pokaż różnice", - "diff_off": "Pokaż treść", - "diff_on_hint": "Kliknij, aby pokazać różnice w źródle notatki", - "diff_off_hint": "Kliknij, aby pokazać treść notatki", - "diff_not_available": "Różnice nie są dostępne.", - "confirm_restore": "Czy chcesz przywrócić tę wersję? Spowoduje to nadpisanie obecnego tytułu i treści notatki tą wersją.", - "delete_button": "Usuń", - "confirm_delete": "Czy chcesz usunąć tę wersję?", - "revisions_deleted": "Wersje notatki zostały usunięte.", - "revision_restored": "Wersja notatki została przywrócona.", - "revision_deleted": "Wersja notatki została usunięta.", - "snapshot_interval": "Interwał zrzutu wersji notatki: {{seconds}}s.", - "maximum_revisions": "Limit zrzutów wersji notatki: {{number}}.", - "settings": "Ustawienia wersji notatki", - "download_button": "Pobierz", - "mime": "MIME: ", - "file_size": "Rozmiar pliku:", - "preview_not_available": "Podgląd nie jest dostępny dla tego typu notatki." - }, - "sort_child_notes": { - "sort_children_by": "Sortuj elementy podrzędne według...", - "sorting_criteria": "Kryteria sortowania", - "title": "tytuł", - "date_created": "data utworzenia", - "date_modified": "data modyfikacji", - "sorting_direction": "Kierunek sortowania", - "ascending": "rosnąco", - "descending": "malejąco", - "folders": "Foldery", - "sort_folders_at_top": "sortuj foldery na górze", - "natural_sort": "Naturalne sortowanie", - "sort_with_respect_to_different_character_sorting": "sortuj z uwzględnieniem różnych zasad sortowania znaków w różnych językach lub regionach.", - "natural_sort_language": "Język naturalnego sortowania", - "the_language_code_for_natural_sort": "Kod języka dla naturalnego sortowania, np. \"pl-PL\" dla polskiego.", - "sort": "Sortuj" - }, - "upload_attachments": { - "upload_attachments_to_note": "Prześlij załączniki do notatki", - "choose_files": "Wybierz pliki", - "files_will_be_uploaded": "Pliki zostaną przesłane jako załączniki do {{noteTitle}}", - "options": "Opcje", - "shrink_images": "Zmniejsz obrazy", - "upload": "Prześlij", - "tooltip": "Jeśli zaznaczysz tę opcję, Trilium spróbuje zmniejszyć przesłane obrazy poprzez skalowanie i optymalizację, co może wpłynąć na postrzeganą jakość obrazu. Jeśli odznaczone, obrazy zostaną przesłane bez zmian." - }, - "attribute_editor": { - "help_text_body1": "Aby dodać etykietę, po prostu wpisz np. #rock lub jeśli chcesz dodać również wartość, np. #year = 2020", - "help_text_body2": "Dla relacji wpisz ~author = @, co powinno wywołać autouzupełnianie, w którym możesz wyszukać żądaną notatkę.", - "help_text_body3": "Alternatywnie możesz dodać etykietę i relację za pomocą przycisku + po prawej stronie.", - "save_attributes": "Zapisz atrybuty ", - "add_a_new_attribute": "Dodaj nowy atrybut", - "add_new_label": "Dodaj nową etykietę ", - "add_new_relation": "Dodaj nową relację ", - "add_new_label_definition": "Dodaj nową definicję etykiety", - "add_new_relation_definition": "Dodaj nową definicję relacji", - "placeholder": "Wpisz tutaj etykiety i relacje" - }, - "abstract_bulk_action": { - "remove_this_search_action": "Usuń tę akcję wyszukiwania" - }, - "execute_script": { - "execute_script": "Wykonaj skrypt", - "help_text": "Możesz wykonywać proste skrypty na dopasowanych notatkach.", - "example_1": "Na przykład, aby dodać ciąg znaków do tytułu notatki, użyj tego małego skryptu:", - "example_2": "Bardziej złożonym przykładem byłoby usunięcie wszystkich atrybutów dopasowanej notatki:" - }, - "delete_label": { - "delete_label": "Usuń etykietę", - "label_name_placeholder": "nazwa etykiety", - "label_name_title": "Dozwolone są znaki alfanumeryczne, podkreślenie i dwukropek." - }, - "rename_label": { - "rename_label": "Zmień nazwę etykiety", - "rename_label_from": "Zmień nazwę etykiety z", - "old_name_placeholder": "stara nazwa", - "to": "Na", - "new_name_placeholder": "nowa nazwa", - "name_title": "Dozwolone są znaki alfanumeryczne, podkreślenie i dwukropek." - }, - "update_label_value": { - "update_label_value": "Zaktualizuj wartość etykiety", - "label_name_placeholder": "nazwa etykiety", - "label_name_title": "Dozwolone są znaki alfanumeryczne, podkreślenie i dwukropek.", - "to_value": "na wartość", - "new_value_placeholder": "nowa wartość", - "help_text": "Na wszystkich dopasowanych notatkach zmień wartość istniejącej etykiety.", - "help_text_note": "Możesz również wywołać tę metodę bez wartości, w takim przypadku etykieta zostanie przypisana do notatki bez wartości." - }, - "delete_note": { - "delete_note": "Usuń notatkę", - "delete_matched_notes": "Usuń dopasowane notatki", - "delete_matched_notes_description": "To spowoduje usunięcie dopasowanych notatek.", - "undelete_notes_instruction": "Po usunięciu możliwe jest ich przywrócenie w oknie Ostatnie zmiany.", - "erase_notes_instruction": "Aby trwale wymazać notatki, możesz po usunięciu przejść do Opcje -> Inne i kliknąć przycisk \"Wymaż usunięte notatki teraz\"." - }, - "delete_revisions": { - "delete_note_revisions": "Usuń wersje notatki", - "all_past_note_revisions": "Wszystkie przeszłe wersje dopasowanych notatek zostaną usunięte. Sama notatka zostanie w pełni zachowana. Innymi słowy, historia notatki zostanie usunięta." - }, - "move_note": { - "move_note": "Przenieś notatkę", - "to": "do", - "target_parent_note": "docelowa notatka nadrzędna", - "on_all_matched_notes": "Na wszystkich dopasowanych notatkach", - "move_note_new_parent": "przenieś notatkę do nowego rodzica, jeśli notatka ma tylko jednego rodzica (tj. stara gałąź jest usuwana, a nowa gałąź do nowego rodzica jest tworzona)", - "clone_note_new_parent": "sklonuj notatkę do nowego rodzica, jeśli notatka ma wiele klonów/gałęzi (nie jest jasne, która gałąź powinna zostać usunięta)", - "nothing_will_happen": "nic się nie stanie, jeśli notatki nie można przenieść do notatki docelowej (tj. utworzyłoby to cykl w drzewie)" - }, - "rename_note": { - "rename_note": "Zmień nazwę notatki", - "rename_note_title_to": "Zmień tytuł notatki na", - "new_note_title": "nowy tytuł notatki", - "click_help_icon": "Kliknij ikonę pomocy po prawej stronie, aby zobaczyć wszystkie opcje", - "evaluated_as_js_string": "Podana wartość jest ewaluowana jako ciąg JavaScript i dzięki temu może być wzbogacona o dynamiczną zawartość za pomocą wstrzykniętej zmiennej note (zmieniana notatka). Przykłady:", - "example_note": "Notatka - wszystkie dopasowane notatki zmieniają nazwę na 'Notatka'", - "example_new_title": "NOWA: ${note.title} - tytuły dopasowanych notatek są poprzedzone prefiksem 'NOWA: '", - "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - dopasowane notatki są poprzedzone miesiącem i dniem utworzenia notatki", - "api_docs": "Zobacz dokumentację API dla notatki i jej właściwości dateCreatedObj / utcDateCreatedObj po szczegóły." - }, - "delete_relation": { - "delete_relation": "Usuń relację", - "relation_name": "nazwa relacji", - "allowed_characters": "Dozwolone są znaki alfanumeryczne, podkreślenie i dwukropek." - }, - "rename_relation": { - "rename_relation": "Zmień nazwę relacji", - "rename_relation_from": "Zmień nazwę relacji z", - "old_name": "stara nazwa", - "to": "Na", - "new_name": "nowa nazwa", - "allowed_characters": "Dozwolone są znaki alfanumeryczne, podkreślenie i dwukropek." - }, - "update_relation_target": { - "update_relation": "Zaktualizuj relację", - "relation_name": "nazwa relacji", - "allowed_characters": "Dozwolone są znaki alfanumeryczne, podkreślenie i dwukropek.", - "to": "do", - "target_note": "notatka docelowa", - "on_all_matched_notes": "Na wszystkich dopasowanych notatkach", - "change_target_note": "zmień notatkę docelową istniejącej relacji", - "update_relation_target": "Zaktualizuj cel relacji" - }, - "attachments_actions": { - "open_externally": "Otwórz zewnętrznie", - "open_externally_title": "Plik zostanie otwarty w zewnętrznej aplikacji i będzie monitorowany pod kątem zmian. Następnie będzie można przesłać zmodyfikowaną wersję z powrotem do Trilium.", - "open_custom": "Otwórz niestandardowo", - "open_custom_title": "Plik zostanie otwarty w zewnętrznej aplikacji i będzie monitorowany pod kątem zmian. Następnie będzie można przesłać zmodyfikowaną wersję z powrotem do Trilium.", - "download": "Pobierz", - "rename_attachment": "Zmień nazwę załącznika", - "upload_new_revision": "Prześlij nową wersję", - "copy_link_to_clipboard": "Kopiuj link do schowka", - "convert_attachment_into_note": "Konwertuj załącznik na notatkę", - "delete_attachment": "Usuń załącznik", - "upload_success": "Nowa wersja załącznika została przesłana.", - "upload_failed": "Przesłanie nowej wersji załącznika nie powiodło się.", - "open_externally_detail_page": "Otwieranie załącznika zewnętrznie jest dostępne tylko ze strony szczegółów, proszę najpierw kliknąć na szczegóły załącznika i powtórzyć akcję.", - "open_custom_client_only": "Niestandardowe otwieranie załączników można wykonać tylko w kliencie desktopowym.", - "delete_confirm": "Czy na pewno chcesz usunąć załącznik '{{title}}'?", - "delete_success": "Załącznik '{{title}}' został usunięty.", - "convert_confirm": "Czy na pewno chcesz przekonwertować załącznik '{{title}}' na oddzielną notatkę?", - "convert_success": "Załącznik '{{title}}' został przekonwertowany na notatkę.", - "enter_new_name": "Proszę wprowadzić nową nazwę załącznika" - }, - "calendar": { - "mon": "Pon", - "tue": "Wt", - "wed": "Śr", - "thu": "Czw", - "fri": "Pt", - "sat": "Sob", - "sun": "Ndz", - "cannot_find_day_note": "Nie można znaleźć notatki dziennej", - "cannot_find_week_note": "Nie można znaleźć notatki tygodniowej", - "january": "Styczeń", - "february": "Luty", - "march": "Marzec", - "april": "Kwiecień", - "may": "Maj", - "june": "Czerwiec", - "july": "Lipiec", - "august": "Sierpień", - "september": "Wrzesień", - "october": "Październik", - "november": "Listopad", - "december": "Grudzień", - "week": "Tydzień", - "week_previous": "Poprzedni tydzień", - "week_next": "Następny tydzień", - "month": "Miesiąc", - "month_previous": "Poprzedni miesiąc", - "month_next": "Następny miesiąc", - "year": "Rok", - "year_previous": "Poprzedni rok", - "year_next": "Następny rok", - "list": "Lista", - "today": "Dzisiaj" - }, - "close_pane_button": { - "close_this_pane": "Zamknij ten panel" - }, - "create_pane_button": { - "create_new_split": "Utwórz nowy podział" - }, - "edit_button": { - "edit_this_note": "Edytuj tę notatkę" - }, - "show_toc_widget_button": { - "show_toc": "Pokaż Spis Treści" - }, - "show_highlights_list_widget_button": { - "show_highlights_list": "Pokaż Listę Wyróżnień" - }, - "global_menu": { - "menu": "Menu", - "options": "Opcje", - "open_new_window": "Otwórz nowe okno", - "switch_to_mobile_version": "Przełącz na wersję mobilną", - "switch_to_desktop_version": "Przełącz na wersję desktopową", - "zoom": "Powiększenie", - "toggle_fullscreen": "Przełącz pełny ekran", - "zoom_out": "Pomniejsz", - "reset_zoom_level": "Zresetuj poziom powiększenia", - "zoom_in": "Powiększ", - "configure_launchbar": "Konfiguruj pasek szybkiego dostępu", - "show_shared_notes_subtree": "Pokaż poddrzewo udostępnionych notatek", - "advanced": "Zaawansowane", - "open_dev_tools": "Otwórz narzędzia deweloperskie", - "open_sql_console": "Otwórz konsolę SQL", - "open_sql_console_history": "Otwórz historię konsoli SQL", - "open_search_history": "Otwórz historię wyszukiwania", - "show_backend_log": "Pokaż log backendu", - "reload_hint": "Przeładowanie może pomóc w przypadku niektórych błędów wizualnych bez ponownego uruchamiania całej aplikacji.", - "reload_frontend": "Przeładuj frontend", - "show_hidden_subtree": "Pokaż ukryte poddrzewo", - "show_help": "Pokaż pomoc", - "about": "O Trilium Notes", - "logout": "Wyloguj", - "show-cheatsheet": "Pokaż ściągawkę", - "toggle-zen-mode": "Tryb Zen", - "new-version-available": "Dostępna nowa aktualizacja", - "download-update": "Pobierz wersję {{latestVersion}}" - }, - "zen_mode": { - "button_exit": "Wyjdź z trybu Zen" - }, - "sync_status": { - "unknown": "

Status synchronizacji będzie znany po rozpoczęciu następnej próby synchronizacji.

Kliknij, aby wywołać synchronizację teraz.

", - "connected_with_changes": "

Połączono z serwerem synchronizacji.
Istnieją pewne oczekujące zmiany do zsynchronizowania.

Kliknij, aby wywołać synchronizację.

", - "connected_no_changes": "

Połączono z serwerem synchronizacji.
Wszystkie zmiany zostały już zsynchronizowane.

Kliknij, aby wywołać synchronizację.

", - "disconnected_with_changes": "

Nawiązanie połączenia z serwerem synchronizacji nie powiodło się.
Istnieją pewne oczekujące zmiany do zsynchronizowania.

Kliknij, aby wywołać synchronizację.

", - "disconnected_no_changes": "

Nawiązanie połączenia z serwerem synchronizacji nie powiodło się.
Wszystkie znane zmiany zostały zsynchronizowane.

Kliknij, aby wywołać synchronizację.

", - "in_progress": "Trwa synchronizacja z serwerem." - }, - "left_pane_toggle": { - "show_panel": "Pokaż panel", - "hide_panel": "Ukryj panel" - }, - "move_pane_button": { - "move_left": "Przesuń w lewo", - "move_right": "Przesuń w prawo" - }, - "note_actions": { - "convert_into_attachment": "Konwertuj na załącznik", - "re_render_note": "Wyrenderuj notatkę ponownie", - "search_in_note": "Szukaj w notatce", - "note_source": "Źródło notatki", - "note_attachments": "Załączniki notatki", - "open_note_externally": "Otwórz notatkę zewnętrznie", - "open_note_externally_title": "Plik zostanie otwarty w zewnętrznej aplikacji i będzie monitorowany pod kątem zmian. Następnie będzie można przesłać zmodyfikowaną wersję z powrotem do Trilium.", - "open_note_custom": "Otwórz notatkę niestandardowo", - "import_files": "Importuj pliki", - "export_note": "Eksportuj notatkę", - "delete_note": "Usuń notatkę", - "print_note": "Drukuj notatkę", - "save_revision": "Zapisz wersję", - "convert_into_attachment_failed": "Konwersja notatki '{{title}}' nie powiodła się.", - "convert_into_attachment_successful": "Notatka '{{title}}' została przekonwertowana na załącznik.", - "convert_into_attachment_prompt": "Czy na pewno chcesz przekonwertować notatkę '{{title}}' na załącznik notatki nadrzędnej?", - "print_pdf": "Eksportuj jako PDF...", - "open_note_on_server": "Otwórz notatkę na serwerze", - "view_revisions": "Wersje notatki...", - "note_map": "Mapa notatek", - "advanced": "Zaawansowane", - "export_as_image": "Eksportuj jako obraz", - "export_as_image_png": "PNG (grafika rastrowa)", - "export_as_image_svg": "SVG (wektorowy)" - }, - "onclick_button": { - "no_click_handler": "Widżet przycisku '{{componentId}}' nie ma zdefiniowanej obsługi kliknięcia" - }, - "protected_session_status": { - "active": "Sesja chroniona jest aktywna. Kliknij, aby opuścić sesję chronioną.", - "inactive": "Kliknij, aby wejść w sesję chronioną" - }, - "revisions_button": { - "note_revisions": "Wersje notatki" - }, - "update_available": { - "update_available": "Dostępna aktualizacja" - }, - "note_launcher": { - "this_launcher_doesnt_define_target_note": "Ten skrót nie definiuje notatki docelowej." - }, - "code_buttons": { - "execute_button_title": "Wykonaj skrypt", - "trilium_api_docs_button_title": "Otwórz dokumentację API Trilium", - "save_to_note_button_title": "Zapisz do notatki", - "opening_api_docs_message": "Otwieranie dokumentacji API...", - "sql_console_saved_message": "Notatka konsoli SQL została zapisana w {{note_path}}" - }, - "copy_image_reference_button": { - "button_title": "Skopiuj odniesienie do obrazu do schowka, można je wkleić w notatce tekstowej." - }, - "hide_floating_buttons_button": { - "button_title": "Ukryj przyciski" - }, - "show_floating_buttons_button": { - "button_title": "Pokaż przyciski" - }, - "svg_export_button": { - "button_title": "Eksportuj diagram jako SVG" - }, - "relation_map_buttons": { - "create_child_note_title": "Utwórz nową notatkę podrzędną i dodaj ją do tej mapy relacji", - "reset_pan_zoom_title": "Zresetuj przesunięcie i powiększenie do początkowych współrzędnych i powiększenia", - "zoom_in_title": "Powiększ", - "zoom_out_title": "Pomniejsz" - }, - "zpetne_odkazy": { - "relation": "relacja", - "backlink_one": "{{count}} Link zwrotny", - "backlink_few": "{{count}} Linki zwrotne", - "backlink_many": "{{count}} Linki zwrotne" - }, - "mobile_detail_menu": { - "insert_child_note": "Wstaw notatkę podrzędną", - "delete_this_note": "Usuń tę notatkę", - "note_revisions": "Wersje notatki", - "error_cannot_get_branch_id": "Nie można pobrać branchId dla ścieżki notatki '{{notePath}}'", - "error_unrecognized_command": "Nierozpoznane polecenie {{command}}" - }, - "note_icon": { - "change_note_icon": "Zmień ikonę notatki", - "search": "Szukaj:", - "reset-default": "Przywróć domyślną ikonę" - }, - "basic_properties": { - "note_type": "Typ notatki", - "editable": "Edytowalna", - "basic_properties": "Właściwości podstawowe", - "language": "Język", - "configure_code_notes": "Konfiguruj notatki kodu..." - }, - "edited_notes": { - "no_edited_notes_found": "Brak edytowanych notatek w tym dniu...", - "title": "Edytowane notatki", - "deleted": "(usunięta)" - }, - "include_archived_notes": { - "include_archived_notes": "Uwzględnij zarchiwizowane notatki" - }, - "order_by": { - "order_by": "Sortuj według", - "relevancy": "Trafność (domyślnie)", - "title": "Tytuł", - "date_created": "Data utworzenia", - "date_modified": "Data ostatniej modyfikacji", - "content_size": "Rozmiar treści notatki", - "content_and_attachments_size": "Rozmiar treści notatki wraz z załącznikami", - "content_and_attachments_and_revisions_size": "Rozmiar treści notatki wraz z załącznikami i wersjami", - "revision_count": "Liczba wersji", - "children_count": "Liczba notatek podrzędnych", - "parent_count": "Liczba klonów", - "owned_label_count": "Liczba etykiet", - "owned_relation_count": "Liczba relacji", - "target_relation_count": "Liczba relacji wskazujących na notatkę", - "random": "Kolejność losowa", - "asc": "Rosnąco (domyślnie)", - "desc": "Malejąco" - }, - "search_script": { - "title": "Skrypt wyszukiwania:", - "placeholder": "wyszukaj notatkę po nazwie", - "description1": "Skrypt wyszukiwania pozwala definiować wyniki wyszukiwania poprzez uruchomienie skryptu. Zapewnia to maksymalną elastyczność, gdy standardowe wyszukiwanie nie wystarcza.", - "description2": "Skrypt wyszukiwania musi być typu \"code\" i podtypu \"JavaScript backend\". Skrypt musi zwracać tablicę identyfikatorów notatek (noteIds) lub notatek.", - "example_title": "Zobacz ten przykład:", - "example_code": "// 1. filtrowanie wstępne przy użyciu standardowego wyszukiwania\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. stosowanie niestandardowych kryteriów wyszukiwania\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", - "note": "Zauważ, że skryptu wyszukiwania i ciągu wyszukiwania nie można ze sobą łączyć." - }, - "search_string": { - "title_column": "Ciąg wyszukiwania:", - "placeholder": "słowa kluczowe, #tag = wartość...", - "search_syntax": "Składnia wyszukiwania", - "also_see": "zobacz także", - "complete_help": "kompletna pomoc dotycząca składni wyszukiwania", - "full_text_search": "Wpisz dowolny tekst, aby przeszukać pełną treść", - "label_abc": "zwraca notatki z etykietą abc", - "label_year": "dopasowuje notatki z etykietą year o wartości 2019", - "label_rock_pop": "dopasowuje notatki, które mają obie etykiety rock i pop", - "label_rock_or_pop": "tylko jedna z etykiet musi być obecna", - "label_year_comparison": "porównanie liczbowe (także >, >=, <).", - "label_date_created": "notatki utworzone w ostatnim miesiącu", - "error": "Błąd wyszukiwania: {{error}}", - "search_prefix": "Szukaj:" - }, - "attachment_detail": { - "open_help_page": "Otwórz stronę pomocy dotyczącą załączników", - "owning_note": "Notatka nadrzędna: ", - "you_can_also_open": ", możesz także otworzyć ", - "list_of_all_attachments": "Listę wszystkich załączników", - "attachment_deleted": "Ten załącznik został usunięty." - }, - "attachment_list": { - "open_help_page": "Otwórz stronę pomocy dotyczącą załączników", - "owning_note": "Notatka nadrzędna: ", - "upload_attachments": "Prześlij załączniki", - "no_attachments": "Ta notatka nie ma załączników." - }, - "book": { - "no_children_help": "Ta kolekcja nie posiada żadnych notatek podrzędnych, więc nie ma nic do wyświetlenia. Zobacz wiki po szczegóły.", - "drag_locked_title": "Zablokowane do edycji", - "drag_locked_message": "Przeciąganie niedozwolone, ponieważ kolekcja jest zablokowana do edycji." - }, - "editable_code": { - "placeholder": "Wpisz treść swojej notatki kodu tutaj..." - }, - "editable_text": { - "placeholder": "Wpisz treść swojej notatki tutaj...", - "auto-detect-language": "Wykryto automatycznie", - "editor_crashed_title": "Edytor tekstu uległ awarii", - "editor_crashed_content": "Twoja treść została pomyślnie odzyskana, ale kilka z twoich ostatnich zmian mogło nie zostać zapisanych.", - "editor_crashed_details_button": "Zobacz więcej szczegółów...", - "editor_crashed_details_intro": "Jeśli napotkasz ten błąd wielokrotnie, rozważ zgłoszenie go na GitHub, wklejając poniższe informacje.", - "editor_crashed_details_title": "Informacje techniczne", - "keeps-crashing": "Komponent edycji ciągle ulega awarii. Proszę spróbować zrestartować Trilium. Jeśli problem będzie się powtarzał, rozważ utworzenie zgłoszenia błędu." - }, - "empty": { - "open_note_instruction": "Otwórz notatkę, wpisując tytuł notatki w polu poniżej lub wybierz notatkę w drzewie.", - "search_placeholder": "wyszukaj notatkę po nazwie", - "enter_workspace": "Wejdź do obszaru roboczego {{title}}" - }, - "file": { - "file_preview_not_available": "Podgląd pliku nie jest dostępny dla tego formatu pliku.", - "too_big": "Podgląd pokazuje tylko pierwsze {{maxNumChars}} znaków pliku ze względów wydajnościowych. Pobierz plik i otwórz go zewnętrznie, aby zobaczyć całą zawartość." - }, - "protected_session": { - "enter_password_instruction": "Wyświetlenie chronionej notatki wymaga podania hasła:", - "start_session_button": "Rozpocznij sesję chronioną", - "started": "Sesja chroniona została rozpoczęta.", - "wrong_password": "Błędne hasło.", - "protecting-finished-successfully": "Ochrona zakończona pomyślnie.", - "unprotecting-finished-successfully": "Zdejmowanie ochrony zakończone pomyślnie.", - "protecting-in-progress": "Ochrona w toku: {{count}}", - "unprotecting-in-progress-count": "Zdejmowanie ochrony w toku: {{count}}", - "protecting-title": "Status ochrony", - "unprotecting-title": "Status zdejmowania ochrony" - }, - "relation_map": { - "open_in_new_tab": "Otwórz w nowej karcie", - "remove_note": "Usuń notatkę", - "edit_title": "Edytuj tytuł", - "rename_note": "Zmień nazwę notatki", - "enter_new_title": "Wprowadź nowy tytuł notatki:", - "remove_relation": "Usuń relację", - "confirm_remove_relation": "Czy na pewno chcesz usunąć relację?", - "specify_new_relation_name": "Podaj nową nazwę relacji (dozwolone znaki: alfanumeryczne, dwukropek i podkreślenie):", - "connection_exists": "Połączenie '{{name}}' między tymi notatkami już istnieje.", - "start_dragging_relations": "Zacznij przeciągać relacje stąd i upuść je na innej notatce.", - "note_not_found": "Notatka {{noteId}} nie znaleziona!", - "cannot_match_transform": "Nie można dopasować transformacji: {{transform}}", - "note_already_in_diagram": "Notatka \"{{title}}\" jest już na diagramie.", - "enter_title_of_new_note": "Wprowadź tytuł nowej notatki", - "default_new_note_title": "nowa notatka", - "click_on_canvas_to_place_new_note": "Kliknij na płótnie, aby umieścić nową notatkę" - }, - "render": { - "note_detail_render_help_1": "Ta notatka pomocy jest wyświetlana, ponieważ ta notatka typu Render HTML nie ma wymaganej relacji do poprawnego działania.", - "note_detail_render_help_2": "Typ notatki Render HTML jest używany do skryptowania. W skrócie, masz notatkę kodu HTML (opcjonalnie z JavaScript) i ta notatka ją wyrenderuje. Aby to zadziałało, musisz zdefiniować relację o nazwie \"renderNote\" wskazującą na notatkę HTML do wyrenderowania." - }, - "web_view": { - "web_view": "Widok WWW", - "embed_websites": "Notatka typu Widok WWW pozwala na osadzanie stron internetowych w Trilium.", - "create_label": "Aby rozpocząć, utwórz etykietę z adresem URL, który chcesz osadzić, np. #webViewSrc=\"https://www.google.com\"" - }, - "backend_log": { - "refresh": "Odśwież" - }, - "consistency_checks": { - "title": "Sprawdzanie spójności", - "find_and_fix_button": "Znajdź i napraw problemy ze spójnością", - "finding_and_fixing_message": "Znajdowanie i naprawianie problemów ze spójnością...", - "issues_fixed_message": "Wszelkie znalezione problemy ze spójnością zostały naprawione." - }, - "database_anonymization": { - "title": "Anonimizacja bazy danych", - "full_anonymization": "Pełna anonimizacja", - "full_anonymization_description": "Ta akcja utworzy nową kopię bazy danych i zanonimizuje ją (usunie całą treść notatek i pozostawi tylko strukturę oraz niektóre niewrażliwe metadane) w celu udostępnienia online do celów debugowania bez obawy o wyciek danych osobowych.", - "save_fully_anonymized_database": "Zapisz w pełni zanonimizowaną bazę danych", - "light_anonymization": "Lekka anonimizacja", - "light_anonymization_description": "Ta akcja utworzy nową kopię bazy danych i wykona na niej lekką anonimizację — usunięta zostanie tylko treść wszystkich notatek, ale tytuły i atrybuty pozostaną. Dodatkowo, niestandardowe notatki skryptów JS frontend/backend oraz niestandardowe widżety pozostaną. Zapewnia to więcej kontekstu do debugowania problemów.", - "choose_anonymization": "Możesz sam zdecydować, czy chcesz dostarczyć w pełni, czy lekko zanonimizowaną bazę danych. Nawet w pełni zanonimizowana baza danych jest bardzo przydatna, jednak w niektórych przypadkach lekko zanonimizowana baza danych może przyspieszyć proces identyfikacji i naprawy błędów.", - "save_lightly_anonymized_database": "Zapisz lekko zanonimizowaną bazę danych", - "existing_anonymized_databases": "Istniejące zanonimizowane bazy danych", - "creating_fully_anonymized_database": "Tworzenie w pełni zanonimizowanej bazy danych...", - "creating_lightly_anonymized_database": "Tworzenie lekko zanonimizowanej bazy danych...", - "error_creating_anonymized_database": "Nie można utworzyć zanonimizowanej bazy danych, sprawdź logi backendu po szczegóły", - "successfully_created_fully_anonymized_database": "Utworzono w pełni zanonimizowaną bazę danych w {{anonymizedFilePath}}", - "successfully_created_lightly_anonymized_database": "Utworzono lekko zanonimizowaną bazę danych w {{anonymizedFilePath}}", - "no_anonymized_database_yet": "Brak zanonimizowanej bazy danych." - }, - "database_integrity_check": { - "title": "Sprawdzanie integralności bazy danych", - "description": "To sprawdzi, czy baza danych nie jest uszkodzona na poziomie SQLite. Może to zająć trochę czasu, w zależności od rozmiaru bazy danych.", - "check_button": "Sprawdź integralność bazy danych", - "checking_integrity": "Sprawdzanie integralności bazy danych...", - "integrity_check_succeeded": "Sprawdzanie integralności powiodło się - nie znaleziono problemów.", - "integrity_check_failed": "Sprawdzanie integralności nie powiodło się: {{results}}" - }, - "sync": { - "title": "Synchronizacja", - "force_full_sync_button": "Wymuś pełną synchronizację", - "fill_entity_changes_button": "Wypełnij rekordy zmian encji", - "full_sync_triggered": "Wywołano pełną synchronizację", - "filling_entity_changes": "Wypełnianie wierszy zmian encji...", - "sync_rows_filled_successfully": "Wiersze synchronizacji wypełnione pomyślnie", - "finished-successfully": "Synchronizacja zakończona pomyślnie.", - "failed": "Synchronizacja nie powiodła się: {{message}}" - }, - "vacuum_database": { - "title": "Odkurzanie bazy danych (Vacuum)", - "description": "To przebuduje bazę danych, co zazwyczaj skutkuje mniejszym plikiem bazy danych. Żadne dane nie zostaną faktycznie zmienione.", - "button_text": "Odkurz bazę danych", - "vacuuming_database": "Odkurzanie bazy danych...", - "database_vacuumed": "Baza danych została odkurzona" - }, - "fonts": { - "theme_defined": "Zdefiniowana przez motyw", - "fonts": "Czcionki", - "main_font": "Główna czcionka", - "font_family": "Rodzina czcionek", - "size": "Rozmiar", - "note_tree_font": "Czcionka drzewa notatek", - "note_detail_font": "Czcionka szczegółów notatki", - "monospace_font": "Czcionka o stałej szerokości (kod)", - "note_tree_and_detail_font_sizing": "Zauważ, że rozmiar czcionki drzewa i szczegółów jest względny do ustawienia rozmiaru głównej czcionki.", - "not_all_fonts_available": "Nie wszystkie wymienione czcionki mogą być dostępne w twoim systemie.", - "apply_font_changes": "Aby zastosować zmiany czcionek, kliknij na", - "reload_frontend": "przeładuj frontend", - "generic-fonts": "Czcionki ogólne", - "sans-serif-system-fonts": "Systemowe czcionki bezszeryfowe", - "serif-system-fonts": "Systemowe czcionki szeryfowe", - "monospace-system-fonts": "Systemowe czcionki o stałej szerokości", - "handwriting-system-fonts": "Systemowe czcionki odręczne", - "serif": "Szeryfowa", - "sans-serif": "Bezszeryfowa", - "monospace": "O stałej szerokości", - "system-default": "Domyślna systemowa" - }, - "max_content_width": { - "title": "Szerokość treści", - "default_description": "Trilium domyślnie ogranicza maksymalną szerokość treści, aby poprawić czytelność na zmaksymalizowanych ekranach szerokokątnych.", - "max_width_label": "Maksymalna szerokość treści", - "max_width_unit": "pikseli", - "centerContent": "Utrzymuj treść wyśrodkowaną" - }, - "native_title_bar": { - "title": "Natywny pasek tytułu (wymaga restartu aplikacji)", - "enabled": "włączony", - "disabled": "wyłączony" - }, - "ribbon": { - "widgets": "Widżety wstążki", - "promoted_attributes_message": "Karta wstążki Wyróżnione Atrybuty otworzy się automatycznie, jeśli w notatce obecne są wyróżnione atrybuty", - "edited_notes_message": "Karta wstążki Edytowane Notatki otworzy się automatycznie na notatkach dziennych" - }, - "theme": { - "title": "Motyw aplikacji", - "theme_label": "Motyw", - "override_theme_fonts_label": "Nadpisz czcionki motywu", - "auto_theme": "Legacy (zgodny z systemem)", - "light_theme": "Legacy (Jasny)", - "dark_theme": "Legacy (Ciemny)", - "triliumnext": "Trilium (zgodny z systemem)", - "triliumnext-light": "Trilium (Jasny)", - "triliumnext-dark": "Trilium (Ciemny)", - "layout": "Układ", - "layout-vertical-title": "Pionowy", - "layout-horizontal-title": "Poziomy", - "layout-vertical-description": "pasek uruchamiania znajduje się po lewej stronie (domyślnie)", - "layout-horizontal-description": "pasek uruchamiania znajduje się pod paskiem kart, pasek kart ma teraz pełną szerokość." - }, - "ui-performance": { - "title": "Wydajność", - "enable-motion": "Włącz przejścia i animacje", - "enable-shadows": "Włącz cienie", - "enable-backdrop-effects": "Włącz efekty tła dla menu, okienek i paneli", - "enable-smooth-scroll": "Włącz płynne przewijanie", - "app-restart-required": "(wymagane jest ponowne uruchomienie aplikacji, aby zmiana weszła w życie)" - }, - "zoom_factor": { - "title": "Współczynnik powiększenia (tylko wersja desktop)", - "description": "Powiększaniem można sterować również za pomocą skrótów CTRL+- i CTRL+=." - }, - "code_auto_read_only_size": { - "title": "Automatyczny rozmiar tylko do odczytu", - "description": "Automatyczny rozmiar notatki tylko do odczytu to rozmiar, po przekroczeniu którego notatki będą wyświetlane w trybie tylko do odczytu (ze względów wydajnościowych).", - "label": "Automatyczny rozmiar tylko do odczytu (notatki kodu)", - "unit": "znaków" - }, - "code-editor-options": { - "title": "Edytor" - }, - "code_mime_types": { - "title": "Dostępne typy MIME na liście rozwijanej", - "tooltip_syntax_highlighting": "Podświetlanie składni", - "tooltip_code_block_syntax": "Bloki kodu w notatkach tekstowych", - "tooltip_code_note_syntax": "Notatki kodu" - }, - "vim_key_bindings": { - "use_vim_keybindings_in_code_notes": "Skróty klawiszowe Vim", - "enable_vim_keybindings": "Włącz skróty klawiszowe Vim w notatkach kodu (brak trybu ex)" - }, - "wrap_lines": { - "wrap_lines_in_code_notes": "Zawijaj wiersze w notatkach kodu", - "enable_line_wrap": "Włącz zawijanie wierszy (zmiana może wymagać przeładowania frontendu)" - }, - "images": { - "images_section_title": "Obrazy", - "download_images_automatically": "Pobieraj obrazy automatycznie do użytku offline.", - "download_images_description": "Wklejony HTML może zawierać odniesienia do obrazów online, Trilium znajdzie te odniesienia i pobierze obrazy, aby były dostępne offline.", - "enable_image_compression": "Włącz kompresję obrazów", - "max_image_dimensions": "Maksymalna szerokość / wysokość obrazu (obraz zostanie przeskalowany, jeśli przekroczy to ustawienie).", - "max_image_dimensions_unit": "pikseli", - "jpeg_quality_description": "Jakość JPEG (10 - najgorsza jakość, 100 - najlepsza jakość, zalecane 50 - 85)" - }, - "attachment_erasure_timeout": { - "attachment_erasure_timeout": "Limit czasu wymazywania załączników", - "attachment_auto_deletion_description": "Załączniki są automatycznie usuwane (i wymazywane), jeśli nie są już powiązane z ich notatką po określonym czasie.", - "erase_attachments_after": "Wymaż nieużywane załączniki po:", - "manual_erasing_description": "Możesz również wywołać wymazywanie ręcznie (bez uwzględniania zdefiniowanego powyżej limitu czasu):", - "erase_unused_attachments_now": "Wymaż nieużywane załączniki teraz", - "unused_attachments_erased": "Nieużywane załączniki zostały wymazane." - }, - "network_connections": { - "network_connections_title": "Połączenia sieciowe", - "check_for_updates": "Sprawdzaj aktualizacje automatycznie" - }, - "note_erasure_timeout": { - "note_erasure_timeout_title": "Limit czasu wymazywania notatek", - "note_erasure_description": "Usunięte notatki (oraz atrybuty, wersje...) są początkowo tylko oznaczane jako usunięte i możliwe jest ich odzyskanie z okna Ostatnie notatki. Po pewnym czasie usunięte notatki są \"wymazywane\", co oznacza, że ich zawartość nie jest już możliwa do odzyskania. To ustawienie pozwala skonfigurować długość okresu między usunięciem a wymazaniem notatki.", - "erase_notes_after": "Wymaż notatki po:", - "manual_erasing_description": "Możesz również wywołać wymazywanie ręcznie (bez uwzględniania zdefiniowanego powyżej limitu czasu):", - "erase_deleted_notes_now": "Wymaż usunięte notatki teraz", - "deleted_notes_erased": "Usunięte notatki zostały wymazane." - }, - "revisions_snapshot_interval": { - "note_revisions_snapshot_interval_title": "Interwał zrzutu wersji notatki", - "note_revisions_snapshot_description": "Interwał zrzutu wersji notatki to czas, po którym zostanie utworzona nowa wersja notatki. Zobacz wiki po więcej informacji.", - "snapshot_time_interval_label": "Interwał czasowy zrzutu wersji notatki:" - }, - "revisions_snapshot_limit": { - "note_revisions_snapshot_limit_title": "Limit zrzutów wersji notatki", - "note_revisions_snapshot_limit_description": "Limit liczby zrzutów wersji notatki odnosi się do maksymalnej liczby wersji, które mogą zostać zapisane dla każdej notatki. Gdzie -1 oznacza brak limitu, 0 oznacza usuwanie wszystkich wersji. Możesz ustawić maksymalną liczbę wersji dla pojedynczej notatki za pomocą etykiety #versioningLimit.", - "snapshot_number_limit_label": "Limit liczbowy zrzutów wersji notatki:", - "snapshot_number_limit_unit": "zrzutów", - "erase_excess_revision_snapshots": "Wymaż nadmiarowe zrzuty wersji teraz", - "erase_excess_revision_snapshots_prompt": "Nadmiarowe zrzuty wersji zostały wymazane." - }, - "search_engine": { - "title": "Wyszukiwarka", - "custom_search_engine_info": "Niestandardowa wyszukiwarka wymaga ustawienia zarówno nazwy, jak i adresu URL. Jeśli którykolwiek z nich nie zostanie ustawiony, jako domyślna wyszukiwarka zostanie użyte DuckDuckGo.", - "predefined_templates_label": "Predefiniowane szablony wyszukiwarek", - "bing": "Bing", - "baidu": "Baidu", - "duckduckgo": "DuckDuckGo", - "google": "Google", - "custom_name_label": "Nazwa niestandardowej wyszukiwarki", - "custom_name_placeholder": "Dostosuj nazwę wyszukiwarki", - "custom_url_label": "URL niestandardowej wyszukiwarki powinien zawierać {keyword} jako symbol zastępczy dla wyszukiwanej frazy.", - "custom_url_placeholder": "Dostosuj URL wyszukiwarki", - "save_button": "Zapisz" - }, - "tray": { - "title": "Zasobnik systemowy (Tray)", - "enable_tray": "Włącz zasobnik (wymagany restart Trilium, aby zmiana weszła w życie)" - }, - "heading_style": { - "title": "Styl nagłówków", - "plain": "Zwykły", - "underline": "Podkreślenie", - "markdown": "Styl Markdown" - }, - "highlights_list": { - "title": "Lista wyróżnień", - "description": "Możesz dostosować listę wyróżnień wyświetlaną w prawym panelu:", - "bold": "Tekst pogrubiony", - "italic": "Tekst pochylony", - "underline": "Tekst podkreślony", - "color": "Tekst kolorowy", - "bg_color": "Tekst z kolorem tła", - "visibility_title": "Widoczność Listy wyróżnień", - "visibility_description": "Możesz ukryć widżet wyróżnień dla poszczególnych notatek, dodając etykietę #hideHighlightWidget.", - "shortcut_info": "Możesz skonfigurować skrót klawiszowy do szybkiego przełączania prawego panelu (w tym Wyróżnień) w Opcje -> Skróty (nazwa 'toggleRightPane')." - }, - "table_of_contents": { - "title": "Spis treści", - "description": "Spis treści pojawi się w notatkach tekstowych, gdy notatka ma więcej niż zdefiniowaną liczbę nagłówków. Możesz dostosować tę liczbę:", - "unit": "nagłówków", - "disable_info": "Możesz również użyć tej opcji, aby skutecznie wyłączyć spis treści, ustawiając bardzo wysoką liczbę.", - "shortcut_info": "Możesz skonfigurować skrót klawiszowy do szybkiego przełączania prawego panelu (w tym Spisu treści) w Opcje -> Skróty (nazwa 'toggleRightPane')." - }, - "text_auto_read_only_size": { - "title": "Automatyczny rozmiar tylko do odczytu", - "description": "Automatyczny rozmiar notatki tylko do odczytu to rozmiar, po przekroczeniu którego notatki będą wyświetlane w trybie tylko do odczytu (ze względów wydajnościowych).", - "label": "Automatyczny rozmiar tylko do odczytu (notatki tekstowe)", - "unit": "znaków" - }, - "custom_date_time_format": { - "title": "Niestandardowy format daty/godziny", - "description": "Dostosuj format daty i godziny wstawianej za pomocą lub paska narzędzi. Zobacz dokumentację Day.js dla dostępnych tokenów formatowania.", - "format_string": "Ciąg formatujący:", - "formatted_time": "Sformatowana data/godzina:" - }, - "i18n": { - "title": "Lokalizacja", - "language": "Język", - "first-day-of-the-week": "Pierwszy dzień tygodnia", - "monday": "Poniedziałek", - "tuesday": "Wtorek", - "wednesday": "Środa", - "thursday": "Czwartek", - "friday": "Piątek", - "saturday": "Sobota", - "sunday": "Niedziela", - "first-week-of-the-year": "Pierwszy tydzień roku", - "first-week-contains-first-day": "Pierwszy tydzień zawiera pierwszy dzień roku", - "first-week-contains-first-thursday": "Pierwszy tydzień zawiera pierwszy czwartek roku", - "first-week-has-minimum-days": "Pierwszy tydzień ma minimalną liczbę dni", - "min-days-in-first-week": "Minimalna liczba dni w pierwszym tygodniu", - "first-week-info": "Pierwszy tydzień zawiera pierwszy czwartek roku bazuje na standardzie ISO 8601.", - "first-week-warning": "Zmiana opcji pierwszego tygodnia może spowodować duplikację istniejących notatek tygodniowych, a istniejące notatki tygodniowe nie zostaną odpowiednio zaktualizowane.", - "formatting-locale": "Format daty i liczb", - "formatting-locale-auto": "Na podstawie języka aplikacji" - }, - "backup": { - "automatic_backup": "Automatyczna kopia zapasowa", - "automatic_backup_description": "Trilium może automatycznie tworzyć kopię zapasową bazy danych:", - "enable_daily_backup": "Włącz codzienną kopię zapasową", - "enable_weekly_backup": "Włącz cotygodniową kopię zapasową", - "enable_monthly_backup": "Włącz comiesięczną kopię zapasową", - "backup_recommendation": "Zaleca się włączenie kopii zapasowej, ale może to spowolnić uruchamianie aplikacji przy dużych bazach danych i/lub wolnych urządzeniach pamięci masowej.", - "backup_now": "Utwórz kopię zapasową teraz", - "backup_database_now": "Utwórz kopię zapasową bazy danych teraz", - "existing_backups": "Istniejące kopie zapasowe", - "date-and-time": "Data i godzina", - "path": "Ścieżka", - "database_backed_up_to": "Kopia zapasowa bazy danych została zapisana w {{backupFilePath}}", - "no_backup_yet": "brak kopii zapasowych" - }, - "etapi": { - "title": "ETAPI", - "description": "ETAPI to REST API służące do programowego dostępu do instancji Trilium, bez interfejsu użytkownika.", - "create_token": "Utwórz nowy token ETAPI", - "existing_tokens": "Istniejące tokeny", - "no_tokens_yet": "Nie ma jeszcze żadnych tokenów. Kliknij przycisk powyżej, aby utworzyć jeden.", - "token_name": "Nazwa tokenu", - "created": "Utworzono", - "actions": "Akcje", - "new_token_title": "Nowy token ETAPI", - "new_token_message": "Proszę wprowadzić nazwę nowego tokenu", - "default_token_name": "nowy token", - "error_empty_name": "Nazwa tokenu nie może być pusta", - "token_created_title": "Token ETAPI utworzony", - "token_created_message": "Skopiuj utworzony token do schowka. Trilium przechowuje token zaszyfrowany i jest to ostatni raz, kiedy go widzisz.", - "rename_token": "Zmień nazwę tego tokenu", - "delete_token": "Usuń / dezaktywuj ten token", - "rename_token_title": "Zmień nazwę tokenu", - "rename_token_message": "Proszę wprowadzić nową nazwę tokenu", - "delete_token_confirmation": "Czy na pewno chcesz usunąć token ETAPI \"{{name}}\"?" - }, - "options_widget": { - "options_status": "Status opcji", - "options_change_saved": "Zmiana opcji została zapisana." - }, - "password": { - "heading": "Hasło", - "alert_message": "Pamiętaj, aby zapamiętać swoje nowe hasło. Hasło służy do logowania się do interfejsu webowego oraz do szyfrowania chronionych notatek. Jeśli zapomnisz hasła, wszystkie Twoje chronione notatki zostaną utracone na zawsze.", - "reset_link": "Kliknij tutaj, aby je zresetować.", - "old_password": "Stare hasło", - "new_password": "Nowe hasło", - "new_password_confirmation": "Potwierdzenie nowego hasła", - "change_password": "Zmień hasło", - "protected_session_timeout": "Limit czasu sesji chronionej", - "protected_session_timeout_description": "Limit czasu sesji chronionej to okres, po którym sesja chroniona jest usuwana z pamięci przeglądarki. Jest to mierzone od ostatniej interakcji z chronionymi notatkami. Zobacz", - "wiki": "wiki", - "for_more_info": "po więcej informacji.", - "protected_session_timeout_label": "Limit czasu sesji chronionej:", - "reset_confirmation": "Resetując hasło, na zawsze stracisz dostęp do wszystkich istniejących chronionych notatek. Czy na pewno chcesz zresetować hasło?", - "reset_success_message": "Hasło zostało zresetowane. Proszę ustawić nowe hasło", - "change_password_heading": "Zmień hasło", - "set_password_heading": "Ustaw hasło", - "set_password": "Ustaw hasło", - "password_mismatch": "Nowe hasła nie są takie same.", - "password_changed_success": "Hasło zostało zmienione. Trilium zostanie przeładowane po naciśnięciu OK." - }, - "multi_factor_authentication": { - "title": "Uwierzytelnianie wieloskładnikowe (MFA)", - "description": "Uwierzytelnianie wieloskładnikowe (MFA) dodaje dodatkową warstwę zabezpieczeń do Twojego konta. Zamiast tylko wpisywać hasło do logowania, MFA wymaga podania jednego lub więcej dodatkowych dowodów tożsamości. W ten sposób, nawet jeśli ktoś zdobędzie Twoje hasło, nadal nie będzie mógł uzyskać dostępu do Twojego konta bez drugiej informacji. To jak dodanie dodatkowego zamka do drzwi, utrudniającego włamanie.

Proszę postępować zgodnie z poniższymi instrukcjami, aby włączyć MFA. Jeśli nie skonfigurujesz poprawnie, logowanie powróci do samego hasła.", - "mfa_enabled": "Włącz uwierzytelnianie wieloskładnikowe", - "mfa_method": "Metoda MFA", - "electron_disabled": "Uwierzytelnianie wieloskładnikowe nie jest obecnie obsługiwane w wersji desktopowej.", - "totp_title": "Hasło jednorazowe oparte na czasie (TOTP)", - "totp_description": "TOTP (Time-Based One-Time Password) to funkcja bezpieczeństwa, która generuje unikalny, tymczasowy kod zmieniający się co 30 sekund. Używasz tego kodu wraz z hasłem do logowania się na konto, co znacznie utrudnia dostęp innym osobom.", - "totp_secret_title": "Wygeneruj sekret TOTP", - "totp_secret_generate": "Wygeneruj sekret TOTP", - "totp_secret_regenerate": "Wygeneruj ponownie sekret TOTP", - "no_totp_secret_warning": "Aby włączyć TOTP, musisz najpierw wygenerować sekret TOTP.", - "totp_secret_description_warning": "Po wygenerowaniu nowego sekretu TOTP będziesz musiał zalogować się ponownie przy użyciu nowego sekretu TOTP.", - "totp_secret_generated": "Sekret TOTP wygenerowany", - "totp_secret_warning": "Proszę zapisać wygenerowany sekret w bezpiecznym miejscu. Nie zostanie pokazany ponownie.", - "totp_secret_regenerate_confirm": "Czy na pewno chcesz ponownie wygenerować sekret TOTP? To unieważni poprzedni sekret TOTP i wszystkie istniejące kody odzyskiwania.", - "recovery_keys_title": "Klucze odzyskiwania logowania jednokrotnego (SSO)", - "recovery_keys_description": "Klucze odzyskiwania logowania jednokrotnego służą do logowania w przypadku braku dostępu do kodów Authenticator.", - "recovery_keys_description_warning": "Klucze odzyskiwania nie zostaną pokazane ponownie po opuszczeniu strony, przechowuj je w bezpiecznym miejscu.
Po użyciu klucza odzyskiwania nie można go użyć ponownie.", - "recovery_keys_error": "Błąd generowania kodów odzyskiwania", - "recovery_keys_no_key_set": "Nie ustawiono kodów odzyskiwania", - "recovery_keys_generate": "Wygeneruj kody odzyskiwania", - "recovery_keys_regenerate": "Wygeneruj ponownie kody odzyskiwania", - "recovery_keys_used": "Użyto: {{date}}", - "recovery_keys_unused": "Kod odzyskiwania {{index}} jest nieużywany", - "oauth_title": "OAuth/OpenID", - "oauth_description": "OpenID to standardowy sposób logowania do stron internetowych przy użyciu konta z innej usługi, takiej jak Google, w celu weryfikacji tożsamości. Domyślnym dostawcą jest Google, ale można go zmienić na dowolnego innego dostawcę OpenID. Sprawdź tutaj, aby uzyskać więcej informacji. Postępuj zgodnie z tymi instrukcjami, aby skonfigurować usługę OpenID przez Google.", - "oauth_description_warning": "Aby włączyć OAuth/OpenID, musisz ustawić bazowy URL OAuth/OpenID, ID klienta i sekret klienta w pliku config.ini i zrestartować aplikację. Jeśli chcesz ustawić je za pomocą zmiennych środowiskowych, ustaw TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID i TRILIUM_OAUTH_CLIENT_SECRET.", - "oauth_missing_vars": "Brakujące ustawienia: {{-variables}}", - "oauth_user_account": "Konto użytkownika: ", - "oauth_user_email": "Email użytkownika: ", - "oauth_user_not_logged_in": "Nie zalogowano!" - }, - "shortcuts": { - "keyboard_shortcuts": "Skróty klawiszowe", - "multiple_shortcuts": "Wiele skrótów dla tej samej akcji można oddzielić przecinkiem.", - "electron_documentation": "Zobacz dokumentację Electron dla dostępnych modyfikatorów i kodów klawiszy.", - "type_text_to_filter": "Wpisz tekst, aby filtrować skróty...", - "action_name": "Nazwa akcji", - "shortcuts": "Skróty", - "default_shortcuts": "Domyślne skróty", - "description": "Opis", - "reload_app": "Przeładuj aplikację, aby zastosować zmiany", - "set_all_to_default": "Ustaw wszystkie skróty na domyślne", - "confirm_reset": "Czy na pewno chcesz zresetować wszystkie skróty klawiszowe do domyślnych?" - }, - "spellcheck": { - "title": "Sprawdzanie pisowni", - "description": "Te opcje dotyczą tylko wersji desktopowych, przeglądarki będą używać własnego natywnego sprawdzania pisowni.", - "enable": "Włącz sprawdzanie pisowni", - "language_code_label": "Kod(y) języka", - "language_code_placeholder": "na przykład \"pl-PL\", \"en-US\"", - "multiple_languages_info": "Wiele języków można oddzielić przecinkiem, np. \"en-US, de-DE, pl\". ", - "available_language_codes_label": "Dostępne kody języków:", - "restart-required": "Zmiany w opcjach sprawdzania pisowni wejdą w życie po ponownym uruchomieniu aplikacji." - }, - "sync_2": { - "config_title": "Konfiguracja synchronizacji", - "server_address": "Adres instancji serwera", - "timeout": "Limit czasu synchronizacji", - "timeout_unit": "milisekund", - "proxy_label": "Serwer proxy synchronizacji (opcjonalnie)", - "note": "Uwaga", - "note_description": "Jeśli pozostawisz ustawienie proxy puste, zostanie użyte proxy systemowe (dotyczy tylko wersji desktop/electron).", - "special_value_description": "Inną wartością specjalną jest noproxy, która wymusza ignorowanie nawet proxy systemowego i respektuje NODE_TLS_REJECT_UNAUTHORIZED.", - "save": "Zapisz", - "help": "Pomoc", - "test_title": "Test synchronizacji", - "test_description": "To przetestuje połączenie i handshake z serwerem synchronizacji. Jeśli serwer synchronizacji nie jest zainicjowany, skonfiguruje go do synchronizacji z lokalnym dokumentem.", - "test_button": "Testuj synchronizację", - "handshake_failed": "Handshake serwera synchronizacji nie powiódł się, błąd: {{message}}" - }, - "api_log": { - "close": "Zamknij" - }, - "attachment_detail_2": { - "will_be_deleted_in": "Ten załącznik zostanie automatycznie usunięty za {{time}}", - "will_be_deleted_soon": "Ten załącznik zostanie wkrótce automatycznie usunięty", - "deletion_reason": ", ponieważ załącznik nie jest podlinkowany w treści notatki. Aby zapobiec usunięciu, dodaj link do załącznika z powrotem do treści lub przekonwertuj załącznik na notatkę.", - "role_and_size": "Rola: {{role}}, Rozmiar: {{size}}", - "link_copied": "Link do załącznika skopiowany do schowka.", - "unrecognized_role": "Nierozpoznana rola załącznika '{{role}}'." - }, - "bookmark_switch": { - "bookmark": "Zakładka", - "bookmark_this_note": "Dodaj tę notatkę do zakładek w lewym panelu", - "remove_bookmark": "Usuń zakładkę" - }, - "editability_select": { - "auto": "Auto", - "read_only": "Tylko do odczytu", - "always_editable": "Zawsze edytowalna", - "note_is_editable": "Notatka jest edytowalna, jeśli nie jest zbyt długa.", - "note_is_read_only": "Notatka jest tylko do odczytu, ale można ją edytować po kliknięciu przycisku.", - "note_is_always_editable": "Notatka jest zawsze edytowalna, niezależnie od jej długości." - }, - "note-map": { - "button-link-map": "Mapa linków", - "button-tree-map": "Mapa drzewa" - }, - "tree-context-menu": { - "open-in-a-new-tab": "Otwórz w nowej karcie", - "open-in-a-new-split": "Otwórz w nowym podziale", - "insert-note-after": "Wstaw notatkę po", - "insert-child-note": "Wstaw notatkę podrzędną", - "archive": "Archiwizuj", - "unarchive": "Przywróć z archiwum", - "delete": "Usuń", - "search-in-subtree": "Szukaj w poddrzewie", - "hoist-note": "Zawęź widok do notatki (Hoist)", - "unhoist-note": "Cofnij zawężenie (Unhoist)", - "edit-branch-prefix": "Edytuj prefiks gałęzi", - "advanced": "Zaawansowane", - "expand-subtree": "Rozwiń poddrzewo", - "collapse-subtree": "Zwiń poddrzewo", - "sort-by": "Sortuj według...", - "recent-changes-in-subtree": "Ostatnie zmiany w poddrzewie", - "convert-to-attachment": "Konwertuj na załącznik", - "copy-note-path-to-clipboard": "Kopiuj ścieżkę notatki do schowka", - "protect-subtree": "Chroń poddrzewo", - "unprotect-subtree": "Zdejmij ochronę z poddrzewa", - "copy-clone": "Kopiuj / klonuj", - "clone-to": "Sklonuj do...", - "cut": "Wytnij", - "move-to": "Przenieś do...", - "paste-into": "Wklej do", - "paste-after": "Wklej po", - "duplicate": "Duplikuj", - "export": "Eksportuj", - "import-into-note": "Importuj do notatki", - "apply-bulk-actions": "Zastosuj akcje masowe", - "converted-to-attachments": "{{count}} notatek zostało przekonwertowanych na załączniki.", - "convert-to-attachment-confirm": "Czy na pewno chcesz przekonwertować wybrane notatki na załączniki ich notatek nadrzędnych? Ta operacja dotyczy tylko notatek Obrazów, inne notatki zostaną pominięte.", - "open-in-popup": "Szybka edycja" - }, - "shared_info": { - "shared_publicly": "Ta notatka jest udostępniona publicznie pod adresem {{- link}}.", - "shared_locally": "Ta notatka jest udostępniona lokalnie pod adresem {{- link}}.", - "help_link": "Aby uzyskać pomoc, odwiedź wiki." - }, - "note_types": { - "text": "Tekst", - "code": "Kod", - "saved-search": "Zapisane wyszukiwanie", - "relation-map": "Mapa relacji", - "note-map": "Mapa notatek", - "render-note": "Renderuj notatkę", - "book": "Kolekcja", - "mermaid-diagram": "Diagram Mermaid", - "canvas": "Płótno", - "web-view": "Widok WWW", - "mind-map": "Mapa myśli", - "file": "Plik", - "image": "Obraz", - "launcher": "Launcher", - "doc": "Dokument", - "widget": "Widżet", - "confirm-change": "Nie zaleca się zmiany typu notatki, gdy treść notatki nie jest pusta. Czy mimo to chcesz kontynuować?", - "geo-map": "Mapa Geo", - "beta-feature": "Beta", - "ai-chat": "Czat AI", - "task-list": "Lista zadań", - "new-feature": "Nowość", - "collections": "Kolekcje" - }, - "protect_note": { - "toggle-on": "Chroń notatkę", - "toggle-off": "Zdejmij ochronę z notatki", - "toggle-on-hint": "Notatka nie jest chroniona, kliknij, aby włączyć ochronę", - "toggle-off-hint": "Notatka jest chroniona, kliknij, aby zdjąć ochronę" - }, - "shared_switch": { - "shared": "Udostępniona", - "toggle-on-title": "Udostępnij notatkę", - "toggle-off-title": "Przestań udostępniać notatkę", - "shared-branch": "Ta notatka istnieje tylko jako notatka udostępniona, zaprzestanie udostępniania spowoduje jej usunięcie. Czy chcesz kontynuować i usunąć tę notatkę?", - "inherited": "Nie można przestać udostępniać notatki w tym miejscu, ponieważ jest ona udostępniona poprzez dziedziczenie od przodka." - }, - "template_switch": { - "template": "Szablon", - "toggle-on-hint": "Uczyń notatkę szablonem", - "toggle-off-hint": "Usuń notatkę z szablonów" - }, - "open-help-page": "Otwórz stronę pomocy", - "find": { - "case_sensitive": "Uwzględnij wielkość liter", - "match_words": "Dopasuj całe słowa", - "find_placeholder": "Znajdź w tekście...", - "replace_placeholder": "Zamień na...", - "replace": "Zamień", - "replace_all": "Zamień wszystko" - }, - "highlights_list_2": { - "title": "Lista wyróżnień", - "options": "Opcje", - "modal_title": "Konfiguracja listy wyróżnień", - "menu_configure": "Konfiguracja listy wyróżnień...", - "no_highlights": "Nie znaleziono wyróżnień.", - "title_with_count_one": "{{count}} podświetlenie", - "title_with_count_few": "{{count}} podświetlenia", - "title_with_count_many": "{{count}} podświetleń" - }, - "quick-search": { - "placeholder": "Szybkie wyszukiwanie", - "searching": "Szukanie...", - "no-results": "Brak wyników", - "more-results": "... i {{number}} więcej wyników.", - "show-in-full-search": "Pokaż w pełnym wyszukiwaniu" - }, - "note_tree": { - "collapse-title": "Zwiń drzewo notatek", - "scroll-active-title": "Przewiń do aktywnej notatki", - "tree-settings-title": "Ustawienia drzewa", - "hide-archived-notes": "Ukryj zarchiwizowane notatki", - "automatically-collapse-notes": "Automatycznie zwijaj notatki", - "automatically-collapse-notes-title": "Notatki zostaną zwinięte po okresie bezczynności, aby uporządkować drzewo.", - "save-changes": "Zapisz i zastosuj zmiany", - "auto-collapsing-notes-after-inactivity": "Automatyczne zwijanie notatek po bezczynności...", - "saved-search-note-refreshed": "Notatka zapisanego wyszukiwania odświeżona.", - "hoist-this-note-workspace": "Zawęź widok do tej notatki (obszar roboczy)", - "refresh-saved-search-results": "Odśwież wyniki zapisanego wyszukiwania", - "create-child-note": "Utwórz notatkę podrzędną", - "unhoist": "Cofnij zawężenie", - "toggle-sidebar": "Przełącz pasek boczny", - "dropping-not-allowed": "Upuszczanie notatek w tej lokalizacji jest niedozwolone." - }, - "title_bar_buttons": { - "window-on-top": "Utrzymuj okno na wierzchu" - }, - "note_detail": { - "could_not_find_typewidget": "Nie można znaleźć widżetu typu dla typu '{{type}}'", - "printing": "Drukowanie w toku...", - "printing_pdf": "Eksportowanie do PDF w toku..." - }, - "note_title": { - "placeholder": "wpisz tytuł notatki tutaj...", - "created_on": "Utworzono ", - "last_modified": "Zmodyfikowano: ", - "note_type_switcher_label": "Zmień z {{type}} na:", - "note_type_switcher_others": "Inny typ notatki", - "note_type_switcher_templates": "Szablon", - "note_type_switcher_collection": "Kolekcja", - "edited_notes": "Edytowane notatki" - }, - "search_result": { - "no_notes_found": "Nie znaleziono notatek dla podanych parametrów wyszukiwania.", - "search_not_executed": "Wyszukiwanie nie zostało jeszcze wykonane. Kliknij przycisk \"Szukaj\" powyżej, aby zobaczyć wyniki." - }, - "spacer": { - "configure_launchbar": "Konfiguruj pasek szybkiego dostępu" - }, - "sql_result": { - "no_rows": "Dla tego zapytania nie zwrócono żadnych wierszy" - }, - "sql_table_schemas": { - "tables": "Tabele" - }, - "tab_row": { - "close_tab": "Zamknij kartę", - "add_new_tab": "Dodaj nową kartę", - "close": "Zamknij", - "close_other_tabs": "Zamknij inne karty", - "close_right_tabs": "Zamknij karty po prawej", - "close_all_tabs": "Zamknij wszystkie karty", - "reopen_last_tab": "Otwórz ponownie ostatnio zamkniętą kartę", - "move_tab_to_new_window": "Przenieś tę kartę do nowego okna", - "copy_tab_to_new_window": "Skopiuj tę kartę do nowego okna", - "new_tab": "Nowa karta" - }, - "toc": { - "table_of_contents": "Spis treści", - "options": "Opcje", - "no_headings": "Brak nagłówków." - }, - "watched_file_update_status": { - "file_last_modified": "Plik został ostatnio zmodyfikowany .", - "upload_modified_file": "Prześlij zmodyfikowany plik", - "ignore_this_change": "Ignoruj tę zmianę" - }, - "app_context": { - "please_wait_for_save": "Poczekaj kilka sekund na zakończenie zapisu, a następnie spróbuj ponownie." - }, - "note_create": { - "duplicated": "Notatka \"{{title}}\" została zduplikowana." - }, - "image": { - "copied-to-clipboard": "Odniesienie do obrazu zostało skopiowane do schowka. Można je wkleić w dowolnej notatce tekstowej.", - "cannot-copy": "Nie udało się skopiować odniesienia do obrazu do schowka." - }, - "clipboard": { - "cut": "Notatka(-i) zostały wycięte do schowka.", - "copied": "Notatka(-i) zostały skopiowane do schowka.", - "copy_failed": "Nie można skopiować do schowka z powodu problemów z uprawnieniami.", - "copy_success": "Skopiowano do schowka." - }, - "entrypoints": { - "note-revision-created": "Utworzono wersję notatki.", - "note-executed": "Notatka wykonana.", - "sql-error": "Wystąpił błąd podczas wykonywania zapytania SQL: {{message}}" - }, - "branches": { - "cannot-move-notes-here": "Nie można przenieść notatek tutaj.", - "delete-status": "Status usuwania", - "delete-notes-in-progress": "Usuwanie notatek w toku: {{count}}", - "delete-finished-successfully": "Usuwanie zakończone pomyślnie.", - "undeleting-notes-in-progress": "Przywracanie notatek w toku: {{count}}", - "undeleting-notes-finished-successfully": "Przywracanie notatek zakończone pomyślnie." - }, - "frontend_script_api": { - "async_warning": "Przekazujesz funkcję asynchroniczną do `api.runOnBackend()`, co prawdopodobnie nie zadziała zgodnie z Twoimi intencjami.\\nAlbo spraw, aby funkcja była synchroniczna (usuwając słowo kluczowe `async`), albo użyj `api.runAsyncOnBackendWithManualTransactionHandling()`.", - "sync_warning": "Przekazujesz funkcję synchroniczną do `api.runAsyncOnBackendWithManualTransactionHandling()`,\\npodczas gdy prawdopodobnie powinieneś użyć `api.runOnBackend()`." - }, - "ws": { - "sync-check-failed": "Sprawdzanie synchronizacji nie powiodło się!", - "consistency-checks-failed": "Sprawdzanie spójności nie powiodło się! Zobacz logi po szczegóły.", - "encountered-error": "Napotkano błąd \"{{message}}\", sprawdź konsolę.", - "lost-websocket-connection-title": "Utracono połączenie z serwerem", - "lost-websocket-connection-message": "Sprawdź konfigurację odwrotnego proxy (np. nginx lub Apache), aby upewnić się, że połączenia WebSocket są prawidłowo dozwolone i nie są blokowane." - }, - "hoisted_note": { - "confirm_unhoisting": "Żądana notatka '{{requestedNote}}' znajduje się poza poddrzewem zawężonej notatki '{{hoistedNote}}' i musisz cofnąć zawężenie, aby uzyskać do niej dostęp. Czy chcesz kontynuować cofanie zawężenia?" - }, - "launcher_context_menu": { - "reset_launcher_confirm": "Czy na pewno chcesz zresetować \"{{title}}\"? Wszystkie dane / ustawienia w tej notatce (i jej elementach podrzędnych) zostaną utracone, a launcher zostanie przywrócony do pierwotnej lokalizacji.", - "add-note-launcher": "Dodaj launcher notatki", - "add-script-launcher": "Dodaj launcher skryptu", - "add-custom-widget": "Dodaj niestandardowy widżet", - "add-spacer": "Dodaj odstęp", - "delete": "Usuń ", - "reset": "Resetuj", - "move-to-visible-launchers": "Przenieś do widocznych launcherów", - "move-to-available-launchers": "Przenieś do dostępnych launcherów", - "duplicate-launcher": "Duplikuj launcher " - }, - "highlighting": { - "title": "Bloki kodu", - "description": "Kontroluje podświetlanie składni dla bloków kodu wewnątrz notatek tekstowych, notatki kodu nie zostaną zmienione.", - "color-scheme": "Schemat kolorów" - }, - "code_block": { - "word_wrapping": "Zawijanie słów", - "theme_none": "Brak podświetlania składni", - "theme_group_light": "Jasne motywy", - "theme_group_dark": "Ciemne motywy", - "copy_title": "Kopiuj do schowka" - }, - "classic_editor_toolbar": { - "title": "Formatowanie" - }, - "editor": { - "title": "Edytor" - }, - "editing": { - "editor_type": { - "label": "Pasek narzędzi formatowania", - "floating": { - "title": "Pływający", - "description": "narzędzia edycji pojawiają się w pobliżu kursora;" - }, - "fixed": { - "title": "Stały", - "description": "narzędzia edycji pojawiają się w karcie wstążki \"Formatowanie\"." - }, - "multiline-toolbar": "Wyświetl pasek narzędzi w wielu wierszach, jeśli się nie mieści." - } - }, - "geo-map": { - "create-child-note-title": "Utwórz nową notatkę podrzędną i dodaj ją do mapy", - "create-child-note-instruction": "Kliknij na mapie, aby utworzyć nową notatkę w tej lokalizacji lub naciśnij Escape, aby anulować.", - "unable-to-load-map": "Nie można załadować mapy." - }, - "geo-map-context": { - "open-location": "Otwórz lokalizację", - "remove-from-map": "Usuń z mapy", - "add-note": "Dodaj znacznik w tej lokalizacji" - }, - "help-button": { - "title": "Otwórz odpowiednią stronę pomocy" - }, - "time_selector": { - "invalid_input": "Wprowadzona wartość czasu nie jest prawidłową liczbą.", - "minimum_input": "Wprowadzona wartość czasu musi wynosić co najmniej {{minimumSeconds}} sekund." - }, - "presentation_view": { - "edit-slide": "Edytuj ten slajd", - "start-presentation": "Rozpocznij prezentację", - "slide-overview": "Przełącz przegląd slajdów" - }, - "experimental_features": { - "title": "Opcje eksperymentalne", - "disclaimer": "Te opcje są eksperymentalne i mogą powodować niestabilność. Używaj z ostrożnością.", - "new_layout_name": "Nowy układ", - "new_layout_description": "Wypróbuj nowy układ dla nowocześniejszego wyglądu i lepszej użyteczności. Podlega znacznym zmianom w nadchodzących wydaniach." - }, - "read-only-info": { - "read-only-note": "Obecnie przeglądasz notatkę tylko do odczytu.", - "auto-read-only-note": "Ta notatka jest wyświetlana w trybie tylko do odczytu dla szybszego ładowania.", - "edit-note": "Edytuj notatkę" - }, - "calendar_view": { - "delete_note": "Usuń notatkę..." - }, - "note-color": { - "clear-color": "Wyczyść kolor notatki", - "set-color": "Ustaw kolor notatki", - "set-custom-color": "Ustaw niestandardowy kolor notatki" - }, - "popup-editor": { - "maximize": "Przełącz na pełny edytor" - }, - "server": { - "unknown_http_error_title": "Błąd komunikacji z serwerem", - "unknown_http_error_content": "Kod statusu: {{statusCode}}\nURL: {{method}} {{url}}\nWiadomość: {{message}}", - "traefik_blocks_requests": "Jeśli używasz odwrotnego proxy Traefik, wprowadziło ono zmianę łamiącą kompatybilność, która wpływa na komunikację z serwerem." - }, - "tab_history_navigation_buttons": { - "go-back": "Wróć do poprzedniej notatki", - "go-forward": "Przejdź dalej do następnej notatki" - }, - "breadcrumb_badges": { - "read_only_explicit": "Tylko do odczytu", - "read_only_explicit_description": "Ta notatka została ręcznie ustawiona jako tylko do odczytu.\nKliknij, aby ją tymczasowo edytować.", - "read_only_auto": "Auto tylko do odczytu", - "read_only_auto_description": "Ta notatka została ustawiona automatycznie w tryb tylko do odczytu ze względów wydajnościowych. Ten automatyczny limit można dostosować w ustawieniach.\n\nKliknij, aby ją tymczasowo edytować.", - "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.", - "shared_publicly": "Udostępniona publicznie", - "shared_locally": "Udostępniona lokalnie", - "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.", - "execute_script": "Uruchom skrypt", - "execute_script_description": "Ta notatka jest notatką skryptową. Kliknij, aby wykonać skrypt.", - "execute_sql": "Uruchom 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": { - "language_title": "Zmień język treści", - "note_info_title": "Informacje o notatce (np. daty, rozmiar notatki)", - "backlinks_title_one": "Wyświetl link zwrotny", - "backlinks_title_few": "Wyświetl linki zwrotne", - "backlinks_title_many": "Wyświetl linki zwrotne", - "attachments_title_one": "Otwórz załącznik w nowej karcie", - "attachments_title_few": "Otwórz załączniki w nowej karcie", - "attachments_title_many": "Otwórz załączniki w nowej karcie", - "attributes_one": "{{count}} atrybut", - "attributes_few": "{{count}} atrybuty", - "attributes_many": "{{count}} atrybutów", - "attributes_title": "Atrybuty własne i atrybuty dziedziczone", - "note_paths_title": "Ścieżki notatek", - "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", - "create_new_note": "Utwórz nową notatkę podrzędną", - "empty_hide_archived_notes": "Ukryj zarchiwizowane notatki" - }, - "attributes_panel": { - "title": "Atrybuty notatki" - }, - "right_pane": { - "empty_message": "Brak elementów do wyświetlenia dla tej notatki", - "empty_button": "Ukryj panel", - "toggle": "Pokaż/ukryj prawy panel", - "custom_widget_go_to_source": "Przejdź do kodu źródłowego" - } } diff --git a/apps/client/src/translations/pt/translation.json b/apps/client/src/translations/pt/translation.json index cd03411ceb..11d249e44c 100644 --- a/apps/client/src/translations/pt/translation.json +++ b/apps/client/src/translations/pt/translation.json @@ -1,2281 +1,2137 @@ { - "about": { - "title": "Sobre o Trilium Notes", - "app_version": "Versão da App:", - "homepage": "Página inicial:", - "db_version": "Versão da base de dados:", - "sync_version": "Versão de sincronização:", - "build_date": "Data de compilação:", - "build_revision": "Revisão da compilação:", - "data_directory": "Diretório de dados:" - }, - "toast": { - "critical-error": { - "title": "Erro crítico", - "message": "Ocorreu um erro crítico que impede a inicialização da aplicação cliente:\n\n{{message}}\n\nProvavelmente foi causado por um script que falhou de maneira inesperada. Tente iniciar a aplicação no modo seguro e resolva o problema." + "about": { + "title": "Sobre o Trilium Notes", + "app_version": "Versão da App:", + "homepage": "Página inicial:", + "db_version": "Versão da base de dados:", + "sync_version": "Versão de sincronização:", + "build_date": "Data de compilação:", + "build_revision": "Revisão da compilação:", + "data_directory": "Diretório de dados:" }, - "widget-error": { - "title": "Falha ao inicializar um widget", - "message-custom": "O widget personalizado da nota com ID \"{{id}}\", intitulada \"{{title}}\", não pôde ser inicializado devido a:\n\n{{message}}", - "message-unknown": "Widget desconhecido não pôde ser inicializado devido a:\n\n{{message}}" + "toast": { + "critical-error": { + "title": "Erro crítico", + "message": "Ocorreu um erro crítico que impede a inicialização da aplicação cliente:\n\n{{message}}\n\nProvavelmente foi causado por um script que falhou de maneira inesperada. Tente iniciar a aplicação no modo seguro e resolva o problema." + }, + "widget-error": { + "title": "Falha ao inicializar um widget", + "message-custom": "O widget personalizado da nota com ID \"{{id}}\", intitulada \"{{title}}\", não pôde ser inicializado devido a:\n\n{{message}}", + "message-unknown": "Widget desconhecido não pôde ser inicializado devido a:\n\n{{message}}" + }, + "bundle-error": { + "title": "Falha para carregar o script customizado", + "message": "O script da nota com ID \"{{id}}\", intitulada \"{{title}}\", não pôde ser executado devido a:\n\n{{message}}" + }, + "widget-list-error": { + "title": "Falha ao obter a lista de widgets do servidor" + }, + "scripting-error": "Erro do script específicado: {{title}}", + "open-script-note": "Abrir script da nota", + "widget-render-error": { + "title": "Falha do renderizar um widget React personalizado" + }, + "widget-missing-parent": "Widget adaptado não tem a propriedade '{{property}}' mandatória definida.\n\nSe este script é para ser executado sem um element de UI, usar '#run=frontendStartup'." }, - "bundle-error": { - "title": "Falha para carregar o script customizado", - "message": "O script da nota com ID \"{{id}}\", intitulada \"{{title}}\", não pôde ser executado devido a:\n\n{{message}}" + "add_link": { + "add_link": "Adicionar ligação", + "help_on_links": "Ajuda sobre ligações", + "note": "Nota", + "search_note": "pesquisar nota pelo nome", + "link_title_mirrors": "o título da ligação reflete o título atual da nota", + "link_title_arbitrary": "o título da ligação pode ser alterado livremente", + "link_title": "Titulo da ligação", + "button_add_link": "Adicionar ligação" }, - "widget-list-error": { - "title": "Falha ao obter a lista de widgets do servidor" + "branch_prefix": { + "edit_branch_prefix": "Editar Prefixo do Branch", + "help_on_tree_prefix": "Ajuda sobre o prefixo da árvore de notas", + "prefix": "Prefixo: ", + "save": "Gravar", + "branch_prefix_saved": "O prefixo de ramificação foi gravado.", + "edit_branch_prefix_multiple": "Editar prefixo para {{count}} branches", + "branch_prefix_saved_multiple": "Prefixo dos branches foi editado para {{count}} branches.", + "affected_branches": "Alterados ({{count}}) branches:" }, - "scripting-error": "Erro do script específicado: {{title}}", - "open-script-note": "Abrir script da nota", - "widget-render-error": { - "title": "Falha do renderizar um widget React personalizado" + "bulk_actions": { + "bulk_actions": "Ações em massa", + "affected_notes": "Notas Afetadas", + "include_descendants": "Incluir notas filhas das notas selecionadas", + "available_actions": "Ações disponíveis", + "chosen_actions": "Ações selecionadas", + "execute_bulk_actions": "Executar ações em massa", + "bulk_actions_executed": "As ações em massa foram concluídas com sucesso.", + "none_yet": "Nenhuma até agora... adicione uma ação a clicar numa das disponíveis acima.", + "labels": "Etiquetas", + "relations": "Relações", + "notes": "Notas", + "other": "Outros" }, - "widget-missing-parent": "Widget adaptado não tem a propriedade '{{property}}' mandatória definida.\n\nSe este script é para ser executado sem um element de UI, usar '#run=frontendStartup'." - }, - "add_link": { - "add_link": "Adicionar ligação", - "help_on_links": "Ajuda sobre ligações", - "note": "Nota", - "search_note": "pesquisar nota pelo nome", - "link_title_mirrors": "o título da ligação reflete o título atual da nota", - "link_title_arbitrary": "o título da ligação pode ser alterado livremente", - "link_title": "Titulo da ligação", - "button_add_link": "Adicionar ligação" - }, - "branch_prefix": { - "edit_branch_prefix": "Editar Prefixo do Branch", - "help_on_tree_prefix": "Ajuda sobre o prefixo da árvore de notas", - "prefix": "Prefixo: ", - "save": "Gravar", - "branch_prefix_saved": "O prefixo de ramificação foi gravado.", - "edit_branch_prefix_multiple": "Editar prefixo para {{count}} branches", - "branch_prefix_saved_multiple": "Prefixo dos branches foi editado para {{count}} branches.", - "affected_branches": "Alterados ({{count}}) branches:" - }, - "bulk_actions": { - "bulk_actions": "Ações em massa", - "affected_notes": "Notas Afetadas", - "include_descendants": "Incluir notas filhas das notas selecionadas", - "available_actions": "Ações disponíveis", - "chosen_actions": "Ações selecionadas", - "execute_bulk_actions": "Executar ações em massa", - "bulk_actions_executed": "As ações em massa foram concluídas com sucesso.", - "none_yet": "Nenhuma até agora... adicione uma ação a clicar numa das disponíveis acima.", - "labels": "Etiquetas", - "relations": "Relações", - "notes": "Notas", - "other": "Outros" - }, - "clone_to": { - "clone_notes_to": "Clonar notas para...", - "help_on_links": "Ajuda sobre ligações", - "notes_to_clone": "Notas para clonar", - "target_parent_note": "Nota pai-alvo", - "search_for_note_by_its_name": "pesquisar nota pelo nome", - "cloned_note_prefix_title": "A nota clonada aparecerá na árvore de notas com o prefixo fornecido", - "prefix_optional": "Prefixo (opcional)", - "clone_to_selected_note": "Clonar para a nota selecionada", - "no_path_to_clone_to": "Nenhum caminho para clonar.", - "note_cloned": "A nota \"{{clonedTitle}}\" foi clonada para \"{{targetTitle}}\"" - }, - "confirm": { - "confirmation": "Confirmação", - "cancel": "Cancelar", - "ok": "OK", - "are_you_sure_remove_note": "Tem certeza que deseja remover a nota '{{title}}' do mapa de relações? ", - "if_you_dont_check": "Se não marcar isto, a nota será removida apenas do mapa de relações.", - "also_delete_note": "Também apagar a nota" - }, - "delete_notes": { - "delete_notes_preview": "Apagar pré-visualização de notas", - "close": "Fechar", - "delete_all_clones_description": "Apagar também todos os clones (pode ser desfeito em alterações recentes)", - "erase_notes_description": "Apagar normal (suave) apenas marca as notas como apagadas, permitindo que sejam recuperadas (no diálogo de alterações recentes) num período. Se esta opção for marcada, as notas serão apagadas imediatamente e não será possível restaurá-las.", - "erase_notes_warning": "Apagar notas permanentemente (não pode ser desfeito), incluindo todos os clones. Isto forçará o recarregamento da aplicação.", - "notes_to_be_deleted": "As seguintes notas serão apagadas ({{notesCount}})", - "no_note_to_delete": "Nenhuma nota será apagada (apenas os clones).", - "broken_relations_to_be_deleted": "As seguintes relações serão quebradas e apagadas ({{ relationCount}})", - "cancel": "Cancelar", - "ok": "OK", - "deleted_relation_text": "A nota {{- note}} (a ser apagada) está referenciada pela relação {{- relation}} originada de {{- source}}." - }, - "export": { - "export_note_title": "Exportar nota", - "close": "Fechar", - "export_type_subtree": "Esta nota e todos os seus descendentes", - "format_html": "HTML – recomendado, pois mantém toda a formatação", - "format_html_zip": "HTML num ficheiro ZIP – recomendado, pois preserva toda a formatação.", - "format_markdown": "Markdown – isto preserva a maior parte da formatação.", - "format_opml": "OPML - formato de intercâmbio de outliners apenas para texto. Formatação, imagens e ficheiros não estão incluídos.", - "opml_version_1": "OPML v1.0 – apenas texto simples", - "opml_version_2": "OPML v2.0 – permite também HTML", - "export_type_single": "Apenas esta nota, sem os seus descendentes", - "export": "Exportar", - "choose_export_type": "Por favor, escolha primeiro o tipo de exportação", - "export_status": "Estado da exportação", - "export_in_progress": "Exportação em andamento: {{progressCount}}", - "export_finished_successfully": "Exportação concluída com sucesso.", - "format_pdf": "PDF – para impressão ou compartilhamento.", - "share-format": "HTML para publicação web - usa o mesmo tema que é usado para notas partilhadas, mas pode ser publicado como um site estatico." - }, - "help": { - "title": "Folha de Dicas", - "noteNavigation": "Navegação de notas", - "goUpDown": "subir/descer na lista de notas", - "collapseExpand": "recolher/expandir nó", - "notSet": "não definido", - "goBackForwards": "voltar / avançar no histórico", - "showJumpToNoteDialog": "mostrar diálogo \"Ir para\"", - "scrollToActiveNote": "rolar até a nota atual", - "jumpToParentNote": "ir à nota pai", - "collapseWholeTree": "recolher toda a árvore de notas", - "collapseSubTree": "recolher subárvore", - "tabShortcuts": "Atalhos de guias", - "newTabNoteLink": "a ligação na nota abre essa nota numa guia nova", - "newTabWithActivationNoteLink": "a ligação na nota abre e ativa a nota numa guia nova", - "onlyInDesktop": "Apenas na versão para desktop (compilação Electron)", - "openEmptyTab": "abrir guia vazia", - "closeActiveTab": "fechar guia ativa", - "activateNextTab": "ativar próxima guia", - "activatePreviousTab": "ativar guia anterior", - "creatingNotes": "Criar notas", - "createNoteAfter": "criar nota após a nota atual", - "createNoteInto": "criar subnota dentro da nota atual", - "editBranchPrefix": "editar prefixo do clone da nota ativa", - "movingCloningNotes": "A mover / clonar notas", - "moveNoteUpDown": "mover nota para cima/baixo na lista de notas", - "moveNoteUpHierarchy": "mover nota para cima na hierarquia", - "multiSelectNote": "selecionar múltiplas notas acima/abaixo", - "selectAllNotes": "selecionar todas as notas no nível atual", - "selectNote": "selecionar nota", - "copyNotes": "copiar nota ativa (ou seleção atual) para a área de transferência (usado para clonar)", - "cutNotes": "recortar nota atual (ou seleção atual) para a área de transferência (usado para mover notas)", - "pasteNotes": "colar nota(s) como subnota dentro da nota ativa (o que pode ser mover ou clonar dependendo se foi copiado ou recortado para a área de transferência)", - "deleteNotes": "apagar nota / subárvore", - "editingNotes": "Edição de notas", - "editNoteTitle": "no painel de árvore, a navegação mudará do painel de árvore para o título da nota. Pressionar Enter no título da nota mudará o foco para o editor de texto. Ctrl+. mudará o foco de volta do editor para o painel de árvore.", - "createEditLink": "criar / editar ligação externa", - "createInternalLink": "criar ligação interna", - "followLink": "seguir ligação sob o cursor", - "insertDateTime": "inserir data e hora atual na posição do cursor", - "jumpToTreePane": "ir à árvore de notas e rolar até a nota ativa", - "markdownAutoformat": "Autoformatação estilo Markdown", - "headings": "##, ###, #### etc. seguidos de espaço para títulos", - "bulletList": "* ou - seguidos de espaço para lista com marcadores", - "numberedList": "1. ou 1) seguidos de espaço para lista numerada", - "blockQuote": "comece uma linha com > seguido de espaço para citação em bloco", - "troubleshooting": "Solução de problemas", - "reloadFrontend": "recarregar o frontend do Trilium", - "showDevTools": "mostrar ferramentas de programador", - "showSQLConsole": "mostrar console SQL", - "other": "Outros", - "quickSearch": "focar no campo de pesquisa rápida", - "inPageSearch": "pesquisa na página", - "editShortcuts": "Editar atalhos do teclado" - }, - "import": { - "importIntoNote": "Importar para a nota", - "chooseImportFile": "Escolher ficheiro para importar", - "importDescription": "O conteúdo do(s) ficheiro(s) selecionado(s) será importado como nota(s) filha(s) em", - "options": "Opções", - "safeImportTooltip": "Ficheiros de exportação Trilium .zip podem conter scripts executáveis que podem apresentar comportamentos prejudiciais. A importação segura desativará a execução automática de todos os scripts importados. Desmarque “Importação segura” apenas se o ficheiro de importação contiver scripts executáveis e você confiar totalmente no conteúdo do ficheiro importado.", - "safeImport": "Importação segura", - "explodeArchivesTooltip": "Se esta opção estiver marcada, o Trilium irá ler ficheiros .zip, .enex e .opml e criar notas a partir dos ficheiros contidos nesses ficheiros compactados. Se estiver desmarcada, o Trilium irá anexar os próprios ficheiros compactados à nota.", - "explodeArchives": "Ler conteúdos de arquivos .zip, .enex e .opml.", - "shrinkImagesTooltip": "

Se marcar esta opção, o Trilium tentará reduzir o tamanho das imagens importadas por meio de escala e otimização, o que pode afetar a qualidade visual das imagens. Se desmarcada, as imagens serão importadas sem alterações.

Isto não se aplica a importações de ficheiros .zip com metadados, pois presume-se que estes ficheiros já estejam otimizados.

", - "shrinkImages": "Reduzir imagens", - "textImportedAsText": "Importar ficheiros de HTML, Markdown e TXT como notas de texto caso não esteja claro pelos metadados", - "codeImportedAsCode": "Importar ficheiros de código reconhecidos (por exemplo, .json) como notas de código caso não esteja claro pelos metadados", - "replaceUnderscoresWithSpaces": "Substituir sublinhados por espaços nos nomes das notas importadas", - "import": "Importar", - "failed": "Falha na importação: {{message}}.", - "html_import_tags": { - "title": "Tags de importação HTML", - "description": "Configurar quais tags HTML devem ser preservadas ao importar notas. As tags que não estiverem nesta lista serão removidas durante a importação. Algumas tags (como 'script') são sempre removidas por motivos de segurança.", - "placeholder": "Digite as tags HTML, uma por linha", - "reset_button": "Redefinir para lista padrão" + "clone_to": { + "clone_notes_to": "Clonar notas para...", + "help_on_links": "Ajuda sobre ligações", + "notes_to_clone": "Notas para clonar", + "target_parent_note": "Nota pai-alvo", + "search_for_note_by_its_name": "pesquisar nota pelo nome", + "cloned_note_prefix_title": "A nota clonada aparecerá na árvore de notas com o prefixo fornecido", + "prefix_optional": "Prefixo (opcional)", + "clone_to_selected_note": "Clonar para a nota selecionada", + "no_path_to_clone_to": "Nenhum caminho para clonar.", + "note_cloned": "A nota \"{{clonedTitle}}\" foi clonada para \"{{targetTitle}}\"" }, - "import-status": "Estado da importação", - "in-progress": "Importação em andamento: {{progress}}", - "successful": "Importação concluída com sucesso.", - "importZipRecommendation": "Quando a importar ficheiro ZIP, a hierarquia de notas vai reflectir a estrutura da sub directoria dentro do ficheiro." - }, - "include_note": { - "dialog_title": "Incluir nota", - "label_note": "Nota", - "placeholder_search": "pesquisar nota pelo nome", - "box_size_prompt": "Dimensão da caixa da nota incluída:", - "box_size_small": "pequeno (~ 10 linhas)", - "box_size_medium": "médio (~ 30 linhas)", - "box_size_full": "completo (a caixa exibe o texto completo)", - "button_include": "Incluir nota" - }, - "info": { - "modalTitle": "Mensagem informativa", - "closeButton": "Fechar", - "okButton": "OK", - "copy_to_clipboard": "Copiar para a área de transferência" - }, - "jump_to_note": { - "search_placeholder": "Pesquise uma nota pelo nome ou digite > para comandos...", - "search_button": "Pesquisar no texto completo" - }, - "markdown_import": { - "dialog_title": "Importar Markdown", - "modal_body_text": "Por motivos de segurança (sandbox do navegador), o JavaScript não pode aceder diretamente a área de transferência. Por favor, cole o conteúdo Markdown na área de texto abaixo e clique em Importar", - "import_button": "Importar", - "import_success": "O conteúdo Markdown foi importado para o documento." - }, - "move_to": { - "dialog_title": "Mover notas para...", - "notes_to_move": "Notas para mover", - "target_parent_note": "Nota pai-alvo", - "search_placeholder": "pesquisar nota pelo nome", - "move_button": "Mover para a nota selecionada", - "error_no_path": "Nenhum caminho para mover.", - "move_success_message": "As notas selecionadas foram movidas para " - }, - "note_type_chooser": { - "change_path_prompt": "Alterar onde criar a nova nota:", - "search_placeholder": "pesquisar caminho pelo nome (valor predefinido se não for preenchido)", - "modal_title": "Escolher tipo de nota", - "modal_body": "Escolha o tipo/modelo da nova nota:", - "templates": "Modelos", - "builtin_templates": "Modelos Incorporados" - }, - "password_not_set": { - "title": "A palavra-passe não está definida", - "body1": "Notas protegidas são criptografadas usando uma palavra-passe do utilizador, mas a palavra-passe ainda não foi definida.", - "body2": "Para poder proteger notas, clique no botão abaixo para abrir a caixa de diálogo de Opções e definir a sua palavra-passe.", - "go_to_password_options": "Ir para opções de Palavra-passe" - }, - "prompt": { - "title": "Prompt", - "ok": "OK", - "defaultTitle": "Prompt" - }, - "protected_session_password": { - "modal_title": "Sessão protegida", - "help_title": "Ajuda sobre notas protegidas", - "close_label": "Fechar", - "form_label": "Para prosseguir com a ação solicitada, deve iniciar uma sessão protegida digitando a palavra-passe:", - "start_button": "Iniciar sessão protegida" - }, - "recent_changes": { - "title": "Alterações recentes", - "erase_notes_button": "Remover permanentemente as notas apagadas agora", - "deleted_notes_message": "As notas apagadas foram removidas permanentemente.", - "no_changes_message": "Nenhuma alteração ainda...", - "undelete_link": "Restaurar", - "confirm_undelete": "Deseja restaurar esta nota e as suas subnotas?" - }, - "revisions": { - "note_revisions": "Versões da nota", - "delete_all_revisions": "Apagar todas as versões desta nota", - "delete_all_button": "Apagar todas as versões", - "help_title": "Ajuda sobre as versões da nota", - "confirm_delete_all": "Quer apagar todas as versões desta nota?", - "no_revisions": "Ainda não há versões para esta nota...", - "restore_button": "Recuperar", - "confirm_restore": "Deseja restaurar esta versão? Isto irá substituir o título e o conteúdo atuais da nota por esta versão.", - "delete_button": "Apagar", - "confirm_delete": "Deseja apagar esta versão?", - "revisions_deleted": "As versões da nota foram removidas.", - "revision_restored": "A versão da nota foi restaurada.", - "revision_deleted": "A versão da nota foi apagada.", - "snapshot_interval": "Intervalo de captura das versões da nota: {{seconds}}s.", - "maximum_revisions": "Limite de capturas das versões da nota: {{number}}.", - "settings": "Configurações de versões da nota", - "download_button": "Descarregar", - "mime": "MIME: ", - "file_size": "Tamanho do ficheiro:", - "preview_not_available": "A visualização não está disponível para este tipo de nota.", - "diff_on": "Mostrar diferenças", - "diff_off": "Mostrar conteúdos", - "diff_on_hint": "Carregar para mostrar diferenças da fonte da nota", - "diff_off_hint": "Carregar para mostrar conteúdos da nota", - "diff_not_available": "Diferenças não disponível." - }, - "sort_child_notes": { - "sort_children_by": "Ordenar notas filhas por...", - "sorting_criteria": "Critérios de ordenação", - "title": "título", - "date_created": "data de criação", - "date_modified": "data de modificação", - "sorting_direction": "Direção de ordenação", - "ascending": "crescente", - "descending": "decrescente", - "folders": "Pastas", - "sort_folders_at_top": "posicionar pastas no topo", - "natural_sort": "Ordenação Natural", - "sort_with_respect_to_different_character_sorting": "classificar de acordo com diferentes regras de ordenação de caracteres e colação em diferentes idiomas ou regiões.", - "natural_sort_language": "Linguagem da ordenação natural", - "the_language_code_for_natural_sort": "O código do idioma para ordenação natural, por exemplo, \"zh-CN\" para chinês.", - "sort": "Ordenar" - }, - "upload_attachments": { - "upload_attachments_to_note": "Enviar anexos para a nota", - "choose_files": "Escolher ficheiros", - "files_will_be_uploaded": "Os ficheiros serão enviados como anexos para {{noteTitle}}", - "options": "Opções", - "shrink_images": "Reduzir imagens", - "upload": "Enviar", - "tooltip": "Se marcar esta opção, o Trilium tentará reduzir as imagens enviadas a redimensionar e otimizar, o que pode afetar a qualidade visual percebida. Se desmarcada, as imagens serão enviadas sem alterações." - }, - "attribute_detail": { - "attr_detail_title": "Título Detalhado do Atributo", - "close_button_title": "Cancelar alterações e fechar", - "attr_is_owned_by": "O atributo pertence a", - "attr_name_title": "O nome do atributo pode ser composto apenas por caracteres alfanuméricos, dois-pontos e sublinhado", - "name": "Nome", - "value": "Valor", - "target_note_title": "Relação é uma conexão nomeada entre a nota de origem e a nota de destino.", - "target_note": "Nota de destino", - "promoted_title": "O atributo promovido é exibido de forma destacada na nota.", - "promoted": "Promovido", - "promoted_alias_title": "O nome a ser exibido na interface de atributos promovidos.", - "promoted_alias": "Alias", - "multiplicity_title": "Multiplicidade define quantos atributos com o mesmo nome podem ser criados — no máximo 1 ou mais que 1.", - "multiplicity": "Multiplicidade", - "single_value": "Valor único", - "multi_value": "Valor múltiplo", - "label_type_title": "O tipo do rótulo ajudará o Trilium a escolher a interface adequada para inserir o valor do rótulo.", - "label_type": "Tipo", - "text": "Texto", - "number": "Número", - "boolean": "Booleano", - "date": "Data", - "date_time": "Data e Hora", - "time": "Hora", - "url": "URL", - "precision_title": "Qual número de dígitos após o ponto decimal deve estar disponível na interface de configuração de valor.", - "precision": "Precisão", - "digits": "dígitos", - "inverse_relation_title": "Configuração opcional para definir a qual relação esta é oposta. Exemplo: Pai - Filho são relações inversas entre si.", - "inverse_relation": "Relação inversa", - "inheritable_title": "O atributo herdável será transmitido para todos os descendentes deste ramo.", - "inheritable": "Herdável", - "save_and_close": "Gravar e fechar Ctrl+Enter", - "delete": "Apagar", - "related_notes_title": "Outras notas com este rótulo", - "more_notes": "Mais notas", - "label": "Pormenor do rótulo", - "label_definition": "Pormenor da definição do rótulo", - "relation": "Pormenor da relação", - "relation_definition": "Pormenor da definição da relação", - "disable_versioning": "desativa a versão automática. Útil, por exemplo, para notas grandes, mas sem importância – como grandes bibliotecas JS usadas para scripts", - "calendar_root": "marca a nota que deve ser usada como raiz para notas diárias. Apenas uma deve ser marcada assim.", - "archived": "notas com este rótulo não serão exibidas por padrão nos resultados de pesquisa (também nos diálogos Ir para, Adicionar ligações, etc).", - "exclude_from_export": "notas (com as suas subárvores) não serão incluídas em nenhuma exportação de notas", - "run": "define em quais eventos o script deve ser executado. Os valores possíveis são:\n
    \n
  • frontendStartup - quando o frontend do Trilium inicia (ou é atualizado), mas não no telemóvel.
  • \n
  • mobileStartup - quando o frontend do Trilium inicia (ou é atualizado), no telemóvel.
  • \n
  • backendStartup - quando o backend do Trilium inicia
  • \n
  • hourly - executa uma vez por hora. Pode usar o rótulo adicional runAtHour para especificar em qual hora.
  • \n
  • daily - executa uma vez por dia
  • \n
", - "run_on_instance": "Define em qual instância do Trilium isto deve ser executado. Por padrão, todas as instâncias.", - "run_at_hour": "Em qual hora isto deve ser executado. Deve ser usado junto com #run=hourly. Pode ser definido várias vezes para executar mais que uma vez ao dia.", - "disable_inclusion": "scripts com este rótulo não serão incluídos na execução do script pai.", - "sorted": "mantém as notas filhas ordenadas alfabeticamente pelo título", - "sort_direction": "ASC (padrão) ou DESC", - "sort_folders_first": "Pastas (notas com filhos) devem ser ordenadas no topo", - "top": "mantenha a nota fornecida no topo no seu pai (aplica-se apenas a pais ordenados)", - "hide_promoted_attributes": "Ocultar atributos promovidos nesta nota", - "read_only": "o editor está em modo somente leitura. Funciona apenas para notas de texto e código.", - "auto_read_only_disabled": "notas de texto/código podem ser automaticamente configuradas para modo de leitura quando são muito grandes. Pode desativar este comportamento por nota a adicionar este rótulo à nota", - "app_css": "marca notas CSS que são carregadas na aplicação Trilium e, portanto, podem ser usadas para modificar a aparência do Trilium.", - "app_theme": "marca notas CSS que são temas completos do Trilium e, portanto, estão disponíveis nas opções do Trilium.", - "app_theme_base": "defina como \"next\", \"next-light\" ou \"next-dark\" para usar o tema TriliumNext correspondente (auto, claro ou escuro) como base para um tema personalizado em vez do tema legado.", - "css_class": "o valor deste rótulo é depois adicionado como classe CSS ao nó que representa a nota específica na árvore. Isto pode ser útil para temas avançados. Pode ser usado em notas de modelo.", - "icon_class": "o valor deste rótulo é adicionado como uma classe CSS ao ícone na árvore, o que pode ajudar a distinguir visualmente as notas na árvore. Um exemplo pode ser bx bx-home – os ícones são retirados do boxicons. Pode ser usado em notas de modelo.", - "page_size": "número de elementos por página na listagem de notas", - "custom_request_handler": "veja Manipulador de requisição personalizada", - "custom_resource_provider": "veja Manipulador de requisição personalizada", - "widget": "marca esta nota como um widget personalizado que será adicionado à árvore de componentes do Trilium", - "workspace": "marca esta nota como um espaço de trabalho, o que permite fácil hoisting", - "workspace_icon_class": "define a classe CSS do ícone box que será usada na guia quando esta nota for hoisted", - "workspace_tab_background_color": "cor CSS usada na guia da nota quando esta nota é hoisted", - "workspace_calendar_root": "Define a raiz do calendário por espaço de trabalho", - "workspace_template": "Esta nota aparecerá na seleção de modelos disponíveis ao criar uma nova nota, mas apenas quando estiver destacada num espaço de trabalho que contenha este modelo", - "search_home": "novas notas de pesquisa serão criadas como filhas desta nota", - "workspace_search_home": "novas notas de pesquisa serão criadas como filhas desta nota quando ela for destacada para algum ancestral desta nota de área de trabalho", - "inbox": "localização padrão da caixa de entrada para novas notas – quando cria uma nota através do botão \"nova nota\" na barra lateral, as notas serão criadas como notas filhas na nota marcada com o rótulo #inbox.", - "workspace_inbox": "local padrão da caixa de entrada para novas notas quando esta nota for destacada para algum ancestral desta nota de área de trabalho", - "sql_console_home": "localização padrão das notas do console SQL", - "bookmark_folder": "nota com este rótulo aparecerá nos favoritos como uma pasta (permitindo acesso aos seus filhos)", - "share_hidden_from_tree": "esta nota está oculta na árvore de navegação à esquerda, mas ainda pode ser aceidda pela sua URL", - "share_external_link": "a nota funcionará como uma ligação para um site externo na árvore de compartilhamento", - "share_alias": "defina um alias por meio do qual a nota ficará disponível em https://your_trilium_host/share/[your_alias]", - "share_omit_default_css": "o CSS padrão da página de compartilhamento será omitido. Use quando fizer alterações extensas de estilo.", - "share_root": "marca a nota que é servida na raiz de /share.", - "share_description": "defina o texto a ser adicionado à meta tag HTML \"description\"", - "share_raw": "a nota será servida no seu formato bruto, sem o wrapper HTML", - "share_disallow_robot_indexing": "impedirá que robôs indexem esta nota por meio do cabeçalho X-Robots-Tag: noindex", - "share_credentials": "exigir credenciais para aceder esta nota partilhada. O valor deve estar no formato 'utilizador:palavra-passe'. Não se esqueça de fazer esta configuração herdável para que seja aplicada às notas-filhas/imagens.", - "share_index": "notas com este rótulo irão listar todas as raízes das notas partilhadas", - "display_relations": "nomes das relações separados por vírgula que devem ser exibidos. Todas as outras serão ocultadas.", - "hide_relations": "nomes das relações separados por vírgula que devem ser ocultados. Todas as outras serão exibidas.", - "title_template": "título padrão das notas criadas como filhas desta nota. O valor é avaliado como uma cadeia JavaScript \n e pode ser enriquecido com conteúdo dinâmico usando as variáveis injetadas now e parentNote. Exemplos:\n \n
    \n
  • ${parentNote.getLabelValue('authorName')}'s literary works
  • \n
  • Log for ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n Veja a wiki com pormenores, a documentação da API para parentNote e para now para mais informações.", - "template": "Esta nota aparecerá na seleção de modelos disponíveis ao criar uma nova nota", - "toc": "#toc ou #toc=show irá forçar a exibição do Sumário, #toc=hide irá forçar que ele fique oculto. Se o rótulo não existir, será considerado o ajuste global", - "color": "define a cor da nota na árvore de notas, ligações etc. Use qualquer valor de cor CSS válido, como 'red' ou #a13d5f", - "keyboard_shortcut": "Define um atalho de teclado que irá pular imediatamente para esta nota. Exemplo: 'ctrl+alt+e'. É necessário recarregar o frontend para que a alteração tenha efeito.", - "keep_current_hoisting": "Abrir este ligação não alterará o destaque, mesmo que a nota não seja exibível na subárvore destacada atual.", - "execute_button": "Titulo do botão que executará a nota de código atual", - "execute_description": "Descrição longa da nota de código atualmente exibida junto ao botão executar", - "exclude_from_note_map": "Notas com este rótulo ficarão ocultas no Mapa de Notas", - "new_notes_on_top": "Novas notas serão criadas no topo da nota raiz, não na parte inferior.", - "hide_highlight_widget": "Ocultar o widget da lista de destaques", - "run_on_note_creation": "executa quando a nota é criada no backend. Use esta relação se quiser executar o script para todas as notas criadas numa subárvore específica. Neste caso, crie-a na nota raiz da subárvore e fazê-la herdável. Uma nova nota criada dentro da subárvore (qualquer profundidade) irá acionar o script.", - "run_on_child_note_creation": "executa quando uma nova nota é criada sob a nota onde esta relação está definida", - "run_on_note_title_change": "executa quando o título da nota é alterado (inclusive na criação de nota)", - "run_on_note_content_change": "executa quando o conteúdo da nota é alterado (inclusive na criação de nota).", - "run_on_note_change": "executa quando a nota é alterada (inclusive na criação de nota). Não incluí alterações no conteúdo", - "run_on_note_deletion": "executa quando a nota está a ser apagada", - "run_on_branch_creation": "executa quando uma ramificação é criada. Ramificação é uma ligação entre nota pai e nota filha e é criado, por exemplo, ao clonar ou mover uma nota.", - "run_on_branch_change": "executa quando uma remificação é atualizada.", - "run_on_branch_deletion": "executa quando uma ramificação é apagada. Ramificação é uma ligação entre a nota pai e a nota filha e é apagada, por exemplo, ao mover a nota (a ramificação/ligação antiga é apagada).", - "run_on_attribute_creation": "executa quando um novo atributo é criado para a nota que define esta relação", - "run_on_attribute_change": " executa quando o atributo é alterado na nota que define esta relação. Também é disparado quando o atributo é apagado", - "relation_template": "os atributos da nota serão herdados mesmo sem um relacionamento pai-filho, o conteúdo e subárvore da nota serão adicionados às notas da instância se estarem vazias. Veja a documentação para pormenores.", - "inherit": "os atributos da nota serão herdados mesmo sem um relacionamento pai-filho. Veja relação de modelos para um conceito semelhante. Veja a herança de atributos na documentação.", - "render_note": "notas do tipo \"nota de renderização HTML\" serão renderizadas através de uma nota de código (HTML ou script) e é necessário apontar por esta relação qual nota deve ser renderizada", - "widget_relation": "o destino desta relação será executado e renderizado como um widget na barra lateral", - "share_css": "Nota CSS que será injetada na página de partilhamento. A nota CSS também deve estar na subárvore partilhada. Considere usar também 'share_hidden_from_tree' e 'share_omit_default_css'.", - "share_js": "Nota JavaScript que será injetada na página de partilhamento. A nota JS também deve estar na subárvore partilhada. Considere usar 'share_hidden_from_tree'.", - "share_template": "Nota JavaScript incorporada que será usada como modelo para exibir a nota partilhada. Retorna ao modelo padrão. Considere usar 'share_hidden_from_tree'.", - "share_favicon": "Nota Favicon que será usada na página partilhada. Tipicamente vai defini-la na raiz do partilhamento e fazê-la herdável. A nota de Favicon também deve estar na subárvore partilhada. Considere usar 'share_hidden_from_tree'.", - "is_owned_by_note": "é propriedade da nota", - "other_notes_with_name": "Outras notas com {{attributeType}} igual a \"{{attributeName}}\"", - "and_more": "... e {{count}} mais.", - "print_landscape": "Ao exportar para PDF, muda a orientação da página para paisagem em vez de retrato.", - "print_page_size": "Quando exportar para PDF, altera o tamanho da página. Valores suportados: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", - "color_type": "Cor" - }, - "attribute_editor": { - "help_text_body1": "Para adicionar uma etiqueta, digite por exemplo #rock ou se também quer adicionar um valor depois por exemplo #year = 2020", - "help_text_body2": "Para relação, digite ~author = @, que deve ser exibido um autocompletar onde pode encontrar a nota desejada.", - "help_text_body3": "Alternativamente, pode adicionar etiqueta e relação pelo botão + no lado direito.", - "save_attributes": "Gravar atributos ", - "add_a_new_attribute": "Adicionar um novo atributo", - "add_new_label": "Adicionar nova etiqueta ", - "add_new_relation": "Adicionar nova relação ", - "add_new_label_definition": "Adicionar nova definição de etiqueta", - "add_new_relation_definition": "Adicionar nova definição de relação", - "placeholder": "Digite as etiquetas e relações aqui" - }, - "abstract_bulk_action": { - "remove_this_search_action": "Remover esta ação de pesquisa" - }, - "execute_script": { - "execute_script": "Executar script", - "help_text": "Pode executar scripts simples nas notas correspondentes.", - "example_1": "Por exemplo para anexar uma cadeia ao título de uma nota, use este pequeno script:", - "example_2": "Um exemplo mais complexo seria apagar todos os atributos das notas correspondentes:" - }, - "add_label": { - "add_label": "Adicionar etiqueta", - "label_name_placeholder": "nome da etiqueta", - "label_name_title": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", - "to_value": "para o valor", - "new_value_placeholder": "novo valor", - "help_text": "Em todas as notas correspondentes:", - "help_text_item1": "criar a etiqueta indicada se a nota ainda não tiver uma", - "help_text_item2": "ou altere o valor da etiqueta existente", - "help_text_note": "Também pode chamar este método sem valor, neste caso a etiqueta será atribuída à nota sem valor." - }, - "delete_label": { - "delete_label": "Apagar etiqueta", - "label_name_placeholder": "nome da etiqueta", - "label_name_title": "Caracteres alfanuméricos, underscore e vírgula são permitidos." - }, - "rename_label": { - "rename_label": "Renomear etiqueta", - "rename_label_from": "Renomear etiqueta de", - "old_name_placeholder": "nome antigo", - "to": "Para", - "new_name_placeholder": "novo nome", - "name_title": "Caracteres alfanuméricos, underscore e vírgula são permitidos." - }, - "update_label_value": { - "update_label_value": "Atualizar valor da etiqueta", - "label_name_placeholder": "nome da etiqueta", - "label_name_title": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", - "to_value": "para o valor", - "new_value_placeholder": "novo valor", - "help_text": "Em todas as notas correspondentes, altera o valor da etiqueta existente.", - "help_text_note": "Também pode chamar este método sem um valor, neste caso a etiqueta será à nota sem um valor." - }, - "delete_note": { - "delete_note": "Apagar nota", - "delete_matched_notes": "Apagar notas correspondentes", - "delete_matched_notes_description": "Isto irá apagar as notas correspondentes.", - "undelete_notes_instruction": "Depois de apagar, é possível desapagá-las através da janela de Alterações Recentes.", - "erase_notes_instruction": "Para apagar notas permanentemente, pode fazê-lo depois de apagar em Opções -> Outros e clicar no botão \"Apagar notas apagadas agora\"." - }, - "delete_revisions": { - "delete_note_revisions": "Apagar revisões da nota", - "all_past_note_revisions": "Todas as revisões anteriores das notas correspondentes serão apagadas. A nota em si será perservada. Ou seja, o histórico da nota será removido." - }, - "move_note": { - "move_note": "Mover nota", - "to": "para", - "target_parent_note": "nota pai destino", - "on_all_matched_notes": "Em todas as notas correspondentes", - "move_note_new_parent": "move a nota para o novo pai se a nota tem apenas um pai (ou seja, a antiga ramificação é removida e uma nova ramificação é criada para o novo pai)", - "clone_note_new_parent": "clona a nota para o novo pai se a nota tem vários clones / ramificações (não é claro qual ramificação deve ser removida)", - "nothing_will_happen": "nada acontecerá se a nota não puder ser movida para a nota de destino (por exemplo, criaria um ciclo de árvore)" - }, - "rename_note": { - "rename_note": "Renomear nota", - "rename_note_title_to": "Renomear título da nota para", - "new_note_title": "novo título da nota", - "click_help_icon": "Clique no ícone de ajuda a direita para ver todas as opções", - "evaluated_as_js_string": "O valor digitado é avaliado como cadeia JavaScript e, portanto, pode ser enriquecido com conteúdo dinâmico através da variável injetada note (nota a ser renomeada). Exemplos:", - "example_note": "Nota - todas as notas correspondentes serão renomeadas para 'Nota'", - "example_new_title": "NOVO: ${note.title} - o título das notas correspondentes receberá o prefixo 'NOVO: '", - "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - notas correspondentes receberão um prefixo com o mês-dia da data de criação da nota", - "api_docs": "Veja da documentação da API para nota e as suas propriedades dateCreatedObj / utcDateCreatedObj para pormenores." - }, - "add_relation": { - "add_relation": "Adicionar relação", - "relation_name": "nome da relação", - "allowed_characters": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", - "to": "para", - "target_note": "nota destino", - "create_relation_on_all_matched_notes": "Crie a relação informada em todas as notas correspondentes." - }, - "delete_relation": { - "delete_relation": "Apagar relação", - "relation_name": "nome da relação", - "allowed_characters": "Caracteres alfanuméricos, underscore e vírgula são permitidos." - }, - "rename_relation": { - "rename_relation": "Renomar relação", - "rename_relation_from": "Renomear relação de", - "old_name": "nome antigo", - "to": "Para", - "new_name": "novo nome", - "allowed_characters": "Caracteres alfanuméricos, underscore e vírgula são permitidos." - }, - "update_relation_target": { - "update_relation": "Atualizar relação", - "relation_name": "nome da relação", - "allowed_characters": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", - "to": "para", - "target_note": "nota destino", - "on_all_matched_notes": "Em todas as notas correspondentes", - "change_target_note": "alterar nota destino da relação existente", - "update_relation_target": "Atualizar destino da relação" - }, - "attachments_actions": { - "open_externally": "Abrir externamente", - "open_externally_title": "O ficheiro será aberto numa aplicação externa e monitorado por alterações. Depois poderá enviar a versão modificada de volta para o Trilium.", - "open_custom": "Abrir customizado", - "open_custom_title": "O ficheiro será aberto numa aplicação externa e monitorado por alterações. Depois poderá enviar a versão modificada de volta para o Trilium.", - "download": "Descarregar", - "rename_attachment": "Renomear anexo", - "upload_new_revision": "Enviar nova revisão", - "copy_link_to_clipboard": "Copiar ligação para a área de transferência", - "convert_attachment_into_note": "Converter anexo para nota", - "delete_attachment": "Apagar anexo", - "upload_success": "Uma nova revisão de anexo foi enviada.", - "upload_failed": "O envio de uma nova revisão de anexo falhou.", - "open_externally_detail_page": "A abertura de anexo externamente só está disponível através da página de pormenores. Por favor, primeiro clique nos pormenores do anexo e repita a ação.", - "open_custom_client_only": "A abertura customizada de anexos só pode ser feita no cliente de desktop.", - "delete_confirm": "Tem certeza que deseja apagar o anexo '{{title}}'?", - "delete_success": "O anexo '{{title}}' foi apagado.", - "convert_confirm": "Tem certeza que deseja converter o anexo '{{title}}' numa nota separada?", - "convert_success": "O anexo '{{title}}' foi convertido para uma nota.", - "enter_new_name": "Por favor, digite o novo nome do anexo" - }, - "calendar": { - "mon": "Seg", - "tue": "Ter", - "wed": "Qua", - "thu": "Qui", - "fri": "Sex", - "sat": "Sáb", - "sun": "Dom", - "cannot_find_day_note": "Nota do dia não encontrada", - "cannot_find_week_note": "Nota semanal não encontrada", - "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", - "week": "Semana", - "week_previous": "Semana anterior", - "week_next": "Próxima semana", - "month": "Mês", - "month_previous": "Mês anterior", - "month_next": "Próximo mês", - "year": "Ano", - "year_previous": "Ano anterior", - "year_next": "Próximo ano", - "list": "Lista", - "today": "Hoje" - }, - "close_pane_button": { - "close_this_pane": "Fechar este painel" - }, - "create_pane_button": { - "create_new_split": "Criar divisão" - }, - "edit_button": { - "edit_this_note": "Editar esta nota" - }, - "show_toc_widget_button": { - "show_toc": "Mostrar Tabela de Conteúdo" - }, - "show_highlights_list_widget_button": { - "show_highlights_list": "Mostrar Lista de Destaques" - }, - "global_menu": { - "menu": "Menu", - "options": "Opções", - "open_new_window": "Abrir Nova Janela", - "switch_to_mobile_version": "Alternar para Versão Mobile", - "switch_to_desktop_version": "Alternar para Versão Desktop", - "zoom": "Zoom", - "toggle_fullscreen": "Alternar Ecrã Cheio", - "zoom_out": "Reduzir", - "reset_zoom_level": "Redefinir Zoom", - "zoom_in": "Aumentar", - "configure_launchbar": "Configurar Barra de Lançamento", - "show_shared_notes_subtree": "Exibir Subárvore de Notas Partilhadas", - "advanced": "Avançado", - "open_dev_tools": "Abrir Ferramentas de Programador", - "open_sql_console": "Abrir Console SQL", - "open_sql_console_history": "Abrir Histórico de Console SQL", - "open_search_history": "Abrir Histórico de Pesquisa", - "show_backend_log": "Abrir Log do Servidor", - "reload_hint": "Recarregar pode ajudar em alguns problemas visuais sem reiniciar toda a app.", - "reload_frontend": "Recarregar Frontend", - "show_hidden_subtree": "Exibir Subárvore Oculta", - "show_help": "Exibir Ajuda", - "about": "Sobre o Trilium Notes", - "logout": "Sair", - "show-cheatsheet": "Exibir Cheatsheet", - "toggle-zen-mode": "Modo Zen", - "new-version-available": "Nova actualização disponível", - "download-update": "Obter versão {{latestVersion}}" - }, - "zen_mode": { - "button_exit": "Sair do Modo Zen" - }, - "sync_status": { - "unknown": "

O estado da sincronização será conhecido assim que a próxima tentativa começar.

Clique para iniciar a sincronização agora.

", - "connected_with_changes": "

Conectado ao servidor de sincronização.
Existem algumas alterações a serem sincronizadas.

Clique para sincronizar.

", - "connected_no_changes": "

Conectado ao servidor de sincronização.
Todas as alterações já foram sincronizadas.

Clique para sincronizar.

", - "disconnected_with_changes": "

A conexão ao servidor de sincronização falhou.
Existem algumas alterações a serem sincronizadas.

Clique para sincronizar.

", - "disconnected_no_changes": "

A conexão ao servidor de sincronização falhou.
Todas as alterações já foram sincronizadas.

Clique para sincronizar.

", - "in_progress": "Sincronização com o servidor em andamento." - }, - "left_pane_toggle": { - "show_panel": "Exibir painel", - "hide_panel": "Esconder painel" - }, - "move_pane_button": { - "move_left": "Mover para a esquerda", - "move_right": "Mover para a direita" - }, - "note_actions": { - "convert_into_attachment": "Converter no anexo", - "re_render_note": "Renderizar nota novamente", - "search_in_note": "Pesquisar na nota", - "note_source": "Código Fonte da nota", - "note_attachments": "Anexos da nota", - "open_note_externally": "Abrir nota externamente", - "open_note_externally_title": "O ficheiro será aberto numa aplicação externa e monitorado por alterações. Depois poderá enviar a versão modificada de volta para o Trilium.", - "open_note_custom": "Abrir nota de forma customizada", - "import_files": "Importar ficheiros", - "export_note": "Exportar nota", - "delete_note": "Apagar nota", - "print_note": "Imprimir nota", - "save_revision": "Gravar revisão", - "convert_into_attachment_failed": "A conversão da nota '{{title}}' falhou.", - "convert_into_attachment_successful": "A nota '{{title}}' foi convertida para anexo.", - "convert_into_attachment_prompt": "Tem certeza que quer converter a nota '{{title}}' num anexo da nota pai?", - "print_pdf": "Exportar como PDF…", - "open_note_on_server": "Abrir nota no servidor", - "export_as_image": "Exportar como imagem", - "note_map": "Mapa de notas", - "advanced": "Avançadas", - "view_revisions": "Revisões da nota...", - "export_as_image_svg": "SVG (vectorial)", - "export_as_image_png": "PNG (matricial)" - }, - "onclick_button": { - "no_click_handler": "Componente de botão '{{componentId}}' não possui manipulador de clique definido" - }, - "protected_session_status": { - "active": "Sessão protegida está ativada. Clique para deixar a sessão protegida.", - "inactive": "Clique para entrar na sessão protegida" - }, - "revisions_button": { - "note_revisions": "Revisões da Nota" - }, - "update_available": { - "update_available": "Atualização disponível" - }, - "note_launcher": { - "this_launcher_doesnt_define_target_note": "Este lançador não define uma nota destino." - }, - "code_buttons": { - "execute_button_title": "Executar script", - "trilium_api_docs_button_title": "Abrir documentação da Trilium API", - "save_to_note_button_title": "Gravar para uma nota", - "opening_api_docs_message": "A abrir documentação da API…", - "sql_console_saved_message": "Nota do Console SQL foi gravada no caminho {{note_path}}" - }, - "copy_image_reference_button": { - "button_title": "Copiar referência da imagem para a área de transferência, pode ser colado numa nota de texto." - }, - "hide_floating_buttons_button": { - "button_title": "Esconder botões" - }, - "show_floating_buttons_button": { - "button_title": "Exibir botões" - }, - "svg_export_button": { - "button_title": "Exportar diagrama como SVG" - }, - "relation_map_buttons": { - "create_child_note_title": "Criar nota filha e adicione neste mapa de relação", - "reset_pan_zoom_title": "Redefinir pan & zoom para coordenadas e ampliação iniciais", - "zoom_in_title": "Aumentar", - "zoom_out_title": "Reduzir" - }, - "zpetne_odkazy": { - "relation": "relação", - "backlink_one": "{{count}} Ligação Reversa", - "backlink_many": "{{count}} Ligações Reversas", - "backlink_other": "{{count}} Ligações Reversas" - }, - "mobile_detail_menu": { - "insert_child_note": "Inserir nota filha", - "delete_this_note": "Apagar esta nota", - "error_cannot_get_branch_id": "Não foi possível obter o branchId para o notePath '{{notePath}} '", - "error_unrecognized_command": "Comando não reconhecido {{command}}", - "note_revisions": "Revisões da nota" - }, - "note_icon": { - "change_note_icon": "Alterar ícone da nota", - "search": "Pesquisa:", - "reset-default": "Redefinir para o ícone padrão", - "filter": "Filtrar", - "filter-none": "Todos os icons", - "filter-default": "Icons default", - "no_results": "Não foram encontrados icons.", - "search_placeholder_filtered": "Procurar {{number}} icons no {{name}}", - "icon_tooltip": "{{name}}\nPacote de icons: {{iconPack}}", - "search_placeholder_one": "Procurar {{number}} icon nos {{count}} pacotes", - "search_placeholder_many": "Procurar {{number}} icons em {{count}} pacotes", - "search_placeholder_other": "Procurar {{number}} icons nos {{count}} pacotes" - }, - "basic_properties": { - "note_type": "Tipo da nota", - "editable": "Editável", - "basic_properties": "Propriedades Básicas", - "language": "Idioma", - "configure_code_notes": "Configurar notas de código..." - }, - "book_properties": { - "view_type": "Tipo de visualização", - "grid": "Grade", - "list": "Lista", - "collapse_all_notes": "Recolher todas as notas", - "collapse": "Recolher", - "expand": "Expandir", - "book_properties": "Propriedades da Coleção", - "invalid_view_type": "Tipo de visualização inválido '{{type}}'", - "calendar": "Calendário", - "table": "Tabela", - "geo-map": "Mapa geográfico", - "board": "Quadro", - "expand_first_level": "Expandir descendentes directos", - "presentation": "Apresentação", - "expand_nth_level": "Expandir {{depth}} níveis", - "expand_all_levels": "Expandir todos os níveis", - "include_archived_notes": "Mostrar notas arquivadas", - "expand_tooltip": "Expande a direcção dos descendentes desta colecção (um nível). Para mais opções, carregar na seta à direita.", - "hide_child_notes": "Esconder notas descendentes na árvore" - }, - "edited_notes": { - "no_edited_notes_found": "Ainda não há nenhuma nota editada neste dia…", - "title": "Notas Editadas", - "deleted": "(apagado)" - }, - "file_properties": { - "note_id": "ID da Nota", - "original_file_name": "Nome original do ficheiro", - "file_type": "Tipo do ficheiro", - "file_size": "Tamanho do ficheiro", - "download": "Descarregar", - "open": "Abrir", - "upload_new_revision": "Enviar nova revisão", - "upload_success": "Uma nova revisão de ficheiro foi enviada.", - "upload_failed": "O envio de uma nova revisão de ficheiro falhou.", - "title": "Ficheiro" - }, - "image_properties": { - "original_file_name": "Nome original do ficheiro", - "file_type": "Tipo do ficheiro", - "file_size": "Tamanho do ficheiro", - "download": "Descarregar", - "open": "Abrir", - "copy_reference_to_clipboard": "Copiar referência para a área de transferência", - "upload_new_revision": "Enviar nova revisão", - "upload_success": "Uma nova revisão de imagem foi enviado.", - "upload_failed": "O envio de uma nova revisão de imagem falhou: {{message}}", - "title": "Imagem" - }, - "inherited_attribute_list": { - "title": "Atributos Herdados", - "no_inherited_attributes": "Nenhum atributo herdado.", - "none": "Nenhum" - }, - "note_info_widget": { - "note_id": "ID da Nota", - "created": "Criado", - "modified": "Editado", - "type": "Tipo", - "note_size": "Tamanho da nota", - "note_size_info": "O tamanho da nota fornece uma estimativa aproximada dos requisitos de armazenamento para esta nota. Leva em conta o conteúdo e o conteúdo das suas revisões de nota.", - "calculate": "calcular", - "subtree_size": "(tamanho da subárvore: {{size}} em {{count}} notas)", - "title": "Informações da nota", - "mime": "Tipo MIME", - "show_similar_notes": "Mostrar notas semelhantes" - }, - "note_map": { - "open_full": "Expandir completamente", - "collapse": "Recolher para tamanho normal", - "title": "Mapa de Notas", - "fix-nodes": "Fixar nós", - "link-distance": "Distância da Ligação" - }, - "note_paths": { - "title": "Caminho das Notas", - "clone_button": "Clonar nota para novo local…", - "intro_placed": "Esta nova está localizada nos caminhos:", - "intro_not_placed": "Esta nota ainda não está em nenhuma árvore de notas.", - "outside_hoisted": "Este caminho está fora de uma nota fixada e teria que desafixar.", - "archived": "Arquivado", - "search": "Pesquisar" - }, - "note_properties": { - "this_note_was_originally_taken_from": "Esta nota foi originalmente obtida de:", - "info": "Informações" - }, - "owned_attribute_list": { - "owned_attributes": "Atributos próprios" - }, - "promoted_attributes": { - "promoted_attributes": "Atributos Promovidos", - "unset-field-placeholder": "não atribuído", - "url_placeholder": "http://website...", - "open_external_link": "Abrir ligação externa", - "unknown_label_type": "Tipo de etiqueta desconhecido '{{type}}'", - "unknown_attribute_type": "Tipo de atributo desconhecido '{{type}}'", - "add_new_attribute": "Adicionar novo atributo", - "remove_this_attribute": "Remover este atributo", - "remove_color": "Remover a etiqueta de cor" - }, - "script_executor": { - "query": "Consulta", - "script": "Script", - "execute_query": "Executar Consulta", - "execute_script": "Executar Script" - }, - "search_definition": { - "add_search_option": "Adicionar opção de pesquisa:", - "search_string": "pesquisar cadeia", - "search_script": "pesquisa de script", - "ancestor": "ancestral", - "fast_search": "pesquisa rápida", - "fast_search_description": "A opção de pesquisa rápida desativa a pesquisa de texto completo do conteúdo de nota, o que pode acelerar a pesquisa em grandes bases de dados.", - "include_archived": "incluir arquivados", - "include_archived_notes_description": "As notas arquivadas são por padrão excluídas dos resultados da pesquisa, com esta opção elas serão incluídas.", - "order_by": "ordenar por", - "limit": "limite", - "limit_description": "Limitar quantidade de resultados", - "debug": "depurar", - "debug_description": "A depuração irá imprimir informações adicionais no console para ajudar na depuração de consultas complexas", - "action": "ação", - "search_button": "Pesquisar", - "search_execute": "Pesquisar & Executar ações", - "save_to_note": "Gravar para nota", - "search_parameters": "Parâmetros de Pesquisa", - "unknown_search_option": "Opção de pesquisa desconhecida {{searchOptionName}}", - "search_note_saved": "Nota de pesquisa foi gravada em {{- notePathTitle}}", - "actions_executed": "As ações foram executadas.", - "view_options": "Ver opções:" - }, - "similar_notes": { - "title": "Notas Similares", - "no_similar_notes_found": "Nenhum nota similar encontrada." - }, - "abstract_search_option": { - "remove_this_search_option": "Remover esta opção de pesquisa", - "failed_rendering": "A renderização da opção de pesquisa falhou: {{dto}} com o erro: {{error}} {{stack}}" - }, - "ancestor": { - "label": "Ancestral", - "placeholder": "pesquisar notas pelo nome", - "depth_label": "profundidade", - "depth_doesnt_matter": "não importa", - "depth_eq": "é exatamente {{count}}", - "direct_children": "filho direto", - "depth_gt": "é maior que {{count}}", - "depth_lt": "é menor que {{count}}" - }, - "debug": { - "debug": "Depurar", - "debug_info": "A depuração irá imprimir informações adicionais no console para ajudar em depuração de consultas complexas.", - "access_info": "Para aceder as informações de depuração, execute a consulta e clique em \"Exibir log do servidor\" no canto superior esquerdo." - }, - "fast_search": { - "fast_search": "Pesquisa rápida", - "description": "A opção de pesquisa rápida desativa a pesquisa de texto completo do conteúdo de nota, o que pode acelerar a pesquisa em grandes bases de dados." - }, - "include_archived_notes": { - "include_archived_notes": "Incluir notas arquivadas" - }, - "limit": { - "limit": "Limite", - "take_first_x_results": "Escolher apenas os X primeiros resultados." - }, - "order_by": { - "order_by": "Ordenar por", - "relevancy": "Relevância (padrão)", - "title": "Título", - "date_created": "Data de criação", - "date_modified": "Data da última modificação", - "content_size": "Tamaho do conteúdo da nota", - "content_and_attachments_size": "Tamanho do conteúdo da nota incluindo anexos", - "content_and_attachments_and_revisions_size": "Tamanho do conteúdo da nota incluindo anexos e revisões", - "revision_count": "Quantidade de revisões", - "children_count": "Quantidade de notas filhas", - "parent_count": "Quantidade de clones", - "owned_label_count": "Quantidade de etiquetas", - "owned_relation_count": "Quantidade de relações", - "target_relation_count": "Quantidade de relações para esta nota", - "random": "Ordem aleatória", - "asc": "Crescente (padrão)", - "desc": "Decrescente" - }, - "search_script": { - "title": "Pesquisar script:", - "placeholder": "pesquisar notas pelo nome", - "description1": "O script de pesquisa permite definir os resultados da pesquisa por executar um script. Isto proporciona flexibilidade máxima quando a pesquisa padrão não é suficiente.", - "description2": "O script de pesquisa deve ser do tipo \"código\" e subtipo \"JavaScript no servidor\". O script precisa retornar um array de noteIds ou de notas.", - "example_title": "Veja este exemplo:", - "example_code": "// 1. pré-filtro usando uma pesquisa predefinida\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. aplicar critérios de pesquisa customizados\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", - "note": "Note que o script de pesquisa e a pesquisa de cadeia não podem ser combinados entre si." - }, - "search_string": { - "title_column": "Pesquisar cadeia:", - "placeholder": "palavras-chave fulltext, #tag = valor...", - "search_syntax": "Sintaxe de pesquisa", - "also_see": "veja também", - "complete_help": "ajuda completa da sintaxe de pesquisa", - "full_text_search": "Digite qualquer texto para pesquisa no texto completo", - "label_abc": "retorna notas com a etiqueta abc", - "label_year": "corresponde notas com a etiqueta de ano 2019", - "label_rock_pop": "corresponde notas que tenham tanto a etiqueta rock quando pop", - "label_rock_or_pop": "apenas uma das etiquetas deve estar presente", - "label_year_comparison": "comparação numérica (também >, >=, <).", - "label_date_created": "notas criadas no último mês", - "error": "Erro na pesquisa: {{error}}", - "search_prefix": "Pesquisa:" - }, - "attachment_detail": { - "open_help_page": "Abrir página de ajuda nos anexos", - "owning_note": "Nota proprietária: ", - "you_can_also_open": ", também pode abrir o(a) ", - "list_of_all_attachments": "Lista de todos os anexos", - "attachment_deleted": "Este anexo foi apagado." - }, - "attachment_list": { - "open_help_page": "Abrir página de ajuda nos anexos", - "owning_note": "Nota proprietária: ", - "upload_attachments": "Enviar anexos", - "no_attachments": "Esta nota não possuí anexos." - }, - "book": { - "no_children_help": "Esta coleção não possui nenhum nota filha, então não há nada para exibir. Veja wiki para pormenores.", - "drag_locked_title": "Bloqueado para edição", - "drag_locked_message": "Arrastar não permitida pois a coleção está bloqueada para edição." - }, - "editable_code": { - "placeholder": "Digite o conteúdo da sua nota de código aqui…" - }, - "editable_text": { - "placeholder": "Digite o conteúdo da sua nota aqui…", - "auto-detect-language": "Detetado automaticamente", - "editor_crashed_title": "O editor de texto quebrou", - "editor_crashed_details_button": "Ver mais detalhes...", - "editor_crashed_details_title": "Informação técnica", - "editor_crashed_details_intro": "Se teve este erro várias vezes, considerer reportar no GitHub disponibilizando a informação abaixo.", - "editor_crashed_content": "O seu conteudo foi recuperado com sucesso, mas alguns das alterações mais recentes podem não ter sido gravadas.", - "keeps-crashing": "Componente de edição a rebentar continuamente. Por favor tentar reiniciar Trilium. Se o problema persistir, considere abrir um bug report." - }, - "empty": { - "open_note_instruction": "Abra uma nota a digitar o título da nota no campo abaixo ou escolha uma nota na árvore.", - "search_placeholder": "pesquisar uma nota pelo nome", - "enter_workspace": "Entrar no workspace {{title}}" - }, - "file": { - "file_preview_not_available": "Prévia não disponível para este formato de ficheiro.", - "too_big": "A prévia mostra apenas os primeiros {{maxNumChars}} caracteres do ficheiro por razões de desempenho. Descarregue o ficheiro e abra-o externamente para ver todo o conteúdo." - }, - "protected_session": { - "enter_password_instruction": "É necessário digitar a sua palavra-passe para mostar notas protegidas:", - "start_session_button": "Iniciar sessão protegida", - "started": "A sessão protegida foi iniciada.", - "wrong_password": "Palavra-passe incorreta.", - "protecting-finished-successfully": "A proteção foi finalizada com sucesso.", - "unprotecting-finished-successfully": "A remoção da proteção foi finalizada com sucesso.", - "protecting-in-progress": "Proteções em andamento: {{count}}", - "unprotecting-in-progress-count": "Remoções de proteção em andamento: {{count}}", - "protecting-title": "Estado da proteção", - "unprotecting-title": "Estado da remoção de proteção" - }, - "relation_map": { - "open_in_new_tab": "Abrir em nova guia", - "remove_note": "Remover nota", - "edit_title": "Editar título", - "rename_note": "Renomear nota", - "enter_new_title": "Digite o novo título da nota:", - "remove_relation": "Remover relação", - "confirm_remove_relation": "Tem certeza que deseja remover esta relação?", - "specify_new_relation_name": "Especifique o novo nome da relação (caracteres disponíveis: alfanuméricos, vírgula e underscore):", - "connection_exists": "A conexão '{{name}}' já existe entre estas notas.", - "start_dragging_relations": "Comece a arrastar as relações daqui e solte-as noutra nota.", - "note_not_found": "Nota {{noteId}} não encontrada!", - "cannot_match_transform": "Não foi possível combinar a transformação: {{transform}}", - "note_already_in_diagram": "A nota \"{{title}}\" já está no diagrama.", - "enter_title_of_new_note": "Digite o título da nova nota", - "default_new_note_title": "nova nota", - "click_on_canvas_to_place_new_note": "Clique no quadro para incluir uma nova nota" - }, - "render": { - "note_detail_render_help_1": "Esta nota de ajuda é mostrada porque esta nota do tipo Renderizar HTML não possui a relação necessária para funcionar corretamente.", - "note_detail_render_help_2": "O tipo de nota Renderizar HTML é usado para automação. Em suma, tem uma nota de código HTML (opcionalmente com algum JavaScript) e esta nota irá renderizá-la. Para fazê-lo funcionar, deve definir uma relação chamada \"renderNote\" que aponta para a nota HTML a ser renderizada." - }, - "web_view": { - "web_view": "Web View", - "embed_websites": "Nota do tipo Visualização Web permite que incorpore sites no Trilium.", - "create_label": "Para começar, crie uma etiqueta com um endereço URL que deseja incorporar, por exemplo, #webViewSrc=\"https://www.google.com\"" - }, - "backend_log": { - "refresh": "Recarregar" - }, - "consistency_checks": { - "title": "Verificações de Consistência", - "find_and_fix_button": "Encontrar e corrigir problemas de consistência", - "finding_and_fixing_message": "A procurar e corrigir problemas de consistência…", - "issues_fixed_message": "Qualquer problema de consistência encontrado foi corrigido." - }, - "database_anonymization": { - "title": "Anonimização do Banco de Dados", - "full_anonymization": "Anonimização Completa", - "full_anonymization_description": "Esta ação ira gerar uma cópia anônima da base de dados (sem conteúdo das notas, apenas estrutura e alguns metadados não sensíveis) para partilhar online e depurar, sem expor os seus dados pessoais.", - "save_fully_anonymized_database": "Gravar base de dados totalmente anonimizada", - "light_anonymization": "Anonimização Leve", - "light_anonymization_description": "Esta ação criará uma nova cópia da base de dados e aplicará uma anonimização leve — especificamente, apenas o conteúdo de todas as notas será removido, mas títulos e atributos permanecerão. Além disso, notas personalizadas de scripts JS frontend/servidor e widgets personalizados serão mantidos. Isto fornece mais contexto para depurar os problemas.", - "choose_anonymization": "Pode decidir se deseja fornecer uma base de dados totalmente ou levemente anonimizada. Mesmo a base de dados totalmente anonimizada é muito útil; no entanto, em alguns casos, uma base de dados levemente anonimizada pode acelera o processo de identificação e correção de bugs.", - "save_lightly_anonymized_database": "Gravar base de dados levemente anonimizada", - "existing_anonymized_databases": "Bases de dados anonimizada existentes", - "creating_fully_anonymized_database": "A criar base de dados totalmente anonimizada...", - "creating_lightly_anonymized_database": "A criar base de dados levemente anonimizada...", - "error_creating_anonymized_database": "Não foi possível criar a base de dados anonimizada, verifique os logs do servidor para mais pormenores", - "successfully_created_fully_anonymized_database": "Base de dados totalmente anonimizada criada em {{anonymizedFilePath}}", - "successfully_created_lightly_anonymized_database": "Base de dados levemente anonimizada criada em {{anonymizedFilePath}}", - "no_anonymized_database_yet": "Nenhuma base de dados anonimizada no momento." - }, - "database_integrity_check": { - "title": "Verificação de Integridade da Base de Dados", - "description": "Isto verificará se a base de dados não está corrompida no nível SQLite. Pode levar algum tempo, dependendo do tamanho da base de dados.", - "check_button": "Verificar integridade da base de dados", - "checking_integrity": "A verificar integridade da base de dados…", - "integrity_check_succeeded": "Verificação de integridade bem sucedida - nenhum problema encontrado.", - "integrity_check_failed": "Verificação de integridade falhou: {{results}}" - }, - "sync": { - "title": "Sincronizar", - "force_full_sync_button": "Forçar sincronização completa", - "fill_entity_changes_button": "Preencher registos de alterações da entidade", - "full_sync_triggered": "Sincronização completa iniciada", - "filling_entity_changes": "A preencher linhas de alterações da entidade...", - "sync_rows_filled_successfully": "Linhas de sincronização preenchidas com sucesso", - "finished-successfully": "Sincronização finalizada com sucesso.", - "failed": "Sincronização falhou: {{message}}" - }, - "vacuum_database": { - "title": "Executar Vacuum no Banco de Dados", - "description": "Isto irá reconstruir a base de dados, o que normalmente irá resultar numa redução do ficheiro da base de dados. Nenhum dado será alterado.", - "button_text": "Executar Vacuum", - "vacuuming_database": "A executar vacuum na base de dados...", - "database_vacuumed": "Vacuum executado na base de dados" - }, - "fonts": { - "theme_defined": "Tema definido", - "fonts": "Fontes", - "main_font": "Fonte Principal", - "font_family": "Família da fonte", - "size": "Tamanho", - "note_tree_font": "Fonte da Árvore de Notas", - "note_detail_font": "Fonte Padrão da Nota", - "monospace_font": "Fonte Monospace (código)", - "note_tree_and_detail_font_sizing": "Note que o tamanho da fonte da árvore e dos pormenores é relativo à configuração principal do tamanho de fonte.", - "not_all_fonts_available": "Nem todas as fontes listadas podem estar disponíveis no seu sistema.", - "apply_font_changes": "Para aplicar as alterações de fonte, clique em", - "reload_frontend": "recarregar frontend", - "generic-fonts": "Fontes genéricas", - "sans-serif-system-fonts": "Fontes sem serifa de sistema", - "serif-system-fonts": "Fontes serifadas de sistema", - "monospace-system-fonts": "Fontes monospace de sistema", - "handwriting-system-fonts": "Fontes de escrita à mão de sistema", - "serif": "Serifa", - "sans-serif": "Sem Serifa", - "monospace": "Monoespaçado", - "system-default": "Padrão do Sistema" - }, - "max_content_width": { - "title": "Largura do Conteúdo", - "default_description": "Por padrão, o Trilium limita a largura máxima do conteúdo para melhorar a legibilidade em janelas maximizadas em ecrãs largos.", - "max_width_label": "Largura máxima do conteúdo", - "max_width_unit": "pixels", - "centerContent": "Manter conteúdo centrado" - }, - "native_title_bar": { - "title": "Barra de Título Nativa (requer recarregar a app)", - "enabled": "ativada", - "disabled": "desativada" - }, - "ribbon": { - "widgets": "Widgets de fita", - "promoted_attributes_message": "A guia de Atributos Promovidos irá abrir automaticamente se existirem atributos promovidos na nota", - "edited_notes_message": "A guia de Notas Editadas será aberta automaticamente nas notas do dia" - }, - "theme": { - "title": "Tema da Aplicação", - "theme_label": "Tema", - "override_theme_fonts_label": "Sobrepor fontes do tema", - "auto_theme": "Legado (Seguir esquema de cor do sistema)", - "light_theme": "Legado (Claro)", - "dark_theme": "Legado (Escuro)", - "triliumnext": "Trilium (Seguir esquema de cor do sistema)", - "triliumnext-light": "Trilium (Claro)", - "triliumnext-dark": "Trilium (Escuro)", - "layout": "Layout", - "layout-vertical-title": "Vertical", - "layout-horizontal-title": "Horizontal", - "layout-vertical-description": "barra de lançamento está a esquerda (padrão)", - "layout-horizontal-description": "barra de lançamento está abaixo da barra de guias, a barra de guias agora tem a largura total." - }, - "ui-performance": { - "title": "Desempenho", - "enable-motion": "Ativar transições e animações", - "enable-shadows": "Ativar sombras", - "enable-backdrop-effects": "Ativar efeitos de fundo para menus, popups e painéis", - "enable-smooth-scroll": "Activar deslocamento suave", - "app-restart-required": "(é necessário reiniciar a aplicação para aplicar as alterações)" - }, - "ai_llm": { - "not_started": "Não iniciado", - "title": "Configurações de IA", - "processed_notes": "Notas Processadas", - "total_notes": "Total de Notas", - "progress": "Andamento", - "queued_notes": "Notas Enfileiradas", - "failed_notes": "Notas com Falha", - "last_processed": "Últimas Processadas", - "refresh_stats": "Atualizar Estatísticas", - "enable_ai_features": "Ativar recurso IA/LLM", - "enable_ai_description": "Ativar recursos IA como sumarização de notas, geração de conteúdo e outras capacidades de LLM", - "openai_tab": "OpenAI", - "anthropic_tab": "Anthropic", - "voyage_tab": "Voyage AI", - "ollama_tab": "Ollama", - "enable_ai": "Ativar recursos IA/LLM", - "enable_ai_desc": "Ativar recursos de IA como sumarização de notas, geração de conteúdo e outras capacidades de LLM", - "provider_configuration": "Configuração de Provedor de IA", - "provider_precedence": "Prioridade de provedor", - "provider_precedence_description": "Lista de provedores em ordem de prioridade, separados por vírgula (por exemplo, 'openai, anthropic, ollama')", - "temperature": "Temperatura", - "temperature_description": "Controla a aleatoriedade em respostas (0 = determinística, 2 = aleatoriedade máxima)", - "system_prompt": "Prompt de Sistema", - "system_prompt_description": "Prompt padrão de sistema usado para todas as interações de IA", - "openai_configuration": "Configuração OpenAI", - "openai_settings": "Opções OpenAI", - "api_key": "Chave de API", - "url": "URL Base", - "model": "Modelo", - "openai_api_key_description": "A sua API Key da OpenAI para aceder os serviços de IA", - "anthropic_api_key_description": "A sua API Key da Anthropic para aceder os modelos Claude", - "default_model": "Modelo Padrão", - "openai_model_description": "Exemplos: gpt-4o, gpt-4-turbo, gpt-3.5-turbo", - "base_url": "URL Base", - "openai_url_description": "Padrão: https://api.openai.com/v1", - "anthropic_settings": "Configurações Anthropic", - "anthropic_url_description": "URL Base da API Anthropic (padrão: https://api.anthropic.com)", - "anthropic_model_description": "Modelos Claude da Anthropic para completar conversas", - "voyage_settings": "Configurações Voyage AI", - "ollama_settings": "Configurações do Ollama", - "ollama_url_description": "URL para a API Ollama (padrão: http://localhost:11434)", - "ollama_model_description": "Modelo Ollama usado para complementação de chat", - "anthropic_configuration": "Configuração da Anthropic", - "voyage_configuration": "Configuração da Voyage IA", - "voyage_url_description": "Padrão: https://api.voyageai.com/v1", - "ollama_configuration": "Configuração da Ollama", - "enable_ollama": "Ativar Ollama", - "enable_ollama_description": "Ativar Ollama para uso do modelo local de IA", - "ollama_url": "URL da Ollama", - "ollama_model": "Modelo do Ollama", - "refresh_models": "Atualizar Modelos", - "refreshing_models": "A atualizar…", - "enable_automatic_indexing": "Ativar indexação automática", - "rebuild_index": "Reconstruir Índice", - "rebuild_index_error": "Ocorreu um erro ao iniciar a reconstrução do índice. Verifique os logs para obter pormenores.", - "note_title": "Título da nota", - "error": "Erro", - "last_attempt": "Última Tentativa", - "actions": "Ações", - "retry": "Tentar novamente", - "partial": "{{ percentage }}% concluído", - "retry_queued": "Nota enfileirada para nova tentativa", - "retry_failed": "Falha ao enfileirar nota para nova tentativa", - "max_notes_per_llm_query": "Máximo de Notas por Consulta", - "max_notes_per_llm_query_description": "Quantidade máxima de notas similares para incluir no contexto da IA", - "active_providers": "Provedores Ativos", - "disabled_providers": "Provedores Desativados", - "remove_provider": "Remover provedor da pesquisa", - "restore_provider": "Restaurar provedor na pesquisa", - "similarity_threshold": "Tolerância de Similaridade", - "similarity_threshold_description": "Pontuação máxima de similaridade (0-1) para notas a serem incluídas no contexto das consultas de LLM", - "reprocess_index": "Reconstruir Índice de Pesquisa", - "reprocessing_index": "A reconstruir…", - "reprocess_index_started": "Otimiação do índice de pesquisa iniciado em plano de fundo", - "reprocess_index_error": "Erro ao reconstruir índice de pesquisa", - "index_rebuild_progress": "Andamento da Reconstrução do Índice", - "index_rebuilding": "A otimizar índice ({{percentage}}%)", - "index_rebuild_complete": "Otimização de índice finalizada", - "index_rebuild_status_error": "Erro ao verificar o estado da reconstrução do índice", - "never": "Nunca", - "processing": "A processar ({{percentage}}%)", - "incomplete": "Incompleto ({{percentage}}%)", - "complete": "Completo (100%)", - "refreshing": "A atualizar…", - "auto_refresh_notice": "A atualizar automaticamente a cada {{seconds}} segundos", - "note_queued_for_retry": "Nota enfileirada para nova tentativa", - "failed_to_retry_note": "Falha ao retentar nota", - "all_notes_queued_for_retry": "Todas as notas com falha enfileiradas para nova tentativa", - "failed_to_retry_all": "Falha ao retentar notas", - "ai_settings": "Configurações IA", - "api_key_tooltip": "Chave de API para aceder o serviço", - "empty_key_warning": { - "anthropic": "A chave de API Anthropic está vazia. Por favor, digite uma chave de API válida.", - "openai": "A chave de API OpenAI está vazia. Por favor, digite uma chave de API válida.", - "voyage": "A chave de API da Voyage API está vazia. Por favor, digite uma chave de API válida.", - "ollama": "A chave de API da Ollama API está vazia. Por favor, digite uma chave de API válida." + "confirm": { + "confirmation": "Confirmação", + "cancel": "Cancelar", + "ok": "OK", + "are_you_sure_remove_note": "Tem certeza que deseja remover a nota '{{title}}' do mapa de relações? ", + "if_you_dont_check": "Se não marcar isto, a nota será removida apenas do mapa de relações.", + "also_delete_note": "Também apagar a nota" }, - "agent": { - "processing": "A processar…", - "thinking": "A pensar…", - "loading": "A carregar…", - "generating": "A gerir…" + "delete_notes": { + "delete_notes_preview": "Apagar pré-visualização de notas", + "close": "Fechar", + "delete_all_clones_description": "Apagar também todos os clones (pode ser desfeito em alterações recentes)", + "erase_notes_description": "Apagar normal (suave) apenas marca as notas como apagadas, permitindo que sejam recuperadas (no diálogo de alterações recentes) num período. Se esta opção for marcada, as notas serão apagadas imediatamente e não será possível restaurá-las.", + "erase_notes_warning": "Apagar notas permanentemente (não pode ser desfeito), incluindo todos os clones. Isto forçará o recarregamento da aplicação.", + "notes_to_be_deleted": "As seguintes notas serão apagadas ({{notesCount}})", + "no_note_to_delete": "Nenhuma nota será apagada (apenas os clones).", + "broken_relations_to_be_deleted": "As seguintes relações serão quebradas e apagadas ({{ relationCount}})", + "cancel": "Cancelar", + "ok": "OK", + "deleted_relation_text": "A nota {{- note}} (a ser apagada) está referenciada pela relação {{- relation}} originada de {{- source}}." }, - "name": "IA", - "openai": "OpenAI", - "use_enhanced_context": "Usar contexto aprimorado", - "enhanced_context_description": "Alimentar IA com mais contexto sobre a nota e as suas notas relacionadas para melhores respostas", - "show_thinking": "Exibir pensamento", - "show_thinking_description": "Exibir o processo de linha de raciocínio da AI", - "enter_message": "Digite a sua mensagem…", - "error_contacting_provider": "Erro ao contactar o provedor de IA. Por favor, verifique as suas configurações e a sua conexão à internet.", - "error_generating_response": "Erro ao gerar resposta da IA", - "index_all_notes": "Indexar Todas as Notas", - "index_status": "Estado do Índice", - "indexed_notes": "Notas Indexadas", - "indexing_stopped": "Indexação interrompida", - "indexing_in_progress": "Indexação em andamento…", - "last_indexed": "Última Indexada", - "note_chat": "Conversa de Nota", - "sources": "Origens", - "start_indexing": "Iniciar Indexação", - "use_advanced_context": "Usar Contexto Avançado", - "ollama_no_url": "Ollama não está configurado. Por favor, digite uma URL válida.", - "chat": { - "root_note_title": "Conversas IA", - "root_note_content": "Esta nota contém as suas conversas com IA gravdas.", - "new_chat_title": "Nova Conversa", - "create_new_ai_chat": "Criar Conversa IA" + "export": { + "export_note_title": "Exportar nota", + "close": "Fechar", + "export_type_subtree": "Esta nota e todos os seus descendentes", + "format_html": "HTML – recomendado, pois mantém toda a formatação", + "format_html_zip": "HTML num ficheiro ZIP – recomendado, pois preserva toda a formatação.", + "format_markdown": "Markdown – isto preserva a maior parte da formatação.", + "format_opml": "OPML - formato de intercâmbio de outliners apenas para texto. Formatação, imagens e ficheiros não estão incluídos.", + "opml_version_1": "OPML v1.0 – apenas texto simples", + "opml_version_2": "OPML v2.0 – permite também HTML", + "export_type_single": "Apenas esta nota, sem os seus descendentes", + "export": "Exportar", + "choose_export_type": "Por favor, escolha primeiro o tipo de exportação", + "export_status": "Estado da exportação", + "export_in_progress": "Exportação em andamento: {{progressCount}}", + "export_finished_successfully": "Exportação concluída com sucesso.", + "format_pdf": "PDF – para impressão ou compartilhamento.", + "share-format": "HTML para publicação web - usa o mesmo tema que é usado para notas partilhadas, mas pode ser publicado como um site estatico." }, - "create_new_ai_chat": "Criar Conversa IA", - "configuration_warnings": "Há problemas com a sua configuração de IA. Por favor, verifique as suas configurações.", - "experimental_warning": "O recurso de LLM atualmente é experimental - você foi avisado.", - "selected_provider": "Provedor Selecionado", - "selected_provider_description": "Escolha o provedor de IA para conversas e recursos de completar", - "select_model": "Selecionar modelo…", - "select_provider": "Selecionar provedor…", - "ai_enabled": "Recursos de IA ativados", - "ai_disabled": "Recursos de IA desativados", - "no_models_found_online": "Nenhum modelo encontrado. Por favor, verifique a sua chave de API e as configurações.", - "no_models_found_ollama": "Nenhum modelo Ollama encontrado. Por favor, verifique se o Ollama está em execução.", - "error_fetching": "Erro ao obter modelos: {{error}}" - }, - "zoom_factor": { - "title": "Fator do Zoom (apenas versão de área de trabalho)", - "description": "O zoom também pode ser controlado com atalhos CTRL+- e CTRL+=." - }, - "code_auto_read_only_size": { - "title": "Tamanho para Somente Leitura Automático", - "description": "O tamanho para nota somente leitura automático é o tamanho após o qual as notas serão exibidas num modo somente leitura (por razões de desempenho).", - "label": "Tamanho para somente leitura automático (notas de código)", - "unit": "caracteres" - }, - "code-editor-options": { - "title": "Editor" - }, - "code_mime_types": { - "title": "Tipos MIME disponíveis no dropdown", - "tooltip_syntax_highlighting": "Destaque de sintaxe", - "tooltip_code_block_syntax": "Blocos de código nas notas de texto", - "tooltip_code_note_syntax": "Notas de código" - }, - "vim_key_bindings": { - "use_vim_keybindings_in_code_notes": "Atribuições de teclas do Vim", - "enable_vim_keybindings": "Ative as atribuições de teclas do Vim em notas de código (sem modo ex)" - }, - "wrap_lines": { - "wrap_lines_in_code_notes": "Quebrar linhas em notas de código", - "enable_line_wrap": "Ativar Quebra de Linha (pode ser necessário recarregar o frontend para entrar em vigor)" - }, - "images": { - "images_section_title": "Imagens", - "download_images_automatically": "Descarregar imagens automaticamente para uso offline.", - "download_images_description": "HTML colado pode conter referências a imagens on-line, Trilium vai procurar estas referências e descarregar as imagens para que estejam disponíveis off-line.", - "enable_image_compression": "Ativar compressão de imagem", - "max_image_dimensions": "Largura/altura máxima de uma imagem (a imagem será redimensionada se exceder este valor).", - "max_image_dimensions_unit": "pixels", - "jpeg_quality_description": "Qualidade JPEG (10 - pior qualidade, 100 - melhor qualidade, 50 - 85 é recomendado)" - }, - "attachment_erasure_timeout": { - "attachment_erasure_timeout": "Tempo Limite para Apagar um Anexo", - "attachment_auto_deletion_description": "Os anexos são automaticamente apagados (e apagados) se já não forem referenciados pela sua nota após um tempo definido.", - "erase_attachments_after": "Apagar anexos não utilizados após:", - "manual_erasing_description": "Também pode ativar a apagar manualmente (sem considerar o timeout definido acima):", - "erase_unused_attachments_now": "Apagar anexos não utilizados agora", - "unused_attachments_erased": "Os anexos não utilizados foram apagados." - }, - "network_connections": { - "network_connections_title": "Conexões de Rede", - "check_for_updates": "Verificar atualizações automaticamente" - }, - "note_erasure_timeout": { - "note_erasure_timeout_title": "Tempo Limite para Apagar uma Nota", - "note_erasure_description": "Notas apagadas (e atributos, revisões...) inicialmente são apenas marcadas como apagadas e é possível recuperá-las a partir do diálogo de Notas Recentes. Depois de um tempo, as notas apagadas são \"apagadas\", o que significa que o seu conteúdo já não é recuperável. Esta configuração permite configurar o período entre apagar e apagar a nota.", - "erase_notes_after": "Apagar notas após:", - "manual_erasing_description": "Também pode ativar a apagar manualmente (sem considerar o timeout definido acima):", - "erase_deleted_notes_now": "Apagar as notas apagadas agora", - "deleted_notes_erased": "As notas apagadas foram removidas permanentemente." - }, - "revisions_snapshot_interval": { - "note_revisions_snapshot_interval_title": "Intervalo de Captura de Versão da Nota", - "note_revisions_snapshot_description": "O intervalo de captura de versão da nota é o tempo após o qual uma nova revisão será criada para a nota. Veja wiki para mais informações.", - "snapshot_time_interval_label": "Intervalo de Captura de Versão da Nota:" - }, - "revisions_snapshot_limit": { - "note_revisions_snapshot_limit_title": "Limite de Capturas das Versões da Nota", - "note_revisions_snapshot_limit_description": "O limite de número de captura de versões das notas refere-se ao número máximo de revisões que podem ser gravadas para cada nota. Onde -1 significa nenhum limite, 0 significa apagar todas as revisões. Pode definir as revisões máximas para uma única nota através da etiqueta #versioningLimit.", - "snapshot_number_limit_label": "Quantidade limite de capturas de versão:", - "snapshot_number_limit_unit": "capturas", - "erase_excess_revision_snapshots": "Apagar capturas de versão excedentes agora", - "erase_excess_revision_snapshots_prompt": "As capturas de versão excedentes foram apagadas." - }, - "search_engine": { - "title": "Motor de Pesquisa", - "custom_search_engine_info": "O motor de pesquisa personalizado requer que sejam definidos um nome e uma URL. Se um destes não estiver definido, o DuckDuckGo será usado como o motor de pesquisa padrão.", - "predefined_templates_label": "Modelos de motor de pesquisa predefinidos", - "bing": "Bing", - "baidu": "Baidu", - "duckduckgo": "DuckDuckGo", - "google": "Google", - "custom_name_label": "Nome do motor de pesquisa personalizado", - "custom_name_placeholder": "Nome personalizado do motor de pesquisa", - "custom_url_label": "A URL do motor de pesquisa personalizado deve incluir {keyword} como um substituto para o termo pesquisado.", - "custom_url_placeholder": "URL personalizada do motor de pesquisa", - "save_button": "Gravar" - }, - "tray": { - "title": "Bandeja do Sistema", - "enable_tray": "Ativar bandeja (O Trilium precisar ser reiniciado para esta mudança entrar em vigor)" - }, - "heading_style": { - "title": "Estilo de Título", - "plain": "Plano", - "underline": "Sublinhado", - "markdown": "Estilo Markdown" - }, - "highlights_list": { - "title": "Lista de Destaques", - "description": "Pode personalizar a lista de destaques exibida no painel da direita:", - "bold": "Texto em negrito", - "italic": "Texto em itálico", - "underline": "Texto sublinhado", - "color": "Texto colorido", - "bg_color": "Texto com cor de fundo", - "visibility_title": "Visibilidade da Lista de Destaques", - "visibility_description": "Pode esconder o componente de destaques por nota adicionado a etiqueta #hideHighlightWidget.", - "shortcut_info": "Pode configurar um atalhe de teclado para alternar rapidamente o painel da direita (incluindo os Destaques) em Opções -> Atalhos (nome 'toggleRightPane')." - }, - "table_of_contents": { - "title": "Tabela de Conteúdos", - "description": "A tabela de conteúdos irá aparecer em notas de texto que possuam mais que um número definido de títulos. Pode personalizar este número:", - "unit": "títulos", - "disable_info": "Também pode usar esta opção para desativar a Tabela de Conteúdos por configurar um número muito alto.", - "shortcut_info": "Pode configurar um atalhe de teclado para alternar rapidamente o painel da direita (incluindo a Tabela de Conteúdos) em Opções -> Atalhos (nome 'toggleRightPane')." - }, - "text_auto_read_only_size": { - "title": "Tamanho para Somente Leitura Automático", - "description": "O tamanho para nota somente leitura automático é o tamanho a partir do qual as notas serão exibidas em modo somente leitura (por razões de desempenho).", - "label": "Tamanho automático para somente leitura (notas de texto)", - "unit": "caracteres" - }, - "custom_date_time_format": { - "title": "Formato Personalizado de Data/Hora", - "description": "Personaliza o formato de data e hora inseridos via ou barra de ferramentas. Veja a documentação do Day.js para os tokens de formatos disponíveis.", - "format_string": "Cadeia de formato:", - "formatted_time": "Data/hora formatada:" - }, - "i18n": { - "title": "Localização", - "language": "Idioma", - "first-day-of-the-week": "Primeiro dia da semana", - "sunday": "Domingo", - "monday": "Segunda-feira", - "first-week-of-the-year": "Primeiro dia do ano", - "first-week-contains-first-day": "Primeira semana que contenha o primeiro dia do ano", - "first-week-contains-first-thursday": "Primeira semana que contenha a primeira quinta-feira do ano", - "first-week-has-minimum-days": "Primeira semana que contenha um mínimo de dias", - "min-days-in-first-week": "Mínimo de dias da primeira semana", - "first-week-info": "Primeira semana que contenha a primeira Quinta-feira do ano é baseado na ISO 8601.", - "first-week-warning": "Alterar as opções de primeira semana pode causar duplicidade nas Notas Semanais existentes e estas Notas não serão atualizadas de acordo.", - "formatting-locale": "Formato de data e número", - "tuesday": "Terça-feira", - "wednesday": "Quarta-feira", - "thursday": "Quinta-feira", - "friday": "Sexta-feira", - "saturday": "Sábado", - "formatting-locale-auto": "Baseado na linguagem da aplicação" - }, - "backup": { - "automatic_backup": "Backup automático", - "automatic_backup_description": "O Trilium pode fazer o backup da base de dados automaticamente:", - "enable_daily_backup": "Ativar backup diário", - "enable_weekly_backup": "Ativar backup semanal", - "enable_monthly_backup": "Ativar backup mensal", - "backup_recommendation": "É recomendado manter o backup ativado, mas isto pode fazer com que a inicialização da aplicação seja lenta com grandes bases de dados e/ou dispositivos de armazenamento lentos.", - "backup_now": "Realizar backup agora", - "backup_database_now": "Realizar backup da base de dados agora", - "existing_backups": "Backups existentes", - "date-and-time": "Data & hora", - "path": "Caminho", - "database_backed_up_to": "Backup da base de dados criado em {{backupFilePath}}", - "no_backup_yet": "ainda não existe nenhum backup" - }, - "etapi": { - "title": "ETAPI", - "description": "ETAPI é uma API REST usada para aceder a instância do Trilium programaticamente, sem interface gráfica.", - "create_token": "Criar token ETAPI", - "existing_tokens": "Tokens existentes", - "no_tokens_yet": "Ainda não existem tokens. Clique no botão acima para criar um.", - "token_name": "Nome do token", - "created": "Criado", - "actions": "Ações", - "new_token_title": "Novo token ETAPI", - "new_token_message": "Por favor, insira o nome do novo token", - "default_token_name": "novo token", - "error_empty_name": "O nome do token não pode ser vazio", - "token_created_title": "Token ETAPI criado", - "token_created_message": "Copie o token criado para a área de transferência. O Trilium armazena o token em hash e esta é a última vez que poderá visualizá-lo.", - "rename_token": "Renomear este token", - "delete_token": "Apagar / desativar este token", - "rename_token_title": "Renomear token", - "rename_token_message": "Por favor, insira o nome do novo token", - "delete_token_confirmation": "Tem certeza que deseja apagar o token ETAPI \"{{name}}\"?" - }, - "options_widget": { - "options_status": "Estado das opções", - "options_change_saved": "As alterações nas opções foram gravadas." - }, - "password": { - "heading": "Palavra-passe", - "alert_message": "Por favor, certifique-se de se lembrar da sua palavra-passe nova. A palavra-passe é usada para aceder a interface web e para criptografar notas protegidas. Sese esquecer da sua palavra-passe, todas as suas notas protegidas serão permanentemente perdidas.", - "reset_link": "Clique aqui para redefiní-la.", - "old_password": "Palavra-passe antiga", - "new_password": "Nova palavra-passe", - "new_password_confirmation": "Confirmação da nova palavra-passe", - "change_password": "Alterar palavra-passe", - "protected_session_timeout": "Tempo Limite da Sessão Protegida", - "protected_session_timeout_description": "O tempo limite da sessão protegida é o período após o qual a sessão protegida é apagada da memória do navegador. Este tempo é contado a partir da última interação com notas protegidas. Veja", - "wiki": "wiki", - "for_more_info": "para mais informações.", - "protected_session_timeout_label": "Tempo limite da sessão protegida:", - "reset_confirmation": "Ao redefinir a palavra-passe, perderá o acesso a todas as suas notas protegidas existentes para sempre. Tem certeza que deseja redefinir a palavra-passe?", - "reset_success_message": "A palavra-passe foi redefinida. Por favor, defina uma nova palavra-passe", - "change_password_heading": "Alterar Palavra-passe", - "set_password_heading": "Definir Palavra-passe", - "set_password": "Definir Palavra-passe", - "password_mismatch": "As novas palavras-passe não são iguais.", - "password_changed_success": "A palavra-passe foi alterada. O Trilium será recarregado após pressionar OK." - }, - "multi_factor_authentication": { - "title": "Autenticação Multifator", - "description": "A Autenticação Multifator (MFA) adiciona uma camada extra de segurança à sua conta. Em vez de apenas digitar uma palavra-passe para fazer login, a MFA exige que forneça uma ou mais evidências adicionais para verificar a sua identidade. Dessa forma, mesmo que alguém obtenha a sua palavra-passe, ainda não poderá aceder a sua conta sem a segunda informação. É como adicionar uma fechadura extra à sua porta, a fazer invadir muito mais difícil para qualquer outra pessoa.

Siga as instruções abaixo para ativar a MFA. Se a configuração não for feita corretamente, o login voltará a usar apenas a palavra-passe.", - "mfa_enabled": "Ativar a Autenticação Multifator", - "mfa_method": "Método MFA", - "electron_disabled": "A Autenticação Multifator não é suportada na versão desktop atualmente.", - "totp_title": "Palavra-passe Única Temporária baseada em Tempo (TOTP)", - "totp_description": "\"TOTP (Palavra-passe Única Temporária baseada em Tempo) é um recurso de segurança que gera um código único e temporário, que muda a cada 30 segundos. Utiliza este código junto com a sua palavra-passe para fazer login na conta, fazer acessar-la muito mais difícil para qualquer outra pessoa.", - "totp_secret_title": "Gerar segredo TOTP", - "totp_secret_generate": "Gerar segredo TOTP", - "totp_secret_regenerate": "Regenerar segredo TOTP", - "no_totp_secret_warning": "Para ativar o TOTP, primeiro deve gerar um segredo TOTP.", - "totp_secret_description_warning": "Após gerar um novo segredo TOTP, será necessário fazer login novamente com o novo segredo TOTP.", - "totp_secret_generated": "Segredo TOTP gerado", - "totp_secret_warning": "Por favor, grave o segredo gerado num local seguro. Ele não será exibido novamente.", - "totp_secret_regenerate_confirm": "Tem certeza que deseja regenerar o segredo TOTP? Isto invalidará o segredo TOTP anterior e todos os códigos de recuperação existentes.", - "recovery_keys_title": "Chaves de Recuperação do Single Sign-On", - "recovery_keys_description": "As chaves de recuperação do Single Sign-On são usadas para fazer login caso você não consiga aceder os seus códigos do Authenticator.", - "recovery_keys_description_warning": "As chaves de recuperação não serão exibidas novamente após sair da página. Mantenha-as num local seguro.
Após o uso, uma chave de recuperação não poderá ser usada novamente.", - "recovery_keys_error": "Erro ao gerar códigos de recuperação", - "recovery_keys_no_key_set": "Nenhum código de recuperação definido", - "recovery_keys_generate": "Gerar Códigos de Recuperação", - "recovery_keys_regenerate": "Regenerar Códigos de Recuperação", - "recovery_keys_used": "Usado: {{date}}", - "recovery_keys_unused": "Código de recuperação {{index}} não utilizado", - "oauth_title": "OAuth/OpenID", - "oauth_description": "OpenID é uma forma padronizada de permitir que faça login em sites usando uma conta de outro serviço, como o Google, para verificar a sua identidade. O emissor padrão é o Google, mas pode alterá-lo para qualquer outro provedor OpenID. Consulte aqui para mais informações. Siga estas instruções para configurar um serviço OpenID através do Google.", - "oauth_description_warning": "Para ativar o OAuth/OpenID, precisa definir a URL base do OAuth/OpenID, o client ID e o client secret no ficheiro config.ini e reiniciar a aplicação. Se quiser configurar via variáveis de ambiente, defina TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID e TRILIUM_OAUTH_CLIENT_SECRET.", - "oauth_user_account": "Conta do Utilizador: ", - "oauth_user_email": "E-mail do Utilizador: ", - "oauth_user_not_logged_in": "Não está logado!", - "oauth_missing_vars": "Configurações em falta: {{-variables}}" - }, - "shortcuts": { - "keyboard_shortcuts": "Atalhos de Teclado", - "multiple_shortcuts": "Atalhos múltiplos para a mesma ação podem ser separados por vírgula.", - "electron_documentation": "Consulte a documentação do Electron para ver os modificadores e códigos de teclas disponíveis.", - "type_text_to_filter": "Digite para filtrar atalhos...", - "action_name": "Nome da ação", - "shortcuts": "Atalhos", - "default_shortcuts": "Atalhos padrão", - "description": "Descrição", - "reload_app": "Recarregar aplicação para aplicar alterações", - "set_all_to_default": "Redefinir todos os atalhos para o padrão", - "confirm_reset": "Tem certeza que deseja redefinir todos os atalhos de teclado para o padrão?" - }, - "spellcheck": { - "title": "Verificação Ortográfica", - "description": "Estas opções aplicam-se apenas às versões desktop; os navegadores usarão a sua própria verificação ortográfica nativa.", - "enable": "Ativar verificação ortográfica", - "language_code_label": "Código(s) de idioma", - "language_code_placeholder": "por exemplo \"en-US\", \"de-AT\", \"pt-BR\"", - "multiple_languages_info": "Múltiplos idiomas podem ser separados por vírgula, por exemplo: \"en-US, de-DE, pt-BR, cs\". ", - "available_language_codes_label": "Códigos de idioma disponíveis:", - "restart-required": "As alterações nas opções de verificação ortográfica terão efeito após reiniciar a aplicação." - }, - "sync_2": { - "config_title": "Configuração da Sincronização", - "server_address": "Endereço da instância do Servidor", - "timeout": "Tempo limite da sincronização", - "timeout_unit": "milisegundos", - "proxy_label": "Servidor proxy para sincronização (opcional)", - "note": "Nota", - "note_description": "Se deixar a configuração de proxy em branco, o proxy do sistema será usado (aplica-se apenas à versão desktop/Electron).", - "special_value_description": "Outro valor especial é noproxy, que força a ignorar até mesmo o proxy do sistema e respeita NODE_TLS_REJECT_UNAUTHORIZED.", - "save": "Gravar", - "help": "Ajuda", - "test_title": "Teste de Sincronização", - "test_description": "Isto testará a conexão e o handshake com o servidor de sincronização. Se o servidor de sincronização não estiver inicializado, isto irá configurá-lo para sincronizar com o documento local.", - "test_button": "Testar sincronização", - "handshake_failed": "Falha no handshake com o servidor de sincronização, erro: {{message}}" - }, - "api_log": { - "close": "Fechar" - }, - "attachment_detail_2": { - "will_be_deleted_in": "Este anexo será apagado automaticamente em {{time}}", - "will_be_deleted_soon": "Este anexo será apagado automaticamente em breve", - "deletion_reason": ", porque o anexo não está associado ao conteúdo da nota. Para evitar de apagar, adicione o anexo novamente ao conteúdo ou converta o anexo numa nota.", - "role_and_size": "Regra: {{role}}, Tamanho: {{size}}", - "link_copied": "Ligação do anexo copiada para a área de transferência.", - "unrecognized_role": "Regra desconhecida de anexo '{{role}}'." - }, - "bookmark_switch": { - "bookmark": "Favorito", - "bookmark_this_note": "Favoritar esta nota no painel da esquerda", - "remove_bookmark": "Remover favorito" - }, - "editability_select": { - "auto": "Auto", - "read_only": "Somente leitura", - "always_editable": "Sempre Editável", - "note_is_editable": "A nota é editável se não for muito longa.", - "note_is_read_only": "A nota é somente leitura, mas pode ser editada com um clique no botão.", - "note_is_always_editable": "A nota é sempre editável, independentemente do seu tamanho." - }, - "note-map": { - "button-link-map": "Mapa de Ligações", - "button-tree-map": "Mapa em Árvore" - }, - "tree-context-menu": { - "open-in-a-new-tab": "Abrir numa nova guia", - "open-in-a-new-split": "Abrir num novo painel dividido", - "insert-note-after": "Inserir nota após", - "insert-child-note": "Inserir nota filha", - "delete": "Apagar", - "search-in-subtree": "Pesquisar na subárvore", - "hoist-note": "Fixar nota", - "unhoist-note": "Desafixar nota", - "edit-branch-prefix": "Editar prefixo da ramificação", - "advanced": "Avançado", - "expand-subtree": "Expandir subárvore", - "collapse-subtree": "Recolher subárvore", - "sort-by": "Ordenar por...", - "recent-changes-in-subtree": "Alterações recentes na subárvore", - "convert-to-attachment": "Converter para anexo", - "copy-note-path-to-clipboard": "Copiar caminho da nota para a área de transferência", - "protect-subtree": "Proteger subárvore", - "unprotect-subtree": "Desproteger subárvore", - "copy-clone": "Copiar / clonar", - "clone-to": "Clonar para...", - "cut": "Recortar", - "move-to": "Mover para...", - "paste-into": "Colar em", - "paste-after": "Colar depois", - "duplicate": "Duplicar", - "export": "Exportar", - "import-into-note": "Importar na nota", - "apply-bulk-actions": "Aplicar ações em massa", - "converted-to-attachments": "{{count}} notas foram convertidas em anexos.", - "convert-to-attachment-confirm": "Tem certeza que deseja converter as notas selecionadas em anexos das suas notas-pai?", - "open-in-popup": "Edição rápida", - "open-in-a-new-window": "Abrir numa nova janela", - "archive": "Arquivar", - "unarchive": "Retirar do arquivo", - "hide-subtree": "Esconder sub-árvore", - "show-subtree": "Mostrar sub-árvore" - }, - "shared_info": { - "shared_publicly": "Esta nota é partilhada publicamente em {{- link}}.", - "shared_locally": "Esta nota é partilhada localmente em {{- link}}.", - "help_link": "Para ajuda, visite a wiki." - }, - "note_types": { - "text": "Texto", - "code": "Código", - "saved-search": "Pesquisa Gravada", - "relation-map": "Map de Relação", - "note-map": "Map de Notas", - "render-note": "Nota de Renderização", - "book": "Coleção", - "mermaid-diagram": "Diagrama Mermaid", - "canvas": "Quadros", - "web-view": "Visualização Web", - "mind-map": "Mapa Mental", - "file": "Ficheiro", - "image": "Imagem", - "launcher": "Lançador", - "doc": "Documento", - "widget": "Widget", - "confirm-change": "Não é recomentado alterar o tipo da nota quando o conteúdo da nota não está vazio. Quer continuar assim mesmo?", - "geo-map": "Mapa geográfico", - "beta-feature": "Beta", - "ai-chat": "Chat IA", - "task-list": "Lista de Tarefas", - "new-feature": "Novo", - "collections": "Coleções" - }, - "protect_note": { - "toggle-on": "Proteger a nota", - "toggle-off": "Desproteger a nota", - "toggle-on-hint": "A nota não está protegida, clique para protegê-la", - "toggle-off-hint": "A nota está protegida, clique para desprotegê-la" - }, - "shared_switch": { - "shared": "Partilhado", - "toggle-on-title": "Partilhar a nota", - "toggle-off-title": "Parar de partilhar a nota", - "shared-branch": "Esta nota só existe como uma nota partilhada, depois parar de partilhar irá apagá-la. Deseja continuar e apagar esta nota?", - "inherited": "Não foi possível deixar de partilhar a nota porque ela é partilhada através da herança de uma nota superior." - }, - "template_switch": { - "template": "Modelo", - "toggle-on-hint": "Transformar a nota num modelo", - "toggle-off-hint": "Deixar de usar a nota como um modelo" - }, - "open-help-page": "Abrir página de ajuda", - "find": { - "case_sensitive": "Diferencia maiúsculas de minúsculas", - "match_words": "Corresponder palavras", - "find_placeholder": "Procurar no texto...", - "replace_placeholder": "Substituir por...", - "replace": "Substituir", - "replace_all": "Substituir tudo" - }, - "highlights_list_2": { - "title": "Lista de Destaques", - "options": "Opções", - "no_highlights": "Sem destaques encontrados.", - "menu_configure": "Configurar lista de destaques...", - "modal_title": "Configurar list de destaques", - "title_with_count_one": "{{count}} destaque", - "title_with_count_many": "{{count}} destaques", - "title_with_count_other": "{{count}} destaques" - }, - "quick-search": { - "placeholder": "Pesquisa rápida", - "searching": "A pesquisar...", - "no-results": "Nenhum resultado encontrado", - "more-results": "... e mais {{number}} resultados.", - "show-in-full-search": "Exibir na pesquisa completa" - }, - "note_tree": { - "collapse-title": "Recolher árvore de notas", - "scroll-active-title": "Ir até a nota ativa", - "tree-settings-title": "Configurações da árvore", - "hide-archived-notes": "Ocultar notas arquivadas", - "automatically-collapse-notes": "Recolher notas automaticamente", - "automatically-collapse-notes-title": "As notas serão recolhidas após um tempo de inatividade para simplificar a árvore.", - "save-changes": "Gravar e aplicar alterações", - "auto-collapsing-notes-after-inactivity": "A recolher notas automaticamente após inatividade...", - "saved-search-note-refreshed": "A nota de pesquisa gravada foi atualizada.", - "hoist-this-note-workspace": "Fixar esta nota (workspace)", - "refresh-saved-search-results": "Atualizar resultados de pesquisa gravados", - "create-child-note": "Criar nota filha", - "unhoist": "Desafixar", - "toggle-sidebar": "Alternar barra lateral", - "dropping-not-allowed": "Largar notas nesta localização não é permitida", - "clone-indicator-tooltip": "Esta nota tem {{- count}} ascendentes: {{- parents}}", - "shared-indicator-tooltip": "Esta nota está partilhada publicamente", - "shared-indicator-tooltip-with-url": "Esta nota está partilhada publicamente em: {{- url}}", - "subtree-hidden-moved-title": "Adicionar ao {{title}}", - "subtree-hidden-moved-description-collection": "Esta colecção esconde as notas descendentes na árvore.", - "subtree-hidden-moved-description-other": "Notas descendentes estão escondidades na árvore para esta nota.", - "subtree-hidden-tooltip_one": "{{count}} nota descendentes escondidas da árvore", - "subtree-hidden-tooltip_many": "{{count}} notas descendentes escondidas da árvore", - "subtree-hidden-tooltip_other": "{{count}} notas descendentes escondidas da árvore", - "clone-indicator-tooltip-single": "Esta nota está clonada (1 additional parent: {{- parent}})" - }, - "title_bar_buttons": { - "window-on-top": "Manter Janela no Topo" - }, - "note_detail": { - "could_not_find_typewidget": "Não foi possível encontrar typeWidget para o tipo '{{type}}'", - "print_report_collection_details_button": "Ver detalhes", - "printing": "Impressão em progresso...", - "printing_pdf": "Exportação PDF em progresso...", - "print_report_title": "Imprimir relatório", - "print_report_collection_details_ignored_notes": "Ignorar notas", - "print_report_collection_content_one": "{{count}} nota na colecção não pode ser impressa porque não é suportado ou está protegida.", - "print_report_collection_content_many": "{{count}} notas na colecção não podem ser impressas porque não é suportado ou estão protegidas.", - "print_report_collection_content_other": "{{count}} notas na colecção não podem ser impressas porque não é suportado ou estão protegidas." - }, - "note_title": { - "placeholder": "digite o título da nota aqui...", - "promoted_attributes": "Atributos destacados", - "created_on": "Criado em ", - "last_modified": "Modificado em ", - "note_type_switcher_label": "Alterar de {{type}} para:", - "note_type_switcher_others": "Outro tipo de nota", - "note_type_switcher_templates": "Template", - "note_type_switcher_collection": "Colecção", - "edited_notes": "Notas editadas neste dia" - }, - "search_result": { - "no_notes_found": "Nenhuma nota encontrada para os parâmetros de pesquisa digitados.", - "search_not_executed": "A pesquisa ainda não foi executada. Clique no botão \"Pesquisar\" acima para ver os resultados." - }, - "spacer": { - "configure_launchbar": "Configurar Barra de Lançamento" - }, - "sql_result": { - "no_rows": "Esta consulta não retornou nenhuma linha" - }, - "sql_table_schemas": { - "tables": "Tabelas" - }, - "tab_row": { - "close_tab": "Fechar guia", - "add_new_tab": "Adicionar nova guia", - "close": "Fechar", - "close_other_tabs": "Fechar as outras guias", - "close_right_tabs": "Fechar as guias à direita", - "close_all_tabs": "Fechar todas as guias", - "reopen_last_tab": "Reabrir a última guia fechada", - "move_tab_to_new_window": "Mover esta guia para uma nova janela", - "copy_tab_to_new_window": "Copiar esta guia para uma nova janela", - "new_tab": "Nova guia" - }, - "toc": { - "table_of_contents": "Tabela de Conteúdos", - "options": "Opções", - "no_headings": "Sem cabeçalhos." - }, - "watched_file_update_status": { - "file_last_modified": "O ficheiro foi modificado pela última vez em .", - "upload_modified_file": "Enviar ficheiro modificado", - "ignore_this_change": "Ignorar esta alteração" - }, - "app_context": { - "please_wait_for_save": "Por favor aguarde alguns segundos para finalizar a gravação e depois tente novamente." - }, - "note_create": { - "duplicated": "A nota \"{{title}}\" foi duplicada." - }, - "image": { - "copied-to-clipboard": "Uma referência para esta imagem foi copiada para a área de transferência. Isto pode ser colado em qualquer nota de texto.", - "cannot-copy": "Não foi possível copiar a referência da imagem para a área de transferência." - }, - "clipboard": { - "cut": "Nota(s) recortadas(s) para a área de transferência.", - "copied": "Not(s) copiada(s) para a área de transferência.", - "copy_failed": "Não foi possível copiar para a área de transferência por problemas de permissão.", - "copy_success": "Copiado para a área de transferência." - }, - "entrypoints": { - "note-revision-created": "A revisão da nota foi criada.", - "note-executed": "Nota executada.", - "sql-error": "Ocorreu um erro durante a execução da consulta SQL: {{message}}" - }, - "branches": { - "cannot-move-notes-here": "Não é possível mover notas para cá.", - "delete-status": "Apagar estado", - "delete-notes-in-progress": "Apagar notas em andamento: {{count}}", - "delete-finished-successfully": "Apagar concluído com sucesso.", - "undeleting-notes-in-progress": "Restauração de notas em andamento: {{count}}", - "undeleting-notes-finished-successfully": "Restauração de notas concluída com sucesso." - }, - "frontend_script_api": { - "async_warning": "Está a passar uma função assíncrona para `api.runOnBackend()`, o que provavelmente não irá funcionar como esperado.\\nTorne a função síncrona (a remover a palavra-chave `async`), ou use `api.runAsyncOnBackendWithManualTransactionHandling()`.", - "sync_warning": "Está a passar uma função síncrona para `api.runAsyncOnBackendWithManualTransactionHandling()`,\\nquando deveria usar `api.runOnBackend()` no lugar." - }, - "ws": { - "sync-check-failed": "A verificação de sincronização falhou!", - "consistency-checks-failed": "A verificação de consistência falhou! Veja os logs para pormenores.", - "encountered-error": "Encontrado o erro \"{{message}}\", verifique o console.", - "lost-websocket-connection-title": "Perdida conexão com o servidor", - "lost-websocket-connection-message": "Verifique a configuração da proxy inversa (e.g. nginx ou Apache) para assegurar conexões WebSocket estão permitidas e não bloqueadas." - }, - "hoisted_note": { - "confirm_unhoisting": "A nota solicitada '{{requestedNote}}' está fora da árvore da nota fixada '{{hoistedNote}}' e precisa desafixar para aceder a nota. Quer prosseguir e desafixar?" - }, - "launcher_context_menu": { - "reset_launcher_confirm": "Deseja realmente reiniciar \"{{title}}\"? Todos os dados / configurações desta nota (e as suas filhas) serão perdidos o lançador irá retornar para a sua localização original.", - "add-note-launcher": "Adicionar um lançador de nota", - "add-script-launcher": "Adicionar um lançador de script", - "add-custom-widget": "Adicionar um componente personalizado", - "add-spacer": "Adicionar um espaçador", - "delete": "Apagar ", - "reset": "Reiniciar", - "move-to-visible-launchers": "Mover para lançadores visíveis", - "move-to-available-launchers": "Mover para lançadores disponíveis", - "duplicate-launcher": "Duplicar o lançador " - }, - "highlighting": { - "title": "Blocos de Código", - "description": "Controla o destaque de sintaxe para blocos de código dentro de notas de texto, notas de código não serão afetadas.", - "color-scheme": "Esquema de Cor" - }, - "code_block": { - "word_wrapping": "Quebra automática de linhas", - "theme_none": "Sem destaque de sintaxe", - "theme_group_light": "Temas claros", - "theme_group_dark": "Temas escuros", - "copy_title": "Copiar para a área de transferência" - }, - "classic_editor_toolbar": { - "title": "Formatação" - }, - "editor": { - "title": "Editor" - }, - "editing": { - "editor_type": { - "label": "Barra de formatação", - "floating": { - "title": "A flutuar", - "description": "ferramentas de edição aparecem perto do cursor;" - }, - "fixed": { - "title": "Fixado", - "description": "ferramentas de edição aparecem na guia de faixa \"Formatação\"." - }, - "multiline-toolbar": "Exibir a barra de ferramentas em múltiplas linhas se não couber." + "help": { + "title": "Folha de Dicas", + "noteNavigation": "Navegação de notas", + "goUpDown": "subir/descer na lista de notas", + "collapseExpand": "recolher/expandir nó", + "notSet": "não definido", + "goBackForwards": "voltar / avançar no histórico", + "showJumpToNoteDialog": "mostrar diálogo \"Ir para\"", + "scrollToActiveNote": "rolar até a nota atual", + "jumpToParentNote": "ir à nota pai", + "collapseWholeTree": "recolher toda a árvore de notas", + "collapseSubTree": "recolher subárvore", + "tabShortcuts": "Atalhos de guias", + "newTabNoteLink": "a ligação na nota abre essa nota numa guia nova", + "newTabWithActivationNoteLink": "a ligação na nota abre e ativa a nota numa guia nova", + "onlyInDesktop": "Apenas na versão para desktop (compilação Electron)", + "openEmptyTab": "abrir guia vazia", + "closeActiveTab": "fechar guia ativa", + "activateNextTab": "ativar próxima guia", + "activatePreviousTab": "ativar guia anterior", + "creatingNotes": "Criar notas", + "createNoteAfter": "criar nota após a nota atual", + "createNoteInto": "criar subnota dentro da nota atual", + "editBranchPrefix": "editar prefixo do clone da nota ativa", + "movingCloningNotes": "A mover / clonar notas", + "moveNoteUpDown": "mover nota para cima/baixo na lista de notas", + "moveNoteUpHierarchy": "mover nota para cima na hierarquia", + "multiSelectNote": "selecionar múltiplas notas acima/abaixo", + "selectAllNotes": "selecionar todas as notas no nível atual", + "selectNote": "selecionar nota", + "copyNotes": "copiar nota ativa (ou seleção atual) para a área de transferência (usado para clonar)", + "cutNotes": "recortar nota atual (ou seleção atual) para a área de transferência (usado para mover notas)", + "pasteNotes": "colar nota(s) como subnota dentro da nota ativa (o que pode ser mover ou clonar dependendo se foi copiado ou recortado para a área de transferência)", + "deleteNotes": "apagar nota / subárvore", + "editingNotes": "Edição de notas", + "editNoteTitle": "no painel de árvore, a navegação mudará do painel de árvore para o título da nota. Pressionar Enter no título da nota mudará o foco para o editor de texto. Ctrl+. mudará o foco de volta do editor para o painel de árvore.", + "createEditLink": "criar / editar ligação externa", + "createInternalLink": "criar ligação interna", + "followLink": "seguir ligação sob o cursor", + "insertDateTime": "inserir data e hora atual na posição do cursor", + "jumpToTreePane": "ir à árvore de notas e rolar até a nota ativa", + "markdownAutoformat": "Autoformatação estilo Markdown", + "headings": "##, ###, #### etc. seguidos de espaço para títulos", + "bulletList": "* ou - seguidos de espaço para lista com marcadores", + "numberedList": "1. ou 1) seguidos de espaço para lista numerada", + "blockQuote": "comece uma linha com > seguido de espaço para citação em bloco", + "troubleshooting": "Solução de problemas", + "reloadFrontend": "recarregar o frontend do Trilium", + "showDevTools": "mostrar ferramentas de programador", + "showSQLConsole": "mostrar console SQL", + "other": "Outros", + "quickSearch": "focar no campo de pesquisa rápida", + "inPageSearch": "pesquisa na página", + "editShortcuts": "Editar atalhos do teclado" + }, + "import": { + "importIntoNote": "Importar para a nota", + "chooseImportFile": "Escolher ficheiro para importar", + "importDescription": "O conteúdo do(s) ficheiro(s) selecionado(s) será importado como nota(s) filha(s) em", + "options": "Opções", + "safeImportTooltip": "Ficheiros de exportação Trilium .zip podem conter scripts executáveis que podem apresentar comportamentos prejudiciais. A importação segura desativará a execução automática de todos os scripts importados. Desmarque “Importação segura” apenas se o ficheiro de importação contiver scripts executáveis e você confiar totalmente no conteúdo do ficheiro importado.", + "safeImport": "Importação segura", + "explodeArchivesTooltip": "Se esta opção estiver marcada, o Trilium irá ler ficheiros .zip, .enex e .opml e criar notas a partir dos ficheiros contidos nesses ficheiros compactados. Se estiver desmarcada, o Trilium irá anexar os próprios ficheiros compactados à nota.", + "explodeArchives": "Ler conteúdos de arquivos .zip, .enex e .opml.", + "shrinkImagesTooltip": "

Se marcar esta opção, o Trilium tentará reduzir o tamanho das imagens importadas por meio de escala e otimização, o que pode afetar a qualidade visual das imagens. Se desmarcada, as imagens serão importadas sem alterações.

Isto não se aplica a importações de ficheiros .zip com metadados, pois presume-se que estes ficheiros já estejam otimizados.

", + "shrinkImages": "Reduzir imagens", + "textImportedAsText": "Importar ficheiros de HTML, Markdown e TXT como notas de texto caso não esteja claro pelos metadados", + "codeImportedAsCode": "Importar ficheiros de código reconhecidos (por exemplo, .json) como notas de código caso não esteja claro pelos metadados", + "replaceUnderscoresWithSpaces": "Substituir sublinhados por espaços nos nomes das notas importadas", + "import": "Importar", + "failed": "Falha na importação: {{message}}.", + "html_import_tags": { + "title": "Tags de importação HTML", + "description": "Configurar quais tags HTML devem ser preservadas ao importar notas. As tags que não estiverem nesta lista serão removidas durante a importação. Algumas tags (como 'script') são sempre removidas por motivos de segurança.", + "placeholder": "Digite as tags HTML, uma por linha", + "reset_button": "Redefinir para lista padrão" + }, + "import-status": "Estado da importação", + "in-progress": "Importação em andamento: {{progress}}", + "successful": "Importação concluída com sucesso.", + "importZipRecommendation": "Quando a importar ficheiro ZIP, a hierarquia de notas vai reflectir a estrutura da sub directoria dentro do ficheiro." + }, + "include_note": { + "dialog_title": "Incluir nota", + "label_note": "Nota", + "placeholder_search": "pesquisar nota pelo nome", + "box_size_prompt": "Dimensão da caixa da nota incluída:", + "box_size_small": "pequeno (~ 10 linhas)", + "box_size_medium": "médio (~ 30 linhas)", + "box_size_full": "completo (a caixa exibe o texto completo)", + "button_include": "Incluir nota" + }, + "info": { + "modalTitle": "Mensagem informativa", + "closeButton": "Fechar", + "okButton": "OK", + "copy_to_clipboard": "Copiar para a área de transferência" + }, + "jump_to_note": { + "search_placeholder": "Pesquise uma nota pelo nome ou digite > para comandos...", + "search_button": "Pesquisar no texto completo" + }, + "markdown_import": { + "dialog_title": "Importar Markdown", + "modal_body_text": "Por motivos de segurança (sandbox do navegador), o JavaScript não pode aceder diretamente a área de transferência. Por favor, cole o conteúdo Markdown na área de texto abaixo e clique em Importar", + "import_button": "Importar", + "import_success": "O conteúdo Markdown foi importado para o documento." + }, + "move_to": { + "dialog_title": "Mover notas para...", + "notes_to_move": "Notas para mover", + "target_parent_note": "Nota pai-alvo", + "search_placeholder": "pesquisar nota pelo nome", + "move_button": "Mover para a nota selecionada", + "error_no_path": "Nenhum caminho para mover.", + "move_success_message": "As notas selecionadas foram movidas para " + }, + "note_type_chooser": { + "change_path_prompt": "Alterar onde criar a nova nota:", + "search_placeholder": "pesquisar caminho pelo nome (valor predefinido se não for preenchido)", + "modal_title": "Escolher tipo de nota", + "modal_body": "Escolha o tipo/modelo da nova nota:", + "templates": "Modelos", + "builtin_templates": "Modelos Incorporados" + }, + "password_not_set": { + "title": "A palavra-passe não está definida", + "body1": "Notas protegidas são criptografadas usando uma palavra-passe do utilizador, mas a palavra-passe ainda não foi definida.", + "body2": "Para poder proteger notas, clique no botão abaixo para abrir a caixa de diálogo de Opções e definir a sua palavra-passe.", + "go_to_password_options": "Ir para opções de Palavra-passe" + }, + "prompt": { + "title": "Prompt", + "ok": "OK", + "defaultTitle": "Prompt" + }, + "protected_session_password": { + "modal_title": "Sessão protegida", + "help_title": "Ajuda sobre notas protegidas", + "close_label": "Fechar", + "form_label": "Para prosseguir com a ação solicitada, deve iniciar uma sessão protegida digitando a palavra-passe:", + "start_button": "Iniciar sessão protegida" + }, + "recent_changes": { + "title": "Alterações recentes", + "erase_notes_button": "Remover permanentemente as notas apagadas agora", + "deleted_notes_message": "As notas apagadas foram removidas permanentemente.", + "no_changes_message": "Nenhuma alteração ainda...", + "undelete_link": "Restaurar", + "confirm_undelete": "Deseja restaurar esta nota e as suas subnotas?" + }, + "revisions": { + "note_revisions": "Versões da nota", + "delete_all_revisions": "Apagar todas as versões desta nota", + "delete_all_button": "Apagar todas as versões", + "help_title": "Ajuda sobre as versões da nota", + "confirm_delete_all": "Quer apagar todas as versões desta nota?", + "no_revisions": "Ainda não há versões para esta nota...", + "restore_button": "Recuperar", + "confirm_restore": "Deseja restaurar esta versão? Isto irá substituir o título e o conteúdo atuais da nota por esta versão.", + "delete_button": "Apagar", + "confirm_delete": "Deseja apagar esta versão?", + "revisions_deleted": "As versões da nota foram removidas.", + "revision_restored": "A versão da nota foi restaurada.", + "revision_deleted": "A versão da nota foi apagada.", + "snapshot_interval": "Intervalo de captura das versões da nota: {{seconds}}s.", + "maximum_revisions": "Limite de capturas das versões da nota: {{number}}.", + "settings": "Configurações de versões da nota", + "download_button": "Descarregar", + "mime": "MIME: ", + "file_size": "Tamanho do ficheiro:", + "preview_not_available": "A visualização não está disponível para este tipo de nota.", + "diff_on": "Mostrar diferenças", + "diff_off": "Mostrar conteúdos", + "diff_on_hint": "Carregar para mostrar diferenças da fonte da nota", + "diff_off_hint": "Carregar para mostrar conteúdos da nota", + "diff_not_available": "Diferenças não disponível." + }, + "sort_child_notes": { + "sort_children_by": "Ordenar notas filhas por...", + "sorting_criteria": "Critérios de ordenação", + "title": "título", + "date_created": "data de criação", + "date_modified": "data de modificação", + "sorting_direction": "Direção de ordenação", + "ascending": "crescente", + "descending": "decrescente", + "folders": "Pastas", + "sort_folders_at_top": "posicionar pastas no topo", + "natural_sort": "Ordenação Natural", + "sort_with_respect_to_different_character_sorting": "classificar de acordo com diferentes regras de ordenação de caracteres e colação em diferentes idiomas ou regiões.", + "natural_sort_language": "Linguagem da ordenação natural", + "the_language_code_for_natural_sort": "O código do idioma para ordenação natural, por exemplo, \"zh-CN\" para chinês.", + "sort": "Ordenar" + }, + "upload_attachments": { + "upload_attachments_to_note": "Enviar anexos para a nota", + "choose_files": "Escolher ficheiros", + "files_will_be_uploaded": "Os ficheiros serão enviados como anexos para {{noteTitle}}", + "options": "Opções", + "shrink_images": "Reduzir imagens", + "upload": "Enviar", + "tooltip": "Se marcar esta opção, o Trilium tentará reduzir as imagens enviadas a redimensionar e otimizar, o que pode afetar a qualidade visual percebida. Se desmarcada, as imagens serão enviadas sem alterações." + }, + "attribute_detail": { + "attr_detail_title": "Título Detalhado do Atributo", + "close_button_title": "Cancelar alterações e fechar", + "attr_is_owned_by": "O atributo pertence a", + "attr_name_title": "O nome do atributo pode ser composto apenas por caracteres alfanuméricos, dois-pontos e sublinhado", + "name": "Nome", + "value": "Valor", + "target_note_title": "Relação é uma conexão nomeada entre a nota de origem e a nota de destino.", + "target_note": "Nota de destino", + "promoted_title": "O atributo promovido é exibido de forma destacada na nota.", + "promoted": "Promovido", + "promoted_alias_title": "O nome a ser exibido na interface de atributos promovidos.", + "promoted_alias": "Alias", + "multiplicity_title": "Multiplicidade define quantos atributos com o mesmo nome podem ser criados — no máximo 1 ou mais que 1.", + "multiplicity": "Multiplicidade", + "single_value": "Valor único", + "multi_value": "Valor múltiplo", + "label_type_title": "O tipo do rótulo ajudará o Trilium a escolher a interface adequada para inserir o valor do rótulo.", + "label_type": "Tipo", + "text": "Texto", + "number": "Número", + "boolean": "Booleano", + "date": "Data", + "date_time": "Data e Hora", + "time": "Hora", + "url": "URL", + "precision_title": "Qual número de dígitos após o ponto decimal deve estar disponível na interface de configuração de valor.", + "precision": "Precisão", + "digits": "dígitos", + "inverse_relation_title": "Configuração opcional para definir a qual relação esta é oposta. Exemplo: Pai - Filho são relações inversas entre si.", + "inverse_relation": "Relação inversa", + "inheritable_title": "O atributo herdável será transmitido para todos os descendentes deste ramo.", + "inheritable": "Herdável", + "save_and_close": "Gravar e fechar Ctrl+Enter", + "delete": "Apagar", + "related_notes_title": "Outras notas com este rótulo", + "more_notes": "Mais notas", + "label": "Pormenor do rótulo", + "label_definition": "Pormenor da definição do rótulo", + "relation": "Pormenor da relação", + "relation_definition": "Pormenor da definição da relação", + "disable_versioning": "desativa a versão automática. Útil, por exemplo, para notas grandes, mas sem importância – como grandes bibliotecas JS usadas para scripts", + "calendar_root": "marca a nota que deve ser usada como raiz para notas diárias. Apenas uma deve ser marcada assim.", + "archived": "notas com este rótulo não serão exibidas por padrão nos resultados de pesquisa (também nos diálogos Ir para, Adicionar ligações, etc).", + "exclude_from_export": "notas (com as suas subárvores) não serão incluídas em nenhuma exportação de notas", + "run": "define em quais eventos o script deve ser executado. Os valores possíveis são:\n
    \n
  • frontendStartup - quando o frontend do Trilium inicia (ou é atualizado), mas não no telemóvel.
  • \n
  • mobileStartup - quando o frontend do Trilium inicia (ou é atualizado), no telemóvel.
  • \n
  • backendStartup - quando o backend do Trilium inicia
  • \n
  • hourly - executa uma vez por hora. Pode usar o rótulo adicional runAtHour para especificar em qual hora.
  • \n
  • daily - executa uma vez por dia
  • \n
", + "run_on_instance": "Define em qual instância do Trilium isto deve ser executado. Por padrão, todas as instâncias.", + "run_at_hour": "Em qual hora isto deve ser executado. Deve ser usado junto com #run=hourly. Pode ser definido várias vezes para executar mais que uma vez ao dia.", + "disable_inclusion": "scripts com este rótulo não serão incluídos na execução do script pai.", + "sorted": "mantém as notas filhas ordenadas alfabeticamente pelo título", + "sort_direction": "ASC (padrão) ou DESC", + "sort_folders_first": "Pastas (notas com filhos) devem ser ordenadas no topo", + "top": "mantenha a nota fornecida no topo no seu pai (aplica-se apenas a pais ordenados)", + "hide_promoted_attributes": "Ocultar atributos promovidos nesta nota", + "read_only": "o editor está em modo somente leitura. Funciona apenas para notas de texto e código.", + "auto_read_only_disabled": "notas de texto/código podem ser automaticamente configuradas para modo de leitura quando são muito grandes. Pode desativar este comportamento por nota a adicionar este rótulo à nota", + "app_css": "marca notas CSS que são carregadas na aplicação Trilium e, portanto, podem ser usadas para modificar a aparência do Trilium.", + "app_theme": "marca notas CSS que são temas completos do Trilium e, portanto, estão disponíveis nas opções do Trilium.", + "app_theme_base": "defina como \"next\", \"next-light\" ou \"next-dark\" para usar o tema TriliumNext correspondente (auto, claro ou escuro) como base para um tema personalizado em vez do tema legado.", + "css_class": "o valor deste rótulo é depois adicionado como classe CSS ao nó que representa a nota específica na árvore. Isto pode ser útil para temas avançados. Pode ser usado em notas de modelo.", + "icon_class": "o valor deste rótulo é adicionado como uma classe CSS ao ícone na árvore, o que pode ajudar a distinguir visualmente as notas na árvore. Um exemplo pode ser bx bx-home – os ícones são retirados do boxicons. Pode ser usado em notas de modelo.", + "page_size": "número de elementos por página na listagem de notas", + "custom_request_handler": "veja Manipulador de requisição personalizada", + "custom_resource_provider": "veja Manipulador de requisição personalizada", + "widget": "marca esta nota como um widget personalizado que será adicionado à árvore de componentes do Trilium", + "workspace": "marca esta nota como um espaço de trabalho, o que permite fácil hoisting", + "workspace_icon_class": "define a classe CSS do ícone box que será usada na guia quando esta nota for hoisted", + "workspace_tab_background_color": "cor CSS usada na guia da nota quando esta nota é hoisted", + "workspace_calendar_root": "Define a raiz do calendário por espaço de trabalho", + "workspace_template": "Esta nota aparecerá na seleção de modelos disponíveis ao criar uma nova nota, mas apenas quando estiver destacada num espaço de trabalho que contenha este modelo", + "search_home": "novas notas de pesquisa serão criadas como filhas desta nota", + "workspace_search_home": "novas notas de pesquisa serão criadas como filhas desta nota quando ela for destacada para algum ancestral desta nota de área de trabalho", + "inbox": "localização padrão da caixa de entrada para novas notas – quando cria uma nota através do botão \"nova nota\" na barra lateral, as notas serão criadas como notas filhas na nota marcada com o rótulo #inbox.", + "workspace_inbox": "local padrão da caixa de entrada para novas notas quando esta nota for destacada para algum ancestral desta nota de área de trabalho", + "sql_console_home": "localização padrão das notas do console SQL", + "bookmark_folder": "nota com este rótulo aparecerá nos favoritos como uma pasta (permitindo acesso aos seus filhos)", + "share_hidden_from_tree": "esta nota está oculta na árvore de navegação à esquerda, mas ainda pode ser aceidda pela sua URL", + "share_external_link": "a nota funcionará como uma ligação para um site externo na árvore de compartilhamento", + "share_alias": "defina um alias por meio do qual a nota ficará disponível em https://your_trilium_host/share/[your_alias]", + "share_omit_default_css": "o CSS padrão da página de compartilhamento será omitido. Use quando fizer alterações extensas de estilo.", + "share_root": "marca a nota que é servida na raiz de /share.", + "share_description": "defina o texto a ser adicionado à meta tag HTML \"description\"", + "share_raw": "a nota será servida no seu formato bruto, sem o wrapper HTML", + "share_disallow_robot_indexing": "impedirá que robôs indexem esta nota por meio do cabeçalho X-Robots-Tag: noindex", + "share_credentials": "exigir credenciais para aceder esta nota partilhada. O valor deve estar no formato 'utilizador:palavra-passe'. Não se esqueça de fazer esta configuração herdável para que seja aplicada às notas-filhas/imagens.", + "share_index": "notas com este rótulo irão listar todas as raízes das notas partilhadas", + "display_relations": "nomes das relações separados por vírgula que devem ser exibidos. Todas as outras serão ocultadas.", + "hide_relations": "nomes das relações separados por vírgula que devem ser ocultados. Todas as outras serão exibidas.", + "title_template": "título padrão das notas criadas como filhas desta nota. O valor é avaliado como uma cadeia JavaScript \n e pode ser enriquecido com conteúdo dinâmico usando as variáveis injetadas now e parentNote. Exemplos:\n \n
    \n
  • ${parentNote.getLabelValue('authorName')}'s literary works
  • \n
  • Log for ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n Veja a wiki com pormenores, a documentação da API para parentNote e para now para mais informações.", + "template": "Esta nota aparecerá na seleção de modelos disponíveis ao criar uma nova nota", + "toc": "#toc ou #toc=show irá forçar a exibição do Sumário, #toc=hide irá forçar que ele fique oculto. Se o rótulo não existir, será considerado o ajuste global", + "color": "define a cor da nota na árvore de notas, ligações etc. Use qualquer valor de cor CSS válido, como 'red' ou #a13d5f", + "keyboard_shortcut": "Define um atalho de teclado que irá pular imediatamente para esta nota. Exemplo: 'ctrl+alt+e'. É necessário recarregar o frontend para que a alteração tenha efeito.", + "keep_current_hoisting": "Abrir este ligação não alterará o destaque, mesmo que a nota não seja exibível na subárvore destacada atual.", + "execute_button": "Titulo do botão que executará a nota de código atual", + "execute_description": "Descrição longa da nota de código atualmente exibida junto ao botão executar", + "exclude_from_note_map": "Notas com este rótulo ficarão ocultas no Mapa de Notas", + "new_notes_on_top": "Novas notas serão criadas no topo da nota raiz, não na parte inferior.", + "hide_highlight_widget": "Ocultar o widget da lista de destaques", + "run_on_note_creation": "executa quando a nota é criada no backend. Use esta relação se quiser executar o script para todas as notas criadas numa subárvore específica. Neste caso, crie-a na nota raiz da subárvore e fazê-la herdável. Uma nova nota criada dentro da subárvore (qualquer profundidade) irá acionar o script.", + "run_on_child_note_creation": "executa quando uma nova nota é criada sob a nota onde esta relação está definida", + "run_on_note_title_change": "executa quando o título da nota é alterado (inclusive na criação de nota)", + "run_on_note_content_change": "executa quando o conteúdo da nota é alterado (inclusive na criação de nota).", + "run_on_note_change": "executa quando a nota é alterada (inclusive na criação de nota). Não incluí alterações no conteúdo", + "run_on_note_deletion": "executa quando a nota está a ser apagada", + "run_on_branch_creation": "executa quando uma ramificação é criada. Ramificação é uma ligação entre nota pai e nota filha e é criado, por exemplo, ao clonar ou mover uma nota.", + "run_on_branch_change": "executa quando uma remificação é atualizada.", + "run_on_branch_deletion": "executa quando uma ramificação é apagada. Ramificação é uma ligação entre a nota pai e a nota filha e é apagada, por exemplo, ao mover a nota (a ramificação/ligação antiga é apagada).", + "run_on_attribute_creation": "executa quando um novo atributo é criado para a nota que define esta relação", + "run_on_attribute_change": " executa quando o atributo é alterado na nota que define esta relação. Também é disparado quando o atributo é apagado", + "relation_template": "os atributos da nota serão herdados mesmo sem um relacionamento pai-filho, o conteúdo e subárvore da nota serão adicionados às notas da instância se estarem vazias. Veja a documentação para pormenores.", + "inherit": "os atributos da nota serão herdados mesmo sem um relacionamento pai-filho. Veja relação de modelos para um conceito semelhante. Veja a herança de atributos na documentação.", + "render_note": "notas do tipo \"nota de renderização HTML\" serão renderizadas através de uma nota de código (HTML ou script) e é necessário apontar por esta relação qual nota deve ser renderizada", + "widget_relation": "o destino desta relação será executado e renderizado como um widget na barra lateral", + "share_css": "Nota CSS que será injetada na página de partilhamento. A nota CSS também deve estar na subárvore partilhada. Considere usar também 'share_hidden_from_tree' e 'share_omit_default_css'.", + "share_js": "Nota JavaScript que será injetada na página de partilhamento. A nota JS também deve estar na subárvore partilhada. Considere usar 'share_hidden_from_tree'.", + "share_template": "Nota JavaScript incorporada que será usada como modelo para exibir a nota partilhada. Retorna ao modelo padrão. Considere usar 'share_hidden_from_tree'.", + "share_favicon": "Nota Favicon que será usada na página partilhada. Tipicamente vai defini-la na raiz do partilhamento e fazê-la herdável. A nota de Favicon também deve estar na subárvore partilhada. Considere usar 'share_hidden_from_tree'.", + "is_owned_by_note": "é propriedade da nota", + "other_notes_with_name": "Outras notas com {{attributeType}} igual a \"{{attributeName}}\"", + "and_more": "... e {{count}} mais.", + "print_landscape": "Ao exportar para PDF, muda a orientação da página para paisagem em vez de retrato.", + "print_page_size": "Quando exportar para PDF, altera o tamanho da página. Valores suportados: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", + "color_type": "Cor" + }, + "attribute_editor": { + "help_text_body1": "Para adicionar uma etiqueta, digite por exemplo #rock ou se também quer adicionar um valor depois por exemplo #year = 2020", + "help_text_body2": "Para relação, digite ~author = @, que deve ser exibido um autocompletar onde pode encontrar a nota desejada.", + "help_text_body3": "Alternativamente, pode adicionar etiqueta e relação pelo botão + no lado direito.", + "save_attributes": "Gravar atributos ", + "add_a_new_attribute": "Adicionar um novo atributo", + "add_new_label": "Adicionar nova etiqueta ", + "add_new_relation": "Adicionar nova relação ", + "add_new_label_definition": "Adicionar nova definição de etiqueta", + "add_new_relation_definition": "Adicionar nova definição de relação", + "placeholder": "Digite as etiquetas e relações aqui" + }, + "abstract_bulk_action": { + "remove_this_search_action": "Remover esta ação de pesquisa" + }, + "execute_script": { + "execute_script": "Executar script", + "help_text": "Pode executar scripts simples nas notas correspondentes.", + "example_1": "Por exemplo para anexar uma cadeia ao título de uma nota, use este pequeno script:", + "example_2": "Um exemplo mais complexo seria apagar todos os atributos das notas correspondentes:" + }, + "add_label": { + "add_label": "Adicionar etiqueta", + "label_name_placeholder": "nome da etiqueta", + "label_name_title": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", + "to_value": "para o valor", + "new_value_placeholder": "novo valor", + "help_text": "Em todas as notas correspondentes:", + "help_text_item1": "criar a etiqueta indicada se a nota ainda não tiver uma", + "help_text_item2": "ou altere o valor da etiqueta existente", + "help_text_note": "Também pode chamar este método sem valor, neste caso a etiqueta será atribuída à nota sem valor." + }, + "delete_label": { + "delete_label": "Apagar etiqueta", + "label_name_placeholder": "nome da etiqueta", + "label_name_title": "Caracteres alfanuméricos, underscore e vírgula são permitidos." + }, + "rename_label": { + "rename_label": "Renomear etiqueta", + "rename_label_from": "Renomear etiqueta de", + "old_name_placeholder": "nome antigo", + "to": "Para", + "new_name_placeholder": "novo nome", + "name_title": "Caracteres alfanuméricos, underscore e vírgula são permitidos." + }, + "update_label_value": { + "update_label_value": "Atualizar valor da etiqueta", + "label_name_placeholder": "nome da etiqueta", + "label_name_title": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", + "to_value": "para o valor", + "new_value_placeholder": "novo valor", + "help_text": "Em todas as notas correspondentes, altera o valor da etiqueta existente.", + "help_text_note": "Também pode chamar este método sem um valor, neste caso a etiqueta será à nota sem um valor." + }, + "delete_note": { + "delete_note": "Apagar nota", + "delete_matched_notes": "Apagar notas correspondentes", + "delete_matched_notes_description": "Isto irá apagar as notas correspondentes.", + "undelete_notes_instruction": "Depois de apagar, é possível desapagá-las através da janela de Alterações Recentes.", + "erase_notes_instruction": "Para apagar notas permanentemente, pode fazê-lo depois de apagar em Opções -> Outros e clicar no botão \"Apagar notas apagadas agora\"." + }, + "delete_revisions": { + "delete_note_revisions": "Apagar revisões da nota", + "all_past_note_revisions": "Todas as revisões anteriores das notas correspondentes serão apagadas. A nota em si será perservada. Ou seja, o histórico da nota será removido." + }, + "move_note": { + "move_note": "Mover nota", + "to": "para", + "target_parent_note": "nota pai destino", + "on_all_matched_notes": "Em todas as notas correspondentes", + "move_note_new_parent": "move a nota para o novo pai se a nota tem apenas um pai (ou seja, a antiga ramificação é removida e uma nova ramificação é criada para o novo pai)", + "clone_note_new_parent": "clona a nota para o novo pai se a nota tem vários clones / ramificações (não é claro qual ramificação deve ser removida)", + "nothing_will_happen": "nada acontecerá se a nota não puder ser movida para a nota de destino (por exemplo, criaria um ciclo de árvore)" + }, + "rename_note": { + "rename_note": "Renomear nota", + "rename_note_title_to": "Renomear título da nota para", + "new_note_title": "novo título da nota", + "click_help_icon": "Clique no ícone de ajuda a direita para ver todas as opções", + "evaluated_as_js_string": "O valor digitado é avaliado como cadeia JavaScript e, portanto, pode ser enriquecido com conteúdo dinâmico através da variável injetada note (nota a ser renomeada). Exemplos:", + "example_note": "Nota - todas as notas correspondentes serão renomeadas para 'Nota'", + "example_new_title": "NOVO: ${note.title} - o título das notas correspondentes receberá o prefixo 'NOVO: '", + "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - notas correspondentes receberão um prefixo com o mês-dia da data de criação da nota", + "api_docs": "Veja da documentação da API para nota e as suas propriedades dateCreatedObj / utcDateCreatedObj para pormenores." + }, + "add_relation": { + "add_relation": "Adicionar relação", + "relation_name": "nome da relação", + "allowed_characters": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", + "to": "para", + "target_note": "nota destino", + "create_relation_on_all_matched_notes": "Crie a relação informada em todas as notas correspondentes." + }, + "delete_relation": { + "delete_relation": "Apagar relação", + "relation_name": "nome da relação", + "allowed_characters": "Caracteres alfanuméricos, underscore e vírgula são permitidos." + }, + "rename_relation": { + "rename_relation": "Renomar relação", + "rename_relation_from": "Renomear relação de", + "old_name": "nome antigo", + "to": "Para", + "new_name": "novo nome", + "allowed_characters": "Caracteres alfanuméricos, underscore e vírgula são permitidos." + }, + "update_relation_target": { + "update_relation": "Atualizar relação", + "relation_name": "nome da relação", + "allowed_characters": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", + "to": "para", + "target_note": "nota destino", + "on_all_matched_notes": "Em todas as notas correspondentes", + "change_target_note": "alterar nota destino da relação existente", + "update_relation_target": "Atualizar destino da relação" + }, + "attachments_actions": { + "open_externally": "Abrir externamente", + "open_externally_title": "O ficheiro será aberto numa aplicação externa e monitorado por alterações. Depois poderá enviar a versão modificada de volta para o Trilium.", + "open_custom": "Abrir customizado", + "open_custom_title": "O ficheiro será aberto numa aplicação externa e monitorado por alterações. Depois poderá enviar a versão modificada de volta para o Trilium.", + "download": "Descarregar", + "rename_attachment": "Renomear anexo", + "upload_new_revision": "Enviar nova revisão", + "copy_link_to_clipboard": "Copiar ligação para a área de transferência", + "convert_attachment_into_note": "Converter anexo para nota", + "delete_attachment": "Apagar anexo", + "upload_success": "Uma nova revisão de anexo foi enviada.", + "upload_failed": "O envio de uma nova revisão de anexo falhou.", + "open_externally_detail_page": "A abertura de anexo externamente só está disponível através da página de pormenores. Por favor, primeiro clique nos pormenores do anexo e repita a ação.", + "open_custom_client_only": "A abertura customizada de anexos só pode ser feita no cliente de desktop.", + "delete_confirm": "Tem certeza que deseja apagar o anexo '{{title}}'?", + "delete_success": "O anexo '{{title}}' foi apagado.", + "convert_confirm": "Tem certeza que deseja converter o anexo '{{title}}' numa nota separada?", + "convert_success": "O anexo '{{title}}' foi convertido para uma nota.", + "enter_new_name": "Por favor, digite o novo nome do anexo" + }, + "calendar": { + "mon": "Seg", + "tue": "Ter", + "wed": "Qua", + "thu": "Qui", + "fri": "Sex", + "sat": "Sáb", + "sun": "Dom", + "cannot_find_day_note": "Nota do dia não encontrada", + "cannot_find_week_note": "Nota semanal não encontrada", + "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", + "week": "Semana", + "week_previous": "Semana anterior", + "week_next": "Próxima semana", + "month": "Mês", + "month_previous": "Mês anterior", + "month_next": "Próximo mês", + "year": "Ano", + "year_previous": "Ano anterior", + "year_next": "Próximo ano", + "list": "Lista", + "today": "Hoje" + }, + "close_pane_button": { + "close_this_pane": "Fechar este painel" + }, + "create_pane_button": { + "create_new_split": "Criar divisão" + }, + "edit_button": { + "edit_this_note": "Editar esta nota" + }, + "show_toc_widget_button": { + "show_toc": "Mostrar Tabela de Conteúdo" + }, + "show_highlights_list_widget_button": { + "show_highlights_list": "Mostrar Lista de Destaques" + }, + "global_menu": { + "menu": "Menu", + "options": "Opções", + "open_new_window": "Abrir Nova Janela", + "switch_to_mobile_version": "Alternar para Versão Mobile", + "switch_to_desktop_version": "Alternar para Versão Desktop", + "zoom": "Zoom", + "toggle_fullscreen": "Alternar Ecrã Cheio", + "zoom_out": "Reduzir", + "reset_zoom_level": "Redefinir Zoom", + "zoom_in": "Aumentar", + "configure_launchbar": "Configurar Barra de Lançamento", + "show_shared_notes_subtree": "Exibir Subárvore de Notas Partilhadas", + "advanced": "Avançado", + "open_dev_tools": "Abrir Ferramentas de Programador", + "open_sql_console": "Abrir Console SQL", + "open_sql_console_history": "Abrir Histórico de Console SQL", + "open_search_history": "Abrir Histórico de Pesquisa", + "show_backend_log": "Abrir Log do Servidor", + "reload_hint": "Recarregar pode ajudar em alguns problemas visuais sem reiniciar toda a app.", + "reload_frontend": "Recarregar Frontend", + "show_hidden_subtree": "Exibir Subárvore Oculta", + "show_help": "Exibir Ajuda", + "about": "Sobre o Trilium Notes", + "logout": "Sair", + "show-cheatsheet": "Exibir Cheatsheet", + "toggle-zen-mode": "Modo Zen", + "new-version-available": "Nova actualização disponível", + "download-update": "Obter versão {{latestVersion}}" + }, + "zen_mode": { + "button_exit": "Sair do Modo Zen" + }, + "sync_status": { + "unknown": "

O estado da sincronização será conhecido assim que a próxima tentativa começar.

Clique para iniciar a sincronização agora.

", + "connected_with_changes": "

Conectado ao servidor de sincronização.
Existem algumas alterações a serem sincronizadas.

Clique para sincronizar.

", + "connected_no_changes": "

Conectado ao servidor de sincronização.
Todas as alterações já foram sincronizadas.

Clique para sincronizar.

", + "disconnected_with_changes": "

A conexão ao servidor de sincronização falhou.
Existem algumas alterações a serem sincronizadas.

Clique para sincronizar.

", + "disconnected_no_changes": "

A conexão ao servidor de sincronização falhou.
Todas as alterações já foram sincronizadas.

Clique para sincronizar.

", + "in_progress": "Sincronização com o servidor em andamento." + }, + "left_pane_toggle": { + "show_panel": "Exibir painel", + "hide_panel": "Esconder painel" + }, + "move_pane_button": { + "move_left": "Mover para a esquerda", + "move_right": "Mover para a direita" + }, + "note_actions": { + "convert_into_attachment": "Converter no anexo", + "re_render_note": "Renderizar nota novamente", + "search_in_note": "Pesquisar na nota", + "note_source": "Código Fonte da nota", + "note_attachments": "Anexos da nota", + "open_note_externally": "Abrir nota externamente", + "open_note_externally_title": "O ficheiro será aberto numa aplicação externa e monitorado por alterações. Depois poderá enviar a versão modificada de volta para o Trilium.", + "open_note_custom": "Abrir nota de forma customizada", + "import_files": "Importar ficheiros", + "export_note": "Exportar nota", + "delete_note": "Apagar nota", + "print_note": "Imprimir nota", + "save_revision": "Gravar revisão", + "convert_into_attachment_failed": "A conversão da nota '{{title}}' falhou.", + "convert_into_attachment_successful": "A nota '{{title}}' foi convertida para anexo.", + "convert_into_attachment_prompt": "Tem certeza que quer converter a nota '{{title}}' num anexo da nota pai?", + "print_pdf": "Exportar como PDF…", + "open_note_on_server": "Abrir nota no servidor", + "export_as_image": "Exportar como imagem", + "note_map": "Mapa de notas", + "advanced": "Avançadas", + "view_revisions": "Revisões da nota...", + "export_as_image_svg": "SVG (vectorial)", + "export_as_image_png": "PNG (matricial)" + }, + "onclick_button": { + "no_click_handler": "Componente de botão '{{componentId}}' não possui manipulador de clique definido" + }, + "protected_session_status": { + "active": "Sessão protegida está ativada. Clique para deixar a sessão protegida.", + "inactive": "Clique para entrar na sessão protegida" + }, + "revisions_button": { + "note_revisions": "Revisões da Nota" + }, + "update_available": { + "update_available": "Atualização disponível" + }, + "note_launcher": { + "this_launcher_doesnt_define_target_note": "Este lançador não define uma nota destino." + }, + "code_buttons": { + "execute_button_title": "Executar script", + "trilium_api_docs_button_title": "Abrir documentação da Trilium API", + "save_to_note_button_title": "Gravar para uma nota", + "opening_api_docs_message": "A abrir documentação da API…", + "sql_console_saved_message": "Nota do Console SQL foi gravada no caminho {{note_path}}" + }, + "copy_image_reference_button": { + "button_title": "Copiar referência da imagem para a área de transferência, pode ser colado numa nota de texto." + }, + "hide_floating_buttons_button": { + "button_title": "Esconder botões" + }, + "show_floating_buttons_button": { + "button_title": "Exibir botões" + }, + "svg_export_button": { + "button_title": "Exportar diagrama como SVG" + }, + "relation_map_buttons": { + "create_child_note_title": "Criar nota filha e adicione neste mapa de relação", + "reset_pan_zoom_title": "Redefinir pan & zoom para coordenadas e ampliação iniciais", + "zoom_in_title": "Aumentar", + "zoom_out_title": "Reduzir" + }, + "zpetne_odkazy": { + "relation": "relação", + "backlink_one": "{{count}} Ligação Reversa", + "backlink_many": "{{count}} Ligações Reversas", + "backlink_other": "{{count}} Ligações Reversas" + }, + "mobile_detail_menu": { + "insert_child_note": "Inserir nota filha", + "delete_this_note": "Apagar esta nota", + "error_cannot_get_branch_id": "Não foi possível obter o branchId para o notePath '{{notePath}} '", + "error_unrecognized_command": "Comando não reconhecido {{command}}", + "note_revisions": "Revisões da nota" + }, + "note_icon": { + "change_note_icon": "Alterar ícone da nota", + "search": "Pesquisa:", + "reset-default": "Redefinir para o ícone padrão", + "filter": "Filtrar", + "filter-none": "Todos os icons", + "filter-default": "Icons default", + "no_results": "Não foram encontrados icons.", + "search_placeholder_filtered": "Procurar {{number}} icons no {{name}}", + "icon_tooltip": "{{name}}\nPacote de icons: {{iconPack}}", + "search_placeholder_one": "Procurar {{number}} icon nos {{count}} pacotes", + "search_placeholder_many": "Procurar {{number}} icons em {{count}} pacotes", + "search_placeholder_other": "Procurar {{number}} icons nos {{count}} pacotes" + }, + "basic_properties": { + "note_type": "Tipo da nota", + "editable": "Editável", + "basic_properties": "Propriedades Básicas", + "language": "Idioma", + "configure_code_notes": "Configurar notas de código..." + }, + "book_properties": { + "view_type": "Tipo de visualização", + "grid": "Grade", + "list": "Lista", + "collapse_all_notes": "Recolher todas as notas", + "collapse": "Recolher", + "expand": "Expandir", + "book_properties": "Propriedades da Coleção", + "invalid_view_type": "Tipo de visualização inválido '{{type}}'", + "calendar": "Calendário", + "table": "Tabela", + "geo-map": "Mapa geográfico", + "board": "Quadro", + "expand_first_level": "Expandir descendentes directos", + "presentation": "Apresentação", + "expand_nth_level": "Expandir {{depth}} níveis", + "expand_all_levels": "Expandir todos os níveis", + "include_archived_notes": "Mostrar notas arquivadas", + "expand_tooltip": "Expande a direcção dos descendentes desta colecção (um nível). Para mais opções, carregar na seta à direita.", + "hide_child_notes": "Esconder notas descendentes na árvore" + }, + "edited_notes": { + "no_edited_notes_found": "Ainda não há nenhuma nota editada neste dia…", + "title": "Notas Editadas", + "deleted": "(apagado)" + }, + "file_properties": { + "note_id": "ID da Nota", + "original_file_name": "Nome original do ficheiro", + "file_type": "Tipo do ficheiro", + "file_size": "Tamanho do ficheiro", + "download": "Descarregar", + "open": "Abrir", + "upload_new_revision": "Enviar nova revisão", + "upload_success": "Uma nova revisão de ficheiro foi enviada.", + "upload_failed": "O envio de uma nova revisão de ficheiro falhou.", + "title": "Ficheiro" + }, + "image_properties": { + "original_file_name": "Nome original do ficheiro", + "file_type": "Tipo do ficheiro", + "file_size": "Tamanho do ficheiro", + "download": "Descarregar", + "open": "Abrir", + "copy_reference_to_clipboard": "Copiar referência para a área de transferência", + "upload_new_revision": "Enviar nova revisão", + "upload_success": "Uma nova revisão de imagem foi enviado.", + "upload_failed": "O envio de uma nova revisão de imagem falhou: {{message}}", + "title": "Imagem" + }, + "inherited_attribute_list": { + "title": "Atributos Herdados", + "no_inherited_attributes": "Nenhum atributo herdado.", + "none": "Nenhum" + }, + "note_info_widget": { + "note_id": "ID da Nota", + "created": "Criado", + "modified": "Editado", + "type": "Tipo", + "note_size": "Tamanho da nota", + "note_size_info": "O tamanho da nota fornece uma estimativa aproximada dos requisitos de armazenamento para esta nota. Leva em conta o conteúdo e o conteúdo das suas revisões de nota.", + "calculate": "calcular", + "subtree_size": "(tamanho da subárvore: {{size}} em {{count}} notas)", + "title": "Informações da nota", + "mime": "Tipo MIME", + "show_similar_notes": "Mostrar notas semelhantes" + }, + "note_map": { + "open_full": "Expandir completamente", + "collapse": "Recolher para tamanho normal", + "title": "Mapa de Notas", + "fix-nodes": "Fixar nós", + "link-distance": "Distância da Ligação" + }, + "note_paths": { + "title": "Caminho das Notas", + "clone_button": "Clonar nota para novo local…", + "intro_placed": "Esta nova está localizada nos caminhos:", + "intro_not_placed": "Esta nota ainda não está em nenhuma árvore de notas.", + "outside_hoisted": "Este caminho está fora de uma nota fixada e teria que desafixar.", + "archived": "Arquivado", + "search": "Pesquisar" + }, + "note_properties": { + "this_note_was_originally_taken_from": "Esta nota foi originalmente obtida de:", + "info": "Informações" + }, + "owned_attribute_list": { + "owned_attributes": "Atributos próprios" + }, + "promoted_attributes": { + "promoted_attributes": "Atributos Promovidos", + "unset-field-placeholder": "não atribuído", + "url_placeholder": "http://website...", + "open_external_link": "Abrir ligação externa", + "unknown_label_type": "Tipo de etiqueta desconhecido '{{type}}'", + "unknown_attribute_type": "Tipo de atributo desconhecido '{{type}}'", + "add_new_attribute": "Adicionar novo atributo", + "remove_this_attribute": "Remover este atributo", + "remove_color": "Remover a etiqueta de cor" + }, + "script_executor": { + "query": "Consulta", + "script": "Script", + "execute_query": "Executar Consulta", + "execute_script": "Executar Script" + }, + "search_definition": { + "add_search_option": "Adicionar opção de pesquisa:", + "search_string": "pesquisar cadeia", + "search_script": "pesquisa de script", + "ancestor": "ancestral", + "fast_search": "pesquisa rápida", + "fast_search_description": "A opção de pesquisa rápida desativa a pesquisa de texto completo do conteúdo de nota, o que pode acelerar a pesquisa em grandes bases de dados.", + "include_archived": "incluir arquivados", + "include_archived_notes_description": "As notas arquivadas são por padrão excluídas dos resultados da pesquisa, com esta opção elas serão incluídas.", + "order_by": "ordenar por", + "limit": "limite", + "limit_description": "Limitar quantidade de resultados", + "debug": "depurar", + "debug_description": "A depuração irá imprimir informações adicionais no console para ajudar na depuração de consultas complexas", + "action": "ação", + "search_button": "Pesquisar", + "search_execute": "Pesquisar & Executar ações", + "save_to_note": "Gravar para nota", + "search_parameters": "Parâmetros de Pesquisa", + "unknown_search_option": "Opção de pesquisa desconhecida {{searchOptionName}}", + "search_note_saved": "Nota de pesquisa foi gravada em {{- notePathTitle}}", + "actions_executed": "As ações foram executadas.", + "view_options": "Ver opções:" + }, + "similar_notes": { + "title": "Notas Similares", + "no_similar_notes_found": "Nenhum nota similar encontrada." + }, + "abstract_search_option": { + "remove_this_search_option": "Remover esta opção de pesquisa", + "failed_rendering": "A renderização da opção de pesquisa falhou: {{dto}} com o erro: {{error}} {{stack}}" + }, + "ancestor": { + "label": "Ancestral", + "placeholder": "pesquisar notas pelo nome", + "depth_label": "profundidade", + "depth_doesnt_matter": "não importa", + "depth_eq": "é exatamente {{count}}", + "direct_children": "filho direto", + "depth_gt": "é maior que {{count}}", + "depth_lt": "é menor que {{count}}" + }, + "debug": { + "debug": "Depurar", + "debug_info": "A depuração irá imprimir informações adicionais no console para ajudar em depuração de consultas complexas.", + "access_info": "Para aceder as informações de depuração, execute a consulta e clique em \"Exibir log do servidor\" no canto superior esquerdo." + }, + "fast_search": { + "fast_search": "Pesquisa rápida", + "description": "A opção de pesquisa rápida desativa a pesquisa de texto completo do conteúdo de nota, o que pode acelerar a pesquisa em grandes bases de dados." + }, + "include_archived_notes": { + "include_archived_notes": "Incluir notas arquivadas" + }, + "limit": { + "limit": "Limite", + "take_first_x_results": "Escolher apenas os X primeiros resultados." + }, + "order_by": { + "order_by": "Ordenar por", + "relevancy": "Relevância (padrão)", + "title": "Título", + "date_created": "Data de criação", + "date_modified": "Data da última modificação", + "content_size": "Tamaho do conteúdo da nota", + "content_and_attachments_size": "Tamanho do conteúdo da nota incluindo anexos", + "content_and_attachments_and_revisions_size": "Tamanho do conteúdo da nota incluindo anexos e revisões", + "revision_count": "Quantidade de revisões", + "children_count": "Quantidade de notas filhas", + "parent_count": "Quantidade de clones", + "owned_label_count": "Quantidade de etiquetas", + "owned_relation_count": "Quantidade de relações", + "target_relation_count": "Quantidade de relações para esta nota", + "random": "Ordem aleatória", + "asc": "Crescente (padrão)", + "desc": "Decrescente" + }, + "search_script": { + "title": "Pesquisar script:", + "placeholder": "pesquisar notas pelo nome", + "description1": "O script de pesquisa permite definir os resultados da pesquisa por executar um script. Isto proporciona flexibilidade máxima quando a pesquisa padrão não é suficiente.", + "description2": "O script de pesquisa deve ser do tipo \"código\" e subtipo \"JavaScript no servidor\". O script precisa retornar um array de noteIds ou de notas.", + "example_title": "Veja este exemplo:", + "example_code": "// 1. pré-filtro usando uma pesquisa predefinida\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. aplicar critérios de pesquisa customizados\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", + "note": "Note que o script de pesquisa e a pesquisa de cadeia não podem ser combinados entre si." + }, + "search_string": { + "title_column": "Pesquisar cadeia:", + "placeholder": "palavras-chave fulltext, #tag = valor...", + "search_syntax": "Sintaxe de pesquisa", + "also_see": "veja também", + "complete_help": "ajuda completa da sintaxe de pesquisa", + "full_text_search": "Digite qualquer texto para pesquisa no texto completo", + "label_abc": "retorna notas com a etiqueta abc", + "label_year": "corresponde notas com a etiqueta de ano 2019", + "label_rock_pop": "corresponde notas que tenham tanto a etiqueta rock quando pop", + "label_rock_or_pop": "apenas uma das etiquetas deve estar presente", + "label_year_comparison": "comparação numérica (também >, >=, <).", + "label_date_created": "notas criadas no último mês", + "error": "Erro na pesquisa: {{error}}", + "search_prefix": "Pesquisa:" + }, + "attachment_detail": { + "open_help_page": "Abrir página de ajuda nos anexos", + "owning_note": "Nota proprietária: ", + "you_can_also_open": ", também pode abrir o(a) ", + "list_of_all_attachments": "Lista de todos os anexos", + "attachment_deleted": "Este anexo foi apagado." + }, + "attachment_list": { + "open_help_page": "Abrir página de ajuda nos anexos", + "owning_note": "Nota proprietária: ", + "upload_attachments": "Enviar anexos", + "no_attachments": "Esta nota não possuí anexos." + }, + "book": { + "no_children_help": "Esta coleção não possui nenhum nota filha, então não há nada para exibir. Veja wiki para pormenores.", + "drag_locked_title": "Bloqueado para edição", + "drag_locked_message": "Arrastar não permitida pois a coleção está bloqueada para edição." + }, + "editable_code": { + "placeholder": "Digite o conteúdo da sua nota de código aqui…" + }, + "editable_text": { + "placeholder": "Digite o conteúdo da sua nota aqui…", + "auto-detect-language": "Detetado automaticamente", + "editor_crashed_title": "O editor de texto quebrou", + "editor_crashed_details_button": "Ver mais detalhes...", + "editor_crashed_details_title": "Informação técnica", + "editor_crashed_details_intro": "Se teve este erro várias vezes, considerer reportar no GitHub disponibilizando a informação abaixo.", + "editor_crashed_content": "O seu conteudo foi recuperado com sucesso, mas alguns das alterações mais recentes podem não ter sido gravadas.", + "keeps-crashing": "Componente de edição a rebentar continuamente. Por favor tentar reiniciar Trilium. Se o problema persistir, considere abrir um bug report." + }, + "empty": { + "open_note_instruction": "Abra uma nota a digitar o título da nota no campo abaixo ou escolha uma nota na árvore.", + "search_placeholder": "pesquisar uma nota pelo nome", + "enter_workspace": "Entrar no workspace {{title}}" + }, + "file": { + "file_preview_not_available": "Prévia não disponível para este formato de ficheiro.", + "too_big": "A prévia mostra apenas os primeiros {{maxNumChars}} caracteres do ficheiro por razões de desempenho. Descarregue o ficheiro e abra-o externamente para ver todo o conteúdo." + }, + "protected_session": { + "enter_password_instruction": "É necessário digitar a sua palavra-passe para mostar notas protegidas:", + "start_session_button": "Iniciar sessão protegida", + "started": "A sessão protegida foi iniciada.", + "wrong_password": "Palavra-passe incorreta.", + "protecting-finished-successfully": "A proteção foi finalizada com sucesso.", + "unprotecting-finished-successfully": "A remoção da proteção foi finalizada com sucesso.", + "protecting-in-progress": "Proteções em andamento: {{count}}", + "unprotecting-in-progress-count": "Remoções de proteção em andamento: {{count}}", + "protecting-title": "Estado da proteção", + "unprotecting-title": "Estado da remoção de proteção" + }, + "relation_map": { + "open_in_new_tab": "Abrir em nova guia", + "remove_note": "Remover nota", + "edit_title": "Editar título", + "rename_note": "Renomear nota", + "enter_new_title": "Digite o novo título da nota:", + "remove_relation": "Remover relação", + "confirm_remove_relation": "Tem certeza que deseja remover esta relação?", + "specify_new_relation_name": "Especifique o novo nome da relação (caracteres disponíveis: alfanuméricos, vírgula e underscore):", + "connection_exists": "A conexão '{{name}}' já existe entre estas notas.", + "start_dragging_relations": "Comece a arrastar as relações daqui e solte-as noutra nota.", + "note_not_found": "Nota {{noteId}} não encontrada!", + "cannot_match_transform": "Não foi possível combinar a transformação: {{transform}}", + "note_already_in_diagram": "A nota \"{{title}}\" já está no diagrama.", + "enter_title_of_new_note": "Digite o título da nova nota", + "default_new_note_title": "nova nota", + "click_on_canvas_to_place_new_note": "Clique no quadro para incluir uma nova nota" + }, + "render": { + "note_detail_render_help_1": "Esta nota de ajuda é mostrada porque esta nota do tipo Renderizar HTML não possui a relação necessária para funcionar corretamente.", + "note_detail_render_help_2": "O tipo de nota Renderizar HTML é usado para automação. Em suma, tem uma nota de código HTML (opcionalmente com algum JavaScript) e esta nota irá renderizá-la. Para fazê-lo funcionar, deve definir uma relação chamada \"renderNote\" que aponta para a nota HTML a ser renderizada." + }, + "web_view": { + "web_view": "Web View", + "embed_websites": "Nota do tipo Visualização Web permite que incorpore sites no Trilium.", + "create_label": "Para começar, crie uma etiqueta com um endereço URL que deseja incorporar, por exemplo, #webViewSrc=\"https://www.google.com\"" + }, + "backend_log": { + "refresh": "Recarregar" + }, + "consistency_checks": { + "title": "Verificações de Consistência", + "find_and_fix_button": "Encontrar e corrigir problemas de consistência", + "finding_and_fixing_message": "A procurar e corrigir problemas de consistência…", + "issues_fixed_message": "Qualquer problema de consistência encontrado foi corrigido." + }, + "database_anonymization": { + "title": "Anonimização do Banco de Dados", + "full_anonymization": "Anonimização Completa", + "full_anonymization_description": "Esta ação ira gerar uma cópia anônima da base de dados (sem conteúdo das notas, apenas estrutura e alguns metadados não sensíveis) para partilhar online e depurar, sem expor os seus dados pessoais.", + "save_fully_anonymized_database": "Gravar base de dados totalmente anonimizada", + "light_anonymization": "Anonimização Leve", + "light_anonymization_description": "Esta ação criará uma nova cópia da base de dados e aplicará uma anonimização leve — especificamente, apenas o conteúdo de todas as notas será removido, mas títulos e atributos permanecerão. Além disso, notas personalizadas de scripts JS frontend/servidor e widgets personalizados serão mantidos. Isto fornece mais contexto para depurar os problemas.", + "choose_anonymization": "Pode decidir se deseja fornecer uma base de dados totalmente ou levemente anonimizada. Mesmo a base de dados totalmente anonimizada é muito útil; no entanto, em alguns casos, uma base de dados levemente anonimizada pode acelera o processo de identificação e correção de bugs.", + "save_lightly_anonymized_database": "Gravar base de dados levemente anonimizada", + "existing_anonymized_databases": "Bases de dados anonimizada existentes", + "creating_fully_anonymized_database": "A criar base de dados totalmente anonimizada...", + "creating_lightly_anonymized_database": "A criar base de dados levemente anonimizada...", + "error_creating_anonymized_database": "Não foi possível criar a base de dados anonimizada, verifique os logs do servidor para mais pormenores", + "successfully_created_fully_anonymized_database": "Base de dados totalmente anonimizada criada em {{anonymizedFilePath}}", + "successfully_created_lightly_anonymized_database": "Base de dados levemente anonimizada criada em {{anonymizedFilePath}}", + "no_anonymized_database_yet": "Nenhuma base de dados anonimizada no momento." + }, + "database_integrity_check": { + "title": "Verificação de Integridade da Base de Dados", + "description": "Isto verificará se a base de dados não está corrompida no nível SQLite. Pode levar algum tempo, dependendo do tamanho da base de dados.", + "check_button": "Verificar integridade da base de dados", + "checking_integrity": "A verificar integridade da base de dados…", + "integrity_check_succeeded": "Verificação de integridade bem sucedida - nenhum problema encontrado.", + "integrity_check_failed": "Verificação de integridade falhou: {{results}}" + }, + "sync": { + "title": "Sincronizar", + "force_full_sync_button": "Forçar sincronização completa", + "fill_entity_changes_button": "Preencher registos de alterações da entidade", + "full_sync_triggered": "Sincronização completa iniciada", + "filling_entity_changes": "A preencher linhas de alterações da entidade...", + "sync_rows_filled_successfully": "Linhas de sincronização preenchidas com sucesso", + "finished-successfully": "Sincronização finalizada com sucesso.", + "failed": "Sincronização falhou: {{message}}" + }, + "vacuum_database": { + "title": "Executar Vacuum no Banco de Dados", + "description": "Isto irá reconstruir a base de dados, o que normalmente irá resultar numa redução do ficheiro da base de dados. Nenhum dado será alterado.", + "button_text": "Executar Vacuum", + "vacuuming_database": "A executar vacuum na base de dados...", + "database_vacuumed": "Vacuum executado na base de dados" + }, + "fonts": { + "theme_defined": "Tema definido", + "fonts": "Fontes", + "main_font": "Fonte Principal", + "font_family": "Família da fonte", + "size": "Tamanho", + "note_tree_font": "Fonte da Árvore de Notas", + "note_detail_font": "Fonte Padrão da Nota", + "monospace_font": "Fonte Monospace (código)", + "note_tree_and_detail_font_sizing": "Note que o tamanho da fonte da árvore e dos pormenores é relativo à configuração principal do tamanho de fonte.", + "not_all_fonts_available": "Nem todas as fontes listadas podem estar disponíveis no seu sistema.", + "apply_font_changes": "Para aplicar as alterações de fonte, clique em", + "reload_frontend": "recarregar frontend", + "generic-fonts": "Fontes genéricas", + "sans-serif-system-fonts": "Fontes sem serifa de sistema", + "serif-system-fonts": "Fontes serifadas de sistema", + "monospace-system-fonts": "Fontes monospace de sistema", + "handwriting-system-fonts": "Fontes de escrita à mão de sistema", + "serif": "Serifa", + "sans-serif": "Sem Serifa", + "monospace": "Monoespaçado", + "system-default": "Padrão do Sistema" + }, + "max_content_width": { + "title": "Largura do Conteúdo", + "default_description": "Por padrão, o Trilium limita a largura máxima do conteúdo para melhorar a legibilidade em janelas maximizadas em ecrãs largos.", + "max_width_label": "Largura máxima do conteúdo", + "max_width_unit": "pixels", + "centerContent": "Manter conteúdo centrado" + }, + "native_title_bar": { + "title": "Barra de Título Nativa (requer recarregar a app)", + "enabled": "ativada", + "disabled": "desativada" + }, + "ribbon": { + "widgets": "Widgets de fita", + "promoted_attributes_message": "A guia de Atributos Promovidos irá abrir automaticamente se existirem atributos promovidos na nota", + "edited_notes_message": "A guia de Notas Editadas será aberta automaticamente nas notas do dia" + }, + "theme": { + "title": "Tema da Aplicação", + "theme_label": "Tema", + "override_theme_fonts_label": "Sobrepor fontes do tema", + "auto_theme": "Legado (Seguir esquema de cor do sistema)", + "light_theme": "Legado (Claro)", + "dark_theme": "Legado (Escuro)", + "triliumnext": "Trilium (Seguir esquema de cor do sistema)", + "triliumnext-light": "Trilium (Claro)", + "triliumnext-dark": "Trilium (Escuro)", + "layout": "Layout", + "layout-vertical-title": "Vertical", + "layout-horizontal-title": "Horizontal", + "layout-vertical-description": "barra de lançamento está a esquerda (padrão)", + "layout-horizontal-description": "barra de lançamento está abaixo da barra de guias, a barra de guias agora tem a largura total." + }, + "ui-performance": { + "title": "Desempenho", + "enable-motion": "Ativar transições e animações", + "enable-shadows": "Ativar sombras", + "enable-backdrop-effects": "Ativar efeitos de fundo para menus, popups e painéis", + "enable-smooth-scroll": "Activar deslocamento suave", + "app-restart-required": "(é necessário reiniciar a aplicação para aplicar as alterações)" + }, + "zoom_factor": { + "title": "Fator do Zoom (apenas versão de área de trabalho)", + "description": "O zoom também pode ser controlado com atalhos CTRL+- e CTRL+=." + }, + "code_auto_read_only_size": { + "title": "Tamanho para Somente Leitura Automático", + "description": "O tamanho para nota somente leitura automático é o tamanho após o qual as notas serão exibidas num modo somente leitura (por razões de desempenho).", + "label": "Tamanho para somente leitura automático (notas de código)", + "unit": "caracteres" + }, + "code-editor-options": { + "title": "Editor" + }, + "code_mime_types": { + "title": "Tipos MIME disponíveis no dropdown", + "tooltip_syntax_highlighting": "Destaque de sintaxe", + "tooltip_code_block_syntax": "Blocos de código nas notas de texto", + "tooltip_code_note_syntax": "Notas de código" + }, + "vim_key_bindings": { + "use_vim_keybindings_in_code_notes": "Atribuições de teclas do Vim", + "enable_vim_keybindings": "Ative as atribuições de teclas do Vim em notas de código (sem modo ex)" + }, + "wrap_lines": { + "wrap_lines_in_code_notes": "Quebrar linhas em notas de código", + "enable_line_wrap": "Ativar Quebra de Linha (pode ser necessário recarregar o frontend para entrar em vigor)" + }, + "images": { + "images_section_title": "Imagens", + "download_images_automatically": "Descarregar imagens automaticamente para uso offline.", + "download_images_description": "HTML colado pode conter referências a imagens on-line, Trilium vai procurar estas referências e descarregar as imagens para que estejam disponíveis off-line.", + "enable_image_compression": "Ativar compressão de imagem", + "max_image_dimensions": "Largura/altura máxima de uma imagem (a imagem será redimensionada se exceder este valor).", + "max_image_dimensions_unit": "pixels", + "jpeg_quality_description": "Qualidade JPEG (10 - pior qualidade, 100 - melhor qualidade, 50 - 85 é recomendado)" + }, + "attachment_erasure_timeout": { + "attachment_erasure_timeout": "Tempo Limite para Apagar um Anexo", + "attachment_auto_deletion_description": "Os anexos são automaticamente apagados (e apagados) se já não forem referenciados pela sua nota após um tempo definido.", + "erase_attachments_after": "Apagar anexos não utilizados após:", + "manual_erasing_description": "Também pode ativar a apagar manualmente (sem considerar o timeout definido acima):", + "erase_unused_attachments_now": "Apagar anexos não utilizados agora", + "unused_attachments_erased": "Os anexos não utilizados foram apagados." + }, + "network_connections": { + "network_connections_title": "Conexões de Rede", + "check_for_updates": "Verificar atualizações automaticamente" + }, + "note_erasure_timeout": { + "note_erasure_timeout_title": "Tempo Limite para Apagar uma Nota", + "note_erasure_description": "Notas apagadas (e atributos, revisões...) inicialmente são apenas marcadas como apagadas e é possível recuperá-las a partir do diálogo de Notas Recentes. Depois de um tempo, as notas apagadas são \"apagadas\", o que significa que o seu conteúdo já não é recuperável. Esta configuração permite configurar o período entre apagar e apagar a nota.", + "erase_notes_after": "Apagar notas após:", + "manual_erasing_description": "Também pode ativar a apagar manualmente (sem considerar o timeout definido acima):", + "erase_deleted_notes_now": "Apagar as notas apagadas agora", + "deleted_notes_erased": "As notas apagadas foram removidas permanentemente." + }, + "revisions_snapshot_interval": { + "note_revisions_snapshot_interval_title": "Intervalo de Captura de Versão da Nota", + "note_revisions_snapshot_description": "O intervalo de captura de versão da nota é o tempo após o qual uma nova revisão será criada para a nota. Veja wiki para mais informações.", + "snapshot_time_interval_label": "Intervalo de Captura de Versão da Nota:" + }, + "revisions_snapshot_limit": { + "note_revisions_snapshot_limit_title": "Limite de Capturas das Versões da Nota", + "note_revisions_snapshot_limit_description": "O limite de número de captura de versões das notas refere-se ao número máximo de revisões que podem ser gravadas para cada nota. Onde -1 significa nenhum limite, 0 significa apagar todas as revisões. Pode definir as revisões máximas para uma única nota através da etiqueta #versioningLimit.", + "snapshot_number_limit_label": "Quantidade limite de capturas de versão:", + "snapshot_number_limit_unit": "capturas", + "erase_excess_revision_snapshots": "Apagar capturas de versão excedentes agora", + "erase_excess_revision_snapshots_prompt": "As capturas de versão excedentes foram apagadas." + }, + "search_engine": { + "title": "Motor de Pesquisa", + "custom_search_engine_info": "O motor de pesquisa personalizado requer que sejam definidos um nome e uma URL. Se um destes não estiver definido, o DuckDuckGo será usado como o motor de pesquisa padrão.", + "predefined_templates_label": "Modelos de motor de pesquisa predefinidos", + "bing": "Bing", + "baidu": "Baidu", + "duckduckgo": "DuckDuckGo", + "google": "Google", + "custom_name_label": "Nome do motor de pesquisa personalizado", + "custom_name_placeholder": "Nome personalizado do motor de pesquisa", + "custom_url_label": "A URL do motor de pesquisa personalizado deve incluir {keyword} como um substituto para o termo pesquisado.", + "custom_url_placeholder": "URL personalizada do motor de pesquisa", + "save_button": "Gravar" + }, + "tray": { + "title": "Bandeja do Sistema", + "enable_tray": "Ativar bandeja (O Trilium precisar ser reiniciado para esta mudança entrar em vigor)" + }, + "heading_style": { + "title": "Estilo de Título", + "plain": "Plano", + "underline": "Sublinhado", + "markdown": "Estilo Markdown" + }, + "highlights_list": { + "title": "Lista de Destaques", + "description": "Pode personalizar a lista de destaques exibida no painel da direita:", + "bold": "Texto em negrito", + "italic": "Texto em itálico", + "underline": "Texto sublinhado", + "color": "Texto colorido", + "bg_color": "Texto com cor de fundo", + "visibility_title": "Visibilidade da Lista de Destaques", + "visibility_description": "Pode esconder o componente de destaques por nota adicionado a etiqueta #hideHighlightWidget.", + "shortcut_info": "Pode configurar um atalhe de teclado para alternar rapidamente o painel da direita (incluindo os Destaques) em Opções -> Atalhos (nome 'toggleRightPane')." + }, + "table_of_contents": { + "title": "Tabela de Conteúdos", + "description": "A tabela de conteúdos irá aparecer em notas de texto que possuam mais que um número definido de títulos. Pode personalizar este número:", + "unit": "títulos", + "disable_info": "Também pode usar esta opção para desativar a Tabela de Conteúdos por configurar um número muito alto.", + "shortcut_info": "Pode configurar um atalhe de teclado para alternar rapidamente o painel da direita (incluindo a Tabela de Conteúdos) em Opções -> Atalhos (nome 'toggleRightPane')." + }, + "text_auto_read_only_size": { + "title": "Tamanho para Somente Leitura Automático", + "description": "O tamanho para nota somente leitura automático é o tamanho a partir do qual as notas serão exibidas em modo somente leitura (por razões de desempenho).", + "label": "Tamanho automático para somente leitura (notas de texto)", + "unit": "caracteres" + }, + "custom_date_time_format": { + "title": "Formato Personalizado de Data/Hora", + "description": "Personaliza o formato de data e hora inseridos via ou barra de ferramentas. Veja a documentação do Day.js para os tokens de formatos disponíveis.", + "format_string": "Cadeia de formato:", + "formatted_time": "Data/hora formatada:" + }, + "i18n": { + "title": "Localização", + "language": "Idioma", + "first-day-of-the-week": "Primeiro dia da semana", + "sunday": "Domingo", + "monday": "Segunda-feira", + "first-week-of-the-year": "Primeiro dia do ano", + "first-week-contains-first-day": "Primeira semana que contenha o primeiro dia do ano", + "first-week-contains-first-thursday": "Primeira semana que contenha a primeira quinta-feira do ano", + "first-week-has-minimum-days": "Primeira semana que contenha um mínimo de dias", + "min-days-in-first-week": "Mínimo de dias da primeira semana", + "first-week-info": "Primeira semana que contenha a primeira Quinta-feira do ano é baseado na ISO 8601.", + "first-week-warning": "Alterar as opções de primeira semana pode causar duplicidade nas Notas Semanais existentes e estas Notas não serão atualizadas de acordo.", + "formatting-locale": "Formato de data e número", + "tuesday": "Terça-feira", + "wednesday": "Quarta-feira", + "thursday": "Quinta-feira", + "friday": "Sexta-feira", + "saturday": "Sábado", + "formatting-locale-auto": "Baseado na linguagem da aplicação" + }, + "backup": { + "automatic_backup": "Backup automático", + "automatic_backup_description": "O Trilium pode fazer o backup da base de dados automaticamente:", + "enable_daily_backup": "Ativar backup diário", + "enable_weekly_backup": "Ativar backup semanal", + "enable_monthly_backup": "Ativar backup mensal", + "backup_recommendation": "É recomendado manter o backup ativado, mas isto pode fazer com que a inicialização da aplicação seja lenta com grandes bases de dados e/ou dispositivos de armazenamento lentos.", + "backup_now": "Realizar backup agora", + "backup_database_now": "Realizar backup da base de dados agora", + "existing_backups": "Backups existentes", + "date-and-time": "Data & hora", + "path": "Caminho", + "database_backed_up_to": "Backup da base de dados criado em {{backupFilePath}}", + "no_backup_yet": "ainda não existe nenhum backup" + }, + "etapi": { + "title": "ETAPI", + "description": "ETAPI é uma API REST usada para aceder a instância do Trilium programaticamente, sem interface gráfica.", + "create_token": "Criar token ETAPI", + "existing_tokens": "Tokens existentes", + "no_tokens_yet": "Ainda não existem tokens. Clique no botão acima para criar um.", + "token_name": "Nome do token", + "created": "Criado", + "actions": "Ações", + "new_token_title": "Novo token ETAPI", + "new_token_message": "Por favor, insira o nome do novo token", + "default_token_name": "novo token", + "error_empty_name": "O nome do token não pode ser vazio", + "token_created_title": "Token ETAPI criado", + "token_created_message": "Copie o token criado para a área de transferência. O Trilium armazena o token em hash e esta é a última vez que poderá visualizá-lo.", + "rename_token": "Renomear este token", + "delete_token": "Apagar / desativar este token", + "rename_token_title": "Renomear token", + "rename_token_message": "Por favor, insira o nome do novo token", + "delete_token_confirmation": "Tem certeza que deseja apagar o token ETAPI \"{{name}}\"?" + }, + "options_widget": { + "options_status": "Estado das opções", + "options_change_saved": "As alterações nas opções foram gravadas." + }, + "password": { + "heading": "Palavra-passe", + "alert_message": "Por favor, certifique-se de se lembrar da sua palavra-passe nova. A palavra-passe é usada para aceder a interface web e para criptografar notas protegidas. Sese esquecer da sua palavra-passe, todas as suas notas protegidas serão permanentemente perdidas.", + "reset_link": "Clique aqui para redefiní-la.", + "old_password": "Palavra-passe antiga", + "new_password": "Nova palavra-passe", + "new_password_confirmation": "Confirmação da nova palavra-passe", + "change_password": "Alterar palavra-passe", + "protected_session_timeout": "Tempo Limite da Sessão Protegida", + "protected_session_timeout_description": "O tempo limite da sessão protegida é o período após o qual a sessão protegida é apagada da memória do navegador. Este tempo é contado a partir da última interação com notas protegidas. Veja", + "wiki": "wiki", + "for_more_info": "para mais informações.", + "protected_session_timeout_label": "Tempo limite da sessão protegida:", + "reset_confirmation": "Ao redefinir a palavra-passe, perderá o acesso a todas as suas notas protegidas existentes para sempre. Tem certeza que deseja redefinir a palavra-passe?", + "reset_success_message": "A palavra-passe foi redefinida. Por favor, defina uma nova palavra-passe", + "change_password_heading": "Alterar Palavra-passe", + "set_password_heading": "Definir Palavra-passe", + "set_password": "Definir Palavra-passe", + "password_mismatch": "As novas palavras-passe não são iguais.", + "password_changed_success": "A palavra-passe foi alterada. O Trilium será recarregado após pressionar OK." + }, + "multi_factor_authentication": { + "title": "Autenticação Multifator", + "description": "A Autenticação Multifator (MFA) adiciona uma camada extra de segurança à sua conta. Em vez de apenas digitar uma palavra-passe para fazer login, a MFA exige que forneça uma ou mais evidências adicionais para verificar a sua identidade. Dessa forma, mesmo que alguém obtenha a sua palavra-passe, ainda não poderá aceder a sua conta sem a segunda informação. É como adicionar uma fechadura extra à sua porta, a fazer invadir muito mais difícil para qualquer outra pessoa.

Siga as instruções abaixo para ativar a MFA. Se a configuração não for feita corretamente, o login voltará a usar apenas a palavra-passe.", + "mfa_enabled": "Ativar a Autenticação Multifator", + "mfa_method": "Método MFA", + "electron_disabled": "A Autenticação Multifator não é suportada na versão desktop atualmente.", + "totp_title": "Palavra-passe Única Temporária baseada em Tempo (TOTP)", + "totp_description": "\"TOTP (Palavra-passe Única Temporária baseada em Tempo) é um recurso de segurança que gera um código único e temporário, que muda a cada 30 segundos. Utiliza este código junto com a sua palavra-passe para fazer login na conta, fazer acessar-la muito mais difícil para qualquer outra pessoa.", + "totp_secret_title": "Gerar segredo TOTP", + "totp_secret_generate": "Gerar segredo TOTP", + "totp_secret_regenerate": "Regenerar segredo TOTP", + "no_totp_secret_warning": "Para ativar o TOTP, primeiro deve gerar um segredo TOTP.", + "totp_secret_description_warning": "Após gerar um novo segredo TOTP, será necessário fazer login novamente com o novo segredo TOTP.", + "totp_secret_generated": "Segredo TOTP gerado", + "totp_secret_warning": "Por favor, grave o segredo gerado num local seguro. Ele não será exibido novamente.", + "totp_secret_regenerate_confirm": "Tem certeza que deseja regenerar o segredo TOTP? Isto invalidará o segredo TOTP anterior e todos os códigos de recuperação existentes.", + "recovery_keys_title": "Chaves de Recuperação do Single Sign-On", + "recovery_keys_description": "As chaves de recuperação do Single Sign-On são usadas para fazer login caso você não consiga aceder os seus códigos do Authenticator.", + "recovery_keys_description_warning": "As chaves de recuperação não serão exibidas novamente após sair da página. Mantenha-as num local seguro.
Após o uso, uma chave de recuperação não poderá ser usada novamente.", + "recovery_keys_error": "Erro ao gerar códigos de recuperação", + "recovery_keys_no_key_set": "Nenhum código de recuperação definido", + "recovery_keys_generate": "Gerar Códigos de Recuperação", + "recovery_keys_regenerate": "Regenerar Códigos de Recuperação", + "recovery_keys_used": "Usado: {{date}}", + "recovery_keys_unused": "Código de recuperação {{index}} não utilizado", + "oauth_title": "OAuth/OpenID", + "oauth_description": "OpenID é uma forma padronizada de permitir que faça login em sites usando uma conta de outro serviço, como o Google, para verificar a sua identidade. O emissor padrão é o Google, mas pode alterá-lo para qualquer outro provedor OpenID. Consulte aqui para mais informações. Siga estas instruções para configurar um serviço OpenID através do Google.", + "oauth_description_warning": "Para ativar o OAuth/OpenID, precisa definir a URL base do OAuth/OpenID, o client ID e o client secret no ficheiro config.ini e reiniciar a aplicação. Se quiser configurar via variáveis de ambiente, defina TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID e TRILIUM_OAUTH_CLIENT_SECRET.", + "oauth_user_account": "Conta do Utilizador: ", + "oauth_user_email": "E-mail do Utilizador: ", + "oauth_user_not_logged_in": "Não está logado!", + "oauth_missing_vars": "Configurações em falta: {{-variables}}" + }, + "shortcuts": { + "keyboard_shortcuts": "Atalhos de Teclado", + "multiple_shortcuts": "Atalhos múltiplos para a mesma ação podem ser separados por vírgula.", + "electron_documentation": "Consulte a documentação do Electron para ver os modificadores e códigos de teclas disponíveis.", + "type_text_to_filter": "Digite para filtrar atalhos...", + "action_name": "Nome da ação", + "shortcuts": "Atalhos", + "default_shortcuts": "Atalhos padrão", + "description": "Descrição", + "reload_app": "Recarregar aplicação para aplicar alterações", + "set_all_to_default": "Redefinir todos os atalhos para o padrão", + "confirm_reset": "Tem certeza que deseja redefinir todos os atalhos de teclado para o padrão?" + }, + "spellcheck": { + "title": "Verificação Ortográfica", + "description": "Estas opções aplicam-se apenas às versões desktop; os navegadores usarão a sua própria verificação ortográfica nativa.", + "enable": "Ativar verificação ortográfica", + "language_code_label": "Código(s) de idioma", + "language_code_placeholder": "por exemplo \"en-US\", \"de-AT\", \"pt-BR\"", + "multiple_languages_info": "Múltiplos idiomas podem ser separados por vírgula, por exemplo: \"en-US, de-DE, pt-BR, cs\". ", + "available_language_codes_label": "Códigos de idioma disponíveis:", + "restart-required": "As alterações nas opções de verificação ortográfica terão efeito após reiniciar a aplicação." + }, + "sync_2": { + "config_title": "Configuração da Sincronização", + "server_address": "Endereço da instância do Servidor", + "timeout": "Tempo limite da sincronização", + "timeout_unit": "milisegundos", + "proxy_label": "Servidor proxy para sincronização (opcional)", + "note": "Nota", + "note_description": "Se deixar a configuração de proxy em branco, o proxy do sistema será usado (aplica-se apenas à versão desktop/Electron).", + "special_value_description": "Outro valor especial é noproxy, que força a ignorar até mesmo o proxy do sistema e respeita NODE_TLS_REJECT_UNAUTHORIZED.", + "save": "Gravar", + "help": "Ajuda", + "test_title": "Teste de Sincronização", + "test_description": "Isto testará a conexão e o handshake com o servidor de sincronização. Se o servidor de sincronização não estiver inicializado, isto irá configurá-lo para sincronizar com o documento local.", + "test_button": "Testar sincronização", + "handshake_failed": "Falha no handshake com o servidor de sincronização, erro: {{message}}" + }, + "api_log": { + "close": "Fechar" + }, + "attachment_detail_2": { + "will_be_deleted_in": "Este anexo será apagado automaticamente em {{time}}", + "will_be_deleted_soon": "Este anexo será apagado automaticamente em breve", + "deletion_reason": ", porque o anexo não está associado ao conteúdo da nota. Para evitar de apagar, adicione o anexo novamente ao conteúdo ou converta o anexo numa nota.", + "role_and_size": "Regra: {{role}}, Tamanho: {{size}}", + "link_copied": "Ligação do anexo copiada para a área de transferência.", + "unrecognized_role": "Regra desconhecida de anexo '{{role}}'." + }, + "bookmark_switch": { + "bookmark": "Favorito", + "bookmark_this_note": "Favoritar esta nota no painel da esquerda", + "remove_bookmark": "Remover favorito" + }, + "editability_select": { + "auto": "Auto", + "read_only": "Somente leitura", + "always_editable": "Sempre Editável", + "note_is_editable": "A nota é editável se não for muito longa.", + "note_is_read_only": "A nota é somente leitura, mas pode ser editada com um clique no botão.", + "note_is_always_editable": "A nota é sempre editável, independentemente do seu tamanho." + }, + "note-map": { + "button-link-map": "Mapa de Ligações", + "button-tree-map": "Mapa em Árvore" + }, + "tree-context-menu": { + "open-in-a-new-tab": "Abrir numa nova guia", + "open-in-a-new-split": "Abrir num novo painel dividido", + "insert-note-after": "Inserir nota após", + "insert-child-note": "Inserir nota filha", + "delete": "Apagar", + "search-in-subtree": "Pesquisar na subárvore", + "hoist-note": "Fixar nota", + "unhoist-note": "Desafixar nota", + "edit-branch-prefix": "Editar prefixo da ramificação", + "advanced": "Avançado", + "expand-subtree": "Expandir subárvore", + "collapse-subtree": "Recolher subárvore", + "sort-by": "Ordenar por...", + "recent-changes-in-subtree": "Alterações recentes na subárvore", + "convert-to-attachment": "Converter para anexo", + "copy-note-path-to-clipboard": "Copiar caminho da nota para a área de transferência", + "protect-subtree": "Proteger subárvore", + "unprotect-subtree": "Desproteger subárvore", + "copy-clone": "Copiar / clonar", + "clone-to": "Clonar para...", + "cut": "Recortar", + "move-to": "Mover para...", + "paste-into": "Colar em", + "paste-after": "Colar depois", + "duplicate": "Duplicar", + "export": "Exportar", + "import-into-note": "Importar na nota", + "apply-bulk-actions": "Aplicar ações em massa", + "converted-to-attachments": "{{count}} notas foram convertidas em anexos.", + "convert-to-attachment-confirm": "Tem certeza que deseja converter as notas selecionadas em anexos das suas notas-pai?", + "open-in-popup": "Edição rápida", + "open-in-a-new-window": "Abrir numa nova janela", + "archive": "Arquivar", + "unarchive": "Retirar do arquivo", + "hide-subtree": "Esconder sub-árvore", + "show-subtree": "Mostrar sub-árvore" + }, + "shared_info": { + "shared_publicly": "Esta nota é partilhada publicamente em {{- link}}.", + "shared_locally": "Esta nota é partilhada localmente em {{- link}}.", + "help_link": "Para ajuda, visite a wiki." + }, + "note_types": { + "text": "Texto", + "code": "Código", + "saved-search": "Pesquisa Gravada", + "relation-map": "Map de Relação", + "note-map": "Map de Notas", + "render-note": "Nota de Renderização", + "book": "Coleção", + "mermaid-diagram": "Diagrama Mermaid", + "canvas": "Quadros", + "web-view": "Visualização Web", + "mind-map": "Mapa Mental", + "file": "Ficheiro", + "image": "Imagem", + "launcher": "Lançador", + "doc": "Documento", + "widget": "Widget", + "confirm-change": "Não é recomentado alterar o tipo da nota quando o conteúdo da nota não está vazio. Quer continuar assim mesmo?", + "geo-map": "Mapa geográfico", + "beta-feature": "Beta", + "task-list": "Lista de Tarefas", + "new-feature": "Novo", + "collections": "Coleções" + }, + "protect_note": { + "toggle-on": "Proteger a nota", + "toggle-off": "Desproteger a nota", + "toggle-on-hint": "A nota não está protegida, clique para protegê-la", + "toggle-off-hint": "A nota está protegida, clique para desprotegê-la" + }, + "shared_switch": { + "shared": "Partilhado", + "toggle-on-title": "Partilhar a nota", + "toggle-off-title": "Parar de partilhar a nota", + "shared-branch": "Esta nota só existe como uma nota partilhada, depois parar de partilhar irá apagá-la. Deseja continuar e apagar esta nota?", + "inherited": "Não foi possível deixar de partilhar a nota porque ela é partilhada através da herança de uma nota superior." + }, + "template_switch": { + "template": "Modelo", + "toggle-on-hint": "Transformar a nota num modelo", + "toggle-off-hint": "Deixar de usar a nota como um modelo" + }, + "open-help-page": "Abrir página de ajuda", + "find": { + "case_sensitive": "Diferencia maiúsculas de minúsculas", + "match_words": "Corresponder palavras", + "find_placeholder": "Procurar no texto...", + "replace_placeholder": "Substituir por...", + "replace": "Substituir", + "replace_all": "Substituir tudo" + }, + "highlights_list_2": { + "title": "Lista de Destaques", + "options": "Opções", + "no_highlights": "Sem destaques encontrados.", + "menu_configure": "Configurar lista de destaques...", + "modal_title": "Configurar list de destaques", + "title_with_count_one": "{{count}} destaque", + "title_with_count_many": "{{count}} destaques", + "title_with_count_other": "{{count}} destaques" + }, + "quick-search": { + "placeholder": "Pesquisa rápida", + "searching": "A pesquisar...", + "no-results": "Nenhum resultado encontrado", + "more-results": "... e mais {{number}} resultados.", + "show-in-full-search": "Exibir na pesquisa completa" + }, + "note_tree": { + "collapse-title": "Recolher árvore de notas", + "scroll-active-title": "Ir até a nota ativa", + "tree-settings-title": "Configurações da árvore", + "hide-archived-notes": "Ocultar notas arquivadas", + "automatically-collapse-notes": "Recolher notas automaticamente", + "automatically-collapse-notes-title": "As notas serão recolhidas após um tempo de inatividade para simplificar a árvore.", + "save-changes": "Gravar e aplicar alterações", + "auto-collapsing-notes-after-inactivity": "A recolher notas automaticamente após inatividade...", + "saved-search-note-refreshed": "A nota de pesquisa gravada foi atualizada.", + "hoist-this-note-workspace": "Fixar esta nota (workspace)", + "refresh-saved-search-results": "Atualizar resultados de pesquisa gravados", + "create-child-note": "Criar nota filha", + "unhoist": "Desafixar", + "toggle-sidebar": "Alternar barra lateral", + "dropping-not-allowed": "Largar notas nesta localização não é permitida", + "clone-indicator-tooltip": "Esta nota tem {{- count}} ascendentes: {{- parents}}", + "shared-indicator-tooltip": "Esta nota está partilhada publicamente", + "shared-indicator-tooltip-with-url": "Esta nota está partilhada publicamente em: {{- url}}", + "subtree-hidden-moved-title": "Adicionar ao {{title}}", + "subtree-hidden-moved-description-collection": "Esta colecção esconde as notas descendentes na árvore.", + "subtree-hidden-moved-description-other": "Notas descendentes estão escondidades na árvore para esta nota.", + "subtree-hidden-tooltip_one": "{{count}} nota descendentes escondidas da árvore", + "subtree-hidden-tooltip_many": "{{count}} notas descendentes escondidas da árvore", + "subtree-hidden-tooltip_other": "{{count}} notas descendentes escondidas da árvore", + "clone-indicator-tooltip-single": "Esta nota está clonada (1 additional parent: {{- parent}})" + }, + "title_bar_buttons": { + "window-on-top": "Manter Janela no Topo" + }, + "note_detail": { + "could_not_find_typewidget": "Não foi possível encontrar typeWidget para o tipo '{{type}}'", + "print_report_collection_details_button": "Ver detalhes", + "printing": "Impressão em progresso...", + "printing_pdf": "Exportação PDF em progresso...", + "print_report_title": "Imprimir relatório", + "print_report_collection_details_ignored_notes": "Ignorar notas", + "print_report_collection_content_one": "{{count}} nota na colecção não pode ser impressa porque não é suportado ou está protegida.", + "print_report_collection_content_many": "{{count}} notas na colecção não podem ser impressas porque não é suportado ou estão protegidas.", + "print_report_collection_content_other": "{{count}} notas na colecção não podem ser impressas porque não é suportado ou estão protegidas." + }, + "note_title": { + "placeholder": "digite o título da nota aqui...", + "promoted_attributes": "Atributos destacados", + "created_on": "Criado em ", + "last_modified": "Modificado em ", + "note_type_switcher_label": "Alterar de {{type}} para:", + "note_type_switcher_others": "Outro tipo de nota", + "note_type_switcher_templates": "Template", + "note_type_switcher_collection": "Colecção", + "edited_notes": "Notas editadas neste dia" + }, + "search_result": { + "no_notes_found": "Nenhuma nota encontrada para os parâmetros de pesquisa digitados.", + "search_not_executed": "A pesquisa ainda não foi executada. Clique no botão \"Pesquisar\" acima para ver os resultados." + }, + "spacer": { + "configure_launchbar": "Configurar Barra de Lançamento" + }, + "sql_result": { + "no_rows": "Esta consulta não retornou nenhuma linha" + }, + "sql_table_schemas": { + "tables": "Tabelas" + }, + "tab_row": { + "close_tab": "Fechar guia", + "add_new_tab": "Adicionar nova guia", + "close": "Fechar", + "close_other_tabs": "Fechar as outras guias", + "close_right_tabs": "Fechar as guias à direita", + "close_all_tabs": "Fechar todas as guias", + "reopen_last_tab": "Reabrir a última guia fechada", + "move_tab_to_new_window": "Mover esta guia para uma nova janela", + "copy_tab_to_new_window": "Copiar esta guia para uma nova janela", + "new_tab": "Nova guia" + }, + "toc": { + "table_of_contents": "Tabela de Conteúdos", + "options": "Opções", + "no_headings": "Sem cabeçalhos." + }, + "watched_file_update_status": { + "file_last_modified": "O ficheiro foi modificado pela última vez em .", + "upload_modified_file": "Enviar ficheiro modificado", + "ignore_this_change": "Ignorar esta alteração" + }, + "app_context": { + "please_wait_for_save": "Por favor aguarde alguns segundos para finalizar a gravação e depois tente novamente." + }, + "note_create": { + "duplicated": "A nota \"{{title}}\" foi duplicada." + }, + "image": { + "copied-to-clipboard": "Uma referência para esta imagem foi copiada para a área de transferência. Isto pode ser colado em qualquer nota de texto.", + "cannot-copy": "Não foi possível copiar a referência da imagem para a área de transferência." + }, + "clipboard": { + "cut": "Nota(s) recortadas(s) para a área de transferência.", + "copied": "Not(s) copiada(s) para a área de transferência.", + "copy_failed": "Não foi possível copiar para a área de transferência por problemas de permissão.", + "copy_success": "Copiado para a área de transferência." + }, + "entrypoints": { + "note-revision-created": "A revisão da nota foi criada.", + "note-executed": "Nota executada.", + "sql-error": "Ocorreu um erro durante a execução da consulta SQL: {{message}}" + }, + "branches": { + "cannot-move-notes-here": "Não é possível mover notas para cá.", + "delete-status": "Apagar estado", + "delete-notes-in-progress": "Apagar notas em andamento: {{count}}", + "delete-finished-successfully": "Apagar concluído com sucesso.", + "undeleting-notes-in-progress": "Restauração de notas em andamento: {{count}}", + "undeleting-notes-finished-successfully": "Restauração de notas concluída com sucesso." + }, + "frontend_script_api": { + "async_warning": "Está a passar uma função assíncrona para `api.runOnBackend()`, o que provavelmente não irá funcionar como esperado.\\nTorne a função síncrona (a remover a palavra-chave `async`), ou use `api.runAsyncOnBackendWithManualTransactionHandling()`.", + "sync_warning": "Está a passar uma função síncrona para `api.runAsyncOnBackendWithManualTransactionHandling()`,\\nquando deveria usar `api.runOnBackend()` no lugar." + }, + "ws": { + "sync-check-failed": "A verificação de sincronização falhou!", + "consistency-checks-failed": "A verificação de consistência falhou! Veja os logs para pormenores.", + "encountered-error": "Encontrado o erro \"{{message}}\", verifique o console.", + "lost-websocket-connection-title": "Perdida conexão com o servidor", + "lost-websocket-connection-message": "Verifique a configuração da proxy inversa (e.g. nginx ou Apache) para assegurar conexões WebSocket estão permitidas e não bloqueadas." + }, + "hoisted_note": { + "confirm_unhoisting": "A nota solicitada '{{requestedNote}}' está fora da árvore da nota fixada '{{hoistedNote}}' e precisa desafixar para aceder a nota. Quer prosseguir e desafixar?" + }, + "launcher_context_menu": { + "reset_launcher_confirm": "Deseja realmente reiniciar \"{{title}}\"? Todos os dados / configurações desta nota (e as suas filhas) serão perdidos o lançador irá retornar para a sua localização original.", + "add-note-launcher": "Adicionar um lançador de nota", + "add-script-launcher": "Adicionar um lançador de script", + "add-custom-widget": "Adicionar um componente personalizado", + "add-spacer": "Adicionar um espaçador", + "delete": "Apagar ", + "reset": "Reiniciar", + "move-to-visible-launchers": "Mover para lançadores visíveis", + "move-to-available-launchers": "Mover para lançadores disponíveis", + "duplicate-launcher": "Duplicar o lançador " + }, + "highlighting": { + "title": "Blocos de Código", + "description": "Controla o destaque de sintaxe para blocos de código dentro de notas de texto, notas de código não serão afetadas.", + "color-scheme": "Esquema de Cor" + }, + "code_block": { + "word_wrapping": "Quebra automática de linhas", + "theme_none": "Sem destaque de sintaxe", + "theme_group_light": "Temas claros", + "theme_group_dark": "Temas escuros", + "copy_title": "Copiar para a área de transferência" + }, + "classic_editor_toolbar": { + "title": "Formatação" + }, + "editor": { + "title": "Editor" + }, + "editing": { + "editor_type": { + "label": "Barra de formatação", + "floating": { + "title": "A flutuar", + "description": "ferramentas de edição aparecem perto do cursor;" + }, + "fixed": { + "title": "Fixado", + "description": "ferramentas de edição aparecem na guia de faixa \"Formatação\"." + }, + "multiline-toolbar": "Exibir a barra de ferramentas em múltiplas linhas se não couber." + } + }, + "electron_context_menu": { + "add-term-to-dictionary": "Adicionar \"{{term}}\" ao dicionário", + "cut": "Cortar", + "copy": "Copiar", + "copy-link": "Copiar ligação", + "paste": "Colar", + "paste-as-plain-text": "Colar como texto sem formatação", + "search_online": "Pesquisar por \"{{term}}\" com {{searchEngine}}", + "search_in_trilium": "A procurar \"{{term}}\" no Trilium" + }, + "image_context_menu": { + "copy_reference_to_clipboard": "Copiar referência para a área de transferência", + "copy_image_to_clipboard": "Copiar imagem para a área de transferência" + }, + "link_context_menu": { + "open_note_in_new_tab": "Abrir nota em nova guia", + "open_note_in_new_split": "Abrir nota em nova divisão", + "open_note_in_new_window": "Abrir nota em nova janela", + "open_note_in_popup": "Edição rápida", + "open_note_in_other_split": "Abrir nota noutro separador" + }, + "electron_integration": { + "desktop-application": "Aplicação Desktop", + "native-title-bar": "Barra de título nativa", + "native-title-bar-description": "Para Windows e macOS, manter a barra de título nativa desativada faz a aplicação parecer mais compacta. No Linux, manter a barra de título nativa ativada faz a aplicação se integrar melhor com o restante do sistema.", + "background-effects": "Ativar efeitos de fundo (apenas Windows 11)", + "restart-app-button": "Reiniciar a aplicação para ver as alterações", + "zoom-factor": "Fator de Zoom", + "background-effects-description": "O Mica adiciona um desfoque, fundo estiloso as janelas da aplicação, criando uma profundidade e aspecto moderno. \"Barra de titulo nativa\" deve estar inactiva." + }, + "note_autocomplete": { + "search-for": "Pesquisar por \"{{term}}\"", + "create-note": "Criar conectar nota filha \"{{term}}\"", + "insert-external-link": "Inserir ligação externa para \"{{term}}\"", + "clear-text-field": "Limpar campo de texto", + "show-recent-notes": "Exibir notas recentes", + "full-text-search": "Pesquisa por texto completo" + }, + "note_tooltip": { + "note-has-been-deleted": "A nota foi apagada.", + "quick-edit": "Edição rápida" + }, + "geo-map": { + "create-child-note-title": "Criar uma nova nota filha e adicioná-la ao mapa", + "create-child-note-instruction": "Clique no mapa para criar uma nova nota naquele local ou tecle Esc para dispensar.", + "unable-to-load-map": "Não foi possível carregar o mapa." + }, + "geo-map-context": { + "open-location": "Abrir local", + "remove-from-map": "Remover do mapa", + "add-note": "Adicionar um marcador neste local" + }, + "help-button": { + "title": "Abrir a página de ajuda relevante" + }, + "duration": { + "seconds": "Segundos", + "minutes": "Minutos", + "hours": "Horas", + "days": "Dias" + }, + "share": { + "title": "Configurações de Compartilhamento", + "redirect_bare_domain": "Redirecionar domínio puro para página Partilhar", + "redirect_bare_domain_description": "Redirecionar utilizadores anônimos para a página Partilhar ao invés de exibir o Login", + "show_login_link": "Exibir ligação para o Login no tema de Partilhar", + "show_login_link_description": "Adicionar uma ligação de login no rodapé da página Partilhar", + "check_share_root": "Verificar Estado da Raiz do Partilhar", + "share_root_found": "Partilhar nota raiz '{{noteTitle}}' está pronto", + "share_root_not_found": "Nenhuma nota encontrada com a etiqueta #shareRoot", + "share_root_not_shared": "A nota '{{noteTitle}}' possui a etiqueta #shareRoot mas não é partilhada" + }, + "time_selector": { + "invalid_input": "O valor de tempo digitado não é um número válido.", + "minimum_input": "O valor de tempo digitado deve ser de pelo menos {{minimumSeconds}} segundos." + }, + "tasks": { + "due": { + "today": "Hoje", + "tomorrow": "Amanhã", + "yesterday": "Ontem" + } + }, + "content_widget": { + "unknown_widget": "Componente desconhecido para \"{{id}}\"." + }, + "note_language": { + "not_set": "Não atribuído", + "configure-languages": "Configurar idiomas...", + "help-on-languages": "Ajuda nas linguagens de conteúdos..." + }, + "content_language": { + "title": "Idiomas do conteúdo", + "description": "Escolha um ou mais idiomas que devem aparecer na seleção de idioma na sessão de Propriedades Básicas de uma nota de texto somente leitura ou editável. Isto irá permitir recursos como verificação ortográfica ou apoio direta-para-esquerda." + }, + "switch_layout_button": { + "title_vertical": "Mover painel de edição para baixo", + "title_horizontal": "Mover painel de edição para a esquerda" + }, + "toggle_read_only_button": { + "unlock-editing": "Desbloquear edição", + "lock-editing": "Bloquear edição" + }, + "png_export_button": { + "button_title": "Exportar diagrama como PNG" + }, + "svg": { + "export_to_png": "O diagrama não pôde ser exportado como PNG.", + "export_to_svg": "O diagrama não pode ser exportado para SVG." + }, + "code_theme": { + "title": "Aparência", + "word_wrapping": "Quebra automática de linha", + "color-scheme": "Esquema de cor" + }, + "cpu_arch_warning": { + "title": "Por favor, descarregue a versão ARM64", + "message_macos": "O TriliumNext está a executar através de uma tradução Rosetta 2, o que significa que usa a versão Intel (x64) no Apple Silicon Mac. Isto afetará significativamente o desempenho e a duração da pilha.", + "message_windows": "O TriliumNext está a executar através de emulação, o que significa que usa a versão Intel (x64) no Windows num dispositivo ARM. Isto afetará significativamente o desempenho e a duração da pilha.", + "recommendation": "Para uma melhor experiência, por favor, descarregue a versão nativa ARM64 do TriliumNext na nossa página de releases.", + "download_link": "Descarregar Versão Nativa", + "continue_anyway": "Continuar Assim Mesmo", + "dont_show_again": "Não exibir este alerta novamente" + }, + "editorfeatures": { + "title": "Recursos", + "emoji_completion_enabled": "Ativar auto-completar de Emoji", + "note_completion_enabled": "Ativar auto-completar de notas", + "emoji_completion_description": "Se activo, emojis podem ser facilmente inseridos em texto ao pressionar `:`, seguido do nome de um emoji.", + "note_completion_description": "Se activo, links para notas podem ser criadas ao escrever `@` seguido do titulo de uma nota.", + "slash_commands_enabled": "Activar comentários simples", + "slash_commands_description": "Se activo, editar comandos como inserir quebras de linha ou cabeçalhos podem ser activado/inactivado ao escrever `/`." + }, + "table_view": { + "new-row": "Nova linha", + "new-column": "Nova coluna", + "sort-column-by": "Ordenar por \"{{title}}\"", + "sort-column-ascending": "Crescente", + "sort-column-descending": "Decrescente", + "sort-column-clear": "Limpar ordenação", + "hide-column": "Ocultar coluna \"{{title}}\"", + "show-hide-columns": "Exibir/ocultar colunas", + "row-insert-above": "Inserir linha acima", + "row-insert-below": "Inserir linha abaixo", + "row-insert-child": "Inserir nota filha", + "add-column-to-the-left": "Adicionar coluna à esquerda", + "add-column-to-the-right": "Adicionar coluna à direita", + "edit-column": "Editar coluna", + "delete_column_confirmation": "Tem certeza que deseja apagar esta coluna? O atributo correspondente será removido de todas as notas.", + "delete-column": "Apagar coluna", + "new-column-label": "Etiqueta", + "new-column-relation": "Relação" + }, + "book_properties_config": { + "hide-weekends": "Ocultar fins de semana", + "display-week-numbers": "Exibir números de semana", + "map-style": "Estilo do mapa:", + "max-nesting-depth": "Profundidade máxima de aninhamento:", + "raster": "Raster", + "vector_light": "Vetor (Claro)", + "vector_dark": "Vetor (Escuro)", + "show-scale": "Exibir escala" + }, + "table_context_menu": { + "delete_row": "Apagar linha" + }, + "board_view": { + "move-to": "Mover para", + "insert-above": "Inserir acima", + "insert-below": "Inserir abaixo", + "delete-column": "Apagar coluna", + "delete-column-confirmation": "Tem certeza que deseja apagar esta coluna? O atributo correspondente também será apagado de todas as notas abaixo desta coluna.", + "new-item": "Novo elemento", + "add-column": "Adicionar Coluna", + "delete-note": "Apagar nota...", + "remove-from-board": "Remover do quadro", + "archive-note": "Arquivar nota", + "new-item-placeholder": "Inserir titulo da nota...", + "add-column-placeholder": "Inserir nome da coluna...", + "edit-note-title": "Clicar para editar o titulo da nota", + "unarchive-note": "Remover nota do arquivo", + "edit-column-title": "Click para editar titulo da coluna", + "column-already-exists": "Esta coluna já existe no quadro." + }, + "command_palette": { + "tree-action-name": "Árvore: {{name}}", + "export_note_title": "Exportar Nota", + "export_note_description": "Exportar a nota atual", + "show_attachments_title": "Exibir Anexos", + "show_attachments_description": "Exibir anexos da nota", + "search_notes_title": "Pesquisar Notas", + "search_notes_description": "Abrir pesquisa avançada", + "search_subtree_title": "Pesquisar na Subárvore", + "search_subtree_description": "Pesquisar dentro da subárvore atual", + "search_history_title": "Exibir Histórico de Pesquisa", + "search_history_description": "Visualizar pesquisas anteriores", + "configure_launch_bar_title": "Configurar Barra de Execução", + "configure_launch_bar_description": "Abrir a configuração da barra de lançamento, para adicionar ou remover elementos." + }, + "content_renderer": { + "open_externally": "Abrir externamente" + }, + "modal": { + "close": "Fechar", + "help_title": "Exibir mais informações sobre este ecrã" + }, + "call_to_action": { + "next_theme_title": "Testar no novo tema do Trilium", + "next_theme_message": "Está a usar o tema legado, deseja experimentar o novo tema?", + "next_theme_button": "Experimentar o novo tema", + "background_effects_title": "Efeitos de fundo estão estáveis agora", + "background_effects_message": "Em dispositivos Windows, efeitos de fundo estão estáveis agora. Os efeitos de fundo adicionam um toque de cor à interface do utilizador borrando o plano de fundo atrás dela. Esta técnica também é usada noutras aplicações como o Windows Explorer.", + "background_effects_button": "Ativar os efeitos de fundo", + "dismiss": "Dispensar", + "new_layout_title": "Novo titulo do layout", + "new_layout_button": "Mais informação", + "new_layout_message": "Estamos a introduzir um layout modernizado para o Trilium. A faixa foi removida e está integrada na interface principal, com uma nota barra de estado e secções expansíveis (como as propriedades próprias) a tomar papéis principais.\n\nO novo layout está activo por defeito, e pode ser temporáriamente disabilidade em Opções → Aparência." + }, + "settings": { + "related_settings": "Configurações relacionadas" + }, + "settings_appearance": { + "related_code_blocks": "Esquema de cores para blocos de código em notas de texto", + "related_code_notes": "Esquema de cores para notas de código", + "ui": "Interface do utilizador", + "ui_old_layout": "Layout antigo", + "ui_new_layout": "Nova aparência" + }, + "units": { + "percentage": "%" + }, + "experimental_features": { + "title": "Opções experimentais", + "new_layout_name": "Novo layout", + "new_layout_description": "Experimente o novo layout para um aspecto moderno e melhor estabilidade. Sujeito a grandes alterações nas próximas publicações.", + "disclaimer": "Estas opções são experimentais e podem causar instabilidade. Usar com cuidado." + }, + "read-only-info": { + "read-only-note": "Actualmente a ver em modo de leitura.", + "edit-note": "Editar nota", + "auto-read-only-note": "Esta nota está a ser mostrada em modo de leitura para um carregamento mais rápido." + }, + "presentation_view": { + "edit-slide": "Editar este slide", + "start-presentation": "Iniciar apresentação", + "slide-overview": "Alternar visão geral dos slides" + }, + "calendar_view": { + "delete_note": "Apagar nota..." + }, + "pagination": { + "page_title": "Página {{startIndex}} - {{endIndex}}", + "total_notes": "{{count}} notas" + }, + "collections": { + "rendering_error": "Sem possíbilidade de mostrar conteúdos devido a um erro." + }, + "note-color": { + "clear-color": "Remover cor da nota", + "set-color": "Atribuir cor da nota", + "set-custom-color": "Afectar cor personalizada da nota" + }, + "popup-editor": { + "maximize": "Alterar para editor completo" + }, + "server": { + "unknown_http_error_title": "Erro na comunicação com servidor", + "unknown_http_error_content": "Código de estado: {{statusCode}}\nURL: {{method}} {{url}}\nMessagem: {{message}}", + "traefik_blocks_requests": "Se está a usar o Traefik, este introduz uma alteração que afecta a comunicação com o servidor." + }, + "tab_history_navigation_buttons": { + "go-back": "Ir para a nota anterior", + "go-forward": "Ir para nota seguinte" + }, + "breadcrumb": { + "hoisted_badge": "Içado", + "workspace_badge": "Área de trabalho", + "scroll_to_top_title": "Saltar para o início da nota", + "create_new_note": "Criar nova nota descendente", + "empty_hide_archived_notes": "Esconder notas arquivadas", + "hoisted_badge_title": "Retirar de içado" + }, + "breadcrumb_badges": { + "read_only_explicit": "Modo de leitura", + "read_only_auto": "Modo de leitura automático", + "read_only_temporarily_disabled": "Editável temporáriamente", + "read_only_auto_description": "Esta nota foi automaticamente colocada em modo de leitura por razões de performance. Este limite automatico é ajustável nas configurações.\n\nClicar para editar temporáriamente.", + "read_only_temporarily_disabled_description": "Esta nota está editável, mas normalmente está em modo de leitura. A nova vai regressar para mode de leitura assim que navegar para outra nota.\n\nClicar para reactivar o modo de leitura.", + "read_only_explicit_description": "Esta nota foi manualmente colocada em modo de leitura.\nClicar para editar temporáriamente.", + "shared_publicly": "Partilhado publicamente", + "shared_locally": "Partilhado localmente", + "shared_copy_to_clipboard": "Copiar link para a área de transferência", + "shared_open_in_browser": "Abrir link no browser", + "shared_unshare": "Remover partilha", + "clipped_note_description": "Esta nota foi retirar do {{url}}.\n\nClicar para navegar no código fonte da página.", + "clipped_note": "Web clipe", + "execute_script": "Correr script", + "execute_script_description": "Esta nota é uma nota de script. Clicar para executar o script.", + "execute_sql": "Correr SQL", + "execute_sql_description": "Esta nota é uma nota de SQL. Clicar para executar script SQL.", + "save_status_saved": "Guardar", + "save_status_saving": "A guardar...", + "save_status_unsaved": "Não gravado", + "save_status_error": "Gravar falhou", + "save_status_saving_tooltip": "Alterações estão a ser guardadas", + "save_status_unsaved_tooltip": "Existem alterações não guardadas. Serão guardadas automaticamente em breve.", + "save_status_error_tooltip": "Ocorreu um erro ao guardar a nota. Se possível, tente copiar os conteúdos da nota para outro local e reiniciar a aplicação." + }, + "status_bar": { + "language_title": "Alterar lingua do conteúdo", + "note_info_title": "Ver informação da nota (e.g., datas, tamanho da nota)", + "backlinks_one": "{{count}} backlink", + "backlinks_many": "{{count}} backlinks", + "backlinks_other": "{{count}} backlinks", + "backlinks_title_one": "Ver backlink", + "backlinks_title_many": "Ver backlinks", + "backlinks_title_other": "Ver backlinks", + "attachments_one": "{{count}} anexo", + "attachments_many": "{{count}} anexos", + "attachments_other": "{{count}} anexos", + "attachments_title_one": "Ver anexo num novo separador", + "attachments_title_many": "Ver anexos num novo separador", + "attachments_title_other": "Ver anexos num novo separador", + "attributes_one": "{{count}} atributo", + "attributes_many": "{{count}} atributos", + "attributes_other": "{{count}} atributos", + "attributes_title": "Atributos próprios e herdados", + "note_paths_one": "{{count}} caminho", + "note_paths_many": "{{count}} caminhos", + "note_paths_other": "{{count}} caminhos", + "note_paths_title": "Caminhos da nota", + "code_note_switcher": "Alterar modo de linguagem" + }, + "attributes_panel": { + "title": "Atributos da nota" + }, + "right_pane": { + "empty_message": "Nada para mostrar nesta nota", + "empty_button": "Esconder painél", + "toggle": "Alterar painel direito", + "custom_widget_go_to_source": "Ir para código fonte" + }, + "pdf": { + "attachments_one": "{{count}} anexo pdf", + "attachments_many": "{{count}} anexos pdf", + "attachments_other": "{{count}} anexos pdf", + "layers_one": "{{count}} camada", + "layers_many": "{{count}} camadas", + "layers_other": "{{count}} camadas", + "pages_one": "{{count}} página", + "pages_many": "{{count}} páginas", + "pages_other": "{{count}} páginas", + "pages_alt": "Página {{pageNumber}}", + "pages_loading": "A carregar..." } - }, - "electron_context_menu": { - "add-term-to-dictionary": "Adicionar \"{{term}}\" ao dicionário", - "cut": "Cortar", - "copy": "Copiar", - "copy-link": "Copiar ligação", - "paste": "Colar", - "paste-as-plain-text": "Colar como texto sem formatação", - "search_online": "Pesquisar por \"{{term}}\" com {{searchEngine}}", - "search_in_trilium": "A procurar \"{{term}}\" no Trilium" - }, - "image_context_menu": { - "copy_reference_to_clipboard": "Copiar referência para a área de transferência", - "copy_image_to_clipboard": "Copiar imagem para a área de transferência" - }, - "link_context_menu": { - "open_note_in_new_tab": "Abrir nota em nova guia", - "open_note_in_new_split": "Abrir nota em nova divisão", - "open_note_in_new_window": "Abrir nota em nova janela", - "open_note_in_popup": "Edição rápida", - "open_note_in_other_split": "Abrir nota noutro separador" - }, - "electron_integration": { - "desktop-application": "Aplicação Desktop", - "native-title-bar": "Barra de título nativa", - "native-title-bar-description": "Para Windows e macOS, manter a barra de título nativa desativada faz a aplicação parecer mais compacta. No Linux, manter a barra de título nativa ativada faz a aplicação se integrar melhor com o restante do sistema.", - "background-effects": "Ativar efeitos de fundo (apenas Windows 11)", - "restart-app-button": "Reiniciar a aplicação para ver as alterações", - "zoom-factor": "Fator de Zoom", - "background-effects-description": "O Mica adiciona um desfoque, fundo estiloso as janelas da aplicação, criando uma profundidade e aspecto moderno. \"Barra de titulo nativa\" deve estar inactiva." - }, - "note_autocomplete": { - "search-for": "Pesquisar por \"{{term}}\"", - "create-note": "Criar conectar nota filha \"{{term}}\"", - "insert-external-link": "Inserir ligação externa para \"{{term}}\"", - "clear-text-field": "Limpar campo de texto", - "show-recent-notes": "Exibir notas recentes", - "full-text-search": "Pesquisa por texto completo" - }, - "note_tooltip": { - "note-has-been-deleted": "A nota foi apagada.", - "quick-edit": "Edição rápida" - }, - "geo-map": { - "create-child-note-title": "Criar uma nova nota filha e adicioná-la ao mapa", - "create-child-note-instruction": "Clique no mapa para criar uma nova nota naquele local ou tecle Esc para dispensar.", - "unable-to-load-map": "Não foi possível carregar o mapa." - }, - "geo-map-context": { - "open-location": "Abrir local", - "remove-from-map": "Remover do mapa", - "add-note": "Adicionar um marcador neste local" - }, - "help-button": { - "title": "Abrir a página de ajuda relevante" - }, - "duration": { - "seconds": "Segundos", - "minutes": "Minutos", - "hours": "Horas", - "days": "Dias" - }, - "share": { - "title": "Configurações de Compartilhamento", - "redirect_bare_domain": "Redirecionar domínio puro para página Partilhar", - "redirect_bare_domain_description": "Redirecionar utilizadores anônimos para a página Partilhar ao invés de exibir o Login", - "show_login_link": "Exibir ligação para o Login no tema de Partilhar", - "show_login_link_description": "Adicionar uma ligação de login no rodapé da página Partilhar", - "check_share_root": "Verificar Estado da Raiz do Partilhar", - "share_root_found": "Partilhar nota raiz '{{noteTitle}}' está pronto", - "share_root_not_found": "Nenhuma nota encontrada com a etiqueta #shareRoot", - "share_root_not_shared": "A nota '{{noteTitle}}' possui a etiqueta #shareRoot mas não é partilhada" - }, - "time_selector": { - "invalid_input": "O valor de tempo digitado não é um número válido.", - "minimum_input": "O valor de tempo digitado deve ser de pelo menos {{minimumSeconds}} segundos." - }, - "tasks": { - "due": { - "today": "Hoje", - "tomorrow": "Amanhã", - "yesterday": "Ontem" - } - }, - "content_widget": { - "unknown_widget": "Componente desconhecido para \"{{id}}\"." - }, - "note_language": { - "not_set": "Não atribuído", - "configure-languages": "Configurar idiomas...", - "help-on-languages": "Ajuda nas linguagens de conteúdos..." - }, - "content_language": { - "title": "Idiomas do conteúdo", - "description": "Escolha um ou mais idiomas que devem aparecer na seleção de idioma na sessão de Propriedades Básicas de uma nota de texto somente leitura ou editável. Isto irá permitir recursos como verificação ortográfica ou apoio direta-para-esquerda." - }, - "switch_layout_button": { - "title_vertical": "Mover painel de edição para baixo", - "title_horizontal": "Mover painel de edição para a esquerda" - }, - "toggle_read_only_button": { - "unlock-editing": "Desbloquear edição", - "lock-editing": "Bloquear edição" - }, - "png_export_button": { - "button_title": "Exportar diagrama como PNG" - }, - "svg": { - "export_to_png": "O diagrama não pôde ser exportado como PNG.", - "export_to_svg": "O diagrama não pode ser exportado para SVG." - }, - "code_theme": { - "title": "Aparência", - "word_wrapping": "Quebra automática de linha", - "color-scheme": "Esquema de cor" - }, - "cpu_arch_warning": { - "title": "Por favor, descarregue a versão ARM64", - "message_macos": "O TriliumNext está a executar através de uma tradução Rosetta 2, o que significa que usa a versão Intel (x64) no Apple Silicon Mac. Isto afetará significativamente o desempenho e a duração da pilha.", - "message_windows": "O TriliumNext está a executar através de emulação, o que significa que usa a versão Intel (x64) no Windows num dispositivo ARM. Isto afetará significativamente o desempenho e a duração da pilha.", - "recommendation": "Para uma melhor experiência, por favor, descarregue a versão nativa ARM64 do TriliumNext na nossa página de releases.", - "download_link": "Descarregar Versão Nativa", - "continue_anyway": "Continuar Assim Mesmo", - "dont_show_again": "Não exibir este alerta novamente" - }, - "editorfeatures": { - "title": "Recursos", - "emoji_completion_enabled": "Ativar auto-completar de Emoji", - "note_completion_enabled": "Ativar auto-completar de notas", - "emoji_completion_description": "Se activo, emojis podem ser facilmente inseridos em texto ao pressionar `:`, seguido do nome de um emoji.", - "note_completion_description": "Se activo, links para notas podem ser criadas ao escrever `@` seguido do titulo de uma nota.", - "slash_commands_enabled": "Activar comentários simples", - "slash_commands_description": "Se activo, editar comandos como inserir quebras de linha ou cabeçalhos podem ser activado/inactivado ao escrever `/`." - }, - "table_view": { - "new-row": "Nova linha", - "new-column": "Nova coluna", - "sort-column-by": "Ordenar por \"{{title}}\"", - "sort-column-ascending": "Crescente", - "sort-column-descending": "Decrescente", - "sort-column-clear": "Limpar ordenação", - "hide-column": "Ocultar coluna \"{{title}}\"", - "show-hide-columns": "Exibir/ocultar colunas", - "row-insert-above": "Inserir linha acima", - "row-insert-below": "Inserir linha abaixo", - "row-insert-child": "Inserir nota filha", - "add-column-to-the-left": "Adicionar coluna à esquerda", - "add-column-to-the-right": "Adicionar coluna à direita", - "edit-column": "Editar coluna", - "delete_column_confirmation": "Tem certeza que deseja apagar esta coluna? O atributo correspondente será removido de todas as notas.", - "delete-column": "Apagar coluna", - "new-column-label": "Etiqueta", - "new-column-relation": "Relação" - }, - "book_properties_config": { - "hide-weekends": "Ocultar fins de semana", - "display-week-numbers": "Exibir números de semana", - "map-style": "Estilo do mapa:", - "max-nesting-depth": "Profundidade máxima de aninhamento:", - "raster": "Raster", - "vector_light": "Vetor (Claro)", - "vector_dark": "Vetor (Escuro)", - "show-scale": "Exibir escala" - }, - "table_context_menu": { - "delete_row": "Apagar linha" - }, - "board_view": { - "move-to": "Mover para", - "insert-above": "Inserir acima", - "insert-below": "Inserir abaixo", - "delete-column": "Apagar coluna", - "delete-column-confirmation": "Tem certeza que deseja apagar esta coluna? O atributo correspondente também será apagado de todas as notas abaixo desta coluna.", - "new-item": "Novo elemento", - "add-column": "Adicionar Coluna", - "delete-note": "Apagar nota...", - "remove-from-board": "Remover do quadro", - "archive-note": "Arquivar nota", - "new-item-placeholder": "Inserir titulo da nota...", - "add-column-placeholder": "Inserir nome da coluna...", - "edit-note-title": "Clicar para editar o titulo da nota", - "unarchive-note": "Remover nota do arquivo", - "edit-column-title": "Click para editar titulo da coluna", - "column-already-exists": "Esta coluna já existe no quadro." - }, - "command_palette": { - "tree-action-name": "Árvore: {{name}}", - "export_note_title": "Exportar Nota", - "export_note_description": "Exportar a nota atual", - "show_attachments_title": "Exibir Anexos", - "show_attachments_description": "Exibir anexos da nota", - "search_notes_title": "Pesquisar Notas", - "search_notes_description": "Abrir pesquisa avançada", - "search_subtree_title": "Pesquisar na Subárvore", - "search_subtree_description": "Pesquisar dentro da subárvore atual", - "search_history_title": "Exibir Histórico de Pesquisa", - "search_history_description": "Visualizar pesquisas anteriores", - "configure_launch_bar_title": "Configurar Barra de Execução", - "configure_launch_bar_description": "Abrir a configuração da barra de lançamento, para adicionar ou remover elementos." - }, - "content_renderer": { - "open_externally": "Abrir externamente" - }, - "modal": { - "close": "Fechar", - "help_title": "Exibir mais informações sobre este ecrã" - }, - "call_to_action": { - "next_theme_title": "Testar no novo tema do Trilium", - "next_theme_message": "Está a usar o tema legado, deseja experimentar o novo tema?", - "next_theme_button": "Experimentar o novo tema", - "background_effects_title": "Efeitos de fundo estão estáveis agora", - "background_effects_message": "Em dispositivos Windows, efeitos de fundo estão estáveis agora. Os efeitos de fundo adicionam um toque de cor à interface do utilizador borrando o plano de fundo atrás dela. Esta técnica também é usada noutras aplicações como o Windows Explorer.", - "background_effects_button": "Ativar os efeitos de fundo", - "dismiss": "Dispensar", - "new_layout_title": "Novo titulo do layout", - "new_layout_button": "Mais informação", - "new_layout_message": "Estamos a introduzir um layout modernizado para o Trilium. A faixa foi removida e está integrada na interface principal, com uma nota barra de estado e secções expansíveis (como as propriedades próprias) a tomar papéis principais.\n\nO novo layout está activo por defeito, e pode ser temporáriamente disabilidade em Opções → Aparência." - }, - "settings": { - "related_settings": "Configurações relacionadas" - }, - "settings_appearance": { - "related_code_blocks": "Esquema de cores para blocos de código em notas de texto", - "related_code_notes": "Esquema de cores para notas de código", - "ui": "Interface do utilizador", - "ui_old_layout": "Layout antigo", - "ui_new_layout": "Nova aparência" - }, - "units": { - "percentage": "%" - }, - "experimental_features": { - "title": "Opções experimentais", - "new_layout_name": "Novo layout", - "new_layout_description": "Experimente o novo layout para um aspecto moderno e melhor estabilidade. Sujeito a grandes alterações nas próximas publicações.", - "disclaimer": "Estas opções são experimentais e podem causar instabilidade. Usar com cuidado." - }, - "read-only-info": { - "read-only-note": "Actualmente a ver em modo de leitura.", - "edit-note": "Editar nota", - "auto-read-only-note": "Esta nota está a ser mostrada em modo de leitura para um carregamento mais rápido." - }, - "presentation_view": { - "edit-slide": "Editar este slide", - "start-presentation": "Iniciar apresentação", - "slide-overview": "Alternar visão geral dos slides" - }, - "calendar_view": { - "delete_note": "Apagar nota..." - }, - "pagination": { - "page_title": "Página {{startIndex}} - {{endIndex}}", - "total_notes": "{{count}} notas" - }, - "collections": { - "rendering_error": "Sem possíbilidade de mostrar conteúdos devido a um erro." - }, - "note-color": { - "clear-color": "Remover cor da nota", - "set-color": "Atribuir cor da nota", - "set-custom-color": "Afectar cor personalizada da nota" - }, - "popup-editor": { - "maximize": "Alterar para editor completo" - }, - "server": { - "unknown_http_error_title": "Erro na comunicação com servidor", - "unknown_http_error_content": "Código de estado: {{statusCode}}\nURL: {{method}} {{url}}\nMessagem: {{message}}", - "traefik_blocks_requests": "Se está a usar o Traefik, este introduz uma alteração que afecta a comunicação com o servidor." - }, - "tab_history_navigation_buttons": { - "go-back": "Ir para a nota anterior", - "go-forward": "Ir para nota seguinte" - }, - "breadcrumb": { - "hoisted_badge": "Içado", - "workspace_badge": "Área de trabalho", - "scroll_to_top_title": "Saltar para o início da nota", - "create_new_note": "Criar nova nota descendente", - "empty_hide_archived_notes": "Esconder notas arquivadas", - "hoisted_badge_title": "Retirar de içado" - }, - "breadcrumb_badges": { - "read_only_explicit": "Modo de leitura", - "read_only_auto": "Modo de leitura automático", - "read_only_temporarily_disabled": "Editável temporáriamente", - "read_only_auto_description": "Esta nota foi automaticamente colocada em modo de leitura por razões de performance. Este limite automatico é ajustável nas configurações.\n\nClicar para editar temporáriamente.", - "read_only_temporarily_disabled_description": "Esta nota está editável, mas normalmente está em modo de leitura. A nova vai regressar para mode de leitura assim que navegar para outra nota.\n\nClicar para reactivar o modo de leitura.", - "read_only_explicit_description": "Esta nota foi manualmente colocada em modo de leitura.\nClicar para editar temporáriamente.", - "shared_publicly": "Partilhado publicamente", - "shared_locally": "Partilhado localmente", - "shared_copy_to_clipboard": "Copiar link para a área de transferência", - "shared_open_in_browser": "Abrir link no browser", - "shared_unshare": "Remover partilha", - "clipped_note_description": "Esta nota foi retirar do {{url}}.\n\nClicar para navegar no código fonte da página.", - "clipped_note": "Web clipe", - "execute_script": "Correr script", - "execute_script_description": "Esta nota é uma nota de script. Clicar para executar o script.", - "execute_sql": "Correr SQL", - "execute_sql_description": "Esta nota é uma nota de SQL. Clicar para executar script SQL.", - "save_status_saved": "Guardar", - "save_status_saving": "A guardar...", - "save_status_unsaved": "Não gravado", - "save_status_error": "Gravar falhou", - "save_status_saving_tooltip": "Alterações estão a ser guardadas", - "save_status_unsaved_tooltip": "Existem alterações não guardadas. Serão guardadas automaticamente em breve.", - "save_status_error_tooltip": "Ocorreu um erro ao guardar a nota. Se possível, tente copiar os conteúdos da nota para outro local e reiniciar a aplicação." - }, - "status_bar": { - "language_title": "Alterar lingua do conteúdo", - "note_info_title": "Ver informação da nota (e.g., datas, tamanho da nota)", - "backlinks_one": "{{count}} backlink", - "backlinks_many": "{{count}} backlinks", - "backlinks_other": "{{count}} backlinks", - "backlinks_title_one": "Ver backlink", - "backlinks_title_many": "Ver backlinks", - "backlinks_title_other": "Ver backlinks", - "attachments_one": "{{count}} anexo", - "attachments_many": "{{count}} anexos", - "attachments_other": "{{count}} anexos", - "attachments_title_one": "Ver anexo num novo separador", - "attachments_title_many": "Ver anexos num novo separador", - "attachments_title_other": "Ver anexos num novo separador", - "attributes_one": "{{count}} atributo", - "attributes_many": "{{count}} atributos", - "attributes_other": "{{count}} atributos", - "attributes_title": "Atributos próprios e herdados", - "note_paths_one": "{{count}} caminho", - "note_paths_many": "{{count}} caminhos", - "note_paths_other": "{{count}} caminhos", - "note_paths_title": "Caminhos da nota", - "code_note_switcher": "Alterar modo de linguagem" - }, - "attributes_panel": { - "title": "Atributos da nota" - }, - "right_pane": { - "empty_message": "Nada para mostrar nesta nota", - "empty_button": "Esconder painél", - "toggle": "Alterar painel direito", - "custom_widget_go_to_source": "Ir para código fonte" - }, - "pdf": { - "attachments_one": "{{count}} anexo pdf", - "attachments_many": "{{count}} anexos pdf", - "attachments_other": "{{count}} anexos pdf", - "layers_one": "{{count}} camada", - "layers_many": "{{count}} camadas", - "layers_other": "{{count}} camadas", - "pages_one": "{{count}} página", - "pages_many": "{{count}} páginas", - "pages_other": "{{count}} páginas", - "pages_alt": "Página {{pageNumber}}", - "pages_loading": "A carregar..." - } } diff --git a/apps/client/src/translations/pt_br/translation.json b/apps/client/src/translations/pt_br/translation.json index cb628d931e..da7205f7c3 100644 --- a/apps/client/src/translations/pt_br/translation.json +++ b/apps/client/src/translations/pt_br/translation.json @@ -1,2230 +1,2086 @@ { - "code_block": { - "theme_none": "Sem destaque de sintaxe", - "theme_group_light": "Temas claros", - "theme_group_dark": "Temas escuros", - "word_wrapping": "Quebra automática de linhas", - "copy_title": "Copiar para a área de transferência" - }, - "about": { - "title": "Sobre o Trilium Notes", - "homepage": "Página inicial:", - "app_version": "Versão do App:", - "db_version": "Versão do banco de dados:", - "sync_version": "Versão de sincronização:", - "build_date": "Data de compilação:", - "build_revision": "Revisão da compilação:", - "data_directory": "Diretório de dados:" - }, - "toast": { - "critical-error": { - "title": "Erro crítico", - "message": "Ocorreu um erro crítico que impede a inicialização do aplicativo cliente:\n\n{{message}}\n\nIsso provavelmente foi causado por um script que falhou de maneira inesperada. Tente iniciar o aplicativo no modo seguro e resolva o problema." + "code_block": { + "theme_none": "Sem destaque de sintaxe", + "theme_group_light": "Temas claros", + "theme_group_dark": "Temas escuros", + "word_wrapping": "Quebra automática de linhas", + "copy_title": "Copiar para a área de transferência" }, - "widget-error": { - "title": "Falha ao inicializar um widget", - "message-custom": "O widget personalizado da nota com ID \"{{id}}\", intitulada \"{{title}}\", não pôde ser inicializado devido a:\n\n{{message}}", - "message-unknown": "Widget desconhecido não pôde ser inicializado devido a:\n\n{{message}}" + "about": { + "title": "Sobre o Trilium Notes", + "homepage": "Página inicial:", + "app_version": "Versão do App:", + "db_version": "Versão do banco de dados:", + "sync_version": "Versão de sincronização:", + "build_date": "Data de compilação:", + "build_revision": "Revisão da compilação:", + "data_directory": "Diretório de dados:" }, - "bundle-error": { - "title": "Falha para carregar o script customizado", - "message": "O script da nota com ID \"{{id}}\", intitulada \"{{title}}\", não pôde ser executado devido a:\n\n{{message}}" + "toast": { + "critical-error": { + "title": "Erro crítico", + "message": "Ocorreu um erro crítico que impede a inicialização do aplicativo cliente:\n\n{{message}}\n\nIsso provavelmente foi causado por um script que falhou de maneira inesperada. Tente iniciar o aplicativo no modo seguro e resolva o problema." + }, + "widget-error": { + "title": "Falha ao inicializar um widget", + "message-custom": "O widget personalizado da nota com ID \"{{id}}\", intitulada \"{{title}}\", não pôde ser inicializado devido a:\n\n{{message}}", + "message-unknown": "Widget desconhecido não pôde ser inicializado devido a:\n\n{{message}}" + }, + "bundle-error": { + "title": "Falha para carregar o script customizado", + "message": "O script da nota com ID \"{{id}}\", intitulada \"{{title}}\", não pôde ser executado devido a:\n\n{{message}}" + }, + "widget-list-error": { + "title": "Falha ao obter a lista de widgets do servidor" + }, + "widget-render-error": { + "title": "Falha ao renderizar um widget React personalizado" + }, + "widget-missing-parent": "O widget personalizado não possui a propriedade obrigatória '{{property}}' definida.", + "open-script-note": "Abrir nota de script" }, - "widget-list-error": { - "title": "Falha ao obter a lista de widgets do servidor" + "add_link": { + "add_link": "Adicionar link", + "help_on_links": "Ajuda sobre links", + "note": "Nota", + "search_note": "pesquisar nota pelo nome", + "link_title_mirrors": "o título do link reflete o título atual da nota", + "link_title_arbitrary": "o título do link pode ser alterado livremente", + "link_title": "Titulo do link", + "button_add_link": "Adicionar link" }, - "widget-render-error": { - "title": "Falha ao renderizar um widget React personalizado" + "branch_prefix": { + "prefix": "Prefixo: ", + "save": "Salvar", + "edit_branch_prefix": "Editar Prefixo do Branch", + "help_on_tree_prefix": "Ajuda sobre o prefixo da árvore de notas", + "branch_prefix_saved": "O prefixo de ramificação foi salvo.", + "edit_branch_prefix_multiple": "Editar prefixo do ramo para {{count}} ramos", + "branch_prefix_saved_multiple": "O prefixo do ramo foi salvo para {{count}} ramos.", + "affected_branches": "Ramos afetados ({{count}}):" }, - "widget-missing-parent": "O widget personalizado não possui a propriedade obrigatória '{{property}}' definida.", - "open-script-note": "Abrir nota de script" - }, - "add_link": { - "add_link": "Adicionar link", - "help_on_links": "Ajuda sobre links", - "note": "Nota", - "search_note": "pesquisar nota pelo nome", - "link_title_mirrors": "o título do link reflete o título atual da nota", - "link_title_arbitrary": "o título do link pode ser alterado livremente", - "link_title": "Titulo do link", - "button_add_link": "Adicionar link" - }, - "branch_prefix": { - "prefix": "Prefixo: ", - "save": "Salvar", - "edit_branch_prefix": "Editar Prefixo do Branch", - "help_on_tree_prefix": "Ajuda sobre o prefixo da árvore de notas", - "branch_prefix_saved": "O prefixo de ramificação foi salvo.", - "edit_branch_prefix_multiple": "Editar prefixo do ramo para {{count}} ramos", - "branch_prefix_saved_multiple": "O prefixo do ramo foi salvo para {{count}} ramos.", - "affected_branches": "Ramos afetados ({{count}}):" - }, - "bulk_actions": { - "bulk_actions": "Ações em massa", - "affected_notes": "Notas Afetadas", - "include_descendants": "Incluir notas filhas das notas selecionadas", - "available_actions": "Ações disponíveis", - "chosen_actions": "Ações selecionadas", - "execute_bulk_actions": "Executar ações em massa", - "bulk_actions_executed": "As ações em massa foram concluídas com sucesso.", - "none_yet": "Nenhuma até agora... adicione uma ação clicando em uma das disponíveis acima.", - "labels": "Etiquetas", - "relations": "Relações", - "notes": "Notas", - "other": "Outros" - }, - "clone_to": { - "clone_notes_to": "Clonar notas para...", - "help_on_links": "Ajuda sobre links", - "notes_to_clone": "Notas para clonar", - "search_for_note_by_its_name": "pesquisar nota pelo nome", - "cloned_note_prefix_title": "A nota clonada aparecerá na árvore de notas com o prefixo fornecido", - "prefix_optional": "Prefixo (opcional)", - "no_path_to_clone_to": "Nenhum caminho para clonar.", - "target_parent_note": "Nota pai-alvo", - "clone_to_selected_note": "Clonar para a nota selecionada", - "note_cloned": "A nota \"{{clonedTitle}}\" foi clonada para \"{{targetTitle}}\"" - }, - "ai_llm": { - "temperature": "Temperatura", - "retry_queued": "Nota enfileirada para nova tentativa", - "queued_notes": "Notas Enfileiradas", - "empty_key_warning": { - "voyage": "A chave de API da Voyage API está vazia. Por favor, digite uma chave de API válida.", - "ollama": "A chave de API da Ollama API está vazia. Por favor, digite uma chave de API válida.", - "anthropic": "A chave de API Anthropic está vazia. Por favor, digite uma chave de API válida.", - "openai": "A chave de API OpenAI está vazia. Por favor, digite uma chave de API válida." + "bulk_actions": { + "bulk_actions": "Ações em massa", + "affected_notes": "Notas Afetadas", + "include_descendants": "Incluir notas filhas das notas selecionadas", + "available_actions": "Ações disponíveis", + "chosen_actions": "Ações selecionadas", + "execute_bulk_actions": "Executar ações em massa", + "bulk_actions_executed": "As ações em massa foram concluídas com sucesso.", + "none_yet": "Nenhuma até agora... adicione uma ação clicando em uma das disponíveis acima.", + "labels": "Etiquetas", + "relations": "Relações", + "notes": "Notas", + "other": "Outros" }, - "not_started": "Não iniciado", - "title": "Configurações de IA", - "processed_notes": "Notas Processadas", - "total_notes": "Total de Notas", - "progress": "Andamento", - "failed_notes": "Notas com Falha", - "last_processed": "Últimas Processadas", - "refresh_stats": "Atualizar Estatísticas", - "enable_ai_features": "Ativar recurso IA/LLM", - "enable_ai_description": "Ativar recursos IA como sumarização de notas, geração de conteúdo, e outras capacidades de LLM", - "openai_tab": "OpenAI", - "anthropic_tab": "Anthropic", - "voyage_tab": "Voyage AI", - "enable_ai": "Ativar recursos IA/LLM", - "provider_configuration": "Configuração de Provedor de IA", - "system_prompt": "Prompt de Sistema", - "system_prompt_description": "Prompt padrão de sistema usado para todas as interações de IA", - "openai_configuration": "Configuração OpenAI", - "openai_settings": "Opções OpenAI", - "api_key": "Chave de API", - "url": "URL Base", - "model": "Modelo", - "openai_api_key_description": "Sua API Key da OpenAI para acessar os serviços de IA", - "anthropic_api_key_description": "Sua API Key da Anthropic para acessar os modelos Claude", - "default_model": "Modelo Padrão", - "openai_model_description": "Exemplos: gpt-4o, gpt-4-turbo, gpt-3.5-turbo", - "base_url": "URL Base", - "openai_url_description": "Padrão: https://api.openai.com/v1", - "anthropic_settings": "Configurações Anthropic", - "anthropic_url_description": "URL Base da API Anthropic (padrão: https://api.anthropic.com)", - "anthropic_model_description": "Modelos Claude da Anthropic para completar conversas", - "voyage_settings": "Configurações Voyage AI", - "retry": "Tentar novamente", - "retry_failed": "Falha ao enfileirar nota para nova tentativa", - "max_notes_per_llm_query": "Máximo de Notas por Consulta", - "max_notes_per_llm_query_description": "Número máximo de notas similares para incluir no contexto da IA", - "active_providers": "Provedores Ativos", - "disabled_providers": "Provedores Desativados", - "remove_provider": "Remover provedor da pesquisa", - "restore_provider": "Restaurar provedor na pesquisa", - "similarity_threshold": "Tolerância de Similaridade", - "similarity_threshold_description": "Pontuação máxima de similaridade (0-1) para notas a serem incluídas no contexto das consultas de LLM", - "reprocess_index": "Reconstruir Índice de Pesquisa", - "reprocessing_index": "Reconstruindo…", - "reprocess_index_started": "Otimiação do índice de pesquisa iniciado em plano de fundo", - "reprocess_index_error": "Erro ao reconstruir índice de pesquisa", - "index_rebuild_progress": "Andamento da Reconstrução do Índice", - "index_rebuilding": "Otimizando índice ({{percentage}}%)", - "index_rebuild_complete": "Otimização de índice finalizada", - "index_rebuild_status_error": "Erro ao verificar o estado da reconstrução do índice", - "never": "Nunca", - "processing": "Processando ({{percentage}}%)", - "incomplete": "Incompleto ({{percentage}}%)", - "complete": "Completo (100%)", - "refreshing": "Atualizando…", - "auto_refresh_notice": "Atualizando automaticamente a cada {{seconds}} segundos", - "note_queued_for_retry": "Nota enfileirada para nova tentativa", - "failed_to_retry_note": "Falha ao retentar nota", - "all_notes_queued_for_retry": "Todas as notas com falha enfileiradas para nova tentativa", - "failed_to_retry_all": "Falha ao retentar notas", - "ai_settings": "Configurações IA", - "api_key_tooltip": "Chave de API para acessar o serviço", - "agent": { - "processing": "Processando…", - "thinking": "Pensando…", - "loading": "Carregando…", - "generating": "Gerando…" + "clone_to": { + "clone_notes_to": "Clonar notas para...", + "help_on_links": "Ajuda sobre links", + "notes_to_clone": "Notas para clonar", + "search_for_note_by_its_name": "pesquisar nota pelo nome", + "cloned_note_prefix_title": "A nota clonada aparecerá na árvore de notas com o prefixo fornecido", + "prefix_optional": "Prefixo (opcional)", + "no_path_to_clone_to": "Nenhum caminho para clonar.", + "target_parent_note": "Nota pai-alvo", + "clone_to_selected_note": "Clonar para a nota selecionada", + "note_cloned": "A nota \"{{clonedTitle}}\" foi clonada para \"{{targetTitle}}\"" }, - "name": "IA", - "openai": "OpenAI", - "use_enhanced_context": "Usar contexto aprimorado", - "enhanced_context_description": "Alimentar IA com mais contexto sobre a nota e suas notas relacionadas para melhores respostas", - "show_thinking": "Exibir pensamento", - "enter_message": "Digite sua mensagem…", - "error_contacting_provider": "Erro ao contatar o provedor de IA. Por favor, verifique suas configurações e sua conexão de internet.", - "error_generating_response": "Erro ao gerar resposta da IA", - "index_all_notes": "Indexar Todas as Notas", - "index_status": "Estado do Índice", - "indexed_notes": "Notas Indexadas", - "indexing_stopped": "Indexação interrompida", - "indexing_in_progress": "Indexação em andamento…", - "last_indexed": "Última Indexada", - "note_chat": "Conversa de Nota", - "sources": "Origens", - "start_indexing": "Iniciar Indexação", - "use_advanced_context": "Usar Contexto Avançado", - "ollama_no_url": "Ollama não está configurado. Por favor, digite uma URL válida.", - "chat": { - "root_note_title": "Conversas IA", - "root_note_content": "Esta nota contém suas conversas com IA salvas.", - "new_chat_title": "Nova Conversa", - "create_new_ai_chat": "Criar nova Conversa IA" + "confirm": { + "confirmation": "Confirmação", + "cancel": "Cancelar", + "ok": "OK", + "are_you_sure_remove_note": "Tem certeza de que deseja remover a nota '{{title}}' do mapa de relações? ", + "if_you_dont_check": "Se você não marcar isso, a nota será removida apenas do mapa de relações.", + "also_delete_note": "Também excluir a nota" }, - "create_new_ai_chat": "Criar nova Conversa IA", - "configuration_warnings": "Existem alguns problemas com sua configuração de IA. Por fovor, verifique suas configurações.", - "experimental_warning": "O recurso de LLM atualmente é experimental - você foi avisado.", - "selected_provider": "Provedor Selecionado", - "selected_provider_description": "Escolha o provedor de IA para conversas e recursos de completar", - "select_model": "Selecionar modelo…", - "select_provider": "Selecionar provedor…", - "ai_enabled": "Recursos de IA habilitados", - "ai_disabled": "Recursos de IA desabilitados", - "no_models_found_online": "Nenhum modelo encontrado. Por favor, verifique sua chave de API e as configurações.", - "no_models_found_ollama": "Nenhum modelo Ollama encontrado. Por favor, verifique se o Ollama está em execução.", - "error_fetching": "Erro ao obter modelos: {{error}}", - "ollama_tab": "Ollama", - "enable_ai_desc": "Habilitar recursos de IA como sumarização de notas, geração de conteúdo, e outras capacidades de LLM", - "provider_precedence": "Prioridade de provedor", - "provider_precedence_description": "Lista de provedores em ordem de prioridade, separados por vírgula (por exemplo, 'openai, anthropic, ollama')", - "temperature_description": "Controla a aleatoriedade em respostas (0 = determinística, 2 = aleatoriedade máxima)", - "ollama_settings": "Configurações do Ollama", - "ollama_url_description": "URL para a API Ollama (padrão: http://localhost:11434)", - "ollama_model_description": "Modelo Ollama usado para complementação de chat", - "anthropic_configuration": "Configuração da Anthropic", - "voyage_configuration": "Configuração da Voyage IA", - "voyage_url_description": "Padrão: https://api.voyageai.com/v1", - "ollama_configuration": "Configuração da Ollama", - "enable_ollama": "Habilitar Ollama", - "enable_ollama_description": "Habilitar Ollama para uso do modelo local de IA", - "ollama_url": "URL da Ollama", - "ollama_model": "Modelo do Ollama", - "refresh_models": "Atualizar Modelos", - "refreshing_models": "Atualizando…", - "enable_automatic_indexing": "Habilitar indexação automática", - "rebuild_index": "Reconstruir Índice", - "rebuild_index_error": "Ocorreu um erro ao iniciar a reconstrução do índice. Verifique os logs para obter detalhes.", - "note_title": "Título da nota", - "error": "Erro", - "last_attempt": "Última Tentativa", - "actions": "Ações", - "partial": "{{ percentage }}% concluído", - "show_thinking_description": "Exibir o processo de linha de raciocínio da AI" - }, - "confirm": { - "confirmation": "Confirmação", - "cancel": "Cancelar", - "ok": "OK", - "are_you_sure_remove_note": "Tem certeza de que deseja remover a nota '{{title}}' do mapa de relações? ", - "if_you_dont_check": "Se você não marcar isso, a nota será removida apenas do mapa de relações.", - "also_delete_note": "Também excluir a nota" - }, - "delete_notes": { - "delete_notes_preview": "Excluir pré-visualização de notas", - "close": "Fechar", - "delete_all_clones_description": "Excluir também todos os clones (pode ser desfeito em alterações recentes)", - "erase_notes_description": "A exclusão normal (suave) apenas marca as notas como excluídas, permitindo que sejam recuperadas (no diálogo de alterações recentes) dentro de um período de tempo. Se esta opção for marcada, as notas serão apagadas imediatamente e não será possível restaurá-las.", - "erase_notes_warning": "Apagar notas permanentemente (não pode ser desfeito), incluindo todos os clones. Isso forçará o recarregamento do aplicativo.", - "notes_to_be_deleted": "As seguintes notas serão excluídas ({{notesCount}})", - "no_note_to_delete": "Nenhuma nota será excluída (apenas os clones).", - "broken_relations_to_be_deleted": "As seguintes relações serão quebradas e excluídas ({{ relationCount}})", - "cancel": "Cancelar", - "ok": "OK", - "deleted_relation_text": "A nota {{- note}} (a ser excluída) está referenciada pela relação {{- relation}} originada de {{- source}}." - }, - "export": { - "export_note_title": "Exportar nota", - "close": "Fechar", - "export_type_subtree": "Esta nota e todos os seus descendentes", - "format_html": "HTML – recomendado, pois mantém toda a formatação", - "format_html_zip": "HTML em arquivo ZIP – recomendado, pois isso preserva toda a formatação.", - "format_markdown": "Markdown – isso preserva a maior parte da formatação.", - "format_opml": "OPML - formato de intercâmbio de outliners apenas para texto. Formatação, imagens e arquivos não estão incluídos.", - "opml_version_1": "OPML v1.0 – apenas texto simples", - "opml_version_2": "OPML v2.0 – permite também HTML", - "export_type_single": "Apenas esta nota, sem seus descendentes", - "export": "Exportar", - "choose_export_type": "Por favor, escolha primeiro o tipo de exportação", - "export_status": "Status da exportação", - "export_in_progress": "Exportação em andamento: {{progressCount}}", - "export_finished_successfully": "Exportação concluída com sucesso.", - "format_pdf": "PDF – para impressão ou compartilhamento.", - "share-format": "HTML para publicação na web — usa o mesmo tema das notas compartilhadas, mas pode ser publicado como um site estático." - }, - "help": { - "noteNavigation": "Navegação de notas", - "goUpDown": "subir/descer na lista de notas", - "collapseExpand": "recolher/expandir nó", - "notSet": "não definido", - "goBackForwards": "voltar / avançar no histórico", - "showJumpToNoteDialog": "mostrar diálogo \"Ir para\"", - "scrollToActiveNote": "rolar até a nota atual", - "jumpToParentNote": "ir para a nota pai", - "collapseWholeTree": "recolher toda a árvore de notas", - "collapseSubTree": "recolher subárvore", - "tabShortcuts": "Atalhos de abas", - "newTabNoteLink": "em um link de nota abre a nota em uma nova aba", - "newTabWithActivationNoteLink": "em um link de nota abre e ativa a nota em uma nova aba", - "onlyInDesktop": "Apenas na versão para desktop (compilação Electron)", - "openEmptyTab": "abrir aba vazia", - "closeActiveTab": "fechar aba ativa", - "activateNextTab": "ativar próxima aba", - "activatePreviousTab": "ativar aba anterior", - "creatingNotes": "Criando notas", - "createNoteAfter": "criar nova nota após a nota atual", - "createNoteInto": "criar nova subnota dentro da nota atual", - "editBranchPrefix": "editar prefixo do clone da nota ativa", - "movingCloningNotes": "Movendo / clonando notas", - "moveNoteUpDown": "mover nota para cima/baixo na lista de notas", - "moveNoteUpHierarchy": "mover nota para cima na hierarquia", - "multiSelectNote": "selecionar múltiplas notas acima/abaixo", - "selectAllNotes": "selecionar todas as notas no nível atual", - "selectNote": "selecionar nota", - "copyNotes": "copiar nota ativa (ou seleção atual) para a área de transferência (usado para clonar)", - "cutNotes": "recortar nota atual (ou seleção atual) para a área de transferência (usado para mover notas)", - "pasteNotes": "colar nota(s) como subnota dentro da nota ativa (o que pode ser mover ou clonar dependendo se foi copiado ou recortado para a área de transferência)", - "deleteNotes": "excluir nota / subárvore", - "editingNotes": "Edição de notas", - "editNoteTitle": "no painel de árvore, a navegação mudará do painel de árvore para o título da nota. Pressionar Enter no título da nota mudará o foco para o editor de texto. Ctrl+. mudará o foco de volta do editor para o painel de árvore.", - "createEditLink": "criar / editar link externo", - "createInternalLink": "criar link interno", - "followLink": "seguir link sob o cursor", - "insertDateTime": "inserir data e hora atual na posição do cursor", - "jumpToTreePane": "ir para a árvore de notas e rolar até a nota ativa", - "markdownAutoformat": "Autoformatação estilo Markdown", - "headings": "##, ###, #### etc. seguidos de espaço para títulos", - "bulletList": "* ou - seguidos de espaço para lista com marcadores", - "numberedList": "1. ou 1) seguidos de espaço para lista numerada", - "blockQuote": "comece uma linha com > seguido de espaço para citação em bloco", - "troubleshooting": "Solução de problemas", - "reloadFrontend": "recarregar o frontend do Trilium", - "showDevTools": "mostrar ferramentas de desenvolvedor", - "showSQLConsole": "mostrar console SQL", - "other": "Outros", - "quickSearch": "focar no campo de pesquisa rápida", - "inPageSearch": "pesquisa na página", - "title": "Folha de Dicas", - "editShortcuts": "Editar atalhos de teclado" - }, - "import": { - "importIntoNote": "Importar para a nota", - "chooseImportFile": "Escolher arquivo para importar", - "importDescription": "O conteúdo do(s) arquivo(s) selecionado(s) será importado como nota(s) filha(s) em", - "options": "Opções", - "safeImportTooltip": "Arquivos de exportação Trilium .zip podem conter scripts executáveis que podem apresentar comportamentos prejudiciais. A importação segura desativará a execução automática de todos os scripts importados. Desmarque “Importação segura” apenas se o arquivo de importação contiver scripts executáveis e você confiar totalmente no conteúdo do arquivo importado.", - "safeImport": "Importação segura", - "explodeArchivesTooltip": "Se esta opção estiver marcada, o Trilium irá ler arquivos .zip, .enex e .opml e criar notas a partir dos arquivos contidos nesses arquivos compactados. Se estiver desmarcada, o Trilium irá anexar os próprios arquivos compactados à nota.", - "explodeArchives": "Ler conteúdos de arquivos .zip, .enex e .opml.", - "shrinkImagesTooltip": "

Se você marcar esta opção, o Trilium tentará reduzir o tamanho das imagens importadas por meio de escala e otimização, o que pode afetar a qualidade visual das imagens. Se desmarcada, as imagens serão importadas sem alterações.

Isso não se aplica a importações de arquivos .zip com metadados, pois presume-se que esses arquivos já estejam otimizados.

", - "shrinkImages": "Reduzir imagens", - "textImportedAsText": "Importar arquivos HTML, Markdown e TXT como notas de texto caso não esteja claro pelos metadados", - "codeImportedAsCode": "Importar arquivos de código reconhecidos (por exemplo, .json) como notas de código caso não esteja claro pelos metadados", - "replaceUnderscoresWithSpaces": "Substituir sublinhados por espaços nos nomes das notas importadas", - "import": "Importar", - "failed": "Falha na importação: {{message}}.", - "html_import_tags": { - "title": "Tags de importação HTML", - "description": "Configurar quais tags HTML devem ser preservadas ao importar notas. As tags que não estiverem nesta lista serão removidas durante a importação. Algumas tags (como 'script') são sempre removidas por motivos de segurança.", - "placeholder": "Digite as tags HTML, uma por linha", - "reset_button": "Redefinir para lista padrão" + "delete_notes": { + "delete_notes_preview": "Excluir pré-visualização de notas", + "close": "Fechar", + "delete_all_clones_description": "Excluir também todos os clones (pode ser desfeito em alterações recentes)", + "erase_notes_description": "A exclusão normal (suave) apenas marca as notas como excluídas, permitindo que sejam recuperadas (no diálogo de alterações recentes) dentro de um período de tempo. Se esta opção for marcada, as notas serão apagadas imediatamente e não será possível restaurá-las.", + "erase_notes_warning": "Apagar notas permanentemente (não pode ser desfeito), incluindo todos os clones. Isso forçará o recarregamento do aplicativo.", + "notes_to_be_deleted": "As seguintes notas serão excluídas ({{notesCount}})", + "no_note_to_delete": "Nenhuma nota será excluída (apenas os clones).", + "broken_relations_to_be_deleted": "As seguintes relações serão quebradas e excluídas ({{ relationCount}})", + "cancel": "Cancelar", + "ok": "OK", + "deleted_relation_text": "A nota {{- note}} (a ser excluída) está referenciada pela relação {{- relation}} originada de {{- source}}." }, - "import-status": "Status da importação", - "in-progress": "Importação em andamento: {{progress}}", - "successful": "Importação concluída com sucesso.", - "importZipRecommendation": "Ao importar um arquivo ZIP, a hierarquia de notas refletirá a estrutura de subdiretórios dentro do arquivo." - }, - "include_note": { - "dialog_title": "Incluir nota", - "label_note": "Nota", - "placeholder_search": "pesquisar nota pelo nome", - "box_size_prompt": "Dimensão da caixa da nota incluída:", - "box_size_small": "pequeno (~ 10 linhas)", - "box_size_medium": "médio (~ 30 linhas)", - "box_size_full": "completo (a caixa exibe o texto completo)", - "button_include": "Incluir nota" - }, - "info": { - "modalTitle": "Mensagem informativa", - "closeButton": "Fechar", - "okButton": "OK", - "copy_to_clipboard": "Copiar para a área de transferência" - }, - "jump_to_note": { - "search_placeholder": "Pesquise uma nota pelo nome ou digite > para comandos...", - "search_button": "Pesquisar em texto completo" - }, - "markdown_import": { - "dialog_title": "Importar Markdown", - "modal_body_text": "Por motivos de segurança (sandbox do navegador), o JavaScript não pode acessar diretamente a área de transferência. Por favor, cole o conteúdo Markdown na área de texto abaixo e clique em Importar", - "import_button": "Importar", - "import_success": "O conteúdo Markdown foi importado para o documento." - }, - "move_to": { - "dialog_title": "Mover notas para...", - "notes_to_move": "Notas para mover", - "target_parent_note": "Nota pai-alvo", - "search_placeholder": "pesquisar nota pelo nome", - "move_button": "Mover para a nota selecionada", - "error_no_path": "Nenhum caminho para mover.", - "move_success_message": "As notas selecionadas foram movidas para " - }, - "note_type_chooser": { - "change_path_prompt": "Alterar onde criar a nova nota:", - "search_placeholder": "buscar caminho pelo nome (valor padrão se não for preenchido)", - "modal_title": "Escolher tipo de nota", - "modal_body": "Escolha o tipo/modelo da nova nota:", - "templates": "Modelos", - "builtin_templates": "Modelos Incorporados" - }, - "password_not_set": { - "title": "A senha não está definida", - "body1": "Notas protegidas são criptografadas usando uma senha do usuário, mas a senha ainda não foi definida.", - "body2": "Para poder proteger notas, clique no botão abaixo para abrir a caixa de diálogo de Opções e definir sua senha.", - "go_to_password_options": "Ir para opções de Senha" - }, - "prompt": { - "title": "Prompt", - "ok": "OK", - "defaultTitle": "Prompt" - }, - "protected_session_password": { - "modal_title": "Sessão Protegida", - "help_title": "Ajuda sobre notas protegidas", - "close_label": "Fechar", - "form_label": "Para prosseguir com a ação solicitada, você precisa iniciar uma sessão protegida digitando a senha:", - "start_button": "Iniciar sessão protegida" - }, - "recent_changes": { - "title": "Alterações recentes", - "erase_notes_button": "Remover permanentemente as notas excluídas agora", - "deleted_notes_message": "As notas excluídas foram removidas permanentemente.", - "no_changes_message": "Nenhuma alteração ainda...", - "undelete_link": "Restaurar", - "confirm_undelete": "Você deseja restaurar esta nota e suas subnotas?" - }, - "revisions": { - "note_revisions": "Versões da nota", - "delete_all_revisions": "Excluir todas as versões desta nota", - "delete_all_button": "Excluir todas as versões", - "help_title": "Ajuda sobre as versões da nota", - "confirm_delete_all": "Você quer excluir todas as versões desta nota?", - "no_revisions": "Ainda não há versões para esta nota...", - "restore_button": "Recuperar", - "confirm_restore": "Deseja restaurar esta versão? Isso irá substituir o título e o conteúdo atuais da nota por esta versão.", - "delete_button": "Excluir", - "confirm_delete": "Deseja excluir esta versão?", - "revisions_deleted": "As versões da nota foram removidas.", - "revision_restored": "A versão da nota foi restaurada.", - "revision_deleted": "A versão da nota foi excluída.", - "snapshot_interval": "Intervalo de captura das versões da nota: {{seconds}}s.", - "maximum_revisions": "Limite de capturas das versões da nota: {{number}}.", - "settings": "Configurações de versões da nota", - "download_button": "Download", - "mime": "MIME: ", - "file_size": "Tamanho do arquivo:", - "preview_not_available": "A visualização não está disponível para este tipo de nota.", - "diff_on": "Exibir diferença", - "diff_off": "Exibir conteúdo", - "diff_on_hint": "Clique para exibir a diferença de fonte da nota", - "diff_off_hint": "Clique para exibir o conteúdo da nota", - "diff_not_available": "A diferença não está disponível." - }, - "sort_child_notes": { - "sort_children_by": "Ordenar notas filhas por...", - "sorting_criteria": "Critérios de ordenação", - "title": "título", - "date_created": "data de criação", - "date_modified": "data de modificação", - "sorting_direction": "Direção de ordenação", - "ascending": "crescente", - "descending": "decrescente", - "folders": "Pastas", - "sort_folders_at_top": "colocar pastas no topo", - "natural_sort": "Ordenação Natural", - "sort_with_respect_to_different_character_sorting": "classificar de acordo com diferentes regras de ordenação de caracteres e colação em diferentes idiomas ou regiões.", - "natural_sort_language": "Linguagem da ordenação natural", - "the_language_code_for_natural_sort": "O código do idioma para ordenação natural, por exemplo, \"zh-CN\" para chinês.", - "sort": "Ordenar" - }, - "upload_attachments": { - "upload_attachments_to_note": "Enviar anexos para a nota", - "choose_files": "Escolher arquivos", - "files_will_be_uploaded": "Os arquivos serão enviados como anexos para {{noteTitle}}", - "options": "Opções", - "shrink_images": "Reduzir imagens", - "upload": "Enviar", - "tooltip": "Se você marcar esta opção, o Trilium tentará reduzir as imagens enviadas redimensionando e otimizando, o que pode afetar a qualidade visual percebida. Se desmarcada, as imagens serão enviadas sem alterações." - }, - "attribute_detail": { - "attr_detail_title": "Título Detalhado do Atributo", - "close_button_title": "Cancelar alterações e fechar", - "attr_is_owned_by": "O atributo pertence a", - "attr_name_title": "O nome do atributo pode ser composto apenas por caracteres alfanuméricos, dois-pontos e sublinhado", - "name": "Nome", - "value": "Valor", - "target_note_title": "Relação é uma conexão nomeada entre a nota de origem e a nota de destino.", - "target_note": "Nota de destino", - "promoted_title": "O atributo promovido é exibido de forma destacada na nota.", - "promoted": "Promovido", - "promoted_alias_title": "O nome a ser exibido na interface de atributos promovidos.", - "promoted_alias": "Alias", - "multiplicity_title": "Multiplicidade define quantos atributos com o mesmo nome podem ser criados — no máximo 1 ou mais de 1.", - "multiplicity": "Multiplicidade", - "single_value": "Valor único", - "multi_value": "Valor múltiplo", - "label_type_title": "O tipo do rótulo ajudará o Trilium a escolher a interface adequada para inserir o valor do rótulo.", - "label_type": "Tipo", - "text": "Texto", - "number": "Número", - "boolean": "Booleano", - "date": "Data", - "date_time": "Data e Hora", - "time": "Hora", - "url": "URL", - "precision_title": "Qual número de dígitos após o ponto decimal deve estar disponível na interface de configuração de valor.", - "precision": "Precisão", - "digits": "dígitos", - "inverse_relation_title": "Configuração opcional para definir a qual relação esta é oposta. Exemplo: Pai - Filho são relações inversas entre si.", - "inverse_relation": "Relação inversa", - "inheritable_title": "O atributo herdável será transmitido para todos os descendentes deste ramo.", - "inheritable": "Herdável", - "save_and_close": "Salvar e fechar Ctrl+Enter", - "delete": "Excluir", - "related_notes_title": "Outras notas com este rótulo", - "more_notes": "Mais notas", - "label": "Detalhe do rótulo", - "label_definition": "Detalhe da definição do rótulo", - "relation": "Detalhe da relação", - "relation_definition": "Detalhe da definição da relação", - "disable_versioning": "desativa a versão automática. Útil, por exemplo, para notas grandes, mas sem importância – como grandes bibliotecas JS usadas para scripts", - "calendar_root": "marca a nota que deve ser usada como raiz para notas diárias. Apenas uma deve ser marcada assim.", - "archived": "notas com este rótulo não serão exibidas por padrão nos resultados de busca (também nos diálogos Ir para, Adicionar link, etc).", - "exclude_from_export": "notas (junto com sua subárvore) não serão incluídas em nenhuma exportação de notas", - "run": "define em quais eventos o script deve ser executado. Os valores possíveis são:\n
    \n
  • frontendStartup - quando o frontend do Trilium inicia (ou é atualizado), mas não no celular.
  • \n
  • mobileStartup - quando o frontend do Trilium inicia (ou é atualizado), no celular.
  • \n
  • backendStartup - quando o backend do Trilium inicia
  • \n
  • hourly - executa uma vez por hora. Você pode usar o rótulo adicional runAtHour para especificar em qual hora.
  • \n
  • daily - executa uma vez por dia
  • \n
", - "run_on_instance": "Define em qual instância do Trilium isso deve ser executado. Por padrão, todas as instâncias.", - "run_at_hour": "Em qual hora isso deve ser executado. Deve ser usado junto com #run=hourly. Pode ser definido várias vezes para executar mais de uma vez ao dia.", - "disable_inclusion": "scripts com este rótulo não serão incluídos na execução do script pai.", - "sorted": "mantém as notas filhas ordenadas alfabeticamente pelo título", - "sort_direction": "ASC (padrão) ou DESC", - "sort_folders_first": "Pastas (notas com filhos) devem ser ordenadas no topo", - "top": "mantenha a nota fornecida no topo em seu pai (aplica-se apenas a pais ordenados)", - "hide_promoted_attributes": "Ocultar atributos promovidos nesta nota", - "read_only": "o editor está em modo somente leitura. Funciona apenas para notas de texto e código.", - "auto_read_only_disabled": "notas de texto/código podem ser automaticamente configuradas para modo de leitura quando são muito grandes. Você pode desabilitar esse comportamento por nota adicionando este rótulo à nota", - "app_css": "marca notas CSS que são carregadas no aplicativo Trilium e, portanto, podem ser usadas para modificar a aparência do Trilium.", - "app_theme": "marca notas CSS que são temas completos do Trilium e, portanto, estão disponíveis nas opções do Trilium.", - "app_theme_base": "defina como \"next\", \"next-light\" ou \"next-dark\" para usar o tema TriliumNext correspondente (auto, claro ou escuro) como base para um tema personalizado, em vez do tema legado.", - "css_class": "o valor deste rótulo é então adicionado como classe CSS ao nó que representa a nota específica na árvore. Isso pode ser útil para temas avançados. Pode ser usado em notas de modelo.", - "icon_class": "o valor deste rótulo é adicionado como uma classe CSS ao ícone na árvore, o que pode ajudar a distinguir visualmente as notas na árvore. Um exemplo pode ser bx bx-home – os ícones são retirados do boxicons. Pode ser usado em notas de modelo.", - "page_size": "número de itens por página na listagem de notas", - "custom_request_handler": "veja Manipulador de requisição personalizada", - "custom_resource_provider": "veja Manipulador de requisição personalizada", - "widget": "marca esta nota como um widget personalizado que será adicionado à árvore de componentes do Trilium", - "workspace": "marca esta nota como um espaço de trabalho, o que permite fácil hoisting", - "workspace_icon_class": "define a classe CSS do ícone box que será usada na aba quando esta nota for hoisted", - "workspace_tab_background_color": "cor CSS usada na aba da nota quando esta nota é hoisted", - "workspace_calendar_root": "Define a raiz do calendário por espaço de trabalho", - "workspace_template": "Esta nota aparecerá na seleção de modelos disponíveis ao criar uma nova nota, mas apenas quando estiver destacada em um espaço de trabalho que contenha este modelo", - "search_home": "novas notas de pesquisa serão criadas como filhas desta nota", - "workspace_search_home": "novas notas de pesquisa serão criadas como filhas desta nota quando ela for destacada para algum ancestral desta nota de área de trabalho", - "inbox": "localização padrão da caixa de entrada para novas notas – quando você cria uma nota usando o botão \"nova nota\" na barra lateral, as notas serão criadas como notas filhas na nota marcada com o rótulo #inbox.", - "workspace_inbox": "local padrão da caixa de entrada para novas notas quando esta nota for destacada para algum ancestral desta nota de área de trabalho", - "sql_console_home": "localização padrão das notas do console SQL", - "bookmark_folder": "nota com este rótulo aparecerá nos favoritos como uma pasta (permitindo acesso aos seus filhos)", - "share_hidden_from_tree": "esta nota está oculta na árvore de navegação à esquerda, mas ainda pode ser acessada via sua URL", - "share_external_link": "a nota funcionará como um link para um site externo na árvore de compartilhamento", - "share_alias": "defina um alias por meio do qual a nota ficará disponível em https://your_trilium_host/share/[your_alias]", - "share_omit_default_css": "o CSS padrão da página de compartilhamento será omitido. Use quando você fizer alterações extensas de estilo.", - "share_root": "marca a nota que é servida na raiz de /share.", - "share_description": "defina o texto a ser adicionado à meta tag HTML \"description\"", - "share_raw": "a nota será servida em seu formato bruto, sem o wrapper HTML", - "share_disallow_robot_indexing": "impedirá que robôs indexem esta nota por meio do cabeçalho X-Robots-Tag: noindex", - "share_credentials": "exigir credenciais para acessar esta nota compartilhada. O valor deve estar no formato 'usuário:senha'. Não se esqueça de tornar esta configuração herdável para que seja aplicada às notas-filhas/imagens.", - "share_index": "notas com este rótulo irão listar todas as raízes das notas compartilhadas", - "display_relations": "nomes das relações separados por vírgula que devem ser exibidos. Todas as outras serão ocultadas.", - "hide_relations": "nomes das relações separados por vírgula que devem ser ocultados. Todas as outras serão exibidas.", - "title_template": "título padrão das notas criadas como filhas desta nota. O valor é avaliado como uma string JavaScript \n e pode ser enriquecido com conteúdo dinâmico usando as variáveis injetadas now e parentNote. Exemplos:\n \n
    \n
  • ${parentNote.getLabelValue('authorName')}'s literary works
  • \n
  • Log for ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n Veja a wiki com detalhes, a documentação da API para parentNote e para now para mais informações.", - "template": "Esta nota aparecerá na seleção de modelos disponíveis ao criar uma nova nota", - "toc": "#toc ou #toc=show irá forçar a exibição do Sumário, #toc=hide irá forçar que ele fique oculto. Se o rótulo não existir, será considerado o ajuste global", - "color": "define a cor da nota na árvore de notas, links etc. Use qualquer valor de cor CSS válido, como 'red' ou #a13d5f", - "keyboard_shortcut": "Define um atalho de teclado que irá pular imediatamente para esta nota. Exemplo: 'ctrl+alt+e'. É necessário recarregar o frontend para que a alteração tenha efeito.", - "hide_highlight_widget": "Ocultar o widget da lista de destaques", - "keep_current_hoisting": "Abrir este link não alterará o destaque, mesmo que a nota não seja exibível na subárvore destacada atual.", - "execute_button": "Titulo do botão que executará a nota de código atual", - "exclude_from_note_map": "Notas com este rótulo ficarão ocultas no Mapa de Notas", - "new_notes_on_top": "Novas notas serão criadas no topo da nota raiz, não na parte inferior.", - "execute_description": "Descrição longa da nota de código atualmente exibida junto ao botão executar", - "print_page_size": "Quando exportando para PDF, altera o tamanho da página. Valores suportados: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", - "and_more": "... e {{count}} mais.", - "other_notes_with_name": "Outras notas com {{attributeType}} igual a \"{{attributeName}}\"", - "color_type": "Cor", - "run_on_note_creation": "executa quando a nota é criada no backend. Use esta relação se quiser executar o script para todas as notas criadas em uma subárvore específica. Neste caso, crie-a na nota raiz da subárvore e torne-a herdável. Uma nova nota criada dentro da subárvore (qualquer profundidade) irá acionar o script.", - "run_on_child_note_creation": "executa quando uma nova nota é criada sob a nota onde esta relação está definida", - "run_on_note_title_change": "executa quando o título da nota é alterado (inclusive na criação de nota)", - "run_on_note_content_change": "executa quando o conteúdo da nota é alterado (inclusive na criação de nota).", - "run_on_note_change": "executa quando a nota é alterada (inclusive na criação de nota). Não incluí alterações no conteúdo", - "run_on_note_deletion": "executa quando a nota está sendo excluída", - "run_on_branch_creation": "executa quando uma ramificação é criada. Ramificação é uma ligação entre nota pai e nota filha e é criado, por exemplo, ao clonar ou mover uma nota.", - "run_on_branch_change": "executa quando uma remificação é atualizada.", - "run_on_attribute_creation": "executa quando um novo atributo é criado para a nota que define esta relação", - "run_on_attribute_change": " executa quando o atributo é alterado na nota que define esta relação. Também é disparado quando o atributo é excluído", - "widget_relation": "o destino desta relação será executado e renderizado como um widget na barra lateral", - "run_on_branch_deletion": "executa quando uma ramificação é excluída. Ramificação é um link entre a nota pai e a nota filha e é excluído, por exemplo, ao mover a nota (a ramificação/link antiga é excluída).", - "relation_template": "os atributos da nota serão herdados mesmo sem um relacionamento pai-filho, o conteúdo e subárvore da nota serão adicionados às notas da instância se vazias. Veja a documentação para detalhes.", - "inherit": "os atributos da nota serão herdados mesmo sem um relacionamento pai-filho. Veja relação de modelos para um conceito semelhante. Veja a herança de atributos na documentação.", - "render_note": "notas do tipo \"nota de renderização HTML\" serão renderizadas usando uma nota de código (HTML ou script) e é necessário apontar usando esta relação qual nota deve ser renderizada", - "share_css": "Nota CSS que será injetada na página de compartilhamento. A nota CSS também deve estar na subárvore compartilhada. Considere usar também 'share_hidden_from_tree' e 'share_omit_default_css'.", - "share_js": "Nota JavaScript que será injetada na página de compartilhamento. A nota JS também deve estar na subárvore compartilhada. Considere usar 'share_hidden_from_tree'.", - "share_template": "Nota JavaScript incorporada que será usada como modelo para exibir a nota compartilhada. Retorna ao modelo padrão. Considere usar 'share_hidden_from_tree'.", - "share_favicon": "Nota Favicon que será usada na página compartilhada. Tipicamente você quer defini-la na raiz do compartilhamento e torná-lo herdável. A nota de Favicon também deve estar na subárvore compartilhada. Considere usar 'share_hidden_from_tree'.", - "is_owned_by_note": "é propriedade da nota", - "print_landscape": "Ao exportar para PDF, muda a orientação da página para paisagem em vez de retrato." - }, - "attachments_actions": { - "delete_attachment": "Excluir anexo", - "open_externally": "Abrir externamente", - "open_custom": "Abrir customizado", - "download": "Baixar", - "rename_attachment": "Renomear anexo", - "upload_new_revision": "Enviar nova revisão", - "copy_link_to_clipboard": "Copiar link para a área de transferência", - "convert_attachment_into_note": "Converter anexo para nota", - "upload_success": "Uma nova revisão de anexo foi enviada.", - "upload_failed": "O envio de uma nova revisão de anexo falhou.", - "delete_success": "O anexo '{{title}}' foi excluído.", - "convert_success": "O anexo '{{title}}' foi convertido para uma nota.", - "enter_new_name": "Por favor, digite o novo nome do anexo", - "delete_confirm": "Tem certeza que deseja excluir o anexo '{{title}}'?", - "convert_confirm": "Tem certeza que deseja converter o anexo '{{title}}' em uma nota separada?", - "open_externally_title": "O arquivo será aberto em uma aplicação externa e monitorado por alterações. Você então poderá enviar a versão modificada de volta para o Trilium.", - "open_custom_title": "O arquivo será aberto em uma aplicação externa e monitorado por alterações. Você então poderá enviar a versão modificada de volta para o Trilium.", - "open_externally_detail_page": "A abertura de anexo externamente só está disponível através da página de detalhes. Por favor, primeiro clique nos detalhes do anexo e repita a ação.", - "open_custom_client_only": "A abertura customizada de anexos só pode ser feita usando o cliente de desktop." - }, - "attachment_detail": { - "you_can_also_open": ", você também pode abrir o(a) ", - "open_help_page": "Abrir página de ajuda nos anexos", - "list_of_all_attachments": "Lista de todos os anexos", - "attachment_deleted": "Este anexo foi excluído.", - "owning_note": "Nota proprietária: " - }, - "ancestor": { - "depth_gt": "é maior que {{count}}", - "label": "Ancestral", - "placeholder": "buscar notas pelo nome", - "depth_label": "profundidade", - "depth_doesnt_matter": "não importa", - "depth_eq": "é exatamente {{count}}", - "direct_children": "filho direto", - "depth_lt": "é menor que {{count}}" - }, - "add_relation": { - "add_relation": "Adicionar relação", - "allowed_characters": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", - "relation_name": "nome da relação", - "to": "para", - "target_note": "nota destino", - "create_relation_on_all_matched_notes": "Crie a relação informada em todas as notas correspondentes." - }, - "delete_label": { - "label_name_placeholder": "nome da etiqueta", - "label_name_title": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", - "delete_label": "Excluir etiqueta" - }, - "rename_label": { - "rename_label": "Renomear etiqueta", - "rename_label_from": "Renomear etiqueta de", - "old_name_placeholder": "nome antigo", - "to": "Para", - "new_name_placeholder": "novo nome", - "name_title": "Caracteres alfanuméricos, underscore e vírgula são permitidos." - }, - "execute_script": { - "example_1": "Por exemplo para anexar um texto ao título de uma nota, use este pequeno script:", - "execute_script": "Executar script", - "help_text": "Você pode executar scripts simples nas notas correspondentes.", - "example_2": "Um exemplo mais complexo seria excluir todos os atributos das notas correspondentes:" - }, - "attribute_editor": { - "help_text_body1": "Para adicionar uma etiqueta, digite por exemplo #rock ou se você também quer adicionar um valor então por exemplo #year = 2020", - "help_text_body2": "Para relação, digite ~author = @, que deve ser exibido um autocompletar onde você pode encontrar a nota desejada.", - "help_text_body3": "Alternativamente, você pode adicionar etiqueta e relação usando o botão + no lado direito.", - "save_attributes": "Salvar atributos ", - "add_a_new_attribute": "Adicionar um novo atributo", - "add_new_label": "Adicionar nova etiqueta ", - "add_new_relation": "Adicionar nova relação ", - "add_new_label_definition": "Adicionar nova definição de etiqueta", - "add_new_relation_definition": "Adicionar nova definição de relação", - "placeholder": "Digite as etiquetas e relações aqui" - }, - "abstract_bulk_action": { - "remove_this_search_action": "Remover esta ação de busca" - }, - "add_label": { - "add_label": "Adicionar etiqueta", - "label_name_placeholder": "nome da etiqueta", - "label_name_title": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", - "to_value": "para o valor", - "new_value_placeholder": "novo valor", - "help_text": "Em todas as notas correspondentes:", - "help_text_item1": "criar a etiqueta indicada se a nota ainda não tiver uma", - "help_text_item2": "ou altere o valor da etiqueta existente", - "help_text_note": "Você também pode chamar este método sem valor, neste caso a etiqueta será atribuída à nota sem valor." - }, - "update_label_value": { - "update_label_value": "Atualizar valor da etiqueta", - "label_name_placeholder": "nome da etiqueta", - "label_name_title": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", - "new_value_placeholder": "novo valor", - "to_value": "para o valor", - "help_text": "Em todas as notas correspondentes, altera o valor da etiqueta existente.", - "help_text_note": "Você também pode chamar este método sem um valor, neste caso a etiqueta será à nota sem um valor." - }, - "delete_relation": { - "allowed_characters": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", - "delete_relation": "Excluir relação", - "relation_name": "nome da relação" - }, - "rename_relation": { - "allowed_characters": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", - "rename_relation": "Renomar relação", - "rename_relation_from": "Renomear relação de", - "old_name": "nome antigo", - "to": "Para", - "new_name": "novo nome" - }, - "update_relation_target": { - "allowed_characters": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", - "to": "para", - "target_note": "nota destino", - "on_all_matched_notes": "Em todas as notas correspondentes", - "change_target_note": "alterar nota destino da relação existente", - "update_relation_target": "Atualizar destino da relação", - "update_relation": "Atualizar relação", - "relation_name": "nome da relação" - }, - "content_renderer": { - "open_externally": "Abrir externamente" - }, - "modal": { - "close": "Fechar", - "help_title": "Exibir mais informações sobre esta tela" - }, - "api_log": { - "close": "Fechar" - }, - "attachment_detail_2": { - "will_be_deleted_in": "Este anexo será excluído automaticamente em {{time}}", - "will_be_deleted_soon": "Este anexo será excluído automaticamente em breve", - "deletion_reason": ", porque o anexo não está associado ao conteúdo da nota. Para evitar a exclusão, adicione o anexo novamente ao conteúdo ou converta o anexo em uma nota.", - "role_and_size": "Regra: {{role}}, Tamanho: {{size}}", - "link_copied": "Link do anexo copiado para a área de transferência.", - "unrecognized_role": "Regra desconhecida de anexo '{{role}}'." - }, - "bookmark_switch": { - "bookmark": "Favorito", - "bookmark_this_note": "Favoritar esta nota no painel da esquerda", - "remove_bookmark": "Remover favorito" - }, - "editability_select": { - "auto": "Auto", - "read_only": "Somente leitura", - "always_editable": "Sempre Editável", - "note_is_editable": "A nota é editável se não for muito longa.", - "note_is_read_only": "A nota é somente leitura, mas pode ser editada com um clique no botão.", - "note_is_always_editable": "A nota é sempre editável, independentemente do seu tamanho." - }, - "note-map": { - "button-link-map": "Mapa de Links", - "button-tree-map": "Mapa em Árvore" - }, - "tree-context-menu": { - "open-in-a-new-tab": "Abrir em uma nova aba", - "open-in-a-new-split": "Abrir em um novo painel dividido", - "insert-note-after": "Inserir nota após", - "insert-child-note": "Inserir nota filha", - "delete": "Excluir", - "search-in-subtree": "Buscar na subárvore", - "hoist-note": "Fixar nota", - "unhoist-note": "Desafixar nota", - "edit-branch-prefix": "Editar prefixo da ramificação", - "advanced": "Avançado", - "expand-subtree": "Expandir subárvore", - "collapse-subtree": "Recolher subárvore", - "sort-by": "Ordenar por...", - "recent-changes-in-subtree": "Alterações recentes na subárvore", - "convert-to-attachment": "Converter para anexo", - "copy-note-path-to-clipboard": "Copiar caminho da nota para a área de transferência", - "protect-subtree": "Proteger subárvore", - "unprotect-subtree": "Desproteger subárvore", - "copy-clone": "Copiar / clonar", - "clone-to": "Clonar para...", - "cut": "Recortar", - "move-to": "Mover para...", - "paste-into": "Colar em", - "paste-after": "Colar depois", - "duplicate": "Duplicar", - "export": "Exportar", - "import-into-note": "Importar na nota", - "apply-bulk-actions": "Aplicar ações em massa", - "converted-to-attachments": "{{count}} notas foram convertidas em anexos.", - "convert-to-attachment-confirm": "Tem certeza de que deseja converter as notas selecionadas em anexos de suas notas pai? Esta operação se aplica apenas a notas de imagem; outras notas serão ignoradas.", - "open-in-popup": "Edição rápida", - "archive": "Ficheiro", - "unarchive": "Desarquivar" - }, - "command_palette": { - "search_subtree_title": "Buscar na Subárvore", - "search_subtree_description": "Buscar dentro da subárvore atual", - "search_history_title": "Exibir Histórico de Busca", - "search_history_description": "Visualizar buscas anteriores", - "configure_launch_bar_title": "Configurar Barra de Execução", - "tree-action-name": "Árvore: {{name}}", - "export_note_title": "Exportar Nota", - "export_note_description": "Exportar a nota atual", - "show_attachments_title": "Exibir Anexos", - "show_attachments_description": "Exibir anexos da nota", - "search_notes_title": "Buscar Notas", - "search_notes_description": "Abrir busca avançada", - "configure_launch_bar_description": "Abrir a configuração da barra de atalho, para adicionar ou remover itens." - }, - "delete_note": { - "delete_note": "Excluir nota", - "delete_matched_notes": "Excluir notas correspondentes", - "delete_matched_notes_description": "Isso irá excluir as notas correspondentes.", - "undelete_notes_instruction": "Depois da exclusão, é possível desfazer através da janela de Alterações Recentes.", - "erase_notes_instruction": "Para apagar notas permanentemente, você pode fazer isso depois da exclusão indo em Opções -> Outros e clicar no botão \"Apagar notas excluídas agora\"." - }, - "delete_revisions": { - "delete_note_revisions": "Excluir revisões da nota", - "all_past_note_revisions": "Todas as revisões anteriores das notas correspondentes serão excluídas. A nota em si será perservada. Ou seja, o histórico da nota será removido." - }, - "move_note": { - "move_note": "Mover nota", - "to": "para", - "target_parent_note": "nota pai destino", - "on_all_matched_notes": "Em todas as notas correspondentes", - "move_note_new_parent": "move a nota para o novo pai se a nota tem apenas um pai (ou seja, a antiga ramificação é removida e uma nova ramificação é criada para o novo pai)", - "clone_note_new_parent": "clona a nota para o novo pai se a nota tem vários clones / ramificações (não é claro qual ramificação deve ser removida)", - "nothing_will_happen": "nada acontecerá se a nota não puder ser movida para a nota de destino (por exemplo, se criaria um ciclo de árvore)" - }, - "rename_note": { - "rename_note": "Renomear nota", - "rename_note_title_to": "Renomear título da nota para", - "new_note_title": "novo título da nota", - "click_help_icon": "Clique no ícone de ajuda a direita para ver todas as opções", - "example_note": "Nota - todas as notas correspondentes serão renomeadas para 'Nota'", - "example_new_title": "NOVO: ${note.title} - o título das notas correspondentes receberá o prefixo 'NOVO: '", - "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - notas correspondentes receberão um prefixo com o mês-dia da data de criação da nota", - "api_docs": "Veja da documentação da API para nota e suas propriedades dateCreatedObj / utcDateCreatedObj para detalhes.", - "evaluated_as_js_string": "O valor digitado é avaliado como string JavaScript e, portanto, pode ser enriquecido com conteúdo dinâmico através da variável injetada note (nota sendo renomeada). Exemplos:" - }, - "calendar": { - "mon": "Seg", - "tue": "Ter", - "wed": "Qua", - "thu": "Qui", - "fri": "Sex", - "sat": "Sáb", - "sun": "Dom", - "cannot_find_day_note": "Nota do dia não encontrada", - "cannot_find_week_note": "Nota semanal não encontrada", - "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", - "week": "Semana", - "week_previous": "Semana passada", - "week_next": "Próxima semana", - "month": "Mês", - "month_previous": "Mês passado", - "month_next": "Próximo mês", - "year": "Ano", - "year_previous": "Ano passado", - "year_next": "Próximo ano", - "list": "Lista", - "today": "Hoje" - }, - "close_pane_button": { - "close_this_pane": "Fechar este painel" - }, - "create_pane_button": { - "create_new_split": "Criar nova divisão" - }, - "edit_button": { - "edit_this_note": "Editar esta nota" - }, - "show_toc_widget_button": { - "show_toc": "Mostrar Tabela de Conteúdo" - }, - "show_highlights_list_widget_button": { - "show_highlights_list": "Mostrar Lista de Destaques" - }, - "global_menu": { - "menu": "Menu", - "options": "Opções", - "open_new_window": "Abrir Nova Janela", - "switch_to_mobile_version": "Alternar para Versão Mobile", - "switch_to_desktop_version": "Alternar para Versão Desktop", - "zoom": "Zoom", - "toggle_fullscreen": "Alternar Tela Cheia", - "zoom_out": "Reduzir", - "reset_zoom_level": "Redefinir Zoom", - "zoom_in": "Aumentar", - "configure_launchbar": "Configurar Barra de Atalhos", - "show_shared_notes_subtree": "Exibir Subárvore de Notas Compartilhadas", - "advanced": "Avançado", - "open_dev_tools": "Abrir Ferramentas de Desenvolvedor", - "open_sql_console": "Abrir Console SQL", - "open_sql_console_history": "Abrir Histórico de Console SQL", - "open_search_history": "Abrir Histórico de Busca", - "show_backend_log": "Abrir Log do Servidor", - "reload_frontend": "Recarregar Frontend", - "show_hidden_subtree": "Exibir Subárvore Oculta", - "show_help": "Exibir Ajuda", - "about": "Sobre o Trilium Notes", - "logout": "Sair", - "show-cheatsheet": "Exibir Cheatsheet", - "toggle-zen-mode": "Modo Zen", - "reload_hint": "Recarregar pode ajudar com alguns problemas visuais sem reiniciar toda a aplicação.", - "new-version-available": "Nova atualização disponível", - "download-update": "Obter a versão {{latestVersion}}" - }, - "zen_mode": { - "button_exit": "Sair do Modo Zen" - }, - "sync_status": { - "in_progress": "Sincronização com o servidor em andamento.", - "unknown": "

O estado da sincronização será conhecido assim que a próxima tentativa começar.

Clique para iniciar a sincronização agora.

", - "connected_with_changes": "

Conectado ao servidor de sincronização.
Existem algumas alterações esperando para serem sincronizadas.

Clique para sincronizar.

", - "connected_no_changes": "

Conectado ao servidor de sincronização.
Todas as alterações já foram sincronizadas.

Clique para sincronizar.

", - "disconnected_with_changes": "

A conexão ao servidor de sincronização falhou.
Existem algumas alterações esperando para serem sincronizadas.

Clique para sincronizar.

", - "disconnected_no_changes": "

A conexão ao servidor de sincronização falhou.
Todas as alterações já foram sincronizadas.

Clique para sincronizar.

" - }, - "left_pane_toggle": { - "show_panel": "Exibir painel", - "hide_panel": "Esconder painel" - }, - "move_pane_button": { - "move_left": "Mover para a esquerda", - "move_right": "Mover para a direita" - }, - "note_actions": { - "convert_into_attachment": "Converter para anexo", - "re_render_note": "Renderizar nota novamente", - "search_in_note": "Buscar na nota", - "note_source": "Código Fonte da nota", - "note_attachments": "Anexos da nota", - "open_note_externally": "Abrir nota externamente", - "open_note_custom": "Abrir nota de forma customizada", - "import_files": "Importar arquivos", - "export_note": "Exportar nota", - "delete_note": "Excluir nota", - "print_note": "Imprimir nota", - "save_revision": "Salvar revisão", - "convert_into_attachment_failed": "A conversão da nota '{{title}}' falhou.", - "convert_into_attachment_successful": "A nota '{{title}}' foi convertida para anexo.", - "print_pdf": "Exportar como PDF…", - "open_note_externally_title": "O arquivo será aberto em uma aplicação externa e monitorado por alterações. Você então poderá enviar a versão modificada de volta para o Trilium.", - "convert_into_attachment_prompt": "Você tem certeza que quer converter a nota '{{title}}' em um anexo da nota pai?", - "open_note_on_server": "Abrir nota no servidor", - "view_revisions": "Revisões da nota…", - "advanced": "Avançado", - "export_as_image": "Exportar como imagem", - "export_as_image_png": "PNG (raster)", - "export_as_image_svg": "SVG (vetorial)", - "note_map": "Mapa de notas" - }, - "protected_session_status": { - "inactive": "Clique para entrar na sessão protegida", - "active": "Sessão protegida está ativada. Clique para deixar a sessão protegida." - }, - "revisions_button": { - "note_revisions": "Revisões da Nota" - }, - "update_available": { - "update_available": "Atualização disponível" - }, - "code_buttons": { - "execute_button_title": "Executar script", - "trilium_api_docs_button_title": "Abrir documentação da Trilium API", - "save_to_note_button_title": "Salvar para uma nota", - "opening_api_docs_message": "Abrindo documentação da API…", - "sql_console_saved_message": "Nota do Console SQL foi salva no caminho {{note_path}}" - }, - "hide_floating_buttons_button": { - "button_title": "Esconder botões" - }, - "show_floating_buttons_button": { - "button_title": "Exibir botões" - }, - "svg_export_button": { - "button_title": "Exportar diagrama como SVG" - }, - "relation_map_buttons": { - "zoom_in_title": "Aumentar", - "zoom_out_title": "Reduzir", - "create_child_note_title": "Criar nova nota filha e adicione neste mapa de relação", - "reset_pan_zoom_title": "Redefinir pan & zoom para coordenadas e ampliação iniciais" - }, - "zpetne_odkazy": { - "relation": "relação", - "backlink_one": "", - "backlink_many": "", - "backlink_other": "{{count}} Links Reversos" - }, - "mobile_detail_menu": { - "insert_child_note": "Inserir nota filha", - "delete_this_note": "Excluir essa nota", - "error_unrecognized_command": "Comando não reconhecido {{command}}", - "error_cannot_get_branch_id": "Não foi possível obter o branchId para o notePath '{{notePath}} '", - "note_revisions": "Revisões de notas" - }, - "note_icon": { - "change_note_icon": "Alterar ícone da nota", - "search": "Busca:", - "reset-default": "Redefinir para o ícone padrão" - }, - "basic_properties": { - "note_type": "Tipo da nota", - "editable": "Editável", - "basic_properties": "Propriedades Básicas", - "language": "Idioma", - "configure_code_notes": "Configurar notas de código..." - }, - "book_properties": { - "view_type": "Tipo de visualização", - "grid": "Grade", - "list": "Lista", - "collapse_all_notes": "Recolher todas as notas", - "collapse": "Recolher", - "expand": "Expandir", - "book_properties": "Propriedades da Coleção", - "invalid_view_type": "Tipo de visualização inválido '{{type}}'", - "calendar": "Calendário", - "table": "Tabela", - "geo-map": "Mapa geográfico", - "board": "Quadro", - "include_archived_notes": "Exibir notas arquivadas", - "expand_tooltip": "Expande os filhos diretos desta coleção (um nível). Para mais opções, pressione a seta à direita.", - "expand_first_level": "Expandir filhos diretos", - "expand_nth_level": "Expandir {{depth}} níveis", - "expand_all_levels": "Expandir todos os níveis", - "presentation": "Apresentação" - }, - "edited_notes": { - "no_edited_notes_found": "Ainda não há nenhuma nota editada neste dia…", - "title": "Notas Editadas", - "deleted": "(excluído)" - }, - "file_properties": { - "note_id": "ID da Nota", - "original_file_name": "Nome original do arquivo", - "file_type": "Tipo do arquivo", - "file_size": "Tamanho do arquivo", - "download": "Baixar", - "open": "Abrir externamente", - "upload_new_revision": "Enviar nova revisão", - "upload_success": "Uma nova revisão de arquivo foi enviada.", - "upload_failed": "O envio de uma nova revisão de arquivo falhou.", - "title": "Arquivo" - }, - "image_properties": { - "original_file_name": "Nome original do arquivo", - "file_type": "Tipo do arquivo", - "file_size": "Tamanho do arquivo", - "download": "Baixar", - "open": "Abrir", - "copy_reference_to_clipboard": "Copiar referência para a área de transferência", - "upload_new_revision": "Enviar nova revisão", - "upload_success": "Uma nova revisão de imagem foi enviado.", - "upload_failed": "O envio de uma nova revisão de imagem falhou: {{message}}", - "title": "Imagem" - }, - "inherited_attribute_list": { - "title": "Atributos Herdados", - "no_inherited_attributes": "Nenhum atributo herdado.", - "none": "nenhum" - }, - "note_info_widget": { - "note_id": "ID da Nota", - "created": "Criado", - "modified": "Editado", - "type": "Tipo", - "note_size": "Tamanho da nota", - "calculate": "calcular", - "title": "Informações da nota", - "subtree_size": "(tamanho da subárvore: {{size}} em {{count}} notas)", - "note_size_info": "O tamanho da nota fornece uma estimativa aproximada dos requisitos de armazenamento para esta nota. Leva em conta o conteúdo e o conteúdo de suas revisões de nota.", - "mime": "Tipo MIME", - "show_similar_notes": "Mostrar notas semelhantes" - }, - "note_map": { - "open_full": "Expandir completamente", - "collapse": "Recolher para tamanho normal", - "title": "Mapa de Notas", - "fix-nodes": "Fixar nós", - "link-distance": "Distância do Link" - }, - "note_paths": { - "title": "Caminho das Notas", - "clone_button": "Clonar nota para novo local…", - "intro_placed": "Esta nova está localizada nos caminhos:", - "intro_not_placed": "Esta nota ainda não está em nenhuma árvore de notas.", - "archived": "Arquivado", - "search": "Pesquisar", - "outside_hoisted": "Este caminho está fora de uma nota fixada e você teria que desafixar." - }, - "note_properties": { - "this_note_was_originally_taken_from": "Esta nota foi originalmente obtida de:", - "info": "Informações" - }, - "promoted_attributes": { - "promoted_attributes": "Atributos Promovidos", - "unset-field-placeholder": "não atribuído", - "open_external_link": "Abrir link externo", - "unknown_label_type": "Tipo de etiqueta desconhecido '{{type}}'", - "unknown_attribute_type": "Tipo de atributo desconhecido '{{type}}'", - "add_new_attribute": "Adicionar novo atributo", - "remove_this_attribute": "Remover este atributo", - "remove_color": "Remover a etiqueta de cor", - "url_placeholder": "http://website..." - }, - "script_executor": { - "query": "Consulta", - "script": "Script", - "execute_query": "Executar Consulta", - "execute_script": "Executar Script" - }, - "search_definition": { - "add_search_option": "Adicionar opção de pesquisa:", - "search_string": "pesquisa de texto", - "search_script": "pesquisa de script", - "ancestor": "ancestral", - "fast_search": "pesquisa rápida", - "include_archived": "incluir arquivados", - "order_by": "ordenar por", - "limit": "limite", - "limit_description": "Limitar número de resultados", - "debug": "depurar", - "action": "ação", - "search_button": "Pesquisar", - "search_execute": "Pesquisar & Executar ações", - "save_to_note": "Salvar para nota", - "search_parameters": "Parâmetros de Pesquisa", - "unknown_search_option": "Opção de pesquisa desconhecida {{searchOptionName}}", - "actions_executed": "As ações foram executadas.", - "search_note_saved": "Nota de pesquisa foi salva em {{- notePathTitle}}", - "fast_search_description": "A opção de pesquisa rápida desabilita a pesquisa de texto completo do conteúdo de nota, o que pode acelerar a pesquisa em grandes bancos de dados.", - "include_archived_notes_description": "As notas arquivadas são por padrão excluídas dos resultados da pesquisa, com esta opção elas serão incluídas.", - "debug_description": "A depuração irá imprimir informações adicionais no console para ajudar na depuração de consultas complexas", - "view_options": "Ver opções:" - }, - "similar_notes": { - "title": "Notas Similares", - "no_similar_notes_found": "Nenhum nota similar encontrada." - }, - "abstract_search_option": { - "remove_this_search_option": "Remover esta opção de pesquisa", - "failed_rendering": "A renderização da opção de busca falhou: {{dto}} com o erro: {{error}} {{stack}}" - }, - "debug": { - "debug": "Depurar", - "debug_info": "A depuração irá imprimir informações adicionais no console para ajudar em depuração de consultas complexas.", - "access_info": "Para acessar as informações de depuração, execute a consulta e clique em \"Exibir log do servidor\" no canto superior esquerdo." - }, - "fast_search": { - "fast_search": "Pesquisa rápida", - "description": "A opção de pesquisa rápida desabilita a pesquisa de texto completo do conteúdo de nota, o que pode acelerar a pesquisa em grandes bancos de dados." - }, - "include_archived_notes": { - "include_archived_notes": "Incluir notas arquivadas" - }, - "limit": { - "limit": "Limite", - "take_first_x_results": "Pegar apenas os X primeiros resultados." - }, - "order_by": { - "order_by": "Ordenar por", - "relevancy": "Relevância (padrão)", - "title": "Título", - "date_created": "Data de criação", - "date_modified": "Data da última modificação", - "content_size": "Tamaho do conteúdo da nota", - "content_and_attachments_size": "Tamanho do conteúdo da nota incluindo anexos", - "content_and_attachments_and_revisions_size": "Tamanho do conteúdo da nota incluindo anexos e revisões", - "revision_count": "Número de revisões", - "children_count": "Número de notas filhas", - "parent_count": "Número de clones", - "owned_label_count": "Número de etiquetas", - "owned_relation_count": "Número de relações", - "target_relation_count": "Número de relações para esta nota", - "random": "Ordem aleatória", - "asc": "Crescente (padrão)", - "desc": "Decrescente" - }, - "search_script": { - "title": "Buscar script:", - "placeholder": "buscar notas pelo nome", - "example_title": "Veja este exemplo:", - "example_code": "// 1. pré-filtro usando pesquisa padrão\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. aplicando critérios de pesquisa customizados\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", - "description1": "O script de pesquisa permite definir os resultados da pesquisa executando um script. Isso proporciona flexibilidade máxima quando a busca padrão não é suficiente.", - "description2": "O script de pesquisa deve ser do tipo \"código\" e subtipo \"JavaScript no servidor\". O script precisa retornar um array de noteIds ou de notas.", - "note": "Note que o script de pesquisa e a pesquisa de texto não podem ser combinados entre si." - }, - "search_string": { - "title_column": "Buscar texto:", - "search_syntax": "Sintaxe de pesquisa", - "also_see": "veja também", - "full_text_search": "Digite qualquer texto para busca por texto completo", - "label_abc": "retorna notas com a etiqueta abc", - "label_year": "corresponde notas com a etiqueta de ano 2019", - "label_rock_pop": "corresponde notas que tenham tanto a etiqueta rock quando pop", - "label_rock_or_pop": "apenas uma das etiquetas deve estar presente", - "label_year_comparison": "comparação numérica (também >, >=, <).", - "label_date_created": "notas criadas no último mês", - "error": "Erro na busca: {{error}}", - "search_prefix": "Busca:", - "placeholder": "palavras-chave fulltext, #tag = valor...", - "complete_help": "ajuda completa da sintaxe de busca" - }, - "attachment_list": { - "open_help_page": "Abrir página de ajuda nos anexos", - "upload_attachments": "Enviar anexos", - "no_attachments": "Esta nota não possuí anexos.", - "owning_note": "Nota proprietária: " - }, - "editable_code": { - "placeholder": "Digite o conteúdo da sua nota de código aqui…" - }, - "editable_text": { - "placeholder": "Digite o conteúdo da sua nota aqui…", - "auto-detect-language": "Detectado automaticamente", - "editor_crashed_title": "O editor de texto travou", - "editor_crashed_content": "Seu conteúdo foi recuperado com sucesso, mas algumas das suas alterações mais recentes podem não ter sido salvas.", - "editor_crashed_details_button": "Veja mais detalhes...", - "editor_crashed_details_intro": "Se você encontrar este erro várias vezes, considere relatá-lo no GitHub colando as informações abaixo.", - "editor_crashed_details_title": "Informação técnica", - "keeps-crashing": "O componente de edição continua travando. Tente reiniciar o Trilium. Se o problema persistir, considere criar um relatório de bug." - }, - "empty": { - "search_placeholder": "buscar uma nota pelo nome", - "enter_workspace": "Entrar no workspace {{title}}", - "open_note_instruction": "Abra uma nota digitando o título da nota no campo abaixo ou escolha uma nota na árvore." - }, - "file": { - "file_preview_not_available": "Prévia não disponível para este formato de arquivo.", - "too_big": "A prévia mostra apenas os primeiros {{maxNumChars}} caracteres do arquivo por razões de desempenho. Baixe o arquivo e abra-o externamente para ver todo o conteúdo." - }, - "protected_session": { - "enter_password_instruction": "É necessário digitar sua senha para mostar notas protegidas:", - "started": "A sessão protegida foi iniciada.", - "wrong_password": "Senha incorreta.", - "protecting-finished-successfully": "A proteção foi finalizada com sucesso.", - "unprotecting-finished-successfully": "A remoção da proteção foi finalizada com sucesso.", - "protecting-in-progress": "Proteções em andamento: {{count}}", - "unprotecting-in-progress-count": "Remoções de proteção em andamento: {{count}}", - "protecting-title": "Estado da proteção", - "unprotecting-title": "Estado da remoção de proteção", - "start_session_button": "Iniciar sessão protegida" - }, - "relation_map": { - "open_in_new_tab": "Abrir em nova aba", - "remove_note": "Remover nota", - "edit_title": "Editar título", - "rename_note": "Renomear nota", - "enter_new_title": "Digite o novo título da nota:", - "remove_relation": "Remover relação", - "confirm_remove_relation": "Tem certeza que deseja remover esta relação?", - "connection_exists": "A conexão '{{name}}' já existe entre estas notas.", - "note_not_found": "Nota {{noteId}} não encontrada!", - "note_already_in_diagram": "A nota \"{{title}}\" já está no diagrama.", - "enter_title_of_new_note": "Digite o título da nova nota", - "default_new_note_title": "nova nota", - "click_on_canvas_to_place_new_note": "Clique no quadro para incluir uma nova nota", - "specify_new_relation_name": "Especifique o novo nome da relação (caracteres disponíveis: alfanuméricos, vírgula e underscore):", - "start_dragging_relations": "Comece arrastando as relações daqui e solte-as em outra nota.", - "cannot_match_transform": "Não foi possível combinar a transformação: {{transform}}" - }, - "web_view": { - "web_view": "Web View", - "embed_websites": "Nota do tipo Visualização Web permite que você incorpore sites dentro do Trilium.", - "create_label": "Para começar, crie uma etiqueta com um endereço URL que deseja incorporar, por exemplo, #webViewSrc=\"https://www.google.com\"" - }, - "backend_log": { - "refresh": "Recarregar" - }, - "consistency_checks": { - "title": "Chegagem de Consistência", - "find_and_fix_button": "Encontrar e corrigir problemas de consistência", - "finding_and_fixing_message": "Buscando e corrigindo problemas de consistência…", - "issues_fixed_message": "Qualquer problema de consistência encontrado foi corrigido." - }, - "database_integrity_check": { - "check_button": "Verificar integridade do banco de dados", - "checking_integrity": "Verificando integridade do banco de dados…", - "integrity_check_succeeded": "Verificação de integridade bem sucedida - nenhum problema encontrado.", - "integrity_check_failed": "Verificação de integridade falhou: {{results}}", - "title": "Verificação de Integridade do Banco de Dados", - "description": "Isso verificará se o banco de dados não está corrompido no nível SQLite. Pode levar algum tempo, dependendo do tamanho do banco de dados." - }, - "sync": { - "title": "Sincronizar", - "force_full_sync_button": "Forçar sincronização completa", - "full_sync_triggered": "Sincronização completa iniciada", - "finished-successfully": "Sincronização finalizada com sucesso.", - "failed": "Sincronização falhou: {{message}}", - "fill_entity_changes_button": "Preencher registros de alterações da entidade", - "filling_entity_changes": "Preenchendo linhas de alterações da entidade...", - "sync_rows_filled_successfully": "Linhas de sincronização preenchidas com sucesso" - }, - "vacuum_database": { - "description": "Isso irá reconstruir o banco de dados, o que normalmente irá resultar em uma redução do arquivo do banco de dados. Nenhum dado será alterado.", - "title": "Executar Vacuum no Banco de Dados", - "button_text": "Executar Vacuum", - "vacuuming_database": "Executando Vacuum...", - "database_vacuumed": "Vacuum executado no banco de dados" - }, - "fonts": { - "theme_defined": "Tema definido", - "fonts": "Fontes", - "main_font": "Fonte Principal", - "font_family": "Família da fonte", - "size": "Tamanho", - "note_tree_font": "Fonte da Árvore de Notas", - "note_detail_font": "Fonte Padrão da Nota", - "monospace_font": "Fonte Monospace (código)", - "not_all_fonts_available": "Nem todas as fontes listadas podem estar disponíveis em seu sistema.", - "apply_font_changes": "Para aplicar as alterações de fonte, clique em", - "reload_frontend": "recarregar frontend", - "generic-fonts": "Fontes genéricas", - "sans-serif-system-fonts": "Fontes sem serifa de sistema", - "serif-system-fonts": "Fontes serifadas de sistema", - "monospace-system-fonts": "Fontes monospace de sistema", - "handwriting-system-fonts": "Fontes de escrita à mão de sistema", - "serif": "Serifa", - "sans-serif": "Sem Serifa", - "monospace": "Monoespaçado", - "system-default": "Padrão do Sistema", - "note_tree_and_detail_font_sizing": "Note que o tamanho da fonte da árvore e dos detalhes é relativo à configuração principal do tamanho de fonte." - }, - "max_content_width": { - "title": "Largura do Conteúdo", - "max_width_label": "Largura máxima do conteúdo", - "max_width_unit": "pixels", - "default_description": "Por padrão, o Trilium limita a largura máxima do conteúdo para melhorar a legibilidade em janelas maximizadas em telas wide.", - "centerContent": "Manter conteúdo centralizado" - }, - "native_title_bar": { - "title": "Barra de Título Nativa (requer recarregar o app)", - "enabled": "ativada", - "disabled": "desativada" - }, - "theme": { - "title": "Tema da Aplicação", - "theme_label": "Tema", - "override_theme_fonts_label": "Sobrepor fontes do tema", - "auto_theme": "Legado (Seguir esquema de cor do sistema)", - "light_theme": "Legado (Claro)", - "dark_theme": "Legado (Escuro)", - "triliumnext": "Trilium (Seguir esquema de cor do sistema)", - "triliumnext-light": "Trilium (Claro)", - "triliumnext-dark": "Trilium (Escuro)", - "layout": "Layout", - "layout-vertical-title": "Vertical", - "layout-horizontal-title": "Horizontal", - "layout-vertical-description": "barra de atalho está a esquerda (padrão)", - "layout-horizontal-description": "barra de atalho está abaixo da barra de abas, a barra de abas agora tem a largura total." - }, - "note_launcher": { - "this_launcher_doesnt_define_target_note": "Este atalho não define uma nota destino." - }, - "copy_image_reference_button": { - "button_title": "Copiar referência da imagem para a área de transferência, pode ser colado em uma nota de texto." - }, - "onclick_button": { - "no_click_handler": "Componente de botão '{{componentId}}' não possui manipulador de clique definido" - }, - "owned_attribute_list": { - "owned_attributes": "Atributos próprios" - }, - "database_anonymization": { - "no_anonymized_database_yet": "Nenhuma base de dados anonimizada no momento.", - "title": "Anonimização do Banco de Dados", - "full_anonymization": "Anonimização Completa", - "full_anonymization_description": "Esta ação ira gerar uma cópia anônima do banco de dados (sem conteúdo das notas, apenas estrutura e alguns metadados não sensíveis) para compartilhar online e depurar, sem expor seus dados pessoais.", - "save_fully_anonymized_database": "Salvar banco de dados totalmente anonimizado", - "light_anonymization": "Anonimização Leve", - "light_anonymization_description": "Esta ação criará uma nova cópia do banco de dados e aplicará uma anonimização leve — especificamente, apenas o conteúdo de todas as notas será removido, mas títulos e atributos permanecerão. Além disso, notas personalizadas de scripts JS frontend/servidor e widgets personalizados serão mantidos. Isso fornece mais contexto para depurar os problemas.", - "choose_anonymization": "Você pode decidir se deseja fornecer um banco de dados totalmente ou levemente anonimizado. Mesmo o banco de dados totalmente anonimizado é muito útil; no entanto, em alguns casos, um banco de dados levemente anonimizado pode acelerar o processo de identificação e correção de bugs.", - "save_lightly_anonymized_database": "Salvar banco de dados levemente anonimizado", - "error_creating_anonymized_database": "Não foi possível criar o banco de dados anonimizado, verifique os logs do servidor para mais detalhes", - "existing_anonymized_databases": "Bancos de dados anonimizado existentes", - "creating_fully_anonymized_database": "Criando banco de dados totalmente anonimizado...", - "creating_lightly_anonymized_database": "Criando banco de dados levemente anonimizado...", - "successfully_created_fully_anonymized_database": "Banco de dados totalmente anonimizado criado em {{anonymizedFilePath}}", - "successfully_created_lightly_anonymized_database": "Banco de dados levemente anonimizado criado em {{anonymizedFilePath}}" - }, - "ribbon": { - "widgets": "Widgets de fita", - "promoted_attributes_message": "A aba de Atributos Promovidos irá abrir automaticamente se existirem atributos promovidos na nota", - "edited_notes_message": "A aba de Notas Editadas será aberta automaticamente nas notas do dia" - }, - "ui-performance": { - "title": "Desempenho", - "enable-motion": "Habilitar transições e animações", - "enable-shadows": "Habilitar sombras", - "enable-backdrop-effects": "Habilitar efeitos de fundo para menus, popups e painéis", - "enable-smooth-scroll": "Habilitar rolagem suave", - "app-restart-required": "(é necessário reiniciar o programa para que a mudança tenha efeito)" - }, - "zoom_factor": { - "title": "Fator do Zoom (apenas versão de área de trabalho)", - "description": "O zoom também pode ser controlado com atalhos CTRL+- e CTRL+=." - }, - "code_auto_read_only_size": { - "title": "Tamanho para Somente Leitura Automático", - "description": "O tamanho para nota somente leitura automático é o tamanho após o qual as notas serão exibidas em um modo somente leitura (por razões de desempenho).", - "label": "Tamanho para somente leitura automático (notas de código)", - "unit": "caracteres" - }, - "code-editor-options": { - "title": "Editor" - }, - "code_mime_types": { - "title": "Tipos MIME disponíveis no dropdown", - "tooltip_syntax_highlighting": "Realce de sintaxe", - "tooltip_code_block_syntax": "Blocos de código em notas de texto", - "tooltip_code_note_syntax": "Notas de código" - }, - "vim_key_bindings": { - "use_vim_keybindings_in_code_notes": "Atribuições de teclas do Vim", - "enable_vim_keybindings": "Habilite as atribuições de teclas do Vim em notas de código (sem modo ex)" - }, - "wrap_lines": { - "wrap_lines_in_code_notes": "Quebrar linhas em notas de código", - "enable_line_wrap": "Habilitar Quebra de Linha (pode ser necessário recarregar o frontend para entrar em vigor)" - }, - "images": { - "images_section_title": "Imagens", - "download_images_automatically": "Baixar imagens automaticamente para uso offline.", - "download_images_description": "HTML colado pode conter referências a imagens on-line, Trilium vai buscar estas referências e baixar as imagens para que eles estejam disponíveis off-line.", - "enable_image_compression": "Habilitar compressão de imagem", - "max_image_dimensions": "Largura/altura máxima de uma imagem (a imagem será redimensionada se exceder este valor).", - "max_image_dimensions_unit": "pixels", - "jpeg_quality_description": "Qualidade JPEG (10 - pior qualidade, 100 - melhor qualidade, 50 - 85 é recomendado)" - }, - "attachment_erasure_timeout": { - "attachment_erasure_timeout": "Tempo Limite para Exclusão de um Anexo", - "attachment_auto_deletion_description": "Os anexos são automaticamente excluídos (e apagados) se não forem mais referenciados por sua nota após um tempo definido.", - "erase_attachments_after": "Apagar anexos não utilizados após:", - "manual_erasing_description": "Você também pode ativar a exclusão manualmente (sem considerar o timeout definido acima):", - "erase_unused_attachments_now": "Apagar anexos não utilizados agora", - "unused_attachments_erased": "Os anexos não utilizados foram apagados." - }, - "network_connections": { - "network_connections_title": "Conexões de Rede", - "check_for_updates": "Verificar atualizações automaticamente" - }, - "note_erasure_timeout": { - "note_erasure_timeout_title": "Tempo Limite para Exclusão de uma Nota", - "note_erasure_description": "Notas excluídas (e atributos, revisões...) inicialmente são apenas marcadas como excluídas e é possível recuperá-las a partir do diálogo de Notas Recentes. Depois de um tempo, as notas excluídas são \"apagadas\", o que significa que seu conteúdo não é mais recuperável. Esta configuração permite configurar o período entre excluir e apagar a nota.", - "erase_notes_after": "Apagar notas após:", - "manual_erasing_description": "Você também pode ativar a exclusão manualmente (sem considerar o timeout definido acima):", - "erase_deleted_notes_now": "Apague as notas excluídas agora", - "deleted_notes_erased": "As notas excluídas foram removidas permanentemente." - }, - "revisions_snapshot_interval": { - "note_revisions_snapshot_interval_title": "Intervalo de Captura de Versão da Nota", - "note_revisions_snapshot_description": "O intervalo de captura de versão da nota é o tempo após o qual uma nova revisão será criada para a nota. Veja wiki para mais informações.", - "snapshot_time_interval_label": "Intervalo de Captura de Versão da Nota:" - }, - "revisions_snapshot_limit": { - "note_revisions_snapshot_limit_title": "Limite de Capturas das Versões da Nota", - "note_revisions_snapshot_limit_description": "O limite de número de captura de versões das notas refere-se ao número máximo de revisões que podem ser salvas para cada nota. Onde -1 significa nenhum limite, 0 significa excluir todas as revisões. Você pode definir as revisões máximas para uma única nota através da etiqueta #versioningLimit.", - "snapshot_number_limit_label": "Quantidade limite de capturas de versão:", - "snapshot_number_limit_unit": "capturas", - "erase_excess_revision_snapshots": "Apagar capturas de versão excedentes agora", - "erase_excess_revision_snapshots_prompt": "As capturas de versão excedentes foram apagadas." - }, - "search_engine": { - "title": "Motor de Pesquisa", - "custom_search_engine_info": "O motor de busca personalizado requer que sejam definidos um nome e uma URL. Se um destes não estiver definido, o DuckDuckGo será usado como o motor de busca padrão.", - "predefined_templates_label": "Modelos de motor de pesquisa predefinidos", - "bing": "Bing", - "baidu": "Baidu", - "duckduckgo": "DuckDuckGo", - "custom_name_label": "Nome do motor de pesquisa personalizado", - "google": "Google", - "custom_name_placeholder": "Nome personalizado do motor de pesquisa", - "custom_url_label": "A URL do motor de pesquisa personalizado deve incluir {keyword} como um substituto para o termo pesquisado.", - "custom_url_placeholder": "URL personalizada do motor de pesquisa", - "save_button": "Salvar" - }, - "tray": { - "title": "Bandeja do Sistema", - "enable_tray": "Habilitar bandeja (O Trilium precisar ser reiniciado para esta mudança entrar em vigor)" - }, - "heading_style": { - "title": "Estilo de Título", - "plain": "Plano", - "markdown": "Estilo Markdown", - "underline": "Sublinhado" - }, - "highlights_list": { - "title": "Lista de Destaques", - "description": "Você pode personalizar a lista de destaques exibida no painel da direita:", - "bold": "Texto em negrito", - "italic": "Texto em itálico", - "underline": "Texto sublinhado", - "color": "Texto colorido", - "bg_color": "Texto com cor de fundo", - "visibility_title": "Visibilidade da Lista de Destaques", - "visibility_description": "Você pode esconder o componente de destaques por nota adicionado a etiqueta #hideHighlightWidget.", - "shortcut_info": "Você pode configurar um atalhe de teclado para alternar rapidamente o painel da direita (incluindo os Destaques) em Opções -> Atalhos (nome 'toggleRightPane')." - }, - "table_of_contents": { - "title": "Tabela de Conteúdos", - "description": "A tabela de conteúdos irá aparecer em notas de texto que possuam mais que um número definido de títulos. Você pode personalizar este número:", - "unit": "títulos", - "disable_info": "Você também pode usar essa opção para desabilitar a Tabela de Conteúdos configurando um número muito alto.", - "shortcut_info": "Você pode configurar um atalhe de teclado para alternar rapidamente o painel da direita (incluindo a Tabela de Conteúdos) em Opções -> Atalhos (nome 'toggleRightPane')." - }, - "text_auto_read_only_size": { - "title": "Tamanho para Somente Leitura Automático", - "description": "O tamanho para nota somente leitura automático é o tamanho a partir do qual as notas serão exibidas em modo somente leitura (por razões de desempenho).", - "label": "Tamanho automático para somente leitura (notas de texto)", - "unit": "caracteres" - }, - "custom_date_time_format": { - "title": "Formato Personalizado de Data/Hora", - "description": "Personaliza o formato de data e hora inseridos via ou barra de ferramentas. Veja a documentação do Day.js para os tokens de formatos disponíveis.", - "format_string": "Formato:", - "formatted_time": "Data/hora formatada:" - }, - "i18n": { - "title": "Localização", - "language": "Idioma", - "first-day-of-the-week": "Primeiro dia da semana", - "sunday": "Domingo", - "monday": "Segunda-feira", - "first-week-of-the-year": "Primeiro dia do ano", - "first-week-contains-first-day": "Primeira semana que contenha o primeiro dia do ano", - "first-week-contains-first-thursday": "Primeira semana que contenha a primeira quinta-feira do ano", - "first-week-has-minimum-days": "Primeira semana contendo um mínimo de dias", - "min-days-in-first-week": "Mínimo de dias da primeira semana", - "first-week-info": "Primeira semana que contenha a primeira Quinta-feira do ano é baseado na ISO 8601.", - "first-week-warning": "Alterar as opções de primeira semana pode causar duplicidade nas Notas Semanais existentes e estas Notas não serão atualizadas de acordo.", - "formatting-locale": "Formato de data e número", - "tuesday": "Terça-feira", - "wednesday": "Quarta-feira", - "thursday": "Quinta-feira", - "friday": "Sexta-feira", - "saturday": "Sábado", - "formatting-locale-auto": "Com base no idioma do aplicativo" - }, - "backup": { - "automatic_backup": "Backup automático", - "automatic_backup_description": "O Trilium pode fazer o backup do banco de dados automaticamente:", - "enable_daily_backup": "Habilitar backup diário", - "enable_weekly_backup": "Habilitar backup semanal", - "enable_monthly_backup": "Habilitar backup mensal", - "backup_recommendation": "É recomendado manter o backup habilitado, mas isso pode fazer com que a inicialização da aplicação seja lenta com grandes bancos de dados e/ou dispositivos de armazenamento lentos.", - "backup_now": "Realizar backup agora", - "backup_database_now": "Realizar backup do banco de dados agora", - "existing_backups": "Backups existentes", - "date-and-time": "Data & hora", - "path": "Caminho", - "database_backed_up_to": "Backup do banco de dados criado em {{backupFilePath}}", - "no_backup_yet": "ainda não existe nenhum backup" - }, - "note_types": { - "relation-map": "Map de Relação", - "note-map": "Map de Notas", - "render-note": "Nota de Renderização", - "book": "Coleção", - "mermaid-diagram": "Diagrama Mermaid", - "canvas": "Quadros", - "web-view": "Visualização Web", - "mind-map": "Mapa Mental", - "file": "Arquivo", - "image": "Imagem", - "launcher": "Atalho", - "doc": "Documento", - "widget": "Widget", - "confirm-change": "Não é recomentado alterar o tipo da nota quando o conteúdo da nota não está vazio. Quer continuar assim mesmo?", - "geo-map": "Mapa geográfico", - "beta-feature": "Beta", - "ai-chat": "Chat IA", - "task-list": "Lista de Tarefas", - "new-feature": "Novo", - "collections": "Coleções", - "text": "Texto", - "code": "Código", - "saved-search": "Pesquisa Salva" - }, - "protect_note": { - "toggle-on": "Proteger a nota", - "toggle-off": "Desproteger a nota", - "toggle-on-hint": "A nota não está protegida, clique para protegê-la", - "toggle-off-hint": "A nota está protegida, clique para desprotegê-la" - }, - "shared_switch": { - "shared": "Compartilhado", - "toggle-on-title": "Compartilhar a nota", - "toggle-off-title": "Parar de compartilhar a nota", - "shared-branch": "Esta nota só existe como uma nota compartilhada, então parar de compartilhar irá excluí-la. Deseja continuar e excluir esta nota?", - "inherited": "Não foi possível deixar de compartilhar a nota porque ela é compartilhada através da herança de uma nota superior." - }, - "template_switch": { - "template": "Modelo", - "toggle-on-hint": "Transformar a nota em um modelo", - "toggle-off-hint": "Deixar de usar a nota como um modelo" - }, - "open-help-page": "Abrir página de ajuda", - "find": { - "case_sensitive": "Diferencia maiúsculas de minúsculas", - "match_words": "Corresponder palavras", - "find_placeholder": "Buscar no texto...", - "replace_placeholder": "Substituir por...", - "replace": "Substituir", - "replace_all": "Substituir tudo" - }, - "highlights_list_2": { - "title": "Lista de Destaques", - "options": "Opções", - "title_with_count_one": "{{count}} destaque", - "title_with_count_many": "{{count}} destaques", - "title_with_count_other": "{{count}} destaques", - "modal_title": "Configurar lista de destaques", - "menu_configure": "Configurar lista de destaques…", - "no_highlights": "Nenhum destaque encontrado." - }, - "quick-search": { - "placeholder": "Busca rápida", - "searching": "Buscando...", - "no-results": "Nenhum resultado encontrado", - "more-results": "... e mais {{number}} resultados.", - "show-in-full-search": "Exibir na busca completa" - }, - "note_tree": { - "collapse-title": "Recolher árvore de notas", - "scroll-active-title": "Ir até a nota ativa", - "tree-settings-title": "Configurações da árvore", - "hide-archived-notes": "Ocultar notas arquivadas", - "automatically-collapse-notes": "Recolher notas automaticamente", - "automatically-collapse-notes-title": "As notas serão recolhidas após um tempo de inatividade para simplificar a árvore.", - "save-changes": "Salvar e aplicar alterações", - "auto-collapsing-notes-after-inactivity": "Recolhendo notas automaticamente após inatividade...", - "saved-search-note-refreshed": "A nota de pesquisa salva foi atualizada.", - "hoist-this-note-workspace": "Fixar esta nota (workspace)", - "refresh-saved-search-results": "Atualizar resultados de pesquisa salvos", - "create-child-note": "Criar nota filha", - "unhoist": "Desafixar", - "toggle-sidebar": "Alternar barra lateral", - "dropping-not-allowed": "Não é permitido soltar notas neste local." - }, - "title_bar_buttons": { - "window-on-top": "Manter Janela no Topo" - }, - "note_detail": { - "could_not_find_typewidget": "Não foi possível encontrar typeWidget para o tipo '{{type}}'", - "printing": "Impressão em andamento…", - "printing_pdf": "Exportação para PDF em andamento…" - }, - "note_title": { - "placeholder": "digite o título da nota aqui...", - "created_on": "Criado em ", - "last_modified": "Modificado em ", - "note_type_switcher_label": "Alternar de {{type}} para:", - "note_type_switcher_others": "Outro tipo de nota", - "note_type_switcher_templates": "Modelo", - "note_type_switcher_collection": "Coleção", - "edited_notes": "Notas editadas" - }, - "search_result": { - "no_notes_found": "Nenhuma nota encontrada para os parâmetros de busca digitados.", - "search_not_executed": "A busca ainda não foi executada. Clique no botão \"Buscar\" acima para ver os resultados." - }, - "spacer": { - "configure_launchbar": "Configurar Barra de Atalhos" - }, - "sql_result": { - "no_rows": "Nenhum linha foi retornada para esta consulta" - }, - "sql_table_schemas": { - "tables": "Tabelas" - }, - "tab_row": { - "close_tab": "Fechar aba", - "add_new_tab": "Adicionar nova aba", - "close": "Fechar", - "close_other_tabs": "Fechar as outras abas", - "close_right_tabs": "Fechar as abas à direita", - "close_all_tabs": "Fechar todas as abas", - "reopen_last_tab": "Reabrir a última aba fechada", - "move_tab_to_new_window": "Mover esta aba para uma nova janela", - "copy_tab_to_new_window": "Copiar esta aba para uma nova janela", - "new_tab": "Nova aba" - }, - "toc": { - "table_of_contents": "Tabela de Conteúdos", - "options": "Opções", - "no_headings": "Nenhum título." - }, - "watched_file_update_status": { - "file_last_modified": "O arquivo foi modificado pela última vez em .", - "upload_modified_file": "Enviar arquivo modificado", - "ignore_this_change": "Ignorar esta alteração" - }, - "app_context": { - "please_wait_for_save": "Por favor aguarde alguns segundos para finalizar a gravação, e então tente novamente." - }, - "note_create": { - "duplicated": "A nota \"{{title}}\" foi duplicada." - }, - "image": { - "copied-to-clipboard": "Uma referência para esta imagem foi copiada para a área de transferência. Isso pode ser colado em qualquer nota de texto.", - "cannot-copy": "Não foi possível copiar a referência da imagem para a área de transferência." - }, - "clipboard": { - "cut": "Nota(s) recortadas(s) para a área de transferência.", - "copied": "Not(s) copiada(s) para a área de transferência.", - "copy_failed": "Não foi possível copiar para a área de transferência por problemas de permissão.", - "copy_success": "Copiado para a área de transferência." - }, - "entrypoints": { - "note-revision-created": "A revisão da nota foi criada.", - "note-executed": "Nota executada.", - "sql-error": "Ocorreu um erro durante a execução da consulta SQL: {{message}}" - }, - "branches": { - "cannot-move-notes-here": "Não é possível mover notas para cá.", - "delete-status": "Remover estado", - "delete-notes-in-progress": "Exclusão de notas em andamento: {{count}}", - "delete-finished-successfully": "Exclusão concluída com sucesso.", - "undeleting-notes-in-progress": "Restauração de notas em andamento: {{count}}", - "undeleting-notes-finished-successfully": "Restauração de notas concluída com sucesso." - }, - "frontend_script_api": { - "async_warning": "Você está passando uma função assíncrona para `api.runOnBackend()`, o que provavelmente não irá funcionar como esperado.\\nTorne a função síncrona (removendo a palavra-chave `async`), ou use `api.runAsyncOnBackendWithManualTransactionHandling()`.", - "sync_warning": "Você está passando uma função síncrona para `api.runAsyncOnBackendWithManualTransactionHandling()`,\\nquando deveria usar `api.runOnBackend()` no lugar." - }, - "ws": { - "sync-check-failed": "A verificação de sincronização falhou!", - "consistency-checks-failed": "A verificação de consistência falhou! Veja os logs para detalhes.", - "encountered-error": "Encontrado o erro \"{{message}}\", verifique o console.", - "lost-websocket-connection-title": "Conexão com o servidor perdida", - "lost-websocket-connection-message": "Verifique a configuração do seu proxy reverso (por exemplo, nginx ou Apache) para garantir que as conexões WebSocket estejam devidamente permitidas e não estejam sendo bloqueadas." - }, - "hoisted_note": { - "confirm_unhoisting": "A nota solicitada '{{requestedNote}}' está fora da árvore da nota fixada '{{hoistedNote}}' e você precisa desafixar para acessar a nota. Quer prosseguir e desafixar?" - }, - "launcher_context_menu": { - "reset_launcher_confirm": "Você deseja realmente reiniciar \"{{title}}\"? Todos os dados / configurações desta nota (e suas filhas) serão perdidos o atalho irá retornar para sua localização original.", - "add-note-launcher": "Adicionar um atalho de nota", - "add-script-launcher": "Adicionar um atalho de script", - "add-custom-widget": "Adicionar um componente personalizado", - "add-spacer": "Adicionar um espaçador", - "delete": "Excluir ", - "reset": "Reiniciar", - "move-to-visible-launchers": "Mover para atalhos visíveis", - "move-to-available-launchers": "Mover para atalhos disponíveis", - "duplicate-launcher": "Duplicar o atalho " - }, - "highlighting": { - "title": "Blocos de Código", - "description": "Controla o destaque de sintaxe para blocos de código dentro de notas de texto, notas de código não serão afetadas.", - "color-scheme": "Esquema de Cor" - }, - "classic_editor_toolbar": { - "title": "Formatação" - }, - "editor": { - "title": "Editor" - }, - "editing": { - "editor_type": { - "label": "Barra de formatação", - "floating": { - "title": "Flutuando", - "description": "ferramentas de edição aparecem perto do cursor;" - }, - "fixed": { - "title": "Fixado", - "description": "ferramentas de edição aparecem na aba de faixa \"Formatação\"." - }, - "multiline-toolbar": "Exibir a barra de ferramentas em múltiplas linhas se não couber." + "export": { + "export_note_title": "Exportar nota", + "close": "Fechar", + "export_type_subtree": "Esta nota e todos os seus descendentes", + "format_html": "HTML – recomendado, pois mantém toda a formatação", + "format_html_zip": "HTML em arquivo ZIP – recomendado, pois isso preserva toda a formatação.", + "format_markdown": "Markdown – isso preserva a maior parte da formatação.", + "format_opml": "OPML - formato de intercâmbio de outliners apenas para texto. Formatação, imagens e arquivos não estão incluídos.", + "opml_version_1": "OPML v1.0 – apenas texto simples", + "opml_version_2": "OPML v2.0 – permite também HTML", + "export_type_single": "Apenas esta nota, sem seus descendentes", + "export": "Exportar", + "choose_export_type": "Por favor, escolha primeiro o tipo de exportação", + "export_status": "Status da exportação", + "export_in_progress": "Exportação em andamento: {{progressCount}}", + "export_finished_successfully": "Exportação concluída com sucesso.", + "format_pdf": "PDF – para impressão ou compartilhamento.", + "share-format": "HTML para publicação na web — usa o mesmo tema das notas compartilhadas, mas pode ser publicado como um site estático." + }, + "help": { + "noteNavigation": "Navegação de notas", + "goUpDown": "subir/descer na lista de notas", + "collapseExpand": "recolher/expandir nó", + "notSet": "não definido", + "goBackForwards": "voltar / avançar no histórico", + "showJumpToNoteDialog": "mostrar diálogo \"Ir para\"", + "scrollToActiveNote": "rolar até a nota atual", + "jumpToParentNote": "ir para a nota pai", + "collapseWholeTree": "recolher toda a árvore de notas", + "collapseSubTree": "recolher subárvore", + "tabShortcuts": "Atalhos de abas", + "newTabNoteLink": "em um link de nota abre a nota em uma nova aba", + "newTabWithActivationNoteLink": "em um link de nota abre e ativa a nota em uma nova aba", + "onlyInDesktop": "Apenas na versão para desktop (compilação Electron)", + "openEmptyTab": "abrir aba vazia", + "closeActiveTab": "fechar aba ativa", + "activateNextTab": "ativar próxima aba", + "activatePreviousTab": "ativar aba anterior", + "creatingNotes": "Criando notas", + "createNoteAfter": "criar nova nota após a nota atual", + "createNoteInto": "criar nova subnota dentro da nota atual", + "editBranchPrefix": "editar prefixo do clone da nota ativa", + "movingCloningNotes": "Movendo / clonando notas", + "moveNoteUpDown": "mover nota para cima/baixo na lista de notas", + "moveNoteUpHierarchy": "mover nota para cima na hierarquia", + "multiSelectNote": "selecionar múltiplas notas acima/abaixo", + "selectAllNotes": "selecionar todas as notas no nível atual", + "selectNote": "selecionar nota", + "copyNotes": "copiar nota ativa (ou seleção atual) para a área de transferência (usado para clonar)", + "cutNotes": "recortar nota atual (ou seleção atual) para a área de transferência (usado para mover notas)", + "pasteNotes": "colar nota(s) como subnota dentro da nota ativa (o que pode ser mover ou clonar dependendo se foi copiado ou recortado para a área de transferência)", + "deleteNotes": "excluir nota / subárvore", + "editingNotes": "Edição de notas", + "editNoteTitle": "no painel de árvore, a navegação mudará do painel de árvore para o título da nota. Pressionar Enter no título da nota mudará o foco para o editor de texto. Ctrl+. mudará o foco de volta do editor para o painel de árvore.", + "createEditLink": "criar / editar link externo", + "createInternalLink": "criar link interno", + "followLink": "seguir link sob o cursor", + "insertDateTime": "inserir data e hora atual na posição do cursor", + "jumpToTreePane": "ir para a árvore de notas e rolar até a nota ativa", + "markdownAutoformat": "Autoformatação estilo Markdown", + "headings": "##, ###, #### etc. seguidos de espaço para títulos", + "bulletList": "* ou - seguidos de espaço para lista com marcadores", + "numberedList": "1. ou 1) seguidos de espaço para lista numerada", + "blockQuote": "comece uma linha com > seguido de espaço para citação em bloco", + "troubleshooting": "Solução de problemas", + "reloadFrontend": "recarregar o frontend do Trilium", + "showDevTools": "mostrar ferramentas de desenvolvedor", + "showSQLConsole": "mostrar console SQL", + "other": "Outros", + "quickSearch": "focar no campo de pesquisa rápida", + "inPageSearch": "pesquisa na página", + "title": "Folha de Dicas", + "editShortcuts": "Editar atalhos de teclado" + }, + "import": { + "importIntoNote": "Importar para a nota", + "chooseImportFile": "Escolher arquivo para importar", + "importDescription": "O conteúdo do(s) arquivo(s) selecionado(s) será importado como nota(s) filha(s) em", + "options": "Opções", + "safeImportTooltip": "Arquivos de exportação Trilium .zip podem conter scripts executáveis que podem apresentar comportamentos prejudiciais. A importação segura desativará a execução automática de todos os scripts importados. Desmarque “Importação segura” apenas se o arquivo de importação contiver scripts executáveis e você confiar totalmente no conteúdo do arquivo importado.", + "safeImport": "Importação segura", + "explodeArchivesTooltip": "Se esta opção estiver marcada, o Trilium irá ler arquivos .zip, .enex e .opml e criar notas a partir dos arquivos contidos nesses arquivos compactados. Se estiver desmarcada, o Trilium irá anexar os próprios arquivos compactados à nota.", + "explodeArchives": "Ler conteúdos de arquivos .zip, .enex e .opml.", + "shrinkImagesTooltip": "

Se você marcar esta opção, o Trilium tentará reduzir o tamanho das imagens importadas por meio de escala e otimização, o que pode afetar a qualidade visual das imagens. Se desmarcada, as imagens serão importadas sem alterações.

Isso não se aplica a importações de arquivos .zip com metadados, pois presume-se que esses arquivos já estejam otimizados.

", + "shrinkImages": "Reduzir imagens", + "textImportedAsText": "Importar arquivos HTML, Markdown e TXT como notas de texto caso não esteja claro pelos metadados", + "codeImportedAsCode": "Importar arquivos de código reconhecidos (por exemplo, .json) como notas de código caso não esteja claro pelos metadados", + "replaceUnderscoresWithSpaces": "Substituir sublinhados por espaços nos nomes das notas importadas", + "import": "Importar", + "failed": "Falha na importação: {{message}}.", + "html_import_tags": { + "title": "Tags de importação HTML", + "description": "Configurar quais tags HTML devem ser preservadas ao importar notas. As tags que não estiverem nesta lista serão removidas durante a importação. Algumas tags (como 'script') são sempre removidas por motivos de segurança.", + "placeholder": "Digite as tags HTML, uma por linha", + "reset_button": "Redefinir para lista padrão" + }, + "import-status": "Status da importação", + "in-progress": "Importação em andamento: {{progress}}", + "successful": "Importação concluída com sucesso.", + "importZipRecommendation": "Ao importar um arquivo ZIP, a hierarquia de notas refletirá a estrutura de subdiretórios dentro do arquivo." + }, + "include_note": { + "dialog_title": "Incluir nota", + "label_note": "Nota", + "placeholder_search": "pesquisar nota pelo nome", + "box_size_prompt": "Dimensão da caixa da nota incluída:", + "box_size_small": "pequeno (~ 10 linhas)", + "box_size_medium": "médio (~ 30 linhas)", + "box_size_full": "completo (a caixa exibe o texto completo)", + "button_include": "Incluir nota" + }, + "info": { + "modalTitle": "Mensagem informativa", + "closeButton": "Fechar", + "okButton": "OK", + "copy_to_clipboard": "Copiar para a área de transferência" + }, + "jump_to_note": { + "search_placeholder": "Pesquise uma nota pelo nome ou digite > para comandos...", + "search_button": "Pesquisar em texto completo" + }, + "markdown_import": { + "dialog_title": "Importar Markdown", + "modal_body_text": "Por motivos de segurança (sandbox do navegador), o JavaScript não pode acessar diretamente a área de transferência. Por favor, cole o conteúdo Markdown na área de texto abaixo e clique em Importar", + "import_button": "Importar", + "import_success": "O conteúdo Markdown foi importado para o documento." + }, + "move_to": { + "dialog_title": "Mover notas para...", + "notes_to_move": "Notas para mover", + "target_parent_note": "Nota pai-alvo", + "search_placeholder": "pesquisar nota pelo nome", + "move_button": "Mover para a nota selecionada", + "error_no_path": "Nenhum caminho para mover.", + "move_success_message": "As notas selecionadas foram movidas para " + }, + "note_type_chooser": { + "change_path_prompt": "Alterar onde criar a nova nota:", + "search_placeholder": "buscar caminho pelo nome (valor padrão se não for preenchido)", + "modal_title": "Escolher tipo de nota", + "modal_body": "Escolha o tipo/modelo da nova nota:", + "templates": "Modelos", + "builtin_templates": "Modelos Incorporados" + }, + "password_not_set": { + "title": "A senha não está definida", + "body1": "Notas protegidas são criptografadas usando uma senha do usuário, mas a senha ainda não foi definida.", + "body2": "Para poder proteger notas, clique no botão abaixo para abrir a caixa de diálogo de Opções e definir sua senha.", + "go_to_password_options": "Ir para opções de Senha" + }, + "prompt": { + "title": "Prompt", + "ok": "OK", + "defaultTitle": "Prompt" + }, + "protected_session_password": { + "modal_title": "Sessão Protegida", + "help_title": "Ajuda sobre notas protegidas", + "close_label": "Fechar", + "form_label": "Para prosseguir com a ação solicitada, você precisa iniciar uma sessão protegida digitando a senha:", + "start_button": "Iniciar sessão protegida" + }, + "recent_changes": { + "title": "Alterações recentes", + "erase_notes_button": "Remover permanentemente as notas excluídas agora", + "deleted_notes_message": "As notas excluídas foram removidas permanentemente.", + "no_changes_message": "Nenhuma alteração ainda...", + "undelete_link": "Restaurar", + "confirm_undelete": "Você deseja restaurar esta nota e suas subnotas?" + }, + "revisions": { + "note_revisions": "Versões da nota", + "delete_all_revisions": "Excluir todas as versões desta nota", + "delete_all_button": "Excluir todas as versões", + "help_title": "Ajuda sobre as versões da nota", + "confirm_delete_all": "Você quer excluir todas as versões desta nota?", + "no_revisions": "Ainda não há versões para esta nota...", + "restore_button": "Recuperar", + "confirm_restore": "Deseja restaurar esta versão? Isso irá substituir o título e o conteúdo atuais da nota por esta versão.", + "delete_button": "Excluir", + "confirm_delete": "Deseja excluir esta versão?", + "revisions_deleted": "As versões da nota foram removidas.", + "revision_restored": "A versão da nota foi restaurada.", + "revision_deleted": "A versão da nota foi excluída.", + "snapshot_interval": "Intervalo de captura das versões da nota: {{seconds}}s.", + "maximum_revisions": "Limite de capturas das versões da nota: {{number}}.", + "settings": "Configurações de versões da nota", + "download_button": "Download", + "mime": "MIME: ", + "file_size": "Tamanho do arquivo:", + "preview_not_available": "A visualização não está disponível para este tipo de nota.", + "diff_on": "Exibir diferença", + "diff_off": "Exibir conteúdo", + "diff_on_hint": "Clique para exibir a diferença de fonte da nota", + "diff_off_hint": "Clique para exibir o conteúdo da nota", + "diff_not_available": "A diferença não está disponível." + }, + "sort_child_notes": { + "sort_children_by": "Ordenar notas filhas por...", + "sorting_criteria": "Critérios de ordenação", + "title": "título", + "date_created": "data de criação", + "date_modified": "data de modificação", + "sorting_direction": "Direção de ordenação", + "ascending": "crescente", + "descending": "decrescente", + "folders": "Pastas", + "sort_folders_at_top": "colocar pastas no topo", + "natural_sort": "Ordenação Natural", + "sort_with_respect_to_different_character_sorting": "classificar de acordo com diferentes regras de ordenação de caracteres e colação em diferentes idiomas ou regiões.", + "natural_sort_language": "Linguagem da ordenação natural", + "the_language_code_for_natural_sort": "O código do idioma para ordenação natural, por exemplo, \"zh-CN\" para chinês.", + "sort": "Ordenar" + }, + "upload_attachments": { + "upload_attachments_to_note": "Enviar anexos para a nota", + "choose_files": "Escolher arquivos", + "files_will_be_uploaded": "Os arquivos serão enviados como anexos para {{noteTitle}}", + "options": "Opções", + "shrink_images": "Reduzir imagens", + "upload": "Enviar", + "tooltip": "Se você marcar esta opção, o Trilium tentará reduzir as imagens enviadas redimensionando e otimizando, o que pode afetar a qualidade visual percebida. Se desmarcada, as imagens serão enviadas sem alterações." + }, + "attribute_detail": { + "attr_detail_title": "Título Detalhado do Atributo", + "close_button_title": "Cancelar alterações e fechar", + "attr_is_owned_by": "O atributo pertence a", + "attr_name_title": "O nome do atributo pode ser composto apenas por caracteres alfanuméricos, dois-pontos e sublinhado", + "name": "Nome", + "value": "Valor", + "target_note_title": "Relação é uma conexão nomeada entre a nota de origem e a nota de destino.", + "target_note": "Nota de destino", + "promoted_title": "O atributo promovido é exibido de forma destacada na nota.", + "promoted": "Promovido", + "promoted_alias_title": "O nome a ser exibido na interface de atributos promovidos.", + "promoted_alias": "Alias", + "multiplicity_title": "Multiplicidade define quantos atributos com o mesmo nome podem ser criados — no máximo 1 ou mais de 1.", + "multiplicity": "Multiplicidade", + "single_value": "Valor único", + "multi_value": "Valor múltiplo", + "label_type_title": "O tipo do rótulo ajudará o Trilium a escolher a interface adequada para inserir o valor do rótulo.", + "label_type": "Tipo", + "text": "Texto", + "number": "Número", + "boolean": "Booleano", + "date": "Data", + "date_time": "Data e Hora", + "time": "Hora", + "url": "URL", + "precision_title": "Qual número de dígitos após o ponto decimal deve estar disponível na interface de configuração de valor.", + "precision": "Precisão", + "digits": "dígitos", + "inverse_relation_title": "Configuração opcional para definir a qual relação esta é oposta. Exemplo: Pai - Filho são relações inversas entre si.", + "inverse_relation": "Relação inversa", + "inheritable_title": "O atributo herdável será transmitido para todos os descendentes deste ramo.", + "inheritable": "Herdável", + "save_and_close": "Salvar e fechar Ctrl+Enter", + "delete": "Excluir", + "related_notes_title": "Outras notas com este rótulo", + "more_notes": "Mais notas", + "label": "Detalhe do rótulo", + "label_definition": "Detalhe da definição do rótulo", + "relation": "Detalhe da relação", + "relation_definition": "Detalhe da definição da relação", + "disable_versioning": "desativa a versão automática. Útil, por exemplo, para notas grandes, mas sem importância – como grandes bibliotecas JS usadas para scripts", + "calendar_root": "marca a nota que deve ser usada como raiz para notas diárias. Apenas uma deve ser marcada assim.", + "archived": "notas com este rótulo não serão exibidas por padrão nos resultados de busca (também nos diálogos Ir para, Adicionar link, etc).", + "exclude_from_export": "notas (junto com sua subárvore) não serão incluídas em nenhuma exportação de notas", + "run": "define em quais eventos o script deve ser executado. Os valores possíveis são:\n
    \n
  • frontendStartup - quando o frontend do Trilium inicia (ou é atualizado), mas não no celular.
  • \n
  • mobileStartup - quando o frontend do Trilium inicia (ou é atualizado), no celular.
  • \n
  • backendStartup - quando o backend do Trilium inicia
  • \n
  • hourly - executa uma vez por hora. Você pode usar o rótulo adicional runAtHour para especificar em qual hora.
  • \n
  • daily - executa uma vez por dia
  • \n
", + "run_on_instance": "Define em qual instância do Trilium isso deve ser executado. Por padrão, todas as instâncias.", + "run_at_hour": "Em qual hora isso deve ser executado. Deve ser usado junto com #run=hourly. Pode ser definido várias vezes para executar mais de uma vez ao dia.", + "disable_inclusion": "scripts com este rótulo não serão incluídos na execução do script pai.", + "sorted": "mantém as notas filhas ordenadas alfabeticamente pelo título", + "sort_direction": "ASC (padrão) ou DESC", + "sort_folders_first": "Pastas (notas com filhos) devem ser ordenadas no topo", + "top": "mantenha a nota fornecida no topo em seu pai (aplica-se apenas a pais ordenados)", + "hide_promoted_attributes": "Ocultar atributos promovidos nesta nota", + "read_only": "o editor está em modo somente leitura. Funciona apenas para notas de texto e código.", + "auto_read_only_disabled": "notas de texto/código podem ser automaticamente configuradas para modo de leitura quando são muito grandes. Você pode desabilitar esse comportamento por nota adicionando este rótulo à nota", + "app_css": "marca notas CSS que são carregadas no aplicativo Trilium e, portanto, podem ser usadas para modificar a aparência do Trilium.", + "app_theme": "marca notas CSS que são temas completos do Trilium e, portanto, estão disponíveis nas opções do Trilium.", + "app_theme_base": "defina como \"next\", \"next-light\" ou \"next-dark\" para usar o tema TriliumNext correspondente (auto, claro ou escuro) como base para um tema personalizado, em vez do tema legado.", + "css_class": "o valor deste rótulo é então adicionado como classe CSS ao nó que representa a nota específica na árvore. Isso pode ser útil para temas avançados. Pode ser usado em notas de modelo.", + "icon_class": "o valor deste rótulo é adicionado como uma classe CSS ao ícone na árvore, o que pode ajudar a distinguir visualmente as notas na árvore. Um exemplo pode ser bx bx-home – os ícones são retirados do boxicons. Pode ser usado em notas de modelo.", + "page_size": "número de itens por página na listagem de notas", + "custom_request_handler": "veja Manipulador de requisição personalizada", + "custom_resource_provider": "veja Manipulador de requisição personalizada", + "widget": "marca esta nota como um widget personalizado que será adicionado à árvore de componentes do Trilium", + "workspace": "marca esta nota como um espaço de trabalho, o que permite fácil hoisting", + "workspace_icon_class": "define a classe CSS do ícone box que será usada na aba quando esta nota for hoisted", + "workspace_tab_background_color": "cor CSS usada na aba da nota quando esta nota é hoisted", + "workspace_calendar_root": "Define a raiz do calendário por espaço de trabalho", + "workspace_template": "Esta nota aparecerá na seleção de modelos disponíveis ao criar uma nova nota, mas apenas quando estiver destacada em um espaço de trabalho que contenha este modelo", + "search_home": "novas notas de pesquisa serão criadas como filhas desta nota", + "workspace_search_home": "novas notas de pesquisa serão criadas como filhas desta nota quando ela for destacada para algum ancestral desta nota de área de trabalho", + "inbox": "localização padrão da caixa de entrada para novas notas – quando você cria uma nota usando o botão \"nova nota\" na barra lateral, as notas serão criadas como notas filhas na nota marcada com o rótulo #inbox.", + "workspace_inbox": "local padrão da caixa de entrada para novas notas quando esta nota for destacada para algum ancestral desta nota de área de trabalho", + "sql_console_home": "localização padrão das notas do console SQL", + "bookmark_folder": "nota com este rótulo aparecerá nos favoritos como uma pasta (permitindo acesso aos seus filhos)", + "share_hidden_from_tree": "esta nota está oculta na árvore de navegação à esquerda, mas ainda pode ser acessada via sua URL", + "share_external_link": "a nota funcionará como um link para um site externo na árvore de compartilhamento", + "share_alias": "defina um alias por meio do qual a nota ficará disponível em https://your_trilium_host/share/[your_alias]", + "share_omit_default_css": "o CSS padrão da página de compartilhamento será omitido. Use quando você fizer alterações extensas de estilo.", + "share_root": "marca a nota que é servida na raiz de /share.", + "share_description": "defina o texto a ser adicionado à meta tag HTML \"description\"", + "share_raw": "a nota será servida em seu formato bruto, sem o wrapper HTML", + "share_disallow_robot_indexing": "impedirá que robôs indexem esta nota por meio do cabeçalho X-Robots-Tag: noindex", + "share_credentials": "exigir credenciais para acessar esta nota compartilhada. O valor deve estar no formato 'usuário:senha'. Não se esqueça de tornar esta configuração herdável para que seja aplicada às notas-filhas/imagens.", + "share_index": "notas com este rótulo irão listar todas as raízes das notas compartilhadas", + "display_relations": "nomes das relações separados por vírgula que devem ser exibidos. Todas as outras serão ocultadas.", + "hide_relations": "nomes das relações separados por vírgula que devem ser ocultados. Todas as outras serão exibidas.", + "title_template": "título padrão das notas criadas como filhas desta nota. O valor é avaliado como uma string JavaScript \n e pode ser enriquecido com conteúdo dinâmico usando as variáveis injetadas now e parentNote. Exemplos:\n \n
    \n
  • ${parentNote.getLabelValue('authorName')}'s literary works
  • \n
  • Log for ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n Veja a wiki com detalhes, a documentação da API para parentNote e para now para mais informações.", + "template": "Esta nota aparecerá na seleção de modelos disponíveis ao criar uma nova nota", + "toc": "#toc ou #toc=show irá forçar a exibição do Sumário, #toc=hide irá forçar que ele fique oculto. Se o rótulo não existir, será considerado o ajuste global", + "color": "define a cor da nota na árvore de notas, links etc. Use qualquer valor de cor CSS válido, como 'red' ou #a13d5f", + "keyboard_shortcut": "Define um atalho de teclado que irá pular imediatamente para esta nota. Exemplo: 'ctrl+alt+e'. É necessário recarregar o frontend para que a alteração tenha efeito.", + "hide_highlight_widget": "Ocultar o widget da lista de destaques", + "keep_current_hoisting": "Abrir este link não alterará o destaque, mesmo que a nota não seja exibível na subárvore destacada atual.", + "execute_button": "Titulo do botão que executará a nota de código atual", + "exclude_from_note_map": "Notas com este rótulo ficarão ocultas no Mapa de Notas", + "new_notes_on_top": "Novas notas serão criadas no topo da nota raiz, não na parte inferior.", + "execute_description": "Descrição longa da nota de código atualmente exibida junto ao botão executar", + "print_page_size": "Quando exportando para PDF, altera o tamanho da página. Valores suportados: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", + "and_more": "... e {{count}} mais.", + "other_notes_with_name": "Outras notas com {{attributeType}} igual a \"{{attributeName}}\"", + "color_type": "Cor", + "run_on_note_creation": "executa quando a nota é criada no backend. Use esta relação se quiser executar o script para todas as notas criadas em uma subárvore específica. Neste caso, crie-a na nota raiz da subárvore e torne-a herdável. Uma nova nota criada dentro da subárvore (qualquer profundidade) irá acionar o script.", + "run_on_child_note_creation": "executa quando uma nova nota é criada sob a nota onde esta relação está definida", + "run_on_note_title_change": "executa quando o título da nota é alterado (inclusive na criação de nota)", + "run_on_note_content_change": "executa quando o conteúdo da nota é alterado (inclusive na criação de nota).", + "run_on_note_change": "executa quando a nota é alterada (inclusive na criação de nota). Não incluí alterações no conteúdo", + "run_on_note_deletion": "executa quando a nota está sendo excluída", + "run_on_branch_creation": "executa quando uma ramificação é criada. Ramificação é uma ligação entre nota pai e nota filha e é criado, por exemplo, ao clonar ou mover uma nota.", + "run_on_branch_change": "executa quando uma remificação é atualizada.", + "run_on_attribute_creation": "executa quando um novo atributo é criado para a nota que define esta relação", + "run_on_attribute_change": " executa quando o atributo é alterado na nota que define esta relação. Também é disparado quando o atributo é excluído", + "widget_relation": "o destino desta relação será executado e renderizado como um widget na barra lateral", + "run_on_branch_deletion": "executa quando uma ramificação é excluída. Ramificação é um link entre a nota pai e a nota filha e é excluído, por exemplo, ao mover a nota (a ramificação/link antiga é excluída).", + "relation_template": "os atributos da nota serão herdados mesmo sem um relacionamento pai-filho, o conteúdo e subárvore da nota serão adicionados às notas da instância se vazias. Veja a documentação para detalhes.", + "inherit": "os atributos da nota serão herdados mesmo sem um relacionamento pai-filho. Veja relação de modelos para um conceito semelhante. Veja a herança de atributos na documentação.", + "render_note": "notas do tipo \"nota de renderização HTML\" serão renderizadas usando uma nota de código (HTML ou script) e é necessário apontar usando esta relação qual nota deve ser renderizada", + "share_css": "Nota CSS que será injetada na página de compartilhamento. A nota CSS também deve estar na subárvore compartilhada. Considere usar também 'share_hidden_from_tree' e 'share_omit_default_css'.", + "share_js": "Nota JavaScript que será injetada na página de compartilhamento. A nota JS também deve estar na subárvore compartilhada. Considere usar 'share_hidden_from_tree'.", + "share_template": "Nota JavaScript incorporada que será usada como modelo para exibir a nota compartilhada. Retorna ao modelo padrão. Considere usar 'share_hidden_from_tree'.", + "share_favicon": "Nota Favicon que será usada na página compartilhada. Tipicamente você quer defini-la na raiz do compartilhamento e torná-lo herdável. A nota de Favicon também deve estar na subárvore compartilhada. Considere usar 'share_hidden_from_tree'.", + "is_owned_by_note": "é propriedade da nota", + "print_landscape": "Ao exportar para PDF, muda a orientação da página para paisagem em vez de retrato." + }, + "attachments_actions": { + "delete_attachment": "Excluir anexo", + "open_externally": "Abrir externamente", + "open_custom": "Abrir customizado", + "download": "Baixar", + "rename_attachment": "Renomear anexo", + "upload_new_revision": "Enviar nova revisão", + "copy_link_to_clipboard": "Copiar link para a área de transferência", + "convert_attachment_into_note": "Converter anexo para nota", + "upload_success": "Uma nova revisão de anexo foi enviada.", + "upload_failed": "O envio de uma nova revisão de anexo falhou.", + "delete_success": "O anexo '{{title}}' foi excluído.", + "convert_success": "O anexo '{{title}}' foi convertido para uma nota.", + "enter_new_name": "Por favor, digite o novo nome do anexo", + "delete_confirm": "Tem certeza que deseja excluir o anexo '{{title}}'?", + "convert_confirm": "Tem certeza que deseja converter o anexo '{{title}}' em uma nota separada?", + "open_externally_title": "O arquivo será aberto em uma aplicação externa e monitorado por alterações. Você então poderá enviar a versão modificada de volta para o Trilium.", + "open_custom_title": "O arquivo será aberto em uma aplicação externa e monitorado por alterações. Você então poderá enviar a versão modificada de volta para o Trilium.", + "open_externally_detail_page": "A abertura de anexo externamente só está disponível através da página de detalhes. Por favor, primeiro clique nos detalhes do anexo e repita a ação.", + "open_custom_client_only": "A abertura customizada de anexos só pode ser feita usando o cliente de desktop." + }, + "attachment_detail": { + "you_can_also_open": ", você também pode abrir o(a) ", + "open_help_page": "Abrir página de ajuda nos anexos", + "list_of_all_attachments": "Lista de todos os anexos", + "attachment_deleted": "Este anexo foi excluído.", + "owning_note": "Nota proprietária: " + }, + "ancestor": { + "depth_gt": "é maior que {{count}}", + "label": "Ancestral", + "placeholder": "buscar notas pelo nome", + "depth_label": "profundidade", + "depth_doesnt_matter": "não importa", + "depth_eq": "é exatamente {{count}}", + "direct_children": "filho direto", + "depth_lt": "é menor que {{count}}" + }, + "add_relation": { + "add_relation": "Adicionar relação", + "allowed_characters": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", + "relation_name": "nome da relação", + "to": "para", + "target_note": "nota destino", + "create_relation_on_all_matched_notes": "Crie a relação informada em todas as notas correspondentes." + }, + "delete_label": { + "label_name_placeholder": "nome da etiqueta", + "label_name_title": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", + "delete_label": "Excluir etiqueta" + }, + "rename_label": { + "rename_label": "Renomear etiqueta", + "rename_label_from": "Renomear etiqueta de", + "old_name_placeholder": "nome antigo", + "to": "Para", + "new_name_placeholder": "novo nome", + "name_title": "Caracteres alfanuméricos, underscore e vírgula são permitidos." + }, + "execute_script": { + "example_1": "Por exemplo para anexar um texto ao título de uma nota, use este pequeno script:", + "execute_script": "Executar script", + "help_text": "Você pode executar scripts simples nas notas correspondentes.", + "example_2": "Um exemplo mais complexo seria excluir todos os atributos das notas correspondentes:" + }, + "attribute_editor": { + "help_text_body1": "Para adicionar uma etiqueta, digite por exemplo #rock ou se você também quer adicionar um valor então por exemplo #year = 2020", + "help_text_body2": "Para relação, digite ~author = @, que deve ser exibido um autocompletar onde você pode encontrar a nota desejada.", + "help_text_body3": "Alternativamente, você pode adicionar etiqueta e relação usando o botão + no lado direito.", + "save_attributes": "Salvar atributos ", + "add_a_new_attribute": "Adicionar um novo atributo", + "add_new_label": "Adicionar nova etiqueta ", + "add_new_relation": "Adicionar nova relação ", + "add_new_label_definition": "Adicionar nova definição de etiqueta", + "add_new_relation_definition": "Adicionar nova definição de relação", + "placeholder": "Digite as etiquetas e relações aqui" + }, + "abstract_bulk_action": { + "remove_this_search_action": "Remover esta ação de busca" + }, + "add_label": { + "add_label": "Adicionar etiqueta", + "label_name_placeholder": "nome da etiqueta", + "label_name_title": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", + "to_value": "para o valor", + "new_value_placeholder": "novo valor", + "help_text": "Em todas as notas correspondentes:", + "help_text_item1": "criar a etiqueta indicada se a nota ainda não tiver uma", + "help_text_item2": "ou altere o valor da etiqueta existente", + "help_text_note": "Você também pode chamar este método sem valor, neste caso a etiqueta será atribuída à nota sem valor." + }, + "update_label_value": { + "update_label_value": "Atualizar valor da etiqueta", + "label_name_placeholder": "nome da etiqueta", + "label_name_title": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", + "new_value_placeholder": "novo valor", + "to_value": "para o valor", + "help_text": "Em todas as notas correspondentes, altera o valor da etiqueta existente.", + "help_text_note": "Você também pode chamar este método sem um valor, neste caso a etiqueta será à nota sem um valor." + }, + "delete_relation": { + "allowed_characters": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", + "delete_relation": "Excluir relação", + "relation_name": "nome da relação" + }, + "rename_relation": { + "allowed_characters": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", + "rename_relation": "Renomar relação", + "rename_relation_from": "Renomear relação de", + "old_name": "nome antigo", + "to": "Para", + "new_name": "novo nome" + }, + "update_relation_target": { + "allowed_characters": "Caracteres alfanuméricos, underscore e vírgula são permitidos.", + "to": "para", + "target_note": "nota destino", + "on_all_matched_notes": "Em todas as notas correspondentes", + "change_target_note": "alterar nota destino da relação existente", + "update_relation_target": "Atualizar destino da relação", + "update_relation": "Atualizar relação", + "relation_name": "nome da relação" + }, + "content_renderer": { + "open_externally": "Abrir externamente" + }, + "modal": { + "close": "Fechar", + "help_title": "Exibir mais informações sobre esta tela" + }, + "api_log": { + "close": "Fechar" + }, + "attachment_detail_2": { + "will_be_deleted_in": "Este anexo será excluído automaticamente em {{time}}", + "will_be_deleted_soon": "Este anexo será excluído automaticamente em breve", + "deletion_reason": ", porque o anexo não está associado ao conteúdo da nota. Para evitar a exclusão, adicione o anexo novamente ao conteúdo ou converta o anexo em uma nota.", + "role_and_size": "Regra: {{role}}, Tamanho: {{size}}", + "link_copied": "Link do anexo copiado para a área de transferência.", + "unrecognized_role": "Regra desconhecida de anexo '{{role}}'." + }, + "bookmark_switch": { + "bookmark": "Favorito", + "bookmark_this_note": "Favoritar esta nota no painel da esquerda", + "remove_bookmark": "Remover favorito" + }, + "editability_select": { + "auto": "Auto", + "read_only": "Somente leitura", + "always_editable": "Sempre Editável", + "note_is_editable": "A nota é editável se não for muito longa.", + "note_is_read_only": "A nota é somente leitura, mas pode ser editada com um clique no botão.", + "note_is_always_editable": "A nota é sempre editável, independentemente do seu tamanho." + }, + "note-map": { + "button-link-map": "Mapa de Links", + "button-tree-map": "Mapa em Árvore" + }, + "tree-context-menu": { + "open-in-a-new-tab": "Abrir em uma nova aba", + "open-in-a-new-split": "Abrir em um novo painel dividido", + "insert-note-after": "Inserir nota após", + "insert-child-note": "Inserir nota filha", + "delete": "Excluir", + "search-in-subtree": "Buscar na subárvore", + "hoist-note": "Fixar nota", + "unhoist-note": "Desafixar nota", + "edit-branch-prefix": "Editar prefixo da ramificação", + "advanced": "Avançado", + "expand-subtree": "Expandir subárvore", + "collapse-subtree": "Recolher subárvore", + "sort-by": "Ordenar por...", + "recent-changes-in-subtree": "Alterações recentes na subárvore", + "convert-to-attachment": "Converter para anexo", + "copy-note-path-to-clipboard": "Copiar caminho da nota para a área de transferência", + "protect-subtree": "Proteger subárvore", + "unprotect-subtree": "Desproteger subárvore", + "copy-clone": "Copiar / clonar", + "clone-to": "Clonar para...", + "cut": "Recortar", + "move-to": "Mover para...", + "paste-into": "Colar em", + "paste-after": "Colar depois", + "duplicate": "Duplicar", + "export": "Exportar", + "import-into-note": "Importar na nota", + "apply-bulk-actions": "Aplicar ações em massa", + "converted-to-attachments": "{{count}} notas foram convertidas em anexos.", + "convert-to-attachment-confirm": "Tem certeza de que deseja converter as notas selecionadas em anexos de suas notas pai? Esta operação se aplica apenas a notas de imagem; outras notas serão ignoradas.", + "open-in-popup": "Edição rápida", + "archive": "Ficheiro", + "unarchive": "Desarquivar" + }, + "command_palette": { + "search_subtree_title": "Buscar na Subárvore", + "search_subtree_description": "Buscar dentro da subárvore atual", + "search_history_title": "Exibir Histórico de Busca", + "search_history_description": "Visualizar buscas anteriores", + "configure_launch_bar_title": "Configurar Barra de Execução", + "tree-action-name": "Árvore: {{name}}", + "export_note_title": "Exportar Nota", + "export_note_description": "Exportar a nota atual", + "show_attachments_title": "Exibir Anexos", + "show_attachments_description": "Exibir anexos da nota", + "search_notes_title": "Buscar Notas", + "search_notes_description": "Abrir busca avançada", + "configure_launch_bar_description": "Abrir a configuração da barra de atalho, para adicionar ou remover itens." + }, + "delete_note": { + "delete_note": "Excluir nota", + "delete_matched_notes": "Excluir notas correspondentes", + "delete_matched_notes_description": "Isso irá excluir as notas correspondentes.", + "undelete_notes_instruction": "Depois da exclusão, é possível desfazer através da janela de Alterações Recentes.", + "erase_notes_instruction": "Para apagar notas permanentemente, você pode fazer isso depois da exclusão indo em Opções -> Outros e clicar no botão \"Apagar notas excluídas agora\"." + }, + "delete_revisions": { + "delete_note_revisions": "Excluir revisões da nota", + "all_past_note_revisions": "Todas as revisões anteriores das notas correspondentes serão excluídas. A nota em si será perservada. Ou seja, o histórico da nota será removido." + }, + "move_note": { + "move_note": "Mover nota", + "to": "para", + "target_parent_note": "nota pai destino", + "on_all_matched_notes": "Em todas as notas correspondentes", + "move_note_new_parent": "move a nota para o novo pai se a nota tem apenas um pai (ou seja, a antiga ramificação é removida e uma nova ramificação é criada para o novo pai)", + "clone_note_new_parent": "clona a nota para o novo pai se a nota tem vários clones / ramificações (não é claro qual ramificação deve ser removida)", + "nothing_will_happen": "nada acontecerá se a nota não puder ser movida para a nota de destino (por exemplo, se criaria um ciclo de árvore)" + }, + "rename_note": { + "rename_note": "Renomear nota", + "rename_note_title_to": "Renomear título da nota para", + "new_note_title": "novo título da nota", + "click_help_icon": "Clique no ícone de ajuda a direita para ver todas as opções", + "example_note": "Nota - todas as notas correspondentes serão renomeadas para 'Nota'", + "example_new_title": "NOVO: ${note.title} - o título das notas correspondentes receberá o prefixo 'NOVO: '", + "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - notas correspondentes receberão um prefixo com o mês-dia da data de criação da nota", + "api_docs": "Veja da documentação da API para nota e suas propriedades dateCreatedObj / utcDateCreatedObj para detalhes.", + "evaluated_as_js_string": "O valor digitado é avaliado como string JavaScript e, portanto, pode ser enriquecido com conteúdo dinâmico através da variável injetada note (nota sendo renomeada). Exemplos:" + }, + "calendar": { + "mon": "Seg", + "tue": "Ter", + "wed": "Qua", + "thu": "Qui", + "fri": "Sex", + "sat": "Sáb", + "sun": "Dom", + "cannot_find_day_note": "Nota do dia não encontrada", + "cannot_find_week_note": "Nota semanal não encontrada", + "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", + "week": "Semana", + "week_previous": "Semana passada", + "week_next": "Próxima semana", + "month": "Mês", + "month_previous": "Mês passado", + "month_next": "Próximo mês", + "year": "Ano", + "year_previous": "Ano passado", + "year_next": "Próximo ano", + "list": "Lista", + "today": "Hoje" + }, + "close_pane_button": { + "close_this_pane": "Fechar este painel" + }, + "create_pane_button": { + "create_new_split": "Criar nova divisão" + }, + "edit_button": { + "edit_this_note": "Editar esta nota" + }, + "show_toc_widget_button": { + "show_toc": "Mostrar Tabela de Conteúdo" + }, + "show_highlights_list_widget_button": { + "show_highlights_list": "Mostrar Lista de Destaques" + }, + "global_menu": { + "menu": "Menu", + "options": "Opções", + "open_new_window": "Abrir Nova Janela", + "switch_to_mobile_version": "Alternar para Versão Mobile", + "switch_to_desktop_version": "Alternar para Versão Desktop", + "zoom": "Zoom", + "toggle_fullscreen": "Alternar Tela Cheia", + "zoom_out": "Reduzir", + "reset_zoom_level": "Redefinir Zoom", + "zoom_in": "Aumentar", + "configure_launchbar": "Configurar Barra de Atalhos", + "show_shared_notes_subtree": "Exibir Subárvore de Notas Compartilhadas", + "advanced": "Avançado", + "open_dev_tools": "Abrir Ferramentas de Desenvolvedor", + "open_sql_console": "Abrir Console SQL", + "open_sql_console_history": "Abrir Histórico de Console SQL", + "open_search_history": "Abrir Histórico de Busca", + "show_backend_log": "Abrir Log do Servidor", + "reload_frontend": "Recarregar Frontend", + "show_hidden_subtree": "Exibir Subárvore Oculta", + "show_help": "Exibir Ajuda", + "about": "Sobre o Trilium Notes", + "logout": "Sair", + "show-cheatsheet": "Exibir Cheatsheet", + "toggle-zen-mode": "Modo Zen", + "reload_hint": "Recarregar pode ajudar com alguns problemas visuais sem reiniciar toda a aplicação.", + "new-version-available": "Nova atualização disponível", + "download-update": "Obter a versão {{latestVersion}}" + }, + "zen_mode": { + "button_exit": "Sair do Modo Zen" + }, + "sync_status": { + "in_progress": "Sincronização com o servidor em andamento.", + "unknown": "

O estado da sincronização será conhecido assim que a próxima tentativa começar.

Clique para iniciar a sincronização agora.

", + "connected_with_changes": "

Conectado ao servidor de sincronização.
Existem algumas alterações esperando para serem sincronizadas.

Clique para sincronizar.

", + "connected_no_changes": "

Conectado ao servidor de sincronização.
Todas as alterações já foram sincronizadas.

Clique para sincronizar.

", + "disconnected_with_changes": "

A conexão ao servidor de sincronização falhou.
Existem algumas alterações esperando para serem sincronizadas.

Clique para sincronizar.

", + "disconnected_no_changes": "

A conexão ao servidor de sincronização falhou.
Todas as alterações já foram sincronizadas.

Clique para sincronizar.

" + }, + "left_pane_toggle": { + "show_panel": "Exibir painel", + "hide_panel": "Esconder painel" + }, + "move_pane_button": { + "move_left": "Mover para a esquerda", + "move_right": "Mover para a direita" + }, + "note_actions": { + "convert_into_attachment": "Converter para anexo", + "re_render_note": "Renderizar nota novamente", + "search_in_note": "Buscar na nota", + "note_source": "Código Fonte da nota", + "note_attachments": "Anexos da nota", + "open_note_externally": "Abrir nota externamente", + "open_note_custom": "Abrir nota de forma customizada", + "import_files": "Importar arquivos", + "export_note": "Exportar nota", + "delete_note": "Excluir nota", + "print_note": "Imprimir nota", + "save_revision": "Salvar revisão", + "convert_into_attachment_failed": "A conversão da nota '{{title}}' falhou.", + "convert_into_attachment_successful": "A nota '{{title}}' foi convertida para anexo.", + "print_pdf": "Exportar como PDF…", + "open_note_externally_title": "O arquivo será aberto em uma aplicação externa e monitorado por alterações. Você então poderá enviar a versão modificada de volta para o Trilium.", + "convert_into_attachment_prompt": "Você tem certeza que quer converter a nota '{{title}}' em um anexo da nota pai?", + "open_note_on_server": "Abrir nota no servidor", + "view_revisions": "Revisões da nota…", + "advanced": "Avançado", + "export_as_image": "Exportar como imagem", + "export_as_image_png": "PNG (raster)", + "export_as_image_svg": "SVG (vetorial)", + "note_map": "Mapa de notas" + }, + "protected_session_status": { + "inactive": "Clique para entrar na sessão protegida", + "active": "Sessão protegida está ativada. Clique para deixar a sessão protegida." + }, + "revisions_button": { + "note_revisions": "Revisões da Nota" + }, + "update_available": { + "update_available": "Atualização disponível" + }, + "code_buttons": { + "execute_button_title": "Executar script", + "trilium_api_docs_button_title": "Abrir documentação da Trilium API", + "save_to_note_button_title": "Salvar para uma nota", + "opening_api_docs_message": "Abrindo documentação da API…", + "sql_console_saved_message": "Nota do Console SQL foi salva no caminho {{note_path}}" + }, + "hide_floating_buttons_button": { + "button_title": "Esconder botões" + }, + "show_floating_buttons_button": { + "button_title": "Exibir botões" + }, + "svg_export_button": { + "button_title": "Exportar diagrama como SVG" + }, + "relation_map_buttons": { + "zoom_in_title": "Aumentar", + "zoom_out_title": "Reduzir", + "create_child_note_title": "Criar nova nota filha e adicione neste mapa de relação", + "reset_pan_zoom_title": "Redefinir pan & zoom para coordenadas e ampliação iniciais" + }, + "zpetne_odkazy": { + "relation": "relação", + "backlink_one": "", + "backlink_many": "", + "backlink_other": "{{count}} Links Reversos" + }, + "mobile_detail_menu": { + "insert_child_note": "Inserir nota filha", + "delete_this_note": "Excluir essa nota", + "error_unrecognized_command": "Comando não reconhecido {{command}}", + "error_cannot_get_branch_id": "Não foi possível obter o branchId para o notePath '{{notePath}} '", + "note_revisions": "Revisões de notas" + }, + "note_icon": { + "change_note_icon": "Alterar ícone da nota", + "search": "Busca:", + "reset-default": "Redefinir para o ícone padrão" + }, + "basic_properties": { + "note_type": "Tipo da nota", + "editable": "Editável", + "basic_properties": "Propriedades Básicas", + "language": "Idioma", + "configure_code_notes": "Configurar notas de código..." + }, + "book_properties": { + "view_type": "Tipo de visualização", + "grid": "Grade", + "list": "Lista", + "collapse_all_notes": "Recolher todas as notas", + "collapse": "Recolher", + "expand": "Expandir", + "book_properties": "Propriedades da Coleção", + "invalid_view_type": "Tipo de visualização inválido '{{type}}'", + "calendar": "Calendário", + "table": "Tabela", + "geo-map": "Mapa geográfico", + "board": "Quadro", + "include_archived_notes": "Exibir notas arquivadas", + "expand_tooltip": "Expande os filhos diretos desta coleção (um nível). Para mais opções, pressione a seta à direita.", + "expand_first_level": "Expandir filhos diretos", + "expand_nth_level": "Expandir {{depth}} níveis", + "expand_all_levels": "Expandir todos os níveis", + "presentation": "Apresentação" + }, + "edited_notes": { + "no_edited_notes_found": "Ainda não há nenhuma nota editada neste dia…", + "title": "Notas Editadas", + "deleted": "(excluído)" + }, + "file_properties": { + "note_id": "ID da Nota", + "original_file_name": "Nome original do arquivo", + "file_type": "Tipo do arquivo", + "file_size": "Tamanho do arquivo", + "download": "Baixar", + "open": "Abrir externamente", + "upload_new_revision": "Enviar nova revisão", + "upload_success": "Uma nova revisão de arquivo foi enviada.", + "upload_failed": "O envio de uma nova revisão de arquivo falhou.", + "title": "Arquivo" + }, + "image_properties": { + "original_file_name": "Nome original do arquivo", + "file_type": "Tipo do arquivo", + "file_size": "Tamanho do arquivo", + "download": "Baixar", + "open": "Abrir", + "copy_reference_to_clipboard": "Copiar referência para a área de transferência", + "upload_new_revision": "Enviar nova revisão", + "upload_success": "Uma nova revisão de imagem foi enviado.", + "upload_failed": "O envio de uma nova revisão de imagem falhou: {{message}}", + "title": "Imagem" + }, + "inherited_attribute_list": { + "title": "Atributos Herdados", + "no_inherited_attributes": "Nenhum atributo herdado.", + "none": "nenhum" + }, + "note_info_widget": { + "note_id": "ID da Nota", + "created": "Criado", + "modified": "Editado", + "type": "Tipo", + "note_size": "Tamanho da nota", + "calculate": "calcular", + "title": "Informações da nota", + "subtree_size": "(tamanho da subárvore: {{size}} em {{count}} notas)", + "note_size_info": "O tamanho da nota fornece uma estimativa aproximada dos requisitos de armazenamento para esta nota. Leva em conta o conteúdo e o conteúdo de suas revisões de nota.", + "mime": "Tipo MIME", + "show_similar_notes": "Mostrar notas semelhantes" + }, + "note_map": { + "open_full": "Expandir completamente", + "collapse": "Recolher para tamanho normal", + "title": "Mapa de Notas", + "fix-nodes": "Fixar nós", + "link-distance": "Distância do Link" + }, + "note_paths": { + "title": "Caminho das Notas", + "clone_button": "Clonar nota para novo local…", + "intro_placed": "Esta nova está localizada nos caminhos:", + "intro_not_placed": "Esta nota ainda não está em nenhuma árvore de notas.", + "archived": "Arquivado", + "search": "Pesquisar", + "outside_hoisted": "Este caminho está fora de uma nota fixada e você teria que desafixar." + }, + "note_properties": { + "this_note_was_originally_taken_from": "Esta nota foi originalmente obtida de:", + "info": "Informações" + }, + "promoted_attributes": { + "promoted_attributes": "Atributos Promovidos", + "unset-field-placeholder": "não atribuído", + "open_external_link": "Abrir link externo", + "unknown_label_type": "Tipo de etiqueta desconhecido '{{type}}'", + "unknown_attribute_type": "Tipo de atributo desconhecido '{{type}}'", + "add_new_attribute": "Adicionar novo atributo", + "remove_this_attribute": "Remover este atributo", + "remove_color": "Remover a etiqueta de cor", + "url_placeholder": "http://website..." + }, + "script_executor": { + "query": "Consulta", + "script": "Script", + "execute_query": "Executar Consulta", + "execute_script": "Executar Script" + }, + "search_definition": { + "add_search_option": "Adicionar opção de pesquisa:", + "search_string": "pesquisa de texto", + "search_script": "pesquisa de script", + "ancestor": "ancestral", + "fast_search": "pesquisa rápida", + "include_archived": "incluir arquivados", + "order_by": "ordenar por", + "limit": "limite", + "limit_description": "Limitar número de resultados", + "debug": "depurar", + "action": "ação", + "search_button": "Pesquisar", + "search_execute": "Pesquisar & Executar ações", + "save_to_note": "Salvar para nota", + "search_parameters": "Parâmetros de Pesquisa", + "unknown_search_option": "Opção de pesquisa desconhecida {{searchOptionName}}", + "actions_executed": "As ações foram executadas.", + "search_note_saved": "Nota de pesquisa foi salva em {{- notePathTitle}}", + "fast_search_description": "A opção de pesquisa rápida desabilita a pesquisa de texto completo do conteúdo de nota, o que pode acelerar a pesquisa em grandes bancos de dados.", + "include_archived_notes_description": "As notas arquivadas são por padrão excluídas dos resultados da pesquisa, com esta opção elas serão incluídas.", + "debug_description": "A depuração irá imprimir informações adicionais no console para ajudar na depuração de consultas complexas", + "view_options": "Ver opções:" + }, + "similar_notes": { + "title": "Notas Similares", + "no_similar_notes_found": "Nenhum nota similar encontrada." + }, + "abstract_search_option": { + "remove_this_search_option": "Remover esta opção de pesquisa", + "failed_rendering": "A renderização da opção de busca falhou: {{dto}} com o erro: {{error}} {{stack}}" + }, + "debug": { + "debug": "Depurar", + "debug_info": "A depuração irá imprimir informações adicionais no console para ajudar em depuração de consultas complexas.", + "access_info": "Para acessar as informações de depuração, execute a consulta e clique em \"Exibir log do servidor\" no canto superior esquerdo." + }, + "fast_search": { + "fast_search": "Pesquisa rápida", + "description": "A opção de pesquisa rápida desabilita a pesquisa de texto completo do conteúdo de nota, o que pode acelerar a pesquisa em grandes bancos de dados." + }, + "include_archived_notes": { + "include_archived_notes": "Incluir notas arquivadas" + }, + "limit": { + "limit": "Limite", + "take_first_x_results": "Pegar apenas os X primeiros resultados." + }, + "order_by": { + "order_by": "Ordenar por", + "relevancy": "Relevância (padrão)", + "title": "Título", + "date_created": "Data de criação", + "date_modified": "Data da última modificação", + "content_size": "Tamaho do conteúdo da nota", + "content_and_attachments_size": "Tamanho do conteúdo da nota incluindo anexos", + "content_and_attachments_and_revisions_size": "Tamanho do conteúdo da nota incluindo anexos e revisões", + "revision_count": "Número de revisões", + "children_count": "Número de notas filhas", + "parent_count": "Número de clones", + "owned_label_count": "Número de etiquetas", + "owned_relation_count": "Número de relações", + "target_relation_count": "Número de relações para esta nota", + "random": "Ordem aleatória", + "asc": "Crescente (padrão)", + "desc": "Decrescente" + }, + "search_script": { + "title": "Buscar script:", + "placeholder": "buscar notas pelo nome", + "example_title": "Veja este exemplo:", + "example_code": "// 1. pré-filtro usando pesquisa padrão\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. aplicando critérios de pesquisa customizados\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", + "description1": "O script de pesquisa permite definir os resultados da pesquisa executando um script. Isso proporciona flexibilidade máxima quando a busca padrão não é suficiente.", + "description2": "O script de pesquisa deve ser do tipo \"código\" e subtipo \"JavaScript no servidor\". O script precisa retornar um array de noteIds ou de notas.", + "note": "Note que o script de pesquisa e a pesquisa de texto não podem ser combinados entre si." + }, + "search_string": { + "title_column": "Buscar texto:", + "search_syntax": "Sintaxe de pesquisa", + "also_see": "veja também", + "full_text_search": "Digite qualquer texto para busca por texto completo", + "label_abc": "retorna notas com a etiqueta abc", + "label_year": "corresponde notas com a etiqueta de ano 2019", + "label_rock_pop": "corresponde notas que tenham tanto a etiqueta rock quando pop", + "label_rock_or_pop": "apenas uma das etiquetas deve estar presente", + "label_year_comparison": "comparação numérica (também >, >=, <).", + "label_date_created": "notas criadas no último mês", + "error": "Erro na busca: {{error}}", + "search_prefix": "Busca:", + "placeholder": "palavras-chave fulltext, #tag = valor...", + "complete_help": "ajuda completa da sintaxe de busca" + }, + "attachment_list": { + "open_help_page": "Abrir página de ajuda nos anexos", + "upload_attachments": "Enviar anexos", + "no_attachments": "Esta nota não possuí anexos.", + "owning_note": "Nota proprietária: " + }, + "editable_code": { + "placeholder": "Digite o conteúdo da sua nota de código aqui…" + }, + "editable_text": { + "placeholder": "Digite o conteúdo da sua nota aqui…", + "auto-detect-language": "Detectado automaticamente", + "editor_crashed_title": "O editor de texto travou", + "editor_crashed_content": "Seu conteúdo foi recuperado com sucesso, mas algumas das suas alterações mais recentes podem não ter sido salvas.", + "editor_crashed_details_button": "Veja mais detalhes...", + "editor_crashed_details_intro": "Se você encontrar este erro várias vezes, considere relatá-lo no GitHub colando as informações abaixo.", + "editor_crashed_details_title": "Informação técnica", + "keeps-crashing": "O componente de edição continua travando. Tente reiniciar o Trilium. Se o problema persistir, considere criar um relatório de bug." + }, + "empty": { + "search_placeholder": "buscar uma nota pelo nome", + "enter_workspace": "Entrar no workspace {{title}}", + "open_note_instruction": "Abra uma nota digitando o título da nota no campo abaixo ou escolha uma nota na árvore." + }, + "file": { + "file_preview_not_available": "Prévia não disponível para este formato de arquivo.", + "too_big": "A prévia mostra apenas os primeiros {{maxNumChars}} caracteres do arquivo por razões de desempenho. Baixe o arquivo e abra-o externamente para ver todo o conteúdo." + }, + "protected_session": { + "enter_password_instruction": "É necessário digitar sua senha para mostar notas protegidas:", + "started": "A sessão protegida foi iniciada.", + "wrong_password": "Senha incorreta.", + "protecting-finished-successfully": "A proteção foi finalizada com sucesso.", + "unprotecting-finished-successfully": "A remoção da proteção foi finalizada com sucesso.", + "protecting-in-progress": "Proteções em andamento: {{count}}", + "unprotecting-in-progress-count": "Remoções de proteção em andamento: {{count}}", + "protecting-title": "Estado da proteção", + "unprotecting-title": "Estado da remoção de proteção", + "start_session_button": "Iniciar sessão protegida" + }, + "relation_map": { + "open_in_new_tab": "Abrir em nova aba", + "remove_note": "Remover nota", + "edit_title": "Editar título", + "rename_note": "Renomear nota", + "enter_new_title": "Digite o novo título da nota:", + "remove_relation": "Remover relação", + "confirm_remove_relation": "Tem certeza que deseja remover esta relação?", + "connection_exists": "A conexão '{{name}}' já existe entre estas notas.", + "note_not_found": "Nota {{noteId}} não encontrada!", + "note_already_in_diagram": "A nota \"{{title}}\" já está no diagrama.", + "enter_title_of_new_note": "Digite o título da nova nota", + "default_new_note_title": "nova nota", + "click_on_canvas_to_place_new_note": "Clique no quadro para incluir uma nova nota", + "specify_new_relation_name": "Especifique o novo nome da relação (caracteres disponíveis: alfanuméricos, vírgula e underscore):", + "start_dragging_relations": "Comece arrastando as relações daqui e solte-as em outra nota.", + "cannot_match_transform": "Não foi possível combinar a transformação: {{transform}}" + }, + "web_view": { + "web_view": "Web View", + "embed_websites": "Nota do tipo Visualização Web permite que você incorpore sites dentro do Trilium.", + "create_label": "Para começar, crie uma etiqueta com um endereço URL que deseja incorporar, por exemplo, #webViewSrc=\"https://www.google.com\"" + }, + "backend_log": { + "refresh": "Recarregar" + }, + "consistency_checks": { + "title": "Chegagem de Consistência", + "find_and_fix_button": "Encontrar e corrigir problemas de consistência", + "finding_and_fixing_message": "Buscando e corrigindo problemas de consistência…", + "issues_fixed_message": "Qualquer problema de consistência encontrado foi corrigido." + }, + "database_integrity_check": { + "check_button": "Verificar integridade do banco de dados", + "checking_integrity": "Verificando integridade do banco de dados…", + "integrity_check_succeeded": "Verificação de integridade bem sucedida - nenhum problema encontrado.", + "integrity_check_failed": "Verificação de integridade falhou: {{results}}", + "title": "Verificação de Integridade do Banco de Dados", + "description": "Isso verificará se o banco de dados não está corrompido no nível SQLite. Pode levar algum tempo, dependendo do tamanho do banco de dados." + }, + "sync": { + "title": "Sincronizar", + "force_full_sync_button": "Forçar sincronização completa", + "full_sync_triggered": "Sincronização completa iniciada", + "finished-successfully": "Sincronização finalizada com sucesso.", + "failed": "Sincronização falhou: {{message}}", + "fill_entity_changes_button": "Preencher registros de alterações da entidade", + "filling_entity_changes": "Preenchendo linhas de alterações da entidade...", + "sync_rows_filled_successfully": "Linhas de sincronização preenchidas com sucesso" + }, + "vacuum_database": { + "description": "Isso irá reconstruir o banco de dados, o que normalmente irá resultar em uma redução do arquivo do banco de dados. Nenhum dado será alterado.", + "title": "Executar Vacuum no Banco de Dados", + "button_text": "Executar Vacuum", + "vacuuming_database": "Executando Vacuum...", + "database_vacuumed": "Vacuum executado no banco de dados" + }, + "fonts": { + "theme_defined": "Tema definido", + "fonts": "Fontes", + "main_font": "Fonte Principal", + "font_family": "Família da fonte", + "size": "Tamanho", + "note_tree_font": "Fonte da Árvore de Notas", + "note_detail_font": "Fonte Padrão da Nota", + "monospace_font": "Fonte Monospace (código)", + "not_all_fonts_available": "Nem todas as fontes listadas podem estar disponíveis em seu sistema.", + "apply_font_changes": "Para aplicar as alterações de fonte, clique em", + "reload_frontend": "recarregar frontend", + "generic-fonts": "Fontes genéricas", + "sans-serif-system-fonts": "Fontes sem serifa de sistema", + "serif-system-fonts": "Fontes serifadas de sistema", + "monospace-system-fonts": "Fontes monospace de sistema", + "handwriting-system-fonts": "Fontes de escrita à mão de sistema", + "serif": "Serifa", + "sans-serif": "Sem Serifa", + "monospace": "Monoespaçado", + "system-default": "Padrão do Sistema", + "note_tree_and_detail_font_sizing": "Note que o tamanho da fonte da árvore e dos detalhes é relativo à configuração principal do tamanho de fonte." + }, + "max_content_width": { + "title": "Largura do Conteúdo", + "max_width_label": "Largura máxima do conteúdo", + "max_width_unit": "pixels", + "default_description": "Por padrão, o Trilium limita a largura máxima do conteúdo para melhorar a legibilidade em janelas maximizadas em telas wide.", + "centerContent": "Manter conteúdo centralizado" + }, + "native_title_bar": { + "title": "Barra de Título Nativa (requer recarregar o app)", + "enabled": "ativada", + "disabled": "desativada" + }, + "theme": { + "title": "Tema da Aplicação", + "theme_label": "Tema", + "override_theme_fonts_label": "Sobrepor fontes do tema", + "auto_theme": "Legado (Seguir esquema de cor do sistema)", + "light_theme": "Legado (Claro)", + "dark_theme": "Legado (Escuro)", + "triliumnext": "Trilium (Seguir esquema de cor do sistema)", + "triliumnext-light": "Trilium (Claro)", + "triliumnext-dark": "Trilium (Escuro)", + "layout": "Layout", + "layout-vertical-title": "Vertical", + "layout-horizontal-title": "Horizontal", + "layout-vertical-description": "barra de atalho está a esquerda (padrão)", + "layout-horizontal-description": "barra de atalho está abaixo da barra de abas, a barra de abas agora tem a largura total." + }, + "note_launcher": { + "this_launcher_doesnt_define_target_note": "Este atalho não define uma nota destino." + }, + "copy_image_reference_button": { + "button_title": "Copiar referência da imagem para a área de transferência, pode ser colado em uma nota de texto." + }, + "onclick_button": { + "no_click_handler": "Componente de botão '{{componentId}}' não possui manipulador de clique definido" + }, + "owned_attribute_list": { + "owned_attributes": "Atributos próprios" + }, + "database_anonymization": { + "no_anonymized_database_yet": "Nenhuma base de dados anonimizada no momento.", + "title": "Anonimização do Banco de Dados", + "full_anonymization": "Anonimização Completa", + "full_anonymization_description": "Esta ação ira gerar uma cópia anônima do banco de dados (sem conteúdo das notas, apenas estrutura e alguns metadados não sensíveis) para compartilhar online e depurar, sem expor seus dados pessoais.", + "save_fully_anonymized_database": "Salvar banco de dados totalmente anonimizado", + "light_anonymization": "Anonimização Leve", + "light_anonymization_description": "Esta ação criará uma nova cópia do banco de dados e aplicará uma anonimização leve — especificamente, apenas o conteúdo de todas as notas será removido, mas títulos e atributos permanecerão. Além disso, notas personalizadas de scripts JS frontend/servidor e widgets personalizados serão mantidos. Isso fornece mais contexto para depurar os problemas.", + "choose_anonymization": "Você pode decidir se deseja fornecer um banco de dados totalmente ou levemente anonimizado. Mesmo o banco de dados totalmente anonimizado é muito útil; no entanto, em alguns casos, um banco de dados levemente anonimizado pode acelerar o processo de identificação e correção de bugs.", + "save_lightly_anonymized_database": "Salvar banco de dados levemente anonimizado", + "error_creating_anonymized_database": "Não foi possível criar o banco de dados anonimizado, verifique os logs do servidor para mais detalhes", + "existing_anonymized_databases": "Bancos de dados anonimizado existentes", + "creating_fully_anonymized_database": "Criando banco de dados totalmente anonimizado...", + "creating_lightly_anonymized_database": "Criando banco de dados levemente anonimizado...", + "successfully_created_fully_anonymized_database": "Banco de dados totalmente anonimizado criado em {{anonymizedFilePath}}", + "successfully_created_lightly_anonymized_database": "Banco de dados levemente anonimizado criado em {{anonymizedFilePath}}" + }, + "ribbon": { + "widgets": "Widgets de fita", + "promoted_attributes_message": "A aba de Atributos Promovidos irá abrir automaticamente se existirem atributos promovidos na nota", + "edited_notes_message": "A aba de Notas Editadas será aberta automaticamente nas notas do dia" + }, + "ui-performance": { + "title": "Desempenho", + "enable-motion": "Habilitar transições e animações", + "enable-shadows": "Habilitar sombras", + "enable-backdrop-effects": "Habilitar efeitos de fundo para menus, popups e painéis", + "enable-smooth-scroll": "Habilitar rolagem suave", + "app-restart-required": "(é necessário reiniciar o programa para que a mudança tenha efeito)" + }, + "zoom_factor": { + "title": "Fator do Zoom (apenas versão de área de trabalho)", + "description": "O zoom também pode ser controlado com atalhos CTRL+- e CTRL+=." + }, + "code_auto_read_only_size": { + "title": "Tamanho para Somente Leitura Automático", + "description": "O tamanho para nota somente leitura automático é o tamanho após o qual as notas serão exibidas em um modo somente leitura (por razões de desempenho).", + "label": "Tamanho para somente leitura automático (notas de código)", + "unit": "caracteres" + }, + "code-editor-options": { + "title": "Editor" + }, + "code_mime_types": { + "title": "Tipos MIME disponíveis no dropdown", + "tooltip_syntax_highlighting": "Realce de sintaxe", + "tooltip_code_block_syntax": "Blocos de código em notas de texto", + "tooltip_code_note_syntax": "Notas de código" + }, + "vim_key_bindings": { + "use_vim_keybindings_in_code_notes": "Atribuições de teclas do Vim", + "enable_vim_keybindings": "Habilite as atribuições de teclas do Vim em notas de código (sem modo ex)" + }, + "wrap_lines": { + "wrap_lines_in_code_notes": "Quebrar linhas em notas de código", + "enable_line_wrap": "Habilitar Quebra de Linha (pode ser necessário recarregar o frontend para entrar em vigor)" + }, + "images": { + "images_section_title": "Imagens", + "download_images_automatically": "Baixar imagens automaticamente para uso offline.", + "download_images_description": "HTML colado pode conter referências a imagens on-line, Trilium vai buscar estas referências e baixar as imagens para que eles estejam disponíveis off-line.", + "enable_image_compression": "Habilitar compressão de imagem", + "max_image_dimensions": "Largura/altura máxima de uma imagem (a imagem será redimensionada se exceder este valor).", + "max_image_dimensions_unit": "pixels", + "jpeg_quality_description": "Qualidade JPEG (10 - pior qualidade, 100 - melhor qualidade, 50 - 85 é recomendado)" + }, + "attachment_erasure_timeout": { + "attachment_erasure_timeout": "Tempo Limite para Exclusão de um Anexo", + "attachment_auto_deletion_description": "Os anexos são automaticamente excluídos (e apagados) se não forem mais referenciados por sua nota após um tempo definido.", + "erase_attachments_after": "Apagar anexos não utilizados após:", + "manual_erasing_description": "Você também pode ativar a exclusão manualmente (sem considerar o timeout definido acima):", + "erase_unused_attachments_now": "Apagar anexos não utilizados agora", + "unused_attachments_erased": "Os anexos não utilizados foram apagados." + }, + "network_connections": { + "network_connections_title": "Conexões de Rede", + "check_for_updates": "Verificar atualizações automaticamente" + }, + "note_erasure_timeout": { + "note_erasure_timeout_title": "Tempo Limite para Exclusão de uma Nota", + "note_erasure_description": "Notas excluídas (e atributos, revisões...) inicialmente são apenas marcadas como excluídas e é possível recuperá-las a partir do diálogo de Notas Recentes. Depois de um tempo, as notas excluídas são \"apagadas\", o que significa que seu conteúdo não é mais recuperável. Esta configuração permite configurar o período entre excluir e apagar a nota.", + "erase_notes_after": "Apagar notas após:", + "manual_erasing_description": "Você também pode ativar a exclusão manualmente (sem considerar o timeout definido acima):", + "erase_deleted_notes_now": "Apague as notas excluídas agora", + "deleted_notes_erased": "As notas excluídas foram removidas permanentemente." + }, + "revisions_snapshot_interval": { + "note_revisions_snapshot_interval_title": "Intervalo de Captura de Versão da Nota", + "note_revisions_snapshot_description": "O intervalo de captura de versão da nota é o tempo após o qual uma nova revisão será criada para a nota. Veja wiki para mais informações.", + "snapshot_time_interval_label": "Intervalo de Captura de Versão da Nota:" + }, + "revisions_snapshot_limit": { + "note_revisions_snapshot_limit_title": "Limite de Capturas das Versões da Nota", + "note_revisions_snapshot_limit_description": "O limite de número de captura de versões das notas refere-se ao número máximo de revisões que podem ser salvas para cada nota. Onde -1 significa nenhum limite, 0 significa excluir todas as revisões. Você pode definir as revisões máximas para uma única nota através da etiqueta #versioningLimit.", + "snapshot_number_limit_label": "Quantidade limite de capturas de versão:", + "snapshot_number_limit_unit": "capturas", + "erase_excess_revision_snapshots": "Apagar capturas de versão excedentes agora", + "erase_excess_revision_snapshots_prompt": "As capturas de versão excedentes foram apagadas." + }, + "search_engine": { + "title": "Motor de Pesquisa", + "custom_search_engine_info": "O motor de busca personalizado requer que sejam definidos um nome e uma URL. Se um destes não estiver definido, o DuckDuckGo será usado como o motor de busca padrão.", + "predefined_templates_label": "Modelos de motor de pesquisa predefinidos", + "bing": "Bing", + "baidu": "Baidu", + "duckduckgo": "DuckDuckGo", + "custom_name_label": "Nome do motor de pesquisa personalizado", + "google": "Google", + "custom_name_placeholder": "Nome personalizado do motor de pesquisa", + "custom_url_label": "A URL do motor de pesquisa personalizado deve incluir {keyword} como um substituto para o termo pesquisado.", + "custom_url_placeholder": "URL personalizada do motor de pesquisa", + "save_button": "Salvar" + }, + "tray": { + "title": "Bandeja do Sistema", + "enable_tray": "Habilitar bandeja (O Trilium precisar ser reiniciado para esta mudança entrar em vigor)" + }, + "heading_style": { + "title": "Estilo de Título", + "plain": "Plano", + "markdown": "Estilo Markdown", + "underline": "Sublinhado" + }, + "highlights_list": { + "title": "Lista de Destaques", + "description": "Você pode personalizar a lista de destaques exibida no painel da direita:", + "bold": "Texto em negrito", + "italic": "Texto em itálico", + "underline": "Texto sublinhado", + "color": "Texto colorido", + "bg_color": "Texto com cor de fundo", + "visibility_title": "Visibilidade da Lista de Destaques", + "visibility_description": "Você pode esconder o componente de destaques por nota adicionado a etiqueta #hideHighlightWidget.", + "shortcut_info": "Você pode configurar um atalhe de teclado para alternar rapidamente o painel da direita (incluindo os Destaques) em Opções -> Atalhos (nome 'toggleRightPane')." + }, + "table_of_contents": { + "title": "Tabela de Conteúdos", + "description": "A tabela de conteúdos irá aparecer em notas de texto que possuam mais que um número definido de títulos. Você pode personalizar este número:", + "unit": "títulos", + "disable_info": "Você também pode usar essa opção para desabilitar a Tabela de Conteúdos configurando um número muito alto.", + "shortcut_info": "Você pode configurar um atalhe de teclado para alternar rapidamente o painel da direita (incluindo a Tabela de Conteúdos) em Opções -> Atalhos (nome 'toggleRightPane')." + }, + "text_auto_read_only_size": { + "title": "Tamanho para Somente Leitura Automático", + "description": "O tamanho para nota somente leitura automático é o tamanho a partir do qual as notas serão exibidas em modo somente leitura (por razões de desempenho).", + "label": "Tamanho automático para somente leitura (notas de texto)", + "unit": "caracteres" + }, + "custom_date_time_format": { + "title": "Formato Personalizado de Data/Hora", + "description": "Personaliza o formato de data e hora inseridos via ou barra de ferramentas. Veja a documentação do Day.js para os tokens de formatos disponíveis.", + "format_string": "Formato:", + "formatted_time": "Data/hora formatada:" + }, + "i18n": { + "title": "Localização", + "language": "Idioma", + "first-day-of-the-week": "Primeiro dia da semana", + "sunday": "Domingo", + "monday": "Segunda-feira", + "first-week-of-the-year": "Primeiro dia do ano", + "first-week-contains-first-day": "Primeira semana que contenha o primeiro dia do ano", + "first-week-contains-first-thursday": "Primeira semana que contenha a primeira quinta-feira do ano", + "first-week-has-minimum-days": "Primeira semana contendo um mínimo de dias", + "min-days-in-first-week": "Mínimo de dias da primeira semana", + "first-week-info": "Primeira semana que contenha a primeira Quinta-feira do ano é baseado na ISO 8601.", + "first-week-warning": "Alterar as opções de primeira semana pode causar duplicidade nas Notas Semanais existentes e estas Notas não serão atualizadas de acordo.", + "formatting-locale": "Formato de data e número", + "tuesday": "Terça-feira", + "wednesday": "Quarta-feira", + "thursday": "Quinta-feira", + "friday": "Sexta-feira", + "saturday": "Sábado", + "formatting-locale-auto": "Com base no idioma do aplicativo" + }, + "backup": { + "automatic_backup": "Backup automático", + "automatic_backup_description": "O Trilium pode fazer o backup do banco de dados automaticamente:", + "enable_daily_backup": "Habilitar backup diário", + "enable_weekly_backup": "Habilitar backup semanal", + "enable_monthly_backup": "Habilitar backup mensal", + "backup_recommendation": "É recomendado manter o backup habilitado, mas isso pode fazer com que a inicialização da aplicação seja lenta com grandes bancos de dados e/ou dispositivos de armazenamento lentos.", + "backup_now": "Realizar backup agora", + "backup_database_now": "Realizar backup do banco de dados agora", + "existing_backups": "Backups existentes", + "date-and-time": "Data & hora", + "path": "Caminho", + "database_backed_up_to": "Backup do banco de dados criado em {{backupFilePath}}", + "no_backup_yet": "ainda não existe nenhum backup" + }, + "note_types": { + "relation-map": "Map de Relação", + "note-map": "Map de Notas", + "render-note": "Nota de Renderização", + "book": "Coleção", + "mermaid-diagram": "Diagrama Mermaid", + "canvas": "Quadros", + "web-view": "Visualização Web", + "mind-map": "Mapa Mental", + "file": "Arquivo", + "image": "Imagem", + "launcher": "Atalho", + "doc": "Documento", + "widget": "Widget", + "confirm-change": "Não é recomentado alterar o tipo da nota quando o conteúdo da nota não está vazio. Quer continuar assim mesmo?", + "geo-map": "Mapa geográfico", + "beta-feature": "Beta", + "task-list": "Lista de Tarefas", + "new-feature": "Novo", + "collections": "Coleções", + "text": "Texto", + "code": "Código", + "saved-search": "Pesquisa Salva" + }, + "protect_note": { + "toggle-on": "Proteger a nota", + "toggle-off": "Desproteger a nota", + "toggle-on-hint": "A nota não está protegida, clique para protegê-la", + "toggle-off-hint": "A nota está protegida, clique para desprotegê-la" + }, + "shared_switch": { + "shared": "Compartilhado", + "toggle-on-title": "Compartilhar a nota", + "toggle-off-title": "Parar de compartilhar a nota", + "shared-branch": "Esta nota só existe como uma nota compartilhada, então parar de compartilhar irá excluí-la. Deseja continuar e excluir esta nota?", + "inherited": "Não foi possível deixar de compartilhar a nota porque ela é compartilhada através da herança de uma nota superior." + }, + "template_switch": { + "template": "Modelo", + "toggle-on-hint": "Transformar a nota em um modelo", + "toggle-off-hint": "Deixar de usar a nota como um modelo" + }, + "open-help-page": "Abrir página de ajuda", + "find": { + "case_sensitive": "Diferencia maiúsculas de minúsculas", + "match_words": "Corresponder palavras", + "find_placeholder": "Buscar no texto...", + "replace_placeholder": "Substituir por...", + "replace": "Substituir", + "replace_all": "Substituir tudo" + }, + "highlights_list_2": { + "title": "Lista de Destaques", + "options": "Opções", + "title_with_count_one": "{{count}} destaque", + "title_with_count_many": "{{count}} destaques", + "title_with_count_other": "{{count}} destaques", + "modal_title": "Configurar lista de destaques", + "menu_configure": "Configurar lista de destaques…", + "no_highlights": "Nenhum destaque encontrado." + }, + "quick-search": { + "placeholder": "Busca rápida", + "searching": "Buscando...", + "no-results": "Nenhum resultado encontrado", + "more-results": "... e mais {{number}} resultados.", + "show-in-full-search": "Exibir na busca completa" + }, + "note_tree": { + "collapse-title": "Recolher árvore de notas", + "scroll-active-title": "Ir até a nota ativa", + "tree-settings-title": "Configurações da árvore", + "hide-archived-notes": "Ocultar notas arquivadas", + "automatically-collapse-notes": "Recolher notas automaticamente", + "automatically-collapse-notes-title": "As notas serão recolhidas após um tempo de inatividade para simplificar a árvore.", + "save-changes": "Salvar e aplicar alterações", + "auto-collapsing-notes-after-inactivity": "Recolhendo notas automaticamente após inatividade...", + "saved-search-note-refreshed": "A nota de pesquisa salva foi atualizada.", + "hoist-this-note-workspace": "Fixar esta nota (workspace)", + "refresh-saved-search-results": "Atualizar resultados de pesquisa salvos", + "create-child-note": "Criar nota filha", + "unhoist": "Desafixar", + "toggle-sidebar": "Alternar barra lateral", + "dropping-not-allowed": "Não é permitido soltar notas neste local." + }, + "title_bar_buttons": { + "window-on-top": "Manter Janela no Topo" + }, + "note_detail": { + "could_not_find_typewidget": "Não foi possível encontrar typeWidget para o tipo '{{type}}'", + "printing": "Impressão em andamento…", + "printing_pdf": "Exportação para PDF em andamento…" + }, + "note_title": { + "placeholder": "digite o título da nota aqui...", + "created_on": "Criado em ", + "last_modified": "Modificado em ", + "note_type_switcher_label": "Alternar de {{type}} para:", + "note_type_switcher_others": "Outro tipo de nota", + "note_type_switcher_templates": "Modelo", + "note_type_switcher_collection": "Coleção", + "edited_notes": "Notas editadas" + }, + "search_result": { + "no_notes_found": "Nenhuma nota encontrada para os parâmetros de busca digitados.", + "search_not_executed": "A busca ainda não foi executada. Clique no botão \"Buscar\" acima para ver os resultados." + }, + "spacer": { + "configure_launchbar": "Configurar Barra de Atalhos" + }, + "sql_result": { + "no_rows": "Nenhum linha foi retornada para esta consulta" + }, + "sql_table_schemas": { + "tables": "Tabelas" + }, + "tab_row": { + "close_tab": "Fechar aba", + "add_new_tab": "Adicionar nova aba", + "close": "Fechar", + "close_other_tabs": "Fechar as outras abas", + "close_right_tabs": "Fechar as abas à direita", + "close_all_tabs": "Fechar todas as abas", + "reopen_last_tab": "Reabrir a última aba fechada", + "move_tab_to_new_window": "Mover esta aba para uma nova janela", + "copy_tab_to_new_window": "Copiar esta aba para uma nova janela", + "new_tab": "Nova aba" + }, + "toc": { + "table_of_contents": "Tabela de Conteúdos", + "options": "Opções", + "no_headings": "Nenhum título." + }, + "watched_file_update_status": { + "file_last_modified": "O arquivo foi modificado pela última vez em .", + "upload_modified_file": "Enviar arquivo modificado", + "ignore_this_change": "Ignorar esta alteração" + }, + "app_context": { + "please_wait_for_save": "Por favor aguarde alguns segundos para finalizar a gravação, e então tente novamente." + }, + "note_create": { + "duplicated": "A nota \"{{title}}\" foi duplicada." + }, + "image": { + "copied-to-clipboard": "Uma referência para esta imagem foi copiada para a área de transferência. Isso pode ser colado em qualquer nota de texto.", + "cannot-copy": "Não foi possível copiar a referência da imagem para a área de transferência." + }, + "clipboard": { + "cut": "Nota(s) recortadas(s) para a área de transferência.", + "copied": "Not(s) copiada(s) para a área de transferência.", + "copy_failed": "Não foi possível copiar para a área de transferência por problemas de permissão.", + "copy_success": "Copiado para a área de transferência." + }, + "entrypoints": { + "note-revision-created": "A revisão da nota foi criada.", + "note-executed": "Nota executada.", + "sql-error": "Ocorreu um erro durante a execução da consulta SQL: {{message}}" + }, + "branches": { + "cannot-move-notes-here": "Não é possível mover notas para cá.", + "delete-status": "Remover estado", + "delete-notes-in-progress": "Exclusão de notas em andamento: {{count}}", + "delete-finished-successfully": "Exclusão concluída com sucesso.", + "undeleting-notes-in-progress": "Restauração de notas em andamento: {{count}}", + "undeleting-notes-finished-successfully": "Restauração de notas concluída com sucesso." + }, + "frontend_script_api": { + "async_warning": "Você está passando uma função assíncrona para `api.runOnBackend()`, o que provavelmente não irá funcionar como esperado.\\nTorne a função síncrona (removendo a palavra-chave `async`), ou use `api.runAsyncOnBackendWithManualTransactionHandling()`.", + "sync_warning": "Você está passando uma função síncrona para `api.runAsyncOnBackendWithManualTransactionHandling()`,\\nquando deveria usar `api.runOnBackend()` no lugar." + }, + "ws": { + "sync-check-failed": "A verificação de sincronização falhou!", + "consistency-checks-failed": "A verificação de consistência falhou! Veja os logs para detalhes.", + "encountered-error": "Encontrado o erro \"{{message}}\", verifique o console.", + "lost-websocket-connection-title": "Conexão com o servidor perdida", + "lost-websocket-connection-message": "Verifique a configuração do seu proxy reverso (por exemplo, nginx ou Apache) para garantir que as conexões WebSocket estejam devidamente permitidas e não estejam sendo bloqueadas." + }, + "hoisted_note": { + "confirm_unhoisting": "A nota solicitada '{{requestedNote}}' está fora da árvore da nota fixada '{{hoistedNote}}' e você precisa desafixar para acessar a nota. Quer prosseguir e desafixar?" + }, + "launcher_context_menu": { + "reset_launcher_confirm": "Você deseja realmente reiniciar \"{{title}}\"? Todos os dados / configurações desta nota (e suas filhas) serão perdidos o atalho irá retornar para sua localização original.", + "add-note-launcher": "Adicionar um atalho de nota", + "add-script-launcher": "Adicionar um atalho de script", + "add-custom-widget": "Adicionar um componente personalizado", + "add-spacer": "Adicionar um espaçador", + "delete": "Excluir ", + "reset": "Reiniciar", + "move-to-visible-launchers": "Mover para atalhos visíveis", + "move-to-available-launchers": "Mover para atalhos disponíveis", + "duplicate-launcher": "Duplicar o atalho " + }, + "highlighting": { + "title": "Blocos de Código", + "description": "Controla o destaque de sintaxe para blocos de código dentro de notas de texto, notas de código não serão afetadas.", + "color-scheme": "Esquema de Cor" + }, + "classic_editor_toolbar": { + "title": "Formatação" + }, + "editor": { + "title": "Editor" + }, + "editing": { + "editor_type": { + "label": "Barra de formatação", + "floating": { + "title": "Flutuando", + "description": "ferramentas de edição aparecem perto do cursor;" + }, + "fixed": { + "title": "Fixado", + "description": "ferramentas de edição aparecem na aba de faixa \"Formatação\"." + }, + "multiline-toolbar": "Exibir a barra de ferramentas em múltiplas linhas se não couber." + } + }, + "electron_context_menu": { + "add-term-to-dictionary": "Adicionar \"{{term}}\" ao dicionário", + "cut": "Cortar", + "copy": "Copiar", + "copy-link": "Copiar link", + "paste": "Colar", + "paste-as-plain-text": "Colar como texto sem formatação", + "search_online": "Buscar por \"{{term}}\" usando {{searchEngine}}", + "search_in_trilium": "Pesquisar por \"{{term}}\" no Trilium" + }, + "image_context_menu": { + "copy_reference_to_clipboard": "Copiar referência para a área de transferência", + "copy_image_to_clipboard": "Copiar imagem para a área de transferência" + }, + "link_context_menu": { + "open_note_in_new_tab": "Abrir nota em nova aba", + "open_note_in_new_split": "Abrir nota em nova divisão", + "open_note_in_new_window": "Abrir nota em nova janela", + "open_note_in_popup": "Edição rápida", + "open_note_in_other_split": "Abrir nota no outro painel dividido" + }, + "electron_integration": { + "desktop-application": "Aplicação Desktop", + "native-title-bar": "Barra de título nativa", + "native-title-bar-description": "Para Windows e macOS, manter a barra de título nativa desabilitada faz a aplicação parecer mais compacta. No Linux, manter a barra de título nativa habilitada faz a aplicação se integrar melhor com o restante do sistema.", + "background-effects": "Habilitar efeitos de fundo (apenas Windows 11)", + "background-effects-description": "O efeito Mica adiciona um fundo borrado e estilizado às janelas da aplicação, criando profundidade e um visual moderno. \"Barra de título nativa\" precisa ser desativada.", + "restart-app-button": "Reiniciar a aplicação para ver as alterações", + "zoom-factor": "Fator de Zoom" + }, + "note_autocomplete": { + "search-for": "Buscar por \"{{term}}\"", + "create-note": "Criar conectar nota filha \"{{term}}\"", + "insert-external-link": "Inserir link externo para \"{{term}}\"", + "clear-text-field": "Limpar campo de texto", + "show-recent-notes": "Exibir notas recentes", + "full-text-search": "Busca por texto completo" + }, + "note_tooltip": { + "note-has-been-deleted": "A nota foi excluída.", + "quick-edit": "Edição rápida" + }, + "geo-map": { + "create-child-note-title": "Criar uma nova nota filha e adicioná-la ao mapa", + "create-child-note-instruction": "Clique no mapa para criar uma nova nota naquele local ou tecle Esc para dispensar.", + "unable-to-load-map": "Não foi possível carregar o mapa." + }, + "geo-map-context": { + "open-location": "Abrir local", + "remove-from-map": "Remover do mapa", + "add-note": "Adicionar um marcador neste local" + }, + "help-button": { + "title": "Abrir a página de ajuda relevante" + }, + "duration": { + "seconds": "Segundos", + "minutes": "Minutos", + "hours": "Horas", + "days": "Dias" + }, + "share": { + "title": "Configurações de Compartilhamento", + "redirect_bare_domain": "Redirecionar domínio puro para página Compartilhar", + "redirect_bare_domain_description": "Redirecionar usuários anônimos para a página Compartilhar ao invés de exibir o Login", + "show_login_link": "Exibir link para o Login no tema de Compartilhar", + "show_login_link_description": "Adicionar um link de login no rodapé da página Compartilhar", + "check_share_root": "Verificar Estado da Raiz do Compartilhar", + "share_root_found": "Compartilhar nota raiz '{{noteTitle}}' está pronto", + "share_root_not_found": "Nenhuma nota encontrada com a etiqueta #shareRoot", + "share_root_not_shared": "A nota '{{noteTitle}}' possui a etiqueta #shareRoot mas não é compartilhada" + }, + "time_selector": { + "invalid_input": "O valor de tempo digitado não é um número válido.", + "minimum_input": "O valor de tempo digitado deve ser de pelo menos {{minimumSeconds}} segundos." + }, + "tasks": { + "due": { + "today": "Hoje", + "tomorrow": "Amanhã", + "yesterday": "Ontem" + } + }, + "content_widget": { + "unknown_widget": "Componente desconhecido para \"{{id}}\"." + }, + "note_language": { + "not_set": "Nenhum idioma definido", + "configure-languages": "Configurar idiomas...", + "help-on-languages": "Ajuda sobre idiomas de conteúdo…" + }, + "content_language": { + "title": "Idiomas do conteúdo", + "description": "Escolha um ou mais idiomas que devem aparecer na seleção de idioma na sessão de Propriedades Básicas de uma nota de texto somente leitura ou editável. Isso irá permitir recursos como verificação ortográfica ou suporte direta-para-esquerda." + }, + "switch_layout_button": { + "title_vertical": "Mover painel de edição para baixo", + "title_horizontal": "Mover painel de edição para a esquerda" + }, + "toggle_read_only_button": { + "unlock-editing": "Desbloquear edição", + "lock-editing": "Bloquear edição" + }, + "png_export_button": { + "button_title": "Exportar diagrama como PNG" + }, + "svg": { + "export_to_png": "O diagrama não pôde ser exportado como PNG.", + "export_to_svg": "O diagrama não pôde ser exportado para SVG." + }, + "code_theme": { + "title": "Aparência", + "word_wrapping": "Quebra automática de linha", + "color-scheme": "Esquema de cor" + }, + "cpu_arch_warning": { + "title": "Por favor, baixe a versão ARM64", + "message_macos": "O TriliumNext está rodando através de uma tradução Rosetta 2, o que significa que você está usando a versão Intel (x64) no Apple Silicon Mac. Isso afetará significativamente o desempenho e a duração da bateria.", + "message_windows": "O TriliumNext está rodando através de emulação, o que significa que você está usando a versão Intel (x64) no Windows em um dispositivo ARM. Isso afetará significativamente o desempenho e a duração da bateria.", + "recommendation": "Para uma melhor experiência, por favor, baixe a versão nativa ARM64 do TriliumNext na nossa página de releases.", + "download_link": "Baixar Versão Nativa", + "continue_anyway": "Continuar Assim Mesmo", + "dont_show_again": "Não exibir este alerta novamente" + }, + "editorfeatures": { + "title": "Recursos", + "emoji_completion_enabled": "Habilitar auto-completar de Emoji", + "note_completion_enabled": "Habilitar auto-completar de notas", + "emoji_completion_description": "Se ativado, emojis podem ser inseridos facilmente no texto digitando`:`, seguido do nome do emoji.", + "note_completion_description": "Se ativado, links para notas podem ser criados digitando `@` seguido do título de uma nota.", + "slash_commands_enabled": "Ativar comandos de barra", + "slash_commands_description": "Se ativado, comandos de edição como inserir quebras de linha ou títulos podem ser acionados digitando`/`." + }, + "table_view": { + "new-row": "Nova linha", + "new-column": "Nova coluna", + "sort-column-by": "Ordenar por \"{{title}}\"", + "sort-column-ascending": "Crescente", + "sort-column-descending": "Decrescente", + "sort-column-clear": "Limpar ordenação", + "hide-column": "Ocultar coluna \"{{title}}\"", + "show-hide-columns": "Exibir/ocultar colunas", + "row-insert-above": "Inserir linha acima", + "row-insert-below": "Inserir linha abaixo", + "row-insert-child": "Inserir nota filha", + "add-column-to-the-left": "Adicionar coluna à esquerda", + "add-column-to-the-right": "Adicionar coluna à direita", + "edit-column": "Editar coluna", + "delete_column_confirmation": "Tem certeza de que deseja excluir esta coluna? O atributo correspondente será removido de todas as notas.", + "delete-column": "Excluir coluna", + "new-column-label": "Título", + "new-column-relation": "Relação" + }, + "book_properties_config": { + "hide-weekends": "Ocultar fins de semana", + "display-week-numbers": "Exibir números de semana", + "map-style": "Estilo do mapa", + "max-nesting-depth": "Profundidade máxima de aninhamento:", + "vector_light": "Vetor (Claro)", + "vector_dark": "Vetor (Escuro)", + "show-scale": "Exibir escala", + "raster": "Raster" + }, + "table_context_menu": { + "delete_row": "Excluir linha" + }, + "board_view": { + "delete-note": "Deletar nota...", + "move-to": "Mover para", + "insert-above": "Inserir acima", + "insert-below": "Inserir abaixo", + "delete-column": "Excluir coluna", + "delete-column-confirmation": "Tem certeza de que deseja excluir esta coluna? O atributo correspondente também será removido de todas as notas abaixo desta coluna.", + "new-item": "Novo item", + "add-column": "Adicionar Coluna", + "remove-from-board": "Remover do quadro", + "archive-note": "Arquivar nota", + "unarchive-note": "Desarquivar nota", + "new-item-placeholder": "Escreva o título da nota...", + "add-column-placeholder": "Escreva o nome da coluna...", + "edit-note-title": "Clique para editar o título da nota", + "edit-column-title": "Clique para editar o título da coluna", + "column-already-exists": "Esta coluna já existe no quadro." + }, + "call_to_action": { + "next_theme_title": "Testar no novo tema do Trilium", + "next_theme_message": "Você está usando o tema legado, deseja experimentar o novo tema?", + "next_theme_button": "Experimentar o novo tema", + "background_effects_title": "Efeitos de fundo estão estáveis agora", + "background_effects_message": "Em dispositivos Windows, efeitos de fundo estão estáveis agora. Os efeitos de fundo adicionam um toque de cor à interface do usuário borrando o plano de fundo atrás dela. Esta técnica também é usada em outras aplicações como o Windows Explorer.", + "background_effects_button": "Habilitar os efeitos de fundo", + "dismiss": "Dispensar", + "new_layout_title": "Novo layout", + "new_layout_message": "Introduzimos um layout modernizado para o Trilium. A faixa de opções foi removida e integrada de forma contínua à interface principal, com uma nova barra de status e seções expansíveis (como atributos promovidos) assumindo funções importantes.\n\nO novo layout vem ativado por padrão e pode ser desativado temporariamente em Opções → Aparência.", + "new_layout_button": "Mais informações" + }, + "settings": { + "related_settings": "Configurações relacionadas" + }, + "settings_appearance": { + "related_code_blocks": "Esquema de cores para blocos de código em notas de texto", + "related_code_notes": "Esquema de cores para notas de código", + "ui": "Interface do usuário", + "ui_old_layout": "Layout antigo", + "ui_new_layout": "Novo Layout" + }, + "units": { + "percentage": "%" + }, + "book": { + "no_children_help": "Esta coleção não possui nenhum nota filha, então não há nada para exibir. Veja wiki para detalhes.", + "drag_locked_title": "Bloqueado para edição", + "drag_locked_message": "Arrastar não é permitido pois a coleção está bloqueada para edição." + }, + "render": { + "note_detail_render_help_1": "Esta nota de ajuda é mostrada porque esta nota do tipo Renderizar HTML não possui a relação necessária para funcionar corretamente.", + "note_detail_render_help_2": "O tipo de nota Renderizar HTML é usado para automação. Em suma, você tem uma nota de código HTML (opcionalmente com algum JavaScript) e esta nota irá renderizá-la. Para fazê-lo funcionar, você precisa definir uma relação chamada \"renderNote\" apontando para a nota HTML a ser renderizada." + }, + "etapi": { + "title": "ETAPI", + "description": "ETAPI é uma API REST usada para acessar a instância do Trilium programaticamente, sem interface gráfica.", + "create_token": "Criar novo token ETAPI", + "existing_tokens": "Tokens existentes", + "no_tokens_yet": "Ainda não existem tokens. Clique no botão acima para criar um.", + "token_name": "Nome do token", + "created": "Criado", + "actions": "Ações", + "new_token_title": "Novo token ETAPI", + "new_token_message": "Por favor, insira o nome do novo token", + "default_token_name": "novo token", + "error_empty_name": "O nome do token não pode ser vazio", + "token_created_title": "Token ETAPI criado", + "token_created_message": "Copie o token criado para a área de transferência. O Trilium armazena o token em hash e esta é a última vez que você poderá visualizá-lo.", + "rename_token": "Renomear este token", + "delete_token": "Excluir / desativar este token", + "rename_token_title": "Renomear token", + "rename_token_message": "Por favor, insira o nome do novo token", + "delete_token_confirmation": "Tem certeza de que deseja excluir o token ETAPI \"{{name}}\"?" + }, + "options_widget": { + "options_status": "Estado das opções", + "options_change_saved": "As alterações nas opções foram salvas." + }, + "password": { + "heading": "Senha", + "alert_message": "Por favor, certifique-se de lembrar sua nova senha. A senha é usada para acessar a interface web e para criptografar notas protegidas. Se você esquecer sua senha, todas as suas notas protegidas serão permanentemente perdidas.", + "reset_link": "Clique aqui para redefiní-la.", + "old_password": "Senha antiga", + "new_password": "Nova senha", + "new_password_confirmation": "Confirmação da nova senha", + "change_password": "Alterar senha", + "protected_session_timeout": "Tempo Limite da Sessão Protegida", + "protected_session_timeout_description": "O tempo limite da sessão protegida é o período após o qual a sessão protegida é apagada da memória do navegador. Esse tempo é contado a partir da última interação com notas protegidas. Veja", + "wiki": "wiki", + "for_more_info": "para mais informações.", + "protected_session_timeout_label": "Tempo limite da sessão protegida:", + "reset_confirmation": "Ao redefinir a senha, você perderá para sempre o acesso a todas as suas notas protegidas existentes. Tem certeza de que deseja redefinir a senha?", + "reset_success_message": "A senha foi redefinida. Por favor, defina uma nova senha", + "change_password_heading": "Alterar Senha", + "set_password_heading": "Definir Senha", + "set_password": "Definir Senha", + "password_mismatch": "As novas senhas não são iguais.", + "password_changed_success": "A senha foi alterada. O Trilium será recarregado após você pressionar OK." + }, + "multi_factor_authentication": { + "title": "Autenticação Multifator", + "description": "A Autenticação Multifator (MFA) adiciona uma camada extra de segurança à sua conta. Em vez de apenas digitar uma senha para fazer login, a MFA exige que você forneça uma ou mais evidências adicionais para verificar sua identidade. Dessa forma, mesmo que alguém obtenha sua senha, ainda não poderá acessar sua conta sem a segunda informação. É como adicionar uma fechadura extra à sua porta, tornando muito mais difícil para qualquer outra pessoa invadir.

Siga as instruções abaixo para ativar a MFA. Se a configuração não for feita corretamente, o login voltará a usar apenas a senha.", + "mfa_enabled": "Habilitar a Autenticação Multifator", + "mfa_method": "Método MFA", + "electron_disabled": "A Autenticação Multifator não é suportada na versão desktop atualmente.", + "totp_title": "Senha Única Temporária baseada em Tempo (TOTP)", + "totp_description": "\"TOTP (Senha Única Temporária baseada em Tempo) é um recurso de segurança que gera um código único e temporário, que muda a cada 30 segundos. Você utiliza esse código junto com sua senha para fazer login na conta, tornando muito mais difícil para qualquer outra pessoa acessá-la.", + "totp_secret_title": "Gerar segredo TOTP", + "totp_secret_generate": "Gerar segredo TOTP", + "totp_secret_regenerate": "Regenerar segredo TOTP", + "no_totp_secret_warning": "Para habilitar o TOTP, você precisa primeiro gerar um segredo TOTP.", + "totp_secret_description_warning": "Após gerar um novo segredo TOTP, será necessário fazer login novamente com o novo segredo TOTP.", + "totp_secret_generated": "Segredo TOTP gerado", + "totp_secret_warning": "Por favor, salve o segredo gerado em um local seguro. Ele não será exibido novamente.", + "totp_secret_regenerate_confirm": "Tem certeza de que deseja regenerar o segredo TOTP? Isso invalidará o segredo TOTP anterior e todos os códigos de recuperação existentes.", + "recovery_keys_title": "Chaves de Recuperação do Single Sign-On", + "recovery_keys_description": "As chaves de recuperação do Single Sign-On são usadas para fazer login caso você não consiga acessar seus códigos do Authenticator.", + "recovery_keys_description_warning": "As chaves de recuperação não serão exibidas novamente após sair da página. Mantenha-as em um local seguro.
Após o uso, uma chave de recuperação não poderá ser usada novamente.", + "recovery_keys_error": "Erro ao gerar códigos de recuperação", + "recovery_keys_no_key_set": "Nenhum código de recuperação definido", + "recovery_keys_generate": "Gerar Códigos de Recuperação", + "recovery_keys_regenerate": "Regenerar Códigos de Recuperação", + "recovery_keys_used": "Usado: {{date}}", + "recovery_keys_unused": "Código de recuperação {{index}} não utilizado", + "oauth_title": "OAuth/OpenID", + "oauth_description": "OpenID é uma forma padronizada de permitir que você faça login em sites usando uma conta de outro serviço, como o Google, para verificar sua identidade. O emissor padrão é o Google, mas você pode alterá-lo para qualquer outro provedor OpenID. Consulte aqui para mais informações. Siga estas instruções para configurar um serviço OpenID através do Google.", + "oauth_description_warning": "Para habilitar o OAuth/OpenID, você precisa definir a URL base do OAuth/OpenID, o client ID e o client secret no arquivo config.ini e reiniciar a aplicação. Se quiser configurar via variáveis de ambiente, defina TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID e TRILIUM_OAUTH_CLIENT_SECRET.", + "oauth_missing_vars": "Configurações ausentes: {{-variables}}", + "oauth_user_account": "Conta do Usuário: ", + "oauth_user_email": "E-mail do Usuário: ", + "oauth_user_not_logged_in": "Não está logado!" + }, + "shortcuts": { + "keyboard_shortcuts": "Atalhos de Teclado", + "multiple_shortcuts": "Atalhos múltiplos para a mesma ação podem ser separados por vírgula.", + "electron_documentation": "Consulte a documentação do Electron para ver os modificadores e códigos de teclas disponíveis.", + "action_name": "Nome da ação", + "default_shortcuts": "Atalhos padrão", + "type_text_to_filter": "Digite para filtrar atalhos...", + "description": "Descrição", + "reload_app": "Recarregar aplicação para aplicar alterações", + "set_all_to_default": "Redefinir todos os atalhos para o padrão", + "confirm_reset": "Tem certeza de que deseja redefinir todos os atalhos de teclado para o padrão?", + "shortcuts": "Atalhos" + }, + "spellcheck": { + "title": "Verificação Ortográfica", + "description": "Estas opções se aplicam apenas às versões desktop; os navegadores usarão sua própria verificação ortográfica nativa.", + "enable": "Habilitar verificação ortográfica", + "language_code_label": "Código(s) de idioma", + "language_code_placeholder": "por exemplo \"en-US\", \"de-AT\", \"pt-BR\"", + "multiple_languages_info": "Múltiplos idiomas podem ser separados por vírgula, por exemplo: \"en-US, de-DE, pt-BR, cs\". ", + "available_language_codes_label": "Códigos de idioma disponíveis:", + "restart-required": "As alterações nas opções de verificação ortográfica terão efeito após reiniciar o aplicativo." + }, + "sync_2": { + "config_title": "Configuração da Sincronização", + "server_address": "Endereço da instância do Servidor", + "timeout": "Tempo limite da sincronização", + "timeout_unit": "milisegundos", + "proxy_label": "Servidor proxy para sincronização (opcional)", + "note": "Nota", + "note_description": "Se você deixar a configuração de proxy em branco, o proxy do sistema será usado (aplica-se apenas à versão desktop/Electron).", + "special_value_description": "Outro valor especial é noproxy, que força a ignorar até mesmo o proxy do sistema e respeita NODE_TLS_REJECT_UNAUTHORIZED.", + "save": "Salvar", + "help": "Ajuda", + "test_title": "Teste de Sincronização", + "test_description": "Isso testará a conexão e o handshake com o servidor de sincronização. Se o servidor de sincronização não estiver inicializado, isso irá configurá-lo para sincronizar com o documento local.", + "test_button": "Testar sincronização", + "handshake_failed": "Falha no handshake com o servidor de sincronização, erro: {{message}}" + }, + "shared_info": { + "help_link": "Para ajuda, visite a wiki.", + "shared_publicly": "Esta nota é compartilhada publicamente em {{- link}}.", + "shared_locally": "Esta nota é compartilhada localmente em {{- link}}." + }, + "pagination": { + "page_title": "Página de {{startIndex}} - {{endIndex}}", + "total_notes": "{{count}} notas" + }, + "collections": { + "rendering_error": "Não foi possível exibir o conteúdo devido a um erro." + }, + "experimental_features": { + "title": "Opções experimentais", + "disclaimer": "Essas opções são experimentais e podem causar instabilidade. Use com cautela.", + "new_layout_name": "Novo Layout", + "new_layout_description": "Experimente o novo layout para um visual mais moderno e melhor usabilidade. Pode sofrer alterações significativas nas próximas versões." + }, + "read-only-info": { + "read-only-note": "Você está visualizando uma nota somente leitura.", + "auto-read-only-note": "Esta nota é exibida em modo somente leitura para carregamento mais rápido.", + "edit-note": "Editar nota" + }, + "presentation_view": { + "edit-slide": "Editar este slide", + "start-presentation": "Iniciar apresentação", + "slide-overview": "Alternar a visualização geral dos slides" + }, + "calendar_view": { + "delete_note": "Excluir nota…" + }, + "note-color": { + "clear-color": "Limpar cor da nota", + "set-color": "Definir cor da nota", + "set-custom-color": "Definir cor personalizada da nota" + }, + "popup-editor": { + "maximize": "Alternar para editor completo" + }, + "server": { + "unknown_http_error_title": "Erro de comunicação com o servidor", + "unknown_http_error_content": "Código de status: {{statusCode}}\nURL: {{method}} {{url}}\nMensagem: {{message}}", + "traefik_blocks_requests": "Se você estiver usando o proxy reverso Traefik, ele introduziu uma alteração que afeta a comunicação com o servidor." + }, + "tab_history_navigation_buttons": { + "go-back": "Voltar para a nota anterior", + "go-forward": "Avançar para a próxima nota" + }, + "breadcrumb": { + "hoisted_badge": "Destacado", + "hoisted_badge_title": "Remover destaque", + "workspace_badge": "Espaço de trabalho", + "scroll_to_top_title": "Ir para o início da nota", + "create_new_note": "Criar nova nota filha", + "empty_hide_archived_notes": "Ocultar notas arquivadas" + }, + "breadcrumb_badges": { + "read_only_explicit": "Somente leitura", + "read_only_explicit_description": "Esta nota foi definida manualmente como somente leitura.\nClique para editá-la temporariamente.", + "read_only_auto": "Auto Somente leitura", + "read_only_auto_description": "Esta nota foi definida automaticamente como somente leitura por motivos de desempenho. Esse limite automático pode ser ajustado nas configurações.\n\nClique para editá-la temporariamente.", + "read_only_temporarily_disabled": "Editável temporariamente", + "read_only_temporarily_disabled_description": "Esta nota está atualmente editável, mas normalmente é somente leitura. A nota voltará a ser somente leitura assim que você navegar para outra nota.\n\nClique para reativar o modo somente leitura.", + "shared_publicly": "Compartilhado publicamente", + "shared_locally": "Compartilhado localmente", + "shared_copy_to_clipboard": "Copiar link para a área de transferência", + "shared_open_in_browser": "Abrir link no navegador", + "shared_unshare": "Remover compartilhamento", + "clipped_note": "Recorte da web", + "clipped_note_description": "Esta nota foi originalmente obtida de {{url}}.\n\nClique para navegar até a página de origem.", + "execute_script": "Executar script", + "execute_script_description": "Esta nota é uma nota de script. Clique para executar o script.", + "execute_sql": "Executar SQL", + "execute_sql_description": "Esta nota é uma nota SQL. Clique para executar a consulta SQL." + }, + "status_bar": { + "language_title": "Alterar idioma do conteúdo", + "note_info_title": "Ver informações da nota (por exemplo, datas, tamanho da nota)", + "backlinks_one": "{{count}} referência inversa", + "backlinks_many": "{{count}} referências inversas", + "backlinks_other": "{{count}} referências inversas", + "backlinks_title_one": "Ver referência inversa", + "backlinks_title_many": "Ver referências inversas", + "backlinks_title_other": "Ver referências inversas", + "attachments_one": "{{count}} anexo", + "attachments_many": "{{count}} anexos", + "attachments_other": "{{count}} anexos", + "attachments_title_one": "Visualizar anexo em uma nova aba", + "attachments_title_many": "Visualizar anexos em uma nova aba", + "attachments_title_other": "Visualizar anexos em uma nova aba", + "attributes_one": "{{count}} atributo", + "attributes_many": "{{count}} atributos", + "attributes_other": "{{count}} atributos", + "attributes_title": "Atributos próprios e atributos herdados", + "note_paths_one": "{{count}} caminho", + "note_paths_many": "{{count}} caminhos", + "note_paths_other": "{{count}} caminhos", + "note_paths_title": "Caminhos da nota", + "code_note_switcher": "Alterar modo de idioma" + }, + "attributes_panel": { + "title": "Atributos da nota" + }, + "right_pane": { + "empty_message": "Nada para exibir nesta nota", + "empty_button": "Ocultar o painel", + "toggle": "Alternar painel direito", + "custom_widget_go_to_source": "Ir para o código-fonte" } - }, - "electron_context_menu": { - "add-term-to-dictionary": "Adicionar \"{{term}}\" ao dicionário", - "cut": "Cortar", - "copy": "Copiar", - "copy-link": "Copiar link", - "paste": "Colar", - "paste-as-plain-text": "Colar como texto sem formatação", - "search_online": "Buscar por \"{{term}}\" usando {{searchEngine}}", - "search_in_trilium": "Pesquisar por \"{{term}}\" no Trilium" - }, - "image_context_menu": { - "copy_reference_to_clipboard": "Copiar referência para a área de transferência", - "copy_image_to_clipboard": "Copiar imagem para a área de transferência" - }, - "link_context_menu": { - "open_note_in_new_tab": "Abrir nota em nova aba", - "open_note_in_new_split": "Abrir nota em nova divisão", - "open_note_in_new_window": "Abrir nota em nova janela", - "open_note_in_popup": "Edição rápida", - "open_note_in_other_split": "Abrir nota no outro painel dividido" - }, - "electron_integration": { - "desktop-application": "Aplicação Desktop", - "native-title-bar": "Barra de título nativa", - "native-title-bar-description": "Para Windows e macOS, manter a barra de título nativa desabilitada faz a aplicação parecer mais compacta. No Linux, manter a barra de título nativa habilitada faz a aplicação se integrar melhor com o restante do sistema.", - "background-effects": "Habilitar efeitos de fundo (apenas Windows 11)", - "background-effects-description": "O efeito Mica adiciona um fundo borrado e estilizado às janelas da aplicação, criando profundidade e um visual moderno. \"Barra de título nativa\" precisa ser desativada.", - "restart-app-button": "Reiniciar a aplicação para ver as alterações", - "zoom-factor": "Fator de Zoom" - }, - "note_autocomplete": { - "search-for": "Buscar por \"{{term}}\"", - "create-note": "Criar conectar nota filha \"{{term}}\"", - "insert-external-link": "Inserir link externo para \"{{term}}\"", - "clear-text-field": "Limpar campo de texto", - "show-recent-notes": "Exibir notas recentes", - "full-text-search": "Busca por texto completo" - }, - "note_tooltip": { - "note-has-been-deleted": "A nota foi excluída.", - "quick-edit": "Edição rápida" - }, - "geo-map": { - "create-child-note-title": "Criar uma nova nota filha e adicioná-la ao mapa", - "create-child-note-instruction": "Clique no mapa para criar uma nova nota naquele local ou tecle Esc para dispensar.", - "unable-to-load-map": "Não foi possível carregar o mapa." - }, - "geo-map-context": { - "open-location": "Abrir local", - "remove-from-map": "Remover do mapa", - "add-note": "Adicionar um marcador neste local" - }, - "help-button": { - "title": "Abrir a página de ajuda relevante" - }, - "duration": { - "seconds": "Segundos", - "minutes": "Minutos", - "hours": "Horas", - "days": "Dias" - }, - "share": { - "title": "Configurações de Compartilhamento", - "redirect_bare_domain": "Redirecionar domínio puro para página Compartilhar", - "redirect_bare_domain_description": "Redirecionar usuários anônimos para a página Compartilhar ao invés de exibir o Login", - "show_login_link": "Exibir link para o Login no tema de Compartilhar", - "show_login_link_description": "Adicionar um link de login no rodapé da página Compartilhar", - "check_share_root": "Verificar Estado da Raiz do Compartilhar", - "share_root_found": "Compartilhar nota raiz '{{noteTitle}}' está pronto", - "share_root_not_found": "Nenhuma nota encontrada com a etiqueta #shareRoot", - "share_root_not_shared": "A nota '{{noteTitle}}' possui a etiqueta #shareRoot mas não é compartilhada" - }, - "time_selector": { - "invalid_input": "O valor de tempo digitado não é um número válido.", - "minimum_input": "O valor de tempo digitado deve ser de pelo menos {{minimumSeconds}} segundos." - }, - "tasks": { - "due": { - "today": "Hoje", - "tomorrow": "Amanhã", - "yesterday": "Ontem" - } - }, - "content_widget": { - "unknown_widget": "Componente desconhecido para \"{{id}}\"." - }, - "note_language": { - "not_set": "Nenhum idioma definido", - "configure-languages": "Configurar idiomas...", - "help-on-languages": "Ajuda sobre idiomas de conteúdo…" - }, - "content_language": { - "title": "Idiomas do conteúdo", - "description": "Escolha um ou mais idiomas que devem aparecer na seleção de idioma na sessão de Propriedades Básicas de uma nota de texto somente leitura ou editável. Isso irá permitir recursos como verificação ortográfica ou suporte direta-para-esquerda." - }, - "switch_layout_button": { - "title_vertical": "Mover painel de edição para baixo", - "title_horizontal": "Mover painel de edição para a esquerda" - }, - "toggle_read_only_button": { - "unlock-editing": "Desbloquear edição", - "lock-editing": "Bloquear edição" - }, - "png_export_button": { - "button_title": "Exportar diagrama como PNG" - }, - "svg": { - "export_to_png": "O diagrama não pôde ser exportado como PNG.", - "export_to_svg": "O diagrama não pôde ser exportado para SVG." - }, - "code_theme": { - "title": "Aparência", - "word_wrapping": "Quebra automática de linha", - "color-scheme": "Esquema de cor" - }, - "cpu_arch_warning": { - "title": "Por favor, baixe a versão ARM64", - "message_macos": "O TriliumNext está rodando através de uma tradução Rosetta 2, o que significa que você está usando a versão Intel (x64) no Apple Silicon Mac. Isso afetará significativamente o desempenho e a duração da bateria.", - "message_windows": "O TriliumNext está rodando através de emulação, o que significa que você está usando a versão Intel (x64) no Windows em um dispositivo ARM. Isso afetará significativamente o desempenho e a duração da bateria.", - "recommendation": "Para uma melhor experiência, por favor, baixe a versão nativa ARM64 do TriliumNext na nossa página de releases.", - "download_link": "Baixar Versão Nativa", - "continue_anyway": "Continuar Assim Mesmo", - "dont_show_again": "Não exibir este alerta novamente" - }, - "editorfeatures": { - "title": "Recursos", - "emoji_completion_enabled": "Habilitar auto-completar de Emoji", - "note_completion_enabled": "Habilitar auto-completar de notas", - "emoji_completion_description": "Se ativado, emojis podem ser inseridos facilmente no texto digitando`:`, seguido do nome do emoji.", - "note_completion_description": "Se ativado, links para notas podem ser criados digitando `@` seguido do título de uma nota.", - "slash_commands_enabled": "Ativar comandos de barra", - "slash_commands_description": "Se ativado, comandos de edição como inserir quebras de linha ou títulos podem ser acionados digitando`/`." - }, - "table_view": { - "new-row": "Nova linha", - "new-column": "Nova coluna", - "sort-column-by": "Ordenar por \"{{title}}\"", - "sort-column-ascending": "Crescente", - "sort-column-descending": "Decrescente", - "sort-column-clear": "Limpar ordenação", - "hide-column": "Ocultar coluna \"{{title}}\"", - "show-hide-columns": "Exibir/ocultar colunas", - "row-insert-above": "Inserir linha acima", - "row-insert-below": "Inserir linha abaixo", - "row-insert-child": "Inserir nota filha", - "add-column-to-the-left": "Adicionar coluna à esquerda", - "add-column-to-the-right": "Adicionar coluna à direita", - "edit-column": "Editar coluna", - "delete_column_confirmation": "Tem certeza de que deseja excluir esta coluna? O atributo correspondente será removido de todas as notas.", - "delete-column": "Excluir coluna", - "new-column-label": "Título", - "new-column-relation": "Relação" - }, - "book_properties_config": { - "hide-weekends": "Ocultar fins de semana", - "display-week-numbers": "Exibir números de semana", - "map-style": "Estilo do mapa", - "max-nesting-depth": "Profundidade máxima de aninhamento:", - "vector_light": "Vetor (Claro)", - "vector_dark": "Vetor (Escuro)", - "show-scale": "Exibir escala", - "raster": "Raster" - }, - "table_context_menu": { - "delete_row": "Excluir linha" - }, - "board_view": { - "delete-note": "Deletar nota...", - "move-to": "Mover para", - "insert-above": "Inserir acima", - "insert-below": "Inserir abaixo", - "delete-column": "Excluir coluna", - "delete-column-confirmation": "Tem certeza de que deseja excluir esta coluna? O atributo correspondente também será removido de todas as notas abaixo desta coluna.", - "new-item": "Novo item", - "add-column": "Adicionar Coluna", - "remove-from-board": "Remover do quadro", - "archive-note": "Arquivar nota", - "unarchive-note": "Desarquivar nota", - "new-item-placeholder": "Escreva o título da nota...", - "add-column-placeholder": "Escreva o nome da coluna...", - "edit-note-title": "Clique para editar o título da nota", - "edit-column-title": "Clique para editar o título da coluna", - "column-already-exists": "Esta coluna já existe no quadro." - }, - "call_to_action": { - "next_theme_title": "Testar no novo tema do Trilium", - "next_theme_message": "Você está usando o tema legado, deseja experimentar o novo tema?", - "next_theme_button": "Experimentar o novo tema", - "background_effects_title": "Efeitos de fundo estão estáveis agora", - "background_effects_message": "Em dispositivos Windows, efeitos de fundo estão estáveis agora. Os efeitos de fundo adicionam um toque de cor à interface do usuário borrando o plano de fundo atrás dela. Esta técnica também é usada em outras aplicações como o Windows Explorer.", - "background_effects_button": "Habilitar os efeitos de fundo", - "dismiss": "Dispensar", - "new_layout_title": "Novo layout", - "new_layout_message": "Introduzimos um layout modernizado para o Trilium. A faixa de opções foi removida e integrada de forma contínua à interface principal, com uma nova barra de status e seções expansíveis (como atributos promovidos) assumindo funções importantes.\n\nO novo layout vem ativado por padrão e pode ser desativado temporariamente em Opções → Aparência.", - "new_layout_button": "Mais informações" - }, - "settings": { - "related_settings": "Configurações relacionadas" - }, - "settings_appearance": { - "related_code_blocks": "Esquema de cores para blocos de código em notas de texto", - "related_code_notes": "Esquema de cores para notas de código", - "ui": "Interface do usuário", - "ui_old_layout": "Layout antigo", - "ui_new_layout": "Novo Layout" - }, - "units": { - "percentage": "%" - }, - "book": { - "no_children_help": "Esta coleção não possui nenhum nota filha, então não há nada para exibir. Veja wiki para detalhes.", - "drag_locked_title": "Bloqueado para edição", - "drag_locked_message": "Arrastar não é permitido pois a coleção está bloqueada para edição." - }, - "render": { - "note_detail_render_help_1": "Esta nota de ajuda é mostrada porque esta nota do tipo Renderizar HTML não possui a relação necessária para funcionar corretamente.", - "note_detail_render_help_2": "O tipo de nota Renderizar HTML é usado para automação. Em suma, você tem uma nota de código HTML (opcionalmente com algum JavaScript) e esta nota irá renderizá-la. Para fazê-lo funcionar, você precisa definir uma relação chamada \"renderNote\" apontando para a nota HTML a ser renderizada." - }, - "etapi": { - "title": "ETAPI", - "description": "ETAPI é uma API REST usada para acessar a instância do Trilium programaticamente, sem interface gráfica.", - "create_token": "Criar novo token ETAPI", - "existing_tokens": "Tokens existentes", - "no_tokens_yet": "Ainda não existem tokens. Clique no botão acima para criar um.", - "token_name": "Nome do token", - "created": "Criado", - "actions": "Ações", - "new_token_title": "Novo token ETAPI", - "new_token_message": "Por favor, insira o nome do novo token", - "default_token_name": "novo token", - "error_empty_name": "O nome do token não pode ser vazio", - "token_created_title": "Token ETAPI criado", - "token_created_message": "Copie o token criado para a área de transferência. O Trilium armazena o token em hash e esta é a última vez que você poderá visualizá-lo.", - "rename_token": "Renomear este token", - "delete_token": "Excluir / desativar este token", - "rename_token_title": "Renomear token", - "rename_token_message": "Por favor, insira o nome do novo token", - "delete_token_confirmation": "Tem certeza de que deseja excluir o token ETAPI \"{{name}}\"?" - }, - "options_widget": { - "options_status": "Estado das opções", - "options_change_saved": "As alterações nas opções foram salvas." - }, - "password": { - "heading": "Senha", - "alert_message": "Por favor, certifique-se de lembrar sua nova senha. A senha é usada para acessar a interface web e para criptografar notas protegidas. Se você esquecer sua senha, todas as suas notas protegidas serão permanentemente perdidas.", - "reset_link": "Clique aqui para redefiní-la.", - "old_password": "Senha antiga", - "new_password": "Nova senha", - "new_password_confirmation": "Confirmação da nova senha", - "change_password": "Alterar senha", - "protected_session_timeout": "Tempo Limite da Sessão Protegida", - "protected_session_timeout_description": "O tempo limite da sessão protegida é o período após o qual a sessão protegida é apagada da memória do navegador. Esse tempo é contado a partir da última interação com notas protegidas. Veja", - "wiki": "wiki", - "for_more_info": "para mais informações.", - "protected_session_timeout_label": "Tempo limite da sessão protegida:", - "reset_confirmation": "Ao redefinir a senha, você perderá para sempre o acesso a todas as suas notas protegidas existentes. Tem certeza de que deseja redefinir a senha?", - "reset_success_message": "A senha foi redefinida. Por favor, defina uma nova senha", - "change_password_heading": "Alterar Senha", - "set_password_heading": "Definir Senha", - "set_password": "Definir Senha", - "password_mismatch": "As novas senhas não são iguais.", - "password_changed_success": "A senha foi alterada. O Trilium será recarregado após você pressionar OK." - }, - "multi_factor_authentication": { - "title": "Autenticação Multifator", - "description": "A Autenticação Multifator (MFA) adiciona uma camada extra de segurança à sua conta. Em vez de apenas digitar uma senha para fazer login, a MFA exige que você forneça uma ou mais evidências adicionais para verificar sua identidade. Dessa forma, mesmo que alguém obtenha sua senha, ainda não poderá acessar sua conta sem a segunda informação. É como adicionar uma fechadura extra à sua porta, tornando muito mais difícil para qualquer outra pessoa invadir.

Siga as instruções abaixo para ativar a MFA. Se a configuração não for feita corretamente, o login voltará a usar apenas a senha.", - "mfa_enabled": "Habilitar a Autenticação Multifator", - "mfa_method": "Método MFA", - "electron_disabled": "A Autenticação Multifator não é suportada na versão desktop atualmente.", - "totp_title": "Senha Única Temporária baseada em Tempo (TOTP)", - "totp_description": "\"TOTP (Senha Única Temporária baseada em Tempo) é um recurso de segurança que gera um código único e temporário, que muda a cada 30 segundos. Você utiliza esse código junto com sua senha para fazer login na conta, tornando muito mais difícil para qualquer outra pessoa acessá-la.", - "totp_secret_title": "Gerar segredo TOTP", - "totp_secret_generate": "Gerar segredo TOTP", - "totp_secret_regenerate": "Regenerar segredo TOTP", - "no_totp_secret_warning": "Para habilitar o TOTP, você precisa primeiro gerar um segredo TOTP.", - "totp_secret_description_warning": "Após gerar um novo segredo TOTP, será necessário fazer login novamente com o novo segredo TOTP.", - "totp_secret_generated": "Segredo TOTP gerado", - "totp_secret_warning": "Por favor, salve o segredo gerado em um local seguro. Ele não será exibido novamente.", - "totp_secret_regenerate_confirm": "Tem certeza de que deseja regenerar o segredo TOTP? Isso invalidará o segredo TOTP anterior e todos os códigos de recuperação existentes.", - "recovery_keys_title": "Chaves de Recuperação do Single Sign-On", - "recovery_keys_description": "As chaves de recuperação do Single Sign-On são usadas para fazer login caso você não consiga acessar seus códigos do Authenticator.", - "recovery_keys_description_warning": "As chaves de recuperação não serão exibidas novamente após sair da página. Mantenha-as em um local seguro.
Após o uso, uma chave de recuperação não poderá ser usada novamente.", - "recovery_keys_error": "Erro ao gerar códigos de recuperação", - "recovery_keys_no_key_set": "Nenhum código de recuperação definido", - "recovery_keys_generate": "Gerar Códigos de Recuperação", - "recovery_keys_regenerate": "Regenerar Códigos de Recuperação", - "recovery_keys_used": "Usado: {{date}}", - "recovery_keys_unused": "Código de recuperação {{index}} não utilizado", - "oauth_title": "OAuth/OpenID", - "oauth_description": "OpenID é uma forma padronizada de permitir que você faça login em sites usando uma conta de outro serviço, como o Google, para verificar sua identidade. O emissor padrão é o Google, mas você pode alterá-lo para qualquer outro provedor OpenID. Consulte aqui para mais informações. Siga estas instruções para configurar um serviço OpenID através do Google.", - "oauth_description_warning": "Para habilitar o OAuth/OpenID, você precisa definir a URL base do OAuth/OpenID, o client ID e o client secret no arquivo config.ini e reiniciar a aplicação. Se quiser configurar via variáveis de ambiente, defina TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID e TRILIUM_OAUTH_CLIENT_SECRET.", - "oauth_missing_vars": "Configurações ausentes: {{-variables}}", - "oauth_user_account": "Conta do Usuário: ", - "oauth_user_email": "E-mail do Usuário: ", - "oauth_user_not_logged_in": "Não está logado!" - }, - "shortcuts": { - "keyboard_shortcuts": "Atalhos de Teclado", - "multiple_shortcuts": "Atalhos múltiplos para a mesma ação podem ser separados por vírgula.", - "electron_documentation": "Consulte a documentação do Electron para ver os modificadores e códigos de teclas disponíveis.", - "action_name": "Nome da ação", - "default_shortcuts": "Atalhos padrão", - "type_text_to_filter": "Digite para filtrar atalhos...", - "description": "Descrição", - "reload_app": "Recarregar aplicação para aplicar alterações", - "set_all_to_default": "Redefinir todos os atalhos para o padrão", - "confirm_reset": "Tem certeza de que deseja redefinir todos os atalhos de teclado para o padrão?", - "shortcuts": "Atalhos" - }, - "spellcheck": { - "title": "Verificação Ortográfica", - "description": "Estas opções se aplicam apenas às versões desktop; os navegadores usarão sua própria verificação ortográfica nativa.", - "enable": "Habilitar verificação ortográfica", - "language_code_label": "Código(s) de idioma", - "language_code_placeholder": "por exemplo \"en-US\", \"de-AT\", \"pt-BR\"", - "multiple_languages_info": "Múltiplos idiomas podem ser separados por vírgula, por exemplo: \"en-US, de-DE, pt-BR, cs\". ", - "available_language_codes_label": "Códigos de idioma disponíveis:", - "restart-required": "As alterações nas opções de verificação ortográfica terão efeito após reiniciar o aplicativo." - }, - "sync_2": { - "config_title": "Configuração da Sincronização", - "server_address": "Endereço da instância do Servidor", - "timeout": "Tempo limite da sincronização", - "timeout_unit": "milisegundos", - "proxy_label": "Servidor proxy para sincronização (opcional)", - "note": "Nota", - "note_description": "Se você deixar a configuração de proxy em branco, o proxy do sistema será usado (aplica-se apenas à versão desktop/Electron).", - "special_value_description": "Outro valor especial é noproxy, que força a ignorar até mesmo o proxy do sistema e respeita NODE_TLS_REJECT_UNAUTHORIZED.", - "save": "Salvar", - "help": "Ajuda", - "test_title": "Teste de Sincronização", - "test_description": "Isso testará a conexão e o handshake com o servidor de sincronização. Se o servidor de sincronização não estiver inicializado, isso irá configurá-lo para sincronizar com o documento local.", - "test_button": "Testar sincronização", - "handshake_failed": "Falha no handshake com o servidor de sincronização, erro: {{message}}" - }, - "shared_info": { - "help_link": "Para ajuda, visite a wiki.", - "shared_publicly": "Esta nota é compartilhada publicamente em {{- link}}.", - "shared_locally": "Esta nota é compartilhada localmente em {{- link}}." - }, - "pagination": { - "page_title": "Página de {{startIndex}} - {{endIndex}}", - "total_notes": "{{count}} notas" - }, - "collections": { - "rendering_error": "Não foi possível exibir o conteúdo devido a um erro." - }, - "experimental_features": { - "title": "Opções experimentais", - "disclaimer": "Essas opções são experimentais e podem causar instabilidade. Use com cautela.", - "new_layout_name": "Novo Layout", - "new_layout_description": "Experimente o novo layout para um visual mais moderno e melhor usabilidade. Pode sofrer alterações significativas nas próximas versões." - }, - "read-only-info": { - "read-only-note": "Você está visualizando uma nota somente leitura.", - "auto-read-only-note": "Esta nota é exibida em modo somente leitura para carregamento mais rápido.", - "edit-note": "Editar nota" - }, - "presentation_view": { - "edit-slide": "Editar este slide", - "start-presentation": "Iniciar apresentação", - "slide-overview": "Alternar a visualização geral dos slides" - }, - "calendar_view": { - "delete_note": "Excluir nota…" - }, - "note-color": { - "clear-color": "Limpar cor da nota", - "set-color": "Definir cor da nota", - "set-custom-color": "Definir cor personalizada da nota" - }, - "popup-editor": { - "maximize": "Alternar para editor completo" - }, - "server": { - "unknown_http_error_title": "Erro de comunicação com o servidor", - "unknown_http_error_content": "Código de status: {{statusCode}}\nURL: {{method}} {{url}}\nMensagem: {{message}}", - "traefik_blocks_requests": "Se você estiver usando o proxy reverso Traefik, ele introduziu uma alteração que afeta a comunicação com o servidor." - }, - "tab_history_navigation_buttons": { - "go-back": "Voltar para a nota anterior", - "go-forward": "Avançar para a próxima nota" - }, - "breadcrumb": { - "hoisted_badge": "Destacado", - "hoisted_badge_title": "Remover destaque", - "workspace_badge": "Espaço de trabalho", - "scroll_to_top_title": "Ir para o início da nota", - "create_new_note": "Criar nova nota filha", - "empty_hide_archived_notes": "Ocultar notas arquivadas" - }, - "breadcrumb_badges": { - "read_only_explicit": "Somente leitura", - "read_only_explicit_description": "Esta nota foi definida manualmente como somente leitura.\nClique para editá-la temporariamente.", - "read_only_auto": "Auto Somente leitura", - "read_only_auto_description": "Esta nota foi definida automaticamente como somente leitura por motivos de desempenho. Esse limite automático pode ser ajustado nas configurações.\n\nClique para editá-la temporariamente.", - "read_only_temporarily_disabled": "Editável temporariamente", - "read_only_temporarily_disabled_description": "Esta nota está atualmente editável, mas normalmente é somente leitura. A nota voltará a ser somente leitura assim que você navegar para outra nota.\n\nClique para reativar o modo somente leitura.", - "shared_publicly": "Compartilhado publicamente", - "shared_locally": "Compartilhado localmente", - "shared_copy_to_clipboard": "Copiar link para a área de transferência", - "shared_open_in_browser": "Abrir link no navegador", - "shared_unshare": "Remover compartilhamento", - "clipped_note": "Recorte da web", - "clipped_note_description": "Esta nota foi originalmente obtida de {{url}}.\n\nClique para navegar até a página de origem.", - "execute_script": "Executar script", - "execute_script_description": "Esta nota é uma nota de script. Clique para executar o script.", - "execute_sql": "Executar SQL", - "execute_sql_description": "Esta nota é uma nota SQL. Clique para executar a consulta SQL." - }, - "status_bar": { - "language_title": "Alterar idioma do conteúdo", - "note_info_title": "Ver informações da nota (por exemplo, datas, tamanho da nota)", - "backlinks_one": "{{count}} referência inversa", - "backlinks_many": "{{count}} referências inversas", - "backlinks_other": "{{count}} referências inversas", - "backlinks_title_one": "Ver referência inversa", - "backlinks_title_many": "Ver referências inversas", - "backlinks_title_other": "Ver referências inversas", - "attachments_one": "{{count}} anexo", - "attachments_many": "{{count}} anexos", - "attachments_other": "{{count}} anexos", - "attachments_title_one": "Visualizar anexo em uma nova aba", - "attachments_title_many": "Visualizar anexos em uma nova aba", - "attachments_title_other": "Visualizar anexos em uma nova aba", - "attributes_one": "{{count}} atributo", - "attributes_many": "{{count}} atributos", - "attributes_other": "{{count}} atributos", - "attributes_title": "Atributos próprios e atributos herdados", - "note_paths_one": "{{count}} caminho", - "note_paths_many": "{{count}} caminhos", - "note_paths_other": "{{count}} caminhos", - "note_paths_title": "Caminhos da nota", - "code_note_switcher": "Alterar modo de idioma" - }, - "attributes_panel": { - "title": "Atributos da nota" - }, - "right_pane": { - "empty_message": "Nada para exibir nesta nota", - "empty_button": "Ocultar o painel", - "toggle": "Alternar painel direito", - "custom_widget_go_to_source": "Ir para o código-fonte" - } } diff --git a/apps/client/src/translations/ro/translation.json b/apps/client/src/translations/ro/translation.json index 843f90a03e..2951504011 100644 --- a/apps/client/src/translations/ro/translation.json +++ b/apps/client/src/translations/ro/translation.json @@ -1,2295 +1,2151 @@ { - "about": { - "title": "Despre Trilium Notes", - "homepage": "Site web:", - "app_version": "Versiune aplicație:", - "db_version": "Versiune bază de date:", - "sync_version": "Versiune sincronizare:", - "build_date": "Data compilării:", - "build_revision": "Revizia compilării:", - "data_directory": "Directorul de date:" - }, - "abstract_bulk_action": { - "remove_this_search_action": "Înlătură acesată acțiune la căutare" - }, - "abstract_search_option": { - "failed_rendering": "Nu s-a putut randa opțiunea de căutare: {{dto}} din cauza: {{error}} {{stack}}", - "remove_this_search_option": "Înlătură acesată acțiune la căutare" - }, - "add_label": { - "add_label": "Adaugă etichetă", - "help_text": "Pentru toate notițele găsite:", - "help_text_item1": "crează eticheta respectivă dacă notița nu are o astfel de etichetă", - "help_text_item2": "sau schimbă valoarea unei etichete existente", - "help_text_note": "Această metodă poate fi apelată și fără valoare, caz în care eticheta va fi atribuită notiței fără o valoare.", - "label_name_placeholder": "denumirea etichetei", - "label_name_title": "Sunt permise doar caractere alfanumerice, underline și două puncte.", - "new_value_placeholder": "valoare nouă", - "to_value": "la valoarea" - }, - "add_link": { - "add_link": "Adaugă legătură", - "help_on_links": "Informații despre legături", - "link_title": "Titlu legătură", - "link_title_arbitrary": "titlul legăturii poate fi schimbat în mod arbitrar", - "link_title_mirrors": "titlul legăturii corespunde titlul curent al notiței", - "note": "Notiță", - "search_note": "căutați notița după nume", - "button_add_link": "Adaugă legătură" - }, - "add_relation": { - "add_relation": "Adaugă relație", - "allowed_characters": "Sunt permise doar caractere alfanumerice, underline și două puncte.", - "create_relation_on_all_matched_notes": "Creează relația pentru toate notițele găsite.", - "relation_name": "denumirea relației", - "target_note": "notița destinație", - "to": "către" - }, - "ancestor": { - "depth_doesnt_matter": "nu contează", - "depth_eq": "exact {{count}}", - "depth_gt": "mai mare decât {{count}}", - "depth_label": "adâncime", - "depth_lt": "mai puțin de {{count}}", - "direct_children": "subnotiță directă", - "label": "Părinte", - "placeholder": "căutați notița după nume" - }, - "api_log": { - "close": "Închide" - }, - "attachment_detail": { - "attachment_deleted": "Acest atașament a fost șters.", - "list_of_all_attachments": "Lista tuturor atașamentelor", - "open_help_page": "Deschide instrucțiuni despre atașamente", - "owning_note": "Notița părinte: ", - "you_can_also_open": ", se poate deschide și " - }, - "attachment_detail_2": { - "deletion_reason": ", deoarece nu există o legătură către atașament în conținutul notiței. Pentru a preveni ștergerea, trebuie adăugată înapoi o legătură către atașament în conținut sau atașamentul trebuie convertit în notiță.", - "link_copied": "O legătură către atașament a fost copiată în clipboard.", - "role_and_size": "Rol: {{role}}, dimensiune: {{size}}, MIME: {{- mimeType}}", - "unrecognized_role": "Rol atașament necunoscut: „{{role}}”.", - "will_be_deleted_in": "Acest atașament va fi șters automat în {{time}}", - "will_be_deleted_soon": "Acest atașament va fi șters automat în curând" - }, - "attachment_erasure_timeout": { - "attachment_auto_deletion_description": "Atașamentele se șterg automat (permanent) dacă nu sunt referențiate de către notița lor părinte după un timp prestabilit de timp.", - "attachment_erasure_timeout": "Perioadă de ștergere a atașamentelor", - "erase_attachments_after": "Șterge atașamentele neutilizate după:", - "erase_unused_attachments_now": "Elimină atașamentele șterse acum", - "manual_erasing_description": "Puteți șterge atașamentele nefolosite manual (fără a lua în considerare timpul de mai sus):", - "unused_attachments_erased": "Atașamentele nefolosite au fost șterse." - }, - "attachment_list": { - "no_attachments": "Notița nu are niciun atașament.", - "open_help_page": "Deschide instrucțiuni despre atașamente", - "owning_note": "Notița părinte: ", - "upload_attachments": "Încărcare atașament" - }, - "attachments_actions": { - "convert_attachment_into_note": "Convertește atașamentul în notiță", - "convert_confirm": "Sigur doriți convertirea atașementului „{{title}}” într-o notiță separată?", - "convert_success": "Atașamentul „{{title}}” a fost convertit cu succes într-o notiță.", - "copy_link_to_clipboard": "Copiază legătură în clipboard", - "delete_attachment": "Șterge atașamentul", - "delete_confirm": "Sigur doriți ștergerea atașementului „{{title}}”?", - "delete_success": "Atașamentul „{{title}}” a fost șters.", - "download": "Descarcă", - "enter_new_name": "Introduceți denumirea noului atașament", - "open_custom": "Deschide într-un alt program", - "open_custom_client_only": "Deschiderea atașamentelor într-un alt program este posibilă doar din aplicația de desktop.", - "open_custom_title": "Fișierul va fi deschis într-un alt program și se vor urmări schimbările. Ulterior versiunea modificată a fișierului va fi încărcată înapoi în Trilium.", - "open_externally": "Deschide în afara programului", - "open_externally_detail_page": "Deschiderea externă a atașamentului este disponibilă doar din pagina de detalii, dați clic pe detaliile atașamentului mai întâi și repetați acțiunea.", - "open_externally_title": "Fișierul va fi deschis într-un alt program și se vor urmări schimbările. Ulterior versiunea modificată a fișierului va fi încărcată înapoi în Trilium.", - "rename_attachment": "Redenumește atașamentul", - "upload_failed": "Încărcarea unei noi versiuni ale atașamentului a eșuat.", - "upload_new_revision": "Încarcă o nouă versiune", - "upload_success": "Încărcarea unei noi versiuni ale atașaemntului a avut succes." - }, - "attribute_detail": { - "and_more": "... și încă {{count}}.", - "app_css": "marchează notițe CSS care se încarcă automat în aplicația Trilium și pot fi folosite pentru a-i modifica aspectul.", - "app_theme": "marchează notițe CSS care sunt teme complete ale Trilium și care se regăsesc în setări.", - "archived": "notițele cu această etichetă nu vor fi vizibile în mod implicit în căutări (dar nici în ecranele Sari la notiță, Adăugare legătură, etc.).", - "attr_detail_title": "Detalii despre atribute", - "attr_is_owned_by": "Atributul este deținut de", - "attr_name_title": "Denumirea atributului poate fi compusă doar din caractere alfanumerice, două puncte și underline", - "auto_read_only_disabled": "notițele de tip text sau cod intră automat în mod doar de citire când au o dimensiune prea mare. Acest comportament se poate dezactiva adăugând această etichetă", - "bookmark_folder": "notițele cu această etichetă vor apărea în lista de semne de carte ca un director (permițând acces la notițele din ea)", - "boolean": "Valoare booleană", - "calendar_root": "marchează notița care trebuie folosită ca rădăcină pentru notițele zilnice. Doar o singură notiță ar trebui să fie etichetătă.", - "close_button_title": "Renunță la modificări și închide", - "color": "definește culoarea unei notițe în ierarhia notițelor, legături, etc. Se poate folosi orice culoare CSS precum „red” sau „#a13d5f”", - "css_class": "valoarea acestei etichete este adăugată ca o clasă CSS pentru nodul ce reprezintă notița în ierarhia notițelor. Acest lucru poate fi utilizat pentru personalizare avansată. Poate fi folosită în notițe de tip șablon.", - "custom_request_handler": "a se vedea Custom request handler", - "custom_resource_provider": "a se vedea Custom request handler", - "date": "Dată", - "date_time": "Dată și timp", - "time": "Timp", - "delete": "Șterge", - "digits": "număr de zecimale", - "disable_inclusion": "script-urile cu această etichetă nu vor fi incluse în execuția scriptului părinte.", - "disable_versioning": "dezactivează auto-versionarea. Poate fi utilizat pentru notițe mari dar neimportante precum biblioteci mari de JavaScript utilizate pentru script-uri", - "display_relations": "denumirea relațiilor ce ar trebui să fie afișate, separate prin virgulă. Toate celelalte vor fi ascunse.", - "exclude_from_export": "notițele (împreună cu subnotițele) nu vor fi incluse în exporturile de notițe", - "exclude_from_note_map": "Notițele cu această etichetă vor fi ascunse din Harta notițelor", - "execute_button": "Titlul butonului ce va executa notița curentă de tip cod", - "execute_description": "O descriere mai lungă a notiței curente de tip cod afișată împreună cu butonul de executare", - "hide_highlight_widget": "Ascunde lista de evidențieri", - "hide_promoted_attributes": "Ascunde lista atributelor promovate pentru această notiță", - "hide_relations": "lista denumirilor relațiilor ce trebuie ascunse, delimitate prin virgulă. Toate celelalte vor fi afișate.", - "icon_class": "valoarea acestei etichete este adăugată ca o clasă CSS la iconița notiței din ierarhia notițelor, fapt ce poate ajuta la identificarea vizuală mai rapidă a notițelor. Un exemplu ar fi „bx bx-home” pentru iconițe preluate din boxicons. Poate fi folosită în notițe de tip șablon.", - "inbox": "locația implicită în care vor apărea noile notițe atunci când se crează o noitiță utilizând butonul „Crează notiță” din bara laterală, notițele vor fi create în interiorul notiței marcată cu eticheta #inbox.", - "inherit": "atributele acestei notițe vor fi moștenite chiar dacă nu există o relație părinte-copil între notițe. A se vedea relația de tip șablon pentru un concept similar. De asemenea, a se vedea moștenirea atributelor în documentație.", - "inheritable": "Moștenibilă", - "inheritable_title": "Atributele moștenibile vor fi moștenite de către toți descendenții acestei notițe.", - "inverse_relation": "Relație inversă", - "inverse_relation_title": "Setare opțională pentru a defini relația inversă. Exemplu: Tată - Fiu sunt două relații inverse.", - "is_owned_by_note": "este deținut(ă) de notița", - "keep_current_hoisting": "Deschiderea acestei legături nu va schimba focalizarea chiar dacă notița nu poate fi vizualizată în ierarhia curentă.", - "keyboard_shortcut": "Definește o scurtatură de la tastatură ce va merge direct la această notiță. Exemplu: „ctrl+alt+e”. Necesită reîncărcarea aplicației pentru a avea efect.", - "label": "Detalii despre etichetă", - "label_definition": "Detalii despre definiția unei etichete", - "label_type": "Tip", - "label_type_title": "Tipul acestei etichete va permite Trilium să selecteze interfața corespunzătoare pentru introducerea valorii etichetei.", - "more_notes": "Mai multe notițe", - "multi_value": "Valori multiple", - "multiplicity": "Multiplicitate", - "multiplicity_title": "Multiplicitatea definește câte atribute de același nume se pot crea - maximum 1 sau mai multe decât 1.", - "name": "Nume", - "new_notes_on_top": "Noile notițe vor fi create la începutul notiței părinte, nu la sfârșit.", - "number": "Număr", - "other_notes_with_name": "Alte notițe cu denumirea de {{attributeType}} „{{attributeName}}”", - "page_size": "numărul de elemente per pagină în listarea notițelor", - "precision": "Precizie", - "precision_title": "Câte cifre să fie afișate după virgulă în interfața de configurare a valorii.", - "promoted": "Evidențiată", - "promoted_alias": "Alias", - "promoted_alias_title": "Numele care să fie afișat în interfața de atribute promovate.", - "promoted_title": "Atributele promovate sunt afișate proeminent în notiță.", - "read_only": "editorul este în modul doar în citire. Funcționează doar pentru notițe de tip text sau cod.", - "related_notes_title": "Alte notițe cu acesată etichetă", - "relation": "Detalii despre relație", - "relation_definition": "Detalii despre definiția unei relații", - "relation_template": "atributele notiței vor fi moștenite chiar dacă nu există o relație părinte-copil, conținutul notiței și ierarhia sa vor fi adăugate la notițele-instanță dacă nu este definită. A se consulta documentația pentru mai multe detalii.", - "render_note": "relație ce definește notița (de tip notiță de cod HTML sau script) ce trebuie randată pentru notițele de tip „Randare notiță HTML”", - "run": "definește evenimentele la care să ruleze scriptul. Valori acceptate:\n
    \n
  • frontendStartup - când pornește interfața Trilium (sau este reîncărcată), dar nu pe mobil.
  • \n
  • mobileStartup - când pornește interfața Trilium (sau este reîncărcată), doar pe mobil.
  • \n
  • backendStartup - când pornește serverul Trilium
  • \n
  • hourly - o dată pe oră. Se poate utiliza adițional eticheta runAtHour pentru a specifica ora.
  • \n
  • daily - o dată pe zi
  • \n
", - "run_at_hour": "La ce oră ar trebui să ruleze. Trebuie folosit împreună cu #run=hourly. Poate fi definit de mai multe ori pentru a rula de mai multe ori în cadrul aceleași zile.", - "run_on_attribute_change": " se execută atunci când atributele unei notițe care definește această relație se schimbă. Se apelează și atunci când un atribut este șters", - "run_on_attribute_creation": "se execută atunci când un nou atribut este creat pentru notița care definește această relație", - "run_on_branch_change": "se execută atunci când o ramură este actualizată.", - "run_on_branch_creation": "se execută când o ramură este creată. O ramură este o legătură dintre o notiță părinte și o notiță copil și este creată, spre exemplu, la clonarea sau mutarea unei notițe.", - "run_on_branch_deletion": "se execută când o ramură este ștearsă. O ramură este o legătură dintre o notiță părinte și o notiță copil și este ștearsă, spre exemplu, atunci când o notiță este mutată (ramura/legătura veche este ștearsă).", - "run_on_child_note_creation": "se execută când o nouă notiță este creată sub notița la care este definită relația", - "run_on_instance": "Definește pe ce instanța de Trilium ar trebui să ruleze. Implicit se consideră toate instanțele.", - "run_on_note_change": "se execută când notița este schimbată (inclusiv crearea unei notițe). Nu include schimbări de conținut", - "run_on_note_content_change": "se execută când conținutul unei notițe este schimbat (inclusiv crearea unei notițe).", - "run_on_note_creation": "se execută când o notiță este creată de server. Se poate utiliza această relație atunci când se dorește rularea unui script pentru toate notițele create sub o anumită ierarhie. În acest caz, relația trebuie creată pe notița-rădăcină și marcată drept moștenibilă. Orice notiță creată sub ierarhie (la orice adâncime) va rula script-ul.", - "run_on_note_deletion": "se execută la ștergerea unei notițe", - "run_on_note_title_change": "se execută când titlul unei notițe se schimbă (inclusiv la crearea unei notițe)", - "save_and_close": "Salvează și închide (Ctrl+Enter)", - "search_home": "notițele de căutare vor fi create în cadrul acestei notițe", - "share_alias": "definește un alias ce va fi permite notiței să fie accesată la https://your_trilium_host/share/[alias]", - "share_credentials": "cere credențiale la accesarea acestei notițe partajate. Valoarea trebuie să fie în formatul „username:parolă”. Nu uitați să faceți eticheta moștenibilă pentru a o aplica și la notițele-copil/imagini.", - "share_css": "Notiță de tip CSS ce va fi injectată în pagina de partajare. Notița CSS trebuie să facă și ea parte din ierarhia partajată. Considerați utilizarea și a „share_hidden_from_tree”, respectiv „share_omit_default_css”.", - "share_description": "definește text ce va fi adăugat la eticheta HTML „meta” pentru descriere", - "share_disallow_robot_indexing": "împiedică indexarea conținutului de către roboți utilizând antetul X-Robots-Tag: noindex", - "share_external_link": "notița va funcționa drept o legătură către un site web extern în ierarhia de partajare", - "share_favicon": "Notiță ce conține pictograma favicon pentru a fi setată în paginile partajate. De obicei se poate seta în rădăcina ierarhiei de partajare și se poate face moștenibilă. Notița ce conține favicon-ul trebuie să fie și ea în ierarhia de partajare. Considerați și utilizarea „share_hidden_from_tree”.", - "share_hidden_from_tree": "notița este ascunsă din arborele de navigație din stânga, dar încă este accesibilă prin intermediul unui URL", - "share_index": "notițele cu această etichetă vor afișa lista tuturor rădăcilor notițelor partajate", - "share_js": "Notiță JavaScript ce va fi injectată în pagina de partajare. Notița respectivă trebuie să fie și ea în ierarhia de partajare. Considerați utilizarea 'share_hidden_from_tree'.", - "share_omit_default_css": "CSS-ul implicit pentru pagina de partajare va fi omis. Se poate folosi atunci când se fac schimbări majore de stil la pagină.", - "share_raw": "notița va fi afișată în formatul ei brut, fără HTML", - "share_root": "marchează notița care este servită pentru rădăcina ”/share”.", - "share_template": "O notiță JavaScript ce va fi folosită drept șablon pentru afișarea notițelor partajate. Implicit se utilizează șablonul original. Considerați utilizarea 'share_hidden_from_tree'.", - "single_value": "Valoare unică", - "sort_direction": "ASC (ascendent, implicit) sau DESC (descendent)", - "sort_folders_first": "Directoarele (notițe cu sub-notițe) vor fi mutate la început", - "sorted": "menține notițele-copil ordonate alfabetic după titlu", - "sql_console_home": "locația implicită pentru notițele de tip consolă SQL", - "target_note": "Notiță țintă", - "target_note_title": "Relația este o conexiune numită dintre o notiță sursă și o notiță țintă.", - "template": "Șablon", - "text": "Text", - "title_template": "titlul implicit al notițelor create în interiorul acestei notițe. Valoarea este evaluată ca un șir de caractere JavaScript\n și poate fi astfel îmbogățită cu un conținut dinamic prin intermediul variabilelor now și parentNote. Exemple:\n \n
    \n
  • Lucrările lui ${parentNote.getLabelValue('autor')}
  • \n
  • Jurnal pentru ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n A se vedea wiki-ul pentru detalii, documentația API pentru parentNote și now pentru mai multe informații.", - "toc": "#toc sau #toc=show forțează afișarea tabelei de conținut, #toc=hide forțează ascunderea ei. Dacă eticheta nu există, se utilizează setările globale", - "top": "păstrează notița la începutul listei (se aplică doar pentru notițe sortate automat)", - "url": "URL", - "value": "Valoare", - "widget": "marchează această notiță ca un widget personalizat ce poate fi adăugat la ierarhia de componente ale aplicației", - "widget_relation": "ținta acestei relații va fi executată și randată ca un widget în bara laterală", - "workspace": "marchează această notiță ca un spațiu de lucru ce permite focalizarea rapidă a notițelor", - "workspace_calendar_root": "Definește o rădăcină de calendar pentru un spațiu de lucru", - "workspace_icon_class": "definește clasa de CSS din boxicon ce va fi folosită în tab-urile ce aparțin spațiului de lucru", - "workspace_inbox": "marchează locația implicită în care vor apărea noile notițe atunci când este focalizat spațiul de lucru sau un copil al acestuia", - "workspace_search_home": "notițele de căutare vor fi create sub această notiță", - "workspace_tab_background_color": "Culoare CSS ce va fi folosită în tab-urile ce aparțin spațiului de lucru", - "workspace_template": "Această notița va apărea în lista de șabloane când se crează o nouă notiță, dar doar când spațiul de lucru în care se află notița este focalizat", - "app_theme_base": "setați valoarea la „next” pentru a folosi drept temă de bază „TriliumNext” în loc de cea clasică.", - "print_landscape": "Schimbă orientarea paginii din portret în vedere atunci când se exportă în PDF.", - "print_page_size": "Schimbă dimensiunea paginii când se exportă în PDF. Valori suportate: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", - "color_type": "Culoare" - }, - "attribute_editor": { - "add_a_new_attribute": "Adaugă un nou attribut", - "add_new_label": "Adaugă o nouă etichetă ", - "add_new_label_definition": "Adaugă o nouă definiție de etichetă", - "add_new_relation": "Adaugă o nouă relație ", - "add_new_relation_definition": "Adaugă o nouă definiție de relație", - "help_text_body1": "Pentru a adăuga o etichetă doar scrieți, spre exemplu, #piatră sau #an = 2020 dacă se dorește adăugarea unei valori", - "help_text_body2": "Pentru relații, scrieți author = @ ce va afișa o autocompletare pentru identificarea notiței dorite.", - "help_text_body3": "În mod alternativ, se pot adăuga etichete și relații utilizând butonul + din partea dreaptă.", - "save_attributes": "Salvează atributele ", - "placeholder": "Aici puteți introduce etichete și relații" - }, - "backend_log": { - "refresh": "Reîmprospătare" - }, - "backup": { - "automatic_backup": "Copie de siguranță automată", - "automatic_backup_description": "Trilium poate face copii de siguranță ale bazei de date în mod automat:", - "backup_database_now": "Crează o copie a bazei de date acum", - "backup_now": "Crează o copie de siguranță acum", - "backup_recommendation": "Se recomandă a se păstra activată funcția de copii de siguranță, dar acest lucru poate face pornirea aplicației mai lentă pentru baze de date mai mari sau pentru dispozitive de stocare lente.", - "database_backed_up_to": "S-a creat o copie de siguranță a bazei de dată la {{backupFilePath}}", - "enable_daily_backup": "Activează copia de siguranță zilnică", - "enable_monthly_backup": "Activează copia de siguranță lunară", - "enable_weekly_backup": "Activează copia de siguranță săptămânală", - "existing_backups": "Copii de siguranță existente", - "date-and-time": "Data și ora", - "path": "Calea fișierului", - "no_backup_yet": "nu există încă nicio copie de siguranță" - }, - "basic_properties": { - "basic_properties": "Proprietăți de bază", - "editable": "Editabil", - "note_type": "Tipul notiței", - "language": "Limbă", - "configure_code_notes": "Configurează notițele de tip cod..." - }, - "book": { - "no_children_help": "Această notiță de tip Carte nu are nicio subnotiță așadar nu este nimic de afișat. Vedeți wiki pentru detalii.", - "drag_locked_title": "Blocat pentru editare", - "drag_locked_message": "Glisarea notițelor nu este permisă deoarece colecția este blocată pentru editare." - }, - "book_properties": { - "collapse": "Minimizează", - "collapse_all_notes": "Minimizează toate notițele", - "expand": "Expandează", - "grid": "Grilă", - "invalid_view_type": "Mod de afișare incorect „{{type}}”", - "list": "Listă", - "view_type": "Mod de afișare", - "calendar": "Calendar", - "book_properties": "Proprietăți colecție", - "table": "Tabel", - "geo-map": "Hartă geografică", - "board": "Tablă Kanban", - "include_archived_notes": "Afișează notițele arhivate", - "presentation": "Prezentare", - "expand_tooltip": "Expandează subnotițele directe ale acestei colecții (un singur nivel de adâncime). Pentru mai multe opțiuni, apăsați săgeata din dreapta.", - "expand_first_level": "Expandează subnotițele directe", - "expand_nth_level": "Expandează pe {{depth}} nivele", - "expand_all_levels": "Expandează pe toate nivelele", - "hide_child_notes": "Ascunde subnotițele din arbore" - }, - "bookmark_switch": { - "bookmark": "Semn de carte", - "bookmark_this_note": "Crează un semn de carte către această notiță în panoul din stânga", - "remove_bookmark": "Șterge semnul de carte" - }, - "branch_prefix": { - "branch_prefix_saved": "Prefixul ramurii a fost salvat.", - "edit_branch_prefix": "Editează prefixul ramurii", - "help_on_tree_prefix": "Informații despre prefixe de ierarhie", - "prefix": "Prefix: ", - "save": "Salvează", - "edit_branch_prefix_multiple": "Editează prefixul pentru {{count}} ramuri", - "branch_prefix_saved_multiple": "Prefixul a fost modificat pentru {{count}} ramuri.", - "affected_branches": "Ramuri afectate ({{count}}):" - }, - "bulk_actions": { - "affected_notes": "Notițe afectate", - "available_actions": "Acțiuni disponibile", - "bulk_actions": "Acțiuni în masă", - "bulk_actions_executed": "Acțiunile în masă au fost executate cu succes.", - "chosen_actions": "Acțiuni selectate", - "execute_bulk_actions": "Execută acțiunile în masă", - "include_descendants": "Include descendenții notiței selectate", - "none_yet": "Nicio acțiune... adăugați una printr-un click pe cele disponibile mai jos.", - "labels": "Etichete", - "notes": "Notițe", - "other": "Altele", - "relations": "Relații" - }, - "calendar": { - "april": "Aprilie", - "august": "August", - "cannot_find_day_note": "Nu se poate găsi notița acelei zile", - "december": "Decembrie", - "february": "Februarie", - "fri": "Vin", - "january": "Ianuarie", - "july": "Iulie", - "june": "Iunie", - "march": "Martie", - "may": "Mai", - "mon": "Lun", - "november": "Noiembrie", - "october": "Octombrie", - "sat": "Sâm", - "september": "Septembrie", - "sun": "Dum", - "thu": "Joi", - "tue": "Mar", - "wed": "Mie", - "cannot_find_week_note": "Nu s-a putut găsi notița săptămânală", - "week": "Săptămână", - "week_previous": "Săptămâna trecută", - "week_next": "Următoarea săptămână", - "month": "Lună", - "month_previous": "Luna anterioară", - "month_next": "Următoarea lună", - "year": "An", - "year_previous": "Anul trecut", - "year_next": "Anul următor", - "list": "Agendă", - "today": "Astăzi" - }, - "clone_to": { - "clone_notes_to": "Clonează notițele către...", - "clone_to_selected_note": "Clonează notița selectată", - "cloned_note_prefix_title": "Notița clonată va fi afișată în ierarhia notiței utilizând prefixul dat", - "help_on_links": "Informații despre legături", - "no_path_to_clone_to": "Nicio cale de clonat.", - "note_cloned": "Notița „{{clonedTitle}}” a fost clonată în „{{targetTitle}}”", - "notes_to_clone": "Notițe de clonat", - "prefix_optional": "Prefix (opțional)", - "search_for_note_by_its_name": "căutați notița după nume acesteia", - "target_parent_note": "Notița părinte țintă" - }, - "close_pane_button": { - "close_this_pane": "Închide acest panou" - }, - "code_auto_read_only_size": { - "description": "Marchează pragul în care o notiță de o anumită dimensiune va fi afișată în mod de citire (pentru motive de performanță).", - "label": "Pragul de dimensiune pentru setarea modului de citire automat (la notițe de cod)", - "title": "Pragul de mod de citire automat", - "unit": "caractere" - }, - "code_buttons": { - "execute_button_title": "Execută scriptul", - "opening_api_docs_message": "Se deschide documentația API...", - "save_to_note_button_title": "Salvează în notiță", - "sql_console_saved_message": "Notița consolă SQL a fost salvată în {{note_path}}", - "trilium_api_docs_button_title": "Deschide documentația API pentru Trilium" - }, - "code_mime_types": { - "title": "Tipuri MIME disponibile în meniul derulant", - "tooltip_syntax_highlighting": "Evidențiere de sintaxă", - "tooltip_code_block_syntax": "Blocuri de cod în notițe text", - "tooltip_code_note_syntax": "Notițe de tip cod" - }, - "confirm": { - "also_delete_note": "Șterge și notița", - "are_you_sure_remove_note": "Doriți ștergerea notiței „{{title}}” din harta de relații? ", - "cancel": "Anulează", - "confirmation": "Confirm", - "if_you_dont_check": "Dacă această opțiune nu este bifată, notița va fi ștearsă doar din harta de relații.", - "ok": "OK" - }, - "consistency_checks": { - "find_and_fix_button": "Caută și repară probleme de consistență", - "finding_and_fixing_message": "Se caută și se repară problemele de consistență...", - "issues_fixed_message": "Problemele de consistență ar trebui să fie acum rezolvate.", - "title": "Verificări de consistență" - }, - "copy_image_reference_button": { - "button_title": "Copiază o referință către imagine în clipboard, poate fi inserată într-o notiță text." - }, - "create_pane_button": { - "create_new_split": "Crează o nouă diviziune" - }, - "database_anonymization": { - "choose_anonymization": "Puteți decide dacă oferiți o bază de date complet sau parțial anonimizată. Chiar și bazele de date complet anonimizate pot fi foarte utile, dar în unele cazuri bazele de date parțial anonimizate pot eficientiza procesul de identificare a bug-urilor și repararea acestora.", - "creating_fully_anonymized_database": "Se crează o copie complet anonimizată...", - "creating_lightly_anonymized_database": "Se crează o bază de date parțial anonimizată...", - "error_creating_anonymized_database": "Nu s-a putut crea o bază de date anonimizată, verificați log-urile din server pentru detalii", - "existing_anonymized_databases": "Baze de date anonimizate existente", - "full_anonymization": "Anonimizare completă", - "full_anonymization_description": "Această acțiune va crea o nouă copie a bazei de date și o va anonimiza (se șterge conținutul tuturor notițelor și se menține doar structura și câteva metainformații neconfidențiale) pentru a putea fi partajate online cu scopul de a depana anumite probleme fără a risca expunerea datelor personale.", - "light_anonymization": "Anonimizare parțială", - "light_anonymization_description": "Această acțiune va crea o copie a bazei de date și o va anonimiza parțial - mai exact se va șterge conținutul tuturor notițelor, dar titlurile și atributele vor rămâne. De asemenea, script-urile de front-end sau back-end și widget-urile personalizate vor rămâne și ele. Acest lucru oferă mai mult context pentru a depana probleme.", - "no_anonymized_database_yet": "Încă nu există nicio bază de date anonimizată.", - "save_fully_anonymized_database": "Salvează bază de date complet anonimizată", - "save_lightly_anonymized_database": "Salvează bază de date parțial anonimizată", - "successfully_created_fully_anonymized_database": "S-a creat cu succes o bază de date complet anonimizată în {{anonymizedFilePath}}", - "successfully_created_lightly_anonymized_database": "S-a creat cu succes o bază de date parțial anonimizată în {{anonymizedFilePath}}", - "title": "Bază de dată anonimizată" - }, - "database_integrity_check": { - "check_button": "Verifică integritatea bazei de date", - "checking_integrity": "Se verifică integritatea bazei de date...", - "description": "Se va verifica să nu existe coruperi ale bazei de date la nivelul SQLite. Poate dura ceva timp, în funcție de dimensiunea bazei de date.", - "integrity_check_failed": "Probleme la verificarea integrității: {{results}}", - "integrity_check_succeeded": "Verificarea integrității a fost făcută cu succes și nu a fost identificată nicio problemă.", - "title": "Verificarea integrității bazei de date" - }, - "debug": { - "access_info": "Pentru a accesa informații de depanare, executați interogarea și dați click pe „Afișează logurile din backend” din stânga-sus.", - "debug": "Depanare", - "debug_info": "Modul de depanare va afișa informații adiționale în consolă cu scopul de a ajuta la depanarea interogărilor complexe." - }, - "delete_label": { - "delete_label": "Șterge eticheta", - "label_name_placeholder": "denumirea etichetei", - "label_name_title": "Sunt permise caractere alfanumerice, underline și două puncte." - }, - "delete_note": { - "delete_matched_notes": "Șterge notițele găsite", - "delete_matched_notes_description": "Se vor șterge notițele găsite.", - "delete_note": "Șterge notița", - "erase_notes_instruction": "Pentru a șterge notițele permanent, se poate merge după ștergerea în opțiuni la secțiunea „Altele” și clic pe butonul „Elimină notițele șterse acum”.", - "undelete_notes_instruction": "După ștergere, se pot recupera din ecranul Schimbări recente." - }, - "delete_notes": { - "broken_relations_to_be_deleted": "Următoarele relații vor fi întrerupte și șterse ({{ relationCount}})", - "cancel": "Anulează", - "delete_all_clones_description": "Șterge și toate clonele (se pot recupera în ecranul Schimbări recente)", - "delete_notes_preview": "Previzualizare ștergerea notițelor", - "erase_notes_description": "Ștergerea obișnuită doar marchează notițele ca fiind șterse și pot fi recuperate (în ecranul Schimbări recente) pentru o perioadă de timp. Dacă se bifează această opțiune, notițele vor fi șterse imediat fără posibilitatea de a le recupera.", - "erase_notes_warning": "Șterge notițele permanent (nu se mai pot recupera), incluzând toate clonele. Va forța reîncărcarea aplicației.", - "no_note_to_delete": "Nicio notiță nu va fi ștearsă (doar clonele).", - "notes_to_be_deleted": "Următoarele notițe vor fi șterse ({{notesCount}})", - "ok": "OK", - "deleted_relation_text": "Notița {{- note}} ce va fi ștearsă este referențiată de relația {{- relation}}, originând din {{- source}}.", - "close": "Închide" - }, - "delete_relation": { - "allowed_characters": "Se permit caractere alfanumerice, underline și două puncte.", - "delete_relation": "Șterge relația", - "relation_name": "denumirea relației" - }, - "delete_revisions": { - "all_past_note_revisions": "Toate reviziile anterioare ale notițelor găsite vor fi șterse. Notița propriu-zisă va fi intactă. În alte cuvinte, istoricul notiței va fi șters.", - "delete_note_revisions": "Șterge toate reviziile notițelor" - }, - "edit_button": { - "edit_this_note": "Editează această notiță" - }, - "editability_select": { - "always_editable": "Întotdeauna editabil", - "auto": "Automat", - "note_is_always_editable": "Notița este întotdeauna editabilă, indiferent de lungimea ei.", - "note_is_editable": "Notița este editabilă atât timp cât nu este prea lungă.", - "note_is_read_only": "Notița este doar pentru citire, poate fi editată prin intermediul unui buton.", - "read_only": "Doar pentru citire" - }, - "editable_code": { - "placeholder": "Scrieți conținutul notiței de cod aici..." - }, - "editable_text": { - "placeholder": "Scrieți conținutul notiței aici...", - "auto-detect-language": "Automat", - "keeps-crashing": "Componenta de editare se blochează în continuu. Încercați să reporniți Trilium. Dacă problema persistă, luați în considerare să raportați această problemă.", - "editor_crashed_title": "Editorul text a avut o eroare", - "editor_crashed_content": "Conținutul a fost recuperat cu succes, dar este posibil ca o parte din cele mai recente modificări ale dvs. să nu se fi salvat.", - "editor_crashed_details_button": "Mai multe detalii...", - "editor_crashed_details_intro": "Dacă întâmpinați frecvent această eroare, considerați să o raportați pe GitHub copiând informația de mai jos.", - "editor_crashed_details_title": "Informații tehnice" - }, - "edited_notes": { - "deleted": "(șters)", - "no_edited_notes_found": "Nu sunt încă notițe editate pentru această zi...", - "title": "Notițe editate" - }, - "empty": { - "enter_workspace": "Intrare spațiu de lucru „{{title}}”", - "open_note_instruction": "Deschideți o notiță scriind denumirea ei în caseta de mai jos sau selectați o notiță din ierarhie.", - "search_placeholder": "căutați o notiță după denumirea ei" - }, - "etapi": { - "actions": "Acțiuni", - "create_token": "Crează un token ETAPI nou", - "created": "Creat", - "default_token_name": "token nou", - "delete_token": "Șterge/dezactivează acest token", - "delete_token_confirmation": "Doriți ștergerea token-ului ETAPI „{{name}}”?", - "description": "ETAPI este un API REST utilizat pentru a accesa instanța de Trilium programatic, fără interfață grafică.", - "error_empty_name": "Denumirea token-ului nu poate fi goală", - "existing_tokens": "Token-uri existente", - "new_token_message": "Introduceți denumirea noului token", - "new_token_title": "Token ETAPI nou", - "no_tokens_yet": "Nu există încă token-uri. Clic pe butonul de deasupra pentru a crea una.", - "rename_token": "Redenumește token-ul", - "rename_token_message": "Introduceți denumirea noului token", - "rename_token_title": "Redenumire token", - "title": "ETAPI", - "token_created_message": "Copiați token-ul creat în clipboard. Trilium stochează token-ul ca hash așadar această valoare poate fi văzută doar acum.", - "token_created_title": "Token ETAPI creat", - "token_name": "Denumire token" - }, - "execute_script": { - "example_1": "De exemplu, pentru a adăuga un șir de caractere la titlul unei notițe, se poate folosi acest mic script:", - "example_2": "Un exemplu mai complex ar fi ștergerea atributelor tuturor notițelor identificate:", - "execute_script": "Execută script", - "help_text": "Se pot executa script-uri simple pe toate notițele identificate." - }, - "export": { - "choose_export_type": "Selectați mai întâi tipul export-ului", - "close": "Închide", - "export": "Exportă", - "export_finished_successfully": "Export finalizat cu succes.", - "export_in_progress": "Export în curs: {{progressCount}}", - "export_note_title": "Exportă notița", - "export_status": "Starea exportului", - "export_type_single": "Doar această notiță fără descendenții ei", - "export_type_subtree": "Această notiță și toți descendenții ei", - "format_html_zip": "HTML în arhivă ZIP - recomandat deoarece păstrează toată formatarea.", - "format_markdown": "Markdown - păstrează majoritatea formatării.", - "format_opml": "OPML - format de interschimbare pentru editoare cu structură ierarhică (outline). Formatarea, imaginile și fișierele nu vor fi incluse.", - "opml_version_1": "OPML v1.0 - text simplu", - "opml_version_2": "OPML v2.0 - permite și HTML", - "format_html": "HTML - recomandat deoarece păstrează toata formatarea", - "format_pdf": "PDF - cu scopul de printare sau partajare.", - "share-format": "HTML pentru publicare web - folosește aceeași temă pentru notițele partajate, dar se pot publica într-un website static." - }, - "fast_search": { - "description": "Căutarea rapidă dezactivează căutarea la nivel de conținut al notițelor cu scopul de a îmbunătăți performanța de căutare pentru baze de date mari.", - "fast_search": "Căutare rapidă" - }, - "file": { - "file_preview_not_available": "Previzualizarea fișierelor nu este disponibilă pentru acest format de fișier.", - "too_big": "Previzualizarea conține doar primele {{maxNumChars}} caractere din fișier din motive de performanță. Descărcați fișierul și deschideți-l extern pentru a-l putea vedea în întregime." - }, - "file_properties": { - "download": "Descarcă", - "file_size": "Dimensiunea fișierului", - "file_type": "Tipul fișierului", - "note_id": "ID-ul notiței", - "open": "Deschide în exterior", - "original_file_name": "Denumirea originală a fișierului", - "title": "Fișier", - "upload_failed": "Încărcarea a unei noi revizii ale fișierului a eșuat.", - "upload_new_revision": "Încarcă o nouă revizie", - "upload_success": "Noua revizie a fișierului a fost încărcată cu succes." - }, - "fonts": { - "apply_font_changes": "Pentru a aplica schimbările de font, click pe", - "font_family": "Familia de fonturi", - "fonts": "Fonturi", - "main_font": "Fontul principal", - "monospace_font": "Fontul monospace (pentru cod)", - "not_all_fonts_available": "Nu toate fonturile listate aici pot fi disponibile pe acest sistem.", - "note_detail_font": "Fontul pentru detaliile notițelor", - "note_tree_and_detail_font_sizing": "Dimensiunea arborelui și a fontului pentru detalii este relativă la dimensiunea fontului principal.", - "note_tree_font": "Fontul arborelui de notițe", - "reload_frontend": "reîncarcă interfața", - "size": "Mărime", - "theme_defined": "Definit de temă", - "generic-fonts": "Fonturi generice", - "handwriting-system-fonts": "Fonturi de sistem cu stil de scris de mână", - "monospace-system-fonts": "Fonturi de sistem monospațiu", - "sans-serif-system-fonts": "Fonturi de sistem fără serifuri", - "serif-system-fonts": "Fonturi de sistem cu serifuri", - "monospace": "Monospațiu", - "sans-serif": "Fără serifuri", - "serif": "Cu serifuri", - "system-default": "Fontul predefinit al sistemului" - }, - "global_menu": { - "about": "Despre Trilium Notes", - "advanced": "Opțiuni avansate", - "configure_launchbar": "Configurează bara de lansare", - "logout": "Deautentificare", - "menu": "Meniu", - "open_dev_tools": "Deschide uneltele de dezvoltare", - "open_new_window": "Deschide o nouă fereastră", - "open_search_history": "Deschide istoricul de căutare", - "open_sql_console": "Deschide consola SQL", - "open_sql_console_history": "Deschide istoricul consolei SQL", - "options": "Opțiuni", - "reload_frontend": "Reîncarcă interfața", - "reload_hint": "Reîncărcarea poate ajuta atunci când există ceva probleme vizuale fără a trebui repornită întreaga aplicație.", - "reset_zoom_level": "Resetează nivelul de zoom", - "show_backend_log": "Afișează log-ul din backend", - "show_help": "Afișează informații", - "show_hidden_subtree": "Afișează ierarhia ascunsă", - "show_shared_notes_subtree": "Afișează ierahia notițelor partajate", - "switch_to_desktop_version": "Schimbă la versiunea de desktop", - "switch_to_mobile_version": "Schimbă la versiunea de mobil", - "toggle_fullscreen": "Comută mod ecran complet", - "zoom": "Zoom", - "zoom_in": "Mărește", - "zoom_out": "Micșorează", - "show-cheatsheet": "Afișează ghidul rapid", - "toggle-zen-mode": "Mod zen", - "new-version-available": "Actualizare nouă disponibilă", - "download-update": "Obțineți versiunea {{latestVersion}}" - }, - "heading_style": { - "markdown": "Stil Markdown", - "plain": "Simplu", - "title": "Stil titluri", - "underline": "Subliniat" - }, - "help": { - "activateNextTab": "activează următorul tab", - "activatePreviousTab": "activează tabul anterior", - "blockQuote": "începeți un rând cu > urmat de spațiu pentru un bloc de citat", - "bulletList": "* sau - urmat de spațiu pentru o listă punctată", - "closeActiveTab": "închide tabul activ", - "collapseExpand": "minimizează/expandează nodul", - "collapseSubTree": "minimizează subarborele", - "collapseWholeTree": "minimizează întregul arbore de notițe", - "copyNotes": "copiază notița activă (sau selecția curentă) în clipboard (utilizat pentru clonare)", - "createEditLink": "crează/editează legătură externă", - "createInternalLink": "crează legătură internă", - "createNoteAfter": "crează o nouă notiță după notița activă", - "createNoteInto": "crează o subnotiță în notița activă", - "creatingNotes": "Crearea notițelor", - "cutNotes": "decupează notița curentă (sau selecția curentă) în clipboard (utilizată pentru mutarea notițelor)", - "deleteNotes": "șterge notița/subarborele", - "editBranchPrefix": "editează prefixul a unei clone ale notiței active", - "editNoteTitle": "va sări de la arborele de notițe către titlul notiței. Enter de la titlul notiței va sări către editorul de text. Ctrl+. va sări înapoi de la editor către arborele de notițe.", - "editingNotes": "Editarea notițelor", - "followLink": "urmărește link-ul sub cursor", - "goBackForwards": "mergi înapoi/înainte în istoric", - "goUpDown": "mergi sus/jos în lista de notițe", - "headings": "##, ###, #### etc. urmat de spațiu pentru titluri", - "inPageSearch": "caută în interiorul paginii", - "insertDateTime": "inserează data și timpul curente la poziția cursorului", - "jumpToParentNote": "sari la pagina părinte", - "jumpToTreePane": "sari către arborele de notițe și scrolează către notița activă", - "markdownAutoformat": "Formatare în stil Markdown", - "moveNoteUpDown": "mută notița sus/jos în lista de notițe", - "moveNoteUpHierarchy": "mută notița mai sus în ierarhie", - "movingCloningNotes": "Mutarea/clonarea notițelor", - "multiSelectNote": "selectează multiplu notița de sus/jos", - "newTabNoteLink": "pe o legătură către o notiță va deschide notița într-un tab nou", - "notSet": "nesetat", - "noteNavigation": "Navigarea printre notițe", - "numberedList": "1. sau 1) urmat de spațiu pentru o listă numerotată", - "onlyInDesktop": "Doar pentru desktop (aplicația Electron)", - "openEmptyTab": "deschide un tab nou", - "other": "Altele", - "pasteNotes": "lipește notița/notițele ca sub-notițe în notița activă (ce va muta sau clona în funcție dacă a fost copiată sau decupată în clipboard)", - "quickSearch": "sari la caseta de căutare rapidă", - "reloadFrontend": "reîncarcă interfața Trilium", - "scrollToActiveNote": "scrolează la notița activă", - "selectAllNotes": "selectează toate notițele din nivelul curent", - "selectNote": "selectează notița", - "showDevTools": "afișează instrumentele de dezvoltatori", - "showJumpToNoteDialog": "afișează ecranul „Sari la”", - "showSQLConsole": "afișează consola SQL", - "tabShortcuts": "Scurtături pentru tab-uri", - "troubleshooting": "Unelte pentru depanare", - "newTabWithActivationNoteLink": "pe o legătură către o notiță deschide și activează notița într-un tab nou", - "title": "Ghid rapid", - "editShortcuts": "Editează scurtăturile de la tastatură" - }, - "hide_floating_buttons_button": { - "button_title": "Ascunde butoanele" - }, - "highlights_list": { - "bg_color": "Text cu o culoare de fundal", - "bold": "Text îngroșat", - "color": "Text colorat", - "description": "Se pot personaliza elementele ce vor fi afișate în lista de evidențieri din panoul din dreapta:", - "italic": "Text italic (înclinat)", - "shortcut_info": "Se poate configura o scurtatură la tastatură pentru comutarea rapidă a panoului din dreapta (inclusiv lista de evidențieri) în Opțiuni -> Scurtături (denumirea „toggleRightPane”).", - "title": "Lista de evidențieri", - "underline": "Text subliniat", - "visibility_description": "Se poate ascunde lista de evidențieri la nivel de notiță prin adăugarea etichetei #hideHighlightWidget.", - "visibility_title": "Vizibilitatea listei de evidențieri" - }, - "i18n": { - "first-day-of-the-week": "Prima zi a săptămânii", - "language": "Limbă", - "monday": "Luni", - "sunday": "Duminică", - "title": "Localizare", - "formatting-locale": "Format dată și numere", - "first-week-of-the-year": "Prima săptămână din an", - "first-week-contains-first-day": "Prima săptămână conține prima zi din an", - "first-week-contains-first-thursday": "Prima săptămână conține prima zi de joi din an", - "first-week-has-minimum-days": "Prima săptămână are numărul minim de zile", - "min-days-in-first-week": "Numărul minim de zile pentru prima săptămână", - "first-week-info": "Opțiunea de prima săptămână conține prima zi de joi din an este bazată pe standardul ISO 8601.", - "first-week-warning": "Schimbarea opțiunii primei săptămâni poate cauza duplicate cu notițele săptămânale existente deoarece acestea nu vor fi actualizate retroactiv.", - "tuesday": "Marți", - "wednesday": "Miercuri", - "thursday": "Joi", - "friday": "Vineri", - "saturday": "Sâmbătă", - "formatting-locale-auto": "În funcție de limba aplicației" - }, - "image_properties": { - "copy_reference_to_clipboard": "Copiază referință în clipboard", - "download": "Descarcă", - "file_size": "Dimensiune fișier", - "file_type": "Tip fișier", - "open": "Deschide", - "original_file_name": "Denumirea originală a fișierului", - "title": "Imagine", - "upload_failed": "Încărcarea a unei noi revizii ale imaginii a eșuat: {{message}}", - "upload_new_revision": "Încarcă o nouă revizie", - "upload_success": "O nouă revizie a fost încărcată cu succes." - }, - "images": { - "download_images_automatically": "Descarcă imaginile automat pentru utilizare fără conexiune la internet.", - "download_images_description": "Textul HTML inserat poate conține referințe către imagini online, Trilium le va identifica și va descărca acele imagini pentru a putea fi disponibile și fără o conexiune la internet.", - "enable_image_compression": "Activează compresia imaginilor", - "images_section_title": "Imagini", - "jpeg_quality_description": "Calitatea JPEG (10 - cea mai slabă calitate, 100 - cea mai bună calitate, se recomandă între 50 și 85)", - "max_image_dimensions": "Lungimea/lățimea maximă a unei imagini (imaginea va fi redimensionată dacă depășește acest prag).", - "max_image_dimensions_unit": "pixeli" - }, - "import": { - "chooseImportFile": "Selectați fișierul de importat", - "codeImportedAsCode": "Importă fișiere identificate drept cod sursă (e.g. .json) drept notițe de tip cod dacă nu este clar din metainformații", - "explodeArchives": "Citește conținutul arhivelor .zip, .enex și .opml.", - "explodeArchivesTooltip": "Dacă această opțiune este bifată atunci Trilium va citi fișiere de tip .zip, .enex și .opml și va crea notițe din fișierele din interiorul acestor arhive. Dacă este nebifat, atunci Trilium va atașa arhiva propriu-zisă la notiță.", - "import": "Importă", - "importDescription": "Conținutul fișierelor selectate va fi importat ca subnotițe în", - "importIntoNote": "Importă în notiță", - "options": "Opțiuni", - "replaceUnderscoresWithSpaces": "Înlocuiește underline-ul cu spații în denumirea notițelor importate", - "safeImport": "Importare sigură", - "safeImportTooltip": "Fișierele de Trilium exportate în format .zip pot conține scripturi executabile ce pot avea un comportament malițios. Importarea sigură va dezactiva execuția automată a tuturor scripturilor importate. Debifați „Importare sigură” dacă arhiva importată conține scripturi executabile dorite și aveți încredere deplină în conținutul acestora.", - "shrinkImages": "Micșorare imagini", - "shrinkImagesTooltip": "

Dacă bifați această opțiune, Trilium va încerca să micșoreze imaginea importată prin scalarea și importarea ei, aspect ce poate afecta calitatea aparentă a imaginii. Dacă nu este bifat, imaginile vor fi importate fără nicio modificare.

Acest lucru nu se aplică la importuri de tip .zip cu metainformații deoarece se asumă că aceste fișiere sunt deja optimizate.

", - "textImportedAsText": "Importă HTML, Markdown și TXT ca notițe de tip text dacă este neclar din metainformații", - "failed": "Eroare la importare: {{message}}.", - "import-status": "Starea importului", - "in-progress": "Import în curs: {{progress}}", - "successful": "Import finalizat cu succes.", - "html_import_tags": { - "description": "Configurați ce etichete HTML să fie păstrate atunci când se importă notițe. Etichetele ce nu se află în această listă vor fi înlăturate la importul de date. Unele etichete (precum „script”) sunt înlăturate indiferent din motive de securitate.", - "placeholder": "Introduceți etichetele HTML, câte unul pe linie", - "reset_button": "Resetează la lista implicită", - "title": "Etichete HTML la importare" + "about": { + "title": "Despre Trilium Notes", + "homepage": "Site web:", + "app_version": "Versiune aplicație:", + "db_version": "Versiune bază de date:", + "sync_version": "Versiune sincronizare:", + "build_date": "Data compilării:", + "build_revision": "Revizia compilării:", + "data_directory": "Directorul de date:" }, - "importZipRecommendation": "Când importați un fișier ZIP, ierarhia notițelor va reflecta structura subdirectoarelor din arhivă." - }, - "include_archived_notes": { - "include_archived_notes": "Include notițele arhivate" - }, - "include_note": { - "box_size_full": "complet (căsuța va afișa întregul text)", - "box_size_medium": "mediu (~ 30 de rânduri)", - "box_size_prompt": "Dimensiunea căsuței notiței incluse:", - "box_size_small": "mică (~ 10 rânduri)", - "button_include": "Include notița", - "dialog_title": "Includere notița", - "label_note": "Notiță", - "placeholder_search": "căutați notița după denumirea ei" - }, - "info": { - "closeButton": "Închide", - "modalTitle": "Mesaj informativ", - "okButton": "OK", - "copy_to_clipboard": "Copiază în clipboard" - }, - "inherited_attribute_list": { - "no_inherited_attributes": "Niciun atribut moștenit.", - "title": "Atribute moștenite", - "none": "niciunul" - }, - "jump_to_note": { - "search_button": "Caută în întregul conținut", - "search_placeholder": "Căutați notițe după nume sau tastați > pentru comenzi..." - }, - "left_pane_toggle": { - "hide_panel": "Ascunde panoul", - "show_panel": "Afișează panoul" - }, - "limit": { - "limit": "Limită", - "take_first_x_results": "Obține doar primele X rezultate." - }, - "markdown_import": { - "dialog_title": "Importă Markdown", - "import_button": "Importă", - "import_success": "Conținutul Markdown a fost importat în document.", - "modal_body_text": "Din cauza limitărilor la nivel de navigator, nu este posibilă citirea clipboard-ului din JavaScript. Inserați Markdown-ul pentru a-l importa în caseta de mai jos și dați clic pe butonul Import" - }, - "max_content_width": { - "default_description": "În mod implicit Trilium limitează lățimea conținutului pentru a îmbunătăți lizibilitatea pentru ferestrele maximizate pe ecrane late.", - "max_width_label": "Lungimea maximă a conținutului", - "max_width_unit": "pixeli", - "title": "Lățime conținut", - "centerContent": "Centrează conținutul" - }, - "mobile_detail_menu": { - "delete_this_note": "Șterge această notiță", - "error_cannot_get_branch_id": "Nu s-a putut obține branchId-ul pentru calea „{{notePath}}”", - "error_unrecognized_command": "Comandă nerecunoscută „{{command}}”", - "insert_child_note": "Inserează subnotiță", - "note_revisions": "Revizuiri ale notițelor" - }, - "move_note": { - "clone_note_new_parent": "clonează notița la noul părinte dacă notița are mai multe clone/ramuri (când nu este clar care ramură trebuie ștearsă)", - "move_note": "Mută notița", - "move_note_new_parent": "mută notița în noul părinte dacă notița are unul singur (ramura veche este ștearsă și o ramură nouă este creată în noul părinte)", - "nothing_will_happen": "nu se va întampla nimic dacă notița nu poate fi mutată la notița destinație (deoarece s-ar crea un ciclu în arbore)", - "on_all_matched_notes": "Pentru toate notițele găsite", - "target_parent_note": "notița părinte destinație", - "to": "la" - }, - "move_pane_button": { - "move_left": "Mută la stânga", - "move_right": "Mută la dreapta" - }, - "move_to": { - "dialog_title": "Mută notițele în...", - "error_no_path": "Nicio cale la care să poată fi mutate.", - "move_button": "Mută la notița selectată", - "move_success_message": "Notițele selectate au fost mutate în ", - "notes_to_move": "Notițe de mutat", - "search_placeholder": "căutați notița după denumirea ei", - "target_parent_note": "Notița părinte destinație" - }, - "native_title_bar": { - "disabled": "dezactivată", - "enabled": "activată", - "title": "Bară de titlu nativă (necesită repornirea aplicației)" - }, - "network_connections": { - "check_for_updates": "Verifică automat pentru actualizări", - "network_connections_title": "Conexiuni la rețea" - }, - "note_actions": { - "convert_into_attachment": "Convertește în atașament", - "delete_note": "Șterge notița", - "export_note": "Exportă notița", - "import_files": "Importă fișiere", - "note_attachments": "Atașamente notițe", - "note_source": "Sursa notiței", - "open_note_custom": "Deschide notiță personalizată", - "open_note_externally": "Deschide notița extern", - "open_note_externally_title": "Fișierul va fi deschis într-o aplicație externă și urmărită pentru modificări. Ulterior se va putea încărca versiunea modificată înapoi în Trilium.", - "print_note": "Imprimare notiță", - "re_render_note": "Reinterpretare notiță", - "save_revision": "Salvează o nouă revizie", - "advanced": "Advansat", - "search_in_note": "Caută în notiță", - "convert_into_attachment_failed": "Nu s-a putut converti notița „{{title}}”.", - "convert_into_attachment_successful": "Notița „{{title}}” a fost convertită în atașament.", - "convert_into_attachment_prompt": "Doriți convertirea notiței „{{title}}” într-un atașament al notiței părinte?", - "print_pdf": "Exportare ca PDF...", - "open_note_on_server": "Deschide notița pe server", - "view_revisions": "Revizii ale notițelor...", - "export_as_image": "Exportează ca imagine", - "export_as_image_png": "PNG (bitmap)", - "export_as_image_svg": "SVG (vectorial)", - "note_map": "Harta notițelor" - }, - "note_erasure_timeout": { - "deleted_notes_erased": "Notițele șterse au fost eliminate permanent.", - "erase_deleted_notes_now": "Elimină notițele șterse acum", - "erase_notes_after": "Elimină notițele șterse după:", - "manual_erasing_description": "Se poate rula o eliminare manuală (fără a lua în considerare timpul definit mai sus):", - "note_erasure_description": "Notițele șterse (precum și atributele, reviziile) sunt prima oară doar marcate drept șterse și este posibil să fie recuperate din ecranul Notițe recente. După o perioadă de timp, notițele șterse vor fi „eliminate”, caz în care conținutul lor nu se poate recupera. Această setare permite configurarea duratei de timp dintre ștergerea și eliminarea notițelor.", - "note_erasure_timeout_title": "Timpul de eliminare automată a notițelor șterse" - }, - "note_info_widget": { - "calculate": "calculează", - "created": "Creată la", - "modified": "Modificată la", - "note_id": "ID-ul notiței", - "note_size": "Dimensiunea notiței", - "note_size_info": "Dimensiunea notiței reprezintă o aproximare a cerințelor de stocare ale acestei notițe. Ia în considerare conținutul notiței dar și ale reviziilor sale.", - "subtree_size": "(dimensiunea sub-arborelui: {{size}} în {{count}} notițe)", - "title": "Informații despre notiță", - "type": "Tip", - "mime": "Tip MIME", - "show_similar_notes": "Afișează notițe similare" - }, - "note_launcher": { - "this_launcher_doesnt_define_target_note": "Acesată scurtătură nu definește o notiță-destinație." - }, - "note_map": { - "collapse": "Micșorează la dimensiunea normală", - "open_full": "Expandează la maximum", - "title": "Harta notițelor", - "fix-nodes": "Fixează nodurile", - "link-distance": "Distanța dintre legături" - }, - "note_paths": { - "archived": "Arhivat", - "clone_button": "Clonează notița într-o nouă locație...", - "intro_not_placed": "Notița n-a fost plasată încă în arborele de notițe.", - "intro_placed": "Notița este plasată în următoarele căi:", - "outside_hoisted": "Această cale se află în afara notiței focalizate și este necesară defocalizarea.", - "search": "Caută", - "title": "Căile notiței" - }, - "note_properties": { - "info": "Informații", - "this_note_was_originally_taken_from": "Această notiță a fost preluată original de la:" - }, - "note_type_chooser": { - "modal_body": "Selectați tipul notiței/șablonul pentru noua notiță:", - "modal_title": "Selectați tipul notiței", - "templates": "Șabloane", - "change_path_prompt": "Selectați locul unde să se creeze noua notiță:", - "search_placeholder": "căutare cale notiță după nume (cea implicită dacă este necompletat)", - "builtin_templates": "Șabloane predefinite" - }, - "onclick_button": { - "no_click_handler": "Butonul „{{componentId}}” nu are nicio acțiune la clic definită" - }, - "options_widget": { - "options_change_saved": "Schimbarea opțiunilor a fost înregistrată.", - "options_status": "Starea opțiunilor" - }, - "order_by": { - "asc": "Ascendent (implicit)", - "children_count": "Numărul subnotițelor", - "content_and_attachments_and_revisions_size": "Dimensiunea conținutului notiței incluzând atașamentele și reviziile", - "content_and_attachments_size": "Dimensiunea conținutului notiței incluzând atașamente", - "content_size": "Dimensiunea conținutului notiței", - "date_created": "Data creării", - "date_modified": "Data ultimei modificări", - "desc": "Descendent", - "order_by": "Ordonează după", - "owned_label_count": "Numărul de etichete", - "owned_relation_count": "Numărul de relații", - "parent_count": "Numărul de clone", - "random": "Ordine aleatorie", - "relevancy": "Relevanță (implicit)", - "revision_count": "Numărul de revizii", - "target_relation_count": "Numărul de relații către notiță", - "title": "Titlu" - }, - "owned_attribute_list": { - "owned_attributes": "Atribute proprii" - }, - "password": { - "alert_message": "Aveți grijă să nu uitați parola. Parola este utilizată pentru a accesa interfața web și pentru a cripta notițele protejate. Dacă uitați parola, toate notițele protejate se vor pierde pentru totdeauna.", - "change_password": "Schimbă parola", - "change_password_heading": "Schimbarea parolei", - "for_more_info": "pentru mai multe informații.", - "heading": "Parolă", - "new_password": "Parolă nouă", - "new_password_confirmation": "Confirmarea noii parole", - "old_password": "Parola veche", - "password_changed_success": "Parola a fost schimbată. Trilium se va reîncărca după apăsarea butonului OK.", - "password_mismatch": "Noile parole nu coincid.", - "protected_session_timeout": "Timpul de expirare a sesiunii protejate", - "protected_session_timeout_description": "Timpul de expirare a sesiunii protejate este o perioadă de timp după care sesiunea protejată este ștearsă din memoria navigatorului. Aceasta este măsurată de la timpul ultimei interacțiuni cu notițele protejate. Vezi", - "protected_session_timeout_label": "Timpul de expirare a sesiunii protejate:", - "reset_confirmation": "Prin resetarea parolei se va pierde pentru totdeauna accesul la notițele protejate existente. Sigur doriți resetarea parolei?", - "reset_link": "click aici pentru a o reseta.", - "reset_success_message": "Parola a fost resetată. Setați o nouă parolă", - "set_password": "Setează parola", - "set_password_heading": "Schimbarea parolei", - "wiki": "wiki" - }, - "password_not_set": { - "body1": "Notițele protejate sunt criptate utilizând parola de utilizator, dar nu a fost setată nicio parolă.", - "title": "Parola nu este setată", - "body2": "Pentru a putea proteja notițe, clic pe butonul de mai jos pentru a deschide fereastra de opțiuni și pentru a seta parola.", - "go_to_password_options": "Mergi la setările de parolă" - }, - "promoted_attributes": { - "add_new_attribute": "Adaugă un nou atribut", - "open_external_link": "Deschide legătură externă", - "promoted_attributes": "Atribute promovate", - "remove_this_attribute": "Elimină acest atribut", - "unknown_attribute_type": "Tip de atribut necunoscut „{{type}}”", - "unknown_label_type": "Tip de etichetă necunoscut „{{type}}”", - "url_placeholder": "http://siteweb...", - "unset-field-placeholder": "nesetat", - "remove_color": "Înlătura culoarea" - }, - "prompt": { - "defaultTitle": "Aviz", - "ok": "OK", - "title": "Aviz" - }, - "protected_session": { - "enter_password_instruction": "Afișarea notițelor protejate necesită introducerea parolei:", - "start_session_button": "Deschide sesiunea protejată", - "started": "Sesiunea protejată este activă.", - "wrong_password": "Parolă greșită.", - "protecting-finished-successfully": "Protejarea a avut succes.", - "protecting-in-progress": "Protejare în curs: {{count}}", - "protecting-title": "Stare protejare", - "unprotecting-title": "Stare deprotejare", - "unprotecting-finished-successfully": "Deprotejarea a avut succes.", - "unprotecting-in-progress-count": "Deprotejare în curs: {{count}}" - }, - "protected_session_password": { - "close_label": "Închide", - "form_label": "Pentru a putea continua cu acțiunea cerută este nevoie să fie pornită sesiunea protejată prin introducerea parolei:", - "help_title": "Informații despre notițe protejate", - "modal_title": "Sesiune protejată", - "start_button": "Pornește sesiunea protejată" - }, - "protected_session_status": { - "active": "Sesiunea protejată este activă. Clic pentru a închide sesiunea protejată.", - "inactive": "Clic pentru a porni sesiunea protejată" - }, - "recent_changes": { - "confirm_undelete": "Doriți să restaurați această notiță și subnotițele ei?", - "deleted_notes_message": "Notițele șterse au fost eliminate.", - "erase_notes_button": "Elimină notițele șterse", - "no_changes_message": "Încă nicio schimbare...", - "title": "Modificări recente", - "undelete_link": "restaurare" - }, - "relation_map": { - "cannot_match_transform": "Nu s-a putut identifica transformarea: {{transform}}", - "click_on_canvas_to_place_new_note": "Clic pentru a plasa o nouă notiță", - "confirm_remove_relation": "Doriți ștergerea relației?", - "connection_exists": "Deja există conexiunea „{{name}}” dintre aceste notițe.", - "default_new_note_title": "notiță nouă", - "edit_title": "Editare titlu", - "enter_new_title": "Introduceți noul titlu:", - "enter_title_of_new_note": "Introduceți titlul noii notițe", - "note_already_in_diagram": "Notița „{{title}}” deja se află pe diagramă.", - "note_not_found": "Notița „{{noteId}}” nu a putut fi găsită!", - "open_in_new_tab": "Deschide într-un tab nou", - "remove_note": "Șterge notița", - "remove_relation": "Șterge relația", - "rename_note": "Redenumește notița", - "specify_new_relation_name": "Introduceți denumirea noii relații (caractere permise: alfanumerice, două puncte și underline):", - "start_dragging_relations": "Glisați relațiile de aici peste o altă notiță." - }, - "relation_map_buttons": { - "create_child_note_title": "Crează o subnotiță și adaug-o în harta relațiilor", - "reset_pan_zoom_title": "Resetează poziția și zoom-ul la valorile implicite", - "zoom_in_title": "Mărire", - "zoom_out_title": "Micșorare" - }, - "rename_label": { - "name_title": "Caracterele permise sunt alfanumerice, underline și două puncte.", - "new_name_placeholder": "noul nume", - "old_name_placeholder": "vechiul nume", - "rename_label": "Redenumește eticheta", - "rename_label_from": "Redenumește eticheta de la", - "to": "La" - }, - "rename_note": { - "api_docs": "Vedeți documentația API pentru notițe și proprietăților dateCreatedObj / utcDateCreatedObj pentru detalii.", - "click_help_icon": "Clic pe iconița de ajutor din partea dreapta pentru a vedea toate opțiunile", - "evaluated_as_js_string": "Valoare introdusă este evaluată prin JavaScript și poate fi astfel îmbogățită cu conținut dinamic prin intermediul variabilei injectate note (notița ce este redenumită). Exemple:", - "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - notițele găsite sunt prefixate cu luna și ziua creării notiței", - "example_new_title": "NOU: ${note.title} - notițele identificate sunt prefixate cu „NOU: ”", - "example_note": "Notiță - toate notițele identificate sunt redenumite în „Notiță”", - "new_note_title": "noul titlu al notiței", - "rename_note": "Redenumește notița", - "rename_note_title_to": "Redenumește notița în" - }, - "rename_relation": { - "allowed_characters": "Se permit caractere alfanumerice, underline și două puncte.", - "new_name": "noul nume", - "old_name": "vechiul nume", - "rename_relation": "Redenumește relația", - "rename_relation_from": "Redenumește relația din", - "to": "În" - }, - "render": { - "note_detail_render_help_1": "Această notă informativă este afișată deoarece această notiță de tip „Randare HTML” nu are relația necesară pentru a funcționa corespunzător.", - "note_detail_render_help_2": "Notița de tipul „Render HTML” este utilizată pentru scriptare. Pe scurt, se folosește o notiță de tip cod HTML (opțional cu niște JavaScript) și această notiță o va randa. Pentru a funcționa, trebuie definită o relație denumită „renderNote” ce indică notița HTML de randat." - }, - "revisions": { - "confirm_delete": "Doriți ștergerea acestei revizii?", - "confirm_delete_all": "Doriți ștergerea tuturor reviziilor acestei notițe?", - "confirm_restore": "Doriți restaurarea acestei revizii? Acest lucru va suprascrie titlul și conținutul curent cu cele ale acestei revizii.", - "delete_all_button": "Șterge toate reviziile", - "delete_all_revisions": "Șterge toate reviziile acestei notițe", - "delete_button": "Şterge", - "download_button": "Descarcă", - "file_size": "Dimensiune fișier:", - "help_title": "Informații despre reviziile notițelor", - "mime": "MIME: ", - "no_revisions": "Nu există încă nicio revizie pentru această notiță...", - "note_revisions": "Revizii ale notiței", - "preview_not_available": "Nu este disponibilă o previzualizare pentru acest tip de notiță.", - "restore_button": "Restaurează", - "revision_deleted": "Revizia notiței a fost ștearsă.", - "revision_restored": "Revizia notiței a fost restaurată.", - "revisions_deleted": "Notița reviziei a fost ștearsă.", - "maximum_revisions": "Numărul maxim de revizii pentru notița curentă: {{number}}.", - "settings": "Setări revizii ale notițelor", - "snapshot_interval": "Intervalul de creare a reviziilor pentru notițe: {{seconds}}s.", - "diff_on": "Evidențiază diferențele", - "diff_off": "Afișează conținutul", - "diff_on_hint": "Clic pentru a afișa diferențele față de revizia anterioară, la nivel de cod sursă", - "diff_off_hint": "Clic pentru a afișa întregul conținut al reviziei", - "diff_not_available": "Diferențele nu pot fi evidențiate." - }, - "revisions_button": { - "note_revisions": "Revizii ale notiței" - }, - "revisions_snapshot_interval": { - "note_revisions_snapshot_description": "Intervalul de salvare a reviziilor este timpul după care se crează o nouă revizie a unei notițe. Vedeți wiki-ul pentru mai multe informații.", - "note_revisions_snapshot_interval_title": "Intervalul de salvare a reviziilor", - "snapshot_time_interval_label": "Intervalul de salvare a reviziilor:" - }, - "ribbon": { - "edited_notes_message": "Tab-ul panglicii „Notițe editate” se va deschide automat pentru notițele zilnice", - "promoted_attributes_message": "Tab-ul panglicii „Atribute promovate” se va deschide automat dacă pentru notița curentă există astfel de atribute", - "widgets": "Widget-uri ale panglicii" - }, - "script_executor": { - "execute_query": "Execută interogarea", - "execute_script": "Execută scriptul", - "query": "Interogare", - "script": "Script" - }, - "search_definition": { - "action": "acțiune", - "actions_executed": "Acțiunile au fost executate.", - "add_search_option": "Adaugă opțiune de căutare:", - "ancestor": "ascendent", - "debug": "depanare", - "debug_description": "Modul de depanare va afișa informații adiționale în consolă pentru a ajuta la depanarea interogărilor complexe", - "fast_search": "căutare rapidă", - "fast_search_description": "Căutarea rapidă dezactivează căutarea la nivel de conținut al notițelor cu scopul de a îmbunătăți performanța de căutare pentru baze de date mari.", - "include_archived": "include arhivate", - "include_archived_notes_description": "Notițele arhivate sunt excluse în mod implicit din rezultatele de căutare, această opțiune le include.", - "limit": "limită", - "limit_description": "Limitează numărul de rezultate", - "order_by": "ordonează după", - "save_to_note": "Salvează în notiță", - "search_button": "Căutare", - "search_execute": "Caută și execută acțiunile", - "search_note_saved": "Notița de căutare a fost salvată în {{- notePathTitle}}", - "search_parameters": "Parametrii de căutare", - "search_script": "script de căutare", - "search_string": "șir de căutat", - "unknown_search_option": "Opțiune de căutare necunoscută „{{searchOptionName}}”", - "view_options": "Opțiuni de afișare:" - }, - "search_engine": { - "baidu": "Baidu", - "bing": "Bing", - "custom_name_label": "Denumirea motorului de căutare personalizat", - "custom_name_placeholder": "Personalizați denumirea motorului de căutare", - "custom_search_engine_info": "Un motor de căutare personalizat necesită un nume și un URL. Dacă aceastea nu sunt setate, atunci DuckDuckGo va fi folosit ca motor implicit.", - "custom_url_label": "URL-ul motorului de căutare trebuie să includă „{keyword}” ca substituent pentru termenul căutat.", - "custom_url_placeholder": "Personalizați URL-ul motorului de căutare", - "duckduckgo": "DuckDuckGo", - "google": "Google", - "predefined_templates_label": "Motoare de căutare predefinite", - "save_button": "Salvează", - "title": "Motor de căutare" - }, - "search_script": { - "description1": "Scripturile de căutare permit definirea rezultatelor de căutare prin rularea unui script. Acest lucru oferă flexibilitatea maximă, atunci când căutarea obișnuită nu este suficientă.", - "description2": "Scriptul de căutare trebuie să fie de tipul „cod” și subtipul „JavaScript (backend)”. Scriptul trebuie să returneze un vector de ID-uri de notiță sau notițele propriu-zise.", - "example_code": "// 1. filtrăm rezultatele inițiale utilizând căutarea obișnuită\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. aplicăm criteriile de căutare personalizate\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", - "example_title": "Vedeți acest exemplu:", - "note": "De remarcat că nu se pot utiliza simultan atât caseta de căutare, cât și script-ul de căutare.", - "placeholder": "căutați notița după denumirea ei", - "title": "Script de căutare:" - }, - "search_string": { - "also_see": "vedeți și", - "complete_help": "informații complete despre sintaxa de căutare", - "error": "Eroare la căutare: {{error}}", - "full_text_search": "Introduceți orice text pentru a căuta în conținutul notițelor", - "label_abc": "reîntoarce notițele cu eticheta „abc”", - "label_date_created": "notițe create în ultima lună", - "label_rock_or_pop": "doar una din etichete trebuie să fie prezentă", - "label_rock_pop": "găsește notițe care au atât eticheta „rock”, cât și „pop”", - "label_year": "găsește notițe ce au eticheta „an” cu valoarea 2019", - "label_year_comparison": "comparații numerice (de asemenea >, >=, <).", - "placeholder": "cuvinte cheie pentru căutarea în conținut, #etichetă = valoare...", - "search_syntax": "Sintaxa de căutare", - "title_column": "Textul de căutat:", - "search_prefix": "Căutare:" - }, - "shortcuts": { - "action_name": "Denumirea acțiunii", - "confirm_reset": "Confirmați resetarea tuturor scurtăturilor de la tastatură la valoriile implicite?", - "default_shortcuts": "Scurtături implicite", - "description": "Descriere", - "electron_documentation": "Vedeți documentația Electron pentru modificatorii disponibili și codurile pentru taste.", - "keyboard_shortcuts": "Scurtături de la tastatură", - "multiple_shortcuts": "Mai multe scurtături pentru aceeași acțiune pot fi separate prin virgulă.", - "reload_app": "Reîncărcați aplicația pentru a aplica modificările", - "set_all_to_default": "Setează toate scurtăturile la valorile implicite", - "shortcuts": "Scurtături", - "type_text_to_filter": "Scrieți un text pentru a filtra scurtăturile..." - }, - "similar_notes": { - "no_similar_notes_found": "Nu s-a găsit nicio notiță similară.", - "title": "Notițe similare" - }, - "sort_child_notes": { - "ascending": "ascendent", - "date_created": "data creării", - "date_modified": "data modificării", - "descending": "descendent", - "folders": "Dosare", - "natural_sort": "Ordonare naturală", - "natural_sort_language": "Limba pentru ordonare naturală", - "sort": "Ordonare", - "sort_children_by": "Ordonează subnotițele după...", - "sort_folders_at_top": "ordonează dosarele primele", - "sort_with_respect_to_different_character_sorting": "ordonează respectând regulile de sortare și clasificare diferite în funcție de limbă și regiune.", - "sorting_criteria": "Criterii de ordonare", - "sorting_direction": "Direcția de ordonare", - "the_language_code_for_natural_sort": "Codul limbii pentru ordonarea naturală, e.g. „zn-CN” pentru chineză.", - "title": "titlu" - }, - "spellcheck": { - "available_language_codes_label": "Coduri de limbă disponibile:", - "description": "Aceste opțiuni se aplică doar pentru aplicația de desktop, navigatoarele web folosesc propriile corectoare ortografice.", - "enable": "Activează corectorul ortografic", - "language_code_label": "Codurile de limbă", - "language_code_placeholder": "de exemplu „en-US”, „de-AT”", - "multiple_languages_info": "Mai multe limbi pot fi separate prin virgulă, e.g. \"en-US, de-DE, cs\". ", - "title": "Corector ortografic", - "restart-required": "Schimbările asupra setărilor corectorului ortografic vor fi aplicate după restartarea aplicației." - }, - "sync": { - "fill_entity_changes_button": "Completează înregistrările de schimbare ale entităților", - "filling_entity_changes": "Se completează înregistrările de schimbare ale entităților...", - "force_full_sync_button": "Forțează sincronizare completă", - "full_sync_triggered": "S-a activat o sincronizare completă", - "sync_rows_filled_successfully": "Rândurile de sincronizare s-au completat cu succes", - "title": "Sincronizare", - "failed": "Eroare la sincronizare: {{message}}", - "finished-successfully": "Sincronizarea a avut succes." - }, - "sync_2": { - "config_title": "Configurația sincronizării", - "handshake_failed": "Comunicarea cu serverul de sincronizare a eșuat, eroare: {{message}}", - "help": "Informații", - "note": "Notiță", - "note_description": "Dacă lăsați câmpul de proxy necompletat, proxy-ul de sistem va fi utilizat (se aplică doar pentru aplicația desktop).", - "proxy_label": "Server-ul proxy utilizat pentru sincronizare (opțional)", - "save": "Salvează", - "server_address": "Adresa instanței de server", - "special_value_description": "O altă valoare specială este noproxy ce ignoră proxy-ul de sistem și respectă NODE_TLS_REJECT_UNAUTHORIZED.", - "test_button": "Probează sincronizarea", - "test_description": "Această opțiune va testa conexiunea și comunicarea cu serverul de sincronizare. Dacă serverul de sincronizare nu este inițializat, acest lucru va rula și o sincronizare cu documentul local.", - "test_title": "Probează sincronizarea", - "timeout": "Timp limită de sincronizare", - "timeout_unit": "milisecunde" - }, - "table_of_contents": { - "description": "Cuprinsul va apărea în notițele de tip text atunci când notița are un număr de titluri mai mare decât cel definit. Acest număr se poate personaliza:", - "unit": "titluri", - "disable_info": "De asemenea se poate dezactiva cuprinsul setând o valoare foarte mare.", - "shortcut_info": "Se poate configura și o scurtatură pentru a comuta rapid vizibilitatea panoului din dreapta (inclusiv cuprinsul) în Opțiuni -> Scurtături (denumirea „toggleRightPane”).", - "title": "Cuprins" - }, - "text_auto_read_only_size": { - "description": "Marchează pragul în care o notiță de o anumită dimensiune va fi afișată în mod de citire (pentru motive de performanță).", - "label": "Pragul de dimensiune pentru setarea modului de citire automat (la notițe text)", - "title": "Pragul de mod de citire automat", - "unit": "caractere" - }, - "theme": { - "triliumnext": "Trilium (se adaptează la schema de culori a sistemului)", - "triliumnext-light": "Trilium (luminoasă)", - "triliumnext-dark": "Trilium (întunecată)", - "override_theme_fonts_label": "Suprascrie fonturile temei", - "theme_label": "Temă", - "title": "Tema aplicației", - "layout": "Aspect", - "layout-horizontal-description": "bara de lansare se află sub bara de taburi, bara de taburi este pe toată lungimea.", - "layout-horizontal-title": "Orizontal", - "layout-vertical-title": "Vertical", - "layout-vertical-description": "bara de lansare se află pe stânga (implicit)", - "auto_theme": "Tema clasică (se adaptează la schema de culori a sistemului)", - "light_theme": "Tema clasică (luminoasă)", - "dark_theme": "Tema clasică (întunecată)" - }, - "toast": { - "critical-error": { - "message": "O eroare critică a apărut ce previne pornirea aplicația de client:\n\n{{message}}\n\nAcest lucru este cauzat cel mai probabil de un script care a eșuat în mod neașteptat. Încercați rularea aplicației în modul de siguranță și ulterior remediați problema.", - "title": "Eroare critică" + "abstract_bulk_action": { + "remove_this_search_action": "Înlătură acesată acțiune la căutare" }, - "widget-error": { - "title": "Eroare la inițializarea unui widget", - "message-custom": "Widget-ul personalizat din notița cu ID-ul „{{id}}”, întitulată ”{{title}}” nu a putut fi inițializată din cauza:\n\n{{message}}", - "message-unknown": "Un widget necunoscut nu a putut fi inițializat din cauza:\n\n{{message}}" + "abstract_search_option": { + "failed_rendering": "Nu s-a putut randa opțiunea de căutare: {{dto}} din cauza: {{error}} {{stack}}", + "remove_this_search_option": "Înlătură acesată acțiune la căutare" }, - "bundle-error": { - "title": "Eroare la încărcarea unui script personalizat", - "message": "Scriptul nu a putut fi executat din cauza:\n\n{{message}}" + "add_label": { + "add_label": "Adaugă etichetă", + "help_text": "Pentru toate notițele găsite:", + "help_text_item1": "crează eticheta respectivă dacă notița nu are o astfel de etichetă", + "help_text_item2": "sau schimbă valoarea unei etichete existente", + "help_text_note": "Această metodă poate fi apelată și fără valoare, caz în care eticheta va fi atribuită notiței fără o valoare.", + "label_name_placeholder": "denumirea etichetei", + "label_name_title": "Sunt permise doar caractere alfanumerice, underline și două puncte.", + "new_value_placeholder": "valoare nouă", + "to_value": "la valoarea" }, - "widget-list-error": { - "title": "Nu s-a putut obține lista de widget-uri de la server" + "add_link": { + "add_link": "Adaugă legătură", + "help_on_links": "Informații despre legături", + "link_title": "Titlu legătură", + "link_title_arbitrary": "titlul legăturii poate fi schimbat în mod arbitrar", + "link_title_mirrors": "titlul legăturii corespunde titlul curent al notiței", + "note": "Notiță", + "search_note": "căutați notița după nume", + "button_add_link": "Adaugă legătură" }, - "widget-render-error": { - "title": "Nu s-a putut randa un widget React" + "add_relation": { + "add_relation": "Adaugă relație", + "allowed_characters": "Sunt permise doar caractere alfanumerice, underline și două puncte.", + "create_relation_on_all_matched_notes": "Creează relația pentru toate notițele găsite.", + "relation_name": "denumirea relației", + "target_note": "notița destinație", + "to": "către" }, - "widget-missing-parent": "Widget-ul personalizat nu are definită proprietatea necesară „{{property}}“.\n\nDacă acest script este menit să ruleze fără interfață grafică, folosiți '#run=frontendStartup'.", - "open-script-note": "Deschide notița scriptului", - "scripting-error": "Eroare script personalizat: {{title}}" - }, - "tray": { - "enable_tray": "Activează system tray-ul (este necesară repornirea aplicației pentru a avea efect)", - "title": "Tray-ul de sistem" - }, - "update_available": { - "update_available": "Actualizare disponibilă" - }, - "update_label_value": { - "help_text": "Pentru toate notițele găsite, schimbă valoarea etichetei existente.", - "help_text_note": "Se poate apela această metodă și fără o valoare, caz în care eticheta va fi atribuită notiței fără o valoare.", - "label_name_placeholder": "denumirea etichetei", - "label_name_title": "Sunt permise doar caractere alfanumerice, underline și două puncte.", - "new_value_placeholder": "valoarea nouă", - "to_value": "la valoarea", - "update_label_value": "Actualizează valoarea etichetei" - }, - "update_relation_target": { - "allowed_characters": "Sunt permise doar caractere alfanumerice, underline și două puncte.", - "change_target_note": "schimbă notița-țintă a unei relații existente", - "on_all_matched_notes": "Pentru toate notițele găsite", - "relation_name": "denumirea relației", - "target_note": "notița destinație", - "to": "la", - "update_relation": "Actualizează relația", - "update_relation_target": "Actualizează ținta relației" - }, - "upload_attachments": { - "choose_files": "Selectați fișierele", - "files_will_be_uploaded": "Fișierele vor fi încărcate ca atașamente în {{noteTitle}}", - "options": "Opțuni", - "shrink_images": "Micșorează imaginile", - "tooltip": "Dacă această opțiune este bifată, Trilium va încerca micșorarea imaginilor încărcate prin scalarea și optimizarea lor, aspect ce va putea afecta calitatea imaginilor. Dacă nu este bifată, imaginile vor fi încărcate fără nicio schimbare.", - "upload": "Încărcare", - "upload_attachments_to_note": "Încarcă atașamentele la notiță" - }, - "vacuum_database": { - "button_text": "Compactează baza de date", - "database_vacuumed": "Baza de date a fost curățată", - "description": "Va reconstrui baza de date cu scopul de a-i micșora dimensiunea. Datele nu vor fi afectate.", - "title": "Compactarea bazei de date", - "vacuuming_database": "Baza de date este în curs de compactare..." - }, - "vim_key_bindings": { - "enable_vim_keybindings": "Permite utilizarea combinațiilor de taste în stil Vim pentru notițele de tip cod (fără modul ex)", - "use_vim_keybindings_in_code_notes": "Combinații de taste Vim" - }, - "web_view": { - "create_label": "Pentru a începe, creați o etichetă cu adresa URL de încorporat, e.g. #webViewSrc=\"https://www.google.com\"", - "embed_websites": "Notițele de tip „Vizualizare web” permit încorporarea site-urilor web în Trilium.", - "web_view": "Vizualizare web" - }, - "wrap_lines": { - "enable_line_wrap": "Activează trecerea automată pe rândul următor (poate necesita o reîncărcare a interfeței pentru a avea efect)", - "wrap_lines_in_code_notes": "Trecerea automată pe rândul următor în notițe de cod" - }, - "zoom_factor": { - "description": "Zoom-ul poate fi controlat și prin intermediul scurtăturilor CTRL+- and CTRL+=.", - "title": "Factorul de zoom (doar pentru versiunea desktop)" - }, - "zpetne_odkazy": { - "backlink_one": "{{count}} legătură de retur", - "backlink_few": "{{count}} legături de retur", - "backlink_other": "{{count}} de legături de retur", - "relation": "relație" - }, - "svg_export_button": { - "button_title": "Exportă diagrama ca SVG" - }, - "note-map": { - "button-link-map": "Harta legăturilor", - "button-tree-map": "Harta ierarhiei" - }, - "tree-context-menu": { - "advanced": "Opțiuni avansate", - "apply-bulk-actions": "Aplică acțiuni în masă", - "clone-to": "Clonare în...", - "collapse-subtree": "Minimizează subnotițele", - "convert-to-attachment": "Convertește în atașament", - "copy-clone": "Copiază/clonează", - "copy-note-path-to-clipboard": "Copiază calea notiței în clipboard", - "cut": "Decupează", - "delete": "Șterge", - "duplicate": "Dublifică", - "edit-branch-prefix": "Editează prefixul ramurii", - "expand-subtree": "Expandează subnotițele", - "export": "Exportă", - "import-into-note": "Importă în notiță", - "insert-child-note": "Inserează subnotiță", - "insert-note-after": "Inserează după notiță", - "move-to": "Mutare la...", - "open-in-a-new-split": "Deschide în lateral", - "open-in-a-new-tab": "Deschide în tab nou", - "paste-after": "Lipește după notiță", - "paste-into": "Lipește în notiță", - "protect-subtree": "Protejează ierarhia", - "recent-changes-in-subtree": "Schimbări recente în ierarhie", - "search-in-subtree": "Caută în ierarhie", - "sort-by": "Ordonare după...", - "unprotect-subtree": "Deprotejează ierarhia", - "hoist-note": "Focalizează notița", - "unhoist-note": "Defocalizează notița", - "converted-to-attachments": "{{count}} notițe au fost convertite în atașamente.", - "convert-to-attachment-confirm": "Doriți convertirea notițelor selectate în atașamente ale notiței părinte? Această operațiune se aplică doar notițelor de tip imagine, celelalte vor fi ignorate.", - "open-in-popup": "Editare rapidă", - "archive": "Arhivează", - "unarchive": "Dezarhivează", - "open-in-a-new-window": "Deschide în fereastră nouă", - "hide-subtree": "Ascunde subnotițele", - "show-subtree": "Afișează subnotițele" - }, - "shared_info": { - "help_link": "Pentru informații vizitați wiki-ul.", - "shared_locally": "Această notiță este partajată local la {{- link}}.", - "shared_publicly": "Această notiță este partajată public la {{- link}}." - }, - "note_types": { - "book": "Colecție", - "canvas": "Schiță", - "code": "Cod sursă", - "mermaid-diagram": "Diagramă Mermaid", - "mind-map": "Hartă mentală", - "note-map": "Hartă notițe", - "relation-map": "Hartă relații", - "render-note": "Randare notiță", - "saved-search": "Căutare salvată", - "text": "Text", - "web-view": "Vizualizare web", - "doc": "Document", - "file": "Fișier", - "image": "Imagine", - "launcher": "Scurtătură", - "widget": "Widget", - "confirm-change": "Nu se recomandă schimbarea tipului notiței atunci când ea are un conținut. Procedați oricum?", - "geo-map": "Hartă geografică", - "beta-feature": "Beta", - "task-list": "Listă de sarcini", - "ai-chat": "Discuție cu AI-ul", - "new-feature": "Nou", - "collections": "Colecții" - }, - "protect_note": { - "toggle-off": "Deprotejează notița", - "toggle-off-hint": "Notița este protejată, click pentru a o deproteja", - "toggle-on": "Protejează notița", - "toggle-on-hint": "Notița nu este protejată, clic pentru a o proteja" - }, - "shared_switch": { - "inherited": "Nu se poate înlătura partajarea deoarece notița este partajată prin moștenirea de la o notiță părinte.", - "shared": "Partajată", - "shared-branch": "Această notiță există doar ca o notiță partajată, anularea partajării ar cauza ștergerea ei. Sigur doriți ștergerea notiței?", - "toggle-off-title": "Anulează partajarea notițeii", - "toggle-on-title": "Partajează notița" - }, - "template_switch": { - "template": "Șablon", - "toggle-off-hint": "Înlătură notița ca șablon", - "toggle-on-hint": "Marchează notița drept șablon" - }, - "open-help-page": "Deschide pagina de informații", - "find": { - "match_words": "doar cuvinte întregi", - "case_sensitive": "ține cont de majuscule", - "replace_all": "Înlocuiește totul", - "replace_placeholder": "Înlocuiește cu...", - "replace": "Înlocuiește", - "find_placeholder": "Căutați în text..." - }, - "highlights_list_2": { - "options": "Setări", - "title": "Listă de evidențieri", - "title_with_count_one": "{{count}} evidențiere", - "title_with_count_few": "{{count}} evidențieri", - "title_with_count_other": "{{count}} de evidențieri", - "modal_title": "Configurează lista de evidențieri", - "menu_configure": "Configurează lista de evidențieri...", - "no_highlights": "Nu există nicio evidențiere." - }, - "note_icon": { - "change_note_icon": "Schimbă iconița notiței", - "reset-default": "Resetează la iconița implicită", - "search": "Căutare:", - "search_placeholder_one": "Caută printre {{number}} iconițe dintr-un pachet", - "search_placeholder_few": "Caută printre {{number}} iconițe din {{count}} pachete", - "search_placeholder_other": "Caută printre {{number}} iconițe din {{count}} de pachete", - "search_placeholder_filtered": "Căutați printre {{number}} iconițe în {{name}}", - "filter": "Filtrează", - "filter-none": "Toate iconițele", - "filter-default": "Iconițele implicite", - "icon_tooltip": "{{name}}\nPachet iconițe: {{iconPack}}", - "no_results": "Nu s-a găsit nicio iconiță." - }, - "show_highlights_list_widget_button": { - "show_highlights_list": "Afișează lista de evidențieri" - }, - "show_toc_widget_button": { - "show_toc": "Afișează cuprinsul" - }, - "sync_status": { - "connected_no_changes": "

Conectat la server-ul de sincronizare.
Toate modificările au fost deja sincronizate.

Clic pentru a forța o sincronizare.

", - "connected_with_changes": "

Conectat la server-ul de sincronizare.
Există modificări nesincronizate.

Clic pentru a rula o sincronizare.

", - "disconnected_no_changes": "

Nu s-a putut stabili conexiunea la server-ul de sincronizare.
Toate modificările cunoscute au fost deja sincronizate.

Clic pentru a reîncerca sincronizarea.

", - "disconnected_with_changes": "

Nu s-a putut realiza conexiunea la server-ul de sincronizare.
Există modificări nesincronizate.

Clic pentru a rula o sincronizare.

", - "in_progress": "Sincronizare cu server-ul în curs.", - "unknown": "

Starea sincronizării va fi cunoscută după o încercare de sincronizare.

Clic pentru a rula sincronizarea acum.

" - }, - "quick-search": { - "more-results": "... și încă {{number}} rezultate.", - "no-results": "Niciun rezultat găsit", - "placeholder": "Căutare rapidă", - "searching": "Se caută...", - "show-in-full-search": "Afișează în căutare completă" - }, - "note_tree": { - "automatically-collapse-notes": "Minimează automat notițele", - "automatically-collapse-notes-title": "Notițele vor fi minimizate automat după o perioadă de inactivitate pentru a simplifica ierarhia notițelor.", - "collapse-title": "Minimizează ierarhia de notițe", - "hide-archived-notes": "Ascunde notițele arhivate", - "save-changes": "Salvează și aplică modificările", - "scroll-active-title": "Mergi la notița activă", - "tree-settings-title": "Setări ale ierarhiei notițelor", - "auto-collapsing-notes-after-inactivity": "Se minimizează notițele după inactivitate...", - "saved-search-note-refreshed": "Notița de căutare salvată a fost reîmprospătată.", - "create-child-note": "Crează subnotiță", - "hoist-this-note-workspace": "Focalizează spațiul de lucru", - "refresh-saved-search-results": "Reîmprospătează căutarea salvată", - "unhoist": "Defocalizează notița", - "toggle-sidebar": "Comută bara laterală", - "dropping-not-allowed": "Aici nu este permisă plasarea notițelor.", - "clone-indicator-tooltip": "Această notiță are {{- count}} părinți: {{- parents}}", - "clone-indicator-tooltip-single": "Această notiță este clonată (un singur părinte: {{- parent}})", - "shared-indicator-tooltip": "Această notiță este partajată public", - "shared-indicator-tooltip-with-url": "Această notiță este partajată public la: {{- url}}", - "subtree-hidden-tooltip_one": "{{count}} subnotiță ascunsă din arbore", - "subtree-hidden-tooltip_few": "{{count}} subnotițe ascunse din arbore", - "subtree-hidden-tooltip_other": "{{count}} de subnotițe ascunse din arbore", - "subtree-hidden-moved-title": "Adăugat în {{title}}", - "subtree-hidden-moved-description-collection": "Subnotițele din această colecție sunt ascunse din arbore.", - "subtree-hidden-moved-description-other": "Subnotițele din această notiță sunt ascunse." - }, - "title_bar_buttons": { - "window-on-top": "Menține fereastra mereu vizibilă" - }, - "note_detail": { - "could_not_find_typewidget": "Nu s-a putut găsi widget-ul corespunzător tipului „{{type}}”", - "printing": "Imprimare în curs...", - "printing_pdf": "Exportare ca PDF în curs...", - "print_report_title": "Raport de imprimare", - "print_report_collection_content_one": "{{count}} notiță din colecție nu a putut fi imprimată deoarece nu este suportată sau este protejată.", - "print_report_collection_content_few": "{{count}} notițe din colecție nu au putut fi imprimate deoarece nu sunt suportate sau sunt protejate.", - "print_report_collection_content_other": "{{count}} de notițe din colecție nu au putut fi imprimate deoarece nu sunt suportate sau sunt protejate.", - "print_report_collection_details_button": "Afișează detalii", - "print_report_collection_details_ignored_notes": "Notițe ignorate" - }, - "note_title": { - "placeholder": "introduceți titlul notiței aici...", - "created_on": "Creată la ", - "last_modified": "Modificată la ", - "note_type_switcher_label": "Schimbă din {{type}} la:", - "note_type_switcher_others": "Mai multe tipuri de notițe", - "note_type_switcher_templates": "Șablon", - "note_type_switcher_collection": "Colecție", - "edited_notes": "Notițe editate în această zi", - "promoted_attributes": "Atribute promovate" - }, - "revisions_snapshot_limit": { - "erase_excess_revision_snapshots": "Șterge acum reviziile excesive", - "erase_excess_revision_snapshots_prompt": "Reviziile excesive au fost șterse.", - "note_revisions_snapshot_limit_description": "Limita numărului de revizii se referă la numărul maxim de revizii pentru fiecare notiță. -1 reprezintă nicio limită, 0 înseamnă ștergerea tuturor reviziilor. Se poate seta valoarea individual pentru o notiță prin eticheta #versioningLimit.", - "note_revisions_snapshot_limit_title": "Limita de revizii a notițelor", - "snapshot_number_limit_label": "Numărul maxim de revizii pentru notițe:", - "snapshot_number_limit_unit": "revizii" - }, - "search_result": { - "no_notes_found": "Nu au fost găsite notițe pentru parametrii de căutare dați.", - "search_not_executed": "Căutarea n-a fost rulată încă. Clic pe butonul „Căutare” de deasupra pentru a vedea rezultatele." - }, - "show_floating_buttons_button": { - "button_title": "Afișează butoanele" - }, - "spacer": { - "configure_launchbar": "Configurează bara de lansare" - }, - "sql_result": { - "no_rows": "Nu s-a găsit niciun rând pentru această interogare", - "not_executed": "Această interogare nu a fost executată încă.", - "failed": "Interogarea SQL a eșuat", - "statement_result": "Rezultatul comenzii SQL", - "execute_now": "Execută acum" - }, - "sql_table_schemas": { - "tables": "Tabele" - }, - "app_context": { - "please_wait_for_save": "Așteptați câteva secunde până se salvează toate datele și apoi reîncercați." - }, - "tab_row": { - "add_new_tab": "Adaugă tab nou", - "close": "Închide", - "close_all_tabs": "Închide toate taburile", - "close_other_tabs": "Închide celelalte taburi", - "close_tab": "Închide tab", - "move_tab_to_new_window": "Mută acest tab în altă fereastră", - "new_tab": "Tab nou", - "close_right_tabs": "Închide taburile din dreapta", - "copy_tab_to_new_window": "Copiază tab-ul într-o fereastră nouă", - "reopen_last_tab": "Redeschide ultimul tab închis" - }, - "toc": { - "options": "Setări", - "table_of_contents": "Cuprins", - "no_headings": "Niciun titlu." - }, - "watched_file_update_status": { - "file_last_modified": "Fișierul a fost ultima oară modificat la data de .", - "ignore_this_change": "Ignoră această schimbare", - "upload_modified_file": "Încarcă fișier modificat" - }, - "clipboard": { - "copied": "Notițele au fost copiate în clipboard.", - "cut": "Notițele au fost decupate în clipboard.", - "copy_failed": "Nu se poate copia în clipboard din cauza unor probleme de permisiuni.", - "copy_success": "S-a copiat în clipboard." - }, - "entrypoints": { - "note-executed": "Notița a fost executată.", - "note-revision-created": "S-a creat o revizie a notiței.", - "sql-error": "A apărut o eroare la executarea interogării SQL: {{message}}" - }, - "image": { - "cannot-copy": "Nu s-a putut copia în clipboard referința către imagine.", - "copied-to-clipboard": "S-a copiat o referință către imagine în clipboard. Aceasta se poate lipi în orice notiță text." - }, - "note_create": { - "duplicated": "Notița „{{title}}” a fost dublificată." - }, - "branches": { - "cannot-move-notes-here": "Nu se pot muta notițe aici.", - "delete-finished-successfully": "Ștergerea a avut succes.", - "delete-notes-in-progress": "Ștergere în curs: {{count}}", - "delete-status": "Starea ștergerii", - "undeleting-notes-finished-successfully": "Restaurarea notițelor a avut succes.", - "undeleting-notes-in-progress": "Restaurare notițe în curs: {{count}}" - }, - "frontend_script_api": { - "async_warning": "Ați trimis o funcție asincronă metodei `api.runOnBackend()` și este posibil să nu se comporte așa cum vă așteptați.\\nFie faceți metoda sincronă (prin ștergerea cuvântului-cheie `async`), sau folosiți `api.runAsyncOnBackendWithManualTransactionHandling()`.", - "sync_warning": "Ați trimis o funcție sincronă funcției `api.runAsyncOnBackendWithManualTransactionHandling()`,\\ndar cel mai probabil trebuie folosit `api.runOnBackend()` în schimb." - }, - "ws": { - "consistency-checks-failed": "Au fost identificate erori de consistență! Vedeți mai multe detalii în loguri.", - "encountered-error": "A fost întâmpinată o eroare: „{{message}}”. Vedeți în loguri pentru mai multe detalii.", - "sync-check-failed": "Verificările de sincronizare au eșuat!", - "lost-websocket-connection-title": "S-a pierdut conexiunea la server", - "lost-websocket-connection-message": "Verificați configurația reverse proxy-ului (e.g. nginx sau Apache) astfel încât să permită comunicarea prin WebSocket." - }, - "hoisted_note": { - "confirm_unhoisting": "Notița dorită „{{requestedNote}}” este în afara ierarhiei notiței focalizate „{{hoistedNote}}”. Doriți defocalizarea pentru a accesa notița?" - }, - "launcher_context_menu": { - "reset_launcher_confirm": "Doriți resetarea lansatorului „{{title}}”? Toate datele și setările din această notiță (și subnotițele ei) vor fi pierdute, iar lansatorul va fi resetat în poziția lui originală.", - "add-custom-widget": "Adaugă un widget personalizat", - "add-note-launcher": "Adaugă un lansator de notiță", - "add-script-launcher": "Adaugă un lansator de script", - "add-spacer": "Adaugă un separator", - "delete": "Șterge ", - "duplicate-launcher": "Dublifică lansatorul ", - "move-to-available-launchers": "Mută în Lansatoare disponibile", - "move-to-visible-launchers": "Mută în Lansatoare vizibile", - "reset": "Resetează" - }, - "highlighting": { - "color-scheme": "Temă de culori", - "description": "Controlează evidențierea de sintaxă pentru blocurile de cod în interiorul notițelor text, notițele de tip cod nu vor fi afectate de aceste setări.", - "title": "Blocuri de cod" - }, - "code_block": { - "word_wrapping": "Încadrare text", - "theme_none": "Fără evidențiere de sintaxă", - "theme_group_dark": "Teme întunecate", - "theme_group_light": "Teme luminoase", - "copy_title": "Copiază în clipboard" - }, - "classic_editor_toolbar": { - "title": "Formatare" - }, - "editing": { - "editor_type": { - "label": "Bară de formatare", - "floating": { - "title": "Editor cu bară flotantă", - "description": "uneltele de editare vor apărea lângă cursor;" - }, - "fixed": { - "title": "Editor cu bară fixă", - "description": "uneltele de editare vor apărea în tab-ul „Formatare” din panglică." - }, - "multiline-toolbar": "Afișează bara de unelte pe mai multe rânduri dacă nu încape." + "ancestor": { + "depth_doesnt_matter": "nu contează", + "depth_eq": "exact {{count}}", + "depth_gt": "mai mare decât {{count}}", + "depth_label": "adâncime", + "depth_lt": "mai puțin de {{count}}", + "direct_children": "subnotiță directă", + "label": "Părinte", + "placeholder": "căutați notița după nume" + }, + "api_log": { + "close": "Închide" + }, + "attachment_detail": { + "attachment_deleted": "Acest atașament a fost șters.", + "list_of_all_attachments": "Lista tuturor atașamentelor", + "open_help_page": "Deschide instrucțiuni despre atașamente", + "owning_note": "Notița părinte: ", + "you_can_also_open": ", se poate deschide și " + }, + "attachment_detail_2": { + "deletion_reason": ", deoarece nu există o legătură către atașament în conținutul notiței. Pentru a preveni ștergerea, trebuie adăugată înapoi o legătură către atașament în conținut sau atașamentul trebuie convertit în notiță.", + "link_copied": "O legătură către atașament a fost copiată în clipboard.", + "role_and_size": "Rol: {{role}}, dimensiune: {{size}}, MIME: {{- mimeType}}", + "unrecognized_role": "Rol atașament necunoscut: „{{role}}”.", + "will_be_deleted_in": "Acest atașament va fi șters automat în {{time}}", + "will_be_deleted_soon": "Acest atașament va fi șters automat în curând" + }, + "attachment_erasure_timeout": { + "attachment_auto_deletion_description": "Atașamentele se șterg automat (permanent) dacă nu sunt referențiate de către notița lor părinte după un timp prestabilit de timp.", + "attachment_erasure_timeout": "Perioadă de ștergere a atașamentelor", + "erase_attachments_after": "Șterge atașamentele neutilizate după:", + "erase_unused_attachments_now": "Elimină atașamentele șterse acum", + "manual_erasing_description": "Puteți șterge atașamentele nefolosite manual (fără a lua în considerare timpul de mai sus):", + "unused_attachments_erased": "Atașamentele nefolosite au fost șterse." + }, + "attachment_list": { + "no_attachments": "Notița nu are niciun atașament.", + "open_help_page": "Deschide instrucțiuni despre atașamente", + "owning_note": "Notița părinte: ", + "upload_attachments": "Încărcare atașament" + }, + "attachments_actions": { + "convert_attachment_into_note": "Convertește atașamentul în notiță", + "convert_confirm": "Sigur doriți convertirea atașementului „{{title}}” într-o notiță separată?", + "convert_success": "Atașamentul „{{title}}” a fost convertit cu succes într-o notiță.", + "copy_link_to_clipboard": "Copiază legătură în clipboard", + "delete_attachment": "Șterge atașamentul", + "delete_confirm": "Sigur doriți ștergerea atașementului „{{title}}”?", + "delete_success": "Atașamentul „{{title}}” a fost șters.", + "download": "Descarcă", + "enter_new_name": "Introduceți denumirea noului atașament", + "open_custom": "Deschide într-un alt program", + "open_custom_client_only": "Deschiderea atașamentelor într-un alt program este posibilă doar din aplicația de desktop.", + "open_custom_title": "Fișierul va fi deschis într-un alt program și se vor urmări schimbările. Ulterior versiunea modificată a fișierului va fi încărcată înapoi în Trilium.", + "open_externally": "Deschide în afara programului", + "open_externally_detail_page": "Deschiderea externă a atașamentului este disponibilă doar din pagina de detalii, dați clic pe detaliile atașamentului mai întâi și repetați acțiunea.", + "open_externally_title": "Fișierul va fi deschis într-un alt program și se vor urmări schimbările. Ulterior versiunea modificată a fișierului va fi încărcată înapoi în Trilium.", + "rename_attachment": "Redenumește atașamentul", + "upload_failed": "Încărcarea unei noi versiuni ale atașamentului a eșuat.", + "upload_new_revision": "Încarcă o nouă versiune", + "upload_success": "Încărcarea unei noi versiuni ale atașaemntului a avut succes." + }, + "attribute_detail": { + "and_more": "... și încă {{count}}.", + "app_css": "marchează notițe CSS care se încarcă automat în aplicația Trilium și pot fi folosite pentru a-i modifica aspectul.", + "app_theme": "marchează notițe CSS care sunt teme complete ale Trilium și care se regăsesc în setări.", + "archived": "notițele cu această etichetă nu vor fi vizibile în mod implicit în căutări (dar nici în ecranele Sari la notiță, Adăugare legătură, etc.).", + "attr_detail_title": "Detalii despre atribute", + "attr_is_owned_by": "Atributul este deținut de", + "attr_name_title": "Denumirea atributului poate fi compusă doar din caractere alfanumerice, două puncte și underline", + "auto_read_only_disabled": "notițele de tip text sau cod intră automat în mod doar de citire când au o dimensiune prea mare. Acest comportament se poate dezactiva adăugând această etichetă", + "bookmark_folder": "notițele cu această etichetă vor apărea în lista de semne de carte ca un director (permițând acces la notițele din ea)", + "boolean": "Valoare booleană", + "calendar_root": "marchează notița care trebuie folosită ca rădăcină pentru notițele zilnice. Doar o singură notiță ar trebui să fie etichetătă.", + "close_button_title": "Renunță la modificări și închide", + "color": "definește culoarea unei notițe în ierarhia notițelor, legături, etc. Se poate folosi orice culoare CSS precum „red” sau „#a13d5f”", + "css_class": "valoarea acestei etichete este adăugată ca o clasă CSS pentru nodul ce reprezintă notița în ierarhia notițelor. Acest lucru poate fi utilizat pentru personalizare avansată. Poate fi folosită în notițe de tip șablon.", + "custom_request_handler": "a se vedea Custom request handler", + "custom_resource_provider": "a se vedea Custom request handler", + "date": "Dată", + "date_time": "Dată și timp", + "time": "Timp", + "delete": "Șterge", + "digits": "număr de zecimale", + "disable_inclusion": "script-urile cu această etichetă nu vor fi incluse în execuția scriptului părinte.", + "disable_versioning": "dezactivează auto-versionarea. Poate fi utilizat pentru notițe mari dar neimportante precum biblioteci mari de JavaScript utilizate pentru script-uri", + "display_relations": "denumirea relațiilor ce ar trebui să fie afișate, separate prin virgulă. Toate celelalte vor fi ascunse.", + "exclude_from_export": "notițele (împreună cu subnotițele) nu vor fi incluse în exporturile de notițe", + "exclude_from_note_map": "Notițele cu această etichetă vor fi ascunse din Harta notițelor", + "execute_button": "Titlul butonului ce va executa notița curentă de tip cod", + "execute_description": "O descriere mai lungă a notiței curente de tip cod afișată împreună cu butonul de executare", + "hide_highlight_widget": "Ascunde lista de evidențieri", + "hide_promoted_attributes": "Ascunde lista atributelor promovate pentru această notiță", + "hide_relations": "lista denumirilor relațiilor ce trebuie ascunse, delimitate prin virgulă. Toate celelalte vor fi afișate.", + "icon_class": "valoarea acestei etichete este adăugată ca o clasă CSS la iconița notiței din ierarhia notițelor, fapt ce poate ajuta la identificarea vizuală mai rapidă a notițelor. Un exemplu ar fi „bx bx-home” pentru iconițe preluate din boxicons. Poate fi folosită în notițe de tip șablon.", + "inbox": "locația implicită în care vor apărea noile notițe atunci când se crează o noitiță utilizând butonul „Crează notiță” din bara laterală, notițele vor fi create în interiorul notiței marcată cu eticheta #inbox.", + "inherit": "atributele acestei notițe vor fi moștenite chiar dacă nu există o relație părinte-copil între notițe. A se vedea relația de tip șablon pentru un concept similar. De asemenea, a se vedea moștenirea atributelor în documentație.", + "inheritable": "Moștenibilă", + "inheritable_title": "Atributele moștenibile vor fi moștenite de către toți descendenții acestei notițe.", + "inverse_relation": "Relație inversă", + "inverse_relation_title": "Setare opțională pentru a defini relația inversă. Exemplu: Tată - Fiu sunt două relații inverse.", + "is_owned_by_note": "este deținut(ă) de notița", + "keep_current_hoisting": "Deschiderea acestei legături nu va schimba focalizarea chiar dacă notița nu poate fi vizualizată în ierarhia curentă.", + "keyboard_shortcut": "Definește o scurtatură de la tastatură ce va merge direct la această notiță. Exemplu: „ctrl+alt+e”. Necesită reîncărcarea aplicației pentru a avea efect.", + "label": "Detalii despre etichetă", + "label_definition": "Detalii despre definiția unei etichete", + "label_type": "Tip", + "label_type_title": "Tipul acestei etichete va permite Trilium să selecteze interfața corespunzătoare pentru introducerea valorii etichetei.", + "more_notes": "Mai multe notițe", + "multi_value": "Valori multiple", + "multiplicity": "Multiplicitate", + "multiplicity_title": "Multiplicitatea definește câte atribute de același nume se pot crea - maximum 1 sau mai multe decât 1.", + "name": "Nume", + "new_notes_on_top": "Noile notițe vor fi create la începutul notiței părinte, nu la sfârșit.", + "number": "Număr", + "other_notes_with_name": "Alte notițe cu denumirea de {{attributeType}} „{{attributeName}}”", + "page_size": "numărul de elemente per pagină în listarea notițelor", + "precision": "Precizie", + "precision_title": "Câte cifre să fie afișate după virgulă în interfața de configurare a valorii.", + "promoted": "Evidențiată", + "promoted_alias": "Alias", + "promoted_alias_title": "Numele care să fie afișat în interfața de atribute promovate.", + "promoted_title": "Atributele promovate sunt afișate proeminent în notiță.", + "read_only": "editorul este în modul doar în citire. Funcționează doar pentru notițe de tip text sau cod.", + "related_notes_title": "Alte notițe cu acesată etichetă", + "relation": "Detalii despre relație", + "relation_definition": "Detalii despre definiția unei relații", + "relation_template": "atributele notiței vor fi moștenite chiar dacă nu există o relație părinte-copil, conținutul notiței și ierarhia sa vor fi adăugate la notițele-instanță dacă nu este definită. A se consulta documentația pentru mai multe detalii.", + "render_note": "relație ce definește notița (de tip notiță de cod HTML sau script) ce trebuie randată pentru notițele de tip „Randare notiță HTML”", + "run": "definește evenimentele la care să ruleze scriptul. Valori acceptate:\n
    \n
  • frontendStartup - când pornește interfața Trilium (sau este reîncărcată), dar nu pe mobil.
  • \n
  • mobileStartup - când pornește interfața Trilium (sau este reîncărcată), doar pe mobil.
  • \n
  • backendStartup - când pornește serverul Trilium
  • \n
  • hourly - o dată pe oră. Se poate utiliza adițional eticheta runAtHour pentru a specifica ora.
  • \n
  • daily - o dată pe zi
  • \n
", + "run_at_hour": "La ce oră ar trebui să ruleze. Trebuie folosit împreună cu #run=hourly. Poate fi definit de mai multe ori pentru a rula de mai multe ori în cadrul aceleași zile.", + "run_on_attribute_change": " se execută atunci când atributele unei notițe care definește această relație se schimbă. Se apelează și atunci când un atribut este șters", + "run_on_attribute_creation": "se execută atunci când un nou atribut este creat pentru notița care definește această relație", + "run_on_branch_change": "se execută atunci când o ramură este actualizată.", + "run_on_branch_creation": "se execută când o ramură este creată. O ramură este o legătură dintre o notiță părinte și o notiță copil și este creată, spre exemplu, la clonarea sau mutarea unei notițe.", + "run_on_branch_deletion": "se execută când o ramură este ștearsă. O ramură este o legătură dintre o notiță părinte și o notiță copil și este ștearsă, spre exemplu, atunci când o notiță este mutată (ramura/legătura veche este ștearsă).", + "run_on_child_note_creation": "se execută când o nouă notiță este creată sub notița la care este definită relația", + "run_on_instance": "Definește pe ce instanța de Trilium ar trebui să ruleze. Implicit se consideră toate instanțele.", + "run_on_note_change": "se execută când notița este schimbată (inclusiv crearea unei notițe). Nu include schimbări de conținut", + "run_on_note_content_change": "se execută când conținutul unei notițe este schimbat (inclusiv crearea unei notițe).", + "run_on_note_creation": "se execută când o notiță este creată de server. Se poate utiliza această relație atunci când se dorește rularea unui script pentru toate notițele create sub o anumită ierarhie. În acest caz, relația trebuie creată pe notița-rădăcină și marcată drept moștenibilă. Orice notiță creată sub ierarhie (la orice adâncime) va rula script-ul.", + "run_on_note_deletion": "se execută la ștergerea unei notițe", + "run_on_note_title_change": "se execută când titlul unei notițe se schimbă (inclusiv la crearea unei notițe)", + "save_and_close": "Salvează și închide (Ctrl+Enter)", + "search_home": "notițele de căutare vor fi create în cadrul acestei notițe", + "share_alias": "definește un alias ce va fi permite notiței să fie accesată la https://your_trilium_host/share/[alias]", + "share_credentials": "cere credențiale la accesarea acestei notițe partajate. Valoarea trebuie să fie în formatul „username:parolă”. Nu uitați să faceți eticheta moștenibilă pentru a o aplica și la notițele-copil/imagini.", + "share_css": "Notiță de tip CSS ce va fi injectată în pagina de partajare. Notița CSS trebuie să facă și ea parte din ierarhia partajată. Considerați utilizarea și a „share_hidden_from_tree”, respectiv „share_omit_default_css”.", + "share_description": "definește text ce va fi adăugat la eticheta HTML „meta” pentru descriere", + "share_disallow_robot_indexing": "împiedică indexarea conținutului de către roboți utilizând antetul X-Robots-Tag: noindex", + "share_external_link": "notița va funcționa drept o legătură către un site web extern în ierarhia de partajare", + "share_favicon": "Notiță ce conține pictograma favicon pentru a fi setată în paginile partajate. De obicei se poate seta în rădăcina ierarhiei de partajare și se poate face moștenibilă. Notița ce conține favicon-ul trebuie să fie și ea în ierarhia de partajare. Considerați și utilizarea „share_hidden_from_tree”.", + "share_hidden_from_tree": "notița este ascunsă din arborele de navigație din stânga, dar încă este accesibilă prin intermediul unui URL", + "share_index": "notițele cu această etichetă vor afișa lista tuturor rădăcilor notițelor partajate", + "share_js": "Notiță JavaScript ce va fi injectată în pagina de partajare. Notița respectivă trebuie să fie și ea în ierarhia de partajare. Considerați utilizarea 'share_hidden_from_tree'.", + "share_omit_default_css": "CSS-ul implicit pentru pagina de partajare va fi omis. Se poate folosi atunci când se fac schimbări majore de stil la pagină.", + "share_raw": "notița va fi afișată în formatul ei brut, fără HTML", + "share_root": "marchează notița care este servită pentru rădăcina ”/share”.", + "share_template": "O notiță JavaScript ce va fi folosită drept șablon pentru afișarea notițelor partajate. Implicit se utilizează șablonul original. Considerați utilizarea 'share_hidden_from_tree'.", + "single_value": "Valoare unică", + "sort_direction": "ASC (ascendent, implicit) sau DESC (descendent)", + "sort_folders_first": "Directoarele (notițe cu sub-notițe) vor fi mutate la început", + "sorted": "menține notițele-copil ordonate alfabetic după titlu", + "sql_console_home": "locația implicită pentru notițele de tip consolă SQL", + "target_note": "Notiță țintă", + "target_note_title": "Relația este o conexiune numită dintre o notiță sursă și o notiță țintă.", + "template": "Șablon", + "text": "Text", + "title_template": "titlul implicit al notițelor create în interiorul acestei notițe. Valoarea este evaluată ca un șir de caractere JavaScript\n și poate fi astfel îmbogățită cu un conținut dinamic prin intermediul variabilelor now și parentNote. Exemple:\n \n
    \n
  • Lucrările lui ${parentNote.getLabelValue('autor')}
  • \n
  • Jurnal pentru ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n A se vedea wiki-ul pentru detalii, documentația API pentru parentNote și now pentru mai multe informații.", + "toc": "#toc sau #toc=show forțează afișarea tabelei de conținut, #toc=hide forțează ascunderea ei. Dacă eticheta nu există, se utilizează setările globale", + "top": "păstrează notița la începutul listei (se aplică doar pentru notițe sortate automat)", + "url": "URL", + "value": "Valoare", + "widget": "marchează această notiță ca un widget personalizat ce poate fi adăugat la ierarhia de componente ale aplicației", + "widget_relation": "ținta acestei relații va fi executată și randată ca un widget în bara laterală", + "workspace": "marchează această notiță ca un spațiu de lucru ce permite focalizarea rapidă a notițelor", + "workspace_calendar_root": "Definește o rădăcină de calendar pentru un spațiu de lucru", + "workspace_icon_class": "definește clasa de CSS din boxicon ce va fi folosită în tab-urile ce aparțin spațiului de lucru", + "workspace_inbox": "marchează locația implicită în care vor apărea noile notițe atunci când este focalizat spațiul de lucru sau un copil al acestuia", + "workspace_search_home": "notițele de căutare vor fi create sub această notiță", + "workspace_tab_background_color": "Culoare CSS ce va fi folosită în tab-urile ce aparțin spațiului de lucru", + "workspace_template": "Această notița va apărea în lista de șabloane când se crează o nouă notiță, dar doar când spațiul de lucru în care se află notița este focalizat", + "app_theme_base": "setați valoarea la „next” pentru a folosi drept temă de bază „TriliumNext” în loc de cea clasică.", + "print_landscape": "Schimbă orientarea paginii din portret în vedere atunci când se exportă în PDF.", + "print_page_size": "Schimbă dimensiunea paginii când se exportă în PDF. Valori suportate: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", + "color_type": "Culoare" + }, + "attribute_editor": { + "add_a_new_attribute": "Adaugă un nou attribut", + "add_new_label": "Adaugă o nouă etichetă ", + "add_new_label_definition": "Adaugă o nouă definiție de etichetă", + "add_new_relation": "Adaugă o nouă relație ", + "add_new_relation_definition": "Adaugă o nouă definiție de relație", + "help_text_body1": "Pentru a adăuga o etichetă doar scrieți, spre exemplu, #piatră sau #an = 2020 dacă se dorește adăugarea unei valori", + "help_text_body2": "Pentru relații, scrieți author = @ ce va afișa o autocompletare pentru identificarea notiței dorite.", + "help_text_body3": "În mod alternativ, se pot adăuga etichete și relații utilizând butonul + din partea dreaptă.", + "save_attributes": "Salvează atributele ", + "placeholder": "Aici puteți introduce etichete și relații" + }, + "backend_log": { + "refresh": "Reîmprospătare" + }, + "backup": { + "automatic_backup": "Copie de siguranță automată", + "automatic_backup_description": "Trilium poate face copii de siguranță ale bazei de date în mod automat:", + "backup_database_now": "Crează o copie a bazei de date acum", + "backup_now": "Crează o copie de siguranță acum", + "backup_recommendation": "Se recomandă a se păstra activată funcția de copii de siguranță, dar acest lucru poate face pornirea aplicației mai lentă pentru baze de date mai mari sau pentru dispozitive de stocare lente.", + "database_backed_up_to": "S-a creat o copie de siguranță a bazei de dată la {{backupFilePath}}", + "enable_daily_backup": "Activează copia de siguranță zilnică", + "enable_monthly_backup": "Activează copia de siguranță lunară", + "enable_weekly_backup": "Activează copia de siguranță săptămânală", + "existing_backups": "Copii de siguranță existente", + "date-and-time": "Data și ora", + "path": "Calea fișierului", + "no_backup_yet": "nu există încă nicio copie de siguranță" + }, + "basic_properties": { + "basic_properties": "Proprietăți de bază", + "editable": "Editabil", + "note_type": "Tipul notiței", + "language": "Limbă", + "configure_code_notes": "Configurează notițele de tip cod..." + }, + "book": { + "no_children_help": "Această notiță de tip Carte nu are nicio subnotiță așadar nu este nimic de afișat. Vedeți wiki pentru detalii.", + "drag_locked_title": "Blocat pentru editare", + "drag_locked_message": "Glisarea notițelor nu este permisă deoarece colecția este blocată pentru editare." + }, + "book_properties": { + "collapse": "Minimizează", + "collapse_all_notes": "Minimizează toate notițele", + "expand": "Expandează", + "grid": "Grilă", + "invalid_view_type": "Mod de afișare incorect „{{type}}”", + "list": "Listă", + "view_type": "Mod de afișare", + "calendar": "Calendar", + "book_properties": "Proprietăți colecție", + "table": "Tabel", + "geo-map": "Hartă geografică", + "board": "Tablă Kanban", + "include_archived_notes": "Afișează notițele arhivate", + "presentation": "Prezentare", + "expand_tooltip": "Expandează subnotițele directe ale acestei colecții (un singur nivel de adâncime). Pentru mai multe opțiuni, apăsați săgeata din dreapta.", + "expand_first_level": "Expandează subnotițele directe", + "expand_nth_level": "Expandează pe {{depth}} nivele", + "expand_all_levels": "Expandează pe toate nivelele", + "hide_child_notes": "Ascunde subnotițele din arbore" + }, + "bookmark_switch": { + "bookmark": "Semn de carte", + "bookmark_this_note": "Crează un semn de carte către această notiță în panoul din stânga", + "remove_bookmark": "Șterge semnul de carte" + }, + "branch_prefix": { + "branch_prefix_saved": "Prefixul ramurii a fost salvat.", + "edit_branch_prefix": "Editează prefixul ramurii", + "help_on_tree_prefix": "Informații despre prefixe de ierarhie", + "prefix": "Prefix: ", + "save": "Salvează", + "edit_branch_prefix_multiple": "Editează prefixul pentru {{count}} ramuri", + "branch_prefix_saved_multiple": "Prefixul a fost modificat pentru {{count}} ramuri.", + "affected_branches": "Ramuri afectate ({{count}}):" + }, + "bulk_actions": { + "affected_notes": "Notițe afectate", + "available_actions": "Acțiuni disponibile", + "bulk_actions": "Acțiuni în masă", + "bulk_actions_executed": "Acțiunile în masă au fost executate cu succes.", + "chosen_actions": "Acțiuni selectate", + "execute_bulk_actions": "Execută acțiunile în masă", + "include_descendants": "Include descendenții notiței selectate", + "none_yet": "Nicio acțiune... adăugați una printr-un click pe cele disponibile mai jos.", + "labels": "Etichete", + "notes": "Notițe", + "other": "Altele", + "relations": "Relații" + }, + "calendar": { + "april": "Aprilie", + "august": "August", + "cannot_find_day_note": "Nu se poate găsi notița acelei zile", + "december": "Decembrie", + "february": "Februarie", + "fri": "Vin", + "january": "Ianuarie", + "july": "Iulie", + "june": "Iunie", + "march": "Martie", + "may": "Mai", + "mon": "Lun", + "november": "Noiembrie", + "october": "Octombrie", + "sat": "Sâm", + "september": "Septembrie", + "sun": "Dum", + "thu": "Joi", + "tue": "Mar", + "wed": "Mie", + "cannot_find_week_note": "Nu s-a putut găsi notița săptămânală", + "week": "Săptămână", + "week_previous": "Săptămâna trecută", + "week_next": "Următoarea săptămână", + "month": "Lună", + "month_previous": "Luna anterioară", + "month_next": "Următoarea lună", + "year": "An", + "year_previous": "Anul trecut", + "year_next": "Anul următor", + "list": "Agendă", + "today": "Astăzi" + }, + "clone_to": { + "clone_notes_to": "Clonează notițele către...", + "clone_to_selected_note": "Clonează notița selectată", + "cloned_note_prefix_title": "Notița clonată va fi afișată în ierarhia notiței utilizând prefixul dat", + "help_on_links": "Informații despre legături", + "no_path_to_clone_to": "Nicio cale de clonat.", + "note_cloned": "Notița „{{clonedTitle}}” a fost clonată în „{{targetTitle}}”", + "notes_to_clone": "Notițe de clonat", + "prefix_optional": "Prefix (opțional)", + "search_for_note_by_its_name": "căutați notița după nume acesteia", + "target_parent_note": "Notița părinte țintă" + }, + "close_pane_button": { + "close_this_pane": "Închide acest panou" + }, + "code_auto_read_only_size": { + "description": "Marchează pragul în care o notiță de o anumită dimensiune va fi afișată în mod de citire (pentru motive de performanță).", + "label": "Pragul de dimensiune pentru setarea modului de citire automat (la notițe de cod)", + "title": "Pragul de mod de citire automat", + "unit": "caractere" + }, + "code_buttons": { + "execute_button_title": "Execută scriptul", + "opening_api_docs_message": "Se deschide documentația API...", + "save_to_note_button_title": "Salvează în notiță", + "sql_console_saved_message": "Notița consolă SQL a fost salvată în {{note_path}}", + "trilium_api_docs_button_title": "Deschide documentația API pentru Trilium" + }, + "code_mime_types": { + "title": "Tipuri MIME disponibile în meniul derulant", + "tooltip_syntax_highlighting": "Evidențiere de sintaxă", + "tooltip_code_block_syntax": "Blocuri de cod în notițe text", + "tooltip_code_note_syntax": "Notițe de tip cod" + }, + "confirm": { + "also_delete_note": "Șterge și notița", + "are_you_sure_remove_note": "Doriți ștergerea notiței „{{title}}” din harta de relații? ", + "cancel": "Anulează", + "confirmation": "Confirm", + "if_you_dont_check": "Dacă această opțiune nu este bifată, notița va fi ștearsă doar din harta de relații.", + "ok": "OK" + }, + "consistency_checks": { + "find_and_fix_button": "Caută și repară probleme de consistență", + "finding_and_fixing_message": "Se caută și se repară problemele de consistență...", + "issues_fixed_message": "Problemele de consistență ar trebui să fie acum rezolvate.", + "title": "Verificări de consistență" + }, + "copy_image_reference_button": { + "button_title": "Copiază o referință către imagine în clipboard, poate fi inserată într-o notiță text." + }, + "create_pane_button": { + "create_new_split": "Crează o nouă diviziune" + }, + "database_anonymization": { + "choose_anonymization": "Puteți decide dacă oferiți o bază de date complet sau parțial anonimizată. Chiar și bazele de date complet anonimizate pot fi foarte utile, dar în unele cazuri bazele de date parțial anonimizate pot eficientiza procesul de identificare a bug-urilor și repararea acestora.", + "creating_fully_anonymized_database": "Se crează o copie complet anonimizată...", + "creating_lightly_anonymized_database": "Se crează o bază de date parțial anonimizată...", + "error_creating_anonymized_database": "Nu s-a putut crea o bază de date anonimizată, verificați log-urile din server pentru detalii", + "existing_anonymized_databases": "Baze de date anonimizate existente", + "full_anonymization": "Anonimizare completă", + "full_anonymization_description": "Această acțiune va crea o nouă copie a bazei de date și o va anonimiza (se șterge conținutul tuturor notițelor și se menține doar structura și câteva metainformații neconfidențiale) pentru a putea fi partajate online cu scopul de a depana anumite probleme fără a risca expunerea datelor personale.", + "light_anonymization": "Anonimizare parțială", + "light_anonymization_description": "Această acțiune va crea o copie a bazei de date și o va anonimiza parțial - mai exact se va șterge conținutul tuturor notițelor, dar titlurile și atributele vor rămâne. De asemenea, script-urile de front-end sau back-end și widget-urile personalizate vor rămâne și ele. Acest lucru oferă mai mult context pentru a depana probleme.", + "no_anonymized_database_yet": "Încă nu există nicio bază de date anonimizată.", + "save_fully_anonymized_database": "Salvează bază de date complet anonimizată", + "save_lightly_anonymized_database": "Salvează bază de date parțial anonimizată", + "successfully_created_fully_anonymized_database": "S-a creat cu succes o bază de date complet anonimizată în {{anonymizedFilePath}}", + "successfully_created_lightly_anonymized_database": "S-a creat cu succes o bază de date parțial anonimizată în {{anonymizedFilePath}}", + "title": "Bază de dată anonimizată" + }, + "database_integrity_check": { + "check_button": "Verifică integritatea bazei de date", + "checking_integrity": "Se verifică integritatea bazei de date...", + "description": "Se va verifica să nu existe coruperi ale bazei de date la nivelul SQLite. Poate dura ceva timp, în funcție de dimensiunea bazei de date.", + "integrity_check_failed": "Probleme la verificarea integrității: {{results}}", + "integrity_check_succeeded": "Verificarea integrității a fost făcută cu succes și nu a fost identificată nicio problemă.", + "title": "Verificarea integrității bazei de date" + }, + "debug": { + "access_info": "Pentru a accesa informații de depanare, executați interogarea și dați click pe „Afișează logurile din backend” din stânga-sus.", + "debug": "Depanare", + "debug_info": "Modul de depanare va afișa informații adiționale în consolă cu scopul de a ajuta la depanarea interogărilor complexe." + }, + "delete_label": { + "delete_label": "Șterge eticheta", + "label_name_placeholder": "denumirea etichetei", + "label_name_title": "Sunt permise caractere alfanumerice, underline și două puncte." + }, + "delete_note": { + "delete_matched_notes": "Șterge notițele găsite", + "delete_matched_notes_description": "Se vor șterge notițele găsite.", + "delete_note": "Șterge notița", + "erase_notes_instruction": "Pentru a șterge notițele permanent, se poate merge după ștergerea în opțiuni la secțiunea „Altele” și clic pe butonul „Elimină notițele șterse acum”.", + "undelete_notes_instruction": "După ștergere, se pot recupera din ecranul Schimbări recente." + }, + "delete_notes": { + "broken_relations_to_be_deleted": "Următoarele relații vor fi întrerupte și șterse ({{ relationCount}})", + "cancel": "Anulează", + "delete_all_clones_description": "Șterge și toate clonele (se pot recupera în ecranul Schimbări recente)", + "delete_notes_preview": "Previzualizare ștergerea notițelor", + "erase_notes_description": "Ștergerea obișnuită doar marchează notițele ca fiind șterse și pot fi recuperate (în ecranul Schimbări recente) pentru o perioadă de timp. Dacă se bifează această opțiune, notițele vor fi șterse imediat fără posibilitatea de a le recupera.", + "erase_notes_warning": "Șterge notițele permanent (nu se mai pot recupera), incluzând toate clonele. Va forța reîncărcarea aplicației.", + "no_note_to_delete": "Nicio notiță nu va fi ștearsă (doar clonele).", + "notes_to_be_deleted": "Următoarele notițe vor fi șterse ({{notesCount}})", + "ok": "OK", + "deleted_relation_text": "Notița {{- note}} ce va fi ștearsă este referențiată de relația {{- relation}}, originând din {{- source}}.", + "close": "Închide" + }, + "delete_relation": { + "allowed_characters": "Se permit caractere alfanumerice, underline și două puncte.", + "delete_relation": "Șterge relația", + "relation_name": "denumirea relației" + }, + "delete_revisions": { + "all_past_note_revisions": "Toate reviziile anterioare ale notițelor găsite vor fi șterse. Notița propriu-zisă va fi intactă. În alte cuvinte, istoricul notiței va fi șters.", + "delete_note_revisions": "Șterge toate reviziile notițelor" + }, + "edit_button": { + "edit_this_note": "Editează această notiță" + }, + "editability_select": { + "always_editable": "Întotdeauna editabil", + "auto": "Automat", + "note_is_always_editable": "Notița este întotdeauna editabilă, indiferent de lungimea ei.", + "note_is_editable": "Notița este editabilă atât timp cât nu este prea lungă.", + "note_is_read_only": "Notița este doar pentru citire, poate fi editată prin intermediul unui buton.", + "read_only": "Doar pentru citire" + }, + "editable_code": { + "placeholder": "Scrieți conținutul notiței de cod aici..." + }, + "editable_text": { + "placeholder": "Scrieți conținutul notiței aici...", + "auto-detect-language": "Automat", + "keeps-crashing": "Componenta de editare se blochează în continuu. Încercați să reporniți Trilium. Dacă problema persistă, luați în considerare să raportați această problemă.", + "editor_crashed_title": "Editorul text a avut o eroare", + "editor_crashed_content": "Conținutul a fost recuperat cu succes, dar este posibil ca o parte din cele mai recente modificări ale dvs. să nu se fi salvat.", + "editor_crashed_details_button": "Mai multe detalii...", + "editor_crashed_details_intro": "Dacă întâmpinați frecvent această eroare, considerați să o raportați pe GitHub copiând informația de mai jos.", + "editor_crashed_details_title": "Informații tehnice" + }, + "edited_notes": { + "deleted": "(șters)", + "no_edited_notes_found": "Nu sunt încă notițe editate pentru această zi...", + "title": "Notițe editate" + }, + "empty": { + "enter_workspace": "Intrare spațiu de lucru „{{title}}”", + "open_note_instruction": "Deschideți o notiță scriind denumirea ei în caseta de mai jos sau selectați o notiță din ierarhie.", + "search_placeholder": "căutați o notiță după denumirea ei" + }, + "etapi": { + "actions": "Acțiuni", + "create_token": "Crează un token ETAPI nou", + "created": "Creat", + "default_token_name": "token nou", + "delete_token": "Șterge/dezactivează acest token", + "delete_token_confirmation": "Doriți ștergerea token-ului ETAPI „{{name}}”?", + "description": "ETAPI este un API REST utilizat pentru a accesa instanța de Trilium programatic, fără interfață grafică.", + "error_empty_name": "Denumirea token-ului nu poate fi goală", + "existing_tokens": "Token-uri existente", + "new_token_message": "Introduceți denumirea noului token", + "new_token_title": "Token ETAPI nou", + "no_tokens_yet": "Nu există încă token-uri. Clic pe butonul de deasupra pentru a crea una.", + "rename_token": "Redenumește token-ul", + "rename_token_message": "Introduceți denumirea noului token", + "rename_token_title": "Redenumire token", + "title": "ETAPI", + "token_created_message": "Copiați token-ul creat în clipboard. Trilium stochează token-ul ca hash așadar această valoare poate fi văzută doar acum.", + "token_created_title": "Token ETAPI creat", + "token_name": "Denumire token" + }, + "execute_script": { + "example_1": "De exemplu, pentru a adăuga un șir de caractere la titlul unei notițe, se poate folosi acest mic script:", + "example_2": "Un exemplu mai complex ar fi ștergerea atributelor tuturor notițelor identificate:", + "execute_script": "Execută script", + "help_text": "Se pot executa script-uri simple pe toate notițele identificate." + }, + "export": { + "choose_export_type": "Selectați mai întâi tipul export-ului", + "close": "Închide", + "export": "Exportă", + "export_finished_successfully": "Export finalizat cu succes.", + "export_in_progress": "Export în curs: {{progressCount}}", + "export_note_title": "Exportă notița", + "export_status": "Starea exportului", + "export_type_single": "Doar această notiță fără descendenții ei", + "export_type_subtree": "Această notiță și toți descendenții ei", + "format_html_zip": "HTML în arhivă ZIP - recomandat deoarece păstrează toată formatarea.", + "format_markdown": "Markdown - păstrează majoritatea formatării.", + "format_opml": "OPML - format de interschimbare pentru editoare cu structură ierarhică (outline). Formatarea, imaginile și fișierele nu vor fi incluse.", + "opml_version_1": "OPML v1.0 - text simplu", + "opml_version_2": "OPML v2.0 - permite și HTML", + "format_html": "HTML - recomandat deoarece păstrează toata formatarea", + "format_pdf": "PDF - cu scopul de printare sau partajare.", + "share-format": "HTML pentru publicare web - folosește aceeași temă pentru notițele partajate, dar se pot publica într-un website static." + }, + "fast_search": { + "description": "Căutarea rapidă dezactivează căutarea la nivel de conținut al notițelor cu scopul de a îmbunătăți performanța de căutare pentru baze de date mari.", + "fast_search": "Căutare rapidă" + }, + "file": { + "file_preview_not_available": "Previzualizarea fișierelor nu este disponibilă pentru acest format de fișier.", + "too_big": "Previzualizarea conține doar primele {{maxNumChars}} caractere din fișier din motive de performanță. Descărcați fișierul și deschideți-l extern pentru a-l putea vedea în întregime." + }, + "file_properties": { + "download": "Descarcă", + "file_size": "Dimensiunea fișierului", + "file_type": "Tipul fișierului", + "note_id": "ID-ul notiței", + "open": "Deschide în exterior", + "original_file_name": "Denumirea originală a fișierului", + "title": "Fișier", + "upload_failed": "Încărcarea a unei noi revizii ale fișierului a eșuat.", + "upload_new_revision": "Încarcă o nouă revizie", + "upload_success": "Noua revizie a fișierului a fost încărcată cu succes." + }, + "fonts": { + "apply_font_changes": "Pentru a aplica schimbările de font, click pe", + "font_family": "Familia de fonturi", + "fonts": "Fonturi", + "main_font": "Fontul principal", + "monospace_font": "Fontul monospace (pentru cod)", + "not_all_fonts_available": "Nu toate fonturile listate aici pot fi disponibile pe acest sistem.", + "note_detail_font": "Fontul pentru detaliile notițelor", + "note_tree_and_detail_font_sizing": "Dimensiunea arborelui și a fontului pentru detalii este relativă la dimensiunea fontului principal.", + "note_tree_font": "Fontul arborelui de notițe", + "reload_frontend": "reîncarcă interfața", + "size": "Mărime", + "theme_defined": "Definit de temă", + "generic-fonts": "Fonturi generice", + "handwriting-system-fonts": "Fonturi de sistem cu stil de scris de mână", + "monospace-system-fonts": "Fonturi de sistem monospațiu", + "sans-serif-system-fonts": "Fonturi de sistem fără serifuri", + "serif-system-fonts": "Fonturi de sistem cu serifuri", + "monospace": "Monospațiu", + "sans-serif": "Fără serifuri", + "serif": "Cu serifuri", + "system-default": "Fontul predefinit al sistemului" + }, + "global_menu": { + "about": "Despre Trilium Notes", + "advanced": "Opțiuni avansate", + "configure_launchbar": "Configurează bara de lansare", + "logout": "Deautentificare", + "menu": "Meniu", + "open_dev_tools": "Deschide uneltele de dezvoltare", + "open_new_window": "Deschide o nouă fereastră", + "open_search_history": "Deschide istoricul de căutare", + "open_sql_console": "Deschide consola SQL", + "open_sql_console_history": "Deschide istoricul consolei SQL", + "options": "Opțiuni", + "reload_frontend": "Reîncarcă interfața", + "reload_hint": "Reîncărcarea poate ajuta atunci când există ceva probleme vizuale fără a trebui repornită întreaga aplicație.", + "reset_zoom_level": "Resetează nivelul de zoom", + "show_backend_log": "Afișează log-ul din backend", + "show_help": "Afișează informații", + "show_hidden_subtree": "Afișează ierarhia ascunsă", + "show_shared_notes_subtree": "Afișează ierahia notițelor partajate", + "switch_to_desktop_version": "Schimbă la versiunea de desktop", + "switch_to_mobile_version": "Schimbă la versiunea de mobil", + "toggle_fullscreen": "Comută mod ecran complet", + "zoom": "Zoom", + "zoom_in": "Mărește", + "zoom_out": "Micșorează", + "show-cheatsheet": "Afișează ghidul rapid", + "toggle-zen-mode": "Mod zen", + "new-version-available": "Actualizare nouă disponibilă", + "download-update": "Obțineți versiunea {{latestVersion}}" + }, + "heading_style": { + "markdown": "Stil Markdown", + "plain": "Simplu", + "title": "Stil titluri", + "underline": "Subliniat" + }, + "help": { + "activateNextTab": "activează următorul tab", + "activatePreviousTab": "activează tabul anterior", + "blockQuote": "începeți un rând cu > urmat de spațiu pentru un bloc de citat", + "bulletList": "* sau - urmat de spațiu pentru o listă punctată", + "closeActiveTab": "închide tabul activ", + "collapseExpand": "minimizează/expandează nodul", + "collapseSubTree": "minimizează subarborele", + "collapseWholeTree": "minimizează întregul arbore de notițe", + "copyNotes": "copiază notița activă (sau selecția curentă) în clipboard (utilizat pentru clonare)", + "createEditLink": "crează/editează legătură externă", + "createInternalLink": "crează legătură internă", + "createNoteAfter": "crează o nouă notiță după notița activă", + "createNoteInto": "crează o subnotiță în notița activă", + "creatingNotes": "Crearea notițelor", + "cutNotes": "decupează notița curentă (sau selecția curentă) în clipboard (utilizată pentru mutarea notițelor)", + "deleteNotes": "șterge notița/subarborele", + "editBranchPrefix": "editează prefixul a unei clone ale notiței active", + "editNoteTitle": "va sări de la arborele de notițe către titlul notiței. Enter de la titlul notiței va sări către editorul de text. Ctrl+. va sări înapoi de la editor către arborele de notițe.", + "editingNotes": "Editarea notițelor", + "followLink": "urmărește link-ul sub cursor", + "goBackForwards": "mergi înapoi/înainte în istoric", + "goUpDown": "mergi sus/jos în lista de notițe", + "headings": "##, ###, #### etc. urmat de spațiu pentru titluri", + "inPageSearch": "caută în interiorul paginii", + "insertDateTime": "inserează data și timpul curente la poziția cursorului", + "jumpToParentNote": "sari la pagina părinte", + "jumpToTreePane": "sari către arborele de notițe și scrolează către notița activă", + "markdownAutoformat": "Formatare în stil Markdown", + "moveNoteUpDown": "mută notița sus/jos în lista de notițe", + "moveNoteUpHierarchy": "mută notița mai sus în ierarhie", + "movingCloningNotes": "Mutarea/clonarea notițelor", + "multiSelectNote": "selectează multiplu notița de sus/jos", + "newTabNoteLink": "pe o legătură către o notiță va deschide notița într-un tab nou", + "notSet": "nesetat", + "noteNavigation": "Navigarea printre notițe", + "numberedList": "1. sau 1) urmat de spațiu pentru o listă numerotată", + "onlyInDesktop": "Doar pentru desktop (aplicația Electron)", + "openEmptyTab": "deschide un tab nou", + "other": "Altele", + "pasteNotes": "lipește notița/notițele ca sub-notițe în notița activă (ce va muta sau clona în funcție dacă a fost copiată sau decupată în clipboard)", + "quickSearch": "sari la caseta de căutare rapidă", + "reloadFrontend": "reîncarcă interfața Trilium", + "scrollToActiveNote": "scrolează la notița activă", + "selectAllNotes": "selectează toate notițele din nivelul curent", + "selectNote": "selectează notița", + "showDevTools": "afișează instrumentele de dezvoltatori", + "showJumpToNoteDialog": "afișează ecranul „Sari la”", + "showSQLConsole": "afișează consola SQL", + "tabShortcuts": "Scurtături pentru tab-uri", + "troubleshooting": "Unelte pentru depanare", + "newTabWithActivationNoteLink": "pe o legătură către o notiță deschide și activează notița într-un tab nou", + "title": "Ghid rapid", + "editShortcuts": "Editează scurtăturile de la tastatură" + }, + "hide_floating_buttons_button": { + "button_title": "Ascunde butoanele" + }, + "highlights_list": { + "bg_color": "Text cu o culoare de fundal", + "bold": "Text îngroșat", + "color": "Text colorat", + "description": "Se pot personaliza elementele ce vor fi afișate în lista de evidențieri din panoul din dreapta:", + "italic": "Text italic (înclinat)", + "shortcut_info": "Se poate configura o scurtatură la tastatură pentru comutarea rapidă a panoului din dreapta (inclusiv lista de evidențieri) în Opțiuni -> Scurtături (denumirea „toggleRightPane”).", + "title": "Lista de evidențieri", + "underline": "Text subliniat", + "visibility_description": "Se poate ascunde lista de evidențieri la nivel de notiță prin adăugarea etichetei #hideHighlightWidget.", + "visibility_title": "Vizibilitatea listei de evidențieri" + }, + "i18n": { + "first-day-of-the-week": "Prima zi a săptămânii", + "language": "Limbă", + "monday": "Luni", + "sunday": "Duminică", + "title": "Localizare", + "formatting-locale": "Format dată și numere", + "first-week-of-the-year": "Prima săptămână din an", + "first-week-contains-first-day": "Prima săptămână conține prima zi din an", + "first-week-contains-first-thursday": "Prima săptămână conține prima zi de joi din an", + "first-week-has-minimum-days": "Prima săptămână are numărul minim de zile", + "min-days-in-first-week": "Numărul minim de zile pentru prima săptămână", + "first-week-info": "Opțiunea de prima săptămână conține prima zi de joi din an este bazată pe standardul ISO 8601.", + "first-week-warning": "Schimbarea opțiunii primei săptămâni poate cauza duplicate cu notițele săptămânale existente deoarece acestea nu vor fi actualizate retroactiv.", + "tuesday": "Marți", + "wednesday": "Miercuri", + "thursday": "Joi", + "friday": "Vineri", + "saturday": "Sâmbătă", + "formatting-locale-auto": "În funcție de limba aplicației" + }, + "image_properties": { + "copy_reference_to_clipboard": "Copiază referință în clipboard", + "download": "Descarcă", + "file_size": "Dimensiune fișier", + "file_type": "Tip fișier", + "open": "Deschide", + "original_file_name": "Denumirea originală a fișierului", + "title": "Imagine", + "upload_failed": "Încărcarea a unei noi revizii ale imaginii a eșuat: {{message}}", + "upload_new_revision": "Încarcă o nouă revizie", + "upload_success": "O nouă revizie a fost încărcată cu succes." + }, + "images": { + "download_images_automatically": "Descarcă imaginile automat pentru utilizare fără conexiune la internet.", + "download_images_description": "Textul HTML inserat poate conține referințe către imagini online, Trilium le va identifica și va descărca acele imagini pentru a putea fi disponibile și fără o conexiune la internet.", + "enable_image_compression": "Activează compresia imaginilor", + "images_section_title": "Imagini", + "jpeg_quality_description": "Calitatea JPEG (10 - cea mai slabă calitate, 100 - cea mai bună calitate, se recomandă între 50 și 85)", + "max_image_dimensions": "Lungimea/lățimea maximă a unei imagini (imaginea va fi redimensionată dacă depășește acest prag).", + "max_image_dimensions_unit": "pixeli" + }, + "import": { + "chooseImportFile": "Selectați fișierul de importat", + "codeImportedAsCode": "Importă fișiere identificate drept cod sursă (e.g. .json) drept notițe de tip cod dacă nu este clar din metainformații", + "explodeArchives": "Citește conținutul arhivelor .zip, .enex și .opml.", + "explodeArchivesTooltip": "Dacă această opțiune este bifată atunci Trilium va citi fișiere de tip .zip, .enex și .opml și va crea notițe din fișierele din interiorul acestor arhive. Dacă este nebifat, atunci Trilium va atașa arhiva propriu-zisă la notiță.", + "import": "Importă", + "importDescription": "Conținutul fișierelor selectate va fi importat ca subnotițe în", + "importIntoNote": "Importă în notiță", + "options": "Opțiuni", + "replaceUnderscoresWithSpaces": "Înlocuiește underline-ul cu spații în denumirea notițelor importate", + "safeImport": "Importare sigură", + "safeImportTooltip": "Fișierele de Trilium exportate în format .zip pot conține scripturi executabile ce pot avea un comportament malițios. Importarea sigură va dezactiva execuția automată a tuturor scripturilor importate. Debifați „Importare sigură” dacă arhiva importată conține scripturi executabile dorite și aveți încredere deplină în conținutul acestora.", + "shrinkImages": "Micșorare imagini", + "shrinkImagesTooltip": "

Dacă bifați această opțiune, Trilium va încerca să micșoreze imaginea importată prin scalarea și importarea ei, aspect ce poate afecta calitatea aparentă a imaginii. Dacă nu este bifat, imaginile vor fi importate fără nicio modificare.

Acest lucru nu se aplică la importuri de tip .zip cu metainformații deoarece se asumă că aceste fișiere sunt deja optimizate.

", + "textImportedAsText": "Importă HTML, Markdown și TXT ca notițe de tip text dacă este neclar din metainformații", + "failed": "Eroare la importare: {{message}}.", + "import-status": "Starea importului", + "in-progress": "Import în curs: {{progress}}", + "successful": "Import finalizat cu succes.", + "html_import_tags": { + "description": "Configurați ce etichete HTML să fie păstrate atunci când se importă notițe. Etichetele ce nu se află în această listă vor fi înlăturate la importul de date. Unele etichete (precum „script”) sunt înlăturate indiferent din motive de securitate.", + "placeholder": "Introduceți etichetele HTML, câte unul pe linie", + "reset_button": "Resetează la lista implicită", + "title": "Etichete HTML la importare" + }, + "importZipRecommendation": "Când importați un fișier ZIP, ierarhia notițelor va reflecta structura subdirectoarelor din arhivă." + }, + "include_archived_notes": { + "include_archived_notes": "Include notițele arhivate" + }, + "include_note": { + "box_size_full": "complet (căsuța va afișa întregul text)", + "box_size_medium": "mediu (~ 30 de rânduri)", + "box_size_prompt": "Dimensiunea căsuței notiței incluse:", + "box_size_small": "mică (~ 10 rânduri)", + "button_include": "Include notița", + "dialog_title": "Includere notița", + "label_note": "Notiță", + "placeholder_search": "căutați notița după denumirea ei" + }, + "info": { + "closeButton": "Închide", + "modalTitle": "Mesaj informativ", + "okButton": "OK", + "copy_to_clipboard": "Copiază în clipboard" + }, + "inherited_attribute_list": { + "no_inherited_attributes": "Niciun atribut moștenit.", + "title": "Atribute moștenite", + "none": "niciunul" + }, + "jump_to_note": { + "search_button": "Caută în întregul conținut", + "search_placeholder": "Căutați notițe după nume sau tastați > pentru comenzi..." + }, + "left_pane_toggle": { + "hide_panel": "Ascunde panoul", + "show_panel": "Afișează panoul" + }, + "limit": { + "limit": "Limită", + "take_first_x_results": "Obține doar primele X rezultate." + }, + "markdown_import": { + "dialog_title": "Importă Markdown", + "import_button": "Importă", + "import_success": "Conținutul Markdown a fost importat în document.", + "modal_body_text": "Din cauza limitărilor la nivel de navigator, nu este posibilă citirea clipboard-ului din JavaScript. Inserați Markdown-ul pentru a-l importa în caseta de mai jos și dați clic pe butonul Import" + }, + "max_content_width": { + "default_description": "În mod implicit Trilium limitează lățimea conținutului pentru a îmbunătăți lizibilitatea pentru ferestrele maximizate pe ecrane late.", + "max_width_label": "Lungimea maximă a conținutului", + "max_width_unit": "pixeli", + "title": "Lățime conținut", + "centerContent": "Centrează conținutul" + }, + "mobile_detail_menu": { + "delete_this_note": "Șterge această notiță", + "error_cannot_get_branch_id": "Nu s-a putut obține branchId-ul pentru calea „{{notePath}}”", + "error_unrecognized_command": "Comandă nerecunoscută „{{command}}”", + "insert_child_note": "Inserează subnotiță", + "note_revisions": "Revizuiri ale notițelor" + }, + "move_note": { + "clone_note_new_parent": "clonează notița la noul părinte dacă notița are mai multe clone/ramuri (când nu este clar care ramură trebuie ștearsă)", + "move_note": "Mută notița", + "move_note_new_parent": "mută notița în noul părinte dacă notița are unul singur (ramura veche este ștearsă și o ramură nouă este creată în noul părinte)", + "nothing_will_happen": "nu se va întampla nimic dacă notița nu poate fi mutată la notița destinație (deoarece s-ar crea un ciclu în arbore)", + "on_all_matched_notes": "Pentru toate notițele găsite", + "target_parent_note": "notița părinte destinație", + "to": "la" + }, + "move_pane_button": { + "move_left": "Mută la stânga", + "move_right": "Mută la dreapta" + }, + "move_to": { + "dialog_title": "Mută notițele în...", + "error_no_path": "Nicio cale la care să poată fi mutate.", + "move_button": "Mută la notița selectată", + "move_success_message": "Notițele selectate au fost mutate în ", + "notes_to_move": "Notițe de mutat", + "search_placeholder": "căutați notița după denumirea ei", + "target_parent_note": "Notița părinte destinație" + }, + "native_title_bar": { + "disabled": "dezactivată", + "enabled": "activată", + "title": "Bară de titlu nativă (necesită repornirea aplicației)" + }, + "network_connections": { + "check_for_updates": "Verifică automat pentru actualizări", + "network_connections_title": "Conexiuni la rețea" + }, + "note_actions": { + "convert_into_attachment": "Convertește în atașament", + "delete_note": "Șterge notița", + "export_note": "Exportă notița", + "import_files": "Importă fișiere", + "note_attachments": "Atașamente notițe", + "note_source": "Sursa notiței", + "open_note_custom": "Deschide notiță personalizată", + "open_note_externally": "Deschide notița extern", + "open_note_externally_title": "Fișierul va fi deschis într-o aplicație externă și urmărită pentru modificări. Ulterior se va putea încărca versiunea modificată înapoi în Trilium.", + "print_note": "Imprimare notiță", + "re_render_note": "Reinterpretare notiță", + "save_revision": "Salvează o nouă revizie", + "advanced": "Advansat", + "search_in_note": "Caută în notiță", + "convert_into_attachment_failed": "Nu s-a putut converti notița „{{title}}”.", + "convert_into_attachment_successful": "Notița „{{title}}” a fost convertită în atașament.", + "convert_into_attachment_prompt": "Doriți convertirea notiței „{{title}}” într-un atașament al notiței părinte?", + "print_pdf": "Exportare ca PDF...", + "open_note_on_server": "Deschide notița pe server", + "view_revisions": "Revizii ale notițelor...", + "export_as_image": "Exportează ca imagine", + "export_as_image_png": "PNG (bitmap)", + "export_as_image_svg": "SVG (vectorial)", + "note_map": "Harta notițelor" + }, + "note_erasure_timeout": { + "deleted_notes_erased": "Notițele șterse au fost eliminate permanent.", + "erase_deleted_notes_now": "Elimină notițele șterse acum", + "erase_notes_after": "Elimină notițele șterse după:", + "manual_erasing_description": "Se poate rula o eliminare manuală (fără a lua în considerare timpul definit mai sus):", + "note_erasure_description": "Notițele șterse (precum și atributele, reviziile) sunt prima oară doar marcate drept șterse și este posibil să fie recuperate din ecranul Notițe recente. După o perioadă de timp, notițele șterse vor fi „eliminate”, caz în care conținutul lor nu se poate recupera. Această setare permite configurarea duratei de timp dintre ștergerea și eliminarea notițelor.", + "note_erasure_timeout_title": "Timpul de eliminare automată a notițelor șterse" + }, + "note_info_widget": { + "calculate": "calculează", + "created": "Creată la", + "modified": "Modificată la", + "note_id": "ID-ul notiței", + "note_size": "Dimensiunea notiței", + "note_size_info": "Dimensiunea notiței reprezintă o aproximare a cerințelor de stocare ale acestei notițe. Ia în considerare conținutul notiței dar și ale reviziilor sale.", + "subtree_size": "(dimensiunea sub-arborelui: {{size}} în {{count}} notițe)", + "title": "Informații despre notiță", + "type": "Tip", + "mime": "Tip MIME", + "show_similar_notes": "Afișează notițe similare" + }, + "note_launcher": { + "this_launcher_doesnt_define_target_note": "Acesată scurtătură nu definește o notiță-destinație." + }, + "note_map": { + "collapse": "Micșorează la dimensiunea normală", + "open_full": "Expandează la maximum", + "title": "Harta notițelor", + "fix-nodes": "Fixează nodurile", + "link-distance": "Distanța dintre legături" + }, + "note_paths": { + "archived": "Arhivat", + "clone_button": "Clonează notița într-o nouă locație...", + "intro_not_placed": "Notița n-a fost plasată încă în arborele de notițe.", + "intro_placed": "Notița este plasată în următoarele căi:", + "outside_hoisted": "Această cale se află în afara notiței focalizate și este necesară defocalizarea.", + "search": "Caută", + "title": "Căile notiței" + }, + "note_properties": { + "info": "Informații", + "this_note_was_originally_taken_from": "Această notiță a fost preluată original de la:" + }, + "note_type_chooser": { + "modal_body": "Selectați tipul notiței/șablonul pentru noua notiță:", + "modal_title": "Selectați tipul notiței", + "templates": "Șabloane", + "change_path_prompt": "Selectați locul unde să se creeze noua notiță:", + "search_placeholder": "căutare cale notiță după nume (cea implicită dacă este necompletat)", + "builtin_templates": "Șabloane predefinite" + }, + "onclick_button": { + "no_click_handler": "Butonul „{{componentId}}” nu are nicio acțiune la clic definită" + }, + "options_widget": { + "options_change_saved": "Schimbarea opțiunilor a fost înregistrată.", + "options_status": "Starea opțiunilor" + }, + "order_by": { + "asc": "Ascendent (implicit)", + "children_count": "Numărul subnotițelor", + "content_and_attachments_and_revisions_size": "Dimensiunea conținutului notiței incluzând atașamentele și reviziile", + "content_and_attachments_size": "Dimensiunea conținutului notiței incluzând atașamente", + "content_size": "Dimensiunea conținutului notiței", + "date_created": "Data creării", + "date_modified": "Data ultimei modificări", + "desc": "Descendent", + "order_by": "Ordonează după", + "owned_label_count": "Numărul de etichete", + "owned_relation_count": "Numărul de relații", + "parent_count": "Numărul de clone", + "random": "Ordine aleatorie", + "relevancy": "Relevanță (implicit)", + "revision_count": "Numărul de revizii", + "target_relation_count": "Numărul de relații către notiță", + "title": "Titlu" + }, + "owned_attribute_list": { + "owned_attributes": "Atribute proprii" + }, + "password": { + "alert_message": "Aveți grijă să nu uitați parola. Parola este utilizată pentru a accesa interfața web și pentru a cripta notițele protejate. Dacă uitați parola, toate notițele protejate se vor pierde pentru totdeauna.", + "change_password": "Schimbă parola", + "change_password_heading": "Schimbarea parolei", + "for_more_info": "pentru mai multe informații.", + "heading": "Parolă", + "new_password": "Parolă nouă", + "new_password_confirmation": "Confirmarea noii parole", + "old_password": "Parola veche", + "password_changed_success": "Parola a fost schimbată. Trilium se va reîncărca după apăsarea butonului OK.", + "password_mismatch": "Noile parole nu coincid.", + "protected_session_timeout": "Timpul de expirare a sesiunii protejate", + "protected_session_timeout_description": "Timpul de expirare a sesiunii protejate este o perioadă de timp după care sesiunea protejată este ștearsă din memoria navigatorului. Aceasta este măsurată de la timpul ultimei interacțiuni cu notițele protejate. Vezi", + "protected_session_timeout_label": "Timpul de expirare a sesiunii protejate:", + "reset_confirmation": "Prin resetarea parolei se va pierde pentru totdeauna accesul la notițele protejate existente. Sigur doriți resetarea parolei?", + "reset_link": "click aici pentru a o reseta.", + "reset_success_message": "Parola a fost resetată. Setați o nouă parolă", + "set_password": "Setează parola", + "set_password_heading": "Schimbarea parolei", + "wiki": "wiki" + }, + "password_not_set": { + "body1": "Notițele protejate sunt criptate utilizând parola de utilizator, dar nu a fost setată nicio parolă.", + "title": "Parola nu este setată", + "body2": "Pentru a putea proteja notițe, clic pe butonul de mai jos pentru a deschide fereastra de opțiuni și pentru a seta parola.", + "go_to_password_options": "Mergi la setările de parolă" + }, + "promoted_attributes": { + "add_new_attribute": "Adaugă un nou atribut", + "open_external_link": "Deschide legătură externă", + "promoted_attributes": "Atribute promovate", + "remove_this_attribute": "Elimină acest atribut", + "unknown_attribute_type": "Tip de atribut necunoscut „{{type}}”", + "unknown_label_type": "Tip de etichetă necunoscut „{{type}}”", + "url_placeholder": "http://siteweb...", + "unset-field-placeholder": "nesetat", + "remove_color": "Înlătura culoarea" + }, + "prompt": { + "defaultTitle": "Aviz", + "ok": "OK", + "title": "Aviz" + }, + "protected_session": { + "enter_password_instruction": "Afișarea notițelor protejate necesită introducerea parolei:", + "start_session_button": "Deschide sesiunea protejată", + "started": "Sesiunea protejată este activă.", + "wrong_password": "Parolă greșită.", + "protecting-finished-successfully": "Protejarea a avut succes.", + "protecting-in-progress": "Protejare în curs: {{count}}", + "protecting-title": "Stare protejare", + "unprotecting-title": "Stare deprotejare", + "unprotecting-finished-successfully": "Deprotejarea a avut succes.", + "unprotecting-in-progress-count": "Deprotejare în curs: {{count}}" + }, + "protected_session_password": { + "close_label": "Închide", + "form_label": "Pentru a putea continua cu acțiunea cerută este nevoie să fie pornită sesiunea protejată prin introducerea parolei:", + "help_title": "Informații despre notițe protejate", + "modal_title": "Sesiune protejată", + "start_button": "Pornește sesiunea protejată" + }, + "protected_session_status": { + "active": "Sesiunea protejată este activă. Clic pentru a închide sesiunea protejată.", + "inactive": "Clic pentru a porni sesiunea protejată" + }, + "recent_changes": { + "confirm_undelete": "Doriți să restaurați această notiță și subnotițele ei?", + "deleted_notes_message": "Notițele șterse au fost eliminate.", + "erase_notes_button": "Elimină notițele șterse", + "no_changes_message": "Încă nicio schimbare...", + "title": "Modificări recente", + "undelete_link": "restaurare" + }, + "relation_map": { + "cannot_match_transform": "Nu s-a putut identifica transformarea: {{transform}}", + "click_on_canvas_to_place_new_note": "Clic pentru a plasa o nouă notiță", + "confirm_remove_relation": "Doriți ștergerea relației?", + "connection_exists": "Deja există conexiunea „{{name}}” dintre aceste notițe.", + "default_new_note_title": "notiță nouă", + "edit_title": "Editare titlu", + "enter_new_title": "Introduceți noul titlu:", + "enter_title_of_new_note": "Introduceți titlul noii notițe", + "note_already_in_diagram": "Notița „{{title}}” deja se află pe diagramă.", + "note_not_found": "Notița „{{noteId}}” nu a putut fi găsită!", + "open_in_new_tab": "Deschide într-un tab nou", + "remove_note": "Șterge notița", + "remove_relation": "Șterge relația", + "rename_note": "Redenumește notița", + "specify_new_relation_name": "Introduceți denumirea noii relații (caractere permise: alfanumerice, două puncte și underline):", + "start_dragging_relations": "Glisați relațiile de aici peste o altă notiță." + }, + "relation_map_buttons": { + "create_child_note_title": "Crează o subnotiță și adaug-o în harta relațiilor", + "reset_pan_zoom_title": "Resetează poziția și zoom-ul la valorile implicite", + "zoom_in_title": "Mărire", + "zoom_out_title": "Micșorare" + }, + "rename_label": { + "name_title": "Caracterele permise sunt alfanumerice, underline și două puncte.", + "new_name_placeholder": "noul nume", + "old_name_placeholder": "vechiul nume", + "rename_label": "Redenumește eticheta", + "rename_label_from": "Redenumește eticheta de la", + "to": "La" + }, + "rename_note": { + "api_docs": "Vedeți documentația API pentru notițe și proprietăților dateCreatedObj / utcDateCreatedObj pentru detalii.", + "click_help_icon": "Clic pe iconița de ajutor din partea dreapta pentru a vedea toate opțiunile", + "evaluated_as_js_string": "Valoare introdusă este evaluată prin JavaScript și poate fi astfel îmbogățită cu conținut dinamic prin intermediul variabilei injectate note (notița ce este redenumită). Exemple:", + "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - notițele găsite sunt prefixate cu luna și ziua creării notiței", + "example_new_title": "NOU: ${note.title} - notițele identificate sunt prefixate cu „NOU: ”", + "example_note": "Notiță - toate notițele identificate sunt redenumite în „Notiță”", + "new_note_title": "noul titlu al notiței", + "rename_note": "Redenumește notița", + "rename_note_title_to": "Redenumește notița în" + }, + "rename_relation": { + "allowed_characters": "Se permit caractere alfanumerice, underline și două puncte.", + "new_name": "noul nume", + "old_name": "vechiul nume", + "rename_relation": "Redenumește relația", + "rename_relation_from": "Redenumește relația din", + "to": "În" + }, + "render": { + "note_detail_render_help_1": "Această notă informativă este afișată deoarece această notiță de tip „Randare HTML” nu are relația necesară pentru a funcționa corespunzător.", + "note_detail_render_help_2": "Notița de tipul „Render HTML” este utilizată pentru scriptare. Pe scurt, se folosește o notiță de tip cod HTML (opțional cu niște JavaScript) și această notiță o va randa. Pentru a funcționa, trebuie definită o relație denumită „renderNote” ce indică notița HTML de randat." + }, + "revisions": { + "confirm_delete": "Doriți ștergerea acestei revizii?", + "confirm_delete_all": "Doriți ștergerea tuturor reviziilor acestei notițe?", + "confirm_restore": "Doriți restaurarea acestei revizii? Acest lucru va suprascrie titlul și conținutul curent cu cele ale acestei revizii.", + "delete_all_button": "Șterge toate reviziile", + "delete_all_revisions": "Șterge toate reviziile acestei notițe", + "delete_button": "Şterge", + "download_button": "Descarcă", + "file_size": "Dimensiune fișier:", + "help_title": "Informații despre reviziile notițelor", + "mime": "MIME: ", + "no_revisions": "Nu există încă nicio revizie pentru această notiță...", + "note_revisions": "Revizii ale notiței", + "preview_not_available": "Nu este disponibilă o previzualizare pentru acest tip de notiță.", + "restore_button": "Restaurează", + "revision_deleted": "Revizia notiței a fost ștearsă.", + "revision_restored": "Revizia notiței a fost restaurată.", + "revisions_deleted": "Notița reviziei a fost ștearsă.", + "maximum_revisions": "Numărul maxim de revizii pentru notița curentă: {{number}}.", + "settings": "Setări revizii ale notițelor", + "snapshot_interval": "Intervalul de creare a reviziilor pentru notițe: {{seconds}}s.", + "diff_on": "Evidențiază diferențele", + "diff_off": "Afișează conținutul", + "diff_on_hint": "Clic pentru a afișa diferențele față de revizia anterioară, la nivel de cod sursă", + "diff_off_hint": "Clic pentru a afișa întregul conținut al reviziei", + "diff_not_available": "Diferențele nu pot fi evidențiate." + }, + "revisions_button": { + "note_revisions": "Revizii ale notiței" + }, + "revisions_snapshot_interval": { + "note_revisions_snapshot_description": "Intervalul de salvare a reviziilor este timpul după care se crează o nouă revizie a unei notițe. Vedeți wiki-ul pentru mai multe informații.", + "note_revisions_snapshot_interval_title": "Intervalul de salvare a reviziilor", + "snapshot_time_interval_label": "Intervalul de salvare a reviziilor:" + }, + "ribbon": { + "edited_notes_message": "Tab-ul panglicii „Notițe editate” se va deschide automat pentru notițele zilnice", + "promoted_attributes_message": "Tab-ul panglicii „Atribute promovate” se va deschide automat dacă pentru notița curentă există astfel de atribute", + "widgets": "Widget-uri ale panglicii" + }, + "script_executor": { + "execute_query": "Execută interogarea", + "execute_script": "Execută scriptul", + "query": "Interogare", + "script": "Script" + }, + "search_definition": { + "action": "acțiune", + "actions_executed": "Acțiunile au fost executate.", + "add_search_option": "Adaugă opțiune de căutare:", + "ancestor": "ascendent", + "debug": "depanare", + "debug_description": "Modul de depanare va afișa informații adiționale în consolă pentru a ajuta la depanarea interogărilor complexe", + "fast_search": "căutare rapidă", + "fast_search_description": "Căutarea rapidă dezactivează căutarea la nivel de conținut al notițelor cu scopul de a îmbunătăți performanța de căutare pentru baze de date mari.", + "include_archived": "include arhivate", + "include_archived_notes_description": "Notițele arhivate sunt excluse în mod implicit din rezultatele de căutare, această opțiune le include.", + "limit": "limită", + "limit_description": "Limitează numărul de rezultate", + "order_by": "ordonează după", + "save_to_note": "Salvează în notiță", + "search_button": "Căutare", + "search_execute": "Caută și execută acțiunile", + "search_note_saved": "Notița de căutare a fost salvată în {{- notePathTitle}}", + "search_parameters": "Parametrii de căutare", + "search_script": "script de căutare", + "search_string": "șir de căutat", + "unknown_search_option": "Opțiune de căutare necunoscută „{{searchOptionName}}”", + "view_options": "Opțiuni de afișare:" + }, + "search_engine": { + "baidu": "Baidu", + "bing": "Bing", + "custom_name_label": "Denumirea motorului de căutare personalizat", + "custom_name_placeholder": "Personalizați denumirea motorului de căutare", + "custom_search_engine_info": "Un motor de căutare personalizat necesită un nume și un URL. Dacă aceastea nu sunt setate, atunci DuckDuckGo va fi folosit ca motor implicit.", + "custom_url_label": "URL-ul motorului de căutare trebuie să includă „{keyword}” ca substituent pentru termenul căutat.", + "custom_url_placeholder": "Personalizați URL-ul motorului de căutare", + "duckduckgo": "DuckDuckGo", + "google": "Google", + "predefined_templates_label": "Motoare de căutare predefinite", + "save_button": "Salvează", + "title": "Motor de căutare" + }, + "search_script": { + "description1": "Scripturile de căutare permit definirea rezultatelor de căutare prin rularea unui script. Acest lucru oferă flexibilitatea maximă, atunci când căutarea obișnuită nu este suficientă.", + "description2": "Scriptul de căutare trebuie să fie de tipul „cod” și subtipul „JavaScript (backend)”. Scriptul trebuie să returneze un vector de ID-uri de notiță sau notițele propriu-zise.", + "example_code": "// 1. filtrăm rezultatele inițiale utilizând căutarea obișnuită\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. aplicăm criteriile de căutare personalizate\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", + "example_title": "Vedeți acest exemplu:", + "note": "De remarcat că nu se pot utiliza simultan atât caseta de căutare, cât și script-ul de căutare.", + "placeholder": "căutați notița după denumirea ei", + "title": "Script de căutare:" + }, + "search_string": { + "also_see": "vedeți și", + "complete_help": "informații complete despre sintaxa de căutare", + "error": "Eroare la căutare: {{error}}", + "full_text_search": "Introduceți orice text pentru a căuta în conținutul notițelor", + "label_abc": "reîntoarce notițele cu eticheta „abc”", + "label_date_created": "notițe create în ultima lună", + "label_rock_or_pop": "doar una din etichete trebuie să fie prezentă", + "label_rock_pop": "găsește notițe care au atât eticheta „rock”, cât și „pop”", + "label_year": "găsește notițe ce au eticheta „an” cu valoarea 2019", + "label_year_comparison": "comparații numerice (de asemenea >, >=, <).", + "placeholder": "cuvinte cheie pentru căutarea în conținut, #etichetă = valoare...", + "search_syntax": "Sintaxa de căutare", + "title_column": "Textul de căutat:", + "search_prefix": "Căutare:" + }, + "shortcuts": { + "action_name": "Denumirea acțiunii", + "confirm_reset": "Confirmați resetarea tuturor scurtăturilor de la tastatură la valoriile implicite?", + "default_shortcuts": "Scurtături implicite", + "description": "Descriere", + "electron_documentation": "Vedeți documentația Electron pentru modificatorii disponibili și codurile pentru taste.", + "keyboard_shortcuts": "Scurtături de la tastatură", + "multiple_shortcuts": "Mai multe scurtături pentru aceeași acțiune pot fi separate prin virgulă.", + "reload_app": "Reîncărcați aplicația pentru a aplica modificările", + "set_all_to_default": "Setează toate scurtăturile la valorile implicite", + "shortcuts": "Scurtături", + "type_text_to_filter": "Scrieți un text pentru a filtra scurtăturile..." + }, + "similar_notes": { + "no_similar_notes_found": "Nu s-a găsit nicio notiță similară.", + "title": "Notițe similare" + }, + "sort_child_notes": { + "ascending": "ascendent", + "date_created": "data creării", + "date_modified": "data modificării", + "descending": "descendent", + "folders": "Dosare", + "natural_sort": "Ordonare naturală", + "natural_sort_language": "Limba pentru ordonare naturală", + "sort": "Ordonare", + "sort_children_by": "Ordonează subnotițele după...", + "sort_folders_at_top": "ordonează dosarele primele", + "sort_with_respect_to_different_character_sorting": "ordonează respectând regulile de sortare și clasificare diferite în funcție de limbă și regiune.", + "sorting_criteria": "Criterii de ordonare", + "sorting_direction": "Direcția de ordonare", + "the_language_code_for_natural_sort": "Codul limbii pentru ordonarea naturală, e.g. „zn-CN” pentru chineză.", + "title": "titlu" + }, + "spellcheck": { + "available_language_codes_label": "Coduri de limbă disponibile:", + "description": "Aceste opțiuni se aplică doar pentru aplicația de desktop, navigatoarele web folosesc propriile corectoare ortografice.", + "enable": "Activează corectorul ortografic", + "language_code_label": "Codurile de limbă", + "language_code_placeholder": "de exemplu „en-US”, „de-AT”", + "multiple_languages_info": "Mai multe limbi pot fi separate prin virgulă, e.g. \"en-US, de-DE, cs\". ", + "title": "Corector ortografic", + "restart-required": "Schimbările asupra setărilor corectorului ortografic vor fi aplicate după restartarea aplicației." + }, + "sync": { + "fill_entity_changes_button": "Completează înregistrările de schimbare ale entităților", + "filling_entity_changes": "Se completează înregistrările de schimbare ale entităților...", + "force_full_sync_button": "Forțează sincronizare completă", + "full_sync_triggered": "S-a activat o sincronizare completă", + "sync_rows_filled_successfully": "Rândurile de sincronizare s-au completat cu succes", + "title": "Sincronizare", + "failed": "Eroare la sincronizare: {{message}}", + "finished-successfully": "Sincronizarea a avut succes." + }, + "sync_2": { + "config_title": "Configurația sincronizării", + "handshake_failed": "Comunicarea cu serverul de sincronizare a eșuat, eroare: {{message}}", + "help": "Informații", + "note": "Notiță", + "note_description": "Dacă lăsați câmpul de proxy necompletat, proxy-ul de sistem va fi utilizat (se aplică doar pentru aplicația desktop).", + "proxy_label": "Server-ul proxy utilizat pentru sincronizare (opțional)", + "save": "Salvează", + "server_address": "Adresa instanței de server", + "special_value_description": "O altă valoare specială este noproxy ce ignoră proxy-ul de sistem și respectă NODE_TLS_REJECT_UNAUTHORIZED.", + "test_button": "Probează sincronizarea", + "test_description": "Această opțiune va testa conexiunea și comunicarea cu serverul de sincronizare. Dacă serverul de sincronizare nu este inițializat, acest lucru va rula și o sincronizare cu documentul local.", + "test_title": "Probează sincronizarea", + "timeout": "Timp limită de sincronizare", + "timeout_unit": "milisecunde" + }, + "table_of_contents": { + "description": "Cuprinsul va apărea în notițele de tip text atunci când notița are un număr de titluri mai mare decât cel definit. Acest număr se poate personaliza:", + "unit": "titluri", + "disable_info": "De asemenea se poate dezactiva cuprinsul setând o valoare foarte mare.", + "shortcut_info": "Se poate configura și o scurtatură pentru a comuta rapid vizibilitatea panoului din dreapta (inclusiv cuprinsul) în Opțiuni -> Scurtături (denumirea „toggleRightPane”).", + "title": "Cuprins" + }, + "text_auto_read_only_size": { + "description": "Marchează pragul în care o notiță de o anumită dimensiune va fi afișată în mod de citire (pentru motive de performanță).", + "label": "Pragul de dimensiune pentru setarea modului de citire automat (la notițe text)", + "title": "Pragul de mod de citire automat", + "unit": "caractere" + }, + "theme": { + "triliumnext": "Trilium (se adaptează la schema de culori a sistemului)", + "triliumnext-light": "Trilium (luminoasă)", + "triliumnext-dark": "Trilium (întunecată)", + "override_theme_fonts_label": "Suprascrie fonturile temei", + "theme_label": "Temă", + "title": "Tema aplicației", + "layout": "Aspect", + "layout-horizontal-description": "bara de lansare se află sub bara de taburi, bara de taburi este pe toată lungimea.", + "layout-horizontal-title": "Orizontal", + "layout-vertical-title": "Vertical", + "layout-vertical-description": "bara de lansare se află pe stânga (implicit)", + "auto_theme": "Tema clasică (se adaptează la schema de culori a sistemului)", + "light_theme": "Tema clasică (luminoasă)", + "dark_theme": "Tema clasică (întunecată)" + }, + "toast": { + "critical-error": { + "message": "O eroare critică a apărut ce previne pornirea aplicația de client:\n\n{{message}}\n\nAcest lucru este cauzat cel mai probabil de un script care a eșuat în mod neașteptat. Încercați rularea aplicației în modul de siguranță și ulterior remediați problema.", + "title": "Eroare critică" + }, + "widget-error": { + "title": "Eroare la inițializarea unui widget", + "message-custom": "Widget-ul personalizat din notița cu ID-ul „{{id}}”, întitulată ”{{title}}” nu a putut fi inițializată din cauza:\n\n{{message}}", + "message-unknown": "Un widget necunoscut nu a putut fi inițializat din cauza:\n\n{{message}}" + }, + "bundle-error": { + "title": "Eroare la încărcarea unui script personalizat", + "message": "Scriptul nu a putut fi executat din cauza:\n\n{{message}}" + }, + "widget-list-error": { + "title": "Nu s-a putut obține lista de widget-uri de la server" + }, + "widget-render-error": { + "title": "Nu s-a putut randa un widget React" + }, + "widget-missing-parent": "Widget-ul personalizat nu are definită proprietatea necesară „{{property}}“.\n\nDacă acest script este menit să ruleze fără interfață grafică, folosiți '#run=frontendStartup'.", + "open-script-note": "Deschide notița scriptului", + "scripting-error": "Eroare script personalizat: {{title}}" + }, + "tray": { + "enable_tray": "Activează system tray-ul (este necesară repornirea aplicației pentru a avea efect)", + "title": "Tray-ul de sistem" + }, + "update_available": { + "update_available": "Actualizare disponibilă" + }, + "update_label_value": { + "help_text": "Pentru toate notițele găsite, schimbă valoarea etichetei existente.", + "help_text_note": "Se poate apela această metodă și fără o valoare, caz în care eticheta va fi atribuită notiței fără o valoare.", + "label_name_placeholder": "denumirea etichetei", + "label_name_title": "Sunt permise doar caractere alfanumerice, underline și două puncte.", + "new_value_placeholder": "valoarea nouă", + "to_value": "la valoarea", + "update_label_value": "Actualizează valoarea etichetei" + }, + "update_relation_target": { + "allowed_characters": "Sunt permise doar caractere alfanumerice, underline și două puncte.", + "change_target_note": "schimbă notița-țintă a unei relații existente", + "on_all_matched_notes": "Pentru toate notițele găsite", + "relation_name": "denumirea relației", + "target_note": "notița destinație", + "to": "la", + "update_relation": "Actualizează relația", + "update_relation_target": "Actualizează ținta relației" + }, + "upload_attachments": { + "choose_files": "Selectați fișierele", + "files_will_be_uploaded": "Fișierele vor fi încărcate ca atașamente în {{noteTitle}}", + "options": "Opțuni", + "shrink_images": "Micșorează imaginile", + "tooltip": "Dacă această opțiune este bifată, Trilium va încerca micșorarea imaginilor încărcate prin scalarea și optimizarea lor, aspect ce va putea afecta calitatea imaginilor. Dacă nu este bifată, imaginile vor fi încărcate fără nicio schimbare.", + "upload": "Încărcare", + "upload_attachments_to_note": "Încarcă atașamentele la notiță" + }, + "vacuum_database": { + "button_text": "Compactează baza de date", + "database_vacuumed": "Baza de date a fost curățată", + "description": "Va reconstrui baza de date cu scopul de a-i micșora dimensiunea. Datele nu vor fi afectate.", + "title": "Compactarea bazei de date", + "vacuuming_database": "Baza de date este în curs de compactare..." + }, + "vim_key_bindings": { + "enable_vim_keybindings": "Permite utilizarea combinațiilor de taste în stil Vim pentru notițele de tip cod (fără modul ex)", + "use_vim_keybindings_in_code_notes": "Combinații de taste Vim" + }, + "web_view": { + "create_label": "Pentru a începe, creați o etichetă cu adresa URL de încorporat, e.g. #webViewSrc=\"https://www.google.com\"", + "embed_websites": "Notițele de tip „Vizualizare web” permit încorporarea site-urilor web în Trilium.", + "web_view": "Vizualizare web" + }, + "wrap_lines": { + "enable_line_wrap": "Activează trecerea automată pe rândul următor (poate necesita o reîncărcare a interfeței pentru a avea efect)", + "wrap_lines_in_code_notes": "Trecerea automată pe rândul următor în notițe de cod" + }, + "zoom_factor": { + "description": "Zoom-ul poate fi controlat și prin intermediul scurtăturilor CTRL+- and CTRL+=.", + "title": "Factorul de zoom (doar pentru versiunea desktop)" + }, + "zpetne_odkazy": { + "backlink_one": "{{count}} legătură de retur", + "backlink_few": "{{count}} legături de retur", + "backlink_other": "{{count}} de legături de retur", + "relation": "relație" + }, + "svg_export_button": { + "button_title": "Exportă diagrama ca SVG" + }, + "note-map": { + "button-link-map": "Harta legăturilor", + "button-tree-map": "Harta ierarhiei" + }, + "tree-context-menu": { + "advanced": "Opțiuni avansate", + "apply-bulk-actions": "Aplică acțiuni în masă", + "clone-to": "Clonare în...", + "collapse-subtree": "Minimizează subnotițele", + "convert-to-attachment": "Convertește în atașament", + "copy-clone": "Copiază/clonează", + "copy-note-path-to-clipboard": "Copiază calea notiței în clipboard", + "cut": "Decupează", + "delete": "Șterge", + "duplicate": "Dublifică", + "edit-branch-prefix": "Editează prefixul ramurii", + "expand-subtree": "Expandează subnotițele", + "export": "Exportă", + "import-into-note": "Importă în notiță", + "insert-child-note": "Inserează subnotiță", + "insert-note-after": "Inserează după notiță", + "move-to": "Mutare la...", + "open-in-a-new-split": "Deschide în lateral", + "open-in-a-new-tab": "Deschide în tab nou", + "paste-after": "Lipește după notiță", + "paste-into": "Lipește în notiță", + "protect-subtree": "Protejează ierarhia", + "recent-changes-in-subtree": "Schimbări recente în ierarhie", + "search-in-subtree": "Caută în ierarhie", + "sort-by": "Ordonare după...", + "unprotect-subtree": "Deprotejează ierarhia", + "hoist-note": "Focalizează notița", + "unhoist-note": "Defocalizează notița", + "converted-to-attachments": "{{count}} notițe au fost convertite în atașamente.", + "convert-to-attachment-confirm": "Doriți convertirea notițelor selectate în atașamente ale notiței părinte? Această operațiune se aplică doar notițelor de tip imagine, celelalte vor fi ignorate.", + "open-in-popup": "Editare rapidă", + "archive": "Arhivează", + "unarchive": "Dezarhivează", + "open-in-a-new-window": "Deschide în fereastră nouă", + "hide-subtree": "Ascunde subnotițele", + "show-subtree": "Afișează subnotițele" + }, + "shared_info": { + "help_link": "Pentru informații vizitați wiki-ul.", + "shared_locally": "Această notiță este partajată local la {{- link}}.", + "shared_publicly": "Această notiță este partajată public la {{- link}}." + }, + "note_types": { + "book": "Colecție", + "canvas": "Schiță", + "code": "Cod sursă", + "mermaid-diagram": "Diagramă Mermaid", + "mind-map": "Hartă mentală", + "note-map": "Hartă notițe", + "relation-map": "Hartă relații", + "render-note": "Randare notiță", + "saved-search": "Căutare salvată", + "text": "Text", + "web-view": "Vizualizare web", + "doc": "Document", + "file": "Fișier", + "image": "Imagine", + "launcher": "Scurtătură", + "widget": "Widget", + "confirm-change": "Nu se recomandă schimbarea tipului notiței atunci când ea are un conținut. Procedați oricum?", + "geo-map": "Hartă geografică", + "beta-feature": "Beta", + "task-list": "Listă de sarcini", + "new-feature": "Nou", + "collections": "Colecții" + }, + "protect_note": { + "toggle-off": "Deprotejează notița", + "toggle-off-hint": "Notița este protejată, click pentru a o deproteja", + "toggle-on": "Protejează notița", + "toggle-on-hint": "Notița nu este protejată, clic pentru a o proteja" + }, + "shared_switch": { + "inherited": "Nu se poate înlătura partajarea deoarece notița este partajată prin moștenirea de la o notiță părinte.", + "shared": "Partajată", + "shared-branch": "Această notiță există doar ca o notiță partajată, anularea partajării ar cauza ștergerea ei. Sigur doriți ștergerea notiței?", + "toggle-off-title": "Anulează partajarea notițeii", + "toggle-on-title": "Partajează notița" + }, + "template_switch": { + "template": "Șablon", + "toggle-off-hint": "Înlătură notița ca șablon", + "toggle-on-hint": "Marchează notița drept șablon" + }, + "open-help-page": "Deschide pagina de informații", + "find": { + "match_words": "doar cuvinte întregi", + "case_sensitive": "ține cont de majuscule", + "replace_all": "Înlocuiește totul", + "replace_placeholder": "Înlocuiește cu...", + "replace": "Înlocuiește", + "find_placeholder": "Căutați în text..." + }, + "highlights_list_2": { + "options": "Setări", + "title": "Listă de evidențieri", + "title_with_count_one": "{{count}} evidențiere", + "title_with_count_few": "{{count}} evidențieri", + "title_with_count_other": "{{count}} de evidențieri", + "modal_title": "Configurează lista de evidențieri", + "menu_configure": "Configurează lista de evidențieri...", + "no_highlights": "Nu există nicio evidențiere." + }, + "note_icon": { + "change_note_icon": "Schimbă iconița notiței", + "reset-default": "Resetează la iconița implicită", + "search": "Căutare:", + "search_placeholder_one": "Caută printre {{number}} iconițe dintr-un pachet", + "search_placeholder_few": "Caută printre {{number}} iconițe din {{count}} pachete", + "search_placeholder_other": "Caută printre {{number}} iconițe din {{count}} de pachete", + "search_placeholder_filtered": "Căutați printre {{number}} iconițe în {{name}}", + "filter": "Filtrează", + "filter-none": "Toate iconițele", + "filter-default": "Iconițele implicite", + "icon_tooltip": "{{name}}\nPachet iconițe: {{iconPack}}", + "no_results": "Nu s-a găsit nicio iconiță." + }, + "show_highlights_list_widget_button": { + "show_highlights_list": "Afișează lista de evidențieri" + }, + "show_toc_widget_button": { + "show_toc": "Afișează cuprinsul" + }, + "sync_status": { + "connected_no_changes": "

Conectat la server-ul de sincronizare.
Toate modificările au fost deja sincronizate.

Clic pentru a forța o sincronizare.

", + "connected_with_changes": "

Conectat la server-ul de sincronizare.
Există modificări nesincronizate.

Clic pentru a rula o sincronizare.

", + "disconnected_no_changes": "

Nu s-a putut stabili conexiunea la server-ul de sincronizare.
Toate modificările cunoscute au fost deja sincronizate.

Clic pentru a reîncerca sincronizarea.

", + "disconnected_with_changes": "

Nu s-a putut realiza conexiunea la server-ul de sincronizare.
Există modificări nesincronizate.

Clic pentru a rula o sincronizare.

", + "in_progress": "Sincronizare cu server-ul în curs.", + "unknown": "

Starea sincronizării va fi cunoscută după o încercare de sincronizare.

Clic pentru a rula sincronizarea acum.

" + }, + "quick-search": { + "more-results": "... și încă {{number}} rezultate.", + "no-results": "Niciun rezultat găsit", + "placeholder": "Căutare rapidă", + "searching": "Se caută...", + "show-in-full-search": "Afișează în căutare completă" + }, + "note_tree": { + "automatically-collapse-notes": "Minimează automat notițele", + "automatically-collapse-notes-title": "Notițele vor fi minimizate automat după o perioadă de inactivitate pentru a simplifica ierarhia notițelor.", + "collapse-title": "Minimizează ierarhia de notițe", + "hide-archived-notes": "Ascunde notițele arhivate", + "save-changes": "Salvează și aplică modificările", + "scroll-active-title": "Mergi la notița activă", + "tree-settings-title": "Setări ale ierarhiei notițelor", + "auto-collapsing-notes-after-inactivity": "Se minimizează notițele după inactivitate...", + "saved-search-note-refreshed": "Notița de căutare salvată a fost reîmprospătată.", + "create-child-note": "Crează subnotiță", + "hoist-this-note-workspace": "Focalizează spațiul de lucru", + "refresh-saved-search-results": "Reîmprospătează căutarea salvată", + "unhoist": "Defocalizează notița", + "toggle-sidebar": "Comută bara laterală", + "dropping-not-allowed": "Aici nu este permisă plasarea notițelor.", + "clone-indicator-tooltip": "Această notiță are {{- count}} părinți: {{- parents}}", + "clone-indicator-tooltip-single": "Această notiță este clonată (un singur părinte: {{- parent}})", + "shared-indicator-tooltip": "Această notiță este partajată public", + "shared-indicator-tooltip-with-url": "Această notiță este partajată public la: {{- url}}", + "subtree-hidden-tooltip_one": "{{count}} subnotiță ascunsă din arbore", + "subtree-hidden-tooltip_few": "{{count}} subnotițe ascunse din arbore", + "subtree-hidden-tooltip_other": "{{count}} de subnotițe ascunse din arbore", + "subtree-hidden-moved-title": "Adăugat în {{title}}", + "subtree-hidden-moved-description-collection": "Subnotițele din această colecție sunt ascunse din arbore.", + "subtree-hidden-moved-description-other": "Subnotițele din această notiță sunt ascunse." + }, + "title_bar_buttons": { + "window-on-top": "Menține fereastra mereu vizibilă" + }, + "note_detail": { + "could_not_find_typewidget": "Nu s-a putut găsi widget-ul corespunzător tipului „{{type}}”", + "printing": "Imprimare în curs...", + "printing_pdf": "Exportare ca PDF în curs...", + "print_report_title": "Raport de imprimare", + "print_report_collection_content_one": "{{count}} notiță din colecție nu a putut fi imprimată deoarece nu este suportată sau este protejată.", + "print_report_collection_content_few": "{{count}} notițe din colecție nu au putut fi imprimate deoarece nu sunt suportate sau sunt protejate.", + "print_report_collection_content_other": "{{count}} de notițe din colecție nu au putut fi imprimate deoarece nu sunt suportate sau sunt protejate.", + "print_report_collection_details_button": "Afișează detalii", + "print_report_collection_details_ignored_notes": "Notițe ignorate" + }, + "note_title": { + "placeholder": "introduceți titlul notiței aici...", + "created_on": "Creată la ", + "last_modified": "Modificată la ", + "note_type_switcher_label": "Schimbă din {{type}} la:", + "note_type_switcher_others": "Mai multe tipuri de notițe", + "note_type_switcher_templates": "Șablon", + "note_type_switcher_collection": "Colecție", + "edited_notes": "Notițe editate în această zi", + "promoted_attributes": "Atribute promovate" + }, + "revisions_snapshot_limit": { + "erase_excess_revision_snapshots": "Șterge acum reviziile excesive", + "erase_excess_revision_snapshots_prompt": "Reviziile excesive au fost șterse.", + "note_revisions_snapshot_limit_description": "Limita numărului de revizii se referă la numărul maxim de revizii pentru fiecare notiță. -1 reprezintă nicio limită, 0 înseamnă ștergerea tuturor reviziilor. Se poate seta valoarea individual pentru o notiță prin eticheta #versioningLimit.", + "note_revisions_snapshot_limit_title": "Limita de revizii a notițelor", + "snapshot_number_limit_label": "Numărul maxim de revizii pentru notițe:", + "snapshot_number_limit_unit": "revizii" + }, + "search_result": { + "no_notes_found": "Nu au fost găsite notițe pentru parametrii de căutare dați.", + "search_not_executed": "Căutarea n-a fost rulată încă. Clic pe butonul „Căutare” de deasupra pentru a vedea rezultatele." + }, + "show_floating_buttons_button": { + "button_title": "Afișează butoanele" + }, + "spacer": { + "configure_launchbar": "Configurează bara de lansare" + }, + "sql_result": { + "no_rows": "Nu s-a găsit niciun rând pentru această interogare", + "not_executed": "Această interogare nu a fost executată încă.", + "failed": "Interogarea SQL a eșuat", + "statement_result": "Rezultatul comenzii SQL", + "execute_now": "Execută acum" + }, + "sql_table_schemas": { + "tables": "Tabele" + }, + "app_context": { + "please_wait_for_save": "Așteptați câteva secunde până se salvează toate datele și apoi reîncercați." + }, + "tab_row": { + "add_new_tab": "Adaugă tab nou", + "close": "Închide", + "close_all_tabs": "Închide toate taburile", + "close_other_tabs": "Închide celelalte taburi", + "close_tab": "Închide tab", + "move_tab_to_new_window": "Mută acest tab în altă fereastră", + "new_tab": "Tab nou", + "close_right_tabs": "Închide taburile din dreapta", + "copy_tab_to_new_window": "Copiază tab-ul într-o fereastră nouă", + "reopen_last_tab": "Redeschide ultimul tab închis" + }, + "toc": { + "options": "Setări", + "table_of_contents": "Cuprins", + "no_headings": "Niciun titlu." + }, + "watched_file_update_status": { + "file_last_modified": "Fișierul a fost ultima oară modificat la data de .", + "ignore_this_change": "Ignoră această schimbare", + "upload_modified_file": "Încarcă fișier modificat" + }, + "clipboard": { + "copied": "Notițele au fost copiate în clipboard.", + "cut": "Notițele au fost decupate în clipboard.", + "copy_failed": "Nu se poate copia în clipboard din cauza unor probleme de permisiuni.", + "copy_success": "S-a copiat în clipboard." + }, + "entrypoints": { + "note-executed": "Notița a fost executată.", + "note-revision-created": "S-a creat o revizie a notiței.", + "sql-error": "A apărut o eroare la executarea interogării SQL: {{message}}" + }, + "image": { + "cannot-copy": "Nu s-a putut copia în clipboard referința către imagine.", + "copied-to-clipboard": "S-a copiat o referință către imagine în clipboard. Aceasta se poate lipi în orice notiță text." + }, + "note_create": { + "duplicated": "Notița „{{title}}” a fost dublificată." + }, + "branches": { + "cannot-move-notes-here": "Nu se pot muta notițe aici.", + "delete-finished-successfully": "Ștergerea a avut succes.", + "delete-notes-in-progress": "Ștergere în curs: {{count}}", + "delete-status": "Starea ștergerii", + "undeleting-notes-finished-successfully": "Restaurarea notițelor a avut succes.", + "undeleting-notes-in-progress": "Restaurare notițe în curs: {{count}}" + }, + "frontend_script_api": { + "async_warning": "Ați trimis o funcție asincronă metodei `api.runOnBackend()` și este posibil să nu se comporte așa cum vă așteptați.\\nFie faceți metoda sincronă (prin ștergerea cuvântului-cheie `async`), sau folosiți `api.runAsyncOnBackendWithManualTransactionHandling()`.", + "sync_warning": "Ați trimis o funcție sincronă funcției `api.runAsyncOnBackendWithManualTransactionHandling()`,\\ndar cel mai probabil trebuie folosit `api.runOnBackend()` în schimb." + }, + "ws": { + "consistency-checks-failed": "Au fost identificate erori de consistență! Vedeți mai multe detalii în loguri.", + "encountered-error": "A fost întâmpinată o eroare: „{{message}}”. Vedeți în loguri pentru mai multe detalii.", + "sync-check-failed": "Verificările de sincronizare au eșuat!", + "lost-websocket-connection-title": "S-a pierdut conexiunea la server", + "lost-websocket-connection-message": "Verificați configurația reverse proxy-ului (e.g. nginx sau Apache) astfel încât să permită comunicarea prin WebSocket." + }, + "hoisted_note": { + "confirm_unhoisting": "Notița dorită „{{requestedNote}}” este în afara ierarhiei notiței focalizate „{{hoistedNote}}”. Doriți defocalizarea pentru a accesa notița?" + }, + "launcher_context_menu": { + "reset_launcher_confirm": "Doriți resetarea lansatorului „{{title}}”? Toate datele și setările din această notiță (și subnotițele ei) vor fi pierdute, iar lansatorul va fi resetat în poziția lui originală.", + "add-custom-widget": "Adaugă un widget personalizat", + "add-note-launcher": "Adaugă un lansator de notiță", + "add-script-launcher": "Adaugă un lansator de script", + "add-spacer": "Adaugă un separator", + "delete": "Șterge ", + "duplicate-launcher": "Dublifică lansatorul ", + "move-to-available-launchers": "Mută în Lansatoare disponibile", + "move-to-visible-launchers": "Mută în Lansatoare vizibile", + "reset": "Resetează" + }, + "highlighting": { + "color-scheme": "Temă de culori", + "description": "Controlează evidențierea de sintaxă pentru blocurile de cod în interiorul notițelor text, notițele de tip cod nu vor fi afectate de aceste setări.", + "title": "Blocuri de cod" + }, + "code_block": { + "word_wrapping": "Încadrare text", + "theme_none": "Fără evidențiere de sintaxă", + "theme_group_dark": "Teme întunecate", + "theme_group_light": "Teme luminoase", + "copy_title": "Copiază în clipboard" + }, + "classic_editor_toolbar": { + "title": "Formatare" + }, + "editing": { + "editor_type": { + "label": "Bară de formatare", + "floating": { + "title": "Editor cu bară flotantă", + "description": "uneltele de editare vor apărea lângă cursor;" + }, + "fixed": { + "title": "Editor cu bară fixă", + "description": "uneltele de editare vor apărea în tab-ul „Formatare” din panglică." + }, + "multiline-toolbar": "Afișează bara de unelte pe mai multe rânduri dacă nu încape." + } + }, + "editor": { + "title": "Editor" + }, + "electron_context_menu": { + "add-term-to-dictionary": "Adaugă „{{term}}” în dicționar", + "copy": "Copiază", + "copy-link": "Copiază legătura", + "cut": "Decupează", + "paste": "Lipește", + "paste-as-plain-text": "Lipește doar textul", + "search_online": "Caută „{{term}}” cu {{searchEngine}}", + "search_in_trilium": "Caută „{{term}}” în Trilium" + }, + "image_context_menu": { + "copy_image_to_clipboard": "Copiază imaginea în clipboard", + "copy_reference_to_clipboard": "Copiază referința în clipboard" + }, + "link_context_menu": { + "open_note_in_new_split": "Deschide notița într-un panou nou", + "open_note_in_new_tab": "Deschide notița într-un tab nou", + "open_note_in_new_window": "Deschide notița într-o fereastră nouă", + "open_note_in_popup": "Editare rapidă", + "open_note_in_other_split": "Deschide notița în celălalt panou" + }, + "note_autocomplete": { + "clear-text-field": "Șterge conținutul casetei", + "create-note": "Crează și inserează legătură către „{{term}}”", + "full-text-search": "Căutare în întregimea textului", + "insert-external-link": "Inserează legătură extern către „{{term}}”", + "search-for": "Caută „{{term}}”", + "show-recent-notes": "Afișează notițele recente" + }, + "electron_integration": { + "background-effects": "Activează efectele de fundal", + "background-effects-description": "Adaugă un fundal estompat și elegant ferestrelor aplicațiilor, creând profunzime și un aspect modern. Opțiunea „Bară de titlu nativă” trebuie să fie dezactivată.", + "desktop-application": "Aplicația desktop", + "native-title-bar": "Bară de titlu nativă", + "native-title-bar-description": "Pentru Windows și macOS, dezactivarea bării de titlu native face aplicația să pară mai compactă. Pe Linux, păstrarea bării integrează mai bine aplicația cu restul sistemului de operare.", + "restart-app-button": "Restartează aplicația pentru a aplica setările", + "zoom-factor": "Factor de zoom" + }, + "note_tooltip": { + "note-has-been-deleted": "Notița a fost ștearsă.", + "quick-edit": "Editare rapidă" + }, + "geo-map-context": { + "open-location": "Deschide locația", + "remove-from-map": "Înlătură de pe hartă", + "add-note": "Adaugă un marcaj la această poziție" + }, + "geo-map": { + "create-child-note-title": "Crează o notiță nouă și adaug-o pe hartă", + "unable-to-load-map": "Nu s-a putut încărca harta.", + "create-child-note-instruction": "Click pe hartă pentru a crea o nouă notiță la acea poziție sau apăsați Escape pentru a anula.", + "create-child-note-text": "Adaugă marcaj" + }, + "duration": { + "days": "zile", + "hours": "ore", + "minutes": "minute", + "seconds": "secunde" + }, + "help-button": { + "title": "Deschide ghidul relevant" + }, + "zen_mode": { + "button_exit": "Ieși din modul zen" + }, + "time_selector": { + "minimum_input": "Valoarea introdusă trebuie să fie de cel puțin {{minimumSeconds}} secunde.", + "invalid_input": "Valoarea de timp introdusă nu este corectă." + }, + "share": { + "title": "Setări de partajare", + "show_login_link_description": "Adaugă o legătură de autentificare în subsolul paginilor partajate", + "show_login_link": "Afișează legătura de autentificare în tema de partajare", + "share_root_not_shared": "Notița „{{noteTitle}}” are eticheta #shareRoot dar nu este partajată", + "share_root_not_found": "Nu s-a identificat nicio notiță cu eticheta `#shareRoot`", + "share_root_found": "Notița principală pentru partajare „{{noteTitle}}” este pregătită", + "redirect_bare_domain_description": "Redirecționează utilizatorii anonimi către pagina de partajare în locul paginii de autentificare", + "redirect_bare_domain": "Redirecționează domeniul principal la pagina de partajare", + "check_share_root": "Verificare stare pagină partajată principală" + }, + "tasks": { + "due": { + "today": "Azi", + "tomorrow": "Mâine", + "yesterday": "Ieri" + } + }, + "content_widget": { + "unknown_widget": "Nu s-a putut găsi widget-ul corespunzător pentru „{{id}}”." + }, + "code-editor-options": { + "title": "Editor" + }, + "content_language": { + "description": "Selectați una sau mai multe limbi ce vor apărea în selecția limbii din cadrul secțiunii „Proprietăți de bază” pentru notițele de tip text (editabile sau doar în citire).", + "title": "Limbi pentru conținutul notițelor" + }, + "note_language": { + "configure-languages": "Configurează limbile...", + "not_set": "Nicio limbă setată", + "help-on-languages": "Informații despre limba conținutului..." + }, + "png_export_button": { + "button_title": "Exportă diagrama ca PNG" + }, + "switch_layout_button": { + "title_horizontal": "Mută panoul de editare la stânga", + "title_vertical": "Mută panoul de editare în jos" + }, + "toggle_read_only_button": { + "lock-editing": "Blochează editarea", + "unlock-editing": "Deblochează editarea" + }, + "custom_date_time_format": { + "title": "Format dată/timp personalizat", + "description": "Personalizați formatul de dată și timp inserat prin sau din bara de unelte. Vedeți Documentația Day.js pentru câmpurile de formatare disponibile.", + "format_string": "Șir de formatare:", + "formatted_time": "Data și ora formatate:" + }, + "multi_factor_authentication": { + "title": "Autentificare multi-factor", + "description": "Autentificarea multifactor (MFA) adaugă un strat de securitate adițional. Pe lângă introducerea parolei pentru atentificare, este necesară o dovadă adițională pentru a verifica identitatea. În acest fel, chiar dacă cineva este în posesia parolei dvs., nu vor putea accesa contul fără dovada adițională.

Urmați instrucțiunile de mai jos pentru a activa MFA. Dacă configurația nu este corectă, autentificarea va face doar cu parolă.", + "mfa_enabled": "Activare autentificare multi-factor", + "mfa_method": "Metodă MFA", + "electron_disabled": "Autentificarea multi-factor este suportată doar în aplicația desktop momentan.", + "totp_title": "Parolă unică bazată pe timp (TOTP)", + "totp_description": "TOTP (Time-Based One-Time Password) este o funcție de securitate care crează un cod unic, temporar care se schimbă la fiecare 30 de secunde. Acest cod se poate folosi pe lângă parolă pentru a face accesul neautorizat mult mai dificil.", + "totp_secret_title": "Generează secret TOTP", + "totp_secret_generate": "Generează secret TOTP", + "totp_secret_regenerate": "Regenerează secretul TOTP", + "no_totp_secret_warning": "Pentru a activa TOTP trebuie mai întâi generat un secret TOTP.", + "totp_secret_description_warning": "După generarea unui nou secret TOTP, va trebui să vă autentificați din nou cu folosirea codului TOTP.", + "totp_secret_generated": "Secret TOTP generat", + "totp_secret_warning": "Stocați secretul generat într-un loc securizat. Acesta nu va mai fi afișat din nou.", + "totp_secret_regenerate_confirm": "Doriți regenerarea secretului TOTP? Acest lucru va invalida secretul TOTP anterior și toate codurile de recuperere preexistente.", + "recovery_keys_title": "Chei unice de recuperare", + "recovery_keys_description": "Fiecare cheie unică poate fi folosită o singură dată pentru autentificare chiar dacă nu mai aveți acces la codurile generate.", + "recovery_keys_description_warning": "Cheile de recuperare nu vor mai fi afișate după părăsirea acestei pagini; păstrați-le într-un loc sigur.
Odată ce o cheie de recuperare este folosită, ea nu mai poate fi refolosită.", + "recovery_keys_error": "Eroare la generarea codurilor de recuperare", + "recovery_keys_no_key_set": "Niciun cod de recuperare nu a fost setat", + "recovery_keys_generate": "Generează codurile de recuperare", + "recovery_keys_regenerate": "Regenerează codurile de recuperare", + "recovery_keys_used": "Folosit la: {{date}}", + "recovery_keys_unused": "Codul de recuperere {{index}} este nefolosit", + "oauth_title": "OAuth/OpenID", + "oauth_description": "OpenID este o cale standardizată ce permite autentificarea într-un site folosind un cont dintr-un alt serviciu, precum Google, pentru a verifica identitatea. În mod implicit furnizorul este Google, dar se poate schimba cu orice furnizor OpenID. Pentru mai multe informații, consultați ghidul. Urmați aceste instrucțiuni pentru a putea configura OpenID prin Google.", + "oauth_description_warning": "Pentru a activa OAuth sau OpenID, trebuie să configurați URL-ul de bază, ID-ul de client și secretul de client în fișierul config.ini și să reporniți aplicația. Dacă doriți să utilizați variabile de environment, puteți seta TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID și TRILIUM_OAUTH_CLIENT_SECRET.", + "oauth_missing_vars": "Setări lipsă: {{-variables}}", + "oauth_user_account": "Cont: ", + "oauth_user_email": "Email: ", + "oauth_user_not_logged_in": "Neautentificat!" + }, + "svg": { + "export_to_png": "Diagrama nu a putut fi exportată în PNG.", + "export_to_svg": "Diagrama nu a putut fi exportată în SVG." + }, + "code_theme": { + "title": "Afișare", + "word_wrapping": "Încadrare text", + "color-scheme": "Temă de culori" + }, + "cpu_arch_warning": { + "title": "Descărcați versiunea de ARM64", + "message_macos": "Aplicația rulează momentan sub stratul de translație Rosetta 2, ceea ce înseamnă că folosiți versiunea de Intel (x64) pe un Mac cu Apple Silicon. Acest lucru impactează semnificativ performanța aplicației și durata de viață a bateriei.", + "message_windows": "Aplicația rulează în mod de emulare, ceea ce înseamnă că folosiți versiunea de Intel (x64) pe un dispozitiv Windows pe ARM. Acest lucru impactează semnificativ performanția aplicației și durata de viață a bateriei.", + "recommendation": "Pentru cea mai bună experiență, descărcați versiunea nativă de ARM64 a aplicației de pe pagina de release-uri.", + "download_link": "Descarcă versiunea nativă", + "continue_anyway": "Continuă oricum", + "dont_show_again": "Nu mai afișa acest mesaj" + }, + "editorfeatures": { + "title": "Funcții", + "emoji_completion_enabled": "Activează auto-completarea pentru emoji-uri", + "note_completion_enabled": "Activează auto-completarea pentru notițe", + "emoji_completion_description": "Dacă această funcție este pornită, emoji-urile pot fi inserate rapid prin tastarea caracterului „:”, urmat de denumirea emoji-ului.", + "note_completion_description": "Dacă această funcție este pornită, se pot crea ușor legături către notițe prin tastarea „@”, urmată de titlul notiței dorite.", + "slash_commands_enabled": "Activează comenzi rapide prin tasta slash", + "slash_commands_description": "Dacă această funcție este pornită, se poate folosi tasta „/” pentru a rula rapid comenzi de editare precum inserarea de întreruperi de pagină sau titluri." + }, + "table_view": { + "new-row": "Rând nou", + "new-column": "Coloană nouă", + "sort-column-by": "Ordonează după „{{title}}”", + "sort-column-ascending": "Ascendent", + "sort-column-descending": "Descendent", + "sort-column-clear": "Dezactivează ordonarea", + "hide-column": "Ascunde coloana „{{title}}”", + "show-hide-columns": "Afișează/ascunde coloane", + "row-insert-above": "Inserează rând deasupra", + "row-insert-below": "Inserează rând dedesubt", + "row-insert-child": "Inserează subnotiță", + "add-column-to-the-left": "Adaugă coloană la stânga", + "add-column-to-the-right": "Adaugă coloană la dreapta", + "edit-column": "Editează coloana", + "delete_column_confirmation": "Doriți ștergerea acestei coloane? Atributul corespunzător va fi șters din toate notițele din ierarhie.", + "delete-column": "Șterge coloana", + "new-column-label": "Etichetă", + "new-column-relation": "Relație" + }, + "book_properties_config": { + "hide-weekends": "Ascunde weekend-urile", + "display-week-numbers": "Afișează numărul săptămânii", + "map-style": "Stil hartă", + "max-nesting-depth": "Nivel maxim de imbricare:", + "raster": "Raster", + "vector_light": "Vectorial (culoare deschisă)", + "vector_dark": "Vectorial (culoare închisă)", + "show-scale": "Afișează scara hărții" + }, + "table_context_menu": { + "delete_row": "Șterge rândul" + }, + "board_view": { + "delete-note": "Șterge notița...", + "move-to": "Mută la", + "insert-above": "Inserează deasupra", + "insert-below": "Inserează dedesubt", + "delete-column": "Șterge coloana", + "delete-column-confirmation": "Doriți ștergerea acestei coloane? Atributul corespunzător va fi șters din notițele din acest tabel.", + "new-item": "Intrare nouă", + "add-column": "Adaugă coloană", + "remove-from-board": "Înlătură de pe tablă", + "archive-note": "Arhivează notița", + "unarchive-note": "Dezarhivează notița", + "new-item-placeholder": "Introduceți titlul notiței...", + "add-column-placeholder": "Introduceți denumirea coloanei...", + "edit-note-title": "Clic pentru a edita titlul notiței", + "edit-column-title": "Clic pentru a edita titlul coloanei", + "column-already-exists": "Această coloană deja există." + }, + "command_palette": { + "tree-action-name": "Listă de notițe: {{name}}", + "export_note_title": "Exportă notița", + "export_note_description": "Exportă notița curentă", + "show_attachments_title": "Afișează atașamentele", + "show_attachments_description": "Vedeți lista de atașamente corespunzătoare notiței", + "search_notes_title": "Căutare notițe", + "search_notes_description": "Deschide căutare avansată", + "search_subtree_title": "Caută în ierarhie", + "search_subtree_description": "Caută în notițele din ierarhia curentă", + "search_history_title": "Afișează istoricul de căutare", + "search_history_description": "Afișează căutarile anterioare", + "configure_launch_bar_title": "Configurează bara de lansare", + "configure_launch_bar_description": "Deschide configurația barei de lansare, pentru a putea adăuga sau ștergere intrări." + }, + "content_renderer": { + "open_externally": "Deschide în afara programului" + }, + "modal": { + "close": "Închide", + "help_title": "Afișează mai multe informații despre acest ecran" + }, + "call_to_action": { + "background_effects_title": "Efectele de fundal sunt acum stabile", + "background_effects_message": "Pe dispozitive cu Windows și macOS, efectele de fundal sunt stabile. Acestea adaugă un strop de culoare interfeței grafice prin estomparea fundalului din spatele ferestrei.", + "background_effects_button": "Activează efectele de fundal", + "next_theme_title": "Încercați noua temă Trilium", + "next_theme_message": "Utilizați tema clasică, doriți să încercați noua temă?", + "next_theme_button": "Testează noua temă", + "dismiss": "Treci peste", + "new_layout_title": "Aspect nou", + "new_layout_message": "Am introdus un aspect modernizat pentru Trilium. Panglică a fost integrată în restul interfeței, cu o bară de stare nouă și secțiuni expandabile (precum atributele promovate) ce preiau funcționalitatea de bază.\n\nNoul aspect este activat în mod implicit, și se poate dezactiva momentan din Opțiuni → Aspect.", + "new_layout_button": "Mai multe informații" + }, + "ui-performance": { + "title": "Setări de performanță", + "enable-motion": "Activează tranzițiile și animațiile", + "enable-shadows": "Activează umbrirea elementelor", + "enable-backdrop-effects": "Activează efectele de fundal pentru meniuri, popup-uri și panouri", + "enable-smooth-scroll": "Activează derularea lină", + "app-restart-required": "(este necesară repornirea aplicației pentru ca modificarea să aibă efect)" + }, + "settings": { + "related_settings": "Setări similare" + }, + "settings_appearance": { + "related_code_blocks": "Tema de culori pentru blocuri de cod în notițe de tip text", + "related_code_notes": "Tema de culori pentru notițele de tip cod", + "ui": "Interfață grafică", + "ui_old_layout": "Aspect vechi", + "ui_new_layout": "Aspect nou" + }, + "units": { + "percentage": "%" + }, + "pagination": { + "page_title": "Pagina pentru {{startIndex}} - {{endIndex}}", + "total_notes": "{{count}} notițe" + }, + "collections": { + "rendering_error": "Nu a putut fi afișat conținutul din cauza unei erori." + }, + "presentation_view": { + "edit-slide": "Editați acest slide", + "start-presentation": "Începeți prezentarea", + "slide-overview": "Afișați o imagine de ansamblu a slide-urilor" + }, + "read-only-info": { + "read-only-note": "Vizualizați o notiță în modul doar în citire.", + "auto-read-only-note": "Această notiță este afișată în modul doar în citire din motive de performanță.", + "edit-note": "Editează notița" + }, + "calendar_view": { + "delete_note": "Șterge notița..." + }, + "note-color": { + "clear-color": "Înlăturați culoarea notiței", + "set-color": "Setați culoarea notiței", + "set-custom-color": "Setați culoare personalizată pentru notiță" + }, + "popup-editor": { + "maximize": "Comută la editorul principal" + }, + "experimental_features": { + "title": "Opțiuni experimentale", + "disclaimer": "Aceste opțiuni sunt experimentale și pot cauza instabilitate. Folosiți cu prudență.", + "new_layout_name": "Aspect nou", + "new_layout_description": "Încercați noul aspect pentru un design mai modern și mai ușor de utilizat. Poate surveni modificări semnificative în următoarele release-uri." + }, + "server": { + "unknown_http_error_title": "Eroare de comunicare cu server-ul", + "unknown_http_error_content": "Cod: {{statusCode}}\nURL: {{method}} {{url}}\nMesaj: {{message}}", + "traefik_blocks_requests": "Dacă utilizați reverse proxy-ul Traefik, acesta a introdus o schimbare majoră ce afectează comunicarea cu server-ul." + }, + "tab_history_navigation_buttons": { + "go-back": "Înapoi la notița anterioară", + "go-forward": "Înainte către notița următoare" + }, + "breadcrumb_badges": { + "read_only_explicit": "Mod citire", + "read_only_explicit_description": "Această notiță a fost setată explicit să fie doar în citire.\nClick pentru a o edita temporar.", + "read_only_auto": "Mod citire auto", + "read_only_auto_description": "Această notița a fost setată automată să fie în mod doar de citire din motive de performanță. Această limită automată este ajustabilă din setări.\n\nClick pentru a o edita 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.", + "shared_publicly": "Partajată public", + "shared_locally": "Partajată local", + "shared_copy_to_clipboard": "Copiază legătură în clipboard", + "shared_open_in_browser": "Deschide legătura în browser", + "shared_unshare": "Înlătură partajarea", + "clipped_note": "Decupare web", + "clipped_note_description": "Această notiță a fost preluată de la {{url}}.\n\nClic pentru a naviga la pagina web sursă.", + "execute_script": "Rulează script", + "execute_script_description": "Această notiță este un script. Clic pentru a executa scriptul.", + "execute_sql": "Rulează SQL", + "execute_sql_description": "Această notiță este de tip SQL. Clic pentru a executa interogarea SQL.", + "save_status_saved": "Salvat", + "save_status_saving": "Se salvează...", + "save_status_unsaved": "Nesalvat", + "save_status_error": "Salvarea a eșuat", + "save_status_saving_tooltip": "Modificările sunt în curs de salvare.", + "save_status_unsaved_tooltip": "Există schimbări ce nu au fost încă salvate. Acestea vor fi salvate automat într-un moment.", + "save_status_error_tooltip": "A intervenit o eroare la salvarea notiței. Dacă este posibil, încercați să copiați conținutul notiței într-un alt loc și să reîmprospătați aplicația." + }, + "breadcrumb": { + "hoisted_badge": "Focalizat", + "hoisted_badge_title": "Defocalizează", + "workspace_badge": "Spațiu de lucru", + "scroll_to_top_title": "Sari la începutul notiței", + "create_new_note": "Crează subnotiță", + "empty_hide_archived_notes": "Ascunde notițele arhivate" + }, + "status_bar": { + "language_title": "Schimbă limba conținutului", + "note_info_title": "Afișează informații despre notiță precum data modificării și dimensiunea", + "backlinks_one": "{{count}} legătură de retur", + "backlinks_few": "{{count}} legături de retur", + "backlinks_other": "{{count}} de legături de retur", + "backlinks_title_one": "Afișează legătura de retur", + "backlinks_title_few": "Afișează legăturile de retur", + "backlinks_title_other": "Afișează legăturile de retur", + "attachments_one": "{{count}} atașament", + "attachments_few": "{{count}} atașamente", + "attachments_other": "{{count}} de atașamente", + "attachments_title_one": "Deschide atașamentul într-un tab nou", + "attachments_title_few": "Deschide atașamentele într-un tab nou", + "attachments_title_other": "Deschide atașamentele într-un tab nou", + "attributes_one": "{{count}} atribut", + "attributes_few": "{{count}} atribute", + "attributes_other": "{{count}} de atribute", + "attributes_title": "Atribute proprii și moștenite", + "note_paths_one": "O cale", + "note_paths_few": "{{count}} căi", + "note_paths_other": "{{count}} de căi", + "note_paths_title": "Căi ale notiței", + "code_note_switcher": "Schimbă limbajul" + }, + "attributes_panel": { + "title": "Atributele notiței" + }, + "right_pane": { + "empty_message": "Nimic de afișat pentru această notiță", + "empty_button": "Ascunde panoul", + "toggle": "Comută panoul din dreapta", + "custom_widget_go_to_source": "Mergi la codul sursă" + }, + "pdf": { + "attachments_one": "{{count}} atașament", + "attachments_few": "{{count}} atașamente", + "attachments_other": "{{count}} de atașamente", + "layers_one": "{{count}} strat", + "layers_few": "{{count}} straturi", + "layers_other": "{{count}} de straturi", + "pages_one": "{{count}} pagină", + "pages_few": "{{count}} pagini", + "pages_other": "{{count}} de pagini", + "pages_alt": "Pagina {{pageNumber}}", + "pages_loading": "Încărcare..." + }, + "platform_indicator": { + "available_on": "Disponibil pe {{platform}}" + }, + "mobile_tab_switcher": { + "title_one": "{{count}} tab", + "title_few": "{{count}} taburi", + "title_other": "{{count}} de taburi", + "more_options": "Mai multe opțiuni" } - }, - "editor": { - "title": "Editor" - }, - "electron_context_menu": { - "add-term-to-dictionary": "Adaugă „{{term}}” în dicționar", - "copy": "Copiază", - "copy-link": "Copiază legătura", - "cut": "Decupează", - "paste": "Lipește", - "paste-as-plain-text": "Lipește doar textul", - "search_online": "Caută „{{term}}” cu {{searchEngine}}", - "search_in_trilium": "Caută „{{term}}” în Trilium" - }, - "image_context_menu": { - "copy_image_to_clipboard": "Copiază imaginea în clipboard", - "copy_reference_to_clipboard": "Copiază referința în clipboard" - }, - "link_context_menu": { - "open_note_in_new_split": "Deschide notița într-un panou nou", - "open_note_in_new_tab": "Deschide notița într-un tab nou", - "open_note_in_new_window": "Deschide notița într-o fereastră nouă", - "open_note_in_popup": "Editare rapidă", - "open_note_in_other_split": "Deschide notița în celălalt panou" - }, - "note_autocomplete": { - "clear-text-field": "Șterge conținutul casetei", - "create-note": "Crează și inserează legătură către „{{term}}”", - "full-text-search": "Căutare în întregimea textului", - "insert-external-link": "Inserează legătură extern către „{{term}}”", - "search-for": "Caută „{{term}}”", - "show-recent-notes": "Afișează notițele recente" - }, - "electron_integration": { - "background-effects": "Activează efectele de fundal", - "background-effects-description": "Adaugă un fundal estompat și elegant ferestrelor aplicațiilor, creând profunzime și un aspect modern. Opțiunea „Bară de titlu nativă” trebuie să fie dezactivată.", - "desktop-application": "Aplicația desktop", - "native-title-bar": "Bară de titlu nativă", - "native-title-bar-description": "Pentru Windows și macOS, dezactivarea bării de titlu native face aplicația să pară mai compactă. Pe Linux, păstrarea bării integrează mai bine aplicația cu restul sistemului de operare.", - "restart-app-button": "Restartează aplicația pentru a aplica setările", - "zoom-factor": "Factor de zoom" - }, - "note_tooltip": { - "note-has-been-deleted": "Notița a fost ștearsă.", - "quick-edit": "Editare rapidă" - }, - "geo-map-context": { - "open-location": "Deschide locația", - "remove-from-map": "Înlătură de pe hartă", - "add-note": "Adaugă un marcaj la această poziție" - }, - "geo-map": { - "create-child-note-title": "Crează o notiță nouă și adaug-o pe hartă", - "unable-to-load-map": "Nu s-a putut încărca harta.", - "create-child-note-instruction": "Click pe hartă pentru a crea o nouă notiță la acea poziție sau apăsați Escape pentru a anula.", - "create-child-note-text": "Adaugă marcaj" - }, - "duration": { - "days": "zile", - "hours": "ore", - "minutes": "minute", - "seconds": "secunde" - }, - "help-button": { - "title": "Deschide ghidul relevant" - }, - "zen_mode": { - "button_exit": "Ieși din modul zen" - }, - "time_selector": { - "minimum_input": "Valoarea introdusă trebuie să fie de cel puțin {{minimumSeconds}} secunde.", - "invalid_input": "Valoarea de timp introdusă nu este corectă." - }, - "share": { - "title": "Setări de partajare", - "show_login_link_description": "Adaugă o legătură de autentificare în subsolul paginilor partajate", - "show_login_link": "Afișează legătura de autentificare în tema de partajare", - "share_root_not_shared": "Notița „{{noteTitle}}” are eticheta #shareRoot dar nu este partajată", - "share_root_not_found": "Nu s-a identificat nicio notiță cu eticheta `#shareRoot`", - "share_root_found": "Notița principală pentru partajare „{{noteTitle}}” este pregătită", - "redirect_bare_domain_description": "Redirecționează utilizatorii anonimi către pagina de partajare în locul paginii de autentificare", - "redirect_bare_domain": "Redirecționează domeniul principal la pagina de partajare", - "check_share_root": "Verificare stare pagină partajată principală" - }, - "tasks": { - "due": { - "today": "Azi", - "tomorrow": "Mâine", - "yesterday": "Ieri" - } - }, - "content_widget": { - "unknown_widget": "Nu s-a putut găsi widget-ul corespunzător pentru „{{id}}”." - }, - "code-editor-options": { - "title": "Editor" - }, - "content_language": { - "description": "Selectați una sau mai multe limbi ce vor apărea în selecția limbii din cadrul secțiunii „Proprietăți de bază” pentru notițele de tip text (editabile sau doar în citire).", - "title": "Limbi pentru conținutul notițelor" - }, - "note_language": { - "configure-languages": "Configurează limbile...", - "not_set": "Nicio limbă setată", - "help-on-languages": "Informații despre limba conținutului..." - }, - "png_export_button": { - "button_title": "Exportă diagrama ca PNG" - }, - "switch_layout_button": { - "title_horizontal": "Mută panoul de editare la stânga", - "title_vertical": "Mută panoul de editare în jos" - }, - "toggle_read_only_button": { - "lock-editing": "Blochează editarea", - "unlock-editing": "Deblochează editarea" - }, - "ai_llm": { - "not_started": "Nu s-a pornit", - "title": "Setări AI", - "processed_notes": "Notițe procesate", - "total_notes": "Totalul de notițe", - "progress": "Progres", - "queued_notes": "Notițe în curs de procesare", - "failed_notes": "Notițe ce au eșuat", - "last_processed": "Ultima procesare", - "refresh_stats": "Reîmprospătare statistici", - "enable_ai_features": "Activează funcțiile AI/LLM", - "enable_ai_description": "Activează funcțiile AI precum sumarizarea notițelor, generarea de conținut și alte capabilități ale LLM-ului", - "openai_tab": "OpenAI", - "anthropic_tab": "Anthropic", - "voyage_tab": "Voyage AI", - "ollama_tab": "Ollama", - "enable_ai": "Activează funcții AI/LLM", - "enable_ai_desc": "Activează funcțiile AI precum sumarizarea notițelor, generarea de conținut și alte capabilități ale LLM-ului", - "provider_configuration": "Setările furnizorului de AI", - "provider_precedence": "Ordinea de precedență a furnizorilor", - "provider_precedence_description": "Lista de furnizori în ordinea de precedență, separate de virgulă (ex. „openai,anthropic,ollama”)", - "temperature": "Temperatură", - "temperature_description": "Controlează aleatoritatea din răspunsuri (0 = deterministic, 2 = maxim aleator)", - "system_prompt": "Prompt-ul de sistem", - "system_prompt_description": "Prompt-ul de sistem folosit pentru toate interacțiunile cu AI-ul", - "openai_configuration": "Configurația OpenAI", - "openai_settings": "Setările OpenAI", - "api_key": "Cheie API", - "url": "URL de bază", - "model": "Model", - "openai_api_key_description": "Cheia de API din OpenAI pentru a putea accesa serviciile de AI", - "anthropic_api_key_description": "Cheia de API din Anthropic pentru a accesa modelele Claude", - "default_model": "Modelul implicit", - "openai_model_description": "Exemple: gpt-4o, gpt-4-turbo, gpt-3.5-turbo", - "base_url": "URL de bază", - "openai_url_description": "Implicit: https://api.openai.com/v1", - "anthropic_settings": "Setări Anthropic", - "anthropic_url_description": "URL de bază pentru API-ul Anthropic (implicit: https://api.anthropic.com)", - "anthropic_model_description": "Modele Anthropic Claude pentru auto-completare", - "voyage_settings": "Setări Voyage AI", - "ollama_settings": "Setări Ollama", - "ollama_url_description": "URL pentru API-ul Ollama (implicit: http://localhost:11434)", - "ollama_model_description": "Modelul Ollama pentru auto-completare", - "anthropic_configuration": "Configurația Anthropic", - "voyage_configuration": "Configurația Voyage AI", - "voyage_url_description": "Implicit: https://api.voyageai.com/v1", - "ollama_configuration": "Configurația Ollama", - "enable_ollama": "Activează Ollama", - "enable_ollama_description": "Activează Ollama pentru a putea utiliza modele AI locale", - "ollama_url": "URL Ollama", - "ollama_model": "Model Ollama", - "refresh_models": "Reîmprospătează modelele", - "refreshing_models": "Reîmprospătare...", - "enable_automatic_indexing": "Activează indexarea automată", - "rebuild_index": "Reconstruire index", - "rebuild_index_error": "Eroare la reconstruirea indexului. Verificați logurile pentru mai multe detalii.", - "note_title": "Titlul notiței", - "error": "Eroare", - "last_attempt": "Ultima încercare", - "actions": "Acțiuni", - "retry": "Reîncercare", - "partial": "{{ percentage }}% finalizat", - "retry_queued": "Notiță pusă în coadă pentru reîncercare", - "retry_failed": "Nu s-a putut pune notița în coada pentru reîncercare", - "max_notes_per_llm_query": "Număr maximum de notițe per interogare", - "max_notes_per_llm_query_description": "Numărul maxim de notițe similare incluse în contextul pentru AI", - "active_providers": "Furnizori activi", - "disabled_providers": "Furnizori dezactivați", - "remove_provider": "Șterge furnizorul din căutare", - "restore_provider": "Restaurează furnizorul pentru căutare", - "similarity_threshold": "Prag de similaritate", - "similarity_threshold_description": "Scorul minim de similaritate (0-1) pentru a include notițele în contextul interogărilor LLM", - "reprocess_index": "Reconstruiește indexul de căutare", - "reprocessing_index": "Reconstruire...", - "reprocess_index_started": "S-a pornit în fundal optimizarea indexului de căutare", - "reprocess_index_error": "Eroare la reconstruirea indexului de căutare", - "index_rebuild_progress": "Reconstruire index în curs", - "index_rebuilding": "Optimizare index ({{percentage}}%)", - "index_rebuild_complete": "Optimizarea indexului a avut loc cu succes", - "index_rebuild_status_error": "Eroare la verificarea stării reconstruirii indexului", - "never": "Niciodată", - "processing": "Procesare ({{percentage}}%)", - "incomplete": "Incomplet ({{percentage}}%)", - "complete": "Complet (100%)", - "refreshing": "Reîmprospătare...", - "auto_refresh_notice": "Reîmprospătare automată la fiecare {{seconds}} secunde", - "note_queued_for_retry": "Notiță pusă în coadă pentru reîncercare", - "failed_to_retry_note": "Eroare la reîncercarea notiței", - "all_notes_queued_for_retry": "Toate notițele eșuate au fost puse în coada de reîncercare", - "failed_to_retry_all": "Eroare la reîncercarea notițelor", - "ai_settings": "Setări AI", - "api_key_tooltip": "Cheia API pentru accesarea serviciului", - "empty_key_warning": { - "anthropic": "Cheia API pentru Anthropic lipsește. Introduceți o cheie API validă.", - "openai": "Cheia API pentru OpenAI lipsește. Introduceți o cheie API validă.", - "voyage": "Cheia API pentru Voyage lipsește. Introduceți o cheie API validă.", - "ollama": "Cheia API pentru Ollama lipsește. Introduceți o cheie API validă." - }, - "agent": { - "processing": "Procesare...", - "thinking": "Raționalizare...", - "loading": "Încărcare...", - "generating": "Generare..." - }, - "name": "AI", - "openai": "OpenAI", - "use_enhanced_context": "Folosește context îmbogățit", - "enhanced_context_description": "Oferă AI-ului mai multe informații de context din notiță și notițele similare pentru răspunsuri mai bune", - "show_thinking": "Afișează procesul de raționalizare", - "show_thinking_description": "Afișează lanțul de acțiuni din procesul de gândire al AI-ului", - "enter_message": "Introduceți mesajul...", - "error_contacting_provider": "Eroare la contactarea furnizorului de AI. Verificați setările și conexiunea la internet.", - "error_generating_response": "Eroare la generarea răspunsului AI", - "index_all_notes": "Indexează toate notițele", - "index_status": "Starea indexării", - "indexed_notes": "Notițe indexate", - "indexing_stopped": "Indexarea s-a oprit", - "indexing_in_progress": "Indexare în curs...", - "last_indexed": "Ultima indexare", - "note_chat": "Discuție pe baza notițelor", - "sources": "Surse", - "start_indexing": "Indexează", - "use_advanced_context": "Folosește context îmbogățit", - "ollama_no_url": "Ollama nu este configurat. Introduceți un URL corect.", - "chat": { - "root_note_title": "Discuții cu AI-ul", - "root_note_content": "Această notiță stochează conversația cu AI-ul.", - "new_chat_title": "Discuție nouă", - "create_new_ai_chat": "Crează o nouă discuție cu AI-ul" - }, - "create_new_ai_chat": "Crează o nouă discuție cu AI-ul", - "configuration_warnings": "Sunt câteva probleme la configurația AI-ului. Verificați setările.", - "experimental_warning": "Funcția LLM este experimentală.", - "selected_provider": "Furnizor selectat", - "selected_provider_description": "Selectați furnizorul de AI pentru funcțiile de discuție și completare", - "select_model": "Selectați modelul...", - "select_provider": "Selectați furnizorul...", - "ai_enabled": "Funcționalitățile AI au fost activate", - "ai_disabled": "Funcționalitățile AI au fost dezactivate", - "no_models_found_online": "Nu s-a găsit niciun model. Verificați cheia API și configurația.", - "no_models_found_ollama": "Nu s-a găsit niciun model Ollama. Verificați dacă Ollama rulează.", - "error_fetching": "Eroare la obținerea modelelor: {{error}}" - }, - "custom_date_time_format": { - "title": "Format dată/timp personalizat", - "description": "Personalizați formatul de dată și timp inserat prin sau din bara de unelte. Vedeți Documentația Day.js pentru câmpurile de formatare disponibile.", - "format_string": "Șir de formatare:", - "formatted_time": "Data și ora formatate:" - }, - "multi_factor_authentication": { - "title": "Autentificare multi-factor", - "description": "Autentificarea multifactor (MFA) adaugă un strat de securitate adițional. Pe lângă introducerea parolei pentru atentificare, este necesară o dovadă adițională pentru a verifica identitatea. În acest fel, chiar dacă cineva este în posesia parolei dvs., nu vor putea accesa contul fără dovada adițională.

Urmați instrucțiunile de mai jos pentru a activa MFA. Dacă configurația nu este corectă, autentificarea va face doar cu parolă.", - "mfa_enabled": "Activare autentificare multi-factor", - "mfa_method": "Metodă MFA", - "electron_disabled": "Autentificarea multi-factor este suportată doar în aplicația desktop momentan.", - "totp_title": "Parolă unică bazată pe timp (TOTP)", - "totp_description": "TOTP (Time-Based One-Time Password) este o funcție de securitate care crează un cod unic, temporar care se schimbă la fiecare 30 de secunde. Acest cod se poate folosi pe lângă parolă pentru a face accesul neautorizat mult mai dificil.", - "totp_secret_title": "Generează secret TOTP", - "totp_secret_generate": "Generează secret TOTP", - "totp_secret_regenerate": "Regenerează secretul TOTP", - "no_totp_secret_warning": "Pentru a activa TOTP trebuie mai întâi generat un secret TOTP.", - "totp_secret_description_warning": "După generarea unui nou secret TOTP, va trebui să vă autentificați din nou cu folosirea codului TOTP.", - "totp_secret_generated": "Secret TOTP generat", - "totp_secret_warning": "Stocați secretul generat într-un loc securizat. Acesta nu va mai fi afișat din nou.", - "totp_secret_regenerate_confirm": "Doriți regenerarea secretului TOTP? Acest lucru va invalida secretul TOTP anterior și toate codurile de recuperere preexistente.", - "recovery_keys_title": "Chei unice de recuperare", - "recovery_keys_description": "Fiecare cheie unică poate fi folosită o singură dată pentru autentificare chiar dacă nu mai aveți acces la codurile generate.", - "recovery_keys_description_warning": "Cheile de recuperare nu vor mai fi afișate după părăsirea acestei pagini; păstrați-le într-un loc sigur.
Odată ce o cheie de recuperare este folosită, ea nu mai poate fi refolosită.", - "recovery_keys_error": "Eroare la generarea codurilor de recuperare", - "recovery_keys_no_key_set": "Niciun cod de recuperare nu a fost setat", - "recovery_keys_generate": "Generează codurile de recuperare", - "recovery_keys_regenerate": "Regenerează codurile de recuperare", - "recovery_keys_used": "Folosit la: {{date}}", - "recovery_keys_unused": "Codul de recuperere {{index}} este nefolosit", - "oauth_title": "OAuth/OpenID", - "oauth_description": "OpenID este o cale standardizată ce permite autentificarea într-un site folosind un cont dintr-un alt serviciu, precum Google, pentru a verifica identitatea. În mod implicit furnizorul este Google, dar se poate schimba cu orice furnizor OpenID. Pentru mai multe informații, consultați ghidul. Urmați aceste instrucțiuni pentru a putea configura OpenID prin Google.", - "oauth_description_warning": "Pentru a activa OAuth sau OpenID, trebuie să configurați URL-ul de bază, ID-ul de client și secretul de client în fișierul config.ini și să reporniți aplicația. Dacă doriți să utilizați variabile de environment, puteți seta TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID și TRILIUM_OAUTH_CLIENT_SECRET.", - "oauth_missing_vars": "Setări lipsă: {{-variables}}", - "oauth_user_account": "Cont: ", - "oauth_user_email": "Email: ", - "oauth_user_not_logged_in": "Neautentificat!" - }, - "svg": { - "export_to_png": "Diagrama nu a putut fi exportată în PNG.", - "export_to_svg": "Diagrama nu a putut fi exportată în SVG." - }, - "code_theme": { - "title": "Afișare", - "word_wrapping": "Încadrare text", - "color-scheme": "Temă de culori" - }, - "cpu_arch_warning": { - "title": "Descărcați versiunea de ARM64", - "message_macos": "Aplicația rulează momentan sub stratul de translație Rosetta 2, ceea ce înseamnă că folosiți versiunea de Intel (x64) pe un Mac cu Apple Silicon. Acest lucru impactează semnificativ performanța aplicației și durata de viață a bateriei.", - "message_windows": "Aplicația rulează în mod de emulare, ceea ce înseamnă că folosiți versiunea de Intel (x64) pe un dispozitiv Windows pe ARM. Acest lucru impactează semnificativ performanția aplicației și durata de viață a bateriei.", - "recommendation": "Pentru cea mai bună experiență, descărcați versiunea nativă de ARM64 a aplicației de pe pagina de release-uri.", - "download_link": "Descarcă versiunea nativă", - "continue_anyway": "Continuă oricum", - "dont_show_again": "Nu mai afișa acest mesaj" - }, - "editorfeatures": { - "title": "Funcții", - "emoji_completion_enabled": "Activează auto-completarea pentru emoji-uri", - "note_completion_enabled": "Activează auto-completarea pentru notițe", - "emoji_completion_description": "Dacă această funcție este pornită, emoji-urile pot fi inserate rapid prin tastarea caracterului „:”, urmat de denumirea emoji-ului.", - "note_completion_description": "Dacă această funcție este pornită, se pot crea ușor legături către notițe prin tastarea „@”, urmată de titlul notiței dorite.", - "slash_commands_enabled": "Activează comenzi rapide prin tasta slash", - "slash_commands_description": "Dacă această funcție este pornită, se poate folosi tasta „/” pentru a rula rapid comenzi de editare precum inserarea de întreruperi de pagină sau titluri." - }, - "table_view": { - "new-row": "Rând nou", - "new-column": "Coloană nouă", - "sort-column-by": "Ordonează după „{{title}}”", - "sort-column-ascending": "Ascendent", - "sort-column-descending": "Descendent", - "sort-column-clear": "Dezactivează ordonarea", - "hide-column": "Ascunde coloana „{{title}}”", - "show-hide-columns": "Afișează/ascunde coloane", - "row-insert-above": "Inserează rând deasupra", - "row-insert-below": "Inserează rând dedesubt", - "row-insert-child": "Inserează subnotiță", - "add-column-to-the-left": "Adaugă coloană la stânga", - "add-column-to-the-right": "Adaugă coloană la dreapta", - "edit-column": "Editează coloana", - "delete_column_confirmation": "Doriți ștergerea acestei coloane? Atributul corespunzător va fi șters din toate notițele din ierarhie.", - "delete-column": "Șterge coloana", - "new-column-label": "Etichetă", - "new-column-relation": "Relație" - }, - "book_properties_config": { - "hide-weekends": "Ascunde weekend-urile", - "display-week-numbers": "Afișează numărul săptămânii", - "map-style": "Stil hartă", - "max-nesting-depth": "Nivel maxim de imbricare:", - "raster": "Raster", - "vector_light": "Vectorial (culoare deschisă)", - "vector_dark": "Vectorial (culoare închisă)", - "show-scale": "Afișează scara hărții" - }, - "table_context_menu": { - "delete_row": "Șterge rândul" - }, - "board_view": { - "delete-note": "Șterge notița...", - "move-to": "Mută la", - "insert-above": "Inserează deasupra", - "insert-below": "Inserează dedesubt", - "delete-column": "Șterge coloana", - "delete-column-confirmation": "Doriți ștergerea acestei coloane? Atributul corespunzător va fi șters din notițele din acest tabel.", - "new-item": "Intrare nouă", - "add-column": "Adaugă coloană", - "remove-from-board": "Înlătură de pe tablă", - "archive-note": "Arhivează notița", - "unarchive-note": "Dezarhivează notița", - "new-item-placeholder": "Introduceți titlul notiței...", - "add-column-placeholder": "Introduceți denumirea coloanei...", - "edit-note-title": "Clic pentru a edita titlul notiței", - "edit-column-title": "Clic pentru a edita titlul coloanei", - "column-already-exists": "Această coloană deja există." - }, - "command_palette": { - "tree-action-name": "Listă de notițe: {{name}}", - "export_note_title": "Exportă notița", - "export_note_description": "Exportă notița curentă", - "show_attachments_title": "Afișează atașamentele", - "show_attachments_description": "Vedeți lista de atașamente corespunzătoare notiței", - "search_notes_title": "Căutare notițe", - "search_notes_description": "Deschide căutare avansată", - "search_subtree_title": "Caută în ierarhie", - "search_subtree_description": "Caută în notițele din ierarhia curentă", - "search_history_title": "Afișează istoricul de căutare", - "search_history_description": "Afișează căutarile anterioare", - "configure_launch_bar_title": "Configurează bara de lansare", - "configure_launch_bar_description": "Deschide configurația barei de lansare, pentru a putea adăuga sau ștergere intrări." - }, - "content_renderer": { - "open_externally": "Deschide în afara programului" - }, - "modal": { - "close": "Închide", - "help_title": "Afișează mai multe informații despre acest ecran" - }, - "call_to_action": { - "background_effects_title": "Efectele de fundal sunt acum stabile", - "background_effects_message": "Pe dispozitive cu Windows și macOS, efectele de fundal sunt stabile. Acestea adaugă un strop de culoare interfeței grafice prin estomparea fundalului din spatele ferestrei.", - "background_effects_button": "Activează efectele de fundal", - "next_theme_title": "Încercați noua temă Trilium", - "next_theme_message": "Utilizați tema clasică, doriți să încercați noua temă?", - "next_theme_button": "Testează noua temă", - "dismiss": "Treci peste", - "new_layout_title": "Aspect nou", - "new_layout_message": "Am introdus un aspect modernizat pentru Trilium. Panglică a fost integrată în restul interfeței, cu o bară de stare nouă și secțiuni expandabile (precum atributele promovate) ce preiau funcționalitatea de bază.\n\nNoul aspect este activat în mod implicit, și se poate dezactiva momentan din Opțiuni → Aspect.", - "new_layout_button": "Mai multe informații" - }, - "ui-performance": { - "title": "Setări de performanță", - "enable-motion": "Activează tranzițiile și animațiile", - "enable-shadows": "Activează umbrirea elementelor", - "enable-backdrop-effects": "Activează efectele de fundal pentru meniuri, popup-uri și panouri", - "enable-smooth-scroll": "Activează derularea lină", - "app-restart-required": "(este necesară repornirea aplicației pentru ca modificarea să aibă efect)" - }, - "settings": { - "related_settings": "Setări similare" - }, - "settings_appearance": { - "related_code_blocks": "Tema de culori pentru blocuri de cod în notițe de tip text", - "related_code_notes": "Tema de culori pentru notițele de tip cod", - "ui": "Interfață grafică", - "ui_old_layout": "Aspect vechi", - "ui_new_layout": "Aspect nou" - }, - "units": { - "percentage": "%" - }, - "pagination": { - "page_title": "Pagina pentru {{startIndex}} - {{endIndex}}", - "total_notes": "{{count}} notițe" - }, - "collections": { - "rendering_error": "Nu a putut fi afișat conținutul din cauza unei erori." - }, - "presentation_view": { - "edit-slide": "Editați acest slide", - "start-presentation": "Începeți prezentarea", - "slide-overview": "Afișați o imagine de ansamblu a slide-urilor" - }, - "read-only-info": { - "read-only-note": "Vizualizați o notiță în modul doar în citire.", - "auto-read-only-note": "Această notiță este afișată în modul doar în citire din motive de performanță.", - "edit-note": "Editează notița" - }, - "calendar_view": { - "delete_note": "Șterge notița..." - }, - "note-color": { - "clear-color": "Înlăturați culoarea notiței", - "set-color": "Setați culoarea notiței", - "set-custom-color": "Setați culoare personalizată pentru notiță" - }, - "popup-editor": { - "maximize": "Comută la editorul principal" - }, - "experimental_features": { - "title": "Opțiuni experimentale", - "disclaimer": "Aceste opțiuni sunt experimentale și pot cauza instabilitate. Folosiți cu prudență.", - "new_layout_name": "Aspect nou", - "new_layout_description": "Încercați noul aspect pentru un design mai modern și mai ușor de utilizat. Poate surveni modificări semnificative în următoarele release-uri." - }, - "server": { - "unknown_http_error_title": "Eroare de comunicare cu server-ul", - "unknown_http_error_content": "Cod: {{statusCode}}\nURL: {{method}} {{url}}\nMesaj: {{message}}", - "traefik_blocks_requests": "Dacă utilizați reverse proxy-ul Traefik, acesta a introdus o schimbare majoră ce afectează comunicarea cu server-ul." - }, - "tab_history_navigation_buttons": { - "go-back": "Înapoi la notița anterioară", - "go-forward": "Înainte către notița următoare" - }, - "breadcrumb_badges": { - "read_only_explicit": "Mod citire", - "read_only_explicit_description": "Această notiță a fost setată explicit să fie doar în citire.\nClick pentru a o edita temporar.", - "read_only_auto": "Mod citire auto", - "read_only_auto_description": "Această notița a fost setată automată să fie în mod doar de citire din motive de performanță. Această limită automată este ajustabilă din setări.\n\nClick pentru a o edita 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.", - "shared_publicly": "Partajată public", - "shared_locally": "Partajată local", - "shared_copy_to_clipboard": "Copiază legătură în clipboard", - "shared_open_in_browser": "Deschide legătura în browser", - "shared_unshare": "Înlătură partajarea", - "clipped_note": "Decupare web", - "clipped_note_description": "Această notiță a fost preluată de la {{url}}.\n\nClic pentru a naviga la pagina web sursă.", - "execute_script": "Rulează script", - "execute_script_description": "Această notiță este un script. Clic pentru a executa scriptul.", - "execute_sql": "Rulează SQL", - "execute_sql_description": "Această notiță este de tip SQL. Clic pentru a executa interogarea SQL.", - "save_status_saved": "Salvat", - "save_status_saving": "Se salvează...", - "save_status_unsaved": "Nesalvat", - "save_status_error": "Salvarea a eșuat", - "save_status_saving_tooltip": "Modificările sunt în curs de salvare.", - "save_status_unsaved_tooltip": "Există schimbări ce nu au fost încă salvate. Acestea vor fi salvate automat într-un moment.", - "save_status_error_tooltip": "A intervenit o eroare la salvarea notiței. Dacă este posibil, încercați să copiați conținutul notiței într-un alt loc și să reîmprospătați aplicația." - }, - "breadcrumb": { - "hoisted_badge": "Focalizat", - "hoisted_badge_title": "Defocalizează", - "workspace_badge": "Spațiu de lucru", - "scroll_to_top_title": "Sari la începutul notiței", - "create_new_note": "Crează subnotiță", - "empty_hide_archived_notes": "Ascunde notițele arhivate" - }, - "status_bar": { - "language_title": "Schimbă limba conținutului", - "note_info_title": "Afișează informații despre notiță precum data modificării și dimensiunea", - "backlinks_one": "{{count}} legătură de retur", - "backlinks_few": "{{count}} legături de retur", - "backlinks_other": "{{count}} de legături de retur", - "backlinks_title_one": "Afișează legătura de retur", - "backlinks_title_few": "Afișează legăturile de retur", - "backlinks_title_other": "Afișează legăturile de retur", - "attachments_one": "{{count}} atașament", - "attachments_few": "{{count}} atașamente", - "attachments_other": "{{count}} de atașamente", - "attachments_title_one": "Deschide atașamentul într-un tab nou", - "attachments_title_few": "Deschide atașamentele într-un tab nou", - "attachments_title_other": "Deschide atașamentele într-un tab nou", - "attributes_one": "{{count}} atribut", - "attributes_few": "{{count}} atribute", - "attributes_other": "{{count}} de atribute", - "attributes_title": "Atribute proprii și moștenite", - "note_paths_one": "O cale", - "note_paths_few": "{{count}} căi", - "note_paths_other": "{{count}} de căi", - "note_paths_title": "Căi ale notiței", - "code_note_switcher": "Schimbă limbajul" - }, - "attributes_panel": { - "title": "Atributele notiței" - }, - "right_pane": { - "empty_message": "Nimic de afișat pentru această notiță", - "empty_button": "Ascunde panoul", - "toggle": "Comută panoul din dreapta", - "custom_widget_go_to_source": "Mergi la codul sursă" - }, - "pdf": { - "attachments_one": "{{count}} atașament", - "attachments_few": "{{count}} atașamente", - "attachments_other": "{{count}} de atașamente", - "layers_one": "{{count}} strat", - "layers_few": "{{count}} straturi", - "layers_other": "{{count}} de straturi", - "pages_one": "{{count}} pagină", - "pages_few": "{{count}} pagini", - "pages_other": "{{count}} de pagini", - "pages_alt": "Pagina {{pageNumber}}", - "pages_loading": "Încărcare..." - }, - "platform_indicator": { - "available_on": "Disponibil pe {{platform}}" - }, - "mobile_tab_switcher": { - "title_one": "{{count}} tab", - "title_few": "{{count}} taburi", - "title_other": "{{count}} de taburi", - "more_options": "Mai multe opțiuni" - } } diff --git a/apps/client/src/translations/ru/translation.json b/apps/client/src/translations/ru/translation.json index ec5ec50166..9c5d0b38e4 100644 --- a/apps/client/src/translations/ru/translation.json +++ b/apps/client/src/translations/ru/translation.json @@ -1,2247 +1,2103 @@ { - "about": { - "app_version": "Версия приложения:", - "db_version": "Версия базы данных:", - "sync_version": "Версия синхронизации:", - "build_date": "Дата сборки:", - "build_revision": "Номер сборки:", - "data_directory": "Каталог с данными:", - "title": "О Trilium Notes", - "homepage": "Домашняя страница:" - }, - "toast": { - "critical-error": { - "title": "Критическая ошибка", - "message": "Произошла критическая ошибка, которая препятствует запуску клиентского приложения:\n\n{{message}}\n\nСкорее всего, это вызвано неожиданным сбоем скрипта. Попробуйте запустить приложение в безопасном режиме и устранить проблему." + "about": { + "app_version": "Версия приложения:", + "db_version": "Версия базы данных:", + "sync_version": "Версия синхронизации:", + "build_date": "Дата сборки:", + "build_revision": "Номер сборки:", + "data_directory": "Каталог с данными:", + "title": "О Trilium Notes", + "homepage": "Домашняя страница:" }, - "widget-error": { - "title": "Не удалось инициализировать виджет", - "message-custom": "Не удалось инициализировать пользовательский виджет из заметки с идентификатором \"{{id}}\" и названием \"{{title}}\" по следующим причинам:\n\n{{message}}", - "message-unknown": "Неизвестный виджет не удалось инициализировать по причине:\n\n{{message}}" + "toast": { + "critical-error": { + "title": "Критическая ошибка", + "message": "Произошла критическая ошибка, которая препятствует запуску клиентского приложения:\n\n{{message}}\n\nСкорее всего, это вызвано неожиданным сбоем скрипта. Попробуйте запустить приложение в безопасном режиме и устранить проблему." + }, + "widget-error": { + "title": "Не удалось инициализировать виджет", + "message-custom": "Не удалось инициализировать пользовательский виджет из заметки с идентификатором \"{{id}}\" и названием \"{{title}}\" по следующим причинам:\n\n{{message}}", + "message-unknown": "Неизвестный виджет не удалось инициализировать по причине:\n\n{{message}}" + }, + "bundle-error": { + "title": "Не удалось загрузить пользовательский скрипт", + "message": "Скрипт не может быть выполнен. Причина:\n\n{{message}}" + }, + "widget-list-error": { + "title": "Не удалось получить список виджетов с сервера" + }, + "widget-render-error": { + "title": "Не удалось отобразить пользовательский React виджет" + }, + "widget-missing-parent": "В пользовательском виджете не определено обязательное свойство '{{property}}'.\n\nЕсли этот скрипт предназначен для запуска без элемента пользовательского интерфейса, используйте '#run=frontendStartup'.", + "open-script-note": "Открыть заметку со скриптом", + "scripting-error": "Ошибка пользовательского скрипта: {{title}}" }, - "bundle-error": { - "title": "Не удалось загрузить пользовательский скрипт", - "message": "Скрипт не может быть выполнен. Причина:\n\n{{message}}" + "add_link": { + "add_link": "Добавить ссылку", + "note": "Заметка", + "link_title": "Заголовок ссылки", + "link_title_arbitrary": "заголовок ссылки может быть изменен произвольно", + "button_add_link": "Добавить ссылку", + "help_on_links": "Помощь по ссылкам", + "search_note": "поиск заметки по ее названию", + "link_title_mirrors": "название ссылки отражает текущий заголовок заметки" }, - "widget-list-error": { - "title": "Не удалось получить список виджетов с сервера" + "branch_prefix": { + "save": "Сохранить", + "edit_branch_prefix": "Редактировать префикс ветки", + "prefix": "Префикс: ", + "branch_prefix_saved": "Префикс ветки сохранен.", + "help_on_tree_prefix": "Помощь по префиксу дерева", + "affected_branches": "Затронутые ветки ({{count}}):", + "branch_prefix_saved_multiple": "Префикс сохранен для {{count}} ветвей.", + "edit_branch_prefix_multiple": "Изменить префикс для {{count}} ветвей" }, - "widget-render-error": { - "title": "Не удалось отобразить пользовательский React виджет" + "bulk_actions": { + "available_actions": "Доступные действия", + "chosen_actions": "Выбранные действия", + "relations": "Отношения", + "notes": "Заметки", + "other": "Прочее", + "affected_notes": "Затронутые заметки", + "include_descendants": "Включать потомков выбранных заметок", + "execute_bulk_actions": "Выполнить массовые действия", + "bulk_actions_executed": "Массовые действия были успешно выполнены.", + "labels": "Метки", + "bulk_actions": "Массовые действия", + "none_yet": "Пока нет... добавьте действие, нажав на одно из доступных выше." }, - "widget-missing-parent": "В пользовательском виджете не определено обязательное свойство '{{property}}'.\n\nЕсли этот скрипт предназначен для запуска без элемента пользовательского интерфейса, используйте '#run=frontendStartup'.", - "open-script-note": "Открыть заметку со скриптом", - "scripting-error": "Ошибка пользовательского скрипта: {{title}}" - }, - "add_link": { - "add_link": "Добавить ссылку", - "note": "Заметка", - "link_title": "Заголовок ссылки", - "link_title_arbitrary": "заголовок ссылки может быть изменен произвольно", - "button_add_link": "Добавить ссылку", - "help_on_links": "Помощь по ссылкам", - "search_note": "поиск заметки по ее названию", - "link_title_mirrors": "название ссылки отражает текущий заголовок заметки" - }, - "branch_prefix": { - "save": "Сохранить", - "edit_branch_prefix": "Редактировать префикс ветки", - "prefix": "Префикс: ", - "branch_prefix_saved": "Префикс ветки сохранен.", - "help_on_tree_prefix": "Помощь по префиксу дерева", - "affected_branches": "Затронутые ветки ({{count}}):", - "branch_prefix_saved_multiple": "Префикс сохранен для {{count}} ветвей.", - "edit_branch_prefix_multiple": "Изменить префикс для {{count}} ветвей" - }, - "bulk_actions": { - "available_actions": "Доступные действия", - "chosen_actions": "Выбранные действия", - "relations": "Отношения", - "notes": "Заметки", - "other": "Прочее", - "affected_notes": "Затронутые заметки", - "include_descendants": "Включать потомков выбранных заметок", - "execute_bulk_actions": "Выполнить массовые действия", - "bulk_actions_executed": "Массовые действия были успешно выполнены.", - "labels": "Метки", - "bulk_actions": "Массовые действия", - "none_yet": "Пока нет... добавьте действие, нажав на одно из доступных выше." - }, - "confirm": { - "confirmation": "Подтверждение", - "cancel": "Отмена", - "ok": "ОК", - "are_you_sure_remove_note": "Вы уверены, что хотите удалить заметку \"{{title}}\" из карты связей? ", - "if_you_dont_check": "Если вы не отметите этот флажок, заметка будет удалена только из карты связей.", - "also_delete_note": "Также удалить заметку" - }, - "delete_notes": { - "close": "Закрыть", - "erase_notes_description": "Обычное (мягкое) удаление только отмечает заметки как удалённые, и их можно восстановить (в диалоговом окне последних изменений) в течение определённого времени. Если выбрать этот параметр, заметки будут удалены немедленно, и восстановить их будет невозможно.", - "delete_all_clones_description": "Удалить также все клоны (можно отменить в последних изменениях)", - "erase_notes_warning": "Удалить заметки без возможности восстановления, включая все клоны. Это приведёт к принудительной перезагрузке приложения.", - "notes_to_be_deleted": "Следующие заметки будут удалены ({{notesCount}})", - "no_note_to_delete": "Заметка не будет удалена (только клоны).", - "broken_relations_to_be_deleted": "Следующие отношения будут разорваны и удалены ({{relationCount}})", - "cancel": "Отмена", - "ok": "ОК", - "deleted_relation_text": "Примечание {{- note}} (подлежит удалению) ссылается на отношение {{- relation}}, происходящее из {{- source}}.", - "delete_notes_preview": "Предпросмотр удаляемых заметок" - }, - "database_anonymization": { - "light_anonymization_description": "Это действие создаст новую копию базы данных и выполнит её лёгкую анонимизацию — в частности, будет удалён только контент всех заметок, но заголовки и атрибуты останутся. Кроме того, будут сохранены пользовательские заметки, содержащие JavaScript-скрипты frontend/backend и пользовательские виджеты. Это даёт больше контекста для отладки проблем.", - "choose_anonymization": "Вы можете самостоятельно решить, хотите ли вы предоставить полностью или частично анонимизированную базу данных. Даже полностью анонимизированная база данных очень полезна, однако в некоторых случаях частично анонимизированная база данных может ускорить процесс выявления и исправления ошибок.", - "full_anonymization_description": "Это действие создаст новую копию базы данных и анонимизирует ее (удалит все содержимое заметок и оставит только структуру и некоторые неконфиденциальные метаданные) для совместного использования в Интернете в целях отладки без опасения утечки ваших личных данных.", - "title": "Анонимизация базы данных", - "full_anonymization": "Полная анонимизация", - "light_anonymization": "Легкая анонимизация", - "save_fully_anonymized_database": "Сохранить полностью анонимизированную базу данных", - "save_lightly_anonymized_database": "Сохранить частично анонимизированную базу данных", - "existing_anonymized_databases": "Существующие анонимизированные базы данных", - "creating_fully_anonymized_database": "Создание полностью анонимизированной базы данных...", - "creating_lightly_anonymized_database": "Создание частично анонимизированной базы данных...", - "error_creating_anonymized_database": "Не удалось создать анонимизированную базу данных. Проверьте логи бэкенда для получения подробной информации", - "successfully_created_fully_anonymized_database": "Создана полностью анонимизированная база данных в {{anonymizedFilePath}}", - "successfully_created_lightly_anonymized_database": "Создана частично анонимизированная база данных в {{anonymizedFilePath}}", - "no_anonymized_database_yet": "Анонимизированные базы данных не найдены." - }, - "revisions_snapshot_limit": { - "note_revisions_snapshot_limit_description": "Ограничение на количество снимков ревизий заметки определяет максимальное количество ревизий, которые можно сохранить для каждой заметки. Значение -1 означает отсутствие ограничений, а 0 означает удаление всех ревизий. Максимальное количество ревизий для одной заметки можно задать с помощью метки #versioningLimit.", - "snapshot_number_limit_unit": "снимков", - "note_revisions_snapshot_limit_title": "Максимальное количество снимков заметок", - "snapshot_number_limit_label": "Максимальное количество снимков:", - "erase_excess_revision_snapshots_prompt": "Удалить лишние снимки.", - "erase_excess_revision_snapshots": "Удалить лишние снимки версий" - }, - "password": { - "alert_message": "Пожалуйста, запомните новый пароль. Пароль используется для входа в веб-интерфейс и шифрования защищённых заметок. Если вы забудете пароль, все ваши защищённые заметки будут потеряны навсегда.", - "heading": "Пароль", - "wiki": "вики", - "old_password": "Старый пароль", - "new_password": "Новый пароль", - "change_password": "Изменить пароль", - "change_password_heading": "Изменение пароля", - "set_password_heading": "Установка пароля", - "set_password": "Установить пароль", - "new_password_confirmation": "Подтверждение нового пароля", - "reset_link": "Нажмите здесь, чтобы сбросить настройки.", - "protected_session_timeout": "Тайм-аут защищенного сеанса", - "protected_session_timeout_label": "Тайм-аут защищенного сеанса:", - "protected_session_timeout_description": "Тайм-аут защищенного сеанса - это период времени, по истечении которого защищенный сеанс удаляется из памяти браузера. Он отсчитывается с момента последнего взаимодействия с защищенными заметками. См", - "for_more_info": "для получения более подробной информации.", - "reset_confirmation": "Сбросив пароль, вы навсегда потеряете доступ ко всем своим защищённым заметкам. Вы действительно хотите сбросить пароль?", - "password_changed_success": "Пароль изменён. Trilium будет перезагружен после нажатия кнопки «ОК».", - "password_mismatch": "Новые пароли не совпадают.", - "reset_success_message": "Пароль был сброшен. Пожалуйста, установите новый пароль" - }, - "content_language": { - "description": "Выберите один или несколько языков, которые должны отображаться в разделе «Общее» текстовой заметки, доступной только для чтения или редактируемой. Это позволит реализовать такие функции, как проверка орфографии и поддержка письма справа налево.", - "title": "Языки контента" - }, - "theme": { - "theme_label": "Тема", - "override_theme_fonts_label": "Переопределить шрифты темы", - "triliumnext": "Trilium (следует системной цветовой схеме)", - "triliumnext-light": "Trilium (Светлая)", - "triliumnext-dark": "Trilium (Темная)", - "title": "Тема приложения", - "layout": "Макет", - "layout-vertical-title": "Вертикальный", - "layout-horizontal-title": "Горизонтальный", - "auto_theme": "Legacy (следует системной цветовой схеме)", - "light_theme": "Legacy (светлая)", - "dark_theme": "Legacy (темная)", - "layout-horizontal-description": "панель запуска находится под панелью вкладок, панель вкладок теперь занимает всю ширину.", - "layout-vertical-description": "панель запуска находится слева (по умолчанию)" - }, - "tasks": { - "due": { - "today": "Сегодня", - "tomorrow": "Завтра", - "yesterday": "Вчера" + "confirm": { + "confirmation": "Подтверждение", + "cancel": "Отмена", + "ok": "ОК", + "are_you_sure_remove_note": "Вы уверены, что хотите удалить заметку \"{{title}}\" из карты связей? ", + "if_you_dont_check": "Если вы не отметите этот флажок, заметка будет удалена только из карты связей.", + "also_delete_note": "Также удалить заметку" + }, + "delete_notes": { + "close": "Закрыть", + "erase_notes_description": "Обычное (мягкое) удаление только отмечает заметки как удалённые, и их можно восстановить (в диалоговом окне последних изменений) в течение определённого времени. Если выбрать этот параметр, заметки будут удалены немедленно, и восстановить их будет невозможно.", + "delete_all_clones_description": "Удалить также все клоны (можно отменить в последних изменениях)", + "erase_notes_warning": "Удалить заметки без возможности восстановления, включая все клоны. Это приведёт к принудительной перезагрузке приложения.", + "notes_to_be_deleted": "Следующие заметки будут удалены ({{notesCount}})", + "no_note_to_delete": "Заметка не будет удалена (только клоны).", + "broken_relations_to_be_deleted": "Следующие отношения будут разорваны и удалены ({{relationCount}})", + "cancel": "Отмена", + "ok": "ОК", + "deleted_relation_text": "Примечание {{- note}} (подлежит удалению) ссылается на отношение {{- relation}}, происходящее из {{- source}}.", + "delete_notes_preview": "Предпросмотр удаляемых заметок" + }, + "database_anonymization": { + "light_anonymization_description": "Это действие создаст новую копию базы данных и выполнит её лёгкую анонимизацию — в частности, будет удалён только контент всех заметок, но заголовки и атрибуты останутся. Кроме того, будут сохранены пользовательские заметки, содержащие JavaScript-скрипты frontend/backend и пользовательские виджеты. Это даёт больше контекста для отладки проблем.", + "choose_anonymization": "Вы можете самостоятельно решить, хотите ли вы предоставить полностью или частично анонимизированную базу данных. Даже полностью анонимизированная база данных очень полезна, однако в некоторых случаях частично анонимизированная база данных может ускорить процесс выявления и исправления ошибок.", + "full_anonymization_description": "Это действие создаст новую копию базы данных и анонимизирует ее (удалит все содержимое заметок и оставит только структуру и некоторые неконфиденциальные метаданные) для совместного использования в Интернете в целях отладки без опасения утечки ваших личных данных.", + "title": "Анонимизация базы данных", + "full_anonymization": "Полная анонимизация", + "light_anonymization": "Легкая анонимизация", + "save_fully_anonymized_database": "Сохранить полностью анонимизированную базу данных", + "save_lightly_anonymized_database": "Сохранить частично анонимизированную базу данных", + "existing_anonymized_databases": "Существующие анонимизированные базы данных", + "creating_fully_anonymized_database": "Создание полностью анонимизированной базы данных...", + "creating_lightly_anonymized_database": "Создание частично анонимизированной базы данных...", + "error_creating_anonymized_database": "Не удалось создать анонимизированную базу данных. Проверьте логи бэкенда для получения подробной информации", + "successfully_created_fully_anonymized_database": "Создана полностью анонимизированная база данных в {{anonymizedFilePath}}", + "successfully_created_lightly_anonymized_database": "Создана частично анонимизированная база данных в {{anonymizedFilePath}}", + "no_anonymized_database_yet": "Анонимизированные базы данных не найдены." + }, + "revisions_snapshot_limit": { + "note_revisions_snapshot_limit_description": "Ограничение на количество снимков ревизий заметки определяет максимальное количество ревизий, которые можно сохранить для каждой заметки. Значение -1 означает отсутствие ограничений, а 0 означает удаление всех ревизий. Максимальное количество ревизий для одной заметки можно задать с помощью метки #versioningLimit.", + "snapshot_number_limit_unit": "снимков", + "note_revisions_snapshot_limit_title": "Максимальное количество снимков заметок", + "snapshot_number_limit_label": "Максимальное количество снимков:", + "erase_excess_revision_snapshots_prompt": "Удалить лишние снимки.", + "erase_excess_revision_snapshots": "Удалить лишние снимки версий" + }, + "password": { + "alert_message": "Пожалуйста, запомните новый пароль. Пароль используется для входа в веб-интерфейс и шифрования защищённых заметок. Если вы забудете пароль, все ваши защищённые заметки будут потеряны навсегда.", + "heading": "Пароль", + "wiki": "вики", + "old_password": "Старый пароль", + "new_password": "Новый пароль", + "change_password": "Изменить пароль", + "change_password_heading": "Изменение пароля", + "set_password_heading": "Установка пароля", + "set_password": "Установить пароль", + "new_password_confirmation": "Подтверждение нового пароля", + "reset_link": "Нажмите здесь, чтобы сбросить настройки.", + "protected_session_timeout": "Тайм-аут защищенного сеанса", + "protected_session_timeout_label": "Тайм-аут защищенного сеанса:", + "protected_session_timeout_description": "Тайм-аут защищенного сеанса - это период времени, по истечении которого защищенный сеанс удаляется из памяти браузера. Он отсчитывается с момента последнего взаимодействия с защищенными заметками. См", + "for_more_info": "для получения более подробной информации.", + "reset_confirmation": "Сбросив пароль, вы навсегда потеряете доступ ко всем своим защищённым заметкам. Вы действительно хотите сбросить пароль?", + "password_changed_success": "Пароль изменён. Trilium будет перезагружен после нажатия кнопки «ОК».", + "password_mismatch": "Новые пароли не совпадают.", + "reset_success_message": "Пароль был сброшен. Пожалуйста, установите новый пароль" + }, + "content_language": { + "description": "Выберите один или несколько языков, которые должны отображаться в разделе «Общее» текстовой заметки, доступной только для чтения или редактируемой. Это позволит реализовать такие функции, как проверка орфографии и поддержка письма справа налево.", + "title": "Языки контента" + }, + "theme": { + "theme_label": "Тема", + "override_theme_fonts_label": "Переопределить шрифты темы", + "triliumnext": "Trilium (следует системной цветовой схеме)", + "triliumnext-light": "Trilium (Светлая)", + "triliumnext-dark": "Trilium (Темная)", + "title": "Тема приложения", + "layout": "Макет", + "layout-vertical-title": "Вертикальный", + "layout-horizontal-title": "Горизонтальный", + "auto_theme": "Legacy (следует системной цветовой схеме)", + "light_theme": "Legacy (светлая)", + "dark_theme": "Legacy (темная)", + "layout-horizontal-description": "панель запуска находится под панелью вкладок, панель вкладок теперь занимает всю ширину.", + "layout-vertical-description": "панель запуска находится слева (по умолчанию)" + }, + "tasks": { + "due": { + "today": "Сегодня", + "tomorrow": "Завтра", + "yesterday": "Вчера" + } + }, + "sql_table_schemas": { + "tables": "Таблицы" + }, + "tab_row": { + "close_tab": "Закрыть вкладку", + "close": "Закрыть", + "new_tab": "Новая вкладка", + "copy_tab_to_new_window": "Копировать вкладку в новое окно", + "move_tab_to_new_window": "Переместить вкладку в новое окно", + "reopen_last_tab": "Повторно открыть последнюю закрытую вкладку", + "close_all_tabs": "Закрыть все вкладки", + "close_other_tabs": "Закрыть остальные вкладки", + "add_new_tab": "Добавить новую вкладку", + "close_right_tabs": "Закрыть вкладки справа" + }, + "table_view": { + "new-row": "Новая строка", + "new-column": "Новый столбец", + "sort-column-by": "Сортировать по \"{{title}}\"", + "sort-column-ascending": "По возрастанию", + "sort-column-descending": "По убыванию", + "sort-column-clear": "Сбросить сортировку", + "hide-column": "Скрыть столбец \"{{title}}\"", + "show-hide-columns": "Показать/скрыть столбцы", + "new-column-label": "Метка", + "delete-column": "Удалить столбец", + "delete_column_confirmation": "Вы уверены, что хотите удалить этот столбец? Соответствующий атрибут будет удалён из всех заметок.", + "edit-column": "Изменить столбец", + "add-column-to-the-right": "Добавить столбец справа", + "add-column-to-the-left": "Добавить столбец слева", + "row-insert-child": "Создать дочернюю заметку", + "row-insert-below": "Добавить строку ниже", + "row-insert-above": "Добавить строку выше", + "new-column-relation": "Связь" + }, + "add_label": { + "add_label": "Добавить метку", + "label_name_placeholder": "название метки", + "label_name_title": "Разрешены буквенно-цифровые символы, подчеркивание и двоеточие.", + "new_value_placeholder": "новое значение", + "to_value": "на значение", + "help_text": "На всех совпадающих заметках:", + "help_text_note": "Вы также можете вызвать этот метод без значения, в таком случае метка будет присвоена заметке без значения.", + "help_text_item1": "создать заданную метку, если у заметки ее еще нет", + "help_text_item2": "или изменить значение существующей метки" + }, + "delete_label": { + "delete_label": "Удалить метку", + "label_name_placeholder": "название метки", + "label_name_title": "Разрешены буквенно-цифровые символы, подчеркивание и двоеточие." + }, + "rename_label": { + "rename_label": "Переименовать метку", + "old_name_placeholder": "старое наименование", + "new_name_placeholder": "новое наименование", + "name_title": "Разрешены буквенно-цифровые символы, подчеркивание и двоеточие.", + "to": "В", + "rename_label_from": "Переименовать метку с" + }, + "clone_to": { + "clone_notes_to": "Клонировать заметки в...", + "notes_to_clone": "Заметки для клонирования", + "target_parent_note": "Целевая родительская заметка", + "search_for_note_by_its_name": "поиск заметки по ее названию", + "cloned_note_prefix_title": "Клонированная заметка будет отображаться в дереве заметок с заданным префиксом", + "prefix_optional": "Префикс (необязательно)", + "no_path_to_clone_to": "Не задан путь для клонирования.", + "note_cloned": "Заметка \"{{clonedTitle}}\" клонирована в \"{{targetTitle}}\"", + "help_on_links": "Помощь по ссылкам", + "clone_to_selected_note": "Клонировать в выбранную заметку" + }, + "export": { + "export_note_title": "Экспортировать заметку", + "close": "Закрыть", + "export_type_subtree": "Эта заметка и все ее потомки", + "format_html": "HTML - рекомендуется, так как сохраняет все форматирование", + "format_html_zip": "HTML в ZIP-архиве — рекомендуется, так как в этом случае сохраняется все форматирование.", + "format_markdown": "Markdown - сохраняет большую часть форматирования.", + "format_opml": "OPML - формат обмена данными между планировщиками, предназначенный только для текста. Форматирование, изображения и файлы не включены.", + "opml_version_1": "OPML v1.0 - только простой текст", + "opml_version_2": "OPML v2.0 - также поддерживает HTML", + "export_type_single": "Только эта заметка без ее потомков", + "export": "Экспорт", + "choose_export_type": "Сначала выберите тип экспорта", + "export_status": "Статус экспорта", + "export_in_progress": "Экспорт: {{progressCount}}", + "export_finished_successfully": "Экспорт завершился успешно.", + "format_pdf": "PDF - для печати или обмена.", + "share-format": "HTML для веб-публикаций — использует ту же тему оформления, что и общие заметки, но может быть опубликован как статический веб-сайт." + }, + "help": { + "noteNavigation": "Навигация по заметке", + "goUpDown": "вверх/вниз в списке заметок", + "collapseExpand": "свернуть/развернуть узел", + "notSet": "не установлено", + "goBackForwards": "назад / вперед в истории", + "showJumpToNoteDialog": "показать окно \"Перейти к\"", + "scrollToActiveNote": "прокрутка к активной заметке", + "jumpToParentNote": "переход к родительской заметке", + "collapseWholeTree": "свернуть все дерево заметок", + "collapseSubTree": "свернуть поддерево", + "openEmptyTab": "открыть пустую вкладку", + "closeActiveTab": "закрыть активную вкладку", + "activateNextTab": "активировать следующую вкладку", + "activatePreviousTab": "активировать предыдущую вкладку", + "creatingNotes": "Создание заметок", + "selectAllNotes": "выбрать все заметки на текущем уровне", + "cutNotes": "вырезать текущую заметку (или текущее выделение) в буфер обмена (используется для перемещения заметок)", + "pasteNotes": "вставить заметку(и) как подзаметку в активную заметку (которая либо перемещается, либо клонируется в зависимости от того, была ли она скопирована или вырезана в буфер обмена)", + "deleteNotes": "удалить заметку / поддерево", + "createInternalLink": "создать внутреннюю ссылку", + "followLink": "перейти по ссылке под курсором", + "insertDateTime": "вставить текущую дату и время в позицию курсора", + "jumpToTreePane": "перейти к панели дерева и прокрутить до активной заметки", + "markdownAutoformat": "Автоформатирование в стиле Markdown", + "troubleshooting": "Поиск и решение неисправностей", + "reloadFrontend": "перезагрузить интерфейс Trilium", + "showDevTools": "показать инструменты разработчика", + "showSQLConsole": "показать консоль SQL", + "inPageSearch": "поиск на странице", + "editingNotes": "Редактирование заметок", + "newTabNoteLink": "по ссылке на заметку открывает заметку в новой вкладке", + "newTabWithActivationNoteLink": "по ссылке на заметку открывает и активирует заметку в новой вкладке", + "onlyInDesktop": "Только на десктопе (сборка Electron)", + "createNoteAfter": "создать новую заметку после активной заметки", + "createNoteInto": "создать новую дочернюю заметку к активной заметке", + "movingCloningNotes": "Перемещение / клонирование заметок", + "moveNoteUpDown": "переместить заметку вверх/вниз в списке заметок", + "moveNoteUpHierarchy": "переместить заметку вверх по иерархии", + "other": "Прочее", + "tabShortcuts": "Сочетания клавиш для управления вкладками", + "editBranchPrefix": "изменить префикс клона активной заметки", + "multiSelectNote": "множественный выбор заметки выше/ниже", + "selectNote": "выбрать заметку", + "copyNotes": "скопировать активную заметку (или выделение) в буфер обмена (используется для клонирования)", + "createEditLink": "создать/редактировать внешнюю ссылку", + "headings": "##, ###, #### и т. д., за которыми следует пробел для заголовков", + "bulletList": "* или - с последующим пробелом для маркированного списка", + "numberedList": "1. или 1) с последующим пробелом для нумерованного списка", + "blockQuote": "начните строку с >, а затем пробела для блока цитаты", + "quickSearch": "сфокусироваться на поле ввода быстрого поиска", + "editNoteTitle": "в области дерева переключится с области дерева на заголовок заметки. Сочетание клавиш Enter из области заголовка заметки переключит фокус на текстовый редактор. Ctrl+. переключит обратно с редактора на область дерева.", + "title": "Справка", + "editShortcuts": "Редактировать сочетания клавиш" + }, + "modal": { + "close": "Закрыть", + "help_title": "Показать больше информации об этом экране" + }, + "import": { + "importIntoNote": "Импортировать в заметку", + "chooseImportFile": "Выберите файл импорта", + "safeImport": "Безопасный импорт", + "shrinkImages": "Уменьшить изображения", + "textImportedAsText": "Импортировать HTML, Markdown и TXT как текстовые заметки, если их метаданные не позволяют определить тип заметки", + "replaceUnderscoresWithSpaces": "Заменить подчеркивания пробелами в названиях импортированных заметок", + "import": "Импорт", + "failed": "Сбой при импорте: {{message}}.", + "html_import_tags": { + "description": "Настройте HTML-теги, которые следует сохранять при импорте заметок. Теги, не указанные в этом списке, будут удалены при импорте. Некоторые теги (например, 'script') всегда удаляются в целях безопасности.", + "placeholder": "Введите HTML-теги, по одному в каждой строке", + "title": "Теги HTML для импорта", + "reset_button": "Сбросить к списку по умолчанию" + }, + "import-status": "Статус импорта", + "in-progress": "Импорт в процессе: {{progress}}", + "successful": "Импорт успешно завершен.", + "options": "Опции", + "importDescription": "Содержимое выбранных файлов будет импортировано как дочерние заметки в", + "safeImportTooltip": "Файлы экспорта Trilium .zip могут содержать исполняемые скрипты, которые могут быть вредоносными. Безопасный импорт отключит автоматическое выполнение всех импортированных скриптов. Снимите флажок «Безопасный импорт» только в том случае, если импортируемый архив должен содержать исполняемые скрипты, и вы полностью доверяете содержимому импортируемого файла.", + "explodeArchivesTooltip": "Если этот флажок установлен, Trilium будет читать файлы .zip, .enex и .opml и создавать заметки из файлов внутри этих архивов. Если флажок не установлен, Trilium будет прикреплять сами архивы к заметке.", + "explodeArchives": "Прочитать содержимое архивов .zip, .enex и .opml.", + "shrinkImagesTooltip": "

Если этот параметр включен, Trilium попытается уменьшить размер импортируемых изображений путём масштабирования и оптимизации, что может повлиять на воспринимаемое качество изображения. Если этот параметр не установлен, изображения будут импортированы без изменений.

Это не относится к импорту файлов .zip с метаданными, поскольку предполагается, что эти файлы уже оптимизированы.

", + "codeImportedAsCode": "Импортировать распознанные файлы кода (например, .json) в виде заметок типа \"код\", если это неясно из метаданных", + "importZipRecommendation": "При импорте ZIP файла иерархия заметок будет отражена в структуре папок внутри архива." + }, + "markdown_import": { + "dialog_title": "Импорт Markdown", + "modal_body_text": "Из-за особенностей браузера песочница не позволяет напрямую читать буфер обмена из JavaScript. Вставьте разметку Markdown для импорта в текстовую область ниже и нажмите кнопку «Импорт»", + "import_button": "Импорт", + "import_success": "Содержимое Markdown импортировано в документ." + }, + "note_type_chooser": { + "modal_title": "Выберите тип заметки", + "modal_body": "Выберите тип / шаблон новой заметки:", + "templates": "Шаблоны", + "change_path_prompt": "Изменить место создания новой заметки:", + "search_placeholder": "поиск пути по имени (по умолчанию, если пусто)", + "builtin_templates": "Встроенные шаблоны" + }, + "password_not_set": { + "title": "Пароль не установлен", + "body1": "Защищенные заметки шифруются с помощью пароля пользователя, но пароль еще не установлен.", + "body2": "Чтобы защитить заметки, нажмите кнопку ниже, чтобы открыть диалоговое окно «Параметры» и установить пароль.", + "go_to_password_options": "Перейти к параметрам пароля" + }, + "protected_session_password": { + "modal_title": "Защищенный сеанс", + "form_label": "Чтобы продолжить, вам необходимо начать защищенный сеанс, введя пароль:", + "start_button": "Начать защищенный сеанс", + "close_label": "Закрыть", + "help_title": "Помощь по защищенным заметкам" + }, + "recent_changes": { + "title": "Последние изменения", + "erase_notes_button": "Стереть удаленные заметки сейчас", + "undelete_link": "восстановить", + "no_changes_message": "Еще нет изменений...", + "deleted_notes_message": "Удаленные заметки были стерты окончательно.", + "confirm_undelete": "Вы хотите восстановить эту заметку и ее подзаметки?" + }, + "revisions": { + "restore_button": "Восстановить", + "delete_button": "Удалить", + "note_revisions": "Версии заметки", + "delete_all_revisions": "Удалить все версии этой заметки", + "delete_all_button": "Удалить все версии", + "help_title": "Помощь по версиям заметок", + "confirm_delete_all": "Вы хотите удалить все версии этой заметки?", + "confirm_restore": "Хотите восстановить эту версию? Текущее название и содержание заметки будут перезаписаны этой версией.", + "confirm_delete": "Вы хотите удалить эту версию?", + "revisions_deleted": "Версии заметки были удалены.", + "revision_restored": "Версия заметки была восстановлена.", + "revision_deleted": "Версия заметки была удалена.", + "download_button": "Скачать", + "file_size": "Размер файла:", + "preview_not_available": "Предпосмотр недоступен для заметки этого типа.", + "mime": "MIME: ", + "settings": "Настройка версионирования заметок", + "no_revisions": "У этой заметки еще нет версий...", + "snapshot_interval": "Интервал создания версии заметки: {{seconds}} с.", + "maximum_revisions": "Максимальное количество версий заметки: {{number}}.", + "diff_on": "Сравнить", + "diff_off": "Показать содержимое", + "diff_on_hint": "Отобразить сравнение исходного кода заметки", + "diff_off_hint": "Отобразить контент заметки", + "diff_not_available": "Сравнение недоступно." + }, + "sort_child_notes": { + "sort_children_by": "Сортировать дочерние заметки по...", + "sorting_criteria": "Критерии сортировки", + "title": "наименованию", + "date_created": "дате создания", + "date_modified": "дате изменения", + "sorting_direction": "Направление сортировки", + "ascending": "по возрастанию", + "descending": "по убыванию", + "sort_with_respect_to_different_character_sorting": "Сортировка с учетом различных правил сортировки и сопоставления символов в разных языках и регионах.", + "folders": "Папки", + "sort": "Сортировать", + "natural_sort": "Естественная сортировка", + "natural_sort_language": "Язык естественной сортировки", + "sort_folders_at_top": "сортировать папки вверху", + "the_language_code_for_natural_sort": "Код языка для естественной сортировки, например, «zh-CN» для китайского языка." + }, + "upload_attachments": { + "upload_attachments_to_note": "Загрузить вложения к заметке", + "choose_files": "Выберите файлы", + "files_will_be_uploaded": "Файлы будут загружены как приложения в {{noteTitle}}", + "options": "Параметры", + "shrink_images": "Сжать изображения", + "tooltip": "Если этот параметр включен, Trilium попытается уменьшить размер загружаемых изображений путём масштабирования и оптимизации, что может повлиять на воспринимаемое качество изображения. Если этот параметр не включен, изображения будут загружаться без изменений.", + "upload": "Загрузить" + }, + "attribute_detail": { + "close_button_title": "Отменить изменения и закрыть", + "name": "Наименование", + "value": "Значение", + "promoted_alias": "Псевдоним", + "multiplicity": "Множественность", + "label_type": "Тип", + "text": "Текст", + "number": "Число", + "boolean": "Булево", + "date": "Дата", + "time": "Время", + "url": "URL", + "precision": "Точность", + "digits": "цифры", + "inheritable": "Наследуемый", + "delete": "Удалить", + "color_type": "Цвет", + "target_note": "Целевая заметка", + "single_value": "Одно значение", + "multi_value": "Много значений", + "inverse_relation": "Обратное отношение", + "more_notes": "Больше заметок", + "date_time": "Дата и время", + "attr_detail_title": "Название атрибута", + "attr_is_owned_by": "Атрибут принадлежит", + "attr_name_title": "Имя атрибута может состоять только из букв, цифр, двоеточия и подчеркивания", + "target_note_title": "Отношение — это именованная связь между исходной и целевой заметками.", + "promoted_title": "Выделенный атрибут отображается в заметке явно.", + "promoted": "Выделенный", + "promoted_alias_title": "Название, которое будет отображаться в интерфейсе продвигаемых атрибутов.", + "multiplicity_title": "Множественность определяет, сколько атрибутов с одним и тем же именем можно создать — максимум 1 или более 1.", + "label_type_title": "Тип метки поможет Trilium выбрать подходящий интерфейс для ввода значения метки.", + "precision_title": "Какое количество цифр после плавающей запятой должно быть доступно в интерфейсе настройки значения.", + "inverse_relation_title": "Необязательный параметр, определяющий, к какому отношению является противоположным данное отношение. Пример: отношения «Отец» и «Сын» являются обратными друг другу отношениями.", + "inheritable_title": "Наследуемый атрибут будет унаследован всеми потомками в этом дереве.", + "save_and_close": "Сохранить и закрыть Ctrl+Enter", + "related_notes_title": "Другие заметки с этой меткой", + "label": "Метка", + "label_definition": "Определение метки", + "relation": "Отношение", + "relation_definition": "Определение отношения", + "disable_versioning": "отключает автоматическое версионирование. Полезно, например, для больших, но неважных заметок, например, для больших JS-библиотек, используемых для написания скриптов", + "calendar_root": "отмечает заметку, которая должна использоваться в качестве корневой для заметок дня. Только одна должна быть отмечена как таковая.", + "archived": "заметки с этой меткой не будут отображаться в результатах поиска по умолчанию (а также в диалоговых окнах «Перейти к», «Добавить ссылку» и т. д.).", + "exclude_from_export": "заметки (с их поддеревьями) не будут включены ни в один экспорт заметок", + "run": "определяет, при каких событиях должен запускаться скрипт. Возможные значения:\n
    \n
  • frontendStartup — при запуске (или обновлении) фронтенда Trilium, но не на мобильном устройстве.
  • \n
  • mobileStartup — при запуске (или обновлении) фронтенда Trilium на мобильном устройстве.
  • \n
  • backendStartup — при запуске бэкенда Trilium.
  • \n
  • hourly — запускать каждый час. Для указания времени можно использовать дополнительную метку runAtHour.
  • \n
  • daily — запускать раз в день.
  • \n
", + "run_on_instance": "Определить, на каком экземпляре Trilium это должно выполняться. По умолчанию — для всех экземпляров.", + "run_at_hour": "В какой час это должно выполняться? Следует использовать вместе с #run=hourly. Можно задать несколько раз для большего количества запусков в течение дня.", + "disable_inclusion": "скрипты с этой меткой не будут включены в выполнение родительского скрипта.", + "sorted": "сохраняет алфавитную сортировку дочерних заметок", + "sort_direction": "ASC (по возрастанию, по умолчанию) или DESC (по убыванию)", + "sort_folders_first": "Папки (заметки, включая дочерние) должны быть отсортированы вверх", + "top": "закрепить заданную заметку наверху в ее родителе (применяется только к отсортированным родительским заметкам)", + "hide_promoted_attributes": "Скрыть продвигаемых атрибуты в этой заметке", + "read_only": "редактор находится в режиме только для чтения. Работает только с текстом и заметками типа \"код\".", + "auto_read_only_disabled": "текстовые/заметки с кодом могут автоматически переводиться в режим чтения, если они слишком большие. Вы можете отключить это поведение для каждой заметки, добавив к ней соответствующую метку", + "app_css": "отмечает заметки CSS, которые загружаются в приложение Trilium и, таким образом, могут использоваться для изменения внешнего вида Trilium.", + "app_theme_base": "установите значение \"next\", \"next-light\" или \"next-dark\", чтобы использовать соответствующую тему TriliumNext (автоматическую, светлую или темную) в качестве основы для пользовательской темы вместо устаревшей.", + "exclude_from_note_map": "Заметки с этой меткой будут скрыты на карте заметок", + "workspace": "отмечает эту заметку как рабочее пространство, для удобной установки фокуса", + "workspace_icon_class": "определяет CSS-класс значка поля, который будет использоваться во вкладке при установке фокуса на этой заметке", + "workspace_tab_background_color": "Цвет CSS, используемый во вкладке заметки при установке на нее фокуса", + "workspace_template": "Эта заметка появится в списке доступных шаблонов при создании новой заметки, но только если будет установлен фокус на рабочую область с этим шаблоном", + "workspace_search_home": "новые заметки поиска будут созданы как дочерние записи этой заметки, когда установлен фокус на какую-либо родительскую заметку этого рабочего пространство", + "workspace_calendar_root": "Определяет корень календаря для каждого рабочего пространства", + "hide_highlight_widget": "Скрыть виджет «Акценты»", + "is_owned_by_note": "принадлежит заметке", + "and_more": "... и ещё {{count}}.", + "app_theme": "отмечает заметки CSS, которые являются полноценными темами Trilium и, таким образом, доступны в опциях Trilium.", + "title_template": "Заголовок по умолчанию для заметок, создаваемых как дочерние элементы данной заметки. Значение вычисляется как строка JavaScript\n и, таким образом, может быть дополнено динамическим контентом с помощью внедренных переменных now и parentNote. Примеры:\n \n
    \n
  • Литературные произведения ${parentNote.getLabelValue('authorName')}
  • \n
  • Лог для ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n Подробности см. в вики, документации API для parentNote и now.", + "icon_class": "значение этой метки добавляется в виде CSS-класса к значку в дереве, что помогает визуально различать заметки в дереве. Примером может служить bx bx-home — значки берутся из boxicons. Может использоваться в шаблонах заметок.", + "share_favicon": "Заметка о фавиконе должна быть размещена на странице общего доступа. Обычно её назначают корневой папке общего доступа и делают наследуемой. Заметка о фавиконе также должна находиться в поддереве общего доступа. Рассмотрите возможность использования атрибута 'share_hidden_from_tree'.", + "inbox": "расположение папки «Входящие» по умолчанию для новых заметок — при создании заметки с помощью кнопки «Новая заметка» на боковой панели заметки будут созданы как дочерние заметки в заметке, помеченной меткой #inbox.", + "share_css": "CSS-заметка, которая будет добавлена на страницу общего доступа. CSS-заметка также должна находиться в общем поддереве. Также рассмотрите возможность использования 'share_hidden_from_tree' и 'share_omit_default_css'.", + "run_on_branch_deletion": "выполняется при удалении ветви. Ветка — это связь между родительской и дочерней заметками и удаляется, например, при перемещении заметки (старая ветвь/ссылка удаляется).", + "share_template": "Встроенная заметка JavaScript, которая будет использоваться в качестве шаблона для отображения общей заметки. Возвращается к шаблону по умолчанию. Рекомендуется использовать 'share_hidden_from_tree'.", + "print_page_size": "При экспорте в PDF изменяет размер страницы. Поддерживаемые значения: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", + "keyboard_shortcut": "Определяет сочетание клавиш для немедленного перехода к этой заметке. Пример: Ctrl+Alt+E. Для вступления изменений в силу требуется перезагрузка интерфейса.", + "new_notes_on_top": "Новые заметки будут создаваться вверху родительской заметки, а не внизу.", + "print_landscape": "При экспорте в PDF изменяет ориентацию страницы с книжной на альбомную.", + "hide_relations": "имена отношений, которые следует скрыть, разделённые запятыми. Все остальные будут отображены.", + "run_on_note_change": "выполняется при изменении заметки (включая создание заметки). Не включает изменения содержимого", + "display_relations": "названия отношений, разделённые запятыми, которые следует отобразить. Все остальные будут скрыты.", + "template": "Эта заметка появится в списке доступных шаблонов при создании новой заметки", + "execute_button": "Название кнопки, которая выполнит текущую заметку типа \"Код\"", + "page_size": "количество элементов на странице в списке заметок", + "custom_request_handler": "см. Пользовательский обработчик запросов", + "custom_resource_provider": "см. Пользовательский обработчик запросов", + "widget": "отмечает эту заметку как пользовательский виджет, который будет добавлен в дерево компонентов Trilium", + "search_home": "новые заметки поиска будут созданы как дочерние записи этой заметки", + "workspace_inbox": "расположение в папке «Входящие» по умолчанию для новых заметок, когда установлен фокус на какую-либо родительскую заметку этого рабочего пространство", + "sql_console_home": "расположение заметок консоли SQL по умолчанию", + "css_class": "значение этой метки затем добавляется как CSS-класс к узлу, представляющему данную заметку в дереве. Это может быть полезно для изменения внешнего вида заметки. Может использоваться в шаблонах заметок.", + "bookmark_folder": "заметка с этой меткой появится в закладках как папка (с предоставлением доступа к ее дочерним элементам)", + "share_hidden_from_tree": "эта заметка скрыта в левом навигационном дереве, но по-прежнему доступна по ее URL-адресу", + "share_external_link": "заметка будет действовать как ссылка на внешний веб-сайт в дереве общего доступа", + "share_alias": "определить псевдоним, с помощью которого заметка будет доступна по адресу https://ссылка_на_ваш_trilium/share/[ваш_псевдоним]", + "share_omit_default_css": "CSS-код страницы общего доступа по умолчанию будет пропущен. Используйте его при внесении существенных изменений в стили.", + "share_root": "помечает заметку, которая будет выступать корневой страницей /share общедоступного сайта.", + "share_description": "определение текста, который будет добавлен в HTML-тег meta для описания", + "share_raw": "заметка будет передана в исходном виде, без HTML-обертки", + "share_disallow_robot_indexing": "запретит индексацию этой заметки роботами через заголовок X-Robots-Tag: noindex", + "share_credentials": "для доступа к этой общедоступной заметке требуются учётные данные. Значение должно быть в формате 'имя пользователя:пароль'. Не забудьте сделать этот атрибут наследуемым для применения к дочерним заметкам/изображениям.", + "share_index": "заметка с этой меткой будет содержать список всех корневых узлов общедоступных заметок", + "toc": "#toc или #toc=show принудительно отобразят оглавление, #toc=hide — скроют его. Если метка отсутствует, применяется глобальная настройка", + "color": "определяет цвет заметки в дереве заметок, ссылках и т. д. Используйте любое допустимое значение цвета CSS, например «red» или #a13d5f", + "keep_current_hoisting": "Открытие этой ссылки не изменит фокус, даже если заметка не отображается в текущем закрепленном поддереве.", + "execute_description": "Более подробное описание текущей заметки типа \"Код\", отображаемое вместе с кнопкой \"Выполнить\"", + "run_on_note_creation": "выполняется при создании заметки на сервере. Используйте это отношение, если хотите запустить скрипт для всех заметок, созданных в определённом поддереве. В этом случае создайте его в корневой заметке поддерева и сделайте его наследуемым. Новая заметка, созданная в поддереве (любой глубины), запустит скрипт.", + "run_on_child_note_creation": "выполняется, когда создается новая заметка под заметкой, в которой определено это отношение", + "run_on_note_title_change": "выполняется при изменении заголовка заметки (включая создание заметки)", + "run_on_note_content_change": "выполняется при изменении содержимого заметки (включая создание заметки).", + "run_on_note_deletion": "выполняется при удалении заметки", + "run_on_branch_creation": "выполняется при создании ветви. Ветвь — это связующее звено между родительской и дочерней заметками и создаётся, например, при клонировании или перемещении заметки.", + "run_on_branch_change": "выполняется при обновлении ветки.", + "run_on_attribute_creation": "выполняется, когда создается новый атрибут для заметки, определяющей это отношение", + "run_on_attribute_change": " выполняется при изменении атрибута заметки, определяющей это отношение. Также срабатывает при удалении атрибута", + "relation_template": "атрибуты заметки будут унаследованы даже без родительско-дочерних отношений. Содержимое заметки и её поддерево будут добавлены к экземпляру заметки, если оно пустое. Подробности см. в документации.", + "inherit": "атрибуты заметки будут унаследованы даже без родительско-дочерних отношений. См. описание шаблонных отношений для получения аналогичной информации. См. раздел «Наследование атрибутов» в документации.", + "render_note": "заметки типа «Рендер HTML» будут отображаться с использованием кодовой заметки (HTML или скрипта), и необходимо указать с помощью этой связи, какую заметку следует отобразить", + "widget_relation": "заметка, на которую ссылается отношение будет выполнена и отображена как виджет на боковой панели", + "share_js": "JavaScript-заметка, которая будет добавлена на страницу общего доступа. JavaScript-заметка также должна находиться в общем поддереве. Рекомендуется использовать 'share_hidden_from_tree'.", + "other_notes_with_name": "Другие заметки с {{attributeType}} названием \"{{attributeName}}\"" + }, + "command_palette": { + "configure_launch_bar_description": "Откройте конфигурацию панели запуска, чтобы добавить или удалить элементы.", + "configure_launch_bar_title": "Настроить панель запуска", + "search_history_description": "Просмотреть предыдущие поиски", + "search_history_title": "Показать историю поиска", + "search_subtree_description": "Поиск в текущем поддереве", + "search_subtree_title": "Поиск в поддереве", + "search_notes_description": "Открыть расширенный поиск", + "search_notes_title": "Поиск заметок", + "show_attachments_description": "Просмотреть вложения к заметкам", + "show_attachments_title": "Показать вложения", + "export_note_description": "Экспортировать текущую заметку", + "export_note_title": "Экспортировать заметку", + "tree-action-name": "Дерево: {{name}}" + }, + "board_view": { + "add-column": "Добавить столбец", + "new-item": "Добавить", + "delete-column-confirmation": "Вы уверены, что хотите удалить этот столбец? Соответствующий атрибут также будет удалён из заметок этого столбца.", + "delete-column": "Удалить столбец", + "insert-below": "Вставить ниже", + "insert-above": "Вставить выше", + "move-to": "Переместить", + "delete-note": "Удалить заметку...", + "remove-from-board": "Удалить из доски", + "archive-note": "Архивировать заметку", + "unarchive-note": "Разархивировать заметку", + "edit-column-title": "Нажмите, чтобы изменить заголовок столбца", + "edit-note-title": "Нажмите, чтобы изменить название заметки", + "add-column-placeholder": "Введите имя столбца...", + "new-item-placeholder": "Введите название заметки...", + "column-already-exists": "Такая колонка уже добавлена на доску." + }, + "table_context_menu": { + "delete_row": "Удалить строку" + }, + "book_properties_config": { + "vector_dark": "Vector (Темная)", + "vector_light": "Vector (Светлая)", + "max-nesting-depth": "Максимальная глубина вложенности:", + "map-style": "Стиль карты", + "display-week-numbers": "Отображать номера недель", + "hide-weekends": "Скрыть выходные", + "raster": "Растр", + "show-scale": "Показать масштаб" + }, + "editorfeatures": { + "note_completion_enabled": "Включить автодополнение", + "emoji_completion_enabled": "Включить автодополнение эмодзи", + "title": "Особенности", + "slash_commands_description": "Если эта опция включена, команды редактирования, такие как вставка переносов строк или заголовков, можно переключать, вводя `/`.", + "slash_commands_enabled": "Включить слэш-команды", + "note_completion_description": "Если эта опция включена, ссылки на заметки можно создавать, вводя `@`, а затем название заметки.", + "emoji_completion_description": "Если эта функция включена, эмодзи можно легко вставлять в текст, набрав `:`, а затем название эмодзи." + }, + "cpu_arch_warning": { + "dont_show_again": "Больше не показывать это предупреждение", + "continue_anyway": "Продолжить в любом случае", + "download_link": "Загрузить нативную версию", + "recommendation": "Для наилучшего использования загрузите версию TriliumNext для ARM64 с нашей страницы релизов.", + "message_windows": "TriliumNext в настоящее время работает в режиме эмуляции, что означает, что вы используете версию Intel (x64) на устройстве Windows on ARM. Это существенно повлияет на производительность и время автономной работы.", + "message_macos": "TriliumNext в настоящее время работает под управлением Rosetta 2, что означает, что вы используете версию Intel (x64) на Apple Silicon Mac. Это существенно повлияет на производительность и время автономной работы.", + "title": "Пожалуйста, загрузите версию ARM64" + }, + "code_theme": { + "color-scheme": "Цветовая схема", + "word_wrapping": "Перенос слов", + "title": "Внешний вид" + }, + "svg": { + "export_to_png": "Диаграмму не может быть экспортирована в PNG.", + "export_to_svg": "Не удалось экспортировать диаграмму в SVG." + }, + "png_export_button": { + "button_title": "Экспортировать диаграмму как PNG" + }, + "toggle_read_only_button": { + "unlock-editing": "Разблокировать редактирование", + "lock-editing": "Заблокировать редактирование" + }, + "switch_layout_button": { + "title_horizontal": "Переместить панель редактирования влево", + "title_vertical": "Переместить панель редактирования вниз" + }, + "note_language": { + "configure-languages": "Настроить языки...", + "not_set": "Язык не установлен", + "help-on-languages": "Помощь по языкам содержимого..." + }, + "time_selector": { + "invalid_input": "Введенное значение времени не является допустимым числом.", + "minimum_input": "Введенное значение времени должно быть не менее {{minimumSeconds}} секунд." + }, + "share": { + "share_root_not_found": "Заметка с меткой #shareRoot не найдена", + "redirect_bare_domain": "Перенаправить запрос по домену на страницу общедоступных заметок", + "redirect_bare_domain_description": "Перенаправлять анонимных пользователей на страницу общедоступных заметок вместо отображения страницы входа", + "show_login_link": "Показать ссылку для аутентификации в интерфейсе общедоступных заметок", + "show_login_link_description": "Добавить ссылку для аутентификации в нижний колонтитул интерфейса общедоступных заметок", + "title": "Настройки общего доступа", + "check_share_root": "Проверка состояния корневой заметки для общедоступного сайта", + "share_root_not_shared": "Заметка '{{noteTitle}}' имеет метку #shareRoot, но не является общедоступной", + "share_root_found": "Заметка корня общедоступного сайта '{{noteTitle}}' готова" + }, + "duration": { + "days": "Дни", + "hours": "Часы", + "minutes": "Минуты", + "seconds": "Секунды" + }, + "geo-map-context": { + "add-note": "Добавить маркер в этом месте", + "remove-from-map": "Удалить с карты", + "open-location": "Открыть местоположение" + }, + "geo-map": { + "unable-to-load-map": "Не удалось загрузить карту.", + "create-child-note-instruction": "Щелкните по карте, чтобы создать новую заметку в этом месте, или нажмите Escape, чтобы закрыть ее.", + "create-child-note-title": "Создать новую дочернюю заметку и добавить ее на карту" + }, + "note_tooltip": { + "quick-edit": "Быстрое редактирование", + "note-has-been-deleted": "Заметка удалена." + }, + "note_autocomplete": { + "full-text-search": "Полнотекстовый поиск", + "show-recent-notes": "Показать последние заметки", + "search-for": "Поиск \"{{term}}\"", + "clear-text-field": "Очистить текстовое поле", + "insert-external-link": "Вставить внешнюю ссылку \"{{term}}\"", + "create-note": "Создать и связать дочернюю заметку \"{{term}}\"" + }, + "electron_integration": { + "zoom-factor": "Коэффициент масштабирования", + "restart-app-button": "Применить изменения и перезапустить приложение", + "background-effects-description": "Эффект Mica добавляет размытый, стильный фон окнам приложений, создавая глубину и современный вид. Опция \"Системная строка заголовка\" должна быть отключена.", + "background-effects": "Включить фоновые эффекты (только Windows 11)", + "native-title-bar-description": "В Windows и macOS отключение системной строки заголовка делает приложение более компактным. В Linux включение системной строки заголовка улучшает интеграцию с остальной частью системы.", + "native-title-bar": "Системная панель заголовка", + "desktop-application": "Десктопное приложение" + }, + "link_context_menu": { + "open_note_in_popup": "Быстрое редактирование", + "open_note_in_new_window": "Открыть заметку в новом окне", + "open_note_in_new_tab": "Открыть заметку в новой вкладке", + "open_note_in_new_split": "Открыть заметку в новой панели", + "open_note_in_other_split": "Открыть заметку в другой панели" + }, + "image_context_menu": { + "copy_image_to_clipboard": "Копировать изображение в буфер обмена", + "copy_reference_to_clipboard": "Скопировать ссылку в буфер обмена" + }, + "electron_context_menu": { + "paste-as-plain-text": "Вставить как обычный текст", + "paste": "Вставить", + "copy-link": "Скопировать ссылку", + "copy": "Скопировать", + "cut": "Вырезать", + "search_online": "Поиск \"{{term}}\" в {{searchEngine}}", + "add-term-to-dictionary": "Добавить \"{{term}}\" в словарь", + "search_in_trilium": "Искать \"{{term}}\" в Trilium" + }, + "editing": { + "editor_type": { + "fixed": { + "title": "Закрепленный", + "description": "инструменты редактирования отображаются на вкладке ленты «Форматирование»." + }, + "floating": { + "title": "Плавающий", + "description": "инструменты редактирования появляются рядом с курсором;" + }, + "label": "Панель форматирования", + "multiline-toolbar": "Отображать панель инструментов на нескольких строках, если она не помещается." + } + }, + "editor": { + "title": "Редактор" + }, + "classic_editor_toolbar": { + "title": "Форматирование" + }, + "code_block": { + "copy_title": "Копировать в буфер обмена", + "theme_group_dark": "Темные темы", + "theme_group_light": "Светлые темы", + "theme_none": "Нет подсветки синтаксиса", + "word_wrapping": "Перенос слов" + }, + "highlighting": { + "color-scheme": "Цветовая схема", + "title": "Блоки кода", + "description": "Управляет подсветкой синтаксиса для блоков кода внутри текстовых заметок. Заметки с типом \"Код\" не будут затронуты." + }, + "launcher_context_menu": { + "reset": "Сбросить", + "add-spacer": "Добавить разделитель", + "add-custom-widget": "Добавить пользовательский виджет", + "move-to-visible-launchers": "Переместить к видимым лаунчерам", + "move-to-available-launchers": "Переместить к доступным лаунчерам", + "delete": "Удалить ", + "add-note-launcher": "Добавить лаунчер заметки", + "add-script-launcher": "Добавить лаунчер скрипта", + "duplicate-launcher": "Создать копию лаунчера ", + "reset_launcher_confirm": "Вы действительно хотите сбросить \"{{title}}\"? Все данные/настройки в этой заметке (и её дочерних заметках) будут потеряны, а панель запуска будет возвращена в исходное местоположение." + }, + "toc": { + "table_of_contents": "Оглавление", + "options": "Параметры", + "no_headings": "Заголовки не найдены." + }, + "note_tree": { + "hide-archived-notes": "Скрыть архивные заметки", + "automatically-collapse-notes": "Автоматически сворачивать заметки", + "tree-settings-title": "Настройки дерева", + "unhoist": "Убрать фокус", + "scroll-active-title": "Прокрутить к активной заметке", + "collapse-title": "Свернуть дерево", + "hoist-this-note-workspace": "Фокус на заметке (рабочая область)", + "auto-collapsing-notes-after-inactivity": "Автоматическое сворачивание заметок после бездействия...", + "create-child-note": "Создать дочернюю заметку", + "save-changes": "Сохранить и применить изменения", + "saved-search-note-refreshed": "Сохраненная поисковая заметка обновлена.", + "refresh-saved-search-results": "Обновить сохраненные результаты поиска", + "automatically-collapse-notes-title": "Заметки будут свернуты после определенного периода бездействия, чтобы навести порядок в дереве.", + "toggle-sidebar": "Переключить боковую панель", + "dropping-not-allowed": "Перетаскивание заметок в эту область не разрешено." + }, + "quick-search": { + "no-results": "Результаты не найдены", + "placeholder": "Быстрый поиск", + "searching": "Поиск...", + "show-in-full-search": "Расширенный поиск", + "more-results": "... и еще {{number}} результатов." + }, + "find": { + "replace_all": "Заменить все", + "replace": "Заменить", + "replace_placeholder": "Заменить на...", + "find_placeholder": "Поиск в тексте...", + "case_sensitive": "С учетом регистра", + "match_words": "По словам" + }, + "template_switch": { + "template": "Шаблон", + "toggle-off-hint": "Удалить заметку как шаблон", + "toggle-on-hint": "Сделать заметку шаблоном" + }, + "note_types": { + "collections": "Коллекции", + "new-feature": "Новое", + "beta-feature": "Бета", + "widget": "Виджет", + "image": "Изображение", + "file": "Файл", + "canvas": "Холст", + "mermaid-diagram": "Диаграмма Mermaid", + "book": "Коллекция", + "saved-search": "Сохраненный поиск", + "code": "Код", + "text": "Текст", + "launcher": "Лаунчер", + "doc": "Документация", + "relation-map": "Карта связей", + "note-map": "Карта заметок", + "render-note": "Рендеринг заметки", + "web-view": "Веб-страница", + "mind-map": "Mind Map", + "geo-map": "Географическая карта", + "task-list": "Список задач", + "confirm-change": "Не рекомендуется менять тип заметки, если её содержимое не пустое. Вы всё равно хотите продолжить?" + }, + "tree-context-menu": { + "open-in-popup": "Быстрое редактирование", + "delete": "Удалить", + "advanced": "Дополнительно", + "cut": "Вырезать", + "duplicate": "Создать дубликат", + "export": "Экспорт", + "open-in-a-new-tab": "Открыть в новой вкладке", + "open-in-a-new-split": "Открыть в новой панели", + "unhoist-note": "Снять фокус", + "hoist-note": "Фокус на заметке", + "protect-subtree": "Защитить поддерево", + "unprotect-subtree": "Снять защиту с поддерева", + "copy-clone": "Скопировать / Склонировать", + "clone-to": "Склонировать в...", + "paste-after": "Вставить после", + "paste-into": "Вставить в", + "move-to": "Переместить в...", + "import-into-note": "Импортировать в заметку", + "expand-subtree": "Развернуть поддерево", + "collapse-subtree": "Свернуть поддерево", + "sort-by": "Сортировать по...", + "insert-note-after": "Вставить заметку после", + "insert-child-note": "Вставить дочернюю заметку", + "search-in-subtree": "Поиск в поддереве", + "edit-branch-prefix": "Изменить префикс ветки", + "convert-to-attachment": "Преобразовать в приложение", + "apply-bulk-actions": "Применить массовые действия", + "recent-changes-in-subtree": "Последние изменения в поддереве", + "copy-note-path-to-clipboard": "Копировать путь к заметке в буфер обмена", + "convert-to-attachment-confirm": "Вы уверены, что хотите преобразовать выбранные заметки во вложения их родительских заметок? Эта операция применяется только к заметкам в виде изображений; другие заметки будут пропущены.", + "converted-to-attachments": "{{count}} заметок были преобразованы во вложения.", + "archive": "Архивировать", + "unarchive": "Разархивировать" + }, + "info": { + "closeButton": "Закрыть", + "okButton": "ОК", + "modalTitle": "Информация", + "copy_to_clipboard": "Скопировать в буфер обмена" + }, + "jump_to_note": { + "search_placeholder": "Найдите заметку по ее названию или введите > для команд...", + "search_button": "Поиск по всему тексту" + }, + "move_to": { + "target_parent_note": "Целевая родительская заметка", + "notes_to_move": "Заметки к переносу", + "dialog_title": "Переместить заметки в ...", + "search_placeholder": "поиск заметки по ее названию", + "move_button": "Переместить к выбранной заметке", + "error_no_path": "Отсутствует путь для перемещения.", + "move_success_message": "Выбранные заметки были перемещены в " + }, + "prompt": { + "title": "Запрос", + "defaultTitle": "Запрос", + "ok": "OK" + }, + "move_note": { + "to": "в", + "move_note": "Переместить заметку", + "target_parent_note": "целевая версии заметки", + "on_all_matched_notes": "На всех совпадающих заметках", + "move_note_new_parent": "переместить заметку в новый родительский элемент, если у заметки есть только один родительский элемент (т. е. старая ветвь удаляется и создается новая ветвь в новом родительском элементе)", + "clone_note_new_parent": "клонировать заметку в новый родительский элемент, если у заметки есть несколько клонов/ветвей (неясно, какую ветвь следует удалить)", + "nothing_will_happen": "ничего не произойдет, если эту заметку невозможно переместить в целевую заметку (т.е. это создаст цикл дерева)" + }, + "add_relation": { + "to": "в", + "add_relation": "Добавить отношение", + "relation_name": "название отношения", + "target_note": "целевая заметка", + "allowed_characters": "Разрешены буквенно-цифровые символы, подчеркивание и двоеточие.", + "create_relation_on_all_matched_notes": "Для всех соответствующих заметок создать заданную связь." + }, + "rename_relation": { + "to": "В", + "rename_relation": "Переименовать отношение", + "old_name": "старое наименование", + "new_name": "новое наименование", + "rename_relation_from": "Переименовать отношение из", + "allowed_characters": "Разрешены буквенно-цифровые символы, подчеркивание и двоеточие." + }, + "update_relation_target": { + "to": "в", + "update_relation": "Обновить отношение", + "relation_name": "название отношения", + "target_note": "целевая заметка", + "update_relation_target": "Обновить целевой элемент отношения", + "on_all_matched_notes": "На всех совпадающих заметках", + "allowed_characters": "Разрешены буквенно-цифровые символы, подчеркивание и двоеточие.", + "change_target_note": "изменить целевую заметку существующего отношения" + }, + "attachments_actions": { + "download": "Скачать", + "open_externally": "Открыть вне приложения", + "rename_attachment": "Переименовать вложение", + "delete_attachment": "Удалить вложение", + "upload_new_revision": "Загрузить новую версию", + "open_custom": "Открыть как...", + "open_custom_client_only": "Открытие вложений другим способом возможно только в десктопном приложении.", + "open_externally_detail_page": "Открытие вложения извне доступно только из детальной страницы. Для этого сначала нажмите на сведения о вложении и повторите действие.", + "open_custom_title": "Файл будет открыт во внешнем приложении и отслеживаться на наличие изменений. После этого вы сможете загрузить изменённую версию обратно в Trilium.", + "open_externally_title": "Файл будет открыт во внешнем приложении и отслеживаться на наличие изменений. После этого вы сможете загрузить изменённую версию обратно в Trilium.", + "copy_link_to_clipboard": "Копировать ссылку в буфер обмена", + "convert_attachment_into_note": "Преобразовать вложение в заметку", + "delete_success": "Вложение \"{{title}}\" удалено.", + "enter_new_name": "Введите новое название вложения", + "upload_success": "Загружена новая версия вложения.", + "upload_failed": "Не удалось загрузить новую версию вложения.", + "delete_confirm": "Вы уверены, что хотите удалить вложение '{{title}}'?", + "convert_confirm": "Вы уверены, что хотите преобразовать вложение '{{title}}' в отдельную заметку?", + "convert_success": "Вложение '{{title}}' преобразовано в заметку." + }, + "calendar": { + "mon": "Пн", + "tue": "Вт", + "wed": "Ср", + "thu": "Чт", + "fri": "Пт", + "sat": "Сбт", + "sun": "Вс", + "january": "Январь", + "february": "Февраль", + "march": "Март", + "april": "Апрель", + "may": "Май", + "june": "Июнь", + "july": "Июль", + "august": "Август", + "september": "Сентябрь", + "october": "Октябрь", + "november": "Ноябрь", + "december": "Декабрь", + "cannot_find_week_note": "Не удалось найти заметку недели", + "cannot_find_day_note": "Не удалось найти заметку дня", + "week": "Неделя", + "week_previous": "Прошлая неделя", + "week_next": "Следующая неделя", + "month": "Месяц", + "month_previous": "Предыдущий месяц", + "month_next": "Следующий месяц", + "year": "Год", + "year_previous": "Предыдущий год", + "year_next": "Следующий год", + "list": "Список", + "today": "Сегодня" + }, + "global_menu": { + "menu": "Меню", + "options": "Параметры", + "zoom": "Масштаб", + "advanced": "Дополнительно", + "logout": "Выход", + "toggle_fullscreen": "На весь экран", + "zoom_out": "Уменьшить масштаб", + "zoom_in": "Увеличить масштаб", + "configure_launchbar": "Настроить панель запуска", + "reload_frontend": "Перезагрузить интерфейс", + "show_help": "Показать справку", + "show-cheatsheet": "Быстрая справка", + "toggle-zen-mode": "Режим дзен", + "open_new_window": "Открыть новое окно", + "reset_zoom_level": "Сбросить масштабирование", + "open_dev_tools": "Открыть Панель разработчика", + "open_sql_console": "Открыть консоль SQL", + "open_search_history": "Открыть историю поиска", + "show_backend_log": "Показать лог бэкенда", + "show_hidden_subtree": "Показать скрытое поддерево", + "about": "О Trilium Notes", + "reload_hint": "Перезагрузка может помочь устранить некоторые визуальные сбои без перезапуска всего приложения.", + "open_sql_console_history": "Открыть историю консоли SQL", + "show_shared_notes_subtree": "Поддерево общедоступных заметок", + "switch_to_mobile_version": "Перейти на мобильную версию", + "switch_to_desktop_version": "Переключиться на версию для ПК", + "new-version-available": "Доступно обновление", + "download-update": "Обновить до {{latestVersion}}" + }, + "zpetne_odkazy": { + "relation": "отношение", + "backlink_one": "{{count}} обратная ссылка", + "backlink_few": "{{count}} обратные ссылки", + "backlink_many": "{{count}} обратных ссылок" + }, + "note_icon": { + "search": "Поиск:", + "change_note_icon": "Изменить иконку заметки", + "reset-default": "Сбросить к значку по умолчанию", + "no_results": "Иконки не найдены.", + "icon_tooltip": "{{name}}\nНабор иконок: {{iconPack}}", + "filter-default": "Иконки по-умолчанию", + "filter-none": "Все иконки", + "filter": "Фильтр", + "search_placeholder_filtered": "Поиск {{number}} иконок в {{name}}", + "search_placeholder_one": "Поиск {{number}} иконки среди {{count}} наборов", + "search_placeholder_few": "Поиск {{number}} иконок среди {{count}} наборов", + "search_placeholder_many": "Поиск {{number}} иконок среди {{count}} наборов" + }, + "basic_properties": { + "editable": "Изменяемое", + "language": "Язык", + "note_type": "Тип", + "basic_properties": "Общее", + "configure_code_notes": "Настроить заметки типа \"Код\"..." + }, + "book_properties": { + "grid": "Сетка", + "list": "Список", + "collapse": "Свернуть", + "expand": "Развернуть", + "calendar": "Календарь", + "table": "Таблица", + "board": "Доска", + "view_type": "Вид", + "book_properties": "Свойства коллекции", + "geo-map": "Карта", + "invalid_view_type": "Недопустимый тип представления '{{type}}'", + "collapse_all_notes": "Свернуть все заметки", + "include_archived_notes": "Показать заархивированные заметки", + "presentation": "Презентация", + "expand_all_levels": "Развернуть все вложенные уровни", + "expand_nth_level": "Развернуть уровни: {{depth}} шт.", + "expand_first_level": "Развернуть прямые дочерние уровни", + "expand_tooltip": "Разщвернуть дочерние элементы этой коллекции (на один уровень вложенности). Для получения дополнительных параметров нажмите стрелку справа." + }, + "edited_notes": { + "deleted": "(удалено)", + "title": "Измененные заметки", + "no_edited_notes_found": "Пока нет измененных заметок за этот день..." + }, + "file_properties": { + "download": "Скачать", + "open": "Открыть", + "title": "Файл", + "upload_success": "Новая версия файла успешно загружена.", + "upload_new_revision": "Загрузить новую версию", + "file_size": "Размер файла", + "file_type": "Тип файла", + "original_file_name": "Исходное имя файла", + "note_id": "ID заметки", + "upload_failed": "Загрузка новой версии файла не удалась." + }, + "image_properties": { + "download": "Скачать", + "open": "Открыть", + "title": "Изображение", + "file_size": "Размер файла", + "file_type": "Тип файла", + "upload_failed": "Не удалось загрузить новую версию изображения: {{message}}", + "upload_success": "Загружена новая версия изображения.", + "upload_new_revision": "Загрузить новую версию", + "copy_reference_to_clipboard": "Копировать ссылку в буфер обмена", + "original_file_name": "Исходное имя файла" + }, + "note_info_widget": { + "created": "Создано", + "modified": "Изменено", + "type": "Тип", + "note_id": "ID заметки", + "note_size": "Размер заметки", + "title": "Информация", + "calculate": "подсчитать", + "note_size_info": "Размер заметки позволяет приблизительно оценить требования к объёму хранилища для данной заметки. Он учитывает её содержание и содержание её сохраненных версий.", + "subtree_size": "(размер поддерева: {{size}} в {{count}} заметках)", + "mime": "MIME тип", + "show_similar_notes": "Похожие заметки" + }, + "note_paths": { + "search": "Поиск", + "title": "Пути к заметке", + "clone_button": "Клонировать заметку в новое место...", + "intro_placed": "Эта заметка размещена по следующим путям:", + "intro_not_placed": "Эта заметка еще не помещена в дерево заметок.", + "outside_hoisted": "Этот путь находится за пределами сфокусированной заметки, и вам придется снять фокус.", + "archived": "Архивировано" + }, + "note_properties": { + "info": "Информация", + "this_note_was_originally_taken_from": "Эта заметка была первоначально взята из:" + }, + "promoted_attributes": { + "url_placeholder": "http://website...", + "unset-field-placeholder": "не установлено", + "open_external_link": "Открыть внешнюю ссылку", + "remove_this_attribute": "Удалить атрибут", + "remove_color": "Удалить метку цвета", + "promoted_attributes": "Продвигаемые атрибуты", + "add_new_attribute": "Добавить атрибут", + "unknown_label_type": "Неизвестный тип метки '{{type}}'", + "unknown_attribute_type": "Неизвестный тип атрибута '{{type}}'" + }, + "script_executor": { + "query": "Запрос", + "execute_query": "Выполнить запрос", + "execute_script": "Выполнить скрипт", + "script": "Скрипт" + }, + "search_definition": { + "limit": "ограничение", + "search_string": "строка поиска", + "fast_search": "быстрый поиск", + "include_archived": "включать архивированные", + "order_by": "сортировать по", + "search_button": "Поиск", + "search_parameters": "Параметры поиска", + "ancestor": "предок", + "action": "действие", + "debug_description": "Debug выведет дополнительную отладочную информацию в консоль, что поможет при отладке сложных запросов", + "add_search_option": "Добавить опцию поиска:", + "search_script": "скрипт поиска", + "limit_description": "Ограничить количество результатов", + "include_archived_notes_description": "Архивированные заметки по умолчанию исключены из результатов поиска, при использовании этой опции они будут включены.", + "fast_search_description": "Опция быстрого поиска отключает полнотекстовый поиск по содержимому заметки, что может ускорить поиск в больших базах данных.", + "debug": "отладка", + "search_execute": "Найти и выполнить действия", + "save_to_note": "Сохранить в заметку", + "search_note_saved": "Заметка с настройкой поиска сохранена в {{- notePathTitle}}", + "unknown_search_option": "Неизвестный параметр поиска {{searchOptionName}}", + "actions_executed": "Действия выполнены.", + "view_options": "Просмотреть опции:" + }, + "ancestor": { + "depth_label": "глубина", + "depth_doesnt_matter": "неважно", + "direct_children": "прямые потомки", + "label": "Предок", + "placeholder": "поиск заметки по ее названию", + "depth_eq": "равна {{count}}", + "depth_gt": "больше чем {{count}}", + "depth_lt": "меньше чем {{count}}" + }, + "debug": { + "debug": "Отладка", + "debug_info": "\"Отладка\" выведет дополнительную отладочную информацию в консоль, что поможет при отладке сложных запросов.", + "access_info": "Чтобы получить доступ к отладочной информации, выполните запрос и нажмите «Показать лог бэкенда» в левом верхнем углу." + }, + "limit": { + "limit": "Ограничение", + "take_first_x_results": "Взять только первые X указанных результатов." + }, + "order_by": { + "title": "Названию", + "desc": "По убыванию", + "order_by": "Сортировать по", + "relevancy": "Релевантности (по умолчанию)", + "date_created": "Дате создания", + "random": "Случайный порядок", + "asc": "По возрастанию (по умолчанию)", + "parent_count": "Количество клонов", + "content_size": "Размер содержимого заметки", + "revision_count": "Количество версий", + "owned_label_count": "Количество меток", + "owned_relation_count": "Количество отношений", + "date_modified": "Дата последнего изменения", + "children_count": "Количество дочерних заметок", + "content_and_attachments_size": "Размер содержимого заметки, включая вложения", + "content_and_attachments_and_revisions_size": "Размер содержимого заметки, включая вложения и версии.", + "target_relation_count": "Количество отношений, направленных на заметку" + }, + "search_string": { + "search_prefix": "Поиск:", + "full_text_search": "Просто введите любой текст для полнотекстового поиска", + "title_column": "Строка поиска:", + "search_syntax": "Синтаксис поискового запроса", + "also_see": "см. также", + "complete_help": "руководство по синтаксису поиска", + "label_abc": "возвращает заметки с меткой abc", + "label_year": "ищет заметки с меткой year, имеющей значение 2019", + "label_rock_pop": "соответствует заметкам с метками как rock, так и pop", + "label_rock_or_pop": "должна присутствовать только одна из меток", + "label_year_comparison": "числовое сравнение (также >, >=, <).", + "label_date_created": "заметки, созданные за последний месяц", + "error": "Ошибка поиска: {{error}}", + "placeholder": "полнотекстовые ключевые слова, #tag = value..." + }, + "backend_log": { + "refresh": "Обновить" + }, + "sync": { + "title": "Синхронизация", + "force_full_sync_button": "Синхронизировать принудительно", + "fill_entity_changes_button": "Заполнить записи об изменениях сущностей", + "full_sync_triggered": "Полная синхронизация запущена", + "finished-successfully": "Синхронизация успешно завершена.", + "failed": "Синхронизация не удалась: {{message}}", + "sync_rows_filled_successfully": "Строки синхронизации успешно заполнены", + "filling_entity_changes": "Заполнение строк изменений сущностей..." + }, + "fonts": { + "fonts": "Шрифты", + "size": "Размер", + "serif": "С засечками", + "monospace": "Моноширинный", + "main_font": "Основной шрифт", + "font_family": "Семейство шрифтов", + "reload_frontend": "перезагрузить интерфейс", + "sans-serif": "Без засечек", + "system-default": "Системный по умолчанию", + "theme_defined": "Определяется темой", + "generic-fonts": "Стандартные шрифты", + "note_tree_font": "Шрифт дерева заметок", + "note_detail_font": "Шрифт заметки", + "monospace_font": "Моноширинный шрифт (для кода)", + "sans-serif-system-fonts": "Системные шрифты без засечек", + "serif-system-fonts": "Системные шрифты с засечками", + "monospace-system-fonts": "Моноширинные системные шрифты", + "handwriting-system-fonts": "Шрифты системы рукописного ввода", + "note_tree_and_detail_font_sizing": "Обратите внимание, что размер шрифта дерева и детальной страницы зависит от настройки размера основного шрифта.", + "apply_font_changes": "Чтобы применить изменения шрифта, нажмите", + "not_all_fonts_available": "Не все перечисленные шрифты могут быть доступны в вашей системе." + }, + "max_content_width": { + "max_width_unit": "пикселей", + "title": "Ширина контентной области", + "default_description": "Trilium по умолчанию ограничивает максимальную ширину контента, чтобы улучшить читаемость на широких экранах.", + "max_width_label": "Максимальная ширина контентной области", + "centerContent": "Размещать контент по центру" + }, + "native_title_bar": { + "enabled": "включено", + "disabled": "выключено", + "title": "Системная панель заголовка (требует перезапуска приложения)" + }, + "code-editor-options": { + "title": "Редактор" + }, + "images": { + "images_section_title": "Изображения", + "max_image_dimensions_unit": "пикселей", + "download_images_automatically": "Автоматическая загрузка изображений для использования в автономном режиме.", + "download_images_description": "Вставленный HTML-код может содержать ссылки на онлайн-изображения. Trilium найдет эти ссылки и загрузит изображения, чтобы они были доступны офлайн.", + "enable_image_compression": "Включить сжатие изображений", + "max_image_dimensions": "Максимальная ширина/высота изображения (размер изображения будет изменен, если он превысит этот параметр).", + "jpeg_quality_description": "Качество JPEG (10 — худшее качество, 100 — наилучшее качество, рекомендуется 50 — 85)" + }, + "search_engine": { + "bing": "Bing", + "baidu": "Baidu", + "duckduckgo": "DuckDuckGo", + "google": "Google", + "save_button": "Сохранить", + "title": "Поисковый движок", + "custom_url_label": "URL-адрес пользовательской поисковой системы должен включать {keyword} в качестве заполнителя для поискового запроса.", + "custom_search_engine_info": "Для пользовательской поисковой системы необходимо указать имя и URL-адрес. Если хотя бы один из этих параметров не указан, DuckDuckGo будет использоваться в качестве поисковой системы по умолчанию.", + "predefined_templates_label": "Готовые шаблоны поисковых систем", + "custom_name_label": "Имя пользовательской поисковой системы", + "custom_name_placeholder": "Установить название поисковой системы", + "custom_url_placeholder": "Настроить URL поисковой системы" + }, + "heading_style": { + "plain": "Обычный", + "underline": "Подчеркнутый", + "markdown": "В стиле Markdown", + "title": "Стиль заголовка" + }, + "table_of_contents": { + "unit": "заголовков", + "description": "Оглавление будет отображаться в текстовых заметках, если в заметке больше заголовков, чем указано в таблице. Вы можете настроить это количество:", + "title": "Оглавление", + "disable_info": "Эту опцию также можно использовать для отключения оглавления, установив очень большое число.", + "shortcut_info": "Вы можете настроить сочетание клавиш для быстрого переключения правой панели (включая оглавление) в разделе Параметры -> Сочетания клавиш (название \"toggleRightPane\")." + }, + "text_auto_read_only_size": { + "unit": "символов", + "title": "Максимальный размер заметки до переключения в режим только для чтения", + "description": "Максимальный размер заметки до переключения в режим только для чтения — это размер, после которого заметки будут отображаться в режиме «только для чтения» (из соображений производительности).", + "label": "Максимальный размер заметки до переключения в режим только для чтения (текстовые заметки)" + }, + "i18n": { + "title": "Локализация", + "language": "Язык", + "sunday": "Воскресенье", + "monday": "Понедельник", + "first-day-of-the-week": "Первый день недели", + "first-week-of-the-year": "Первая неделя года", + "first-week-contains-first-day": "Первая неделя содержит первый день года", + "first-week-contains-first-thursday": "Первая неделя содержит первый четверг года", + "first-week-has-minimum-days": "Первая неделя имеет минимальное количество дней", + "min-days-in-first-week": "Минимальное количество дней в первой неделе", + "first-week-info": "Первая неделя содержит первый четверг года в соответствии со стандартом ISO 8601.", + "first-week-warning": "Изменение параметров первой недели может привести к дублированию существующих недельных заметок, и существующие недельные заметки не будут обновлены соответствующим образом.", + "formatting-locale": "Формат даты и числа", + "formatting-locale-auto": "Выбирать на основе языка приложения", + "saturday": "Суббота", + "friday": "Пятница", + "thursday": "Четверг", + "wednesday": "Среда", + "tuesday": "Вторник" + }, + "backup": { + "path": "Путь", + "backup_now": "Принудительное резервное копирование", + "existing_backups": "Существующие резервные копии", + "automatic_backup": "Автоматическое резервное копирование", + "automatic_backup_description": "Trilium может автоматически создавать резервную копию базы данных:", + "enable_daily_backup": "Включить ежедневное резервное копирование", + "enable_weekly_backup": "Включить еженедельное резервное копирование", + "enable_monthly_backup": "Включить ежемесячное резервное копирование", + "backup_database_now": "Создать резервную копию", + "date-and-time": "Дата и время", + "no_backup_yet": "нет резервных копий", + "database_backed_up_to": "Резервная копия базы данных создана в {{backupFilePath}}", + "backup_recommendation": "Рекомендуется держать резервное копирование включенным, но это может замедлить запуск приложений при использовании больших баз данных и/или медленных устройств хранения." + }, + "etapi": { + "title": "ETAPI", + "created": "Создано", + "actions": "Действия", + "existing_tokens": "Существующие токены", + "token_name": "Название токена", + "default_token_name": "новый токен", + "rename_token_title": "Переименовать токен", + "description": "ETAPI — это REST API, используемый для программного доступа к экземпляру Trilium без пользовательского интерфейса.", + "create_token": "Создать новый токен ETAPI", + "new_token_title": "Новый токен ETAPI", + "token_created_title": "Создан токен ETAPI", + "rename_token": "Переименовать этот токен", + "new_token_message": "Введите название нового токена", + "error_empty_name": "Имя токена не может быть пустым", + "delete_token": "Удалить/деактивировать этот токен", + "rename_token_message": "Пожалуйста, введите имя нового токена", + "token_created_message": "Скопируйте созданный токен в буфер обмена. Trilium сохранит хеш токена, и вы его больше не сможете увидеть.", + "delete_token_confirmation": "Вы уверены, что хотите удалить токен ETAPI \"{{name}}\"?", + "no_tokens_yet": "Токенов пока нет. Нажмите кнопку выше, чтобы создать токен." + }, + "multi_factor_authentication": { + "oauth_title": "OAuth/OpenID", + "title": "Многофакторная аутентификация", + "mfa_method": "Метод авторизации", + "oauth_user_account": "Учетная запись пользователя: ", + "oauth_user_email": "Адрес электронной почты пользователя: ", + "electron_disabled": "Многофакторная аутентификация в настоящее время не поддерживается в десктопной сборке.", + "oauth_description_warning": "Чтобы включить OAuth/OpenID, необходимо указать базовый URL-адрес OAuth/OpenID, идентификатор клиента и секретный ключ клиента в файле config.ini и перезапустить приложение. Если вы хотите настроить параметры через переменные окружения, установите TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID и TRILIUM_OAUTH_CLIENT_SECRET.", + "oauth_description": "OpenID - это стандартизированный способ входа на веб-сайты с использованием учётной записи другого сервиса, например Google, для подтверждения личности. По умолчанию эмитентом является Google, но вы можете выбрать любого другого поставщика OpenID. Подробнее см. здесь. Чтобы настроить службу OpenID через Google, следуйте этим инструкциям.", + "recovery_keys_used": "Использовано: {{date}}", + "mfa_enabled": "Включить многофакторную аутентификацию", + "totp_secret_title": "Сгенерировать секрет TOTP", + "totp_secret_generate": "Сгенерировать секрет TOTP", + "totp_secret_regenerate": "Регенерировать секрет TOTP", + "totp_secret_generated": "Создан секрет TOTP", + "recovery_keys_generate": "Генерация кодов восстановления", + "recovery_keys_regenerate": "Регенерация кодов восстановления", + "oauth_missing_vars": "Отсутствуют настройки: {{-variables}}", + "oauth_user_not_logged_in": "Не выполнен вход!", + "totp_title": "Одноразовый пароль с ограничением по времени (TOTP)", + "recovery_keys_title": "Ключи восстановления единого входа", + "recovery_keys_error": "Ошибка генерации кодов восстановления", + "recovery_keys_no_key_set": "Коды восстановления не установлены", + "recovery_keys_unused": "Код восстановления {{index}} не используется", + "description": "Многофакторная аутентификация (MFA) добавляет дополнительный уровень безопасности вашей учётной записи. Вместо простого ввода пароля для входа MFA требует предоставить один или несколько дополнительных документов для подтверждения вашей личности. Таким образом, даже если кто-то узнает ваш пароль, он всё равно не сможет получить доступ к вашей учётной записи без второго элемента данных. Это похоже на установку дополнительного замка на вашу дверь, значительно усложняя взлом.

Следуйте инструкциям ниже, чтобы включить MFA. Если вы настроите её неправильно, для входа будет использоваться только пароль.", + "totp_description": "TOTP (одноразовый пароль с ограничением по времени) — это функция безопасности, которая генерирует уникальный временный код, который меняется каждые 30 секунд. Вы используете этот код вместе с паролем для входа в свою учётную запись, что значительно затрудняет доступ к ней посторонним лицам.", + "recovery_keys_description_warning": "Ключи восстановления больше не будут отображаться после выхода со страницы, сохраните их в надежном и безопасном месте.
После использования ключа восстановления его нельзя будет использовать повторно.", + "totp_secret_regenerate_confirm": "Вы уверены, что хотите восстановить секрет TOTP? Это аннулирует предыдущий секрет TOTP и все существующие коды восстановления.", + "totp_secret_description_warning": "После создания нового секрета TOTP вам потребуется снова войти в систему, используя новый секрет TOTP.", + "recovery_keys_description": "Ключи восстановления единого входа используются для входа в систему, даже если вы не можете получить доступ к своим кодам аутентификатора.", + "totp_secret_warning": "Сохраните сгенерированный секретный ключ в безопасном месте. Он больше не будет показан.", + "no_totp_secret_warning": "Чтобы включить TOTP, вам сначала нужно сгенерировать секрет TOTP." + }, + "shortcuts": { + "shortcuts": "Сочетания клавиш", + "description": "Описание", + "keyboard_shortcuts": "Сочетания клавиш", + "action_name": "Название действия", + "default_shortcuts": "Сочетания клавиш по умолчанию", + "multiple_shortcuts": "Несколько сочетаний клавиш для одного и того же действия можно разделить запятой.", + "electron_documentation": "Информацию о доступных модификаторах и кодах клавиш см. в документации Electron.", + "type_text_to_filter": "Введите текст для фильтрации сочетаний клавиш...", + "reload_app": "Перезагрузить приложение, чтобы применить изменения", + "confirm_reset": "Вы действительно хотите сбросить все сочетания клавиш до значений по умолчанию?", + "set_all_to_default": "Установить все сочетания клавиш по умолчанию" + }, + "sync_2": { + "timeout_unit": "миллисекунд", + "note": "Заметка", + "save": "Сохранить", + "help": "Помощь", + "config_title": "Настройка синхронизации", + "server_address": "Адрес экземпляра сервера", + "proxy_label": "Прокси-сервер (необязательно)", + "note_description": "Если оставить настройки прокси-сервера пустыми, будет использоваться системный прокси-сервер (применимо только к сборкам Desktop/Electron).", + "special_value_description": "Еще одно специальное значение - noproxy, которое заставляет игнорировать даже системный прокси и учитывает NODE_TLS_REJECT_UNAUTHORIZED.", + "timeout": "Тайм-аут синхронизации", + "test_description": "Это проверит подключение и подтверждение связи с сервером синхронизации. Если сервер синхронизации не инициализирован, он будет настроен на синхронизацию с локальным документом.", + "test_title": "Тест синхронизации", + "test_button": "Проверка синхронизации", + "handshake_failed": "Синхронизация с сервером не удалась, ошибка: {{message}}" + }, + "api_log": { + "close": "Закрыть" + }, + "bookmark_switch": { + "bookmark": "В закладки", + "remove_bookmark": "Удалить закладку", + "bookmark_this_note": "Добавить эту заметку в закладки на левой боковой панели" + }, + "editability_select": { + "auto": "Авто", + "read_only": "Только для чтения", + "always_editable": "Всегда доступно для редактирования", + "note_is_always_editable": "Заметку всегда можно редактировать, независимо от ее длины.", + "note_is_read_only": "Заметка доступна только для чтения, но ее можно редактировать одним нажатием кнопки.", + "note_is_editable": "Заметку можно редактировать, если она не слишком длинная." + }, + "shared_switch": { + "shared": "Общий доступ", + "toggle-on-title": "Сделать заметку общедоступной", + "toggle-off-title": "Отменить общий доступ к заметке", + "shared-branch": "Эта заметка существует только как общая, и если отменить общий доступ, она будет удалена. Хотите продолжить и удалить эту заметку?", + "inherited": "Заметка не может быть убрана из общего доступа в данном случае, поскольку общий доступ передан по наследству от предка." + }, + "highlights_list_2": { + "options": "Параметры", + "title": "Акценты", + "modal_title": "Настроить акценты", + "menu_configure": "Настроить акценты...", + "no_highlights": "Акценты в тексте не найдены.", + "title_with_count_one": "{{count}} акцент", + "title_with_count_few": "{{count}} акцента", + "title_with_count_many": "{{count}} акцентов" + }, + "include_note": { + "dialog_title": "Вставить заметку", + "label_note": "Заметка", + "button_include": "Вставить заметку", + "placeholder_search": "поиск заметки по ее названию", + "box_size_small": "небольшой (~ 10 строк)", + "box_size_medium": "средний (~ 30 строк)", + "box_size_full": "полный (в рамке показан полный текст)", + "box_size_prompt": "Размер рамки вставленной заметки:" + }, + "execute_script": { + "execute_script": "Выполнить скрипт", + "help_text": "Вы можете выполнять простые скрипты на соответствующих заметках.", + "example_1": "Например, чтобы добавить строку к заголовку заметки, используйте этот небольшой скрипт:", + "example_2": "Более сложным примером будет удаление всех соответствующих атрибутов заметки:" + }, + "update_label_value": { + "label_name_placeholder": "название метки", + "new_value_placeholder": "новое значение", + "update_label_value": "Обновить значение метки", + "to_value": "на значение", + "help_text_note": "Вы также можете вызвать этот метод без значения, в таком случае метка будет присвоена заметке без значения.", + "label_name_title": "Разрешены буквенно-цифровые символы, подчеркивание и двоеточие.", + "help_text": "На всех соответствующих заметках изменить значение существующей метки." + }, + "delete_note": { + "delete_note": "Удалить заметку", + "delete_matched_notes": "Удалить совпадающие заметки", + "delete_matched_notes_description": "Это приведет к удалению соответствующих заметок.", + "erase_notes_instruction": "Чтобы навсегда стереть заметки, после удаления перейдите в раздел «Параметры» -> «Другие» и нажмите кнопку «Стереть удаленные заметки сейчас».", + "undelete_notes_instruction": "После удаления их можно восстановить из диалогового окна «Последние изменения»." + }, + "rename_note": { + "rename_note": "Переименовать заметку", + "new_note_title": "название новой заметки", + "rename_note_title_to": "Переименовать заголовок заметки на", + "click_help_icon": "Нажмите значок справки справа, чтобы увидеть все параметры", + "evaluated_as_js_string": "Указанное значение обрабатывается как строка JavaScript и, таким образом, может быть дополнено динамическим содержимым через внедренную переменную note (при этом заметка переименовывается). Примеры:", + "example_note": "Note — все соответствующие примечания переименовываются в \"Note\"", + "example_new_title": "NEW: ${note.title} — заголовки соответствующих заметок начинаются с префикса \"NEW:\"", + "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} — соответствующие заметки имеют префикс в виде месяца и даты создания заметки", + "api_docs": "Подробную информацию см. в документации API для note и его свойства dateCreatedObj / utcDateCreatedObj." + }, + "delete_relation": { + "delete_relation": "Удалить отношение", + "relation_name": "название отношения", + "allowed_characters": "Разрешены буквенно-цифровые символы, подчеркивание и двоеточие." + }, + "left_pane_toggle": { + "show_panel": "Показать панель", + "hide_panel": "Скрыть панель" + }, + "move_pane_button": { + "move_left": "Переместить влево", + "move_right": "Переместить вправо" + }, + "note_actions": { + "re_render_note": "Перерендерить заметку", + "note_source": "Источник заметки", + "note_attachments": "Вложения заметки", + "import_files": "Импорт файлов", + "export_note": "Экспортировать заметку", + "delete_note": "Удалить заметку", + "print_note": "Печать заметки", + "save_revision": "Сохранить версию", + "convert_into_attachment": "Конвертировать во вложение", + "search_in_note": "Поиск в заметке", + "print_pdf": "Экспорт в PDF...", + "convert_into_attachment_prompt": "Вы уверены, что хотите преобразовать заметку '{{title}}' во вложение родительской заметки?", + "convert_into_attachment_successful": "Примечание '{{title}}' преобразовано во вложение.", + "convert_into_attachment_failed": "Не удалось преобразовать заметку '{{title}}'.", + "open_note_externally_title": "Файл будет открыт во внешнем приложении и отслеживается на наличие изменений. После этого вы сможете загрузить изменённую версию обратно в Trilium.", + "open_note_externally": "Открыть заметку вне приложения", + "open_note_custom": "Открыть заметку как...", + "export_as_image_svg": "SVG (вектор)", + "export_as_image_png": "PNG (растр)", + "export_as_image": "Экспорт изображения", + "open_note_on_server": "Открыть заметку на сервере", + "view_revisions": "История изменений...", + "note_map": "Карта заметок", + "advanced": "Дополнительно" + }, + "revisions_button": { + "note_revisions": "Версии заметки" + }, + "update_available": { + "update_available": "Доступно обновление" + }, + "code_buttons": { + "execute_button_title": "Выполнить скрипт", + "sql_console_saved_message": "Заметка типа \"Консоль SQL\" сохранена в {{note_path}}", + "opening_api_docs_message": "Открытие документации API...", + "save_to_note_button_title": "Сохранить в заметку", + "trilium_api_docs_button_title": "Документация по Open Trilium API" + }, + "hide_floating_buttons_button": { + "button_title": "Скрыть кнопки" + }, + "show_floating_buttons_button": { + "button_title": "Показать кнопки" + }, + "relation_map_buttons": { + "zoom_in_title": "Увеличить масштаб", + "zoom_out_title": "Уменьшить масштаб", + "reset_pan_zoom_title": "Сбросить панорамирование и масштабирование", + "create_child_note_title": "Создать новую дочернюю заметку и добавить ее в эту карту связей" + }, + "code_auto_read_only_size": { + "unit": "символов", + "title": "Автоматическое переключение в режим \"только для чтения\"", + "description": "Максимальный размер заметки до переключения в режим только для чтения — это размер, после которого заметки будут отображаться в режиме «только для чтения» (из соображений производительности).", + "label": "Максимальный размер заметки до переключения в режим только для чтения (заметки с кодом)" + }, + "inherited_attribute_list": { + "title": "Унаследованные атрибуты", + "no_inherited_attributes": "Нет унаследованных атрибутов.", + "none": "нет" + }, + "note_map": { + "title": "Карта заметок", + "fix-nodes": "Закрепить узлы", + "collapse": "Свернуть к нормальному размеру", + "link-distance": "Расстояние связи", + "open_full": "Развернуть полностью" + }, + "owned_attribute_list": { + "owned_attributes": "Атрибуты" + }, + "similar_notes": { + "title": "Похожие заметки", + "no_similar_notes_found": "Похожие заметки не найдены." + }, + "fast_search": { + "fast_search": "Быстрый поиск", + "description": "Опция быстрого поиска отключает полнотекстовый поиск по содержимому заметки, что может ускорить поиск в больших базах данных." + }, + "attachment_list": { + "upload_attachments": "Загрузка вложений", + "owning_note": "Заметка-владелец: ", + "open_help_page": "Открыть справку по вложениям", + "no_attachments": "Заметка не содержит вложений." + }, + "protected_session": { + "wrong_password": "Неверный пароль.", + "protecting-title": "Статус защиты", + "unprotecting-title": "Статус снятия защиты", + "protecting-finished-successfully": "Защита успешно завершена.", + "unprotecting-finished-successfully": "Снятие защиты успешно завершено.", + "start_session_button": "Начать защищенный сеанс", + "protecting-in-progress": "Защита в процессе: {{count}}", + "unprotecting-in-progress-count": "Снятие защиты в процессе: {{count}}", + "started": "Защищенный сеанс запущен.", + "enter_password_instruction": "Для отображения защищенной заметки требуется ввести пароль:" + }, + "relation_map": { + "remove_note": "Удалить заметку", + "edit_title": "Изменить заголовок", + "rename_note": "Переименовать заметку", + "remove_relation": "Удалить отношение", + "default_new_note_title": "новая заметка", + "open_in_new_tab": "Открыть в новой вкладке", + "confirm_remove_relation": "Вы уверены, что хотите удалить связь?", + "enter_new_title": "Введите новое название заметки:", + "note_not_found": "Заметка {{noteId}} не найдена!", + "cannot_match_transform": "Невозможно сопоставить преобразование: {{transform}}", + "enter_title_of_new_note": "Введите название новой заметки", + "click_on_canvas_to_place_new_note": "Щелкните по холсту, чтобы разместить новую заметку", + "note_already_in_diagram": "Заметка \"{{title}}\" уже есть на диаграмме.", + "connection_exists": "Связь '{{name}}' между этими заметками уже существует.", + "specify_new_relation_name": "Укажите новое имя связи (допустимые символы: буквы, цифры, двоеточие и подчеркивание):", + "start_dragging_relations": "Начните перетягивать отношения отсюда на другую заметку." + }, + "vacuum_database": { + "title": "Сжатие базы данных", + "description": "Это приведет к перестройке базы данных, что, как правило, приводит к уменьшению размера файла базы данных. Данные затронуты не будут.", + "button_text": "Сжать базу данных", + "vacuuming_database": "Сжатие БД...", + "database_vacuumed": "База данных была сжата" + }, + "vim_key_bindings": { + "use_vim_keybindings_in_code_notes": "Сочетания клавиш Vim", + "enable_vim_keybindings": "Включить сочетания клавиш Vim в заметках кода (без режима ex)" + }, + "network_connections": { + "network_connections_title": "Сетевые подключения", + "check_for_updates": "Проверять наличие обновлений автоматически" + }, + "tray": { + "title": "Системный трей", + "enable_tray": "Включить отображение иконки в системном трее (чтобы изменения вступили в силу, необходимо перезапустить Trilium)" + }, + "highlights_list": { + "title": "Акценты", + "bold": "Жирный текст", + "italic": "Наклонный текст", + "underline": "Подчеркнутый текст", + "color": "Цветной текст", + "description": "Вы можете настроить список акцентов, отображаемый на правой панели:", + "bg_color": "Текст с заливкой фона", + "visibility_title": "Видимость списка акцентов", + "visibility_description": "Вы можете скрыть виджет списка акцентов, добавив атрибут #hideHighlightWidget к заметке.", + "shortcut_info": "Вы можете настроить сочетание клавиш для быстрого переключения правой панели (включая список выделенного) в меню Параметры -> Сочетания клавиш (название \"toggleRightPane\")." + }, + "custom_date_time_format": { + "format_string": "Строка форматирования:", + "formatted_time": "Пример форматирования:", + "title": "Пользовательский формат даты и времени", + "description": "Настройте формат даты и времени, вставляемых с помощью или панели инструментов. Доступные токены форматирования см. в документации Day.js." + }, + "spellcheck": { + "title": "Проверка орфографии", + "enable": "Включить проверку орфографии", + "language_code_label": "Код(ы) языков", + "multiple_languages_info": "Несколько языков можно разделять запятой, например, \"en-US, de-DE, cs\". ", + "available_language_codes_label": "Доступные коды языков:", + "restart-required": "Изменения параметров проверки орфографии вступят в силу после перезапуска приложения.", + "language_code_placeholder": "например \"en-US\", \"de-AT\"", + "description": "Эти параметры применимы только для десктопных сборок, браузеры будут использовать собственную встроенную проверку орфографии." + }, + "attribute_editor": { + "save_attributes": "Сохранить атрибуты ", + "add_a_new_attribute": "Добавить новый атрибут", + "add_new_label_definition": "Добавить новое определение метки", + "add_new_relation_definition": "Добавить новое определение отношения", + "add_new_label": "Добавить новую метку ", + "add_new_relation": "Добавить новое отношение ", + "help_text_body1": "Чтобы добавить метку, просто введите, например, #rock или, если вы хотите добавить также значение, то, например, #year = 2020", + "help_text_body2": "Для отношения введите ~author = @, после чего должно появиться окно автозаполнения, где вы сможете найти нужную заметку.", + "help_text_body3": "В качестве альтернативы вы можете добавить метку и отношение, используя кнопку + с правой стороны.", + "placeholder": "Введите здесь метки и отношения" + }, + "delete_revisions": { + "delete_note_revisions": "Удалить версии заметки", + "all_past_note_revisions": "Все предыдущие версии соответствующих заметок будут удалены. Сама заметка при этом будет сохранена. Другими словами, история заметки будет удалена." + }, + "close_pane_button": { + "close_this_pane": "Закрыть панель" + }, + "create_pane_button": { + "create_new_split": "Разделить окно" + }, + "edit_button": { + "edit_this_note": "Редактировать заметку" + }, + "show_highlights_list_widget_button": { + "show_highlights_list": "Показать список акцентов" + }, + "zen_mode": { + "button_exit": "Покинуть режим \"дзен\"" + }, + "content_renderer": { + "open_externally": "Открыть внешне" + }, + "mobile_detail_menu": { + "error_unrecognized_command": "Нераспознанная команда {{command}}", + "error_cannot_get_branch_id": "Невозможно получить branchId для notePath '{{notePath}}'", + "delete_this_note": "Удалить эту заметку", + "insert_child_note": "Вставить дочернюю заметку", + "note_revisions": "История изменений" + }, + "svg_export_button": { + "button_title": "Экспортировать диаграмму как SVG" + }, + "copy_image_reference_button": { + "button_title": "Скопировать ссылку на изображение в буфер обмена, может быть вставлена в текстовую заметку." + }, + "note_launcher": { + "this_launcher_doesnt_define_target_note": "Этот лаунчер не определяет целевую заметку." + }, + "protected_session_status": { + "inactive": "Нажмите, чтобы войти в защищенный сеанс", + "active": "Защищённый сеанс активен. Нажмите, чтобы покинуть." + }, + "onclick_button": { + "no_click_handler": "Виджет кнопки '{{componentId}}' не имеет определенного обработчика нажатий" + }, + "sync_status": { + "in_progress": "Синхронизация с сервером продолжается.", + "disconnected_no_changes": "

Не удалось установить соединение с сервером синхронизации.
Все известные изменения синхронизированы.

Нажмите, чтобы запустить синхронизацию.

", + "disconnected_with_changes": "

Не удалось установить соединение с сервером синхронизации.
Есть некоторые несинхронизированные изменения.

Нажмите, чтобы запустить синхронизацию.

", + "connected_no_changes": "

Подключено к серверу синхронизации.
Все изменения уже синхронизированы.

Нажмите, чтобы запустить синхронизацию.

", + "connected_with_changes": "

Подключено к серверу синхронизации.
Есть несколько изменений, которые ещё предстоит синхронизировать.

Нажмите, чтобы запустить синхронизацию.

", + "unknown": "

Состояние синхронизации станет известно после начала следующей попытки синхронизации.

Нажмите, чтобы запустить синхронизацию сейчас.

" + }, + "protect_note": { + "toggle-on": "Защитить заметку", + "toggle-off": "Снять защиту с заметки", + "toggle-off-hint": "Заметка защищена. Щелкните, чтобы снять защиту", + "toggle-on-hint": "Заметка не защищена. Щелкните, чтобы установить защиту" + }, + "note-map": { + "button-link-map": "Карта связей", + "button-tree-map": "Древовидная карта" + }, + "database_integrity_check": { + "title": "Проверка целостности базы данных", + "description": "Это позволит проверить базу данных на предмет повреждений на уровне SQLite. Это может занять некоторое время в зависимости от размера базы данных.", + "check_button": "Проверить целостность БД", + "checking_integrity": "Проверка целостности БД...", + "integrity_check_succeeded": "Проверка целостности прошла успешно - проблем не обнаружено.", + "integrity_check_failed": "Проверка целостности завершена с ошибками: {{results}}" + }, + "consistency_checks": { + "find_and_fix_button": "Найти и устранить проблемы целостности", + "finding_and_fixing_message": "Поиск и устранение проблем целостности...", + "title": "Проверки целостности", + "issues_fixed_message": "Все обнаруженные проблемы с согласованностью теперь устранены." + }, + "call_to_action": { + "next_theme_message": "В настоящее время вы используете старую тему оформления. Хотите попробовать новую тему?", + "dismiss": "Отклонить", + "background_effects_button": "Включить эффекты фона", + "next_theme_button": "Попробовать новую тему", + "background_effects_message": "На устройствах Windows фоновые эффекты теперь полностью стабильны. Они добавляют цвет в пользовательский интерфейс, размывая фон за ним. Этот приём также используется в других приложениях, например, в проводнике Windows.", + "background_effects_title": "Фоновые эффекты теперь стабильны", + "next_theme_title": "Попробуйте новую тему Trilium", + "new_layout_button": "Подробнее", + "new_layout_message": "Мы обновили интерфейс Trilium. Старая лента инструментов была удалена и органично интегрирована в основной интерфейс, а ключевые функции теперь выполняет новая строка состояния и разворачиваемые разделы.\n\nНовый интерфейс включен по умолчанию и может быть временно отключен через «Параметры» → «Внешний вид».", + "new_layout_title": "Новый дизайн" + }, + "zoom_factor": { + "description": "Масштабированием также можно управлять с помощью сочетаний клавиш CTRL+- и CTRL+=.", + "title": "Коэффициент масштабирования (только для настольной версии)" + }, + "show_toc_widget_button": { + "show_toc": "Показать оглавление" + }, + "code_mime_types": { + "title": "Доступные типы в выпадающем списке", + "tooltip_syntax_highlighting": "Подсветка синтаксиса", + "tooltip_code_note_syntax": "Заметки с кодом", + "tooltip_code_block_syntax": "Блоки кода в текстовых заметках" + }, + "search_result": { + "no_notes_found": "По заданным параметрам поиска заметки не найдены.", + "search_not_executed": "Поиск ещё не выполнен. Нажмите кнопку «Поиск» выше, чтобы увидеть результаты." + }, + "empty": { + "search_placeholder": "поиск заметки по ее названию", + "open_note_instruction": "Откройте заметку, введя ее название в поле ввода ниже или выбрав заметку в дереве.", + "enter_workspace": "Войти в рабочее пространство {{title}}" + }, + "search_script": { + "placeholder": "поиск заметки по ее названию", + "title": "Скрипт поиска:", + "example_title": "См. этот пример:", + "description1": "Скрипт поиска позволяет определить результаты поиска, запустив его. Это обеспечивает максимальную гибкость, когда стандартного поиска недостаточно.", + "description2": "Скрипт поиска должен иметь тип «Код» и подтип «JavaScript backend». Скрипт должен возвращать массив идентификаторов заметок или заметок.", + "note": "Обратите внимание, что скрипт поиска и строка поиска не могут быть объединены друг с другом.", + "example_code": "// 1. Предварительная фильтрация с использованием стандартного поиска\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. Применение пользовательских критериев поиска\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;" + }, + "note_erasure_timeout": { + "note_erasure_timeout_title": "Срок окончательного удаления заметок", + "note_erasure_description": "Удалённые заметки (и атрибуты, версии и т.д.) сначала помечаются как удалённые, и их можно восстановить из диалогового окна «Недавние заметки». По истечении определённого времени удалённые заметки «стираются», то есть их содержимое больше не подлежит восстановлению. Этот параметр позволяет настроить длительность периода между пометкой на удаление и окончательным удалением заметки.", + "erase_notes_after": "Стереть заметки после:", + "manual_erasing_description": "Вы также можете запустить стирание вручную (без учета срока, определенного выше):", + "erase_deleted_notes_now": "Окончательно удалить заметки, помеченные к удалению сейчас", + "deleted_notes_erased": "Заметки, помеченные к удалению были окончательно удалены." + }, + "attachment_erasure_timeout": { + "erase_unused_attachments_now": "Удалить неиспользуемые вложения прямо сейчас", + "attachment_auto_deletion_description": "Вложения автоматически удаляются, если в заметке на них больше не ссылаются по истечении определенного времени.", + "attachment_erasure_timeout": "Тайм-аут удаления вложения", + "erase_attachments_after": "Удалять неиспользуемые вложения через:", + "unused_attachments_erased": "Неиспользуемые вложения были удалены.", + "manual_erasing_description": "Вы также можете запустить стирание вручную (без учета тайм-аута, определенного выше):" + }, + "revisions_snapshot_interval": { + "note_revisions_snapshot_interval_title": "Интервал создания снимка версии заметки", + "note_revisions_snapshot_description": "Интервал между снимками редакции заметки — это время, по истечении которого для заметки будет создана новая редакция. Подробнее см. wiki.", + "snapshot_time_interval_label": "Интервал создания снимка версии заметки:" + }, + "title_bar_buttons": { + "window-on-top": "Закрепить окно" + }, + "abstract_search_option": { + "remove_this_search_option": "Удалить эту опцию поиска", + "failed_rendering": "Не удалось выполнить рендеринг опции поиска: {{dto}} с ошибкой: {{error}} {{stack}}" + }, + "image": { + "copied-to-clipboard": "Ссылка на изображение скопирована в буфер обмена. Её можно вставить в любую текстовую заметку.", + "cannot-copy": "Не удалось скопировать ссылку на изображение в буфер обмена." + }, + "abstract_bulk_action": { + "remove_this_search_action": "Удалить это действие поиска" + }, + "branches": { + "cannot-move-notes-here": "Невозможно переместить заметки сюда.", + "delete-status": "Статус удаления", + "delete-finished-successfully": "Удаление успешно завершено.", + "undeleting-notes-finished-successfully": "Восстановление заметок успешно завершено.", + "delete-notes-in-progress": "Удаление заметок в процессе: {{count}}", + "undeleting-notes-in-progress": "Идет восстановление заметок: {{count}}" + }, + "attachment_detail": { + "owning_note": "Заметка-владелец: ", + "list_of_all_attachments": "Список всех вложений", + "open_help_page": "Открыть справку по вложениям", + "attachment_deleted": "Это вложение было удалено.", + "you_can_also_open": ", вы также можете открыть " + }, + "web_view": { + "web_view": "Веб-страница", + "create_label": "Для начала создайте метку с URL-адресом, который вы хотите встроить, например, #webViewSrc=\"https://www.google.com\"", + "embed_websites": "Заметки типа \"Веб-страница\" позволяет встраивать веб-сайты в Trilium." + }, + "ribbon": { + "widgets": "Виджеты ленты", + "promoted_attributes_message": "Вкладка \"Продвигаемые атрибуты\" будет автоматически открыта, если таковые атрибуты установлены у заметки", + "edited_notes_message": "Вкладка ленты «Измененные заметки» будет автоматически открываться в заметках дня" + }, + "options_widget": { + "options_status": "Статус опций", + "options_change_saved": "Изменения параметров сохранены." + }, + "spacer": { + "configure_launchbar": "Конфигурация лаунчбара" + }, + "entrypoints": { + "note-executed": "Заметка выполнена.", + "note-revision-created": "Снимок версии заметки создан успешно.", + "sql-error": "Произошла ошибка при выполнении SQL-запроса: {{message}}" + }, + "include_archived_notes": { + "include_archived_notes": "Включить архивные заметки" + }, + "open-help-page": "Открыть страницу справки", + "watched_file_update_status": { + "upload_modified_file": "Загрузить измененный файл", + "ignore_this_change": "Игнорировать это изменение", + "file_last_modified": "Файл был последний раз изменен ." + }, + "clipboard": { + "copy_success": "Скопировано в буфер обмена.", + "copy_failed": "Невозможно скопировать в буфер обмена из-за проблем с правами доступа.", + "copied": "Заметки скопированы в буфер обмена.", + "cut": "Заметки вырезаны в буфер обмена." + }, + "ws": { + "sync-check-failed": "Проверка синхронизации не удалась!", + "encountered-error": "Обнаружена ошибка \"{{message}}\", проверьте консоль.", + "consistency-checks-failed": "Проверка целостности не пройдена! Подробности смотрите в логах.", + "lost-websocket-connection-title": "Потеряно соединение с сервером", + "lost-websocket-connection-message": "Проверьте конфигурацию обратного прокси (например, nginx или Apache), чтобы убедиться, что соединения WebSocket должным образом разрешены и не заблокированы." + }, + "attachment_detail_2": { + "role_and_size": "Роль: {{role}}, размер: {{size}}, MIME: {{- mimeType}}", + "unrecognized_role": "Нераспознанная роль вложения '{{role}}'.", + "link_copied": "Ссылка на вложение скопирована в буфер обмена.", + "will_be_deleted_soon": "Это вложение скоро будет автоматически удалено", + "will_be_deleted_in": "Это вложение будет автоматически удалено через {{time}}", + "deletion_reason": ", поскольку вложение не связано с содержимым заметки. Чтобы предотвратить удаление, добавьте ссылку на вложение обратно в содержимое или преобразуйте вложение в заметку." + }, + "note_title": { + "placeholder": "введите здесь название заметки...", + "edited_notes": "Измененные в этот день заметки", + "note_type_switcher_collection": "Коллекция", + "note_type_switcher_templates": "Шаблон", + "note_type_switcher_others": "Другой тип заметки", + "note_type_switcher_label": "Переключить с {{type}} на:", + "last_modified": "Изменена ", + "created_on": "Создана в ", + "promoted_attributes": "Продвигаемые атрибуты" + }, + "units": { + "percentage": "%" + }, + "settings": { + "related_settings": "Связанные настройки" + }, + "content_widget": { + "unknown_widget": "Неизвестный виджет \"{{id}}\"." + }, + "wrap_lines": { + "wrap_lines_in_code_notes": "Переносить строки в заметках типа \"Код\"", + "enable_line_wrap": "Включить перенос строк (для вступления изменений в силу может потребоваться перезагрузка интерфейса)" + }, + "shared_info": { + "help_link": "Для получения справки посетите вики.", + "shared_locally": "Заметка общедоступна локально в {{- link}}.", + "shared_publicly": "Заметка общедоступна публично в {{- link}}." + }, + "note_create": { + "duplicated": "Создан дубль заметки \"{{title}}\"." + }, + "help-button": { + "title": "Открыть соответствующую страницу справки" + }, + "render": { + "note_detail_render_help_2": "Тип заметки «Рендер HTML» используется для скриптинга. Если коротко, у вас есть заметка с HTML-кодом (возможно, с добавлением JavaScript), и эта заметка её отобразит. Для этого необходимо определить отношение с именем «renderNote», указывающее на HTML-заметку для отрисовки.", + "note_detail_render_help_1": "Эта справочная заметка отображается, поскольку эта справка типа Render HTML не имеет необходимой связи для правильной работы." + }, + "file": { + "too_big": "В целях повышения производительности в режиме предварительного просмотра отображаются только первые {{maxNumChars}} символов файла. Загрузите файл и откройте его во внешнем браузере, чтобы увидеть всё содержимое.", + "file_preview_not_available": "Предварительный просмотр файла недоступен для этого файла." + }, + "app_context": { + "please_wait_for_save": "Подождите несколько секунд, пока сохранение завершится, затем попробуйте еще раз." + }, + "settings_appearance": { + "related_code_blocks": "Цветовая схема для блоков кода в текстовых заметках", + "related_code_notes": "Цветовая схема для заметок типа \"Код\"", + "ui_new_layout": "Новый дизайн", + "ui_old_layout": "Старый дизайн", + "ui": "Пользовательский интерфейс" + }, + "sql_result": { + "no_rows": "По этому запросу не возвращено ни одной строки" + }, + "editable_code": { + "placeholder": "Введите содержимое для заметки с кодом..." + }, + "editable_text": { + "placeholder": "Введите содержимое для заметки...", + "auto-detect-language": "Определен автоматически", + "keeps-crashing": "Компонент редактирования вылетает. Пожалуйста, попробуйте перезапустить Trilium. Если проблема сохраняется, пожалуйста, создайте отчет об ошибке.", + "editor_crashed_details_title": "Техническая информация", + "editor_crashed_details_intro": "Если эта ошибка возникает несколько раз, пожалуйста, сообщите о ней на GitHub, сопроводив информаций ниже.", + "editor_crashed_content": "Ваши данные были успешно восстановлены, но некоторые из последних изменений могли не быть сохранены.", + "editor_crashed_details_button": "Подробнее...", + "editor_crashed_title": "Возникла ошибка в текстовом редакторе" + }, + "hoisted_note": { + "confirm_unhoisting": "Запрошенная заметка «{{requestedNote}}» находится за пределами поддерева закрепленной заметки \"{{hoistedNote}}\", и для доступа к ней необходимо снять фокус. Снять фокус с заметки?" + }, + "frontend_script_api": { + "sync_warning": "Вы передаете синхронную функцию в `api.runAsyncOnBackendWithManualTransactionHandling()`, \\nхотя вместо этого вам, скорее всего, следует использовать `api.runOnBackend()`.", + "async_warning": "Вы передаете асинхронную функцию в `api.runOnBackend()`, которая, скорее всего, не будет работать так, как вы предполагали.\\nЛибо сделайте функцию синхронной (удалив ключевое слово `async`), либо используйте `api.runAsyncOnBackendWithManualTransactionHandling()`." + }, + "note_detail": { + "could_not_find_typewidget": "Не удалось найти typeWidget для типа '{{type}}'", + "printing_pdf": "Выполняется экспорт PDF...", + "printing": "Выполняется печать...", + "print_report_title": "Отчет по печати", + "print_report_collection_content_one": "{{count}} заметка в коллекции не удалось распечатать, поскольку она не поддерживается или защищена.", + "print_report_collection_content_few": "{{count}} заметки в коллекции не удалось распечатать, поскольку они не поддерживаются или защищены.", + "print_report_collection_content_many": "{{count}} заметок в коллекции не удалось распечатать, поскольку они не поддерживаются или защищены.", + "print_report_collection_details_button": "Подробнее", + "print_report_collection_details_ignored_notes": "Пропущенные заметки" + }, + "book": { + "no_children_help": "В этой коллекции нет дочерних заметок, поэтому отображать нечего. Подробности см. в wiki.", + "drag_locked_title": "Защищено от изменения", + "drag_locked_message": "Перетаскивание не допускается, так как коллекция защищена от редактирования." + }, + "ui-performance": { + "title": "Производительность", + "enable-motion": "Включить визуальные эффекты и анимации", + "enable-shadows": "Включить тени", + "enable-backdrop-effects": "Включить эффекты размытия фона меню, всплывающих окон и панелей", + "enable-smooth-scroll": "Включить плавную прокрутку", + "app-restart-required": "(для вступления изменений в силу требуется перезапуск приложения)" + }, + "collections": { + "rendering_error": "Невозможно отобразить содержимое из-за ошибки." + }, + "pagination": { + "total_notes": "{{count}} заметок", + "page_title": "Страница {{startIndex}} - {{endIndex}}" + }, + "status_bar": { + "attributes_one": "{{count}} атрибут", + "attributes_few": "{{count}} атрибута", + "attributes_many": "{{count}} атрибутов", + "note_info_title": "Просмотр информации о заметке, (даты, размер)", + "language_title": "Изменить язык содержимого", + "code_note_switcher": "Изменить режим языка", + "note_paths_title": "Расположения заметки", + "note_paths_one": "{{count}} место", + "note_paths_few": "{{count}} места", + "note_paths_many": "{{count}} мест", + "attributes_title": "Собственные и унаследованные атрибуты", + "attachments_title_one": "Открыть вложение в новой вкладке", + "attachments_title_few": "Открыть вложения в новой вкладке", + "attachments_title_many": "Открыть вложения в новой вкладке", + "attachments_one": "{{count}} вложение", + "attachments_few": "{{count}} вложения", + "attachments_many": "{{count}} вложений", + "backlinks_one": "{{count}} обратная ссылка", + "backlinks_few": "{{count}} обратные ссылки", + "backlinks_many": "{{count}} обратных ссылок", + "backlinks_title_one": "Обратная ссылка", + "backlinks_title_few": "Обратные ссылки", + "backlinks_title_many": "Обратные ссылки" + }, + "breadcrumb_badges": { + "execute_sql_description": "Эта заметка - SQL-запрос. Нажмите, чтобы выполнить его.", + "execute_sql": "Выполнить SQL", + "execute_script_description": "Это заметка содержит скрипт. Нажмите, чтобы выполнить его.", + "execute_script": "Выполнить скрипт", + "clipped_note_description": "Эта заметка первоначально взята с сайта {{url}}.\n\nНажмите, чтобы перейти на исходную веб-страницу.", + "shared_publicly": "Доступно публично", + "shared_locally": "Доступно локально", + "clipped_note": "Web фрагмент", + "shared_unshare": "Убрать публичный доступ", + "shared_open_in_browser": "Открыть ссылку в браузере", + "shared_copy_to_clipboard": "Скопировать ссылку", + "read_only_temporarily_disabled_description": "В данный момент эта заметка доступна для редактирования, но обычно она находится только в режиме чтения. Заметка снова станет доступна только для чтения, как только вы перейдете к другой заметке.\n\nНажмите, чтобы снова включить режим только для чтения.", + "read_only_temporarily_disabled": "Временное редактирование", + "read_only_auto_description": "Эта заметка была автоматически переведена в режим только для чтения по соображениям производительности. Это автоматическое ограничение можно изменить в настройках.\n\nНажмите, чтобы временно отредактировать её.", + "read_only_auto": "Автоматический режим \"только для чтения\"", + "read_only_explicit_description": "Эта заметка была вручную установлена в режим «только для чтения».\nНажмите, чтобы временно отредактировать её.", + "read_only_explicit": "Только для чтения" + }, + "breadcrumb": { + "hoisted_badge_title": "Снять фокус", + "hoisted_badge": "Фокус", + "empty_hide_archived_notes": "Скрыть заметки в архиве", + "create_new_note": "Новая дочерняя заметка", + "scroll_to_top_title": "К началу заметки", + "workspace_badge": "Рабочее пространство" + }, + "tab_history_navigation_buttons": { + "go-forward": "Перейти к следующей заметке", + "go-back": "Перейти к предыдущей заметке" + }, + "server": { + "traefik_blocks_requests": "Если вы используете обратный прокси-сервер Traefik, то следует учитывать, что в него внесены критические изменения, влияющие на связь с сервером.", + "unknown_http_error_content": "Код: {{statusCode}}\nURL: {{method}} {{url}}\nСообщение: {{message}}", + "unknown_http_error_title": "Ошибка связи с сервером" + }, + "note-color": { + "set-color": "Установить цвет заметки", + "clear-color": "Убрать цвет заметки", + "set-custom-color": "Установить другой цвет" + }, + "calendar_view": { + "delete_note": "Удалить заметку..." + }, + "presentation_view": { + "start-presentation": "Начать презентацию", + "edit-slide": "Редактировать слайд", + "slide-overview": "Переключить общий просмотр слайдов" + }, + "read-only-info": { + "edit-note": "Изменить заметку", + "auto-read-only-note": "Заметка отображена в режиме \"только для чтения\" для быстрой загрузки.", + "read-only-note": "Заметка отображается в режиме \"только для чтения\"." + }, + "experimental_features": { + "new_layout_description": "Попробуйте новый современный и удобный дизайн. В будущих обновлениях возможны его существенные изменения.", + "new_layout_name": "Новый дизайн", + "title": "Экспериментальные параметры", + "disclaimer": "Эти параметры экспериментальные и могут повлиять на стабильность. Используйте с осторожностью." + }, + "popup-editor": { + "maximize": "Переключить на полный редактор" + }, + "right_pane": { + "custom_widget_go_to_source": "Исходный код", + "toggle": "Переключить панель справа", + "empty_button": "Скрыть панель", + "empty_message": "Нечего отобразить для текущей заметки" + }, + "attributes_panel": { + "title": "Атрибуты заметки" } - }, - "sql_table_schemas": { - "tables": "Таблицы" - }, - "tab_row": { - "close_tab": "Закрыть вкладку", - "close": "Закрыть", - "new_tab": "Новая вкладка", - "copy_tab_to_new_window": "Копировать вкладку в новое окно", - "move_tab_to_new_window": "Переместить вкладку в новое окно", - "reopen_last_tab": "Повторно открыть последнюю закрытую вкладку", - "close_all_tabs": "Закрыть все вкладки", - "close_other_tabs": "Закрыть остальные вкладки", - "add_new_tab": "Добавить новую вкладку", - "close_right_tabs": "Закрыть вкладки справа" - }, - "table_view": { - "new-row": "Новая строка", - "new-column": "Новый столбец", - "sort-column-by": "Сортировать по \"{{title}}\"", - "sort-column-ascending": "По возрастанию", - "sort-column-descending": "По убыванию", - "sort-column-clear": "Сбросить сортировку", - "hide-column": "Скрыть столбец \"{{title}}\"", - "show-hide-columns": "Показать/скрыть столбцы", - "new-column-label": "Метка", - "delete-column": "Удалить столбец", - "delete_column_confirmation": "Вы уверены, что хотите удалить этот столбец? Соответствующий атрибут будет удалён из всех заметок.", - "edit-column": "Изменить столбец", - "add-column-to-the-right": "Добавить столбец справа", - "add-column-to-the-left": "Добавить столбец слева", - "row-insert-child": "Создать дочернюю заметку", - "row-insert-below": "Добавить строку ниже", - "row-insert-above": "Добавить строку выше", - "new-column-relation": "Связь" - }, - "add_label": { - "add_label": "Добавить метку", - "label_name_placeholder": "название метки", - "label_name_title": "Разрешены буквенно-цифровые символы, подчеркивание и двоеточие.", - "new_value_placeholder": "новое значение", - "to_value": "на значение", - "help_text": "На всех совпадающих заметках:", - "help_text_note": "Вы также можете вызвать этот метод без значения, в таком случае метка будет присвоена заметке без значения.", - "help_text_item1": "создать заданную метку, если у заметки ее еще нет", - "help_text_item2": "или изменить значение существующей метки" - }, - "delete_label": { - "delete_label": "Удалить метку", - "label_name_placeholder": "название метки", - "label_name_title": "Разрешены буквенно-цифровые символы, подчеркивание и двоеточие." - }, - "rename_label": { - "rename_label": "Переименовать метку", - "old_name_placeholder": "старое наименование", - "new_name_placeholder": "новое наименование", - "name_title": "Разрешены буквенно-цифровые символы, подчеркивание и двоеточие.", - "to": "В", - "rename_label_from": "Переименовать метку с" - }, - "clone_to": { - "clone_notes_to": "Клонировать заметки в...", - "notes_to_clone": "Заметки для клонирования", - "target_parent_note": "Целевая родительская заметка", - "search_for_note_by_its_name": "поиск заметки по ее названию", - "cloned_note_prefix_title": "Клонированная заметка будет отображаться в дереве заметок с заданным префиксом", - "prefix_optional": "Префикс (необязательно)", - "no_path_to_clone_to": "Не задан путь для клонирования.", - "note_cloned": "Заметка \"{{clonedTitle}}\" клонирована в \"{{targetTitle}}\"", - "help_on_links": "Помощь по ссылкам", - "clone_to_selected_note": "Клонировать в выбранную заметку" - }, - "export": { - "export_note_title": "Экспортировать заметку", - "close": "Закрыть", - "export_type_subtree": "Эта заметка и все ее потомки", - "format_html": "HTML - рекомендуется, так как сохраняет все форматирование", - "format_html_zip": "HTML в ZIP-архиве — рекомендуется, так как в этом случае сохраняется все форматирование.", - "format_markdown": "Markdown - сохраняет большую часть форматирования.", - "format_opml": "OPML - формат обмена данными между планировщиками, предназначенный только для текста. Форматирование, изображения и файлы не включены.", - "opml_version_1": "OPML v1.0 - только простой текст", - "opml_version_2": "OPML v2.0 - также поддерживает HTML", - "export_type_single": "Только эта заметка без ее потомков", - "export": "Экспорт", - "choose_export_type": "Сначала выберите тип экспорта", - "export_status": "Статус экспорта", - "export_in_progress": "Экспорт: {{progressCount}}", - "export_finished_successfully": "Экспорт завершился успешно.", - "format_pdf": "PDF - для печати или обмена.", - "share-format": "HTML для веб-публикаций — использует ту же тему оформления, что и общие заметки, но может быть опубликован как статический веб-сайт." - }, - "help": { - "noteNavigation": "Навигация по заметке", - "goUpDown": "вверх/вниз в списке заметок", - "collapseExpand": "свернуть/развернуть узел", - "notSet": "не установлено", - "goBackForwards": "назад / вперед в истории", - "showJumpToNoteDialog": "показать окно \"Перейти к\"", - "scrollToActiveNote": "прокрутка к активной заметке", - "jumpToParentNote": "переход к родительской заметке", - "collapseWholeTree": "свернуть все дерево заметок", - "collapseSubTree": "свернуть поддерево", - "openEmptyTab": "открыть пустую вкладку", - "closeActiveTab": "закрыть активную вкладку", - "activateNextTab": "активировать следующую вкладку", - "activatePreviousTab": "активировать предыдущую вкладку", - "creatingNotes": "Создание заметок", - "selectAllNotes": "выбрать все заметки на текущем уровне", - "cutNotes": "вырезать текущую заметку (или текущее выделение) в буфер обмена (используется для перемещения заметок)", - "pasteNotes": "вставить заметку(и) как подзаметку в активную заметку (которая либо перемещается, либо клонируется в зависимости от того, была ли она скопирована или вырезана в буфер обмена)", - "deleteNotes": "удалить заметку / поддерево", - "createInternalLink": "создать внутреннюю ссылку", - "followLink": "перейти по ссылке под курсором", - "insertDateTime": "вставить текущую дату и время в позицию курсора", - "jumpToTreePane": "перейти к панели дерева и прокрутить до активной заметки", - "markdownAutoformat": "Автоформатирование в стиле Markdown", - "troubleshooting": "Поиск и решение неисправностей", - "reloadFrontend": "перезагрузить интерфейс Trilium", - "showDevTools": "показать инструменты разработчика", - "showSQLConsole": "показать консоль SQL", - "inPageSearch": "поиск на странице", - "editingNotes": "Редактирование заметок", - "newTabNoteLink": "по ссылке на заметку открывает заметку в новой вкладке", - "newTabWithActivationNoteLink": "по ссылке на заметку открывает и активирует заметку в новой вкладке", - "onlyInDesktop": "Только на десктопе (сборка Electron)", - "createNoteAfter": "создать новую заметку после активной заметки", - "createNoteInto": "создать новую дочернюю заметку к активной заметке", - "movingCloningNotes": "Перемещение / клонирование заметок", - "moveNoteUpDown": "переместить заметку вверх/вниз в списке заметок", - "moveNoteUpHierarchy": "переместить заметку вверх по иерархии", - "other": "Прочее", - "tabShortcuts": "Сочетания клавиш для управления вкладками", - "editBranchPrefix": "изменить префикс клона активной заметки", - "multiSelectNote": "множественный выбор заметки выше/ниже", - "selectNote": "выбрать заметку", - "copyNotes": "скопировать активную заметку (или выделение) в буфер обмена (используется для клонирования)", - "createEditLink": "создать/редактировать внешнюю ссылку", - "headings": "##, ###, #### и т. д., за которыми следует пробел для заголовков", - "bulletList": "* или - с последующим пробелом для маркированного списка", - "numberedList": "1. или 1) с последующим пробелом для нумерованного списка", - "blockQuote": "начните строку с >, а затем пробела для блока цитаты", - "quickSearch": "сфокусироваться на поле ввода быстрого поиска", - "editNoteTitle": "в области дерева переключится с области дерева на заголовок заметки. Сочетание клавиш Enter из области заголовка заметки переключит фокус на текстовый редактор. Ctrl+. переключит обратно с редактора на область дерева.", - "title": "Справка", - "editShortcuts": "Редактировать сочетания клавиш" - }, - "modal": { - "close": "Закрыть", - "help_title": "Показать больше информации об этом экране" - }, - "import": { - "importIntoNote": "Импортировать в заметку", - "chooseImportFile": "Выберите файл импорта", - "safeImport": "Безопасный импорт", - "shrinkImages": "Уменьшить изображения", - "textImportedAsText": "Импортировать HTML, Markdown и TXT как текстовые заметки, если их метаданные не позволяют определить тип заметки", - "replaceUnderscoresWithSpaces": "Заменить подчеркивания пробелами в названиях импортированных заметок", - "import": "Импорт", - "failed": "Сбой при импорте: {{message}}.", - "html_import_tags": { - "description": "Настройте HTML-теги, которые следует сохранять при импорте заметок. Теги, не указанные в этом списке, будут удалены при импорте. Некоторые теги (например, 'script') всегда удаляются в целях безопасности.", - "placeholder": "Введите HTML-теги, по одному в каждой строке", - "title": "Теги HTML для импорта", - "reset_button": "Сбросить к списку по умолчанию" - }, - "import-status": "Статус импорта", - "in-progress": "Импорт в процессе: {{progress}}", - "successful": "Импорт успешно завершен.", - "options": "Опции", - "importDescription": "Содержимое выбранных файлов будет импортировано как дочерние заметки в", - "safeImportTooltip": "Файлы экспорта Trilium .zip могут содержать исполняемые скрипты, которые могут быть вредоносными. Безопасный импорт отключит автоматическое выполнение всех импортированных скриптов. Снимите флажок «Безопасный импорт» только в том случае, если импортируемый архив должен содержать исполняемые скрипты, и вы полностью доверяете содержимому импортируемого файла.", - "explodeArchivesTooltip": "Если этот флажок установлен, Trilium будет читать файлы .zip, .enex и .opml и создавать заметки из файлов внутри этих архивов. Если флажок не установлен, Trilium будет прикреплять сами архивы к заметке.", - "explodeArchives": "Прочитать содержимое архивов .zip, .enex и .opml.", - "shrinkImagesTooltip": "

Если этот параметр включен, Trilium попытается уменьшить размер импортируемых изображений путём масштабирования и оптимизации, что может повлиять на воспринимаемое качество изображения. Если этот параметр не установлен, изображения будут импортированы без изменений.

Это не относится к импорту файлов .zip с метаданными, поскольку предполагается, что эти файлы уже оптимизированы.

", - "codeImportedAsCode": "Импортировать распознанные файлы кода (например, .json) в виде заметок типа \"код\", если это неясно из метаданных", - "importZipRecommendation": "При импорте ZIP файла иерархия заметок будет отражена в структуре папок внутри архива." - }, - "markdown_import": { - "dialog_title": "Импорт Markdown", - "modal_body_text": "Из-за особенностей браузера песочница не позволяет напрямую читать буфер обмена из JavaScript. Вставьте разметку Markdown для импорта в текстовую область ниже и нажмите кнопку «Импорт»", - "import_button": "Импорт", - "import_success": "Содержимое Markdown импортировано в документ." - }, - "note_type_chooser": { - "modal_title": "Выберите тип заметки", - "modal_body": "Выберите тип / шаблон новой заметки:", - "templates": "Шаблоны", - "change_path_prompt": "Изменить место создания новой заметки:", - "search_placeholder": "поиск пути по имени (по умолчанию, если пусто)", - "builtin_templates": "Встроенные шаблоны" - }, - "password_not_set": { - "title": "Пароль не установлен", - "body1": "Защищенные заметки шифруются с помощью пароля пользователя, но пароль еще не установлен.", - "body2": "Чтобы защитить заметки, нажмите кнопку ниже, чтобы открыть диалоговое окно «Параметры» и установить пароль.", - "go_to_password_options": "Перейти к параметрам пароля" - }, - "protected_session_password": { - "modal_title": "Защищенный сеанс", - "form_label": "Чтобы продолжить, вам необходимо начать защищенный сеанс, введя пароль:", - "start_button": "Начать защищенный сеанс", - "close_label": "Закрыть", - "help_title": "Помощь по защищенным заметкам" - }, - "recent_changes": { - "title": "Последние изменения", - "erase_notes_button": "Стереть удаленные заметки сейчас", - "undelete_link": "восстановить", - "no_changes_message": "Еще нет изменений...", - "deleted_notes_message": "Удаленные заметки были стерты окончательно.", - "confirm_undelete": "Вы хотите восстановить эту заметку и ее подзаметки?" - }, - "revisions": { - "restore_button": "Восстановить", - "delete_button": "Удалить", - "note_revisions": "Версии заметки", - "delete_all_revisions": "Удалить все версии этой заметки", - "delete_all_button": "Удалить все версии", - "help_title": "Помощь по версиям заметок", - "confirm_delete_all": "Вы хотите удалить все версии этой заметки?", - "confirm_restore": "Хотите восстановить эту версию? Текущее название и содержание заметки будут перезаписаны этой версией.", - "confirm_delete": "Вы хотите удалить эту версию?", - "revisions_deleted": "Версии заметки были удалены.", - "revision_restored": "Версия заметки была восстановлена.", - "revision_deleted": "Версия заметки была удалена.", - "download_button": "Скачать", - "file_size": "Размер файла:", - "preview_not_available": "Предпосмотр недоступен для заметки этого типа.", - "mime": "MIME: ", - "settings": "Настройка версионирования заметок", - "no_revisions": "У этой заметки еще нет версий...", - "snapshot_interval": "Интервал создания версии заметки: {{seconds}} с.", - "maximum_revisions": "Максимальное количество версий заметки: {{number}}.", - "diff_on": "Сравнить", - "diff_off": "Показать содержимое", - "diff_on_hint": "Отобразить сравнение исходного кода заметки", - "diff_off_hint": "Отобразить контент заметки", - "diff_not_available": "Сравнение недоступно." - }, - "sort_child_notes": { - "sort_children_by": "Сортировать дочерние заметки по...", - "sorting_criteria": "Критерии сортировки", - "title": "наименованию", - "date_created": "дате создания", - "date_modified": "дате изменения", - "sorting_direction": "Направление сортировки", - "ascending": "по возрастанию", - "descending": "по убыванию", - "sort_with_respect_to_different_character_sorting": "Сортировка с учетом различных правил сортировки и сопоставления символов в разных языках и регионах.", - "folders": "Папки", - "sort": "Сортировать", - "natural_sort": "Естественная сортировка", - "natural_sort_language": "Язык естественной сортировки", - "sort_folders_at_top": "сортировать папки вверху", - "the_language_code_for_natural_sort": "Код языка для естественной сортировки, например, «zh-CN» для китайского языка." - }, - "upload_attachments": { - "upload_attachments_to_note": "Загрузить вложения к заметке", - "choose_files": "Выберите файлы", - "files_will_be_uploaded": "Файлы будут загружены как приложения в {{noteTitle}}", - "options": "Параметры", - "shrink_images": "Сжать изображения", - "tooltip": "Если этот параметр включен, Trilium попытается уменьшить размер загружаемых изображений путём масштабирования и оптимизации, что может повлиять на воспринимаемое качество изображения. Если этот параметр не включен, изображения будут загружаться без изменений.", - "upload": "Загрузить" - }, - "attribute_detail": { - "close_button_title": "Отменить изменения и закрыть", - "name": "Наименование", - "value": "Значение", - "promoted_alias": "Псевдоним", - "multiplicity": "Множественность", - "label_type": "Тип", - "text": "Текст", - "number": "Число", - "boolean": "Булево", - "date": "Дата", - "time": "Время", - "url": "URL", - "precision": "Точность", - "digits": "цифры", - "inheritable": "Наследуемый", - "delete": "Удалить", - "color_type": "Цвет", - "target_note": "Целевая заметка", - "single_value": "Одно значение", - "multi_value": "Много значений", - "inverse_relation": "Обратное отношение", - "more_notes": "Больше заметок", - "date_time": "Дата и время", - "attr_detail_title": "Название атрибута", - "attr_is_owned_by": "Атрибут принадлежит", - "attr_name_title": "Имя атрибута может состоять только из букв, цифр, двоеточия и подчеркивания", - "target_note_title": "Отношение — это именованная связь между исходной и целевой заметками.", - "promoted_title": "Выделенный атрибут отображается в заметке явно.", - "promoted": "Выделенный", - "promoted_alias_title": "Название, которое будет отображаться в интерфейсе продвигаемых атрибутов.", - "multiplicity_title": "Множественность определяет, сколько атрибутов с одним и тем же именем можно создать — максимум 1 или более 1.", - "label_type_title": "Тип метки поможет Trilium выбрать подходящий интерфейс для ввода значения метки.", - "precision_title": "Какое количество цифр после плавающей запятой должно быть доступно в интерфейсе настройки значения.", - "inverse_relation_title": "Необязательный параметр, определяющий, к какому отношению является противоположным данное отношение. Пример: отношения «Отец» и «Сын» являются обратными друг другу отношениями.", - "inheritable_title": "Наследуемый атрибут будет унаследован всеми потомками в этом дереве.", - "save_and_close": "Сохранить и закрыть Ctrl+Enter", - "related_notes_title": "Другие заметки с этой меткой", - "label": "Метка", - "label_definition": "Определение метки", - "relation": "Отношение", - "relation_definition": "Определение отношения", - "disable_versioning": "отключает автоматическое версионирование. Полезно, например, для больших, но неважных заметок, например, для больших JS-библиотек, используемых для написания скриптов", - "calendar_root": "отмечает заметку, которая должна использоваться в качестве корневой для заметок дня. Только одна должна быть отмечена как таковая.", - "archived": "заметки с этой меткой не будут отображаться в результатах поиска по умолчанию (а также в диалоговых окнах «Перейти к», «Добавить ссылку» и т. д.).", - "exclude_from_export": "заметки (с их поддеревьями) не будут включены ни в один экспорт заметок", - "run": "определяет, при каких событиях должен запускаться скрипт. Возможные значения:\n
    \n
  • frontendStartup — при запуске (или обновлении) фронтенда Trilium, но не на мобильном устройстве.
  • \n
  • mobileStartup — при запуске (или обновлении) фронтенда Trilium на мобильном устройстве.
  • \n
  • backendStartup — при запуске бэкенда Trilium.
  • \n
  • hourly — запускать каждый час. Для указания времени можно использовать дополнительную метку runAtHour.
  • \n
  • daily — запускать раз в день.
  • \n
", - "run_on_instance": "Определить, на каком экземпляре Trilium это должно выполняться. По умолчанию — для всех экземпляров.", - "run_at_hour": "В какой час это должно выполняться? Следует использовать вместе с #run=hourly. Можно задать несколько раз для большего количества запусков в течение дня.", - "disable_inclusion": "скрипты с этой меткой не будут включены в выполнение родительского скрипта.", - "sorted": "сохраняет алфавитную сортировку дочерних заметок", - "sort_direction": "ASC (по возрастанию, по умолчанию) или DESC (по убыванию)", - "sort_folders_first": "Папки (заметки, включая дочерние) должны быть отсортированы вверх", - "top": "закрепить заданную заметку наверху в ее родителе (применяется только к отсортированным родительским заметкам)", - "hide_promoted_attributes": "Скрыть продвигаемых атрибуты в этой заметке", - "read_only": "редактор находится в режиме только для чтения. Работает только с текстом и заметками типа \"код\".", - "auto_read_only_disabled": "текстовые/заметки с кодом могут автоматически переводиться в режим чтения, если они слишком большие. Вы можете отключить это поведение для каждой заметки, добавив к ней соответствующую метку", - "app_css": "отмечает заметки CSS, которые загружаются в приложение Trilium и, таким образом, могут использоваться для изменения внешнего вида Trilium.", - "app_theme_base": "установите значение \"next\", \"next-light\" или \"next-dark\", чтобы использовать соответствующую тему TriliumNext (автоматическую, светлую или темную) в качестве основы для пользовательской темы вместо устаревшей.", - "exclude_from_note_map": "Заметки с этой меткой будут скрыты на карте заметок", - "workspace": "отмечает эту заметку как рабочее пространство, для удобной установки фокуса", - "workspace_icon_class": "определяет CSS-класс значка поля, который будет использоваться во вкладке при установке фокуса на этой заметке", - "workspace_tab_background_color": "Цвет CSS, используемый во вкладке заметки при установке на нее фокуса", - "workspace_template": "Эта заметка появится в списке доступных шаблонов при создании новой заметки, но только если будет установлен фокус на рабочую область с этим шаблоном", - "workspace_search_home": "новые заметки поиска будут созданы как дочерние записи этой заметки, когда установлен фокус на какую-либо родительскую заметку этого рабочего пространство", - "workspace_calendar_root": "Определяет корень календаря для каждого рабочего пространства", - "hide_highlight_widget": "Скрыть виджет «Акценты»", - "is_owned_by_note": "принадлежит заметке", - "and_more": "... и ещё {{count}}.", - "app_theme": "отмечает заметки CSS, которые являются полноценными темами Trilium и, таким образом, доступны в опциях Trilium.", - "title_template": "Заголовок по умолчанию для заметок, создаваемых как дочерние элементы данной заметки. Значение вычисляется как строка JavaScript\n и, таким образом, может быть дополнено динамическим контентом с помощью внедренных переменных now и parentNote. Примеры:\n \n
    \n
  • Литературные произведения ${parentNote.getLabelValue('authorName')}
  • \n
  • Лог для ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n Подробности см. в вики, документации API для parentNote и now.", - "icon_class": "значение этой метки добавляется в виде CSS-класса к значку в дереве, что помогает визуально различать заметки в дереве. Примером может служить bx bx-home — значки берутся из boxicons. Может использоваться в шаблонах заметок.", - "share_favicon": "Заметка о фавиконе должна быть размещена на странице общего доступа. Обычно её назначают корневой папке общего доступа и делают наследуемой. Заметка о фавиконе также должна находиться в поддереве общего доступа. Рассмотрите возможность использования атрибута 'share_hidden_from_tree'.", - "inbox": "расположение папки «Входящие» по умолчанию для новых заметок — при создании заметки с помощью кнопки «Новая заметка» на боковой панели заметки будут созданы как дочерние заметки в заметке, помеченной меткой #inbox.", - "share_css": "CSS-заметка, которая будет добавлена на страницу общего доступа. CSS-заметка также должна находиться в общем поддереве. Также рассмотрите возможность использования 'share_hidden_from_tree' и 'share_omit_default_css'.", - "run_on_branch_deletion": "выполняется при удалении ветви. Ветка — это связь между родительской и дочерней заметками и удаляется, например, при перемещении заметки (старая ветвь/ссылка удаляется).", - "share_template": "Встроенная заметка JavaScript, которая будет использоваться в качестве шаблона для отображения общей заметки. Возвращается к шаблону по умолчанию. Рекомендуется использовать 'share_hidden_from_tree'.", - "print_page_size": "При экспорте в PDF изменяет размер страницы. Поддерживаемые значения: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", - "keyboard_shortcut": "Определяет сочетание клавиш для немедленного перехода к этой заметке. Пример: Ctrl+Alt+E. Для вступления изменений в силу требуется перезагрузка интерфейса.", - "new_notes_on_top": "Новые заметки будут создаваться вверху родительской заметки, а не внизу.", - "print_landscape": "При экспорте в PDF изменяет ориентацию страницы с книжной на альбомную.", - "hide_relations": "имена отношений, которые следует скрыть, разделённые запятыми. Все остальные будут отображены.", - "run_on_note_change": "выполняется при изменении заметки (включая создание заметки). Не включает изменения содержимого", - "display_relations": "названия отношений, разделённые запятыми, которые следует отобразить. Все остальные будут скрыты.", - "template": "Эта заметка появится в списке доступных шаблонов при создании новой заметки", - "execute_button": "Название кнопки, которая выполнит текущую заметку типа \"Код\"", - "page_size": "количество элементов на странице в списке заметок", - "custom_request_handler": "см. Пользовательский обработчик запросов", - "custom_resource_provider": "см. Пользовательский обработчик запросов", - "widget": "отмечает эту заметку как пользовательский виджет, который будет добавлен в дерево компонентов Trilium", - "search_home": "новые заметки поиска будут созданы как дочерние записи этой заметки", - "workspace_inbox": "расположение в папке «Входящие» по умолчанию для новых заметок, когда установлен фокус на какую-либо родительскую заметку этого рабочего пространство", - "sql_console_home": "расположение заметок консоли SQL по умолчанию", - "css_class": "значение этой метки затем добавляется как CSS-класс к узлу, представляющему данную заметку в дереве. Это может быть полезно для изменения внешнего вида заметки. Может использоваться в шаблонах заметок.", - "bookmark_folder": "заметка с этой меткой появится в закладках как папка (с предоставлением доступа к ее дочерним элементам)", - "share_hidden_from_tree": "эта заметка скрыта в левом навигационном дереве, но по-прежнему доступна по ее URL-адресу", - "share_external_link": "заметка будет действовать как ссылка на внешний веб-сайт в дереве общего доступа", - "share_alias": "определить псевдоним, с помощью которого заметка будет доступна по адресу https://ссылка_на_ваш_trilium/share/[ваш_псевдоним]", - "share_omit_default_css": "CSS-код страницы общего доступа по умолчанию будет пропущен. Используйте его при внесении существенных изменений в стили.", - "share_root": "помечает заметку, которая будет выступать корневой страницей /share общедоступного сайта.", - "share_description": "определение текста, который будет добавлен в HTML-тег meta для описания", - "share_raw": "заметка будет передана в исходном виде, без HTML-обертки", - "share_disallow_robot_indexing": "запретит индексацию этой заметки роботами через заголовок X-Robots-Tag: noindex", - "share_credentials": "для доступа к этой общедоступной заметке требуются учётные данные. Значение должно быть в формате 'имя пользователя:пароль'. Не забудьте сделать этот атрибут наследуемым для применения к дочерним заметкам/изображениям.", - "share_index": "заметка с этой меткой будет содержать список всех корневых узлов общедоступных заметок", - "toc": "#toc или #toc=show принудительно отобразят оглавление, #toc=hide — скроют его. Если метка отсутствует, применяется глобальная настройка", - "color": "определяет цвет заметки в дереве заметок, ссылках и т. д. Используйте любое допустимое значение цвета CSS, например «red» или #a13d5f", - "keep_current_hoisting": "Открытие этой ссылки не изменит фокус, даже если заметка не отображается в текущем закрепленном поддереве.", - "execute_description": "Более подробное описание текущей заметки типа \"Код\", отображаемое вместе с кнопкой \"Выполнить\"", - "run_on_note_creation": "выполняется при создании заметки на сервере. Используйте это отношение, если хотите запустить скрипт для всех заметок, созданных в определённом поддереве. В этом случае создайте его в корневой заметке поддерева и сделайте его наследуемым. Новая заметка, созданная в поддереве (любой глубины), запустит скрипт.", - "run_on_child_note_creation": "выполняется, когда создается новая заметка под заметкой, в которой определено это отношение", - "run_on_note_title_change": "выполняется при изменении заголовка заметки (включая создание заметки)", - "run_on_note_content_change": "выполняется при изменении содержимого заметки (включая создание заметки).", - "run_on_note_deletion": "выполняется при удалении заметки", - "run_on_branch_creation": "выполняется при создании ветви. Ветвь — это связующее звено между родительской и дочерней заметками и создаётся, например, при клонировании или перемещении заметки.", - "run_on_branch_change": "выполняется при обновлении ветки.", - "run_on_attribute_creation": "выполняется, когда создается новый атрибут для заметки, определяющей это отношение", - "run_on_attribute_change": " выполняется при изменении атрибута заметки, определяющей это отношение. Также срабатывает при удалении атрибута", - "relation_template": "атрибуты заметки будут унаследованы даже без родительско-дочерних отношений. Содержимое заметки и её поддерево будут добавлены к экземпляру заметки, если оно пустое. Подробности см. в документации.", - "inherit": "атрибуты заметки будут унаследованы даже без родительско-дочерних отношений. См. описание шаблонных отношений для получения аналогичной информации. См. раздел «Наследование атрибутов» в документации.", - "render_note": "заметки типа «Рендер HTML» будут отображаться с использованием кодовой заметки (HTML или скрипта), и необходимо указать с помощью этой связи, какую заметку следует отобразить", - "widget_relation": "заметка, на которую ссылается отношение будет выполнена и отображена как виджет на боковой панели", - "share_js": "JavaScript-заметка, которая будет добавлена на страницу общего доступа. JavaScript-заметка также должна находиться в общем поддереве. Рекомендуется использовать 'share_hidden_from_tree'.", - "other_notes_with_name": "Другие заметки с {{attributeType}} названием \"{{attributeName}}\"" - }, - "command_palette": { - "configure_launch_bar_description": "Откройте конфигурацию панели запуска, чтобы добавить или удалить элементы.", - "configure_launch_bar_title": "Настроить панель запуска", - "search_history_description": "Просмотреть предыдущие поиски", - "search_history_title": "Показать историю поиска", - "search_subtree_description": "Поиск в текущем поддереве", - "search_subtree_title": "Поиск в поддереве", - "search_notes_description": "Открыть расширенный поиск", - "search_notes_title": "Поиск заметок", - "show_attachments_description": "Просмотреть вложения к заметкам", - "show_attachments_title": "Показать вложения", - "export_note_description": "Экспортировать текущую заметку", - "export_note_title": "Экспортировать заметку", - "tree-action-name": "Дерево: {{name}}" - }, - "board_view": { - "add-column": "Добавить столбец", - "new-item": "Добавить", - "delete-column-confirmation": "Вы уверены, что хотите удалить этот столбец? Соответствующий атрибут также будет удалён из заметок этого столбца.", - "delete-column": "Удалить столбец", - "insert-below": "Вставить ниже", - "insert-above": "Вставить выше", - "move-to": "Переместить", - "delete-note": "Удалить заметку...", - "remove-from-board": "Удалить из доски", - "archive-note": "Архивировать заметку", - "unarchive-note": "Разархивировать заметку", - "edit-column-title": "Нажмите, чтобы изменить заголовок столбца", - "edit-note-title": "Нажмите, чтобы изменить название заметки", - "add-column-placeholder": "Введите имя столбца...", - "new-item-placeholder": "Введите название заметки...", - "column-already-exists": "Такая колонка уже добавлена на доску." - }, - "table_context_menu": { - "delete_row": "Удалить строку" - }, - "book_properties_config": { - "vector_dark": "Vector (Темная)", - "vector_light": "Vector (Светлая)", - "max-nesting-depth": "Максимальная глубина вложенности:", - "map-style": "Стиль карты", - "display-week-numbers": "Отображать номера недель", - "hide-weekends": "Скрыть выходные", - "raster": "Растр", - "show-scale": "Показать масштаб" - }, - "editorfeatures": { - "note_completion_enabled": "Включить автодополнение", - "emoji_completion_enabled": "Включить автодополнение эмодзи", - "title": "Особенности", - "slash_commands_description": "Если эта опция включена, команды редактирования, такие как вставка переносов строк или заголовков, можно переключать, вводя `/`.", - "slash_commands_enabled": "Включить слэш-команды", - "note_completion_description": "Если эта опция включена, ссылки на заметки можно создавать, вводя `@`, а затем название заметки.", - "emoji_completion_description": "Если эта функция включена, эмодзи можно легко вставлять в текст, набрав `:`, а затем название эмодзи." - }, - "cpu_arch_warning": { - "dont_show_again": "Больше не показывать это предупреждение", - "continue_anyway": "Продолжить в любом случае", - "download_link": "Загрузить нативную версию", - "recommendation": "Для наилучшего использования загрузите версию TriliumNext для ARM64 с нашей страницы релизов.", - "message_windows": "TriliumNext в настоящее время работает в режиме эмуляции, что означает, что вы используете версию Intel (x64) на устройстве Windows on ARM. Это существенно повлияет на производительность и время автономной работы.", - "message_macos": "TriliumNext в настоящее время работает под управлением Rosetta 2, что означает, что вы используете версию Intel (x64) на Apple Silicon Mac. Это существенно повлияет на производительность и время автономной работы.", - "title": "Пожалуйста, загрузите версию ARM64" - }, - "code_theme": { - "color-scheme": "Цветовая схема", - "word_wrapping": "Перенос слов", - "title": "Внешний вид" - }, - "svg": { - "export_to_png": "Диаграмму не может быть экспортирована в PNG.", - "export_to_svg": "Не удалось экспортировать диаграмму в SVG." - }, - "png_export_button": { - "button_title": "Экспортировать диаграмму как PNG" - }, - "toggle_read_only_button": { - "unlock-editing": "Разблокировать редактирование", - "lock-editing": "Заблокировать редактирование" - }, - "switch_layout_button": { - "title_horizontal": "Переместить панель редактирования влево", - "title_vertical": "Переместить панель редактирования вниз" - }, - "note_language": { - "configure-languages": "Настроить языки...", - "not_set": "Язык не установлен", - "help-on-languages": "Помощь по языкам содержимого..." - }, - "time_selector": { - "invalid_input": "Введенное значение времени не является допустимым числом.", - "minimum_input": "Введенное значение времени должно быть не менее {{minimumSeconds}} секунд." - }, - "share": { - "share_root_not_found": "Заметка с меткой #shareRoot не найдена", - "redirect_bare_domain": "Перенаправить запрос по домену на страницу общедоступных заметок", - "redirect_bare_domain_description": "Перенаправлять анонимных пользователей на страницу общедоступных заметок вместо отображения страницы входа", - "show_login_link": "Показать ссылку для аутентификации в интерфейсе общедоступных заметок", - "show_login_link_description": "Добавить ссылку для аутентификации в нижний колонтитул интерфейса общедоступных заметок", - "title": "Настройки общего доступа", - "check_share_root": "Проверка состояния корневой заметки для общедоступного сайта", - "share_root_not_shared": "Заметка '{{noteTitle}}' имеет метку #shareRoot, но не является общедоступной", - "share_root_found": "Заметка корня общедоступного сайта '{{noteTitle}}' готова" - }, - "duration": { - "days": "Дни", - "hours": "Часы", - "minutes": "Минуты", - "seconds": "Секунды" - }, - "geo-map-context": { - "add-note": "Добавить маркер в этом месте", - "remove-from-map": "Удалить с карты", - "open-location": "Открыть местоположение" - }, - "geo-map": { - "unable-to-load-map": "Не удалось загрузить карту.", - "create-child-note-instruction": "Щелкните по карте, чтобы создать новую заметку в этом месте, или нажмите Escape, чтобы закрыть ее.", - "create-child-note-title": "Создать новую дочернюю заметку и добавить ее на карту" - }, - "note_tooltip": { - "quick-edit": "Быстрое редактирование", - "note-has-been-deleted": "Заметка удалена." - }, - "note_autocomplete": { - "full-text-search": "Полнотекстовый поиск", - "show-recent-notes": "Показать последние заметки", - "search-for": "Поиск \"{{term}}\"", - "clear-text-field": "Очистить текстовое поле", - "insert-external-link": "Вставить внешнюю ссылку \"{{term}}\"", - "create-note": "Создать и связать дочернюю заметку \"{{term}}\"" - }, - "electron_integration": { - "zoom-factor": "Коэффициент масштабирования", - "restart-app-button": "Применить изменения и перезапустить приложение", - "background-effects-description": "Эффект Mica добавляет размытый, стильный фон окнам приложений, создавая глубину и современный вид. Опция \"Системная строка заголовка\" должна быть отключена.", - "background-effects": "Включить фоновые эффекты (только Windows 11)", - "native-title-bar-description": "В Windows и macOS отключение системной строки заголовка делает приложение более компактным. В Linux включение системной строки заголовка улучшает интеграцию с остальной частью системы.", - "native-title-bar": "Системная панель заголовка", - "desktop-application": "Десктопное приложение" - }, - "link_context_menu": { - "open_note_in_popup": "Быстрое редактирование", - "open_note_in_new_window": "Открыть заметку в новом окне", - "open_note_in_new_tab": "Открыть заметку в новой вкладке", - "open_note_in_new_split": "Открыть заметку в новой панели", - "open_note_in_other_split": "Открыть заметку в другой панели" - }, - "image_context_menu": { - "copy_image_to_clipboard": "Копировать изображение в буфер обмена", - "copy_reference_to_clipboard": "Скопировать ссылку в буфер обмена" - }, - "electron_context_menu": { - "paste-as-plain-text": "Вставить как обычный текст", - "paste": "Вставить", - "copy-link": "Скопировать ссылку", - "copy": "Скопировать", - "cut": "Вырезать", - "search_online": "Поиск \"{{term}}\" в {{searchEngine}}", - "add-term-to-dictionary": "Добавить \"{{term}}\" в словарь", - "search_in_trilium": "Искать \"{{term}}\" в Trilium" - }, - "editing": { - "editor_type": { - "fixed": { - "title": "Закрепленный", - "description": "инструменты редактирования отображаются на вкладке ленты «Форматирование»." - }, - "floating": { - "title": "Плавающий", - "description": "инструменты редактирования появляются рядом с курсором;" - }, - "label": "Панель форматирования", - "multiline-toolbar": "Отображать панель инструментов на нескольких строках, если она не помещается." - } - }, - "editor": { - "title": "Редактор" - }, - "classic_editor_toolbar": { - "title": "Форматирование" - }, - "code_block": { - "copy_title": "Копировать в буфер обмена", - "theme_group_dark": "Темные темы", - "theme_group_light": "Светлые темы", - "theme_none": "Нет подсветки синтаксиса", - "word_wrapping": "Перенос слов" - }, - "highlighting": { - "color-scheme": "Цветовая схема", - "title": "Блоки кода", - "description": "Управляет подсветкой синтаксиса для блоков кода внутри текстовых заметок. Заметки с типом \"Код\" не будут затронуты." - }, - "launcher_context_menu": { - "reset": "Сбросить", - "add-spacer": "Добавить разделитель", - "add-custom-widget": "Добавить пользовательский виджет", - "move-to-visible-launchers": "Переместить к видимым лаунчерам", - "move-to-available-launchers": "Переместить к доступным лаунчерам", - "delete": "Удалить ", - "add-note-launcher": "Добавить лаунчер заметки", - "add-script-launcher": "Добавить лаунчер скрипта", - "duplicate-launcher": "Создать копию лаунчера ", - "reset_launcher_confirm": "Вы действительно хотите сбросить \"{{title}}\"? Все данные/настройки в этой заметке (и её дочерних заметках) будут потеряны, а панель запуска будет возвращена в исходное местоположение." - }, - "toc": { - "table_of_contents": "Оглавление", - "options": "Параметры", - "no_headings": "Заголовки не найдены." - }, - "note_tree": { - "hide-archived-notes": "Скрыть архивные заметки", - "automatically-collapse-notes": "Автоматически сворачивать заметки", - "tree-settings-title": "Настройки дерева", - "unhoist": "Убрать фокус", - "scroll-active-title": "Прокрутить к активной заметке", - "collapse-title": "Свернуть дерево", - "hoist-this-note-workspace": "Фокус на заметке (рабочая область)", - "auto-collapsing-notes-after-inactivity": "Автоматическое сворачивание заметок после бездействия...", - "create-child-note": "Создать дочернюю заметку", - "save-changes": "Сохранить и применить изменения", - "saved-search-note-refreshed": "Сохраненная поисковая заметка обновлена.", - "refresh-saved-search-results": "Обновить сохраненные результаты поиска", - "automatically-collapse-notes-title": "Заметки будут свернуты после определенного периода бездействия, чтобы навести порядок в дереве.", - "toggle-sidebar": "Переключить боковую панель", - "dropping-not-allowed": "Перетаскивание заметок в эту область не разрешено." - }, - "quick-search": { - "no-results": "Результаты не найдены", - "placeholder": "Быстрый поиск", - "searching": "Поиск...", - "show-in-full-search": "Расширенный поиск", - "more-results": "... и еще {{number}} результатов." - }, - "find": { - "replace_all": "Заменить все", - "replace": "Заменить", - "replace_placeholder": "Заменить на...", - "find_placeholder": "Поиск в тексте...", - "case_sensitive": "С учетом регистра", - "match_words": "По словам" - }, - "template_switch": { - "template": "Шаблон", - "toggle-off-hint": "Удалить заметку как шаблон", - "toggle-on-hint": "Сделать заметку шаблоном" - }, - "note_types": { - "collections": "Коллекции", - "new-feature": "Новое", - "beta-feature": "Бета", - "widget": "Виджет", - "image": "Изображение", - "file": "Файл", - "canvas": "Холст", - "mermaid-diagram": "Диаграмма Mermaid", - "book": "Коллекция", - "saved-search": "Сохраненный поиск", - "code": "Код", - "text": "Текст", - "launcher": "Лаунчер", - "doc": "Документация", - "relation-map": "Карта связей", - "note-map": "Карта заметок", - "render-note": "Рендеринг заметки", - "web-view": "Веб-страница", - "mind-map": "Mind Map", - "geo-map": "Географическая карта", - "ai-chat": "ИИ Чат", - "task-list": "Список задач", - "confirm-change": "Не рекомендуется менять тип заметки, если её содержимое не пустое. Вы всё равно хотите продолжить?" - }, - "tree-context-menu": { - "open-in-popup": "Быстрое редактирование", - "delete": "Удалить", - "advanced": "Дополнительно", - "cut": "Вырезать", - "duplicate": "Создать дубликат", - "export": "Экспорт", - "open-in-a-new-tab": "Открыть в новой вкладке", - "open-in-a-new-split": "Открыть в новой панели", - "unhoist-note": "Снять фокус", - "hoist-note": "Фокус на заметке", - "protect-subtree": "Защитить поддерево", - "unprotect-subtree": "Снять защиту с поддерева", - "copy-clone": "Скопировать / Склонировать", - "clone-to": "Склонировать в...", - "paste-after": "Вставить после", - "paste-into": "Вставить в", - "move-to": "Переместить в...", - "import-into-note": "Импортировать в заметку", - "expand-subtree": "Развернуть поддерево", - "collapse-subtree": "Свернуть поддерево", - "sort-by": "Сортировать по...", - "insert-note-after": "Вставить заметку после", - "insert-child-note": "Вставить дочернюю заметку", - "search-in-subtree": "Поиск в поддереве", - "edit-branch-prefix": "Изменить префикс ветки", - "convert-to-attachment": "Преобразовать в приложение", - "apply-bulk-actions": "Применить массовые действия", - "recent-changes-in-subtree": "Последние изменения в поддереве", - "copy-note-path-to-clipboard": "Копировать путь к заметке в буфер обмена", - "convert-to-attachment-confirm": "Вы уверены, что хотите преобразовать выбранные заметки во вложения их родительских заметок? Эта операция применяется только к заметкам в виде изображений; другие заметки будут пропущены.", - "converted-to-attachments": "{{count}} заметок были преобразованы во вложения.", - "archive": "Архивировать", - "unarchive": "Разархивировать" - }, - "info": { - "closeButton": "Закрыть", - "okButton": "ОК", - "modalTitle": "Информация", - "copy_to_clipboard": "Скопировать в буфер обмена" - }, - "jump_to_note": { - "search_placeholder": "Найдите заметку по ее названию или введите > для команд...", - "search_button": "Поиск по всему тексту" - }, - "move_to": { - "target_parent_note": "Целевая родительская заметка", - "notes_to_move": "Заметки к переносу", - "dialog_title": "Переместить заметки в ...", - "search_placeholder": "поиск заметки по ее названию", - "move_button": "Переместить к выбранной заметке", - "error_no_path": "Отсутствует путь для перемещения.", - "move_success_message": "Выбранные заметки были перемещены в " - }, - "prompt": { - "title": "Запрос", - "defaultTitle": "Запрос", - "ok": "OK" - }, - "move_note": { - "to": "в", - "move_note": "Переместить заметку", - "target_parent_note": "целевая версии заметки", - "on_all_matched_notes": "На всех совпадающих заметках", - "move_note_new_parent": "переместить заметку в новый родительский элемент, если у заметки есть только один родительский элемент (т. е. старая ветвь удаляется и создается новая ветвь в новом родительском элементе)", - "clone_note_new_parent": "клонировать заметку в новый родительский элемент, если у заметки есть несколько клонов/ветвей (неясно, какую ветвь следует удалить)", - "nothing_will_happen": "ничего не произойдет, если эту заметку невозможно переместить в целевую заметку (т.е. это создаст цикл дерева)" - }, - "add_relation": { - "to": "в", - "add_relation": "Добавить отношение", - "relation_name": "название отношения", - "target_note": "целевая заметка", - "allowed_characters": "Разрешены буквенно-цифровые символы, подчеркивание и двоеточие.", - "create_relation_on_all_matched_notes": "Для всех соответствующих заметок создать заданную связь." - }, - "rename_relation": { - "to": "В", - "rename_relation": "Переименовать отношение", - "old_name": "старое наименование", - "new_name": "новое наименование", - "rename_relation_from": "Переименовать отношение из", - "allowed_characters": "Разрешены буквенно-цифровые символы, подчеркивание и двоеточие." - }, - "update_relation_target": { - "to": "в", - "update_relation": "Обновить отношение", - "relation_name": "название отношения", - "target_note": "целевая заметка", - "update_relation_target": "Обновить целевой элемент отношения", - "on_all_matched_notes": "На всех совпадающих заметках", - "allowed_characters": "Разрешены буквенно-цифровые символы, подчеркивание и двоеточие.", - "change_target_note": "изменить целевую заметку существующего отношения" - }, - "attachments_actions": { - "download": "Скачать", - "open_externally": "Открыть вне приложения", - "rename_attachment": "Переименовать вложение", - "delete_attachment": "Удалить вложение", - "upload_new_revision": "Загрузить новую версию", - "open_custom": "Открыть как...", - "open_custom_client_only": "Открытие вложений другим способом возможно только в десктопном приложении.", - "open_externally_detail_page": "Открытие вложения извне доступно только из детальной страницы. Для этого сначала нажмите на сведения о вложении и повторите действие.", - "open_custom_title": "Файл будет открыт во внешнем приложении и отслеживаться на наличие изменений. После этого вы сможете загрузить изменённую версию обратно в Trilium.", - "open_externally_title": "Файл будет открыт во внешнем приложении и отслеживаться на наличие изменений. После этого вы сможете загрузить изменённую версию обратно в Trilium.", - "copy_link_to_clipboard": "Копировать ссылку в буфер обмена", - "convert_attachment_into_note": "Преобразовать вложение в заметку", - "delete_success": "Вложение \"{{title}}\" удалено.", - "enter_new_name": "Введите новое название вложения", - "upload_success": "Загружена новая версия вложения.", - "upload_failed": "Не удалось загрузить новую версию вложения.", - "delete_confirm": "Вы уверены, что хотите удалить вложение '{{title}}'?", - "convert_confirm": "Вы уверены, что хотите преобразовать вложение '{{title}}' в отдельную заметку?", - "convert_success": "Вложение '{{title}}' преобразовано в заметку." - }, - "calendar": { - "mon": "Пн", - "tue": "Вт", - "wed": "Ср", - "thu": "Чт", - "fri": "Пт", - "sat": "Сбт", - "sun": "Вс", - "january": "Январь", - "february": "Февраль", - "march": "Март", - "april": "Апрель", - "may": "Май", - "june": "Июнь", - "july": "Июль", - "august": "Август", - "september": "Сентябрь", - "october": "Октябрь", - "november": "Ноябрь", - "december": "Декабрь", - "cannot_find_week_note": "Не удалось найти заметку недели", - "cannot_find_day_note": "Не удалось найти заметку дня", - "week": "Неделя", - "week_previous": "Прошлая неделя", - "week_next": "Следующая неделя", - "month": "Месяц", - "month_previous": "Предыдущий месяц", - "month_next": "Следующий месяц", - "year": "Год", - "year_previous": "Предыдущий год", - "year_next": "Следующий год", - "list": "Список", - "today": "Сегодня" - }, - "global_menu": { - "menu": "Меню", - "options": "Параметры", - "zoom": "Масштаб", - "advanced": "Дополнительно", - "logout": "Выход", - "toggle_fullscreen": "На весь экран", - "zoom_out": "Уменьшить масштаб", - "zoom_in": "Увеличить масштаб", - "configure_launchbar": "Настроить панель запуска", - "reload_frontend": "Перезагрузить интерфейс", - "show_help": "Показать справку", - "show-cheatsheet": "Быстрая справка", - "toggle-zen-mode": "Режим дзен", - "open_new_window": "Открыть новое окно", - "reset_zoom_level": "Сбросить масштабирование", - "open_dev_tools": "Открыть Панель разработчика", - "open_sql_console": "Открыть консоль SQL", - "open_search_history": "Открыть историю поиска", - "show_backend_log": "Показать лог бэкенда", - "show_hidden_subtree": "Показать скрытое поддерево", - "about": "О Trilium Notes", - "reload_hint": "Перезагрузка может помочь устранить некоторые визуальные сбои без перезапуска всего приложения.", - "open_sql_console_history": "Открыть историю консоли SQL", - "show_shared_notes_subtree": "Поддерево общедоступных заметок", - "switch_to_mobile_version": "Перейти на мобильную версию", - "switch_to_desktop_version": "Переключиться на версию для ПК", - "new-version-available": "Доступно обновление", - "download-update": "Обновить до {{latestVersion}}" - }, - "zpetne_odkazy": { - "relation": "отношение", - "backlink_one": "{{count}} обратная ссылка", - "backlink_few": "{{count}} обратные ссылки", - "backlink_many": "{{count}} обратных ссылок" - }, - "note_icon": { - "search": "Поиск:", - "change_note_icon": "Изменить иконку заметки", - "reset-default": "Сбросить к значку по умолчанию", - "no_results": "Иконки не найдены.", - "icon_tooltip": "{{name}}\nНабор иконок: {{iconPack}}", - "filter-default": "Иконки по-умолчанию", - "filter-none": "Все иконки", - "filter": "Фильтр", - "search_placeholder_filtered": "Поиск {{number}} иконок в {{name}}", - "search_placeholder_one": "Поиск {{number}} иконки среди {{count}} наборов", - "search_placeholder_few": "Поиск {{number}} иконок среди {{count}} наборов", - "search_placeholder_many": "Поиск {{number}} иконок среди {{count}} наборов" - }, - "basic_properties": { - "editable": "Изменяемое", - "language": "Язык", - "note_type": "Тип", - "basic_properties": "Общее", - "configure_code_notes": "Настроить заметки типа \"Код\"..." - }, - "book_properties": { - "grid": "Сетка", - "list": "Список", - "collapse": "Свернуть", - "expand": "Развернуть", - "calendar": "Календарь", - "table": "Таблица", - "board": "Доска", - "view_type": "Вид", - "book_properties": "Свойства коллекции", - "geo-map": "Карта", - "invalid_view_type": "Недопустимый тип представления '{{type}}'", - "collapse_all_notes": "Свернуть все заметки", - "include_archived_notes": "Показать заархивированные заметки", - "presentation": "Презентация", - "expand_all_levels": "Развернуть все вложенные уровни", - "expand_nth_level": "Развернуть уровни: {{depth}} шт.", - "expand_first_level": "Развернуть прямые дочерние уровни", - "expand_tooltip": "Разщвернуть дочерние элементы этой коллекции (на один уровень вложенности). Для получения дополнительных параметров нажмите стрелку справа." - }, - "edited_notes": { - "deleted": "(удалено)", - "title": "Измененные заметки", - "no_edited_notes_found": "Пока нет измененных заметок за этот день..." - }, - "file_properties": { - "download": "Скачать", - "open": "Открыть", - "title": "Файл", - "upload_success": "Новая версия файла успешно загружена.", - "upload_new_revision": "Загрузить новую версию", - "file_size": "Размер файла", - "file_type": "Тип файла", - "original_file_name": "Исходное имя файла", - "note_id": "ID заметки", - "upload_failed": "Загрузка новой версии файла не удалась." - }, - "image_properties": { - "download": "Скачать", - "open": "Открыть", - "title": "Изображение", - "file_size": "Размер файла", - "file_type": "Тип файла", - "upload_failed": "Не удалось загрузить новую версию изображения: {{message}}", - "upload_success": "Загружена новая версия изображения.", - "upload_new_revision": "Загрузить новую версию", - "copy_reference_to_clipboard": "Копировать ссылку в буфер обмена", - "original_file_name": "Исходное имя файла" - }, - "note_info_widget": { - "created": "Создано", - "modified": "Изменено", - "type": "Тип", - "note_id": "ID заметки", - "note_size": "Размер заметки", - "title": "Информация", - "calculate": "подсчитать", - "note_size_info": "Размер заметки позволяет приблизительно оценить требования к объёму хранилища для данной заметки. Он учитывает её содержание и содержание её сохраненных версий.", - "subtree_size": "(размер поддерева: {{size}} в {{count}} заметках)", - "mime": "MIME тип", - "show_similar_notes": "Похожие заметки" - }, - "note_paths": { - "search": "Поиск", - "title": "Пути к заметке", - "clone_button": "Клонировать заметку в новое место...", - "intro_placed": "Эта заметка размещена по следующим путям:", - "intro_not_placed": "Эта заметка еще не помещена в дерево заметок.", - "outside_hoisted": "Этот путь находится за пределами сфокусированной заметки, и вам придется снять фокус.", - "archived": "Архивировано" - }, - "note_properties": { - "info": "Информация", - "this_note_was_originally_taken_from": "Эта заметка была первоначально взята из:" - }, - "promoted_attributes": { - "url_placeholder": "http://website...", - "unset-field-placeholder": "не установлено", - "open_external_link": "Открыть внешнюю ссылку", - "remove_this_attribute": "Удалить атрибут", - "remove_color": "Удалить метку цвета", - "promoted_attributes": "Продвигаемые атрибуты", - "add_new_attribute": "Добавить атрибут", - "unknown_label_type": "Неизвестный тип метки '{{type}}'", - "unknown_attribute_type": "Неизвестный тип атрибута '{{type}}'" - }, - "script_executor": { - "query": "Запрос", - "execute_query": "Выполнить запрос", - "execute_script": "Выполнить скрипт", - "script": "Скрипт" - }, - "search_definition": { - "limit": "ограничение", - "search_string": "строка поиска", - "fast_search": "быстрый поиск", - "include_archived": "включать архивированные", - "order_by": "сортировать по", - "search_button": "Поиск", - "search_parameters": "Параметры поиска", - "ancestor": "предок", - "action": "действие", - "debug_description": "Debug выведет дополнительную отладочную информацию в консоль, что поможет при отладке сложных запросов", - "add_search_option": "Добавить опцию поиска:", - "search_script": "скрипт поиска", - "limit_description": "Ограничить количество результатов", - "include_archived_notes_description": "Архивированные заметки по умолчанию исключены из результатов поиска, при использовании этой опции они будут включены.", - "fast_search_description": "Опция быстрого поиска отключает полнотекстовый поиск по содержимому заметки, что может ускорить поиск в больших базах данных.", - "debug": "отладка", - "search_execute": "Найти и выполнить действия", - "save_to_note": "Сохранить в заметку", - "search_note_saved": "Заметка с настройкой поиска сохранена в {{- notePathTitle}}", - "unknown_search_option": "Неизвестный параметр поиска {{searchOptionName}}", - "actions_executed": "Действия выполнены.", - "view_options": "Просмотреть опции:" - }, - "ancestor": { - "depth_label": "глубина", - "depth_doesnt_matter": "неважно", - "direct_children": "прямые потомки", - "label": "Предок", - "placeholder": "поиск заметки по ее названию", - "depth_eq": "равна {{count}}", - "depth_gt": "больше чем {{count}}", - "depth_lt": "меньше чем {{count}}" - }, - "debug": { - "debug": "Отладка", - "debug_info": "\"Отладка\" выведет дополнительную отладочную информацию в консоль, что поможет при отладке сложных запросов.", - "access_info": "Чтобы получить доступ к отладочной информации, выполните запрос и нажмите «Показать лог бэкенда» в левом верхнем углу." - }, - "limit": { - "limit": "Ограничение", - "take_first_x_results": "Взять только первые X указанных результатов." - }, - "order_by": { - "title": "Названию", - "desc": "По убыванию", - "order_by": "Сортировать по", - "relevancy": "Релевантности (по умолчанию)", - "date_created": "Дате создания", - "random": "Случайный порядок", - "asc": "По возрастанию (по умолчанию)", - "parent_count": "Количество клонов", - "content_size": "Размер содержимого заметки", - "revision_count": "Количество версий", - "owned_label_count": "Количество меток", - "owned_relation_count": "Количество отношений", - "date_modified": "Дата последнего изменения", - "children_count": "Количество дочерних заметок", - "content_and_attachments_size": "Размер содержимого заметки, включая вложения", - "content_and_attachments_and_revisions_size": "Размер содержимого заметки, включая вложения и версии.", - "target_relation_count": "Количество отношений, направленных на заметку" - }, - "search_string": { - "search_prefix": "Поиск:", - "full_text_search": "Просто введите любой текст для полнотекстового поиска", - "title_column": "Строка поиска:", - "search_syntax": "Синтаксис поискового запроса", - "also_see": "см. также", - "complete_help": "руководство по синтаксису поиска", - "label_abc": "возвращает заметки с меткой abc", - "label_year": "ищет заметки с меткой year, имеющей значение 2019", - "label_rock_pop": "соответствует заметкам с метками как rock, так и pop", - "label_rock_or_pop": "должна присутствовать только одна из меток", - "label_year_comparison": "числовое сравнение (также >, >=, <).", - "label_date_created": "заметки, созданные за последний месяц", - "error": "Ошибка поиска: {{error}}", - "placeholder": "полнотекстовые ключевые слова, #tag = value..." - }, - "backend_log": { - "refresh": "Обновить" - }, - "sync": { - "title": "Синхронизация", - "force_full_sync_button": "Синхронизировать принудительно", - "fill_entity_changes_button": "Заполнить записи об изменениях сущностей", - "full_sync_triggered": "Полная синхронизация запущена", - "finished-successfully": "Синхронизация успешно завершена.", - "failed": "Синхронизация не удалась: {{message}}", - "sync_rows_filled_successfully": "Строки синхронизации успешно заполнены", - "filling_entity_changes": "Заполнение строк изменений сущностей..." - }, - "fonts": { - "fonts": "Шрифты", - "size": "Размер", - "serif": "С засечками", - "monospace": "Моноширинный", - "main_font": "Основной шрифт", - "font_family": "Семейство шрифтов", - "reload_frontend": "перезагрузить интерфейс", - "sans-serif": "Без засечек", - "system-default": "Системный по умолчанию", - "theme_defined": "Определяется темой", - "generic-fonts": "Стандартные шрифты", - "note_tree_font": "Шрифт дерева заметок", - "note_detail_font": "Шрифт заметки", - "monospace_font": "Моноширинный шрифт (для кода)", - "sans-serif-system-fonts": "Системные шрифты без засечек", - "serif-system-fonts": "Системные шрифты с засечками", - "monospace-system-fonts": "Моноширинные системные шрифты", - "handwriting-system-fonts": "Шрифты системы рукописного ввода", - "note_tree_and_detail_font_sizing": "Обратите внимание, что размер шрифта дерева и детальной страницы зависит от настройки размера основного шрифта.", - "apply_font_changes": "Чтобы применить изменения шрифта, нажмите", - "not_all_fonts_available": "Не все перечисленные шрифты могут быть доступны в вашей системе." - }, - "max_content_width": { - "max_width_unit": "пикселей", - "title": "Ширина контентной области", - "default_description": "Trilium по умолчанию ограничивает максимальную ширину контента, чтобы улучшить читаемость на широких экранах.", - "max_width_label": "Максимальная ширина контентной области", - "centerContent": "Размещать контент по центру" - }, - "native_title_bar": { - "enabled": "включено", - "disabled": "выключено", - "title": "Системная панель заголовка (требует перезапуска приложения)" - }, - "ai_llm": { - "progress": "Прогресс", - "openai_tab": "OpenAI", - "anthropic_tab": "Anthropic", - "ollama_tab": "Ollama", - "temperature": "Температура", - "model": "Модель", - "refreshing_models": "Обновление...", - "error": "Ошибка", - "actions": "Действия", - "retry": "Повторить", - "never": "Никогда", - "refreshing": "Обновление...", - "agent": { - "processing": "Обработка...", - "thinking": "Думаю...", - "loading": "Загрузка...", - "generating": "Создание..." - }, - "name": "AI", - "openai": "OpenAI", - "sources": "Источники", - "reprocessing_index": "Перестройка индекса...", - "processed_notes": "Обработанные заметки", - "total_notes": "Всего заметок", - "queued_notes": "Заметок в очереди", - "failed_notes": "Заметки с ошибками обработки", - "last_processed": "Последние обработанные", - "refresh_stats": "Обновить статистику", - "voyage_tab": "Voyage AI", - "system_prompt": "Системный промпт", - "openai_configuration": "Конфигурация OpenAI", - "openai_settings": "Настройки OpenAI", - "api_key": "Ключ API", - "url": "Базовый URL", - "default_model": "Модель по умолчанию", - "base_url": "Базовый URL", - "openai_url_description": "По умолчанию: https://api.openai.com/v1", - "anthropic_settings": "Настройки Anthropic", - "ollama_settings": "Настройки Ollama", - "anthropic_configuration": "Конфигурация Anthropic", - "voyage_url_description": "По умолчанию: https://api.voyageai.com/v1", - "ollama_configuration": "Конфигурация Ollama", - "enable_ollama": "Включить Ollama", - "ollama_url": "URL Ollama", - "ollama_model": "Модель Ollama", - "refresh_models": "Обновить модели", - "rebuild_index": "Пересобрать индекс", - "note_title": "Название заметки", - "last_attempt": "Последняя попытка", - "active_providers": "Активные провайдеры", - "disabled_providers": "Отключенные провайдеры", - "similarity_threshold": "Порок сходства", - "processing": "Обработка ({{percentage}}%)", - "incomplete": "Не завершено ({{percentage}}%)", - "complete": "Завершено (100%)", - "ai_settings": "Настройки AI", - "show_thinking": "Отображать размышление", - "index_status": "Статус индексирования", - "indexed_notes": "Проиндексированные заметки", - "indexing_stopped": "Индексирование остановлено", - "last_indexed": "Индексировано в последний раз", - "note_chat": "Чат по заметке", - "start_indexing": "Начать индексирование", - "chat": { - "root_note_title": "Чаты с AI", - "new_chat_title": "Новый чат", - "create_new_ai_chat": "Создать новый чат с ИИ", - "root_note_content": "В этой заметке содержатся сохраненные вами разговоры в чате ИИ." - }, - "selected_provider": "Выбранный провайдер", - "select_model": "Выбрать модель...", - "select_provider": "Выбрать провайдера...", - "title": "Настройки AI", - "voyage_settings": "Настройки Voyage AI", - "error_contacting_provider": "Ошибка подключения к провайдеру AI. Проверьте настройки и подключение к интернету.", - "configuration_warnings": "Возникли проблемы с конфигурацией AI. Проверьте настройки.", - "selected_provider_description": "Выберите провайдер AI для функций чата и автодополнения", - "provider_configuration": "Конфигурация провайдера AI", - "ollama_url_description": "URL для API Ollama (по умолчанию: http://localhost:11434)", - "ollama_model_description": "Модель Ollama для автодополнения чата", - "temperature_description": "Контролирует случайность ответов (0 = детерминированный, 2 = максимальная случайность)", - "system_prompt_description": "Системный промпт по умолчанию, используемый для всех взаимодействий с ИИ", - "empty_key_warning": { - "openai": "Ключ API OpenAI пуст. Введите действительный ключ API.", - "ollama": "API-ключ Ollama пуст. Введите действительный API-ключ.", - "voyage": "Ключ API Voyage пуст. Введите действительный ключ API.", - "anthropic": "Ключ API Anthropic пуст. Введите действительный ключ API." - }, - "openai_api_key_description": "Ваш ключ API OpenAI для доступа к их службам ИИ", - "provider_precedence_description": "Список провайдеров, разделенных запятыми, в порядке приоритета (например, \"openai,anthropic,ollama\")", - "remove_provider": "Удалить провайдер из поиска", - "not_started": "Не запущено", - "provider_precedence": "Приоритет провайдера", - "enable_ai_features": "Включить функции AI/LLM", - "enable_ai": "Включить функции AI/LLM", - "voyage_configuration": "Конфигурация Voyage AI", - "enable_automatic_indexing": "Включить автоматическое индексирование", - "reprocess_index": "Перестроить индекс поиска", - "index_rebuild_progress": "Прогресс перестройки индекса", - "index_rebuilding": "Оптимизация индекса ({{percentage}}%)", - "index_rebuild_complete": "Оптимизация индекса завершена", - "use_enhanced_context": "Использовать улучшенный контекст", - "enter_message": "Введите ваше сообщение...", - "index_all_notes": "Индексировать все заметки", - "indexing_in_progress": "Индексация в процессе...", - "use_advanced_context": "Использовать расширенный контекст", - "openai_model_description": "Примеры: gpt-4o, gpt-4-turbo, gpt-3.5-turbo", - "partial": "{{ percentage }}% завершено", - "retry_queued": "Примечание поставлено в очередь на повторную попытку", - "max_notes_per_llm_query": "Макс. количество заметок на запрос", - "reprocess_index_error": "Ошибка перестройки поискового индекса", - "auto_refresh_notice": "Автоматически обновляется каждые {{seconds}} секунд", - "note_queued_for_retry": "Заметка поставлена в очередь на повторную попытку", - "failed_to_retry_note": "Не удалось повторить попытку", - "failed_to_retry_all": "Не удалось повторить попытку", - "error_generating_response": "Ошибка генерации ответа ИИ", - "create_new_ai_chat": "Создать новый чат с ИИ", - "ai_enabled": "Возможности ИИ активны", - "ai_disabled": "Возможности ИИ неактивны", - "restore_provider": "Восстановить значение провайдера", - "error_fetching": "Ошибка получения списка моделей: {{error}}", - "index_rebuild_status_error": "Ошибка проверки статуса перестроения индекса", - "enhanced_context_description": "Предоставляет ИИ больше контекста из заметки и связанных с ней заметок для более точных ответов", - "no_models_found_ollama": "Модели Ollama не найдены. Проверьте, запущена ли Ollama.", - "no_models_found_online": "Модели не найдены. Проверьте ваш ключ API и настройки.", - "experimental_warning": "Функция LLM в настоящее время является экспериментальной — вы предупреждены.", - "ollama_no_url": "Ollama не настроена. Введите корректный URL-адрес.", - "show_thinking_description": "Показать цепочку мыслительного процесса ИИ", - "api_key_tooltip": "API-ключ для доступа к сервису", - "all_notes_queued_for_retry": "Все неудачные заметки поставлены в очередь на повторную попытку", - "reprocess_index_started": "Оптимизация поискового индекса запущена в фоновом режиме", - "similarity_threshold_description": "Минимальный показатель сходства (similarity score, 0–1) для заметок, которые следует включить в контекст запросов LLM", - "max_notes_per_llm_query_description": "Максимальное количество похожих заметок для включения в контекст ИИ", - "retry_failed": "Не удалось поставить заметку в очередь для повторной попытки", - "rebuild_index_error": "Ошибка при запуске перестроения индекса. Подробности смотрите в логах.", - "enable_ollama_description": "Включить Ollama для использования локальной модели ИИ", - "anthropic_model_description": "Модели Anthropic Claude для автодополнения чата", - "anthropic_url_description": "Базовый URL для Anthropic API (по умолчанию: https://api.anthropic.com)", - "anthropic_api_key_description": "Ваш ключ Anthropic API для доступа к моделям Claude", - "enable_ai_desc": "Включить функции ИИ, такие как резюмирование заметок, генерация контента и другие возможности LLM", - "enable_ai_description": "Включить функции ИИ, такие как резюмирование заметок, генерация контента и другие возможности LLM" - }, - "code-editor-options": { - "title": "Редактор" - }, - "images": { - "images_section_title": "Изображения", - "max_image_dimensions_unit": "пикселей", - "download_images_automatically": "Автоматическая загрузка изображений для использования в автономном режиме.", - "download_images_description": "Вставленный HTML-код может содержать ссылки на онлайн-изображения. Trilium найдет эти ссылки и загрузит изображения, чтобы они были доступны офлайн.", - "enable_image_compression": "Включить сжатие изображений", - "max_image_dimensions": "Максимальная ширина/высота изображения (размер изображения будет изменен, если он превысит этот параметр).", - "jpeg_quality_description": "Качество JPEG (10 — худшее качество, 100 — наилучшее качество, рекомендуется 50 — 85)" - }, - "search_engine": { - "bing": "Bing", - "baidu": "Baidu", - "duckduckgo": "DuckDuckGo", - "google": "Google", - "save_button": "Сохранить", - "title": "Поисковый движок", - "custom_url_label": "URL-адрес пользовательской поисковой системы должен включать {keyword} в качестве заполнителя для поискового запроса.", - "custom_search_engine_info": "Для пользовательской поисковой системы необходимо указать имя и URL-адрес. Если хотя бы один из этих параметров не указан, DuckDuckGo будет использоваться в качестве поисковой системы по умолчанию.", - "predefined_templates_label": "Готовые шаблоны поисковых систем", - "custom_name_label": "Имя пользовательской поисковой системы", - "custom_name_placeholder": "Установить название поисковой системы", - "custom_url_placeholder": "Настроить URL поисковой системы" - }, - "heading_style": { - "plain": "Обычный", - "underline": "Подчеркнутый", - "markdown": "В стиле Markdown", - "title": "Стиль заголовка" - }, - "table_of_contents": { - "unit": "заголовков", - "description": "Оглавление будет отображаться в текстовых заметках, если в заметке больше заголовков, чем указано в таблице. Вы можете настроить это количество:", - "title": "Оглавление", - "disable_info": "Эту опцию также можно использовать для отключения оглавления, установив очень большое число.", - "shortcut_info": "Вы можете настроить сочетание клавиш для быстрого переключения правой панели (включая оглавление) в разделе Параметры -> Сочетания клавиш (название \"toggleRightPane\")." - }, - "text_auto_read_only_size": { - "unit": "символов", - "title": "Максимальный размер заметки до переключения в режим только для чтения", - "description": "Максимальный размер заметки до переключения в режим только для чтения — это размер, после которого заметки будут отображаться в режиме «только для чтения» (из соображений производительности).", - "label": "Максимальный размер заметки до переключения в режим только для чтения (текстовые заметки)" - }, - "i18n": { - "title": "Локализация", - "language": "Язык", - "sunday": "Воскресенье", - "monday": "Понедельник", - "first-day-of-the-week": "Первый день недели", - "first-week-of-the-year": "Первая неделя года", - "first-week-contains-first-day": "Первая неделя содержит первый день года", - "first-week-contains-first-thursday": "Первая неделя содержит первый четверг года", - "first-week-has-minimum-days": "Первая неделя имеет минимальное количество дней", - "min-days-in-first-week": "Минимальное количество дней в первой неделе", - "first-week-info": "Первая неделя содержит первый четверг года в соответствии со стандартом ISO 8601.", - "first-week-warning": "Изменение параметров первой недели может привести к дублированию существующих недельных заметок, и существующие недельные заметки не будут обновлены соответствующим образом.", - "formatting-locale": "Формат даты и числа", - "formatting-locale-auto": "Выбирать на основе языка приложения", - "saturday": "Суббота", - "friday": "Пятница", - "thursday": "Четверг", - "wednesday": "Среда", - "tuesday": "Вторник" - }, - "backup": { - "path": "Путь", - "backup_now": "Принудительное резервное копирование", - "existing_backups": "Существующие резервные копии", - "automatic_backup": "Автоматическое резервное копирование", - "automatic_backup_description": "Trilium может автоматически создавать резервную копию базы данных:", - "enable_daily_backup": "Включить ежедневное резервное копирование", - "enable_weekly_backup": "Включить еженедельное резервное копирование", - "enable_monthly_backup": "Включить ежемесячное резервное копирование", - "backup_database_now": "Создать резервную копию", - "date-and-time": "Дата и время", - "no_backup_yet": "нет резервных копий", - "database_backed_up_to": "Резервная копия базы данных создана в {{backupFilePath}}", - "backup_recommendation": "Рекомендуется держать резервное копирование включенным, но это может замедлить запуск приложений при использовании больших баз данных и/или медленных устройств хранения." - }, - "etapi": { - "title": "ETAPI", - "created": "Создано", - "actions": "Действия", - "existing_tokens": "Существующие токены", - "token_name": "Название токена", - "default_token_name": "новый токен", - "rename_token_title": "Переименовать токен", - "description": "ETAPI — это REST API, используемый для программного доступа к экземпляру Trilium без пользовательского интерфейса.", - "create_token": "Создать новый токен ETAPI", - "new_token_title": "Новый токен ETAPI", - "token_created_title": "Создан токен ETAPI", - "rename_token": "Переименовать этот токен", - "new_token_message": "Введите название нового токена", - "error_empty_name": "Имя токена не может быть пустым", - "delete_token": "Удалить/деактивировать этот токен", - "rename_token_message": "Пожалуйста, введите имя нового токена", - "token_created_message": "Скопируйте созданный токен в буфер обмена. Trilium сохранит хеш токена, и вы его больше не сможете увидеть.", - "delete_token_confirmation": "Вы уверены, что хотите удалить токен ETAPI \"{{name}}\"?", - "no_tokens_yet": "Токенов пока нет. Нажмите кнопку выше, чтобы создать токен." - }, - "multi_factor_authentication": { - "oauth_title": "OAuth/OpenID", - "title": "Многофакторная аутентификация", - "mfa_method": "Метод авторизации", - "oauth_user_account": "Учетная запись пользователя: ", - "oauth_user_email": "Адрес электронной почты пользователя: ", - "electron_disabled": "Многофакторная аутентификация в настоящее время не поддерживается в десктопной сборке.", - "oauth_description_warning": "Чтобы включить OAuth/OpenID, необходимо указать базовый URL-адрес OAuth/OpenID, идентификатор клиента и секретный ключ клиента в файле config.ini и перезапустить приложение. Если вы хотите настроить параметры через переменные окружения, установите TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID и TRILIUM_OAUTH_CLIENT_SECRET.", - "oauth_description": "OpenID - это стандартизированный способ входа на веб-сайты с использованием учётной записи другого сервиса, например Google, для подтверждения личности. По умолчанию эмитентом является Google, но вы можете выбрать любого другого поставщика OpenID. Подробнее см. здесь. Чтобы настроить службу OpenID через Google, следуйте этим инструкциям.", - "recovery_keys_used": "Использовано: {{date}}", - "mfa_enabled": "Включить многофакторную аутентификацию", - "totp_secret_title": "Сгенерировать секрет TOTP", - "totp_secret_generate": "Сгенерировать секрет TOTP", - "totp_secret_regenerate": "Регенерировать секрет TOTP", - "totp_secret_generated": "Создан секрет TOTP", - "recovery_keys_generate": "Генерация кодов восстановления", - "recovery_keys_regenerate": "Регенерация кодов восстановления", - "oauth_missing_vars": "Отсутствуют настройки: {{-variables}}", - "oauth_user_not_logged_in": "Не выполнен вход!", - "totp_title": "Одноразовый пароль с ограничением по времени (TOTP)", - "recovery_keys_title": "Ключи восстановления единого входа", - "recovery_keys_error": "Ошибка генерации кодов восстановления", - "recovery_keys_no_key_set": "Коды восстановления не установлены", - "recovery_keys_unused": "Код восстановления {{index}} не используется", - "description": "Многофакторная аутентификация (MFA) добавляет дополнительный уровень безопасности вашей учётной записи. Вместо простого ввода пароля для входа MFA требует предоставить один или несколько дополнительных документов для подтверждения вашей личности. Таким образом, даже если кто-то узнает ваш пароль, он всё равно не сможет получить доступ к вашей учётной записи без второго элемента данных. Это похоже на установку дополнительного замка на вашу дверь, значительно усложняя взлом.

Следуйте инструкциям ниже, чтобы включить MFA. Если вы настроите её неправильно, для входа будет использоваться только пароль.", - "totp_description": "TOTP (одноразовый пароль с ограничением по времени) — это функция безопасности, которая генерирует уникальный временный код, который меняется каждые 30 секунд. Вы используете этот код вместе с паролем для входа в свою учётную запись, что значительно затрудняет доступ к ней посторонним лицам.", - "recovery_keys_description_warning": "Ключи восстановления больше не будут отображаться после выхода со страницы, сохраните их в надежном и безопасном месте.
После использования ключа восстановления его нельзя будет использовать повторно.", - "totp_secret_regenerate_confirm": "Вы уверены, что хотите восстановить секрет TOTP? Это аннулирует предыдущий секрет TOTP и все существующие коды восстановления.", - "totp_secret_description_warning": "После создания нового секрета TOTP вам потребуется снова войти в систему, используя новый секрет TOTP.", - "recovery_keys_description": "Ключи восстановления единого входа используются для входа в систему, даже если вы не можете получить доступ к своим кодам аутентификатора.", - "totp_secret_warning": "Сохраните сгенерированный секретный ключ в безопасном месте. Он больше не будет показан.", - "no_totp_secret_warning": "Чтобы включить TOTP, вам сначала нужно сгенерировать секрет TOTP." - }, - "shortcuts": { - "shortcuts": "Сочетания клавиш", - "description": "Описание", - "keyboard_shortcuts": "Сочетания клавиш", - "action_name": "Название действия", - "default_shortcuts": "Сочетания клавиш по умолчанию", - "multiple_shortcuts": "Несколько сочетаний клавиш для одного и того же действия можно разделить запятой.", - "electron_documentation": "Информацию о доступных модификаторах и кодах клавиш см. в документации Electron.", - "type_text_to_filter": "Введите текст для фильтрации сочетаний клавиш...", - "reload_app": "Перезагрузить приложение, чтобы применить изменения", - "confirm_reset": "Вы действительно хотите сбросить все сочетания клавиш до значений по умолчанию?", - "set_all_to_default": "Установить все сочетания клавиш по умолчанию" - }, - "sync_2": { - "timeout_unit": "миллисекунд", - "note": "Заметка", - "save": "Сохранить", - "help": "Помощь", - "config_title": "Настройка синхронизации", - "server_address": "Адрес экземпляра сервера", - "proxy_label": "Прокси-сервер (необязательно)", - "note_description": "Если оставить настройки прокси-сервера пустыми, будет использоваться системный прокси-сервер (применимо только к сборкам Desktop/Electron).", - "special_value_description": "Еще одно специальное значение - noproxy, которое заставляет игнорировать даже системный прокси и учитывает NODE_TLS_REJECT_UNAUTHORIZED.", - "timeout": "Тайм-аут синхронизации", - "test_description": "Это проверит подключение и подтверждение связи с сервером синхронизации. Если сервер синхронизации не инициализирован, он будет настроен на синхронизацию с локальным документом.", - "test_title": "Тест синхронизации", - "test_button": "Проверка синхронизации", - "handshake_failed": "Синхронизация с сервером не удалась, ошибка: {{message}}" - }, - "api_log": { - "close": "Закрыть" - }, - "bookmark_switch": { - "bookmark": "В закладки", - "remove_bookmark": "Удалить закладку", - "bookmark_this_note": "Добавить эту заметку в закладки на левой боковой панели" - }, - "editability_select": { - "auto": "Авто", - "read_only": "Только для чтения", - "always_editable": "Всегда доступно для редактирования", - "note_is_always_editable": "Заметку всегда можно редактировать, независимо от ее длины.", - "note_is_read_only": "Заметка доступна только для чтения, но ее можно редактировать одним нажатием кнопки.", - "note_is_editable": "Заметку можно редактировать, если она не слишком длинная." - }, - "shared_switch": { - "shared": "Общий доступ", - "toggle-on-title": "Сделать заметку общедоступной", - "toggle-off-title": "Отменить общий доступ к заметке", - "shared-branch": "Эта заметка существует только как общая, и если отменить общий доступ, она будет удалена. Хотите продолжить и удалить эту заметку?", - "inherited": "Заметка не может быть убрана из общего доступа в данном случае, поскольку общий доступ передан по наследству от предка." - }, - "highlights_list_2": { - "options": "Параметры", - "title": "Акценты", - "modal_title": "Настроить акценты", - "menu_configure": "Настроить акценты...", - "no_highlights": "Акценты в тексте не найдены.", - "title_with_count_one": "{{count}} акцент", - "title_with_count_few": "{{count}} акцента", - "title_with_count_many": "{{count}} акцентов" - }, - "include_note": { - "dialog_title": "Вставить заметку", - "label_note": "Заметка", - "button_include": "Вставить заметку", - "placeholder_search": "поиск заметки по ее названию", - "box_size_small": "небольшой (~ 10 строк)", - "box_size_medium": "средний (~ 30 строк)", - "box_size_full": "полный (в рамке показан полный текст)", - "box_size_prompt": "Размер рамки вставленной заметки:" - }, - "execute_script": { - "execute_script": "Выполнить скрипт", - "help_text": "Вы можете выполнять простые скрипты на соответствующих заметках.", - "example_1": "Например, чтобы добавить строку к заголовку заметки, используйте этот небольшой скрипт:", - "example_2": "Более сложным примером будет удаление всех соответствующих атрибутов заметки:" - }, - "update_label_value": { - "label_name_placeholder": "название метки", - "new_value_placeholder": "новое значение", - "update_label_value": "Обновить значение метки", - "to_value": "на значение", - "help_text_note": "Вы также можете вызвать этот метод без значения, в таком случае метка будет присвоена заметке без значения.", - "label_name_title": "Разрешены буквенно-цифровые символы, подчеркивание и двоеточие.", - "help_text": "На всех соответствующих заметках изменить значение существующей метки." - }, - "delete_note": { - "delete_note": "Удалить заметку", - "delete_matched_notes": "Удалить совпадающие заметки", - "delete_matched_notes_description": "Это приведет к удалению соответствующих заметок.", - "erase_notes_instruction": "Чтобы навсегда стереть заметки, после удаления перейдите в раздел «Параметры» -> «Другие» и нажмите кнопку «Стереть удаленные заметки сейчас».", - "undelete_notes_instruction": "После удаления их можно восстановить из диалогового окна «Последние изменения»." - }, - "rename_note": { - "rename_note": "Переименовать заметку", - "new_note_title": "название новой заметки", - "rename_note_title_to": "Переименовать заголовок заметки на", - "click_help_icon": "Нажмите значок справки справа, чтобы увидеть все параметры", - "evaluated_as_js_string": "Указанное значение обрабатывается как строка JavaScript и, таким образом, может быть дополнено динамическим содержимым через внедренную переменную note (при этом заметка переименовывается). Примеры:", - "example_note": "Note — все соответствующие примечания переименовываются в \"Note\"", - "example_new_title": "NEW: ${note.title} — заголовки соответствующих заметок начинаются с префикса \"NEW:\"", - "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} — соответствующие заметки имеют префикс в виде месяца и даты создания заметки", - "api_docs": "Подробную информацию см. в документации API для note и его свойства dateCreatedObj / utcDateCreatedObj." - }, - "delete_relation": { - "delete_relation": "Удалить отношение", - "relation_name": "название отношения", - "allowed_characters": "Разрешены буквенно-цифровые символы, подчеркивание и двоеточие." - }, - "left_pane_toggle": { - "show_panel": "Показать панель", - "hide_panel": "Скрыть панель" - }, - "move_pane_button": { - "move_left": "Переместить влево", - "move_right": "Переместить вправо" - }, - "note_actions": { - "re_render_note": "Перерендерить заметку", - "note_source": "Источник заметки", - "note_attachments": "Вложения заметки", - "import_files": "Импорт файлов", - "export_note": "Экспортировать заметку", - "delete_note": "Удалить заметку", - "print_note": "Печать заметки", - "save_revision": "Сохранить версию", - "convert_into_attachment": "Конвертировать во вложение", - "search_in_note": "Поиск в заметке", - "print_pdf": "Экспорт в PDF...", - "convert_into_attachment_prompt": "Вы уверены, что хотите преобразовать заметку '{{title}}' во вложение родительской заметки?", - "convert_into_attachment_successful": "Примечание '{{title}}' преобразовано во вложение.", - "convert_into_attachment_failed": "Не удалось преобразовать заметку '{{title}}'.", - "open_note_externally_title": "Файл будет открыт во внешнем приложении и отслеживается на наличие изменений. После этого вы сможете загрузить изменённую версию обратно в Trilium.", - "open_note_externally": "Открыть заметку вне приложения", - "open_note_custom": "Открыть заметку как...", - "export_as_image_svg": "SVG (вектор)", - "export_as_image_png": "PNG (растр)", - "export_as_image": "Экспорт изображения", - "open_note_on_server": "Открыть заметку на сервере", - "view_revisions": "История изменений...", - "note_map": "Карта заметок", - "advanced": "Дополнительно" - }, - "revisions_button": { - "note_revisions": "Версии заметки" - }, - "update_available": { - "update_available": "Доступно обновление" - }, - "code_buttons": { - "execute_button_title": "Выполнить скрипт", - "sql_console_saved_message": "Заметка типа \"Консоль SQL\" сохранена в {{note_path}}", - "opening_api_docs_message": "Открытие документации API...", - "save_to_note_button_title": "Сохранить в заметку", - "trilium_api_docs_button_title": "Документация по Open Trilium API" - }, - "hide_floating_buttons_button": { - "button_title": "Скрыть кнопки" - }, - "show_floating_buttons_button": { - "button_title": "Показать кнопки" - }, - "relation_map_buttons": { - "zoom_in_title": "Увеличить масштаб", - "zoom_out_title": "Уменьшить масштаб", - "reset_pan_zoom_title": "Сбросить панорамирование и масштабирование", - "create_child_note_title": "Создать новую дочернюю заметку и добавить ее в эту карту связей" - }, - "code_auto_read_only_size": { - "unit": "символов", - "title": "Автоматическое переключение в режим \"только для чтения\"", - "description": "Максимальный размер заметки до переключения в режим только для чтения — это размер, после которого заметки будут отображаться в режиме «только для чтения» (из соображений производительности).", - "label": "Максимальный размер заметки до переключения в режим только для чтения (заметки с кодом)" - }, - "inherited_attribute_list": { - "title": "Унаследованные атрибуты", - "no_inherited_attributes": "Нет унаследованных атрибутов.", - "none": "нет" - }, - "note_map": { - "title": "Карта заметок", - "fix-nodes": "Закрепить узлы", - "collapse": "Свернуть к нормальному размеру", - "link-distance": "Расстояние связи", - "open_full": "Развернуть полностью" - }, - "owned_attribute_list": { - "owned_attributes": "Атрибуты" - }, - "similar_notes": { - "title": "Похожие заметки", - "no_similar_notes_found": "Похожие заметки не найдены." - }, - "fast_search": { - "fast_search": "Быстрый поиск", - "description": "Опция быстрого поиска отключает полнотекстовый поиск по содержимому заметки, что может ускорить поиск в больших базах данных." - }, - "attachment_list": { - "upload_attachments": "Загрузка вложений", - "owning_note": "Заметка-владелец: ", - "open_help_page": "Открыть справку по вложениям", - "no_attachments": "Заметка не содержит вложений." - }, - "protected_session": { - "wrong_password": "Неверный пароль.", - "protecting-title": "Статус защиты", - "unprotecting-title": "Статус снятия защиты", - "protecting-finished-successfully": "Защита успешно завершена.", - "unprotecting-finished-successfully": "Снятие защиты успешно завершено.", - "start_session_button": "Начать защищенный сеанс", - "protecting-in-progress": "Защита в процессе: {{count}}", - "unprotecting-in-progress-count": "Снятие защиты в процессе: {{count}}", - "started": "Защищенный сеанс запущен.", - "enter_password_instruction": "Для отображения защищенной заметки требуется ввести пароль:" - }, - "relation_map": { - "remove_note": "Удалить заметку", - "edit_title": "Изменить заголовок", - "rename_note": "Переименовать заметку", - "remove_relation": "Удалить отношение", - "default_new_note_title": "новая заметка", - "open_in_new_tab": "Открыть в новой вкладке", - "confirm_remove_relation": "Вы уверены, что хотите удалить связь?", - "enter_new_title": "Введите новое название заметки:", - "note_not_found": "Заметка {{noteId}} не найдена!", - "cannot_match_transform": "Невозможно сопоставить преобразование: {{transform}}", - "enter_title_of_new_note": "Введите название новой заметки", - "click_on_canvas_to_place_new_note": "Щелкните по холсту, чтобы разместить новую заметку", - "note_already_in_diagram": "Заметка \"{{title}}\" уже есть на диаграмме.", - "connection_exists": "Связь '{{name}}' между этими заметками уже существует.", - "specify_new_relation_name": "Укажите новое имя связи (допустимые символы: буквы, цифры, двоеточие и подчеркивание):", - "start_dragging_relations": "Начните перетягивать отношения отсюда на другую заметку." - }, - "vacuum_database": { - "title": "Сжатие базы данных", - "description": "Это приведет к перестройке базы данных, что, как правило, приводит к уменьшению размера файла базы данных. Данные затронуты не будут.", - "button_text": "Сжать базу данных", - "vacuuming_database": "Сжатие БД...", - "database_vacuumed": "База данных была сжата" - }, - "vim_key_bindings": { - "use_vim_keybindings_in_code_notes": "Сочетания клавиш Vim", - "enable_vim_keybindings": "Включить сочетания клавиш Vim в заметках кода (без режима ex)" - }, - "network_connections": { - "network_connections_title": "Сетевые подключения", - "check_for_updates": "Проверять наличие обновлений автоматически" - }, - "tray": { - "title": "Системный трей", - "enable_tray": "Включить отображение иконки в системном трее (чтобы изменения вступили в силу, необходимо перезапустить Trilium)" - }, - "highlights_list": { - "title": "Акценты", - "bold": "Жирный текст", - "italic": "Наклонный текст", - "underline": "Подчеркнутый текст", - "color": "Цветной текст", - "description": "Вы можете настроить список акцентов, отображаемый на правой панели:", - "bg_color": "Текст с заливкой фона", - "visibility_title": "Видимость списка акцентов", - "visibility_description": "Вы можете скрыть виджет списка акцентов, добавив атрибут #hideHighlightWidget к заметке.", - "shortcut_info": "Вы можете настроить сочетание клавиш для быстрого переключения правой панели (включая список выделенного) в меню Параметры -> Сочетания клавиш (название \"toggleRightPane\")." - }, - "custom_date_time_format": { - "format_string": "Строка форматирования:", - "formatted_time": "Пример форматирования:", - "title": "Пользовательский формат даты и времени", - "description": "Настройте формат даты и времени, вставляемых с помощью или панели инструментов. Доступные токены форматирования см. в документации Day.js." - }, - "spellcheck": { - "title": "Проверка орфографии", - "enable": "Включить проверку орфографии", - "language_code_label": "Код(ы) языков", - "multiple_languages_info": "Несколько языков можно разделять запятой, например, \"en-US, de-DE, cs\". ", - "available_language_codes_label": "Доступные коды языков:", - "restart-required": "Изменения параметров проверки орфографии вступят в силу после перезапуска приложения.", - "language_code_placeholder": "например \"en-US\", \"de-AT\"", - "description": "Эти параметры применимы только для десктопных сборок, браузеры будут использовать собственную встроенную проверку орфографии." - }, - "attribute_editor": { - "save_attributes": "Сохранить атрибуты ", - "add_a_new_attribute": "Добавить новый атрибут", - "add_new_label_definition": "Добавить новое определение метки", - "add_new_relation_definition": "Добавить новое определение отношения", - "add_new_label": "Добавить новую метку ", - "add_new_relation": "Добавить новое отношение ", - "help_text_body1": "Чтобы добавить метку, просто введите, например, #rock или, если вы хотите добавить также значение, то, например, #year = 2020", - "help_text_body2": "Для отношения введите ~author = @, после чего должно появиться окно автозаполнения, где вы сможете найти нужную заметку.", - "help_text_body3": "В качестве альтернативы вы можете добавить метку и отношение, используя кнопку + с правой стороны.", - "placeholder": "Введите здесь метки и отношения" - }, - "delete_revisions": { - "delete_note_revisions": "Удалить версии заметки", - "all_past_note_revisions": "Все предыдущие версии соответствующих заметок будут удалены. Сама заметка при этом будет сохранена. Другими словами, история заметки будет удалена." - }, - "close_pane_button": { - "close_this_pane": "Закрыть панель" - }, - "create_pane_button": { - "create_new_split": "Разделить окно" - }, - "edit_button": { - "edit_this_note": "Редактировать заметку" - }, - "show_highlights_list_widget_button": { - "show_highlights_list": "Показать список акцентов" - }, - "zen_mode": { - "button_exit": "Покинуть режим \"дзен\"" - }, - "content_renderer": { - "open_externally": "Открыть внешне" - }, - "mobile_detail_menu": { - "error_unrecognized_command": "Нераспознанная команда {{command}}", - "error_cannot_get_branch_id": "Невозможно получить branchId для notePath '{{notePath}}'", - "delete_this_note": "Удалить эту заметку", - "insert_child_note": "Вставить дочернюю заметку", - "note_revisions": "История изменений" - }, - "svg_export_button": { - "button_title": "Экспортировать диаграмму как SVG" - }, - "copy_image_reference_button": { - "button_title": "Скопировать ссылку на изображение в буфер обмена, может быть вставлена в текстовую заметку." - }, - "note_launcher": { - "this_launcher_doesnt_define_target_note": "Этот лаунчер не определяет целевую заметку." - }, - "protected_session_status": { - "inactive": "Нажмите, чтобы войти в защищенный сеанс", - "active": "Защищённый сеанс активен. Нажмите, чтобы покинуть." - }, - "onclick_button": { - "no_click_handler": "Виджет кнопки '{{componentId}}' не имеет определенного обработчика нажатий" - }, - "sync_status": { - "in_progress": "Синхронизация с сервером продолжается.", - "disconnected_no_changes": "

Не удалось установить соединение с сервером синхронизации.
Все известные изменения синхронизированы.

Нажмите, чтобы запустить синхронизацию.

", - "disconnected_with_changes": "

Не удалось установить соединение с сервером синхронизации.
Есть некоторые несинхронизированные изменения.

Нажмите, чтобы запустить синхронизацию.

", - "connected_no_changes": "

Подключено к серверу синхронизации.
Все изменения уже синхронизированы.

Нажмите, чтобы запустить синхронизацию.

", - "connected_with_changes": "

Подключено к серверу синхронизации.
Есть несколько изменений, которые ещё предстоит синхронизировать.

Нажмите, чтобы запустить синхронизацию.

", - "unknown": "

Состояние синхронизации станет известно после начала следующей попытки синхронизации.

Нажмите, чтобы запустить синхронизацию сейчас.

" - }, - "protect_note": { - "toggle-on": "Защитить заметку", - "toggle-off": "Снять защиту с заметки", - "toggle-off-hint": "Заметка защищена. Щелкните, чтобы снять защиту", - "toggle-on-hint": "Заметка не защищена. Щелкните, чтобы установить защиту" - }, - "note-map": { - "button-link-map": "Карта связей", - "button-tree-map": "Древовидная карта" - }, - "database_integrity_check": { - "title": "Проверка целостности базы данных", - "description": "Это позволит проверить базу данных на предмет повреждений на уровне SQLite. Это может занять некоторое время в зависимости от размера базы данных.", - "check_button": "Проверить целостность БД", - "checking_integrity": "Проверка целостности БД...", - "integrity_check_succeeded": "Проверка целостности прошла успешно - проблем не обнаружено.", - "integrity_check_failed": "Проверка целостности завершена с ошибками: {{results}}" - }, - "consistency_checks": { - "find_and_fix_button": "Найти и устранить проблемы целостности", - "finding_and_fixing_message": "Поиск и устранение проблем целостности...", - "title": "Проверки целостности", - "issues_fixed_message": "Все обнаруженные проблемы с согласованностью теперь устранены." - }, - "call_to_action": { - "next_theme_message": "В настоящее время вы используете старую тему оформления. Хотите попробовать новую тему?", - "dismiss": "Отклонить", - "background_effects_button": "Включить эффекты фона", - "next_theme_button": "Попробовать новую тему", - "background_effects_message": "На устройствах Windows фоновые эффекты теперь полностью стабильны. Они добавляют цвет в пользовательский интерфейс, размывая фон за ним. Этот приём также используется в других приложениях, например, в проводнике Windows.", - "background_effects_title": "Фоновые эффекты теперь стабильны", - "next_theme_title": "Попробуйте новую тему Trilium", - "new_layout_button": "Подробнее", - "new_layout_message": "Мы обновили интерфейс Trilium. Старая лента инструментов была удалена и органично интегрирована в основной интерфейс, а ключевые функции теперь выполняет новая строка состояния и разворачиваемые разделы.\n\nНовый интерфейс включен по умолчанию и может быть временно отключен через «Параметры» → «Внешний вид».", - "new_layout_title": "Новый дизайн" - }, - "zoom_factor": { - "description": "Масштабированием также можно управлять с помощью сочетаний клавиш CTRL+- и CTRL+=.", - "title": "Коэффициент масштабирования (только для настольной версии)" - }, - "show_toc_widget_button": { - "show_toc": "Показать оглавление" - }, - "code_mime_types": { - "title": "Доступные типы в выпадающем списке", - "tooltip_syntax_highlighting": "Подсветка синтаксиса", - "tooltip_code_note_syntax": "Заметки с кодом", - "tooltip_code_block_syntax": "Блоки кода в текстовых заметках" - }, - "search_result": { - "no_notes_found": "По заданным параметрам поиска заметки не найдены.", - "search_not_executed": "Поиск ещё не выполнен. Нажмите кнопку «Поиск» выше, чтобы увидеть результаты." - }, - "empty": { - "search_placeholder": "поиск заметки по ее названию", - "open_note_instruction": "Откройте заметку, введя ее название в поле ввода ниже или выбрав заметку в дереве.", - "enter_workspace": "Войти в рабочее пространство {{title}}" - }, - "search_script": { - "placeholder": "поиск заметки по ее названию", - "title": "Скрипт поиска:", - "example_title": "См. этот пример:", - "description1": "Скрипт поиска позволяет определить результаты поиска, запустив его. Это обеспечивает максимальную гибкость, когда стандартного поиска недостаточно.", - "description2": "Скрипт поиска должен иметь тип «Код» и подтип «JavaScript backend». Скрипт должен возвращать массив идентификаторов заметок или заметок.", - "note": "Обратите внимание, что скрипт поиска и строка поиска не могут быть объединены друг с другом.", - "example_code": "// 1. Предварительная фильтрация с использованием стандартного поиска\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. Применение пользовательских критериев поиска\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;" - }, - "note_erasure_timeout": { - "note_erasure_timeout_title": "Срок окончательного удаления заметок", - "note_erasure_description": "Удалённые заметки (и атрибуты, версии и т.д.) сначала помечаются как удалённые, и их можно восстановить из диалогового окна «Недавние заметки». По истечении определённого времени удалённые заметки «стираются», то есть их содержимое больше не подлежит восстановлению. Этот параметр позволяет настроить длительность периода между пометкой на удаление и окончательным удалением заметки.", - "erase_notes_after": "Стереть заметки после:", - "manual_erasing_description": "Вы также можете запустить стирание вручную (без учета срока, определенного выше):", - "erase_deleted_notes_now": "Окончательно удалить заметки, помеченные к удалению сейчас", - "deleted_notes_erased": "Заметки, помеченные к удалению были окончательно удалены." - }, - "attachment_erasure_timeout": { - "erase_unused_attachments_now": "Удалить неиспользуемые вложения прямо сейчас", - "attachment_auto_deletion_description": "Вложения автоматически удаляются, если в заметке на них больше не ссылаются по истечении определенного времени.", - "attachment_erasure_timeout": "Тайм-аут удаления вложения", - "erase_attachments_after": "Удалять неиспользуемые вложения через:", - "unused_attachments_erased": "Неиспользуемые вложения были удалены.", - "manual_erasing_description": "Вы также можете запустить стирание вручную (без учета тайм-аута, определенного выше):" - }, - "revisions_snapshot_interval": { - "note_revisions_snapshot_interval_title": "Интервал создания снимка версии заметки", - "note_revisions_snapshot_description": "Интервал между снимками редакции заметки — это время, по истечении которого для заметки будет создана новая редакция. Подробнее см. wiki.", - "snapshot_time_interval_label": "Интервал создания снимка версии заметки:" - }, - "title_bar_buttons": { - "window-on-top": "Закрепить окно" - }, - "abstract_search_option": { - "remove_this_search_option": "Удалить эту опцию поиска", - "failed_rendering": "Не удалось выполнить рендеринг опции поиска: {{dto}} с ошибкой: {{error}} {{stack}}" - }, - "image": { - "copied-to-clipboard": "Ссылка на изображение скопирована в буфер обмена. Её можно вставить в любую текстовую заметку.", - "cannot-copy": "Не удалось скопировать ссылку на изображение в буфер обмена." - }, - "abstract_bulk_action": { - "remove_this_search_action": "Удалить это действие поиска" - }, - "branches": { - "cannot-move-notes-here": "Невозможно переместить заметки сюда.", - "delete-status": "Статус удаления", - "delete-finished-successfully": "Удаление успешно завершено.", - "undeleting-notes-finished-successfully": "Восстановление заметок успешно завершено.", - "delete-notes-in-progress": "Удаление заметок в процессе: {{count}}", - "undeleting-notes-in-progress": "Идет восстановление заметок: {{count}}" - }, - "attachment_detail": { - "owning_note": "Заметка-владелец: ", - "list_of_all_attachments": "Список всех вложений", - "open_help_page": "Открыть справку по вложениям", - "attachment_deleted": "Это вложение было удалено.", - "you_can_also_open": ", вы также можете открыть " - }, - "web_view": { - "web_view": "Веб-страница", - "create_label": "Для начала создайте метку с URL-адресом, который вы хотите встроить, например, #webViewSrc=\"https://www.google.com\"", - "embed_websites": "Заметки типа \"Веб-страница\" позволяет встраивать веб-сайты в Trilium." - }, - "ribbon": { - "widgets": "Виджеты ленты", - "promoted_attributes_message": "Вкладка \"Продвигаемые атрибуты\" будет автоматически открыта, если таковые атрибуты установлены у заметки", - "edited_notes_message": "Вкладка ленты «Измененные заметки» будет автоматически открываться в заметках дня" - }, - "options_widget": { - "options_status": "Статус опций", - "options_change_saved": "Изменения параметров сохранены." - }, - "spacer": { - "configure_launchbar": "Конфигурация лаунчбара" - }, - "entrypoints": { - "note-executed": "Заметка выполнена.", - "note-revision-created": "Снимок версии заметки создан успешно.", - "sql-error": "Произошла ошибка при выполнении SQL-запроса: {{message}}" - }, - "include_archived_notes": { - "include_archived_notes": "Включить архивные заметки" - }, - "open-help-page": "Открыть страницу справки", - "watched_file_update_status": { - "upload_modified_file": "Загрузить измененный файл", - "ignore_this_change": "Игнорировать это изменение", - "file_last_modified": "Файл был последний раз изменен ." - }, - "clipboard": { - "copy_success": "Скопировано в буфер обмена.", - "copy_failed": "Невозможно скопировать в буфер обмена из-за проблем с правами доступа.", - "copied": "Заметки скопированы в буфер обмена.", - "cut": "Заметки вырезаны в буфер обмена." - }, - "ws": { - "sync-check-failed": "Проверка синхронизации не удалась!", - "encountered-error": "Обнаружена ошибка \"{{message}}\", проверьте консоль.", - "consistency-checks-failed": "Проверка целостности не пройдена! Подробности смотрите в логах.", - "lost-websocket-connection-title": "Потеряно соединение с сервером", - "lost-websocket-connection-message": "Проверьте конфигурацию обратного прокси (например, nginx или Apache), чтобы убедиться, что соединения WebSocket должным образом разрешены и не заблокированы." - }, - "attachment_detail_2": { - "role_and_size": "Роль: {{role}}, размер: {{size}}, MIME: {{- mimeType}}", - "unrecognized_role": "Нераспознанная роль вложения '{{role}}'.", - "link_copied": "Ссылка на вложение скопирована в буфер обмена.", - "will_be_deleted_soon": "Это вложение скоро будет автоматически удалено", - "will_be_deleted_in": "Это вложение будет автоматически удалено через {{time}}", - "deletion_reason": ", поскольку вложение не связано с содержимым заметки. Чтобы предотвратить удаление, добавьте ссылку на вложение обратно в содержимое или преобразуйте вложение в заметку." - }, - "note_title": { - "placeholder": "введите здесь название заметки...", - "edited_notes": "Измененные в этот день заметки", - "note_type_switcher_collection": "Коллекция", - "note_type_switcher_templates": "Шаблон", - "note_type_switcher_others": "Другой тип заметки", - "note_type_switcher_label": "Переключить с {{type}} на:", - "last_modified": "Изменена ", - "created_on": "Создана в ", - "promoted_attributes": "Продвигаемые атрибуты" - }, - "units": { - "percentage": "%" - }, - "settings": { - "related_settings": "Связанные настройки" - }, - "content_widget": { - "unknown_widget": "Неизвестный виджет \"{{id}}\"." - }, - "wrap_lines": { - "wrap_lines_in_code_notes": "Переносить строки в заметках типа \"Код\"", - "enable_line_wrap": "Включить перенос строк (для вступления изменений в силу может потребоваться перезагрузка интерфейса)" - }, - "shared_info": { - "help_link": "Для получения справки посетите вики.", - "shared_locally": "Заметка общедоступна локально в {{- link}}.", - "shared_publicly": "Заметка общедоступна публично в {{- link}}." - }, - "note_create": { - "duplicated": "Создан дубль заметки \"{{title}}\"." - }, - "help-button": { - "title": "Открыть соответствующую страницу справки" - }, - "render": { - "note_detail_render_help_2": "Тип заметки «Рендер HTML» используется для скриптинга. Если коротко, у вас есть заметка с HTML-кодом (возможно, с добавлением JavaScript), и эта заметка её отобразит. Для этого необходимо определить отношение с именем «renderNote», указывающее на HTML-заметку для отрисовки.", - "note_detail_render_help_1": "Эта справочная заметка отображается, поскольку эта справка типа Render HTML не имеет необходимой связи для правильной работы." - }, - "file": { - "too_big": "В целях повышения производительности в режиме предварительного просмотра отображаются только первые {{maxNumChars}} символов файла. Загрузите файл и откройте его во внешнем браузере, чтобы увидеть всё содержимое.", - "file_preview_not_available": "Предварительный просмотр файла недоступен для этого файла." - }, - "app_context": { - "please_wait_for_save": "Подождите несколько секунд, пока сохранение завершится, затем попробуйте еще раз." - }, - "settings_appearance": { - "related_code_blocks": "Цветовая схема для блоков кода в текстовых заметках", - "related_code_notes": "Цветовая схема для заметок типа \"Код\"", - "ui_new_layout": "Новый дизайн", - "ui_old_layout": "Старый дизайн", - "ui": "Пользовательский интерфейс" - }, - "sql_result": { - "no_rows": "По этому запросу не возвращено ни одной строки" - }, - "editable_code": { - "placeholder": "Введите содержимое для заметки с кодом..." - }, - "editable_text": { - "placeholder": "Введите содержимое для заметки...", - "auto-detect-language": "Определен автоматически", - "keeps-crashing": "Компонент редактирования вылетает. Пожалуйста, попробуйте перезапустить Trilium. Если проблема сохраняется, пожалуйста, создайте отчет об ошибке.", - "editor_crashed_details_title": "Техническая информация", - "editor_crashed_details_intro": "Если эта ошибка возникает несколько раз, пожалуйста, сообщите о ней на GitHub, сопроводив информаций ниже.", - "editor_crashed_content": "Ваши данные были успешно восстановлены, но некоторые из последних изменений могли не быть сохранены.", - "editor_crashed_details_button": "Подробнее...", - "editor_crashed_title": "Возникла ошибка в текстовом редакторе" - }, - "hoisted_note": { - "confirm_unhoisting": "Запрошенная заметка «{{requestedNote}}» находится за пределами поддерева закрепленной заметки \"{{hoistedNote}}\", и для доступа к ней необходимо снять фокус. Снять фокус с заметки?" - }, - "frontend_script_api": { - "sync_warning": "Вы передаете синхронную функцию в `api.runAsyncOnBackendWithManualTransactionHandling()`, \\nхотя вместо этого вам, скорее всего, следует использовать `api.runOnBackend()`.", - "async_warning": "Вы передаете асинхронную функцию в `api.runOnBackend()`, которая, скорее всего, не будет работать так, как вы предполагали.\\nЛибо сделайте функцию синхронной (удалив ключевое слово `async`), либо используйте `api.runAsyncOnBackendWithManualTransactionHandling()`." - }, - "note_detail": { - "could_not_find_typewidget": "Не удалось найти typeWidget для типа '{{type}}'", - "printing_pdf": "Выполняется экспорт PDF...", - "printing": "Выполняется печать...", - "print_report_title": "Отчет по печати", - "print_report_collection_content_one": "{{count}} заметка в коллекции не удалось распечатать, поскольку она не поддерживается или защищена.", - "print_report_collection_content_few": "{{count}} заметки в коллекции не удалось распечатать, поскольку они не поддерживаются или защищены.", - "print_report_collection_content_many": "{{count}} заметок в коллекции не удалось распечатать, поскольку они не поддерживаются или защищены.", - "print_report_collection_details_button": "Подробнее", - "print_report_collection_details_ignored_notes": "Пропущенные заметки" - }, - "book": { - "no_children_help": "В этой коллекции нет дочерних заметок, поэтому отображать нечего. Подробности см. в wiki.", - "drag_locked_title": "Защищено от изменения", - "drag_locked_message": "Перетаскивание не допускается, так как коллекция защищена от редактирования." - }, - "ui-performance": { - "title": "Производительность", - "enable-motion": "Включить визуальные эффекты и анимации", - "enable-shadows": "Включить тени", - "enable-backdrop-effects": "Включить эффекты размытия фона меню, всплывающих окон и панелей", - "enable-smooth-scroll": "Включить плавную прокрутку", - "app-restart-required": "(для вступления изменений в силу требуется перезапуск приложения)" - }, - "collections": { - "rendering_error": "Невозможно отобразить содержимое из-за ошибки." - }, - "pagination": { - "total_notes": "{{count}} заметок", - "page_title": "Страница {{startIndex}} - {{endIndex}}" - }, - "status_bar": { - "attributes_one": "{{count}} атрибут", - "attributes_few": "{{count}} атрибута", - "attributes_many": "{{count}} атрибутов", - "note_info_title": "Просмотр информации о заметке, (даты, размер)", - "language_title": "Изменить язык содержимого", - "code_note_switcher": "Изменить режим языка", - "note_paths_title": "Расположения заметки", - "note_paths_one": "{{count}} место", - "note_paths_few": "{{count}} места", - "note_paths_many": "{{count}} мест", - "attributes_title": "Собственные и унаследованные атрибуты", - "attachments_title_one": "Открыть вложение в новой вкладке", - "attachments_title_few": "Открыть вложения в новой вкладке", - "attachments_title_many": "Открыть вложения в новой вкладке", - "attachments_one": "{{count}} вложение", - "attachments_few": "{{count}} вложения", - "attachments_many": "{{count}} вложений", - "backlinks_one": "{{count}} обратная ссылка", - "backlinks_few": "{{count}} обратные ссылки", - "backlinks_many": "{{count}} обратных ссылок", - "backlinks_title_one": "Обратная ссылка", - "backlinks_title_few": "Обратные ссылки", - "backlinks_title_many": "Обратные ссылки" - }, - "breadcrumb_badges": { - "execute_sql_description": "Эта заметка - SQL-запрос. Нажмите, чтобы выполнить его.", - "execute_sql": "Выполнить SQL", - "execute_script_description": "Это заметка содержит скрипт. Нажмите, чтобы выполнить его.", - "execute_script": "Выполнить скрипт", - "clipped_note_description": "Эта заметка первоначально взята с сайта {{url}}.\n\nНажмите, чтобы перейти на исходную веб-страницу.", - "shared_publicly": "Доступно публично", - "shared_locally": "Доступно локально", - "clipped_note": "Web фрагмент", - "shared_unshare": "Убрать публичный доступ", - "shared_open_in_browser": "Открыть ссылку в браузере", - "shared_copy_to_clipboard": "Скопировать ссылку", - "read_only_temporarily_disabled_description": "В данный момент эта заметка доступна для редактирования, но обычно она находится только в режиме чтения. Заметка снова станет доступна только для чтения, как только вы перейдете к другой заметке.\n\nНажмите, чтобы снова включить режим только для чтения.", - "read_only_temporarily_disabled": "Временное редактирование", - "read_only_auto_description": "Эта заметка была автоматически переведена в режим только для чтения по соображениям производительности. Это автоматическое ограничение можно изменить в настройках.\n\nНажмите, чтобы временно отредактировать её.", - "read_only_auto": "Автоматический режим \"только для чтения\"", - "read_only_explicit_description": "Эта заметка была вручную установлена в режим «только для чтения».\nНажмите, чтобы временно отредактировать её.", - "read_only_explicit": "Только для чтения" - }, - "breadcrumb": { - "hoisted_badge_title": "Снять фокус", - "hoisted_badge": "Фокус", - "empty_hide_archived_notes": "Скрыть заметки в архиве", - "create_new_note": "Новая дочерняя заметка", - "scroll_to_top_title": "К началу заметки", - "workspace_badge": "Рабочее пространство" - }, - "tab_history_navigation_buttons": { - "go-forward": "Перейти к следующей заметке", - "go-back": "Перейти к предыдущей заметке" - }, - "server": { - "traefik_blocks_requests": "Если вы используете обратный прокси-сервер Traefik, то следует учитывать, что в него внесены критические изменения, влияющие на связь с сервером.", - "unknown_http_error_content": "Код: {{statusCode}}\nURL: {{method}} {{url}}\nСообщение: {{message}}", - "unknown_http_error_title": "Ошибка связи с сервером" - }, - "note-color": { - "set-color": "Установить цвет заметки", - "clear-color": "Убрать цвет заметки", - "set-custom-color": "Установить другой цвет" - }, - "calendar_view": { - "delete_note": "Удалить заметку..." - }, - "presentation_view": { - "start-presentation": "Начать презентацию", - "edit-slide": "Редактировать слайд", - "slide-overview": "Переключить общий просмотр слайдов" - }, - "read-only-info": { - "edit-note": "Изменить заметку", - "auto-read-only-note": "Заметка отображена в режиме \"только для чтения\" для быстрой загрузки.", - "read-only-note": "Заметка отображается в режиме \"только для чтения\"." - }, - "experimental_features": { - "new_layout_description": "Попробуйте новый современный и удобный дизайн. В будущих обновлениях возможны его существенные изменения.", - "new_layout_name": "Новый дизайн", - "title": "Экспериментальные параметры", - "disclaimer": "Эти параметры экспериментальные и могут повлиять на стабильность. Используйте с осторожностью." - }, - "popup-editor": { - "maximize": "Переключить на полный редактор" - }, - "right_pane": { - "custom_widget_go_to_source": "Исходный код", - "toggle": "Переключить панель справа", - "empty_button": "Скрыть панель", - "empty_message": "Нечего отобразить для текущей заметки" - }, - "attributes_panel": { - "title": "Атрибуты заметки" - } } diff --git a/apps/client/src/translations/tw/translation.json b/apps/client/src/translations/tw/translation.json index 150aa6d3d1..177b43b212 100644 --- a/apps/client/src/translations/tw/translation.json +++ b/apps/client/src/translations/tw/translation.json @@ -1,2280 +1,2136 @@ { - "about": { - "title": "關於 Trilium Notes", - "homepage": "項目主頁:", - "app_version": "程式版本:", - "db_version": "資料庫版本:", - "sync_version": "同步版本:", - "build_date": "編譯日期:", - "build_revision": "編譯版本:", - "data_directory": "資料目錄:" - }, - "toast": { - "critical-error": { - "title": "嚴重錯誤", - "message": "發生了嚴重錯誤,導致客戶端應用程式無法啟動:\n\n{{message}}\n\n這很可能是由於腳本以意外的方式失敗引起的。請嘗試以安全模式啟動應用程式並解決問題。" + "about": { + "title": "關於 Trilium Notes", + "homepage": "項目主頁:", + "app_version": "程式版本:", + "db_version": "資料庫版本:", + "sync_version": "同步版本:", + "build_date": "編譯日期:", + "build_revision": "編譯版本:", + "data_directory": "資料目錄:" }, - "widget-error": { - "title": "元件初始化失敗", - "message-custom": "來自 ID 為 \"{{id}}\"、標題為 \"{{title}}\" 的筆記的自訂元件因以下原因無法初始化:\n\n{{message}}", - "message-unknown": "未知元件因以下原因無法初始化:\n\n{{message}}" + "toast": { + "critical-error": { + "title": "嚴重錯誤", + "message": "發生了嚴重錯誤,導致客戶端應用程式無法啟動:\n\n{{message}}\n\n這很可能是由於腳本以意外的方式失敗引起的。請嘗試以安全模式啟動應用程式並解決問題。" + }, + "widget-error": { + "title": "元件初始化失敗", + "message-custom": "來自 ID 為 \"{{id}}\"、標題為 \"{{title}}\" 的筆記的自訂元件因以下原因無法初始化:\n\n{{message}}", + "message-unknown": "未知元件因以下原因無法初始化:\n\n{{message}}" + }, + "bundle-error": { + "title": "載入自訂腳本失敗", + "message": "腳本因以下原因無法執行:\n\n{{message}}" + }, + "widget-list-error": { + "title": "無法從伺服器取得元件清單" + }, + "widget-render-error": { + "title": "無法渲染自訂 React 元件" + }, + "widget-missing-parent": "自訂元件未定義強制性的 \"{{property}}\" 屬性。\n\n若此腳本需在無 UI 的情況下執行,請改用 \"#run=frontendStartup\"。", + "open-script-note": "打開腳本筆記", + "scripting-error": "自訂腳本錯誤:{{title}}" }, - "bundle-error": { - "title": "載入自訂腳本失敗", - "message": "腳本因以下原因無法執行:\n\n{{message}}" + "add_link": { + "add_link": "新增連結", + "help_on_links": "連結說明", + "note": "筆記", + "search_note": "依名稱搜尋筆記", + "link_title_mirrors": "連結標題跟隨筆記標題變化", + "link_title_arbitrary": "連結標題可隨意修改", + "link_title": "連結標題", + "button_add_link": "新增連結" }, - "widget-list-error": { - "title": "無法從伺服器取得元件清單" + "branch_prefix": { + "edit_branch_prefix": "編輯分支前綴", + "help_on_tree_prefix": "有關樹前綴的說明", + "prefix": "前綴: ", + "save": "儲存", + "branch_prefix_saved": "已儲存分支前綴。", + "edit_branch_prefix_multiple": "編輯 {{count}} 個分支的前綴", + "branch_prefix_saved_multiple": "已為 {{count}} 個分支儲存分支前綴。", + "affected_branches": "受影響的分支 ({{count}}):" }, - "widget-render-error": { - "title": "無法渲染自訂 React 元件" + "bulk_actions": { + "bulk_actions": "批次操作", + "affected_notes": "受影響的筆記", + "include_descendants": "包括所選筆記的子筆記", + "available_actions": "可用操作", + "chosen_actions": "已選操作", + "execute_bulk_actions": "執行批次操作", + "bulk_actions_executed": "已成功執行批次操作。", + "none_yet": "暫無操作…透過點擊上方的可用操作新增一個操作。", + "labels": "標籤", + "relations": "關聯", + "notes": "筆記", + "other": "其他" }, - "widget-missing-parent": "自訂元件未定義強制性的 \"{{property}}\" 屬性。\n\n若此腳本需在無 UI 的情況下執行,請改用 \"#run=frontendStartup\"。", - "open-script-note": "打開腳本筆記", - "scripting-error": "自訂腳本錯誤:{{title}}" - }, - "add_link": { - "add_link": "新增連結", - "help_on_links": "連結說明", - "note": "筆記", - "search_note": "依名稱搜尋筆記", - "link_title_mirrors": "連結標題跟隨筆記標題變化", - "link_title_arbitrary": "連結標題可隨意修改", - "link_title": "連結標題", - "button_add_link": "新增連結" - }, - "branch_prefix": { - "edit_branch_prefix": "編輯分支前綴", - "help_on_tree_prefix": "有關樹前綴的說明", - "prefix": "前綴: ", - "save": "儲存", - "branch_prefix_saved": "已儲存分支前綴。", - "edit_branch_prefix_multiple": "編輯 {{count}} 個分支的前綴", - "branch_prefix_saved_multiple": "已為 {{count}} 個分支儲存分支前綴。", - "affected_branches": "受影響的分支 ({{count}}):" - }, - "bulk_actions": { - "bulk_actions": "批次操作", - "affected_notes": "受影響的筆記", - "include_descendants": "包括所選筆記的子筆記", - "available_actions": "可用操作", - "chosen_actions": "已選操作", - "execute_bulk_actions": "執行批次操作", - "bulk_actions_executed": "已成功執行批次操作。", - "none_yet": "暫無操作…透過點擊上方的可用操作新增一個操作。", - "labels": "標籤", - "relations": "關聯", - "notes": "筆記", - "other": "其他" - }, - "clone_to": { - "clone_notes_to": "克隆筆記至…", - "help_on_links": "連結說明", - "notes_to_clone": "要克隆的筆記", - "target_parent_note": "目標父級筆記", - "search_for_note_by_its_name": "依名稱搜尋筆記", - "cloned_note_prefix_title": "克隆的筆記將在筆記樹中顯示給定的前綴", - "prefix_optional": "前綴(可選)", - "clone_to_selected_note": "克隆至所選的筆記", - "no_path_to_clone_to": "沒有克隆路徑。", - "note_cloned": "筆記 \"{{clonedTitle}}\" 已克隆至 \"{{targetTitle}}\"" - }, - "confirm": { - "confirmation": "確認", - "cancel": "取消", - "ok": "確定", - "are_you_sure_remove_note": "確定要從關聯圖中移除筆記 \"{{title}}\" ? ", - "if_you_dont_check": "如果不勾選此項,筆記將僅從關聯圖中移除。", - "also_delete_note": "同時刪除筆記" - }, - "delete_notes": { - "delete_notes_preview": "刪除筆記預覽", - "delete_all_clones_description": "同時刪除所有克隆(可以在最近修改中撤消)", - "erase_notes_description": "通常(軟)刪除僅標記筆記為已刪除,可以在一段時間內透過最近修改對話方塊撤消。勾選此選項將立即擦除筆記,無法撤銷。", - "erase_notes_warning": "永久擦除筆記(無法撤銷),包括所有克隆。這將強制應用程式重新載入。", - "notes_to_be_deleted": "將刪除以下筆記 ({{notesCount}})", - "no_note_to_delete": "沒有筆記將被刪除(僅克隆)。", - "broken_relations_to_be_deleted": "將刪除以下關聯並斷開連接 ({{ relationCount}})", - "cancel": "取消", - "ok": "確定", - "deleted_relation_text": "筆記 {{- note}}(將被刪除的筆記)被以下關聯 {{- relation}} 引用,來自 {{- source}}。", - "close": "關閉" - }, - "export": { - "export_note_title": "匯出筆記", - "close": "關閉", - "export_type_subtree": "此筆記及其所有子筆記", - "format_html_zip": "HTML ZIP 封存 - 建議使用此選項,因為它保留了所有格式。", - "format_markdown": "Markdown - 保留大部分格式。", - "format_opml": "OPML - 大綱交換格式,僅限文字。不包括格式、圖片和檔案。", - "opml_version_1": "OPML v1.0 - 僅限純文字", - "opml_version_2": "OPML v2.0 - 還允許 HTML", - "export_type_single": "僅此筆記,不包括子筆記", - "export": "匯出", - "choose_export_type": "請先選擇匯出類型", - "export_status": "匯出狀態", - "export_in_progress": "正在匯出:{{progressCount}}", - "export_finished_successfully": "成功匯出。", - "format_html": "HTML - 推薦,因為它保留了所有格式", - "format_pdf": "PDF - 用於列印或與他人分享。", - "share-format": "HTML 網頁發佈——使用與共享筆記相同的佈景主題,但可發佈為靜態網站。" - }, - "help": { - "noteNavigation": "筆記導航", - "goUpDown": "在筆記列表中向上 / 向下移動", - "collapseExpand": "收摺 / 展開節點", - "notSet": "未設定", - "goBackForwards": "在歷史記錄中前後移動", - "showJumpToNoteDialog": "顯示\"跳轉至\" 對話方塊", - "scrollToActiveNote": "捲動至使用中筆記", - "jumpToParentNote": "跳轉至父級筆記", - "collapseWholeTree": "收摺整個筆記樹", - "collapseSubTree": "收摺子階層", - "tabShortcuts": "標籤快捷鍵", - "onlyInDesktop": "僅在桌面版(以 Electron 構建)中", - "openEmptyTab": "打開空白分頁", - "closeActiveTab": "關閉使用中分頁", - "activateNextTab": "切換至下一個分頁", - "activatePreviousTab": "切換至上一個分頁", - "creatingNotes": "新增筆記", - "createNoteAfter": "在使用中筆記後新增筆記", - "createNoteInto": "在使用中筆記中新增新子筆記", - "editBranchPrefix": "編輯使用中筆記克隆的前綴", - "movingCloningNotes": "移動 / 克隆筆記", - "moveNoteUpDown": "在筆記列表中向上 / 向下移動筆記", - "moveNoteUpHierarchy": "在層級結構中向上移動筆記", - "multiSelectNote": "多選上 / 下筆記", - "selectAllNotes": "選擇目前級別的所有筆記", - "selectNote": "選擇筆記", - "copyNotes": "將使用中筆記(或目前選擇)複製到剪貼簿(用於克隆)", - "cutNotes": "將目前筆記(或目前選擇)剪下到剪貼簿(用於移動筆記)", - "pasteNotes": "將筆記貼上為使用中筆記的子筆記(根據是複製還是剪下至剪貼簿來決定是移動還是克隆)", - "deleteNotes": "刪除筆記 / 子階層", - "editingNotes": "編輯筆記", - "editNoteTitle": "在筆記樹中,焦點會從筆記樹切換至筆記標題。按下 Enter 鍵會將焦點從筆記標題切換至文字編輯器。按下 Ctrl+. 會將焦點從編輯器切換回筆記樹。", - "createEditLink": "新增 / 編輯外部連結", - "createInternalLink": "新增內部連結", - "followLink": "跟隨游標下的連結", - "insertDateTime": "在插入點插入目前日期和時間", - "jumpToTreePane": "跳轉至筆記樹面板並捲動至使用中筆記", - "markdownAutoformat": "類 Markdown自動格式化", - "headings": "##, ###, #### 等,後跟空格,自動轉換為標題", - "bulletList": "*- 後跟空格,自動轉換為項目符號列表", - "numberedList": "1. or 1) 後跟空格,自動轉換為編號列表", - "blockQuote": "一行以 > 開頭並後跟空格,自動轉換為區塊引用", - "troubleshooting": "故障排除", - "reloadFrontend": "重新載入Trilium前端", - "showDevTools": "顯示開發者工具", - "showSQLConsole": "顯示 SQL 控制台", - "other": "其他", - "quickSearch": "定位至快速搜尋框", - "inPageSearch": "頁面內搜尋", - "title": "列表", - "newTabNoteLink": "在新分頁開啟筆記連結", - "newTabWithActivationNoteLink": "在新分頁開啟並切換至筆記連結", - "editShortcuts": "編輯鍵盤快捷鍵" - }, - "import": { - "importIntoNote": "匯入至筆記", - "chooseImportFile": "選擇檔案匯入", - "importDescription": "所選檔案的內容將作為子筆記匯入至", - "options": "選項", - "safeImportTooltip": "Trilium .zip 匯出的檔案可能包含可能有害的可執行腳本。安全匯入將停用所有匯入腳本的自動執行。僅當您完全信任匯入的可執行腳本的內容時,才取消勾選「安全匯入」。", - "safeImport": "安全匯入", - "explodeArchivesTooltip": "如果勾選此項,則 Trilium 將讀取.zip.enex.opml文件,並從這些封存文件內部的檔案新增筆記。如果未勾選,則 Trilium 會將這些封存文件本身附加至筆記中。", - "explodeArchives": "讀取.zip.enex.opml封存文件的內容。", - "shrinkImagesTooltip": "

如果勾選此選項,Trilium 將嘗試透過縮放和最佳化來縮小匯入的圖片,這可能會影響圖片的觀看品質。如果未勾選,圖片將不做修改直接匯入。

這不適用於帶有詮釋資料的.zip匯入,因為這些文件被認為已最佳化。

", - "shrinkImages": "壓縮圖片", - "textImportedAsText": "如果元數據不明確,將HTML、Markdown和TXT匯入為文字筆記", - "codeImportedAsCode": "如果詮釋資料不明確,將識別的程式碼檔案(例如.json)匯入為程式碼筆記", - "replaceUnderscoresWithSpaces": "在匯入的筆記名稱中將下劃線替換為空格", - "import": "匯入", - "failed": "匯入失敗: {{message}}.", - "html_import_tags": { - "title": "匯入 HTML 標籤", - "description": "設定在匯入筆記時應保留的 HTML 標籤。不在此列表中的標籤將在匯入過程中被移除。一些標籤(例如 'script')為了安全性會始終被移除。", - "placeholder": "輸入 HTML 標籤,每行一個", - "reset_button": "重設為預設列表" + "clone_to": { + "clone_notes_to": "克隆筆記至…", + "help_on_links": "連結說明", + "notes_to_clone": "要克隆的筆記", + "target_parent_note": "目標父級筆記", + "search_for_note_by_its_name": "依名稱搜尋筆記", + "cloned_note_prefix_title": "克隆的筆記將在筆記樹中顯示給定的前綴", + "prefix_optional": "前綴(可選)", + "clone_to_selected_note": "克隆至所選的筆記", + "no_path_to_clone_to": "沒有克隆路徑。", + "note_cloned": "筆記 \"{{clonedTitle}}\" 已克隆至 \"{{targetTitle}}\"" }, - "import-status": "匯入狀態", - "in-progress": "正在匯入:{{progress}}", - "successful": "匯入成功。", - "importZipRecommendation": "匯入 ZIP 檔案時,筆記層級將反映壓縮檔內的子目錄結構。" - }, - "include_note": { - "dialog_title": "內嵌筆記", - "label_note": "筆記", - "placeholder_search": "依名稱搜尋筆記", - "box_size_prompt": "內嵌筆記的框大小:", - "box_size_small": "小型(顯示大約 10 行)", - "box_size_medium": "中型 (顯示大約30行)", - "box_size_full": "完整顯示(完整文字框)", - "button_include": "內嵌筆記" - }, - "info": { - "modalTitle": "資訊消息", - "closeButton": "關閉", - "okButton": "確定", - "copy_to_clipboard": "複製到剪貼簿" - }, - "jump_to_note": { - "search_button": "全文搜尋", - "search_placeholder": "依名稱或類型查詢筆記或按 > 查看命令…" - }, - "markdown_import": { - "dialog_title": "Markdown 匯入", - "modal_body_text": "由於瀏覽器沙盒的限制,無法直接從 JavaScript 讀取剪貼簿內容。請將要匯入的 Markdown 文字貼上至下面的文字框中,然後點擊匯入按鈕", - "import_button": "匯入", - "import_success": "已成功匯入 Markdown 文件內容。" - }, - "move_to": { - "dialog_title": "移動筆記至…", - "notes_to_move": "需要移動的筆記", - "target_parent_note": "目標父級筆記", - "search_placeholder": "透過名稱搜尋筆記", - "move_button": "移動至所選的筆記", - "error_no_path": "沒有可以移動至的路徑。", - "move_success_message": "已移動所選筆記至 " - }, - "note_type_chooser": { - "modal_title": "選擇筆記類型", - "modal_body": "選擇新筆記的類型或模板:", - "templates": "模板", - "change_path_prompt": "變更建立新筆記的位置:", - "search_placeholder": "依名稱搜尋路徑(若為空則預設)", - "builtin_templates": "內建模板" - }, - "password_not_set": { - "title": "密碼未設定", - "body1": "受保護的筆記使用用戶密碼加密,但密碼尚未設定。", - "body2": "若要保護筆記,請按一下下面的按鈕開啟「選項」對話方塊並設定密碼。", - "go_to_password_options": "移動至密碼選項" - }, - "prompt": { - "title": "提示", - "ok": "確定", - "defaultTitle": "提示" - }, - "protected_session_password": { - "modal_title": "受保護的作業階段", - "help_title": "關於受保護筆記的說明", - "close_label": "關閉", - "form_label": "輸入密碼進入受保護的作業階段以繼續:", - "start_button": "開始受保護的作業階段" - }, - "recent_changes": { - "title": "最近修改", - "erase_notes_button": "立即清理已刪除的筆記", - "deleted_notes_message": "已清理刪除的筆記。", - "no_changes_message": "暫無修改…", - "undelete_link": "取消刪除", - "confirm_undelete": "您確定要還原此筆記及其子筆記嗎?" - }, - "revisions": { - "note_revisions": "筆記歷史版本", - "delete_all_revisions": "刪除此筆記的所有歷史版本", - "delete_all_button": "刪除所有歷史版本", - "help_title": "關於筆記歷史版本的說明", - "confirm_delete_all": "您是否要刪除此筆記的所有歷史版本?", - "no_revisions": "此筆記暫無歷史版本…", - "confirm_restore": "您是否要還原此歷史版本?這將使用此歷史版本覆寫筆記的目前標題和內容。", - "confirm_delete": "您是否要刪除此歷史版本?", - "revisions_deleted": "已刪除筆記歷史版本。", - "revision_restored": "已還原筆記歷史版本。", - "revision_deleted": "已刪除筆記歷史版本。", - "snapshot_interval": "筆記快照儲存間隔: {{seconds}}秒。", - "maximum_revisions": "目前筆記的最大歷史數量: {{number}}。", - "settings": "筆記歷史設定", - "download_button": "下載", - "mime": "MIME類型: ", - "file_size": "檔案大小:", - "preview_not_available": "無法預覽此類型的筆記。", - "restore_button": "還原", - "delete_button": "刪除", - "diff_on": "顯示差異", - "diff_off": "顯示內容", - "diff_on_hint": "點擊以顯示筆記原始碼差異", - "diff_off_hint": "點擊以顯示筆記內容", - "diff_not_available": "差異不可用。" - }, - "sort_child_notes": { - "sort_children_by": "依…排序子筆記", - "sorting_criteria": "排序條件", - "title": "標題", - "date_created": "新增日期", - "date_modified": "修改日期", - "sorting_direction": "排序方向", - "ascending": "升冪", - "descending": "降冪", - "folders": "資料夾", - "sort_folders_at_top": "將資料夾置頂排序", - "natural_sort": "自然排序", - "sort_with_respect_to_different_character_sorting": "根據不同語言或地區的字符排序和排序規則排序。", - "natural_sort_language": "自然排序語言", - "the_language_code_for_natural_sort": "自然排序的語言程式碼,例如繁體中文的 \"zh-TW\"。", - "sort": "排序" - }, - "upload_attachments": { - "upload_attachments_to_note": "上傳附件至筆記", - "choose_files": "選擇檔案", - "files_will_be_uploaded": "檔案將作為附件上傳至 {{noteTitle}}", - "options": "選項", - "shrink_images": "縮小圖片", - "upload": "上傳", - "tooltip": "如果您勾選此選項,Trilium 將嘗試透過縮放和最佳化來縮小上傳的圖片,這可能會影響圖片的觀看品質。如果未勾選,則將不進行修改直接上傳圖片。" - }, - "attribute_detail": { - "attr_detail_title": "屬性內容標題", - "close_button_title": "取消修改並關閉", - "attr_is_owned_by": "屬性所有者", - "attr_name_title": "屬性名稱只能由字母、數字、冒號和下劃線組成", - "name": "名稱", - "value": "值", - "target_note_title": "關聯是來源筆記和目標筆記之間的命名連接。", - "target_note": "目標筆記", - "promoted_title": "升級屬性在筆記上突出顯示。", - "promoted": "升級", - "promoted_alias_title": "在升級屬性界面中顯示的名稱。", - "promoted_alias": "別名", - "multiplicity_title": "多重性定義了可以新增的含有相同名稱的屬性的數量 - 最多為 1 或多於 1。", - "multiplicity": "多重性", - "single_value": "單值", - "multi_value": "多重值", - "label_type_title": "標籤類型將幫助 Trilium 選擇適合的界面來輸入標籤值。", - "label_type": "類型", - "text": "文字", - "number": "數字", - "boolean": "布林值", - "date": "日期", - "date_time": "日期和時間", - "time": "時間", - "url": "網址", - "precision_title": "值設定界面中浮點數後的位數。", - "precision": "精度", - "digits": "位數", - "inverse_relation_title": "可選設定,定義此關聯與哪個關聯相反。例如:父級 - 子級是彼此的反向關聯。", - "inverse_relation": "反向關聯", - "inheritable_title": "可繼承屬性將被繼承至此樹下的所有後代。", - "inheritable": "可繼承", - "save_and_close": "儲存並關閉 Ctrl+Enter", - "delete": "刪除", - "related_notes_title": "含有此標籤的其他筆記", - "more_notes": "更多筆記", - "label": "標籤內容", - "label_definition": "標籤定義內容", - "relation": "關聯內容", - "relation_definition": "關聯定義內容", - "disable_versioning": "禁用自動版本控制。適用於例如大型但不重要的筆記 - 例如用於腳本編寫的大型JS庫", - "calendar_root": "標記應用作為每日筆記的根。只應標記一個筆記。", - "archived": "含有此標籤的筆記預設在搜尋結果中不可見(也適用於跳轉至、新增連結對話方塊等)。", - "exclude_from_export": "筆記(及其子階層)不會包含在任何匯出的筆記中", - "run": "定義腳本應運行的事件。可能的值包括:\n
    \n
  • frontendStartup - Trilium前端啟動時(或重新整理時),但不會在移動端執行。
  • \n
  • mobileStartup - Trilium前端啟動時(或重新整理時), 在行動端會執行。
  • \n
  • backendStartup - Trilium後端啟動時
  • \n
  • hourly - 每小時運行一次。您可以使用附加標籤runAtHour指定小時。
  • \n
  • daily - 每天運行一次
  • \n
", - "run_on_instance": "定義應在哪個 Trilium 實例上運行。預設為所有實例。", - "run_at_hour": "應在哪個小時運行。應與#run=hourly一起使用。可以多次定義,以便一天內運行多次。", - "disable_inclusion": "含有此標籤的腳本不會包含在父腳本執行中。", - "sorted": "依標題字母順序保持子筆記排序", - "sort_direction": "ASC(預設)或 DESC", - "sort_folders_first": "資料夾(含有子筆記的筆記)應排在頂部", - "top": "在其父級中保留給定筆記在頂部(僅適用於排序的父級)", - "hide_promoted_attributes": "隱藏此筆記上的升級屬性", - "read_only": "編輯器處於唯讀模式。僅適用於文字和程式碼筆記。", - "auto_read_only_disabled": "文字 / 程式碼筆記可以在太大時自動設定為唯讀模式。您可以透過向筆記新增此標籤來對單個筆記單獨設定禁用唯讀。", - "app_css": "標記載入至 Trilium 應用程式中的 CSS 筆記,因此可以用於修改 Trilium 的外觀。", - "app_theme": "標記為完整的 Trilium 主題的 CSS 筆記,因此可以在 Trilium 選項中使用。", - "css_class": "該標籤的值將作為 CSS 類新增至樹中表示給定筆記的節點。這對於進階主題設定非常有用。可用於模板筆記。", - "icon_class": "該標籤的值將作為 CSS 類新增至樹中圖標上,有助於從視覺上區分筆記樹裡的筆記。比如可以是 bx bx-home——圖標來自 boxicons。可用於模板筆記。", - "page_size": "筆記列表中每頁的項目數", - "custom_request_handler": "請參閱自訂請求處理程序", - "custom_resource_provider": "請參閱自訂請求處理程序", - "widget": "將此筆記標記為將新增至 Trilium 元件樹中的自訂元件", - "workspace": "將此筆記標記為允許輕鬆聚焦的工作區", - "workspace_icon_class": "定義在選項卡中聚焦至此筆記時將使用的框圖圖標 CSS 類", - "workspace_tab_background_color": "聚焦至此筆記時在筆記選項卡中使用的CSS顏色", - "workspace_calendar_root": "定義每個工作區的日曆根", - "workspace_template": "在新增新筆記時,此筆記將出現在可用模板的選擇中,但僅當聚焦至包含此模板的工作區時", - "search_home": "新的搜尋筆記將作為此筆記的子筆記新增", - "workspace_search_home": "當聚焦至此工作區筆記的某個祖先時,新的搜尋筆記將作為此筆記的子筆記新增", - "inbox": "使用側邊欄中的「新建筆記」按鈕新增筆記時,預設收件匣位置。筆記將作為標有 #inbox 標籤的筆記的子筆記新增。", - "workspace_inbox": "當聚焦至此工作區筆記的某個父級筆記時,新筆記的預設收件匣位置", - "sql_console_home": "SQL 控制台筆記的預設位置", - "bookmark_folder": "含有此標籤的筆記將作為資料夾出現在書籤中(允許訪問其子筆記)", - "share_hidden_from_tree": "此筆記從左側導航樹中隱藏,但仍可透過其URL訪問", - "share_external_link": "筆記將在分享樹中作為指向外部網站的連結", - "share_alias": "使用此別名定義將在 https://您的trilium域名/share/[別名] 下可用的筆記", - "share_omit_default_css": "將省略預設的分享頁面CSS。當您進行廣泛的樣式修改時使用。", - "share_root": "標記作為在 /share 地址分享的根節點筆記。", - "share_description": "定義要新增至 HTML meta 標籤以供描述的文字", - "share_raw": "筆記將以其原始格式提供,不帶 HTML 包裝器", - "share_disallow_robot_indexing": "將透過X-Robots-Tag: noindex標頭禁止爬蟲機器人索引此筆記", - "share_credentials": "需要憑證才能訪問此分享筆記。值應以'username:password'格式提供。請勿忘記使其可繼承以套用於子筆記 / 圖片。", - "share_index": "含有此標籤的筆記將列出所有分享筆記的根", - "display_relations": "應顯示的逗號分隔關聯名稱。將隱藏所有其他關聯。", - "hide_relations": "應隱藏的逗號分隔關聯名稱。將顯示所有其他關聯。", - "title_template": "新增為此筆記的子筆記時的預設標題。該值將作為 JavaScript 字串評估\n 並因此可以透過注入的 nowparentNote 變數豐富動態內容。範例:\n \n
    \n
  • ${parentNote.getLabelValue('authorName')}的文學作品
  • \n
  • Log for ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n 有關詳細資訊,請參見詳細資訊 wiki,API 文件parentNotenow。", - "template": "新增新筆記時將出現在可用模板的選擇中的筆記", - "toc": "#toc#toc=show將強制顯示目錄。 #toc=hide將強制隱藏它。如果標籤不存在,則依照全域設定", - "color": "定義筆記樹、連結等中筆記的顏色。使用任何有效的CSS顏色值,如'red'或#a13d5f", - "keyboard_shortcut": "定義立即跳轉至此筆記的鍵盤快捷鍵。示例:'ctrl+alt+e'。需要前端重新載入才能生效。", - "keep_current_hoisting": "即使筆記不在目前聚焦的子階層中顯示,打開此連結也不會修改聚焦。", - "execute_button": "將執行目前程式碼筆記按鈕的標題", - "execute_description": "目前程式碼筆記更長的描述與執行按鈕一同顯示", - "exclude_from_note_map": "含有此標籤的筆記將從筆記地圖中隱藏", - "new_notes_on_top": "新筆記將新增在父級筆記的頂部,而不是底部。", - "hide_highlight_widget": "隱藏高亮列表元件", - "run_on_note_creation": "在後端新增筆記時執行。如果要為在特定子階層下新增的所有筆記運行腳本,請使用此關聯。在這種情況下,在子階層根筆記上新增它並使其可繼承。在子階層中的任何深度新增新筆記都會觸發腳本。", - "run_on_child_note_creation": "當新增新的子筆記時執行", - "run_on_note_title_change": "當筆記標題修改時執行(包括筆記新增)", - "run_on_note_content_change": "當筆記內容修改時執行(包括筆記新增)。", - "run_on_note_change": "當筆記修改時執行(包括筆記新增)。不包括內容修改", - "run_on_note_deletion": "在刪除筆記時執行", - "run_on_branch_creation": "在新增分支時執行。分支是父級筆記和子筆記之間的連結,並且在克隆或移動筆記時新增。", - "run_on_branch_change": "在分支更新時執行。", - "run_on_branch_deletion": "在刪除分支時執行。分支是父級筆記和子筆記之間的連結,例如在移動筆記時刪除(刪除舊的分支 / 連結)。", - "run_on_attribute_creation": "在為定義此關聯的筆記新增新屬性時執行", - "run_on_attribute_change": " 當修改定義此關聯的筆記的屬性時執行。刪除屬性時也會觸發此操作。", - "relation_template": "即使沒有上下級關係,筆記的屬性也將繼承。如果為空,則筆記的內容和子階層將新增至實例筆記中。有關詳細資訊,請參見文檔。", - "inherit": "即使沒有上下級關係,筆記的屬性也將繼承。有關類似概念的模板關係,請參見模板關係。請參閱文檔中的屬性繼承。", - "render_note": "「渲染HTML筆記」類型的筆記將使用程式碼筆記(HTML或腳本)進行呈現,因此需要指定要渲染的筆記", - "widget_relation": "此關聯的目標將作為側邊欄中的元件執行和呈現", - "share_css": "將注入分享頁面的CSS筆記。CSS筆記也必須位於分享子階層中。可以考慮一並使用'share_hidden_from_tree'和'share_omit_default_css'。", - "share_js": "將注入分享頁面的JavaScript筆記。JS筆記也必須位於分享子階層中。可以考慮一並使用'share_hidden_from_tree'。", - "share_template": "用作顯示分享筆記的模板的嵌入式JavaScript筆記。如果沒有,將回退至預設模板。可以考慮一並使用'share_hidden_from_tree'。", - "share_favicon": "在分享頁面中設定的favicon筆記。一般需要將它設定為分享和可繼承。Favicon筆記也必須位於分享子階層中。可以考慮一並使用'share_hidden_from_tree'。", - "is_owned_by_note": "由此筆記所有", - "other_notes_with_name": "其他含有 {{attributeType}} 名為 \"{{attributeName}}\" 的的筆記", - "and_more": "…以及另外 {{count}} 個。", - "app_theme_base": "設定為 \"next\"、\"next-light \" 或 \"next-dark\",以使用相應的 TriliumNext 主題(自動、淺色或深色)作為自訂主題的基礎,而非傳統主題。", - "print_landscape": "匯出為 PDF 時,將頁面方向更改為橫向而非縱向。", - "print_page_size": "在匯出 PDF 時更改頁面大小。支援的值:A0A1A2A3A4A5A6LegalLetterTabloidLedger。", - "color_type": "顏色" - }, - "attribute_editor": { - "help_text_body1": "要新增標籤,只需輸入例如 #rock 或者如果您還想新增值,則例如 #year = 2020", - "help_text_body2": "對於關聯,請輸入 ~author = @,這將顯示一個自動完成列表,您可以查找所需的筆記。", - "help_text_body3": "您也可以使用右側的 + 按鈕新增標籤和關聯。", - "save_attributes": "儲存屬性 ", - "add_a_new_attribute": "新增屬性", - "add_new_label": "新增標籤 ", - "add_new_relation": "新增關聯 ", - "add_new_label_definition": "新增新標籤定義", - "add_new_relation_definition": "新增新關聯定義", - "placeholder": "在此輸入標籤和關聯" - }, - "abstract_bulk_action": { - "remove_this_search_action": "刪除此搜尋操作" - }, - "execute_script": { - "execute_script": "執行腳本", - "help_text": "您可以在匹配的筆記上執行簡單的腳本。", - "example_1": "例如,要在筆記標題後附加字串,請使用以下腳本:", - "example_2": "更複雜的例子,刪除所有匹配的筆記屬性:" - }, - "add_label": { - "add_label": "新增標籤", - "label_name_placeholder": "標籤名稱", - "label_name_title": "允許使用字母、數字、下劃線和冒號。", - "to_value": "值為", - "new_value_placeholder": "新值", - "help_text": "在所有匹配的筆記上:", - "help_text_item1": "如果筆記尚無此標籤,則新增給定的標籤", - "help_text_item2": "或更改現有標籤的值", - "help_text_note": "您也可以在不指定值的情況下調用此方法,這種情況下,標籤將分配給沒有值的筆記。" - }, - "delete_label": { - "delete_label": "刪除標籤", - "label_name_placeholder": "標籤名稱", - "label_name_title": "允許使用字母、數字、下劃線和冒號。" - }, - "rename_label": { - "rename_label": "重新命名標籤", - "rename_label_from": "重新命名標籤從", - "old_name_placeholder": "舊名稱", - "to": "改為", - "new_name_placeholder": "新名稱", - "name_title": "允許使用字母、數字、下劃線和冒號。" - }, - "update_label_value": { - "update_label_value": "更新標籤值", - "label_name_placeholder": "標籤名稱", - "label_name_title": "允許使用字母、數字、下劃線和冒號。", - "to_value": "值為", - "new_value_placeholder": "新值", - "help_text": "在所有匹配的筆記上,更改現有標籤的值。", - "help_text_note": "您也可以在不指定值的情況下調用此方法,這種情況下,標籤將分配給沒有值的筆記。" - }, - "delete_note": { - "delete_note": "刪除筆記", - "delete_matched_notes": "刪除匹配的筆記", - "delete_matched_notes_description": "這將刪除匹配的筆記。", - "undelete_notes_instruction": "刪除後,可以從「最近修改」對話方塊中還原它們。", - "erase_notes_instruction": "要永久擦除筆記,您可以在刪除後至「選項」→「其他」,然後點擊「立即擦除已刪除的筆記」按鈕。" - }, - "delete_revisions": { - "delete_note_revisions": "刪除筆記歷史", - "all_past_note_revisions": "所有匹配筆記的過去歷史都將被刪除。筆記本身將完全保留。換句話說,筆記的歷史將被刪除。" - }, - "move_note": { - "move_note": "移動筆記", - "to": "到", - "target_parent_note": "目標父級筆記", - "on_all_matched_notes": "對於所有匹配的筆記", - "move_note_new_parent": "如果筆記只有一個父級(即舊分支被移除並新增新分支至新父級),則將筆記移動至新父級", - "clone_note_new_parent": "如果筆記有多個克隆 / 分支(不清楚應該移除哪個分支),則將筆記克隆至新父級", - "nothing_will_happen": "如果筆記無法移動至目標筆記(即這會新增一個樹循環),則不會發生任何事情" - }, - "rename_note": { - "rename_note": "重新命名筆記", - "rename_note_title_to": "重新命名筆記標題為", - "new_note_title": "新筆記標題", - "click_help_icon": "點擊右側的說明圖示查看所有選項", - "evaluated_as_js_string": "給定的值被認為是 JavaScript 字串,因此可以透過注入的 note 變數(正在重新命名的筆記)豐富動態內容。 例如:", - "example_note": "Note - 所有匹配的筆記都被重新命名為「Note」", - "example_new_title": "NEW: ${note.title} - 匹配的筆記標題以「NEW: 」為前綴", - "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - 匹配的筆記以筆記的新增月份-日期為前綴", - "api_docs": "有關詳細資訊,請參閱筆記及其dateCreatedObj / utcDateCreatedObj 屬性的API文檔。" - }, - "add_relation": { - "add_relation": "新增關聯", - "relation_name": "關聯名稱", - "allowed_characters": "允許的字符為字母數字、下劃線和冒號。", - "to": "到", - "target_note": "目標筆記", - "create_relation_on_all_matched_notes": "在所有匹配的筆記上新增指定的關聯。" - }, - "delete_relation": { - "delete_relation": "刪除關聯", - "relation_name": "關聯名稱", - "allowed_characters": "允許的字符為字母數字、下劃線和冒號。" - }, - "rename_relation": { - "rename_relation": "重新命名關聯", - "rename_relation_from": "重新命名關聯,從", - "old_name": "舊名稱", - "to": "改為", - "new_name": "新名稱", - "allowed_characters": "允許的字符為字母數字、下劃線和冒號。" - }, - "update_relation_target": { - "update_relation": "更新關聯", - "relation_name": "關聯名稱", - "allowed_characters": "允許的字符為字母數字、下劃線和冒號。", - "to": "到", - "target_note": "目標筆記", - "on_all_matched_notes": "在所有匹配的筆記上", - "change_target_note": "或更改現有關聯的目標筆記", - "update_relation_target": "更新關聯目標" - }, - "attachments_actions": { - "open_externally": "以外部程式打開", - "open_externally_title": "檔案將會在外部應用程式中打開並監視其更改。然後您可以將修改後的版本上傳回 Trilium。", - "open_custom": "自訂打開方式", - "open_custom_title": "檔案將會在外部應用程式中打開並監視其更改。然後您可以將修改後的版本上傳回 Trilium。", - "download": "下載", - "rename_attachment": "重新命名附件", - "upload_new_revision": "上傳新版本", - "copy_link_to_clipboard": "複製連結至剪貼簿", - "convert_attachment_into_note": "將附件轉換為筆記", - "delete_attachment": "刪除附件", - "upload_success": "已上傳新附件版本。", - "upload_failed": "新附件版本上傳失敗。", - "open_externally_detail_page": "外部打開附件僅在詳細頁面中可用,請首先點擊附件詳細資訊,然後重復此操作。", - "open_custom_client_only": "自訂打開附件只能透過桌面版完成。", - "delete_confirm": "您確定要刪除附件 '{{title}}' 嗎?", - "delete_success": "附件 '{{title}}' 已被刪除。", - "convert_confirm": "您確定要將附件 '{{title}}' 轉換為單獨的筆記嗎?", - "convert_success": "附件 '{{title}}' 已轉換為筆記。", - "enter_new_name": "請輸入附件的新名稱" - }, - "calendar": { - "mon": "一", - "tue": "二", - "wed": "三", - "thu": "四", - "fri": "五", - "sat": "六", - "sun": "日", - "cannot_find_day_note": "無法找到日記", - "january": "一月", - "february": "二月", - "march": "三月", - "april": "四月", - "may": "五月", - "june": "六月", - "july": "七月", - "august": "八月", - "september": "九月", - "october": "十月", - "november": "十一月", - "december": "十二月", - "cannot_find_week_note": "無法找到週記", - "week": "週", - "week_previous": "上週", - "week_next": "下週", - "month": "月", - "month_previous": "上個月", - "month_next": "下個月", - "year": "年", - "year_previous": "前一年", - "year_next": "後一年", - "list": "列表", - "today": "今天" - }, - "close_pane_button": { - "close_this_pane": "關閉此面板" - }, - "create_pane_button": { - "create_new_split": "分割頁面" - }, - "edit_button": { - "edit_this_note": "編輯此筆記" - }, - "show_toc_widget_button": { - "show_toc": "顯示目錄" - }, - "show_highlights_list_widget_button": { - "show_highlights_list": "顯示高亮列表" - }, - "global_menu": { - "menu": "選單", - "options": "選項", - "open_new_window": "打開新視窗", - "switch_to_mobile_version": "切換至行動版", - "switch_to_desktop_version": "切換至桌面版", - "zoom": "縮放", - "toggle_fullscreen": "切換全螢幕", - "zoom_out": "縮小", - "reset_zoom_level": "重置縮放級別", - "zoom_in": "放大", - "configure_launchbar": "設定啟動欄", - "show_shared_notes_subtree": "顯示分享筆記子階層", - "advanced": "進階", - "open_dev_tools": "打開開發者工具", - "open_sql_console": "打開 SQL 控制台", - "open_sql_console_history": "打開 SQL 控制台歷史記錄", - "open_search_history": "打開搜尋歷史", - "show_backend_log": "顯示後台日誌", - "reload_hint": "重新載入可以幫助解決一些視覺故障,而無需重新啟動整個應用程式。", - "reload_frontend": "重新載入前端", - "show_hidden_subtree": "顯示隱藏的子階層", - "show_help": "顯示說明", - "about": "關於 TriliumNext 筆記", - "logout": "登出", - "show-cheatsheet": "顯示快捷鍵說明", - "toggle-zen-mode": "禪模式", - "new-version-available": "發現新更新", - "download-update": "取得版本 {{latestVersion}}" - }, - "sync_status": { - "unknown": "

同步狀態將在下一次同步嘗試開始後顯示。

點擊以立即觸發同步。

", - "connected_with_changes": "

已連接至同步伺服器。
有一些未同步的變更。

點擊以觸發同步。

", - "connected_no_changes": "

已連接至同步伺服器。
所有變更均已同步。

點擊以觸發同步。

", - "disconnected_with_changes": "

連接同步伺服器失敗。
有一些未同步的變更。

點擊以觸發同步。

", - "disconnected_no_changes": "

連接同步伺服器失敗。
所有已知變更均已同步。

點擊以觸發同步。

", - "in_progress": "正在與伺服器進行同步。" - }, - "left_pane_toggle": { - "show_panel": "顯示面板", - "hide_panel": "隱藏面板" - }, - "move_pane_button": { - "move_left": "向左移動", - "move_right": "向右移動" - }, - "note_actions": { - "convert_into_attachment": "轉換為附件", - "re_render_note": "重新渲染筆記", - "search_in_note": "在筆記中搜尋", - "note_source": "筆記原始碼", - "note_attachments": "筆記附件", - "open_note_externally": "用外部程式打開筆記", - "open_note_externally_title": "檔案將在外部應用程式中打開並監視其更改。然後您可以將修改後的版本上傳回 Trilium。", - "open_note_custom": "使用自訂程式打開筆記", - "import_files": "匯入檔案", - "export_note": "匯出筆記", - "delete_note": "刪除筆記", - "print_note": "列印筆記", - "save_revision": "儲存筆記歷史", - "convert_into_attachment_failed": "筆記 '{{title}}' 轉換失敗。", - "convert_into_attachment_successful": "筆記 '{{title}}' 已成功轉換為附件。", - "convert_into_attachment_prompt": "確定要將筆記 '{{title}}' 轉換為父級筆記的附件嗎?", - "print_pdf": "匯出為 PDF…", - "open_note_on_server": "在伺服器上開啟筆記", - "view_revisions": "筆記歷史版本...", - "advanced": "進階", - "export_as_image": "匯出為圖片", - "export_as_image_png": "PNG (點陣)", - "export_as_image_svg": "SVG (向量)", - "note_map": "筆記地圖" - }, - "onclick_button": { - "no_click_handler": "按鈕元件'{{componentId}}'沒有定義點擊時的處理方式" - }, - "protected_session_status": { - "active": "已進入受保護的作業階段。點擊退出受保護的作業階段。", - "inactive": "點擊進入受保護的作業階段" - }, - "revisions_button": { - "note_revisions": "筆記歷史版本" - }, - "update_available": { - "update_available": "有更新可用" - }, - "note_launcher": { - "this_launcher_doesnt_define_target_note": "此啟動器未定義目標筆記。" - }, - "code_buttons": { - "execute_button_title": "執行腳本", - "trilium_api_docs_button_title": "打開 Trilium API 文件", - "save_to_note_button_title": "儲存至筆記", - "opening_api_docs_message": "正在打開 API 文檔…", - "sql_console_saved_message": "SQL 控制台已儲存至 {{note_path}}" - }, - "copy_image_reference_button": { - "button_title": "複製圖片引用至剪貼簿,可貼上至文字筆記中。" - }, - "hide_floating_buttons_button": { - "button_title": "隱藏按鈕" - }, - "show_floating_buttons_button": { - "button_title": "顯示按鈕" - }, - "svg_export_button": { - "button_title": "匯出 SVG 格式圖片" - }, - "relation_map_buttons": { - "create_child_note_title": "新增子筆記並添加至關聯圖", - "reset_pan_zoom_title": "重置平移和縮放至初始坐標和放大倍率", - "zoom_in_title": "放大", - "zoom_out_title": "縮小" - }, - "zpetne_odkazy": { - "relation": "關聯", - "backlink_one": "{{count}} 個反連結", - "backlink_other": "{{count}} 個反連結" - }, - "mobile_detail_menu": { - "insert_child_note": "插入子筆記", - "delete_this_note": "刪除此筆記", - "error_cannot_get_branch_id": "無法獲取 notePath '{{notePath}}' 的 branchId", - "error_unrecognized_command": "無法識別的命令 {{command}}", - "note_revisions": "筆記歷史版本", - "backlinks": "反向連結" - }, - "note_icon": { - "change_note_icon": "更改筆記圖標", - "search": "搜尋:", - "reset-default": "重置為預設圖標", - "search_placeholder_one": "在 {{count}} 個圖示包中搜尋 {{number}} 個圖示", - "search_placeholder_other": "", - "search_placeholder_filtered": "在 {{name}} 中搜尋 {{number}} 個圖示", - "filter": "篩選", - "filter-none": "所有圖示", - "filter-default": "預設圖示", - "icon_tooltip": "{{name}}\n圖示包:{{iconPack}}", - "no_results": "找不到圖示。" - }, - "basic_properties": { - "note_type": "筆記類型", - "editable": "可編輯", - "basic_properties": "基本屬性", - "language": "語言", - "configure_code_notes": "設定程式碼筆記…" - }, - "book_properties": { - "view_type": "視圖類型", - "grid": "網格", - "list": "列表", - "collapse_all_notes": "收摺所有筆記", - "collapse": "收摺", - "expand": "展開", - "invalid_view_type": "無效的查看類型 '{{type}}'", - "book_properties": "集合屬性", - "calendar": "日曆", - "table": "表格", - "geo-map": "地理地圖", - "board": "看板", - "include_archived_notes": "顯示已封存筆記", - "presentation": "簡報", - "expand_tooltip": "展開此集合的直接子級(單層深度)。按下右側箭頭以查看更多選項。", - "expand_first_level": "展開直接子級", - "expand_nth_level": "展開 {{depth}} 層", - "expand_all_levels": "展開所有層級", - "hide_child_notes": "隱藏樹中的子筆記" - }, - "edited_notes": { - "no_edited_notes_found": "今天還沒有編輯過的筆記...", - "title": "編輯過的筆記", - "deleted": "(已刪除)" - }, - "file_properties": { - "note_id": "筆記 ID", - "original_file_name": "原始檔案名稱", - "file_type": "檔案類型", - "file_size": "檔案大小", - "download": "下載", - "open": "以外部程式打開", - "upload_new_revision": "上傳新版本", - "upload_success": "已上傳新檔案版本。", - "upload_failed": "新檔案版本上傳失敗。", - "title": "檔案" - }, - "image_properties": { - "original_file_name": "原始檔案名稱", - "file_type": "檔案類型", - "file_size": "檔案大小", - "download": "下載", - "open": "打開", - "copy_reference_to_clipboard": "複製引用至剪貼簿", - "upload_new_revision": "上傳新版本", - "upload_success": "已上傳新圖片版本。", - "upload_failed": "新圖片版本上傳失敗:{{message}}", - "title": "圖片" - }, - "inherited_attribute_list": { - "title": "繼承的屬性", - "no_inherited_attributes": "沒有繼承的屬性。", - "none": "無" - }, - "note_info_widget": { - "note_id": "筆記 ID", - "created": "建立時間", - "modified": "修改時間", - "type": "類型", - "note_size": "筆記大小", - "note_size_info": "筆記大小提供了該筆記儲存需求的粗略估計。它考慮了筆記及其歷史的內容。", - "calculate": "計算", - "subtree_size": "(子階層大小: {{size}}, 共計 {{count}} 個筆記)", - "title": "筆記資訊", - "mime": "MIME 類型", - "show_similar_notes": "顯示相似筆記" - }, - "note_map": { - "open_full": "展開顯示", - "collapse": "收摺到正常大小", - "title": "筆記地圖", - "fix-nodes": "固定節點", - "link-distance": "連結距離" - }, - "note_paths": { - "title": "筆記路徑", - "clone_button": "克隆筆記至新位置...", - "intro_placed": "此筆記放置在以下路徑中:", - "intro_not_placed": "此筆記尚未放入筆記樹中。", - "outside_hoisted": "此路徑在聚焦的筆記之外,您需要取消聚焦。", - "archived": "已封存", - "search": "搜尋" - }, - "note_properties": { - "this_note_was_originally_taken_from": "筆記來源:", - "info": "資訊" - }, - "owned_attribute_list": { - "owned_attributes": "自有屬性" - }, - "promoted_attributes": { - "promoted_attributes": "升級屬性", - "url_placeholder": "http://網站連結...", - "open_external_link": "打開外部連結", - "unknown_label_type": "未知的標籤類型 '{{type}}'", - "unknown_attribute_type": "未知的屬性類型 '{{type}}'", - "add_new_attribute": "新增屬性", - "remove_this_attribute": "移除此屬性", - "unset-field-placeholder": "未設定", - "remove_color": "移除此顏色標籤" - }, - "script_executor": { - "query": "查詢", - "script": "腳本", - "execute_query": "執行查詢", - "execute_script": "執行腳本" - }, - "search_definition": { - "add_search_option": "新增搜尋選項:", - "search_string": "搜尋字串", - "search_script": "搜尋腳本", - "ancestor": "祖先", - "fast_search": "快速搜尋", - "fast_search_description": "快速搜尋選項禁用筆記內容的全文搜尋,這可能會加速大資料庫中的搜尋。", - "include_archived": "包含封存", - "include_archived_notes_description": "封存的筆記預設不包含在搜尋結果中,使用此選項將包含它們。", - "order_by": "排序方式", - "limit": "限制", - "limit_description": "限制結果數量", - "debug": "除錯", - "debug_description": "除錯將顯示額外的除錯資訊至控制台,以幫助除錯複雜查詢", - "action": "操作", - "search_button": "搜尋", - "search_execute": "搜尋並執行操作", - "save_to_note": "儲存至筆記", - "search_parameters": "搜尋參數", - "unknown_search_option": "未知的搜尋選項 {{searchOptionName}}", - "search_note_saved": "搜尋筆記已儲存至 {{- notePathTitle}}", - "actions_executed": "已執行操作。", - "view_options": "查看選項:" - }, - "similar_notes": { - "title": "相似筆記", - "no_similar_notes_found": "未找到相似的筆記。" - }, - "abstract_search_option": { - "remove_this_search_option": "刪除此搜尋選項", - "failed_rendering": "渲染搜尋選項失敗:{{dto}},錯誤資訊:{{error}},堆棧:{{stack}}" - }, - "ancestor": { - "label": "祖先", - "placeholder": "依名稱搜尋筆記", - "depth_label": "深度", - "depth_doesnt_matter": "任意", - "depth_eq": "正好是 {{count}}", - "direct_children": "直接子級", - "depth_gt": "大於 {{count}}", - "depth_lt": "小於 {{count}}" - }, - "debug": { - "debug": "除錯", - "debug_info": "除錯將印出額外的除錯資訊到控制台,以幫助除錯複雜的查詢。", - "access_info": "要訪問除錯資訊,請執行查詢並點擊左上角的「顯示後端日誌」。" - }, - "fast_search": { - "fast_search": "快速搜尋", - "description": "快速搜尋選項禁用筆記內容的全文搜尋,這可能會加快在大型資料庫中的搜尋速度。" - }, - "include_archived_notes": { - "include_archived_notes": "包括已封存的筆記" - }, - "limit": { - "limit": "限制", - "take_first_x_results": "僅取前 X 個指定結果。" - }, - "order_by": { - "order_by": "排序方式", - "relevancy": "相關性(預設)", - "title": "標題", - "date_created": "新增日期", - "date_modified": "最後修改日期", - "content_size": "筆記內容大小", - "content_and_attachments_size": "筆記內容大小(包括附件)", - "content_and_attachments_and_revisions_size": "筆記內容大小(包括附件和筆記歷史)", - "revision_count": "歷史數量", - "children_count": "子筆記數量", - "parent_count": "克隆數量", - "owned_label_count": "標籤數量", - "owned_relation_count": "關聯數量", - "target_relation_count": "指向筆記的關聯數量", - "random": "隨機順序", - "asc": "升冪(預設)", - "desc": "降冪" - }, - "search_script": { - "title": "搜尋腳本:", - "placeholder": "依名稱搜尋筆記", - "description1": "搜尋腳本允許透過運行腳本來定義搜尋結果。這在標準搜尋不足時提供了最大的靈活性。", - "description2": "搜尋腳本必須是類型為「程式碼」和子類型為「JavaScript後端」。腳本需要返回一個 noteIds 或 notes 數組。", - "example_title": "請看這個例子:", - "example_code": "// 1. 使用標準搜尋進行預過濾\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. 應用自訂搜尋條件\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", - "note": "注意,搜尋腳本和搜尋字串不能相互結合使用。" - }, - "search_string": { - "title_column": "搜尋字串:", - "placeholder": "全文關鍵詞,#標籤 = 值…", - "search_syntax": "搜尋語法", - "also_see": "另見", - "complete_help": "完整的搜尋語法說明", - "full_text_search": "只需輸入任何文字進行全文搜尋", - "label_abc": "返回帶有標籤abc的筆記", - "label_year": "匹配帶有標籤年份且值為2019的筆記", - "label_rock_pop": "匹配同時具有 rock 和 pop 標籤的筆記", - "label_rock_or_pop": "只需一個標籤存在即可", - "label_year_comparison": "數字比較(也包括>,>=,<)。", - "label_date_created": "上個月新增的筆記", - "error": "搜尋錯誤:{{error}}", - "search_prefix": "搜尋:" - }, - "attachment_detail": { - "open_help_page": "打開附件說明頁面", - "owning_note": "所屬筆記: ", - "you_can_also_open": ",您還可以打開 ", - "list_of_all_attachments": "所有附件列表", - "attachment_deleted": "該附件已被刪除。" - }, - "attachment_list": { - "open_help_page": "打開附件說明頁面", - "owning_note": "所屬筆記: ", - "upload_attachments": "上傳附件", - "no_attachments": "此筆記沒有附件。" - }, - "book": { - "no_children_help": "此類型為書籍的筆記沒有任何子筆記,因此沒有內容可顯示。請參閱 wiki 以了解詳情。", - "drag_locked_title": "鎖定編輯", - "drag_locked_message": "無法拖曳,因為此集合已被鎖定編輯。" - }, - "editable_code": { - "placeholder": "在這裡輸入您的程式碼筆記內容…" - }, - "editable_text": { - "placeholder": "在這裡輸入您的筆記內容…", - "auto-detect-language": "自動檢測", - "keeps-crashing": "編輯元件持續發生崩潰。請嘗試重新啟動 Trilium。若問題仍存在,請考慮提交錯誤報告。", - "editor_crashed_title": "文字編輯器崩潰", - "editor_crashed_content": "您的內容已成功恢復,但最近的幾項變更可能未被儲存。", - "editor_crashed_details_button": "檢視更多資訊⋯", - "editor_crashed_details_intro": "若您多次遇到此錯誤,請考慮在 GitHub 回報以下資訊。", - "editor_crashed_details_title": "技術資訊" - }, - "empty": { - "open_note_instruction": "透過在下面的輸入框中輸入筆記標題或在樹中選擇筆記來打開筆記。", - "search_placeholder": "依名稱搜尋筆記", - "enter_workspace": "進入工作區 {{title}}" - }, - "file": { - "file_preview_not_available": "此檔案格式不支援預覽。", - "too_big": "預覽僅顯示檔案的前 {{maxNumChars}} 個字元以提高性能。下載檔案並在外部打開以查看完整內容。" - }, - "protected_session": { - "enter_password_instruction": "顯示受保護的筆記需要輸入您的密碼:", - "start_session_button": "開始受保護的作業階段", - "started": "已啟動受保護的作業階段。", - "wrong_password": "密碼錯誤。", - "protecting-finished-successfully": "已成功完成保護操作。", - "unprotecting-finished-successfully": "已成功解除保護操作。", - "protecting-in-progress": "保護進行中:{{count}}", - "unprotecting-in-progress-count": "解除保護進行中:{{count}}", - "protecting-title": "保護狀態", - "unprotecting-title": "解除保護狀態" - }, - "relation_map": { - "open_in_new_tab": "在新分頁中打開", - "remove_note": "刪除筆記", - "edit_title": "編輯標題", - "rename_note": "重新命名筆記", - "enter_new_title": "輸入新的筆記標題:", - "remove_relation": "刪除關聯", - "confirm_remove_relation": "您確定要刪除這個關聯嗎?", - "specify_new_relation_name": "指定新的關聯名稱(允許的字符:字母、數字、冒號和下劃線):", - "connection_exists": "筆記之間的連接 '{{name}}' 已經存在。", - "start_dragging_relations": "從這裡開始拖動關聯,並將其放置到另一個筆記上。", - "note_not_found": "筆記 {{noteId}} 未找到!", - "cannot_match_transform": "無法匹配變換:{{transform}}", - "note_already_in_diagram": "筆記 \"{{title}}\" 已經在圖中。", - "enter_title_of_new_note": "輸入新筆記的標題", - "default_new_note_title": "新筆記", - "click_on_canvas_to_place_new_note": "點擊畫布以放置新筆記" - }, - "render": { - "note_detail_render_help_1": "之所以顯示此說明筆記,是因為該類型的渲染 HTML 沒有設定好必須的關聯。", - "note_detail_render_help_2": "渲染筆記類型用於編寫 腳本。簡單說就是您可以寫HTML程式碼(或者加上一些JavaScript程式碼), 然後這個筆記會把頁面渲染出來。要使其正常工作,您需要定義一個名為 \"renderNote\" 的 關聯 指向要呈現的 HTML 筆記。" - }, - "web_view": { - "web_view": "網頁顯示", - "embed_websites": "網頁顯示類型的筆記允許您將網站嵌入至 Trilium 中。", - "create_label": "首先,請新增一個帶有您要嵌入的 URL 地址的標籤,例如 #webViewSrc=\"https://www.bing.com\"" - }, - "backend_log": { - "refresh": "重新整理" - }, - "consistency_checks": { - "title": "檢查一致性", - "find_and_fix_button": "尋找並修復一致性問題", - "finding_and_fixing_message": "正在尋找並修復一致性問題…", - "issues_fixed_message": "一致性問題應該已被修復。" - }, - "database_anonymization": { - "title": "資料庫匿名化", - "full_anonymization": "完全匿名化", - "full_anonymization_description": "此操作將新增一個新的資料庫副本並進行匿名化處理(刪除所有筆記內容,僅保留結構和一些非敏感元數據),用來分享至網上做除錯而無需擔心洩漏您的個人資料。", - "save_fully_anonymized_database": "儲存完全匿名化的資料庫", - "light_anonymization": "輕度匿名化", - "light_anonymization_description": "此操作將新增一個新的資料庫副本,並對其進行輕度匿名化處理——僅刪除所有筆記的內容,但保留標題和屬性。此外,自訂 JS 前端 / 後端腳本筆記和自訂元件將保留。這提供了更多上下文以除錯問題。", - "choose_anonymization": "您可以自行決定是提供完全匿名化還是輕度匿名化的資料庫。即使是完全匿名化的資料庫也非常有用,但在某些情況下,輕度匿名化的資料庫可以加快錯誤識別和修復的過程。", - "save_lightly_anonymized_database": "儲存輕度匿名化的資料庫", - "existing_anonymized_databases": "現有的匿名化資料庫", - "creating_fully_anonymized_database": "正在新增完全匿名化的資料庫…", - "creating_lightly_anonymized_database": "正在新增輕度匿名化的資料庫…", - "error_creating_anonymized_database": "無法新增匿名化資料庫,請檢查後端日誌以取得詳細資訊", - "successfully_created_fully_anonymized_database": "成功新增完全匿名化的資料庫,路徑為 {{anonymizedFilePath}}", - "successfully_created_lightly_anonymized_database": "成功新增輕度匿名化的資料庫,路徑為 {{anonymizedFilePath}}", - "no_anonymized_database_yet": "尚無匿名化資料庫。" - }, - "database_integrity_check": { - "title": "資料庫完整性檢查", - "description": "檢查 SQLite 資料庫是否損壞。根據資料庫的大小,這可能會需要一些時間。", - "check_button": "檢查資料庫完整性", - "checking_integrity": "正在檢查資料庫完整性…", - "integrity_check_succeeded": "完整性檢查成功——未發現問題。", - "integrity_check_failed": "完整性檢查失敗: {{results}}" - }, - "sync": { - "title": "同步", - "force_full_sync_button": "強制全量同步", - "fill_entity_changes_button": "填充實體變更記錄", - "full_sync_triggered": "已觸發全量同步", - "filling_entity_changes": "正在填充實體變更列…", - "sync_rows_filled_successfully": "同步列填充成功", - "finished-successfully": "已完成同步。", - "failed": "同步失敗:{{message}}" - }, - "vacuum_database": { - "title": "清理資料庫", - "description": "這會重建資料庫,通常會減少佔用空間,不會刪除數據。", - "button_text": "清理資料庫", - "vacuuming_database": "正在清理資料庫…", - "database_vacuumed": "已清理資料庫" - }, - "fonts": { - "theme_defined": "跟隨主題", - "fonts": "字型", - "main_font": "主字型", - "font_family": "字型", - "size": "大小", - "note_tree_font": "筆記樹字型", - "note_detail_font": "筆記內容字型", - "monospace_font": "等寬(程式碼)字型", - "note_tree_and_detail_font_sizing": "請注意,筆記樹字型和詳細字型的大小為相對於主字型大小設定。", - "not_all_fonts_available": "並非所有列出的字型都在您的系統上可用。", - "apply_font_changes": "要套用字型更改,請點擊", - "reload_frontend": "重新載入前端", - "generic-fonts": "通用字型", - "sans-serif-system-fonts": "無襯線系統字型", - "serif-system-fonts": "襯線系統字型", - "monospace-system-fonts": "等寬系統字型", - "handwriting-system-fonts": "手寫系統字型", - "serif": "襯線", - "sans-serif": "無襯線", - "monospace": "等寬", - "system-default": "系統預設" - }, - "max_content_width": { - "title": "內容寬度", - "default_description": "Trilium 預設會限制內容的最大寬度以提高在寬螢幕中全螢幕時的可讀性。", - "max_width_label": "內容最大寬度(像素)", - "max_width_unit": "像素", - "centerContent": "將內容置中" - }, - "native_title_bar": { - "title": "原生標題列(需要重新啟動程式)", - "enabled": "啟用", - "disabled": "禁用" - }, - "ribbon": { - "widgets": "功能區元件", - "promoted_attributes_message": "如果筆記中存在升級屬性,則自動打開升級屬性功能區分頁", - "edited_notes_message": "日記筆記中自動打開編輯過的筆記功能區分頁" - }, - "theme": { - "title": "主題", - "theme_label": "主題", - "override_theme_fonts_label": "更改主題字型", - "layout": "佈局", - "layout-vertical-title": "垂直", - "layout-horizontal-title": "水平", - "layout-vertical-description": "啟動欄位於左側(預設)", - "layout-horizontal-description": "啟動欄位於分頁欄下方,分頁欄現在是全寬的。", - "auto_theme": "傳統(遵循系統配色方案)", - "light_theme": "傳統(淺色)", - "dark_theme": "傳統(深色)", - "triliumnext": "Trilium(遵循系統配色方案)", - "triliumnext-light": "Trilium(淺色)", - "triliumnext-dark": "Trilium(深色)" - }, - "zoom_factor": { - "title": "縮放係數(僅桌面版有效)", - "description": "縮放也可以透過 CTRL+- 和 CTRL+= 快捷鍵進行控制。" - }, - "code_auto_read_only_size": { - "title": "自動唯讀大小", - "description": "自動唯讀大小是指筆記超過設定的大小後自動設定為唯讀模式(為性能考慮)。", - "label": "自動唯讀大小(程式碼筆記)", - "unit": "字元" - }, - "code_mime_types": { - "title": "下拉選單可用的 MIME 文件類型", - "tooltip_syntax_highlighting": "語法高亮顯示", - "tooltip_code_block_syntax": "文字筆記中的程式碼區塊", - "tooltip_code_note_syntax": "程式碼筆記" - }, - "vim_key_bindings": { - "use_vim_keybindings_in_code_notes": "Vim 快捷鍵", - "enable_vim_keybindings": "在程式碼筆記中啟用 Vim 快捷鍵(不包含 ex 模式)" - }, - "wrap_lines": { - "wrap_lines_in_code_notes": "程式碼筆記自動換行", - "enable_line_wrap": "啟用自動換行(需要重新載入前端才會生效)" - }, - "images": { - "images_section_title": "圖片", - "download_images_automatically": "自動下載圖片以供離線使用。", - "download_images_description": "貼上的 HTML 可能包含線上圖片的引用,Trilium 會找到這些引用並下載圖片,以便它們可以離線使用。", - "enable_image_compression": "啟用圖片壓縮", - "max_image_dimensions": "圖片的最大寬度 / 高度(超過此限制的圖片將會被縮放)。", - "jpeg_quality_description": "JPEG 質量(10 - 最差質量,100 最佳質量,建議為 50 - 85)", - "max_image_dimensions_unit": "像素" - }, - "attachment_erasure_timeout": { - "attachment_erasure_timeout": "附件清理超時", - "attachment_auto_deletion_description": "如果附件在一段時間後不再被筆記引用,它們將被自動刪除(並被清理)。", - "manual_erasing_description": "您還可以手動觸發清理(而不考慮上述定義的超時時間):", - "erase_unused_attachments_now": "立即清理未使用的附件筆記", - "unused_attachments_erased": "已刪除未使用的附件。", - "erase_attachments_after": "在此時間後刪除未使用的附件:" - }, - "network_connections": { - "network_connections_title": "網絡連接", - "check_for_updates": "自動檢查更新" - }, - "note_erasure_timeout": { - "note_erasure_timeout_title": "筆記清理超時", - "note_erasure_description": "被刪除的筆記(以及屬性、歷史版本等)最初僅被標記為「刪除」,可以從「最近修改」對話方塊中還原它們。經過一段時間後,已刪除的筆記會被「清理」,這意味著它們的內容將無法被還原。此設定允許您設定從刪除到清除筆記之間的時間長度。", - "manual_erasing_description": "您還可以手動觸發清理(而不考慮上述定義的超時時間):", - "erase_deleted_notes_now": "立即清理已刪除的筆記", - "deleted_notes_erased": "已清理已刪除的筆記。", - "erase_notes_after": "在此時間後刪除筆記:" - }, - "revisions_snapshot_limit": { - "note_revisions_snapshot_limit_title": "筆記歷史快照限制", - "note_revisions_snapshot_limit_description": "筆記歷史快照數限制指的是每個筆記可以儲存的最大歷史記錄數量。其中 -1 表示沒有限制,0 表示刪除所有歷史記錄。您可以透過 #versioningLimit 標籤設定單個筆記的最大歷史記錄數量。", - "snapshot_number_limit_label": "筆記歷史快照數量限制:", - "erase_excess_revision_snapshots": "立即刪除多餘的歷史快照", - "erase_excess_revision_snapshots_prompt": "多餘的歷史快照已被刪除。", - "snapshot_number_limit_unit": "快照" - }, - "search_engine": { - "title": "搜尋引擎", - "custom_search_engine_info": "自訂搜尋引擎需要設定名稱和 URL。如果這兩者之一未設定,將預設使用 DuckDuckGo 作為搜尋引擎。", - "predefined_templates_label": "預定義搜尋引擎模板", - "bing": "Bing", - "baidu": "百度", - "duckduckgo": "DuckDuckGo", - "google": "Google", - "custom_name_label": "自訂搜尋引擎名稱", - "custom_name_placeholder": "自訂搜尋引擎名稱", - "custom_url_label": "自訂搜尋引擎 URL 應包含 {keyword} 作為搜尋詞的佔位符。", - "custom_url_placeholder": "自訂搜尋引擎 URL", - "save_button": "儲存" - }, - "tray": { - "title": "系統匣", - "enable_tray": "啟用系統匣圖示(需要重啟生效)" - }, - "heading_style": { - "title": "標題風格", - "plain": "純文字", - "underline": "下劃線", - "markdown": "Markdown 風格" - }, - "highlights_list": { - "title": "高亮列表", - "description": "您可以自訂右側面板中顯示的高亮列表:", - "bold": "粗體", - "italic": "斜體", - "underline": "下劃線", - "color": "字體顏色", - "bg_color": "背景顏色", - "visibility_title": "高亮列表可見性", - "visibility_description": "您可以透過添加 #hideHighlightWidget 標籤來隱藏每個筆記的高亮元件。", - "shortcut_info": "您可以在「選項」→「快捷鍵」中設定鍵盤快捷鍵快速切換右側面板(包括高亮列表)(名稱為 'toggleRightPane')。" - }, - "table_of_contents": { - "title": "目錄", - "description": "當筆記中有超過一定數量的標題時,顯示目錄。您可以自訂此數量:", - "disable_info": "您可以設定一個非常大的數來禁用目錄。", - "shortcut_info": "您可以在「選項」→「快捷鍵」中設定一個鍵盤快捷鍵快速切換右側面板(包括目錄)(名稱為 'toggleRightPane')。", - "unit": "標題" - }, - "text_auto_read_only_size": { - "title": "自動唯讀大小", - "description": "自動唯讀筆記大小是超過該大小後,筆記將以唯讀模式顯示(出於性能考慮)。", - "label": "自動唯讀大小(文字筆記)", - "unit": "字元" - }, - "i18n": { - "title": "在地化", - "language": "語言", - "first-day-of-the-week": "一週的第一天", - "sunday": "星期日", - "monday": "星期一", - "first-week-of-the-year": "年度第一週", - "first-week-contains-first-day": "年度第一週包含第一天", - "first-week-contains-first-thursday": "年度第一週包含第一個週四", - "first-week-has-minimum-days": "第一週有最少天數", - "min-days-in-first-week": "第一週的最少天數", - "first-week-info": "年度第一週包含第一個週四是基於 ISO 8601 標準。", - "first-week-warning": "變更第一週選項可能導致與現有的「週筆記」重複,現有的「週筆記」將不會相應更新。", - "formatting-locale": "日期和數字格式", - "tuesday": "週二", - "wednesday": "週三", - "thursday": "週四", - "friday": "週五", - "saturday": "週六", - "formatting-locale-auto": "根據應用程式的語言設定" - }, - "backup": { - "automatic_backup": "自動備份", - "automatic_backup_description": "Trilium 可以自動備份資料庫:", - "enable_daily_backup": "啟用每日備份", - "enable_weekly_backup": "啟用每週備份", - "enable_monthly_backup": "啟用每月備份", - "backup_recommendation": "建議打開備份功能,但這可能會使有大型資料庫和 / 或慢速儲存設備的應用程式啟動變慢。", - "backup_now": "立即備份", - "backup_database_now": "立即備份資料庫", - "existing_backups": "現有備份", - "date-and-time": "日期和時間", - "path": "路徑", - "database_backed_up_to": "資料庫已備份至 {{backupFilePath}}", - "no_backup_yet": "尚無備份" - }, - "etapi": { - "title": "ETAPI", - "description": "ETAPI 是一個 REST API,用於以編程方式訪問 Trilium 實例,而無需 UI。", - "create_token": "新增 ETAPI 令牌", - "existing_tokens": "現有令牌", - "no_tokens_yet": "目前還沒有令牌。點擊上面的按鈕新增一個。", - "token_name": "令牌名稱", - "created": "建立時間", - "actions": "操作", - "new_token_title": "新 ETAPI 令牌", - "new_token_message": "請輸入新的令牌名稱", - "default_token_name": "新令牌", - "error_empty_name": "令牌名稱不能為空", - "token_created_title": "已新增 ETAPI 令牌", - "token_created_message": "將新增的令牌複製到剪貼簿。Trilium 儲存了令牌的哈希值,這會是您最後一次看到它。", - "rename_token": "重新命名此令牌", - "delete_token": "刪除 / 停用此令牌", - "rename_token_title": "重新命名令牌", - "rename_token_message": "請輸入新的令牌名稱", - "delete_token_confirmation": "您確定要刪除 ETAPI 令牌 \"{{name}}\" 嗎?" - }, - "options_widget": { - "options_status": "選項狀態", - "options_change_saved": "已儲存選項更改。" - }, - "password": { - "heading": "密碼", - "alert_message": "請務必記住您的新密碼。密碼用於登錄 Web 界面和加密保護的筆記。如果您忘記了密碼,所有受保護的筆記將永久丟失。", - "reset_link": "點擊此處重設。", - "old_password": "舊密碼", - "new_password": "新密碼", - "new_password_confirmation": "新密碼確認", - "change_password": "更改密碼", - "protected_session_timeout": "受保護的作業階段超時", - "protected_session_timeout_description": "受保護的作業階段超時是一個時間段,超時後受保護的作業階段會從瀏覽器記憶體中清除。這是從最後一次存取受保護的筆記時開始計時的。更多資訊請見", - "wiki": "維基", - "for_more_info": "更多資訊。", - "reset_confirmation": "重設密碼後將不再能查看所有目前受保護的筆記。您真的要重設密碼嗎?", - "reset_success_message": "密碼已重設。請設定新密碼", - "change_password_heading": "更改密碼", - "set_password_heading": "設定密碼", - "set_password": "設定密碼", - "password_mismatch": "新密碼不一致。", - "password_changed_success": "密碼已更改。按 OK 後 Trilium 將重新載入。", - "protected_session_timeout_label": "受保護的作業階段超時:" - }, - "shortcuts": { - "keyboard_shortcuts": "快捷鍵", - "multiple_shortcuts": "同一操作的多個快捷鍵可以用逗號分隔。", - "electron_documentation": "請參閱 Electron 文檔,了解可用的修飾符和鍵碼。", - "type_text_to_filter": "輸入文字以過濾快捷鍵...", - "action_name": "操作名稱", - "shortcuts": "快捷鍵", - "default_shortcuts": "預設快捷鍵", - "description": "描述", - "reload_app": "重新載入應用以套用更改", - "set_all_to_default": "將所有快捷鍵重設為預設值", - "confirm_reset": "您確定要將所有鍵盤快捷鍵重設為預設值嗎?" - }, - "spellcheck": { - "title": "拼寫檢查", - "description": "這些選項僅適用於桌面版,瀏覽器將使用其原生的拼寫檢查功能。", - "enable": "啟用拼寫檢查", - "language_code_label": "語言代碼", - "language_code_placeholder": "例如 \"en-US\", \"de-AT\"", - "multiple_languages_info": "多種語言可以用逗號分隔,例如 \"en-US, de-DE, cs\"。 ", - "available_language_codes_label": "可用的語言代碼:", - "restart-required": "拼寫檢查選項的更改將在應用重啟後生效。" - }, - "sync_2": { - "config_title": "同步設定", - "server_address": "伺服器地址", - "timeout": "同步超時(單位:毫秒)", - "proxy_label": "同步代理伺服器(可選)", - "note": "注意", - "note_description": "代理設定留空則使用系統代理(僅桌面版有效)。", - "special_value_description": "另一個特殊值是 noproxy,它強制忽略系統代理並遵守 NODE_TLS_REJECT_UNAUTHORIZED。", - "save": "儲存", - "help": "說明", - "test_title": "同步測試", - "test_description": "測試和同步伺服器之間的連接。如果同步伺服器沒有初始化,這會將本地文件同步至同步伺服器上。", - "test_button": "測試同步", - "handshake_failed": "同步伺服器握手失敗,錯誤:{{message}}", - "timeout_unit": "毫秒" - }, - "api_log": { - "close": "關閉" - }, - "attachment_detail_2": { - "will_be_deleted_in": "此附件將在 {{time}} 後自動刪除", - "will_be_deleted_soon": "該附件即將被自動刪除", - "deletion_reason": ",因為該附件未連結在筆記的內容中。為防止被刪除,請將附件連結重新新增至內容中或將附件轉換為筆記。", - "role_and_size": "角色:{{role}},大小:{{size}},MIME:{{- mimeType}}", - "link_copied": "已複製附件連結到剪貼簿。", - "unrecognized_role": "無法識別的附件角色 '{{role}}'。" - }, - "bookmark_switch": { - "bookmark": "書籤", - "bookmark_this_note": "將此筆記添加至左側面板的書籤", - "remove_bookmark": "移除書籤" - }, - "editability_select": { - "auto": "自動", - "read_only": "唯讀", - "always_editable": "永遠可編輯", - "note_is_editable": "筆記如果不太長則可編輯。", - "note_is_read_only": "筆記為唯讀,但可以透過點擊按鈕進行編輯。", - "note_is_always_editable": "無論筆記長度如何,永遠可編輯。" - }, - "note-map": { - "button-link-map": "連結地圖", - "button-tree-map": "樹狀地圖" - }, - "tree-context-menu": { - "open-in-a-new-tab": "在新分頁中打開", - "open-in-a-new-split": "在新頁面分割中打開", - "insert-note-after": "在後面插入筆記", - "insert-child-note": "插入子筆記", - "delete": "刪除", - "search-in-subtree": "在子階層中搜尋", - "hoist-note": "聚焦筆記", - "unhoist-note": "取消聚焦筆記", - "edit-branch-prefix": "編輯分支前綴", - "advanced": "進階", - "expand-subtree": "展開子階層", - "collapse-subtree": "收摺子階層", - "sort-by": "排序方式…", - "recent-changes-in-subtree": "子階層中的最近更改", - "convert-to-attachment": "轉換為附件", - "copy-note-path-to-clipboard": "複製筆記路徑至剪貼簿", - "protect-subtree": "保護子階層", - "unprotect-subtree": "取消保護子階層", - "copy-clone": "複製 / 克隆", - "clone-to": "克隆至...", - "cut": "剪下", - "move-to": "移動至...", - "paste-into": "貼上到裡面", - "paste-after": "貼上到後面", - "export": "匯出", - "import-into-note": "匯入至筆記", - "apply-bulk-actions": "套用批次操作", - "converted-to-attachments": "{{count}} 個筆記已被轉換為附件。", - "convert-to-attachment-confirm": "確定要將所選的筆記轉換為其父級筆記的附件嗎?此操作僅適用於圖像筆記,其他筆記將被跳過。", - "duplicate": "複製副本", - "open-in-popup": "快速編輯", - "archive": "封存", - "unarchive": "解除封存", - "open-in-a-new-window": "在新視窗打開", - "hide-subtree": "隱藏子階層", - "show-subtree": "顯示子階層" - }, - "shared_info": { - "help_link": "如需幫助,請訪問 wiki。", - "shared_publicly": "此筆記已公開分享於 {{- link}}。", - "shared_locally": "此筆記已於本地分享至 {{- link}}。" - }, - "note_types": { - "text": "文字", - "code": "程式碼", - "saved-search": "儲存的搜尋", - "relation-map": "關聯圖", - "note-map": "筆記地圖", - "render-note": "渲染筆記", - "mermaid-diagram": "美人魚圖", - "canvas": "畫布", - "web-view": "網頁顯示", - "mind-map": "心智圖", - "file": "檔案", - "image": "圖片", - "launcher": "啟動器", - "doc": "文件", - "widget": "元件", - "confirm-change": "當筆記內容不為空時,不建議更改筆記類型。您仍然要繼續嗎?", - "book": "集合", - "geo-map": "地理地圖", - "beta-feature": "Beta", - "ai-chat": "AI 聊天", - "task-list": "任務列表", - "new-feature": "新增", - "collections": "集合" - }, - "protect_note": { - "toggle-on": "保護筆記", - "toggle-off": "取消保護筆記", - "toggle-on-hint": "筆記未受保護,點擊以保護", - "toggle-off-hint": "筆記已受保護,點擊以取消保護" - }, - "shared_switch": { - "shared": "已分享", - "toggle-on-title": "分享筆記", - "toggle-off-title": "取消分享筆記", - "shared-branch": "此筆記僅作為分享筆記存在,取消分享將刪除它。您確定要繼續並刪除此筆記嗎?", - "inherited": "此筆記無法在此處取消分享,因為它透過繼承自父級筆記分享。" - }, - "template_switch": { - "template": "模板", - "toggle-on-hint": "將此筆記設為模板", - "toggle-off-hint": "取消筆記模板設定" - }, - "open-help-page": "打開說明頁面", - "find": { - "case_sensitive": "區分大小寫", - "match_words": "比對單字", - "find_placeholder": "在文字中尋找...", - "replace_placeholder": "取代為...", - "replace": "取代", - "replace_all": "全部取代" - }, - "highlights_list_2": { - "title": "高亮列表", - "options": "選項", - "title_with_count_one": "{{count}} 處高亮", - "title_with_count_other": "{{count}} 處高亮", - "modal_title": "設定高亮列表", - "menu_configure": "設定高亮列表…", - "no_highlights": "未找到高亮內容。" - }, - "quick-search": { - "placeholder": "快速搜尋", - "searching": "正在搜尋…", - "no-results": "未找到結果", - "more-results": "…以及另外 {{number}} 個結果。", - "show-in-full-search": "在完整的搜尋界面中顯示" - }, - "note_tree": { - "collapse-title": "收摺筆記樹", - "scroll-active-title": "捲動至使用中筆記", - "tree-settings-title": "樹設定", - "hide-archived-notes": "隱藏已封存筆記", - "automatically-collapse-notes": "自動收摺筆記", - "automatically-collapse-notes-title": "筆記在一段時間內未使用將被收摺,以減少樹狀結構的雜亂。", - "save-changes": "儲存並套用更改", - "auto-collapsing-notes-after-inactivity": "自動收摺非使用中筆記…", - "saved-search-note-refreshed": "已儲存的搜尋筆記已重新整理。", - "hoist-this-note-workspace": "聚焦此筆記(工作區)", - "refresh-saved-search-results": "重新整理儲存的搜尋結果", - "create-child-note": "建立子筆記", - "unhoist": "取消聚焦", - "toggle-sidebar": "切換側邊欄", - "dropping-not-allowed": "不允許移動筆記至此處。", - "clone-indicator-tooltip": "此筆記有 {{- count}} 個父級:{{- parents}}", - "clone-indicator-tooltip-single": "此筆記已克隆(新增 1 個父級:{{- parent}})", - "shared-indicator-tooltip": "此筆記已公開分享", - "shared-indicator-tooltip-with-url": "此筆記已公開分享至:{{- url}}", - "subtree-hidden-tooltip_one": "從樹中隱藏的 {{count}} 篇子筆記", - "subtree-hidden-tooltip_other": "", - "subtree-hidden-moved-title": "已新增至 {{title}}", - "subtree-hidden-moved-description-collection": "此集合隱藏其樹中的子筆記。", - "subtree-hidden-moved-description-other": "子筆記隱藏於此筆記的樹中。" - }, - "title_bar_buttons": { - "window-on-top": "保持此視窗置頂" - }, - "note_detail": { - "could_not_find_typewidget": "找不到類型為 '{{type}}' 的 typeWidget", - "printing": "正在列印…", - "printing_pdf": "正在匯出為 PDF…", - "print_report_title": "列印報告", - "print_report_collection_content_one": "集合中的 {{count}} 篇筆記無法列印,因為它們不被支援或受到保護。", - "print_report_collection_content_other": "", - "print_report_collection_details_button": "查看詳情", - "print_report_collection_details_ignored_notes": "忽略的筆記" - }, - "note_title": { - "placeholder": "請輸入筆記標題...", - "created_on": "建立於 ", - "last_modified": "修改於 ", - "note_type_switcher_label": "從 {{type}} 切換至:", - "note_type_switcher_others": "其他筆記類型", - "note_type_switcher_templates": "模板", - "note_type_switcher_collection": "集合", - "edited_notes": "今天編輯過的筆記", - "promoted_attributes": "升級屬性" - }, - "search_result": { - "no_notes_found": "沒有找到符合搜尋條件的筆記。", - "search_not_executed": "尚未執行搜尋。請點擊上方的「搜尋」按鈕查看結果。" - }, - "spacer": { - "configure_launchbar": "設定啟動欄" - }, - "sql_result": { - "no_rows": "此次查詢沒有返回任何數據", - "not_executed": "查詢尚未執行。", - "failed": "SQL 查詢執行失敗", - "statement_result": "查詢結果", - "execute_now": "立即執行" - }, - "sql_table_schemas": { - "tables": "表" - }, - "tab_row": { - "close_tab": "關閉分頁", - "add_new_tab": "新增分頁", - "close": "關閉", - "close_other_tabs": "關閉其他分頁", - "close_right_tabs": "關閉右側分頁", - "close_all_tabs": "關閉所有分頁", - "reopen_last_tab": "重新打開最後關閉的分頁", - "move_tab_to_new_window": "將此分頁移動至新視窗", - "copy_tab_to_new_window": "將此分頁複製至新視窗", - "new_tab": "新分頁" - }, - "toc": { - "table_of_contents": "目錄", - "options": "選項", - "no_headings": "無標題。" - }, - "watched_file_update_status": { - "file_last_modified": "檔案 最後修改時間為 。", - "upload_modified_file": "上傳修改的檔案", - "ignore_this_change": "忽略此更改" - }, - "app_context": { - "please_wait_for_save": "請等待幾秒鐘以完成儲存,然後再試一次。" - }, - "note_create": { - "duplicated": "筆記 \"{{title}}\" 已被複製。" - }, - "image": { - "copied-to-clipboard": "已複製圖片的引用至剪貼簿。這可以貼上至任何文字筆記中。", - "cannot-copy": "無法將圖片引用複製到剪貼簿。" - }, - "clipboard": { - "cut": "已剪下筆記到剪貼簿。", - "copied": "已複製筆記到剪貼簿。", - "copy_failed": "由於權限問題,無法複製到剪貼簿。", - "copy_success": "已複製到剪貼簿。" - }, - "entrypoints": { - "note-revision-created": "已新增筆記修訂。", - "note-executed": "已執行筆記。", - "sql-error": "執行 SQL 查詢時發生錯誤:{{message}}" - }, - "branches": { - "cannot-move-notes-here": "無法將筆記移動至這裡。", - "delete-status": "刪除狀態", - "delete-notes-in-progress": "正在刪除筆記:{{count}}", - "delete-finished-successfully": "成功刪除。", - "undeleting-notes-in-progress": "正在還原刪除的筆記:{{count}}", - "undeleting-notes-finished-successfully": "已成功還原刪除的筆記。" - }, - "frontend_script_api": { - "async_warning": "您正在將一個異步函數傳遞給 `api.runOnBackend()`,這可能讓功能無法按預期工作。\\n請將該函數同步(透過移除 `async` 關鍵字),或使用 `api.runAsyncOnBackendWithManualTransactionHandling()`。", - "sync_warning": "您正在將一個同步函數傳遞給 `api.runAsyncOnBackendWithManualTransactionHandling()`,\\n而您可能應該使用 `api.runOnBackend()`。" - }, - "ws": { - "sync-check-failed": "同步檢查失敗!", - "consistency-checks-failed": "一致性檢查失敗!請查看日誌以了解詳細資訊。", - "encountered-error": "遇到錯誤 \"{{message}}\",請查看控制台。", - "lost-websocket-connection-title": "與伺服器的連線中斷", - "lost-websocket-connection-message": "檢查您的反向代理(如 nginx 或 Apache)設定以確保 Websocket 連線沒有被阻擋。" - }, - "hoisted_note": { - "confirm_unhoisting": "請求的筆記 '{{requestedNote}}' 位於聚焦的筆記 '{{hoistedNote}}' 的子階層之外,您必須取消聚焦才能訪問該筆記。是否繼續取消聚焦?" - }, - "launcher_context_menu": { - "reset_launcher_confirm": "您確定要重設 \"{{title}}\" 嗎?此筆記(及其子項)中的所有數據及設定將丟失,且啟動器將還原至其原始位置。", - "add-note-launcher": "添加筆記啟動器", - "add-script-launcher": "添加腳本啟動器", - "add-custom-widget": "添加自訂元件", - "add-spacer": "添加分隔元件", - "delete": "刪除 ", - "reset": "重設", - "move-to-visible-launchers": "移動至可見啟動器", - "move-to-available-launchers": "移動至可用啟動器", - "duplicate-launcher": "複製啟動器 " - }, - "highlighting": { - "description": "控制文字筆記程式碼區塊中的語法高亮,程式碼筆記不會受到影響。", - "color-scheme": "配色方案", - "title": "程式碼區塊" - }, - "code_block": { - "word_wrapping": "自動換行", - "theme_none": "無語法高亮", - "theme_group_light": "淺色主題", - "theme_group_dark": "深色主題", - "copy_title": "複製到剪貼簿" - }, - "classic_editor_toolbar": { - "title": "格式" - }, - "editor": { - "title": "編輯器" - }, - "editing": { - "editor_type": { - "label": "格式工具欄", - "floating": { - "title": "浮動", - "description": "編輯工具出現在游標附近;" - }, - "fixed": { - "title": "固定", - "description": "編輯工具出現在「格式」功能區分頁中。" - }, - "multiline-toolbar": "如果工具列無法完全顯示,則分多行顯示。" + "confirm": { + "confirmation": "確認", + "cancel": "取消", + "ok": "確定", + "are_you_sure_remove_note": "確定要從關聯圖中移除筆記 \"{{title}}\" ? ", + "if_you_dont_check": "如果不勾選此項,筆記將僅從關聯圖中移除。", + "also_delete_note": "同時刪除筆記" + }, + "delete_notes": { + "delete_notes_preview": "刪除筆記預覽", + "delete_all_clones_description": "同時刪除所有克隆(可以在最近修改中撤消)", + "erase_notes_description": "通常(軟)刪除僅標記筆記為已刪除,可以在一段時間內透過最近修改對話方塊撤消。勾選此選項將立即擦除筆記,無法撤銷。", + "erase_notes_warning": "永久擦除筆記(無法撤銷),包括所有克隆。這將強制應用程式重新載入。", + "notes_to_be_deleted": "將刪除以下筆記 ({{notesCount}})", + "no_note_to_delete": "沒有筆記將被刪除(僅克隆)。", + "broken_relations_to_be_deleted": "將刪除以下關聯並斷開連接 ({{ relationCount}})", + "cancel": "取消", + "ok": "確定", + "deleted_relation_text": "筆記 {{- note}}(將被刪除的筆記)被以下關聯 {{- relation}} 引用,來自 {{- source}}。", + "close": "關閉" + }, + "export": { + "export_note_title": "匯出筆記", + "close": "關閉", + "export_type_subtree": "此筆記及其所有子筆記", + "format_html_zip": "HTML ZIP 封存 - 建議使用此選項,因為它保留了所有格式。", + "format_markdown": "Markdown - 保留大部分格式。", + "format_opml": "OPML - 大綱交換格式,僅限文字。不包括格式、圖片和檔案。", + "opml_version_1": "OPML v1.0 - 僅限純文字", + "opml_version_2": "OPML v2.0 - 還允許 HTML", + "export_type_single": "僅此筆記,不包括子筆記", + "export": "匯出", + "choose_export_type": "請先選擇匯出類型", + "export_status": "匯出狀態", + "export_in_progress": "正在匯出:{{progressCount}}", + "export_finished_successfully": "成功匯出。", + "format_html": "HTML - 推薦,因為它保留了所有格式", + "format_pdf": "PDF - 用於列印或與他人分享。", + "share-format": "HTML 網頁發佈——使用與共享筆記相同的佈景主題,但可發佈為靜態網站。" + }, + "help": { + "noteNavigation": "筆記導航", + "goUpDown": "在筆記列表中向上 / 向下移動", + "collapseExpand": "收摺 / 展開節點", + "notSet": "未設定", + "goBackForwards": "在歷史記錄中前後移動", + "showJumpToNoteDialog": "顯示\"跳轉至\" 對話方塊", + "scrollToActiveNote": "捲動至使用中筆記", + "jumpToParentNote": "跳轉至父級筆記", + "collapseWholeTree": "收摺整個筆記樹", + "collapseSubTree": "收摺子階層", + "tabShortcuts": "標籤快捷鍵", + "onlyInDesktop": "僅在桌面版(以 Electron 構建)中", + "openEmptyTab": "打開空白分頁", + "closeActiveTab": "關閉使用中分頁", + "activateNextTab": "切換至下一個分頁", + "activatePreviousTab": "切換至上一個分頁", + "creatingNotes": "新增筆記", + "createNoteAfter": "在使用中筆記後新增筆記", + "createNoteInto": "在使用中筆記中新增新子筆記", + "editBranchPrefix": "編輯使用中筆記克隆的前綴", + "movingCloningNotes": "移動 / 克隆筆記", + "moveNoteUpDown": "在筆記列表中向上 / 向下移動筆記", + "moveNoteUpHierarchy": "在層級結構中向上移動筆記", + "multiSelectNote": "多選上 / 下筆記", + "selectAllNotes": "選擇目前級別的所有筆記", + "selectNote": "選擇筆記", + "copyNotes": "將使用中筆記(或目前選擇)複製到剪貼簿(用於克隆)", + "cutNotes": "將目前筆記(或目前選擇)剪下到剪貼簿(用於移動筆記)", + "pasteNotes": "將筆記貼上為使用中筆記的子筆記(根據是複製還是剪下至剪貼簿來決定是移動還是克隆)", + "deleteNotes": "刪除筆記 / 子階層", + "editingNotes": "編輯筆記", + "editNoteTitle": "在筆記樹中,焦點會從筆記樹切換至筆記標題。按下 Enter 鍵會將焦點從筆記標題切換至文字編輯器。按下 Ctrl+. 會將焦點從編輯器切換回筆記樹。", + "createEditLink": "新增 / 編輯外部連結", + "createInternalLink": "新增內部連結", + "followLink": "跟隨游標下的連結", + "insertDateTime": "在插入點插入目前日期和時間", + "jumpToTreePane": "跳轉至筆記樹面板並捲動至使用中筆記", + "markdownAutoformat": "類 Markdown自動格式化", + "headings": "##, ###, #### 等,後跟空格,自動轉換為標題", + "bulletList": "*- 後跟空格,自動轉換為項目符號列表", + "numberedList": "1. or 1) 後跟空格,自動轉換為編號列表", + "blockQuote": "一行以 > 開頭並後跟空格,自動轉換為區塊引用", + "troubleshooting": "故障排除", + "reloadFrontend": "重新載入Trilium前端", + "showDevTools": "顯示開發者工具", + "showSQLConsole": "顯示 SQL 控制台", + "other": "其他", + "quickSearch": "定位至快速搜尋框", + "inPageSearch": "頁面內搜尋", + "title": "列表", + "newTabNoteLink": "在新分頁開啟筆記連結", + "newTabWithActivationNoteLink": "在新分頁開啟並切換至筆記連結", + "editShortcuts": "編輯鍵盤快捷鍵" + }, + "import": { + "importIntoNote": "匯入至筆記", + "chooseImportFile": "選擇檔案匯入", + "importDescription": "所選檔案的內容將作為子筆記匯入至", + "options": "選項", + "safeImportTooltip": "Trilium .zip 匯出的檔案可能包含可能有害的可執行腳本。安全匯入將停用所有匯入腳本的自動執行。僅當您完全信任匯入的可執行腳本的內容時,才取消勾選「安全匯入」。", + "safeImport": "安全匯入", + "explodeArchivesTooltip": "如果勾選此項,則 Trilium 將讀取.zip.enex.opml文件,並從這些封存文件內部的檔案新增筆記。如果未勾選,則 Trilium 會將這些封存文件本身附加至筆記中。", + "explodeArchives": "讀取.zip.enex.opml封存文件的內容。", + "shrinkImagesTooltip": "

如果勾選此選項,Trilium 將嘗試透過縮放和最佳化來縮小匯入的圖片,這可能會影響圖片的觀看品質。如果未勾選,圖片將不做修改直接匯入。

這不適用於帶有詮釋資料的.zip匯入,因為這些文件被認為已最佳化。

", + "shrinkImages": "壓縮圖片", + "textImportedAsText": "如果元數據不明確,將HTML、Markdown和TXT匯入為文字筆記", + "codeImportedAsCode": "如果詮釋資料不明確,將識別的程式碼檔案(例如.json)匯入為程式碼筆記", + "replaceUnderscoresWithSpaces": "在匯入的筆記名稱中將下劃線替換為空格", + "import": "匯入", + "failed": "匯入失敗: {{message}}.", + "html_import_tags": { + "title": "匯入 HTML 標籤", + "description": "設定在匯入筆記時應保留的 HTML 標籤。不在此列表中的標籤將在匯入過程中被移除。一些標籤(例如 'script')為了安全性會始終被移除。", + "placeholder": "輸入 HTML 標籤,每行一個", + "reset_button": "重設為預設列表" + }, + "import-status": "匯入狀態", + "in-progress": "正在匯入:{{progress}}", + "successful": "匯入成功。", + "importZipRecommendation": "匯入 ZIP 檔案時,筆記層級將反映壓縮檔內的子目錄結構。" + }, + "include_note": { + "dialog_title": "內嵌筆記", + "label_note": "筆記", + "placeholder_search": "依名稱搜尋筆記", + "box_size_prompt": "內嵌筆記的框大小:", + "box_size_small": "小型(顯示大約 10 行)", + "box_size_medium": "中型 (顯示大約30行)", + "box_size_full": "完整顯示(完整文字框)", + "button_include": "內嵌筆記" + }, + "info": { + "modalTitle": "資訊消息", + "closeButton": "關閉", + "okButton": "確定", + "copy_to_clipboard": "複製到剪貼簿" + }, + "jump_to_note": { + "search_button": "全文搜尋", + "search_placeholder": "依名稱或類型查詢筆記或按 > 查看命令…" + }, + "markdown_import": { + "dialog_title": "Markdown 匯入", + "modal_body_text": "由於瀏覽器沙盒的限制,無法直接從 JavaScript 讀取剪貼簿內容。請將要匯入的 Markdown 文字貼上至下面的文字框中,然後點擊匯入按鈕", + "import_button": "匯入", + "import_success": "已成功匯入 Markdown 文件內容。" + }, + "move_to": { + "dialog_title": "移動筆記至…", + "notes_to_move": "需要移動的筆記", + "target_parent_note": "目標父級筆記", + "search_placeholder": "透過名稱搜尋筆記", + "move_button": "移動至所選的筆記", + "error_no_path": "沒有可以移動至的路徑。", + "move_success_message": "已移動所選筆記至 " + }, + "note_type_chooser": { + "modal_title": "選擇筆記類型", + "modal_body": "選擇新筆記的類型或模板:", + "templates": "模板", + "change_path_prompt": "變更建立新筆記的位置:", + "search_placeholder": "依名稱搜尋路徑(若為空則預設)", + "builtin_templates": "內建模板" + }, + "password_not_set": { + "title": "密碼未設定", + "body1": "受保護的筆記使用用戶密碼加密,但密碼尚未設定。", + "body2": "若要保護筆記,請按一下下面的按鈕開啟「選項」對話方塊並設定密碼。", + "go_to_password_options": "移動至密碼選項" + }, + "prompt": { + "title": "提示", + "ok": "確定", + "defaultTitle": "提示" + }, + "protected_session_password": { + "modal_title": "受保護的作業階段", + "help_title": "關於受保護筆記的說明", + "close_label": "關閉", + "form_label": "輸入密碼進入受保護的作業階段以繼續:", + "start_button": "開始受保護的作業階段" + }, + "recent_changes": { + "title": "最近修改", + "erase_notes_button": "立即清理已刪除的筆記", + "deleted_notes_message": "已清理刪除的筆記。", + "no_changes_message": "暫無修改…", + "undelete_link": "取消刪除", + "confirm_undelete": "您確定要還原此筆記及其子筆記嗎?" + }, + "revisions": { + "note_revisions": "筆記歷史版本", + "delete_all_revisions": "刪除此筆記的所有歷史版本", + "delete_all_button": "刪除所有歷史版本", + "help_title": "關於筆記歷史版本的說明", + "confirm_delete_all": "您是否要刪除此筆記的所有歷史版本?", + "no_revisions": "此筆記暫無歷史版本…", + "confirm_restore": "您是否要還原此歷史版本?這將使用此歷史版本覆寫筆記的目前標題和內容。", + "confirm_delete": "您是否要刪除此歷史版本?", + "revisions_deleted": "已刪除筆記歷史版本。", + "revision_restored": "已還原筆記歷史版本。", + "revision_deleted": "已刪除筆記歷史版本。", + "snapshot_interval": "筆記快照儲存間隔: {{seconds}}秒。", + "maximum_revisions": "目前筆記的最大歷史數量: {{number}}。", + "settings": "筆記歷史設定", + "download_button": "下載", + "mime": "MIME類型: ", + "file_size": "檔案大小:", + "preview_not_available": "無法預覽此類型的筆記。", + "restore_button": "還原", + "delete_button": "刪除", + "diff_on": "顯示差異", + "diff_off": "顯示內容", + "diff_on_hint": "點擊以顯示筆記原始碼差異", + "diff_off_hint": "點擊以顯示筆記內容", + "diff_not_available": "差異不可用。" + }, + "sort_child_notes": { + "sort_children_by": "依…排序子筆記", + "sorting_criteria": "排序條件", + "title": "標題", + "date_created": "新增日期", + "date_modified": "修改日期", + "sorting_direction": "排序方向", + "ascending": "升冪", + "descending": "降冪", + "folders": "資料夾", + "sort_folders_at_top": "將資料夾置頂排序", + "natural_sort": "自然排序", + "sort_with_respect_to_different_character_sorting": "根據不同語言或地區的字符排序和排序規則排序。", + "natural_sort_language": "自然排序語言", + "the_language_code_for_natural_sort": "自然排序的語言程式碼,例如繁體中文的 \"zh-TW\"。", + "sort": "排序" + }, + "upload_attachments": { + "upload_attachments_to_note": "上傳附件至筆記", + "choose_files": "選擇檔案", + "files_will_be_uploaded": "檔案將作為附件上傳至 {{noteTitle}}", + "options": "選項", + "shrink_images": "縮小圖片", + "upload": "上傳", + "tooltip": "如果您勾選此選項,Trilium 將嘗試透過縮放和最佳化來縮小上傳的圖片,這可能會影響圖片的觀看品質。如果未勾選,則將不進行修改直接上傳圖片。" + }, + "attribute_detail": { + "attr_detail_title": "屬性內容標題", + "close_button_title": "取消修改並關閉", + "attr_is_owned_by": "屬性所有者", + "attr_name_title": "屬性名稱只能由字母、數字、冒號和下劃線組成", + "name": "名稱", + "value": "值", + "target_note_title": "關聯是來源筆記和目標筆記之間的命名連接。", + "target_note": "目標筆記", + "promoted_title": "升級屬性在筆記上突出顯示。", + "promoted": "升級", + "promoted_alias_title": "在升級屬性界面中顯示的名稱。", + "promoted_alias": "別名", + "multiplicity_title": "多重性定義了可以新增的含有相同名稱的屬性的數量 - 最多為 1 或多於 1。", + "multiplicity": "多重性", + "single_value": "單值", + "multi_value": "多重值", + "label_type_title": "標籤類型將幫助 Trilium 選擇適合的界面來輸入標籤值。", + "label_type": "類型", + "text": "文字", + "number": "數字", + "boolean": "布林值", + "date": "日期", + "date_time": "日期和時間", + "time": "時間", + "url": "網址", + "precision_title": "值設定界面中浮點數後的位數。", + "precision": "精度", + "digits": "位數", + "inverse_relation_title": "可選設定,定義此關聯與哪個關聯相反。例如:父級 - 子級是彼此的反向關聯。", + "inverse_relation": "反向關聯", + "inheritable_title": "可繼承屬性將被繼承至此樹下的所有後代。", + "inheritable": "可繼承", + "save_and_close": "儲存並關閉 Ctrl+Enter", + "delete": "刪除", + "related_notes_title": "含有此標籤的其他筆記", + "more_notes": "更多筆記", + "label": "標籤內容", + "label_definition": "標籤定義內容", + "relation": "關聯內容", + "relation_definition": "關聯定義內容", + "disable_versioning": "禁用自動版本控制。適用於例如大型但不重要的筆記 - 例如用於腳本編寫的大型JS庫", + "calendar_root": "標記應用作為每日筆記的根。只應標記一個筆記。", + "archived": "含有此標籤的筆記預設在搜尋結果中不可見(也適用於跳轉至、新增連結對話方塊等)。", + "exclude_from_export": "筆記(及其子階層)不會包含在任何匯出的筆記中", + "run": "定義腳本應運行的事件。可能的值包括:\n
    \n
  • frontendStartup - Trilium前端啟動時(或重新整理時),但不會在移動端執行。
  • \n
  • mobileStartup - Trilium前端啟動時(或重新整理時), 在行動端會執行。
  • \n
  • backendStartup - Trilium後端啟動時
  • \n
  • hourly - 每小時運行一次。您可以使用附加標籤runAtHour指定小時。
  • \n
  • daily - 每天運行一次
  • \n
", + "run_on_instance": "定義應在哪個 Trilium 實例上運行。預設為所有實例。", + "run_at_hour": "應在哪個小時運行。應與#run=hourly一起使用。可以多次定義,以便一天內運行多次。", + "disable_inclusion": "含有此標籤的腳本不會包含在父腳本執行中。", + "sorted": "依標題字母順序保持子筆記排序", + "sort_direction": "ASC(預設)或 DESC", + "sort_folders_first": "資料夾(含有子筆記的筆記)應排在頂部", + "top": "在其父級中保留給定筆記在頂部(僅適用於排序的父級)", + "hide_promoted_attributes": "隱藏此筆記上的升級屬性", + "read_only": "編輯器處於唯讀模式。僅適用於文字和程式碼筆記。", + "auto_read_only_disabled": "文字 / 程式碼筆記可以在太大時自動設定為唯讀模式。您可以透過向筆記新增此標籤來對單個筆記單獨設定禁用唯讀。", + "app_css": "標記載入至 Trilium 應用程式中的 CSS 筆記,因此可以用於修改 Trilium 的外觀。", + "app_theme": "標記為完整的 Trilium 主題的 CSS 筆記,因此可以在 Trilium 選項中使用。", + "css_class": "該標籤的值將作為 CSS 類新增至樹中表示給定筆記的節點。這對於進階主題設定非常有用。可用於模板筆記。", + "icon_class": "該標籤的值將作為 CSS 類新增至樹中圖標上,有助於從視覺上區分筆記樹裡的筆記。比如可以是 bx bx-home——圖標來自 boxicons。可用於模板筆記。", + "page_size": "筆記列表中每頁的項目數", + "custom_request_handler": "請參閱自訂請求處理程序", + "custom_resource_provider": "請參閱自訂請求處理程序", + "widget": "將此筆記標記為將新增至 Trilium 元件樹中的自訂元件", + "workspace": "將此筆記標記為允許輕鬆聚焦的工作區", + "workspace_icon_class": "定義在選項卡中聚焦至此筆記時將使用的框圖圖標 CSS 類", + "workspace_tab_background_color": "聚焦至此筆記時在筆記選項卡中使用的CSS顏色", + "workspace_calendar_root": "定義每個工作區的日曆根", + "workspace_template": "在新增新筆記時,此筆記將出現在可用模板的選擇中,但僅當聚焦至包含此模板的工作區時", + "search_home": "新的搜尋筆記將作為此筆記的子筆記新增", + "workspace_search_home": "當聚焦至此工作區筆記的某個祖先時,新的搜尋筆記將作為此筆記的子筆記新增", + "inbox": "使用側邊欄中的「新建筆記」按鈕新增筆記時,預設收件匣位置。筆記將作為標有 #inbox 標籤的筆記的子筆記新增。", + "workspace_inbox": "當聚焦至此工作區筆記的某個父級筆記時,新筆記的預設收件匣位置", + "sql_console_home": "SQL 控制台筆記的預設位置", + "bookmark_folder": "含有此標籤的筆記將作為資料夾出現在書籤中(允許訪問其子筆記)", + "share_hidden_from_tree": "此筆記從左側導航樹中隱藏,但仍可透過其URL訪問", + "share_external_link": "筆記將在分享樹中作為指向外部網站的連結", + "share_alias": "使用此別名定義將在 https://您的trilium域名/share/[別名] 下可用的筆記", + "share_omit_default_css": "將省略預設的分享頁面CSS。當您進行廣泛的樣式修改時使用。", + "share_root": "標記作為在 /share 地址分享的根節點筆記。", + "share_description": "定義要新增至 HTML meta 標籤以供描述的文字", + "share_raw": "筆記將以其原始格式提供,不帶 HTML 包裝器", + "share_disallow_robot_indexing": "將透過X-Robots-Tag: noindex標頭禁止爬蟲機器人索引此筆記", + "share_credentials": "需要憑證才能訪問此分享筆記。值應以'username:password'格式提供。請勿忘記使其可繼承以套用於子筆記 / 圖片。", + "share_index": "含有此標籤的筆記將列出所有分享筆記的根", + "display_relations": "應顯示的逗號分隔關聯名稱。將隱藏所有其他關聯。", + "hide_relations": "應隱藏的逗號分隔關聯名稱。將顯示所有其他關聯。", + "title_template": "新增為此筆記的子筆記時的預設標題。該值將作為 JavaScript 字串評估\n 並因此可以透過注入的 nowparentNote 變數豐富動態內容。範例:\n \n
    \n
  • ${parentNote.getLabelValue('authorName')}的文學作品
  • \n
  • Log for ${now.format('YYYY-MM-DD HH:mm:ss')}
  • \n
\n \n 有關詳細資訊,請參見詳細資訊 wiki,API 文件parentNotenow。", + "template": "新增新筆記時將出現在可用模板的選擇中的筆記", + "toc": "#toc#toc=show將強制顯示目錄。 #toc=hide將強制隱藏它。如果標籤不存在,則依照全域設定", + "color": "定義筆記樹、連結等中筆記的顏色。使用任何有效的CSS顏色值,如'red'或#a13d5f", + "keyboard_shortcut": "定義立即跳轉至此筆記的鍵盤快捷鍵。示例:'ctrl+alt+e'。需要前端重新載入才能生效。", + "keep_current_hoisting": "即使筆記不在目前聚焦的子階層中顯示,打開此連結也不會修改聚焦。", + "execute_button": "將執行目前程式碼筆記按鈕的標題", + "execute_description": "目前程式碼筆記更長的描述與執行按鈕一同顯示", + "exclude_from_note_map": "含有此標籤的筆記將從筆記地圖中隱藏", + "new_notes_on_top": "新筆記將新增在父級筆記的頂部,而不是底部。", + "hide_highlight_widget": "隱藏高亮列表元件", + "run_on_note_creation": "在後端新增筆記時執行。如果要為在特定子階層下新增的所有筆記運行腳本,請使用此關聯。在這種情況下,在子階層根筆記上新增它並使其可繼承。在子階層中的任何深度新增新筆記都會觸發腳本。", + "run_on_child_note_creation": "當新增新的子筆記時執行", + "run_on_note_title_change": "當筆記標題修改時執行(包括筆記新增)", + "run_on_note_content_change": "當筆記內容修改時執行(包括筆記新增)。", + "run_on_note_change": "當筆記修改時執行(包括筆記新增)。不包括內容修改", + "run_on_note_deletion": "在刪除筆記時執行", + "run_on_branch_creation": "在新增分支時執行。分支是父級筆記和子筆記之間的連結,並且在克隆或移動筆記時新增。", + "run_on_branch_change": "在分支更新時執行。", + "run_on_branch_deletion": "在刪除分支時執行。分支是父級筆記和子筆記之間的連結,例如在移動筆記時刪除(刪除舊的分支 / 連結)。", + "run_on_attribute_creation": "在為定義此關聯的筆記新增新屬性時執行", + "run_on_attribute_change": " 當修改定義此關聯的筆記的屬性時執行。刪除屬性時也會觸發此操作。", + "relation_template": "即使沒有上下級關係,筆記的屬性也將繼承。如果為空,則筆記的內容和子階層將新增至實例筆記中。有關詳細資訊,請參見文檔。", + "inherit": "即使沒有上下級關係,筆記的屬性也將繼承。有關類似概念的模板關係,請參見模板關係。請參閱文檔中的屬性繼承。", + "render_note": "「渲染HTML筆記」類型的筆記將使用程式碼筆記(HTML或腳本)進行呈現,因此需要指定要渲染的筆記", + "widget_relation": "此關聯的目標將作為側邊欄中的元件執行和呈現", + "share_css": "將注入分享頁面的CSS筆記。CSS筆記也必須位於分享子階層中。可以考慮一並使用'share_hidden_from_tree'和'share_omit_default_css'。", + "share_js": "將注入分享頁面的JavaScript筆記。JS筆記也必須位於分享子階層中。可以考慮一並使用'share_hidden_from_tree'。", + "share_template": "用作顯示分享筆記的模板的嵌入式JavaScript筆記。如果沒有,將回退至預設模板。可以考慮一並使用'share_hidden_from_tree'。", + "share_favicon": "在分享頁面中設定的favicon筆記。一般需要將它設定為分享和可繼承。Favicon筆記也必須位於分享子階層中。可以考慮一並使用'share_hidden_from_tree'。", + "is_owned_by_note": "由此筆記所有", + "other_notes_with_name": "其他含有 {{attributeType}} 名為 \"{{attributeName}}\" 的的筆記", + "and_more": "…以及另外 {{count}} 個。", + "app_theme_base": "設定為 \"next\"、\"next-light \" 或 \"next-dark\",以使用相應的 TriliumNext 主題(自動、淺色或深色)作為自訂主題的基礎,而非傳統主題。", + "print_landscape": "匯出為 PDF 時,將頁面方向更改為橫向而非縱向。", + "print_page_size": "在匯出 PDF 時更改頁面大小。支援的值:A0A1A2A3A4A5A6LegalLetterTabloidLedger。", + "color_type": "顏色" + }, + "attribute_editor": { + "help_text_body1": "要新增標籤,只需輸入例如 #rock 或者如果您還想新增值,則例如 #year = 2020", + "help_text_body2": "對於關聯,請輸入 ~author = @,這將顯示一個自動完成列表,您可以查找所需的筆記。", + "help_text_body3": "您也可以使用右側的 + 按鈕新增標籤和關聯。", + "save_attributes": "儲存屬性 ", + "add_a_new_attribute": "新增屬性", + "add_new_label": "新增標籤 ", + "add_new_relation": "新增關聯 ", + "add_new_label_definition": "新增新標籤定義", + "add_new_relation_definition": "新增新關聯定義", + "placeholder": "在此輸入標籤和關聯" + }, + "abstract_bulk_action": { + "remove_this_search_action": "刪除此搜尋操作" + }, + "execute_script": { + "execute_script": "執行腳本", + "help_text": "您可以在匹配的筆記上執行簡單的腳本。", + "example_1": "例如,要在筆記標題後附加字串,請使用以下腳本:", + "example_2": "更複雜的例子,刪除所有匹配的筆記屬性:" + }, + "add_label": { + "add_label": "新增標籤", + "label_name_placeholder": "標籤名稱", + "label_name_title": "允許使用字母、數字、下劃線和冒號。", + "to_value": "值為", + "new_value_placeholder": "新值", + "help_text": "在所有匹配的筆記上:", + "help_text_item1": "如果筆記尚無此標籤,則新增給定的標籤", + "help_text_item2": "或更改現有標籤的值", + "help_text_note": "您也可以在不指定值的情況下調用此方法,這種情況下,標籤將分配給沒有值的筆記。" + }, + "delete_label": { + "delete_label": "刪除標籤", + "label_name_placeholder": "標籤名稱", + "label_name_title": "允許使用字母、數字、下劃線和冒號。" + }, + "rename_label": { + "rename_label": "重新命名標籤", + "rename_label_from": "重新命名標籤從", + "old_name_placeholder": "舊名稱", + "to": "改為", + "new_name_placeholder": "新名稱", + "name_title": "允許使用字母、數字、下劃線和冒號。" + }, + "update_label_value": { + "update_label_value": "更新標籤值", + "label_name_placeholder": "標籤名稱", + "label_name_title": "允許使用字母、數字、下劃線和冒號。", + "to_value": "值為", + "new_value_placeholder": "新值", + "help_text": "在所有匹配的筆記上,更改現有標籤的值。", + "help_text_note": "您也可以在不指定值的情況下調用此方法,這種情況下,標籤將分配給沒有值的筆記。" + }, + "delete_note": { + "delete_note": "刪除筆記", + "delete_matched_notes": "刪除匹配的筆記", + "delete_matched_notes_description": "這將刪除匹配的筆記。", + "undelete_notes_instruction": "刪除後,可以從「最近修改」對話方塊中還原它們。", + "erase_notes_instruction": "要永久擦除筆記,您可以在刪除後至「選項」→「其他」,然後點擊「立即擦除已刪除的筆記」按鈕。" + }, + "delete_revisions": { + "delete_note_revisions": "刪除筆記歷史", + "all_past_note_revisions": "所有匹配筆記的過去歷史都將被刪除。筆記本身將完全保留。換句話說,筆記的歷史將被刪除。" + }, + "move_note": { + "move_note": "移動筆記", + "to": "到", + "target_parent_note": "目標父級筆記", + "on_all_matched_notes": "對於所有匹配的筆記", + "move_note_new_parent": "如果筆記只有一個父級(即舊分支被移除並新增新分支至新父級),則將筆記移動至新父級", + "clone_note_new_parent": "如果筆記有多個克隆 / 分支(不清楚應該移除哪個分支),則將筆記克隆至新父級", + "nothing_will_happen": "如果筆記無法移動至目標筆記(即這會新增一個樹循環),則不會發生任何事情" + }, + "rename_note": { + "rename_note": "重新命名筆記", + "rename_note_title_to": "重新命名筆記標題為", + "new_note_title": "新筆記標題", + "click_help_icon": "點擊右側的說明圖示查看所有選項", + "evaluated_as_js_string": "給定的值被認為是 JavaScript 字串,因此可以透過注入的 note 變數(正在重新命名的筆記)豐富動態內容。 例如:", + "example_note": "Note - 所有匹配的筆記都被重新命名為「Note」", + "example_new_title": "NEW: ${note.title} - 匹配的筆記標題以「NEW: 」為前綴", + "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note.title} - 匹配的筆記以筆記的新增月份-日期為前綴", + "api_docs": "有關詳細資訊,請參閱筆記及其dateCreatedObj / utcDateCreatedObj 屬性的API文檔。" + }, + "add_relation": { + "add_relation": "新增關聯", + "relation_name": "關聯名稱", + "allowed_characters": "允許的字符為字母數字、下劃線和冒號。", + "to": "到", + "target_note": "目標筆記", + "create_relation_on_all_matched_notes": "在所有匹配的筆記上新增指定的關聯。" + }, + "delete_relation": { + "delete_relation": "刪除關聯", + "relation_name": "關聯名稱", + "allowed_characters": "允許的字符為字母數字、下劃線和冒號。" + }, + "rename_relation": { + "rename_relation": "重新命名關聯", + "rename_relation_from": "重新命名關聯,從", + "old_name": "舊名稱", + "to": "改為", + "new_name": "新名稱", + "allowed_characters": "允許的字符為字母數字、下劃線和冒號。" + }, + "update_relation_target": { + "update_relation": "更新關聯", + "relation_name": "關聯名稱", + "allowed_characters": "允許的字符為字母數字、下劃線和冒號。", + "to": "到", + "target_note": "目標筆記", + "on_all_matched_notes": "在所有匹配的筆記上", + "change_target_note": "或更改現有關聯的目標筆記", + "update_relation_target": "更新關聯目標" + }, + "attachments_actions": { + "open_externally": "以外部程式打開", + "open_externally_title": "檔案將會在外部應用程式中打開並監視其更改。然後您可以將修改後的版本上傳回 Trilium。", + "open_custom": "自訂打開方式", + "open_custom_title": "檔案將會在外部應用程式中打開並監視其更改。然後您可以將修改後的版本上傳回 Trilium。", + "download": "下載", + "rename_attachment": "重新命名附件", + "upload_new_revision": "上傳新版本", + "copy_link_to_clipboard": "複製連結至剪貼簿", + "convert_attachment_into_note": "將附件轉換為筆記", + "delete_attachment": "刪除附件", + "upload_success": "已上傳新附件版本。", + "upload_failed": "新附件版本上傳失敗。", + "open_externally_detail_page": "外部打開附件僅在詳細頁面中可用,請首先點擊附件詳細資訊,然後重復此操作。", + "open_custom_client_only": "自訂打開附件只能透過桌面版完成。", + "delete_confirm": "您確定要刪除附件 '{{title}}' 嗎?", + "delete_success": "附件 '{{title}}' 已被刪除。", + "convert_confirm": "您確定要將附件 '{{title}}' 轉換為單獨的筆記嗎?", + "convert_success": "附件 '{{title}}' 已轉換為筆記。", + "enter_new_name": "請輸入附件的新名稱" + }, + "calendar": { + "mon": "一", + "tue": "二", + "wed": "三", + "thu": "四", + "fri": "五", + "sat": "六", + "sun": "日", + "cannot_find_day_note": "無法找到日記", + "january": "一月", + "february": "二月", + "march": "三月", + "april": "四月", + "may": "五月", + "june": "六月", + "july": "七月", + "august": "八月", + "september": "九月", + "october": "十月", + "november": "十一月", + "december": "十二月", + "cannot_find_week_note": "無法找到週記", + "week": "週", + "week_previous": "上週", + "week_next": "下週", + "month": "月", + "month_previous": "上個月", + "month_next": "下個月", + "year": "年", + "year_previous": "前一年", + "year_next": "後一年", + "list": "列表", + "today": "今天" + }, + "close_pane_button": { + "close_this_pane": "關閉此面板" + }, + "create_pane_button": { + "create_new_split": "分割頁面" + }, + "edit_button": { + "edit_this_note": "編輯此筆記" + }, + "show_toc_widget_button": { + "show_toc": "顯示目錄" + }, + "show_highlights_list_widget_button": { + "show_highlights_list": "顯示高亮列表" + }, + "global_menu": { + "menu": "選單", + "options": "選項", + "open_new_window": "打開新視窗", + "switch_to_mobile_version": "切換至行動版", + "switch_to_desktop_version": "切換至桌面版", + "zoom": "縮放", + "toggle_fullscreen": "切換全螢幕", + "zoom_out": "縮小", + "reset_zoom_level": "重置縮放級別", + "zoom_in": "放大", + "configure_launchbar": "設定啟動欄", + "show_shared_notes_subtree": "顯示分享筆記子階層", + "advanced": "進階", + "open_dev_tools": "打開開發者工具", + "open_sql_console": "打開 SQL 控制台", + "open_sql_console_history": "打開 SQL 控制台歷史記錄", + "open_search_history": "打開搜尋歷史", + "show_backend_log": "顯示後台日誌", + "reload_hint": "重新載入可以幫助解決一些視覺故障,而無需重新啟動整個應用程式。", + "reload_frontend": "重新載入前端", + "show_hidden_subtree": "顯示隱藏的子階層", + "show_help": "顯示說明", + "about": "關於 TriliumNext 筆記", + "logout": "登出", + "show-cheatsheet": "顯示快捷鍵說明", + "toggle-zen-mode": "禪模式", + "new-version-available": "發現新更新", + "download-update": "取得版本 {{latestVersion}}" + }, + "sync_status": { + "unknown": "

同步狀態將在下一次同步嘗試開始後顯示。

點擊以立即觸發同步。

", + "connected_with_changes": "

已連接至同步伺服器。
有一些未同步的變更。

點擊以觸發同步。

", + "connected_no_changes": "

已連接至同步伺服器。
所有變更均已同步。

點擊以觸發同步。

", + "disconnected_with_changes": "

連接同步伺服器失敗。
有一些未同步的變更。

點擊以觸發同步。

", + "disconnected_no_changes": "

連接同步伺服器失敗。
所有已知變更均已同步。

點擊以觸發同步。

", + "in_progress": "正在與伺服器進行同步。" + }, + "left_pane_toggle": { + "show_panel": "顯示面板", + "hide_panel": "隱藏面板" + }, + "move_pane_button": { + "move_left": "向左移動", + "move_right": "向右移動" + }, + "note_actions": { + "convert_into_attachment": "轉換為附件", + "re_render_note": "重新渲染筆記", + "search_in_note": "在筆記中搜尋", + "note_source": "筆記原始碼", + "note_attachments": "筆記附件", + "open_note_externally": "用外部程式打開筆記", + "open_note_externally_title": "檔案將在外部應用程式中打開並監視其更改。然後您可以將修改後的版本上傳回 Trilium。", + "open_note_custom": "使用自訂程式打開筆記", + "import_files": "匯入檔案", + "export_note": "匯出筆記", + "delete_note": "刪除筆記", + "print_note": "列印筆記", + "save_revision": "儲存筆記歷史", + "convert_into_attachment_failed": "筆記 '{{title}}' 轉換失敗。", + "convert_into_attachment_successful": "筆記 '{{title}}' 已成功轉換為附件。", + "convert_into_attachment_prompt": "確定要將筆記 '{{title}}' 轉換為父級筆記的附件嗎?", + "print_pdf": "匯出為 PDF…", + "open_note_on_server": "在伺服器上開啟筆記", + "view_revisions": "筆記歷史版本...", + "advanced": "進階", + "export_as_image": "匯出為圖片", + "export_as_image_png": "PNG (點陣)", + "export_as_image_svg": "SVG (向量)", + "note_map": "筆記地圖" + }, + "onclick_button": { + "no_click_handler": "按鈕元件'{{componentId}}'沒有定義點擊時的處理方式" + }, + "protected_session_status": { + "active": "已進入受保護的作業階段。點擊退出受保護的作業階段。", + "inactive": "點擊進入受保護的作業階段" + }, + "revisions_button": { + "note_revisions": "筆記歷史版本" + }, + "update_available": { + "update_available": "有更新可用" + }, + "note_launcher": { + "this_launcher_doesnt_define_target_note": "此啟動器未定義目標筆記。" + }, + "code_buttons": { + "execute_button_title": "執行腳本", + "trilium_api_docs_button_title": "打開 Trilium API 文件", + "save_to_note_button_title": "儲存至筆記", + "opening_api_docs_message": "正在打開 API 文檔…", + "sql_console_saved_message": "SQL 控制台已儲存至 {{note_path}}" + }, + "copy_image_reference_button": { + "button_title": "複製圖片引用至剪貼簿,可貼上至文字筆記中。" + }, + "hide_floating_buttons_button": { + "button_title": "隱藏按鈕" + }, + "show_floating_buttons_button": { + "button_title": "顯示按鈕" + }, + "svg_export_button": { + "button_title": "匯出 SVG 格式圖片" + }, + "relation_map_buttons": { + "create_child_note_title": "新增子筆記並添加至關聯圖", + "reset_pan_zoom_title": "重置平移和縮放至初始坐標和放大倍率", + "zoom_in_title": "放大", + "zoom_out_title": "縮小" + }, + "zpetne_odkazy": { + "relation": "關聯", + "backlink_one": "{{count}} 個反連結", + "backlink_other": "{{count}} 個反連結" + }, + "mobile_detail_menu": { + "insert_child_note": "插入子筆記", + "delete_this_note": "刪除此筆記", + "error_cannot_get_branch_id": "無法獲取 notePath '{{notePath}}' 的 branchId", + "error_unrecognized_command": "無法識別的命令 {{command}}", + "note_revisions": "筆記歷史版本", + "backlinks": "反向連結" + }, + "note_icon": { + "change_note_icon": "更改筆記圖標", + "search": "搜尋:", + "reset-default": "重置為預設圖標", + "search_placeholder_one": "在 {{count}} 個圖示包中搜尋 {{number}} 個圖示", + "search_placeholder_other": "", + "search_placeholder_filtered": "在 {{name}} 中搜尋 {{number}} 個圖示", + "filter": "篩選", + "filter-none": "所有圖示", + "filter-default": "預設圖示", + "icon_tooltip": "{{name}}\n圖示包:{{iconPack}}", + "no_results": "找不到圖示。" + }, + "basic_properties": { + "note_type": "筆記類型", + "editable": "可編輯", + "basic_properties": "基本屬性", + "language": "語言", + "configure_code_notes": "設定程式碼筆記…" + }, + "book_properties": { + "view_type": "視圖類型", + "grid": "網格", + "list": "列表", + "collapse_all_notes": "收摺所有筆記", + "collapse": "收摺", + "expand": "展開", + "invalid_view_type": "無效的查看類型 '{{type}}'", + "book_properties": "集合屬性", + "calendar": "日曆", + "table": "表格", + "geo-map": "地理地圖", + "board": "看板", + "include_archived_notes": "顯示已封存筆記", + "presentation": "簡報", + "expand_tooltip": "展開此集合的直接子級(單層深度)。按下右側箭頭以查看更多選項。", + "expand_first_level": "展開直接子級", + "expand_nth_level": "展開 {{depth}} 層", + "expand_all_levels": "展開所有層級", + "hide_child_notes": "隱藏樹中的子筆記" + }, + "edited_notes": { + "no_edited_notes_found": "今天還沒有編輯過的筆記...", + "title": "編輯過的筆記", + "deleted": "(已刪除)" + }, + "file_properties": { + "note_id": "筆記 ID", + "original_file_name": "原始檔案名稱", + "file_type": "檔案類型", + "file_size": "檔案大小", + "download": "下載", + "open": "以外部程式打開", + "upload_new_revision": "上傳新版本", + "upload_success": "已上傳新檔案版本。", + "upload_failed": "新檔案版本上傳失敗。", + "title": "檔案" + }, + "image_properties": { + "original_file_name": "原始檔案名稱", + "file_type": "檔案類型", + "file_size": "檔案大小", + "download": "下載", + "open": "打開", + "copy_reference_to_clipboard": "複製引用至剪貼簿", + "upload_new_revision": "上傳新版本", + "upload_success": "已上傳新圖片版本。", + "upload_failed": "新圖片版本上傳失敗:{{message}}", + "title": "圖片" + }, + "inherited_attribute_list": { + "title": "繼承的屬性", + "no_inherited_attributes": "沒有繼承的屬性。", + "none": "無" + }, + "note_info_widget": { + "note_id": "筆記 ID", + "created": "建立時間", + "modified": "修改時間", + "type": "類型", + "note_size": "筆記大小", + "note_size_info": "筆記大小提供了該筆記儲存需求的粗略估計。它考慮了筆記及其歷史的內容。", + "calculate": "計算", + "subtree_size": "(子階層大小: {{size}}, 共計 {{count}} 個筆記)", + "title": "筆記資訊", + "mime": "MIME 類型", + "show_similar_notes": "顯示相似筆記" + }, + "note_map": { + "open_full": "展開顯示", + "collapse": "收摺到正常大小", + "title": "筆記地圖", + "fix-nodes": "固定節點", + "link-distance": "連結距離" + }, + "note_paths": { + "title": "筆記路徑", + "clone_button": "克隆筆記至新位置...", + "intro_placed": "此筆記放置在以下路徑中:", + "intro_not_placed": "此筆記尚未放入筆記樹中。", + "outside_hoisted": "此路徑在聚焦的筆記之外,您需要取消聚焦。", + "archived": "已封存", + "search": "搜尋" + }, + "note_properties": { + "this_note_was_originally_taken_from": "筆記來源:", + "info": "資訊" + }, + "owned_attribute_list": { + "owned_attributes": "自有屬性" + }, + "promoted_attributes": { + "promoted_attributes": "升級屬性", + "url_placeholder": "http://網站連結...", + "open_external_link": "打開外部連結", + "unknown_label_type": "未知的標籤類型 '{{type}}'", + "unknown_attribute_type": "未知的屬性類型 '{{type}}'", + "add_new_attribute": "新增屬性", + "remove_this_attribute": "移除此屬性", + "unset-field-placeholder": "未設定", + "remove_color": "移除此顏色標籤" + }, + "script_executor": { + "query": "查詢", + "script": "腳本", + "execute_query": "執行查詢", + "execute_script": "執行腳本" + }, + "search_definition": { + "add_search_option": "新增搜尋選項:", + "search_string": "搜尋字串", + "search_script": "搜尋腳本", + "ancestor": "祖先", + "fast_search": "快速搜尋", + "fast_search_description": "快速搜尋選項禁用筆記內容的全文搜尋,這可能會加速大資料庫中的搜尋。", + "include_archived": "包含封存", + "include_archived_notes_description": "封存的筆記預設不包含在搜尋結果中,使用此選項將包含它們。", + "order_by": "排序方式", + "limit": "限制", + "limit_description": "限制結果數量", + "debug": "除錯", + "debug_description": "除錯將顯示額外的除錯資訊至控制台,以幫助除錯複雜查詢", + "action": "操作", + "search_button": "搜尋", + "search_execute": "搜尋並執行操作", + "save_to_note": "儲存至筆記", + "search_parameters": "搜尋參數", + "unknown_search_option": "未知的搜尋選項 {{searchOptionName}}", + "search_note_saved": "搜尋筆記已儲存至 {{- notePathTitle}}", + "actions_executed": "已執行操作。", + "view_options": "查看選項:" + }, + "similar_notes": { + "title": "相似筆記", + "no_similar_notes_found": "未找到相似的筆記。" + }, + "abstract_search_option": { + "remove_this_search_option": "刪除此搜尋選項", + "failed_rendering": "渲染搜尋選項失敗:{{dto}},錯誤資訊:{{error}},堆棧:{{stack}}" + }, + "ancestor": { + "label": "祖先", + "placeholder": "依名稱搜尋筆記", + "depth_label": "深度", + "depth_doesnt_matter": "任意", + "depth_eq": "正好是 {{count}}", + "direct_children": "直接子級", + "depth_gt": "大於 {{count}}", + "depth_lt": "小於 {{count}}" + }, + "debug": { + "debug": "除錯", + "debug_info": "除錯將印出額外的除錯資訊到控制台,以幫助除錯複雜的查詢。", + "access_info": "要訪問除錯資訊,請執行查詢並點擊左上角的「顯示後端日誌」。" + }, + "fast_search": { + "fast_search": "快速搜尋", + "description": "快速搜尋選項禁用筆記內容的全文搜尋,這可能會加快在大型資料庫中的搜尋速度。" + }, + "include_archived_notes": { + "include_archived_notes": "包括已封存的筆記" + }, + "limit": { + "limit": "限制", + "take_first_x_results": "僅取前 X 個指定結果。" + }, + "order_by": { + "order_by": "排序方式", + "relevancy": "相關性(預設)", + "title": "標題", + "date_created": "新增日期", + "date_modified": "最後修改日期", + "content_size": "筆記內容大小", + "content_and_attachments_size": "筆記內容大小(包括附件)", + "content_and_attachments_and_revisions_size": "筆記內容大小(包括附件和筆記歷史)", + "revision_count": "歷史數量", + "children_count": "子筆記數量", + "parent_count": "克隆數量", + "owned_label_count": "標籤數量", + "owned_relation_count": "關聯數量", + "target_relation_count": "指向筆記的關聯數量", + "random": "隨機順序", + "asc": "升冪(預設)", + "desc": "降冪" + }, + "search_script": { + "title": "搜尋腳本:", + "placeholder": "依名稱搜尋筆記", + "description1": "搜尋腳本允許透過運行腳本來定義搜尋結果。這在標準搜尋不足時提供了最大的靈活性。", + "description2": "搜尋腳本必須是類型為「程式碼」和子類型為「JavaScript後端」。腳本需要返回一個 noteIds 或 notes 數組。", + "example_title": "請看這個例子:", + "example_code": "// 1. 使用標準搜尋進行預過濾\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. 應用自訂搜尋條件\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", + "note": "注意,搜尋腳本和搜尋字串不能相互結合使用。" + }, + "search_string": { + "title_column": "搜尋字串:", + "placeholder": "全文關鍵詞,#標籤 = 值…", + "search_syntax": "搜尋語法", + "also_see": "另見", + "complete_help": "完整的搜尋語法說明", + "full_text_search": "只需輸入任何文字進行全文搜尋", + "label_abc": "返回帶有標籤abc的筆記", + "label_year": "匹配帶有標籤年份且值為2019的筆記", + "label_rock_pop": "匹配同時具有 rock 和 pop 標籤的筆記", + "label_rock_or_pop": "只需一個標籤存在即可", + "label_year_comparison": "數字比較(也包括>,>=,<)。", + "label_date_created": "上個月新增的筆記", + "error": "搜尋錯誤:{{error}}", + "search_prefix": "搜尋:" + }, + "attachment_detail": { + "open_help_page": "打開附件說明頁面", + "owning_note": "所屬筆記: ", + "you_can_also_open": ",您還可以打開 ", + "list_of_all_attachments": "所有附件列表", + "attachment_deleted": "該附件已被刪除。" + }, + "attachment_list": { + "open_help_page": "打開附件說明頁面", + "owning_note": "所屬筆記: ", + "upload_attachments": "上傳附件", + "no_attachments": "此筆記沒有附件。" + }, + "book": { + "no_children_help": "此類型為書籍的筆記沒有任何子筆記,因此沒有內容可顯示。請參閱 wiki 以了解詳情。", + "drag_locked_title": "鎖定編輯", + "drag_locked_message": "無法拖曳,因為此集合已被鎖定編輯。" + }, + "editable_code": { + "placeholder": "在這裡輸入您的程式碼筆記內容…" + }, + "editable_text": { + "placeholder": "在這裡輸入您的筆記內容…", + "auto-detect-language": "自動檢測", + "keeps-crashing": "編輯元件持續發生崩潰。請嘗試重新啟動 Trilium。若問題仍存在,請考慮提交錯誤報告。", + "editor_crashed_title": "文字編輯器崩潰", + "editor_crashed_content": "您的內容已成功恢復,但最近的幾項變更可能未被儲存。", + "editor_crashed_details_button": "檢視更多資訊⋯", + "editor_crashed_details_intro": "若您多次遇到此錯誤,請考慮在 GitHub 回報以下資訊。", + "editor_crashed_details_title": "技術資訊" + }, + "empty": { + "open_note_instruction": "透過在下面的輸入框中輸入筆記標題或在樹中選擇筆記來打開筆記。", + "search_placeholder": "依名稱搜尋筆記", + "enter_workspace": "進入工作區 {{title}}" + }, + "file": { + "file_preview_not_available": "此檔案格式不支援預覽。", + "too_big": "預覽僅顯示檔案的前 {{maxNumChars}} 個字元以提高性能。下載檔案並在外部打開以查看完整內容。" + }, + "protected_session": { + "enter_password_instruction": "顯示受保護的筆記需要輸入您的密碼:", + "start_session_button": "開始受保護的作業階段", + "started": "已啟動受保護的作業階段。", + "wrong_password": "密碼錯誤。", + "protecting-finished-successfully": "已成功完成保護操作。", + "unprotecting-finished-successfully": "已成功解除保護操作。", + "protecting-in-progress": "保護進行中:{{count}}", + "unprotecting-in-progress-count": "解除保護進行中:{{count}}", + "protecting-title": "保護狀態", + "unprotecting-title": "解除保護狀態" + }, + "relation_map": { + "open_in_new_tab": "在新分頁中打開", + "remove_note": "刪除筆記", + "edit_title": "編輯標題", + "rename_note": "重新命名筆記", + "enter_new_title": "輸入新的筆記標題:", + "remove_relation": "刪除關聯", + "confirm_remove_relation": "您確定要刪除這個關聯嗎?", + "specify_new_relation_name": "指定新的關聯名稱(允許的字符:字母、數字、冒號和下劃線):", + "connection_exists": "筆記之間的連接 '{{name}}' 已經存在。", + "start_dragging_relations": "從這裡開始拖動關聯,並將其放置到另一個筆記上。", + "note_not_found": "筆記 {{noteId}} 未找到!", + "cannot_match_transform": "無法匹配變換:{{transform}}", + "note_already_in_diagram": "筆記 \"{{title}}\" 已經在圖中。", + "enter_title_of_new_note": "輸入新筆記的標題", + "default_new_note_title": "新筆記", + "click_on_canvas_to_place_new_note": "點擊畫布以放置新筆記" + }, + "render": { + "note_detail_render_help_1": "之所以顯示此說明筆記,是因為該類型的渲染 HTML 沒有設定好必須的關聯。", + "note_detail_render_help_2": "渲染筆記類型用於編寫 腳本。簡單說就是您可以寫HTML程式碼(或者加上一些JavaScript程式碼), 然後這個筆記會把頁面渲染出來。要使其正常工作,您需要定義一個名為 \"renderNote\" 的 關聯 指向要呈現的 HTML 筆記。" + }, + "web_view": { + "web_view": "網頁顯示", + "embed_websites": "網頁顯示類型的筆記允許您將網站嵌入至 Trilium 中。", + "create_label": "首先,請新增一個帶有您要嵌入的 URL 地址的標籤,例如 #webViewSrc=\"https://www.bing.com\"" + }, + "backend_log": { + "refresh": "重新整理" + }, + "consistency_checks": { + "title": "檢查一致性", + "find_and_fix_button": "尋找並修復一致性問題", + "finding_and_fixing_message": "正在尋找並修復一致性問題…", + "issues_fixed_message": "一致性問題應該已被修復。" + }, + "database_anonymization": { + "title": "資料庫匿名化", + "full_anonymization": "完全匿名化", + "full_anonymization_description": "此操作將新增一個新的資料庫副本並進行匿名化處理(刪除所有筆記內容,僅保留結構和一些非敏感元數據),用來分享至網上做除錯而無需擔心洩漏您的個人資料。", + "save_fully_anonymized_database": "儲存完全匿名化的資料庫", + "light_anonymization": "輕度匿名化", + "light_anonymization_description": "此操作將新增一個新的資料庫副本,並對其進行輕度匿名化處理——僅刪除所有筆記的內容,但保留標題和屬性。此外,自訂 JS 前端 / 後端腳本筆記和自訂元件將保留。這提供了更多上下文以除錯問題。", + "choose_anonymization": "您可以自行決定是提供完全匿名化還是輕度匿名化的資料庫。即使是完全匿名化的資料庫也非常有用,但在某些情況下,輕度匿名化的資料庫可以加快錯誤識別和修復的過程。", + "save_lightly_anonymized_database": "儲存輕度匿名化的資料庫", + "existing_anonymized_databases": "現有的匿名化資料庫", + "creating_fully_anonymized_database": "正在新增完全匿名化的資料庫…", + "creating_lightly_anonymized_database": "正在新增輕度匿名化的資料庫…", + "error_creating_anonymized_database": "無法新增匿名化資料庫,請檢查後端日誌以取得詳細資訊", + "successfully_created_fully_anonymized_database": "成功新增完全匿名化的資料庫,路徑為 {{anonymizedFilePath}}", + "successfully_created_lightly_anonymized_database": "成功新增輕度匿名化的資料庫,路徑為 {{anonymizedFilePath}}", + "no_anonymized_database_yet": "尚無匿名化資料庫。" + }, + "database_integrity_check": { + "title": "資料庫完整性檢查", + "description": "檢查 SQLite 資料庫是否損壞。根據資料庫的大小,這可能會需要一些時間。", + "check_button": "檢查資料庫完整性", + "checking_integrity": "正在檢查資料庫完整性…", + "integrity_check_succeeded": "完整性檢查成功——未發現問題。", + "integrity_check_failed": "完整性檢查失敗: {{results}}" + }, + "sync": { + "title": "同步", + "force_full_sync_button": "強制全量同步", + "fill_entity_changes_button": "填充實體變更記錄", + "full_sync_triggered": "已觸發全量同步", + "filling_entity_changes": "正在填充實體變更列…", + "sync_rows_filled_successfully": "同步列填充成功", + "finished-successfully": "已完成同步。", + "failed": "同步失敗:{{message}}" + }, + "vacuum_database": { + "title": "清理資料庫", + "description": "這會重建資料庫,通常會減少佔用空間,不會刪除數據。", + "button_text": "清理資料庫", + "vacuuming_database": "正在清理資料庫…", + "database_vacuumed": "已清理資料庫" + }, + "fonts": { + "theme_defined": "跟隨主題", + "fonts": "字型", + "main_font": "主字型", + "font_family": "字型", + "size": "大小", + "note_tree_font": "筆記樹字型", + "note_detail_font": "筆記內容字型", + "monospace_font": "等寬(程式碼)字型", + "note_tree_and_detail_font_sizing": "請注意,筆記樹字型和詳細字型的大小為相對於主字型大小設定。", + "not_all_fonts_available": "並非所有列出的字型都在您的系統上可用。", + "apply_font_changes": "要套用字型更改,請點擊", + "reload_frontend": "重新載入前端", + "generic-fonts": "通用字型", + "sans-serif-system-fonts": "無襯線系統字型", + "serif-system-fonts": "襯線系統字型", + "monospace-system-fonts": "等寬系統字型", + "handwriting-system-fonts": "手寫系統字型", + "serif": "襯線", + "sans-serif": "無襯線", + "monospace": "等寬", + "system-default": "系統預設" + }, + "max_content_width": { + "title": "內容寬度", + "default_description": "Trilium 預設會限制內容的最大寬度以提高在寬螢幕中全螢幕時的可讀性。", + "max_width_label": "內容最大寬度(像素)", + "max_width_unit": "像素", + "centerContent": "將內容置中" + }, + "native_title_bar": { + "title": "原生標題列(需要重新啟動程式)", + "enabled": "啟用", + "disabled": "禁用" + }, + "ribbon": { + "widgets": "功能區元件", + "promoted_attributes_message": "如果筆記中存在升級屬性,則自動打開升級屬性功能區分頁", + "edited_notes_message": "日記筆記中自動打開編輯過的筆記功能區分頁" + }, + "theme": { + "title": "主題", + "theme_label": "主題", + "override_theme_fonts_label": "更改主題字型", + "layout": "佈局", + "layout-vertical-title": "垂直", + "layout-horizontal-title": "水平", + "layout-vertical-description": "啟動欄位於左側(預設)", + "layout-horizontal-description": "啟動欄位於分頁欄下方,分頁欄現在是全寬的。", + "auto_theme": "傳統(遵循系統配色方案)", + "light_theme": "傳統(淺色)", + "dark_theme": "傳統(深色)", + "triliumnext": "Trilium(遵循系統配色方案)", + "triliumnext-light": "Trilium(淺色)", + "triliumnext-dark": "Trilium(深色)" + }, + "zoom_factor": { + "title": "縮放係數(僅桌面版有效)", + "description": "縮放也可以透過 CTRL+- 和 CTRL+= 快捷鍵進行控制。" + }, + "code_auto_read_only_size": { + "title": "自動唯讀大小", + "description": "自動唯讀大小是指筆記超過設定的大小後自動設定為唯讀模式(為性能考慮)。", + "label": "自動唯讀大小(程式碼筆記)", + "unit": "字元" + }, + "code_mime_types": { + "title": "下拉選單可用的 MIME 文件類型", + "tooltip_syntax_highlighting": "語法高亮顯示", + "tooltip_code_block_syntax": "文字筆記中的程式碼區塊", + "tooltip_code_note_syntax": "程式碼筆記" + }, + "vim_key_bindings": { + "use_vim_keybindings_in_code_notes": "Vim 快捷鍵", + "enable_vim_keybindings": "在程式碼筆記中啟用 Vim 快捷鍵(不包含 ex 模式)" + }, + "wrap_lines": { + "wrap_lines_in_code_notes": "程式碼筆記自動換行", + "enable_line_wrap": "啟用自動換行(需要重新載入前端才會生效)" + }, + "images": { + "images_section_title": "圖片", + "download_images_automatically": "自動下載圖片以供離線使用。", + "download_images_description": "貼上的 HTML 可能包含線上圖片的引用,Trilium 會找到這些引用並下載圖片,以便它們可以離線使用。", + "enable_image_compression": "啟用圖片壓縮", + "max_image_dimensions": "圖片的最大寬度 / 高度(超過此限制的圖片將會被縮放)。", + "jpeg_quality_description": "JPEG 質量(10 - 最差質量,100 最佳質量,建議為 50 - 85)", + "max_image_dimensions_unit": "像素" + }, + "attachment_erasure_timeout": { + "attachment_erasure_timeout": "附件清理超時", + "attachment_auto_deletion_description": "如果附件在一段時間後不再被筆記引用,它們將被自動刪除(並被清理)。", + "manual_erasing_description": "您還可以手動觸發清理(而不考慮上述定義的超時時間):", + "erase_unused_attachments_now": "立即清理未使用的附件筆記", + "unused_attachments_erased": "已刪除未使用的附件。", + "erase_attachments_after": "在此時間後刪除未使用的附件:" + }, + "network_connections": { + "network_connections_title": "網絡連接", + "check_for_updates": "自動檢查更新" + }, + "note_erasure_timeout": { + "note_erasure_timeout_title": "筆記清理超時", + "note_erasure_description": "被刪除的筆記(以及屬性、歷史版本等)最初僅被標記為「刪除」,可以從「最近修改」對話方塊中還原它們。經過一段時間後,已刪除的筆記會被「清理」,這意味著它們的內容將無法被還原。此設定允許您設定從刪除到清除筆記之間的時間長度。", + "manual_erasing_description": "您還可以手動觸發清理(而不考慮上述定義的超時時間):", + "erase_deleted_notes_now": "立即清理已刪除的筆記", + "deleted_notes_erased": "已清理已刪除的筆記。", + "erase_notes_after": "在此時間後刪除筆記:" + }, + "revisions_snapshot_limit": { + "note_revisions_snapshot_limit_title": "筆記歷史快照限制", + "note_revisions_snapshot_limit_description": "筆記歷史快照數限制指的是每個筆記可以儲存的最大歷史記錄數量。其中 -1 表示沒有限制,0 表示刪除所有歷史記錄。您可以透過 #versioningLimit 標籤設定單個筆記的最大歷史記錄數量。", + "snapshot_number_limit_label": "筆記歷史快照數量限制:", + "erase_excess_revision_snapshots": "立即刪除多餘的歷史快照", + "erase_excess_revision_snapshots_prompt": "多餘的歷史快照已被刪除。", + "snapshot_number_limit_unit": "快照" + }, + "search_engine": { + "title": "搜尋引擎", + "custom_search_engine_info": "自訂搜尋引擎需要設定名稱和 URL。如果這兩者之一未設定,將預設使用 DuckDuckGo 作為搜尋引擎。", + "predefined_templates_label": "預定義搜尋引擎模板", + "bing": "Bing", + "baidu": "百度", + "duckduckgo": "DuckDuckGo", + "google": "Google", + "custom_name_label": "自訂搜尋引擎名稱", + "custom_name_placeholder": "自訂搜尋引擎名稱", + "custom_url_label": "自訂搜尋引擎 URL 應包含 {keyword} 作為搜尋詞的佔位符。", + "custom_url_placeholder": "自訂搜尋引擎 URL", + "save_button": "儲存" + }, + "tray": { + "title": "系統匣", + "enable_tray": "啟用系統匣圖示(需要重啟生效)" + }, + "heading_style": { + "title": "標題風格", + "plain": "純文字", + "underline": "下劃線", + "markdown": "Markdown 風格" + }, + "highlights_list": { + "title": "高亮列表", + "description": "您可以自訂右側面板中顯示的高亮列表:", + "bold": "粗體", + "italic": "斜體", + "underline": "下劃線", + "color": "字體顏色", + "bg_color": "背景顏色", + "visibility_title": "高亮列表可見性", + "visibility_description": "您可以透過添加 #hideHighlightWidget 標籤來隱藏每個筆記的高亮元件。", + "shortcut_info": "您可以在「選項」→「快捷鍵」中設定鍵盤快捷鍵快速切換右側面板(包括高亮列表)(名稱為 'toggleRightPane')。" + }, + "table_of_contents": { + "title": "目錄", + "description": "當筆記中有超過一定數量的標題時,顯示目錄。您可以自訂此數量:", + "disable_info": "您可以設定一個非常大的數來禁用目錄。", + "shortcut_info": "您可以在「選項」→「快捷鍵」中設定一個鍵盤快捷鍵快速切換右側面板(包括目錄)(名稱為 'toggleRightPane')。", + "unit": "標題" + }, + "text_auto_read_only_size": { + "title": "自動唯讀大小", + "description": "自動唯讀筆記大小是超過該大小後,筆記將以唯讀模式顯示(出於性能考慮)。", + "label": "自動唯讀大小(文字筆記)", + "unit": "字元" + }, + "i18n": { + "title": "在地化", + "language": "語言", + "first-day-of-the-week": "一週的第一天", + "sunday": "星期日", + "monday": "星期一", + "first-week-of-the-year": "年度第一週", + "first-week-contains-first-day": "年度第一週包含第一天", + "first-week-contains-first-thursday": "年度第一週包含第一個週四", + "first-week-has-minimum-days": "第一週有最少天數", + "min-days-in-first-week": "第一週的最少天數", + "first-week-info": "年度第一週包含第一個週四是基於 ISO 8601 標準。", + "first-week-warning": "變更第一週選項可能導致與現有的「週筆記」重複,現有的「週筆記」將不會相應更新。", + "formatting-locale": "日期和數字格式", + "tuesday": "週二", + "wednesday": "週三", + "thursday": "週四", + "friday": "週五", + "saturday": "週六", + "formatting-locale-auto": "根據應用程式的語言設定" + }, + "backup": { + "automatic_backup": "自動備份", + "automatic_backup_description": "Trilium 可以自動備份資料庫:", + "enable_daily_backup": "啟用每日備份", + "enable_weekly_backup": "啟用每週備份", + "enable_monthly_backup": "啟用每月備份", + "backup_recommendation": "建議打開備份功能,但這可能會使有大型資料庫和 / 或慢速儲存設備的應用程式啟動變慢。", + "backup_now": "立即備份", + "backup_database_now": "立即備份資料庫", + "existing_backups": "現有備份", + "date-and-time": "日期和時間", + "path": "路徑", + "database_backed_up_to": "資料庫已備份至 {{backupFilePath}}", + "no_backup_yet": "尚無備份" + }, + "etapi": { + "title": "ETAPI", + "description": "ETAPI 是一個 REST API,用於以編程方式訪問 Trilium 實例,而無需 UI。", + "create_token": "新增 ETAPI 令牌", + "existing_tokens": "現有令牌", + "no_tokens_yet": "目前還沒有令牌。點擊上面的按鈕新增一個。", + "token_name": "令牌名稱", + "created": "建立時間", + "actions": "操作", + "new_token_title": "新 ETAPI 令牌", + "new_token_message": "請輸入新的令牌名稱", + "default_token_name": "新令牌", + "error_empty_name": "令牌名稱不能為空", + "token_created_title": "已新增 ETAPI 令牌", + "token_created_message": "將新增的令牌複製到剪貼簿。Trilium 儲存了令牌的哈希值,這會是您最後一次看到它。", + "rename_token": "重新命名此令牌", + "delete_token": "刪除 / 停用此令牌", + "rename_token_title": "重新命名令牌", + "rename_token_message": "請輸入新的令牌名稱", + "delete_token_confirmation": "您確定要刪除 ETAPI 令牌 \"{{name}}\" 嗎?" + }, + "options_widget": { + "options_status": "選項狀態", + "options_change_saved": "已儲存選項更改。" + }, + "password": { + "heading": "密碼", + "alert_message": "請務必記住您的新密碼。密碼用於登錄 Web 界面和加密保護的筆記。如果您忘記了密碼,所有受保護的筆記將永久丟失。", + "reset_link": "點擊此處重設。", + "old_password": "舊密碼", + "new_password": "新密碼", + "new_password_confirmation": "新密碼確認", + "change_password": "更改密碼", + "protected_session_timeout": "受保護的作業階段超時", + "protected_session_timeout_description": "受保護的作業階段超時是一個時間段,超時後受保護的作業階段會從瀏覽器記憶體中清除。這是從最後一次存取受保護的筆記時開始計時的。更多資訊請見", + "wiki": "維基", + "for_more_info": "更多資訊。", + "reset_confirmation": "重設密碼後將不再能查看所有目前受保護的筆記。您真的要重設密碼嗎?", + "reset_success_message": "密碼已重設。請設定新密碼", + "change_password_heading": "更改密碼", + "set_password_heading": "設定密碼", + "set_password": "設定密碼", + "password_mismatch": "新密碼不一致。", + "password_changed_success": "密碼已更改。按 OK 後 Trilium 將重新載入。", + "protected_session_timeout_label": "受保護的作業階段超時:" + }, + "shortcuts": { + "keyboard_shortcuts": "快捷鍵", + "multiple_shortcuts": "同一操作的多個快捷鍵可以用逗號分隔。", + "electron_documentation": "請參閱 Electron 文檔,了解可用的修飾符和鍵碼。", + "type_text_to_filter": "輸入文字以過濾快捷鍵...", + "action_name": "操作名稱", + "shortcuts": "快捷鍵", + "default_shortcuts": "預設快捷鍵", + "description": "描述", + "reload_app": "重新載入應用以套用更改", + "set_all_to_default": "將所有快捷鍵重設為預設值", + "confirm_reset": "您確定要將所有鍵盤快捷鍵重設為預設值嗎?" + }, + "spellcheck": { + "title": "拼寫檢查", + "description": "這些選項僅適用於桌面版,瀏覽器將使用其原生的拼寫檢查功能。", + "enable": "啟用拼寫檢查", + "language_code_label": "語言代碼", + "language_code_placeholder": "例如 \"en-US\", \"de-AT\"", + "multiple_languages_info": "多種語言可以用逗號分隔,例如 \"en-US, de-DE, cs\"。 ", + "available_language_codes_label": "可用的語言代碼:", + "restart-required": "拼寫檢查選項的更改將在應用重啟後生效。" + }, + "sync_2": { + "config_title": "同步設定", + "server_address": "伺服器地址", + "timeout": "同步超時(單位:毫秒)", + "proxy_label": "同步代理伺服器(可選)", + "note": "注意", + "note_description": "代理設定留空則使用系統代理(僅桌面版有效)。", + "special_value_description": "另一個特殊值是 noproxy,它強制忽略系統代理並遵守 NODE_TLS_REJECT_UNAUTHORIZED。", + "save": "儲存", + "help": "說明", + "test_title": "同步測試", + "test_description": "測試和同步伺服器之間的連接。如果同步伺服器沒有初始化,這會將本地文件同步至同步伺服器上。", + "test_button": "測試同步", + "handshake_failed": "同步伺服器握手失敗,錯誤:{{message}}", + "timeout_unit": "毫秒" + }, + "api_log": { + "close": "關閉" + }, + "attachment_detail_2": { + "will_be_deleted_in": "此附件將在 {{time}} 後自動刪除", + "will_be_deleted_soon": "該附件即將被自動刪除", + "deletion_reason": ",因為該附件未連結在筆記的內容中。為防止被刪除,請將附件連結重新新增至內容中或將附件轉換為筆記。", + "role_and_size": "角色:{{role}},大小:{{size}},MIME:{{- mimeType}}", + "link_copied": "已複製附件連結到剪貼簿。", + "unrecognized_role": "無法識別的附件角色 '{{role}}'。" + }, + "bookmark_switch": { + "bookmark": "書籤", + "bookmark_this_note": "將此筆記添加至左側面板的書籤", + "remove_bookmark": "移除書籤" + }, + "editability_select": { + "auto": "自動", + "read_only": "唯讀", + "always_editable": "永遠可編輯", + "note_is_editable": "筆記如果不太長則可編輯。", + "note_is_read_only": "筆記為唯讀,但可以透過點擊按鈕進行編輯。", + "note_is_always_editable": "無論筆記長度如何,永遠可編輯。" + }, + "note-map": { + "button-link-map": "連結地圖", + "button-tree-map": "樹狀地圖" + }, + "tree-context-menu": { + "open-in-a-new-tab": "在新分頁中打開", + "open-in-a-new-split": "在新頁面分割中打開", + "insert-note-after": "在後面插入筆記", + "insert-child-note": "插入子筆記", + "delete": "刪除", + "search-in-subtree": "在子階層中搜尋", + "hoist-note": "聚焦筆記", + "unhoist-note": "取消聚焦筆記", + "edit-branch-prefix": "編輯分支前綴", + "advanced": "進階", + "expand-subtree": "展開子階層", + "collapse-subtree": "收摺子階層", + "sort-by": "排序方式…", + "recent-changes-in-subtree": "子階層中的最近更改", + "convert-to-attachment": "轉換為附件", + "copy-note-path-to-clipboard": "複製筆記路徑至剪貼簿", + "protect-subtree": "保護子階層", + "unprotect-subtree": "取消保護子階層", + "copy-clone": "複製 / 克隆", + "clone-to": "克隆至...", + "cut": "剪下", + "move-to": "移動至...", + "paste-into": "貼上到裡面", + "paste-after": "貼上到後面", + "export": "匯出", + "import-into-note": "匯入至筆記", + "apply-bulk-actions": "套用批次操作", + "converted-to-attachments": "{{count}} 個筆記已被轉換為附件。", + "convert-to-attachment-confirm": "確定要將所選的筆記轉換為其父級筆記的附件嗎?此操作僅適用於圖像筆記,其他筆記將被跳過。", + "duplicate": "複製副本", + "open-in-popup": "快速編輯", + "archive": "封存", + "unarchive": "解除封存", + "open-in-a-new-window": "在新視窗打開", + "hide-subtree": "隱藏子階層", + "show-subtree": "顯示子階層" + }, + "shared_info": { + "help_link": "如需幫助,請訪問 wiki。", + "shared_publicly": "此筆記已公開分享於 {{- link}}。", + "shared_locally": "此筆記已於本地分享至 {{- link}}。" + }, + "note_types": { + "text": "文字", + "code": "程式碼", + "saved-search": "儲存的搜尋", + "relation-map": "關聯圖", + "note-map": "筆記地圖", + "render-note": "渲染筆記", + "mermaid-diagram": "美人魚圖", + "canvas": "畫布", + "web-view": "網頁顯示", + "mind-map": "心智圖", + "file": "檔案", + "image": "圖片", + "launcher": "啟動器", + "doc": "文件", + "widget": "元件", + "confirm-change": "當筆記內容不為空時,不建議更改筆記類型。您仍然要繼續嗎?", + "book": "集合", + "geo-map": "地理地圖", + "beta-feature": "Beta", + "task-list": "任務列表", + "new-feature": "新增", + "collections": "集合" + }, + "protect_note": { + "toggle-on": "保護筆記", + "toggle-off": "取消保護筆記", + "toggle-on-hint": "筆記未受保護,點擊以保護", + "toggle-off-hint": "筆記已受保護,點擊以取消保護" + }, + "shared_switch": { + "shared": "已分享", + "toggle-on-title": "分享筆記", + "toggle-off-title": "取消分享筆記", + "shared-branch": "此筆記僅作為分享筆記存在,取消分享將刪除它。您確定要繼續並刪除此筆記嗎?", + "inherited": "此筆記無法在此處取消分享,因為它透過繼承自父級筆記分享。" + }, + "template_switch": { + "template": "模板", + "toggle-on-hint": "將此筆記設為模板", + "toggle-off-hint": "取消筆記模板設定" + }, + "open-help-page": "打開說明頁面", + "find": { + "case_sensitive": "區分大小寫", + "match_words": "比對單字", + "find_placeholder": "在文字中尋找...", + "replace_placeholder": "取代為...", + "replace": "取代", + "replace_all": "全部取代" + }, + "highlights_list_2": { + "title": "高亮列表", + "options": "選項", + "title_with_count_one": "{{count}} 處高亮", + "title_with_count_other": "{{count}} 處高亮", + "modal_title": "設定高亮列表", + "menu_configure": "設定高亮列表…", + "no_highlights": "未找到高亮內容。" + }, + "quick-search": { + "placeholder": "快速搜尋", + "searching": "正在搜尋…", + "no-results": "未找到結果", + "more-results": "…以及另外 {{number}} 個結果。", + "show-in-full-search": "在完整的搜尋界面中顯示" + }, + "note_tree": { + "collapse-title": "收摺筆記樹", + "scroll-active-title": "捲動至使用中筆記", + "tree-settings-title": "樹設定", + "hide-archived-notes": "隱藏已封存筆記", + "automatically-collapse-notes": "自動收摺筆記", + "automatically-collapse-notes-title": "筆記在一段時間內未使用將被收摺,以減少樹狀結構的雜亂。", + "save-changes": "儲存並套用更改", + "auto-collapsing-notes-after-inactivity": "自動收摺非使用中筆記…", + "saved-search-note-refreshed": "已儲存的搜尋筆記已重新整理。", + "hoist-this-note-workspace": "聚焦此筆記(工作區)", + "refresh-saved-search-results": "重新整理儲存的搜尋結果", + "create-child-note": "建立子筆記", + "unhoist": "取消聚焦", + "toggle-sidebar": "切換側邊欄", + "dropping-not-allowed": "不允許移動筆記至此處。", + "clone-indicator-tooltip": "此筆記有 {{- count}} 個父級:{{- parents}}", + "clone-indicator-tooltip-single": "此筆記已克隆(新增 1 個父級:{{- parent}})", + "shared-indicator-tooltip": "此筆記已公開分享", + "shared-indicator-tooltip-with-url": "此筆記已公開分享至:{{- url}}", + "subtree-hidden-tooltip_one": "從樹中隱藏的 {{count}} 篇子筆記", + "subtree-hidden-tooltip_other": "", + "subtree-hidden-moved-title": "已新增至 {{title}}", + "subtree-hidden-moved-description-collection": "此集合隱藏其樹中的子筆記。", + "subtree-hidden-moved-description-other": "子筆記隱藏於此筆記的樹中。" + }, + "title_bar_buttons": { + "window-on-top": "保持此視窗置頂" + }, + "note_detail": { + "could_not_find_typewidget": "找不到類型為 '{{type}}' 的 typeWidget", + "printing": "正在列印…", + "printing_pdf": "正在匯出為 PDF…", + "print_report_title": "列印報告", + "print_report_collection_content_one": "集合中的 {{count}} 篇筆記無法列印,因為它們不被支援或受到保護。", + "print_report_collection_content_other": "", + "print_report_collection_details_button": "查看詳情", + "print_report_collection_details_ignored_notes": "忽略的筆記" + }, + "note_title": { + "placeholder": "請輸入筆記標題...", + "created_on": "建立於 ", + "last_modified": "修改於 ", + "note_type_switcher_label": "從 {{type}} 切換至:", + "note_type_switcher_others": "其他筆記類型", + "note_type_switcher_templates": "模板", + "note_type_switcher_collection": "集合", + "edited_notes": "今天編輯過的筆記", + "promoted_attributes": "升級屬性" + }, + "search_result": { + "no_notes_found": "沒有找到符合搜尋條件的筆記。", + "search_not_executed": "尚未執行搜尋。請點擊上方的「搜尋」按鈕查看結果。" + }, + "spacer": { + "configure_launchbar": "設定啟動欄" + }, + "sql_result": { + "no_rows": "此次查詢沒有返回任何數據", + "not_executed": "查詢尚未執行。", + "failed": "SQL 查詢執行失敗", + "statement_result": "查詢結果", + "execute_now": "立即執行" + }, + "sql_table_schemas": { + "tables": "表" + }, + "tab_row": { + "close_tab": "關閉分頁", + "add_new_tab": "新增分頁", + "close": "關閉", + "close_other_tabs": "關閉其他分頁", + "close_right_tabs": "關閉右側分頁", + "close_all_tabs": "關閉所有分頁", + "reopen_last_tab": "重新打開最後關閉的分頁", + "move_tab_to_new_window": "將此分頁移動至新視窗", + "copy_tab_to_new_window": "將此分頁複製至新視窗", + "new_tab": "新分頁" + }, + "toc": { + "table_of_contents": "目錄", + "options": "選項", + "no_headings": "無標題。" + }, + "watched_file_update_status": { + "file_last_modified": "檔案 最後修改時間為 。", + "upload_modified_file": "上傳修改的檔案", + "ignore_this_change": "忽略此更改" + }, + "app_context": { + "please_wait_for_save": "請等待幾秒鐘以完成儲存,然後再試一次。" + }, + "note_create": { + "duplicated": "筆記 \"{{title}}\" 已被複製。" + }, + "image": { + "copied-to-clipboard": "已複製圖片的引用至剪貼簿。這可以貼上至任何文字筆記中。", + "cannot-copy": "無法將圖片引用複製到剪貼簿。" + }, + "clipboard": { + "cut": "已剪下筆記到剪貼簿。", + "copied": "已複製筆記到剪貼簿。", + "copy_failed": "由於權限問題,無法複製到剪貼簿。", + "copy_success": "已複製到剪貼簿。" + }, + "entrypoints": { + "note-revision-created": "已新增筆記修訂。", + "note-executed": "已執行筆記。", + "sql-error": "執行 SQL 查詢時發生錯誤:{{message}}" + }, + "branches": { + "cannot-move-notes-here": "無法將筆記移動至這裡。", + "delete-status": "刪除狀態", + "delete-notes-in-progress": "正在刪除筆記:{{count}}", + "delete-finished-successfully": "成功刪除。", + "undeleting-notes-in-progress": "正在還原刪除的筆記:{{count}}", + "undeleting-notes-finished-successfully": "已成功還原刪除的筆記。" + }, + "frontend_script_api": { + "async_warning": "您正在將一個異步函數傳遞給 `api.runOnBackend()`,這可能讓功能無法按預期工作。\\n請將該函數同步(透過移除 `async` 關鍵字),或使用 `api.runAsyncOnBackendWithManualTransactionHandling()`。", + "sync_warning": "您正在將一個同步函數傳遞給 `api.runAsyncOnBackendWithManualTransactionHandling()`,\\n而您可能應該使用 `api.runOnBackend()`。" + }, + "ws": { + "sync-check-failed": "同步檢查失敗!", + "consistency-checks-failed": "一致性檢查失敗!請查看日誌以了解詳細資訊。", + "encountered-error": "遇到錯誤 \"{{message}}\",請查看控制台。", + "lost-websocket-connection-title": "與伺服器的連線中斷", + "lost-websocket-connection-message": "檢查您的反向代理(如 nginx 或 Apache)設定以確保 Websocket 連線沒有被阻擋。" + }, + "hoisted_note": { + "confirm_unhoisting": "請求的筆記 '{{requestedNote}}' 位於聚焦的筆記 '{{hoistedNote}}' 的子階層之外,您必須取消聚焦才能訪問該筆記。是否繼續取消聚焦?" + }, + "launcher_context_menu": { + "reset_launcher_confirm": "您確定要重設 \"{{title}}\" 嗎?此筆記(及其子項)中的所有數據及設定將丟失,且啟動器將還原至其原始位置。", + "add-note-launcher": "添加筆記啟動器", + "add-script-launcher": "添加腳本啟動器", + "add-custom-widget": "添加自訂元件", + "add-spacer": "添加分隔元件", + "delete": "刪除 ", + "reset": "重設", + "move-to-visible-launchers": "移動至可見啟動器", + "move-to-available-launchers": "移動至可用啟動器", + "duplicate-launcher": "複製啟動器 " + }, + "highlighting": { + "description": "控制文字筆記程式碼區塊中的語法高亮,程式碼筆記不會受到影響。", + "color-scheme": "配色方案", + "title": "程式碼區塊" + }, + "code_block": { + "word_wrapping": "自動換行", + "theme_none": "無語法高亮", + "theme_group_light": "淺色主題", + "theme_group_dark": "深色主題", + "copy_title": "複製到剪貼簿" + }, + "classic_editor_toolbar": { + "title": "格式" + }, + "editor": { + "title": "編輯器" + }, + "editing": { + "editor_type": { + "label": "格式工具欄", + "floating": { + "title": "浮動", + "description": "編輯工具出現在游標附近;" + }, + "fixed": { + "title": "固定", + "description": "編輯工具出現在「格式」功能區分頁中。" + }, + "multiline-toolbar": "如果工具列無法完全顯示,則分多行顯示。" + } + }, + "electron_context_menu": { + "add-term-to-dictionary": "將 \"{{term}}\" 新增至字典", + "cut": "剪下", + "copy": "複製", + "copy-link": "複製連結", + "paste": "貼上", + "paste-as-plain-text": "以純文字貼上", + "search_online": "用 {{searchEngine}} 搜尋 \"{{term}}\"", + "search_in_trilium": "在 Trilium 中搜尋「{{term}}」" + }, + "image_context_menu": { + "copy_reference_to_clipboard": "複製引用到剪貼簿", + "copy_image_to_clipboard": "複製圖片到剪貼簿" + }, + "link_context_menu": { + "open_note_in_new_tab": "在新分頁中打開筆記", + "open_note_in_new_split": "在新頁面分割中打開筆記", + "open_note_in_new_window": "在新視窗中打開筆記", + "open_note_in_popup": "快速編輯", + "open_note_in_other_split": "在另一個頁面分割中打開筆記" + }, + "zen_mode": { + "button_exit": "退出禪模式" + }, + "code-editor-options": { + "title": "編輯器" + }, + "revisions_snapshot_interval": { + "note_revisions_snapshot_interval_title": "筆記歷史快照間隔", + "note_revisions_snapshot_description": "筆記歷史快照間隔是建立新筆記修訂的時間。如需詳細資訊,請參閱 wiki。", + "snapshot_time_interval_label": "筆記歷史快照時間間隔:" + }, + "custom_date_time_format": { + "title": "自訂日期 / 時間格式", + "description": "透過 或工具列自訂插入日期和時間的格式。有關可用的格式及符號,請參閱 Day.js docs。", + "format_string": "格式化字串:", + "formatted_time": "格式化日期 / 時間:" + }, + "multi_factor_authentication": { + "title": "多重身份驗證(MFA)", + "description": "多重身份驗證(MFA)為您的帳戶增加了一層額外的安全性。它要求您提供一個或多個額外的資訊來驗證您的身份,而不是只輸入密碼來登入。如此一來,即便有人取得您的密碼,如果沒有第二項資訊,他們仍然無法存取您的帳戶。這就像在您的門上多加了一把鎖,讓其他人更難破門而入。

請按照以下指示啟用 MFA。如果您沒有正確設定,登入方式將變回僅使用密碼。", + "mfa_enabled": "啟用多重身份驗證", + "mfa_method": "MFA 方法", + "electron_disabled": "目前桌面版本尚未支援多重身份驗證。", + "totp_title": "基於時間的一次性密碼(TOTP)", + "totp_description": "TOTP(基於時間的一次性密碼)是一種安全功能,可產生一個每 30 秒變更一次的唯一臨時代碼。您可以使用此代碼和密碼登入帳戶,使其他人更難存取您的帳戶。", + "totp_secret_title": "生成 TOTP 金鑰", + "totp_secret_generate": "生成 TOTP 金鑰", + "totp_secret_regenerate": "重新生成 TOTP 金鑰", + "no_totp_secret_warning": "您需要一個 TOTP 金鑰以啟用 TOTP。", + "totp_secret_description_warning": "在生成新的 TOTP 金鑰後,您需要使用新的金鑰重新登入。", + "totp_secret_generated": "已生成 TOTP 金鑰", + "totp_secret_warning": "請將生成的金鑰妥善保管。金鑰將不會再次顯示。", + "totp_secret_regenerate_confirm": "您確定要重新產生 TOTP 金鑰嗎?這將使之前的 TOTP 密碼和所有的復原碼失效。", + "recovery_keys_title": "單一登入復原金鑰", + "recovery_keys_description": "單一登入復原金鑰用於您無法存取 Authenticator 代碼時登入。", + "recovery_keys_description_warning": "離開頁面後,將不會再顯示復原金鑰,請妥善保管。
復原金鑰使用後將無法再次使用。", + "recovery_keys_error": "生成復原碼時出錯", + "recovery_keys_no_key_set": "尚未設置復原碼", + "recovery_keys_generate": "生成復原碼", + "recovery_keys_regenerate": "重新生成復原碼", + "recovery_keys_used": "已使用:{{date}}", + "recovery_keys_unused": "復原碼 {{index}} 未使用", + "oauth_title": "OAuth / OpenID 驗證", + "oauth_description": "OpenID 是一種標準化的方式,可讓您使用其他服務(如 Google)的帳號登入網站,以驗證您的身份。預設的提供者是 Google,但您可以將其變更為任何其他 OpenID 提供者。查看此處以瞭解更多資訊。依照這些 指示以透過 Google 設定 OpenID 服務。", + "oauth_description_warning": "要啟用 OAuth / OpenID,您需要設定 config.ini 文件中的 OAuth / OpenID 基礎 URL、客戶端 ID 和客戶端金鑰,並重新啟動應用程式。如果要從環境變數設置,請設定 TRILIUM_OAUTH_BASE_URL、TRILIUM_OAUTH_CLIENT_ID 和 TRILIUM_OAUTH_CLIENT_SECRET 環境變數。", + "oauth_missing_vars": "缺少以下設定:{{-variables}}", + "oauth_user_account": "用戶帳號: ", + "oauth_user_email": "用戶信箱: ", + "oauth_user_not_logged_in": "尚未登入!" + }, + "electron_integration": { + "desktop-application": "桌面版應用程式", + "native-title-bar": "原生標題列", + "native-title-bar-description": "對於 Windows 和 macOS,關閉原生標題列會讓應用程式看起來更緊湊。在 Linux 上,開啟原生標題列可以與系統的其他部分整合得更好。", + "background-effects": "啟用背景效果", + "background-effects-description": "為程式視窗新增模糊且時尚的背景,營造立體感和現代化外觀。「原生標題列」必須被禁用。", + "restart-app-button": "重新啟動應用程式以查看更改", + "zoom-factor": "縮放係數" + }, + "note_autocomplete": { + "search-for": "搜尋 \"{{term}}\"", + "create-note": "建立並連接子筆記 \"{{term}}\"", + "insert-external-link": "插入至 \"{{term}}\" 的外部連結", + "clear-text-field": "清空文字欄位", + "show-recent-notes": "顯示最近的筆記", + "full-text-search": "全文搜尋" + }, + "note_tooltip": { + "note-has-been-deleted": "筆記已被刪除。", + "quick-edit": "快速編輯" + }, + "geo-map": { + "create-child-note-title": "建立一個新的子筆記並將其加至地圖中", + "create-child-note-instruction": "點擊地圖以在該位置建立新筆記,或按 Escape 以取消。", + "unable-to-load-map": "無法載入地圖。", + "create-child-note-text": "新增地圖標記" + }, + "geo-map-context": { + "open-location": "打開位置", + "remove-from-map": "從地圖中移除", + "add-note": "在此處新增一個標記" + }, + "help-button": { + "title": "打開相關的用戶指南" + }, + "duration": { + "seconds": "秒", + "minutes": "分鐘", + "hours": "小時", + "days": "天" + }, + "share": { + "title": "分享設定", + "redirect_bare_domain": "將裸域名重新導向至分享頁面", + "redirect_bare_domain_description": "將匿名用戶重新導向至分享頁面,而非顯示登入", + "show_login_link": "在分享主題中顯示登入連結", + "show_login_link_description": "在分享頁面底部增加登入連結", + "check_share_root": "檢查分享根狀態", + "share_root_found": "已準備好分享根筆記 '{{noteTitle}}'", + "share_root_not_found": "未找到帶有 #shareRoot 標籤的筆記", + "share_root_not_shared": "筆記 '{{noteTitle}}' 具有 #shareRoot 標籤,但未分享" + }, + "time_selector": { + "invalid_input": "輸入的時間值不是一個有效數字。", + "minimum_input": "輪入的時間值需要至少 {{minimumSeconds}} 秒。" + }, + "tasks": { + "due": { + "today": "今天", + "tomorrow": "明天", + "yesterday": "昨天" + } + }, + "content_widget": { + "unknown_widget": "未知元件:\"{{id}}\"。" + }, + "note_language": { + "not_set": "未設定語言", + "configure-languages": "設定語言…", + "help-on-languages": "設定內容語言說明…" + }, + "content_language": { + "title": "內文語言", + "description": "選擇一種或多種語言作為唯讀或可編輯文字筆記的可選基本屬性,這將支援拼寫檢查或從右向左之類的功能。" + }, + "switch_layout_button": { + "title_vertical": "將編輯面板移至底部", + "title_horizontal": "將編輯面板移至左側" + }, + "toggle_read_only_button": { + "unlock-editing": "解鎖編輯", + "lock-editing": "鎖定編輯" + }, + "png_export_button": { + "button_title": "將圖表匯出為 PNG" + }, + "svg": { + "export_to_png": "無法將圖表匯出為 PNG。", + "export_to_svg": "此绘图无法导出为SVG格式。" + }, + "code_theme": { + "title": "外觀", + "word_wrapping": "自動換行", + "color-scheme": "配色方案" + }, + "cpu_arch_warning": { + "title": "請下載 ARM64 版本", + "message_macos": "TriliumNext 目前正在透過 Rosetta 2 轉譯執行,這意味著您在 Apple Silicon 晶片的 Mac 上使用 Intel (x64) 版本。這將顯著影響性能和電池續航。", + "message_windows": "TriliumNext 目前正在模擬環境中執行,這意味著您在 ARM 架構的 Windows 裝置上使用 Intel (x64) 版本。這將顯著影響性能和電池續航。", + "recommendation": "為獲得最佳體驗,請從我們的發布頁面下載原生 ARM64 版本的 TriliumNext。", + "download_link": "下載原生版本", + "continue_anyway": "仍要繼續", + "dont_show_again": "不再顯示此警告" + }, + "editorfeatures": { + "title": "功能", + "emoji_completion_enabled": "啟用 Emoji 自動完成", + "note_completion_enabled": "啟用筆記自動完成", + "emoji_completion_description": "如果啟用,emoji 可以輕易地經由輸入 `:` 加上 emoji 名稱來插入。", + "note_completion_description": "如果啟用,導向筆記的連結可以經由輸入 `@` 加上筆記標題來建立。", + "slash_commands_enabled": "啟用斜線命令", + "slash_commands_description": "如果啟用,可以經由輸入 `/` 來觸發命令,如插入換行符或標題。" + }, + "table_view": { + "new-row": "新增列", + "new-column": "新增行", + "sort-column-by": "依 \"{{title}}\" 排序", + "sort-column-ascending": "升冪", + "sort-column-descending": "降冪", + "sort-column-clear": "清除排序", + "hide-column": "隱藏 \"{{title}}\" 行", + "show-hide-columns": "顯示 / 隱藏行", + "row-insert-above": "在上方插入列", + "row-insert-below": "在下方插入列", + "row-insert-child": "插入子筆記", + "add-column-to-the-left": "在左側新增行", + "add-column-to-the-right": "在右側新增行", + "edit-column": "編輯行", + "delete_column_confirmation": "您確定要刪除此行嗎?所有筆記中對應的屬性都將被移除。", + "delete-column": "刪除行", + "new-column-label": "標籤", + "new-column-relation": "關聯" + }, + "book_properties_config": { + "hide-weekends": "隱藏週末", + "display-week-numbers": "顯示週數", + "map-style": "地圖樣式", + "max-nesting-depth": "最大嵌套深度:", + "raster": "柵格", + "vector_light": "向量(淺色)", + "vector_dark": "向量(深色)", + "show-scale": "顯示比例尺" + }, + "table_context_menu": { + "delete_row": "刪除列" + }, + "board_view": { + "delete-note": "刪除筆記…", + "move-to": "移動至", + "insert-above": "在上方插入", + "insert-below": "在下方插入", + "delete-column": "刪除行", + "delete-column-confirmation": "您確定要刪除此行嗎?此行中所有筆記對應的屬性也將被移除。", + "new-item": "新增項目", + "add-column": "新增行", + "remove-from-board": "從看板上移除", + "archive-note": "封存筆記", + "unarchive-note": "解除封存筆記", + "new-item-placeholder": "輸入筆記標題…", + "add-column-placeholder": "輸入行名…", + "edit-note-title": "點擊以編輯筆記標題", + "edit-column-title": "點擊以編輯行標題", + "column-already-exists": "此列已在看板上。" + }, + "command_palette": { + "tree-action-name": "樹:{{name}}", + "export_note_title": "匯出筆記", + "export_note_description": "匯出目前筆記", + "show_attachments_title": "顯示附件", + "show_attachments_description": "查看筆記附件", + "search_notes_title": "搜尋筆記", + "search_notes_description": "打開進階搜尋", + "search_subtree_title": "在子階層中搜尋", + "search_subtree_description": "在目前子階層中搜尋", + "search_history_title": "顯示搜尋歷史", + "search_history_description": "查看搜尋記錄", + "configure_launch_bar_title": "設定啟動欄", + "configure_launch_bar_description": "打開啟動欄設定以新增或移除項目。" + }, + "content_renderer": { + "open_externally": "以外部程式打開" + }, + "modal": { + "close": "關閉", + "help_title": "顯示關於此畫面的更多資訊" + }, + "call_to_action": { + "background_effects_title": "背景特效已推出穩定版本", + "background_effects_message": "在 Windows 和macOS裝置上,背景特效現在已穩定。背景特效透過模糊背後的背景,為使用者介面增添一抹色彩。", + "background_effects_button": "啟用背景特效", + "next_theme_title": "試用新 Trilium 主題", + "next_theme_message": "您正在使用舊版主題,要試用新主題嗎?", + "next_theme_button": "試用新主題", + "dismiss": "關閉", + "new_layout_title": "新版面配置", + "new_layout_button": "更多資訊", + "new_layout_message": "我們為 Trilium 推出了現代化版面配置。功能區分頁已移除並無縫整合至主介面,取而代之的是全新狀態列與可擴展區塊(例如提升屬性)承擔其主要功能。\n\n新版面配置預設為啟用狀態,您可透過「選項 → 外觀」暫時停用。" + }, + "settings": { + "related_settings": "相關設定" + }, + "settings_appearance": { + "related_code_blocks": "文字筆記中程式碼區塊的配色方案", + "related_code_notes": "程式碼筆記的配色方案", + "ui": "使用者介面", + "ui_old_layout": "舊版面配置", + "ui_new_layout": "新版面配置" + }, + "units": { + "percentage": "%" + }, + "ui-performance": { + "title": "效能", + "enable-motion": "啟用轉場與動畫", + "enable-shadows": "啟用陰影", + "enable-backdrop-effects": "啟用選單、彈出視窗和面板的背景特效", + "enable-smooth-scroll": "啟用平滑滾動", + "app-restart-required": "(需要重啟程式以套用更改)" + }, + "pagination": { + "page_title": "第 {{startIndex}} - {{endIndex}} 頁", + "total_notes": "{{count}} 筆記" + }, + "collections": { + "rendering_error": "發現錯誤,無法顯示內容。" + }, + "presentation_view": { + "edit-slide": "編輯此投影片", + "start-presentation": "開始簡報", + "slide-overview": "切換投影片概覽" + }, + "calendar_view": { + "delete_note": "刪除筆記…" + }, + "read-only-info": { + "read-only-note": "目前正在檢視唯讀筆記。", + "auto-read-only-note": "此筆記以唯讀模式顯示以加快載入速度。", + "edit-note": "編輯筆記" + }, + "note-color": { + "clear-color": "清除筆記顏色", + "set-color": "設定筆記顏色", + "set-custom-color": "設定自訂筆記顏色" + }, + "popup-editor": { + "maximize": "切換至完整編輯器" + }, + "experimental_features": { + "title": "實驗性選項", + "disclaimer": "這些選項屬實驗性質,可能導致系統不穩定。請謹慎使用。", + "new_layout_name": "新版面配置", + "new_layout_description": "體驗全新版面配置,呈現更現代的外觀與更佳的使用體驗。在未來版本將進行大幅調整。" + }, + "server": { + "unknown_http_error_title": "與伺服器通訊錯誤", + "unknown_http_error_content": "狀態碼:{{statusCode}}\n網址:{{method}} {{url}}\n訊息:{{message}}", + "traefik_blocks_requests": "若您正在使用 Traefik 反向代理,該代理已引入一項重大變更影響與伺服器的通訊。" + }, + "tab_history_navigation_buttons": { + "go-back": "返回前一筆記", + "go-forward": "前往下一筆記" + }, + "breadcrumb_badges": { + "read_only_explicit": "唯讀", + "read_only_auto": "自動唯讀", + "shared_publicly": "公開分享", + "shared_locally": "本地分享", + "read_only_explicit_description": "此筆記已被手動設定為唯讀。\n點擊以臨時編輯。", + "read_only_temporarily_disabled": "臨時編輯", + "shared_copy_to_clipboard": "複製連結至剪貼簿", + "shared_open_in_browser": "在瀏覽器中打開連結", + "shared_unshare": "取消分享", + "clipped_note": "網頁擷取", + "execute_script": "運行腳本", + "execute_sql": "運行 SQL", + "read_only_auto_description": "基於效能考量,此筆記已自動設定為唯讀模式。此自動限制可於設定中調整。\n\n點擊此處可臨時編輯。", + "read_only_temporarily_disabled_description": "此筆記目前可編輯,但通常為唯讀狀態。當您切換至其他筆記時,本筆記將立即恢復為唯讀模式。\n\n點擊此處重新啟用唯讀模式。", + "clipped_note_description": "本筆記原始來源為 {{url}}。\n\n點擊此處前往原網頁。", + "execute_script_description": "此筆記為腳本筆記。點擊以執行腳本。", + "execute_sql_description": "此筆記為 SQL 筆記。點擊以執行 SQL 查詢。", + "save_status_saved": "已儲存", + "save_status_saving": "正在儲存…", + "save_status_unsaved": "未儲存", + "save_status_error": "儲存失敗", + "save_status_saving_tooltip": "正在儲存更動。", + "save_status_unsaved_tooltip": "仍有更動尚未儲存。它們將在稍後自動儲存。", + "save_status_error_tooltip": "在儲存筆記時發生錯誤。如果可以,請嘗試將筆記內容複製至他處並重新載入應用程式。" + }, + "breadcrumb": { + "hoisted_badge": "聚焦", + "hoisted_badge_title": "取消聚焦", + "workspace_badge": "工作空間", + "scroll_to_top_title": "跳轉至筆記開頭", + "create_new_note": "新增子筆記", + "empty_hide_archived_notes": "隱藏已歸檔的筆記" + }, + "status_bar": { + "language_title": "更改內容語言", + "note_info_title": "查看筆記資訊(如日期、筆記大小)", + "backlinks_one": "{{count}} 個反連結", + "backlinks_other": "", + "backlinks_title_one": "查看反連結", + "backlinks_title_other": "", + "attachments_one": "{{count}} 個附件", + "attachments_other": "", + "attachments_title_one": "在新分頁中查看附件", + "attachments_title_other": "", + "attributes_one": "{{count}} 個屬性", + "attributes_other": "", + "attributes_title": "自有屬性及繼承屬性", + "note_paths_one": "{{count}} 條路徑", + "note_paths_other": "", + "note_paths_title": "筆記路徑", + "code_note_switcher": "更改語言模式" + }, + "right_pane": { + "empty_button": "隱藏面板", + "toggle": "切換右側面板", + "custom_widget_go_to_source": "跳轉至原始碼", + "empty_message": "此筆記無內容可顯示" + }, + "attributes_panel": { + "title": "筆記屬性" + }, + "pdf": { + "attachments_one": "{{count}} 個附件", + "attachments_other": "", + "layers_one": "{{count}} 層", + "layers_other": "", + "pages_one": "共 {{count}} 頁", + "pages_other": "", + "pages_alt": "第 {{pageNumber}} 頁", + "pages_loading": "正在載入…" + }, + "mobile_tab_switcher": { + "more_options": "更多選項", + "title_one": "{{count}} 個分頁" + }, + "platform_indicator": { + "available_on": "可於 {{platform}} 使用" } - }, - "electron_context_menu": { - "add-term-to-dictionary": "將 \"{{term}}\" 新增至字典", - "cut": "剪下", - "copy": "複製", - "copy-link": "複製連結", - "paste": "貼上", - "paste-as-plain-text": "以純文字貼上", - "search_online": "用 {{searchEngine}} 搜尋 \"{{term}}\"", - "search_in_trilium": "在 Trilium 中搜尋「{{term}}」" - }, - "image_context_menu": { - "copy_reference_to_clipboard": "複製引用到剪貼簿", - "copy_image_to_clipboard": "複製圖片到剪貼簿" - }, - "link_context_menu": { - "open_note_in_new_tab": "在新分頁中打開筆記", - "open_note_in_new_split": "在新頁面分割中打開筆記", - "open_note_in_new_window": "在新視窗中打開筆記", - "open_note_in_popup": "快速編輯", - "open_note_in_other_split": "在另一個頁面分割中打開筆記" - }, - "zen_mode": { - "button_exit": "退出禪模式" - }, - "ai_llm": { - "not_started": "未開始", - "title": "AI 設定", - "processed_notes": "已處理筆記", - "total_notes": "筆記總數", - "progress": "進度", - "queued_notes": "隊列中筆記", - "failed_notes": "失敗筆記", - "last_processed": "最後處理時間", - "refresh_stats": "更新統計資料", - "enable_ai_features": "啟用 AI/LLM 功能", - "enable_ai_description": "啟用筆記摘要、內容生成等 AI 功能及其他 LLM 能力", - "openai_tab": "OpenAI", - "anthropic_tab": "Anthropic", - "voyage_tab": "Voyage AI", - "ollama_tab": "Ollama", - "enable_ai": "啟用 AI/LLM 功能", - "enable_ai_desc": "啟用筆記摘要、內容生成等 AI 功能及其他 LLM 能力", - "provider_configuration": "AI 提供者設定", - "provider_precedence": "提供者優先級", - "provider_precedence_description": "依優先級排序的提供者列表(用逗號分隔,例如:'openai,anthropic,ollama')", - "temperature": "溫度", - "temperature_description": "控制回應的隨機性(0 = 確定性,2 = 最大隨機性)", - "system_prompt": "系統提示詞", - "system_prompt_description": "所有 AI 互動的預設系統提示詞", - "openai_configuration": "OpenAI 設定", - "openai_settings": "OpenAI 設定", - "api_key": "API 金鑰", - "url": "基礎 URL", - "model": "模型", - "openai_api_key_description": "用於存取 OpenAI 服務的 API 金鑰", - "anthropic_api_key_description": "用於存取 Claude 模型的 Anthropic API 金鑰", - "default_model": "預設模型", - "openai_model_description": "範例:gpt-4o, gpt-4-turbo, gpt-3.5-turbo", - "base_url": "基礎 URL", - "openai_url_description": "預設:https://api.openai.com/v1", - "anthropic_settings": "Anthropic 設定", - "anthropic_url_description": "Anthropic API 的基礎 URL(預設:https://api.anthropic.com)", - "anthropic_model_description": "用於聊天補全的 Anthropic Claude 模型", - "voyage_settings": "Voyage AI 設定", - "ollama_settings": "Ollama 設定", - "ollama_url_description": "Ollama API URL(預設:http://localhost:11434)", - "ollama_model_description": "用於聊天補全的 Ollama 模型", - "anthropic_configuration": "Anthropic 設定", - "voyage_configuration": "Voyage AI 設定", - "voyage_url_description": "預設:https://api.voyageai.com/v1", - "ollama_configuration": "Ollama 設定", - "enable_ollama": "啟用 Ollama", - "enable_ollama_description": "啟用 Ollama 以使用本地 AI 模型", - "ollama_url": "Ollama URL", - "ollama_model": "Ollama 模型", - "refresh_models": "重新整理模型", - "refreshing_models": "正在重新整理…", - "enable_automatic_indexing": "啟用自動索引", - "rebuild_index": "重建索引", - "rebuild_index_error": "啟動索引重建失敗。請查看日誌了解詳情。", - "note_title": "筆記標題", - "error": "錯誤", - "last_attempt": "最後嘗試時間", - "actions": "操作", - "retry": "重試", - "partial": "已完成 {{ percentage }}%", - "retry_queued": "筆記已加入重試隊列", - "retry_failed": "筆記加入重試隊列失敗", - "max_notes_per_llm_query": "每次查詢的最大筆記數", - "max_notes_per_llm_query_description": "AI 上下文包含的最大相似筆記數量", - "active_providers": "活躍提供者", - "disabled_providers": "已禁用的提供者", - "remove_provider": "從搜尋中移除提供者", - "restore_provider": "將提供者還原至搜尋中", - "similarity_threshold": "相似度閾值", - "similarity_threshold_description": "要包含在 LLM 查詢上下文中筆記的最低相似度分數(0-1)", - "reprocess_index": "重建搜尋索引", - "reprocessing_index": "正在重建…", - "reprocess_index_started": "搜尋索引最佳化已在背景啟動", - "reprocess_index_error": "重建搜尋索引失敗", - "index_rebuild_progress": "索引重建進度", - "index_rebuilding": "正在最佳化索引({{percentage}}%)", - "index_rebuild_complete": "完成索引最佳化", - "index_rebuild_status_error": "檢查索引重建狀態失敗", - "never": "從未", - "processing": "正在處理({{percentage}}%)", - "incomplete": "未完成({{percentage}}%)", - "complete": "已完成(100%)", - "refreshing": "正在重新整理…", - "auto_refresh_notice": "每 {{seconds}} 秒自動重新整理", - "note_queued_for_retry": "筆記已加入重試隊列", - "failed_to_retry_note": "重試筆記失敗", - "all_notes_queued_for_retry": "所有失敗筆記已加入重試隊列", - "failed_to_retry_all": "重試筆記失敗", - "ai_settings": "AI 設定", - "api_key_tooltip": "用於存取服務的 API 金鑰", - "empty_key_warning": { - "anthropic": "Anthropic API 金鑰為空。請輸入有效的 API 金鑰。", - "openai": "OpenAI API 金鑰為空。請輸入有效的 API 金鑰。", - "voyage": "Voyage API 金鑰為空。請輸入有效的 API 金鑰。", - "ollama": "Ollama API 金鑰為空。請輸入有效的 API 金鑰。" - }, - "agent": { - "processing": "正在處理…", - "thinking": "正在思考…", - "loading": "正在載入…", - "generating": "正在生成…" - }, - "name": "AI", - "openai": "OpenAI", - "use_enhanced_context": "使用增強的上下文", - "enhanced_context_description": "提供 AI 更多來自筆記及其相關筆記的內容,以獲得更好的回應", - "show_thinking": "顯示思考過程", - "show_thinking_description": "顯示 AI 的思維鏈過程", - "enter_message": "輸入您的訊息…", - "error_contacting_provider": "聯繫 AI 提供者失敗。請檢查您的設定和網路連接。", - "error_generating_response": "生成 AI 回應失敗", - "index_all_notes": "為所有筆記建立索引", - "index_status": "索引狀態", - "indexed_notes": "已索引筆記", - "indexing_stopped": "已停止索引", - "indexing_in_progress": "正在進行索引…", - "last_indexed": "最後索引時間", - "note_chat": "筆記聊天", - "sources": "來源", - "start_indexing": "開始索引", - "use_advanced_context": "使用進階上下文", - "ollama_no_url": "尚未設定 Ollama。請輸入有效的 URL。", - "chat": { - "root_note_title": "AI 聊天記錄", - "root_note_content": "此筆記包含您儲存的 AI 聊天對話。", - "new_chat_title": "新聊天", - "create_new_ai_chat": "建立新的 AI 聊天" - }, - "create_new_ai_chat": "建立新的 AI 聊天", - "configuration_warnings": "您的 AI 配置存在一些問題。請檢查您的設定。", - "experimental_warning": "特此提醒:LLM 功能目前正處於實驗階段。", - "selected_provider": "已選提供者", - "selected_provider_description": "選擇用於聊天和補全功能的 AI 提供者", - "select_model": "選擇模型…", - "select_provider": "選擇提供者…", - "ai_enabled": "已啟用 AI 功能", - "ai_disabled": "已禁用 AI 功能", - "no_models_found_online": "找不到模型。請檢查您的 API 金鑰及設定。", - "no_models_found_ollama": "找不到 Ollama 模型。請確認 Ollama 是否正在執行。", - "error_fetching": "獲取模型失敗:{{error}}" - }, - "code-editor-options": { - "title": "編輯器" - }, - "revisions_snapshot_interval": { - "note_revisions_snapshot_interval_title": "筆記歷史快照間隔", - "note_revisions_snapshot_description": "筆記歷史快照間隔是建立新筆記修訂的時間。如需詳細資訊,請參閱 wiki。", - "snapshot_time_interval_label": "筆記歷史快照時間間隔:" - }, - "custom_date_time_format": { - "title": "自訂日期 / 時間格式", - "description": "透過 或工具列自訂插入日期和時間的格式。有關可用的格式及符號,請參閱 Day.js docs。", - "format_string": "格式化字串:", - "formatted_time": "格式化日期 / 時間:" - }, - "multi_factor_authentication": { - "title": "多重身份驗證(MFA)", - "description": "多重身份驗證(MFA)為您的帳戶增加了一層額外的安全性。它要求您提供一個或多個額外的資訊來驗證您的身份,而不是只輸入密碼來登入。如此一來,即便有人取得您的密碼,如果沒有第二項資訊,他們仍然無法存取您的帳戶。這就像在您的門上多加了一把鎖,讓其他人更難破門而入。

請按照以下指示啟用 MFA。如果您沒有正確設定,登入方式將變回僅使用密碼。", - "mfa_enabled": "啟用多重身份驗證", - "mfa_method": "MFA 方法", - "electron_disabled": "目前桌面版本尚未支援多重身份驗證。", - "totp_title": "基於時間的一次性密碼(TOTP)", - "totp_description": "TOTP(基於時間的一次性密碼)是一種安全功能,可產生一個每 30 秒變更一次的唯一臨時代碼。您可以使用此代碼和密碼登入帳戶,使其他人更難存取您的帳戶。", - "totp_secret_title": "生成 TOTP 金鑰", - "totp_secret_generate": "生成 TOTP 金鑰", - "totp_secret_regenerate": "重新生成 TOTP 金鑰", - "no_totp_secret_warning": "您需要一個 TOTP 金鑰以啟用 TOTP。", - "totp_secret_description_warning": "在生成新的 TOTP 金鑰後,您需要使用新的金鑰重新登入。", - "totp_secret_generated": "已生成 TOTP 金鑰", - "totp_secret_warning": "請將生成的金鑰妥善保管。金鑰將不會再次顯示。", - "totp_secret_regenerate_confirm": "您確定要重新產生 TOTP 金鑰嗎?這將使之前的 TOTP 密碼和所有的復原碼失效。", - "recovery_keys_title": "單一登入復原金鑰", - "recovery_keys_description": "單一登入復原金鑰用於您無法存取 Authenticator 代碼時登入。", - "recovery_keys_description_warning": "離開頁面後,將不會再顯示復原金鑰,請妥善保管。
復原金鑰使用後將無法再次使用。", - "recovery_keys_error": "生成復原碼時出錯", - "recovery_keys_no_key_set": "尚未設置復原碼", - "recovery_keys_generate": "生成復原碼", - "recovery_keys_regenerate": "重新生成復原碼", - "recovery_keys_used": "已使用:{{date}}", - "recovery_keys_unused": "復原碼 {{index}} 未使用", - "oauth_title": "OAuth / OpenID 驗證", - "oauth_description": "OpenID 是一種標準化的方式,可讓您使用其他服務(如 Google)的帳號登入網站,以驗證您的身份。預設的提供者是 Google,但您可以將其變更為任何其他 OpenID 提供者。查看此處以瞭解更多資訊。依照這些 指示以透過 Google 設定 OpenID 服務。", - "oauth_description_warning": "要啟用 OAuth / OpenID,您需要設定 config.ini 文件中的 OAuth / OpenID 基礎 URL、客戶端 ID 和客戶端金鑰,並重新啟動應用程式。如果要從環境變數設置,請設定 TRILIUM_OAUTH_BASE_URL、TRILIUM_OAUTH_CLIENT_ID 和 TRILIUM_OAUTH_CLIENT_SECRET 環境變數。", - "oauth_missing_vars": "缺少以下設定:{{-variables}}", - "oauth_user_account": "用戶帳號: ", - "oauth_user_email": "用戶信箱: ", - "oauth_user_not_logged_in": "尚未登入!" - }, - "electron_integration": { - "desktop-application": "桌面版應用程式", - "native-title-bar": "原生標題列", - "native-title-bar-description": "對於 Windows 和 macOS,關閉原生標題列會讓應用程式看起來更緊湊。在 Linux 上,開啟原生標題列可以與系統的其他部分整合得更好。", - "background-effects": "啟用背景效果", - "background-effects-description": "為程式視窗新增模糊且時尚的背景,營造立體感和現代化外觀。「原生標題列」必須被禁用。", - "restart-app-button": "重新啟動應用程式以查看更改", - "zoom-factor": "縮放係數" - }, - "note_autocomplete": { - "search-for": "搜尋 \"{{term}}\"", - "create-note": "建立並連接子筆記 \"{{term}}\"", - "insert-external-link": "插入至 \"{{term}}\" 的外部連結", - "clear-text-field": "清空文字欄位", - "show-recent-notes": "顯示最近的筆記", - "full-text-search": "全文搜尋" - }, - "note_tooltip": { - "note-has-been-deleted": "筆記已被刪除。", - "quick-edit": "快速編輯" - }, - "geo-map": { - "create-child-note-title": "建立一個新的子筆記並將其加至地圖中", - "create-child-note-instruction": "點擊地圖以在該位置建立新筆記,或按 Escape 以取消。", - "unable-to-load-map": "無法載入地圖。", - "create-child-note-text": "新增地圖標記" - }, - "geo-map-context": { - "open-location": "打開位置", - "remove-from-map": "從地圖中移除", - "add-note": "在此處新增一個標記" - }, - "help-button": { - "title": "打開相關的用戶指南" - }, - "duration": { - "seconds": "秒", - "minutes": "分鐘", - "hours": "小時", - "days": "天" - }, - "share": { - "title": "分享設定", - "redirect_bare_domain": "將裸域名重新導向至分享頁面", - "redirect_bare_domain_description": "將匿名用戶重新導向至分享頁面,而非顯示登入", - "show_login_link": "在分享主題中顯示登入連結", - "show_login_link_description": "在分享頁面底部增加登入連結", - "check_share_root": "檢查分享根狀態", - "share_root_found": "已準備好分享根筆記 '{{noteTitle}}'", - "share_root_not_found": "未找到帶有 #shareRoot 標籤的筆記", - "share_root_not_shared": "筆記 '{{noteTitle}}' 具有 #shareRoot 標籤,但未分享" - }, - "time_selector": { - "invalid_input": "輸入的時間值不是一個有效數字。", - "minimum_input": "輪入的時間值需要至少 {{minimumSeconds}} 秒。" - }, - "tasks": { - "due": { - "today": "今天", - "tomorrow": "明天", - "yesterday": "昨天" - } - }, - "content_widget": { - "unknown_widget": "未知元件:\"{{id}}\"。" - }, - "note_language": { - "not_set": "未設定語言", - "configure-languages": "設定語言…", - "help-on-languages": "設定內容語言說明…" - }, - "content_language": { - "title": "內文語言", - "description": "選擇一種或多種語言作為唯讀或可編輯文字筆記的可選基本屬性,這將支援拼寫檢查或從右向左之類的功能。" - }, - "switch_layout_button": { - "title_vertical": "將編輯面板移至底部", - "title_horizontal": "將編輯面板移至左側" - }, - "toggle_read_only_button": { - "unlock-editing": "解鎖編輯", - "lock-editing": "鎖定編輯" - }, - "png_export_button": { - "button_title": "將圖表匯出為 PNG" - }, - "svg": { - "export_to_png": "無法將圖表匯出為 PNG。", - "export_to_svg": "此绘图无法导出为SVG格式。" - }, - "code_theme": { - "title": "外觀", - "word_wrapping": "自動換行", - "color-scheme": "配色方案" - }, - "cpu_arch_warning": { - "title": "請下載 ARM64 版本", - "message_macos": "TriliumNext 目前正在透過 Rosetta 2 轉譯執行,這意味著您在 Apple Silicon 晶片的 Mac 上使用 Intel (x64) 版本。這將顯著影響性能和電池續航。", - "message_windows": "TriliumNext 目前正在模擬環境中執行,這意味著您在 ARM 架構的 Windows 裝置上使用 Intel (x64) 版本。這將顯著影響性能和電池續航。", - "recommendation": "為獲得最佳體驗,請從我們的發布頁面下載原生 ARM64 版本的 TriliumNext。", - "download_link": "下載原生版本", - "continue_anyway": "仍要繼續", - "dont_show_again": "不再顯示此警告" - }, - "editorfeatures": { - "title": "功能", - "emoji_completion_enabled": "啟用 Emoji 自動完成", - "note_completion_enabled": "啟用筆記自動完成", - "emoji_completion_description": "如果啟用,emoji 可以輕易地經由輸入 `:` 加上 emoji 名稱來插入。", - "note_completion_description": "如果啟用,導向筆記的連結可以經由輸入 `@` 加上筆記標題來建立。", - "slash_commands_enabled": "啟用斜線命令", - "slash_commands_description": "如果啟用,可以經由輸入 `/` 來觸發命令,如插入換行符或標題。" - }, - "table_view": { - "new-row": "新增列", - "new-column": "新增行", - "sort-column-by": "依 \"{{title}}\" 排序", - "sort-column-ascending": "升冪", - "sort-column-descending": "降冪", - "sort-column-clear": "清除排序", - "hide-column": "隱藏 \"{{title}}\" 行", - "show-hide-columns": "顯示 / 隱藏行", - "row-insert-above": "在上方插入列", - "row-insert-below": "在下方插入列", - "row-insert-child": "插入子筆記", - "add-column-to-the-left": "在左側新增行", - "add-column-to-the-right": "在右側新增行", - "edit-column": "編輯行", - "delete_column_confirmation": "您確定要刪除此行嗎?所有筆記中對應的屬性都將被移除。", - "delete-column": "刪除行", - "new-column-label": "標籤", - "new-column-relation": "關聯" - }, - "book_properties_config": { - "hide-weekends": "隱藏週末", - "display-week-numbers": "顯示週數", - "map-style": "地圖樣式", - "max-nesting-depth": "最大嵌套深度:", - "raster": "柵格", - "vector_light": "向量(淺色)", - "vector_dark": "向量(深色)", - "show-scale": "顯示比例尺" - }, - "table_context_menu": { - "delete_row": "刪除列" - }, - "board_view": { - "delete-note": "刪除筆記…", - "move-to": "移動至", - "insert-above": "在上方插入", - "insert-below": "在下方插入", - "delete-column": "刪除行", - "delete-column-confirmation": "您確定要刪除此行嗎?此行中所有筆記對應的屬性也將被移除。", - "new-item": "新增項目", - "add-column": "新增行", - "remove-from-board": "從看板上移除", - "archive-note": "封存筆記", - "unarchive-note": "解除封存筆記", - "new-item-placeholder": "輸入筆記標題…", - "add-column-placeholder": "輸入行名…", - "edit-note-title": "點擊以編輯筆記標題", - "edit-column-title": "點擊以編輯行標題", - "column-already-exists": "此列已在看板上。" - }, - "command_palette": { - "tree-action-name": "樹:{{name}}", - "export_note_title": "匯出筆記", - "export_note_description": "匯出目前筆記", - "show_attachments_title": "顯示附件", - "show_attachments_description": "查看筆記附件", - "search_notes_title": "搜尋筆記", - "search_notes_description": "打開進階搜尋", - "search_subtree_title": "在子階層中搜尋", - "search_subtree_description": "在目前子階層中搜尋", - "search_history_title": "顯示搜尋歷史", - "search_history_description": "查看搜尋記錄", - "configure_launch_bar_title": "設定啟動欄", - "configure_launch_bar_description": "打開啟動欄設定以新增或移除項目。" - }, - "content_renderer": { - "open_externally": "以外部程式打開" - }, - "modal": { - "close": "關閉", - "help_title": "顯示關於此畫面的更多資訊" - }, - "call_to_action": { - "background_effects_title": "背景特效已推出穩定版本", - "background_effects_message": "在 Windows 和macOS裝置上,背景特效現在已穩定。背景特效透過模糊背後的背景,為使用者介面增添一抹色彩。", - "background_effects_button": "啟用背景特效", - "next_theme_title": "試用新 Trilium 主題", - "next_theme_message": "您正在使用舊版主題,要試用新主題嗎?", - "next_theme_button": "試用新主題", - "dismiss": "關閉", - "new_layout_title": "新版面配置", - "new_layout_button": "更多資訊", - "new_layout_message": "我們為 Trilium 推出了現代化版面配置。功能區分頁已移除並無縫整合至主介面,取而代之的是全新狀態列與可擴展區塊(例如提升屬性)承擔其主要功能。\n\n新版面配置預設為啟用狀態,您可透過「選項 → 外觀」暫時停用。" - }, - "settings": { - "related_settings": "相關設定" - }, - "settings_appearance": { - "related_code_blocks": "文字筆記中程式碼區塊的配色方案", - "related_code_notes": "程式碼筆記的配色方案", - "ui": "使用者介面", - "ui_old_layout": "舊版面配置", - "ui_new_layout": "新版面配置" - }, - "units": { - "percentage": "%" - }, - "ui-performance": { - "title": "效能", - "enable-motion": "啟用轉場與動畫", - "enable-shadows": "啟用陰影", - "enable-backdrop-effects": "啟用選單、彈出視窗和面板的背景特效", - "enable-smooth-scroll": "啟用平滑滾動", - "app-restart-required": "(需要重啟程式以套用更改)" - }, - "pagination": { - "page_title": "第 {{startIndex}} - {{endIndex}} 頁", - "total_notes": "{{count}} 筆記" - }, - "collections": { - "rendering_error": "發現錯誤,無法顯示內容。" - }, - "presentation_view": { - "edit-slide": "編輯此投影片", - "start-presentation": "開始簡報", - "slide-overview": "切換投影片概覽" - }, - "calendar_view": { - "delete_note": "刪除筆記…" - }, - "read-only-info": { - "read-only-note": "目前正在檢視唯讀筆記。", - "auto-read-only-note": "此筆記以唯讀模式顯示以加快載入速度。", - "edit-note": "編輯筆記" - }, - "note-color": { - "clear-color": "清除筆記顏色", - "set-color": "設定筆記顏色", - "set-custom-color": "設定自訂筆記顏色" - }, - "popup-editor": { - "maximize": "切換至完整編輯器" - }, - "experimental_features": { - "title": "實驗性選項", - "disclaimer": "這些選項屬實驗性質,可能導致系統不穩定。請謹慎使用。", - "new_layout_name": "新版面配置", - "new_layout_description": "體驗全新版面配置,呈現更現代的外觀與更佳的使用體驗。在未來版本將進行大幅調整。" - }, - "server": { - "unknown_http_error_title": "與伺服器通訊錯誤", - "unknown_http_error_content": "狀態碼:{{statusCode}}\n網址:{{method}} {{url}}\n訊息:{{message}}", - "traefik_blocks_requests": "若您正在使用 Traefik 反向代理,該代理已引入一項重大變更影響與伺服器的通訊。" - }, - "tab_history_navigation_buttons": { - "go-back": "返回前一筆記", - "go-forward": "前往下一筆記" - }, - "breadcrumb_badges": { - "read_only_explicit": "唯讀", - "read_only_auto": "自動唯讀", - "shared_publicly": "公開分享", - "shared_locally": "本地分享", - "read_only_explicit_description": "此筆記已被手動設定為唯讀。\n點擊以臨時編輯。", - "read_only_temporarily_disabled": "臨時編輯", - "shared_copy_to_clipboard": "複製連結至剪貼簿", - "shared_open_in_browser": "在瀏覽器中打開連結", - "shared_unshare": "取消分享", - "clipped_note": "網頁擷取", - "execute_script": "運行腳本", - "execute_sql": "運行 SQL", - "read_only_auto_description": "基於效能考量,此筆記已自動設定為唯讀模式。此自動限制可於設定中調整。\n\n點擊此處可臨時編輯。", - "read_only_temporarily_disabled_description": "此筆記目前可編輯,但通常為唯讀狀態。當您切換至其他筆記時,本筆記將立即恢復為唯讀模式。\n\n點擊此處重新啟用唯讀模式。", - "clipped_note_description": "本筆記原始來源為 {{url}}。\n\n點擊此處前往原網頁。", - "execute_script_description": "此筆記為腳本筆記。點擊以執行腳本。", - "execute_sql_description": "此筆記為 SQL 筆記。點擊以執行 SQL 查詢。", - "save_status_saved": "已儲存", - "save_status_saving": "正在儲存…", - "save_status_unsaved": "未儲存", - "save_status_error": "儲存失敗", - "save_status_saving_tooltip": "正在儲存更動。", - "save_status_unsaved_tooltip": "仍有更動尚未儲存。它們將在稍後自動儲存。", - "save_status_error_tooltip": "在儲存筆記時發生錯誤。如果可以,請嘗試將筆記內容複製至他處並重新載入應用程式。" - }, - "breadcrumb": { - "hoisted_badge": "聚焦", - "hoisted_badge_title": "取消聚焦", - "workspace_badge": "工作空間", - "scroll_to_top_title": "跳轉至筆記開頭", - "create_new_note": "新增子筆記", - "empty_hide_archived_notes": "隱藏已歸檔的筆記" - }, - "status_bar": { - "language_title": "更改內容語言", - "note_info_title": "查看筆記資訊(如日期、筆記大小)", - "backlinks_one": "{{count}} 個反連結", - "backlinks_other": "", - "backlinks_title_one": "查看反連結", - "backlinks_title_other": "", - "attachments_one": "{{count}} 個附件", - "attachments_other": "", - "attachments_title_one": "在新分頁中查看附件", - "attachments_title_other": "", - "attributes_one": "{{count}} 個屬性", - "attributes_other": "", - "attributes_title": "自有屬性及繼承屬性", - "note_paths_one": "{{count}} 條路徑", - "note_paths_other": "", - "note_paths_title": "筆記路徑", - "code_note_switcher": "更改語言模式" - }, - "right_pane": { - "empty_button": "隱藏面板", - "toggle": "切換右側面板", - "custom_widget_go_to_source": "跳轉至原始碼", - "empty_message": "此筆記無內容可顯示" - }, - "attributes_panel": { - "title": "筆記屬性" - }, - "pdf": { - "attachments_one": "{{count}} 個附件", - "attachments_other": "", - "layers_one": "{{count}} 層", - "layers_other": "", - "pages_one": "共 {{count}} 頁", - "pages_other": "", - "pages_alt": "第 {{pageNumber}} 頁", - "pages_loading": "正在載入…" - }, - "mobile_tab_switcher": { - "more_options": "更多選項", - "title_one": "{{count}} 個分頁" - }, - "platform_indicator": { - "available_on": "可於 {{platform}} 使用" - } } diff --git a/apps/client/src/translations/uk/translation.json b/apps/client/src/translations/uk/translation.json index 3d0614fdfe..40272c755b 100644 --- a/apps/client/src/translations/uk/translation.json +++ b/apps/client/src/translations/uk/translation.json @@ -1,2112 +1,1968 @@ { - "add_link": { - "add_link": "Додати посилання", - "help_on_links": "Довідка щодо посилань", - "note": "Нотатка", - "search_note": "пошук нотатки за назвою", - "link_title_mirrors": "заголовок посилання відображає поточний заголовок нотатки", - "link_title_arbitrary": "заголовок посилання можна змінювати довільно", - "link_title": "Заголовок посилання", - "button_add_link": "Додати посилання" - }, - "branch_prefix": { - "save": "Зберегти", - "edit_branch_prefix": "Редагувати префікс гілки", - "help_on_tree_prefix": "Довідка щодо префіксу дерева", - "prefix": "Префікс: ", - "branch_prefix_saved": "Префікс гілки збережено.", - "edit_branch_prefix_multiple": "Редагувати префікс гілки для {{count}} гілок", - "branch_prefix_saved_multiple": "Префікс гілки збережено для {{count}} гілок.", - "affected_branches": "Уражені гілки ({{count}}):" - }, - "about": { - "app_version": "Версія програми:", - "db_version": "Версія БД:", - "build_date": "Дата збірки:", - "build_revision": "Ревізія збірки:", - "data_directory": "Каталог даних:", - "homepage": "Домашня сторінка:", - "title": "Про Trilium Notes", - "sync_version": "Версія синхронізації:" - }, - "global_menu": { - "about": "Про Trilium Notes", - "menu": "Меню", - "options": "Параметри", - "open_new_window": "Відкрити Нове вікно", - "switch_to_mobile_version": "Перейти на мобільну версію", - "switch_to_desktop_version": "Перейти на версію для ПК", - "zoom": "Масштаб", - "toggle_fullscreen": "Увімкнути Повноекранний режим", - "zoom_out": "Зменшити масштаб", - "reset_zoom_level": "Скинути Масштабування", - "zoom_in": "Збільшити масштаб", - "configure_launchbar": "Налаштувати Панель запуску", - "show_shared_notes_subtree": "Показати піддерево спільних нотаток", - "advanced": "Розширені", - "open_dev_tools": "Відкрити Інструменти розробника", - "open_sql_console": "Відкрити консоль SQL", - "open_sql_console_history": "Відкрити історію консолі SQL", - "open_search_history": "Відкрити історію пошуку", - "show_backend_log": "Показати Backend Log", - "reload_hint": "Перезавантаження може допомогти з деякими візуальними збоями без перезавантаження всієї програми.", - "reload_frontend": "Перезавантажити Інтерфейс", - "show_hidden_subtree": "Показати приховане піддерево", - "show_help": "Показати Довідку", - "logout": "Вийти", - "show-cheatsheet": "Показати Шпаргалку", - "toggle-zen-mode": "Дзен-режим" - }, - "modal": { - "help_title": "Показати більше інформації про це вікно", - "close": "Закрити" - }, - "toast": { - "critical-error": { - "title": "Критична помилка", - "message": "Сталася критична помилка, яка перешкоджає запуску клієнтської програми:\n\n{{message}}\n\nНайімовірніше, це спричинено несподіваною помилкою скрипту. Спробуйте запустити програму в безпечному режимі та вирішити проблему." + "add_link": { + "add_link": "Додати посилання", + "help_on_links": "Довідка щодо посилань", + "note": "Нотатка", + "search_note": "пошук нотатки за назвою", + "link_title_mirrors": "заголовок посилання відображає поточний заголовок нотатки", + "link_title_arbitrary": "заголовок посилання можна змінювати довільно", + "link_title": "Заголовок посилання", + "button_add_link": "Додати посилання" }, - "widget-error": { - "title": "Не вдалася ініціалізація віджета", - "message-custom": "Не вдалося ініціалізувати користувацький віджет із нотатки ID \"{{id}}\" з заголовком \"{{title}}\" через:\n\n{{message}}", - "message-unknown": "Невідомий віджет не вдалося ініціалізувати через:\n\n{{message}}" + "branch_prefix": { + "save": "Зберегти", + "edit_branch_prefix": "Редагувати префікс гілки", + "help_on_tree_prefix": "Довідка щодо префіксу дерева", + "prefix": "Префікс: ", + "branch_prefix_saved": "Префікс гілки збережено.", + "edit_branch_prefix_multiple": "Редагувати префікс гілки для {{count}} гілок", + "branch_prefix_saved_multiple": "Префікс гілки збережено для {{count}} гілок.", + "affected_branches": "Уражені гілки ({{count}}):" }, - "bundle-error": { - "title": "Не вдалося завантажити користувацький скрипт", - "message": "Скрипт не вдалося виконати через:\n\n{{message}}" + "about": { + "app_version": "Версія програми:", + "db_version": "Версія БД:", + "build_date": "Дата збірки:", + "build_revision": "Ревізія збірки:", + "data_directory": "Каталог даних:", + "homepage": "Домашня сторінка:", + "title": "Про Trilium Notes", + "sync_version": "Версія синхронізації:" }, - "widget-list-error": { - "title": "Не вдалося отримати список віджетів з сервера" + "global_menu": { + "about": "Про Trilium Notes", + "menu": "Меню", + "options": "Параметри", + "open_new_window": "Відкрити Нове вікно", + "switch_to_mobile_version": "Перейти на мобільну версію", + "switch_to_desktop_version": "Перейти на версію для ПК", + "zoom": "Масштаб", + "toggle_fullscreen": "Увімкнути Повноекранний режим", + "zoom_out": "Зменшити масштаб", + "reset_zoom_level": "Скинути Масштабування", + "zoom_in": "Збільшити масштаб", + "configure_launchbar": "Налаштувати Панель запуску", + "show_shared_notes_subtree": "Показати піддерево спільних нотаток", + "advanced": "Розширені", + "open_dev_tools": "Відкрити Інструменти розробника", + "open_sql_console": "Відкрити консоль SQL", + "open_sql_console_history": "Відкрити історію консолі SQL", + "open_search_history": "Відкрити історію пошуку", + "show_backend_log": "Показати Backend Log", + "reload_hint": "Перезавантаження може допомогти з деякими візуальними збоями без перезавантаження всієї програми.", + "reload_frontend": "Перезавантажити Інтерфейс", + "show_hidden_subtree": "Показати приховане піддерево", + "show_help": "Показати Довідку", + "logout": "Вийти", + "show-cheatsheet": "Показати Шпаргалку", + "toggle-zen-mode": "Дзен-режим" }, - "widget-render-error": { - "title": "Не вдалося відобразити користувацький віджет" + "modal": { + "help_title": "Показати більше інформації про це вікно", + "close": "Закрити" }, - "widget-missing-parent": "Для власного віджета не визначено {{property}} обов'язкову властивість\n\nЯкщо цей скрипт призначений для запуску без елемента інтерфейсу користувача, використовуйте замість нього '#run=frontendStartup'.", - "open-script-note": "Відкрити нотатку сценарію", - "scripting-error": "Помилка користувацького скрипта: {{title}}" - }, - "bulk_actions": { - "bulk_actions": "Масові дії", - "affected_notes": "Зачеплені нотатки", - "available_actions": "Доступні дії", - "chosen_actions": "Обрані дії", - "execute_bulk_actions": "Виконання масових дій", - "bulk_actions_executed": "Масові дії успішно виконано.", - "none_yet": "Поки що немає... додайте дію, натиснувши одну з доступних вище.", - "include_descendants": "Включити нащадків вибраних нотаток", - "labels": "Мітки", - "relations": "Зв'язки", - "notes": "Нотатки", - "other": "Інше" - }, - "clone_to": { - "clone_notes_to": "Клонувати нотатки до...", - "target_parent_note": "Цільова батьківська нотатка", - "search_for_note_by_its_name": "пошук нотатки за назвою", - "help_on_links": "Довідка щодо посилань", - "notes_to_clone": "Нотатки для клонування", - "cloned_note_prefix_title": "Клонована нотатка буде відображатися в дереві нотаток із заданим префіксом", - "prefix_optional": "Префікс (необов'язково)", - "clone_to_selected_note": "Клонувати до вибраної нотатки", - "no_path_to_clone_to": "Немає шляху для клонування.", - "note_cloned": "Нотатка \"{{clonedTitle}}\" була клонована в \"{{targetTitle}}\"" - }, - "clipboard": { - "copied": "Нотатку(-и) було скопійовано в буфер.", - "copy_failed": "Не вдалося скопіювати в буфер через проблеми з дозволами.", - "copy_success": "Скопійовано в буфер обміну.", - "cut": "Нотатку(и) було вирізано в буфер обміну." - }, - "entrypoints": { - "sql-error": "Виникла помилка при виконанні запиту SQL: {{message}}", - "note-revision-created": "Створено версію нотатки.", - "note-executed": "Нотатка виконана." - }, - "branches": { - "undeleting-notes-finished-successfully": "Нотатки вдало відновлено.", - "undeleting-notes-in-progress": "Відновлюємо нотатки: {{count}}", - "delete-notes-in-progress": "Видаляємо нотатки: {{count}}", - "delete-finished-successfully": "Нотатки вдало видалено.", - "cannot-move-notes-here": "Неможливо перемістити нотатки сюди.", - "delete-status": "Видалити статус" - }, - "launcher_context_menu": { - "add-spacer": "Додати розділювач", - "reset": "Скинути", - "reset_launcher_confirm": "Ви справді хочете скинути налаштування \"{{title}}\"? Усі дані/налаштування в цій нотатці (та її дочірніх об'єктах) будуть втрачені, а панель запуску буде повернута до початкового розташування.", - "add-note-launcher": "Додати панель запуску нотаток", - "add-script-launcher": "Додати засіб запуску скриптів", - "add-custom-widget": "Додати користувацький віджет", - "delete": "Видалити ", - "move-to-visible-launchers": "Перейти до видимих панелей запуску", - "move-to-available-launchers": "Перейти до доступних лаунчерів", - "duplicate-launcher": "Дублікат програми запуску " - }, - "highlighting": { - "color-scheme": "Схема кольорів", - "title": "Блоки коду", - "description": "Керує підсвічуванням синтаксису для блоків коду всередині текстових нотаток, на нотатки з кодом це не вплине." - }, - "code_block": { - "copy_title": "Скопіювати в буфер обміну", - "word_wrapping": "Перенос слів", - "theme_none": "Без підсвічування синтаксису", - "theme_group_light": "Світлі теми", - "theme_group_dark": "Темні теми" - }, - "classic_editor_toolbar": { - "title": "Форматування" - }, - "editor": { - "title": "Редактор" - }, - "editing": { - "editor_type": { - "label": "Панель інструментів форматування", - "floating": { - "title": "Плаваюче", - "description": "інструменти редагування з’являються поруч із курсором;" - }, - "fixed": { - "title": "Фіксоване", - "description": "інструменти редагування відображаються на вкладці стрічки Форматування." - }, - "multiline-toolbar": "Відображати панель інструментів на кількох рядках, якщо вона не поміщається." + "toast": { + "critical-error": { + "title": "Критична помилка", + "message": "Сталася критична помилка, яка перешкоджає запуску клієнтської програми:\n\n{{message}}\n\nНайімовірніше, це спричинено несподіваною помилкою скрипту. Спробуйте запустити програму в безпечному режимі та вирішити проблему." + }, + "widget-error": { + "title": "Не вдалася ініціалізація віджета", + "message-custom": "Не вдалося ініціалізувати користувацький віджет із нотатки ID \"{{id}}\" з заголовком \"{{title}}\" через:\n\n{{message}}", + "message-unknown": "Невідомий віджет не вдалося ініціалізувати через:\n\n{{message}}" + }, + "bundle-error": { + "title": "Не вдалося завантажити користувацький скрипт", + "message": "Скрипт не вдалося виконати через:\n\n{{message}}" + }, + "widget-list-error": { + "title": "Не вдалося отримати список віджетів з сервера" + }, + "widget-render-error": { + "title": "Не вдалося відобразити користувацький віджет" + }, + "widget-missing-parent": "Для власного віджета не визначено {{property}} обов'язкову властивість\n\nЯкщо цей скрипт призначений для запуску без елемента інтерфейсу користувача, використовуйте замість нього '#run=frontendStartup'.", + "open-script-note": "Відкрити нотатку сценарію", + "scripting-error": "Помилка користувацького скрипта: {{title}}" + }, + "bulk_actions": { + "bulk_actions": "Масові дії", + "affected_notes": "Зачеплені нотатки", + "available_actions": "Доступні дії", + "chosen_actions": "Обрані дії", + "execute_bulk_actions": "Виконання масових дій", + "bulk_actions_executed": "Масові дії успішно виконано.", + "none_yet": "Поки що немає... додайте дію, натиснувши одну з доступних вище.", + "include_descendants": "Включити нащадків вибраних нотаток", + "labels": "Мітки", + "relations": "Зв'язки", + "notes": "Нотатки", + "other": "Інше" + }, + "clone_to": { + "clone_notes_to": "Клонувати нотатки до...", + "target_parent_note": "Цільова батьківська нотатка", + "search_for_note_by_its_name": "пошук нотатки за назвою", + "help_on_links": "Довідка щодо посилань", + "notes_to_clone": "Нотатки для клонування", + "cloned_note_prefix_title": "Клонована нотатка буде відображатися в дереві нотаток із заданим префіксом", + "prefix_optional": "Префікс (необов'язково)", + "clone_to_selected_note": "Клонувати до вибраної нотатки", + "no_path_to_clone_to": "Немає шляху для клонування.", + "note_cloned": "Нотатка \"{{clonedTitle}}\" була клонована в \"{{targetTitle}}\"" + }, + "clipboard": { + "copied": "Нотатку(-и) було скопійовано в буфер.", + "copy_failed": "Не вдалося скопіювати в буфер через проблеми з дозволами.", + "copy_success": "Скопійовано в буфер обміну.", + "cut": "Нотатку(и) було вирізано в буфер обміну." + }, + "entrypoints": { + "sql-error": "Виникла помилка при виконанні запиту SQL: {{message}}", + "note-revision-created": "Створено версію нотатки.", + "note-executed": "Нотатка виконана." + }, + "branches": { + "undeleting-notes-finished-successfully": "Нотатки вдало відновлено.", + "undeleting-notes-in-progress": "Відновлюємо нотатки: {{count}}", + "delete-notes-in-progress": "Видаляємо нотатки: {{count}}", + "delete-finished-successfully": "Нотатки вдало видалено.", + "cannot-move-notes-here": "Неможливо перемістити нотатки сюди.", + "delete-status": "Видалити статус" + }, + "launcher_context_menu": { + "add-spacer": "Додати розділювач", + "reset": "Скинути", + "reset_launcher_confirm": "Ви справді хочете скинути налаштування \"{{title}}\"? Усі дані/налаштування в цій нотатці (та її дочірніх об'єктах) будуть втрачені, а панель запуску буде повернута до початкового розташування.", + "add-note-launcher": "Додати панель запуску нотаток", + "add-script-launcher": "Додати засіб запуску скриптів", + "add-custom-widget": "Додати користувацький віджет", + "delete": "Видалити ", + "move-to-visible-launchers": "Перейти до видимих панелей запуску", + "move-to-available-launchers": "Перейти до доступних лаунчерів", + "duplicate-launcher": "Дублікат програми запуску " + }, + "highlighting": { + "color-scheme": "Схема кольорів", + "title": "Блоки коду", + "description": "Керує підсвічуванням синтаксису для блоків коду всередині текстових нотаток, на нотатки з кодом це не вплине." + }, + "code_block": { + "copy_title": "Скопіювати в буфер обміну", + "word_wrapping": "Перенос слів", + "theme_none": "Без підсвічування синтаксису", + "theme_group_light": "Світлі теми", + "theme_group_dark": "Темні теми" + }, + "classic_editor_toolbar": { + "title": "Форматування" + }, + "editor": { + "title": "Редактор" + }, + "editing": { + "editor_type": { + "label": "Панель інструментів форматування", + "floating": { + "title": "Плаваюче", + "description": "інструменти редагування з’являються поруч із курсором;" + }, + "fixed": { + "title": "Фіксоване", + "description": "інструменти редагування відображаються на вкладці стрічки Форматування." + }, + "multiline-toolbar": "Відображати панель інструментів на кількох рядках, якщо вона не поміщається." + } + }, + "confirm": { + "confirmation": "Підтвердження", + "cancel": "Скасувати", + "ok": "ОК", + "are_you_sure_remove_note": "Ви впевнені, що хочете видалити нотатку \"{{title}}\" з карти зв'язків? ", + "if_you_dont_check": "Якщо ви не позначите цей пункт, нотатку буде видалено лише з карти зв'язків.", + "also_delete_note": "Також видалити нотатку" + }, + "delete_notes": { + "delete_notes_preview": "Видалити попередній перегляд нотаток", + "close": "Закрити", + "delete_all_clones_description": "Видалити також усі клони (можна скасувати в останніх змінах)", + "erase_notes_description": "Звичайне (м’яке) видалення лише позначає нотатки як видалені і їх можна відновити (у діалоговому вікні останніх змін) протягом певного періоду часу. Якщо позначити цю опцію, нотатки будуть видалені негайно і їх неможливо буде відновити.", + "erase_notes_warning": "Стерти нотатки назавжди (скасувати не можна), включаючи всі клони. Це призведе до перезавантаження програми.", + "notes_to_be_deleted": "Наступні нотатки будуть видалені ({{notesCount}})", + "no_note_to_delete": "Жодну нотатку не буде видалено (лише клони).", + "broken_relations_to_be_deleted": "Наступні зв'язки будуть розірвані та видалені ({{ relationCount}})", + "cancel": "Скасувати", + "ok": "ОК", + "deleted_relation_text": "Нотатка {{- note}} (буде видалена) посилається на зв'язок {{- relation}}, що походить з {{- source}}." + }, + "export": { + "export_note_title": "Експорт нотатки", + "close": "Закрити", + "export_type_subtree": "Ця нотатка та всі її нащадки", + "format_html": "HTML – рекомендовано, оскільки зберігає форматування", + "format_html_zip": "HTML у ZIP-архіві – рекомендовано, зберігає форматування.", + "format_markdown": "Markdown – зберігає більшу частину форматування.", + "format_opml": "OPML – формат обміну структурами лише для тексту. Форматування, зображення та файли не включено.", + "opml_version_1": "OPML версії 1.0 – лише звичайний текст", + "opml_version_2": "OPML v2.0 - також дозволяє HTML", + "export_type_single": "Тільки ця нотатка без її нащадків", + "export": "Експорт", + "choose_export_type": "Спочатку виберіть тип експорту", + "export_status": "Статус експорту", + "export_in_progress": "Триває експорт: {{progressCount}}", + "export_finished_successfully": "Експорт успішно завершено.", + "format_pdf": "PDF – для друку або спільного використання.", + "share-format": "HTML для веб-публікацій – використовує ту саму тему, що й для спільних нотаток, але може бути опублікований як статичний веб-сайт." + }, + "help": { + "title": "Шпаргалка", + "noteNavigation": "Навігація по нотатках", + "goUpDown": "переміститись вгору/вниз у списку нотаток", + "collapseExpand": "згорнути/розгорнути вузол", + "notSet": "не встановлено", + "goBackForwards": "повернутися назад / вперед в історії", + "showJumpToNoteDialog": "показати діалогове вікно \"Перейти до\"", + "scrollToActiveNote": "прокрутити до активної нотатки", + "jumpToParentNote": "перейти до батьківської нотатки", + "collapseWholeTree": "згорнути все дерево нотаток", + "collapseSubTree": "згорнути піддерево", + "tabShortcuts": "Комбінації клавіш вкладки", + "newTabNoteLink": "посилання на нотатку відкриває нотатку в новій вкладці", + "newTabWithActivationNoteLink": "посилання на нотатку відкривається та активує нотатку в новій вкладці", + "onlyInDesktop": "Тільки для ПК (збірка Electron)", + "openEmptyTab": "відкрити порожню вкладку", + "closeActiveTab": "закрити активну вкладку", + "activateNextTab": "активувати наступну вкладку", + "activatePreviousTab": "активувати попередню вкладку", + "creatingNotes": "Створення нотаток", + "createNoteAfter": "створити нову нотатку після активної нотатки", + "createNoteInto": "створити нову піднотатку в активній нотатці", + "editBranchPrefix": "редагувати префікс активного клону нотатки", + "movingCloningNotes": "Переміщення / клонування нотаток", + "moveNoteUpDown": "переміщення нотатки вгору/вниз у списку нотаток", + "moveNoteUpHierarchy": "перемістити нотатку вище в ієрархії", + "multiSelectNote": "множинний вибір нотатки вище/нижче", + "selectAllNotes": "вибрати всі нотатки на поточному рівні", + "selectNote": "вибрати нотатку", + "copyNotes": "копіювати активну нотатку (або поточний вибір) у буфер обміну (використовується для клонування)", + "cutNotes": "вирізати поточну нотатку (або поточний вибір) у буфер обміну (використовується для переміщення нотаток)", + "pasteNotes": "вставити нотатку(и) як піднотатку в активну нотатку (яка або переміщується, або клонується залежно від того, чи була вона скопійована, чи вирізана в буфер обміну)", + "deleteNotes": "видалити нотатку / піддерево", + "editingNotes": "Редагування нотаток", + "editNoteTitle": "на панелі дерева перемкнеться з панелі дерева на заголовок нотатки. Введення з заголовку нотатки перемкне фокус на текстовий редактор. Ctrl+. перемкнеться назад з редактора на панель дерева.", + "createEditLink": "створити / редагувати зовнішнє посилання", + "createInternalLink": "створити внутрішнє посилання", + "followLink": "перейти за посиланням під курсором", + "insertDateTime": "вставити поточну дату та час у позицію курсору", + "jumpToTreePane": "перейти до панелі дерева та прокрутити до активної нотатки", + "markdownAutoformat": "Автоформатування, подібне до Markdown", + "headings": "##, ###, #### тощо, а потім пробіл для заголовків", + "bulletList": "* або - з пробілом для маркованого списку", + "numberedList": "1. або 1), а потім пробіл для нумерованого списку", + "blockQuote": "починайте рядок з >, а потім пробіл для цитування блоку", + "troubleshooting": "Усунення несправностей", + "reloadFrontend": "перезавантажити інтерфейс Trilium", + "showDevTools": "показати інструменти розробника", + "showSQLConsole": "показати консоль SQL", + "other": "Інше", + "quickSearch": "фокус на швидкому введенні пошуку", + "inPageSearch": "пошук на сторінці", + "editShortcuts": "Редагувати комбінації клавіш" + }, + "import": { + "importIntoNote": "Імпортувати в нотатку", + "chooseImportFile": "Вибрати файл імпорту", + "importDescription": "Вміст вибраного(их) файлу(ів) буде імпортовано як дочірню(і) нотатку(и) до", + "options": "Параметри", + "safeImportTooltip": "Експортовані файли Trilium .zip можуть містити виконувані скрипти, які можуть мати шкідливу поведінку. Безпечний імпорт деактивує автоматичне виконання всіх імпортованих скриптів. Зніміть позначку \"Безпечний імпорт\", лише якщо імпортований архів має містити виконувані скрипти, і ви повністю довіряєте вмісту файлу імпорту.", + "safeImport": "Безпечний імпорт", + "explodeArchivesTooltip": "Якщо цей прапорець позначено, Trilium читатиме файли .zip, .enex та .opml і створюватиме нотатки з файлів усередині цих архівів. Якщо прапорець знято, Trilium додаватиме самі архіви до нотатки.", + "explodeArchives": "Зчитати вміст архівів .zip, .enex та .opml.", + "shrinkImagesTooltip": "

Якщо ви позначите цей параметр, Trilium спробує зменшити імпортовані зображення шляхом масштабування та оптимізації, що може вплинути на сприйняту якість зображення. Якщо не позначити, зображення будуть імпортовані без змін.

Це не стосується імпорту .zip з метаданими, оскільки передбачається, що ці файли вже оптимізовані.

", + "shrinkImages": "Зменшити зображення", + "textImportedAsText": "Імпортувати HTML, Markdown та TXT як текстові нотатки, якщо це незрозуміло з метаданих", + "codeImportedAsCode": "Імпортувати розпізнані файли коду (наприклад, .json) як нотатки з кодом, якщо це незрозуміло з метаданих", + "replaceUnderscoresWithSpaces": "Замінити підкреслення пробілами в назвах імпортованих нотаток", + "import": "Імпорт", + "failed": "Помилка імпорту: {{message}}.", + "html_import_tags": { + "title": "Теги Імпорту HTML", + "description": "Налаштуйте, які теги HTML слід зберігати під час імпорту нотаток. Теги, яких немає в цьому списку, будуть видалені під час імпорту. Деякі теги (наприклад, 'script') завжди видаляються з міркувань безпеки.", + "placeholder": "Введіть теги HTML, по одному на рядок", + "reset_button": "Скинути до Список за замовчуванням" + }, + "import-status": "Статус Імпорту", + "in-progress": "Триває Імпорт: {{progress}}", + "successful": "Імпорт успішно завершено." + }, + "prompt": { + "title": "Запит(prompt)", + "ok": "ОК", + "defaultTitle": "Запит(Prompt)" + }, + "protected_session_password": { + "modal_title": "Захищений сеанс", + "help_title": "Довідка щодо Захищених нотаток", + "close_label": "Закрити", + "form_label": "Щоб продовжити запитувану дію, вам потрібно розпочати захищений сеанс, ввівши пароль:", + "start_button": "Розпочати захищений сеанс" + }, + "recent_changes": { + "title": "Останні зміни", + "erase_notes_button": "Стерти видалені нотатки зараз", + "deleted_notes_message": "Видалені нотатки стерто.", + "no_changes_message": "Поки що жодних змін...", + "undelete_link": "відновити", + "confirm_undelete": "Ви хочете відновити цю нотатку та її піднотатки?" + }, + "revisions": { + "note_revisions": "Версії нотаток", + "delete_all_revisions": "Видалити всі версії цієї нотатки", + "delete_all_button": "Видалити всі версії", + "help_title": "Довідка щодо Версій нотаток", + "confirm_delete_all": "Ви хочете видалити всі версії цієї нотатки?", + "no_revisions": "Поки що немає версій цієї нотатки...", + "restore_button": "Відновити", + "confirm_restore": "Ви хочете відновити цю версію? Це замінить поточний заголовок та вміст нотатки цієї версії.", + "delete_button": "Видалити", + "confirm_delete": "Ви хочете видалити цю версію?", + "revisions_deleted": "Версії нотаток видалено.", + "revision_restored": "Версію нотатки відновлено.", + "revision_deleted": "Версію нотатки видалено.", + "snapshot_interval": "Інтервал знімків версій нотатки: {{seconds}}s.", + "maximum_revisions": "Ліміт знімків версій нотатки: {{number}}.", + "settings": "Налаштування Версії Нотатки", + "download_button": "Завантажити", + "mime": "МІМЕ: ", + "file_size": "Розмір файлу:", + "preview_not_available": "Попередній перегляд недоступний для цього типу нотатки.", + "diff_on": "Показати різницю", + "diff_off": "Показати вміст", + "diff_on_hint": "Натисніть, щоб показати різницю в джерелі нотатки", + "diff_off_hint": "Натисніть, щоб показати вміст нотатки", + "diff_not_available": "Різниця недоступна." + }, + "include_note": { + "dialog_title": "Включити нотатку", + "label_note": "Нотатка", + "placeholder_search": "пошук нотатки за назвою", + "box_size_prompt": "Розмір вмісту з вкладеною нотаткою:", + "box_size_small": "маленький (~ 10 рядків)", + "box_size_medium": "середній (~ 30 рядків)", + "box_size_full": "повний (вміст показує повний текст)", + "button_include": "Включити нотатку" + }, + "info": { + "modalTitle": "Інформаційне повідомлення", + "closeButton": "Закрити", + "okButton": "ОК" + }, + "jump_to_note": { + "search_placeholder": "Пошук нотатки за її назвою або типом > для команд...", + "search_button": "Повнотекстовий Пошук" + }, + "markdown_import": { + "dialog_title": "Імпорт з Markdown", + "modal_body_text": "Через \"пісочницю\" браузера неможливо безпосередньо зчитувати буфер обміну з JavaScript. Будь ласка, вставте код Markdown для імпорту в текстове поле нижче та натисніть кнопку \"Імпортувати\"", + "import_button": "Імпорт", + "import_success": "Вміст Markdown імпортовано в документ." + }, + "move_to": { + "dialog_title": "Перемістити нотатки до ...", + "notes_to_move": "Нотатки для переміщення", + "search_placeholder": "пошук нотатки за назвою", + "move_button": "Перейти до вибраної нотатки", + "error_no_path": "Немає шляху для переміщення.", + "move_success_message": "Вибрані нотатки переміщено до ", + "target_parent_note": "Цільова батьківська нотатка" + }, + "note_type_chooser": { + "change_path_prompt": "Змінити місце створення нової нотатки:", + "search_placeholder": "пошук шляху за назвою (за замовчуванням, якщо порожня)", + "modal_title": "Вибрати тип нотатки", + "modal_body": "Вибрати тип/шаблон нової нотатки:", + "templates": "Шаблони", + "builtin_templates": "Вбудовані Шаблони" + }, + "password_not_set": { + "title": "Пароль не встановлено", + "body1": "Захищені нотатки шифруються за допомогою пароля користувача, але пароль ще не встановлено.", + "body2": "Щоб захистити нотатки, натисніть кнопку нижче, щоб відкрити діалогове вікно Параметри та встановити пароль.", + "go_to_password_options": "Перейти до Параметрів пароля" + }, + "sort_child_notes": { + "sort_children_by": "Сортування дочірніх за...", + "sorting_criteria": "Критерії сортування", + "title": "заголовок", + "date_created": "дата створення", + "date_modified": "дата зміни", + "sorting_direction": "Напрямок сортування", + "ascending": "зростання", + "descending": "спадний", + "folders": "Папки", + "sort_folders_at_top": "сортувати папки зверху", + "natural_sort": "Нативне сортування", + "sort_with_respect_to_different_character_sorting": "сортувати з урахуванням різних правил сортування та порівняння символів у різних мовах або регіонах.", + "natural_sort_language": "Мова нативного сортування", + "the_language_code_for_natural_sort": "Код мови для нативного сортування, наприклад, \"zh-CN\" для китайської.", + "sort": "Сортування" + }, + "upload_attachments": { + "upload_attachments_to_note": "Завантажити вкладення до нотатки", + "choose_files": "Вибрати файли", + "files_will_be_uploaded": "Файли будуть завантажені як вкладення до {{noteTitle}}", + "options": "Параметри", + "shrink_images": "Зменшити зображення", + "upload": "Скачати", + "tooltip": "Якщо ви позначите цей параметр, Trilium спробує зменшити розмір завантажених зображень шляхом масштабування та оптимізації, що може вплинути на сприйняту якість зображення. Якщо вимкнути цей параметр, зображення будуть завантажені без змін." + }, + "attribute_detail": { + "attr_detail_title": "Деталі Атрибуту Заголовок", + "close_button_title": "Скасувати зміни та закрити", + "attr_is_owned_by": "Атрибут належить", + "attr_name_title": "Ім'я атрибута може складатися лише з буквено-цифрових символів, двокрапки та символу підкреслення", + "name": "Назва", + "value": "Значення", + "target_note_title": "Зв'язок — це іменований зв'язок між джерелом та цільовою нотаткою.", + "target_note": "Цільова нотатка", + "promoted_title": "Просунутий атрибут відображається на нотатці у помітному вигляді.", + "promoted": "Просунуті", + "promoted_alias_title": "Назва, яка відображатиметься в інтерфейсі просунутих атрибутів.", + "promoted_alias": "Псевдонім", + "multiplicity_title": "Множинність визначає, скільки атрибутів з однаковою назвою можна створити — максимум 1 або більше 1.", + "multiplicity": "Множинність", + "single_value": "Одне значення", + "multi_value": "Декілька значень", + "label_type_title": "Тип мітки допоможе Trilium вибрати відповідний інтерфейс для введення значення мітки.", + "label_type": "Тип", + "text": "Текст", + "number": "Номер", + "boolean": "Булева", + "date": "Дата", + "date_time": "Дата & Час", + "time": "Час", + "url": "URL", + "precision_title": "Яка кількість цифр після числа з плаваючою комою має бути доступна в інтерфейсі налаштування значень.", + "precision": "Точність", + "digits": "цифри", + "inverse_relation_title": "Додаткове налаштування для визначення, який зв'язок є зворотнім цьому зв'язку. Приклад: Батьківська - Дочірня інверсним зв'язком одне до одного.", + "inverse_relation": "Інверсний зв'язок", + "inheritable_title": "Спадковий атрибут буде успадкований усіма нащадками в цьому дереві.", + "inheritable": "Спадковий", + "save_and_close": "Зберегти & закрити Ctrl+Enter", + "delete": "Видалити", + "related_notes_title": "Інші нотатки з цією міткою", + "more_notes": "Більше нотаток", + "label": "Деталі мітки", + "label_definition": "Деталі визначення мітки", + "relation": "Деталі зв'язку", + "relation_definition": "Деталі визначення зв'язку", + "disable_versioning": "вимикає автоматичне керування версіями. Корисно, наприклад, для великих, але неважливих нотаток, наприклад, великих JS-бібліотек, що використовуються для написання скриптів", + "calendar_root": "позначити нотатку, яка буде використовуватись для денних нотатків за замовчуванням. Тільки одна може бути такою.", + "archived": "нотатки з цією міткою не будуть видимими за замовчуванням у результатах пошуку (також у діалогових вікнах Перейти до..., Додати посилання... тощо).", + "exclude_from_export": "нотатки (з їхнім піддеревом) не будуть включені до жодного експорту нотаток", + "run": "визначає, за яких подій має запускатися скрипт. Можливі значення:\n
    \n
  • frontendStartup – коли запускається (або оновлюється) інтерфейс Trilium, але не на мобільному пристрої.
  • \n
  • mobileStartup – коли запускається (або оновлюється) інтерфейс Trilium на мобільному пристрої.
  • \n
  • backendStartup – коли запускається бекенд Trilium
  • \n
  • hourly – запускається раз на годину. Ви можете використовувати додаткову мітку runAtHour, щоб вказати, о котрій годині.
  • \n
  • daily – запускається раз на день
  • \n
", + "run_on_instance": "Визначити, на якому екземплярі Trilium це має бути запущено. За замовчуванням використовувати всі екземпляри.", + "run_at_hour": "О котрій годині це має запускатися? Слід використовувати разом з #run=hourly. Можна визначити кілька разів для більшої кількості запусків протягом дня.", + "disable_inclusion": "скрипти з цією міткою не будуть включені до виконання базового скрипта.", + "sorted": "зберігає дочірні нотатки, відсортовані за заголовком в алфавітному порядку", + "sort_direction": "ASC (за замовчуванням) або DESC", + "sort_folders_first": "Папки (нотатки з дочірніми) слід сортувати зверху", + "top": "зберегти задану нотатку зверху в батьківській (застосовується лише до відсортованих батьківських)", + "hide_promoted_attributes": "Сховати просунуті атрибути для цієї нотатки", + "read_only": "редактор в режимі \"тільки для читання\". Працює лише для текстових та нотаток з кодом.", + "auto_read_only_disabled": "текстові/кодові нотатки можна автоматично перевести в режим читання, якщо вони занадто великі. Ви можете вимкнути цю поведінку для кожної окремої нотатки, додавши до неї цю позначку", + "app_css": "позначає CSS-нотатки, які завантажуються в програму Trilium і, таким чином, можуть бути використані для зміни зовнішнього вигляду Trilium.", + "app_theme": "позначає CSS-нотатки, які є повноцінними темами Trilium і тому доступні в параметрах Trilium.", + "app_theme_base": "встановіть значення \"next\", \"next-light\", or \"next-dark\", щоб використовувати відповідну тему TriliumNext (автоматичну, світлу або темну) як основу для власної теми, замість застарілої.", + "css_class": "значення цієї мітки потім додається як CSS-клас до вузла, що представляє задану нотатку в дереві. Це може бути корисним для розширеного налаштування тем. Можна використовувати в шаблонах нотаток.", + "icon_class": "значення цієї мітки додається як CSS-клас до значка на дереві, що може допомогти візуально розрізнити нотатки в дереві. Прикладом може бути bx bx-home - значки взяті з boxicons. Можна використовувати в шаблонах нотаток.", + "page_size": "кількість елементів на сторінці у списку нотаток", + "custom_request_handler": "див. Спеціальний обробник запитів", + "custom_resource_provider": "див. Спеціальний обробник запитів", + "widget": "позначає цю нотатку як користувацький віджет, який буде додано до дерева компонентів Trilium", + "workspace": "позначає цю нотатку як робочу область, що дозволяє легко хостити", + "workspace_icon_class": "визначає значка CSS-класу, який буде використовуватися у вкладці при хостингу цієї нотатки", + "workspace_tab_background_color": "Колір CSS, що використовується у вкладці нотатки під час перенесення до цієї нотатки", + "workspace_calendar_root": "Визначає календар для кожного робочого простору", + "workspace_template": "Ця нотатка з'явиться у списку доступних шаблонів під час створення нової нотатки, але лише після перенесення її в робочу область, що містить цей шаблон", + "search_home": "нові пошукові нотатки будуть створені як дочірні елементи цієї нотатки", + "workspace_search_home": "нові пошукові нотатки будуть створені як дочірні елементи цієї нотатки після хостингу до якогось предка цієї нотатки робочої області", + "inbox": "розташування Вхідних за замовчуванням для нових нотаток – під час створення нотатки за допомогою кнопки Нова нотатка на бічній панелі, нотатки будуть створені як дочірні нотатки в нотатці з міткою #inbox.", + "workspace_inbox": "розташування Вхідні за замовчуванням для нових нотаток, коли вони переносяться до якоїсь батьківської нотатки в робочій області", + "sql_console_home": "розташування нотаток консолі SQL за замовчуванням", + "bookmark_folder": "нотатка з цією міткою відображатиметься в закладках як папка (що дозволить доступ до її дочірніх елементів)", + "share_hidden_from_tree": "ця нотатка прихована в лівому дереві навігації, але все ще доступна за її URL-адресою", + "share_external_link": "нотатка діятиме як посилання на зовнішній вебсайт у дереві спільного доступу", + "share_alias": "визначає псевдонім, за допомогою якого нотатка буде доступна за адресою https://your_trilium_host/share/[your_alias]", + "share_omit_default_css": "CSS сторінки спільного доступу за замовчуванням буде пропущено. Використовуйте, коли ви вносите значні зміни стилю.", + "share_description": "визначити текст, який буде додано до метатегу HTML для опису", + "share_raw": "нотатка буде надаватися у необробленому форматі, без HTML-оболонки", + "share_disallow_robot_indexing": "заборонити індексацію цієї нотатки роботами через заголовок X-Robots-Tag: noindex", + "share_credentials": "потрібні облікові дані для доступу до цієї спільної нотатки. Значення повинно бути у форматі «ім'я користувача:пароль». Не забудьте зробити це спадковим, щоб застосувати до дочірніх нотаток/зображень.", + "share_index": "нотатка з цією міткою відобразить список усіх коренів спільних нотаток", + "display_relations": "назви зв'язків, розділені комами, які слід відображати. Усі інші будуть приховані.", + "hide_relations": "назви зв'язків, розділені комами, які слід приховати. Усі інші будуть відображені.", + "title_template": "заголовок нотаток за замовчуванням, створених як дочірні елементи цієї нотатки. Значення оцінюється як рядок JavaScript\nі таким чином може бути збагачене динамічним контентом за допомогою вставлених змінних now та parentNote. Приклади:\n\n
    \nЛітературні твори
  • ${parentNote.getLabelValue('authorName')}
  • \n
  • Журнал для ${now.format('РРРР-ММ-ДД ГГ:мм:сс')
  • \n
\n\nДив. вікі з деталями, документацію API для parentNote та now для отримання детальної інформації.", + "template": "Ця нотатка з'явиться у списку доступних шаблонів під час створення нової нотатки", + "toc": "#toc або #toc=show примусово покаже Зміст, #toc=hide примусово приховає його. Якщо мітка не існує, дотримується глобального налаштування", + "color": "визначає колір нотатки в дереві нотаток, посиланнях тощо. Використовуйте будь-яке дійсне значення кольору CSS, наприклад, 'red' або #a13d5f", + "keyboard_shortcut": "Визначає комбінацію клавіш, щоб негайно перейти до цієї нотатки. Приклад: «ctrl+alt+e». Щоб зміни набули чинності, потрібне перезавантаження інтерфейсу.", + "keep_current_hoisting": "Відкриття цього посилання не змінить хостинг, навіть якщо нотатка не відображається в поточному піддереві хостінгу.", + "execute_button": "Назва кнопки, яка виконає поточну нотатку з кодом", + "execute_description": "Більш детальний опис поточного коду, що відображається разом із кнопкою виконання", + "exclude_from_note_map": "Нотатки з цією міткою будуть приховані на Карті Нотатки", + "new_notes_on_top": "Нові нотатки будуть створені зверху батьківської нотатки, а не знизу.", + "hide_highlight_widget": "Приховати віджет Основні моменти", + "run_on_note_creation": "виконується, коли нотатка створюється на серверній частині. Використовуйте цей зв'язок, якщо потрібно запустити скрипт для всіх нотаток, створених у певному піддереві. У такому випадку створіть його на батьківській нотатці піддерева та зробіть його успадковуваним. Нова нотатка, створена в піддереві (будь-якої глибини), запустить скрипт.", + "run_on_child_note_creation": "виконується, коли створюється нова нотатка під нотаткою, де визначено цей зв'язок", + "run_on_note_title_change": "виконується, коли змінюється заголовок нотатки (включає також створення нотатки)", + "run_on_note_content_change": "виконується, коли змінюється вміст нотатки (включаючи також створення нотатки).", + "run_on_note_change": "виконується, коли нотатку змінено (включає також створення нотатки). Не включає зміни вмісту", + "run_on_note_deletion": "виконується під час видалення нотатки", + "run_on_branch_creation": "виконується під час створення гілки. Гілка — це зв'язок між батьківською та дочірньою нотаткою та створюється, наприклад, під час клонування або переміщення нотатки.", + "run_on_branch_change": "виконується, коли гілка оновлюється.", + "run_on_branch_deletion": "виконується, коли гілку видаляють. Гілка — це зв'язок між батьківською та дочірньою нотатками та видаляється, наприклад, під час переміщення нотатки (стара гілка/посилання видаляється).", + "share_root": "позначає нотатку, яка подається /спільний корінь.", + "run_on_attribute_creation": "виконується, коли для нотатки створюється новий атрибут, який визначає цей зв'язок", + "run_on_attribute_change": " виконується, коли змінюється атрибут нотатки, яка визначає цей зв'язок. Це також спрацьовує, коли атрибут видаляється", + "relation_template": "атрибути нотатки будуть успадковані навіть без зв'язку \"батьківський-дочірній\", вміст нотатки та піддерево будуть додані до екземпляра нотатки, якщо він порожній. Див. документацію для отримання детальної інформації.", + "inherit": "атрибути нотатки будуть успадковані навіть без зв'язку «батьківський-дочірній». Див. шаблон зв'язку для подібної концепції. Див. успадкування атрибутів у документації.", + "render_note": "нотатки типу \"render HTML note\" будуть відображатися за допомогою нотатки з кодом (HTML або скрипта), і необхідно вказати за допомогою цього зв'язку, яку нотатку слід відображати", + "widget_relation": "ціль цього зв'язку буде виконано та відображено як віджет на бічній панелі", + "share_css": "CSS-нотатка, яка буде вставлена на сторінку спільного доступу. CSS-нотатка також має бути в спільному піддереві. Також розгляньте можливість використання 'share_hidden_from_tree' та 'share_omit_default_css'.", + "share_js": "JavaScript-нотатка, яка буде вставлена на сторінку спільного доступу. JS-нотатка також має бути в спільному піддереві. Розгляньте можливість використання 'share_hidden_from_tree'.", + "share_template": "Вбудована нотатка JavaScript, яка використовуватиметься як шаблон для відображення спільної нотатки. Повертатиметься до шаблону за замовчуванням. Розгляньте можливість використання 'share_hidden_from_tree'.", + "share_favicon": "Нотатку до значка веб-сторінки, яку потрібно встановити на спільній сторінці. Зазвичай потрібно встановити її як спільний кореневий каталог і зробити успадковуваною. Нотатку до значка веб-сторінки також потрібно розмістити у спільному піддереві. Розгляньте можливість використання 'share_hidden_from_tree'.", + "is_owned_by_note": "належить до нотатки", + "other_notes_with_name": "Інші нотатки {{attributeType}} з назвою \"{{attributeName}}\"", + "and_more": "... та ще {{count}}.", + "print_landscape": "Під час експорту в PDF змінює орієнтацію сторінки на альбомну замість портретної.", + "print_page_size": "Під час експорту в PDF змінює розмір сторінки. Підтримувані значення: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", + "color_type": "Колір" + }, + "multi_factor_authentication": { + "mfa_method": "Метод MFA", + "title": "Багатофакторна автентифікація", + "description": "Багатофакторна автентифікація (MFA) додає додатковий рівень безпеки до вашого облікового запису. Замість того, щоб просто вводити пароль для входу, MFA вимагає від вас надання одного або кількох додаткових доказів для підтвердження вашої особи. Таким чином, навіть якщо хтось отримає ваш пароль, він все одно не зможе отримати доступ до вашого облікового запису без другої інформації. Це як додати додатковий замок на двері, що значно ускладнює проникнення будь-кому іншому.

Будь ласка, дотримуйтесь інструкцій нижче, щоб увімкнути MFA. Якщо ви неправильно налаштуєте, вхід буде здійснюватися лише за допомогою пароля.", + "mfa_enabled": "Увімкнути багатофакторну автентифікацію", + "electron_disabled": "Багатофакторна автентифікація наразі не підтримується у збірці для ПК.", + "totp_title": "Одноразовий пароль на основі часу (TOTP)", + "totp_description": "TOTP (одноразовий пароль на основі часу) – це функція безпеки, яка генерує унікальний тимчасовий код, що змінюється кожні 30 секунд. Ви використовуєте цей код разом із паролем для входу до свого облікового запису, що значно ускладнює доступ до нього для будь-кого іншого.", + "totp_secret_title": "Згенерувати секретний код TOTP", + "totp_secret_generate": "Згенерувати секретний код TOTP", + "totp_secret_regenerate": "Оновити секретний код TOTP", + "no_totp_secret_warning": "Щоб увімкнути TOTP, спочатку потрібно згенерувати секретний код TOTP.", + "totp_secret_description_warning": "Після створення нового секретного коду TOTP вам потрібно буде знову ввійти в систему, використовуючи новий секретний код TOTP.", + "totp_secret_generated": "Згенеровано секретний код TOTP", + "totp_secret_warning": "Будь ласка, збережіть згенерований секретний код у безпечному місці. Він більше не відображатиметься.", + "totp_secret_regenerate_confirm": "Ви впевнені, що хочете повторно створити секретний код TOTP? Це призведе до анулювання попереднього секретного коду TOTP та всіх існуючих кодів відновлення.", + "recovery_keys_title": "Ключі відновлення єдиного входу", + "recovery_keys_description": "Ключі відновлення єдиного входу використовуються для входу, навіть якщо ви не маєте доступу до своїх кодів автентифікатора.", + "recovery_keys_description_warning": "Ключі відновлення більше не відображатимуться після того, як ви залишите сторінку, зберігайте їх у безпечному місці.
Після використання ключа відновлення його не можна буде використати повторно.", + "recovery_keys_error": "Помилка створення кодів відновлення", + "recovery_keys_no_key_set": "Коди відновлення не встановлено", + "recovery_keys_generate": "Згенерувати коди відновлення", + "recovery_keys_regenerate": "Регенерувати коди відновлення", + "recovery_keys_used": "Використано: {{date}}", + "recovery_keys_unused": "Код відновлення {{index}} не використовується", + "oauth_title": "OAuth/OpenID", + "oauth_description": "OpenID – це стандартизований спосіб входу на веб-сайти за допомогою облікового запису з іншого сервісу, такого як Google, для підтвердження вашої особи. Емітентом за замовчуванням є Google, але ви можете змінити його на будь-якого іншого постачальника OpenID. Перегляньте тут для отримання додаткової інформації. Дотримуйтесь цих інструкцій, щоб налаштувати сервіс OpenID через Google.", + "oauth_description_warning": "Щоб увімкнути OAuth/OpenID, потрібно встановити базову URL-адресу OAuth/OpenID, ідентифікатор клієнта та секрет клієнта у файлі config.ini та перезапустити програму. Якщо ви хочете встановити зі змінних середовища, встановіть TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID та TRILIUM_OAUTH_CLIENT_SECRET.", + "oauth_missing_vars": "Відсутні налаштування: {{-variables}}", + "oauth_user_account": "Обліковий запис користувача: ", + "oauth_user_email": "Електронна пошта користувача: ", + "oauth_user_not_logged_in": "Ви не ввійшли в систему!" + }, + "attribute_editor": { + "help_text_body1": "Щоб додати мітку, просто введіть, наприклад, #rock або, якщо ви хочете додати також значення, то, наприклад, #year = 2020", + "help_text_body2": "Для зв'язку введіть ~author = @, що має викликати автозаповнення, де ви зможете знайти потрібну нотатку.", + "help_text_body3": "Або ж ви можете додати мітку та зв'язок за допомогою кнопки + праворуч.", + "save_attributes": "Зберегти атрибути ", + "add_a_new_attribute": "Додати новий атрибут", + "add_new_label": "Додати нову мітку ", + "add_new_relation": "Додати новий зв'язок ", + "add_new_label_definition": "Додати нове визначення мітки", + "add_new_relation_definition": "Додати нове визначення зв'язку", + "placeholder": "Введіть мітки та зв'язки тут" + }, + "abstract_bulk_action": { + "remove_this_search_action": "Видалити цю дію пошуку" + }, + "execute_script": { + "execute_script": "Виконати скрипт", + "help_text": "Ви можете виконувати прості скрипти у нотатках, що збігаються.", + "example_1": "Наприклад, щоб додати рядок до заголовка нотатки, використовуйте цей невеликий скрипт:", + "example_2": "Більш складним прикладом може бути видалення всіх атрибутів нотаток, що збігаються:" + }, + "add_label": { + "add_label": "Додати мітку", + "label_name_placeholder": "назва мітки", + "label_name_title": "Дозволено використовувати буквено-цифрові символи, підкреслення та двокрапку.", + "to_value": "до значення", + "new_value_placeholder": "нове значення", + "help_text": "У всіх нотатках, що збігаються:", + "help_text_item1": "створити вказану мітку, якщо нотатка ще її не має", + "help_text_item2": "або змінити значення існуючої мітки", + "help_text_note": "Ви також можете викликати цей метод без значення, у такому випадку мітку буде присвоєно нотатці без значення." + }, + "delete_label": { + "delete_label": "Видалити мітку", + "label_name_placeholder": "назва мітки", + "label_name_title": "Дозволено використовувати буквено-цифрові символи, підкреслення та двокрапку." + }, + "rename_label": { + "rename_label": "Перейменувати мітку", + "rename_label_from": "Перейменувати мітку з", + "old_name_placeholder": "стара назва", + "to": "До", + "new_name_placeholder": "нова назва", + "name_title": "Дозволено використовувати буквено-цифрові символи, підкреслення та двокрапку." + }, + "update_label_value": { + "update_label_value": "Оновити значення мітки", + "label_name_placeholder": "назва мітки", + "label_name_title": "Дозволено використовувати буквено-цифрові символи, підкреслення та двокрапку.", + "to_value": "до значення", + "new_value_placeholder": "нове значення", + "help_text": "Для всіх нотаток, що збігаються, змінити значення існуючої мітки.", + "help_text_note": "Ви також можете викликати цей метод без значення, у такому випадку мітку буде присвоєно нотатці без значення." + }, + "delete_note": { + "delete_note": "Видалити нотатку", + "delete_matched_notes": "Видалити нотатки, що збігаються", + "delete_matched_notes_description": "Це видалить нотатки, що збігаються.", + "undelete_notes_instruction": "Після видалення їх можна відновити в діалоговому вікні «Останні зміни».", + "erase_notes_instruction": "Щоб остаточно видалити нотатки, після видалення перейдіть до меню Опції -> Інше та натисніть кнопку «Стерти видалені нотатки зараз»." + }, + "delete_revisions": { + "all_past_note_revisions": "Усі попередні версії нотаток, що збігаються, будуть видалені. Сама нотатка буде повністю збережена. Іншими словами, історія нотатки буде видалена.", + "delete_note_revisions": "Видалити версії нотаток" + }, + "move_note": { + "on_all_matched_notes": "У всіх нотатках, що збігаються", + "move_note": "Перемістити нотатку", + "to": "до", + "target_parent_note": "цільова батьківська нотатка", + "move_note_new_parent": "перемістити нотатку до нового батьківського елемента, якщо нотатка має лише один батьківський елемент (тобто стара гілка видаляється, а нова гілка в новому батьківському елементі створюється)", + "clone_note_new_parent": "клонувати нотатку до нового батьківського елемента, якщо нотатка має кілька клонів/гілок (незрозуміло, яку гілку слід видалити)", + "nothing_will_happen": "нічого не станеться, якщо нотатку не можна перемістити до цільової нотатки (тобто це створить деревоподібний цикл)" + }, + "rename_note": { + "example_note": "Нотатка – усі нотатки, що збігаються будуть перейменовані на \"Нотатка\"", + "example_new_title": "NEW: ${note.title} – назви нотаток, що збігаються, мають префікс 'НОВА:'", + "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note. Title} - нотатки, що збігаються мають префікс у вигляді місяця та дати створення нотатки", + "rename_note": "Перейменувати нотатку", + "rename_note_title_to": "Перейменувати заголовок нотатки на", + "new_note_title": "новий заголовок нотатки", + "click_help_icon": "Натисніть значок довідки праворуч, щоб переглянути всі опції", + "evaluated_as_js_string": "Надане значення обчислюється як рядок JavaScript і тому може бути доповнено динамічним контентом за допомогою вставленої змінної note (нотатка перейменовується). Приклади:", + "api_docs": "Див. документацію API для note та її властивостей dateCreatedObj / utcDateCreatedObj для отримання детальної інформації." + }, + "add_relation": { + "create_relation_on_all_matched_notes": "Для всіх нотаток, що збігаються, створити задані зв'язки.", + "add_relation": "Додати зв'язок", + "relation_name": "назва зв'язку", + "allowed_characters": "Дозволено використовувати буквено-цифрові символи, підкреслення та двокрапку.", + "to": "до", + "target_note": "цільова нотатка" + }, + "update_relation_target": { + "on_all_matched_notes": "У всіх нотатках, що збігаються", + "update_relation": "Оновити зв'язок", + "relation_name": "назва зв'язку", + "allowed_characters": "Дозволено використовувати буквено-цифрові символи, підкреслення та двокрапку.", + "to": "до", + "target_note": "цільова нотатка", + "change_target_note": "змінити цільову нотатку існуючого зв'язку", + "update_relation_target": "Оновити ціль зв'язку" + }, + "search_script": { + "example_code": "// 1. попередня фільтрація за допомогою стандартного пошуку\nconst candidateNotes = api.searchForNotes(\"#journal\");\n\n// 2. застосування користувацьких критеріїв пошуку\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", + "title": "Пошуковий скрипт:", + "placeholder": "пошук нотатки за назвою", + "description1": "Пошуковий скрипт дозволяє визначати результати пошуку, запускаючи скрипт. Це забезпечує максимальну гнучкість, коли стандартного пошуку недостатньо.", + "description2": "Скрипт пошуку має бути типу \"code\" та підтипу \"JavaScript backend\". Скрипт має повертати масив ідентифікаторів нотаток або нотатки.", + "example_title": "Дивіться цей приклад:", + "note": "Зверніть увагу, що пошуковий скрипт та рядок пошуку не можна поєднувати одне з одним." + }, + "delete_relation": { + "delete_relation": "Видалити зв'язок", + "relation_name": "назва зв'язку", + "allowed_characters": "Дозволено використовувати буквено-цифрові символи, підкреслення та двокрапку." + }, + "rename_relation": { + "rename_relation": "Перейменувати зв'язок", + "rename_relation_from": "Перейменувати зв'язок з", + "old_name": "стара назва", + "to": "До", + "new_name": "нова назва", + "allowed_characters": "Дозволено використовувати буквено-цифрові символи, підкреслення та двокрапку." + }, + "attachments_actions": { + "open_externally": "Відкрити у зовнішній програмі", + "open_externally_title": "Файл буде відкрито в зовнішній програмі та відстежуватися на наявність змін. Після цього ви зможете завантажити змінену версію назад до Trilium.", + "open_custom": "Відкрити як...", + "open_custom_title": "Файл буде відкрито в зовнішній програмі та відстежуватися на наявність змін. Після цього ви зможете завантажити змінену версію назад до Trilium.", + "download": "Завантажити", + "rename_attachment": "Перейменувати вкладення", + "upload_new_revision": "Завантажити нову версію", + "copy_link_to_clipboard": "Копіювати посилання в Буфер обміну", + "convert_attachment_into_note": "Перетворити вкладення на нотатку", + "delete_attachment": "Видалити вкладення", + "upload_success": "Нову версію вкладення завантажено.", + "upload_failed": "Не вдалося завантажити нову версію вкладення.", + "open_externally_detail_page": "Відкриття вкладення ззовні доступне лише зі сторінки з деталями, спочатку натисніть на деталі вкладення та повторіть дію.", + "open_custom_client_only": "Налаштування відкриття вкладень можна виконати лише з клієнтської версії для ПК.", + "delete_confirm": "Ви впевнені, що хочете видалити вкладення '{{title}}'?", + "delete_success": "Вкладення '{{title}}' видалено.", + "convert_confirm": "Ви впевнені, що хочете перетворити вкладення '{{title}}' на окрему нотатку?", + "convert_success": "Вкладення '{{title}}' перетворено на нотатку.", + "enter_new_name": "Введіть назву нового вкладення" + }, + "calendar": { + "mon": "Пн", + "tue": "Вт", + "wed": "Ср", + "thu": "Чт", + "fri": "Пт", + "sat": "Сб", + "sun": "Нд", + "cannot_find_day_note": "Не вдається знайти денну нотатку", + "cannot_find_week_note": "Не вдається знайти тижневу нотатку", + "january": "Січень", + "february": "Лютий", + "march": "Березень", + "april": "Квітень", + "may": "Травень", + "june": "Червень", + "july": "Липень", + "august": "Серпень", + "september": "Вересень", + "october": "Жовтень", + "november": "Листопад", + "december": "Грудень", + "week": "Тиждень", + "week_previous": "Попередній тиждень", + "week_next": "Наступний тиждень", + "month": "Місяць", + "month_previous": "Попередній місяць", + "month_next": "Наступний місяць", + "year": "Рік", + "year_previous": "Попередній рік", + "year_next": "Наступний рік", + "list": "Список", + "today": "Сьогодні" + }, + "close_pane_button": { + "close_this_pane": "Закрити цю панель" + }, + "create_pane_button": { + "create_new_split": "Створити новий розділ" + }, + "edit_button": { + "edit_this_note": "Редагувати цю нотатку" + }, + "show_toc_widget_button": { + "show_toc": "Показати Зміст" + }, + "show_highlights_list_widget_button": { + "show_highlights_list": "Показати Список Основних моментів" + }, + "zen_mode": { + "button_exit": "Вихід з Дзен-режиму" + }, + "sync_status": { + "unknown": "

Стан синхронізації буде відомий після початку наступної спроби синхронізації.

Натисніть, щоб запустити синхронізацію зараз.

", + "connected_with_changes": "

Підключено до сервера синхронізації.
Є деякі невиконані зміни, які ще потрібно синхронізувати.

Натисніть, щоб розпочати синхронізацію.

", + "connected_no_changes": "

Підключено до сервера синхронізації.
Усі зміни вже синхронізовано.

Натисніть, щоб розпочати синхронізацію.

", + "disconnected_with_changes": "

Встановлення з’єднання із сервером синхронізації не вдалося.
Є деякі невиконані зміни, які ще потрібно синхронізувати.

Натисніть, щоб розпочати синхронізацію.

", + "disconnected_no_changes": "

Встановлення з’єднання із сервером синхронізації не вдалося.
Усі відомі зміни синхронізовано.

Натисніть, щоб розпочати синхронізацію.

", + "in_progress": "Триває синхронізація із сервером." + }, + "left_pane_toggle": { + "show_panel": "Показати панель", + "hide_panel": "Приховати панель" + }, + "move_pane_button": { + "move_left": "Переміститися вліво", + "move_right": "Переміститися вправо" + }, + "note_actions": { + "convert_into_attachment": "Перетворити на вкладення", + "re_render_note": "Перерендеринг Нотатки", + "search_in_note": "Пошук у нотатці", + "note_source": "Джерело нотатки", + "note_attachments": "Вкладення нотатки", + "open_note_externally": "Відкрити нотатку у зовнішній програмі", + "open_note_externally_title": "Файл буде відкрито в зовнішній програмі та відстежуватися на наявність змін. Після цього ви зможете завантажити змінену версію назад до Trilium.", + "open_note_custom": "Відкрити нотатку як...", + "import_files": "Імпорт файлів", + "export_note": "Експорт нотатки", + "delete_note": "Видалити нотатку", + "print_note": "Друк нотатки", + "save_revision": "Зберегти версію", + "convert_into_attachment_failed": "Не вдалося конвертувати нотатку '{{title}}'.", + "convert_into_attachment_successful": "Нотатку '{{title}}' перетворено на вкладення.", + "convert_into_attachment_prompt": "Ви впевнені, що хочете перетворити нотатку '{{title}}' на вкладення батьківської нотатки?", + "print_pdf": "Експортувати як PDF..." + }, + "onclick_button": { + "no_click_handler": "Віджет кнопки '{{componentId}}' не має визначеного обробника кліків" + }, + "protected_session_status": { + "active": "Захищений сеанс активний. Натисніть, щоб вийти з захищеного сеансу.", + "inactive": "Натисніть, щоб увійти до захищеного сеансу" + }, + "revisions_button": { + "note_revisions": "Версії Нотатки" + }, + "update_available": { + "update_available": "Доступне оновлення" + }, + "note_launcher": { + "this_launcher_doesnt_define_target_note": "Цей Лаунчер не визначає цільову нотатку." + }, + "code_buttons": { + "execute_button_title": "Виконати скрипт", + "trilium_api_docs_button_title": "Відкрити документацію Trilium API", + "save_to_note_button_title": "Зберегти до нотатки", + "opening_api_docs_message": "Відкриття документації API...", + "sql_console_saved_message": "Нотатку консолі SQL збережено в {{note_path}}" + }, + "copy_image_reference_button": { + "button_title": "Копіювати посилання на зображення в буфер обміну, можна вставити в текстову нотатку." + }, + "hide_floating_buttons_button": { + "button_title": "Приховати кнопки" + }, + "show_floating_buttons_button": { + "button_title": "Показати кнопки" + }, + "svg_export_button": { + "button_title": "Експорт діаграми у форматі SVG" + }, + "relation_map_buttons": { + "create_child_note_title": "Створити нову дочірню нотатку та додати її до цієї Карти зв'язків", + "reset_pan_zoom_title": "Скинути панорамування та масштабування до початкових координат і збільшення", + "zoom_in_title": "Збільшити масштаб", + "zoom_out_title": "Зменшити масштаб" + }, + "zpetne_odkazy": { + "relation": "зв'язок", + "backlink_one": "{{count}} Зворотне посилання", + "backlink_few": "{{count}} Зворотні посилання", + "backlink_many": "{{count}} Зворотні посилання" + }, + "mobile_detail_menu": { + "insert_child_note": "Вставити дочірню нотатку", + "delete_this_note": "Видалити цю нотатку", + "error_cannot_get_branch_id": "Не вдається отримати branchId для notePath '{{notePath}}'", + "error_unrecognized_command": "Нерозпізнана команда {{command}}" + }, + "note_icon": { + "change_note_icon": "Змінити значок нотатки", + "search": "Пошук:", + "reset-default": "Скинути значок до стандартного значення", + "search_placeholder_one": "Пошук {{number}} значка у {{count}} пакеті", + "search_placeholder_few": "Пошук {{number}} значків у {{count}} пакетах", + "search_placeholder_many": "Пошук {{number}} значків у {{count}} пакетах" + }, + "basic_properties": { + "note_type": "Тип нотатки", + "editable": "Редагув.", + "basic_properties": "Основні Властивості", + "language": "Мова", + "configure_code_notes": "Конфігурація нотатки з кодом..." + }, + "book_properties": { + "view_type": "Тип перегляду", + "grid": "Сітка", + "list": "Список", + "collapse_all_notes": "Згорнути всі нотатки", + "collapse": "Згорнути", + "expand": "Розгорнути", + "book_properties": "Властивості Колекції", + "invalid_view_type": "Недійсний тип перегляду '{{type}}'", + "calendar": "Календар", + "table": "Таблиця", + "geo-map": "Географічна карта", + "board": "Дошка", + "include_archived_notes": "Показати архівовані нотатки" + }, + "edited_notes": { + "no_edited_notes_found": "Цього дня ще немає редагованих нотаток...", + "title": "Редаговані нотатки", + "deleted": "(видалено)" + }, + "file_properties": { + "note_id": "ID Нотатки", + "original_file_name": "Оригінальне ім'я файлу", + "file_type": "Тип файлу", + "file_size": "Розмір файлу", + "download": "Завантажити", + "open": "Відкрити зовні", + "upload_new_revision": "Завантажити нову версію", + "upload_success": "Завантажено нову версію файлу.", + "upload_failed": "Не вдалося завантажити нову версію файлу.", + "title": "Файл" + }, + "image_properties": { + "original_file_name": "Оригінальне ім'я файлу", + "file_type": "Тип файлу", + "file_size": "Розмір файлу", + "download": "Завантажити", + "open": "Відкрити", + "copy_reference_to_clipboard": "Копіювати посилання в буфер обміну", + "upload_new_revision": "Завантажити нову версію", + "upload_success": "Нову версію зображення завантажено.", + "upload_failed": "Не вдалося завантажити нову версію зображення: {{message}}", + "title": "Зображення" + }, + "inherited_attribute_list": { + "title": "Успадковані Атрибути", + "no_inherited_attributes": "Немає успадкованих атрибутів." + }, + "note_info_widget": { + "note_id": "ID Нотатки", + "created": "Створено", + "modified": "Змінено", + "type": "Тип", + "note_size": "Розмір нотатки", + "note_size_info": "Розмір нотатки надає приблизну оцінку вимог до зберігання для цієї нотатки. Він враховує вміст нотатки та вміст її версій.", + "calculate": "обчислити", + "subtree_size": "(розмір піддерева: {{size}} у {{count}} нотатках)", + "title": "Інформація про нотатку" + }, + "note_map": { + "open_full": "Розгорнути на повний розмір", + "collapse": "Згорнути до звичайного розміру", + "title": "Карта Нотатки", + "fix-nodes": "Виправити вузли", + "link-distance": "Відстань зв'язку" + }, + "note_paths": { + "title": "Шляхи Нотатки", + "clone_button": "Клонувати нотатку в нове місце...", + "intro_placed": "Цю нотатку розміщено за такими шляхами:", + "intro_not_placed": "Цю нотатку ще не розміщено в дереві нотаток.", + "archived": "Архівовано", + "search": "Пошук", + "outside_hoisted": "Цей шлях знаходиться поза межами закріпленої нотатки і вам доведеться відкріпити." + }, + "note_properties": { + "this_note_was_originally_taken_from": "Цю нотатку було спочатку взято з:", + "info": "Інформація" + }, + "owned_attribute_list": { + "owned_attributes": "Власні Атрибути" + }, + "promoted_attributes": { + "promoted_attributes": "Просунуті Атрибути", + "unset-field-placeholder": "не встановлено", + "url_placeholder": "http://website...", + "open_external_link": "Відкрити зовнішнє посилання", + "unknown_label_type": "Невідомий тип мітки '{{type}}'", + "unknown_attribute_type": "Невідомий тип атрибута '{{type}}'", + "add_new_attribute": "Додати новий атрибут", + "remove_this_attribute": "Видалити цей атрибут", + "remove_color": "Видалити кольорову мітку" + }, + "script_executor": { + "query": "Запит", + "script": "Скрипт", + "execute_query": "Виконати запит", + "execute_script": "Виконати скрипт" + }, + "search_definition": { + "add_search_option": "Додати опцію пошуку:", + "search_string": "рядок пошуку", + "search_script": "пошуковий скрипт", + "ancestor": "предок", + "fast_search": "швидкий пошук", + "fast_search_description": "Опція швидкого пошуку вимикає повнотекстовий пошук вмісту нотаток, що може пришвидшити пошук у великих базах даних.", + "include_archived": "включити архівовані", + "include_archived_notes_description": "Архівні нотатки за замовчуванням виключаються з результатів пошуку, але з цим параметром вони будуть включені.", + "order_by": "упорядкувати за", + "limit": "ліміт", + "limit_description": "Ліміт кількості результатів", + "debug": "debug", + "debug_description": "Debug виведе додаткову інформацію для налагодження в консоль, щоб допомогти у налагодженні складних запитів", + "action": "дія", + "search_button": "Пошук", + "search_execute": "Пошук & Виконання дій", + "save_to_note": "Зберегти до нотатки", + "search_parameters": "Параметри пошуку", + "unknown_search_option": "Невідомий параметр пошуку {{searchOptionName}}", + "actions_executed": "Дії виконано.", + "search_note_saved": "Нотатка з пошуку збережена у {{- notePathTitle}}" + }, + "similar_notes": { + "title": "Схожі нотатки", + "no_similar_notes_found": "Схожих нотаток не знайдено." + }, + "abstract_search_option": { + "remove_this_search_option": "Видалити цей параметр пошуку", + "failed_rendering": "Помилка відтворення параметру пошуку: {{dto}} з помилкою {{error}}{{stack}}" + }, + "ancestor": { + "label": "Предок", + "placeholder": "пошук нотатки за її назвою", + "depth_label": "глибина", + "depth_doesnt_matter": "не має значення", + "depth_eq": "дорівнює {{count}}", + "direct_children": "прямі дочірні", + "depth_gt": "більше ніж {{count}}", + "depth_lt": "менше ніж {{count}}" + }, + "debug": { + "debug": "Debug", + "debug_info": "Команда Debug виведе додаткову інформацію для налагодження в консоль, щоб допомогти у налагодженні складних запитів.", + "access_info": "Щоб отримати доступ до інформації про debug, виконайте запит і натисніть \"Show backend log\" у верхньому лівому куті." + }, + "fast_search": { + "fast_search": "Швидкий пошук", + "description": "Опція швидкого пошуку вимикає повнотекстовий пошук вмісту нотаток, що може пришвидшити пошук у великих базах даних." + }, + "include_archived_notes": { + "include_archived_notes": "Включити архівовані нотатки" + }, + "limit": { + "limit": "Ліміт", + "take_first_x_results": "Взяти лише перші X зазначених результатів." + }, + "order_by": { + "order_by": "Сортувати за", + "relevancy": "Релевантність (за замовчуванням)", + "title": "Заголовок", + "date_created": "Дата створення", + "date_modified": "Дата останньої зміни", + "content_size": "Розмір вмісту нотатки", + "content_and_attachments_size": "Розмір вмісту нотатки, включаючи вкладення", + "content_and_attachments_and_revisions_size": "Розмір вмісту нотатки, включаючи вкладення та версії", + "revision_count": "Номер версії", + "children_count": "Кількість дочірніх нотаток", + "parent_count": "Кількість клонів", + "owned_label_count": "Кількість міток", + "owned_relation_count": "Кількість зв'язків", + "target_relation_count": "Кількість зв'язків цільової нотатки", + "random": "Випадковий порядок", + "asc": "За зростанням (за замовчуванням)", + "desc": "За спаданням" + }, + "search_string": { + "title_column": "Рядок пошуку:", + "placeholder": "fulltext keywords, #tag = value...", + "search_syntax": "Синтаксис пошуку", + "also_see": "див. також", + "complete_help": "повна довідка щодо синтаксису пошуку", + "full_text_search": "Просто введіть будь-який текст для повнотекстового пошуку", + "label_abc": "повертає нотатки з міткою abc", + "label_year": "зіставляє нотатки з роком на мітці, що має значення 2019", + "label_rock_pop": "відповідає нотаткам, які мають мітки rock і pop", + "label_rock_or_pop": "має бути лише одна з міток", + "label_year_comparison": "числове порівняння (також >, >=, <).", + "label_date_created": "нотатки, створені за останній місяць", + "error": "Помилка пошуку: {{error}}", + "search_prefix": "Пошук:" + }, + "attachment_detail": { + "open_help_page": "Відкрити сторінку довідки щодо вкладень", + "owning_note": "Примітка власника: ", + "you_can_also_open": ", ви також можете відкрити ", + "list_of_all_attachments": "Список усіх вкладень", + "attachment_deleted": "Цей вкладення видалено." + }, + "attachment_list": { + "open_help_page": "Відкрити сторінку довідки щодо вкладень", + "owning_note": "Примітка власника: ", + "upload_attachments": "Завантажити вкладення", + "no_attachments": "Ця нотатка не має вкладень." + }, + "book": { + "no_children_help": "Ця колекція не має дочірніх нотаток, тому нічого відображати. Див. вікі для отримання детальної інформації.", + "drag_locked_title": "Заблоковано для редагування", + "drag_locked_message": "Перетягування заборонено, оскільки колекцію заблоковано для редагування." + }, + "editable_code": { + "placeholder": "Введіть тут вміст вашої нотатки з кодом..." + }, + "editable_text": { + "placeholder": "Введіть тут вміст вашої нотатки...", + "auto-detect-language": "Автовизначено" + }, + "empty": { + "open_note_instruction": "Відкрийте нотатку, ввівши її заголовок в поле нижче, або виберіть нотатку в дереві.", + "search_placeholder": "пошук нотатки за її назвою", + "enter_workspace": "Вхід до робочого простору {{title}}" + }, + "file": { + "file_preview_not_available": "Попередній перегляд файлу недоступний для цього формату файлу.", + "too_big": "З міркувань продуктивності у попередньому перегляді відображаються лише перші {{maxNumChars}} символів файлу. Завантажте файл і відкрийте його зовні, щоб побачити весь вміст." + }, + "protected_session": { + "enter_password_instruction": "Для відображення захищеної нотатки потрібно ввести пароль:", + "start_session_button": "Розпочати захищений сеанс", + "started": "Захищений сеанс розпочато.", + "wrong_password": "Неправильний пароль.", + "protecting-finished-successfully": "Захист успішно завершено.", + "unprotecting-finished-successfully": "Зняття захисту успішно завершено.", + "protecting-in-progress": "Триває захист: {{count}}", + "unprotecting-in-progress-count": "Триває зняття захисту: {{count}}", + "protecting-title": "Статус захисту", + "unprotecting-title": "Статус зняття захисту" + }, + "relation_map": { + "open_in_new_tab": "Відкрити в новій вкладці", + "remove_note": "Видалити нотатку", + "edit_title": "Редагувати заголовок", + "rename_note": "Перейменувати нотатку", + "enter_new_title": "Введіть новий заголовок нотатки:", + "remove_relation": "Видалити зв'язок", + "confirm_remove_relation": "Ви впевнені, що хочете видалити зв'язок?", + "specify_new_relation_name": "Вкажіть нову назву зв'язку (дозволені символи: букви, цифри, двокрапка та підкреслення):", + "connection_exists": "Зв'язок '{{name}}' між цими нотатками вже існує.", + "start_dragging_relations": "Почніть перетягувати зв'язки звідси та перемістіть їх на іншу нотатку.", + "note_not_found": "Нотатка {{noteId}} не знайдена!", + "cannot_match_transform": "Неможливо порівняти перетворення: {{transform}}", + "note_already_in_diagram": "Нотатка\"{{title}}\" вже є на діаграмі.", + "enter_title_of_new_note": "Введіть заголовок нової нотатки", + "default_new_note_title": "нова нотатка", + "click_on_canvas_to_place_new_note": "Натисніть на полотно, щоб розмістити нову нотатку" + }, + "render": { + "note_detail_render_help_1": "Ця довідка відображається, оскільки ця нотатка типу Render HTML не має необхідного зв'язку для належного функціонування.", + "note_detail_render_help_2": "Тип нотатки Render HTML використовується для скриптів. Коротше кажучи, у вас є нотатка з HTML-кодом (за бажанням з деяким JavaScript), і ця нотатка її відобразить. Щоб це запрацювало, вам потрібно визначити відношення під назвою \"renderNote\", яке вказує на нотатку HTML для відображення." + }, + "web_view": { + "web_view": "Веб-перегляд", + "embed_websites": "Нотатка типу Веб-перегляд дозволяє вбудовувати веб-сайти в Trilium.", + "create_label": "Для початку створіть мітку з URL-адресою, яку ви хочете вбудувати, наприклад, #webViewSrc=\"https://www.google.com\"" + }, + "backend_log": { + "refresh": "Оновити" + }, + "consistency_checks": { + "title": "Перевірка узгодженості", + "find_and_fix_button": "Знайти та виправити проблеми узгодженості", + "finding_and_fixing_message": "Пошук та виправлення проблем узгодженості...", + "issues_fixed_message": "Будь-які проблеми з узгодженістю, які могли бути виявлені, тепер виправлені." + }, + "database_anonymization": { + "title": "Анонімізація Бази даних", + "full_anonymization": "Повна Анонімізація", + "full_anonymization_description": "Ця дія створить нову копію бази даних та анонімізує її (видалить весь вміст нотаток, залишивши лише структуру та деякі неконфіденційні метадані) для обміну нею в Інтернеті з метою налагодження без побоювань витоку ваших особистих даних.", + "save_fully_anonymized_database": "Зберегти повністю анонімізовану базу даних", + "light_anonymization": "Легка Анонімізація", + "light_anonymization_description": "Ця дія створить нову копію бази даних та проведе її легку анонімізацію — зокрема, буде видалено лише вміст усіх нотаток, але заголовки та атрибути залишаться. Крім того, збережуться користувацькі нотатки JS frontend/backend та користувацькі віджети. Це надає більше контексту для налагодження проблем.", + "choose_anonymization": "Ви можете самі вирішити, чи хочете ви надати повністю чи злегка анонімізовану базу даних. Навіть повністю анонімізована база даних дуже корисна, проте в деяких випадках злегка анонімізована база даних може пришвидшити процес виявлення та виправлення помилок.", + "save_lightly_anonymized_database": "Зберегти злегка анонімізовану базу даних", + "existing_anonymized_databases": "Існуючі анонімізовані бази даних", + "creating_fully_anonymized_database": "Створення повністю анонімізованої бази даних...", + "creating_lightly_anonymized_database": "Створення злегка анонімізованої бази даних...", + "error_creating_anonymized_database": "Не вдалося створити анонімізовану базу даних, перевірте backend logs для отримання детальної інформації", + "successfully_created_fully_anonymized_database": "Створено повністю анонімізовану базу даних у {{anonymized File Path}}", + "successfully_created_lightly_anonymized_database": "Створено злегка анонімізовану базу даних у {{anonymized File Path}}", + "no_anonymized_database_yet": "Поки що немає анонімізованої бази даних." + }, + "database_integrity_check": { + "title": "Перевірка цілісності Бази даних", + "description": "Це перевірить, чи не пошкоджена база даних на рівні SQLite. Це може зайняти деякий час, залежно від розміру бази даних.", + "check_button": "Перевірка цілісності бази даних", + "checking_integrity": "Перевірка цілісності бази даних...", + "integrity_check_succeeded": "Перевірка цілісності пройшла успішно — проблем не виявлено.", + "integrity_check_failed": "Перевірка цілісності не вдалася: {{results}}" + }, + "sync": { + "title": "Синхронізація", + "force_full_sync_button": "Примусова повна синхронізація", + "fill_entity_changes_button": "Запис зміни заповнювачів", + "full_sync_triggered": "Повна синхронізація активована", + "filling_entity_changes": "Заповнювач змінює рядки...", + "sync_rows_filled_successfully": "Синхронізація заповнення рядків успішна", + "finished-successfully": "Синхронізацію успішно завершено.", + "failed": "Помилка синхронізації: {{message}}" + }, + "vacuum_database": { + "title": "Стиснення Бази даних", + "description": "Це призведе до перебудови бази даних, що зазвичай призведе до зменшення розміру файлу бази даних. Фактично жодні дані не зміняться.", + "button_text": "Стиснення бази даних", + "vacuuming_database": "Стиснення бази даних...", + "database_vacuumed": "База даних була стиснена" + }, + "fonts": { + "theme_defined": "Тема визначена", + "fonts": "Шрифти", + "main_font": "Основний шрифт", + "font_family": "Сімейство шрифтів", + "size": "Розмір", + "note_tree_font": "Шрифт Дерева нотатки", + "note_detail_font": "Шрифт деталей нотатки", + "monospace_font": "Monospace (кодовий) шрифт", + "note_tree_and_detail_font_sizing": "Зверніть увагу, що розмір шрифту дерева та деталей залежить від основного налаштування розміру шрифту.", + "not_all_fonts_available": "Не всі перелічені шрифти можуть бути доступні у вашій системі.", + "apply_font_changes": "Щоб застосувати зміни шрифту, натисніть на", + "reload_frontend": "перезавантажити інтерфейс", + "generic-fonts": "Загальні шрифти", + "sans-serif-system-fonts": "Системні шрифти Sans-serif", + "serif-system-fonts": "Системні шрифти Serif", + "monospace-system-fonts": "Monospace системні шрифти", + "handwriting-system-fonts": "Handwriting системні шрифти", + "serif": "Serif", + "sans-serif": "Sans Serif", + "monospace": "Monospace", + "system-default": "Системні за замовчуванням" + }, + "max_content_width": { + "title": "Ширина вмісту", + "default_description": "Trilium за замовчуванням обмежує максимальну ширину вмісту, щоб поліпшити читабельність на широкоформатних екранах у режимі максимального розширення.", + "max_width_label": "Максимальна ширина вмісту", + "max_width_unit": "пікселів" + }, + "native_title_bar": { + "title": "Нативний рядок заголовка (потрібен перезапуск)", + "enabled": "увімкнено", + "disabled": "вимкнено" + }, + "ribbon": { + "widgets": "Віджети стрічки", + "promoted_attributes_message": "Вкладка стрічки Просунуті атрибути відкриється автоматично, якщо в нотатці присутні просунуті атрибути", + "edited_notes_message": "Вкладка стрічки Редаговані нотатки автоматично відкриватиметься для денних нотаток" + }, + "theme": { + "title": "Тема програми", + "theme_label": "Тема", + "override_theme_fonts_label": "Перевизначити шрифти теми", + "auto_theme": "Legacy (Системна колірна схема)", + "light_theme": "Legacy (Світла)", + "dark_theme": "Legacy (Темна)", + "triliumnext": "Trilium (Системна колірна схема)", + "triliumnext-light": "Trilium (Світла)", + "triliumnext-dark": "Trilium (Темна)", + "layout": "Макет", + "layout-vertical-title": "Вертикальний", + "layout-horizontal-title": "Горизонтальний", + "layout-vertical-description": "Панель запуску знаходиться ліворуч (за замовчуванням)", + "layout-horizontal-description": "Панель запуску знаходиться під панеллю вкладок, панель вкладок тепер має повну ширину." + }, + "backup": { + "automatic_backup": "Автоматичне резервне копіювання", + "automatic_backup_description": "Trilium може автоматично створювати резервні копії бази даних:", + "enable_daily_backup": "Увімкнути щоденне резервне копіювання", + "enable_weekly_backup": "Увімкнути щотижневе резервне копіювання", + "enable_monthly_backup": "Увімкнути щомісячне резервне копіювання", + "backup_recommendation": "Рекомендується залишати резервне копіювання ввімкненим, але це може уповільнити запуск програм із великими базами даних та/або повільними пристроями зберігання даних.", + "backup_now": "Резервне копіювання зараз", + "backup_database_now": "Резервне копіювання бази даних зараз", + "existing_backups": "Існуючі резервні копії", + "date-and-time": "Дата & час", + "path": "Шлях", + "database_backed_up_to": "Резервну копію бази даних створено у {{backupFilePath}}", + "no_backup_yet": "резервної копії поки що немає" + }, + "etapi": { + "title": "ETAPI", + "description": "ETAPI — це REST API, який використовується для програмного доступу до екземпляра Trilium без інтерфейсу користувача.", + "create_token": "Створити новий токен ETAPI", + "existing_tokens": "Існуючі токени", + "no_tokens_yet": "Токенів поки що немає. Натисніть кнопку вище, щоб створити його.", + "token_name": "Назва токена", + "created": "Створено", + "actions": "Дії", + "new_token_title": "Новий токен ETAPI", + "new_token_message": "Будь ласка, введіть назву нового токена", + "default_token_name": "новий токен", + "error_empty_name": "Назва токена не може бути порожньою", + "token_created_title": "Створено токен ETAPI", + "token_created_message": "Скопіюйте створений токен у буфер обміну. Trilium зберігає токен у хешованому вигляді, і це останній раз, коли ви його бачите.", + "rename_token": "Перейменувати цей токен", + "delete_token": "Видалити / деактивувати цей токен", + "rename_token_title": "Перейменувати токен", + "rename_token_message": "Введіть назву нового токена", + "delete_token_confirmation": "Ви впевнені, що хочете видалити токен ETAPI \"{{name}}\"?" + }, + "options_widget": { + "options_status": "Статус параметрів", + "options_change_saved": "Зміни параметрів збережено." + }, + "password": { + "heading": "Пароль", + "alert_message": "Запам’ятайте свій новий пароль. Пароль використовується для входу у веб-інтерфейс та для шифрування захищених нотаток. Якщо ви забудете свій пароль, усі ваші захищені нотатки будуть втрачені назавжди.", + "reset_link": "Натисніть тут, щоб скинути його.", + "old_password": "Старий пароль", + "new_password": "Новий пароль", + "new_password_confirmation": "Підтвердження нового пароля", + "change_password": "Змінити пароль", + "protected_session_timeout": "Тайм-аут захищеного сеансу", + "protected_session_timeout_description": "Тайм-аут захищеного сеансу – це період часу, після якого захищений сеанс видаляється з пам’яті браузера. Він вимірюється з моменту останньої взаємодії із захищеними нотатками. Дивись", + "wiki": "вікі", + "for_more_info": "для отримання додаткової інформації.", + "protected_session_timeout_label": "Тайм-аут захищеного сеансу:", + "reset_confirmation": "Скинувши пароль, ви назавжди втратите доступ до всіх своїх існуючих захищених нотаток. Ви дійсно хочете скинути пароль?", + "reset_success_message": "Пароль скинуто. Будь ласка, встановіть новий пароль", + "change_password_heading": "Змінити Пароль", + "set_password_heading": "Встановити Пароль", + "set_password": "Встановити Пароль", + "password_mismatch": "Нові паролі не однакові.", + "password_changed_success": "Пароль змінено. Trilium буде перезавантажено після натискання кнопки OK." + }, + "zoom_factor": { + "title": "Коефіцієнт масштабування (лише для ПК)", + "description": "Масштабуванням також можна керувати комбінацією клавіш CTRL+- та CTRL+=." + }, + "code_auto_read_only_size": { + "title": "Автоматичний розмір лише для читання", + "description": "Автоматичний розмір нотатки лише для читання – це розмір, після досягнення якого нотатки відображатимуться в режимі лише для читання (з міркувань продуктивності).", + "label": "Автоматичний розмір лише для читання (нотатки з кодом)", + "unit": "символи" + }, + "code-editor-options": { + "title": "Редактор" + }, + "code_mime_types": { + "title": "Доступні типи MIME у спадаючому списку" + }, + "vim_key_bindings": { + "use_vim_keybindings_in_code_notes": "Комбінації клавіш Vim", + "enable_vim_keybindings": "Увімкнути комбінації клавіш Vim у нотатках з кодом (без режиму ex)" + }, + "wrap_lines": { + "wrap_lines_in_code_notes": "Перенесення рядків у нотатках з кодом", + "enable_line_wrap": "Увімкнути перенесення рядків (для застосування змін може знадобитися перезавантаження інтерфейсу)" + }, + "images": { + "images_section_title": "Зображення", + "download_images_automatically": "Автоматично завантажувати зображення для використання офлайн.", + "download_images_description": "Вставлений HTML-код може містити посилання на онлайн-зображення, Trilium знайде ці посилання та завантажить зображення, щоб вони були доступні офлайн.", + "enable_image_compression": "Увімкнути стиснення зображень", + "max_image_dimensions": "Максимальна ширина / висота зображення (розмір зображення буде змінено, якщо воно перевищить це значення).", + "max_image_dimensions_unit": "пікселів", + "jpeg_quality_description": "Якість JPEG (10 – найгірша якість, 100 – найкраща якість, рекомендовано 50–85)" + }, + "attachment_erasure_timeout": { + "attachment_erasure_timeout": "Тайм-аут стирання вкладень", + "attachment_auto_deletion_description": "Вкладення автоматично видаляються (і стираються), якщо на них більше не посилаються в нотатці після певного часу очікування.", + "erase_attachments_after": "Стерти невикористані вкладення після:", + "manual_erasing_description": "Ви також можете запустити стирання вручну (без урахування часу очікування, визначеного вище):", + "erase_unused_attachments_now": "Стерти невикористані вкладення нотаток зараз", + "unused_attachments_erased": "Невикористані вкладення стерто." + }, + "network_connections": { + "network_connections_title": "Мережеві підключення", + "check_for_updates": "Автоматична перевірка оновлень" + }, + "note_erasure_timeout": { + "note_erasure_timeout_title": "Тайм-аут стирання нотатки", + "note_erasure_description": "Видалені нотатки (а також атрибути, версії...) спочатку лише позначаються як видалені, і їх можна відновити з діалогового вікна Останні нотатки. Через певний проміжок часу видалені нотатки стираються, що означає, що їхній вміст більше не можна відновити. Цей параметр дозволяє налаштувати тривалість періоду між видаленням і стиранням нотатки.", + "erase_notes_after": "Стерти нотатки після:", + "manual_erasing_description": "Ви також можете запустити стирання вручну (без урахування часу очікування, визначеного вище):", + "erase_deleted_notes_now": "Стерти видалені нотатки зараз", + "deleted_notes_erased": "Видалені нотатки стерто." + }, + "revisions_snapshot_interval": { + "note_revisions_snapshot_interval_title": "Інтервал знімків версії нотатки", + "note_revisions_snapshot_description": "Інтервал знімка версії нотатки – це час, після якого для неї буде створено нову версію. Докладніше див. у wiki.", + "snapshot_time_interval_label": "Часовий інтервал знімка версії нотатки:" + }, + "revisions_snapshot_limit": { + "note_revisions_snapshot_limit_title": "Ліміт знімків версії нотатки", + "note_revisions_snapshot_limit_description": "Обмеження кількості знімків версій нотаток стосується максимальної кількості версій, які можна зберегти для кожної нотатки. Де -1 означає відсутність обмежень, 0 означає видалення всіх версій. Ви можете встановити максимальну кількість версій для однієї нотатки за допомогою мітки #versioningLimit.", + "snapshot_number_limit_label": "Ліміт кількості знімків версій нотатки:", + "snapshot_number_limit_unit": "знімки", + "erase_excess_revision_snapshots": "Видалити зайві знімки версій зараз", + "erase_excess_revision_snapshots_prompt": "Зайві знімки версій видалено." + }, + "search_engine": { + "title": "Пошукова система", + "custom_search_engine_info": "Для користувацького пошуку потрібно вказати як назву, так і URL-адресу. Якщо жодного з цих параметрів не встановлено, DuckDuckGo використовуватиметься як пошукова система за замовчуванням.", + "predefined_templates_label": "Попередньо визначені шаблони пошукових систем", + "bing": "Bing", + "baidu": "Baidu", + "duckduckgo": "DuckDuckGo", + "google": "Google", + "custom_name_label": "Назва користувацької пошукової системи", + "custom_name_placeholder": "Налаштувати назву пошукової системи", + "custom_url_label": "URL-адреса користувацького пошукового запиту повинна містити {keyword} як заміну для пошукового терміна.", + "custom_url_placeholder": "Налаштувати URL-адресу пошукової системи", + "save_button": "Зберегти" + }, + "tray": { + "title": "Системний трей", + "enable_tray": "Увімкнути трей (щоб ця зміна набула чинності, потрібно перезапустити Trilium)" + }, + "heading_style": { + "title": "Стиль заголовка", + "plain": "Простий", + "underline": "Підкреслення", + "markdown": "Стиль Markdown" + }, + "highlights_list": { + "title": "Список основних моментів", + "description": "Ви можете налаштувати список основних моментів, що відображається на правій панелі:", + "bold": "Жирний текст", + "italic": "Курсив", + "underline": "Підкреслений текст", + "color": "Кольоровий текст", + "bg_color": "Текст із кольором фону", + "visibility_title": "Видимість Списку основних моментів", + "visibility_description": "Ви можете приховати віджет основних моментів для кожної нотатки окремо, додавши мітку #hideHighlightWidget.", + "shortcut_info": "Ви можете налаштувати комбінацію клавіш для швидкого перемикання правої панелі (включно з основними моментами) у меню Параметри -> Комбінації клавіш (назва «toggleRightPane»)." + }, + "table_of_contents": { + "title": "Зміст", + "description": "Зміст відображатиметься в текстових нотатках, якщо нотатка містить більше заголовків, ніж визначено. Ви можете налаштувати цю кількість:", + "unit": "заголовки", + "disable_info": "Ви також можете скористатися цим параметром, щоб ефективно вимкнути зміст, встановивши дуже велике число.", + "shortcut_info": "Ви можете налаштувати комбінацію клавіш для швидкого перемикання правої панелі (включно зі змістом) у меню Параметри -> Комбінації клавіш (назва «toggleRightPane»)." + }, + "text_auto_read_only_size": { + "title": "Автоматичний розмір лише для читання", + "description": "Автоматичний розмір нотатки лише для читання – це розмір, після досягнення якого нотатки відображатимуться в режимі лише для читання (з міркувань продуктивності).", + "label": "Автоматичний розмір лише для читання (текстові нотатки)", + "unit": "символи" + }, + "custom_date_time_format": { + "title": "Користувацький формат дати/часу", + "description": "Налаштуйте формат дати та часу, що вставляються за допомогою або панелі інструментів. Див. Документацію Day.js для доступних токенів формату.", + "format_string": "Формат рядка:", + "formatted_time": "Відформатована дата/час:" + }, + "i18n": { + "title": "Локалізація", + "language": "Мова", + "first-day-of-the-week": "Перший день тижня", + "sunday": "Неділя", + "monday": "Понеділок", + "first-week-of-the-year": "Перший тиждень року", + "first-week-contains-first-day": "Перший тиждень містить перший день року", + "first-week-contains-first-thursday": "Перший тиждень включає перший четвер року", + "first-week-has-minimum-days": "Перший тиждень має мінімальну кількість днів", + "min-days-in-first-week": "Мінімальна кількість днів у першому тижні", + "first-week-info": "Перший тиждень, що містить перший четвер року, базується на стандарті ISO 8601.", + "first-week-warning": "Зміна параметрів першого тижня може призвести до дублювання з існуючими нотатками тижня, і існуючі нотатки тижня не будуть оновлені відповідно.", + "formatting-locale": "Формат дати & числа" + }, + "quick-search": { + "no-results": "Результатів не знайдено", + "more-results": "... та ще {{number}} результатів.", + "show-in-full-search": "Показати в повному пошуку", + "placeholder": "Швидкий пошук", + "searching": "Пошук..." + }, + "note_tree": { + "collapse-title": "Згорнути дерево нотаток", + "scroll-active-title": "Прокрутити до активної нотатки", + "tree-settings-title": "Налаштування дерева", + "hide-archived-notes": "Приховати архівовані нотатки", + "automatically-collapse-notes": "Автоматично згортати нотатки", + "automatically-collapse-notes-title": "Нотатки будуть згорнуті після певного періоду бездіяльності, щоб розвантажити дерево.", + "save-changes": "Зберегти & застосувати зміни", + "auto-collapsing-notes-after-inactivity": "Автоматичне згортання нотаток після бездіяльності...", + "saved-search-note-refreshed": "Збережену нотатку пошуку оновлено.", + "hoist-this-note-workspace": "Закріпити цю нотатку (робочий простір)", + "refresh-saved-search-results": "Оновити збережені результати пошуку", + "create-child-note": "Створити дочірню нотатку", + "unhoist": "Відкріпити", + "toggle-sidebar": "Перемикання бічної панелі", + "subtree-hidden-tooltip_one": "{{count}} дочірня нотатка, прихована від дерев", + "subtree-hidden-tooltip_few": "{{count}} дочірніх нотатки, прихованих від дерев", + "subtree-hidden-tooltip_many": "{{count}} дочірніх нотаток, прихованих від дерев" + }, + "title_bar_buttons": { + "window-on-top": "Тримати вікно зверху" + }, + "note_detail": { + "could_not_find_typewidget": "Не вдалося знайти typeWidget для типу '{{type}}'", + "print_report_collection_content_one": "{{count}} нотатку з колекції не вдалося роздрукувати, тому що вони не підтримуються або захищені.", + "print_report_collection_content_few": "{{count}} нотатки з колекції не вдалося роздрукувати, тому що вони не підтримуються або захищені.", + "print_report_collection_content_many": "{{count}} нотаток з колекції не вдалося роздрукувати, тому що вони не підтримуються або захищені." + }, + "note_title": { + "placeholder": "введіть тут заголовок нотатки..." + }, + "search_result": { + "no_notes_found": "За заданими параметрами пошуку нотаток не знайдено.", + "search_not_executed": "Пошук ще не виконано. Натисніть кнопку Пошук вище, щоб переглянути результати." + }, + "spacer": { + "configure_launchbar": "Налаштувати Панель запуску" + }, + "sql_result": { + "no_rows": "Для цього запиту не знайдено жодного рядка" + }, + "sql_table_schemas": { + "tables": "Таблиці" + }, + "tab_row": { + "close_tab": "Закрити вкладку", + "add_new_tab": "Додати нову вкладку", + "close": "Закрити", + "close_other_tabs": "Закрити інші вкладки", + "close_right_tabs": "Закрити вкладки праворуч", + "close_all_tabs": "Закрити всі вкладки", + "reopen_last_tab": "Відкрити останню закриту вкладку", + "move_tab_to_new_window": "Перемістити цю вкладку в нове вікно", + "copy_tab_to_new_window": "Скопіювати цю вкладку в нове вікно", + "new_tab": "Нова вкладка" + }, + "toc": { + "table_of_contents": "Зміст", + "options": "Параметри" + }, + "watched_file_update_status": { + "file_last_modified": "Файл востаннє змінювався .", + "upload_modified_file": "Завантажити змінений файл", + "ignore_this_change": "Ігнорувати цю зміну" + }, + "app_context": { + "please_wait_for_save": "Зачекайте кілька секунд, поки завершиться збереження, а потім спробуйте ще раз." + }, + "note_create": { + "duplicated": "Нотатку \"{{title}}\" продубльовано." + }, + "image": { + "copied-to-clipboard": "Посилання на зображення скопійовано в буфер обміну. Його можна вставити в будь-яку текстову нотатку.", + "cannot-copy": "Не вдалося скопіювати посилання на зображення в буфер обміну." + }, + "frontend_script_api": { + "async_warning": "Ви передаєте асинхронну функцію до `api.runOnBackend()`, яка, ймовірно, не працюватиме належним чином.\\nАбо зробіть функцію синхронною (видаливши ключове слово `async`), або використовуйте `api.runAsyncOnBackendWithManualTransactionHandling()`.", + "sync_warning": "Ви передаєте синхронну функцію до `api.runAsyncOnBackendWithManualTransactionHandling()`,\\nхоча, ймовірно, вам слід використовувати `api.runOnBackend()` замість цього." + }, + "ws": { + "sync-check-failed": "Перевірка синхронізації не вдалася!", + "consistency-checks-failed": "Перевірка узгодженості не вдалася! Див. logs для отримання інформації.", + "encountered-error": "Виникла помилка \"{{message}}\", перевірте консоль.", + "lost-websocket-connection-title": "Втрачено з'єднання із сервером", + "lost-websocket-connection-message": "Перевірте конфігурацію вашого зворотного проксі-сервера (наприклад, nginx або Apache), щоб переконатися, що з’єднання WebSocket належним чином дозволені та не блокуються." + }, + "hoisted_note": { + "confirm_unhoisting": "Запитана нотатка '{{requestedNote}}' знаходиться поза піддеревом закріплених нотаток '{{hoistedNote}}', і вам потрібно відкріпити нотатку, щоб отримати до неї доступ. Ви хочете продовжити відкріплення?" + }, + "electron_context_menu": { + "add-term-to-dictionary": "Додати \"{{term}}\" до словника", + "cut": "Вирізати", + "copy": "Копіювати", + "copy-link": "Копіювати посилання", + "paste": "Вставити", + "paste-as-plain-text": "Вставити як звичайний текст", + "search_online": "Пошук за запитом \"{{term}}\" за допомогою {{search Engine}}" + }, + "image_context_menu": { + "copy_reference_to_clipboard": "Копіювати посилання в буфер обміну", + "copy_image_to_clipboard": "Копіювати зображення в буфер обміну" + }, + "link_context_menu": { + "open_note_in_new_tab": "Відкрити нотатку в новій вкладці", + "open_note_in_new_split": "Відкрити нотатку в новому розділі", + "open_note_in_new_window": "Відкрити нотатку в новому вікні", + "open_note_in_popup": "Швидке редагування" + }, + "electron_integration": { + "desktop-application": "Додаток для ПК", + "native-title-bar": "Нативний рядок заголовка", + "native-title-bar-description": "У Windows та macOS вимкнення рядка заголовка робить програму компактнішою. У Linux увімкнення рядка заголовка краще інтегрується з рештою системи.", + "background-effects": "Увімкнення фонових ефектів (лише для Windows 11)", + "background-effects-description": "Ефект слюди додає розмитий, стильний фон вікнам програм, створюючи глибину та сучасний вигляд. \"Нативний рядок заголовка\" має бути вимкнено.", + "restart-app-button": "Перезапустіть програму, щоб переглянути зміни", + "zoom-factor": "Коефіцієнт масштабування" + }, + "note_autocomplete": { + "search-for": "Пошук для \"{{term}}\"", + "create-note": "Створити та зв'язати дочірню нотатку \"{{term}}\"", + "insert-external-link": "Вставити зовнішнє посилання у \"{{term}}\"", + "clear-text-field": "Очистити текстове поле", + "show-recent-notes": "Показати останні нотатки", + "full-text-search": "Повнотекстовий пошук" + }, + "note_tooltip": { + "note-has-been-deleted": "Нотатку видалено.", + "quick-edit": "Швидке редагування" + }, + "geo-map": { + "create-child-note-title": "Створіть нову дочірню нотатку та додайте її до карти", + "create-child-note-instruction": "Клацніть на карті, щоб створити нову нотатку в цьому місці, або натисніть Escape, щоб закрити.", + "unable-to-load-map": "Не вдалося завантажити карту." + }, + "geo-map-context": { + "open-location": "Відкрити місцезнаходження", + "remove-from-map": "Видалити з карти", + "add-note": "Додати маркер у цьому місці" + }, + "help-button": { + "title": "Відкрийте відповідну сторінку довідки" + }, + "duration": { + "seconds": "Секунди", + "minutes": "Хвилини", + "hours": "Години", + "days": "Дні" + }, + "share": { + "title": "Налаштування спільного доступу", + "redirect_bare_domain": "Перенаправити домен без доменного імені на сторінку Поділитися", + "redirect_bare_domain_description": "Перенаправляти анонімних користувачів на сторінку спільного доступу замість відображення сторінки входу", + "check_share_root": "Перевірити стан кореневого каталогу", + "share_root_found": "Коренева нотатка спільного доступу '{{noteTitle}}' готова", + "share_root_not_found": "Нотатки з міткою #shareRoot не знайдено", + "share_root_not_shared": "Нотатка '{{noteTitle}}' має мітку #shareRoot, але не є спільною", + "show_login_link": "Показати посилання для входу у спільних нотатках", + "show_login_link_description": "Додати посилання для входу до нижнього колонтитула у спільних нотатках" + }, + "time_selector": { + "invalid_input": "Введене значення часу не є дійсним числом.", + "minimum_input": "Введене значення часу має бути щонайменше {{minimumSeconds}} секунд." + }, + "tasks": { + "due": { + "today": "Сьогодні", + "tomorrow": "Завтра", + "yesterday": "Вчора" + } + }, + "content_widget": { + "unknown_widget": "Невідомий віджет для \"{{id}}\"." + }, + "note_language": { + "not_set": "Мову не встановлено", + "configure-languages": "Налаштувати мови..." + }, + "content_language": { + "title": "Мови контенту", + "description": "Виберіть одну або кілька мов, які мають відображатися у списку мов у розділі Основні властивості текстової нотатки, доступної лише для читання або редагування. Це дозволить використовувати такі функції, як перевірка орфографії або підтримка письма справа наліво." + }, + "switch_layout_button": { + "title_vertical": "Перемістити панель редагування вниз", + "title_horizontal": "Перемістити панель редагування ліворуч" + }, + "toggle_read_only_button": { + "unlock-editing": "Розблокувати редагування", + "lock-editing": "Заблокувати редагування" + }, + "png_export_button": { + "button_title": "Експорт діаграми у форматі PNG" + }, + "svg": { + "export_to_png": "Не вдалося експортувати діаграму у формат PNG." + }, + "code_theme": { + "title": "Зовнішній вигляд", + "word_wrapping": "Перенос слів", + "color-scheme": "Колірна схема" + }, + "cpu_arch_warning": { + "title": "Будь ласка, завантажте версію ARM64", + "message_macos": "TriliumNext зараз працює під керуванням версії Rosetta 2, що означає, що ви використовуєте версію Intel (x64) на Apple Silicon Mac. Це суттєво вплине на продуктивність та час роботи від батареї.", + "message_windows": "TriliumNext зараз використовує емуляцію, а це означає, що ви використовуєте версію Intel (x64) на пристрої Windows на ARM. Це суттєво вплине на продуктивність та час роботи від батареї.", + "recommendation": "Для найкращого досвіду, будь ласка, завантажте рідну версію TriliumNext для ARM64 з нашої сторінки релізів.", + "download_link": "Завантажити Нативну версію", + "continue_anyway": "Продовжити все одно", + "dont_show_again": "Не показувати це попередження більше" + }, + "editorfeatures": { + "title": "Особливості", + "emoji_completion_enabled": "Увімкнути автозаповнення емодзі", + "note_completion_enabled": "Увімкнути автозаповнення нотаток", + "emoji_completion_description": "Якщо цю функцію ввімкнено, емодзі можна легко вставляти в текст, ввівши `:`, а потім назву емодзі.", + "note_completion_description": "Якщо ввімкнено, посилання на нотатки можна створювати, вводячи `@`, а потім назву нотатки.", + "slash_commands_enabled": "Увімкнути команди зі слеш", + "slash_commands_description": "Якщо ввімкнено, команди редагування, такі як вставка розривів рядків або заголовків, можна перемикати, натискаючи `/`." + }, + "table_view": { + "new-row": "Новий рядок", + "new-column": "Новий стовпець", + "sort-column-by": "Сортувати за \"{{title}}\"", + "sort-column-ascending": "Зростання", + "sort-column-descending": "Спадання", + "sort-column-clear": "Очистити сортування", + "hide-column": "Приховати стовпець \"{{title}}\"", + "show-hide-columns": "Показати/приховати стовпці", + "row-insert-above": "Вставити рядок вище", + "row-insert-below": "Вставити рядок нижче", + "row-insert-child": "Вставити дочірню нотатку", + "add-column-to-the-left": "Додати стовпець ліворуч", + "add-column-to-the-right": "Додати стовпець праворуч", + "edit-column": "Редагувати стовпець", + "delete_column_confirmation": "Ви впевнені, що хочете видалити цей стовпець? Відповідний атрибут буде видалено з усіх нотаток.", + "delete-column": "Видалити стовпець", + "new-column-label": "Мітка", + "new-column-relation": "Зв'язок" + }, + "book_properties_config": { + "hide-weekends": "Приховати вихідні", + "display-week-numbers": "Відображення номерів тижнів", + "map-style": "Стиль карти", + "max-nesting-depth": "Максимальна глибина вкладення:", + "raster": "Растр", + "vector_light": "Вектор (Світла)", + "vector_dark": "Вектор (Темна)", + "show-scale": "Показати масштаб" + }, + "shortcuts": { + "keyboard_shortcuts": "Комбінації клавіш", + "multiple_shortcuts": "Кілька комбінацій клавіш для однієї й тієї ж дії можна розділяти комами.", + "electron_documentation": "Див. документацію Electron для отримання інформації про доступні модифікатори та коди клавіш.", + "type_text_to_filter": "Введіть текст, щоб відфільтрувати комбінації клавіш...", + "action_name": "Назва дії", + "shortcuts": "Комбінація клавіш", + "default_shortcuts": "Стандартні комбінації клавіш", + "description": "Опис", + "reload_app": "Перезавантажте програму, щоб застосувати зміни", + "set_all_to_default": "Встановити всі комбінації клавіш за замовчуванням", + "confirm_reset": "Ви дійсно хочете скинути всі комбінації клавіш до значень за замовчуванням?" + }, + "spellcheck": { + "title": "Перевірка орфографії", + "description": "Ці параметри застосовуються лише для збірок для ПК, браузери використовуватимуть власну вбудовану перевірку орфографії.", + "enable": "Увімкнути перевірку орфографії", + "language_code_label": "Код(и) мови", + "language_code_placeholder": "наприклад, \"en-US\", \"de-AT\"", + "multiple_languages_info": "Кілька мов можна розділяти комами, наприклад, \"en-US, de-DE, cs\". ", + "available_language_codes_label": "Доступні коди мови:", + "restart-required": "Зміни в параметрах перевірки орфографії набудуть чинності після перезапуску програми." + }, + "sync_2": { + "config_title": "Конфігурація синхронізації", + "server_address": "Адреса екземпляра сервера", + "timeout": "Тайм-аут синхронізації", + "timeout_unit": "мілісекунди", + "proxy_label": "Синхронізація проксі-сервера (необов'язково)", + "note": "Нотатка", + "note_description": "Якщо залишити налаштування проксі-сервера порожнім, буде використано системний проксі-сервер (стосується лише збірки для ПК/електронної версії).", + "special_value_description": "Інше спеціальне значення — noproxy, яке змушує ігнорувати навіть системний проксі-сервер та враховує NODE_TLS_REJECT_UNAUTHORIZED.", + "save": "Зберегти", + "help": "Довідка", + "test_title": "Тест синхронізації", + "test_description": "Це перевірить з’єднання та встановлення зв’язку із сервером синхронізації. Якщо сервер синхронізації не ініціалізовано, це налаштує його на синхронізацію з локальним документом.", + "test_button": "Тест синхронізації", + "handshake_failed": "Не вдалося підтвердити синхронізацію з сервером, помилка: {{message}}" + }, + "api_log": { + "close": "Закрити" + }, + "attachment_detail_2": { + "will_be_deleted_in": "Це вкладення буде автоматично видалено через {{time}}", + "will_be_deleted_soon": "Це вкладення незабаром буде автоматично видалено", + "deletion_reason": ", оскільки вкладення не має посилання у вмісті нотатки. Щоб запобігти видаленню, додайте посилання на вкладення назад у вміст або перетворіть вкладення на нотатку.", + "role_and_size": "Роль: {{role}}, розмір: {{size}}, формат даних: {{- mimeType}}", + "link_copied": "Посилання на вкладення скопійовано в буфер обміну.", + "unrecognized_role": "Нерозпізнана роль вкладення '{{role}}'." + }, + "bookmark_switch": { + "bookmark": "Закладка", + "bookmark_this_note": "Додати цю нотатку до закладок на лівій бічній панелі", + "remove_bookmark": "Видалити закладку" + }, + "editability_select": { + "auto": "Авто", + "read_only": "Тільки для читання", + "always_editable": "Завжди доступно для редагування", + "note_is_editable": "Нотатку можна редагувати, якщо вона не надто довга.", + "note_is_read_only": "Нотатка доступна лише для читання, але її можна редагувати одним натисканням кнопки.", + "note_is_always_editable": "Нотатку завжди можна редагувати, незалежно від її довжини." + }, + "note-map": { + "button-link-map": "Карта посилань", + "button-tree-map": "Карта дерева" + }, + "tree-context-menu": { + "open-in-a-new-tab": "Відкрити в новій вкладці", + "open-in-a-new-split": "Відкрити в новому розділі", + "insert-note-after": "Вставити нотатку після", + "insert-child-note": "Вставити дочірню нотатку", + "delete": "Видалити", + "search-in-subtree": "Пошук у піддереві", + "hoist-note": "Закріпити нотатку", + "unhoist-note": "Відкріпити нотатку", + "edit-branch-prefix": "Редагувати префікс гілки", + "advanced": "Розширені", + "expand-subtree": "Розгорнути піддерево", + "collapse-subtree": "Згорнути піддерево", + "sort-by": "Сортувати за...", + "recent-changes-in-subtree": "Останні зміни в піддереві", + "convert-to-attachment": "Конвертувати у вкладення", + "copy-note-path-to-clipboard": "Копіювати шлях до нотатки в буфер обміну", + "protect-subtree": "Захистити піддерево", + "unprotect-subtree": "Зняти захист піддерева", + "copy-clone": "Копіювати / клонувати", + "clone-to": "Клонувати до...", + "cut": "Вирізати", + "move-to": "Перемістити до...", + "paste-into": "Вставити в", + "paste-after": "Вставити після", + "duplicate": "Дублікат", + "export": "Експорт", + "import-into-note": "Імпортувати в нотатку", + "apply-bulk-actions": "Застосувати масові дії", + "converted-to-attachments": "({{count}}) нотаток перетворено на вкладення.", + "convert-to-attachment-confirm": "Ви впевнені, що хочете конвертувати вибрані нотатки у вкладення до їхніх батьківських нотаток? Ця операція застосовується лише до нотаток із зображеннями, інші нотатки будуть пропущені.", + "open-in-popup": "Швидке редагування", + "archive": "Архівувати", + "unarchive": "Розархівувати" + }, + "shared_info": { + "shared_publicly": "Ця нотатка опублікована на {{- link}}.", + "shared_locally": "Цю нотатку опубліковано локально на {{- link}}.", + "help_link": "Щоб отримати допомогу, відвідайте вікі." + }, + "note_types": { + "text": "Текст", + "code": "Код", + "saved-search": "Збережений пошук", + "relation-map": "Карта Зв'язків", + "note-map": "Карта Нотатки", + "book": "Колекція", + "mermaid-diagram": "Діаграма Mermaid", + "canvas": "Полотно", + "web-view": "Веб-перегляд", + "mind-map": "Карта Розуму", + "file": "Файл", + "image": "Зображення", + "launcher": "Лаунчер", + "doc": "Документ", + "widget": "Віджет", + "confirm-change": "Не рекомендується змінювати тип нотатки, якщо її вміст не порожній. Ви все одно хочете продовжити?", + "geo-map": "Географічна карта", + "beta-feature": "Бета", + "task-list": "Список завдань", + "new-feature": "Нова", + "collections": "Колекції", + "render-note": "Рендерінг Нотатки" + }, + "protect_note": { + "toggle-on": "Захист нотатки", + "toggle-off": "Зняти захист нотатки", + "toggle-on-hint": "Нотатку не захищено, натисніть, щоб захистити її", + "toggle-off-hint": "Нотатку захищено, натисніть, щоб зняти захист" + }, + "shared_switch": { + "shared": "Спільне", + "toggle-on-title": "Поділитися нотаткою", + "toggle-off-title": "Скасувати спільний доступ до нотатки", + "shared-branch": "Ця нотатка існує лише як спільна нотатка, скасування спільного доступу призведе до її видалення. Ви хочете продовжити та таким чином видалити цю нотатку?", + "inherited": "Спільний доступ до нотатки тут не можна скасувати, оскільки вона успадкована від предка." + }, + "template_switch": { + "template": "Шаблон", + "toggle-on-hint": "Зробити нотатку шаблоном", + "toggle-off-hint": "Видалити нотатку як шаблон" + }, + "open-help-page": "Відкрити сторінку довідки", + "find": { + "case_sensitive": "Чутливість до регістру", + "match_words": "Збіг слів", + "find_placeholder": "Знайти в тексті...", + "replace_placeholder": "Замінити на...", + "replace": "Замінити", + "replace_all": "Замінити все" + }, + "highlights_list_2": { + "title": "Список основних моментів", + "options": "Параметри", + "title_with_count_one": "{{count}} виділення", + "title_with_count_few": "{{count}} виділення", + "title_with_count_many": "{{count}} виділень" + }, + "table_context_menu": { + "delete_row": "Видалити рядок" + }, + "board_view": { + "delete-note": "Видалити нотатку...", + "move-to": "Перемістити до", + "insert-above": "Вставити вище", + "insert-below": "Вставити нижче", + "delete-column": "Видалити стовпець", + "delete-column-confirmation": "Ви впевнені, що хочете видалити цей стовпець? Відповідний атрибут також буде видалено в нотатках під цим стовпцем.", + "new-item": "Новий елемент", + "add-column": "Додати стовпець", + "remove-from-board": "Видалити з дошки", + "archive-note": "Архівувати нотатка", + "unarchive-note": "Розархівувати нотатку", + "new-item-placeholder": "Введіть заголовок нотатки...", + "add-column-placeholder": "Введіть назву стовпця...", + "edit-note-title": "Натисніть, щоб редагувати заголовок нотатки", + "edit-column-title": "Натисніть, щоб редагувати заголовок стовпця" + }, + "command_palette": { + "tree-action-name": "Дерево: {{name}}", + "export_note_title": "Експорт Нотатки", + "export_note_description": "Експорт поточної нотатки", + "show_attachments_title": "Показати вкладення", + "show_attachments_description": "Перегляд вкладення до нотатки", + "search_notes_title": "Пошук нотаток", + "search_notes_description": "Відкрити розширений пошук", + "search_subtree_title": "Пошук у Піддереві", + "search_subtree_description": "Пошук у поточному піддереві", + "search_history_title": "Показати історію пошуку", + "search_history_description": "Переглянути попередні пошукові запити", + "configure_launch_bar_title": "Налаштувати панель запуску", + "configure_launch_bar_description": "Відкрийте конфігурацію панелі запуску, щоб додати або видалити елементи." + }, + "content_renderer": { + "open_externally": "Відкрити у зовнішній програмі" + }, + "call_to_action": { + "next_theme_title": "Спробуйте нову тему Trilium", + "next_theme_message": "Ви зараз використовуєте стару тему. Бажаєте спробувати нову?", + "next_theme_button": "Спробувати нову тему", + "background_effects_title": "Фонові ефекти тепер стабільні", + "background_effects_message": "На пристроях Windows фонові ефекти тепер повністю стабільні. Фонові ефекти додають колір інтерфейсу користувача, розмиваючи фон позаду нього. Цей метод також використовується в інших програмах, таких як Провідник Windows.", + "background_effects_button": "Увімкнути фонові ефекти", + "dismiss": "Відхилити" + }, + "settings": { + "related_settings": "Пов'язані налаштування" + }, + "settings_appearance": { + "related_code_blocks": "Колірна схема для блоків коду в текстових нотатках", + "related_code_notes": "Колірна схема для нотаток з кодом" + }, + "units": { + "percentage": "%" + }, + "ui-performance": { + "title": "Продуктивність", + "enable-motion": "Увімкнути переходи та анімацію", + "enable-shadows": "Увімкнути тіні", + "enable-backdrop-effects": "Увімкнути фонові ефекти для меню, спливаючих вікон та панелей", + "enable-smooth-scroll": "Увімкнути плавне прокручування", + "app-restart-required": "(щоб зміни набули чинності, потрібен перезапуск програми)" + }, + "pagination": { + "page_title": "Сторінка {{startIndex}} - {{endIndex}}", + "total_notes": "{{count}} нотаток" + }, + "collections": { + "rendering_error": "Не вдалося показати вміст через помилку." + }, + "status_bar": { + "backlinks_one": "{{count}} зворотне посилання", + "backlinks_few": "{{count}} зворотні посилання", + "backlinks_many": "{{count}} зворотних посилань", + "backlinks_title_one": "Переглянути зворотне посилання", + "backlinks_title_few": "Переглянути зворотні посилання", + "backlinks_title_many": "Переглянути зворотніх посилань", + "attachments_one": "{{count}} вкладення", + "attachments_few": "{{count}} вкладення", + "attachments_many": "{{count}} вкладень", + "attachments_title_one": "Переглянути вкладення в новій вкладці", + "attachments_title_few": "Переглянути вкладення в новій вкладці", + "attachments_title_many": "Переглянути вкладень в новій вкладці", + "attributes_one": "{{count}} атрибут", + "attributes_few": "{{count}} атрибути", + "attributes_many": "{{count}} атрибутів", + "note_paths_one": "{{count}} шлях", + "note_paths_few": "{{count}} шляхи", + "note_paths_many": "{{count}} шляхів" + }, + "pdf": { + "attachments_one": "{{count}} вкладення", + "attachments_few": "{{count}} вкладення", + "attachments_many": "{{count}} вкладень", + "layers_one": "{{count}} шар", + "layers_few": "{{count}} шари", + "layers_many": "{{count}} шарів", + "pages_one": "{{count}} сторінка", + "pages_few": "{{count}} сторінки", + "pages_many": "{{count}} сторінок" } - }, - "confirm": { - "confirmation": "Підтвердження", - "cancel": "Скасувати", - "ok": "ОК", - "are_you_sure_remove_note": "Ви впевнені, що хочете видалити нотатку \"{{title}}\" з карти зв'язків? ", - "if_you_dont_check": "Якщо ви не позначите цей пункт, нотатку буде видалено лише з карти зв'язків.", - "also_delete_note": "Також видалити нотатку" - }, - "delete_notes": { - "delete_notes_preview": "Видалити попередній перегляд нотаток", - "close": "Закрити", - "delete_all_clones_description": "Видалити також усі клони (можна скасувати в останніх змінах)", - "erase_notes_description": "Звичайне (м’яке) видалення лише позначає нотатки як видалені і їх можна відновити (у діалоговому вікні останніх змін) протягом певного періоду часу. Якщо позначити цю опцію, нотатки будуть видалені негайно і їх неможливо буде відновити.", - "erase_notes_warning": "Стерти нотатки назавжди (скасувати не можна), включаючи всі клони. Це призведе до перезавантаження програми.", - "notes_to_be_deleted": "Наступні нотатки будуть видалені ({{notesCount}})", - "no_note_to_delete": "Жодну нотатку не буде видалено (лише клони).", - "broken_relations_to_be_deleted": "Наступні зв'язки будуть розірвані та видалені ({{ relationCount}})", - "cancel": "Скасувати", - "ok": "ОК", - "deleted_relation_text": "Нотатка {{- note}} (буде видалена) посилається на зв'язок {{- relation}}, що походить з {{- source}}." - }, - "export": { - "export_note_title": "Експорт нотатки", - "close": "Закрити", - "export_type_subtree": "Ця нотатка та всі її нащадки", - "format_html": "HTML – рекомендовано, оскільки зберігає форматування", - "format_html_zip": "HTML у ZIP-архіві – рекомендовано, зберігає форматування.", - "format_markdown": "Markdown – зберігає більшу частину форматування.", - "format_opml": "OPML – формат обміну структурами лише для тексту. Форматування, зображення та файли не включено.", - "opml_version_1": "OPML версії 1.0 – лише звичайний текст", - "opml_version_2": "OPML v2.0 - також дозволяє HTML", - "export_type_single": "Тільки ця нотатка без її нащадків", - "export": "Експорт", - "choose_export_type": "Спочатку виберіть тип експорту", - "export_status": "Статус експорту", - "export_in_progress": "Триває експорт: {{progressCount}}", - "export_finished_successfully": "Експорт успішно завершено.", - "format_pdf": "PDF – для друку або спільного використання.", - "share-format": "HTML для веб-публікацій – використовує ту саму тему, що й для спільних нотаток, але може бути опублікований як статичний веб-сайт." - }, - "help": { - "title": "Шпаргалка", - "noteNavigation": "Навігація по нотатках", - "goUpDown": "переміститись вгору/вниз у списку нотаток", - "collapseExpand": "згорнути/розгорнути вузол", - "notSet": "не встановлено", - "goBackForwards": "повернутися назад / вперед в історії", - "showJumpToNoteDialog": "показати діалогове вікно \"Перейти до\"", - "scrollToActiveNote": "прокрутити до активної нотатки", - "jumpToParentNote": "перейти до батьківської нотатки", - "collapseWholeTree": "згорнути все дерево нотаток", - "collapseSubTree": "згорнути піддерево", - "tabShortcuts": "Комбінації клавіш вкладки", - "newTabNoteLink": "посилання на нотатку відкриває нотатку в новій вкладці", - "newTabWithActivationNoteLink": "посилання на нотатку відкривається та активує нотатку в новій вкладці", - "onlyInDesktop": "Тільки для ПК (збірка Electron)", - "openEmptyTab": "відкрити порожню вкладку", - "closeActiveTab": "закрити активну вкладку", - "activateNextTab": "активувати наступну вкладку", - "activatePreviousTab": "активувати попередню вкладку", - "creatingNotes": "Створення нотаток", - "createNoteAfter": "створити нову нотатку після активної нотатки", - "createNoteInto": "створити нову піднотатку в активній нотатці", - "editBranchPrefix": "редагувати префікс активного клону нотатки", - "movingCloningNotes": "Переміщення / клонування нотаток", - "moveNoteUpDown": "переміщення нотатки вгору/вниз у списку нотаток", - "moveNoteUpHierarchy": "перемістити нотатку вище в ієрархії", - "multiSelectNote": "множинний вибір нотатки вище/нижче", - "selectAllNotes": "вибрати всі нотатки на поточному рівні", - "selectNote": "вибрати нотатку", - "copyNotes": "копіювати активну нотатку (або поточний вибір) у буфер обміну (використовується для клонування)", - "cutNotes": "вирізати поточну нотатку (або поточний вибір) у буфер обміну (використовується для переміщення нотаток)", - "pasteNotes": "вставити нотатку(и) як піднотатку в активну нотатку (яка або переміщується, або клонується залежно від того, чи була вона скопійована, чи вирізана в буфер обміну)", - "deleteNotes": "видалити нотатку / піддерево", - "editingNotes": "Редагування нотаток", - "editNoteTitle": "на панелі дерева перемкнеться з панелі дерева на заголовок нотатки. Введення з заголовку нотатки перемкне фокус на текстовий редактор. Ctrl+. перемкнеться назад з редактора на панель дерева.", - "createEditLink": "створити / редагувати зовнішнє посилання", - "createInternalLink": "створити внутрішнє посилання", - "followLink": "перейти за посиланням під курсором", - "insertDateTime": "вставити поточну дату та час у позицію курсору", - "jumpToTreePane": "перейти до панелі дерева та прокрутити до активної нотатки", - "markdownAutoformat": "Автоформатування, подібне до Markdown", - "headings": "##, ###, #### тощо, а потім пробіл для заголовків", - "bulletList": "* або - з пробілом для маркованого списку", - "numberedList": "1. або 1), а потім пробіл для нумерованого списку", - "blockQuote": "починайте рядок з >, а потім пробіл для цитування блоку", - "troubleshooting": "Усунення несправностей", - "reloadFrontend": "перезавантажити інтерфейс Trilium", - "showDevTools": "показати інструменти розробника", - "showSQLConsole": "показати консоль SQL", - "other": "Інше", - "quickSearch": "фокус на швидкому введенні пошуку", - "inPageSearch": "пошук на сторінці", - "editShortcuts": "Редагувати комбінації клавіш" - }, - "import": { - "importIntoNote": "Імпортувати в нотатку", - "chooseImportFile": "Вибрати файл імпорту", - "importDescription": "Вміст вибраного(их) файлу(ів) буде імпортовано як дочірню(і) нотатку(и) до", - "options": "Параметри", - "safeImportTooltip": "Експортовані файли Trilium .zip можуть містити виконувані скрипти, які можуть мати шкідливу поведінку. Безпечний імпорт деактивує автоматичне виконання всіх імпортованих скриптів. Зніміть позначку \"Безпечний імпорт\", лише якщо імпортований архів має містити виконувані скрипти, і ви повністю довіряєте вмісту файлу імпорту.", - "safeImport": "Безпечний імпорт", - "explodeArchivesTooltip": "Якщо цей прапорець позначено, Trilium читатиме файли .zip, .enex та .opml і створюватиме нотатки з файлів усередині цих архівів. Якщо прапорець знято, Trilium додаватиме самі архіви до нотатки.", - "explodeArchives": "Зчитати вміст архівів .zip, .enex та .opml.", - "shrinkImagesTooltip": "

Якщо ви позначите цей параметр, Trilium спробує зменшити імпортовані зображення шляхом масштабування та оптимізації, що може вплинути на сприйняту якість зображення. Якщо не позначити, зображення будуть імпортовані без змін.

Це не стосується імпорту .zip з метаданими, оскільки передбачається, що ці файли вже оптимізовані.

", - "shrinkImages": "Зменшити зображення", - "textImportedAsText": "Імпортувати HTML, Markdown та TXT як текстові нотатки, якщо це незрозуміло з метаданих", - "codeImportedAsCode": "Імпортувати розпізнані файли коду (наприклад, .json) як нотатки з кодом, якщо це незрозуміло з метаданих", - "replaceUnderscoresWithSpaces": "Замінити підкреслення пробілами в назвах імпортованих нотаток", - "import": "Імпорт", - "failed": "Помилка імпорту: {{message}}.", - "html_import_tags": { - "title": "Теги Імпорту HTML", - "description": "Налаштуйте, які теги HTML слід зберігати під час імпорту нотаток. Теги, яких немає в цьому списку, будуть видалені під час імпорту. Деякі теги (наприклад, 'script') завжди видаляються з міркувань безпеки.", - "placeholder": "Введіть теги HTML, по одному на рядок", - "reset_button": "Скинути до Список за замовчуванням" - }, - "import-status": "Статус Імпорту", - "in-progress": "Триває Імпорт: {{progress}}", - "successful": "Імпорт успішно завершено." - }, - "prompt": { - "title": "Запит(prompt)", - "ok": "ОК", - "defaultTitle": "Запит(Prompt)" - }, - "protected_session_password": { - "modal_title": "Захищений сеанс", - "help_title": "Довідка щодо Захищених нотаток", - "close_label": "Закрити", - "form_label": "Щоб продовжити запитувану дію, вам потрібно розпочати захищений сеанс, ввівши пароль:", - "start_button": "Розпочати захищений сеанс" - }, - "recent_changes": { - "title": "Останні зміни", - "erase_notes_button": "Стерти видалені нотатки зараз", - "deleted_notes_message": "Видалені нотатки стерто.", - "no_changes_message": "Поки що жодних змін...", - "undelete_link": "відновити", - "confirm_undelete": "Ви хочете відновити цю нотатку та її піднотатки?" - }, - "revisions": { - "note_revisions": "Версії нотаток", - "delete_all_revisions": "Видалити всі версії цієї нотатки", - "delete_all_button": "Видалити всі версії", - "help_title": "Довідка щодо Версій нотаток", - "confirm_delete_all": "Ви хочете видалити всі версії цієї нотатки?", - "no_revisions": "Поки що немає версій цієї нотатки...", - "restore_button": "Відновити", - "confirm_restore": "Ви хочете відновити цю версію? Це замінить поточний заголовок та вміст нотатки цієї версії.", - "delete_button": "Видалити", - "confirm_delete": "Ви хочете видалити цю версію?", - "revisions_deleted": "Версії нотаток видалено.", - "revision_restored": "Версію нотатки відновлено.", - "revision_deleted": "Версію нотатки видалено.", - "snapshot_interval": "Інтервал знімків версій нотатки: {{seconds}}s.", - "maximum_revisions": "Ліміт знімків версій нотатки: {{number}}.", - "settings": "Налаштування Версії Нотатки", - "download_button": "Завантажити", - "mime": "МІМЕ: ", - "file_size": "Розмір файлу:", - "preview_not_available": "Попередній перегляд недоступний для цього типу нотатки.", - "diff_on": "Показати різницю", - "diff_off": "Показати вміст", - "diff_on_hint": "Натисніть, щоб показати різницю в джерелі нотатки", - "diff_off_hint": "Натисніть, щоб показати вміст нотатки", - "diff_not_available": "Різниця недоступна." - }, - "include_note": { - "dialog_title": "Включити нотатку", - "label_note": "Нотатка", - "placeholder_search": "пошук нотатки за назвою", - "box_size_prompt": "Розмір вмісту з вкладеною нотаткою:", - "box_size_small": "маленький (~ 10 рядків)", - "box_size_medium": "середній (~ 30 рядків)", - "box_size_full": "повний (вміст показує повний текст)", - "button_include": "Включити нотатку" - }, - "info": { - "modalTitle": "Інформаційне повідомлення", - "closeButton": "Закрити", - "okButton": "ОК" - }, - "jump_to_note": { - "search_placeholder": "Пошук нотатки за її назвою або типом > для команд...", - "search_button": "Повнотекстовий Пошук" - }, - "markdown_import": { - "dialog_title": "Імпорт з Markdown", - "modal_body_text": "Через \"пісочницю\" браузера неможливо безпосередньо зчитувати буфер обміну з JavaScript. Будь ласка, вставте код Markdown для імпорту в текстове поле нижче та натисніть кнопку \"Імпортувати\"", - "import_button": "Імпорт", - "import_success": "Вміст Markdown імпортовано в документ." - }, - "move_to": { - "dialog_title": "Перемістити нотатки до ...", - "notes_to_move": "Нотатки для переміщення", - "search_placeholder": "пошук нотатки за назвою", - "move_button": "Перейти до вибраної нотатки", - "error_no_path": "Немає шляху для переміщення.", - "move_success_message": "Вибрані нотатки переміщено до ", - "target_parent_note": "Цільова батьківська нотатка" - }, - "note_type_chooser": { - "change_path_prompt": "Змінити місце створення нової нотатки:", - "search_placeholder": "пошук шляху за назвою (за замовчуванням, якщо порожня)", - "modal_title": "Вибрати тип нотатки", - "modal_body": "Вибрати тип/шаблон нової нотатки:", - "templates": "Шаблони", - "builtin_templates": "Вбудовані Шаблони" - }, - "password_not_set": { - "title": "Пароль не встановлено", - "body1": "Захищені нотатки шифруються за допомогою пароля користувача, але пароль ще не встановлено.", - "body2": "Щоб захистити нотатки, натисніть кнопку нижче, щоб відкрити діалогове вікно Параметри та встановити пароль.", - "go_to_password_options": "Перейти до Параметрів пароля" - }, - "sort_child_notes": { - "sort_children_by": "Сортування дочірніх за...", - "sorting_criteria": "Критерії сортування", - "title": "заголовок", - "date_created": "дата створення", - "date_modified": "дата зміни", - "sorting_direction": "Напрямок сортування", - "ascending": "зростання", - "descending": "спадний", - "folders": "Папки", - "sort_folders_at_top": "сортувати папки зверху", - "natural_sort": "Нативне сортування", - "sort_with_respect_to_different_character_sorting": "сортувати з урахуванням різних правил сортування та порівняння символів у різних мовах або регіонах.", - "natural_sort_language": "Мова нативного сортування", - "the_language_code_for_natural_sort": "Код мови для нативного сортування, наприклад, \"zh-CN\" для китайської.", - "sort": "Сортування" - }, - "upload_attachments": { - "upload_attachments_to_note": "Завантажити вкладення до нотатки", - "choose_files": "Вибрати файли", - "files_will_be_uploaded": "Файли будуть завантажені як вкладення до {{noteTitle}}", - "options": "Параметри", - "shrink_images": "Зменшити зображення", - "upload": "Скачати", - "tooltip": "Якщо ви позначите цей параметр, Trilium спробує зменшити розмір завантажених зображень шляхом масштабування та оптимізації, що може вплинути на сприйняту якість зображення. Якщо вимкнути цей параметр, зображення будуть завантажені без змін." - }, - "attribute_detail": { - "attr_detail_title": "Деталі Атрибуту Заголовок", - "close_button_title": "Скасувати зміни та закрити", - "attr_is_owned_by": "Атрибут належить", - "attr_name_title": "Ім'я атрибута може складатися лише з буквено-цифрових символів, двокрапки та символу підкреслення", - "name": "Назва", - "value": "Значення", - "target_note_title": "Зв'язок — це іменований зв'язок між джерелом та цільовою нотаткою.", - "target_note": "Цільова нотатка", - "promoted_title": "Просунутий атрибут відображається на нотатці у помітному вигляді.", - "promoted": "Просунуті", - "promoted_alias_title": "Назва, яка відображатиметься в інтерфейсі просунутих атрибутів.", - "promoted_alias": "Псевдонім", - "multiplicity_title": "Множинність визначає, скільки атрибутів з однаковою назвою можна створити — максимум 1 або більше 1.", - "multiplicity": "Множинність", - "single_value": "Одне значення", - "multi_value": "Декілька значень", - "label_type_title": "Тип мітки допоможе Trilium вибрати відповідний інтерфейс для введення значення мітки.", - "label_type": "Тип", - "text": "Текст", - "number": "Номер", - "boolean": "Булева", - "date": "Дата", - "date_time": "Дата & Час", - "time": "Час", - "url": "URL", - "precision_title": "Яка кількість цифр після числа з плаваючою комою має бути доступна в інтерфейсі налаштування значень.", - "precision": "Точність", - "digits": "цифри", - "inverse_relation_title": "Додаткове налаштування для визначення, який зв'язок є зворотнім цьому зв'язку. Приклад: Батьківська - Дочірня інверсним зв'язком одне до одного.", - "inverse_relation": "Інверсний зв'язок", - "inheritable_title": "Спадковий атрибут буде успадкований усіма нащадками в цьому дереві.", - "inheritable": "Спадковий", - "save_and_close": "Зберегти & закрити Ctrl+Enter", - "delete": "Видалити", - "related_notes_title": "Інші нотатки з цією міткою", - "more_notes": "Більше нотаток", - "label": "Деталі мітки", - "label_definition": "Деталі визначення мітки", - "relation": "Деталі зв'язку", - "relation_definition": "Деталі визначення зв'язку", - "disable_versioning": "вимикає автоматичне керування версіями. Корисно, наприклад, для великих, але неважливих нотаток, наприклад, великих JS-бібліотек, що використовуються для написання скриптів", - "calendar_root": "позначити нотатку, яка буде використовуватись для денних нотатків за замовчуванням. Тільки одна може бути такою.", - "archived": "нотатки з цією міткою не будуть видимими за замовчуванням у результатах пошуку (також у діалогових вікнах Перейти до..., Додати посилання... тощо).", - "exclude_from_export": "нотатки (з їхнім піддеревом) не будуть включені до жодного експорту нотаток", - "run": "визначає, за яких подій має запускатися скрипт. Можливі значення:\n
    \n
  • frontendStartup – коли запускається (або оновлюється) інтерфейс Trilium, але не на мобільному пристрої.
  • \n
  • mobileStartup – коли запускається (або оновлюється) інтерфейс Trilium на мобільному пристрої.
  • \n
  • backendStartup – коли запускається бекенд Trilium
  • \n
  • hourly – запускається раз на годину. Ви можете використовувати додаткову мітку runAtHour, щоб вказати, о котрій годині.
  • \n
  • daily – запускається раз на день
  • \n
", - "run_on_instance": "Визначити, на якому екземплярі Trilium це має бути запущено. За замовчуванням використовувати всі екземпляри.", - "run_at_hour": "О котрій годині це має запускатися? Слід використовувати разом з #run=hourly. Можна визначити кілька разів для більшої кількості запусків протягом дня.", - "disable_inclusion": "скрипти з цією міткою не будуть включені до виконання базового скрипта.", - "sorted": "зберігає дочірні нотатки, відсортовані за заголовком в алфавітному порядку", - "sort_direction": "ASC (за замовчуванням) або DESC", - "sort_folders_first": "Папки (нотатки з дочірніми) слід сортувати зверху", - "top": "зберегти задану нотатку зверху в батьківській (застосовується лише до відсортованих батьківських)", - "hide_promoted_attributes": "Сховати просунуті атрибути для цієї нотатки", - "read_only": "редактор в режимі \"тільки для читання\". Працює лише для текстових та нотаток з кодом.", - "auto_read_only_disabled": "текстові/кодові нотатки можна автоматично перевести в режим читання, якщо вони занадто великі. Ви можете вимкнути цю поведінку для кожної окремої нотатки, додавши до неї цю позначку", - "app_css": "позначає CSS-нотатки, які завантажуються в програму Trilium і, таким чином, можуть бути використані для зміни зовнішнього вигляду Trilium.", - "app_theme": "позначає CSS-нотатки, які є повноцінними темами Trilium і тому доступні в параметрах Trilium.", - "app_theme_base": "встановіть значення \"next\", \"next-light\", or \"next-dark\", щоб використовувати відповідну тему TriliumNext (автоматичну, світлу або темну) як основу для власної теми, замість застарілої.", - "css_class": "значення цієї мітки потім додається як CSS-клас до вузла, що представляє задану нотатку в дереві. Це може бути корисним для розширеного налаштування тем. Можна використовувати в шаблонах нотаток.", - "icon_class": "значення цієї мітки додається як CSS-клас до значка на дереві, що може допомогти візуально розрізнити нотатки в дереві. Прикладом може бути bx bx-home - значки взяті з boxicons. Можна використовувати в шаблонах нотаток.", - "page_size": "кількість елементів на сторінці у списку нотаток", - "custom_request_handler": "див. Спеціальний обробник запитів", - "custom_resource_provider": "див. Спеціальний обробник запитів", - "widget": "позначає цю нотатку як користувацький віджет, який буде додано до дерева компонентів Trilium", - "workspace": "позначає цю нотатку як робочу область, що дозволяє легко хостити", - "workspace_icon_class": "визначає значка CSS-класу, який буде використовуватися у вкладці при хостингу цієї нотатки", - "workspace_tab_background_color": "Колір CSS, що використовується у вкладці нотатки під час перенесення до цієї нотатки", - "workspace_calendar_root": "Визначає календар для кожного робочого простору", - "workspace_template": "Ця нотатка з'явиться у списку доступних шаблонів під час створення нової нотатки, але лише після перенесення її в робочу область, що містить цей шаблон", - "search_home": "нові пошукові нотатки будуть створені як дочірні елементи цієї нотатки", - "workspace_search_home": "нові пошукові нотатки будуть створені як дочірні елементи цієї нотатки після хостингу до якогось предка цієї нотатки робочої області", - "inbox": "розташування Вхідних за замовчуванням для нових нотаток – під час створення нотатки за допомогою кнопки Нова нотатка на бічній панелі, нотатки будуть створені як дочірні нотатки в нотатці з міткою #inbox.", - "workspace_inbox": "розташування Вхідні за замовчуванням для нових нотаток, коли вони переносяться до якоїсь батьківської нотатки в робочій області", - "sql_console_home": "розташування нотаток консолі SQL за замовчуванням", - "bookmark_folder": "нотатка з цією міткою відображатиметься в закладках як папка (що дозволить доступ до її дочірніх елементів)", - "share_hidden_from_tree": "ця нотатка прихована в лівому дереві навігації, але все ще доступна за її URL-адресою", - "share_external_link": "нотатка діятиме як посилання на зовнішній вебсайт у дереві спільного доступу", - "share_alias": "визначає псевдонім, за допомогою якого нотатка буде доступна за адресою https://your_trilium_host/share/[your_alias]", - "share_omit_default_css": "CSS сторінки спільного доступу за замовчуванням буде пропущено. Використовуйте, коли ви вносите значні зміни стилю.", - "share_description": "визначити текст, який буде додано до метатегу HTML для опису", - "share_raw": "нотатка буде надаватися у необробленому форматі, без HTML-оболонки", - "share_disallow_robot_indexing": "заборонити індексацію цієї нотатки роботами через заголовок X-Robots-Tag: noindex", - "share_credentials": "потрібні облікові дані для доступу до цієї спільної нотатки. Значення повинно бути у форматі «ім'я користувача:пароль». Не забудьте зробити це спадковим, щоб застосувати до дочірніх нотаток/зображень.", - "share_index": "нотатка з цією міткою відобразить список усіх коренів спільних нотаток", - "display_relations": "назви зв'язків, розділені комами, які слід відображати. Усі інші будуть приховані.", - "hide_relations": "назви зв'язків, розділені комами, які слід приховати. Усі інші будуть відображені.", - "title_template": "заголовок нотаток за замовчуванням, створених як дочірні елементи цієї нотатки. Значення оцінюється як рядок JavaScript\nі таким чином може бути збагачене динамічним контентом за допомогою вставлених змінних now та parentNote. Приклади:\n\n
    \nЛітературні твори
  • ${parentNote.getLabelValue('authorName')}
  • \n
  • Журнал для ${now.format('РРРР-ММ-ДД ГГ:мм:сс')
  • \n
\n\nДив. вікі з деталями, документацію API для parentNote та now для отримання детальної інформації.", - "template": "Ця нотатка з'явиться у списку доступних шаблонів під час створення нової нотатки", - "toc": "#toc або #toc=show примусово покаже Зміст, #toc=hide примусово приховає його. Якщо мітка не існує, дотримується глобального налаштування", - "color": "визначає колір нотатки в дереві нотаток, посиланнях тощо. Використовуйте будь-яке дійсне значення кольору CSS, наприклад, 'red' або #a13d5f", - "keyboard_shortcut": "Визначає комбінацію клавіш, щоб негайно перейти до цієї нотатки. Приклад: «ctrl+alt+e». Щоб зміни набули чинності, потрібне перезавантаження інтерфейсу.", - "keep_current_hoisting": "Відкриття цього посилання не змінить хостинг, навіть якщо нотатка не відображається в поточному піддереві хостінгу.", - "execute_button": "Назва кнопки, яка виконає поточну нотатку з кодом", - "execute_description": "Більш детальний опис поточного коду, що відображається разом із кнопкою виконання", - "exclude_from_note_map": "Нотатки з цією міткою будуть приховані на Карті Нотатки", - "new_notes_on_top": "Нові нотатки будуть створені зверху батьківської нотатки, а не знизу.", - "hide_highlight_widget": "Приховати віджет Основні моменти", - "run_on_note_creation": "виконується, коли нотатка створюється на серверній частині. Використовуйте цей зв'язок, якщо потрібно запустити скрипт для всіх нотаток, створених у певному піддереві. У такому випадку створіть його на батьківській нотатці піддерева та зробіть його успадковуваним. Нова нотатка, створена в піддереві (будь-якої глибини), запустить скрипт.", - "run_on_child_note_creation": "виконується, коли створюється нова нотатка під нотаткою, де визначено цей зв'язок", - "run_on_note_title_change": "виконується, коли змінюється заголовок нотатки (включає також створення нотатки)", - "run_on_note_content_change": "виконується, коли змінюється вміст нотатки (включаючи також створення нотатки).", - "run_on_note_change": "виконується, коли нотатку змінено (включає також створення нотатки). Не включає зміни вмісту", - "run_on_note_deletion": "виконується під час видалення нотатки", - "run_on_branch_creation": "виконується під час створення гілки. Гілка — це зв'язок між батьківською та дочірньою нотаткою та створюється, наприклад, під час клонування або переміщення нотатки.", - "run_on_branch_change": "виконується, коли гілка оновлюється.", - "run_on_branch_deletion": "виконується, коли гілку видаляють. Гілка — це зв'язок між батьківською та дочірньою нотатками та видаляється, наприклад, під час переміщення нотатки (стара гілка/посилання видаляється).", - "share_root": "позначає нотатку, яка подається /спільний корінь.", - "run_on_attribute_creation": "виконується, коли для нотатки створюється новий атрибут, який визначає цей зв'язок", - "run_on_attribute_change": " виконується, коли змінюється атрибут нотатки, яка визначає цей зв'язок. Це також спрацьовує, коли атрибут видаляється", - "relation_template": "атрибути нотатки будуть успадковані навіть без зв'язку \"батьківський-дочірній\", вміст нотатки та піддерево будуть додані до екземпляра нотатки, якщо він порожній. Див. документацію для отримання детальної інформації.", - "inherit": "атрибути нотатки будуть успадковані навіть без зв'язку «батьківський-дочірній». Див. шаблон зв'язку для подібної концепції. Див. успадкування атрибутів у документації.", - "render_note": "нотатки типу \"render HTML note\" будуть відображатися за допомогою нотатки з кодом (HTML або скрипта), і необхідно вказати за допомогою цього зв'язку, яку нотатку слід відображати", - "widget_relation": "ціль цього зв'язку буде виконано та відображено як віджет на бічній панелі", - "share_css": "CSS-нотатка, яка буде вставлена на сторінку спільного доступу. CSS-нотатка також має бути в спільному піддереві. Також розгляньте можливість використання 'share_hidden_from_tree' та 'share_omit_default_css'.", - "share_js": "JavaScript-нотатка, яка буде вставлена на сторінку спільного доступу. JS-нотатка також має бути в спільному піддереві. Розгляньте можливість використання 'share_hidden_from_tree'.", - "share_template": "Вбудована нотатка JavaScript, яка використовуватиметься як шаблон для відображення спільної нотатки. Повертатиметься до шаблону за замовчуванням. Розгляньте можливість використання 'share_hidden_from_tree'.", - "share_favicon": "Нотатку до значка веб-сторінки, яку потрібно встановити на спільній сторінці. Зазвичай потрібно встановити її як спільний кореневий каталог і зробити успадковуваною. Нотатку до значка веб-сторінки також потрібно розмістити у спільному піддереві. Розгляньте можливість використання 'share_hidden_from_tree'.", - "is_owned_by_note": "належить до нотатки", - "other_notes_with_name": "Інші нотатки {{attributeType}} з назвою \"{{attributeName}}\"", - "and_more": "... та ще {{count}}.", - "print_landscape": "Під час експорту в PDF змінює орієнтацію сторінки на альбомну замість портретної.", - "print_page_size": "Під час експорту в PDF змінює розмір сторінки. Підтримувані значення: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.", - "color_type": "Колір" - }, - "multi_factor_authentication": { - "mfa_method": "Метод MFA", - "title": "Багатофакторна автентифікація", - "description": "Багатофакторна автентифікація (MFA) додає додатковий рівень безпеки до вашого облікового запису. Замість того, щоб просто вводити пароль для входу, MFA вимагає від вас надання одного або кількох додаткових доказів для підтвердження вашої особи. Таким чином, навіть якщо хтось отримає ваш пароль, він все одно не зможе отримати доступ до вашого облікового запису без другої інформації. Це як додати додатковий замок на двері, що значно ускладнює проникнення будь-кому іншому.

Будь ласка, дотримуйтесь інструкцій нижче, щоб увімкнути MFA. Якщо ви неправильно налаштуєте, вхід буде здійснюватися лише за допомогою пароля.", - "mfa_enabled": "Увімкнути багатофакторну автентифікацію", - "electron_disabled": "Багатофакторна автентифікація наразі не підтримується у збірці для ПК.", - "totp_title": "Одноразовий пароль на основі часу (TOTP)", - "totp_description": "TOTP (одноразовий пароль на основі часу) – це функція безпеки, яка генерує унікальний тимчасовий код, що змінюється кожні 30 секунд. Ви використовуєте цей код разом із паролем для входу до свого облікового запису, що значно ускладнює доступ до нього для будь-кого іншого.", - "totp_secret_title": "Згенерувати секретний код TOTP", - "totp_secret_generate": "Згенерувати секретний код TOTP", - "totp_secret_regenerate": "Оновити секретний код TOTP", - "no_totp_secret_warning": "Щоб увімкнути TOTP, спочатку потрібно згенерувати секретний код TOTP.", - "totp_secret_description_warning": "Після створення нового секретного коду TOTP вам потрібно буде знову ввійти в систему, використовуючи новий секретний код TOTP.", - "totp_secret_generated": "Згенеровано секретний код TOTP", - "totp_secret_warning": "Будь ласка, збережіть згенерований секретний код у безпечному місці. Він більше не відображатиметься.", - "totp_secret_regenerate_confirm": "Ви впевнені, що хочете повторно створити секретний код TOTP? Це призведе до анулювання попереднього секретного коду TOTP та всіх існуючих кодів відновлення.", - "recovery_keys_title": "Ключі відновлення єдиного входу", - "recovery_keys_description": "Ключі відновлення єдиного входу використовуються для входу, навіть якщо ви не маєте доступу до своїх кодів автентифікатора.", - "recovery_keys_description_warning": "Ключі відновлення більше не відображатимуться після того, як ви залишите сторінку, зберігайте їх у безпечному місці.
Після використання ключа відновлення його не можна буде використати повторно.", - "recovery_keys_error": "Помилка створення кодів відновлення", - "recovery_keys_no_key_set": "Коди відновлення не встановлено", - "recovery_keys_generate": "Згенерувати коди відновлення", - "recovery_keys_regenerate": "Регенерувати коди відновлення", - "recovery_keys_used": "Використано: {{date}}", - "recovery_keys_unused": "Код відновлення {{index}} не використовується", - "oauth_title": "OAuth/OpenID", - "oauth_description": "OpenID – це стандартизований спосіб входу на веб-сайти за допомогою облікового запису з іншого сервісу, такого як Google, для підтвердження вашої особи. Емітентом за замовчуванням є Google, але ви можете змінити його на будь-якого іншого постачальника OpenID. Перегляньте тут для отримання додаткової інформації. Дотримуйтесь цих інструкцій, щоб налаштувати сервіс OpenID через Google.", - "oauth_description_warning": "Щоб увімкнути OAuth/OpenID, потрібно встановити базову URL-адресу OAuth/OpenID, ідентифікатор клієнта та секрет клієнта у файлі config.ini та перезапустити програму. Якщо ви хочете встановити зі змінних середовища, встановіть TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID та TRILIUM_OAUTH_CLIENT_SECRET.", - "oauth_missing_vars": "Відсутні налаштування: {{-variables}}", - "oauth_user_account": "Обліковий запис користувача: ", - "oauth_user_email": "Електронна пошта користувача: ", - "oauth_user_not_logged_in": "Ви не ввійшли в систему!" - }, - "attribute_editor": { - "help_text_body1": "Щоб додати мітку, просто введіть, наприклад, #rock або, якщо ви хочете додати також значення, то, наприклад, #year = 2020", - "help_text_body2": "Для зв'язку введіть ~author = @, що має викликати автозаповнення, де ви зможете знайти потрібну нотатку.", - "help_text_body3": "Або ж ви можете додати мітку та зв'язок за допомогою кнопки + праворуч.", - "save_attributes": "Зберегти атрибути ", - "add_a_new_attribute": "Додати новий атрибут", - "add_new_label": "Додати нову мітку ", - "add_new_relation": "Додати новий зв'язок ", - "add_new_label_definition": "Додати нове визначення мітки", - "add_new_relation_definition": "Додати нове визначення зв'язку", - "placeholder": "Введіть мітки та зв'язки тут" - }, - "abstract_bulk_action": { - "remove_this_search_action": "Видалити цю дію пошуку" - }, - "execute_script": { - "execute_script": "Виконати скрипт", - "help_text": "Ви можете виконувати прості скрипти у нотатках, що збігаються.", - "example_1": "Наприклад, щоб додати рядок до заголовка нотатки, використовуйте цей невеликий скрипт:", - "example_2": "Більш складним прикладом може бути видалення всіх атрибутів нотаток, що збігаються:" - }, - "add_label": { - "add_label": "Додати мітку", - "label_name_placeholder": "назва мітки", - "label_name_title": "Дозволено використовувати буквено-цифрові символи, підкреслення та двокрапку.", - "to_value": "до значення", - "new_value_placeholder": "нове значення", - "help_text": "У всіх нотатках, що збігаються:", - "help_text_item1": "створити вказану мітку, якщо нотатка ще її не має", - "help_text_item2": "або змінити значення існуючої мітки", - "help_text_note": "Ви також можете викликати цей метод без значення, у такому випадку мітку буде присвоєно нотатці без значення." - }, - "delete_label": { - "delete_label": "Видалити мітку", - "label_name_placeholder": "назва мітки", - "label_name_title": "Дозволено використовувати буквено-цифрові символи, підкреслення та двокрапку." - }, - "rename_label": { - "rename_label": "Перейменувати мітку", - "rename_label_from": "Перейменувати мітку з", - "old_name_placeholder": "стара назва", - "to": "До", - "new_name_placeholder": "нова назва", - "name_title": "Дозволено використовувати буквено-цифрові символи, підкреслення та двокрапку." - }, - "update_label_value": { - "update_label_value": "Оновити значення мітки", - "label_name_placeholder": "назва мітки", - "label_name_title": "Дозволено використовувати буквено-цифрові символи, підкреслення та двокрапку.", - "to_value": "до значення", - "new_value_placeholder": "нове значення", - "help_text": "Для всіх нотаток, що збігаються, змінити значення існуючої мітки.", - "help_text_note": "Ви також можете викликати цей метод без значення, у такому випадку мітку буде присвоєно нотатці без значення." - }, - "delete_note": { - "delete_note": "Видалити нотатку", - "delete_matched_notes": "Видалити нотатки, що збігаються", - "delete_matched_notes_description": "Це видалить нотатки, що збігаються.", - "undelete_notes_instruction": "Після видалення їх можна відновити в діалоговому вікні «Останні зміни».", - "erase_notes_instruction": "Щоб остаточно видалити нотатки, після видалення перейдіть до меню Опції -> Інше та натисніть кнопку «Стерти видалені нотатки зараз»." - }, - "delete_revisions": { - "all_past_note_revisions": "Усі попередні версії нотаток, що збігаються, будуть видалені. Сама нотатка буде повністю збережена. Іншими словами, історія нотатки буде видалена.", - "delete_note_revisions": "Видалити версії нотаток" - }, - "move_note": { - "on_all_matched_notes": "У всіх нотатках, що збігаються", - "move_note": "Перемістити нотатку", - "to": "до", - "target_parent_note": "цільова батьківська нотатка", - "move_note_new_parent": "перемістити нотатку до нового батьківського елемента, якщо нотатка має лише один батьківський елемент (тобто стара гілка видаляється, а нова гілка в новому батьківському елементі створюється)", - "clone_note_new_parent": "клонувати нотатку до нового батьківського елемента, якщо нотатка має кілька клонів/гілок (незрозуміло, яку гілку слід видалити)", - "nothing_will_happen": "нічого не станеться, якщо нотатку не можна перемістити до цільової нотатки (тобто це створить деревоподібний цикл)" - }, - "rename_note": { - "example_note": "Нотатка – усі нотатки, що збігаються будуть перейменовані на \"Нотатка\"", - "example_new_title": "NEW: ${note.title} – назви нотаток, що збігаються, мають префікс 'НОВА:'", - "example_date_prefix": "${note.dateCreatedObj.format('MM-DD:')}: ${note. Title} - нотатки, що збігаються мають префікс у вигляді місяця та дати створення нотатки", - "rename_note": "Перейменувати нотатку", - "rename_note_title_to": "Перейменувати заголовок нотатки на", - "new_note_title": "новий заголовок нотатки", - "click_help_icon": "Натисніть значок довідки праворуч, щоб переглянути всі опції", - "evaluated_as_js_string": "Надане значення обчислюється як рядок JavaScript і тому може бути доповнено динамічним контентом за допомогою вставленої змінної note (нотатка перейменовується). Приклади:", - "api_docs": "Див. документацію API для note та її властивостей dateCreatedObj / utcDateCreatedObj для отримання детальної інформації." - }, - "add_relation": { - "create_relation_on_all_matched_notes": "Для всіх нотаток, що збігаються, створити задані зв'язки.", - "add_relation": "Додати зв'язок", - "relation_name": "назва зв'язку", - "allowed_characters": "Дозволено використовувати буквено-цифрові символи, підкреслення та двокрапку.", - "to": "до", - "target_note": "цільова нотатка" - }, - "update_relation_target": { - "on_all_matched_notes": "У всіх нотатках, що збігаються", - "update_relation": "Оновити зв'язок", - "relation_name": "назва зв'язку", - "allowed_characters": "Дозволено використовувати буквено-цифрові символи, підкреслення та двокрапку.", - "to": "до", - "target_note": "цільова нотатка", - "change_target_note": "змінити цільову нотатку існуючого зв'язку", - "update_relation_target": "Оновити ціль зв'язку" - }, - "search_script": { - "example_code": "// 1. попередня фільтрація за допомогою стандартного пошуку\nconst candidateNotes = api.searchForNotes(\"#journal\");\n\n// 2. застосування користувацьких критеріїв пошуку\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\. ?[0-9]{1,2}\\. ?[0-9]{4}/));\n\nreturn matchedNotes;", - "title": "Пошуковий скрипт:", - "placeholder": "пошук нотатки за назвою", - "description1": "Пошуковий скрипт дозволяє визначати результати пошуку, запускаючи скрипт. Це забезпечує максимальну гнучкість, коли стандартного пошуку недостатньо.", - "description2": "Скрипт пошуку має бути типу \"code\" та підтипу \"JavaScript backend\". Скрипт має повертати масив ідентифікаторів нотаток або нотатки.", - "example_title": "Дивіться цей приклад:", - "note": "Зверніть увагу, що пошуковий скрипт та рядок пошуку не можна поєднувати одне з одним." - }, - "delete_relation": { - "delete_relation": "Видалити зв'язок", - "relation_name": "назва зв'язку", - "allowed_characters": "Дозволено використовувати буквено-цифрові символи, підкреслення та двокрапку." - }, - "rename_relation": { - "rename_relation": "Перейменувати зв'язок", - "rename_relation_from": "Перейменувати зв'язок з", - "old_name": "стара назва", - "to": "До", - "new_name": "нова назва", - "allowed_characters": "Дозволено використовувати буквено-цифрові символи, підкреслення та двокрапку." - }, - "attachments_actions": { - "open_externally": "Відкрити у зовнішній програмі", - "open_externally_title": "Файл буде відкрито в зовнішній програмі та відстежуватися на наявність змін. Після цього ви зможете завантажити змінену версію назад до Trilium.", - "open_custom": "Відкрити як...", - "open_custom_title": "Файл буде відкрито в зовнішній програмі та відстежуватися на наявність змін. Після цього ви зможете завантажити змінену версію назад до Trilium.", - "download": "Завантажити", - "rename_attachment": "Перейменувати вкладення", - "upload_new_revision": "Завантажити нову версію", - "copy_link_to_clipboard": "Копіювати посилання в Буфер обміну", - "convert_attachment_into_note": "Перетворити вкладення на нотатку", - "delete_attachment": "Видалити вкладення", - "upload_success": "Нову версію вкладення завантажено.", - "upload_failed": "Не вдалося завантажити нову версію вкладення.", - "open_externally_detail_page": "Відкриття вкладення ззовні доступне лише зі сторінки з деталями, спочатку натисніть на деталі вкладення та повторіть дію.", - "open_custom_client_only": "Налаштування відкриття вкладень можна виконати лише з клієнтської версії для ПК.", - "delete_confirm": "Ви впевнені, що хочете видалити вкладення '{{title}}'?", - "delete_success": "Вкладення '{{title}}' видалено.", - "convert_confirm": "Ви впевнені, що хочете перетворити вкладення '{{title}}' на окрему нотатку?", - "convert_success": "Вкладення '{{title}}' перетворено на нотатку.", - "enter_new_name": "Введіть назву нового вкладення" - }, - "calendar": { - "mon": "Пн", - "tue": "Вт", - "wed": "Ср", - "thu": "Чт", - "fri": "Пт", - "sat": "Сб", - "sun": "Нд", - "cannot_find_day_note": "Не вдається знайти денну нотатку", - "cannot_find_week_note": "Не вдається знайти тижневу нотатку", - "january": "Січень", - "february": "Лютий", - "march": "Березень", - "april": "Квітень", - "may": "Травень", - "june": "Червень", - "july": "Липень", - "august": "Серпень", - "september": "Вересень", - "october": "Жовтень", - "november": "Листопад", - "december": "Грудень", - "week": "Тиждень", - "week_previous": "Попередній тиждень", - "week_next": "Наступний тиждень", - "month": "Місяць", - "month_previous": "Попередній місяць", - "month_next": "Наступний місяць", - "year": "Рік", - "year_previous": "Попередній рік", - "year_next": "Наступний рік", - "list": "Список", - "today": "Сьогодні" - }, - "close_pane_button": { - "close_this_pane": "Закрити цю панель" - }, - "create_pane_button": { - "create_new_split": "Створити новий розділ" - }, - "edit_button": { - "edit_this_note": "Редагувати цю нотатку" - }, - "show_toc_widget_button": { - "show_toc": "Показати Зміст" - }, - "show_highlights_list_widget_button": { - "show_highlights_list": "Показати Список Основних моментів" - }, - "zen_mode": { - "button_exit": "Вихід з Дзен-режиму" - }, - "sync_status": { - "unknown": "

Стан синхронізації буде відомий після початку наступної спроби синхронізації.

Натисніть, щоб запустити синхронізацію зараз.

", - "connected_with_changes": "

Підключено до сервера синхронізації.
Є деякі невиконані зміни, які ще потрібно синхронізувати.

Натисніть, щоб розпочати синхронізацію.

", - "connected_no_changes": "

Підключено до сервера синхронізації.
Усі зміни вже синхронізовано.

Натисніть, щоб розпочати синхронізацію.

", - "disconnected_with_changes": "

Встановлення з’єднання із сервером синхронізації не вдалося.
Є деякі невиконані зміни, які ще потрібно синхронізувати.

Натисніть, щоб розпочати синхронізацію.

", - "disconnected_no_changes": "

Встановлення з’єднання із сервером синхронізації не вдалося.
Усі відомі зміни синхронізовано.

Натисніть, щоб розпочати синхронізацію.

", - "in_progress": "Триває синхронізація із сервером." - }, - "left_pane_toggle": { - "show_panel": "Показати панель", - "hide_panel": "Приховати панель" - }, - "move_pane_button": { - "move_left": "Переміститися вліво", - "move_right": "Переміститися вправо" - }, - "note_actions": { - "convert_into_attachment": "Перетворити на вкладення", - "re_render_note": "Перерендеринг Нотатки", - "search_in_note": "Пошук у нотатці", - "note_source": "Джерело нотатки", - "note_attachments": "Вкладення нотатки", - "open_note_externally": "Відкрити нотатку у зовнішній програмі", - "open_note_externally_title": "Файл буде відкрито в зовнішній програмі та відстежуватися на наявність змін. Після цього ви зможете завантажити змінену версію назад до Trilium.", - "open_note_custom": "Відкрити нотатку як...", - "import_files": "Імпорт файлів", - "export_note": "Експорт нотатки", - "delete_note": "Видалити нотатку", - "print_note": "Друк нотатки", - "save_revision": "Зберегти версію", - "convert_into_attachment_failed": "Не вдалося конвертувати нотатку '{{title}}'.", - "convert_into_attachment_successful": "Нотатку '{{title}}' перетворено на вкладення.", - "convert_into_attachment_prompt": "Ви впевнені, що хочете перетворити нотатку '{{title}}' на вкладення батьківської нотатки?", - "print_pdf": "Експортувати як PDF..." - }, - "onclick_button": { - "no_click_handler": "Віджет кнопки '{{componentId}}' не має визначеного обробника кліків" - }, - "protected_session_status": { - "active": "Захищений сеанс активний. Натисніть, щоб вийти з захищеного сеансу.", - "inactive": "Натисніть, щоб увійти до захищеного сеансу" - }, - "revisions_button": { - "note_revisions": "Версії Нотатки" - }, - "update_available": { - "update_available": "Доступне оновлення" - }, - "note_launcher": { - "this_launcher_doesnt_define_target_note": "Цей Лаунчер не визначає цільову нотатку." - }, - "code_buttons": { - "execute_button_title": "Виконати скрипт", - "trilium_api_docs_button_title": "Відкрити документацію Trilium API", - "save_to_note_button_title": "Зберегти до нотатки", - "opening_api_docs_message": "Відкриття документації API...", - "sql_console_saved_message": "Нотатку консолі SQL збережено в {{note_path}}" - }, - "copy_image_reference_button": { - "button_title": "Копіювати посилання на зображення в буфер обміну, можна вставити в текстову нотатку." - }, - "hide_floating_buttons_button": { - "button_title": "Приховати кнопки" - }, - "show_floating_buttons_button": { - "button_title": "Показати кнопки" - }, - "svg_export_button": { - "button_title": "Експорт діаграми у форматі SVG" - }, - "relation_map_buttons": { - "create_child_note_title": "Створити нову дочірню нотатку та додати її до цієї Карти зв'язків", - "reset_pan_zoom_title": "Скинути панорамування та масштабування до початкових координат і збільшення", - "zoom_in_title": "Збільшити масштаб", - "zoom_out_title": "Зменшити масштаб" - }, - "zpetne_odkazy": { - "relation": "зв'язок", - "backlink_one": "{{count}} Зворотне посилання", - "backlink_few": "{{count}} Зворотні посилання", - "backlink_many": "{{count}} Зворотні посилання" - }, - "mobile_detail_menu": { - "insert_child_note": "Вставити дочірню нотатку", - "delete_this_note": "Видалити цю нотатку", - "error_cannot_get_branch_id": "Не вдається отримати branchId для notePath '{{notePath}}'", - "error_unrecognized_command": "Нерозпізнана команда {{command}}" - }, - "note_icon": { - "change_note_icon": "Змінити значок нотатки", - "search": "Пошук:", - "reset-default": "Скинути значок до стандартного значення", - "search_placeholder_one": "Пошук {{number}} значка у {{count}} пакеті", - "search_placeholder_few": "Пошук {{number}} значків у {{count}} пакетах", - "search_placeholder_many": "Пошук {{number}} значків у {{count}} пакетах" - }, - "basic_properties": { - "note_type": "Тип нотатки", - "editable": "Редагув.", - "basic_properties": "Основні Властивості", - "language": "Мова", - "configure_code_notes": "Конфігурація нотатки з кодом..." - }, - "book_properties": { - "view_type": "Тип перегляду", - "grid": "Сітка", - "list": "Список", - "collapse_all_notes": "Згорнути всі нотатки", - "collapse": "Згорнути", - "expand": "Розгорнути", - "book_properties": "Властивості Колекції", - "invalid_view_type": "Недійсний тип перегляду '{{type}}'", - "calendar": "Календар", - "table": "Таблиця", - "geo-map": "Географічна карта", - "board": "Дошка", - "include_archived_notes": "Показати архівовані нотатки" - }, - "edited_notes": { - "no_edited_notes_found": "Цього дня ще немає редагованих нотаток...", - "title": "Редаговані нотатки", - "deleted": "(видалено)" - }, - "file_properties": { - "note_id": "ID Нотатки", - "original_file_name": "Оригінальне ім'я файлу", - "file_type": "Тип файлу", - "file_size": "Розмір файлу", - "download": "Завантажити", - "open": "Відкрити зовні", - "upload_new_revision": "Завантажити нову версію", - "upload_success": "Завантажено нову версію файлу.", - "upload_failed": "Не вдалося завантажити нову версію файлу.", - "title": "Файл" - }, - "image_properties": { - "original_file_name": "Оригінальне ім'я файлу", - "file_type": "Тип файлу", - "file_size": "Розмір файлу", - "download": "Завантажити", - "open": "Відкрити", - "copy_reference_to_clipboard": "Копіювати посилання в буфер обміну", - "upload_new_revision": "Завантажити нову версію", - "upload_success": "Нову версію зображення завантажено.", - "upload_failed": "Не вдалося завантажити нову версію зображення: {{message}}", - "title": "Зображення" - }, - "inherited_attribute_list": { - "title": "Успадковані Атрибути", - "no_inherited_attributes": "Немає успадкованих атрибутів." - }, - "note_info_widget": { - "note_id": "ID Нотатки", - "created": "Створено", - "modified": "Змінено", - "type": "Тип", - "note_size": "Розмір нотатки", - "note_size_info": "Розмір нотатки надає приблизну оцінку вимог до зберігання для цієї нотатки. Він враховує вміст нотатки та вміст її версій.", - "calculate": "обчислити", - "subtree_size": "(розмір піддерева: {{size}} у {{count}} нотатках)", - "title": "Інформація про нотатку" - }, - "note_map": { - "open_full": "Розгорнути на повний розмір", - "collapse": "Згорнути до звичайного розміру", - "title": "Карта Нотатки", - "fix-nodes": "Виправити вузли", - "link-distance": "Відстань зв'язку" - }, - "note_paths": { - "title": "Шляхи Нотатки", - "clone_button": "Клонувати нотатку в нове місце...", - "intro_placed": "Цю нотатку розміщено за такими шляхами:", - "intro_not_placed": "Цю нотатку ще не розміщено в дереві нотаток.", - "archived": "Архівовано", - "search": "Пошук", - "outside_hoisted": "Цей шлях знаходиться поза межами закріпленої нотатки і вам доведеться відкріпити." - }, - "note_properties": { - "this_note_was_originally_taken_from": "Цю нотатку було спочатку взято з:", - "info": "Інформація" - }, - "owned_attribute_list": { - "owned_attributes": "Власні Атрибути" - }, - "promoted_attributes": { - "promoted_attributes": "Просунуті Атрибути", - "unset-field-placeholder": "не встановлено", - "url_placeholder": "http://website...", - "open_external_link": "Відкрити зовнішнє посилання", - "unknown_label_type": "Невідомий тип мітки '{{type}}'", - "unknown_attribute_type": "Невідомий тип атрибута '{{type}}'", - "add_new_attribute": "Додати новий атрибут", - "remove_this_attribute": "Видалити цей атрибут", - "remove_color": "Видалити кольорову мітку" - }, - "script_executor": { - "query": "Запит", - "script": "Скрипт", - "execute_query": "Виконати запит", - "execute_script": "Виконати скрипт" - }, - "search_definition": { - "add_search_option": "Додати опцію пошуку:", - "search_string": "рядок пошуку", - "search_script": "пошуковий скрипт", - "ancestor": "предок", - "fast_search": "швидкий пошук", - "fast_search_description": "Опція швидкого пошуку вимикає повнотекстовий пошук вмісту нотаток, що може пришвидшити пошук у великих базах даних.", - "include_archived": "включити архівовані", - "include_archived_notes_description": "Архівні нотатки за замовчуванням виключаються з результатів пошуку, але з цим параметром вони будуть включені.", - "order_by": "упорядкувати за", - "limit": "ліміт", - "limit_description": "Ліміт кількості результатів", - "debug": "debug", - "debug_description": "Debug виведе додаткову інформацію для налагодження в консоль, щоб допомогти у налагодженні складних запитів", - "action": "дія", - "search_button": "Пошук", - "search_execute": "Пошук & Виконання дій", - "save_to_note": "Зберегти до нотатки", - "search_parameters": "Параметри пошуку", - "unknown_search_option": "Невідомий параметр пошуку {{searchOptionName}}", - "actions_executed": "Дії виконано.", - "search_note_saved": "Нотатка з пошуку збережена у {{- notePathTitle}}" - }, - "similar_notes": { - "title": "Схожі нотатки", - "no_similar_notes_found": "Схожих нотаток не знайдено." - }, - "abstract_search_option": { - "remove_this_search_option": "Видалити цей параметр пошуку", - "failed_rendering": "Помилка відтворення параметру пошуку: {{dto}} з помилкою {{error}}{{stack}}" - }, - "ancestor": { - "label": "Предок", - "placeholder": "пошук нотатки за її назвою", - "depth_label": "глибина", - "depth_doesnt_matter": "не має значення", - "depth_eq": "дорівнює {{count}}", - "direct_children": "прямі дочірні", - "depth_gt": "більше ніж {{count}}", - "depth_lt": "менше ніж {{count}}" - }, - "debug": { - "debug": "Debug", - "debug_info": "Команда Debug виведе додаткову інформацію для налагодження в консоль, щоб допомогти у налагодженні складних запитів.", - "access_info": "Щоб отримати доступ до інформації про debug, виконайте запит і натисніть \"Show backend log\" у верхньому лівому куті." - }, - "fast_search": { - "fast_search": "Швидкий пошук", - "description": "Опція швидкого пошуку вимикає повнотекстовий пошук вмісту нотаток, що може пришвидшити пошук у великих базах даних." - }, - "include_archived_notes": { - "include_archived_notes": "Включити архівовані нотатки" - }, - "limit": { - "limit": "Ліміт", - "take_first_x_results": "Взяти лише перші X зазначених результатів." - }, - "order_by": { - "order_by": "Сортувати за", - "relevancy": "Релевантність (за замовчуванням)", - "title": "Заголовок", - "date_created": "Дата створення", - "date_modified": "Дата останньої зміни", - "content_size": "Розмір вмісту нотатки", - "content_and_attachments_size": "Розмір вмісту нотатки, включаючи вкладення", - "content_and_attachments_and_revisions_size": "Розмір вмісту нотатки, включаючи вкладення та версії", - "revision_count": "Номер версії", - "children_count": "Кількість дочірніх нотаток", - "parent_count": "Кількість клонів", - "owned_label_count": "Кількість міток", - "owned_relation_count": "Кількість зв'язків", - "target_relation_count": "Кількість зв'язків цільової нотатки", - "random": "Випадковий порядок", - "asc": "За зростанням (за замовчуванням)", - "desc": "За спаданням" - }, - "search_string": { - "title_column": "Рядок пошуку:", - "placeholder": "fulltext keywords, #tag = value...", - "search_syntax": "Синтаксис пошуку", - "also_see": "див. також", - "complete_help": "повна довідка щодо синтаксису пошуку", - "full_text_search": "Просто введіть будь-який текст для повнотекстового пошуку", - "label_abc": "повертає нотатки з міткою abc", - "label_year": "зіставляє нотатки з роком на мітці, що має значення 2019", - "label_rock_pop": "відповідає нотаткам, які мають мітки rock і pop", - "label_rock_or_pop": "має бути лише одна з міток", - "label_year_comparison": "числове порівняння (також >, >=, <).", - "label_date_created": "нотатки, створені за останній місяць", - "error": "Помилка пошуку: {{error}}", - "search_prefix": "Пошук:" - }, - "attachment_detail": { - "open_help_page": "Відкрити сторінку довідки щодо вкладень", - "owning_note": "Примітка власника: ", - "you_can_also_open": ", ви також можете відкрити ", - "list_of_all_attachments": "Список усіх вкладень", - "attachment_deleted": "Цей вкладення видалено." - }, - "attachment_list": { - "open_help_page": "Відкрити сторінку довідки щодо вкладень", - "owning_note": "Примітка власника: ", - "upload_attachments": "Завантажити вкладення", - "no_attachments": "Ця нотатка не має вкладень." - }, - "book": { - "no_children_help": "Ця колекція не має дочірніх нотаток, тому нічого відображати. Див. вікі для отримання детальної інформації.", - "drag_locked_title": "Заблоковано для редагування", - "drag_locked_message": "Перетягування заборонено, оскільки колекцію заблоковано для редагування." - }, - "editable_code": { - "placeholder": "Введіть тут вміст вашої нотатки з кодом..." - }, - "editable_text": { - "placeholder": "Введіть тут вміст вашої нотатки...", - "auto-detect-language": "Автовизначено" - }, - "empty": { - "open_note_instruction": "Відкрийте нотатку, ввівши її заголовок в поле нижче, або виберіть нотатку в дереві.", - "search_placeholder": "пошук нотатки за її назвою", - "enter_workspace": "Вхід до робочого простору {{title}}" - }, - "file": { - "file_preview_not_available": "Попередній перегляд файлу недоступний для цього формату файлу.", - "too_big": "З міркувань продуктивності у попередньому перегляді відображаються лише перші {{maxNumChars}} символів файлу. Завантажте файл і відкрийте його зовні, щоб побачити весь вміст." - }, - "protected_session": { - "enter_password_instruction": "Для відображення захищеної нотатки потрібно ввести пароль:", - "start_session_button": "Розпочати захищений сеанс", - "started": "Захищений сеанс розпочато.", - "wrong_password": "Неправильний пароль.", - "protecting-finished-successfully": "Захист успішно завершено.", - "unprotecting-finished-successfully": "Зняття захисту успішно завершено.", - "protecting-in-progress": "Триває захист: {{count}}", - "unprotecting-in-progress-count": "Триває зняття захисту: {{count}}", - "protecting-title": "Статус захисту", - "unprotecting-title": "Статус зняття захисту" - }, - "relation_map": { - "open_in_new_tab": "Відкрити в новій вкладці", - "remove_note": "Видалити нотатку", - "edit_title": "Редагувати заголовок", - "rename_note": "Перейменувати нотатку", - "enter_new_title": "Введіть новий заголовок нотатки:", - "remove_relation": "Видалити зв'язок", - "confirm_remove_relation": "Ви впевнені, що хочете видалити зв'язок?", - "specify_new_relation_name": "Вкажіть нову назву зв'язку (дозволені символи: букви, цифри, двокрапка та підкреслення):", - "connection_exists": "Зв'язок '{{name}}' між цими нотатками вже існує.", - "start_dragging_relations": "Почніть перетягувати зв'язки звідси та перемістіть їх на іншу нотатку.", - "note_not_found": "Нотатка {{noteId}} не знайдена!", - "cannot_match_transform": "Неможливо порівняти перетворення: {{transform}}", - "note_already_in_diagram": "Нотатка\"{{title}}\" вже є на діаграмі.", - "enter_title_of_new_note": "Введіть заголовок нової нотатки", - "default_new_note_title": "нова нотатка", - "click_on_canvas_to_place_new_note": "Натисніть на полотно, щоб розмістити нову нотатку" - }, - "render": { - "note_detail_render_help_1": "Ця довідка відображається, оскільки ця нотатка типу Render HTML не має необхідного зв'язку для належного функціонування.", - "note_detail_render_help_2": "Тип нотатки Render HTML використовується для скриптів. Коротше кажучи, у вас є нотатка з HTML-кодом (за бажанням з деяким JavaScript), і ця нотатка її відобразить. Щоб це запрацювало, вам потрібно визначити відношення під назвою \"renderNote\", яке вказує на нотатку HTML для відображення." - }, - "web_view": { - "web_view": "Веб-перегляд", - "embed_websites": "Нотатка типу Веб-перегляд дозволяє вбудовувати веб-сайти в Trilium.", - "create_label": "Для початку створіть мітку з URL-адресою, яку ви хочете вбудувати, наприклад, #webViewSrc=\"https://www.google.com\"" - }, - "backend_log": { - "refresh": "Оновити" - }, - "consistency_checks": { - "title": "Перевірка узгодженості", - "find_and_fix_button": "Знайти та виправити проблеми узгодженості", - "finding_and_fixing_message": "Пошук та виправлення проблем узгодженості...", - "issues_fixed_message": "Будь-які проблеми з узгодженістю, які могли бути виявлені, тепер виправлені." - }, - "database_anonymization": { - "title": "Анонімізація Бази даних", - "full_anonymization": "Повна Анонімізація", - "full_anonymization_description": "Ця дія створить нову копію бази даних та анонімізує її (видалить весь вміст нотаток, залишивши лише структуру та деякі неконфіденційні метадані) для обміну нею в Інтернеті з метою налагодження без побоювань витоку ваших особистих даних.", - "save_fully_anonymized_database": "Зберегти повністю анонімізовану базу даних", - "light_anonymization": "Легка Анонімізація", - "light_anonymization_description": "Ця дія створить нову копію бази даних та проведе її легку анонімізацію — зокрема, буде видалено лише вміст усіх нотаток, але заголовки та атрибути залишаться. Крім того, збережуться користувацькі нотатки JS frontend/backend та користувацькі віджети. Це надає більше контексту для налагодження проблем.", - "choose_anonymization": "Ви можете самі вирішити, чи хочете ви надати повністю чи злегка анонімізовану базу даних. Навіть повністю анонімізована база даних дуже корисна, проте в деяких випадках злегка анонімізована база даних може пришвидшити процес виявлення та виправлення помилок.", - "save_lightly_anonymized_database": "Зберегти злегка анонімізовану базу даних", - "existing_anonymized_databases": "Існуючі анонімізовані бази даних", - "creating_fully_anonymized_database": "Створення повністю анонімізованої бази даних...", - "creating_lightly_anonymized_database": "Створення злегка анонімізованої бази даних...", - "error_creating_anonymized_database": "Не вдалося створити анонімізовану базу даних, перевірте backend logs для отримання детальної інформації", - "successfully_created_fully_anonymized_database": "Створено повністю анонімізовану базу даних у {{anonymized File Path}}", - "successfully_created_lightly_anonymized_database": "Створено злегка анонімізовану базу даних у {{anonymized File Path}}", - "no_anonymized_database_yet": "Поки що немає анонімізованої бази даних." - }, - "database_integrity_check": { - "title": "Перевірка цілісності Бази даних", - "description": "Це перевірить, чи не пошкоджена база даних на рівні SQLite. Це може зайняти деякий час, залежно від розміру бази даних.", - "check_button": "Перевірка цілісності бази даних", - "checking_integrity": "Перевірка цілісності бази даних...", - "integrity_check_succeeded": "Перевірка цілісності пройшла успішно — проблем не виявлено.", - "integrity_check_failed": "Перевірка цілісності не вдалася: {{results}}" - }, - "sync": { - "title": "Синхронізація", - "force_full_sync_button": "Примусова повна синхронізація", - "fill_entity_changes_button": "Запис зміни заповнювачів", - "full_sync_triggered": "Повна синхронізація активована", - "filling_entity_changes": "Заповнювач змінює рядки...", - "sync_rows_filled_successfully": "Синхронізація заповнення рядків успішна", - "finished-successfully": "Синхронізацію успішно завершено.", - "failed": "Помилка синхронізації: {{message}}" - }, - "vacuum_database": { - "title": "Стиснення Бази даних", - "description": "Це призведе до перебудови бази даних, що зазвичай призведе до зменшення розміру файлу бази даних. Фактично жодні дані не зміняться.", - "button_text": "Стиснення бази даних", - "vacuuming_database": "Стиснення бази даних...", - "database_vacuumed": "База даних була стиснена" - }, - "fonts": { - "theme_defined": "Тема визначена", - "fonts": "Шрифти", - "main_font": "Основний шрифт", - "font_family": "Сімейство шрифтів", - "size": "Розмір", - "note_tree_font": "Шрифт Дерева нотатки", - "note_detail_font": "Шрифт деталей нотатки", - "monospace_font": "Monospace (кодовий) шрифт", - "note_tree_and_detail_font_sizing": "Зверніть увагу, що розмір шрифту дерева та деталей залежить від основного налаштування розміру шрифту.", - "not_all_fonts_available": "Не всі перелічені шрифти можуть бути доступні у вашій системі.", - "apply_font_changes": "Щоб застосувати зміни шрифту, натисніть на", - "reload_frontend": "перезавантажити інтерфейс", - "generic-fonts": "Загальні шрифти", - "sans-serif-system-fonts": "Системні шрифти Sans-serif", - "serif-system-fonts": "Системні шрифти Serif", - "monospace-system-fonts": "Monospace системні шрифти", - "handwriting-system-fonts": "Handwriting системні шрифти", - "serif": "Serif", - "sans-serif": "Sans Serif", - "monospace": "Monospace", - "system-default": "Системні за замовчуванням" - }, - "max_content_width": { - "title": "Ширина вмісту", - "default_description": "Trilium за замовчуванням обмежує максимальну ширину вмісту, щоб поліпшити читабельність на широкоформатних екранах у режимі максимального розширення.", - "max_width_label": "Максимальна ширина вмісту", - "max_width_unit": "пікселів" - }, - "native_title_bar": { - "title": "Нативний рядок заголовка (потрібен перезапуск)", - "enabled": "увімкнено", - "disabled": "вимкнено" - }, - "ribbon": { - "widgets": "Віджети стрічки", - "promoted_attributes_message": "Вкладка стрічки Просунуті атрибути відкриється автоматично, якщо в нотатці присутні просунуті атрибути", - "edited_notes_message": "Вкладка стрічки Редаговані нотатки автоматично відкриватиметься для денних нотаток" - }, - "theme": { - "title": "Тема програми", - "theme_label": "Тема", - "override_theme_fonts_label": "Перевизначити шрифти теми", - "auto_theme": "Legacy (Системна колірна схема)", - "light_theme": "Legacy (Світла)", - "dark_theme": "Legacy (Темна)", - "triliumnext": "Trilium (Системна колірна схема)", - "triliumnext-light": "Trilium (Світла)", - "triliumnext-dark": "Trilium (Темна)", - "layout": "Макет", - "layout-vertical-title": "Вертикальний", - "layout-horizontal-title": "Горизонтальний", - "layout-vertical-description": "Панель запуску знаходиться ліворуч (за замовчуванням)", - "layout-horizontal-description": "Панель запуску знаходиться під панеллю вкладок, панель вкладок тепер має повну ширину." - }, - "ai_llm": { - "not_started": "Не розпочато", - "title": "Параметри AI", - "processed_notes": "Оброблені нотатки", - "total_notes": "Всього нотаток", - "progress": "Прогрес", - "queued_notes": "Черга нотаток", - "failed_notes": "Невдалі нотатки", - "last_processed": "Остання обробка", - "refresh_stats": "Оновити статистику", - "enable_ai_features": "Увімкнути функції AI/LLM", - "enable_ai_description": "Увімкніть функції AI, такі як підсумовування нотаток, генерація контенту та інші можливості LLM", - "openai_tab": "OpenAI", - "anthropic_tab": "Anthropic", - "voyage_tab": "Voyage AI", - "ollama_tab": "Ollama", - "enable_ai": "Увімкнути функції AI/LLM", - "enable_ai_desc": "Увімкнути функції AI, такі як підсумовування нотаток, генерація контенту та інші можливості LLM", - "provider_configuration": "Конфігурація постачальника AI", - "provider_precedence": "Пріоритет постачальника", - "provider_precedence_description": "Список постачальників, розділених комами, у порядку пріоритету (наприклад, «openai,anthropic,ollama»)", - "temperature": "Температура", - "temperature_description": "Контролює випадковість відповідей (0 = детермінований, 2 = максимальна випадковість)", - "system_prompt": "Системний Запит (Prompt)", - "system_prompt_description": "Системний запит (prompt) за замовчуванням використовується для всіх взаємодій з AI", - "openai_configuration": "Конфігурація OpenAI", - "openai_settings": "Налаштування OpenAI", - "api_key": "API Key", - "url": "Base URL", - "model": "Модель", - "openai_api_key_description": "Ваш ключ OpenAI API для доступу до служб AI", - "anthropic_api_key_description": "Ваш ключ Anthropic API для доступу до моделей Claude", - "default_model": "Модель за замовчуванням", - "openai_model_description": "Наприклад: gpt-4o, gpt-4-turbo, gpt-3.5-turbo", - "base_url": "Base URL", - "openai_url_description": "За замовчуванням: https://api.openai.com/v1", - "anthropic_settings": "Налаштування Anthropic", - "anthropic_url_description": "Базова URL-адреса для Anthropic API (за замовчуванням: https://api.anthropic.com)", - "anthropic_model_description": "Моделі Anthropic Claude для чату", - "voyage_settings": "Налаштування Voyage AI", - "ollama_settings": "Налаштування Ollama", - "ollama_url_description": "URL для Ollama API (default: http://localhost:11434)", - "ollama_model_description": "Модель Ollama для чату", - "anthropic_configuration": "Конфігурація Anthropic", - "voyage_configuration": "Конфігурація Voyage AI", - "voyage_url_description": "За замовчуванням: https://api.voyageai.com/v1", - "ollama_configuration": "Конфігурація Ollama", - "enable_ollama": "Увімкнути Ollama", - "enable_ollama_description": "Увімкнути Ollama для локальної моделі AI", - "ollama_url": "Ollama URL", - "ollama_model": "Модель Ollama", - "refresh_models": "Оновити моделі", - "refreshing_models": "Оновлення...", - "enable_automatic_indexing": "Увімкнути автоматичне індексування", - "rebuild_index": "Перебудувати індекс", - "rebuild_index_error": "Помилка початку перебудови індексу. Перегляньте logs для інформації.", - "note_title": "Заголовок нотатки", - "error": "Помилка", - "last_attempt": "Остання спроба", - "actions": "Дії", - "retry": "Повторити спробу", - "partial": "{{ percentage }}% completed", - "retry_queued": "Нотатка в черзі на повторну спробу", - "retry_failed": "Не вдалося додати нотатку до черги для повторної спроби", - "max_notes_per_llm_query": "Максимальна кількість нотаток на запит", - "max_notes_per_llm_query_description": "Максимальна кількість схожих нотаток для включення в контекст AI", - "active_providers": "Активні постачальники", - "disabled_providers": "Вимкнути постачальників", - "remove_provider": "Видалити постачальника з пошуку", - "restore_provider": "Відновити постачальника для пошуку", - "similarity_threshold": "Поріг схожості", - "similarity_threshold_description": "Мінімальна оцінка схожості (0-1) для нотаток, що включатимуться в контекст для запитів LLM", - "reprocess_index": "Перебудувати індекс пошуку", - "reprocessing_index": "Відбудова...", - "reprocess_index_started": "Оптимізація пошукового індексу розпочата у фоновому режимі", - "reprocess_index_error": "Помилка відбудови індексу пошуку", - "index_rebuild_progress": "Прогрес відбудови індексу", - "index_rebuilding": "Індекс оптимізації ({{percentage}}%)", - "index_rebuild_complete": "Оптимізацію індексу завершено", - "index_rebuild_status_error": "Помилка перевірки стану перебудови індексу", - "never": "Ніколи", - "processing": "Обробка ({{percentage}}%)", - "incomplete": "Незавершено ({{percentage}}%)", - "complete": "Завершено (100%)", - "refreshing": "Оновлення...", - "auto_refresh_notice": "Автоматичне оновлення кожні {{seconds}} секунд", - "note_queued_for_retry": "Нотатка в черзі на повторну спробу", - "failed_to_retry_note": "Не вдалося повторити спробу", - "all_notes_queued_for_retry": "Усі невдалі нотатки поставлені в чергу на повторну спробу", - "failed_to_retry_all": "Не вдалося повторити спробу", - "ai_settings": "Налаштування AI", - "api_key_tooltip": "Ключ API для доступу до сервісу", - "empty_key_warning": { - "anthropic": "Ключ API Anthropic порожній. Будь ласка, введіть дійсний ключ API.", - "openai": "Ключ API OpenAI порожній. Будь ласка, введіть дійсний ключ API.", - "voyage": "Ключ Voyage API подорожі порожній. Будь ласка, введіть дійсний ключ API.", - "ollama": "Ключ API Ollama порожній. Будь ласка, введіть дійсний ключ API." - }, - "agent": { - "processing": "Обробка...", - "thinking": "Думаю...", - "loading": "Завантаження...", - "generating": "Генерування..." - }, - "name": "AI", - "openai": "OpenAI", - "use_enhanced_context": "Використовувати покращений контекст", - "enhanced_context_description": "Надає AI більше контексту з нотатки та пов'язаних з нею нотаток для кращих відповідей", - "show_thinking": "Показати міркування", - "show_thinking_description": "Показати ланцюжок міркувань AI", - "enter_message": "Введіть ваше повідомлення...", - "error_contacting_provider": "Помилка зв’язку з постачальником AI. Перевірте налаштування та підключення до Інтернету.", - "error_generating_response": "Помилка створення відповіді AI", - "index_all_notes": "Індексація усіх нотаток", - "index_status": "Статус індексації", - "indexed_notes": "Індексовані нотатки", - "indexing_stopped": "Індексацію зупинено", - "indexing_in_progress": "Триває індексація...", - "last_indexed": "Остання індексація", - "note_chat": "Нотатка Чат", - "sources": "Джерела", - "start_indexing": "Почати індексацію", - "use_advanced_context": "Використовувати розширений контекст", - "ollama_no_url": "Ollama не налаштовано. Будь ласка, введіть дійсну URL-адресу.", - "chat": { - "root_note_title": "AI Чати", - "root_note_content": "Ця нотатка містить ваші збережені розмови в чаті з AI.", - "new_chat_title": "Новий Чат", - "create_new_ai_chat": "Створити новий AI Чат" - }, - "create_new_ai_chat": "Створити новий AI Чат", - "configuration_warnings": "Виникли деякі проблеми з конфігурацією AI. Перевірте налаштування.", - "experimental_warning": "Функція LLM наразі є експериментальною – вас попередили.", - "selected_provider": "Вибраний постачальник", - "selected_provider_description": "Вибрати постачальника послуг AI для функцій чату та автозаповнення", - "select_model": "Виберіть модель...", - "select_provider": "Виберіть постачальника...", - "ai_enabled": "Функції AI увімкнено", - "ai_disabled": "Функції AI вимкнено", - "no_models_found_online": "Моделей не знайдено. Будь ласка, перевірте свій ключ API та налаштування.", - "no_models_found_ollama": "Моделей Ollama не знайдено. Перевірте, чи працює Ollama.", - "error_fetching": "Помилка отримання моделей: {{error}}" - }, - "backup": { - "automatic_backup": "Автоматичне резервне копіювання", - "automatic_backup_description": "Trilium може автоматично створювати резервні копії бази даних:", - "enable_daily_backup": "Увімкнути щоденне резервне копіювання", - "enable_weekly_backup": "Увімкнути щотижневе резервне копіювання", - "enable_monthly_backup": "Увімкнути щомісячне резервне копіювання", - "backup_recommendation": "Рекомендується залишати резервне копіювання ввімкненим, але це може уповільнити запуск програм із великими базами даних та/або повільними пристроями зберігання даних.", - "backup_now": "Резервне копіювання зараз", - "backup_database_now": "Резервне копіювання бази даних зараз", - "existing_backups": "Існуючі резервні копії", - "date-and-time": "Дата & час", - "path": "Шлях", - "database_backed_up_to": "Резервну копію бази даних створено у {{backupFilePath}}", - "no_backup_yet": "резервної копії поки що немає" - }, - "etapi": { - "title": "ETAPI", - "description": "ETAPI — це REST API, який використовується для програмного доступу до екземпляра Trilium без інтерфейсу користувача.", - "create_token": "Створити новий токен ETAPI", - "existing_tokens": "Існуючі токени", - "no_tokens_yet": "Токенів поки що немає. Натисніть кнопку вище, щоб створити його.", - "token_name": "Назва токена", - "created": "Створено", - "actions": "Дії", - "new_token_title": "Новий токен ETAPI", - "new_token_message": "Будь ласка, введіть назву нового токена", - "default_token_name": "новий токен", - "error_empty_name": "Назва токена не може бути порожньою", - "token_created_title": "Створено токен ETAPI", - "token_created_message": "Скопіюйте створений токен у буфер обміну. Trilium зберігає токен у хешованому вигляді, і це останній раз, коли ви його бачите.", - "rename_token": "Перейменувати цей токен", - "delete_token": "Видалити / деактивувати цей токен", - "rename_token_title": "Перейменувати токен", - "rename_token_message": "Введіть назву нового токена", - "delete_token_confirmation": "Ви впевнені, що хочете видалити токен ETAPI \"{{name}}\"?" - }, - "options_widget": { - "options_status": "Статус параметрів", - "options_change_saved": "Зміни параметрів збережено." - }, - "password": { - "heading": "Пароль", - "alert_message": "Запам’ятайте свій новий пароль. Пароль використовується для входу у веб-інтерфейс та для шифрування захищених нотаток. Якщо ви забудете свій пароль, усі ваші захищені нотатки будуть втрачені назавжди.", - "reset_link": "Натисніть тут, щоб скинути його.", - "old_password": "Старий пароль", - "new_password": "Новий пароль", - "new_password_confirmation": "Підтвердження нового пароля", - "change_password": "Змінити пароль", - "protected_session_timeout": "Тайм-аут захищеного сеансу", - "protected_session_timeout_description": "Тайм-аут захищеного сеансу – це період часу, після якого захищений сеанс видаляється з пам’яті браузера. Він вимірюється з моменту останньої взаємодії із захищеними нотатками. Дивись", - "wiki": "вікі", - "for_more_info": "для отримання додаткової інформації.", - "protected_session_timeout_label": "Тайм-аут захищеного сеансу:", - "reset_confirmation": "Скинувши пароль, ви назавжди втратите доступ до всіх своїх існуючих захищених нотаток. Ви дійсно хочете скинути пароль?", - "reset_success_message": "Пароль скинуто. Будь ласка, встановіть новий пароль", - "change_password_heading": "Змінити Пароль", - "set_password_heading": "Встановити Пароль", - "set_password": "Встановити Пароль", - "password_mismatch": "Нові паролі не однакові.", - "password_changed_success": "Пароль змінено. Trilium буде перезавантажено після натискання кнопки OK." - }, - "zoom_factor": { - "title": "Коефіцієнт масштабування (лише для ПК)", - "description": "Масштабуванням також можна керувати комбінацією клавіш CTRL+- та CTRL+=." - }, - "code_auto_read_only_size": { - "title": "Автоматичний розмір лише для читання", - "description": "Автоматичний розмір нотатки лише для читання – це розмір, після досягнення якого нотатки відображатимуться в режимі лише для читання (з міркувань продуктивності).", - "label": "Автоматичний розмір лише для читання (нотатки з кодом)", - "unit": "символи" - }, - "code-editor-options": { - "title": "Редактор" - }, - "code_mime_types": { - "title": "Доступні типи MIME у спадаючому списку" - }, - "vim_key_bindings": { - "use_vim_keybindings_in_code_notes": "Комбінації клавіш Vim", - "enable_vim_keybindings": "Увімкнути комбінації клавіш Vim у нотатках з кодом (без режиму ex)" - }, - "wrap_lines": { - "wrap_lines_in_code_notes": "Перенесення рядків у нотатках з кодом", - "enable_line_wrap": "Увімкнути перенесення рядків (для застосування змін може знадобитися перезавантаження інтерфейсу)" - }, - "images": { - "images_section_title": "Зображення", - "download_images_automatically": "Автоматично завантажувати зображення для використання офлайн.", - "download_images_description": "Вставлений HTML-код може містити посилання на онлайн-зображення, Trilium знайде ці посилання та завантажить зображення, щоб вони були доступні офлайн.", - "enable_image_compression": "Увімкнути стиснення зображень", - "max_image_dimensions": "Максимальна ширина / висота зображення (розмір зображення буде змінено, якщо воно перевищить це значення).", - "max_image_dimensions_unit": "пікселів", - "jpeg_quality_description": "Якість JPEG (10 – найгірша якість, 100 – найкраща якість, рекомендовано 50–85)" - }, - "attachment_erasure_timeout": { - "attachment_erasure_timeout": "Тайм-аут стирання вкладень", - "attachment_auto_deletion_description": "Вкладення автоматично видаляються (і стираються), якщо на них більше не посилаються в нотатці після певного часу очікування.", - "erase_attachments_after": "Стерти невикористані вкладення після:", - "manual_erasing_description": "Ви також можете запустити стирання вручну (без урахування часу очікування, визначеного вище):", - "erase_unused_attachments_now": "Стерти невикористані вкладення нотаток зараз", - "unused_attachments_erased": "Невикористані вкладення стерто." - }, - "network_connections": { - "network_connections_title": "Мережеві підключення", - "check_for_updates": "Автоматична перевірка оновлень" - }, - "note_erasure_timeout": { - "note_erasure_timeout_title": "Тайм-аут стирання нотатки", - "note_erasure_description": "Видалені нотатки (а також атрибути, версії...) спочатку лише позначаються як видалені, і їх можна відновити з діалогового вікна Останні нотатки. Через певний проміжок часу видалені нотатки стираються, що означає, що їхній вміст більше не можна відновити. Цей параметр дозволяє налаштувати тривалість періоду між видаленням і стиранням нотатки.", - "erase_notes_after": "Стерти нотатки після:", - "manual_erasing_description": "Ви також можете запустити стирання вручну (без урахування часу очікування, визначеного вище):", - "erase_deleted_notes_now": "Стерти видалені нотатки зараз", - "deleted_notes_erased": "Видалені нотатки стерто." - }, - "revisions_snapshot_interval": { - "note_revisions_snapshot_interval_title": "Інтервал знімків версії нотатки", - "note_revisions_snapshot_description": "Інтервал знімка версії нотатки – це час, після якого для неї буде створено нову версію. Докладніше див. у wiki.", - "snapshot_time_interval_label": "Часовий інтервал знімка версії нотатки:" - }, - "revisions_snapshot_limit": { - "note_revisions_snapshot_limit_title": "Ліміт знімків версії нотатки", - "note_revisions_snapshot_limit_description": "Обмеження кількості знімків версій нотаток стосується максимальної кількості версій, які можна зберегти для кожної нотатки. Де -1 означає відсутність обмежень, 0 означає видалення всіх версій. Ви можете встановити максимальну кількість версій для однієї нотатки за допомогою мітки #versioningLimit.", - "snapshot_number_limit_label": "Ліміт кількості знімків версій нотатки:", - "snapshot_number_limit_unit": "знімки", - "erase_excess_revision_snapshots": "Видалити зайві знімки версій зараз", - "erase_excess_revision_snapshots_prompt": "Зайві знімки версій видалено." - }, - "search_engine": { - "title": "Пошукова система", - "custom_search_engine_info": "Для користувацького пошуку потрібно вказати як назву, так і URL-адресу. Якщо жодного з цих параметрів не встановлено, DuckDuckGo використовуватиметься як пошукова система за замовчуванням.", - "predefined_templates_label": "Попередньо визначені шаблони пошукових систем", - "bing": "Bing", - "baidu": "Baidu", - "duckduckgo": "DuckDuckGo", - "google": "Google", - "custom_name_label": "Назва користувацької пошукової системи", - "custom_name_placeholder": "Налаштувати назву пошукової системи", - "custom_url_label": "URL-адреса користувацького пошукового запиту повинна містити {keyword} як заміну для пошукового терміна.", - "custom_url_placeholder": "Налаштувати URL-адресу пошукової системи", - "save_button": "Зберегти" - }, - "tray": { - "title": "Системний трей", - "enable_tray": "Увімкнути трей (щоб ця зміна набула чинності, потрібно перезапустити Trilium)" - }, - "heading_style": { - "title": "Стиль заголовка", - "plain": "Простий", - "underline": "Підкреслення", - "markdown": "Стиль Markdown" - }, - "highlights_list": { - "title": "Список основних моментів", - "description": "Ви можете налаштувати список основних моментів, що відображається на правій панелі:", - "bold": "Жирний текст", - "italic": "Курсив", - "underline": "Підкреслений текст", - "color": "Кольоровий текст", - "bg_color": "Текст із кольором фону", - "visibility_title": "Видимість Списку основних моментів", - "visibility_description": "Ви можете приховати віджет основних моментів для кожної нотатки окремо, додавши мітку #hideHighlightWidget.", - "shortcut_info": "Ви можете налаштувати комбінацію клавіш для швидкого перемикання правої панелі (включно з основними моментами) у меню Параметри -> Комбінації клавіш (назва «toggleRightPane»)." - }, - "table_of_contents": { - "title": "Зміст", - "description": "Зміст відображатиметься в текстових нотатках, якщо нотатка містить більше заголовків, ніж визначено. Ви можете налаштувати цю кількість:", - "unit": "заголовки", - "disable_info": "Ви також можете скористатися цим параметром, щоб ефективно вимкнути зміст, встановивши дуже велике число.", - "shortcut_info": "Ви можете налаштувати комбінацію клавіш для швидкого перемикання правої панелі (включно зі змістом) у меню Параметри -> Комбінації клавіш (назва «toggleRightPane»)." - }, - "text_auto_read_only_size": { - "title": "Автоматичний розмір лише для читання", - "description": "Автоматичний розмір нотатки лише для читання – це розмір, після досягнення якого нотатки відображатимуться в режимі лише для читання (з міркувань продуктивності).", - "label": "Автоматичний розмір лише для читання (текстові нотатки)", - "unit": "символи" - }, - "custom_date_time_format": { - "title": "Користувацький формат дати/часу", - "description": "Налаштуйте формат дати та часу, що вставляються за допомогою або панелі інструментів. Див. Документацію Day.js для доступних токенів формату.", - "format_string": "Формат рядка:", - "formatted_time": "Відформатована дата/час:" - }, - "i18n": { - "title": "Локалізація", - "language": "Мова", - "first-day-of-the-week": "Перший день тижня", - "sunday": "Неділя", - "monday": "Понеділок", - "first-week-of-the-year": "Перший тиждень року", - "first-week-contains-first-day": "Перший тиждень містить перший день року", - "first-week-contains-first-thursday": "Перший тиждень включає перший четвер року", - "first-week-has-minimum-days": "Перший тиждень має мінімальну кількість днів", - "min-days-in-first-week": "Мінімальна кількість днів у першому тижні", - "first-week-info": "Перший тиждень, що містить перший четвер року, базується на стандарті ISO 8601.", - "first-week-warning": "Зміна параметрів першого тижня може призвести до дублювання з існуючими нотатками тижня, і існуючі нотатки тижня не будуть оновлені відповідно.", - "formatting-locale": "Формат дати & числа" - }, - "quick-search": { - "no-results": "Результатів не знайдено", - "more-results": "... та ще {{number}} результатів.", - "show-in-full-search": "Показати в повному пошуку", - "placeholder": "Швидкий пошук", - "searching": "Пошук..." - }, - "note_tree": { - "collapse-title": "Згорнути дерево нотаток", - "scroll-active-title": "Прокрутити до активної нотатки", - "tree-settings-title": "Налаштування дерева", - "hide-archived-notes": "Приховати архівовані нотатки", - "automatically-collapse-notes": "Автоматично згортати нотатки", - "automatically-collapse-notes-title": "Нотатки будуть згорнуті після певного періоду бездіяльності, щоб розвантажити дерево.", - "save-changes": "Зберегти & застосувати зміни", - "auto-collapsing-notes-after-inactivity": "Автоматичне згортання нотаток після бездіяльності...", - "saved-search-note-refreshed": "Збережену нотатку пошуку оновлено.", - "hoist-this-note-workspace": "Закріпити цю нотатку (робочий простір)", - "refresh-saved-search-results": "Оновити збережені результати пошуку", - "create-child-note": "Створити дочірню нотатку", - "unhoist": "Відкріпити", - "toggle-sidebar": "Перемикання бічної панелі", - "subtree-hidden-tooltip_one": "{{count}} дочірня нотатка, прихована від дерев", - "subtree-hidden-tooltip_few": "{{count}} дочірніх нотатки, прихованих від дерев", - "subtree-hidden-tooltip_many": "{{count}} дочірніх нотаток, прихованих від дерев" - }, - "title_bar_buttons": { - "window-on-top": "Тримати вікно зверху" - }, - "note_detail": { - "could_not_find_typewidget": "Не вдалося знайти typeWidget для типу '{{type}}'", - "print_report_collection_content_one": "{{count}} нотатку з колекції не вдалося роздрукувати, тому що вони не підтримуються або захищені.", - "print_report_collection_content_few": "{{count}} нотатки з колекції не вдалося роздрукувати, тому що вони не підтримуються або захищені.", - "print_report_collection_content_many": "{{count}} нотаток з колекції не вдалося роздрукувати, тому що вони не підтримуються або захищені." - }, - "note_title": { - "placeholder": "введіть тут заголовок нотатки..." - }, - "search_result": { - "no_notes_found": "За заданими параметрами пошуку нотаток не знайдено.", - "search_not_executed": "Пошук ще не виконано. Натисніть кнопку Пошук вище, щоб переглянути результати." - }, - "spacer": { - "configure_launchbar": "Налаштувати Панель запуску" - }, - "sql_result": { - "no_rows": "Для цього запиту не знайдено жодного рядка" - }, - "sql_table_schemas": { - "tables": "Таблиці" - }, - "tab_row": { - "close_tab": "Закрити вкладку", - "add_new_tab": "Додати нову вкладку", - "close": "Закрити", - "close_other_tabs": "Закрити інші вкладки", - "close_right_tabs": "Закрити вкладки праворуч", - "close_all_tabs": "Закрити всі вкладки", - "reopen_last_tab": "Відкрити останню закриту вкладку", - "move_tab_to_new_window": "Перемістити цю вкладку в нове вікно", - "copy_tab_to_new_window": "Скопіювати цю вкладку в нове вікно", - "new_tab": "Нова вкладка" - }, - "toc": { - "table_of_contents": "Зміст", - "options": "Параметри" - }, - "watched_file_update_status": { - "file_last_modified": "Файл востаннє змінювався .", - "upload_modified_file": "Завантажити змінений файл", - "ignore_this_change": "Ігнорувати цю зміну" - }, - "app_context": { - "please_wait_for_save": "Зачекайте кілька секунд, поки завершиться збереження, а потім спробуйте ще раз." - }, - "note_create": { - "duplicated": "Нотатку \"{{title}}\" продубльовано." - }, - "image": { - "copied-to-clipboard": "Посилання на зображення скопійовано в буфер обміну. Його можна вставити в будь-яку текстову нотатку.", - "cannot-copy": "Не вдалося скопіювати посилання на зображення в буфер обміну." - }, - "frontend_script_api": { - "async_warning": "Ви передаєте асинхронну функцію до `api.runOnBackend()`, яка, ймовірно, не працюватиме належним чином.\\nАбо зробіть функцію синхронною (видаливши ключове слово `async`), або використовуйте `api.runAsyncOnBackendWithManualTransactionHandling()`.", - "sync_warning": "Ви передаєте синхронну функцію до `api.runAsyncOnBackendWithManualTransactionHandling()`,\\nхоча, ймовірно, вам слід використовувати `api.runOnBackend()` замість цього." - }, - "ws": { - "sync-check-failed": "Перевірка синхронізації не вдалася!", - "consistency-checks-failed": "Перевірка узгодженості не вдалася! Див. logs для отримання інформації.", - "encountered-error": "Виникла помилка \"{{message}}\", перевірте консоль.", - "lost-websocket-connection-title": "Втрачено з'єднання із сервером", - "lost-websocket-connection-message": "Перевірте конфігурацію вашого зворотного проксі-сервера (наприклад, nginx або Apache), щоб переконатися, що з’єднання WebSocket належним чином дозволені та не блокуються." - }, - "hoisted_note": { - "confirm_unhoisting": "Запитана нотатка '{{requestedNote}}' знаходиться поза піддеревом закріплених нотаток '{{hoistedNote}}', і вам потрібно відкріпити нотатку, щоб отримати до неї доступ. Ви хочете продовжити відкріплення?" - }, - "electron_context_menu": { - "add-term-to-dictionary": "Додати \"{{term}}\" до словника", - "cut": "Вирізати", - "copy": "Копіювати", - "copy-link": "Копіювати посилання", - "paste": "Вставити", - "paste-as-plain-text": "Вставити як звичайний текст", - "search_online": "Пошук за запитом \"{{term}}\" за допомогою {{search Engine}}" - }, - "image_context_menu": { - "copy_reference_to_clipboard": "Копіювати посилання в буфер обміну", - "copy_image_to_clipboard": "Копіювати зображення в буфер обміну" - }, - "link_context_menu": { - "open_note_in_new_tab": "Відкрити нотатку в новій вкладці", - "open_note_in_new_split": "Відкрити нотатку в новому розділі", - "open_note_in_new_window": "Відкрити нотатку в новому вікні", - "open_note_in_popup": "Швидке редагування" - }, - "electron_integration": { - "desktop-application": "Додаток для ПК", - "native-title-bar": "Нативний рядок заголовка", - "native-title-bar-description": "У Windows та macOS вимкнення рядка заголовка робить програму компактнішою. У Linux увімкнення рядка заголовка краще інтегрується з рештою системи.", - "background-effects": "Увімкнення фонових ефектів (лише для Windows 11)", - "background-effects-description": "Ефект слюди додає розмитий, стильний фон вікнам програм, створюючи глибину та сучасний вигляд. \"Нативний рядок заголовка\" має бути вимкнено.", - "restart-app-button": "Перезапустіть програму, щоб переглянути зміни", - "zoom-factor": "Коефіцієнт масштабування" - }, - "note_autocomplete": { - "search-for": "Пошук для \"{{term}}\"", - "create-note": "Створити та зв'язати дочірню нотатку \"{{term}}\"", - "insert-external-link": "Вставити зовнішнє посилання у \"{{term}}\"", - "clear-text-field": "Очистити текстове поле", - "show-recent-notes": "Показати останні нотатки", - "full-text-search": "Повнотекстовий пошук" - }, - "note_tooltip": { - "note-has-been-deleted": "Нотатку видалено.", - "quick-edit": "Швидке редагування" - }, - "geo-map": { - "create-child-note-title": "Створіть нову дочірню нотатку та додайте її до карти", - "create-child-note-instruction": "Клацніть на карті, щоб створити нову нотатку в цьому місці, або натисніть Escape, щоб закрити.", - "unable-to-load-map": "Не вдалося завантажити карту." - }, - "geo-map-context": { - "open-location": "Відкрити місцезнаходження", - "remove-from-map": "Видалити з карти", - "add-note": "Додати маркер у цьому місці" - }, - "help-button": { - "title": "Відкрийте відповідну сторінку довідки" - }, - "duration": { - "seconds": "Секунди", - "minutes": "Хвилини", - "hours": "Години", - "days": "Дні" - }, - "share": { - "title": "Налаштування спільного доступу", - "redirect_bare_domain": "Перенаправити домен без доменного імені на сторінку Поділитися", - "redirect_bare_domain_description": "Перенаправляти анонімних користувачів на сторінку спільного доступу замість відображення сторінки входу", - "check_share_root": "Перевірити стан кореневого каталогу", - "share_root_found": "Коренева нотатка спільного доступу '{{noteTitle}}' готова", - "share_root_not_found": "Нотатки з міткою #shareRoot не знайдено", - "share_root_not_shared": "Нотатка '{{noteTitle}}' має мітку #shareRoot, але не є спільною", - "show_login_link": "Показати посилання для входу у спільних нотатках", - "show_login_link_description": "Додати посилання для входу до нижнього колонтитула у спільних нотатках" - }, - "time_selector": { - "invalid_input": "Введене значення часу не є дійсним числом.", - "minimum_input": "Введене значення часу має бути щонайменше {{minimumSeconds}} секунд." - }, - "tasks": { - "due": { - "today": "Сьогодні", - "tomorrow": "Завтра", - "yesterday": "Вчора" - } - }, - "content_widget": { - "unknown_widget": "Невідомий віджет для \"{{id}}\"." - }, - "note_language": { - "not_set": "Мову не встановлено", - "configure-languages": "Налаштувати мови..." - }, - "content_language": { - "title": "Мови контенту", - "description": "Виберіть одну або кілька мов, які мають відображатися у списку мов у розділі Основні властивості текстової нотатки, доступної лише для читання або редагування. Це дозволить використовувати такі функції, як перевірка орфографії або підтримка письма справа наліво." - }, - "switch_layout_button": { - "title_vertical": "Перемістити панель редагування вниз", - "title_horizontal": "Перемістити панель редагування ліворуч" - }, - "toggle_read_only_button": { - "unlock-editing": "Розблокувати редагування", - "lock-editing": "Заблокувати редагування" - }, - "png_export_button": { - "button_title": "Експорт діаграми у форматі PNG" - }, - "svg": { - "export_to_png": "Не вдалося експортувати діаграму у формат PNG." - }, - "code_theme": { - "title": "Зовнішній вигляд", - "word_wrapping": "Перенос слів", - "color-scheme": "Колірна схема" - }, - "cpu_arch_warning": { - "title": "Будь ласка, завантажте версію ARM64", - "message_macos": "TriliumNext зараз працює під керуванням версії Rosetta 2, що означає, що ви використовуєте версію Intel (x64) на Apple Silicon Mac. Це суттєво вплине на продуктивність та час роботи від батареї.", - "message_windows": "TriliumNext зараз використовує емуляцію, а це означає, що ви використовуєте версію Intel (x64) на пристрої Windows на ARM. Це суттєво вплине на продуктивність та час роботи від батареї.", - "recommendation": "Для найкращого досвіду, будь ласка, завантажте рідну версію TriliumNext для ARM64 з нашої сторінки релізів.", - "download_link": "Завантажити Нативну версію", - "continue_anyway": "Продовжити все одно", - "dont_show_again": "Не показувати це попередження більше" - }, - "editorfeatures": { - "title": "Особливості", - "emoji_completion_enabled": "Увімкнути автозаповнення емодзі", - "note_completion_enabled": "Увімкнути автозаповнення нотаток", - "emoji_completion_description": "Якщо цю функцію ввімкнено, емодзі можна легко вставляти в текст, ввівши `:`, а потім назву емодзі.", - "note_completion_description": "Якщо ввімкнено, посилання на нотатки можна створювати, вводячи `@`, а потім назву нотатки.", - "slash_commands_enabled": "Увімкнути команди зі слеш", - "slash_commands_description": "Якщо ввімкнено, команди редагування, такі як вставка розривів рядків або заголовків, можна перемикати, натискаючи `/`." - }, - "table_view": { - "new-row": "Новий рядок", - "new-column": "Новий стовпець", - "sort-column-by": "Сортувати за \"{{title}}\"", - "sort-column-ascending": "Зростання", - "sort-column-descending": "Спадання", - "sort-column-clear": "Очистити сортування", - "hide-column": "Приховати стовпець \"{{title}}\"", - "show-hide-columns": "Показати/приховати стовпці", - "row-insert-above": "Вставити рядок вище", - "row-insert-below": "Вставити рядок нижче", - "row-insert-child": "Вставити дочірню нотатку", - "add-column-to-the-left": "Додати стовпець ліворуч", - "add-column-to-the-right": "Додати стовпець праворуч", - "edit-column": "Редагувати стовпець", - "delete_column_confirmation": "Ви впевнені, що хочете видалити цей стовпець? Відповідний атрибут буде видалено з усіх нотаток.", - "delete-column": "Видалити стовпець", - "new-column-label": "Мітка", - "new-column-relation": "Зв'язок" - }, - "book_properties_config": { - "hide-weekends": "Приховати вихідні", - "display-week-numbers": "Відображення номерів тижнів", - "map-style": "Стиль карти", - "max-nesting-depth": "Максимальна глибина вкладення:", - "raster": "Растр", - "vector_light": "Вектор (Світла)", - "vector_dark": "Вектор (Темна)", - "show-scale": "Показати масштаб" - }, - "shortcuts": { - "keyboard_shortcuts": "Комбінації клавіш", - "multiple_shortcuts": "Кілька комбінацій клавіш для однієї й тієї ж дії можна розділяти комами.", - "electron_documentation": "Див. документацію Electron для отримання інформації про доступні модифікатори та коди клавіш.", - "type_text_to_filter": "Введіть текст, щоб відфільтрувати комбінації клавіш...", - "action_name": "Назва дії", - "shortcuts": "Комбінація клавіш", - "default_shortcuts": "Стандартні комбінації клавіш", - "description": "Опис", - "reload_app": "Перезавантажте програму, щоб застосувати зміни", - "set_all_to_default": "Встановити всі комбінації клавіш за замовчуванням", - "confirm_reset": "Ви дійсно хочете скинути всі комбінації клавіш до значень за замовчуванням?" - }, - "spellcheck": { - "title": "Перевірка орфографії", - "description": "Ці параметри застосовуються лише для збірок для ПК, браузери використовуватимуть власну вбудовану перевірку орфографії.", - "enable": "Увімкнути перевірку орфографії", - "language_code_label": "Код(и) мови", - "language_code_placeholder": "наприклад, \"en-US\", \"de-AT\"", - "multiple_languages_info": "Кілька мов можна розділяти комами, наприклад, \"en-US, de-DE, cs\". ", - "available_language_codes_label": "Доступні коди мови:", - "restart-required": "Зміни в параметрах перевірки орфографії набудуть чинності після перезапуску програми." - }, - "sync_2": { - "config_title": "Конфігурація синхронізації", - "server_address": "Адреса екземпляра сервера", - "timeout": "Тайм-аут синхронізації", - "timeout_unit": "мілісекунди", - "proxy_label": "Синхронізація проксі-сервера (необов'язково)", - "note": "Нотатка", - "note_description": "Якщо залишити налаштування проксі-сервера порожнім, буде використано системний проксі-сервер (стосується лише збірки для ПК/електронної версії).", - "special_value_description": "Інше спеціальне значення — noproxy, яке змушує ігнорувати навіть системний проксі-сервер та враховує NODE_TLS_REJECT_UNAUTHORIZED.", - "save": "Зберегти", - "help": "Довідка", - "test_title": "Тест синхронізації", - "test_description": "Це перевірить з’єднання та встановлення зв’язку із сервером синхронізації. Якщо сервер синхронізації не ініціалізовано, це налаштує його на синхронізацію з локальним документом.", - "test_button": "Тест синхронізації", - "handshake_failed": "Не вдалося підтвердити синхронізацію з сервером, помилка: {{message}}" - }, - "api_log": { - "close": "Закрити" - }, - "attachment_detail_2": { - "will_be_deleted_in": "Це вкладення буде автоматично видалено через {{time}}", - "will_be_deleted_soon": "Це вкладення незабаром буде автоматично видалено", - "deletion_reason": ", оскільки вкладення не має посилання у вмісті нотатки. Щоб запобігти видаленню, додайте посилання на вкладення назад у вміст або перетворіть вкладення на нотатку.", - "role_and_size": "Роль: {{role}}, розмір: {{size}}, формат даних: {{- mimeType}}", - "link_copied": "Посилання на вкладення скопійовано в буфер обміну.", - "unrecognized_role": "Нерозпізнана роль вкладення '{{role}}'." - }, - "bookmark_switch": { - "bookmark": "Закладка", - "bookmark_this_note": "Додати цю нотатку до закладок на лівій бічній панелі", - "remove_bookmark": "Видалити закладку" - }, - "editability_select": { - "auto": "Авто", - "read_only": "Тільки для читання", - "always_editable": "Завжди доступно для редагування", - "note_is_editable": "Нотатку можна редагувати, якщо вона не надто довга.", - "note_is_read_only": "Нотатка доступна лише для читання, але її можна редагувати одним натисканням кнопки.", - "note_is_always_editable": "Нотатку завжди можна редагувати, незалежно від її довжини." - }, - "note-map": { - "button-link-map": "Карта посилань", - "button-tree-map": "Карта дерева" - }, - "tree-context-menu": { - "open-in-a-new-tab": "Відкрити в новій вкладці", - "open-in-a-new-split": "Відкрити в новому розділі", - "insert-note-after": "Вставити нотатку після", - "insert-child-note": "Вставити дочірню нотатку", - "delete": "Видалити", - "search-in-subtree": "Пошук у піддереві", - "hoist-note": "Закріпити нотатку", - "unhoist-note": "Відкріпити нотатку", - "edit-branch-prefix": "Редагувати префікс гілки", - "advanced": "Розширені", - "expand-subtree": "Розгорнути піддерево", - "collapse-subtree": "Згорнути піддерево", - "sort-by": "Сортувати за...", - "recent-changes-in-subtree": "Останні зміни в піддереві", - "convert-to-attachment": "Конвертувати у вкладення", - "copy-note-path-to-clipboard": "Копіювати шлях до нотатки в буфер обміну", - "protect-subtree": "Захистити піддерево", - "unprotect-subtree": "Зняти захист піддерева", - "copy-clone": "Копіювати / клонувати", - "clone-to": "Клонувати до...", - "cut": "Вирізати", - "move-to": "Перемістити до...", - "paste-into": "Вставити в", - "paste-after": "Вставити після", - "duplicate": "Дублікат", - "export": "Експорт", - "import-into-note": "Імпортувати в нотатку", - "apply-bulk-actions": "Застосувати масові дії", - "converted-to-attachments": "({{count}}) нотаток перетворено на вкладення.", - "convert-to-attachment-confirm": "Ви впевнені, що хочете конвертувати вибрані нотатки у вкладення до їхніх батьківських нотаток? Ця операція застосовується лише до нотаток із зображеннями, інші нотатки будуть пропущені.", - "open-in-popup": "Швидке редагування", - "archive": "Архівувати", - "unarchive": "Розархівувати" - }, - "shared_info": { - "shared_publicly": "Ця нотатка опублікована на {{- link}}.", - "shared_locally": "Цю нотатку опубліковано локально на {{- link}}.", - "help_link": "Щоб отримати допомогу, відвідайте вікі." - }, - "note_types": { - "text": "Текст", - "code": "Код", - "saved-search": "Збережений пошук", - "relation-map": "Карта Зв'язків", - "note-map": "Карта Нотатки", - "book": "Колекція", - "mermaid-diagram": "Діаграма Mermaid", - "canvas": "Полотно", - "web-view": "Веб-перегляд", - "mind-map": "Карта Розуму", - "file": "Файл", - "image": "Зображення", - "launcher": "Лаунчер", - "doc": "Документ", - "widget": "Віджет", - "confirm-change": "Не рекомендується змінювати тип нотатки, якщо її вміст не порожній. Ви все одно хочете продовжити?", - "geo-map": "Географічна карта", - "beta-feature": "Бета", - "ai-chat": "Чат AI", - "task-list": "Список завдань", - "new-feature": "Нова", - "collections": "Колекції", - "render-note": "Рендерінг Нотатки" - }, - "protect_note": { - "toggle-on": "Захист нотатки", - "toggle-off": "Зняти захист нотатки", - "toggle-on-hint": "Нотатку не захищено, натисніть, щоб захистити її", - "toggle-off-hint": "Нотатку захищено, натисніть, щоб зняти захист" - }, - "shared_switch": { - "shared": "Спільне", - "toggle-on-title": "Поділитися нотаткою", - "toggle-off-title": "Скасувати спільний доступ до нотатки", - "shared-branch": "Ця нотатка існує лише як спільна нотатка, скасування спільного доступу призведе до її видалення. Ви хочете продовжити та таким чином видалити цю нотатку?", - "inherited": "Спільний доступ до нотатки тут не можна скасувати, оскільки вона успадкована від предка." - }, - "template_switch": { - "template": "Шаблон", - "toggle-on-hint": "Зробити нотатку шаблоном", - "toggle-off-hint": "Видалити нотатку як шаблон" - }, - "open-help-page": "Відкрити сторінку довідки", - "find": { - "case_sensitive": "Чутливість до регістру", - "match_words": "Збіг слів", - "find_placeholder": "Знайти в тексті...", - "replace_placeholder": "Замінити на...", - "replace": "Замінити", - "replace_all": "Замінити все" - }, - "highlights_list_2": { - "title": "Список основних моментів", - "options": "Параметри", - "title_with_count_one": "{{count}} виділення", - "title_with_count_few": "{{count}} виділення", - "title_with_count_many": "{{count}} виділень" - }, - "table_context_menu": { - "delete_row": "Видалити рядок" - }, - "board_view": { - "delete-note": "Видалити нотатку...", - "move-to": "Перемістити до", - "insert-above": "Вставити вище", - "insert-below": "Вставити нижче", - "delete-column": "Видалити стовпець", - "delete-column-confirmation": "Ви впевнені, що хочете видалити цей стовпець? Відповідний атрибут також буде видалено в нотатках під цим стовпцем.", - "new-item": "Новий елемент", - "add-column": "Додати стовпець", - "remove-from-board": "Видалити з дошки", - "archive-note": "Архівувати нотатка", - "unarchive-note": "Розархівувати нотатку", - "new-item-placeholder": "Введіть заголовок нотатки...", - "add-column-placeholder": "Введіть назву стовпця...", - "edit-note-title": "Натисніть, щоб редагувати заголовок нотатки", - "edit-column-title": "Натисніть, щоб редагувати заголовок стовпця" - }, - "command_palette": { - "tree-action-name": "Дерево: {{name}}", - "export_note_title": "Експорт Нотатки", - "export_note_description": "Експорт поточної нотатки", - "show_attachments_title": "Показати вкладення", - "show_attachments_description": "Перегляд вкладення до нотатки", - "search_notes_title": "Пошук нотаток", - "search_notes_description": "Відкрити розширений пошук", - "search_subtree_title": "Пошук у Піддереві", - "search_subtree_description": "Пошук у поточному піддереві", - "search_history_title": "Показати історію пошуку", - "search_history_description": "Переглянути попередні пошукові запити", - "configure_launch_bar_title": "Налаштувати панель запуску", - "configure_launch_bar_description": "Відкрийте конфігурацію панелі запуску, щоб додати або видалити елементи." - }, - "content_renderer": { - "open_externally": "Відкрити у зовнішній програмі" - }, - "call_to_action": { - "next_theme_title": "Спробуйте нову тему Trilium", - "next_theme_message": "Ви зараз використовуєте стару тему. Бажаєте спробувати нову?", - "next_theme_button": "Спробувати нову тему", - "background_effects_title": "Фонові ефекти тепер стабільні", - "background_effects_message": "На пристроях Windows фонові ефекти тепер повністю стабільні. Фонові ефекти додають колір інтерфейсу користувача, розмиваючи фон позаду нього. Цей метод також використовується в інших програмах, таких як Провідник Windows.", - "background_effects_button": "Увімкнути фонові ефекти", - "dismiss": "Відхилити" - }, - "settings": { - "related_settings": "Пов'язані налаштування" - }, - "settings_appearance": { - "related_code_blocks": "Колірна схема для блоків коду в текстових нотатках", - "related_code_notes": "Колірна схема для нотаток з кодом" - }, - "units": { - "percentage": "%" - }, - "ui-performance": { - "title": "Продуктивність", - "enable-motion": "Увімкнути переходи та анімацію", - "enable-shadows": "Увімкнути тіні", - "enable-backdrop-effects": "Увімкнути фонові ефекти для меню, спливаючих вікон та панелей", - "enable-smooth-scroll": "Увімкнути плавне прокручування", - "app-restart-required": "(щоб зміни набули чинності, потрібен перезапуск програми)" - }, - "pagination": { - "page_title": "Сторінка {{startIndex}} - {{endIndex}}", - "total_notes": "{{count}} нотаток" - }, - "collections": { - "rendering_error": "Не вдалося показати вміст через помилку." - }, - "status_bar": { - "backlinks_one": "{{count}} зворотне посилання", - "backlinks_few": "{{count}} зворотні посилання", - "backlinks_many": "{{count}} зворотних посилань", - "backlinks_title_one": "Переглянути зворотне посилання", - "backlinks_title_few": "Переглянути зворотні посилання", - "backlinks_title_many": "Переглянути зворотніх посилань", - "attachments_one": "{{count}} вкладення", - "attachments_few": "{{count}} вкладення", - "attachments_many": "{{count}} вкладень", - "attachments_title_one": "Переглянути вкладення в новій вкладці", - "attachments_title_few": "Переглянути вкладення в новій вкладці", - "attachments_title_many": "Переглянути вкладень в новій вкладці", - "attributes_one": "{{count}} атрибут", - "attributes_few": "{{count}} атрибути", - "attributes_many": "{{count}} атрибутів", - "note_paths_one": "{{count}} шлях", - "note_paths_few": "{{count}} шляхи", - "note_paths_many": "{{count}} шляхів" - }, - "pdf": { - "attachments_one": "{{count}} вкладення", - "attachments_few": "{{count}} вкладення", - "attachments_many": "{{count}} вкладень", - "layers_one": "{{count}} шар", - "layers_few": "{{count}} шари", - "layers_many": "{{count}} шарів", - "pages_one": "{{count}} сторінка", - "pages_few": "{{count}} сторінки", - "pages_many": "{{count}} сторінок" - } } diff --git a/apps/client/src/widgets/launch_bar/LauncherContainer.tsx b/apps/client/src/widgets/launch_bar/LauncherContainer.tsx index d202feaf35..1319b4eb54 100644 --- a/apps/client/src/widgets/launch_bar/LauncherContainer.tsx +++ b/apps/client/src/widgets/launch_bar/LauncherContainer.tsx @@ -10,7 +10,7 @@ import BookmarkButtons from "./BookmarkButtons"; import CalendarWidget from "./CalendarWidget"; import HistoryNavigationButton from "./HistoryNavigation"; import { LaunchBarContext } from "./launch_bar_widgets"; -import { AiChatButton, CommandButton, CustomWidget, NoteLauncher, QuickSearchLauncherWidget, ScriptLauncher, TodayLauncher } from "./LauncherDefinitions"; +import { CommandButton, CustomWidget, NoteLauncher, QuickSearchLauncherWidget, ScriptLauncher, TodayLauncher } from "./LauncherDefinitions"; import ProtectedSessionStatusWidget from "./ProtectedSessionStatusWidget"; import SpacerWidget from "./SpacerWidget"; import SyncStatus from "./SyncStatus"; @@ -96,8 +96,6 @@ function initBuiltinWidget(note: FNote, isHorizontalLayout: boolean) { return ; case "quickSearch": return ; - case "aiChatLauncher": - return ; case "mobileTabSwitcher": return ; default: diff --git a/apps/client/src/widgets/launch_bar/LauncherDefinitions.tsx b/apps/client/src/widgets/launch_bar/LauncherDefinitions.tsx index 5aa289257a..408780224c 100644 --- a/apps/client/src/widgets/launch_bar/LauncherDefinitions.tsx +++ b/apps/client/src/widgets/launch_bar/LauncherDefinitions.tsx @@ -11,7 +11,7 @@ import { getErrorMessage, isMobile } from "../../services/utils"; import BasicWidget from "../basic_widget"; import NoteContextAwareWidget from "../note_context_aware_widget"; import QuickSearchWidget from "../quick_search"; -import { useGlobalShortcut, useLegacyWidget, useNoteLabel, useNoteRelationTarget, useTriliumOptionBool } from "../react/hooks"; +import { useGlobalShortcut, useLegacyWidget, useNoteLabel, useNoteRelationTarget } from "../react/hooks"; import { ParentComponent } from "../react/react_utils"; import { CustomNoteLauncher } from "./GenericButtons"; import { LaunchBarActionButton, LaunchBarContext, LauncherNoteProps, useLauncherIconAndTitle } from "./launch_bar_widgets"; @@ -81,19 +81,6 @@ export function ScriptLauncher({ launcherNote }: LauncherNoteProps) { ); } -export function AiChatButton({ launcherNote }: LauncherNoteProps) { - const [ aiEnabled ] = useTriliumOptionBool("aiEnabled"); - const { icon, title } = useLauncherIconAndTitle(launcherNote); - - return aiEnabled && ( - - ); -} - export function TodayLauncher({ launcherNote }: LauncherNoteProps) { return ( { - try { - const resp = await server.post('llm/chat', { - title: 'Note Chat', - currentNoteId: currentNoteId // Pass the current note ID if available - }); - - if (resp && resp.id) { - // Backend returns the chat note ID as 'id' - return resp.id; - } - } catch (error) { - console.error('Failed to create chat session:', error); - } - - return null; -} - -/** - * Check if a chat note exists - * @param noteId - The ID of the chat note - */ -export async function checkSessionExists(noteId: string): Promise { - try { - const sessionCheck = await server.getWithSilentNotFound(`llm/chat/${noteId}`); - return !!(sessionCheck && sessionCheck.id); - } catch (error: any) { - console.log(`Error checking chat note ${noteId}:`, error); - return false; - } -} - -/** - * Set up streaming response via WebSocket - * @param noteId - The ID of the chat note - * @param messageParams - Message parameters - * @param onContentUpdate - Callback for content updates - * @param onThinkingUpdate - Callback for thinking updates - * @param onToolExecution - Callback for tool execution - * @param onComplete - Callback for completion - * @param onError - Callback for errors - */ -export async function setupStreamingResponse( - noteId: string, - messageParams: any, - onContentUpdate: (content: string, isDone?: boolean) => void, - onThinkingUpdate: (thinking: string) => void, - onToolExecution: (toolData: any) => void, - onComplete: () => void, - onError: (error: Error) => void -): Promise { - return new Promise((resolve, reject) => { - let assistantResponse = ''; - let receivedAnyContent = false; - let timeoutId: number | null = null; - let initialTimeoutId: number | null = null; - let cleanupTimeoutId: number | null = null; - let receivedAnyMessage = false; - let eventListener: ((event: Event) => void) | null = null; - let lastMessageTimestamp = 0; - - // Create a unique identifier for this response process - const responseId = `llm-stream-${Date.now()}-${Math.floor(Math.random() * 1000)}`; - console.log(`[${responseId}] Setting up WebSocket streaming for chat note ${noteId}`); - - // Send the initial request to initiate streaming - (async () => { - try { - const streamResponse = await server.post(`llm/chat/${noteId}/messages/stream`, { - content: messageParams.content, - useAdvancedContext: messageParams.useAdvancedContext, - showThinking: messageParams.showThinking, - options: { - temperature: 0.7, - maxTokens: 2000 - } - }); - - if (!streamResponse || !streamResponse.success) { - console.error(`[${responseId}] Failed to initiate streaming`); - reject(new Error('Failed to initiate streaming')); - return; - } - - console.log(`[${responseId}] Streaming initiated successfully`); - } catch (error) { - console.error(`[${responseId}] Error initiating streaming:`, error); - reject(error); - return; - } - })(); - - // Function to safely perform cleanup - const performCleanup = () => { - if (cleanupTimeoutId) { - window.clearTimeout(cleanupTimeoutId); - cleanupTimeoutId = null; - } - - console.log(`[${responseId}] Performing final cleanup of event listener`); - cleanupEventListener(eventListener); - onComplete(); - resolve(); - }; - - // Set initial timeout to catch cases where no message is received at all - initialTimeoutId = window.setTimeout(() => { - if (!receivedAnyMessage) { - console.error(`[${responseId}] No initial message received within timeout`); - performCleanup(); - reject(new Error('No response received from server')); - } - }, 10000); - - // Create a message handler for CustomEvents - eventListener = (event: Event) => { - const customEvent = event as CustomEvent; - const message = customEvent.detail; - - // Only process messages for our chat note - if (!message || message.chatNoteId !== noteId) { - return; - } - - // Update last message timestamp - lastMessageTimestamp = Date.now(); - - // Cancel any pending cleanup when we receive a new message - if (cleanupTimeoutId) { - console.log(`[${responseId}] Cancelling scheduled cleanup due to new message`); - window.clearTimeout(cleanupTimeoutId); - cleanupTimeoutId = null; - } - - console.log(`[${responseId}] LLM Stream message received: content=${!!message.content}, contentLength=${message.content?.length || 0}, thinking=${!!message.thinking}, toolExecution=${!!message.toolExecution}, done=${!!message.done}`); - - // Mark first message received - if (!receivedAnyMessage) { - receivedAnyMessage = true; - console.log(`[${responseId}] First message received for chat note ${noteId}`); - - // Clear the initial timeout since we've received a message - if (initialTimeoutId !== null) { - window.clearTimeout(initialTimeoutId); - initialTimeoutId = null; - } - } - - // Handle error - if (message.error) { - console.error(`[${responseId}] Stream error: ${message.error}`); - performCleanup(); - reject(new Error(message.error)); - return; - } - - // Handle thinking updates - only show if showThinking is enabled - if (message.thinking && messageParams.showThinking) { - console.log(`[${responseId}] Received thinking: ${message.thinking.substring(0, 100)}...`); - onThinkingUpdate(message.thinking); - } - - // Handle tool execution updates - if (message.toolExecution) { - console.log(`[${responseId}] Tool execution update:`, message.toolExecution); - onToolExecution(message.toolExecution); - } - - // Handle content updates - if (message.content) { - // Simply append the new content - no complex deduplication - assistantResponse += message.content; - - // Update the UI immediately with each chunk - onContentUpdate(assistantResponse, message.done || false); - receivedAnyContent = true; - - // Reset timeout since we got content - if (timeoutId !== null) { - window.clearTimeout(timeoutId); - } - - // Set new timeout - timeoutId = window.setTimeout(() => { - console.warn(`[${responseId}] Stream timeout for chat note ${noteId}`); - performCleanup(); - reject(new Error('Stream timeout')); - }, 30000); - } - - // Handle completion - if (message.done) { - console.log(`[${responseId}] Stream completed for chat note ${noteId}, final response: ${assistantResponse.length} chars`); - - // Clear all timeouts - if (timeoutId !== null) { - window.clearTimeout(timeoutId); - timeoutId = null; - } - - // Schedule cleanup after a brief delay to ensure all processing is complete - cleanupTimeoutId = window.setTimeout(() => { - performCleanup(); - }, 100); - } - }; - - // Register the event listener for WebSocket messages - window.addEventListener('llm-stream-message', eventListener); - - console.log(`[${responseId}] Event listener registered, waiting for messages...`); - }); -} - -/** - * Clean up an event listener - */ -function cleanupEventListener(listener: ((event: Event) => void) | null): void { - if (listener) { - try { - window.removeEventListener('llm-stream-message', listener); - console.log(`Successfully removed event listener`); - } catch (err) { - console.error(`Error removing event listener:`, err); - } - } -} - -/** - * Get a direct response from the server without streaming - */ -export async function getDirectResponse(noteId: string, messageParams: any): Promise { - try { - const postResponse = await server.post(`llm/chat/${noteId}/messages`, { - message: messageParams.content, - includeContext: messageParams.useAdvancedContext, - options: { - temperature: 0.7, - maxTokens: 2000 - } - }); - - return postResponse; - } catch (error) { - console.error('Error getting direct response:', error); - throw error; - } -} - diff --git a/apps/client/src/widgets/llm_chat/index.ts b/apps/client/src/widgets/llm_chat/index.ts deleted file mode 100644 index 8f0eb9f2d1..0000000000 --- a/apps/client/src/widgets/llm_chat/index.ts +++ /dev/null @@ -1,6 +0,0 @@ -/** - * LLM Chat Panel Widget Module - */ -import LlmChatPanel from './llm_chat_panel.js'; - -export default LlmChatPanel; diff --git a/apps/client/src/widgets/llm_chat/llm_chat_panel.ts b/apps/client/src/widgets/llm_chat/llm_chat_panel.ts deleted file mode 100644 index 3187018cf5..0000000000 --- a/apps/client/src/widgets/llm_chat/llm_chat_panel.ts +++ /dev/null @@ -1,1791 +0,0 @@ -/** - * LLM Chat Panel Widget - */ -import BasicWidget from "../basic_widget.js"; -import toastService from "../../services/toast.js"; -import appContext from "../../components/app_context.js"; -import server from "../../services/server.js"; -import noteAutocompleteService from "../../services/note_autocomplete.js"; - -import { TPL, addMessageToChat, showSources, hideSources, showLoadingIndicator, hideLoadingIndicator } from "./ui.js"; -import { formatMarkdown } from "./utils.js"; -import { createChatSession, checkSessionExists, setupStreamingResponse, getDirectResponse } from "./communication.js"; -import { extractInChatToolSteps } from "./message_processor.js"; -import { validateProviders } from "./validation.js"; -import type { MessageData, ToolExecutionStep, ChatData } from "./types.js"; -import { formatCodeBlocks } from "../../services/syntax_highlight.js"; -import { ClassicEditor, type CKTextEditor, type MentionFeed } from "@triliumnext/ckeditor5"; -import type { Suggestion } from "../../services/note_autocomplete.js"; - -import "../../stylesheets/llm_chat.css"; - -export default class LlmChatPanel extends BasicWidget { - private noteContextChatMessages!: HTMLElement; - private noteContextChatForm!: HTMLFormElement; - private noteContextChatInput!: HTMLElement; - private noteContextChatInputEditor!: CKTextEditor; - private noteContextChatSendButton!: HTMLButtonElement; - private chatContainer!: HTMLElement; - private loadingIndicator!: HTMLElement; - private sourcesList!: HTMLElement; - private sourcesContainer!: HTMLElement; - private sourcesCount!: HTMLElement; - private useAdvancedContextCheckbox!: HTMLInputElement; - private showThinkingCheckbox!: HTMLInputElement; - private validationWarning!: HTMLElement; - private thinkingContainer!: HTMLElement; - private thinkingBubble!: HTMLElement; - private thinkingText!: HTMLElement; - private thinkingToggle!: HTMLElement; - - // Simplified to just use noteId - this represents the AI Chat note we're working with - private noteId: string | null = null; - private currentNoteId: string | null = null; // The note providing context (for regular notes) - private _messageHandlerId: number | null = null; - private _messageHandler: any = null; - - // Callbacks for data persistence - private onSaveData: ((data: any) => Promise) | null = null; - private onGetData: (() => Promise) | null = null; - private messages: MessageData[] = []; - private sources: Array<{noteId: string; title: string; similarity?: number; content?: string}> = []; - private metadata: { - model?: string; - provider?: string; - temperature?: number; - maxTokens?: number; - toolExecutions?: Array<{ - id: string; - name: string; - arguments: any; - result: any; - error?: string; - timestamp: string; - }>; - lastUpdated?: string; - usage?: { - promptTokens?: number; - completionTokens?: number; - totalTokens?: number; - }; - } = { - temperature: 0.7, - toolExecutions: [] - }; - - // Public getters and setters for private properties - public getCurrentNoteId(): string | null { - return this.currentNoteId; - } - - public setCurrentNoteId(noteId: string | null): void { - this.currentNoteId = noteId; - } - - public getMessages(): MessageData[] { - return this.messages; - } - - public setMessages(messages: MessageData[]): void { - this.messages = messages; - } - - public getNoteId(): string | null { - return this.noteId; - } - - public setNoteId(noteId: string | null): void { - this.noteId = noteId; - } - - // Deprecated - keeping for backward compatibility but mapping to noteId - public getChatNoteId(): string | null { - return this.noteId; - } - - public setChatNoteId(noteId: string | null): void { - this.noteId = noteId; - } - - public getNoteContextChatMessages(): HTMLElement { - return this.noteContextChatMessages; - } - - public clearNoteContextChatMessages(): void { - this.noteContextChatMessages.innerHTML = ''; - } - - doRender() { - this.$widget = $(TPL); - - const element = this.$widget[0]; - this.noteContextChatMessages = element.querySelector('.note-context-chat-messages') as HTMLElement; - this.noteContextChatForm = element.querySelector('.note-context-chat-form') as HTMLFormElement; - this.noteContextChatInput = element.querySelector('.note-context-chat-input') as HTMLElement; - this.noteContextChatSendButton = element.querySelector('.note-context-chat-send-button') as HTMLButtonElement; - this.chatContainer = element.querySelector('.note-context-chat-container') as HTMLElement; - this.loadingIndicator = element.querySelector('.loading-indicator') as HTMLElement; - this.sourcesList = element.querySelector('.sources-list') as HTMLElement; - this.sourcesContainer = element.querySelector('.sources-container') as HTMLElement; - this.sourcesCount = element.querySelector('.sources-count') as HTMLElement; - this.useAdvancedContextCheckbox = element.querySelector('.use-advanced-context-checkbox') as HTMLInputElement; - this.showThinkingCheckbox = element.querySelector('.show-thinking-checkbox') as HTMLInputElement; - this.validationWarning = element.querySelector('.provider-validation-warning') as HTMLElement; - this.thinkingContainer = element.querySelector('.llm-thinking-container') as HTMLElement; - this.thinkingBubble = element.querySelector('.thinking-bubble') as HTMLElement; - this.thinkingText = element.querySelector('.thinking-text') as HTMLElement; - this.thinkingToggle = element.querySelector('.thinking-toggle') as HTMLElement; - - // Set up event delegation for the settings link - this.validationWarning.addEventListener('click', (e) => { - const target = e.target as HTMLElement; - if (target.classList.contains('settings-link') || target.closest('.settings-link')) { - console.log('Settings link clicked, navigating to AI settings URL'); - window.location.href = '#root/_hidden/_options/_optionsAi'; - } - }); - - // Set up thinking toggle functionality - this.setupThinkingToggle(); - - // Initialize CKEditor with mention support (async) - this.initializeCKEditor().then(() => { - this.initializeEventListeners(); - }).catch(error => { - console.error('Failed to initialize CKEditor, falling back to basic event listeners:', error); - this.initializeBasicEventListeners(); - }); - - return this.$widget; - } - - private async initializeCKEditor() { - const mentionSetup: MentionFeed[] = [ - { - marker: "@", - feed: (queryText: string) => noteAutocompleteService.autocompleteSourceForCKEditor(queryText), - itemRenderer: (item) => { - const suggestion = item as Suggestion; - const itemElement = document.createElement("button"); - itemElement.innerHTML = `${suggestion.highlightedNotePathTitle} `; - return itemElement; - }, - minimumCharacters: 0 - } - ]; - - this.noteContextChatInputEditor = await ClassicEditor.create(this.noteContextChatInput, { - toolbar: { - items: [] // No toolbar for chat input - }, - placeholder: this.noteContextChatInput.getAttribute('data-placeholder') || 'Enter your message...', - mention: { - feeds: mentionSetup - }, - licenseKey: "GPL" - }); - - // Set minimal height - const editorElement = this.noteContextChatInputEditor.ui.getEditableElement(); - if (editorElement) { - editorElement.style.minHeight = '60px'; - editorElement.style.maxHeight = '200px'; - editorElement.style.overflowY = 'auto'; - } - - // Set up keybindings after editor is ready - this.setupEditorKeyBindings(); - - console.log('CKEditor initialized successfully for LLM chat input'); - } - - private initializeBasicEventListeners() { - // Fallback event listeners for when CKEditor fails to initialize - this.noteContextChatForm.addEventListener('submit', (e) => { - e.preventDefault(); - // In fallback mode, the noteContextChatInput should contain a textarea - const textarea = this.noteContextChatInput.querySelector('textarea'); - if (textarea) { - const content = textarea.value; - this.sendMessage(content); - } - }); - } - - cleanup() { - console.log(`LlmChatPanel cleanup called, removing any active WebSocket subscriptions`); - this._messageHandler = null; - this._messageHandlerId = null; - - // Clean up CKEditor instance - if (this.noteContextChatInputEditor) { - this.noteContextChatInputEditor.destroy().catch(error => { - console.error('Error destroying CKEditor:', error); - }); - } - } - - /** - * Set the callbacks for data persistence - */ - setDataCallbacks( - saveDataCallback: (data: any) => Promise, - getDataCallback: () => Promise - ) { - this.onSaveData = saveDataCallback; - this.onGetData = getDataCallback; - } - - /** - * Save current chat data to the note attribute - */ - async saveCurrentData() { - if (!this.onSaveData) { - return; - } - - try { - // Extract current tool execution steps if any exist - const toolSteps = extractInChatToolSteps(this.noteContextChatMessages); - - // Get tool executions from both UI and any cached executions in metadata - let toolExecutions: Array<{ - id: string; - name: string; - arguments: any; - result: any; - error?: string; - timestamp: string; - }> = []; - - // First include any tool executions already in metadata (from streaming events) - if (this.metadata?.toolExecutions && Array.isArray(this.metadata.toolExecutions)) { - toolExecutions = [...this.metadata.toolExecutions]; - console.log(`Including ${toolExecutions.length} tool executions from metadata`); - } - - // Also extract any visible tool steps from the UI - const extractedExecutions = toolSteps.map(step => { - // Parse tool execution information - if (step.type === 'tool-execution') { - try { - const content = JSON.parse(step.content); - return { - id: content.toolCallId || `tool-${Date.now()}-${Math.random().toString(36).substring(2, 7)}`, - name: content.tool || 'unknown', - arguments: content.args || {}, - result: content.result || {}, - error: content.error, - timestamp: new Date().toISOString() - }; - } catch (e) { - // If we can't parse it, create a basic record - return { - id: `tool-${Date.now()}-${Math.random().toString(36).substring(2, 7)}`, - name: 'unknown', - arguments: {}, - result: step.content, - timestamp: new Date().toISOString() - }; - } - } else if (step.type === 'result' && step.name) { - // Handle result steps with a name - return { - id: `tool-${Date.now()}-${Math.random().toString(36).substring(2, 7)}`, - name: step.name, - arguments: {}, - result: step.content, - timestamp: new Date().toISOString() - }; - } - return { - id: `tool-${Date.now()}-${Math.random().toString(36).substring(2, 7)}`, - name: 'unknown', - arguments: {}, - result: 'Unrecognized tool step', - timestamp: new Date().toISOString() - }; - }); - - // Merge the tool executions, keeping only unique IDs - const existingIds = new Set(toolExecutions.map((t: {id: string}) => t.id)); - for (const exec of extractedExecutions) { - if (!existingIds.has(exec.id)) { - toolExecutions.push(exec); - existingIds.add(exec.id); - } - } - - // Only save if we have a valid note ID - if (!this.noteId) { - console.warn('Cannot save chat data: no noteId available'); - return; - } - - const dataToSave = { - messages: this.messages, - noteId: this.noteId, - chatNoteId: this.noteId, // For backward compatibility - toolSteps: toolSteps, - // Add sources if we have them - sources: this.sources || [], - // Add metadata - metadata: { - model: this.metadata?.model || undefined, - provider: this.metadata?.provider || undefined, - temperature: this.metadata?.temperature || 0.7, - lastUpdated: new Date().toISOString(), - // Add tool executions - toolExecutions: toolExecutions - } - }; - - console.log(`Saving chat data with noteId: ${this.noteId}, ${toolSteps.length} tool steps, ${this.sources?.length || 0} sources, ${toolExecutions.length} tool executions`); - - // Save the data to the note attribute via the callback - // This is the ONLY place we should save data, letting the container widget handle persistence - await this.onSaveData(dataToSave); - } catch (error) { - console.error('Error saving chat data:', error); - } - } - - /** - * Save current chat data to a specific note ID - */ - async saveCurrentDataToSpecificNote(targetNoteId: string | null) { - if (!this.onSaveData || !targetNoteId) { - console.warn('Cannot save chat data: no saveData callback or no targetNoteId available'); - return; - } - - try { - // Extract current tool execution steps if any exist - const toolSteps = extractInChatToolSteps(this.noteContextChatMessages); - - // Get tool executions from both UI and any cached executions in metadata - let toolExecutions: Array<{ - id: string; - name: string; - arguments: any; - result: any; - error?: string; - timestamp: string; - }> = []; - - // First include any tool executions already in metadata (from streaming events) - if (this.metadata?.toolExecutions && Array.isArray(this.metadata.toolExecutions)) { - toolExecutions = [...this.metadata.toolExecutions]; - console.log(`Including ${toolExecutions.length} tool executions from metadata`); - } - - // Also extract any visible tool steps from the UI - const extractedExecutions = toolSteps.map(step => { - // Parse tool execution information - if (step.type === 'tool-execution') { - try { - const content = JSON.parse(step.content); - return { - id: content.toolCallId || `tool-${Date.now()}-${Math.random().toString(36).substring(2, 7)}`, - name: content.tool || 'unknown', - arguments: content.args || {}, - result: content.result || {}, - error: content.error, - timestamp: new Date().toISOString() - }; - } catch (e) { - // If we can't parse it, create a basic record - return { - id: `tool-${Date.now()}-${Math.random().toString(36).substring(2, 7)}`, - name: 'unknown', - arguments: {}, - result: step.content, - timestamp: new Date().toISOString() - }; - } - } else if (step.type === 'result' && step.name) { - // Handle result steps with a name - return { - id: `tool-${Date.now()}-${Math.random().toString(36).substring(2, 7)}`, - name: step.name, - arguments: {}, - result: step.content, - timestamp: new Date().toISOString() - }; - } - return { - id: `tool-${Date.now()}-${Math.random().toString(36).substring(2, 7)}`, - name: 'unknown', - arguments: {}, - result: 'Unrecognized tool step', - timestamp: new Date().toISOString() - }; - }); - - // Merge the tool executions, keeping only unique IDs - const existingIds = new Set(toolExecutions.map((t: {id: string}) => t.id)); - for (const exec of extractedExecutions) { - if (!existingIds.has(exec.id)) { - toolExecutions.push(exec); - existingIds.add(exec.id); - } - } - - const dataToSave = { - messages: this.messages, - noteId: targetNoteId, - chatNoteId: targetNoteId, // For backward compatibility - toolSteps: toolSteps, - // Add sources if we have them - sources: this.sources || [], - // Add metadata - metadata: { - model: this.metadata?.model || undefined, - provider: this.metadata?.provider || undefined, - temperature: this.metadata?.temperature || 0.7, - lastUpdated: new Date().toISOString(), - // Add tool executions - toolExecutions: toolExecutions - } - }; - - console.log(`Saving chat data to specific note ${targetNoteId}, ${toolSteps.length} tool steps, ${this.sources?.length || 0} sources, ${toolExecutions.length} tool executions`); - - // Save the data to the note attribute via the callback - // This is the ONLY place we should save data, letting the container widget handle persistence - await this.onSaveData(dataToSave); - } catch (error) { - console.error('Error saving chat data to specific note:', error); - } - } - - /** - * Load saved chat data from the note attribute - */ - async loadSavedData(): Promise { - if (!this.onGetData) { - return false; - } - - try { - const savedData = await this.onGetData() as ChatData; - - if (savedData?.messages?.length > 0) { - // Check if we actually have new content to avoid unnecessary UI rebuilds - const currentMessageCount = this.messages.length; - const savedMessageCount = savedData.messages.length; - - // If message counts are the same, check if content is different - const hasNewContent = savedMessageCount > currentMessageCount || - JSON.stringify(this.messages) !== JSON.stringify(savedData.messages); - - if (!hasNewContent) { - console.log("No new content detected, skipping UI rebuild"); - return true; - } - - console.log(`Loading saved data: ${currentMessageCount} -> ${savedMessageCount} messages`); - - // Store current scroll position if we need to preserve it - const shouldPreserveScroll = savedMessageCount > currentMessageCount && currentMessageCount > 0; - const currentScrollTop = shouldPreserveScroll ? this.chatContainer.scrollTop : 0; - const currentScrollHeight = shouldPreserveScroll ? this.chatContainer.scrollHeight : 0; - - // Load messages - const oldMessages = [...this.messages]; - this.messages = savedData.messages; - - // Only rebuild UI if we have significantly different content - if (savedMessageCount > currentMessageCount) { - // We have new messages - just add the new ones instead of rebuilding everything - const newMessages = savedData.messages.slice(currentMessageCount); - console.log(`Adding ${newMessages.length} new messages to UI`); - - newMessages.forEach(message => { - const role = message.role as 'user' | 'assistant'; - this.addMessageToChat(role, message.content); - }); - } else { - // Content changed but count is same - need to rebuild - console.log("Message content changed, rebuilding UI"); - - // Clear and rebuild the chat UI - this.noteContextChatMessages.innerHTML = ''; - - this.messages.forEach(message => { - const role = message.role as 'user' | 'assistant'; - this.addMessageToChat(role, message.content); - }); - } - - // Restore tool execution steps if they exist - if (savedData.toolSteps && Array.isArray(savedData.toolSteps) && savedData.toolSteps.length > 0) { - console.log(`Restoring ${savedData.toolSteps.length} saved tool steps`); - this.restoreInChatToolSteps(savedData.toolSteps); - } - - // Load sources if available - if (savedData.sources && Array.isArray(savedData.sources)) { - this.sources = savedData.sources; - console.log(`Loaded ${this.sources.length} sources from saved data`); - - // Show sources in the UI if they exist - if (this.sources.length > 0) { - this.showSources(this.sources); - } - } - - // Load metadata if available - if (savedData.metadata) { - this.metadata = { - ...this.metadata, - ...savedData.metadata - }; - - // Ensure tool executions are loaded - if (savedData.metadata.toolExecutions && Array.isArray(savedData.metadata.toolExecutions)) { - console.log(`Loaded ${savedData.metadata.toolExecutions.length} tool executions from saved data`); - - if (!this.metadata.toolExecutions) { - this.metadata.toolExecutions = []; - } - - // Make sure we don't lose any tool executions - this.metadata.toolExecutions = savedData.metadata.toolExecutions; - } - - console.log(`Loaded metadata from saved data:`, this.metadata); - } - - // Load Chat Note ID if available - if (savedData.noteId) { - console.log(`Using noteId as Chat Note ID: ${savedData.noteId}`); - this.noteId = savedData.noteId; - } else { - console.log(`No noteId found in saved data, cannot load chat session`); - return false; - } - - // Restore scroll position if we were preserving it - if (shouldPreserveScroll) { - // Calculate the new scroll position to maintain relative position - const newScrollHeight = this.chatContainer.scrollHeight; - const scrollDifference = newScrollHeight - currentScrollHeight; - const newScrollTop = currentScrollTop + scrollDifference; - - // Only scroll down if we're near the bottom, otherwise preserve exact position - const wasNearBottom = (currentScrollTop + this.chatContainer.clientHeight) >= (currentScrollHeight - 50); - - if (wasNearBottom) { - // User was at bottom, scroll to new bottom - this.chatContainer.scrollTop = newScrollHeight; - console.log("User was at bottom, scrolling to new bottom"); - } else { - // User was not at bottom, try to preserve their position - this.chatContainer.scrollTop = newScrollTop; - console.log(`Preserving scroll position: ${currentScrollTop} -> ${newScrollTop}`); - } - } - - return true; - } - } catch (error) { - console.error('Failed to load saved chat data', error); - } - - return false; - } - - /** - * Restore tool execution steps in the chat UI - */ - private restoreInChatToolSteps(steps: ToolExecutionStep[]) { - if (!steps || steps.length === 0) return; - - // Create the tool execution element - const toolExecutionElement = document.createElement('div'); - toolExecutionElement.className = 'chat-tool-execution mb-3'; - - // Insert before the assistant message if it exists - const assistantMessage = this.noteContextChatMessages.querySelector('.assistant-message:last-child'); - if (assistantMessage) { - this.noteContextChatMessages.insertBefore(toolExecutionElement, assistantMessage); - } else { - // Otherwise append to the end - this.noteContextChatMessages.appendChild(toolExecutionElement); - } - - // Fill with tool execution content - toolExecutionElement.innerHTML = ` -
- - Tool Execution - -
-
-
- ${this.renderToolStepsHtml(steps)} -
-
- `; - - // Add event listener for the toggle button - const toggleButton = toolExecutionElement.querySelector('.tool-execution-toggle'); - if (toggleButton) { - toggleButton.addEventListener('click', () => { - const stepsContainer = toolExecutionElement.querySelector('.tool-execution-container'); - const icon = toggleButton.querySelector('i'); - - if (stepsContainer) { - if (stepsContainer.classList.contains('collapsed')) { - // Expand - stepsContainer.classList.remove('collapsed'); - (stepsContainer as HTMLElement).style.display = 'block'; - if (icon) { - icon.className = 'bx bx-chevron-down'; - } - } else { - // Collapse - stepsContainer.classList.add('collapsed'); - (stepsContainer as HTMLElement).style.display = 'none'; - if (icon) { - icon.className = 'bx bx-chevron-right'; - } - } - } - }); - } - - // Add click handler for the header to toggle expansion as well - const header = toolExecutionElement.querySelector('.tool-execution-header'); - if (header) { - header.addEventListener('click', (e) => { - // Only toggle if the click isn't on the toggle button itself - const target = e.target as HTMLElement; - if (target && !target.closest('.tool-execution-toggle')) { - const toggleButton = toolExecutionElement.querySelector('.tool-execution-toggle'); - toggleButton?.dispatchEvent(new Event('click')); - } - }); - (header as HTMLElement).style.cursor = 'pointer'; - } - } - - /** - * Render HTML for tool execution steps - */ - private renderToolStepsHtml(steps: ToolExecutionStep[]): string { - if (!steps || steps.length === 0) return ''; - - return steps.map(step => { - let icon = 'bx-info-circle'; - let className = 'info'; - let content = ''; - - if (step.type === 'executing') { - icon = 'bx-code-block'; - className = 'executing'; - content = `
${step.content || 'Executing tools...'}
`; - } else if (step.type === 'result') { - icon = 'bx-terminal'; - className = 'result'; - content = ` -
Tool: ${step.name || 'unknown'}
-
${step.content || ''}
- `; - } else if (step.type === 'error') { - icon = 'bx-error-circle'; - className = 'error'; - content = ` -
Tool: ${step.name || 'unknown'}
-
${step.content || 'Error occurred'}
- `; - } else if (step.type === 'generating') { - icon = 'bx-message-dots'; - className = 'generating'; - content = `
${step.content || 'Generating response...'}
`; - } - - return ` -
-
- - ${content} -
-
- `; - }).join(''); - } - - async refresh() { - if (!this.isVisible()) { - return; - } - - // Check for any provider validation issues when refreshing - await validateProviders(this.validationWarning); - - // Get current note context if needed - const currentActiveNoteId = appContext.tabManager.getActiveContext()?.note?.noteId || null; - - // For AI Chat notes, the note itself IS the chat session - // So currentNoteId and noteId should be the same - if (this.noteId && currentActiveNoteId === this.noteId) { - // We're in an AI Chat note - don't reset, just load saved data - console.log(`Refreshing AI Chat note ${this.noteId} - loading saved data`); - await this.loadSavedData(); - return; - } - - // If we're switching to a different note, we need to reset - if (this.currentNoteId !== currentActiveNoteId) { - console.log(`Note ID changed from ${this.currentNoteId} to ${currentActiveNoteId}, resetting chat panel`); - - // Reset the UI and data - this.noteContextChatMessages.innerHTML = ''; - this.messages = []; - this.noteId = null; // Also reset the chat note ID - this.hideSources(); // Hide any sources from previous note - - // Update our current noteId - this.currentNoteId = currentActiveNoteId; - } - - // Always try to load saved data for the current note - const hasSavedData = await this.loadSavedData(); - - // Only create a new session if we don't have a session or saved data - if (!this.noteId || !hasSavedData) { - // Create a new chat session - await this.createChatSession(); - } - } - - /** - * Create a new chat session - */ - private async createChatSession() { - try { - // If we already have a noteId (for AI Chat notes), use it - const contextNoteId = this.noteId || this.currentNoteId; - - // Create a new chat session, passing the context note ID - const noteId = await createChatSession(contextNoteId ? contextNoteId : undefined); - - if (noteId) { - // Set the note ID for this chat - this.noteId = noteId; - console.log(`Created new chat session with noteId: ${this.noteId}`); - } else { - throw new Error("Failed to create chat session - no ID returned"); - } - - // Save the note ID as the session identifier - await this.saveCurrentData(); - } catch (error) { - console.error('Error creating chat session:', error); - toastService.showError('Failed to create chat session'); - } - } - - /** - * Handle sending a user message to the LLM service - */ - private async sendMessage(content: string) { - if (!content.trim()) return; - - // Extract mentions from the content if using CKEditor - let mentions: Array<{noteId: string; title: string; notePath: string}> = []; - let plainTextContent = content; - - if (this.noteContextChatInputEditor) { - const extracted = this.extractMentionsAndContent(content); - mentions = extracted.mentions; - plainTextContent = extracted.content; - } - - // Add the user message to the UI and data model - this.addMessageToChat('user', plainTextContent); - this.messages.push({ - role: 'user', - content: plainTextContent, - mentions: mentions.length > 0 ? mentions : undefined - }); - - // Save the data immediately after a user message - await this.saveCurrentData(); - - // Clear input and show loading state - if (this.noteContextChatInputEditor) { - this.noteContextChatInputEditor.setData(''); - } - showLoadingIndicator(this.loadingIndicator); - this.hideSources(); - - try { - const useAdvancedContext = this.useAdvancedContextCheckbox.checked; - const showThinking = this.showThinkingCheckbox.checked; - - // Add logging to verify parameters - console.log(`Sending message with: useAdvancedContext=${useAdvancedContext}, showThinking=${showThinking}, noteId=${this.currentNoteId}, sessionId=${this.noteId}`); - - // Create the message parameters - const messageParams = { - content: plainTextContent, - useAdvancedContext, - showThinking, - mentions: mentions.length > 0 ? mentions : undefined - }; - - // Try websocket streaming (preferred method) - try { - await this.setupStreamingResponse(messageParams); - } catch (streamingError) { - console.warn("WebSocket streaming failed, falling back to direct response:", streamingError); - - // If streaming fails, fall back to direct response - const handled = await this.handleDirectResponse(messageParams); - if (!handled) { - // If neither method works, show an error - throw new Error("Failed to get response from server"); - } - } - - // Note: We don't need to save here since the streaming completion and direct response methods - // both call saveCurrentData() when they're done - } catch (error) { - console.error('Error processing user message:', error); - toastService.showError('Failed to process message'); - - // Add a generic error message to the UI - this.addMessageToChat('assistant', 'Sorry, I encountered an error processing your message. Please try again.'); - this.messages.push({ - role: 'assistant', - content: 'Sorry, I encountered an error processing your message. Please try again.' - }); - - // Save the data even after error - await this.saveCurrentData(); - } - } - - /** - * Process a new user message - add to UI and save - */ - private async processUserMessage(content: string) { - // Check for validation issues first - await validateProviders(this.validationWarning); - - // Make sure we have a valid session - if (!this.noteId) { - // If no session ID, create a new session - await this.createChatSession(); - - if (!this.noteId) { - // If still no session ID, show error and return - console.error("Failed to create chat session"); - toastService.showError("Failed to create chat session"); - return; - } - } - - // Add user message to messages array if not already added - if (!this.messages.some(msg => msg.role === 'user' && msg.content === content)) { - this.messages.push({ - role: 'user', - content: content - }); - } - - // Clear input and show loading state - if (this.noteContextChatInputEditor) { - this.noteContextChatInputEditor.setData(''); - } - showLoadingIndicator(this.loadingIndicator); - this.hideSources(); - - try { - const useAdvancedContext = this.useAdvancedContextCheckbox.checked; - const showThinking = this.showThinkingCheckbox.checked; - - // Save current state to the Chat Note before getting a response - await this.saveCurrentData(); - - // Add logging to verify parameters - console.log(`Sending message with: useAdvancedContext=${useAdvancedContext}, showThinking=${showThinking}, noteId=${this.currentNoteId}, sessionId=${this.noteId}`); - - // Create the message parameters - const messageParams = { - content, - useAdvancedContext, - showThinking - }; - - // Try websocket streaming (preferred method) - try { - await this.setupStreamingResponse(messageParams); - } catch (streamingError) { - console.warn("WebSocket streaming failed, falling back to direct response:", streamingError); - - // If streaming fails, fall back to direct response - const handled = await this.handleDirectResponse(messageParams); - if (!handled) { - // If neither method works, show an error - throw new Error("Failed to get response from server"); - } - } - - // Save final state after getting the response - await this.saveCurrentData(); - } catch (error) { - this.handleError(error as Error); - // Make sure we save the current state even on error - await this.saveCurrentData(); - } - } - - /** - * Try to get a direct response from the server - */ - private async handleDirectResponse(messageParams: any): Promise { - try { - if (!this.noteId) return false; - - console.log(`Getting direct response using sessionId: ${this.noteId} (noteId: ${this.noteId})`); - - // Get a direct response from the server - const postResponse = await getDirectResponse(this.noteId, messageParams); - - // If the POST request returned content directly, display it - if (postResponse && postResponse.content) { - // Store metadata from the response - if (postResponse.metadata) { - console.log("Received metadata from response:", postResponse.metadata); - this.metadata = { - ...this.metadata, - ...postResponse.metadata - }; - } - - // Store sources from the response - if (postResponse.sources && postResponse.sources.length > 0) { - console.log(`Received ${postResponse.sources.length} sources from response`); - this.sources = postResponse.sources; - this.showSources(postResponse.sources); - } - - // Process the assistant response with original chat note ID - this.processAssistantResponse(postResponse.content, postResponse, this.noteId); - - hideLoadingIndicator(this.loadingIndicator); - return true; - } - - return false; - } catch (error) { - console.error("Error with direct response:", error); - return false; - } - } - - /** - * Process an assistant response - add to UI and save - */ - private async processAssistantResponse(content: string, fullResponse?: any, originalChatNoteId?: string | null) { - // Add the response to the chat UI - this.addMessageToChat('assistant', content); - - // Add to our local message array too - this.messages.push({ - role: 'assistant', - content, - timestamp: new Date() - }); - - // If we received tool execution information, add it to metadata - if (fullResponse?.metadata?.toolExecutions) { - console.log(`Storing ${fullResponse.metadata.toolExecutions.length} tool executions from response`); - // Make sure our metadata has toolExecutions - if (!this.metadata.toolExecutions) { - this.metadata.toolExecutions = []; - } - - // Add new tool executions - this.metadata.toolExecutions = [ - ...this.metadata.toolExecutions, - ...fullResponse.metadata.toolExecutions - ]; - } - - // Save to note - use original chat note ID if provided - this.saveCurrentDataToSpecificNote(originalChatNoteId || this.noteId).catch(err => { - console.error("Failed to save assistant response to note:", err); - }); - } - - /** - * Set up streaming response via WebSocket - */ - private async setupStreamingResponse(messageParams: any): Promise { - if (!this.noteId) { - throw new Error("No session ID available"); - } - - console.log(`Setting up streaming response using sessionId: ${this.noteId} (noteId: ${this.noteId})`); - - // Store tool executions captured during streaming - const toolExecutionsCache: Array<{ - id: string; - name: string; - arguments: any; - result: any; - error?: string; - timestamp: string; - }> = []; - - // Store the original chat note ID to ensure we save to the correct note even if user switches - const originalChatNoteId = this.noteId; - - return setupStreamingResponse( - this.noteId, - messageParams, - // Content update handler - (content: string, isDone: boolean = false) => { - this.updateStreamingUI(content, isDone, originalChatNoteId); - - // Update session data with additional metadata when streaming is complete - if (isDone) { - // Update our metadata with info from the server - server.get<{ - metadata?: { - model?: string; - provider?: string; - temperature?: number; - maxTokens?: number; - toolExecutions?: Array<{ - id: string; - name: string; - arguments: any; - result: any; - error?: string; - timestamp: string; - }>; - lastUpdated?: string; - usage?: { - promptTokens?: number; - completionTokens?: number; - totalTokens?: number; - }; - }; - sources?: Array<{ - noteId: string; - title: string; - similarity?: number; - content?: string; - }>; - }>(`llm/chat/${this.noteId}`) - .then((sessionData) => { - console.log("Got updated session data:", sessionData); - - // Store metadata - if (sessionData.metadata) { - this.metadata = { - ...this.metadata, - ...sessionData.metadata - }; - } - - // Store sources - if (sessionData.sources && sessionData.sources.length > 0) { - this.sources = sessionData.sources; - this.showSources(sessionData.sources); - } - - // Make sure we include the cached tool executions - if (toolExecutionsCache.length > 0) { - console.log(`Including ${toolExecutionsCache.length} cached tool executions in metadata`); - if (!this.metadata.toolExecutions) { - this.metadata.toolExecutions = []; - } - - // Add any tool executions from our cache that aren't already in metadata - const existingIds = new Set((this.metadata.toolExecutions || []).map((t: {id: string}) => t.id)); - for (const toolExec of toolExecutionsCache) { - if (!existingIds.has(toolExec.id)) { - this.metadata.toolExecutions.push(toolExec); - existingIds.add(toolExec.id); - } - } - } - - // DON'T save here - let the server handle saving the complete conversation - // to avoid race conditions between client and server saves - console.log("Updated metadata after streaming completion, server should save"); - }) - .catch(err => console.error("Error fetching session data after streaming:", err)); - } - }, - // Thinking update handler - (thinking: string) => { - this.showThinkingState(thinking); - }, - // Tool execution handler - (toolData: any) => { - this.showToolExecutionInfo(toolData); - - // Cache tools we see during streaming to include them in the final saved data - if (toolData && toolData.action === 'result' && toolData.tool) { - // Create a tool execution record - const toolExec = { - id: toolData.toolCallId || `tool-${Date.now()}-${Math.random().toString(36).substring(2, 7)}`, - name: toolData.tool, - arguments: toolData.args || {}, - result: toolData.result || {}, - error: toolData.error, - timestamp: new Date().toISOString() - }; - - // Add to both our local cache for immediate saving and to metadata for later saving - toolExecutionsCache.push(toolExec); - - // Initialize toolExecutions array if it doesn't exist - if (!this.metadata.toolExecutions) { - this.metadata.toolExecutions = []; - } - - // Add tool execution to our metadata - this.metadata.toolExecutions.push(toolExec); - - console.log(`Cached tool execution for ${toolData.tool} to be saved later`); - - // DON'T save immediately during streaming - let the server handle saving - // to avoid race conditions between client and server saves - console.log(`Tool execution cached, will be saved by server`); - } - }, - // Complete handler - () => { - hideLoadingIndicator(this.loadingIndicator); - }, - // Error handler - (error: Error) => { - this.handleError(error); - } - ); - } - - /** - * Update the UI with streaming content - */ - private updateStreamingUI(assistantResponse: string, isDone: boolean = false, originalChatNoteId?: string | null) { - // Track if we have a streaming message in progress - const hasStreamingMessage = !!this.noteContextChatMessages.querySelector('.assistant-message.streaming'); - - // Create a new message element or use the existing streaming one - let assistantMessageEl: HTMLElement; - - if (hasStreamingMessage) { - // Use the existing streaming message - assistantMessageEl = this.noteContextChatMessages.querySelector('.assistant-message.streaming')!; - } else { - // Create a new message element - assistantMessageEl = document.createElement('div'); - assistantMessageEl.className = 'assistant-message message mb-3 streaming'; - this.noteContextChatMessages.appendChild(assistantMessageEl); - - // Add assistant profile icon - const profileIcon = document.createElement('div'); - profileIcon.className = 'profile-icon'; - profileIcon.innerHTML = ''; - assistantMessageEl.appendChild(profileIcon); - - // Add message content container - const messageContent = document.createElement('div'); - messageContent.className = 'message-content'; - assistantMessageEl.appendChild(messageContent); - } - - // Update the content with the current response - const messageContent = assistantMessageEl.querySelector('.message-content') as HTMLElement; - messageContent.innerHTML = formatMarkdown(assistantResponse); - - // When the response is complete - if (isDone) { - // Remove the streaming class to mark this message as complete - assistantMessageEl.classList.remove('streaming'); - - // Apply syntax highlighting - formatCodeBlocks($(assistantMessageEl as HTMLElement)); - - // Hide the thinking display when response is complete - this.hideThinkingDisplay(); - - // Always add a new message to the data model - // This ensures we preserve all distinct assistant messages - this.messages.push({ - role: 'assistant', - content: assistantResponse, - timestamp: new Date() - }); - - // Save the updated message list to the original chat note - this.saveCurrentDataToSpecificNote(originalChatNoteId || this.noteId); - } - - // Scroll to bottom - this.chatContainer.scrollTop = this.chatContainer.scrollHeight; - } - - /** - * Handle general errors in the send message flow - */ - private handleError(error: Error) { - hideLoadingIndicator(this.loadingIndicator); - toastService.showError('Error sending message: ' + error.message); - } - - private addMessageToChat(role: 'user' | 'assistant', content: string) { - addMessageToChat(this.noteContextChatMessages, this.chatContainer, role, content); - } - - private showSources(sources: Array<{noteId: string, title: string}>) { - showSources( - this.sourcesList, - this.sourcesContainer, - this.sourcesCount, - sources, - (noteId: string) => { - // Open the note in a new tab but don't switch to it - appContext.tabManager.openTabWithNoteWithHoisting(noteId, { activate: false }); - } - ); - } - - private hideSources() { - hideSources(this.sourcesContainer); - } - - /** - * Handle tool execution updates - */ - private showToolExecutionInfo(toolExecutionData: any) { - console.log(`Showing tool execution info: ${JSON.stringify(toolExecutionData)}`); - - // Enhanced debugging for tool execution - if (!toolExecutionData) { - console.error('Tool execution data is missing or undefined'); - return; - } - - // Check for required properties - const actionType = toolExecutionData.action || ''; - const toolName = toolExecutionData.tool || 'unknown'; - console.log(`Tool execution details: action=${actionType}, tool=${toolName}, hasResult=${!!toolExecutionData.result}`); - - // Force action to 'result' if missing but result is present - if (!actionType && toolExecutionData.result) { - console.log('Setting missing action to "result" since result is present'); - toolExecutionData.action = 'result'; - } - - // Create or get the tool execution container - let toolExecutionElement = this.noteContextChatMessages.querySelector('.chat-tool-execution'); - if (!toolExecutionElement) { - toolExecutionElement = document.createElement('div'); - toolExecutionElement.className = 'chat-tool-execution mb-3'; - - // Create header with title and dropdown toggle - const header = document.createElement('div'); - header.className = 'tool-execution-header d-flex align-items-center p-2 rounded'; - header.innerHTML = ` - - Tool Execution - - `; - toolExecutionElement.appendChild(header); - - // Create container for tool steps - const stepsContainer = document.createElement('div'); - stepsContainer.className = 'tool-execution-container p-2 rounded mb-2'; - toolExecutionElement.appendChild(stepsContainer); - - // Add to chat messages - this.noteContextChatMessages.appendChild(toolExecutionElement); - - // Add click handler for toggle button - const toggleButton = toolExecutionElement.querySelector('.tool-execution-toggle'); - if (toggleButton) { - toggleButton.addEventListener('click', () => { - const stepsContainer = toolExecutionElement?.querySelector('.tool-execution-container'); - const icon = toggleButton.querySelector('i'); - - if (stepsContainer) { - if (stepsContainer.classList.contains('collapsed')) { - // Expand - stepsContainer.classList.remove('collapsed'); - (stepsContainer as HTMLElement).style.display = 'block'; - if (icon) { - icon.className = 'bx bx-chevron-down'; - } - } else { - // Collapse - stepsContainer.classList.add('collapsed'); - (stepsContainer as HTMLElement).style.display = 'none'; - if (icon) { - icon.className = 'bx bx-chevron-right'; - } - } - } - }); - } - - // Add click handler for the header to toggle expansion as well - header.addEventListener('click', (e) => { - // Only toggle if the click isn't on the toggle button itself - const target = e.target as HTMLElement; - if (target && !target.closest('.tool-execution-toggle')) { - const toggleButton = toolExecutionElement?.querySelector('.tool-execution-toggle'); - toggleButton?.dispatchEvent(new Event('click')); - } - }); - (header as HTMLElement).style.cursor = 'pointer'; - } - - // Get the steps container - const stepsContainer = toolExecutionElement.querySelector('.tool-execution-container'); - if (!stepsContainer) return; - - // Process based on action type - const action = toolExecutionData.action || ''; - - if (action === 'start' || action === 'executing') { - // Tool execution started - const step = document.createElement('div'); - step.className = 'tool-step executing p-2 mb-2 rounded'; - step.innerHTML = ` -
- - Executing tool: ${toolExecutionData.tool || 'unknown'} -
- ${toolExecutionData.args ? ` -
- Args: ${JSON.stringify(toolExecutionData.args || {}, null, 2)} -
` : ''} - `; - stepsContainer.appendChild(step); - } - else if (action === 'result' || action === 'complete') { - // Tool execution completed with results - const step = document.createElement('div'); - step.className = 'tool-step result p-2 mb-2 rounded'; - - let resultDisplay = ''; - - // Special handling for note search tools which have a specific structure - if ((toolExecutionData.tool === 'search_notes' || toolExecutionData.tool === 'keyword_search_notes') && - typeof toolExecutionData.result === 'object' && - toolExecutionData.result.results) { - - const results = toolExecutionData.result.results; - - if (results.length === 0) { - resultDisplay = `
No notes found matching the search criteria.
`; - } else { - resultDisplay = ` -
-
Found ${results.length} notes:
-
    - ${results.map((note: any) => ` -
  • - ${note.title} - ${note.similarity < 1 ? `(similarity: ${(note.similarity * 100).toFixed(0)}%)` : ''} -
  • - `).join('')} -
-
- `; - } - } - // Format the result based on type for other tools - else if (typeof toolExecutionData.result === 'object') { - // For objects, format as pretty JSON - resultDisplay = `
${JSON.stringify(toolExecutionData.result, null, 2)}
`; - } else { - // For simple values, display as text - resultDisplay = `
${String(toolExecutionData.result)}
`; - } - - step.innerHTML = ` -
- - Tool: ${toolExecutionData.tool || 'unknown'} -
-
- ${resultDisplay} -
- `; - stepsContainer.appendChild(step); - - // Add event listeners for note links if this is a note search result - if (toolExecutionData.tool === 'search_notes' || toolExecutionData.tool === 'keyword_search_notes') { - const noteLinks = step.querySelectorAll('.note-link'); - noteLinks.forEach(link => { - link.addEventListener('click', (e) => { - e.preventDefault(); - const noteId = (e.currentTarget as HTMLElement).getAttribute('data-note-id'); - if (noteId) { - // Open the note in a new tab but don't switch to it - appContext.tabManager.openTabWithNoteWithHoisting(noteId, { activate: false }); - } - }); - }); - } - } - else if (action === 'error') { - // Tool execution failed - const step = document.createElement('div'); - step.className = 'tool-step error p-2 mb-2 rounded'; - step.innerHTML = ` -
- - Error in tool: ${toolExecutionData.tool || 'unknown'} -
-
- ${toolExecutionData.error || 'Unknown error'} -
- `; - stepsContainer.appendChild(step); - } - else if (action === 'generating') { - // Generating final response with tool results - const step = document.createElement('div'); - step.className = 'tool-step generating p-2 mb-2 rounded'; - step.innerHTML = ` -
- - Generating response with tool results... -
- `; - stepsContainer.appendChild(step); - } - - // Make sure the loading indicator is shown during tool execution - this.loadingIndicator.style.display = 'flex'; - - // Scroll the chat container to show the tool execution - this.chatContainer.scrollTop = this.chatContainer.scrollHeight; - } - - /** - * Show thinking state in the UI - */ - private showThinkingState(thinkingData: string) { - // Parse the thinking content to extract text between tags - const thinkingContent = this.parseThinkingContent(thinkingData); - - if (thinkingContent) { - this.showThinkingDisplay(thinkingContent); - } else { - // Fallback: show raw thinking data - this.showThinkingDisplay(thinkingData); - } - - // Show the loading indicator as well - this.loadingIndicator.style.display = 'flex'; - } - - /** - * Parse thinking content from LLM response - */ - private parseThinkingContent(content: string): string | null { - if (!content) return null; - - // Look for content between and tags - const thinkRegex = /([\s\S]*?)<\/think>/gi; - const matches: string[] = []; - let match: RegExpExecArray | null; - - while ((match = thinkRegex.exec(content)) !== null) { - matches.push(match[1].trim()); - } - - if (matches.length > 0) { - return matches.join('\n\n--- Next thought ---\n\n'); - } - - // Check for incomplete thinking blocks (streaming in progress) - const incompleteThinkRegex = /([\s\S]*?)$/i; - const incompleteMatch = content.match(incompleteThinkRegex); - - if (incompleteMatch && incompleteMatch[1]) { - return incompleteMatch[1].trim() + '\n\n[Thinking in progress...]'; - } - - // If no think tags found, check if the entire content might be thinking - if (content.toLowerCase().includes('thinking') || - content.toLowerCase().includes('reasoning') || - content.toLowerCase().includes('let me think') || - content.toLowerCase().includes('i need to') || - content.toLowerCase().includes('first, ') || - content.toLowerCase().includes('step 1') || - content.toLowerCase().includes('analysis:')) { - return content; - } - - return null; - } - - private initializeEventListeners() { - this.noteContextChatForm.addEventListener('submit', (e) => { - e.preventDefault(); - - let content = ''; - - if (this.noteContextChatInputEditor && this.noteContextChatInputEditor.getData) { - // Use CKEditor content - content = this.noteContextChatInputEditor.getData(); - } else { - // Fallback: check if there's a textarea (fallback mode) - const textarea = this.noteContextChatInput.querySelector('textarea'); - if (textarea) { - content = textarea.value; - } else { - // Last resort: try to get text content from the div - content = this.noteContextChatInput.textContent || this.noteContextChatInput.innerText || ''; - } - } - - if (content.trim()) { - this.sendMessage(content); - } - }); - - // Handle Enter key (send on Enter, new line on Shift+Enter) via CKEditor - // We'll set this up after CKEditor is initialized - this.setupEditorKeyBindings(); - } - - private setupEditorKeyBindings() { - if (this.noteContextChatInputEditor && this.noteContextChatInputEditor.keystrokes) { - try { - this.noteContextChatInputEditor.keystrokes.set('Enter', (key, stop) => { - if (!key.shiftKey) { - stop(); - this.noteContextChatForm.dispatchEvent(new Event('submit')); - } - }); - console.log('CKEditor keybindings set up successfully'); - } catch (error) { - console.warn('Failed to set up CKEditor keybindings:', error); - } - } - } - - /** - * Extract note mentions and content from CKEditor - */ - private extractMentionsAndContent(editorData: string): { content: string; mentions: Array<{noteId: string; title: string; notePath: string}> } { - const mentions: Array<{noteId: string; title: string; notePath: string}> = []; - - // Parse the HTML content to extract mentions - const tempDiv = document.createElement('div'); - tempDiv.innerHTML = editorData; - - // Find all mention elements - CKEditor uses specific patterns for mentions - // Look for elements with data-mention attribute or specific mention classes - const mentionElements = tempDiv.querySelectorAll('[data-mention], .mention, span[data-id]'); - - mentionElements.forEach(mentionEl => { - try { - // Try different ways to extract mention data based on CKEditor's format - let mentionData: any = null; - - // Method 1: data-mention attribute (JSON format) - if (mentionEl.hasAttribute('data-mention')) { - mentionData = JSON.parse(mentionEl.getAttribute('data-mention') || '{}'); - } - // Method 2: data-id attribute (simple format) - else if (mentionEl.hasAttribute('data-id')) { - const dataId = mentionEl.getAttribute('data-id'); - const textContent = mentionEl.textContent || ''; - - // Parse the dataId to extract note information - if (dataId && dataId.startsWith('@')) { - const cleanId = dataId.substring(1); // Remove the @ - mentionData = { - id: cleanId, - name: textContent, - notePath: cleanId // Assume the ID contains the path - }; - } - } - // Method 3: Check if this is a reference link (href=#notePath) - else if (mentionEl.tagName === 'A' && mentionEl.hasAttribute('href')) { - const href = mentionEl.getAttribute('href'); - if (href && href.startsWith('#')) { - const notePath = href.substring(1); - mentionData = { - notePath: notePath, - noteTitle: mentionEl.textContent || 'Unknown Note' - }; - } - } - - if (mentionData && (mentionData.notePath || mentionData.link)) { - const notePath = mentionData.notePath || mentionData.link?.substring(1); // Remove # from link - const noteId = notePath ? notePath.split('/').pop() : null; - const title = mentionData.noteTitle || mentionData.name || mentionEl.textContent || 'Unknown Note'; - - if (noteId) { - mentions.push({ - noteId: noteId, - title: title, - notePath: notePath - }); - console.log(`Extracted mention: noteId=${noteId}, title=${title}, notePath=${notePath}`); - } - } - } catch (e) { - console.warn('Failed to parse mention data:', e, mentionEl); - } - }); - - // Convert to plain text for the LLM, but preserve the structure - const content = tempDiv.textContent || tempDiv.innerText || ''; - - console.log(`Extracted ${mentions.length} mentions from editor content`); - return { content, mentions }; - } - - private setupThinkingToggle() { - if (this.thinkingToggle) { - this.thinkingToggle.addEventListener('click', (e) => { - e.stopPropagation(); - this.toggleThinkingDetails(); - }); - } - - // Also make the entire header clickable - const thinkingHeader = this.thinkingBubble?.querySelector('.thinking-header'); - if (thinkingHeader) { - thinkingHeader.addEventListener('click', (e) => { - const target = e.target as HTMLElement; - if (!target.closest('.thinking-toggle')) { - this.toggleThinkingDetails(); - } - }); - } - } - - private toggleThinkingDetails() { - const content = this.thinkingBubble?.querySelector('.thinking-content') as HTMLElement; - const toggle = this.thinkingToggle?.querySelector('i'); - - if (content && toggle) { - const isVisible = content.style.display !== 'none'; - - if (isVisible) { - content.style.display = 'none'; - toggle.className = 'bx bx-chevron-down'; - this.thinkingToggle.classList.remove('expanded'); - } else { - content.style.display = 'block'; - toggle.className = 'bx bx-chevron-up'; - this.thinkingToggle.classList.add('expanded'); - } - } - } - - /** - * Show the thinking display with optional initial content - */ - private showThinkingDisplay(initialText: string = '') { - if (this.thinkingContainer) { - this.thinkingContainer.style.display = 'block'; - - if (initialText && this.thinkingText) { - this.updateThinkingText(initialText); - } - - // Scroll to show the thinking display - this.chatContainer.scrollTop = this.chatContainer.scrollHeight; - } - } - - /** - * Update the thinking text content - */ - private updateThinkingText(text: string) { - if (this.thinkingText) { - // Format the thinking text for better readability - const formattedText = this.formatThinkingText(text); - this.thinkingText.textContent = formattedText; - - // Auto-scroll if content is expanded - const content = this.thinkingBubble?.querySelector('.thinking-content') as HTMLElement; - if (content && content.style.display !== 'none') { - this.chatContainer.scrollTop = this.chatContainer.scrollHeight; - } - } - } - - /** - * Format thinking text for better presentation - */ - private formatThinkingText(text: string): string { - if (!text) return text; - - // Clean up the text - let formatted = text.trim(); - - // Add some basic formatting - formatted = formatted - // Add spacing around section markers - .replace(/(\d+\.\s)/g, '\n$1') - // Clean up excessive whitespace - .replace(/\n\s*\n\s*\n/g, '\n\n') - // Trim again - .trim(); - - return formatted; - } - - /** - * Hide the thinking display - */ - private hideThinkingDisplay() { - if (this.thinkingContainer) { - this.thinkingContainer.style.display = 'none'; - - // Reset the toggle state - const content = this.thinkingBubble?.querySelector('.thinking-content') as HTMLElement; - const toggle = this.thinkingToggle?.querySelector('i'); - - if (content && toggle) { - content.style.display = 'none'; - toggle.className = 'bx bx-chevron-down'; - this.thinkingToggle?.classList.remove('expanded'); - } - - // Clear the text content - if (this.thinkingText) { - this.thinkingText.textContent = ''; - } - } - } - - /** - * Append to existing thinking content (for streaming updates) - */ - private appendThinkingText(additionalText: string) { - if (this.thinkingText && additionalText) { - const currentText = this.thinkingText.textContent || ''; - const newText = currentText + additionalText; - this.updateThinkingText(newText); - } - } -} diff --git a/apps/client/src/widgets/llm_chat/message_processor.ts b/apps/client/src/widgets/llm_chat/message_processor.ts deleted file mode 100644 index 139a3d611f..0000000000 --- a/apps/client/src/widgets/llm_chat/message_processor.ts +++ /dev/null @@ -1,59 +0,0 @@ -/** - * Message processing functions for LLM Chat - */ -import type { ToolExecutionStep } from "./types.js"; - -/** - * Extract tool execution steps from the DOM that are within the chat flow - */ -export function extractInChatToolSteps(chatMessagesElement: HTMLElement): ToolExecutionStep[] { - const steps: ToolExecutionStep[] = []; - - // Look for tool execution in the chat flow - const toolExecutionElement = chatMessagesElement.querySelector('.chat-tool-execution'); - - if (toolExecutionElement) { - // Find all tool step elements - const stepElements = toolExecutionElement.querySelectorAll('.tool-step'); - - stepElements.forEach(stepEl => { - const stepHtml = stepEl.innerHTML; - - // Determine the step type based on icons or classes present - let type = 'info'; - let name: string | undefined; - let content = ''; - - if (stepHtml.includes('bx-code-block')) { - type = 'executing'; - content = 'Executing tools...'; - } else if (stepHtml.includes('bx-terminal')) { - type = 'result'; - // Extract the tool name from the step - const nameMatch = stepHtml.match(/]*>Tool: ([^<]+)<\/span>/); - name = nameMatch ? nameMatch[1] : 'unknown'; - - // Extract the content from the div with class mt-1 ps-3 - const contentEl = stepEl.querySelector('.mt-1.ps-3'); - content = contentEl ? contentEl.innerHTML : ''; - } else if (stepHtml.includes('bx-error-circle')) { - type = 'error'; - const nameMatch = stepHtml.match(/]*>Tool: ([^<]+)<\/span>/); - name = nameMatch ? nameMatch[1] : 'unknown'; - - const contentEl = stepEl.querySelector('.mt-1.ps-3.text-danger'); - content = contentEl ? contentEl.innerHTML : ''; - } else if (stepHtml.includes('bx-message-dots')) { - type = 'generating'; - content = 'Generating response with tool results...'; - } else if (stepHtml.includes('bx-loader-alt')) { - // Skip the initializing spinner - return; - } - - steps.push({ type, name, content }); - }); - } - - return steps; -} diff --git a/apps/client/src/widgets/llm_chat/types.ts b/apps/client/src/widgets/llm_chat/types.ts deleted file mode 100644 index 7181651d04..0000000000 --- a/apps/client/src/widgets/llm_chat/types.ts +++ /dev/null @@ -1,60 +0,0 @@ -/** - * Types for LLM Chat Panel - */ - -export interface ChatResponse { - id: string; - messages: Array<{role: string; content: string}>; - sources?: Array<{noteId: string; title: string}>; -} - -export interface SessionResponse { - id: string; - title: string; - noteId: string; // The ID of the chat note -} - -export interface ToolExecutionStep { - type: string; - name?: string; - content: string; -} - -export interface MessageData { - role: string; - content: string; - timestamp?: Date; - mentions?: Array<{ - noteId: string; - title: string; - notePath: string; - }>; -} - -export interface ChatData { - messages: MessageData[]; - noteId: string; // The ID of the chat note - chatNoteId?: string; // Deprecated - kept for backward compatibility, should equal noteId - toolSteps: ToolExecutionStep[]; - sources?: Array<{ - noteId: string; - title: string; - similarity?: number; - content?: string; - }>; - metadata?: { - model?: string; - provider?: string; - temperature?: number; - maxTokens?: number; - lastUpdated?: string; - toolExecutions?: Array<{ - id: string; - name: string; - arguments: any; - result: any; - error?: string; - timestamp: string; - }>; - }; -} diff --git a/apps/client/src/widgets/llm_chat/ui.ts b/apps/client/src/widgets/llm_chat/ui.ts deleted file mode 100644 index 15d4802ca8..0000000000 --- a/apps/client/src/widgets/llm_chat/ui.ts +++ /dev/null @@ -1,272 +0,0 @@ -/** - * UI-related functions for LLM Chat - */ -import { t } from "../../services/i18n.js"; -import type { ToolExecutionStep } from "./types.js"; -import { formatMarkdown, applyHighlighting } from "./utils.js"; - -// Template for the chat widget -export const TPL = ` -
- - - -
-
- - - - - -
- - - -
-
-
- -
-
- Options: -
- - -
-
- - -
-
-
-
-`; - -/** - * Add a message to the chat UI - */ -export function addMessageToChat(messagesContainer: HTMLElement, chatContainer: HTMLElement, role: 'user' | 'assistant', content: string) { - const messageElement = document.createElement('div'); - messageElement.className = `chat-message ${role}-message mb-3 d-flex`; - - const avatarElement = document.createElement('div'); - avatarElement.className = 'message-avatar d-flex align-items-center justify-content-center me-2'; - - if (role === 'user') { - avatarElement.innerHTML = ''; - avatarElement.classList.add('user-avatar'); - } else { - avatarElement.innerHTML = ''; - avatarElement.classList.add('assistant-avatar'); - } - - const contentElement = document.createElement('div'); - contentElement.className = 'message-content p-3 rounded flex-grow-1'; - - if (role === 'user') { - contentElement.classList.add('user-content', 'bg-light'); - } else { - contentElement.classList.add('assistant-content'); - } - - // Format the content with markdown - contentElement.innerHTML = formatMarkdown(content); - - messageElement.appendChild(avatarElement); - messageElement.appendChild(contentElement); - - messagesContainer.appendChild(messageElement); - - // Apply syntax highlighting to any code blocks in the message - applyHighlighting(contentElement); - - // Scroll to bottom - chatContainer.scrollTop = chatContainer.scrollHeight; -} - -/** - * Show sources in the UI - */ -export function showSources( - sourcesList: HTMLElement, - sourcesContainer: HTMLElement, - sourcesCount: HTMLElement, - sources: Array<{noteId: string, title: string}>, - onSourceClick: (noteId: string) => void -) { - sourcesList.innerHTML = ''; - sourcesCount.textContent = sources.length.toString(); - - sources.forEach(source => { - const sourceElement = document.createElement('div'); - sourceElement.className = 'source-item p-2 mb-1 border rounded d-flex align-items-center'; - - // Create the direct link to the note - sourceElement.innerHTML = ` - `; - - // Add click handler - sourceElement.querySelector('.source-link')?.addEventListener('click', (e) => { - e.preventDefault(); - e.stopPropagation(); - onSourceClick(source.noteId); - return false; - }); - - sourcesList.appendChild(sourceElement); - }); - - sourcesContainer.style.display = 'block'; -} - -/** - * Hide sources in the UI - */ -export function hideSources(sourcesContainer: HTMLElement) { - sourcesContainer.style.display = 'none'; -} - -/** - * Show loading indicator - */ -export function showLoadingIndicator(loadingIndicator: HTMLElement) { - const logId = `ui-${Date.now()}`; - console.log(`[${logId}] Showing loading indicator`); - - try { - loadingIndicator.style.display = 'flex'; - const forceUpdate = loadingIndicator.offsetHeight; - console.log(`[${logId}] Loading indicator initialized`); - } catch (err) { - console.error(`[${logId}] Error showing loading indicator:`, err); - } -} - -/** - * Hide loading indicator - */ -export function hideLoadingIndicator(loadingIndicator: HTMLElement) { - const logId = `ui-${Date.now()}`; - console.log(`[${logId}] Hiding loading indicator`); - - try { - loadingIndicator.style.display = 'none'; - const forceUpdate = loadingIndicator.offsetHeight; - console.log(`[${logId}] Loading indicator hidden`); - } catch (err) { - console.error(`[${logId}] Error hiding loading indicator:`, err); - } -} - -/** - * Render tool steps as HTML for display in chat - */ -export function renderToolStepsHtml(steps: ToolExecutionStep[]): string { - if (!steps || steps.length === 0) return ''; - - let html = ''; - - steps.forEach(step => { - let icon, labelClass, content; - - switch (step.type) { - case 'executing': - icon = 'bx-code-block text-primary'; - labelClass = ''; - content = `
- - ${step.content} -
`; - break; - - case 'result': - icon = 'bx-terminal text-success'; - labelClass = 'fw-bold'; - content = `
- - Tool: ${step.name || 'unknown'} -
-
${step.content}
`; - break; - - case 'error': - icon = 'bx-error-circle text-danger'; - labelClass = 'fw-bold text-danger'; - content = `
- - Tool: ${step.name || 'unknown'} -
-
${step.content}
`; - break; - - case 'generating': - icon = 'bx-message-dots text-info'; - labelClass = ''; - content = `
- - ${step.content} -
`; - break; - - default: - icon = 'bx-info-circle text-muted'; - labelClass = ''; - content = `
- - ${step.content} -
`; - } - - html += `
${content}
`; - }); - - return html; -} diff --git a/apps/client/src/widgets/llm_chat/utils.ts b/apps/client/src/widgets/llm_chat/utils.ts deleted file mode 100644 index f7c68e9efb..0000000000 --- a/apps/client/src/widgets/llm_chat/utils.ts +++ /dev/null @@ -1,93 +0,0 @@ -/** - * Utility functions for LLM Chat - */ -import { marked } from "marked"; -import { formatCodeBlocks } from "../../services/syntax_highlight.js"; - -/** - * Format markdown content for display - */ -export function formatMarkdown(content: string): string { - if (!content) return ''; - - // First, extract HTML thinking visualization to protect it from replacements - const thinkingBlocks: string[] = []; - let processedContent = content.replace(/
/g, (match) => { - const placeholder = `__THINKING_BLOCK_${thinkingBlocks.length}__`; - thinkingBlocks.push(match); - return placeholder; - }); - - // Use marked library to parse the markdown - const markedContent = marked(processedContent, { - breaks: true, // Convert line breaks to
- gfm: true, // Enable GitHub Flavored Markdown - silent: true // Ignore errors - }); - - // Handle potential promise (though it shouldn't be with our options) - if (typeof markedContent === 'string') { - processedContent = markedContent; - } else { - console.warn('Marked returned a promise unexpectedly'); - // Use the original content as fallback - processedContent = content; - } - - // Restore thinking visualization blocks - thinkingBlocks.forEach((block, index) => { - processedContent = processedContent.replace(`__THINKING_BLOCK_${index}__`, block); - }); - - return processedContent; -} - -/** - * Simple HTML escaping for safer content display - */ -export function escapeHtml(text: string): string { - if (typeof text !== 'string') { - text = String(text || ''); - } - - return text - .replace(/&/g, '&') - .replace(//g, '>') - .replace(/"/g, '"') - .replace(/'/g, '''); -} - -/** - * Apply syntax highlighting to content - */ -export function applyHighlighting(element: HTMLElement): void { - formatCodeBlocks($(element)); -} - -/** - * Format tool arguments for display - */ -export function formatToolArgs(args: any): string { - if (!args || typeof args !== 'object') return ''; - - return Object.entries(args) - .map(([key, value]) => { - // Format the value based on its type - let displayValue; - if (typeof value === 'string') { - displayValue = value.length > 50 ? `"${value.substring(0, 47)}..."` : `"${value}"`; - } else if (value === null) { - displayValue = 'null'; - } else if (Array.isArray(value)) { - displayValue = '[...]'; // Simplified array representation - } else if (typeof value === 'object') { - displayValue = '{...}'; // Simplified object representation - } else { - displayValue = String(value); - } - - return `${escapeHtml(key)}: ${escapeHtml(displayValue)}`; - }) - .join(', '); -} diff --git a/apps/client/src/widgets/llm_chat/validation.ts b/apps/client/src/widgets/llm_chat/validation.ts deleted file mode 100644 index 2d287c4016..0000000000 --- a/apps/client/src/widgets/llm_chat/validation.ts +++ /dev/null @@ -1,92 +0,0 @@ -/** - * Validation functions for LLM Chat - */ -import options from "../../services/options.js"; -import { t } from "../../services/i18n.js"; - -/** - * Validate providers configuration - */ -export async function validateProviders(validationWarning: HTMLElement): Promise { - try { - // Check if AI is enabled - const aiEnabled = options.is('aiEnabled'); - if (!aiEnabled) { - validationWarning.style.display = 'none'; - return; - } - - // Get precedence list from options - const precedenceStr = options.get('aiProviderPrecedence') || 'openai,anthropic,ollama'; - let precedenceList: string[] = []; - - if (precedenceStr) { - if (precedenceStr.startsWith('[') && precedenceStr.endsWith(']')) { - try { - precedenceList = JSON.parse(precedenceStr); - } catch (e) { - console.error('Error parsing precedence list:', e); - precedenceList = ['openai']; // Default if parsing fails - } - } else if (precedenceStr.includes(',')) { - precedenceList = precedenceStr.split(',').map(p => p.trim()); - } else { - precedenceList = [precedenceStr]; - } - } - - // Check for configuration issues with providers in the precedence list - const configIssues: string[] = []; - - // Always add experimental warning as the first item - configIssues.push(t("ai_llm.experimental_warning")); - - // Check each provider in the precedence list for proper configuration - for (const provider of precedenceList) { - if (provider === 'openai') { - // Check OpenAI configuration - const apiKey = options.get('openaiApiKey'); - if (!apiKey) { - configIssues.push(`OpenAI API key is missing (optional for OpenAI-compatible endpoints)`); - } - } else if (provider === 'anthropic') { - // Check Anthropic configuration - const apiKey = options.get('anthropicApiKey'); - if (!apiKey) { - configIssues.push(`Anthropic API key is missing`); - } - } else if (provider === 'ollama') { - // Check Ollama configuration - const baseUrl = options.get('ollamaBaseUrl'); - if (!baseUrl) { - configIssues.push(`Ollama Base URL is missing`); - } - } - // Add checks for other providers as needed - } - - // Show warning if there are configuration issues - if (configIssues.length > 0) { - let message = 'AI Provider Configuration Issues'; - - message += '
    '; - - // Show configuration issues - for (const issue of configIssues) { - message += `
  • ${issue}
  • `; - } - - message += '
'; - message += ''; - - // Update HTML content - validationWarning.innerHTML = message; - validationWarning.style.display = 'block'; - } else { - validationWarning.style.display = 'none'; - } - } catch (error) { - console.error('Error validating providers:', error); - validationWarning.style.display = 'none'; - } -} diff --git a/apps/client/src/widgets/llm_chat_panel.ts b/apps/client/src/widgets/llm_chat_panel.ts deleted file mode 100644 index fd26850cc1..0000000000 --- a/apps/client/src/widgets/llm_chat_panel.ts +++ /dev/null @@ -1,7 +0,0 @@ -/** - * LLM Chat Panel Widget - * This file is preserved for backward compatibility. - * The actual implementation has been moved to the llm_chat/ folder. - */ -import LlmChatPanel from './llm_chat/index.js'; -export default LlmChatPanel; diff --git a/apps/client/src/widgets/note_types.tsx b/apps/client/src/widgets/note_types.tsx index e58960d708..c626bcb28d 100644 --- a/apps/client/src/widgets/note_types.tsx +++ b/apps/client/src/widgets/note_types.tsx @@ -12,7 +12,7 @@ import { TypeWidgetProps } from "./type_widgets/type_widget"; * A `NoteType` altered by the note detail widget, taking into consideration whether the note is editable or not and adding special note types such as an empty one, * for protected session or attachment information. */ -export type ExtendedNoteType = Exclude | "empty" | "readOnlyCode" | "readOnlyText" | "editableText" | "editableCode" | "attachmentDetail" | "attachmentList" | "protectedSession" | "aiChat" | "sqlConsole"; +export type ExtendedNoteType = Exclude | "empty" | "readOnlyCode" | "readOnlyText" | "editableText" | "editableCode" | "attachmentDetail" | "attachmentList" | "protectedSession" | "sqlConsole"; export type TypeWidget = ((props: TypeWidgetProps) => VNode | JSX.Element | undefined); type NoteTypeView = () => (Promise<{ default: TypeWidget } | TypeWidget> | TypeWidget); @@ -136,11 +136,6 @@ export const TYPE_MAPPINGS: Record = { printable: true, isFullHeight: true }, - aiChat: { - view: () => import("./type_widgets/AiChat"), - className: "ai-chat-widget-container", - isFullHeight: true - }, sqlConsole: { view: () => import("./type_widgets/SqlConsole"), className: "sql-console-widget-container", diff --git a/apps/client/src/widgets/ribbon/NoteActions.tsx b/apps/client/src/widgets/ribbon/NoteActions.tsx index b818672709..290306c340 100644 --- a/apps/client/src/widgets/ribbon/NoteActions.tsx +++ b/apps/client/src/widgets/ribbon/NoteActions.tsx @@ -85,7 +85,7 @@ export function NoteContextMenu({ note, noteContext, itemsAtStart, itemsNearNote ); const isElectron = getIsElectron(); const isMac = getIsMac(); - const hasSource = ["text", "code", "relationMap", "mermaid", "canvas", "mindMap", "aiChat"].includes(noteType); + const hasSource = ["text", "code", "relationMap", "mermaid", "canvas", "mindMap"].includes(noteType); const isSearchOrBook = ["search", "book"].includes(noteType); const isHelpPage = note.noteId.startsWith("_help"); const [syncServerHost] = useTriliumOption("syncServerHost"); diff --git a/apps/client/src/widgets/type_widgets/AiChat.tsx b/apps/client/src/widgets/type_widgets/AiChat.tsx deleted file mode 100644 index 88c5e9c821..0000000000 --- a/apps/client/src/widgets/type_widgets/AiChat.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import { useEffect, useRef } from "preact/hooks"; - -import LlmChatPanel from "../llm_chat"; -import { useEditorSpacedUpdate, useLegacyWidget } from "../react/hooks"; -import { type TypeWidgetProps } from "./type_widget"; - -export default function AiChat({ note, noteContext }: TypeWidgetProps) { - const dataRef = useRef(); - const spacedUpdate = useEditorSpacedUpdate({ - note, - noteContext, - noteType: "aiChat", - getData: async () => ({ - content: JSON.stringify(dataRef.current) - }), - onContentChange: (newContent) => { - try { - dataRef.current = JSON.parse(newContent); - llmChatPanel.refresh(); - } catch (e) { - dataRef.current = {}; - } - } - }); - const [ ChatWidget, llmChatPanel ] = useLegacyWidget(() => { - const llmChatPanel = new LlmChatPanel(); - llmChatPanel.setDataCallbacks( - async (data) => { - dataRef.current = data; - spacedUpdate.scheduleUpdate(); - }, - async () => dataRef.current - ); - return llmChatPanel; - }, { - noteContext, - containerStyle: { - height: "100%" - } - }); - - useEffect(() => { - llmChatPanel.setNoteId(note.noteId); - llmChatPanel.setCurrentNoteId(note.noteId); - }, [ note ]); - - return ChatWidget; -} diff --git a/apps/client/src/widgets/type_widgets/ContentWidget.tsx b/apps/client/src/widgets/type_widgets/ContentWidget.tsx index d7e2aad39f..2956c92ef5 100644 --- a/apps/client/src/widgets/type_widgets/ContentWidget.tsx +++ b/apps/client/src/widgets/type_widgets/ContentWidget.tsx @@ -11,7 +11,6 @@ import MultiFactorAuthenticationSettings from "./options/multi_factor_authentica import EtapiSettings from "./options/etapi"; import BackupSettings from "./options/backup"; import SyncOptions from "./options/sync"; -import AiSettings from "./options/ai_settings"; import OtherSettings from "./options/other"; import InternationalizationOptions from "./options/i18n"; import AdvancedSettings from "./options/advanced"; @@ -19,7 +18,7 @@ import "./ContentWidget.css"; import { t } from "../../services/i18n"; import BackendLog from "./code/BackendLog"; -export type OptionPages = "_optionsAppearance" | "_optionsShortcuts" | "_optionsTextNotes" | "_optionsCodeNotes" | "_optionsImages" | "_optionsSpellcheck" | "_optionsPassword" | "_optionsMFA" | "_optionsEtapi" | "_optionsBackup" | "_optionsSync" | "_optionsAi" | "_optionsOther" | "_optionsLocalization" | "_optionsAdvanced"; +export type OptionPages = "_optionsAppearance" | "_optionsShortcuts" | "_optionsTextNotes" | "_optionsCodeNotes" | "_optionsImages" | "_optionsSpellcheck" | "_optionsPassword" | "_optionsMFA" | "_optionsEtapi" | "_optionsBackup" | "_optionsSync" | "_optionsOther" | "_optionsLocalization" | "_optionsAdvanced"; const CONTENT_WIDGETS: Record JSX.Element> = { _optionsAppearance: AppearanceSettings, @@ -33,7 +32,6 @@ const CONTENT_WIDGETS: Record - - - - ); -} - -function EnableAiSettings() { - const [ aiEnabled, setAiEnabled ] = useTriliumOptionBool("aiEnabled"); - - return ( - <> - - - { - if (isEnabled) { - toast.showMessage(t("ai_llm.ai_enabled")); - } else { - toast.showMessage(t("ai_llm.ai_disabled")); - } - - setAiEnabled(isEnabled); - }} - /> - - {aiEnabled && {t("ai_llm.experimental_warning")}} - - - ); -} - -function ProviderSettings() { - const [ aiSelectedProvider, setAiSelectedProvider ] = useTriliumOption("aiSelectedProvider"); - const [ aiTemperature, setAiTemperature ] = useTriliumOption("aiTemperature"); - const [ aiSystemPrompt, setAiSystemPrompt ] = useTriliumOption("aiSystemPrompt"); - - return ( - - - - - - { - aiSelectedProvider === "openai" ? - - : aiSelectedProvider === "anthropic" ? - - : aiSelectedProvider === "ollama" ? - - : - <> - } - - - - - - - - - - ) -} - -interface SingleProviderSettingsProps { - provider: string; - title: string; - apiKeyDescription?: string; - baseUrlDescription: string; - modelDescription: string; - validationErrorMessage: string; - apiKeyOption?: OptionNames; - baseUrlOption: OptionNames; - modelOption: OptionNames; -} - -function SingleProviderSettings({ provider, title, apiKeyDescription, baseUrlDescription, modelDescription, validationErrorMessage, apiKeyOption, baseUrlOption, modelOption }: SingleProviderSettingsProps) { - const [ apiKey, setApiKey ] = useTriliumOption(apiKeyOption ?? baseUrlOption); - const [ baseUrl, setBaseUrl ] = useTriliumOption(baseUrlOption); - const isValid = (apiKeyOption ? !!apiKey : !!baseUrl); - - return ( -
-
-
-
{title}
-
- -
- {!isValid && {validationErrorMessage} } - - {apiKeyOption && ( - - - - )} - - - - - - {isValid && - - - - } -
-
-
- ) -} - -function ModelSelector({ provider, baseUrl, modelOption }: { provider: string; baseUrl: string, modelOption: OptionNames }) { - const [ model, setModel ] = useTriliumOption(modelOption); - const [ models, setModels ] = useState<{ name: string, id: string }[]>([]); - - const loadProviders = useCallback(async () => { - switch (provider) { - case "openai": - case "anthropic": { - try { - const response = await server.get(`llm/providers/${provider}/models?baseUrl=${encodeURIComponent(baseUrl)}`); - if (response.success) { - setModels(response.chatModels.toSorted((a, b) => a.name.localeCompare(b.name))); - } else { - toast.showError(t("ai_llm.no_models_found_online")); - } - } catch (e) { - toast.showError(t("ai_llm.error_fetching", { error: e })); - } - break; - } - case "ollama": { - try { - const response = await server.get(`llm/providers/ollama/models?baseUrl=${encodeURIComponent(baseUrl)}`); - if (response.success) { - setModels(response.models - .map(model => ({ - name: model.name, - id: model.model - })) - .toSorted((a, b) => a.name.localeCompare(b.name))); - } else { - toast.showError(t("ai_llm.no_models_found_ollama")); - } - } catch (e) { - toast.showError(t("ai_llm.error_fetching", { error: e })); - } - break; - } - } - }, [provider]); - - useEffect(() => { - loadProviders(); - }, [provider]); - - return ( - <> - - -