From 10ad660f1ae276dcf84206b75b36ec079c5bf6b7 Mon Sep 17 00:00:00 2001 From: Janez Troha <239513+dz0ny@users.noreply.github.com> Date: Thu, 26 Dec 2024 16:18:11 +0100 Subject: [PATCH] Update sl.json --- sl.json | 4496 +++++++++++++++++++++++++++---------------------------- 1 file changed, 2248 insertions(+), 2248 deletions(-) diff --git a/sl.json b/sl.json index 82be7cb0..7f58359c 100644 --- a/sl.json +++ b/sl.json @@ -1,2249 +1,2249 @@ { - "setting": { - "options": "Options", - "plugin": "Plugin", - "builtin-plugins": "Core plugins", - "plugin-options": "Plugin options", - "folder-path-example-placeholder": "Example: folder 1/folder 2", - "file-path-example-placeholder": "Example: folder/note", - "msg-restart-required": "Changing this option requires a restart to take effect.", - "editor": { - "name": "Editor", - "section-behavior": "Behavior", - "section-display": "Display", - "option-spellcheck": "Spell check", - "option-spellcheck-description": "Turns on the spell checker. Currently only works for English (US).", - "spellcheck-languages": "Spellcheck languages", - "spellcheck-languages-description": "Choose the languages for the spellchecker to use.", - "spellcheck-languages-mac-description": "The native spellchecker will automatically detect the language being used for you on macOS.", - "spellcheck-dict": "Spellcheck dictionary", - "spellcheck-dict-empty": "The spellcheck dictionary is empty.", - "option-show-inline-title": "Show inline title", - "option-show-inline-title-description": "Displays the filename as an editable title inline with the file contents.", - "option-readable-line-length": "Readable line length", - "option-readable-line-description": "Limit maximum line length. Fits less content on the screen, but makes long paragraphs more readable.", - "option-strict-line-break": "Strict line breaks", - "option-strict-line-break-description": "In preview mode, ignore single line breaks according to the Markdown specs. Turn this off for single line breaks to show in preview.", - "option-properties-in-document": "Properties in document", - "option-properties-in-document-description": "Choose how properties are displayed within the editor. Select “source” to have the properties displayed as YAML.", - "option-properties-hidden": "Hidden", - "option-properties-visible": "Visible", - "option-properties-source": "Source", - "option-auto-pair-brackets": "Auto pair brackets", - "option-auto-pair-brackets-description": "Pair brackets and quotes automatically.", - "option-auto-pair-markdown": "Auto pair Markdown syntax", - "option-auto-pair-markdown-description": "Pair symbols automatically for bold, italics, highlight, strikethrough, and code.", - "option-smart-indent-lists": "Smart indent lists", - "option-smart-indent-lists-description": "Take care of indentation and list marker for you.", - "option-fold-heading": "Fold heading", - "option-fold-heading-description": "Let you fold everything under a heading.", - "option-fold-indent": "Fold indent", - "option-fold-indent-description": "Let you fold a portion of the same indentation, such as lists.", - "option-default-new-tab-view": "Default view for new tabs", - "option-default-new-tab-view-description": "The default view that a new Markdown tab gets opened in.", - "option-default-new-tab-view-editing": "Editing view", - "option-default-new-tab-view-reading": "Reading view", - "option-open-tab-in-foreground": "Always focus new tabs", - "option-open-tab-in-foreground-description": "When you open a link in a new tab, switch to it immediately.", - "option-default-editing-mode": "Default editing mode", - "option-default-editing-mode-description": "The default editing mode a new pane will start with.", - "option-default-editing-mode-source": "Source mode", - "option-default-editing-mode-live-preview": "Live Preview", - "option-show-line-number": "Show line number", - "option-show-line-number-description": "Show line number in the gutter.", - "option-indentation-guide": "Show indentation guides", - "option-indentation-guide-description": "Show vertical relationship lines between bullet points for visual guidance.", - "option-use-tabs": "Use tabs", - "option-use-tabs-description": "Use tabs to indent when pressing the \"Tab\" key. Set this to off to use spaces.", - "option-tab-size": "Tab size", - "option-tab-size-description": "Number of spaces a tab is equivalent to.", - "option-rtl": "Right-to-left (RTL)", - "option-rtl-description": "Sets the text direction of notes to display in right-to-left.", - "option-auto-convert-html": "Auto convert HTML", - "option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.", - "option-vim-key-bindings": "Vim key bindings", - "option-vim-key-bindings-description": "Let you use Vim key bindings in the source editor.", - "option-vim-key-bindings-mobile": "On mobile devices, this setting is per-device and is not synchronized through the config file.", - "option-reindex-vault": "Rebuild vault cache", - "option-reindex-vault-description": "Rebuilding the cache could take a few seconds to a few minutes depending on the size of your vault.", - "label-reindex": "Rebuild", - "label-confirm-enable-vim": "Confirm entering Vim mode", - "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", - "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", - "label-vim-your-answer": "Your answer", - "placeholder-enter-command": "Enter command...", - "button-confirm-enable-vim": "Let me enable Vim", - "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", - "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", - "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" - }, - "file": { - "name": "Files & Links", - "option-confirm-file-deletion": "Confirm file deletion", - "option-confirm-file-deletion-description": "Whether you want to get prompted to confirm file deletion.", - "option-delete-destination": "Deleted files", - "option-delete-destination-description": "What to do with files after you delete them.", - "option-choice-system-trash": "Move to system trash", - "option-choice-vault-trash": "Move to Obsidian trash (.trash folder)", - "option-choice-permanent-delete": "Permanent delete", - "option-always-update-links": "Always update internal links", - "option-always-update-links-description": "Whether to automatically update links after renaming a file or prompt.", - "option-new-note-location": "New note default location", - "option-new-note-location-description": "Where to put newly created notes. Plugin settings will override this.", - "option-choice-vault-root": "Vault root", - "option-choice-current-folder": "Same folder as the file is in", - "option-choice-specified-folder": "In the folder specified below", - "option-new-file-folder-path": "Folder to create new notes in", - "option-new-file-folder-path-description": "Newly created notes will appear under this folder. Plugin settings will override this.", - "option-use-wiki-links": "Use [[Wikilinks]]", - "option-use-wiki-links-description": "Auto-generate Wikilinks for [[links]] and ![[images]] instead of Markdown links and images. Disable this option to generate Markdown links instead.", - "option-show-unsupported-files": "Detect all file extensions", - "option-show-unsupported-files-description": "Show files with any extension even if Obsidian can't open them natively, so that you can link to them and see them in File Explorer and Quick Switcher.", - "option-link-autocompleted-format": "New link format", - "option-link-autocompleted-format-description": "What links to insert when auto generating internal links.", - "option-choice-shortest-linktext": "Shortest path when possible", - "option-choice-relative-path": "Relative path to file", - "option-choice-absolute-path": "Absolute path in vault", - "option-new-attachment-location": "Default location for new attachments", - "option-new-attachment-location-description": "Where newly added attachments are placed.", - "option-new-attachment-location-default": "attachments", - "option-choice-subdirectory": "In subfolder under current folder", - "option-attachment-folder-path": "Attachment folder path", - "option-attachment-folder-path-description": "Newly created attachment files will appear here. That includes images created via drag and drop or pasting, and audio recordings.", - "option-attachment-subfolder-path": "Subfolder name", - "option-attachment-subfolder-path-description": "If your file is under \"vault/folder\", and your set subfolder name to \"attachments\", attachments will be saved to \"vault/folder/attachments\".", - "option-attachment-subfolder-path-placeholder": "attachments", - "option-excluded-files": "Excluded files", - "option-excluded-files-desc": "Excluded files will be either hidden or less noticeable in various places, such as Quick Switcher, link suggestion, and Graph View.", - "label-no-excluded-filters-applied": "No excluded filter is applied right now. Add one below.", - "label-excluded-filters-applied": "Files matching the following filters are currently excluded:", - "label-excluded-filter": "Filter", - "message-empty-filter": "Filter cannot be empty", - "placeholder-excluded-filter": "Enter path or \"/regex/\"...", - "option-uri-callbacks": "Allow URI callbacks", - "option-uri-callbacks-desc": "Enable the use of x-callback-url through x-success or x-error when handling Obsidian URIs." - }, - "appearance": { - "name": "Appearance", - "option-base-theme": "Base theme", - "option-base-theme-description": "Choose Obsidian’s default color scheme.", - "option-accent-color": "Accent color", - "option-accent-color-description": "Choose the accent color used throughout the app.", - "dark-theme": "Dark", - "light-theme": "Light", - "system-theme": "Adapt to system", - "option-font": "Font", - "option-advanced": "Advanced", - "option-interface": "Interface", - "option-interface-font": "Interface font", - "option-interface-font-description": "Set base font for all of Obsidian.", - "option-zoom-level": "Zoom level", - "option-zoom-level-description": "Controls the overall zoom level of the app.", - "option-text-font": "Text font", - "option-text-font-description": "Set font for editing and reading views.", - "option-monospace-font": "Monospace font", - "option-monospace-font-description": "Set font for places like code blocks and frontmatter.", - "label-single-font-currently-in-effect": " Currently applied font: ", - "label-multiple-fonts-currently-in-effect": " The following fonts are currently applied:", - "option-font-placeholder": "Enter font name...", - "label-no-custom-font-set": "No custom font is applied right now. Add one below.", - "label-font-applied": "The first font from this list that is available on your system will be applied.", - "msg-font-not-found": "This font is not detected on your system.", - "msg-font-found": "This font is detected on your system.", - "label-font-name": "Font name", - "option-community-themes": "Open community themes", - "option-community-themes-description": "Preview and use amazing themes created by the community.", - "button-browse-community-themes": "Browse", - "option-font-size": "Font size", - "option-font-size-description": "Font size in pixels that affects editor and preview.", - "option-font-size-action": "Quick font size adjustment", - "option-font-size-action-description": "Adjust the font size using Ctrl + Scroll, or using the trackpad pinch-zoom gesture.", - "option-themes": "Themes", - "option-manage-themes-description": "Manage installed themes and browse community themes.", - "option-theme-button-manage": "Manage", - "option-choice-none": "None", - "option-native-menus": "Native menus", - "option-native-menus-desc": "Menus throughout the app will match the operating system. They will not be affected by your theme.", - "button-reload-themes": "Reload themes", - "msg-reloaded-themes": "Reloaded custom CSS themes.", - "button-open-themes-folder": "Open themes folder", - "option-css-snippets": "CSS snippets", - "label-no-css-snippets-found": "No CSS snippets found in the snippets folder.", - "no-snippet-description": "CSS Snippets are stored in \"{{path}}\".", - "button-reload-snippets": "Reload snippets", - "button-open-snippets-folder": "Open snippets folder", - "msg-reloaded-snippets": "Reloaded CSS snippets.", - "option-toggle-snippet-description": "Apply CSS snippet at \"{{path}}\".", - "label-installed-themes": "Installed themes", - "label-screenshot-unavailable": "Screenshot unavailable", - "label-default-theme": "Default", - "tooltip-click-to-enlarge": "Click to enlarge", - "button-update": "Update", - "label-currently-active": "Active", - "option-frame-style": "Window frame style", - "option-frame-description": "Determines the styling of the title bar of Obsidian windows. Requires a full restart to take effect.", - "option-frame-hidden": "Hidden (default)", - "option-frame-obsidian": "Obsidian frame", - "option-frame-native": "Native frame", - "option-custom-icon": "Custom app icon", - "option-custom-icon-desc": "Set a custom icon for the app", - "button-choose-custom-icon": "Choose custom icon", - "option-configure-ribbon": "Ribbon menu", - "option-configure-ribbon-desc": "Configure what commands appear in the ribbon menu in the navigation bar.", - "option-mobile-quick-ribbon-item": "Quick access ribbon item", - "option-mobile-quick-ribbon-item-desc": "Tapping on the ribbon item in the navigation menu will active this ribbon item. Tap and hold will still show the menu.", - "option-mobile-quick-ribbon-default": "Open ribbon menu", - "button-configure": "Configure", - "option-show-ribbon": "Show ribbon", - "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", - "label-additional-ribbon-items": "Other ribbon items", - "label-modal-configuration": "Ribbon Configuration", - "label-modal-configuration-desc": "Choose what items you want to be active in the ribbon. Drag and drop to change the order.", - "option-show-view-header": "Show tab title bar", - "option-show-view-header-desc": "Display the header at the top of every tab.", - "msg-updates-found": "Found {{count}} theme to update.", - "msg-updates-found_plural": "Found {{count}} themes to update.", - "button-check-for-updates": "Check for updates", - "button-view-updates": "View updates", - "button-update-all-themes": "Update all", - "label-current-themes": "Current community themes", - "label-currently-installed": "You currently have {{count}} theme installed.", - "label-currently-installed_plural": "You currently have {{count}} themes installed." - }, - "hotkeys": { - "name": "Hotkeys", - "option-search": "Search hotkeys", - "option-search-desc": "Showing {{count}} hotkey. ", - "option-search-desc_plural": "Showing {{count}} hotkeys. ", - "option-search-conflict": "{{count}} command with conflicts.", - "option-search-conflict_plural": "{{count}} commands with conflicts.", - "prompt-filter": "Filter...", - "tooltip-delete-hotkey": "Delete hotkey", - "label-waiting-for-hotkey-press": "Press hotkey...", - "label-show-all": "All", - "label-show-unassigned": "Unassigned", - "label-show-assigned": "Assigned", - "label-show-user-assigned": "Assigned by me", - "tooltip-restore-default": "Restore default", - "tooltip-customize-command": "Customize this command", - "tooltip-hotkey-single-conflict": "This hotkey conflicts with \"{{command}}\"", - "tooltip-hotkey-multiple-conflicts": "This hotkey conflicts with {{count}} other commands", - "label-blank-hotkey": "Blank" - }, - "about": { - "name": "General", - "label-commercial-license": "Commercial license", - "label-license-key": "License key", - "license-key-placeholder": "Your license key...", - "label-activate-license": "Activate license", - "button-activate": "Activate", - "label-unknown-version": "Unknown", - "label-current-version": "Current version: ", - "label-install-version": "(Installer version: {{version}})", - "label-up-to-date": "Your app is up to date!", - "label-read-changelog": "Read the changelog.", - "label-manual-update-required": "To support the latest features and to receive the latest security patches, Obsidian needs a major installer update. You need to manually download and reinstall Obsidian.", - "label-download": "Download", - "label-new-version-ready": "A new version is ready to be installed. ", - "label-disabled-updates": "Updates are disabled.", - "button-relaunch": "Relaunch", - "button-check-for-updates": "Check for updates", - "option-auto-update": "Automatic updates", - "option-auto-update-description": "Turn this off to prevent the app from checking for updates.", - "option-check-slow-startup": "Notify if startup takes longer than expected", - "option-check-slow-startup-description": "Diagnose issues with your app by seeing what is causing the app to load slowly.", - "button-check-startup": "Check now", - "option-get-help": "Get help", - "option-get-help-description": "Get help on using Obsidian.", - "button-open": "Open", - "option-language": "Language", - "option-language-description": "Change the display language.", - "option-insider-build": "Receive insider builds", - "option-insider-build-description": "Auto-update to insider builds to try out new features. Note that these builds are bleeding edge and might be less stable.", - "option-advanced": "Advanced", - "option-hw-acceleration": "Hardware Acceleration", - "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", - "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", - "option-config-location": "Override config folder", - "option-config-location-description": "Use a different config folder than the default one. Must start with a dot.", - "option-config-location-warning": "Config location must be a valid folder name that starts with a dot.", - "label-license": "License", - "label-your-commercial-license-key": "Your commercial license key is \"{{key}}\".", - "label-commercial-license-info": "Registered to \"{{company}}\" for {{seats}} users. Valid until {{expiry}}.", - "label-validating-commercial-license": "Validating...", - "label-invalid-commercial-license": "License invalid: ", - "button-remove-commercial-license": "Remove", - "option-catalyst": "Catalyst license", - "option-catalyst-desc": "You currently have the {{tier}} Catalyst license. Thanks for your support!", - "option-catalyst-desc-no-license": "You don't have a Catalyst license right now. Catalyst license is a one-time donation to support Obsidian development.", - "label-app": "App", - "label-add-own-language": "Learn how to add a new language to Obsidian." - }, - "account": { - "name": "Account", - "option-your-account": "Your account", - "option-your-account-desc": "You're currently signed in {{name}} ({{email}}).", - "option-your-account-desc-no-login": "You're not logged in right now. An account is only needed for Obsidian Sync, Obsidian Publish, and Catalyst insider builds.", - "label-insider": "insider", - "label-supporter": "supporter", - "label-vip": "VIP", - "button-upgrade-catalyst": "Upgrade", - "option-commercial-license": "Commercial license", - "option-commercial-license-desc": "If you use Obsidian for commercial purposes, you may need to get a commercial license.", - "button-purchase": "Purchase", - "button-log-out": "Log out", - "label-log-in": "Log in", - "label-sign-up": "Sign up", - "label-email": "Email", - "placeholder-email": "Your email...", - "label-password": "Password", - "placeholder-password": "Your password...", - "label-forgot-password": "Forgot password?", - "button-login": "Login", - "message-empty-email": "Email cannot be empty.", - "message-invalid-email": "Email is not valid.", - "message-empty-password": "Password cannot be empty.", - "message-login-failed": "Login failed, please double-check your email and password.", - "label-no-account": "Don't have an account? ", - "link-sign-up-now": "Sign up now", - "label-mfa-code": "6-digit 2FA code", - "mfa-wrong-format": "The 2FA authenticator code must be 6 digits.", - "mfa-verification-failed": "2FA code is incorrect, please double check your authenticator app." - }, - "core-plugin": { - "plugin-list": "Plugin list", - "option-search-plugin": "Search core plugins", - "option-search-plugin-description": "Filter plugins by name or description.", - "placeholder-search-plugin": "Search plugins..." - }, - "third-party-plugin": { - "name": "Third-party plugin", - "option-restricted-mode": "Restricted mode", - "option-restricted-mode-description": "Restricted Mode is off. Turn on to disable community plugins.", - "button-turn-on": "Turn on", - "option-browse-community-plugins": "Community plugins", - "option-browse-community-plugins-description": "Browse and install third-party plugins made by our amazing community.", - "button-browse": "Browse", - "label-exit-restricted-mode": "Exit Restricted Mode", - "label-exit-restricted-mode-description-1": "Community plugins, like any other software you install, could potentially cause data integrity and security issues.", - "label-exit-restricted-mode-description-2": "Plugin security is important to us. Here's what we do:", - "label-exit-restricted-mode-description-3": "Despite our efforts, there is still a small chance that a community plugin might misbehave.", - "label-code-review": "Initial code review", - "label-code-review-desc": "Plugins undergo an initial code review by our team before they appear in the store.", - "label-open-source": "Open source", - "label-open-source-desc": "Most plugins are open source on GitHub, so you can inspect the code yourself.", - "label-peer-audit": "Peer audit", - "label-peer-audit-desc": "We have a large community of developers who watch out for each other.", - "label-report-mechanism": "Report mechanism", - "label-report-mechanism-desc": "We follow up and remove faulty plugins upon user report.", - "label-exit-restricted-mode-disable-confirmation": "Would you like to exit Restricted Mode to enable community plugins? We strongly recommend making backups of your data before doing so.", - "label-learn-more": "Learn more about plugin security", - "button-turn-on-community-plugins": "Turn on community plugins", - "label-trust-author": "Do you trust the author of this vault?", - "label-trust-author-description-1": "You're opening this vault for the first time, and it comes with some plugins.", - "label-trust-author-description-2": "If you obtained this vault from someone else, please note that plugins of unknown origin might pose security risks.", - "label-trust-author-description-3": "If you do not fully trust the author of this vault, we recommend staying in Restricted Mode, so the plugins in this vault do not run.", - "button-enable-plugins": "Trust author and enable plugins", - "button-dont-trust-author": "Browse vault in Restricted Mode", - "placeholder-community-plugins": "Search community plugins...", - "msg-failed-load-plugins": "Failed to load community plugins.", - "label-installed": "Installed", - "button-install": "Install", - "button-enable": "Enable", - "button-disable": "Disable", - "button-copy-share-link": "Copy share link", - "button-donate": "Donate", - "label-no-results-found": "No results found.", - "label-no-recent-files-found": "No recent files found. Type to search...", - "msg-failed-to-load-manifest": "Failed to load plugin manifest.", - "label-version": "Version: {{version}}", - "label-currently-installed-version": " (currently installed: {{version}})", - "label-by-author": "By ", - "label-repository": "Repository: ", - "label-last-update": "Last update: ", - "tooltip-view-last-update": "View the latest update", - "label-unsupported": "This plugin does not support your device.", - "button-update": "Update", - "label-no-readme": "This plugin did not provide a README file.", - "msg-installing-plugin": "Installing plugin \"{{name}}\"...", - "msg-failed-to-install-plugin": "Failed to install plugin \"{{name}}\".", - "msg-successfully-installed-plugin": "Successfully installed plugin \"{{name}}\".", - "label-installed-plugins": "Installed plugins", - "button-reload-plugins": "Reload plugins", - "msg-reloaded-third-party-plugins": "Reloaded third-party plugins.", - "label-uninstall": "Uninstall", - "label-uninstall-plugin": "Uninstall plugin", - "label-uninstall-plugin-confirmation": "Are you sure you want to uninstall this plugin? This will delete the folder of the plugin.", - "button-open-plugins-folder": "Open plugins folder", - "button-check-for-updates": "Check for updates", - "button-update-all-plugins": "Update all", - "label-current-plugins": "Current plugins", - "label-currently-installed": "You currently have {{count}} plugin installed.", - "label-currently-installed_plural": "You currently have {{count}} plugins installed.", - "msg-no-updates-found": "No plugin updates found.", - "msg-updates-found": "Found {{count}} plugin to update.", - "msg-updates-found_plural": "Found {{count}} plugins to update.", - "msg-update-plugin": "Update to version {{version}}", - "option-search-installed-plugin": "Search installed plugins", - "option-search-installed-plugin-description": "Filter installed plugins by name or description.", - "placeholder-search-installed-plugin": "Search installed plugins...", - "show-installed-only": "Show installed only", - "label-donate-modal-title": "Donate to support {{name}}", - "label-donate-modal-text1": "Plugin developers are community volunteers who make amazing things out of passion. If you find this plugin useful, please consider funding its development.", - "label-donate-modal-text2": "100% of your contribution will go to the plugin developer; Obsidian does not take a cut. The funding platform they choose might charge a fee.", - "label-donate-modal-text3": "Thanks for your generous support!", - "label-support-this-plugin": "Support this plugin:", - "label-search-summary": "Showing {{pluginCount}}:", - "label-by-popularity": "Most downloaded", - "label-by-released": "Recently released", - "label-by-updated": "Recently updated", - "label-alphabetical": "Alphabetical", - "label-last-updated": "Updated {{time}}" - }, - "mobile-toolbar": { - "name": "Mobile toolbar", - "option-configure-quick-action": "Configure mobile Quick Action", - "option-configure-quick-action-description": "Configure which command to trigger when pull down from the top. The current command is set to \"{{command}}\".", - "msg-missing-quick-action": "Action not configured", - "button-configure": "Configure", - "placeholder-select-quick-action": "Select Quick Action...", - "quick-action-disabled": "None", - "manage-toolbar-options": "Manage toolbar options", - "option-internal-link": "Add internal link", - "option-internal-embed": "Add embed", - "option-tag": "Add tag", - "option-heading": "Toggle heading", - "option-strikethrough": "Toggle strikethrough", - "option-highlight": "Toggle highlight", - "option-code": "Toggle code", - "option-blockquote": "Toggle blockquote", - "option-inline-math": "Toggle inline math", - "option-math-block": "Toggle math block", - "option-markdown-link": "Add Markdown link", - "option-bullet-list": "Toggle bullet list", - "option-numbered-list": "Toggle numbered list", - "option-indent-list": "Indent list item", - "option-unindent-list": "Unindent list item", - "option-undo": "Undo", - "option-redo": "Redo", - "option-move-caret-up": "Move caret up", - "option-move-caret-down": "Move caret down", - "option-move-caret-left": "Move caret left", - "option-move-caret-right": "Move caret right", - "option-first-line": "Go to first line", - "option-last-line": "Go to last line", - "option-toggle-keyboard": "Toggle keyboard", - "option-configure-toolbar": "Configure mobile toolbar", - "option-added-options": "Added options", - "option-more-toolbar-options": "More toolbar options", - "option-attach": "Insert attachment", - "option-add-command": "Add global command", - "option-add-command-description": "Select any global command to add to the toolbar." - } - }, - "editor": { - "search": { - "placeholder-find": "Find", - "placeholder-replace": "Replace", - "label-exit-search": "Exit search", - "label-next": "Next", - "label-previous": "Prev", - "label-find-all": "Find all", - "label-replace": "Replace", - "label-replace-all": "Replace all" - }, - "link-suggestion": { - "label-type-hash": "Type #", - "label-link-heading": "to link heading", - "label-type-block": "Type ^", - "label-link-block": "to link blocks", - "label-type-pipe": "Type |", - "label-change-display-text": "to change display text", - "label-no-alias": "Display text", - "label-no-heading": "Heading", - "label-no-match-found": "No match found", - "label-image-size": "Image size: {{size}}px wide", - "label-accept": "to accept" - }, - "spellcheck": { - "no-suggestion": "No suggestions...", - "add-to-dictionary": "Add to dictionary" - }, - "menu": { - "edit-link": "Edit link", - "edit-tag": "Edit tag", - "label-edit-block": "Edit this block", - "label-delete-footref-and-note": "Delete footnote and reference" - }, - "heading-suggestion": { - "label-no-heading": "No heading", - "label-heading-level": "Heading {{level}}" - }, - "print-modal": { - "title": "Export to PDF", - "caption": "Export \"{{filename}}\" to PDF with the setting below.", - "setting-page-size": "Page size", - "setting-page-size-a3": "A3", - "setting-page-size-a4": "A4", - "setting-page-size-a5": "A5", - "setting-page-size-legal": "Legal", - "setting-page-size-letter": "Letter", - "setting-page-size-tabloid": "Tabloid", - "setting-include-file-name": "Include file name as title", - "setting-landscape": "Landscape", - "setting-margin": "Margin", - "setting-margin-default": "Default", - "setting-margin-minimal": "Minimal", - "setting-margin-none": "None", - "setting-downscale-percent": "Downscale percent", - "button-export-to-pdf": "Export to PDF" - }, - "link-popover": { - "tooltip-follow-link": "Follow link", - "tooltip-open-link": "Open link", - "tooltip-search-tag": "Search tag" - } - }, - "interface": { - "embed-cannot-find": "Cannot find:", - "label-unable-to-find-section": "Unable to find “{{subpath}}” in {{file}}", - "embed-open-in-default-app-tooltip": "Open in default app", - "empty-sidebar": "The sidebar is empty, try dragging a pane here.", - "sidebar-expand": "Expand", - "sidebar-collapse": "Collapse", - "msg-fail-to-save-file": "Failed to save file \"{{filepath}}\". {{message}}.", - "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}”", - "msg-plugin-error": "Plugin “{{plugin}}” encountered an error while loading", - "msg-failed-to-load-file": "Failed to open “{{filepath}}”", - "msg-failed-to-open-href": "Cannot open location “{{href}}”", - "no-file": "No file", - "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", - "switch-vault": "Open another vault", - "manage-vaults": "Manage vaults...", - "help": "Help", - "settings": "Settings", - "drag-to-rearrange": "Drag to rearrange", - "msg-switched-to-read": "Switched default view mode to reading view.", - "msg-switched-to-edit": "Switched default view mode to editor.", - "msg-upgrade-installer": "To use this feature, please re-install with latest installer available from our website.", - "msg-slow-boot": "Slow startup time detected.", - "msg-desktop-only-feature": "This feature is only available in the desktop app.", - "tooltip-restore-default-settings": "Restore default settings", - "label-copy": "Copy to clipboard", - "label-copy-short": "Copy", - "copied_generic": "Copied to your clipboard", - "copied": "{{item}} copied to your clipboard", - "prompt-filter": "Filter...", - "url": "Url", - "msg-open-file-through-uri": "Opened file \"{{path}}\"", - "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", - "delete-action-short-name": "Delete", - "msg-indexing": "Obsidian is indexing your vault...\nThis should only happen once.\nSome functionality may not be available until this is complete.", - "msg-indexing-complete": "Indexing complete.", - "msg-sandbox-vault": "This is a sandbox vault.\nChanges you make in this vault will be lost.", - "label-enter-to-create": "Enter to create", - "label-update-available": "Update Available", - "label-debug-info": "Debug info", - "button-learn-more": "Learn more", - "button-not-now": "Not now", - "button-add": "Add", - "button-manage": "Manage", - "label-new-tab": "New tab", - "option-hide-ribbon": "Hide ribbon", - "msg-tab-busy": "This tab is currently busy, please try again later", - "formatting": { - "label-formatting": "Format", - "label-paragraph": "Paragraph", - "label-insert": "Insert", - "insert-link": "Add link", - "insert-external-link": "Add external link", - "insert-callout": "Callout", - "insert-horizontal-rule": "Horizontal rule", - "insert-code-block": "Code block", - "insert-math-block": "Math block", - "insert-table": "Table", - "toggle-bold": "Bold", - "toggle-code": "Code", - "toggle-comments": "Comment", - "toggle-highlight": "Highlight", - "toggle-italics": "Italic", - "toggle-strikethrough": "Strikethrough", - "toggle-math": "Math", - "toggle-bullet-list": "Bullet list", - "toggle-checklist": "Task list", - "toggle-numbered-list": "Numbered list", - "set-heading": "Heading {{level}}", - "no-heading": "Body", - "clear": "Clear formatting", - "toggle-quote": "Quote" - }, - "empty-state": { - "no-file-open": "No file is open", - "create-new-file": "Create new file", - "go-to-file": "Go to file", - "see-recent-files": "See recent files", - "close": "Close", - "unknown-pane-title": "Plugin no longer active", - "unknown-pane-desc": "The plugin that created this pane ({{type}}) has gone away" - }, - "menu": { - "edit-view": "Edit (Ctrl/Cmd+Click to edit in new pane)", - "read-view": "Current view: reading", - "ribbon": "Ribbon", - "left-sidebar": "Left sidebar", - "right-sidebar": "Right sidebar", - "switch-to-edit-view": "Click to edit", - "switch-to-read-view": "Click to read", - "mod-click-open-new-tab": "{{key}}+Click to open in new tab", - "find": "Find...", - "replace": "Replace...", - "edit": "Edit", - "remove": "Remove", - "rename": "Rename", - "preview": "Preview", - "more-options": "More options", - "close": "Close", - "close-all": "Close all", - "close-tabs-with-count": "Close {{count}} tab", - "close-tabs-with-count_plural": "Close {{count}} tabs", - "close-others": "Close others", - "close-after": "Close tabs after", - "pin": "Pin", - "unpin": "Unpin", - "unlink-tab": "Unlink tab", - "link-tab": "Link with tab...", - "toggle-source-mode": "Source mode", - "toggle-reading-view": "Reading view", - "add-property": "Add file property", - "delete-file": "Delete file", - "create-file": "Create this file", - "open-link": "Open link", - "open-in-new-tab": "Open in new tab", - "open-to-the-right": "Open to the right", - "copy-url": "Copy url", - "copy": "Copy", - "cut": "Cut", - "paste": "Paste", - "paste-as-plain-text": "Paste as plain text", - "lookup-selection": "Look up “{{selection}}”", - "select-all": "Select all", - "rename-heading": "Rename this heading...", - "rename-blockid": "Rename this block ID...", - "open-in-new-window": "Open in new window", - "move-to-new-window": "Move to new window", - "open-in-browser": "Open in browser", - "stack-tabs": "Stack tabs", - "unstack-tabs": "Unstack tabs", - "open-linked-view": "Open linked view" - }, - "tooltip": { - "click-to-expand": "Click to expand", - "click-to-collapse": "Click to collapse", - "alias": "Alias", - "not-created-yet": "Not created yet, select to create" - }, - "start-screen": { - "label-version": "Version", - "label-create-local-vault": "Create local vault", - "option-open-folder-as-vault": "Open folder as vault", - "option-open-folder-as-vault-description": "Choose an existing folder of Markdown files.", - "option-create-vault": "Create new vault", - "option-create-vault-description": "Create a new Obsidian vault under a folder.", - "option-connect-obsidian-sync": "Connect to Obsidian Sync", - "option-connect-obsidian-sync-description": "Set up a synced vault with existing remote vault.", - "option-new-vault-name": "Vault name", - "option-new-vault-name-description": "Pick a name for your awesome vault.", - "option-new-vault-location": "Location", - "option-new-vault-location-description": "Pick a place to put your new vault.", - "label-new-vault-location-preview": "Your new vault will be placed in: ", - "option-reveal-vault-in-explorer": "Reveal vault in system explorer", - "option-reveal-vault-in-explorer-mac": "Reveal vault in Finder", - "option-rename-vault": "Rename vault...", - "option-copy-vault-i-d": "Copy vault ID", - "msg-error-rename-exists": "There is already a vault with this name.", - "msg-error-nested": "Cannot move vault into a subfolder of itself.", - "msg-error-rename-open": "Can't rename a currently open vault.", - "msg-rename-failed": "Failed to rename vault.", - "msg-rename-success": "Successfully renamed vault.", - "option-move-vault": "Move vault...", - "msg-move-select-dest": "Select destination folder", - "msg-error-move-exists": "There is already a vault at the destination.", - "msg-error-move-open": "Can't move a currently open vault.", - "msg-move-failed": "Failed to move vault.", - "msg-move-success": "Successfully moved vault.", - "option-remove": "Remove from list", - "button-quick-start": "Quick start", - "button-open": "Open", - "button-browse": "Browse", - "button-connect": "Connect", - "button-create-vault": "Create", - "button-back": "Back", - "msg-empty-vault-name": "Vault name cannot be empty.", - "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", - "msg-invalid-folder": "Please pick a valid folder.", - "msg-failed-to-create-vault": "Failed to create vault.", - "msg-failed-to-create-vault-at-location": "Could not create vault at the given location. Please double-check the location and permission.", - "msg-error-failed-to-open-vault": "Failed to open.", - "msg-error-remove-current-open-vault": "Can't remove a currently open vault.", - "option-get-help": "Get Help", - "option-user-email": "Email", - "placeholder-your-email": "Your email...", - "option-user-password": "Password", - "placeholder-your-password": "Your password...", - "button-sign-in": "Sign in", - "button-setup": "Setup", - "option-connect-vault-desc": "Create a synced vault on this device.", - "tooltip-own-vault": "This is a remote vault owned by you.", - "tooltip-shared-vault": "This is a remote vault shared with you." - }, - "starter-content": { - "welcome-filename": "Welcome", - "welcome-file-content": "This is your new *vault*.\n\nMake a note of something, [[create a link]], or try [the Importer](https://help.obsidian.md/Plugins/Importer)!\n\nWhen you're ready, delete this note and make the vault your own." - }, - "drag-and-drop": { - "insert-link-here": "Insert link here", - "insert-links-here": "Insert links here", - "move-into-folder": "Move into \"{{folder}}\"", - "star-this-file": "Star this file", - "star-these-files": "Star these files", - "open-in-this-tab": "Open in this tab", - "open-as-tab": "Open as new tab" - }, - "window": { - "maximize": "Maximize", - "minimize": "Minimize", - "restore-down": "Restore down", - "close-window": "Close window", - "go-back": "Go back", - "go-forward": "Go forward" - }, - "start-up": { - "loading-obsidian": "Loading Obsidian...", - "obsidian-load-error": "An error occurred while loading Obsidian.", - "button-reload-app": "Reload app", - "button-reload-app-in-safe-mode": "Reload app in safe mode", - "button-open-another-vault": "Open another vault", - "loading-plugins": "Loading plugins...", - "msg-plugin-hang": "Plugin “{{plugin}}” is taking long to load. ", - "loading-vault": "Loading vault...", - "msg-failed-to-load-vault": "Failed to load vault: ", - "loading-cache": "Loading cache...", - "loading-workspace": "Loading workspace..." - }, - "mobile": { - "action-import": "Import into vault", - "action-insert-text-desc": "Add text to file:", - "action-choose-file-to-insert": "Choose a file to insert", - "action-insert-text-into-file": "Insert text into {{filename}}", - "action-insert-link-into-file": "Insert link into {{filename}}", - "action-show-switcher": "Show tab overview", - "msg-importing": "Importing...", - "msg-import-success": "Import success", - "msg-failed-to-import-file": "Failed to import file {{filename}}", - "msg-back-again-to-exit": "Press back again to exit." - }, - "help-screen": { - "label-official-help-site": "Official help site", - "label-official-help-site-desc": "Read the official help documentation of Obsidian, available in multiple languages.", - "action-visit": "Visit", - "label-discord-chat": "Discord chat", - "label-discord-chat-desc": "Discord is the best place to chat with other experienced Obsidian users from around the world.", - "action-join": "Join", - "label-forum": "Official forum", - "label-forum-desc": "Help each other, post feature requests, report bugs, and have in-depth discussions about knowledge management.", - "label-sandbox-vault": "Sandbox vault", - "label-sandbox-vault-desc": "Play around and experiment with various features. Please note your changes will not be saved." - } - }, - "commands": { - "save-file": "Save current file", - "follow-cursor-link": "Follow link under cursor", - "open-cursor-link-in-new-tab": "Open link under cursor in new tab", - "open-cursor-link-to-the-right": "Open link under cursor to the right", - "open-cursor-link-in-new-window": "Open link under cursor in new window", - "navigate-tab-above": "Focus on tab group above", - "navigate-tab-below": "Focus on tab group below", - "navigate-tab-left": "Focus on tab group to the left", - "navigate-tab-right": "Focus on tab group to the right", - "toggle-pin": "Toggle pin", - "split-right": "Split right", - "split-down": "Split down", - "toggle-stacked-tabs": "Toggle stacked tabs", - "navigate-back": "Navigate back", - "navigate-forward": "Navigate forward", - "use-dark-mode": "Use dark mode", - "use-light-mode": "Use light mode", - "change-theme": "Change theme", - "search-current-file": "Search current file", - "search-replace-current-file": "Search & replace in current file", - "add-property": "Add file property", - "label-sort-property-a-to-z": "Name (A to Z)", - "label-sort-property-z-to-a": "Name (Z to A)", - "add-alias": "Add alias", - "edit-property": "Edit file property", - "clear-properties": "Clear file properties", - "open-settings": "Open settings", - "open-help": "Open help", - "toggle-edit": "Toggle editing/reading view", - "toggle-source-mode": "Toggle Live Preview/Source mode", - "delete-current-file": "Delete current file", - "new-tab": "New tab", - "show-trash": "Show trash", - "close-all-tabs": "Close all tabs", - "close-active-tab": "Close current tab", - "close-others-in-tab-group": "Close others in tab group", - "close-other-tabs": "Close all other tabs", - "close-tab-group": "Close this tab group", - "toggle-left-sidebar": "Toggle left sidebar", - "toggle-ribbon": "Toggle ribbon", - "toggle-right-sidebar": "Toggle right sidebar", - "toggle-default-new-tab-mode": "Toggle default mode for new tabs", - "add-cursor-above": "Add cursor above", - "add-cursor-below": "Add cursor below", - "focus-editor": "Focus on editor", - "toggle-fold-properties": "Toggle fold properties in current file", - "toggle-fold": "Toggle fold on the current line", - "fold-all": "Fold all headings and lists", - "unfold-all": "Unfold all headings and lists", - "fold-more": "Fold more", - "fold-less": "Fold less", - "swap-line-up": "Swap line up", - "swap-line-down": "Swap line down", - "remove-heading": "Remove heading", - "toggle-heading": "Set as heading {{level}}", - "toggle-bold": "Toggle bold for selection", - "toggle-italics": "Toggle italics for selection", - "toggle-highlight": "Toggle highlight for selection", - "toggle-comments": "Toggle comments for selection", - "clear-formatting": "Clear formatting", - "insert-link": "Insert link", - "toggle-spellcheck": "Toggle spellcheck", - "delete-paragraph": "Delete paragraph", - "toggle-checklist": "Toggle checklist status", - "cycle-list-checklist": "Cycle bullet/checkbox", - "insert-callout": "Insert callout", - "insert-code-block": "Insert code block", - "insert-math-block": "Insert math block", - "insert-horizontal-rule": "Insert horizontal rule", - "insert-table": "Insert table", - "edit-file-title": "Edit file title", - "copy-path": "Copy file path", - "copy-url": "Copy obsidian url", - "export-pdf": "Export to PDF", - "reload": "Reload app without saving", - "undo-close-tab": "Undo close tab", - "context-menu": "Show context menu under cursor", - "show-debug-info": "Show debug info", - "open-sandbox-vault": "Open sandbox vault", - "always-on-top": "Toggle window always on top", - "zoom-in": "Zoom in", - "zoom-out": "Zoom out", - "reset-zoom": "Reset zoom", - "toggle-preview": "Toggle edit/preview mode", - "move-to-new-window": "Move current pane to new window", - "open-in-new-window": "Open current pane in new window", - "rename-current-file": "Rename current file", - "go-to-prev-tab": "Go to previous tab", - "go-to-next-tab": "Go to next tab", - "go-to-last-tab": "Go to last tab", - "go-to-nth-tab": "Go to tab #{{n}}", - "show-release-notes": "Show release notes" - }, - "dialogue": { - "label-link-affected": "This will affect {{links}} in {{files}}.", - "msg-updated-links": "Updated {{links}} in {{files}}.", - "label-update-links": "Update links", - "label-confirm-update-link-to-file": "Do you want to update internal links that link to this file?", - "button-always-update": "Always update", - "button-just-once": "Just once", - "button-do-not-update": "Do not update", - "label-confirm-deletion": "Are you sure you want to delete \"{{filename}}\"?", - "label-move-to-system-trash": "It will be moved to your system trash.", - "label-move-to-vault-trash": "It will be moved to your Obsidian trash, which is located in the \".trash\" hidden folder in your vault.", - "label-permanent-delete": "The file will be permanently deleted.", - "label-non-empty-folder": "This folder is not empty.", - "label-delete-folder-warning": "If you continue, all files inside this folder will be deleted.", - "label-delete-folder": "Delete folder", - "button-delete": "Delete", - "button-delete-do-not-ask-again": "Delete and don't ask again", - "label-do-not-ask-again": "Don't ask again", - "label-existing-backlink": "There are currently {{links}} pointing to this note.", - "label-existing-backlink_plural": "There are currently {{links}} pointing to this note.", - "label-delete-file": "Delete file", - "button-manage": "Manage", - "button-view": "View", - "button-confirm": "Confirm", - "button-cancel": "Cancel", - "button-done": "Done", - "button-save": "Save", - "button-stop": "Stop", - "button-continue": "Continue", - "button-choose": "Choose", - "preparing-pdf": "Preparing PDF...", - "label-rename-file": "Rename file", - "label-rename-file-generic": "File name", - "label-new-name": "New name", - "msg-rename-success": "Successfully renamed file.", - "msg-merge-failed": "Failed to merge notes: {{message}}", - "msg-file-or-folder-not-found": "The file or folder “{{path}}” does not exist.", - "label-rename-heading": "Rename heading", - "label-rename-blockid": "Rename block ID" - }, - "menu-items": { - "new-file": "Create Note", - "new-file-to-the-right": "New Note to the Right", - "new-window": "New Window", - "open-switcher": "Open Quickly...", - "open-vault": "Open Vault...", - "close-tab": "Close Tab", - "close-window": "Close Window", - "find": "Find", - "replace": "Replace", - "insert-callout": "Callout", - "insert-markdown-link": "Markdown Link", - "insert-wikilink": "Link", - "set-heading": "Heading {{level}}", - "no-heading": "No Heading", - "insert-quote": "Quote", - "export-pdf": "Export PDF", - "insert-attachment": "Insert Attachment...", - "insert-codeblock": "Code Block", - "insert-math-block": "Math Block", - "insert-table": "Table", - "toggle-bullet-list": "Bullet List", - "toggle-numbered-list": "Numbered List", - "toggle-checklist": "Task List", - "toggle-bold": "Bold", - "toggle-code": "Code", - "toggle-comment": "Comment", - "toggle-italics": "Italics", - "toggle-inline-math": "Math", - "toggle-highlight": "Highlight", - "toggle-strikethrough": "Strikethrough", - "toggle-comments": "Comment", - "folding-menu": "Folding", - "fold-all": "Fold All", - "unfold-all": "Unfold All", - "fold-more": "Fold More", - "fold-less": "Fold Less", - "source-mode": "Source Mode", - "reading-view": "Reading View", - "show-debug-info": "Show Debug Info", - "open-sandbox": "Open Sandbox Vault", - "navigate-back": "Navigate Back", - "navigate-forward": "Navigate Forward", - "toggle-left-sidebar": "Toggle Left Sidebar", - "toggle-right-sidebar": "Toggle Right Sidebar", - "toggle-ribbon": "Ribbon", - "split-right": "Split Right", - "split-down": "Split Down", - "release-notes": "Release Notes" - }, - "plugins": { - "name": "Plugins", - "file-explorer": { - "name": "File explorer", - "desc": "See all the files in your vault.", - "action-open": "Open file explorer", - "action-show": "Show file explorer", - "action-create-note": "Create new note", - "action-create-folder": "Create new folder", - "action-create-note-in-current-tab": "Create new note in current tab", - "action-create-note-to-the-right": "Create note to the right", - "action-collapse-all": "Collapse all", - "action-expand-all": "Expand all", - "action-new-note": "New note", - "action-new-folder": "New folder", - "action-change-sort": "Change sort order", - "action-reveal-file": "Reveal file in file explorer", - "action-reveal-active-file": "Reveal active file in file explorer", - "command-make-a-copy": "Make a copy of the current file", - "command-make-a-copy-mac": "Duplicate current file", - "command-move-file": "Move file to another folder", - "action-new-folder-with-count": "New folder with selection ({{count}} item)", - "action-new-folder-with-count_plural": "New folder with selection ({{count}} items)", - "action-move-file": "Move file to...", - "action-move-folder": "Move folder to...", - "action-move-items": "Move {{count}} items to...", - "prompt-type-folder": "Type a folder", - "label-no-folders": "No folders found.", - "instruction-navigate": "to navigate", - "instruction-move": "to move", - "instruction-create": "to create", - "instruction-dismiss": "to dismiss", - "label-sort-a-to-z": "Sort by file name (A to Z)", - "label-sort-z-to-a": "Sort by file name (Z to A)", - "label-sort-new-to-old": "Sort by edit time (new to old)", - "label-sort-old-to-new": "Sort by edit time (old to new)", - "label-sort-created-old-to-new": "Created time (old to new)", - "label-sort-created-new-to-old": "Created time (new to old)", - "menu-opt-new-note": "New note", - "menu-opt-new-folder": "New folder", - "menu-opt-rename": "Rename", - "menu-opt-delete": "Delete", - "menu-opt-make-copy": "Make a copy", - "menu-opt-make-copy-mac": "Duplicate", - "msg-invalid-characters": "File name cannot contain any of the following characters: ", - "msg-unsafe-characters": "Links will not work with file names containing any of these characters: ", - "msg-file-already-exists": "There's already a file with the same name", - "msg-empty-file-name": "File name cannot be empty.", - "msg-bad-dotfile": "File name must not start with a dot.", - "tooltip-modified-time": "Last modified at {{time}}", - "tooltip-created-time": "Created at {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", - "action-move-file-short-name": "Move", - "label-untitled-file": "Untitled", - "label-untitled-folder": "Untitled", - "msg-set-attachment-folder": "Attachments will be saved to \"{{path}}\" from now on." - }, - "search": { - "name": "Search", - "desc": "Search for keyword in all the notes.", - "action-open-search": "Search in all files", - "label-collapse-results": "Collapse results", - "label-match-case": "Match case", - "label-explain-search-term": "Explain search term", - "label-more-context": "Show more context", - "label-result-count": "{{count}} result", - "label-result-count_plural": "{{count}} results", - "label-toggle-search-settings": "Search settings", - "prompt-start-search": "Type to start search...", - "label-match-text": "Matches text: ", - "label-match-regex": "Matches regex: ", - "label-match-exact-text": "Contains exact text: ", - "label-match-greater-than": "Greater than: ", - "label-match-less-than": "Less than: ", - "label-match-true": "Is true", - "label-match-false": "Is false", - "label-match-empty": "Is empty", - "label-match-property": "Contains property:", - "label-match-all": "Match all of: ", - "label-match-any": "Match any of: ", - "label-excluding": "Excluding: ", - "label-case-sensitive": "Case sensitive", - "label-case-insensitive": "Case insensitive", - "label-match-file-path": "Match file path: ", - "label-match-file-name": "Match file name: ", - "label-match-content": "Match file content: ", - "label-match-task": "Match task: ", - "label-match-task-todo": "Match task (todo): ", - "label-match-task-done": "Match task (done): ", - "label-match-line": "Match line: ", - "label-match-block": "Match block: ", - "label-match-section": "Match section: ", - "label-match-tag": "Match tag: ", - "label-no-matches": "No matches found.", - "matches-with-count": "... and {{count}} more match.", - "matches-with-count_plural": "... and {{count}} more matches.", - "label-copy-search-results": "Copy search results", - "button-copy-results": "Copy results", - "msg-successfully-copied": "Results copied to your clipboard.", - "option-show-path": "Show path", - "option-show-path-description": "Display full path of the file rather than just the file name.", - "option-link-style": "Link style", - "option-link-style-description": "Optionally turn each file result in to a link.", - "option-choice-link-style-none": "None", - "option-choice-link-style-wikilink": "Wikilink", - "option-choice-link-style-markdown-link": "Markdown link", - "option-list-prefix": "List prefix", - "option-list-prefix-description": "Optionally add a list item prefix to each file result.", - "option-choice-list-style-none": "None", - "option-choice-list-style-dash": "Dash (-)", - "option-choice-list-style-asterisk": "Asterisk (*)", - "option-choice-list-style-numbered": "Numbered", - "tooltip-clear-search": "Clear search", - "label-search-options": "Search options", - "label-properties-group": "Properties", - "label-tags-group": "Tags", - "tooltip-read-more": "Read more", - "label-history": "History", - "tooltip-clear-history": "Clear search history", - "label-path-option-description": "match path of the file", - "label-file-name-option-description": "match file name", - "label-tag-option-description": "search for tags", - "label-line-option-description": "search keywords on same line", - "label-section-option-description": "search keywords under same heading", - "label-property-option-description": "match property", - "menu-opt-search-for": "Search for \"{{keyword}}\"", - "menu-opt-search-in-folder": "Search in folder" - }, - "quick-switcher": { - "name": "Quick switcher", - "desc": "Jump to any files without leaving your keyboard. Ctrl/Cmd+O to activate.", - "short-name": "Switcher", - "action-open": "Open quick switcher", - "instruction-navigate": "to navigate", - "instruction-open": "to open", - "instruction-open-in-new-tab": "to open in new tab", - "instruction-open-to-the-right": "to open to the right", - "instruction-create": "to create", - "instruction-dismiss": "to dismiss", - "instruction-select": "to select", - "label-no-note-create-new": "No notes found. Enter to create a new one.", - "prompt-type-file-name": "Type file to switch to or create...", - "label-enter-to-create": "Enter to create", - "tooltip-not-created-yet": "Not created yet, select to create", - "option-show-existing-only": "Show existing only", - "option-show-existing-only-description": "Whether to show links to files that are not yet created.", - "option-show-attachments": "Show attachments", - "option-show-attachments-desc": "Show attachment files like images, videos, and PDFs.", - "option-show-all-file-types": "Show all file types", - "option-show-all-file-types-desc": "Show all files including ones that Obsidian can't open. The file will be opened with the default app for that file type." - }, - "graph-view": { - "name": "Graph view", - "desc": "See a graph overview of which notes link to which.", - "action-open": "Open graph view", - "action-open-local": "Open local graph", - "action-copy-screenshot": "Copy screenshot", - "tab-title": "Graph of {{displayText}}", - "label-filters": "Filters", - "prompt-filter-nodes": "Search files...", - "option-depth": "Depth", - "option-depth-description": "Show nodes this number of links away", - "option-neighbor-links": "Neighbor links", - "option-neighbor-links-description": "Show links between neighbors.", - "option-forelinks": "Outgoing links", - "option-forelinks-description": "Show links to other files", - "option-backlinks": "Incoming links", - "option-backlinks-description": "Show links from other files", - "option-show-tags": "Tags", - "option-show-tags-description": "Tags are linked to the files that contain them", - "option-show-attachments": "Attachments", - "option-show-attachments-description": "Show attachments included by files", - "option-show-existing-files-only": "Existing files only", - "option-show-existing-files-only-description": "When checked, links to nonexistent files are not shown", - "option-show-orphans": "Orphans", - "option-show-orphans-description": "Show files that are not linked to any other file", - "label-display": "Display", - "option-show-arrows": "Arrows", - "option-show-arrows-description": "Show arrows when zoomed in", - "option-text-fade": "Text fade threshold", - "option-node-size": "Node size", - "option-link-thickness": "Link thickness", - "label-forces": "Forces", - "option-center-force": "Center force", - "option-link-force": "Link force", - "option-link-distance": "Link distance", - "option-repel-force": "Repel force", - "tooltip-open-graph-settings": "Open graph settings", - "msg-screenshot-copied": "Screenshot copied to the clipboard.", - "label-groups": "Groups", - "placeholder-enter-query": "Enter query...", - "tooltip-delete-graph": "Delete group", - "button-new-group": "New group", - "tooltip-click-to-change-drag-to-reorder": "Click to change color\nDrag to reorder groups", - "action-timelapse": "Start graph timelapse animation", - "tooltip-start-timelapse-animation": "Start timelapse animation", - "button-animate-timelapse": "Animate" - }, - "backlinks": { - "name": "Backlinks", - "desc": "Show number of backlinks in the status bar.", - "action-open": "Open backlinks", - "action-show": "Show backlinks pane", - "action-open-for-current": "Open backlinks for the current file", - "action-toggle-backlinks-in-document": "Toggle backlinks in document", - "menu-opt-backlinks-in-document": "Backlinks in document", - "label-linked-mentions": "Linked mentions", - "label-no-backlinks": "No backlinks found.", - "label-unlinked-mentions": "Unlinked mentions", - "label-show-search": "Show search filter", - "label-link-button-text": "Link", - "tab-title": "Backlinks for {{displayText}}", - "label-no-unlinked-mentions": "No unlinked mentions found.", - "ellipsis": "...", - "option-backlink-in-document": "Backlink in document", - "option-backlink-in-document-desc": "Show backlinks in document by default when opening new panes." - }, - "outgoing-links": { - "name": "Outgoing Links", - "desc": "Show outgoing links and detect unlinked mentions of other notes in the current note.", - "action-open": "Open outgoing links", - "action-show": "Show outgoing links pane", - "action-open-for-current": "Open outgoing links for the current file", - "tab-title": "Outgoing links from {{displayText}}", - "label-links": "Links", - "label-no-links": "No links found.", - "label-unlinked-mentions": "Unlinked mentions", - "tooltip-link-file": "Link this file", - "tooltip-not-created": "Not created yet" - }, - "tag-pane": { - "name": "Tag pane", - "short-name": "Tags", - "desc": "Displays all your tags along with their number of occurrences.", - "action-show": "Show tag pane", - "label-no-tags": "No tags found.", - "label-sort-by-name-a-to-z": "Tag name (A to Z)", - "label-sort-by-name-z-to-a": "Tag name (Z to A)", - "label-sort-by-frequency-high-to-low": "Frequency (high to low)", - "label-sort-by-frequency-low-to-high": "Frequency (low to high)", - "action-show-nested-tags": "Show nested tags", - "action-collapse-all": "Collapse all", - "action-expand-all": "Expand all" - }, - "properties": { - "name": "Properties view", - "desc": "Show the metadata for your files in the sidebar.", - "name-global": "All properties", - "name-local": "File properties", - "tab-title": "File properties for {{displayText}}", - "action-show": "Show all properties", - "action-show-local": "Show file properties", - "action-edit": "Edit", - "opt-unassign-type": "Unassign type", - "label-no-properties": "No properties found.", - "label-invalid-properties": "Invalid properties.", - "label-sort-by-name-a-to-z": "Property name (A to Z)", - "label-sort-by-name-z-to-a": "Property name (Z to A)", - "label-sort-by-frequency-high-to-low": "Frequency (high to low)", - "label-sort-by-frequency-low-to-high": "Frequency (low to high)", - "label-change-property-type": "Change property type", - "msg-merge-properties-warning": "Merge property “{{oldKey}}” with “{{newKey}}”?", - "msg-merge-properties-warning-desc": "In case of conflicts, the values will be merged or the value from “{{oldKey}}” will be used.", - "action-collapse-all": "Collapse all", - "action-expand-all": "Expand all", - "action-open-local": "Open file properties", - "action-open-daily-note": "Open daily note" - }, - "page-preview": { - "name": "Page preview", - "desc": "Preview a note when hovering an internal link. Ctrl/Cmd + hover in editor mode.", - "label-empty-attachment": "“{{linktext}}” could not be found.", - "label-empty-note": "\"{{linktext}}\" is not created yet. Click to create.", - "label-missing-footote": "Footnote {{id}} not found. Click to create.", - "label-source-editor": "Editor", - "label-source-preview": "Preview", - "label-source-search": "Search, Backlinks, and Outgoing links", - "label-require-mod": "Require {{key}} to trigger page preview on hover" - }, - "bookmarks": { - "name": "Bookmarks", - "desc": "Bookmark frequently used files and searches.", - "action-show": "Show bookmarks", - "action-collapse-all": "Collapse all", - "action-new-bookmark": "Bookmark the active tab...", - "action-new-group": "New bookmark group", - "action-bookmark": "Bookmark...", - "action-add-bookmark": "Add bookmark", - "action-edit-bookmark": "Edit bookmark", - "action-bookmark-block": "Bookmark block under cursor...", - "action-bookmark-heading": "Bookmark heading under cursor...", - "action-bookmark-search": "Bookmark current search...", - "action-remove-bookmark": "Remove bookmark for current file", - "action-bookmark-tab-group": "Bookmark {{count}} tab...", - "action-bookmark-tab-group_plural": "Bookmark {{count}} tabs...", - "action-bookmark-all-tabs": "Bookmark all tabs...", - "action-bookmark-graph": "Bookmark this graph...", - "label-bookmark": "Bookmark", - "label-bookmarked": "Bookmarked", - "label-bookmark-with-count": "{{count}} bookmark", - "label-bookmark-with-count_plural": "{{count}} bookmarks", - "label-no-bookmarks": "No bookmarks found", - "label-invalid-data": "Failed to load bookmarks.", - "label-invalid-data-desc": "The data file is corrupted.", - "label-untitled-group": "Untitled group", - "label-untitled-graph": "Untitled Graph", - "menu-opt-edit": "Edit...", - "menu-opt-remove": "Remove", - "menu-opt-rename": "Rename", - "menu-opt-bookmark-block": "Bookmark this block...", - "menu-opt-bookmark-heading": "Bookmark this heading...", - "msg-no-search-query": "No search query to bookmark.", - "option-path": "Path", - "option-query": "Query", - "option-u-r-l": "URL", - "option-title": "Title", - "option-group": "Bookmark group", - "placeholder-bookmark-group": "Bookmarks" - }, - "custom-css": { - "name": "Custom CSS", - "desc": "Reads \"obsidian.css\" in the vault and applies it.", - "setting-community-themes": "Community themes", - "msg-fetching-themes": "Fetching community theme data...", - "prompt-filter": "Filter...", - "label-dark-theme-only": "Dark themes only", - "label-light-theme-only": "Light themes only", - "label-use": "Use", - "label-stop-use": "Stop using this theme", - "label-install-and-use": "Install and use", - "label-update": "Update", - "label-no-readme": "This theme did not provide a README file.", - "tooltip-remove-theme": "Remove theme", - "label-visit-on-github": "Visit on GitHub", - "msg-load-error": "Could not load community themes, please check your network.", - "msg-now-using-theme": "You're now using {{title}} as your CSS theme.", - "msg-deleted-theme": "The theme {{title}} has been deleted.", - "msg-updated-theme": "The theme {{title}} has been updated.", - "label-installed": "Installed", - "label-legacy": "Legacy", - "button-update-all-themes": "Update all", - "msg-failed-load-themes": "Failed to load community themes.", - "msg-no-updates-found": "No theme updates found.", - "msg-updates-found": "Found {{count}} theme to update.", - "msg-updates-found_plural": "Found {{count}} themes to update.", - "msg-failed-to-install-theme": "Failed to install theme \"{{name}}\".", - "msg-successfully-installed-theme": "Successfully installed theme \"{{name}}\".", - "msg-installing-theme": "Installing theme \"{{name}}\"...", - "label-search-summary": "Showing {{themeCount}}:", - "label-update-available": "Update available" - }, - "command-palette": { - "name": "Command palette", - "desc": "Type a command to invoke it. No need to use the UI or remember the shortcut.", - "action-open": "Open command palette", - "instruction-navigate": "to navigate", - "instruction-use": "to use", - "instruction-dismiss": "to dismiss", - "label-no-commands": "No commands found.", - "prompt-type-command": "Type a command...", - "label-pinned-commands": "Pinned commands", - "option-add-new-pin": "New pinned command", - "option-add-new-pin-description": "Pinned commands will appear at the top of all commands when no search query is present." - }, - "markdown-format-importer": { - "name": "Markdown format importer", - "desc": "Convert Markdown from other apps to Obsidian format.", - "action-open": "Open Markdown importer", - "option-roam-tag-fixer": "Roam Research tag fixer", - "option-roam-tag-fixer-description": "Converts \"#tag\" and \"#[[tag]]\" to \"[[tag]]\".", - "option-roam-highlight-fixer": "Roam Research highlight fixer", - "option-roam-highlight-fixer-description": "Converts \"^^highlight^^\" to \"==highlight==\".", - "option-roam-todo-converter": "Roam Research TODO converter", - "option-roam-todo-converter-description": "Converts \"{{[[TODO]]}}\" to \"[ ]\".", - "option-bear-highlight-fixer": "Bear highlight fixer", - "option-bear-highlight-fixer-description": "Converts \"::highlight::\" to \"==highlight==\".", - "zettelkasten-link-fixer": "Zettelkasten link fixer", - "zettelkasten-link-fixer-description": "Fixes \"[[UID]]\" links to full \"[[UID File Name]]\".", - "zettelkasten-link-beautifier": "Zettelkasten link beautifier", - "zettelkasten-link-beautifier-description": "Fixes \"[[UID]]\" links and also beautify them \"[[UID File Name|File Name]]\".", - "msg-all-files-warning": "Warning: the importer will convert all the files in your vault, not just the current file.", - "msg-override-files-warning": "Your files will be overwritten. Back up all your files before attempting conversion.", - "label-start-conversion": "Start Conversion", - "label-stop": "Stop", - "label-go-back": "Go back", - "label-done": "Done", - "label-processing": "Processing...", - "label-cancelling": "Cancelling...", - "label-finished": "Finished!", - "label-processed-files": "Processed files", - "label-modified-files": "Modified files", - "label-total-replacements": "Total replacements" - }, - "daily-notes": { - "name": "Daily notes", - "desc": "Open today's daily note, or create one if not present.", - "short-name": "Today", - "action-open": "Open today's note", - "action-open-previous": "Open previous daily note", - "action-open-next": "Open next daily note", - "action-insert-text": "Insert text into daily note", - "action-insert-link": "Insert link into daily note", - "msg-fail-format": "Failed to create daily note. \"{{format}}\" is not a valid format.", - "msg-fail-folder": "Failed to create daily note. Folder \"{{folderOption}}\" not found.", - "msg-fail-template-file": "Failed to create daily note. Template file \"{{template}}\" not found.", - "msg-no-previous": "There's no daily note before this one.", - "msg-no-next": "There's no daily note after this one.", - "option-date-format": "Date format", - "label-refer-to-syntax": "For more syntax, refer to: ", - "label-syntax-link": "format reference", - "label-syntax-live-preview": "Here is what it will look like: ", - "option-new-file-location": "New file location", - "option-new-file-location-description": "The folder path to create the new daily note.", - "option-template": "Template file location", - "option-template-description": "The file path to use as template.", - "option-open-on-start": "Open daily note on startup", - "option-open-on-start-description": "Open your daily note automatically whenever you open this vault." - }, - "unique-note-creator": { - "name": "Unique note creator", - "desc": "Create notes with unique timestamp prefixes, for workflows like zettelkasten or slip box.", - "short-name": "Unique", - "action-create-note": "Create new unique note", - "option-new-file-location": "New file location", - "option-new-file-location-description": "The folder path to create the new unique note.", - "msg-folder-not-found": "Failed to create unique note. Folder \"{{folderOption}}\" not found.", - "option-template-file": "Template file location", - "option-template-file-description": "The file path to use as template.", - "option-template-file-placeholder": "Example: folder1/note", - "option-id-format": "Unique prefix format", - "msg-template-file-not-found": "Failed to create unique note. Template file \"{{template}}\" not found.", - "msg-failed-to-generate": "Failed to generate a unique note with the format \"{{format}}" - }, - "random-note": { - "name": "Random note", - "desc": "Opens a random note. Useful for reviewing and discovering.", - "short-name": "Random", - "action-open": "Open random note" - }, - "outline": { - "name": "Outline", - "desc": "Displays the outline of the current file or linked pane.", - "action-open": "Open outline", - "action-show": "Show outline pane", - "action-open-for-current": "Open outline of the current file", - "tab-title": "Outline of {{displayText}}", - "label-no-headings": "No headings found." - }, - "word-count": { - "name": "Word count", - "desc": "Show word count in the status bar." - }, - "slides": { - "name": "Slides", - "desc": "Present from Markdown. Use \"---\" to separate slides.", - "action-start": "Start presentation" - }, - "audio-recorder": { - "name": "Audio recorder", - "desc": "Record audio and save as attachment.", - "action-start": "Start recording audio", - "action-stop": "Stop recording audio", - "action-toggle": "Start/stop recording", - "msg-access-denied": "Microphone access was denied, please enable it from the preference pane.", - "msg-pending-grant": "Please grant microphone permission to start recording.", - "msg-no-microphone": "No microphone is connected." - }, - "open-with-default-app": { - "name": "Open in default app", - "desc": "Add button to open current file in the default app.", - "action-open-file": "Open in default app", - "action-open-file-mobile": "Share", - "action-show-in-folder": "Show in folder", - "action-show-in-folder-mac": "Reveal in Finder" - }, - "templates": { - "name": "Templates", - "desc": "Insert template content from a folder of template files.", - "action-insert": "Insert template", - "action-insert-current-date": "Insert current date", - "action-insert-current-time": "Insert current time", - "option-template-folder-location": "Template folder location", - "option-template-folder-location-description": "Files in this folder will be available as templates.", - "option-template-date-format": "Date format", - "option-template-date-format-description": "{{date}} in the template file will be replaced with this value.", - "option-template-date-format-description2": "You can also use {{date:YYYY-MM-DD}} to override the format once.", - "option-template-time-format": "Time format", - "option-template-time-format-description": "{{time}} in the template file will be replaced with this value.", - "option-template-time-format-description2": "You can also use {{time:HH:mm}} to override the format once.", - "instruction-navigate": "to navigate", - "instruction-insert": "to insert template", - "instruction-dismiss": "to dismiss", - "msg-no-templates-found": "No templates found", - "msg-fail-invalid-folder": "Failed to list templates. Template folder is invalid.", - "msg-fail-folder-not-found": "Failed to list templates. Folder \"{{folderOption}}\" not found.", - "msg-fail-invalid-template-properties": "Unable to insert template, the properties in the template file could not be read.", - "msg-no-folder-set": "Failed to list templates. No template folder configured.", - "prompt-type-template": "Type name of a template..." - }, - "translucency": { - "name": "Translucent window", - "desc": "Turn on translucency effect to enhance a sense of depth. Best used with dark mode. Not supported on Linux." - }, - "slash-command": { - "name": "Slash commands", - "desc": "Enable the ability to trigger slash commands in the editor by typing the forward slash." - }, - "editor-status": { - "name": "Editor status", - "desc": "Adds a status bar item to show and change the current editor mode.", - "read": "Reading", - "edit-source": "Source mode", - "edit-live-preview": "Live Preview" - }, - "publish": { - "name": "Publish", - "desc": "Publish your notes through Obsidian Publish.", - "action-publish-changes": "Publish changes...", - "action-publish-file": "Publish current file", - "label-no-internet-access": "You need access to the internet to publish changes.", - "label-publish-service-description": "Obsidian Publish is an add-on paid service that lets you publish your notes online directly from Obsidian.", - "label-please-login": "To start publishing, please log in or create a new Obsidian account.", - "label-no-publish-subscription": "You do not have an Obsidian Publish subscription yet.", - "button-purchase": "Purchase", - "label-manage-sites": "Manage sites", - "label-no-sites": "You don't have any sites.", - "button-choose": "Choose", - "tooltip-edit-site-id": "Edit site ID", - "tooltip-delete-site": "Delete site", - "label-delete-site-confirmation": "Are you sure you want to delete this site?", - "label-delete-site-details": "This will immediately and permanently delete your site.", - "label-confirm-delete-site": "Confirm delete site \"{{site}}\"", - "option-site-id": "Site ID", - "option-site-id-description": "Your site will be at https://publish.obsidian.md/{site id}. You can change this later. Only lowercase letters, numbers, and dashes are allowed.", - "option-site-id-placeholder": "Pick a site ID", - "button-create": "Create", - "msg-invalid-site-id": "Site ID can only contain lowercase letters, numbers, and dashes.", - "msg-site-id-in-use": "This site ID is in use, please try another one.", - "msg-create-site-issue": "That was an issue when creating your site.", - "label-site-options": "Site options", - "option-site-general": "General", - "option-site-components": "Components", - "option-site-appearance": "Appearance", - "option-site-reading-experience": "Reading experience", - "option-site-misc": "Other site settings", - "option-site-name": "Site name", - "option-site-name-description": "Name of your published site. It will show up in the page title of your site.", - "option-site-name-placeholder": "Name of your site", - "option-home-page-file": "Homepage file", - "option-home-page-file-description": "The first page the user sees when landing on your published site", - "option-home-page-file-placeholder": "Pick a published file", - "option-logo": "Logo", - "option-logo-description": "Pick an image file as your site logo.", - "option-logo-placeholder": "Any uploaded image in your vault...", - "option-site-collaboration": "Site collaboration", - "option-site-collaboration-desc": "Manage collaborators for this site.", - "option-customize-navigation": "Customize navigation", - "option-customize-navigation-desc": "Override the order of navigation items and hide pages or folders from showing.", - "option-navigation-order": "Navigation item display order", - "option-hide-items-in-navigation": "Hide pages or folders from navigation", - "option-hide-items-in-navigation-desc": "Right click and select \"Hide\" to prevent specific pages from appearing in the site navigation. The pages will still be accessible via links or accessing the URL directly.", - "option-show-hidden-items": "Show hidden", - "button-customize-sidebar": "Manage", - "label-navigation-modal-title": "Navigation", - "label-navigation-modal-desc": "Drag and drop to customize the order in which navigation items appear on your Publish site.", - "option-hide-in-navigation": "Hide in navigation", - "button-manage-collaborators": "Manage", - "option-theme": "Theme", - "option-theme-description": "Choose default color scheme for your site.", - "option-theme-system": "Adapt to system", - "option-show-theme-toggle": "Light/dark toggle", - "option-show-theme-toggle-description": "Let the visitor toggle between light and dark theme on their own.", - "option-show-navigation": "Show navigation", - "option-show-navigation-description": "Display a list of all published pages on the left side of your published site.", - "option-show-search": "Show search bar", - "option-show-search-description": "Display a search bar at top of the navigation that lets the visitors search pages and headings on your site.", - "option-show-graph": "Show graph view", - "option-show-graph-description": "Display a small local graph on each page.", - "option-show-outline": "Show table of contents", - "option-show-outline-description": "Display the outline of headings on each page.", - "option-show-backlinks": "Show backlinks", - "option-show-backlinks-description": "Show backlink section at the end of each page.", - "option-sliding-window-mode": "Use sliding windows", - "option-sliding-window-mode-description": "Open pages in new panes to the right. Allows scrolling through panes horizontally.", - "option-hover-preview-file": "Show hover preview", - "option-hover-preview-file-description": "Display page preview when hovering links.", - "option-hide-title": "Hide page title", - "option-hide-title-description": "Hide the page title heading. Useful when you have your own headings at the beginning of each page.", - "option-readable-line-length": "Readable line length", - "option-readable-line-length-description": "Limit maximum line length. Fits less content on the screen, but makes long paragraphs more readable.", - "option-site-password": "Passwords", - "option-site-password-description": "Restrict access to your site with passwords.", - "option-google-analytics": "Google Analytics tracking code", - "option-google-analytics-description": "Configure Google Analytics for your site. Only available for visitors from your custom domain URL. Please check with your local laws and regulations first.", - "button-manage-passwords": "Manage", - "button-save-site-settings": "Save site settings", - "msg-updated-options": "Updated options for your site.", - "button-go-back": "Back", - "label-publishing-to": "Publishing to", - "tooltip-switch-site": "Switch site", - "button-add-linked": "Add linked", - "tooltip-add-linked": "Add all files that are linked by currently selected items", - "msg-added-linked-files": "{{count}} linked file has been added.", - "msg-added-linked-files_plural": "{{count}} linked files have been added.", - "tooltip-open-site-options": "Change site options", - "label-no-changes-detected": "No changes were detected.", - "label-changed-files-to-be-published": "Changes", - "label-unchanged-files-already-published": "Unchanged (select to delete)", - "label-file-selected": " selected", - "button-select-all-files": "Select all", - "label-custom-navigation-title": "Navigation items", - "button-deselect-all-files": "Deselect all", - "label-new-files-to-be-published": "New", - "button-publish": "Publish", - "msg-no-permission-to-publish-to-site": "You do not have permission to publish to the current site.", - "msg-select-at-least-one-file": "Please select at least one file.", - "label-upload-changes": "Upload changes", - "button-done": "Done", - "button-stop": "Stop", - "label-status-uploading": "Uploading", - "label-status-to-publish": "To publish", - "label-status-to-delete": "To delete", - "label-status-published": "Published", - "label-status-deleted": "Deleted", - "label-status-failed": "Failed", - "label-status-cancelled": "Cancelled", - "button-change": "Change", - "label-clear-cache": "It takes up to a few minutes for the changes to show up on your site. If you do not see your latest changes, try clearing the cache in your browser.", - "label-visit-site": "You can visit your site here: ", - "msg-something-went-wrong": "Something went wrong. Please check the developer console for details.", - "msg-network-error": "A network error occurred. ", - "label-manage-passwords": "Manage passwords", - "label-add-password": "Add password", - "action-new-password": "New password", - "label-no-password": "Your site currently does not have any passwords. Anyone can visit it.", - "label-have-password": "Your site is password protected. If you have multiple passwords, visitors can access your site by entering any of them.", - "option-password-name": "Password", - "option-password-desc": "A hash of your password will be stored securely. Once the password is set, it cannot be revealed in plaintext.", - "option-password-placeholder": "Your password", - "option-nickname-name": "Nickname (optional)", - "option-nickname-desc": "Set a nickname to remind yourself what or who the password is for.", - "action-add-password": "Add this password", - "label-untitled-password": "Untitled password", - "label-password-created-time": "Created {{time}}", - "msg-added-new-password": "Added new password.", - "option-custom-domain": "Custom domain", - "option-custom-domain-desc": "Use your own domain rather than the https://publish.obsidian.md/{site id} URL.", - "option-noindex": "Disallow search engine indexing", - "option-noindex-desc": "Prevent search engines from indexing your site.", - "button-configure": "Configure", - "label-configure-custom-domain": "Configure custom domain", - "option-custom-url-name": "Custom URL", - "option-custom-url-desc": "The URL that your site will be located at.", - "option-custom-url-placeholder": "www.yourdomain.com", - "option-custom-url-redirect": "Redirect to your custom domain", - "option-custom-url-redirect-desc": "Redirect visitors on publish.obsidian.md/id to your custom domain.", - "button-update-custom-domain": "Update domain setting", - "label-custom-domain-instructions": "Please refer to our {{link}} on our help site for more information.", - "label-custom-domain-link-name": "custom domain setup guide", - "label-site-usage": "You're using {{site}} out of your {{limit}}.", - "button-add-more-sites": "Buy more sites", - "label-no-sites-bought": "You haven't bought any sites.", - "button-get-site": "Get a site", - "label-manage-sharing": "Manage sharing for \"{{name}}\"", - "label-sharing-with-users": "This site is currently shared with the following people.", - "label-not-sharing": "This site is not currently shared with anyone.", - "label-invite-pending": "Pending", - "tooltip-remove-user": "Remove user", - "option-invite-user": "Invite user", - "placeholder-invite-user": "Enter their email...", - "error-email-must-be-valid": "Please enter a valid email to invite someone.", - "msg-enable-publish-plugin": "Please enable the Publish core plugin in Settings -> Core plugins to view sites.", - "label-your-sites": "Your sites", - "label-sites-shared-with-you": "Sites shared with you", - "tooltip-leave-site-sharing": "Stop collaborating on this site", - "label-leave-site-confirmation": "Confirm stop site collaboration", - "label-leave-site-confirmation-details": "This will remove this site from the list of sites shared with you. This action cannot be reverted.", - "label-leave-site-confirmation-details-2": "Please contact the owner of the site if you wish to collaborate on this site again.", - "button-leave": "Leave", - "label-compare-with-live": "Compare with live version", - "button-use-live-version": "Use live version", - "label-confirm-override": "Confirm overriding local version", - "label-confirm-override-1": "Are you sure you want to override the local version?", - "label-confirm-override-2": "The live version will be used and your local version will be discarded. Please make backups if necessary.", - "button-proceed": "Proceed", - "message-successfully-used-live-version": "Successfully used live version to override your local version.", - "label-open-file": "Open file", - "tooltip-manage-publish-filters": "Manage publish filters", - "option-included-folders": "Included folders", - "option-included-folders-desc": "Files under these folders will automatically be selected when you review changes to publish.", - "option-currently-included-folders": " These folders are currently included:", - "option-excluded-folders": "Excluded folders", - "option-excluded-folders-desc": "Files under these folders won't show up when you review changes to publish. This setting takes priority over included folders above.", - "label-number-of-folders-included": "Obsidian Publish is currently including {{folders}}.", - "label-number-of-folders-excluded": "Obsidian Publish is currently excluding {{folders}}.", - "label-manage-included-folders": "Manage included folders", - "label-manage-excluded-folders": "Manage excluded folders", - "label-add-included-folder": "Include a folder", - "label-add-included-folder-desc": "You can include both existing folders and folders that have not been created yet.", - "tooltip-contact-support": "Contact support", - "label-navigation-preview": "Navigation preview" - }, - "workspaces": { - "name": "Workspaces", - "desc": "Save and load workspace layout.", - "action-load-layout": "Load workspace layout", - "action-manage-layouts": "Manage workspace layouts", - "action-save": "Save layout", - "action-save-and-load-layout": "Save and load another layout", - "placeholder-save-current-layout-as": "Save current workspace layout as...", - "button-save": "Save", - "button-load": "Load", - "tooltip-delete-layout": "Delete layout", - "msg-enter-name": "Please enter a name for the new layout.", - "msg-save-layout-success": "Successfully saved layout.", - "label-no-layout-found": "No saved layout found.", - "label-workspace-modified-time": "Modified {{time}}", - "placeholder-type-to-search-layouts": "Type layout name..." - }, - "sync": { - "name": "Sync", - "desc": "Synchronize your files through Obsidian Sync.", - "action-view-version-history": "View version history", - "menu-opt-view-version-history": "Open version history", - "action-view-sync-sidebar": "Show Sync history", - "action-activity-log": "Open activity log", - "label-load-more": "Load more", - "label-show-diff": "Show diff", - "label-copy-to-clipboard": "Copy to clipboard", - "label-restore-this-version": "Restore this version", - "msg-already-latest-version": "This version is already the latest version.", - "msg-restored-version": "Successfully restored version from {{time}}", - "label-file-deleted": "This file was deleted", - "label-file-deleted-via": "Deleted via {{ device }}", - "label-file-renamed-from": "Renamed from “{{filepath}}”", - "label-revision": "1 revision", - "label-revision_plural": "{{revisions}} revisions", - "label-via-device": "via {{device}}", - "label-no-history": "No sync history for this file.", - "label-empty-file": "Empty", - "label-unable-to-retrieve": "Unable to retrieve version history", - "label-setting-files": "Setting files", - "label-deleted-files": "Deleted files", - "label-version-history": "Version history", - "label-click-to-see-history": "Click on a deleted file to see its history.", - "label-create-remote-vault": "Create remote vault", - "msg-please-enter-password": "Please enter a password.", - "msg-vault-name-cannot-be-empty": "Vault name cannot be empty.", - "msg-successfully-created-vault": "Successfully create remote vault \"{{name}}\".", - "label-remote-vault-explanation": "Remote vaults securely synchronize your vault between devices.", - "option-vault-name": "Vault name", - "option-vault-name-desc": "Helps you remember what this vault is for.", - "option-vault-region": "Region", - "option-vault-region-desc": "Select the server region closest to you to store the remote vault. This cannot be changed in the future.", - "option-vault-name-placeholder": "My awesome vault", - "option-encryption": "Encryption", - "option-encryption-desc": "End-to-end encryption offers the strongest security but requires you to safely store your encryption password. Standard encryption uses a key managed by Obsidian to protect your data in transit and on our servers.", - "option-encryption-warning": "This option cannot be changed later.", - "option-encryption-end-to-end": "End-to-end encryption", - "option-encryption-standard": "Standard encryption", - "option-encryption-password": "Encryption password", - "option-encryption-password-desc": "This password cannot be changed later.", - "option-encryption-password-desc-warning": "If you forget this password, any remote data will remain unusable forever.", - "option-encryption-password-desc-2": "This does not affect your local data.", - "label-encryption-password-explanation": "The remote vault “{{name}}” is currently encrypted. Enter your password to unlock.", - "option-encryption-password-placeholder": "Your password", - "label-unlock-encrypted-vault": "Unlock your remote vault", - "button-unlock-vault": "Unlock vault", - "label-remote-vaults": "Your remote vaults", - "label-vault-created-time": "Created {{time}}", - "tooltip-delete-remote-vault": "Delete", - "tooltip-rename-remote-vault": "Rename", - "label-rename-remote-vault": "Rename remote vault “{{name}}”", - "label-rename-remote-vault-desc": "Enter a new name for this remote vault.", - "tooltip-manage-sharing": "Manage sharing", - "label-confirm-delete-remote-vault": "Confirm delete vault", - "label-confirm-delete-remote-vault-question": "Are you sure you want to delete this remote vault?", - "label-confirm-delete-remote-vault-result": "All data on our server, including version history, will be deleted. Your local files will stay intact.", - "label-confirm-delete-remote-vault-warning": "This action is permanent and irreversible.", - "msg-remote-vault-deleted": "{{name}} has been deleted.", - "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", - "button-connect-to-remote-vault": "Connect", - "button-disconnect-from-remote-vault": "Disconnect", - "label-sync-status": "Sync: {{status}}", - "label-not-remote-vaults": "You don't have any remote vaults.", - "label-no-subscription": "You don't have an active Obsidian Sync subscription.", - "label-please-visit": "Please visit", - "label-preview-unsupported-file-type": "Unable to preview {{type}} files.", - "button-create-new-remote-vault": "Create new vault", - "label-sync-log": "Sync log", - "option-event-type-all": "All", - "option-event-type-errors": "Errors", - "option-event-type-skipped": "Skipped", - "option-event-type-merge-conflicts": "Merge conflicts", - "button-copy-sync-log": "Copy sync log", - "msg-successfully-copied-sync-log": "Successfully copied sync log.", - "button-retry": "Retry", - "button-purchase-subscription": "Purchase", - "label-third-party-sync-warning": "Conflicting file sync service detected", - "label-third-party-sync-warning-desc": "Warning: Your vault seems to be using {{service}} as a third party sync service. If you use Obsidian Sync with this vault, you may run into conflicts, file corruption, or data loss.", - "label-icloud-drive-warning": "If you are using iCloud Drive, your Documents and Desktop folders might be synced by iCloud. This could cause conflicts with Obsidian Sync.", - "option-remote-vault": "Remote vault", - "button-choose-remote-vault": "Choose", - "button-manage-remote-vault": "Manage", - "option-remote-vault-desc-connected": "Currently connected to the \"{{name}}\" remote vault.", - "option-remote-vault-desc-not-connected": "Currently not connected to any remote vault.", - "option-sync-status": "Sync status", - "option-sync-status-desc-paused": "Obsidian Sync is currently paused.", - "option-sync-status-desc-running": "Obsidian Sync is currently running.", - "option-device-name": "Device name", - "option-device-name-desc": "This name will be displayed in the sync log. Leave empty to use the default name.", - "button-resume": "Resume", - "button-pause": "Pause", - "option-view-deleted-files": "Deleted files", - "option-view-deleted-files-desc": "View and restore deleted files.", - "option-sync-log": "Sync activity", - "option-sync-log-desc": "View recent sync activities for debugging.", - "button-view": "View", - "button-bulk-restore": "Bulk restore", - "button-restore-files_zero": "Restore files", - "button-restore-files": "Restore {{count}} file", - "button-restore-files_plural": "Restore {{count}} files", - "msg-restoring": "Restoring...", - "msg-restoring-complete": "`Restore complete: {{succeeded}} succeeded and {{failed}} failed.`", - "option-vault-size": "Storage usage", - "option-vault-size-desc": "You are using {{size}} out of {{limit}}", - "option-vault-size-unknown": "Unable to retrieve your vault size.", - "option-vault-size-loading": "Retrieving your vault size...", - "option-over-size": "Vault size over limit", - "option-almost-over-size": "Vault size approaching limit", - "msg-largest-files": "View largest files", - "msg-largest-files-desc": "These are the remote files that are taking the most space. After deleting attachments, use the purge button to free up remote vault space.", - "button-upgrade-storage": "Upgrade storage", - "button-purge-remote": "Purge", - "button-hide-my-changes": "Hide my changes", - "tooltip-purge-remote": "Permanently purge deleted attachments from remote vault to save space.", - "msg-purge-complete": "Purge complete.", - "option-prevent-sleep": "Prevent device sleep", - "option-prevent-sleep-desc": "Prevents the device from going to sleep when there are still files to be synced.", - "option-selective-sync": "Selective sync", - "option-excluded-folders": "Excluded folders", - "option-excluded-folder-desc": "Prevent certain folders from being synced.", - "option-currently-excluded-folders": " These folders currently excluded:", - "button-manage-excluded-folders": "Manage", - "option-sync-image": "Sync images", - "option-sync-image-desc": "Sync image files with these extensions: {{extensions}}.", - "option-sync-audio": "Sync audio", - "option-sync-audio-desc": "Sync audio files with these extensions: {{extensions}}.", - "option-sync-video": "Sync videos", - "option-sync-video-desc": "Sync video files with these extensions: {{extensions}}.", - "option-sync-pdf": "Sync PDFs", - "option-sync-pdf-desc": "Sync PDF files.", - "option-sync-unsupported": "Sync all other types", - "option-sync-unsupported-desc": "Sync unsupported file types.", - "option-vault-config-sync": "Vault configuration sync", - "option-view-config-files": "Settings version history", - "option-view-config-files-desc": "View and restore version history of setting files.", - "option-sync-app": "Main settings", - "option-sync-app-desc": "Enable to sync editor settings, files & links settings, custom hotkeys, etc.", - "option-sync-appearance": "Appearance settings", - "option-sync-appearance-desc": "Sync appearance settings like dark mode, active theme, and enabled snippets.", - "option-sync-appearance-data": "Themes and snippets", - "option-sync-appearance-data-desc": "Sync downloaded themes and snippets. Whether they are enabled depends on the previous setting.", - "option-sync-hotkey": "Hotkeys", - "option-sync-hotkey-desc": "Sync custom hotkeys.", - "option-sync-core-plugin": "Active core plugin list", - "option-sync-core-plugin-desc": "Sync which core plugins are enabled.", - "option-sync-core-plugin-data": "Core plugin settings", - "option-sync-core-plugin-data-desc": "Sync core plugin settings.", - "option-sync-community-plugin": "Active community plugin list", - "option-sync-community-plugin-desc": "Sync which community plugins are enabled.", - "option-sync-community-plugin-data": "Installed community plugins", - "option-sync-community-plugin-data-desc": "Sync installed community plugins (.js, .css, and manifest.json files) and their settings.", - "label-sync-introduction": "Obsidian Sync is Obsidian's add-on sync service with end-to-end encryption and version history.", - "label-account-required": "To start syncing, please log in or create a new Obsidian account.", - "label-current-file": "Current file", - "label-sync-changes": "Sync changes", - "label-today": "Today", - "label-yesterday": "Yesterday", - "label-this-week": "This week", - "label-older": "Older", - "label-last-sync": "Last sync", - "label-more": "{{count}} more", - "button-sign-up": "Sign up", - "button-log-in": "Log in", - "label-manage-excluded-folders": "Manage excluded folders", - "label-number-of-folders-excluded": "{{folders}} are currently excluded from being synced.", - "label-add-excluded-folder": "Exclude a folder", - "label-add-excluded-folder-desc": "You can exclude both existing folders and folders that have not been created yet.", - "tooltip-remove-excluded-folder": "Remove from excluded list", - "label-setup-connection": "Setup connection", - "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", - "button-start-syncing": "Start syncing", - "label-confirm-merge-vault": "Confirm Merge Vault", - "msg-vault-has-notes": "Your local vault already contains some notes.", - "msg-vault-merge-warning": "If you connect to the remote vault \"{{name}}\", notes in your local vault will be merged with notes from your remote vault. In case of conflicts, the most recent version of the note will be preserved.", - "tooltip-update-setting-on-all-devices": "Please update this option and restart app on all the devices where you want it to take effect.", - "label-sharing-with-users": "This remote vault is currently shared with the following people.", - "label-not-sharing": "This remote vault is not currently shared with anyone.", - "label-vaults-shared-with-you": "Vaults shared with you", - "tooltip-leave-vault-sharing": "Stop collaborating on this vault", - "label-leave-vault-confirmation": "Confirm stop vault collaboration", - "label-leave-vault-confirmation-details": "This will remove this vault from the list of vaults shared with you. This action cannot be reverted.", - "label-leave-vault-confirmation-details-2": "Please contact the owner of the vault if you wish to collaborate on this vault again.", - "button-leave": "Leave", - "msg-error-failed-to-fetch": "Failed to load remote vaults.", - "label-require-subscription-to-connect": "You need an Obsidian Sync subscription to connect to this vault.", - "option-contact-support": "Contact support", - "option-contact-support-desc": "If you run into any issues with Obsidian Sync, please contact us so we can help you out! You can reach us at support@obsidian.md.", - "button-copy-debug": "Copy debug info", - "button-email-support": "Email support", - "label-sync-disconnected": "Sync is not connected to a remote vault.", - "msg-remote-vault-limit-hit": "Obsidian Sync lets you create up to 5 remote vaults. In order to create a new remote vault, please remove an existing one.", - "label-upgrade-vault": "Upgrade vault", - "label-upgrade-vault-encryption": "Upgrade vault encryption", - "label-upgrade-vault-encryption-desc": "There is a new encryption version available for remote vaults.", - "label-migrate-remote-vault": "Migrate remote vault", - "button-migrate": "Migrate", - "msg-recreate-remote-vault": "This will delete your remote vault and recreate it with the latest encryption. Local files will not be affected, however your version history will be lost.", - "label-confirm-migrate": "Confirm vault migration", - "msg-migrate-confirmation": "Migrating your vault may take some time. You will need to keep Obsidian active on this device to re-upload all your notes and attachments. It is best to do this on your primary device.", - "msg-migrate-confirmation-size": "You have {{size}} of data. Migrating your vault may take some time. You will need to keep Obsidian active on this device to re-upload all your notes and attachments. It is best to do this on your primary device.", - "msg-proceed-prompt": "Do you want to proceed?", - "msg-vault-migration-started": "Vault migration in progress." - }, - "file-recovery": { - "name": "File recovery", - "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", - "action-open": "Open saved snapshots", - "option-interval": "Snapshot interval", - "option-interval-description": "Minimal interval in minutes between two snapshots.", - "option-keep": "History length", - "option-keep-description": "Length in days snapshots is kept for.", - "option-open-history": "Snapshots", - "option-open-history-description": "View and restore saved snapshots.", - "button-view-snapshots": "View", - "option-clear": "Clear history", - "option-clear-description": "Wipe all snapshots.", - "button-clear-history": "Clear", - "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", - "msg-clear-complete": "Snapshots cleared.", - "label-no-history-found": "No snapshots found.", - "placeholder-choose-file": "Choose a file...", - "label-select-file": "Please select a file on the left to view snapshots." - }, - "note-composer": { - "name": "Note composer", - "desc": "Merge, split, and refactor notes.", - "option-confirm-file-merge": "Confirm file merge", - "option-confirm-file-merge-description": "Prompt before merging two files.", - "option-split-replacement-text": "Text after extraction", - "option-split-replacement-text-description": "What to show in place of the selected text after extracting it.", - "option-choice-split-replacement-text-link": "Link to new file", - "option-choice-split-replacement-text-embed": "Embed new file", - "option-choice-split-replacement-text-none": "None", - "option-template-file": "Template file location", - "option-template-file-description": "Template file to use when merging or extracting. Available variables: {{content}}, {{fromTitle}}, {{newTitle}}, {{date:FORMAT}}, e.g. {{date:YYYY-MM-DD}}.", - "command-merge-file": "Merge current file with another file...", - "action-merge-file": "Merge entire file with...", - "label-no-files": "No files found.", - "instruction-navigate": "to navigate", - "instruction-merge": "to merge", - "instruction-create-new": "to create new", - "instruction-merge-at-top": "to merge at top", - "instruction-dismiss": "to dismiss", - "prompt-select-file-to-merge": "Select file to merge into...", - "label-merge-file": "Merge file", - "label-confirm-file-merge": "Are you sure you want to merge \"{{file}}\" into \"{{destination}}\"? \"{{file}}\" will be deleted.", - "button-merge": "Merge", - "command-split-file": "Extract current selection...", - "command-extract-heading": "Extract this heading...", - "instruction-append": "to move to bottom", - "instruction-prepend": "to move to top", - "msg-fail-to-fetch-template": "Failed to fetch template file: \"{{template}}\" not found.", - "msg-fail-to-find-heading": "Failed to find heading" - }, - "web-viewer": { - "name": "Web viewer", - "desc": "Open external links to web pages inside Obsidian.", - "action-open": "Open web viewer", - "action-show-history": "Show history", - "action-toggle-reader-mode": "Toggle reader mode", - "action-copy-u-r-l": "Copy URL", - "action-remove-from-history": "Remove from history", - "action-clear-history": "Clear history", - "action-open-link": "Open link", - "action-open-link-new-tab": "Open link in new tab", - "action-open-link-new-split": "Open link to the right", - "action-open-link-new-window": "Open link in new window", - "action-open-link-default-browser": "Open link in default browser", - "action-copy-link-address": "Copy link address", - "action-bookmark-link": "Bookmark link", - "action-search-for-query": "Search for “{{query}}”", - "action-extract-selection": "Extract selection to new note", - "action-copy-selection": "Copy", - "action-cut": "Cut", - "action-paste": "Paste", - "action-delete": "Delete", - "action-select-all": "Select all", - "action-save-to-vault": "Save to vault", - "action-save-image": "Save image to vault", - "action-copy-image": "Copy image", - "action-copy-image-link": "Copy image link", - "action-backward": "Backward", - "action-forward": "Forward", - "action-reload": "Reload", - "action-bookmark-page": "Bookmark page", - "action-open-default-browser": "Open in default browser", - "action-focus-address-bar": "Focus address bar", - "action-search-the-web": "Search the web", - "action-clear-data": "Clear data", - "action-clear-data-cookies": "Cookies", - "action-clear-data-cookies-desc": "May sign you out of websites.", - "action-clear-data-cache": "Cached data", - "action-clear-data-history": "History", - "action-clear-data-all": "All web viewer data", - "action-clear-data-all-desc": "Removes all of the above as well as local storage and active sessions.", - "label-new-web-viewer": "New web viewer", - "label-fail-to-load": "Unable to load that site.", - "label-fail-to-load-desc": "Please make sure you have the correct address.", - "label-search-the-web": "Search the web", - "label-web-viewer-data": "Web viewer data", - "label-clear-data": "Clear web viewer data", - "option-open-external-links": "Open external links", - "option-open-external-links-desc": "Open links in Obsidian rather than the system default.", - "option-homepage": "Homepage", - "option-homepage-desc": "What page to view when a web viewer is opened", - "option-saved-markdown": "Saved page folder", - "option-saved-markdown-desc": "Websites saved as markdown will be placed here.", - "option-search-engine": "Search engine", - "option-search-engine-desc": "Search engine used when searching from the address bar.", - "option-search-engine-custom": "Custom search engine", - "option-search-engine-custom-desc": "Use %s in place of the query.", - "option-search-engine-custom-drop-down": "Custom", - "option-enable-adblock": "Enable ad blocker", - "option-enable-adblock-desc": "If enabled, the filter lists below will be applied to all web viewer tabs.", - "option-adblock-lists": "Ad blocking rules", - "option-adblock-lists-desc": "One ad block list URL per line. Shared by all vaults.", - "option-adblock-frequency": "Ad block update frequency", - "option-adblock-frequency-desc": "Days between updating filter lists. 0 indicates disabled. Shared by all vaults.", - "title-clear-data-modal": "Clear web viewer data" - }, - "canvas": { - "name": "Canvas", - "desc": "Arrange and connect notes on an infinite canvas.", - "action-add-note": "Add note from vault", - "action-add-media": "Add media from vault", - "action-add-card": "Add card", - "action-add-website": "Add web page", - "action-create-group": "Create group", - "action-create-with-size": "Create a card with specific size", - "action-convert-to-file": "Convert to file...", - "action-drag-to-add-note": "Drag to add note from vault", - "action-drag-to-add-media": "Drag to add media from vault", - "action-drag-to-add-card": "Drag to add card", - "action-edit-label": "Edit label", - "action-remove-label": "Remove label", - "action-search-file": "Search for file", - "action-set-color": "Set color", - "action-align": "Align", - "action-align-left": "Align left", - "action-align-center": "Align center", - "action-align-right": "Align right", - "action-align-top": "Align top", - "action-align-middle": "Align middle", - "action-align-bottom": "Align bottom", - "action-distribute-horizontal-spacing": "Distribute horizontal spacing", - "action-distribute-vertical-spacing": "Distribute vertical spacing", - "action-justify-horizontally": "Justify horizontally", - "action-justify-vertically": "Justify vertically", - "action-arrange-horizontally": "Arrange in a row", - "action-arrange-vertically": "Arrange in a column", - "action-arrange-grid": "Arrange in a grid", - "action-export-png": "Export as image", - "action-jump-to-group": "Jump to group", - "action-set-background": "Set background", - "action-edit-background": "Edit background", - "action-replace-background": "Replace background", - "action-remove-background": "Remove background", - "label-no-images": "No images found.", - "label-no-media": "No media found.", - "label-export-png-desc": "Export \"{{title}}\" with a PNG file with the settings below.", - "label-export-png-dimensions": "Estimated image dimensions: {{dimensions}}", - "label-distribute": "Distribute", - "label-justify": "Justify", - "label-arrange": "Arrange", - "label-always": "Always", - "label-hover": "On hover", - "label-never": "Never", - "label-no-section-found": "No section found", - "option-wheel-behavior": "Default mouse wheel behavior", - "option-mod-drag-behavior": "Default {{key}} behavior", - "option-show-menu": "Show menu", - "option-new-canvas-location": "Default location for new canvas files", - "option-new-canvas-location-description": "Where newly created canvas files are placed.", - "option-new-canvas-folder-path": "Folder to create new canvas files in", - "option-new-canvas-folder-path-description": "Newly created canvas files will appear under this folder.", - "option-node-label": "Display card label", - "option-snap-to-grid": "Snap to grid", - "option-snap-to-grid-desc": "Snap cards to the background grid when moving and resizing.", - "option-snap-to-objects": "Snap to objects", - "option-snap-to-objects-desc": "Snap cards to nearby objects when moving and resizing.", - "option-zoom-breakpoint": "Zoom threshold for hiding card content", - "option-zoom-breakpoint-desc": "Lower values will increase performance but hide card content sooner when zooming out.", - "option-export-png-show-logo": "Show logo", - "option-export-png-show-logo-desc": "This will add an Obsidian logo to the bottom left.", - "option-export-png-privacy-mode": "Privacy mode", - "option-export-png-privacy-mode-desc": "This will obscure any text on your canvas.", - "option-export-png-zoom": "Zoom", - "option-export-png-zoom-desc": "A higher zoom will generate a higher resolution image.", - "option-export-png-frame": "Viewport", - "option-export-png-frame-desc": "Choose to render the entire canvas or just the current visible viewport.", - "option-export-png-frame-full": "Full canvas", - "option-export-png-frame-viewport": "Viewport only", - "option-background-cover": "Cover", - "option-background-ratio": "Keep aspect ratio", - "option-background-repeat": "Repeat", - "action-new-canvas": "New canvas", - "action-remove": "Remove", - "action-narrow-heading": "Narrow to heading...", - "action-narrow-block": "Narrow to block...", - "action-swap-file": "Swap file...", - "action-change-url": "Change URL...", - "action-zoom-to-fit": "Zoom to fit", - "action-zoom-to-selection": "Zoom to selection", - "action-reload-page": "Reload page", - "action-follow-connection": "Follow connection", - "command-create-new-canvas": "Create new canvas", - "command-convert-to-file": "Convert to file...", - "instruction-narrow-heading": "to embed heading", - "instruction-narrow-block": "to embed block", - "instruction-jump-to-group": "to navigate to group", - "prompt-to-narrow": "Type name of heading", - "label-enter-url": "Enter URL", - "label-empty-embed": "\"{{linktext}}\" could not be found.", - "prompt-add-text": "Add text...", - "prompt-start-search": "Type to search...", - "label-canvas-help": "Canvas help", - "label-canvas-settings": "Canvas settings", - "label-no-narrow": "Show entire file", - "label-readonly": "Read-only", - "label-disable-readonly": "Disable read-only", - "label-pan": "Pan", - "label-pan-horizontal": "Pan horizontally", - "label-zoom": "Zoom", - "label-select-all": "Select all", - "label-add-remove-selection": "Add to / remove from selection", - "label-clone-card": "Clone card", - "label-constrain-movement-axis": "Constrain card movement to axis", - "label-disable-drag-snapping": "Disable snapping while dragging", - "label-remove-card": "Remove card", - "label-drag-from-below": "Drag from below or double click", - "label-longpress": "Touch and hold to add / move / select", - "label-drag-pan": "Drag to pan", - "label-pinch-zoom": "Pinch to zoom", - "label-space-drag-pan": "Space + Drag to pan", - "label-scroll-to-zoom": "Scroll to zoom", - "label-untitled-group": "Untitled group", - "label-line-direction": "Line direction", - "label-nondirectional": "Nondirectional", - "label-unidirectional": "Unidirectional", - "label-bidirectional": "Bidirectional", - "label-image": "Image", - "label-style": "Style", - "msg-no-groups-found": "No groups found", - "msg-export-failed-empty-canvas": "Cannot export an empty canvas" - } - }, - "pdf": { - "action-highlight-all": "Highlight all", - "action-match-diacritics": "Match diacritics", - "action-whole-words": "Whole words", - "action-show-thumbnails": "Thumbnails", - "action-show-outline": "Table of contents", - "action-reveal-in-outline": "Reveal page in table of contents", - "action-toggle-sidebar": "Toggle sidebar", - "action-previous-page": "Previous page", - "action-next-page": "Next page", - "action-fit-width": "Fit width", - "action-fit-height": "Fit height", - "action-save-p-d-f-location": "Save current position in document", - "action-copy-annotation": "Copy annotation", - "action-copy-quote": "Copy as quote", - "action-copy-selection-link": "Copy link to selection", - "action-copy-annot-link": "Copy link to annotation", - "action-copy-section-link": "Copy link to section", - "action-copy-section-link-title": "Copy link to “{{title}}”", - "action-copy-page-link": "Copy link to page {{page}}", - "msg-max-search-results": "{{current}} of over {{limit}} matches", - "msg-search-count": "{{current}} of {{total}} match", - "msg-search-count_plural": "{{current}} of {{total}} matches", - "msg-password-protected": "This PDF is password protected", - "msg-invalid-password": "Invalid password", - "msg-enter-password": "Enter the password below", - "label-of-pages": "of {{count}}", - "label-page-of-pages": "({{current}} of {{count}})", - "label-spread-single": "Single page", - "label-spread-odd": "Two page (odd)", - "label-spread-even": "Two page (even)", - "tooltip-sidebar-options": "Sidebar options", - "tooltip-display-options": "Display options", - "label-adapt-to-theme": "Adapt to theme", - "label-page": "page {{page}}", - "page_landmark": "Page {{page}}", - "thumb_page_title": "Page {{page}}", - "thumb_page_canvas": "Page {{page}}", - "text_annotation_type": "[{{type}} Annotation]", - "annotation_date_string": "{{date}}, {{time}}" - }, - "properties": { - "types": { - "option-multitext": "List", - "option-unknown": "Unknown", - "option-text": "Text", - "option-aliases": "Aliases", - "option-tags": "Tags", - "option-date": "Date", - "option-datetime": "Date & time", - "option-number": "Number", - "option-checkbox": "Checkbox" - }, - "value-suggestion": { - "key-link-note": "Type [[", - "instruction-link-note": "to link note", - "instruction-dismiss": "to dismiss" - }, - "option-property-type": "Property type", - "msg-empty-property-name": "Property name cannot be empty.", - "msg-duplicate-property-name": "Property already exists", - "msg-invalid-tag": "Invalid tag name", - "msg-invalid-number": "Invalid number", - "msg-invalid-properties": "Failed to read properties.", - "label-no-value": "Empty", - "label-heading": "Properties", - "label-invalid-yaml-marker": "Syntax error. Your frontmatter is invalid.", - "label-add-property-button": "Add property", - "label-type-mismatch-warning": "Type mismatch, expected {{type}}", - "label-migration-warning-desc": "Are you sure you want to change the type? Some of the data associated with this property key is incompatible." - }, - "table": { - "label-column": "Column", - "label-row": "Row", - "action-row-after": "Add row after", - "action-column-after": "Add column after", - "action-row-before": "Add row before", - "action-row-up": "Move row up", - "action-row-down": "Move row down", - "action-column-before": "Add column before", - "action-column-left": "Move column left", - "action-column-right": "Move column right", - "action-duplicate-row": "Duplicate row", - "action-duplicate-column": "Duplicate column", - "action-delete-row": "Delete row", - "action-delete-column": "Delete column", - "action-align-left": "Align left", - "action-align-center": "Align center", - "action-align-right": "Align right", - "action-delete-selection": "Delete cells", - "action-clear-selection": "Clear cells", - "action-sort-a-z": "Sort by column (A to Z)", - "action-sort-z-a": "Sort by column (Z to A)", - "label-command": "Table: {{command}}" - }, - "callout": { - "option-type": "Callout type", - "type": { - "info": "Info", - "important": "Important", - "tip": "Tip", - "success": "Success", - "question": "Question", - "warning": "Warning", - "quote": "Quote", - "example": "Example", - "none": "None" - }, - "option-other": "Other...", - "option-other-placeholder": "Callout type..." - }, - "nouns": { - "count": "{{count}}", - "word-with-count": "{{count}} word", - "word-with-count_plural": "{{count}} words", - "character-with-count": "{{count}} character", - "character-with-count_plural": "{{count}} characters", - "link-with-count": "{{count}} link", - "link-with-count_plural": "{{count}} links", - "file-with-count": "{{count}} file", - "file-with-count_plural": "{{count}} file", - "folder-with-count": "{{count}} folder", - "folder-with-count_plural": "{{count}} folders", - "backlink-with-count": "{{count}} backlink", - "backlink-with-count_plural": "{{count}} backlinks", - "tabs-with-count": "{{count}} tab", - "tabs-with-count_plural": "{{count}} tabs", - "properties-with-count": "{{count}} property", - "properties-with-count_plural": "{{count}} properties", - "site-with-count": "{{count}} site", - "site-with-count_plural": "{{count}} sites", - "plugin-with-count": "{{count}} plugin", - "plugin-with-count_plural": "{{count}} plugins", - "plugin-active-with-count": "{{count}} active", - "snippet-active-with-count": "{{count}} snippet", - "snippet-active-with-count_plural": "{{count}} snippets", - "theme-with-count": "{{count}} theme", - "theme-with-count_plural": "{{count}} themes" - } -} \ No newline at end of file + "setting": { + "options": "Možnosti", + "plugin": "Vtičnik", + "builtin-plugins": "Osnovni vtičniki", + "plugin-options": "Možnosti vtičnika", + "folder-path-example-placeholder": "Primer: mapa 1/mapa 2", + "file-path-example-placeholder": "Primer: mapa/opomba", + "msg-restart-required": "Spreminjanje te možnosti zahteva ponovni zagon, da začne veljati.", + "editor": { + "name": "Urejevalnik", + "section-behavior": "Obnašanje", + "section-display": "Prikaz", + "option-spellcheck": "Preverjanje črkovanja", + "option-spellcheck-description": "Vklopi preverjanje črkovanja. Trenutno deluje samo za angleščino (ZDA).", + "spellcheck-languages": "Jeziki za preverjanje črkovanja", + "spellcheck-languages-description": "Izberite jezike, ki jih bo uporabljal preverjevalnik črkovanja.", + "spellcheck-languages-mac-description": "Nativni preverjevalnik črkovanja bo na macOS samodejno zaznal uporabljeni jezik.", + "spellcheck-dict": "Slovar za preverjanje črkovanja", + "spellcheck-dict-empty": "Slovar za preverjanje črkovanja je prazen.", + "option-show-inline-title": "Prikaži naslov v vrstici", + "option-show-inline-title-description": "Prikaže ime datoteke kot urejljiv naslov v vrstici z vsebino datoteke.", + "option-readable-line-length": "Berljiva dolžina vrstice", + "option-readable-line-description": "Omeji največjo dolžino vrstice. Na zaslonu prikaže manj vsebine, vendar naredi dolge odstavke bolj berljive.", + "option-strict-line-break": "Strogi prelomi vrstic", + "option-strict-line-break-description": "V načinu predogleda ignorira enojne prelome vrstic v skladu s specifikacijami Markdown. Izklopite to možnost, da se enojni prelomi vrstic prikažejo v predogledu.", + "option-properties-in-document": "Lastnosti v dokumentu", + "option-properties-in-document-description": "Izberite, kako so lastnosti prikazane v urejevalniku. Izberite »vir«, da bodo lastnosti prikazane kot YAML.", + "option-properties-hidden": "Skrito", + "option-properties-visible": "Vidno", + "option-properties-source": "Vir", + "option-auto-pair-brackets": "Samodejno parjenje oklepajev", + "option-auto-pair-brackets-description": "Samodejno parjenje oklepajev in narekovajev.", + "option-auto-pair-markdown": "Samodejno parjenje Markdown sintakse", + "option-auto-pair-markdown-description": "Samodejno parjenje simbolov za krepko, ležeče, poudarjeno, prečrtano in kodo.", + "option-smart-indent-lists": "Pametno zamikanje seznamov", + "option-smart-indent-lists-description": "Poskrbi za zamik in oznako seznama namesto vas.", + "option-fold-heading": "Zloži naslov", + "option-fold-heading-description": "Omogoča zlaganje vsega pod naslovom.", + "option-fold-indent": "Zloži zamik", + "option-fold-indent-description": "Omogoča zlaganje dela z enakim zamikom, kot so seznami.", + "option-default-new-tab-view": "Privzeti pogled za nove zavihke", + "option-default-new-tab-view-description": "Privzeti pogled, v katerem se odpre nov zavihek Markdown.", + "option-default-new-tab-view-editing": "Pogled urejanja", + "option-default-new-tab-view-reading": "Pogled branja", + "option-open-tab-in-foreground": "Vedno osredotoči nove zavihke", + "option-open-tab-in-foreground-description": "Ko odprete povezavo v novem zavihku, se takoj preklopi nanj.", + "option-default-editing-mode": "Privzeti način urejanja", + "option-default-editing-mode-description": "Privzeti način urejanja, s katerim se bo začel nov podokno.", + "option-default-editing-mode-source": "Način vira", + "option-default-editing-mode-live-preview": "Živi predogled", + "option-show-line-number": "Prikaži številko vrstice", + "option-show-line-number-description": "Prikaži številko vrstice v robu.", + "option-indentation-guide": "Prikaži vodila za zamik", + "option-indentation-guide-description": "Prikaži navpične črte med oznakami za vizualno vodenje.", + "option-use-tabs": "Uporabi zavihke", + "option-use-tabs-description": "Uporabi zavihke za zamik ob pritisku na tipko \"Tab\". Izklopite to možnost za uporabo presledkov.", + "option-tab-size": "Velikost zavihka", + "option-tab-size-description": "Število presledkov, ki ustreza enemu zavihku.", + "option-rtl": "Desno proti levi (RTL)", + "option-rtl-description": "Nastavi smer besedila v zapiskih na prikaz od desne proti levi.", + "option-auto-convert-html": "Samodejno pretvarjanje HTML", + "option-auto-convert-html-description": "Samodejno pretvarjanje HTML v Markdown pri lepljenju in povleci in spusti iz spletnih strani. Uporabite Ctrl/Cmd+Shift+V za lepljenje brez pretvorbe.", + "option-vim-key-bindings": "Vim tipke", + "option-vim-key-bindings-description": "Omogoča uporabo Vim tipk v urejevalniku virov.", + "option-vim-key-bindings-mobile": "Na mobilnih napravah je ta nastavitev na napravi in ​​ni sinhronizirana prek konfiguracijske datoteke.", + "option-reindex-vault": "Ponovno zgradi predpomnilnik sefa", + "option-reindex-vault-description": "Ponovna izgradnja predpomnilnika lahko traja od nekaj sekund do nekaj minut, odvisno od velikosti vašega sefa.", + "label-reindex": "Ponovno zgradi", + "label-confirm-enable-vim": "Potrdite vstop v način Vim", + "label-vim-warning": "Način Vim je namenjen učinkovitemu urejanju besedila, vendar je lahko precej neintuitiven. Če niste seznanjeni z Vim, se vam lahko zdi, da Obsidian ne deluje več.", + "label-vim-test": "Za preverjanje, ali poznate način Vim, vnesite ukaz za izhod iz Vim brez shranjevanja spodaj:", + "label-vim-your-answer": "Vaš odgovor", + "placeholder-enter-command": "Vnesite ukaz...", + "button-confirm-enable-vim": "Dovoli mi omogočiti Vim", + "msg-vim-mode-enabled": "Ukaz je pravilen. Način Vim je zdaj omogočen.", + "msg-vim-mode-not-enabled": "Ukaz je napačen. Način Vim ostaja onemogočen za vašo zaščito.", + "msg-vim-mode-please-enter-command": "Prosimo, vnesite ukaz za omogočanje načina Vim" + }, + "file": { + "name": "Datoteke in povezave", + "option-confirm-file-deletion": "Potrdi brisanje datoteke", + "option-confirm-file-deletion-description": "Ali želite, da se prikaže poziv za potrditev brisanja datoteke.", + "option-delete-destination": "Izbrisane datoteke", + "option-delete-destination-description": "Kaj storiti z datotekami po brisanju.", + "option-choice-system-trash": "Premakni v sistemski koš", + "option-choice-vault-trash": "Premakni v Obsidian koš (.trash mapa)", + "option-choice-permanent-delete": "Trajno izbriši", + "option-always-update-links": "Vedno posodobi notranje povezave", + "option-always-update-links-description": "Ali naj se povezave samodejno posodobijo po preimenovanju datoteke ali naj se prikaže poziv.", + "option-new-note-location": "Privzeta lokacija za nove zapiske", + "option-new-note-location-description": "Kje shraniti na novo ustvarjene zapiske. Nastavitve vtičnikov bodo preglasile to nastavitev.", + "option-choice-vault-root": "Koren mape", + "option-choice-current-folder": "Ista mapa kot datoteka", + "option-choice-specified-folder": "V mapi, določeni spodaj", + "option-new-file-folder-path": "Mapa za ustvarjanje novih zapiskov", + "option-new-file-folder-path-description": "Na novo ustvarjeni zapiski se bodo pojavili v tej mapi. Nastavitve vtičnikov bodo preglasile to nastavitev.", + "option-use-wiki-links": "Uporabi [[Wikilinks]]", + "option-use-wiki-links-description": "Samodejno generiraj Wikilinks za [[povezave]] in ![[slike]] namesto Markdown povezav in slik. Onemogočite to možnost za generiranje Markdown povezav.", + "option-show-unsupported-files": "Zaznaj vse pripone datotek", + "option-show-unsupported-files-description": "Prikaži datoteke z vsemi priponami, tudi če jih Obsidian ne more odpreti nativno, da jih lahko povežete in vidite v Raziskovalcu datotek in Hitrem preklapljalcu.", + "option-link-autocompleted-format": "Format novih povezav", + "option-link-autocompleted-format-description": "Katere povezave vstaviti pri samodejnem generiranju notranjih povezav.", + "option-choice-shortest-linktext": "Najkrajša pot, kadar je mogoče", + "option-choice-relative-path": "Relativna pot do datoteke", + "option-choice-absolute-path": "Absolutna pot v mapi", + "option-new-attachment-location": "Privzeta lokacija za nove priloge", + "option-new-attachment-location-description": "Kje bodo shranjene na novo dodane priloge.", + "option-new-attachment-location-default": "priloge", + "option-choice-subdirectory": "V podmapi pod trenutno mapo", + "option-attachment-folder-path": "Pot do mape za priloge", + "option-attachment-folder-path-description": "Na novo ustvarjene datoteke prilog se bodo pojavile tukaj. To vključuje slike, ustvarjene z vlečenjem in spuščanjem ali lepljenjem, ter zvočne posnetke.", + "option-attachment-subfolder-path": "Ime podmape", + "option-attachment-subfolder-path-description": "Če je vaša datoteka v \"vault/mapi\", in nastavite ime podmape na \"priloge\", bodo priloge shranjene v \"vault/mapi/priloge\".", + "option-attachment-subfolder-path-placeholder": "priloge", + "option-excluded-files": "Izključene datoteke", + "option-excluded-files-desc": "Izključene datoteke bodo bodisi skrite bodisi manj opazne na različnih mestih, kot so Hiter preklapljalec, predlogi povezav in Grafični pogled.", + "label-no-excluded-filters-applied": "Trenutno ni uporabljen noben izključevalni filter. Dodajte enega spodaj.", + "label-excluded-filters-applied": "Datoteke, ki ustrezajo naslednjim filtrom, so trenutno izključene:", + "label-excluded-filter": "Filter", + "message-empty-filter": "Filter ne sme biti prazen", + "placeholder-excluded-filter": "Vnesite pot ali \"/regex/\"...", + "option-uri-callbacks": "Dovoli URI povratne klice", + "option-uri-callbacks-desc": "Omogoči uporabo x-callback-url prek x-success ali x-error pri obdelavi Obsidian URI-jev." + }, + "appearance": { + "name": "Videz", + "option-base-theme": "Osnovna tema", + "option-base-theme-description": "Izberite privzeto barvno shemo Obsidiana.", + "option-accent-color": "Barva poudarka", + "option-accent-color-description": "Izberite barvo poudarka, ki se uporablja po celotni aplikaciji.", + "dark-theme": "Temna", + "light-theme": "Svetla", + "system-theme": "Prilagodi sistemu", + "option-font": "Pisava", + "option-advanced": "Napredno", + "option-interface": "Vmesnik", + "option-interface-font": "Pisava vmesnika", + "option-interface-font-description": "Nastavite osnovno pisavo za celoten Obsidian.", + "option-zoom-level": "Raven povečave", + "option-zoom-level-description": "Nadzoruje splošno raven povečave aplikacije.", + "option-text-font": "Pisava besedila", + "option-text-font-description": "Nastavite pisavo za urejanje in branje.", + "option-monospace-font": "Monospace pisava", + "option-monospace-font-description": "Nastavite pisavo za mesta, kot so blok kode in frontmatter.", + "label-single-font-currently-in-effect": " Trenutno uporabljena pisava: ", + "label-multiple-fonts-currently-in-effect": " Naslednje pisave so trenutno uporabljene:", + "option-font-placeholder": "Vnesite ime pisave...", + "label-no-custom-font-set": "Trenutno ni uporabljena nobena prilagojena pisava. Dodajte eno spodaj.", + "label-font-applied": "Prva pisava s tega seznama, ki je na voljo v vašem sistemu, bo uporabljena.", + "msg-font-not-found": "Ta pisava ni zaznana v vašem sistemu.", + "msg-font-found": "Ta pisava je zaznana v vašem sistemu.", + "label-font-name": "Ime pisave", + "option-community-themes": "Odpri teme skupnosti", + "option-community-themes-description": "Predogled in uporaba neverjetnih tem, ki jih je ustvarila skupnost.", + "button-browse-community-themes": "Brskaj", + "option-font-size": "Velikost pisave", + "option-font-size-description": "Velikost pisave v slikovnih pikah, ki vpliva na urejevalnik in predogled.", + "option-font-size-action": "Hitro prilagajanje velikosti pisave", + "option-font-size-action-description": "Prilagodite velikost pisave z uporabo Ctrl + Scroll ali z uporabo geste za povečavo na sledilni ploščici.", + "option-themes": "Teme", + "option-manage-themes-description": "Upravljajte nameščene teme in brskajte po temah skupnosti.", + "option-theme-button-manage": "Upravljaj", + "option-choice-none": "Noben", + "option-native-menus": "Nativni meniji", + "option-native-menus-desc": "Meniji po celotni aplikaciji bodo ustrezali operacijskemu sistemu. Ne bodo vplivali na vašo temo.", + "button-reload-themes": "Ponovno naloži teme", + "msg-reloaded-themes": "Ponovno naložene prilagojene CSS teme.", + "button-open-themes-folder": "Odpri mapo tem", + "option-css-snippets": "CSS izrezki", + "label-no-css-snippets-found": "V mapi z izrezki ni najdenih CSS izrezkov.", + "no-snippet-description": "CSS izrezki so shranjeni v \"{{path}}\".", + "button-reload-snippets": "Ponovno naloži izrezke", + "button-open-snippets-folder": "Odpri mapo z izrezki", + "msg-reloaded-snippets": "Ponovno naloženi CSS izrezki.", + "option-toggle-snippet-description": "Uporabi CSS izrezek na \"{{path}}\".", + "label-installed-themes": "Nameščene teme", + "label-screenshot-unavailable": "Posnetek zaslona ni na voljo", + "label-default-theme": "Privzeto", + "tooltip-click-to-enlarge": "Kliknite za povečavo", + "button-update": "Posodobi", + "label-currently-active": "Aktivno", + "option-frame-style": "Slog okvira okna", + "option-frame-description": "Določa slog naslovne vrstice oken Obsidiana. Zahteva popoln ponovni zagon, da začne veljati.", + "option-frame-hidden": "Skrito (privzeto)", + "option-frame-obsidian": "Obsidian okvir", + "option-frame-native": "Nativni okvir", + "option-custom-icon": "Prilagojena ikona aplikacije", + "option-custom-icon-desc": "Nastavite prilagojeno ikono za aplikacijo", + "button-choose-custom-icon": "Izberite prilagojeno ikono", + "option-configure-ribbon": "Meni z bližnjicami", + "option-configure-ribbon-desc": "Konfigurirajte, katere ukaze želite prikazati v meniju z bližnjicami v navigacijski vrstici.", + "option-mobile-quick-ribbon-item": "Element hitrega dostopa v meniju z bližnjicami", + "option-mobile-quick-ribbon-item-desc": "Dotik na element v meniju z bližnjicami v navigacijskem meniju bo aktiviral ta element. Dotik in držanje bo še vedno prikazalo meni.", + "option-mobile-quick-ribbon-default": "Odpri meni z bližnjicami", + "button-configure": "Konfiguriraj", + "option-show-ribbon": "Prikaži meni z bližnjicami", + "option-show-ribbon-desc": "Prikaži navpično orodno vrstico na strani okna.", + "label-additional-ribbon-items": "Drugi elementi menija z bližnjicami", + "label-modal-configuration": "Konfiguracija menija z bližnjicami", + "label-modal-configuration-desc": "Izberite, katere elemente želite aktivirati v meniju z bližnjicami. Povlecite in spustite za spremembo vrstnega reda.", + "option-show-view-header": "Prikaži naslovno vrstico zavihka", + "option-show-view-header-desc": "Prikaži glavo na vrhu vsakega zavihka.", + "msg-updates-found": "Najdena {{count}} tema za posodobitev.", + "msg-updates-found_plural": "Najdene {{count}} teme za posodobitev.", + "button-check-for-updates": "Preveri posodobitve", + "button-view-updates": "Ogled posodobitev", + "button-update-all-themes": "Posodobi vse", + "label-current-themes": "Trenutne teme skupnosti", + "label-currently-installed": "Trenutno imate nameščeno {{count}} temo.", + "label-currently-installed_plural": "Trenutno imate nameščenih {{count}} tem." + }, + "hotkeys": { + "name": "Bližnjice", + "option-search": "Išči bližnjice", + "option-search-desc": "Prikazano {{count}} bližnjica. ", + "option-search-desc_plural": "Prikazano {{count}} bližnjic. ", + "option-search-conflict": "{{count}} ukaz s konflikti.", + "option-search-conflict_plural": "{{count}} ukazov s konflikti.", + "prompt-filter": "Filtriraj...", + "tooltip-delete-hotkey": "Izbriši bližnjico", + "label-waiting-for-hotkey-press": "Pritisnite bližnjico...", + "label-show-all": "Vse", + "label-show-unassigned": "Nedodeljene", + "label-show-assigned": "Dodeljene", + "label-show-user-assigned": "Dodeljene od mene", + "tooltip-restore-default": "Obnovi privzeto", + "tooltip-customize-command": "Prilagodi ta ukaz", + "tooltip-hotkey-single-conflict": "Ta bližnjica je v konfliktu z \"{{command}}\"", + "tooltip-hotkey-multiple-conflicts": "Ta bližnjica je v konfliktu z {{count}} drugimi ukazi", + "label-blank-hotkey": "Prazno" + }, + "about": { + "name": "Splošno", + "label-commercial-license": "Komercialna licenca", + "label-license-key": "Licenčni ključ", + "license-key-placeholder": "Vaš licenčni ključ...", + "label-activate-license": "Aktiviraj licenco", + "button-activate": "Aktiviraj", + "label-unknown-version": "Neznano", + "label-current-version": "Trenutna različica: ", + "label-install-version": "(Različica namestitvenega programa: {{version}})", + "label-up-to-date": "Vaša aplikacija je posodobljena!", + "label-read-changelog": "Preberite dnevnik sprememb.", + "label-manual-update-required": "Za podporo najnovejših funkcij in prejemanje najnovejših varnostnih popravkov je potrebna večja posodobitev namestitvenega programa Obsidian. Ročno morate prenesti in ponovno namestiti Obsidian.", + "label-download": "Prenesi", + "label-new-version-ready": "Nova različica je pripravljena za namestitev.", + "label-disabled-updates": "Posodobitve so onemogočene.", + "button-relaunch": "Ponovno zaženi", + "button-check-for-updates": "Preveri posodobitve", + "option-auto-update": "Samodejne posodobitve", + "option-auto-update-description": "Izklopite to možnost, da preprečite aplikaciji preverjanje posodobitev.", + "option-check-slow-startup": "Obvesti, če zagon traja dlje kot običajno", + "option-check-slow-startup-description": "Diagnosticirajte težave z vašo aplikacijo in preverite, kaj povzroča počasno nalaganje aplikacije.", + "button-check-startup": "Preveri zdaj", + "option-get-help": "Pridobi pomoč", + "option-get-help-description": "Pridobite pomoč pri uporabi Obsidiana.", + "button-open": "Odpri", + "option-language": "Jezik", + "option-language-description": "Spremenite prikazni jezik.", + "option-insider-build": "Prejemajte insider gradnje", + "option-insider-build-description": "Samodejno posodabljanje na insider gradnje za preizkušanje novih funkcij. Upoštevajte, da so te gradnje na robu in morda manj stabilne.", + "option-advanced": "Napredno", + "option-hw-acceleration": "Strojna pospešitev", + "option-hw-acceleration-description": "Vklopi strojno pospeševanje, ki uporablja vaš GPU za bolj gladko delovanje Obsidiana.", + "option-hw-acceleration-warning": "Če to izklopite, bo delovanje aplikacije močno poslabšano.", + "option-config-location": "Prepiši mapo s konfiguracijo", + "option-config-location-description": "Uporabite drugo mapo s konfiguracijo kot privzeto. Mapa mora začeti z piko.", + "option-config-location-warning": "Lokacija konfiguracije mora biti veljavno ime mape, ki se začne s piko.", + "label-license": "Licenca", + "label-your-commercial-license-key": "Vaš komercialni licenčni ključ je \"{{key}}\".", + "label-commercial-license-info": "Registrirano na \"{{company}}\" za {{seats}} uporabnikov. Veljavno do {{expiry}}.", + "label-validating-commercial-license": "Preverjanje...", + "label-invalid-commercial-license": "Licenca ni veljavna: ", + "button-remove-commercial-license": "Odstrani", + "option-catalyst": "Catalyst licenca", + "option-catalyst-desc": "Trenutno imate {{tier}} Catalyst licenco. Hvala za vašo podporo!", + "option-catalyst-desc-no-license": "Trenutno nimate Catalyst licence. Catalyst licenca je enkratna donacija za podporo razvoju Obsidiana.", + "label-app": "Aplikacija", + "label-add-own-language": "Naučite se, kako dodati nov jezik v Obsidian." + }, + "account": { + "name": "Račun", + "option-your-account": "Vaš račun", + "option-your-account-desc": "Trenutno ste prijavljeni kot {{name}} ({{email}}).", + "option-your-account-desc-no-login": "Trenutno niste prijavljeni. Račun je potreben samo za Obsidian Sync, Obsidian Publish in Catalyst insider gradnje.", + "label-insider": "insider", + "label-supporter": "podpornik", + "label-vip": "VIP", + "button-upgrade-catalyst": "Nadgradi", + "option-commercial-license": "Komercialna licenca", + "option-commercial-license-desc": "Če uporabljate Obsidian za komercialne namene, boste morda potrebovali komercialno licenco.", + "button-purchase": "Nakup", + "button-log-out": "Odjava", + "label-log-in": "Prijava", + "label-sign-up": "Registracija", + "label-email": "E-pošta", + "placeholder-email": "Vaša e-pošta...", + "label-password": "Geslo", + "placeholder-password": "Vaše geslo...", + "label-forgot-password": "Ste pozabili geslo?", + "button-login": "Prijava", + "message-empty-email": "E-pošta ne sme biti prazna.", + "message-invalid-email": "E-pošta ni veljavna.", + "message-empty-password": "Geslo ne sme biti prazno.", + "message-login-failed": "Prijava ni uspela, prosimo, preverite svojo e-pošto in geslo.", + "label-no-account": "Nimate računa? ", + "link-sign-up-now": "Registrirajte se zdaj", + "label-mfa-code": "6-mestna 2FA koda", + "mfa-wrong-format": "2FA koda mora biti 6-mestna.", + "mfa-verification-failed": "2FA koda je napačna, prosimo, preverite svojo aplikacijo za avtentikacijo." + }, + "core-plugin": { + "plugin-list": "Seznam vtičnikov", + "option-search-plugin": "Išči osnovne vtičnike", + "option-search-plugin-description": "Filtriraj vtičnike po imenu ali opisu.", + "placeholder-search-plugin": "Išči vtičnike..." + }, + "third-party-plugin": { + "name": "Vtičnik tretje osebe", + "option-restricted-mode": "Omejeni način", + "option-restricted-mode-description": "Omejeni način je izklopljen. Vklopite za onemogočanje vtičnikov skupnosti.", + "button-turn-on": "Vklopi", + "option-browse-community-plugins": "Vtičniki skupnosti", + "option-browse-community-plugins-description": "Brskajte in namestite vtičnike tretjih oseb, ki jih je ustvarila naša neverjetna skupnost.", + "button-browse": "Brskaj", + "label-exit-restricted-mode": "Izhod iz omejenega načina", + "label-exit-restricted-mode-description-1": "Vtičniki skupnosti, tako kot katera koli druga programska oprema, ki jo namestite, lahko potencialno povzročijo težave z integriteto podatkov in varnostjo.", + "label-exit-restricted-mode-description-2": "Varnost vtičnikov nam je pomembna. Tukaj je, kaj počnemo:", + "label-exit-restricted-mode-description-3": "Kljub našim prizadevanjem obstaja majhna možnost, da se vtičnik skupnosti obnaša nepravilno.", + "label-code-review": "Začetni pregled kode", + "label-code-review-desc": "Vtičniki opravijo začetni pregled kode s strani naše ekipe, preden se pojavijo v trgovini.", + "label-open-source": "Odprta koda", + "label-open-source-desc": "Večina vtičnikov je odprtokodnih na GitHubu, tako da lahko sami pregledate kodo.", + "label-peer-audit": "Pregled s strani vrstnikov", + "label-peer-audit-desc": "Imamo veliko skupnost razvijalcev, ki pazijo drug na drugega.", + "label-report-mechanism": "Mehanizem poročanja", + "label-report-mechanism-desc": "Sledimo in odstranjujemo napačne vtičnike po prijavi uporabnikov.", + "label-exit-restricted-mode-disable-confirmation": "Ali želite izstopiti iz omejenega načina, da omogočite vtičnike skupnosti? Močno priporočamo, da pred tem naredite varnostne kopije svojih podatkov.", + "label-learn-more": "Več o varnosti vtičnikov", + "button-turn-on-community-plugins": "Vklopi vtičnike skupnosti", + "label-trust-author": "Ali zaupate avtorju tega sefa?", + "label-trust-author-description-1": "To sef odpirate prvič in vsebuje nekaj vtičnikov.", + "label-trust-author-description-2": "Če ste ta sef pridobili od nekoga drugega, upoštevajte, da vtičniki neznanega izvora lahko predstavljajo varnostna tveganja.", + "label-trust-author-description-3": "Če avtorju tega sefa popolnoma ne zaupate, priporočamo, da ostanete v omejenem načinu, tako da vtičniki v tem sefu ne delujejo.", + "button-enable-plugins": "Zaupaj avtorju in omogoči vtičnike", + "button-dont-trust-author": "Brskaj sef v omejenem načinu", + "placeholder-community-plugins": "Išči vtičnike skupnosti...", + "msg-failed-load-plugins": "Nalaganje vtičnikov skupnosti ni uspelo.", + "label-installed": "Nameščeno", + "button-install": "Namesti", + "button-enable": "Omogoči", + "button-disable": "Onemogoči", + "button-copy-share-link": "Kopiraj povezavo za deljenje", + "button-donate": "Doniraj", + "label-no-results-found": "Ni najdenih rezultatov.", + "label-no-recent-files-found": "Ni najdenih nedavnih datotek. Vnesite za iskanje...", + "msg-failed-to-load-manifest": "Nalaganje manifesta vtičnika ni uspelo.", + "label-version": "Različica: {{version}}", + "label-currently-installed-version": " (trenutno nameščeno: {{version}})", + "label-by-author": "Avtor: ", + "label-repository": "Repozitorij: ", + "label-last-update": "Zadnja posodobitev: ", + "tooltip-view-last-update": "Ogled zadnje posodobitve", + "label-unsupported": "Ta vtičnik ne podpira vaše naprave.", + "button-update": "Posodobi", + "label-no-readme": "Ta vtičnik ni zagotovil datoteke README.", + "msg-installing-plugin": "Nameščanje vtičnika \"{{name}}\"...", + "msg-failed-to-install-plugin": "Namestitev vtičnika \"{{name}}\" ni uspela.", + "msg-successfully-installed-plugin": "Vtičnik \"{{name}}\" uspešno nameščen.", + "label-installed-plugins": "Nameščeni vtičniki", + "button-reload-plugins": "Ponovno naloži vtičnike", + "msg-reloaded-third-party-plugins": "Ponovno naloženi vtičniki tretjih oseb.", + "label-uninstall": "Odstrani", + "label-uninstall-plugin": "Odstrani vtičnik", + "label-uninstall-plugin-confirmation": "Ali ste prepričani, da želite odstraniti ta vtičnik? To bo izbrisalo mapo vtičnika.", + "button-open-plugins-folder": "Odpri mapo z vtičniki", + "button-check-for-updates": "Preveri posodobitve", + "button-update-all-plugins": "Posodobi vse", + "label-current-plugins": "Trenutni vtičniki", + "label-currently-installed": "Trenutno imate nameščen {{count}} vtičnik.", + "label-currently-installed_plural": "Trenutno imate nameščenih {{count}} vtičnikov.", + "msg-no-updates-found": "Ni najdenih posodobitev vtičnikov.", + "msg-updates-found": "Najdena {{count}} posodobitev vtičnika.", + "msg-updates-found_plural": "Najdenih {{count}} posodobitev vtičnikov.", + "msg-update-plugin": "Posodobi na različico {{version}}", + "option-search-installed-plugin": "Išči nameščene vtičnike", + "option-search-installed-plugin-description": "Filtriraj nameščene vtičnike po imenu ali opisu.", + "placeholder-search-installed-plugin": "Išči nameščene vtičnike...", + "show-installed-only": "Prikaži samo nameščene", + "label-donate-modal-title": "Doniraj za podporo {{name}}", + "label-donate-modal-text1": "Razvijalci vtičnikov so prostovoljci iz skupnosti, ki iz strasti ustvarjajo neverjetne stvari. Če se vam zdi ta vtičnik uporaben, razmislite o financiranju njegovega razvoja.", + "label-donate-modal-text2": "100% vašega prispevka bo šlo razvijalcu vtičnika; Obsidian ne vzame deleža. Platforma za financiranje, ki jo izberejo, lahko zaračuna provizijo.", + "label-donate-modal-text3": "Hvala za vašo velikodušno podporo!", + "label-support-this-plugin": "Podprite ta vtičnik:", + "label-search-summary": "Prikazano {{pluginCount}}:", + "label-by-popularity": "Najbolj preneseni", + "label-by-released": "Nedavno izdani", + "label-by-updated": "Nedavno posodobljeni", + "label-alphabetical": "Abecedno", + "label-last-updated": "Posodobljeno {{time}}" + }, + "mobile-toolbar": { + "name": "Mobilna orodna vrstica", + "option-configure-quick-action": "Konfiguriraj hitro dejanje na mobilni napravi", + "option-configure-quick-action-description": "Konfigurirajte, kateri ukaz se sproži ob potegu navzdol z vrha. Trenutni ukaz je nastavljen na \"{{command}}\".", + "msg-missing-quick-action": "Dejanje ni konfigurirano", + "button-configure": "Konfiguriraj", + "placeholder-select-quick-action": "Izberite hitro dejanje...", + "quick-action-disabled": "Noben", + "manage-toolbar-options": "Upravljaj možnosti orodne vrstice", + "option-internal-link": "Dodaj notranjo povezavo", + "option-internal-embed": "Dodaj vdelavo", + "option-tag": "Dodaj oznako", + "option-heading": "Preklopi naslov", + "option-strikethrough": "Preklopi prečrtano", + "option-highlight": "Preklopi označevanje", + "option-code": "Preklopi kodo", + "option-blockquote": "Preklopi blok citat", + "option-inline-math": "Preklopi matematično enačbo v vrstici", + "option-math-block": "Preklopi matematični blok", + "option-markdown-link": "Dodaj Markdown povezavo", + "option-bullet-list": "Preklopi označen seznam", + "option-numbered-list": "Preklopi oštevilčen seznam", + "option-indent-list": "Zamik elementa seznama", + "option-unindent-list": "Odstrani zamik elementa seznama", + "option-undo": "Razveljavi", + "option-redo": "Uveljavi", + "option-move-caret-up": "Premakni kazalec gor", + "option-move-caret-down": "Premakni kazalec dol", + "option-move-caret-left": "Premakni kazalec levo", + "option-move-caret-right": "Premakni kazalec desno", + "option-first-line": "Pojdi na prvo vrstico", + "option-last-line": "Pojdi na zadnjo vrstico", + "option-toggle-keyboard": "Preklopi tipkovnico", + "option-configure-toolbar": "Konfiguriraj mobilno orodno vrstico", + "option-added-options": "Dodane možnosti", + "option-more-toolbar-options": "Več možnosti orodne vrstice", + "option-attach": "Vstavi prilogo", + "option-add-command": "Dodaj globalni ukaz", + "option-add-command-description": "Izberite kateri koli globalni ukaz za dodajanje v orodno vrstico." + } + }, + "editor": { + "search": { + "placeholder-find": "Najdi", + "placeholder-replace": "Zamenjaj", + "label-exit-search": "Izhod iz iskanja", + "label-next": "Naslednji", + "label-previous": "Prejšnji", + "label-find-all": "Najdi vse", + "label-replace": "Zamenjaj", + "label-replace-all": "Zamenjaj vse" + }, + "link-suggestion": { + "label-type-hash": "Vnesi #", + "label-link-heading": "za povezavo na naslov", + "label-type-block": "Vnesi ^", + "label-link-block": "za povezavo na bloke", + "label-type-pipe": "Vnesi |", + "label-change-display-text": "za spremembo prikazanega besedila", + "label-no-alias": "Prikazano besedilo", + "label-no-heading": "Naslov", + "label-no-match-found": "Ni najdenih ujemanj", + "label-image-size": "Velikost slike: {{size}}px široke", + "label-accept": "za potrditev" + }, + "spellcheck": { + "no-suggestion": "Ni predlogov...", + "add-to-dictionary": "Dodaj v slovar" + }, + "menu": { + "edit-link": "Uredi povezavo", + "edit-tag": "Uredi oznako", + "label-edit-block": "Uredi ta blok", + "label-delete-footref-and-note": "Izbriši opombo in referenco" + }, + "heading-suggestion": { + "label-no-heading": "Ni naslova", + "label-heading-level": "Naslov {{level}}" + }, + "print-modal": { + "title": "Izvoz v PDF", + "caption": "Izvozi \"{{filename}}\" v PDF z nastavitvijo spodaj.", + "setting-page-size": "Velikost strani", + "setting-page-size-a3": "A3", + "setting-page-size-a4": "A4", + "setting-page-size-a5": "A5", + "setting-page-size-legal": "Legal", + "setting-page-size-letter": "Letter", + "setting-page-size-tabloid": "Tabloid", + "setting-include-file-name": "Vključi ime datoteke kot naslov", + "setting-landscape": "Pokončno", + "setting-margin": "Rob", + "setting-margin-default": "Privzeto", + "setting-margin-minimal": "Minimalno", + "setting-margin-none": "Brez", + "setting-downscale-percent": "Odstotek zmanjšanja", + "button-export-to-pdf": "Izvozi v PDF" + }, + "link-popover": { + "tooltip-follow-link": "Sledi povezavi", + "tooltip-open-link": "Odpri povezavo", + "tooltip-search-tag": "Išči oznako" + } + }, + "interface": { + "embed-cannot-find": "Ne morem najti:", + "label-unable-to-find-section": "Ne morem najti “{{subpath}}” v {{file}}", + "embed-open-in-default-app-tooltip": "Odpri v privzeti aplikaciji", + "empty-sidebar": "Stranska vrstica je prazna, poskusite povleči del tukaj.", + "sidebar-expand": "Razširi", + "sidebar-collapse": "Zloži", + "msg-fail-to-save-file": "Ni uspelo shraniti datoteke \"{{filepath}}\". {{message}}.", + "msg-failed-to-load-plugin": "Ni uspelo naložiti vtičnika “{{plugin}}”", + "msg-plugin-error": "Vtičnik “{{plugin}}” je naletel na napako pri nalaganju", + "msg-failed-to-load-file": "Ni uspelo odpreti “{{filepath}}”", + "msg-failed-to-open-href": "Ne morem odpreti lokacije “{{href}}”", + "no-file": "Ni datoteke", + "msg-file-changed": "\"{{file}}\" je bil zunanji spremenjen, avtomatsko združujem spremembe.", + "switch-vault": "Odpri drug sef", + "manage-vaults": "Upravljaj sefe...", + "help": "Pomoč", + "settings": "Nastavitve", + "drag-to-rearrange": "Povlecite za preurejanje", + "msg-switched-to-read": "Privzeti način pogleda preklopljen na branje.", + "msg-switched-to-edit": "Privzeti način pogleda preklopljen na urejanje.", + "msg-upgrade-installer": "Za uporabo te funkcije, prosimo, ponovno namestite z najnovejšo namestitveno različico, ki je na voljo na naši spletni strani.", + "msg-slow-boot": "Zaznana počasna zagonska časovna obdobja.", + "msg-desktop-only-feature": "Ta funkcija je na voljo samo v namizni aplikaciji.", + "tooltip-restore-default-settings": "Obnovi privzete nastavitve", + "label-copy": "Kopiraj v odložišče", + "label-copy-short": "Kopiraj", + "copied_generic": "Kopirano v odložišče", + "copied": "{{item}} kopirano v odložišče", + "prompt-filter": "Filter...", + "url": "URL", + "msg-open-file-through-uri": "Odprta datoteka \"{{path}}\"", + "msg-file-not-found-through-uri": "Datoteka \"{{name}}\" ni najdena.", + "delete-action-short-name": "Izbriši", + "msg-indexing": "Obsidian indexira vaš sef...\nTo se mora zgoditi le enkrat.\nNekatere funkcionalnosti morda ne bodo na voljo, dokler to ne bo dokončano.", + "msg-indexing-complete": "Indexiranje končano.", + "msg-sandbox-vault": "To je sandbox sef.\nSpremembe, ki jih naredite v tem sefu, bodo izgubljene.", + "label-enter-to-create": "Vnesite za ustvarjanje", + "label-update-available": "Na voljo je posodobitev", + "label-debug-info": "Debug informacije", + "button-learn-more": "Več o tem", + "button-not-now": "Ne zdaj", + "button-add": "Dodaj", + "button-manage": "Upravljaj", + "label-new-tab": "Nov zavihek", + "option-hide-ribbon": "Skrij traku", + "msg-tab-busy": "Ta zavihek je trenutno zaseden, prosim poskusite kasneje.", + "formatting": { + "label-formatting": "Oblikovanje", + "label-paragraph": "Odstavek", + "label-insert": "Vstavi", + "insert-link": "Dodaj povezavo", + "insert-external-link": "Dodaj zunanjo povezavo", + "insert-callout": "Opomba", + "insert-horizontal-rule": "Vodoravna črta", + "insert-code-block": "Blok kode", + "insert-math-block": "Matematični blok", + "insert-table": "Tabela", + "toggle-bold": "Krepko", + "toggle-code": "Koda", + "toggle-comments": "Komentar", + "toggle-highlight": "Označi", + "toggle-italics": "Ležeče", + "toggle-strikethrough": "Prečrtano", + "toggle-math": "Matematika", + "toggle-bullet-list": "Označen seznam", + "toggle-checklist": "Seznam opravil", + "toggle-numbered-list": "Oštevilčen seznam", + "set-heading": "Naslov {{level}}", + "no-heading": "Telo", + "clear": "Počisti oblikovanje", + "toggle-quote": "Citat" + }, + "empty-state": { + "no-file-open": "Nobena datoteka ni odprta", + "create-new-file": "Ustvari novo datoteko", + "go-to-file": "Pojdi na datoteko", + "see-recent-files": "Poglej nedavne datoteke", + "close": "Zapri", + "unknown-pane-title": "Vtičnik ni več aktiven", + "unknown-pane-desc": "Vtičnik, ki je ustvaril to okno ({{type}}), je prenehal delovati" + }, + "menu": { + "edit-view": "Uredi (Ctrl/Cmd+Klik za urejanje v novem podoknu)", + "read-view": "Trenutni pogled: branje", + "ribbon": "Trak", + "left-sidebar": "Leva stranska vrstica", + "right-sidebar": "Desna stranska vrstica", + "switch-to-edit-view": "Kliknite za urejanje", + "switch-to-read-view": "Kliknite za branje", + "mod-click-open-new-tab": "{{key}}+Klik za odpiranje v novem zavihku", + "find": "Najdi...", + "replace": "Zamenjaj...", + "edit": "Uredi", + "remove": "Odstrani", + "rename": "Preimenuj", + "preview": "Predogled", + "more-options": "Več možnosti", + "close": "Zapri", + "close-all": "Zapri vse", + "close-tabs-with-count": "Zapri {{count}} zavihek", + "close-tabs-with-count_plural": "Zapri {{count}} zavihkov", + "close-others": "Zapri ostale", + "close-after": "Zapri zavihke za tem", + "pin": "Pripni", + "unpin": "Odpni", + "unlink-tab": "Odstrani povezavo zavihka", + "link-tab": "Poveži z zavihkom...", + "toggle-source-mode": "Način vira", + "toggle-reading-view": "Način branja", + "add-property": "Dodaj lastnost datoteke", + "delete-file": "Izbriši datoteko", + "create-file": "Ustvari to datoteko", + "open-link": "Odpri povezavo", + "open-in-new-tab": "Odpri v novem zavihku", + "open-to-the-right": "Odpri na desni", + "copy-url": "Kopiraj URL", + "copy": "Kopiraj", + "cut": "Izreži", + "paste": "Prilepi", + "paste-as-plain-text": "Prilepi kot golo besedilo", + "lookup-selection": "Poišči “{{selection}}”", + "select-all": "Izberi vse", + "rename-heading": "Preimenuj ta naslov...", + "rename-blockid": "Preimenuj ta ID bloka...", + "open-in-new-window": "Odpri v novem oknu", + "move-to-new-window": "Premakni v novo okno", + "open-in-browser": "Odpri v brskalniku", + "stack-tabs": "Zloži zavihke", + "unstack-tabs": "Razloži zavihke", + "open-linked-view": "Odpri povezani pogled" + }, + "tooltip": { + "click-to-expand": "Kliknite za razširitev", + "click-to-collapse": "Kliknite za strnitev", + "alias": "Vzdevek", + "not-created-yet": "Še ni ustvarjeno, izberite za ustvarjanje" + }, + "start-screen": { + "label-version": "Različica", + "label-create-local-vault": "Ustvari lokalni sef", + "option-open-folder-as-vault": "Odpri mapo kot sef", + "option-open-folder-as-vault-description": "Izberite obstoječo mapo z Markdown datotekami.", + "option-create-vault": "Ustvari nov sef", + "option-create-vault-description": "Ustvarite nov Obsidian sef v mapi.", + "option-connect-obsidian-sync": "Poveži z Obsidian Sync", + "option-connect-obsidian-sync-description": "Nastavite sinhroniziran sef z obstoječim oddaljenim sefom.", + "option-new-vault-name": "Ime sefa", + "option-new-vault-name-description": "Izberite ime za vaš čudovit sef.", + "option-new-vault-location": "Lokacija", + "option-new-vault-location-description": "Izberite mesto za vaš novi sef.", + "label-new-vault-location-preview": "Vaš novi sef bo postavljen v: ", + "option-reveal-vault-in-explorer": "Pokaži sef v sistemskem raziskovalcu", + "option-reveal-vault-in-explorer-mac": "Pokaži sef v Finderju", + "option-rename-vault": "Preimenuj sef...", + "option-copy-vault-i-d": "Kopiraj ID sefa", + "msg-error-rename-exists": "Sef s tem imenom že obstaja.", + "msg-error-nested": "Ne morem premakniti sefa v podmapo samega sebe.", + "msg-error-rename-open": "Ne morem preimenovati trenutno odprtega sefa.", + "msg-rename-failed": "Preimenovanje sefa ni uspelo.", + "msg-rename-success": "Sef uspešno preimenovan.", + "option-move-vault": "Premakni sef...", + "msg-move-select-dest": "Izberite ciljno mapo", + "msg-error-move-exists": "Na ciljni lokaciji že obstaja sef.", + "msg-error-move-open": "Ne morem premakniti trenutno odprtega sefa.", + "msg-move-failed": "Premikanje sefa ni uspelo.", + "msg-move-success": "Sef uspešno premaknjen.", + "option-remove": "Odstrani s seznama", + "button-quick-start": "Hiter začetek", + "button-open": "Odpri", + "button-browse": "Brskaj", + "button-connect": "Poveži", + "button-create-vault": "Ustvari", + "button-back": "Nazaj", + "msg-empty-vault-name": "Ime sefa ne sme biti prazno.", + "msg-trailing-dot-vault-name": "Ime sefa se ne sme končati s piko.", + "msg-invalid-folder": "Prosimo, izberite veljavno mapo.", + "msg-failed-to-create-vault": "Ustvarjanje sefa ni uspelo.", + "msg-failed-to-create-vault-at-location": "Sefa ni bilo mogoče ustvariti na dani lokaciji. Prosimo, preverite lokacijo in dovoljenja.", + "msg-error-failed-to-open-vault": "Odpiranje ni uspelo.", + "msg-error-remove-current-open-vault": "Ne morem odstraniti trenutno odprtega sefa.", + "option-get-help": "Pridobi pomoč", + "option-user-email": "E-pošta", + "placeholder-your-email": "Vaša e-pošta...", + "option-user-password": "Geslo", + "placeholder-your-password": "Vaše geslo...", + "button-sign-in": "Prijava", + "button-setup": "Nastavitev", + "option-connect-vault-desc": "Ustvarite sinhroniziran sef na tej napravi.", + "tooltip-own-vault": "To je oddaljeni sef, ki ga imate v lasti.", + "tooltip-shared-vault": "To je oddaljeni sef, ki je deljen z vami." + }, + "starter-content": { + "welcome-filename": "Welcome", + "welcome-file-content": "This is your new *vault*.\n\nMake a note of something, [[create a link]], or try [the Importer](https://help.obsidian.md/Plugins/Importer)!\n\nWhen you're ready, delete this note and make the vault your own." + }, + "drag-and-drop": { + "insert-link-here": "Vstavi povezavo tukaj", + "insert-links-here": "Vstavi povezave tukaj", + "move-into-folder": "Premakni v \"{{folder}}\"", + "star-this-file": "Označi to datoteko", + "star-these-files": "Označi te datoteke", + "open-in-this-tab": "Odpri v tem zavihku", + "open-as-tab": "Odpri kot nov zavihek" + }, + "window": { + "maximize": "Maksimiziraj", + "minimize": "Minimiziraj", + "restore-down": "Obnovi navzdol", + "close-window": "Zapri okno", + "go-back": "Pojdi nazaj", + "go-forward": "Pojdi naprej" + }, + "start-up": { + "loading-obsidian": "Nalaganje Obsidiana...", + "obsidian-load-error": "Prišlo je do napake pri nalaganju Obsidiana.", + "button-reload-app": "Ponovno naloži aplikacijo", + "button-reload-app-in-safe-mode": "Ponovno naloži aplikacijo v varnem načinu", + "button-open-another-vault": "Odpri drug sef", + "loading-plugins": "Nalaganje vtičnikov...", + "msg-plugin-hang": "Vtičnik “{{plugin}}” traja dolgo časa za nalaganje.", + "loading-vault": "Nalaganje sefa...", + "msg-failed-to-load-vault": "Nalaganje sefa ni uspelo: ", + "loading-cache": "Nalaganje predpomnilnika...", + "loading-workspace": "Nalaganje delovnega prostora..." + }, + "mobile": { + "action-import": "Uvozi v sef", + "action-insert-text-desc": "Dodaj besedilo v datoteko:", + "action-choose-file-to-insert": "Izberi datoteko za vstavljanje", + "action-insert-text-into-file": "Vstavi besedilo v {{filename}}", + "action-insert-link-into-file": "Vstavi povezavo v {{filename}}", + "action-show-switcher": "Pokaži pregled zavihkov", + "msg-importing": "Uvažanje...", + "msg-import-success": "Uvoz uspešen", + "msg-failed-to-import-file": "Uvoz datoteke {{filename}} ni uspel", + "msg-back-again-to-exit": "Pritisnite nazaj še enkrat za izhod." + }, + "help-screen": { + "label-official-help-site": "Uradna stran za pomoč", + "label-official-help-site-desc": "Preberite uradno dokumentacijo za pomoč Obsidian, ki je na voljo v več jezikih.", + "action-visit": "Obišči", + "label-discord-chat": "Discord klepet", + "label-discord-chat-desc": "Discord je najboljše mesto za klepet z drugimi izkušenimi uporabniki Obsidiana z vsega sveta.", + "action-join": "Pridruži se", + "label-forum": "Uradni forum", + "label-forum-desc": "Pomagajte si med seboj, objavljajte zahteve za funkcije, poročajte o napakah in se poglobljeno pogovarjajte o upravljanju znanja.", + "label-sandbox-vault": "Sandbox sef", + "label-sandbox-vault-desc": "Preizkusite in eksperimentirajte z različnimi funkcijami. Upoštevajte, da vaše spremembe ne bodo shranjene." + } + }, + "commands": { + "save-file": "Shrani trenutno datoteko", + "follow-cursor-link": "Sledi povezavi pod kazalcem", + "open-cursor-link-in-new-tab": "Odpri povezavo pod kazalcem v novem zavihku", + "open-cursor-link-to-the-right": "Odpri povezavo pod kazalcem na desni", + "open-cursor-link-in-new-window": "Odpri povezavo pod kazalcem v novem oknu", + "navigate-tab-above": "Osredotoči se na zavihek zgoraj", + "navigate-tab-below": "Osredotoči se na zavihek spodaj", + "navigate-tab-left": "Osredotoči se na zavihek levo", + "navigate-tab-right": "Osredotoči se na zavihek desno", + "toggle-pin": "Preklopi pripenjanje", + "split-right": "Razdeli desno", + "split-down": "Razdeli navzdol", + "toggle-stacked-tabs": "Preklopi zložene zavihke", + "navigate-back": "Pojdi nazaj", + "navigate-forward": "Pojdi naprej", + "use-dark-mode": "Uporabi temni način", + "use-light-mode": "Uporabi svetli način", + "change-theme": "Spremeni temo", + "search-current-file": "Išči v trenutni datoteki", + "search-replace-current-file": "Išči in zamenjaj v trenutni datoteki", + "add-property": "Dodaj lastnost datoteke", + "label-sort-property-a-to-z": "Ime (A do Ž)", + "label-sort-property-z-to-a": "Ime (Ž do A)", + "add-alias": "Dodaj vzdevek", + "edit-property": "Uredi lastnost datoteke", + "clear-properties": "Počisti lastnosti datoteke", + "open-settings": "Odpri nastavitve", + "open-help": "Odpri pomoč", + "toggle-edit": "Preklopi med urejanjem/branjem", + "toggle-source-mode": "Preklopi med živim predogledom/izvornim načinom", + "delete-current-file": "Izbriši trenutno datoteko", + "new-tab": "Nov zavihek", + "show-trash": "Pokaži koš", + "close-all-tabs": "Zapri vse zavihke", + "close-active-tab": "Zapri trenutni zavihek", + "close-others-in-tab-group": "Zapri ostale v skupini zavihkov", + "close-other-tabs": "Zapri vse druge zavihke", + "close-tab-group": "Zapri to skupino zavihkov", + "toggle-left-sidebar": "Preklopi levo stransko vrstico", + "toggle-ribbon": "Preklopi trak", + "toggle-right-sidebar": "Preklopi desno stransko vrstico", + "toggle-default-new-tab-mode": "Preklopi privzeti način za nove zavihke", + "add-cursor-above": "Dodaj kazalec zgoraj", + "add-cursor-below": "Dodaj kazalec spodaj", + "focus-editor": "Osredotoči se na urejevalnik", + "toggle-fold-properties": "Preklopi zlaganje lastnosti v trenutni datoteki", + "toggle-fold": "Preklopi zlaganje na trenutni vrstici", + "fold-all": "Zloži vse naslove in sezname", + "unfold-all": "Razširi vse naslove in sezname", + "fold-more": "Zloži več", + "fold-less": "Zloži manj", + "swap-line-up": "Zamenjaj vrstico navzgor", + "swap-line-down": "Zamenjaj vrstico navzdol", + "remove-heading": "Odstrani naslov", + "toggle-heading": "Nastavi kot naslov {{level}}", + "toggle-bold": "Preklopi krepko za izbor", + "toggle-italics": "Preklopi ležeče za izbor", + "toggle-highlight": "Preklopi označevanje za izbor", + "toggle-comments": "Preklopi komentarje za izbor", + "clear-formatting": "Počisti oblikovanje", + "insert-link": "Vstavi povezavo", + "toggle-spellcheck": "Preklopi preverjanje črkovanja", + "delete-paragraph": "Izbriši odstavek", + "toggle-checklist": "Preklopi status kontrolnega seznama", + "cycle-list-checklist": "Ciklus oznake/seznama", + "insert-callout": "Vstavi opombo", + "insert-code-block": "Vstavi blok kode", + "insert-math-block": "Vstavi matematični blok", + "insert-horizontal-rule": "Vstavi vodoravno črto", + "insert-table": "Vstavi tabelo", + "edit-file-title": "Uredi naslov datoteke", + "copy-path": "Kopiraj pot datoteke", + "copy-url": "Kopiraj obsidian URL", + "export-pdf": "Izvozi v PDF", + "reload": "Ponovno naloži aplikacijo brez shranjevanja", + "undo-close-tab": "Razveljavi zapiranje zavihka", + "context-menu": "Pokaži kontekstni meni pod kazalcem", + "show-debug-info": "Pokaži informacije za odpravljanje napak", + "open-sandbox-vault": "Odpri sandbox sef", + "always-on-top": "Preklopi okno vedno na vrhu", + "zoom-in": "Povečaj", + "zoom-out": "Pomanjšaj", + "reset-zoom": "Ponastavi povečavo", + "toggle-preview": "Preklopi med urejanjem/predogledom", + "move-to-new-window": "Premakni trenutno podokno v novo okno", + "open-in-new-window": "Odpri trenutno podokno v novem oknu", + "rename-current-file": "Preimenuj trenutno datoteko", + "go-to-prev-tab": "Pojdi na prejšnji zavihek", + "go-to-next-tab": "Pojdi na naslednji zavihek", + "go-to-last-tab": "Pojdi na zadnji zavihek", + "go-to-nth-tab": "Pojdi na zavihek #{{n}}", + "show-release-notes": "Pokaži opombe ob izdaji" + }, + "dialogue": { + "label-link-affected": "To bo vplivalo na {{links}} v {{files}}.", + "msg-updated-links": "Posodobljeno {{links}} v {{files}}.", + "label-update-links": "Posodobi povezave", + "label-confirm-update-link-to-file": "Ali želite posodobiti notranje povezave, ki kažejo na to datoteko?", + "button-always-update": "Vedno posodobi", + "button-just-once": "Samo enkrat", + "button-do-not-update": "Ne posodobi", + "label-confirm-deletion": "Ali ste prepričani, da želite izbrisati \"{{filename}}\"?", + "label-move-to-system-trash": "Premaknjen bo v sistemski koš.", + "label-move-to-vault-trash": "Premaknjen bo v Obsidian koš, ki se nahaja v skriti mapi \".trash\" v vašem sefu.", + "label-permanent-delete": "Datoteka bo trajno izbrisana.", + "label-non-empty-folder": "Ta mapa ni prazna.", + "label-delete-folder-warning": "Če nadaljujete, bodo vse datoteke v tej mapi izbrisane.", + "label-delete-folder": "Izbriši mapo", + "button-delete": "Izbriši", + "button-delete-do-not-ask-again": "Izbriši in ne sprašuj več", + "label-do-not-ask-again": "Ne sprašuj več", + "label-existing-backlink": "Trenutno obstaja {{links}} povezav, ki kažejo na to opombo.", + "label-existing-backlink_plural": "Trenutno obstaja {{links}} povezav, ki kažejo na to opombo.", + "label-delete-file": "Izbriši datoteko", + "button-manage": "Upravljaj", + "button-view": "Ogled", + "button-confirm": "Potrdi", + "button-cancel": "Prekliči", + "button-done": "Končano", + "button-save": "Shrani", + "button-stop": "Ustavi", + "button-continue": "Nadaljuj", + "button-choose": "Izberi", + "preparing-pdf": "Priprava PDF...", + "label-rename-file": "Preimenuj datoteko", + "label-rename-file-generic": "Ime datoteke", + "label-new-name": "Novo ime", + "msg-rename-success": "Datoteka uspešno preimenovana.", + "msg-merge-failed": "Združevanje opomb ni uspelo: {{message}}", + "msg-file-or-folder-not-found": "Datoteka ali mapa “{{path}}” ne obstaja.", + "label-rename-heading": "Preimenuj naslov", + "label-rename-blockid": "Preimenuj ID bloka" + }, + "menu-items": { + "new-file": "Ustvari zapisek", + "new-file-to-the-right": "Nov zapisek na desni", + "new-window": "Novo okno", + "open-switcher": "Odpri hitro...", + "open-vault": "Odpri sef...", + "close-tab": "Zapri zavihek", + "close-window": "Zapri okno", + "find": "Najdi", + "replace": "Zamenjaj", + "insert-callout": "Opomba", + "insert-markdown-link": "Markdown povezava", + "insert-wikilink": "Povezava", + "set-heading": "Naslov {{level}}", + "no-heading": "Brez naslova", + "insert-quote": "Citat", + "export-pdf": "Izvozi v PDF", + "insert-attachment": "Vstavi prilogo...", + "insert-codeblock": "Blok kode", + "insert-math-block": "Matematični blok", + "insert-table": "Tabela", + "toggle-bullet-list": "Označen seznam", + "toggle-numbered-list": "Oštevilčen seznam", + "toggle-checklist": "Seznam opravil", + "toggle-bold": "Krepko", + "toggle-code": "Koda", + "toggle-comment": "Komentar", + "toggle-italics": "Ležeče", + "toggle-inline-math": "Matematika", + "toggle-highlight": "Označi", + "toggle-strikethrough": "Prečrtano", + "toggle-comments": "Komentar", + "folding-menu": "Zlaganje", + "fold-all": "Zloži vse", + "unfold-all": "Razširi vse", + "fold-more": "Zloži več", + "fold-less": "Zloži manj", + "source-mode": "Način vira", + "reading-view": "Način branja", + "show-debug-info": "Pokaži informacije za odpravljanje napak", + "open-sandbox": "Odpri sandbox sef", + "navigate-back": "Pojdi nazaj", + "navigate-forward": "Pojdi naprej", + "toggle-left-sidebar": "Preklopi levo stransko vrstico", + "toggle-right-sidebar": "Preklopi desno stransko vrstico", + "toggle-ribbon": "Trak", + "split-right": "Razdeli desno", + "split-down": "Razdeli navzdol", + "release-notes": "Opombe ob izdaji" + }, + "plugins": { + "name": "Plugins", + "file-explorer": { + "name": "Raziskovalec datotek", + "desc": "Prikaži vse datoteke v vašem sefu.", + "action-open": "Odpri raziskovalca datotek", + "action-show": "Prikaži raziskovalca datotek", + "action-create-note": "Ustvari nov zapisek", + "action-create-folder": "Ustvari novo mapo", + "action-create-note-in-current-tab": "Ustvari nov zapisek v trenutnem zavihku", + "action-create-note-to-the-right": "Ustvari zapisek na desni", + "action-collapse-all": "Zloži vse", + "action-expand-all": "Razširi vse", + "action-new-note": "Nov zapisek", + "action-new-folder": "Nova mapa", + "action-change-sort": "Spremeni vrstni red", + "action-reveal-file": "Razkrij datoteko v raziskovalcu datotek", + "action-reveal-active-file": "Razkrij aktivno datoteko v raziskovalcu datotek", + "command-make-a-copy": "Naredi kopijo trenutne datoteke", + "command-make-a-copy-mac": "Podvoji trenutno datoteko", + "command-move-file": "Premakni datoteko v drugo mapo", + "action-new-folder-with-count": "Nova mapa z izbiro ({{count}} element)", + "action-new-folder-with-count_plural": "Nova mapa z izbiro ({{count}} elementov)", + "action-move-file": "Premakni datoteko v...", + "action-move-folder": "Premakni mapo v...", + "action-move-items": "Premakni {{count}} elementov v...", + "prompt-type-folder": "Vnesite ime mape", + "label-no-folders": "Ni najdenih map.", + "instruction-navigate": "za navigacijo", + "instruction-move": "za premik", + "instruction-create": "za ustvarjanje", + "instruction-dismiss": "za preklic", + "label-sort-a-to-z": "Razvrsti po imenu datoteke (A do Ž)", + "label-sort-z-to-a": "Razvrsti po imenu datoteke (Ž do A)", + "label-sort-new-to-old": "Razvrsti po času urejanja (novo do staro)", + "label-sort-old-to-new": "Razvrsti po času urejanja (staro do novo)", + "label-sort-created-old-to-new": "Čas ustvarjanja (staro do novo)", + "label-sort-created-new-to-old": "Čas ustvarjanja (novo do staro)", + "menu-opt-new-note": "Nov zapisek", + "menu-opt-new-folder": "Nova mapa", + "menu-opt-rename": "Preimenuj", + "menu-opt-delete": "Izbriši", + "menu-opt-make-copy": "Naredi kopijo", + "menu-opt-make-copy-mac": "Podvoji", + "msg-invalid-characters": "Ime datoteke ne sme vsebovati naslednjih znakov: ", + "msg-unsafe-characters": "Povezave ne bodo delovale z imeni datotek, ki vsebujejo katerega od teh znakov: ", + "msg-file-already-exists": "Datoteka z istim imenom že obstaja", + "msg-empty-file-name": "Ime datoteke ne sme biti prazno.", + "msg-bad-dotfile": "Ime datoteke se ne sme začeti s piko.", + "tooltip-modified-time": "Zadnjič spremenjeno ob {{time}}", + "tooltip-created-time": "Ustvarjeno ob {{time}}", + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Premakni", + "label-untitled-file": "Neimenovano", + "label-untitled-folder": "Neimenovana", + "msg-set-attachment-folder": "Priloge bodo odslej shranjene v \"{{path}}\"." + }, + "search": { + "name": "Iskanje", + "desc": "Išči ključno besedo v vseh zapiskih.", + "action-open-search": "Išči v vseh datotekah", + "label-collapse-results": "Strni rezultate", + "label-match-case": "Ujemanje velikosti črk", + "label-explain-search-term": "Razloži iskalni izraz", + "label-more-context": "Prikaži več konteksta", + "label-result-count": "{{count}} rezultat", + "label-result-count_plural": "{{count}} rezultatov", + "label-toggle-search-settings": "Nastavitve iskanja", + "prompt-start-search": "Vnesite za začetek iskanja...", + "label-match-text": "Ujemanje besedila: ", + "label-match-regex": "Ujemanje regex: ", + "label-match-exact-text": "Vsebuje natančno besedilo: ", + "label-match-greater-than": "Večje od: ", + "label-match-less-than": "Manjše od: ", + "label-match-true": "Je resnično", + "label-match-false": "Je napačno", + "label-match-empty": "Je prazno", + "label-match-property": "Vsebuje lastnost:", + "label-match-all": "Ujemanje vsega: ", + "label-match-any": "Ujemanje katerega koli: ", + "label-excluding": "Izključuje: ", + "label-case-sensitive": "Občutljivo na velikost črk", + "label-case-insensitive": "Neobčutljivo na velikost črk", + "label-match-file-path": "Ujemanje poti datoteke: ", + "label-match-file-name": "Ujemanje imena datoteke: ", + "label-match-content": "Ujemanje vsebine datoteke: ", + "label-match-task": "Ujemanje naloge: ", + "label-match-task-todo": "Ujemanje naloge (opravilo): ", + "label-match-task-done": "Ujemanje naloge (opravljeno): ", + "label-match-line": "Ujemanje vrstice: ", + "label-match-block": "Ujemanje bloka: ", + "label-match-section": "Ujemanje odseka: ", + "label-match-tag": "Ujemanje oznake: ", + "label-no-matches": "Ni najdenih ujemanj.", + "matches-with-count": "... in še {{count}} več ujemanj.", + "matches-with-count_plural": "... in še {{count}} več ujemanj.", + "label-copy-search-results": "Kopiraj rezultate iskanja", + "button-copy-results": "Kopiraj rezultate", + "msg-successfully-copied": "Rezultati kopirani v odložišče.", + "option-show-path": "Prikaži pot", + "option-show-path-description": "Prikaži celotno pot datoteke namesto samo imena datoteke.", + "option-link-style": "Slog povezave", + "option-link-style-description": "Opcijsko pretvori vsak rezultat datoteke v povezavo.", + "option-choice-link-style-none": "Noben", + "option-choice-link-style-wikilink": "Wikilink", + "option-choice-link-style-markdown-link": "Markdown povezava", + "option-list-prefix": "Predpona seznama", + "option-list-prefix-description": "Opcijsko dodaj predpono seznama vsakemu rezultatu datoteke.", + "option-choice-list-style-none": "Noben", + "option-choice-list-style-dash": "Črtica (-)", + "option-choice-list-style-asterisk": "Zvezdica (*)", + "option-choice-list-style-numbered": "Oštevilčeno", + "tooltip-clear-search": "Počisti iskanje", + "label-search-options": "Možnosti iskanja", + "label-properties-group": "Lastnosti", + "label-tags-group": "Oznake", + "tooltip-read-more": "Preberi več", + "label-history": "Zgodovina", + "tooltip-clear-history": "Počisti zgodovino iskanja", + "label-path-option-description": "ujemanje poti datoteke", + "label-file-name-option-description": "ujemanje imena datoteke", + "label-tag-option-description": "išči oznake", + "label-line-option-description": "išči ključne besede v isti vrstici", + "label-section-option-description": "išči ključne besede pod istim naslovom", + "label-property-option-description": "ujemanje lastnosti", + "menu-opt-search-for": "Išči za \"{{keyword}}\"", + "menu-opt-search-in-folder": "Išči v mapi" + }, + "quick-switcher": { + "name": "Hiter preklop", + "desc": "Skočite na katero koli datoteko, ne da bi zapustili tipkovnico. Ctrl/Cmd+O za aktivacijo.", + "short-name": "Preklopnik", + "action-open": "Odpri hiter preklop", + "instruction-navigate": "za navigacijo", + "instruction-open": "za odpiranje", + "instruction-open-in-new-tab": "za odpiranje v novem zavihku", + "instruction-open-to-the-right": "za odpiranje na desni", + "instruction-create": "za ustvarjanje", + "instruction-dismiss": "za preklic", + "instruction-select": "za izbiro", + "label-no-note-create-new": "Ni najdenih zapiskov. Vnesite za ustvarjanje novega.", + "prompt-type-file-name": "Vnesite ime datoteke za preklop ali ustvarjanje...", + "label-enter-to-create": "Vnesite za ustvarjanje", + "tooltip-not-created-yet": "Še ni ustvarjeno, izberite za ustvarjanje", + "option-show-existing-only": "Prikaži samo obstoječe", + "option-show-existing-only-description": "Ali naj se prikažejo povezave do datotek, ki še niso ustvarjene.", + "option-show-attachments": "Prikaži priloge", + "option-show-attachments-desc": "Prikaži datoteke prilog, kot so slike, videoposnetki in PDF-ji.", + "option-show-all-file-types": "Prikaži vse vrste datotek", + "option-show-all-file-types-desc": "Prikaži vse datoteke, vključno s tistimi, ki jih Obsidian ne more odpreti. Datoteka se bo odprla z privzeto aplikacijo za to vrsto datoteke." + }, + "graph-view": { + "name": "Grafični pogled", + "desc": "Oglejte si grafični pregled, kateri zapiski se povezujejo med seboj.", + "action-open": "Odpri grafični pogled", + "action-open-local": "Odpri lokalni graf", + "action-copy-screenshot": "Kopiraj posnetek zaslona", + "tab-title": "Graf za {{displayText}}", + "label-filters": "Filtri", + "prompt-filter-nodes": "Išči datoteke...", + "option-depth": "Globina", + "option-depth-description": "Prikaži vozlišča to število povezav stran", + "option-neighbor-links": "Povezave sosedov", + "option-neighbor-links-description": "Prikaži povezave med sosedi.", + "option-forelinks": "Odhodne povezave", + "option-forelinks-description": "Prikaži povezave do drugih datotek", + "option-backlinks": "Dohodne povezave", + "option-backlinks-description": "Prikaži povezave iz drugih datotek", + "option-show-tags": "Oznake", + "option-show-tags-description": "Oznake so povezane z datotekami, ki jih vsebujejo", + "option-show-attachments": "Priloge", + "option-show-attachments-description": "Prikaži priloge, vključene v datoteke", + "option-show-existing-files-only": "Samo obstoječe datoteke", + "option-show-existing-files-only-description": "Ko je označeno, povezave do neobstoječih datotek niso prikazane", + "option-show-orphans": "Osiroteli zapiski", + "option-show-orphans-description": "Prikaži datoteke, ki niso povezane z nobeno drugo datoteko", + "label-display": "Prikaz", + "option-show-arrows": "Puščice", + "option-show-arrows-description": "Prikaži puščice, ko je povečano", + "option-text-fade": "Prag bledenja besedila", + "option-node-size": "Velikost vozlišča", + "option-link-thickness": "Debelina povezave", + "label-forces": "Sile", + "option-center-force": "Sila centra", + "option-link-force": "Sila povezave", + "option-link-distance": "Razdalja povezave", + "option-repel-force": "Sila odbijanja", + "tooltip-open-graph-settings": "Odpri nastavitve grafa", + "msg-screenshot-copied": "Posnetek zaslona kopiran v odložišče.", + "label-groups": "Skupine", + "placeholder-enter-query": "Vnesite poizvedbo...", + "tooltip-delete-graph": "Izbriši skupino", + "button-new-group": "Nova skupina", + "tooltip-click-to-change-drag-to-reorder": "Kliknite za spremembo barve\nPovlecite za spremembo vrstnega reda skupin", + "action-timelapse": "Začni animacijo časovnega preskoka grafa", + "tooltip-start-timelapse-animation": "Začni animacijo časovnega preskoka", + "button-animate-timelapse": "Animiraj" + }, + "backlinks": { + "name": "Povratne povezave", + "desc": "Prikaži število povratnih povezav v vrstici stanja.", + "action-open": "Odpri povratne povezave", + "action-show": "Prikaži podokno povratnih povezav", + "action-open-for-current": "Odpri povratne povezave za trenutno datoteko", + "action-toggle-backlinks-in-document": "Preklopi povratne povezave v dokumentu", + "menu-opt-backlinks-in-document": "Povratne povezave v dokumentu", + "label-linked-mentions": "Povezane omembe", + "label-no-backlinks": "Ni najdenih povratnih povezav.", + "label-unlinked-mentions": "Nepovezane omembe", + "label-show-search": "Prikaži iskalni filter", + "label-link-button-text": "Povezava", + "tab-title": "Povratne povezave za {{displayText}}", + "label-no-unlinked-mentions": "Ni najdenih nepovezanih omemb.", + "ellipsis": "...", + "option-backlink-in-document": "Povratna povezava v dokumentu", + "option-backlink-in-document-desc": "Privzeto prikaži povratne povezave v dokumentu pri odpiranju novih podoken." + }, + "outgoing-links": { + "name": "Odhodne povezave", + "desc": "Prikaži odhodne povezave in zaznaj nepovezane omembe drugih zapiskov v trenutnem zapisku.", + "action-open": "Odpri odhodne povezave", + "action-show": "Prikaži podokno odhodnih povezav", + "action-open-for-current": "Odpri odhodne povezave za trenutno datoteko", + "tab-title": "Odhodne povezave iz {{displayText}}", + "label-links": "Povezave", + "label-no-links": "Ni najdenih povezav.", + "label-unlinked-mentions": "Nepovezane omembe", + "tooltip-link-file": "Poveži to datoteko", + "tooltip-not-created": "Še ni ustvarjeno" + }, + "tag-pane": { + "name": "Podokno oznak", + "short-name": "Oznake", + "desc": "Prikaže vse vaše oznake skupaj s številom pojavitev.", + "action-show": "Prikaži podokno oznak", + "label-no-tags": "Ni najdenih oznak.", + "label-sort-by-name-a-to-z": "Ime oznake (A do Ž)", + "label-sort-by-name-z-to-a": "Ime oznake (Ž do A)", + "label-sort-by-frequency-high-to-low": "Pogostost (visoka do nizka)", + "label-sort-by-frequency-low-to-high": "Pogostost (nizka do visoka)", + "action-show-nested-tags": "Prikaži gnezdene oznake", + "action-collapse-all": "Zloži vse", + "action-expand-all": "Razširi vse" + }, + "properties": { + "name": "Pogled lastnosti", + "desc": "Prikaži metapodatke za vaše datoteke v stranski vrstici.", + "name-global": "Vse lastnosti", + "name-local": "Lastnosti datoteke", + "tab-title": "Lastnosti datoteke za {{displayText}}", + "action-show": "Prikaži vse lastnosti", + "action-show-local": "Prikaži lastnosti datoteke", + "action-edit": "Uredi", + "opt-unassign-type": "Odstrani vrsto", + "label-no-properties": "Ni najdenih lastnosti.", + "label-invalid-properties": "Neveljavne lastnosti.", + "label-sort-by-name-a-to-z": "Ime lastnosti (A do Ž)", + "label-sort-by-name-z-to-a": "Ime lastnosti (Ž do A)", + "label-sort-by-frequency-high-to-low": "Pogostost (visoka do nizka)", + "label-sort-by-frequency-low-to-high": "Pogostost (nizka do visoka)", + "label-change-property-type": "Spremeni vrsto lastnosti", + "msg-merge-properties-warning": "Združi lastnost “{{oldKey}}” z “{{newKey}}”?", + "msg-merge-properties-warning-desc": "V primeru konfliktov bodo vrednosti združene ali pa bo uporabljena vrednost iz “{{oldKey}}”.", + "action-collapse-all": "Zloži vse", + "action-expand-all": "Razširi vse", + "action-open-local": "Odpri lastnosti datoteke", + "action-open-daily-note": "Odpri dnevni zapisek" + }, + "page-preview": { + "name": "Predogled strani", + "desc": "Predogled zapiska ob premiku miške nad notranjo povezavo. Ctrl/Cmd + premik miške v načinu urejevalnika.", + "label-empty-attachment": "“{{linktext}}” ni bilo mogoče najti.", + "label-empty-note": "\"{{linktext}}\" še ni ustvarjeno. Kliknite za ustvarjanje.", + "label-missing-footote": "Sprotna opomba {{id}} ni najdena. Kliknite za ustvarjanje.", + "label-source-editor": "Urejevalnik", + "label-source-preview": "Predogled", + "label-source-search": "Iskanje, Povratne povezave in Odhodne povezave", + "label-require-mod": "Zahtevaj {{key}} za sprožitev predogleda strani ob premiku miške" + }, + "bookmarks": { + "name": "Bookmarks", + "desc": "Bookmark frequently used files and searches.", + "action-show": "Show bookmarks", + "action-collapse-all": "Collapse all", + "action-new-bookmark": "Bookmark the active tab...", + "action-new-group": "New bookmark group", + "action-bookmark": "Bookmark...", + "action-add-bookmark": "Add bookmark", + "action-edit-bookmark": "Edit bookmark", + "action-bookmark-block": "Bookmark block under cursor...", + "action-bookmark-heading": "Bookmark heading under cursor...", + "action-bookmark-search": "Bookmark current search...", + "action-remove-bookmark": "Remove bookmark for current file", + "action-bookmark-tab-group": "Bookmark {{count}} tab...", + "action-bookmark-tab-group_plural": "Bookmark {{count}} tabs...", + "action-bookmark-all-tabs": "Bookmark all tabs...", + "action-bookmark-graph": "Bookmark this graph...", + "label-bookmark": "Bookmark", + "label-bookmarked": "Bookmarked", + "label-bookmark-with-count": "{{count}} bookmark", + "label-bookmark-with-count_plural": "{{count}} bookmarks", + "label-no-bookmarks": "No bookmarks found", + "label-invalid-data": "Failed to load bookmarks.", + "label-invalid-data-desc": "The data file is corrupted.", + "label-untitled-group": "Untitled group", + "label-untitled-graph": "Untitled Graph", + "menu-opt-edit": "Edit...", + "menu-opt-remove": "Remove", + "menu-opt-rename": "Rename", + "menu-opt-bookmark-block": "Bookmark this block...", + "menu-opt-bookmark-heading": "Bookmark this heading...", + "msg-no-search-query": "No search query to bookmark.", + "option-path": "Path", + "option-query": "Query", + "option-u-r-l": "URL", + "option-title": "Title", + "option-group": "Bookmark group", + "placeholder-bookmark-group": "Bookmarks" + }, + "custom-css": { + "name": "Custom CSS", + "desc": "Reads \"obsidian.css\" in the vault and applies it.", + "setting-community-themes": "Community themes", + "msg-fetching-themes": "Fetching community theme data...", + "prompt-filter": "Filter...", + "label-dark-theme-only": "Dark themes only", + "label-light-theme-only": "Light themes only", + "label-use": "Use", + "label-stop-use": "Stop using this theme", + "label-install-and-use": "Install and use", + "label-update": "Update", + "label-no-readme": "This theme did not provide a README file.", + "tooltip-remove-theme": "Remove theme", + "label-visit-on-github": "Visit on GitHub", + "msg-load-error": "Could not load community themes, please check your network.", + "msg-now-using-theme": "You're now using {{title}} as your CSS theme.", + "msg-deleted-theme": "The theme {{title}} has been deleted.", + "msg-updated-theme": "The theme {{title}} has been updated.", + "label-installed": "Installed", + "label-legacy": "Legacy", + "button-update-all-themes": "Update all", + "msg-failed-load-themes": "Failed to load community themes.", + "msg-no-updates-found": "No theme updates found.", + "msg-updates-found": "Found {{count}} theme to update.", + "msg-updates-found_plural": "Found {{count}} themes to update.", + "msg-failed-to-install-theme": "Failed to install theme \"{{name}}\".", + "msg-successfully-installed-theme": "Successfully installed theme \"{{name}}\".", + "msg-installing-theme": "Installing theme \"{{name}}\"...", + "label-search-summary": "Showing {{themeCount}}:", + "label-update-available": "Update available" + }, + "command-palette": { + "name": "Ukazna paleta", + "desc": "Vnesite ukaz, da ga izvedete. Ni potrebe po uporabi uporabniškega vmesnika ali pomnjenju bližnjic.", + "action-open": "Odpri ukazno paleto", + "instruction-navigate": "za navigacijo", + "instruction-use": "za uporabo", + "instruction-dismiss": "za preklic", + "label-no-commands": "Ni najdenih ukazov.", + "prompt-type-command": "Vnesite ukaz...", + "label-pinned-commands": "Pripeti ukazi", + "option-add-new-pin": "Nov pripeti ukaz", + "option-add-new-pin-description": "Pripeti ukazi se bodo pojavili na vrhu vseh ukazov, ko ni prisotno iskalno poizvedbo." + }, + "markdown-format-importer": { + "name": "Markdown format importer", + "desc": "Convert Markdown from other apps to Obsidian format.", + "action-open": "Open Markdown importer", + "option-roam-tag-fixer": "Roam Research tag fixer", + "option-roam-tag-fixer-description": "Converts \"#tag\" and \"#[[tag]]\" to \"[[tag]]\".", + "option-roam-highlight-fixer": "Roam Research highlight fixer", + "option-roam-highlight-fixer-description": "Converts \"^^highlight^^\" to \"==highlight==\".", + "option-roam-todo-converter": "Roam Research TODO converter", + "option-roam-todo-converter-description": "Converts \"{{[[TODO]]}}\" to \"[ ]\".", + "option-bear-highlight-fixer": "Bear highlight fixer", + "option-bear-highlight-fixer-description": "Converts \"::highlight::\" to \"==highlight==\".", + "zettelkasten-link-fixer": "Zettelkasten link fixer", + "zettelkasten-link-fixer-description": "Fixes \"[[UID]]\" links to full \"[[UID File Name]]\".", + "zettelkasten-link-beautifier": "Zettelkasten link beautifier", + "zettelkasten-link-beautifier-description": "Fixes \"[[UID]]\" links and also beautify them \"[[UID File Name|File Name]]\".", + "msg-all-files-warning": "Warning: the importer will convert all the files in your vault, not just the current file.", + "msg-override-files-warning": "Your files will be overwritten. Back up all your files before attempting conversion.", + "label-start-conversion": "Start Conversion", + "label-stop": "Stop", + "label-go-back": "Go back", + "label-done": "Done", + "label-processing": "Processing...", + "label-cancelling": "Cancelling...", + "label-finished": "Finished!", + "label-processed-files": "Processed files", + "label-modified-files": "Modified files", + "label-total-replacements": "Total replacements" + }, + "daily-notes": { + "name": "Dnevni zapiski", + "desc": "Odpri današnji dnevni zapisek ali ga ustvari, če ni prisoten.", + "short-name": "Danes", + "action-open": "Odpri današnji zapisek", + "action-open-previous": "Odpri prejšnji dnevni zapisek", + "action-open-next": "Odpri naslednji dnevni zapisek", + "action-insert-text": "Vstavi besedilo v dnevni zapisek", + "action-insert-link": "Vstavi povezavo v dnevni zapisek", + "msg-fail-format": "Ustvarjanje dnevnega zapiska ni uspelo. \"{{format}}\" ni veljaven format.", + "msg-fail-folder": "Ustvarjanje dnevnega zapiska ni uspelo. Mapa \"{{folderOption}}\" ni najdena.", + "msg-fail-template-file": "Ustvarjanje dnevnega zapiska ni uspelo. Predloga \"{{template}}\" ni najdena.", + "msg-no-previous": "Ni prejšnjega dnevnega zapiska pred tem.", + "msg-no-next": "Ni naslednjega dnevnega zapiska po tem.", + "option-date-format": "Format datuma", + "label-refer-to-syntax": "Za več sintakse glejte: ", + "label-syntax-link": "referenca formata", + "label-syntax-live-preview": "Tako bo izgledalo: ", + "option-new-file-location": "Lokacija nove datoteke", + "option-new-file-location-description": "Pot do mape za ustvarjanje novega dnevnega zapiska.", + "option-template": "Lokacija predloge", + "option-template-description": "Pot do datoteke, ki se uporablja kot predloga.", + "option-open-on-start": "Odpri dnevni zapisek ob zagonu", + "option-open-on-start-description": "Samodejno odpri dnevni zapisek ob vsakem odpiranju tega sefa." + }, + "unique-note-creator": { + "name": "Unique note creator", + "desc": "Create notes with unique timestamp prefixes, for workflows like zettelkasten or slip box.", + "short-name": "Unique", + "action-create-note": "Create new unique note", + "option-new-file-location": "New file location", + "option-new-file-location-description": "The folder path to create the new unique note.", + "msg-folder-not-found": "Failed to create unique note. Folder \"{{folderOption}}\" not found.", + "option-template-file": "Template file location", + "option-template-file-description": "The file path to use as template.", + "option-template-file-placeholder": "Example: folder1/note", + "option-id-format": "Unique prefix format", + "msg-template-file-not-found": "Failed to create unique note. Template file \"{{template}}\" not found.", + "msg-failed-to-generate": "Failed to generate a unique note with the format \"{{format}}" + }, + "random-note": { + "name": "Random note", + "desc": "Opens a random note. Useful for reviewing and discovering.", + "short-name": "Random", + "action-open": "Open random note" + }, + "outline": { + "name": "Oris", + "desc": "Prikaže oris trenutne datoteke ali povezanega podokna.", + "action-open": "Odpri oris", + "action-show": "Prikaži podokno orisa", + "action-open-for-current": "Odpri oris trenutne datoteke", + "tab-title": "Oris za {{displayText}}", + "label-no-headings": "Ni najdenih naslovov." + }, + "word-count": { + "name": "Število besed", + "desc": "Prikaži število besed v vrstici stanja." + }, + "slides": { + "name": "Slides", + "desc": "Present from Markdown. Use \"---\" to separate slides.", + "action-start": "Start presentation" + }, + "audio-recorder": { + "name": "Audio recorder", + "desc": "Record audio and save as attachment.", + "action-start": "Start recording audio", + "action-stop": "Stop recording audio", + "action-toggle": "Start/stop recording", + "msg-access-denied": "Microphone access was denied, please enable it from the preference pane.", + "msg-pending-grant": "Please grant microphone permission to start recording.", + "msg-no-microphone": "No microphone is connected." + }, + "open-with-default-app": { + "name": "Odpri v privzeti aplikaciji", + "desc": "Dodaj gumb za odpiranje trenutne datoteke v privzeti aplikaciji.", + "action-open-file": "Odpri v privzeti aplikaciji", + "action-open-file-mobile": "Deli", + "action-show-in-folder": "Pokaži v mapi", + "action-show-in-folder-mac": "Pokaži v Finderju" + }, + "templates": { + "name": "Predloge", + "desc": "Vstavi vsebino predloge iz mape s predlogami.", + "action-insert": "Vstavi predlogo", + "action-insert-current-date": "Vstavi trenutni datum", + "action-insert-current-time": "Vstavi trenutni čas", + "option-template-folder-location": "Lokacija mape s predlogami", + "option-template-folder-location-description": "Datoteke v tej mapi bodo na voljo kot predloge.", + "option-template-date-format": "Format datuma", + "option-template-date-format-description": "{{date}} v datoteki predloge bo zamenjan s to vrednostjo.", + "option-template-date-format-description2": "Lahko uporabite tudi {{date:YYYY-MM-DD}} za enkratno preglasitev formata.", + "option-template-time-format": "Format časa", + "option-template-time-format-description": "{{time}} v datoteki predloge bo zamenjan s to vrednostjo.", + "option-template-time-format-description2": "Lahko uporabite tudi {{time:HH:mm}} za enkratno preglasitev formata.", + "instruction-navigate": "za navigacijo", + "instruction-insert": "za vstavljanje predloge", + "instruction-dismiss": "za preklic", + "msg-no-templates-found": "Ni najdenih predlog", + "msg-fail-invalid-folder": "Seznam predlog ni uspel. Mapa s predlogami je neveljavna.", + "msg-fail-folder-not-found": "Seznam predlog ni uspel. Mapa \"{{folderOption}}\" ni najdena.", + "msg-fail-invalid-template-properties": "Vstavljanje predloge ni uspelo, lastnosti v datoteki predloge ni bilo mogoče prebrati.", + "msg-no-folder-set": "Seznam predlog ni uspel. Mapa s predlogami ni nastavljena.", + "prompt-type-template": "Vnesite ime predloge..." + }, + "translucency": { + "name": "Prosojno okno", + "desc": "Vklopi učinek prosojnosti za izboljšanje občutka globine. Najbolje deluje v temnem načinu. Ni podprto na Linuxu." + }, + "slash-command": { + "name": "Ukazi s poševnico", + "desc": "Omogoči možnost sprožitve ukazov s poševnico v urejevalniku z vnosom poševnice." + }, + "editor-status": { + "name": "Stanje urejevalnika", + "desc": "Doda element v vrstico stanja za prikaz in spremembo trenutnega načina urejevalnika.", + "read": "Branje", + "edit-source": "Način vira", + "edit-live-preview": "Živi predogled" + }, + "publish": { + "name": "Publish", + "desc": "Publish your notes through Obsidian Publish.", + "action-publish-changes": "Publish changes...", + "action-publish-file": "Publish current file", + "label-no-internet-access": "You need access to the internet to publish changes.", + "label-publish-service-description": "Obsidian Publish is an add-on paid service that lets you publish your notes online directly from Obsidian.", + "label-please-login": "To start publishing, please log in or create a new Obsidian account.", + "label-no-publish-subscription": "You do not have an Obsidian Publish subscription yet.", + "button-purchase": "Purchase", + "label-manage-sites": "Manage sites", + "label-no-sites": "You don't have any sites.", + "button-choose": "Choose", + "tooltip-edit-site-id": "Edit site ID", + "tooltip-delete-site": "Delete site", + "label-delete-site-confirmation": "Are you sure you want to delete this site?", + "label-delete-site-details": "This will immediately and permanently delete your site.", + "label-confirm-delete-site": "Confirm delete site \"{{site}}\"", + "option-site-id": "Site ID", + "option-site-id-description": "Your site will be at https://publish.obsidian.md/{site id}. You can change this later. Only lowercase letters, numbers, and dashes are allowed.", + "option-site-id-placeholder": "Pick a site ID", + "button-create": "Create", + "msg-invalid-site-id": "Site ID can only contain lowercase letters, numbers, and dashes.", + "msg-site-id-in-use": "This site ID is in use, please try another one.", + "msg-create-site-issue": "That was an issue when creating your site.", + "label-site-options": "Site options", + "option-site-general": "General", + "option-site-components": "Components", + "option-site-appearance": "Appearance", + "option-site-reading-experience": "Reading experience", + "option-site-misc": "Other site settings", + "option-site-name": "Site name", + "option-site-name-description": "Name of your published site. It will show up in the page title of your site.", + "option-site-name-placeholder": "Name of your site", + "option-home-page-file": "Homepage file", + "option-home-page-file-description": "The first page the user sees when landing on your published site", + "option-home-page-file-placeholder": "Pick a published file", + "option-logo": "Logo", + "option-logo-description": "Pick an image file as your site logo.", + "option-logo-placeholder": "Any uploaded image in your vault...", + "option-site-collaboration": "Site collaboration", + "option-site-collaboration-desc": "Manage collaborators for this site.", + "option-customize-navigation": "Customize navigation", + "option-customize-navigation-desc": "Override the order of navigation items and hide pages or folders from showing.", + "option-navigation-order": "Navigation item display order", + "option-hide-items-in-navigation": "Hide pages or folders from navigation", + "option-hide-items-in-navigation-desc": "Right click and select \"Hide\" to prevent specific pages from appearing in the site navigation. The pages will still be accessible via links or accessing the URL directly.", + "option-show-hidden-items": "Show hidden", + "button-customize-sidebar": "Manage", + "label-navigation-modal-title": "Navigation", + "label-navigation-modal-desc": "Drag and drop to customize the order in which navigation items appear on your Publish site.", + "option-hide-in-navigation": "Hide in navigation", + "button-manage-collaborators": "Manage", + "option-theme": "Theme", + "option-theme-description": "Choose default color scheme for your site.", + "option-theme-system": "Adapt to system", + "option-show-theme-toggle": "Light/dark toggle", + "option-show-theme-toggle-description": "Let the visitor toggle between light and dark theme on their own.", + "option-show-navigation": "Show navigation", + "option-show-navigation-description": "Display a list of all published pages on the left side of your published site.", + "option-show-search": "Show search bar", + "option-show-search-description": "Display a search bar at top of the navigation that lets the visitors search pages and headings on your site.", + "option-show-graph": "Show graph view", + "option-show-graph-description": "Display a small local graph on each page.", + "option-show-outline": "Show table of contents", + "option-show-outline-description": "Display the outline of headings on each page.", + "option-show-backlinks": "Show backlinks", + "option-show-backlinks-description": "Show backlink section at the end of each page.", + "option-sliding-window-mode": "Use sliding windows", + "option-sliding-window-mode-description": "Open pages in new panes to the right. Allows scrolling through panes horizontally.", + "option-hover-preview-file": "Show hover preview", + "option-hover-preview-file-description": "Display page preview when hovering links.", + "option-hide-title": "Hide page title", + "option-hide-title-description": "Hide the page title heading. Useful when you have your own headings at the beginning of each page.", + "option-readable-line-length": "Readable line length", + "option-readable-line-length-description": "Limit maximum line length. Fits less content on the screen, but makes long paragraphs more readable.", + "option-site-password": "Passwords", + "option-site-password-description": "Restrict access to your site with passwords.", + "option-google-analytics": "Google Analytics tracking code", + "option-google-analytics-description": "Configure Google Analytics for your site. Only available for visitors from your custom domain URL. Please check with your local laws and regulations first.", + "button-manage-passwords": "Manage", + "button-save-site-settings": "Save site settings", + "msg-updated-options": "Updated options for your site.", + "button-go-back": "Back", + "label-publishing-to": "Publishing to", + "tooltip-switch-site": "Switch site", + "button-add-linked": "Add linked", + "tooltip-add-linked": "Add all files that are linked by currently selected items", + "msg-added-linked-files": "{{count}} linked file has been added.", + "msg-added-linked-files_plural": "{{count}} linked files have been added.", + "tooltip-open-site-options": "Change site options", + "label-no-changes-detected": "No changes were detected.", + "label-changed-files-to-be-published": "Changes", + "label-unchanged-files-already-published": "Unchanged (select to delete)", + "label-file-selected": " selected", + "button-select-all-files": "Select all", + "label-custom-navigation-title": "Navigation items", + "button-deselect-all-files": "Deselect all", + "label-new-files-to-be-published": "New", + "button-publish": "Publish", + "msg-no-permission-to-publish-to-site": "You do not have permission to publish to the current site.", + "msg-select-at-least-one-file": "Please select at least one file.", + "label-upload-changes": "Upload changes", + "button-done": "Done", + "button-stop": "Stop", + "label-status-uploading": "Uploading", + "label-status-to-publish": "To publish", + "label-status-to-delete": "To delete", + "label-status-published": "Published", + "label-status-deleted": "Deleted", + "label-status-failed": "Failed", + "label-status-cancelled": "Cancelled", + "button-change": "Change", + "label-clear-cache": "It takes up to a few minutes for the changes to show up on your site. If you do not see your latest changes, try clearing the cache in your browser.", + "label-visit-site": "You can visit your site here: ", + "msg-something-went-wrong": "Something went wrong. Please check the developer console for details.", + "msg-network-error": "A network error occurred. ", + "label-manage-passwords": "Manage passwords", + "label-add-password": "Add password", + "action-new-password": "New password", + "label-no-password": "Your site currently does not have any passwords. Anyone can visit it.", + "label-have-password": "Your site is password protected. If you have multiple passwords, visitors can access your site by entering any of them.", + "option-password-name": "Password", + "option-password-desc": "A hash of your password will be stored securely. Once the password is set, it cannot be revealed in plaintext.", + "option-password-placeholder": "Your password", + "option-nickname-name": "Nickname (optional)", + "option-nickname-desc": "Set a nickname to remind yourself what or who the password is for.", + "action-add-password": "Add this password", + "label-untitled-password": "Untitled password", + "label-password-created-time": "Created {{time}}", + "msg-added-new-password": "Added new password.", + "option-custom-domain": "Custom domain", + "option-custom-domain-desc": "Use your own domain rather than the https://publish.obsidian.md/{site id} URL.", + "option-noindex": "Disallow search engine indexing", + "option-noindex-desc": "Prevent search engines from indexing your site.", + "button-configure": "Configure", + "label-configure-custom-domain": "Configure custom domain", + "option-custom-url-name": "Custom URL", + "option-custom-url-desc": "The URL that your site will be located at.", + "option-custom-url-placeholder": "www.yourdomain.com", + "option-custom-url-redirect": "Redirect to your custom domain", + "option-custom-url-redirect-desc": "Redirect visitors on publish.obsidian.md/id to your custom domain.", + "button-update-custom-domain": "Update domain setting", + "label-custom-domain-instructions": "Please refer to our {{link}} on our help site for more information.", + "label-custom-domain-link-name": "custom domain setup guide", + "label-site-usage": "You're using {{site}} out of your {{limit}}.", + "button-add-more-sites": "Buy more sites", + "label-no-sites-bought": "You haven't bought any sites.", + "button-get-site": "Get a site", + "label-manage-sharing": "Manage sharing for \"{{name}}\"", + "label-sharing-with-users": "This site is currently shared with the following people.", + "label-not-sharing": "This site is not currently shared with anyone.", + "label-invite-pending": "Pending", + "tooltip-remove-user": "Remove user", + "option-invite-user": "Invite user", + "placeholder-invite-user": "Enter their email...", + "error-email-must-be-valid": "Please enter a valid email to invite someone.", + "msg-enable-publish-plugin": "Please enable the Publish core plugin in Settings -> Core plugins to view sites.", + "label-your-sites": "Your sites", + "label-sites-shared-with-you": "Sites shared with you", + "tooltip-leave-site-sharing": "Stop collaborating on this site", + "label-leave-site-confirmation": "Confirm stop site collaboration", + "label-leave-site-confirmation-details": "This will remove this site from the list of sites shared with you. This action cannot be reverted.", + "label-leave-site-confirmation-details-2": "Please contact the owner of the site if you wish to collaborate on this site again.", + "button-leave": "Leave", + "label-compare-with-live": "Compare with live version", + "button-use-live-version": "Use live version", + "label-confirm-override": "Confirm overriding local version", + "label-confirm-override-1": "Are you sure you want to override the local version?", + "label-confirm-override-2": "The live version will be used and your local version will be discarded. Please make backups if necessary.", + "button-proceed": "Proceed", + "message-successfully-used-live-version": "Successfully used live version to override your local version.", + "label-open-file": "Open file", + "tooltip-manage-publish-filters": "Manage publish filters", + "option-included-folders": "Included folders", + "option-included-folders-desc": "Files under these folders will automatically be selected when you review changes to publish.", + "option-currently-included-folders": " These folders are currently included:", + "option-excluded-folders": "Excluded folders", + "option-excluded-folders-desc": "Files under these folders won't show up when you review changes to publish. This setting takes priority over included folders above.", + "label-number-of-folders-included": "Obsidian Publish is currently including {{folders}}.", + "label-number-of-folders-excluded": "Obsidian Publish is currently excluding {{folders}}.", + "label-manage-included-folders": "Manage included folders", + "label-manage-excluded-folders": "Manage excluded folders", + "label-add-included-folder": "Include a folder", + "label-add-included-folder-desc": "You can include both existing folders and folders that have not been created yet.", + "tooltip-contact-support": "Contact support", + "label-navigation-preview": "Navigation preview" + }, + "workspaces": { + "name": "Workspaces", + "desc": "Save and load workspace layout.", + "action-load-layout": "Load workspace layout", + "action-manage-layouts": "Manage workspace layouts", + "action-save": "Save layout", + "action-save-and-load-layout": "Save and load another layout", + "placeholder-save-current-layout-as": "Save current workspace layout as...", + "button-save": "Save", + "button-load": "Load", + "tooltip-delete-layout": "Delete layout", + "msg-enter-name": "Please enter a name for the new layout.", + "msg-save-layout-success": "Successfully saved layout.", + "label-no-layout-found": "No saved layout found.", + "label-workspace-modified-time": "Modified {{time}}", + "placeholder-type-to-search-layouts": "Type layout name..." + }, + "sync": { + "name": "Sync", + "desc": "Synchronize your files through Obsidian Sync.", + "action-view-version-history": "View version history", + "menu-opt-view-version-history": "Open version history", + "action-view-sync-sidebar": "Show Sync history", + "action-activity-log": "Open activity log", + "label-load-more": "Load more", + "label-show-diff": "Show diff", + "label-copy-to-clipboard": "Copy to clipboard", + "label-restore-this-version": "Restore this version", + "msg-already-latest-version": "This version is already the latest version.", + "msg-restored-version": "Successfully restored version from {{time}}", + "label-file-deleted": "This file was deleted", + "label-file-deleted-via": "Deleted via {{ device }}", + "label-file-renamed-from": "Renamed from “{{filepath}}”", + "label-revision": "1 revision", + "label-revision_plural": "{{revisions}} revisions", + "label-via-device": "via {{device}}", + "label-no-history": "No sync history for this file.", + "label-empty-file": "Empty", + "label-unable-to-retrieve": "Unable to retrieve version history", + "label-setting-files": "Setting files", + "label-deleted-files": "Deleted files", + "label-version-history": "Version history", + "label-click-to-see-history": "Click on a deleted file to see its history.", + "label-create-remote-vault": "Create remote vault", + "msg-please-enter-password": "Please enter a password.", + "msg-vault-name-cannot-be-empty": "Vault name cannot be empty.", + "msg-successfully-created-vault": "Successfully create remote vault \"{{name}}\".", + "label-remote-vault-explanation": "Remote vaults securely synchronize your vault between devices.", + "option-vault-name": "Vault name", + "option-vault-name-desc": "Helps you remember what this vault is for.", + "option-vault-region": "Region", + "option-vault-region-desc": "Select the server region closest to you to store the remote vault. This cannot be changed in the future.", + "option-vault-name-placeholder": "My awesome vault", + "option-encryption": "Encryption", + "option-encryption-desc": "End-to-end encryption offers the strongest security but requires you to safely store your encryption password. Standard encryption uses a key managed by Obsidian to protect your data in transit and on our servers.", + "option-encryption-warning": "This option cannot be changed later.", + "option-encryption-end-to-end": "End-to-end encryption", + "option-encryption-standard": "Standard encryption", + "option-encryption-password": "Encryption password", + "option-encryption-password-desc": "This password cannot be changed later.", + "option-encryption-password-desc-warning": "If you forget this password, any remote data will remain unusable forever.", + "option-encryption-password-desc-2": "This does not affect your local data.", + "label-encryption-password-explanation": "The remote vault “{{name}}” is currently encrypted. Enter your password to unlock.", + "option-encryption-password-placeholder": "Your password", + "label-unlock-encrypted-vault": "Unlock your remote vault", + "button-unlock-vault": "Unlock vault", + "label-remote-vaults": "Your remote vaults", + "label-vault-created-time": "Created {{time}}", + "tooltip-delete-remote-vault": "Delete", + "tooltip-rename-remote-vault": "Rename", + "label-rename-remote-vault": "Rename remote vault “{{name}}”", + "label-rename-remote-vault-desc": "Enter a new name for this remote vault.", + "tooltip-manage-sharing": "Manage sharing", + "label-confirm-delete-remote-vault": "Confirm delete vault", + "label-confirm-delete-remote-vault-question": "Are you sure you want to delete this remote vault?", + "label-confirm-delete-remote-vault-result": "All data on our server, including version history, will be deleted. Your local files will stay intact.", + "label-confirm-delete-remote-vault-warning": "This action is permanent and irreversible.", + "msg-remote-vault-deleted": "{{name}} has been deleted.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", + "button-connect-to-remote-vault": "Connect", + "button-disconnect-from-remote-vault": "Disconnect", + "label-sync-status": "Sync: {{status}}", + "label-not-remote-vaults": "You don't have any remote vaults.", + "label-no-subscription": "You don't have an active Obsidian Sync subscription.", + "label-please-visit": "Please visit", + "label-preview-unsupported-file-type": "Unable to preview {{type}} files.", + "button-create-new-remote-vault": "Create new vault", + "label-sync-log": "Sync log", + "option-event-type-all": "All", + "option-event-type-errors": "Errors", + "option-event-type-skipped": "Skipped", + "option-event-type-merge-conflicts": "Merge conflicts", + "button-copy-sync-log": "Copy sync log", + "msg-successfully-copied-sync-log": "Successfully copied sync log.", + "button-retry": "Retry", + "button-purchase-subscription": "Purchase", + "label-third-party-sync-warning": "Conflicting file sync service detected", + "label-third-party-sync-warning-desc": "Warning: Your vault seems to be using {{service}} as a third party sync service. If you use Obsidian Sync with this vault, you may run into conflicts, file corruption, or data loss.", + "label-icloud-drive-warning": "If you are using iCloud Drive, your Documents and Desktop folders might be synced by iCloud. This could cause conflicts with Obsidian Sync.", + "option-remote-vault": "Remote vault", + "button-choose-remote-vault": "Choose", + "button-manage-remote-vault": "Manage", + "option-remote-vault-desc-connected": "Currently connected to the \"{{name}}\" remote vault.", + "option-remote-vault-desc-not-connected": "Currently not connected to any remote vault.", + "option-sync-status": "Sync status", + "option-sync-status-desc-paused": "Obsidian Sync is currently paused.", + "option-sync-status-desc-running": "Obsidian Sync is currently running.", + "option-device-name": "Device name", + "option-device-name-desc": "This name will be displayed in the sync log. Leave empty to use the default name.", + "button-resume": "Resume", + "button-pause": "Pause", + "option-view-deleted-files": "Deleted files", + "option-view-deleted-files-desc": "View and restore deleted files.", + "option-sync-log": "Sync activity", + "option-sync-log-desc": "View recent sync activities for debugging.", + "button-view": "View", + "button-bulk-restore": "Bulk restore", + "button-restore-files_zero": "Restore files", + "button-restore-files": "Restore {{count}} file", + "button-restore-files_plural": "Restore {{count}} files", + "msg-restoring": "Restoring...", + "msg-restoring-complete": "`Restore complete: {{succeeded}} succeeded and {{failed}} failed.`", + "option-vault-size": "Storage usage", + "option-vault-size-desc": "You are using {{size}} out of {{limit}}", + "option-vault-size-unknown": "Unable to retrieve your vault size.", + "option-vault-size-loading": "Retrieving your vault size...", + "option-over-size": "Vault size over limit", + "option-almost-over-size": "Vault size approaching limit", + "msg-largest-files": "View largest files", + "msg-largest-files-desc": "These are the remote files that are taking the most space. After deleting attachments, use the purge button to free up remote vault space.", + "button-upgrade-storage": "Upgrade storage", + "button-purge-remote": "Purge", + "button-hide-my-changes": "Hide my changes", + "tooltip-purge-remote": "Permanently purge deleted attachments from remote vault to save space.", + "msg-purge-complete": "Purge complete.", + "option-prevent-sleep": "Prevent device sleep", + "option-prevent-sleep-desc": "Prevents the device from going to sleep when there are still files to be synced.", + "option-selective-sync": "Selective sync", + "option-excluded-folders": "Excluded folders", + "option-excluded-folder-desc": "Prevent certain folders from being synced.", + "option-currently-excluded-folders": " These folders currently excluded:", + "button-manage-excluded-folders": "Manage", + "option-sync-image": "Sync images", + "option-sync-image-desc": "Sync image files with these extensions: {{extensions}}.", + "option-sync-audio": "Sync audio", + "option-sync-audio-desc": "Sync audio files with these extensions: {{extensions}}.", + "option-sync-video": "Sync videos", + "option-sync-video-desc": "Sync video files with these extensions: {{extensions}}.", + "option-sync-pdf": "Sync PDFs", + "option-sync-pdf-desc": "Sync PDF files.", + "option-sync-unsupported": "Sync all other types", + "option-sync-unsupported-desc": "Sync unsupported file types.", + "option-vault-config-sync": "Vault configuration sync", + "option-view-config-files": "Settings version history", + "option-view-config-files-desc": "View and restore version history of setting files.", + "option-sync-app": "Main settings", + "option-sync-app-desc": "Enable to sync editor settings, files & links settings, custom hotkeys, etc.", + "option-sync-appearance": "Appearance settings", + "option-sync-appearance-desc": "Sync appearance settings like dark mode, active theme, and enabled snippets.", + "option-sync-appearance-data": "Themes and snippets", + "option-sync-appearance-data-desc": "Sync downloaded themes and snippets. Whether they are enabled depends on the previous setting.", + "option-sync-hotkey": "Hotkeys", + "option-sync-hotkey-desc": "Sync custom hotkeys.", + "option-sync-core-plugin": "Active core plugin list", + "option-sync-core-plugin-desc": "Sync which core plugins are enabled.", + "option-sync-core-plugin-data": "Core plugin settings", + "option-sync-core-plugin-data-desc": "Sync core plugin settings.", + "option-sync-community-plugin": "Active community plugin list", + "option-sync-community-plugin-desc": "Sync which community plugins are enabled.", + "option-sync-community-plugin-data": "Installed community plugins", + "option-sync-community-plugin-data-desc": "Sync installed community plugins (.js, .css, and manifest.json files) and their settings.", + "label-sync-introduction": "Obsidian Sync is Obsidian's add-on sync service with end-to-end encryption and version history.", + "label-account-required": "To start syncing, please log in or create a new Obsidian account.", + "label-current-file": "Current file", + "label-sync-changes": "Sync changes", + "label-today": "Today", + "label-yesterday": "Yesterday", + "label-this-week": "This week", + "label-older": "Older", + "label-last-sync": "Last sync", + "label-more": "{{count}} more", + "button-sign-up": "Sign up", + "button-log-in": "Log in", + "label-manage-excluded-folders": "Manage excluded folders", + "label-number-of-folders-excluded": "{{folders}} are currently excluded from being synced.", + "label-add-excluded-folder": "Exclude a folder", + "label-add-excluded-folder-desc": "You can exclude both existing folders and folders that have not been created yet.", + "tooltip-remove-excluded-folder": "Remove from excluded list", + "label-setup-connection": "Setup connection", + "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", + "button-start-syncing": "Start syncing", + "label-confirm-merge-vault": "Confirm Merge Vault", + "msg-vault-has-notes": "Your local vault already contains some notes.", + "msg-vault-merge-warning": "If you connect to the remote vault \"{{name}}\", notes in your local vault will be merged with notes from your remote vault. In case of conflicts, the most recent version of the note will be preserved.", + "tooltip-update-setting-on-all-devices": "Please update this option and restart app on all the devices where you want it to take effect.", + "label-sharing-with-users": "This remote vault is currently shared with the following people.", + "label-not-sharing": "This remote vault is not currently shared with anyone.", + "label-vaults-shared-with-you": "Vaults shared with you", + "tooltip-leave-vault-sharing": "Stop collaborating on this vault", + "label-leave-vault-confirmation": "Confirm stop vault collaboration", + "label-leave-vault-confirmation-details": "This will remove this vault from the list of vaults shared with you. This action cannot be reverted.", + "label-leave-vault-confirmation-details-2": "Please contact the owner of the vault if you wish to collaborate on this vault again.", + "button-leave": "Leave", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", + "label-require-subscription-to-connect": "You need an Obsidian Sync subscription to connect to this vault.", + "option-contact-support": "Contact support", + "option-contact-support-desc": "If you run into any issues with Obsidian Sync, please contact us so we can help you out! You can reach us at support@obsidian.md.", + "button-copy-debug": "Copy debug info", + "button-email-support": "Email support", + "label-sync-disconnected": "Sync is not connected to a remote vault.", + "msg-remote-vault-limit-hit": "Obsidian Sync lets you create up to 5 remote vaults. In order to create a new remote vault, please remove an existing one.", + "label-upgrade-vault": "Upgrade vault", + "label-upgrade-vault-encryption": "Upgrade vault encryption", + "label-upgrade-vault-encryption-desc": "There is a new encryption version available for remote vaults.", + "label-migrate-remote-vault": "Migrate remote vault", + "button-migrate": "Migrate", + "msg-recreate-remote-vault": "This will delete your remote vault and recreate it with the latest encryption. Local files will not be affected, however your version history will be lost.", + "label-confirm-migrate": "Confirm vault migration", + "msg-migrate-confirmation": "Migrating your vault may take some time. You will need to keep Obsidian active on this device to re-upload all your notes and attachments. It is best to do this on your primary device.", + "msg-migrate-confirmation-size": "You have {{size}} of data. Migrating your vault may take some time. You will need to keep Obsidian active on this device to re-upload all your notes and attachments. It is best to do this on your primary device.", + "msg-proceed-prompt": "Do you want to proceed?", + "msg-vault-migration-started": "Vault migration in progress." + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." + }, + "note-composer": { + "name": "Note composer", + "desc": "Merge, split, and refactor notes.", + "option-confirm-file-merge": "Confirm file merge", + "option-confirm-file-merge-description": "Prompt before merging two files.", + "option-split-replacement-text": "Text after extraction", + "option-split-replacement-text-description": "What to show in place of the selected text after extracting it.", + "option-choice-split-replacement-text-link": "Link to new file", + "option-choice-split-replacement-text-embed": "Embed new file", + "option-choice-split-replacement-text-none": "None", + "option-template-file": "Template file location", + "option-template-file-description": "Template file to use when merging or extracting. Available variables: {{content}}, {{fromTitle}}, {{newTitle}}, {{date:FORMAT}}, e.g. {{date:YYYY-MM-DD}}.", + "command-merge-file": "Merge current file with another file...", + "action-merge-file": "Merge entire file with...", + "label-no-files": "No files found.", + "instruction-navigate": "to navigate", + "instruction-merge": "to merge", + "instruction-create-new": "to create new", + "instruction-merge-at-top": "to merge at top", + "instruction-dismiss": "to dismiss", + "prompt-select-file-to-merge": "Select file to merge into...", + "label-merge-file": "Merge file", + "label-confirm-file-merge": "Are you sure you want to merge \"{{file}}\" into \"{{destination}}\"? \"{{file}}\" will be deleted.", + "button-merge": "Merge", + "command-split-file": "Extract current selection...", + "command-extract-heading": "Extract this heading...", + "instruction-append": "to move to bottom", + "instruction-prepend": "to move to top", + "msg-fail-to-fetch-template": "Failed to fetch template file: \"{{template}}\" not found.", + "msg-fail-to-find-heading": "Failed to find heading" + }, + "web-viewer": { + "name": "Spletni pregledovalnik", + "desc": "Odpri zunanje povezave do spletnih strani znotraj Obsidiana.", + "action-open": "Odpri spletni pregledovalnik", + "action-show-history": "Prikaži zgodovino", + "action-toggle-reader-mode": "Preklopi način branja", + "action-copy-u-r-l": "Kopiraj URL", + "action-remove-from-history": "Odstrani iz zgodovine", + "action-clear-history": "Počisti zgodovino", + "action-open-link": "Odpri povezavo", + "action-open-link-new-tab": "Odpri povezavo v novem zavihku", + "action-open-link-new-split": "Odpri povezavo na desni", + "action-open-link-new-window": "Odpri povezavo v novem oknu", + "action-open-link-default-browser": "Odpri povezavo v privzetem brskalniku", + "action-copy-link-address": "Kopiraj naslov povezave", + "action-bookmark-link": "Označi povezavo", + "action-search-for-query": "Išči za “{{query}}”", + "action-extract-selection": "Izvleci izbor v nov zapisek", + "action-copy-selection": "Kopiraj", + "action-cut": "Izreži", + "action-paste": "Prilepi", + "action-delete": "Izbriši", + "action-select-all": "Izberi vse", + "action-save-to-vault": "Shrani v sef", + "action-save-image": "Shrani sliko v sef", + "action-copy-image": "Kopiraj sliko", + "action-copy-image-link": "Kopiraj povezavo slike", + "action-backward": "Nazaj", + "action-forward": "Naprej", + "action-reload": "Osveži", + "action-bookmark-page": "Označi stran", + "action-open-default-browser": "Odpri v privzetem brskalniku", + "action-focus-address-bar": "Osredotoči se na naslovno vrstico", + "action-search-the-web": "Išči po spletu", + "action-clear-data": "Počisti podatke", + "action-clear-data-cookies": "Piškotki", + "action-clear-data-cookies-desc": "Lahko vas odjavi iz spletnih strani.", + "action-clear-data-cache": "Predpomnjeni podatki", + "action-clear-data-history": "Zgodovina", + "action-clear-data-all": "Vsi podatki spletnega pregledovalnika", + "action-clear-data-all-desc": "Odstrani vse zgoraj navedeno, kot tudi lokalno shranjevanje in aktivne seje.", + "label-new-web-viewer": "Nov spletni pregledovalnik", + "label-fail-to-load": "Ni mogoče naložiti te strani.", + "label-fail-to-load-desc": "Prepričajte se, da imate pravilen naslov.", + "label-search-the-web": "Išči po spletu", + "label-web-viewer-data": "Podatki spletnega pregledovalnika", + "label-clear-data": "Počisti podatke spletnega pregledovalnika", + "option-open-external-links": "Odpri zunanje povezave", + "option-open-external-links-desc": "Odpri povezave v Obsidianu namesto v sistemskem privzetem brskalniku.", + "option-homepage": "Domača stran", + "option-homepage-desc": "Katero stran prikazati, ko je odprt spletni pregledovalnik", + "option-saved-markdown": "Mapa za shranjene strani", + "option-saved-markdown-desc": "Spletne strani, shranjene kot markdown, bodo postavljene tukaj.", + "option-search-engine": "Iskalnik", + "option-search-engine-desc": "Iskalnik, uporabljen pri iskanju iz naslovne vrstice.", + "option-search-engine-custom": "Iskalnik po meri", + "option-search-engine-custom-desc": "Uporabite %s namesto poizvedbe.", + "option-search-engine-custom-drop-down": "Po meri", + "option-enable-adblock": "Omogoči blokiranje oglasov", + "option-enable-adblock-desc": "Če je omogočeno, bodo spodnji seznami filtrov uporabljeni za vse zavihke spletnega pregledovalnika.", + "option-adblock-lists": "Pravila za blokiranje oglasov", + "option-adblock-lists-desc": "En URL seznama za blokiranje oglasov na vrstico. Deljeno med vsemi sefi.", + "option-adblock-frequency": "Pogostost posodabljanja blokiranja oglasov", + "option-adblock-frequency-desc": "Dnevi med posodabljanjem seznamov filtrov. 0 pomeni onemogočeno. Deljeno med vsemi sefi.", + "title-clear-data-modal": "Počisti podatke spletnega pregledovalnika" + }, + "canvas": { + "name": "Platno", + "desc": "Razporedite in povežite zapiske na neskončnem platnu.", + "action-add-note": "Dodaj zapisek iz sefa", + "action-add-media": "Dodaj medije iz sefa", + "action-add-card": "Dodaj kartico", + "action-add-website": "Dodaj spletno stran", + "action-create-group": "Ustvari skupino", + "action-create-with-size": "Ustvari kartico z določeno velikostjo", + "action-convert-to-file": "Pretvori v datoteko...", + "action-drag-to-add-note": "Povleci za dodajanje zapiska iz sefa", + "action-drag-to-add-media": "Povleci za dodajanje medijev iz sefa", + "action-drag-to-add-card": "Povleci za dodajanje kartice", + "action-edit-label": "Uredi oznako", + "action-remove-label": "Odstrani oznako", + "action-search-file": "Išči datoteko", + "action-set-color": "Nastavi barvo", + "action-align": "Poravnaj", + "action-align-left": "Poravnaj levo", + "action-align-center": "Poravnaj na sredino", + "action-align-right": "Poravnaj desno", + "action-align-top": "Poravnaj zgoraj", + "action-align-middle": "Poravnaj na sredino", + "action-align-bottom": "Poravnaj spodaj", + "action-distribute-horizontal-spacing": "Porazdeli vodoravno razdaljo", + "action-distribute-vertical-spacing": "Porazdeli navpično razdaljo", + "action-justify-horizontally": "Poravnaj vodoravno", + "action-justify-vertically": "Poravnaj navpično", + "action-arrange-horizontally": "Razporedi v vrsto", + "action-arrange-vertically": "Razporedi v stolpec", + "action-arrange-grid": "Razporedi v mrežo", + "action-export-png": "Izvozi kot sliko", + "action-jump-to-group": "Skoči na skupino", + "action-set-background": "Nastavi ozadje", + "action-edit-background": "Uredi ozadje", + "action-replace-background": "Zamenjaj ozadje", + "action-remove-background": "Odstrani ozadje", + "label-no-images": "Ni najdenih slik.", + "label-no-media": "Ni najdenih medijev.", + "label-export-png-desc": "Izvozi \"{{title}}\" kot PNG datoteko z nastavitvami spodaj.", + "label-export-png-dimensions": "Ocenjene dimenzije slike: {{dimensions}}", + "label-distribute": "Porazdeli", + "label-justify": "Poravnaj", + "label-arrange": "Razporedi", + "label-always": "Vedno", + "label-hover": "Ob premiku miške", + "label-never": "Nikoli", + "label-no-section-found": "Ni najdenega odseka", + "option-wheel-behavior": "Privzeto vedenje miškinega kolesca", + "option-mod-drag-behavior": "Privzeto vedenje {{key}}", + "option-show-menu": "Prikaži meni", + "option-new-canvas-location": "Privzeta lokacija za nove datoteke platna", + "option-new-canvas-location-description": "Kje so postavljene na novo ustvarjene datoteke platna.", + "option-new-canvas-folder-path": "Mapa za ustvarjanje novih datotek platna", + "option-new-canvas-folder-path-description": "Na novo ustvarjene datoteke platna se bodo pojavile v tej mapi.", + "option-node-label": "Prikaži oznako kartice", + "option-snap-to-grid": "Pripni na mrežo", + "option-snap-to-grid-desc": "Pripni kartice na mrežo ozadja pri premikanju in spreminjanju velikosti.", + "option-snap-to-objects": "Pripni na predmete", + "option-snap-to-objects-desc": "Pripni kartice na bližnje predmete pri premikanju in spreminjanju velikosti.", + "option-zoom-breakpoint": "Prag povečave za skrivanje vsebine kartice", + "option-zoom-breakpoint-desc": "Nižje vrednosti bodo povečale zmogljivost, vendar bodo prej skrile vsebino kartice pri oddaljevanju.", + "option-export-png-show-logo": "Prikaži logotip", + "option-export-png-show-logo-desc": "To bo dodalo logotip Obsidian v spodnji levi kot.", + "option-export-png-privacy-mode": "Način zasebnosti", + "option-export-png-privacy-mode-desc": "To bo zameglilo besedilo na vašem platnu.", + "option-export-png-zoom": "Povečava", + "option-export-png-zoom-desc": "Višja povečava bo ustvarila sliko z višjo ločljivostjo.", + "option-export-png-frame": "Vidno polje", + "option-export-png-frame-desc": "Izberite, ali želite upodobiti celotno platno ali samo trenutno vidno vidno polje.", + "option-export-png-frame-full": "Celotno platno", + "option-export-png-frame-viewport": "Samo vidno polje", + "option-background-cover": "Pokrij", + "option-background-ratio": "Ohrani razmerje stranic", + "option-background-repeat": "Ponovi", + "action-new-canvas": "Novo platno", + "action-remove": "Odstrani", + "action-narrow-heading": "Zoži na naslov...", + "action-narrow-block": "Zoži na blok...", + "action-swap-file": "Zamenjaj datoteko...", + "action-change-url": "Spremeni URL...", + "action-zoom-to-fit": "Povečaj, da se prilega", + "action-zoom-to-selection": "Povečaj na izbiro", + "action-reload-page": "Osveži stran", + "action-follow-connection": "Sledi povezavi", + "command-create-new-canvas": "Ustvari novo platno", + "command-convert-to-file": "Pretvori v datoteko...", + "instruction-narrow-heading": "za vdelavo naslova", + "instruction-narrow-block": "za vdelavo bloka", + "instruction-jump-to-group": "za navigacijo do skupine", + "prompt-to-narrow": "Vnesite ime naslova", + "label-enter-url": "Vnesite URL", + "label-empty-embed": "\"{{linktext}}\" ni bilo mogoče najti.", + "prompt-add-text": "Dodaj besedilo...", + "prompt-start-search": "Vnesite za iskanje...", + "label-canvas-help": "Pomoč za platno", + "label-canvas-settings": "Nastavitve platna", + "label-no-narrow": "Prikaži celotno datoteko", + "label-readonly": "Samo za branje", + "label-disable-readonly": "Onemogoči samo za branje", + "label-pan": "Premik", + "label-pan-horizontal": "Premik vodoravno", + "label-zoom": "Povečava", + "label-select-all": "Izberi vse", + "label-add-remove-selection": "Dodaj v / odstrani iz izbire", + "label-clone-card": "Kloniraj kartico", + "label-constrain-movement-axis": "Omeji premikanje kartice na os", + "label-disable-drag-snapping": "Onemogoči pripenjanje med vlečenjem", + "label-remove-card": "Odstrani kartico", + "label-drag-from-below": "Povleci od spodaj ali dvoklik", + "label-longpress": "Dotaknite se in držite za dodajanje / premikanje / izbiro", + "label-drag-pan": "Povleci za premikanje", + "label-pinch-zoom": "Ščipanje za povečavo", + "label-space-drag-pan": "Space + Povleci za premikanje", + "label-scroll-to-zoom": "Drsenje za povečavo", + "label-untitled-group": "Neimenovana skupina", + "label-line-direction": "Smer črte", + "label-nondirectional": "Nesmerna", + "label-unidirectional": "Enosmerna", + "label-bidirectional": "Dvosmerna", + "label-image": "Slika", + "label-style": "Slog", + "msg-no-groups-found": "Ni najdenih skupin", + "msg-export-failed-empty-canvas": "Ni mogoče izvoziti praznega platna" + } + }, + "pdf": { + "action-highlight-all": "Označi vse", + "action-match-diacritics": "Ujemanje diakritikov", + "action-whole-words": "Cele besede", + "action-show-thumbnails": "Sličice", + "action-show-outline": "Kazalo", + "action-reveal-in-outline": "Razkrij stran v kazalu", + "action-toggle-sidebar": "Preklopi stransko vrstico", + "action-previous-page": "Prejšnja stran", + "action-next-page": "Naslednja stran", + "action-fit-width": "Prilagodi širino", + "action-fit-height": "Prilagodi višino", + "action-save-p-d-f-location": "Shrani trenutni položaj v dokumentu", + "action-copy-annotation": "Kopiraj opombo", + "action-copy-quote": "Kopiraj kot citat", + "action-copy-selection-link": "Kopiraj povezavo do izbire", + "action-copy-annot-link": "Kopiraj povezavo do opombe", + "action-copy-section-link": "Kopiraj povezavo do odseka", + "action-copy-section-link-title": "Kopiraj povezavo do “{{title}}”", + "action-copy-page-link": "Kopiraj povezavo do strani {{page}}", + "msg-max-search-results": "{{current}} od več kot {{limit}} zadetkov", + "msg-search-count": "{{current}} od {{total}} zadetka", + "msg-search-count_plural": "{{current}} od {{total}} zadetkov", + "msg-password-protected": "Ta PDF je zaščiten z geslom", + "msg-invalid-password": "Neveljavno geslo", + "msg-enter-password": "Vnesite geslo spodaj", + "label-of-pages": "od {{count}}", + "label-page-of-pages": "({{current}} od {{count}})", + "label-spread-single": "Enojna stran", + "label-spread-odd": "Dvojna stran (liha)", + "label-spread-even": "Dvojna stran (soda)", + "tooltip-sidebar-options": "Možnosti stranske vrstice", + "tooltip-display-options": "Možnosti prikaza", + "label-adapt-to-theme": "Prilagodi temi", + "label-page": "stran {{page}}", + "page_landmark": "Stran {{page}}", + "thumb_page_title": "Stran {{page}}", + "thumb_page_canvas": "Stran {{page}}", + "text_annotation_type": "[{{type}} Opomba]", + "annotation_date_string": "{{date}}, {{time}}" + }, + "properties": { + "types": { + "option-multitext": "Seznam", + "option-unknown": "Neznano", + "option-text": "Besedilo", + "option-aliases": "Vzdevki", + "option-tags": "Oznake", + "option-date": "Datum", + "option-datetime": "Datum in čas", + "option-number": "Številka", + "option-checkbox": "Potrditveno polje" + }, + "value-suggestion": { + "key-link-note": "Vnesite [[", + "instruction-link-note": "za povezavo na opombo", + "instruction-dismiss": "za preklic" + }, + "option-property-type": "Vrsta lastnosti", + "msg-empty-property-name": "Ime lastnosti ne sme biti prazno.", + "msg-duplicate-property-name": "Lastnost že obstaja", + "msg-invalid-tag": "Neveljavno ime oznake", + "msg-invalid-number": "Neveljavna številka", + "msg-invalid-properties": "Branje lastnosti ni uspelo.", + "label-no-value": "Prazno", + "label-heading": "Lastnosti", + "label-invalid-yaml-marker": "Napaka v sintaksi. Vaša frontmatter je neveljavna.", + "label-add-property-button": "Dodaj lastnost", + "label-type-mismatch-warning": "Neskladje tipa, pričakovano {{type}}", + "label-migration-warning-desc": "Ali ste prepričani, da želite spremeniti vrsto? Nekateri podatki, povezani s tem ključem lastnosti, niso združljivi." + }, + "table": { + "label-column": "Stolpec", + "label-row": "Vrstica", + "action-row-after": "Dodaj vrstico za", + "action-column-after": "Dodaj stolpec za", + "action-row-before": "Dodaj vrstico pred", + "action-row-up": "Premakni vrstico gor", + "action-row-down": "Premakni vrstico dol", + "action-column-before": "Dodaj stolpec pred", + "action-column-left": "Premakni stolpec levo", + "action-column-right": "Premakni stolpec desno", + "action-duplicate-row": "Podvoji vrstico", + "action-duplicate-column": "Podvoji stolpec", + "action-delete-row": "Izbriši vrstico", + "action-delete-column": "Izbriši stolpec", + "action-align-left": "Poravnaj levo", + "action-align-center": "Poravnaj na sredino", + "action-align-right": "Poravnaj desno", + "action-delete-selection": "Izbriši celice", + "action-clear-selection": "Počisti celice", + "action-sort-a-z": "Razvrsti po stolpcu (A do Ž)", + "action-sort-z-a": "Razvrsti po stolpcu (Ž do A)", + "label-command": "Tabela: {{command}}" + }, + "callout": { + "option-type": "Vrsta opombe", + "type": { + "info": "Informacija", + "important": "Pomembno", + "tip": "Nasvet", + "success": "Uspeh", + "question": "Vprašanje", + "warning": "Opozorilo", + "quote": "Citat", + "example": "Primer", + "none": "Noben" + }, + "option-other": "Drugo...", + "option-other-placeholder": "Vrsta opombe..." + }, + "nouns": { + "count": "{{count}}", + "word-with-count": "{{count}} word", + "word-with-count_plural": "{{count}} words", + "character-with-count": "{{count}} character", + "character-with-count_plural": "{{count}} characters", + "link-with-count": "{{count}} link", + "link-with-count_plural": "{{count}} links", + "file-with-count": "{{count}} file", + "file-with-count_plural": "{{count}} file", + "folder-with-count": "{{count}} folder", + "folder-with-count_plural": "{{count}} folders", + "backlink-with-count": "{{count}} backlink", + "backlink-with-count_plural": "{{count}} backlinks", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", + "properties-with-count": "{{count}} property", + "properties-with-count_plural": "{{count}} properties", + "site-with-count": "{{count}} site", + "site-with-count_plural": "{{count}} sites", + "plugin-with-count": "{{count}} plugin", + "plugin-with-count_plural": "{{count}} plugins", + "plugin-active-with-count": "{{count}} active", + "snippet-active-with-count": "{{count}} snippet", + "snippet-active-with-count_plural": "{{count}} snippets", + "theme-with-count": "{{count}} theme", + "theme-with-count_plural": "{{count}} themes" + } +}